diff --git a/.gitignore b/.gitignore
index 4bb0d85..36efb51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,21 +1,15 @@
._.DS_Store
.DS_Store
*.pyc
-notebooks/models/*
-notebooks/wandb/*
-notebooks/dev*.ipynb
-notebooks/ref*.ipynb
-notebooks/exp*.ipynb
-notebooks/*.txt
+notebooks/*
+!notebooks/dev_90_ayla_test.ipynb
wandb/*
.vscode/*
-notebooks/my_dir/*
test/test.py
output.png
output.svg.png
array_param/*
-notebooks/*.png
-archieved/ScanByScan.py
+archieved/*
scripts/slurm_job_swaps_gpu.sh
_archieved/*
environment_linux64.yaml
diff --git a/notebooks/dev_90_ayla_test.ipynb b/notebooks/dev_90_ayla_test.ipynb
new file mode 100644
index 0000000..cac3a1c
--- /dev/null
+++ b/notebooks/dev_90_ayla_test.ipynb
@@ -0,0 +1,17507 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": 1,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "from importlib import reload\n",
+ "from IPython.core.interactiveshell import InteractiveShell\n",
+ "%load_ext autoreload\n",
+ "InteractiveShell.ast_node_interactivity = \"all\"\n",
+ "import logging\n",
+ "logging.basicConfig(\n",
+ " level=logging.INFO, format=\"%(asctime)s - %(name)s - %(levelname)s - %(message)s\"\n",
+ ")"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 2,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "2024-12-19 13:33:34,207 - numexpr.utils - INFO - Note: NumExpr detected 32 cores but \"NUMEXPR_MAX_THREADS\" not set, so enforcing safe limit of 8.\n",
+ "2024-12-19 13:33:34,208 - numexpr.utils - INFO - NumExpr defaulting to 8 threads.\n",
+ "/cmnfs/home/z.xiao/miniconda3/envs/sbs/lib/python3.10/site-packages/pandas/core/arrays/masked.py:60: UserWarning: Pandas requires version '1.3.6' or newer of 'bottleneck' (version '1.3.5' currently installed).\n",
+ " from pandas.core import (\n"
+ ]
+ }
+ ],
+ "source": [
+ "import numpy as np\n",
+ "import pandas as pd\n",
+ "import os\n",
+ "import sys\n",
+ "import matplotlib.pyplot as plt\n",
+ "\n",
+ "module_path = os.path.abspath(os.path.join(\"..\"))\n",
+ "if module_path not in sys.path:\n",
+ " sys.path.append(module_path)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "# Run SWAPS with example config"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "/cmnfs/home/z.xiao/miniconda3/envs/sbs/lib/python3.10/site-packages/pandas/core/arrays/masked.py:60: UserWarning: Pandas requires version '1.3.6' or newer of 'bottleneck' (version '1.3.5' currently installed).\n",
+ " from pandas.core import (\n",
+ "2024-12-19 13:15:18> merge with cfg file /cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/utils/exp_configs/config_ayla_test_ecoli.yaml\n",
+ "2024-12-19 13:15:18> ==================Load data==================\n",
+ "2024-12-19 13:15:18> Reading mzML file\n",
+ "2024-12-19 13:15:25> Saving data to pickle file\n",
+ "2024-12-19 13:15:32> Filtered reference maxquant result by raw file: ['BBM_647_P241_02_07_ssDDA_MIA_001']\n",
+ "2024-12-19 13:15:32> Using multiple GPUs, device is gpu\n",
+ "2024-12-19 13:15:33> maxquant_exp_df size: (95925, 61)\n",
+ "2024-12-19 13:15:33> maxquant_exp_df size after filter by raw file ['BBM_647_P241_02_07_ssDDA_MIA_001']: (19186, 61)\n",
+ "2024-12-19 13:15:33> maxquant_exp_df size after removing matched precursors: (19186, 61)\n",
+ "2024-12-19 13:15:33> maxquant_ref_df size after removing matched precursors: (19186, 61)\n",
+ "2024-12-19 13:15:33> RT index range: (0.00281795921325684, 33.0010865436236)\n",
+ "2024-12-19 13:15:35> Save plot at /cmnfs/proj/ORIGINS/SWAPS_exp/test_thermo/test_ayla_ecoli_20241219_131518_762964/construct_dict/BarChart_exp_elution_counts.png\n",
+ "2024-12-19 13:15:35> Save plot at /cmnfs/proj/ORIGINS/SWAPS_exp/test_thermo/test_ayla_ecoli_20241219_131518_762964/construct_dict/BarChart_exp_elution_counts.svg\n",
+ "2024-12-19 13:15:35> Removing 26 decoys from file, 19160 entries left.\n",
+ "2024-12-19 13:15:35> Removing 222 duplicate entries from experiment file, 18938 entries left.\n",
+ "2024-12-19 13:15:35> Removing 26 decoys from file, 19160 entries left.\n",
+ "2024-12-19 13:15:35> Removing 222 duplicate entries from experiment file, 18938 entries left.\n",
+ "2024-12-19 13:15:35> Maxquant_ref_df columns: Index(['Sequence', 'Length', 'Modifications', 'Modified sequence',\n",
+ " 'Oxidation (M) Probabilities', 'Oxidation (M) Score Diffs',\n",
+ " 'Oxidation (M)', 'Missed cleavages', 'Proteins', 'Leading proteins',\n",
+ " 'Leading razor protein', 'Gene names', 'Protein names', 'Type',\n",
+ " 'Raw file', 'Experiment', 'MS/MS m/z', 'Charge', 'm/z', 'Mass',\n",
+ " 'Resolution', 'Uncalibrated - Calibrated m/z [ppm]',\n",
+ " 'Uncalibrated - Calibrated m/z [Da]', 'Mass error [ppm]',\n",
+ " 'Mass error [Da]', 'Uncalibrated mass error [ppm]',\n",
+ " 'Uncalibrated mass error [Da]', 'Max intensity m/z 0', 'Retention time',\n",
+ " 'Retention length', 'Calibrated retention time',\n",
+ " 'Calibrated retention time start', 'Calibrated retention time finish',\n",
+ " 'Retention time calibration', 'Match time difference',\n",
+ " 'Match m/z difference', 'Match q-value', 'Match score',\n",
+ " 'Number of data points', 'Number of scans', 'Number of isotopic peaks',\n",
+ " 'PIF', 'Fraction of total spectrum', 'Base peak fraction', 'PEP',\n",
+ " 'MS/MS count', 'MS/MS scan number', 'Score', 'Delta score',\n",
+ " 'Combinatorics', 'Intensity', 'Reverse', 'Potential contaminant', 'id',\n",
+ " 'Protein group IDs', 'Peptide ID', 'Mod. peptide ID', 'MS/MS IDs',\n",
+ " 'Best MS/MS', 'AIF MS/MS IDs', 'Oxidation (M) site IDs'],\n",
+ " dtype='object')\n",
+ "2024-12-19 13:15:35> Maxquant_exp_df columns: Index(['Sequence', 'Length', 'Modifications', 'Modified sequence',\n",
+ " 'Oxidation (M) Probabilities', 'Oxidation (M) Score Diffs',\n",
+ " 'Oxidation (M)', 'Missed cleavages', 'Proteins', 'Leading proteins',\n",
+ " 'Leading razor protein', 'Gene names', 'Protein names', 'Type',\n",
+ " 'Raw file', 'Experiment', 'MS/MS m/z', 'Charge', 'm/z', 'Mass',\n",
+ " 'Resolution', 'Uncalibrated - Calibrated m/z [ppm]',\n",
+ " 'Uncalibrated - Calibrated m/z [Da]', 'Mass error [ppm]',\n",
+ " 'Mass error [Da]', 'Uncalibrated mass error [ppm]',\n",
+ " 'Uncalibrated mass error [Da]', 'Max intensity m/z 0', 'Retention time',\n",
+ " 'Retention length', 'Calibrated retention time',\n",
+ " 'Calibrated retention time start', 'Calibrated retention time finish',\n",
+ " 'Retention time calibration', 'Match time difference',\n",
+ " 'Match m/z difference', 'Match q-value', 'Match score',\n",
+ " 'Number of data points', 'Number of scans', 'Number of isotopic peaks',\n",
+ " 'PIF', 'Fraction of total spectrum', 'Base peak fraction', 'PEP',\n",
+ " 'MS/MS count', 'MS/MS scan number', 'Score', 'Delta score',\n",
+ " 'Combinatorics', 'Intensity', 'Reverse', 'Potential contaminant', 'id',\n",
+ " 'Protein group IDs', 'Peptide ID', 'Mod. peptide ID', 'MS/MS IDs',\n",
+ " 'Best MS/MS', 'AIF MS/MS IDs', 'Oxidation (M) site IDs',\n",
+ " 'Time_minute_center_exp', 'MS1_frame_idx_center_exp',\n",
+ " 'Time_minute_left_exp', 'MS1_frame_idx_left_exp',\n",
+ " 'Time_minute_right_exp', 'MS1_frame_idx_right_exp'],\n",
+ " dtype='object')\n",
+ "2024-12-19 13:15:35> Save plot at /cmnfs/proj/ORIGINS/SWAPS_exp/test_thermo/test_ayla_ecoli_20241219_131518_762964/construct_dict/BarChart_candidate_overlap.png\n",
+ "2024-12-19 13:15:36> Save plot at /cmnfs/proj/ORIGINS/SWAPS_exp/test_thermo/test_ayla_ecoli_20241219_131518_762964/construct_dict/BarChart_candidate_overlap.svg\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/prepare_dict/prepare_dict.py:670: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.\n",
+ "The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.\n",
+ "\n",
+ "For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.\n",
+ "\n",
+ "\n",
+ " maxquant_result_dict[\"Calibrated retention time start\"].fillna(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/prepare_dict/prepare_dict.py:675: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.\n",
+ "The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.\n",
+ "\n",
+ "For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.\n",
+ "\n",
+ "\n",
+ " maxquant_result_dict[\"Calibrated retention time finish\"].fillna(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/prepare_dict/prepare_dict.py:704: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " maxquant_result_dict[\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/prepare_dict/prepare_dict.py:704: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " maxquant_result_dict[\n",
+ "2024-12-19 13:15:40> Finish. Filtered prediction dataframe dimension: (18938, 83), columns: Index(['Sequence', 'Length', 'Modifications', 'Modified sequence',\n",
+ " 'Oxidation (M) Probabilities', 'Oxidation (M) Score Diffs',\n",
+ " 'Oxidation (M)', 'Missed cleavages', 'Proteins', 'Leading proteins',\n",
+ " 'Leading razor protein', 'Gene names', 'Protein names', 'Type',\n",
+ " 'Raw file', 'Experiment', 'MS/MS m/z', 'Charge', 'm/z', 'Mass',\n",
+ " 'Resolution', 'Uncalibrated - Calibrated m/z [ppm]',\n",
+ " 'Uncalibrated - Calibrated m/z [Da]', 'Mass error [ppm]',\n",
+ " 'Mass error [Da]', 'Uncalibrated mass error [ppm]',\n",
+ " 'Uncalibrated mass error [Da]', 'Max intensity m/z 0', 'Retention time',\n",
+ " 'Retention length', 'Calibrated retention time',\n",
+ " 'Calibrated retention time start', 'Calibrated retention time finish',\n",
+ " 'Retention time calibration', 'Match time difference',\n",
+ " 'Match m/z difference', 'Match q-value', 'Match score',\n",
+ " 'Number of data points', 'Number of scans', 'Number of isotopic peaks',\n",
+ " 'PIF', 'Fraction of total spectrum', 'Base peak fraction', 'PEP',\n",
+ " 'MS/MS count', 'MS/MS scan number', 'Score', 'Delta score',\n",
+ " 'Combinatorics', 'Intensity', 'Reverse', 'Potential contaminant', 'id',\n",
+ " 'Protein group IDs', 'Peptide ID', 'Mod. peptide ID', 'MS/MS IDs',\n",
+ " 'Best MS/MS', 'AIF MS/MS IDs', 'Oxidation (M) site IDs', 'source',\n",
+ " 'Time_minute_center_exp', 'MS1_frame_idx_center_exp',\n",
+ " 'Time_minute_left_exp', 'MS1_frame_idx_left_exp',\n",
+ " 'Time_minute_right_exp', 'MS1_frame_idx_right_exp', 'RT_search_left',\n",
+ " 'RT_search_right', 'RT_search_center', 'Time_minute_center_ref',\n",
+ " 'MS1_frame_idx_center_ref', 'Time_minute_left_ref',\n",
+ " 'MS1_frame_idx_left_ref', 'Time_minute_right_ref',\n",
+ " 'MS1_frame_idx_right_ref', 'IsoMZ', 'IsoAbundance', 'mz_rank', 'mz_bin',\n",
+ " 'mz_length', 'pept_batch_idx'],\n",
+ " dtype='object')\n",
+ "2024-12-19 13:15:40> Peptide batch index: [0]\n",
+ "2024-12-19 13:15:40> Finished dictionary preparation and saved config to /cmnfs/proj/ORIGINS/SWAPS_exp/test_thermo/test_ayla_ecoli_20241219_131518_762964/config_20241219_131518_762964.yaml\n",
+ "2024-12-19 13:15:40> Precalculated activation not found, start Scan By Scan.\n",
+ "2024-12-19 13:15:40> ==================Scan By Scan==================\n",
+ "2024-12-19 13:15:40> -----------------Scan by Scan Optimization-----------------\n",
+ "2024-12-19 13:15:40> Number of batches: 5\n",
+ "2024-12-19 13:15:40> Generate id partitions by block.\n",
+ "2024-12-19 13:15:40> indices in first batch: [ 0 5 10 15 20 25 30 35 40 45 50 55 60 65\n",
+ " 70 75 80 85 90 95 100 105 110 115 120 125 130 135\n",
+ " 140 145 150 155 160 165 170 175 180 185 190 195 200 205\n",
+ " 210 215 220 225 230 235 240 245 250 255 260 265 270 275\n",
+ " 280 285 290 295 300 305 310 315 320 325 330 335 340 345\n",
+ " 350 355 360 365 370 375 380 385 390 395 400 405 410 415\n",
+ " 420 425 430 435 440 445 450 455 460 465 470 475 480 485\n",
+ " 490 495 500 505 510 515 520 525 530 535 540 545 550 555\n",
+ " 560 565 570 575 580 585 590 595 600 605 610 615 620 625\n",
+ " 630 635 640 645 650 655 660 665 670 675 680 685 690 695\n",
+ " 700 705 710 715 720 725 730 735 740 745 750 755 760 765\n",
+ " 770 775 780 785 790 795 800 805 810 815 820 825 830 835\n",
+ " 840 845 850 855 860 865 870 875 880 885 890 895 900 905\n",
+ " 910 915 920 925 930 935 940 945 950 955 960 965 970 975\n",
+ " 980 985 990 995 1000 1005 1010 1015 1020 1025 1030 1035 1040 1045\n",
+ " 1050 1055 1060 1065 1070 1075 1080 1085 1090 1095 1100 1105 1110 1115\n",
+ " 1120 1125 1130 1135 1140 1145 1150 1155 1160 1165 1170 1175 1180 1185\n",
+ " 1190 1195 1200 1205 1210 1215 1220 1225 1230 1235 1240 1245 1250 1255\n",
+ " 1260 1265 1270 1275 1280 1285 1290 1295 1300 1305 1310 1315 1320 1325\n",
+ " 1330 1335 1340 1345 1350 1355 1360 1365 1370 1375 1380 1385 1390 1395\n",
+ " 1400 1405 1410 1415 1420 1425 1430 1435 1440 1445 1450 1455 1460 1465\n",
+ " 1470 1475 1480 1485 1490 1495 1500 1505 1510 1515 1520 1525 1530 1535\n",
+ " 1540 1545 1550 1555 1560 1565 1570 1575 1580 1585 1590 1595 1600 1605\n",
+ " 1610 1615 1620 1625 1630 1635 1640 1645 1650 1655 1660 1665 1670 1675\n",
+ " 1680 1685 1690 1695 1700 1705 1710 1715 1720 1725 1730 1735 1740 1745\n",
+ " 1750 1755 1760 1765 1770 1775 1780 1785 1790 1795 1800 1805 1810 1815\n",
+ " 1820 1825 1830 1835 1840 1845 1850 1855 1860 1865 1870 1875 1880 1885\n",
+ " 1890 1895 1900 1905 1910 1915 1920 1925 1930 1935 1940 1945 1950 1955\n",
+ " 1960 1965 1970 1975 1980 1985 1990 1995 2000 2005 2010 2015 2020 2025\n",
+ " 2030 2035 2040 2045 2050 2055 2060 2065 2070 2075 2080 2085 2090 2095\n",
+ " 2100 2105 2110 2115 2120 2125 2130 2135 2140 2145 2150 2155 2160 2165\n",
+ " 2170 2175 2180 2185 2190 2195 2200 2205 2210 2215 2220 2225 2230 2235\n",
+ " 2240 2245 2250 2255 2260 2265 2270 2275 2280 2285 2290 2295 2300 2305\n",
+ " 2310 2315 2320 2325 2330 2335 2340 2345 2350 2355 2360 2365 2370 2375\n",
+ " 2380 2385 2390 2395 2400 2405 2410 2415]\n",
+ "2024-12-19 13:15:45,017 - numexpr.utils - INFO - Note: NumExpr detected 32 cores but \"NUMEXPR_MAX_THREADS\" not set, so enforcing safe limit of 8.\n",
+ "/cmnfs/home/z.xiao/miniconda3/envs/sbs/lib/python3.10/site-packages/pandas/core/arrays/masked.py:60: UserWarning: Pandas requires version '1.3.6' or newer of 'bottleneck' (version '1.3.5' currently installed).\n",
+ " from pandas.core import (\n",
+ "2024-12-19 13:15:48,538 - numexpr.utils - INFO - Note: NumExpr detected 32 cores but \"NUMEXPR_MAX_THREADS\" not set, so enforcing safe limit of 8.\n",
+ "/cmnfs/home/z.xiao/miniconda3/envs/sbs/lib/python3.10/site-packages/pandas/core/arrays/masked.py:60: UserWarning: Pandas requires version '1.3.6' or newer of 'bottleneck' (version '1.3.5' currently installed).\n",
+ " from pandas.core import (\n",
+ "2024-12-19 13:15:51,405 - numexpr.utils - INFO - Note: NumExpr detected 32 cores but \"NUMEXPR_MAX_THREADS\" not set, so enforcing safe limit of 8.\n",
+ "/cmnfs/home/z.xiao/miniconda3/envs/sbs/lib/python3.10/site-packages/pandas/core/arrays/masked.py:60: UserWarning: Pandas requires version '1.3.6' or newer of 'bottleneck' (version '1.3.5' currently installed).\n",
+ " from pandas.core import (\n",
+ "2024-12-19 13:15:51,467 - optimization.inference - INFO - Scan time: 0.0028\n",
+ "2024-12-19 13:15:51,468 - optimization.inference - INFO - Number of candidates by RT in frame 0: 25\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,473 - optimization.inference - INFO - Scan time: 0.0144\n",
+ "2024-12-19 13:15:51,474 - optimization.inference - INFO - Number of candidates by RT in frame 5: 25\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,479 - optimization.inference - INFO - Scan time: 0.0259\n",
+ "2024-12-19 13:15:51,480 - optimization.inference - INFO - Number of candidates by RT in frame 10: 32\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,485 - optimization.inference - INFO - Scan time: 0.0374\n",
+ "2024-12-19 13:15:51,486 - optimization.inference - INFO - Number of candidates by RT in frame 15: 34\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,491 - optimization.inference - INFO - Scan time: 0.049\n",
+ "2024-12-19 13:15:51,492 - optimization.inference - INFO - Number of candidates by RT in frame 20: 37\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,497 - optimization.inference - INFO - Scan time: 0.0605\n",
+ "2024-12-19 13:15:51,498 - optimization.inference - INFO - Number of candidates by RT in frame 25: 37\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,503 - optimization.inference - INFO - Scan time: 0.072\n",
+ "2024-12-19 13:15:51,504 - optimization.inference - INFO - Number of candidates by RT in frame 30: 40\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,509 - optimization.inference - INFO - Scan time: 0.0836\n",
+ "2024-12-19 13:15:51,510 - optimization.inference - INFO - Number of candidates by RT in frame 35: 44\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,539 - optimization.inference - INFO - Scan time: 0.1229\n",
+ "2024-12-19 13:15:51,540 - optimization.inference - INFO - Number of candidates by RT in frame 40: 55\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,547 - optimization.inference - INFO - Scan time: 0.1988\n",
+ "2024-12-19 13:15:51,547 - optimization.inference - INFO - Number of candidates by RT in frame 45: 70\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,555 - optimization.inference - INFO - Scan time: 0.274\n",
+ "2024-12-19 13:15:51,556 - optimization.inference - INFO - Number of candidates by RT in frame 50: 75\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,562 - optimization.inference - INFO - Scan time: 0.3441\n",
+ "2024-12-19 13:15:51,563 - optimization.inference - INFO - Number of candidates by RT in frame 55: 68\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,570 - optimization.inference - INFO - Scan time: 0.4164\n",
+ "2024-12-19 13:15:51,570 - optimization.inference - INFO - Number of candidates by RT in frame 60: 67\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,578 - optimization.inference - INFO - Scan time: 0.4827\n",
+ "2024-12-19 13:15:51,579 - optimization.inference - INFO - Number of candidates by RT in frame 65: 64\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,588 - optimization.inference - INFO - Scan time: 0.5247\n",
+ "2024-12-19 13:15:51,589 - optimization.inference - INFO - Number of candidates by RT in frame 70: 65\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,596 - optimization.inference - INFO - Scan time: 0.5544\n",
+ "2024-12-19 13:15:51,597 - optimization.inference - INFO - Number of candidates by RT in frame 75: 67\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,605 - optimization.inference - INFO - Scan time: 0.5807\n",
+ "2024-12-19 13:15:51,606 - optimization.inference - INFO - Number of candidates by RT in frame 80: 67\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,614 - optimization.inference - INFO - Scan time: 0.6044\n",
+ "2024-12-19 13:15:51,615 - optimization.inference - INFO - Number of candidates by RT in frame 85: 69\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,623 - optimization.inference - INFO - Scan time: 0.6279\n",
+ "2024-12-19 13:15:51,624 - optimization.inference - INFO - Number of candidates by RT in frame 90: 68\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,632 - optimization.inference - INFO - Scan time: 0.6434\n",
+ "2024-12-19 13:15:51,633 - optimization.inference - INFO - Number of candidates by RT in frame 95: 69\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,641 - optimization.inference - INFO - Scan time: 0.6625\n",
+ "2024-12-19 13:15:51,642 - optimization.inference - INFO - Number of candidates by RT in frame 100: 70\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,651 - optimization.inference - INFO - Scan time: 0.6789\n",
+ "2024-12-19 13:15:51,652 - optimization.inference - INFO - Number of candidates by RT in frame 105: 69\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,660 - optimization.inference - INFO - Scan time: 0.6959\n",
+ "2024-12-19 13:15:51,661 - optimization.inference - INFO - Number of candidates by RT in frame 110: 69\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,669 - optimization.inference - INFO - Scan time: 0.7093\n",
+ "2024-12-19 13:15:51,670 - optimization.inference - INFO - Number of candidates by RT in frame 115: 68\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,678 - optimization.inference - INFO - Scan time: 0.7278\n",
+ "2024-12-19 13:15:51,679 - optimization.inference - INFO - Number of candidates by RT in frame 120: 64\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,688 - optimization.inference - INFO - Scan time: 0.7568\n",
+ "2024-12-19 13:15:51,689 - optimization.inference - INFO - Number of candidates by RT in frame 125: 63\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,697 - optimization.inference - INFO - Scan time: 0.772\n",
+ "2024-12-19 13:15:51,698 - optimization.inference - INFO - Number of candidates by RT in frame 130: 61\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,706 - optimization.inference - INFO - Scan time: 0.7911\n",
+ "2024-12-19 13:15:51,707 - optimization.inference - INFO - Number of candidates by RT in frame 135: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,715 - optimization.inference - INFO - Scan time: 0.8122\n",
+ "2024-12-19 13:15:51,716 - optimization.inference - INFO - Number of candidates by RT in frame 140: 56\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,724 - optimization.inference - INFO - Scan time: 0.834\n",
+ "2024-12-19 13:15:51,725 - optimization.inference - INFO - Number of candidates by RT in frame 145: 56\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,733 - optimization.inference - INFO - Scan time: 0.8507\n",
+ "2024-12-19 13:15:51,733 - optimization.inference - INFO - Number of candidates by RT in frame 150: 55\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,740 - optimization.inference - INFO - Scan time: 0.8646\n",
+ "2024-12-19 13:15:51,741 - optimization.inference - INFO - Number of candidates by RT in frame 155: 56\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,748 - optimization.inference - INFO - Scan time: 0.882\n",
+ "2024-12-19 13:15:51,749 - optimization.inference - INFO - Number of candidates by RT in frame 160: 56\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,756 - optimization.inference - INFO - Scan time: 0.9009\n",
+ "2024-12-19 13:15:51,757 - optimization.inference - INFO - Number of candidates by RT in frame 165: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,763 - optimization.inference - INFO - Scan time: 0.9199\n",
+ "2024-12-19 13:15:51,764 - optimization.inference - INFO - Number of candidates by RT in frame 170: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,771 - optimization.inference - INFO - Scan time: 0.9393\n",
+ "2024-12-19 13:15:51,772 - optimization.inference - INFO - Number of candidates by RT in frame 175: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,779 - optimization.inference - INFO - Scan time: 0.957\n",
+ "2024-12-19 13:15:51,780 - optimization.inference - INFO - Number of candidates by RT in frame 180: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,786 - optimization.inference - INFO - Scan time: 0.9754\n",
+ "2024-12-19 13:15:51,787 - optimization.inference - INFO - Number of candidates by RT in frame 185: 56\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,794 - optimization.inference - INFO - Scan time: 1.0007\n",
+ "2024-12-19 13:15:51,795 - optimization.inference - INFO - Number of candidates by RT in frame 190: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,801 - optimization.inference - INFO - Scan time: 1.0158\n",
+ "2024-12-19 13:15:51,802 - optimization.inference - INFO - Number of candidates by RT in frame 195: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,809 - optimization.inference - INFO - Scan time: 1.039\n",
+ "2024-12-19 13:15:51,810 - optimization.inference - INFO - Number of candidates by RT in frame 200: 50\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,817 - optimization.inference - INFO - Scan time: 1.0567\n",
+ "2024-12-19 13:15:51,818 - optimization.inference - INFO - Number of candidates by RT in frame 205: 47\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,824 - optimization.inference - INFO - Scan time: 1.0771\n",
+ "2024-12-19 13:15:51,825 - optimization.inference - INFO - Number of candidates by RT in frame 210: 45\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,832 - optimization.inference - INFO - Scan time: 1.0926\n",
+ "2024-12-19 13:15:51,833 - optimization.inference - INFO - Number of candidates by RT in frame 215: 44\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,840 - optimization.inference - INFO - Scan time: 1.1139\n",
+ "2024-12-19 13:15:51,840 - optimization.inference - INFO - Number of candidates by RT in frame 220: 44\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,847 - optimization.inference - INFO - Scan time: 1.1379\n",
+ "2024-12-19 13:15:51,848 - optimization.inference - INFO - Number of candidates by RT in frame 225: 46\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,855 - optimization.inference - INFO - Scan time: 1.164\n",
+ "2024-12-19 13:15:51,856 - optimization.inference - INFO - Number of candidates by RT in frame 230: 44\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,862 - optimization.inference - INFO - Scan time: 1.1803\n",
+ "2024-12-19 13:15:51,863 - optimization.inference - INFO - Number of candidates by RT in frame 235: 46\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,870 - optimization.inference - INFO - Scan time: 1.1952\n",
+ "2024-12-19 13:15:51,871 - optimization.inference - INFO - Number of candidates by RT in frame 240: 46\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,877 - optimization.inference - INFO - Scan time: 1.2106\n",
+ "2024-12-19 13:15:51,878 - optimization.inference - INFO - Number of candidates by RT in frame 245: 47\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,885 - optimization.inference - INFO - Scan time: 1.2254\n",
+ "2024-12-19 13:15:51,886 - optimization.inference - INFO - Number of candidates by RT in frame 250: 48\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,893 - optimization.inference - INFO - Scan time: 1.2389\n",
+ "2024-12-19 13:15:51,894 - optimization.inference - INFO - Number of candidates by RT in frame 255: 48\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,900 - optimization.inference - INFO - Scan time: 1.2572\n",
+ "2024-12-19 13:15:51,901 - optimization.inference - INFO - Number of candidates by RT in frame 260: 48\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,908 - optimization.inference - INFO - Scan time: 1.276\n",
+ "2024-12-19 13:15:51,909 - optimization.inference - INFO - Number of candidates by RT in frame 265: 49\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,916 - optimization.inference - INFO - Scan time: 1.2978\n",
+ "2024-12-19 13:15:51,917 - optimization.inference - INFO - Number of candidates by RT in frame 270: 51\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,924 - optimization.inference - INFO - Scan time: 1.3153\n",
+ "2024-12-19 13:15:51,925 - optimization.inference - INFO - Number of candidates by RT in frame 275: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,931 - optimization.inference - INFO - Scan time: 1.3343\n",
+ "2024-12-19 13:15:51,932 - optimization.inference - INFO - Number of candidates by RT in frame 280: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,939 - optimization.inference - INFO - Scan time: 1.3525\n",
+ "2024-12-19 13:15:51,940 - optimization.inference - INFO - Number of candidates by RT in frame 285: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,947 - optimization.inference - INFO - Scan time: 1.3695\n",
+ "2024-12-19 13:15:51,948 - optimization.inference - INFO - Number of candidates by RT in frame 290: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,955 - optimization.inference - INFO - Scan time: 1.3857\n",
+ "2024-12-19 13:15:51,956 - optimization.inference - INFO - Number of candidates by RT in frame 295: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,964 - optimization.inference - INFO - Scan time: 1.4028\n",
+ "2024-12-19 13:15:51,964 - optimization.inference - INFO - Number of candidates by RT in frame 300: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,971 - optimization.inference - INFO - Scan time: 1.4211\n",
+ "2024-12-19 13:15:51,972 - optimization.inference - INFO - Number of candidates by RT in frame 305: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,979 - optimization.inference - INFO - Scan time: 1.4381\n",
+ "2024-12-19 13:15:51,980 - optimization.inference - INFO - Number of candidates by RT in frame 310: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,987 - optimization.inference - INFO - Scan time: 1.4551\n",
+ "2024-12-19 13:15:51,988 - optimization.inference - INFO - Number of candidates by RT in frame 315: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:51,995 - optimization.inference - INFO - Scan time: 1.4707\n",
+ "2024-12-19 13:15:51,996 - optimization.inference - INFO - Number of candidates by RT in frame 320: 51\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,003 - optimization.inference - INFO - Scan time: 1.4855\n",
+ "2024-12-19 13:15:52,003 - optimization.inference - INFO - Number of candidates by RT in frame 325: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,011 - optimization.inference - INFO - Scan time: 1.5011\n",
+ "2024-12-19 13:15:52,011 - optimization.inference - INFO - Number of candidates by RT in frame 330: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,019 - optimization.inference - INFO - Scan time: 1.5185\n",
+ "2024-12-19 13:15:52,019 - optimization.inference - INFO - Number of candidates by RT in frame 335: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,027 - optimization.inference - INFO - Scan time: 1.5418\n",
+ "2024-12-19 13:15:52,027 - optimization.inference - INFO - Number of candidates by RT in frame 340: 50\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,035 - optimization.inference - INFO - Scan time: 1.556\n",
+ "2024-12-19 13:15:52,035 - optimization.inference - INFO - Number of candidates by RT in frame 345: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,043 - optimization.inference - INFO - Scan time: 1.5793\n",
+ "2024-12-19 13:15:52,043 - optimization.inference - INFO - Number of candidates by RT in frame 350: 54\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,051 - optimization.inference - INFO - Scan time: 1.6081\n",
+ "2024-12-19 13:15:52,052 - optimization.inference - INFO - Number of candidates by RT in frame 355: 56\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,058 - optimization.inference - INFO - Scan time: 1.65\n",
+ "2024-12-19 13:15:52,059 - optimization.inference - INFO - Number of candidates by RT in frame 360: 71\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,064 - optimization.inference - INFO - Scan time: 1.6768\n",
+ "2024-12-19 13:15:52,065 - optimization.inference - INFO - Number of candidates by RT in frame 365: 80\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,072 - optimization.inference - INFO - Scan time: 1.7092\n",
+ "2024-12-19 13:15:52,073 - optimization.inference - INFO - Number of candidates by RT in frame 370: 91\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,081 - optimization.inference - INFO - Scan time: 1.7511\n",
+ "2024-12-19 13:15:52,082 - optimization.inference - INFO - Number of candidates by RT in frame 375: 114\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,092 - optimization.inference - INFO - Scan time: 1.8248\n",
+ "2024-12-19 13:15:52,092 - optimization.inference - INFO - Number of candidates by RT in frame 380: 126\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,102 - optimization.inference - INFO - Scan time: 1.9107\n",
+ "2024-12-19 13:15:52,103 - optimization.inference - INFO - Number of candidates by RT in frame 385: 129\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,112 - optimization.inference - INFO - Scan time: 1.9869\n",
+ "2024-12-19 13:15:52,113 - optimization.inference - INFO - Number of candidates by RT in frame 390: 108\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,120 - optimization.inference - INFO - Scan time: 2.0517\n",
+ "2024-12-19 13:15:52,121 - optimization.inference - INFO - Number of candidates by RT in frame 395: 107\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,129 - optimization.inference - INFO - Scan time: 2.1279\n",
+ "2024-12-19 13:15:52,130 - optimization.inference - INFO - Number of candidates by RT in frame 400: 107\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,137 - optimization.inference - INFO - Scan time: 2.2075\n",
+ "2024-12-19 13:15:52,138 - optimization.inference - INFO - Number of candidates by RT in frame 405: 127\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,152 - optimization.inference - INFO - Scan time: 2.2869\n",
+ "2024-12-19 13:15:52,153 - optimization.inference - INFO - Number of candidates by RT in frame 410: 162\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,164 - optimization.inference - INFO - Scan time: 2.372\n",
+ "2024-12-19 13:15:52,165 - optimization.inference - INFO - Number of candidates by RT in frame 415: 182\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,175 - optimization.inference - INFO - Scan time: 2.4571\n",
+ "2024-12-19 13:15:52,176 - optimization.inference - INFO - Number of candidates by RT in frame 420: 191\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,187 - optimization.inference - INFO - Scan time: 2.5439\n",
+ "2024-12-19 13:15:52,187 - optimization.inference - INFO - Number of candidates by RT in frame 425: 190\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,198 - optimization.inference - INFO - Scan time: 2.6283\n",
+ "2024-12-19 13:15:52,199 - optimization.inference - INFO - Number of candidates by RT in frame 430: 204\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,211 - optimization.inference - INFO - Scan time: 2.7143\n",
+ "2024-12-19 13:15:52,212 - optimization.inference - INFO - Number of candidates by RT in frame 435: 217\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,225 - optimization.inference - INFO - Scan time: 2.8001\n",
+ "2024-12-19 13:15:52,226 - optimization.inference - INFO - Number of candidates by RT in frame 440: 231\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,240 - optimization.inference - INFO - Scan time: 2.8856\n",
+ "2024-12-19 13:15:52,240 - optimization.inference - INFO - Number of candidates by RT in frame 445: 226\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,253 - optimization.inference - INFO - Scan time: 2.9716\n",
+ "2024-12-19 13:15:52,253 - optimization.inference - INFO - Number of candidates by RT in frame 450: 232\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,266 - optimization.inference - INFO - Scan time: 3.0577\n",
+ "2024-12-19 13:15:52,267 - optimization.inference - INFO - Number of candidates by RT in frame 455: 227\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,279 - optimization.inference - INFO - Scan time: 3.1438\n",
+ "2024-12-19 13:15:52,279 - optimization.inference - INFO - Number of candidates by RT in frame 460: 225\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,290 - optimization.inference - INFO - Scan time: 3.2298\n",
+ "2024-12-19 13:15:52,291 - optimization.inference - INFO - Number of candidates by RT in frame 465: 226\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,301 - optimization.inference - INFO - Scan time: 3.3157\n",
+ "2024-12-19 13:15:52,302 - optimization.inference - INFO - Number of candidates by RT in frame 470: 226\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,312 - optimization.inference - INFO - Scan time: 3.4021\n",
+ "2024-12-19 13:15:52,312 - optimization.inference - INFO - Number of candidates by RT in frame 475: 214\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,327 - optimization.inference - INFO - Scan time: 3.4883\n",
+ "2024-12-19 13:15:52,328 - optimization.inference - INFO - Number of candidates by RT in frame 480: 217\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,337 - optimization.inference - INFO - Scan time: 3.5741\n",
+ "2024-12-19 13:15:52,338 - optimization.inference - INFO - Number of candidates by RT in frame 485: 213\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,348 - optimization.inference - INFO - Scan time: 3.6598\n",
+ "2024-12-19 13:15:52,348 - optimization.inference - INFO - Number of candidates by RT in frame 490: 214\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,360 - optimization.inference - INFO - Scan time: 3.7457\n",
+ "2024-12-19 13:15:52,361 - optimization.inference - INFO - Number of candidates by RT in frame 495: 210\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,372 - optimization.inference - INFO - Scan time: 3.8311\n",
+ "2024-12-19 13:15:52,373 - optimization.inference - INFO - Number of candidates by RT in frame 500: 198\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,384 - optimization.inference - INFO - Scan time: 3.9164\n",
+ "2024-12-19 13:15:52,385 - optimization.inference - INFO - Number of candidates by RT in frame 505: 200\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,395 - optimization.inference - INFO - Scan time: 4.0018\n",
+ "2024-12-19 13:15:52,396 - optimization.inference - INFO - Number of candidates by RT in frame 510: 184\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,407 - optimization.inference - INFO - Scan time: 4.0878\n",
+ "2024-12-19 13:15:52,408 - optimization.inference - INFO - Number of candidates by RT in frame 515: 199\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,418 - optimization.inference - INFO - Scan time: 4.1736\n",
+ "2024-12-19 13:15:52,419 - optimization.inference - INFO - Number of candidates by RT in frame 520: 200\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,430 - optimization.inference - INFO - Scan time: 4.2594\n",
+ "2024-12-19 13:15:52,430 - optimization.inference - INFO - Number of candidates by RT in frame 525: 207\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,445 - optimization.inference - INFO - Scan time: 4.3449\n",
+ "2024-12-19 13:15:52,446 - optimization.inference - INFO - Number of candidates by RT in frame 530: 211\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,460 - optimization.inference - INFO - Scan time: 4.4305\n",
+ "2024-12-19 13:15:52,461 - optimization.inference - INFO - Number of candidates by RT in frame 535: 203\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,473 - optimization.inference - INFO - Scan time: 4.5147\n",
+ "2024-12-19 13:15:52,474 - optimization.inference - INFO - Number of candidates by RT in frame 540: 202\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,485 - optimization.inference - INFO - Scan time: 4.6001\n",
+ "2024-12-19 13:15:52,485 - optimization.inference - INFO - Number of candidates by RT in frame 545: 202\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,496 - optimization.inference - INFO - Scan time: 4.6865\n",
+ "2024-12-19 13:15:52,497 - optimization.inference - INFO - Number of candidates by RT in frame 550: 212\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,507 - optimization.inference - INFO - Scan time: 4.7721\n",
+ "2024-12-19 13:15:52,507 - optimization.inference - INFO - Number of candidates by RT in frame 555: 209\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,519 - optimization.inference - INFO - Scan time: 4.8581\n",
+ "2024-12-19 13:15:52,520 - optimization.inference - INFO - Number of candidates by RT in frame 560: 235\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,529 - optimization.inference - INFO - Scan time: 4.9441\n",
+ "2024-12-19 13:15:52,530 - optimization.inference - INFO - Number of candidates by RT in frame 565: 220\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,540 - optimization.inference - INFO - Scan time: 5.0304\n",
+ "2024-12-19 13:15:52,541 - optimization.inference - INFO - Number of candidates by RT in frame 570: 229\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,556 - optimization.inference - INFO - Scan time: 5.1167\n",
+ "2024-12-19 13:15:52,557 - optimization.inference - INFO - Number of candidates by RT in frame 575: 238\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,568 - optimization.inference - INFO - Scan time: 5.2029\n",
+ "2024-12-19 13:15:52,569 - optimization.inference - INFO - Number of candidates by RT in frame 580: 225\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,581 - optimization.inference - INFO - Scan time: 5.2892\n",
+ "2024-12-19 13:15:52,582 - optimization.inference - INFO - Number of candidates by RT in frame 585: 229\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,595 - optimization.inference - INFO - Scan time: 5.3751\n",
+ "2024-12-19 13:15:52,596 - optimization.inference - INFO - Number of candidates by RT in frame 590: 234\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,608 - optimization.inference - INFO - Scan time: 5.4617\n",
+ "2024-12-19 13:15:52,609 - optimization.inference - INFO - Number of candidates by RT in frame 595: 237\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,624 - optimization.inference - INFO - Scan time: 5.5482\n",
+ "2024-12-19 13:15:52,625 - optimization.inference - INFO - Number of candidates by RT in frame 600: 231\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,636 - optimization.inference - INFO - Scan time: 5.6344\n",
+ "2024-12-19 13:15:52,637 - optimization.inference - INFO - Number of candidates by RT in frame 605: 246\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,648 - optimization.inference - INFO - Scan time: 5.7201\n",
+ "2024-12-19 13:15:52,649 - optimization.inference - INFO - Number of candidates by RT in frame 610: 244\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,660 - optimization.inference - INFO - Scan time: 5.8058\n",
+ "2024-12-19 13:15:52,661 - optimization.inference - INFO - Number of candidates by RT in frame 615: 239\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,676 - optimization.inference - INFO - Scan time: 5.892\n",
+ "2024-12-19 13:15:52,677 - optimization.inference - INFO - Number of candidates by RT in frame 620: 252\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,690 - optimization.inference - INFO - Scan time: 5.9788\n",
+ "2024-12-19 13:15:52,691 - optimization.inference - INFO - Number of candidates by RT in frame 625: 228\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,703 - optimization.inference - INFO - Scan time: 6.064\n",
+ "2024-12-19 13:15:52,704 - optimization.inference - INFO - Number of candidates by RT in frame 630: 248\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,715 - optimization.inference - INFO - Scan time: 6.1498\n",
+ "2024-12-19 13:15:52,716 - optimization.inference - INFO - Number of candidates by RT in frame 635: 239\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,728 - optimization.inference - INFO - Scan time: 6.2361\n",
+ "2024-12-19 13:15:52,729 - optimization.inference - INFO - Number of candidates by RT in frame 640: 251\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,742 - optimization.inference - INFO - Scan time: 6.3228\n",
+ "2024-12-19 13:15:52,743 - optimization.inference - INFO - Number of candidates by RT in frame 645: 262\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,753 - optimization.inference - INFO - Scan time: 6.4097\n",
+ "2024-12-19 13:15:52,754 - optimization.inference - INFO - Number of candidates by RT in frame 650: 235\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,767 - optimization.inference - INFO - Scan time: 6.4964\n",
+ "2024-12-19 13:15:52,768 - optimization.inference - INFO - Number of candidates by RT in frame 655: 236\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,779 - optimization.inference - INFO - Scan time: 6.5831\n",
+ "2024-12-19 13:15:52,780 - optimization.inference - INFO - Number of candidates by RT in frame 660: 237\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,796 - optimization.inference - INFO - Scan time: 6.6684\n",
+ "2024-12-19 13:15:52,797 - optimization.inference - INFO - Number of candidates by RT in frame 665: 241\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,808 - optimization.inference - INFO - Scan time: 6.753\n",
+ "2024-12-19 13:15:52,809 - optimization.inference - INFO - Number of candidates by RT in frame 670: 243\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,820 - optimization.inference - INFO - Scan time: 6.8394\n",
+ "2024-12-19 13:15:52,821 - optimization.inference - INFO - Number of candidates by RT in frame 675: 246\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,833 - optimization.inference - INFO - Scan time: 6.925\n",
+ "2024-12-19 13:15:52,833 - optimization.inference - INFO - Number of candidates by RT in frame 680: 251\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,846 - optimization.inference - INFO - Scan time: 7.012\n",
+ "2024-12-19 13:15:52,847 - optimization.inference - INFO - Number of candidates by RT in frame 685: 230\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,859 - optimization.inference - INFO - Scan time: 7.0979\n",
+ "2024-12-19 13:15:52,860 - optimization.inference - INFO - Number of candidates by RT in frame 690: 239\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,870 - optimization.inference - INFO - Scan time: 7.1825\n",
+ "2024-12-19 13:15:52,871 - optimization.inference - INFO - Number of candidates by RT in frame 695: 245\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,885 - optimization.inference - INFO - Scan time: 7.2677\n",
+ "2024-12-19 13:15:52,886 - optimization.inference - INFO - Number of candidates by RT in frame 700: 261\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,900 - optimization.inference - INFO - Scan time: 7.3535\n",
+ "2024-12-19 13:15:52,901 - optimization.inference - INFO - Number of candidates by RT in frame 705: 266\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,911 - optimization.inference - INFO - Scan time: 7.4392\n",
+ "2024-12-19 13:15:52,912 - optimization.inference - INFO - Number of candidates by RT in frame 710: 256\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,924 - optimization.inference - INFO - Scan time: 7.5255\n",
+ "2024-12-19 13:15:52,925 - optimization.inference - INFO - Number of candidates by RT in frame 715: 259\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,938 - optimization.inference - INFO - Scan time: 7.6114\n",
+ "2024-12-19 13:15:52,939 - optimization.inference - INFO - Number of candidates by RT in frame 720: 249\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,950 - optimization.inference - INFO - Scan time: 7.6969\n",
+ "2024-12-19 13:15:52,951 - optimization.inference - INFO - Number of candidates by RT in frame 725: 258\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,964 - optimization.inference - INFO - Scan time: 7.7832\n",
+ "2024-12-19 13:15:52,965 - optimization.inference - INFO - Number of candidates by RT in frame 730: 273\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:52,985 - optimization.inference - INFO - Scan time: 7.8689\n",
+ "2024-12-19 13:15:52,986 - optimization.inference - INFO - Number of candidates by RT in frame 735: 277\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,000 - optimization.inference - INFO - Scan time: 7.9548\n",
+ "2024-12-19 13:15:53,001 - optimization.inference - INFO - Number of candidates by RT in frame 740: 279\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,014 - optimization.inference - INFO - Scan time: 8.0398\n",
+ "2024-12-19 13:15:53,015 - optimization.inference - INFO - Number of candidates by RT in frame 745: 263\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,029 - optimization.inference - INFO - Scan time: 8.1257\n",
+ "2024-12-19 13:15:53,030 - optimization.inference - INFO - Number of candidates by RT in frame 750: 254\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,044 - optimization.inference - INFO - Scan time: 8.211\n",
+ "2024-12-19 13:15:53,045 - optimization.inference - INFO - Number of candidates by RT in frame 755: 258\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,057 - optimization.inference - INFO - Scan time: 8.2971\n",
+ "2024-12-19 13:15:53,058 - optimization.inference - INFO - Number of candidates by RT in frame 760: 247\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,072 - optimization.inference - INFO - Scan time: 8.3829\n",
+ "2024-12-19 13:15:53,073 - optimization.inference - INFO - Number of candidates by RT in frame 765: 253\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,088 - optimization.inference - INFO - Scan time: 8.4681\n",
+ "2024-12-19 13:15:53,089 - optimization.inference - INFO - Number of candidates by RT in frame 770: 272\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,102 - optimization.inference - INFO - Scan time: 8.5533\n",
+ "2024-12-19 13:15:53,103 - optimization.inference - INFO - Number of candidates by RT in frame 775: 270\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,118 - optimization.inference - INFO - Scan time: 8.6391\n",
+ "2024-12-19 13:15:53,119 - optimization.inference - INFO - Number of candidates by RT in frame 780: 267\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,135 - optimization.inference - INFO - Scan time: 8.725\n",
+ "2024-12-19 13:15:53,136 - optimization.inference - INFO - Number of candidates by RT in frame 785: 271\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,150 - optimization.inference - INFO - Scan time: 8.8107\n",
+ "2024-12-19 13:15:53,151 - optimization.inference - INFO - Number of candidates by RT in frame 790: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,169 - optimization.inference - INFO - Scan time: 8.8967\n",
+ "2024-12-19 13:15:53,170 - optimization.inference - INFO - Number of candidates by RT in frame 795: 272\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,185 - optimization.inference - INFO - Scan time: 8.9817\n",
+ "2024-12-19 13:15:53,186 - optimization.inference - INFO - Number of candidates by RT in frame 800: 282\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,200 - optimization.inference - INFO - Scan time: 9.0668\n",
+ "2024-12-19 13:15:53,201 - optimization.inference - INFO - Number of candidates by RT in frame 805: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,215 - optimization.inference - INFO - Scan time: 9.1523\n",
+ "2024-12-19 13:15:53,217 - optimization.inference - INFO - Number of candidates by RT in frame 810: 261\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,230 - optimization.inference - INFO - Scan time: 9.238\n",
+ "2024-12-19 13:15:53,231 - optimization.inference - INFO - Number of candidates by RT in frame 815: 277\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,248 - optimization.inference - INFO - Scan time: 9.3236\n",
+ "2024-12-19 13:15:53,249 - optimization.inference - INFO - Number of candidates by RT in frame 820: 299\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,266 - optimization.inference - INFO - Scan time: 9.4091\n",
+ "2024-12-19 13:15:53,267 - optimization.inference - INFO - Number of candidates by RT in frame 825: 294\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,283 - optimization.inference - INFO - Scan time: 9.4961\n",
+ "2024-12-19 13:15:53,284 - optimization.inference - INFO - Number of candidates by RT in frame 830: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,298 - optimization.inference - INFO - Scan time: 9.5817\n",
+ "2024-12-19 13:15:53,299 - optimization.inference - INFO - Number of candidates by RT in frame 835: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,312 - optimization.inference - INFO - Scan time: 9.6669\n",
+ "2024-12-19 13:15:53,313 - optimization.inference - INFO - Number of candidates by RT in frame 840: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,328 - optimization.inference - INFO - Scan time: 9.7534\n",
+ "2024-12-19 13:15:53,329 - optimization.inference - INFO - Number of candidates by RT in frame 845: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,344 - optimization.inference - INFO - Scan time: 9.8391\n",
+ "2024-12-19 13:15:53,345 - optimization.inference - INFO - Number of candidates by RT in frame 850: 276\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,361 - optimization.inference - INFO - Scan time: 9.9249\n",
+ "2024-12-19 13:15:53,362 - optimization.inference - INFO - Number of candidates by RT in frame 855: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,377 - optimization.inference - INFO - Scan time: 10.0099\n",
+ "2024-12-19 13:15:53,378 - optimization.inference - INFO - Number of candidates by RT in frame 860: 281\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,391 - optimization.inference - INFO - Scan time: 10.0954\n",
+ "2024-12-19 13:15:53,392 - optimization.inference - INFO - Number of candidates by RT in frame 865: 282\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,405 - optimization.inference - INFO - Scan time: 10.1809\n",
+ "2024-12-19 13:15:53,406 - optimization.inference - INFO - Number of candidates by RT in frame 870: 257\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,420 - optimization.inference - INFO - Scan time: 10.2663\n",
+ "2024-12-19 13:15:53,421 - optimization.inference - INFO - Number of candidates by RT in frame 875: 274\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,435 - optimization.inference - INFO - Scan time: 10.3516\n",
+ "2024-12-19 13:15:53,436 - optimization.inference - INFO - Number of candidates by RT in frame 880: 266\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,449 - optimization.inference - INFO - Scan time: 10.4368\n",
+ "2024-12-19 13:15:53,450 - optimization.inference - INFO - Number of candidates by RT in frame 885: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,464 - optimization.inference - INFO - Scan time: 10.523\n",
+ "2024-12-19 13:15:53,465 - optimization.inference - INFO - Number of candidates by RT in frame 890: 271\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,476 - optimization.inference - INFO - Scan time: 10.6087\n",
+ "2024-12-19 13:15:53,477 - optimization.inference - INFO - Number of candidates by RT in frame 895: 263\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,491 - optimization.inference - INFO - Scan time: 10.6955\n",
+ "2024-12-19 13:15:53,492 - optimization.inference - INFO - Number of candidates by RT in frame 900: 285\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,507 - optimization.inference - INFO - Scan time: 10.7817\n",
+ "2024-12-19 13:15:53,508 - optimization.inference - INFO - Number of candidates by RT in frame 905: 277\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,523 - optimization.inference - INFO - Scan time: 10.8671\n",
+ "2024-12-19 13:15:53,524 - optimization.inference - INFO - Number of candidates by RT in frame 910: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,537 - optimization.inference - INFO - Scan time: 10.9531\n",
+ "2024-12-19 13:15:53,538 - optimization.inference - INFO - Number of candidates by RT in frame 915: 299\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,550 - optimization.inference - INFO - Scan time: 11.039\n",
+ "2024-12-19 13:15:53,551 - optimization.inference - INFO - Number of candidates by RT in frame 920: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,567 - optimization.inference - INFO - Scan time: 11.1248\n",
+ "2024-12-19 13:15:53,568 - optimization.inference - INFO - Number of candidates by RT in frame 925: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,583 - optimization.inference - INFO - Scan time: 11.2103\n",
+ "2024-12-19 13:15:53,584 - optimization.inference - INFO - Number of candidates by RT in frame 930: 299\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,597 - optimization.inference - INFO - Scan time: 11.297\n",
+ "2024-12-19 13:15:53,599 - optimization.inference - INFO - Number of candidates by RT in frame 935: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,613 - optimization.inference - INFO - Scan time: 11.3834\n",
+ "2024-12-19 13:15:53,614 - optimization.inference - INFO - Number of candidates by RT in frame 940: 298\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,626 - optimization.inference - INFO - Scan time: 11.47\n",
+ "2024-12-19 13:15:53,628 - optimization.inference - INFO - Number of candidates by RT in frame 945: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,646 - optimization.inference - INFO - Scan time: 11.5557\n",
+ "2024-12-19 13:15:53,647 - optimization.inference - INFO - Number of candidates by RT in frame 950: 285\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,662 - optimization.inference - INFO - Scan time: 11.6409\n",
+ "2024-12-19 13:15:53,663 - optimization.inference - INFO - Number of candidates by RT in frame 955: 298\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,676 - optimization.inference - INFO - Scan time: 11.7268\n",
+ "2024-12-19 13:15:53,677 - optimization.inference - INFO - Number of candidates by RT in frame 960: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,691 - optimization.inference - INFO - Scan time: 11.8124\n",
+ "2024-12-19 13:15:53,692 - optimization.inference - INFO - Number of candidates by RT in frame 965: 307\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,707 - optimization.inference - INFO - Scan time: 11.898\n",
+ "2024-12-19 13:15:53,708 - optimization.inference - INFO - Number of candidates by RT in frame 970: 310\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,723 - optimization.inference - INFO - Scan time: 11.9839\n",
+ "2024-12-19 13:15:53,724 - optimization.inference - INFO - Number of candidates by RT in frame 975: 315\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,736 - optimization.inference - INFO - Scan time: 12.0708\n",
+ "2024-12-19 13:15:53,737 - optimization.inference - INFO - Number of candidates by RT in frame 980: 310\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,752 - optimization.inference - INFO - Scan time: 12.1571\n",
+ "2024-12-19 13:15:53,753 - optimization.inference - INFO - Number of candidates by RT in frame 985: 309\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,765 - optimization.inference - INFO - Scan time: 12.2427\n",
+ "2024-12-19 13:15:53,767 - optimization.inference - INFO - Number of candidates by RT in frame 990: 282\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,781 - optimization.inference - INFO - Scan time: 12.3275\n",
+ "2024-12-19 13:15:53,782 - optimization.inference - INFO - Number of candidates by RT in frame 995: 308\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,797 - optimization.inference - INFO - Scan time: 12.4131\n",
+ "2024-12-19 13:15:53,798 - optimization.inference - INFO - Number of candidates by RT in frame 1000: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,813 - optimization.inference - INFO - Scan time: 12.4989\n",
+ "2024-12-19 13:15:53,814 - optimization.inference - INFO - Number of candidates by RT in frame 1005: 300\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,830 - optimization.inference - INFO - Scan time: 12.5845\n",
+ "2024-12-19 13:15:53,832 - optimization.inference - INFO - Number of candidates by RT in frame 1010: 297\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,851 - optimization.inference - INFO - Scan time: 12.6701\n",
+ "2024-12-19 13:15:53,852 - optimization.inference - INFO - Number of candidates by RT in frame 1015: 308\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,868 - optimization.inference - INFO - Scan time: 12.7555\n",
+ "2024-12-19 13:15:53,869 - optimization.inference - INFO - Number of candidates by RT in frame 1020: 300\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,886 - optimization.inference - INFO - Scan time: 12.8419\n",
+ "2024-12-19 13:15:53,887 - optimization.inference - INFO - Number of candidates by RT in frame 1025: 329\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,908 - optimization.inference - INFO - Scan time: 12.9278\n",
+ "2024-12-19 13:15:53,909 - optimization.inference - INFO - Number of candidates by RT in frame 1030: 331\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,931 - optimization.inference - INFO - Scan time: 13.0135\n",
+ "2024-12-19 13:15:53,932 - optimization.inference - INFO - Number of candidates by RT in frame 1035: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,952 - optimization.inference - INFO - Scan time: 13.0991\n",
+ "2024-12-19 13:15:53,953 - optimization.inference - INFO - Number of candidates by RT in frame 1040: 326\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,980 - optimization.inference - INFO - Scan time: 13.185\n",
+ "2024-12-19 13:15:53,981 - optimization.inference - INFO - Number of candidates by RT in frame 1045: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:53,996 - optimization.inference - INFO - Scan time: 13.2722\n",
+ "2024-12-19 13:15:53,997 - optimization.inference - INFO - Number of candidates by RT in frame 1050: 284\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,009 - optimization.inference - INFO - Scan time: 13.3583\n",
+ "2024-12-19 13:15:54,010 - optimization.inference - INFO - Number of candidates by RT in frame 1055: 274\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,024 - optimization.inference - INFO - Scan time: 13.4457\n",
+ "2024-12-19 13:15:54,025 - optimization.inference - INFO - Number of candidates by RT in frame 1060: 297\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,040 - optimization.inference - INFO - Scan time: 13.5309\n",
+ "2024-12-19 13:15:54,041 - optimization.inference - INFO - Number of candidates by RT in frame 1065: 293\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,058 - optimization.inference - INFO - Scan time: 13.6169\n",
+ "2024-12-19 13:15:54,059 - optimization.inference - INFO - Number of candidates by RT in frame 1070: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,075 - optimization.inference - INFO - Scan time: 13.703\n",
+ "2024-12-19 13:15:54,076 - optimization.inference - INFO - Number of candidates by RT in frame 1075: 333\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,093 - optimization.inference - INFO - Scan time: 13.7895\n",
+ "2024-12-19 13:15:54,094 - optimization.inference - INFO - Number of candidates by RT in frame 1080: 324\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,114 - optimization.inference - INFO - Scan time: 13.8751\n",
+ "2024-12-19 13:15:54,115 - optimization.inference - INFO - Number of candidates by RT in frame 1085: 309\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,133 - optimization.inference - INFO - Scan time: 13.9604\n",
+ "2024-12-19 13:15:54,134 - optimization.inference - INFO - Number of candidates by RT in frame 1090: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,150 - optimization.inference - INFO - Scan time: 14.0458\n",
+ "2024-12-19 13:15:54,151 - optimization.inference - INFO - Number of candidates by RT in frame 1095: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,165 - optimization.inference - INFO - Scan time: 14.1323\n",
+ "2024-12-19 13:15:54,167 - optimization.inference - INFO - Number of candidates by RT in frame 1100: 288\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,180 - optimization.inference - INFO - Scan time: 14.2177\n",
+ "2024-12-19 13:15:54,181 - optimization.inference - INFO - Number of candidates by RT in frame 1105: 268\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,196 - optimization.inference - INFO - Scan time: 14.3042\n",
+ "2024-12-19 13:15:54,198 - optimization.inference - INFO - Number of candidates by RT in frame 1110: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,212 - optimization.inference - INFO - Scan time: 14.3901\n",
+ "2024-12-19 13:15:54,213 - optimization.inference - INFO - Number of candidates by RT in frame 1115: 309\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,227 - optimization.inference - INFO - Scan time: 14.4754\n",
+ "2024-12-19 13:15:54,228 - optimization.inference - INFO - Number of candidates by RT in frame 1120: 296\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,246 - optimization.inference - INFO - Scan time: 14.5611\n",
+ "2024-12-19 13:15:54,247 - optimization.inference - INFO - Number of candidates by RT in frame 1125: 322\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,266 - optimization.inference - INFO - Scan time: 14.6464\n",
+ "2024-12-19 13:15:54,268 - optimization.inference - INFO - Number of candidates by RT in frame 1130: 332\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,284 - optimization.inference - INFO - Scan time: 14.7326\n",
+ "2024-12-19 13:15:54,285 - optimization.inference - INFO - Number of candidates by RT in frame 1135: 323\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,303 - optimization.inference - INFO - Scan time: 14.8188\n",
+ "2024-12-19 13:15:54,304 - optimization.inference - INFO - Number of candidates by RT in frame 1140: 315\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,322 - optimization.inference - INFO - Scan time: 14.9033\n",
+ "2024-12-19 13:15:54,323 - optimization.inference - INFO - Number of candidates by RT in frame 1145: 328\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,343 - optimization.inference - INFO - Scan time: 14.9899\n",
+ "2024-12-19 13:15:54,344 - optimization.inference - INFO - Number of candidates by RT in frame 1150: 317\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,361 - optimization.inference - INFO - Scan time: 15.0752\n",
+ "2024-12-19 13:15:54,362 - optimization.inference - INFO - Number of candidates by RT in frame 1155: 311\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,381 - optimization.inference - INFO - Scan time: 15.1617\n",
+ "2024-12-19 13:15:54,382 - optimization.inference - INFO - Number of candidates by RT in frame 1160: 320\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,396 - optimization.inference - INFO - Scan time: 15.2475\n",
+ "2024-12-19 13:15:54,397 - optimization.inference - INFO - Number of candidates by RT in frame 1165: 334\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,412 - optimization.inference - INFO - Scan time: 15.3332\n",
+ "2024-12-19 13:15:54,413 - optimization.inference - INFO - Number of candidates by RT in frame 1170: 325\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,430 - optimization.inference - INFO - Scan time: 15.4191\n",
+ "2024-12-19 13:15:54,431 - optimization.inference - INFO - Number of candidates by RT in frame 1175: 338\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,447 - optimization.inference - INFO - Scan time: 15.5051\n",
+ "2024-12-19 13:15:54,448 - optimization.inference - INFO - Number of candidates by RT in frame 1180: 331\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,468 - optimization.inference - INFO - Scan time: 15.5912\n",
+ "2024-12-19 13:15:54,469 - optimization.inference - INFO - Number of candidates by RT in frame 1185: 340\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,489 - optimization.inference - INFO - Scan time: 15.6767\n",
+ "2024-12-19 13:15:54,490 - optimization.inference - INFO - Number of candidates by RT in frame 1190: 335\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,510 - optimization.inference - INFO - Scan time: 15.7627\n",
+ "2024-12-19 13:15:54,511 - optimization.inference - INFO - Number of candidates by RT in frame 1195: 335\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,529 - optimization.inference - INFO - Scan time: 15.8485\n",
+ "2024-12-19 13:15:54,530 - optimization.inference - INFO - Number of candidates by RT in frame 1200: 324\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,548 - optimization.inference - INFO - Scan time: 15.9336\n",
+ "2024-12-19 13:15:54,549 - optimization.inference - INFO - Number of candidates by RT in frame 1205: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,566 - optimization.inference - INFO - Scan time: 16.0192\n",
+ "2024-12-19 13:15:54,567 - optimization.inference - INFO - Number of candidates by RT in frame 1210: 320\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,584 - optimization.inference - INFO - Scan time: 16.1037\n",
+ "2024-12-19 13:15:54,585 - optimization.inference - INFO - Number of candidates by RT in frame 1215: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,601 - optimization.inference - INFO - Scan time: 16.1908\n",
+ "2024-12-19 13:15:54,602 - optimization.inference - INFO - Number of candidates by RT in frame 1220: 300\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,618 - optimization.inference - INFO - Scan time: 16.2763\n",
+ "2024-12-19 13:15:54,619 - optimization.inference - INFO - Number of candidates by RT in frame 1225: 331\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,637 - optimization.inference - INFO - Scan time: 16.3619\n",
+ "2024-12-19 13:15:54,638 - optimization.inference - INFO - Number of candidates by RT in frame 1230: 318\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,658 - optimization.inference - INFO - Scan time: 16.4478\n",
+ "2024-12-19 13:15:54,659 - optimization.inference - INFO - Number of candidates by RT in frame 1235: 336\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,677 - optimization.inference - INFO - Scan time: 16.5335\n",
+ "2024-12-19 13:15:54,679 - optimization.inference - INFO - Number of candidates by RT in frame 1240: 326\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,696 - optimization.inference - INFO - Scan time: 16.619\n",
+ "2024-12-19 13:15:54,697 - optimization.inference - INFO - Number of candidates by RT in frame 1245: 309\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,714 - optimization.inference - INFO - Scan time: 16.7057\n",
+ "2024-12-19 13:15:54,715 - optimization.inference - INFO - Number of candidates by RT in frame 1250: 319\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,731 - optimization.inference - INFO - Scan time: 16.7911\n",
+ "2024-12-19 13:15:54,732 - optimization.inference - INFO - Number of candidates by RT in frame 1255: 323\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,749 - optimization.inference - INFO - Scan time: 16.8763\n",
+ "2024-12-19 13:15:54,750 - optimization.inference - INFO - Number of candidates by RT in frame 1260: 325\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,769 - optimization.inference - INFO - Scan time: 16.962\n",
+ "2024-12-19 13:15:54,770 - optimization.inference - INFO - Number of candidates by RT in frame 1265: 341\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,790 - optimization.inference - INFO - Scan time: 17.048\n",
+ "2024-12-19 13:15:54,791 - optimization.inference - INFO - Number of candidates by RT in frame 1270: 331\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,808 - optimization.inference - INFO - Scan time: 17.1339\n",
+ "2024-12-19 13:15:54,809 - optimization.inference - INFO - Number of candidates by RT in frame 1275: 299\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,822 - optimization.inference - INFO - Scan time: 17.2203\n",
+ "2024-12-19 13:15:54,823 - optimization.inference - INFO - Number of candidates by RT in frame 1280: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,839 - optimization.inference - INFO - Scan time: 17.3066\n",
+ "2024-12-19 13:15:54,840 - optimization.inference - INFO - Number of candidates by RT in frame 1285: 336\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,858 - optimization.inference - INFO - Scan time: 17.3922\n",
+ "2024-12-19 13:15:54,860 - optimization.inference - INFO - Number of candidates by RT in frame 1290: 329\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,878 - optimization.inference - INFO - Scan time: 17.4789\n",
+ "2024-12-19 13:15:54,879 - optimization.inference - INFO - Number of candidates by RT in frame 1295: 330\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,898 - optimization.inference - INFO - Scan time: 17.5651\n",
+ "2024-12-19 13:15:54,899 - optimization.inference - INFO - Number of candidates by RT in frame 1300: 350\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,916 - optimization.inference - INFO - Scan time: 17.6512\n",
+ "2024-12-19 13:15:54,917 - optimization.inference - INFO - Number of candidates by RT in frame 1305: 319\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,936 - optimization.inference - INFO - Scan time: 17.7368\n",
+ "2024-12-19 13:15:54,937 - optimization.inference - INFO - Number of candidates by RT in frame 1310: 323\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,954 - optimization.inference - INFO - Scan time: 17.8223\n",
+ "2024-12-19 13:15:54,955 - optimization.inference - INFO - Number of candidates by RT in frame 1315: 325\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,974 - optimization.inference - INFO - Scan time: 17.9086\n",
+ "2024-12-19 13:15:54,975 - optimization.inference - INFO - Number of candidates by RT in frame 1320: 315\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:54,994 - optimization.inference - INFO - Scan time: 17.9935\n",
+ "2024-12-19 13:15:54,995 - optimization.inference - INFO - Number of candidates by RT in frame 1325: 331\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,013 - optimization.inference - INFO - Scan time: 18.0796\n",
+ "2024-12-19 13:15:55,014 - optimization.inference - INFO - Number of candidates by RT in frame 1330: 314\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,031 - optimization.inference - INFO - Scan time: 18.1659\n",
+ "2024-12-19 13:15:55,032 - optimization.inference - INFO - Number of candidates by RT in frame 1335: 342\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,058 - optimization.inference - INFO - Scan time: 18.2522\n",
+ "2024-12-19 13:15:55,059 - optimization.inference - INFO - Number of candidates by RT in frame 1340: 334\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,080 - optimization.inference - INFO - Scan time: 18.3369\n",
+ "2024-12-19 13:15:55,081 - optimization.inference - INFO - Number of candidates by RT in frame 1345: 344\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,100 - optimization.inference - INFO - Scan time: 18.4226\n",
+ "2024-12-19 13:15:55,101 - optimization.inference - INFO - Number of candidates by RT in frame 1350: 323\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,112 - numexpr.utils - INFO - Note: NumExpr detected 32 cores but \"NUMEXPR_MAX_THREADS\" not set, so enforcing safe limit of 8.\n",
+ "2024-12-19 13:15:55,119 - optimization.inference - INFO - Scan time: 18.5088\n",
+ "2024-12-19 13:15:55,120 - optimization.inference - INFO - Number of candidates by RT in frame 1355: 324\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/home/z.xiao/miniconda3/envs/sbs/lib/python3.10/site-packages/pandas/core/arrays/masked.py:60: UserWarning: Pandas requires version '1.3.6' or newer of 'bottleneck' (version '1.3.5' currently installed).\n",
+ " from pandas.core import (\n",
+ "2024-12-19 13:15:55,125 - optimization.inference - INFO - Scan time: 0.0051\n",
+ "2024-12-19 13:15:55,127 - optimization.inference - INFO - Number of candidates by RT in frame 1: 25\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,132 - optimization.inference - INFO - Scan time: 0.0167\n",
+ "2024-12-19 13:15:55,132 - optimization.inference - INFO - Number of candidates by RT in frame 6: 32\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,138 - optimization.inference - INFO - Scan time: 0.0282\n",
+ "2024-12-19 13:15:55,139 - optimization.inference - INFO - Scan time: 18.594\n",
+ "2024-12-19 13:15:55,139 - optimization.inference - INFO - Number of candidates by RT in frame 11: 32\n",
+ "2024-12-19 13:15:55,140 - optimization.inference - INFO - Number of candidates by RT in frame 1360: 329\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,145 - optimization.inference - INFO - Scan time: 0.0397\n",
+ "2024-12-19 13:15:55,146 - optimization.inference - INFO - Number of candidates by RT in frame 16: 34\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,151 - optimization.inference - INFO - Scan time: 0.0513\n",
+ "2024-12-19 13:15:55,152 - optimization.inference - INFO - Number of candidates by RT in frame 21: 37\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,158 - optimization.inference - INFO - Scan time: 0.0628\n",
+ "2024-12-19 13:15:55,159 - optimization.inference - INFO - Number of candidates by RT in frame 26: 37\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,160 - optimization.inference - INFO - Scan time: 18.6794\n",
+ "2024-12-19 13:15:55,161 - optimization.inference - INFO - Number of candidates by RT in frame 1365: 323\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,165 - optimization.inference - INFO - Scan time: 0.0743\n",
+ "2024-12-19 13:15:55,165 - optimization.inference - INFO - Number of candidates by RT in frame 31: 40\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,171 - optimization.inference - INFO - Scan time: 0.0859\n",
+ "2024-12-19 13:15:55,172 - optimization.inference - INFO - Number of candidates by RT in frame 36: 44\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,179 - optimization.inference - INFO - Scan time: 18.7657\n",
+ "2024-12-19 13:15:55,180 - optimization.inference - INFO - Number of candidates by RT in frame 1370: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,197 - optimization.inference - INFO - Scan time: 18.8518\n",
+ "2024-12-19 13:15:55,198 - optimization.inference - INFO - Number of candidates by RT in frame 1375: 284\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,202 - optimization.inference - INFO - Scan time: 0.1403\n",
+ "2024-12-19 13:15:55,203 - optimization.inference - INFO - Number of candidates by RT in frame 41: 62\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,209 - optimization.inference - INFO - Scan time: 0.2154\n",
+ "2024-12-19 13:15:55,210 - optimization.inference - INFO - Number of candidates by RT in frame 46: 70\n",
+ "2024-12-19 13:15:55,211 - optimization.inference - INFO - Scan time: 18.9379\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,212 - optimization.inference - INFO - Number of candidates by RT in frame 1380: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,217 - optimization.inference - INFO - Scan time: 0.2902\n",
+ "2024-12-19 13:15:55,218 - optimization.inference - INFO - Number of candidates by RT in frame 51: 77\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,224 - optimization.inference - INFO - Scan time: 0.356\n",
+ "2024-12-19 13:15:55,225 - optimization.inference - INFO - Number of candidates by RT in frame 56: 68\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,227 - optimization.inference - INFO - Scan time: 19.0234\n",
+ "2024-12-19 13:15:55,228 - optimization.inference - INFO - Number of candidates by RT in frame 1385: 308\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,232 - optimization.inference - INFO - Scan time: 0.4297\n",
+ "2024-12-19 13:15:55,233 - optimization.inference - INFO - Number of candidates by RT in frame 61: 65\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,240 - optimization.inference - INFO - Scan time: 0.4922\n",
+ "2024-12-19 13:15:55,241 - optimization.inference - INFO - Number of candidates by RT in frame 66: 65\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,243 - optimization.inference - INFO - Scan time: 19.1091\n",
+ "2024-12-19 13:15:55,244 - optimization.inference - INFO - Number of candidates by RT in frame 1390: 307\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,248 - optimization.inference - INFO - Scan time: 0.5334\n",
+ "2024-12-19 13:15:55,249 - optimization.inference - INFO - Number of candidates by RT in frame 71: 65\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,257 - optimization.inference - INFO - Scan time: 0.5595\n",
+ "2024-12-19 13:15:55,258 - optimization.inference - INFO - Number of candidates by RT in frame 76: 67\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,263 - optimization.inference - INFO - Scan time: 19.1942\n",
+ "2024-12-19 13:15:55,264 - optimization.inference - INFO - Number of candidates by RT in frame 1395: 339\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,266 - optimization.inference - INFO - Scan time: 0.585\n",
+ "2024-12-19 13:15:55,267 - optimization.inference - INFO - Number of candidates by RT in frame 81: 67\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,274 - optimization.inference - INFO - Scan time: 0.6088\n",
+ "2024-12-19 13:15:55,275 - optimization.inference - INFO - Number of candidates by RT in frame 86: 69\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,282 - optimization.inference - INFO - Scan time: 19.2806\n",
+ "2024-12-19 13:15:55,283 - optimization.inference - INFO - Scan time: 0.6329\n",
+ "2024-12-19 13:15:55,283 - optimization.inference - INFO - Number of candidates by RT in frame 1400: 303\n",
+ "2024-12-19 13:15:55,284 - optimization.inference - INFO - Number of candidates by RT in frame 91: 68\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,292 - optimization.inference - INFO - Scan time: 0.6463\n",
+ "2024-12-19 13:15:55,293 - optimization.inference - INFO - Number of candidates by RT in frame 96: 69\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,299 - optimization.inference - INFO - Scan time: 19.3664\n",
+ "2024-12-19 13:15:55,300 - optimization.inference - INFO - Number of candidates by RT in frame 1405: 307\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,301 - optimization.inference - INFO - Scan time: 0.6683\n",
+ "2024-12-19 13:15:55,302 - optimization.inference - INFO - Number of candidates by RT in frame 101: 70\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,310 - optimization.inference - INFO - Scan time: 0.6812\n",
+ "2024-12-19 13:15:55,311 - optimization.inference - INFO - Number of candidates by RT in frame 106: 69\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,316 - optimization.inference - INFO - Scan time: 19.4527\n",
+ "2024-12-19 13:15:55,317 - optimization.inference - INFO - Number of candidates by RT in frame 1410: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,320 - optimization.inference - INFO - Scan time: 0.6995\n",
+ "2024-12-19 13:15:55,321 - optimization.inference - INFO - Number of candidates by RT in frame 111: 69\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,329 - optimization.inference - INFO - Scan time: 0.7116\n",
+ "2024-12-19 13:15:55,330 - optimization.inference - INFO - Number of candidates by RT in frame 116: 68\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,333 - optimization.inference - INFO - Scan time: 19.5393\n",
+ "2024-12-19 13:15:55,335 - optimization.inference - INFO - Number of candidates by RT in frame 1415: 283\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,338 - optimization.inference - INFO - Scan time: 0.7343\n",
+ "2024-12-19 13:15:55,339 - optimization.inference - INFO - Number of candidates by RT in frame 121: 64\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,347 - optimization.inference - INFO - Scan time: 0.7601\n",
+ "2024-12-19 13:15:55,348 - optimization.inference - INFO - Number of candidates by RT in frame 126: 63\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,350 - optimization.inference - INFO - Scan time: 19.6257\n",
+ "2024-12-19 13:15:55,351 - optimization.inference - INFO - Number of candidates by RT in frame 1420: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,356 - optimization.inference - INFO - Scan time: 0.7779\n",
+ "2024-12-19 13:15:55,357 - optimization.inference - INFO - Number of candidates by RT in frame 131: 60\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,367 - optimization.inference - INFO - Scan time: 19.7105\n",
+ "2024-12-19 13:15:55,368 - optimization.inference - INFO - Number of candidates by RT in frame 1425: 304\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,370 - optimization.inference - INFO - Scan time: 0.7962\n",
+ "2024-12-19 13:15:55,371 - optimization.inference - INFO - Number of candidates by RT in frame 136: 58\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,379 - optimization.inference - INFO - Scan time: 0.8166\n",
+ "2024-12-19 13:15:55,380 - optimization.inference - INFO - Number of candidates by RT in frame 141: 56\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,384 - optimization.inference - INFO - Scan time: 19.7959\n",
+ "2024-12-19 13:15:55,385 - optimization.inference - INFO - Number of candidates by RT in frame 1430: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,388 - optimization.inference - INFO - Scan time: 0.8377\n",
+ "2024-12-19 13:15:55,389 - optimization.inference - INFO - Number of candidates by RT in frame 146: 55\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,396 - optimization.inference - INFO - Scan time: 0.8536\n",
+ "2024-12-19 13:15:55,397 - optimization.inference - INFO - Number of candidates by RT in frame 151: 55\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,402 - optimization.inference - INFO - Scan time: 19.8812\n",
+ "2024-12-19 13:15:55,403 - optimization.inference - INFO - Number of candidates by RT in frame 1435: 314\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,406 - optimization.inference - INFO - Scan time: 0.8689\n",
+ "2024-12-19 13:15:55,407 - optimization.inference - INFO - Number of candidates by RT in frame 156: 56\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,415 - optimization.inference - INFO - Scan time: 0.8877\n",
+ "2024-12-19 13:15:55,416 - optimization.inference - INFO - Number of candidates by RT in frame 161: 56\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,422 - optimization.inference - INFO - Scan time: 19.9667\n",
+ "2024-12-19 13:15:55,423 - optimization.inference - INFO - Number of candidates by RT in frame 1440: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,425 - optimization.inference - INFO - Scan time: 0.9038\n",
+ "2024-12-19 13:15:55,426 - optimization.inference - INFO - Number of candidates by RT in frame 166: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,434 - optimization.inference - INFO - Scan time: 0.9242\n",
+ "2024-12-19 13:15:55,435 - optimization.inference - INFO - Number of candidates by RT in frame 171: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,439 - optimization.inference - INFO - Scan time: 20.0521\n",
+ "2024-12-19 13:15:55,440 - optimization.inference - INFO - Number of candidates by RT in frame 1445: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,443 - optimization.inference - INFO - Scan time: 0.9458\n",
+ "2024-12-19 13:15:55,444 - optimization.inference - INFO - Number of candidates by RT in frame 176: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,452 - optimization.inference - INFO - Scan time: 0.96\n",
+ "2024-12-19 13:15:55,453 - optimization.inference - INFO - Number of candidates by RT in frame 181: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,456 - optimization.inference - INFO - Scan time: 20.1384\n",
+ "2024-12-19 13:15:55,457 - optimization.inference - INFO - Number of candidates by RT in frame 1450: 296\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,461 - optimization.inference - INFO - Scan time: 0.979\n",
+ "2024-12-19 13:15:55,462 - optimization.inference - INFO - Number of candidates by RT in frame 186: 54\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,474 - optimization.inference - INFO - Scan time: 20.2241\n",
+ "2024-12-19 13:15:55,475 - optimization.inference - INFO - Number of candidates by RT in frame 1455: 301\n",
+ "2024-12-19 13:15:55,475 - optimization.inference - INFO - Scan time: 1.003\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,477 - optimization.inference - INFO - Number of candidates by RT in frame 191: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,485 - optimization.inference - INFO - Scan time: 1.0201\n",
+ "2024-12-19 13:15:55,485 - optimization.inference - INFO - Number of candidates by RT in frame 196: 51\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,493 - optimization.inference - INFO - Scan time: 1.0434\n",
+ "2024-12-19 13:15:55,494 - optimization.inference - INFO - Number of candidates by RT in frame 201: 49\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,497 - optimization.inference - INFO - Scan time: 20.3095\n",
+ "2024-12-19 13:15:55,498 - optimization.inference - INFO - Number of candidates by RT in frame 1460: 298\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,501 - optimization.inference - INFO - Scan time: 1.0596\n",
+ "2024-12-19 13:15:55,502 - optimization.inference - INFO - Number of candidates by RT in frame 206: 46\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,509 - optimization.inference - INFO - Scan time: 1.08\n",
+ "2024-12-19 13:15:55,510 - optimization.inference - INFO - Number of candidates by RT in frame 211: 45\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,517 - optimization.inference - INFO - Scan time: 1.0949\n",
+ "2024-12-19 13:15:55,518 - optimization.inference - INFO - Scan time: 20.3947\n",
+ "2024-12-19 13:15:55,518 - optimization.inference - INFO - Number of candidates by RT in frame 216: 45\n",
+ "2024-12-19 13:15:55,519 - optimization.inference - INFO - Number of candidates by RT in frame 1465: 313\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,526 - optimization.inference - INFO - Scan time: 1.1183\n",
+ "2024-12-19 13:15:55,527 - optimization.inference - INFO - Number of candidates by RT in frame 221: 44\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,534 - optimization.inference - INFO - Scan time: 1.1423\n",
+ "2024-12-19 13:15:55,535 - optimization.inference - INFO - Number of candidates by RT in frame 226: 45\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,538 - optimization.inference - INFO - Scan time: 20.4803\n",
+ "2024-12-19 13:15:55,539 - optimization.inference - INFO - Number of candidates by RT in frame 1470: 320\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,542 - optimization.inference - INFO - Scan time: 1.1669\n",
+ "2024-12-19 13:15:55,543 - optimization.inference - INFO - Number of candidates by RT in frame 231: 45\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,551 - optimization.inference - INFO - Scan time: 1.1846\n",
+ "2024-12-19 13:15:55,551 - optimization.inference - INFO - Number of candidates by RT in frame 236: 46\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,557 - optimization.inference - INFO - Scan time: 20.5662\n",
+ "2024-12-19 13:15:55,558 - optimization.inference - INFO - Number of candidates by RT in frame 1475: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,559 - optimization.inference - INFO - Scan time: 1.1975\n",
+ "2024-12-19 13:15:55,560 - optimization.inference - INFO - Number of candidates by RT in frame 241: 46\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,568 - optimization.inference - INFO - Scan time: 1.2142\n",
+ "2024-12-19 13:15:55,569 - optimization.inference - INFO - Number of candidates by RT in frame 246: 48\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,576 - optimization.inference - INFO - Scan time: 1.2283\n",
+ "2024-12-19 13:15:55,577 - optimization.inference - INFO - Number of candidates by RT in frame 251: 48\n",
+ "2024-12-19 13:15:55,578 - optimization.inference - INFO - Scan time: 20.6513\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,579 - optimization.inference - INFO - Number of candidates by RT in frame 1480: 299\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,585 - optimization.inference - INFO - Scan time: 1.2425\n",
+ "2024-12-19 13:15:55,586 - optimization.inference - INFO - Number of candidates by RT in frame 256: 48\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,594 - optimization.inference - INFO - Scan time: 1.262\n",
+ "2024-12-19 13:15:55,594 - optimization.inference - INFO - Scan time: 20.7378\n",
+ "2024-12-19 13:15:55,594 - optimization.inference - INFO - Number of candidates by RT in frame 261: 48\n",
+ "2024-12-19 13:15:55,595 - optimization.inference - INFO - Number of candidates by RT in frame 1485: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,602 - optimization.inference - INFO - Scan time: 1.2796\n",
+ "2024-12-19 13:15:55,603 - optimization.inference - INFO - Number of candidates by RT in frame 266: 49\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,611 - optimization.inference - INFO - Scan time: 1.3007\n",
+ "2024-12-19 13:15:55,611 - optimization.inference - INFO - Scan time: 20.8237\n",
+ "2024-12-19 13:15:55,612 - optimization.inference - INFO - Number of candidates by RT in frame 271: 51\n",
+ "2024-12-19 13:15:55,612 - optimization.inference - INFO - Number of candidates by RT in frame 1490: 291\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,619 - optimization.inference - INFO - Scan time: 1.3211\n",
+ "2024-12-19 13:15:55,620 - optimization.inference - INFO - Number of candidates by RT in frame 276: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,627 - optimization.inference - INFO - Scan time: 20.9094\n",
+ "2024-12-19 13:15:55,628 - optimization.inference - INFO - Scan time: 1.3373\n",
+ "2024-12-19 13:15:55,628 - optimization.inference - INFO - Number of candidates by RT in frame 1495: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,629 - optimization.inference - INFO - Number of candidates by RT in frame 281: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,637 - optimization.inference - INFO - Scan time: 1.3548\n",
+ "2024-12-19 13:15:55,638 - optimization.inference - INFO - Number of candidates by RT in frame 286: 51\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,646 - optimization.inference - INFO - Scan time: 1.3738\n",
+ "2024-12-19 13:15:55,646 - optimization.inference - INFO - Number of candidates by RT in frame 291: 52\n",
+ "2024-12-19 13:15:55,647 - optimization.inference - INFO - Scan time: 20.9952\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,648 - optimization.inference - INFO - Number of candidates by RT in frame 1500: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,654 - optimization.inference - INFO - Scan time: 1.3908\n",
+ "2024-12-19 13:15:55,655 - optimization.inference - INFO - Number of candidates by RT in frame 296: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,663 - optimization.inference - INFO - Scan time: 1.4051\n",
+ "2024-12-19 13:15:55,664 - optimization.inference - INFO - Number of candidates by RT in frame 301: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,665 - optimization.inference - INFO - Scan time: 21.0809\n",
+ "2024-12-19 13:15:55,666 - optimization.inference - INFO - Number of candidates by RT in frame 1505: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,672 - optimization.inference - INFO - Scan time: 1.4234\n",
+ "2024-12-19 13:15:55,673 - optimization.inference - INFO - Number of candidates by RT in frame 306: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,684 - optimization.inference - INFO - Scan time: 21.167\n",
+ "2024-12-19 13:15:55,686 - optimization.inference - INFO - Number of candidates by RT in frame 1510: 293\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,687 - optimization.inference - INFO - Scan time: 1.4425\n",
+ "2024-12-19 13:15:55,688 - optimization.inference - INFO - Number of candidates by RT in frame 311: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,696 - optimization.inference - INFO - Scan time: 1.4575\n",
+ "2024-12-19 13:15:55,696 - optimization.inference - INFO - Number of candidates by RT in frame 316: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,704 - optimization.inference - INFO - Scan time: 21.252\n",
+ "2024-12-19 13:15:55,705 - optimization.inference - INFO - Scan time: 1.4736\n",
+ "2024-12-19 13:15:55,705 - optimization.inference - INFO - Number of candidates by RT in frame 1515: 295\n",
+ "2024-12-19 13:15:55,706 - optimization.inference - INFO - Number of candidates by RT in frame 321: 51\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,713 - optimization.inference - INFO - Scan time: 1.4892\n",
+ "2024-12-19 13:15:55,714 - optimization.inference - INFO - Number of candidates by RT in frame 326: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,722 - optimization.inference - INFO - Scan time: 1.504\n",
+ "2024-12-19 13:15:55,723 - optimization.inference - INFO - Number of candidates by RT in frame 331: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,724 - optimization.inference - INFO - Scan time: 21.3386\n",
+ "2024-12-19 13:15:55,725 - optimization.inference - INFO - Number of candidates by RT in frame 1520: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,731 - optimization.inference - INFO - Scan time: 1.5228\n",
+ "2024-12-19 13:15:55,732 - optimization.inference - INFO - Number of candidates by RT in frame 336: 51\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,740 - optimization.inference - INFO - Scan time: 1.5454\n",
+ "2024-12-19 13:15:55,741 - optimization.inference - INFO - Number of candidates by RT in frame 341: 50\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,744 - optimization.inference - INFO - Scan time: 21.424\n",
+ "2024-12-19 13:15:55,745 - optimization.inference - INFO - Number of candidates by RT in frame 1525: 291\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,749 - optimization.inference - INFO - Scan time: 1.5618\n",
+ "2024-12-19 13:15:55,750 - optimization.inference - INFO - Number of candidates by RT in frame 346: 54\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,758 - optimization.inference - INFO - Scan time: 1.5851\n",
+ "2024-12-19 13:15:55,759 - optimization.inference - INFO - Number of candidates by RT in frame 351: 56\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,763 - optimization.inference - INFO - Scan time: 21.5083\n",
+ "2024-12-19 13:15:55,764 - optimization.inference - INFO - Number of candidates by RT in frame 1530: 297\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,767 - optimization.inference - INFO - Scan time: 1.6161\n",
+ "2024-12-19 13:15:55,768 - optimization.inference - INFO - Number of candidates by RT in frame 356: 56\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,776 - optimization.inference - INFO - Scan time: 1.6557\n",
+ "2024-12-19 13:15:55,777 - optimization.inference - INFO - Number of candidates by RT in frame 361: 74\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,779 - optimization.inference - INFO - Scan time: 21.5945\n",
+ "2024-12-19 13:15:55,780 - optimization.inference - INFO - Number of candidates by RT in frame 1535: 300\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,783 - optimization.inference - INFO - Scan time: 1.6823\n",
+ "2024-12-19 13:15:55,784 - optimization.inference - INFO - Number of candidates by RT in frame 366: 80\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,792 - optimization.inference - INFO - Scan time: 1.7157\n",
+ "2024-12-19 13:15:55,793 - optimization.inference - INFO - Number of candidates by RT in frame 371: 91\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,798 - optimization.inference - INFO - Scan time: 21.6803\n",
+ "2024-12-19 13:15:55,799 - optimization.inference - INFO - Number of candidates by RT in frame 1540: 302\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,802 - optimization.inference - INFO - Scan time: 1.7599\n",
+ "2024-12-19 13:15:55,803 - optimization.inference - INFO - Number of candidates by RT in frame 376: 111\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,814 - optimization.inference - INFO - Scan time: 1.8422\n",
+ "2024-12-19 13:15:55,815 - optimization.inference - INFO - Number of candidates by RT in frame 381: 125\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,816 - optimization.inference - INFO - Scan time: 21.7654\n",
+ "2024-12-19 13:15:55,817 - optimization.inference - INFO - Number of candidates by RT in frame 1545: 320\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,825 - optimization.inference - INFO - Scan time: 1.9279\n",
+ "2024-12-19 13:15:55,827 - optimization.inference - INFO - Number of candidates by RT in frame 386: 124\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,835 - optimization.inference - INFO - Scan time: 1.9991\n",
+ "2024-12-19 13:15:55,836 - optimization.inference - INFO - Scan time: 21.8516\n",
+ "2024-12-19 13:15:55,836 - optimization.inference - INFO - Number of candidates by RT in frame 391: 111\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,837 - optimization.inference - INFO - Number of candidates by RT in frame 1550: 326\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,844 - optimization.inference - INFO - Scan time: 2.0689\n",
+ "2024-12-19 13:15:55,845 - optimization.inference - INFO - Number of candidates by RT in frame 396: 103\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,854 - optimization.inference - INFO - Scan time: 2.1444\n",
+ "2024-12-19 13:15:55,855 - optimization.inference - INFO - Number of candidates by RT in frame 401: 111\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,859 - optimization.inference - INFO - Scan time: 21.9372\n",
+ "2024-12-19 13:15:55,860 - optimization.inference - INFO - Number of candidates by RT in frame 1555: 320\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,863 - optimization.inference - INFO - Scan time: 2.2246\n",
+ "2024-12-19 13:15:55,864 - optimization.inference - INFO - Number of candidates by RT in frame 406: 127\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,872 - optimization.inference - INFO - Scan time: 2.3041\n",
+ "2024-12-19 13:15:55,873 - optimization.inference - INFO - Number of candidates by RT in frame 411: 161\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,881 - optimization.inference - INFO - Scan time: 22.023\n",
+ "2024-12-19 13:15:55,882 - optimization.inference - INFO - Number of candidates by RT in frame 1560: 309\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,885 - optimization.inference - INFO - Scan time: 2.3889\n",
+ "2024-12-19 13:15:55,886 - optimization.inference - INFO - Number of candidates by RT in frame 416: 183\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,899 - optimization.inference - INFO - Scan time: 2.4746\n",
+ "2024-12-19 13:15:55,900 - optimization.inference - INFO - Number of candidates by RT in frame 421: 189\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,910 - optimization.inference - INFO - Scan time: 22.1091\n",
+ "2024-12-19 13:15:55,911 - optimization.inference - INFO - Number of candidates by RT in frame 1565: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,913 - optimization.inference - INFO - Scan time: 2.5613\n",
+ "2024-12-19 13:15:55,914 - optimization.inference - INFO - Number of candidates by RT in frame 426: 189\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,928 - optimization.inference - INFO - Scan time: 2.6457\n",
+ "2024-12-19 13:15:55,930 - optimization.inference - INFO - Number of candidates by RT in frame 431: 202\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,932 - optimization.inference - INFO - Scan time: 22.1945\n",
+ "2024-12-19 13:15:55,933 - optimization.inference - INFO - Number of candidates by RT in frame 1570: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,944 - optimization.inference - INFO - Scan time: 2.7311\n",
+ "2024-12-19 13:15:55,945 - optimization.inference - INFO - Number of candidates by RT in frame 436: 228\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,951 - optimization.inference - INFO - Scan time: 22.2797\n",
+ "2024-12-19 13:15:55,953 - optimization.inference - INFO - Number of candidates by RT in frame 1575: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,962 - optimization.inference - INFO - Scan time: 2.8172\n",
+ "2024-12-19 13:15:55,963 - optimization.inference - INFO - Number of candidates by RT in frame 441: 233\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,974 - optimization.inference - INFO - Scan time: 22.3654\n",
+ "2024-12-19 13:15:55,975 - optimization.inference - INFO - Number of candidates by RT in frame 1580: 315\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,978 - optimization.inference - INFO - Scan time: 2.903\n",
+ "2024-12-19 13:15:55,979 - optimization.inference - INFO - Number of candidates by RT in frame 446: 228\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:55,992 - optimization.inference - INFO - Scan time: 2.9888\n",
+ "2024-12-19 13:15:55,993 - optimization.inference - INFO - Number of candidates by RT in frame 451: 229\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,000 - optimization.inference - INFO - Scan time: 22.4511\n",
+ "2024-12-19 13:15:56,001 - optimization.inference - INFO - Number of candidates by RT in frame 1585: 308\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,005 - optimization.inference - INFO - Scan time: 3.0749\n",
+ "2024-12-19 13:15:56,006 - optimization.inference - INFO - Number of candidates by RT in frame 456: 232\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,020 - optimization.inference - INFO - Scan time: 3.1608\n",
+ "2024-12-19 13:15:56,021 - optimization.inference - INFO - Number of candidates by RT in frame 461: 224\n",
+ "2024-12-19 13:15:56,021 - optimization.inference - INFO - Scan time: 22.5376\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,022 - optimization.inference - INFO - Number of candidates by RT in frame 1590: 302\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,036 - optimization.inference - INFO - Scan time: 3.2472\n",
+ "2024-12-19 13:15:56,037 - optimization.inference - INFO - Number of candidates by RT in frame 466: 227\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,039 - optimization.inference - INFO - Scan time: 22.6223\n",
+ "2024-12-19 13:15:56,040 - optimization.inference - INFO - Number of candidates by RT in frame 1595: 279\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,049 - optimization.inference - INFO - Scan time: 3.3334\n",
+ "2024-12-19 13:15:56,050 - optimization.inference - INFO - Number of candidates by RT in frame 471: 222\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,056 - optimization.inference - INFO - Scan time: 22.7077\n",
+ "2024-12-19 13:15:56,057 - optimization.inference - INFO - Number of candidates by RT in frame 1600: 262\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,062 - optimization.inference - INFO - Scan time: 3.4194\n",
+ "2024-12-19 13:15:56,063 - optimization.inference - INFO - Number of candidates by RT in frame 476: 214\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,073 - optimization.inference - INFO - Scan time: 22.7934\n",
+ "2024-12-19 13:15:56,074 - optimization.inference - INFO - Number of candidates by RT in frame 1605: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,075 - optimization.inference - INFO - Scan time: 3.5051\n",
+ "2024-12-19 13:15:56,076 - optimization.inference - INFO - Number of candidates by RT in frame 481: 223\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,087 - optimization.inference - INFO - Scan time: 3.5916\n",
+ "2024-12-19 13:15:56,088 - optimization.inference - INFO - Number of candidates by RT in frame 486: 215\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,090 - optimization.inference - INFO - Scan time: 22.8798\n",
+ "2024-12-19 13:15:56,092 - optimization.inference - INFO - Number of candidates by RT in frame 1610: 278\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,100 - optimization.inference - INFO - Scan time: 3.6766\n",
+ "2024-12-19 13:15:56,101 - optimization.inference - INFO - Number of candidates by RT in frame 491: 210\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,109 - optimization.inference - INFO - Scan time: 22.9664\n",
+ "2024-12-19 13:15:56,110 - optimization.inference - INFO - Number of candidates by RT in frame 1615: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,114 - optimization.inference - INFO - Scan time: 3.7626\n",
+ "2024-12-19 13:15:56,115 - optimization.inference - INFO - Number of candidates by RT in frame 496: 209\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,126 - optimization.inference - INFO - Scan time: 23.0521\n",
+ "2024-12-19 13:15:56,127 - optimization.inference - INFO - Number of candidates by RT in frame 1620: 282\n",
+ "2024-12-19 13:15:56,128 - optimization.inference - INFO - Scan time: 3.8483\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,129 - optimization.inference - INFO - Number of candidates by RT in frame 501: 205\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,142 - optimization.inference - INFO - Scan time: 3.9331\n",
+ "2024-12-19 13:15:56,143 - optimization.inference - INFO - Number of candidates by RT in frame 506: 192\n",
+ "2024-12-19 13:15:56,144 - optimization.inference - INFO - Scan time: 23.1376\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,145 - optimization.inference - INFO - Number of candidates by RT in frame 1625: 278\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,155 - optimization.inference - INFO - Scan time: 4.0191\n",
+ "2024-12-19 13:15:56,156 - optimization.inference - INFO - Number of candidates by RT in frame 511: 185\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,161 - optimization.inference - INFO - Scan time: 23.2235\n",
+ "2024-12-19 13:15:56,162 - optimization.inference - INFO - Number of candidates by RT in frame 1630: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,168 - optimization.inference - INFO - Scan time: 4.1054\n",
+ "2024-12-19 13:15:56,169 - optimization.inference - INFO - Number of candidates by RT in frame 516: 197\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,180 - optimization.inference - INFO - Scan time: 4.191\n",
+ "2024-12-19 13:15:56,180 - optimization.inference - INFO - Scan time: 23.3091\n",
+ "2024-12-19 13:15:56,181 - optimization.inference - INFO - Number of candidates by RT in frame 1635: 295\n",
+ "2024-12-19 13:15:56,181 - optimization.inference - INFO - Number of candidates by RT in frame 521: 200\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,194 - optimization.inference - INFO - Scan time: 4.2767\n",
+ "2024-12-19 13:15:56,196 - optimization.inference - INFO - Number of candidates by RT in frame 526: 209\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,201 - optimization.inference - INFO - Scan time: 23.3951\n",
+ "2024-12-19 13:15:56,202 - optimization.inference - INFO - Number of candidates by RT in frame 1640: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,211 - optimization.inference - INFO - Scan time: 4.3623\n",
+ "2024-12-19 13:15:56,212 - optimization.inference - INFO - Number of candidates by RT in frame 531: 207\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,221 - optimization.inference - INFO - Scan time: 23.48\n",
+ "2024-12-19 13:15:56,222 - optimization.inference - INFO - Number of candidates by RT in frame 1645: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,227 - optimization.inference - INFO - Scan time: 4.4473\n",
+ "2024-12-19 13:15:56,229 - optimization.inference - INFO - Number of candidates by RT in frame 536: 193\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,240 - optimization.inference - INFO - Scan time: 23.565\n",
+ "2024-12-19 13:15:56,241 - optimization.inference - INFO - Scan time: 4.5318\n",
+ "2024-12-19 13:15:56,241 - optimization.inference - INFO - Number of candidates by RT in frame 1650: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,242 - optimization.inference - INFO - Number of candidates by RT in frame 541: 204\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,254 - optimization.inference - INFO - Scan time: 4.6173\n",
+ "2024-12-19 13:15:56,255 - optimization.inference - INFO - Number of candidates by RT in frame 546: 203\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,257 - optimization.inference - INFO - Scan time: 23.6509\n",
+ "2024-12-19 13:15:56,258 - optimization.inference - INFO - Number of candidates by RT in frame 1655: 266\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,267 - optimization.inference - INFO - Scan time: 4.7036\n",
+ "2024-12-19 13:15:56,269 - optimization.inference - INFO - Number of candidates by RT in frame 551: 212\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,276 - optimization.inference - INFO - Scan time: 23.7367\n",
+ "2024-12-19 13:15:56,277 - optimization.inference - INFO - Number of candidates by RT in frame 1660: 274\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,280 - optimization.inference - INFO - Scan time: 4.7896\n",
+ "2024-12-19 13:15:56,281 - optimization.inference - INFO - Number of candidates by RT in frame 556: 213\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,293 - optimization.inference - INFO - Scan time: 23.8227\n",
+ "2024-12-19 13:15:56,294 - optimization.inference - INFO - Number of candidates by RT in frame 1665: 248\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,295 - optimization.inference - INFO - Scan time: 4.8754\n",
+ "2024-12-19 13:15:56,296 - optimization.inference - INFO - Number of candidates by RT in frame 561: 237\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,307 - optimization.inference - INFO - Scan time: 4.9611\n",
+ "2024-12-19 13:15:56,309 - optimization.inference - INFO - Number of candidates by RT in frame 566: 216\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,311 - optimization.inference - INFO - Scan time: 23.9085\n",
+ "2024-12-19 13:15:56,312 - optimization.inference - INFO - Number of candidates by RT in frame 1670: 262\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,322 - optimization.inference - INFO - Scan time: 5.0477\n",
+ "2024-12-19 13:15:56,324 - optimization.inference - INFO - Number of candidates by RT in frame 571: 240\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,327 - optimization.inference - INFO - Scan time: 23.9933\n",
+ "2024-12-19 13:15:56,328 - optimization.inference - INFO - Number of candidates by RT in frame 1675: 260\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,339 - optimization.inference - INFO - Scan time: 5.1342\n",
+ "2024-12-19 13:15:56,340 - optimization.inference - INFO - Number of candidates by RT in frame 576: 245\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,342 - optimization.inference - INFO - Scan time: 24.0797\n",
+ "2024-12-19 13:15:56,343 - optimization.inference - INFO - Number of candidates by RT in frame 1680: 233\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,353 - optimization.inference - INFO - Scan time: 5.2204\n",
+ "2024-12-19 13:15:56,354 - optimization.inference - INFO - Number of candidates by RT in frame 581: 223\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,360 - optimization.inference - INFO - Scan time: 24.1649\n",
+ "2024-12-19 13:15:56,361 - optimization.inference - INFO - Number of candidates by RT in frame 1685: 255\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,368 - optimization.inference - INFO - Scan time: 5.3065\n",
+ "2024-12-19 13:15:56,369 - optimization.inference - INFO - Number of candidates by RT in frame 586: 232\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,378 - optimization.inference - INFO - Scan time: 24.2509\n",
+ "2024-12-19 13:15:56,379 - optimization.inference - INFO - Number of candidates by RT in frame 1690: 267\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,383 - optimization.inference - INFO - Scan time: 5.3925\n",
+ "2024-12-19 13:15:56,384 - optimization.inference - INFO - Number of candidates by RT in frame 591: 229\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,399 - optimization.inference - INFO - Scan time: 24.3366\n",
+ "2024-12-19 13:15:56,399 - optimization.inference - INFO - Scan time: 5.4787\n",
+ "2024-12-19 13:15:56,400 - optimization.inference - INFO - Number of candidates by RT in frame 1695: 263\n",
+ "2024-12-19 13:15:56,400 - optimization.inference - INFO - Number of candidates by RT in frame 596: 232\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,416 - optimization.inference - INFO - Scan time: 5.5652\n",
+ "2024-12-19 13:15:56,418 - optimization.inference - INFO - Number of candidates by RT in frame 601: 232\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,419 - optimization.inference - INFO - Scan time: 24.422\n",
+ "2024-12-19 13:15:56,421 - optimization.inference - INFO - Number of candidates by RT in frame 1700: 247\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,433 - optimization.inference - INFO - Scan time: 5.6513\n",
+ "2024-12-19 13:15:56,434 - optimization.inference - INFO - Number of candidates by RT in frame 606: 246\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,437 - optimization.inference - INFO - Scan time: 24.5085\n",
+ "2024-12-19 13:15:56,438 - optimization.inference - INFO - Number of candidates by RT in frame 1705: 259\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,448 - optimization.inference - INFO - Scan time: 5.7371\n",
+ "2024-12-19 13:15:56,449 - optimization.inference - INFO - Number of candidates by RT in frame 611: 240\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,454 - optimization.inference - INFO - Scan time: 24.5948\n",
+ "2024-12-19 13:15:56,455 - optimization.inference - INFO - Number of candidates by RT in frame 1710: 274\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,464 - optimization.inference - INFO - Scan time: 5.8232\n",
+ "2024-12-19 13:15:56,465 - optimization.inference - INFO - Number of candidates by RT in frame 616: 237\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,474 - optimization.inference - INFO - Scan time: 24.6809\n",
+ "2024-12-19 13:15:56,475 - optimization.inference - INFO - Number of candidates by RT in frame 1715: 275\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,481 - optimization.inference - INFO - Scan time: 5.9095\n",
+ "2024-12-19 13:15:56,482 - optimization.inference - INFO - Number of candidates by RT in frame 621: 250\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,492 - optimization.inference - INFO - Scan time: 24.7666\n",
+ "2024-12-19 13:15:56,494 - optimization.inference - INFO - Number of candidates by RT in frame 1720: 275\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,498 - optimization.inference - INFO - Scan time: 5.9959\n",
+ "2024-12-19 13:15:56,499 - optimization.inference - INFO - Number of candidates by RT in frame 626: 229\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,511 - optimization.inference - INFO - Scan time: 24.8514\n",
+ "2024-12-19 13:15:56,512 - optimization.inference - INFO - Number of candidates by RT in frame 1725: 277\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,517 - optimization.inference - INFO - Scan time: 6.081\n",
+ "2024-12-19 13:15:56,518 - optimization.inference - INFO - Number of candidates by RT in frame 631: 247\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,530 - optimization.inference - INFO - Scan time: 6.167\n",
+ "2024-12-19 13:15:56,531 - optimization.inference - INFO - Scan time: 24.9366\n",
+ "2024-12-19 13:15:56,531 - optimization.inference - INFO - Number of candidates by RT in frame 636: 231\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,532 - optimization.inference - INFO - Number of candidates by RT in frame 1730: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,546 - optimization.inference - INFO - Scan time: 6.2535\n",
+ "2024-12-19 13:15:56,547 - optimization.inference - INFO - Number of candidates by RT in frame 641: 254\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,548 - optimization.inference - INFO - Scan time: 25.0215\n",
+ "2024-12-19 13:15:56,549 - optimization.inference - INFO - Number of candidates by RT in frame 1735: 274\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,561 - optimization.inference - INFO - Scan time: 6.3403\n",
+ "2024-12-19 13:15:56,562 - optimization.inference - INFO - Number of candidates by RT in frame 646: 255\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,563 - optimization.inference - INFO - Scan time: 25.1072\n",
+ "2024-12-19 13:15:56,565 - optimization.inference - INFO - Number of candidates by RT in frame 1740: 274\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,576 - optimization.inference - INFO - Scan time: 6.4271\n",
+ "2024-12-19 13:15:56,577 - optimization.inference - INFO - Number of candidates by RT in frame 651: 242\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,583 - optimization.inference - INFO - Scan time: 25.1926\n",
+ "2024-12-19 13:15:56,584 - optimization.inference - INFO - Number of candidates by RT in frame 1745: 288\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,593 - optimization.inference - INFO - Scan time: 6.5135\n",
+ "2024-12-19 13:15:56,594 - optimization.inference - INFO - Number of candidates by RT in frame 656: 240\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,603 - optimization.inference - INFO - Scan time: 25.2793\n",
+ "2024-12-19 13:15:56,604 - optimization.inference - INFO - Number of candidates by RT in frame 1750: 291\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,607 - optimization.inference - INFO - Scan time: 6.6\n",
+ "2024-12-19 13:15:56,608 - optimization.inference - INFO - Number of candidates by RT in frame 661: 234\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,621 - optimization.inference - INFO - Scan time: 6.6852\n",
+ "2024-12-19 13:15:56,622 - optimization.inference - INFO - Number of candidates by RT in frame 666: 242\n",
+ "2024-12-19 13:15:56,622 - optimization.inference - INFO - Scan time: 25.3655\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,623 - optimization.inference - INFO - Number of candidates by RT in frame 1755: 274\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,634 - optimization.inference - INFO - Scan time: 6.7703\n",
+ "2024-12-19 13:15:56,635 - optimization.inference - INFO - Number of candidates by RT in frame 671: 246\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,643 - optimization.inference - INFO - Scan time: 25.4515\n",
+ "2024-12-19 13:15:56,644 - optimization.inference - INFO - Number of candidates by RT in frame 1760: 276\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,649 - optimization.inference - INFO - Scan time: 6.8568\n",
+ "2024-12-19 13:15:56,650 - optimization.inference - INFO - Number of candidates by RT in frame 676: 249\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,662 - optimization.inference - INFO - Scan time: 25.537\n",
+ "2024-12-19 13:15:56,663 - optimization.inference - INFO - Number of candidates by RT in frame 1765: 271\n",
+ "2024-12-19 13:15:56,663 - optimization.inference - INFO - Scan time: 6.9424\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,664 - optimization.inference - INFO - Number of candidates by RT in frame 681: 239\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,676 - optimization.inference - INFO - Scan time: 7.0295\n",
+ "2024-12-19 13:15:56,677 - optimization.inference - INFO - Number of candidates by RT in frame 686: 232\n",
+ "2024-12-19 13:15:56,678 - optimization.inference - INFO - Scan time: 25.6227\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,679 - optimization.inference - INFO - Number of candidates by RT in frame 1770: 278\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,692 - optimization.inference - INFO - Scan time: 7.1151\n",
+ "2024-12-19 13:15:56,693 - optimization.inference - INFO - Number of candidates by RT in frame 691: 239\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,703 - optimization.inference - INFO - Scan time: 25.7084\n",
+ "2024-12-19 13:15:56,704 - optimization.inference - INFO - Number of candidates by RT in frame 1775: 297\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,705 - optimization.inference - INFO - Scan time: 7.1995\n",
+ "2024-12-19 13:15:56,706 - optimization.inference - INFO - Number of candidates by RT in frame 696: 242\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,722 - optimization.inference - INFO - Scan time: 7.2848\n",
+ "2024-12-19 13:15:56,723 - optimization.inference - INFO - Number of candidates by RT in frame 701: 264\n",
+ "2024-12-19 13:15:56,723 - optimization.inference - INFO - Scan time: 25.7952\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,724 - optimization.inference - INFO - Number of candidates by RT in frame 1780: 282\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,742 - optimization.inference - INFO - Scan time: 25.8808\n",
+ "2024-12-19 13:15:56,742 - optimization.inference - INFO - Scan time: 7.3705\n",
+ "2024-12-19 13:15:56,743 - optimization.inference - INFO - Number of candidates by RT in frame 1785: 275\n",
+ "2024-12-19 13:15:56,744 - optimization.inference - INFO - Number of candidates by RT in frame 706: 272\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,758 - optimization.inference - INFO - Scan time: 7.4566\n",
+ "2024-12-19 13:15:56,759 - optimization.inference - INFO - Scan time: 25.9666\n",
+ "2024-12-19 13:15:56,759 - optimization.inference - INFO - Number of candidates by RT in frame 711: 253\n",
+ "2024-12-19 13:15:56,760 - optimization.inference - INFO - Number of candidates by RT in frame 1790: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,775 - optimization.inference - INFO - Scan time: 7.5429\n",
+ "2024-12-19 13:15:56,776 - optimization.inference - INFO - Scan time: 26.0529\n",
+ "2024-12-19 13:15:56,777 - optimization.inference - INFO - Number of candidates by RT in frame 716: 253\n",
+ "2024-12-19 13:15:56,777 - optimization.inference - INFO - Number of candidates by RT in frame 1795: 276\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,791 - optimization.inference - INFO - Scan time: 7.6284\n",
+ "2024-12-19 13:15:56,792 - optimization.inference - INFO - Number of candidates by RT in frame 721: 249\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,796 - optimization.inference - INFO - Scan time: 26.1392\n",
+ "2024-12-19 13:15:56,797 - optimization.inference - INFO - Number of candidates by RT in frame 1800: 298\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,808 - optimization.inference - INFO - Scan time: 7.7143\n",
+ "2024-12-19 13:15:56,809 - optimization.inference - INFO - Number of candidates by RT in frame 726: 259\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,815 - optimization.inference - INFO - Scan time: 26.2256\n",
+ "2024-12-19 13:15:56,817 - optimization.inference - INFO - Number of candidates by RT in frame 1805: 294\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,825 - optimization.inference - INFO - Scan time: 7.8007\n",
+ "2024-12-19 13:15:56,827 - optimization.inference - INFO - Number of candidates by RT in frame 731: 276\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,837 - optimization.inference - INFO - Scan time: 26.3116\n",
+ "2024-12-19 13:15:56,838 - optimization.inference - INFO - Number of candidates by RT in frame 1810: 298\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,845 - optimization.inference - INFO - Scan time: 7.886\n",
+ "2024-12-19 13:15:56,846 - optimization.inference - INFO - Number of candidates by RT in frame 736: 279\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,859 - optimization.inference - INFO - Scan time: 26.3977\n",
+ "2024-12-19 13:15:56,860 - optimization.inference - INFO - Number of candidates by RT in frame 1815: 309\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,865 - optimization.inference - INFO - Scan time: 7.9717\n",
+ "2024-12-19 13:15:56,866 - optimization.inference - INFO - Number of candidates by RT in frame 741: 272\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,881 - optimization.inference - INFO - Scan time: 26.4831\n",
+ "2024-12-19 13:15:56,882 - optimization.inference - INFO - Number of candidates by RT in frame 1820: 304\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,884 - optimization.inference - INFO - Scan time: 8.0573\n",
+ "2024-12-19 13:15:56,885 - optimization.inference - INFO - Number of candidates by RT in frame 746: 259\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,902 - optimization.inference - INFO - Scan time: 26.5684\n",
+ "2024-12-19 13:15:56,903 - optimization.inference - INFO - Scan time: 8.1424\n",
+ "2024-12-19 13:15:56,903 - optimization.inference - INFO - Number of candidates by RT in frame 1825: 298\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,905 - optimization.inference - INFO - Number of candidates by RT in frame 751: 256\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,924 - optimization.inference - INFO - Scan time: 26.6543\n",
+ "2024-12-19 13:15:56,925 - optimization.inference - INFO - Scan time: 8.2284\n",
+ "2024-12-19 13:15:56,925 - optimization.inference - INFO - Number of candidates by RT in frame 1830: 266\n",
+ "2024-12-19 13:15:56,926 - optimization.inference - INFO - Number of candidates by RT in frame 756: 259\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,941 - optimization.inference - INFO - Scan time: 8.3141\n",
+ "2024-12-19 13:15:56,942 - optimization.inference - INFO - Number of candidates by RT in frame 761: 241\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,944 - optimization.inference - INFO - Scan time: 26.741\n",
+ "2024-12-19 13:15:56,945 - optimization.inference - INFO - Number of candidates by RT in frame 1835: 263\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,960 - optimization.inference - INFO - Scan time: 8.3999\n",
+ "2024-12-19 13:15:56,962 - optimization.inference - INFO - Number of candidates by RT in frame 766: 261\n",
+ "2024-12-19 13:15:56,962 - optimization.inference - INFO - Scan time: 26.8264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,963 - optimization.inference - INFO - Number of candidates by RT in frame 1840: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,978 - optimization.inference - INFO - Scan time: 8.4853\n",
+ "2024-12-19 13:15:56,979 - optimization.inference - INFO - Number of candidates by RT in frame 771: 273\n",
+ "2024-12-19 13:15:56,980 - optimization.inference - INFO - Scan time: 26.912\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,981 - optimization.inference - INFO - Number of candidates by RT in frame 1845: 274\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,997 - optimization.inference - INFO - Scan time: 8.5704\n",
+ "2024-12-19 13:15:56,998 - optimization.inference - INFO - Scan time: 26.998\n",
+ "2024-12-19 13:15:56,998 - optimization.inference - INFO - Number of candidates by RT in frame 776: 269\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:56,999 - optimization.inference - INFO - Number of candidates by RT in frame 1850: 273\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,017 - optimization.inference - INFO - Scan time: 27.0839\n",
+ "2024-12-19 13:15:57,018 - optimization.inference - INFO - Number of candidates by RT in frame 1855: 290\n",
+ "2024-12-19 13:15:57,018 - optimization.inference - INFO - Scan time: 8.6566\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,019 - optimization.inference - INFO - Number of candidates by RT in frame 781: 266\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,040 - optimization.inference - INFO - Scan time: 27.1693\n",
+ "2024-12-19 13:15:57,041 - optimization.inference - INFO - Number of candidates by RT in frame 1860: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,042 - optimization.inference - INFO - Scan time: 8.7421\n",
+ "2024-12-19 13:15:57,044 - optimization.inference - INFO - Number of candidates by RT in frame 786: 278\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,060 - optimization.inference - INFO - Scan time: 27.2547\n",
+ "2024-12-19 13:15:57,061 - optimization.inference - INFO - Number of candidates by RT in frame 1865: 267\n",
+ "2024-12-19 13:15:57,062 - optimization.inference - INFO - Scan time: 8.8276\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,063 - optimization.inference - INFO - Number of candidates by RT in frame 791: 266\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,080 - optimization.inference - INFO - Scan time: 27.3404\n",
+ "2024-12-19 13:15:57,081 - optimization.inference - INFO - Number of candidates by RT in frame 1870: 276\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,083 - optimization.inference - INFO - Scan time: 8.9136\n",
+ "2024-12-19 13:15:57,084 - optimization.inference - INFO - Number of candidates by RT in frame 796: 270\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,100 - optimization.inference - INFO - Scan time: 27.4271\n",
+ "2024-12-19 13:15:57,100 - optimization.inference - INFO - Scan time: 8.9985\n",
+ "2024-12-19 13:15:57,101 - optimization.inference - INFO - Number of candidates by RT in frame 1875: 258\n",
+ "2024-12-19 13:15:57,101 - optimization.inference - INFO - Number of candidates by RT in frame 801: 278\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,116 - optimization.inference - INFO - Scan time: 9.084\n",
+ "2024-12-19 13:15:57,116 - optimization.inference - INFO - Scan time: 27.5133\n",
+ "2024-12-19 13:15:57,117 - optimization.inference - INFO - Number of candidates by RT in frame 806: 281\n",
+ "2024-12-19 13:15:57,118 - optimization.inference - INFO - Number of candidates by RT in frame 1880: 253\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,133 - optimization.inference - INFO - Scan time: 9.1696\n",
+ "2024-12-19 13:15:57,134 - optimization.inference - INFO - Number of candidates by RT in frame 811: 269\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,136 - optimization.inference - INFO - Scan time: 27.5994\n",
+ "2024-12-19 13:15:57,137 - optimization.inference - INFO - Number of candidates by RT in frame 1885: 253\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,147 - optimization.inference - INFO - Scan time: 9.2551\n",
+ "2024-12-19 13:15:57,148 - optimization.inference - INFO - Number of candidates by RT in frame 816: 283\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,156 - optimization.inference - INFO - Scan time: 27.6856\n",
+ "2024-12-19 13:15:57,157 - optimization.inference - INFO - Number of candidates by RT in frame 1890: 266\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,166 - optimization.inference - INFO - Scan time: 9.3404\n",
+ "2024-12-19 13:15:57,167 - optimization.inference - INFO - Number of candidates by RT in frame 821: 297\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,175 - optimization.inference - INFO - Scan time: 27.7723\n",
+ "2024-12-19 13:15:57,176 - optimization.inference - INFO - Number of candidates by RT in frame 1895: 271\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,185 - optimization.inference - INFO - Scan time: 9.4269\n",
+ "2024-12-19 13:15:57,186 - optimization.inference - INFO - Number of candidates by RT in frame 826: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,196 - optimization.inference - INFO - Scan time: 27.8579\n",
+ "2024-12-19 13:15:57,197 - optimization.inference - INFO - Number of candidates by RT in frame 1900: 258\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,203 - optimization.inference - INFO - Scan time: 9.5129\n",
+ "2024-12-19 13:15:57,204 - optimization.inference - INFO - Number of candidates by RT in frame 831: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,218 - optimization.inference - INFO - Scan time: 27.9435\n",
+ "2024-12-19 13:15:57,219 - optimization.inference - INFO - Number of candidates by RT in frame 1905: 250\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,220 - optimization.inference - INFO - Scan time: 9.5986\n",
+ "2024-12-19 13:15:57,221 - optimization.inference - INFO - Number of candidates by RT in frame 836: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,237 - optimization.inference - INFO - Scan time: 9.6842\n",
+ "2024-12-19 13:15:57,237 - optimization.inference - INFO - Scan time: 28.0288\n",
+ "2024-12-19 13:15:57,238 - optimization.inference - INFO - Number of candidates by RT in frame 841: 291\n",
+ "2024-12-19 13:15:57,238 - optimization.inference - INFO - Number of candidates by RT in frame 1910: 260\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,255 - optimization.inference - INFO - Scan time: 9.7708\n",
+ "2024-12-19 13:15:57,256 - optimization.inference - INFO - Number of candidates by RT in frame 846: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,257 - optimization.inference - INFO - Scan time: 28.1145\n",
+ "2024-12-19 13:15:57,259 - optimization.inference - INFO - Number of candidates by RT in frame 1915: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,272 - optimization.inference - INFO - Scan time: 9.8559\n",
+ "2024-12-19 13:15:57,273 - optimization.inference - INFO - Number of candidates by RT in frame 851: 275\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,278 - optimization.inference - INFO - Scan time: 28.2001\n",
+ "2024-12-19 13:15:57,280 - optimization.inference - INFO - Number of candidates by RT in frame 1920: 247\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,291 - optimization.inference - INFO - Scan time: 9.9417\n",
+ "2024-12-19 13:15:57,292 - optimization.inference - INFO - Number of candidates by RT in frame 856: 284\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,300 - optimization.inference - INFO - Scan time: 28.2853\n",
+ "2024-12-19 13:15:57,301 - optimization.inference - INFO - Number of candidates by RT in frame 1925: 248\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,308 - optimization.inference - INFO - Scan time: 10.0274\n",
+ "2024-12-19 13:15:57,309 - optimization.inference - INFO - Number of candidates by RT in frame 861: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,315 - optimization.inference - INFO - Scan time: 28.3707\n",
+ "2024-12-19 13:15:57,316 - optimization.inference - INFO - Number of candidates by RT in frame 1930: 244\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,324 - optimization.inference - INFO - Scan time: 10.1126\n",
+ "2024-12-19 13:15:57,325 - optimization.inference - INFO - Number of candidates by RT in frame 866: 275\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,334 - optimization.inference - INFO - Scan time: 28.456\n",
+ "2024-12-19 13:15:57,335 - optimization.inference - INFO - Number of candidates by RT in frame 1935: 228\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,340 - optimization.inference - INFO - Scan time: 10.198\n",
+ "2024-12-19 13:15:57,341 - optimization.inference - INFO - Number of candidates by RT in frame 871: 258\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,353 - optimization.inference - INFO - Scan time: 28.5417\n",
+ "2024-12-19 13:15:57,354 - optimization.inference - INFO - Number of candidates by RT in frame 1940: 237\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,358 - optimization.inference - INFO - Scan time: 10.2832\n",
+ "2024-12-19 13:15:57,359 - optimization.inference - INFO - Number of candidates by RT in frame 876: 269\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,370 - optimization.inference - INFO - Scan time: 28.6267\n",
+ "2024-12-19 13:15:57,371 - optimization.inference - INFO - Number of candidates by RT in frame 1945: 235\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,375 - optimization.inference - INFO - Scan time: 10.3686\n",
+ "2024-12-19 13:15:57,376 - optimization.inference - INFO - Number of candidates by RT in frame 881: 267\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,389 - optimization.inference - INFO - Scan time: 28.7124\n",
+ "2024-12-19 13:15:57,390 - optimization.inference - INFO - Number of candidates by RT in frame 1950: 213\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,392 - optimization.inference - INFO - Scan time: 10.4542\n",
+ "2024-12-19 13:15:57,393 - optimization.inference - INFO - Number of candidates by RT in frame 886: 266\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,406 - optimization.inference - INFO - Scan time: 28.7976\n",
+ "2024-12-19 13:15:57,407 - optimization.inference - INFO - Number of candidates by RT in frame 1955: 208\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,410 - optimization.inference - INFO - Scan time: 10.5403\n",
+ "2024-12-19 13:15:57,411 - optimization.inference - INFO - Number of candidates by RT in frame 891: 269\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,423 - optimization.inference - INFO - Scan time: 28.8832\n",
+ "2024-12-19 13:15:57,424 - optimization.inference - INFO - Number of candidates by RT in frame 1960: 201\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,425 - optimization.inference - INFO - Scan time: 10.6261\n",
+ "2024-12-19 13:15:57,426 - optimization.inference - INFO - Number of candidates by RT in frame 896: 265\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,439 - optimization.inference - INFO - Scan time: 28.9692\n",
+ "2024-12-19 13:15:57,440 - optimization.inference - INFO - Number of candidates by RT in frame 1965: 198\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,443 - optimization.inference - INFO - Scan time: 10.7125\n",
+ "2024-12-19 13:15:57,444 - optimization.inference - INFO - Number of candidates by RT in frame 901: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,455 - optimization.inference - INFO - Scan time: 29.0553\n",
+ "2024-12-19 13:15:57,456 - optimization.inference - INFO - Number of candidates by RT in frame 1970: 201\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,460 - optimization.inference - INFO - Scan time: 10.7993\n",
+ "2024-12-19 13:15:57,461 - optimization.inference - INFO - Number of candidates by RT in frame 906: 281\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,471 - optimization.inference - INFO - Scan time: 29.1409\n",
+ "2024-12-19 13:15:57,473 - optimization.inference - INFO - Number of candidates by RT in frame 1975: 215\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,478 - optimization.inference - INFO - Scan time: 10.8846\n",
+ "2024-12-19 13:15:57,479 - optimization.inference - INFO - Number of candidates by RT in frame 911: 291\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,487 - optimization.inference - INFO - Scan time: 29.2258\n",
+ "2024-12-19 13:15:57,488 - optimization.inference - INFO - Number of candidates by RT in frame 1980: 198\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,494 - optimization.inference - INFO - Scan time: 10.9699\n",
+ "2024-12-19 13:15:57,495 - optimization.inference - INFO - Number of candidates by RT in frame 916: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,504 - optimization.inference - INFO - Scan time: 29.3113\n",
+ "2024-12-19 13:15:57,505 - optimization.inference - INFO - Number of candidates by RT in frame 1985: 210\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,510 - optimization.inference - INFO - Scan time: 11.056\n",
+ "2024-12-19 13:15:57,512 - optimization.inference - INFO - Number of candidates by RT in frame 921: 300\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,522 - optimization.inference - INFO - Scan time: 29.3967\n",
+ "2024-12-19 13:15:57,523 - optimization.inference - INFO - Number of candidates by RT in frame 1990: 205\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,529 - optimization.inference - INFO - Scan time: 11.1416\n",
+ "2024-12-19 13:15:57,531 - optimization.inference - INFO - Number of candidates by RT in frame 926: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,539 - optimization.inference - INFO - Scan time: 29.483\n",
+ "2024-12-19 13:15:57,540 - optimization.inference - INFO - Number of candidates by RT in frame 1995: 207\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,552 - optimization.inference - INFO - Scan time: 11.2275\n",
+ "2024-12-19 13:15:57,553 - optimization.inference - INFO - Number of candidates by RT in frame 931: 293\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,558 - optimization.inference - INFO - Scan time: 29.569\n",
+ "2024-12-19 13:15:57,559 - optimization.inference - INFO - Number of candidates by RT in frame 2000: 218\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,572 - optimization.inference - INFO - Scan time: 11.3146\n",
+ "2024-12-19 13:15:57,573 - optimization.inference - INFO - Number of candidates by RT in frame 936: 298\n",
+ "2024-12-19 13:15:57,573 - optimization.inference - INFO - Scan time: 29.6547\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,574 - optimization.inference - INFO - Number of candidates by RT in frame 2005: 202\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,592 - optimization.inference - INFO - Scan time: 11.4008\n",
+ "2024-12-19 13:15:57,592 - optimization.inference - INFO - Scan time: 29.7405\n",
+ "2024-12-19 13:15:57,593 - optimization.inference - INFO - Number of candidates by RT in frame 941: 298\n",
+ "2024-12-19 13:15:57,593 - optimization.inference - INFO - Number of candidates by RT in frame 2010: 197\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,606 - optimization.inference - INFO - Scan time: 29.8258\n",
+ "2024-12-19 13:15:57,608 - optimization.inference - INFO - Number of candidates by RT in frame 2015: 199\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,615 - optimization.inference - INFO - Scan time: 11.4875\n",
+ "2024-12-19 13:15:57,616 - optimization.inference - INFO - Number of candidates by RT in frame 946: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,623 - optimization.inference - INFO - Scan time: 29.9119\n",
+ "2024-12-19 13:15:57,624 - optimization.inference - INFO - Number of candidates by RT in frame 2020: 208\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,633 - optimization.inference - INFO - Scan time: 11.5726\n",
+ "2024-12-19 13:15:57,635 - optimization.inference - INFO - Number of candidates by RT in frame 951: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,639 - optimization.inference - INFO - Scan time: 29.9979\n",
+ "2024-12-19 13:15:57,640 - optimization.inference - INFO - Number of candidates by RT in frame 2025: 194\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,652 - optimization.inference - INFO - Scan time: 11.658\n",
+ "2024-12-19 13:15:57,653 - optimization.inference - INFO - Number of candidates by RT in frame 956: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,659 - optimization.inference - INFO - Scan time: 30.0842\n",
+ "2024-12-19 13:15:57,660 - optimization.inference - INFO - Number of candidates by RT in frame 2030: 193\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,668 - optimization.inference - INFO - Scan time: 11.7441\n",
+ "2024-12-19 13:15:57,669 - optimization.inference - INFO - Number of candidates by RT in frame 961: 294\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,675 - optimization.inference - INFO - Scan time: 30.1702\n",
+ "2024-12-19 13:15:57,676 - optimization.inference - INFO - Number of candidates by RT in frame 2035: 175\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,685 - optimization.inference - INFO - Scan time: 11.8296\n",
+ "2024-12-19 13:15:57,686 - optimization.inference - INFO - Number of candidates by RT in frame 966: 308\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,690 - optimization.inference - INFO - Scan time: 30.2555\n",
+ "2024-12-19 13:15:57,691 - optimization.inference - INFO - Number of candidates by RT in frame 2040: 175\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,703 - optimization.inference - INFO - Scan time: 11.9154\n",
+ "2024-12-19 13:15:57,704 - optimization.inference - INFO - Number of candidates by RT in frame 971: 308\n",
+ "2024-12-19 13:15:57,704 - optimization.inference - INFO - Scan time: 30.3417\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,705 - optimization.inference - INFO - Number of candidates by RT in frame 2045: 184\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,721 - optimization.inference - INFO - Scan time: 30.4274\n",
+ "2024-12-19 13:15:57,722 - optimization.inference - INFO - Number of candidates by RT in frame 2050: 205\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,724 - optimization.inference - INFO - Scan time: 12.0014\n",
+ "2024-12-19 13:15:57,725 - optimization.inference - INFO - Number of candidates by RT in frame 976: 307\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,740 - optimization.inference - INFO - Scan time: 30.5141\n",
+ "2024-12-19 13:15:57,741 - optimization.inference - INFO - Number of candidates by RT in frame 2055: 222\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,742 - optimization.inference - INFO - Scan time: 12.0879\n",
+ "2024-12-19 13:15:57,743 - optimization.inference - INFO - Number of candidates by RT in frame 981: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,755 - optimization.inference - INFO - Scan time: 30.5997\n",
+ "2024-12-19 13:15:57,757 - optimization.inference - INFO - Number of candidates by RT in frame 2060: 225\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,758 - optimization.inference - INFO - Scan time: 12.1746\n",
+ "2024-12-19 13:15:57,759 - optimization.inference - INFO - Number of candidates by RT in frame 986: 294\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,772 - optimization.inference - INFO - Scan time: 30.6847\n",
+ "2024-12-19 13:15:57,774 - optimization.inference - INFO - Number of candidates by RT in frame 2065: 219\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,775 - optimization.inference - INFO - Scan time: 12.2596\n",
+ "2024-12-19 13:15:57,776 - optimization.inference - INFO - Number of candidates by RT in frame 991: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,793 - optimization.inference - INFO - Scan time: 12.3442\n",
+ "2024-12-19 13:15:57,793 - optimization.inference - INFO - Scan time: 30.7702\n",
+ "2024-12-19 13:15:57,794 - optimization.inference - INFO - Number of candidates by RT in frame 996: 309\n",
+ "2024-12-19 13:15:57,794 - optimization.inference - INFO - Number of candidates by RT in frame 2070: 208\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,812 - optimization.inference - INFO - Scan time: 12.4302\n",
+ "2024-12-19 13:15:57,814 - optimization.inference - INFO - Number of candidates by RT in frame 1001: 302\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,814 - optimization.inference - INFO - Scan time: 30.8562\n",
+ "2024-12-19 13:15:57,815 - optimization.inference - INFO - Number of candidates by RT in frame 2075: 195\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,830 - optimization.inference - INFO - Scan time: 12.5158\n",
+ "2024-12-19 13:15:57,831 - optimization.inference - INFO - Number of candidates by RT in frame 1006: 293\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,832 - optimization.inference - INFO - Scan time: 30.9416\n",
+ "2024-12-19 13:15:57,833 - optimization.inference - INFO - Number of candidates by RT in frame 2080: 197\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,848 - optimization.inference - INFO - Scan time: 12.602\n",
+ "2024-12-19 13:15:57,849 - optimization.inference - INFO - Scan time: 31.0271\n",
+ "2024-12-19 13:15:57,849 - optimization.inference - INFO - Number of candidates by RT in frame 1011: 307\n",
+ "2024-12-19 13:15:57,850 - optimization.inference - INFO - Number of candidates by RT in frame 2085: 182\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,864 - optimization.inference - INFO - Scan time: 31.1129\n",
+ "2024-12-19 13:15:57,865 - optimization.inference - INFO - Number of candidates by RT in frame 2090: 216\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,865 - optimization.inference - INFO - Scan time: 12.6876\n",
+ "2024-12-19 13:15:57,867 - optimization.inference - INFO - Number of candidates by RT in frame 1016: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,879 - optimization.inference - INFO - Scan time: 31.1987\n",
+ "2024-12-19 13:15:57,880 - optimization.inference - INFO - Number of candidates by RT in frame 2095: 209\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,883 - optimization.inference - INFO - Scan time: 12.7726\n",
+ "2024-12-19 13:15:57,884 - optimization.inference - INFO - Number of candidates by RT in frame 1021: 308\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,898 - optimization.inference - INFO - Scan time: 31.2842\n",
+ "2024-12-19 13:15:57,899 - optimization.inference - INFO - Number of candidates by RT in frame 2100: 202\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,901 - optimization.inference - INFO - Scan time: 12.8588\n",
+ "2024-12-19 13:15:57,902 - optimization.inference - INFO - Number of candidates by RT in frame 1026: 328\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,916 - optimization.inference - INFO - Scan time: 31.3701\n",
+ "2024-12-19 13:15:57,917 - optimization.inference - INFO - Number of candidates by RT in frame 2105: 206\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,921 - optimization.inference - INFO - Scan time: 12.9452\n",
+ "2024-12-19 13:15:57,922 - optimization.inference - INFO - Number of candidates by RT in frame 1031: 325\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,931 - optimization.inference - INFO - Scan time: 31.4562\n",
+ "2024-12-19 13:15:57,932 - optimization.inference - INFO - Number of candidates by RT in frame 2110: 197\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,943 - optimization.inference - INFO - Scan time: 13.0303\n",
+ "2024-12-19 13:15:57,944 - optimization.inference - INFO - Number of candidates by RT in frame 1036: 310\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,948 - optimization.inference - INFO - Scan time: 31.5416\n",
+ "2024-12-19 13:15:57,949 - optimization.inference - INFO - Number of candidates by RT in frame 2115: 187\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,958 - optimization.inference - INFO - Scan time: 0.0074\n",
+ "2024-12-19 13:15:57,960 - optimization.inference - INFO - Number of candidates by RT in frame 2: 25\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,963 - optimization.inference - INFO - Scan time: 13.1166\n",
+ "2024-12-19 13:15:57,964 - optimization.inference - INFO - Number of candidates by RT in frame 1041: 320\n",
+ "2024-12-19 13:15:57,964 - optimization.inference - INFO - Scan time: 31.6275\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,965 - optimization.inference - INFO - Number of candidates by RT in frame 2120: 156\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,967 - optimization.inference - INFO - Scan time: 0.019\n",
+ "2024-12-19 13:15:57,968 - optimization.inference - INFO - Number of candidates by RT in frame 7: 32\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,974 - optimization.inference - INFO - Scan time: 0.0305\n",
+ "2024-12-19 13:15:57,975 - optimization.inference - INFO - Number of candidates by RT in frame 12: 32\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,977 - optimization.inference - INFO - Scan time: 31.7132\n",
+ "2024-12-19 13:15:57,977 - optimization.inference - INFO - Scan time: 13.2025\n",
+ "2024-12-19 13:15:57,978 - optimization.inference - INFO - Number of candidates by RT in frame 2125: 140\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,978 - optimization.inference - INFO - Number of candidates by RT in frame 1046: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,980 - optimization.inference - INFO - Scan time: 0.042\n",
+ "2024-12-19 13:15:57,981 - optimization.inference - INFO - Number of candidates by RT in frame 17: 34\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,986 - optimization.inference - INFO - Scan time: 0.0536\n",
+ "2024-12-19 13:15:57,987 - optimization.inference - INFO - Number of candidates by RT in frame 22: 37\n",
+ "2024-12-19 13:15:57,988 - optimization.inference - INFO - Scan time: 31.7988\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,988 - optimization.inference - INFO - Number of candidates by RT in frame 2130: 141\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,993 - optimization.inference - INFO - Scan time: 0.0651\n",
+ "2024-12-19 13:15:57,994 - optimization.inference - INFO - Number of candidates by RT in frame 27: 40\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:57,995 - optimization.inference - INFO - Scan time: 13.2895\n",
+ "2024-12-19 13:15:57,996 - optimization.inference - INFO - Number of candidates by RT in frame 1051: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,000 - optimization.inference - INFO - Scan time: 0.0766\n",
+ "2024-12-19 13:15:58,001 - optimization.inference - INFO - Number of candidates by RT in frame 32: 40\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,005 - optimization.inference - INFO - Scan time: 31.8846\n",
+ "2024-12-19 13:15:58,006 - optimization.inference - INFO - Number of candidates by RT in frame 2135: 105\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,007 - optimization.inference - INFO - Scan time: 0.0882\n",
+ "2024-12-19 13:15:58,008 - optimization.inference - INFO - Number of candidates by RT in frame 37: 44\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,010 - optimization.inference - INFO - Scan time: 13.3758\n",
+ "2024-12-19 13:15:58,011 - optimization.inference - INFO - Number of candidates by RT in frame 1056: 276\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,020 - optimization.inference - INFO - Scan time: 31.9707\n",
+ "2024-12-19 13:15:58,021 - optimization.inference - INFO - Number of candidates by RT in frame 2140: 66\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,026 - optimization.inference - INFO - Scan time: 13.4627\n",
+ "2024-12-19 13:15:58,027 - optimization.inference - INFO - Number of candidates by RT in frame 1061: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,034 - optimization.inference - INFO - Scan time: 32.0573\n",
+ "2024-12-19 13:15:58,035 - optimization.inference - INFO - Number of candidates by RT in frame 2145: 32\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,043 - optimization.inference - INFO - Scan time: 13.5478\n",
+ "2024-12-19 13:15:58,044 - optimization.inference - INFO - Number of candidates by RT in frame 1066: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,046 - optimization.inference - INFO - Scan time: 32.1371\n",
+ "2024-12-19 13:15:58,047 - optimization.inference - INFO - Number of candidates by RT in frame 2150: 19\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,058 - optimization.inference - INFO - Scan time: 32.1791\n",
+ "2024-12-19 13:15:58,059 - optimization.inference - INFO - Number of candidates by RT in frame 2155: 17\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,062 - optimization.inference - INFO - Scan time: 13.6344\n",
+ "2024-12-19 13:15:58,063 - optimization.inference - INFO - Number of candidates by RT in frame 1071: 302\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,069 - optimization.inference - INFO - Scan time: 32.2025\n",
+ "2024-12-19 13:15:58,070 - optimization.inference - INFO - Number of candidates by RT in frame 2160: 14\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,081 - optimization.inference - INFO - Scan time: 32.2169\n",
+ "2024-12-19 13:15:58,081 - optimization.inference - INFO - Scan time: 13.7202\n",
+ "2024-12-19 13:15:58,082 - optimization.inference - INFO - Number of candidates by RT in frame 2165: 14\n",
+ "2024-12-19 13:15:58,082 - optimization.inference - INFO - Number of candidates by RT in frame 1076: 326\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,092 - optimization.inference - INFO - Scan time: 32.2366\n",
+ "2024-12-19 13:15:58,093 - optimization.inference - INFO - Number of candidates by RT in frame 2170: 14\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,099 - optimization.inference - INFO - Scan time: 13.8067\n",
+ "2024-12-19 13:15:58,099 - optimization.inference - INFO - Scan time: 0.1576\n",
+ "2024-12-19 13:15:58,100 - optimization.inference - INFO - Number of candidates by RT in frame 1081: 323\n",
+ "2024-12-19 13:15:58,100 - optimization.inference - INFO - Number of candidates by RT in frame 42: 64\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,102 - optimization.inference - INFO - Scan time: 32.2628\n",
+ "2024-12-19 13:15:58,103 - optimization.inference - INFO - Number of candidates by RT in frame 2175: 12\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,107 - optimization.inference - INFO - Scan time: 0.232\n",
+ "2024-12-19 13:15:58,109 - optimization.inference - INFO - Number of candidates by RT in frame 47: 71\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,115 - optimization.inference - INFO - Scan time: 32.2858\n",
+ "2024-12-19 13:15:58,116 - optimization.inference - INFO - Number of candidates by RT in frame 2180: 12\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,122 - optimization.inference - INFO - Scan time: 0.3023\n",
+ "2024-12-19 13:15:58,124 - optimization.inference - INFO - Number of candidates by RT in frame 52: 76\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,127 - optimization.inference - INFO - Scan time: 32.2994\n",
+ "2024-12-19 13:15:58,127 - optimization.inference - INFO - Scan time: 13.8926\n",
+ "2024-12-19 13:15:58,128 - optimization.inference - INFO - Number of candidates by RT in frame 2185: 11\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,128 - optimization.inference - INFO - Number of candidates by RT in frame 1086: 314\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,135 - optimization.inference - INFO - Scan time: 0.3703\n",
+ "2024-12-19 13:15:58,136 - optimization.inference - INFO - Number of candidates by RT in frame 57: 66\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,138 - optimization.inference - INFO - Scan time: 32.3124\n",
+ "2024-12-19 13:15:58,139 - optimization.inference - INFO - Number of candidates by RT in frame 2190: 10\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,149 - optimization.inference - INFO - Scan time: 0.4445\n",
+ "2024-12-19 13:15:58,150 - optimization.inference - INFO - Scan time: 32.3294\n",
+ "2024-12-19 13:15:58,150 - optimization.inference - INFO - Number of candidates by RT in frame 62: 63\n",
+ "2024-12-19 13:15:58,150 - optimization.inference - INFO - Number of candidates by RT in frame 2195: 10\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,158 - optimization.inference - INFO - Scan time: 13.9773\n",
+ "2024-12-19 13:15:58,160 - optimization.inference - INFO - Number of candidates by RT in frame 1091: 310\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,161 - optimization.inference - INFO - Scan time: 32.3436\n",
+ "2024-12-19 13:15:58,161 - optimization.inference - INFO - Number of candidates by RT in frame 2200: 10\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,165 - optimization.inference - INFO - Scan time: 0.5017\n",
+ "2024-12-19 13:15:58,166 - optimization.inference - INFO - Number of candidates by RT in frame 67: 65\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,171 - optimization.inference - INFO - Scan time: 32.367\n",
+ "2024-12-19 13:15:58,171 - optimization.inference - INFO - Number of candidates by RT in frame 2205: 10\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,177 - numexpr.utils - INFO - Note: NumExpr detected 32 cores but \"NUMEXPR_MAX_THREADS\" not set, so enforcing safe limit of 8.\n",
+ "2024-12-19 13:15:58,180 - optimization.inference - INFO - Scan time: 0.5399\n",
+ "2024-12-19 13:15:58,182 - optimization.inference - INFO - Number of candidates by RT in frame 72: 66\n",
+ "2024-12-19 13:15:58,182 - optimization.inference - INFO - Scan time: 32.3875\n",
+ "2024-12-19 13:15:58,183 - optimization.inference - INFO - Number of candidates by RT in frame 2210: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,187 - optimization.inference - INFO - Scan time: 14.0633\n",
+ "2024-12-19 13:15:58,188 - optimization.inference - INFO - Number of candidates by RT in frame 1096: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/home/z.xiao/miniconda3/envs/sbs/lib/python3.10/site-packages/pandas/core/arrays/masked.py:60: UserWarning: Pandas requires version '1.3.6' or newer of 'bottleneck' (version '1.3.5' currently installed).\n",
+ " from pandas.core import (\n",
+ "2024-12-19 13:15:58,192 - optimization.inference - INFO - Scan time: 32.4038\n",
+ "2024-12-19 13:15:58,193 - optimization.inference - INFO - Number of candidates by RT in frame 2215: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,197 - optimization.inference - INFO - Scan time: 0.5653\n",
+ "2024-12-19 13:15:58,198 - optimization.inference - INFO - Number of candidates by RT in frame 77: 67\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,203 - optimization.inference - INFO - Scan time: 32.4242\n",
+ "2024-12-19 13:15:58,203 - optimization.inference - INFO - Number of candidates by RT in frame 2220: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,213 - optimization.inference - INFO - Scan time: 0.5887\n",
+ "2024-12-19 13:15:58,213 - optimization.inference - INFO - Scan time: 32.4365\n",
+ "2024-12-19 13:15:58,214 - optimization.inference - INFO - Number of candidates by RT in frame 2225: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,214 - optimization.inference - INFO - Number of candidates by RT in frame 82: 68\n",
+ "2024-12-19 13:15:58,215 - optimization.inference - INFO - Scan time: 14.1493\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,216 - optimization.inference - INFO - Number of candidates by RT in frame 1101: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,222 - optimization.inference - INFO - Scan time: 32.4492\n",
+ "2024-12-19 13:15:58,223 - optimization.inference - INFO - Number of candidates by RT in frame 2230: 6\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,229 - optimization.inference - INFO - Scan time: 0.6154\n",
+ "2024-12-19 13:15:58,230 - optimization.inference - INFO - Number of candidates by RT in frame 87: 68\n",
+ "2024-12-19 13:15:58,231 - optimization.inference - INFO - Scan time: 32.4627\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,231 - optimization.inference - INFO - Number of candidates by RT in frame 2235: 6\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,239 - optimization.inference - INFO - Scan time: 32.4756\n",
+ "2024-12-19 13:15:58,240 - optimization.inference - INFO - Number of candidates by RT in frame 2240: 6\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,241 - optimization.inference - INFO - Scan time: 14.2352\n",
+ "2024-12-19 13:15:58,243 - optimization.inference - INFO - Number of candidates by RT in frame 1106: 272\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,245 - optimization.inference - INFO - Scan time: 0.6359\n",
+ "2024-12-19 13:15:58,246 - optimization.inference - INFO - Number of candidates by RT in frame 92: 68\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,249 - optimization.inference - INFO - Scan time: 32.4883\n",
+ "2024-12-19 13:15:58,250 - optimization.inference - INFO - Number of candidates by RT in frame 2245: 6\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,259 - optimization.inference - INFO - Scan time: 32.504\n",
+ "2024-12-19 13:15:58,260 - optimization.inference - INFO - Number of candidates by RT in frame 2250: 4\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,262 - optimization.inference - INFO - Scan time: 0.6507\n",
+ "2024-12-19 13:15:58,263 - optimization.inference - INFO - Number of candidates by RT in frame 97: 69\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,269 - optimization.inference - INFO - Scan time: 32.5183\n",
+ "2024-12-19 13:15:58,270 - optimization.inference - INFO - Number of candidates by RT in frame 2255: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,271 - optimization.inference - INFO - Scan time: 14.3213\n",
+ "2024-12-19 13:15:58,273 - optimization.inference - INFO - Number of candidates by RT in frame 1111: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,277 - optimization.inference - INFO - Scan time: 32.5352\n",
+ "2024-12-19 13:15:58,278 - optimization.inference - INFO - Number of candidates by RT in frame 2260: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,279 - optimization.inference - INFO - Scan time: 0.672\n",
+ "2024-12-19 13:15:58,280 - optimization.inference - INFO - Number of candidates by RT in frame 102: 70\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,285 - optimization.inference - INFO - Scan time: 32.5521\n",
+ "2024-12-19 13:15:58,286 - optimization.inference - INFO - Number of candidates by RT in frame 2265: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,295 - optimization.inference - INFO - Scan time: 32.571\n",
+ "2024-12-19 13:15:58,295 - optimization.inference - INFO - Number of candidates by RT in frame 2270: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,296 - optimization.inference - INFO - Scan time: 0.6856\n",
+ "2024-12-19 13:15:58,298 - optimization.inference - INFO - Number of candidates by RT in frame 107: 69\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,301 - optimization.inference - INFO - Scan time: 14.4071\n",
+ "2024-12-19 13:15:58,303 - optimization.inference - INFO - Scan time: 32.5845\n",
+ "2024-12-19 13:15:58,303 - optimization.inference - INFO - Number of candidates by RT in frame 1116: 310\n",
+ "2024-12-19 13:15:58,304 - optimization.inference - INFO - Number of candidates by RT in frame 2275: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,311 - optimization.inference - INFO - Scan time: 32.5974\n",
+ "2024-12-19 13:15:58,312 - optimization.inference - INFO - Number of candidates by RT in frame 2280: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,313 - optimization.inference - INFO - Scan time: 0.7024\n",
+ "2024-12-19 13:15:58,315 - optimization.inference - INFO - Number of candidates by RT in frame 112: 69\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,319 - optimization.inference - INFO - Scan time: 32.6115\n",
+ "2024-12-19 13:15:58,319 - optimization.inference - INFO - Number of candidates by RT in frame 2285: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,327 - optimization.inference - INFO - Scan time: 32.6259\n",
+ "2024-12-19 13:15:58,327 - optimization.inference - INFO - Number of candidates by RT in frame 2290: 3\n",
+ "2024-12-19 13:15:58,327 - optimization.inference - INFO - Scan time: 14.4923\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,329 - optimization.inference - INFO - Number of candidates by RT in frame 1121: 299\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,331 - optimization.inference - INFO - Scan time: 0.716\n",
+ "2024-12-19 13:15:58,332 - optimization.inference - INFO - Number of candidates by RT in frame 117: 67\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,335 - optimization.inference - INFO - Scan time: 32.6408\n",
+ "2024-12-19 13:15:58,336 - optimization.inference - INFO - Number of candidates by RT in frame 2295: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,343 - optimization.inference - INFO - Scan time: 32.6575\n",
+ "2024-12-19 13:15:58,344 - optimization.inference - INFO - Number of candidates by RT in frame 2300: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,347 - optimization.inference - INFO - Scan time: 0.7394\n",
+ "2024-12-19 13:15:58,349 - optimization.inference - INFO - Number of candidates by RT in frame 122: 63\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,351 - optimization.inference - INFO - Scan time: 32.6709\n",
+ "2024-12-19 13:15:58,351 - optimization.inference - INFO - Number of candidates by RT in frame 2305: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,359 - optimization.inference - INFO - Scan time: 32.6874\n",
+ "2024-12-19 13:15:58,360 - optimization.inference - INFO - Number of candidates by RT in frame 2310: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,362 - optimization.inference - INFO - Scan time: 14.5781\n",
+ "2024-12-19 13:15:58,364 - optimization.inference - INFO - Number of candidates by RT in frame 1126: 329\n",
+ "2024-12-19 13:15:58,364 - optimization.inference - INFO - Scan time: 0.7624\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,366 - optimization.inference - INFO - Number of candidates by RT in frame 127: 62\n",
+ "2024-12-19 13:15:58,367 - optimization.inference - INFO - Scan time: 32.7023\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,368 - optimization.inference - INFO - Number of candidates by RT in frame 2315: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,374 - optimization.inference - INFO - Scan time: 32.7164\n",
+ "2024-12-19 13:15:58,375 - optimization.inference - INFO - Number of candidates by RT in frame 2320: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,381 - optimization.inference - INFO - Scan time: 0.7815\n",
+ "2024-12-19 13:15:58,382 - optimization.inference - INFO - Scan time: 32.7333\n",
+ "2024-12-19 13:15:58,382 - optimization.inference - INFO - Number of candidates by RT in frame 132: 59\n",
+ "2024-12-19 13:15:58,383 - optimization.inference - INFO - Number of candidates by RT in frame 2325: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,390 - optimization.inference - INFO - Scan time: 32.746\n",
+ "2024-12-19 13:15:58,391 - optimization.inference - INFO - Number of candidates by RT in frame 2330: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,394 - optimization.inference - INFO - Scan time: 14.6639\n",
+ "2024-12-19 13:15:58,396 - optimization.inference - INFO - Number of candidates by RT in frame 1131: 340\n",
+ "2024-12-19 13:15:58,397 - optimization.inference - INFO - Scan time: 0.8006\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,398 - optimization.inference - INFO - Scan time: 32.7617\n",
+ "2024-12-19 13:15:58,398 - optimization.inference - INFO - Number of candidates by RT in frame 137: 57\n",
+ "2024-12-19 13:15:58,399 - optimization.inference - INFO - Number of candidates by RT in frame 2335: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,405 - optimization.inference - INFO - Scan time: 32.7815\n",
+ "2024-12-19 13:15:58,406 - optimization.inference - INFO - Number of candidates by RT in frame 2340: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,412 - optimization.inference - INFO - Scan time: 0.8202\n",
+ "2024-12-19 13:15:58,412 - optimization.inference - INFO - Scan time: 32.7963\n",
+ "2024-12-19 13:15:58,413 - optimization.inference - INFO - Number of candidates by RT in frame 2345: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,413 - optimization.inference - INFO - Number of candidates by RT in frame 142: 54\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,419 - optimization.inference - INFO - Scan time: 32.8113\n",
+ "2024-12-19 13:15:58,419 - optimization.inference - INFO - Number of candidates by RT in frame 2350: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,426 - optimization.inference - INFO - Scan time: 32.8267\n",
+ "2024-12-19 13:15:58,426 - optimization.inference - INFO - Scan time: 14.7496\n",
+ "2024-12-19 13:15:58,426 - optimization.inference - INFO - Number of candidates by RT in frame 2355: 2\n",
+ "2024-12-19 13:15:58,427 - optimization.inference - INFO - Scan time: 0.8431\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,427 - optimization.inference - INFO - Number of candidates by RT in frame 1136: 318\n",
+ "2024-12-19 13:15:58,428 - optimization.inference - INFO - Number of candidates by RT in frame 147: 55\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,433 - optimization.inference - INFO - Scan time: 32.8415\n",
+ "2024-12-19 13:15:58,433 - optimization.inference - INFO - Number of candidates by RT in frame 2360: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,440 - optimization.inference - INFO - Scan time: 32.8565\n",
+ "2024-12-19 13:15:58,441 - optimization.inference - INFO - Number of candidates by RT in frame 2365: 2\n",
+ "2024-12-19 13:15:58,441 - optimization.inference - INFO - Scan time: 0.8565\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,442 - optimization.inference - INFO - Number of candidates by RT in frame 152: 55\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,447 - optimization.inference - INFO - Scan time: 32.8699\n",
+ "2024-12-19 13:15:58,448 - optimization.inference - INFO - Number of candidates by RT in frame 2370: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,455 - optimization.inference - INFO - Scan time: 32.8814\n",
+ "2024-12-19 13:15:58,455 - optimization.inference - INFO - Scan time: 14.8357\n",
+ "2024-12-19 13:15:58,456 - optimization.inference - INFO - Number of candidates by RT in frame 2375: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,456 - optimization.inference - INFO - Scan time: 0.8725\n",
+ "2024-12-19 13:15:58,457 - optimization.inference - INFO - Number of candidates by RT in frame 1141: 324\n",
+ "2024-12-19 13:15:58,457 - optimization.inference - INFO - Number of candidates by RT in frame 157: 56\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,462 - optimization.inference - INFO - Scan time: 32.8977\n",
+ "2024-12-19 13:15:58,463 - optimization.inference - INFO - Number of candidates by RT in frame 2380: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,469 - optimization.inference - INFO - Scan time: 32.911\n",
+ "2024-12-19 13:15:58,470 - optimization.inference - INFO - Number of candidates by RT in frame 2385: 2\n",
+ "2024-12-19 13:15:58,470 - optimization.inference - INFO - Scan time: 0.89\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,471 - optimization.inference - INFO - Number of candidates by RT in frame 162: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,476 - optimization.inference - INFO - Scan time: 32.9232\n",
+ "2024-12-19 13:15:58,477 - optimization.inference - INFO - Number of candidates by RT in frame 2390: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,483 - optimization.inference - INFO - Scan time: 32.9376\n",
+ "2024-12-19 13:15:58,484 - optimization.inference - INFO - Number of candidates by RT in frame 2395: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,484 - optimization.inference - INFO - Scan time: 0.9067\n",
+ "2024-12-19 13:15:58,486 - optimization.inference - INFO - Number of candidates by RT in frame 167: 57\n",
+ "2024-12-19 13:15:58,490 - optimization.inference - INFO - Scan time: 32.9497\n",
+ "2024-12-19 13:15:58,491 - optimization.inference - INFO - Number of candidates by RT in frame 2400: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,493 - optimization.inference - INFO - Scan time: 14.9208\n",
+ "2024-12-19 13:15:58,494 - optimization.inference - INFO - Number of candidates by RT in frame 1146: 325\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,497 - optimization.inference - INFO - Scan time: 32.9613\n",
+ "2024-12-19 13:15:58,498 - optimization.inference - INFO - Number of candidates by RT in frame 2405: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,503 - optimization.inference - INFO - Scan time: 32.9728\n",
+ "2024-12-19 13:15:58,504 - optimization.inference - INFO - Scan time: 0.9283\n",
+ "2024-12-19 13:15:58,504 - optimization.inference - INFO - Number of candidates by RT in frame 2410: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,505 - optimization.inference - INFO - Number of candidates by RT in frame 172: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,510 - optimization.inference - INFO - Scan time: 32.9911\n",
+ "2024-12-19 13:15:58,511 - optimization.inference - INFO - Number of candidates by RT in frame 2415: 1\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,516 - optimization.inference - INFO - Shape of COO matrix: (2421, 18939)\n",
+ "2024-12-19 13:15:58,517 - optimization.inference - INFO - Scan time: 0.9487\n",
+ "2024-12-19 13:15:58,518 - optimization.inference - INFO - Number of candidates by RT in frame 177: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,525 - optimization.inference - INFO - Scan time: 0.9643\n",
+ "2024-12-19 13:15:58,526 - optimization.inference - INFO - Number of candidates by RT in frame 182: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,530 - optimization.inference - INFO - Scan time: 15.007\n",
+ "2024-12-19 13:15:58,532 - optimization.inference - INFO - Number of candidates by RT in frame 1151: 322\n",
+ "2024-12-19 13:15:58,533 - optimization.inference - INFO - Scan time: 0.9855\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,534 - optimization.inference - INFO - Number of candidates by RT in frame 187: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,541 - optimization.inference - INFO - Scan time: 1.0053\n",
+ "2024-12-19 13:15:58,542 - optimization.inference - INFO - Number of candidates by RT in frame 192: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,548 - optimization.inference - INFO - Scan time: 1.0252\n",
+ "2024-12-19 13:15:58,549 - optimization.inference - INFO - Number of candidates by RT in frame 197: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,556 - optimization.inference - INFO - Scan time: 1.0478\n",
+ "2024-12-19 13:15:58,557 - optimization.inference - INFO - Number of candidates by RT in frame 202: 49\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,564 - optimization.inference - INFO - Scan time: 1.0632\n",
+ "2024-12-19 13:15:58,564 - optimization.inference - INFO - Number of candidates by RT in frame 207: 46\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,565 - optimization.inference - INFO - Scan time: 15.0927\n",
+ "2024-12-19 13:15:58,567 - optimization.inference - INFO - Number of candidates by RT in frame 1156: 308\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,571 - optimization.inference - INFO - Scan time: 1.0843\n",
+ "2024-12-19 13:15:58,572 - optimization.inference - INFO - Number of candidates by RT in frame 212: 45\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,579 - optimization.inference - INFO - Scan time: 1.0972\n",
+ "2024-12-19 13:15:58,580 - optimization.inference - INFO - Number of candidates by RT in frame 217: 44\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,587 - optimization.inference - INFO - Scan time: 1.1234\n",
+ "2024-12-19 13:15:58,587 - optimization.inference - INFO - Number of candidates by RT in frame 222: 44\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,594 - optimization.inference - INFO - Scan time: 1.1481\n",
+ "2024-12-19 13:15:58,595 - optimization.inference - INFO - Number of candidates by RT in frame 227: 45\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,600 - optimization.inference - INFO - Size of COO matrix in batch 0: 1.618512 Mb\n",
+ "2024-12-19 13:15:58,602 - optimization.inference - INFO - Scan time: 1.1692\n",
+ "2024-12-19 13:15:58,603 - optimization.inference - INFO - Number of candidates by RT in frame 232: 45\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,608 - optimization.inference - INFO - Scan time: 15.1791\n",
+ "2024-12-19 13:15:58,610 - optimization.inference - INFO - Number of candidates by RT in frame 1161: 327\n",
+ "2024-12-19 13:15:58,610 - optimization.inference - INFO - Scan time: 1.1883\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,611 - optimization.inference - INFO - Number of candidates by RT in frame 237: 46\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,619 - optimization.inference - INFO - Scan time: 1.2004\n",
+ "2024-12-19 13:15:58,620 - optimization.inference - INFO - Number of candidates by RT in frame 242: 46\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,627 - optimization.inference - INFO - Scan time: 1.2172\n",
+ "2024-12-19 13:15:58,628 - optimization.inference - INFO - Number of candidates by RT in frame 247: 48\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,635 - optimization.inference - INFO - Scan time: 1.2306\n",
+ "2024-12-19 13:15:58,635 - optimization.inference - INFO - Scan time: 15.2643\n",
+ "2024-12-19 13:15:58,636 - optimization.inference - INFO - Number of candidates by RT in frame 252: 48\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,637 - optimization.inference - INFO - Number of candidates by RT in frame 1166: 332\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,643 - optimization.inference - INFO - Scan time: 1.2462\n",
+ "2024-12-19 13:15:58,644 - optimization.inference - INFO - Number of candidates by RT in frame 257: 48\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,652 - optimization.inference - INFO - Scan time: 1.2671\n",
+ "2024-12-19 13:15:58,652 - optimization.inference - INFO - Number of candidates by RT in frame 262: 48\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,660 - optimization.inference - INFO - Scan time: 1.284\n",
+ "2024-12-19 13:15:58,661 - optimization.inference - INFO - Number of candidates by RT in frame 267: 51\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,664 - optimization.inference - INFO - Scan time: 15.3507\n",
+ "2024-12-19 13:15:58,666 - optimization.inference - INFO - Number of candidates by RT in frame 1171: 331\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,669 - optimization.inference - INFO - Scan time: 1.3036\n",
+ "2024-12-19 13:15:58,670 - optimization.inference - INFO - Number of candidates by RT in frame 272: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,678 - optimization.inference - INFO - Scan time: 1.3248\n",
+ "2024-12-19 13:15:58,679 - optimization.inference - INFO - Number of candidates by RT in frame 277: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,686 - optimization.inference - INFO - Scan time: 1.3428\n",
+ "2024-12-19 13:15:58,687 - optimization.inference - INFO - Number of candidates by RT in frame 282: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,693 - optimization.inference - INFO - Scan time: 15.4363\n",
+ "2024-12-19 13:15:58,695 - optimization.inference - INFO - Number of candidates by RT in frame 1176: 335\n",
+ "2024-12-19 13:15:58,695 - optimization.inference - INFO - Scan time: 1.3571\n",
+ "2024-12-19 13:15:58,696 - optimization.inference - INFO - Number of candidates by RT in frame 287: 51\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,703 - optimization.inference - INFO - Scan time: 1.3782\n",
+ "2024-12-19 13:15:58,704 - optimization.inference - INFO - Number of candidates by RT in frame 292: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,713 - optimization.inference - INFO - Scan time: 1.3959\n",
+ "2024-12-19 13:15:58,713 - optimization.inference - INFO - Number of candidates by RT in frame 297: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,716 - optimization.inference - INFO - Scan time: 15.5224\n",
+ "2024-12-19 13:15:58,718 - optimization.inference - INFO - Number of candidates by RT in frame 1181: 329\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,721 - optimization.inference - INFO - Scan time: 1.4088\n",
+ "2024-12-19 13:15:58,725 - optimization.inference - INFO - Number of candidates by RT in frame 302: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,733 - optimization.inference - INFO - Scan time: 1.4271\n",
+ "2024-12-19 13:15:58,734 - optimization.inference - INFO - Number of candidates by RT in frame 307: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,737 - optimization.inference - INFO - Scan time: 15.6086\n",
+ "2024-12-19 13:15:58,738 - optimization.inference - INFO - Number of candidates by RT in frame 1186: 345\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,742 - optimization.inference - INFO - Scan time: 1.4462\n",
+ "2024-12-19 13:15:58,743 - optimization.inference - INFO - Number of candidates by RT in frame 312: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,751 - optimization.inference - INFO - Scan time: 1.4598\n",
+ "2024-12-19 13:15:58,752 - optimization.inference - INFO - Number of candidates by RT in frame 317: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,759 - optimization.inference - INFO - Scan time: 15.6939\n",
+ "2024-12-19 13:15:58,759 - optimization.inference - INFO - Scan time: 1.4759\n",
+ "2024-12-19 13:15:58,760 - optimization.inference - INFO - Number of candidates by RT in frame 1191: 331\n",
+ "2024-12-19 13:15:58,760 - optimization.inference - INFO - Number of candidates by RT in frame 322: 51\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,768 - optimization.inference - INFO - Scan time: 1.4936\n",
+ "2024-12-19 13:15:58,769 - optimization.inference - INFO - Number of candidates by RT in frame 327: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,777 - optimization.inference - INFO - Scan time: 1.5109\n",
+ "2024-12-19 13:15:58,778 - optimization.inference - INFO - Number of candidates by RT in frame 332: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,779 - optimization.inference - INFO - Scan time: 15.7798\n",
+ "2024-12-19 13:15:58,780 - optimization.inference - INFO - Number of candidates by RT in frame 1196: 333\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,786 - optimization.inference - INFO - Scan time: 1.5272\n",
+ "2024-12-19 13:15:58,787 - optimization.inference - INFO - Number of candidates by RT in frame 337: 51\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,795 - optimization.inference - INFO - Scan time: 1.5491\n",
+ "2024-12-19 13:15:58,796 - optimization.inference - INFO - Number of candidates by RT in frame 342: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,797 - optimization.inference - INFO - Scan time: 15.8655\n",
+ "2024-12-19 13:15:58,799 - optimization.inference - INFO - Number of candidates by RT in frame 1201: 314\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,804 - optimization.inference - INFO - Scan time: 1.5662\n",
+ "2024-12-19 13:15:58,805 - optimization.inference - INFO - Number of candidates by RT in frame 347: 54\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,814 - optimization.inference - INFO - Scan time: 1.5916\n",
+ "2024-12-19 13:15:58,815 - optimization.inference - INFO - Number of candidates by RT in frame 352: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,816 - optimization.inference - INFO - Scan time: 15.9505\n",
+ "2024-12-19 13:15:58,817 - optimization.inference - INFO - Number of candidates by RT in frame 1206: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,823 - optimization.inference - INFO - Scan time: 1.6234\n",
+ "2024-12-19 13:15:58,824 - optimization.inference - INFO - Number of candidates by RT in frame 357: 58\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,834 - optimization.inference - INFO - Scan time: 1.663\n",
+ "2024-12-19 13:15:58,834 - optimization.inference - INFO - Scan time: 16.0361\n",
+ "2024-12-19 13:15:58,835 - optimization.inference - INFO - Number of candidates by RT in frame 362: 74\n",
+ "2024-12-19 13:15:58,836 - optimization.inference - INFO - Number of candidates by RT in frame 1211: 312\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,842 - optimization.inference - INFO - Scan time: 1.6866\n",
+ "2024-12-19 13:15:58,843 - optimization.inference - INFO - Number of candidates by RT in frame 367: 87\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,852 - optimization.inference - INFO - Scan time: 16.1212\n",
+ "2024-12-19 13:15:58,854 - optimization.inference - INFO - Number of candidates by RT in frame 1216: 298\n",
+ "2024-12-19 13:15:58,854 - optimization.inference - INFO - Scan time: 1.723\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,855 - optimization.inference - INFO - Number of candidates by RT in frame 372: 101\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,871 - optimization.inference - INFO - Scan time: 16.2081\n",
+ "2024-12-19 13:15:58,872 - optimization.inference - INFO - Number of candidates by RT in frame 1221: 309\n",
+ "2024-12-19 13:15:58,873 - optimization.inference - INFO - Scan time: 1.7769\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,874 - optimization.inference - INFO - Number of candidates by RT in frame 377: 117\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,888 - optimization.inference - INFO - Scan time: 16.2933\n",
+ "2024-12-19 13:15:58,889 - optimization.inference - INFO - Number of candidates by RT in frame 1226: 322\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,893 - optimization.inference - INFO - Scan time: 1.8591\n",
+ "2024-12-19 13:15:58,894 - optimization.inference - INFO - Number of candidates by RT in frame 382: 126\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,908 - optimization.inference - INFO - Scan time: 16.3791\n",
+ "2024-12-19 13:15:58,909 - optimization.inference - INFO - Number of candidates by RT in frame 1231: 322\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,913 - optimization.inference - INFO - Scan time: 1.9446\n",
+ "2024-12-19 13:15:58,915 - optimization.inference - INFO - Number of candidates by RT in frame 387: 117\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,929 - optimization.inference - INFO - Scan time: 16.4651\n",
+ "2024-12-19 13:15:58,930 - optimization.inference - INFO - Number of candidates by RT in frame 1236: 329\n",
+ "2024-12-19 13:15:58,931 - optimization.inference - INFO - Scan time: 2.0113\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,933 - optimization.inference - INFO - Number of candidates by RT in frame 392: 112\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,944 - optimization.inference - INFO - Scan time: 2.0823\n",
+ "2024-12-19 13:15:58,945 - optimization.inference - INFO - Number of candidates by RT in frame 397: 104\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,953 - optimization.inference - INFO - Scan time: 2.1613\n",
+ "2024-12-19 13:15:58,954 - optimization.inference - INFO - Number of candidates by RT in frame 402: 120\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,959 - optimization.inference - INFO - Scan time: 16.5506\n",
+ "2024-12-19 13:15:58,960 - optimization.inference - INFO - Number of candidates by RT in frame 1241: 318\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,963 - optimization.inference - INFO - Scan time: 2.2393\n",
+ "2024-12-19 13:15:58,964 - optimization.inference - INFO - Number of candidates by RT in frame 407: 128\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,973 - optimization.inference - INFO - Scan time: 2.321\n",
+ "2024-12-19 13:15:58,974 - optimization.inference - INFO - Number of candidates by RT in frame 412: 168\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,979 - optimization.inference - INFO - Scan time: 16.6364\n",
+ "2024-12-19 13:15:58,980 - optimization.inference - INFO - Number of candidates by RT in frame 1246: 312\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,985 - optimization.inference - INFO - Scan time: 2.4059\n",
+ "2024-12-19 13:15:58,986 - optimization.inference - INFO - Number of candidates by RT in frame 417: 186\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:58,997 - optimization.inference - INFO - Scan time: 16.7225\n",
+ "2024-12-19 13:15:58,998 - optimization.inference - INFO - Number of candidates by RT in frame 1251: 315\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,000 - optimization.inference - INFO - Scan time: 2.4918\n",
+ "2024-12-19 13:15:59,001 - optimization.inference - INFO - Number of candidates by RT in frame 422: 190\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,011 - optimization.inference - INFO - Scan time: 2.5786\n",
+ "2024-12-19 13:15:59,012 - optimization.inference - INFO - Number of candidates by RT in frame 427: 195\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,014 - optimization.inference - INFO - Scan time: 16.8085\n",
+ "2024-12-19 13:15:59,015 - optimization.inference - INFO - Number of candidates by RT in frame 1256: 321\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,025 - optimization.inference - INFO - Scan time: 2.6623\n",
+ "2024-12-19 13:15:59,026 - optimization.inference - INFO - Number of candidates by RT in frame 432: 201\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,032 - optimization.inference - INFO - Scan time: 16.8931\n",
+ "2024-12-19 13:15:59,034 - optimization.inference - INFO - Number of candidates by RT in frame 1261: 329\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,036 - optimization.inference - INFO - Scan time: 2.7484\n",
+ "2024-12-19 13:15:59,037 - optimization.inference - INFO - Number of candidates by RT in frame 437: 229\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,052 - optimization.inference - INFO - Scan time: 16.979\n",
+ "2024-12-19 13:15:59,054 - optimization.inference - INFO - Number of candidates by RT in frame 1266: 336\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,056 - optimization.inference - INFO - Scan time: 2.834\n",
+ "2024-12-19 13:15:59,057 - optimization.inference - INFO - Number of candidates by RT in frame 442: 230\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,071 - optimization.inference - INFO - Scan time: 2.92\n",
+ "2024-12-19 13:15:59,072 - optimization.inference - INFO - Number of candidates by RT in frame 447: 233\n",
+ "2024-12-19 13:15:59,072 - optimization.inference - INFO - Scan time: 17.065\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,073 - optimization.inference - INFO - Number of candidates by RT in frame 1271: 331\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,085 - optimization.inference - INFO - Scan time: 3.0063\n",
+ "2024-12-19 13:15:59,086 - optimization.inference - INFO - Number of candidates by RT in frame 452: 227\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,090 - optimization.inference - INFO - Scan time: 17.1514\n",
+ "2024-12-19 13:15:59,091 - optimization.inference - INFO - Number of candidates by RT in frame 1276: 308\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,098 - optimization.inference - INFO - Scan time: 3.0919\n",
+ "2024-12-19 13:15:59,099 - optimization.inference - INFO - Number of candidates by RT in frame 457: 226\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,107 - optimization.inference - INFO - Scan time: 17.2374\n",
+ "2024-12-19 13:15:59,108 - optimization.inference - INFO - Number of candidates by RT in frame 1281: 310\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,114 - optimization.inference - INFO - Scan time: 3.1782\n",
+ "2024-12-19 13:15:59,115 - optimization.inference - INFO - Number of candidates by RT in frame 462: 225\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,124 - optimization.inference - INFO - Scan time: 17.3239\n",
+ "2024-12-19 13:15:59,126 - optimization.inference - INFO - Number of candidates by RT in frame 1286: 334\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,129 - optimization.inference - INFO - Scan time: 3.2646\n",
+ "2024-12-19 13:15:59,130 - optimization.inference - INFO - Number of candidates by RT in frame 467: 229\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,142 - optimization.inference - INFO - Scan time: 3.3507\n",
+ "2024-12-19 13:15:59,143 - optimization.inference - INFO - Number of candidates by RT in frame 472: 217\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,144 - optimization.inference - INFO - Scan time: 17.4092\n",
+ "2024-12-19 13:15:59,145 - optimization.inference - INFO - Number of candidates by RT in frame 1291: 330\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,157 - optimization.inference - INFO - Scan time: 3.4363\n",
+ "2024-12-19 13:15:59,158 - optimization.inference - INFO - Number of candidates by RT in frame 477: 215\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,166 - optimization.inference - INFO - Scan time: 17.4958\n",
+ "2024-12-19 13:15:59,168 - optimization.inference - INFO - Number of candidates by RT in frame 1296: 335\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,169 - optimization.inference - INFO - Scan time: 3.5223\n",
+ "2024-12-19 13:15:59,170 - optimization.inference - INFO - Number of candidates by RT in frame 482: 212\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,179 - optimization.inference - INFO - Scan time: 3.6086\n",
+ "2024-12-19 13:15:59,180 - optimization.inference - INFO - Number of candidates by RT in frame 487: 216\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,187 - optimization.inference - INFO - Scan time: 17.5825\n",
+ "2024-12-19 13:15:59,188 - optimization.inference - INFO - Number of candidates by RT in frame 1301: 348\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,193 - optimization.inference - INFO - Scan time: 3.6936\n",
+ "2024-12-19 13:15:59,194 - optimization.inference - INFO - Number of candidates by RT in frame 492: 208\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,205 - optimization.inference - INFO - Scan time: 17.6682\n",
+ "2024-12-19 13:15:59,205 - optimization.inference - INFO - Scan time: 3.7798\n",
+ "2024-12-19 13:15:59,206 - optimization.inference - INFO - Number of candidates by RT in frame 1306: 318\n",
+ "2024-12-19 13:15:59,206 - optimization.inference - INFO - Number of candidates by RT in frame 497: 210\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,217 - optimization.inference - INFO - Scan time: 3.8653\n",
+ "2024-12-19 13:15:59,218 - optimization.inference - INFO - Number of candidates by RT in frame 502: 205\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,226 - optimization.inference - INFO - Scan time: 17.754\n",
+ "2024-12-19 13:15:59,228 - optimization.inference - INFO - Number of candidates by RT in frame 1311: 334\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,231 - optimization.inference - INFO - Scan time: 3.95\n",
+ "2024-12-19 13:15:59,232 - optimization.inference - INFO - Number of candidates by RT in frame 507: 189\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,243 - optimization.inference - INFO - Scan time: 4.0362\n",
+ "2024-12-19 13:15:59,245 - optimization.inference - INFO - Number of candidates by RT in frame 512: 185\n",
+ "2024-12-19 13:15:59,245 - optimization.inference - INFO - Scan time: 17.8398\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,246 - optimization.inference - INFO - Number of candidates by RT in frame 1316: 323\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,256 - optimization.inference - INFO - Scan time: 4.1228\n",
+ "2024-12-19 13:15:59,257 - optimization.inference - INFO - Number of candidates by RT in frame 517: 194\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,266 - optimization.inference - INFO - Scan time: 17.9259\n",
+ "2024-12-19 13:15:59,267 - optimization.inference - INFO - Number of candidates by RT in frame 1321: 320\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,269 - optimization.inference - INFO - Scan time: 4.2081\n",
+ "2024-12-19 13:15:59,270 - optimization.inference - INFO - Number of candidates by RT in frame 522: 193\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,286 - optimization.inference - INFO - Scan time: 18.011\n",
+ "2024-12-19 13:15:59,287 - optimization.inference - INFO - Number of candidates by RT in frame 1326: 330\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,289 - optimization.inference - INFO - Scan time: 4.2938\n",
+ "2024-12-19 13:15:59,290 - optimization.inference - INFO - Number of candidates by RT in frame 527: 212\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,303 - optimization.inference - INFO - Scan time: 4.3793\n",
+ "2024-12-19 13:15:59,304 - optimization.inference - INFO - Number of candidates by RT in frame 532: 203\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,306 - optimization.inference - INFO - Scan time: 18.0968\n",
+ "2024-12-19 13:15:59,307 - optimization.inference - INFO - Number of candidates by RT in frame 1331: 316\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,317 - optimization.inference - INFO - Scan time: 4.4641\n",
+ "2024-12-19 13:15:59,318 - optimization.inference - INFO - Number of candidates by RT in frame 537: 194\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,323 - optimization.inference - INFO - Scan time: 18.1831\n",
+ "2024-12-19 13:15:59,325 - optimization.inference - INFO - Number of candidates by RT in frame 1336: 337\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,330 - optimization.inference - INFO - Scan time: 4.5488\n",
+ "2024-12-19 13:15:59,331 - optimization.inference - INFO - Number of candidates by RT in frame 542: 205\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,343 - optimization.inference - INFO - Scan time: 4.6346\n",
+ "2024-12-19 13:15:59,344 - optimization.inference - INFO - Number of candidates by RT in frame 547: 216\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,345 - optimization.inference - INFO - Scan time: 18.269\n",
+ "2024-12-19 13:15:59,346 - optimization.inference - INFO - Number of candidates by RT in frame 1341: 344\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,355 - optimization.inference - INFO - Scan time: 4.7206\n",
+ "2024-12-19 13:15:59,356 - optimization.inference - INFO - Number of candidates by RT in frame 552: 214\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,368 - optimization.inference - INFO - Scan time: 4.8067\n",
+ "2024-12-19 13:15:59,368 - optimization.inference - INFO - Scan time: 18.3538\n",
+ "2024-12-19 13:15:59,369 - optimization.inference - INFO - Number of candidates by RT in frame 557: 216\n",
+ "2024-12-19 13:15:59,369 - optimization.inference - INFO - Number of candidates by RT in frame 1346: 346\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,379 - optimization.inference - INFO - Scan time: 4.8928\n",
+ "2024-12-19 13:15:59,380 - optimization.inference - INFO - Number of candidates by RT in frame 562: 232\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,385 - optimization.inference - INFO - Scan time: 18.4401\n",
+ "2024-12-19 13:15:59,386 - optimization.inference - INFO - Number of candidates by RT in frame 1351: 311\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,391 - optimization.inference - INFO - Scan time: 4.9784\n",
+ "2024-12-19 13:15:59,392 - optimization.inference - INFO - Number of candidates by RT in frame 567: 217\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,404 - optimization.inference - INFO - Scan time: 18.5257\n",
+ "2024-12-19 13:15:59,405 - optimization.inference - INFO - Number of candidates by RT in frame 1356: 320\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,409 - optimization.inference - INFO - Scan time: 5.0652\n",
+ "2024-12-19 13:15:59,410 - optimization.inference - INFO - Number of candidates by RT in frame 572: 234\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,423 - optimization.inference - INFO - Scan time: 5.1514\n",
+ "2024-12-19 13:15:59,424 - optimization.inference - INFO - Scan time: 18.6108\n",
+ "2024-12-19 13:15:59,424 - optimization.inference - INFO - Number of candidates by RT in frame 577: 236\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,425 - optimization.inference - INFO - Number of candidates by RT in frame 1361: 335\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,438 - optimization.inference - INFO - Scan time: 5.2374\n",
+ "2024-12-19 13:15:59,439 - optimization.inference - INFO - Number of candidates by RT in frame 582: 223\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,445 - optimization.inference - INFO - Scan time: 18.6967\n",
+ "2024-12-19 13:15:59,447 - optimization.inference - INFO - Number of candidates by RT in frame 1366: 320\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,452 - optimization.inference - INFO - Scan time: 5.3241\n",
+ "2024-12-19 13:15:59,453 - optimization.inference - INFO - Number of candidates by RT in frame 587: 236\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,465 - optimization.inference - INFO - Scan time: 18.7833\n",
+ "2024-12-19 13:15:59,466 - optimization.inference - INFO - Number of candidates by RT in frame 1371: 296\n",
+ "2024-12-19 13:15:59,466 - optimization.inference - INFO - Scan time: 5.4095\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,467 - optimization.inference - INFO - Number of candidates by RT in frame 592: 229\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,480 - optimization.inference - INFO - Scan time: 5.4961\n",
+ "2024-12-19 13:15:59,481 - optimization.inference - INFO - Number of candidates by RT in frame 597: 230\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,482 - optimization.inference - INFO - Scan time: 18.8691\n",
+ "2024-12-19 13:15:59,483 - optimization.inference - INFO - Number of candidates by RT in frame 1376: 284\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,496 - optimization.inference - INFO - Scan time: 18.9548\n",
+ "2024-12-19 13:15:59,496 - optimization.inference - INFO - Scan time: 5.5827\n",
+ "2024-12-19 13:15:59,497 - optimization.inference - INFO - Number of candidates by RT in frame 602: 232\n",
+ "2024-12-19 13:15:59,498 - optimization.inference - INFO - Number of candidates by RT in frame 1381: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,512 - optimization.inference - INFO - Scan time: 5.6686\n",
+ "2024-12-19 13:15:59,513 - optimization.inference - INFO - Number of candidates by RT in frame 607: 246\n",
+ "2024-12-19 13:15:59,514 - optimization.inference - INFO - Scan time: 19.0404\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,515 - optimization.inference - INFO - Number of candidates by RT in frame 1386: 312\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,532 - optimization.inference - INFO - Scan time: 5.7547\n",
+ "2024-12-19 13:15:59,533 - optimization.inference - INFO - Number of candidates by RT in frame 612: 244\n",
+ "2024-12-19 13:15:59,534 - optimization.inference - INFO - Scan time: 19.1263\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,535 - optimization.inference - INFO - Number of candidates by RT in frame 1391: 311\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,547 - optimization.inference - INFO - Scan time: 5.8403\n",
+ "2024-12-19 13:15:59,548 - optimization.inference - INFO - Number of candidates by RT in frame 617: 243\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,554 - optimization.inference - INFO - Scan time: 19.2115\n",
+ "2024-12-19 13:15:59,555 - optimization.inference - INFO - Number of candidates by RT in frame 1396: 340\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,561 - optimization.inference - INFO - Scan time: 5.9266\n",
+ "2024-12-19 13:15:59,562 - optimization.inference - INFO - Number of candidates by RT in frame 622: 242\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,572 - optimization.inference - INFO - Scan time: 19.2976\n",
+ "2024-12-19 13:15:59,574 - optimization.inference - INFO - Number of candidates by RT in frame 1401: 304\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,575 - optimization.inference - INFO - Scan time: 6.0133\n",
+ "2024-12-19 13:15:59,576 - optimization.inference - INFO - Number of candidates by RT in frame 627: 234\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,591 - optimization.inference - INFO - Scan time: 19.3838\n",
+ "2024-12-19 13:15:59,591 - optimization.inference - INFO - Scan time: 6.0979\n",
+ "2024-12-19 13:15:59,592 - optimization.inference - INFO - Number of candidates by RT in frame 632: 246\n",
+ "2024-12-19 13:15:59,592 - optimization.inference - INFO - Number of candidates by RT in frame 1406: 300\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,604 - optimization.inference - INFO - Scan time: 6.184\n",
+ "2024-12-19 13:15:59,605 - optimization.inference - INFO - Number of candidates by RT in frame 637: 230\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,607 - optimization.inference - INFO - Scan time: 19.4701\n",
+ "2024-12-19 13:15:59,608 - optimization.inference - INFO - Number of candidates by RT in frame 1411: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,620 - optimization.inference - INFO - Scan time: 6.2708\n",
+ "2024-12-19 13:15:59,621 - optimization.inference - INFO - Number of candidates by RT in frame 642: 257\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,627 - optimization.inference - INFO - Scan time: 19.5565\n",
+ "2024-12-19 13:15:59,628 - optimization.inference - INFO - Number of candidates by RT in frame 1416: 285\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,633 - optimization.inference - INFO - Scan time: 6.3575\n",
+ "2024-12-19 13:15:59,634 - optimization.inference - INFO - Number of candidates by RT in frame 647: 249\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,643 - optimization.inference - INFO - Scan time: 19.6428\n",
+ "2024-12-19 13:15:59,644 - optimization.inference - INFO - Number of candidates by RT in frame 1421: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,649 - optimization.inference - INFO - Scan time: 6.4445\n",
+ "2024-12-19 13:15:59,650 - optimization.inference - INFO - Number of candidates by RT in frame 652: 245\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,660 - optimization.inference - INFO - Scan time: 19.7281\n",
+ "2024-12-19 13:15:59,661 - optimization.inference - INFO - Number of candidates by RT in frame 1426: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,666 - optimization.inference - INFO - Scan time: 6.5309\n",
+ "2024-12-19 13:15:59,667 - optimization.inference - INFO - Number of candidates by RT in frame 657: 242\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,678 - optimization.inference - INFO - Scan time: 19.8132\n",
+ "2024-12-19 13:15:59,680 - optimization.inference - INFO - Number of candidates by RT in frame 1431: 295\n",
+ "2024-12-19 13:15:59,680 - optimization.inference - INFO - Scan time: 6.6169\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,681 - optimization.inference - INFO - Number of candidates by RT in frame 662: 237\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,695 - optimization.inference - INFO - Scan time: 6.7021\n",
+ "2024-12-19 13:15:59,696 - optimization.inference - INFO - Number of candidates by RT in frame 667: 241\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,698 - optimization.inference - INFO - Scan time: 19.8984\n",
+ "2024-12-19 13:15:59,699 - optimization.inference - INFO - Number of candidates by RT in frame 1436: 312\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,707 - optimization.inference - INFO - Scan time: 6.7878\n",
+ "2024-12-19 13:15:59,708 - optimization.inference - INFO - Number of candidates by RT in frame 672: 242\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,717 - optimization.inference - INFO - Scan time: 19.9843\n",
+ "2024-12-19 13:15:59,719 - optimization.inference - INFO - Number of candidates by RT in frame 1441: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,723 - optimization.inference - INFO - Scan time: 6.8742\n",
+ "2024-12-19 13:15:59,724 - optimization.inference - INFO - Number of candidates by RT in frame 677: 247\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,736 - optimization.inference - INFO - Scan time: 20.0694\n",
+ "2024-12-19 13:15:59,737 - optimization.inference - INFO - Number of candidates by RT in frame 1446: 295\n",
+ "2024-12-19 13:15:59,737 - optimization.inference - INFO - Scan time: 6.9597\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,738 - optimization.inference - INFO - Number of candidates by RT in frame 682: 228\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,750 - optimization.inference - INFO - Scan time: 7.0465\n",
+ "2024-12-19 13:15:59,752 - optimization.inference - INFO - Number of candidates by RT in frame 687: 229\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,755 - optimization.inference - INFO - Scan time: 20.1555\n",
+ "2024-12-19 13:15:59,756 - optimization.inference - INFO - Number of candidates by RT in frame 1451: 302\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,770 - optimization.inference - INFO - Scan time: 7.132\n",
+ "2024-12-19 13:15:59,771 - optimization.inference - INFO - Number of candidates by RT in frame 692: 246\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,774 - optimization.inference - INFO - Scan time: 20.2416\n",
+ "2024-12-19 13:15:59,775 - optimization.inference - INFO - Number of candidates by RT in frame 1456: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,785 - optimization.inference - INFO - Scan time: 7.2164\n",
+ "2024-12-19 13:15:59,786 - optimization.inference - INFO - Number of candidates by RT in frame 697: 245\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,792 - optimization.inference - INFO - Scan time: 20.3264\n",
+ "2024-12-19 13:15:59,794 - optimization.inference - INFO - Number of candidates by RT in frame 1461: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,800 - optimization.inference - INFO - Scan time: 7.3022\n",
+ "2024-12-19 13:15:59,801 - optimization.inference - INFO - Number of candidates by RT in frame 702: 265\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,814 - optimization.inference - INFO - Scan time: 20.4117\n",
+ "2024-12-19 13:15:59,815 - optimization.inference - INFO - Number of candidates by RT in frame 1466: 317\n",
+ "2024-12-19 13:15:59,815 - optimization.inference - INFO - Scan time: 7.3874\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,816 - optimization.inference - INFO - Number of candidates by RT in frame 707: 276\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,829 - optimization.inference - INFO - Scan time: 7.4739\n",
+ "2024-12-19 13:15:59,830 - optimization.inference - INFO - Number of candidates by RT in frame 712: 251\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,834 - optimization.inference - INFO - Scan time: 20.4973\n",
+ "2024-12-19 13:15:59,835 - optimization.inference - INFO - Number of candidates by RT in frame 1471: 312\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,844 - optimization.inference - INFO - Scan time: 7.5602\n",
+ "2024-12-19 13:15:59,846 - optimization.inference - INFO - Number of candidates by RT in frame 717: 260\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,853 - optimization.inference - INFO - Scan time: 20.5837\n",
+ "2024-12-19 13:15:59,854 - optimization.inference - INFO - Number of candidates by RT in frame 1476: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,858 - optimization.inference - INFO - Scan time: 7.6459\n",
+ "2024-12-19 13:15:59,859 - optimization.inference - INFO - Number of candidates by RT in frame 722: 252\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,873 - optimization.inference - INFO - Scan time: 7.7317\n",
+ "2024-12-19 13:15:59,874 - optimization.inference - INFO - Number of candidates by RT in frame 727: 260\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,876 - optimization.inference - INFO - Scan time: 20.6684\n",
+ "2024-12-19 13:15:59,877 - optimization.inference - INFO - Number of candidates by RT in frame 1481: 297\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,888 - optimization.inference - INFO - Scan time: 7.8178\n",
+ "2024-12-19 13:15:59,889 - optimization.inference - INFO - Number of candidates by RT in frame 732: 275\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,892 - optimization.inference - INFO - Scan time: 20.7551\n",
+ "2024-12-19 13:15:59,893 - optimization.inference - INFO - Number of candidates by RT in frame 1486: 288\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,905 - optimization.inference - INFO - Scan time: 7.9033\n",
+ "2024-12-19 13:15:59,906 - optimization.inference - INFO - Number of candidates by RT in frame 737: 279\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,910 - optimization.inference - INFO - Scan time: 20.8411\n",
+ "2024-12-19 13:15:59,911 - optimization.inference - INFO - Number of candidates by RT in frame 1491: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,920 - optimization.inference - INFO - Scan time: 7.9885\n",
+ "2024-12-19 13:15:59,921 - optimization.inference - INFO - Number of candidates by RT in frame 742: 269\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,927 - optimization.inference - INFO - Scan time: 20.9263\n",
+ "2024-12-19 13:15:59,928 - optimization.inference - INFO - Number of candidates by RT in frame 1496: 304\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,936 - optimization.inference - INFO - Scan time: 8.0743\n",
+ "2024-12-19 13:15:59,937 - optimization.inference - INFO - Number of candidates by RT in frame 747: 256\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,949 - optimization.inference - INFO - Scan time: 21.0127\n",
+ "2024-12-19 13:15:59,950 - optimization.inference - INFO - Number of candidates by RT in frame 1501: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,954 - optimization.inference - INFO - Scan time: 8.1594\n",
+ "2024-12-19 13:15:59,955 - optimization.inference - INFO - Number of candidates by RT in frame 752: 254\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,968 - optimization.inference - INFO - Scan time: 21.098\n",
+ "2024-12-19 13:15:59,970 - optimization.inference - INFO - Number of candidates by RT in frame 1506: 281\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,982 - optimization.inference - INFO - Scan time: 8.2455\n",
+ "2024-12-19 13:15:59,983 - optimization.inference - INFO - Number of candidates by RT in frame 757: 251\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,990 - optimization.inference - INFO - Scan time: 21.1839\n",
+ "2024-12-19 13:15:59,991 - optimization.inference - INFO - Number of candidates by RT in frame 1511: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:15:59,997 - optimization.inference - INFO - Scan time: 8.3313\n",
+ "2024-12-19 13:15:59,998 - optimization.inference - INFO - Number of candidates by RT in frame 762: 247\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,011 - optimization.inference - INFO - Scan time: 21.2692\n",
+ "2024-12-19 13:16:00,012 - optimization.inference - INFO - Number of candidates by RT in frame 1516: 300\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,015 - optimization.inference - INFO - Scan time: 8.4168\n",
+ "2024-12-19 13:16:00,016 - optimization.inference - INFO - Number of candidates by RT in frame 767: 267\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,032 - optimization.inference - INFO - Scan time: 21.3558\n",
+ "2024-12-19 13:16:00,032 - optimization.inference - INFO - Scan time: 8.5022\n",
+ "2024-12-19 13:16:00,033 - optimization.inference - INFO - Number of candidates by RT in frame 1521: 302\n",
+ "2024-12-19 13:16:00,033 - optimization.inference - INFO - Number of candidates by RT in frame 772: 269\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,051 - optimization.inference - INFO - Scan time: 8.5876\n",
+ "2024-12-19 13:16:00,052 - optimization.inference - INFO - Scan time: 21.4407\n",
+ "2024-12-19 13:16:00,053 - optimization.inference - INFO - Number of candidates by RT in frame 777: 269\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,054 - optimization.inference - INFO - Number of candidates by RT in frame 1526: 299\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,070 - optimization.inference - INFO - Scan time: 8.6736\n",
+ "2024-12-19 13:16:00,071 - optimization.inference - INFO - Number of candidates by RT in frame 782: 270\n",
+ "2024-12-19 13:16:00,072 - optimization.inference - INFO - Scan time: 21.5252\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,073 - optimization.inference - INFO - Number of candidates by RT in frame 1531: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,087 - optimization.inference - INFO - Scan time: 21.6121\n",
+ "2024-12-19 13:16:00,089 - optimization.inference - INFO - Number of candidates by RT in frame 1536: 293\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,090 - optimization.inference - INFO - Scan time: 8.759\n",
+ "2024-12-19 13:16:00,091 - optimization.inference - INFO - Number of candidates by RT in frame 787: 273\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,107 - optimization.inference - INFO - Scan time: 21.6974\n",
+ "2024-12-19 13:16:00,108 - optimization.inference - INFO - Number of candidates by RT in frame 1541: 310\n",
+ "2024-12-19 13:16:00,109 - optimization.inference - INFO - Scan time: 8.8452\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,110 - optimization.inference - INFO - Number of candidates by RT in frame 792: 272\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,126 - optimization.inference - INFO - Scan time: 21.7826\n",
+ "2024-12-19 13:16:00,127 - optimization.inference - INFO - Number of candidates by RT in frame 1546: 322\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,129 - optimization.inference - INFO - Scan time: 8.9306\n",
+ "2024-12-19 13:16:00,130 - optimization.inference - INFO - Number of candidates by RT in frame 797: 279\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,147 - optimization.inference - INFO - Scan time: 21.8685\n",
+ "2024-12-19 13:16:00,148 - optimization.inference - INFO - Number of candidates by RT in frame 1551: 327\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,150 - optimization.inference - INFO - Scan time: 9.0152\n",
+ "2024-12-19 13:16:00,151 - optimization.inference - INFO - Number of candidates by RT in frame 802: 275\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,165 - optimization.inference - INFO - Scan time: 9.101\n",
+ "2024-12-19 13:16:00,166 - optimization.inference - INFO - Number of candidates by RT in frame 807: 279\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,170 - optimization.inference - INFO - Scan time: 21.9547\n",
+ "2024-12-19 13:16:00,171 - optimization.inference - INFO - Number of candidates by RT in frame 1556: 312\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,182 - optimization.inference - INFO - Scan time: 9.1871\n",
+ "2024-12-19 13:16:00,184 - optimization.inference - INFO - Number of candidates by RT in frame 812: 269\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,194 - optimization.inference - INFO - Scan time: 22.0405\n",
+ "2024-12-19 13:16:00,195 - optimization.inference - INFO - Number of candidates by RT in frame 1561: 313\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,200 - optimization.inference - INFO - Scan time: 9.2721\n",
+ "2024-12-19 13:16:00,201 - optimization.inference - INFO - Number of candidates by RT in frame 817: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,218 - optimization.inference - INFO - Scan time: 9.358\n",
+ "2024-12-19 13:16:00,219 - optimization.inference - INFO - Scan time: 22.1266\n",
+ "2024-12-19 13:16:00,220 - optimization.inference - INFO - Number of candidates by RT in frame 822: 298\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,221 - optimization.inference - INFO - Number of candidates by RT in frame 1566: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,238 - optimization.inference - INFO - Scan time: 9.4446\n",
+ "2024-12-19 13:16:00,239 - optimization.inference - INFO - Number of candidates by RT in frame 827: 294\n",
+ "2024-12-19 13:16:00,240 - optimization.inference - INFO - Scan time: 22.2114\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,241 - optimization.inference - INFO - Number of candidates by RT in frame 1571: 314\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,256 - optimization.inference - INFO - Scan time: 9.5302\n",
+ "2024-12-19 13:16:00,257 - optimization.inference - INFO - Number of candidates by RT in frame 832: 302\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,259 - optimization.inference - INFO - Scan time: 22.2967\n",
+ "2024-12-19 13:16:00,260 - optimization.inference - INFO - Number of candidates by RT in frame 1576: 309\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,273 - optimization.inference - INFO - Scan time: 9.6159\n",
+ "2024-12-19 13:16:00,274 - optimization.inference - INFO - Number of candidates by RT in frame 837: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,282 - optimization.inference - INFO - Scan time: 22.3827\n",
+ "2024-12-19 13:16:00,283 - optimization.inference - INFO - Number of candidates by RT in frame 1581: 317\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,289 - optimization.inference - INFO - Scan time: 9.7017\n",
+ "2024-12-19 13:16:00,290 - optimization.inference - INFO - Number of candidates by RT in frame 842: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,306 - optimization.inference - INFO - Scan time: 9.7878\n",
+ "2024-12-19 13:16:00,307 - optimization.inference - INFO - Number of candidates by RT in frame 847: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,312 - optimization.inference - INFO - Scan time: 22.4686\n",
+ "2024-12-19 13:16:00,313 - optimization.inference - INFO - Number of candidates by RT in frame 1586: 307\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,323 - optimization.inference - INFO - Scan time: 9.8733\n",
+ "2024-12-19 13:16:00,324 - optimization.inference - INFO - Number of candidates by RT in frame 852: 276\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,336 - optimization.inference - INFO - Scan time: 22.5547\n",
+ "2024-12-19 13:16:00,337 - optimization.inference - INFO - Number of candidates by RT in frame 1591: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,341 - optimization.inference - INFO - Scan time: 9.9583\n",
+ "2024-12-19 13:16:00,342 - optimization.inference - INFO - Number of candidates by RT in frame 857: 284\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,354 - optimization.inference - INFO - Scan time: 22.6393\n",
+ "2024-12-19 13:16:00,355 - optimization.inference - INFO - Number of candidates by RT in frame 1596: 268\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,357 - optimization.inference - INFO - Scan time: 10.0446\n",
+ "2024-12-19 13:16:00,358 - optimization.inference - INFO - Number of candidates by RT in frame 862: 282\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,372 - optimization.inference - INFO - Scan time: 22.7249\n",
+ "2024-12-19 13:16:00,372 - optimization.inference - INFO - Scan time: 10.1298\n",
+ "2024-12-19 13:16:00,373 - optimization.inference - INFO - Number of candidates by RT in frame 867: 268\n",
+ "2024-12-19 13:16:00,373 - optimization.inference - INFO - Number of candidates by RT in frame 1601: 261\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,387 - optimization.inference - INFO - Scan time: 10.2151\n",
+ "2024-12-19 13:16:00,388 - optimization.inference - INFO - Number of candidates by RT in frame 872: 263\n",
+ "2024-12-19 13:16:00,389 - optimization.inference - INFO - Scan time: 22.8103\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,390 - optimization.inference - INFO - Number of candidates by RT in frame 1606: 283\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,404 - optimization.inference - INFO - Scan time: 10.3006\n",
+ "2024-12-19 13:16:00,406 - optimization.inference - INFO - Number of candidates by RT in frame 877: 266\n",
+ "2024-12-19 13:16:00,406 - optimization.inference - INFO - Scan time: 22.8971\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,407 - optimization.inference - INFO - Number of candidates by RT in frame 1611: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,419 - optimization.inference - INFO - Scan time: 10.3857\n",
+ "2024-12-19 13:16:00,421 - optimization.inference - INFO - Number of candidates by RT in frame 882: 274\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,425 - optimization.inference - INFO - Scan time: 22.9835\n",
+ "2024-12-19 13:16:00,426 - optimization.inference - INFO - Number of candidates by RT in frame 1616: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,437 - optimization.inference - INFO - Scan time: 10.4713\n",
+ "2024-12-19 13:16:00,438 - optimization.inference - INFO - Number of candidates by RT in frame 887: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,442 - optimization.inference - INFO - Scan time: 23.0695\n",
+ "2024-12-19 13:16:00,443 - optimization.inference - INFO - Number of candidates by RT in frame 1621: 279\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,452 - optimization.inference - INFO - Scan time: 10.5576\n",
+ "2024-12-19 13:16:00,454 - optimization.inference - INFO - Number of candidates by RT in frame 892: 268\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,460 - optimization.inference - INFO - Scan time: 23.1551\n",
+ "2024-12-19 13:16:00,461 - optimization.inference - INFO - Number of candidates by RT in frame 1626: 279\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,468 - optimization.inference - INFO - Scan time: 10.6432\n",
+ "2024-12-19 13:16:00,470 - optimization.inference - INFO - Number of candidates by RT in frame 897: 267\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,476 - optimization.inference - INFO - Scan time: 23.2409\n",
+ "2024-12-19 13:16:00,477 - optimization.inference - INFO - Number of candidates by RT in frame 1631: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,486 - optimization.inference - INFO - Scan time: 10.7294\n",
+ "2024-12-19 13:16:00,487 - optimization.inference - INFO - Number of candidates by RT in frame 902: 279\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,496 - optimization.inference - INFO - Scan time: 23.3263\n",
+ "2024-12-19 13:16:00,497 - optimization.inference - INFO - Number of candidates by RT in frame 1636: 297\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,504 - optimization.inference - INFO - Scan time: 10.8163\n",
+ "2024-12-19 13:16:00,505 - optimization.inference - INFO - Number of candidates by RT in frame 907: 275\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,518 - optimization.inference - INFO - Scan time: 23.4119\n",
+ "2024-12-19 13:16:00,519 - optimization.inference - INFO - Number of candidates by RT in frame 1641: 291\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,521 - optimization.inference - INFO - Scan time: 10.9018\n",
+ "2024-12-19 13:16:00,522 - optimization.inference - INFO - Number of candidates by RT in frame 912: 300\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,538 - optimization.inference - INFO - Scan time: 10.9869\n",
+ "2024-12-19 13:16:00,539 - optimization.inference - INFO - Number of candidates by RT in frame 917: 283\n",
+ "2024-12-19 13:16:00,539 - optimization.inference - INFO - Scan time: 23.4969\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,540 - optimization.inference - INFO - Number of candidates by RT in frame 1646: 294\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,555 - optimization.inference - INFO - Scan time: 11.0732\n",
+ "2024-12-19 13:16:00,557 - optimization.inference - INFO - Number of candidates by RT in frame 922: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,558 - optimization.inference - INFO - Scan time: 23.5819\n",
+ "2024-12-19 13:16:00,559 - optimization.inference - INFO - Number of candidates by RT in frame 1651: 275\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,572 - optimization.inference - INFO - Scan time: 11.1592\n",
+ "2024-12-19 13:16:00,574 - optimization.inference - INFO - Number of candidates by RT in frame 927: 304\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,579 - optimization.inference - INFO - Scan time: 23.668\n",
+ "2024-12-19 13:16:00,580 - optimization.inference - INFO - Number of candidates by RT in frame 1656: 260\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,595 - optimization.inference - INFO - Scan time: 11.2448\n",
+ "2024-12-19 13:16:00,596 - optimization.inference - INFO - Number of candidates by RT in frame 932: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,598 - optimization.inference - INFO - Scan time: 23.7537\n",
+ "2024-12-19 13:16:00,599 - optimization.inference - INFO - Number of candidates by RT in frame 1661: 272\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,613 - optimization.inference - INFO - Scan time: 11.3318\n",
+ "2024-12-19 13:16:00,614 - optimization.inference - INFO - Number of candidates by RT in frame 937: 299\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,617 - optimization.inference - INFO - Scan time: 23.8401\n",
+ "2024-12-19 13:16:00,618 - optimization.inference - INFO - Number of candidates by RT in frame 1666: 245\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,631 - optimization.inference - INFO - Scan time: 11.418\n",
+ "2024-12-19 13:16:00,632 - optimization.inference - INFO - Number of candidates by RT in frame 942: 296\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,635 - optimization.inference - INFO - Scan time: 23.9254\n",
+ "2024-12-19 13:16:00,636 - optimization.inference - INFO - Number of candidates by RT in frame 1671: 258\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,646 - optimization.inference - INFO - Scan time: 11.5046\n",
+ "2024-12-19 13:16:00,648 - optimization.inference - INFO - Number of candidates by RT in frame 947: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,651 - optimization.inference - INFO - Scan time: 24.0107\n",
+ "2024-12-19 13:16:00,652 - optimization.inference - INFO - Number of candidates by RT in frame 1676: 262\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,665 - optimization.inference - INFO - Scan time: 11.5894\n",
+ "2024-12-19 13:16:00,666 - optimization.inference - INFO - Number of candidates by RT in frame 952: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,668 - optimization.inference - INFO - Scan time: 24.0964\n",
+ "2024-12-19 13:16:00,669 - optimization.inference - INFO - Number of candidates by RT in frame 1681: 240\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,681 - optimization.inference - INFO - Scan time: 11.6748\n",
+ "2024-12-19 13:16:00,683 - optimization.inference - INFO - Number of candidates by RT in frame 957: 291\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,685 - optimization.inference - INFO - Scan time: 24.1821\n",
+ "2024-12-19 13:16:00,686 - optimization.inference - INFO - Number of candidates by RT in frame 1686: 262\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,699 - optimization.inference - INFO - Scan time: 11.7612\n",
+ "2024-12-19 13:16:00,700 - optimization.inference - INFO - Number of candidates by RT in frame 962: 297\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,704 - optimization.inference - INFO - Scan time: 24.2679\n",
+ "2024-12-19 13:16:00,706 - optimization.inference - INFO - Number of candidates by RT in frame 1691: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,714 - optimization.inference - INFO - Scan time: 11.8464\n",
+ "2024-12-19 13:16:00,715 - optimization.inference - INFO - Number of candidates by RT in frame 967: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,726 - optimization.inference - INFO - Scan time: 24.3539\n",
+ "2024-12-19 13:16:00,727 - optimization.inference - INFO - Number of candidates by RT in frame 1696: 259\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,733 - optimization.inference - INFO - Scan time: 11.9324\n",
+ "2024-12-19 13:16:00,734 - optimization.inference - INFO - Number of candidates by RT in frame 972: 313\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,745 - optimization.inference - INFO - Scan time: 24.4393\n",
+ "2024-12-19 13:16:00,746 - optimization.inference - INFO - Number of candidates by RT in frame 1701: 243\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,749 - optimization.inference - INFO - Scan time: 12.0184\n",
+ "2024-12-19 13:16:00,750 - optimization.inference - INFO - Number of candidates by RT in frame 977: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,764 - optimization.inference - INFO - Scan time: 24.5255\n",
+ "2024-12-19 13:16:00,765 - optimization.inference - INFO - Number of candidates by RT in frame 1706: 260\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,770 - optimization.inference - INFO - Scan time: 12.1054\n",
+ "2024-12-19 13:16:00,771 - optimization.inference - INFO - Number of candidates by RT in frame 982: 307\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,782 - optimization.inference - INFO - Scan time: 24.6121\n",
+ "2024-12-19 13:16:00,783 - optimization.inference - INFO - Number of candidates by RT in frame 1711: 274\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,788 - optimization.inference - INFO - Scan time: 12.1917\n",
+ "2024-12-19 13:16:00,789 - optimization.inference - INFO - Number of candidates by RT in frame 987: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,800 - optimization.inference - INFO - Scan time: 24.6978\n",
+ "2024-12-19 13:16:00,802 - optimization.inference - INFO - Number of candidates by RT in frame 1716: 272\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,808 - optimization.inference - INFO - Scan time: 12.2768\n",
+ "2024-12-19 13:16:00,809 - optimization.inference - INFO - Number of candidates by RT in frame 992: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,818 - optimization.inference - INFO - Scan time: 24.7835\n",
+ "2024-12-19 13:16:00,820 - optimization.inference - INFO - Number of candidates by RT in frame 1721: 279\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,828 - optimization.inference - INFO - Scan time: 12.3615\n",
+ "2024-12-19 13:16:00,829 - optimization.inference - INFO - Number of candidates by RT in frame 997: 320\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,840 - optimization.inference - INFO - Scan time: 24.8685\n",
+ "2024-12-19 13:16:00,841 - optimization.inference - INFO - Number of candidates by RT in frame 1726: 272\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,858 - optimization.inference - INFO - Scan time: 12.4471\n",
+ "2024-12-19 13:16:00,859 - optimization.inference - INFO - Number of candidates by RT in frame 1002: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,860 - optimization.inference - INFO - Scan time: 24.9535\n",
+ "2024-12-19 13:16:00,861 - optimization.inference - INFO - Number of candidates by RT in frame 1731: 273\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,876 - optimization.inference - INFO - Scan time: 12.5332\n",
+ "2024-12-19 13:16:00,877 - optimization.inference - INFO - Scan time: 25.0385\n",
+ "2024-12-19 13:16:00,878 - optimization.inference - INFO - Number of candidates by RT in frame 1007: 293\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,878 - optimization.inference - INFO - Number of candidates by RT in frame 1736: 265\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,895 - optimization.inference - INFO - Scan time: 25.1242\n",
+ "2024-12-19 13:16:00,895 - optimization.inference - INFO - Scan time: 12.619\n",
+ "2024-12-19 13:16:00,896 - optimization.inference - INFO - Number of candidates by RT in frame 1012: 307\n",
+ "2024-12-19 13:16:00,896 - optimization.inference - INFO - Number of candidates by RT in frame 1741: 271\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,914 - optimization.inference - INFO - Scan time: 12.7045\n",
+ "2024-12-19 13:16:00,915 - optimization.inference - INFO - Number of candidates by RT in frame 1017: 298\n",
+ "2024-12-19 13:16:00,915 - optimization.inference - INFO - Scan time: 25.21\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,916 - optimization.inference - INFO - Number of candidates by RT in frame 1746: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,932 - optimization.inference - INFO - Scan time: 12.7899\n",
+ "2024-12-19 13:16:00,933 - optimization.inference - INFO - Number of candidates by RT in frame 1022: 318\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,937 - optimization.inference - INFO - Scan time: 25.2969\n",
+ "2024-12-19 13:16:00,938 - optimization.inference - INFO - Number of candidates by RT in frame 1751: 288\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,953 - optimization.inference - INFO - Scan time: 12.8762\n",
+ "2024-12-19 13:16:00,954 - optimization.inference - INFO - Number of candidates by RT in frame 1027: 335\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,957 - optimization.inference - INFO - Scan time: 25.3828\n",
+ "2024-12-19 13:16:00,958 - optimization.inference - INFO - Number of candidates by RT in frame 1756: 265\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,973 - optimization.inference - INFO - Scan time: 12.9623\n",
+ "2024-12-19 13:16:00,974 - optimization.inference - INFO - Number of candidates by RT in frame 1032: 325\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,979 - optimization.inference - INFO - Scan time: 25.4687\n",
+ "2024-12-19 13:16:00,980 - optimization.inference - INFO - Number of candidates by RT in frame 1761: 283\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:00,996 - optimization.inference - INFO - Scan time: 13.0477\n",
+ "2024-12-19 13:16:00,998 - optimization.inference - INFO - Number of candidates by RT in frame 1037: 323\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,000 - optimization.inference - INFO - Scan time: 25.5539\n",
+ "2024-12-19 13:16:01,001 - optimization.inference - INFO - Number of candidates by RT in frame 1766: 271\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,017 - optimization.inference - INFO - Scan time: 13.1337\n",
+ "2024-12-19 13:16:01,018 - optimization.inference - INFO - Number of candidates by RT in frame 1042: 321\n",
+ "2024-12-19 13:16:01,019 - optimization.inference - INFO - Scan time: 25.6399\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,020 - optimization.inference - INFO - Number of candidates by RT in frame 1771: 278\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,032 - optimization.inference - INFO - Scan time: 13.2198\n",
+ "2024-12-19 13:16:01,033 - optimization.inference - INFO - Number of candidates by RT in frame 1047: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,043 - optimization.inference - INFO - Scan time: 25.7256\n",
+ "2024-12-19 13:16:01,044 - optimization.inference - INFO - Number of candidates by RT in frame 1776: 298\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,050 - optimization.inference - INFO - Scan time: 13.3067\n",
+ "2024-12-19 13:16:01,051 - optimization.inference - INFO - Number of candidates by RT in frame 1052: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,066 - optimization.inference - INFO - Scan time: 25.812\n",
+ "2024-12-19 13:16:01,066 - optimization.inference - INFO - Scan time: 13.3928\n",
+ "2024-12-19 13:16:01,067 - optimization.inference - INFO - Number of candidates by RT in frame 1781: 279\n",
+ "2024-12-19 13:16:01,067 - optimization.inference - INFO - Number of candidates by RT in frame 1057: 277\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,080 - optimization.inference - INFO - Scan time: 13.4796\n",
+ "2024-12-19 13:16:01,082 - optimization.inference - INFO - Number of candidates by RT in frame 1062: 285\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,085 - optimization.inference - INFO - Scan time: 25.8976\n",
+ "2024-12-19 13:16:01,086 - optimization.inference - INFO - Number of candidates by RT in frame 1786: 277\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,098 - optimization.inference - INFO - Scan time: 13.5651\n",
+ "2024-12-19 13:16:01,099 - optimization.inference - INFO - Number of candidates by RT in frame 1067: 288\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,102 - optimization.inference - INFO - Scan time: 25.9838\n",
+ "2024-12-19 13:16:01,103 - optimization.inference - INFO - Number of candidates by RT in frame 1791: 270\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,117 - optimization.inference - INFO - Scan time: 13.6514\n",
+ "2024-12-19 13:16:01,118 - optimization.inference - INFO - Number of candidates by RT in frame 1072: 308\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,122 - optimization.inference - INFO - Scan time: 26.0704\n",
+ "2024-12-19 13:16:01,123 - optimization.inference - INFO - Number of candidates by RT in frame 1796: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,137 - optimization.inference - INFO - Scan time: 13.7376\n",
+ "2024-12-19 13:16:01,138 - optimization.inference - INFO - Number of candidates by RT in frame 1077: 328\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,143 - optimization.inference - INFO - Scan time: 26.1567\n",
+ "2024-12-19 13:16:01,144 - optimization.inference - INFO - Number of candidates by RT in frame 1801: 298\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,154 - optimization.inference - INFO - Scan time: 13.8239\n",
+ "2024-12-19 13:16:01,155 - optimization.inference - INFO - Number of candidates by RT in frame 1082: 319\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,166 - optimization.inference - INFO - Scan time: 26.2425\n",
+ "2024-12-19 13:16:01,167 - optimization.inference - INFO - Number of candidates by RT in frame 1806: 298\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,175 - optimization.inference - INFO - Scan time: 13.9094\n",
+ "2024-12-19 13:16:01,176 - optimization.inference - INFO - Number of candidates by RT in frame 1087: 312\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,188 - optimization.inference - INFO - Scan time: 26.3288\n",
+ "2024-12-19 13:16:01,189 - optimization.inference - INFO - Number of candidates by RT in frame 1811: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,195 - optimization.inference - INFO - Scan time: 13.9945\n",
+ "2024-12-19 13:16:01,196 - optimization.inference - INFO - Number of candidates by RT in frame 1092: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,212 - optimization.inference - INFO - Scan time: 26.4146\n",
+ "2024-12-19 13:16:01,213 - optimization.inference - INFO - Number of candidates by RT in frame 1816: 312\n",
+ "2024-12-19 13:16:01,213 - optimization.inference - INFO - Scan time: 14.0808\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,214 - optimization.inference - INFO - Number of candidates by RT in frame 1097: 291\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,228 - optimization.inference - INFO - Scan time: 14.1667\n",
+ "2024-12-19 13:16:01,229 - optimization.inference - INFO - Number of candidates by RT in frame 1102: 291\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,234 - optimization.inference - INFO - Scan time: 26.5003\n",
+ "2024-12-19 13:16:01,236 - optimization.inference - INFO - Number of candidates by RT in frame 1821: 312\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,246 - optimization.inference - INFO - Scan time: 14.2526\n",
+ "2024-12-19 13:16:01,247 - optimization.inference - INFO - Number of candidates by RT in frame 1107: 271\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,257 - optimization.inference - INFO - Scan time: 26.5856\n",
+ "2024-12-19 13:16:01,259 - optimization.inference - INFO - Number of candidates by RT in frame 1826: 288\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,263 - optimization.inference - INFO - Scan time: 14.3382\n",
+ "2024-12-19 13:16:01,264 - optimization.inference - INFO - Number of candidates by RT in frame 1112: 307\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,280 - optimization.inference - INFO - Scan time: 26.6718\n",
+ "2024-12-19 13:16:01,281 - optimization.inference - INFO - Number of candidates by RT in frame 1831: 260\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,282 - optimization.inference - INFO - Scan time: 14.4242\n",
+ "2024-12-19 13:16:01,283 - optimization.inference - INFO - Number of candidates by RT in frame 1117: 311\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,300 - optimization.inference - INFO - Scan time: 14.5098\n",
+ "2024-12-19 13:16:01,300 - optimization.inference - INFO - Scan time: 26.7578\n",
+ "2024-12-19 13:16:01,301 - optimization.inference - INFO - Number of candidates by RT in frame 1122: 298\n",
+ "2024-12-19 13:16:01,301 - optimization.inference - INFO - Number of candidates by RT in frame 1836: 267\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,318 - optimization.inference - INFO - Scan time: 26.8435\n",
+ "2024-12-19 13:16:01,319 - optimization.inference - INFO - Number of candidates by RT in frame 1841: 262\n",
+ "2024-12-19 13:16:01,319 - optimization.inference - INFO - Scan time: 14.595\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,320 - optimization.inference - INFO - Number of candidates by RT in frame 1127: 329\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,336 - optimization.inference - INFO - Scan time: 26.9293\n",
+ "2024-12-19 13:16:01,337 - optimization.inference - INFO - Number of candidates by RT in frame 1846: 273\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,338 - optimization.inference - INFO - Scan time: 14.6812\n",
+ "2024-12-19 13:16:01,339 - optimization.inference - INFO - Number of candidates by RT in frame 1132: 334\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,356 - optimization.inference - INFO - Scan time: 27.0155\n",
+ "2024-12-19 13:16:01,358 - optimization.inference - INFO - Number of candidates by RT in frame 1851: 279\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,359 - optimization.inference - INFO - Scan time: 14.767\n",
+ "2024-12-19 13:16:01,360 - optimization.inference - INFO - Number of candidates by RT in frame 1137: 327\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,376 - optimization.inference - INFO - Scan time: 27.1014\n",
+ "2024-12-19 13:16:01,377 - optimization.inference - INFO - Number of candidates by RT in frame 1856: 291\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,378 - optimization.inference - INFO - Scan time: 14.8527\n",
+ "2024-12-19 13:16:01,379 - optimization.inference - INFO - Number of candidates by RT in frame 1142: 322\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,399 - optimization.inference - INFO - Scan time: 27.1864\n",
+ "2024-12-19 13:16:01,400 - optimization.inference - INFO - Scan time: 14.9379\n",
+ "2024-12-19 13:16:01,400 - optimization.inference - INFO - Number of candidates by RT in frame 1861: 298\n",
+ "2024-12-19 13:16:01,401 - optimization.inference - INFO - Number of candidates by RT in frame 1147: 329\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,420 - optimization.inference - INFO - Scan time: 15.0243\n",
+ "2024-12-19 13:16:01,421 - optimization.inference - INFO - Scan time: 27.272\n",
+ "2024-12-19 13:16:01,421 - optimization.inference - INFO - Number of candidates by RT in frame 1152: 320\n",
+ "2024-12-19 13:16:01,422 - optimization.inference - INFO - Number of candidates by RT in frame 1866: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,440 - optimization.inference - INFO - Scan time: 27.3574\n",
+ "2024-12-19 13:16:01,440 - optimization.inference - INFO - Scan time: 15.1095\n",
+ "2024-12-19 13:16:01,441 - optimization.inference - INFO - Number of candidates by RT in frame 1871: 270\n",
+ "2024-12-19 13:16:01,441 - optimization.inference - INFO - Number of candidates by RT in frame 1157: 311\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,456 - optimization.inference - INFO - Scan time: 15.1965\n",
+ "2024-12-19 13:16:01,457 - optimization.inference - INFO - Number of candidates by RT in frame 1162: 329\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,461 - optimization.inference - INFO - Scan time: 27.4452\n",
+ "2024-12-19 13:16:01,462 - optimization.inference - INFO - Number of candidates by RT in frame 1876: 260\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,474 - optimization.inference - INFO - Scan time: 15.2818\n",
+ "2024-12-19 13:16:01,475 - optimization.inference - INFO - Number of candidates by RT in frame 1167: 328\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,478 - optimization.inference - INFO - Scan time: 27.5303\n",
+ "2024-12-19 13:16:01,479 - optimization.inference - INFO - Number of candidates by RT in frame 1881: 251\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,493 - optimization.inference - INFO - Scan time: 15.368\n",
+ "2024-12-19 13:16:01,494 - optimization.inference - INFO - Number of candidates by RT in frame 1172: 331\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,496 - optimization.inference - INFO - Scan time: 27.6168\n",
+ "2024-12-19 13:16:01,497 - optimization.inference - INFO - Number of candidates by RT in frame 1886: 254\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,514 - optimization.inference - INFO - Scan time: 15.4534\n",
+ "2024-12-19 13:16:01,516 - optimization.inference - INFO - Number of candidates by RT in frame 1177: 334\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,517 - optimization.inference - INFO - Scan time: 27.7029\n",
+ "2024-12-19 13:16:01,518 - optimization.inference - INFO - Number of candidates by RT in frame 1891: 270\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,536 - optimization.inference - INFO - Scan time: 15.5396\n",
+ "2024-12-19 13:16:01,537 - optimization.inference - INFO - Scan time: 27.7899\n",
+ "2024-12-19 13:16:01,538 - optimization.inference - INFO - Number of candidates by RT in frame 1182: 336\n",
+ "2024-12-19 13:16:01,538 - optimization.inference - INFO - Number of candidates by RT in frame 1896: 268\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,558 - optimization.inference - INFO - Scan time: 15.6258\n",
+ "2024-12-19 13:16:01,559 - optimization.inference - INFO - Scan time: 27.875\n",
+ "2024-12-19 13:16:01,559 - optimization.inference - INFO - Number of candidates by RT in frame 1187: 342\n",
+ "2024-12-19 13:16:01,560 - optimization.inference - INFO - Number of candidates by RT in frame 1901: 253\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,580 - optimization.inference - INFO - Scan time: 27.9605\n",
+ "2024-12-19 13:16:01,581 - optimization.inference - INFO - Scan time: 15.7108\n",
+ "2024-12-19 13:16:01,581 - optimization.inference - INFO - Number of candidates by RT in frame 1906: 260\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,583 - optimization.inference - INFO - Number of candidates by RT in frame 1192: 332\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,602 - optimization.inference - INFO - Scan time: 28.0458\n",
+ "2024-12-19 13:16:01,603 - optimization.inference - INFO - Scan time: 15.7972\n",
+ "2024-12-19 13:16:01,603 - optimization.inference - INFO - Number of candidates by RT in frame 1911: 257\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,605 - optimization.inference - INFO - Number of candidates by RT in frame 1197: 325\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,623 - optimization.inference - INFO - Scan time: 28.1315\n",
+ "2024-12-19 13:16:01,623 - optimization.inference - INFO - Scan time: 15.8823\n",
+ "2024-12-19 13:16:01,624 - optimization.inference - INFO - Number of candidates by RT in frame 1916: 258\n",
+ "2024-12-19 13:16:01,624 - optimization.inference - INFO - Number of candidates by RT in frame 1202: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,644 - optimization.inference - INFO - Scan time: 15.968\n",
+ "2024-12-19 13:16:01,644 - optimization.inference - INFO - Scan time: 28.2172\n",
+ "2024-12-19 13:16:01,645 - optimization.inference - INFO - Number of candidates by RT in frame 1207: 305\n",
+ "2024-12-19 13:16:01,645 - optimization.inference - INFO - Number of candidates by RT in frame 1921: 247\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,664 - optimization.inference - INFO - Scan time: 16.053\n",
+ "2024-12-19 13:16:01,665 - optimization.inference - INFO - Scan time: 28.3022\n",
+ "2024-12-19 13:16:01,665 - optimization.inference - INFO - Number of candidates by RT in frame 1212: 307\n",
+ "2024-12-19 13:16:01,666 - optimization.inference - INFO - Number of candidates by RT in frame 1926: 246\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,680 - optimization.inference - INFO - Scan time: 28.3877\n",
+ "2024-12-19 13:16:01,681 - optimization.inference - INFO - Number of candidates by RT in frame 1931: 243\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,683 - optimization.inference - INFO - Scan time: 16.1386\n",
+ "2024-12-19 13:16:01,684 - optimization.inference - INFO - Number of candidates by RT in frame 1217: 297\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,697 - optimization.inference - INFO - Scan time: 28.4731\n",
+ "2024-12-19 13:16:01,698 - optimization.inference - INFO - Number of candidates by RT in frame 1936: 236\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,703 - optimization.inference - INFO - Scan time: 16.2256\n",
+ "2024-12-19 13:16:01,704 - optimization.inference - INFO - Number of candidates by RT in frame 1222: 320\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,714 - optimization.inference - INFO - Scan time: 28.559\n",
+ "2024-12-19 13:16:01,715 - optimization.inference - INFO - Number of candidates by RT in frame 1941: 235\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,724 - optimization.inference - INFO - Scan time: 16.3106\n",
+ "2024-12-19 13:16:01,725 - optimization.inference - INFO - Number of candidates by RT in frame 1227: 318\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,731 - optimization.inference - INFO - Scan time: 28.644\n",
+ "2024-12-19 13:16:01,732 - optimization.inference - INFO - Number of candidates by RT in frame 1946: 222\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,744 - optimization.inference - INFO - Scan time: 16.3962\n",
+ "2024-12-19 13:16:01,745 - optimization.inference - INFO - Number of candidates by RT in frame 1232: 319\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,749 - optimization.inference - INFO - Scan time: 28.7292\n",
+ "2024-12-19 13:16:01,750 - optimization.inference - INFO - Number of candidates by RT in frame 1951: 217\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,767 - optimization.inference - INFO - Scan time: 16.4823\n",
+ "2024-12-19 13:16:01,767 - optimization.inference - INFO - Scan time: 28.8148\n",
+ "2024-12-19 13:16:01,768 - optimization.inference - INFO - Number of candidates by RT in frame 1237: 332\n",
+ "2024-12-19 13:16:01,768 - optimization.inference - INFO - Number of candidates by RT in frame 1956: 204\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,783 - optimization.inference - INFO - Scan time: 16.568\n",
+ "2024-12-19 13:16:01,784 - optimization.inference - INFO - Number of candidates by RT in frame 1242: 310\n",
+ "2024-12-19 13:16:01,784 - optimization.inference - INFO - Scan time: 28.9006\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,786 - optimization.inference - INFO - Number of candidates by RT in frame 1961: 206\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,802 - optimization.inference - INFO - Scan time: 28.9864\n",
+ "2024-12-19 13:16:01,803 - optimization.inference - INFO - Number of candidates by RT in frame 1966: 191\n",
+ "2024-12-19 13:16:01,804 - optimization.inference - INFO - Scan time: 16.6536\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,805 - optimization.inference - INFO - Number of candidates by RT in frame 1247: 315\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,819 - optimization.inference - INFO - Scan time: 29.0726\n",
+ "2024-12-19 13:16:01,820 - optimization.inference - INFO - Number of candidates by RT in frame 1971: 204\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,823 - optimization.inference - INFO - Scan time: 16.7399\n",
+ "2024-12-19 13:16:01,824 - optimization.inference - INFO - Number of candidates by RT in frame 1252: 312\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,834 - optimization.inference - INFO - Scan time: 29.158\n",
+ "2024-12-19 13:16:01,835 - optimization.inference - INFO - Number of candidates by RT in frame 1976: 217\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,840 - optimization.inference - INFO - Scan time: 16.8255\n",
+ "2024-12-19 13:16:01,841 - optimization.inference - INFO - Number of candidates by RT in frame 1257: 326\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,850 - optimization.inference - INFO - Scan time: 29.2429\n",
+ "2024-12-19 13:16:01,851 - optimization.inference - INFO - Number of candidates by RT in frame 1981: 204\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,861 - optimization.inference - INFO - Scan time: 16.9103\n",
+ "2024-12-19 13:16:01,862 - optimization.inference - INFO - Number of candidates by RT in frame 1262: 326\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,866 - optimization.inference - INFO - Scan time: 29.3284\n",
+ "2024-12-19 13:16:01,867 - optimization.inference - INFO - Number of candidates by RT in frame 1986: 217\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,883 - optimization.inference - INFO - Scan time: 29.4141\n",
+ "2024-12-19 13:16:01,883 - optimization.inference - INFO - Scan time: 16.996\n",
+ "2024-12-19 13:16:01,884 - optimization.inference - INFO - Number of candidates by RT in frame 1991: 199\n",
+ "2024-12-19 13:16:01,884 - optimization.inference - INFO - Number of candidates by RT in frame 1267: 337\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,901 - optimization.inference - INFO - Scan time: 29.5004\n",
+ "2024-12-19 13:16:01,902 - optimization.inference - INFO - Number of candidates by RT in frame 1996: 207\n",
+ "2024-12-19 13:16:01,902 - optimization.inference - INFO - Scan time: 17.0822\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,903 - optimization.inference - INFO - Number of candidates by RT in frame 1272: 324\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,920 - optimization.inference - INFO - Scan time: 29.5859\n",
+ "2024-12-19 13:16:01,921 - optimization.inference - INFO - Number of candidates by RT in frame 2001: 217\n",
+ "2024-12-19 13:16:01,921 - optimization.inference - INFO - Scan time: 17.1688\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,922 - optimization.inference - INFO - Number of candidates by RT in frame 1277: 317\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,937 - optimization.inference - INFO - Scan time: 29.6719\n",
+ "2024-12-19 13:16:01,938 - optimization.inference - INFO - Number of candidates by RT in frame 2006: 196\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,939 - optimization.inference - INFO - Scan time: 17.2547\n",
+ "2024-12-19 13:16:01,940 - optimization.inference - INFO - Number of candidates by RT in frame 1282: 316\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,953 - optimization.inference - INFO - Scan time: 29.7576\n",
+ "2024-12-19 13:16:01,955 - optimization.inference - INFO - Number of candidates by RT in frame 2011: 203\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,958 - optimization.inference - INFO - Scan time: 17.3409\n",
+ "2024-12-19 13:16:01,959 - optimization.inference - INFO - Number of candidates by RT in frame 1287: 334\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,969 - optimization.inference - INFO - Scan time: 29.8429\n",
+ "2024-12-19 13:16:01,970 - optimization.inference - INFO - Number of candidates by RT in frame 2016: 198\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,983 - optimization.inference - INFO - Scan time: 29.9291\n",
+ "2024-12-19 13:16:01,985 - optimization.inference - INFO - Number of candidates by RT in frame 2021: 207\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:01,988 - optimization.inference - INFO - Scan time: 17.4272\n",
+ "2024-12-19 13:16:01,989 - optimization.inference - INFO - Number of candidates by RT in frame 1292: 323\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,002 - optimization.inference - INFO - Scan time: 30.0151\n",
+ "2024-12-19 13:16:02,003 - optimization.inference - INFO - Number of candidates by RT in frame 2026: 196\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,013 - optimization.inference - INFO - Scan time: 17.5131\n",
+ "2024-12-19 13:16:02,014 - optimization.inference - INFO - Number of candidates by RT in frame 1297: 345\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,022 - optimization.inference - INFO - Scan time: 30.1014\n",
+ "2024-12-19 13:16:02,023 - optimization.inference - INFO - Number of candidates by RT in frame 2031: 199\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,034 - optimization.inference - INFO - Scan time: 17.5998\n",
+ "2024-12-19 13:16:02,035 - optimization.inference - INFO - Number of candidates by RT in frame 1302: 335\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,038 - optimization.inference - INFO - Scan time: 30.1874\n",
+ "2024-12-19 13:16:02,039 - optimization.inference - INFO - Number of candidates by RT in frame 2036: 172\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,052 - optimization.inference - INFO - Scan time: 17.6852\n",
+ "2024-12-19 13:16:02,052 - optimization.inference - INFO - Scan time: 30.2725\n",
+ "2024-12-19 13:16:02,053 - optimization.inference - INFO - Number of candidates by RT in frame 1307: 310\n",
+ "2024-12-19 13:16:02,053 - optimization.inference - INFO - Number of candidates by RT in frame 2041: 177\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,066 - optimization.inference - INFO - Scan time: 30.3589\n",
+ "2024-12-19 13:16:02,067 - optimization.inference - INFO - Number of candidates by RT in frame 2046: 187\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,073 - optimization.inference - INFO - Scan time: 17.7712\n",
+ "2024-12-19 13:16:02,074 - optimization.inference - INFO - Number of candidates by RT in frame 1312: 338\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,083 - optimization.inference - INFO - Scan time: 30.445\n",
+ "2024-12-19 13:16:02,084 - optimization.inference - INFO - Number of candidates by RT in frame 2051: 209\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,092 - optimization.inference - INFO - Scan time: 17.8567\n",
+ "2024-12-19 13:16:02,093 - optimization.inference - INFO - Number of candidates by RT in frame 1317: 321\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,099 - optimization.inference - INFO - Scan time: 30.5312\n",
+ "2024-12-19 13:16:02,100 - optimization.inference - INFO - Number of candidates by RT in frame 2056: 233\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,114 - optimization.inference - INFO - Scan time: 17.9428\n",
+ "2024-12-19 13:16:02,115 - optimization.inference - INFO - Number of candidates by RT in frame 1322: 319\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,116 - optimization.inference - INFO - Scan time: 30.6168\n",
+ "2024-12-19 13:16:02,117 - optimization.inference - INFO - Number of candidates by RT in frame 2061: 226\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,130 - optimization.inference - INFO - Scan time: 30.7018\n",
+ "2024-12-19 13:16:02,131 - optimization.inference - INFO - Number of candidates by RT in frame 2066: 215\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,134 - optimization.inference - INFO - Scan time: 18.0283\n",
+ "2024-12-19 13:16:02,135 - optimization.inference - INFO - Number of candidates by RT in frame 1327: 326\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,148 - optimization.inference - INFO - Scan time: 30.7871\n",
+ "2024-12-19 13:16:02,149 - optimization.inference - INFO - Number of candidates by RT in frame 2071: 204\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,153 - optimization.inference - INFO - Scan time: 18.1139\n",
+ "2024-12-19 13:16:02,154 - optimization.inference - INFO - Number of candidates by RT in frame 1332: 320\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,168 - optimization.inference - INFO - Scan time: 30.8734\n",
+ "2024-12-19 13:16:02,169 - optimization.inference - INFO - Number of candidates by RT in frame 2076: 196\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,173 - optimization.inference - INFO - Scan time: 18.2002\n",
+ "2024-12-19 13:16:02,174 - optimization.inference - INFO - Number of candidates by RT in frame 1337: 333\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,188 - optimization.inference - INFO - Scan time: 30.9587\n",
+ "2024-12-19 13:16:02,189 - optimization.inference - INFO - Number of candidates by RT in frame 2081: 199\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,194 - optimization.inference - INFO - Scan time: 18.2861\n",
+ "2024-12-19 13:16:02,195 - optimization.inference - INFO - Number of candidates by RT in frame 1342: 344\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,206 - optimization.inference - INFO - Scan time: 31.0444\n",
+ "2024-12-19 13:16:02,207 - optimization.inference - INFO - Number of candidates by RT in frame 2086: 192\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,217 - optimization.inference - INFO - Scan time: 18.371\n",
+ "2024-12-19 13:16:02,218 - optimization.inference - INFO - Number of candidates by RT in frame 1347: 346\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,222 - optimization.inference - INFO - Scan time: 31.1301\n",
+ "2024-12-19 13:16:02,223 - optimization.inference - INFO - Number of candidates by RT in frame 2091: 208\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,236 - optimization.inference - INFO - Scan time: 18.4575\n",
+ "2024-12-19 13:16:02,237 - optimization.inference - INFO - Number of candidates by RT in frame 1352: 310\n",
+ "2024-12-19 13:16:02,238 - optimization.inference - INFO - Scan time: 31.2156\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,239 - optimization.inference - INFO - Number of candidates by RT in frame 2096: 209\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,256 - optimization.inference - INFO - Scan time: 18.543\n",
+ "2024-12-19 13:16:02,258 - optimization.inference - INFO - Number of candidates by RT in frame 1357: 321\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,258 - optimization.inference - INFO - Scan time: 31.3015\n",
+ "2024-12-19 13:16:02,259 - optimization.inference - INFO - Number of candidates by RT in frame 2101: 206\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,276 - optimization.inference - INFO - Scan time: 31.3875\n",
+ "2024-12-19 13:16:02,277 - optimization.inference - INFO - Number of candidates by RT in frame 2106: 205\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,278 - optimization.inference - INFO - Scan time: 18.6283\n",
+ "2024-12-19 13:16:02,279 - optimization.inference - INFO - Number of candidates by RT in frame 1362: 340\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,292 - optimization.inference - INFO - Scan time: 31.4733\n",
+ "2024-12-19 13:16:02,293 - optimization.inference - INFO - Number of candidates by RT in frame 2111: 196\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,301 - optimization.inference - INFO - Scan time: 18.7142\n",
+ "2024-12-19 13:16:02,302 - optimization.inference - INFO - Number of candidates by RT in frame 1367: 321\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,312 - optimization.inference - INFO - Scan time: 31.5589\n",
+ "2024-12-19 13:16:02,313 - optimization.inference - INFO - Number of candidates by RT in frame 2116: 182\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,321 - optimization.inference - INFO - Scan time: 18.8002\n",
+ "2024-12-19 13:16:02,322 - optimization.inference - INFO - Number of candidates by RT in frame 1372: 296\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,329 - optimization.inference - INFO - Scan time: 31.6445\n",
+ "2024-12-19 13:16:02,330 - optimization.inference - INFO - Number of candidates by RT in frame 2121: 149\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,338 - optimization.inference - INFO - Scan time: 18.8862\n",
+ "2024-12-19 13:16:02,339 - optimization.inference - INFO - Number of candidates by RT in frame 1377: 285\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,343 - optimization.inference - INFO - Scan time: 31.7303\n",
+ "2024-12-19 13:16:02,344 - optimization.inference - INFO - Number of candidates by RT in frame 2126: 128\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,352 - optimization.inference - INFO - Scan time: 18.9722\n",
+ "2024-12-19 13:16:02,353 - optimization.inference - INFO - Number of candidates by RT in frame 1382: 299\n",
+ "2024-12-19 13:16:02,353 - optimization.inference - INFO - Scan time: 31.816\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,354 - optimization.inference - INFO - Number of candidates by RT in frame 2131: 131\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,369 - optimization.inference - INFO - Scan time: 31.9016\n",
+ "2024-12-19 13:16:02,370 - optimization.inference - INFO - Scan time: 19.0576\n",
+ "2024-12-19 13:16:02,370 - optimization.inference - INFO - Number of candidates by RT in frame 2136: 100\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,371 - optimization.inference - INFO - Number of candidates by RT in frame 1387: 310\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,385 - optimization.inference - INFO - Scan time: 31.9882\n",
+ "2024-12-19 13:16:02,385 - optimization.inference - INFO - Number of candidates by RT in frame 2141: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,391 - optimization.inference - INFO - Scan time: 19.1435\n",
+ "2024-12-19 13:16:02,392 - optimization.inference - INFO - Number of candidates by RT in frame 1392: 320\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,402 - optimization.inference - INFO - Scan time: 32.0748\n",
+ "2024-12-19 13:16:02,402 - optimization.inference - INFO - Number of candidates by RT in frame 2146: 27\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,412 - optimization.inference - INFO - Scan time: 19.2285\n",
+ "2024-12-19 13:16:02,413 - optimization.inference - INFO - Number of candidates by RT in frame 1397: 337\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,415 - optimization.inference - INFO - Scan time: 32.1518\n",
+ "2024-12-19 13:16:02,416 - optimization.inference - INFO - Number of candidates by RT in frame 2151: 18\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,429 - optimization.inference - INFO - Scan time: 32.1849\n",
+ "2024-12-19 13:16:02,430 - optimization.inference - INFO - Number of candidates by RT in frame 2156: 17\n",
+ "2024-12-19 13:16:02,431 - optimization.inference - INFO - Scan time: 19.3147\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,432 - optimization.inference - INFO - Number of candidates by RT in frame 1402: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,442 - optimization.inference - INFO - Scan time: 32.2048\n",
+ "2024-12-19 13:16:02,442 - optimization.inference - INFO - Number of candidates by RT in frame 2161: 14\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,450 - optimization.inference - INFO - Scan time: 19.401\n",
+ "2024-12-19 13:16:02,452 - optimization.inference - INFO - Number of candidates by RT in frame 1407: 298\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,454 - optimization.inference - INFO - Scan time: 32.2219\n",
+ "2024-12-19 13:16:02,455 - optimization.inference - INFO - Number of candidates by RT in frame 2166: 14\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,466 - optimization.inference - INFO - Scan time: 32.2431\n",
+ "2024-12-19 13:16:02,467 - optimization.inference - INFO - Number of candidates by RT in frame 2171: 14\n",
+ "2024-12-19 13:16:02,467 - optimization.inference - INFO - Scan time: 19.4873\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,468 - optimization.inference - INFO - Number of candidates by RT in frame 1412: 293\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,477 - optimization.inference - INFO - Scan time: 32.2681\n",
+ "2024-12-19 13:16:02,478 - optimization.inference - INFO - Number of candidates by RT in frame 2176: 12\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,488 - optimization.inference - INFO - Scan time: 19.5735\n",
+ "2024-12-19 13:16:02,489 - optimization.inference - INFO - Number of candidates by RT in frame 1417: 293\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,491 - optimization.inference - INFO - Scan time: 32.2881\n",
+ "2024-12-19 13:16:02,492 - optimization.inference - INFO - Number of candidates by RT in frame 2181: 11\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,504 - optimization.inference - INFO - Scan time: 32.3017\n",
+ "2024-12-19 13:16:02,505 - optimization.inference - INFO - Scan time: 19.6596\n",
+ "2024-12-19 13:16:02,505 - optimization.inference - INFO - Number of candidates by RT in frame 2186: 11\n",
+ "2024-12-19 13:16:02,506 - optimization.inference - INFO - Number of candidates by RT in frame 1422: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,517 - optimization.inference - INFO - Scan time: 32.3154\n",
+ "2024-12-19 13:16:02,517 - optimization.inference - INFO - Number of candidates by RT in frame 2191: 10\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,523 - optimization.inference - INFO - Scan time: 19.745\n",
+ "2024-12-19 13:16:02,524 - optimization.inference - INFO - Number of candidates by RT in frame 1427: 297\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,530 - optimization.inference - INFO - Scan time: 32.333\n",
+ "2024-12-19 13:16:02,531 - optimization.inference - INFO - Number of candidates by RT in frame 2196: 10\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,542 - optimization.inference - INFO - Scan time: 19.8302\n",
+ "2024-12-19 13:16:02,542 - optimization.inference - INFO - Scan time: 32.3459\n",
+ "2024-12-19 13:16:02,543 - optimization.inference - INFO - Number of candidates by RT in frame 1432: 298\n",
+ "2024-12-19 13:16:02,543 - optimization.inference - INFO - Number of candidates by RT in frame 2201: 10\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,553 - optimization.inference - INFO - Scan time: 32.3735\n",
+ "2024-12-19 13:16:02,554 - optimization.inference - INFO - Number of candidates by RT in frame 2206: 10\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,564 - optimization.inference - INFO - Scan time: 19.9157\n",
+ "2024-12-19 13:16:02,565 - optimization.inference - INFO - Number of candidates by RT in frame 1437: 313\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,566 - optimization.inference - INFO - Scan time: 32.3926\n",
+ "2024-12-19 13:16:02,567 - optimization.inference - INFO - Number of candidates by RT in frame 2211: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,578 - optimization.inference - INFO - Scan time: 32.4074\n",
+ "2024-12-19 13:16:02,579 - optimization.inference - INFO - Number of candidates by RT in frame 2216: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,584 - optimization.inference - INFO - Scan time: 20.0011\n",
+ "2024-12-19 13:16:02,585 - optimization.inference - INFO - Number of candidates by RT in frame 1442: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,590 - optimization.inference - INFO - Scan time: 32.4266\n",
+ "2024-12-19 13:16:02,591 - optimization.inference - INFO - Number of candidates by RT in frame 2221: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,602 - optimization.inference - INFO - Scan time: 32.4394\n",
+ "2024-12-19 13:16:02,603 - optimization.inference - INFO - Number of candidates by RT in frame 2226: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,604 - optimization.inference - INFO - Scan time: 20.0867\n",
+ "2024-12-19 13:16:02,605 - optimization.inference - INFO - Number of candidates by RT in frame 1447: 294\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,613 - optimization.inference - INFO - Scan time: 32.4515\n",
+ "2024-12-19 13:16:02,614 - optimization.inference - INFO - Number of candidates by RT in frame 2231: 6\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,624 - optimization.inference - INFO - Scan time: 32.465\n",
+ "2024-12-19 13:16:02,625 - optimization.inference - INFO - Number of candidates by RT in frame 2236: 6\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,627 - optimization.inference - INFO - Scan time: 20.173\n",
+ "2024-12-19 13:16:02,629 - optimization.inference - INFO - Number of candidates by RT in frame 1452: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,634 - optimization.inference - INFO - Scan time: 32.4779\n",
+ "2024-12-19 13:16:02,635 - optimization.inference - INFO - Number of candidates by RT in frame 2241: 6\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,646 - optimization.inference - INFO - Scan time: 32.4906\n",
+ "2024-12-19 13:16:02,647 - optimization.inference - INFO - Number of candidates by RT in frame 2246: 5\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,658 - optimization.inference - INFO - Scan time: 32.5064\n",
+ "2024-12-19 13:16:02,659 - optimization.inference - INFO - Number of candidates by RT in frame 2251: 4\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,660 - optimization.inference - INFO - Scan time: 20.2585\n",
+ "2024-12-19 13:16:02,662 - optimization.inference - INFO - Number of candidates by RT in frame 1457: 310\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,669 - optimization.inference - INFO - Scan time: 32.5206\n",
+ "2024-12-19 13:16:02,670 - optimization.inference - INFO - Number of candidates by RT in frame 2256: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,679 - optimization.inference - INFO - Scan time: 32.5381\n",
+ "2024-12-19 13:16:02,680 - optimization.inference - INFO - Number of candidates by RT in frame 2261: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,689 - optimization.inference - INFO - Scan time: 32.555\n",
+ "2024-12-19 13:16:02,689 - optimization.inference - INFO - Number of candidates by RT in frame 2266: 3\n",
+ "2024-12-19 13:16:02,690 - optimization.inference - INFO - Scan time: 20.3433\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,691 - optimization.inference - INFO - Number of candidates by RT in frame 1462: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,699 - optimization.inference - INFO - Scan time: 32.5739\n",
+ "2024-12-19 13:16:02,700 - optimization.inference - INFO - Number of candidates by RT in frame 2271: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,709 - optimization.inference - INFO - Scan time: 32.5868\n",
+ "2024-12-19 13:16:02,710 - optimization.inference - INFO - Number of candidates by RT in frame 2276: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,716 - optimization.inference - INFO - Scan time: 20.429\n",
+ "2024-12-19 13:16:02,717 - optimization.inference - INFO - Number of candidates by RT in frame 1467: 324\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,719 - optimization.inference - INFO - Scan time: 32.5997\n",
+ "2024-12-19 13:16:02,720 - optimization.inference - INFO - Number of candidates by RT in frame 2281: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,727 - optimization.inference - INFO - Scan time: 32.6139\n",
+ "2024-12-19 13:16:02,728 - optimization.inference - INFO - Number of candidates by RT in frame 2286: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,737 - optimization.inference - INFO - Scan time: 32.6282\n",
+ "2024-12-19 13:16:02,737 - optimization.inference - INFO - Scan time: 20.5141\n",
+ "2024-12-19 13:16:02,737 - optimization.inference - INFO - Number of candidates by RT in frame 2291: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,738 - optimization.inference - INFO - Number of candidates by RT in frame 1472: 309\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,746 - optimization.inference - INFO - Scan time: 32.6437\n",
+ "2024-12-19 13:16:02,747 - optimization.inference - INFO - Number of candidates by RT in frame 2296: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,755 - optimization.inference - INFO - Scan time: 32.6598\n",
+ "2024-12-19 13:16:02,756 - optimization.inference - INFO - Number of candidates by RT in frame 2301: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,757 - optimization.inference - INFO - Scan time: 20.6006\n",
+ "2024-12-19 13:16:02,759 - optimization.inference - INFO - Number of candidates by RT in frame 1477: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,764 - optimization.inference - INFO - Scan time: 32.6745\n",
+ "2024-12-19 13:16:02,765 - optimization.inference - INFO - Number of candidates by RT in frame 2306: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,772 - optimization.inference - INFO - Scan time: 32.6917\n",
+ "2024-12-19 13:16:02,773 - optimization.inference - INFO - Number of candidates by RT in frame 2311: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,779 - optimization.inference - INFO - Scan time: 20.6859\n",
+ "2024-12-19 13:16:02,780 - optimization.inference - INFO - Number of candidates by RT in frame 1482: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,781 - optimization.inference - INFO - Scan time: 32.7046\n",
+ "2024-12-19 13:16:02,782 - optimization.inference - INFO - Number of candidates by RT in frame 2316: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,790 - optimization.inference - INFO - Scan time: 32.72\n",
+ "2024-12-19 13:16:02,791 - optimization.inference - INFO - Number of candidates by RT in frame 2321: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,797 - optimization.inference - INFO - Scan time: 20.7723\n",
+ "2024-12-19 13:16:02,798 - optimization.inference - INFO - Scan time: 32.7356\n",
+ "2024-12-19 13:16:02,799 - optimization.inference - INFO - Number of candidates by RT in frame 1487: 293\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,799 - optimization.inference - INFO - Number of candidates by RT in frame 2326: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,807 - optimization.inference - INFO - Scan time: 32.7489\n",
+ "2024-12-19 13:16:02,808 - optimization.inference - INFO - Number of candidates by RT in frame 2331: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,815 - optimization.inference - INFO - Scan time: 20.8582\n",
+ "2024-12-19 13:16:02,816 - optimization.inference - INFO - Number of candidates by RT in frame 1492: 286\n",
+ "2024-12-19 13:16:02,816 - optimization.inference - INFO - Scan time: 32.766\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,817 - optimization.inference - INFO - Number of candidates by RT in frame 2336: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,824 - optimization.inference - INFO - Scan time: 32.7838\n",
+ "2024-12-19 13:16:02,825 - optimization.inference - INFO - Number of candidates by RT in frame 2341: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,832 - optimization.inference - INFO - Scan time: 32.7987\n",
+ "2024-12-19 13:16:02,833 - optimization.inference - INFO - Number of candidates by RT in frame 2346: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,834 - optimization.inference - INFO - Scan time: 20.9435\n",
+ "2024-12-19 13:16:02,835 - optimization.inference - INFO - Number of candidates by RT in frame 1497: 310\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,840 - optimization.inference - INFO - Scan time: 32.8136\n",
+ "2024-12-19 13:16:02,840 - optimization.inference - INFO - Number of candidates by RT in frame 2351: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,848 - optimization.inference - INFO - Scan time: 32.8304\n",
+ "2024-12-19 13:16:02,849 - optimization.inference - INFO - Number of candidates by RT in frame 2356: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,855 - optimization.inference - INFO - Scan time: 21.0299\n",
+ "2024-12-19 13:16:02,856 - optimization.inference - INFO - Number of candidates by RT in frame 1502: 308\n",
+ "2024-12-19 13:16:02,856 - optimization.inference - INFO - Scan time: 32.8438\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,857 - optimization.inference - INFO - Number of candidates by RT in frame 2361: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,864 - optimization.inference - INFO - Scan time: 32.8594\n",
+ "2024-12-19 13:16:02,865 - optimization.inference - INFO - Number of candidates by RT in frame 2366: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,872 - optimization.inference - INFO - Scan time: 32.8722\n",
+ "2024-12-19 13:16:02,873 - optimization.inference - INFO - Number of candidates by RT in frame 2371: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,874 - optimization.inference - INFO - Scan time: 21.1153\n",
+ "2024-12-19 13:16:02,875 - optimization.inference - INFO - Number of candidates by RT in frame 1507: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,880 - optimization.inference - INFO - Scan time: 32.8837\n",
+ "2024-12-19 13:16:02,881 - optimization.inference - INFO - Number of candidates by RT in frame 2376: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,888 - optimization.inference - INFO - Scan time: 32.9006\n",
+ "2024-12-19 13:16:02,889 - optimization.inference - INFO - Number of candidates by RT in frame 2381: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,894 - optimization.inference - INFO - Scan time: 21.2009\n",
+ "2024-12-19 13:16:02,895 - optimization.inference - INFO - Number of candidates by RT in frame 1512: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,897 - optimization.inference - INFO - Scan time: 32.9139\n",
+ "2024-12-19 13:16:02,897 - optimization.inference - INFO - Number of candidates by RT in frame 2386: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,905 - optimization.inference - INFO - Scan time: 32.9264\n",
+ "2024-12-19 13:16:02,905 - optimization.inference - INFO - Number of candidates by RT in frame 2391: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,912 - optimization.inference - INFO - Scan time: 32.9399\n",
+ "2024-12-19 13:16:02,913 - optimization.inference - INFO - Number of candidates by RT in frame 2396: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,916 - optimization.inference - INFO - Scan time: 21.2866\n",
+ "2024-12-19 13:16:02,917 - optimization.inference - INFO - Number of candidates by RT in frame 1517: 313\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,921 - optimization.inference - INFO - Scan time: 32.9521\n",
+ "2024-12-19 13:16:02,921 - optimization.inference - INFO - Number of candidates by RT in frame 2401: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,928 - optimization.inference - INFO - Scan time: 32.9636\n",
+ "2024-12-19 13:16:02,929 - optimization.inference - INFO - Number of candidates by RT in frame 2406: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,936 - optimization.inference - INFO - Scan time: 32.9757\n",
+ "2024-12-19 13:16:02,937 - optimization.inference - INFO - Number of candidates by RT in frame 2411: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,938 - optimization.inference - INFO - Scan time: 21.3726\n",
+ "2024-12-19 13:16:02,939 - optimization.inference - INFO - Number of candidates by RT in frame 1522: 296\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,943 - optimization.inference - INFO - Scan time: 32.9934\n",
+ "2024-12-19 13:16:02,944 - optimization.inference - INFO - Number of candidates by RT in frame 2416: 1\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,950 - optimization.inference - INFO - Shape of COO matrix: (2421, 18939)\n",
+ "2024-12-19 13:16:02,959 - optimization.inference - INFO - Scan time: 21.4574\n",
+ "2024-12-19 13:16:02,960 - optimization.inference - INFO - Number of candidates by RT in frame 1527: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,978 - optimization.inference - INFO - Scan time: 21.5423\n",
+ "2024-12-19 13:16:02,979 - optimization.inference - INFO - Number of candidates by RT in frame 1532: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:02,994 - optimization.inference - INFO - Scan time: 21.6293\n",
+ "2024-12-19 13:16:02,996 - optimization.inference - INFO - Number of candidates by RT in frame 1537: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,014 - optimization.inference - INFO - Scan time: 21.7144\n",
+ "2024-12-19 13:16:03,015 - optimization.inference - INFO - Number of candidates by RT in frame 1542: 312\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,035 - optimization.inference - INFO - Size of COO matrix in batch 1: 1.619136 Mb\n",
+ "2024-12-19 13:16:03,035 - optimization.inference - INFO - Scan time: 21.8\n",
+ "2024-12-19 13:16:03,036 - optimization.inference - INFO - Number of candidates by RT in frame 1547: 332\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,062 - optimization.inference - INFO - Scan time: 21.8857\n",
+ "2024-12-19 13:16:03,063 - optimization.inference - INFO - Number of candidates by RT in frame 1552: 325\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,088 - optimization.inference - INFO - Scan time: 21.9722\n",
+ "2024-12-19 13:16:03,090 - optimization.inference - INFO - Number of candidates by RT in frame 1557: 313\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,117 - optimization.inference - INFO - Scan time: 22.0576\n",
+ "2024-12-19 13:16:03,118 - optimization.inference - INFO - Number of candidates by RT in frame 1562: 312\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,144 - optimization.inference - INFO - Scan time: 22.1437\n",
+ "2024-12-19 13:16:03,145 - optimization.inference - INFO - Number of candidates by RT in frame 1567: 296\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,186 - optimization.inference - INFO - Scan time: 22.2285\n",
+ "2024-12-19 13:16:03,187 - optimization.inference - INFO - Number of candidates by RT in frame 1572: 313\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,207 - optimization.inference - INFO - Scan time: 22.3137\n",
+ "2024-12-19 13:16:03,208 - optimization.inference - INFO - Number of candidates by RT in frame 1577: 311\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,236 - optimization.inference - INFO - Scan time: 22.3996\n",
+ "2024-12-19 13:16:03,237 - optimization.inference - INFO - Number of candidates by RT in frame 1582: 311\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,261 - optimization.inference - INFO - Scan time: 22.4858\n",
+ "2024-12-19 13:16:03,262 - optimization.inference - INFO - Number of candidates by RT in frame 1587: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,284 - optimization.inference - INFO - Scan time: 22.5716\n",
+ "2024-12-19 13:16:03,285 - optimization.inference - INFO - Number of candidates by RT in frame 1592: 293\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,303 - optimization.inference - INFO - Scan time: 22.6564\n",
+ "2024-12-19 13:16:03,304 - optimization.inference - INFO - Number of candidates by RT in frame 1597: 266\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,322 - optimization.inference - INFO - Scan time: 22.7418\n",
+ "2024-12-19 13:16:03,323 - optimization.inference - INFO - Number of candidates by RT in frame 1602: 272\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,340 - optimization.inference - INFO - Scan time: 22.828\n",
+ "2024-12-19 13:16:03,341 - optimization.inference - INFO - Number of candidates by RT in frame 1607: 279\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,358 - optimization.inference - INFO - Scan time: 22.9144\n",
+ "2024-12-19 13:16:03,359 - optimization.inference - INFO - Number of candidates by RT in frame 1612: 277\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,377 - optimization.inference - INFO - Scan time: 23.0009\n",
+ "2024-12-19 13:16:03,378 - optimization.inference - INFO - Number of candidates by RT in frame 1617: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,396 - optimization.inference - INFO - Scan time: 23.0863\n",
+ "2024-12-19 13:16:03,397 - optimization.inference - INFO - Number of candidates by RT in frame 1622: 285\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,416 - optimization.inference - INFO - Scan time: 23.172\n",
+ "2024-12-19 13:16:03,417 - optimization.inference - INFO - Number of candidates by RT in frame 1627: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,434 - optimization.inference - INFO - Scan time: 23.2577\n",
+ "2024-12-19 13:16:03,435 - optimization.inference - INFO - Number of candidates by RT in frame 1632: 282\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,455 - optimization.inference - INFO - Scan time: 23.3433\n",
+ "2024-12-19 13:16:03,456 - optimization.inference - INFO - Number of candidates by RT in frame 1637: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,478 - optimization.inference - INFO - Scan time: 23.4292\n",
+ "2024-12-19 13:16:03,479 - optimization.inference - INFO - Number of candidates by RT in frame 1642: 296\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,501 - optimization.inference - INFO - Scan time: 23.5138\n",
+ "2024-12-19 13:16:03,502 - optimization.inference - INFO - Number of candidates by RT in frame 1647: 293\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,520 - optimization.inference - INFO - Scan time: 23.5991\n",
+ "2024-12-19 13:16:03,521 - optimization.inference - INFO - Number of candidates by RT in frame 1652: 278\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,541 - optimization.inference - INFO - Scan time: 23.6855\n",
+ "2024-12-19 13:16:03,542 - optimization.inference - INFO - Number of candidates by RT in frame 1657: 266\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,559 - optimization.inference - INFO - Scan time: 23.7706\n",
+ "2024-12-19 13:16:03,560 - optimization.inference - INFO - Number of candidates by RT in frame 1662: 271\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,579 - optimization.inference - INFO - Scan time: 23.8572\n",
+ "2024-12-19 13:16:03,580 - optimization.inference - INFO - Number of candidates by RT in frame 1667: 251\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,598 - optimization.inference - INFO - Scan time: 23.9422\n",
+ "2024-12-19 13:16:03,599 - optimization.inference - INFO - Number of candidates by RT in frame 1672: 255\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,612 - optimization.inference - INFO - Scan time: 24.0279\n",
+ "2024-12-19 13:16:03,613 - optimization.inference - INFO - Number of candidates by RT in frame 1677: 254\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,631 - optimization.inference - INFO - Scan time: 24.114\n",
+ "2024-12-19 13:16:03,632 - optimization.inference - INFO - Number of candidates by RT in frame 1682: 245\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,650 - optimization.inference - INFO - Scan time: 24.1995\n",
+ "2024-12-19 13:16:03,651 - optimization.inference - INFO - Number of candidates by RT in frame 1687: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,670 - optimization.inference - INFO - Scan time: 24.2854\n",
+ "2024-12-19 13:16:03,671 - optimization.inference - INFO - Number of candidates by RT in frame 1692: 262\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,692 - optimization.inference - INFO - Scan time: 24.3708\n",
+ "2024-12-19 13:16:03,693 - optimization.inference - INFO - Number of candidates by RT in frame 1697: 258\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,712 - optimization.inference - INFO - Scan time: 24.4566\n",
+ "2024-12-19 13:16:03,713 - optimization.inference - INFO - Number of candidates by RT in frame 1702: 248\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,732 - optimization.inference - INFO - Scan time: 24.5428\n",
+ "2024-12-19 13:16:03,734 - optimization.inference - INFO - Number of candidates by RT in frame 1707: 261\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,753 - optimization.inference - INFO - Scan time: 24.6291\n",
+ "2024-12-19 13:16:03,754 - optimization.inference - INFO - Number of candidates by RT in frame 1712: 272\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,774 - optimization.inference - INFO - Scan time: 24.7146\n",
+ "2024-12-19 13:16:03,776 - optimization.inference - INFO - Number of candidates by RT in frame 1717: 279\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,795 - optimization.inference - INFO - Scan time: 24.8006\n",
+ "2024-12-19 13:16:03,796 - optimization.inference - INFO - Number of candidates by RT in frame 1722: 270\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,818 - optimization.inference - INFO - Scan time: 24.8854\n",
+ "2024-12-19 13:16:03,819 - optimization.inference - INFO - Number of candidates by RT in frame 1727: 278\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,840 - optimization.inference - INFO - Scan time: 24.9704\n",
+ "2024-12-19 13:16:03,841 - optimization.inference - INFO - Number of candidates by RT in frame 1732: 281\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,857 - optimization.inference - INFO - Scan time: 25.0552\n",
+ "2024-12-19 13:16:03,858 - optimization.inference - INFO - Number of candidates by RT in frame 1737: 262\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,878 - optimization.inference - INFO - Scan time: 25.1416\n",
+ "2024-12-19 13:16:03,879 - optimization.inference - INFO - Number of candidates by RT in frame 1742: 276\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,900 - optimization.inference - INFO - Scan time: 25.2274\n",
+ "2024-12-19 13:16:03,901 - optimization.inference - INFO - Number of candidates by RT in frame 1747: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,922 - optimization.inference - INFO - Scan time: 25.3136\n",
+ "2024-12-19 13:16:03,924 - optimization.inference - INFO - Number of candidates by RT in frame 1752: 285\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,945 - optimization.inference - INFO - Scan time: 25.3998\n",
+ "2024-12-19 13:16:03,946 - optimization.inference - INFO - Number of candidates by RT in frame 1757: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,966 - optimization.inference - INFO - Scan time: 25.4855\n",
+ "2024-12-19 13:16:03,967 - optimization.inference - INFO - Number of candidates by RT in frame 1762: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:03,988 - optimization.inference - INFO - Scan time: 25.5714\n",
+ "2024-12-19 13:16:03,989 - optimization.inference - INFO - Number of candidates by RT in frame 1767: 277\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,017 - optimization.inference - INFO - Scan time: 25.657\n",
+ "2024-12-19 13:16:04,019 - optimization.inference - INFO - Number of candidates by RT in frame 1772: 281\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,044 - optimization.inference - INFO - Scan time: 25.7428\n",
+ "2024-12-19 13:16:04,045 - optimization.inference - INFO - Number of candidates by RT in frame 1777: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,070 - optimization.inference - INFO - Scan time: 25.8289\n",
+ "2024-12-19 13:16:04,072 - optimization.inference - INFO - Number of candidates by RT in frame 1782: 279\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,092 - optimization.inference - INFO - Scan time: 25.9152\n",
+ "2024-12-19 13:16:04,093 - optimization.inference - INFO - Number of candidates by RT in frame 1787: 278\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,111 - optimization.inference - INFO - Scan time: 26.0009\n",
+ "2024-12-19 13:16:04,113 - optimization.inference - INFO - Number of candidates by RT in frame 1792: 258\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,135 - optimization.inference - INFO - Scan time: 26.0877\n",
+ "2024-12-19 13:16:04,136 - optimization.inference - INFO - Number of candidates by RT in frame 1797: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,159 - optimization.inference - INFO - Scan time: 26.1737\n",
+ "2024-12-19 13:16:04,160 - optimization.inference - INFO - Number of candidates by RT in frame 1802: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,181 - optimization.inference - INFO - Scan time: 26.2598\n",
+ "2024-12-19 13:16:04,182 - optimization.inference - INFO - Number of candidates by RT in frame 1807: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,207 - optimization.inference - INFO - Scan time: 26.3463\n",
+ "2024-12-19 13:16:04,208 - optimization.inference - INFO - Number of candidates by RT in frame 1812: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,232 - optimization.inference - INFO - Scan time: 26.4316\n",
+ "2024-12-19 13:16:04,233 - optimization.inference - INFO - Number of candidates by RT in frame 1817: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,255 - optimization.inference - INFO - Scan time: 26.5172\n",
+ "2024-12-19 13:16:04,257 - optimization.inference - INFO - Number of candidates by RT in frame 1822: 308\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,270 - optimization.inference - INFO - Scan time: 0.0121\n",
+ "2024-12-19 13:16:04,272 - optimization.inference - INFO - Number of candidates by RT in frame 4: 25\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,277 - optimization.inference - INFO - Scan time: 26.6031\n",
+ "2024-12-19 13:16:04,279 - optimization.inference - INFO - Number of candidates by RT in frame 1827: 276\n",
+ "2024-12-19 13:16:04,279 - optimization.inference - INFO - Scan time: 0.0236\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,280 - optimization.inference - INFO - Number of candidates by RT in frame 9: 32\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,285 - optimization.inference - INFO - Scan time: 0.0351\n",
+ "2024-12-19 13:16:04,286 - optimization.inference - INFO - Number of candidates by RT in frame 14: 34\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,291 - optimization.inference - INFO - Scan time: 0.0467\n",
+ "2024-12-19 13:16:04,292 - optimization.inference - INFO - Number of candidates by RT in frame 19: 34\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,297 - optimization.inference - INFO - Scan time: 0.0582\n",
+ "2024-12-19 13:16:04,298 - optimization.inference - INFO - Number of candidates by RT in frame 24: 37\n",
+ "2024-12-19 13:16:04,298 - optimization.inference - INFO - Scan time: 26.6892\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,299 - optimization.inference - INFO - Number of candidates by RT in frame 1832: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,303 - optimization.inference - INFO - Scan time: 0.0697\n",
+ "2024-12-19 13:16:04,304 - optimization.inference - INFO - Number of candidates by RT in frame 29: 40\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,309 - optimization.inference - INFO - Scan time: 0.0813\n",
+ "2024-12-19 13:16:04,310 - optimization.inference - INFO - Number of candidates by RT in frame 34: 44\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,319 - optimization.inference - INFO - Scan time: 26.7747\n",
+ "2024-12-19 13:16:04,321 - optimization.inference - INFO - Number of candidates by RT in frame 1837: 268\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,337 - optimization.inference - INFO - Scan time: 26.8605\n",
+ "2024-12-19 13:16:04,338 - optimization.inference - INFO - Number of candidates by RT in frame 1842: 258\n",
+ "2024-12-19 13:16:04,339 - optimization.inference - INFO - Scan time: 0.1063\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,339 - optimization.inference - INFO - Number of candidates by RT in frame 39: 47\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,341 - optimization.inference - INFO - Scan time: 0.0097\n",
+ "2024-12-19 13:16:04,343 - optimization.inference - INFO - Number of candidates by RT in frame 3: 25\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,346 - optimization.inference - INFO - Scan time: 0.1865\n",
+ "2024-12-19 13:16:04,347 - optimization.inference - INFO - Number of candidates by RT in frame 44: 68\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,350 - optimization.inference - INFO - Scan time: 0.0213\n",
+ "2024-12-19 13:16:04,351 - optimization.inference - INFO - Number of candidates by RT in frame 8: 32\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,355 - optimization.inference - INFO - Scan time: 0.26\n",
+ "2024-12-19 13:16:04,356 - optimization.inference - INFO - Number of candidates by RT in frame 49: 75\n",
+ "2024-12-19 13:16:04,356 - optimization.inference - INFO - Scan time: 26.9467\n",
+ "2024-12-19 13:16:04,356 - optimization.inference - INFO - Scan time: 0.0328\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,357 - optimization.inference - INFO - Number of candidates by RT in frame 13: 34\n",
+ "2024-12-19 13:16:04,357 - optimization.inference - INFO - Number of candidates by RT in frame 1847: 282\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,361 - optimization.inference - INFO - Scan time: 0.3285\n",
+ "2024-12-19 13:16:04,362 - optimization.inference - INFO - Number of candidates by RT in frame 54: 72\n",
+ "2024-12-19 13:16:04,362 - optimization.inference - INFO - Scan time: 0.0444\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,363 - optimization.inference - INFO - Number of candidates by RT in frame 18: 34\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,368 - optimization.inference - INFO - Scan time: 0.3998\n",
+ "2024-12-19 13:16:04,368 - optimization.inference - INFO - Scan time: 0.0559\n",
+ "2024-12-19 13:16:04,369 - optimization.inference - INFO - Number of candidates by RT in frame 59: 65\n",
+ "2024-12-19 13:16:04,369 - optimization.inference - INFO - Number of candidates by RT in frame 23: 37\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,374 - optimization.inference - INFO - Scan time: 0.0674\n",
+ "2024-12-19 13:16:04,375 - optimization.inference - INFO - Scan time: 0.4654\n",
+ "2024-12-19 13:16:04,375 - optimization.inference - INFO - Number of candidates by RT in frame 28: 40\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,376 - optimization.inference - INFO - Number of candidates by RT in frame 64: 63\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,377 - optimization.inference - INFO - Scan time: 27.0326\n",
+ "2024-12-19 13:16:04,378 - optimization.inference - INFO - Number of candidates by RT in frame 1852: 277\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,383 - optimization.inference - INFO - Scan time: 0.5174\n",
+ "2024-12-19 13:16:04,384 - optimization.inference - INFO - Number of candidates by RT in frame 69: 65\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,385 - optimization.inference - INFO - Scan time: 0.0789\n",
+ "2024-12-19 13:16:04,386 - optimization.inference - INFO - Number of candidates by RT in frame 33: 44\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,391 - optimization.inference - INFO - Scan time: 0.5493\n",
+ "2024-12-19 13:16:04,392 - optimization.inference - INFO - Number of candidates by RT in frame 74: 67\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,397 - optimization.inference - INFO - Scan time: 27.1184\n",
+ "2024-12-19 13:16:04,398 - optimization.inference - INFO - Number of candidates by RT in frame 1857: 281\n",
+ "2024-12-19 13:16:04,399 - optimization.inference - INFO - Scan time: 0.5763\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,399 - optimization.inference - INFO - Number of candidates by RT in frame 79: 67\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,406 - optimization.inference - INFO - Scan time: 0.5985\n",
+ "2024-12-19 13:16:04,407 - optimization.inference - INFO - Number of candidates by RT in frame 84: 69\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,414 - optimization.inference - INFO - Scan time: 0.6242\n",
+ "2024-12-19 13:16:04,415 - optimization.inference - INFO - Number of candidates by RT in frame 89: 68\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,418 - optimization.inference - INFO - Scan time: 0.0947\n",
+ "2024-12-19 13:16:04,418 - optimization.inference - INFO - Scan time: 27.2035\n",
+ "2024-12-19 13:16:04,419 - optimization.inference - INFO - Number of candidates by RT in frame 38: 47\n",
+ "2024-12-19 13:16:04,419 - optimization.inference - INFO - Number of candidates by RT in frame 1862: 293\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,422 - optimization.inference - INFO - Scan time: 0.6405\n",
+ "2024-12-19 13:16:04,423 - optimization.inference - INFO - Number of candidates by RT in frame 94: 68\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,429 - optimization.inference - INFO - Scan time: 0.1712\n",
+ "2024-12-19 13:16:04,430 - optimization.inference - INFO - Scan time: 0.6602\n",
+ "2024-12-19 13:16:04,430 - optimization.inference - INFO - Number of candidates by RT in frame 43: 65\n",
+ "2024-12-19 13:16:04,431 - optimization.inference - INFO - Number of candidates by RT in frame 99: 69\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,436 - optimization.inference - INFO - Scan time: 0.2464\n",
+ "2024-12-19 13:16:04,437 - optimization.inference - INFO - Number of candidates by RT in frame 48: 74\n",
+ "2024-12-19 13:16:04,438 - optimization.inference - INFO - Scan time: 0.6766\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,439 - optimization.inference - INFO - Number of candidates by RT in frame 104: 70\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,440 - optimization.inference - INFO - Scan time: 27.289\n",
+ "2024-12-19 13:16:04,441 - optimization.inference - INFO - Number of candidates by RT in frame 1867: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,446 - optimization.inference - INFO - Scan time: 0.6936\n",
+ "2024-12-19 13:16:04,447 - optimization.inference - INFO - Number of candidates by RT in frame 109: 69\n",
+ "2024-12-19 13:16:04,447 - optimization.inference - INFO - Scan time: 0.3183\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,448 - optimization.inference - INFO - Number of candidates by RT in frame 53: 73\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,454 - optimization.inference - INFO - Scan time: 0.707\n",
+ "2024-12-19 13:16:04,455 - optimization.inference - INFO - Number of candidates by RT in frame 114: 68\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,458 - optimization.inference - INFO - Scan time: 0.3862\n",
+ "2024-12-19 13:16:04,459 - optimization.inference - INFO - Scan time: 27.3745\n",
+ "2024-12-19 13:16:04,459 - optimization.inference - INFO - Number of candidates by RT in frame 58: 66\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,460 - optimization.inference - INFO - Number of candidates by RT in frame 1872: 265\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,462 - optimization.inference - INFO - Scan time: 0.7219\n",
+ "2024-12-19 13:16:04,463 - optimization.inference - INFO - Number of candidates by RT in frame 119: 66\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,470 - optimization.inference - INFO - Scan time: 0.7517\n",
+ "2024-12-19 13:16:04,470 - optimization.inference - INFO - Scan time: 0.4559\n",
+ "2024-12-19 13:16:04,471 - optimization.inference - INFO - Number of candidates by RT in frame 124: 63\n",
+ "2024-12-19 13:16:04,471 - optimization.inference - INFO - Number of candidates by RT in frame 63: 63\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,477 - optimization.inference - INFO - Scan time: 27.4621\n",
+ "2024-12-19 13:16:04,478 - optimization.inference - INFO - Scan time: 0.7684\n",
+ "2024-12-19 13:16:04,478 - optimization.inference - INFO - Number of candidates by RT in frame 1877: 262\n",
+ "2024-12-19 13:16:04,479 - optimization.inference - INFO - Number of candidates by RT in frame 129: 62\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,483 - optimization.inference - INFO - Scan time: 0.5112\n",
+ "2024-12-19 13:16:04,484 - optimization.inference - INFO - Number of candidates by RT in frame 68: 65\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,486 - optimization.inference - INFO - Scan time: 0.7867\n",
+ "2024-12-19 13:16:04,487 - optimization.inference - INFO - Number of candidates by RT in frame 134: 59\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,494 - optimization.inference - INFO - Scan time: 0.8079\n",
+ "2024-12-19 13:16:04,495 - optimization.inference - INFO - Number of candidates by RT in frame 139: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,495 - optimization.inference - INFO - Scan time: 27.5475\n",
+ "2024-12-19 13:16:04,496 - optimization.inference - INFO - Scan time: 0.5449\n",
+ "2024-12-19 13:16:04,496 - optimization.inference - INFO - Number of candidates by RT in frame 1882: 242\n",
+ "2024-12-19 13:16:04,497 - optimization.inference - INFO - Number of candidates by RT in frame 73: 66\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,502 - optimization.inference - INFO - Scan time: 0.8304\n",
+ "2024-12-19 13:16:04,502 - optimization.inference - INFO - Number of candidates by RT in frame 144: 56\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,509 - optimization.inference - INFO - Scan time: 0.5704\n",
+ "2024-12-19 13:16:04,509 - optimization.inference - INFO - Scan time: 0.8484\n",
+ "2024-12-19 13:16:04,510 - optimization.inference - INFO - Number of candidates by RT in frame 78: 67\n",
+ "2024-12-19 13:16:04,510 - optimization.inference - INFO - Number of candidates by RT in frame 149: 55\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,513 - optimization.inference - INFO - Scan time: 27.6343\n",
+ "2024-12-19 13:16:04,514 - optimization.inference - INFO - Number of candidates by RT in frame 1887: 254\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,517 - optimization.inference - INFO - Scan time: 0.8617\n",
+ "2024-12-19 13:16:04,518 - optimization.inference - INFO - Number of candidates by RT in frame 154: 55\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,522 - optimization.inference - INFO - Scan time: 0.5935\n",
+ "2024-12-19 13:16:04,523 - optimization.inference - INFO - Number of candidates by RT in frame 83: 68\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,525 - optimization.inference - INFO - Scan time: 0.8791\n",
+ "2024-12-19 13:16:04,526 - optimization.inference - INFO - Number of candidates by RT in frame 159: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,532 - optimization.inference - INFO - Scan time: 27.7203\n",
+ "2024-12-19 13:16:04,533 - optimization.inference - INFO - Scan time: 0.8966\n",
+ "2024-12-19 13:16:04,533 - optimization.inference - INFO - Number of candidates by RT in frame 1892: 275\n",
+ "2024-12-19 13:16:04,533 - optimization.inference - INFO - Number of candidates by RT in frame 164: 56\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,536 - optimization.inference - INFO - Scan time: 0.6198\n",
+ "2024-12-19 13:16:04,537 - optimization.inference - INFO - Number of candidates by RT in frame 88: 68\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,540 - optimization.inference - INFO - Scan time: 0.9148\n",
+ "2024-12-19 13:16:04,541 - optimization.inference - INFO - Number of candidates by RT in frame 169: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,548 - optimization.inference - INFO - Scan time: 0.9349\n",
+ "2024-12-19 13:16:04,549 - optimization.inference - INFO - Number of candidates by RT in frame 174: 57\n",
+ "2024-12-19 13:16:04,549 - optimization.inference - INFO - Scan time: 0.6382\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,550 - optimization.inference - INFO - Number of candidates by RT in frame 93: 68\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,553 - optimization.inference - INFO - Scan time: 27.8068\n",
+ "2024-12-19 13:16:04,554 - optimization.inference - INFO - Number of candidates by RT in frame 1897: 262\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,556 - optimization.inference - INFO - Scan time: 0.9534\n",
+ "2024-12-19 13:16:04,557 - optimization.inference - INFO - Number of candidates by RT in frame 179: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,563 - optimization.inference - INFO - Scan time: 0.6572\n",
+ "2024-12-19 13:16:04,564 - optimization.inference - INFO - Scan time: 0.9703\n",
+ "2024-12-19 13:16:04,564 - optimization.inference - INFO - Number of candidates by RT in frame 98: 69\n",
+ "2024-12-19 13:16:04,565 - optimization.inference - INFO - Number of candidates by RT in frame 184: 56\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,572 - optimization.inference - INFO - Scan time: 0.9949\n",
+ "2024-12-19 13:16:04,572 - optimization.inference - INFO - Scan time: 27.8923\n",
+ "2024-12-19 13:16:04,572 - optimization.inference - INFO - Number of candidates by RT in frame 189: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,573 - optimization.inference - INFO - Number of candidates by RT in frame 1902: 250\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,577 - optimization.inference - INFO - Scan time: 0.6743\n",
+ "2024-12-19 13:16:04,578 - optimization.inference - INFO - Number of candidates by RT in frame 103: 70\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,579 - optimization.inference - INFO - Scan time: 1.0099\n",
+ "2024-12-19 13:16:04,580 - optimization.inference - INFO - Number of candidates by RT in frame 194: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,587 - optimization.inference - INFO - Scan time: 1.034\n",
+ "2024-12-19 13:16:04,587 - optimization.inference - INFO - Number of candidates by RT in frame 199: 51\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,591 - optimization.inference - INFO - Scan time: 0.6899\n",
+ "2024-12-19 13:16:04,592 - optimization.inference - INFO - Number of candidates by RT in frame 108: 69\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,594 - optimization.inference - INFO - Scan time: 27.9778\n",
+ "2024-12-19 13:16:04,594 - optimization.inference - INFO - Scan time: 1.0538\n",
+ "2024-12-19 13:16:04,595 - optimization.inference - INFO - Number of candidates by RT in frame 1907: 267\n",
+ "2024-12-19 13:16:04,595 - optimization.inference - INFO - Number of candidates by RT in frame 204: 47\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,602 - optimization.inference - INFO - Scan time: 1.0727\n",
+ "2024-12-19 13:16:04,602 - optimization.inference - INFO - Number of candidates by RT in frame 209: 45\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,604 - optimization.inference - INFO - Scan time: 0.7047\n",
+ "2024-12-19 13:16:04,605 - optimization.inference - INFO - Number of candidates by RT in frame 113: 69\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,609 - optimization.inference - INFO - Scan time: 1.0903\n",
+ "2024-12-19 13:16:04,610 - optimization.inference - INFO - Number of candidates by RT in frame 214: 44\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,614 - optimization.inference - INFO - Scan time: 28.063\n",
+ "2024-12-19 13:16:04,616 - optimization.inference - INFO - Number of candidates by RT in frame 1912: 263\n",
+ "2024-12-19 13:16:04,617 - optimization.inference - INFO - Scan time: 1.1052\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,617 - optimization.inference - INFO - Number of candidates by RT in frame 219: 45\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,618 - optimization.inference - INFO - Scan time: 0.7196\n",
+ "2024-12-19 13:16:04,619 - optimization.inference - INFO - Number of candidates by RT in frame 118: 66\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,624 - optimization.inference - INFO - Scan time: 1.1328\n",
+ "2024-12-19 13:16:04,625 - optimization.inference - INFO - Number of candidates by RT in frame 224: 45\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,632 - optimization.inference - INFO - Scan time: 1.1582\n",
+ "2024-12-19 13:16:04,632 - optimization.inference - INFO - Scan time: 0.7445\n",
+ "2024-12-19 13:16:04,632 - optimization.inference - INFO - Number of candidates by RT in frame 229: 45\n",
+ "2024-12-19 13:16:04,633 - optimization.inference - INFO - Number of candidates by RT in frame 123: 63\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,639 - optimization.inference - INFO - Scan time: 1.1752\n",
+ "2024-12-19 13:16:04,640 - optimization.inference - INFO - Number of candidates by RT in frame 234: 45\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,644 - optimization.inference - INFO - Scan time: 28.1488\n",
+ "2024-12-19 13:16:04,645 - optimization.inference - INFO - Number of candidates by RT in frame 1917: 251\n",
+ "2024-12-19 13:16:04,647 - optimization.inference - INFO - Scan time: 1.1929\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,648 - optimization.inference - INFO - Number of candidates by RT in frame 239: 46\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,653 - optimization.inference - INFO - Scan time: 0.7647\n",
+ "2024-12-19 13:16:04,654 - optimization.inference - INFO - Number of candidates by RT in frame 128: 62\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,655 - optimization.inference - INFO - Scan time: 1.2062\n",
+ "2024-12-19 13:16:04,656 - optimization.inference - INFO - Number of candidates by RT in frame 244: 47\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,663 - optimization.inference - INFO - Scan time: 1.2218\n",
+ "2024-12-19 13:16:04,663 - optimization.inference - INFO - Number of candidates by RT in frame 249: 48\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,666 - optimization.inference - INFO - Scan time: 0.7844\n",
+ "2024-12-19 13:16:04,668 - optimization.inference - INFO - Number of candidates by RT in frame 133: 59\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,670 - optimization.inference - INFO - Scan time: 1.2366\n",
+ "2024-12-19 13:16:04,671 - optimization.inference - INFO - Number of candidates by RT in frame 254: 48\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,674 - optimization.inference - INFO - Scan time: 28.2341\n",
+ "2024-12-19 13:16:04,676 - optimization.inference - INFO - Number of candidates by RT in frame 1922: 252\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,678 - optimization.inference - INFO - Scan time: 1.2514\n",
+ "2024-12-19 13:16:04,679 - optimization.inference - INFO - Number of candidates by RT in frame 259: 48\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,680 - optimization.inference - INFO - Scan time: 0.8042\n",
+ "2024-12-19 13:16:04,681 - optimization.inference - INFO - Number of candidates by RT in frame 138: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,686 - optimization.inference - INFO - Scan time: 1.2723\n",
+ "2024-12-19 13:16:04,686 - optimization.inference - INFO - Number of candidates by RT in frame 264: 49\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,693 - optimization.inference - INFO - Scan time: 0.8246\n",
+ "2024-12-19 13:16:04,694 - optimization.inference - INFO - Scan time: 1.2934\n",
+ "2024-12-19 13:16:04,694 - optimization.inference - INFO - Number of candidates by RT in frame 143: 55\n",
+ "2024-12-19 13:16:04,694 - optimization.inference - INFO - Number of candidates by RT in frame 269: 51\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,701 - optimization.inference - INFO - Scan time: 1.3123\n",
+ "2024-12-19 13:16:04,702 - optimization.inference - INFO - Scan time: 28.3194\n",
+ "2024-12-19 13:16:04,702 - optimization.inference - INFO - Number of candidates by RT in frame 274: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,703 - optimization.inference - INFO - Number of candidates by RT in frame 1927: 250\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,706 - optimization.inference - INFO - Scan time: 0.8461\n",
+ "2024-12-19 13:16:04,707 - optimization.inference - INFO - Number of candidates by RT in frame 148: 55\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,709 - optimization.inference - INFO - Scan time: 1.3314\n",
+ "2024-12-19 13:16:04,710 - optimization.inference - INFO - Number of candidates by RT in frame 279: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,717 - optimization.inference - INFO - Scan time: 1.3502\n",
+ "2024-12-19 13:16:04,718 - optimization.inference - INFO - Number of candidates by RT in frame 284: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,719 - optimization.inference - INFO - Scan time: 0.8588\n",
+ "2024-12-19 13:16:04,720 - optimization.inference - INFO - Number of candidates by RT in frame 153: 55\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,725 - optimization.inference - INFO - Scan time: 1.3659\n",
+ "2024-12-19 13:16:04,725 - optimization.inference - INFO - Number of candidates by RT in frame 289: 51\n",
+ "2024-12-19 13:16:04,726 - optimization.inference - INFO - Scan time: 28.4048\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,727 - optimization.inference - INFO - Number of candidates by RT in frame 1932: 235\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,732 - optimization.inference - INFO - Scan time: 0.8762\n",
+ "2024-12-19 13:16:04,732 - optimization.inference - INFO - Scan time: 1.3834\n",
+ "2024-12-19 13:16:04,733 - optimization.inference - INFO - Number of candidates by RT in frame 158: 56\n",
+ "2024-12-19 13:16:04,733 - optimization.inference - INFO - Number of candidates by RT in frame 294: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,740 - optimization.inference - INFO - Scan time: 1.4005\n",
+ "2024-12-19 13:16:04,741 - optimization.inference - INFO - Number of candidates by RT in frame 299: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,745 - optimization.inference - INFO - Scan time: 0.8929\n",
+ "2024-12-19 13:16:04,746 - optimization.inference - INFO - Number of candidates by RT in frame 163: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,748 - optimization.inference - INFO - Scan time: 1.4182\n",
+ "2024-12-19 13:16:04,749 - optimization.inference - INFO - Number of candidates by RT in frame 304: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,750 - optimization.inference - INFO - Scan time: 28.4902\n",
+ "2024-12-19 13:16:04,753 - optimization.inference - INFO - Number of candidates by RT in frame 1937: 233\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,755 - optimization.inference - INFO - Scan time: 1.4358\n",
+ "2024-12-19 13:16:04,756 - optimization.inference - INFO - Number of candidates by RT in frame 309: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,759 - optimization.inference - INFO - Scan time: 0.9104\n",
+ "2024-12-19 13:16:04,760 - optimization.inference - INFO - Number of candidates by RT in frame 168: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,763 - optimization.inference - INFO - Scan time: 1.4528\n",
+ "2024-12-19 13:16:04,764 - optimization.inference - INFO - Number of candidates by RT in frame 314: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,771 - optimization.inference - INFO - Scan time: 1.4663\n",
+ "2024-12-19 13:16:04,771 - optimization.inference - INFO - Scan time: 0.9306\n",
+ "2024-12-19 13:16:04,772 - optimization.inference - INFO - Number of candidates by RT in frame 319: 51\n",
+ "2024-12-19 13:16:04,772 - optimization.inference - INFO - Number of candidates by RT in frame 173: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,777 - optimization.inference - INFO - Scan time: 28.5761\n",
+ "2024-12-19 13:16:04,778 - optimization.inference - INFO - Number of candidates by RT in frame 1942: 238\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,779 - optimization.inference - INFO - Scan time: 1.4826\n",
+ "2024-12-19 13:16:04,780 - optimization.inference - INFO - Number of candidates by RT in frame 324: 51\n",
+ "2024-12-19 13:16:04,780 - optimization.inference - INFO - Scan time: 0.951\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,781 - optimization.inference - INFO - Number of candidates by RT in frame 178: 57\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,787 - optimization.inference - INFO - Scan time: 1.4988\n",
+ "2024-12-19 13:16:04,788 - optimization.inference - INFO - Scan time: 0.968\n",
+ "2024-12-19 13:16:04,788 - optimization.inference - INFO - Number of candidates by RT in frame 329: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,789 - optimization.inference - INFO - Number of candidates by RT in frame 183: 56\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,795 - optimization.inference - INFO - Scan time: 1.5162\n",
+ "2024-12-19 13:16:04,796 - optimization.inference - INFO - Scan time: 0.9899\n",
+ "2024-12-19 13:16:04,796 - optimization.inference - INFO - Number of candidates by RT in frame 334: 52\n",
+ "2024-12-19 13:16:04,796 - optimization.inference - INFO - Number of candidates by RT in frame 188: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,801 - optimization.inference - INFO - Scan time: 28.6609\n",
+ "2024-12-19 13:16:04,803 - optimization.inference - INFO - Number of candidates by RT in frame 1947: 212\n",
+ "2024-12-19 13:16:04,803 - optimization.inference - INFO - Scan time: 1.5374\n",
+ "2024-12-19 13:16:04,803 - optimization.inference - INFO - Scan time: 1.0076\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,804 - optimization.inference - INFO - Number of candidates by RT in frame 339: 51\n",
+ "2024-12-19 13:16:04,804 - optimization.inference - INFO - Number of candidates by RT in frame 193: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,811 - optimization.inference - INFO - Scan time: 1.0296\n",
+ "2024-12-19 13:16:04,811 - optimization.inference - INFO - Scan time: 1.5537\n",
+ "2024-12-19 13:16:04,812 - optimization.inference - INFO - Number of candidates by RT in frame 198: 51\n",
+ "2024-12-19 13:16:04,812 - optimization.inference - INFO - Number of candidates by RT in frame 344: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,819 - optimization.inference - INFO - Scan time: 1.0515\n",
+ "2024-12-19 13:16:04,819 - optimization.inference - INFO - Scan time: 1.5749\n",
+ "2024-12-19 13:16:04,819 - optimization.inference - INFO - Number of candidates by RT in frame 203: 47\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,820 - optimization.inference - INFO - Number of candidates by RT in frame 349: 54\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,826 - optimization.inference - INFO - Scan time: 1.0683\n",
+ "2024-12-19 13:16:04,827 - optimization.inference - INFO - Number of candidates by RT in frame 208: 46\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,828 - optimization.inference - INFO - Scan time: 1.603\n",
+ "2024-12-19 13:16:04,828 - optimization.inference - INFO - Number of candidates by RT in frame 354: 56\n",
+ "2024-12-19 13:16:04,829 - optimization.inference - INFO - Scan time: 28.7462\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,830 - optimization.inference - INFO - Number of candidates by RT in frame 1952: 211\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,833 - optimization.inference - INFO - Scan time: 1.088\n",
+ "2024-12-19 13:16:04,834 - optimization.inference - INFO - Number of candidates by RT in frame 213: 45\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,836 - optimization.inference - INFO - Scan time: 1.6449\n",
+ "2024-12-19 13:16:04,837 - optimization.inference - INFO - Number of candidates by RT in frame 359: 66\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,841 - optimization.inference - INFO - Scan time: 1.1008\n",
+ "2024-12-19 13:16:04,842 - optimization.inference - INFO - Number of candidates by RT in frame 218: 45\n",
+ "2024-12-19 13:16:04,842 - optimization.inference - INFO - Scan time: 1.6688\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,843 - optimization.inference - INFO - Number of candidates by RT in frame 364: 78\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,849 - optimization.inference - INFO - Scan time: 1.127\n",
+ "2024-12-19 13:16:04,849 - optimization.inference - INFO - Scan time: 1.699\n",
+ "2024-12-19 13:16:04,849 - optimization.inference - INFO - Number of candidates by RT in frame 223: 45\n",
+ "2024-12-19 13:16:04,850 - optimization.inference - INFO - Number of candidates by RT in frame 369: 89\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,853 - optimization.inference - INFO - Scan time: 28.832\n",
+ "2024-12-19 13:16:04,854 - optimization.inference - INFO - Number of candidates by RT in frame 1957: 202\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,856 - optimization.inference - INFO - Scan time: 1.1523\n",
+ "2024-12-19 13:16:04,857 - optimization.inference - INFO - Number of candidates by RT in frame 228: 45\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,858 - optimization.inference - INFO - Scan time: 1.7396\n",
+ "2024-12-19 13:16:04,859 - optimization.inference - INFO - Number of candidates by RT in frame 374: 113\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,864 - optimization.inference - INFO - Scan time: 1.1729\n",
+ "2024-12-19 13:16:04,865 - optimization.inference - INFO - Number of candidates by RT in frame 233: 45\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,868 - optimization.inference - INFO - Scan time: 1.8078\n",
+ "2024-12-19 13:16:04,869 - optimization.inference - INFO - Number of candidates by RT in frame 379: 125\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,871 - optimization.inference - INFO - Scan time: 28.918\n",
+ "2024-12-19 13:16:04,872 - optimization.inference - INFO - Number of candidates by RT in frame 1962: 203\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,877 - optimization.inference - INFO - Scan time: 1.1906\n",
+ "2024-12-19 13:16:04,878 - optimization.inference - INFO - Number of candidates by RT in frame 238: 46\n",
+ "2024-12-19 13:16:04,878 - optimization.inference - INFO - Scan time: 1.8934\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,879 - optimization.inference - INFO - Number of candidates by RT in frame 384: 129\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,885 - optimization.inference - INFO - Scan time: 1.2033\n",
+ "2024-12-19 13:16:04,886 - optimization.inference - INFO - Number of candidates by RT in frame 243: 47\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,889 - optimization.inference - INFO - Scan time: 1.9768\n",
+ "2024-12-19 13:16:04,890 - optimization.inference - INFO - Number of candidates by RT in frame 389: 109\n",
+ "2024-12-19 13:16:04,890 - optimization.inference - INFO - Scan time: 29.0037\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,891 - optimization.inference - INFO - Number of candidates by RT in frame 1967: 197\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,893 - optimization.inference - INFO - Scan time: 1.2195\n",
+ "2024-12-19 13:16:04,894 - optimization.inference - INFO - Number of candidates by RT in frame 248: 48\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,898 - optimization.inference - INFO - Scan time: 2.0345\n",
+ "2024-12-19 13:16:04,899 - optimization.inference - INFO - Number of candidates by RT in frame 394: 112\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,901 - optimization.inference - INFO - Scan time: 1.2329\n",
+ "2024-12-19 13:16:04,902 - optimization.inference - INFO - Number of candidates by RT in frame 253: 48\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,907 - optimization.inference - INFO - Scan time: 2.1135\n",
+ "2024-12-19 13:16:04,907 - optimization.inference - INFO - Scan time: 29.0901\n",
+ "2024-12-19 13:16:04,908 - optimization.inference - INFO - Number of candidates by RT in frame 399: 102\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,909 - optimization.inference - INFO - Number of candidates by RT in frame 1972: 204\n",
+ "2024-12-19 13:16:04,909 - optimization.inference - INFO - Scan time: 1.2485\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,910 - optimization.inference - INFO - Number of candidates by RT in frame 258: 48\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,915 - optimization.inference - INFO - Scan time: 2.1904\n",
+ "2024-12-19 13:16:04,916 - optimization.inference - INFO - Number of candidates by RT in frame 404: 122\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,917 - optimization.inference - INFO - Scan time: 1.27\n",
+ "2024-12-19 13:16:04,918 - optimization.inference - INFO - Number of candidates by RT in frame 263: 49\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,920 - optimization.inference - INFO - Scan time: 29.1749\n",
+ "2024-12-19 13:16:04,921 - optimization.inference - INFO - Number of candidates by RT in frame 1977: 214\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,924 - optimization.inference - INFO - Scan time: 2.2699\n",
+ "2024-12-19 13:16:04,925 - optimization.inference - INFO - Number of candidates by RT in frame 409: 149\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,926 - optimization.inference - INFO - Scan time: 1.2883\n",
+ "2024-12-19 13:16:04,926 - optimization.inference - INFO - Number of candidates by RT in frame 268: 51\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,934 - optimization.inference - INFO - Scan time: 1.3087\n",
+ "2024-12-19 13:16:04,935 - optimization.inference - INFO - Number of candidates by RT in frame 273: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,935 - optimization.inference - INFO - Scan time: 2.3554\n",
+ "2024-12-19 13:16:04,936 - optimization.inference - INFO - Number of candidates by RT in frame 414: 175\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,937 - optimization.inference - INFO - Scan time: 29.2601\n",
+ "2024-12-19 13:16:04,938 - optimization.inference - INFO - Number of candidates by RT in frame 1982: 211\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,942 - optimization.inference - INFO - Scan time: 1.3271\n",
+ "2024-12-19 13:16:04,943 - optimization.inference - INFO - Number of candidates by RT in frame 278: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,946 - optimization.inference - INFO - Scan time: 2.44\n",
+ "2024-12-19 13:16:04,947 - optimization.inference - INFO - Number of candidates by RT in frame 419: 187\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,950 - optimization.inference - INFO - Scan time: 1.3479\n",
+ "2024-12-19 13:16:04,951 - optimization.inference - INFO - Number of candidates by RT in frame 283: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,954 - optimization.inference - INFO - Scan time: 29.3454\n",
+ "2024-12-19 13:16:04,955 - optimization.inference - INFO - Number of candidates by RT in frame 1987: 210\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,958 - optimization.inference - INFO - Scan time: 1.3615\n",
+ "2024-12-19 13:16:04,958 - optimization.inference - INFO - Scan time: 2.5265\n",
+ "2024-12-19 13:16:04,959 - optimization.inference - INFO - Number of candidates by RT in frame 288: 51\n",
+ "2024-12-19 13:16:04,959 - optimization.inference - INFO - Number of candidates by RT in frame 424: 183\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,967 - optimization.inference - INFO - Scan time: 1.3811\n",
+ "2024-12-19 13:16:04,967 - optimization.inference - INFO - Number of candidates by RT in frame 293: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,968 - optimization.inference - INFO - Scan time: 29.4313\n",
+ "2024-12-19 13:16:04,969 - optimization.inference - INFO - Number of candidates by RT in frame 1992: 200\n",
+ "2024-12-19 13:16:04,969 - optimization.inference - INFO - Scan time: 2.6111\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,970 - optimization.inference - INFO - Number of candidates by RT in frame 429: 204\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,975 - optimization.inference - INFO - Scan time: 1.3982\n",
+ "2024-12-19 13:16:04,975 - optimization.inference - INFO - Number of candidates by RT in frame 298: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,982 - optimization.inference - INFO - Scan time: 2.6967\n",
+ "2024-12-19 13:16:04,983 - optimization.inference - INFO - Scan time: 1.4131\n",
+ "2024-12-19 13:16:04,983 - optimization.inference - INFO - Number of candidates by RT in frame 434: 212\n",
+ "2024-12-19 13:16:04,983 - optimization.inference - INFO - Number of candidates by RT in frame 303: 54\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,986 - optimization.inference - INFO - Scan time: 29.5175\n",
+ "2024-12-19 13:16:04,987 - optimization.inference - INFO - Number of candidates by RT in frame 1997: 211\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,991 - optimization.inference - INFO - Scan time: 1.4329\n",
+ "2024-12-19 13:16:04,992 - optimization.inference - INFO - Number of candidates by RT in frame 308: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,995 - optimization.inference - INFO - Scan time: 2.7831\n",
+ "2024-12-19 13:16:04,996 - optimization.inference - INFO - Number of candidates by RT in frame 439: 225\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:04,999 - optimization.inference - INFO - Scan time: 1.4505\n",
+ "2024-12-19 13:16:05,000 - optimization.inference - INFO - Number of candidates by RT in frame 313: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,002 - optimization.inference - INFO - Scan time: 29.6029\n",
+ "2024-12-19 13:16:05,003 - optimization.inference - INFO - Number of candidates by RT in frame 2002: 212\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,008 - optimization.inference - INFO - Scan time: 1.4627\n",
+ "2024-12-19 13:16:05,008 - optimization.inference - INFO - Scan time: 2.8683\n",
+ "2024-12-19 13:16:05,008 - optimization.inference - INFO - Number of candidates by RT in frame 318: 52\n",
+ "2024-12-19 13:16:05,009 - optimization.inference - INFO - Number of candidates by RT in frame 444: 231\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,016 - optimization.inference - INFO - Scan time: 1.4803\n",
+ "2024-12-19 13:16:05,017 - optimization.inference - INFO - Number of candidates by RT in frame 323: 51\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,021 - optimization.inference - INFO - Scan time: 2.9542\n",
+ "2024-12-19 13:16:05,021 - optimization.inference - INFO - Scan time: 29.6889\n",
+ "2024-12-19 13:16:05,022 - optimization.inference - INFO - Number of candidates by RT in frame 449: 232\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,023 - optimization.inference - INFO - Number of candidates by RT in frame 2007: 192\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,024 - optimization.inference - INFO - Scan time: 1.4965\n",
+ "2024-12-19 13:16:05,025 - optimization.inference - INFO - Number of candidates by RT in frame 328: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,033 - optimization.inference - INFO - Scan time: 1.5139\n",
+ "2024-12-19 13:16:05,034 - optimization.inference - INFO - Number of candidates by RT in frame 333: 53\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,035 - optimization.inference - INFO - Scan time: 3.0409\n",
+ "2024-12-19 13:16:05,036 - optimization.inference - INFO - Number of candidates by RT in frame 454: 224\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,038 - optimization.inference - INFO - Scan time: 29.7744\n",
+ "2024-12-19 13:16:05,039 - optimization.inference - INFO - Number of candidates by RT in frame 2012: 200\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,041 - optimization.inference - INFO - Scan time: 1.5309\n",
+ "2024-12-19 13:16:05,042 - optimization.inference - INFO - Number of candidates by RT in frame 338: 51\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,047 - optimization.inference - INFO - Scan time: 3.1267\n",
+ "2024-12-19 13:16:05,048 - optimization.inference - INFO - Number of candidates by RT in frame 459: 227\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,050 - optimization.inference - INFO - Scan time: 1.5514\n",
+ "2024-12-19 13:16:05,051 - optimization.inference - INFO - Number of candidates by RT in frame 343: 52\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,054 - optimization.inference - INFO - Scan time: 29.86\n",
+ "2024-12-19 13:16:05,055 - optimization.inference - INFO - Number of candidates by RT in frame 2017: 197\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,059 - optimization.inference - INFO - Scan time: 1.5706\n",
+ "2024-12-19 13:16:05,060 - optimization.inference - INFO - Number of candidates by RT in frame 348: 54\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,060 - optimization.inference - INFO - Scan time: 3.2127\n",
+ "2024-12-19 13:16:05,061 - optimization.inference - INFO - Number of candidates by RT in frame 464: 229\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,066 - optimization.inference - INFO - Scan time: 29.9463\n",
+ "2024-12-19 13:16:05,067 - optimization.inference - INFO - Number of candidates by RT in frame 2022: 209\n",
+ "2024-12-19 13:16:05,067 - optimization.inference - INFO - Scan time: 1.5964\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,068 - optimization.inference - INFO - Number of candidates by RT in frame 353: 58\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,074 - optimization.inference - INFO - Scan time: 3.2986\n",
+ "2024-12-19 13:16:05,075 - optimization.inference - INFO - Number of candidates by RT in frame 469: 223\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,076 - optimization.inference - INFO - Scan time: 1.6355\n",
+ "2024-12-19 13:16:05,077 - optimization.inference - INFO - Number of candidates by RT in frame 358: 64\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,082 - optimization.inference - INFO - Scan time: 1.6659\n",
+ "2024-12-19 13:16:05,083 - optimization.inference - INFO - Number of candidates by RT in frame 363: 73\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,086 - optimization.inference - INFO - Scan time: 30.0324\n",
+ "2024-12-19 13:16:05,086 - optimization.inference - INFO - Scan time: 3.3851\n",
+ "2024-12-19 13:16:05,087 - optimization.inference - INFO - Number of candidates by RT in frame 2027: 198\n",
+ "2024-12-19 13:16:05,087 - optimization.inference - INFO - Number of candidates by RT in frame 474: 214\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,090 - optimization.inference - INFO - Scan time: 1.6925\n",
+ "2024-12-19 13:16:05,091 - optimization.inference - INFO - Number of candidates by RT in frame 368: 88\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,100 - optimization.inference - INFO - Scan time: 1.7316\n",
+ "2024-12-19 13:16:05,101 - optimization.inference - INFO - Number of candidates by RT in frame 373: 101\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,102 - optimization.inference - INFO - Scan time: 3.4709\n",
+ "2024-12-19 13:16:05,103 - optimization.inference - INFO - Number of candidates by RT in frame 479: 215\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,106 - optimization.inference - INFO - Scan time: 30.1183\n",
+ "2024-12-19 13:16:05,107 - optimization.inference - INFO - Number of candidates by RT in frame 2032: 194\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,112 - optimization.inference - INFO - Scan time: 3.557\n",
+ "2024-12-19 13:16:05,113 - optimization.inference - INFO - Number of candidates by RT in frame 484: 215\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,115 - optimization.inference - INFO - Scan time: 1.7914\n",
+ "2024-12-19 13:16:05,116 - optimization.inference - INFO - Number of candidates by RT in frame 378: 121\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,120 - optimization.inference - INFO - Scan time: 30.2043\n",
+ "2024-12-19 13:16:05,121 - optimization.inference - INFO - Number of candidates by RT in frame 2037: 165\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,125 - optimization.inference - INFO - Scan time: 3.6427\n",
+ "2024-12-19 13:16:05,126 - optimization.inference - INFO - Scan time: 1.8761\n",
+ "2024-12-19 13:16:05,126 - optimization.inference - INFO - Number of candidates by RT in frame 489: 215\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,127 - optimization.inference - INFO - Number of candidates by RT in frame 383: 126\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,133 - optimization.inference - INFO - Scan time: 30.2898\n",
+ "2024-12-19 13:16:05,135 - optimization.inference - INFO - Number of candidates by RT in frame 2042: 175\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,137 - optimization.inference - INFO - Scan time: 1.9604\n",
+ "2024-12-19 13:16:05,138 - optimization.inference - INFO - Number of candidates by RT in frame 388: 109\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,139 - optimization.inference - INFO - Scan time: 3.7282\n",
+ "2024-12-19 13:16:05,140 - optimization.inference - INFO - Number of candidates by RT in frame 494: 210\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,146 - optimization.inference - INFO - Scan time: 2.0273\n",
+ "2024-12-19 13:16:05,146 - optimization.inference - INFO - Number of candidates by RT in frame 393: 112\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,148 - optimization.inference - INFO - Scan time: 30.3762\n",
+ "2024-12-19 13:16:05,149 - optimization.inference - INFO - Number of candidates by RT in frame 2047: 188\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,152 - optimization.inference - INFO - Scan time: 3.8142\n",
+ "2024-12-19 13:16:05,153 - optimization.inference - INFO - Number of candidates by RT in frame 499: 197\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,155 - optimization.inference - INFO - Scan time: 2.0984\n",
+ "2024-12-19 13:16:05,156 - optimization.inference - INFO - Number of candidates by RT in frame 398: 104\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,164 - optimization.inference - INFO - Scan time: 3.8994\n",
+ "2024-12-19 13:16:05,164 - optimization.inference - INFO - Number of candidates by RT in frame 504: 203\n",
+ "2024-12-19 13:16:05,165 - optimization.inference - INFO - Scan time: 2.1742\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,165 - optimization.inference - INFO - Number of candidates by RT in frame 403: 128\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,167 - optimization.inference - INFO - Scan time: 30.4623\n",
+ "2024-12-19 13:16:05,168 - optimization.inference - INFO - Number of candidates by RT in frame 2052: 212\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,175 - optimization.inference - INFO - Scan time: 3.9845\n",
+ "2024-12-19 13:16:05,175 - optimization.inference - INFO - Scan time: 2.2537\n",
+ "2024-12-19 13:16:05,176 - optimization.inference - INFO - Number of candidates by RT in frame 509: 182\n",
+ "2024-12-19 13:16:05,176 - optimization.inference - INFO - Number of candidates by RT in frame 408: 137\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,183 - optimization.inference - INFO - Scan time: 30.5483\n",
+ "2024-12-19 13:16:05,184 - optimization.inference - INFO - Number of candidates by RT in frame 2057: 223\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,186 - optimization.inference - INFO - Scan time: 2.338\n",
+ "2024-12-19 13:16:05,187 - optimization.inference - INFO - Number of candidates by RT in frame 413: 168\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,188 - optimization.inference - INFO - Scan time: 4.0707\n",
+ "2024-12-19 13:16:05,189 - optimization.inference - INFO - Number of candidates by RT in frame 514: 190\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,199 - optimization.inference - INFO - Scan time: 2.4226\n",
+ "2024-12-19 13:16:05,200 - optimization.inference - INFO - Scan time: 4.1564\n",
+ "2024-12-19 13:16:05,200 - optimization.inference - INFO - Number of candidates by RT in frame 418: 190\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,201 - optimization.inference - INFO - Scan time: 30.634\n",
+ "2024-12-19 13:16:05,201 - optimization.inference - INFO - Number of candidates by RT in frame 519: 202\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,202 - optimization.inference - INFO - Number of candidates by RT in frame 2062: 222\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,211 - optimization.inference - INFO - Scan time: 4.2418\n",
+ "2024-12-19 13:16:05,212 - optimization.inference - INFO - Number of candidates by RT in frame 524: 204\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,213 - optimization.inference - INFO - Scan time: 2.509\n",
+ "2024-12-19 13:16:05,216 - optimization.inference - INFO - Scan time: 30.7188\n",
+ "2024-12-19 13:16:05,214 - optimization.inference - INFO - Number of candidates by RT in frame 423: 186\n",
+ "2024-12-19 13:16:05,218 - optimization.inference - INFO - Number of candidates by RT in frame 2067: 214\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,227 - optimization.inference - INFO - Scan time: 4.3279\n",
+ "2024-12-19 13:16:05,228 - optimization.inference - INFO - Number of candidates by RT in frame 529: 213\n",
+ "2024-12-19 13:16:05,228 - optimization.inference - INFO - Scan time: 2.595\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,229 - optimization.inference - INFO - Number of candidates by RT in frame 428: 201\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,234 - optimization.inference - INFO - Scan time: 30.8042\n",
+ "2024-12-19 13:16:05,235 - optimization.inference - INFO - Number of candidates by RT in frame 2072: 199\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,241 - optimization.inference - INFO - Scan time: 4.4132\n",
+ "2024-12-19 13:16:05,242 - optimization.inference - INFO - Scan time: 2.6795\n",
+ "2024-12-19 13:16:05,243 - optimization.inference - INFO - Number of candidates by RT in frame 534: 206\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,243 - optimization.inference - INFO - Number of candidates by RT in frame 433: 208\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,252 - optimization.inference - INFO - Scan time: 30.8907\n",
+ "2024-12-19 13:16:05,254 - optimization.inference - INFO - Number of candidates by RT in frame 2077: 190\n",
+ "2024-12-19 13:16:05,254 - optimization.inference - INFO - Scan time: 2.7658\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,255 - optimization.inference - INFO - Number of candidates by RT in frame 438: 225\n",
+ "2024-12-19 13:16:05,255 - optimization.inference - INFO - Scan time: 4.4978\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,256 - optimization.inference - INFO - Number of candidates by RT in frame 539: 196\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,266 - optimization.inference - INFO - Scan time: 2.851\n",
+ "2024-12-19 13:16:05,266 - optimization.inference - INFO - Scan time: 30.9756\n",
+ "2024-12-19 13:16:05,267 - optimization.inference - INFO - Number of candidates by RT in frame 443: 227\n",
+ "2024-12-19 13:16:05,267 - optimization.inference - INFO - Number of candidates by RT in frame 2082: 201\n",
+ "2024-12-19 13:16:05,268 - optimization.inference - INFO - Scan time: 4.5831\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,268 - optimization.inference - INFO - Number of candidates by RT in frame 544: 204\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,279 - optimization.inference - INFO - Scan time: 4.6695\n",
+ "2024-12-19 13:16:05,280 - optimization.inference - INFO - Number of candidates by RT in frame 549: 211\n",
+ "2024-12-19 13:16:05,280 - optimization.inference - INFO - Scan time: 2.9371\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,281 - optimization.inference - INFO - Number of candidates by RT in frame 448: 225\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,284 - optimization.inference - INFO - Scan time: 31.0615\n",
+ "2024-12-19 13:16:05,285 - optimization.inference - INFO - Number of candidates by RT in frame 2087: 199\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,291 - optimization.inference - INFO - Scan time: 4.7548\n",
+ "2024-12-19 13:16:05,292 - optimization.inference - INFO - Number of candidates by RT in frame 554: 212\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,295 - optimization.inference - INFO - Scan time: 3.0236\n",
+ "2024-12-19 13:16:05,296 - optimization.inference - INFO - Number of candidates by RT in frame 453: 227\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,300 - optimization.inference - INFO - Scan time: 31.1474\n",
+ "2024-12-19 13:16:05,301 - optimization.inference - INFO - Number of candidates by RT in frame 2092: 208\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,304 - optimization.inference - INFO - Scan time: 4.8408\n",
+ "2024-12-19 13:16:05,305 - optimization.inference - INFO - Number of candidates by RT in frame 559: 228\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,309 - optimization.inference - INFO - Scan time: 3.1093\n",
+ "2024-12-19 13:16:05,310 - optimization.inference - INFO - Number of candidates by RT in frame 458: 228\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,314 - optimization.inference - INFO - Scan time: 4.9266\n",
+ "2024-12-19 13:16:05,315 - optimization.inference - INFO - Number of candidates by RT in frame 564: 229\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,316 - optimization.inference - INFO - Scan time: 31.2331\n",
+ "2024-12-19 13:16:05,317 - optimization.inference - INFO - Number of candidates by RT in frame 2097: 197\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,327 - optimization.inference - INFO - Scan time: 5.013\n",
+ "2024-12-19 13:16:05,328 - optimization.inference - INFO - Number of candidates by RT in frame 569: 227\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,331 - optimization.inference - INFO - Scan time: 3.1955\n",
+ "2024-12-19 13:16:05,333 - optimization.inference - INFO - Number of candidates by RT in frame 463: 224\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,335 - optimization.inference - INFO - Scan time: 31.3186\n",
+ "2024-12-19 13:16:05,336 - optimization.inference - INFO - Number of candidates by RT in frame 2102: 208\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,344 - optimization.inference - INFO - Scan time: 5.0993\n",
+ "2024-12-19 13:16:05,345 - optimization.inference - INFO - Number of candidates by RT in frame 574: 238\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,348 - optimization.inference - INFO - Scan time: 3.2817\n",
+ "2024-12-19 13:16:05,349 - optimization.inference - INFO - Number of candidates by RT in frame 468: 228\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,352 - optimization.inference - INFO - Scan time: 31.4047\n",
+ "2024-12-19 13:16:05,353 - optimization.inference - INFO - Number of candidates by RT in frame 2107: 193\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,359 - optimization.inference - INFO - Scan time: 3.3677\n",
+ "2024-12-19 13:16:05,360 - optimization.inference - INFO - Number of candidates by RT in frame 473: 216\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,361 - optimization.inference - INFO - Scan time: 5.1855\n",
+ "2024-12-19 13:16:05,362 - optimization.inference - INFO - Number of candidates by RT in frame 579: 229\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,375 - optimization.inference - INFO - Scan time: 31.4905\n",
+ "2024-12-19 13:16:05,376 - optimization.inference - INFO - Scan time: 5.2718\n",
+ "2024-12-19 13:16:05,376 - optimization.inference - INFO - Number of candidates by RT in frame 2112: 195\n",
+ "2024-12-19 13:16:05,376 - optimization.inference - INFO - Scan time: 3.4537\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,377 - optimization.inference - INFO - Number of candidates by RT in frame 584: 232\n",
+ "2024-12-19 13:16:05,377 - optimization.inference - INFO - Number of candidates by RT in frame 478: 215\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,387 - optimization.inference - INFO - Scan time: 3.5398\n",
+ "2024-12-19 13:16:05,388 - optimization.inference - INFO - Number of candidates by RT in frame 483: 215\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,392 - optimization.inference - INFO - Scan time: 5.3582\n",
+ "2024-12-19 13:16:05,393 - optimization.inference - INFO - Number of candidates by RT in frame 589: 239\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,397 - optimization.inference - INFO - Scan time: 31.576\n",
+ "2024-12-19 13:16:05,398 - optimization.inference - INFO - Number of candidates by RT in frame 2117: 174\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,400 - optimization.inference - INFO - Scan time: 3.626\n",
+ "2024-12-19 13:16:05,401 - optimization.inference - INFO - Number of candidates by RT in frame 488: 216\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,405 - optimization.inference - INFO - Scan time: 5.4444\n",
+ "2024-12-19 13:16:05,406 - optimization.inference - INFO - Number of candidates by RT in frame 594: 230\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,414 - optimization.inference - INFO - Scan time: 3.711\n",
+ "2024-12-19 13:16:05,414 - optimization.inference - INFO - Scan time: 31.6615\n",
+ "2024-12-19 13:16:05,415 - optimization.inference - INFO - Number of candidates by RT in frame 493: 213\n",
+ "2024-12-19 13:16:05,415 - optimization.inference - INFO - Number of candidates by RT in frame 2122: 146\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,419 - optimization.inference - INFO - Scan time: 5.531\n",
+ "2024-12-19 13:16:05,420 - optimization.inference - INFO - Number of candidates by RT in frame 599: 238\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,428 - optimization.inference - INFO - Scan time: 31.7475\n",
+ "2024-12-19 13:16:05,428 - optimization.inference - INFO - Scan time: 3.7971\n",
+ "2024-12-19 13:16:05,429 - optimization.inference - INFO - Number of candidates by RT in frame 2127: 129\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,429 - optimization.inference - INFO - Number of candidates by RT in frame 498: 204\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,433 - optimization.inference - INFO - Scan time: 5.6172\n",
+ "2024-12-19 13:16:05,434 - optimization.inference - INFO - Number of candidates by RT in frame 604: 236\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,439 - optimization.inference - INFO - Scan time: 31.833\n",
+ "2024-12-19 13:16:05,440 - optimization.inference - INFO - Number of candidates by RT in frame 2132: 125\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,441 - optimization.inference - INFO - Scan time: 3.8824\n",
+ "2024-12-19 13:16:05,442 - optimization.inference - INFO - Number of candidates by RT in frame 503: 204\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,446 - optimization.inference - INFO - Scan time: 5.7027\n",
+ "2024-12-19 13:16:05,447 - optimization.inference - INFO - Number of candidates by RT in frame 609: 246\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,450 - optimization.inference - INFO - Scan time: 31.9191\n",
+ "2024-12-19 13:16:05,451 - optimization.inference - INFO - Number of candidates by RT in frame 2137: 91\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,458 - optimization.inference - INFO - Scan time: 3.9676\n",
+ "2024-12-19 13:16:05,458 - optimization.inference - INFO - Scan time: 5.7887\n",
+ "2024-12-19 13:16:05,459 - optimization.inference - INFO - Number of candidates by RT in frame 508: 188\n",
+ "2024-12-19 13:16:05,459 - optimization.inference - INFO - Number of candidates by RT in frame 614: 238\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,463 - optimization.inference - INFO - Scan time: 32.0051\n",
+ "2024-12-19 13:16:05,464 - optimization.inference - INFO - Number of candidates by RT in frame 2142: 50\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,470 - optimization.inference - INFO - Scan time: 4.0537\n",
+ "2024-12-19 13:16:05,472 - optimization.inference - INFO - Number of candidates by RT in frame 513: 182\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,473 - optimization.inference - INFO - Scan time: 5.8752\n",
+ "2024-12-19 13:16:05,474 - optimization.inference - INFO - Number of candidates by RT in frame 619: 260\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,478 - optimization.inference - INFO - Scan time: 32.091\n",
+ "2024-12-19 13:16:05,479 - optimization.inference - INFO - Number of candidates by RT in frame 2147: 22\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,484 - optimization.inference - INFO - Scan time: 4.1397\n",
+ "2024-12-19 13:16:05,485 - optimization.inference - INFO - Number of candidates by RT in frame 518: 195\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,486 - optimization.inference - INFO - Scan time: 5.9616\n",
+ "2024-12-19 13:16:05,487 - optimization.inference - INFO - Number of candidates by RT in frame 624: 234\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,492 - optimization.inference - INFO - Scan time: 32.1577\n",
+ "2024-12-19 13:16:05,493 - optimization.inference - INFO - Number of candidates by RT in frame 2152: 18\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,496 - optimization.inference - INFO - Scan time: 4.2249\n",
+ "2024-12-19 13:16:05,497 - optimization.inference - INFO - Number of candidates by RT in frame 523: 201\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,499 - optimization.inference - INFO - Scan time: 6.0471\n",
+ "2024-12-19 13:16:05,500 - optimization.inference - INFO - Number of candidates by RT in frame 629: 240\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,506 - optimization.inference - INFO - Scan time: 32.19\n",
+ "2024-12-19 13:16:05,506 - optimization.inference - INFO - Number of candidates by RT in frame 2157: 16\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,512 - optimization.inference - INFO - Scan time: 6.1324\n",
+ "2024-12-19 13:16:05,512 - optimization.inference - INFO - Scan time: 4.3109\n",
+ "2024-12-19 13:16:05,513 - optimization.inference - INFO - Number of candidates by RT in frame 634: 244\n",
+ "2024-12-19 13:16:05,513 - optimization.inference - INFO - Number of candidates by RT in frame 528: 210\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,517 - optimization.inference - INFO - Scan time: 32.2071\n",
+ "2024-12-19 13:16:05,517 - optimization.inference - INFO - Number of candidates by RT in frame 2162: 14\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,525 - optimization.inference - INFO - Scan time: 6.2187\n",
+ "2024-12-19 13:16:05,526 - optimization.inference - INFO - Number of candidates by RT in frame 639: 245\n",
+ "2024-12-19 13:16:05,526 - optimization.inference - INFO - Scan time: 4.396\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,527 - optimization.inference - INFO - Number of candidates by RT in frame 533: 206\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,529 - optimization.inference - INFO - Scan time: 32.227\n",
+ "2024-12-19 13:16:05,530 - optimization.inference - INFO - Number of candidates by RT in frame 2167: 14\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,539 - optimization.inference - INFO - Scan time: 32.2475\n",
+ "2024-12-19 13:16:05,540 - optimization.inference - INFO - Number of candidates by RT in frame 2172: 13\n",
+ "2024-12-19 13:16:05,540 - optimization.inference - INFO - Scan time: 4.4811\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,541 - optimization.inference - INFO - Scan time: 6.3053\n",
+ "2024-12-19 13:16:05,541 - optimization.inference - INFO - Number of candidates by RT in frame 538: 197\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,542 - optimization.inference - INFO - Number of candidates by RT in frame 644: 257\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,551 - optimization.inference - INFO - Scan time: 32.2739\n",
+ "2024-12-19 13:16:05,552 - optimization.inference - INFO - Number of candidates by RT in frame 2177: 12\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,553 - optimization.inference - INFO - Scan time: 4.5662\n",
+ "2024-12-19 13:16:05,553 - optimization.inference - INFO - Scan time: 6.3922\n",
+ "2024-12-19 13:16:05,554 - optimization.inference - INFO - Number of candidates by RT in frame 543: 211\n",
+ "2024-12-19 13:16:05,554 - optimization.inference - INFO - Number of candidates by RT in frame 649: 229\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,564 - optimization.inference - INFO - Scan time: 32.2904\n",
+ "2024-12-19 13:16:05,564 - optimization.inference - INFO - Number of candidates by RT in frame 2182: 11\n",
+ "2024-12-19 13:16:05,565 - optimization.inference - INFO - Scan time: 4.652\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,566 - optimization.inference - INFO - Number of candidates by RT in frame 548: 213\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,568 - optimization.inference - INFO - Scan time: 6.4787\n",
+ "2024-12-19 13:16:05,569 - optimization.inference - INFO - Number of candidates by RT in frame 654: 242\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,576 - optimization.inference - INFO - Scan time: 32.304\n",
+ "2024-12-19 13:16:05,577 - optimization.inference - INFO - Number of candidates by RT in frame 2187: 11\n",
+ "2024-12-19 13:16:05,577 - optimization.inference - INFO - Scan time: 4.7378\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,578 - optimization.inference - INFO - Number of candidates by RT in frame 553: 216\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,582 - optimization.inference - INFO - Scan time: 6.5656\n",
+ "2024-12-19 13:16:05,583 - optimization.inference - INFO - Number of candidates by RT in frame 659: 242\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,588 - optimization.inference - INFO - Scan time: 32.3191\n",
+ "2024-12-19 13:16:05,589 - optimization.inference - INFO - Number of candidates by RT in frame 2192: 10\n",
+ "2024-12-19 13:16:05,590 - optimization.inference - INFO - Scan time: 4.8239\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,591 - optimization.inference - INFO - Number of candidates by RT in frame 558: 224\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,599 - optimization.inference - INFO - Scan time: 6.651\n",
+ "2024-12-19 13:16:05,600 - optimization.inference - INFO - Number of candidates by RT in frame 664: 240\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,601 - optimization.inference - INFO - Scan time: 4.9097\n",
+ "2024-12-19 13:16:05,601 - optimization.inference - INFO - Scan time: 32.3366\n",
+ "2024-12-19 13:16:05,602 - optimization.inference - INFO - Number of candidates by RT in frame 2197: 10\n",
+ "2024-12-19 13:16:05,602 - optimization.inference - INFO - Number of candidates by RT in frame 563: 234\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,611 - optimization.inference - INFO - Scan time: 6.7358\n",
+ "2024-12-19 13:16:05,612 - optimization.inference - INFO - Scan time: 32.3503\n",
+ "2024-12-19 13:16:05,612 - optimization.inference - INFO - Number of candidates by RT in frame 669: 246\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,613 - optimization.inference - INFO - Number of candidates by RT in frame 2202: 10\n",
+ "2024-12-19 13:16:05,613 - optimization.inference - INFO - Scan time: 4.9956\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,614 - optimization.inference - INFO - Number of candidates by RT in frame 568: 224\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,622 - optimization.inference - INFO - Scan time: 32.3772\n",
+ "2024-12-19 13:16:05,623 - optimization.inference - INFO - Number of candidates by RT in frame 2207: 9\n",
+ "2024-12-19 13:16:05,624 - optimization.inference - INFO - Scan time: 6.822\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,625 - optimization.inference - INFO - Number of candidates by RT in frame 674: 242\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,631 - optimization.inference - INFO - Scan time: 5.0825\n",
+ "2024-12-19 13:16:05,632 - optimization.inference - INFO - Number of candidates by RT in frame 573: 235\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,634 - optimization.inference - INFO - Scan time: 32.3963\n",
+ "2024-12-19 13:16:05,635 - optimization.inference - INFO - Number of candidates by RT in frame 2212: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,638 - optimization.inference - INFO - Scan time: 6.9079\n",
+ "2024-12-19 13:16:05,639 - optimization.inference - INFO - Number of candidates by RT in frame 679: 256\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,645 - optimization.inference - INFO - Scan time: 5.1681\n",
+ "2024-12-19 13:16:05,646 - optimization.inference - INFO - Scan time: 32.4125\n",
+ "2024-12-19 13:16:05,646 - optimization.inference - INFO - Number of candidates by RT in frame 578: 231\n",
+ "2024-12-19 13:16:05,646 - optimization.inference - INFO - Number of candidates by RT in frame 2217: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,653 - optimization.inference - INFO - Scan time: 6.9946\n",
+ "2024-12-19 13:16:05,654 - optimization.inference - INFO - Number of candidates by RT in frame 684: 234\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,657 - optimization.inference - INFO - Scan time: 32.4289\n",
+ "2024-12-19 13:16:05,658 - optimization.inference - INFO - Number of candidates by RT in frame 2222: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,665 - optimization.inference - INFO - Scan time: 5.2543\n",
+ "2024-12-19 13:16:05,665 - optimization.inference - INFO - Scan time: 7.0805\n",
+ "2024-12-19 13:16:05,666 - optimization.inference - INFO - Number of candidates by RT in frame 583: 226\n",
+ "2024-12-19 13:16:05,666 - optimization.inference - INFO - Number of candidates by RT in frame 689: 237\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,668 - optimization.inference - INFO - Scan time: 32.4423\n",
+ "2024-12-19 13:16:05,668 - optimization.inference - INFO - Number of candidates by RT in frame 2227: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,677 - optimization.inference - INFO - Scan time: 32.4552\n",
+ "2024-12-19 13:16:05,678 - optimization.inference - INFO - Number of candidates by RT in frame 2232: 6\n",
+ "2024-12-19 13:16:05,678 - optimization.inference - INFO - Scan time: 7.1659\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,679 - optimization.inference - INFO - Scan time: 5.3411\n",
+ "2024-12-19 13:16:05,679 - optimization.inference - INFO - Number of candidates by RT in frame 694: 250\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,680 - optimization.inference - INFO - Number of candidates by RT in frame 588: 238\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,686 - optimization.inference - INFO - Scan time: 32.4673\n",
+ "2024-12-19 13:16:05,686 - optimization.inference - INFO - Number of candidates by RT in frame 2237: 6\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,692 - optimization.inference - INFO - Scan time: 5.4269\n",
+ "2024-12-19 13:16:05,693 - optimization.inference - INFO - Number of candidates by RT in frame 593: 234\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,696 - optimization.inference - INFO - Scan time: 32.4808\n",
+ "2024-12-19 13:16:05,697 - optimization.inference - INFO - Number of candidates by RT in frame 2242: 6\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,698 - optimization.inference - INFO - Scan time: 7.2506\n",
+ "2024-12-19 13:16:05,699 - optimization.inference - INFO - Number of candidates by RT in frame 699: 248\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,707 - optimization.inference - INFO - Scan time: 32.493\n",
+ "2024-12-19 13:16:05,707 - optimization.inference - INFO - Scan time: 5.5136\n",
+ "2024-12-19 13:16:05,708 - optimization.inference - INFO - Number of candidates by RT in frame 2247: 5\n",
+ "2024-12-19 13:16:05,708 - optimization.inference - INFO - Number of candidates by RT in frame 598: 238\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,713 - optimization.inference - INFO - Scan time: 7.3366\n",
+ "2024-12-19 13:16:05,714 - optimization.inference - INFO - Number of candidates by RT in frame 704: 259\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,718 - optimization.inference - INFO - Scan time: 32.5087\n",
+ "2024-12-19 13:16:05,719 - optimization.inference - INFO - Number of candidates by RT in frame 2252: 4\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,721 - optimization.inference - INFO - Scan time: 5.6001\n",
+ "2024-12-19 13:16:05,722 - optimization.inference - INFO - Number of candidates by RT in frame 603: 238\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,724 - optimization.inference - INFO - Scan time: 7.4219\n",
+ "2024-12-19 13:16:05,725 - optimization.inference - INFO - Number of candidates by RT in frame 709: 258\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,728 - optimization.inference - INFO - Scan time: 32.5257\n",
+ "2024-12-19 13:16:05,729 - optimization.inference - INFO - Number of candidates by RT in frame 2257: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,736 - optimization.inference - INFO - Scan time: 5.6859\n",
+ "2024-12-19 13:16:05,737 - optimization.inference - INFO - Number of candidates by RT in frame 608: 245\n",
+ "2024-12-19 13:16:05,737 - optimization.inference - INFO - Scan time: 32.5424\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,738 - optimization.inference - INFO - Number of candidates by RT in frame 2262: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,740 - optimization.inference - INFO - Scan time: 7.5085\n",
+ "2024-12-19 13:16:05,741 - optimization.inference - INFO - Number of candidates by RT in frame 714: 252\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,747 - optimization.inference - INFO - Scan time: 32.5586\n",
+ "2024-12-19 13:16:05,748 - optimization.inference - INFO - Number of candidates by RT in frame 2267: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,749 - optimization.inference - INFO - Scan time: 5.7717\n",
+ "2024-12-19 13:16:05,750 - optimization.inference - INFO - Number of candidates by RT in frame 613: 240\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,755 - optimization.inference - INFO - Scan time: 7.5942\n",
+ "2024-12-19 13:16:05,756 - optimization.inference - INFO - Number of candidates by RT in frame 719: 252\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,757 - optimization.inference - INFO - Scan time: 32.5762\n",
+ "2024-12-19 13:16:05,758 - optimization.inference - INFO - Number of candidates by RT in frame 2272: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,763 - optimization.inference - INFO - Scan time: 5.8579\n",
+ "2024-12-19 13:16:05,764 - optimization.inference - INFO - Number of candidates by RT in frame 618: 250\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,767 - optimization.inference - INFO - Scan time: 7.6797\n",
+ "2024-12-19 13:16:05,767 - optimization.inference - INFO - Scan time: 32.5891\n",
+ "2024-12-19 13:16:05,768 - optimization.inference - INFO - Number of candidates by RT in frame 724: 259\n",
+ "2024-12-19 13:16:05,768 - optimization.inference - INFO - Number of candidates by RT in frame 2277: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,776 - optimization.inference - INFO - Scan time: 32.602\n",
+ "2024-12-19 13:16:05,777 - optimization.inference - INFO - Scan time: 5.9441\n",
+ "2024-12-19 13:16:05,777 - optimization.inference - INFO - Number of candidates by RT in frame 2282: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,778 - optimization.inference - INFO - Number of candidates by RT in frame 623: 230\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,782 - optimization.inference - INFO - Scan time: 7.766\n",
+ "2024-12-19 13:16:05,783 - optimization.inference - INFO - Number of candidates by RT in frame 729: 266\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,785 - optimization.inference - INFO - Scan time: 32.6162\n",
+ "2024-12-19 13:16:05,786 - optimization.inference - INFO - Number of candidates by RT in frame 2287: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,790 - optimization.inference - INFO - Scan time: 6.0303\n",
+ "2024-12-19 13:16:05,791 - optimization.inference - INFO - Number of candidates by RT in frame 628: 233\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,794 - optimization.inference - INFO - Scan time: 32.6305\n",
+ "2024-12-19 13:16:05,794 - optimization.inference - INFO - Number of candidates by RT in frame 2292: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,797 - optimization.inference - INFO - Scan time: 7.8517\n",
+ "2024-12-19 13:16:05,798 - optimization.inference - INFO - Number of candidates by RT in frame 734: 274\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,803 - optimization.inference - INFO - Scan time: 32.6473\n",
+ "2024-12-19 13:16:05,803 - optimization.inference - INFO - Number of candidates by RT in frame 2297: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,805 - optimization.inference - INFO - Scan time: 6.1152\n",
+ "2024-12-19 13:16:05,806 - optimization.inference - INFO - Number of candidates by RT in frame 633: 249\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,811 - optimization.inference - INFO - Scan time: 32.6628\n",
+ "2024-12-19 13:16:05,812 - optimization.inference - INFO - Number of candidates by RT in frame 2302: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,813 - optimization.inference - INFO - Scan time: 7.9375\n",
+ "2024-12-19 13:16:05,814 - optimization.inference - INFO - Number of candidates by RT in frame 739: 284\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,818 - optimization.inference - INFO - Scan time: 6.2013\n",
+ "2024-12-19 13:16:05,819 - optimization.inference - INFO - Number of candidates by RT in frame 638: 237\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,820 - optimization.inference - INFO - Scan time: 32.6785\n",
+ "2024-12-19 13:16:05,820 - optimization.inference - INFO - Number of candidates by RT in frame 2307: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,827 - optimization.inference - INFO - Scan time: 8.0225\n",
+ "2024-12-19 13:16:05,828 - optimization.inference - INFO - Scan time: 32.6954\n",
+ "2024-12-19 13:16:05,828 - optimization.inference - INFO - Number of candidates by RT in frame 744: 263\n",
+ "2024-12-19 13:16:05,829 - optimization.inference - INFO - Number of candidates by RT in frame 2312: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,834 - optimization.inference - INFO - Scan time: 6.2883\n",
+ "2024-12-19 13:16:05,835 - optimization.inference - INFO - Number of candidates by RT in frame 643: 260\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,836 - optimization.inference - INFO - Scan time: 32.7069\n",
+ "2024-12-19 13:16:05,837 - optimization.inference - INFO - Number of candidates by RT in frame 2317: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,843 - optimization.inference - INFO - Scan time: 8.1086\n",
+ "2024-12-19 13:16:05,844 - optimization.inference - INFO - Number of candidates by RT in frame 749: 255\n",
+ "2024-12-19 13:16:05,845 - optimization.inference - INFO - Scan time: 32.7229\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,846 - optimization.inference - INFO - Number of candidates by RT in frame 2322: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,847 - optimization.inference - INFO - Scan time: 6.3749\n",
+ "2024-12-19 13:16:05,848 - optimization.inference - INFO - Number of candidates by RT in frame 648: 236\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,853 - optimization.inference - INFO - Scan time: 32.7379\n",
+ "2024-12-19 13:16:05,854 - optimization.inference - INFO - Number of candidates by RT in frame 2327: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,860 - optimization.inference - INFO - Scan time: 8.1937\n",
+ "2024-12-19 13:16:05,861 - optimization.inference - INFO - Number of candidates by RT in frame 754: 252\n",
+ "2024-12-19 13:16:05,861 - optimization.inference - INFO - Scan time: 32.7518\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,862 - optimization.inference - INFO - Number of candidates by RT in frame 2332: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,862 - optimization.inference - INFO - Scan time: 6.4616\n",
+ "2024-12-19 13:16:05,863 - optimization.inference - INFO - Number of candidates by RT in frame 653: 244\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,870 - optimization.inference - INFO - Scan time: 32.7726\n",
+ "2024-12-19 13:16:05,870 - optimization.inference - INFO - Number of candidates by RT in frame 2337: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,875 - optimization.inference - INFO - Scan time: 8.2802\n",
+ "2024-12-19 13:16:05,876 - optimization.inference - INFO - Number of candidates by RT in frame 759: 253\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,877 - optimization.inference - INFO - Scan time: 32.7868\n",
+ "2024-12-19 13:16:05,878 - optimization.inference - INFO - Number of candidates by RT in frame 2342: 2\n",
+ "2024-12-19 13:16:05,879 - optimization.inference - INFO - Scan time: 6.5481\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,880 - optimization.inference - INFO - Number of candidates by RT in frame 658: 245\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,884 - optimization.inference - INFO - Scan time: 32.801\n",
+ "2024-12-19 13:16:05,885 - optimization.inference - INFO - Number of candidates by RT in frame 2347: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,890 - optimization.inference - INFO - Scan time: 8.3658\n",
+ "2024-12-19 13:16:05,891 - optimization.inference - INFO - Number of candidates by RT in frame 764: 249\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,892 - optimization.inference - INFO - Scan time: 32.8173\n",
+ "2024-12-19 13:16:05,893 - optimization.inference - INFO - Number of candidates by RT in frame 2352: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,893 - optimization.inference - INFO - Scan time: 6.6338\n",
+ "2024-12-19 13:16:05,894 - optimization.inference - INFO - Number of candidates by RT in frame 663: 237\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,900 - optimization.inference - INFO - Scan time: 32.834\n",
+ "2024-12-19 13:16:05,901 - optimization.inference - INFO - Number of candidates by RT in frame 2357: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,907 - optimization.inference - INFO - Scan time: 6.7189\n",
+ "2024-12-19 13:16:05,908 - optimization.inference - INFO - Number of candidates by RT in frame 668: 239\n",
+ "2024-12-19 13:16:05,908 - optimization.inference - INFO - Scan time: 32.8461\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,909 - optimization.inference - INFO - Number of candidates by RT in frame 2362: 2\n",
+ "2024-12-19 13:16:05,909 - optimization.inference - INFO - Scan time: 8.451\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,910 - optimization.inference - INFO - Number of candidates by RT in frame 769: 276\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,916 - optimization.inference - INFO - Scan time: 32.8617\n",
+ "2024-12-19 13:16:05,916 - optimization.inference - INFO - Number of candidates by RT in frame 2367: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,919 - optimization.inference - INFO - Scan time: 6.8049\n",
+ "2024-12-19 13:16:05,920 - optimization.inference - INFO - Number of candidates by RT in frame 673: 242\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,923 - optimization.inference - INFO - Scan time: 32.8745\n",
+ "2024-12-19 13:16:05,924 - optimization.inference - INFO - Scan time: 8.5363\n",
+ "2024-12-19 13:16:05,924 - optimization.inference - INFO - Number of candidates by RT in frame 2372: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,925 - optimization.inference - INFO - Number of candidates by RT in frame 774: 266\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,931 - optimization.inference - INFO - Scan time: 32.886\n",
+ "2024-12-19 13:16:05,931 - optimization.inference - INFO - Number of candidates by RT in frame 2377: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,934 - optimization.inference - INFO - Scan time: 6.8911\n",
+ "2024-12-19 13:16:05,935 - optimization.inference - INFO - Number of candidates by RT in frame 678: 250\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,938 - optimization.inference - INFO - Scan time: 32.9035\n",
+ "2024-12-19 13:16:05,939 - optimization.inference - INFO - Number of candidates by RT in frame 2382: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,942 - optimization.inference - INFO - Scan time: 8.6222\n",
+ "2024-12-19 13:16:05,943 - optimization.inference - INFO - Number of candidates by RT in frame 779: 271\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,946 - optimization.inference - INFO - Scan time: 32.9162\n",
+ "2024-12-19 13:16:05,947 - optimization.inference - INFO - Number of candidates by RT in frame 2387: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,948 - optimization.inference - INFO - Scan time: 6.9773\n",
+ "2024-12-19 13:16:05,949 - optimization.inference - INFO - Number of candidates by RT in frame 683: 226\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,954 - optimization.inference - INFO - Scan time: 32.9301\n",
+ "2024-12-19 13:16:05,955 - optimization.inference - INFO - Number of candidates by RT in frame 2392: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,961 - optimization.inference - INFO - Scan time: 7.0634\n",
+ "2024-12-19 13:16:05,961 - optimization.inference - INFO - Scan time: 8.7078\n",
+ "2024-12-19 13:16:05,961 - optimization.inference - INFO - Scan time: 32.9422\n",
+ "2024-12-19 13:16:05,962 - optimization.inference - INFO - Number of candidates by RT in frame 688: 237\n",
+ "2024-12-19 13:16:05,962 - optimization.inference - INFO - Number of candidates by RT in frame 784: 273\n",
+ "2024-12-19 13:16:05,962 - optimization.inference - INFO - Number of candidates by RT in frame 2397: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,968 - optimization.inference - INFO - Scan time: 32.9544\n",
+ "2024-12-19 13:16:05,969 - optimization.inference - INFO - Number of candidates by RT in frame 2402: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,975 - optimization.inference - INFO - Scan time: 32.9659\n",
+ "2024-12-19 13:16:05,976 - optimization.inference - INFO - Scan time: 7.149\n",
+ "2024-12-19 13:16:05,976 - optimization.inference - INFO - Number of candidates by RT in frame 2407: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,977 - optimization.inference - INFO - Number of candidates by RT in frame 693: 252\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,977 - optimization.inference - INFO - Scan time: 8.7935\n",
+ "2024-12-19 13:16:05,978 - optimization.inference - INFO - Number of candidates by RT in frame 789: 269\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,982 - optimization.inference - INFO - Scan time: 32.9815\n",
+ "2024-12-19 13:16:05,983 - optimization.inference - INFO - Number of candidates by RT in frame 2412: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,989 - optimization.inference - INFO - Scan time: 32.9957\n",
+ "2024-12-19 13:16:05,990 - optimization.inference - INFO - Number of candidates by RT in frame 2417: 1\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,993 - optimization.inference - INFO - Scan time: 7.2336\n",
+ "2024-12-19 13:16:05,994 - optimization.inference - INFO - Number of candidates by RT in frame 698: 248\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:05,996 - optimization.inference - INFO - Scan time: 8.8798\n",
+ "2024-12-19 13:16:05,996 - optimization.inference - INFO - Shape of COO matrix: (2421, 18939)\n",
+ "2024-12-19 13:16:05,997 - optimization.inference - INFO - Number of candidates by RT in frame 794: 268\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,008 - optimization.inference - INFO - Scan time: 7.3196\n",
+ "2024-12-19 13:16:06,009 - optimization.inference - INFO - Number of candidates by RT in frame 703: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,018 - optimization.inference - INFO - Scan time: 8.9646\n",
+ "2024-12-19 13:16:06,019 - optimization.inference - INFO - Number of candidates by RT in frame 799: 276\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,022 - optimization.inference - INFO - Scan time: 7.4047\n",
+ "2024-12-19 13:16:06,023 - optimization.inference - INFO - Number of candidates by RT in frame 708: 272\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,035 - optimization.inference - INFO - Scan time: 9.0494\n",
+ "2024-12-19 13:16:06,036 - optimization.inference - INFO - Number of candidates by RT in frame 804: 277\n",
+ "2024-12-19 13:16:06,037 - optimization.inference - INFO - Scan time: 7.4912\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,038 - optimization.inference - INFO - Number of candidates by RT in frame 713: 247\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,051 - optimization.inference - INFO - Scan time: 9.1353\n",
+ "2024-12-19 13:16:06,052 - optimization.inference - INFO - Number of candidates by RT in frame 809: 267\n",
+ "2024-12-19 13:16:06,052 - optimization.inference - INFO - Scan time: 7.5771\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,053 - optimization.inference - INFO - Number of candidates by RT in frame 718: 262\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,066 - optimization.inference - INFO - Scan time: 7.6628\n",
+ "2024-12-19 13:16:06,066 - optimization.inference - INFO - Scan time: 9.2211\n",
+ "2024-12-19 13:16:06,067 - optimization.inference - INFO - Number of candidates by RT in frame 723: 257\n",
+ "2024-12-19 13:16:06,067 - optimization.inference - INFO - Number of candidates by RT in frame 814: 274\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,080 - optimization.inference - INFO - Size of COO matrix in batch 2: 1.621032 Mb\n",
+ "2024-12-19 13:16:06,082 - optimization.inference - INFO - Scan time: 7.7491\n",
+ "2024-12-19 13:16:06,083 - optimization.inference - INFO - Number of candidates by RT in frame 728: 261\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,084 - optimization.inference - INFO - Scan time: 9.3062\n",
+ "2024-12-19 13:16:06,085 - optimization.inference - INFO - Number of candidates by RT in frame 819: 297\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,096 - optimization.inference - INFO - Scan time: 7.8345\n",
+ "2024-12-19 13:16:06,097 - optimization.inference - INFO - Number of candidates by RT in frame 733: 278\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,102 - optimization.inference - INFO - Scan time: 9.3916\n",
+ "2024-12-19 13:16:06,103 - optimization.inference - INFO - Number of candidates by RT in frame 824: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,112 - optimization.inference - INFO - Scan time: 7.9206\n",
+ "2024-12-19 13:16:06,113 - optimization.inference - INFO - Number of candidates by RT in frame 738: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,119 - optimization.inference - INFO - Scan time: 9.4792\n",
+ "2024-12-19 13:16:06,120 - optimization.inference - INFO - Number of candidates by RT in frame 829: 291\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,127 - optimization.inference - INFO - Scan time: 8.0056\n",
+ "2024-12-19 13:16:06,128 - optimization.inference - INFO - Number of candidates by RT in frame 743: 270\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,135 - optimization.inference - INFO - Scan time: 9.5646\n",
+ "2024-12-19 13:16:06,136 - optimization.inference - INFO - Number of candidates by RT in frame 834: 294\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,143 - optimization.inference - INFO - Scan time: 8.0912\n",
+ "2024-12-19 13:16:06,144 - optimization.inference - INFO - Number of candidates by RT in frame 748: 251\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,153 - optimization.inference - INFO - Scan time: 9.65\n",
+ "2024-12-19 13:16:06,154 - optimization.inference - INFO - Number of candidates by RT in frame 839: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,159 - optimization.inference - INFO - Scan time: 8.1767\n",
+ "2024-12-19 13:16:06,160 - optimization.inference - INFO - Number of candidates by RT in frame 753: 253\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,170 - optimization.inference - INFO - Scan time: 9.7364\n",
+ "2024-12-19 13:16:06,171 - optimization.inference - INFO - Number of candidates by RT in frame 844: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,179 - optimization.inference - INFO - Scan time: 8.2629\n",
+ "2024-12-19 13:16:06,180 - optimization.inference - INFO - Number of candidates by RT in frame 758: 251\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,185 - optimization.inference - INFO - Scan time: 9.8214\n",
+ "2024-12-19 13:16:06,186 - optimization.inference - INFO - Number of candidates by RT in frame 849: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,193 - optimization.inference - INFO - Scan time: 8.3483\n",
+ "2024-12-19 13:16:06,194 - optimization.inference - INFO - Number of candidates by RT in frame 763: 246\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,203 - optimization.inference - INFO - Scan time: 9.9075\n",
+ "2024-12-19 13:16:06,204 - optimization.inference - INFO - Number of candidates by RT in frame 854: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,211 - optimization.inference - INFO - Scan time: 8.4341\n",
+ "2024-12-19 13:16:06,212 - optimization.inference - INFO - Number of candidates by RT in frame 768: 272\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,219 - optimization.inference - INFO - Scan time: 9.9926\n",
+ "2024-12-19 13:16:06,221 - optimization.inference - INFO - Number of candidates by RT in frame 859: 285\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,226 - optimization.inference - INFO - Scan time: 8.5192\n",
+ "2024-12-19 13:16:06,227 - optimization.inference - INFO - Number of candidates by RT in frame 773: 265\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,234 - optimization.inference - INFO - Scan time: 10.0787\n",
+ "2024-12-19 13:16:06,235 - optimization.inference - INFO - Number of candidates by RT in frame 864: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,244 - optimization.inference - INFO - Scan time: 8.6049\n",
+ "2024-12-19 13:16:06,245 - optimization.inference - INFO - Number of candidates by RT in frame 778: 270\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,248 - optimization.inference - INFO - Scan time: 10.1635\n",
+ "2024-12-19 13:16:06,249 - optimization.inference - INFO - Number of candidates by RT in frame 869: 265\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,261 - optimization.inference - INFO - Scan time: 8.6911\n",
+ "2024-12-19 13:16:06,262 - optimization.inference - INFO - Number of candidates by RT in frame 783: 268\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,264 - optimization.inference - INFO - Scan time: 10.2492\n",
+ "2024-12-19 13:16:06,265 - optimization.inference - INFO - Number of candidates by RT in frame 874: 268\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,279 - optimization.inference - INFO - Scan time: 8.7761\n",
+ "2024-12-19 13:16:06,279 - optimization.inference - INFO - Scan time: 10.3345\n",
+ "2024-12-19 13:16:06,280 - optimization.inference - INFO - Number of candidates by RT in frame 788: 273\n",
+ "2024-12-19 13:16:06,280 - optimization.inference - INFO - Number of candidates by RT in frame 879: 274\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,295 - optimization.inference - INFO - Scan time: 10.4197\n",
+ "2024-12-19 13:16:06,296 - optimization.inference - INFO - Number of candidates by RT in frame 884: 267\n",
+ "2024-12-19 13:16:06,296 - optimization.inference - INFO - Scan time: 8.8623\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,297 - optimization.inference - INFO - Number of candidates by RT in frame 793: 272\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,311 - optimization.inference - INFO - Scan time: 10.506\n",
+ "2024-12-19 13:16:06,312 - optimization.inference - INFO - Number of candidates by RT in frame 889: 257\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,314 - optimization.inference - INFO - Scan time: 8.9475\n",
+ "2024-12-19 13:16:06,315 - optimization.inference - INFO - Number of candidates by RT in frame 798: 270\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,324 - optimization.inference - INFO - Scan time: 10.5918\n",
+ "2024-12-19 13:16:06,325 - optimization.inference - INFO - Number of candidates by RT in frame 894: 262\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,331 - optimization.inference - INFO - Scan time: 9.0325\n",
+ "2024-12-19 13:16:06,332 - optimization.inference - INFO - Number of candidates by RT in frame 803: 277\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,340 - optimization.inference - INFO - Scan time: 10.6782\n",
+ "2024-12-19 13:16:06,341 - optimization.inference - INFO - Number of candidates by RT in frame 899: 284\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,346 - optimization.inference - INFO - Scan time: 9.1179\n",
+ "2024-12-19 13:16:06,347 - optimization.inference - INFO - Number of candidates by RT in frame 808: 271\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,358 - optimization.inference - INFO - Scan time: 10.7644\n",
+ "2024-12-19 13:16:06,359 - optimization.inference - INFO - Number of candidates by RT in frame 904: 269\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,361 - optimization.inference - INFO - Scan time: 9.2042\n",
+ "2024-12-19 13:16:06,362 - optimization.inference - INFO - Number of candidates by RT in frame 813: 267\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,374 - optimization.inference - INFO - Scan time: 10.8502\n",
+ "2024-12-19 13:16:06,375 - optimization.inference - INFO - Number of candidates by RT in frame 909: 288\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,378 - optimization.inference - INFO - Scan time: 9.289\n",
+ "2024-12-19 13:16:06,379 - optimization.inference - INFO - Number of candidates by RT in frame 818: 288\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,390 - optimization.inference - INFO - Scan time: 10.9358\n",
+ "2024-12-19 13:16:06,391 - optimization.inference - INFO - Number of candidates by RT in frame 914: 302\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,395 - optimization.inference - INFO - Scan time: 9.3747\n",
+ "2024-12-19 13:16:06,396 - optimization.inference - INFO - Number of candidates by RT in frame 823: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,404 - optimization.inference - INFO - Scan time: 11.0215\n",
+ "2024-12-19 13:16:06,405 - optimization.inference - INFO - Number of candidates by RT in frame 919: 304\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,412 - optimization.inference - INFO - Scan time: 9.4618\n",
+ "2024-12-19 13:16:06,413 - optimization.inference - INFO - Number of candidates by RT in frame 828: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,422 - optimization.inference - INFO - Scan time: 11.1077\n",
+ "2024-12-19 13:16:06,423 - optimization.inference - INFO - Number of candidates by RT in frame 924: 298\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,428 - optimization.inference - INFO - Scan time: 9.5475\n",
+ "2024-12-19 13:16:06,430 - optimization.inference - INFO - Number of candidates by RT in frame 833: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,438 - optimization.inference - INFO - Scan time: 11.1934\n",
+ "2024-12-19 13:16:06,439 - optimization.inference - INFO - Number of candidates by RT in frame 929: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,445 - optimization.inference - INFO - Scan time: 9.6328\n",
+ "2024-12-19 13:16:06,446 - optimization.inference - INFO - Number of candidates by RT in frame 838: 279\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,455 - optimization.inference - INFO - Scan time: 11.2798\n",
+ "2024-12-19 13:16:06,456 - optimization.inference - INFO - Number of candidates by RT in frame 934: 308\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,462 - optimization.inference - INFO - Scan time: 9.7188\n",
+ "2024-12-19 13:16:06,463 - optimization.inference - INFO - Number of candidates by RT in frame 843: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,476 - optimization.inference - INFO - Scan time: 11.3662\n",
+ "2024-12-19 13:16:06,477 - optimization.inference - INFO - Number of candidates by RT in frame 939: 304\n",
+ "2024-12-19 13:16:06,477 - optimization.inference - INFO - Scan time: 9.8047\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,478 - optimization.inference - INFO - Number of candidates by RT in frame 848: 288\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,490 - optimization.inference - INFO - Scan time: 11.4528\n",
+ "2024-12-19 13:16:06,491 - optimization.inference - INFO - Number of candidates by RT in frame 944: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,496 - optimization.inference - INFO - Scan time: 9.8907\n",
+ "2024-12-19 13:16:06,497 - optimization.inference - INFO - Number of candidates by RT in frame 853: 278\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,505 - optimization.inference - INFO - Scan time: 11.5385\n",
+ "2024-12-19 13:16:06,506 - optimization.inference - INFO - Number of candidates by RT in frame 949: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,513 - optimization.inference - INFO - Scan time: 9.9752\n",
+ "2024-12-19 13:16:06,514 - optimization.inference - INFO - Number of candidates by RT in frame 858: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,527 - optimization.inference - INFO - Scan time: 11.6238\n",
+ "2024-12-19 13:16:06,528 - optimization.inference - INFO - Number of candidates by RT in frame 954: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,530 - optimization.inference - INFO - Scan time: 10.0616\n",
+ "2024-12-19 13:16:06,531 - optimization.inference - INFO - Number of candidates by RT in frame 863: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,544 - optimization.inference - INFO - Scan time: 10.1469\n",
+ "2024-12-19 13:16:06,544 - optimization.inference - INFO - Scan time: 11.7093\n",
+ "2024-12-19 13:16:06,545 - optimization.inference - INFO - Number of candidates by RT in frame 868: 268\n",
+ "2024-12-19 13:16:06,545 - optimization.inference - INFO - Number of candidates by RT in frame 959: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,559 - optimization.inference - INFO - Scan time: 10.2321\n",
+ "2024-12-19 13:16:06,560 - optimization.inference - INFO - Number of candidates by RT in frame 873: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,563 - optimization.inference - INFO - Scan time: 11.7952\n",
+ "2024-12-19 13:16:06,564 - optimization.inference - INFO - Number of candidates by RT in frame 964: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,575 - optimization.inference - INFO - Scan time: 10.3176\n",
+ "2024-12-19 13:16:06,576 - optimization.inference - INFO - Number of candidates by RT in frame 878: 266\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,582 - optimization.inference - INFO - Scan time: 11.8807\n",
+ "2024-12-19 13:16:06,583 - optimization.inference - INFO - Number of candidates by RT in frame 969: 307\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,589 - optimization.inference - INFO - Scan time: 10.4029\n",
+ "2024-12-19 13:16:06,590 - optimization.inference - INFO - Number of candidates by RT in frame 883: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,604 - optimization.inference - INFO - Scan time: 10.4887\n",
+ "2024-12-19 13:16:06,606 - optimization.inference - INFO - Number of candidates by RT in frame 888: 258\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,611 - optimization.inference - INFO - Scan time: 11.9668\n",
+ "2024-12-19 13:16:06,612 - optimization.inference - INFO - Number of candidates by RT in frame 974: 315\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,619 - optimization.inference - INFO - Scan time: 10.5745\n",
+ "2024-12-19 13:16:06,620 - optimization.inference - INFO - Number of candidates by RT in frame 893: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,625 - optimization.inference - INFO - Scan time: 12.0535\n",
+ "2024-12-19 13:16:06,626 - optimization.inference - INFO - Number of candidates by RT in frame 979: 314\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,635 - optimization.inference - INFO - Scan time: 10.6607\n",
+ "2024-12-19 13:16:06,636 - optimization.inference - INFO - Number of candidates by RT in frame 898: 278\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,646 - optimization.inference - INFO - Scan time: 12.1397\n",
+ "2024-12-19 13:16:06,647 - optimization.inference - INFO - Number of candidates by RT in frame 984: 313\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,652 - optimization.inference - INFO - Scan time: 10.7469\n",
+ "2024-12-19 13:16:06,653 - optimization.inference - INFO - Number of candidates by RT in frame 903: 273\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,659 - optimization.inference - INFO - Scan time: 12.2258\n",
+ "2024-12-19 13:16:06,660 - optimization.inference - INFO - Number of candidates by RT in frame 989: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,668 - optimization.inference - INFO - Scan time: 10.8334\n",
+ "2024-12-19 13:16:06,669 - optimization.inference - INFO - Number of candidates by RT in frame 908: 281\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,676 - optimization.inference - INFO - Scan time: 12.3106\n",
+ "2024-12-19 13:16:06,677 - optimization.inference - INFO - Number of candidates by RT in frame 994: 307\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,685 - optimization.inference - INFO - Scan time: 10.9186\n",
+ "2024-12-19 13:16:06,686 - optimization.inference - INFO - Number of candidates by RT in frame 913: 300\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,692 - optimization.inference - INFO - Scan time: 12.3956\n",
+ "2024-12-19 13:16:06,693 - optimization.inference - INFO - Number of candidates by RT in frame 999: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,700 - optimization.inference - INFO - Scan time: 11.0044\n",
+ "2024-12-19 13:16:06,701 - optimization.inference - INFO - Number of candidates by RT in frame 918: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,709 - optimization.inference - INFO - Scan time: 12.482\n",
+ "2024-12-19 13:16:06,710 - optimization.inference - INFO - Number of candidates by RT in frame 1004: 308\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,717 - optimization.inference - INFO - Scan time: 11.0906\n",
+ "2024-12-19 13:16:06,718 - optimization.inference - INFO - Number of candidates by RT in frame 923: 298\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,728 - optimization.inference - INFO - Scan time: 12.5676\n",
+ "2024-12-19 13:16:06,729 - optimization.inference - INFO - Number of candidates by RT in frame 1009: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,733 - optimization.inference - INFO - Scan time: 11.1763\n",
+ "2024-12-19 13:16:06,734 - optimization.inference - INFO - Number of candidates by RT in frame 928: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,745 - optimization.inference - INFO - Scan time: 12.6528\n",
+ "2024-12-19 13:16:06,747 - optimization.inference - INFO - Number of candidates by RT in frame 1014: 315\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,752 - optimization.inference - INFO - Scan time: 11.2622\n",
+ "2024-12-19 13:16:06,753 - optimization.inference - INFO - Number of candidates by RT in frame 933: 302\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,763 - optimization.inference - INFO - Scan time: 12.7386\n",
+ "2024-12-19 13:16:06,764 - optimization.inference - INFO - Number of candidates by RT in frame 1019: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,769 - optimization.inference - INFO - Scan time: 11.3489\n",
+ "2024-12-19 13:16:06,770 - optimization.inference - INFO - Number of candidates by RT in frame 938: 296\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,781 - optimization.inference - INFO - Scan time: 12.8243\n",
+ "2024-12-19 13:16:06,782 - optimization.inference - INFO - Number of candidates by RT in frame 1024: 327\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,784 - optimization.inference - INFO - Scan time: 11.4352\n",
+ "2024-12-19 13:16:06,785 - optimization.inference - INFO - Number of candidates by RT in frame 943: 294\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,798 - optimization.inference - INFO - Scan time: 11.5216\n",
+ "2024-12-19 13:16:06,799 - optimization.inference - INFO - Number of candidates by RT in frame 948: 288\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,802 - optimization.inference - INFO - Scan time: 12.9109\n",
+ "2024-12-19 13:16:06,803 - optimization.inference - INFO - Number of candidates by RT in frame 1029: 338\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,817 - optimization.inference - INFO - Scan time: 11.6069\n",
+ "2024-12-19 13:16:06,818 - optimization.inference - INFO - Number of candidates by RT in frame 953: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,821 - optimization.inference - INFO - Scan time: 12.9965\n",
+ "2024-12-19 13:16:06,822 - optimization.inference - INFO - Number of candidates by RT in frame 1034: 307\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,832 - optimization.inference - INFO - Scan time: 11.6924\n",
+ "2024-12-19 13:16:06,833 - optimization.inference - INFO - Number of candidates by RT in frame 958: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,841 - optimization.inference - INFO - Scan time: 13.082\n",
+ "2024-12-19 13:16:06,842 - optimization.inference - INFO - Number of candidates by RT in frame 1039: 323\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,849 - optimization.inference - INFO - Scan time: 11.7782\n",
+ "2024-12-19 13:16:06,850 - optimization.inference - INFO - Number of candidates by RT in frame 963: 296\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,858 - optimization.inference - INFO - Scan time: 13.1679\n",
+ "2024-12-19 13:16:06,859 - optimization.inference - INFO - Number of candidates by RT in frame 1044: 310\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,864 - optimization.inference - INFO - Scan time: 11.8637\n",
+ "2024-12-19 13:16:06,865 - optimization.inference - INFO - Number of candidates by RT in frame 968: 294\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,875 - optimization.inference - INFO - Scan time: 13.2546\n",
+ "2024-12-19 13:16:06,876 - optimization.inference - INFO - Number of candidates by RT in frame 1049: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,881 - optimization.inference - INFO - Scan time: 11.9499\n",
+ "2024-12-19 13:16:06,882 - optimization.inference - INFO - Number of candidates by RT in frame 973: 310\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,890 - optimization.inference - INFO - Scan time: 13.3412\n",
+ "2024-12-19 13:16:06,891 - optimization.inference - INFO - Number of candidates by RT in frame 1054: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,895 - optimization.inference - INFO - Scan time: 12.0359\n",
+ "2024-12-19 13:16:06,896 - optimization.inference - INFO - Number of candidates by RT in frame 978: 316\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,906 - optimization.inference - INFO - Scan time: 13.4276\n",
+ "2024-12-19 13:16:06,907 - optimization.inference - INFO - Number of candidates by RT in frame 1059: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,917 - optimization.inference - INFO - Scan time: 12.1229\n",
+ "2024-12-19 13:16:06,918 - optimization.inference - INFO - Number of candidates by RT in frame 983: 309\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,923 - optimization.inference - INFO - Scan time: 13.5138\n",
+ "2024-12-19 13:16:06,924 - optimization.inference - INFO - Number of candidates by RT in frame 1064: 281\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,934 - optimization.inference - INFO - Scan time: 12.2088\n",
+ "2024-12-19 13:16:06,935 - optimization.inference - INFO - Number of candidates by RT in frame 988: 293\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,940 - optimization.inference - INFO - Scan time: 13.5998\n",
+ "2024-12-19 13:16:06,941 - optimization.inference - INFO - Number of candidates by RT in frame 1069: 299\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,955 - optimization.inference - INFO - Scan time: 12.2938\n",
+ "2024-12-19 13:16:06,956 - optimization.inference - INFO - Number of candidates by RT in frame 993: 302\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,957 - optimization.inference - INFO - Scan time: 13.6859\n",
+ "2024-12-19 13:16:06,958 - optimization.inference - INFO - Number of candidates by RT in frame 1074: 324\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,975 - optimization.inference - INFO - Scan time: 12.3786\n",
+ "2024-12-19 13:16:06,976 - optimization.inference - INFO - Scan time: 13.772\n",
+ "2024-12-19 13:16:06,976 - optimization.inference - INFO - Number of candidates by RT in frame 998: 315\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,977 - optimization.inference - INFO - Number of candidates by RT in frame 1079: 326\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:06,994 - optimization.inference - INFO - Scan time: 13.8579\n",
+ "2024-12-19 13:16:06,995 - optimization.inference - INFO - Number of candidates by RT in frame 1084: 309\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,005 - optimization.inference - INFO - Scan time: 12.4645\n",
+ "2024-12-19 13:16:07,006 - optimization.inference - INFO - Number of candidates by RT in frame 1003: 297\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,014 - optimization.inference - INFO - Scan time: 13.9434\n",
+ "2024-12-19 13:16:07,015 - optimization.inference - INFO - Number of candidates by RT in frame 1089: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,023 - optimization.inference - INFO - Scan time: 12.5502\n",
+ "2024-12-19 13:16:07,024 - optimization.inference - INFO - Number of candidates by RT in frame 1008: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,032 - optimization.inference - INFO - Scan time: 14.0285\n",
+ "2024-12-19 13:16:07,033 - optimization.inference - INFO - Number of candidates by RT in frame 1094: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,040 - optimization.inference - INFO - Scan time: 12.6359\n",
+ "2024-12-19 13:16:07,042 - optimization.inference - INFO - Number of candidates by RT in frame 1013: 309\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,048 - optimization.inference - INFO - Scan time: 14.1149\n",
+ "2024-12-19 13:16:07,049 - optimization.inference - INFO - Number of candidates by RT in frame 1099: 288\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,057 - optimization.inference - INFO - Scan time: 12.7217\n",
+ "2024-12-19 13:16:07,058 - optimization.inference - INFO - Number of candidates by RT in frame 1018: 297\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,063 - optimization.inference - INFO - Scan time: 14.2007\n",
+ "2024-12-19 13:16:07,064 - optimization.inference - INFO - Number of candidates by RT in frame 1104: 274\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,076 - optimization.inference - INFO - Scan time: 12.8072\n",
+ "2024-12-19 13:16:07,077 - optimization.inference - INFO - Number of candidates by RT in frame 1023: 324\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,079 - optimization.inference - INFO - Scan time: 14.287\n",
+ "2024-12-19 13:16:07,080 - optimization.inference - INFO - Number of candidates by RT in frame 1109: 278\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,096 - optimization.inference - INFO - Scan time: 14.3727\n",
+ "2024-12-19 13:16:07,097 - optimization.inference - INFO - Number of candidates by RT in frame 1114: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,098 - optimization.inference - INFO - Scan time: 12.8937\n",
+ "2024-12-19 13:16:07,099 - optimization.inference - INFO - Number of candidates by RT in frame 1028: 339\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,112 - optimization.inference - INFO - Scan time: 14.4584\n",
+ "2024-12-19 13:16:07,113 - optimization.inference - INFO - Number of candidates by RT in frame 1119: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,118 - optimization.inference - INFO - Scan time: 12.9795\n",
+ "2024-12-19 13:16:07,119 - optimization.inference - INFO - Number of candidates by RT in frame 1033: 312\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,135 - optimization.inference - INFO - Scan time: 14.5441\n",
+ "2024-12-19 13:16:07,136 - optimization.inference - INFO - Number of candidates by RT in frame 1124: 309\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,138 - optimization.inference - INFO - Scan time: 13.0646\n",
+ "2024-12-19 13:16:07,139 - optimization.inference - INFO - Number of candidates by RT in frame 1038: 328\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,156 - optimization.inference - INFO - Scan time: 13.1504\n",
+ "2024-12-19 13:16:07,157 - optimization.inference - INFO - Scan time: 14.6294\n",
+ "2024-12-19 13:16:07,157 - optimization.inference - INFO - Number of candidates by RT in frame 1043: 318\n",
+ "2024-12-19 13:16:07,158 - optimization.inference - INFO - Number of candidates by RT in frame 1129: 332\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,173 - optimization.inference - INFO - Scan time: 13.2372\n",
+ "2024-12-19 13:16:07,174 - optimization.inference - INFO - Number of candidates by RT in frame 1048: 281\n",
+ "2024-12-19 13:16:07,175 - optimization.inference - INFO - Scan time: 14.7153\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,176 - optimization.inference - INFO - Number of candidates by RT in frame 1134: 334\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,189 - optimization.inference - INFO - Scan time: 13.3238\n",
+ "2024-12-19 13:16:07,190 - optimization.inference - INFO - Number of candidates by RT in frame 1053: 282\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,195 - optimization.inference - INFO - Scan time: 14.8019\n",
+ "2024-12-19 13:16:07,196 - optimization.inference - INFO - Number of candidates by RT in frame 1139: 322\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,205 - optimization.inference - INFO - Scan time: 13.4097\n",
+ "2024-12-19 13:16:07,206 - optimization.inference - INFO - Number of candidates by RT in frame 1058: 277\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,216 - optimization.inference - INFO - Scan time: 14.8865\n",
+ "2024-12-19 13:16:07,217 - optimization.inference - INFO - Number of candidates by RT in frame 1144: 322\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,219 - optimization.inference - INFO - Scan time: 13.4969\n",
+ "2024-12-19 13:16:07,220 - optimization.inference - INFO - Number of candidates by RT in frame 1063: 281\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,237 - optimization.inference - INFO - Scan time: 13.5823\n",
+ "2024-12-19 13:16:07,237 - optimization.inference - INFO - Scan time: 14.9725\n",
+ "2024-12-19 13:16:07,238 - optimization.inference - INFO - Number of candidates by RT in frame 1068: 302\n",
+ "2024-12-19 13:16:07,238 - optimization.inference - INFO - Number of candidates by RT in frame 1149: 320\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,255 - optimization.inference - INFO - Scan time: 13.6686\n",
+ "2024-12-19 13:16:07,256 - optimization.inference - INFO - Number of candidates by RT in frame 1073: 322\n",
+ "2024-12-19 13:16:07,256 - optimization.inference - INFO - Scan time: 15.0583\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,257 - optimization.inference - INFO - Number of candidates by RT in frame 1154: 314\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,274 - optimization.inference - INFO - Scan time: 15.1442\n",
+ "2024-12-19 13:16:07,275 - optimization.inference - INFO - Scan time: 13.7551\n",
+ "2024-12-19 13:16:07,275 - optimization.inference - INFO - Number of candidates by RT in frame 1159: 314\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,276 - optimization.inference - INFO - Number of candidates by RT in frame 1078: 322\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,289 - optimization.inference - INFO - Scan time: 15.2306\n",
+ "2024-12-19 13:16:07,290 - optimization.inference - INFO - Number of candidates by RT in frame 1164: 326\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,292 - optimization.inference - INFO - Scan time: 13.8408\n",
+ "2024-12-19 13:16:07,293 - optimization.inference - INFO - Number of candidates by RT in frame 1083: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,305 - optimization.inference - INFO - Scan time: 15.316\n",
+ "2024-12-19 13:16:07,306 - optimization.inference - INFO - Number of candidates by RT in frame 1169: 319\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,313 - optimization.inference - INFO - Scan time: 13.9265\n",
+ "2024-12-19 13:16:07,314 - optimization.inference - INFO - Number of candidates by RT in frame 1088: 310\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,322 - optimization.inference - INFO - Scan time: 15.402\n",
+ "2024-12-19 13:16:07,323 - optimization.inference - INFO - Number of candidates by RT in frame 1174: 334\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,332 - optimization.inference - INFO - Scan time: 14.0116\n",
+ "2024-12-19 13:16:07,333 - optimization.inference - INFO - Number of candidates by RT in frame 1093: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,341 - optimization.inference - INFO - Scan time: 15.4881\n",
+ "2024-12-19 13:16:07,342 - optimization.inference - INFO - Number of candidates by RT in frame 1179: 334\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,348 - optimization.inference - INFO - Scan time: 14.098\n",
+ "2024-12-19 13:16:07,349 - optimization.inference - INFO - Number of candidates by RT in frame 1098: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,363 - optimization.inference - INFO - Scan time: 14.1836\n",
+ "2024-12-19 13:16:07,363 - optimization.inference - INFO - Scan time: 15.5741\n",
+ "2024-12-19 13:16:07,364 - optimization.inference - INFO - Number of candidates by RT in frame 1103: 276\n",
+ "2024-12-19 13:16:07,364 - optimization.inference - INFO - Number of candidates by RT in frame 1184: 337\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,379 - optimization.inference - INFO - Scan time: 14.2702\n",
+ "2024-12-19 13:16:07,380 - optimization.inference - INFO - Number of candidates by RT in frame 1108: 275\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,383 - optimization.inference - INFO - Scan time: 15.6598\n",
+ "2024-12-19 13:16:07,384 - optimization.inference - INFO - Number of candidates by RT in frame 1189: 333\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,396 - optimization.inference - INFO - Scan time: 14.3556\n",
+ "2024-12-19 13:16:07,397 - optimization.inference - INFO - Number of candidates by RT in frame 1113: 304\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,403 - optimization.inference - INFO - Scan time: 15.7455\n",
+ "2024-12-19 13:16:07,404 - optimization.inference - INFO - Number of candidates by RT in frame 1194: 326\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,413 - optimization.inference - INFO - Scan time: 14.4412\n",
+ "2024-12-19 13:16:07,414 - optimization.inference - INFO - Number of candidates by RT in frame 1118: 310\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,423 - optimization.inference - INFO - Scan time: 15.8315\n",
+ "2024-12-19 13:16:07,424 - optimization.inference - INFO - Number of candidates by RT in frame 1199: 324\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,431 - optimization.inference - INFO - Scan time: 14.5271\n",
+ "2024-12-19 13:16:07,433 - optimization.inference - INFO - Number of candidates by RT in frame 1123: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,441 - optimization.inference - INFO - Scan time: 15.9162\n",
+ "2024-12-19 13:16:07,443 - optimization.inference - INFO - Number of candidates by RT in frame 1204: 304\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,452 - optimization.inference - INFO - Scan time: 14.6122\n",
+ "2024-12-19 13:16:07,453 - optimization.inference - INFO - Number of candidates by RT in frame 1128: 331\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,460 - optimization.inference - INFO - Scan time: 16.0022\n",
+ "2024-12-19 13:16:07,461 - optimization.inference - INFO - Number of candidates by RT in frame 1209: 317\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,469 - optimization.inference - INFO - Scan time: 14.698\n",
+ "2024-12-19 13:16:07,470 - optimization.inference - INFO - Number of candidates by RT in frame 1133: 341\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,479 - optimization.inference - INFO - Scan time: 16.0867\n",
+ "2024-12-19 13:16:07,480 - optimization.inference - INFO - Number of candidates by RT in frame 1214: 304\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,495 - optimization.inference - INFO - Scan time: 14.7844\n",
+ "2024-12-19 13:16:07,496 - optimization.inference - INFO - Number of candidates by RT in frame 1138: 323\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,497 - optimization.inference - INFO - Scan time: 16.1734\n",
+ "2024-12-19 13:16:07,498 - optimization.inference - INFO - Number of candidates by RT in frame 1219: 304\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,515 - optimization.inference - INFO - Scan time: 14.8694\n",
+ "2024-12-19 13:16:07,515 - optimization.inference - INFO - Scan time: 16.2595\n",
+ "2024-12-19 13:16:07,516 - optimization.inference - INFO - Number of candidates by RT in frame 1143: 320\n",
+ "2024-12-19 13:16:07,516 - optimization.inference - INFO - Number of candidates by RT in frame 1224: 329\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,535 - optimization.inference - INFO - Scan time: 16.3445\n",
+ "2024-12-19 13:16:07,536 - optimization.inference - INFO - Scan time: 14.9555\n",
+ "2024-12-19 13:16:07,536 - optimization.inference - INFO - Number of candidates by RT in frame 1229: 316\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,537 - optimization.inference - INFO - Number of candidates by RT in frame 1148: 325\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,556 - optimization.inference - INFO - Scan time: 16.4307\n",
+ "2024-12-19 13:16:07,557 - optimization.inference - INFO - Number of candidates by RT in frame 1234: 332\n",
+ "2024-12-19 13:16:07,558 - optimization.inference - INFO - Scan time: 15.0414\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,559 - optimization.inference - INFO - Number of candidates by RT in frame 1153: 316\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,575 - optimization.inference - INFO - Scan time: 16.5167\n",
+ "2024-12-19 13:16:07,576 - optimization.inference - INFO - Scan time: 15.1271\n",
+ "2024-12-19 13:16:07,576 - optimization.inference - INFO - Number of candidates by RT in frame 1239: 333\n",
+ "2024-12-19 13:16:07,577 - optimization.inference - INFO - Number of candidates by RT in frame 1158: 308\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,591 - optimization.inference - INFO - Scan time: 15.2134\n",
+ "2024-12-19 13:16:07,592 - optimization.inference - INFO - Number of candidates by RT in frame 1163: 322\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,594 - optimization.inference - INFO - Scan time: 16.6021\n",
+ "2024-12-19 13:16:07,595 - optimization.inference - INFO - Number of candidates by RT in frame 1244: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,608 - optimization.inference - INFO - Scan time: 15.2987\n",
+ "2024-12-19 13:16:07,609 - optimization.inference - INFO - Number of candidates by RT in frame 1168: 316\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,612 - optimization.inference - INFO - Scan time: 16.6881\n",
+ "2024-12-19 13:16:07,614 - optimization.inference - INFO - Number of candidates by RT in frame 1249: 317\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,627 - optimization.inference - INFO - Scan time: 15.3849\n",
+ "2024-12-19 13:16:07,628 - optimization.inference - INFO - Number of candidates by RT in frame 1173: 335\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,631 - optimization.inference - INFO - Scan time: 16.7736\n",
+ "2024-12-19 13:16:07,632 - optimization.inference - INFO - Number of candidates by RT in frame 1254: 318\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,646 - optimization.inference - INFO - Scan time: 15.4707\n",
+ "2024-12-19 13:16:07,648 - optimization.inference - INFO - Number of candidates by RT in frame 1178: 340\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,649 - optimization.inference - INFO - Scan time: 16.8595\n",
+ "2024-12-19 13:16:07,650 - optimization.inference - INFO - Number of candidates by RT in frame 1259: 322\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,668 - optimization.inference - INFO - Scan time: 15.557\n",
+ "2024-12-19 13:16:07,669 - optimization.inference - INFO - Number of candidates by RT in frame 1183: 335\n",
+ "2024-12-19 13:16:07,669 - optimization.inference - INFO - Scan time: 16.9447\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,670 - optimization.inference - INFO - Number of candidates by RT in frame 1264: 334\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,688 - optimization.inference - INFO - Scan time: 15.6429\n",
+ "2024-12-19 13:16:07,689 - optimization.inference - INFO - Number of candidates by RT in frame 1188: 340\n",
+ "2024-12-19 13:16:07,690 - optimization.inference - INFO - Scan time: 17.0306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,691 - optimization.inference - INFO - Number of candidates by RT in frame 1269: 327\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,707 - optimization.inference - INFO - Scan time: 17.1167\n",
+ "2024-12-19 13:16:07,708 - optimization.inference - INFO - Number of candidates by RT in frame 1274: 299\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,709 - optimization.inference - INFO - Scan time: 15.7283\n",
+ "2024-12-19 13:16:07,710 - optimization.inference - INFO - Number of candidates by RT in frame 1193: 329\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,721 - optimization.inference - INFO - Scan time: 17.2032\n",
+ "2024-12-19 13:16:07,723 - optimization.inference - INFO - Number of candidates by RT in frame 1279: 308\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,731 - optimization.inference - INFO - Scan time: 15.8145\n",
+ "2024-12-19 13:16:07,732 - optimization.inference - INFO - Number of candidates by RT in frame 1198: 328\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,740 - optimization.inference - INFO - Scan time: 17.2895\n",
+ "2024-12-19 13:16:07,741 - optimization.inference - INFO - Number of candidates by RT in frame 1284: 330\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,750 - optimization.inference - INFO - Scan time: 15.8993\n",
+ "2024-12-19 13:16:07,751 - optimization.inference - INFO - Number of candidates by RT in frame 1203: 302\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,760 - optimization.inference - INFO - Scan time: 17.375\n",
+ "2024-12-19 13:16:07,761 - optimization.inference - INFO - Number of candidates by RT in frame 1289: 327\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,771 - optimization.inference - INFO - Scan time: 15.9853\n",
+ "2024-12-19 13:16:07,772 - optimization.inference - INFO - Number of candidates by RT in frame 1208: 313\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,780 - optimization.inference - INFO - Scan time: 17.462\n",
+ "2024-12-19 13:16:07,781 - optimization.inference - INFO - Number of candidates by RT in frame 1294: 323\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,791 - optimization.inference - INFO - Scan time: 16.0698\n",
+ "2024-12-19 13:16:07,792 - optimization.inference - INFO - Number of candidates by RT in frame 1213: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,801 - optimization.inference - INFO - Scan time: 17.5476\n",
+ "2024-12-19 13:16:07,802 - optimization.inference - INFO - Number of candidates by RT in frame 1299: 349\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,819 - optimization.inference - INFO - Scan time: 16.156\n",
+ "2024-12-19 13:16:07,820 - optimization.inference - INFO - Number of candidates by RT in frame 1218: 298\n",
+ "2024-12-19 13:16:07,820 - optimization.inference - INFO - Scan time: 17.6339\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,821 - optimization.inference - INFO - Number of candidates by RT in frame 1304: 319\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,841 - optimization.inference - INFO - Scan time: 16.2424\n",
+ "2024-12-19 13:16:07,841 - optimization.inference - INFO - Scan time: 17.7196\n",
+ "2024-12-19 13:16:07,842 - optimization.inference - INFO - Number of candidates by RT in frame 1223: 325\n",
+ "2024-12-19 13:16:07,842 - optimization.inference - INFO - Number of candidates by RT in frame 1309: 318\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,860 - optimization.inference - INFO - Scan time: 16.3275\n",
+ "2024-12-19 13:16:07,861 - optimization.inference - INFO - Number of candidates by RT in frame 1228: 313\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,862 - optimization.inference - INFO - Scan time: 17.8054\n",
+ "2024-12-19 13:16:07,863 - optimization.inference - INFO - Number of candidates by RT in frame 1314: 330\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,881 - optimization.inference - INFO - Scan time: 16.4135\n",
+ "2024-12-19 13:16:07,882 - optimization.inference - INFO - Scan time: 17.8911\n",
+ "2024-12-19 13:16:07,882 - optimization.inference - INFO - Number of candidates by RT in frame 1233: 326\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,883 - optimization.inference - INFO - Number of candidates by RT in frame 1319: 318\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,902 - optimization.inference - INFO - Scan time: 16.4996\n",
+ "2024-12-19 13:16:07,903 - optimization.inference - INFO - Scan time: 17.9767\n",
+ "2024-12-19 13:16:07,903 - optimization.inference - INFO - Number of candidates by RT in frame 1238: 333\n",
+ "2024-12-19 13:16:07,904 - optimization.inference - INFO - Number of candidates by RT in frame 1324: 330\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,920 - optimization.inference - INFO - Scan time: 16.5851\n",
+ "2024-12-19 13:16:07,921 - optimization.inference - INFO - Number of candidates by RT in frame 1243: 309\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,923 - optimization.inference - INFO - Scan time: 18.0621\n",
+ "2024-12-19 13:16:07,924 - optimization.inference - INFO - Number of candidates by RT in frame 1329: 322\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,940 - optimization.inference - INFO - Scan time: 16.6707\n",
+ "2024-12-19 13:16:07,941 - optimization.inference - INFO - Number of candidates by RT in frame 1248: 313\n",
+ "2024-12-19 13:16:07,941 - optimization.inference - INFO - Scan time: 18.1484\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,942 - optimization.inference - INFO - Number of candidates by RT in frame 1334: 334\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,959 - optimization.inference - INFO - Scan time: 16.7568\n",
+ "2024-12-19 13:16:07,960 - optimization.inference - INFO - Number of candidates by RT in frame 1253: 320\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,961 - optimization.inference - INFO - Scan time: 18.2347\n",
+ "2024-12-19 13:16:07,962 - optimization.inference - INFO - Number of candidates by RT in frame 1339: 331\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,976 - optimization.inference - INFO - Scan time: 16.8426\n",
+ "2024-12-19 13:16:07,978 - optimization.inference - INFO - Number of candidates by RT in frame 1258: 323\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,983 - optimization.inference - INFO - Scan time: 18.3201\n",
+ "2024-12-19 13:16:07,984 - optimization.inference - INFO - Number of candidates by RT in frame 1344: 349\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:07,997 - optimization.inference - INFO - Scan time: 16.9275\n",
+ "2024-12-19 13:16:07,998 - optimization.inference - INFO - Number of candidates by RT in frame 1263: 331\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,001 - optimization.inference - INFO - Scan time: 18.4053\n",
+ "2024-12-19 13:16:08,002 - optimization.inference - INFO - Number of candidates by RT in frame 1349: 330\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,018 - optimization.inference - INFO - Scan time: 17.0131\n",
+ "2024-12-19 13:16:08,019 - optimization.inference - INFO - Number of candidates by RT in frame 1268: 332\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,020 - optimization.inference - INFO - Scan time: 18.4917\n",
+ "2024-12-19 13:16:08,021 - optimization.inference - INFO - Number of candidates by RT in frame 1354: 317\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,036 - optimization.inference - INFO - Scan time: 17.0995\n",
+ "2024-12-19 13:16:08,037 - optimization.inference - INFO - Number of candidates by RT in frame 1273: 313\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,039 - optimization.inference - INFO - Scan time: 18.577\n",
+ "2024-12-19 13:16:08,040 - optimization.inference - INFO - Number of candidates by RT in frame 1359: 321\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,053 - optimization.inference - INFO - Scan time: 17.1861\n",
+ "2024-12-19 13:16:08,054 - optimization.inference - INFO - Number of candidates by RT in frame 1278: 317\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,060 - optimization.inference - INFO - Scan time: 18.6624\n",
+ "2024-12-19 13:16:08,061 - optimization.inference - INFO - Number of candidates by RT in frame 1364: 329\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,071 - optimization.inference - INFO - Scan time: 17.2719\n",
+ "2024-12-19 13:16:08,072 - optimization.inference - INFO - Number of candidates by RT in frame 1283: 320\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,081 - optimization.inference - INFO - Scan time: 18.7485\n",
+ "2024-12-19 13:16:08,082 - optimization.inference - INFO - Number of candidates by RT in frame 1369: 304\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,093 - optimization.inference - INFO - Scan time: 17.3577\n",
+ "2024-12-19 13:16:08,094 - optimization.inference - INFO - Number of candidates by RT in frame 1288: 333\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,100 - optimization.inference - INFO - Scan time: 18.8349\n",
+ "2024-12-19 13:16:08,101 - optimization.inference - INFO - Number of candidates by RT in frame 1374: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,113 - optimization.inference - INFO - Scan time: 17.4446\n",
+ "2024-12-19 13:16:08,114 - optimization.inference - INFO - Number of candidates by RT in frame 1293: 321\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,116 - optimization.inference - INFO - Scan time: 18.9207\n",
+ "2024-12-19 13:16:08,117 - optimization.inference - INFO - Number of candidates by RT in frame 1379: 297\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,132 - optimization.inference - INFO - Scan time: 19.0062\n",
+ "2024-12-19 13:16:08,133 - optimization.inference - INFO - Number of candidates by RT in frame 1384: 304\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,135 - optimization.inference - INFO - Scan time: 17.5304\n",
+ "2024-12-19 13:16:08,136 - optimization.inference - INFO - Number of candidates by RT in frame 1298: 348\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,148 - optimization.inference - INFO - Scan time: 19.0921\n",
+ "2024-12-19 13:16:08,150 - optimization.inference - INFO - Number of candidates by RT in frame 1389: 307\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,155 - optimization.inference - INFO - Scan time: 17.6169\n",
+ "2024-12-19 13:16:08,156 - optimization.inference - INFO - Number of candidates by RT in frame 1303: 326\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,170 - optimization.inference - INFO - Scan time: 19.1772\n",
+ "2024-12-19 13:16:08,171 - optimization.inference - INFO - Number of candidates by RT in frame 1394: 332\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,174 - optimization.inference - INFO - Scan time: 17.7023\n",
+ "2024-12-19 13:16:08,175 - optimization.inference - INFO - Number of candidates by RT in frame 1308: 308\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,188 - optimization.inference - INFO - Scan time: 19.2633\n",
+ "2024-12-19 13:16:08,189 - optimization.inference - INFO - Number of candidates by RT in frame 1399: 327\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,195 - optimization.inference - INFO - Scan time: 17.7886\n",
+ "2024-12-19 13:16:08,196 - optimization.inference - INFO - Number of candidates by RT in frame 1313: 337\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,205 - optimization.inference - INFO - Scan time: 19.3491\n",
+ "2024-12-19 13:16:08,206 - optimization.inference - INFO - Number of candidates by RT in frame 1404: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,214 - optimization.inference - INFO - Scan time: 17.8738\n",
+ "2024-12-19 13:16:08,215 - optimization.inference - INFO - Number of candidates by RT in frame 1318: 312\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,224 - optimization.inference - INFO - Scan time: 19.4356\n",
+ "2024-12-19 13:16:08,225 - optimization.inference - INFO - Number of candidates by RT in frame 1409: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,234 - optimization.inference - INFO - Scan time: 17.9597\n",
+ "2024-12-19 13:16:08,235 - optimization.inference - INFO - Number of candidates by RT in frame 1323: 326\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,241 - optimization.inference - INFO - Scan time: 19.5218\n",
+ "2024-12-19 13:16:08,242 - optimization.inference - INFO - Number of candidates by RT in frame 1414: 285\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,253 - optimization.inference - INFO - Scan time: 18.045\n",
+ "2024-12-19 13:16:08,254 - optimization.inference - INFO - Number of candidates by RT in frame 1328: 330\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,260 - optimization.inference - INFO - Scan time: 19.6084\n",
+ "2024-12-19 13:16:08,261 - optimization.inference - INFO - Number of candidates by RT in frame 1419: 297\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,271 - optimization.inference - INFO - Scan time: 18.1313\n",
+ "2024-12-19 13:16:08,272 - optimization.inference - INFO - Number of candidates by RT in frame 1333: 325\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,277 - optimization.inference - INFO - Scan time: 19.6938\n",
+ "2024-12-19 13:16:08,278 - optimization.inference - INFO - Number of candidates by RT in frame 1424: 302\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,291 - optimization.inference - INFO - Scan time: 18.2172\n",
+ "2024-12-19 13:16:08,292 - optimization.inference - INFO - Number of candidates by RT in frame 1338: 333\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,294 - optimization.inference - INFO - Scan time: 19.7789\n",
+ "2024-12-19 13:16:08,295 - optimization.inference - INFO - Number of candidates by RT in frame 1429: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,313 - optimization.inference - INFO - Scan time: 19.8641\n",
+ "2024-12-19 13:16:08,313 - optimization.inference - INFO - Scan time: 18.3034\n",
+ "2024-12-19 13:16:08,314 - optimization.inference - INFO - Number of candidates by RT in frame 1434: 315\n",
+ "2024-12-19 13:16:08,314 - optimization.inference - INFO - Number of candidates by RT in frame 1343: 348\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,334 - optimization.inference - INFO - Scan time: 19.95\n",
+ "2024-12-19 13:16:08,334 - optimization.inference - INFO - Scan time: 18.388\n",
+ "2024-12-19 13:16:08,335 - optimization.inference - INFO - Number of candidates by RT in frame 1439: 291\n",
+ "2024-12-19 13:16:08,335 - optimization.inference - INFO - Number of candidates by RT in frame 1348: 335\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,352 - optimization.inference - INFO - Scan time: 20.0351\n",
+ "2024-12-19 13:16:08,353 - optimization.inference - INFO - Number of candidates by RT in frame 1444: 289\n",
+ "2024-12-19 13:16:08,353 - optimization.inference - INFO - Scan time: 18.4743\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,354 - optimization.inference - INFO - Number of candidates by RT in frame 1353: 316\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,373 - optimization.inference - INFO - Scan time: 20.1209\n",
+ "2024-12-19 13:16:08,374 - optimization.inference - INFO - Scan time: 18.56\n",
+ "2024-12-19 13:16:08,374 - optimization.inference - INFO - Number of candidates by RT in frame 1449: 294\n",
+ "2024-12-19 13:16:08,375 - optimization.inference - INFO - Number of candidates by RT in frame 1358: 325\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,395 - optimization.inference - INFO - Scan time: 18.6453\n",
+ "2024-12-19 13:16:08,396 - optimization.inference - INFO - Number of candidates by RT in frame 1363: 335\n",
+ "2024-12-19 13:16:08,396 - optimization.inference - INFO - Scan time: 20.2074\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,397 - optimization.inference - INFO - Number of candidates by RT in frame 1454: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,415 - optimization.inference - INFO - Scan time: 20.2926\n",
+ "2024-12-19 13:16:08,416 - optimization.inference - INFO - Scan time: 18.7313\n",
+ "2024-12-19 13:16:08,416 - optimization.inference - INFO - Number of candidates by RT in frame 1459: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,417 - optimization.inference - INFO - Number of candidates by RT in frame 1368: 314\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,435 - optimization.inference - INFO - Scan time: 18.8176\n",
+ "2024-12-19 13:16:08,435 - optimization.inference - INFO - Scan time: 20.3776\n",
+ "2024-12-19 13:16:08,436 - optimization.inference - INFO - Number of candidates by RT in frame 1373: 288\n",
+ "2024-12-19 13:16:08,436 - optimization.inference - INFO - Number of candidates by RT in frame 1464: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,452 - optimization.inference - INFO - Scan time: 18.9036\n",
+ "2024-12-19 13:16:08,453 - optimization.inference - INFO - Number of candidates by RT in frame 1378: 291\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,455 - optimization.inference - INFO - Scan time: 20.4632\n",
+ "2024-12-19 13:16:08,456 - optimization.inference - INFO - Number of candidates by RT in frame 1469: 323\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,466 - optimization.inference - INFO - Scan time: 18.9892\n",
+ "2024-12-19 13:16:08,467 - optimization.inference - INFO - Number of candidates by RT in frame 1383: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,474 - optimization.inference - INFO - Scan time: 20.5487\n",
+ "2024-12-19 13:16:08,475 - optimization.inference - INFO - Number of candidates by RT in frame 1474: 297\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,481 - optimization.inference - INFO - Scan time: 19.0751\n",
+ "2024-12-19 13:16:08,482 - optimization.inference - INFO - Number of candidates by RT in frame 1388: 311\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,496 - optimization.inference - INFO - Scan time: 20.6343\n",
+ "2024-12-19 13:16:08,497 - optimization.inference - INFO - Number of candidates by RT in frame 1479: 300\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,502 - optimization.inference - INFO - Scan time: 19.1605\n",
+ "2024-12-19 13:16:08,503 - optimization.inference - INFO - Number of candidates by RT in frame 1393: 327\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,514 - optimization.inference - INFO - Scan time: 20.7203\n",
+ "2024-12-19 13:16:08,515 - optimization.inference - INFO - Number of candidates by RT in frame 1484: 298\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,522 - optimization.inference - INFO - Scan time: 19.2459\n",
+ "2024-12-19 13:16:08,523 - optimization.inference - INFO - Number of candidates by RT in frame 1398: 332\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,532 - optimization.inference - INFO - Scan time: 20.8067\n",
+ "2024-12-19 13:16:08,533 - optimization.inference - INFO - Number of candidates by RT in frame 1489: 291\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,540 - optimization.inference - INFO - Scan time: 19.3322\n",
+ "2024-12-19 13:16:08,541 - optimization.inference - INFO - Number of candidates by RT in frame 1403: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,548 - optimization.inference - INFO - Scan time: 20.8922\n",
+ "2024-12-19 13:16:08,549 - optimization.inference - INFO - Number of candidates by RT in frame 1494: 288\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,561 - optimization.inference - INFO - Scan time: 19.4182\n",
+ "2024-12-19 13:16:08,562 - optimization.inference - INFO - Number of candidates by RT in frame 1408: 304\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,567 - optimization.inference - INFO - Scan time: 20.9779\n",
+ "2024-12-19 13:16:08,568 - optimization.inference - INFO - Number of candidates by RT in frame 1499: 302\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,577 - optimization.inference - INFO - Scan time: 19.5048\n",
+ "2024-12-19 13:16:08,578 - optimization.inference - INFO - Number of candidates by RT in frame 1413: 291\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,586 - optimization.inference - INFO - Scan time: 21.0642\n",
+ "2024-12-19 13:16:08,587 - optimization.inference - INFO - Number of candidates by RT in frame 1504: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,598 - optimization.inference - INFO - Scan time: 19.5909\n",
+ "2024-12-19 13:16:08,599 - optimization.inference - INFO - Number of candidates by RT in frame 1418: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,605 - optimization.inference - INFO - Scan time: 21.1493\n",
+ "2024-12-19 13:16:08,606 - optimization.inference - INFO - Number of candidates by RT in frame 1509: 282\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,615 - optimization.inference - INFO - Scan time: 19.6762\n",
+ "2024-12-19 13:16:08,616 - optimization.inference - INFO - Number of candidates by RT in frame 1423: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,624 - optimization.inference - INFO - Scan time: 21.2348\n",
+ "2024-12-19 13:16:08,625 - optimization.inference - INFO - Number of candidates by RT in frame 1514: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,633 - optimization.inference - INFO - Scan time: 19.762\n",
+ "2024-12-19 13:16:08,634 - optimization.inference - INFO - Number of candidates by RT in frame 1428: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,644 - optimization.inference - INFO - Scan time: 21.3214\n",
+ "2024-12-19 13:16:08,645 - optimization.inference - INFO - Number of candidates by RT in frame 1519: 302\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,652 - optimization.inference - INFO - Scan time: 19.8471\n",
+ "2024-12-19 13:16:08,653 - optimization.inference - INFO - Number of candidates by RT in frame 1433: 300\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,664 - optimization.inference - INFO - Scan time: 21.4069\n",
+ "2024-12-19 13:16:08,665 - optimization.inference - INFO - Number of candidates by RT in frame 1524: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,672 - optimization.inference - INFO - Scan time: 19.9326\n",
+ "2024-12-19 13:16:08,673 - optimization.inference - INFO - Number of candidates by RT in frame 1438: 311\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,686 - optimization.inference - INFO - Scan time: 21.4913\n",
+ "2024-12-19 13:16:08,687 - optimization.inference - INFO - Number of candidates by RT in frame 1529: 304\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,690 - optimization.inference - INFO - Scan time: 20.018\n",
+ "2024-12-19 13:16:08,691 - optimization.inference - INFO - Number of candidates by RT in frame 1443: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,707 - optimization.inference - INFO - Scan time: 21.5772\n",
+ "2024-12-19 13:16:08,708 - optimization.inference - INFO - Number of candidates by RT in frame 1534: 299\n",
+ "2024-12-19 13:16:08,708 - optimization.inference - INFO - Scan time: 20.104\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,709 - optimization.inference - INFO - Number of candidates by RT in frame 1448: 296\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,728 - optimization.inference - INFO - Scan time: 20.1903\n",
+ "2024-12-19 13:16:08,728 - optimization.inference - INFO - Scan time: 21.6633\n",
+ "2024-12-19 13:16:08,729 - optimization.inference - INFO - Number of candidates by RT in frame 1453: 302\n",
+ "2024-12-19 13:16:08,729 - optimization.inference - INFO - Number of candidates by RT in frame 1539: 299\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,747 - optimization.inference - INFO - Scan time: 21.7481\n",
+ "2024-12-19 13:16:08,748 - optimization.inference - INFO - Scan time: 20.2755\n",
+ "2024-12-19 13:16:08,748 - optimization.inference - INFO - Number of candidates by RT in frame 1544: 321\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,749 - optimization.inference - INFO - Number of candidates by RT in frame 1458: 308\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,768 - optimization.inference - INFO - Scan time: 20.3607\n",
+ "2024-12-19 13:16:08,769 - optimization.inference - INFO - Scan time: 21.8345\n",
+ "2024-12-19 13:16:08,769 - optimization.inference - INFO - Number of candidates by RT in frame 1463: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,770 - optimization.inference - INFO - Number of candidates by RT in frame 1549: 323\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,789 - optimization.inference - INFO - Scan time: 20.4459\n",
+ "2024-12-19 13:16:08,790 - optimization.inference - INFO - Number of candidates by RT in frame 1468: 318\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,794 - optimization.inference - INFO - Scan time: 21.9202\n",
+ "2024-12-19 13:16:08,795 - optimization.inference - INFO - Number of candidates by RT in frame 1554: 323\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,809 - optimization.inference - INFO - Scan time: 20.5316\n",
+ "2024-12-19 13:16:08,811 - optimization.inference - INFO - Number of candidates by RT in frame 1473: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,823 - optimization.inference - INFO - Scan time: 22.0061\n",
+ "2024-12-19 13:16:08,824 - optimization.inference - INFO - Number of candidates by RT in frame 1559: 311\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,829 - optimization.inference - INFO - Scan time: 20.6174\n",
+ "2024-12-19 13:16:08,830 - optimization.inference - INFO - Number of candidates by RT in frame 1478: 306\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,849 - optimization.inference - INFO - Scan time: 22.092\n",
+ "2024-12-19 13:16:08,849 - optimization.inference - INFO - Scan time: 20.7029\n",
+ "2024-12-19 13:16:08,850 - optimization.inference - INFO - Number of candidates by RT in frame 1483: 295\n",
+ "2024-12-19 13:16:08,851 - optimization.inference - INFO - Number of candidates by RT in frame 1564: 315\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,866 - optimization.inference - INFO - Scan time: 20.7894\n",
+ "2024-12-19 13:16:08,868 - optimization.inference - INFO - Number of candidates by RT in frame 1488: 291\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,874 - optimization.inference - INFO - Scan time: 22.1775\n",
+ "2024-12-19 13:16:08,875 - optimization.inference - INFO - Number of candidates by RT in frame 1569: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,883 - optimization.inference - INFO - Scan time: 20.8752\n",
+ "2024-12-19 13:16:08,884 - optimization.inference - INFO - Number of candidates by RT in frame 1493: 288\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,900 - optimization.inference - INFO - Scan time: 20.9605\n",
+ "2024-12-19 13:16:08,902 - optimization.inference - INFO - Number of candidates by RT in frame 1498: 307\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,913 - optimization.inference - INFO - Scan time: 22.2628\n",
+ "2024-12-19 13:16:08,914 - optimization.inference - INFO - Number of candidates by RT in frame 1574: 309\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,921 - optimization.inference - INFO - Scan time: 21.0469\n",
+ "2024-12-19 13:16:08,922 - optimization.inference - INFO - Number of candidates by RT in frame 1503: 300\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,934 - optimization.inference - INFO - Scan time: 22.3482\n",
+ "2024-12-19 13:16:08,935 - optimization.inference - INFO - Number of candidates by RT in frame 1579: 313\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,939 - optimization.inference - INFO - Scan time: 21.1323\n",
+ "2024-12-19 13:16:08,940 - optimization.inference - INFO - Number of candidates by RT in frame 1508: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,957 - optimization.inference - INFO - Scan time: 21.2179\n",
+ "2024-12-19 13:16:08,958 - optimization.inference - INFO - Number of candidates by RT in frame 1513: 293\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,960 - optimization.inference - INFO - Scan time: 22.4336\n",
+ "2024-12-19 13:16:08,961 - optimization.inference - INFO - Number of candidates by RT in frame 1584: 313\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,979 - optimization.inference - INFO - Scan time: 21.3041\n",
+ "2024-12-19 13:16:08,980 - optimization.inference - INFO - Number of candidates by RT in frame 1518: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:08,981 - optimization.inference - INFO - Scan time: 22.5201\n",
+ "2024-12-19 13:16:08,982 - optimization.inference - INFO - Number of candidates by RT in frame 1589: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,001 - optimization.inference - INFO - Scan time: 21.39\n",
+ "2024-12-19 13:16:09,001 - optimization.inference - INFO - Scan time: 22.6052\n",
+ "2024-12-19 13:16:09,002 - optimization.inference - INFO - Number of candidates by RT in frame 1523: 293\n",
+ "2024-12-19 13:16:09,002 - optimization.inference - INFO - Number of candidates by RT in frame 1594: 278\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,019 - optimization.inference - INFO - Scan time: 22.6902\n",
+ "2024-12-19 13:16:09,020 - optimization.inference - INFO - Number of candidates by RT in frame 1599: 270\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,021 - optimization.inference - INFO - Scan time: 21.4744\n",
+ "2024-12-19 13:16:09,022 - optimization.inference - INFO - Number of candidates by RT in frame 1528: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,038 - optimization.inference - INFO - Scan time: 22.7763\n",
+ "2024-12-19 13:16:09,039 - optimization.inference - INFO - Scan time: 21.5598\n",
+ "2024-12-19 13:16:09,040 - optimization.inference - INFO - Number of candidates by RT in frame 1604: 283\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,040 - optimization.inference - INFO - Number of candidates by RT in frame 1533: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,057 - optimization.inference - INFO - Scan time: 22.8625\n",
+ "2024-12-19 13:16:09,057 - optimization.inference - INFO - Scan time: 21.6464\n",
+ "2024-12-19 13:16:09,058 - optimization.inference - INFO - Number of candidates by RT in frame 1609: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,058 - optimization.inference - INFO - Number of candidates by RT in frame 1538: 300\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,075 - optimization.inference - INFO - Scan time: 22.949\n",
+ "2024-12-19 13:16:09,076 - optimization.inference - INFO - Number of candidates by RT in frame 1614: 290\n",
+ "2024-12-19 13:16:09,076 - optimization.inference - INFO - Scan time: 21.7313\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,077 - optimization.inference - INFO - Number of candidates by RT in frame 1543: 320\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,094 - optimization.inference - INFO - Scan time: 23.0348\n",
+ "2024-12-19 13:16:09,095 - optimization.inference - INFO - Number of candidates by RT in frame 1619: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,097 - optimization.inference - INFO - Scan time: 21.817\n",
+ "2024-12-19 13:16:09,098 - optimization.inference - INFO - Number of candidates by RT in frame 1548: 326\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,110 - optimization.inference - INFO - Scan time: 23.1204\n",
+ "2024-12-19 13:16:09,111 - optimization.inference - INFO - Number of candidates by RT in frame 1624: 281\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,119 - optimization.inference - INFO - Scan time: 21.9031\n",
+ "2024-12-19 13:16:09,120 - optimization.inference - INFO - Number of candidates by RT in frame 1553: 327\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,129 - optimization.inference - INFO - Scan time: 23.2066\n",
+ "2024-12-19 13:16:09,130 - optimization.inference - INFO - Number of candidates by RT in frame 1629: 288\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,140 - optimization.inference - INFO - Scan time: 21.989\n",
+ "2024-12-19 13:16:09,141 - optimization.inference - INFO - Number of candidates by RT in frame 1558: 311\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,148 - optimization.inference - INFO - Scan time: 23.2915\n",
+ "2024-12-19 13:16:09,149 - optimization.inference - INFO - Number of candidates by RT in frame 1634: 292\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,165 - optimization.inference - INFO - Scan time: 22.075\n",
+ "2024-12-19 13:16:09,167 - optimization.inference - INFO - Number of candidates by RT in frame 1563: 314\n",
+ "2024-12-19 13:16:09,167 - optimization.inference - INFO - Scan time: 23.3777\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,168 - optimization.inference - INFO - Number of candidates by RT in frame 1639: 291\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,188 - optimization.inference - INFO - Scan time: 22.1606\n",
+ "2024-12-19 13:16:09,188 - optimization.inference - INFO - Scan time: 23.4631\n",
+ "2024-12-19 13:16:09,189 - optimization.inference - INFO - Number of candidates by RT in frame 1568: 299\n",
+ "2024-12-19 13:16:09,189 - optimization.inference - INFO - Number of candidates by RT in frame 1644: 295\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,208 - optimization.inference - INFO - Scan time: 23.5481\n",
+ "2024-12-19 13:16:09,209 - optimization.inference - INFO - Number of candidates by RT in frame 1649: 284\n",
+ "2024-12-19 13:16:09,209 - optimization.inference - INFO - Scan time: 22.2456\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,210 - optimization.inference - INFO - Number of candidates by RT in frame 1573: 307\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,227 - optimization.inference - INFO - Scan time: 23.6339\n",
+ "2024-12-19 13:16:09,228 - optimization.inference - INFO - Number of candidates by RT in frame 1654: 267\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,230 - optimization.inference - INFO - Scan time: 22.3308\n",
+ "2024-12-19 13:16:09,231 - optimization.inference - INFO - Number of candidates by RT in frame 1578: 310\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,246 - optimization.inference - INFO - Scan time: 23.7194\n",
+ "2024-12-19 13:16:09,248 - optimization.inference - INFO - Number of candidates by RT in frame 1659: 273\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,257 - optimization.inference - INFO - Scan time: 22.4165\n",
+ "2024-12-19 13:16:09,258 - optimization.inference - INFO - Number of candidates by RT in frame 1583: 311\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,263 - optimization.inference - INFO - Scan time: 23.8052\n",
+ "2024-12-19 13:16:09,264 - optimization.inference - INFO - Number of candidates by RT in frame 1664: 257\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,281 - optimization.inference - INFO - Scan time: 23.8917\n",
+ "2024-12-19 13:16:09,282 - optimization.inference - INFO - Number of candidates by RT in frame 1669: 262\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,284 - optimization.inference - INFO - Scan time: 22.5029\n",
+ "2024-12-19 13:16:09,285 - optimization.inference - INFO - Number of candidates by RT in frame 1588: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,299 - optimization.inference - INFO - Scan time: 23.9763\n",
+ "2024-12-19 13:16:09,300 - optimization.inference - INFO - Number of candidates by RT in frame 1674: 256\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,308 - optimization.inference - INFO - Scan time: 22.5885\n",
+ "2024-12-19 13:16:09,309 - optimization.inference - INFO - Number of candidates by RT in frame 1593: 284\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,311 - optimization.inference - INFO - Scan time: 24.0626\n",
+ "2024-12-19 13:16:09,312 - optimization.inference - INFO - Number of candidates by RT in frame 1679: 243\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,328 - optimization.inference - INFO - Scan time: 24.1478\n",
+ "2024-12-19 13:16:09,329 - optimization.inference - INFO - Number of candidates by RT in frame 1684: 253\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,345 - optimization.inference - INFO - Scan time: 22.6733\n",
+ "2024-12-19 13:16:09,346 - optimization.inference - INFO - Number of candidates by RT in frame 1598: 269\n",
+ "2024-12-19 13:16:09,347 - optimization.inference - INFO - Scan time: 24.2338\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,348 - optimization.inference - INFO - Number of candidates by RT in frame 1689: 261\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,365 - optimization.inference - INFO - Scan time: 22.759\n",
+ "2024-12-19 13:16:09,366 - optimization.inference - INFO - Number of candidates by RT in frame 1603: 281\n",
+ "2024-12-19 13:16:09,366 - optimization.inference - INFO - Scan time: 24.3195\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,367 - optimization.inference - INFO - Number of candidates by RT in frame 1694: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,383 - optimization.inference - INFO - Scan time: 22.8451\n",
+ "2024-12-19 13:16:09,384 - optimization.inference - INFO - Number of candidates by RT in frame 1608: 276\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,387 - optimization.inference - INFO - Scan time: 24.405\n",
+ "2024-12-19 13:16:09,388 - optimization.inference - INFO - Number of candidates by RT in frame 1699: 251\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,399 - optimization.inference - INFO - Scan time: 22.9318\n",
+ "2024-12-19 13:16:09,400 - optimization.inference - INFO - Number of candidates by RT in frame 1613: 283\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,403 - optimization.inference - INFO - Scan time: 24.491\n",
+ "2024-12-19 13:16:09,404 - optimization.inference - INFO - Number of candidates by RT in frame 1704: 255\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,418 - optimization.inference - INFO - Scan time: 23.0179\n",
+ "2024-12-19 13:16:09,419 - optimization.inference - INFO - Number of candidates by RT in frame 1618: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,421 - optimization.inference - INFO - Scan time: 24.5777\n",
+ "2024-12-19 13:16:09,422 - optimization.inference - INFO - Number of candidates by RT in frame 1709: 270\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,436 - optimization.inference - INFO - Scan time: 23.1031\n",
+ "2024-12-19 13:16:09,437 - optimization.inference - INFO - Number of candidates by RT in frame 1623: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,439 - optimization.inference - INFO - Scan time: 24.6636\n",
+ "2024-12-19 13:16:09,440 - optimization.inference - INFO - Number of candidates by RT in frame 1714: 274\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,454 - optimization.inference - INFO - Scan time: 23.1892\n",
+ "2024-12-19 13:16:09,455 - optimization.inference - INFO - Number of candidates by RT in frame 1628: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,458 - optimization.inference - INFO - Scan time: 24.7497\n",
+ "2024-12-19 13:16:09,459 - optimization.inference - INFO - Number of candidates by RT in frame 1719: 278\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,472 - optimization.inference - INFO - Scan time: 23.2747\n",
+ "2024-12-19 13:16:09,473 - optimization.inference - INFO - Number of candidates by RT in frame 1633: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,479 - optimization.inference - INFO - Scan time: 24.8347\n",
+ "2024-12-19 13:16:09,480 - optimization.inference - INFO - Number of candidates by RT in frame 1724: 278\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,492 - optimization.inference - INFO - Scan time: 23.3606\n",
+ "2024-12-19 13:16:09,493 - optimization.inference - INFO - Number of candidates by RT in frame 1638: 290\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,500 - optimization.inference - INFO - Scan time: 24.9193\n",
+ "2024-12-19 13:16:09,501 - optimization.inference - INFO - Number of candidates by RT in frame 1729: 281\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,514 - optimization.inference - INFO - Scan time: 23.4461\n",
+ "2024-12-19 13:16:09,515 - optimization.inference - INFO - Number of candidates by RT in frame 1643: 302\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,518 - optimization.inference - INFO - Scan time: 25.0046\n",
+ "2024-12-19 13:16:09,519 - optimization.inference - INFO - Number of candidates by RT in frame 1734: 272\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,534 - optimization.inference - INFO - Scan time: 25.0898\n",
+ "2024-12-19 13:16:09,535 - optimization.inference - INFO - Number of candidates by RT in frame 1739: 270\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,536 - optimization.inference - INFO - Scan time: 23.5308\n",
+ "2024-12-19 13:16:09,537 - optimization.inference - INFO - Number of candidates by RT in frame 1648: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,554 - optimization.inference - INFO - Scan time: 23.6163\n",
+ "2024-12-19 13:16:09,555 - optimization.inference - INFO - Scan time: 25.1758\n",
+ "2024-12-19 13:16:09,555 - optimization.inference - INFO - Number of candidates by RT in frame 1653: 271\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,556 - optimization.inference - INFO - Number of candidates by RT in frame 1744: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,575 - optimization.inference - INFO - Scan time: 23.7024\n",
+ "2024-12-19 13:16:09,575 - optimization.inference - INFO - Scan time: 25.2623\n",
+ "2024-12-19 13:16:09,576 - optimization.inference - INFO - Number of candidates by RT in frame 1658: 269\n",
+ "2024-12-19 13:16:09,576 - optimization.inference - INFO - Number of candidates by RT in frame 1749: 288\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,592 - optimization.inference - INFO - Scan time: 23.7877\n",
+ "2024-12-19 13:16:09,593 - optimization.inference - INFO - Number of candidates by RT in frame 1663: 262\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,595 - optimization.inference - INFO - Scan time: 25.3486\n",
+ "2024-12-19 13:16:09,596 - optimization.inference - INFO - Number of candidates by RT in frame 1754: 283\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,611 - optimization.inference - INFO - Scan time: 23.8747\n",
+ "2024-12-19 13:16:09,612 - optimization.inference - INFO - Number of candidates by RT in frame 1668: 261\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,615 - optimization.inference - INFO - Scan time: 25.4343\n",
+ "2024-12-19 13:16:09,616 - optimization.inference - INFO - Number of candidates by RT in frame 1759: 261\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,629 - optimization.inference - INFO - Scan time: 23.9593\n",
+ "2024-12-19 13:16:09,630 - optimization.inference - INFO - Number of candidates by RT in frame 1673: 256\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,633 - optimization.inference - INFO - Scan time: 25.5194\n",
+ "2024-12-19 13:16:09,635 - optimization.inference - INFO - Number of candidates by RT in frame 1764: 274\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,642 - optimization.inference - INFO - Scan time: 24.0453\n",
+ "2024-12-19 13:16:09,643 - optimization.inference - INFO - Number of candidates by RT in frame 1678: 252\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,649 - optimization.inference - INFO - Scan time: 25.6052\n",
+ "2024-12-19 13:16:09,650 - optimization.inference - INFO - Number of candidates by RT in frame 1769: 282\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,660 - optimization.inference - INFO - Scan time: 24.1311\n",
+ "2024-12-19 13:16:09,661 - optimization.inference - INFO - Number of candidates by RT in frame 1683: 248\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,672 - optimization.inference - INFO - Scan time: 25.6911\n",
+ "2024-12-19 13:16:09,673 - optimization.inference - INFO - Number of candidates by RT in frame 1774: 293\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,678 - optimization.inference - INFO - Scan time: 24.2167\n",
+ "2024-12-19 13:16:09,679 - optimization.inference - INFO - Number of candidates by RT in frame 1688: 267\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,693 - optimization.inference - INFO - Scan time: 25.7776\n",
+ "2024-12-19 13:16:09,694 - optimization.inference - INFO - Number of candidates by RT in frame 1779: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,698 - optimization.inference - INFO - Scan time: 24.3026\n",
+ "2024-12-19 13:16:09,699 - optimization.inference - INFO - Number of candidates by RT in frame 1693: 259\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,711 - optimization.inference - INFO - Scan time: 25.8637\n",
+ "2024-12-19 13:16:09,712 - optimization.inference - INFO - Number of candidates by RT in frame 1784: 272\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,719 - optimization.inference - INFO - Scan time: 24.3878\n",
+ "2024-12-19 13:16:09,720 - optimization.inference - INFO - Number of candidates by RT in frame 1698: 255\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,729 - optimization.inference - INFO - Scan time: 25.9498\n",
+ "2024-12-19 13:16:09,730 - optimization.inference - INFO - Number of candidates by RT in frame 1789: 281\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,736 - optimization.inference - INFO - Scan time: 24.4741\n",
+ "2024-12-19 13:16:09,737 - optimization.inference - INFO - Number of candidates by RT in frame 1703: 250\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,746 - optimization.inference - INFO - Scan time: 26.0359\n",
+ "2024-12-19 13:16:09,747 - optimization.inference - INFO - Number of candidates by RT in frame 1794: 273\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,754 - optimization.inference - INFO - Scan time: 24.5601\n",
+ "2024-12-19 13:16:09,755 - optimization.inference - INFO - Number of candidates by RT in frame 1708: 267\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,768 - optimization.inference - INFO - Scan time: 26.1218\n",
+ "2024-12-19 13:16:09,769 - optimization.inference - INFO - Number of candidates by RT in frame 1799: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,773 - optimization.inference - INFO - Scan time: 24.6463\n",
+ "2024-12-19 13:16:09,774 - optimization.inference - INFO - Number of candidates by RT in frame 1713: 265\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,788 - optimization.inference - INFO - Scan time: 26.2082\n",
+ "2024-12-19 13:16:09,789 - optimization.inference - INFO - Number of candidates by RT in frame 1804: 291\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,792 - optimization.inference - INFO - Scan time: 24.7322\n",
+ "2024-12-19 13:16:09,793 - optimization.inference - INFO - Number of candidates by RT in frame 1718: 278\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,810 - optimization.inference - INFO - Scan time: 26.2944\n",
+ "2024-12-19 13:16:09,811 - optimization.inference - INFO - Scan time: 24.8174\n",
+ "2024-12-19 13:16:09,811 - optimization.inference - INFO - Number of candidates by RT in frame 1809: 303\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,812 - optimization.inference - INFO - Number of candidates by RT in frame 1723: 275\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,832 - optimization.inference - INFO - Scan time: 24.9023\n",
+ "2024-12-19 13:16:09,833 - optimization.inference - INFO - Number of candidates by RT in frame 1728: 274\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,834 - optimization.inference - INFO - Scan time: 26.3808\n",
+ "2024-12-19 13:16:09,835 - optimization.inference - INFO - Number of candidates by RT in frame 1814: 313\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,856 - optimization.inference - INFO - Scan time: 26.4661\n",
+ "2024-12-19 13:16:09,857 - optimization.inference - INFO - Scan time: 24.9877\n",
+ "2024-12-19 13:16:09,857 - optimization.inference - INFO - Number of candidates by RT in frame 1819: 305\n",
+ "2024-12-19 13:16:09,858 - optimization.inference - INFO - Number of candidates by RT in frame 1733: 277\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,872 - optimization.inference - INFO - Scan time: 25.0724\n",
+ "2024-12-19 13:16:09,874 - optimization.inference - INFO - Number of candidates by RT in frame 1738: 273\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,879 - optimization.inference - INFO - Scan time: 26.551\n",
+ "2024-12-19 13:16:09,880 - optimization.inference - INFO - Number of candidates by RT in frame 1824: 298\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,893 - optimization.inference - INFO - Scan time: 25.1587\n",
+ "2024-12-19 13:16:09,894 - optimization.inference - INFO - Number of candidates by RT in frame 1743: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,900 - optimization.inference - INFO - Scan time: 26.637\n",
+ "2024-12-19 13:16:09,901 - optimization.inference - INFO - Number of candidates by RT in frame 1829: 268\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,912 - optimization.inference - INFO - Scan time: 25.2448\n",
+ "2024-12-19 13:16:09,914 - optimization.inference - INFO - Number of candidates by RT in frame 1748: 296\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,920 - optimization.inference - INFO - Scan time: 26.724\n",
+ "2024-12-19 13:16:09,921 - optimization.inference - INFO - Number of candidates by RT in frame 1834: 261\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,934 - optimization.inference - INFO - Scan time: 25.3313\n",
+ "2024-12-19 13:16:09,935 - optimization.inference - INFO - Number of candidates by RT in frame 1753: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,938 - optimization.inference - INFO - Scan time: 26.809\n",
+ "2024-12-19 13:16:09,939 - optimization.inference - INFO - Number of candidates by RT in frame 1839: 279\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,955 - optimization.inference - INFO - Scan time: 25.417\n",
+ "2024-12-19 13:16:09,955 - optimization.inference - INFO - Scan time: 26.895\n",
+ "2024-12-19 13:16:09,956 - optimization.inference - INFO - Number of candidates by RT in frame 1844: 261\n",
+ "2024-12-19 13:16:09,956 - optimization.inference - INFO - Number of candidates by RT in frame 1758: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,973 - optimization.inference - INFO - Scan time: 26.981\n",
+ "2024-12-19 13:16:09,974 - optimization.inference - INFO - Number of candidates by RT in frame 1849: 276\n",
+ "2024-12-19 13:16:09,975 - optimization.inference - INFO - Scan time: 25.5028\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,976 - optimization.inference - INFO - Number of candidates by RT in frame 1763: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,992 - optimization.inference - INFO - Scan time: 27.0669\n",
+ "2024-12-19 13:16:09,993 - optimization.inference - INFO - Scan time: 25.5884\n",
+ "2024-12-19 13:16:09,994 - optimization.inference - INFO - Number of candidates by RT in frame 1854: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:09,994 - optimization.inference - INFO - Number of candidates by RT in frame 1768: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,016 - optimization.inference - INFO - Scan time: 27.1522\n",
+ "2024-12-19 13:16:10,017 - optimization.inference - INFO - Number of candidates by RT in frame 1859: 285\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,019 - optimization.inference - INFO - Scan time: 25.6739\n",
+ "2024-12-19 13:16:10,020 - optimization.inference - INFO - Number of candidates by RT in frame 1773: 286\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,034 - optimization.inference - INFO - Scan time: 27.2378\n",
+ "2024-12-19 13:16:10,035 - optimization.inference - INFO - Number of candidates by RT in frame 1864: 273\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,040 - optimization.inference - INFO - Scan time: 25.7602\n",
+ "2024-12-19 13:16:10,041 - optimization.inference - INFO - Number of candidates by RT in frame 1778: 302\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,055 - optimization.inference - INFO - Scan time: 27.3231\n",
+ "2024-12-19 13:16:10,056 - optimization.inference - INFO - Number of candidates by RT in frame 1869: 271\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,061 - optimization.inference - INFO - Scan time: 25.8462\n",
+ "2024-12-19 13:16:10,062 - optimization.inference - INFO - Number of candidates by RT in frame 1783: 268\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,075 - optimization.inference - INFO - Scan time: 27.4083\n",
+ "2024-12-19 13:16:10,076 - optimization.inference - INFO - Number of candidates by RT in frame 1874: 260\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,079 - optimization.inference - INFO - Scan time: 25.9325\n",
+ "2024-12-19 13:16:10,080 - optimization.inference - INFO - Number of candidates by RT in frame 1788: 284\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,091 - optimization.inference - INFO - Scan time: 27.4963\n",
+ "2024-12-19 13:16:10,092 - optimization.inference - INFO - Number of candidates by RT in frame 1879: 261\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,097 - optimization.inference - INFO - Scan time: 26.0183\n",
+ "2024-12-19 13:16:10,098 - optimization.inference - INFO - Number of candidates by RT in frame 1793: 262\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,107 - optimization.inference - INFO - Scan time: 27.5819\n",
+ "2024-12-19 13:16:10,108 - optimization.inference - INFO - Number of candidates by RT in frame 1884: 249\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,119 - optimization.inference - INFO - Scan time: 26.1046\n",
+ "2024-12-19 13:16:10,120 - optimization.inference - INFO - Number of candidates by RT in frame 1798: 289\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,126 - optimization.inference - INFO - Scan time: 27.6687\n",
+ "2024-12-19 13:16:10,127 - optimization.inference - INFO - Number of candidates by RT in frame 1889: 265\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,139 - optimization.inference - INFO - Scan time: 26.1908\n",
+ "2024-12-19 13:16:10,140 - optimization.inference - INFO - Number of candidates by RT in frame 1803: 288\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,146 - optimization.inference - INFO - Scan time: 27.7552\n",
+ "2024-12-19 13:16:10,147 - optimization.inference - INFO - Number of candidates by RT in frame 1894: 270\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,160 - optimization.inference - INFO - Scan time: 26.2773\n",
+ "2024-12-19 13:16:10,162 - optimization.inference - INFO - Number of candidates by RT in frame 1808: 301\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,167 - optimization.inference - INFO - Scan time: 27.8411\n",
+ "2024-12-19 13:16:10,168 - optimization.inference - INFO - Number of candidates by RT in frame 1899: 266\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,185 - optimization.inference - INFO - Scan time: 26.3639\n",
+ "2024-12-19 13:16:10,186 - optimization.inference - INFO - Number of candidates by RT in frame 1813: 309\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,187 - optimization.inference - INFO - Scan time: 27.9266\n",
+ "2024-12-19 13:16:10,188 - optimization.inference - INFO - Number of candidates by RT in frame 1904: 246\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,207 - optimization.inference - INFO - Scan time: 28.0117\n",
+ "2024-12-19 13:16:10,208 - optimization.inference - INFO - Scan time: 26.4489\n",
+ "2024-12-19 13:16:10,208 - optimization.inference - INFO - Number of candidates by RT in frame 1909: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,209 - optimization.inference - INFO - Number of candidates by RT in frame 1818: 305\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,227 - optimization.inference - INFO - Scan time: 28.0974\n",
+ "2024-12-19 13:16:10,228 - optimization.inference - INFO - Number of candidates by RT in frame 1914: 265\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,231 - optimization.inference - INFO - Scan time: 26.534\n",
+ "2024-12-19 13:16:10,232 - optimization.inference - INFO - Number of candidates by RT in frame 1823: 302\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,247 - optimization.inference - INFO - Scan time: 28.1829\n",
+ "2024-12-19 13:16:10,248 - optimization.inference - INFO - Number of candidates by RT in frame 1919: 239\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,252 - optimization.inference - INFO - Scan time: 26.6201\n",
+ "2024-12-19 13:16:10,253 - optimization.inference - INFO - Number of candidates by RT in frame 1828: 272\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,266 - optimization.inference - INFO - Scan time: 28.2683\n",
+ "2024-12-19 13:16:10,268 - optimization.inference - INFO - Number of candidates by RT in frame 1924: 242\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,272 - optimization.inference - INFO - Scan time: 26.7065\n",
+ "2024-12-19 13:16:10,273 - optimization.inference - INFO - Number of candidates by RT in frame 1833: 266\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,282 - optimization.inference - INFO - Scan time: 28.3535\n",
+ "2024-12-19 13:16:10,283 - optimization.inference - INFO - Number of candidates by RT in frame 1929: 243\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,291 - optimization.inference - INFO - Scan time: 26.7919\n",
+ "2024-12-19 13:16:10,293 - optimization.inference - INFO - Number of candidates by RT in frame 1838: 282\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,299 - optimization.inference - INFO - Scan time: 28.4386\n",
+ "2024-12-19 13:16:10,300 - optimization.inference - INFO - Number of candidates by RT in frame 1934: 228\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,308 - optimization.inference - INFO - Scan time: 26.8776\n",
+ "2024-12-19 13:16:10,309 - optimization.inference - INFO - Number of candidates by RT in frame 1843: 260\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,317 - optimization.inference - INFO - Scan time: 28.5245\n",
+ "2024-12-19 13:16:10,318 - optimization.inference - INFO - Number of candidates by RT in frame 1939: 235\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,326 - optimization.inference - INFO - Scan time: 26.9636\n",
+ "2024-12-19 13:16:10,327 - optimization.inference - INFO - Number of candidates by RT in frame 1848: 282\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,335 - optimization.inference - INFO - Scan time: 28.6097\n",
+ "2024-12-19 13:16:10,336 - optimization.inference - INFO - Number of candidates by RT in frame 1944: 239\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,345 - optimization.inference - INFO - Scan time: 27.05\n",
+ "2024-12-19 13:16:10,346 - optimization.inference - INFO - Number of candidates by RT in frame 1853: 280\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,352 - optimization.inference - INFO - Scan time: 28.695\n",
+ "2024-12-19 13:16:10,353 - optimization.inference - INFO - Number of candidates by RT in frame 1949: 217\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,367 - optimization.inference - INFO - Scan time: 27.1353\n",
+ "2024-12-19 13:16:10,368 - optimization.inference - INFO - Number of candidates by RT in frame 1858: 277\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,369 - optimization.inference - INFO - Scan time: 28.7802\n",
+ "2024-12-19 13:16:10,370 - optimization.inference - INFO - Number of candidates by RT in frame 1954: 206\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,387 - optimization.inference - INFO - Scan time: 27.2206\n",
+ "2024-12-19 13:16:10,387 - optimization.inference - INFO - Scan time: 28.8659\n",
+ "2024-12-19 13:16:10,388 - optimization.inference - INFO - Number of candidates by RT in frame 1959: 205\n",
+ "2024-12-19 13:16:10,388 - optimization.inference - INFO - Number of candidates by RT in frame 1863: 287\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,402 - optimization.inference - INFO - Scan time: 28.952\n",
+ "2024-12-19 13:16:10,403 - optimization.inference - INFO - Number of candidates by RT in frame 1964: 199\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,410 - optimization.inference - INFO - Scan time: 27.3064\n",
+ "2024-12-19 13:16:10,411 - optimization.inference - INFO - Number of candidates by RT in frame 1868: 269\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,418 - optimization.inference - INFO - Scan time: 29.0381\n",
+ "2024-12-19 13:16:10,419 - optimization.inference - INFO - Number of candidates by RT in frame 1969: 209\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,429 - optimization.inference - INFO - Scan time: 27.3915\n",
+ "2024-12-19 13:16:10,430 - optimization.inference - INFO - Number of candidates by RT in frame 1873: 267\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,436 - optimization.inference - INFO - Scan time: 29.124\n",
+ "2024-12-19 13:16:10,437 - optimization.inference - INFO - Number of candidates by RT in frame 1974: 217\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,446 - optimization.inference - INFO - Scan time: 27.479\n",
+ "2024-12-19 13:16:10,447 - optimization.inference - INFO - Number of candidates by RT in frame 1878: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,450 - optimization.inference - INFO - Scan time: 29.2087\n",
+ "2024-12-19 13:16:10,451 - optimization.inference - INFO - Number of candidates by RT in frame 1979: 199\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,465 - optimization.inference - INFO - Scan time: 27.5647\n",
+ "2024-12-19 13:16:10,466 - optimization.inference - INFO - Number of candidates by RT in frame 1883: 243\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,467 - optimization.inference - INFO - Scan time: 29.2944\n",
+ "2024-12-19 13:16:10,468 - optimization.inference - INFO - Number of candidates by RT in frame 1984: 214\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,484 - optimization.inference - INFO - Scan time: 27.6516\n",
+ "2024-12-19 13:16:10,485 - optimization.inference - INFO - Scan time: 29.3795\n",
+ "2024-12-19 13:16:10,485 - optimization.inference - INFO - Number of candidates by RT in frame 1888: 259\n",
+ "2024-12-19 13:16:10,486 - optimization.inference - INFO - Number of candidates by RT in frame 1989: 209\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,501 - optimization.inference - INFO - Scan time: 29.4659\n",
+ "2024-12-19 13:16:10,502 - optimization.inference - INFO - Number of candidates by RT in frame 1994: 205\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,507 - optimization.inference - INFO - Scan time: 27.7378\n",
+ "2024-12-19 13:16:10,508 - optimization.inference - INFO - Number of candidates by RT in frame 1893: 277\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,519 - optimization.inference - INFO - Scan time: 29.5519\n",
+ "2024-12-19 13:16:10,520 - optimization.inference - INFO - Number of candidates by RT in frame 1999: 211\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,528 - optimization.inference - INFO - Scan time: 27.8237\n",
+ "2024-12-19 13:16:10,529 - optimization.inference - INFO - Number of candidates by RT in frame 1898: 266\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,534 - optimization.inference - INFO - Scan time: 29.6374\n",
+ "2024-12-19 13:16:10,535 - optimization.inference - INFO - Number of candidates by RT in frame 2004: 199\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,547 - optimization.inference - INFO - Scan time: 27.9094\n",
+ "2024-12-19 13:16:10,548 - optimization.inference - INFO - Number of candidates by RT in frame 1903: 250\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,551 - optimization.inference - INFO - Scan time: 29.7233\n",
+ "2024-12-19 13:16:10,552 - optimization.inference - INFO - Number of candidates by RT in frame 2009: 193\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,566 - optimization.inference - INFO - Scan time: 29.8088\n",
+ "2024-12-19 13:16:10,567 - optimization.inference - INFO - Number of candidates by RT in frame 2014: 203\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,570 - optimization.inference - INFO - Scan time: 27.9948\n",
+ "2024-12-19 13:16:10,575 - optimization.inference - INFO - Number of candidates by RT in frame 1908: 264\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,583 - optimization.inference - INFO - Scan time: 29.8947\n",
+ "2024-12-19 13:16:10,584 - optimization.inference - INFO - Number of candidates by RT in frame 2019: 207\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,596 - optimization.inference - INFO - Scan time: 29.9807\n",
+ "2024-12-19 13:16:10,597 - optimization.inference - INFO - Number of candidates by RT in frame 2024: 197\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,599 - optimization.inference - INFO - Scan time: 28.0802\n",
+ "2024-12-19 13:16:10,600 - optimization.inference - INFO - Number of candidates by RT in frame 1913: 265\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,613 - optimization.inference - INFO - Scan time: 30.067\n",
+ "2024-12-19 13:16:10,614 - optimization.inference - INFO - Number of candidates by RT in frame 2029: 197\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,620 - optimization.inference - INFO - Scan time: 28.166\n",
+ "2024-12-19 13:16:10,621 - optimization.inference - INFO - Number of candidates by RT in frame 1918: 247\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,630 - optimization.inference - INFO - Scan time: 30.1528\n",
+ "2024-12-19 13:16:10,631 - optimization.inference - INFO - Number of candidates by RT in frame 2034: 181\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,640 - optimization.inference - INFO - Scan time: 28.251\n",
+ "2024-12-19 13:16:10,641 - optimization.inference - INFO - Number of candidates by RT in frame 1923: 246\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,644 - optimization.inference - INFO - Scan time: 30.2384\n",
+ "2024-12-19 13:16:10,645 - optimization.inference - INFO - Number of candidates by RT in frame 2039: 171\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,658 - optimization.inference - INFO - Scan time: 30.3245\n",
+ "2024-12-19 13:16:10,658 - optimization.inference - INFO - Scan time: 28.3367\n",
+ "2024-12-19 13:16:10,659 - optimization.inference - INFO - Number of candidates by RT in frame 2044: 180\n",
+ "2024-12-19 13:16:10,659 - optimization.inference - INFO - Number of candidates by RT in frame 1928: 250\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,672 - optimization.inference - INFO - Scan time: 30.4105\n",
+ "2024-12-19 13:16:10,673 - optimization.inference - INFO - Number of candidates by RT in frame 2049: 199\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,674 - optimization.inference - INFO - Scan time: 28.4218\n",
+ "2024-12-19 13:16:10,675 - optimization.inference - INFO - Number of candidates by RT in frame 1933: 230\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,688 - optimization.inference - INFO - Scan time: 30.4967\n",
+ "2024-12-19 13:16:10,689 - optimization.inference - INFO - Number of candidates by RT in frame 2054: 213\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,690 - optimization.inference - INFO - Scan time: 28.5075\n",
+ "2024-12-19 13:16:10,691 - optimization.inference - INFO - Number of candidates by RT in frame 1938: 236\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,703 - optimization.inference - INFO - Scan time: 30.5827\n",
+ "2024-12-19 13:16:10,704 - optimization.inference - INFO - Number of candidates by RT in frame 2059: 220\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,712 - optimization.inference - INFO - Scan time: 28.5929\n",
+ "2024-12-19 13:16:10,713 - optimization.inference - INFO - Number of candidates by RT in frame 1943: 238\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,718 - optimization.inference - INFO - Scan time: 30.6679\n",
+ "2024-12-19 13:16:10,719 - optimization.inference - INFO - Number of candidates by RT in frame 2064: 221\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,730 - optimization.inference - INFO - Scan time: 28.6781\n",
+ "2024-12-19 13:16:10,731 - optimization.inference - INFO - Number of candidates by RT in frame 1948: 210\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,736 - optimization.inference - INFO - Scan time: 30.7528\n",
+ "2024-12-19 13:16:10,737 - optimization.inference - INFO - Number of candidates by RT in frame 2069: 209\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,748 - optimization.inference - INFO - Scan time: 28.7633\n",
+ "2024-12-19 13:16:10,749 - optimization.inference - INFO - Number of candidates by RT in frame 1953: 206\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,753 - optimization.inference - INFO - Scan time: 30.8388\n",
+ "2024-12-19 13:16:10,754 - optimization.inference - INFO - Number of candidates by RT in frame 2074: 192\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,766 - optimization.inference - INFO - Scan time: 28.8488\n",
+ "2024-12-19 13:16:10,767 - optimization.inference - INFO - Number of candidates by RT in frame 1958: 202\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,771 - optimization.inference - INFO - Scan time: 30.9244\n",
+ "2024-12-19 13:16:10,772 - optimization.inference - INFO - Number of candidates by RT in frame 2079: 198\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,783 - optimization.inference - INFO - Scan time: 28.9349\n",
+ "2024-12-19 13:16:10,784 - optimization.inference - INFO - Scan time: 31.01\n",
+ "2024-12-19 13:16:10,784 - optimization.inference - INFO - Number of candidates by RT in frame 1963: 201\n",
+ "2024-12-19 13:16:10,785 - optimization.inference - INFO - Number of candidates by RT in frame 2084: 184\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,798 - optimization.inference - INFO - Scan time: 31.0957\n",
+ "2024-12-19 13:16:10,799 - optimization.inference - INFO - Number of candidates by RT in frame 2089: 215\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,803 - optimization.inference - INFO - Scan time: 29.0207\n",
+ "2024-12-19 13:16:10,805 - optimization.inference - INFO - Number of candidates by RT in frame 1968: 209\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,814 - optimization.inference - INFO - Scan time: 31.1815\n",
+ "2024-12-19 13:16:10,815 - optimization.inference - INFO - Number of candidates by RT in frame 2094: 210\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,823 - optimization.inference - INFO - Scan time: 29.1069\n",
+ "2024-12-19 13:16:10,824 - optimization.inference - INFO - Number of candidates by RT in frame 1973: 209\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,829 - optimization.inference - INFO - Scan time: 31.267\n",
+ "2024-12-19 13:16:10,830 - optimization.inference - INFO - Number of candidates by RT in frame 2099: 198\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,836 - optimization.inference - INFO - Scan time: 29.1916\n",
+ "2024-12-19 13:16:10,837 - optimization.inference - INFO - Number of candidates by RT in frame 1978: 202\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,844 - optimization.inference - INFO - Scan time: 31.3528\n",
+ "2024-12-19 13:16:10,845 - optimization.inference - INFO - Number of candidates by RT in frame 2104: 205\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,852 - optimization.inference - INFO - Scan time: 29.2774\n",
+ "2024-12-19 13:16:10,853 - optimization.inference - INFO - Number of candidates by RT in frame 1983: 213\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,860 - optimization.inference - INFO - Scan time: 31.4388\n",
+ "2024-12-19 13:16:10,861 - optimization.inference - INFO - Number of candidates by RT in frame 2109: 196\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,870 - optimization.inference - INFO - Scan time: 29.3623\n",
+ "2024-12-19 13:16:10,871 - optimization.inference - INFO - Number of candidates by RT in frame 1988: 206\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,878 - optimization.inference - INFO - Scan time: 31.5246\n",
+ "2024-12-19 13:16:10,879 - optimization.inference - INFO - Number of candidates by RT in frame 2114: 194\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,885 - optimization.inference - INFO - Scan time: 29.4487\n",
+ "2024-12-19 13:16:10,886 - optimization.inference - INFO - Number of candidates by RT in frame 1993: 201\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,893 - optimization.inference - INFO - Scan time: 31.6104\n",
+ "2024-12-19 13:16:10,894 - optimization.inference - INFO - Number of candidates by RT in frame 2119: 167\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,903 - optimization.inference - INFO - Scan time: 29.5347\n",
+ "2024-12-19 13:16:10,904 - optimization.inference - INFO - Number of candidates by RT in frame 1998: 211\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,905 - optimization.inference - INFO - Scan time: 31.6959\n",
+ "2024-12-19 13:16:10,906 - optimization.inference - INFO - Number of candidates by RT in frame 2124: 149\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,918 - optimization.inference - INFO - Scan time: 29.6199\n",
+ "2024-12-19 13:16:10,918 - optimization.inference - INFO - Scan time: 31.7815\n",
+ "2024-12-19 13:16:10,919 - optimization.inference - INFO - Number of candidates by RT in frame 2003: 206\n",
+ "2024-12-19 13:16:10,919 - optimization.inference - INFO - Number of candidates by RT in frame 2129: 143\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,932 - optimization.inference - INFO - Scan time: 31.8674\n",
+ "2024-12-19 13:16:10,933 - optimization.inference - INFO - Number of candidates by RT in frame 2134: 111\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,935 - optimization.inference - INFO - Scan time: 29.7062\n",
+ "2024-12-19 13:16:10,936 - optimization.inference - INFO - Number of candidates by RT in frame 2008: 190\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,944 - optimization.inference - INFO - Scan time: 31.9532\n",
+ "2024-12-19 13:16:10,945 - optimization.inference - INFO - Number of candidates by RT in frame 2139: 69\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,950 - optimization.inference - INFO - Scan time: 29.7916\n",
+ "2024-12-19 13:16:10,952 - optimization.inference - INFO - Number of candidates by RT in frame 2013: 202\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,957 - optimization.inference - INFO - Scan time: 32.0398\n",
+ "2024-12-19 13:16:10,958 - optimization.inference - INFO - Number of candidates by RT in frame 2144: 37\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,968 - optimization.inference - INFO - Scan time: 29.8775\n",
+ "2024-12-19 13:16:10,969 - optimization.inference - INFO - Number of candidates by RT in frame 2018: 200\n",
+ "2024-12-19 13:16:10,970 - optimization.inference - INFO - Scan time: 32.1245\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,970 - optimization.inference - INFO - Number of candidates by RT in frame 2149: 20\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,982 - optimization.inference - INFO - Scan time: 32.1722\n",
+ "2024-12-19 13:16:10,982 - optimization.inference - INFO - Scan time: 29.9635\n",
+ "2024-12-19 13:16:10,982 - optimization.inference - INFO - Number of candidates by RT in frame 2154: 17\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,983 - optimization.inference - INFO - Number of candidates by RT in frame 2023: 199\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:10,994 - optimization.inference - INFO - Scan time: 32.1959\n",
+ "2024-12-19 13:16:10,995 - optimization.inference - INFO - Number of candidates by RT in frame 2159: 16\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,001 - optimization.inference - INFO - Scan time: 30.0496\n",
+ "2024-12-19 13:16:11,002 - optimization.inference - INFO - Number of candidates by RT in frame 2028: 200\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,005 - optimization.inference - INFO - Scan time: 32.2118\n",
+ "2024-12-19 13:16:11,005 - optimization.inference - INFO - Number of candidates by RT in frame 2164: 14\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,016 - optimization.inference - INFO - Scan time: 32.233\n",
+ "2024-12-19 13:16:11,017 - optimization.inference - INFO - Number of candidates by RT in frame 2169: 14\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,021 - optimization.inference - INFO - Scan time: 30.1356\n",
+ "2024-12-19 13:16:11,022 - optimization.inference - INFO - Number of candidates by RT in frame 2033: 179\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,026 - optimization.inference - INFO - Scan time: 32.2572\n",
+ "2024-12-19 13:16:11,026 - optimization.inference - INFO - Number of candidates by RT in frame 2174: 12\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,034 - optimization.inference - INFO - Scan time: 30.2213\n",
+ "2024-12-19 13:16:11,035 - optimization.inference - INFO - Number of candidates by RT in frame 2038: 167\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,038 - optimization.inference - INFO - Scan time: 32.2828\n",
+ "2024-12-19 13:16:11,038 - optimization.inference - INFO - Number of candidates by RT in frame 2179: 12\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,047 - optimization.inference - INFO - Scan time: 30.3071\n",
+ "2024-12-19 13:16:11,048 - optimization.inference - INFO - Number of candidates by RT in frame 2043: 180\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,049 - optimization.inference - INFO - Scan time: 32.295\n",
+ "2024-12-19 13:16:11,050 - optimization.inference - INFO - Number of candidates by RT in frame 2184: 11\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,060 - optimization.inference - INFO - Scan time: 32.3086\n",
+ "2024-12-19 13:16:11,061 - optimization.inference - INFO - Number of candidates by RT in frame 2189: 10\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,062 - optimization.inference - INFO - Scan time: 30.3933\n",
+ "2024-12-19 13:16:11,063 - optimization.inference - INFO - Number of candidates by RT in frame 2048: 191\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,072 - optimization.inference - INFO - Scan time: 32.3257\n",
+ "2024-12-19 13:16:11,073 - optimization.inference - INFO - Number of candidates by RT in frame 2194: 10\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,079 - optimization.inference - INFO - Scan time: 30.4795\n",
+ "2024-12-19 13:16:11,080 - optimization.inference - INFO - Number of candidates by RT in frame 2053: 213\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,083 - optimization.inference - INFO - Scan time: 32.3413\n",
+ "2024-12-19 13:16:11,084 - optimization.inference - INFO - Number of candidates by RT in frame 2199: 10\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,093 - optimization.inference - INFO - Scan time: 32.3604\n",
+ "2024-12-19 13:16:11,094 - optimization.inference - INFO - Number of candidates by RT in frame 2204: 10\n",
+ "2024-12-19 13:16:11,094 - optimization.inference - INFO - Scan time: 30.5654\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,095 - optimization.inference - INFO - Number of candidates by RT in frame 2058: 224\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,104 - optimization.inference - INFO - Scan time: 32.3831\n",
+ "2024-12-19 13:16:11,105 - optimization.inference - INFO - Number of candidates by RT in frame 2209: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,112 - optimization.inference - INFO - Scan time: 30.651\n",
+ "2024-12-19 13:16:11,113 - optimization.inference - INFO - Number of candidates by RT in frame 2063: 220\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,114 - optimization.inference - INFO - Scan time: 32.4015\n",
+ "2024-12-19 13:16:11,115 - optimization.inference - INFO - Number of candidates by RT in frame 2214: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,124 - optimization.inference - INFO - Scan time: 32.4191\n",
+ "2024-12-19 13:16:11,125 - optimization.inference - INFO - Number of candidates by RT in frame 2219: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,129 - optimization.inference - INFO - Scan time: 30.7358\n",
+ "2024-12-19 13:16:11,130 - optimization.inference - INFO - Number of candidates by RT in frame 2068: 209\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,135 - optimization.inference - INFO - Scan time: 32.4336\n",
+ "2024-12-19 13:16:11,135 - optimization.inference - INFO - Number of candidates by RT in frame 2224: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,145 - optimization.inference - INFO - Scan time: 32.4469\n",
+ "2024-12-19 13:16:11,145 - optimization.inference - INFO - Number of candidates by RT in frame 2229: 6\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,147 - optimization.inference - INFO - Scan time: 30.8213\n",
+ "2024-12-19 13:16:11,148 - optimization.inference - INFO - Number of candidates by RT in frame 2073: 196\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,153 - optimization.inference - INFO - Scan time: 32.4604\n",
+ "2024-12-19 13:16:11,153 - optimization.inference - INFO - Number of candidates by RT in frame 2234: 6\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,161 - optimization.inference - INFO - Scan time: 32.4719\n",
+ "2024-12-19 13:16:11,161 - optimization.inference - INFO - Number of candidates by RT in frame 2239: 6\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,165 - optimization.inference - INFO - Scan time: 30.9075\n",
+ "2024-12-19 13:16:11,166 - optimization.inference - INFO - Number of candidates by RT in frame 2078: 192\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,171 - optimization.inference - INFO - Scan time: 32.486\n",
+ "2024-12-19 13:16:11,172 - optimization.inference - INFO - Number of candidates by RT in frame 2244: 6\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,176 - optimization.inference - INFO - Scan time: 30.9927\n",
+ "2024-12-19 13:16:11,177 - optimization.inference - INFO - Number of candidates by RT in frame 2083: 195\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,181 - optimization.inference - INFO - Scan time: 32.4989\n",
+ "2024-12-19 13:16:11,182 - optimization.inference - INFO - Number of candidates by RT in frame 2249: 4\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,191 - optimization.inference - INFO - Scan time: 32.5147\n",
+ "2024-12-19 13:16:11,192 - optimization.inference - INFO - Number of candidates by RT in frame 2254: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,194 - optimization.inference - INFO - Scan time: 31.0786\n",
+ "2024-12-19 13:16:11,195 - optimization.inference - INFO - Number of candidates by RT in frame 2088: 208\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,199 - optimization.inference - INFO - Scan time: 32.5315\n",
+ "2024-12-19 13:16:11,200 - optimization.inference - INFO - Number of candidates by RT in frame 2259: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,208 - optimization.inference - INFO - Scan time: 32.5484\n",
+ "2024-12-19 13:16:11,208 - optimization.inference - INFO - Number of candidates by RT in frame 2264: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,211 - optimization.inference - INFO - Scan time: 31.1643\n",
+ "2024-12-19 13:16:11,212 - optimization.inference - INFO - Number of candidates by RT in frame 2093: 211\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,216 - optimization.inference - INFO - Scan time: 32.5666\n",
+ "2024-12-19 13:16:11,217 - optimization.inference - INFO - Number of candidates by RT in frame 2269: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,225 - optimization.inference - INFO - Scan time: 32.5822\n",
+ "2024-12-19 13:16:11,226 - optimization.inference - INFO - Number of candidates by RT in frame 2274: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,229 - optimization.inference - INFO - Scan time: 31.25\n",
+ "2024-12-19 13:16:11,230 - optimization.inference - INFO - Number of candidates by RT in frame 2098: 197\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,235 - optimization.inference - INFO - Scan time: 32.595\n",
+ "2024-12-19 13:16:11,235 - optimization.inference - INFO - Number of candidates by RT in frame 2279: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,242 - optimization.inference - INFO - Scan time: 32.6072\n",
+ "2024-12-19 13:16:11,243 - optimization.inference - INFO - Number of candidates by RT in frame 2284: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,244 - optimization.inference - INFO - Scan time: 31.3358\n",
+ "2024-12-19 13:16:11,245 - optimization.inference - INFO - Number of candidates by RT in frame 2103: 202\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,250 - optimization.inference - INFO - Scan time: 32.6236\n",
+ "2024-12-19 13:16:11,251 - optimization.inference - INFO - Number of candidates by RT in frame 2289: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,258 - optimization.inference - INFO - Scan time: 32.6371\n",
+ "2024-12-19 13:16:11,259 - optimization.inference - INFO - Number of candidates by RT in frame 2294: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,262 - optimization.inference - INFO - Scan time: 31.4218\n",
+ "2024-12-19 13:16:11,263 - optimization.inference - INFO - Number of candidates by RT in frame 2108: 197\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,266 - optimization.inference - INFO - Scan time: 32.6539\n",
+ "2024-12-19 13:16:11,267 - optimization.inference - INFO - Number of candidates by RT in frame 2299: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,274 - optimization.inference - INFO - Scan time: 32.6686\n",
+ "2024-12-19 13:16:11,274 - optimization.inference - INFO - Number of candidates by RT in frame 2304: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,281 - optimization.inference - INFO - Scan time: 32.6851\n",
+ "2024-12-19 13:16:11,281 - optimization.inference - INFO - Scan time: 31.5076\n",
+ "2024-12-19 13:16:11,282 - optimization.inference - INFO - Number of candidates by RT in frame 2309: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,282 - optimization.inference - INFO - Number of candidates by RT in frame 2113: 194\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,288 - optimization.inference - INFO - Scan time: 32.7\n",
+ "2024-12-19 13:16:11,289 - optimization.inference - INFO - Number of candidates by RT in frame 2314: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,296 - optimization.inference - INFO - Scan time: 32.7135\n",
+ "2024-12-19 13:16:11,296 - optimization.inference - INFO - Number of candidates by RT in frame 2319: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,298 - optimization.inference - INFO - Scan time: 31.5932\n",
+ "2024-12-19 13:16:11,299 - optimization.inference - INFO - Number of candidates by RT in frame 2118: 172\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,303 - optimization.inference - INFO - Scan time: 32.7296\n",
+ "2024-12-19 13:16:11,304 - optimization.inference - INFO - Number of candidates by RT in frame 2324: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,310 - optimization.inference - INFO - Scan time: 32.7431\n",
+ "2024-12-19 13:16:11,311 - optimization.inference - INFO - Number of candidates by RT in frame 2329: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,316 - optimization.inference - INFO - Scan time: 31.6787\n",
+ "2024-12-19 13:16:11,316 - optimization.inference - INFO - Number of candidates by RT in frame 2123: 153\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,318 - optimization.inference - INFO - Scan time: 32.7587\n",
+ "2024-12-19 13:16:11,319 - optimization.inference - INFO - Number of candidates by RT in frame 2334: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,325 - optimization.inference - INFO - Scan time: 32.7792\n",
+ "2024-12-19 13:16:11,326 - optimization.inference - INFO - Number of candidates by RT in frame 2339: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,328 - optimization.inference - INFO - Scan time: 31.7644\n",
+ "2024-12-19 13:16:11,329 - optimization.inference - INFO - Number of candidates by RT in frame 2128: 147\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,332 - optimization.inference - INFO - Scan time: 32.794\n",
+ "2024-12-19 13:16:11,333 - optimization.inference - INFO - Number of candidates by RT in frame 2344: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,338 - optimization.inference - INFO - Scan time: 32.8084\n",
+ "2024-12-19 13:16:11,339 - optimization.inference - INFO - Number of candidates by RT in frame 2349: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,341 - optimization.inference - INFO - Scan time: 31.8502\n",
+ "2024-12-19 13:16:11,342 - optimization.inference - INFO - Number of candidates by RT in frame 2133: 117\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,345 - optimization.inference - INFO - Scan time: 32.8238\n",
+ "2024-12-19 13:16:11,346 - optimization.inference - INFO - Number of candidates by RT in frame 2354: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,352 - optimization.inference - INFO - Scan time: 31.9361\n",
+ "2024-12-19 13:16:11,353 - optimization.inference - INFO - Scan time: 32.8392\n",
+ "2024-12-19 13:16:11,353 - optimization.inference - INFO - Number of candidates by RT in frame 2359: 2\n",
+ "2024-12-19 13:16:11,353 - optimization.inference - INFO - Number of candidates by RT in frame 2138: 83\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,360 - optimization.inference - INFO - Scan time: 32.8542\n",
+ "2024-12-19 13:16:11,361 - optimization.inference - INFO - Number of candidates by RT in frame 2364: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,367 - optimization.inference - INFO - Scan time: 32.867\n",
+ "2024-12-19 13:16:11,368 - optimization.inference - INFO - Number of candidates by RT in frame 2369: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,368 - optimization.inference - INFO - Scan time: 32.0223\n",
+ "2024-12-19 13:16:11,369 - optimization.inference - INFO - Number of candidates by RT in frame 2143: 41\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,374 - optimization.inference - INFO - Scan time: 32.8791\n",
+ "2024-12-19 13:16:11,375 - optimization.inference - INFO - Number of candidates by RT in frame 2374: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,381 - optimization.inference - INFO - Scan time: 32.894\n",
+ "2024-12-19 13:16:11,382 - optimization.inference - INFO - Number of candidates by RT in frame 2379: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,383 - optimization.inference - INFO - Scan time: 32.1076\n",
+ "2024-12-19 13:16:11,384 - optimization.inference - INFO - Number of candidates by RT in frame 2148: 20\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,388 - optimization.inference - INFO - Scan time: 32.9087\n",
+ "2024-12-19 13:16:11,389 - optimization.inference - INFO - Number of candidates by RT in frame 2384: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,395 - optimization.inference - INFO - Scan time: 32.1657\n",
+ "2024-12-19 13:16:11,396 - optimization.inference - INFO - Scan time: 32.9209\n",
+ "2024-12-19 13:16:11,396 - optimization.inference - INFO - Number of candidates by RT in frame 2153: 18\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,396 - optimization.inference - INFO - Number of candidates by RT in frame 2389: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,403 - optimization.inference - INFO - Scan time: 32.9353\n",
+ "2024-12-19 13:16:11,403 - optimization.inference - INFO - Number of candidates by RT in frame 2394: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,407 - optimization.inference - INFO - Scan time: 32.1936\n",
+ "2024-12-19 13:16:11,408 - optimization.inference - INFO - Number of candidates by RT in frame 2158: 16\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,409 - optimization.inference - INFO - Scan time: 32.9474\n",
+ "2024-12-19 13:16:11,410 - optimization.inference - INFO - Number of candidates by RT in frame 2399: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,416 - optimization.inference - INFO - Scan time: 32.959\n",
+ "2024-12-19 13:16:11,417 - optimization.inference - INFO - Number of candidates by RT in frame 2404: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,418 - optimization.inference - INFO - Scan time: 32.2094\n",
+ "2024-12-19 13:16:11,419 - optimization.inference - INFO - Number of candidates by RT in frame 2163: 14\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,423 - optimization.inference - INFO - Scan time: 32.9705\n",
+ "2024-12-19 13:16:11,423 - optimization.inference - INFO - Number of candidates by RT in frame 2409: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,429 - optimization.inference - INFO - Scan time: 32.9888\n",
+ "2024-12-19 13:16:11,429 - optimization.inference - INFO - Scan time: 32.2307\n",
+ "2024-12-19 13:16:11,430 - optimization.inference - INFO - Number of candidates by RT in frame 2414: 1\n",
+ "2024-12-19 13:16:11,430 - optimization.inference - INFO - Number of candidates by RT in frame 2168: 14\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,436 - optimization.inference - INFO - Scan time: 33.0011\n",
+ "2024-12-19 13:16:11,436 - optimization.inference - INFO - Number of candidates by RT in frame 2419: 1\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,439 - optimization.inference - INFO - Scan time: 32.2527\n",
+ "2024-12-19 13:16:11,440 - optimization.inference - INFO - Number of candidates by RT in frame 2173: 12\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,442 - optimization.inference - INFO - Shape of COO matrix: (2421, 18939)\n",
+ "2024-12-19 13:16:11,451 - optimization.inference - INFO - Scan time: 32.2784\n",
+ "2024-12-19 13:16:11,452 - optimization.inference - INFO - Number of candidates by RT in frame 2178: 12\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,463 - optimization.inference - INFO - Scan time: 32.2927\n",
+ "2024-12-19 13:16:11,464 - optimization.inference - INFO - Number of candidates by RT in frame 2183: 11\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,475 - optimization.inference - INFO - Scan time: 32.3063\n",
+ "2024-12-19 13:16:11,475 - optimization.inference - INFO - Number of candidates by RT in frame 2188: 10\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,486 - optimization.inference - INFO - Scan time: 32.322\n",
+ "2024-12-19 13:16:11,487 - optimization.inference - INFO - Number of candidates by RT in frame 2193: 10\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,497 - optimization.inference - INFO - Scan time: 32.339\n",
+ "2024-12-19 13:16:11,498 - optimization.inference - INFO - Number of candidates by RT in frame 2198: 10\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,507 - optimization.inference - INFO - Scan time: 32.3568\n",
+ "2024-12-19 13:16:11,508 - optimization.inference - INFO - Number of candidates by RT in frame 2203: 10\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,517 - optimization.inference - INFO - Scan time: 32.3795\n",
+ "2024-12-19 13:16:11,518 - optimization.inference - INFO - Number of candidates by RT in frame 2208: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,524 - optimization.inference - INFO - Size of COO matrix in batch 4: 1.614264 Mb\n",
+ "2024-12-19 13:16:11,529 - optimization.inference - INFO - Scan time: 32.3992\n",
+ "2024-12-19 13:16:11,530 - optimization.inference - INFO - Number of candidates by RT in frame 2213: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,540 - optimization.inference - INFO - Scan time: 32.4162\n",
+ "2024-12-19 13:16:11,540 - optimization.inference - INFO - Number of candidates by RT in frame 2218: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,551 - optimization.inference - INFO - Scan time: 32.4313\n",
+ "2024-12-19 13:16:11,551 - optimization.inference - INFO - Number of candidates by RT in frame 2223: 9\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,561 - optimization.inference - INFO - Scan time: 32.4446\n",
+ "2024-12-19 13:16:11,562 - optimization.inference - INFO - Number of candidates by RT in frame 2228: 7\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,570 - optimization.inference - INFO - Scan time: 32.4581\n",
+ "2024-12-19 13:16:11,571 - optimization.inference - INFO - Number of candidates by RT in frame 2233: 6\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,579 - optimization.inference - INFO - Scan time: 32.4696\n",
+ "2024-12-19 13:16:11,579 - optimization.inference - INFO - Number of candidates by RT in frame 2238: 6\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,589 - optimization.inference - INFO - Scan time: 32.4831\n",
+ "2024-12-19 13:16:11,590 - optimization.inference - INFO - Number of candidates by RT in frame 2243: 6\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,599 - optimization.inference - INFO - Scan time: 32.4966\n",
+ "2024-12-19 13:16:11,600 - optimization.inference - INFO - Number of candidates by RT in frame 2248: 4\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,609 - optimization.inference - INFO - Scan time: 32.511\n",
+ "2024-12-19 13:16:11,610 - optimization.inference - INFO - Number of candidates by RT in frame 2253: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,618 - optimization.inference - INFO - Scan time: 32.5286\n",
+ "2024-12-19 13:16:11,619 - optimization.inference - INFO - Number of candidates by RT in frame 2258: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,627 - optimization.inference - INFO - Scan time: 32.5461\n",
+ "2024-12-19 13:16:11,628 - optimization.inference - INFO - Number of candidates by RT in frame 2263: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,636 - optimization.inference - INFO - Scan time: 32.5615\n",
+ "2024-12-19 13:16:11,636 - optimization.inference - INFO - Number of candidates by RT in frame 2268: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,645 - optimization.inference - INFO - Scan time: 32.5785\n",
+ "2024-12-19 13:16:11,646 - optimization.inference - INFO - Number of candidates by RT in frame 2273: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,655 - optimization.inference - INFO - Scan time: 32.5914\n",
+ "2024-12-19 13:16:11,655 - optimization.inference - INFO - Number of candidates by RT in frame 2278: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,664 - optimization.inference - INFO - Scan time: 32.6043\n",
+ "2024-12-19 13:16:11,665 - optimization.inference - INFO - Number of candidates by RT in frame 2283: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,672 - optimization.inference - INFO - Scan time: 32.6185\n",
+ "2024-12-19 13:16:11,673 - optimization.inference - INFO - Number of candidates by RT in frame 2288: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,680 - optimization.inference - INFO - Scan time: 32.6328\n",
+ "2024-12-19 13:16:11,681 - optimization.inference - INFO - Number of candidates by RT in frame 2293: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,688 - optimization.inference - INFO - Scan time: 32.6503\n",
+ "2024-12-19 13:16:11,689 - optimization.inference - INFO - Number of candidates by RT in frame 2298: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,697 - optimization.inference - INFO - Scan time: 32.6657\n",
+ "2024-12-19 13:16:11,698 - optimization.inference - INFO - Number of candidates by RT in frame 2303: 3\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,705 - optimization.inference - INFO - Scan time: 32.6822\n",
+ "2024-12-19 13:16:11,706 - optimization.inference - INFO - Number of candidates by RT in frame 2308: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,713 - optimization.inference - INFO - Scan time: 32.6977\n",
+ "2024-12-19 13:16:11,714 - optimization.inference - INFO - Number of candidates by RT in frame 2313: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,720 - optimization.inference - INFO - Scan time: 32.7098\n",
+ "2024-12-19 13:16:11,721 - optimization.inference - INFO - Number of candidates by RT in frame 2318: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,729 - optimization.inference - INFO - Scan time: 32.7252\n",
+ "2024-12-19 13:16:11,730 - optimization.inference - INFO - Number of candidates by RT in frame 2323: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,737 - optimization.inference - INFO - Scan time: 32.7402\n",
+ "2024-12-19 13:16:11,738 - optimization.inference - INFO - Number of candidates by RT in frame 2328: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,744 - optimization.inference - INFO - Scan time: 32.7555\n",
+ "2024-12-19 13:16:11,745 - optimization.inference - INFO - Number of candidates by RT in frame 2333: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,752 - optimization.inference - INFO - Scan time: 32.7769\n",
+ "2024-12-19 13:16:11,753 - optimization.inference - INFO - Number of candidates by RT in frame 2338: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,759 - optimization.inference - INFO - Scan time: 32.7904\n",
+ "2024-12-19 13:16:11,760 - optimization.inference - INFO - Number of candidates by RT in frame 2343: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,766 - optimization.inference - INFO - Scan time: 32.8033\n",
+ "2024-12-19 13:16:11,767 - optimization.inference - INFO - Number of candidates by RT in frame 2348: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,774 - optimization.inference - INFO - Scan time: 32.8202\n",
+ "2024-12-19 13:16:11,775 - optimization.inference - INFO - Number of candidates by RT in frame 2353: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,782 - optimization.inference - INFO - Scan time: 32.8369\n",
+ "2024-12-19 13:16:11,782 - optimization.inference - INFO - Number of candidates by RT in frame 2358: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,789 - optimization.inference - INFO - Scan time: 32.8506\n",
+ "2024-12-19 13:16:11,790 - optimization.inference - INFO - Number of candidates by RT in frame 2363: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,797 - optimization.inference - INFO - Scan time: 32.864\n",
+ "2024-12-19 13:16:11,797 - optimization.inference - INFO - Number of candidates by RT in frame 2368: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,804 - optimization.inference - INFO - Scan time: 32.8768\n",
+ "2024-12-19 13:16:11,805 - optimization.inference - INFO - Number of candidates by RT in frame 2373: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,811 - optimization.inference - INFO - Scan time: 32.8897\n",
+ "2024-12-19 13:16:11,812 - optimization.inference - INFO - Number of candidates by RT in frame 2378: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,818 - optimization.inference - INFO - Scan time: 32.9064\n",
+ "2024-12-19 13:16:11,819 - optimization.inference - INFO - Number of candidates by RT in frame 2383: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,825 - optimization.inference - INFO - Scan time: 32.9185\n",
+ "2024-12-19 13:16:11,826 - optimization.inference - INFO - Number of candidates by RT in frame 2388: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,833 - optimization.inference - INFO - Scan time: 32.9324\n",
+ "2024-12-19 13:16:11,834 - optimization.inference - INFO - Number of candidates by RT in frame 2393: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,840 - optimization.inference - INFO - Scan time: 32.9445\n",
+ "2024-12-19 13:16:11,841 - optimization.inference - INFO - Number of candidates by RT in frame 2398: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,847 - optimization.inference - INFO - Scan time: 32.9567\n",
+ "2024-12-19 13:16:11,848 - optimization.inference - INFO - Number of candidates by RT in frame 2403: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,854 - optimization.inference - INFO - Scan time: 32.9682\n",
+ "2024-12-19 13:16:11,854 - optimization.inference - INFO - Number of candidates by RT in frame 2408: 2\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,860 - optimization.inference - INFO - Scan time: 32.9859\n",
+ "2024-12-19 13:16:11,861 - optimization.inference - INFO - Number of candidates by RT in frame 2413: 1\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,866 - optimization.inference - INFO - Scan time: 32.998\n",
+ "2024-12-19 13:16:11,867 - optimization.inference - INFO - Number of candidates by RT in frame 2418: 1\n",
+ "/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/optimization/inference.py:781: SettingWithCopyWarning: \n",
+ "A value is trying to be set on a copy of a slice from a DataFrame\n",
+ "\n",
+ "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n",
+ " candidate_precursor_by_rt.sort_values(\n",
+ "2024-12-19 13:16:11,873 - optimization.inference - INFO - Shape of COO matrix: (2421, 18939)\n",
+ "2024-12-19 13:16:11,950 - optimization.inference - INFO - Size of COO matrix in batch 3: 1.614864 Mb\n",
+ "2024-12-19 13:16:12> Process scans - Script execution time: 0m 31s\n",
+ "2024-12-19 13:16:12> =================Post Processing==================\n",
+ "2024-12-19 13:16:12> NNZ size of batch 0 act_3d 67438\n",
+ "2024-12-19 13:16:12> NNZ size of batch 1 act_3d 67464\n",
+ "2024-12-19 13:16:13> NNZ size of act_3d_all 134902\n",
+ "2024-12-19 13:16:13> NNZ size of batch 2 act_3d 67543\n",
+ "2024-12-19 13:16:13> NNZ size of act_3d_all 202445\n",
+ "2024-12-19 13:16:13> NNZ size of batch 3 act_3d 67286\n",
+ "2024-12-19 13:16:13> NNZ size of act_3d_all 269731\n",
+ "2024-12-19 13:16:13> NNZ size of batch 4 act_3d 67261\n",
+ "2024-12-19 13:16:13> NNZ size of act_3d_all 336992\n",
+ "2024-12-19 13:16:13> pept_act_sum_all sum (18939,)\n",
+ "2024-12-19 13:16:13> ==================Result Analaysis==================\n",
+ "2024-12-19 13:16:13> Drop na values in pept_act_sum, Pept activation sum entries: 18939\n",
+ "2024-12-19 13:16:13> Filtering the data by the sum of intensity threshold 2, number of entries before filtering 18939\n",
+ "2024-12-19 13:16:13> Number of entries after filtering 18938\n",
+ "2024-12-19 13:16:13> No decoy entries in the data, using FDR threshold of dictionary 0.2\n",
+ "2024-12-19 13:16:13> Number of entries after merging 18938 and columns Index(['Sequence', 'Length', 'Modifications', 'Modified sequence',\n",
+ " 'Oxidation (M) Probabilities', 'Oxidation (M) Score Diffs',\n",
+ " 'Oxidation (M)', 'Missed cleavages', 'Proteins', 'Leading proteins',\n",
+ " 'Leading razor protein', 'Gene names', 'Protein names', 'Type',\n",
+ " 'Raw file', 'Experiment', 'MS/MS m/z', 'Charge', 'm/z', 'Mass',\n",
+ " 'Resolution', 'Uncalibrated - Calibrated m/z [ppm]',\n",
+ " 'Uncalibrated - Calibrated m/z [Da]', 'Mass error [ppm]',\n",
+ " 'Mass error [Da]', 'Uncalibrated mass error [ppm]',\n",
+ " 'Uncalibrated mass error [Da]', 'Max intensity m/z 0', 'Retention time',\n",
+ " 'Retention length', 'Calibrated retention time',\n",
+ " 'Calibrated retention time start', 'Calibrated retention time finish',\n",
+ " 'Retention time calibration', 'Match time difference',\n",
+ " 'Match m/z difference', 'Match q-value', 'Match score',\n",
+ " 'Number of data points', 'Number of scans', 'Number of isotopic peaks',\n",
+ " 'PIF', 'Fraction of total spectrum', 'Base peak fraction', 'PEP',\n",
+ " 'MS/MS count', 'MS/MS scan number', 'Score', 'Delta score',\n",
+ " 'Combinatorics', 'Intensity', 'Reverse', 'Potential contaminant', 'id',\n",
+ " 'Protein group IDs', 'Peptide ID', 'Mod. peptide ID', 'MS/MS IDs',\n",
+ " 'Best MS/MS', 'AIF MS/MS IDs', 'Oxidation (M) site IDs', 'source',\n",
+ " 'Time_minute_center_exp', 'MS1_frame_idx_center_exp',\n",
+ " 'Time_minute_left_exp', 'MS1_frame_idx_left_exp',\n",
+ " 'Time_minute_right_exp', 'MS1_frame_idx_right_exp', 'RT_search_left',\n",
+ " 'RT_search_right', 'RT_search_center', 'Time_minute_center_ref',\n",
+ " 'MS1_frame_idx_center_ref', 'Time_minute_left_ref',\n",
+ " 'MS1_frame_idx_left_ref', 'Time_minute_right_ref',\n",
+ " 'MS1_frame_idx_right_ref', 'IsoMZ', 'IsoAbundance', 'mz_rank', 'mz_bin',\n",
+ " 'mz_length', 'pept_batch_idx', 'Decoy', 'pept_act_sum',\n",
+ " 'log_sum_intensity'],\n",
+ " dtype='object')\n",
+ "2024-12-19 13:16:13> Data: Intensity_log, pept_act_sum_log, slope = 0.867, intercept = 0.885, Pearson's R = 0.833, Spearman's R = 0.8\n",
+ "2024-12-19 13:16:20> Save plot at /cmnfs/proj/ORIGINS/SWAPS_exp/test_thermo/test_ayla_ecoli_20241219_131518_762964/results/evaluation/CorrQuantification_pept_act_sum_log_fdr_0.2_log_int_2.png\n",
+ "2024-12-19 13:16:22> Save plot at /cmnfs/proj/ORIGINS/SWAPS_exp/test_thermo/test_ayla_ecoli_20241219_131518_762964/results/evaluation/CorrQuantification_pept_act_sum_log_fdr_0.2_log_int_2.svg\n",
+ "2024-12-19 13:16:22> Save plot at /cmnfs/proj/ORIGINS/SWAPS_exp/test_thermo/test_ayla_ecoli_20241219_131518_762964/results/evaluation/VennDiag_precursor_fdr_0.2_log_int_2.png\n",
+ "2024-12-19 13:16:22> Save plot at /cmnfs/proj/ORIGINS/SWAPS_exp/test_thermo/test_ayla_ecoli_20241219_131518_762964/results/evaluation/VennDiag_precursor_fdr_0.2_log_int_2.svg\n",
+ "2024-12-19 13:16:22> Save plot at /cmnfs/proj/ORIGINS/SWAPS_exp/test_thermo/test_ayla_ecoli_20241219_131518_762964/results/evaluation/VennDiag_peptide_fdr_0.2_log_int_2.png\n",
+ "2024-12-19 13:16:22> Save plot at /cmnfs/proj/ORIGINS/SWAPS_exp/test_thermo/test_ayla_ecoli_20241219_131518_762964/results/evaluation/VennDiag_peptide_fdr_0.2_log_int_2.svg\n",
+ "2024-12-19 13:16:22> Number of proteins in Maxquant 1873\n",
+ "2024-12-19 13:16:22> Number of proteins in SWAPS 1873\n",
+ "2024-12-19 13:16:22> Number of proteins in both SWAPS and Maxquant 1873\n",
+ "2024-12-19 13:16:22> Number of proteins only in SWAPS 0\n",
+ "2024-12-19 13:16:23> Save plot at /cmnfs/proj/ORIGINS/SWAPS_exp/test_thermo/test_ayla_ecoli_20241219_131518_762964/results/evaluation/VennDiag_protein_fdr_0.2_log_int_2.png\n",
+ "2024-12-19 13:16:23> Save plot at /cmnfs/proj/ORIGINS/SWAPS_exp/test_thermo/test_ayla_ecoli_20241219_131518_762964/results/evaluation/VennDiag_protein_fdr_0.2_log_int_2.svg\n",
+ "\u001b[0m\u001b[0m\u001b[0m\u001b[0m\u001b[0m2024-12-19 13:16:24> WARNING: Temp mmap arrays were written to /tmp/temp_mmap_8qil4_2c. Cleanup of this folder is OS dependant, and might need to be triggered manually! Current space: 34,153,234,432\n",
+ "\u001b[0m"
+ ]
+ }
+ ],
+ "source": [
+ "%autoreload 2\n",
+ "!python /cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/sbs_runner_ims.py --config_path=/cmnfs/proj/ORIGINS/protMSD/maxquant/ScanByScan/utils/exp_configs/config_ayla_test.yaml"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "# Check peptide activation"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 5,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "(2987, 1227)"
+ ]
+ },
+ "execution_count": 5,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "import sparse\n",
+ "\n",
+ "pept_act = sparse.load_npz(\n",
+ " \"/cmnfs/proj/ORIGINS/SWAPS_exp/test_thermo/test_ayla_20241219_131745_378483/results/activation/im_rt_pept_act_coo_peptbatch0.npz\"\n",
+ ")\n",
+ "# convert to dense\n",
+ "pept_act_mat = pept_act.todense()\n",
+ "pept_act_mat.shape"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 8,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "pept_act_sum_by_scan = pept_act_mat.sum(axis=1)\n",
+ "pept_act_sum_by_pept = pept_act_mat.sum(axis=0)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "pept_act_mat has shape (n_ms1scans + 1, n_candidate + 1). The last row is a place holder so it is alway zero. To map the rows back to actual retention time value, you can use the mzML file. Row idx is the same as mzML scan index.\n",
+ "\n",
+ "The first column is a place holder candidate since the candidates are identified by 'mz_rank', there is no rank 0 so column 0 always have zero intensity. You can map back the peptide using the dictionary from the result_path."
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 12,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "Index(['Sequence', 'Length', 'Modifications', 'Modified sequence',\n",
+ " 'Oxidation (M) Probabilities', 'Oxidation (M) Score Diffs',\n",
+ " 'Oxidation (M)', 'Missed cleavages', 'Proteins', 'Leading proteins',\n",
+ " 'Leading razor protein', 'Type', 'Raw file', 'Experiment', 'MS/MS m/z',\n",
+ " 'Charge', 'm/z', 'Mass', 'Resolution',\n",
+ " 'Uncalibrated - Calibrated m/z [ppm]',\n",
+ " 'Uncalibrated - Calibrated m/z [Da]', 'Mass Error [ppm]',\n",
+ " 'Mass Error [Da]', 'Uncalibrated Mass Error [ppm]',\n",
+ " 'Uncalibrated Mass Error [Da]', 'Max intensity m/z 0', 'Retention time',\n",
+ " 'Retention length', 'Calibrated retention time',\n",
+ " 'Calibrated retention time start', 'Calibrated retention time finish',\n",
+ " 'Retention time calibration', 'Match time difference',\n",
+ " 'Match m/z difference', 'Match q-value', 'Match score',\n",
+ " 'Number of data points', 'Number of scans', 'Number of isotopic peaks',\n",
+ " 'PIF', 'Fraction of total spectrum', 'Base peak fraction', 'PEP',\n",
+ " 'MS/MS Count', 'MS/MS Scan Number', 'Score', 'Delta score',\n",
+ " 'Combinatorics', 'Intensity', 'Reverse', 'Potential contaminant', 'id',\n",
+ " 'Protein group IDs', 'Peptide ID', 'Mod. peptide ID', 'MS/MS IDs',\n",
+ " 'Best MS/MS', 'AIF MS/MS IDs', 'Oxidation (M) site IDs', 'source',\n",
+ " 'Time_minute_center_exp', 'MS1_frame_idx_center_exp',\n",
+ " 'Time_minute_left_exp', 'MS1_frame_idx_left_exp',\n",
+ " 'Time_minute_right_exp', 'MS1_frame_idx_right_exp', 'RT_search_left',\n",
+ " 'RT_search_right', 'RT_search_center', 'Time_minute_center_ref',\n",
+ " 'MS1_frame_idx_center_ref', 'Time_minute_left_ref',\n",
+ " 'MS1_frame_idx_left_ref', 'Time_minute_right_ref',\n",
+ " 'MS1_frame_idx_right_ref', 'IsoMZ', 'IsoAbundance', 'mz_rank', 'mz_bin',\n",
+ " 'mz_length', 'pept_batch_idx'],\n",
+ " dtype='object')"
+ ]
+ },
+ "execution_count": 12,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "# Load dictionary\n",
+ "maxquant_ref = pd.read_pickle(\n",
+ " \"/cmnfs/proj/ORIGINS/SWAPS_exp/test_thermo/test_ayla_20241219_131745_378483/maxquant_result_ref.pkl\"\n",
+ ")\n",
+ "maxquant_ref.columns\n",
+ "# mz_rank is the column that can be used for mapping candidate"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "# Add extra candidates"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 13,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ " mz rt_start rt_end tolerance tolerance_unit comment\n",
+ "0 1013.491028 49.734975 50.115053 5 ppm 2\n",
+ "1 675.996444 49.734975 50.115053 5 ppm 3\n",
+ "2 507.249152 49.734975 50.115053 5 ppm 4\n",
+ "3 406.000777 49.734975 50.115053 5 ppm 5\n",
+ "4 930.464966 52.804498 53.536034 5 ppm 12\n"
+ ]
+ }
+ ],
+ "source": [
+ "# Load dataframe from JSON file\n",
+ "df_from_json = pd.read_json(\n",
+ " \"/cmnfs/data/proteomics/origin/ayla_proteometools_subset/01709a_GB1-TUM_first_pool_100_01_01-DDA-1h-R1_mz.json\"\n",
+ ")\n",
+ "print(df_from_json.head())"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "These extra precursor charge states need to be appended to the MaxQuant Evidence.txt.\n",
+ "\n",
+ "Maybe directly copy the identified precursors and modify the following column for different charge state:\n",
+ "- 'Charge'\n",
+ "- 'm/z'\n",
+ "- 'Retention time'\n",
+ "- 'Retention length'\n",
+ "- 'Calibrated retention time'\n",
+ "- 'Calibrated retention time start'\n",
+ "- 'Calibrated retention time finish'\n",
+ "- 'id' # simply extend this, in principle not used by SWAPS\n",
+ "- 'Intensity' # set to zero\n",
+ "\n",
+ "\n",
+ "and leave these columns empty:\n",
+ "'MS/MS m/z',\n",
+ "'Uncalibrated - Calibrated m/z [ppm]',\n",
+ "- 'Uncalibrated - Calibrated m/z [Da]'\n",
+ "- 'Mass Error [ppm]'\n",
+ "- 'Mass Error [Da]'\n",
+ "- 'Uncalibrated Mass Error [ppm]'\n",
+ "- 'Uncalibrated Mass Error [Da]'\n",
+ "- 'Max intensity m/z 0'\n",
+ "- 'Retention time calibration'\n",
+ "- 'Match time difference'\n",
+ "- 'Match m/z difference'\n",
+ "- 'Match q-value'\n",
+ "- 'Match score'\n",
+ "- 'Number of data points'\n",
+ "- 'Number of scans'\n",
+ "- 'Number of isotopic peaks'\n",
+ "- 'PIF'\n",
+ "- 'Fraction of total spectrum'\n",
+ "- 'Base peak fraction'\n",
+ "- 'PEP'\n",
+ "- 'MS/MS Count'\n",
+ "- 'MS/MS Scan Number'\n",
+ "- 'Score'\n",
+ "- 'Delta score'\n",
+ "- 'Combinatorics'\n",
+ "- 'MS/MS IDs'\n",
+ "- 'Best MS/MS'\n",
+ "- 'AIF MS/MS IDs'\n"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 14,
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "Index(['Sequence', 'Length', 'Modifications', 'Modified sequence',\n",
+ " 'Oxidation (M) Probabilities', 'Oxidation (M) Score Diffs',\n",
+ " 'Oxidation (M)', 'Missed cleavages', 'Proteins', 'Leading proteins',\n",
+ " 'Leading razor protein', 'Type', 'Raw file', 'Experiment', 'MS/MS m/z',\n",
+ " 'Charge', 'm/z', 'Mass', 'Resolution',\n",
+ " 'Uncalibrated - Calibrated m/z [ppm]',\n",
+ " 'Uncalibrated - Calibrated m/z [Da]', 'Mass Error [ppm]',\n",
+ " 'Mass Error [Da]', 'Uncalibrated Mass Error [ppm]',\n",
+ " 'Uncalibrated Mass Error [Da]', 'Max intensity m/z 0', 'Retention time',\n",
+ " 'Retention length', 'Calibrated retention time',\n",
+ " 'Calibrated retention time start', 'Calibrated retention time finish',\n",
+ " 'Retention time calibration', 'Match time difference',\n",
+ " 'Match m/z difference', 'Match q-value', 'Match score',\n",
+ " 'Number of data points', 'Number of scans', 'Number of isotopic peaks',\n",
+ " 'PIF', 'Fraction of total spectrum', 'Base peak fraction', 'PEP',\n",
+ " 'MS/MS Count', 'MS/MS Scan Number', 'Score', 'Delta score',\n",
+ " 'Combinatorics', 'Intensity', 'Reverse', 'Potential contaminant', 'id',\n",
+ " 'Protein group IDs', 'Peptide ID', 'Mod. peptide ID', 'MS/MS IDs',\n",
+ " 'Best MS/MS', 'AIF MS/MS IDs', 'Oxidation (M) site IDs'],\n",
+ " dtype='object')"
+ ]
+ },
+ "execution_count": 14,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "mq_evidence = pd.read_csv(\n",
+ " \"/cmnfs/data/proteomics/origin/ayla_proteometools_subset/TUM_first_pool_100_01_01_DDA-1h-R1-tryptic/evidence.txt\",\n",
+ " sep=\"\\t\",\n",
+ ")\n",
+ "mq_evidence.columns"
+ ]
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "sbs",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.10.12"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 2
+}
diff --git a/notebooks/exp_ana_00_ms2.ipynb b/notebooks/exp_ana_00_ms2.ipynb
deleted file mode 100644
index aaf1c9c..0000000
--- a/notebooks/exp_ana_00_ms2.ipynb
+++ /dev/null
@@ -1,871 +0,0 @@
-{
- "cells": [
- {
- "cell_type": "code",
- "execution_count": 1,
- "metadata": {},
- "outputs": [],
- "source": [
- "from IPython.core.interactiveshell import InteractiveShell\n",
- "InteractiveShell.ast_node_interactivity = \"all\"\n",
- "import logging\n",
- "logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')\n",
- "%load_ext autoreload"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 2,
- "metadata": {},
- "outputs": [
- {
- "name": "stderr",
- "output_type": "stream",
- "text": [
- "2024-02-29 11:18:39,762 - numexpr.utils - INFO - Note: NumExpr detected 32 cores but \"NUMEXPR_MAX_THREADS\" not set, so enforcing safe limit of 8.\n",
- "2024-02-29 11:18:39,765 - numexpr.utils - INFO - NumExpr defaulting to 8 threads.\n",
- "2024-02-29 11:18:42,582 - matplotlib - DEBUG - matplotlib data path: /cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data\n",
- "2024-02-29 11:18:42,600 - matplotlib - DEBUG - CONFIGDIR=/cmnfs/home/z.xiao/.config/matplotlib\n",
- "2024-02-29 11:18:42,605 - matplotlib - DEBUG - interactive is False\n",
- "2024-02-29 11:18:42,606 - matplotlib - DEBUG - platform is linux\n",
- "2024-02-29 11:18:42,783 - matplotlib - DEBUG - CACHEDIR=/cmnfs/home/z.xiao/.cache/matplotlib\n",
- "2024-02-29 11:18:42,836 - matplotlib.font_manager - DEBUG - Using fontManager instance from /cmnfs/home/z.xiao/.cache/matplotlib/fontlist-v330.json\n"
- ]
- }
- ],
- "source": [
- "import pandas as pd\n",
- "import os\n",
- "import sys\n",
- "import numpy as np\n",
- "import matplotlib.pyplot as plt\n",
- "\n",
- "module_path = os.path.abspath(os.path.join(\"..\"))\n",
- "if module_path not in sys.path:\n",
- " sys.path.append(module_path)"
- ]
- },
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "# Load data"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 3,
- "metadata": {},
- "outputs": [
- {
- "name": "stderr",
- "output_type": "stream",
- "text": [
- "/tmp/ipykernel_90934/42633509.py:2: DtypeWarning: Columns (50) have mixed types. Specify dtype option on import or set low_memory=False.\n",
- " msms_df = pd.read_csv(os.path.join(txt_path, \"msms.txt\"), sep=\"\\t\")\n"
- ]
- }
- ],
- "source": [
- "txt_path = \"/cmnfs/proj/ORIGINS/data/ecoli/ss/DDA/MQ/combined/txt/\"\n",
- "msms_df = pd.read_csv(os.path.join(txt_path, \"msms.txt\"), sep=\"\\t\")"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 5,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/html": [
- "
\n",
- "\n",
- "
\n",
- " \n",
- " \n",
- " \n",
- " Raw file \n",
- " Scan number \n",
- " Scan index \n",
- " Sequence \n",
- " Length \n",
- " Missed cleavages \n",
- " Modifications \n",
- " Modified sequence \n",
- " Oxidation (M) Probabilities \n",
- " Oxidation (M) Score Diffs \n",
- " ... \n",
- " Reverse \n",
- " All scores \n",
- " All sequences \n",
- " All modified sequences \n",
- " id \n",
- " Protein group IDs \n",
- " Peptide ID \n",
- " Mod. peptide ID \n",
- " Evidence ID \n",
- " Oxidation (M) site IDs \n",
- " \n",
- " \n",
- " \n",
- " \n",
- " 0 \n",
- " BBM_647_P241_02_07_ssDDA_MIA_004 \n",
- " 8461 \n",
- " 7768 \n",
- " AAAAEIAVK \n",
- " 9 \n",
- " 0 \n",
- " Unmodified \n",
- " _AAAAEIAVK_ \n",
- " NaN \n",
- " NaN \n",
- " ... \n",
- " NaN \n",
- " 69.8246066869863;35.2952538007438;28.174025403... \n",
- " AAAAEIAVK;NDAILVAK;AAIAAEVAK \n",
- " _AAAAEIAVK_;_NDAILVAK_;_AAIAAEVAK_ \n",
- " 0 \n",
- " 384 \n",
- " 0 \n",
- " 0 \n",
- " 0 \n",
- " NaN \n",
- " \n",
- " \n",
- " 1 \n",
- " BBM_647_P241_02_07_ssDDA_MIA_005 \n",
- " 8471 \n",
- " 7770 \n",
- " AAAAEIAVK \n",
- " 9 \n",
- " 0 \n",
- " Unmodified \n",
- " _AAAAEIAVK_ \n",
- " NaN \n",
- " NaN \n",
- " ... \n",
- " NaN \n",
- " 73.6646353084277;43.8078020897056;36.395170339887 \n",
- " AAAAEIAVK;NDAILVAK;AAIAAEVAK \n",
- " _AAAAEIAVK_;_NDAILVAK_;_AAIAAEVAK_ \n",
- " 1 \n",
- " 384 \n",
- " 0 \n",
- " 0 \n",
- " 1 \n",
- " NaN \n",
- " \n",
- " \n",
- " 2 \n",
- " BBM_647_P241_02_07_ssDDA_MIA_001 \n",
- " 9374 \n",
- " 8634 \n",
- " AAADEWDER \n",
- " 9 \n",
- " 0 \n",
- " Unmodified \n",
- " _AAADEWDER_ \n",
- " NaN \n",
- " NaN \n",
- " ... \n",
- " NaN \n",
- " 145.648489875395;3.3921643866591 \n",
- " AAADEWDER;DDEEYHVR \n",
- " _AAADEWDER_;_DDEEYHVR_ \n",
- " 2 \n",
- " 1208 \n",
- " 1 \n",
- " 1 \n",
- " 2 \n",
- " NaN \n",
- " \n",
- " \n",
- " 3 \n",
- " BBM_647_P241_02_07_ssDDA_MIA_002 \n",
- " 9341 \n",
- " 8594 \n",
- " AAADEWDER \n",
- " 9 \n",
- " 0 \n",
- " Unmodified \n",
- " _AAADEWDER_ \n",
- " NaN \n",
- " NaN \n",
- " ... \n",
- " NaN \n",
- " 163.202594227336;4.35631285626958 \n",
- " AAADEWDER;DDEEYHVR \n",
- " _AAADEWDER_;_DDEEYHVR_ \n",
- " 3 \n",
- " 1208 \n",
- " 1 \n",
- " 1 \n",
- " 3 \n",
- " NaN \n",
- " \n",
- " \n",
- " 4 \n",
- " BBM_647_P241_02_07_ssDDA_MIA_003 \n",
- " 9331 \n",
- " 8582 \n",
- " AAADEWDER \n",
- " 9 \n",
- " 0 \n",
- " Unmodified \n",
- " _AAADEWDER_ \n",
- " NaN \n",
- " NaN \n",
- " ... \n",
- " NaN \n",
- " 151.495376157055;4.35631285626958 \n",
- " AAADEWDER;DDEEYHVR \n",
- " _AAADEWDER_;_DDEEYHVR_ \n",
- " 4 \n",
- " 1208 \n",
- " 1 \n",
- " 1 \n",
- " 4 \n",
- " NaN \n",
- " \n",
- " \n",
- "
\n",
- "
5 rows × 60 columns
\n",
- "
"
- ],
- "text/plain": [
- " Raw file Scan number Scan index Sequence \\\n",
- "0 BBM_647_P241_02_07_ssDDA_MIA_004 8461 7768 AAAAEIAVK \n",
- "1 BBM_647_P241_02_07_ssDDA_MIA_005 8471 7770 AAAAEIAVK \n",
- "2 BBM_647_P241_02_07_ssDDA_MIA_001 9374 8634 AAADEWDER \n",
- "3 BBM_647_P241_02_07_ssDDA_MIA_002 9341 8594 AAADEWDER \n",
- "4 BBM_647_P241_02_07_ssDDA_MIA_003 9331 8582 AAADEWDER \n",
- "\n",
- " Length Missed cleavages Modifications Modified sequence \\\n",
- "0 9 0 Unmodified _AAAAEIAVK_ \n",
- "1 9 0 Unmodified _AAAAEIAVK_ \n",
- "2 9 0 Unmodified _AAADEWDER_ \n",
- "3 9 0 Unmodified _AAADEWDER_ \n",
- "4 9 0 Unmodified _AAADEWDER_ \n",
- "\n",
- " Oxidation (M) Probabilities Oxidation (M) Score Diffs ... Reverse \\\n",
- "0 NaN NaN ... NaN \n",
- "1 NaN NaN ... NaN \n",
- "2 NaN NaN ... NaN \n",
- "3 NaN NaN ... NaN \n",
- "4 NaN NaN ... NaN \n",
- "\n",
- " All scores \\\n",
- "0 69.8246066869863;35.2952538007438;28.174025403... \n",
- "1 73.6646353084277;43.8078020897056;36.395170339887 \n",
- "2 145.648489875395;3.3921643866591 \n",
- "3 163.202594227336;4.35631285626958 \n",
- "4 151.495376157055;4.35631285626958 \n",
- "\n",
- " All sequences All modified sequences id \\\n",
- "0 AAAAEIAVK;NDAILVAK;AAIAAEVAK _AAAAEIAVK_;_NDAILVAK_;_AAIAAEVAK_ 0 \n",
- "1 AAAAEIAVK;NDAILVAK;AAIAAEVAK _AAAAEIAVK_;_NDAILVAK_;_AAIAAEVAK_ 1 \n",
- "2 AAADEWDER;DDEEYHVR _AAADEWDER_;_DDEEYHVR_ 2 \n",
- "3 AAADEWDER;DDEEYHVR _AAADEWDER_;_DDEEYHVR_ 3 \n",
- "4 AAADEWDER;DDEEYHVR _AAADEWDER_;_DDEEYHVR_ 4 \n",
- "\n",
- " Protein group IDs Peptide ID Mod. peptide ID Evidence ID \\\n",
- "0 384 0 0 0 \n",
- "1 384 0 0 1 \n",
- "2 1208 1 1 2 \n",
- "3 1208 1 1 3 \n",
- "4 1208 1 1 4 \n",
- "\n",
- " Oxidation (M) site IDs \n",
- "0 NaN \n",
- "1 NaN \n",
- "2 NaN \n",
- "3 NaN \n",
- "4 NaN \n",
- "\n",
- "[5 rows x 60 columns]"
- ]
- },
- "execution_count": 5,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "msms_df.head()"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 6,
- "metadata": {},
- "outputs": [],
- "source": [
- "msms_exp1_df = msms_df[msms_df[\"Raw file\"] == \"BBM_647_P241_02_07_ssDDA_MIA_001\"]"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 7,
- "metadata": {},
- "outputs": [],
- "source": [
- "ms1_scans_df = pd.read_csv(os.path.join(txt_path, \"msScans.txt\"), sep=\"\\t\")\n",
- "ms2_scans_df = pd.read_csv(os.path.join(txt_path, \"msmsScans.txt\"), sep=\"\\t\")"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 8,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/html": [
- "\n",
- "\n",
- "
\n",
- " \n",
- " \n",
- " \n",
- " Raw file \n",
- " Scan number \n",
- " Scan index \n",
- " Retention time \n",
- " Cycle time \n",
- " Ion injection time \n",
- " Base peak intensity \n",
- " Total ion current \n",
- " MS/MS count \n",
- " Mass calibration \n",
- " ... \n",
- " Multiplets / s \n",
- " Identified multiplets / s \n",
- " Multiplet identification rate [%] \n",
- " MS/MS / s \n",
- " Identified MS/MS / s \n",
- " MS/MS identification rate [%] \n",
- " Intens Comp Factor \n",
- " CTCD Comp \n",
- " RawOvFtT \n",
- " AGC Fill \n",
- " \n",
- " \n",
- " \n",
- " \n",
- " 0 \n",
- " BBM_647_P241_02_07_ssDDA_MIA_001 \n",
- " 1 \n",
- " 0 \n",
- " 0.002818 \n",
- " 0.13836 \n",
- " 2.2 \n",
- " 304110 \n",
- " 2776300 \n",
- " 0.0 \n",
- " -2.2526 \n",
- " ... \n",
- " 8.003 \n",
- " 1.418 \n",
- " 17.72 \n",
- " 12.66 \n",
- " 2.252 \n",
- " 17.79 \n",
- " NaN \n",
- " NaN \n",
- " 20807.6 \n",
- " 1.00 \n",
- " \n",
- " \n",
- " 1 \n",
- " BBM_647_P241_02_07_ssDDA_MIA_001 \n",
- " 2 \n",
- " 1 \n",
- " 0.005124 \n",
- " 0.13834 \n",
- " 2.2 \n",
- " 277790 \n",
- " 3107300 \n",
- " 0.0 \n",
- " -2.2526 \n",
- " ... \n",
- " 8.002 \n",
- " 1.417 \n",
- " 17.71 \n",
- " 12.65 \n",
- " 2.251 \n",
- " 17.79 \n",
- " NaN \n",
- " NaN \n",
- " 19506.3 \n",
- " 1.00 \n",
- " \n",
- " \n",
- " 2 \n",
- " BBM_647_P241_02_07_ssDDA_MIA_001 \n",
- " 3 \n",
- " 2 \n",
- " 0.007430 \n",
- " 0.13838 \n",
- " 50.0 \n",
- " 164750 \n",
- " 3081500 \n",
- " 0.0 \n",
- " -2.2526 \n",
- " ... \n",
- " 8.000 \n",
- " 1.417 \n",
- " 17.71 \n",
- " 12.64 \n",
- " 2.250 \n",
- " 17.79 \n",
- " NaN \n",
- " NaN \n",
- " 326321.3 \n",
- " 0.11 \n",
- " \n",
- " \n",
- " 3 \n",
- " BBM_647_P241_02_07_ssDDA_MIA_001 \n",
- " 4 \n",
- " 3 \n",
- " 0.009736 \n",
- " 0.13939 \n",
- " 50.0 \n",
- " 164120 \n",
- " 3027300 \n",
- " 0.0 \n",
- " -2.2526 \n",
- " ... \n",
- " 7.998 \n",
- " 1.416 \n",
- " 17.70 \n",
- " 12.64 \n",
- " 2.249 \n",
- " 17.80 \n",
- " NaN \n",
- " NaN \n",
- " 321359.6 \n",
- " 0.72 \n",
- " \n",
- " \n",
- " 4 \n",
- " BBM_647_P241_02_07_ssDDA_MIA_001 \n",
- " 5 \n",
- " 4 \n",
- " 0.012059 \n",
- " 0.13835 \n",
- " 50.0 \n",
- " 158160 \n",
- " 2998300 \n",
- " 0.0 \n",
- " -2.2526 \n",
- " ... \n",
- " 7.996 \n",
- " 1.415 \n",
- " 17.69 \n",
- " 12.63 \n",
- " 2.248 \n",
- " 17.80 \n",
- " NaN \n",
- " NaN \n",
- " 317618.3 \n",
- " 0.78 \n",
- " \n",
- " \n",
- "
\n",
- "
5 rows × 28 columns
\n",
- "
"
- ],
- "text/plain": [
- " Raw file Scan number Scan index Retention time \\\n",
- "0 BBM_647_P241_02_07_ssDDA_MIA_001 1 0 0.002818 \n",
- "1 BBM_647_P241_02_07_ssDDA_MIA_001 2 1 0.005124 \n",
- "2 BBM_647_P241_02_07_ssDDA_MIA_001 3 2 0.007430 \n",
- "3 BBM_647_P241_02_07_ssDDA_MIA_001 4 3 0.009736 \n",
- "4 BBM_647_P241_02_07_ssDDA_MIA_001 5 4 0.012059 \n",
- "\n",
- " Cycle time Ion injection time Base peak intensity Total ion current \\\n",
- "0 0.13836 2.2 304110 2776300 \n",
- "1 0.13834 2.2 277790 3107300 \n",
- "2 0.13838 50.0 164750 3081500 \n",
- "3 0.13939 50.0 164120 3027300 \n",
- "4 0.13835 50.0 158160 2998300 \n",
- "\n",
- " MS/MS count Mass calibration ... Multiplets / s \\\n",
- "0 0.0 -2.2526 ... 8.003 \n",
- "1 0.0 -2.2526 ... 8.002 \n",
- "2 0.0 -2.2526 ... 8.000 \n",
- "3 0.0 -2.2526 ... 7.998 \n",
- "4 0.0 -2.2526 ... 7.996 \n",
- "\n",
- " Identified multiplets / s Multiplet identification rate [%] MS/MS / s \\\n",
- "0 1.418 17.72 12.66 \n",
- "1 1.417 17.71 12.65 \n",
- "2 1.417 17.71 12.64 \n",
- "3 1.416 17.70 12.64 \n",
- "4 1.415 17.69 12.63 \n",
- "\n",
- " Identified MS/MS / s MS/MS identification rate [%] Intens Comp Factor \\\n",
- "0 2.252 17.79 NaN \n",
- "1 2.251 17.79 NaN \n",
- "2 2.250 17.79 NaN \n",
- "3 2.249 17.80 NaN \n",
- "4 2.248 17.80 NaN \n",
- "\n",
- " CTCD Comp RawOvFtT AGC Fill \n",
- "0 NaN 20807.6 1.00 \n",
- "1 NaN 19506.3 1.00 \n",
- "2 NaN 326321.3 0.11 \n",
- "3 NaN 321359.6 0.72 \n",
- "4 NaN 317618.3 0.78 \n",
- "\n",
- "[5 rows x 28 columns]"
- ]
- },
- "execution_count": 8,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "ms1_scans_df.head()"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 9,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/html": [
- "\n",
- "\n",
- "
\n",
- " \n",
- " \n",
- " \n",
- " Raw file \n",
- " Scan number \n",
- " Retention time \n",
- " Ion injection time \n",
- " Total ion current \n",
- " Collision energy \n",
- " Summations \n",
- " Base peak intensity \n",
- " Elapsed time \n",
- " Identified \n",
- " ... \n",
- " Proteins \n",
- " Score \n",
- " Experiment \n",
- " Intens Comp Factor \n",
- " CTCD Comp \n",
- " RawOvFtT \n",
- " AGC Fill \n",
- " Scan index \n",
- " MS scan index \n",
- " MS scan number \n",
- " \n",
- " \n",
- " \n",
- " \n",
- " 0 \n",
- " BBM_647_P241_02_07_ssDDA_MIA_001 \n",
- " 39 \n",
- " 0.090895 \n",
- " 32.0 \n",
- " 333000 \n",
- " 28 \n",
- " 0 \n",
- " 179260.0 \n",
- " NaN \n",
- " - \n",
- " ... \n",
- " \n",
- " NaN \n",
- " 1 \n",
- " NaN \n",
- " NaN \n",
- " 10556.3 \n",
- " 0.01 \n",
- " 0 \n",
- " 37 \n",
- " 38 \n",
- " \n",
- " \n",
- " 1 \n",
- " BBM_647_P241_02_07_ssDDA_MIA_001 \n",
- " 40 \n",
- " 0.091671 \n",
- " 32.0 \n",
- " 414790 \n",
- " 28 \n",
- " 0 \n",
- " 106230.0 \n",
- " NaN \n",
- " - \n",
- " ... \n",
- " \n",
- " NaN \n",
- " 1 \n",
- " NaN \n",
- " NaN \n",
- " 14693.4 \n",
- " 0.01 \n",
- " 1 \n",
- " 37 \n",
- " 38 \n",
- " \n",
- " \n",
- " 2 \n",
- " BBM_647_P241_02_07_ssDDA_MIA_001 \n",
- " 41 \n",
- " 0.092396 \n",
- " 32.0 \n",
- " 131440 \n",
- " 28 \n",
- " 0 \n",
- " 27357.0 \n",
- " NaN \n",
- " - \n",
- " ... \n",
- " \n",
- " NaN \n",
- " 1 \n",
- " NaN \n",
- " NaN \n",
- " 6674.9 \n",
- " 0.01 \n",
- " 2 \n",
- " 37 \n",
- " 38 \n",
- " \n",
- " \n",
- " 3 \n",
- " BBM_647_P241_02_07_ssDDA_MIA_001 \n",
- " 42 \n",
- " 0.093120 \n",
- " 32.0 \n",
- " 114990 \n",
- " 28 \n",
- " 0 \n",
- " 41049.0 \n",
- " NaN \n",
- " - \n",
- " ... \n",
- " \n",
- " NaN \n",
- " 1 \n",
- " NaN \n",
- " NaN \n",
- " 5185.0 \n",
- " 0.01 \n",
- " 3 \n",
- " 37 \n",
- " 38 \n",
- " \n",
- " \n",
- " 4 \n",
- " BBM_647_P241_02_07_ssDDA_MIA_001 \n",
- " 43 \n",
- " 0.093844 \n",
- " 32.0 \n",
- " 157550 \n",
- " 28 \n",
- " 0 \n",
- " 81491.0 \n",
- " NaN \n",
- " - \n",
- " ... \n",
- " \n",
- " NaN \n",
- " 1 \n",
- " NaN \n",
- " NaN \n",
- " 8048.8 \n",
- " 0.01 \n",
- " 4 \n",
- " 37 \n",
- " 38 \n",
- " \n",
- " \n",
- "
\n",
- "
5 rows × 41 columns
\n",
- "
"
- ],
- "text/plain": [
- " Raw file Scan number Retention time \\\n",
- "0 BBM_647_P241_02_07_ssDDA_MIA_001 39 0.090895 \n",
- "1 BBM_647_P241_02_07_ssDDA_MIA_001 40 0.091671 \n",
- "2 BBM_647_P241_02_07_ssDDA_MIA_001 41 0.092396 \n",
- "3 BBM_647_P241_02_07_ssDDA_MIA_001 42 0.093120 \n",
- "4 BBM_647_P241_02_07_ssDDA_MIA_001 43 0.093844 \n",
- "\n",
- " Ion injection time Total ion current Collision energy Summations \\\n",
- "0 32.0 333000 28 0 \n",
- "1 32.0 414790 28 0 \n",
- "2 32.0 131440 28 0 \n",
- "3 32.0 114990 28 0 \n",
- "4 32.0 157550 28 0 \n",
- "\n",
- " Base peak intensity Elapsed time Identified ... Proteins Score \\\n",
- "0 179260.0 NaN - ... NaN \n",
- "1 106230.0 NaN - ... NaN \n",
- "2 27357.0 NaN - ... NaN \n",
- "3 41049.0 NaN - ... NaN \n",
- "4 81491.0 NaN - ... NaN \n",
- "\n",
- " Experiment Intens Comp Factor CTCD Comp RawOvFtT AGC Fill Scan index \\\n",
- "0 1 NaN NaN 10556.3 0.01 0 \n",
- "1 1 NaN NaN 14693.4 0.01 1 \n",
- "2 1 NaN NaN 6674.9 0.01 2 \n",
- "3 1 NaN NaN 5185.0 0.01 3 \n",
- "4 1 NaN NaN 8048.8 0.01 4 \n",
- "\n",
- " MS scan index MS scan number \n",
- "0 37 38 \n",
- "1 37 38 \n",
- "2 37 38 \n",
- "3 37 38 \n",
- "4 37 38 \n",
- "\n",
- "[5 rows x 41 columns]"
- ]
- },
- "execution_count": 9,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "ms2_scans_df.head()"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 10,
- "metadata": {},
- "outputs": [],
- "source": [
- "ms1_scans_exp1_df = ms1_scans_df[\n",
- " ms1_scans_df[\"Raw file\"] == \"BBM_647_P241_02_07_ssDDA_MIA_001\"\n",
- "]\n",
- "ms2_scans_exp1_df = ms2_scans_df[\n",
- " ms2_scans_df[\"Raw file\"] == \"BBM_647_P241_02_07_ssDDA_MIA_001\"\n",
- "]"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 18,
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/plain": [
- "([,\n",
- " ],\n",
- " [Text(1.080403427608183, 0.20670857169573256, 'Number of MS1 scans'),\n",
- " Text(-1.0804034348657274, -0.20670853376273113, 'Number of MS2 scans')],\n",
- " [Text(0.5893109605135544, 0.11275013001585411, '6.0%\\n(2420)'),\n",
- " Text(-0.5893109644722149, -0.11275010932512605, '94.0%\\n(37797)')])"
- ]
- },
- "execution_count": 18,
- "metadata": {},
- "output_type": "execute_result"
- },
- {
- "data": {
- "image/png": "iVBORw0KGgoAAAANSUhEUgAAAvwAAAGFCAYAAACBnScbAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy81sbWrAAAACXBIWXMAAA9hAAAPYQGoP6dpAABaOklEQVR4nO3dd3hUZcLG4d9MegGSEAgdQkBAOtKkd6SJolJUBMF1PwuKa8VGsSzsgg0VdREUKwoKUgQUaSJFOkivoUgCCQnpyZTvjzGBMR2SnMzkua+LS5k5c84zAZLnvPOe95jsdrsdERERERFxS2ajA4iIiIiISPFR4RcRERERcWMq/CIiIiIibkyFX0RERETEjanwi4iIiIi4MRV+ERERERE3psIvIiIiIuLGVPhFRERERNyYCr+IiIiIiBtT4RcRERERcWMq/CIiIiIibkyFX0RERETEjanwi4iIiIi4MRV+ERERERE3psIvIiIiIuLGVPhFRERERNyYCr+IiIiIiBtT4RcRERERcWMq/CIiIiIibkyFX0RERETEjanwi4iIiIi4MRV+ERERERE3psIvIiIiIuLGVPhFRERERNyYCr+IiIiIiBtT4RcRERERcWMq/CIiIiIibkyFX0RERETEjanwi4iIiIi4MRV+ERERERE3psIvIiIiIuLGVPhFRERERNyYCr+IiIiIiBtT4RcRERERcWMq/CIiIiIibkyFX0RERETEjanwi4iIiIi4MRV+ERERERE3psIvIiIiIuLGVPhFRERERNyYCr+IiIiIiBtT4RcRERERcWMq/CIiIiIibkyFX0RERETEjanwi4iIiIi4MU+jA4iIyHWwWSHpAiScd/xKPA9JFx2P221XfmF3/r3d/tevq5739AHfIPAL/utX5v+HQGBl8PIz9r2KiMg1UeEXESmtkmPh0klIjIKEPyHhr/9e/fukC2C3lkwenwpQrgqUrwrlqv71/9Uh9AYIawIBFUsmh4iIFIrJbrfbjQ4hIlLmXT4Hf+6BP3fD+b/+G3/a6FSFE1gFwhpD2I2OE4CwxhDaADy9jU4mIlKmqfCLiJQkux0unXAU+qsLftIFo5MVD7MXhNb/60Sg8ZUTgfLVjE4mIlJmqPCLiBSn9GQ4tRGOr4Vzu+D8XkiLNzqV8SrUhIjuENET6nZzXC8gIiLFQoVfRKQo2e2OUn/sF8evyM1gTTM6Velm8oDqN0G9no4TgOqtwOxhdCoREbehwi8icr3Sk+HYajj0Ixz92XFRrVw73yDHqH/mCUCF6kYnEhFxaSr8IiLXIjHaUfAPLXdM17GkGp3IfYU2cJT/hgOgdkcwmYxOJCLiUlT4RUQKKi0R9i2AXV/Cmd//Wr9eSlRwHWh+N7QYAUG1jE4jIuISVPhFRPJzZjvs+AT2fQfpiUanEQBMEN4FWt4LjQbppmAiInlQ4RcRyUlKHOz5BnZ8ClH7jE4jefGpAE1uhxb3Qs02RqcRESl1VPhFRK526jfY/insXwyWFKPTSGGFNoAWd0Pz4Y47AYuIiAq/iAhJMbD7K9gxDy4eMjqNFAWTB9TrBe3+6bjgV0SkDFPhF5Gy6+JRWP9f+OM7sKYbnUaKS9Xm0HE83HgbmM1GpxERKXEq/CJS9sQcg3X/gb3fgt1qdBopKSER0PExxyo/nt5GpxERKTEq/CJSdlw66Sj6e+aDzWJ0GjFKuarQYRy0HqPVfUSkTFDhFxH3FxfpKPq7v1LRlysCq0CnJ6D1/eDpY3QaEZFio8IvIu4r7jRsmA47vwBbhtFppLQqX91R/FuN0lQfEXFLKvwi4n7iz8KGGbDzM12MKwVXoSZ0f8FxF18RETeiwi8i7iP1Mqz9N/z+MVjTjE4jrqp2RxgwAyo3MjqJiEiRUOEXEfew/wf48VlIOGd0EnEHZk9o/xB0mwDeAUanERG5Lir8IuLa4s/A8qfh0HKjk4g7Kl8dbvk33DjY6CQiItdMhV9EXJPNCls+hDWvQXqi0WnE3dXrDf3/AyF1jU4iIlJoKvwi4nrO7YQl4+HPXUYnkbLE09exmk+nJ7SMp4i4FBV+EXEdaYmOEf0tH+oOuWKckLrQ/79Qr5fRSURECkSFX0Rcw8Hljrn6l88YnUTE4cbBMOANCAg1OomISJ5U+EWkdEuMhmX/ggNLjE4ikl25qnDHbKjTyegkIiK5UuEXkdLr2Br47kFIijY6iUjuTB7Q9Vno8jSYzUanERHJRoVfREofm9UxV//XN8FuMzqNSMGEd4Ehs6FcmNFJREScqPCLSOkSfwYWjIXTm41OIlJ4AZVgyEcQ0cPoJCIiWVT4RaT0OLQCFv0fpFwyOonItTOZHUt3dn8BzB5GpxERUeEXkVLAZnNM4dkwA9C3JHETtW6GOz6GCtWNTiIiZZwKv4gYK+USLHwAjv5sdBKRoucXArd/ADf0NTqJiJRhKvwiYpzze2H+vXDppNFJRIqRCTo8Cr0ma4qPiBhChV9EjLHnW1jyGGQkG51EpGQ0HOiY4uPla3QSESljVPhFpOStnQZrXzc6hUjJq9ke7v4a/IKNTiIiZYgKv4iUHLsdVjwHWz4wOomIcSo1hHsXQoUaRicRkTJChV9ESobVAosfhj3zjU4iYrxy1RylP+xGo5OISBmgwi8ixS8jBb4ZBUdWGp1EpPTwrQDDv4I6HY1OIiJuToVfRIpXajx8OQwiNxmdRKT08fCBO/4HNw42OomIuDEVfhEpPglR8PkdELXX6CQipZfJDP3+A23/YXQSEXFTKvwiUjwunYR5t8GlE0YnEXENnZ+Eni8bnUJE3JAKv4gUvag/4LMhkHje6CQirqXFvXDrO7pBl4gUKRV+ESlakVvgy6GQGmd0EhHX1HwE3DYLTCajk4iImzAbHUBE3EjkFvjsNpV9keux+ytY9i+jU4iIG1HhF5GiEX3QMbKfkWx0EhHXt20OrHzB6BQi4iZU+EXk+sWfdazGo5F9kaKz6V1Y87rRKUTEDajwi8j1SbnkKPuXzxidRMT9rJsGv75ldAoRcXEq/CJy7TJS4asRcOGA0UlE3NfPE2HnF0anEBEXpsIvItfGZoUFY3QHXZGSsOQxOPKT0SlExEWp8IvItVn6BBxaZnQKkbLBZoFvRsGZ7UYnEREXpMIvIoW35nXY8anRKUTKlowk+PIuiDlmdBIRcTEq/CJSONvmOC4kFJGSlxwDn90OCVFGJxERF6LCLyIFd2AJLHvS6BQiZVvcKfh2NFgtRicRERehwi8iBXN2Oyx8AOw2o5OISORvsHqy0SlExEWo8ItI/lLj4dv7wZJqdBIRyfTbO3BgqdEpRMQFqPCLSP4WP+KYRiAipcuihyH2uNEpRKSUU+EXkbxt+cgxd19ESp+0ePjmPsdN8EREcqHCLyK5O7cTVr1odAoRycv5vbBcF9OLSO5U+EUkZ6mXHfP2rWlGJxGR/Oz83PFLRCQHKvwikrMfxsGlE0anEJGCWvaUY7RfRORvVPhFJLvfZ8P+RUanEJHCsKQ45vOnxhudRERKGRV+EXH25x5Y8bzRKUTkWsQed6zcIyJyFRV+EbkiLeGvO3hq3r6Iyzq4FDa9Z3QKESlFVPhF5Iolj0PsMaNTiMj1Wv2K1ucXkSwq/CLisOsr2LfQ6BQiUhQsKbD0CaNTiEgpocIvIpB0EVZq3r6IWzm+FnbPNzqFiJQCKvwiAismQEqs0SlEpKitfB6S9W9bpKxT4Rcp646uhr3fGJ1CRIpD8kXdLVtEVPhFyrT0ZM3zFXF3u76AE+uNTiEiBlLhFynL1v4b4k4ZnUJEituS8ZCRanQKETGICr9IWRV9ADa/b3QKESkJscdgw3SjU4iIQVT4Rcqq5U+DzWJ0ChEpKb++5TjRF5EyR4VfpCz643s4ucHoFCJSkmwZjqk9drvRSUSkhKnwi5Q16cmwUqt2iJRJpzfDtjlGpxCREqbCL1LWbJgBl88YnUJEjLJ6CqTGG51CREqQCr9IWRJ7An6baXQKETFSahxses/oFCJSglT4RcqSNa+DNc3oFCJitM2zIOWS0SlEpISo8IuUFTHHYN9Co1OISGmQdlmf9omUISr8ImXFhhlgtxqdQkRKiy0fQlKM0SlEpASo8IuUBZdOwp75RqcQkdIkPRE2vmV0ChEpASr8ImXBhhm6yZaIZPf7bEi8YHQKESlmKvwi7i7uNOz6yugUIlIaZSTDr28anUJEipkKv4i7+/UNxx02RURysm0OJJw3OoWIFCMVfhF3Fn8Wdn5udAoRKc0sKbDhDaNTiEgxUuEXcWcb3wZrutEpRKS02/6JY4BARNySCr+Iu0qIgh2fGp1CRFyBNQ02TDc6hYgUExV+EXe18W2wpBqdQkRcxc7PNZdfxE2p8Iu4o8QLsH2u0SlExJVY0x1Te0TE7ajwi7ijbR87ltsTESmM7Z+CVffsEHE3Kvwi7sZuh51fGJ1CRFxRwjk4tMzoFCJSxFT4RdzNiXUQH2l0ChFxVb/PNjqBiBQxFX4Rd6N190XkepxYDxcOG51CRIqQCr+IO0mJgwNLjE4hIi7Mbvbi3N61RscQkSKkwi/iTvYt1FKcInJNMiqEs6bmI/Q1fUD/X+uQZrEaHUlEioin0QFEpAhpOo+IFILdw5tzVXrySWpXZp+riT3K9NczGfy8P5oBzaoamk9EioYKv4i7iNoP53YYnUJEXEB6UF3WB/bn9XOtOH7MN8dtvt1+WoVfxE2o8Iu4C43ui0ge7B4+nKnai9nJXfn0XI18t99w5CJRl1MJK5/zCYGIuA4VfhF3YM2APfONTiEipVBa8A2sCejH62ebE3m04OXdarOzcMcZHu5WrxjTiUhJUOEXcQeHV0DyRaNTiEgpYff041SV3vwvqQtf/FntmvezYJsKv4g7UOEXcQeaziMiQGpIQ1b79+P1M804e9Tnuvd3/GIS+87G06R6hSJIJyJGUeEXcXUJUXD0Z6NTiIhB7F7+nAzrw6zELnxzrkqR7/+Xg9Eq/CIuToVfxNUdWg42i9EpRKSEpVRswirfvvz7TFPOH/UutuP8cjCax3rWL7b9i0jxU+EXcXXHVhudQERKiN07gGNht/De5c58f7ZyiRxzz5k4YhLTqBh4/VOERMQYKvwirsxqgePrjU4hIsUsObQZK3z68u/TTbhwxKtEj22zw7rDFxjSKv+lPEWkdFLhF3FlZ36HtHijU4hIMbD7lONw5X68G9+RJWcqGZplzSEVfhFXpsIv4sp0sa6I20ms1JLlXn2YduZGYkp4ND836w9fwGqz42E2GR1FRK6BCr+IK9P8fRG3YPepwMHK/Xg7riMrTlc0Ok428SkZbD91ibbhIUZHEZFroMIv4qqSLsK5XUanEJHrkFC5NUs8ezPtdCPij5TuH8lrDkWr8Iu4KLPRAUTkGh1bA9iNTiEihWTzDWZfzXsYG/AuTSP/xfPHmxKfUbrLPsCag9FGRzDc6NGjMZlMnDx50ugoRWLVqlV07NiR4OBgTCYTt912m9GRpJio8Iu4Ks3fF3Epl8PaMa/qCzRNfIeBRwawOsa1RssPnk/gXFxKkezr5MmTmEwmTCYTffv2zXGbzZs3YzKZGD16dJEcU5ydPHmSwYMHc/z4ce6//34mTpzI8OHD83zNpEmTsv7cnnrqqVy3e/bZZ7O2mzRpUrbnly1bxoABA6hcuTJeXl6EhobSpEkTxowZw+LFi522TU5OZsaMGdx99900bNgQs9nsViddJaX0DymISHZ2Oxz7xegUIpIPm19F9ob2543Y9qw7FWx0nOu25lA097SrXaT7XLVqFb/88gs9evQo0v1K3n7++WdSU1OzynRheHp68vnnnzN16lQ8PZ2rpMViYd68eXh6emKxZL8p5OTJk5k0aRL+/v4MHDiQOnXqYLFY+OOPP5g/fz6HDx9m8ODBWdtHR0dnnVzUrl2b4OBgYmNjr+Edl20q/CKu6PweSNLH6yKlkR0T8VXas9DUizciG5B0yX0+TF9zsGgLf506dYiMjOTZZ59l69atmExaBaiknDt3DoBq1aoV+rX9+vVjyZIlLF26NNs0oOXLl3P+/HluvfVWfvjhB6fnTp48yZQpU6hZsyabN2/OduyUlBS2bNni9FhoaCirVq3ipptuIiQkhFtuuYWVK1cWOnNZ5z7fhUTKkqNanUekKHx/IIPenyVR8T8J+L56mfC3ExixMJnT8bYCvd5mtzNzSzpNZyXi91oCwTPSqbPoRhrvuotXTjQiyXrlx6zdZiV+0zec/WAskW8OJerrF0m/GJnjfhN2rSByxh1kXPqzSN5nUdl4NIZ0S8G+NgXRoEEDRo4cybZt2/jmm28K9Jo6depQp06dHJ/r1q1btpOGzGkoa9euZe7cuTRt2hQ/Pz/Cw8N55513ALDb7cyYMYMGDRrg6+tL/fr1mTdvXq4ZbDYb//nPf6hfvz6+vr6Eh4czZcoUMjIyctx+/fr1DBo0iNDQUHx8fKhfvz4vvvgiycnJTtutXbs2axrMb7/9Rp8+fQgKCirwidC+ffsYOnQolStXxsfHh/DwcMaPH09MTEzWNpnTqSZOnAhA9+7ds6bfrF27tkDHGTJkCEFBQcyZMyfbc3PmzCE4OJjbb78923Nbt27FZrMxZMiQHE80/Pz86Natm9NjgYGB9O7dm5CQ658Cd+TIEe6//37Cw8Px8fEhJCSE5s2bM378eOx252viEhISmDx5Ms2aNcPf358KFSrQsmVLXnrpJac/5++//54RI0ZQr169rO06d+7MwoULsx0/82s/evRojh49yu23305wcDABAQH06tWL3bt3X1fmvKjwi7giFX6R62K32/nnkhSGfJPCiUs2hjf2ZHx7bzrX8uS301ZOFbDwP7gklcdWpBLrURn/1reTUftmIvf9zvlPnyAj9qzTtpd/X0zc+nl4VaxJYLPepEcfJ3r+S9jSnefFWxJjubR2LhU6jcAruGqRveeikJJh5dD5hCLd55QpU/Dx8eHFF1/MtTAXhbfeeosnnniCVq1a8eCDD5KRkcHjjz/O7NmzefTRR/nvf/9L586dGTNmDDExMYwaNYr163O+k/n48eOZNm0avXr1Yty4cfj4+DBx4kRGjBiRbdtZs2bRrVs3Nm7cyIABA3jssceoUaMGr732Gr179yY9PT3ba3777besk5cHH3yQYcOG5fv+fv31V9q1a8f3339Pz549+de//kXt2rV5++23adeuHRcvXgQgKCiIiRMn0rVrVwBGjRrFxIkTmThxYq4nUn/n6+vLiBEj+PHHH4mKisp6PCoqimXLljFixAh8fX2zva5iRceSs0eOHCnQcYrSuXPnaNu2LV988QUtWrTgiSee4J577qFq1aq8//77WK3WrG2jo6Np27YtkyZNwsPDg4ceeogxY8ZQpUoVpk2bRlJSUta2EyZM4I8//qBTp048/vjj3HXXXRw6dIg777yTmTNn5pjl5MmTtG/fntjYWMaMGUPv3r1ZvXo13bt3d/p6FiZzfjSlR8TVWDMcd9gVkWv2zpZ0PtqRwcOtvXinn2+2G0pZbHmPnFkDwvgouhkf71yIT80meA57hXIeXpQDAhp1JXrBJGJ/+oCwYa9kvSZxz0p8a7eg8l2TAPC/4WaivnyOlKNbCbixa9Z2sT/NwiuoCuXbZB8hLQ12nYmjaY0KRba/WrVqMW7cOKZPn86HH37Io48+WmT7vtqGDRvYsWMHdevWBeCpp56iXr16PPXUU4SFhbF3714qVXLc0XjUqFG0b9+e6dOn06VLl2z72rx5M7t376ZGDcfdhzPL+8KFC1m4cCF33HEHAPv37+exxx6jWbNmrF69OqvwAkydOpUJEyYwc+ZMnnzySaf9//TTT8yZM4f777+/QO/NZrMxevRokpOTWbFihdOF0M888wz//e9/efbZZ/n4448JCgpi0qRJTJo0iXXr1jF69Ohso+oFMXbsWGbNmsW8efN4+umnAZg3bx4Wi4WxY8dy+PDhbK9p164dtWrVYvny5QwcOJDhw4fTtm1b6tevX+zTuRYuXEhcXBxvvfUWjz/+uNNzsbGxTtciPPzwwxw8eJDnn3+e1157zWnbqKgoAgMDs36/fPnyrL9TmRITE+nQoQMvvfQSY8eOxd/f3+n5devWMXXqVJ599tmsx1566SVeffVV5s6dy3PPPVfozPnRCL+Iq4k+ANY0o1OIuKyUDDuT16VRN9jE2zmUfQDPHB6zm8zEVO3Ke2GTufHSDJ5a9teIaed7MXlcuSOuX0RrfGo1JfXkTiyXr1xrY718Ee8q9bJ+712lPgCWhAtZjyUf+o2UI1sIuWUcJrPH9b/ZYrDndFyR7/P5558nKCiIV155hcTExCLfP8Djjz/uVMxq1qxJp06diI+P54UXXsgq++AopnXr1s1xikXmvjLLPoC3t3dWMfzkk0+yHv/www+xWCzMnDnTqeyDo4hXqlSJr776Ktv+W7VqVeCyD7Bx40aOHTtGv379sq169PLLLxMSEsKXX36Z46cJ1+qmm26iWbNmzJ07N+uxuXPn0rx5c1q1apXjawIDA1m0aBGNGzdm2bJljBw5kgYNGhAcHMygQYP4/vvviyxfbvz8/LI9dvV0ofPnz/Pdd98RERGR4wpDYWFhTkX772UfHO9z9OjRxMfH8/vv2QfowsPDs06SMo0dOxYgx+3zy1wQGuEXcTV/7jI6gYhLW3XMwqVUuL+FF1Yb/HAog8MxNoJ8TfSq60m9EOexMGtgNX4P7s9/otuy48SVkb2003sxefniU71RtmP4hbciLXIvqZH7CGziWH3Go3wo6VHHsrbJ/H/Pco6iaUtLIvbnDyjf5jZ8rjoxKG32nIkv8n0GBwfz3HPP8dxzzzF9+vQci9b1atGiRbbHqlatmudzf7+ANFPnzp2zPXbzzTfj6enJzp07sx7bvHkzACtXrmT16uxTMb28vDh48GC2x9u0aZPjcXOTecycRuoDAwNp3bo1q1at4tChQzRt2rRQ+87LmDFjGD9+PJs2bQLgwIEDvP3223m+pmXLluzdu5dNmzaxZs0atm/fzq+//srSpUtZunQp99xzD5999lmRj/gPGjSICRMm8Mgjj7B69WpuueUWunbtmq2wb9u2DbvdTvfu3fHy8splb1dER0czdepUfvzxR06dOkVKivMUvcyLo6/WokULzGbn7zOZJ5BxcXGFzlwQKvwirubPnEecRKRgtv/pmPfqYYZmHyRxOObKfH2zCZ5o781/+wZwsWpXvrT04N0z4WRcdC4ftvRUrImxeIXWznEk3jPYcUGi5dKVH/aBzfoQt3Yu0Qsm4xlcjaT9a/EIDMGvXlsALq2Zg8nTmwqd7iny91yUjl5IJDndgr930VaIxx57jHfffZcZM2bw8MMPF+m+AcqXL5/tscyR2tyey2lZSXCM8v6dh4cHFStWJD7+yglR5vKRf58Wkp+c9p+Xy5cv5/m6zBObzO2Kyr333sszzzyTdfGut7c399yT/99fk8lEhw4d6NChA+C4pmbx4sXcd999fPHFF9xxxx05XvR7PerUqcPmzZuZNGkSy5cvz7pIvGHDhkyZMoW77roLIOvPr3r16vnuMzY2ljZt2hAZGUnHjh3p1asXQUFBeHh4sGvXLhYvXkxaWvZP5PP6u3j1vPyCZi4ITekRcTXndhmdQMSlRSc55ue/sSmdCj6w9YEAEiaUY/1of26o5M2MTek02z6ENscf4M3IumTYso802tIcF+2ZfQJyPIbZ299pO4DybW6jQud7Sb8YSeKen/CuVIfKw17F7O1HauReEnevIqTvo5g8PIn9ZTan3x7Oqem3E/3dq1iT4or4q3DtrDY7+84WbXEEx7SFyZMnk5iYyOTJk3Pdzmw251rEry7bxenqCyszWa1WYmJiqFDhyvUNmcXu8uXL2O32XH/9XWFHtzOPk1MucExTuXq7olKxYkUGDx7M/PnzmT9/Prfddlu2qUsFkXmX3yeeeAKAX34pnvvMNGnShAULFhAbG8umTZt4+eWXOX/+PMOGDWPjxo2A46JmgLNnz+axJ4ePP/6YyMhIXnnlFX799VdmzpzJK6+8wqRJk2jfvn2JZS4IFX4RV2K1QNQ+o1OIuLTM63G9PWDRcH9a1/QhsU4ftraeRuKgGWAyc3DD8iI/rsnsQVCH4dT4v4+p9cQ3hA1/De/QWtgt6cSsfJeAJj3wq9OCy1sWkrBjGUFd7qPSbc+RHnWMi8vfLPI812PPmbhi2e+oUaNo3Lgx//vf/zh69GiO2wQHBxMdHZ2t9CclJZXY6i8bNmzI9timTZuwWCy0bNky67F27doBV6b2FJfMY+a0rGZSUhLbtm3Dz8+PBg0aFPmxx4wZQ0JCAgkJCYwZM+a69nX1xbDFycvLi/bt2zN58mTeeecd7HY7S5cuBaB169aYzWbWrFmT76pRx445puVdfaOwTDn9HSmuzAWhwi/iSi4eAkuq0SlEXFoFH8fo6U21/Dl64yP0M39A++P3M/N0OB6h4XgGhWGJ+xNbau4Xj2aO7F89gn81W3qy03Z5idv4FbbUJIJ7PADA5e0/ENikB+Va9se/XjuCutxH6vHtZMScKdT7LE4Hi3hpzkweHh68/vrrZGRk5DqPv02bNmRkZPDFF19kPWa325kwYYLTconF6e233+bMmSt/Hunp6bzwwgsAjB49Ouvxhx9+GE9PT8aNG0dkZPZ7LsTFxTnN+b9WHTt2JCIigh9//JGff/7Z6blXX32VmJgYRowYgbe393Uf6+/69OnDokWLWLRoEb17985z261btzJv3jxSU7P/HLtw4QKzZ88GoFOnTkWec/v27TlOacr8VCRzGdGwsDDuuOMOjh07luMnTVefbNau7bgJ3a+//uq0zZdffsny5dc/aFDQzAWhOfwiriRqv9EJRFya3exFWL36sGk7281NuO9I9osvzT6OUUabJT3XUTGzty8egSFY4qOw26zZ5vFnzt3PnMufm/ToE1ze+h2hA/6Fh185bGlJ2JLi8K585aI877AIADJiz+BVsUZuuypRh6OKp/AD3HrrrXTq1Clbicr06KOPMnfuXB544AF++uknKlWqxIYNG4iLi6N58+a5rqxTlNq3b0/z5s0ZNmwYAQEBLFmyhEOHDjFkyJCsJTnBMR3j/fff56GHHqJBgwb079+fiIgIEhISOH78eNaymB988MF15TGbzXzyySf07duX/v37c9ddd1G7dm02bdrE2rVriYiIYOrUqdf7tnM9dk4j3Dk5d+4co0aN4tFHH6VLly40bNgQT09PTp06xdKlS0lMTGTAgAHZ5qY/9dRTWfcR2Lt3b9ZjmZ8IPPDAA/meJHz22Wd8+OGHdOnShYiICMqXL8/+/ftZvnw5ISEhTqsivf/+++zbt4/XXnuN5cuX06NHD+x2O4cPH2bVqlVERUURFBTEyJEjmTZtGuPGjWPNmjXUrl2b3bt3s3r1aoYMGcJ3331X4K/j9WbOjwq/iCu5cMDoBCIuKaNCXTaU78e/z7Viv18c8A8yYk5n285utWC5dA6Tly8e/nmvNe9TswnJB9aTdvYAvjWbOD2XcmIHQLbHnY5lsxKz4h38wls5rcPvyHHVVIKs/y/edcoL43BUAjabHXMOy5cWhWnTptGxY8ccn2vSpAkrVqxgwoQJLFiwgMDAQPr378/06dMZOnRoseT5u7feeotvv/2W2bNnExkZSdWqVZk0aRITJkzItu0//vEPWrRowRtvvMH69etZsmQJFSpUoFatWjzxxBOMGjWqSDJ16tSJzZs3M2XKFFatWkV8fDzVqlXj8ccf58UXXyQ0NLRIjnM9evbsyeeff87KlSvZsWMHGzduJDExkeDgYNq1a8fdd9/NqFGjsq1gs2DBAk6dOuX02NV3su3WrVu+hX/EiBGkpqayceNGtm7dSlpaGjVq1OChhx7i6aefplatWlnbhoaGsnnzZqZPn863337Lu+++m3VH5eeee46AAMcndzVq1GDdunU888wz/Pzzz1gsFlq1asWqVas4ffr0dRf+wmTOj8lemPvyioixvr4HDhZ8zp5IWWb38OZslV7MTe3KnHM1sNuvlNOo+S+RenInIbeMo1zzK+uWx238ivhfvyCgcXdCBzpuhmRNjseWchmzX3mnk4DUU3uI+vp5fGo2IWzYK1lr8acc20b0gkn41mnpdOOtv7u89XviNn5JtbHv41n+yhrwZ967D6+KtQgb/ioA8b/NJ27DZ1T7x4d4heS/ckhJWfNUN8JD85+yJCLG0wi/iCuJ1gi/SH7Sg+qxLrA//z7XguPHcp7jGtLnYc5//jSxK2aScmQzXiE1SI8+RuqpPXiUr0xwtysXHybsWEr8xq+o0HEEQVctmelbuxmBzfqQuGcVf37yOH4RbbAmxpJ0cANm33KE9P6/XDNa4qOI+/ULgrqOcir7AOVuupW4dZ8Q/e0kPMqFkrj3J/wi2pSqsg9w6HyCCr+Ii1DhF3EVljS4dNLoFCKlkt3Tl9NVevFxclc+PZd/MfYKrkrVUW8St+ELUk9sJ+XETjwCginXagAVOozAIyCoQMcNueVRvCrVIXH3Ci5v+wGztx/+9W8mqMt9eAVXzfV1MSvexatSbcq1GpDtufJtb8eWcpnEvT9jj9yLf712hPR9pEB5StKh8wnc0qSK0TFEpAA0pUfEVZzfCx8U/coFIq4sLbgBvwTcwmtnWnAm1cfoOGXKrc2r8c6IlvlvKCKG0wi/iKu4WDLrS4uUdnZPP05V6cOHSZ356s+8V8GR4hOdoCWCRVyFCr+Iq0jM+Q6KImVFakgjfvbvx7/PNOXsUY3mGy06Ic3oCCJSQCr8Iq4iMdroBCIlzu4VwIkqfZmV0Ilvz2m+eGlyQYVfxGWo8Iu4iqQLRicQKTEpoU1Y6XMLr59pSvQRL6PjSA4SUi2kZljx9fLIf2MRMZQKv4irUOEXN2f3DuRo2C28e7kTi89UNjqOFMCFhDRqhvgbHUNE8qHCL+IqVPjFTSWFNmeFT1+mnm7MBY3mu5RoFX4Rl6DCL+IqElX4xX3YfcpzqHI/3onryPIzocV3HLud85+Ox+xXPs+73rqalJO7iJ7/IpXvnIhfRBvDcmgev4hrUOEXcRUa4Rc3kFipFcu8+jD19I1cOlL8P4KS9v1CetQxqtw7HXCcAKQe307y0S2knT2AJT4abFY8g6sS0KgL5dvchsnTO9/9xqx8j8RdPwJQ45HP8AgMznrOlp5K8pFNpBzZQnr0cawJF8HDC+/K4ZRr0Y+AG7vmuE+73UbCjmUk7lqBJe5PTF6++NZp4biJV5DzBct+dVrgU+NGLq2di294K0xmY+bRX9DSnCIuQYVfxBWkJYAlxegUItfE5hvEwUr9eOtSR1adDimx49rtNuI2folPjcb4VG/oeNCaQfSCSeDhhW+tpviFt8JuSSflxA7i1s8j+cgmwkb8G7OXb677TTmxk8RdP2Ly8sWekb3wpp35g5ilMzD7lce3dnM8G3TAmhRPyuHfuLjkv6Sd3U9I74eyvS52xbsk7lmFV2gtyt00CGtiLEkHN5B6YidVRk7HK8T5DsLl293BhYWvkHRgPYGNu1/X1+paaYRfxDWo8Iu4Ai3JKS4ooXJrfvDsw9TIhiTElfyPm5Tj27HGR1Hh5qFXHjSZCeo8ksBWA/DwDcx62G61cGHR66Qc3UrCjmVUaHdHjvu0pSUR8+Pb+DfoiDU5nrTT+7Jt4xEQTMWBTxLQsBMmjyvXJFi73sef854kYccyAhr3wKdag6znUk/tIXHPKnxqNiFs2CtZrwto1JXoBZOI/emDbFOS/MJvwuxXnsRdPxpX+BNV+EVcgdnoACJSAEkXjU4gUiA2vxD21ryHMQHv0TTyX7xwvAkJFmPGlpL2/ASY8G/QMesxk4cnFToMcyr7WY+3vwsgxxKfKfbnj7Bb0nMcoc/kHVaXwMbdnco+OE4EyrW4BYDU0384PZeweyUAQZ3vdXqdX0RrfGo1JfXkTiyXnU/8TR6e+NdvT9qZ/WRcOpdrnuKkEX4R16DCL+IKkjTCL6VbfFg7Pqn6Ek0T3mbQkQH8EhOc/4uKkd1uJzVyL54h1bOV+1yZ/zoxyWU+fPLRLSTtW01Ir3/iERB0bcH+Osbf59ynnd6LycsXn+qNsr3EL7wVAKmR2U9EMqcqpZ7ac215rpPutiviGjSlR8QV6IJdKYVsfqHsDe3HjJibWX8qyOg4TjJiTmNLTcCv7k0Ffk3i3p8A8KvTMttz1pTLxKyYiV/99rledJsfu81K0h+/ACZ86zTPetyWnoo1MRav0No5XnzrGVwNAEsOo/jeVeoDkHZ2f9anByVJI/wirkGFX8QVaElOKSXsmIir0oHv6Mkbp28g6VLp/KDYmuCYBmcu4Eh8yrFtJO5agVfFmgQ265Pt+dhVs8BqoWKfR645U9yGz8m4cJKApr3xrlQn63FbWpIjq09Ajq8ze/s7bXe1zE8aMt9vSYtLzjDkuCJSOCr8Iq4gI/sPepGSZA2ozK6Q/vznQnu2nCxvdJx82VISgNxL9NXS/jzMhR+mYfbxJ3Twc5g8nefeJx1YT/LBDVQc8C+n5TcLI2Hnci5v/hbvsAhCej14TfvIidm3HADW5MtFts/CsNhshhxXRApHhV/EJZiMDiBlkN1k5lJYR76x9+TN0/VIiymdo/k5yVxL327NewQ67c8jRM9/CUxmKg+dgnel2k7PW1MSiP3pA/wi2hDYpMc1ZUnYvZLYVbPwqlSHysNewezt5/R85klJTiP4ALb0ZKftrma3pANg8vK5pmzXy2KzG3JcESkcFX4RV2BS4ZeSYw2owvaQAUyNbsuOk+WMjnNNzP4VgCsj/TlxlP0XsdvthA17BZ+qN2Tbxnr5AraUy6Qc+51T0wbmuJ8z740EoOrod/AOq+v0XMKuFcSufA+v0JqEDX8ND7/sn46YvX3xCAzBEh+F3WbNNo8/c+5+5lz+q9lSHe/P46/3W9LsdrDZ7JjN+h4lUpqp8Iu4BP0wleJlN5mJqdKFr6w9eedMXTJiXPvvnHdoLTCZyYg9m+PzV8q+jbChU5zWxL+a2a9cjnP6AVKO/Y416RL+N3bF7OmD2c/55Cir7FesSdjw1/Ms5T41m5B8YD1pZw/gW7OJ83FO7ADI9jhARswZALyuuiagpFlsdrxV+EVKNRV+EVdg8Ai/zW7n/d8zmLMznYMXbXiaoUUVD57q4M2tDbzyfO3xSzaazUokKQP+eZMXHwz0y3P7v/v9rJWJa9P47bSFDBs0rezBv272Zmjj7MfdGGnhqZ/S2BdtpUZ5M0/e7M0DrbyzbReVaKPRe4k81cGH5zsbMxWitLCUq87vQf2ZFtWGXScKuHylCzD7BuJVqQ7p549gt9swma5MR0o7fzSr7Fe+a3KOS2Fm8ixfiYr9HsvxufNfPoc16RIh3R/INrc/YffKv8p+DcJGvJbvMp7lmt9C8oH1xG343OnGWynHtpEWuRffOi3xrFA52+vS/jwM5HwyUFKsmtYjUuqp8Iu4BOMKv91uZ+i3KSw8YCEi2MTYll6kWWHxIQuDv05hZj87j7bNXqrBcaIwelHKNR97zQkLfT9PxtcThjfxopy3iYUHMhi2IIXT8Tae7HClrEfG2+jzeTJhASb+eZM3m85Y+ceSVEL8TAxp5HxyMO7HVGpWMPNMx5xzuzu7yYMLVbvyRUYP3j1TB+sF15mbXxj+N9xM/K9fkHb2EL41HKXempJA9PwXsaUl4Rt+E6knd5J6cqfT68w+gZRvM/iaj5tyajexK94F7PjUbEzCzuXZtvGuXBf/G27O+r1v7WYENutD4p5V/PnJ4/hFtMGaGEvSwQ2YfcsR0vv/cjxW6smdmH0DDS38jgt3c753gYiUDir8Iq7AwBH+hQcsLDxgoWNND34a6Y+flyPL6z1ttP4oiadWpTLwBk/qBGUvjW9uSmfTGSv/7e3DEysLt163xWbnH0tSMJtg/f0BtKjiKBQvd/Wh7ewknv8ljTtv9KL2X8f9Yk8GqRZYOzqAWhXMWG12bnw/iY+2pzsV/iWHMvjugIVNYwPwLKPTEGz+lSiXFs3/8TX/l31auNs41zedhr+ZuPXUdN5uFwHAqZhUGqUmApB6YjupJ7Zne12tEB8O3PZHtsf/rq9PJBuA9VXfpkr5KyePn52J5p84Rr0Td63I8bX3tq3ER93XOD1mG2Pngw3hzPntPMe2f0egjwf9mldg0oDa1K30abZ9nIpJ5caz+3mka1X+U3t6vnmLizddgLw/6RMRY6nwi7gCk3EjsIsPWQB4vrN3VtkHCPU380R7b8avTGPuznQmd/d1et3Bi1ZeXJPGhE7eWWW9MH45YeXYJTv3t/Byen0FXxPPd/Jm9OJUPt2dwctdHaP8py/bqORvolYFx9fKw2yiRRUze6OuLBt4Oc3Ow8tTeaydN22ql90RSY+k8/glnTc6RrGLAIY38WTBtihmdEqmnI+JhoB9YgGWFY3Jflfbv1t/D0B5yDgMMVcef7AePJjvMdJyPMaTTeDJJl5cKdAZwFGn/Wf6/JdUPE0wvmkCfgXIW2zM7vkJkYg70b9SEZdg3Ej0+URHYQ7PYQQ/PNjx2C8nrU6PW212Ri1KoX6ImRe7XNsc+bUnHScafSKyj0v0red4bN0pS9ZjNcubuZhs58xlR16b3c7u8zZqVbjytXvu51Q8zfBK97I9b78sebW7DykWmLk13egoRepSip2ZW9N5qLU3ESEG/yg3a+xQpLRT4RdxBQZO6Qn1dxz7RFz2G+ycuOR47HCM83P//jWdHX/amDvYD2+Pa8t+JNaxz/o5lJkqgWYCveHIVce9u6kX3h7Q7ZMknl6VSpe5yRyKsfHgTY6pFhsjLXy4PYMPBvgR4F02p/KURbWDzHx6mx/l3OzP/EScjSfae/Ny11JwHYoKv0ipp8Iv4hKMKyv9/hpNn/prOqmWK6txxCTbeGuLY9Q0LvXK47vPW5myLo2nO3hzU7VrnzYT/9c+K/jm/N7L+5iIT7ty3NpBZlbe609FfxOztqVzMdnO/wb5MqSRF+lWO/9YksrdTb3oW8+T5UcyaPReIp5TLtPw3UR+PJL3zZnEtQ1t7MW4dqWgGBehVlU9mNTNl4r+peDHuLnsTo8TcRU6LRdxBQaO8N/d1ItPdmWw5qSVprOSuCXCgwwbLDpoISzQBNjJvPY13eqYylMvxMzEriU/baZzbU+2PJB9aclX16dxIdnOm319OBVn4/b5KQxp5Mm7/Xz5eGc6t89P4fA4j6z5/yJSQCaVfRFXoJ9uIq7AwMLvaTbx4z3+TOrqg9kEH+1wrHIzuIEnC+5yrKlfOcCR798b0tkbbWPuYF98PK8vc+bIfnxqzmt8X06zU8En/2P8EW1l6q/pvNnXh1B/M7O2pePrCXNu9aNnXU8+vtUPH0+Y9bt7zfEWKRGaziPiEvQvVcQVGLhKD4CPp4mJ3XyY2M151D7zwtrWf03d2Xneis0O7T9OznE/H27P4MPtGQxu4Mmi4f55HjNz7v6RWFu2qUHnE20kpkPb6nl/XWx2Ow8sSaVnXQ/ubeaY0nEoxkaDiuasFYf8vEw0qGjmYEz2axREJB8+5fLfRkQMp8Iv4gr8QoxOkKMv9jjmvg//6663vet6Zl3ke7U/E+0sP2KhYaiZjjU9aFmAZTq71vbk37+ms+qYheFNnNf4XnnUkrVNXt7dms7eKCv7Hnae5pPmvKgQaVYjr5IQcWGB2e/+KyKljwq/iCsoV8XQw19Os1P+b9NnFuzPYM6uDNpUMzOkkeNbySO53HF37UkLy49Y6Frbgw8G+jk9l2G1c+ySDS+zyWl5wZ51PagbbOLLvRk81u7KWv7xqXZe/zUdbw+4r3nuN/uJjLfxwi9pvNLdx+mmYI1CzSw5ZOFUnI3aQWZOxdn4I9rGwPr6dihSaCr8Ii5BP+FEXEFgmKGHbzc7iZrlTTQK9cDXE7aes7L2pJW6wSa+vcsfj+u4Y+3ZBDuN3kuidgUTJ8dfmR7gaTYxe5AffT9PpsvcJIY38aKct4mFBzI4FW9nem+fHO/um+mhZak0CjXzeHvnk5D/a+3NG5vS6TEviVtv8OKHwxl4ecBDbdxrFReREmHw9yYRKRhdtCviCgwe4R/W2JPziXbm7krnna3pRCXaebGzNzv/GUjtPEr39eoe7smvYwLoWMuD+X9kMGtbOmGBJr6+w48nO+S+CtCXezNYdczC7Fv9MP/tgudaFcwsGu6Pn6eJ935Px8/TxOLh/tQor2+HIoWmEX4Rl2Cy2+05L4EhIqWH1QKvVgK7LiwVkVKk9yvQ8TGjU4hIPjSkJeIKPDzBv6LRKUREnGlKj4hLUOEXcRX6wSoipY2m9Ii4BBV+EVehwi8ipY0Kv4hLUOEXcRUGX7grIpKNBiJEXIIKv4ir0A9WESlNzLq2SMRVqPCLuAqN8ItIaRJQCUy6R7WIK1DhF3EVJTBX1m63c9NHifT5LKnYj1XadZ6bRLvZiUbHECm9AioZnUBECkh32hVxFYHFP8I/b3cGO/60sWmsf9ZjPx7J4NPdGew6b+N8oo10q+PmVR1revBsJ29uqOjhtI9Ja1OZvC49z+OMaeHFx4P9ADgZZyP87byLtdkE1pfLOz125rKNV9al8eNRC+cT7YT6m+hbz5Mp3XyoWcF5LOOTXencvzg1z2P0CPdg9X0BV95HVx96fZbM1/syGN7EK8/XipRJ5aoanUBECkiFX8RVBNUs1t3b7HYmrUujcy0P2te48q1h+RELm89YaVfDg36Bnnh5wIGLNj7dncEXezNYfo8/PcKvbN+tTu7fVmbvyOBsgp2+9a5sE+RrYmJX7xy333bOxrIjFvpGOO/zWKyNDnOSiE6y0yfCg2GNPTgSa+PTXRksP2LhtzEBRIRcKf0tqnjkeowF+y38ccGW7Rg963rSqqqZiWvTGNbYE5OmLog4q9zQ6AQiUkBl4k67o0eP5tNPP+XEiRPUqVPH6DjXbdWqVUyePJn9+/cTFxfH4MGDWbRokdGxpCT8uxakxRfLrpcdzmDgVyn8b5AvD7S6Uo5TLXZ8PbOX3dXHLfT6LJnW1cz8/o/AfPcflWijxpuJVPAxce7JQLw98i/Qg75KZulhCwuH+jGk0ZVR9oFfJrPsiIW3b/HhsXY+WY9/+0cGQxek0DfCgxX3BuS0SyfpVjvVZiQSn2bnzBOBhAU6fzLw5qY0/rUqjZ9H+tOzrsZHRJzc8TE0vdPoFCJSAIWaw3/y5ElMJhMmk4m+ffvmuM3mzZsxmUyMHj26KPLJ35w8eZLBgwdz/Phx7r//fiZOnMjw4cPzfM2kSZOy/tyeeuqpXLd79tlns7abNGlStueXLVvGgAEDqFy5Ml5eXoSGhtKkSRPGjBnD4sWLnbbdtWsXL730Eu3bt6dy5cr4+PhQt25dHn74Yc6ePXtN712Ayo2Kbddzd2VgAu5o5Dx9JaeyD44R8GBfOBprK9D+P92dgcUGI5t5Fajsn0uw8eMRC5UDTAy64UrZTrXYWXnMQliAiXFtnUft72rsRYsqZlYes3L8Uv65Fh20EJNiZ+ANntnKfub+AD7ZnZHvvkTKnCpNjU4gIgV0zUNWq1at4pdffqFHjx5FmUfy8fPPP5OamsqMGTO4++67C/VaT09PPv/8c6ZOnYqnp/MfvcViYd68eXh6emKxWLK9dvLkyUyaNAl/f38GDhxInTp1sFgs/PHHH8yfP5/Dhw8zePDgrO3/7//+jy1bttC2bVuGDx+Oj48PW7ZsYdasWXz77bds2LCBhg31cXChhd0IpzcX+W7tdjtrTlppEGom2K9gU1c2nbZwKRU61fLIf2Pg452O0vxAq4LNh/9kVwZWO9zXzAuvq04QYpLtWGxQO8iU4zSb8CAzu87bWHPCQt3gnKfxZJq9w3GtwQMtc85Uo7yZmuVNrD6e/d+ESJnm6QcV6xmdQkQK6JoKf506dYiMjOTZZ59l69atmttags6dOwdAtWrVCv3afv36sWTJEpYuXcptt93m9Nzy5cs5f/48t956Kz/88IPTcydPnmTKlCnUrFmTzZs3Zzt2SkoKW7ZscXrsnnvu4fPPP6dePecfCNOmTeO5557jySefZNmyZYV+D2Ve5RuLZbcHLtqITbHTr17u3xJWHbPw22kLaRY4Emtj6WELof4m3uzrm+/+N5yycDjGRvsaHjSunP8Jgt1uZ87Ov8r4304Qgv1MeJjgVJwdu92e7fvPiTjHyP7hmLxH+E/F2Vh9wkqN8iZuyeN9t67mwfcHLZy4ZCM8WAubiQCOTxvNBTvZFxHjXdNPrwYNGjBy5Ei2bdvGN998U6DX1KlTJ9f58926dcv2QztzGsratWuZO3cuTZs2xc/Pj/DwcN555x3AUQpmzJhBgwYN8PX1pX79+sybNy/XDDabjf/85z/Ur18fX19fwsPDmTJlChkZOX9cv379egYNGkRoaCg+Pj7Ur1+fF198keTkZKft1q5dmzUN5rfffqNPnz4EBQUV+ERo3759DB06NGvqS3h4OOPHjycmJiZrm8zpVBMnTgSge/fuWdNv1q5dW6DjDBkyhKCgIObMmZPtuTlz5hAcHMztt9+e7bmtW7dis9kYMmRIjicafn5+dOvWzemxcePGZSv7AE899RR+fn6sW7euQJkBjhw5wv333094eDg+Pj6EhITQvHlzxo8fz98vQUlISGDy5Mk0a9YMf39/KlSoQMuWLXnppZec/py///57RowYQb169bK269y5MwsXLsx2/Myv/ejRozl69Ci33347wcHBBAQE0KtXL3bv3n1dmQslrPG1vzYPZy47MoUF5P53dtUxC5PXpTN1YzoLD1ioWcHMinv8aV0t/x/6WaP7uYyk/926U1aOXbLTqZYHDUKd9+/vZaJLbQ+ikuy8/7vzv93vDjhWEwKIS8376zx3Vzo2O4xu7oWHOff3nfk1OXO5YFOXRMoETecRcSnXPKVnypQpfP3117z44osMGTIEL6/iWbburbfeYu3atQwePJgePXqwcOFCHn/8cfz9/dm5cycLFy5k4MCB9OzZk6+//ppRo0ZRp04dunTpkm1f48ePZ+PGjQwdOpTAwECWLFnCxIkT2bNnDwsWLHDadtasWTzyyCMEBQUxaNAgKleuzLZt23jttddYs2YNa9aswdvbebrAb7/9xuuvv0737t158MEHiYyMzPf9/frrr/Tt25f09HTuvPNO6tSpw6ZNm3j77bdZunQpmzdvJjQ0lKCgICZOnMjatWtZt25d1vsECnwhsq+vLyNGjOB///sfUVFRhIU57twaFRXFsmXLePDBB/H1zT5aW7Gi406KR44cKdBx8mIymfDy8irwydC5c+do27YtSUlJDBgwgGHDhpGUlMSRI0d4//33mT59etb0pOjoaLp27crBgwdp0aIFDz30EDabjYMHDzJt2jSefPJJgoKCAJgwYQLe3t506tSJqlWrcuHCBX744QfuvPNO3nnnHcaNG5cty8mTJ2nfvj2NGzdmzJgxHDt2jMWLF9O9e3cOHDiQ9fUsTOZCK6YR/phkRzkO8s39z2V6H1+m9/ElMd3O/gs2pqxLo+OcJOYM9uPuprn/+7+cZufb/RkEesOwAi5vmXmCMDaXE4Q3+/rSaW4Sj/6YypLDGTQL8+BorI3Fhyw0CzOzJ8pGHh0em92edc3CmJZ5T/sJ+WuK08Vkt1/fQKTgVPhFXMo1F/5atWoxbtw4pk+fzocffsijjz5alLmybNiwgR07dlC3bl3AMUJcr149nnrqKcLCwti7dy+VKjlu/jFq1Cjat2/P9OnTcyz8mzdvZvfu3dSoUQOA1157jd69e7Nw4UIWLlzIHXfcAcD+/ft57LHHaNasGatXr84qvABTp05lwoQJzJw5kyeffNJp/z/99BNz5szh/vvvL9B7s9lsjB49muTkZFasWOF0IfQzzzzDf//7X5599lk+/vhjgoKCmDRpEpMmTWLdunWMHj0626h6QYwdO5ZZs2Yxb948nn76aQDmzZuHxWJh7NixHD58ONtr2rVrR61atVi+fDkDBw5k+PDhtG3blvr16xd6OteCBQu4fPkyd911V4G2X7hwIXFxcbz11ls8/vjjTs/FxsY6FeeHH36YgwcP8vzzz/Paa685bRsVFUVg4JWVZJYvX571dypTYmIiHTp04KWXXmLs2LH4+/s7Pb9u3TqmTp3Ks88+m/XYSy+9xKuvvsrcuXN57rnnCp250PyCIKgWxOV/Mlmo3f7Vq1Mt+ZfaQG8Tbat7sGi4H60/SuLBJSn0rutBpYCcPzD8el8GyRmO8h7onf/fl/hUOwv3Z1DeB4Y2zrnwN6/iwe//CGDi2jTWnLCy5qSVeiFmPhzoS1yqnad/SqNyHp9W/HzcSmS8nZ7hHvlO00n5a/q+v5emLopkqdLM6AQiUgjXNSH1+eefJygoiFdeeYXExOK5I+Xjjz/uVMxq1qxJp06diI+P54UXXsgq++AopnXr1s1xikXmvjLLPoC3t3dWMfzkk0+yHv/www+xWCzMnDnTqeyDo4hXqlSJr776Ktv+W7VqVeCyD7Bx40aOHTtGv379sq169PLLLxMSEsKXX35JenreNzEqjJtuuolmzZoxd+7crMfmzp1L8+bNadWqVY6vCQwMZNGiRTRu3Jhly5YxcuRIGjRoQHBwMIMGDeL7778v0LFPnz7NY489hp+fH6+88kqhcvv5+WV7LCQkJOv/z58/z3fffUdERESOKwyFhYU5Fe2/l31wvM/Ro0cTHx/P77//nu358PDwrJOkTGPHjgXIcfv8Ml+zajn/OV2PSv6OMhubUvBRbE+zie51PEnKgG3nrLlul3VhbAEv1v1ibwYpFhjRxCvPkt0w1IP5d/oT/XQ50l4szx8PB/JAK2/2RTum3uQ11ehKprxH9+HK16RSHicQImWLqdimF4pI8biuwh8cHMxzzz1HdHQ006dPL6pMTlq0aJHtsapVq+b5XOaFrX/XuXPnbI/dfPPNeHp6snPnzqzHNm92rIKycuXKrFH1zF9TpkzBy8uLgwcPZttXmzZtCvKWsmQeM6eR+sDAQFq3bk1qaiqHDh0q1H7zM2bMGA4cOMCmTZvYtGkTBw4cYMyYMXm+pmXLluzdu5eNGzfy6quvcvvtt+Pt7c3SpUsZMmQI9957b55z02NiYujfvz/R0dF89NFHNGjQoEBZBw0aREBAAI888gjDhg1j7ty5HD9+PNt227Ztw26307179wJNL4uOjuZf//oXjRo1wt/fP+t6iMxPbXL6O9SiRQvMZud/MpknkHFxcYXOfM2qF33hb1zZA7MJDuVzoevfnUt0bO+VyzKbe6Os/H7ORuNKZqebeeXl450FL+N/l5BmZ8lhCxX9TPSOyPl4McmOqT8hfiZub5h/pkMxNrzM0DBUF+yKABASDj7533tDREqP676TzGOPPca7777LjBkzePjhh4sik5Py5ctneyxzpDa353JaVhLImmN9NQ8PDypWrEh8/JWbGcXGxgJkmxaSn5z2n5fLly/n+brME5vM7YrKvffeyzPPPJN18a63tzf33HNPvq8zmUx06NCBDh06AI6LphcvXsx9993HF198wR133JHjRb8xMTH07NmTP/74g1mzZnHvvfcWOGudOnXYvHkzkyZNYvny5VkXiTds2JApU6ZkTQ3K/POrXr16vvuMjY2lTZs2REZG0rFjR3r16kVQUBAeHh7s2rWLxYsXk5aWlu11ef1dtFqvjHAXNPM1K4YR/iBfE83CzGw7Z8Vmt2O+aqrWtnPWHEfLVx618P0BC0G+cHONnEfT85uL/3e7zlvZ8aeNZmHmPEfoUzLseHk4PmXIlGaxM/aHFGJT7Lx9i0+u9w/4bE8G6Va4t6kXPrlskyndamfnn473ryk9In/R/H0Rl3Pdhd/Pz4/JkyczduxYJk+ezMiRI3Pczmw25zo15eqyXZyioqKyjSxbrVZiYmKcSndmsbt8+TLlypUr8P4LO5898zhRUVE5Pn/+/Hmn7YpKxYoVGTx4MPPnzwfgtttuyzZ1qSBMJhO33XYbTzzxBFOmTOGXX37JVvgzy/7u3bt57733+Oc//1no4zRp0oQFCxaQkZHB9u3b+fHHH3nnnXcYNmwY1apVo2PHjlkX4xbkpl4ff/wxkZGRvPLKK7z44otOz02dOjXbTcSuRUEyX7NqLcBkBnvRrhpze0MvJq5NY/MZKx1qXvnW0OZ/STSpbKZZmJka5cwkZdjZE2VjQ6QVLzPMudWPgBzm5qdb7Xy+JwNvD7iveQEv1s1aFz/v0f3tf1oZMj+F3hEe1Cxv5nKanWVHLETG2/lHK69sN+RyOkYh7gew4ZSVNCvcVoBPAkTKDBV+EZdTJJ9Rjxo1isaNG/O///2Po0eP5rhNcHAw0dHR2UbfM1cvKQkbNmzI9timTZuwWCy0bNky67F27doBV6b2FJfMY+a0rGZSUhLbtm3Dz8+vwNNfCmPMmDEkJCSQkJCQ73Se/Fx9MezVri77M2fOvO5PgLy8vGjfvj2TJ0/mnXfewW63s3TpUgBat26N2WxmzZo1uS6zmunYsWMATjcKy5TT35HiynzNfMpBxfpFE/AqD7TywtMMn+9x/vq93sOHqoEm1p208taWdD7emUFUkp0HW3mx+/8CuL1RzsU58y62tzX0pKJ//t9qUi12vtibga8n3Nss7zJeq4KZbnU82HDKypub0/lqXwb1QswsuMuPjwb55XryvfWslX3RNtpWN9M0LP/lRD/f6zhhub9F8axCJuKSdMGuiMspksLv4eHB66+/TkZGRo4XTIJjfntGRgZffPFF1mN2u50JEyaQlJRUFDHy9fbbb3PmzJms36enp/PCCy8AMHr06KzHH374YTw9PRk3blyOS2vGxcU5zfm/Vh07diQiIoIff/yRn3/+2em5V199lZiYGEaMGJFt+c+i0KdPHxYtWsSiRYvo3bt3nttu3bqVefPmkZqamu25CxcuMHv2bAA6deqU9XhsbGzWGvVvv/32Na/itH379hynNGV+KpK5jGhYWBh33HEHx44dY/Lkydm2v/pks3bt2oBjSdSrffnllyxfvvyacl5L5utSo/X17+NvqpUzM7yJF1/vyyAh7cr1GBM6+7BqZABn/uW4ODblhfIcejSQDwf50ahS7qV5aGMv7BPLM/9O/1y3uZqvp4nYZx37z+9uv7UqmPnmLn8in3BkuvRseVbfF8AdN+ZdzNtW98A+sTxbHsh//vGlFMdqQfc09cp1BSKRMsfkATUKd72aiBivyD6nvvXWW+nUqVO2EpXp0UcfZe7cuTzwwAP89NNPVKpUiQ0bNhAXF0fz5s1zXVmnKLVv357mzZszbNgwAgICWLJkCYcOHWLIkCFZS3KCYzrG+++/z0MPPUSDBg3o378/ERERJCQkcPz48axlMT/44IPrymM2m/nkk0/o27cv/fv356677qJ27dps2rSJtWvXEhERwdSpU6/3bed67JxGuHNy7tw5Ro0axaOPPkqXLl1o2LAhnp6enDp1iqVLl5KYmMiAAQOc5qYPGTKEXbt20bBhQ2JjY3M8ERw/fnzWVJzcfPbZZ3z44Yd06dKFiIgIypcvz/79+1m+fDkhISFOqyK9//777Nu3j9dee43ly5fTo0cP7HY7hw8fZtWqVURFRREUFMTIkSOZNm0a48aNY82aNdSuXZvdu3ezevVqhgwZwnfffVegr0tRZL5mdbvBri/y3aywXu3uw4L9Gczcms7znX2KfP+u5I1NaVjt8Er3sv11EHFS/SbwL4LVxkSkRBXpxNRp06blOje5SZMmrFixggkTJrBgwQICAwPp378/06dPZ+jQoUUZI1dvvfUW3377LbNnzyYyMpKqVasyadIkJkyYkG3bf/zjH7Ro0YI33niD9evXs2TJEipUqECtWrV44oknGDVqVJFk6tSpE5s3b2bKlCmsWrWK+Ph4qlWrxuOPP86LL75IaGhokRznevTs2ZPPP/+clStXsmPHDjZu3EhiYiLBwcG0a9eOu+++m1GjRjmtYHPy5EkADh48mOOIOzg+Vcmv8I8YMYLU1FQ2btzI1q1bSUtLo0aNGjz00EM8/fTT1KpVK2vb0NBQNm/ezPTp0/n222959913s+6o/NxzzxEQEAA4VtZZt24dzzzzDD///DMWi4VWrVqxatUqTp8+fd2FvzCZr1m9XsUyj792kJlPb/MjKlE3mQrxMzHvNj+ql9fovkiWer2MTiAi18Bkz2stRREpvWb3gjPZ1/8XESk2//jFMcovIi5FQ1cirqp+H6MTiEhZ4h9aLMsCi0jxU+EXcVX1877YWkSkSEX0gEIuPy0ipYMKv4irqtoCAgt3szcRkWumQQYRl6XCL+KqTCZdQCciJcNkhoieRqcQkWukwi/iyjTiJiIloWoLCCj8HdlFpHRQ4RdxZRE9wFykq+uKiGSnwQURl6bCL+LKfCtAzXZGpxARd6fpgyIuTYVfxNVp5E1EipNfMFRvbXQKEbkOKvwirk7r8YtIcYroAWbVBRFXpn/BIq4urDFUqGl0ChFxVw0HGp1ARK6TCr+IO2g21OgEIuKOfCtAg/5GpxCR66TCL+IOWo4EdAdMESlijW8HL1+jU4jIdVLhF3EHIeEQ3tnoFCLibpqPMDqBiBQBFX4Rd9FqlNEJRMSdhNSFWu2NTiEiRUCFX8RdNBoEfiFGpxARd9FsuNEJRKSIqPCLuAtPH2g2zOgUIuIWTNBchV/EXajwi7iTmzStR0SKQEQPCK5tdAoRKSIq/CLupHIjqNHG6BQi4upajzE6gYgUIRV+EXeji3dF5HqUqwY33GJ0ChEpQir8Iu6myRDwLmd0ChFxVa1Ggoen0SlEpAip8Iu4G+8AR+kXESksk4c+JRRxQyr8Iu5IF++KyLWo3wcqVDc6hYgUMRV+EXdU/Sao2sLoFCLiajqNNzqBiBQDFX4Rd9X1GaMTiIgrCe+qO+uKuCkVfhF31XAAVG1udAoRcRXdJhidQESKiQq/iDvr+pzRCUTEFYR3gdo3G51CRIqJCr+IO2vYX3P5RSR/GhwQcWsq/CLurpt+kItIHup0hjodjU4hIsVIhV/E3TXoB9VaGp1CREorDQqIuD0VfpGyQBfjiUhOaneCOp2MTiEixUyFX6QsuKEvVGtldAoRKW26PWt0AhEpASr8ImWFRvlF5Gq1OzpW5xERt6fCL1JW3NDHcQdeERGArhrdFykrVPhFyhKN8osIQK0OULer0SlEpISo8IuUJfV7Q422RqcQEUOZoPcUo0OISAlS4Rcpa/r/B0z6py9SZt00Cmq2MTqFiJQg/dQXKWuqtYSbRhudQkSMEFAJek0yOoWIlDAVfpGyqOfL4F/R6BQiUtL6vAZ+wUanEJESpsIvUhb5BUOvyUanEJGSFN4Fmg8zOoWIGECFX6SsanmvLuAVKSs8fGDAm0anEBGDqPCLlFUmEwx8A8yeRicRkeLW8XEIrWd0ChExiAq/SFlWpSl0GGd0ChEpTiF1ofOTRqcQEQOp8IuUdV2fg4oa+RNxWwNmgJev0SlExEAq/CJlnZcvDHoHMBmdRESKWpM7IKKH0SlExGAq/CICdTpC6/uNTiEiRcmnAvT9t9EpRKQUUOEXEYdek6F8daNTiEhR6fUylAszOoWIlAIq/CLi4FseBr8LJn1bEHF5DQdCmweMTiEipYR+sovIFRE9oPNTRqcQkesRVBsGv2d0ChEpRVT4RcRZtwkQ3tXoFCJyLTy84a5PwC/I6CQiUoqo8IuIM7MZ7vgYylU1OomIFFaf16B6K6NTiEgpo8IvItkFVoI754DJw+gkIlJQN94G7R40OoWIlEIq/CKSs9odoOdLRqcQkYIIqQu3zjQ6hYiUUir8IpK7juPhhn5GpxCRvHj4OObt+5Y3OomIlFIq/CKSO5MJbp8FQbWMTiIiubnldaja3OgUIlKKqfCLSN78gh2jhx7eRicRkb9rcofW2xeRfKnwi0j+qt/kWP1DREqPivVg0NtGpxARF6DCLyIF0+5BaHy70SlEBMArAO76FHzKGZ1ERFyACr+IFNzg9xyj/SJiHLMnDP0UqjQxOomIuAgVfhEpOO8AuGcBhN5gdBKRsmvAG1C/t9EpRMSFqPCLSOH4h8DI76F8DaOTiJQ9XZ6Bm0YZnUJEXIwKv4gUXoUajtLvX9HoJCJlR/O7occLRqcQERekwi8i16bSDXDPt+AdaHQSEfcX0QNufcfoFCLiolT4ReTaVb8Jhn2uNfpFilPNdn/9O/MyOomIuCgVfhG5PhHdYchHYNK3E5EiF9YU7v7GccG8iMg10k9oEbl+jW+H/tONTiHiXkIiHNfK+AUZnUREXJwKv4gUjTZjobsuKBQpEuVrwH2LIbCS0UlExA2o8ItI0en6DLT9p9EpRFxbYBjctwiCahqdRETchAq/iBStftOg7YNGpxBxTcHhMGYlhNY3OomIuBGT3W63Gx1CRNzQ+v/CL68anULEdVRpCvd+B4GVjU4iIm5GhV9Eis+OebBkPNitRicRKd1qd4IRX4FveaOTiIgbUuEXkeJ1cDksGAOWFKOTiJRODQfCnXPA08foJCLiplT4RaT4ndoEXw2H1Dijk4iULq3ug4FvgdnD6CQi4sZU+EWkZEQfgM+GQMI5o5OIlA6d/gW9JhqdQkTKABV+ESk5cafh8yFw8bDRSUQMZIK+r8PNDxsdRETKCBV+ESlZybHw5VA487vRSURKntkLbnsfmg01OomIlCEq/CJS8tKT4dtRcGSV0UlESo5XAAydB/V7GZ1ERMoYFX4RMYbVAiuehd9nG51EpPiFNoChn0LlRkYnEZEySIVfRIy1ez4sHQ8ZyUYnESkezYbBwDfBO8DoJCJSRqnwi4jxovbDNyMh5qjRSUSKjqcv9JsGN402OomIlHEq/CJSOqRehsUPw4ElRicRuX4hEY4pPFWaGp1ERESFX0RKmd/ehZ8ngS3D6CQi1+bG2+DWmeBb3ugkIiKACr+IlEZnd8DCsRB73OgkIgXn4Q19XoV2/zQ6iYiIExV+ESmd0hJh2ZOw52ujk4jkL6gW3PUJVL/J6CQiItmo8ItI6bb7a1j2FKQnGJ1EJGcN+jtupuUXbHQSEZEcqfCLSOkXexwWPQKRvxmdROQKv2DoPQVa3Wd0EhGRPKnwi4hrsNth1xfw08uQHGN0Ginrmo9wzNcPCDU6iYhIvlT4RcS1JMfCzxNhx2eAvn1JCatYHwa+AeFdjE4iIlJgKvwi4poit8DSJyD6D6OTSFng4QOdn4ROT4Cnt9FpREQKRYVfRFyX1QJbZsHaqZCeaHQacVfhXWHgm1AxwugkIiLXRIVfRFxf/Bn48Vk4uNToJOJOAipB39eh2VCjk4iIXBcVfhFxH4dXwvKnIC7S6CTi0kxw0yjoNUlLbYqIW1DhFxH3kpEC66fD5lmQkWR0GnE1tTs5in7NNkYnEREpMir8IuKeki7CbzPh99ma3y/5q9YKer4EET2MTiIiUuRU+EXEvSXHwqZ3Yev/IO2y0WmktKncGHq8AA0HGJ1ERKTYqPCLSNmQcgk2vQ9bPoS0eKPTiNEqNYIuT0HjIWA2G51GRKRYqfCLSNmSEgdbPnDM8U+NMzqNlLSqLRxFv+FAMJmMTiMiUiJU+EWkbEq97Bjt3/yeY/Rf3FutDtDlSajXy+gkIiIlToVfRMq2tATY+hH8/jFcPmt0GilKHt6OufltH4TaHYxOIyJiGBV+EREAmw2O/QI758GhH8GabnQiuVaVb4SWI6H5cPAPMTqNiIjhVPhFRP4uORb2zIcdn0H0H0ankYLwLgdNbodWo6BGa6PTiIiUKir8IiJ5ObsDdn4OexdodZ/SqGY7x2h+kyHgHWB0GhGRUkmFX0SkIDJS4MAS2DEPTv4K6FunYfxDHdN1Wt0HlRoYnUZEpNRT4RcRKaxLJ2HXV3BwKUTtMzpN2RBYxbHCToNboH5f8PQ2OpGIiMtQ4RcRuR5xp+HwCji8Ek6sB2ua0Yncg8kDarSB+r0dv6o007r5IiLXSIVfRKSopCfB8bVw5CfHfy+dMDqRawmo7BjFr98bIrqDX7DRiURE3IIKv4hIcbl0ylH8j691jP4nXzQ6Ueli8nCsqFOvN9Tv5bgLrkbxRUSKnAq/iEhJsNsd8/3P7YTze+H8Poj6o+ys/GP2hIr1oWozqNLUMUWnanPwCzI6mYiI21PhFxEx0qVTjhOB83sdv6L2OR5z5VWAvAKgSpO/iv1f5b7yjeDla3QyEZEySYVfRKS0SUtwjP5nngTEHIXEaEiKhtRS8omAyeyYc1++muNXaH1Hsa/SDELqgtlsdEIREfmLCr+IiCuxpEHShb9OAC5cORFIvACJUc7PWTOumhNvcvrPld//7XkPL/ALAf+KEFDR8V//io617wMrQfnqjoJfrqpjWxERKfVU+EVERERE3Jg+cxURERERcWMq/CIiIiIibkyFX0RERETEjanwi4iIiIi4MRV+ERERERE3psIvIiIiIuLGVPhFRERERNyYCr+IiIiIiBtT4RcRERERcWMq/CIiIiIibkyFX0RERETEjanwi4iIiIi4MRV+ERERERE3psIvIiIiIuLGVPhFRERERNyYCr+IiIiIiBtT4RcRERERcWMq/CIiIiIibkyFX0RERETEjanwi4iIiIi4MRV+ERERERE3psIvIiIiIuLGVPhFRERERNyYCr+IiIiIiBtT4RcRERERcWMq/CIiIiIibkyFX0RERETEjanwi4iIiIi4MRV+ERERERE3psIvIiIiIuLGVPhFRERERNyYCr+IiIiIiBtT4RcRERERcWMq/CIiIiIibkyFX0RERETEjanwi4iIiIi4MRV+ERERERE3psIvIiIiIuLGVPhFRERERNyYCr+IiIiIiBtT4RcRERERcWMq/CIiIiIibkyFX0RERETEjanwi4iIiIi4MRV+ERERERE3psIvIiIiIuLG/h8r3ABCjlmd1wAAAABJRU5ErkJggg==",
- "text/plain": [
- ""
- ]
- },
- "metadata": {},
- "output_type": "display_data"
- }
- ],
- "source": [
- "import matplotlib.pyplot as plt\n",
- "\n",
- "plt.rc(\"font\", size=14)\n",
- "fig, ax = plt.subplots()\n",
- "\n",
- "\n",
- "def func(pct, allvals):\n",
- " absolute = int(np.round(pct / 100.0 * np.sum(allvals)))\n",
- " return f\"{pct:.1f}%\\n({absolute:d})\"\n",
- "\n",
- "\n",
- "data = [2420, 37797]\n",
- "\n",
- "ax.pie(\n",
- " data,\n",
- " labels=[\"Number of MS1 scans\", \"Number of MS2 scans\"],\n",
- " autopct=lambda pct: func(pct, data),\n",
- ")"
- ]
- }
- ],
- "metadata": {
- "kernelspec": {
- "display_name": "sbs",
- "language": "python",
- "name": "python3"
- },
- "language_info": {
- "codemirror_mode": {
- "name": "ipython",
- "version": 3
- },
- "file_extension": ".py",
- "mimetype": "text/x-python",
- "name": "python",
- "nbconvert_exporter": "python",
- "pygments_lexer": "ipython3",
- "version": "3.10.12"
- }
- },
- "nbformat": 4,
- "nbformat_minor": 2
-}
diff --git a/notebooks/paper_01_exp_figure1.ipynb b/notebooks/paper_01_exp_figure1.ipynb
deleted file mode 100644
index 9621a3b..0000000
--- a/notebooks/paper_01_exp_figure1.ipynb
+++ /dev/null
@@ -1,721658 +0,0 @@
-{
- "cells": [
- {
- "cell_type": "code",
- "execution_count": 1,
- "metadata": {},
- "outputs": [],
- "source": [
- "from importlib import reload\n",
- "from IPython.core.interactiveshell import InteractiveShell\n",
- "%load_ext autoreload\n",
- "InteractiveShell.ast_node_interactivity = \"all\"\n",
- "import logging\n",
- "logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 2,
- "metadata": {},
- "outputs": [
- {
- "name": "stderr",
- "output_type": "stream",
- "text": [
- "2024-10-29 15:31:00,393 - numexpr.utils - INFO - Note: NumExpr detected 32 cores but \"NUMEXPR_MAX_THREADS\" not set, so enforcing safe limit of 8.\n",
- "2024-10-29 15:31:00,430 - numexpr.utils - INFO - NumExpr defaulting to 8 threads.\n",
- "/cmnfs/home/z.xiao/miniconda3/envs/sbs/lib/python3.10/site-packages/pandas/core/arrays/masked.py:60: UserWarning: Pandas requires version '1.3.6' or newer of 'bottleneck' (version '1.3.5' currently installed).\n",
- " from pandas.core import (\n"
- ]
- }
- ],
- "source": [
- "import pandas as pd\n",
- "import numpy as np\n",
- "import os\n",
- "import sys\n",
- "\n",
- "module_path = os.path.abspath(os.path.join(\"..\"))\n",
- "if module_path not in sys.path:\n",
- " sys.path.append(module_path)"
- ]
- },
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "# Load Data"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 3,
- "metadata": {},
- "outputs": [],
- "source": [
- "from utils.config import get_cfg_defaults\n",
- "from utils.singleton_swaps_optimization import swaps_optimization_cfg\n",
- "import sparse\n",
- "\n",
- "config_path = \"/cmnfs/proj/ORIGINS/SWAPS_exp/short_gradient/30min_3to45_7R_30min_exp_library_no_decoy_20241002_170450_580562/config_20241002_170450_580562.yaml\"\n",
- "cfg = get_cfg_defaults(swaps_optimization_cfg)\n",
- "cfg.merge_from_file(config_path)\n",
- "maxquant_result_ref = pd.read_pickle(cfg.DICT_PICKLE_PATH)\n",
- "\n",
- "mobility_values_df = pd.read_csv(os.path.join(cfg.RESULT_PATH, \"mobility_values.csv\"))\n",
- "ms1scans = pd.read_csv(os.path.join(cfg.RESULT_PATH, \"ms1scans.csv\"))\n",
- "act_dir = os.path.join(cfg.RESULT_PATH, \"results\", \"activation\")\n",
- "\n",
- "eval_dir = \"/cmnfs/proj/ORIGINS/SWAPS_exp/SWAPS_paper_figures/fig1_exp_dict/\"\n",
- "os.makedirs(eval_dir, exist_ok=True)"
- ]
- },
- {
- "cell_type": "markdown",
- "metadata": {},
- "source": [
- "# Result Analysis"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 4,
- "metadata": {},
- "outputs": [
- {
- "name": "stderr",
- "output_type": "stream",
- "text": [
- "2024-10-29 15:32:08,843 - matplotlib - DEBUG - matplotlib data path: /cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data\n",
- "2024-10-29 15:32:08,853 - matplotlib - DEBUG - CONFIGDIR=/cmnfs/home/z.xiao/.config/matplotlib\n",
- "2024-10-29 15:32:08,856 - matplotlib - DEBUG - interactive is False\n",
- "2024-10-29 15:32:08,857 - matplotlib - DEBUG - platform is linux\n",
- "2024-10-29 15:32:09,011 - matplotlib - DEBUG - CACHEDIR=/cmnfs/home/z.xiao/.cache/matplotlib\n",
- "2024-10-29 15:32:09,018 - matplotlib.font_manager - DEBUG - Using fontManager instance from /cmnfs/home/z.xiao/.cache/matplotlib/fontlist-v330.json\n",
- "2024-10-29 15:32:10,360 - h5py._conv - DEBUG - Creating converter from 7 to 5\n",
- "2024-10-29 15:32:10,361 - h5py._conv - DEBUG - Creating converter from 5 to 7\n",
- "2024-10-29 15:32:10,362 - h5py._conv - DEBUG - Creating converter from 7 to 5\n",
- "2024-10-29 15:32:10,363 - h5py._conv - DEBUG - Creating converter from 5 to 7\n",
- "/cmnfs/home/z.xiao/miniconda3/envs/sbs/lib/python3.10/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
- " from .autonotebook import tqdm as notebook_tqdm\n",
- "2024-10-29 15:32:15,120 - result_analysis.result_analysis - INFO - Drop na values in pept_act_sum_filter_by_im, Pept activation sum entries: 51800\n",
- "2024-10-29 15:32:15,121 - result_analysis.result_analysis - INFO - Filtering the data by the sum of intensity threshold 2, number of entries before filtering 51800\n",
- "2024-10-29 15:32:15,123 - result_analysis.result_analysis - INFO - Number of entries after filtering 51799\n",
- "2024-10-29 15:32:15,123 - result_analysis.result_analysis - INFO - No decoy entries in the data, using FDR threshold of dictionary 0.2\n",
- "2024-10-29 15:32:15,264 - result_analysis.result_analysis - INFO - Number of entries after merging 51799 and columns Index(['Sequence', 'Length', 'Modifications', 'Modified sequence',\n",
- " 'Oxidation (M) Probabilities', 'Oxidation (M) Score Diffs',\n",
- " 'Acetyl (Protein N-term)', 'Oxidation (M)', 'Missed cleavages',\n",
- " 'Proteins',\n",
- " ...\n",
- " 'MS1_frame_idx_right_ref', 'IsoMZ', 'IsoAbundance', 'mz_rank', 'mz_bin',\n",
- " 'mz_length', 'pept_batch_idx', 'Decoy', 'pept_act_sum_filter_by_im',\n",
- " 'log_sum_intensity'],\n",
- " dtype='object', length=109)\n",
- "2024-10-29 15:32:15,363 - utils.plot - INFO - Data: Intensity_log, pept_act_sum_filter_by_im_log, slope = 1.036, intercept = -0.696, Pearson's R = 0.942, Spearman's R = 0.931\n",
- "2024-10-29 15:32:57,878 - matplotlib.pyplot - DEBUG - Loaded backend module://matplotlib_inline.backend_inline version unknown.\n",
- "2024-10-29 15:32:57,885 - matplotlib.pyplot - DEBUG - Loaded backend module://matplotlib_inline.backend_inline version unknown.\n",
- "2024-10-29 15:32:57,893 - matplotlib.font_manager - DEBUG - findfont: Matching sans\\-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=20.0.\n",
- "2024-10-29 15:32:57,895 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Bold.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 0.33499999999999996\n",
- "2024-10-29 15:32:57,898 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerifDisplay.ttf', name='DejaVu Serif Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,898 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,899 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,899 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmr10.ttf', name='cmr10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,900 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Oblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,900 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf', name='cmsy10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,901 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-BoldOblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:57,901 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,901 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf', name='STIXGeneral', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,902 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 0.05\n",
- "2024-10-29 15:32:57,902 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf', name='cmmi10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,903 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Bold.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,903 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf', name='STIXNonUnicode', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,904 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf', name='STIXNonUnicode', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,904 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansDisplay.ttf', name='DejaVu Sans Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,905 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmss10.ttf', name='cmss10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,905 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf', name='STIXSizeFourSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,906 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmex10.ttf', name='cmex10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,906 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf', name='STIXNonUnicode', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:57,907 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf', name='STIXGeneral', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,907 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-BoldItalic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:57,908 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,908 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf', name='STIXSizeOneSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,909 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf', name='STIXGeneral', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:57,909 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf', name='STIXGeneral', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,910 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf', name='STIXNonUnicode', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,910 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmb10.ttf', name='cmb10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,910 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Italic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,911 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-BoldOblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 1.335\n",
- "2024-10-29 15:32:57,911 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,912 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf', name='STIXSizeOneSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,912 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Oblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 1.05\n",
- "2024-10-29 15:32:57,913 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,913 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf', name='cmtt10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,914 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf', name='STIXSizeFourSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,914 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf', name='STIXSizeFiveSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,915 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Bold.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,915 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusRoman-Bold.otf', name='Nimbus Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,916 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-malayalam/Lohit-Malayalam.ttf', name='Lohit Malayalam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,916 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramondSC08-Regular.ttf', name='EB Garamond SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,917 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Rasa-Medium.ttf', name='Rasa', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:57,917 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSans-Oblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 1.05\n",
- "2024-10-29 15:32:57,918 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstTitleL.ttf', name='KacstTitleL', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,918 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKhojki-Regular.ttf', name='Noto Sans Khojki', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,919 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/junicode/Junicode-BoldItalic.ttf', name='Junicode', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:32:57,919 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansThaana-Bold.ttf', name='Noto Sans Thaana', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,919 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrepagella-bold.otf', name='TeX Gyre Pagella', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,920 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGurmukhi-Regular.ttf', name='Noto Sans Gurmukhi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,920 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/C059-Bold.otf', name='C059', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,921 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansShavian-Regular.ttf', name='Noto Sans Shavian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,921 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi-BoldOblique.otf', name='Norasi', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:57,922 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-SemiboldItalic.ttf', name='Lato', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:32:57,922 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Black.ttf', name='Roboto', style='normal', variant='normal', weight=900, stretch='normal', size='scalable')) = 10.525\n",
- "2024-10-29 15:32:57,923 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Purisa-Bold.ttf', name='Purisa', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,923 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-B.ttf', name='Ubuntu', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,924 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMultani-Regular.ttf', name='Noto Sans Multani', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,924 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBengali-Regular.ttf', name='Noto Sans Bengali', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,925 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi.otf', name='Norasi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,925 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Cousine-Italic.ttf', name='Cousine', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,926 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-tamil/Lohit-Tamil.ttf', name='Lohit Tamil', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,926 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWBookman-Demi.otf', name='URW Bookman', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:32:57,927 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyretermes-regular.otf', name='TeX Gyre Termes', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,927 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStd-Regular.otf', name='Accanthis ADF Std', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,927 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgMono.otf', name='Tlwg Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,928 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Tinos-Regular.ttf', name='Tinos', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,928 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCaucasianAlbanian-Regular.ttf', name='Noto Sans Caucasian Albanian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,929 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/baskerville/GFSBaskerville.otf', name='GFS Baskerville', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,929 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-MediumItalic.ttf', name='Roboto Condensed', style='italic', variant='normal', weight=500, stretch='condensed', size='scalable')) = 11.344999999999999\n",
- "2024-10-29 15:32:57,930 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDogra-Regular.ttf', name='Noto Serif Dogra', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,930 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStd-Italic.otf', name='Accanthis ADF Std', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,931 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheros-bold.otf', name='TeX Gyre Heros', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,931 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Regular.ttf', name='Liberation Sans Narrow', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:32:57,932 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Caladea-BoldItalic.ttf', name='Caladea', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:57,932 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush-BoldOblique.ttf', name='Umpush', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:57,933 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmono12-regular.otf', name='Latin Modern Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,933 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSans.otf', name='FreeSans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,934 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansManichaean-Regular.ttf', name='Noto Sans Manichaean', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,934 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush-Oblique.otf', name='Umpush', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,935 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman10-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,935 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman8-italic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,936 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansNushu-Regular.ttf', name='Noto Sans Nushu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,936 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/Muktibold.ttf', name='Mukti', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,937 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXNonUnicode-BoldItalic.otf', name='STIXNonUnicode', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:57,937 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium/Gentium-I.ttf', name='Gentium', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,937 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypist-BoldOblique.otf', name='Tlwg Typist', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:57,938 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Waree.ttf', name='Waree', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,938 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHanifiRohingya-Regular.ttf', name='Noto Sans Hanifi Rohingya', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,939 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgMono-BoldOblique.otf', name='Tlwg Mono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:57,939 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-BoldItalic.ttf', name='Yrsa', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:57,940 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/mallanna.ttf', name='Mallanna', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,940 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMandaic-Regular.ttf', name='Noto Sans Mandaic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,941 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-telugu/Lohit-Telugu.ttf', name='Lohit Telugu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,941 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Purisa-Oblique.ttf', name='Purisa', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,942 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans17-regular.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,942 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsSm-Regular.otf', name='STIXIntegralsSm', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,943 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSansNarrow-Bold.otf', name='Nimbus Sans Narrow', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:32:57,943 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeMonoOblique.ttf', name='FreeMono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,944 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreschola-bolditalic.otf', name='TeX Gyre Schola', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:57,944 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyretermes-italic.otf', name='TeX Gyre Termes', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,944 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Garuda-Oblique.otf', name='Garuda', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,945 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Gurajada.ttf', name='Gurajada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,946 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKhmer-Bold.ttf', name='Noto Sans Khmer', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,946 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCuneiform-Regular.ttf', name='Noto Sans Cuneiform', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,947 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsD-Regular.otf', name='STIXIntegralsD', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,947 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXGeneral-Italic.otf', name='STIXGeneral', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,947 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStd-Bold.otf', name='Accanthis ADF Std', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,948 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipaexfont-mincho/ipaexm.ttf', name='IPAexMincho', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,948 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/didot/GFSDidot.otf', name='GFS Didot', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,949 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgMono-Oblique.otf', name='Tlwg Mono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,949 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSerif-Bold.ttf', name='Liberation Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,950 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSans-Regular.ttf', name='Liberation Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,950 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBuhid-Regular.ttf', name='Noto Sans Buhid', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,951 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansThaana-Regular.ttf', name='Noto Sans Thaana', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,951 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSans-BoldItalic.ttf', name='Liberation Sans', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:57,952 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoLoopedThai-Regular.ttf', name='Noto Looped Thai', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,952 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSans.ttf', name='FreeSans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,953 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush-Oblique.ttf', name='Umpush', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,953 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonolt10-regular.otf', name='Latin Modern Mono Light', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,954 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-LightItalic.ttf', name='Yrsa', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:32:57,954 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/StandardSymbolsPS.otf', name='Standard Symbols PS', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,955 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/ramabhadra.ttf', name='Ramabhadra', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,955 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 0.05\n",
- "2024-10-29 15:32:57,955 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-BoldCondIt.otf', name='Universalis ADF Std', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:32:57,956 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/D050000L.otf', name='D050000L', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,956 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAir-Regular.ttf', name='Noto Sans Tifinagh Air', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,957 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMahajani-Regular.ttf', name='Noto Sans Mahajani', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,957 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Carlito-Regular.ttf', name='Carlito', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,958 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansEthiopic-Bold.ttf', name='Noto Sans Ethiopic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,958 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSans-Regular.otf', name='Nimbus Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,959 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-guru-extra/Saab.ttf', name='Saab', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,959 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman10-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,960 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/suranna.ttf', name='Suranna', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,960 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromandemi10-oblique.otf', name='Latin Modern Roman Demi', style='oblique', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:32:57,961 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifThai-Bold.ttf', name='Noto Serif Thai', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,961 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Purisa-Oblique.otf', name='Purisa', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,975 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGujarati-Regular.ttf', name='Noto Sans Gujarati', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,975 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Manjari-Bold.otf', name='Manjari', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,976 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOlChiki-Regular.ttf', name='Noto Sans Ol Chiki', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,976 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-CondItalic.otf', name='Gillius ADF', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:32:57,977 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-deva-extra/chandas1-2.ttf', name='Chandas', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,978 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Bold-Italic.ttf', name='Go', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:32:57,978 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/C059-Roman.otf', name='C059', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,979 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinBiolinum_RI.otf', name='Linux Biolinum O', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,979 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-BoldCond.otf', name='Gillius ADF No2', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:32:57,980 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmono8-regular.otf', name='Latin Modern Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,981 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansdemicond10-oblique.otf', name='Latin Modern Sans Demi Cond', style='oblique', variant='normal', weight=600, stretch='condensed', size='scalable')) = 11.44\n",
- "2024-10-29 15:32:57,981 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnJamoDotum.ttf', name='UnJamoDotum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,982 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstLetter.ttf', name='KacstLetter', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:57,982 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWGothic-Book.otf', name='URW Gothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,983 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonolt10-boldoblique.otf', name='Latin Modern Mono Light', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:57,984 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTagalog-Regular.ttf', name='Noto Sans Tagalog', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,984 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifArmenian-Bold.ttf', name='Noto Serif Armenian', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,985 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-deva-extra/samanata.ttf', name='Samanata', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,985 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeMonoBold.otf', name='FreeMono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,986 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstPen.ttf', name='KacstPen', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:57,986 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Regular.ttf', name='Roboto', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,987 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans12-oblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,987 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo3-Italic.otf', name='Accanthis ADF Std No3', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,988 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSundanese-Bold.ttf', name='Noto Sans Sundanese', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,988 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-MI.ttf', name='Ubuntu', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:32:57,989 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBassaVah-Regular.ttf', name='Noto Sans Bassa Vah', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,989 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/C059-Italic.otf', name='C059', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,990 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoTraditionalNushu-Regular.ttf', name='Noto Traditional Nushu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,990 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-Italic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:32:57,991 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWBookman-LightItalic.otf', name='URW Bookman', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:32:57,991 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush-LightOblique.otf', name='Umpush', style='oblique', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:32:57,992 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/BerenisADFPro-Italic.otf', name='Berenis ADF Pro', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,992 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBasI.ttf', name='Gentium Basic', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:57,993 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari.ttf', name='Kinnari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,993 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansArabic-Regular.ttf', name='Noto Sans Arabic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,994 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHebrew-Regular.ttf', name='Noto Sans Hebrew', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,994 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumBookPlus-Bold.ttf', name='Gentium Book Plus', style='normal', variant='normal', weight=800, stretch='normal', size='scalable')) = 10.43\n",
- "2024-10-29 15:32:57,995 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant10-bold.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,995 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/BerenisADFPro-Bold.otf', name='Berenis ADF Pro', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,996 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Waree.otf', name='Waree', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,996 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Tinos-Bold.ttf', name='Tinos', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,997 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-C.ttf', name='Ubuntu Condensed', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:32:57,997 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,998 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans9-regular.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:57,998 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari-BoldOblique.ttf', name='Kinnari', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:57,999 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman5-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:57,999 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoKufiArabic-Bold.ttf', name='Noto Kufi Arabic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,000 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/charis/CharisSIL-Regular.ttf', name='Charis SIL', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,000 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAdlam-Regular.ttf', name='Noto Sans Adlam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,001 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Semibold.ttf', name='Lato', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:32:58,001 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansModi-Regular.ttf', name='Noto Sans Modi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,002 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSans-Italic.otf', name='Nimbus Sans', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,002 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond-Initials.ttf', name='EB Garamond Initials', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,003 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/baekmuk/gulim.ttf', name='Baekmuk Gulim', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,003 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Regular.ttf', name='Go', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,004 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXVariants-Regular.otf', name='STIXVariants', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,004 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnJamoBatang.ttf', name='UnJamoBatang', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,005 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTagbanwa-Regular.ttf', name='Noto Sans Tagbanwa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,005 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-SemiBoldItalic.ttf', name='Yrsa', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:32:58,006 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipafont-gothic/ipag.ttf', name='IPAGothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,006 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-tamil-classical/Lohit-Tamil-Classical.ttf', name='Lohit Tamil Classical', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,007 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeThreeSym-Regular.otf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,007 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeFiveSym-Regular.otf', name='STIXSizeFiveSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,008 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSansBoldOblique.ttf', name='FreeSans', style='oblique', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:32:58,009 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSylotiNagri-Regular.ttf', name='Noto Sans Syloti Nagri', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,009 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramondSC08-Regular.otf', name='EB Garamond SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,010 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTamilSlanted-Bold.ttf', name='Noto Serif Tamil Slanted', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,010 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Black.ttf', name='Lato', style='normal', variant='normal', weight=900, stretch='normal', size='scalable')) = 10.525\n",
- "2024-10-29 15:32:58,011 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAPT-Regular.ttf', name='Noto Sans Tifinagh APT', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,011 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond08-Regular.ttf', name='EB Garamond', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,012 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/artemisia/GFSArtemisia.otf', name='GFS Artemisia', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,012 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Sawasdee.ttf', name='Sawasdee', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,013 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXVariants-Bold.otf', name='STIXVariants', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,013 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLycian-Regular.ttf', name='Noto Sans Lycian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,014 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-LI.ttf', name='Ubuntu', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:32:58,014 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Laksaman-Italic.ttf', name='Laksaman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,015 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOlChiki-Bold.ttf', name='Noto Sans Ol Chiki', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,015 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Caladea-Bold.ttf', name='Caladea', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,016 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Rachana-Regular.ttf', name='Rachana', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,016 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Gidugu.ttf', name='Gidugu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,017 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoRashiHebrew-Regular.ttf', name='Noto Rashi Hebrew', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,017 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansEgyptianHieroglyphs-Regular.ttf', name='Noto Sans Egyptian Hieroglyphs', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,018 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant8-regular.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,018 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCherokee-Bold.ttf', name='Noto Sans Cherokee', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,019 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKhmer-Regular.ttf', name='Noto Serif Khmer', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,019 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_DR.otf', name='Linux Libertine Display O', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,020 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/bodoni-classic/GFSBodoniClassic.otf', name='GFS BodoniClassic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,020 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush-Bold.ttf', name='Umpush', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,021 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 0.25\n",
- "2024-10-29 15:32:58,021 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyretermes-bold.otf', name='TeX Gyre Termes', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,022 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmono10-italic.otf', name='Latin Modern Mono', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,022 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Purisa-Bold.otf', name='Purisa', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,023 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Laksaman-BoldItalic.otf', name='Laksaman', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,023 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Rasa-Regular.ttf', name='Rasa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,024 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansThai-Bold.ttf', name='Noto Sans Thai', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,024 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusMonoPS-BoldItalic.otf', name='Nimbus Mono PS', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,025 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-Semibold.ttf', name='Open Sans', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:32:58,025 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSans-Italic.ttf', name='Liberation Sans', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,026 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/LakkiReddy.ttf', name='LakkiReddy', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,026 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldPersian-Regular.ttf', name='Noto Sans Old Persian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,027 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSans-BoldItalic.ttf', name='Noto Sans', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,027 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansElymaic-Regular.ttf', name='Noto Sans Elymaic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,028 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifBalinese-Regular.ttf', name='Noto Serif Balinese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,028 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBrahmi-Regular.ttf', name='Noto Sans Brahmi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,029 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/pagul/Pagul.ttf', name='Pagul', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,029 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/porson/GFSPorson.otf', name='GFS Porson', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,030 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-BoldItalic.otf', name='Cabin', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,030 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKannada-Bold.ttf', name='Noto Sans Kannada', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,031 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusRoman-Regular.otf', name='Nimbus Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,031 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMeroitic-Regular.ttf', name='Noto Sans Meroitic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,032 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMalayalam-Regular.ttf', name='Noto Sans Malayalam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,032 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansRejang-Regular.ttf', name='Noto Sans Rejang', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,033 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansInscriptionalParthian-Regular.ttf', name='Noto Sans Inscriptional Parthian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,033 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Regular.ttf', name='Lato', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,034 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Purisa-BoldOblique.ttf', name='Purisa', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,034 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi-BoldOblique.ttf', name='Norasi', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,035 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifYezidi-Bold.ttf', name='Noto Serif Yezidi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,035 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-orya-extra/utkal.ttf', name='ori1Uni', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,036 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrebonum-regular.otf', name='TeX Gyre Bonum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,036 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/lobstertwo/LobsterTwo-Bold.otf', name='Lobster Two', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,037 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 0.33499999999999996\n",
- "2024-10-29 15:32:58,037 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKannada-Regular.ttf', name='Noto Sans Kannada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,038 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf', name='Latin Modern Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,038 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/SyamalaRamana.ttf', name='Syamala Ramana', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,039 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Bold.ttf', name='Lato', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,039 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgMono-Oblique.ttf', name='Tlwg Mono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,040 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf', name='Liberation Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,040 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoproplt10-bold.otf', name='Latin Modern Mono Prop Light', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,041 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypewriter-BoldOblique.otf', name='Tlwg Typewriter', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,041 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypist.otf', name='Tlwg Typist', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,042 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSans-BoldItalic.otf', name='Nimbus Sans', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,042 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi-Italic.ttf', name='Norasi', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,043 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKayahLi-Bold.ttf', name='Noto Sans Kayah Li', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,043 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Arimo-Italic.ttf', name='Arimo', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,044 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLepcha-Regular.ttf', name='Noto Sans Lepcha', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,044 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-Medium.ttf', name='Yrsa', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,045 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/didot/GFSDidotBold.otf', name='GFS Didot', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,045 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Arimo-BoldItalic.ttf', name='Arimo', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,046 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-BoldItalic.otf', name='Gillius ADF No2', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,046 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Waree-Bold.otf', name='Waree', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,047 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoprop10-regular.otf', name='Latin Modern Mono Prop', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,047 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreadventor-italic.otf', name='TeX Gyre Adventor', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,048 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSansOblique.ttf', name='FreeSans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,048 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoLoopedLao-Bold.ttf', name='Noto Looped Lao', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,049 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-Italic.otf', name='Universalis ADF Std', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,049 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Laksaman-Italic.otf', name='Laksaman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,050 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans10-oblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,050 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-Medium.ttf', name='Roboto Condensed', style='normal', variant='normal', weight=500, stretch='condensed', size='scalable')) = 10.344999999999999\n",
- "2024-10-29 15:32:58,051 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi-BoldItalic.otf', name='Norasi', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,051 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Ponnala.ttf', name='Ponnala', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,052 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrecursor-bold.otf', name='TeX Gyre Cursor', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,053 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Suravaram.ttf', name='Suravaram', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,053 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXGeneral-BoldItalic.otf', name='STIXGeneral', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,054 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Waree-Bold.ttf', name='Waree', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,054 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSerif-Italic.ttf', name='Liberation Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,055 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinBiolinum_R.otf', name='Linux Biolinum O', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,055 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/Z003-MediumItalic.otf', name='Z003', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:32:58,056 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Thin.ttf', name='Lato', style='normal', variant='normal', weight=200, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:32:58,056 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo2-Regular.otf', name='Accanthis ADF Std No2', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,057 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/glyphicons/glyphicons-halflings-regular.ttf', name='GLYPHICONS Halflings', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,057 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Sawasdee-Bold.otf', name='Sawasdee', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,058 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansdemicond10-regular.otf', name='Latin Modern Sans Demi Cond', style='normal', variant='normal', weight=600, stretch='condensed', size='scalable')) = 10.44\n",
- "2024-10-29 15:32:58,058 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTibetan-Bold.ttf', name='Noto Serif Tibetan', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,059 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari-Bold.ttf', name='Kinnari', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,059 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeMono.otf', name='FreeMono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,060 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-BI.ttf', name='Ubuntu', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,060 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPalmyrene-Regular.ttf', name='Noto Sans Palmyrene', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,061 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari-Oblique.ttf', name='Kinnari', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,061 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/theokritos/GFSTheokritos.otf', name='GFS Theokritos', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,062 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLao-Regular.ttf', name='Noto Sans Lao', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,062 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCham-Regular.ttf', name='Noto Sans Cham', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,063 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGurmukhi-Bold.ttf', name='Noto Serif Gurmukhi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,063 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTangut-Regular.ttf', name='Noto Serif Tangut', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,064 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Smallcaps-Italic.ttf', name='Go Smallcaps', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,064 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSymbols2-Regular.ttf', name='Noto Sans Symbols2', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,065 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Heavy.ttf', name='Lato', style='normal', variant='normal', weight=800, stretch='normal', size='scalable')) = 10.43\n",
- "2024-10-29 15:32:58,065 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond-InitialsF2.ttf', name='EB Garamond Initials Fill2', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,066 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman10-bolditalic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,066 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari-Oblique.otf', name='Kinnari', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,067 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifHebrew-Regular.ttf', name='Noto Serif Hebrew', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,067 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans12-regular.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,068 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Italic.ttf', name='Liberation Sans Narrow', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:32:58,068 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMeeteiMayek-Regular.ttf', name='Noto Sans Meetei Mayek', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,084 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMono-Regular.ttf', name='Noto Sans Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,085 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifNyiakengPuachueHmong-Bold.ttf', name='Noto Serif Hmong Nyiakeng', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,085 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lao/Phetsarath_OT.ttf', name='Phetsarath OT', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,086 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSans-Bold.otf', name='Nimbus Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,086 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldNorthArabian-Regular.ttf', name='Noto Sans Old North Arabian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,087 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansquot8-regular.otf', name='Latin Modern Sans Quotation', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,087 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifThai-Regular.ttf', name='Noto Serif Thai', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,088 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGujarati-Regular.ttf', name='Noto Serif Gujarati', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,088 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoKufiArabic-Regular.ttf', name='Noto Kufi Arabic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,089 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusMonoPS-Italic.otf', name='Nimbus Mono PS', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,089 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ttf-khmeros-core/KhmerOSsys.ttf', name='Khmer OS System', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,090 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/lobstertwo/LobsterTwo-Regular.otf', name='Lobster Two', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,091 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnPilgiBold.ttf', name='UnPilgi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,091 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMendeKikakui-Regular.ttf', name='Noto Sans Mende Kikakui', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,092 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-Cond.otf', name='Universalis ADF Std', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:32:58,092 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMro-Regular.ttf', name='Noto Sans Mro', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,093 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKannada-Bold.ttf', name='Noto Serif Kannada', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,093 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-M.ttf', name='Ubuntu', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,094 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoltcond10-regular.otf', name='Latin Modern Mono Light Cond', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:32:58,094 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari-Bold.otf', name='Kinnari', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,095 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusRoman-Italic.otf', name='Nimbus Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,095 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Italic.ttf', name='Go', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,096 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus-compact/GentiumPlusCompact-I.ttf', name='Gentium Plus Compact', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,096 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWBookman-Light.otf', name='URW Bookman', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,097 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoNaskhArabic-Bold.ttf', name='Noto Naskh Arabic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,098 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansElbasan-Regular.ttf', name='Noto Sans Elbasan', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,098 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramondSC12-Regular.otf', name='EB Garamond SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,098 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Rasa-Light.ttf', name='Rasa', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,099 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDisplay-BoldItalic.ttf', name='Noto Sans Display', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,099 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSans-Italic.ttf', name='Noto Sans', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,100 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeMono.ttf', name='FreeMono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,100 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/quicksand/Quicksand-Regular.ttf', name='Quicksand', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,101 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/comfortaa/Comfortaa-Bold.ttf', name='Comfortaa', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,101 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Oblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,102 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond12-Regular.otf', name='EB Garamond', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,102 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/P052-Bold.otf', name='P052', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,103 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/padauk/PadaukBook-Regular.ttf', name='Padauk Book', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,103 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromancaps10-regular.otf', name='Latin Modern Roman Caps', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,104 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/samyak-fonts/Samyak-Tamil.ttf', name='Samyak Tamil', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,104 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cantarell/Cantarell-ExtraBold.otf', name='Cantarell', style='normal', variant='normal', weight=800, stretch='normal', size='scalable')) = 10.43\n",
- "2024-10-29 15:32:58,105 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Loma-Bold.ttf', name='Loma', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,105 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman17-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,106 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond-InitialsF2.otf', name='EB Garamond Initials Fill2', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,106 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari-BoldOblique.otf', name='Kinnari', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,107 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-BoldItalic.ttf', name='Lato', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,107 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOriya-Bold.ttf', name='Noto Sans Oriya', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,108 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond12-Italic.otf', name='EB Garamond', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,108 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCypriot-Regular.ttf', name='Noto Sans Cypriot', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,109 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCherokee-Regular.ttf', name='Noto Sans Cherokee', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,109 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush-Light.ttf', name='Umpush', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,110 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeTwoSym-Bold.otf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,110 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-BlackItalic.ttf', name='Roboto', style='italic', variant='normal', weight=900, stretch='normal', size='scalable')) = 11.525\n",
- "2024-10-29 15:32:58,111 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Loma.ttf', name='Loma', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,111 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMedefaidrin-Bold.ttf', name='Noto Sans Medefaidrin', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,112 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnGraphicBold.ttf', name='UnGraphic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,112 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-BoldCondItalic.otf', name='Gillius ADF', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:32:58,113 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSansBold.otf', name='FreeSans', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:32:58,113 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnYetgul.ttf', name='UnYetgul', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,114 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrepagella-regular.otf', name='TeX Gyre Pagella', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,114 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerif-Bold.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,115 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari-BoldItalic.otf', name='Kinnari', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,116 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCanadianAboriginal-Bold.ttf', name='Noto Sans Canadian Aboriginal', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,116 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSaurashtra-Regular.ttf', name='Noto Sans Saurashtra', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,117 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansArmenian-Regular.ttf', name='Noto Sans Armenian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,117 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/complutum/GFSPolyglot.otf', name='GFS Complutum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,118 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKhudawadi-Regular.ttf', name='Noto Sans Khudawadi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,126 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSansOblique.otf', name='FreeSans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,127 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGurmukhi-Bold.ttf', name='Noto Sans Gurmukhi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,127 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrebonum-bold.otf', name='TeX Gyre Bonum', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,128 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldSogdian-Regular.ttf', name='Noto Sans Old Sogdian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,129 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoMono-Regular.ttf', name='Noto Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,129 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/olga/GFSOlga.otf', name='GFS Olga', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,130 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerif-Italic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,130 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSans-ExtraLight.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=200, stretch='normal', size='scalable')) = 0.24\n",
- "2024-10-29 15:32:58,131 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-ThinItalic.ttf', name='Lato', style='italic', variant='normal', weight=200, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:32:58,132 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/Mukti.ttf', name='Mukti', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,133 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/charis/CharisSIL-Bold.ttf', name='Charis SIL', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,134 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-punjabi/Lohit-Gurmukhi.ttf', name='Lohit Gurmukhi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,134 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Garuda-Bold.otf', name='Garuda', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,135 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnDinaru.ttf', name='UnDinaru', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,135 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman8-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,136 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifEthiopic-Regular.ttf', name='Noto Serif Ethiopic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,137 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmono9-regular.otf', name='Latin Modern Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,138 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Medium.ttf', name='Go Medium', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,138 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-Regular.ttf', name='Yrsa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,139 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf', name='Ubuntu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,140 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/NATS.ttf', name='NATS', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,140 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-Bold.ttf', name='Open Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,141 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi-Oblique.otf', name='Norasi', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,141 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDevanagari-Regular.ttf', name='Noto Sans Devanagari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,142 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoltcond10-oblique.otf', name='Latin Modern Mono Light Cond', style='oblique', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:32:58,144 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDisplay-Regular.ttf', name='Noto Sans Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,144 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Medium.ttf', name='Lato', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,145 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-BoldItalic.otf', name='Universalis ADF Std', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,145 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTelugu-Regular.ttf', name='Noto Serif Telugu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,146 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMalayalam-Bold.ttf', name='Noto Sans Malayalam', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,146 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSerif-Italic.ttf', name='Liberation Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,147 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSansNarrow-BoldOblique.otf', name='Nimbus Sans Narrow', style='oblique', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:32:58,147 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinBiolinum_K.otf', name='Linux Biolinum Keyboard O', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,148 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/arphic-bsmi00lp/bsmi00lp.ttf', name='AR PL Mingti2L Big5', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,150 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDevanagari-Bold.ttf', name='Noto Sans Devanagari', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,150 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSansBoldOblique.otf', name='FreeSans', style='oblique', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:32:58,151 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoNaskhArabic-Regular.ttf', name='Noto Naskh Arabic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,151 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf', name='FreeMono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,152 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstArt.ttf', name='KacstArt', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,152 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansVai-Regular.ttf', name='Noto Sans Vai', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,153 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrepagella-italic.otf', name='TeX Gyre Pagella', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,153 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman9-italic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,154 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghHawad-Regular.ttf', name='Noto Sans Tifinagh Hawad', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,156 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-gujr-extra/padmaa-Medium-0.5.ttf', name='padmaa', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,156 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-HairlineItalic.ttf', name='Lato', style='italic', variant='normal', weight=100, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,157 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBalinese-Regular.ttf', name='Noto Sans Balinese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,158 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/gazis/GFSGazis.otf', name='GFS Gazis', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,158 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXNonUnicode-Bold.otf', name='STIXNonUnicode', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,159 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreschola-bold.otf', name='TeX Gyre Schola', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,159 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansYi-Regular.ttf', name='Noto Sans Yi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,160 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUpSm-Bold.otf', name='STIXIntegralsUpSm', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,160 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Bold.ttf', name='Go', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:32:58,161 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium/Gentium-R.ttf', name='Gentium', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,161 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman6-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,162 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMasaramGondi-Regular.ttf', name='Noto Sans Masaram Gondi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,162 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-BoldOblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=700, stretch='condensed', size='scalable')) = 1.535\n",
- "2024-10-29 15:32:58,163 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Gayathri-Thin.otf', name='Gayathri', style='normal', variant='normal', weight=100, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,164 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSansNarrow-Oblique.otf', name='Nimbus Sans Narrow', style='oblique', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:32:58,166 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Italic.ttf', name='Lato', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,167 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/artemisia/GFSArtemisiaIt.otf', name='GFS Artemisia', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,167 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGeorgian-Bold.ttf', name='Noto Sans Georgian', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,168 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Garuda-BoldOblique.ttf', name='Garuda', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,169 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSans-Regular.ttf', name='Noto Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,170 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPauCinHau-Regular.ttf', name='Noto Sans Pau Cin Hau', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,170 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSiddham-Regular.ttf', name='Noto Sans Siddham', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,171 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-kalapi/Kalapi.ttf', name='Kalapi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,172 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-L.ttf', name='Ubuntu', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,172 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoLoopedLao-Regular.ttf', name='Noto Looped Lao', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,173 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/baekmuk/batang.ttf', name='Baekmuk Batang', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,173 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSerif-Bold.ttf', name='Liberation Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,174 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Suruma.ttf', name='Suruma', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,175 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/comfortaa/Comfortaa-Regular.ttf', name='Comfortaa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,176 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonolt10-oblique.otf', name='Latin Modern Mono Light', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,177 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman7-italic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,178 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUp-Bold.otf', name='STIXIntegralsUp', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,178 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXGeneral-Bold.otf', name='STIXGeneral', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,179 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSundanese-Regular.ttf', name='Noto Sans Sundanese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,180 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSoyombo-Regular.ttf', name='Noto Sans Soyombo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,180 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBasBI.ttf', name='Gentium Basic', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,181 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Laksaman-Bold.ttf', name='Laksaman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,181 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheroscn-bold.otf', name='TeX Gyre Heros Cn', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,182 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeMonoBoldOblique.ttf', name='FreeMono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,183 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDisplay-Bold.ttf', name='Noto Serif Display', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,184 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/junicode/Junicode-Italic.ttf', name='Junicode', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,184 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgMono-Bold.ttf', name='Tlwg Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,185 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnBatangBold.ttf', name='UnBatang', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,186 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheroscn-bolditalic.otf', name='TeX Gyre Heros Cn', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,187 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Manjari-Regular.otf', name='Manjari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,187 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGujarati-Bold.ttf', name='Noto Sans Gujarati', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,188 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSerif-BoldItalic.ttf', name='Liberation Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,189 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman7-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,190 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-CondItalic.otf', name='Universalis ADF Std', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:32:58,190 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMarchen-Regular.ttf', name='Noto Sans Marchen', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,191 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghRhissaIxa-Regular.ttf', name='Noto Sans Tifinagh Rhissa Ixa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,192 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman9-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,193 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSoraSompeng-Regular.ttf', name='Noto Sans Sora Sompeng', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,193 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDevanagari-Regular.ttf', name='Noto Serif Devanagari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,194 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-gujr-extra/padmaa.ttf', name='padmaa', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,195 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,196 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Mono.ttf', name='Go Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,196 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyretermes-bolditalic.otf', name='TeX Gyre Termes', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,197 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond-Initials.otf', name='EB Garamond Initials', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,198 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-BoldItalic.ttf', name='Roboto', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,198 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix-word/STIX-Regular.otf', name='STIX', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,199 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypist-Oblique.otf', name='Tlwg Typist', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,199 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumPlus-Bold.ttf', name='Gentium Plus', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,200 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Bold.ttf', name='Roboto', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,200 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/junicode/FoulisGreek.ttf', name='FoulisGreek', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,202 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-Italic.otf', name='Gillius ADF No2', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,202 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Smallcaps.ttf', name='Go Smallcaps', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,203 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGeorgian-Bold.ttf', name='Noto Serif Georgian', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,204 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypo-Bold.otf', name='Tlwg Typo', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,204 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-Italic.ttf', name='Roboto Condensed', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:32:58,205 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKaithi-Regular.ttf', name='Noto Sans Kaithi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,205 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Dyuthi-Regular.ttf', name='Dyuthi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,206 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Garuda-Oblique.ttf', name='Garuda', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,206 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-SemiBold.otf', name='Cabin', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:32:58,208 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipafont-mincho/ipamp.ttf', name='IPAPMincho', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,209 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-Regular.otf', name='Gillius ADF', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,209 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-Regular.ttf', name='Roboto Condensed', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:32:58,210 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansThai-Regular.ttf', name='Noto Sans Thai', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,210 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLydian-Regular.ttf', name='Noto Sans Lydian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,211 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-Light.ttf', name='Open Sans', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,211 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre-math/texgyretermes-math.otf', name='TeX Gyre Termes Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,212 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/neohellenic/GFSNeohellenicBoldIt.otf', name='GFS Neohellenic', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,212 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-Regular.otf', name='Gillius ADF No2', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,213 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Purisa.ttf', name='Purisa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,213 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBatak-Regular.ttf', name='Noto Sans Batak', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,214 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipaexfont-gothic/ipaexg.ttf', name='IPAexGothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,216 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGrantha-Regular.ttf', name='Noto Serif Grantha', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,217 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Rasa-Bold.ttf', name='Rasa', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,217 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi-BoldItalic.ttf', name='Norasi', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,218 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Waree-Oblique.ttf', name='Waree', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,219 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldItalic-Regular.ttf', name='Noto Sans Old Italic', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,220 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnDotum.ttf', name='UnDotum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,220 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOsmanya-Regular.ttf', name='Noto Sans Osmanya', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,221 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/UbuntuMono-B.ttf', name='Ubuntu Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,222 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnPilgi.ttf', name='UnPilgi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,222 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_RB.otf', name='Linux Libertine O', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,223 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/quicksand/Quicksand-Medium.ttf', name='Quicksand Medium', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,224 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnJamoSora.ttf', name='UnJamoSora', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,224 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Manjari-Thin.otf', name='Manjari', style='normal', variant='normal', weight=100, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,225 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifSinhala-Regular.ttf', name='Noto Serif Sinhala', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,225 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifHebrew-Bold.ttf', name='Noto Serif Hebrew', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,226 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnDinaruBold.ttf', name='UnDinaru', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,226 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansArmenian-Bold.ttf', name='Noto Sans Armenian', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,227 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSerif-Regular.ttf', name='Liberation Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,227 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Sawasdee-Bold.ttf', name='Sawasdee', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,228 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Rasa-SemiBold.ttf', name='Rasa', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:32:58,228 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/Amiri-Regular.ttf', name='Amiri', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,229 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/charis/CharisSIL-Italic.ttf', name='Charis SIL', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,229 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBhaiksuki-Regular.ttf', name='Noto Sans Bhaiksuki', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,230 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Loma-BoldOblique.ttf', name='Loma', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,231 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSymbols-Bold.ttf', name='Noto Sans Symbols', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,231 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypewriter.otf', name='Tlwg Typewriter', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,232 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-BoldCond.otf', name='Universalis ADF Std', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:32:58,232 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre-math/texgyreschola-math.otf', name='TeX Gyre Schola Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,233 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-CondItalic.otf', name='Gillius ADF No2', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:32:58,233 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Waree-BoldOblique.ttf', name='Waree', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,234 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSogdian-Regular.ttf', name='Noto Sans Sogdian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,234 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans8-oblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,235 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Sawasdee-Oblique.ttf', name='Sawasdee', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,235 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/samyak/Samyak-Devanagari.ttf', name='Samyak Devanagari', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,236 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-Italic.otf', name='Gillius ADF', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,236 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAgrawImazighen-Regular.ttf', name='Noto Sans Tifinagh Agraw Imazighen', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,241 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond12-Bold.ttf', name='EB Garamond', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,241 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/UbuntuMono-RI.ttf', name='Ubuntu Mono', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,242 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreschola-italic.otf', name='TeX Gyre Schola', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,243 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/padauk/PadaukBook-Bold.ttf', name='Padauk Book', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,243 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansNabataean-Regular.ttf', name='Noto Sans Nabataean', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,244 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush.otf', name='Umpush', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,244 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/dhurjati.ttf', name='Dhurjati', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,245 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGlagolitic-Regular.ttf', name='Noto Sans Glagolitic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,246 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGothic-Regular.ttf', name='Noto Sans Gothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,247 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari-Italic.ttf', name='Kinnari', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,248 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Waree-Oblique.otf', name='Waree', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,249 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnPenheulim.ttf', name='UnPenheulim', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,249 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifMyanmar-Regular.ttf', name='Noto Serif Myanmar', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,250 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDisplay-Regular.ttf', name='Noto Serif Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,250 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBkBasI.ttf', name='Gentium Book Basic', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,251 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSerifBoldItalic.ttf', name='FreeSerif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,251 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanunsl10-regular.otf', name='Latin Modern Roman Unslanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,252 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerif-BoldItalic.ttf', name='Noto Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,252 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-ThinItalic.ttf', name='Roboto', style='italic', variant='normal', weight=250, stretch='normal', size='scalable')) = 11.1925\n",
- "2024-10-29 15:32:58,253 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifLao-Regular.ttf', name='Noto Serif Lao', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,253 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-telu-extra/Pothana2000.ttf', name='Pothana2000', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,254 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush-Bold.otf', name='Umpush', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,254 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Sarai/Sarai.ttf', name='Sarai', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,255 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-SemiboldItalic.ttf', name='Open Sans', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:32:58,255 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldHungarian-Regular.ttf', name='Noto Sans Old Hungarian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,256 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMyanmar-Regular.ttf', name='Noto Sans Myanmar', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,259 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/arphic-gbsn00lp/gbsn00lp.ttf', name='AR PL SungtiL GB', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,259 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldPermic-Regular.ttf', name='Noto Sans Old Permic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,260 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Bold.ttf', name='Liberation Sans Narrow', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:32:58,261 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldSouthArabian-Regular.ttf', name='Noto Sans Old South Arabian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,261 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnGraphic.ttf', name='UnGraphic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,262 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromandemi10-regular.otf', name='Latin Modern Roman Demi', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:32:58,263 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cantarell/Cantarell-Bold.otf', name='Cantarell', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,263 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-BoldCond.otf', name='Gillius ADF', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:32:58,264 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuMathTeXGyre.ttf', name='DejaVu Math TeX Gyre', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,265 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman7-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,266 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOriya-Regular.ttf', name='Noto Sans Oriya', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,266 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSyriac-Regular.ttf', name='Noto Sans Syriac', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,267 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLisu-Regular.ttf', name='Noto Sans Lisu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,268 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDisplay-BoldItalic.ttf', name='Noto Serif Display', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,268 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAhaggar-Regular.ttf', name='Noto Sans Tifinagh Ahaggar', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,269 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_RI.otf', name='Linux Libertine O', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,270 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMeeteiMayek-Bold.ttf', name='Noto Sans Meetei Mayek', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,271 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansRunic-Regular.ttf', name='Noto Sans Runic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,271 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipafont-gothic/ipagp.ttf', name='IPAPGothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,272 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBengali-Bold.ttf', name='Noto Sans Bengali', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,272 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/arphic/uming.ttc', name='AR PL UMing CN', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,273 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush-BoldOblique.otf', name='Umpush', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,274 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrebonum-italic.otf', name='TeX Gyre Bonum', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,274 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBasB.ttf', name='Gentium Basic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,275 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPahawhHmong-Regular.ttf', name='Noto Sans Pahawh Hmong', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,275 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Caladea-Italic.ttf', name='Caladea', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,276 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAzawagh-Regular.ttf', name='Noto Sans Tifinagh Azawagh', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,276 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-Regular.otf', name='Universalis ADF Std', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,277 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/NTR.ttf', name='NTR', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,278 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTaiTham-Bold.ttf', name='Noto Sans Tai Tham', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,278 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstNaskh.ttf', name='KacstNaskh', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,279 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant10-regular.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,279 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Ramaraja-Regular.ttf', name='Ramaraja', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,281 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypo-BoldOblique.ttf', name='Tlwg Typo', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,282 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSans-BoldItalic.ttf', name='Liberation Sans', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,283 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond08-Regular.otf', name='EB Garamond', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,283 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTaiLe-Regular.ttf', name='Noto Sans Tai Le', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,284 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusRoman-BoldItalic.otf', name='Nimbus Roman', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,285 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush-LightOblique.ttf', name='Umpush', style='oblique', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:32:58,285 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cantarell/Cantarell-Regular.otf', name='Cantarell', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,286 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonocaps10-oblique.otf', name='Latin Modern Mono Caps', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,287 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman12-italic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,287 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-Cond.otf', name='Gillius ADF No2', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:32:58,288 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-Th.ttf', name='Ubuntu', style='normal', variant='normal', weight=250, stretch='normal', size='scalable')) = 10.1925\n",
- "2024-10-29 15:32:58,288 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-BlackItalic.ttf', name='Lato', style='italic', variant='normal', weight=900, stretch='normal', size='scalable')) = 11.525\n",
- "2024-10-29 15:32:58,289 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/libreoffice/opens___.ttf', name='OpenSymbol', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,291 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Oblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=400, stretch='condensed', size='scalable')) = 1.25\n",
- "2024-10-29 15:32:58,291 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Light.ttf', name='Lato', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,292 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstOffice.ttf', name='KacstOffice', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,293 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Medium-Italic.ttf', name='Go Medium', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:32:58,293 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTirhuta-Regular.ttf', name='Noto Sans Tirhuta', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,294 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Purisa.otf', name='Purisa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,295 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeFourSym-Regular.otf', name='STIXSizeFourSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,296 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cantarell/Cantarell-Thin.otf', name='Cantarell', style='normal', variant='normal', weight=100, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,296 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo3-Bold.otf', name='Accanthis ADF Std No3', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,297 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Mono-Bold-Italic.ttf', name='Go Mono', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:32:58,297 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerif-BoldItalic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,298 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Sahadeva/sahadeva.ttf', name='Sahadeva', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,299 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXGeneral-Regular.otf', name='STIXGeneral', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,299 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/asana-math/Asana-Math.otf', name='Asana Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,300 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-Bold.otf', name='Gillius ADF', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,300 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansNewTaiLue-Regular.ttf', name='Noto Sans New Tai Lue', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,302 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSerif.otf', name='FreeSerif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,303 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghSIL-Regular.ttf', name='Noto Sans Tifinagh SIL', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,303 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-CondLight.ttf', name='Open Sans', style='normal', variant='normal', weight=300, stretch='condensed', size='scalable')) = 10.344999999999999\n",
- "2024-10-29 15:32:58,304 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-LightItalic.ttf', name='Lato', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:32:58,304 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/didot/GFSDidotItalic.otf', name='GFS Didot', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,305 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-ExtraBoldItalic.ttf', name='Open Sans', style='italic', variant='normal', weight=800, stretch='normal', size='scalable')) = 11.43\n",
- "2024-10-29 15:32:58,306 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/Amiri-BoldSlanted.ttf', name='Amiri', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,306 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDeseret-Regular.ttf', name='Noto Sans Deseret', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,307 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-telu-extra/vemana2000.ttf', name='Vemana2000', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,307 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPsalterPahlavi-Regular.ttf', name='Noto Sans Psalter Pahlavi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,309 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTaiTham-Regular.ttf', name='Noto Sans Tai Tham', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,310 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromandunh10-regular.otf', name='Latin Modern Roman Dunhill', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,310 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstBook.ttf', name='KacstBook', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,311 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBamum-Bold.ttf', name='Noto Sans Bamum', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,311 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMedefaidrin-Regular.ttf', name='Noto Sans Medefaidrin', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,312 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Sawasdee-Oblique.otf', name='Sawasdee', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,312 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-oriya/Lohit-Odia.ttf', name='Lohit Odia', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,313 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMyanmar-Bold.ttf', name='Noto Sans Myanmar', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,313 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/BerenisADFPro-Regular.otf', name='Berenis ADF Pro', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,314 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium/GentiumAlt-I.ttf', name='GentiumAlt', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,315 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Sawasdee.otf', name='Sawasdee', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,315 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramondSC12-Regular.ttf', name='EB Garamond SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,316 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond12-Italic.ttf', name='EB Garamond', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,316 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumPlus-Regular.ttf', name='Gentium Plus', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,317 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheros-regular.otf', name='TeX Gyre Heros', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,317 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Rachana-Bold.ttf', name='Rachana', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,320 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/padauk/Padauk-Bold.ttf', name='Padauk', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,320 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/UbuntuMono-BI.ttf', name='Ubuntu Mono', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,321 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeTwoSym-Regular.otf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,322 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypewriter-Oblique.otf', name='Tlwg Typewriter', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,322 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypist-Bold.ttf', name='Tlwg Typist', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,323 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstPoster.ttf', name='KacstPoster', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,324 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Loma-Oblique.ttf', name='Loma', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,324 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/artemisia/GFSArtemisiaBoldIt.otf', name='GFS Didot', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,325 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAdlamUnjoined-Bold.ttf', name='Noto Sans Adlam Unjoined', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,326 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant17-regular.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,327 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPhagsPa-Regular.ttf', name='Noto Sans PhagsPa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,327 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/BerenisADFPro-BoldItalic.otf', name='Berenis ADF Pro', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,328 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/quicksand/Quicksand-Bold.ttf', name='Quicksand', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,328 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Arimo-Regular.ttf', name='Arimo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,329 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Navilu/Navilu.ttf', name='Navilu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,329 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationMono-Italic.ttf', name='Liberation Mono', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,330 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldTurkic-Regular.ttf', name='Noto Sans Old Turkic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,331 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationMono-Bold.ttf', name='Liberation Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,331 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnDotumBold.ttf', name='UnDotum', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,332 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHebrew-Bold.ttf', name='Noto Sans Hebrew', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,332 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUp-Regular.otf', name='STIXIntegralsUp', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,333 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-ExtraBold.ttf', name='Open Sans', style='normal', variant='normal', weight=800, stretch='normal', size='scalable')) = 10.43\n",
- "2024-10-29 15:32:58,333 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond12-Regular.ttf', name='EB Garamond', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,334 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonocaps10-regular.otf', name='Latin Modern Mono Caps', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,334 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/baekmuk/dotum.ttf', name='Baekmuk Dotum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,337 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_I.otf', name='Linux Libertine Initials O', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,338 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo3-BoldItalic.otf', name='Accanthis ADF Std No3', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,338 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Carlito-Italic.ttf', name='Carlito', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,339 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrecursor-bolditalic.otf', name='TeX Gyre Cursor', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,340 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tibetan-machine/TibetanMachineUni.ttf', name='Tibetan Machine Uni', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,340 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-CondLightItalic.ttf', name='Open Sans', style='italic', variant='normal', weight=300, stretch='condensed', size='scalable')) = 11.344999999999999\n",
- "2024-10-29 15:32:58,341 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/lobster/lobster.otf', name='Lobster Two', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,341 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-MediumItalic.ttf', name='Yrsa', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:32:58,342 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf', name='Droid Sans Fallback', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,342 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumPlus-BoldItalic.ttf', name='Gentium Plus', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,344 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-HeavyItalic.ttf', name='Lato', style='italic', variant='normal', weight=800, stretch='normal', size='scalable')) = 11.43\n",
- "2024-10-29 15:32:58,345 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/Ani.ttf', name='Ani', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,345 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAvestan-Regular.ttf', name='Noto Sans Avestan', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,346 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Peddana-Regular.ttf', name='Peddana', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,346 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman10-italic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,348 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifMalayalam-Regular.ttf', name='Noto Serif Malayalam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,348 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgMono.ttf', name='Tlwg Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,349 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre-math/texgyredejavu-math.otf', name='TeX Gyre DejaVu Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,350 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/lobstertwo/LobsterTwo-BoldItalic.otf', name='Lobster Two', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,350 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLinearB-Regular.ttf', name='Noto Sans Linear B', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,351 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXNonUnicode-Regular.otf', name='STIXNonUnicode', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,352 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheros-bolditalic.otf', name='TeX Gyre Heros', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,352 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypo.otf', name='Tlwg Typo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,353 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSans-BoldOblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 1.335\n",
- "2024-10-29 15:32:58,354 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/padauk/Padauk-Regular.ttf', name='Padauk', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,355 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst-one/KacstOne-Bold.ttf', name='KacstOne', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,355 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansJavanese-Bold.ttf', name='Noto Sans Javanese', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,356 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman12-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,356 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBuginese-Regular.ttf', name='Noto Sans Buginese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,357 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusMonoPS-Regular.otf', name='Nimbus Mono PS', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,357 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerif-Regular.ttf', name='Noto Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,358 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans10-boldoblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,359 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-Bold.otf', name='Universalis ADF Std', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,360 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant9-regular.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,361 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnPen.ttf', name='UnPen', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,361 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSinhala-Regular.ttf', name='Noto Sans Sinhala', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,362 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond12-Bold.otf', name='EB Garamond', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,363 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTelugu-Bold.ttf', name='Noto Sans Telugu', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,364 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHanunoo-Regular.ttf', name='Noto Sans Hanunoo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,364 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ttf-khmeros-core/KhmerOS.ttf', name='Khmer OS', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,365 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMono-Bold.ttf', name='Noto Sans Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,366 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnShinmun.ttf', name='UnShinmun', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,366 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo2-BoldItalic.otf', name='Accanthis ADF Std No2', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,367 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLisu-Bold.ttf', name='Noto Sans Lisu', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,368 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBkBasB.ttf', name='Gentium Book Basic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,369 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus-compact/GentiumPlusCompact-R.ttf', name='Gentium Plus Compact', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,369 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/JamrulNormal.ttf', name='Jamrul', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,370 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari.otf', name='Kinnari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,370 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix-word/STIX-BoldItalic.otf', name='STIX', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,371 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman8-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,372 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/P052-Roman.otf', name='P052', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,373 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromancaps10-oblique.otf', name='Latin Modern Roman Caps', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,374 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypo.ttf', name='Tlwg Typo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,374 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari-Italic.otf', name='Kinnari', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,375 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypist-Bold.otf', name='Tlwg Typist', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,375 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansImperialAramaic-Regular.ttf', name='Noto Sans Imperial Aramaic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,376 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansArabic-Bold.ttf', name='Noto Sans Arabic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,377 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre-math/texgyrepagella-math.otf', name='TeX Gyre Pagella Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,377 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrechorus-mediumitalic.otf', name='TeX Gyre Chorus', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,378 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMiao-Regular.ttf', name='Noto Sans Miao', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,378 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnDinaruLight.ttf', name='UnDinaru', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,379 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/sinhala/lklug.ttf', name='LKLUG', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,381 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHanifiRohingya-Bold.ttf', name='Noto Sans Hanifi Rohingya', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,381 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Uroob-Regular.ttf', name='Uroob', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,382 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansInscriptionalPahlavi-Regular.ttf', name='Noto Sans Inscriptional Pahlavi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,382 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-MediumItalic.otf', name='Cabin', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:32:58,383 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/junicode/Junicode-Bold.ttf', name='Junicode', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:32:58,383 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifAhom-Regular.ttf', name='Noto Serif Ahom', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,384 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDisplay-Italic.ttf', name='Noto Sans Display', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,385 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnVada.ttf', name='UnVada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,386 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoslant10-regular.otf', name='Latin Modern Mono Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,387 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSymbols-Regular.ttf', name='Noto Sans Symbols', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,387 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans9-oblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,388 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi.ttf', name='Norasi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,388 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Carlito-Bold.ttf', name='Carlito', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,389 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/neohellenic/GFSNeohellenic.otf', name='GFS Neohellenic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,390 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOgham-Regular.ttf', name='Noto Sans Ogham', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,391 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGrantha-Regular.ttf', name='Noto Sans Grantha', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,391 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSerifItalic.otf', name='FreeSerif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,392 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrepagella-bolditalic.otf', name='TeX Gyre Pagella', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,393 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-Light.ttf', name='Roboto Condensed', style='normal', variant='normal', weight=300, stretch='condensed', size='scalable')) = 10.344999999999999\n",
- "2024-10-29 15:32:58,394 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Karumbi-Regular.ttf', name='Karumbi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,394 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansIndicSiyaqNumbers-Regular.ttf', name='Noto Sans Indic Siyaq Numbers', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,395 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypewriter.ttf', name='Tlwg Typewriter', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,396 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/P052-Italic.otf', name='P052', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,396 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypo-BoldOblique.otf', name='Tlwg Typo', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,397 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsSm-Bold.otf', name='STIXIntegralsSm', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,398 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGujarati-Bold.ttf', name='Noto Serif Gujarati', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,398 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSansNarrow-BoldItalic.ttf', name='Liberation Sans Narrow', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:32:58,399 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansZanabazarSquare-Regular.ttf', name='Noto Sans Zanabazar Square', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,399 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoMusic-Regular.ttf', name='Noto Music', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,400 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi-Bold.otf', name='Norasi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,400 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Garuda.ttf', name='Garuda', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,401 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Gubbi/Gubbi.ttf', name='Gubbi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,402 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationMono-Bold.ttf', name='Liberation Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,402 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifMalayalam-Bold.ttf', name='Noto Serif Malayalam', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,403 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifArmenian-Regular.ttf', name='Noto Serif Armenian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,403 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond12-AllSC.otf', name='EB Garamond 12 All SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,404 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-Bold.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:32:58,405 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/arphic-bkai00mp/bkai00mp.ttf', name='AR PL KaitiM Big5', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,405 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Loma-BoldOblique.otf', name='Loma', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,406 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre-math/texgyrebonum-math.otf', name='TeX Gyre Bonum Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,406 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoproplt10-oblique.otf', name='Latin Modern Mono Prop Light', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,407 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Laksaman-BoldItalic.ttf', name='Laksaman', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,407 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoRashiHebrew-Bold.ttf', name='Noto Rashi Hebrew', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,408 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-Italic.ttf', name='Open Sans', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,409 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo2-Italic.otf', name='Accanthis ADF Std No2', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,412 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMayanNumerals-Regular.ttf', name='Noto Sans Mayan Numerals', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,412 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Garuda.otf', name='Garuda', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,413 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBalinese-Bold.ttf', name='Noto Sans Balinese', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,414 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAdlam-Bold.ttf', name='Noto Sans Adlam', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,415 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnGungseo.ttf', name='UnGungseo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,415 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstDecorative.ttf', name='KacstDecorative', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,416 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstTitle.ttf', name='KacstTitle', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,416 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTibetan-Regular.ttf', name='Noto Serif Tibetan', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,417 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreadventor-bold.otf', name='TeX Gyre Adventor', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,418 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant12-regular.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,419 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreschola-regular.otf', name='TeX Gyre Schola', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,419 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgMono-Bold.otf', name='Tlwg Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,420 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrecursor-regular.otf', name='TeX Gyre Cursor', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,420 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoproplt10-boldoblique.otf', name='Latin Modern Mono Prop Light', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,421 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnJamoNovel.ttf', name='UnJamoNovel', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,421 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-MediumItalic.ttf', name='Roboto', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:32:58,422 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush-Light.otf', name='Umpush', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,423 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSerifBold.otf', name='FreeSerif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,423 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-Italic.otf', name='Cabin', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,424 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/samyak-fonts/Samyak-Malayalam.ttf', name='Samyak Malayalam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,424 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/TimmanaRegular.ttf', name='Timmana', style='normal', variant='normal', weight=900, stretch='normal', size='scalable')) = 10.525\n",
- "2024-10-29 15:32:58,425 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Meera-Regular.ttf', name='Meera', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,425 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPhoenician-Regular.ttf', name='Noto Sans Phoenician', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,426 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinBiolinum_RB.otf', name='Linux Biolinum O', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,427 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-SemiBoldItalic.otf', name='Cabin', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:32:58,427 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cantarell/Cantarell-Light.otf', name='Cantarell', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,428 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumBookPlus-BoldItalic.ttf', name='Gentium Book Plus', style='italic', variant='normal', weight=800, stretch='normal', size='scalable')) = 11.43\n",
- "2024-10-29 15:32:58,430 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Sawasdee-BoldOblique.otf', name='Sawasdee', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,431 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/noto/NotoSansCJK-Bold.ttc', name='Noto Sans CJK JP', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,432 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinagh-Regular.ttf', name='Noto Sans Tifinagh', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,433 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSans-Italic.ttf', name='Liberation Sans', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,433 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/didot/GFSDidotBoldItalic.otf', name='GFS Didot', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,434 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium/GentiumAlt-R.ttf', name='GentiumAlt', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,435 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansEthiopic-Regular.ttf', name='Noto Sans Ethiopic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,435 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Medium.ttf', name='Roboto', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,436 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Mono-Bold.ttf', name='Go Mono', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:32:58,437 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLinearA-Regular.ttf', name='Noto Sans Linear A', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,437 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBkBasBI.ttf', name='Gentium Book Basic', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,438 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/junicode/Junicode.ttf', name='Junicode', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,438 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/TenaliRamakrishna-Regular.ttf', name='TenaliRamakrishna', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,440 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoproplt10-regular.otf', name='Latin Modern Mono Prop Light', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,440 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/mry_KacstQurn.ttf', name='mry_KacstQurn', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,441 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/SreeKrushnadevaraya.ttf', name='Sree Krushnadevaraya', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,442 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifBengali-Regular.ttf', name='Noto Serif Bengali', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,442 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMath-Regular.ttf', name='Noto Sans Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,443 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansUgaritic-Regular.ttf', name='Noto Sans Ugaritic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,443 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSerif.ttf', name='FreeSerif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,445 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Arimo-Bold.ttf', name='Arimo', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,445 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBkBasR.ttf', name='Gentium Book Basic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,446 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf', name='FreeSerif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,447 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusMonoPS-Bold.otf', name='Nimbus Mono PS', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,447 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypewriter-BoldOblique.ttf', name='Tlwg Typewriter', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,448 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/C059-BdIta.otf', name='C059', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,449 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-japanese-gothic.ttf', name='IPAexGothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,450 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Cousine-Regular.ttf', name='Cousine', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,450 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman12-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,451 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Bold.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 0.5349999999999999\n",
- "2024-10-29 15:32:58,451 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonolt10-bold.otf', name='Latin Modern Mono Light', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,452 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSans-Bold.ttf', name='Liberation Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,452 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/lobstertwo/LobsterTwo-Italic.otf', name='Lobster Two', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,453 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Italic.ttf', name='Roboto', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,454 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-BoldItalic.otf', name='Gillius ADF', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,454 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDuployan-Regular.ttf', name='Noto Sans Duployan', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,455 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/BerenisADFProMath-Regular.otf', name='Berenis ADF Pro Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,455 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGeorgian-Regular.ttf', name='Noto Serif Georgian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,456 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,456 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/arphic-gkai00mp/gkai00mp.ttf', name='AR PL KaitiM GB', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,457 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/MitraMono.ttf', name='Mitra ', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,457 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeOneSym-Regular.otf', name='STIXSizeOneSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,458 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoNastaliqUrdu-Bold.ttf', name='Noto Nastaliq Urdu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,461 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationMono-BoldItalic.ttf', name='Liberation Mono', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,461 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Mono-Italic.ttf', name='Go Mono', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,462 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStd-BoldItalic.otf', name='Accanthis ADF Std', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,462 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Cousine-Bold.ttf', name='Cousine', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,463 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-gujr-extra/Rekha.ttf', name='Rekha', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,464 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstDigital.ttf', name='KacstDigital', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,465 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans10-bold.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,465 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHatran-Regular.ttf', name='Noto Sans Hatran', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,466 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreadventor-bolditalic.otf', name='TeX Gyre Adventor', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,467 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnBatang.ttf', name='UnBatang', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,467 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansWancho-Regular.ttf', name='Noto Sans Wancho', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,468 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-BoldItalic.ttf', name='Roboto Condensed', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:32:58,469 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKharoshthi-Regular.ttf', name='Noto Sans Kharoshthi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,470 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAdrar-Regular.ttf', name='Noto Sans Tifinagh Adrar', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,470 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUpD-Regular.otf', name='STIXIntegralsUpD', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,471 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/quicksand/Quicksand-Light.ttf', name='Quicksand Light', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,471 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-kannada/Lohit-Kannada.ttf', name='Lohit Kannada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,472 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-Regular.otf', name='Cabin', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,473 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/solomos/GFSSolomos.otf', name='GFS Solomos', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,473 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Hairline.ttf', name='Lato', style='normal', variant='normal', weight=100, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,474 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAnatolianHieroglyphs-Regular.ttf', name='Noto Sans Anatolian Hieroglyphs', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,474 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWGothic-BookOblique.otf', name='URW Gothic', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,475 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansquot8-bold.otf', name='Latin Modern Sans Quotation', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,476 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Nakula/nakula.ttf', name='Nakula', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,476 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_RBI.otf', name='Linux Libertine O', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,477 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoNastaliqUrdu-Regular.ttf', name='Noto Nastaliq Urdu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,479 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDisplay-Italic.ttf', name='Noto Serif Display', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,479 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXNonUnicode-Italic.otf', name='STIXNonUnicode', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,480 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTamil-Bold.ttf', name='Noto Sans Tamil', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,481 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghTawellemmet-Regular.ttf', name='Noto Sans Tifinagh Tawellemmet', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,481 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGeorgian-Regular.ttf', name='Noto Sans Georgian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,482 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAdlamUnjoined-Regular.ttf', name='Noto Sans Adlam Unjoined', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,483 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/baekmuk/hline.ttf', name='Baekmuk Headline', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,484 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Waree-BoldOblique.otf', name='Waree', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,484 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeMonoOblique.otf', name='FreeMono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,485 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreadventor-regular.otf', name='TeX Gyre Adventor', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,485 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Purisa-BoldOblique.otf', name='Purisa', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,487 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCham-Bold.ttf', name='Noto Sans Cham', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,487 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Sawasdee-BoldOblique.ttf', name='Sawasdee', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,488 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Tinos-BoldItalic.ttf', name='Tinos', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,489 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheros-italic.otf', name='TeX Gyre Heros', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,489 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerif-Bold.ttf', name='Noto Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,490 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWBookman-DemiItalic.otf', name='URW Bookman', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:32:58,491 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKhmer-Bold.ttf', name='Noto Serif Khmer', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,492 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/AmiriQuran.ttf', name='Amiri Quran', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,492 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUpSm-Regular.otf', name='STIXIntegralsUpSm', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,493 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTamilSupplement-Regular.ttf', name='Noto Sans Tamil Supplement', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,493 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Laksaman-Bold.otf', name='Laksaman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,494 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheroscn-italic.otf', name='TeX Gyre Heros Cn', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,495 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/neohellenic/GFSNeohellenicIt.otf', name='GFS Neohellenic', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,495 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSoraSompeng-Bold.ttf', name='Noto Sans Sora Sompeng', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,496 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans17-oblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,496 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/noto/NotoSerifCJK-Regular.ttc', name='Noto Serif CJK JP', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,497 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCoptic-Regular.ttf', name='Noto Sans Coptic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,498 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Thin.ttf', name='Roboto', style='normal', variant='normal', weight=250, stretch='normal', size='scalable')) = 10.1925\n",
- "2024-10-29 15:32:58,498 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypo-Oblique.otf', name='Tlwg Typo', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,499 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghGhat-Regular.ttf', name='Noto Sans Tifinagh Ghat', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,499 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/samyak-fonts/Samyak-Gujarati.ttf', name='Samyak Gujarati', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,500 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_RZI.otf', name='Linux Libertine O', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:32:58,502 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypo-Oblique.ttf', name='Tlwg Typo', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,503 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSerif-Regular.ttf', name='Liberation Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,503 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTamil-Bold.ttf', name='Noto Serif Tamil', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,504 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSans-Bold.ttf', name='Noto Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,505 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSamaritan-Regular.ttf', name='Noto Sans Samaritan', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,506 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond-InitialsF1.otf', name='EB Garamond Initials Fill1', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,506 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypewriter-Oblique.ttf', name='Tlwg Typewriter', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,507 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/RaghuMalayalamSans-Regular.ttf', name='RaghuMalayalamSans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,508 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromandunh10-oblique.otf', name='Latin Modern Roman Dunhill', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,508 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush.ttf', name='Umpush', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,509 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans10-regular.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,509 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Keraleeyam-Regular.ttf', name='Keraleeyam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,510 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/P052-BoldItalic.otf', name='P052', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,511 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Loma-Oblique.otf', name='Loma', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,511 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifSinhala-Bold.ttf', name='Noto Serif Sinhala', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,512 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_M.otf', name='Linux Libertine Mono O', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,512 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:32:58,514 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo2-Bold.otf', name='Accanthis ADF Std No2', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,515 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeThreeSym-Bold.otf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,515 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-SemiBold.ttf', name='Yrsa', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:32:58,516 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifBengali-Bold.ttf', name='Noto Serif Bengali', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,517 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/UbuntuMono-R.ttf', name='Ubuntu Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,518 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSerifBoldItalic.otf', name='FreeSerif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,518 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Garuda-BoldOblique.otf', name='Garuda', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,519 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman5-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,520 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypewriter-Bold.ttf', name='Tlwg Typewriter', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,521 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationMono-BoldItalic.ttf', name='Liberation Mono', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,521 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-BoldCondItalic.otf', name='Gillius ADF No2', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:32:58,522 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKhojki-Regular.ttf', name='Noto Serif Khojki', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,523 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansJavanese-Regular.ttf', name='Noto Sans Javanese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,523 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-Bold.otf', name='Gillius ADF No2', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,524 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Loma.otf', name='Loma', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,524 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBamum-Regular.ttf', name='Noto Sans Bamum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,525 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond-InitialsF1.ttf', name='EB Garamond Initials Fill1', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,525 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/font-awesome/fontawesome-webfont.ttf', name='FontAwesome', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,526 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-bengali/Lohit-Bengali.ttf', name='Lohit Bengali', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,526 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstScreen.ttf', name='KacstScreen', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,527 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTelugu-Regular.ttf', name='Noto Sans Telugu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,528 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Light.ttf', name='Roboto', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,528 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansquot8-boldoblique.otf', name='Latin Modern Sans Quotation', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,529 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKhmer-Regular.ttf', name='Noto Sans Khmer', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,529 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Mandali-Regular.ttf', name='Mandali', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,530 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Chilanka-Regular.otf', name='Chilanka', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,530 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix-word/STIXMath-Regular.otf', name='STIX Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,531 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationMono-Regular.ttf', name='Liberation Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,531 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-Regular.ttf', name='Open Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,532 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWGothic-Demi.otf', name='URW Gothic', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:32:58,533 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman9-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,533 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSans-Bold.ttf', name='Liberation Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,534 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/comfortaa/Comfortaa-Light.ttf', name='Comfortaa', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,537 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeMonoBoldOblique.otf', name='FreeMono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,537 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgMono-BoldOblique.ttf', name='Tlwg Mono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,538 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi-Oblique.ttf', name='Norasi', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,538 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWGothic-DemiOblique.otf', name='URW Gothic', style='oblique', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:32:58,539 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans8-regular.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,539 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Laksaman.ttf', name='Laksaman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,540 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/RaviPrakash.ttf', name='RaviPrakash', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,541 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypist-Oblique.ttf', name='Tlwg Typist', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,542 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi-Italic.otf', name='Norasi', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,542 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationMono-Regular.ttf', name='Liberation Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,543 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-Bold.ttf', name='Yrsa', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,543 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/Amiri-Bold.ttf', name='Amiri', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,544 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypewriter-Bold.otf', name='Tlwg Typewriter', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,545 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix-word/STIX-Italic.otf', name='STIX', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,545 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansMono-BoldOblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,546 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-BoldItalic.ttf', name='Open Sans', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,546 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSerifItalic.ttf', name='FreeSerif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,547 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrecursor-italic.otf', name='TeX Gyre Cursor', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,547 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsD-Bold.otf', name='STIXIntegralsD', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,548 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-Light.ttf', name='Yrsa', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,548 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Caladea-Regular.ttf', name='Caladea', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,549 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansNewa-Regular.ttf', name='Noto Sans Newa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,550 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Tinos-Italic.ttf', name='Tinos', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,550 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnPilgia.ttf', name='UnPilgia', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,553 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond08-Italic.otf', name='EB Garamond', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,553 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSharada-Regular.ttf', name='Noto Sans Sharada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,554 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifMyanmar-Bold.ttf', name='Noto Serif Myanmar', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,554 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Loma-Bold.otf', name='Loma', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,555 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-deva-extra/kalimati.ttf', name='Kalimati', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,555 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/PottiSreeramulu.ttf', name='Potti Sreeramulu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,556 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstFarsi.ttf', name='KacstFarsi', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,557 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeFourSym-Bold.otf', name='STIXSizeFourSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,558 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_R.otf', name='Linux Libertine O', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,558 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Laksaman.otf', name='Laksaman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,559 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifYezidi-Regular.ttf', name='Noto Serif Yezidi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,560 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-gujr-extra/aakar-medium.ttf', name='aakar', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,561 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationMono-Italic.ttf', name='Liberation Mono', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,561 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTelugu-Bold.ttf', name='Noto Serif Telugu', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,562 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/AnjaliOldLipi-Regular.ttf', name='AnjaliOldLipi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,563 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/charis/CharisSIL-BoldItalic.ttf', name='Charis SIL', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,563 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman6-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,564 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheroscn-regular.otf', name='TeX Gyre Heros Cn', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,565 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstQurn.ttf', name='KacstQurn', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,565 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari-BoldItalic.ttf', name='Kinnari', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,566 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSinhala-Bold.ttf', name='Noto Sans Sinhala', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,566 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Gayathri-Regular.otf', name='Gayathri', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,567 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeOneSym-Bold.otf', name='STIXSizeOneSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,567 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-BoldItalic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:32:58,568 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmono10-regular.otf', name='Latin Modern Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,569 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-Cond.otf', name='Gillius ADF', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:32:58,569 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSignWriting-Regular.ttf', name='Noto Sans SignWriting', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,570 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-LightItalic.ttf', name='Roboto Condensed', style='italic', variant='normal', weight=300, stretch='condensed', size='scalable')) = 11.344999999999999\n",
- "2024-10-29 15:32:58,572 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Gayathri-Bold.otf', name='Gayathri', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,572 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCarian-Regular.ttf', name='Noto Sans Carian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,573 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypist-BoldOblique.ttf', name='Tlwg Typist', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,573 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-LightItalic.ttf', name='Open Sans', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:32:58,574 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGunjalaGondi-Regular.ttf', name='Noto Sans Gunjala Gondi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,574 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-assamese/Lohit-Assamese.ttf', name='Lohit Assamese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,575 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumPlus-Italic.ttf', name='Gentium Plus', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,576 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-Bold.otf', name='Cabin', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,576 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGurmukhi-Regular.ttf', name='Noto Serif Gurmukhi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,577 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/abyssinica/AbyssinicaSIL-Regular.ttf', name='Abyssinica SIL', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,577 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst-one/KacstOne.ttf', name='KacstOne', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,578 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoLoopedThai-Bold.ttf', name='Noto Looped Thai', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,578 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansquot8-oblique.otf', name='Latin Modern Sans Quotation', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,579 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-gujr-extra/padmaa-Bold.1.1.ttf', name='padmaa-Bold.1.1', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,581 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoprop10-oblique.otf', name='Latin Modern Mono Prop', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,581 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansChakma-Regular.ttf', name='Noto Sans Chakma', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,582 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc', name='Noto Sans CJK JP', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,583 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond08-Italic.ttf', name='EB Garamond', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,583 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLimbu-Regular.ttf', name='Noto Sans Limbu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,584 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTamil-Regular.ttf', name='Noto Serif Tamil', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,584 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-devanagari/Lohit-Devanagari.ttf', name='Lohit Devanagari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,585 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSansBold.ttf', name='FreeSans', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:32:58,586 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond12-AllSC.ttf', name='EB Garamond 12 All SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,586 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipafont-mincho/ipam.ttf', name='IPAMincho', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,587 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLao-Bold.ttf', name='Noto Sans Lao', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,587 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTaiViet-Regular.ttf', name='Noto Sans Tai Viet', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,588 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/font-awesome/FontAwesome.otf', name='FontAwesome', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,588 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMongolian-Regular.ttf', name='Noto Sans Mongolian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,589 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifEthiopic-Bold.ttf', name='Noto Serif Ethiopic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,589 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/LikhanNormal.ttf', name='Likhan', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,590 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/noto/NotoSerifCJK-Bold.ttc', name='Noto Serif CJK JP', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,591 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix-word/STIX-Bold.otf', name='STIX', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,591 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifNyiakengPuachueHmong-Regular.ttf', name='Noto Serif Hmong Nyiakeng', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,592 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOsage-Regular.ttf', name='Noto Sans Osage', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,592 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-gujarati/Lohit-Gujarati.ttf', name='Lohit Gujarati', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,595 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCanadianAboriginal-Regular.ttf', name='Noto Sans Canadian Aboriginal', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,596 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDevanagari-Bold.ttf', name='Noto Serif Devanagari', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,596 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrebonum-bolditalic.otf', name='TeX Gyre Bonum', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,597 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKhojki-Bold.ttf', name='Noto Serif Khojki', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,597 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Gargi/Gargi.ttf', name='Gargi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,598 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/AmiriQuranColored.ttf', name='Amiri Quran Colored', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,599 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/didot-classic/GFSDidotClassic.otf', name='GFS Didot Classic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,599 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo3-Regular.otf', name='Accanthis ADF Std No3', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,600 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi-Bold.ttf', name='Norasi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,600 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-CondBold.ttf', name='Open Sans Condensed', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:32:58,601 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Cousine-BoldItalic.ttf', name='Cousine', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,601 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Garuda-Bold.ttf', name='Garuda', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,602 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerif-Italic.ttf', name='Noto Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,603 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKannada-Regular.ttf', name='Noto Serif Kannada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,603 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSansNarrow-Regular.otf', name='Nimbus Sans Narrow', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:32:58,604 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTamilSlanted-Regular.ttf', name='Noto Serif Tamil Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,604 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypist.ttf', name='Tlwg Typist', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,607 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/Amiri-Slanted.ttf', name='Amiri', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,607 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-RI.ttf', name='Ubuntu', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,608 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypo-Bold.ttf', name='Tlwg Typo', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,608 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansNKo-Regular.ttf', name='Noto Sans NKo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,609 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnTaza.ttf', name='UnTaza', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,609 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/artemisia/GFSArtemisiaBold.otf', name='GFS Artemisia', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,610 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-Medium.otf', name='Cabin', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,611 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-Italic.ttf', name='Yrsa', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:32:58,611 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-japanese-mincho.ttf', name='IPAexMincho', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,612 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_RZ.otf', name='Linux Libertine O', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:32:58,612 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDisplay-Bold.ttf', name='Noto Sans Display', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,613 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTamil-Regular.ttf', name='Noto Sans Tamil', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,613 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUpD-Bold.otf', name='STIXIntegralsUpD', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,614 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/neohellenic/GFSNeohellenicBold.otf', name='GFS Neohellenic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,615 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTakri-Regular.ttf', name='Noto Sans Takri', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,617 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-MediumItalic.ttf', name='Lato', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:32:58,617 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifLao-Bold.ttf', name='Noto Serif Lao', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:32:58,618 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-LightItalic.ttf', name='Roboto', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:32:58,619 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSerif-BoldItalic.ttf', name='Liberation Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,619 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumBookPlus-Italic.ttf', name='Gentium Book Plus', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:32:58,620 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKayahLi-Regular.ttf', name='Noto Sans Kayah Li', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,621 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Carlito-BoldItalic.ttf', name='Carlito', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:32:58,622 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-Bold.ttf', name='Roboto Condensed', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:32:58,622 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansWarangCiti-Regular.ttf', name='Noto Sans Warang Citi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,623 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBasR.ttf', name='Gentium Basic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:32:58,624 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumBookPlus-Regular.ttf', name='Gentium Book Plus', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:32:58,624 - matplotlib.font_manager - DEBUG - findfont: Matching sans\\-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=20.0 to DejaVu Sans ('/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf') with score of 0.050000.\n",
- "2024-10-29 15:33:02,009 - matplotlib.font_manager - DEBUG - findfont: Matching sans\\-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=18.0.\n",
- "2024-10-29 15:33:02,011 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Bold.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 0.33499999999999996\n",
- "2024-10-29 15:33:02,012 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerifDisplay.ttf', name='DejaVu Serif Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,013 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,014 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,014 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmr10.ttf', name='cmr10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,015 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Oblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,016 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf', name='cmsy10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,016 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-BoldOblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,017 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,018 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf', name='STIXGeneral', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,019 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 0.05\n",
- "2024-10-29 15:33:02,020 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf', name='cmmi10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,021 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Bold.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,021 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf', name='STIXNonUnicode', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,022 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf', name='STIXNonUnicode', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,022 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansDisplay.ttf', name='DejaVu Sans Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,023 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmss10.ttf', name='cmss10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,024 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf', name='STIXSizeFourSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,024 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmex10.ttf', name='cmex10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,025 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf', name='STIXNonUnicode', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,026 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf', name='STIXGeneral', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,026 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-BoldItalic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,027 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,027 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf', name='STIXSizeOneSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,028 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf', name='STIXGeneral', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,029 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf', name='STIXGeneral', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,029 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf', name='STIXNonUnicode', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,030 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmb10.ttf', name='cmb10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,031 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Italic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,033 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-BoldOblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 1.335\n",
- "2024-10-29 15:33:02,034 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,034 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf', name='STIXSizeOneSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,035 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Oblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 1.05\n",
- "2024-10-29 15:33:02,036 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,036 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf', name='cmtt10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,037 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf', name='STIXSizeFourSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,038 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf', name='STIXSizeFiveSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,038 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Bold.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,039 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusRoman-Bold.otf', name='Nimbus Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,039 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-malayalam/Lohit-Malayalam.ttf', name='Lohit Malayalam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,040 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramondSC08-Regular.ttf', name='EB Garamond SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,041 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Rasa-Medium.ttf', name='Rasa', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,041 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSans-Oblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 1.05\n",
- "2024-10-29 15:33:02,042 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstTitleL.ttf', name='KacstTitleL', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,042 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKhojki-Regular.ttf', name='Noto Sans Khojki', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,043 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/junicode/Junicode-BoldItalic.ttf', name='Junicode', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:02,044 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansThaana-Bold.ttf', name='Noto Sans Thaana', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,044 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrepagella-bold.otf', name='TeX Gyre Pagella', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,045 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGurmukhi-Regular.ttf', name='Noto Sans Gurmukhi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,046 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/C059-Bold.otf', name='C059', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,046 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansShavian-Regular.ttf', name='Noto Sans Shavian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,047 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi-BoldOblique.otf', name='Norasi', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,047 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-SemiboldItalic.ttf', name='Lato', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:02,048 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Black.ttf', name='Roboto', style='normal', variant='normal', weight=900, stretch='normal', size='scalable')) = 10.525\n",
- "2024-10-29 15:33:02,049 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Purisa-Bold.ttf', name='Purisa', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,049 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-B.ttf', name='Ubuntu', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,050 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMultani-Regular.ttf', name='Noto Sans Multani', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,051 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBengali-Regular.ttf', name='Noto Sans Bengali', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,051 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi.otf', name='Norasi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,052 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Cousine-Italic.ttf', name='Cousine', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,052 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-tamil/Lohit-Tamil.ttf', name='Lohit Tamil', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,053 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWBookman-Demi.otf', name='URW Bookman', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:02,054 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyretermes-regular.otf', name='TeX Gyre Termes', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,054 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStd-Regular.otf', name='Accanthis ADF Std', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,055 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgMono.otf', name='Tlwg Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,056 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Tinos-Regular.ttf', name='Tinos', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,056 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCaucasianAlbanian-Regular.ttf', name='Noto Sans Caucasian Albanian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,057 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/baskerville/GFSBaskerville.otf', name='GFS Baskerville', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,058 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-MediumItalic.ttf', name='Roboto Condensed', style='italic', variant='normal', weight=500, stretch='condensed', size='scalable')) = 11.344999999999999\n",
- "2024-10-29 15:33:02,058 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDogra-Regular.ttf', name='Noto Serif Dogra', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,059 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStd-Italic.otf', name='Accanthis ADF Std', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,059 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheros-bold.otf', name='TeX Gyre Heros', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,060 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Regular.ttf', name='Liberation Sans Narrow', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:02,061 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Caladea-BoldItalic.ttf', name='Caladea', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,061 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush-BoldOblique.ttf', name='Umpush', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,062 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmono12-regular.otf', name='Latin Modern Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,063 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSans.otf', name='FreeSans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,063 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansManichaean-Regular.ttf', name='Noto Sans Manichaean', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,064 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush-Oblique.otf', name='Umpush', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,064 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman10-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,065 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman8-italic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,066 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansNushu-Regular.ttf', name='Noto Sans Nushu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,067 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/Muktibold.ttf', name='Mukti', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,067 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXNonUnicode-BoldItalic.otf', name='STIXNonUnicode', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,068 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium/Gentium-I.ttf', name='Gentium', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,069 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypist-BoldOblique.otf', name='Tlwg Typist', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,069 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Waree.ttf', name='Waree', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,070 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHanifiRohingya-Regular.ttf', name='Noto Sans Hanifi Rohingya', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,071 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgMono-BoldOblique.otf', name='Tlwg Mono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,072 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-BoldItalic.ttf', name='Yrsa', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,072 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/mallanna.ttf', name='Mallanna', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,073 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMandaic-Regular.ttf', name='Noto Sans Mandaic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,073 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-telugu/Lohit-Telugu.ttf', name='Lohit Telugu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,074 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Purisa-Oblique.ttf', name='Purisa', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,075 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans17-regular.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,075 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsSm-Regular.otf', name='STIXIntegralsSm', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,076 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSansNarrow-Bold.otf', name='Nimbus Sans Narrow', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:33:02,077 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeMonoOblique.ttf', name='FreeMono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,077 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreschola-bolditalic.otf', name='TeX Gyre Schola', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,078 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyretermes-italic.otf', name='TeX Gyre Termes', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,078 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Garuda-Oblique.otf', name='Garuda', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,079 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Gurajada.ttf', name='Gurajada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,080 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKhmer-Bold.ttf', name='Noto Sans Khmer', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,080 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCuneiform-Regular.ttf', name='Noto Sans Cuneiform', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,081 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsD-Regular.otf', name='STIXIntegralsD', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,082 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXGeneral-Italic.otf', name='STIXGeneral', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,082 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStd-Bold.otf', name='Accanthis ADF Std', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,083 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipaexfont-mincho/ipaexm.ttf', name='IPAexMincho', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,083 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/didot/GFSDidot.otf', name='GFS Didot', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,084 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgMono-Oblique.otf', name='Tlwg Mono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,085 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSerif-Bold.ttf', name='Liberation Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,085 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSans-Regular.ttf', name='Liberation Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,086 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBuhid-Regular.ttf', name='Noto Sans Buhid', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,087 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansThaana-Regular.ttf', name='Noto Sans Thaana', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,088 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSans-BoldItalic.ttf', name='Liberation Sans', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,089 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoLoopedThai-Regular.ttf', name='Noto Looped Thai', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,089 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSans.ttf', name='FreeSans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,090 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush-Oblique.ttf', name='Umpush', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,091 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonolt10-regular.otf', name='Latin Modern Mono Light', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,091 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-LightItalic.ttf', name='Yrsa', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:02,100 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/StandardSymbolsPS.otf', name='Standard Symbols PS', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,101 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/ramabhadra.ttf', name='Ramabhadra', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,101 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 0.05\n",
- "2024-10-29 15:33:02,102 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-BoldCondIt.otf', name='Universalis ADF Std', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:33:02,103 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/D050000L.otf', name='D050000L', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,103 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAir-Regular.ttf', name='Noto Sans Tifinagh Air', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,104 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMahajani-Regular.ttf', name='Noto Sans Mahajani', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,104 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Carlito-Regular.ttf', name='Carlito', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,105 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansEthiopic-Bold.ttf', name='Noto Sans Ethiopic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,106 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSans-Regular.otf', name='Nimbus Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,106 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-guru-extra/Saab.ttf', name='Saab', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,107 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman10-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,107 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/suranna.ttf', name='Suranna', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,108 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromandemi10-oblique.otf', name='Latin Modern Roman Demi', style='oblique', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:02,108 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifThai-Bold.ttf', name='Noto Serif Thai', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,109 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Purisa-Oblique.otf', name='Purisa', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,109 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGujarati-Regular.ttf', name='Noto Sans Gujarati', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,110 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Manjari-Bold.otf', name='Manjari', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,110 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOlChiki-Regular.ttf', name='Noto Sans Ol Chiki', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,111 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-CondItalic.otf', name='Gillius ADF', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:33:02,111 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-deva-extra/chandas1-2.ttf', name='Chandas', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,112 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Bold-Italic.ttf', name='Go', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:02,113 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/C059-Roman.otf', name='C059', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,113 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinBiolinum_RI.otf', name='Linux Biolinum O', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,114 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-BoldCond.otf', name='Gillius ADF No2', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:33:02,114 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmono8-regular.otf', name='Latin Modern Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,115 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansdemicond10-oblique.otf', name='Latin Modern Sans Demi Cond', style='oblique', variant='normal', weight=600, stretch='condensed', size='scalable')) = 11.44\n",
- "2024-10-29 15:33:02,115 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnJamoDotum.ttf', name='UnJamoDotum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,116 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstLetter.ttf', name='KacstLetter', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,116 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWGothic-Book.otf', name='URW Gothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,117 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonolt10-boldoblique.otf', name='Latin Modern Mono Light', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,117 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTagalog-Regular.ttf', name='Noto Sans Tagalog', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,118 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifArmenian-Bold.ttf', name='Noto Serif Armenian', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,118 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-deva-extra/samanata.ttf', name='Samanata', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,119 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeMonoBold.otf', name='FreeMono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,119 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstPen.ttf', name='KacstPen', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,120 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Regular.ttf', name='Roboto', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,120 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans12-oblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,121 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo3-Italic.otf', name='Accanthis ADF Std No3', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,122 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSundanese-Bold.ttf', name='Noto Sans Sundanese', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,122 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-MI.ttf', name='Ubuntu', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:02,123 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBassaVah-Regular.ttf', name='Noto Sans Bassa Vah', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,123 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/C059-Italic.otf', name='C059', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,124 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoTraditionalNushu-Regular.ttf', name='Noto Traditional Nushu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,124 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-Italic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:33:02,126 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWBookman-LightItalic.otf', name='URW Bookman', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:02,126 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush-LightOblique.otf', name='Umpush', style='oblique', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:02,127 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/BerenisADFPro-Italic.otf', name='Berenis ADF Pro', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,127 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBasI.ttf', name='Gentium Basic', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,128 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari.ttf', name='Kinnari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,129 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansArabic-Regular.ttf', name='Noto Sans Arabic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,129 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHebrew-Regular.ttf', name='Noto Sans Hebrew', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,130 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumBookPlus-Bold.ttf', name='Gentium Book Plus', style='normal', variant='normal', weight=800, stretch='normal', size='scalable')) = 10.43\n",
- "2024-10-29 15:33:02,130 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant10-bold.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,131 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/BerenisADFPro-Bold.otf', name='Berenis ADF Pro', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,135 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Waree.otf', name='Waree', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,136 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Tinos-Bold.ttf', name='Tinos', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,136 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-C.ttf', name='Ubuntu Condensed', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:02,137 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,138 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans9-regular.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,138 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari-BoldOblique.ttf', name='Kinnari', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,139 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman5-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,140 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoKufiArabic-Bold.ttf', name='Noto Kufi Arabic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,140 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/charis/CharisSIL-Regular.ttf', name='Charis SIL', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,141 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAdlam-Regular.ttf', name='Noto Sans Adlam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,141 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Semibold.ttf', name='Lato', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:02,142 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansModi-Regular.ttf', name='Noto Sans Modi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,143 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSans-Italic.otf', name='Nimbus Sans', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,143 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond-Initials.ttf', name='EB Garamond Initials', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,144 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/baekmuk/gulim.ttf', name='Baekmuk Gulim', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,144 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Regular.ttf', name='Go', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,145 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXVariants-Regular.otf', name='STIXVariants', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,145 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnJamoBatang.ttf', name='UnJamoBatang', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,146 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTagbanwa-Regular.ttf', name='Noto Sans Tagbanwa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,146 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-SemiBoldItalic.ttf', name='Yrsa', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:02,147 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipafont-gothic/ipag.ttf', name='IPAGothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,149 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-tamil-classical/Lohit-Tamil-Classical.ttf', name='Lohit Tamil Classical', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,149 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeThreeSym-Regular.otf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,150 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeFiveSym-Regular.otf', name='STIXSizeFiveSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,150 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSansBoldOblique.ttf', name='FreeSans', style='oblique', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:02,151 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSylotiNagri-Regular.ttf', name='Noto Sans Syloti Nagri', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,152 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramondSC08-Regular.otf', name='EB Garamond SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,152 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTamilSlanted-Bold.ttf', name='Noto Serif Tamil Slanted', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,153 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Black.ttf', name='Lato', style='normal', variant='normal', weight=900, stretch='normal', size='scalable')) = 10.525\n",
- "2024-10-29 15:33:02,153 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAPT-Regular.ttf', name='Noto Sans Tifinagh APT', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,154 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond08-Regular.ttf', name='EB Garamond', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,154 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/artemisia/GFSArtemisia.otf', name='GFS Artemisia', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,155 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Sawasdee.ttf', name='Sawasdee', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,157 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXVariants-Bold.otf', name='STIXVariants', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,157 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLycian-Regular.ttf', name='Noto Sans Lycian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,158 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-LI.ttf', name='Ubuntu', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:02,158 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Laksaman-Italic.ttf', name='Laksaman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,159 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOlChiki-Bold.ttf', name='Noto Sans Ol Chiki', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,159 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Caladea-Bold.ttf', name='Caladea', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,160 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Rachana-Regular.ttf', name='Rachana', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,160 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Gidugu.ttf', name='Gidugu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,161 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoRashiHebrew-Regular.ttf', name='Noto Rashi Hebrew', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,161 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansEgyptianHieroglyphs-Regular.ttf', name='Noto Sans Egyptian Hieroglyphs', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,162 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant8-regular.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,162 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCherokee-Bold.ttf', name='Noto Sans Cherokee', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,163 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKhmer-Regular.ttf', name='Noto Serif Khmer', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,163 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_DR.otf', name='Linux Libertine Display O', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,164 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/bodoni-classic/GFSBodoniClassic.otf', name='GFS BodoniClassic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,165 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush-Bold.ttf', name='Umpush', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,165 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 0.25\n",
- "2024-10-29 15:33:02,166 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyretermes-bold.otf', name='TeX Gyre Termes', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,166 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmono10-italic.otf', name='Latin Modern Mono', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,167 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Purisa-Bold.otf', name='Purisa', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,167 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Laksaman-BoldItalic.otf', name='Laksaman', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,168 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Rasa-Regular.ttf', name='Rasa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,168 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansThai-Bold.ttf', name='Noto Sans Thai', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,169 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusMonoPS-BoldItalic.otf', name='Nimbus Mono PS', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,172 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-Semibold.ttf', name='Open Sans', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:02,172 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSans-Italic.ttf', name='Liberation Sans', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,173 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/LakkiReddy.ttf', name='LakkiReddy', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,173 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldPersian-Regular.ttf', name='Noto Sans Old Persian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,174 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSans-BoldItalic.ttf', name='Noto Sans', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,174 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansElymaic-Regular.ttf', name='Noto Sans Elymaic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,176 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifBalinese-Regular.ttf', name='Noto Serif Balinese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,176 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBrahmi-Regular.ttf', name='Noto Sans Brahmi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,177 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/pagul/Pagul.ttf', name='Pagul', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,177 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/porson/GFSPorson.otf', name='GFS Porson', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,178 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-BoldItalic.otf', name='Cabin', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,178 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKannada-Bold.ttf', name='Noto Sans Kannada', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,179 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusRoman-Regular.otf', name='Nimbus Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,179 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMeroitic-Regular.ttf', name='Noto Sans Meroitic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,180 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMalayalam-Regular.ttf', name='Noto Sans Malayalam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,181 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansRejang-Regular.ttf', name='Noto Sans Rejang', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,181 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansInscriptionalParthian-Regular.ttf', name='Noto Sans Inscriptional Parthian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,182 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Regular.ttf', name='Lato', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,182 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Purisa-BoldOblique.ttf', name='Purisa', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,183 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi-BoldOblique.ttf', name='Norasi', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,183 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifYezidi-Bold.ttf', name='Noto Serif Yezidi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,185 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-orya-extra/utkal.ttf', name='ori1Uni', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,186 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrebonum-regular.otf', name='TeX Gyre Bonum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,186 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/lobstertwo/LobsterTwo-Bold.otf', name='Lobster Two', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,187 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 0.33499999999999996\n",
- "2024-10-29 15:33:02,187 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKannada-Regular.ttf', name='Noto Sans Kannada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,188 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf', name='Latin Modern Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,188 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/SyamalaRamana.ttf', name='Syamala Ramana', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,189 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Bold.ttf', name='Lato', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,189 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgMono-Oblique.ttf', name='Tlwg Mono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,190 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf', name='Liberation Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,190 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoproplt10-bold.otf', name='Latin Modern Mono Prop Light', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,191 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypewriter-BoldOblique.otf', name='Tlwg Typewriter', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,192 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypist.otf', name='Tlwg Typist', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,192 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSans-BoldItalic.otf', name='Nimbus Sans', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,193 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi-Italic.ttf', name='Norasi', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,193 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKayahLi-Bold.ttf', name='Noto Sans Kayah Li', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,194 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Arimo-Italic.ttf', name='Arimo', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,194 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLepcha-Regular.ttf', name='Noto Sans Lepcha', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,195 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-Medium.ttf', name='Yrsa', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,195 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/didot/GFSDidotBold.otf', name='GFS Didot', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,196 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Arimo-BoldItalic.ttf', name='Arimo', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,197 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-BoldItalic.otf', name='Gillius ADF No2', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,197 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Waree-Bold.otf', name='Waree', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,200 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoprop10-regular.otf', name='Latin Modern Mono Prop', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,201 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreadventor-italic.otf', name='TeX Gyre Adventor', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,201 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSansOblique.ttf', name='FreeSans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,202 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoLoopedLao-Bold.ttf', name='Noto Looped Lao', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,203 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-Italic.otf', name='Universalis ADF Std', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,203 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Laksaman-Italic.otf', name='Laksaman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,204 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans10-oblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,204 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-Medium.ttf', name='Roboto Condensed', style='normal', variant='normal', weight=500, stretch='condensed', size='scalable')) = 10.344999999999999\n",
- "2024-10-29 15:33:02,205 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi-BoldItalic.otf', name='Norasi', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,206 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Ponnala.ttf', name='Ponnala', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,206 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrecursor-bold.otf', name='TeX Gyre Cursor', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,207 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Suravaram.ttf', name='Suravaram', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,207 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXGeneral-BoldItalic.otf', name='STIXGeneral', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,208 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Waree-Bold.ttf', name='Waree', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,208 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSerif-Italic.ttf', name='Liberation Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,210 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinBiolinum_R.otf', name='Linux Biolinum O', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,210 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/Z003-MediumItalic.otf', name='Z003', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:02,211 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Thin.ttf', name='Lato', style='normal', variant='normal', weight=200, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:02,211 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo2-Regular.otf', name='Accanthis ADF Std No2', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,212 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/glyphicons/glyphicons-halflings-regular.ttf', name='GLYPHICONS Halflings', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,212 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Sawasdee-Bold.otf', name='Sawasdee', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,213 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansdemicond10-regular.otf', name='Latin Modern Sans Demi Cond', style='normal', variant='normal', weight=600, stretch='condensed', size='scalable')) = 10.44\n",
- "2024-10-29 15:33:02,213 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTibetan-Bold.ttf', name='Noto Serif Tibetan', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,214 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari-Bold.ttf', name='Kinnari', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,215 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeMono.otf', name='FreeMono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,215 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-BI.ttf', name='Ubuntu', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,216 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPalmyrene-Regular.ttf', name='Noto Sans Palmyrene', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,216 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari-Oblique.ttf', name='Kinnari', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,217 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/theokritos/GFSTheokritos.otf', name='GFS Theokritos', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,217 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLao-Regular.ttf', name='Noto Sans Lao', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,218 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCham-Regular.ttf', name='Noto Sans Cham', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,221 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGurmukhi-Bold.ttf', name='Noto Serif Gurmukhi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,222 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTangut-Regular.ttf', name='Noto Serif Tangut', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,222 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Smallcaps-Italic.ttf', name='Go Smallcaps', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,223 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSymbols2-Regular.ttf', name='Noto Sans Symbols2', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,223 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Heavy.ttf', name='Lato', style='normal', variant='normal', weight=800, stretch='normal', size='scalable')) = 10.43\n",
- "2024-10-29 15:33:02,224 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond-InitialsF2.ttf', name='EB Garamond Initials Fill2', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,225 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman10-bolditalic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,225 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari-Oblique.otf', name='Kinnari', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,226 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifHebrew-Regular.ttf', name='Noto Serif Hebrew', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,226 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans12-regular.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,227 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Italic.ttf', name='Liberation Sans Narrow', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:33:02,227 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMeeteiMayek-Regular.ttf', name='Noto Sans Meetei Mayek', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,228 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMono-Regular.ttf', name='Noto Sans Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,228 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifNyiakengPuachueHmong-Bold.ttf', name='Noto Serif Hmong Nyiakeng', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,229 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lao/Phetsarath_OT.ttf', name='Phetsarath OT', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,230 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSans-Bold.otf', name='Nimbus Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,234 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldNorthArabian-Regular.ttf', name='Noto Sans Old North Arabian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,234 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansquot8-regular.otf', name='Latin Modern Sans Quotation', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,235 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifThai-Regular.ttf', name='Noto Serif Thai', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,235 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGujarati-Regular.ttf', name='Noto Serif Gujarati', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,236 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoKufiArabic-Regular.ttf', name='Noto Kufi Arabic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,237 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusMonoPS-Italic.otf', name='Nimbus Mono PS', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,238 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ttf-khmeros-core/KhmerOSsys.ttf', name='Khmer OS System', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,238 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/lobstertwo/LobsterTwo-Regular.otf', name='Lobster Two', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,239 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnPilgiBold.ttf', name='UnPilgi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,239 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMendeKikakui-Regular.ttf', name='Noto Sans Mende Kikakui', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,240 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-Cond.otf', name='Universalis ADF Std', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:02,240 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMro-Regular.ttf', name='Noto Sans Mro', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,241 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKannada-Bold.ttf', name='Noto Serif Kannada', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,242 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-M.ttf', name='Ubuntu', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,243 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoltcond10-regular.otf', name='Latin Modern Mono Light Cond', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:02,243 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari-Bold.otf', name='Kinnari', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,244 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusRoman-Italic.otf', name='Nimbus Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,245 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Italic.ttf', name='Go', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,246 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus-compact/GentiumPlusCompact-I.ttf', name='Gentium Plus Compact', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,246 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWBookman-Light.otf', name='URW Bookman', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,247 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoNaskhArabic-Bold.ttf', name='Noto Naskh Arabic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,247 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansElbasan-Regular.ttf', name='Noto Sans Elbasan', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,248 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramondSC12-Regular.otf', name='EB Garamond SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,248 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Rasa-Light.ttf', name='Rasa', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,249 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDisplay-BoldItalic.ttf', name='Noto Sans Display', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,250 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSans-Italic.ttf', name='Noto Sans', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,251 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeMono.ttf', name='FreeMono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,251 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/quicksand/Quicksand-Regular.ttf', name='Quicksand', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,252 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/comfortaa/Comfortaa-Bold.ttf', name='Comfortaa', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,252 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Oblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,254 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond12-Regular.otf', name='EB Garamond', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,254 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/P052-Bold.otf', name='P052', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,255 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/padauk/PadaukBook-Regular.ttf', name='Padauk Book', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,255 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromancaps10-regular.otf', name='Latin Modern Roman Caps', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,256 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/samyak-fonts/Samyak-Tamil.ttf', name='Samyak Tamil', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,256 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cantarell/Cantarell-ExtraBold.otf', name='Cantarell', style='normal', variant='normal', weight=800, stretch='normal', size='scalable')) = 10.43\n",
- "2024-10-29 15:33:02,258 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Loma-Bold.ttf', name='Loma', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,258 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman17-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,259 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond-InitialsF2.otf', name='EB Garamond Initials Fill2', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,259 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari-BoldOblique.otf', name='Kinnari', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,260 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-BoldItalic.ttf', name='Lato', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,261 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOriya-Bold.ttf', name='Noto Sans Oriya', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,262 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond12-Italic.otf', name='EB Garamond', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,262 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCypriot-Regular.ttf', name='Noto Sans Cypriot', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,263 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCherokee-Regular.ttf', name='Noto Sans Cherokee', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,263 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush-Light.ttf', name='Umpush', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,264 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeTwoSym-Bold.otf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,265 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-BlackItalic.ttf', name='Roboto', style='italic', variant='normal', weight=900, stretch='normal', size='scalable')) = 11.525\n",
- "2024-10-29 15:33:02,265 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Loma.ttf', name='Loma', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,266 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMedefaidrin-Bold.ttf', name='Noto Sans Medefaidrin', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,266 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnGraphicBold.ttf', name='UnGraphic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,268 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-BoldCondItalic.otf', name='Gillius ADF', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:33:02,269 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSansBold.otf', name='FreeSans', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:02,269 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnYetgul.ttf', name='UnYetgul', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,270 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrepagella-regular.otf', name='TeX Gyre Pagella', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,270 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerif-Bold.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,271 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari-BoldItalic.otf', name='Kinnari', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,272 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCanadianAboriginal-Bold.ttf', name='Noto Sans Canadian Aboriginal', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,272 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSaurashtra-Regular.ttf', name='Noto Sans Saurashtra', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,273 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansArmenian-Regular.ttf', name='Noto Sans Armenian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,273 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/complutum/GFSPolyglot.otf', name='GFS Complutum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,274 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKhudawadi-Regular.ttf', name='Noto Sans Khudawadi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,275 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSansOblique.otf', name='FreeSans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,275 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGurmukhi-Bold.ttf', name='Noto Sans Gurmukhi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,276 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrebonum-bold.otf', name='TeX Gyre Bonum', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,276 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldSogdian-Regular.ttf', name='Noto Sans Old Sogdian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,277 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoMono-Regular.ttf', name='Noto Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,279 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/olga/GFSOlga.otf', name='GFS Olga', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,280 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerif-Italic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,280 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSans-ExtraLight.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=200, stretch='normal', size='scalable')) = 0.24\n",
- "2024-10-29 15:33:02,281 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-ThinItalic.ttf', name='Lato', style='italic', variant='normal', weight=200, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:02,282 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/Mukti.ttf', name='Mukti', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,283 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/charis/CharisSIL-Bold.ttf', name='Charis SIL', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,284 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-punjabi/Lohit-Gurmukhi.ttf', name='Lohit Gurmukhi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,284 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Garuda-Bold.otf', name='Garuda', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,285 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnDinaru.ttf', name='UnDinaru', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,285 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman8-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,287 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifEthiopic-Regular.ttf', name='Noto Serif Ethiopic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,287 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmono9-regular.otf', name='Latin Modern Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,288 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Medium.ttf', name='Go Medium', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,288 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-Regular.ttf', name='Yrsa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,289 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf', name='Ubuntu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,290 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/NATS.ttf', name='NATS', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,290 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-Bold.ttf', name='Open Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,291 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi-Oblique.otf', name='Norasi', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,291 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDevanagari-Regular.ttf', name='Noto Sans Devanagari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,293 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoltcond10-oblique.otf', name='Latin Modern Mono Light Cond', style='oblique', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:33:02,294 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDisplay-Regular.ttf', name='Noto Sans Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,294 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Medium.ttf', name='Lato', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,295 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-BoldItalic.otf', name='Universalis ADF Std', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,295 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTelugu-Regular.ttf', name='Noto Serif Telugu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,296 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMalayalam-Bold.ttf', name='Noto Sans Malayalam', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,297 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSerif-Italic.ttf', name='Liberation Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,298 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSansNarrow-BoldOblique.otf', name='Nimbus Sans Narrow', style='oblique', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:33:02,298 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinBiolinum_K.otf', name='Linux Biolinum Keyboard O', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,299 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/arphic-bsmi00lp/bsmi00lp.ttf', name='AR PL Mingti2L Big5', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,299 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDevanagari-Bold.ttf', name='Noto Sans Devanagari', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,301 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSansBoldOblique.otf', name='FreeSans', style='oblique', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:02,301 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoNaskhArabic-Regular.ttf', name='Noto Naskh Arabic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,302 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf', name='FreeMono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,303 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstArt.ttf', name='KacstArt', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,303 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansVai-Regular.ttf', name='Noto Sans Vai', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,304 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrepagella-italic.otf', name='TeX Gyre Pagella', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,305 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman9-italic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,306 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghHawad-Regular.ttf', name='Noto Sans Tifinagh Hawad', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,306 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-gujr-extra/padmaa-Medium-0.5.ttf', name='padmaa', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,307 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-HairlineItalic.ttf', name='Lato', style='italic', variant='normal', weight=100, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,307 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBalinese-Regular.ttf', name='Noto Sans Balinese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,308 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/gazis/GFSGazis.otf', name='GFS Gazis', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,309 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXNonUnicode-Bold.otf', name='STIXNonUnicode', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,310 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreschola-bold.otf', name='TeX Gyre Schola', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,311 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansYi-Regular.ttf', name='Noto Sans Yi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,312 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUpSm-Bold.otf', name='STIXIntegralsUpSm', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,313 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Bold.ttf', name='Go', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:02,313 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium/Gentium-R.ttf', name='Gentium', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,314 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman6-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,315 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMasaramGondi-Regular.ttf', name='Noto Sans Masaram Gondi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,315 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-BoldOblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=700, stretch='condensed', size='scalable')) = 1.535\n",
- "2024-10-29 15:33:02,316 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Gayathri-Thin.otf', name='Gayathri', style='normal', variant='normal', weight=100, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,316 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSansNarrow-Oblique.otf', name='Nimbus Sans Narrow', style='oblique', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:33:02,318 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Italic.ttf', name='Lato', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,319 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/artemisia/GFSArtemisiaIt.otf', name='GFS Artemisia', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,319 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGeorgian-Bold.ttf', name='Noto Sans Georgian', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,320 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Garuda-BoldOblique.ttf', name='Garuda', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,320 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSans-Regular.ttf', name='Noto Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,321 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPauCinHau-Regular.ttf', name='Noto Sans Pau Cin Hau', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,321 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSiddham-Regular.ttf', name='Noto Sans Siddham', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,322 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-kalapi/Kalapi.ttf', name='Kalapi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,323 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-L.ttf', name='Ubuntu', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,324 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoLoopedLao-Regular.ttf', name='Noto Looped Lao', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,325 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/baekmuk/batang.ttf', name='Baekmuk Batang', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,326 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSerif-Bold.ttf', name='Liberation Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,327 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Suruma.ttf', name='Suruma', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,327 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/comfortaa/Comfortaa-Regular.ttf', name='Comfortaa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,328 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonolt10-oblique.otf', name='Latin Modern Mono Light', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,329 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman7-italic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,330 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUp-Bold.otf', name='STIXIntegralsUp', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,330 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXGeneral-Bold.otf', name='STIXGeneral', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,331 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSundanese-Regular.ttf', name='Noto Sans Sundanese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,332 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSoyombo-Regular.ttf', name='Noto Sans Soyombo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,332 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBasBI.ttf', name='Gentium Basic', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,333 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Laksaman-Bold.ttf', name='Laksaman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,334 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheroscn-bold.otf', name='TeX Gyre Heros Cn', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,334 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeMonoBoldOblique.ttf', name='FreeMono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,335 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDisplay-Bold.ttf', name='Noto Serif Display', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,335 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/junicode/Junicode-Italic.ttf', name='Junicode', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,337 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgMono-Bold.ttf', name='Tlwg Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,337 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnBatangBold.ttf', name='UnBatang', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,338 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheroscn-bolditalic.otf', name='TeX Gyre Heros Cn', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,339 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Manjari-Regular.otf', name='Manjari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,340 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGujarati-Bold.ttf', name='Noto Sans Gujarati', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,340 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSerif-BoldItalic.ttf', name='Liberation Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,341 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman7-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,341 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-CondItalic.otf', name='Universalis ADF Std', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:33:02,342 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMarchen-Regular.ttf', name='Noto Sans Marchen', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,343 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghRhissaIxa-Regular.ttf', name='Noto Sans Tifinagh Rhissa Ixa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,344 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman9-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,344 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSoraSompeng-Regular.ttf', name='Noto Sans Sora Sompeng', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,345 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDevanagari-Regular.ttf', name='Noto Serif Devanagari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,346 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-gujr-extra/padmaa.ttf', name='padmaa', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,347 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,347 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Mono.ttf', name='Go Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,348 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyretermes-bolditalic.otf', name='TeX Gyre Termes', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,349 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond-Initials.otf', name='EB Garamond Initials', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,349 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-BoldItalic.ttf', name='Roboto', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,350 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix-word/STIX-Regular.otf', name='STIX', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,350 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypist-Oblique.otf', name='Tlwg Typist', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,351 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumPlus-Bold.ttf', name='Gentium Plus', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,351 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Bold.ttf', name='Roboto', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,352 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/junicode/FoulisGreek.ttf', name='FoulisGreek', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,352 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-Italic.otf', name='Gillius ADF No2', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,353 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Smallcaps.ttf', name='Go Smallcaps', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,354 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGeorgian-Bold.ttf', name='Noto Serif Georgian', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,354 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypo-Bold.otf', name='Tlwg Typo', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,355 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-Italic.ttf', name='Roboto Condensed', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:33:02,355 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKaithi-Regular.ttf', name='Noto Sans Kaithi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,356 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Dyuthi-Regular.ttf', name='Dyuthi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,356 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Garuda-Oblique.ttf', name='Garuda', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,357 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-SemiBold.otf', name='Cabin', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:02,357 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipafont-mincho/ipamp.ttf', name='IPAPMincho', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,358 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-Regular.otf', name='Gillius ADF', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,359 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-Regular.ttf', name='Roboto Condensed', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:02,359 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansThai-Regular.ttf', name='Noto Sans Thai', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,360 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLydian-Regular.ttf', name='Noto Sans Lydian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,360 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-Light.ttf', name='Open Sans', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,361 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre-math/texgyretermes-math.otf', name='TeX Gyre Termes Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,361 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/neohellenic/GFSNeohellenicBoldIt.otf', name='GFS Neohellenic', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,362 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-Regular.otf', name='Gillius ADF No2', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,362 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Purisa.ttf', name='Purisa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,363 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBatak-Regular.ttf', name='Noto Sans Batak', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,364 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipaexfont-gothic/ipaexg.ttf', name='IPAexGothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,364 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGrantha-Regular.ttf', name='Noto Serif Grantha', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,365 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Rasa-Bold.ttf', name='Rasa', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,365 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi-BoldItalic.ttf', name='Norasi', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,366 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Waree-Oblique.ttf', name='Waree', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,366 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldItalic-Regular.ttf', name='Noto Sans Old Italic', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,367 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnDotum.ttf', name='UnDotum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,367 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOsmanya-Regular.ttf', name='Noto Sans Osmanya', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,368 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/UbuntuMono-B.ttf', name='Ubuntu Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,368 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnPilgi.ttf', name='UnPilgi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,369 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_RB.otf', name='Linux Libertine O', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,375 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/quicksand/Quicksand-Medium.ttf', name='Quicksand Medium', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,376 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnJamoSora.ttf', name='UnJamoSora', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,376 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Manjari-Thin.otf', name='Manjari', style='normal', variant='normal', weight=100, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,377 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifSinhala-Regular.ttf', name='Noto Serif Sinhala', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,377 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifHebrew-Bold.ttf', name='Noto Serif Hebrew', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,378 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnDinaruBold.ttf', name='UnDinaru', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,378 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansArmenian-Bold.ttf', name='Noto Sans Armenian', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,379 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSerif-Regular.ttf', name='Liberation Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,379 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Sawasdee-Bold.ttf', name='Sawasdee', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,380 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Rasa-SemiBold.ttf', name='Rasa', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:02,380 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/Amiri-Regular.ttf', name='Amiri', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,381 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/charis/CharisSIL-Italic.ttf', name='Charis SIL', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,382 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBhaiksuki-Regular.ttf', name='Noto Sans Bhaiksuki', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,384 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Loma-BoldOblique.ttf', name='Loma', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,384 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSymbols-Bold.ttf', name='Noto Sans Symbols', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,385 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypewriter.otf', name='Tlwg Typewriter', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,386 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-BoldCond.otf', name='Universalis ADF Std', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:33:02,386 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre-math/texgyreschola-math.otf', name='TeX Gyre Schola Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,387 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-CondItalic.otf', name='Gillius ADF No2', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:33:02,387 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Waree-BoldOblique.ttf', name='Waree', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,388 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSogdian-Regular.ttf', name='Noto Sans Sogdian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,388 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans8-oblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,389 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Sawasdee-Oblique.ttf', name='Sawasdee', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,391 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/samyak/Samyak-Devanagari.ttf', name='Samyak Devanagari', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,392 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-Italic.otf', name='Gillius ADF', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,392 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAgrawImazighen-Regular.ttf', name='Noto Sans Tifinagh Agraw Imazighen', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,393 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond12-Bold.ttf', name='EB Garamond', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,393 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/UbuntuMono-RI.ttf', name='Ubuntu Mono', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,394 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreschola-italic.otf', name='TeX Gyre Schola', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,394 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/padauk/PadaukBook-Bold.ttf', name='Padauk Book', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,395 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansNabataean-Regular.ttf', name='Noto Sans Nabataean', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,395 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush.otf', name='Umpush', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,396 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/dhurjati.ttf', name='Dhurjati', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,396 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGlagolitic-Regular.ttf', name='Noto Sans Glagolitic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,397 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGothic-Regular.ttf', name='Noto Sans Gothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,399 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari-Italic.ttf', name='Kinnari', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,400 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Waree-Oblique.otf', name='Waree', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,400 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnPenheulim.ttf', name='UnPenheulim', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,401 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifMyanmar-Regular.ttf', name='Noto Serif Myanmar', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,401 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDisplay-Regular.ttf', name='Noto Serif Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,402 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBkBasI.ttf', name='Gentium Book Basic', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,403 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSerifBoldItalic.ttf', name='FreeSerif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,403 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanunsl10-regular.otf', name='Latin Modern Roman Unslanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,404 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerif-BoldItalic.ttf', name='Noto Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,404 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-ThinItalic.ttf', name='Roboto', style='italic', variant='normal', weight=250, stretch='normal', size='scalable')) = 11.1925\n",
- "2024-10-29 15:33:02,405 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifLao-Regular.ttf', name='Noto Serif Lao', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,405 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-telu-extra/Pothana2000.ttf', name='Pothana2000', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,406 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush-Bold.otf', name='Umpush', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,407 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Sarai/Sarai.ttf', name='Sarai', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,407 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-SemiboldItalic.ttf', name='Open Sans', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:02,408 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldHungarian-Regular.ttf', name='Noto Sans Old Hungarian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,408 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMyanmar-Regular.ttf', name='Noto Sans Myanmar', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,409 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/arphic-gbsn00lp/gbsn00lp.ttf', name='AR PL SungtiL GB', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,409 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldPermic-Regular.ttf', name='Noto Sans Old Permic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,410 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Bold.ttf', name='Liberation Sans Narrow', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:33:02,410 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldSouthArabian-Regular.ttf', name='Noto Sans Old South Arabian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,411 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnGraphic.ttf', name='UnGraphic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,412 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromandemi10-regular.otf', name='Latin Modern Roman Demi', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:02,412 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cantarell/Cantarell-Bold.otf', name='Cantarell', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,413 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-BoldCond.otf', name='Gillius ADF', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:33:02,417 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuMathTeXGyre.ttf', name='DejaVu Math TeX Gyre', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,417 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman7-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,418 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOriya-Regular.ttf', name='Noto Sans Oriya', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,418 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSyriac-Regular.ttf', name='Noto Sans Syriac', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,419 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLisu-Regular.ttf', name='Noto Sans Lisu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,420 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDisplay-BoldItalic.ttf', name='Noto Serif Display', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,420 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAhaggar-Regular.ttf', name='Noto Sans Tifinagh Ahaggar', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,421 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_RI.otf', name='Linux Libertine O', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,421 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMeeteiMayek-Bold.ttf', name='Noto Sans Meetei Mayek', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,422 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansRunic-Regular.ttf', name='Noto Sans Runic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,422 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipafont-gothic/ipagp.ttf', name='IPAPGothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,423 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBengali-Bold.ttf', name='Noto Sans Bengali', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,424 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/arphic/uming.ttc', name='AR PL UMing CN', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,424 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush-BoldOblique.otf', name='Umpush', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,426 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrebonum-italic.otf', name='TeX Gyre Bonum', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,427 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBasB.ttf', name='Gentium Basic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,428 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPahawhHmong-Regular.ttf', name='Noto Sans Pahawh Hmong', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,428 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Caladea-Italic.ttf', name='Caladea', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,429 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAzawagh-Regular.ttf', name='Noto Sans Tifinagh Azawagh', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,430 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-Regular.otf', name='Universalis ADF Std', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,431 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/NTR.ttf', name='NTR', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,431 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTaiTham-Bold.ttf', name='Noto Sans Tai Tham', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,432 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstNaskh.ttf', name='KacstNaskh', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,433 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant10-regular.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,433 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Ramaraja-Regular.ttf', name='Ramaraja', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,434 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypo-BoldOblique.ttf', name='Tlwg Typo', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,434 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSans-BoldItalic.ttf', name='Liberation Sans', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,435 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond08-Regular.otf', name='EB Garamond', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,436 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTaiLe-Regular.ttf', name='Noto Sans Tai Le', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,436 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusRoman-BoldItalic.otf', name='Nimbus Roman', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,437 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush-LightOblique.ttf', name='Umpush', style='oblique', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:02,437 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cantarell/Cantarell-Regular.otf', name='Cantarell', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,438 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonocaps10-oblique.otf', name='Latin Modern Mono Caps', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,439 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman12-italic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,439 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-Cond.otf', name='Gillius ADF No2', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:02,440 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-Th.ttf', name='Ubuntu', style='normal', variant='normal', weight=250, stretch='normal', size='scalable')) = 10.1925\n",
- "2024-10-29 15:33:02,440 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-BlackItalic.ttf', name='Lato', style='italic', variant='normal', weight=900, stretch='normal', size='scalable')) = 11.525\n",
- "2024-10-29 15:33:02,441 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/libreoffice/opens___.ttf', name='OpenSymbol', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,442 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Oblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=400, stretch='condensed', size='scalable')) = 1.25\n",
- "2024-10-29 15:33:02,442 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Light.ttf', name='Lato', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,443 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstOffice.ttf', name='KacstOffice', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,443 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Medium-Italic.ttf', name='Go Medium', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:02,444 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTirhuta-Regular.ttf', name='Noto Sans Tirhuta', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,444 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Purisa.otf', name='Purisa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,445 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeFourSym-Regular.otf', name='STIXSizeFourSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,446 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cantarell/Cantarell-Thin.otf', name='Cantarell', style='normal', variant='normal', weight=100, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,446 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo3-Bold.otf', name='Accanthis ADF Std No3', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,447 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Mono-Bold-Italic.ttf', name='Go Mono', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:02,447 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerif-BoldItalic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,448 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Sahadeva/sahadeva.ttf', name='Sahadeva', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,448 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXGeneral-Regular.otf', name='STIXGeneral', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,449 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/asana-math/Asana-Math.otf', name='Asana Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,449 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-Bold.otf', name='Gillius ADF', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,450 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansNewTaiLue-Regular.ttf', name='Noto Sans New Tai Lue', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,450 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSerif.otf', name='FreeSerif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,451 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghSIL-Regular.ttf', name='Noto Sans Tifinagh SIL', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,452 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-CondLight.ttf', name='Open Sans', style='normal', variant='normal', weight=300, stretch='condensed', size='scalable')) = 10.344999999999999\n",
- "2024-10-29 15:33:02,452 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-LightItalic.ttf', name='Lato', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:02,453 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/didot/GFSDidotItalic.otf', name='GFS Didot', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,453 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-ExtraBoldItalic.ttf', name='Open Sans', style='italic', variant='normal', weight=800, stretch='normal', size='scalable')) = 11.43\n",
- "2024-10-29 15:33:02,454 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/Amiri-BoldSlanted.ttf', name='Amiri', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,455 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDeseret-Regular.ttf', name='Noto Sans Deseret', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,460 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-telu-extra/vemana2000.ttf', name='Vemana2000', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,461 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPsalterPahlavi-Regular.ttf', name='Noto Sans Psalter Pahlavi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,461 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTaiTham-Regular.ttf', name='Noto Sans Tai Tham', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,462 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromandunh10-regular.otf', name='Latin Modern Roman Dunhill', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,463 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstBook.ttf', name='KacstBook', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,463 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBamum-Bold.ttf', name='Noto Sans Bamum', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,464 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMedefaidrin-Regular.ttf', name='Noto Sans Medefaidrin', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,465 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Sawasdee-Oblique.otf', name='Sawasdee', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,465 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-oriya/Lohit-Odia.ttf', name='Lohit Odia', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,466 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMyanmar-Bold.ttf', name='Noto Sans Myanmar', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,466 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/BerenisADFPro-Regular.otf', name='Berenis ADF Pro', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,467 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium/GentiumAlt-I.ttf', name='GentiumAlt', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,467 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Sawasdee.otf', name='Sawasdee', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,468 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramondSC12-Regular.ttf', name='EB Garamond SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,469 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond12-Italic.ttf', name='EB Garamond', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,469 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumPlus-Regular.ttf', name='Gentium Plus', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,470 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheros-regular.otf', name='TeX Gyre Heros', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,470 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Rachana-Bold.ttf', name='Rachana', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,471 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/padauk/Padauk-Bold.ttf', name='Padauk', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,473 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/UbuntuMono-BI.ttf', name='Ubuntu Mono', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,474 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeTwoSym-Regular.otf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,475 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypewriter-Oblique.otf', name='Tlwg Typewriter', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,475 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypist-Bold.ttf', name='Tlwg Typist', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,476 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstPoster.ttf', name='KacstPoster', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,476 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Loma-Oblique.ttf', name='Loma', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,477 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/artemisia/GFSArtemisiaBoldIt.otf', name='GFS Didot', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,477 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAdlamUnjoined-Bold.ttf', name='Noto Sans Adlam Unjoined', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,478 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant17-regular.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,479 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPhagsPa-Regular.ttf', name='Noto Sans PhagsPa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,479 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/BerenisADFPro-BoldItalic.otf', name='Berenis ADF Pro', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,480 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/quicksand/Quicksand-Bold.ttf', name='Quicksand', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,480 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Arimo-Regular.ttf', name='Arimo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,481 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Navilu/Navilu.ttf', name='Navilu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,481 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationMono-Italic.ttf', name='Liberation Mono', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,482 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldTurkic-Regular.ttf', name='Noto Sans Old Turkic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,485 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationMono-Bold.ttf', name='Liberation Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,485 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnDotumBold.ttf', name='UnDotum', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,486 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHebrew-Bold.ttf', name='Noto Sans Hebrew', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,486 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUp-Regular.otf', name='STIXIntegralsUp', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,487 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-ExtraBold.ttf', name='Open Sans', style='normal', variant='normal', weight=800, stretch='normal', size='scalable')) = 10.43\n",
- "2024-10-29 15:33:02,488 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond12-Regular.ttf', name='EB Garamond', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,488 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonocaps10-regular.otf', name='Latin Modern Mono Caps', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,489 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/baekmuk/dotum.ttf', name='Baekmuk Dotum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,489 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_I.otf', name='Linux Libertine Initials O', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,490 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo3-BoldItalic.otf', name='Accanthis ADF Std No3', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,491 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Carlito-Italic.ttf', name='Carlito', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,491 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrecursor-bolditalic.otf', name='TeX Gyre Cursor', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,493 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tibetan-machine/TibetanMachineUni.ttf', name='Tibetan Machine Uni', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,494 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-CondLightItalic.ttf', name='Open Sans', style='italic', variant='normal', weight=300, stretch='condensed', size='scalable')) = 11.344999999999999\n",
- "2024-10-29 15:33:02,494 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/lobster/lobster.otf', name='Lobster Two', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,495 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-MediumItalic.ttf', name='Yrsa', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:02,496 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf', name='Droid Sans Fallback', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,497 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumPlus-BoldItalic.ttf', name='Gentium Plus', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,497 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-HeavyItalic.ttf', name='Lato', style='italic', variant='normal', weight=800, stretch='normal', size='scalable')) = 11.43\n",
- "2024-10-29 15:33:02,498 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/Ani.ttf', name='Ani', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,499 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAvestan-Regular.ttf', name='Noto Sans Avestan', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,499 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Peddana-Regular.ttf', name='Peddana', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,500 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman10-italic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,500 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifMalayalam-Regular.ttf', name='Noto Serif Malayalam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,501 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgMono.ttf', name='Tlwg Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,502 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre-math/texgyredejavu-math.otf', name='TeX Gyre DejaVu Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,503 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/lobstertwo/LobsterTwo-BoldItalic.otf', name='Lobster Two', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,504 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLinearB-Regular.ttf', name='Noto Sans Linear B', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,504 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXNonUnicode-Regular.otf', name='STIXNonUnicode', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,505 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheros-bolditalic.otf', name='TeX Gyre Heros', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,505 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypo.otf', name='Tlwg Typo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,506 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSans-BoldOblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 1.335\n",
- "2024-10-29 15:33:02,507 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/padauk/Padauk-Regular.ttf', name='Padauk', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,507 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst-one/KacstOne-Bold.ttf', name='KacstOne', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,508 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansJavanese-Bold.ttf', name='Noto Sans Javanese', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,508 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman12-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,509 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBuginese-Regular.ttf', name='Noto Sans Buginese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,510 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusMonoPS-Regular.otf', name='Nimbus Mono PS', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,510 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerif-Regular.ttf', name='Noto Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,511 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans10-boldoblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,511 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-Bold.otf', name='Universalis ADF Std', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,512 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant9-regular.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,513 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnPen.ttf', name='UnPen', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,513 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSinhala-Regular.ttf', name='Noto Sans Sinhala', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,514 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond12-Bold.otf', name='EB Garamond', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,514 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTelugu-Bold.ttf', name='Noto Sans Telugu', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,515 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHanunoo-Regular.ttf', name='Noto Sans Hanunoo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,515 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ttf-khmeros-core/KhmerOS.ttf', name='Khmer OS', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,516 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMono-Bold.ttf', name='Noto Sans Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,517 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnShinmun.ttf', name='UnShinmun', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,520 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo2-BoldItalic.otf', name='Accanthis ADF Std No2', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,521 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLisu-Bold.ttf', name='Noto Sans Lisu', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,521 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBkBasB.ttf', name='Gentium Book Basic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,522 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus-compact/GentiumPlusCompact-R.ttf', name='Gentium Plus Compact', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,522 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/JamrulNormal.ttf', name='Jamrul', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,523 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari.otf', name='Kinnari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,523 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix-word/STIX-BoldItalic.otf', name='STIX', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,524 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman8-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,524 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/P052-Roman.otf', name='P052', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,525 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromancaps10-oblique.otf', name='Latin Modern Roman Caps', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,526 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypo.ttf', name='Tlwg Typo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,526 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari-Italic.otf', name='Kinnari', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,527 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypist-Bold.otf', name='Tlwg Typist', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,527 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansImperialAramaic-Regular.ttf', name='Noto Sans Imperial Aramaic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,528 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansArabic-Bold.ttf', name='Noto Sans Arabic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,528 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre-math/texgyrepagella-math.otf', name='TeX Gyre Pagella Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,529 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrechorus-mediumitalic.otf', name='TeX Gyre Chorus', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,530 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMiao-Regular.ttf', name='Noto Sans Miao', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,530 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnDinaruLight.ttf', name='UnDinaru', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,531 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/sinhala/lklug.ttf', name='LKLUG', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,531 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHanifiRohingya-Bold.ttf', name='Noto Sans Hanifi Rohingya', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,532 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Uroob-Regular.ttf', name='Uroob', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,532 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansInscriptionalPahlavi-Regular.ttf', name='Noto Sans Inscriptional Pahlavi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,533 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-MediumItalic.otf', name='Cabin', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:02,537 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/junicode/Junicode-Bold.ttf', name='Junicode', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:02,537 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifAhom-Regular.ttf', name='Noto Serif Ahom', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,538 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDisplay-Italic.ttf', name='Noto Sans Display', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,538 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnVada.ttf', name='UnVada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,539 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoslant10-regular.otf', name='Latin Modern Mono Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,540 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSymbols-Regular.ttf', name='Noto Sans Symbols', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,540 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans9-oblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,541 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi.ttf', name='Norasi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,541 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Carlito-Bold.ttf', name='Carlito', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,542 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/neohellenic/GFSNeohellenic.otf', name='GFS Neohellenic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,544 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOgham-Regular.ttf', name='Noto Sans Ogham', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,544 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGrantha-Regular.ttf', name='Noto Sans Grantha', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,545 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSerifItalic.otf', name='FreeSerif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,545 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrepagella-bolditalic.otf', name='TeX Gyre Pagella', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,546 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-Light.ttf', name='Roboto Condensed', style='normal', variant='normal', weight=300, stretch='condensed', size='scalable')) = 10.344999999999999\n",
- "2024-10-29 15:33:02,547 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Karumbi-Regular.ttf', name='Karumbi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,547 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansIndicSiyaqNumbers-Regular.ttf', name='Noto Sans Indic Siyaq Numbers', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,548 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypewriter.ttf', name='Tlwg Typewriter', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,548 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/P052-Italic.otf', name='P052', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,549 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypo-BoldOblique.otf', name='Tlwg Typo', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,549 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsSm-Bold.otf', name='STIXIntegralsSm', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,550 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGujarati-Bold.ttf', name='Noto Serif Gujarati', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,551 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSansNarrow-BoldItalic.ttf', name='Liberation Sans Narrow', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:33:02,553 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansZanabazarSquare-Regular.ttf', name='Noto Sans Zanabazar Square', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,553 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoMusic-Regular.ttf', name='Noto Music', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,554 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi-Bold.otf', name='Norasi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,555 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Garuda.ttf', name='Garuda', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,555 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Gubbi/Gubbi.ttf', name='Gubbi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,556 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationMono-Bold.ttf', name='Liberation Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,557 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifMalayalam-Bold.ttf', name='Noto Serif Malayalam', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,557 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifArmenian-Regular.ttf', name='Noto Serif Armenian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,558 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond12-AllSC.otf', name='EB Garamond 12 All SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,558 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-Bold.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:33:02,559 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/arphic-bkai00mp/bkai00mp.ttf', name='AR PL KaitiM Big5', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,559 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Loma-BoldOblique.otf', name='Loma', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,560 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre-math/texgyrebonum-math.otf', name='TeX Gyre Bonum Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,560 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoproplt10-oblique.otf', name='Latin Modern Mono Prop Light', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,561 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Laksaman-BoldItalic.ttf', name='Laksaman', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,562 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoRashiHebrew-Bold.ttf', name='Noto Rashi Hebrew', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,562 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-Italic.ttf', name='Open Sans', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,563 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo2-Italic.otf', name='Accanthis ADF Std No2', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,563 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMayanNumerals-Regular.ttf', name='Noto Sans Mayan Numerals', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,564 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Garuda.otf', name='Garuda', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,564 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBalinese-Bold.ttf', name='Noto Sans Balinese', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,565 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAdlam-Bold.ttf', name='Noto Sans Adlam', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,565 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnGungseo.ttf', name='UnGungseo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,566 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstDecorative.ttf', name='KacstDecorative', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,570 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstTitle.ttf', name='KacstTitle', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,571 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTibetan-Regular.ttf', name='Noto Serif Tibetan', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,571 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreadventor-bold.otf', name='TeX Gyre Adventor', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,572 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant12-regular.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,572 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreschola-regular.otf', name='TeX Gyre Schola', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,573 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgMono-Bold.otf', name='Tlwg Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,573 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrecursor-regular.otf', name='TeX Gyre Cursor', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,574 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoproplt10-boldoblique.otf', name='Latin Modern Mono Prop Light', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,575 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnJamoNovel.ttf', name='UnJamoNovel', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,576 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-MediumItalic.ttf', name='Roboto', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:02,577 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush-Light.otf', name='Umpush', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,577 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSerifBold.otf', name='FreeSerif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,579 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-Italic.otf', name='Cabin', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,579 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/samyak-fonts/Samyak-Malayalam.ttf', name='Samyak Malayalam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,580 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/TimmanaRegular.ttf', name='Timmana', style='normal', variant='normal', weight=900, stretch='normal', size='scalable')) = 10.525\n",
- "2024-10-29 15:33:02,580 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Meera-Regular.ttf', name='Meera', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,581 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPhoenician-Regular.ttf', name='Noto Sans Phoenician', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,581 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinBiolinum_RB.otf', name='Linux Biolinum O', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,582 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-SemiBoldItalic.otf', name='Cabin', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:02,582 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cantarell/Cantarell-Light.otf', name='Cantarell', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,583 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumBookPlus-BoldItalic.ttf', name='Gentium Book Plus', style='italic', variant='normal', weight=800, stretch='normal', size='scalable')) = 11.43\n",
- "2024-10-29 15:33:02,584 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Sawasdee-BoldOblique.otf', name='Sawasdee', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,584 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/noto/NotoSansCJK-Bold.ttc', name='Noto Sans CJK JP', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,585 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinagh-Regular.ttf', name='Noto Sans Tifinagh', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,585 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSans-Italic.ttf', name='Liberation Sans', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,586 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/didot/GFSDidotBoldItalic.otf', name='GFS Didot', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,587 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium/GentiumAlt-R.ttf', name='GentiumAlt', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,587 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansEthiopic-Regular.ttf', name='Noto Sans Ethiopic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,590 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Medium.ttf', name='Roboto', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,591 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Mono-Bold.ttf', name='Go Mono', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:02,591 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLinearA-Regular.ttf', name='Noto Sans Linear A', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,592 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBkBasBI.ttf', name='Gentium Book Basic', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,592 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/junicode/Junicode.ttf', name='Junicode', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,593 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/TenaliRamakrishna-Regular.ttf', name='TenaliRamakrishna', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,594 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoproplt10-regular.otf', name='Latin Modern Mono Prop Light', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,594 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/mry_KacstQurn.ttf', name='mry_KacstQurn', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,595 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/SreeKrushnadevaraya.ttf', name='Sree Krushnadevaraya', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,596 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifBengali-Regular.ttf', name='Noto Serif Bengali', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,597 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMath-Regular.ttf', name='Noto Sans Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,597 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansUgaritic-Regular.ttf', name='Noto Sans Ugaritic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,598 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSerif.ttf', name='FreeSerif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,599 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Arimo-Bold.ttf', name='Arimo', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,599 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBkBasR.ttf', name='Gentium Book Basic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,600 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf', name='FreeSerif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,600 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusMonoPS-Bold.otf', name='Nimbus Mono PS', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,601 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypewriter-BoldOblique.ttf', name='Tlwg Typewriter', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,602 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/C059-BdIta.otf', name='C059', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,602 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-japanese-gothic.ttf', name='IPAexGothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,603 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Cousine-Regular.ttf', name='Cousine', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,603 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman12-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,604 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Bold.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 0.5349999999999999\n",
- "2024-10-29 15:33:02,604 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonolt10-bold.otf', name='Latin Modern Mono Light', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,605 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSans-Bold.ttf', name='Liberation Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,605 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/lobstertwo/LobsterTwo-Italic.otf', name='Lobster Two', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,606 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Italic.ttf', name='Roboto', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,607 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-BoldItalic.otf', name='Gillius ADF', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,607 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDuployan-Regular.ttf', name='Noto Sans Duployan', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,608 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/BerenisADFProMath-Regular.otf', name='Berenis ADF Pro Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,608 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGeorgian-Regular.ttf', name='Noto Serif Georgian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,609 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,609 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/arphic-gkai00mp/gkai00mp.ttf', name='AR PL KaitiM GB', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,610 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/MitraMono.ttf', name='Mitra ', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,610 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeOneSym-Regular.otf', name='STIXSizeOneSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,611 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoNastaliqUrdu-Bold.ttf', name='Noto Nastaliq Urdu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,611 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationMono-BoldItalic.ttf', name='Liberation Mono', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,616 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Mono-Italic.ttf', name='Go Mono', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,616 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStd-BoldItalic.otf', name='Accanthis ADF Std', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,617 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Cousine-Bold.ttf', name='Cousine', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,618 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-gujr-extra/Rekha.ttf', name='Rekha', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,618 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstDigital.ttf', name='KacstDigital', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,619 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans10-bold.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,619 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHatran-Regular.ttf', name='Noto Sans Hatran', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,620 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreadventor-bolditalic.otf', name='TeX Gyre Adventor', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,620 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnBatang.ttf', name='UnBatang', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,621 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansWancho-Regular.ttf', name='Noto Sans Wancho', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,622 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-BoldItalic.ttf', name='Roboto Condensed', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:33:02,622 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKharoshthi-Regular.ttf', name='Noto Sans Kharoshthi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,623 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAdrar-Regular.ttf', name='Noto Sans Tifinagh Adrar', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,625 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUpD-Regular.otf', name='STIXIntegralsUpD', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,626 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/quicksand/Quicksand-Light.ttf', name='Quicksand Light', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,626 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-kannada/Lohit-Kannada.ttf', name='Lohit Kannada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,627 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-Regular.otf', name='Cabin', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,627 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/solomos/GFSSolomos.otf', name='GFS Solomos', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,628 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Hairline.ttf', name='Lato', style='normal', variant='normal', weight=100, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,629 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAnatolianHieroglyphs-Regular.ttf', name='Noto Sans Anatolian Hieroglyphs', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,630 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWGothic-BookOblique.otf', name='URW Gothic', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,631 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansquot8-bold.otf', name='Latin Modern Sans Quotation', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,631 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Nakula/nakula.ttf', name='Nakula', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,632 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_RBI.otf', name='Linux Libertine O', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,632 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoNastaliqUrdu-Regular.ttf', name='Noto Nastaliq Urdu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,633 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDisplay-Italic.ttf', name='Noto Serif Display', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,634 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXNonUnicode-Italic.otf', name='STIXNonUnicode', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,635 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTamil-Bold.ttf', name='Noto Sans Tamil', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,636 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghTawellemmet-Regular.ttf', name='Noto Sans Tifinagh Tawellemmet', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,636 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGeorgian-Regular.ttf', name='Noto Sans Georgian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,637 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAdlamUnjoined-Regular.ttf', name='Noto Sans Adlam Unjoined', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,638 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/baekmuk/hline.ttf', name='Baekmuk Headline', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,638 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Waree-BoldOblique.otf', name='Waree', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,639 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeMonoOblique.otf', name='FreeMono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,639 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreadventor-regular.otf', name='TeX Gyre Adventor', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,640 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Purisa-BoldOblique.otf', name='Purisa', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,640 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCham-Bold.ttf', name='Noto Sans Cham', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,642 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Sawasdee-BoldOblique.ttf', name='Sawasdee', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,643 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Tinos-BoldItalic.ttf', name='Tinos', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,643 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheros-italic.otf', name='TeX Gyre Heros', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,644 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerif-Bold.ttf', name='Noto Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,644 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWBookman-DemiItalic.otf', name='URW Bookman', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:02,645 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKhmer-Bold.ttf', name='Noto Serif Khmer', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,645 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/AmiriQuran.ttf', name='Amiri Quran', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,647 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUpSm-Regular.otf', name='STIXIntegralsUpSm', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,647 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTamilSupplement-Regular.ttf', name='Noto Sans Tamil Supplement', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,648 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Laksaman-Bold.otf', name='Laksaman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,649 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheroscn-italic.otf', name='TeX Gyre Heros Cn', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,650 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/neohellenic/GFSNeohellenicIt.otf', name='GFS Neohellenic', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,650 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSoraSompeng-Bold.ttf', name='Noto Sans Sora Sompeng', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,651 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans17-oblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,651 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/noto/NotoSerifCJK-Regular.ttc', name='Noto Serif CJK JP', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,652 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCoptic-Regular.ttf', name='Noto Sans Coptic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,653 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Thin.ttf', name='Roboto', style='normal', variant='normal', weight=250, stretch='normal', size='scalable')) = 10.1925\n",
- "2024-10-29 15:33:02,654 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypo-Oblique.otf', name='Tlwg Typo', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,654 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghGhat-Regular.ttf', name='Noto Sans Tifinagh Ghat', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,655 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/samyak-fonts/Samyak-Gujarati.ttf', name='Samyak Gujarati', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,656 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_RZI.otf', name='Linux Libertine O', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:02,657 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypo-Oblique.ttf', name='Tlwg Typo', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,657 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSerif-Regular.ttf', name='Liberation Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,658 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTamil-Bold.ttf', name='Noto Serif Tamil', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,659 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSans-Bold.ttf', name='Noto Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,659 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSamaritan-Regular.ttf', name='Noto Sans Samaritan', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,660 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond-InitialsF1.otf', name='EB Garamond Initials Fill1', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,661 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypewriter-Oblique.ttf', name='Tlwg Typewriter', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,662 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/RaghuMalayalamSans-Regular.ttf', name='RaghuMalayalamSans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,662 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromandunh10-oblique.otf', name='Latin Modern Roman Dunhill', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,663 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush.ttf', name='Umpush', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,664 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans10-regular.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,664 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Keraleeyam-Regular.ttf', name='Keraleeyam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,665 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/P052-BoldItalic.otf', name='P052', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,666 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Loma-Oblique.otf', name='Loma', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,667 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifSinhala-Bold.ttf', name='Noto Serif Sinhala', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,667 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_M.otf', name='Linux Libertine Mono O', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,668 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:02,669 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo2-Bold.otf', name='Accanthis ADF Std No2', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,669 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeThreeSym-Bold.otf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,670 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-SemiBold.ttf', name='Yrsa', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:02,671 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifBengali-Bold.ttf', name='Noto Serif Bengali', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,671 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/UbuntuMono-R.ttf', name='Ubuntu Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,672 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSerifBoldItalic.otf', name='FreeSerif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,672 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Garuda-BoldOblique.otf', name='Garuda', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,673 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman5-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,674 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypewriter-Bold.ttf', name='Tlwg Typewriter', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,674 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationMono-BoldItalic.ttf', name='Liberation Mono', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,675 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-BoldCondItalic.otf', name='Gillius ADF No2', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:33:02,675 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKhojki-Regular.ttf', name='Noto Serif Khojki', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,677 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansJavanese-Regular.ttf', name='Noto Sans Javanese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,678 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-Bold.otf', name='Gillius ADF No2', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,678 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Loma.otf', name='Loma', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,679 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBamum-Regular.ttf', name='Noto Sans Bamum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,680 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond-InitialsF1.ttf', name='EB Garamond Initials Fill1', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,680 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/font-awesome/fontawesome-webfont.ttf', name='FontAwesome', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,681 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-bengali/Lohit-Bengali.ttf', name='Lohit Bengali', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,681 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstScreen.ttf', name='KacstScreen', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,682 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTelugu-Regular.ttf', name='Noto Sans Telugu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,684 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Light.ttf', name='Roboto', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,684 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansquot8-boldoblique.otf', name='Latin Modern Sans Quotation', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,685 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKhmer-Regular.ttf', name='Noto Sans Khmer', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,685 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Mandali-Regular.ttf', name='Mandali', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,686 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Chilanka-Regular.otf', name='Chilanka', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,686 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix-word/STIXMath-Regular.otf', name='STIX Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,687 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationMono-Regular.ttf', name='Liberation Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,687 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-Regular.ttf', name='Open Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,689 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWGothic-Demi.otf', name='URW Gothic', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:02,690 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman9-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,690 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSans-Bold.ttf', name='Liberation Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,691 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/comfortaa/Comfortaa-Light.ttf', name='Comfortaa', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,691 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeMonoBoldOblique.otf', name='FreeMono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,692 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgMono-BoldOblique.ttf', name='Tlwg Mono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,693 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi-Oblique.ttf', name='Norasi', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,694 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWGothic-DemiOblique.otf', name='URW Gothic', style='oblique', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:02,695 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans8-regular.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,695 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Laksaman.ttf', name='Laksaman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,696 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/RaviPrakash.ttf', name='RaviPrakash', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,697 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypist-Oblique.ttf', name='Tlwg Typist', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,697 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi-Italic.otf', name='Norasi', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,698 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationMono-Regular.ttf', name='Liberation Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,699 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-Bold.ttf', name='Yrsa', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,699 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/Amiri-Bold.ttf', name='Amiri', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,700 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypewriter-Bold.otf', name='Tlwg Typewriter', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,700 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix-word/STIX-Italic.otf', name='STIX', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,701 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansMono-BoldOblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,702 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-BoldItalic.ttf', name='Open Sans', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,703 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSerifItalic.ttf', name='FreeSerif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,704 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrecursor-italic.otf', name='TeX Gyre Cursor', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,704 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsD-Bold.otf', name='STIXIntegralsD', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,705 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-Light.ttf', name='Yrsa', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,706 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Caladea-Regular.ttf', name='Caladea', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,707 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansNewa-Regular.ttf', name='Noto Sans Newa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,707 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Tinos-Italic.ttf', name='Tinos', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,708 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnPilgia.ttf', name='UnPilgia', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,709 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond08-Italic.otf', name='EB Garamond', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,709 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSharada-Regular.ttf', name='Noto Sans Sharada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,710 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifMyanmar-Bold.ttf', name='Noto Serif Myanmar', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,711 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Loma-Bold.otf', name='Loma', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,712 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-deva-extra/kalimati.ttf', name='Kalimati', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,712 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/PottiSreeramulu.ttf', name='Potti Sreeramulu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,713 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstFarsi.ttf', name='KacstFarsi', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,713 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeFourSym-Bold.otf', name='STIXSizeFourSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,714 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_R.otf', name='Linux Libertine O', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,715 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Laksaman.otf', name='Laksaman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,715 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifYezidi-Regular.ttf', name='Noto Serif Yezidi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,716 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-gujr-extra/aakar-medium.ttf', name='aakar', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,716 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationMono-Italic.ttf', name='Liberation Mono', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,717 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTelugu-Bold.ttf', name='Noto Serif Telugu', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,718 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/AnjaliOldLipi-Regular.ttf', name='AnjaliOldLipi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,718 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/charis/CharisSIL-BoldItalic.ttf', name='Charis SIL', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,719 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman6-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,719 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheroscn-regular.otf', name='TeX Gyre Heros Cn', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,722 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstQurn.ttf', name='KacstQurn', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,722 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari-BoldItalic.ttf', name='Kinnari', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,723 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSinhala-Bold.ttf', name='Noto Sans Sinhala', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,724 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Gayathri-Regular.otf', name='Gayathri', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,724 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeOneSym-Bold.otf', name='STIXSizeOneSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,725 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-BoldItalic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:33:02,726 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmono10-regular.otf', name='Latin Modern Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,727 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-Cond.otf', name='Gillius ADF', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:02,727 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSignWriting-Regular.ttf', name='Noto Sans SignWriting', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,728 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-LightItalic.ttf', name='Roboto Condensed', style='italic', variant='normal', weight=300, stretch='condensed', size='scalable')) = 11.344999999999999\n",
- "2024-10-29 15:33:02,728 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Gayathri-Bold.otf', name='Gayathri', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,729 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCarian-Regular.ttf', name='Noto Sans Carian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,729 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypist-BoldOblique.ttf', name='Tlwg Typist', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,730 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-LightItalic.ttf', name='Open Sans', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:02,730 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGunjalaGondi-Regular.ttf', name='Noto Sans Gunjala Gondi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,731 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-assamese/Lohit-Assamese.ttf', name='Lohit Assamese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,732 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumPlus-Italic.ttf', name='Gentium Plus', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,732 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-Bold.otf', name='Cabin', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,733 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGurmukhi-Regular.ttf', name='Noto Serif Gurmukhi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,733 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/abyssinica/AbyssinicaSIL-Regular.ttf', name='Abyssinica SIL', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,734 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst-one/KacstOne.ttf', name='KacstOne', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,735 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoLoopedThai-Bold.ttf', name='Noto Looped Thai', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,735 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansquot8-oblique.otf', name='Latin Modern Sans Quotation', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,736 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-gujr-extra/padmaa-Bold.1.1.ttf', name='padmaa-Bold.1.1', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,736 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoprop10-oblique.otf', name='Latin Modern Mono Prop', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,737 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansChakma-Regular.ttf', name='Noto Sans Chakma', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,737 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc', name='Noto Sans CJK JP', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,740 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond08-Italic.ttf', name='EB Garamond', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,741 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLimbu-Regular.ttf', name='Noto Sans Limbu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,741 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTamil-Regular.ttf', name='Noto Serif Tamil', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,742 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-devanagari/Lohit-Devanagari.ttf', name='Lohit Devanagari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,742 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSansBold.ttf', name='FreeSans', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:02,743 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond12-AllSC.ttf', name='EB Garamond 12 All SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,744 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipafont-mincho/ipam.ttf', name='IPAMincho', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,745 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLao-Bold.ttf', name='Noto Sans Lao', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,746 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTaiViet-Regular.ttf', name='Noto Sans Tai Viet', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,747 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/font-awesome/FontAwesome.otf', name='FontAwesome', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,747 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMongolian-Regular.ttf', name='Noto Sans Mongolian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,748 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifEthiopic-Bold.ttf', name='Noto Serif Ethiopic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,749 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/LikhanNormal.ttf', name='Likhan', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,750 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/noto/NotoSerifCJK-Bold.ttc', name='Noto Serif CJK JP', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,750 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix-word/STIX-Bold.otf', name='STIX', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,751 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifNyiakengPuachueHmong-Regular.ttf', name='Noto Serif Hmong Nyiakeng', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,752 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOsage-Regular.ttf', name='Noto Sans Osage', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,752 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-gujarati/Lohit-Gujarati.ttf', name='Lohit Gujarati', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,753 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCanadianAboriginal-Regular.ttf', name='Noto Sans Canadian Aboriginal', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,754 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDevanagari-Bold.ttf', name='Noto Serif Devanagari', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,754 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrebonum-bolditalic.otf', name='TeX Gyre Bonum', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,755 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKhojki-Bold.ttf', name='Noto Serif Khojki', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,756 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Gargi/Gargi.ttf', name='Gargi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,757 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/AmiriQuranColored.ttf', name='Amiri Quran Colored', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,757 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/didot-classic/GFSDidotClassic.otf', name='GFS Didot Classic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,758 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo3-Regular.otf', name='Accanthis ADF Std No3', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,759 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi-Bold.ttf', name='Norasi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,759 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-CondBold.ttf', name='Open Sans Condensed', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:33:02,760 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Cousine-BoldItalic.ttf', name='Cousine', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,760 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Garuda-Bold.ttf', name='Garuda', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,762 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerif-Italic.ttf', name='Noto Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,762 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKannada-Regular.ttf', name='Noto Serif Kannada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,763 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSansNarrow-Regular.otf', name='Nimbus Sans Narrow', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:02,763 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTamilSlanted-Regular.ttf', name='Noto Serif Tamil Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,764 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypist.ttf', name='Tlwg Typist', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,764 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/Amiri-Slanted.ttf', name='Amiri', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,765 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-RI.ttf', name='Ubuntu', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,765 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypo-Bold.ttf', name='Tlwg Typo', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,767 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansNKo-Regular.ttf', name='Noto Sans NKo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,768 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnTaza.ttf', name='UnTaza', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,768 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/artemisia/GFSArtemisiaBold.otf', name='GFS Artemisia', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,769 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-Medium.otf', name='Cabin', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,769 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-Italic.ttf', name='Yrsa', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:02,770 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-japanese-mincho.ttf', name='IPAexMincho', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,771 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_RZ.otf', name='Linux Libertine O', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:02,771 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDisplay-Bold.ttf', name='Noto Sans Display', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,772 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTamil-Regular.ttf', name='Noto Sans Tamil', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,772 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUpD-Bold.otf', name='STIXIntegralsUpD', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,773 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/neohellenic/GFSNeohellenicBold.otf', name='GFS Neohellenic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,773 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTakri-Regular.ttf', name='Noto Sans Takri', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,774 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-MediumItalic.ttf', name='Lato', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:02,774 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifLao-Bold.ttf', name='Noto Serif Lao', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:02,775 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-LightItalic.ttf', name='Roboto', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:02,777 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSerif-BoldItalic.ttf', name='Liberation Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,778 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumBookPlus-Italic.ttf', name='Gentium Book Plus', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:02,778 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKayahLi-Regular.ttf', name='Noto Sans Kayah Li', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,779 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Carlito-BoldItalic.ttf', name='Carlito', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:02,780 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-Bold.ttf', name='Roboto Condensed', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:33:02,781 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansWarangCiti-Regular.ttf', name='Noto Sans Warang Citi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,781 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBasR.ttf', name='Gentium Basic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:02,782 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumBookPlus-Regular.ttf', name='Gentium Book Plus', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:02,783 - matplotlib.font_manager - DEBUG - findfont: Matching sans\\-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=18.0 to DejaVu Sans ('/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf') with score of 0.050000.\n",
- "2024-10-29 15:33:04,208 - utils.plot - INFO - Save plot at /cmnfs/proj/ORIGINS/SWAPS_exp/SWAPS_paper_figures/fig1_exp_dict/CorrQuantification_pept_act_sum_filter_by_im_log_fdr_0.2_log_int_2.png\n",
- "2024-10-29 15:33:07,900 - utils.plot - INFO - Save plot at /cmnfs/proj/ORIGINS/SWAPS_exp/SWAPS_paper_figures/fig1_exp_dict/CorrQuantification_pept_act_sum_filter_by_im_log_fdr_0.2_log_int_2.svg\n"
- ]
- }
- ],
- "source": [
- "%autoreload 2\n",
- "from result_analysis import result_analysis\n",
- "\n",
- "pept_act_sum_df = pd.read_csv(os.path.join(act_dir, \"pept_act_sum.csv\"))\n",
- "infer_int_col = \"pept_act_sum\"\n",
- "# TODO: fix im filter config\n",
- "if cfg.RESULT_ANALYSIS.POST_PROCESSING.FILTER_BY_IM:\n",
- " pept_act_sum_filter_by_im_df = pd.read_csv(\n",
- " os.path.join(act_dir, \"pept_act_sum_filter_by_im.csv\")\n",
- " )\n",
- " # pept_act_sum_filter_by_im_df = pept_act_sum_filter_by_im_df.rename(\n",
- " # {\"sum_intensity\": \"sum_intensity_filter_by_im\"}, axis=1\n",
- " # )\n",
- " pept_act_sum_df = pd.merge(\n",
- " left=pept_act_sum_df,\n",
- " right=pept_act_sum_filter_by_im_df,\n",
- " on=[\"mz_rank\"],\n",
- " how=\"left\",\n",
- " suffixes=(\"\", \"_filter_by_im\"),\n",
- " )\n",
- " #infer_int_col = \"pept_act_sum_filter_by_im\"\n",
- " infer_int_col = \"pept_act_sum_filter_by_im\"\n",
- "\n",
- "\n",
- "swaps_result = result_analysis.SWAPSResult(\n",
- " maxquant_dict=maxquant_result_ref,\n",
- " pept_act_sum_df=pept_act_sum_filter_by_im_df,\n",
- " infer_intensity_col=infer_int_col,\n",
- " fdr_thres=cfg.RESULT_ANALYSIS.FDR_THRESHOLD,\n",
- " log_sum_intensity_thres=cfg.RESULT_ANALYSIS.LOG_SUM_INTENSITY_THRESHOLD,\n",
- " save_dir=eval_dir,\n",
- " include_decoys=cfg.PREPARE_DICT.GENERATE_DECOY,\n",
- ")\n",
- "swaps_result.plot_intensity_corr(title=None, show_diag=False, font_size=20,\n",
- " line_width=2)"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 5,
- "metadata": {},
- "outputs": [
- {
- "name": "stderr",
- "output_type": "stream",
- "text": [
- "2024-10-29 15:33:08,117 - matplotlib.font_manager - DEBUG - findfont: Matching sans\\-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=24.0.\n",
- "2024-10-29 15:33:08,118 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Bold.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 0.33499999999999996\n",
- "2024-10-29 15:33:08,119 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerifDisplay.ttf', name='DejaVu Serif Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,119 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,120 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,120 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmr10.ttf', name='cmr10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,121 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Oblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,122 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf', name='cmsy10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,122 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-BoldOblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,123 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,123 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf', name='STIXGeneral', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,124 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 0.05\n",
- "2024-10-29 15:33:08,124 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf', name='cmmi10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,125 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Bold.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,125 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf', name='STIXNonUnicode', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,125 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf', name='STIXNonUnicode', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,126 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansDisplay.ttf', name='DejaVu Sans Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,126 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmss10.ttf', name='cmss10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,127 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf', name='STIXSizeFourSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,127 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmex10.ttf', name='cmex10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,128 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf', name='STIXNonUnicode', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,128 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf', name='STIXGeneral', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,129 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-BoldItalic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,129 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,130 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf', name='STIXSizeOneSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,130 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf', name='STIXGeneral', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,131 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf', name='STIXGeneral', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,131 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf', name='STIXNonUnicode', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,131 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmb10.ttf', name='cmb10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,132 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Italic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,132 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-BoldOblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 1.335\n",
- "2024-10-29 15:33:08,133 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,133 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf', name='STIXSizeOneSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,134 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Oblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 1.05\n",
- "2024-10-29 15:33:08,134 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,135 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf', name='cmtt10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,135 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf', name='STIXSizeFourSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,136 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf', name='STIXSizeFiveSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,136 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Bold.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,136 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusRoman-Bold.otf', name='Nimbus Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,137 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-malayalam/Lohit-Malayalam.ttf', name='Lohit Malayalam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,137 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramondSC08-Regular.ttf', name='EB Garamond SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,138 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Rasa-Medium.ttf', name='Rasa', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,138 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSans-Oblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 1.05\n",
- "2024-10-29 15:33:08,139 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstTitleL.ttf', name='KacstTitleL', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,139 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKhojki-Regular.ttf', name='Noto Sans Khojki', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,140 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/junicode/Junicode-BoldItalic.ttf', name='Junicode', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:08,140 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansThaana-Bold.ttf', name='Noto Sans Thaana', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,141 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrepagella-bold.otf', name='TeX Gyre Pagella', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,141 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGurmukhi-Regular.ttf', name='Noto Sans Gurmukhi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,142 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/C059-Bold.otf', name='C059', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,142 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansShavian-Regular.ttf', name='Noto Sans Shavian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,143 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi-BoldOblique.otf', name='Norasi', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,143 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-SemiboldItalic.ttf', name='Lato', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:08,144 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Black.ttf', name='Roboto', style='normal', variant='normal', weight=900, stretch='normal', size='scalable')) = 10.525\n",
- "2024-10-29 15:33:08,144 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Purisa-Bold.ttf', name='Purisa', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,144 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-B.ttf', name='Ubuntu', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,145 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMultani-Regular.ttf', name='Noto Sans Multani', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,145 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBengali-Regular.ttf', name='Noto Sans Bengali', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,146 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi.otf', name='Norasi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,146 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Cousine-Italic.ttf', name='Cousine', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,147 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-tamil/Lohit-Tamil.ttf', name='Lohit Tamil', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,147 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWBookman-Demi.otf', name='URW Bookman', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:08,148 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyretermes-regular.otf', name='TeX Gyre Termes', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,148 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStd-Regular.otf', name='Accanthis ADF Std', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,149 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgMono.otf', name='Tlwg Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,149 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Tinos-Regular.ttf', name='Tinos', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,150 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCaucasianAlbanian-Regular.ttf', name='Noto Sans Caucasian Albanian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,150 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/baskerville/GFSBaskerville.otf', name='GFS Baskerville', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,150 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-MediumItalic.ttf', name='Roboto Condensed', style='italic', variant='normal', weight=500, stretch='condensed', size='scalable')) = 11.344999999999999\n",
- "2024-10-29 15:33:08,151 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDogra-Regular.ttf', name='Noto Serif Dogra', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,151 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStd-Italic.otf', name='Accanthis ADF Std', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,152 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheros-bold.otf', name='TeX Gyre Heros', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,152 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Regular.ttf', name='Liberation Sans Narrow', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:08,153 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Caladea-BoldItalic.ttf', name='Caladea', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,153 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush-BoldOblique.ttf', name='Umpush', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,154 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmono12-regular.otf', name='Latin Modern Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,154 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSans.otf', name='FreeSans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,155 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansManichaean-Regular.ttf', name='Noto Sans Manichaean', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,155 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush-Oblique.otf', name='Umpush', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,155 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman10-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,156 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman8-italic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,156 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansNushu-Regular.ttf', name='Noto Sans Nushu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,157 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/Muktibold.ttf', name='Mukti', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,157 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXNonUnicode-BoldItalic.otf', name='STIXNonUnicode', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,158 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium/Gentium-I.ttf', name='Gentium', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,158 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypist-BoldOblique.otf', name='Tlwg Typist', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,159 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Waree.ttf', name='Waree', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,159 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHanifiRohingya-Regular.ttf', name='Noto Sans Hanifi Rohingya', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,160 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgMono-BoldOblique.otf', name='Tlwg Mono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,160 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-BoldItalic.ttf', name='Yrsa', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,160 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/mallanna.ttf', name='Mallanna', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,161 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMandaic-Regular.ttf', name='Noto Sans Mandaic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,161 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-telugu/Lohit-Telugu.ttf', name='Lohit Telugu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,162 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Purisa-Oblique.ttf', name='Purisa', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,162 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans17-regular.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,163 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsSm-Regular.otf', name='STIXIntegralsSm', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,163 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSansNarrow-Bold.otf', name='Nimbus Sans Narrow', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:33:08,164 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeMonoOblique.ttf', name='FreeMono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,164 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreschola-bolditalic.otf', name='TeX Gyre Schola', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,165 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyretermes-italic.otf', name='TeX Gyre Termes', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,165 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Garuda-Oblique.otf', name='Garuda', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,165 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Gurajada.ttf', name='Gurajada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,166 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKhmer-Bold.ttf', name='Noto Sans Khmer', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,166 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCuneiform-Regular.ttf', name='Noto Sans Cuneiform', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,167 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsD-Regular.otf', name='STIXIntegralsD', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,167 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXGeneral-Italic.otf', name='STIXGeneral', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,168 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStd-Bold.otf', name='Accanthis ADF Std', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,168 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipaexfont-mincho/ipaexm.ttf', name='IPAexMincho', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,169 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/didot/GFSDidot.otf', name='GFS Didot', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,169 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgMono-Oblique.otf', name='Tlwg Mono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,170 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSerif-Bold.ttf', name='Liberation Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,170 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSans-Regular.ttf', name='Liberation Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,171 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBuhid-Regular.ttf', name='Noto Sans Buhid', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,171 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansThaana-Regular.ttf', name='Noto Sans Thaana', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,171 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSans-BoldItalic.ttf', name='Liberation Sans', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,172 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoLoopedThai-Regular.ttf', name='Noto Looped Thai', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,172 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSans.ttf', name='FreeSans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,173 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush-Oblique.ttf', name='Umpush', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,173 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonolt10-regular.otf', name='Latin Modern Mono Light', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,174 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-LightItalic.ttf', name='Yrsa', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:08,174 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/StandardSymbolsPS.otf', name='Standard Symbols PS', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,175 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/ramabhadra.ttf', name='Ramabhadra', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,175 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 0.05\n",
- "2024-10-29 15:33:08,176 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-BoldCondIt.otf', name='Universalis ADF Std', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:33:08,176 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/D050000L.otf', name='D050000L', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,177 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAir-Regular.ttf', name='Noto Sans Tifinagh Air', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,177 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMahajani-Regular.ttf', name='Noto Sans Mahajani', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,177 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Carlito-Regular.ttf', name='Carlito', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,178 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansEthiopic-Bold.ttf', name='Noto Sans Ethiopic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,178 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSans-Regular.otf', name='Nimbus Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,179 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-guru-extra/Saab.ttf', name='Saab', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,179 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman10-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,180 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/suranna.ttf', name='Suranna', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,180 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromandemi10-oblique.otf', name='Latin Modern Roman Demi', style='oblique', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:08,181 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifThai-Bold.ttf', name='Noto Serif Thai', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,181 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Purisa-Oblique.otf', name='Purisa', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,182 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGujarati-Regular.ttf', name='Noto Sans Gujarati', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,182 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Manjari-Bold.otf', name='Manjari', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,182 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOlChiki-Regular.ttf', name='Noto Sans Ol Chiki', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,183 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-CondItalic.otf', name='Gillius ADF', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:33:08,183 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-deva-extra/chandas1-2.ttf', name='Chandas', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,184 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Bold-Italic.ttf', name='Go', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:08,184 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/C059-Roman.otf', name='C059', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,185 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinBiolinum_RI.otf', name='Linux Biolinum O', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,185 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-BoldCond.otf', name='Gillius ADF No2', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:33:08,186 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmono8-regular.otf', name='Latin Modern Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,186 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansdemicond10-oblique.otf', name='Latin Modern Sans Demi Cond', style='oblique', variant='normal', weight=600, stretch='condensed', size='scalable')) = 11.44\n",
- "2024-10-29 15:33:08,187 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnJamoDotum.ttf', name='UnJamoDotum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,187 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstLetter.ttf', name='KacstLetter', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,187 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWGothic-Book.otf', name='URW Gothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,188 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonolt10-boldoblique.otf', name='Latin Modern Mono Light', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,188 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTagalog-Regular.ttf', name='Noto Sans Tagalog', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,189 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifArmenian-Bold.ttf', name='Noto Serif Armenian', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,189 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-deva-extra/samanata.ttf', name='Samanata', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,190 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeMonoBold.otf', name='FreeMono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,190 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstPen.ttf', name='KacstPen', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,191 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Regular.ttf', name='Roboto', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,191 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans12-oblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,192 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo3-Italic.otf', name='Accanthis ADF Std No3', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,192 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSundanese-Bold.ttf', name='Noto Sans Sundanese', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,193 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-MI.ttf', name='Ubuntu', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:08,193 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBassaVah-Regular.ttf', name='Noto Sans Bassa Vah', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,193 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/C059-Italic.otf', name='C059', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,194 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoTraditionalNushu-Regular.ttf', name='Noto Traditional Nushu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,194 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-Italic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:33:08,195 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWBookman-LightItalic.otf', name='URW Bookman', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:08,195 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush-LightOblique.otf', name='Umpush', style='oblique', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:08,196 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/BerenisADFPro-Italic.otf', name='Berenis ADF Pro', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,196 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBasI.ttf', name='Gentium Basic', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,197 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari.ttf', name='Kinnari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,197 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansArabic-Regular.ttf', name='Noto Sans Arabic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,198 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHebrew-Regular.ttf', name='Noto Sans Hebrew', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,198 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumBookPlus-Bold.ttf', name='Gentium Book Plus', style='normal', variant='normal', weight=800, stretch='normal', size='scalable')) = 10.43\n",
- "2024-10-29 15:33:08,199 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant10-bold.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,199 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/BerenisADFPro-Bold.otf', name='Berenis ADF Pro', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,199 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Waree.otf', name='Waree', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,200 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Tinos-Bold.ttf', name='Tinos', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,200 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-C.ttf', name='Ubuntu Condensed', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:08,201 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,201 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans9-regular.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,202 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari-BoldOblique.ttf', name='Kinnari', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,202 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman5-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,203 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoKufiArabic-Bold.ttf', name='Noto Kufi Arabic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,203 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/charis/CharisSIL-Regular.ttf', name='Charis SIL', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,204 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAdlam-Regular.ttf', name='Noto Sans Adlam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,204 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Semibold.ttf', name='Lato', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:08,205 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansModi-Regular.ttf', name='Noto Sans Modi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,205 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSans-Italic.otf', name='Nimbus Sans', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,206 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond-Initials.ttf', name='EB Garamond Initials', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,206 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/baekmuk/gulim.ttf', name='Baekmuk Gulim', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,207 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Regular.ttf', name='Go', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,207 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXVariants-Regular.otf', name='STIXVariants', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,207 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnJamoBatang.ttf', name='UnJamoBatang', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,208 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTagbanwa-Regular.ttf', name='Noto Sans Tagbanwa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,208 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-SemiBoldItalic.ttf', name='Yrsa', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:08,209 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipafont-gothic/ipag.ttf', name='IPAGothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,209 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-tamil-classical/Lohit-Tamil-Classical.ttf', name='Lohit Tamil Classical', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,210 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeThreeSym-Regular.otf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,210 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeFiveSym-Regular.otf', name='STIXSizeFiveSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,211 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSansBoldOblique.ttf', name='FreeSans', style='oblique', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:08,211 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSylotiNagri-Regular.ttf', name='Noto Sans Syloti Nagri', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,212 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramondSC08-Regular.otf', name='EB Garamond SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,212 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTamilSlanted-Bold.ttf', name='Noto Serif Tamil Slanted', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,212 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Black.ttf', name='Lato', style='normal', variant='normal', weight=900, stretch='normal', size='scalable')) = 10.525\n",
- "2024-10-29 15:33:08,213 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAPT-Regular.ttf', name='Noto Sans Tifinagh APT', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,213 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond08-Regular.ttf', name='EB Garamond', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,214 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/artemisia/GFSArtemisia.otf', name='GFS Artemisia', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,214 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Sawasdee.ttf', name='Sawasdee', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,215 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXVariants-Bold.otf', name='STIXVariants', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,215 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLycian-Regular.ttf', name='Noto Sans Lycian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,216 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-LI.ttf', name='Ubuntu', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:08,216 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Laksaman-Italic.ttf', name='Laksaman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,217 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOlChiki-Bold.ttf', name='Noto Sans Ol Chiki', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,217 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Caladea-Bold.ttf', name='Caladea', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,217 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Rachana-Regular.ttf', name='Rachana', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,218 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Gidugu.ttf', name='Gidugu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,218 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoRashiHebrew-Regular.ttf', name='Noto Rashi Hebrew', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,219 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansEgyptianHieroglyphs-Regular.ttf', name='Noto Sans Egyptian Hieroglyphs', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,219 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant8-regular.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,220 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCherokee-Bold.ttf', name='Noto Sans Cherokee', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,220 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKhmer-Regular.ttf', name='Noto Serif Khmer', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,221 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_DR.otf', name='Linux Libertine Display O', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,221 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/bodoni-classic/GFSBodoniClassic.otf', name='GFS BodoniClassic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,222 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush-Bold.ttf', name='Umpush', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,222 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 0.25\n",
- "2024-10-29 15:33:08,223 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyretermes-bold.otf', name='TeX Gyre Termes', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,223 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmono10-italic.otf', name='Latin Modern Mono', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,223 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Purisa-Bold.otf', name='Purisa', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,224 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Laksaman-BoldItalic.otf', name='Laksaman', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,224 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Rasa-Regular.ttf', name='Rasa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,225 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansThai-Bold.ttf', name='Noto Sans Thai', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,225 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusMonoPS-BoldItalic.otf', name='Nimbus Mono PS', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,226 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-Semibold.ttf', name='Open Sans', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:08,226 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSans-Italic.ttf', name='Liberation Sans', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,227 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/LakkiReddy.ttf', name='LakkiReddy', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,227 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldPersian-Regular.ttf', name='Noto Sans Old Persian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,228 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSans-BoldItalic.ttf', name='Noto Sans', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,228 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansElymaic-Regular.ttf', name='Noto Sans Elymaic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,228 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifBalinese-Regular.ttf', name='Noto Serif Balinese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,229 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBrahmi-Regular.ttf', name='Noto Sans Brahmi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,229 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/pagul/Pagul.ttf', name='Pagul', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,230 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/porson/GFSPorson.otf', name='GFS Porson', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,230 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-BoldItalic.otf', name='Cabin', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,231 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKannada-Bold.ttf', name='Noto Sans Kannada', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,231 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusRoman-Regular.otf', name='Nimbus Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,232 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMeroitic-Regular.ttf', name='Noto Sans Meroitic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,232 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMalayalam-Regular.ttf', name='Noto Sans Malayalam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,233 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansRejang-Regular.ttf', name='Noto Sans Rejang', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,233 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansInscriptionalParthian-Regular.ttf', name='Noto Sans Inscriptional Parthian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,233 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Regular.ttf', name='Lato', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,234 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Purisa-BoldOblique.ttf', name='Purisa', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,234 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi-BoldOblique.ttf', name='Norasi', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,235 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifYezidi-Bold.ttf', name='Noto Serif Yezidi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,235 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-orya-extra/utkal.ttf', name='ori1Uni', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,236 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrebonum-regular.otf', name='TeX Gyre Bonum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,236 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/lobstertwo/LobsterTwo-Bold.otf', name='Lobster Two', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,237 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 0.33499999999999996\n",
- "2024-10-29 15:33:08,237 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKannada-Regular.ttf', name='Noto Sans Kannada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,238 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm-math/latinmodern-math.otf', name='Latin Modern Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,238 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/SyamalaRamana.ttf', name='Syamala Ramana', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,239 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Bold.ttf', name='Lato', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,239 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgMono-Oblique.ttf', name='Tlwg Mono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,239 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf', name='Liberation Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,240 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoproplt10-bold.otf', name='Latin Modern Mono Prop Light', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,240 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypewriter-BoldOblique.otf', name='Tlwg Typewriter', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,241 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypist.otf', name='Tlwg Typist', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,241 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSans-BoldItalic.otf', name='Nimbus Sans', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,242 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi-Italic.ttf', name='Norasi', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,242 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKayahLi-Bold.ttf', name='Noto Sans Kayah Li', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,243 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Arimo-Italic.ttf', name='Arimo', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,243 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLepcha-Regular.ttf', name='Noto Sans Lepcha', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,244 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-Medium.ttf', name='Yrsa', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,244 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/didot/GFSDidotBold.otf', name='GFS Didot', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,244 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Arimo-BoldItalic.ttf', name='Arimo', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,245 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-BoldItalic.otf', name='Gillius ADF No2', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,245 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Waree-Bold.otf', name='Waree', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,246 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoprop10-regular.otf', name='Latin Modern Mono Prop', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,246 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreadventor-italic.otf', name='TeX Gyre Adventor', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,247 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSansOblique.ttf', name='FreeSans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,247 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoLoopedLao-Bold.ttf', name='Noto Looped Lao', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,248 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-Italic.otf', name='Universalis ADF Std', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,248 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Laksaman-Italic.otf', name='Laksaman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,249 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans10-oblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,249 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-Medium.ttf', name='Roboto Condensed', style='normal', variant='normal', weight=500, stretch='condensed', size='scalable')) = 10.344999999999999\n",
- "2024-10-29 15:33:08,250 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi-BoldItalic.otf', name='Norasi', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,250 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Ponnala.ttf', name='Ponnala', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,250 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrecursor-bold.otf', name='TeX Gyre Cursor', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,251 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Suravaram.ttf', name='Suravaram', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,251 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXGeneral-BoldItalic.otf', name='STIXGeneral', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,252 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Waree-Bold.ttf', name='Waree', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,252 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSerif-Italic.ttf', name='Liberation Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,253 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinBiolinum_R.otf', name='Linux Biolinum O', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,253 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/Z003-MediumItalic.otf', name='Z003', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:08,254 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Thin.ttf', name='Lato', style='normal', variant='normal', weight=200, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:08,254 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo2-Regular.otf', name='Accanthis ADF Std No2', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,255 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/glyphicons/glyphicons-halflings-regular.ttf', name='GLYPHICONS Halflings', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,255 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Sawasdee-Bold.otf', name='Sawasdee', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,255 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansdemicond10-regular.otf', name='Latin Modern Sans Demi Cond', style='normal', variant='normal', weight=600, stretch='condensed', size='scalable')) = 10.44\n",
- "2024-10-29 15:33:08,256 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTibetan-Bold.ttf', name='Noto Serif Tibetan', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,256 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari-Bold.ttf', name='Kinnari', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,257 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeMono.otf', name='FreeMono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,257 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-BI.ttf', name='Ubuntu', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,258 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPalmyrene-Regular.ttf', name='Noto Sans Palmyrene', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,258 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari-Oblique.ttf', name='Kinnari', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,259 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/theokritos/GFSTheokritos.otf', name='GFS Theokritos', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,259 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLao-Regular.ttf', name='Noto Sans Lao', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,260 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCham-Regular.ttf', name='Noto Sans Cham', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,260 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGurmukhi-Bold.ttf', name='Noto Serif Gurmukhi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,265 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTangut-Regular.ttf', name='Noto Serif Tangut', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,265 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Smallcaps-Italic.ttf', name='Go Smallcaps', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,266 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSymbols2-Regular.ttf', name='Noto Sans Symbols2', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,266 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Heavy.ttf', name='Lato', style='normal', variant='normal', weight=800, stretch='normal', size='scalable')) = 10.43\n",
- "2024-10-29 15:33:08,267 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond-InitialsF2.ttf', name='EB Garamond Initials Fill2', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,267 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman10-bolditalic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,267 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari-Oblique.otf', name='Kinnari', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,268 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifHebrew-Regular.ttf', name='Noto Serif Hebrew', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,268 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans12-regular.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,269 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Italic.ttf', name='Liberation Sans Narrow', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:33:08,269 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMeeteiMayek-Regular.ttf', name='Noto Sans Meetei Mayek', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,270 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMono-Regular.ttf', name='Noto Sans Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,270 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifNyiakengPuachueHmong-Bold.ttf', name='Noto Serif Hmong Nyiakeng', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,271 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lao/Phetsarath_OT.ttf', name='Phetsarath OT', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,271 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSans-Bold.otf', name='Nimbus Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,272 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldNorthArabian-Regular.ttf', name='Noto Sans Old North Arabian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,272 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansquot8-regular.otf', name='Latin Modern Sans Quotation', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,273 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifThai-Regular.ttf', name='Noto Serif Thai', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,273 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGujarati-Regular.ttf', name='Noto Serif Gujarati', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,274 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoKufiArabic-Regular.ttf', name='Noto Kufi Arabic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,274 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusMonoPS-Italic.otf', name='Nimbus Mono PS', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,274 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ttf-khmeros-core/KhmerOSsys.ttf', name='Khmer OS System', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,275 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/lobstertwo/LobsterTwo-Regular.otf', name='Lobster Two', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,275 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnPilgiBold.ttf', name='UnPilgi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,276 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMendeKikakui-Regular.ttf', name='Noto Sans Mende Kikakui', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,276 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-Cond.otf', name='Universalis ADF Std', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:08,277 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMro-Regular.ttf', name='Noto Sans Mro', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,277 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKannada-Bold.ttf', name='Noto Serif Kannada', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,278 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-M.ttf', name='Ubuntu', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,278 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoltcond10-regular.otf', name='Latin Modern Mono Light Cond', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:08,279 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari-Bold.otf', name='Kinnari', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,279 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusRoman-Italic.otf', name='Nimbus Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,280 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Italic.ttf', name='Go', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,280 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus-compact/GentiumPlusCompact-I.ttf', name='Gentium Plus Compact', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,280 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWBookman-Light.otf', name='URW Bookman', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,281 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoNaskhArabic-Bold.ttf', name='Noto Naskh Arabic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,281 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansElbasan-Regular.ttf', name='Noto Sans Elbasan', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,282 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramondSC12-Regular.otf', name='EB Garamond SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,282 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Rasa-Light.ttf', name='Rasa', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,283 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDisplay-BoldItalic.ttf', name='Noto Sans Display', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,283 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSans-Italic.ttf', name='Noto Sans', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,284 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeMono.ttf', name='FreeMono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,284 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/quicksand/Quicksand-Regular.ttf', name='Quicksand', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,285 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/comfortaa/Comfortaa-Bold.ttf', name='Comfortaa', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,285 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Oblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,285 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond12-Regular.otf', name='EB Garamond', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,286 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/P052-Bold.otf', name='P052', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,286 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/padauk/PadaukBook-Regular.ttf', name='Padauk Book', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,287 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromancaps10-regular.otf', name='Latin Modern Roman Caps', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,287 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/samyak-fonts/Samyak-Tamil.ttf', name='Samyak Tamil', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,288 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cantarell/Cantarell-ExtraBold.otf', name='Cantarell', style='normal', variant='normal', weight=800, stretch='normal', size='scalable')) = 10.43\n",
- "2024-10-29 15:33:08,288 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Loma-Bold.ttf', name='Loma', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,289 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman17-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,289 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond-InitialsF2.otf', name='EB Garamond Initials Fill2', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,290 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari-BoldOblique.otf', name='Kinnari', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,290 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-BoldItalic.ttf', name='Lato', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,291 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOriya-Bold.ttf', name='Noto Sans Oriya', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,291 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond12-Italic.otf', name='EB Garamond', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,291 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCypriot-Regular.ttf', name='Noto Sans Cypriot', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,292 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCherokee-Regular.ttf', name='Noto Sans Cherokee', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,292 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush-Light.ttf', name='Umpush', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,293 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeTwoSym-Bold.otf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,293 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-BlackItalic.ttf', name='Roboto', style='italic', variant='normal', weight=900, stretch='normal', size='scalable')) = 11.525\n",
- "2024-10-29 15:33:08,294 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Loma.ttf', name='Loma', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,294 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMedefaidrin-Bold.ttf', name='Noto Sans Medefaidrin', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,295 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnGraphicBold.ttf', name='UnGraphic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,295 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-BoldCondItalic.otf', name='Gillius ADF', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:33:08,296 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSansBold.otf', name='FreeSans', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:08,296 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnYetgul.ttf', name='UnYetgul', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,297 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrepagella-regular.otf', name='TeX Gyre Pagella', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,297 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerif-Bold.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,298 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari-BoldItalic.otf', name='Kinnari', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,298 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCanadianAboriginal-Bold.ttf', name='Noto Sans Canadian Aboriginal', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,299 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSaurashtra-Regular.ttf', name='Noto Sans Saurashtra', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,299 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansArmenian-Regular.ttf', name='Noto Sans Armenian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,299 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/complutum/GFSPolyglot.otf', name='GFS Complutum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,300 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKhudawadi-Regular.ttf', name='Noto Sans Khudawadi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,300 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSansOblique.otf', name='FreeSans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,301 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGurmukhi-Bold.ttf', name='Noto Sans Gurmukhi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,301 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrebonum-bold.otf', name='TeX Gyre Bonum', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,302 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldSogdian-Regular.ttf', name='Noto Sans Old Sogdian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,302 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoMono-Regular.ttf', name='Noto Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,303 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/olga/GFSOlga.otf', name='GFS Olga', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,303 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerif-Italic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,304 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSans-ExtraLight.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=200, stretch='normal', size='scalable')) = 0.24\n",
- "2024-10-29 15:33:08,304 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-ThinItalic.ttf', name='Lato', style='italic', variant='normal', weight=200, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:08,305 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/Mukti.ttf', name='Mukti', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,305 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/charis/CharisSIL-Bold.ttf', name='Charis SIL', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,305 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-punjabi/Lohit-Gurmukhi.ttf', name='Lohit Gurmukhi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,306 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Garuda-Bold.otf', name='Garuda', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,306 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnDinaru.ttf', name='UnDinaru', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,307 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman8-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,307 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifEthiopic-Regular.ttf', name='Noto Serif Ethiopic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,308 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmono9-regular.otf', name='Latin Modern Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,308 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Medium.ttf', name='Go Medium', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,309 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-Regular.ttf', name='Yrsa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,309 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-R.ttf', name='Ubuntu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,310 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/NATS.ttf', name='NATS', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,310 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-Bold.ttf', name='Open Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,311 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi-Oblique.otf', name='Norasi', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,311 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDevanagari-Regular.ttf', name='Noto Sans Devanagari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,311 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoltcond10-oblique.otf', name='Latin Modern Mono Light Cond', style='oblique', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:33:08,312 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDisplay-Regular.ttf', name='Noto Sans Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,312 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Medium.ttf', name='Lato', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,313 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-BoldItalic.otf', name='Universalis ADF Std', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,313 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTelugu-Regular.ttf', name='Noto Serif Telugu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,314 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMalayalam-Bold.ttf', name='Noto Sans Malayalam', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,314 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSerif-Italic.ttf', name='Liberation Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,315 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSansNarrow-BoldOblique.otf', name='Nimbus Sans Narrow', style='oblique', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:33:08,315 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinBiolinum_K.otf', name='Linux Biolinum Keyboard O', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,316 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/arphic-bsmi00lp/bsmi00lp.ttf', name='AR PL Mingti2L Big5', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,316 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDevanagari-Bold.ttf', name='Noto Sans Devanagari', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,317 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSansBoldOblique.otf', name='FreeSans', style='oblique', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:08,317 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoNaskhArabic-Regular.ttf', name='Noto Naskh Arabic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,318 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf', name='FreeMono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,318 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstArt.ttf', name='KacstArt', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,318 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansVai-Regular.ttf', name='Noto Sans Vai', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,319 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrepagella-italic.otf', name='TeX Gyre Pagella', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,319 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman9-italic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,320 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghHawad-Regular.ttf', name='Noto Sans Tifinagh Hawad', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,320 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-gujr-extra/padmaa-Medium-0.5.ttf', name='padmaa', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,321 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-HairlineItalic.ttf', name='Lato', style='italic', variant='normal', weight=100, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,321 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBalinese-Regular.ttf', name='Noto Sans Balinese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,322 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/gazis/GFSGazis.otf', name='GFS Gazis', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,322 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXNonUnicode-Bold.otf', name='STIXNonUnicode', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,323 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreschola-bold.otf', name='TeX Gyre Schola', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,323 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansYi-Regular.ttf', name='Noto Sans Yi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,323 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUpSm-Bold.otf', name='STIXIntegralsUpSm', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,324 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Bold.ttf', name='Go', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:08,325 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium/Gentium-R.ttf', name='Gentium', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,325 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman6-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,326 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMasaramGondi-Regular.ttf', name='Noto Sans Masaram Gondi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,326 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-BoldOblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=700, stretch='condensed', size='scalable')) = 1.535\n",
- "2024-10-29 15:33:08,327 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Gayathri-Thin.otf', name='Gayathri', style='normal', variant='normal', weight=100, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,327 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSansNarrow-Oblique.otf', name='Nimbus Sans Narrow', style='oblique', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:33:08,328 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Italic.ttf', name='Lato', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,328 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/artemisia/GFSArtemisiaIt.otf', name='GFS Artemisia', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,329 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGeorgian-Bold.ttf', name='Noto Sans Georgian', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,329 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Garuda-BoldOblique.ttf', name='Garuda', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,371 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSans-Regular.ttf', name='Noto Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,371 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPauCinHau-Regular.ttf', name='Noto Sans Pau Cin Hau', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,372 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSiddham-Regular.ttf', name='Noto Sans Siddham', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,372 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-kalapi/Kalapi.ttf', name='Kalapi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,373 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-L.ttf', name='Ubuntu', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,373 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoLoopedLao-Regular.ttf', name='Noto Looped Lao', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,374 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/baekmuk/batang.ttf', name='Baekmuk Batang', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,375 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSerif-Bold.ttf', name='Liberation Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,375 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Suruma.ttf', name='Suruma', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,376 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/comfortaa/Comfortaa-Regular.ttf', name='Comfortaa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,376 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonolt10-oblique.otf', name='Latin Modern Mono Light', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,377 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman7-italic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,379 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUp-Bold.otf', name='STIXIntegralsUp', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,380 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXGeneral-Bold.otf', name='STIXGeneral', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,380 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSundanese-Regular.ttf', name='Noto Sans Sundanese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,381 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSoyombo-Regular.ttf', name='Noto Sans Soyombo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,382 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBasBI.ttf', name='Gentium Basic', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,383 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Laksaman-Bold.ttf', name='Laksaman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,383 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheroscn-bold.otf', name='TeX Gyre Heros Cn', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,384 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeMonoBoldOblique.ttf', name='FreeMono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,384 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDisplay-Bold.ttf', name='Noto Serif Display', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,385 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/junicode/Junicode-Italic.ttf', name='Junicode', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,385 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgMono-Bold.ttf', name='Tlwg Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,386 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnBatangBold.ttf', name='UnBatang', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,387 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheroscn-bolditalic.otf', name='TeX Gyre Heros Cn', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,388 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Manjari-Regular.otf', name='Manjari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,389 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGujarati-Bold.ttf', name='Noto Sans Gujarati', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,389 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSerif-BoldItalic.ttf', name='Liberation Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,390 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman7-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,390 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-CondItalic.otf', name='Universalis ADF Std', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:33:08,391 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMarchen-Regular.ttf', name='Noto Sans Marchen', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,391 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghRhissaIxa-Regular.ttf', name='Noto Sans Tifinagh Rhissa Ixa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,392 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman9-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,392 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSoraSompeng-Regular.ttf', name='Noto Sans Sora Sompeng', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,393 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDevanagari-Regular.ttf', name='Noto Serif Devanagari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,393 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-gujr-extra/padmaa.ttf', name='padmaa', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,394 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,394 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Mono.ttf', name='Go Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,395 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyretermes-bolditalic.otf', name='TeX Gyre Termes', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,397 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond-Initials.otf', name='EB Garamond Initials', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,398 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-BoldItalic.ttf', name='Roboto', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,399 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix-word/STIX-Regular.otf', name='STIX', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,399 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypist-Oblique.otf', name='Tlwg Typist', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,400 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumPlus-Bold.ttf', name='Gentium Plus', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,400 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Bold.ttf', name='Roboto', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,401 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/junicode/FoulisGreek.ttf', name='FoulisGreek', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,401 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-Italic.otf', name='Gillius ADF No2', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,402 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Smallcaps.ttf', name='Go Smallcaps', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,402 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGeorgian-Bold.ttf', name='Noto Serif Georgian', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,403 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypo-Bold.otf', name='Tlwg Typo', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,403 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-Italic.ttf', name='Roboto Condensed', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:33:08,404 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKaithi-Regular.ttf', name='Noto Sans Kaithi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,404 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Dyuthi-Regular.ttf', name='Dyuthi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,405 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Garuda-Oblique.ttf', name='Garuda', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,408 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-SemiBold.otf', name='Cabin', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:08,408 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipafont-mincho/ipamp.ttf', name='IPAPMincho', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,409 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-Regular.otf', name='Gillius ADF', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,409 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-Regular.ttf', name='Roboto Condensed', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:08,410 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansThai-Regular.ttf', name='Noto Sans Thai', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,410 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLydian-Regular.ttf', name='Noto Sans Lydian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,411 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-Light.ttf', name='Open Sans', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,411 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre-math/texgyretermes-math.otf', name='TeX Gyre Termes Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,412 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/neohellenic/GFSNeohellenicBoldIt.otf', name='GFS Neohellenic', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,412 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-Regular.otf', name='Gillius ADF No2', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,413 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Purisa.ttf', name='Purisa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,414 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBatak-Regular.ttf', name='Noto Sans Batak', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,414 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipaexfont-gothic/ipaexg.ttf', name='IPAexGothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,415 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGrantha-Regular.ttf', name='Noto Serif Grantha', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,415 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Rasa-Bold.ttf', name='Rasa', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,416 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi-BoldItalic.ttf', name='Norasi', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,416 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Waree-Oblique.ttf', name='Waree', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,417 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldItalic-Regular.ttf', name='Noto Sans Old Italic', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,417 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnDotum.ttf', name='UnDotum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,418 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOsmanya-Regular.ttf', name='Noto Sans Osmanya', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,418 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/UbuntuMono-B.ttf', name='Ubuntu Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,422 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnPilgi.ttf', name='UnPilgi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,422 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_RB.otf', name='Linux Libertine O', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,423 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/quicksand/Quicksand-Medium.ttf', name='Quicksand Medium', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,423 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnJamoSora.ttf', name='UnJamoSora', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,424 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Manjari-Thin.otf', name='Manjari', style='normal', variant='normal', weight=100, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,424 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifSinhala-Regular.ttf', name='Noto Serif Sinhala', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,426 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifHebrew-Bold.ttf', name='Noto Serif Hebrew', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,426 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnDinaruBold.ttf', name='UnDinaru', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,427 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansArmenian-Bold.ttf', name='Noto Sans Armenian', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,428 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSerif-Regular.ttf', name='Liberation Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,429 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Sawasdee-Bold.ttf', name='Sawasdee', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,429 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Rasa-SemiBold.ttf', name='Rasa', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:08,430 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/Amiri-Regular.ttf', name='Amiri', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,431 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/charis/CharisSIL-Italic.ttf', name='Charis SIL', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,431 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBhaiksuki-Regular.ttf', name='Noto Sans Bhaiksuki', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,432 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Loma-BoldOblique.ttf', name='Loma', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,433 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSymbols-Bold.ttf', name='Noto Sans Symbols', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,433 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypewriter.otf', name='Tlwg Typewriter', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,434 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-BoldCond.otf', name='Universalis ADF Std', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:33:08,435 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre-math/texgyreschola-math.otf', name='TeX Gyre Schola Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,435 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-CondItalic.otf', name='Gillius ADF No2', style='italic', variant='normal', weight=400, stretch='condensed', size='scalable')) = 11.25\n",
- "2024-10-29 15:33:08,436 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Waree-BoldOblique.ttf', name='Waree', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,437 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSogdian-Regular.ttf', name='Noto Sans Sogdian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,438 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans8-oblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,438 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Sawasdee-Oblique.ttf', name='Sawasdee', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,439 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/samyak/Samyak-Devanagari.ttf', name='Samyak Devanagari', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,440 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-Italic.otf', name='Gillius ADF', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,441 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAgrawImazighen-Regular.ttf', name='Noto Sans Tifinagh Agraw Imazighen', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,441 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond12-Bold.ttf', name='EB Garamond', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,442 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/UbuntuMono-RI.ttf', name='Ubuntu Mono', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,443 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreschola-italic.otf', name='TeX Gyre Schola', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,443 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/padauk/PadaukBook-Bold.ttf', name='Padauk Book', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,444 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansNabataean-Regular.ttf', name='Noto Sans Nabataean', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,444 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush.otf', name='Umpush', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,446 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/dhurjati.ttf', name='Dhurjati', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,446 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGlagolitic-Regular.ttf', name='Noto Sans Glagolitic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,447 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGothic-Regular.ttf', name='Noto Sans Gothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,447 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari-Italic.ttf', name='Kinnari', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,448 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Waree-Oblique.otf', name='Waree', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,448 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnPenheulim.ttf', name='UnPenheulim', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,449 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifMyanmar-Regular.ttf', name='Noto Serif Myanmar', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,449 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDisplay-Regular.ttf', name='Noto Serif Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,450 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBkBasI.ttf', name='Gentium Book Basic', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,450 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSerifBoldItalic.ttf', name='FreeSerif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,451 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanunsl10-regular.otf', name='Latin Modern Roman Unslanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,452 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerif-BoldItalic.ttf', name='Noto Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,452 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-ThinItalic.ttf', name='Roboto', style='italic', variant='normal', weight=250, stretch='normal', size='scalable')) = 11.1925\n",
- "2024-10-29 15:33:08,453 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifLao-Regular.ttf', name='Noto Serif Lao', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,453 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-telu-extra/Pothana2000.ttf', name='Pothana2000', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,454 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush-Bold.otf', name='Umpush', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,456 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Sarai/Sarai.ttf', name='Sarai', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,457 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-SemiboldItalic.ttf', name='Open Sans', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:08,457 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldHungarian-Regular.ttf', name='Noto Sans Old Hungarian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,458 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMyanmar-Regular.ttf', name='Noto Sans Myanmar', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,459 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/arphic-gbsn00lp/gbsn00lp.ttf', name='AR PL SungtiL GB', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,459 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldPermic-Regular.ttf', name='Noto Sans Old Permic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,460 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Bold.ttf', name='Liberation Sans Narrow', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:33:08,460 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldSouthArabian-Regular.ttf', name='Noto Sans Old South Arabian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,461 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnGraphic.ttf', name='UnGraphic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,461 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromandemi10-regular.otf', name='Latin Modern Roman Demi', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:08,462 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cantarell/Cantarell-Bold.otf', name='Cantarell', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,462 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-BoldCond.otf', name='Gillius ADF', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:33:08,463 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuMathTeXGyre.ttf', name='DejaVu Math TeX Gyre', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,463 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman7-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,466 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOriya-Regular.ttf', name='Noto Sans Oriya', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,466 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSyriac-Regular.ttf', name='Noto Sans Syriac', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,467 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLisu-Regular.ttf', name='Noto Sans Lisu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,467 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDisplay-BoldItalic.ttf', name='Noto Serif Display', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,468 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAhaggar-Regular.ttf', name='Noto Sans Tifinagh Ahaggar', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,469 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_RI.otf', name='Linux Libertine O', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,470 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMeeteiMayek-Bold.ttf', name='Noto Sans Meetei Mayek', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,471 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansRunic-Regular.ttf', name='Noto Sans Runic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,472 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipafont-gothic/ipagp.ttf', name='IPAPGothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,472 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBengali-Bold.ttf', name='Noto Sans Bengali', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,473 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/arphic/uming.ttc', name='AR PL UMing CN', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,473 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush-BoldOblique.otf', name='Umpush', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,474 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrebonum-italic.otf', name='TeX Gyre Bonum', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,474 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBasB.ttf', name='Gentium Basic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,475 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPahawhHmong-Regular.ttf', name='Noto Sans Pahawh Hmong', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,475 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Caladea-Italic.ttf', name='Caladea', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,476 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAzawagh-Regular.ttf', name='Noto Sans Tifinagh Azawagh', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,476 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-Regular.otf', name='Universalis ADF Std', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,477 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/NTR.ttf', name='NTR', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,479 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTaiTham-Bold.ttf', name='Noto Sans Tai Tham', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,480 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstNaskh.ttf', name='KacstNaskh', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,480 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant10-regular.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,481 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Ramaraja-Regular.ttf', name='Ramaraja', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,481 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypo-BoldOblique.ttf', name='Tlwg Typo', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,482 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSans-BoldItalic.ttf', name='Liberation Sans', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,482 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond08-Regular.otf', name='EB Garamond', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,483 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTaiLe-Regular.ttf', name='Noto Sans Tai Le', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,483 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusRoman-BoldItalic.otf', name='Nimbus Roman', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,485 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush-LightOblique.ttf', name='Umpush', style='oblique', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:08,486 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cantarell/Cantarell-Regular.otf', name='Cantarell', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,486 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonocaps10-oblique.otf', name='Latin Modern Mono Caps', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,487 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman12-italic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,488 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-Cond.otf', name='Gillius ADF No2', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:08,489 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-Th.ttf', name='Ubuntu', style='normal', variant='normal', weight=250, stretch='normal', size='scalable')) = 10.1925\n",
- "2024-10-29 15:33:08,489 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-BlackItalic.ttf', name='Lato', style='italic', variant='normal', weight=900, stretch='normal', size='scalable')) = 11.525\n",
- "2024-10-29 15:33:08,490 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/libreoffice/opens___.ttf', name='OpenSymbol', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,490 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Oblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=400, stretch='condensed', size='scalable')) = 1.25\n",
- "2024-10-29 15:33:08,491 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Light.ttf', name='Lato', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,491 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstOffice.ttf', name='KacstOffice', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,492 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Medium-Italic.ttf', name='Go Medium', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:08,494 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTirhuta-Regular.ttf', name='Noto Sans Tirhuta', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,494 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Purisa.otf', name='Purisa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,495 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeFourSym-Regular.otf', name='STIXSizeFourSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,496 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cantarell/Cantarell-Thin.otf', name='Cantarell', style='normal', variant='normal', weight=100, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,496 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo3-Bold.otf', name='Accanthis ADF Std No3', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,497 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Mono-Bold-Italic.ttf', name='Go Mono', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:08,498 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerif-BoldItalic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,499 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Sahadeva/sahadeva.ttf', name='Sahadeva', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,499 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXGeneral-Regular.otf', name='STIXGeneral', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,500 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/asana-math/Asana-Math.otf', name='Asana Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,500 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-Bold.otf', name='Gillius ADF', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,501 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansNewTaiLue-Regular.ttf', name='Noto Sans New Tai Lue', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,501 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSerif.otf', name='FreeSerif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,502 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghSIL-Regular.ttf', name='Noto Sans Tifinagh SIL', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,503 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-CondLight.ttf', name='Open Sans', style='normal', variant='normal', weight=300, stretch='condensed', size='scalable')) = 10.344999999999999\n",
- "2024-10-29 15:33:08,503 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-LightItalic.ttf', name='Lato', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:08,504 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/didot/GFSDidotItalic.otf', name='GFS Didot', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,504 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-ExtraBoldItalic.ttf', name='Open Sans', style='italic', variant='normal', weight=800, stretch='normal', size='scalable')) = 11.43\n",
- "2024-10-29 15:33:08,505 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/Amiri-BoldSlanted.ttf', name='Amiri', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,505 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDeseret-Regular.ttf', name='Noto Sans Deseret', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,506 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-telu-extra/vemana2000.ttf', name='Vemana2000', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,506 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPsalterPahlavi-Regular.ttf', name='Noto Sans Psalter Pahlavi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,507 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTaiTham-Regular.ttf', name='Noto Sans Tai Tham', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,507 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromandunh10-regular.otf', name='Latin Modern Roman Dunhill', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,508 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstBook.ttf', name='KacstBook', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,508 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBamum-Bold.ttf', name='Noto Sans Bamum', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,509 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMedefaidrin-Regular.ttf', name='Noto Sans Medefaidrin', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,509 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Sawasdee-Oblique.otf', name='Sawasdee', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,510 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-oriya/Lohit-Odia.ttf', name='Lohit Odia', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,510 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMyanmar-Bold.ttf', name='Noto Sans Myanmar', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,511 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/BerenisADFPro-Regular.otf', name='Berenis ADF Pro', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,511 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium/GentiumAlt-I.ttf', name='GentiumAlt', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,512 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Sawasdee.otf', name='Sawasdee', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,513 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramondSC12-Regular.ttf', name='EB Garamond SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,513 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond12-Italic.ttf', name='EB Garamond', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,514 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumPlus-Regular.ttf', name='Gentium Plus', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,514 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheros-regular.otf', name='TeX Gyre Heros', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,515 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Rachana-Bold.ttf', name='Rachana', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,515 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/padauk/Padauk-Bold.ttf', name='Padauk', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,516 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/UbuntuMono-BI.ttf', name='Ubuntu Mono', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,516 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeTwoSym-Regular.otf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,517 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypewriter-Oblique.otf', name='Tlwg Typewriter', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,517 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypist-Bold.ttf', name='Tlwg Typist', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,518 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstPoster.ttf', name='KacstPoster', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,518 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Loma-Oblique.ttf', name='Loma', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,519 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/artemisia/GFSArtemisiaBoldIt.otf', name='GFS Didot', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,519 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAdlamUnjoined-Bold.ttf', name='Noto Sans Adlam Unjoined', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,525 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant17-regular.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,526 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPhagsPa-Regular.ttf', name='Noto Sans PhagsPa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,527 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/BerenisADFPro-BoldItalic.otf', name='Berenis ADF Pro', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,528 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/quicksand/Quicksand-Bold.ttf', name='Quicksand', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,528 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Arimo-Regular.ttf', name='Arimo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,529 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Navilu/Navilu.ttf', name='Navilu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,529 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationMono-Italic.ttf', name='Liberation Mono', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,530 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOldTurkic-Regular.ttf', name='Noto Sans Old Turkic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,530 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationMono-Bold.ttf', name='Liberation Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,531 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnDotumBold.ttf', name='UnDotum', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,532 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHebrew-Bold.ttf', name='Noto Sans Hebrew', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,533 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUp-Regular.otf', name='STIXIntegralsUp', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,534 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-ExtraBold.ttf', name='Open Sans', style='normal', variant='normal', weight=800, stretch='normal', size='scalable')) = 10.43\n",
- "2024-10-29 15:33:08,534 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond12-Regular.ttf', name='EB Garamond', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,535 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonocaps10-regular.otf', name='Latin Modern Mono Caps', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,536 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/baekmuk/dotum.ttf', name='Baekmuk Dotum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,536 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_I.otf', name='Linux Libertine Initials O', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,537 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo3-BoldItalic.otf', name='Accanthis ADF Std No3', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,538 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Carlito-Italic.ttf', name='Carlito', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,538 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrecursor-bolditalic.otf', name='TeX Gyre Cursor', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,539 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tibetan-machine/TibetanMachineUni.ttf', name='Tibetan Machine Uni', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,540 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-CondLightItalic.ttf', name='Open Sans', style='italic', variant='normal', weight=300, stretch='condensed', size='scalable')) = 11.344999999999999\n",
- "2024-10-29 15:33:08,541 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/lobster/lobster.otf', name='Lobster Two', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,541 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-MediumItalic.ttf', name='Yrsa', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:08,542 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf', name='Droid Sans Fallback', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,542 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumPlus-BoldItalic.ttf', name='Gentium Plus', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,543 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-HeavyItalic.ttf', name='Lato', style='italic', variant='normal', weight=800, stretch='normal', size='scalable')) = 11.43\n",
- "2024-10-29 15:33:08,544 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/Ani.ttf', name='Ani', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,544 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAvestan-Regular.ttf', name='Noto Sans Avestan', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,545 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Peddana-Regular.ttf', name='Peddana', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,545 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman10-italic.otf', name='Latin Modern Roman', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,546 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifMalayalam-Regular.ttf', name='Noto Serif Malayalam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,546 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgMono.ttf', name='Tlwg Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,547 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre-math/texgyredejavu-math.otf', name='TeX Gyre DejaVu Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,548 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/lobstertwo/LobsterTwo-BoldItalic.otf', name='Lobster Two', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,548 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLinearB-Regular.ttf', name='Noto Sans Linear B', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,549 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXNonUnicode-Regular.otf', name='STIXNonUnicode', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,551 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheros-bolditalic.otf', name='TeX Gyre Heros', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,551 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypo.otf', name='Tlwg Typo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,552 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSans-BoldOblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 1.335\n",
- "2024-10-29 15:33:08,553 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/padauk/Padauk-Regular.ttf', name='Padauk', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,553 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst-one/KacstOne-Bold.ttf', name='KacstOne', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,554 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansJavanese-Bold.ttf', name='Noto Sans Javanese', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,555 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman12-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,555 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBuginese-Regular.ttf', name='Noto Sans Buginese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,556 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusMonoPS-Regular.otf', name='Nimbus Mono PS', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,556 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerif-Regular.ttf', name='Noto Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,557 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans10-boldoblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,558 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/UniversalisADFStd-Bold.otf', name='Universalis ADF Std', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,558 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant9-regular.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,559 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnPen.ttf', name='UnPen', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,559 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSinhala-Regular.ttf', name='Noto Sans Sinhala', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,560 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond12-Bold.otf', name='EB Garamond', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,560 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTelugu-Bold.ttf', name='Noto Sans Telugu', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,561 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHanunoo-Regular.ttf', name='Noto Sans Hanunoo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,562 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ttf-khmeros-core/KhmerOS.ttf', name='Khmer OS', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,562 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMono-Bold.ttf', name='Noto Sans Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,564 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnShinmun.ttf', name='UnShinmun', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,565 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo2-BoldItalic.otf', name='Accanthis ADF Std No2', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,565 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLisu-Bold.ttf', name='Noto Sans Lisu', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,566 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBkBasB.ttf', name='Gentium Book Basic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,567 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus-compact/GentiumPlusCompact-R.ttf', name='Gentium Plus Compact', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,568 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/JamrulNormal.ttf', name='Jamrul', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,568 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari.otf', name='Kinnari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,569 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix-word/STIX-BoldItalic.otf', name='STIX', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,570 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman8-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,571 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/P052-Roman.otf', name='P052', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,571 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromancaps10-oblique.otf', name='Latin Modern Roman Caps', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,572 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypo.ttf', name='Tlwg Typo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,572 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Kinnari-Italic.otf', name='Kinnari', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,574 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypist-Bold.otf', name='Tlwg Typist', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,574 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansImperialAramaic-Regular.ttf', name='Noto Sans Imperial Aramaic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,575 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansArabic-Bold.ttf', name='Noto Sans Arabic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,575 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre-math/texgyrepagella-math.otf', name='TeX Gyre Pagella Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,576 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrechorus-mediumitalic.otf', name='TeX Gyre Chorus', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,576 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMiao-Regular.ttf', name='Noto Sans Miao', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,577 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnDinaruLight.ttf', name='UnDinaru', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,577 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/sinhala/lklug.ttf', name='LKLUG', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,579 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHanifiRohingya-Bold.ttf', name='Noto Sans Hanifi Rohingya', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,580 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Uroob-Regular.ttf', name='Uroob', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,580 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansInscriptionalPahlavi-Regular.ttf', name='Noto Sans Inscriptional Pahlavi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,581 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-MediumItalic.otf', name='Cabin', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:08,581 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/junicode/Junicode-Bold.ttf', name='Junicode', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:08,582 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifAhom-Regular.ttf', name='Noto Serif Ahom', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,583 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDisplay-Italic.ttf', name='Noto Sans Display', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,583 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnVada.ttf', name='UnVada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,584 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoslant10-regular.otf', name='Latin Modern Mono Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,584 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSymbols-Regular.ttf', name='Noto Sans Symbols', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,585 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans9-oblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,587 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi.ttf', name='Norasi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,587 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Carlito-Bold.ttf', name='Carlito', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,588 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/neohellenic/GFSNeohellenic.otf', name='GFS Neohellenic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,588 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOgham-Regular.ttf', name='Noto Sans Ogham', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,589 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGrantha-Regular.ttf', name='Noto Sans Grantha', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,589 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSerifItalic.otf', name='FreeSerif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,590 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrepagella-bolditalic.otf', name='TeX Gyre Pagella', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,591 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-Light.ttf', name='Roboto Condensed', style='normal', variant='normal', weight=300, stretch='condensed', size='scalable')) = 10.344999999999999\n",
- "2024-10-29 15:33:08,592 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Karumbi-Regular.ttf', name='Karumbi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,593 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansIndicSiyaqNumbers-Regular.ttf', name='Noto Sans Indic Siyaq Numbers', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,593 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypewriter.ttf', name='Tlwg Typewriter', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,594 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/P052-Italic.otf', name='P052', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,594 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypo-BoldOblique.otf', name='Tlwg Typo', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,595 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsSm-Bold.otf', name='STIXIntegralsSm', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,595 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGujarati-Bold.ttf', name='Noto Serif Gujarati', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,596 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSansNarrow-BoldItalic.ttf', name='Liberation Sans Narrow', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:33:08,597 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansZanabazarSquare-Regular.ttf', name='Noto Sans Zanabazar Square', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,597 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoMusic-Regular.ttf', name='Noto Music', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,598 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi-Bold.otf', name='Norasi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,598 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Garuda.ttf', name='Garuda', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,599 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Gubbi/Gubbi.ttf', name='Gubbi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,599 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationMono-Bold.ttf', name='Liberation Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,600 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifMalayalam-Bold.ttf', name='Noto Serif Malayalam', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,601 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifArmenian-Regular.ttf', name='Noto Serif Armenian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,601 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond12-AllSC.otf', name='EB Garamond 12 All SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,602 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-Bold.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:33:08,604 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/arphic-bkai00mp/bkai00mp.ttf', name='AR PL KaitiM Big5', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,605 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Loma-BoldOblique.otf', name='Loma', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,606 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre-math/texgyrebonum-math.otf', name='TeX Gyre Bonum Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,606 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoproplt10-oblique.otf', name='Latin Modern Mono Prop Light', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,607 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Laksaman-BoldItalic.ttf', name='Laksaman', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,607 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoRashiHebrew-Bold.ttf', name='Noto Rashi Hebrew', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,608 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-Italic.ttf', name='Open Sans', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,608 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo2-Italic.otf', name='Accanthis ADF Std No2', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,609 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMayanNumerals-Regular.ttf', name='Noto Sans Mayan Numerals', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,610 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Garuda.otf', name='Garuda', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,610 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBalinese-Bold.ttf', name='Noto Sans Balinese', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,611 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAdlam-Bold.ttf', name='Noto Sans Adlam', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,611 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnGungseo.ttf', name='UnGungseo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,612 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstDecorative.ttf', name='KacstDecorative', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,613 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstTitle.ttf', name='KacstTitle', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,613 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTibetan-Regular.ttf', name='Noto Serif Tibetan', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,614 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreadventor-bold.otf', name='TeX Gyre Adventor', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,614 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromanslant12-regular.otf', name='Latin Modern Roman Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,615 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreschola-regular.otf', name='TeX Gyre Schola', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,615 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgMono-Bold.otf', name='Tlwg Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,616 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrecursor-regular.otf', name='TeX Gyre Cursor', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,616 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoproplt10-boldoblique.otf', name='Latin Modern Mono Prop Light', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,617 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnJamoNovel.ttf', name='UnJamoNovel', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,617 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-MediumItalic.ttf', name='Roboto', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:08,618 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Umpush-Light.otf', name='Umpush', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,618 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSerifBold.otf', name='FreeSerif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,622 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-Italic.otf', name='Cabin', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,623 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/samyak-fonts/Samyak-Malayalam.ttf', name='Samyak Malayalam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,623 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/TimmanaRegular.ttf', name='Timmana', style='normal', variant='normal', weight=900, stretch='normal', size='scalable')) = 10.525\n",
- "2024-10-29 15:33:08,624 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Meera-Regular.ttf', name='Meera', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,625 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansPhoenician-Regular.ttf', name='Noto Sans Phoenician', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,626 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinBiolinum_RB.otf', name='Linux Biolinum O', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,626 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-SemiBoldItalic.otf', name='Cabin', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:08,627 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cantarell/Cantarell-Light.otf', name='Cantarell', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,628 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumBookPlus-BoldItalic.ttf', name='Gentium Book Plus', style='italic', variant='normal', weight=800, stretch='normal', size='scalable')) = 11.43\n",
- "2024-10-29 15:33:08,629 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Sawasdee-BoldOblique.otf', name='Sawasdee', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,629 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/noto/NotoSansCJK-Bold.ttc', name='Noto Sans CJK JP', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,630 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinagh-Regular.ttf', name='Noto Sans Tifinagh', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,630 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSans-Italic.ttf', name='Liberation Sans', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,631 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/didot/GFSDidotBoldItalic.otf', name='GFS Didot', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,632 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium/GentiumAlt-R.ttf', name='GentiumAlt', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,632 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansEthiopic-Regular.ttf', name='Noto Sans Ethiopic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,633 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Medium.ttf', name='Roboto', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,633 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Mono-Bold.ttf', name='Go Mono', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:08,634 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLinearA-Regular.ttf', name='Noto Sans Linear A', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,636 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBkBasBI.ttf', name='Gentium Book Basic', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,636 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/junicode/Junicode.ttf', name='Junicode', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,637 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/TenaliRamakrishna-Regular.ttf', name='TenaliRamakrishna', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,637 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoproplt10-regular.otf', name='Latin Modern Mono Prop Light', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,638 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/mry_KacstQurn.ttf', name='mry_KacstQurn', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,638 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/SreeKrushnadevaraya.ttf', name='Sree Krushnadevaraya', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,640 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifBengali-Regular.ttf', name='Noto Serif Bengali', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,640 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMath-Regular.ttf', name='Noto Sans Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,641 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansUgaritic-Regular.ttf', name='Noto Sans Ugaritic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,641 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSerif.ttf', name='FreeSerif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,642 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Arimo-Bold.ttf', name='Arimo', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,643 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBkBasR.ttf', name='Gentium Book Basic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,643 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf', name='FreeSerif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,644 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusMonoPS-Bold.otf', name='Nimbus Mono PS', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,644 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypewriter-BoldOblique.ttf', name='Tlwg Typewriter', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,645 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/C059-BdIta.otf', name='C059', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,645 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-japanese-gothic.ttf', name='IPAexGothic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,646 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Cousine-Regular.ttf', name='Cousine', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,647 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman12-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,647 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Bold.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 0.5349999999999999\n",
- "2024-10-29 15:33:08,648 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonolt10-bold.otf', name='Latin Modern Mono Light', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,648 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSans-Bold.ttf', name='Liberation Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,649 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/lobstertwo/LobsterTwo-Italic.otf', name='Lobster Two', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,651 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Italic.ttf', name='Roboto', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,652 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-BoldItalic.otf', name='Gillius ADF', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,653 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDuployan-Regular.ttf', name='Noto Sans Duployan', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,654 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/BerenisADFProMath-Regular.otf', name='Berenis ADF Pro Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,654 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGeorgian-Regular.ttf', name='Noto Serif Georgian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,655 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,655 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/arphic-gkai00mp/gkai00mp.ttf', name='AR PL KaitiM GB', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,656 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/MitraMono.ttf', name='Mitra ', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,657 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeOneSym-Regular.otf', name='STIXSizeOneSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,657 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoNastaliqUrdu-Bold.ttf', name='Noto Nastaliq Urdu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,658 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationMono-BoldItalic.ttf', name='Liberation Mono', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,659 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/fonts-go/Go-Mono-Italic.ttf', name='Go Mono', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,659 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStd-BoldItalic.otf', name='Accanthis ADF Std', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,660 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Cousine-Bold.ttf', name='Cousine', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,660 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-gujr-extra/Rekha.ttf', name='Rekha', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,661 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstDigital.ttf', name='KacstDigital', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,663 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans10-bold.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,663 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansHatran-Regular.ttf', name='Noto Sans Hatran', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,664 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreadventor-bolditalic.otf', name='TeX Gyre Adventor', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,665 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-core/UnBatang.ttf', name='UnBatang', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,665 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansWancho-Regular.ttf', name='Noto Sans Wancho', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,666 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-BoldItalic.ttf', name='Roboto Condensed', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:33:08,666 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKharoshthi-Regular.ttf', name='Noto Sans Kharoshthi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,667 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghAdrar-Regular.ttf', name='Noto Sans Tifinagh Adrar', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,668 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUpD-Regular.otf', name='STIXIntegralsUpD', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,669 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/quicksand/Quicksand-Light.ttf', name='Quicksand Light', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,669 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-kannada/Lohit-Kannada.ttf', name='Lohit Kannada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,670 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-Regular.otf', name='Cabin', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,671 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/solomos/GFSSolomos.otf', name='GFS Solomos', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,671 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-Hairline.ttf', name='Lato', style='normal', variant='normal', weight=100, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,672 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAnatolianHieroglyphs-Regular.ttf', name='Noto Sans Anatolian Hieroglyphs', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,672 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWGothic-BookOblique.otf', name='URW Gothic', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,673 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansquot8-bold.otf', name='Latin Modern Sans Quotation', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,674 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Nakula/nakula.ttf', name='Nakula', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,674 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_RBI.otf', name='Linux Libertine O', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,675 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoNastaliqUrdu-Regular.ttf', name='Noto Nastaliq Urdu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,675 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDisplay-Italic.ttf', name='Noto Serif Display', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,676 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXNonUnicode-Italic.otf', name='STIXNonUnicode', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,676 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTamil-Bold.ttf', name='Noto Sans Tamil', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,677 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghTawellemmet-Regular.ttf', name='Noto Sans Tifinagh Tawellemmet', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,677 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGeorgian-Regular.ttf', name='Noto Sans Georgian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,678 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansAdlamUnjoined-Regular.ttf', name='Noto Sans Adlam Unjoined', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,679 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/baekmuk/hline.ttf', name='Baekmuk Headline', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,679 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Waree-BoldOblique.otf', name='Waree', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,680 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeMonoOblique.otf', name='FreeMono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,683 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreadventor-regular.otf', name='TeX Gyre Adventor', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,683 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Purisa-BoldOblique.otf', name='Purisa', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,684 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCham-Bold.ttf', name='Noto Sans Cham', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,684 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Sawasdee-BoldOblique.ttf', name='Sawasdee', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,685 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Tinos-BoldItalic.ttf', name='Tinos', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,686 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheros-italic.otf', name='TeX Gyre Heros', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,687 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerif-Bold.ttf', name='Noto Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,687 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWBookman-DemiItalic.otf', name='URW Bookman', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:08,688 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKhmer-Bold.ttf', name='Noto Serif Khmer', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,689 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/AmiriQuran.ttf', name='Amiri Quran', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,689 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUpSm-Regular.otf', name='STIXIntegralsUpSm', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,690 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTamilSupplement-Regular.ttf', name='Noto Sans Tamil Supplement', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,691 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Laksaman-Bold.otf', name='Laksaman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,692 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheroscn-italic.otf', name='TeX Gyre Heros Cn', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,692 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/neohellenic/GFSNeohellenicIt.otf', name='GFS Neohellenic', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,693 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSoraSompeng-Bold.ttf', name='Noto Sans Sora Sompeng', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,693 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans17-oblique.otf', name='Latin Modern Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,694 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/noto/NotoSerifCJK-Regular.ttc', name='Noto Serif CJK JP', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,694 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCoptic-Regular.ttf', name='Noto Sans Coptic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,695 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Thin.ttf', name='Roboto', style='normal', variant='normal', weight=250, stretch='normal', size='scalable')) = 10.1925\n",
- "2024-10-29 15:33:08,696 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypo-Oblique.otf', name='Tlwg Typo', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,697 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTifinaghGhat-Regular.ttf', name='Noto Sans Tifinagh Ghat', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,698 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/samyak-fonts/Samyak-Gujarati.ttf', name='Samyak Gujarati', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,699 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_RZI.otf', name='Linux Libertine O', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:08,699 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypo-Oblique.ttf', name='Tlwg Typo', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,700 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSerif-Regular.ttf', name='Liberation Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,700 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTamil-Bold.ttf', name='Noto Serif Tamil', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,701 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSans-Bold.ttf', name='Noto Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,701 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSamaritan-Regular.ttf', name='Noto Sans Samaritan', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,702 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond-InitialsF1.otf', name='EB Garamond Initials Fill1', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,703 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypewriter-Oblique.ttf', name='Tlwg Typewriter', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,704 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/RaghuMalayalamSans-Regular.ttf', name='RaghuMalayalamSans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,705 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmromandunh10-oblique.otf', name='Latin Modern Roman Dunhill', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,706 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Umpush.ttf', name='Umpush', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,706 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans10-regular.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,707 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/Keraleeyam-Regular.ttf', name='Keraleeyam', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,707 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/P052-BoldItalic.otf', name='P052', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,708 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Loma-Oblique.otf', name='Loma', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,708 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifSinhala-Bold.ttf', name='Noto Serif Sinhala', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,709 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_M.otf', name='Linux Libertine Mono O', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,709 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:08,711 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo2-Bold.otf', name='Accanthis ADF Std No2', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,712 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeThreeSym-Bold.otf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,712 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-SemiBold.ttf', name='Yrsa', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:08,713 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifBengali-Bold.ttf', name='Noto Serif Bengali', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,714 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/UbuntuMono-R.ttf', name='Ubuntu Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,714 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeSerifBoldItalic.otf', name='FreeSerif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,715 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Garuda-BoldOblique.otf', name='Garuda', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,715 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman5-regular.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,716 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypewriter-Bold.ttf', name='Tlwg Typewriter', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,716 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationMono-BoldItalic.ttf', name='Liberation Mono', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,717 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-BoldCondItalic.otf', name='Gillius ADF No2', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:33:08,717 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKhojki-Regular.ttf', name='Noto Serif Khojki', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,718 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansJavanese-Regular.ttf', name='Noto Sans Javanese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,721 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADFNo2-Bold.otf', name='Gillius ADF No2', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,723 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Loma.otf', name='Loma', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,724 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansBamum-Regular.ttf', name='Noto Sans Bamum', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,725 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond-InitialsF1.ttf', name='EB Garamond Initials Fill1', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,725 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/font-awesome/fontawesome-webfont.ttf', name='FontAwesome', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,726 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-bengali/Lohit-Bengali.ttf', name='Lohit Bengali', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,727 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstScreen.ttf', name='KacstScreen', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,728 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTelugu-Regular.ttf', name='Noto Sans Telugu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,728 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-Light.ttf', name='Roboto', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,729 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansquot8-boldoblique.otf', name='Latin Modern Sans Quotation', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,730 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKhmer-Regular.ttf', name='Noto Sans Khmer', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,731 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/Mandali-Regular.ttf', name='Mandali', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,731 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Chilanka-Regular.otf', name='Chilanka', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,732 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix-word/STIXMath-Regular.otf', name='STIX Math', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,733 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationMono-Regular.ttf', name='Liberation Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,734 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-Regular.ttf', name='Open Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,734 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWGothic-Demi.otf', name='URW Gothic', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:08,735 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman9-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,735 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationSans-Bold.ttf', name='Liberation Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,736 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/comfortaa/Comfortaa-Light.ttf', name='Comfortaa', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,737 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/freefont/FreeMonoBoldOblique.otf', name='FreeMono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,737 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgMono-BoldOblique.ttf', name='Tlwg Mono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,738 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi-Oblique.ttf', name='Norasi', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,739 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/URWGothic-DemiOblique.otf', name='URW Gothic', style='oblique', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24\n",
- "2024-10-29 15:33:08,740 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsans8-regular.otf', name='Latin Modern Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,741 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Laksaman.ttf', name='Laksaman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,742 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/RaviPrakash.ttf', name='RaviPrakash', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,742 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypist-Oblique.ttf', name='Tlwg Typist', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,743 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Norasi-Italic.otf', name='Norasi', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,743 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation/LiberationMono-Regular.ttf', name='Liberation Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,744 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-Bold.ttf', name='Yrsa', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,745 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/Amiri-Bold.ttf', name='Amiri', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,746 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/TlwgTypewriter-Bold.otf', name='Tlwg Typewriter', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,746 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix-word/STIX-Italic.otf', name='STIX', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,747 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSansMono-BoldOblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,748 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-BoldItalic.ttf', name='Open Sans', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,748 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSerifItalic.ttf', name='FreeSerif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,749 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrecursor-italic.otf', name='TeX Gyre Cursor', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,749 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsD-Bold.otf', name='STIXIntegralsD', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,750 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-Light.ttf', name='Yrsa', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,751 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Caladea-Regular.ttf', name='Caladea', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,752 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansNewa-Regular.ttf', name='Noto Sans Newa', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,753 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Tinos-Italic.ttf', name='Tinos', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,753 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnPilgia.ttf', name='UnPilgia', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,754 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ebgaramond/EBGaramond08-Italic.otf', name='EB Garamond', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,755 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSharada-Regular.ttf', name='Noto Sans Sharada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,755 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifMyanmar-Bold.ttf', name='Noto Serif Myanmar', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,756 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Loma-Bold.otf', name='Loma', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,757 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-deva-extra/kalimati.ttf', name='Kalimati', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,758 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/teluguvijayam/PottiSreeramulu.ttf', name='Potti Sreeramulu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,758 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstFarsi.ttf', name='KacstFarsi', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,759 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeFourSym-Bold.otf', name='STIXSizeFourSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,760 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_R.otf', name='Linux Libertine O', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,760 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/tlwg/Laksaman.otf', name='Laksaman', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,761 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifYezidi-Regular.ttf', name='Noto Serif Yezidi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,761 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-gujr-extra/aakar-medium.ttf', name='aakar', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,762 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationMono-Italic.ttf', name='Liberation Mono', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,762 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTelugu-Bold.ttf', name='Noto Serif Telugu', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,763 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/malayalam/AnjaliOldLipi-Regular.ttf', name='AnjaliOldLipi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,764 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/charis/CharisSIL-BoldItalic.ttf', name='Charis SIL', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,764 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmroman6-bold.otf', name='Latin Modern Roman', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,765 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyreheroscn-regular.otf', name='TeX Gyre Heros Cn', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,765 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst/KacstQurn.ttf', name='KacstQurn', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,766 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Kinnari-BoldItalic.ttf', name='Kinnari', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,766 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSinhala-Bold.ttf', name='Noto Sans Sinhala', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,767 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Gayathri-Regular.otf', name='Gayathri', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,768 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXSizeOneSym-Bold.otf', name='STIXSizeOneSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,768 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-BoldItalic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=700, stretch='condensed', size='scalable')) = 11.535\n",
- "2024-10-29 15:33:08,771 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmono10-regular.otf', name='Latin Modern Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,772 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/GilliusADF-Cond.otf', name='Gillius ADF', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:08,772 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansSignWriting-Regular.ttf', name='Noto Sans SignWriting', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,773 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-LightItalic.ttf', name='Roboto Condensed', style='italic', variant='normal', weight=300, stretch='condensed', size='scalable')) = 11.344999999999999\n",
- "2024-10-29 15:33:08,773 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/malayalam/Gayathri-Bold.otf', name='Gayathri', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,774 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCarian-Regular.ttf', name='Noto Sans Carian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,774 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypist-BoldOblique.ttf', name='Tlwg Typist', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,775 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-LightItalic.ttf', name='Open Sans', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:08,777 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansGunjalaGondi-Regular.ttf', name='Noto Sans Gunjala Gondi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,777 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-assamese/Lohit-Assamese.ttf', name='Lohit Assamese', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,778 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumPlus-Italic.ttf', name='Gentium Plus', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,778 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-Bold.otf', name='Cabin', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,779 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifGurmukhi-Regular.ttf', name='Noto Serif Gurmukhi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,780 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/abyssinica/AbyssinicaSIL-Regular.ttf', name='Abyssinica SIL', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,781 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/kacst-one/KacstOne.ttf', name='KacstOne', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,781 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoLoopedThai-Bold.ttf', name='Noto Looped Thai', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,782 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmsansquot8-oblique.otf', name='Latin Modern Sans Quotation', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,783 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-gujr-extra/padmaa-Bold.1.1.ttf', name='padmaa-Bold.1.1', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,784 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/lm/lmmonoprop10-oblique.otf', name='Latin Modern Mono Prop', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,784 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansChakma-Regular.ttf', name='Noto Sans Chakma', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,785 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc', name='Noto Sans CJK JP', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,786 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond08-Italic.ttf', name='EB Garamond', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,786 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLimbu-Regular.ttf', name='Noto Sans Limbu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,787 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTamil-Regular.ttf', name='Noto Serif Tamil', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,788 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-devanagari/Lohit-Devanagari.ttf', name='Lohit Devanagari', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,788 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/freefont/FreeSansBold.ttf', name='FreeSans', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:08,789 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ebgaramond/EBGaramond12-AllSC.ttf', name='EB Garamond 12 All SC', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,789 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/ipafont-mincho/ipam.ttf', name='IPAMincho', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,790 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansLao-Bold.ttf', name='Noto Sans Lao', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,790 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTaiViet-Regular.ttf', name='Noto Sans Tai Viet', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,791 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/font-awesome/FontAwesome.otf', name='FontAwesome', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,792 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansMongolian-Regular.ttf', name='Noto Sans Mongolian', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,792 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifEthiopic-Bold.ttf', name='Noto Serif Ethiopic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,793 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-beng-extra/LikhanNormal.ttf', name='Likhan', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,795 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/noto/NotoSerifCJK-Bold.ttc', name='Noto Serif CJK JP', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,795 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix-word/STIX-Bold.otf', name='STIX', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,796 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifNyiakengPuachueHmong-Regular.ttf', name='Noto Serif Hmong Nyiakeng', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,797 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansOsage-Regular.ttf', name='Noto Sans Osage', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,797 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lohit-gujarati/Lohit-Gujarati.ttf', name='Lohit Gujarati', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,798 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansCanadianAboriginal-Regular.ttf', name='Noto Sans Canadian Aboriginal', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,798 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifDevanagari-Bold.ttf', name='Noto Serif Devanagari', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,799 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/texmf/fonts/opentype/public/tex-gyre/texgyrebonum-bolditalic.otf', name='TeX Gyre Bonum', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,799 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKhojki-Bold.ttf', name='Noto Serif Khojki', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,801 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/Gargi/Gargi.ttf', name='Gargi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,802 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/AmiriQuranColored.ttf', name='Amiri Quran Colored', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,802 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/didot-classic/GFSDidotClassic.otf', name='GFS Didot Classic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,803 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/adf/AccanthisADFStdNo3-Regular.otf', name='Accanthis ADF Std No3', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,804 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Norasi-Bold.ttf', name='Norasi', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,804 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/open-sans/OpenSans-CondBold.ttf', name='Open Sans Condensed', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:33:08,805 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/croscore/Cousine-BoldItalic.ttf', name='Cousine', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,806 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/Garuda-Bold.ttf', name='Garuda', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,806 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerif-Italic.ttf', name='Noto Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,807 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifKannada-Regular.ttf', name='Noto Serif Kannada', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,808 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/urw-base35/NimbusSansNarrow-Regular.otf', name='Nimbus Sans Narrow', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25\n",
- "2024-10-29 15:33:08,809 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifTamilSlanted-Regular.ttf', name='Noto Serif Tamil Slanted', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,809 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypist.ttf', name='Tlwg Typist', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,810 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/fonts-hosny-amiri/Amiri-Slanted.ttf', name='Amiri', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,810 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/ubuntu/Ubuntu-RI.ttf', name='Ubuntu', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,811 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/tlwg/TlwgTypo-Bold.ttf', name='Tlwg Typo', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,812 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansNKo-Regular.ttf', name='Noto Sans NKo', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,812 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/unfonts-extra/UnTaza.ttf', name='UnTaza', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,813 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/artemisia/GFSArtemisiaBold.otf', name='GFS Artemisia', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,813 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/cabin/Cabin-Medium.otf', name='Cabin', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,814 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-yrsa-rasa/Yrsa-Italic.ttf', name='Yrsa', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05\n",
- "2024-10-29 15:33:08,816 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/fonts-japanese-mincho.ttf', name='IPAexMincho', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,816 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/linux-libertine/LinLibertine_RZ.otf', name='Linux Libertine O', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24\n",
- "2024-10-29 15:33:08,817 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansDisplay-Bold.ttf', name='Noto Sans Display', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,817 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTamil-Regular.ttf', name='Noto Sans Tamil', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,818 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/stix/STIXIntegralsUpD-Bold.otf', name='STIXIntegralsUpD', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,818 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/opentype/neohellenic/GFSNeohellenicBold.otf', name='GFS Neohellenic', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,819 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansTakri-Regular.ttf', name='Noto Sans Takri', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,820 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/lato/Lato-MediumItalic.ttf', name='Lato', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:08,820 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSerifLao-Bold.ttf', name='Noto Serif Lao', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335\n",
- "2024-10-29 15:33:08,821 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoTTF/Roboto-LightItalic.ttf', name='Roboto', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:08,821 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/liberation2/LiberationSerif-BoldItalic.ttf', name='Liberation Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,822 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumBookPlus-Italic.ttf', name='Gentium Book Plus', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145\n",
- "2024-10-29 15:33:08,823 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansKayahLi-Regular.ttf', name='Noto Sans Kayah Li', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,823 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/crosextra/Carlito-BoldItalic.ttf', name='Carlito', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335\n",
- "2024-10-29 15:33:08,824 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/roboto/unhinted/RobotoCondensed-Bold.ttf', name='Roboto Condensed', style='normal', variant='normal', weight=700, stretch='condensed', size='scalable')) = 10.535\n",
- "2024-10-29 15:33:08,824 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/noto/NotoSansWarangCiti-Regular.ttf', name='Noto Sans Warang Citi', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,827 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentium-basic/GenBasR.ttf', name='Gentium Basic', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05\n",
- "2024-10-29 15:33:08,827 - matplotlib.font_manager - DEBUG - findfont: score(FontEntry(fname='/usr/share/fonts/truetype/gentiumplus/GentiumBookPlus-Regular.ttf', name='Gentium Book Plus', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145\n",
- "2024-10-29 15:33:08,828 - matplotlib.font_manager - DEBUG - findfont: Matching sans\\-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=24.0 to DejaVu Sans ('/cmnfs/home/z.xiao/.local/lib/python3.10/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf') with score of 0.050000.\n",
- "2024-10-29 15:33:09,051 - utils.plot - INFO - Save plot at /cmnfs/proj/ORIGINS/SWAPS_exp/SWAPS_paper_figures/fig1_exp_dict/VennDiag_precursor_fdr_0.2_log_int_2.png\n",
- "2024-10-29 15:33:09,121 - utils.plot - INFO - Save plot at /cmnfs/proj/ORIGINS/SWAPS_exp/SWAPS_paper_figures/fig1_exp_dict/VennDiag_precursor_fdr_0.2_log_int_2.svg\n"
- ]
- }
- ],
- "source": [
- "swaps_result.plot_overlap_with_MQ(show_ref=False, level=\"precursor\")"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 58,
- "metadata": {},
- "outputs": [
- {
- "name": "stderr",
- "output_type": "stream",
- "text": [
- "2024-10-16 11:04:15,890 - result_analysis.result_analysis - INFO - Number of entries after merging 51799 and columns Index(['Sequence', 'Length', 'Modifications', 'Modified sequence',\n",
- " 'Oxidation (M) Probabilities', 'Oxidation (M) Score Diffs',\n",
- " 'Acetyl (Protein N-term)', 'Oxidation (M)', 'Missed cleavages',\n",
- " 'Proteins',\n",
- " ...\n",
- " 'MS1_frame_idx_right_ref', 'IsoMZ', 'IsoAbundance', 'mz_rank', 'mz_bin',\n",
- " 'mz_length', 'pept_batch_idx', 'Decoy', 'pept_act_sum_filter_by_im',\n",
- " 'log_sum_intensity'],\n",
- " dtype='object', length=109)\n",
- "2024-10-16 11:04:15,962 - utils.plot - INFO - Data: Intensity_log, pept_act_sum_filter_by_im_log, slope = 1.036, intercept = -0.696, Pearson's R = 0.942, Spearman's R = 0.931\n"
- ]
- },
- {
- "data": {
- "application/vnd.plotly.v1+json": {
- "config": {
- "plotlyServerURL": "https://plot.ly"
- },
- "data": [
- {
- "customdata": [
- [
- 14965,
- 2,
- 8,
- 3,
- 0.053026,
- "_EETKEDAEEKQ_"
- ],
- [
- 34966,
- 2,
- 2,
- 2,
- 0.014261,
- "_STPKEDDSSASTSQSTR_"
- ],
- [
- 44649,
- 2,
- 2,
- 3,
- 0.014261,
- "_SSGNSSSSGSGSGSTSAGSSSPGAR_"
- ],
- [
- 22299,
- 2,
- 3,
- 3,
- 0.028484,
- "_YHTVNGHNCEVR_"
- ],
- [
- 25414,
- 2,
- 4,
- 3,
- 0.042693,
- "_NDKSEEEQSSSSVK_"
- ],
- [
- 18320,
- 3,
- 4,
- 3,
- 0.042637,
- "_TSAEAPSHHLQQQQQQQR_"
- ],
- [
- 15145,
- 2,
- 7,
- 2,
- 0.085332,
- "_EESGKPGAHVTVK_"
- ],
- [
- 21662,
- 2,
- 6,
- 3,
- 0.07111,
- "_YHTINGHNCEVK_"
- ],
- [
- 33528,
- 2,
- 7,
- 2,
- 0.085319,
- "_NQTAEKEEFEHQQK_"
- ],
- [
- 17813,
- 2,
- 7,
- 4,
- 0.085319,
- "_SMTSAHGSASVNSR_"
- ],
- [
- 28970,
- 2,
- 8,
- 3,
- 0.09954,
- "_VHGPGIQSGTTNKPNK_"
- ],
- [
- 20208,
- 3,
- 6,
- 3,
- 0.071069,
- "_KPLTTSGFHHSEEGTSSSGSK_"
- ],
- [
- 10620,
- 2,
- 9,
- 4,
- 0.11375,
- "_VRQEESEQIK_"
- ],
- [
- 25681,
- 2,
- 8,
- 6,
- 0.099489,
- "_GNTAEGCVHETQEK_"
- ],
- [
- 7617,
- 2,
- 5,
- 4,
- 0.056863,
- "_GQLQSHGVQAR_"
- ],
- [
- 6863,
- 3,
- 12,
- 6,
- 0.15641,
- "_NQTAEKEEFEHQQK_"
- ],
- [
- 3727,
- 3,
- 12,
- 6,
- 0.15641,
- "_VHGPGIQSGTTNKPNK_"
- ],
- [
- 8105,
- 3,
- 6,
- 5,
- 0.071079,
- "_SYQQNSAHTNHCIVK_"
- ],
- [
- 15704,
- 2,
- 7,
- 4,
- 0.08529,
- "_KTETVQEACER_"
- ],
- [
- 19876,
- 2,
- 8,
- 3,
- 0.099504,
- "_KGQGGAGAGDDEEED_"
- ],
- [
- 32682,
- 2,
- 11,
- 5,
- 0.14214,
- "_NSQEDSEDSEDKDVK_"
- ],
- [
- 13964,
- 3,
- 8,
- 2,
- 0.099504,
- "_IDASKNEEDEGHSNSSPR_"
- ],
- [
- 14376,
- 2,
- 10,
- 5,
- 0.12793,
- "_HGDPGDAAQQEAK_"
- ],
- [
- 13391,
- 2,
- 5,
- 3,
- 0.056851,
- "_EMMSHAEGQQR_"
- ],
- [
- 6885,
- 2,
- 8,
- 4,
- 0.099495,
- "_VNIGQGSHPQK_"
- ],
- [
- 13359,
- 2,
- 8,
- 2,
- 0.099495,
- "_VSSAEGAAKEEPK_"
- ],
- [
- 11107,
- 4,
- 10,
- 5,
- 0.12793,
- "_YHLVDKEHDSAEGSHTSGQSNGR_"
- ],
- [
- 22962,
- 2,
- 8,
- 2,
- 0.099499,
- "_AESEEM(Oxidation (M))ETSQAGSK_"
- ],
- [
- 33522,
- 2,
- 12,
- 4,
- 0.15635,
- "_DSRPSQAAGDNQGDEAK_"
- ],
- [
- 21360,
- 3,
- 8,
- 5,
- 0.099483,
- "_NSEKEQDSEVSEDTKSEEK_"
- ],
- [
- 12710,
- 2,
- 10,
- 4,
- 0.12792,
- "_LAQEEESEAKR_"
- ],
- [
- 25906,
- 2,
- 10,
- 4,
- 0.12792,
- "_QIESTETSCHGCR_"
- ],
- [
- 30859,
- 2,
- 10,
- 5,
- 0.12791,
- "_SQSSDTEQQSPTSGGGK_"
- ],
- [
- 33235,
- 2,
- 6,
- 3,
- 0.07106,
- "_QDTEEDEEEDEKDK_"
- ],
- [
- 3990,
- 2,
- 11,
- 2,
- 0.14213,
- "_NM(Oxidation (M))M(Oxidation (M))AACDPR_"
- ],
- [
- 16166,
- 2,
- 10,
- 5,
- 0.12795,
- "_AAEEEDEADPKR_"
- ],
- [
- 17874,
- 2,
- 9,
- 4,
- 0.11374,
- "_KTTDTASVQNEAK_"
- ],
- [
- 22094,
- 2,
- 7,
- 3,
- 0.085313,
- "_QMQNTGESEASGNK_"
- ],
- [
- 20567,
- 2,
- 7,
- 3,
- 0.085313,
- "_(Acetyl (Protein N-term))M(Oxidation (M))ESYHKPDQQK_"
- ],
- [
- 16852,
- 2,
- 8,
- 4,
- 0.099524,
- "_ESETSREDEYK_"
- ],
- [
- 20991,
- 2,
- 7,
- 2,
- 0.085317,
- "_SSQPDPDKNPASSK_"
- ],
- [
- 7869,
- 2,
- 9,
- 4,
- 0.11374,
- "_YTQVGPDHNR_"
- ],
- [
- 6014,
- 2,
- 11,
- 4,
- 0.14216,
- "_HPQGEQMYR_"
- ],
- [
- 10830,
- 2,
- 9,
- 4,
- 0.11374,
- "_KENQWCEEK_"
- ],
- [
- 14678,
- 2,
- 9,
- 3,
- 0.11374,
- "_AIGSTSKPQESPK_"
- ],
- [
- 4846,
- 2,
- 5,
- 3,
- 0.056853,
- "_HCCGVAQMR_"
- ],
- [
- 13669,
- 3,
- 11,
- 5,
- 0.14217,
- "_CHVSTHQHNYAAPPSTR_"
- ],
- [
- 26407,
- 2,
- 9,
- 3,
- 0.11374,
- "_NQEKPSNSESSLGAK_"
- ],
- [
- 7920,
- 2,
- 8,
- 4,
- 0.099526,
- "_FYPDRPHQK_"
- ],
- [
- 5113,
- 2,
- 15,
- 3,
- 0.19902,
- "_EM(Oxidation (M))QPTHPIR_"
- ],
- [
- 2255,
- 2,
- 7,
- 4,
- 0.085282,
- "_TLQQNAESR_"
- ],
- [
- 6657,
- 2,
- 8,
- 4,
- 0.099535,
- "_DIAANEENRK_"
- ],
- [
- 45270,
- 2,
- 6,
- 5,
- 0.07108,
- "_EDGEDENEEGTASEHGGQNK_"
- ],
- [
- 9340,
- 2,
- 8,
- 2,
- 0.099502,
- "_GNSPPSSGEACR_"
- ],
- [
- 27843,
- 2,
- 8,
- 3,
- 0.099502,
- "_ESTYQGHHTPPVQK_"
- ],
- [
- 4397,
- 2,
- 8,
- 3,
- 0.099502,
- "_NHLGSYECK_"
- ],
- [
- 45373,
- 2,
- 9,
- 6,
- 0.11376,
- "_NEEEDQKEDEEDQNEEK_"
- ],
- [
- 24681,
- 2,
- 9,
- 5,
- 0.11376,
- "_SSVNSHMTQSTDSR_"
- ],
- [
- 23715,
- 2,
- 9,
- 6,
- 0.11376,
- "_PTTQQSPQDEQEK_"
- ],
- [
- 4091,
- 2,
- 11,
- 3,
- 0.14218,
- "_QRPDLGSAQK_"
- ],
- [
- 19797,
- 2,
- 11,
- 2,
- 0.14218,
- "_HPAGPPGEAQEGSAK_"
- ],
- [
- 13921,
- 3,
- 12,
- 2,
- 0.15639,
- "_KAEEDPEAADSGEPQNKR_"
- ],
- [
- 19432,
- 3,
- 11,
- 6,
- 0.14219,
- "_NEEEDQKEDEEDQNEEK_"
- ],
- [
- 18361,
- 2,
- 10,
- 4,
- 0.12798,
- "_SDESDQQESLHK_"
- ],
- [
- 6023,
- 3,
- 12,
- 6,
- 0.15641,
- "_KCIGKPGGSLDNSEQK_"
- ],
- [
- 20850,
- 2,
- 8,
- 4,
- 0.099518,
- "_EGEEQLQTQHQK_"
- ],
- [
- 21663,
- 2,
- 14,
- 4,
- 0.18483,
- "_NTHCSSLPHYQK_"
- ],
- [
- 12101,
- 2,
- 11,
- 3,
- 0.14219,
- "_TKPSEDSLSGQK_"
- ],
- [
- 1299,
- 3,
- 15,
- 2,
- 0.19904,
- "_ALHSDRPPSASQPR_"
- ],
- [
- 16208,
- 4,
- 14,
- 5,
- 0.18483,
- "_KSDGACDSPSSDKENSSQIAQDHQK_"
- ],
- [
- 20337,
- 2,
- 6,
- 3,
- 0.071087,
- "_KAVAGQQQASVTAGK_"
- ],
- [
- 16164,
- 3,
- 12,
- 3,
- 0.1564,
- "_QYDEDGHTSEEKEGDATK_"
- ],
- [
- 16585,
- 2,
- 9,
- 6,
- 0.11373,
- "_MSSPEDDSDTKR_"
- ],
- [
- 7459,
- 3,
- 9,
- 5,
- 0.11373,
- "_SPASCHEHPMADDPSK_"
- ],
- [
- 19255,
- 3,
- 9,
- 4,
- 0.11373,
- "_EDGEDENEEGTASEHGGQNK_"
- ],
- [
- 4264,
- 2,
- 11,
- 4,
- 0.14215,
- "_KAMEAVAAQGK_"
- ],
- [
- 2665,
- 2,
- 9,
- 3,
- 0.11373,
- "_LKAEATEAAR_"
- ],
- [
- 8730,
- 4,
- 13,
- 4,
- 0.17061,
- "_LTQTSGQSTHTHKEPASGDEGIK_"
- ],
- [
- 3682,
- 2,
- 12,
- 6,
- 0.1564,
- "_KLNVTEQEK_"
- ],
- [
- 6216,
- 2,
- 8,
- 4,
- 0.099516,
- "_FQESEERPK_"
- ],
- [
- 22314,
- 2,
- 9,
- 5,
- 0.11373,
- "_AAGPSLSHTSGGTQSK_"
- ],
- [
- 10076,
- 3,
- 7,
- 2,
- 0.085302,
- "_THVTHHPLSDHEATLR_"
- ],
- [
- 10169,
- 2,
- 9,
- 4,
- 0.11373,
- "_QKLEEDAEM(Oxidation (M))K_"
- ],
- [
- 23333,
- 2,
- 5,
- 3,
- 0.056862,
- "_EESEKEQTAVETK_"
- ],
- [
- 15331,
- 2,
- 7,
- 3,
- 0.085302,
- "_VCETDGCSSEAK_"
- ],
- [
- 8162,
- 2,
- 7,
- 2,
- 0.085302,
- "_HCFTSNEAAR_"
- ],
- [
- 7028,
- 2,
- 6,
- 3,
- 0.071082,
- "_AASHEQAAAALK_"
- ],
- [
- 27922,
- 2,
- 5,
- 4,
- 0.056862,
- "_ESTVHIETHQNTSK_"
- ],
- [
- 13780,
- 2,
- 4,
- 2,
- 0.042637,
- "_ELQDAQEHDAR_"
- ],
- [
- 25940,
- 2,
- 2,
- 2,
- 0.014213,
- "_AASYTEEDENHTAK_"
- ],
- [
- 2443,
- 2,
- 7,
- 3,
- 0.085302,
- "_YYNSDVHR_"
- ],
- [
- 26930,
- 2,
- 9,
- 6,
- 0.11373,
- "_ESCTAHAASQAATQR_"
- ],
- [
- 19826,
- 2,
- 6,
- 3,
- 0.071082,
- "_SHNSWENSDDSR_"
- ],
- [
- 16183,
- 2,
- 9,
- 6,
- 0.11373,
- "_KAQQELEEQTR_"
- ],
- [
- 5679,
- 3,
- 27,
- 6,
- 0.3696,
- "_GATYGKPVHHGVNQLK_"
- ],
- [
- 14966,
- 2,
- 11,
- 4,
- 0.14215,
- "_EHMSSSSSLQSR_"
- ],
- [
- 25196,
- 2,
- 11,
- 6,
- 0.14215,
- "_NKESKDPADETEAD_"
- ],
- [
- 22060,
- 2,
- 10,
- 3,
- 0.12794,
- "_KAQPAQPADEPAEK_"
- ],
- [
- 20218,
- 3,
- 12,
- 6,
- 0.15636,
- "_SEVVESTTESQDKENSHQK_"
- ],
- [
- 18192,
- 3,
- 9,
- 6,
- 0.11373,
- "_LTQTSGETTHTHTEPTGDGK_"
- ],
- [
- 18087,
- 2,
- 9,
- 5,
- 0.11373,
- "_VDCTANTNTCNK_"
- ],
- [
- 23110,
- 2,
- 7,
- 4,
- 0.085323,
- "_CEM(Oxidation (M))EQQNQEYK_"
- ],
- [
- 18747,
- 2,
- 13,
- 4,
- 0.17061,
- "_YHTINGHNAEVR_"
- ],
- [
- 31886,
- 3,
- 7,
- 5,
- 0.085323,
- "_EDGEDENEEGTASEHGGQNKEPAK_"
- ],
- [
- 18208,
- 2,
- 4,
- 2,
- 0.042665,
- "_DETAVQDYHGHK_"
- ],
- [
- 6351,
- 2,
- 10,
- 3,
- 0.12797,
- "_AEAEAAAVHGAR_"
- ],
- [
- 26840,
- 2,
- 5,
- 3,
- 0.056878,
- "_AGHSENGVEEDTEGR_"
- ],
- [
- 17059,
- 2,
- 8,
- 3,
- 0.099543,
- "_KLTSDEEGEPSGK_"
- ],
- [
- 19996,
- 2,
- 8,
- 2,
- 0.099543,
- "_EEAATGGGSTGEADGK_"
- ],
- [
- 19790,
- 2,
- 6,
- 2,
- 0.071152,
- "_MEELHNQEM(Oxidation (M))QK_"
- ],
- [
- 10366,
- 3,
- 7,
- 2,
- 0.085378,
- "_QHGEQLGGGGSGGGGYNNSK_"
- ],
- [
- 33397,
- 2,
- 7,
- 5,
- 0.085378,
- "_GGASSSCCEEEQTQGR_"
- ],
- [
- 17317,
- 2,
- 7,
- 4,
- 0.085378,
- "_IHNQNNEQAWK_"
- ],
- [
- 3846,
- 2,
- 13,
- 4,
- 0.17067,
- "_AAQEEYVKR_"
- ],
- [
- 37656,
- 2,
- 8,
- 4,
- 0.099598,
- "_QHGEQLGGGGSGGGGYNNSK_"
- ],
- [
- 20049,
- 2,
- 6,
- 3,
- 0.071152,
- "_AQQEQAAHQASLR_"
- ],
- [
- 14864,
- 2,
- 6,
- 4,
- 0.071152,
- "_YIDTEHGGSQAR_"
- ],
- [
- 11439,
- 3,
- 8,
- 5,
- 0.099598,
- "_EADGEQDEEEKDDGEAK_"
- ],
- [
- 10600,
- 2,
- 2,
- 2,
- 0.014274,
- "_NCSETQYESK_"
- ],
- [
- 38758,
- 2,
- 8,
- 5,
- 0.099598,
- "_EADGEQDEEEKDDGEAK_"
- ],
- [
- 31716,
- 2,
- 2,
- 3,
- 0.014274,
- "_DHAATTAGAASLAGGHHR_"
- ],
- [
- 3987,
- 4,
- 12,
- 6,
- 0.15646,
- "_SLCEQVSHHPPAAAHHAESK_"
- ],
- [
- 5828,
- 3,
- 11,
- 6,
- 0.14225,
- "_RPASVSSSAAVEHEQR_"
- ],
- [
- 856,
- 3,
- 4,
- 5,
- 0.042729,
- "_RGAPAAATAPAPTAHK_"
- ],
- [
- 7909,
- 2,
- 9,
- 6,
- 0.11382,
- "_HQGVMVGM(Oxidation (M))GQK_"
- ],
- [
- 46050,
- 2,
- 5,
- 4,
- 0.05694,
- "_KGDVEGSQSQDEGEGSGESER_"
- ],
- [
- 21132,
- 2,
- 9,
- 6,
- 0.11382,
- "_SAAQAAAQTNSNAAGK_"
- ],
- [
- 22028,
- 3,
- 12,
- 7,
- 0.15648,
- "_SGAAHLCDSQETNCSTAGHSK_"
- ],
- [
- 28989,
- 2,
- 5,
- 3,
- 0.056962,
- "_AGTEDEEEEEEGRR_"
- ],
- [
- 18020,
- 2,
- 3,
- 2,
- 0.028507,
- "_NQAAQAAKPEDPR_"
- ],
- [
- 9933,
- 2,
- 4,
- 3,
- 0.042748,
- "_YIVNGSHEANK_"
- ],
- [
- 14047,
- 2,
- 4,
- 3,
- 0.042748,
- "_HVLTGSADNSCR_"
- ],
- [
- 3543,
- 4,
- 5,
- 7,
- 0.056962,
- "_LQQQQRPEDAEDGAEGGGKR_"
- ],
- [
- 27227,
- 2,
- 5,
- 4,
- 0.056962,
- "_LQAQEEQHQEVQK_"
- ],
- [
- 6690,
- 3,
- 4,
- 4,
- 0.042748,
- "_KSNIHCNTIAPNAGSR_"
- ],
- [
- 13066,
- 2,
- 6,
- 4,
- 0.071173,
- "_LSSEDKETMEK_"
- ],
- [
- 30734,
- 2,
- 3,
- 3,
- 0.028507,
- "_TEESPASDEAGEKEAK_"
- ],
- [
- 11086,
- 2,
- 12,
- 5,
- 0.15648,
- "_RPDQQLQGEGK_"
- ],
- [
- 1253,
- 4,
- 10,
- 5,
- 0.12805,
- "_SQHSSSSSHWHQEGVDVK_"
- ],
- [
- 9204,
- 2,
- 10,
- 4,
- 0.12805,
- "_KYVNGSTYQR_"
- ],
- [
- 10785,
- 2,
- 3,
- 4,
- 0.028507,
- "_VREMEEEAEK_"
- ],
- [
- 12212,
- 4,
- 12,
- 5,
- 0.15648,
- "_EDGEDENEEGTASEHGGQNKEPAK_"
- ],
- [
- 29511,
- 2,
- 4,
- 4,
- 0.042723,
- "_VAHSDKPGSTSTASFR_"
- ],
- [
- 42900,
- 2,
- 4,
- 5,
- 0.042723,
- "_SPSDCCHNQCAAGCTGPR_"
- ],
- [
- 3716,
- 2,
- 10,
- 4,
- 0.12805,
- "_YTRPTPVQK_"
- ],
- [
- 19562,
- 2,
- 9,
- 5,
- 0.11383,
- "_SESPKEPEQLRK_"
- ],
- [
- 2015,
- 4,
- 6,
- 6,
- 0.071178,
- "_LSSGNEENKKEEDNDEIK_"
- ],
- [
- 17498,
- 3,
- 6,
- 4,
- 0.071178,
- "_LSSGNEENKKEEDNDEIK_"
- ],
- [
- 8323,
- 2,
- 4,
- 2,
- 0.042723,
- "_DYGHGSYGGQR_"
- ],
- [
- 35452,
- 2,
- 6,
- 3,
- 0.071178,
- "_AQTTNSNSSSSSDVSTHS_"
- ],
- [
- 20391,
- 3,
- 9,
- 6,
- 0.11383,
- "_KGDVEGSQSQDEGEGSGESER_"
- ],
- [
- 26301,
- 2,
- 8,
- 5,
- 0.099601,
- "_HEGTGQSSGITDQEK_"
- ],
- [
- 2540,
- 2,
- 5,
- 2,
- 0.056965,
- "_ANPFGGASHAK_"
- ],
- [
- 33148,
- 2,
- 7,
- 4,
- 0.085389,
- "_LHDEKEETAGSYDSR_"
- ],
- [
- 30788,
- 2,
- 4,
- 4,
- 0.042723,
- "_RQPQEEVVHEDQGK_"
- ],
- [
- 28274,
- 2,
- 7,
- 3,
- 0.085389,
- "_EKGSETDSAQDQPVK_"
- ],
- [
- 9635,
- 2,
- 7,
- 2,
- 0.085389,
- "_(Acetyl (Protein N-term))ASGEHSPGSGAAR_"
- ],
- [
- 11748,
- 2,
- 6,
- 3,
- 0.071176,
- "_IPVHPNDHVNK_"
- ],
- [
- 21656,
- 2,
- 6,
- 4,
- 0.071176,
- "_NCGQTVHDEVANK_"
- ],
- [
- 30132,
- 2,
- 12,
- 4,
- 0.15648,
- "_GSSGGSGAKPSDAASEAAR_"
- ],
- [
- 13390,
- 2,
- 7,
- 4,
- 0.085389,
- "_MHCCDEVQPK_"
- ],
- [
- 19664,
- 2,
- 7,
- 4,
- 0.085389,
- "_LTEQKGEQQIQK_"
- ],
- [
- 2676,
- 4,
- 5,
- 4,
- 0.056934,
- "_YAAPSKEEEGGGDGHSEAAEK_"
- ],
- [
- 4901,
- 3,
- 9,
- 6,
- 0.11381,
- "_RQPQEEVVHEDQGK_"
- ],
- [
- 3460,
- 2,
- 10,
- 5,
- 0.12804,
- "_LSEHATAPTR_"
- ],
- [
- 17369,
- 2,
- 4,
- 2,
- 0.04266,
- "_GVDLHEQSQQNK_"
- ],
- [
- 26852,
- 2,
- 6,
- 5,
- 0.071176,
- "_AVQAQGGESQQEAQR_"
- ],
- [
- 34886,
- 4,
- 8,
- 7,
- 0.099637,
- "_DGGTSYSPQENSHNHSALHSSNSHSSNPSNNPSK_"
- ],
- [
- 2211,
- 4,
- 6,
- 5,
- 0.071183,
- "_AEASSGDHPTDTEMKEEQK_"
- ],
- [
- 33520,
- 3,
- 7,
- 7,
- 0.085424,
- "_MNNSGYSDAGLGLGDETDEMPSTEK_"
- ],
- [
- 18437,
- 2,
- 6,
- 4,
- 0.071183,
- "_GRDVIAQSQSGTGK_"
- ],
- [
- 44319,
- 2,
- 6,
- 5,
- 0.071183,
- "_AEASSGDHPTDTEMKEEQK_"
- ],
- [
- 18408,
- 2,
- 4,
- 3,
- 0.042676,
- "_NDGALYHNNEEK_"
- ],
- [
- 34493,
- 2,
- 6,
- 5,
- 0.071183,
- "_HYAHTDCPGHADYVK_"
- ],
- [
- 1667,
- 3,
- 7,
- 6,
- 0.085403,
- "_RMEELHNQEVQK_"
- ],
- [
- 38862,
- 2,
- 7,
- 5,
- 0.085403,
- "_MQNDTAENETTEKEEK_"
- ],
- [
- 16289,
- 2,
- 8,
- 3,
- 0.099644,
- "_TLEEKEQEEAR_"
- ],
- [
- 11533,
- 3,
- 10,
- 5,
- 0.12807,
- "_MQNDTAENETTEKEEK_"
- ],
- [
- 8754,
- 2,
- 6,
- 2,
- 0.071105,
- "_IAGHPLAQNER_"
- ],
- [
- 21266,
- 2,
- 15,
- 7,
- 0.19916,
- "_TCVADESHAGCEK_"
- ],
- [
- 8177,
- 2,
- 8,
- 3,
- 0.099613,
- "_KETEGDVTSVK_"
- ],
- [
- 25502,
- 2,
- 8,
- 5,
- 0.099613,
- "_TAEHEAAQQDLQSK_"
- ],
- [
- 21841,
- 2,
- 6,
- 5,
- 0.071105,
- "_FCQCSSECQNR_"
- ],
- [
- 8611,
- 2,
- 6,
- 3,
- 0.071105,
- "_KLGGSQEDQIK_"
- ],
- [
- 43278,
- 2,
- 10,
- 2,
- 0.12807,
- "_GPSGTDTVSGQSNSGNNGNNGK_"
- ],
- [
- 20468,
- 2,
- 6,
- 2,
- 0.071105,
- "_EVSSSTELHSNEK_"
- ],
- [
- 13680,
- 4,
- 10,
- 7,
- 0.12807,
- "_MNNSGYSDAGLGLGDETDEMPSTEK_"
- ],
- [
- 25935,
- 2,
- 12,
- 7,
- 0.15649,
- "_AAEDDEDDDVDTKK_"
- ],
- [
- 29249,
- 3,
- 8,
- 2,
- 0.09955,
- "_SPPASSAASADQHSQSGSSSDNTER_"
- ],
- [
- 15060,
- 2,
- 7,
- 3,
- 0.085322,
- "_EEEEEEEASEK_"
- ],
- [
- 17615,
- 2,
- 12,
- 5,
- 0.1565,
- "_AQQELEEQTRR_"
- ],
- [
- 10958,
- 2,
- 12,
- 2,
- 0.1565,
- "_TVSSDGCSTPSR_"
- ],
- [
- 6466,
- 2,
- 5,
- 2,
- 0.056863,
- "_KGGVSCGTSFR_"
- ],
- [
- 25415,
- 2,
- 10,
- 2,
- 0.12805,
- "_HHYEQQQEDLAR_"
- ],
- [
- 7626,
- 3,
- 10,
- 5,
- 0.12805,
- "_HYAHTDCPGHADYVK_"
- ],
- [
- 19647,
- 2,
- 8,
- 3,
- 0.099538,
- "_IDSEGGVSANHTSR_"
- ],
- [
- 12853,
- 3,
- 11,
- 5,
- 0.14229,
- "_QLQAAAAHWQQHQQHR_"
- ],
- [
- 11457,
- 2,
- 9,
- 3,
- 0.11374,
- "_SAVESGQADDER_"
- ],
- [
- 4060,
- 3,
- 17,
- 2,
- 0.22757,
- "_VAHSDKPGSTSTASFR_"
- ],
- [
- 14138,
- 2,
- 9,
- 6,
- 0.11374,
- "_IHMGSCAENTAK_"
- ],
- [
- 31445,
- 2,
- 9,
- 2,
- 0.11374,
- "_SLGSSHSNSSSSSLTEK_"
- ],
- [
- 3557,
- 2,
- 6,
- 2,
- 0.071064,
- "_FVIHHSMSK_"
- ],
- [
- 14669,
- 2,
- 12,
- 4,
- 0.15649,
- "_NTAELQPESGKR_"
- ],
- [
- 27947,
- 2,
- 11,
- 6,
- 0.14225,
- "_GSCSTEVEKETQEK_"
- ],
- [
- 9874,
- 2,
- 11,
- 3,
- 0.14225,
- "_DHYEATAMHR_"
- ],
- [
- 11888,
- 2,
- 9,
- 2,
- 0.11374,
- "_RVEEDIQQQK_"
- ],
- [
- 29265,
- 2,
- 11,
- 5,
- 0.14219,
- "_ITTGSSSAGTQSSTSNR_"
- ],
- [
- 7290,
- 3,
- 12,
- 4,
- 0.15646,
- "_EYHPDKNPNAGDKFK_"
- ],
- [
- 31287,
- 2,
- 12,
- 5,
- 0.15646,
- "_AETPTAAEDDNEGDKK_"
- ],
- [
- 3241,
- 2,
- 13,
- 4,
- 0.1707,
- "_YSVQTADHR_"
- ],
- [
- 2501,
- 3,
- 9,
- 5,
- 0.11374,
- "_HSPDTAEGQLKEDR_"
- ],
- [
- 7002,
- 2,
- 12,
- 3,
- 0.15646,
- "_NTKDEFEER_"
- ],
- [
- 11982,
- 2,
- 9,
- 4,
- 0.11374,
- "_YSHVQEVQER_"
- ],
- [
- 2429,
- 2,
- 9,
- 3,
- 0.11374,
- "_TYLGEEGKR_"
- ],
- [
- 13582,
- 2,
- 5,
- 2,
- 0.056847,
- "_KAWNNQVCCK_"
- ],
- [
- 21901,
- 2,
- 12,
- 4,
- 0.15646,
- "_ENSTHFSQPNSTK_"
- ],
- [
- 2800,
- 2,
- 10,
- 2,
- 0.12795,
- "_EISITHHVK_"
- ],
- [
- 14718,
- 2,
- 13,
- 4,
- 0.17068,
- "_GAVGASVTSSTHEK_"
- ],
- [
- 21411,
- 2,
- 13,
- 2,
- 0.17068,
- "_TATPQQAQEVHEK_"
- ],
- [
- 8337,
- 2,
- 11,
- 3,
- 0.14217,
- "_LEQGLSEHQR_"
- ],
- [
- 18274,
- 2,
- 11,
- 3,
- 0.14217,
- "_SGSM(Oxidation (M))DPSGAHPSVR_"
- ],
- [
- 36831,
- 2,
- 11,
- 3,
- 0.14217,
- "_STNLDASENTGNKQDDK_"
- ],
- [
- 18845,
- 2,
- 11,
- 5,
- 0.14217,
- "_GDKENASQCFEK_"
- ],
- [
- 8167,
- 2,
- 12,
- 3,
- 0.1564,
- "_CAYEVSQAHK_"
- ],
- [
- 24268,
- 2,
- 10,
- 4,
- 0.12795,
- "_GAAANPENEDQQQR_"
- ],
- [
- 15581,
- 2,
- 4,
- 3,
- 0.04264,
- "_TLKEENMQQAR_"
- ],
- [
- 16635,
- 2,
- 10,
- 5,
- 0.12795,
- "_M(Oxidation (M))KDTDSEEEIR_"
- ],
- [
- 17137,
- 4,
- 9,
- 4,
- 0.1137,
- "_AADKPADQGAEKHEGTGQSSGITDQEK_"
- ],
- [
- 14944,
- 2,
- 11,
- 4,
- 0.14216,
- "_NVAGAEAPPPQKR_"
- ],
- [
- 25327,
- 2,
- 14,
- 2,
- 0.18489,
- "_QSTSSQEASSASEPR_"
- ],
- [
- 5659,
- 2,
- 14,
- 5,
- 0.18489,
- "_YKAEDEVQR_"
- ],
- [
- 29584,
- 2,
- 12,
- 4,
- 0.15638,
- "_QAQAQESEEEEESR_"
- ],
- [
- 11106,
- 4,
- 11,
- 5,
- 0.14216,
- "_CGNHTCSQVCHPQPCQQCPR_"
- ],
- [
- 25537,
- 2,
- 14,
- 2,
- 0.18482,
- "_KPSTSDDSDSNFEK_"
- ],
- [
- 5411,
- 2,
- 14,
- 5,
- 0.18482,
- "_KGESGQSWPR_"
- ],
- [
- 6739,
- 2,
- 2,
- 2,
- 0.014212,
- "_YHAEEVEER_"
- ],
- [
- 15132,
- 2,
- 8,
- 2,
- 0.099486,
- "_ETDSSSASAATPSK_"
- ],
- [
- 24898,
- 2,
- 5,
- 4,
- 0.056852,
- "_TNQEHAALEAENSK_"
- ],
- [
- 24053,
- 2,
- 15,
- 6,
- 0.1991,
- "_EEASGSSVTAEEAKK_"
- ],
- [
- 8189,
- 2,
- 3,
- 2,
- 0.028422,
- "_AKPAEAPAAAAPK_"
- ],
- [
- 10392,
- 2,
- 5,
- 3,
- 0.056852,
- "_QKPITPETAEK_"
- ],
- [
- 7773,
- 2,
- 3,
- 2,
- 0.028422,
- "_EPAEQPGDGER_"
- ],
- [
- 15651,
- 2,
- 3,
- 2,
- 0.028422,
- "_YQEQGGEASPQR_"
- ],
- [
- 27386,
- 2,
- 9,
- 3,
- 0.1137,
- "_TCTESDVSQSQNSR_"
- ],
- [
- 3582,
- 4,
- 8,
- 2,
- 0.099486,
- "_RGQQQRPLEAQPSAPGHSVK_"
- ],
- [
- 17663,
- 2,
- 13,
- 4,
- 0.17059,
- "_QREEEIEAQEK_"
- ],
- [
- 11271,
- 2,
- 4,
- 4,
- 0.042639,
- "_KEVVEEAENGR_"
- ],
- [
- 24554,
- 2,
- 8,
- 4,
- 0.099486,
- "_EMANAAQPEESTKK_"
- ],
- [
- 24139,
- 2,
- 8,
- 4,
- 0.099486,
- "_GPGGSQGSQGPSPQGAR_"
- ],
- [
- 2025,
- 2,
- 7,
- 3,
- 0.085264,
- "_GIPNERPTR_"
- ],
- [
- 3315,
- 2,
- 7,
- 2,
- 0.085264,
- "_HFNAPSHIR_"
- ],
- [
- 8654,
- 2,
- 13,
- 2,
- 0.17059,
- "_MCSIPPKNEK_"
- ],
- [
- 11939,
- 2,
- 7,
- 2,
- 0.085264,
- "_EKQPLEESASR_"
- ],
- [
- 2380,
- 3,
- 5,
- 6,
- 0.05685,
- "_AEASSGDHPTDTEMK_"
- ],
- [
- 10584,
- 3,
- 4,
- 5,
- 0.042633,
- "_ESPGAAATSSSGPQAQQHR_"
- ],
- [
- 28574,
- 2,
- 3,
- 3,
- 0.028424,
- "_KPLSGNSNSSGSESFK_"
- ],
- [
- 36800,
- 2,
- 3,
- 2,
- 0.028424,
- "_DNGEAEDQEEKEDAEK_"
- ],
- [
- 4275,
- 3,
- 7,
- 5,
- 0.085264,
- "_MQCEVKDEKDDMK_"
- ],
- [
- 15595,
- 2,
- 8,
- 5,
- 0.099486,
- "_KYELGRPAANTK_"
- ],
- [
- 3166,
- 2,
- 6,
- 2,
- 0.071063,
- "_RGAAGDWGER_"
- ],
- [
- 25170,
- 2,
- 10,
- 2,
- 0.12791,
- "_AHAAQVTCVAASPHK_"
- ],
- [
- 33026,
- 3,
- 9,
- 5,
- 0.1137,
- "_TLNGGSDAQDGNQPQHNGESNEDSK_"
- ],
- [
- 31623,
- 2,
- 10,
- 4,
- 0.12791,
- "_SNNSETSSVAQSGSESK_"
- ],
- [
- 4487,
- 2,
- 12,
- 5,
- 0.15638,
- "_ETM(Oxidation (M))QSLNDR_"
- ],
- [
- 23376,
- 2,
- 12,
- 5,
- 0.15638,
- "_EWSQHINGASHSR_"
- ],
- [
- 12171,
- 2,
- 9,
- 4,
- 0.1137,
- "_HSSTFDQTAER_"
- ],
- [
- 10328,
- 3,
- 12,
- 6,
- 0.15638,
- "_HTNPIVENGQTHPCQK_"
- ],
- [
- 33279,
- 2,
- 11,
- 3,
- 0.14213,
- "_EQDSEVSEDTKSEEK_"
- ],
- [
- 9014,
- 2,
- 5,
- 4,
- 0.056852,
- "_NEPQNATGAPGR_"
- ],
- [
- 7301,
- 2,
- 11,
- 4,
- 0.14213,
- "_KAEEDAALQAK_"
- ],
- [
- 18418,
- 3,
- 7,
- 4,
- 0.085283,
- "_QEAGISEGQGTAGEEEEKKK_"
- ],
- [
- 5505,
- 2,
- 12,
- 5,
- 0.15635,
- "_TYIPPKGETK_"
- ],
- [
- 17654,
- 2,
- 7,
- 5,
- 0.085283,
- "_THGSEYYECSR_"
- ],
- [
- 7319,
- 4,
- 8,
- 5,
- 0.099484,
- "_NEDNGAPENSVEKPHEKPEAR_"
- ],
- [
- 9995,
- 2,
- 12,
- 4,
- 0.15635,
- "_RGFSDSGGGPPAK_"
- ],
- [
- 10862,
- 3,
- 8,
- 4,
- 0.099484,
- "_EGTAPSENGETKAEEAQK_"
- ],
- [
- 25114,
- 2,
- 17,
- 5,
- 0.22753,
- "_SNEEGSEEKGPEVR_"
- ],
- [
- 675,
- 2,
- 2,
- 2,
- 0.014219,
- "_YHEEFEK_"
- ],
- [
- 13829,
- 2,
- 3,
- 3,
- 0.028431,
- "_GMDGSTNETASSR_"
- ],
- [
- 33685,
- 2,
- 10,
- 3,
- 0.12792,
- "_TDTEEEEEQQQQQK_"
- ],
- [
- 13122,
- 2,
- 6,
- 3,
- 0.071111,
- "_QRPQATAEQIR_"
- ],
- [
- 29726,
- 2,
- 2,
- 3,
- 0.014258,
- "_TPHYGSQTPLHDGSR_"
- ],
- [
- 14793,
- 3,
- 14,
- 5,
- 0.18485,
- "_HIVSNDSSDSDDESHEPK_"
- ],
- [
- 32638,
- 2,
- 2,
- 4,
- 0.014258,
- "_VAAASGHCGAFSGSDSSR_"
- ],
- [
- 5845,
- 2,
- 2,
- 4,
- 0.014258,
- "_LGIHEDSTNR_"
- ],
- [
- 3083,
- 2,
- 3,
- 2,
- 0.028478,
- "_SHCIAEVEK_"
- ],
- [
- 3511,
- 3,
- 6,
- 3,
- 0.071111,
- "_KPLSGNSNSSGSESFK_"
- ],
- [
- 15801,
- 2,
- 2,
- 2,
- 0.014258,
- "_MKDTDSEEEIR_"
- ],
- [
- 4807,
- 3,
- 11,
- 5,
- 0.14217,
- "_EKANGTTVHVGIHPSK_"
- ],
- [
- 5525,
- 2,
- 3,
- 2,
- 0.028478,
- "_DAVTYTEHAK_"
- ],
- [
- 26885,
- 2,
- 10,
- 6,
- 0.12796,
- "_NEGSESAPEGQAQQR_"
- ],
- [
- 4699,
- 2,
- 11,
- 3,
- 0.14217,
- "_SKPNLPSESR_"
- ],
- [
- 137,
- 3,
- 7,
- 4,
- 0.085328,
- "_AMHTPKPAVGEEK_"
- ],
- [
- 37302,
- 2,
- 9,
- 6,
- 0.11374,
- "_EQCCYNCGKPGHLAR_"
- ],
- [
- 35979,
- 2,
- 2,
- 3,
- 0.014258,
- "_NPVHNGHALLMQDTHK_"
- ],
- [
- 26388,
- 2,
- 8,
- 5,
- 0.099541,
- "_AEASSGDHPTDTEMK_"
- ],
- [
- 19792,
- 2,
- 2,
- 6,
- 0.014258,
- "_CGETGHVAINCSK_"
- ],
- [
- 26257,
- 2,
- 9,
- 3,
- 0.11374,
- "_RMEELHNQEMQK_"
- ],
- [
- 2716,
- 3,
- 7,
- 4,
- 0.085348,
- "_HLQTGENHTSVDPR_"
- ],
- [
- 12802,
- 3,
- 8,
- 4,
- 0.099565,
- "_SQVSEEEGKEVESDKEK_"
- ],
- [
- 19108,
- 2,
- 5,
- 4,
- 0.056926,
- "_ANGTTVHVGIHPSK_"
- ],
- [
- 4213,
- 2,
- 5,
- 5,
- 0.056926,
- "_KLLEGEEER_"
- ],
- [
- 16813,
- 2,
- 5,
- 5,
- 0.056926,
- "_TETQEKNPLPSK_"
- ],
- [
- 6688,
- 3,
- 5,
- 5,
- 0.056926,
- "_HFESQSDDPHFHEK_"
- ],
- [
- 4124,
- 2,
- 11,
- 5,
- 0.1422,
- "_KAQCPIVER_"
- ],
- [
- 27756,
- 2,
- 4,
- 5,
- 0.042714,
- "_QQSAQSQVSTTAENK_"
- ],
- [
- 19589,
- 2,
- 5,
- 3,
- 0.056926,
- "_HATAEEVEEEER_"
- ],
- [
- 2036,
- 3,
- 6,
- 5,
- 0.071138,
- "_KKAEPSEVDMNSPK_"
- ],
- [
- 18409,
- 2,
- 15,
- 7,
- 0.19909,
- "_NKPNMSDPEESR_"
- ],
- [
- 3996,
- 3,
- 12,
- 3,
- 0.15641,
- "_ADHPPAEVTSHAASGAK_"
- ],
- [
- 14481,
- 2,
- 3,
- 4,
- 0.028495,
- "_KSNFSNSADDIK_"
- ],
- [
- 37880,
- 2,
- 8,
- 6,
- 0.099565,
- "_ESPGAAATSSSGPQAQQHR_"
- ],
- [
- 33789,
- 3,
- 3,
- 7,
- 0.028495,
- "_EDGNEEDKENQGDETQGQQPPQR_"
- ],
- [
- 141,
- 2,
- 4,
- 5,
- 0.042714,
- "_LREDLER_"
- ],
- [
- 19447,
- 2,
- 3,
- 5,
- 0.028495,
- "_EELEQASQAHGAR_"
- ],
- [
- 16906,
- 2,
- 3,
- 2,
- 0.028495,
- "_NPQNSSQSADGLR_"
- ],
- [
- 6029,
- 2,
- 3,
- 3,
- 0.028495,
- "_NCVAIAADRR_"
- ],
- [
- 9063,
- 2,
- 3,
- 4,
- 0.028495,
- "_YCDPDSYHR_"
- ],
- [
- 41190,
- 2,
- 5,
- 7,
- 0.056938,
- "_SSQGSSSSTQSAPSETASASK_"
- ],
- [
- 34707,
- 2,
- 5,
- 5,
- 0.056938,
- "_IHEGCEEPATHNALAK_"
- ],
- [
- 27944,
- 4,
- 5,
- 5,
- 0.056938,
- "_LKTDNAGDQHGGGGGGGGGAGAAGGGGGGENYDDPHK_"
- ],
- [
- 15916,
- 2,
- 4,
- 4,
- 0.042719,
- "_DSYVGDEAQSKR_"
- ],
- [
- 35365,
- 2,
- 4,
- 6,
- 0.042719,
- "_QQQAATSESSQSEASVR_"
- ],
- [
- 12706,
- 2,
- 4,
- 6,
- 0.042719,
- "_QAGEVTYADAHK_"
- ],
- [
- 30375,
- 2,
- 5,
- 5,
- 0.056938,
- "_TSSGTSLSAMHSSGSSGK_"
- ],
- [
- 3947,
- 4,
- 4,
- 2,
- 0.042719,
- "_KQVDSEHMHQNVPTEEQR_"
- ],
- [
- 8623,
- 2,
- 4,
- 4,
- 0.042719,
- "_VSELKEELKK_"
- ],
- [
- 15291,
- 2,
- 4,
- 6,
- 0.042719,
- "_TVEAEAAHGTVTR_"
- ],
- [
- 2781,
- 2,
- 5,
- 2,
- 0.056938,
- "_EKEELMER_"
- ],
- [
- 34103,
- 2,
- 4,
- 5,
- 0.042719,
- "_STSSHGTDEMESSSYR_"
- ],
- [
- 32242,
- 2,
- 5,
- 5,
- 0.056938,
- "_HADHSSLTLGSGSSTTR_"
- ],
- [
- 42309,
- 2,
- 4,
- 4,
- 0.042719,
- "_LQQQQRPEDAEDGAEGGGK_"
- ],
- [
- 953,
- 3,
- 6,
- 4,
- 0.071149,
- "_KTQNDVLHAENVK_"
- ],
- [
- 9253,
- 2,
- 16,
- 4,
- 0.21331,
- "_RQVDQLTNDK_"
- ],
- [
- 18860,
- 2,
- 6,
- 4,
- 0.071149,
- "_KTEAPAAPAAQETK_"
- ],
- [
- 16961,
- 2,
- 8,
- 4,
- 0.099571,
- "_AQHEDQVEQYK_"
- ],
- [
- 20638,
- 3,
- 7,
- 5,
- 0.085361,
- "_KENCMYQACPTQDCNKK_"
- ],
- [
- 27161,
- 2,
- 15,
- 6,
- 0.19907,
- "_RAAEDDEDDDVDTK_"
- ],
- [
- 1865,
- 2,
- 13,
- 6,
- 0.17064,
- "_MLPDKDCR_"
- ],
- [
- 17779,
- 2,
- 12,
- 4,
- 0.15642,
- "_THLSLSHNPEQK_"
- ],
- [
- 27585,
- 2,
- 5,
- 3,
- 0.056948,
- "_AAADGSLQWEVGGWR_"
- ],
- [
- 26520,
- 2,
- 6,
- 4,
- 0.071167,
- "_SQKEEDEQEDLTK_"
- ],
- [
- 28840,
- 2,
- 5,
- 3,
- 0.056948,
- "_GPEGQSQAPASTSASTR_"
- ],
- [
- 2321,
- 3,
- 14,
- 7,
- 0.18486,
- "_RMEELHNQEMQK_"
- ],
- [
- 22591,
- 4,
- 6,
- 7,
- 0.071167,
- "_TDNAGDQHGGGGGGGGGAGAAGGGGGGENYDDPHK_"
- ],
- [
- 933,
- 3,
- 3,
- 2,
- 0.071167,
- "_THNDIIHNENMR_"
- ],
- [
- 15238,
- 2,
- 7,
- 4,
- 0.085379,
- "_RPLEDGDQPDAK_"
- ],
- [
- 10033,
- 3,
- 12,
- 7,
- 0.15643,
- "_EQCCYNCGKPGHLAR_"
- ],
- [
- 16651,
- 2,
- 6,
- 3,
- 0.071167,
- "_NNRPSEGPLQTR_"
- ],
- [
- 21964,
- 2,
- 5,
- 5,
- 0.056948,
- "_IHNAENIQPGEQK_"
- ],
- [
- 10431,
- 2,
- 6,
- 3,
- 0.071161,
- "_THEAQIQEMR_"
- ],
- [
- 33837,
- 2,
- 6,
- 6,
- 0.071161,
- "_KHEAFESDLAAHQDR_"
- ],
- [
- 35220,
- 2,
- 6,
- 4,
- 0.071161,
- "_ATCAPQHGAPGPGPADASK_"
- ],
- [
- 6779,
- 2,
- 6,
- 4,
- 0.071161,
- "_SHEGETAYIR_"
- ],
- [
- 30820,
- 2,
- 12,
- 4,
- 0.15644,
- "_KSAEIDSDDTGGSAAQK_"
- ],
- [
- 20402,
- 2,
- 8,
- 7,
- 0.099592,
- "_SCCSCCPVGCAK_"
- ],
- [
- 22211,
- 2,
- 6,
- 4,
- 0.071161,
- "_AESEEMETSQAGSK_"
- ],
- [
- 46558,
- 2,
- 7,
- 6,
- 0.08538,
- "_HLDGEEDGSSDQSQASGTTGGR_"
- ],
- [
- 42033,
- 2,
- 7,
- 5,
- 0.08538,
- "_AAQQAASSSGQGQQAQTPTGK_"
- ],
- [
- 13717,
- 3,
- 7,
- 6,
- 0.08538,
- "_SLAKPETDKEQDSEMEK_"
- ],
- [
- 11218,
- 2,
- 4,
- 3,
- 0.042661,
- "_SWGNNYPQHR_"
- ],
- [
- 4862,
- 2,
- 8,
- 7,
- 0.099599,
- "_GSGTAEVELKK_"
- ],
- [
- 7910,
- 2,
- 7,
- 4,
- 0.08538,
- "_HQGVM(Oxidation (M))VGMGQK_"
- ],
- [
- 40214,
- 2,
- 7,
- 5,
- 0.08538,
- "_EAEEGEDDRDSANGEDDS_"
- ],
- [
- 558,
- 2,
- 11,
- 5,
- 0.14223,
- "_FHVEEEGK_"
- ],
- [
- 6217,
- 2,
- 7,
- 2,
- 0.08538,
- "_RYDDPEVQK_"
- ],
- [
- 7346,
- 2,
- 5,
- 2,
- 0.056876,
- "_GAADVEKVEEK_"
- ],
- [
- 810,
- 2,
- 8,
- 2,
- 0.099594,
- "_LSKEDIER_"
- ],
- [
- 4556,
- 3,
- 12,
- 4,
- 0.15645,
- "_IVQQAKEMTETMEK_"
- ],
- [
- 47974,
- 2,
- 8,
- 4,
- 0.099594,
- "_DTESSSENTTDNNSASNPGSEK_"
- ],
- [
- 29240,
- 2,
- 8,
- 3,
- 0.099594,
- "_EKPQISAAQSTQPQK_"
- ],
- [
- 5196,
- 2,
- 9,
- 4,
- 0.11381,
- "_RLEEPEEPK_"
- ],
- [
- 4459,
- 2,
- 8,
- 3,
- 0.099594,
- "_EMQPTHPIR_"
- ],
- [
- 2983,
- 2,
- 8,
- 5,
- 0.099594,
- "_NIIHGSDSVK_"
- ],
- [
- 2701,
- 2,
- 11,
- 3,
- 0.14224,
- "_KLLEGEESR_"
- ],
- [
- 42328,
- 2,
- 8,
- 3,
- 0.099594,
- "_HADNCAGPDGVEGENGGETK_"
- ],
- [
- 5363,
- 2,
- 8,
- 4,
- 0.099594,
- "_YEKDVADYK_"
- ],
- [
- 37209,
- 2,
- 8,
- 3,
- 0.099594,
- "_NSLQEQQEEEEEARK_"
- ],
- [
- 9908,
- 4,
- 10,
- 4,
- 0.12803,
- "_AQQQEEQGSVNDVKEEEKEEK_"
- ],
- [
- 646,
- 2,
- 9,
- 2,
- 0.11381,
- "_TAAYGHFGR_"
- ],
- [
- 9476,
- 2,
- 10,
- 6,
- 0.12803,
- "_GHLENNPALEK_"
- ],
- [
- 40004,
- 2,
- 9,
- 2,
- 0.1138,
- "_SDGAPASDSKPGSSEAAPSSK_"
- ],
- [
- 9070,
- 2,
- 9,
- 2,
- 0.1138,
- "_LNECVDHTPK_"
- ],
- [
- 18579,
- 2,
- 6,
- 3,
- 0.071086,
- "_EDEVDGEEQTQK_"
- ],
- [
- 51217,
- 2,
- 9,
- 7,
- 0.1138,
- "_EDGNEEDKENQGDETQGQQPPQR_"
- ],
- [
- 4118,
- 2,
- 8,
- 2,
- 0.099546,
- "_VVDQQQVER_"
- ],
- [
- 14928,
- 2,
- 8,
- 2,
- 0.099546,
- "_ATAEQISSQTGNK_"
- ],
- [
- 2266,
- 2,
- 7,
- 4,
- 0.085309,
- "_ASELKEEIK_"
- ],
- [
- 3276,
- 2,
- 13,
- 6,
- 0.17066,
- "_IREEYPDR_"
- ],
- [
- 17461,
- 2,
- 12,
- 6,
- 0.15645,
- "_MEELHNQEVQK_"
- ],
- [
- 28561,
- 2,
- 10,
- 3,
- 0.12802,
- "_IECDDKGDGSCDVR_"
- ],
- [
- 1389,
- 2,
- 9,
- 2,
- 0.1138,
- "_TVDPETQAR_"
- ],
- [
- 6837,
- 2,
- 9,
- 3,
- 0.1138,
- "_VGSTSENITQK_"
- ],
- [
- 38627,
- 2,
- 9,
- 4,
- 0.1138,
- "_AESTLQNSSSAVHTESNK_"
- ],
- [
- 30539,
- 2,
- 8,
- 5,
- 0.099546,
- "_VTEDEEPPTEQDKR_"
- ],
- [
- 268,
- 2,
- 10,
- 4,
- 0.12805,
- "_MYEEHLK_"
- ],
- [
- 7968,
- 2,
- 8,
- 5,
- 0.099556,
- "_LMGEDEKPAAK_"
- ],
- [
- 13980,
- 2,
- 6,
- 2,
- 0.071103,
- "_EHVMNEVDTNK_"
- ],
- [
- 5359,
- 2,
- 10,
- 3,
- 0.12805,
- "_FYGDEEKDK_"
- ],
- [
- 4729,
- 2,
- 8,
- 3,
- 0.099556,
- "_SGTHSQSLPDS_"
- ],
- [
- 23415,
- 2,
- 10,
- 2,
- 0.12805,
- "_ATEGMVVADKNCSK_"
- ],
- [
- 5243,
- 2,
- 10,
- 3,
- 0.12805,
- "_EAVGQLKPTGK_"
- ],
- [
- 27393,
- 2,
- 10,
- 4,
- 0.12805,
- "_AVTEQGHELSNEER_"
- ],
- [
- 1205,
- 2,
- 14,
- 5,
- 0.1849,
- "_AKFENLCK_"
- ],
- [
- 4997,
- 3,
- 10,
- 3,
- 0.12805,
- "_AIQGGTSHHLGQNFSK_"
- ],
- [
- 7689,
- 2,
- 11,
- 4,
- 0.14227,
- "_EYVAYSHTGR_"
- ],
- [
- 21227,
- 2,
- 10,
- 2,
- 0.12805,
- "_TGGADQSLQQGEGSK_"
- ],
- [
- 20955,
- 2,
- 10,
- 4,
- 0.12805,
- "_ITAAQHSVTGSAVSK_"
- ],
- [
- 32107,
- 2,
- 10,
- 3,
- 0.12805,
- "_QDSSSASLASAGESTGKK_"
- ],
- [
- 6395,
- 2,
- 10,
- 4,
- 0.12805,
- "_EVVEAHVDQK_"
- ],
- [
- 38190,
- 2,
- 6,
- 4,
- 0.071103,
- "_ERNTDQASMPDNTAAQK_"
- ],
- [
- 13737,
- 2,
- 10,
- 5,
- 0.12805,
- "_FTNEDHLAVHK_"
- ],
- [
- 4988,
- 2,
- 8,
- 2,
- 0.099546,
- "_SYSEDDIHR_"
- ],
- [
- 2112,
- 2,
- 11,
- 3,
- 0.14226,
- "_MPHINDCR_"
- ],
- [
- 1447,
- 2,
- 9,
- 2,
- 0.11377,
- "_LQSSEAEVR_"
- ],
- [
- 35759,
- 2,
- 10,
- 4,
- 0.12801,
- "_HPSKPDPSGECNPDLR_"
- ],
- [
- 14071,
- 2,
- 10,
- 5,
- 0.12801,
- "_KLPATTATPDSSK_"
- ],
- [
- 14427,
- 2,
- 12,
- 5,
- 0.15648,
- "_GDKEEVAYEER_"
- ],
- [
- 1003,
- 2,
- 8,
- 3,
- 0.099546,
- "_HQCSIDLK_"
- ],
- [
- 11742,
- 3,
- 8,
- 3,
- 0.099546,
- "_IISSIEQKEENKGGEDK_"
- ],
- [
- 25548,
- 2,
- 13,
- 5,
- 0.1707,
- "_KTGQAPGYSYTAANK_"
- ],
- [
- 22093,
- 2,
- 9,
- 3,
- 0.11377,
- "_DDGYSTKDSYSSR_"
- ],
- [
- 1344,
- 2,
- 8,
- 3,
- 0.099546,
- "_RLQEALER_"
- ],
- [
- 4744,
- 2,
- 11,
- 3,
- 0.14226,
- "_ATLPDADKER_"
- ],
- [
- 7546,
- 2,
- 11,
- 3,
- 0.14226,
- "_SMEEDPQTSR_"
- ],
- [
- 16296,
- 2,
- 8,
- 2,
- 0.099546,
- "_EKLEVQCQAEK_"
- ],
- [
- 9465,
- 2,
- 16,
- 5,
- 0.21333,
- "_QEMQEVQSSR_"
- ],
- [
- 3422,
- 3,
- 10,
- 5,
- 0.12798,
- "_SAGLPSHSSVISQHSK_"
- ],
- [
- 15232,
- 2,
- 10,
- 2,
- 0.12798,
- "_DYSDHPSGGSYR_"
- ],
- [
- 4895,
- 2,
- 12,
- 2,
- 0.15648,
- "_GHEFYNPQK_"
- ],
- [
- 24244,
- 3,
- 10,
- 6,
- 0.12798,
- "_AKEQEAEPEEQEEDSSSDPR_"
- ],
- [
- 28839,
- 2,
- 9,
- 2,
- 0.11376,
- "_TGTITTFEHAHNM(Oxidation (M))R_"
- ],
- [
- 11877,
- 2,
- 14,
- 5,
- 0.18491,
- "_SANMDHWQQR_"
- ],
- [
- 7045,
- 3,
- 13,
- 4,
- 0.17069,
- "_ACDGNVDHAATHITNR_"
- ],
- [
- 43009,
- 2,
- 11,
- 5,
- 0.14222,
- "_GDVEGSQSQDEGEGSGESER_"
- ],
- [
- 10689,
- 2,
- 10,
- 4,
- 0.12798,
- "_CDQCDYACR_"
- ],
- [
- 16753,
- 2,
- 10,
- 3,
- 0.12798,
- "_CSQPLVGPNDKR_"
- ],
- [
- 17157,
- 2,
- 10,
- 3,
- 0.12798,
- "_DGNMQTAKPSAMK_"
- ],
- [
- 21087,
- 2,
- 10,
- 3,
- 0.12798,
- "_KGQTHTLEDFQR_"
- ],
- [
- 16386,
- 3,
- 9,
- 2,
- 0.11375,
- "_NQEQMKPLEEKQEEER_"
- ],
- [
- 7339,
- 2,
- 15,
- 5,
- 0.19913,
- "_KGPEADSEWR_"
- ],
- [
- 2368,
- 2,
- 10,
- 4,
- 0.12798,
- "_KSDPVVSYR_"
- ],
- [
- 20083,
- 2,
- 13,
- 5,
- 0.1707,
- "_KGTDDSMTLQSQK_"
- ],
- [
- 31436,
- 2,
- 13,
- 6,
- 0.1707,
- "_NQGGYGGSSSSSSYGSGR_"
- ],
- [
- 1819,
- 2,
- 13,
- 5,
- 0.1707,
- "_GEHGFIGCR_"
- ],
- [
- 217,
- 2,
- 13,
- 5,
- 0.1707,
- "_SGKPAELLK_"
- ],
- [
- 8682,
- 3,
- 14,
- 6,
- 0.18492,
- "_HPSKPDPSGECNPDLR_"
- ],
- [
- 9343,
- 2,
- 11,
- 2,
- 0.1422,
- "_EGGGSLAEYHAK_"
- ],
- [
- 19882,
- 2,
- 12,
- 5,
- 0.15641,
- "_NSSYVHGGLDSNGK_"
- ],
- [
- 1917,
- 2,
- 11,
- 3,
- 0.14219,
- "_KGIGPVYSSK_"
- ],
- [
- 851,
- 2,
- 15,
- 5,
- 0.19913,
- "_HQNVQLPR_"
- ],
- [
- 10558,
- 2,
- 13,
- 3,
- 0.17065,
- "_ALMTSHGSVEGR_"
- ],
- [
- 2306,
- 2,
- 9,
- 3,
- 0.11375,
- "_TDRLEVCR_"
- ],
- [
- 2948,
- 2,
- 9,
- 2,
- 0.11375,
- "_AHLLDNTER_"
- ],
- [
- 15961,
- 2,
- 9,
- 2,
- 0.11375,
- "_KEEQLSSYEDK_"
- ],
- [
- 40879,
- 2,
- 8,
- 4,
- 0.099527,
- "_EVAENQQNQSSDPEEEK_"
- ],
- [
- 37906,
- 2,
- 8,
- 3,
- 0.099527,
- "_NNTAAETEDDESDGEDR_"
- ],
- [
- 23244,
- 2,
- 14,
- 6,
- 0.18491,
- "_TCNCETEDYGEK_"
- ],
- [
- 26890,
- 2,
- 13,
- 6,
- 0.17065,
- "_NQGGGLSSSGAGEGQGPK_"
- ],
- [
- 10367,
- 3,
- 11,
- 4,
- 0.14219,
- "_LRDGDSTSTLEEHSEGK_"
- ],
- [
- 8899,
- 2,
- 16,
- 4,
- 0.21334,
- "_TKTEISEMNR_"
- ],
- [
- 10551,
- 2,
- 8,
- 3,
- 0.099526,
- "_APQEVEEDDGR_"
- ],
- [
- 20034,
- 2,
- 12,
- 4,
- 0.1564,
- "_EQEQDDSTVACR_"
- ],
- [
- 20509,
- 3,
- 14,
- 5,
- 0.18486,
- "_KFNHDGEEEEEDDDYGSR_"
- ],
- [
- 322,
- 2,
- 12,
- 4,
- 0.1564,
- "_IIIENKPK_"
- ],
- [
- 2418,
- 2,
- 8,
- 3,
- 0.099526,
- "_TEGSDLCDR_"
- ],
- [
- 1231,
- 2,
- 13,
- 2,
- 0.17063,
- "_CFGTGAAGNR_"
- ],
- [
- 642,
- 2,
- 14,
- 5,
- 0.18486,
- "_HQPTAIIAK_"
- ],
- [
- 3743,
- 2,
- 10,
- 4,
- 0.12796,
- "_LKVQDQMTK_"
- ],
- [
- 2724,
- 2,
- 5,
- 2,
- 0.056856,
- "_QLSSVQEDR_"
- ],
- [
- 11743,
- 2,
- 10,
- 4,
- 0.12796,
- "_ELVSDTNQHVK_"
- ],
- [
- 16853,
- 2,
- 11,
- 3,
- 0.14217,
- "_ECGHDVTCPVAK_"
- ],
- [
- 11686,
- 2,
- 11,
- 3,
- 0.14217,
- "_FCENTQAGEGR_"
- ],
- [
- 31296,
- 2,
- 11,
- 3,
- 0.14217,
- "_VETQTEELKQNESR_"
- ],
- [
- 16428,
- 2,
- 12,
- 4,
- 0.1564,
- "_MKETPLSNCER_"
- ],
- [
- 9926,
- 2,
- 12,
- 5,
- 0.1564,
- "_AQQELEEQTR_"
- ],
- [
- 1189,
- 2,
- 9,
- 3,
- 0.11374,
- "_KINDYVEK_"
- ],
- [
- 21757,
- 2,
- 12,
- 3,
- 0.15638,
- "_AEPEAGEEQAGDDR_"
- ],
- [
- 3298,
- 3,
- 12,
- 2,
- 0.15638,
- "_NDPYKPHPHDLVGK_"
- ],
- [
- 20709,
- 2,
- 14,
- 4,
- 0.18484,
- "_ETTEESIKETER_"
- ],
- [
- 1700,
- 2,
- 12,
- 4,
- 0.15638,
- "_RVSPEEAIK_"
- ],
- [
- 172,
- 2,
- 11,
- 4,
- 0.14217,
- "_RYEEIVK_"
- ],
- [
- 8410,
- 2,
- 9,
- 4,
- 0.11374,
- "_HQAEMALNER_"
- ],
- [
- 35889,
- 2,
- 9,
- 4,
- 0.11374,
- "_NSGQNLEEDM(Oxidation (M))GQSEQK_"
- ],
- [
- 66,
- 2,
- 13,
- 3,
- 0.17061,
- "_KGVVPGGGLK_"
- ],
- [
- 26772,
- 2,
- 11,
- 3,
- 0.14217,
- "_GHEAAQEWSQGEAGK_"
- ],
- [
- 957,
- 2,
- 8,
- 4,
- 0.099499,
- "_THLTELQR_"
- ],
- [
- 12247,
- 2,
- 9,
- 3,
- 0.11375,
- "_KIVNSAQTGSFK_"
- ],
- [
- 26484,
- 2,
- 7,
- 3,
- 0.085286,
- "_CLLNETTNNKNEK_"
- ],
- [
- 27653,
- 2,
- 10,
- 5,
- 0.12796,
- "_QTFCSSQTTSNTSR_"
- ],
- [
- 1980,
- 3,
- 12,
- 2,
- 0.15639,
- "_KIGEEEIQKPEEK_"
- ],
- [
- 24951,
- 2,
- 9,
- 3,
- 0.11375,
- "_IYESHVGISSHEGK_"
- ],
- [
- 562,
- 4,
- 9,
- 3,
- 0.11375,
- "_QAELEEGRPQHQEQLR_"
- ],
- [
- 654,
- 2,
- 11,
- 3,
- 0.14217,
- "_KVAPAPAVVK_"
- ],
- [
- 6815,
- 3,
- 14,
- 4,
- 0.18483,
- "_QLVSKPLSSSVSNNKR_"
- ],
- [
- 18676,
- 2,
- 15,
- 3,
- 0.19905,
- "_GHQQLYWSHPR_"
- ],
- [
- 3695,
- 2,
- 13,
- 5,
- 0.1706,
- "_ALENDPDCR_"
- ],
- [
- 10736,
- 3,
- 15,
- 5,
- 0.19905,
- "_NQQITHANNTVSNFKR_"
- ],
- [
- 5231,
- 2,
- 14,
- 3,
- 0.18483,
- "_HMQNSEIIR_"
- ],
- [
- 380,
- 2,
- 14,
- 5,
- 0.18483,
- "_HLTGEFEK_"
- ],
- [
- 14937,
- 2,
- 14,
- 4,
- 0.18483,
- "_QKPVQTFTEEK_"
- ],
- [
- 206,
- 2,
- 8,
- 3,
- 0.099501,
- "_SIHISCPK_"
- ],
- [
- 20514,
- 2,
- 13,
- 3,
- 0.1706,
- "_QSDSQPNSDNLSR_"
- ],
- [
- 10209,
- 2,
- 8,
- 4,
- 0.099501,
- "_GGAGGTDGQGGTFR_"
- ],
- [
- 3931,
- 2,
- 15,
- 5,
- 0.19905,
- "_LLTQHENIK_"
- ],
- [
- 8652,
- 2,
- 11,
- 5,
- 0.14217,
- "_AALQEEEQASK_"
- ],
- [
- 15592,
- 2,
- 16,
- 5,
- 0.21327,
- "_HVPGGGNVQIQNK_"
- ],
- [
- 4993,
- 2,
- 11,
- 4,
- 0.14217,
- "_AFHPTYEEK_"
- ],
- [
- 1569,
- 2,
- 18,
- 5,
- 0.24177,
- "_QQYESVAAK_"
- ],
- [
- 1396,
- 2,
- 9,
- 4,
- 0.11371,
- "_LREEWQR_"
- ],
- [
- 1501,
- 2,
- 15,
- 3,
- 0.19905,
- "_YPVVSDGKR_"
- ],
- [
- 21399,
- 2,
- 16,
- 5,
- 0.21327,
- "_VMSQNFTNCHTK_"
- ],
- [
- 34420,
- 2,
- 11,
- 4,
- 0.14217,
- "_KVLGSSTSATNSTSVSSR_"
- ],
- [
- 14753,
- 2,
- 13,
- 3,
- 0.1706,
- "_SGPNTQNEDIEK_"
- ],
- [
- 15653,
- 2,
- 12,
- 2,
- 0.15639,
- "_SELGNQSPSTSSR_"
- ],
- [
- 27118,
- 2,
- 11,
- 3,
- 0.14217,
- "_QGQGQSEPGEYEQR_"
- ],
- [
- 2292,
- 2,
- 10,
- 3,
- 0.12796,
- "_IQAMKPMTK_"
- ],
- [
- 7152,
- 2,
- 12,
- 5,
- 0.15639,
- "_YEVTSGGGGTSR_"
- ],
- [
- 29844,
- 2,
- 10,
- 3,
- 0.12796,
- "_AQEQQQQMAELHSK_"
- ],
- [
- 2196,
- 2,
- 11,
- 3,
- 0.14217,
- "_KLQEELER_"
- ],
- [
- 5765,
- 2,
- 10,
- 3,
- 0.12796,
- "_TLTGALNAHNK_"
- ],
- [
- 42305,
- 2,
- 10,
- 4,
- 0.12796,
- "_SPISSGSGGSHMSGTSSSSGMK_"
- ],
- [
- 6620,
- 2,
- 14,
- 4,
- 0.18482,
- "_VKEEEAALAAK_"
- ],
- [
- 29296,
- 2,
- 10,
- 4,
- 0.12796,
- "_EQVYDAM(Oxidation (M))GEKEEAK_"
- ],
- [
- 8819,
- 3,
- 17,
- 6,
- 0.22751,
- "_DKPHVNVGTIGHVDHGK_"
- ],
- [
- 17070,
- 2,
- 10,
- 3,
- 0.12796,
- "_QHSSQDVHVVLK_"
- ],
- [
- 14711,
- 2,
- 10,
- 4,
- 0.12796,
- "_SSPGSVAASPSGGGGR_"
- ],
- [
- 7432,
- 2,
- 11,
- 3,
- 0.14217,
- "_FWESNSAAHK_"
- ],
- [
- 10172,
- 2,
- 11,
- 4,
- 0.14217,
- "_EQMQPTHPIR_"
- ],
- [
- 540,
- 2,
- 9,
- 3,
- 0.11371,
- "_RVLLGETGK_"
- ],
- [
- 16637,
- 2,
- 10,
- 3,
- 0.12792,
- "_NSM(Oxidation (M))PASSFQQQK_"
- ],
- [
- 1294,
- 2,
- 11,
- 3,
- 0.14217,
- "_LKPLGEAER_"
- ],
- [
- 6325,
- 2,
- 10,
- 2,
- 0.12792,
- "_SQGAALDKYAK_"
- ],
- [
- 14929,
- 2,
- 12,
- 4,
- 0.15638,
- "_ASIQAASAESSGQK_"
- ],
- [
- 11467,
- 2,
- 13,
- 4,
- 0.17059,
- "_ESHTAVVYTEK_"
- ],
- [
- 12860,
- 2,
- 13,
- 4,
- 0.17059,
- "_EGEEATAEAEEK_"
- ],
- [
- 5002,
- 2,
- 15,
- 5,
- 0.19903,
- "_ELEVQHPAAK_"
- ],
- [
- 12029,
- 2,
- 14,
- 4,
- 0.18481,
- "_HEGVSCDACLK_"
- ],
- [
- 10080,
- 2,
- 7,
- 4,
- 0.085277,
- "_DAASCMTVHDK_"
- ],
- [
- 11500,
- 2,
- 10,
- 5,
- 0.12792,
- "_CNINCDEDPK_"
- ],
- [
- 2142,
- 2,
- 14,
- 5,
- 0.18481,
- "_HCNGVDWR_"
- ],
- [
- 6285,
- 2,
- 10,
- 2,
- 0.12792,
- "_YGVQADRVDK_"
- ],
- [
- 106,
- 2,
- 13,
- 4,
- 0.17059,
- "_TIIHQAIK_"
- ],
- [
- 17373,
- 2,
- 13,
- 6,
- 0.17059,
- "_QVQSQAHGLQMR_"
- ],
- [
- 11185,
- 3,
- 11,
- 5,
- 0.14217,
- "_KLQESTQTVQSLHGSSR_"
- ],
- [
- 2551,
- 2,
- 12,
- 3,
- 0.15642,
- "_IRPLTEAEK_"
- ],
- [
- 12422,
- 3,
- 20,
- 6,
- 0.27022,
- "_KPLTSSSAAPQRPISTQR_"
- ],
- [
- 37056,
- 2,
- 13,
- 5,
- 0.17063,
- "_TTCMSSQGSDDEQIKR_"
- ],
- [
- 24358,
- 2,
- 16,
- 4,
- 0.21327,
- "_KYESDEDSLGSSGR_"
- ],
- [
- 3800,
- 2,
- 7,
- 2,
- 0.085315,
- "_STEEQELEK_"
- ],
- [
- 2019,
- 2,
- 20,
- 4,
- 0.27022,
- "_TKFENLCK_"
- ],
- [
- 3342,
- 2,
- 11,
- 2,
- 0.14217,
- "_NSAQGNVYVK_"
- ],
- [
- 13994,
- 2,
- 9,
- 5,
- 0.11375,
- "_KEDAENLAAAQR_"
- ],
- [
- 7873,
- 2,
- 11,
- 5,
- 0.14217,
- "_ENVKDYYQK_"
- ],
- [
- 9809,
- 3,
- 15,
- 6,
- 0.19906,
- "_TTCMSSQGSDDEQIKR_"
- ],
- [
- 8174,
- 2,
- 10,
- 5,
- 0.12796,
- "_LQNSYQPTNK_"
- ],
- [
- 10844,
- 2,
- 14,
- 5,
- 0.18484,
- "_SKDTVSEDTIR_"
- ],
- [
- 10895,
- 2,
- 14,
- 5,
- 0.18484,
- "_SSLHLLSHETK_"
- ],
- [
- 13228,
- 2,
- 23,
- 5,
- 0.31287,
- "_SESPKEPEQLR_"
- ],
- [
- 2414,
- 3,
- 12,
- 4,
- 0.15638,
- "_CLLNETTNNKNEK_"
- ],
- [
- 24598,
- 2,
- 10,
- 4,
- 0.12796,
- "_DHAECPVSACTCK_"
- ],
- [
- 14230,
- 2,
- 9,
- 4,
- 0.11374,
- "_DNEEETTDDPR_"
- ],
- [
- 7086,
- 3,
- 10,
- 4,
- 0.12796,
- "_KMEPYDDHSNMEEK_"
- ],
- [
- 15815,
- 2,
- 12,
- 3,
- 0.15638,
- "_VVDVPSHASQSAR_"
- ],
- [
- 4955,
- 2,
- 7,
- 2,
- 0.085314,
- "_VAEEEETSVK_"
- ],
- [
- 1861,
- 3,
- 12,
- 3,
- 0.15638,
- "_KAVVVCPKDEDYK_"
- ],
- [
- 17300,
- 2,
- 10,
- 4,
- 0.12796,
- "_CSMDETHPGYGK_"
- ],
- [
- 2045,
- 2,
- 10,
- 3,
- 0.12796,
- "_YHSDDYIK_"
- ],
- [
- 7608,
- 2,
- 17,
- 4,
- 0.22749,
- "_NKYEDEINR_"
- ],
- [
- 7307,
- 2,
- 16,
- 4,
- 0.21327,
- "_EYTINIHKR_"
- ],
- [
- 14529,
- 2,
- 13,
- 6,
- 0.17063,
- "_MPAASTCCGDEK_"
- ],
- [
- 21719,
- 2,
- 13,
- 3,
- 0.17063,
- "_YYETPEEEREK_"
- ],
- [
- 3687,
- 2,
- 16,
- 3,
- 0.21327,
- "_IVGHLTHALK_"
- ],
- [
- 13107,
- 2,
- 19,
- 2,
- 0.25594,
- "_YMEENDQLKK_"
- ],
- [
- 4474,
- 2,
- 19,
- 3,
- 0.25594,
- "_RLPPQQIEK_"
- ],
- [
- 18889,
- 2,
- 16,
- 5,
- 0.21327,
- "_VPENTMHAMQQK_"
- ],
- [
- 8532,
- 2,
- 14,
- 4,
- 0.18484,
- "_TDSPSCEYSR_"
- ],
- [
- 12562,
- 2,
- 18,
- 5,
- 0.24172,
- "_EEEATEWQHK_"
- ],
- [
- 21030,
- 2,
- 13,
- 4,
- 0.17063,
- "_SPQSDPADTPTNTK_"
- ],
- [
- 3046,
- 2,
- 18,
- 4,
- 0.24172,
- "_SITHDIEEK_"
- ],
- [
- 9727,
- 3,
- 17,
- 2,
- 0.22749,
- "_CPSTHSEELHDCIQK_"
- ],
- [
- 10649,
- 2,
- 12,
- 4,
- 0.15638,
- "_LCQEPGEEER_"
- ],
- [
- 8715,
- 2,
- 12,
- 4,
- 0.15638,
- "_FKPTLSQQQK_"
- ],
- [
- 19033,
- 2,
- 18,
- 6,
- 0.2417,
- "_MEELHNQEMQK_"
- ],
- [
- 14285,
- 3,
- 19,
- 8,
- 0.25593,
- "_MADFHKEEMDDQDKDK_"
- ],
- [
- 20430,
- 2,
- 19,
- 5,
- 0.25593,
- "_KEAQELSQNSAIK_"
- ],
- [
- 29355,
- 2,
- 16,
- 4,
- 0.21327,
- "_LPPSGSKPVAASTCSGK_"
- ],
- [
- 5574,
- 2,
- 13,
- 4,
- 0.17059,
- "_EDLRVECSK_"
- ],
- [
- 46648,
- 2,
- 8,
- 2,
- 0.099525,
- "_EEEESSSNGTASQSTSPSQPR_"
- ],
- [
- 23971,
- 2,
- 6,
- 2,
- 0.071096,
- "_GSLCSGCQKPITGR_"
- ],
- [
- 3430,
- 2,
- 12,
- 3,
- 0.15639,
- "_SSLGSHQLPR_"
- ],
- [
- 4505,
- 2,
- 12,
- 3,
- 0.15639,
- "_AHGLLAEENR_"
- ],
- [
- 15083,
- 2,
- 12,
- 2,
- 0.15639,
- "_SSSQTSTSQLPSK_"
- ],
- [
- 876,
- 2,
- 20,
- 3,
- 0.27015,
- "_RVPPPALSR_"
- ],
- [
- 8964,
- 2,
- 9,
- 4,
- 0.11374,
- "_NSCNVGGGGGGFK_"
- ],
- [
- 22661,
- 2,
- 12,
- 6,
- 0.15639,
- "_YVLHCQGTEEEK_"
- ],
- [
- 12908,
- 2,
- 9,
- 4,
- 0.11374,
- "_LKTEGSDLCDR_"
- ],
- [
- 9429,
- 2,
- 20,
- 6,
- 0.27015,
- "_QKLEEDAEMK_"
- ],
- [
- 19794,
- 2,
- 13,
- 6,
- 0.1706,
- "_(Acetyl (Protein N-term))MESYHKPDQQK_"
- ],
- [
- 3530,
- 2,
- 13,
- 3,
- 0.1706,
- "_RPANQFVPR_"
- ],
- [
- 15756,
- 2,
- 16,
- 4,
- 0.21327,
- "_AQPAQPADEPAEK_"
- ],
- [
- 11520,
- 2,
- 13,
- 5,
- 0.1706,
- "_YICQKPSIQK_"
- ],
- [
- 1309,
- 2,
- 14,
- 4,
- 0.18481,
- "_YICPHAPR_"
- ],
- [
- 10226,
- 2,
- 10,
- 2,
- 0.12796,
- "_NLPEGTERPPK_"
- ],
- [
- 4632,
- 3,
- 16,
- 4,
- 0.21327,
- "_HLISSLQNHNHQLK_"
- ],
- [
- 7444,
- 2,
- 8,
- 3,
- 0.099527,
- "_DKQTESLVEK_"
- ],
- [
- 17163,
- 2,
- 11,
- 4,
- 0.14217,
- "_TEVVDSDGSVKDK_"
- ],
- [
- 4644,
- 2,
- 16,
- 3,
- 0.21327,
- "_LSSETYSQAK_"
- ],
- [
- 4825,
- 2,
- 12,
- 4,
- 0.15638,
- "_ELNEDKLEK_"
- ],
- [
- 4335,
- 2,
- 12,
- 3,
- 0.15638,
- "_ELEHLSHIK_"
- ],
- [
- 6442,
- 2,
- 12,
- 4,
- 0.15638,
- "_SGLNQIPNRR_"
- ],
- [
- 23566,
- 2,
- 12,
- 3,
- 0.15638,
- "_KVEGDMYESANNR_"
- ],
- [
- 16914,
- 2,
- 19,
- 4,
- 0.25592,
- "_NQEQMKPLEEK_"
- ],
- [
- 46036,
- 2,
- 9,
- 3,
- 0.11374,
- "_VTHETSAHEGQTEAPSIDEK_"
- ],
- [
- 11216,
- 2,
- 13,
- 3,
- 0.1706,
- "_CTPEGWSEHR_"
- ],
- [
- 10037,
- 2,
- 14,
- 2,
- 0.18481,
- "_TTHQDEEVFK_"
- ],
- [
- 1779,
- 2,
- 9,
- 3,
- 0.11374,
- "_TQLVSNLKK_"
- ],
- [
- 16221,
- 2,
- 13,
- 2,
- 0.1706,
- "_ECHLNADTVSSK_"
- ],
- [
- 33753,
- 2,
- 14,
- 5,
- 0.18481,
- "_EEEEEEEEDQEGDR_"
- ],
- [
- 16021,
- 2,
- 14,
- 4,
- 0.18481,
- "_KQQEYEEQFK_"
- ],
- [
- 474,
- 3,
- 14,
- 5,
- 0.18481,
- "_PAQPQEHPFASSR_"
- ],
- [
- 10698,
- 2,
- 12,
- 4,
- 0.15638,
- "_EELEQTYHAK_"
- ],
- [
- 633,
- 2,
- 15,
- 4,
- 0.19903,
- "_QEVISTSSK_"
- ],
- [
- 23223,
- 2,
- 12,
- 4,
- 0.15638,
- "_KAVESIQAEDESAK_"
- ],
- [
- 11987,
- 2,
- 14,
- 2,
- 0.18482,
- "_TIINADKDGDGR_"
- ],
- [
- 6640,
- 3,
- 16,
- 5,
- 0.21324,
- "_YVAEIEKEKEENEK_"
- ],
- [
- 28016,
- 2,
- 14,
- 4,
- 0.18482,
- "_SLQQQQQQQQLQK_"
- ],
- [
- 8641,
- 2,
- 9,
- 4,
- 0.11374,
- "_QQEQADSLER_"
- ],
- [
- 344,
- 3,
- 15,
- 4,
- 0.19903,
- "_KNCPHIVVGTPGR_"
- ],
- [
- 11272,
- 2,
- 13,
- 2,
- 0.17059,
- "_KGAVAEDGDELR_"
- ],
- [
- 7022,
- 2,
- 15,
- 5,
- 0.19903,
- "_VPVHDVTDASK_"
- ],
- [
- 22420,
- 2,
- 14,
- 4,
- 0.18482,
- "_SSMEKPVAQEPER_"
- ],
- [
- 2003,
- 2,
- 10,
- 3,
- 0.12796,
- "_QAQIVVKPR_"
- ],
- [
- 9700,
- 2,
- 12,
- 5,
- 0.15638,
- "_VHSEVASLQEK_"
- ],
- [
- 2678,
- 3,
- 17,
- 4,
- 0.22745,
- "_CIGKPGGSLDNSEQK_"
- ],
- [
- 26440,
- 2,
- 14,
- 5,
- 0.1848,
- "_TETQNALKEEEER_"
- ],
- [
- 3783,
- 2,
- 12,
- 4,
- 0.15638,
- "_YISKPENLK_"
- ],
- [
- 5052,
- 4,
- 18,
- 3,
- 0.24169,
- "_NQTAEKEEFEHQQKELEK_"
- ],
- [
- 1151,
- 2,
- 14,
- 3,
- 0.1848,
- "_VTEGGEPYR_"
- ],
- [
- 840,
- 2,
- 12,
- 4,
- 0.15638,
- "_TLSFSHDGK_"
- ],
- [
- 1145,
- 2,
- 12,
- 3,
- 0.15638,
- "_LLKPYTGSK_"
- ],
- [
- 8848,
- 2,
- 10,
- 2,
- 0.12795,
- "_NRQEYDALAK_"
- ],
- [
- 9358,
- 2,
- 13,
- 3,
- 0.17059,
- "_GKDCAVIVTQK_"
- ],
- [
- 740,
- 2,
- 8,
- 3,
- 0.099522,
- "_KVNEILNR_"
- ],
- [
- 8990,
- 3,
- 9,
- 2,
- 0.11374,
- "_RNDHDDDEDEEVISK_"
- ],
- [
- 8830,
- 2,
- 13,
- 3,
- 0.1706,
- "_RDPEEDGMMK_"
- ],
- [
- 6983,
- 2,
- 13,
- 5,
- 0.1706,
- "_NKQPTPVNIR_"
- ],
- [
- 4092,
- 2,
- 13,
- 4,
- 0.1706,
- "_GEVRPELGSR_"
- ],
- [
- 14573,
- 2,
- 12,
- 3,
- 0.15639,
- "_GPAEGEEAEPADR_"
- ],
- [
- 27893,
- 2,
- 18,
- 3,
- 0.24167,
- "_HIHITQATETTTTR_"
- ],
- [
- 23926,
- 2,
- 12,
- 4,
- 0.15639,
- "_GSSSATSVSAVPADRK_"
- ],
- [
- 8205,
- 3,
- 20,
- 7,
- 0.27012,
- "_HPAKPDPSGECNPDLR_"
- ],
- [
- 7839,
- 2,
- 9,
- 3,
- 0.11374,
- "_LDKLENSAAPK_"
- ],
- [
- 3337,
- 2,
- 15,
- 4,
- 0.19902,
- "_TSYQPSSPGR_"
- ],
- [
- 9241,
- 2,
- 15,
- 2,
- 0.19902,
- "_EGTVGSVDGHMK_"
- ],
- [
- 1579,
- 2,
- 22,
- 5,
- 0.29856,
- "_EGVHGGLINK_"
- ],
- [
- 20413,
- 2,
- 16,
- 5,
- 0.21324,
- "_TVVQSCGHSLETK_"
- ],
- [
- 401,
- 2,
- 11,
- 4,
- 0.14217,
- "_ADYTSHLR_"
- ],
- [
- 3706,
- 2,
- 16,
- 3,
- 0.21324,
- "_ASSLSESSPPK_"
- ],
- [
- 11019,
- 3,
- 11,
- 5,
- 0.14217,
- "_KIEPGTAADSQQIHEEK_"
- ],
- [
- 6713,
- 2,
- 12,
- 4,
- 0.15638,
- "_KSPSDTEGLVK_"
- ],
- [
- 14015,
- 2,
- 10,
- 4,
- 0.12796,
- "_KQAQILASEAEK_"
- ],
- [
- 3242,
- 2,
- 11,
- 3,
- 0.14217,
- "_MAAADSVQQR_"
- ],
- [
- 227,
- 2,
- 13,
- 4,
- 0.1706,
- "_RVEELVAK_"
- ],
- [
- 20338,
- 2,
- 12,
- 4,
- 0.15638,
- "_LKQQSELQSQVR_"
- ],
- [
- 20754,
- 2,
- 11,
- 2,
- 0.14217,
- "_ASGSENEGDYNPGR_"
- ],
- [
- 50843,
- 2,
- 11,
- 3,
- 0.14217,
- "_NGGTNEESNSSGNTNTDPPAEDSQK_"
- ],
- [
- 4708,
- 2,
- 11,
- 4,
- 0.14217,
- "_KLLADQAEAR_"
- ],
- [
- 435,
- 2,
- 18,
- 4,
- 0.24167,
- "_VREYELR_"
- ],
- [
- 6173,
- 2,
- 13,
- 4,
- 0.1706,
- "_WKDEDISQK_"
- ],
- [
- 9284,
- 2,
- 11,
- 2,
- 0.14218,
- "_TECGCQFTSK_"
- ],
- [
- 10285,
- 2,
- 12,
- 3,
- 0.15639,
- "_TSNEVQYDQR_"
- ],
- [
- 13466,
- 2,
- 26,
- 4,
- 0.35543,
- "_GPQVQQPPPSNR_"
- ],
- [
- 7327,
- 3,
- 8,
- 4,
- 0.099506,
- "_SAHIQASGHLEEQTPR_"
- ],
- [
- 2500,
- 2,
- 13,
- 5,
- 0.1706,
- "_NCSSPEFSK_"
- ],
- [
- 20350,
- 3,
- 17,
- 6,
- 0.22745,
- "_VTHETSAHEGQTEAPSIDEK_"
- ],
- [
- 4815,
- 2,
- 4,
- 2,
- 0.042655,
- "_AEEIEHYAR_"
- ],
- [
- 62,
- 3,
- 9,
- 2,
- 0.11372,
- "_KQVSSHIQVLAR_"
- ],
- [
- 9491,
- 2,
- 15,
- 2,
- 0.19903,
- "_HHVLGTITTDK_"
- ],
- [
- 19597,
- 2,
- 14,
- 4,
- 0.18482,
- "_SRAEAESM(Oxidation (M))YQIK_"
- ],
- [
- 1695,
- 2,
- 11,
- 3,
- 0.14218,
- "_TDNLPNQAR_"
- ],
- [
- 17151,
- 2,
- 10,
- 5,
- 0.12793,
- "_NCYLTHCSPAR_"
- ],
- [
- 25688,
- 2,
- 10,
- 4,
- 0.12793,
- "_AQLEQSVEENKER_"
- ],
- [
- 5526,
- 2,
- 11,
- 4,
- 0.14214,
- "_ESTSCPVVQK_"
- ],
- [
- 64,
- 2,
- 11,
- 4,
- 0.14214,
- "_WHGDVAVK_"
- ],
- [
- 4351,
- 2,
- 8,
- 2,
- 0.099497,
- "_CNEAGDIEAK_"
- ],
- [
- 16956,
- 2,
- 12,
- 5,
- 0.15639,
- "_DESANQEEPEAR_"
- ],
- [
- 27439,
- 2,
- 11,
- 3,
- 0.14214,
- "_GDTCQSDVDECSAR_"
- ],
- [
- 28991,
- 2,
- 13,
- 2,
- 0.1706,
- "_AEEAQKTESVDNEGE_"
- ],
- [
- 1192,
- 2,
- 7,
- 3,
- 0.085285,
- "_QAVGLVEHR_"
- ],
- [
- 13595,
- 2,
- 10,
- 4,
- 0.12793,
- "_SVQAGNPGGPGPGGR_"
- ],
- [
- 2746,
- 2,
- 9,
- 3,
- 0.11372,
- "_ESQATLEER_"
- ],
- [
- 14144,
- 2,
- 11,
- 5,
- 0.14214,
- "_ESTPGDSPSTVNK_"
- ],
- [
- 2736,
- 2,
- 13,
- 4,
- 0.1706,
- "_SQLETSLKR_"
- ],
- [
- 950,
- 2,
- 16,
- 2,
- 0.21324,
- "_FAYKDPEK_"
- ],
- [
- 1701,
- 2,
- 14,
- 4,
- 0.18481,
- "_SNLPDNLKK_"
- ],
- [
- 28649,
- 2,
- 14,
- 3,
- 0.18481,
- "_SNSEVEDVGPTSHNR_"
- ],
- [
- 31289,
- 2,
- 11,
- 4,
- 0.14215,
- "_AISVHSTPEGCSSACK_"
- ],
- [
- 14009,
- 2,
- 10,
- 4,
- 0.12794,
- "_AVAGQQQASVTAGK_"
- ],
- [
- 22598,
- 2,
- 12,
- 4,
- 0.15636,
- "_ASQGSDLEQNEASR_"
- ],
- [
- 19612,
- 2,
- 12,
- 3,
- 0.15636,
- "_AVTIANSPSKPSEK_"
- ],
- [
- 32680,
- 2,
- 10,
- 3,
- 0.12794,
- "_EDYEENGHSVCEEK_"
- ],
- [
- 7119,
- 2,
- 10,
- 4,
- 0.12794,
- "_AAQHGVCSVLK_"
- ],
- [
- 34817,
- 2,
- 12,
- 4,
- 0.15636,
- "_GGGSCSGSAGGGGSGSLPSQR_"
- ],
- [
- 7899,
- 3,
- 16,
- 6,
- 0.21325,
- "_RDPALNSGVSQKPDPAK_"
- ],
- [
- 29091,
- 2,
- 16,
- 5,
- 0.21325,
- "_SDSGKPYYYNSQTK_"
- ],
- [
- 3159,
- 3,
- 21,
- 6,
- 0.28432,
- "_MHNQIPQVTSDGKR_"
- ],
- [
- 4785,
- 2,
- 9,
- 2,
- 0.11372,
- "_GSPSSQSIPEK_"
- ],
- [
- 1117,
- 2,
- 14,
- 2,
- 0.18482,
- "_SSMPWNKR_"
- ],
- [
- 13537,
- 2,
- 18,
- 6,
- 0.24168,
- "_ESKDPADETEAD_"
- ],
- [
- 33980,
- 2,
- 8,
- 3,
- 0.099506,
- "_AEAGEAGQATAEAECHR_"
- ],
- [
- 7916,
- 2,
- 5,
- 2,
- 0.056865,
- "_ARDPWAQDTK_"
- ],
- [
- 18210,
- 2,
- 11,
- 5,
- 0.14215,
- "_SLQPCECHQIK_"
- ],
- [
- 21035,
- 2,
- 14,
- 5,
- 0.18482,
- "_TGSPGSPGAGGVQSTAK_"
- ],
- [
- 8492,
- 3,
- 20,
- 4,
- 0.2701,
- "_WATHGEPSPVNSHPQR_"
- ],
- [
- 3022,
- 2,
- 12,
- 3,
- 0.15636,
- "_QLEGLKPGTK_"
- ],
- [
- 6545,
- 2,
- 13,
- 4,
- 0.17057,
- "_ADEEPTPADGR_"
- ],
- [
- 5681,
- 2,
- 15,
- 5,
- 0.19903,
- "_ILQEHEQIK_"
- ],
- [
- 17770,
- 2,
- 13,
- 5,
- 0.17057,
- "_VSGQPQSVTASSDK_"
- ],
- [
- 9081,
- 2,
- 15,
- 3,
- 0.19903,
- "_RPEIPTEQSR_"
- ],
- [
- 2849,
- 2,
- 13,
- 3,
- 0.17057,
- "_FDKEEEIR_"
- ],
- [
- 10758,
- 2,
- 12,
- 4,
- 0.15636,
- "_RLASTSDIEEK_"
- ],
- [
- 7226,
- 3,
- 15,
- 3,
- 0.19903,
- "_AEAGEAGQATAEAECHR_"
- ],
- [
- 1884,
- 2,
- 7,
- 4,
- 0.085298,
- "_KMDTTTPLK_"
- ],
- [
- 3595,
- 2,
- 10,
- 3,
- 0.12793,
- "_QKTDEYFR_"
- ],
- [
- 8690,
- 2,
- 12,
- 4,
- 0.15636,
- "_DDYSRDDYR_"
- ],
- [
- 6501,
- 2,
- 7,
- 3,
- 0.085298,
- "_WCAIGHQER_"
- ],
- [
- 42208,
- 2,
- 10,
- 5,
- 0.12793,
- "_ENAAAESGSESSSQEATPEK_"
- ],
- [
- 8817,
- 3,
- 12,
- 4,
- 0.15636,
- "_TDEKVDESGPPAPSKPR_"
- ],
- [
- 2303,
- 2,
- 9,
- 4,
- 0.11372,
- "_ENITEDEAK_"
- ],
- [
- 11594,
- 2,
- 12,
- 4,
- 0.15636,
- "_GQQSAEEENFK_"
- ],
- [
- 5994,
- 2,
- 9,
- 3,
- 0.11372,
- "_KSLSPEQDIK_"
- ],
- [
- 6904,
- 2,
- 9,
- 2,
- 0.11372,
- "_TGDEEMLKDK_"
- ],
- [
- 6240,
- 2,
- 12,
- 5,
- 0.15636,
- "_FKQEGVLNSK_"
- ],
- [
- 1030,
- 2,
- 20,
- 4,
- 0.2701,
- "_EFNAEVHR_"
- ],
- [
- 26702,
- 2,
- 16,
- 6,
- 0.21324,
- "_KPMVLGHEASGTVEK_"
- ],
- [
- 8522,
- 2,
- 12,
- 3,
- 0.15636,
- "_AANGVVLATEKK_"
- ],
- [
- 29899,
- 2,
- 11,
- 2,
- 0.14214,
- "_KGDNVPQVNGENTER_"
- ],
- [
- 9069,
- 2,
- 10,
- 4,
- 0.12793,
- "_KDVDEAYMNK_"
- ],
- [
- 13424,
- 2,
- 10,
- 4,
- 0.12793,
- "_ALEHSALAINHK_"
- ],
- [
- 292,
- 2,
- 7,
- 3,
- 0.085291,
- "_VVHIIQSR_"
- ],
- [
- 4801,
- 2,
- 12,
- 4,
- 0.15636,
- "_RVVLVTSGGTK_"
- ],
- [
- 17248,
- 2,
- 11,
- 2,
- 0.14214,
- "_YEEDMHCPGSR_"
- ],
- [
- 16227,
- 2,
- 11,
- 3,
- 0.14214,
- "_SDHGAYSQSPAIK_"
- ],
- [
- 21846,
- 2,
- 15,
- 5,
- 0.19903,
- "_ERTEEPMETEPK_"
- ],
- [
- 9594,
- 2,
- 14,
- 5,
- 0.18479,
- "_EGALCEENM(Oxidation (M))R_"
- ],
- [
- 27308,
- 3,
- 14,
- 6,
- 0.18479,
- "_GSTIETEQKEDKGEDSEPVTSK_"
- ],
- [
- 4452,
- 2,
- 18,
- 5,
- 0.24168,
- "_GEELSCEER_"
- ],
- [
- 2935,
- 3,
- 17,
- 5,
- 0.22746,
- "_RGEEWDPQKAEEK_"
- ],
- [
- 10566,
- 2,
- 16,
- 4,
- 0.21324,
- "_ADKNEVAAEVAK_"
- ],
- [
- 24829,
- 2,
- 17,
- 6,
- 0.22746,
- "_AGAAGGPEEEAEKPVK_"
- ],
- [
- 17494,
- 2,
- 16,
- 5,
- 0.21324,
- "_EQTFSGGTSQDTK_"
- ],
- [
- 20002,
- 2,
- 14,
- 4,
- 0.18479,
- "_KPESEGYLQEEK_"
- ],
- [
- 8738,
- 2,
- 10,
- 3,
- 0.12793,
- "_IEFEHGTTSGK_"
- ],
- [
- 14370,
- 2,
- 12,
- 5,
- 0.15636,
- "_EAM(Oxidation (M))EDGEIDGNK_"
- ],
- [
- 28376,
- 2,
- 10,
- 4,
- 0.12793,
- "_EVHDSESHQLALQK_"
- ],
- [
- 13304,
- 2,
- 15,
- 5,
- 0.199,
- "_EAQDMLNHSEK_"
- ],
- [
- 39294,
- 2,
- 12,
- 5,
- 0.15636,
- "_SSSSSAASDTATSTQRPLR_"
- ],
- [
- 23814,
- 2,
- 12,
- 3,
- 0.15636,
- "_NFYESDDDQKEK_"
- ],
- [
- 18796,
- 2,
- 19,
- 3,
- 0.25589,
- "_AFHNEAQVNPER_"
- ],
- [
- 9101,
- 3,
- 10,
- 5,
- 0.12793,
- "_MYLSNNPNSHTDNNAK_"
- ],
- [
- 24463,
- 2,
- 9,
- 3,
- 0.11372,
- "_IIQQEQDQESADK_"
- ],
- [
- 33501,
- 2,
- 11,
- 3,
- 0.14215,
- "_ASEAASQASPSAVTSKPR_"
- ],
- [
- 11358,
- 2,
- 21,
- 5,
- 0.28431,
- "_AHLTNQYMQR_"
- ],
- [
- 2089,
- 3,
- 16,
- 3,
- 0.21325,
- "_HPSAEQSSHIDVVR_"
- ],
- [
- 19367,
- 2,
- 13,
- 3,
- 0.17058,
- "_ATAPQTQHVSPMR_"
- ],
- [
- 2884,
- 2,
- 13,
- 3,
- 0.17058,
- "_GVCSCVEAGK_"
- ],
- [
- 29630,
- 2,
- 13,
- 5,
- 0.17058,
- "_TNGDSQQPSSSGLASSK_"
- ],
- [
- 10831,
- 2,
- 8,
- 4,
- 0.099497,
- "_VGDSDGSSNLDGK_"
- ],
- [
- 4280,
- 2,
- 7,
- 3,
- 0.085279,
- "_EEEIEAQEK_"
- ],
- [
- 8639,
- 3,
- 8,
- 2,
- 0.099497,
- "_EQNQDSQTEAEELRK_"
- ],
- [
- 1475,
- 2,
- 15,
- 5,
- 0.199,
- "_FEKPLEEK_"
- ],
- [
- 8027,
- 2,
- 15,
- 2,
- 0.199,
- "_VFNGSGKPIDR_"
- ],
- [
- 2452,
- 2,
- 15,
- 2,
- 0.199,
- "_YGFGEAGKPK_"
- ],
- [
- 16378,
- 3,
- 11,
- 5,
- 0.14214,
- "_NGQVCFSTQDHKPCNPR_"
- ],
- [
- 3917,
- 3,
- 15,
- 3,
- 0.199,
- "_AHQITDESLESTRR_"
- ],
- [
- 42801,
- 2,
- 8,
- 2,
- 0.099497,
- "_CSQVQQDHLNQTDASATK_"
- ],
- [
- 6378,
- 3,
- 12,
- 4,
- 0.15635,
- "_SEVNDKNHEMEEIR_"
- ],
- [
- 9427,
- 2,
- 12,
- 5,
- 0.15635,
- "_ETQSQLETER_"
- ],
- [
- 11932,
- 3,
- 12,
- 3,
- 0.15635,
- "_SSSSSAASDTATSTQRPLR_"
- ],
- [
- 364,
- 2,
- 13,
- 4,
- 0.17057,
- "_LYVHEAVK_"
- ],
- [
- 1759,
- 2,
- 13,
- 4,
- 0.17057,
- "_LVPSQEETK_"
- ],
- [
- 6110,
- 2,
- 16,
- 6,
- 0.21321,
- "_TCEESSFCK_"
- ],
- [
- 12172,
- 2,
- 13,
- 3,
- 0.17057,
- "_IQASQQDDSMR_"
- ],
- [
- 9511,
- 2,
- 8,
- 3,
- 0.099497,
- "_EMEEATASAQR_"
- ],
- [
- 183,
- 2,
- 12,
- 4,
- 0.15635,
- "_ILHTYYK_"
- ],
- [
- 2512,
- 3,
- 24,
- 6,
- 0.32696,
- "_KPMVLGHEASGTVEK_"
- ],
- [
- 3399,
- 3,
- 12,
- 4,
- 0.15635,
- "_EVHDSESHQLALQK_"
- ],
- [
- 14639,
- 2,
- 16,
- 3,
- 0.21321,
- "_KGPGEVAGTVTGQK_"
- ],
- [
- 12869,
- 2,
- 11,
- 3,
- 0.14216,
- "_EMEDKVTSPEK_"
- ],
- [
- 35314,
- 2,
- 12,
- 4,
- 0.15637,
- "_EQEEEEQKQEMEVK_"
- ],
- [
- 10472,
- 2,
- 12,
- 4,
- 0.15637,
- "_QDVCQSYSEK_"
- ],
- [
- 15816,
- 2,
- 13,
- 3,
- 0.17058,
- "_GQNLLQTQDHAK_"
- ],
- [
- 38293,
- 2,
- 9,
- 3,
- 0.11373,
- "_EMSSDSEYDSDDDRTK_"
- ],
- [
- 15848,
- 2,
- 8,
- 3,
- 0.099508,
- "_(Acetyl (Protein N-term))ADHNPDSDSTPR_"
- ],
- [
- 10971,
- 2,
- 10,
- 2,
- 0.12794,
- "_EAVGGQAEDHLK_"
- ],
- [
- 15277,
- 2,
- 18,
- 4,
- 0.24169,
- "_NIEEHASADVEK_"
- ],
- [
- 22928,
- 2,
- 9,
- 5,
- 0.11373,
- "_SQQTSFQSSPCNK_"
- ],
- [
- 15896,
- 3,
- 10,
- 6,
- 0.12794,
- "_CSQVQQDHLNQTDASATK_"
- ],
- [
- 18420,
- 2,
- 11,
- 2,
- 0.14216,
- "_AIAHYEQQMGQK_"
- ],
- [
- 23215,
- 2,
- 15,
- 3,
- 0.19901,
- "_NGSGTLTGSHDYPAK_"
- ],
- [
- 25777,
- 2,
- 17,
- 6,
- 0.22744,
- "_PQPQNGSSGMGSTVSK_"
- ],
- [
- 5178,
- 3,
- 25,
- 6,
- 0.34118,
- "_YSQKEDKYEEEIK_"
- ],
- [
- 12587,
- 2,
- 15,
- 5,
- 0.19901,
- "_LKDDEVAQLKK_"
- ],
- [
- 4703,
- 2,
- 7,
- 2,
- 0.085298,
- "_IVANSANVNGR_"
- ],
- [
- 6818,
- 2,
- 8,
- 3,
- 0.11373,
- "_YDEM(Oxidation (M))VESM(Oxidation (M))K_"
- ],
- [
- 4159,
- 2,
- 19,
- 2,
- 0.25589,
- "_EPTNEELNR_"
- ],
- [
- 26841,
- 2,
- 11,
- 5,
- 0.14216,
- "_QNEAAVGNCAEHMR_"
- ],
- [
- 1101,
- 2,
- 11,
- 4,
- 0.14216,
- "_FQQQQGLR_"
- ],
- [
- 23812,
- 2,
- 11,
- 4,
- 0.14216,
- "_YMNGTCPEGNSCK_"
- ],
- [
- 22458,
- 2,
- 11,
- 4,
- 0.14216,
- "_QTEEQVNDLKER_"
- ],
- [
- 6006,
- 3,
- 20,
- 3,
- 0.27011,
- "_YSQKEDRYEEEIK_"
- ],
- [
- 2589,
- 3,
- 12,
- 5,
- 0.15638,
- "_QNEAAVGNCAEHMR_"
- ],
- [
- 16688,
- 2,
- 5,
- 3,
- 0.056865,
- "_DQDHLDKEIEK_"
- ],
- [
- 5677,
- 2,
- 11,
- 2,
- 0.14216,
- "_QHLLGTSPER_"
- ],
- [
- 26983,
- 2,
- 13,
- 5,
- 0.17058,
- "_YAAPEQNNDPQQSK_"
- ],
- [
- 4003,
- 2,
- 13,
- 3,
- 0.17058,
- "_KYAMEQSIK_"
- ],
- [
- 11991,
- 2,
- 13,
- 4,
- 0.17058,
- "_VFDPQNDKPSK_"
- ],
- [
- 1060,
- 2,
- 11,
- 3,
- 0.14216,
- "_SAQAFTHLK_"
- ],
- [
- 9345,
- 2,
- 13,
- 2,
- 0.17058,
- "_VAETANEEEVK_"
- ],
- [
- 5750,
- 2,
- 10,
- 4,
- 0.12794,
- "_VMNHITDGPR_"
- ],
- [
- 8059,
- 2,
- 11,
- 3,
- 0.14216,
- "_ELEQEEEER_"
- ],
- [
- 20940,
- 2,
- 17,
- 4,
- 0.22744,
- "_TLENQSHETLER_"
- ],
- [
- 8296,
- 2,
- 13,
- 4,
- 0.17058,
- "_EKYEITEQR_"
- ],
- [
- 15615,
- 2,
- 11,
- 4,
- 0.14216,
- "_QGDEEEKWAEK_"
- ],
- [
- 13579,
- 3,
- 11,
- 4,
- 0.14216,
- "_TDGDDTETVPSEQSHASGK_"
- ],
- [
- 5189,
- 2,
- 11,
- 3,
- 0.14216,
- "_CSQAVYAAEK_"
- ],
- [
- 15976,
- 2,
- 10,
- 3,
- 0.12794,
- "_LFNHANQEVQR_"
- ],
- [
- 10143,
- 2,
- 13,
- 3,
- 0.1706,
- "_FQHPSHELLK_"
- ],
- [
- 813,
- 2,
- 10,
- 4,
- 0.12794,
- "_SEISELRR_"
- ],
- [
- 2417,
- 2,
- 14,
- 4,
- 0.1848,
- "_HMEMYADR_"
- ],
- [
- 16372,
- 2,
- 14,
- 4,
- 0.1848,
- "_HCDDSFTPQEK_"
- ],
- [
- 18419,
- 3,
- 3,
- 2,
- 0.028434,
- "_NPETSVTQSSSAQDEPATKK_"
- ],
- [
- 13355,
- 2,
- 9,
- 2,
- 0.11373,
- "_QESPSQENIDR_"
- ],
- [
- 1229,
- 2,
- 11,
- 4,
- 0.14215,
- "_MFHDDSMK_"
- ],
- [
- 21520,
- 2,
- 10,
- 3,
- 0.12794,
- "_GAGATLEHQQEISK_"
- ],
- [
- 23430,
- 2,
- 12,
- 4,
- 0.15637,
- "_(Acetyl (Protein N-term))AAPAQQTTQPGGGKR_"
- ],
- [
- 4495,
- 2,
- 10,
- 4,
- 0.12794,
- "_DKLCGPYEK_"
- ],
- [
- 18029,
- 2,
- 13,
- 4,
- 0.17059,
- "_QSVENDIHGLRK_"
- ],
- [
- 13908,
- 2,
- 8,
- 3,
- 0.099509,
- "_VKDATQITQGPR_"
- ],
- [
- 9215,
- 2,
- 15,
- 5,
- 0.19901,
- "_KLTGGSNWQPK_"
- ],
- [
- 18617,
- 2,
- 12,
- 5,
- 0.15637,
- "_MEQQEMAQQER_"
- ],
- [
- 548,
- 2,
- 14,
- 3,
- 0.18481,
- "_YREPPALK_"
- ],
- [
- 3638,
- 2,
- 12,
- 4,
- 0.15637,
- "_KDDEVQVVR_"
- ],
- [
- 5459,
- 2,
- 14,
- 4,
- 0.18481,
- "_GDKSELNEIK_"
- ],
- [
- 12215,
- 2,
- 9,
- 3,
- 0.11372,
- "_QSMAQAEEETR_"
- ],
- [
- 18530,
- 2,
- 10,
- 3,
- 0.12793,
- "_KVEEEEDESALK_"
- ],
- [
- 9076,
- 2,
- 8,
- 2,
- 0.099508,
- "_VQEQLHMAEK_"
- ],
- [
- 774,
- 2,
- 12,
- 2,
- 0.15636,
- "_GDDLQAIKK_"
- ],
- [
- 4035,
- 2,
- 8,
- 4,
- 0.099508,
- "_YSSLEQSER_"
- ],
- [
- 5417,
- 3,
- 11,
- 3,
- 0.14215,
- "_HFHTQTQSLQQSVR_"
- ],
- [
- 3200,
- 2,
- 14,
- 2,
- 0.19902,
- "_QGQDNLSSVK_"
- ],
- [
- 3630,
- 2,
- 13,
- 2,
- 0.17058,
- "_GGLSPANDTGAK_"
- ],
- [
- 2147,
- 2,
- 19,
- 6,
- 0.25587,
- "_CHTPPLYR_"
- ],
- [
- 37251,
- 2,
- 13,
- 4,
- 0.17058,
- "_SRPTSEGSDIESTEPQK_"
- ],
- [
- 21589,
- 2,
- 20,
- 4,
- 0.27008,
- "_GSGPPPTEEEEGER_"
- ],
- [
- 22350,
- 2,
- 17,
- 7,
- 0.22744,
- "_CEMEQQNQEYK_"
- ],
- [
- 23291,
- 2,
- 17,
- 4,
- 0.22744,
- "_HNTYLQECTGQR_"
- ],
- [
- 32877,
- 3,
- 16,
- 5,
- 0.21323,
- "_NGSLDSPGKQDTEEDEEEDEKDK_"
- ],
- [
- 14441,
- 2,
- 15,
- 4,
- 0.19902,
- "_TLEEQGVAHNVK_"
- ],
- [
- 19745,
- 2,
- 15,
- 4,
- 0.19902,
- "_SAGAETDNAVPQGSK_"
- ],
- [
- 21739,
- 2,
- 20,
- 5,
- 0.27008,
- "_RKPDTIEVQQMK_"
- ],
- [
- 23616,
- 2,
- 13,
- 4,
- 0.17058,
- "_PGDGGTASAGAAGPGAATK_"
- ],
- [
- 4463,
- 2,
- 10,
- 3,
- 0.12793,
- "_YVAEIEKEK_"
- ],
- [
- 23220,
- 2,
- 10,
- 3,
- 0.12793,
- "_QALVGSDSAEDEKR_"
- ],
- [
- 17003,
- 2,
- 10,
- 2,
- 0.12793,
- "_IGDSSQGDNNLQK_"
- ],
- [
- 3463,
- 2,
- 19,
- 2,
- 0.25586,
- "_MGHAGAIIAGGK_"
- ],
- [
- 11245,
- 2,
- 12,
- 5,
- 0.15637,
- "_KVVQSLEQTAR_"
- ],
- [
- 265,
- 3,
- 12,
- 4,
- 0.15637,
- "_FDDTNPEKEEAK_"
- ],
- [
- 9421,
- 2,
- 12,
- 5,
- 0.15637,
- "_GGGEYGETWHK_"
- ],
- [
- 6352,
- 2,
- 9,
- 2,
- 0.11372,
- "_VHAEQVLNDK_"
- ],
- [
- 6701,
- 2,
- 15,
- 4,
- 0.19901,
- "_TTPLNQESDR_"
- ],
- [
- 20756,
- 2,
- 13,
- 4,
- 0.17058,
- "_SSPSTGSLDSGNESK_"
- ],
- [
- 5380,
- 2,
- 21,
- 6,
- 0.28429,
- "_VRVELSNGEK_"
- ],
- [
- 8130,
- 2,
- 27,
- 4,
- 0.36961,
- "_VYEGERPLTK_"
- ],
- [
- 2301,
- 3,
- 21,
- 4,
- 0.28429,
- "_INVLHKPPYEHPK_"
- ],
- [
- 30776,
- 2,
- 9,
- 2,
- 0.11372,
- "_ETSEEAEDRPYQPK_"
- ],
- [
- 25379,
- 2,
- 9,
- 3,
- 0.11372,
- "_CDSHGTHLAGVVSGR_"
- ],
- [
- 666,
- 2,
- 25,
- 6,
- 0.34118,
- "_IGHPAPNFK_"
- ],
- [
- 9197,
- 2,
- 15,
- 3,
- 0.19901,
- "_EASSVSEELHK_"
- ],
- [
- 16759,
- 2,
- 11,
- 5,
- 0.14215,
- "_EKVPGGLQGSQDR_"
- ],
- [
- 9877,
- 2,
- 14,
- 3,
- 0.18479,
- "_EFPVSSGSQHR_"
- ],
- [
- 2324,
- 3,
- 11,
- 4,
- 0.14215,
- "_NHDDWSHDYDNR_"
- ],
- [
- 4230,
- 3,
- 10,
- 4,
- 0.12793,
- "_FRDQDLASCDRDR_"
- ],
- [
- 11966,
- 3,
- 10,
- 7,
- 0.12793,
- "_YKKPECQSDWQCPGK_"
- ],
- [
- 2485,
- 2,
- 9,
- 2,
- 0.11372,
- "_DRVGQNLPR_"
- ],
- [
- 5126,
- 2,
- 10,
- 4,
- 0.12793,
- "_GVLSTHQNIR_"
- ],
- [
- 13412,
- 2,
- 16,
- 4,
- 0.21322,
- "_LVDQSGPPHEPK_"
- ],
- [
- 18185,
- 3,
- 13,
- 5,
- 0.17058,
- "_SNTPMGDKDDDDDDDADEK_"
- ],
- [
- 27959,
- 2,
- 14,
- 3,
- 0.18479,
- "_SNIHCNTIAPNAGSR_"
- ],
- [
- 6209,
- 2,
- 14,
- 4,
- 0.18479,
- "_ESLSEEEAQK_"
- ],
- [
- 16127,
- 2,
- 10,
- 2,
- 0.12793,
- "_DPASDQM(Oxidation (M))QHWK_"
- ],
- [
- 23079,
- 2,
- 11,
- 4,
- 0.14215,
- "_LQHMQQQVYAQK_"
- ],
- [
- 1826,
- 2,
- 10,
- 3,
- 0.12793,
- "_VAGMAVYHGK_"
- ],
- [
- 20513,
- 2,
- 8,
- 3,
- 0.09949,
- "_GM(Oxidation (M))WSEGNGSHTIR_"
- ],
- [
- 411,
- 2,
- 13,
- 5,
- 0.17057,
- "_CSTPEEIK_"
- ],
- [
- 21845,
- 2,
- 12,
- 3,
- 0.15636,
- "_TQNKEESYDFSK_"
- ],
- [
- 11421,
- 2,
- 12,
- 2,
- 0.15636,
- "_RGDSQPYQALK_"
- ],
- [
- 881,
- 2,
- 8,
- 3,
- 0.09949,
- "_ASFNHFDR_"
- ],
- [
- 4048,
- 2,
- 9,
- 2,
- 0.11372,
- "_LQAQNIQQR_"
- ],
- [
- 41883,
- 2,
- 10,
- 4,
- 0.12793,
- "_NSVQTPVENSTNSQHQVK_"
- ],
- [
- 4119,
- 2,
- 9,
- 3,
- 0.11372,
- "_LSASETSLHR_"
- ],
- [
- 9528,
- 2,
- 21,
- 5,
- 0.28429,
- "_YEAIVEENKK_"
- ],
- [
- 9701,
- 2,
- 13,
- 4,
- 0.17057,
- "_VSGEATIGHVEK_"
- ],
- [
- 12824,
- 2,
- 13,
- 4,
- 0.17057,
- "_VEQATKPSFER_"
- ],
- [
- 11402,
- 2,
- 16,
- 5,
- 0.21322,
- "_QQEEEAAAQMK_"
- ],
- [
- 946,
- 2,
- 13,
- 5,
- 0.17057,
- "_AFEDEMKK_"
- ],
- [
- 15537,
- 2,
- 9,
- 4,
- 0.11372,
- "_VNWATTPSSQKK_"
- ],
- [
- 19311,
- 2,
- 15,
- 5,
- 0.199,
- "_FDDTNPEKEEAK_"
- ],
- [
- 6634,
- 3,
- 14,
- 6,
- 0.18479,
- "_IEDVGSDEEDDSGKDK_"
- ],
- [
- 7199,
- 2,
- 15,
- 4,
- 0.199,
- "_LMALSHENEK_"
- ],
- [
- 4276,
- 3,
- 9,
- 5,
- 0.11372,
- "_LCCLHKPGGSGLTGAK_"
- ],
- [
- 1461,
- 3,
- 10,
- 4,
- 0.12793,
- "_RGGEVLDSSHDDIK_"
- ],
- [
- 5654,
- 2,
- 15,
- 4,
- 0.199,
- "_MLDHEYTTK_"
- ],
- [
- 10880,
- 2,
- 9,
- 2,
- 0.1137,
- "_KPSYAEICQR_"
- ],
- [
- 32736,
- 2,
- 12,
- 2,
- 0.15635,
- "_QNAQCLHGDIAQSQR_"
- ],
- [
- 5840,
- 3,
- 9,
- 3,
- 0.1137,
- "_KAAGIDEQENWHEGK_"
- ],
- [
- 9583,
- 2,
- 19,
- 4,
- 0.25587,
- "_RLPSSPASPSPK_"
- ],
- [
- 11183,
- 2,
- 12,
- 2,
- 0.15635,
- "_PSDLRPGDVSSK_"
- ],
- [
- 26321,
- 2,
- 12,
- 5,
- 0.15635,
- "_KNGSTAVAESVASPQK_"
- ],
- [
- 1245,
- 2,
- 16,
- 3,
- 0.21321,
- "_LTQTVAHLK_"
- ],
- [
- 18376,
- 2,
- 11,
- 3,
- 0.14214,
- "_KENTAAENGLTVR_"
- ],
- [
- 11018,
- 3,
- 16,
- 5,
- 0.21321,
- "_HNPTVTGHQEQTYLQK_"
- ],
- [
- 1791,
- 2,
- 8,
- 2,
- 0.099489,
- "_VLEEEEQR_"
- ],
- [
- 15871,
- 2,
- 11,
- 2,
- 0.14214,
- "_ITAFHNAHDLSK_"
- ],
- [
- 8380,
- 2,
- 13,
- 4,
- 0.17057,
- "_NIDPKPCTPR_"
- ],
- [
- 10120,
- 2,
- 9,
- 4,
- 0.1137,
- "_YFCENCQSK_"
- ],
- [
- 8604,
- 2,
- 13,
- 4,
- 0.17057,
- "_GKEEELQDVR_"
- ],
- [
- 25503,
- 2,
- 11,
- 3,
- 0.14214,
- "_EGQLNGSSAAHSEIR_"
- ],
- [
- 15967,
- 2,
- 10,
- 2,
- 0.12793,
- "_PHSVSLNDTETR_"
- ],
- [
- 23501,
- 2,
- 14,
- 3,
- 0.18478,
- "_KMESEEDSNWEK_"
- ],
- [
- 7229,
- 3,
- 10,
- 4,
- 0.12793,
- "_AEPGEGTRPATVGDSSAR_"
- ],
- [
- 12241,
- 2,
- 19,
- 5,
- 0.25586,
- "_ALSSEGKPYVTK_"
- ],
- [
- 23870,
- 2,
- 20,
- 6,
- 0.27008,
- "_MRPGVACSVSQAQK_"
- ],
- [
- 4909,
- 2,
- 11,
- 3,
- 0.14214,
- "_ATYIHNCLK_"
- ],
- [
- 13835,
- 2,
- 19,
- 4,
- 0.25586,
- "_GEVDVTHDSEPK_"
- ],
- [
- 27496,
- 2,
- 15,
- 4,
- 0.19899,
- "_LYNSEESRPYTNK_"
- ],
- [
- 12773,
- 2,
- 9,
- 2,
- 0.1137,
- "_TVSTLHHVLQR_"
- ],
- [
- 7112,
- 2,
- 3,
- 2,
- 0.028425,
- "_MQGQSPPAPTR_"
- ],
- [
- 9597,
- 2,
- 11,
- 4,
- 0.14214,
- "_YNEWADDRR_"
- ],
- [
- 4540,
- 2,
- 7,
- 2,
- 0.08527,
- "_HALLEEENR_"
- ],
- [
- 18147,
- 2,
- 15,
- 6,
- 0.19899,
- "_NADHSMNYQYR_"
- ],
- [
- 16886,
- 3,
- 10,
- 3,
- 0.12791,
- "_EAEDDDTGPEEGSPPKEEK_"
- ],
- [
- 1150,
- 2,
- 9,
- 2,
- 0.1137,
- "_ECLAETER_"
- ],
- [
- 5979,
- 2,
- 11,
- 5,
- 0.14214,
- "_FQGPDNGQGPK_"
- ],
- [
- 46787,
- 2,
- 15,
- 5,
- 0.19899,
- "_NSNQLGGNTESSESSETCSSK_"
- ],
- [
- 3704,
- 2,
- 17,
- 6,
- 0.22742,
- "_GQGSSPVAMQK_"
- ],
- [
- 10662,
- 2,
- 15,
- 4,
- 0.19899,
- "_GAAYAHAEESIK_"
- ],
- [
- 11340,
- 4,
- 10,
- 3,
- 0.12795,
- "_LSSEHYSSQSHGNSMTELKPSSK_"
- ],
- [
- 7774,
- 2,
- 12,
- 4,
- 0.15639,
- "_QQYQTEMEK_"
- ],
- [
- 14426,
- 2,
- 11,
- 3,
- 0.14217,
- "_MVTETEETQEK_"
- ],
- [
- 12958,
- 2,
- 11,
- 3,
- 0.14217,
- "_NVSEQMTNEDK_"
- ],
- [
- 33917,
- 2,
- 10,
- 4,
- 0.12795,
- "_SSFASSSASDASKPSSPR_"
- ],
- [
- 6115,
- 2,
- 8,
- 2,
- 0.099521,
- "_TPDGNLDQCK_"
- ],
- [
- 29343,
- 2,
- 6,
- 2,
- 0.071096,
- "_GGGVGVGGGGTGVGGGDRDR_"
- ],
- [
- 9006,
- 3,
- 12,
- 6,
- 0.15639,
- "_KDTEDEDKSESFMQK_"
- ],
- [
- 4163,
- 2,
- 6,
- 2,
- 0.071096,
- "_QSGQTDPLQK_"
- ],
- [
- 17992,
- 3,
- 12,
- 3,
- 0.15639,
- "_NQKPSQVNGAPGSPTEPAGQK_"
- ],
- [
- 11654,
- 2,
- 12,
- 4,
- 0.15639,
- "_KNYCNIQVTK_"
- ],
- [
- 925,
- 2,
- 21,
- 4,
- 0.28433,
- "_LLHDQIEK_"
- ],
- [
- 20183,
- 2,
- 14,
- 6,
- 0.18482,
- "_NIDEHANEDVER_"
- ],
- [
- 19260,
- 3,
- 16,
- 5,
- 0.21324,
- "_LSHSDEKPYQCPVCQQR_"
- ],
- [
- 4125,
- 2,
- 14,
- 5,
- 0.18482,
- "_DGSVAIASKPR_"
- ],
- [
- 4892,
- 2,
- 13,
- 2,
- 0.1706,
- "_GQDWEQTQK_"
- ],
- [
- 24651,
- 2,
- 11,
- 4,
- 0.14219,
- "_SATDGNTSTTPPTSAK_"
- ],
- [
- 12405,
- 2,
- 17,
- 5,
- 0.22748,
- "_NTPENLHEMAK_"
- ],
- [
- 17305,
- 2,
- 12,
- 4,
- 0.1564,
- "_EGQNYQQNCIK_"
- ],
- [
- 33182,
- 2,
- 16,
- 5,
- 0.21327,
- "_IEDVGSDEEDDSGKDK_"
- ],
- [
- 6892,
- 2,
- 10,
- 2,
- 0.12797,
- "_FKPTQSSLTR_"
- ],
- [
- 10555,
- 2,
- 13,
- 3,
- 0.17063,
- "_NGQTEDVATGPR_"
- ],
- [
- 5742,
- 2,
- 9,
- 4,
- 0.11376,
- "_MTAMANEESR_"
- ],
- [
- 574,
- 2,
- 12,
- 2,
- 0.1564,
- "_AMEAVAAQGK_"
- ],
- [
- 35198,
- 3,
- 17,
- 6,
- 0.22748,
- "_EKEDDEEEEDEDASGGDQDQEER_"
- ],
- [
- 2744,
- 3,
- 13,
- 6,
- 0.17063,
- "_KEHDPVGQMVNNPK_"
- ],
- [
- 9083,
- 2,
- 14,
- 3,
- 0.18484,
- "_RPEPPSTSTLK_"
- ],
- [
- 796,
- 2,
- 13,
- 4,
- 0.17062,
- "_SRLDQELK_"
- ],
- [
- 10304,
- 2,
- 24,
- 5,
- 0.32699,
- "_ELVSDANQHVK_"
- ],
- [
- 14765,
- 3,
- 18,
- 5,
- 0.2417,
- "_NSVQTPVENSTNSQHQVK_"
- ],
- [
- 4201,
- 2,
- 9,
- 2,
- 0.11376,
- "_YYSHVDYR_"
- ],
- [
- 4751,
- 2,
- 13,
- 3,
- 0.17062,
- "_IQSTVTQPGGK_"
- ],
- [
- 19327,
- 2,
- 11,
- 4,
- 0.14219,
- "_GPTPGQAPAGGAGAEGK_"
- ],
- [
- 32056,
- 2,
- 10,
- 4,
- 0.12797,
- "_HASDQNYNYEQVNK_"
- ],
- [
- 10216,
- 2,
- 11,
- 3,
- 0.14219,
- "_MVQFEENGRK_"
- ],
- [
- 2360,
- 2,
- 11,
- 3,
- 0.14219,
- "_WGASTATTQK_"
- ],
- [
- 5271,
- 2,
- 12,
- 3,
- 0.15641,
- "_IYSNNQYAR_"
- ],
- [
- 14968,
- 2,
- 19,
- 3,
- 0.25592,
- "_TSAGTTDPEEATR_"
- ],
- [
- 12810,
- 2,
- 15,
- 5,
- 0.19906,
- "_DSAQTSVTQAQR_"
- ],
- [
- 4642,
- 2,
- 11,
- 3,
- 0.14219,
- "_AWIHTEDNK_"
- ],
- [
- 1108,
- 2,
- 11,
- 4,
- 0.14219,
- "_TYQVKPIR_"
- ],
- [
- 32948,
- 3,
- 15,
- 6,
- 0.19906,
- "_SALEDKERDEDDEDGDGDGDGATGK_"
- ],
- [
- 3484,
- 2,
- 21,
- 3,
- 0.28435,
- "_NIHSSDWPK_"
- ],
- [
- 12304,
- 2,
- 12,
- 4,
- 0.1564,
- "_YDSYESCDSR_"
- ],
- [
- 13496,
- 2,
- 12,
- 3,
- 0.1564,
- "_FSSNQPPAAGSSR_"
- ],
- [
- 18485,
- 2,
- 13,
- 3,
- 0.17062,
- "_AGNASKDEIDSAVK_"
- ],
- [
- 31980,
- 2,
- 11,
- 5,
- 0.14219,
- "_TSEEEKNGSEELVEK_"
- ],
- [
- 13734,
- 2,
- 10,
- 2,
- 0.12798,
- "_GLSGPSGPGHMASR_"
- ],
- [
- 18230,
- 2,
- 12,
- 3,
- 0.1564,
- "_EKADEVVAPGQEK_"
- ],
- [
- 5045,
- 2,
- 7,
- 2,
- 0.085342,
- "_EHVIEALRR_"
- ],
- [
- 1057,
- 2,
- 8,
- 2,
- 0.099551,
- "_VQEQELTR_"
- ],
- [
- 18701,
- 3,
- 13,
- 6,
- 0.17062,
- "_VHKECCHGDLLECADDR_"
- ],
- [
- 1505,
- 2,
- 15,
- 5,
- 0.19906,
- "_ILMEHIHK_"
- ],
- [
- 6073,
- 2,
- 9,
- 4,
- 0.11376,
- "_QQTLEAEEAK_"
- ],
- [
- 11178,
- 2,
- 16,
- 5,
- 0.21327,
- "_IANCIVHSTDK_"
- ],
- [
- 7732,
- 2,
- 14,
- 3,
- 0.18483,
- "_RGELDDPEPR_"
- ],
- [
- 1098,
- 2,
- 16,
- 3,
- 0.21327,
- "_KFDGVEGPR_"
- ],
- [
- 17195,
- 2,
- 14,
- 2,
- 0.18483,
- "_NMFHSCTGQAVK_"
- ],
- [
- 10900,
- 2,
- 14,
- 2,
- 0.18483,
- "_AHSGAQGLLAAQK_"
- ],
- [
- 25939,
- 3,
- 20,
- 7,
- 0.27013,
- "_QEEENPAEETGEEKQDTQEK_"
- ],
- [
- 13012,
- 2,
- 14,
- 6,
- 0.18483,
- "_SGELAQEYDKR_"
- ],
- [
- 22929,
- 2,
- 18,
- 5,
- 0.2417,
- "_GVPAGNSDTEGGQPGR_"
- ],
- [
- 2123,
- 2,
- 8,
- 2,
- 0.099551,
- "_TVFPNHTVK_"
- ],
- [
- 692,
- 2,
- 18,
- 4,
- 0.2417,
- "_SVIGHLQTK_"
- ],
- [
- 10512,
- 2,
- 13,
- 4,
- 0.17062,
- "_RPSSTSVPLGDK_"
- ],
- [
- 18666,
- 2,
- 11,
- 3,
- 0.14219,
- "_NSSQSEEDDIER_"
- ],
- [
- 8835,
- 2,
- 11,
- 2,
- 0.14219,
- "_CLSSATDPQTK_"
- ],
- [
- 2192,
- 2,
- 13,
- 2,
- 0.17062,
- "_IAAYGHEVGK_"
- ],
- [
- 22748,
- 2,
- 12,
- 5,
- 0.1564,
- "_ETYGDM(Oxidation (M))ADCCEK_"
- ],
- [
- 2951,
- 2,
- 11,
- 3,
- 0.14219,
- "_ALTEELHQK_"
- ],
- [
- 25820,
- 2,
- 8,
- 2,
- 0.099553,
- "_AETPTAAEDDNEGDK_"
- ],
- [
- 19418,
- 2,
- 5,
- 2,
- 0.056878,
- "_LTHYHEGLPTTR_"
- ],
- [
- 14135,
- 2,
- 14,
- 5,
- 0.18483,
- "_EHTINMEECR_"
- ],
- [
- 10454,
- 2,
- 19,
- 6,
- 0.25591,
- "_RIVAVTGAEAQK_"
- ],
- [
- 8961,
- 2,
- 10,
- 4,
- 0.12799,
- "_EMQENDASMR_"
- ],
- [
- 6810,
- 3,
- 7,
- 2,
- 0.085351,
- "_DPGTVANKKEEEDLAK_"
- ],
- [
- 18712,
- 2,
- 11,
- 3,
- 0.1422,
- "_ATHDGAPELGAGGTR_"
- ],
- [
- 2267,
- 2,
- 17,
- 5,
- 0.2275,
- "_VLEDSDLKK_"
- ],
- [
- 6550,
- 2,
- 7,
- 2,
- 0.085351,
- "_PGNALDQESAR_"
- ],
- [
- 1336,
- 2,
- 7,
- 2,
- 0.085351,
- "_MQHVICVK_"
- ],
- [
- 20587,
- 2,
- 10,
- 2,
- 0.12799,
- "_LQVEQAPHSSPGAK_"
- ],
- [
- 14620,
- 2,
- 17,
- 3,
- 0.2275,
- "_GPPCGPVNCNEK_"
- ],
- [
- 142,
- 2,
- 13,
- 2,
- 0.17062,
- "_RDLEIER_"
- ],
- [
- 7337,
- 2,
- 4,
- 2,
- 0.042646,
- "_EPAEGGGLSSDR_"
- ],
- [
- 5982,
- 2,
- 9,
- 2,
- 0.11378,
- "_QAALEEEQAR_"
- ],
- [
- 1181,
- 2,
- 10,
- 3,
- 0.12799,
- "_LGEGEGSMTK_"
- ],
- [
- 4466,
- 2,
- 10,
- 4,
- 0.12799,
- "_TPVSITEHPK_"
- ],
- [
- 1996,
- 2,
- 6,
- 3,
- 0.0711,
- "_SELTGKFEK_"
- ],
- [
- 18903,
- 2,
- 11,
- 2,
- 0.14219,
- "_SNPSASSGPWKPAK_"
- ],
- [
- 3410,
- 2,
- 11,
- 3,
- 0.14219,
- "_GQAVDYEGSR_"
- ],
- [
- 450,
- 3,
- 12,
- 5,
- 0.15641,
- "_LQVEQAPHSSPGAK_"
- ],
- [
- 45719,
- 2,
- 12,
- 5,
- 0.15641,
- "_SSSIIGSSSASHTSQATSGANSK_"
- ],
- [
- 33241,
- 2,
- 12,
- 4,
- 0.15641,
- "_SKGESNQMNLDTASEK_"
- ],
- [
- 26306,
- 2,
- 11,
- 2,
- 0.14219,
- "_LYSSEESRPYTNK_"
- ],
- [
- 24270,
- 2,
- 7,
- 3,
- 0.085309,
- "_IESHETANLQDDR_"
- ],
- [
- 20392,
- 3,
- 13,
- 5,
- 0.17062,
- "_ETYVEQEQGENANDRNDR_"
- ],
- [
- 26042,
- 2,
- 14,
- 5,
- 0.18483,
- "_SQSAAVTPSSTTSSTR_"
- ],
- [
- 31291,
- 2,
- 14,
- 4,
- 0.18483,
- "_NQSFASTHLNQNSSR_"
- ],
- [
- 4027,
- 3,
- 21,
- 7,
- 0.28434,
- "_LQSIGTENTEENRR_"
- ],
- [
- 3756,
- 3,
- 19,
- 5,
- 0.25591,
- "_EEPKEEEMTEEEK_"
- ],
- [
- 1286,
- 2,
- 8,
- 4,
- 0.099521,
- "_TYVDQACR_"
- ],
- [
- 12102,
- 2,
- 11,
- 5,
- 0.1422,
- "_IDRTDAISEEK_"
- ],
- [
- 8644,
- 2,
- 5,
- 2,
- 0.056854,
- "_ELMGDHVSSTK_"
- ],
- [
- 24517,
- 2,
- 15,
- 5,
- 0.19904,
- "_LKECCDKPLLEK_"
- ],
- [
- 2531,
- 3,
- 18,
- 4,
- 0.24169,
- "_GDDTPLHLAASHGHR_"
- ],
- [
- 17604,
- 2,
- 10,
- 3,
- 0.12798,
- "_AATCEGSESSGFGK_"
- ],
- [
- 7642,
- 2,
- 7,
- 3,
- 0.085284,
- "_KDECEEMLK_"
- ],
- [
- 30,
- 2,
- 12,
- 5,
- 0.15641,
- "_FVVGSHVR_"
- ],
- [
- 17931,
- 2,
- 7,
- 4,
- 0.085284,
- "_VHSEAISPAPEEK_"
- ],
- [
- 2577,
- 2,
- 10,
- 3,
- 0.12798,
- "_AQLGEDIRR_"
- ],
- [
- 25151,
- 2,
- 9,
- 5,
- 0.11377,
- "_AANGLEADNSCPNSK_"
- ],
- [
- 3048,
- 3,
- 11,
- 4,
- 0.1422,
- "_GGNRFEPYANPTKR_"
- ],
- [
- 29473,
- 2,
- 24,
- 7,
- 0.32698,
- "_RLQSIGTENTEENR_"
- ],
- [
- 7871,
- 2,
- 16,
- 3,
- 0.21325,
- "_NTGLSHELCR_"
- ],
- [
- 443,
- 2,
- 12,
- 2,
- 0.15641,
- "_FTLRDEGK_"
- ],
- [
- 6091,
- 2,
- 13,
- 5,
- 0.17062,
- "_KCEQVLIEK_"
- ],
- [
- 22217,
- 2,
- 13,
- 4,
- 0.17062,
- "_NVESTNSNAYTQR_"
- ],
- [
- 13460,
- 2,
- 10,
- 3,
- 0.12798,
- "_LVVESSTSSHMK_"
- ],
- [
- 15915,
- 2,
- 9,
- 3,
- 0.11373,
- "_ETM(Oxidation (M))VTSTTEPSR_"
- ],
- [
- 17372,
- 2,
- 20,
- 8,
- 0.27013,
- "_ACAELHQNVNVK_"
- ],
- [
- 29039,
- 2,
- 22,
- 5,
- 0.29855,
- "_EEPKEEEMTEEEK_"
- ],
- [
- 10982,
- 2,
- 15,
- 4,
- 0.19904,
- "_AQQHWGSGVGVK_"
- ],
- [
- 2430,
- 2,
- 10,
- 4,
- 0.12798,
- "_EGIPPQQQR_"
- ],
- [
- 9805,
- 2,
- 14,
- 5,
- 0.18483,
- "_LKGDDLQAIKK_"
- ],
- [
- 5239,
- 2,
- 13,
- 3,
- 0.17062,
- "_LPVGKEEEVK_"
- ],
- [
- 67,
- 2,
- 17,
- 4,
- 0.22747,
- "_LAYIAHPK_"
- ],
- [
- 11416,
- 2,
- 16,
- 4,
- 0.21325,
- "_EQSQLTATQTR_"
- ],
- [
- 22977,
- 2,
- 6,
- 3,
- 0.071067,
- "_AIDDNQEMPPNKK_"
- ],
- [
- 3732,
- 2,
- 12,
- 4,
- 0.15641,
- "_QEIEAETDR_"
- ],
- [
- 1249,
- 3,
- 12,
- 2,
- 0.15641,
- "_TNFISSHTEKPVR_"
- ],
- [
- 22569,
- 2,
- 12,
- 4,
- 0.15641,
- "_QQVEQSSASQTGIK_"
- ],
- [
- 13216,
- 2,
- 10,
- 3,
- 0.12794,
- "_LHYYCEDDGK_"
- ],
- [
- 2039,
- 2,
- 13,
- 4,
- 0.17062,
- "_EVEEDEYK_"
- ],
- [
- 9288,
- 2,
- 16,
- 3,
- 0.21325,
- "_TMAQHEELMK_"
- ],
- [
- 19195,
- 2,
- 16,
- 3,
- 0.21325,
- "_RPQGESYDQAIR_"
- ],
- [
- 218,
- 2,
- 16,
- 4,
- 0.21325,
- "_TELNKLPK_"
- ],
- [
- 16960,
- 2,
- 9,
- 2,
- 0.11371,
- "_SEFYANEACKR_"
- ],
- [
- 6968,
- 2,
- 9,
- 2,
- 0.11371,
- "_SNMSPHGLPAR_"
- ],
- [
- 37358,
- 2,
- 11,
- 3,
- 0.1422,
- "_RGGGSGGGEESEGEEVDED_"
- ],
- [
- 20982,
- 2,
- 14,
- 3,
- 0.18483,
- "_NEIPHSCGEVCR_"
- ],
- [
- 19039,
- 2,
- 17,
- 4,
- 0.22747,
- "_AQEEAERLEADR_"
- ],
- [
- 11749,
- 2,
- 12,
- 5,
- 0.15641,
- "_NMGKPAQPALSR_"
- ],
- [
- 19952,
- 2,
- 13,
- 6,
- 0.17062,
- "_VEQATKPSFESGR_"
- ],
- [
- 7005,
- 2,
- 14,
- 4,
- 0.18483,
- "_FGGSGSQVDSAR_"
- ],
- [
- 5449,
- 2,
- 21,
- 4,
- 0.28433,
- "_SDPYSTGHLR_"
- ],
- [
- 972,
- 2,
- 12,
- 3,
- 0.15641,
- "_LQFTPQHK_"
- ],
- [
- 13841,
- 2,
- 13,
- 4,
- 0.17063,
- "_HQLNELGSESAK_"
- ],
- [
- 15041,
- 2,
- 11,
- 4,
- 0.14216,
- "_GSVSSEASELDKK_"
- ],
- [
- 1018,
- 2,
- 12,
- 3,
- 0.15641,
- "_LKQEILEK_"
- ],
- [
- 23713,
- 2,
- 17,
- 4,
- 0.22747,
- "_QQICNQQPPCSR_"
- ],
- [
- 15477,
- 2,
- 14,
- 4,
- 0.18484,
- "_RLVSDGNINSDR_"
- ],
- [
- 18158,
- 2,
- 13,
- 5,
- 0.17063,
- "_ASSALVVCGGQGHR_"
- ],
- [
- 3134,
- 2,
- 11,
- 3,
- 0.14216,
- "_GAGSIAGASASPK_"
- ],
- [
- 3230,
- 3,
- 16,
- 4,
- 0.21326,
- "_VRPDYTAQNLDHGK_"
- ],
- [
- 31873,
- 2,
- 9,
- 2,
- 0.11371,
- "_ENADGQTETCTTYSK_"
- ],
- [
- 2307,
- 2,
- 10,
- 3,
- 0.12793,
- "_VESLESQTR_"
- ],
- [
- 17764,
- 4,
- 18,
- 8,
- 0.24168,
- "_SREDAQGSEMVTCKSEFYHDEFK_"
- ],
- [
- 12135,
- 3,
- 18,
- 7,
- 0.24168,
- "_MMNGGHYTYSENRVEK_"
- ],
- [
- 7638,
- 2,
- 6,
- 2,
- 0.071063,
- "_NSDWSSDTNR_"
- ],
- [
- 26398,
- 2,
- 15,
- 5,
- 0.19905,
- "_DKNQDLCQQEAVK_"
- ],
- [
- 2841,
- 3,
- 10,
- 3,
- 0.12793,
- "_EFHMQHPSTCPAR_"
- ],
- [
- 16294,
- 2,
- 10,
- 4,
- 0.12793,
- "_KESEAVEWQQK_"
- ],
- [
- 17970,
- 2,
- 20,
- 6,
- 0.27012,
- "_EEASGSSVTAEEAK_"
- ],
- [
- 38088,
- 2,
- 14,
- 5,
- 0.18484,
- "_YSEFTSTTSGTGHNQTR_"
- ],
- [
- 8264,
- 2,
- 9,
- 4,
- 0.11371,
- "_VFTTVGSAEKR_"
- ],
- [
- 10877,
- 2,
- 11,
- 4,
- 0.14214,
- "_SVEDRFDQQK_"
- ],
- [
- 11025,
- 2,
- 9,
- 4,
- 0.11371,
- "_TEDEQFNDEK_"
- ],
- [
- 8764,
- 2,
- 12,
- 4,
- 0.15638,
- "_KGHAVGDIPGVR_"
- ],
- [
- 308,
- 2,
- 10,
- 2,
- 0.12792,
- "_YNYLKPR_"
- ],
- [
- 18653,
- 3,
- 12,
- 4,
- 0.15638,
- "_SKSEEAHAEDSVMDHHFR_"
- ],
- [
- 5569,
- 2,
- 8,
- 3,
- 0.099499,
- "_QTEDSLASER_"
- ],
- [
- 2599,
- 2,
- 19,
- 2,
- 0.2559,
- "_SPDNPMNQR_"
- ],
- [
- 5796,
- 2,
- 10,
- 4,
- 0.12792,
- "_KYVEDEMAR_"
- ],
- [
- 4443,
- 3,
- 14,
- 6,
- 0.18484,
- "_GDQCCYSHSPPTPR_"
- ],
- [
- 13363,
- 2,
- 13,
- 4,
- 0.17063,
- "_GGGQEERPFVAR_"
- ],
- [
- 15965,
- 2,
- 8,
- 3,
- 0.099499,
- "_PSQGLYSSSASSGK_"
- ],
- [
- 544,
- 2,
- 14,
- 4,
- 0.18484,
- "_EHGAFDAVK_"
- ],
- [
- 20620,
- 2,
- 14,
- 3,
- 0.18484,
- "_ATDLGGTSQAGTSQR_"
- ],
- [
- 10783,
- 3,
- 14,
- 6,
- 0.18484,
- "_YSEFTSTTSGTGHNQTR_"
- ],
- [
- 7103,
- 2,
- 19,
- 5,
- 0.2559,
- "_ESNCYDPER_"
- ],
- [
- 24910,
- 2,
- 14,
- 6,
- 0.18484,
- "_KQQNQELQEQLR_"
- ],
- [
- 19731,
- 2,
- 14,
- 5,
- 0.18484,
- "_TGCFCNTGACQR_"
- ],
- [
- 7866,
- 2,
- 8,
- 3,
- 0.099495,
- "_VSDGGSSSTDFK_"
- ],
- [
- 26435,
- 2,
- 8,
- 2,
- 0.099495,
- "_DSGDNSQTEPHSFR_"
- ],
- [
- 14545,
- 2,
- 11,
- 2,
- 0.14214,
- "_QLEEEQAVRPK_"
- ],
- [
- 12757,
- 2,
- 9,
- 4,
- 0.11372,
- "_MEQQQLEEQK_"
- ],
- [
- 503,
- 2,
- 15,
- 4,
- 0.19906,
- "_ALIEHEMK_"
- ],
- [
- 30084,
- 2,
- 13,
- 4,
- 0.1706,
- "_GDQCCYSHSPPTPR_"
- ],
- [
- 611,
- 3,
- 15,
- 6,
- 0.19906,
- "_VEAKPEVQSQPPR_"
- ],
- [
- 30293,
- 2,
- 9,
- 4,
- 0.11372,
- "_EEMDEAGNKVEQCK_"
- ],
- [
- 25235,
- 2,
- 9,
- 4,
- 0.11372,
- "_YSDVHNCSYNYK_"
- ],
- [
- 266,
- 3,
- 14,
- 4,
- 0.18485,
- "_EHTSHLEAELEK_"
- ],
- [
- 1521,
- 2,
- 13,
- 2,
- 0.1706,
- "_AQFAEATQR_"
- ],
- [
- 10025,
- 3,
- 9,
- 4,
- 0.11372,
- "_RAPSSVAHTSMSDNGGFK_"
- ],
- [
- 14769,
- 2,
- 9,
- 4,
- 0.11372,
- "_IEQFSQEHSVK_"
- ],
- [
- 12685,
- 3,
- 11,
- 4,
- 0.14214,
- "_NDIHLDADDPNSADKHR_"
- ],
- [
- 6556,
- 2,
- 8,
- 2,
- 0.099495,
- "_YKDEAQLYK_"
- ],
- [
- 4607,
- 2,
- 11,
- 2,
- 0.14214,
- "_AEHDSILAEK_"
- ],
- [
- 34784,
- 2,
- 11,
- 3,
- 0.14214,
- "_ESDESGESAPDEGGEGAR_"
- ],
- [
- 18312,
- 2,
- 11,
- 5,
- 0.14214,
- "_SDGSLEDGDDVHR_"
- ],
- [
- 10427,
- 2,
- 12,
- 2,
- 0.15635,
- "_NHEEEMNALR_"
- ],
- [
- 36371,
- 2,
- 12,
- 2,
- 0.15635,
- "_ENQELNAHNQELNNR_"
- ],
- [
- 4143,
- 3,
- 15,
- 5,
- 0.19906,
- "_VNVCEHCLVANHAK_"
- ],
- [
- 10718,
- 2,
- 13,
- 2,
- 0.17057,
- "_VSVHVIEGDHR_"
- ],
- [
- 13174,
- 2,
- 13,
- 4,
- 0.17057,
- "_TANEEEEIVHK_"
- ],
- [
- 10032,
- 2,
- 13,
- 4,
- 0.17057,
- "_GSATYCTVCSK_"
- ],
- [
- 7179,
- 3,
- 21,
- 4,
- 0.28433,
- "_KVLTGVAGEDAECHAAK_"
- ],
- [
- 8982,
- 2,
- 15,
- 4,
- 0.19906,
- "_LIQESDQHLK_"
- ],
- [
- 16765,
- 2,
- 13,
- 4,
- 0.17057,
- "_GSSLVGATAQRPAR_"
- ],
- [
- 17280,
- 2,
- 19,
- 5,
- 0.2559,
- "_EDSVKPGAHLTVK_"
- ],
- [
- 22602,
- 2,
- 13,
- 5,
- 0.17057,
- "_LESGMQNM(Oxidation (M))SIHTK_"
- ],
- [
- 7977,
- 2,
- 15,
- 3,
- 0.19906,
- "_ELLSAEENKR_"
- ],
- [
- 2186,
- 2,
- 11,
- 4,
- 0.14214,
- "_LSPDGHFGSK_"
- ],
- [
- 14291,
- 2,
- 15,
- 2,
- 0.19902,
- "_EVRPDTQYTGR_"
- ],
- [
- 27449,
- 2,
- 12,
- 2,
- 0.15635,
- "_QNPQSPPQDSSVTSK_"
- ],
- [
- 29548,
- 2,
- 8,
- 4,
- 0.099497,
- "_MIVSSTSANCSHQVK_"
- ],
- [
- 15244,
- 2,
- 12,
- 3,
- 0.15635,
- "_GTPAGTTPGASQAPK_"
- ],
- [
- 6780,
- 2,
- 15,
- 3,
- 0.19902,
- "_ESAAHDYTLR_"
- ],
- [
- 17052,
- 2,
- 15,
- 5,
- 0.19902,
- "_GMGTVEGGDQSNPK_"
- ],
- [
- 19320,
- 2,
- 14,
- 2,
- 0.18478,
- "_EHTSHLEAELEK_"
- ],
- [
- 2423,
- 2,
- 16,
- 4,
- 0.21327,
- "_TAYGPNGMNK_"
- ],
- [
- 3542,
- 3,
- 17,
- 4,
- 0.22748,
- "_SLLTSRPEDTTHNR_"
- ],
- [
- 4324,
- 2,
- 8,
- 3,
- 0.099497,
- "_KMEADGVEVK_"
- ],
- [
- 8906,
- 2,
- 10,
- 3,
- 0.12795,
- "_HDAQQLQQLK_"
- ],
- [
- 9472,
- 2,
- 9,
- 3,
- 0.11373,
- "_LGNRPEMNYK_"
- ],
- [
- 23370,
- 2,
- 12,
- 3,
- 0.15638,
- "_ELESSEEGGSAEER_"
- ],
- [
- 6898,
- 3,
- 11,
- 2,
- 0.14216,
- "_(Acetyl (Protein N-term))MHTGGETSACKPSSVR_"
- ],
- [
- 13598,
- 2,
- 17,
- 5,
- 0.22751,
- "_NMSVIAHVDHGK_"
- ],
- [
- 11980,
- 2,
- 16,
- 3,
- 0.21326,
- "_GDGNSGFNEHLK_"
- ],
- [
- 13264,
- 2,
- 9,
- 2,
- 0.11373,
- "_IDMSSNNGCM(Oxidation (M))R_"
- ],
- [
- 13495,
- 2,
- 10,
- 2,
- 0.12795,
- "_KDDESNLVEEK_"
- ],
- [
- 12793,
- 2,
- 6,
- 3,
- 0.071092,
- "_GACYGADHDLGR_"
- ],
- [
- 17713,
- 2,
- 13,
- 6,
- 0.17059,
- "_QAHLTNQYMQR_"
- ],
- [
- 26000,
- 2,
- 13,
- 6,
- 0.17059,
- "_AEGSSTASSGSQLAEGK_"
- ],
- [
- 24049,
- 2,
- 14,
- 6,
- 0.1848,
- "_GSNTCEVHFENTK_"
- ],
- [
- 26079,
- 2,
- 11,
- 5,
- 0.14216,
- "_SSGAASSAPGGGDGAEYK_"
- ],
- [
- 22662,
- 2,
- 9,
- 3,
- 0.11373,
- "_DKIDGTAEETEER_"
- ],
- [
- 28895,
- 2,
- 9,
- 2,
- 0.11373,
- "_TPVQYSQQQNSPQK_"
- ],
- [
- 28002,
- 2,
- 8,
- 2,
- 0.099522,
- "_ENQQATSGPNQPSVR_"
- ],
- [
- 5018,
- 2,
- 12,
- 5,
- 0.15638,
- "_ENQWCEEK_"
- ],
- [
- 3994,
- 2,
- 12,
- 4,
- 0.15637,
- "_SATYVNTEGR_"
- ],
- [
- 16130,
- 2,
- 12,
- 4,
- 0.15637,
- "_AKADAECYTAMK_"
- ],
- [
- 20032,
- 2,
- 25,
- 6,
- 0.3412,
- "_AAEDDEDDDVDTK_"
- ],
- [
- 1726,
- 2,
- 12,
- 3,
- 0.15637,
- "_LQQEQDLR_"
- ],
- [
- 40215,
- 2,
- 11,
- 5,
- 0.14216,
- "_QLSSSSGNTDTQADEDER_"
- ],
- [
- 2963,
- 2,
- 11,
- 3,
- 0.14216,
- "_KLIVQPNTR_"
- ],
- [
- 14333,
- 2,
- 11,
- 3,
- 0.14216,
- "_SHGLQNQPWQK_"
- ],
- [
- 14957,
- 3,
- 13,
- 5,
- 0.17059,
- "_TVNATGSSAAPGSSDKPSDPR_"
- ],
- [
- 3164,
- 2,
- 10,
- 4,
- 0.12795,
- "_CGEAALNDPK_"
- ],
- [
- 15754,
- 2,
- 15,
- 3,
- 0.19901,
- "_QATDNSEISSATK_"
- ],
- [
- 11224,
- 2,
- 10,
- 4,
- 0.12795,
- "_NLNGHSIGQYR_"
- ],
- [
- 7886,
- 2,
- 8,
- 4,
- 0.099524,
- "_KFLEHLSGAGK_"
- ],
- [
- 14813,
- 2,
- 8,
- 3,
- 0.099524,
- "_AAAGLGGGDSGDGTAR_"
- ],
- [
- 10803,
- 2,
- 14,
- 4,
- 0.1848,
- "_ALTHIDHSLSR_"
- ],
- [
- 19191,
- 2,
- 7,
- 2,
- 0.085305,
- "_QSPNSSSAAASVASR_"
- ],
- [
- 7079,
- 2,
- 9,
- 4,
- 0.11374,
- "_TADGIVSHLKK_"
- ],
- [
- 6131,
- 2,
- 9,
- 4,
- 0.11374,
- "_NCLALADDKK_"
- ],
- [
- 16633,
- 2,
- 14,
- 5,
- 0.1848,
- "_QGCDCECLGGGR_"
- ],
- [
- 9696,
- 2,
- 6,
- 3,
- 0.071087,
- "_RGTTVYLCEK_"
- ],
- [
- 34297,
- 2,
- 12,
- 3,
- 0.15637,
- "_ESDTKNEVNGTSEDIK_"
- ],
- [
- 10246,
- 2,
- 6,
- 2,
- 0.071087,
- "_DSDKTDTDWR_"
- ],
- [
- 20885,
- 2,
- 10,
- 3,
- 0.12795,
- "_AQHSENDLEEVGK_"
- ],
- [
- 16277,
- 2,
- 7,
- 3,
- 0.085306,
- "_DPESNINSDNEK_"
- ],
- [
- 1540,
- 3,
- 28,
- 6,
- 0.38385,
- "_LKECCDKPLLEK_"
- ],
- [
- 25857,
- 2,
- 11,
- 3,
- 0.14216,
- "_AQAVSEEEEEEEGK_"
- ],
- [
- 7903,
- 2,
- 11,
- 3,
- 0.14216,
- "_DHGDWDEASR_"
- ],
- [
- 15533,
- 2,
- 11,
- 3,
- 0.14216,
- "_QKWEQIEGNSK_"
- ],
- [
- 5071,
- 2,
- 6,
- 2,
- 0.071087,
- "_THAGPSLGEVR_"
- ],
- [
- 12515,
- 2,
- 16,
- 5,
- 0.21323,
- "_SHISDQSPLSSK_"
- ],
- [
- 15069,
- 2,
- 13,
- 3,
- 0.17058,
- "_YTNNLQGDEQR_"
- ],
- [
- 11543,
- 2,
- 15,
- 4,
- 0.19902,
- "_YNHIDESEMK_"
- ],
- [
- 2693,
- 2,
- 17,
- 2,
- 0.22745,
- "_QVDQLTNDK_"
- ],
- [
- 15657,
- 2,
- 17,
- 2,
- 0.22745,
- "_GDKDEQAVLCSK_"
- ],
- [
- 17824,
- 2,
- 3,
- 2,
- 0.028427,
- "_HNIICLQNDHK_"
- ],
- [
- 5791,
- 2,
- 13,
- 4,
- 0.17058,
- "_GCVNYEGADR_"
- ],
- [
- 1291,
- 2,
- 13,
- 3,
- 0.17058,
- "_MHLSQIQR_"
- ],
- [
- 11144,
- 2,
- 5,
- 4,
- 0.056875,
- "_KQEELVQQVR_"
- ],
- [
- 290,
- 2,
- 13,
- 4,
- 0.17058,
- "_HVVQIVEK_"
- ],
- [
- 541,
- 2,
- 12,
- 3,
- 0.15637,
- "_LKVENTIR_"
- ],
- [
- 471,
- 2,
- 16,
- 4,
- 0.21323,
- "_TIAPQNAPR_"
- ],
- [
- 13973,
- 2,
- 12,
- 6,
- 0.15637,
- "_CTDDFNGAQCK_"
- ],
- [
- 9584,
- 2,
- 15,
- 5,
- 0.19902,
- "_GLGATTHPTAAVK_"
- ],
- [
- 4175,
- 2,
- 13,
- 3,
- 0.17058,
- "_KALELDQER_"
- ],
- [
- 18700,
- 3,
- 10,
- 2,
- 0.14216,
- "_YGDGGSTFQSTTGHCVHM(Oxidation (M))R_"
- ],
- [
- 22307,
- 2,
- 13,
- 5,
- 0.17058,
- "_GCLEGSQGTQALHK_"
- ],
- [
- 9189,
- 2,
- 11,
- 5,
- 0.14216,
- "_LCTCQDCMK_"
- ],
- [
- 27846,
- 2,
- 10,
- 3,
- 0.12795,
- "_ATVAAFAASEGHSHPR_"
- ],
- [
- 15952,
- 2,
- 10,
- 3,
- 0.12795,
- "_THGTCAENFYR_"
- ],
- [
- 16426,
- 2,
- 19,
- 5,
- 0.25589,
- "_EDGSGDRGDGPFR_"
- ],
- [
- 9912,
- 2,
- 9,
- 2,
- 0.11373,
- "_ISDSESEDPPR_"
- ],
- [
- 8608,
- 2,
- 9,
- 5,
- 0.11373,
- "_QQSELQSQVR_"
- ],
- [
- 4690,
- 2,
- 18,
- 5,
- 0.24166,
- "_AYGELPEHAK_"
- ],
- [
- 42029,
- 2,
- 14,
- 5,
- 0.18479,
- "_TVNATGSSAAPGSSDKPSDPR_"
- ],
- [
- 9273,
- 3,
- 16,
- 4,
- 0.21323,
- "_VQVVDEEGDQQHQEGK_"
- ],
- [
- 43231,
- 2,
- 11,
- 4,
- 0.14217,
- "_KENCMYQACPTQDCNK_"
- ],
- [
- 5364,
- 2,
- 17,
- 4,
- 0.22745,
- "_AADALEEQQR_"
- ],
- [
- 24500,
- 2,
- 12,
- 4,
- 0.15638,
- "_AEQFYCGDTEGKK_"
- ],
- [
- 351,
- 2,
- 10,
- 3,
- 0.12795,
- "_YVVNHLGR_"
- ],
- [
- 1939,
- 2,
- 14,
- 4,
- 0.18481,
- "_VAAYDKLEK_"
- ],
- [
- 2848,
- 2,
- 16,
- 5,
- 0.21324,
- "_HVMQPYYK_"
- ],
- [
- 23052,
- 2,
- 16,
- 4,
- 0.21324,
- "_SGCIPENHGEDMR_"
- ],
- [
- 24235,
- 2,
- 14,
- 5,
- 0.18481,
- "_GSPDGSLQTGKPSAPK_"
- ],
- [
- 47681,
- 2,
- 13,
- 6,
- 0.17059,
- "_APKPDGPGGGPGGSHMGGNYGDDR_"
- ],
- [
- 19750,
- 2,
- 13,
- 4,
- 0.17059,
- "_KAEPSEVDMNSPK_"
- ],
- [
- 3243,
- 2,
- 12,
- 5,
- 0.15638,
- "_CLSQQADVR_"
- ],
- [
- 193,
- 2,
- 15,
- 4,
- 0.19902,
- "_HSDPELLK_"
- ],
- [
- 9560,
- 3,
- 8,
- 4,
- 0.099518,
- "_AGLESGAEPGDGDSDTTKK_"
- ],
- [
- 1400,
- 2,
- 14,
- 4,
- 0.18481,
- "_KLPEYNPR_"
- ],
- [
- 5655,
- 3,
- 12,
- 2,
- 0.15638,
- "_EVDKNWLEGEHHGR_"
- ],
- [
- 3255,
- 2,
- 14,
- 3,
- 0.18481,
- "_LTTASQTNIK_"
- ],
- [
- 24104,
- 2,
- 10,
- 2,
- 0.12795,
- "_IQDKEGIPPDQQR_"
- ],
- [
- 4705,
- 2,
- 9,
- 3,
- 0.11373,
- "_VKGDADVSVPK_"
- ],
- [
- 14136,
- 2,
- 7,
- 3,
- 0.085308,
- "_GACHGQTGMFPR_"
- ],
- [
- 4790,
- 2,
- 17,
- 4,
- 0.22745,
- "_LKEELEEAR_"
- ],
- [
- 21158,
- 3,
- 4,
- 2,
- 0.042649,
- "_QQQEELEAEHGTGDKPAAPR_"
- ],
- [
- 12660,
- 2,
- 11,
- 3,
- 0.14216,
- "_ASPSTAGETPSGVK_"
- ],
- [
- 36767,
- 2,
- 10,
- 2,
- 0.12795,
- "_AGLESGAEPGDGDSDTTKK_"
- ],
- [
- 14096,
- 2,
- 5,
- 2,
- 0.056859,
- "_SPSGPSGSLENGTK_"
- ],
- [
- 12861,
- 2,
- 4,
- 3,
- 0.042649,
- "_NLEEEEDGETK_"
- ],
- [
- 7338,
- 2,
- 10,
- 3,
- 0.12795,
- "_EGEEEQAINR_"
- ],
- [
- 21967,
- 2,
- 13,
- 4,
- 0.1706,
- "_SGGASHSELIHNLR_"
- ],
- [
- 26447,
- 2,
- 14,
- 4,
- 0.18481,
- "_QQQQQQQEQLYK_"
- ],
- [
- 176,
- 2,
- 13,
- 3,
- 0.1706,
- "_KTPGPVLPK_"
- ],
- [
- 3423,
- 2,
- 13,
- 2,
- 0.1706,
- "_MTVNNLHPR_"
- ],
- [
- 37203,
- 2,
- 10,
- 3,
- 0.12795,
- "_GSETGSETHESDLAPSDK_"
- ],
- [
- 209,
- 2,
- 16,
- 4,
- 0.21324,
- "_VTEKIPVR_"
- ],
- [
- 3146,
- 2,
- 16,
- 4,
- 0.21324,
- "_LEEVLTNKK_"
- ],
- [
- 2184,
- 2,
- 8,
- 3,
- 0.099503,
- "_EQGEPMTPR_"
- ],
- [
- 31123,
- 2,
- 17,
- 3,
- 0.22745,
- "_HNLMTVEQNNGSSQK_"
- ],
- [
- 3707,
- 2,
- 8,
- 2,
- 0.099503,
- "_VTGEVTDPSGK_"
- ],
- [
- 8250,
- 2,
- 25,
- 2,
- 0.34122,
- "_NPPPNADPNMK_"
- ],
- [
- 23102,
- 3,
- 16,
- 7,
- 0.21324,
- "_APKPDGPGGGPGGSHMGGNYGDDR_"
- ],
- [
- 6924,
- 2,
- 14,
- 2,
- 0.18481,
- "_HAACPVLVGNK_"
- ],
- [
- 27131,
- 2,
- 15,
- 5,
- 0.19902,
- "_MKETAENYLGHTAK_"
- ],
- [
- 14254,
- 2,
- 13,
- 4,
- 0.17059,
- "_IAVEAQNKYER_"
- ],
- [
- 29458,
- 2,
- 12,
- 4,
- 0.15638,
- "_EHQEMDEGSQSLEK_"
- ],
- [
- 25454,
- 2,
- 11,
- 5,
- 0.14216,
- "_AECRPAASENYMR_"
- ],
- [
- 5218,
- 4,
- 20,
- 6,
- 0.27009,
- "_APKPDGPGGGPGGSHMGGNYGDDR_"
- ],
- [
- 21181,
- 2,
- 13,
- 3,
- 0.17059,
- "_DDVAPESGDTTVKK_"
- ],
- [
- 23656,
- 2,
- 13,
- 4,
- 0.17059,
- "_DHNEEEGEETGLR_"
- ],
- [
- 2305,
- 2,
- 9,
- 2,
- 0.11373,
- "_QLEESVSEK_"
- ],
- [
- 2571,
- 2,
- 22,
- 3,
- 0.29853,
- "_GGVDHAAAFGR_"
- ],
- [
- 17166,
- 2,
- 14,
- 5,
- 0.18482,
- "_RAPSSAQYLEEK_"
- ],
- [
- 4374,
- 2,
- 12,
- 4,
- 0.15639,
- "_SHPLPETAVR_"
- ],
- [
- 24893,
- 2,
- 12,
- 4,
- 0.15639,
- "_EQGTGNSYTDTSGPK_"
- ],
- [
- 31200,
- 2,
- 10,
- 3,
- 0.12796,
- "_STGDVPHTSVTGDSGSGK_"
- ],
- [
- 9349,
- 2,
- 10,
- 5,
- 0.12796,
- "_QIAASSQDSVGR_"
- ],
- [
- 5751,
- 2,
- 18,
- 5,
- 0.24167,
- "_HSQEELLQR_"
- ],
- [
- 8451,
- 2,
- 12,
- 4,
- 0.15639,
- "_DGGFCEVCKK_"
- ],
- [
- 13586,
- 2,
- 7,
- 3,
- 0.085299,
- "_SAEELKEMQDK_"
- ],
- [
- 12229,
- 2,
- 7,
- 4,
- 0.085299,
- "_SVNSSTMVAQQK_"
- ],
- [
- 4966,
- 2,
- 30,
- 4,
- 0.41229,
- "_STTTGHLIYK_"
- ],
- [
- 2168,
- 2,
- 15,
- 5,
- 0.19904,
- "_SKGEPVISVK_"
- ],
- [
- 8373,
- 2,
- 11,
- 5,
- 0.14218,
- "_DGDTLNQHGIK_"
- ],
- [
- 4253,
- 2,
- 12,
- 3,
- 0.15639,
- "_ADILEDKDGK_"
- ],
- [
- 8303,
- 2,
- 12,
- 3,
- 0.15639,
- "_ANGHLLLNSEK_"
- ],
- [
- 10721,
- 2,
- 12,
- 4,
- 0.15639,
- "_FKDPLKDGEAK_"
- ],
- [
- 10426,
- 2,
- 10,
- 3,
- 0.12794,
- "_LMSSAEECCR_"
- ],
- [
- 39250,
- 2,
- 10,
- 4,
- 0.12794,
- "_EEEVEEEEKEEDEEK_"
- ],
- [
- 8103,
- 2,
- 10,
- 3,
- 0.12794,
- "_EEQEETSAIR_"
- ],
- [
- 1873,
- 2,
- 20,
- 5,
- 0.27009,
- "_VTNLSEDTR_"
- ],
- [
- 15417,
- 2,
- 13,
- 3,
- 0.1706,
- "_MEADPDGQQPEK_"
- ],
- [
- 3938,
- 4,
- 14,
- 6,
- 0.18482,
- "_QQQEELEAEHGTGDKPAAPR_"
- ],
- [
- 8125,
- 2,
- 8,
- 3,
- 0.099512,
- "_LSSTQQSLAEK_"
- ],
- [
- 789,
- 2,
- 15,
- 5,
- 0.19903,
- "_ELQNEVEK_"
- ],
- [
- 5585,
- 2,
- 6,
- 4,
- 0.07108,
- "_AAFVSEQQQK_"
- ],
- [
- 26011,
- 2,
- 4,
- 2,
- 0.042654,
- "_DHYIAAQVEQQHK_"
- ],
- [
- 4240,
- 2,
- 8,
- 3,
- 0.099544,
- "_GYDQSAYDGK_"
- ],
- [
- 35671,
- 2,
- 8,
- 3,
- 0.099544,
- "_EEQSGHSGEEVQLCSK_"
- ],
- [
- 20655,
- 2,
- 12,
- 3,
- 0.15642,
- "_NEYLQADEANKR_"
- ],
- [
- 10702,
- 3,
- 12,
- 3,
- 0.15642,
- "_KLDEDASPNEEKGDVPK_"
- ],
- [
- 17457,
- 2,
- 17,
- 5,
- 0.22749,
- "_SGSMDPSGAHPSVR_"
- ],
- [
- 30749,
- 2,
- 10,
- 3,
- 0.12797,
- "_SSSSSQESLNRPLSAK_"
- ],
- [
- 33179,
- 2,
- 13,
- 2,
- 0.17063,
- "_RPDPDSDEDEDYER_"
- ],
- [
- 36147,
- 2,
- 14,
- 5,
- 0.18484,
- "_DPQQPAQQQQPAQQPK_"
- ],
- [
- 3007,
- 3,
- 14,
- 2,
- 0.18484,
- "_LLAPEAGSHPQQTQK_"
- ],
- [
- 2355,
- 2,
- 15,
- 4,
- 0.19906,
- "_ETHVMDYR_"
- ],
- [
- 35518,
- 2,
- 16,
- 4,
- 0.21327,
- "_SQPDPVDTPTSSKPQSK_"
- ],
- [
- 5259,
- 3,
- 13,
- 5,
- 0.17063,
- "_SDEDKDKEGEALEVK_"
- ],
- [
- 1920,
- 2,
- 16,
- 3,
- 0.21327,
- "_KPIPLENPK_"
- ],
- [
- 11685,
- 2,
- 14,
- 4,
- 0.18484,
- "_SCYDLSCHAR_"
- ],
- [
- 516,
- 2,
- 13,
- 3,
- 0.17063,
- "_HINELSMK_"
- ],
- [
- 9718,
- 3,
- 13,
- 3,
- 0.17063,
- "_EHPDPGSKDPEEDYPK_"
- ],
- [
- 3355,
- 2,
- 11,
- 4,
- 0.14217,
- "_LHLEGQQVR_"
- ],
- [
- 3711,
- 2,
- 18,
- 3,
- 0.2417,
- "_KCAADLGLNK_"
- ],
- [
- 3167,
- 2,
- 14,
- 5,
- 0.18484,
- "_LGGSQEDQIK_"
- ],
- [
- 2710,
- 2,
- 10,
- 3,
- 0.12796,
- "_TKEELALEK_"
- ],
- [
- 15275,
- 2,
- 20,
- 6,
- 0.27012,
- "_ASNGDAWVEAHGK_"
- ],
- [
- 29599,
- 2,
- 17,
- 5,
- 0.22748,
- "_TQAYQDQKPGTSGLR_"
- ],
- [
- 11928,
- 2,
- 13,
- 5,
- 0.17063,
- "_QTTQDAPEEVR_"
- ],
- [
- 9286,
- 2,
- 17,
- 4,
- 0.22748,
- "_EEGGENLDQAR_"
- ],
- [
- 5111,
- 2,
- 13,
- 3,
- 0.17063,
- "_SFHTYDVQK_"
- ],
- [
- 20259,
- 2,
- 13,
- 3,
- 0.17063,
- "_KCEMETEYQPK_"
- ],
- [
- 22358,
- 2,
- 8,
- 3,
- 0.099528,
- "_TPMCAHCNQVIR_"
- ],
- [
- 18525,
- 3,
- 17,
- 5,
- 0.22748,
- "_SMVNTKPEKTEEDSEEVR_"
- ],
- [
- 17811,
- 2,
- 10,
- 2,
- 0.12797,
- "_VATFHDCEDAAR_"
- ],
- [
- 4006,
- 2,
- 11,
- 4,
- 0.14218,
- "_KIGDTSVSYK_"
- ],
- [
- 3681,
- 2,
- 12,
- 3,
- 0.15639,
- "_QYIATIHSR_"
- ],
- [
- 31792,
- 2,
- 9,
- 4,
- 0.11374,
- "_LVEACNDQTHNMDR_"
- ],
- [
- 9072,
- 2,
- 5,
- 2,
- 0.056876,
- "_NWASGHDLQGK_"
- ],
- [
- 26244,
- 3,
- 11,
- 5,
- 0.14218,
- "_IETDEEESCDNAHGDANQPAR_"
- ],
- [
- 23662,
- 2,
- 12,
- 4,
- 0.15639,
- "_AQGGSSDSSLALHER_"
- ],
- [
- 5387,
- 2,
- 16,
- 5,
- 0.21326,
- "_KIEQELTAAK_"
- ],
- [
- 22716,
- 2,
- 21,
- 7,
- 0.28434,
- "_SQYEQLAEQNRK_"
- ],
- [
- 21806,
- 2,
- 14,
- 5,
- 0.18484,
- "_HPSVNENFCNEK_"
- ],
- [
- 11209,
- 3,
- 15,
- 6,
- 0.19905,
- "_KWEQQLQEEQEQKR_"
- ],
- [
- 24048,
- 2,
- 14,
- 4,
- 0.18484,
- "_EVCSEQAETGPCR_"
- ],
- [
- 16232,
- 2,
- 16,
- 4,
- 0.21326,
- "_SEAIQTSHFQGR_"
- ],
- [
- 16140,
- 2,
- 13,
- 2,
- 0.1706,
- "_FFHETEAPRPK_"
- ],
- [
- 18984,
- 2,
- 10,
- 5,
- 0.12795,
- "_VAVAGCCHGELDK_"
- ],
- [
- 6421,
- 2,
- 16,
- 5,
- 0.21326,
- "_RDYDDMSPR_"
- ],
- [
- 20694,
- 2,
- 10,
- 3,
- 0.12795,
- "_VDQDDDQDSSSLK_"
- ],
- [
- 891,
- 2,
- 14,
- 4,
- 0.18481,
- "_KFLEEATR_"
- ],
- [
- 15766,
- 2,
- 10,
- 2,
- 0.12795,
- "_SITAAPAETPHEK_"
- ],
- [
- 28357,
- 2,
- 12,
- 4,
- 0.15639,
- "_SDNLSDSSHSEISSR_"
- ],
- [
- 4571,
- 2,
- 17,
- 5,
- 0.22747,
- "_DWHRPCLK_"
- ],
- [
- 10591,
- 3,
- 12,
- 4,
- 0.15639,
- "_KSSTVATLQGTPDHGDPR_"
- ],
- [
- 26984,
- 2,
- 10,
- 4,
- 0.12796,
- "_SGDFQGADRPGPEEK_"
- ],
- [
- 1999,
- 2,
- 12,
- 2,
- 0.1564,
- "_IHNADVTLR_"
- ],
- [
- 8527,
- 3,
- 12,
- 4,
- 0.1564,
- "_SNASTLESHETEEPAAK_"
- ],
- [
- 33907,
- 2,
- 12,
- 3,
- 0.1564,
- "_ACVQGECGVCHYCR_"
- ],
- [
- 26131,
- 2,
- 11,
- 4,
- 0.14217,
- "_DLESCSDDDNQGSK_"
- ],
- [
- 15667,
- 2,
- 17,
- 3,
- 0.22748,
- "_TESSSAQQVAVSR_"
- ],
- [
- 12796,
- 2,
- 7,
- 4,
- 0.085308,
- "_THLM(Oxidation (M))SESEWR_"
- ],
- [
- 6541,
- 2,
- 7,
- 3,
- 0.085308,
- "_QYTEDMDQK_"
- ],
- [
- 14757,
- 2,
- 16,
- 5,
- 0.21327,
- "_LMELHGEGSSSGK_"
- ],
- [
- 8425,
- 2,
- 19,
- 6,
- 0.25591,
- "_GKGGEIQPVSVK_"
- ],
- [
- 45790,
- 2,
- 14,
- 6,
- 0.18482,
- "_VSQGSKDPAEGDGAQPEETPR_"
- ],
- [
- 31573,
- 2,
- 9,
- 5,
- 0.11375,
- "_YVQEDSCQHGVYGR_"
- ],
- [
- 25678,
- 2,
- 18,
- 5,
- 0.24169,
- "_MMNGGHYTYSENR_"
- ],
- [
- 3201,
- 2,
- 8,
- 2,
- 0.099531,
- "_VNSLGETAER_"
- ],
- [
- 26627,
- 2,
- 8,
- 3,
- 0.099531,
- "_EDMEEDQEHTYR_"
- ],
- [
- 13103,
- 2,
- 13,
- 4,
- 0.17061,
- "_EEQPTGPPAESR_"
- ],
- [
- 5559,
- 2,
- 13,
- 3,
- 0.17061,
- "_YSYCTGEAGK_"
- ],
- [
- 6434,
- 2,
- 9,
- 2,
- 0.11374,
- "_HVAAGTAFPQR_"
- ],
- [
- 13678,
- 2,
- 10,
- 4,
- 0.12796,
- "_LECCENEVEK_"
- ],
- [
- 18742,
- 2,
- 12,
- 3,
- 0.15638,
- "_TTASTQMNVQSSR_"
- ],
- [
- 34035,
- 2,
- 8,
- 4,
- 0.099518,
- "_TALSSTESCTMKGEEK_"
- ],
- [
- 15345,
- 2,
- 9,
- 3,
- 0.11374,
- "_EIQELQSKPDR_"
- ],
- [
- 3545,
- 2,
- 11,
- 4,
- 0.14217,
- "_YCVEEEEK_"
- ],
- [
- 14938,
- 2,
- 10,
- 3,
- 0.12796,
- "_KAPIFTSEQGEK_"
- ],
- [
- 4075,
- 2,
- 12,
- 2,
- 0.15638,
- "_GHEWGVTTGR_"
- ],
- [
- 14883,
- 2,
- 10,
- 2,
- 0.12796,
- "_LVTCTGYHQVR_"
- ],
- [
- 20993,
- 2,
- 8,
- 4,
- 0.099518,
- "_KYSPGYNTEVGDK_"
- ],
- [
- 28618,
- 2,
- 12,
- 4,
- 0.15638,
- "_ELFESSTNNNKDTK_"
- ],
- [
- 10102,
- 2,
- 14,
- 5,
- 0.18482,
- "_KVVGCSCVVVK_"
- ],
- [
- 30374,
- 2,
- 13,
- 4,
- 0.17061,
- "_EQLQPHENGEGNSET_"
- ],
- [
- 16015,
- 2,
- 16,
- 6,
- 0.21324,
- "_IYEDGDDDMKR_"
- ],
- [
- 23027,
- 2,
- 17,
- 6,
- 0.22748,
- "_GEDKDEGPVAEQVK_"
- ],
- [
- 6272,
- 2,
- 13,
- 5,
- 0.17061,
- "_YDDMATCM(Oxidation (M))K_"
- ],
- [
- 18664,
- 2,
- 9,
- 2,
- 0.11373,
- "_QWHNDCFNCK_"
- ],
- [
- 3685,
- 2,
- 8,
- 2,
- 0.099519,
- "_TFNQVVKPR_"
- ],
- [
- 16693,
- 2,
- 14,
- 3,
- 0.18482,
- "_DQDELKPGPTNR_"
- ],
- [
- 5940,
- 2,
- 14,
- 5,
- 0.18482,
- "_RALELEQER_"
- ],
- [
- 1669,
- 2,
- 8,
- 3,
- 0.099519,
- "_LANQYYQK_"
- ],
- [
- 10504,
- 2,
- 14,
- 3,
- 0.18482,
- "_KVEAPETNIDK_"
- ],
- [
- 1830,
- 2,
- 15,
- 6,
- 0.19903,
- "_KLDSELTAR_"
- ],
- [
- 8499,
- 2,
- 11,
- 4,
- 0.14217,
- "_ITENYDCGTK_"
- ],
- [
- 2325,
- 2,
- 11,
- 5,
- 0.14217,
- "_IEDEECVR_"
- ],
- [
- 9352,
- 2,
- 10,
- 3,
- 0.12796,
- "_GKGEGDLSQLSK_"
- ],
- [
- 819,
- 2,
- 16,
- 4,
- 0.21325,
- "_KICAVGITK_"
- ],
- [
- 21657,
- 2,
- 10,
- 4,
- 0.12796,
- "_SEMADLQQEHQR_"
- ],
- [
- 14569,
- 2,
- 9,
- 4,
- 0.11373,
- "_CDTQSNCWEK_"
- ],
- [
- 5250,
- 2,
- 12,
- 3,
- 0.15639,
- "_KQQQILLEK_"
- ],
- [
- 35588,
- 2,
- 13,
- 6,
- 0.1706,
- "_SNASTLESHETEEPAAK_"
- ],
- [
- 26253,
- 2,
- 8,
- 2,
- 0.099519,
- "_GHQFSCVCLHGDR_"
- ],
- [
- 9249,
- 2,
- 14,
- 2,
- 0.18482,
- "_SPEQQLSATQK_"
- ],
- [
- 7176,
- 3,
- 14,
- 7,
- 0.18482,
- "_ACVQGECGVCHYCR_"
- ],
- [
- 6616,
- 2,
- 18,
- 5,
- 0.2417,
- "_VAQGVSGAVQDK_"
- ],
- [
- 6070,
- 2,
- 14,
- 5,
- 0.18487,
- "_HENYDEALR_"
- ],
- [
- 15556,
- 3,
- 11,
- 6,
- 0.14222,
- "_MRPNSNTPVNETATASDSK_"
- ],
- [
- 1530,
- 2,
- 10,
- 2,
- 0.128,
- "_KACQIFVR_"
- ],
- [
- 6743,
- 2,
- 7,
- 2,
- 0.085339,
- "_ASFTNSELHR_"
- ],
- [
- 8100,
- 2,
- 11,
- 5,
- 0.14222,
- "_DCFTCSNCK_"
- ],
- [
- 25538,
- 2,
- 7,
- 4,
- 0.085339,
- "_ASTTSLSGSDSETEGK_"
- ],
- [
- 374,
- 2,
- 12,
- 4,
- 0.15644,
- "_KTLEEAIR_"
- ],
- [
- 7463,
- 2,
- 11,
- 6,
- 0.14222,
- "_LTNSMMMHGR_"
- ],
- [
- 1437,
- 3,
- 15,
- 5,
- 0.19909,
- "_QAGEVTFADAHRPK_"
- ],
- [
- 2879,
- 3,
- 13,
- 5,
- 0.17066,
- "_RPESFTTPEGPKPR_"
- ],
- [
- 31752,
- 2,
- 9,
- 4,
- 0.11379,
- "_MVPSAAASQNPESEKR_"
- ],
- [
- 20230,
- 2,
- 19,
- 3,
- 0.25596,
- "_KAEGEPQEESPLK_"
- ],
- [
- 13636,
- 2,
- 14,
- 4,
- 0.18487,
- "_MGYNACTLHGGK_"
- ],
- [
- 23966,
- 2,
- 10,
- 3,
- 0.128,
- "_QGAPGQHSGFEYSR_"
- ],
- [
- 18360,
- 2,
- 13,
- 4,
- 0.17066,
- "_CNAAFGAHDFHR_"
- ],
- [
- 22182,
- 2,
- 15,
- 6,
- 0.19909,
- "_SQYEVMAEQNRK_"
- ],
- [
- 12324,
- 2,
- 12,
- 4,
- 0.15644,
- "_SAVLHEGEGNIR_"
- ],
- [
- 22773,
- 3,
- 15,
- 5,
- 0.19909,
- "_EGKPEIEGKPESEGEPGSETR_"
- ],
- [
- 13989,
- 2,
- 8,
- 3,
- 0.099547,
- "_GTESHLSELNTK_"
- ],
- [
- 8983,
- 2,
- 12,
- 2,
- 0.15644,
- "_SQQQPTPVTPK_"
- ],
- [
- 1414,
- 2,
- 7,
- 4,
- 0.085337,
- "_MYTSCVEK_"
- ],
- [
- 3698,
- 2,
- 11,
- 2,
- 0.14221,
- "_ESLETPSNGR_"
- ],
- [
- 21908,
- 2,
- 11,
- 3,
- 0.14221,
- "_TAQGLPGTSNSNSSR_"
- ],
- [
- 23071,
- 2,
- 6,
- 4,
- 0.071126,
- "_GKVEQLSPEEEEK_"
- ],
- [
- 7935,
- 2,
- 9,
- 3,
- 0.11376,
- "_KEQELTQAIK_"
- ],
- [
- 11413,
- 2,
- 11,
- 2,
- 0.14221,
- "_QPVAGSEGAQYR_"
- ],
- [
- 6979,
- 2,
- 10,
- 2,
- 0.128,
- "_IGAEVYHHLK_"
- ],
- [
- 26987,
- 2,
- 9,
- 3,
- 0.11376,
- "_HQEGEIFDTEKEK_"
- ],
- [
- 1188,
- 2,
- 15,
- 5,
- 0.19908,
- "_IRDWYQK_"
- ],
- [
- 6493,
- 3,
- 13,
- 2,
- 0.17065,
- "_IGSTENISNTKEPSEK_"
- ],
- [
- 8367,
- 2,
- 13,
- 3,
- 0.17065,
- "_EKEMQEFTR_"
- ],
- [
- 21451,
- 2,
- 18,
- 4,
- 0.24173,
- "_AKESWEMNSEEK_"
- ],
- [
- 20023,
- 3,
- 18,
- 7,
- 0.24173,
- "_VSQGSKDPAEGDGAQPEETPR_"
- ],
- [
- 17197,
- 2,
- 13,
- 5,
- 0.17065,
- "_ETVEEQASTTER_"
- ],
- [
- 1332,
- 4,
- 14,
- 6,
- 0.18487,
- "_LHPDKNPNNPNAHGDFLK_"
- ],
- [
- 10639,
- 3,
- 12,
- 4,
- 0.15644,
- "_GYTSDSEVYTDHGRPGK_"
- ],
- [
- 9795,
- 2,
- 20,
- 5,
- 0.27015,
- "_AAPGAEFAPNKR_"
- ],
- [
- 2154,
- 2,
- 22,
- 2,
- 0.2986,
- "_QLTPPEGSSK_"
- ],
- [
- 25239,
- 2,
- 28,
- 5,
- 0.38388,
- "_SGGGGGGGGCGGGGGVSSLR_"
- ],
- [
- 5446,
- 2,
- 15,
- 3,
- 0.19908,
- "_NGYDYGQCR_"
- ],
- [
- 26092,
- 2,
- 8,
- 3,
- 0.099548,
- "_TSSTSSSVNSQTLNR_"
- ],
- [
- 9768,
- 3,
- 17,
- 5,
- 0.22751,
- "_EEILANGGSLSHHHGVGK_"
- ],
- [
- 2283,
- 2,
- 7,
- 5,
- 0.085336,
- "_EGEQDAASLK_"
- ],
- [
- 24778,
- 2,
- 11,
- 4,
- 0.14221,
- "_QGGVQPQAGDGAQTPK_"
- ],
- [
- 7663,
- 2,
- 8,
- 4,
- 0.099548,
- "_AVAILCNHQR_"
- ],
- [
- 19733,
- 3,
- 11,
- 5,
- 0.14221,
- "_GEGTEQEPSTTPEADDDGRR_"
- ],
- [
- 2959,
- 2,
- 11,
- 4,
- 0.14221,
- "_VNIKPQVDR_"
- ],
- [
- 11923,
- 2,
- 11,
- 4,
- 0.14221,
- "_QENNHLMEMK_"
- ],
- [
- 6599,
- 2,
- 16,
- 5,
- 0.21329,
- "_GAEDDRGPWR_"
- ],
- [
- 2164,
- 2,
- 10,
- 3,
- 0.12797,
- "_QITAQQINK_"
- ],
- [
- 4601,
- 2,
- 13,
- 3,
- 0.17065,
- "_LYCNVDSNK_"
- ],
- [
- 15879,
- 2,
- 16,
- 5,
- 0.21329,
- "_ELQSVKPQEAPK_"
- ],
- [
- 17609,
- 2,
- 15,
- 2,
- 0.19908,
- "_VTSSEPPNPASSSK_"
- ],
- [
- 38236,
- 2,
- 15,
- 5,
- 0.19908,
- "_LGTNQENQQPNQQPPGK_"
- ],
- [
- 10471,
- 2,
- 14,
- 4,
- 0.18486,
- "_CGEDNDGYSVK_"
- ],
- [
- 10836,
- 2,
- 14,
- 4,
- 0.18486,
- "_YLSSANPNDNR_"
- ],
- [
- 21363,
- 2,
- 15,
- 2,
- 0.19908,
- "_VETQFQNGHYDK_"
- ],
- [
- 300,
- 2,
- 13,
- 3,
- 0.17065,
- "_VHEEVVLK_"
- ],
- [
- 38083,
- 2,
- 7,
- 4,
- 0.085343,
- "_SYSSSSDASSDQSCYSR_"
- ],
- [
- 573,
- 2,
- 12,
- 2,
- 0.15644,
- "_HFGGEMAVK_"
- ],
- [
- 11127,
- 2,
- 14,
- 4,
- 0.18487,
- "_GMQLMHANAQR_"
- ],
- [
- 21449,
- 2,
- 12,
- 2,
- 0.15644,
- "_ETEGTVTCTGAEGR_"
- ],
- [
- 7195,
- 2,
- 25,
- 6,
- 0.34126,
- "_HQGVMVGMGQK_"
- ],
- [
- 3109,
- 2,
- 11,
- 4,
- 0.1422,
- "_KASQLVGIEK_"
- ],
- [
- 13648,
- 2,
- 14,
- 5,
- 0.18487,
- "_ASSTSLTSTQPTK_"
- ],
- [
- 5233,
- 2,
- 9,
- 3,
- 0.11377,
- "_SPAAFHEQIK_"
- ],
- [
- 5019,
- 2,
- 10,
- 5,
- 0.12799,
- "_HMQLYCDR_"
- ],
- [
- 9779,
- 2,
- 13,
- 4,
- 0.17065,
- "_MQTYQDAESR_"
- ],
- [
- 811,
- 2,
- 11,
- 2,
- 0.1422,
- "_DRIESLEK_"
- ],
- [
- 2788,
- 2,
- 16,
- 4,
- 0.21331,
- "_VQAGAYPTEK_"
- ],
- [
- 10746,
- 2,
- 14,
- 2,
- 0.18487,
- "_GFAAMEETHQK_"
- ],
- [
- 6822,
- 2,
- 16,
- 4,
- 0.21331,
- "_SGGVGGSNTNWK_"
- ],
- [
- 12122,
- 3,
- 13,
- 6,
- 0.17065,
- "_EGYVSHHNTPAQSFANR_"
- ],
- [
- 9398,
- 2,
- 9,
- 3,
- 0.11378,
- "_TVIDSQTHYR_"
- ],
- [
- 8954,
- 3,
- 13,
- 2,
- 0.17065,
- "_TRPESICSVTPSTHDK_"
- ],
- [
- 4946,
- 2,
- 14,
- 4,
- 0.18486,
- "_YDDMAACM(Oxidation (M))K_"
- ],
- [
- 20950,
- 2,
- 11,
- 6,
- 0.1422,
- "_VQAQAEQGQQELK_"
- ],
- [
- 14231,
- 2,
- 18,
- 6,
- 0.24173,
- "_YTQSNSVCYAK_"
- ],
- [
- 24060,
- 2,
- 13,
- 2,
- 0.17065,
- "_NYLNQHIEHVQK_"
- ],
- [
- 29800,
- 2,
- 15,
- 5,
- 0.19909,
- "_EECDKYALQSQQR_"
- ],
- [
- 8856,
- 3,
- 13,
- 5,
- 0.17065,
- "_KEGSDGPLATSKPVPAEK_"
- ],
- [
- 14867,
- 2,
- 14,
- 4,
- 0.18486,
- "_GGGEQETQELASK_"
- ],
- [
- 5563,
- 2,
- 8,
- 4,
- 0.099556,
- "_SYSTTYEER_"
- ],
- [
- 22603,
- 2,
- 9,
- 3,
- 0.11378,
- "_LESGM(Oxidation (M))QNMSIHTK_"
- ],
- [
- 18578,
- 2,
- 14,
- 2,
- 0.18486,
- "_EQPEMEDANSEK_"
- ],
- [
- 12504,
- 2,
- 14,
- 2,
- 0.18486,
- "_TRPDGNCFYR_"
- ],
- [
- 16020,
- 2,
- 10,
- 5,
- 0.12799,
- "_ELDEEHSQELK_"
- ],
- [
- 16222,
- 2,
- 12,
- 5,
- 0.15642,
- "_ERPGLGSENMDR_"
- ],
- [
- 4155,
- 2,
- 16,
- 4,
- 0.2133,
- "_MGAGLGHGMDR_"
- ],
- [
- 1597,
- 2,
- 8,
- 2,
- 0.09956,
- "_QYTESQLR_"
- ],
- [
- 2107,
- 3,
- 15,
- 5,
- 0.19908,
- "_KQLAVAEGKPPEAPK_"
- ],
- [
- 2520,
- 2,
- 11,
- 3,
- 0.1422,
- "_RLPNGTELR_"
- ],
- [
- 13599,
- 3,
- 7,
- 2,
- 0.085345,
- "_INATSHVIQHPMYGAGHK_"
- ],
- [
- 6218,
- 2,
- 10,
- 2,
- 0.12799,
- "_GCQVTSEQIK_"
- ],
- [
- 40791,
- 2,
- 9,
- 5,
- 0.11377,
- "_VM(Oxidation (M))QQQQQTTQQQLPQK_"
- ],
- [
- 29419,
- 2,
- 9,
- 3,
- 0.11377,
- "_SSSSSSSNHSDNFFR_"
- ],
- [
- 14721,
- 2,
- 10,
- 4,
- 0.12799,
- "_KPVEELTEEEK_"
- ],
- [
- 19846,
- 2,
- 19,
- 5,
- 0.25594,
- "_IFSGSSHQDLSQK_"
- ],
- [
- 875,
- 2,
- 12,
- 3,
- 0.15642,
- "_LKEVFQTK_"
- ],
- [
- 5752,
- 2,
- 12,
- 4,
- 0.15642,
- "_LGVIEDHSNR_"
- ],
- [
- 3546,
- 4,
- 10,
- 4,
- 0.12799,
- "_FASDDEHDEHDENGATGPVK_"
- ],
- [
- 21233,
- 2,
- 10,
- 2,
- 0.12799,
- "_AGAVQNTNDSSALSK_"
- ],
- [
- 9841,
- 2,
- 13,
- 4,
- 0.17063,
- "_QIQQLESNNR_"
- ],
- [
- 2926,
- 2,
- 9,
- 3,
- 0.11378,
- "_YTTTQQVVK_"
- ],
- [
- 47897,
- 2,
- 12,
- 4,
- 0.15642,
- "_SEENEEPMETDQNAKEEEK_"
- ],
- [
- 31243,
- 2,
- 12,
- 5,
- 0.15642,
- "_YSEKEDKYEEEIK_"
- ],
- [
- 15654,
- 2,
- 11,
- 4,
- 0.14221,
- "_EVENSEDPKFR_"
- ],
- [
- 11696,
- 2,
- 18,
- 4,
- 0.24173,
- "_LHGLDEEAEQK_"
- ],
- [
- 40618,
- 2,
- 8,
- 4,
- 0.099562,
- "_DHGSSSTSELATASSGENSK_"
- ],
- [
- 25325,
- 2,
- 16,
- 5,
- 0.21329,
- "_SAEIDSDDTGGSAAQK_"
- ],
- [
- 1085,
- 2,
- 20,
- 5,
- 0.27016,
- "_SEITELRR_"
- ],
- [
- 12182,
- 2,
- 13,
- 2,
- 0.17063,
- "_AAEHEVPLQER_"
- ],
- [
- 5406,
- 2,
- 16,
- 3,
- 0.21329,
- "_HNMGSFPEGR_"
- ],
- [
- 15072,
- 2,
- 14,
- 5,
- 0.18484,
- "_YHTESLQNMSK_"
- ],
- [
- 3446,
- 2,
- 12,
- 3,
- 0.15642,
- "_GICECGVCK_"
- ],
- [
- 7782,
- 2,
- 13,
- 4,
- 0.17063,
- "_AREESWGPPR_"
- ],
- [
- 7204,
- 2,
- 13,
- 3,
- 0.17063,
- "_TSTAPAASPNVR_"
- ],
- [
- 15978,
- 2,
- 15,
- 5,
- 0.19905,
- "_LGASNSPGQPNSVK_"
- ],
- [
- 7345,
- 2,
- 15,
- 3,
- 0.19905,
- "_GSSSANPVNSVR_"
- ],
- [
- 5041,
- 2,
- 15,
- 4,
- 0.19905,
- "_NVAEALGHSPK_"
- ],
- [
- 31112,
- 3,
- 11,
- 6,
- 0.1422,
- "_GTVMVGKPSSHSQYTSSGSVSSSGSK_"
- ],
- [
- 5933,
- 2,
- 14,
- 3,
- 0.18485,
- "_IQAGEVSQPSK_"
- ],
- [
- 18280,
- 2,
- 8,
- 2,
- 0.099507,
- "_ENNYLNQHVNR_"
- ],
- [
- 6359,
- 2,
- 15,
- 5,
- 0.19905,
- "_QQLVASHLEK_"
- ],
- [
- 13705,
- 2,
- 11,
- 2,
- 0.1422,
- "_QIHNFSHLVSK_"
- ],
- [
- 18624,
- 4,
- 18,
- 7,
- 0.24173,
- "_VIQWCTHHKDDPPPPEDDENKEK_"
- ],
- [
- 10144,
- 2,
- 10,
- 4,
- 0.12799,
- "_VTSGVKPASFDK_"
- ],
- [
- 14542,
- 2,
- 15,
- 4,
- 0.19905,
- "_EKGPTPEEAIQK_"
- ],
- [
- 7205,
- 2,
- 13,
- 5,
- 0.17063,
- "_EVADEVTRPR_"
- ],
- [
- 20261,
- 2,
- 16,
- 5,
- 0.21326,
- "_DGETPDPEDPSRK_"
- ],
- [
- 24809,
- 2,
- 11,
- 5,
- 0.1422,
- "_NGLVNSEVHNEDGR_"
- ],
- [
- 3558,
- 2,
- 13,
- 4,
- 0.17063,
- "_LQNALNEQR_"
- ],
- [
- 4781,
- 2,
- 13,
- 5,
- 0.17063,
- "_DLYEPTHGGK_"
- ],
- [
- 27408,
- 2,
- 13,
- 5,
- 0.17063,
- "_SLVTEAENSQHQQK_"
- ],
- [
- 6275,
- 2,
- 11,
- 2,
- 0.1422,
- "_TPEEYPESAK_"
- ],
- [
- 7743,
- 2,
- 10,
- 2,
- 0.12799,
- "_HSSALGGASLGAR_"
- ],
- [
- 7336,
- 2,
- 14,
- 3,
- 0.18484,
- "_GADDDRPSWR_"
- ],
- [
- 20747,
- 3,
- 12,
- 5,
- 0.15641,
- "_LYAHVYGNGQSEKPDENEK_"
- ],
- [
- 23486,
- 3,
- 14,
- 6,
- 0.18484,
- "_SEENEEPMETDQNAKEEEK_"
- ],
- [
- 3439,
- 4,
- 9,
- 2,
- 0.11372,
- "_RIEHPTAGNTEAWEDTHAK_"
- ],
- [
- 5527,
- 2,
- 14,
- 3,
- 0.18484,
- "_LQDEIQNM(Oxidation (M))K_"
- ],
- [
- 9943,
- 2,
- 8,
- 2,
- 0.099505,
- "_TEVSQWEKPK_"
- ],
- [
- 5544,
- 2,
- 15,
- 4,
- 0.19906,
- "_AQHPNIVTVR_"
- ],
- [
- 14022,
- 2,
- 15,
- 3,
- 0.19906,
- "_KPALQSSVVATSK_"
- ],
- [
- 9648,
- 2,
- 21,
- 3,
- 0.28437,
- "_HAEATLGSGNLR_"
- ],
- [
- 6518,
- 2,
- 11,
- 4,
- 0.1422,
- "_KSLDQDPVVR_"
- ],
- [
- 18088,
- 2,
- 15,
- 7,
- 0.19906,
- "_LESCGVTSDNCR_"
- ],
- [
- 419,
- 2,
- 14,
- 4,
- 0.18484,
- "_VRDVFEAK_"
- ],
- [
- 8548,
- 2,
- 14,
- 4,
- 0.1849,
- "_YKTQYEELK_"
- ],
- [
- 1510,
- 3,
- 18,
- 4,
- 0.24177,
- "_KTANDMIHAENMR_"
- ],
- [
- 858,
- 2,
- 19,
- 9,
- 0.25599,
- "_QIDNPDYK_"
- ],
- [
- 20496,
- 3,
- 14,
- 6,
- 0.1849,
- "_FASDDEHDEHDENGATGPVK_"
- ],
- [
- 11346,
- 2,
- 16,
- 5,
- 0.21332,
- "_SGAEVEAGDAAER_"
- ],
- [
- 5097,
- 3,
- 10,
- 2,
- 0.12799,
- "_EADHQPPGHCTLPVK_"
- ],
- [
- 8650,
- 2,
- 17,
- 7,
- 0.22753,
- "_VAVTEGCQPSR_"
- ],
- [
- 7059,
- 2,
- 14,
- 5,
- 0.19911,
- "_VGEEDDGEYR_"
- ],
- [
- 2950,
- 2,
- 10,
- 5,
- 0.12799,
- "_LAQALHEMR_"
- ],
- [
- 16887,
- 3,
- 11,
- 5,
- 0.14225,
- "_KYDDDISPSEDKDTDSTK_"
- ],
- [
- 6649,
- 2,
- 11,
- 2,
- 0.14225,
- "_GDDSFGDKYR_"
- ],
- [
- 14092,
- 2,
- 16,
- 3,
- 0.21332,
- "_DENKVDGMNAPK_"
- ],
- [
- 35292,
- 2,
- 11,
- 2,
- 0.14225,
- "_KSYLSGGAGAAGGGGADPGNK_"
- ],
- [
- 17308,
- 2,
- 11,
- 4,
- 0.14225,
- "_TVAATNMNETSSR_"
- ],
- [
- 2537,
- 2,
- 13,
- 3,
- 0.17068,
- "_YSEGYPGQR_"
- ],
- [
- 20983,
- 2,
- 11,
- 3,
- 0.1422,
- "_FVNDYDKDNDGR_"
- ],
- [
- 5876,
- 2,
- 10,
- 5,
- 0.12799,
- "_VYQETSEMR_"
- ],
- [
- 1492,
- 2,
- 13,
- 4,
- 0.17068,
- "_ELQEQMSR_"
- ],
- [
- 31118,
- 2,
- 15,
- 2,
- 0.19911,
- "_AEEDPEAADSGEPQNK_"
- ],
- [
- 19555,
- 2,
- 14,
- 5,
- 0.18489,
- "_QLQSEQPQTAAAR_"
- ],
- [
- 10828,
- 2,
- 18,
- 4,
- 0.24175,
- "_SSQGTSYDSYR_"
- ],
- [
- 22478,
- 2,
- 13,
- 4,
- 0.17068,
- "_STVASSEAKPAATIR_"
- ],
- [
- 5373,
- 2,
- 12,
- 3,
- 0.15647,
- "_TWEVENPKK_"
- ],
- [
- 10494,
- 2,
- 10,
- 2,
- 0.12799,
- "_EDKAPQVDVDK_"
- ],
- [
- 9222,
- 2,
- 11,
- 4,
- 0.1422,
- "_GIPHLVTHDAR_"
- ],
- [
- 7525,
- 2,
- 18,
- 5,
- 0.24175,
- "_PATLTTTSATSK_"
- ],
- [
- 17190,
- 2,
- 9,
- 3,
- 0.11378,
- "_SM(Oxidation (M))ENYYQESGR_"
- ],
- [
- 11098,
- 2,
- 10,
- 4,
- 0.12799,
- "_KAVDALLTHCK_"
- ],
- [
- 25287,
- 2,
- 12,
- 3,
- 0.15641,
- "_TASDQESGDEELNR_"
- ],
- [
- 703,
- 2,
- 13,
- 5,
- 0.17068,
- "_IDDIVSGHK_"
- ],
- [
- 4356,
- 2,
- 12,
- 4,
- 0.15641,
- "_GQHFYAVER_"
- ],
- [
- 21119,
- 2,
- 12,
- 3,
- 0.15641,
- "_ENSTLDVECHEK_"
- ],
- [
- 17605,
- 2,
- 14,
- 6,
- 0.18489,
- "_SYCNDQSTGDIK_"
- ],
- [
- 24155,
- 2,
- 12,
- 4,
- 0.15641,
- "_TVQQHQMVNQALK_"
- ],
- [
- 12465,
- 2,
- 6,
- 2,
- 0.071116,
- "_VLETQEQQGPR_"
- ],
- [
- 24360,
- 2,
- 11,
- 2,
- 0.1422,
- "_NECGQLGLGHTESK_"
- ],
- [
- 18920,
- 2,
- 12,
- 4,
- 0.15641,
- "_TIIQNPTDQQKK_"
- ],
- [
- 784,
- 3,
- 24,
- 7,
- 0.32707,
- "_KEAPPMEKPEVVK_"
- ],
- [
- 22755,
- 2,
- 21,
- 6,
- 0.28441,
- "_MFGGPGTASRPSSSR_"
- ],
- [
- 25916,
- 2,
- 19,
- 4,
- 0.25596,
- "_TTASEPVEQSEATSK_"
- ],
- [
- 4290,
- 2,
- 8,
- 2,
- 0.099546,
- "_SHASGTYLIR_"
- ],
- [
- 34933,
- 2,
- 9,
- 2,
- 0.11376,
- "_ETENNQMTSESGATAGR_"
- ],
- [
- 44045,
- 2,
- 10,
- 4,
- 0.12799,
- "_ETEEQDSDSAEQGDPAGEGK_"
- ],
- [
- 37848,
- 2,
- 17,
- 6,
- 0.22753,
- "_KQEEFDVANNGSSQANK_"
- ],
- [
- 5412,
- 2,
- 11,
- 3,
- 0.1422,
- "_GIHNSIGDYR_"
- ],
- [
- 22552,
- 2,
- 16,
- 5,
- 0.21332,
- "_EGGDGEEQDVGDAGR_"
- ],
- [
- 1866,
- 2,
- 16,
- 3,
- 0.21332,
- "_CATITPDEK_"
- ],
- [
- 16247,
- 2,
- 15,
- 3,
- 0.1991,
- "_LKGELESSDQVR_"
- ],
- [
- 31156,
- 2,
- 15,
- 2,
- 0.1991,
- "_AVETVHNLCCNENK_"
- ],
- [
- 25492,
- 2,
- 15,
- 5,
- 0.1991,
- "_DREEDEEDAYER_"
- ],
- [
- 8062,
- 2,
- 15,
- 2,
- 0.1991,
- "_QNFEDLHCK_"
- ],
- [
- 12397,
- 2,
- 15,
- 4,
- 0.1991,
- "_LESENDEYER_"
- ],
- [
- 21338,
- 2,
- 14,
- 4,
- 0.18489,
- "_LDPHNHVLYSNR_"
- ],
- [
- 35177,
- 2,
- 11,
- 4,
- 0.1422,
- "_KGNPDSVSNTPEMEQR_"
- ],
- [
- 19422,
- 2,
- 11,
- 3,
- 0.1422,
- "_GAAVNGPVSHSSLTK_"
- ],
- [
- 6705,
- 2,
- 12,
- 4,
- 0.15645,
- "_HLTYENVER_"
- ],
- [
- 13278,
- 2,
- 12,
- 5,
- 0.15645,
- "_NSPQEEVELKK_"
- ],
- [
- 8291,
- 2,
- 10,
- 2,
- 0.14224,
- "_EVADSYAQNAK_"
- ],
- [
- 27038,
- 2,
- 11,
- 2,
- 0.14224,
- "_LEQIDGHIAEHNSK_"
- ],
- [
- 22262,
- 2,
- 11,
- 3,
- 0.14224,
- "_SRDDLYDQDDSR_"
- ],
- [
- 29711,
- 3,
- 10,
- 6,
- 0.12801,
- "_ISGSGSNSDMMENSKEEGTSSSEK_"
- ],
- [
- 33188,
- 2,
- 12,
- 4,
- 0.15645,
- "_TLSTSDDVEDRENEK_"
- ],
- [
- 24176,
- 2,
- 13,
- 4,
- 0.17066,
- "_GRYEITAEDSQEK_"
- ],
- [
- 21882,
- 3,
- 12,
- 2,
- 0.15645,
- "_KEEEEEEEEYDEGSNLKK_"
- ],
- [
- 9386,
- 2,
- 14,
- 4,
- 0.18493,
- "_NGYEYEESTK_"
- ],
- [
- 10628,
- 2,
- 15,
- 2,
- 0.19914,
- "_EAGLVAQHPPAR_"
- ],
- [
- 9019,
- 2,
- 19,
- 4,
- 0.256,
- "_WNSLPSENHK_"
- ],
- [
- 15241,
- 2,
- 13,
- 4,
- 0.17066,
- "_SLEAQADKYSTK_"
- ],
- [
- 20908,
- 2,
- 14,
- 4,
- 0.18493,
- "_ALAAPAAEEKEEAR_"
- ],
- [
- 5214,
- 3,
- 23,
- 7,
- 0.31288,
- "_YSEKEDKYEEEIK_"
- ],
- [
- 6345,
- 2,
- 14,
- 4,
- 0.18493,
- "_ALQGDYDQSR_"
- ],
- [
- 10656,
- 2,
- 16,
- 4,
- 0.21335,
- "_MQEQQADLQR_"
- ],
- [
- 9456,
- 3,
- 21,
- 7,
- 0.28442,
- "_KFDPMGQQTCSAHPAR_"
- ],
- [
- 29084,
- 3,
- 11,
- 5,
- 0.14222,
- "_DTTSDKDDSLGSQQTNEQCAQK_"
- ],
- [
- 14443,
- 2,
- 11,
- 4,
- 0.14222,
- "_ELQHAALGGTATR_"
- ],
- [
- 8691,
- 2,
- 14,
- 5,
- 0.18487,
- "_EYTEYNEEK_"
- ],
- [
- 29985,
- 2,
- 13,
- 5,
- 0.17066,
- "_SIEEQQKPLTDSQR_"
- ],
- [
- 21046,
- 2,
- 12,
- 4,
- 0.15645,
- "_SREDLSAQPVQTK_"
- ],
- [
- 28268,
- 2,
- 19,
- 6,
- 0.256,
- "_QEEENPAEETGEEK_"
- ],
- [
- 10050,
- 3,
- 13,
- 3,
- 0.17066,
- "_GIRPAPGYPSQPDHTEK_"
- ],
- [
- 27750,
- 2,
- 13,
- 4,
- 0.17066,
- "_CVACETPKPGTCVK_"
- ],
- [
- 16539,
- 2,
- 13,
- 4,
- 0.17066,
- "_SVSGTDVQEECR_"
- ],
- [
- 8849,
- 2,
- 10,
- 3,
- 0.12801,
- "_KVDNDYNALR_"
- ],
- [
- 2977,
- 2,
- 14,
- 2,
- 0.18487,
- "_HLLNGDNMR_"
- ],
- [
- 4416,
- 3,
- 14,
- 3,
- 0.18487,
- "_FRPLNESEVNRGDK_"
- ],
- [
- 36368,
- 2,
- 10,
- 4,
- 0.12801,
- "_YFDGSGGNNHAVEHYR_"
- ],
- [
- 34302,
- 2,
- 8,
- 4,
- 0.099579,
- "_RSWGQQAQEYQEQK_"
- ],
- [
- 27654,
- 2,
- 8,
- 2,
- 0.099579,
- "_CLEEHYGTSPGQAR_"
- ],
- [
- 22288,
- 3,
- 13,
- 5,
- 0.17066,
- "_SDAPDSTGDQPGLHQDNSSNGK_"
- ],
- [
- 7177,
- 3,
- 16,
- 5,
- 0.21336,
- "_AGYSTDESSSSSLHATR_"
- ],
- [
- 18705,
- 2,
- 12,
- 2,
- 0.15643,
- "_TVAATNMNEESSR_"
- ],
- [
- 1652,
- 2,
- 12,
- 4,
- 0.15643,
- "_RGEVPAELR_"
- ],
- [
- 7142,
- 3,
- 10,
- 2,
- 0.12801,
- "_RGPSEETGGAVFDHPAK_"
- ],
- [
- 5044,
- 2,
- 11,
- 3,
- 0.14222,
- "_LHNQLQELK_"
- ],
- [
- 37492,
- 2,
- 11,
- 3,
- 0.14222,
- "_CSHCQEAGATLGCYNK_"
- ],
- [
- 18189,
- 3,
- 9,
- 4,
- 0.11379,
- "_MSQCTSSTIPSSSQEKDPK_"
- ],
- [
- 185,
- 2,
- 20,
- 5,
- 0.27021,
- "_GLVLDHGAR_"
- ],
- [
- 4350,
- 2,
- 8,
- 4,
- 0.099578,
- "_FNDPNDPCK_"
- ],
- [
- 2251,
- 2,
- 13,
- 2,
- 0.17066,
- "_FSNAEPEPR_"
- ],
- [
- 18486,
- 2,
- 19,
- 4,
- 0.256,
- "_EGSTQQLQTTSPK_"
- ],
- [
- 26994,
- 2,
- 12,
- 5,
- 0.15643,
- "_TVAQSQQLETNSQR_"
- ],
- [
- 11389,
- 3,
- 11,
- 4,
- 0.14222,
- "_DKGDEEEEGEEKLEEK_"
- ],
- [
- 6067,
- 2,
- 15,
- 4,
- 0.19908,
- "_HYYNCDFK_"
- ],
- [
- 3952,
- 2,
- 19,
- 3,
- 0.256,
- "_TAQEVETYR_"
- ],
- [
- 33916,
- 2,
- 14,
- 5,
- 0.18487,
- "_AGYSTDESSSSSLHATR_"
- ],
- [
- 1308,
- 2,
- 17,
- 3,
- 0.22757,
- "_HVDSEGEIK_"
- ],
- [
- 7241,
- 3,
- 15,
- 2,
- 0.19908,
- "_GTPGPPPAHGAALQPHPR_"
- ],
- [
- 21313,
- 3,
- 14,
- 3,
- 0.18487,
- "_RPSQEQSASASSGQPQAPLNR_"
- ],
- [
- 4989,
- 2,
- 16,
- 4,
- 0.21329,
- "_MEGGTENDLR_"
- ],
- [
- 383,
- 2,
- 11,
- 3,
- 0.14222,
- "_YIKDYMK_"
- ],
- [
- 19106,
- 2,
- 15,
- 5,
- 0.19908,
- "_IISSIEQKEENK_"
- ],
- [
- 1040,
- 2,
- 10,
- 2,
- 0.128,
- "_AELYQHLK_"
- ],
- [
- 8392,
- 2,
- 13,
- 4,
- 0.17064,
- "_EKPQTLPSAVK_"
- ],
- [
- 11229,
- 2,
- 9,
- 3,
- 0.11379,
- "_KIGACELNEPK_"
- ],
- [
- 1271,
- 2,
- 18,
- 5,
- 0.24178,
- "_IHPVSTMVK_"
- ],
- [
- 691,
- 2,
- 5,
- 2,
- 0.056884,
- "_LLQCLHAK_"
- ],
- [
- 6035,
- 2,
- 15,
- 5,
- 0.19908,
- "_ETPDKVELSK_"
- ],
- [
- 28488,
- 2,
- 13,
- 5,
- 0.17064,
- "_ETQIITGSDESCRK_"
- ],
- [
- 24599,
- 2,
- 11,
- 3,
- 0.14222,
- "_YSGCGGNENNFTSK_"
- ],
- [
- 6635,
- 3,
- 19,
- 3,
- 0.256,
- "_TLSTSDDVEDRENEK_"
- ],
- [
- 14675,
- 2,
- 13,
- 5,
- 0.17065,
- "_TEELKPQVEEK_"
- ],
- [
- 16749,
- 2,
- 17,
- 3,
- 0.22752,
- "_PGPTPSGTNVGSSGR_"
- ],
- [
- 18477,
- 2,
- 13,
- 5,
- 0.17065,
- "_ENCELSDHCIK_"
- ],
- [
- 535,
- 2,
- 17,
- 5,
- 0.22752,
- "_IGKPAPDFK_"
- ],
- [
- 14310,
- 3,
- 10,
- 4,
- 0.12801,
- "_GKEDISQNKDESSLSMSK_"
- ],
- [
- 18506,
- 3,
- 10,
- 4,
- 0.12801,
- "_ESCQSTVHQQDETTIDTK_"
- ],
- [
- 14294,
- 2,
- 9,
- 3,
- 0.1138,
- "_ELLGEYVGQEGK_"
- ],
- [
- 11817,
- 4,
- 8,
- 2,
- 0.09953,
- "_QQNQEITDQLEEEKKECHQK_"
- ],
- [
- 4924,
- 2,
- 12,
- 3,
- 0.15644,
- "_NIHINPHFK_"
- ],
- [
- 29038,
- 2,
- 11,
- 2,
- 0.14222,
- "_NNNSQQDIDSENMK_"
- ],
- [
- 854,
- 2,
- 11,
- 2,
- 0.14222,
- "_LSALHPPEK_"
- ],
- [
- 13005,
- 3,
- 14,
- 5,
- 0.18487,
- "_ELVSSSSSGSDSDSEVDKK_"
- ],
- [
- 13505,
- 3,
- 14,
- 3,
- 0.18487,
- "_KQNADPQAVTMPATETKK_"
- ],
- [
- 1426,
- 2,
- 22,
- 3,
- 0.29864,
- "_EKIETELR_"
- ],
- [
- 610,
- 3,
- 22,
- 5,
- 0.29864,
- "_LDPHNHVLYSNR_"
- ],
- [
- 6074,
- 2,
- 15,
- 5,
- 0.19909,
- "_VQESADELQK_"
- ],
- [
- 559,
- 2,
- 5,
- 2,
- 0.056871,
- "_MENDLPQK_"
- ],
- [
- 43232,
- 2,
- 13,
- 7,
- 0.17067,
- "_ENCMYQACPTQDCNKK_"
- ],
- [
- 15061,
- 2,
- 16,
- 6,
- 0.21332,
- "_CDSSPDSAEDVR_"
- ],
- [
- 16132,
- 2,
- 16,
- 5,
- 0.21332,
- "_YSGSEGSTQTLTK_"
- ],
- [
- 11074,
- 2,
- 16,
- 4,
- 0.21332,
- "_LEDNPSSGSPPR_"
- ],
- [
- 30774,
- 2,
- 12,
- 6,
- 0.15645,
- "_LCNNQEENDAVSSAK_"
- ],
- [
- 3750,
- 3,
- 13,
- 4,
- 0.17067,
- "_LQICTQHHTEAIGK_"
- ],
- [
- 20268,
- 2,
- 11,
- 5,
- 0.14224,
- "_AGQSAAGAAPGGGVDTR_"
- ],
- [
- 26085,
- 2,
- 11,
- 3,
- 0.14224,
- "_TSTTSSM(Oxidation (M))VASAEQPR_"
- ],
- [
- 8612,
- 2,
- 14,
- 3,
- 0.18488,
- "_IRDIDAATEAK_"
- ],
- [
- 25115,
- 2,
- 14,
- 4,
- 0.18488,
- "_AKDDDDSDIPTAQR_"
- ],
- [
- 28564,
- 2,
- 20,
- 6,
- 0.27023,
- "_TQASSSFQDSSQPAGK_"
- ],
- [
- 6973,
- 2,
- 11,
- 3,
- 0.14224,
- "_HSPLTQMGPAK_"
- ],
- [
- 3417,
- 2,
- 9,
- 3,
- 0.11376,
- "_HLPDGNICR_"
- ],
- [
- 5090,
- 2,
- 14,
- 4,
- 0.18488,
- "_KQAGPASVPLR_"
- ],
- [
- 310,
- 3,
- 16,
- 5,
- 0.21331,
- "_EADPEDGKPVMDK_"
- ],
- [
- 6530,
- 2,
- 12,
- 3,
- 0.15645,
- "_IITAESGKPLK_"
- ],
- [
- 17460,
- 2,
- 8,
- 2,
- 0.099549,
- "_DASLVTNEDHQR_"
- ],
- [
- 14344,
- 2,
- 12,
- 5,
- 0.15645,
- "_GLAPQNKPELQK_"
- ],
- [
- 10310,
- 2,
- 12,
- 4,
- 0.15645,
- "_QAPQPQSSLQR_"
- ],
- [
- 16604,
- 2,
- 11,
- 2,
- 0.14224,
- "_IHISQEDNVANK_"
- ],
- [
- 33577,
- 2,
- 10,
- 3,
- 0.12797,
- "_SPSDEYKDNLHQVSK_"
- ],
- [
- 4282,
- 2,
- 11,
- 3,
- 0.14224,
- "_AEAALEEESR_"
- ],
- [
- 16290,
- 2,
- 10,
- 4,
- 0.12797,
- "_ALDVTDKEGEER_"
- ],
- [
- 36932,
- 2,
- 15,
- 6,
- 0.1991,
- "_EDAEHHPDEDVDESES_"
- ],
- [
- 17880,
- 2,
- 16,
- 3,
- 0.21331,
- "_KISSDLDGHPVPK_"
- ],
- [
- 15847,
- 2,
- 25,
- 4,
- 0.3413,
- "_TFTEMDSHEEK_"
- ],
- [
- 20714,
- 2,
- 10,
- 3,
- 0.12797,
- "_GRYEAEGQALTEK_"
- ],
- [
- 1784,
- 2,
- 10,
- 5,
- 0.12797,
- "_YDDMAAAM(Oxidation (M))K_"
- ],
- [
- 12804,
- 2,
- 24,
- 6,
- 0.32708,
- "_ECCDKPLLEK_"
- ],
- [
- 1160,
- 2,
- 19,
- 5,
- 0.25595,
- "_IQQNTFTR_"
- ],
- [
- 8679,
- 4,
- 12,
- 5,
- 0.15645,
- "_SGPSAHAHLYSQHPSFQTQQAK_"
- ],
- [
- 40332,
- 2,
- 17,
- 6,
- 0.22752,
- "_ELVSSSSSGSDSDSEVDKK_"
- ],
- [
- 5562,
- 3,
- 12,
- 4,
- 0.15645,
- "_VLCGDAGEDAECHAAK_"
- ],
- [
- 7375,
- 3,
- 15,
- 5,
- 0.19909,
- "_VDCTAHSDVCSAQGVR_"
- ],
- [
- 30770,
- 3,
- 23,
- 6,
- 0.31286,
- "_HARPPDPPASAPPDSSSNSASQDTK_"
- ],
- [
- 10717,
- 2,
- 23,
- 5,
- 0.31286,
- "_ESQSVEEALKK_"
- ],
- [
- 6138,
- 3,
- 14,
- 4,
- 0.18487,
- "_ASVHTLSGHTNAVATVR_"
- ],
- [
- 1856,
- 2,
- 7,
- 2,
- 0.085295,
- "_NGHLAVVAPR_"
- ],
- [
- 13527,
- 4,
- 12,
- 3,
- 0.15645,
- "_YTDGDQNHQSGSEKEDTIVDGTSK_"
- ],
- [
- 2645,
- 2,
- 4,
- 2,
- 0.042651,
- "_LEAAHFDEK_"
- ],
- [
- 8179,
- 2,
- 12,
- 2,
- 0.15645,
- "_LKAEFQEEAK_"
- ],
- [
- 15979,
- 2,
- 14,
- 5,
- 0.18487,
- "_TIEAEAAHGTVTR_"
- ],
- [
- 19504,
- 2,
- 10,
- 4,
- 0.12797,
- "_AALEAQNALHNM(Oxidation (M))K_"
- ],
- [
- 2426,
- 2,
- 14,
- 4,
- 0.18489,
- "_LFSEYHEK_"
- ],
- [
- 6957,
- 2,
- 13,
- 3,
- 0.17068,
- "_ACIEPCTSTK_"
- ],
- [
- 37240,
- 2,
- 13,
- 3,
- 0.17068,
- "_QDEPSNSNQEINSDDR_"
- ],
- [
- 12032,
- 2,
- 13,
- 3,
- 0.17068,
- "_QNEDIEPTSSR_"
- ],
- [
- 10513,
- 2,
- 13,
- 4,
- 0.17068,
- "_VLVQNAAGSQEK_"
- ],
- [
- 7688,
- 2,
- 20,
- 3,
- 0.27018,
- "_EDKYEEEIK_"
- ],
- [
- 19998,
- 2,
- 18,
- 6,
- 0.24174,
- "_DETGELSSADEKR_"
- ],
- [
- 2028,
- 2,
- 11,
- 3,
- 0.1422,
- "_RPLGVDVQR_"
- ],
- [
- 1692,
- 2,
- 16,
- 4,
- 0.21332,
- "_NYYQDTPK_"
- ],
- [
- 16459,
- 3,
- 16,
- 7,
- 0.21332,
- "_ENCMYQACPTQDCNKK_"
- ],
- [
- 2574,
- 4,
- 15,
- 6,
- 0.1991,
- "_TDKQPLQKPSHCTIYVAK_"
- ],
- [
- 15066,
- 2,
- 16,
- 5,
- 0.21332,
- "_NVLCSACSGQGGK_"
- ],
- [
- 19692,
- 2,
- 23,
- 6,
- 0.31288,
- "_EADPEDGKPVMDK_"
- ],
- [
- 17454,
- 2,
- 12,
- 5,
- 0.15641,
- "_YMVENHGEDYK_"
- ],
- [
- 11479,
- 2,
- 17,
- 5,
- 0.22753,
- "_ALLQTHPEAQR_"
- ],
- [
- 3993,
- 2,
- 7,
- 4,
- 0.08531,
- "_YTCQELQR_"
- ],
- [
- 13739,
- 2,
- 8,
- 2,
- 0.099526,
- "_PAPPQTEQVESK_"
- ],
- [
- 9209,
- 2,
- 13,
- 6,
- 0.17062,
- "_IVQAEGEAEAAK_"
- ],
- [
- 19911,
- 3,
- 12,
- 3,
- 0.15641,
- "_TLAHSPATSSTHSEEGAEAIR_"
- ],
- [
- 18909,
- 2,
- 12,
- 3,
- 0.15641,
- "_NKELEQGEPLEK_"
- ],
- [
- 36360,
- 3,
- 11,
- 4,
- 0.1422,
- "_(Acetyl (Protein N-term))SQKQEEENPAEETGEEKQDTQEK_"
- ],
- [
- 17377,
- 2,
- 20,
- 4,
- 0.27019,
- "_KGQDSIEPVPGQK_"
- ],
- [
- 10875,
- 2,
- 10,
- 3,
- 0.12795,
- "_FEVQHSEGYR_"
- ],
- [
- 21479,
- 2,
- 12,
- 2,
- 0.15641,
- "_DNPPNIPSSSSKPK_"
- ],
- [
- 40715,
- 2,
- 12,
- 6,
- 0.15641,
- "_ALQAQVQYQQQHEQQK_"
- ],
- [
- 9856,
- 2,
- 20,
- 5,
- 0.27019,
- "_LKELQNEVEK_"
- ],
- [
- 21899,
- 2,
- 29,
- 6,
- 0.39816,
- "_HEQNIDCGGGYVK_"
- ],
- [
- 4462,
- 2,
- 11,
- 4,
- 0.1422,
- "_RAEFTVETR_"
- ],
- [
- 28611,
- 2,
- 10,
- 4,
- 0.12795,
- "_QSETSTQSQSDWSR_"
- ],
- [
- 13839,
- 2,
- 16,
- 3,
- 0.21332,
- "_SETELKDTYAR_"
- ],
- [
- 3518,
- 2,
- 10,
- 2,
- 0.12795,
- "_YLSDSCSPR_"
- ],
- [
- 29262,
- 2,
- 20,
- 6,
- 0.27019,
- "_AKEEQQDDTVYMGK_"
- ],
- [
- 2387,
- 2,
- 15,
- 4,
- 0.1991,
- "_SGPASTFNDR_"
- ],
- [
- 24824,
- 2,
- 9,
- 3,
- 0.11374,
- "_EHAVAISLSHTSCK_"
- ],
- [
- 11776,
- 2,
- 16,
- 5,
- 0.21332,
- "_NCTYTQVQTR_"
- ],
- [
- 23293,
- 2,
- 13,
- 4,
- 0.17065,
- "_LQECSNSDQLQGK_"
- ],
- [
- 28015,
- 2,
- 11,
- 5,
- 0.14219,
- "_LTQIQESQVTSHNK_"
- ],
- [
- 2467,
- 2,
- 12,
- 3,
- 0.15644,
- "_EGLVVRPQR_"
- ],
- [
- 31559,
- 3,
- 12,
- 4,
- 0.15644,
- "_ASCSSQQEFQDHMSEPQHQQR_"
- ],
- [
- 9827,
- 2,
- 12,
- 3,
- 0.15644,
- "_QKDYDFEER_"
- ],
- [
- 38265,
- 2,
- 11,
- 5,
- 0.14219,
- "_TNATSPGVNSSTSPQSTDK_"
- ],
- [
- 18885,
- 2,
- 10,
- 3,
- 0.12797,
- "_DAPAPAASQPSGCGK_"
- ],
- [
- 29926,
- 2,
- 9,
- 3,
- 0.11376,
- "_TTSSSDLTTSSSSSGPR_"
- ],
- [
- 15391,
- 2,
- 6,
- 3,
- 0.071102,
- "_EKEVEAIQAQAK_"
- ],
- [
- 602,
- 2,
- 13,
- 3,
- 0.17065,
- "_LEATAASSVK_"
- ],
- [
- 3431,
- 2,
- 9,
- 3,
- 0.11376,
- "_QHGDVVSAIR_"
- ],
- [
- 14239,
- 2,
- 9,
- 4,
- 0.11376,
- "_DQGKPEVGEYAK_"
- ],
- [
- 2085,
- 2,
- 13,
- 4,
- 0.17065,
- "_KYGLNMCR_"
- ],
- [
- 1896,
- 2,
- 13,
- 4,
- 0.17065,
- "_EIENEDMR_"
- ],
- [
- 10034,
- 2,
- 15,
- 6,
- 0.19913,
- "_EQLEEEEEAK_"
- ],
- [
- 2140,
- 2,
- 17,
- 3,
- 0.22755,
- "_CADGGLYCK_"
- ],
- [
- 34144,
- 2,
- 16,
- 6,
- 0.21334,
- "_VDCTAHSDVCSAQGVR_"
- ],
- [
- 19734,
- 3,
- 14,
- 6,
- 0.18486,
- "_HRHPECYVCTDCGTNLK_"
- ],
- [
- 6940,
- 3,
- 14,
- 2,
- 0.18486,
- "_REEEEQQEGGFASPR_"
- ],
- [
- 12169,
- 2,
- 14,
- 5,
- 0.18486,
- "_ARGDSEALDEES_"
- ],
- [
- 4093,
- 2,
- 16,
- 4,
- 0.21334,
- "_NPQNSTVLAR_"
- ],
- [
- 11683,
- 2,
- 17,
- 3,
- 0.22755,
- "_SVGGDSDTEDMR_"
- ],
- [
- 9433,
- 2,
- 19,
- 2,
- 0.25598,
- "_NPPPNSDPNLR_"
- ],
- [
- 15524,
- 2,
- 17,
- 4,
- 0.22759,
- "_WCTISTHEANK_"
- ],
- [
- 20231,
- 2,
- 13,
- 3,
- 0.17069,
- "_MGPGAASGGERPNLK_"
- ],
- [
- 17332,
- 2,
- 13,
- 2,
- 0.17069,
- "_QGLQTTQAHLER_"
- ],
- [
- 22353,
- 2,
- 16,
- 3,
- 0.21338,
- "_EKPFGCDQCSMK_"
- ],
- [
- 31788,
- 2,
- 16,
- 4,
- 0.21338,
- "_VLCGDAGEDAECHAAK_"
- ],
- [
- 12886,
- 2,
- 11,
- 4,
- 0.14223,
- "_SLHHPNIVGYR_"
- ],
- [
- 12223,
- 3,
- 13,
- 5,
- 0.17069,
- "_GKDESQHTESMVLQSSR_"
- ],
- [
- 16,
- 2,
- 17,
- 5,
- 0.22759,
- "_VHPAVVIR_"
- ],
- [
- 804,
- 2,
- 12,
- 4,
- 0.15644,
- "_ESIEEPSAK_"
- ],
- [
- 4605,
- 2,
- 20,
- 3,
- 0.27024,
- "_KEDMTYAVR_"
- ],
- [
- 24547,
- 2,
- 10,
- 4,
- 0.12802,
- "_SLSNTEDECTHLK_"
- ],
- [
- 27504,
- 2,
- 8,
- 4,
- 0.099584,
- "_ILTTASSHEFEHTK_"
- ],
- [
- 6274,
- 2,
- 15,
- 5,
- 0.19911,
- "_FEAFEHENK_"
- ],
- [
- 12180,
- 2,
- 19,
- 3,
- 0.25602,
- "_KEAESSPFVER_"
- ],
- [
- 349,
- 2,
- 9,
- 4,
- 0.11385,
- "_YYGAQTVR_"
- ],
- [
- 6293,
- 2,
- 13,
- 5,
- 0.17071,
- "_QMQVLHPAAR_"
- ],
- [
- 528,
- 2,
- 10,
- 2,
- 0.12808,
- "_VQLQEAER_"
- ],
- [
- 15014,
- 3,
- 10,
- 4,
- 0.12808,
- "_MKDQGPDKENSGAIEASVK_"
- ],
- [
- 10704,
- 2,
- 3,
- 2,
- 0.028524,
- "_ELDEEESIRK_"
- ],
- [
- 5962,
- 4,
- 19,
- 4,
- 0.25608,
- "_GYLGPPHQGPPMHHVPGHESR_"
- ],
- [
- 15120,
- 3,
- 11,
- 4,
- 0.14229,
- "_EIKEEPKEEEMTEEEK_"
- ],
- [
- 16742,
- 2,
- 11,
- 3,
- 0.14229,
- "_GGPAEGQLQENDR_"
- ],
- [
- 11915,
- 4,
- 12,
- 5,
- 0.1565,
- "_ASCSSQQEFQDHMSEPQHQQR_"
- ],
- [
- 6745,
- 3,
- 12,
- 5,
- 0.1565,
- "_GKDHVVSDFSEHGSLK_"
- ],
- [
- 3209,
- 3,
- 13,
- 6,
- 0.17071,
- "_LTQIQESQVTSHNK_"
- ],
- [
- 25506,
- 2,
- 12,
- 5,
- 0.1565,
- "_NQTPAPSAAQTSAPSK_"
- ],
- [
- 657,
- 2,
- 15,
- 3,
- 0.19917,
- "_FQQSDDLK_"
- ],
- [
- 3782,
- 2,
- 13,
- 3,
- 0.17071,
- "_GPLPLSSQHR_"
- ],
- [
- 50740,
- 2,
- 16,
- 5,
- 0.21338,
- "_GGGAGGNSDSDNLDSTDCNSESSSGGK_"
- ],
- [
- 6273,
- 2,
- 16,
- 5,
- 0.21338,
- "_KDWDDDQND_"
- ],
- [
- 638,
- 2,
- 15,
- 3,
- 0.19917,
- "_ALAMGYKPK_"
- ],
- [
- 8638,
- 2,
- 13,
- 5,
- 0.17071,
- "_LCPSCPASSPK_"
- ],
- [
- 11353,
- 2,
- 16,
- 7,
- 0.21338,
- "_ESQSPDTTIQR_"
- ],
- [
- 5579,
- 2,
- 16,
- 5,
- 0.21338,
- "_DKLPNYEEK_"
- ],
- [
- 7114,
- 2,
- 17,
- 6,
- 0.22765,
- "_DLSSSEPVHAK_"
- ],
- [
- 61,
- 3,
- 12,
- 4,
- 0.15652,
- "_LHSLQPHACFR_"
- ],
- [
- 12612,
- 2,
- 12,
- 3,
- 0.15652,
- "_YSCLVAGPHQR_"
- ],
- [
- 12864,
- 2,
- 20,
- 5,
- 0.27031,
- "_QCEGITSPEGSK_"
- ],
- [
- 12284,
- 2,
- 11,
- 3,
- 0.14231,
- "_VVVTNLNGHTAR_"
- ],
- [
- 27444,
- 2,
- 20,
- 6,
- 0.27031,
- "_DSSGQHVDVSPTSQR_"
- ],
- [
- 10608,
- 2,
- 15,
- 5,
- 0.19919,
- "_YSTSGSSGLTTGK_"
- ],
- [
- 10289,
- 2,
- 12,
- 3,
- 0.15652,
- "_DVIEEHGPSEK_"
- ],
- [
- 7836,
- 4,
- 30,
- 6,
- 0.41252,
- "_MPGGPKPGGGPGLSTPGGHPKPPHR_"
- ],
- [
- 14584,
- 2,
- 16,
- 6,
- 0.2134,
- "_PHSYPALSAEQK_"
- ],
- [
- 17560,
- 2,
- 12,
- 4,
- 0.15652,
- "_SAYQEAM(Oxidation (M))DISKK_"
- ],
- [
- 28792,
- 2,
- 9,
- 3,
- 0.11386,
- "_AALAATGAASGGGGGGGGAGSR_"
- ],
- [
- 5151,
- 2,
- 16,
- 4,
- 0.2134,
- "_YTEQITNEK_"
- ],
- [
- 45610,
- 2,
- 10,
- 4,
- 0.12809,
- "_NEENTEPGAESSENADDPNK_"
- ],
- [
- 2005,
- 2,
- 5,
- 3,
- 0.056993,
- "_GAKPVVVLQK_"
- ],
- [
- 12518,
- 2,
- 16,
- 2,
- 0.2134,
- "_AVTGYKDPYSGK_"
- ],
- [
- 29293,
- 2,
- 14,
- 4,
- 0.18494,
- "_GADNDGSGSESGYTTPK_"
- ],
- [
- 5284,
- 2,
- 14,
- 5,
- 0.18496,
- "_IKGDVDVTGPK_"
- ],
- [
- 11889,
- 2,
- 19,
- 5,
- 0.25612,
- "_EKAEGDVAALNR_"
- ],
- [
- 2218,
- 2,
- 9,
- 2,
- 0.11388,
- "_AEEDAALQAK_"
- ],
- [
- 18586,
- 2,
- 15,
- 3,
- 0.19918,
- "_NYVVTDHGSCVR_"
- ],
- [
- 22180,
- 2,
- 15,
- 6,
- 0.19918,
- "_(Acetyl (Protein N-term))AENGESSGPPRPSR_"
- ],
- [
- 23605,
- 2,
- 13,
- 5,
- 0.17075,
- "_NCTAGAVYTYHEK_"
- ],
- [
- 21445,
- 2,
- 15,
- 6,
- 0.19918,
- "_CEDLETQTQSEK_"
- ],
- [
- 13634,
- 2,
- 11,
- 3,
- 0.14232,
- "_ASGEWDSGTENR_"
- ],
- [
- 30005,
- 3,
- 10,
- 7,
- 0.12809,
- "_GDLSRPEDADTSGPCCEHTQEK_"
- ],
- [
- 9600,
- 2,
- 12,
- 5,
- 0.15654,
- "_AKESWEMDTK_"
- ],
- [
- 5895,
- 2,
- 7,
- 4,
- 0.085441,
- "_KCGPNILVNK_"
- ],
- [
- 20515,
- 2,
- 14,
- 3,
- 0.18496,
- "_SWQEEQSAQAQR_"
- ],
- [
- 13886,
- 2,
- 14,
- 5,
- 0.18496,
- "_EGPDLDRPGSDR_"
- ],
- [
- 1871,
- 2,
- 18,
- 5,
- 0.24185,
- "_LSGGLGAGSCR_"
- ],
- [
- 15340,
- 2,
- 11,
- 4,
- 0.14233,
- "_TTLEIHNTEER_"
- ],
- [
- 22926,
- 2,
- 13,
- 2,
- 0.17078,
- "_EQGAAFNCEQGCK_"
- ],
- [
- 35293,
- 2,
- 13,
- 6,
- 0.17078,
- "_SYLSGGAGAAGGGGADPGNKK_"
- ],
- [
- 4697,
- 2,
- 11,
- 2,
- 0.14233,
- "_LGTAMSHEIR_"
- ],
- [
- 9360,
- 2,
- 9,
- 3,
- 0.11391,
- "_SLKEESVEAVK_"
- ],
- [
- 15852,
- 2,
- 12,
- 4,
- 0.15656,
- "_KVDVDEYDENK_"
- ],
- [
- 24013,
- 2,
- 12,
- 3,
- 0.15656,
- "_EGPSGSGDSQLSASSR_"
- ],
- [
- 13718,
- 3,
- 13,
- 4,
- 0.17078,
- "_KPDREEIQMSNMGSNTK_"
- ],
- [
- 7821,
- 2,
- 30,
- 6,
- 0.41256,
- "_RFPGYDSESK_"
- ],
- [
- 8732,
- 2,
- 11,
- 2,
- 0.14233,
- "_HDSFVPCSEK_"
- ],
- [
- 706,
- 2,
- 14,
- 4,
- 0.18499,
- "_MVINHLEK_"
- ],
- [
- 5407,
- 2,
- 27,
- 4,
- 0.36986,
- "_EVVEEAENGR_"
- ],
- [
- 15825,
- 2,
- 17,
- 3,
- 0.22766,
- "_QLPSGGLNGRPEK_"
- ],
- [
- 7216,
- 2,
- 17,
- 4,
- 0.22766,
- "_SLGSALKPGEGR_"
- ],
- [
- 19200,
- 2,
- 18,
- 4,
- 0.24187,
- "_HSQPATPTPLQSR_"
- ],
- [
- 27319,
- 2,
- 13,
- 3,
- 0.17077,
- "_GPAPAPQQCSEPETK_"
- ],
- [
- 24309,
- 3,
- 10,
- 3,
- 0.12812,
- "_DKTGTDSNSTESSETSTGSLCK_"
- ],
- [
- 1388,
- 2,
- 16,
- 4,
- 0.21341,
- "_TSMTEEYR_"
- ],
- [
- 12057,
- 2,
- 8,
- 2,
- 0.099674,
- "_AEKETELSLQK_"
- ],
- [
- 5795,
- 2,
- 16,
- 4,
- 0.21341,
- "_HGEVCPAGWK_"
- ],
- [
- 8594,
- 2,
- 11,
- 6,
- 0.14233,
- "_CCSFDGDADR_"
- ],
- [
- 1199,
- 3,
- 16,
- 5,
- 0.21341,
- "_NCTAGAVYTYHEK_"
- ],
- [
- 44567,
- 2,
- 10,
- 4,
- 0.12812,
- "_TGVTSTSDSEEEGDDQEGEK_"
- ],
- [
- 2421,
- 2,
- 16,
- 3,
- 0.21341,
- "_DANGNSFATR_"
- ],
- [
- 2285,
- 2,
- 5,
- 2,
- 0.056914,
- "_(Acetyl (Protein N-term))ATEHPEPPK_"
- ],
- [
- 1514,
- 2,
- 11,
- 4,
- 0.14233,
- "_SIGTDNVCR_"
- ],
- [
- 4672,
- 3,
- 14,
- 2,
- 0.18499,
- "_KEASDPQPEEADGGLK_"
- ],
- [
- 3623,
- 3,
- 14,
- 4,
- 0.18499,
- "_HSGPNSADSANDGFVR_"
- ],
- [
- 37660,
- 2,
- 11,
- 4,
- 0.14233,
- "_LINDCHGSVSEASSEQK_"
- ],
- [
- 21653,
- 2,
- 9,
- 2,
- 0.11389,
- "_VDCQAYAQTCQK_"
- ],
- [
- 48302,
- 2,
- 12,
- 5,
- 0.15654,
- "_DKTGTDSNSTESSETSTGSLCK_"
- ],
- [
- 25407,
- 2,
- 14,
- 5,
- 0.18499,
- "_GVEEEEEDGEM(Oxidation (M))RE_"
- ],
- [
- 15648,
- 2,
- 19,
- 3,
- 0.25608,
- "_DAEECPETAEAK_"
- ],
- [
- 1239,
- 2,
- 12,
- 3,
- 0.15654,
- "_KQSEPFFK_"
- ],
- [
- 29179,
- 2,
- 12,
- 4,
- 0.15654,
- "_KFQEQNETFQANR_"
- ],
- [
- 4233,
- 3,
- 12,
- 4,
- 0.15654,
- "_AQELGHSQSALASAQR_"
- ],
- [
- 26300,
- 2,
- 12,
- 3,
- 0.15654,
- "_NYCDPQGHPSTGLK_"
- ],
- [
- 19414,
- 2,
- 13,
- 4,
- 0.17075,
- "_GLGAQEQGATDHIK_"
- ],
- [
- 7547,
- 2,
- 10,
- 3,
- 0.1281,
- "_GMTENEVEDR_"
- ],
- [
- 38662,
- 2,
- 11,
- 5,
- 0.14233,
- "_HSSGDPSSEGTSGSGSVSIR_"
- ],
- [
- 16180,
- 2,
- 11,
- 4,
- 0.14233,
- "_STVEDKADEPIR_"
- ],
- [
- 6367,
- 3,
- 10,
- 3,
- 0.1281,
- "_DRFVNDYDKDNDGR_"
- ],
- [
- 16861,
- 2,
- 16,
- 5,
- 0.21341,
- "_GSGEQDWVNRPK_"
- ],
- [
- 16047,
- 3,
- 14,
- 8,
- 0.18498,
- "_SDMETHMAAEHCQVTCK_"
- ],
- [
- 110,
- 2,
- 19,
- 5,
- 0.25609,
- "_VAIEHLDK_"
- ],
- [
- 14002,
- 2,
- 9,
- 2,
- 0.11388,
- "_LANSEPVGTQTAK_"
- ],
- [
- 27121,
- 2,
- 15,
- 4,
- 0.1992,
- "_GAVEKGEELSCEER_"
- ],
- [
- 6922,
- 2,
- 16,
- 5,
- 0.21341,
- "_KLEVEYEQK_"
- ],
- [
- 29769,
- 2,
- 13,
- 6,
- 0.17075,
- "_AQELGHSQSALASAQR_"
- ],
- [
- 5488,
- 2,
- 11,
- 2,
- 0.14232,
- "_(Acetyl (Protein N-term))SDTAVADTRR_"
- ],
- [
- 11033,
- 2,
- 23,
- 5,
- 0.31299,
- "_HLPDNECIEK_"
- ],
- [
- 6469,
- 2,
- 20,
- 4,
- 0.2703,
- "_GAGTDDHTLIR_"
- ],
- [
- 19178,
- 3,
- 11,
- 5,
- 0.14232,
- "_KQSFDDNDSEELEDKDSK_"
- ],
- [
- 25541,
- 2,
- 11,
- 4,
- 0.14232,
- "_EESSGTPAHQMNLR_"
- ],
- [
- 22451,
- 2,
- 13,
- 5,
- 0.17075,
- "_GACGQGQEDPNSLR_"
- ],
- [
- 22930,
- 2,
- 13,
- 5,
- 0.17075,
- "_LEDYDKAETEASK_"
- ],
- [
- 360,
- 2,
- 9,
- 4,
- 0.11387,
- "_KLEDYYK_"
- ],
- [
- 9422,
- 2,
- 17,
- 4,
- 0.22763,
- "_HEQEYMEVR_"
- ],
- [
- 5395,
- 2,
- 21,
- 3,
- 0.28451,
- "_KPPPPSAPVIK_"
- ],
- [
- 8966,
- 2,
- 15,
- 3,
- 0.1992,
- "_EDRYEEEIK_"
- ],
- [
- 17198,
- 2,
- 11,
- 5,
- 0.14232,
- "_IEGDETSTEAATR_"
- ],
- [
- 14858,
- 2,
- 11,
- 5,
- 0.14232,
- "_EGNEQLTEEER_"
- ],
- [
- 12973,
- 2,
- 15,
- 3,
- 0.1992,
- "_VAPAQPSEEGPGR_"
- ],
- [
- 8892,
- 2,
- 13,
- 2,
- 0.17075,
- "_SM(Oxidation (M))GLPTSDEQK_"
- ],
- [
- 8064,
- 2,
- 13,
- 3,
- 0.17077,
- "_LEAADEGSGDVK_"
- ],
- [
- 829,
- 2,
- 15,
- 3,
- 0.1992,
- "_KIMSSPLSK_"
- ],
- [
- 13269,
- 2,
- 13,
- 3,
- 0.17077,
- "_IDGATQSSPAEPK_"
- ],
- [
- 39008,
- 2,
- 8,
- 2,
- 0.099568,
- "_TTNKFEGLSQQSSTSSAK_"
- ],
- [
- 9212,
- 2,
- 11,
- 2,
- 0.14233,
- "_QKDVLNEDVR_"
- ],
- [
- 10679,
- 2,
- 12,
- 4,
- 0.15654,
- "_KLLENSTLNSK_"
- ],
- [
- 17935,
- 2,
- 13,
- 5,
- 0.17077,
- "_GPAAAQGSAAAPAEPK_"
- ],
- [
- 19662,
- 2,
- 13,
- 6,
- 0.17077,
- "_ALQSLACGKPTQR_"
- ],
- [
- 26809,
- 2,
- 16,
- 3,
- 0.21342,
- "_NSQGSEMFGDDDKR_"
- ],
- [
- 9005,
- 2,
- 20,
- 5,
- 0.27028,
- "_EDIYSGGGGGGSR_"
- ],
- [
- 11514,
- 2,
- 19,
- 6,
- 0.25607,
- "_KGDEYIINGQK_"
- ],
- [
- 89,
- 2,
- 12,
- 4,
- 0.15654,
- "_FRDPDLR_"
- ],
- [
- 2451,
- 2,
- 11,
- 3,
- 0.14233,
- "_HQLEEELR_"
- ],
- [
- 3427,
- 2,
- 8,
- 3,
- 0.099568,
- "_VKDYGCIVK_"
- ],
- [
- 28784,
- 2,
- 18,
- 7,
- 0.24185,
- "_HSGPNSADSANDGFVR_"
- ],
- [
- 12138,
- 2,
- 12,
- 4,
- 0.15654,
- "_VLQNMEQCQK_"
- ],
- [
- 17704,
- 2,
- 12,
- 3,
- 0.15654,
- "_INTCWQDHCR_"
- ],
- [
- 33603,
- 2,
- 12,
- 4,
- 0.15654,
- "_GVGGNNGGNGNGGGAFSQAR_"
- ],
- [
- 24775,
- 2,
- 9,
- 3,
- 0.11378,
- "_NPSPASSSHAVLDEK_"
- ],
- [
- 967,
- 2,
- 13,
- 4,
- 0.17076,
- "_GKVCFEMK_"
- ],
- [
- 749,
- 2,
- 12,
- 4,
- 0.15654,
- "_LVQGSILKK_"
- ],
- [
- 6283,
- 2,
- 11,
- 4,
- 0.1423,
- "_GKEVDNFVDK_"
- ],
- [
- 1376,
- 2,
- 11,
- 3,
- 0.1423,
- "_GKLELVDNK_"
- ],
- [
- 26,
- 2,
- 13,
- 3,
- 0.17076,
- "_KYIIYAK_"
- ],
- [
- 10342,
- 2,
- 11,
- 4,
- 0.1423,
- "_CAYEVTQANGK_"
- ],
- [
- 2496,
- 3,
- 18,
- 4,
- 0.24186,
- "_TDRPLPENPYHSR_"
- ],
- [
- 1076,
- 2,
- 16,
- 3,
- 0.21341,
- "_GESGQSWPR_"
- ],
- [
- 17453,
- 2,
- 14,
- 4,
- 0.18498,
- "_ECMAGTSGSEEVK_"
- ],
- [
- 30504,
- 2,
- 17,
- 5,
- 0.22763,
- "_SPGSTPTTPTSSQAPQK_"
- ],
- [
- 14702,
- 2,
- 14,
- 3,
- 0.18498,
- "_TEMEYYTHEK_"
- ],
- [
- 21118,
- 2,
- 14,
- 5,
- 0.18498,
- "_M(Oxidation (M))DCQECPEGYR_"
- ],
- [
- 24417,
- 2,
- 22,
- 5,
- 0.29874,
- "_AAHSEGNTTAGLDMR_"
- ],
- [
- 24590,
- 3,
- 17,
- 7,
- 0.22763,
- "_KSCVEEPEPEPEAAEGDGDKK_"
- ],
- [
- 18321,
- 2,
- 18,
- 5,
- 0.24186,
- "_CQASTTVNPAPGAK_"
- ],
- [
- 26718,
- 2,
- 18,
- 2,
- 0.24184,
- "_SNEEEETSDSSLEK_"
- ],
- [
- 13749,
- 2,
- 11,
- 4,
- 0.14226,
- "_LQQTQSLHSLR_"
- ],
- [
- 32364,
- 2,
- 12,
- 5,
- 0.15651,
- "_AEGDSAGTAGTPGGTPAGDK_"
- ],
- [
- 8605,
- 2,
- 13,
- 3,
- 0.17075,
- "_EREGLENDLK_"
- ],
- [
- 10190,
- 2,
- 20,
- 6,
- 0.27028,
- "_VSQEHPVVLTK_"
- ],
- [
- 34659,
- 2,
- 20,
- 7,
- 0.27028,
- "_SMGSQEDDSGNKPSSYS_"
- ],
- [
- 4203,
- 2,
- 11,
- 2,
- 0.14226,
- "_GYGLVEGHDR_"
- ],
- [
- 26397,
- 2,
- 9,
- 4,
- 0.11376,
- "_YHAASAEEQATIER_"
- ],
- [
- 4176,
- 2,
- 9,
- 3,
- 0.11376,
- "_SDPDKLATVR_"
- ],
- [
- 921,
- 2,
- 17,
- 5,
- 0.22762,
- "_IKEWYEK_"
- ],
- [
- 14713,
- 2,
- 9,
- 2,
- 0.11376,
- "_AVLQEYGHEER_"
- ],
- [
- 7965,
- 2,
- 14,
- 2,
- 0.18497,
- "_EEPSVAPSSTGK_"
- ],
- [
- 27864,
- 2,
- 14,
- 3,
- 0.18497,
- "_(Acetyl (Protein N-term))M(Oxidation (M))ESQEPTESSQNGK_"
- ],
- [
- 7846,
- 2,
- 15,
- 7,
- 0.19919,
- "_KITIGQAPTEK_"
- ],
- [
- 405,
- 2,
- 16,
- 4,
- 0.2134,
- "_PGFSIADKK_"
- ],
- [
- 30174,
- 3,
- 15,
- 6,
- 0.19919,
- "_SSPQPLVATPSQHHQQQQQQIK_"
- ],
- [
- 9861,
- 2,
- 15,
- 3,
- 0.19918,
- "_LKQIEEQTIK_"
- ],
- [
- 35251,
- 2,
- 15,
- 5,
- 0.19918,
- "_QPAPGGGGGGGPSPCGPGGGGR_"
- ],
- [
- 2723,
- 3,
- 18,
- 3,
- 0.24183,
- "_YELISETGGSHDKR_"
- ],
- [
- 14320,
- 2,
- 13,
- 5,
- 0.17072,
- "_CNTCGEPITDR_"
- ],
- [
- 4365,
- 2,
- 17,
- 3,
- 0.22761,
- "_LLKEEDMTK_"
- ],
- [
- 4514,
- 2,
- 13,
- 4,
- 0.17072,
- "_VVLEHEEVR_"
- ],
- [
- 5624,
- 2,
- 11,
- 4,
- 0.1422,
- "_LWCTYHEK_"
- ],
- [
- 3757,
- 2,
- 14,
- 6,
- 0.18496,
- "_ELTDEEAER_"
- ],
- [
- 4664,
- 2,
- 15,
- 2,
- 0.19918,
- "_AQAELNALKR_"
- ],
- [
- 11024,
- 2,
- 16,
- 5,
- 0.2134,
- "_QIECDSEDMK_"
- ],
- [
- 1453,
- 2,
- 10,
- 2,
- 0.12797,
- "_KLSLDTDAR_"
- ],
- [
- 6952,
- 2,
- 9,
- 4,
- 0.11373,
- "_FQDDNVEGDK_"
- ],
- [
- 27082,
- 2,
- 18,
- 7,
- 0.24183,
- "_YELISETGGSHDKR_"
- ],
- [
- 11988,
- 2,
- 12,
- 3,
- 0.15647,
- "_ISSSLPSGNNNGK_"
- ],
- [
- 7390,
- 2,
- 14,
- 4,
- 0.18496,
- "_NYNKPWEPK_"
- ],
- [
- 18568,
- 3,
- 14,
- 5,
- 0.18496,
- "_TKSDSGTAAQTSLDIDKNEK_"
- ],
- [
- 14670,
- 2,
- 12,
- 3,
- 0.15647,
- "_NEKLEGDAALNR_"
- ],
- [
- 20992,
- 2,
- 12,
- 3,
- 0.15647,
- "_SQQQEQQDPLEK_"
- ],
- [
- 26135,
- 2,
- 11,
- 2,
- 0.1422,
- "_KDPETYEVDSGTTK_"
- ],
- [
- 4602,
- 2,
- 14,
- 4,
- 0.18494,
- "_SSFSHYSGLK_"
- ],
- [
- 16034,
- 2,
- 14,
- 4,
- 0.18494,
- "_GTKPIDLGNGQTR_"
- ],
- [
- 31070,
- 2,
- 13,
- 3,
- 0.17068,
- "_SSCSFETCPRPTEK_"
- ],
- [
- 11462,
- 2,
- 14,
- 4,
- 0.18494,
- "_VQEMVESNEAK_"
- ],
- [
- 6016,
- 3,
- 12,
- 5,
- 0.15641,
- "_NVQRPESVSDHMYR_"
- ],
- [
- 27211,
- 2,
- 12,
- 5,
- 0.15641,
- "_IIHEDGYSEDECK_"
- ],
- [
- 24419,
- 2,
- 8,
- 2,
- 0.099497,
- "_ALGQAASDNSGPEDAK_"
- ],
- [
- 25734,
- 2,
- 17,
- 5,
- 0.22761,
- "_EGSQGELTPANSQSR_"
- ],
- [
- 8181,
- 2,
- 11,
- 5,
- 0.14218,
- "_KQEYLEVQR_"
- ],
- [
- 22551,
- 4,
- 8,
- 5,
- 0.099498,
- "_LDCCNDGCSDSMVGHNEEASGHNGETK_"
- ],
- [
- 1719,
- 2,
- 23,
- 3,
- 0.31291,
- "_SCPNPGEIR_"
- ],
- [
- 15958,
- 2,
- 6,
- 3,
- 0.071054,
- "_FEENQKEFER_"
- ],
- [
- 12560,
- 2,
- 14,
- 4,
- 0.18489,
- "_ESEDSTDFNDK_"
- ],
- [
- 18315,
- 2,
- 12,
- 3,
- 0.15639,
- "_SVQEGENPDDGVR_"
- ],
- [
- 3202,
- 2,
- 10,
- 4,
- 0.12792,
- "_LAGESESNLR_"
- ],
- [
- 5007,
- 2,
- 12,
- 4,
- 0.15639,
- "_ALEHVPNSVR_"
- ],
- [
- 17514,
- 2,
- 10,
- 3,
- 0.12792,
- "_EFLHAQEEVKR_"
- ],
- [
- 13889,
- 2,
- 16,
- 5,
- 0.21338,
- "_VSSDNVADLHEK_"
- ],
- [
- 4101,
- 2,
- 19,
- 4,
- 0.25603,
- "_KADNVVNIAR_"
- ],
- [
- 28616,
- 2,
- 14,
- 3,
- 0.18489,
- "_FTFSHSASAANGTNSK_"
- ],
- [
- 22300,
- 2,
- 14,
- 4,
- 0.18489,
- "_EICDHQAEQLSR_"
- ],
- [
- 4947,
- 2,
- 14,
- 5,
- 0.18489,
- "_YDDM(Oxidation (M))AACMK_"
- ],
- [
- 3977,
- 3,
- 16,
- 6,
- 0.21338,
- "_VDM(Oxidation (M))TTEEIDALVHR_"
- ],
- [
- 21142,
- 2,
- 23,
- 4,
- 0.31291,
- "_EASSTQDTGKLPVK_"
- ],
- [
- 5310,
- 4,
- 22,
- 7,
- 0.2987,
- "_AQHVFQHAVPQEGKPITNQK_"
- ],
- [
- 16740,
- 2,
- 14,
- 4,
- 0.18484,
- "_SQYEVM(Oxidation (M))AEQNR_"
- ],
- [
- 1180,
- 2,
- 14,
- 4,
- 0.18484,
- "_QMAAEEAMK_"
- ],
- [
- 31682,
- 2,
- 8,
- 3,
- 0.099494,
- "_LLSDATVEKDESHAGK_"
- ],
- [
- 23113,
- 2,
- 14,
- 3,
- 0.18484,
- "_NSNSPPSPSSMNQR_"
- ],
- [
- 12227,
- 2,
- 12,
- 3,
- 0.15637,
- "_RQDMANAFAQK_"
- ],
- [
- 23037,
- 2,
- 11,
- 4,
- 0.14213,
- "_SKVEETTEHLVTK_"
- ],
- [
- 25153,
- 2,
- 15,
- 3,
- 0.19911,
- "_VSGEEETENVGGANR_"
- ],
- [
- 23224,
- 2,
- 17,
- 6,
- 0.2276,
- "_SEQSVAQLEEEKK_"
- ],
- [
- 1272,
- 2,
- 21,
- 5,
- 0.28446,
- "_VHPVSTMIK_"
- ],
- [
- 13759,
- 3,
- 15,
- 5,
- 0.19911,
- "_HMTLEGEEENGEVHQAR_"
- ],
- [
- 7071,
- 2,
- 16,
- 5,
- 0.21336,
- "_LSEHTEDLPK_"
- ],
- [
- 13965,
- 3,
- 13,
- 2,
- 0.17059,
- "_QEPENDQGVVSQAGKDDR_"
- ],
- [
- 1821,
- 4,
- 13,
- 4,
- 0.17059,
- "_QLQPSRPGPGECTLDHGSK_"
- ],
- [
- 6195,
- 3,
- 13,
- 2,
- 0.17059,
- "_LDQEVEGGRGDEQYK_"
- ],
- [
- 3187,
- 4,
- 13,
- 2,
- 0.17059,
- "_DDDRTPGLHGDCDDDKYR_"
- ],
- [
- 892,
- 2,
- 17,
- 2,
- 0.22758,
- "_TLQQQTFK_"
- ],
- [
- 24786,
- 2,
- 13,
- 3,
- 0.17059,
- "_KAALEAQNALHNMK_"
- ],
- [
- 2782,
- 2,
- 30,
- 5,
- 0.41244,
- "_APVLSDSSCK_"
- ],
- [
- 12817,
- 2,
- 19,
- 3,
- 0.25603,
- "_TVAPMPPAQDHK_"
- ],
- [
- 1164,
- 2,
- 15,
- 3,
- 0.19905,
- "_LLEPVDHGK_"
- ],
- [
- 12043,
- 2,
- 10,
- 3,
- 0.12793,
- "_TADKGWQNSIR_"
- ],
- [
- 10227,
- 2,
- 21,
- 6,
- 0.28446,
- "_HLIPAANTGESK_"
- ],
- [
- 15045,
- 2,
- 13,
- 3,
- 0.17059,
- "_EAAMHALLHSEK_"
- ],
- [
- 1637,
- 3,
- 16,
- 5,
- 0.21332,
- "_KAALEAQNALHNMK_"
- ],
- [
- 13341,
- 3,
- 9,
- 3,
- 0.11371,
- "_FSSVSDGFNSDSTSHHGGK_"
- ],
- [
- 18481,
- 2,
- 13,
- 5,
- 0.17059,
- "_VESVEPSENEASK_"
- ],
- [
- 19844,
- 2,
- 14,
- 4,
- 0.1848,
- "_SSPMVQVDEKGEK_"
- ],
- [
- 2603,
- 2,
- 22,
- 3,
- 0.29868,
- "_DYGNSPLHR_"
- ],
- [
- 8935,
- 2,
- 14,
- 3,
- 0.1848,
- "_IEYVDETGRK_"
- ],
- [
- 6788,
- 2,
- 14,
- 3,
- 0.1848,
- "_AISEAQESVTK_"
- ],
- [
- 3962,
- 2,
- 12,
- 2,
- 0.15635,
- "_TVLIHCPEK_"
- ],
- [
- 32600,
- 2,
- 12,
- 4,
- 0.15635,
- "_LDQEVEGGRGDEQYK_"
- ],
- [
- 14141,
- 2,
- 13,
- 3,
- 0.17056,
- "_QQQQNVEDAMK_"
- ],
- [
- 5193,
- 2,
- 20,
- 3,
- 0.27024,
- "_HEQISDLER_"
- ],
- [
- 16441,
- 2,
- 15,
- 3,
- 0.19903,
- "_ISHQNYIAYQK_"
- ],
- [
- 12005,
- 2,
- 13,
- 4,
- 0.21326,
- "_KNTAASLQQWK_"
- ],
- [
- 31244,
- 2,
- 15,
- 4,
- 0.19903,
- "_SQDVAVSPQQQQCSK_"
- ],
- [
- 9157,
- 2,
- 8,
- 2,
- 0.099483,
- "_IGNSYFKEEK_"
- ],
- [
- 16871,
- 2,
- 11,
- 4,
- 0.14214,
- "_QRELAEQELEK_"
- ],
- [
- 11075,
- 2,
- 11,
- 3,
- 0.14214,
- "_YSNSEVVTGSGR_"
- ],
- [
- 10908,
- 4,
- 20,
- 5,
- 0.27024,
- "_LHEEEPPQNMKPQSGNDKPLSK_"
- ],
- [
- 5560,
- 2,
- 10,
- 4,
- 0.12792,
- "_TYSQDCSFK_"
- ],
- [
- 2151,
- 2,
- 16,
- 2,
- 0.21326,
- "_LHAEFAAER_"
- ],
- [
- 514,
- 2,
- 18,
- 2,
- 0.24179,
- "_SFGDKDFR_"
- ],
- [
- 21759,
- 2,
- 14,
- 3,
- 0.18485,
- "_TNNIFCSNPNHR_"
- ],
- [
- 6036,
- 2,
- 19,
- 5,
- 0.25608,
- "_EEEKLELQK_"
- ],
- [
- 17720,
- 2,
- 14,
- 3,
- 0.18485,
- "_ENPHDAVVFHPK_"
- ],
- [
- 3629,
- 2,
- 9,
- 3,
- 0.11377,
- "_EYYEDIKK_"
- ],
- [
- 12516,
- 2,
- 18,
- 5,
- 0.24182,
- "_QDGGTAPVASASPK_"
- ],
- [
- 46153,
- 3,
- 22,
- 8,
- 0.29876,
- "_NYQQNYQNSESGEKNEGSESAPEGQAQQR_"
- ],
- [
- 17490,
- 2,
- 14,
- 2,
- 0.18485,
- "_AEEYTEETEER_"
- ],
- [
- 11197,
- 2,
- 17,
- 5,
- 0.22755,
- "_ALNRPPTYPTK_"
- ],
- [
- 14182,
- 2,
- 18,
- 4,
- 0.24182,
- "_LQEVECEEQR_"
- ],
- [
- 23910,
- 2,
- 11,
- 2,
- 0.14221,
- "_VNTQSSSNSTLPER_"
- ],
- [
- 3388,
- 2,
- 12,
- 3,
- 0.15643,
- "_NVIAEHEIR_"
- ],
- [
- 7767,
- 3,
- 13,
- 2,
- 0.17064,
- "_ALHDQSQELQDAAGHR_"
- ],
- [
- 12093,
- 2,
- 14,
- 3,
- 0.18485,
- "_SAEFEKPDPTR_"
- ],
- [
- 17922,
- 2,
- 13,
- 3,
- 0.17064,
- "_DHPQQQPGMLSR_"
- ],
- [
- 33735,
- 2,
- 12,
- 3,
- 0.15642,
- "_TPGNNLHEVETAQGQR_"
- ],
- [
- 4490,
- 2,
- 8,
- 2,
- 0.099563,
- "_LYEEESPSR_"
- ],
- [
- 19439,
- 4,
- 5,
- 3,
- 0.056929,
- "_GQCEDKDEEEKEEQEEEEGAAEPR_"
- ],
- [
- 1603,
- 2,
- 14,
- 2,
- 0.18485,
- "_ALGHPAMLSK_"
- ],
- [
- 15626,
- 2,
- 14,
- 3,
- 0.18485,
- "_CGYKEPTPIQR_"
- ],
- [
- 814,
- 2,
- 13,
- 4,
- 0.17064,
- "_VLGVSGSQSR_"
- ],
- [
- 2253,
- 2,
- 9,
- 2,
- 0.11377,
- "_SQTELPDEK_"
- ],
- [
- 7281,
- 2,
- 20,
- 6,
- 0.27029,
- "_QYEMGECTR_"
- ],
- [
- 9595,
- 2,
- 15,
- 4,
- 0.19906,
- "_DEQEHEFYK_"
- ],
- [
- 14818,
- 4,
- 16,
- 7,
- 0.2133,
- "_DQVAEKDPTQHKEDEGEIQPENK_"
- ],
- [
- 11744,
- 2,
- 18,
- 4,
- 0.24176,
- "_IEGDPQGVQQAK_"
- ],
- [
- 15173,
- 2,
- 18,
- 4,
- 0.24176,
- "_CQQLQQEYSR_"
- ],
- [
- 10470,
- 2,
- 16,
- 4,
- 0.2133,
- "_NFGEDM(Oxidation (M))DDER_"
- ],
- [
- 3239,
- 2,
- 21,
- 5,
- 0.2845,
- "_NFWSHETR_"
- ],
- [
- 1646,
- 2,
- 7,
- 2,
- 0.085351,
- "_YCDSLLKK_"
- ],
- [
- 9404,
- 2,
- 21,
- 4,
- 0.2845,
- "_DKLDETGNSLK_"
- ],
- [
- 7969,
- 2,
- 14,
- 2,
- 0.18485,
- "_KIAELCDDPK_"
- ],
- [
- 16486,
- 2,
- 10,
- 3,
- 0.12798,
- "_NGNAFQQHYMR_"
- ],
- [
- 29855,
- 2,
- 18,
- 5,
- 0.24174,
- "_SSTTVSSFANSKPGSAK_"
- ],
- [
- 27793,
- 2,
- 14,
- 3,
- 0.18485,
- "_SEISENTDASGKIEK_"
- ],
- [
- 35395,
- 2,
- 14,
- 4,
- 0.18485,
- "_LSSSMYSSQGSSGSSQSK_"
- ],
- [
- 8753,
- 2,
- 17,
- 4,
- 0.22751,
- "_IMGPNYTPGKK_"
- ],
- [
- 9734,
- 2,
- 20,
- 3,
- 0.27024,
- "_NHEEEISTLR_"
- ],
- [
- 13761,
- 3,
- 19,
- 5,
- 0.25597,
- "_KGHEENGDVVTEPQVAEK_"
- ],
- [
- 5661,
- 2,
- 9,
- 2,
- 0.11377,
- "_HTVPCMPPAK_"
- ],
- [
- 13227,
- 2,
- 15,
- 2,
- 0.19906,
- "_VAHMETSLGQAR_"
- ],
- [
- 25460,
- 2,
- 15,
- 5,
- 0.19906,
- "_GVEVTVGHEQEEGGK_"
- ],
- [
- 2910,
- 2,
- 15,
- 3,
- 0.19906,
- "_EMAINDCSK_"
- ],
- [
- 5854,
- 2,
- 16,
- 2,
- 0.21327,
- "_NGELENIKPK_"
- ],
- [
- 3798,
- 2,
- 12,
- 4,
- 0.15641,
- "_YTSCETGFK_"
- ],
- [
- 2011,
- 2,
- 8,
- 4,
- 0.099563,
- "_QDEESEFR_"
- ],
- [
- 18709,
- 2,
- 13,
- 2,
- 0.17062,
- "_LYCANGHTFQAK_"
- ],
- [
- 2001,
- 2,
- 20,
- 3,
- 0.27019,
- "_LPLDKEPAR_"
- ],
- [
- 9130,
- 2,
- 17,
- 4,
- 0.22748,
- "_AVLIDKDQSPK_"
- ],
- [
- 23784,
- 2,
- 9,
- 3,
- 0.11377,
- "_ELEAENYHDIKR_"
- ],
- [
- 33033,
- 2,
- 11,
- 4,
- 0.1422,
- "_TETQAEDTEPDPGESK_"
- ],
- [
- 1342,
- 2,
- 13,
- 4,
- 0.17062,
- "_VAVLENQNK_"
- ],
- [
- 5834,
- 2,
- 19,
- 4,
- 0.25595,
- "_EFDEDSEDR_"
- ],
- [
- 4200,
- 2,
- 15,
- 3,
- 0.19906,
- "_TLYDESCSK_"
- ],
- [
- 10784,
- 2,
- 15,
- 2,
- 0.19906,
- "_AATSDLEHYDK_"
- ],
- [
- 22504,
- 3,
- 11,
- 3,
- 0.1422,
- "_CTSHSETPTVDDEEKVDER_"
- ],
- [
- 5496,
- 3,
- 18,
- 6,
- 0.2417,
- "_LLSDATVEKDESHAGK_"
- ],
- [
- 6905,
- 2,
- 22,
- 6,
- 0.29867,
- "_ALEENNNFSK_"
- ],
- [
- 21812,
- 2,
- 10,
- 2,
- 0.12799,
- "_AVEGQHNYLCAGR_"
- ],
- [
- 3806,
- 2,
- 21,
- 5,
- 0.2844,
- "_QYFHQLEK_"
- ],
- [
- 12316,
- 2,
- 11,
- 3,
- 0.1422,
- "_SQEDTEAVFKK_"
- ],
- [
- 1825,
- 2,
- 12,
- 3,
- 0.15641,
- "_ILDQSEAEK_"
- ],
- [
- 13522,
- 2,
- 17,
- 3,
- 0.22749,
- "_SGNLHLIHVTSK_"
- ],
- [
- 47185,
- 2,
- 11,
- 3,
- 0.1422,
- "_NESENTCQDVDECQQNPR_"
- ],
- [
- 10988,
- 2,
- 17,
- 3,
- 0.22749,
- "_LHNELQSGSLR_"
- ],
- [
- 3378,
- 2,
- 11,
- 3,
- 0.1422,
- "_VYYEHLEK_"
- ],
- [
- 10337,
- 2,
- 12,
- 4,
- 0.15641,
- "_DYENDEDVNK_"
- ],
- [
- 32058,
- 2,
- 15,
- 5,
- 0.19906,
- "_SNGALSTEEREEEMK_"
- ],
- [
- 37558,
- 2,
- 12,
- 3,
- 0.15641,
- "_GHTASESDEQQWPEEK_"
- ],
- [
- 1256,
- 2,
- 5,
- 4,
- 0.056849,
- "_DYNVTANSK_"
- ],
- [
- 30383,
- 2,
- 12,
- 2,
- 0.15641,
- "_SSHSLPSEASSQPQVK_"
- ],
- [
- 32435,
- 2,
- 10,
- 4,
- 0.12799,
- "_ECQSSEESMGSNSMR_"
- ],
- [
- 24987,
- 2,
- 13,
- 2,
- 0.17062,
- "_ISGSGSNSDMMENSK_"
- ],
- [
- 4181,
- 2,
- 13,
- 3,
- 0.17062,
- "_RLDETVVNR_"
- ],
- [
- 23630,
- 2,
- 13,
- 2,
- 0.17062,
- "_ILNEKPTTDEPEK_"
- ],
- [
- 20463,
- 2,
- 17,
- 5,
- 0.22749,
- "_YDAGEHGLQEAEK_"
- ],
- [
- 11607,
- 2,
- 17,
- 3,
- 0.22749,
- "_LYTSAPNTSQGK_"
- ],
- [
- 8877,
- 3,
- 7,
- 2,
- 0.085351,
- "_KYTLFSASSEGQNHSR_"
- ],
- [
- 4485,
- 2,
- 18,
- 4,
- 0.2417,
- "_HDDYFQER_"
- ],
- [
- 2507,
- 2,
- 17,
- 2,
- 0.22749,
- "_SIPAGAEPGEK_"
- ],
- [
- 15196,
- 2,
- 16,
- 4,
- 0.21327,
- "_GSVAVLSAEQNHK_"
- ],
- [
- 28358,
- 2,
- 16,
- 4,
- 0.21327,
- "_SQEGANGEAESGELSR_"
- ],
- [
- 1536,
- 2,
- 10,
- 2,
- 0.128,
- "_KPEPPVNLK_"
- ],
- [
- 1727,
- 2,
- 8,
- 2,
- 0.099575,
- "_VSGGPSLEQR_"
- ],
- [
- 16778,
- 3,
- 14,
- 4,
- 0.18485,
- "_NCEQCKPFYYQHPER_"
- ],
- [
- 2575,
- 2,
- 18,
- 2,
- 0.24171,
- "_AEVNGLAAQGK_"
- ],
- [
- 2074,
- 4,
- 21,
- 5,
- 0.28437,
- "_HASGGSTVHIHPQAAPVVCR_"
- ],
- [
- 11703,
- 2,
- 5,
- 2,
- 0.056864,
- "_NCLVGENHVVK_"
- ],
- [
- 16284,
- 2,
- 9,
- 4,
- 0.11379,
- "_HQYQEEMIQR_"
- ],
- [
- 3004,
- 3,
- 22,
- 4,
- 0.2986,
- "_LQCGENGPAHPLPSK_"
- ],
- [
- 26854,
- 2,
- 16,
- 3,
- 0.21327,
- "_YLANIEQQHGNSGR_"
- ],
- [
- 29683,
- 2,
- 17,
- 2,
- 0.2275,
- "_ETGTEHSPGVQPADVK_"
- ],
- [
- 8074,
- 2,
- 20,
- 5,
- 0.27013,
- "_DVIAQSQSGTGK_"
- ],
- [
- 9787,
- 2,
- 10,
- 4,
- 0.128,
- "_HLAQVGDSMDR_"
- ],
- [
- 35549,
- 3,
- 15,
- 5,
- 0.19906,
- "_AAQQQEEQEEKEEEDDEQTLHR_"
- ],
- [
- 7197,
- 2,
- 8,
- 3,
- 0.099575,
- "_AVSEGYKDFR_"
- ],
- [
- 20215,
- 2,
- 12,
- 4,
- 0.15643,
- "_IMSCSPDTQCSR_"
- ],
- [
- 10258,
- 2,
- 10,
- 4,
- 0.128,
- "_KLDSDVYPSSK_"
- ],
- [
- 30767,
- 3,
- 13,
- 5,
- 0.17063,
- "_NSTGSQDGPVSNPSSSNSSQDSLHK_"
- ],
- [
- 2749,
- 2,
- 11,
- 3,
- 0.14221,
- "_LQEEM(Oxidation (M))LQR_"
- ],
- [
- 14382,
- 2,
- 13,
- 2,
- 0.17063,
- "_EYWNKPEETK_"
- ],
- [
- 4869,
- 2,
- 11,
- 3,
- 0.14221,
- "_EKLTQQMIK_"
- ],
- [
- 21072,
- 2,
- 8,
- 4,
- 0.099488,
- "_LNVEGEHCDVCK_"
- ],
- [
- 24284,
- 2,
- 8,
- 2,
- 0.099488,
- "_ALLQQQPEDDSKR_"
- ],
- [
- 10495,
- 2,
- 11,
- 2,
- 0.14221,
- "_LVSDSLSEHEK_"
- ],
- [
- 145,
- 2,
- 12,
- 4,
- 0.15642,
- "_ELTHIYR_"
- ],
- [
- 20884,
- 2,
- 12,
- 3,
- 0.15642,
- "_STSTSEPTTGCSLK_"
- ],
- [
- 26406,
- 2,
- 14,
- 2,
- 0.18484,
- "_KQQPNPGNELCYK_"
- ],
- [
- 14751,
- 2,
- 17,
- 5,
- 0.22747,
- "_(Acetyl (Protein N-term))AAGGDHGSPDSYR_"
- ],
- [
- 9659,
- 3,
- 21,
- 6,
- 0.28434,
- "_SGPKPFSAPKPQTSPSPK_"
- ],
- [
- 15685,
- 4,
- 18,
- 7,
- 0.2417,
- "_AAQQQEEQEEKEEEDDEQTLHR_"
- ],
- [
- 10614,
- 2,
- 15,
- 4,
- 0.19905,
- "_SVQANLDQSQR_"
- ],
- [
- 1051,
- 2,
- 17,
- 4,
- 0.22747,
- "_EIEDPEDR_"
- ],
- [
- 15376,
- 2,
- 19,
- 4,
- 0.25592,
- "_EIECSIAGAHEK_"
- ],
- [
- 3736,
- 2,
- 16,
- 2,
- 0.21326,
- "_TSLATFHEGK_"
- ],
- [
- 2711,
- 2,
- 20,
- 4,
- 0.27014,
- "_NADHLLHLK_"
- ],
- [
- 2658,
- 3,
- 18,
- 3,
- 0.24169,
- "_HKPGSTPEPIAAEVR_"
- ],
- [
- 13690,
- 2,
- 12,
- 3,
- 0.15643,
- "_DETVENPHLQK_"
- ],
- [
- 16817,
- 2,
- 13,
- 3,
- 0.17064,
- "_QLQLEAEEQRK_"
- ],
- [
- 18670,
- 2,
- 11,
- 4,
- 0.14221,
- "_ATSAGSSPSCSLAGR_"
- ],
- [
- 13084,
- 2,
- 17,
- 4,
- 0.22748,
- "_NILNKPEVNQK_"
- ],
- [
- 181,
- 2,
- 6,
- 3,
- 0.071076,
- "_KDFDTALK_"
- ],
- [
- 10070,
- 3,
- 12,
- 4,
- 0.15643,
- "_WSGQSAGGCGNFQETHK_"
- ],
- [
- 14060,
- 2,
- 22,
- 5,
- 0.29856,
- "_NIQVSHQEFSK_"
- ],
- [
- 689,
- 2,
- 9,
- 3,
- 0.11371,
- "_IAPAEAPDAK_"
- ],
- [
- 431,
- 2,
- 9,
- 6,
- 0.11371,
- "_LEEDAEMK_"
- ],
- [
- 3519,
- 2,
- 8,
- 2,
- 0.099498,
- "_YLATCADDR_"
- ],
- [
- 630,
- 3,
- 16,
- 3,
- 0.21327,
- "_AHIAFKPTVAQQR_"
- ],
- [
- 279,
- 2,
- 10,
- 4,
- 0.12792,
- "_LCDNLSTK_"
- ],
- [
- 2235,
- 2,
- 17,
- 3,
- 0.22748,
- "_VSINKDELK_"
- ],
- [
- 2141,
- 2,
- 20,
- 5,
- 0.27013,
- "_ENPYYDSR_"
- ],
- [
- 14984,
- 2,
- 13,
- 4,
- 0.17064,
- "_GLEGNANSPAHLR_"
- ],
- [
- 15057,
- 3,
- 17,
- 4,
- 0.22748,
- "_LKGQDPGAPQLQSESKPPK_"
- ],
- [
- 841,
- 2,
- 17,
- 2,
- 0.22748,
- "_ATFNPAQDK_"
- ],
- [
- 87,
- 3,
- 12,
- 3,
- 0.15642,
- "_VQHVIHYQVPR_"
- ],
- [
- 35248,
- 2,
- 8,
- 2,
- 0.099499,
- "_VSTNGSDDPEDAGAGENR_"
- ],
- [
- 2565,
- 2,
- 11,
- 4,
- 0.14221,
- "_YGQNGDFTR_"
- ],
- [
- 3169,
- 2,
- 16,
- 4,
- 0.21327,
- "_ITITNDQNR_"
- ],
- [
- 1104,
- 2,
- 18,
- 4,
- 0.24169,
- "_KTFEINPR_"
- ],
- [
- 19502,
- 2,
- 12,
- 4,
- 0.15642,
- "_KGSITEYTAAEEK_"
- ],
- [
- 113,
- 2,
- 21,
- 6,
- 0.28435,
- "_VVTVHLEK_"
- ],
- [
- 46226,
- 2,
- 11,
- 4,
- 0.14221,
- "_AASAAGAAGSAGGSSGAAGAAGGGAGAGTR_"
- ],
- [
- 41808,
- 3,
- 10,
- 6,
- 0.12792,
- "_QSSYSQQPYNNQGQQQNM(Oxidation (M))ESSGSQGGR_"
- ],
- [
- 33364,
- 3,
- 13,
- 6,
- 0.17065,
- "_YGSALASAGDPGHPNHPLHASQNSAR_"
- ],
- [
- 527,
- 2,
- 11,
- 2,
- 0.14215,
- "_AQCPIVER_"
- ],
- [
- 14242,
- 2,
- 14,
- 2,
- 0.18486,
- "_SMGLPTSDEQKK_"
- ],
- [
- 32002,
- 2,
- 13,
- 3,
- 0.17065,
- "_LKETGYVVERPSTTK_"
- ],
- [
- 7429,
- 2,
- 13,
- 3,
- 0.17065,
- "_EHMMDGVTTR_"
- ],
- [
- 7522,
- 2,
- 23,
- 3,
- 0.31279,
- "_YKDLVPDNSK_"
- ],
- [
- 645,
- 2,
- 17,
- 5,
- 0.2275,
- "_TEISEMNR_"
- ],
- [
- 7,
- 2,
- 20,
- 3,
- 0.27013,
- "_HVSPLIGR_"
- ],
- [
- 26480,
- 2,
- 18,
- 5,
- 0.24171,
- "_SSGGREDLESSGLQR_"
- ],
- [
- 34175,
- 3,
- 15,
- 6,
- 0.19908,
- "_EESEEEEDEDDEEEEEEEKEK_"
- ],
- [
- 17842,
- 2,
- 20,
- 3,
- 0.27013,
- "_KEPIQPETPQPK_"
- ],
- [
- 8009,
- 2,
- 15,
- 3,
- 0.19908,
- "_VEVSEDEPASK_"
- ],
- [
- 4037,
- 2,
- 18,
- 4,
- 0.24174,
- "_DAAHMLQANK_"
- ],
- [
- 4636,
- 4,
- 16,
- 5,
- 0.21332,
- "_DHNEEEGEETGLRDEKPIK_"
- ],
- [
- 25290,
- 2,
- 10,
- 4,
- 0.12796,
- "_AGGDATDSSQTALDNK_"
- ],
- [
- 29890,
- 2,
- 8,
- 2,
- 0.099537,
- "_LCSLSNQTESSSSEK_"
- ],
- [
- 3135,
- 2,
- 10,
- 4,
- 0.12796,
- "_TPTQLEGATR_"
- ],
- [
- 18096,
- 2,
- 16,
- 3,
- 0.21332,
- "_TEADAEKTFEEK_"
- ],
- [
- 32807,
- 2,
- 12,
- 4,
- 0.15639,
- "_SSSSSQESLNRPFSSK_"
- ],
- [
- 23033,
- 2,
- 17,
- 5,
- 0.22753,
- "_VNEIVETNRPDSK_"
- ],
- [
- 801,
- 2,
- 16,
- 4,
- 0.21332,
- "_KLAEQFPR_"
- ],
- [
- 13947,
- 2,
- 13,
- 2,
- 0.17061,
- "_CPVTIPEDQKK_"
- ],
- [
- 12175,
- 2,
- 12,
- 4,
- 0.15639,
- "_EMAQQELSSQK_"
- ],
- [
- 4216,
- 2,
- 13,
- 5,
- 0.17061,
- "_LATELYHQK_"
- ],
- [
- 7023,
- 2,
- 19,
- 5,
- 0.25596,
- "_VHELNEEIGK_"
- ],
- [
- 9444,
- 2,
- 9,
- 2,
- 0.11376,
- "_STGEPLGHVPAR_"
- ],
- [
- 12220,
- 2,
- 7,
- 3,
- 0.085321,
- "_LDQEEAQYQR_"
- ],
- [
- 13056,
- 3,
- 20,
- 4,
- 0.27017,
- "_MDVHITPGTHASEHAVNK_"
- ],
- [
- 1632,
- 2,
- 13,
- 4,
- 0.17061,
- "_VAQILKEPK_"
- ],
- [
- 18831,
- 3,
- 14,
- 6,
- 0.1849,
- "_KSEAGHASSPDSEVTSLCQK_"
- ],
- [
- 7918,
- 2,
- 9,
- 2,
- 0.11376,
- "_KSGIPTSEPGSQ_"
- ],
- [
- 13546,
- 4,
- 16,
- 6,
- 0.21332,
- "_YGSALASAGDPGHPNHPLHASQNSAR_"
- ],
- [
- 30488,
- 2,
- 9,
- 3,
- 0.11376,
- "_STPAMMNGQGSTTSSSK_"
- ],
- [
- 20410,
- 2,
- 12,
- 2,
- 0.15639,
- "_SVETDSSTVEHVR_"
- ],
- [
- 6314,
- 2,
- 15,
- 5,
- 0.19911,
- "_PSYQEEAVTK_"
- ],
- [
- 20621,
- 2,
- 15,
- 5,
- 0.19911,
- "_NSASATTPLSGNSSR_"
- ],
- [
- 8928,
- 2,
- 9,
- 2,
- 0.11376,
- "_LDEAEDDFKK_"
- ],
- [
- 9223,
- 2,
- 9,
- 3,
- 0.11376,
- "_LKDVQEQLSR_"
- ],
- [
- 15520,
- 2,
- 9,
- 3,
- 0.11376,
- "_NQTSQAESYYR_"
- ],
- [
- 21780,
- 2,
- 11,
- 2,
- 0.1422,
- "_ASTASASAAVSAARPR_"
- ],
- [
- 3696,
- 2,
- 13,
- 2,
- 0.17062,
- "_VDFADTEHR_"
- ],
- [
- 21727,
- 2,
- 14,
- 3,
- 0.18483,
- "_RVEVVEEDGPSEK_"
- ],
- [
- 35924,
- 2,
- 12,
- 6,
- 0.15641,
- "_MASVNGSSQNCVSGQER_"
- ],
- [
- 5711,
- 2,
- 17,
- 3,
- 0.22755,
- "_YDKDVGQWK_"
- ],
- [
- 13941,
- 2,
- 16,
- 3,
- 0.21333,
- "_SNLQVSNEPGNR_"
- ],
- [
- 3175,
- 2,
- 22,
- 5,
- 0.2986,
- "_VSELKEELK_"
- ],
- [
- 27919,
- 2,
- 10,
- 5,
- 0.12798,
- "_GLNSESM(Oxidation (M))TEETLKR_"
- ],
- [
- 27067,
- 2,
- 22,
- 7,
- 0.2986,
- "_NTDQASMPDNTAAQK_"
- ],
- [
- 10443,
- 2,
- 14,
- 5,
- 0.18483,
- "_ETTVGAVTVTHK_"
- ],
- [
- 11920,
- 3,
- 12,
- 5,
- 0.15641,
- "_NKEDQYDHLDAADM(Oxidation (M))TK_"
- ],
- [
- 28365,
- 2,
- 13,
- 2,
- 0.17062,
- "_HHTSEAIESYYQR_"
- ],
- [
- 5741,
- 3,
- 18,
- 5,
- 0.24176,
- "_LKETGYVVERPSTTK_"
- ],
- [
- 3461,
- 2,
- 9,
- 3,
- 0.11377,
- "_PGPGLSQEAAR_"
- ],
- [
- 11458,
- 2,
- 10,
- 4,
- 0.12798,
- "_GSPCSEEAGTLR_"
- ],
- [
- 9243,
- 2,
- 15,
- 4,
- 0.19912,
- "_QVDYEINAHK_"
- ],
- [
- 24459,
- 2,
- 12,
- 4,
- 0.15641,
- "_TASEGDGGAAAGAAAAGAR_"
- ],
- [
- 8518,
- 2,
- 22,
- 5,
- 0.2986,
- "_VKVEPAVDTSR_"
- ],
- [
- 29493,
- 2,
- 20,
- 4,
- 0.27018,
- "_ECNPPNSQPASYQR_"
- ],
- [
- 24568,
- 2,
- 14,
- 2,
- 0.18483,
- "_KEESTTGNANLLEK_"
- ],
- [
- 20900,
- 2,
- 13,
- 3,
- 0.17063,
- "_EEAERPLHFAEK_"
- ],
- [
- 25579,
- 4,
- 13,
- 5,
- 0.17063,
- "_AGQPHSSSDAAQAPAEQPHSSSDAAQAPCPR_"
- ],
- [
- 2254,
- 2,
- 13,
- 4,
- 0.17063,
- "_SLAAEEEAAR_"
- ],
- [
- 16911,
- 2,
- 10,
- 4,
- 0.12799,
- "_NVDVNVKDEEGR_"
- ],
- [
- 20379,
- 2,
- 13,
- 6,
- 0.17063,
- "_KIIEDQQESLNK_"
- ],
- [
- 17,
- 4,
- 12,
- 4,
- 0.15642,
- "_KQPSHMEAAHFGDLGR_"
- ],
- [
- 33360,
- 2,
- 12,
- 5,
- 0.15642,
- "_GSYSCEVTHEGSTVTK_"
- ],
- [
- 2442,
- 2,
- 12,
- 2,
- 0.15642,
- "_EQEMTEMR_"
- ],
- [
- 5920,
- 2,
- 12,
- 3,
- 0.15642,
- "_EMAEEYDEK_"
- ],
- [
- 30295,
- 2,
- 11,
- 4,
- 0.1422,
- "_NLQCAESTTCQAGAR_"
- ],
- [
- 1797,
- 2,
- 9,
- 3,
- 0.11376,
- "_IVAECNAVR_"
- ],
- [
- 247,
- 2,
- 14,
- 3,
- 0.18484,
- "_SVLGEADQK_"
- ],
- [
- 22360,
- 2,
- 9,
- 3,
- 0.11376,
- "_NTAGAQPQDDSIGGR_"
- ],
- [
- 338,
- 2,
- 17,
- 5,
- 0.22755,
- "_AAAAAAALQAK_"
- ],
- [
- 14856,
- 3,
- 16,
- 6,
- 0.21334,
- "_CRDDSFFGETSHNYHK_"
- ],
- [
- 6695,
- 2,
- 14,
- 4,
- 0.18484,
- "_YQAECSQFK_"
- ],
- [
- 14664,
- 2,
- 17,
- 2,
- 0.22755,
- "_LEHEYIHNFK_"
- ],
- [
- 35252,
- 2,
- 19,
- 6,
- 0.25598,
- "_HELQANCYEEVKDR_"
- ],
- [
- 4994,
- 2,
- 16,
- 5,
- 0.21334,
- "_ADDTSAATIEK_"
- ],
- [
- 1195,
- 3,
- 15,
- 4,
- 0.19905,
- "_FHCPHCDTVIAR_"
- ],
- [
- 7834,
- 2,
- 16,
- 3,
- 0.21334,
- "_HAQANGFSVVR_"
- ],
- [
- 8653,
- 2,
- 16,
- 3,
- 0.21334,
- "_QTEEQVNDLK_"
- ],
- [
- 18422,
- 2,
- 20,
- 5,
- 0.27019,
- "_RAGELTEDEVER_"
- ],
- [
- 16414,
- 3,
- 12,
- 3,
- 0.15641,
- "_DGSSNHVYNYQPCDHPR_"
- ],
- [
- 8178,
- 2,
- 10,
- 4,
- 0.12798,
- "_DLHTLDSHVR_"
- ],
- [
- 975,
- 2,
- 13,
- 2,
- 0.17063,
- "_ALRPDLADK_"
- ],
- [
- 15336,
- 2,
- 14,
- 4,
- 0.18484,
- "_VGPSSGDAPEPSSR_"
- ],
- [
- 1013,
- 2,
- 21,
- 3,
- 0.2844,
- "_IDKELINR_"
- ],
- [
- 29261,
- 2,
- 13,
- 5,
- 0.17063,
- "_YNLDASEEEDSNKK_"
- ],
- [
- 6602,
- 2,
- 10,
- 2,
- 0.12798,
- "_EVMSLHEASR_"
- ],
- [
- 1209,
- 2,
- 11,
- 3,
- 0.1422,
- "_VEILNEHR_"
- ],
- [
- 3364,
- 3,
- 29,
- 6,
- 0.39811,
- "_GLVMVKPGSIKPHQK_"
- ],
- [
- 23861,
- 2,
- 10,
- 3,
- 0.12798,
- "_EESEESEAEPVQR_"
- ],
- [
- 6437,
- 2,
- 28,
- 5,
- 0.3839,
- "_HTLNQIDSVK_"
- ],
- [
- 38294,
- 2,
- 10,
- 2,
- 0.12798,
- "_SQGDM(Oxidation (M))QDLNGNNQSVTR_"
- ],
- [
- 2040,
- 2,
- 14,
- 4,
- 0.18485,
- "_EYDEETVR_"
- ],
- [
- 38430,
- 2,
- 19,
- 6,
- 0.25598,
- "_LNFSHGTHEYHAETIK_"
- ],
- [
- 5416,
- 2,
- 9,
- 3,
- 0.11377,
- "_DKTYSYLNK_"
- ],
- [
- 12126,
- 3,
- 18,
- 6,
- 0.24177,
- "_KGAVAEDGDELRTEPEAK_"
- ],
- [
- 10978,
- 2,
- 4,
- 2,
- 0.042647,
- "_TLLSESSSQSSK_"
- ],
- [
- 2481,
- 2,
- 20,
- 2,
- 0.2702,
- "_SHDVQEVLK_"
- ],
- [
- 24901,
- 2,
- 12,
- 2,
- 0.15642,
- "_VGKEDSSSTEFVEK_"
- ],
- [
- 6106,
- 3,
- 25,
- 4,
- 0.34125,
- "_RNPDTQWITKPVHK_"
- ],
- [
- 2894,
- 2,
- 10,
- 3,
- 0.12799,
- "_EKYSLVEAK_"
- ],
- [
- 16429,
- 2,
- 12,
- 4,
- 0.15642,
- "_EKVELAAECCR_"
- ],
- [
- 2543,
- 2,
- 12,
- 3,
- 0.15642,
- "_ALMEAVSHAK_"
- ],
- [
- 21402,
- 2,
- 13,
- 5,
- 0.17063,
- "_CAQYWPQKEEK_"
- ],
- [
- 531,
- 2,
- 11,
- 2,
- 0.14219,
- "_LVNQEIEK_"
- ],
- [
- 9884,
- 2,
- 16,
- 2,
- 0.21327,
- "_GLVPEDDTKEK_"
- ],
- [
- 4502,
- 2,
- 15,
- 5,
- 0.21327,
- "_VTTADPYASGK_"
- ],
- [
- 32891,
- 2,
- 16,
- 5,
- 0.21327,
- "_AQGPQQQPGSEGPSYAK_"
- ],
- [
- 1091,
- 3,
- 16,
- 5,
- 0.21327,
- "_WCPAPDCHHVVK_"
- ],
- [
- 6094,
- 2,
- 20,
- 5,
- 0.27019,
- "_TKDGVVEITGK_"
- ],
- [
- 29,
- 2,
- 13,
- 4,
- 0.17063,
- "_HSATPFLK_"
- ],
- [
- 6786,
- 2,
- 19,
- 5,
- 0.25598,
- "_(Acetyl (Protein N-term))M(Oxidation (M))DKNELVQK_"
- ],
- [
- 4255,
- 2,
- 19,
- 5,
- 0.25598,
- "_TQLAVCQQR_"
- ],
- [
- 3162,
- 4,
- 18,
- 5,
- 0.24169,
- "_THHCSEEKEDEDYMPIK_"
- ],
- [
- 20138,
- 2,
- 10,
- 3,
- 0.12798,
- "_VVNITSPGHDASSR_"
- ],
- [
- 5225,
- 3,
- 17,
- 5,
- 0.22748,
- "_MKEYGEQIDPSTHR_"
- ],
- [
- 33440,
- 2,
- 12,
- 5,
- 0.15641,
- "_SPETGTAGGSSTASYSAGR_"
- ],
- [
- 33987,
- 2,
- 12,
- 4,
- 0.15641,
- "_DSPLQGSGQQNSQAGQR_"
- ],
- [
- 29428,
- 2,
- 9,
- 3,
- 0.11377,
- "_GVYQYHWQSHNVK_"
- ],
- [
- 22181,
- 2,
- 15,
- 5,
- 0.19906,
- "_DLAEVGEGGGHSQAR_"
- ],
- [
- 1553,
- 2,
- 11,
- 2,
- 0.1422,
- "_LQHAAELIK_"
- ],
- [
- 7648,
- 2,
- 12,
- 3,
- 0.15641,
- "_TNPFGESGGSTK_"
- ],
- [
- 10722,
- 2,
- 15,
- 4,
- 0.19906,
- "_KLASAAYPDPSK_"
- ],
- [
- 12329,
- 2,
- 11,
- 3,
- 0.1422,
- "_NVLVESEHQVK_"
- ],
- [
- 24943,
- 2,
- 12,
- 4,
- 0.15642,
- "_ESLCDSPHQNLSR_"
- ],
- [
- 7474,
- 2,
- 9,
- 3,
- 0.11376,
- "_QDPPVTHDLR_"
- ],
- [
- 3343,
- 2,
- 17,
- 5,
- 0.22749,
- "_HVEAVAYYK_"
- ],
- [
- 40817,
- 2,
- 12,
- 5,
- 0.15642,
- "_QKEEESQQQAVLEQER_"
- ],
- [
- 3330,
- 3,
- 18,
- 6,
- 0.2417,
- "_AELQTALAHTQHAAR_"
- ],
- [
- 12484,
- 3,
- 13,
- 5,
- 0.17062,
- "_EASIHASCCHAPGLECK_"
- ],
- [
- 38494,
- 2,
- 13,
- 3,
- 0.17062,
- "_LQQALAEQQQQNNTSGK_"
- ],
- [
- 24211,
- 3,
- 12,
- 5,
- 0.15642,
- "_KAQPAQPADEPAEKADEPMEH_"
- ],
- [
- 151,
- 3,
- 11,
- 5,
- 0.1422,
- "_LHKEPFGEISSR_"
- ],
- [
- 2259,
- 2,
- 16,
- 4,
- 0.21327,
- "_TQDQISNIK_"
- ],
- [
- 909,
- 2,
- 6,
- 3,
- 0.071074,
- "_KYIQWEK_"
- ],
- [
- 8923,
- 2,
- 8,
- 4,
- 0.09952,
- "_SSSFSELCHR_"
- ],
- [
- 5934,
- 2,
- 16,
- 3,
- 0.21327,
- "_LQAEEVAQQK_"
- ],
- [
- 9900,
- 3,
- 15,
- 2,
- 0.19906,
- "_ENKPSYIHYQPAQDR_"
- ],
- [
- 18272,
- 2,
- 11,
- 4,
- 0.1422,
- "_AESSFSEEEEEK_"
- ],
- [
- 3758,
- 2,
- 16,
- 2,
- 0.21327,
- "_EATDEELER_"
- ],
- [
- 9027,
- 2,
- 16,
- 4,
- 0.21327,
- "_HAACPVLVGCK_"
- ],
- [
- 19226,
- 2,
- 15,
- 5,
- 0.19906,
- "_CVSCQNLNPSNK_"
- ],
- [
- 21805,
- 4,
- 15,
- 6,
- 0.19906,
- "_EHPGAEDASDEQNSQSSMEHSMNSSEK_"
- ],
- [
- 32330,
- 2,
- 17,
- 7,
- 0.22749,
- "_NQQITHANNTVSNFK_"
- ],
- [
- 5285,
- 2,
- 11,
- 3,
- 0.1422,
- "_IKGDVDVSAPK_"
- ],
- [
- 8749,
- 2,
- 17,
- 4,
- 0.22749,
- "_KLMGTWLEDL_"
- ],
- [
- 22970,
- 2,
- 23,
- 5,
- 0.31284,
- "_EVYQQQQYGSGGR_"
- ],
- [
- 19644,
- 2,
- 16,
- 4,
- 0.21327,
- "_LADSGDGAGPSPEEK_"
- ],
- [
- 6380,
- 2,
- 8,
- 3,
- 0.09952,
- "_AQFVTCGQDK_"
- ],
- [
- 12670,
- 2,
- 10,
- 3,
- 0.12799,
- "_SHFVAASLSNQK_"
- ],
- [
- 202,
- 2,
- 12,
- 4,
- 0.15644,
- "_QAASPLEPK_"
- ],
- [
- 9033,
- 2,
- 9,
- 3,
- 0.11376,
- "_TQQMLHGLQR_"
- ],
- [
- 41393,
- 2,
- 9,
- 5,
- 0.11376,
- "_GPTSSPCEEEGDEGEEDR_"
- ],
- [
- 39180,
- 2,
- 12,
- 4,
- 0.15644,
- "_SINEENGEVSEDQSQNK_"
- ],
- [
- 444,
- 2,
- 11,
- 4,
- 0.14222,
- "_VRDVYWK_"
- ],
- [
- 10672,
- 4,
- 13,
- 4,
- 0.17066,
- "_NSESLHQENKPGSVKPTQTIAVK_"
- ],
- [
- 23053,
- 2,
- 7,
- 3,
- 0.085313,
- "_DKMEGSDFESSGGR_"
- ],
- [
- 24350,
- 3,
- 11,
- 4,
- 0.14222,
- "_VKDAQQVEPEGQEKPSPATVR_"
- ],
- [
- 26254,
- 2,
- 14,
- 3,
- 0.18486,
- "_TKGDEEEYWNSSK_"
- ],
- [
- 14726,
- 2,
- 11,
- 4,
- 0.14222,
- "_LSFHQTQVSQR_"
- ],
- [
- 7010,
- 2,
- 13,
- 3,
- 0.17066,
- "_HLCAVYYNK_"
- ],
- [
- 13531,
- 3,
- 12,
- 4,
- 0.15644,
- "_QKEEESQQQAVLEQER_"
- ],
- [
- 2364,
- 2,
- 8,
- 2,
- 0.099539,
- "_HLYNSAAFK_"
- ],
- [
- 25907,
- 2,
- 20,
- 4,
- 0.27014,
- "_SASSGAEGDVSSEREP_"
- ],
- [
- 13538,
- 2,
- 15,
- 3,
- 0.19908,
- "_CGDCPSADPTVK_"
- ],
- [
- 4963,
- 2,
- 15,
- 3,
- 0.19908,
- "_GFVQVDDGRK_"
- ],
- [
- 12137,
- 3,
- 15,
- 6,
- 0.19908,
- "_YNHSHDQLVLTGSSDSR_"
- ],
- [
- 7155,
- 2,
- 15,
- 4,
- 0.19908,
- "_EAMSTIEPHR_"
- ],
- [
- 1874,
- 2,
- 17,
- 2,
- 0.22751,
- "_DLLEECKK_"
- ],
- [
- 21814,
- 2,
- 15,
- 5,
- 0.19908,
- "_LHYCVSCAIHSK_"
- ],
- [
- 1542,
- 2,
- 18,
- 6,
- 0.24172,
- "_YTCSFCGK_"
- ],
- [
- 5074,
- 2,
- 17,
- 5,
- 0.22751,
- "_YALTGDEVKK_"
- ],
- [
- 11114,
- 3,
- 22,
- 6,
- 0.29865,
- "_LNFSHGTHEYHAETIK_"
- ],
- [
- 11695,
- 2,
- 14,
- 3,
- 0.18486,
- "_SLEICHPQER_"
- ],
- [
- 23417,
- 2,
- 12,
- 3,
- 0.15643,
- "_SDPLGHPNSEETVK_"
- ],
- [
- 22975,
- 2,
- 15,
- 4,
- 0.19907,
- "_AYPYSQTGDDKVR_"
- ],
- [
- 20022,
- 3,
- 13,
- 5,
- 0.17065,
- "_QFSSASSQQGQEEKEEDLK_"
- ],
- [
- 28915,
- 2,
- 18,
- 5,
- 0.24172,
- "_TKAEQFYCGDTEGK_"
- ],
- [
- 19165,
- 2,
- 11,
- 5,
- 0.14221,
- "_ASAAPKPEPVPVQK_"
- ],
- [
- 13975,
- 2,
- 12,
- 4,
- 0.15643,
- "_TGNCLYGNTCR_"
- ],
- [
- 25160,
- 2,
- 12,
- 4,
- 0.15643,
- "_NNSLQTATENTQAR_"
- ],
- [
- 28515,
- 2,
- 11,
- 4,
- 0.14221,
- "_GSSHSPDHPGCLMEN_"
- ],
- [
- 4269,
- 2,
- 10,
- 4,
- 0.12797,
- "_LATSVLKDEK_"
- ],
- [
- 5424,
- 2,
- 12,
- 3,
- 0.15643,
- "_EQELDTLKR_"
- ],
- [
- 5967,
- 3,
- 19,
- 4,
- 0.25593,
- "_NQQITHANNTVSNFK_"
- ],
- [
- 12472,
- 2,
- 12,
- 2,
- 0.15643,
- "_LAAQSQHVGFAR_"
- ],
- [
- 9298,
- 2,
- 11,
- 3,
- 0.14221,
- "_QAANFTAGGQPR_"
- ],
- [
- 48,
- 2,
- 18,
- 4,
- 0.24172,
- "_HFEEAFK_"
- ],
- [
- 8236,
- 3,
- 32,
- 7,
- 0.44078,
- "_HELQANCYEEVKDR_"
- ],
- [
- 37063,
- 2,
- 8,
- 2,
- 0.099523,
- "_AAQSNENLSDSQQEPPK_"
- ],
- [
- 1936,
- 2,
- 15,
- 3,
- 0.19907,
- "_IRDWYQR_"
- ],
- [
- 32772,
- 2,
- 9,
- 3,
- 0.11375,
- "_SQGSPEDSAPQASPGPSK_"
- ],
- [
- 1714,
- 3,
- 14,
- 6,
- 0.18487,
- "_ESLCDSPHQNLSR_"
- ],
- [
- 2974,
- 2,
- 14,
- 4,
- 0.18487,
- "_YLTAEETDK_"
- ],
- [
- 1732,
- 2,
- 8,
- 3,
- 0.099523,
- "_LEQIAAEQK_"
- ],
- [
- 23722,
- 2,
- 14,
- 5,
- 0.18486,
- "_FSPGAPGGSGSQPNQK_"
- ],
- [
- 35613,
- 2,
- 16,
- 4,
- 0.21328,
- "_LVAGEM(Oxidation (M))GQNEPDQGGQR_"
- ],
- [
- 18581,
- 2,
- 15,
- 6,
- 0.19908,
- "_NHYNEEMSNLR_"
- ],
- [
- 27452,
- 2,
- 17,
- 5,
- 0.22751,
- "_HVAAGTQQPYTDGVR_"
- ],
- [
- 9683,
- 2,
- 7,
- 2,
- 0.085305,
- "_QTEECAEGFR_"
- ],
- [
- 17706,
- 2,
- 12,
- 5,
- 0.15642,
- "_CASQSGMTAYGTR_"
- ],
- [
- 9923,
- 2,
- 9,
- 3,
- 0.11373,
- "_GSDASGQLFHGR_"
- ],
- [
- 3129,
- 2,
- 12,
- 5,
- 0.15642,
- "_QVQPEGPYR_"
- ],
- [
- 10552,
- 2,
- 11,
- 2,
- 0.14218,
- "_AYPYSQTGDDK_"
- ],
- [
- 13877,
- 2,
- 15,
- 2,
- 0.19908,
- "_DGHYTTFACNK_"
- ],
- [
- 7976,
- 2,
- 11,
- 3,
- 0.14218,
- "_AQLGLGHSYSR_"
- ],
- [
- 41732,
- 2,
- 14,
- 5,
- 0.18486,
- "_SHMAEESKNEYAAQLQR_"
- ],
- [
- 1261,
- 2,
- 8,
- 2,
- 0.099518,
- "_ESEKPFFK_"
- ],
- [
- 19795,
- 2,
- 7,
- 2,
- 0.085305,
- "_YAENVPHNMTEK_"
- ],
- [
- 998,
- 2,
- 14,
- 4,
- 0.18486,
- "_LIELQAGKK_"
- ],
- [
- 24752,
- 3,
- 14,
- 6,
- 0.18486,
- "_GSQIDSHSSNSNYHDSWETR_"
- ],
- [
- 2774,
- 2,
- 11,
- 4,
- 0.14218,
- "_AELDDTPM(Oxidation (M))R_"
- ],
- [
- 1310,
- 2,
- 23,
- 4,
- 0.31286,
- "_HELQVEMK_"
- ],
- [
- 1041,
- 2,
- 8,
- 2,
- 0.099524,
- "_HIIYVDNK_"
- ],
- [
- 5731,
- 3,
- 13,
- 3,
- 0.17064,
- "_VETSDEEIHDLHQR_"
- ],
- [
- 763,
- 2,
- 12,
- 4,
- 0.1564,
- "_VKLEEQLK_"
- ],
- [
- 24758,
- 3,
- 9,
- 4,
- 0.11374,
- "_NEKPTQSVSSPEATSGSTGSVEK_"
- ],
- [
- 245,
- 3,
- 14,
- 4,
- 0.18486,
- "_ASAAPKPEPVPVQK_"
- ],
- [
- 11278,
- 2,
- 14,
- 3,
- 0.18486,
- "_KSEDDSAVPLAK_"
- ],
- [
- 3770,
- 3,
- 15,
- 3,
- 0.19908,
- "_AEAGPEGVAPAPEGEKK_"
- ],
- [
- 17821,
- 2,
- 19,
- 5,
- 0.25594,
- "_KGTVEGFEPADNK_"
- ],
- [
- 5836,
- 2,
- 16,
- 5,
- 0.2133,
- "_TSYEEFTHK_"
- ],
- [
- 3648,
- 2,
- 14,
- 2,
- 0.18486,
- "_DKLPSTAEVK_"
- ],
- [
- 1833,
- 2,
- 17,
- 6,
- 0.2275,
- "_YRPGTVALR_"
- ],
- [
- 13679,
- 2,
- 17,
- 4,
- 0.2275,
- "_GYDDRDYYSR_"
- ],
- [
- 2327,
- 2,
- 18,
- 6,
- 0.24172,
- "_AMNGESLDGR_"
- ],
- [
- 11614,
- 2,
- 21,
- 6,
- 0.28437,
- "_LLEQYKEESK_"
- ],
- [
- 17361,
- 2,
- 16,
- 5,
- 0.2133,
- "_FRDQDLASCDR_"
- ],
- [
- 8832,
- 2,
- 18,
- 3,
- 0.24172,
- "_SEM(Oxidation (M))TPEELQK_"
- ],
- [
- 15523,
- 2,
- 10,
- 3,
- 0.12796,
- "_SPASQADGQSGWR_"
- ],
- [
- 7646,
- 2,
- 8,
- 2,
- 0.099527,
- "_DPTNGQMYQK_"
- ],
- [
- 36095,
- 2,
- 7,
- 2,
- 0.085313,
- "_DDDNSEEGFHTIHSGR_"
- ],
- [
- 7599,
- 3,
- 14,
- 5,
- 0.18486,
- "_QPLQKPSHCTIYVAK_"
- ],
- [
- 8154,
- 3,
- 13,
- 2,
- 0.17062,
- "_SEKDGAATGVDAICTHR_"
- ],
- [
- 14472,
- 2,
- 13,
- 5,
- 0.17062,
- "_QMGQPCDAYQK_"
- ],
- [
- 2018,
- 2,
- 23,
- 4,
- 0.31279,
- "_SFQQSSLSR_"
- ],
- [
- 19999,
- 2,
- 13,
- 4,
- 0.17062,
- "_DKEEEMEVATQK_"
- ],
- [
- 17287,
- 3,
- 20,
- 6,
- 0.27016,
- "_DFMHVLEHECQHHHSK_"
- ],
- [
- 25740,
- 2,
- 9,
- 3,
- 0.11375,
- "_AEEKENDTVTISPK_"
- ],
- [
- 577,
- 2,
- 8,
- 2,
- 0.099527,
- "_LSEQEELK_"
- ],
- [
- 31031,
- 2,
- 9,
- 4,
- 0.11379,
- "_SQAGGACDCGDSNVMR_"
- ],
- [
- 9185,
- 3,
- 14,
- 4,
- 0.18488,
- "_RNEQNGAAAHVIAEDVK_"
- ],
- [
- 4311,
- 2,
- 14,
- 3,
- 0.18488,
- "_GPAEESSSWR_"
- ],
- [
- 11456,
- 2,
- 13,
- 4,
- 0.17066,
- "_HDSYIPCSER_"
- ],
- [
- 29918,
- 4,
- 9,
- 6,
- 0.11379,
- "_SGSSSSSIPESQSNHSNQSDSGVSDTQPAGHVR_"
- ],
- [
- 29054,
- 2,
- 17,
- 5,
- 0.22756,
- "_AEAGPEGVAPAPEGEKK_"
- ],
- [
- 21322,
- 2,
- 17,
- 4,
- 0.22756,
- "_LGPSTGSTAETQCR_"
- ],
- [
- 20480,
- 2,
- 14,
- 5,
- 0.18488,
- "_ASMQQQQQLASAR_"
- ],
- [
- 3661,
- 2,
- 20,
- 5,
- 0.2702,
- "_FVIKPIDKK_"
- ],
- [
- 46933,
- 3,
- 9,
- 4,
- 0.11379,
- "_SGSSSSSIPESQSNHSNQSDSGVSDTQPAGHVR_"
- ],
- [
- 13633,
- 2,
- 10,
- 5,
- 0.128,
- "_EYNEDEDPAAR_"
- ],
- [
- 8972,
- 2,
- 9,
- 3,
- 0.11379,
- "_HQIVEVAGDDK_"
- ],
- [
- 3793,
- 3,
- 9,
- 2,
- 0.11379,
- "_PGAGSLQHAQPPPQPR_"
- ],
- [
- 19935,
- 2,
- 9,
- 2,
- 0.11379,
- "_VMEEEGLKDEEK_"
- ],
- [
- 9217,
- 2,
- 11,
- 5,
- 0.14222,
- "_EKPAAVATAMAR_"
- ],
- [
- 6116,
- 2,
- 15,
- 3,
- 0.19912,
- "_AESPEEVACR_"
- ],
- [
- 44268,
- 2,
- 11,
- 3,
- 0.14222,
- "_AENTQNSSSSEPQPIQENK_"
- ],
- [
- 6668,
- 2,
- 11,
- 3,
- 0.14222,
- "_MKGNVDISAPK_"
- ],
- [
- 8003,
- 2,
- 22,
- 5,
- 0.29863,
- "_DQLPADECNK_"
- ],
- [
- 36405,
- 2,
- 16,
- 6,
- 0.21335,
- "_QNQTTSAVSTPASSETSK_"
- ],
- [
- 7217,
- 2,
- 15,
- 3,
- 0.19912,
- "_KEGDLIAAQAR_"
- ],
- [
- 11836,
- 2,
- 14,
- 4,
- 0.18488,
- "_LIAEGNKEELR_"
- ],
- [
- 2657,
- 2,
- 21,
- 5,
- 0.28442,
- "_HYGGLTGLNK_"
- ],
- [
- 3052,
- 2,
- 11,
- 2,
- 0.14222,
- "_DLKVENPEK_"
- ],
- [
- 20265,
- 2,
- 12,
- 3,
- 0.15643,
- "_AHGQDLGTAGSCLR_"
- ],
- [
- 9810,
- 3,
- 13,
- 3,
- 0.17065,
- "_TTSLCAGPSASKNEYEK_"
- ],
- [
- 1450,
- 2,
- 11,
- 4,
- 0.14222,
- "_QQQMAALTK_"
- ],
- [
- 11473,
- 2,
- 12,
- 4,
- 0.15643,
- "_YGISNEKPEVK_"
- ],
- [
- 10872,
- 2,
- 10,
- 3,
- 0.128,
- "_EMDEAATAEER_"
- ],
- [
- 5948,
- 2,
- 7,
- 3,
- 0.085337,
- "_KLQDAAEQLK_"
- ],
- [
- 7580,
- 2,
- 8,
- 2,
- 0.099576,
- "_QVLQLQASHR_"
- ],
- [
- 13092,
- 3,
- 29,
- 5,
- 0.3982,
- "_NKPGPYSSVPPPSAPPPKK_"
- ],
- [
- 14590,
- 2,
- 21,
- 3,
- 0.28442,
- "_EKQDEQVGLPGK_"
- ],
- [
- 8501,
- 2,
- 17,
- 5,
- 0.22756,
- "_EAGEQGDIEPR_"
- ],
- [
- 3742,
- 2,
- 9,
- 3,
- 0.11379,
- "_LSGTGSAGATIR_"
- ],
- [
- 5532,
- 2,
- 8,
- 3,
- 0.099576,
- "_IEKEELDMK_"
- ],
- [
- 9587,
- 2,
- 13,
- 5,
- 0.17065,
- "_KQQQVPVAGIR_"
- ],
- [
- 45394,
- 2,
- 15,
- 4,
- 0.1991,
- "_CDGQVDCDNGSDEQGCPPK_"
- ],
- [
- 4160,
- 2,
- 15,
- 4,
- 0.1991,
- "_IINADSEDPK_"
- ],
- [
- 8636,
- 3,
- 16,
- 4,
- 0.21333,
- "_KMANAGAICCHLSEDK_"
- ],
- [
- 38084,
- 2,
- 10,
- 4,
- 0.128,
- "_YQCYNQEQNDTEGPK_"
- ],
- [
- 5108,
- 2,
- 10,
- 3,
- 0.128,
- "_QCQEGAYLR_"
- ],
- [
- 13405,
- 3,
- 14,
- 5,
- 0.18488,
- "_LITSDKVENFHEEHEK_"
- ],
- [
- 8068,
- 2,
- 5,
- 3,
- 0.056916,
- "_SKEEWNEIR_"
- ],
- [
- 10752,
- 2,
- 10,
- 3,
- 0.128,
- "_FLSHSTDSLNK_"
- ],
- [
- 12877,
- 2,
- 26,
- 5,
- 0.35548,
- "_NCPHVVVGTPGR_"
- ],
- [
- 4782,
- 2,
- 11,
- 5,
- 0.14222,
- "_ADDPYAHLSK_"
- ],
- [
- 30263,
- 2,
- 12,
- 2,
- 0.15644,
- "_NSVAGSNPAKPGLGSPGR_"
- ],
- [
- 1992,
- 2,
- 12,
- 3,
- 0.15644,
- "_TAETGYIQR_"
- ],
- [
- 29040,
- 2,
- 10,
- 4,
- 0.12801,
- "_IIHEDGYSEEECR_"
- ],
- [
- 9530,
- 2,
- 10,
- 4,
- 0.12801,
- "_TKFETEQALR_"
- ],
- [
- 12497,
- 4,
- 8,
- 6,
- 0.099558,
- "_SCNEQIEESEKHTANYDTEER_"
- ],
- [
- 11675,
- 3,
- 9,
- 3,
- 0.1138,
- "_ESEKSDGDPIVDPEKEK_"
- ],
- [
- 9020,
- 3,
- 10,
- 5,
- 0.12801,
- "_KADGVHTVEPTEAGDYK_"
- ],
- [
- 25238,
- 2,
- 15,
- 7,
- 0.1991,
- "_LFQECCPHSTDR_"
- ],
- [
- 13013,
- 2,
- 9,
- 2,
- 0.1138,
- "_LHDNPLTDENK_"
- ],
- [
- 44933,
- 2,
- 13,
- 5,
- 0.17065,
- "_TTHFVEGGDAGNREDQINR_"
- ],
- [
- 32773,
- 2,
- 13,
- 5,
- 0.17065,
- "_STSMDSGSSESPASLKR_"
- ],
- [
- 25584,
- 2,
- 16,
- 5,
- 0.21332,
- "_DQGGFGDRNEYGSR_"
- ],
- [
- 7360,
- 2,
- 17,
- 4,
- 0.22756,
- "_LKDKWDELK_"
- ],
- [
- 10434,
- 2,
- 15,
- 4,
- 0.1991,
- "_LQEALGMHESK_"
- ],
- [
- 4639,
- 2,
- 14,
- 4,
- 0.18487,
- "_YENGAFQER_"
- ],
- [
- 10269,
- 2,
- 14,
- 5,
- 0.18487,
- "_EVGEHLVSIKK_"
- ],
- [
- 10372,
- 2,
- 18,
- 3,
- 0.24178,
- "_EMDEEDKAFK_"
- ],
- [
- 6396,
- 2,
- 18,
- 4,
- 0.24178,
- "_SSSTEPPPPVR_"
- ],
- [
- 14967,
- 2,
- 16,
- 4,
- 0.21332,
- "_ACNAIEDAQSTR_"
- ],
- [
- 14444,
- 2,
- 22,
- 5,
- 0.29864,
- "_SQLLGSAHEVQR_"
- ],
- [
- 13697,
- 2,
- 13,
- 4,
- 0.17065,
- "_AKLDSSETTMVK_"
- ],
- [
- 4650,
- 2,
- 14,
- 2,
- 0.1849,
- "_IKDYDANFK_"
- ],
- [
- 3833,
- 2,
- 17,
- 4,
- 0.22756,
- "_ETMQSLNDR_"
- ],
- [
- 22567,
- 2,
- 14,
- 3,
- 0.1849,
- "_SVSSPTSSNTPTPTK_"
- ],
- [
- 17914,
- 2,
- 12,
- 3,
- 0.15647,
- "_LQTQMDQDEGTK_"
- ],
- [
- 10168,
- 2,
- 12,
- 4,
- 0.15647,
- "_DPAGMPHPETGK_"
- ],
- [
- 46353,
- 2,
- 8,
- 4,
- 0.099591,
- "_MDPNCSCATGGSCTCAGSCK_"
- ],
- [
- 12224,
- 2,
- 11,
- 4,
- 0.14225,
- "_ETEELVGSNSSK_"
- ],
- [
- 18811,
- 2,
- 12,
- 4,
- 0.15647,
- "_VYIASSSGSTAIKK_"
- ],
- [
- 21039,
- 2,
- 18,
- 3,
- 0.2418,
- "_TFQGHTNEVNAIK_"
- ],
- [
- 19407,
- 2,
- 17,
- 3,
- 0.22756,
- "_ENVEGHDLPASEK_"
- ],
- [
- 31393,
- 2,
- 14,
- 5,
- 0.1849,
- "_CGFCHVGEEENEAR_"
- ],
- [
- 27532,
- 2,
- 14,
- 3,
- 0.1849,
- "_SGSQPACLDHMQDR_"
- ],
- [
- 10642,
- 3,
- 13,
- 4,
- 0.17068,
- "_RPAEDTDRETVAGIPNK_"
- ],
- [
- 28169,
- 2,
- 15,
- 4,
- 0.19911,
- "_SSGHSSSELSPDAVEK_"
- ],
- [
- 879,
- 2,
- 11,
- 4,
- 0.14227,
- "_MGGEDDELK_"
- ],
- [
- 6207,
- 2,
- 19,
- 4,
- 0.25603,
- "_EQLMSQEER_"
- ],
- [
- 23169,
- 3,
- 11,
- 6,
- 0.14227,
- "_ILEQEEEEEQAGKPGEPSKK_"
- ],
- [
- 24,
- 3,
- 24,
- 3,
- 0.32712,
- "_SKKPPPVPALPSK_"
- ],
- [
- 29971,
- 2,
- 12,
- 4,
- 0.15648,
- "_ISEACSLAQQSGDHR_"
- ],
- [
- 8516,
- 2,
- 11,
- 2,
- 0.14227,
- "_TTIHQLTMQK_"
- ],
- [
- 28852,
- 2,
- 7,
- 3,
- 0.085392,
- "_CKQLEEEQQALQK_"
- ],
- [
- 22117,
- 2,
- 12,
- 6,
- 0.15648,
- "_QTAQQIVSHVQNK_"
- ],
- [
- 5311,
- 3,
- 17,
- 6,
- 0.22757,
- "_CGFCHVGEEENEAR_"
- ],
- [
- 33487,
- 2,
- 11,
- 5,
- 0.14227,
- "_(Acetyl (Protein N-term))SGASSSEQNNNSYETK_"
- ],
- [
- 10989,
- 2,
- 8,
- 3,
- 0.099611,
- "_NIHESVSAQIR_"
- ],
- [
- 35965,
- 2,
- 8,
- 4,
- 0.099611,
- "_ADTSLNNCEGAAGSTSEK_"
- ],
- [
- 3878,
- 2,
- 14,
- 2,
- 0.18492,
- "_AEISFEDRK_"
- ],
- [
- 22672,
- 2,
- 9,
- 2,
- 0.11382,
- "_NPFSEQGTEEVKK_"
- ],
- [
- 4791,
- 2,
- 8,
- 3,
- 0.099611,
- "_LIEVDDERK_"
- ],
- [
- 4169,
- 2,
- 16,
- 4,
- 0.21335,
- "_SCGLHVTSIK_"
- ],
- [
- 34635,
- 2,
- 14,
- 3,
- 0.18492,
- "_EESESTAVGQAHSDISK_"
- ],
- [
- 36832,
- 2,
- 17,
- 7,
- 0.22757,
- "_NYGGTVAVTESGHTCQR_"
- ],
- [
- 947,
- 3,
- 12,
- 3,
- 0.15648,
- "_VCDATYDKAPVEK_"
- ],
- [
- 952,
- 2,
- 13,
- 3,
- 0.1707,
- "_LQAMHLER_"
- ],
- [
- 12809,
- 3,
- 17,
- 5,
- 0.22757,
- "_SCGSSSHENRPLDLLHK_"
- ],
- [
- 10776,
- 3,
- 13,
- 6,
- 0.1707,
- "_NDTKEDVFVHQTAIKK_"
- ],
- [
- 17707,
- 2,
- 9,
- 3,
- 0.11384,
- "_GWEEDEDPERK_"
- ],
- [
- 16320,
- 3,
- 11,
- 6,
- 0.14226,
- "_FNHDGEEEEEDDDYGSR_"
- ],
- [
- 28129,
- 2,
- 10,
- 4,
- 0.12805,
- "_AGSTALYWACHGGHK_"
- ],
- [
- 16849,
- 2,
- 11,
- 5,
- 0.14226,
- "_VETCGCAEGYAR_"
- ],
- [
- 17912,
- 3,
- 12,
- 2,
- 0.1565,
- "_AEEPVKSECTEEAEEGPAK_"
- ],
- [
- 9303,
- 2,
- 9,
- 3,
- 0.11384,
- "_ESAWTKPDGVK_"
- ],
- [
- 16402,
- 2,
- 7,
- 3,
- 0.085399,
- "_VARPLPAEEPER_"
- ],
- [
- 2883,
- 2,
- 9,
- 2,
- 0.11384,
- "_DAEFYEHR_"
- ],
- [
- 35225,
- 2,
- 12,
- 5,
- 0.1565,
- "_(Acetyl (Protein N-term))SDQEAKPSTEDLGDKK_"
- ],
- [
- 43122,
- 2,
- 9,
- 4,
- 0.11384,
- "_FNHDGEEEEEDDDYGSR_"
- ],
- [
- 1183,
- 2,
- 7,
- 3,
- 0.085399,
- "_ALDCSSSIR_"
- ],
- [
- 6547,
- 3,
- 24,
- 7,
- 0.32712,
- "_RPAEDMEEEQAFKR_"
- ],
- [
- 2118,
- 2,
- 16,
- 4,
- 0.21336,
- "_DCLHGIEAK_"
- ],
- [
- 14871,
- 2,
- 18,
- 6,
- 0.2418,
- "_ETAENYLGHTAK_"
- ],
- [
- 33722,
- 2,
- 14,
- 6,
- 0.18493,
- "_SEENEEPMETDQNAK_"
- ],
- [
- 8208,
- 3,
- 20,
- 7,
- 0.27026,
- "_(Acetyl (Protein N-term))SDQEAKPSTEDLGDKK_"
- ],
- [
- 18026,
- 2,
- 14,
- 5,
- 0.18493,
- "_KNSVVEASEAAYK_"
- ],
- [
- 6357,
- 2,
- 15,
- 3,
- 0.19914,
- "_LNVEAVNTHR_"
- ],
- [
- 5409,
- 2,
- 15,
- 4,
- 0.19914,
- "_NGVMPSHFSR_"
- ],
- [
- 11885,
- 2,
- 10,
- 2,
- 0.12805,
- "_LLDAESEDRPK_"
- ],
- [
- 32962,
- 2,
- 16,
- 3,
- 0.21336,
- "_AAPTAASDQPDSAATTEK_"
- ],
- [
- 7847,
- 2,
- 10,
- 2,
- 0.12805,
- "_KAEAAVVAVAEK_"
- ],
- [
- 3669,
- 2,
- 11,
- 5,
- 0.14226,
- "_LDGEASINNR_"
- ],
- [
- 3196,
- 2,
- 11,
- 4,
- 0.14226,
- "_LTDQEIGDGK_"
- ],
- [
- 4028,
- 3,
- 11,
- 2,
- 0.14226,
- "_VASLEESEGNKQDLK_"
- ],
- [
- 1177,
- 3,
- 13,
- 4,
- 0.17071,
- "_SGTTPKPVINSTPGR_"
- ],
- [
- 23054,
- 2,
- 10,
- 4,
- 0.12805,
- "_EFVSSDESSSGENK_"
- ],
- [
- 7529,
- 2,
- 7,
- 2,
- 0.085351,
- "_QHVQINLNGR_"
- ],
- [
- 1259,
- 2,
- 16,
- 4,
- 0.21336,
- "_DLLHNEDR_"
- ],
- [
- 13312,
- 2,
- 8,
- 4,
- 0.099611,
- "_LCVQNSPQEAR_"
- ],
- [
- 23770,
- 2,
- 12,
- 2,
- 0.15647,
- "_VTEDEEPPTEQDK_"
- ],
- [
- 13985,
- 2,
- 9,
- 3,
- 0.11383,
- "_MAPQENQLQEK_"
- ],
- [
- 10539,
- 3,
- 11,
- 5,
- 0.14226,
- "_LHQLSGSDQLESTAHSR_"
- ],
- [
- 29476,
- 2,
- 9,
- 4,
- 0.11383,
- "_VASLEESEGNKQDLK_"
- ],
- [
- 5254,
- 4,
- 15,
- 7,
- 0.19914,
- "_ILEQEEEEEQAGKPGEPSKK_"
- ],
- [
- 18498,
- 2,
- 15,
- 4,
- 0.19914,
- "_KHTLSYVDVGTGK_"
- ],
- [
- 14642,
- 2,
- 14,
- 2,
- 0.18492,
- "_KLHYNEGLNIK_"
- ],
- [
- 20615,
- 2,
- 15,
- 4,
- 0.19914,
- "_HSVTGYGDCAVGAR_"
- ],
- [
- 596,
- 2,
- 13,
- 3,
- 0.17071,
- "_SLDGVTNDR_"
- ],
- [
- 37166,
- 2,
- 12,
- 4,
- 0.15647,
- "_SVTNGQSNQPSNEGDAIK_"
- ],
- [
- 7146,
- 3,
- 12,
- 5,
- 0.15647,
- "_ALSCAQQAQRPQLQR_"
- ],
- [
- 912,
- 2,
- 10,
- 4,
- 0.12806,
- "_KVIDPVAPR_"
- ],
- [
- 11020,
- 3,
- 9,
- 5,
- 0.11384,
- "_HLCQQLQAEQAAAEKR_"
- ],
- [
- 16804,
- 2,
- 15,
- 6,
- 0.19916,
- "_AELNSTTEELHK_"
- ],
- [
- 16298,
- 2,
- 15,
- 3,
- 0.19916,
- "_SAEEVEEIKAEK_"
- ],
- [
- 27363,
- 2,
- 11,
- 2,
- 0.14228,
- "_TLEQHDNIVTHYK_"
- ],
- [
- 16608,
- 2,
- 11,
- 4,
- 0.14228,
- "_ASGGSLQGHDAVLR_"
- ],
- [
- 23540,
- 2,
- 14,
- 5,
- 0.18494,
- "_SGTTPKPVINSTPGR_"
- ],
- [
- 25394,
- 2,
- 9,
- 3,
- 0.11384,
- "_IKSEHPGLSIGDTAK_"
- ],
- [
- 24862,
- 2,
- 11,
- 2,
- 0.14228,
- "_EQMALNHGEEQVR_"
- ],
- [
- 162,
- 2,
- 11,
- 2,
- 0.14228,
- "_QQEEVFR_"
- ],
- [
- 3830,
- 2,
- 14,
- 5,
- 0.18494,
- "_DTDSEEEIR_"
- ],
- [
- 8342,
- 2,
- 6,
- 2,
- 0.071146,
- "_AVIHIDEQSGK_"
- ],
- [
- 16496,
- 2,
- 10,
- 3,
- 0.12806,
- "_LAEKEETGMAMR_"
- ],
- [
- 39699,
- 2,
- 13,
- 5,
- 0.1707,
- "_DGSGGASGTLQPSSGGGSSNSR_"
- ],
- [
- 7200,
- 2,
- 10,
- 4,
- 0.12806,
- "_CYYKPAEIK_"
- ],
- [
- 2155,
- 2,
- 19,
- 4,
- 0.25602,
- "_TVGVEPAADGK_"
- ],
- [
- 22426,
- 2,
- 6,
- 2,
- 0.071146,
- "_LVESGHYASQQIR_"
- ],
- [
- 14045,
- 2,
- 18,
- 5,
- 0.2418,
- "_EAAEEEGEPEVK_"
- ],
- [
- 44689,
- 2,
- 11,
- 4,
- 0.14227,
- "_CQEAQNGSESEVWTHQSK_"
- ],
- [
- 20467,
- 2,
- 8,
- 3,
- 0.099578,
- "_NDYEARPQYYK_"
- ],
- [
- 9400,
- 3,
- 12,
- 2,
- 0.15649,
- "_QREDQEQLQEEIKR_"
- ],
- [
- 15774,
- 2,
- 12,
- 5,
- 0.15649,
- "_SAHATAPVNIAGSR_"
- ],
- [
- 34856,
- 2,
- 13,
- 4,
- 0.17071,
- "_STQYLNQHQTAAMCK_"
- ],
- [
- 1292,
- 2,
- 14,
- 6,
- 0.18492,
- "_KELNYFAK_"
- ],
- [
- 1526,
- 2,
- 8,
- 2,
- 0.099578,
- "_HIEPELAGR_"
- ],
- [
- 792,
- 2,
- 13,
- 2,
- 0.17071,
- "_LEYEGLHK_"
- ],
- [
- 843,
- 2,
- 11,
- 3,
- 0.14227,
- "_CLTQNDLK_"
- ],
- [
- 1864,
- 2,
- 22,
- 6,
- 0.29867,
- "_DHFEEAMR_"
- ],
- [
- 35282,
- 2,
- 11,
- 4,
- 0.14227,
- "_RAQTGSGGADPTTDVSGQS_"
- ],
- [
- 14719,
- 2,
- 10,
- 5,
- 0.12805,
- "_GSVSNAQQPDLSK_"
- ],
- [
- 18771,
- 3,
- 23,
- 7,
- 0.31289,
- "_TTHFVEGGDAGNREDQINR_"
- ],
- [
- 15421,
- 2,
- 12,
- 4,
- 0.15649,
- "_THVMLGAETEEK_"
- ],
- [
- 5313,
- 2,
- 11,
- 3,
- 0.15649,
- "_ESYDYNPNK_"
- ],
- [
- 35513,
- 2,
- 11,
- 3,
- 0.14227,
- "_QELSHALYQHDAACR_"
- ],
- [
- 5358,
- 2,
- 13,
- 2,
- 0.17071,
- "_NSSWYSSGSR_"
- ],
- [
- 18311,
- 2,
- 10,
- 3,
- 0.12801,
- "_LDSMESSETSCR_"
- ],
- [
- 4745,
- 2,
- 9,
- 3,
- 0.11379,
- "_GSAGAPSVENVK_"
- ],
- [
- 13018,
- 2,
- 15,
- 5,
- 0.19913,
- "_KIDASQTEFEK_"
- ],
- [
- 4288,
- 2,
- 8,
- 3,
- 0.099569,
- "_ALGSEVQDASK_"
- ],
- [
- 3733,
- 2,
- 16,
- 3,
- 0.21336,
- "_GSLEEAEAER_"
- ],
- [
- 6017,
- 2,
- 13,
- 3,
- 0.17071,
- "_NIGENEGGIDK_"
- ],
- [
- 11212,
- 3,
- 14,
- 5,
- 0.18492,
- "_KQQSIAGSADSKPIDVSR_"
- ],
- [
- 6454,
- 3,
- 12,
- 4,
- 0.15647,
- "_EFESHLDKLDNEKK_"
- ],
- [
- 12480,
- 2,
- 12,
- 4,
- 0.15647,
- "_SSGTTAKPLPVVK_"
- ],
- [
- 2372,
- 2,
- 10,
- 3,
- 0.128,
- "_VSLQVHPDR_"
- ],
- [
- 11782,
- 2,
- 10,
- 2,
- 0.128,
- "_TAIHEVMEQGR_"
- ],
- [
- 7939,
- 2,
- 9,
- 4,
- 0.11378,
- "_IRDQLSAVASK_"
- ],
- [
- 6823,
- 2,
- 9,
- 3,
- 0.11378,
- "_FEGNFVHGEK_"
- ],
- [
- 8792,
- 2,
- 8,
- 5,
- 0.099535,
- "_AQM(Oxidation (M))VQEDLEK_"
- ],
- [
- 5119,
- 2,
- 15,
- 3,
- 0.19913,
- "_KFMGTELNGK_"
- ],
- [
- 13597,
- 2,
- 14,
- 2,
- 0.18491,
- "_MISEIDKEGTGK_"
- ],
- [
- 8408,
- 2,
- 13,
- 5,
- 0.1707,
- "_DSYVGDEAQSK_"
- ],
- [
- 26014,
- 2,
- 15,
- 6,
- 0.19913,
- "_SINQQSGAHVELQR_"
- ],
- [
- 14991,
- 2,
- 14,
- 6,
- 0.18491,
- "_KVVAEVYDQER_"
- ],
- [
- 1087,
- 2,
- 22,
- 5,
- 0.29865,
- "_KENPLQFK_"
- ],
- [
- 3447,
- 2,
- 15,
- 5,
- 0.19913,
- "_CVIMCQGSK_"
- ],
- [
- 18406,
- 3,
- 14,
- 6,
- 0.18491,
- "_CQEAQNGSESEVWTHQSK_"
- ],
- [
- 20009,
- 2,
- 14,
- 5,
- 0.18491,
- "_QDAQSLHGDIPQK_"
- ],
- [
- 29451,
- 3,
- 11,
- 6,
- 0.14221,
- "_RTGGPAYGPSSDVSTASETESEKR_"
- ],
- [
- 20078,
- 2,
- 11,
- 5,
- 0.14221,
- "_DSVTCPTCQGTGR_"
- ],
- [
- 12103,
- 2,
- 18,
- 3,
- 0.24179,
- "_TQIQSQESDLK_"
- ],
- [
- 8,
- 2,
- 13,
- 3,
- 0.17069,
- "_SCFQSPR_"
- ],
- [
- 42367,
- 2,
- 16,
- 6,
- 0.21334,
- "_TGVHHYSGNNIELGTACGK_"
- ],
- [
- 21947,
- 2,
- 16,
- 5,
- 0.21334,
- "_TQTLPSENSEESR_"
- ],
- [
- 35081,
- 2,
- 12,
- 4,
- 0.15643,
- "_GSTESCNTTTEDEDLK_"
- ],
- [
- 11574,
- 3,
- 13,
- 6,
- 0.17069,
- "_STSGPRPGCQPSSPCVPK_"
- ],
- [
- 15270,
- 2,
- 16,
- 5,
- 0.21334,
- "_EEDPATGTGDPPR_"
- ],
- [
- 28953,
- 2,
- 12,
- 2,
- 0.15643,
- "_APQEFMTSHSEAGSR_"
- ],
- [
- 41941,
- 2,
- 10,
- 4,
- 0.12799,
- "_IQHNGNCQLNEENLSTK_"
- ],
- [
- 32437,
- 2,
- 10,
- 5,
- 0.12799,
- "_NSLQEQQEEEEEAR_"
- ],
- [
- 1446,
- 2,
- 13,
- 2,
- 0.17069,
- "_IHTPMEYK_"
- ],
- [
- 35471,
- 2,
- 9,
- 3,
- 0.11375,
- "_CTSTTSSQSEPSEQLR_"
- ],
- [
- 14862,
- 2,
- 8,
- 4,
- 0.099515,
- "_QSELSAEESPEK_"
- ],
- [
- 882,
- 2,
- 9,
- 3,
- 0.11375,
- "_SHGFAAEFK_"
- ],
- [
- 1311,
- 2,
- 10,
- 2,
- 0.12799,
- "_PAPTLEEEK_"
- ],
- [
- 13777,
- 2,
- 10,
- 4,
- 0.12799,
- "_SKWEMDTSEAK_"
- ],
- [
- 12307,
- 2,
- 10,
- 2,
- 0.12796,
- "_IVMEEGCSTQK_"
- ],
- [
- 1493,
- 2,
- 12,
- 3,
- 0.15643,
- "_YTFPAEHR_"
- ],
- [
- 1671,
- 2,
- 11,
- 3,
- 0.14221,
- "_VGHFDPVTR_"
- ],
- [
- 191,
- 2,
- 8,
- 3,
- 0.099503,
- "_QIQQYMK_"
- ],
- [
- 11641,
- 2,
- 9,
- 3,
- 0.11373,
- "_DTSSSTVVSTQR_"
- ],
- [
- 1238,
- 2,
- 9,
- 3,
- 0.11373,
- "_NQNDPLPGR_"
- ],
- [
- 9195,
- 2,
- 11,
- 2,
- 0.14221,
- "_ETSMVHELNR_"
- ],
- [
- 3123,
- 2,
- 10,
- 2,
- 0.12796,
- "_HWGGQADFR_"
- ],
- [
- 33284,
- 2,
- 11,
- 4,
- 0.14221,
- "_SQSGQIKEEDFEQSK_"
- ],
- [
- 8061,
- 2,
- 15,
- 2,
- 0.19912,
- "_TEEPMETEPK_"
- ],
- [
- 7461,
- 2,
- 5,
- 3,
- 0.056849,
- "_EENIEDATEK_"
- ],
- [
- 2786,
- 2,
- 16,
- 2,
- 0.21334,
- "_GPYPYNQPK_"
- ],
- [
- 21413,
- 2,
- 15,
- 6,
- 0.19912,
- "_ETGYVVERPSTTK_"
- ],
- [
- 14201,
- 2,
- 14,
- 5,
- 0.1849,
- "_KPNSVVISCGMK_"
- ],
- [
- 355,
- 3,
- 16,
- 5,
- 0.21334,
- "_QDAQSLHGDIPQK_"
- ],
- [
- 717,
- 2,
- 15,
- 3,
- 0.19912,
- "_HSMNILNR_"
- ],
- [
- 14840,
- 3,
- 16,
- 5,
- 0.21334,
- "_IQHNGNCQLNEENLSTK_"
- ],
- [
- 3089,
- 2,
- 15,
- 3,
- 0.19912,
- "_NADVELQQR_"
- ],
- [
- 17404,
- 2,
- 13,
- 3,
- 0.17064,
- "_STTSVSEEDVSSR_"
- ],
- [
- 11679,
- 3,
- 13,
- 5,
- 0.17064,
- "_HLLDDNGQDKPVKPPTK_"
- ],
- [
- 22665,
- 2,
- 23,
- 6,
- 0.31286,
- "_KYEEIDNAPEER_"
- ],
- [
- 272,
- 2,
- 17,
- 3,
- 0.22755,
- "_YKEALLGR_"
- ],
- [
- 3960,
- 2,
- 22,
- 5,
- 0.29869,
- "_TLHPDLGTDK_"
- ],
- [
- 26628,
- 2,
- 12,
- 3,
- 0.15647,
- "_EGCGDDNVCNSNLK_"
- ],
- [
- 14286,
- 2,
- 10,
- 3,
- 0.128,
- "_TALSEEEEEER_"
- ],
- [
- 18005,
- 2,
- 12,
- 6,
- 0.15647,
- "_NICEGGEEMDNK_"
- ],
- [
- 4538,
- 2,
- 9,
- 3,
- 0.11377,
- "_IGSMSSVTSNK_"
- ],
- [
- 25112,
- 2,
- 11,
- 3,
- 0.14223,
- "_DSGFSSGNTDTSSER_"
- ],
- [
- 7458,
- 2,
- 16,
- 2,
- 0.21339,
- "_DSYESYGNSR_"
- ],
- [
- 21395,
- 2,
- 11,
- 3,
- 0.14223,
- "_DDDQKDSVEEMR_"
- ],
- [
- 17863,
- 2,
- 10,
- 5,
- 0.128,
- "_ADAEGESDLENSR_"
- ],
- [
- 8456,
- 3,
- 17,
- 7,
- 0.22761,
- "_QELSHALYQHDAACR_"
- ],
- [
- 21036,
- 2,
- 11,
- 5,
- 0.14223,
- "_NIALDKTDDSNPR_"
- ],
- [
- 14537,
- 2,
- 13,
- 4,
- 0.17069,
- "_QPSLHMSAAAASR_"
- ],
- [
- 709,
- 2,
- 14,
- 4,
- 0.18491,
- "_APQVVAEAAK_"
- ],
- [
- 22897,
- 2,
- 15,
- 4,
- 0.19915,
- "_NLKVPSGQNADVQK_"
- ],
- [
- 16026,
- 2,
- 15,
- 4,
- 0.19915,
- "_EALGCHIEQATK_"
- ],
- [
- 4878,
- 3,
- 13,
- 6,
- 0.17071,
- "_ATQGEQDNYEMHVR_"
- ],
- [
- 4217,
- 2,
- 15,
- 3,
- 0.19915,
- "_REELAPYPK_"
- ],
- [
- 1878,
- 2,
- 19,
- 3,
- 0.25606,
- "_FLNAENAQK_"
- ],
- [
- 17256,
- 2,
- 14,
- 3,
- 0.18494,
- "_GDASKEDIDTAMK_"
- ],
- [
- 15466,
- 2,
- 10,
- 4,
- 0.12801,
- "_LEQVSDSHFQR_"
- ],
- [
- 1550,
- 2,
- 9,
- 2,
- 0.1138,
- "_SLPELAQHK_"
- ],
- [
- 7545,
- 2,
- 14,
- 4,
- 0.18494,
- "_SDWGSCPSQR_"
- ],
- [
- 863,
- 2,
- 9,
- 4,
- 0.1138,
- "_GPQYGTLEK_"
- ],
- [
- 18702,
- 2,
- 14,
- 5,
- 0.18494,
- "_AEEDTQFNYHR_"
- ],
- [
- 5256,
- 4,
- 12,
- 3,
- 0.15647,
- "_VTQLLPQNVHSHNSISKPQK_"
- ],
- [
- 27758,
- 2,
- 13,
- 4,
- 0.17071,
- "_AVPKEDIYSGGGGGGSR_"
- ],
- [
- 2022,
- 2,
- 14,
- 3,
- 0.18494,
- "_LNHNDWIK_"
- ],
- [
- 1564,
- 2,
- 14,
- 3,
- 0.18494,
- "_NDYDQLQK_"
- ],
- [
- 9012,
- 2,
- 16,
- 4,
- 0.21341,
- "_HADYIASYGSK_"
- ],
- [
- 18,
- 3,
- 20,
- 3,
- 0.27027,
- "_YFHPPAHLQAR_"
- ],
- [
- 6702,
- 2,
- 14,
- 4,
- 0.18494,
- "_SDEGQLSPATR_"
- ],
- [
- 18630,
- 2,
- 14,
- 3,
- 0.18494,
- "_CEASGKPEVQFR_"
- ],
- [
- 10891,
- 2,
- 11,
- 4,
- 0.14224,
- "_KFAEALGSTEAK_"
- ],
- [
- 15378,
- 3,
- 23,
- 7,
- 0.31294,
- "_TGVHHYSGNNIELGTACGK_"
- ],
- [
- 17566,
- 2,
- 14,
- 3,
- 0.18494,
- "_TLVGICSEHQSR_"
- ],
- [
- 4613,
- 2,
- 13,
- 4,
- 0.17068,
- "_LLLCEHAEK_"
- ],
- [
- 10615,
- 2,
- 11,
- 3,
- 0.14222,
- "_HSLASSEYPVR_"
- ],
- [
- 27387,
- 2,
- 10,
- 3,
- 0.12801,
- "_MNGDQNSDVYAQEK_"
- ],
- [
- 24071,
- 3,
- 12,
- 4,
- 0.15645,
- "_PTTETQFSNMGMEDVPLATSK_"
- ],
- [
- 12604,
- 2,
- 10,
- 4,
- 0.12801,
- "_(Acetyl (Protein N-term))STNENANTPAAR_"
- ],
- [
- 8072,
- 2,
- 9,
- 4,
- 0.11378,
- "_IASDEEIQGTK_"
- ],
- [
- 25464,
- 2,
- 11,
- 2,
- 0.14222,
- "_YKDTQSVSAIGEEK_"
- ],
- [
- 40909,
- 2,
- 11,
- 3,
- 0.14222,
- "_TSFSQEQSCDSAGEGSER_"
- ],
- [
- 30549,
- 2,
- 12,
- 4,
- 0.15645,
- "_EGVLTGSPEQKEEAAK_"
- ],
- [
- 18137,
- 3,
- 9,
- 5,
- 0.11378,
- "_VAPAEPQEAPDSTAAGGSASKR_"
- ],
- [
- 35651,
- 2,
- 12,
- 4,
- 0.15645,
- "_SYESSEDCSEAAGSPAR_"
- ],
- [
- 5821,
- 2,
- 9,
- 4,
- 0.11378,
- "_LKATVTPSPVK_"
- ],
- [
- 477,
- 3,
- 18,
- 2,
- 0.24184,
- "_ADTGHAFLAKPPAR_"
- ],
- [
- 1380,
- 2,
- 14,
- 3,
- 0.18492,
- "_TKDIVNGLR_"
- ],
- [
- 5521,
- 2,
- 14,
- 5,
- 0.18492,
- "_NLTQDEMQR_"
- ],
- [
- 14622,
- 2,
- 13,
- 3,
- 0.17068,
- "_ADTQTYQPYNK_"
- ],
- [
- 16167,
- 2,
- 16,
- 3,
- 0.21336,
- "_ADAGHAGVSANMMK_"
- ],
- [
- 2602,
- 4,
- 29,
- 7,
- 0.39824,
- "_TTHFVEGGDAGNREDQINR_"
- ],
- [
- 4956,
- 2,
- 12,
- 4,
- 0.15643,
- "_IFAQDGEGQR_"
- ],
- [
- 23513,
- 2,
- 10,
- 2,
- 0.12799,
- "_HECQNLESEPIR_"
- ],
- [
- 17055,
- 2,
- 8,
- 3,
- 0.099567,
- "_SYYKPDSPEYK_"
- ],
- [
- 37762,
- 2,
- 12,
- 5,
- 0.15643,
- "_DYDEEEQGYDSEKEK_"
- ],
- [
- 10044,
- 2,
- 16,
- 5,
- 0.21336,
- "_VGGTSDVEVNEK_"
- ],
- [
- 4087,
- 2,
- 13,
- 3,
- 0.17066,
- "_FAGDKGYLTK_"
- ],
- [
- 6777,
- 2,
- 7,
- 3,
- 0.085358,
- "_NSLVTGGEDDR_"
- ],
- [
- 156,
- 2,
- 11,
- 3,
- 0.14222,
- "_EESTEVLK_"
- ],
- [
- 3045,
- 3,
- 11,
- 3,
- 0.14222,
- "_AVPKEDIYSGGGGGGSR_"
- ],
- [
- 23288,
- 2,
- 11,
- 3,
- 0.14222,
- "_NSYQDEDTAGGPPR_"
- ],
- [
- 4780,
- 2,
- 11,
- 4,
- 0.14222,
- "_(Acetyl (Protein N-term))MEAERGPER_"
- ],
- [
- 8561,
- 2,
- 12,
- 2,
- 0.15643,
- "_QQEELDALKK_"
- ],
- [
- 12825,
- 2,
- 12,
- 4,
- 0.15643,
- "_EHAPLASPVENK_"
- ],
- [
- 7786,
- 4,
- 11,
- 4,
- 0.14222,
- "_VHGPGIQSGTTNKPNKFTVETR_"
- ],
- [
- 31668,
- 2,
- 15,
- 5,
- 0.19914,
- "_SSPSGPSNPSNPSVEEK_"
- ],
- [
- 992,
- 2,
- 13,
- 3,
- 0.17066,
- "_RLEEPSLR_"
- ],
- [
- 34067,
- 3,
- 10,
- 4,
- 0.12799,
- "_SSSSASQSNHSCTSMPSSPATPASGTK_"
- ],
- [
- 17121,
- 2,
- 19,
- 6,
- 0.25605,
- "_TTTAAAVASTGPSSR_"
- ],
- [
- 2233,
- 2,
- 7,
- 3,
- 0.085358,
- "_LSSAHVYLR_"
- ],
- [
- 31661,
- 2,
- 10,
- 3,
- 0.12799,
- "_EYVSNDAAQSDDEEK_"
- ],
- [
- 529,
- 2,
- 14,
- 3,
- 0.18489,
- "_QQELEAVR_"
- ],
- [
- 22003,
- 2,
- 9,
- 3,
- 0.11378,
- "_MTNYDVEHTIKK_"
- ],
- [
- 2286,
- 2,
- 15,
- 4,
- 0.19914,
- "_EDVSLHGYK_"
- ],
- [
- 5274,
- 2,
- 15,
- 3,
- 0.19914,
- "_IYHPNIDEK_"
- ],
- [
- 11128,
- 2,
- 13,
- 3,
- 0.17066,
- "_SEAHTADGISIR_"
- ],
- [
- 11169,
- 2,
- 12,
- 3,
- 0.15648,
- "_MDSTEPAYSEK_"
- ],
- [
- 24645,
- 2,
- 7,
- 2,
- 0.085401,
- "_TCCHIMLSQEEK_"
- ],
- [
- 11707,
- 2,
- 10,
- 2,
- 0.12803,
- "_HIAEVSQEVTR_"
- ],
- [
- 4226,
- 2,
- 12,
- 4,
- 0.15648,
- "_YALQVKPQR_"
- ],
- [
- 22310,
- 2,
- 23,
- 6,
- 0.31295,
- "_NIIHGSDSVESAEK_"
- ],
- [
- 4794,
- 2,
- 10,
- 3,
- 0.12803,
- "_DKGETIQGLR_"
- ],
- [
- 1758,
- 2,
- 12,
- 3,
- 0.15648,
- "_LNPAVTCAGK_"
- ],
- [
- 9950,
- 2,
- 11,
- 4,
- 0.14224,
- "_KGTEVQVDDIK_"
- ],
- [
- 1392,
- 2,
- 11,
- 4,
- 0.14224,
- "_SGINCPIQK_"
- ],
- [
- 14464,
- 3,
- 11,
- 5,
- 0.14224,
- "_FELQHGTEEQQEEVRK_"
- ],
- [
- 9662,
- 2,
- 11,
- 4,
- 0.14224,
- "_LLQQGTAPAQAK_"
- ],
- [
- 14602,
- 2,
- 11,
- 5,
- 0.14224,
- "_KVQLTPGQTEVK_"
- ],
- [
- 13356,
- 2,
- 12,
- 5,
- 0.15648,
- "_EPVETAVDNNSK_"
- ],
- [
- 18240,
- 2,
- 12,
- 6,
- 0.15648,
- "_LEAATQQNQQLR_"
- ],
- [
- 16333,
- 2,
- 7,
- 2,
- 0.085401,
- "_HQAFM(Oxidation (M))AELASNK_"
- ],
- [
- 676,
- 2,
- 16,
- 4,
- 0.21339,
- "_EYTAAVEAK_"
- ],
- [
- 20416,
- 2,
- 17,
- 4,
- 0.22761,
- "_TKQDEVNAAWQR_"
- ],
- [
- 5976,
- 2,
- 14,
- 3,
- 0.18492,
- "_NSGTEHWWK_"
- ],
- [
- 11764,
- 3,
- 16,
- 5,
- 0.21339,
- "_DCHEEVYAGSHQYPGR_"
- ],
- [
- 837,
- 2,
- 14,
- 5,
- 0.18492,
- "_MGGEEAEIR_"
- ],
- [
- 3765,
- 2,
- 13,
- 3,
- 0.17069,
- "_FGNDVQHFK_"
- ],
- [
- 690,
- 2,
- 14,
- 3,
- 0.18492,
- "_LIHTLDDR_"
- ],
- [
- 4467,
- 2,
- 12,
- 5,
- 0.15648,
- "_YKEVAELTR_"
- ],
- [
- 1094,
- 2,
- 11,
- 4,
- 0.14225,
- "_VACCPLER_"
- ],
- [
- 10621,
- 2,
- 9,
- 2,
- 0.11383,
- "_ANQISPSNSSLK_"
- ],
- [
- 1006,
- 2,
- 9,
- 3,
- 0.11383,
- "_HTIEMIEK_"
- ],
- [
- 1328,
- 2,
- 12,
- 3,
- 0.15646,
- "_QYFQTAEK_"
- ],
- [
- 7236,
- 3,
- 9,
- 5,
- 0.11383,
- "_LQESTQTVQSLHGSSR_"
- ],
- [
- 3909,
- 2,
- 10,
- 3,
- 0.12803,
- "_EASFSPTDNK_"
- ],
- [
- 3182,
- 3,
- 21,
- 4,
- 0.28452,
- "_YLAADKDGNVTCER_"
- ],
- [
- 2482,
- 2,
- 19,
- 5,
- 0.25604,
- "_TPGPGAQSALR_"
- ],
- [
- 42073,
- 2,
- 15,
- 3,
- 0.19913,
- "_(Acetyl (Protein N-term))SQKQEEENPAEETGEEK_"
- ],
- [
- 17263,
- 2,
- 11,
- 6,
- 0.14225,
- "_QAEEQIEHLQR_"
- ],
- [
- 15147,
- 2,
- 14,
- 5,
- 0.1849,
- "_LAQDGAHVVVSSR_"
- ],
- [
- 32926,
- 2,
- 13,
- 6,
- 0.17069,
- "_TPTCQSSTDCSPYAR_"
- ],
- [
- 1957,
- 2,
- 10,
- 4,
- 0.12803,
- "_NNFEGEVTK_"
- ],
- [
- 27949,
- 2,
- 21,
- 4,
- 0.28452,
- "_YLAADKDGNVTCER_"
- ],
- [
- 22836,
- 2,
- 13,
- 4,
- 0.17069,
- "_EQLMGHSEWDHK_"
- ],
- [
- 22507,
- 2,
- 13,
- 5,
- 0.17069,
- "_QCFHEEVEQGVK_"
- ],
- [
- 28131,
- 2,
- 14,
- 5,
- 0.1849,
- "_TGTITTFEHAHNMR_"
- ],
- [
- 19536,
- 2,
- 27,
- 5,
- 0.36983,
- "_ESEPQAAAEPAEAK_"
- ],
- [
- 7285,
- 3,
- 12,
- 4,
- 0.15646,
- "_ELHNTPYGTASEPSEK_"
- ],
- [
- 34004,
- 2,
- 9,
- 4,
- 0.11383,
- "_LQESTQTVQSLHGSSR_"
- ],
- [
- 88,
- 2,
- 12,
- 4,
- 0.15646,
- "_IWDANGSR_"
- ],
- [
- 8526,
- 3,
- 11,
- 5,
- 0.14224,
- "_NGSFGGQYSECRDPAR_"
- ],
- [
- 24819,
- 2,
- 16,
- 5,
- 0.21334,
- "_TQDPSSPGTTPPQAR_"
- ],
- [
- 25285,
- 2,
- 11,
- 4,
- 0.14224,
- "_DHTVSGDEDYCPR_"
- ],
- [
- 1690,
- 2,
- 10,
- 3,
- 0.12803,
- "_AYDPDYER_"
- ],
- [
- 5551,
- 3,
- 13,
- 5,
- 0.17067,
- "_SWHPEEFNCAHCK_"
- ],
- [
- 27029,
- 2,
- 9,
- 4,
- 0.11382,
- "_SQSSTSPEGQALENR_"
- ],
- [
- 2604,
- 2,
- 11,
- 2,
- 0.14224,
- "_YYLTDIDR_"
- ],
- [
- 7971,
- 2,
- 11,
- 2,
- 0.14224,
- "_RLDDVSNDVR_"
- ],
- [
- 18214,
- 2,
- 6,
- 2,
- 0.071098,
- "_NLEEAELHSTEK_"
- ],
- [
- 16801,
- 2,
- 12,
- 3,
- 0.15646,
- "_ISQTYQQQYGR_"
- ],
- [
- 21921,
- 2,
- 8,
- 2,
- 0.099607,
- "_ICLVNDPRPQHK_"
- ],
- [
- 2449,
- 2,
- 14,
- 4,
- 0.1849,
- "_GGTLTQYEGK_"
- ],
- [
- 28830,
- 2,
- 15,
- 5,
- 0.19911,
- "_SGCSEAQPPESPETR_"
- ],
- [
- 41349,
- 2,
- 12,
- 5,
- 0.15646,
- "_LQQQQAQQPLQQQQQR_"
- ],
- [
- 1080,
- 2,
- 20,
- 5,
- 0.28451,
- "_IGTDIQDNK_"
- ],
- [
- 178,
- 2,
- 14,
- 3,
- 0.1849,
- "_QDSLESMK_"
- ],
- [
- 3602,
- 2,
- 19,
- 2,
- 0.25603,
- "_VAQPTITDNK_"
- ],
- [
- 49233,
- 2,
- 12,
- 5,
- 0.15646,
- "_SQNSQESTADESEDDMSSQASK_"
- ],
- [
- 17971,
- 2,
- 11,
- 5,
- 0.14226,
- "_TNSMSSSGLGSPNR_"
- ],
- [
- 2753,
- 2,
- 11,
- 2,
- 0.14226,
- "_ATVLESEGTR_"
- ],
- [
- 16949,
- 3,
- 12,
- 5,
- 0.15647,
- "_IHNAENIQPGEQKYEYK_"
- ],
- [
- 24227,
- 2,
- 12,
- 4,
- 0.15647,
- "_SMSVYCTPNKPSR_"
- ],
- [
- 22464,
- 2,
- 12,
- 5,
- 0.15647,
- "_SEQAVAQLEEEKK_"
- ],
- [
- 14232,
- 2,
- 7,
- 3,
- 0.08532,
- "_TVNSNCEINNR_"
- ],
- [
- 30459,
- 2,
- 10,
- 3,
- 0.12804,
- "_RPSDENTIAPSEVQK_"
- ],
- [
- 2309,
- 2,
- 12,
- 5,
- 0.15647,
- "_DVFERPSAK_"
- ],
- [
- 1165,
- 2,
- 18,
- 5,
- 0.24179,
- "_VDRDYVLK_"
- ],
- [
- 19095,
- 2,
- 15,
- 5,
- 0.19912,
- "_GVLHQFSGTETNK_"
- ],
- [
- 33804,
- 2,
- 10,
- 4,
- 0.12804,
- "_IEPGTAADSQQIHEEK_"
- ],
- [
- 2821,
- 2,
- 9,
- 3,
- 0.11383,
- "_QFIAAQGSSR_"
- ],
- [
- 6872,
- 2,
- 15,
- 2,
- 0.19912,
- "_CLSDPAEGCR_"
- ],
- [
- 13489,
- 2,
- 8,
- 2,
- 0.099564,
- "_NAWADNANACAK_"
- ],
- [
- 235,
- 2,
- 17,
- 3,
- 0.22756,
- "_YLDIHER_"
- ],
- [
- 17437,
- 2,
- 15,
- 4,
- 0.19912,
- "_QLQLAQEAAQKR_"
- ],
- [
- 16279,
- 2,
- 14,
- 5,
- 0.18489,
- "_HQDVMPYDSNR_"
- ],
- [
- 21522,
- 2,
- 9,
- 3,
- 0.11383,
- "_TTEAEPKPLEEPK_"
- ],
- [
- 38482,
- 2,
- 9,
- 4,
- 0.11383,
- "_AEHMETNAVGPSPSSDTR_"
- ],
- [
- 26833,
- 3,
- 22,
- 4,
- 0.29873,
- "_PGETEEPRPPEQQDQEGGEAAK_"
- ],
- [
- 3130,
- 2,
- 9,
- 4,
- 0.11378,
- "_EQYELVHR_"
- ],
- [
- 3019,
- 2,
- 9,
- 3,
- 0.11378,
- "_AINTQEAPVK_"
- ],
- [
- 7156,
- 2,
- 9,
- 3,
- 0.11378,
- "_EVVAEEMAHR_"
- ],
- [
- 6369,
- 3,
- 10,
- 4,
- 0.12805,
- "_LQEEDKFDKEEYR_"
- ],
- [
- 219,
- 2,
- 10,
- 3,
- 0.12805,
- "_RLNVALTR_"
- ],
- [
- 2830,
- 2,
- 9,
- 2,
- 0.11378,
- "_AEALLSHAPR_"
- ],
- [
- 30775,
- 2,
- 8,
- 4,
- 0.099539,
- "_SSGSTTELHCVTDER_"
- ],
- [
- 12611,
- 2,
- 9,
- 4,
- 0.11378,
- "_KNPEMEDLPSK_"
- ],
- [
- 23533,
- 3,
- 11,
- 4,
- 0.14226,
- "_EQDQRPLHPVANPHAEISTK_"
- ],
- [
- 11219,
- 2,
- 8,
- 2,
- 0.099539,
- "_MTEVLDHEER_"
- ],
- [
- 3450,
- 2,
- 8,
- 2,
- 0.099539,
- "_YEDQELTGK_"
- ],
- [
- 29337,
- 2,
- 10,
- 5,
- 0.12805,
- "_KDETSTSGNFSVDEK_"
- ],
- [
- 5366,
- 2,
- 10,
- 3,
- 0.12805,
- "_ESPVEFTGHK_"
- ],
- [
- 34261,
- 2,
- 11,
- 4,
- 0.14226,
- "_TASQEGCQELTQEQR_"
- ],
- [
- 4257,
- 2,
- 10,
- 3,
- 0.12805,
- "_VGEAIETTQR_"
- ],
- [
- 6100,
- 2,
- 11,
- 4,
- 0.14226,
- "_KLLLSATSGEK_"
- ],
- [
- 33403,
- 2,
- 10,
- 2,
- 0.12805,
- "_ITPAHDQNDYEVGQR_"
- ],
- [
- 9080,
- 2,
- 12,
- 3,
- 0.15648,
- "_NSIVNSQPPEK_"
- ],
- [
- 15883,
- 2,
- 14,
- 4,
- 0.1849,
- "_SSRPPVPISNATK_"
- ],
- [
- 13277,
- 2,
- 14,
- 5,
- 0.1849,
- "_QAASGLVGQENAR_"
- ],
- [
- 14000,
- 2,
- 12,
- 4,
- 0.15648,
- "_KAEEVQAWAQR_"
- ],
- [
- 3521,
- 2,
- 19,
- 3,
- 0.25601,
- "_IDPNPADSQK_"
- ],
- [
- 4533,
- 4,
- 13,
- 6,
- 0.17068,
- "_EESDDEAAVEEEEEEKKPK_"
- ],
- [
- 16605,
- 2,
- 17,
- 2,
- 0.22755,
- "_TQNDVLHAENVK_"
- ],
- [
- 6658,
- 2,
- 6,
- 2,
- 0.071118,
- "_GGDGINSIGGGQK_"
- ],
- [
- 43,
- 2,
- 23,
- 2,
- 0.31295,
- "_QPSYPSVK_"
- ],
- [
- 25242,
- 2,
- 13,
- 4,
- 0.17068,
- "_ESKEETPGTEWEK_"
- ],
- [
- 4031,
- 2,
- 13,
- 5,
- 0.17068,
- "_(Acetyl (Protein N-term))MDKDCEMK_"
- ],
- [
- 22082,
- 3,
- 15,
- 5,
- 0.19911,
- "_EESDDEAAVEEEEEEKKPK_"
- ],
- [
- 12536,
- 2,
- 12,
- 4,
- 0.15648,
- "_LQIEESSKPVR_"
- ],
- [
- 79,
- 2,
- 20,
- 4,
- 0.27025,
- "_KLILDSAR_"
- ],
- [
- 19185,
- 2,
- 12,
- 5,
- 0.15648,
- "_GISSSNEGVEEPSK_"
- ],
- [
- 29982,
- 2,
- 12,
- 4,
- 0.15648,
- "_KAALSASEGEEVPQDK_"
- ],
- [
- 7013,
- 3,
- 6,
- 2,
- 0.071078,
- "_HWIGCGAHLSKPMEK_"
- ],
- [
- 560,
- 2,
- 15,
- 4,
- 0.19911,
- "_LLEGEEER_"
- ],
- [
- 22327,
- 2,
- 9,
- 4,
- 0.11375,
- "_RQPVVCTGGSPSIK_"
- ],
- [
- 8665,
- 2,
- 11,
- 4,
- 0.14226,
- "_ILGTAGTEEGQK_"
- ],
- [
- 8693,
- 2,
- 15,
- 3,
- 0.19911,
- "_LEAQDSGEEAR_"
- ],
- [
- 14433,
- 2,
- 16,
- 5,
- 0.21332,
- "_AAVMVYDDANKK_"
- ],
- [
- 16431,
- 2,
- 10,
- 4,
- 0.128,
- "_VSAGNENACLTTK_"
- ],
- [
- 14754,
- 2,
- 17,
- 5,
- 0.22755,
- "_QLEEAEEEAQR_"
- ],
- [
- 12281,
- 2,
- 11,
- 5,
- 0.14226,
- "_DPNDVRPIQAR_"
- ],
- [
- 11881,
- 2,
- 9,
- 3,
- 0.11375,
- "_KGTYQYDLER_"
- ],
- [
- 4194,
- 3,
- 10,
- 2,
- 0.128,
- "_WHQVETTPLREEK_"
- ],
- [
- 19321,
- 2,
- 10,
- 2,
- 0.128,
- "_EVTDKEQEFAAR_"
- ],
- [
- 6807,
- 3,
- 10,
- 5,
- 0.128,
- "_GTDSQAMEEEKPEGHV_"
- ],
- [
- 26894,
- 2,
- 10,
- 5,
- 0.128,
- "_SNPSAVAGNETPGASTK_"
- ],
- [
- 5053,
- 4,
- 14,
- 6,
- 0.1849,
- "_KRPAPQQIQQVQQQAVQNR_"
- ],
- [
- 9311,
- 2,
- 9,
- 3,
- 0.11375,
- "_AAEIYGVTHTR_"
- ],
- [
- 2784,
- 3,
- 12,
- 3,
- 0.15648,
- "_ALDHAMSVASDHNVK_"
- ],
- [
- 9434,
- 2,
- 12,
- 4,
- 0.15648,
- "_EREQELFNR_"
- ],
- [
- 10419,
- 3,
- 14,
- 4,
- 0.1849,
- "_VEDSSSNGQAHIHVVGVK_"
- ],
- [
- 3136,
- 2,
- 9,
- 3,
- 0.11375,
- "_LFTEHVAEK_"
- ],
- [
- 17368,
- 2,
- 13,
- 4,
- 0.17069,
- "_SVVYQETNGETR_"
- ],
- [
- 5063,
- 2,
- 8,
- 2,
- 0.099544,
- "_NEAQEEIYK_"
- ],
- [
- 7421,
- 3,
- 14,
- 6,
- 0.1849,
- "_YCQRPCDNLHLCK_"
- ],
- [
- 26771,
- 2,
- 7,
- 2,
- 0.085333,
- "_VKMDCQETPEGYK_"
- ],
- [
- 3957,
- 2,
- 13,
- 3,
- 0.17069,
- "_SGAVTFSSQGR_"
- ],
- [
- 21020,
- 3,
- 20,
- 7,
- 0.27023,
- "_IEGYEDQVLITEHGDLGNGK_"
- ],
- [
- 14417,
- 3,
- 12,
- 3,
- 0.15651,
- "_KRPEDTAASALQEGQTQR_"
- ],
- [
- 7060,
- 2,
- 6,
- 3,
- 0.071111,
- "_SCMLQADSEK_"
- ],
- [
- 8076,
- 2,
- 12,
- 4,
- 0.15651,
- "_MQTQQVNTLK_"
- ],
- [
- 19080,
- 2,
- 20,
- 4,
- 0.27024,
- "_CFSEENHEPLR_"
- ],
- [
- 9825,
- 2,
- 12,
- 4,
- 0.15651,
- "_(Acetyl (Protein N-term))GDTSEDASIHR_"
- ],
- [
- 6174,
- 2,
- 23,
- 5,
- 0.31293,
- "_VEHSDLSFSK_"
- ],
- [
- 943,
- 2,
- 12,
- 3,
- 0.15651,
- "_ELCECMR_"
- ],
- [
- 15404,
- 3,
- 14,
- 4,
- 0.18494,
- "_LSEVDIDDDERPHNPHK_"
- ],
- [
- 7091,
- 3,
- 13,
- 4,
- 0.17072,
- "_IEPGTAADSQQIHEEK_"
- ],
- [
- 9324,
- 2,
- 13,
- 6,
- 0.17072,
- "_HPQPGAVELAAK_"
- ],
- [
- 2476,
- 2,
- 9,
- 5,
- 0.11379,
- "_AYLGDTSEAK_"
- ],
- [
- 4353,
- 2,
- 17,
- 2,
- 0.22757,
- "_GPTEADELM(Oxidation (M))K_"
- ],
- [
- 7694,
- 2,
- 10,
- 4,
- 0.128,
- "_YISGSIHYSR_"
- ],
- [
- 3918,
- 3,
- 8,
- 2,
- 0.099579,
- "_RQQEELLAEENQR_"
- ],
- [
- 39489,
- 2,
- 16,
- 6,
- 0.21336,
- "_TSSAQVEGGVHSLHSYEK_"
- ],
- [
- 17226,
- 2,
- 8,
- 4,
- 0.099579,
- "_KLTDNQTSTMIK_"
- ],
- [
- 16957,
- 2,
- 9,
- 4,
- 0.11379,
- "_DYPSNEDLHER_"
- ],
- [
- 1616,
- 2,
- 10,
- 4,
- 0.128,
- "_TEYDAVAEK_"
- ],
- [
- 28407,
- 2,
- 9,
- 3,
- 0.1138,
- "_GNMNCGAFQAHQMR_"
- ],
- [
- 37464,
- 2,
- 11,
- 5,
- 0.14222,
- "_EQLEEEEEAKHNLEK_"
- ],
- [
- 10051,
- 2,
- 8,
- 3,
- 0.099542,
- "_REEETLDTIK_"
- ],
- [
- 20476,
- 2,
- 8,
- 5,
- 0.099542,
- "_EEVQSLREEAEK_"
- ],
- [
- 8796,
- 2,
- 6,
- 2,
- 0.07112,
- "_CSTSIANQAVR_"
- ],
- [
- 30414,
- 2,
- 8,
- 4,
- 0.099542,
- "_KVEQLQQEYTEM(Oxidation (M))K_"
- ],
- [
- 15908,
- 2,
- 8,
- 3,
- 0.099542,
- "_EDAQGSEMVTCK_"
- ],
- [
- 1633,
- 2,
- 8,
- 3,
- 0.099542,
- "_LIAQKPDLK_"
- ],
- [
- 36980,
- 2,
- 7,
- 4,
- 0.085329,
- "_YEESLADSDNKGVNSGR_"
- ],
- [
- 3408,
- 3,
- 12,
- 5,
- 0.15646,
- "_GNMNCGAFQAHQMR_"
- ],
- [
- 17448,
- 3,
- 16,
- 5,
- 0.21336,
- "_QLQGPEKEPPKPEQVESR_"
- ],
- [
- 15655,
- 2,
- 14,
- 3,
- 0.18494,
- "_NQNIQKPEYSE_"
- ],
- [
- 44353,
- 2,
- 13,
- 5,
- 0.17073,
- "_EQEAEPEEQEEDSSSDPR_"
- ],
- [
- 2148,
- 3,
- 19,
- 3,
- 0.25602,
- "_QSEVPKPEDGEPPR_"
- ],
- [
- 28841,
- 2,
- 15,
- 3,
- 0.19915,
- "_LSDNPAWEGDKGNTK_"
- ],
- [
- 26298,
- 2,
- 13,
- 5,
- 0.17073,
- "_SDCGVDCCCDPTK_"
- ],
- [
- 3662,
- 3,
- 13,
- 5,
- 0.17073,
- "_LSDNPAWEGDKGNTK_"
- ],
- [
- 4881,
- 3,
- 14,
- 4,
- 0.18494,
- "_KVESTGAVPEFKEEK_"
- ],
- [
- 33243,
- 2,
- 12,
- 4,
- 0.15646,
- "_TSLAGDTSNSSSPASTGAK_"
- ],
- [
- 27657,
- 2,
- 12,
- 6,
- 0.15646,
- "_AALMESQGQQQEER_"
- ],
- [
- 19399,
- 2,
- 14,
- 6,
- 0.18494,
- "_YATSCYSCCPR_"
- ],
- [
- 3667,
- 2,
- 16,
- 3,
- 0.21336,
- "_CNLACTPPR_"
- ],
- [
- 24357,
- 3,
- 11,
- 4,
- 0.14222,
- "_KDQGGYTMHQDQEGDTDAGLK_"
- ],
- [
- 8763,
- 2,
- 9,
- 4,
- 0.11375,
- "_KMQSTLISAAR_"
- ],
- [
- 13329,
- 2,
- 8,
- 4,
- 0.09954,
- "_QKLDPAASVTGSK_"
- ],
- [
- 8142,
- 2,
- 9,
- 4,
- 0.11375,
- "_KIYIGDQVQK_"
- ],
- [
- 10127,
- 2,
- 11,
- 3,
- 0.14222,
- "_EMEEEAEKLK_"
- ],
- [
- 6619,
- 2,
- 11,
- 4,
- 0.14222,
- "_VLNGYSLQHK_"
- ],
- [
- 2239,
- 2,
- 10,
- 3,
- 0.12801,
- "_KLGELTGTVK_"
- ],
- [
- 9878,
- 2,
- 9,
- 3,
- 0.11375,
- "_GIPACEQNVSR_"
- ],
- [
- 34312,
- 2,
- 9,
- 4,
- 0.11375,
- "_VLEENQEHYHIVQK_"
- ],
- [
- 9442,
- 2,
- 22,
- 3,
- 0.29867,
- "_GTYFPPGKEPK_"
- ],
- [
- 49503,
- 2,
- 8,
- 3,
- 0.09954,
- "_GGGGGGYGSGGSSYGSGGGSYGSGGGGGGGR_"
- ],
- [
- 5145,
- 2,
- 12,
- 4,
- 0.15643,
- "_DVMDSTTTQK_"
- ],
- [
- 5509,
- 4,
- 17,
- 5,
- 0.22757,
- "_EQDQRPLHPVANPHAEISTK_"
- ],
- [
- 22441,
- 3,
- 13,
- 5,
- 0.17067,
- "_EDSNSLTLNHEAEKEDSADK_"
- ],
- [
- 28872,
- 3,
- 10,
- 5,
- 0.12801,
- "_AKADPDCSNGQPQAAPTPGAPQNR_"
- ],
- [
- 11989,
- 2,
- 10,
- 3,
- 0.12801,
- "_QSSPSGSEQLVR_"
- ],
- [
- 15073,
- 2,
- 12,
- 4,
- 0.15643,
- "_HYSCISELNSK_"
- ],
- [
- 1943,
- 2,
- 15,
- 4,
- 0.19915,
- "_TDGLVAVHPK_"
- ],
- [
- 1979,
- 3,
- 12,
- 2,
- 0.15643,
- "_HQALQAEIAGHEPR_"
- ],
- [
- 29256,
- 3,
- 13,
- 7,
- 0.17067,
- "_DKAPVQPQQSPAAAPGGTDEKPSGK_"
- ],
- [
- 5594,
- 2,
- 12,
- 4,
- 0.15643,
- "_ALGAHLEAEPK_"
- ],
- [
- 9910,
- 4,
- 14,
- 5,
- 0.18494,
- "_DKAPVQPQQSPAAAPGGTDEKPSGK_"
- ],
- [
- 12294,
- 3,
- 14,
- 4,
- 0.18494,
- "_SLEEDQEPIVSHQKPGK_"
- ],
- [
- 8201,
- 3,
- 11,
- 2,
- 0.14223,
- "_YGCEGPSHGGLPGASSEK_"
- ],
- [
- 2250,
- 2,
- 18,
- 3,
- 0.2418,
- "_ELMETMHR_"
- ],
- [
- 13843,
- 2,
- 12,
- 3,
- 0.15644,
- "_HNSASVENVSLR_"
- ],
- [
- 683,
- 2,
- 8,
- 4,
- 0.099556,
- "_NIIRPQLK_"
- ],
- [
- 9342,
- 2,
- 14,
- 5,
- 0.1849,
- "_AYTGFSSNSER_"
- ],
- [
- 2925,
- 3,
- 16,
- 3,
- 0.21338,
- "_KPTVSIMEPGETRR_"
- ],
- [
- 5931,
- 2,
- 14,
- 3,
- 0.1849,
- "_EAAEVLQNNR_"
- ],
- [
- 10081,
- 2,
- 10,
- 3,
- 0.12798,
- "_DTPQEMEQTR_"
- ],
- [
- 10060,
- 2,
- 15,
- 3,
- 0.19916,
- "_AVPLIHQEGNR_"
- ],
- [
- 38330,
- 2,
- 10,
- 4,
- 0.12798,
- "_ISTETEETEGSLHCCK_"
- ],
- [
- 10181,
- 2,
- 15,
- 4,
- 0.19916,
- "_YLAEVATGEKR_"
- ],
- [
- 4480,
- 3,
- 15,
- 4,
- 0.19916,
- "_HALHCTILASAGQQR_"
- ],
- [
- 2345,
- 2,
- 8,
- 4,
- 0.099556,
- "_RIEYIEAR_"
- ],
- [
- 12142,
- 3,
- 22,
- 6,
- 0.29867,
- "_TSSAQVEGGVHSLHSYEK_"
- ],
- [
- 505,
- 2,
- 15,
- 4,
- 0.19916,
- "_IAPELYHK_"
- ],
- [
- 10231,
- 2,
- 7,
- 2,
- 0.085335,
- "_QHLEITGGQVR_"
- ],
- [
- 1102,
- 2,
- 9,
- 4,
- 0.11377,
- "_ILVTSNDSR_"
- ],
- [
- 37547,
- 3,
- 9,
- 2,
- 0.11377,
- "_APPQTHLPSGASSGTGSASATHGGGSPPGTR_"
- ],
- [
- 3273,
- 2,
- 7,
- 2,
- 0.085335,
- "_LLATGGDDCR_"
- ],
- [
- 12867,
- 2,
- 13,
- 2,
- 0.17065,
- "_SLSEAPEDTSTR_"
- ],
- [
- 23732,
- 2,
- 7,
- 3,
- 0.085335,
- "_QALAVGYQTASHNR_"
- ],
- [
- 18582,
- 2,
- 16,
- 3,
- 0.21338,
- "_QTFPEHCSLCK_"
- ],
- [
- 10199,
- 3,
- 15,
- 7,
- 0.19916,
- "_EQLEEEEEAKHNLEK_"
- ],
- [
- 25667,
- 3,
- 10,
- 6,
- 0.12798,
- "_GSETDTDSEIHESASDKDSLSK_"
- ],
- [
- 16163,
- 2,
- 8,
- 2,
- 0.099546,
- "_SEDATFMCDKR_"
- ],
- [
- 4700,
- 2,
- 9,
- 3,
- 0.11377,
- "_HPQLLYESK_"
- ],
- [
- 5632,
- 2,
- 20,
- 3,
- 0.27022,
- "_EAQTLQQYR_"
- ],
- [
- 7473,
- 3,
- 11,
- 4,
- 0.14219,
- "_VLEENQEHYHIVQK_"
- ],
- [
- 20363,
- 2,
- 23,
- 6,
- 0.31288,
- "_(Acetyl (Protein N-term))AQDQGEKENPMR_"
- ],
- [
- 24400,
- 3,
- 9,
- 4,
- 0.11377,
- "_HTALAANTQSQQNMHTTTLAR_"
- ],
- [
- 8163,
- 2,
- 8,
- 5,
- 0.099546,
- "_EASSSACDLPR_"
- ],
- [
- 20180,
- 2,
- 8,
- 5,
- 0.099546,
- "_EEVNETYGDGDGR_"
- ],
- [
- 4004,
- 2,
- 9,
- 5,
- 0.11377,
- "_HINTWVAEK_"
- ],
- [
- 5522,
- 2,
- 8,
- 2,
- 0.099546,
- "_QDCSQLVER_"
- ],
- [
- 1995,
- 4,
- 21,
- 6,
- 0.28443,
- "_QLQGPEKEPPKPEQVESR_"
- ],
- [
- 6740,
- 2,
- 12,
- 4,
- 0.15644,
- "_VDTCHTPFGK_"
- ],
- [
- 3309,
- 2,
- 15,
- 4,
- 0.19911,
- "_YQHGLEFGK_"
- ],
- [
- 33437,
- 2,
- 16,
- 6,
- 0.21337,
- "_GTDSQAMEEEKPEGHV_"
- ],
- [
- 17564,
- 2,
- 13,
- 6,
- 0.17066,
- "_ETPAATEAPSSTPK_"
- ],
- [
- 1088,
- 2,
- 13,
- 4,
- 0.17066,
- "_RVVYPLEK_"
- ],
- [
- 674,
- 3,
- 13,
- 4,
- 0.17066,
- "_FLRPEDPTRPSR_"
- ],
- [
- 317,
- 2,
- 12,
- 3,
- 0.15644,
- "_IHVELSEK_"
- ],
- [
- 938,
- 2,
- 13,
- 2,
- 0.17066,
- "_HLEEIVEK_"
- ],
- [
- 47244,
- 2,
- 14,
- 6,
- 0.18487,
- "_TEQGEEEEEEEDEEEEEK_"
- ],
- [
- 893,
- 2,
- 13,
- 3,
- 0.17066,
- "_EFVISDRK_"
- ],
- [
- 2359,
- 2,
- 15,
- 2,
- 0.19908,
- "_ALAMAESTEK_"
- ],
- [
- 39184,
- 2,
- 12,
- 5,
- 0.1564,
- "_EFEEESKQPGVSEQQR_"
- ],
- [
- 10795,
- 2,
- 12,
- 5,
- 0.1564,
- "_FKDLGEEHFK_"
- ],
- [
- 10474,
- 2,
- 18,
- 6,
- 0.2418,
- "_CALGWDHQEK_"
- ],
- [
- 35216,
- 2,
- 12,
- 6,
- 0.1564,
- "_YGCEGPSHGGLPGASSEK_"
- ],
- [
- 1502,
- 2,
- 15,
- 4,
- 0.19908,
- "_ANAQAAALYK_"
- ],
- [
- 8262,
- 2,
- 14,
- 4,
- 0.18487,
- "_KEDALLYQSK_"
- ],
- [
- 7548,
- 2,
- 18,
- 4,
- 0.2418,
- "_WNQDTMEQK_"
- ],
- [
- 49915,
- 3,
- 8,
- 5,
- 0.09954,
- "_NEENTEPGAESSENADDPNKDTSENADGQSDENK_"
- ],
- [
- 21325,
- 2,
- 9,
- 2,
- 0.11376,
- "_CLTHEAFTETQK_"
- ],
- [
- 4816,
- 3,
- 9,
- 5,
- 0.11376,
- "_NTPCSENKLDIQEK_"
- ],
- [
- 7347,
- 2,
- 12,
- 5,
- 0.1564,
- "_EKEELEEIR_"
- ],
- [
- 8893,
- 2,
- 11,
- 4,
- 0.14219,
- "_LSSDVCPTSDK_"
- ],
- [
- 13067,
- 2,
- 3,
- 2,
- 0.028425,
- "_ADLAEEYSKDR_"
- ],
- [
- 18421,
- 2,
- 20,
- 3,
- 0.27023,
- "_IQEFCNLHQSK_"
- ],
- [
- 350,
- 2,
- 7,
- 3,
- 0.085325,
- "_YLSNAYAR_"
- ],
- [
- 9987,
- 4,
- 12,
- 7,
- 0.1564,
- "_GADEDDEKEWGDDEEEQPSKR_"
- ],
- [
- 1722,
- 2,
- 7,
- 3,
- 0.085325,
- "_EELAQFHR_"
- ],
- [
- 7357,
- 2,
- 12,
- 5,
- 0.1564,
- "_KVIDDTNITR_"
- ],
- [
- 9425,
- 2,
- 10,
- 2,
- 0.12798,
- "_KFYDANYDGK_"
- ],
- [
- 13396,
- 2,
- 8,
- 2,
- 0.09954,
- "_VTWDGHSGSMAR_"
- ],
- [
- 118,
- 2,
- 10,
- 5,
- 0.12798,
- "_RYPGFMR_"
- ],
- [
- 3861,
- 4,
- 10,
- 5,
- 0.12798,
- "_VAEHHVATLSGHSQEVCGLR_"
- ],
- [
- 28520,
- 2,
- 17,
- 4,
- 0.22759,
- "_APAPAPPPSGSTSCGDR_"
- ],
- [
- 29546,
- 2,
- 15,
- 4,
- 0.19908,
- "_KGDSNANSDVCAAALR_"
- ],
- [
- 9120,
- 2,
- 15,
- 4,
- 0.19908,
- "_AVMSNLSAHGVK_"
- ],
- [
- 11596,
- 2,
- 13,
- 3,
- 0.17066,
- "_VAELSATQCCK_"
- ],
- [
- 342,
- 2,
- 11,
- 2,
- 0.14219,
- "_KVVQLDVR_"
- ],
- [
- 47,
- 2,
- 12,
- 3,
- 0.1564,
- "_HELAPALR_"
- ],
- [
- 2193,
- 2,
- 10,
- 3,
- 0.12798,
- "_EEPCLLKR_"
- ],
- [
- 21951,
- 2,
- 16,
- 6,
- 0.21332,
- "_EMQQSEAQINTAK_"
- ],
- [
- 2566,
- 2,
- 12,
- 4,
- 0.15642,
- "_TGYGGGFNER_"
- ],
- [
- 7984,
- 2,
- 6,
- 3,
- 0.07109,
- "_KIENSELLDK_"
- ],
- [
- 20693,
- 3,
- 6,
- 6,
- 0.07109,
- "_YRNPSNCYGEESNAVCEK_"
- ],
- [
- 38860,
- 2,
- 8,
- 5,
- 0.099554,
- "_SEEAHAEDSVMDHHFR_"
- ],
- [
- 17064,
- 2,
- 12,
- 5,
- 0.15642,
- "_KGESQTDIEITR_"
- ],
- [
- 30660,
- 2,
- 11,
- 5,
- 0.14221,
- "_NTPCSENKLDIQEK_"
- ],
- [
- 17909,
- 2,
- 9,
- 4,
- 0.11377,
- "_NTNQDLCNQMR_"
- ],
- [
- 11092,
- 2,
- 15,
- 5,
- 0.1991,
- "_HQVEQLSSSLK_"
- ],
- [
- 1186,
- 4,
- 13,
- 5,
- 0.17063,
- "_QLTANTGHTIHVHYPGNR_"
- ],
- [
- 6607,
- 2,
- 9,
- 2,
- 0.11377,
- "_IQINQEEER_"
- ],
- [
- 11011,
- 3,
- 13,
- 5,
- 0.17063,
- "_ISTETEETEGSLHCCK_"
- ],
- [
- 20710,
- 2,
- 21,
- 6,
- 0.28445,
- "_YKPESEELTAER_"
- ],
- [
- 12567,
- 2,
- 12,
- 3,
- 0.15642,
- "_PHYGSVLDNER_"
- ],
- [
- 6468,
- 2,
- 14,
- 3,
- 0.18489,
- "_THPQWYPAR_"
- ],
- [
- 8597,
- 2,
- 14,
- 3,
- 0.18489,
- "_EDLPAENGETK_"
- ],
- [
- 35396,
- 2,
- 12,
- 4,
- 0.15643,
- "_METVSNASSSSNPSSPGR_"
- ],
- [
- 31294,
- 2,
- 9,
- 4,
- 0.11377,
- "_KEQVEEDNEVSSGLK_"
- ],
- [
- 2776,
- 2,
- 10,
- 4,
- 0.12799,
- "_ALCDNVDTR_"
- ],
- [
- 29320,
- 3,
- 14,
- 6,
- 0.18485,
- "_GADEDDEKEWGDDEEEQPSKR_"
- ],
- [
- 19265,
- 2,
- 14,
- 5,
- 0.18485,
- "_STVNCSTTPVAER_"
- ],
- [
- 17906,
- 4,
- 14,
- 6,
- 0.18485,
- "_APPQTHLPSGASSGTGSASATHGGGSPPGTR_"
- ],
- [
- 2866,
- 3,
- 12,
- 5,
- 0.15643,
- "_KSPGVAAAVAEDGGLKK_"
- ],
- [
- 6914,
- 2,
- 10,
- 5,
- 0.12799,
- "_IQSQFTDAQK_"
- ],
- [
- 14712,
- 2,
- 15,
- 6,
- 0.19911,
- "_GQVCVMIHSGSR_"
- ],
- [
- 5120,
- 2,
- 20,
- 4,
- 0.27025,
- "_KMTPSYEIR_"
- ],
- [
- 6149,
- 2,
- 11,
- 4,
- 0.14221,
- "_KVHVIFNYK_"
- ],
- [
- 20184,
- 2,
- 10,
- 5,
- 0.12799,
- "_MRAEDGENYDIK_"
- ],
- [
- 28284,
- 2,
- 11,
- 3,
- 0.14221,
- "_VFLKPAEENSGNASR_"
- ],
- [
- 27075,
- 2,
- 16,
- 4,
- 0.21332,
- "_TVFAEHISDECKR_"
- ],
- [
- 4580,
- 2,
- 16,
- 3,
- 0.21332,
- "_GIHQSTIDLK_"
- ],
- [
- 29379,
- 2,
- 11,
- 3,
- 0.14221,
- "_YKDMNQFGEGEQAK_"
- ],
- [
- 30860,
- 2,
- 13,
- 5,
- 0.17064,
- "_DSGRGDSVSDSGSDALR_"
- ],
- [
- 27606,
- 3,
- 13,
- 4,
- 0.17064,
- "_SANPPHTIQASEEQSSTPAPVKK_"
- ],
- [
- 19956,
- 2,
- 8,
- 4,
- 0.099527,
- "_KQSTDEEVTSLAK_"
- ],
- [
- 15002,
- 2,
- 9,
- 4,
- 0.11375,
- "_TNPPLIQEKPAK_"
- ],
- [
- 4411,
- 2,
- 10,
- 2,
- 0.12799,
- "_SLESSQTDLK_"
- ],
- [
- 18584,
- 2,
- 10,
- 3,
- 0.12799,
- "_QISEETESVDNR_"
- ],
- [
- 15266,
- 4,
- 12,
- 7,
- 0.15643,
- "_QRQEEPPPGPQRPDQSAAAAGPGDPK_"
- ],
- [
- 19097,
- 2,
- 13,
- 5,
- 0.17065,
- "_ALSVLGCGHTSSTK_"
- ],
- [
- 278,
- 2,
- 8,
- 3,
- 0.099527,
- "_CYVHIMK_"
- ],
- [
- 18707,
- 2,
- 14,
- 6,
- 0.18486,
- "_EYGCPCITGKPK_"
- ],
- [
- 1648,
- 2,
- 13,
- 3,
- 0.17065,
- "_LVEPGSPAEK_"
- ],
- [
- 15065,
- 2,
- 15,
- 7,
- 0.19907,
- "_EMDQTMAANAQK_"
- ],
- [
- 15895,
- 3,
- 8,
- 2,
- 0.099527,
- "_KANDGEGGDEEAGTEEAVPR_"
- ],
- [
- 6955,
- 2,
- 31,
- 7,
- 0.42668,
- "_CYEMASHLR_"
- ],
- [
- 26041,
- 2,
- 14,
- 5,
- 0.18486,
- "_QDHAQQLATAAEER_"
- ],
- [
- 15410,
- 3,
- 16,
- 4,
- 0.21332,
- "_QLTANTGHTIHVHYPGNR_"
- ],
- [
- 4073,
- 3,
- 16,
- 5,
- 0.21332,
- "_NKTEDLEATSEHFK_"
- ],
- [
- 7747,
- 2,
- 15,
- 5,
- 0.19907,
- "_TAATLATHELR_"
- ],
- [
- 741,
- 2,
- 14,
- 2,
- 0.18486,
- "_KGLVNDLAR_"
- ],
- [
- 3329,
- 3,
- 14,
- 3,
- 0.18486,
- "_HQPWQSPERPLSR_"
- ],
- [
- 16590,
- 2,
- 13,
- 4,
- 0.17065,
- "_EFQSPDEEMKK_"
- ],
- [
- 3121,
- 2,
- 13,
- 5,
- 0.17065,
- "_CMMAQYNR_"
- ],
- [
- 8362,
- 2,
- 17,
- 5,
- 0.22754,
- "_DGWGGYGSDKR_"
- ],
- [
- 13493,
- 2,
- 12,
- 4,
- 0.15642,
- "_EVEMDAVGKDGR_"
- ],
- [
- 39539,
- 2,
- 15,
- 6,
- 0.19907,
- "_TEDSNAGNSGGNVPAPDSTK_"
- ],
- [
- 5278,
- 2,
- 16,
- 3,
- 0.21328,
- "_QPVLSQTEAR_"
- ],
- [
- 22677,
- 2,
- 7,
- 4,
- 0.085306,
- "_IVTDSDSKTEELR_"
- ],
- [
- 10319,
- 2,
- 16,
- 5,
- 0.21328,
- "_EETQPPVALKK_"
- ],
- [
- 14648,
- 3,
- 11,
- 4,
- 0.14221,
- "_VMQTDESNKETANLQER_"
- ],
- [
- 4725,
- 3,
- 16,
- 4,
- 0.21328,
- "_RGGGGTELGPPAPPRPR_"
- ],
- [
- 10671,
- 2,
- 17,
- 5,
- 0.22754,
- "_AALSEEELEKK_"
- ],
- [
- 49916,
- 2,
- 11,
- 4,
- 0.14221,
- "_EDDEEEEDEDASGGDQDQEER_"
- ],
- [
- 31968,
- 2,
- 10,
- 5,
- 0.12796,
- "_GVVHDDMECSHYMK_"
- ],
- [
- 34155,
- 2,
- 8,
- 4,
- 0.099532,
- "_VEDAADSATKPENLSSK_"
- ],
- [
- 10259,
- 2,
- 9,
- 3,
- 0.11374,
- "_PIPQTPESAGNK_"
- ],
- [
- 2419,
- 2,
- 20,
- 5,
- 0.2702,
- "_CQGVVCAMK_"
- ],
- [
- 41772,
- 2,
- 9,
- 3,
- 0.11374,
- "_VMQTDESNKETANLQER_"
- ],
- [
- 4450,
- 3,
- 16,
- 5,
- 0.21328,
- "_KTPSKPPAQLSPSVPK_"
- ],
- [
- 1710,
- 2,
- 12,
- 4,
- 0.15642,
- "_LTVKPIETK_"
- ],
- [
- 23894,
- 2,
- 9,
- 4,
- 0.11374,
- "_QDMGEEAEEEPQK_"
- ],
- [
- 2169,
- 2,
- 5,
- 3,
- 0.056881,
- "_VQLAEDLKK_"
- ],
- [
- 27315,
- 2,
- 13,
- 5,
- 0.17064,
- "_QQGASGEVYCPSGEK_"
- ],
- [
- 694,
- 2,
- 6,
- 3,
- 0.071095,
- "_RVQTPLLR_"
- ],
- [
- 32999,
- 2,
- 13,
- 4,
- 0.17064,
- "_ESEPAEEVKQEADSGK_"
- ],
- [
- 22308,
- 2,
- 15,
- 5,
- 0.19907,
- "_EVAGHTEQLQMSR_"
- ],
- [
- 4245,
- 2,
- 14,
- 2,
- 0.18489,
- "_SNYNLPMHK_"
- ],
- [
- 36451,
- 2,
- 11,
- 4,
- 0.14221,
- "_EQQMCETCPETEQR_"
- ],
- [
- 21135,
- 2,
- 9,
- 6,
- 0.11378,
- "_QIVSAVQYCHQK_"
- ],
- [
- 26768,
- 2,
- 9,
- 2,
- 0.11378,
- "_TEGTQEADQYADEK_"
- ],
- [
- 9102,
- 2,
- 9,
- 3,
- 0.11378,
- "_MADHWETAPR_"
- ],
- [
- 16958,
- 2,
- 12,
- 4,
- 0.15646,
- "_DHEDYDPQTVR_"
- ],
- [
- 12350,
- 3,
- 9,
- 4,
- 0.11378,
- "_KYSEVDDSLPSGGEKPSK_"
- ],
- [
- 6598,
- 2,
- 16,
- 3,
- 0.21332,
- "_DHSGGIGDICK_"
- ],
- [
- 4399,
- 2,
- 9,
- 4,
- 0.11378,
- "_TCSNVNWAR_"
- ],
- [
- 12760,
- 2,
- 8,
- 3,
- 0.099556,
- "_ESQTQDNITVR_"
- ],
- [
- 30142,
- 2,
- 20,
- 6,
- 0.27021,
- "_HALHCTILASAGQQR_"
- ],
- [
- 9989,
- 2,
- 13,
- 5,
- 0.17067,
- "_DKDAYSSFGSR_"
- ],
- [
- 2546,
- 2,
- 7,
- 4,
- 0.085345,
- "_LQAEAQQLR_"
- ],
- [
- 9924,
- 2,
- 5,
- 2,
- 0.056902,
- "_GMSNNTPQLNR_"
- ],
- [
- 1329,
- 2,
- 17,
- 3,
- 0.22753,
- "_LMPGQDPEK_"
- ],
- [
- 27323,
- 2,
- 14,
- 4,
- 0.18489,
- "_IIEESTHCGPQAVR_"
- ],
- [
- 11084,
- 2,
- 20,
- 3,
- 0.27021,
- "_NGPFKPNYYR_"
- ],
- [
- 4817,
- 2,
- 5,
- 2,
- 0.056902,
- "_SQEQEVLER_"
- ],
- [
- 3616,
- 3,
- 7,
- 3,
- 0.085345,
- "_VLDANSCQSELHEK_"
- ],
- [
- 30155,
- 2,
- 12,
- 5,
- 0.15646,
- "_DADAGDEDEESEEPR_"
- ],
- [
- 34000,
- 2,
- 6,
- 3,
- 0.071119,
- "_AIQEEEERDQALQAK_"
- ],
- [
- 12040,
- 2,
- 15,
- 3,
- 0.19911,
- "_VCALLSCTSHK_"
- ],
- [
- 5612,
- 3,
- 12,
- 4,
- 0.15643,
- "_EGQEIASVSDDHTCR_"
- ],
- [
- 47079,
- 2,
- 15,
- 6,
- 0.19911,
- "_(Acetyl (Protein N-term))MEANGSQGTSGSANDSQHDPGK_"
- ],
- [
- 29082,
- 2,
- 11,
- 6,
- 0.14221,
- "_EACSYTIHAEGDER_"
- ],
- [
- 10834,
- 2,
- 16,
- 4,
- 0.21333,
- "_ETCSTLAESPR_"
- ],
- [
- 17569,
- 2,
- 10,
- 2,
- 0.128,
- "_TAMEVEAPSKPAR_"
- ],
- [
- 12366,
- 2,
- 17,
- 4,
- 0.22754,
- "_NFGSYVTHETK_"
- ],
- [
- 2329,
- 2,
- 8,
- 2,
- 0.099562,
- "_AEISCIDNK_"
- ],
- [
- 10610,
- 2,
- 9,
- 2,
- 0.11377,
- "_AIIESDQEQGR_"
- ],
- [
- 11531,
- 3,
- 17,
- 7,
- 0.22754,
- "_SEEAHAEDSVMDHHFR_"
- ],
- [
- 4995,
- 2,
- 17,
- 3,
- 0.22754,
- "_GYLPSHYER_"
- ],
- [
- 9155,
- 2,
- 27,
- 5,
- 0.36978,
- "_ASIHEAWTDGK_"
- ],
- [
- 17633,
- 2,
- 13,
- 4,
- 0.17067,
- "_KPNAETTVASEIK_"
- ],
- [
- 31622,
- 2,
- 10,
- 4,
- 0.128,
- "_LCTEDEASSCATAQR_"
- ],
- [
- 13506,
- 2,
- 14,
- 2,
- 0.18489,
- "_QKPLDFSTNQK_"
- ],
- [
- 7831,
- 2,
- 15,
- 2,
- 0.19911,
- "_HIAFTPESQR_"
- ],
- [
- 2705,
- 2,
- 9,
- 3,
- 0.11378,
- "_LDSMKPLEK_"
- ],
- [
- 5428,
- 2,
- 11,
- 4,
- 0.14221,
- "_ALSEEKDVLK_"
- ],
- [
- 36396,
- 2,
- 11,
- 5,
- 0.14221,
- "_HYYEVSCHDQGLCR_"
- ],
- [
- 27849,
- 2,
- 10,
- 5,
- 0.12799,
- "_SKAELMEISEDKTK_"
- ],
- [
- 28748,
- 2,
- 9,
- 4,
- 0.11378,
- "_EPAQTEAAASTEPATR_"
- ],
- [
- 988,
- 2,
- 10,
- 3,
- 0.12799,
- "_QAYTQFGGK_"
- ],
- [
- 25833,
- 2,
- 10,
- 5,
- 0.12799,
- "_VSLEPHQGPGTPESK_"
- ],
- [
- 5371,
- 2,
- 9,
- 2,
- 0.11378,
- "_LEQSEAQLGR_"
- ],
- [
- 15248,
- 2,
- 8,
- 3,
- 0.099564,
- "_IHALTSENTNLK_"
- ],
- [
- 1472,
- 2,
- 8,
- 4,
- 0.099564,
- "_SMQPGTSLAK_"
- ],
- [
- 33,
- 3,
- 11,
- 4,
- 0.14221,
- "_NRHPNFLVVEK_"
- ],
- [
- 27499,
- 2,
- 15,
- 6,
- 0.1991,
- "_NIVQHTTDSSLEEK_"
- ],
- [
- 1411,
- 3,
- 15,
- 5,
- 0.1991,
- "_VCHAHPTLSEAFR_"
- ],
- [
- 26842,
- 2,
- 14,
- 4,
- 0.18489,
- "_AESCGSGNSTGYQIR_"
- ],
- [
- 4836,
- 2,
- 14,
- 5,
- 0.18489,
- "_LKETAESVLK_"
- ],
- [
- 21808,
- 2,
- 13,
- 6,
- 0.17064,
- "_SSDGSLSHEEDLAK_"
- ],
- [
- 43276,
- 2,
- 14,
- 5,
- 0.18489,
- "_TGTDSNSTESSETSTGSLCK_"
- ],
- [
- 29496,
- 2,
- 15,
- 5,
- 0.1991,
- "_DGSLHVTCTDQETGK_"
- ],
- [
- 46909,
- 2,
- 15,
- 7,
- 0.1991,
- "_MDPNCSCAAGDSCTCAGSCK_"
- ],
- [
- 3837,
- 2,
- 17,
- 4,
- 0.22754,
- "_IADGYEQAAR_"
- ],
- [
- 27866,
- 2,
- 19,
- 5,
- 0.25597,
- "_KPDSMVTNSSTENEA_"
- ],
- [
- 8413,
- 2,
- 15,
- 4,
- 0.1991,
- "_QVENAGAIGPSR_"
- ],
- [
- 3483,
- 3,
- 14,
- 4,
- 0.18489,
- "_YTAQVDAEEKEDVK_"
- ],
- [
- 7733,
- 2,
- 15,
- 2,
- 0.1991,
- "_ETTDFKVDTK_"
- ],
- [
- 23570,
- 2,
- 19,
- 4,
- 0.25597,
- "_GEFKDEEETVTTK_"
- ],
- [
- 24679,
- 2,
- 26,
- 3,
- 0.35559,
- "_GQECEYPPTQDGR_"
- ],
- [
- 14727,
- 2,
- 12,
- 2,
- 0.15643,
- "_TVTAAGAENIQQK_"
- ],
- [
- 16866,
- 2,
- 19,
- 4,
- 0.25597,
- "_ASPLFSQHTAADK_"
- ],
- [
- 27134,
- 2,
- 12,
- 4,
- 0.15643,
- "_ELHGQNPVVTPCNK_"
- ],
- [
- 14821,
- 2,
- 14,
- 5,
- 0.18486,
- "_QHTFVETESVR_"
- ],
- [
- 12971,
- 2,
- 11,
- 6,
- 0.14221,
- "_QTYSTEPNNLK_"
- ],
- [
- 5084,
- 2,
- 14,
- 4,
- 0.18486,
- "_AKDPFAHLPK_"
- ],
- [
- 16834,
- 3,
- 14,
- 5,
- 0.18486,
- "_CGQEEHDVLLSNEEDRK_"
- ],
- [
- 13901,
- 2,
- 11,
- 3,
- 0.14221,
- "_LLVSHGAEVTCK_"
- ],
- [
- 15573,
- 2,
- 12,
- 5,
- 0.15643,
- "_SVNGSVAEEAPCK_"
- ],
- [
- 77,
- 2,
- 18,
- 5,
- 0.24176,
- "_QQEEILR_"
- ],
- [
- 42329,
- 2,
- 14,
- 5,
- 0.18486,
- "_DENQSINHQMAQEDAQR_"
- ],
- [
- 8409,
- 2,
- 10,
- 4,
- 0.128,
- "_YSQSDLEQTK_"
- ],
- [
- 111,
- 2,
- 6,
- 3,
- 0.071115,
- "_KIEPFYK_"
- ],
- [
- 31833,
- 2,
- 13,
- 4,
- 0.17064,
- "_EGQEIASVSDDHTCR_"
- ],
- [
- 28528,
- 2,
- 13,
- 5,
- 0.17064,
- "_YTAQVDAEEKEDVK_"
- ],
- [
- 10949,
- 3,
- 13,
- 5,
- 0.17064,
- "_LLETTDRPDGHQNNLR_"
- ],
- [
- 1285,
- 2,
- 12,
- 5,
- 0.15643,
- "_MNEAFGDTK_"
- ],
- [
- 20466,
- 2,
- 12,
- 3,
- 0.15643,
- "_SHSAPSEVGFSDAR_"
- ],
- [
- 17013,
- 2,
- 7,
- 3,
- 0.085334,
- "_TRNEELAQTWK_"
- ],
- [
- 15357,
- 3,
- 14,
- 8,
- 0.18486,
- "_DENQSINHQMAQEDAQR_"
- ],
- [
- 19602,
- 2,
- 14,
- 5,
- 0.18486,
- "_IGEEEIQKPEEK_"
- ],
- [
- 5727,
- 3,
- 14,
- 7,
- 0.18486,
- "_GVVHDDMECSHYMK_"
- ],
- [
- 2102,
- 2,
- 9,
- 5,
- 0.11378,
- "_KAEVVQVIR_"
- ],
- [
- 12922,
- 2,
- 19,
- 5,
- 0.25597,
- "_KVVGDVAYDEAK_"
- ],
- [
- 32146,
- 2,
- 11,
- 3,
- 0.14221,
- "_SLDEQANQENDALHK_"
- ],
- [
- 35403,
- 2,
- 10,
- 5,
- 0.128,
- "_GFQGTTQTSHGSLMTNK_"
- ],
- [
- 17419,
- 2,
- 18,
- 3,
- 0.24176,
- "_AHSSM(Oxidation (M))VGVNLPQK_"
- ],
- [
- 3670,
- 2,
- 11,
- 3,
- 0.14221,
- "_QDVDNASLAR_"
- ],
- [
- 6426,
- 2,
- 10,
- 4,
- 0.128,
- "_KDFESCLGAK_"
- ],
- [
- 8339,
- 2,
- 18,
- 2,
- 0.24176,
- "_GFGGITHGPPEK_"
- ],
- [
- 2973,
- 3,
- 11,
- 5,
- 0.14221,
- "_VCLCEACAAQEHR_"
- ],
- [
- 6026,
- 2,
- 10,
- 2,
- 0.128,
- "_LTQQLEEER_"
- ],
- [
- 19827,
- 2,
- 9,
- 3,
- 0.11377,
- "_DLQEQDADAGSER_"
- ],
- [
- 26611,
- 2,
- 6,
- 3,
- 0.071118,
- "_CQLQQAAALNAQHK_"
- ],
- [
- 805,
- 2,
- 11,
- 2,
- 0.14221,
- "_NCVAIAADR_"
- ],
- [
- 7107,
- 2,
- 14,
- 4,
- 0.18486,
- "_RDPYGFGDSR_"
- ],
- [
- 23775,
- 2,
- 14,
- 6,
- 0.18486,
- "_QAEQLSAAGEGGDAGR_"
- ],
- [
- 9663,
- 2,
- 12,
- 4,
- 0.15642,
- "_VEPLRNELQK_"
- ],
- [
- 34885,
- 2,
- 14,
- 5,
- 0.18486,
- "_ETYVEQEQGENANDR_"
- ],
- [
- 20143,
- 2,
- 13,
- 5,
- 0.17065,
- "_LKYSQSDLEQTK_"
- ],
- [
- 14598,
- 2,
- 10,
- 3,
- 0.12798,
- "_AYPLADAHLTKK_"
- ],
- [
- 28998,
- 2,
- 8,
- 5,
- 0.099547,
- "_FHPNSNYVATGSADR_"
- ],
- [
- 13464,
- 2,
- 12,
- 4,
- 0.15643,
- "_SVCLIGDKEQR_"
- ],
- [
- 9233,
- 3,
- 19,
- 7,
- 0.25597,
- "_HYYEVSCHDQGLCR_"
- ],
- [
- 17223,
- 2,
- 9,
- 4,
- 0.11377,
- "_VGTLVGEDKYGNK_"
- ],
- [
- 33829,
- 2,
- 12,
- 4,
- 0.15643,
- "_EWTPCGPHQGQDEGR_"
- ],
- [
- 33669,
- 2,
- 9,
- 4,
- 0.11377,
- "_AGVENGKPTHFTVYTK_"
- ],
- [
- 30004,
- 2,
- 11,
- 3,
- 0.14221,
- "_NDHDDDEDEEVISK_"
- ],
- [
- 16234,
- 2,
- 17,
- 5,
- 0.22754,
- "_VREEEIEVDSR_"
- ],
- [
- 3114,
- 3,
- 14,
- 6,
- 0.18486,
- "_SKAELMEISEDKTK_"
- ],
- [
- 19697,
- 2,
- 14,
- 4,
- 0.18486,
- "_KQYDTYGEEGLK_"
- ],
- [
- 9951,
- 2,
- 11,
- 3,
- 0.14221,
- "_KSPDSDVAATLK_"
- ],
- [
- 5935,
- 2,
- 4,
- 2,
- 0.042649,
- "_EEQQQLLQK_"
- ],
- [
- 4357,
- 2,
- 8,
- 2,
- 0.099547,
- "_MDKVEDELK_"
- ],
- [
- 14235,
- 2,
- 10,
- 5,
- 0.12798,
- "_STTTSDPPNICK_"
- ],
- [
- 4518,
- 2,
- 13,
- 5,
- 0.17064,
- "_QSLVLPHSTK_"
- ],
- [
- 37405,
- 2,
- 11,
- 3,
- 0.14221,
- "_SDAEEDGGTVSQEEEDR_"
- ],
- [
- 24265,
- 2,
- 14,
- 6,
- 0.18486,
- "_LYSENEGMASNQGK_"
- ],
- [
- 3981,
- 3,
- 14,
- 6,
- 0.18486,
- "_LSQIGVENTEENRR_"
- ],
- [
- 5146,
- 2,
- 10,
- 4,
- 0.12798,
- "_SEYNDQLTR_"
- ],
- [
- 3305,
- 2,
- 11,
- 4,
- 0.14221,
- "_YIETDPANR_"
- ],
- [
- 13661,
- 2,
- 10,
- 4,
- 0.12798,
- "_AAAGAAATHLEVAR_"
- ],
- [
- 35641,
- 3,
- 8,
- 6,
- 0.099554,
- "_SNLETESSHQSVCTDTSATSCNCK_"
- ],
- [
- 14339,
- 2,
- 11,
- 5,
- 0.14221,
- "_KEAAENSLVAYK_"
- ],
- [
- 22366,
- 2,
- 7,
- 2,
- 0.085304,
- "_AHQITDESLESTR_"
- ],
- [
- 1594,
- 2,
- 8,
- 3,
- 0.099554,
- "_EYEAALNSK_"
- ],
- [
- 500,
- 3,
- 9,
- 2,
- 0.11377,
- "_LRLEEDKPAVER_"
- ],
- [
- 767,
- 2,
- 12,
- 2,
- 0.15644,
- "_NFSHLVDR_"
- ],
- [
- 28126,
- 2,
- 9,
- 3,
- 0.11377,
- "_KDMYNDTLNGSTEK_"
- ],
- [
- 286,
- 4,
- 13,
- 4,
- 0.17065,
- "_SEVQQPVHPKPLSPDSR_"
- ],
- [
- 2671,
- 2,
- 6,
- 4,
- 0.071087,
- "_RINVELSTK_"
- ],
- [
- 29392,
- 2,
- 15,
- 6,
- 0.19909,
- "_LSQIGVENTEENRR_"
- ],
- [
- 4712,
- 2,
- 13,
- 3,
- 0.17065,
- "_QKEVEQLIK_"
- ],
- [
- 11772,
- 2,
- 15,
- 2,
- 0.19909,
- "_YEESLADSDNK_"
- ],
- [
- 32565,
- 2,
- 14,
- 5,
- 0.18486,
- "_KQAEETYENIPGQSK_"
- ],
- [
- 26928,
- 2,
- 13,
- 3,
- 0.17065,
- "_DAEEEGGDQAGQNIR_"
- ],
- [
- 37999,
- 2,
- 13,
- 5,
- 0.17065,
- "_TYEEGLKHEANNPQLK_"
- ],
- [
- 23579,
- 2,
- 11,
- 5,
- 0.1422,
- "_VTNSTELQHQLDK_"
- ],
- [
- 16565,
- 3,
- 12,
- 4,
- 0.15642,
- "_LEHAFCTETRPYNQGAR_"
- ],
- [
- 7430,
- 2,
- 15,
- 4,
- 0.19907,
- "_LECVEPNCR_"
- ],
- [
- 37282,
- 2,
- 15,
- 6,
- 0.19907,
- "_QEAGISEGQGTAGEEEEK_"
- ],
- [
- 5206,
- 2,
- 15,
- 3,
- 0.19907,
- "_KLAAAEGLEPK_"
- ],
- [
- 24550,
- 2,
- 16,
- 4,
- 0.2133,
- "_NNSDKDQSLGNWR_"
- ],
- [
- 9474,
- 2,
- 17,
- 4,
- 0.22751,
- "_LRDTEEMLSK_"
- ],
- [
- 6769,
- 3,
- 9,
- 5,
- 0.11377,
- "_QQQDTCNSGIADIHR_"
- ],
- [
- 1386,
- 3,
- 16,
- 3,
- 0.2133,
- "_RPEKPVPPPPPIAK_"
- ],
- [
- 28318,
- 2,
- 9,
- 2,
- 0.11377,
- "_PSDSVSSTPAATSTPSK_"
- ],
- [
- 21725,
- 2,
- 17,
- 3,
- 0.22751,
- "_GNHAAFQADVSEAR_"
- ],
- [
- 32444,
- 2,
- 9,
- 3,
- 0.11377,
- "_SQFGSASHSEAVQEVR_"
- ],
- [
- 17479,
- 3,
- 11,
- 4,
- 0.1422,
- "_M(Oxidation (M))TNHCVFSANEDHETIR_"
- ],
- [
- 22035,
- 3,
- 17,
- 6,
- 0.22751,
- "_APVQPQQSPAAAPGGTDEKPSGK_"
- ],
- [
- 21825,
- 2,
- 17,
- 2,
- 0.22751,
- "_KVEPPTPQEPGPAK_"
- ],
- [
- 3639,
- 2,
- 11,
- 3,
- 0.1422,
- "_LQQTEAELR_"
- ],
- [
- 148,
- 2,
- 17,
- 3,
- 0.22751,
- "_VKAEPFIK_"
- ],
- [
- 13696,
- 2,
- 14,
- 4,
- 0.18486,
- "_YLAEVATGDDKK_"
- ],
- [
- 11198,
- 2,
- 14,
- 5,
- 0.18486,
- "_VLKEEGNELVK_"
- ],
- [
- 18385,
- 2,
- 13,
- 3,
- 0.17065,
- "_KAISSTEAVLNNR_"
- ],
- [
- 21238,
- 2,
- 7,
- 5,
- 0.085299,
- "_TPYVTTTVSAHSAK_"
- ],
- [
- 24237,
- 2,
- 7,
- 4,
- 0.085299,
- "_ELLQEQLEQLQR_"
- ],
- [
- 14583,
- 2,
- 7,
- 2,
- 0.085299,
- "_NSSHEEAITALR_"
- ],
- [
- 10859,
- 2,
- 13,
- 3,
- 0.17065,
- "_VNMPAKPAPPTK_"
- ],
- [
- 22794,
- 2,
- 13,
- 5,
- 0.17065,
- "_MQHNLEQQIQAR_"
- ],
- [
- 8895,
- 2,
- 14,
- 2,
- 0.18486,
- "_(Acetyl (Protein N-term))AENPSLENHR_"
- ],
- [
- 25035,
- 2,
- 14,
- 3,
- 0.18486,
- "_AAVSQQGEQLQTER_"
- ],
- [
- 24426,
- 2,
- 9,
- 4,
- 0.11372,
- "_LSTQSNSNNIEPAR_"
- ],
- [
- 5457,
- 2,
- 10,
- 3,
- 0.12797,
- "_VQVYQEPNR_"
- ],
- [
- 916,
- 2,
- 10,
- 5,
- 0.12797,
- "_EYENELAK_"
- ],
- [
- 11171,
- 2,
- 14,
- 5,
- 0.18486,
- "_HIDMVEGDEGR_"
- ],
- [
- 1673,
- 2,
- 7,
- 3,
- 0.085292,
- "_GSPVNALQNK_"
- ],
- [
- 16117,
- 3,
- 8,
- 4,
- 0.099508,
- "_SIQGSSTSSSASSTLSHGEVK_"
- ],
- [
- 11405,
- 2,
- 19,
- 5,
- 0.25594,
- "_EAKPDELMDSK_"
- ],
- [
- 10869,
- 4,
- 11,
- 6,
- 0.14219,
- "_SKGPSAAGEQEPDKESGASVDEVAR_"
- ],
- [
- 5702,
- 2,
- 22,
- 6,
- 0.29862,
- "_CCTESLVNR_"
- ],
- [
- 30730,
- 2,
- 14,
- 4,
- 0.18486,
- "_HEDLQTDESSMDDR_"
- ],
- [
- 12088,
- 2,
- 13,
- 5,
- 0.17063,
- "_SYSSGGEDGYVR_"
- ],
- [
- 29986,
- 2,
- 9,
- 2,
- 0.11372,
- "_NASGLTNGLSSQERPK_"
- ],
- [
- 14072,
- 2,
- 14,
- 5,
- 0.18486,
- "_LNVTEQEKIDK_"
- ],
- [
- 42973,
- 2,
- 9,
- 4,
- 0.11372,
- "_SIQGSSTSSSASSTLSHGEVK_"
- ],
- [
- 14424,
- 2,
- 13,
- 5,
- 0.17063,
- "_AEFEDQDDEAR_"
- ],
- [
- 28607,
- 3,
- 14,
- 6,
- 0.18486,
- "_VLGQSSSKPAAAATGPPPGNTSSTQK_"
- ],
- [
- 11892,
- 2,
- 13,
- 4,
- 0.17063,
- "_LQAAVDGPMDKK_"
- ],
- [
- 46814,
- 2,
- 12,
- 6,
- 0.15643,
- "_NHAVVCQGCHNAIDPEVQR_"
- ],
- [
- 6044,
- 2,
- 6,
- 3,
- 0.071101,
- "_SVIYHALSQK_"
- ],
- [
- 8080,
- 2,
- 12,
- 5,
- 0.15643,
- "_IKEENFVSPK_"
- ],
- [
- 26395,
- 2,
- 10,
- 4,
- 0.12797,
- "_HLAEHSPYYEAMK_"
- ],
- [
- 4893,
- 2,
- 11,
- 2,
- 0.14222,
- "_MELEQANER_"
- ],
- [
- 10514,
- 2,
- 8,
- 2,
- 0.099536,
- "_KEEELQGALAR_"
- ],
- [
- 11623,
- 2,
- 8,
- 4,
- 0.099536,
- "_LLATATANGHGLK_"
- ],
- [
- 3761,
- 2,
- 9,
- 4,
- 0.11375,
- "_QIQDMAEEK_"
- ],
- [
- 1670,
- 2,
- 8,
- 2,
- 0.099536,
- "_HPMDLSTVK_"
- ],
- [
- 1214,
- 2,
- 11,
- 4,
- 0.14222,
- "_EIPSHVLSK_"
- ],
- [
- 7616,
- 2,
- 10,
- 2,
- 0.12797,
- "_EAANLLEGHAR_"
- ],
- [
- 14031,
- 3,
- 11,
- 5,
- 0.14222,
- "_SNHYDPEEDEEYYRK_"
- ],
- [
- 19592,
- 2,
- 11,
- 3,
- 0.14222,
- "_AVEENGEEAEPVR_"
- ],
- [
- 6326,
- 2,
- 12,
- 5,
- 0.15643,
- "_IVNSAQTGSFK_"
- ],
- [
- 12233,
- 2,
- 25,
- 4,
- 0.34129,
- "_YLAEVAAGDDKK_"
- ],
- [
- 13350,
- 2,
- 17,
- 4,
- 0.22752,
- "_TTGGICTYCNR_"
- ],
- [
- 28514,
- 2,
- 14,
- 5,
- 0.18487,
- "_EGESGECAVAESEDR_"
- ],
- [
- 16501,
- 2,
- 14,
- 7,
- 0.18487,
- "_RTEEGPTLSYGR_"
- ],
- [
- 15431,
- 2,
- 13,
- 5,
- 0.17065,
- "_IKGEELSEANVR_"
- ],
- [
- 10145,
- 2,
- 17,
- 3,
- 0.22752,
- "_KALAAAGYDVEK_"
- ],
- [
- 12529,
- 2,
- 17,
- 6,
- 0.22752,
- "_EIEEYIHKPK_"
- ],
- [
- 21854,
- 2,
- 13,
- 4,
- 0.17065,
- "_THSTTSQAISVGMR_"
- ],
- [
- 8969,
- 2,
- 16,
- 4,
- 0.21331,
- "_EFFNGKEPSR_"
- ],
- [
- 3895,
- 2,
- 12,
- 3,
- 0.15644,
- "_GNVLVLSQHK_"
- ],
- [
- 3147,
- 2,
- 12,
- 4,
- 0.15644,
- "_ISQLKDELK_"
- ],
- [
- 4854,
- 2,
- 14,
- 6,
- 0.18487,
- "_LSVADSQAEAK_"
- ],
- [
- 504,
- 2,
- 11,
- 4,
- 0.14218,
- "_ALTHLEMR_"
- ],
- [
- 34241,
- 2,
- 17,
- 3,
- 0.22753,
- "_GQDPGAPQLQSESKPPK_"
- ],
- [
- 15289,
- 2,
- 14,
- 5,
- 0.18487,
- "_QESGSEIHVEVK_"
- ],
- [
- 22751,
- 2,
- 14,
- 4,
- 0.18487,
- "_IEDVGSDEEDDSGK_"
- ],
- [
- 19586,
- 2,
- 11,
- 4,
- 0.14218,
- "_DGM(Oxidation (M))DNQGGYGSVGR_"
- ],
- [
- 481,
- 2,
- 12,
- 2,
- 0.15644,
- "_EISDHVLR_"
- ],
- [
- 36487,
- 2,
- 11,
- 4,
- 0.14218,
- "_MAEGGSGDVDDAGDCSGAR_"
- ],
- [
- 12746,
- 3,
- 12,
- 6,
- 0.15644,
- "_LYHSCADPTGCGTGPDAR_"
- ],
- [
- 5892,
- 2,
- 7,
- 2,
- 0.085317,
- "_IVQLGGSNAQR_"
- ],
- [
- 30655,
- 2,
- 11,
- 4,
- 0.14218,
- "_SAAM(Oxidation (M))LGNSEDHTALSR_"
- ],
- [
- 20853,
- 2,
- 17,
- 3,
- 0.22753,
- "_MHNQIPQVTSDGK_"
- ],
- [
- 2381,
- 3,
- 15,
- 7,
- 0.19909,
- "_HLAEHSPYYEAMK_"
- ],
- [
- 9510,
- 2,
- 10,
- 2,
- 0.12797,
- "_ELQNDMTDEK_"
- ],
- [
- 14571,
- 2,
- 13,
- 5,
- 0.17065,
- "_SDSGGSSSEPFDR_"
- ],
- [
- 1846,
- 2,
- 8,
- 3,
- 0.099535,
- "_ELEEVMKR_"
- ],
- [
- 6942,
- 3,
- 14,
- 5,
- 0.18487,
- "_AGVENGKPTHFTVYTK_"
- ],
- [
- 5,
- 2,
- 12,
- 2,
- 0.15644,
- "_HDLVVYK_"
- ],
- [
- 9430,
- 2,
- 10,
- 5,
- 0.12797,
- "_DNTSVYHISGK_"
- ],
- [
- 25500,
- 2,
- 19,
- 5,
- 0.25597,
- "_EKDIQEESTFSSR_"
- ],
- [
- 16538,
- 2,
- 9,
- 4,
- 0.11375,
- "_ECGEHFEEMAK_"
- ],
- [
- 6706,
- 2,
- 14,
- 5,
- 0.18487,
- "_LTQDQDVDVK_"
- ],
- [
- 4197,
- 3,
- 9,
- 2,
- 0.11375,
- "_QAAAAGPGTSGLAATRPR_"
- ],
- [
- 9780,
- 2,
- 12,
- 4,
- 0.15647,
- "_FATCSDDGTVR_"
- ],
- [
- 16442,
- 2,
- 9,
- 3,
- 0.11382,
- "_QALEQYEEVKK_"
- ],
- [
- 10440,
- 2,
- 10,
- 2,
- 0.12803,
- "_CLSSEHAVIVK_"
- ],
- [
- 5996,
- 2,
- 9,
- 4,
- 0.11382,
- "_KTWVVSPAEK_"
- ],
- [
- 1512,
- 2,
- 12,
- 3,
- 0.15647,
- "_ENMELEEK_"
- ],
- [
- 15519,
- 2,
- 10,
- 3,
- 0.12803,
- "_NVCVVHCMDGR_"
- ],
- [
- 8584,
- 3,
- 11,
- 5,
- 0.14225,
- "_RFDSELSQAHEEAQR_"
- ],
- [
- 24169,
- 3,
- 9,
- 4,
- 0.11382,
- "_TTSSANNPNLM(Oxidation (M))YQDECDRR_"
- ],
- [
- 29669,
- 2,
- 9,
- 4,
- 0.11382,
- "_SGCTPCSCDPQGAVR_"
- ],
- [
- 19124,
- 3,
- 12,
- 5,
- 0.15647,
- "_SQPNHTPAGPPGPSSNPVSNGK_"
- ],
- [
- 849,
- 2,
- 12,
- 3,
- 0.15647,
- "_SVMEELKR_"
- ],
- [
- 1416,
- 2,
- 11,
- 3,
- 0.14225,
- "_HEGVFICR_"
- ],
- [
- 2621,
- 2,
- 7,
- 3,
- 0.085384,
- "_KQWLQEVK_"
- ],
- [
- 1587,
- 3,
- 12,
- 2,
- 0.15647,
- "_MHGGGPSVTAGVPLKK_"
- ],
- [
- 204,
- 4,
- 11,
- 5,
- 0.14225,
- "_GAKPHFITSSVEHDSIR_"
- ],
- [
- 897,
- 4,
- 12,
- 5,
- 0.15647,
- "_AVHEQLAALSQPQQNKPK_"
- ],
- [
- 12520,
- 2,
- 14,
- 3,
- 0.18493,
- "_NAAAQGSPEATLR_"
- ],
- [
- 26596,
- 2,
- 13,
- 4,
- 0.17072,
- "_DCEHGEAAAPAPTVR_"
- ],
- [
- 2610,
- 2,
- 13,
- 4,
- 0.17072,
- "_LQSEPESIR_"
- ],
- [
- 15197,
- 2,
- 13,
- 5,
- 0.17072,
- "_SQGGVQPIPSQGGK_"
- ],
- [
- 3848,
- 3,
- 14,
- 5,
- 0.18493,
- "_CVYKPMQPGPHVVK_"
- ],
- [
- 3264,
- 2,
- 15,
- 2,
- 0.19916,
- "_KIVFVTGNAK_"
- ],
- [
- 44909,
- 2,
- 8,
- 4,
- 0.099612,
- "_GGPGAAPGGASPASSSSAASSPSSGR_"
- ],
- [
- 11598,
- 2,
- 11,
- 2,
- 0.14226,
- "_YTYEHDPITK_"
- ],
- [
- 2119,
- 2,
- 14,
- 4,
- 0.18494,
- "_EYSIGTGSTK_"
- ],
- [
- 6210,
- 2,
- 11,
- 4,
- 0.14226,
- "_DEEQTAESIK_"
- ],
- [
- 24543,
- 2,
- 6,
- 3,
- 0.071177,
- "_SLSNPTPDYCHDK_"
- ],
- [
- 2159,
- 2,
- 9,
- 3,
- 0.11383,
- "_DRIDIANAR_"
- ],
- [
- 363,
- 2,
- 20,
- 4,
- 0.27025,
- "_QQEIVVSR_"
- ],
- [
- 8745,
- 3,
- 11,
- 5,
- 0.14226,
- "_VRPASSAASVYAGAGGSGSR_"
- ],
- [
- 41870,
- 3,
- 10,
- 5,
- 0.12804,
- "_NSSYVHGGVDASGKPQEAVYGQNDIHHK_"
- ],
- [
- 3016,
- 2,
- 15,
- 4,
- 0.19916,
- "_ECYVFKPK_"
- ],
- [
- 10251,
- 2,
- 10,
- 4,
- 0.12804,
- "_LDFNTDEEKK_"
- ],
- [
- 32551,
- 2,
- 11,
- 4,
- 0.14226,
- "_QDGDYSPDNSAQPGDR_"
- ],
- [
- 3385,
- 2,
- 14,
- 5,
- 0.18494,
- "_GLIHPDDSVK_"
- ],
- [
- 50603,
- 2,
- 18,
- 7,
- 0.24182,
- "_ALTSADGASEEQSQNDEDNQGSEK_"
- ],
- [
- 30240,
- 2,
- 17,
- 6,
- 0.2276,
- "_DSQEEEKTEALTSAK_"
- ],
- [
- 1372,
- 2,
- 12,
- 2,
- 0.21338,
- "_TLHQIFEK_"
- ],
- [
- 18959,
- 2,
- 16,
- 6,
- 0.21338,
- "_EDVFVHQTAIKK_"
- ],
- [
- 24469,
- 2,
- 7,
- 4,
- 0.08539,
- "_GLNTDELGQKEEAK_"
- ],
- [
- 41400,
- 2,
- 8,
- 5,
- 0.099612,
- "_VQAMQISSEKEEDDNEK_"
- ],
- [
- 24614,
- 2,
- 10,
- 4,
- 0.12804,
- "_KVYFHTDAAQAVGK_"
- ],
- [
- 19881,
- 2,
- 10,
- 2,
- 0.12804,
- "_ESTCIHSTWDAK_"
- ],
- [
- 986,
- 2,
- 11,
- 2,
- 0.14226,
- "_DGYQQNFK_"
- ],
- [
- 23230,
- 2,
- 17,
- 5,
- 0.2276,
- "_TSTTGVATTQSPTPR_"
- ],
- [
- 20405,
- 2,
- 9,
- 2,
- 0.11383,
- "_GEEWDPQKAEEK_"
- ],
- [
- 4344,
- 3,
- 11,
- 5,
- 0.14226,
- "_VVDRDSEEAEIIRK_"
- ],
- [
- 5294,
- 2,
- 16,
- 4,
- 0.21338,
- "_EKLEQAAIVK_"
- ],
- [
- 21545,
- 3,
- 17,
- 6,
- 0.2276,
- "_NHAVVCQGCHNAIDPEVQR_"
- ],
- [
- 32315,
- 2,
- 8,
- 3,
- 0.09961,
- "_DPAQPM(Oxidation (M))SPGEATQSGAR_"
- ],
- [
- 7286,
- 2,
- 8,
- 2,
- 0.09961,
- "_TIMQLCHDR_"
- ],
- [
- 32932,
- 2,
- 16,
- 5,
- 0.21338,
- "_KWEQQLQEEQEQK_"
- ],
- [
- 10003,
- 2,
- 17,
- 6,
- 0.2276,
- "_STESLQANVQR_"
- ],
- [
- 22351,
- 2,
- 11,
- 4,
- 0.14226,
- "_GCCQEEAQFETK_"
- ],
- [
- 10707,
- 3,
- 21,
- 3,
- 0.28447,
- "_TYEEGLKHEANNPQLK_"
- ],
- [
- 40657,
- 2,
- 12,
- 5,
- 0.15648,
- "_GAAAAAAASGAAGGGGGGAGAGAPGGGR_"
- ],
- [
- 9103,
- 3,
- 12,
- 7,
- 0.15648,
- "_PSETPQAEVGPTGCPHR_"
- ],
- [
- 6132,
- 3,
- 12,
- 3,
- 0.15648,
- "_KHPDASVNFSEFSKK_"
- ],
- [
- 10751,
- 2,
- 21,
- 5,
- 0.28447,
- "_FACHSASLTVR_"
- ],
- [
- 24680,
- 2,
- 12,
- 5,
- 0.15648,
- "_TAEHFQEAMEESK_"
- ],
- [
- 25995,
- 2,
- 11,
- 6,
- 0.14226,
- "_SDAEAEIDMENSKK_"
- ],
- [
- 4506,
- 2,
- 13,
- 3,
- 0.1707,
- "_WSATSPHVPK_"
- ],
- [
- 23721,
- 2,
- 10,
- 6,
- 0.12805,
- "_ENEVEEVKEEGPK_"
- ],
- [
- 2288,
- 2,
- 15,
- 5,
- 0.19916,
- "_EVSSATNALR_"
- ],
- [
- 1834,
- 2,
- 15,
- 4,
- 0.19916,
- "_GTRPFVISR_"
- ],
- [
- 37130,
- 2,
- 15,
- 4,
- 0.19916,
- "_TAEDSTAAMSSDSAAGSSAK_"
- ],
- [
- 4110,
- 2,
- 10,
- 3,
- 0.12805,
- "_NYDYSEPGR_"
- ],
- [
- 22214,
- 2,
- 13,
- 2,
- 0.1707,
- "_DGEQHEDLNEVAK_"
- ],
- [
- 43474,
- 2,
- 9,
- 3,
- 0.11383,
- "_GTILISSEEGETEANNHKK_"
- ],
- [
- 7991,
- 3,
- 13,
- 7,
- 0.1707,
- "_CMIDQAHQEERPIR_"
- ],
- [
- 10829,
- 2,
- 13,
- 4,
- 0.1707,
- "_SAECIDEAAER_"
- ],
- [
- 1983,
- 2,
- 9,
- 2,
- 0.11383,
- "_ESDCLVCR_"
- ],
- [
- 23410,
- 2,
- 14,
- 5,
- 0.18491,
- "_QEMLQTEGSQCAK_"
- ],
- [
- 14485,
- 2,
- 5,
- 3,
- 0.056945,
- "_RAEAESMYQIK_"
- ],
- [
- 28433,
- 2,
- 10,
- 5,
- 0.12805,
- "_KADTTTPTTSAITASR_"
- ],
- [
- 17152,
- 2,
- 13,
- 7,
- 0.1707,
- "_EMEAELEDERK_"
- ],
- [
- 22622,
- 4,
- 18,
- 6,
- 0.24181,
- "_NASSRPASAISGQNNNHSGNKPDPPPVLR_"
- ],
- [
- 22667,
- 2,
- 9,
- 3,
- 0.11382,
- "_SFGGGCHVTAAVSSR_"
- ],
- [
- 27702,
- 2,
- 9,
- 4,
- 0.11382,
- "_LTNELKEEQEMNK_"
- ],
- [
- 10238,
- 3,
- 9,
- 3,
- 0.11382,
- "_QQQQQHIECVVCGDK_"
- ],
- [
- 17456,
- 4,
- 12,
- 6,
- 0.15647,
- "_HSESPGATELNMCHSNCQNKPTLR_"
- ],
- [
- 7881,
- 2,
- 19,
- 4,
- 0.25603,
- "_RQELEAELAK_"
- ],
- [
- 22579,
- 2,
- 18,
- 6,
- 0.24181,
- "_SVKEDSNLTLQEK_"
- ],
- [
- 18362,
- 2,
- 15,
- 5,
- 0.19912,
- "_DSGEEAAEPSAPSR_"
- ],
- [
- 19953,
- 2,
- 15,
- 4,
- 0.19912,
- "_LQSSQEPEAPPPR_"
- ],
- [
- 13814,
- 2,
- 11,
- 3,
- 0.14226,
- "_LRPESALAQAQK_"
- ],
- [
- 4263,
- 2,
- 18,
- 2,
- 0.24181,
- "_RPSAPVDFSK_"
- ],
- [
- 14655,
- 2,
- 11,
- 2,
- 0.14226,
- "_GVDKDFESSSMK_"
- ],
- [
- 20657,
- 2,
- 12,
- 3,
- 0.15647,
- "_GGNRFEPYANPTK_"
- ],
- [
- 3948,
- 2,
- 6,
- 2,
- 0.071154,
- "_YSEEGLSPSK_"
- ],
- [
- 6972,
- 2,
- 9,
- 3,
- 0.11382,
- "_ENLAQAVEHR_"
- ],
- [
- 6656,
- 3,
- 15,
- 3,
- 0.19912,
- "_HHAAYVNNLNVTEEK_"
- ],
- [
- 5125,
- 2,
- 13,
- 2,
- 0.17069,
- "_KIQASTMAFK_"
- ],
- [
- 16329,
- 2,
- 19,
- 7,
- 0.25603,
- "_FEPPQSDSDGQR_"
- ],
- [
- 3191,
- 2,
- 13,
- 3,
- 0.17069,
- "_AEITFDDHK_"
- ],
- [
- 18030,
- 2,
- 16,
- 4,
- 0.21337,
- "_LHNAIEGGTQLSR_"
- ],
- [
- 34320,
- 2,
- 13,
- 5,
- 0.17069,
- "_LITQTFSHHNQLAQK_"
- ],
- [
- 5589,
- 2,
- 11,
- 3,
- 0.14226,
- "_RFDEATQLR_"
- ],
- [
- 12365,
- 2,
- 11,
- 4,
- 0.14226,
- "_KEEDSDFISGR_"
- ],
- [
- 6180,
- 2,
- 22,
- 3,
- 0.29868,
- "_VQPNEAVYTK_"
- ],
- [
- 15946,
- 3,
- 12,
- 4,
- 0.15647,
- "_KEVNEGIQALSNSEEEKK_"
- ],
- [
- 14219,
- 3,
- 12,
- 7,
- 0.15647,
- "_VQAMQISSEKEEDDNEK_"
- ],
- [
- 22212,
- 2,
- 11,
- 2,
- 0.14226,
- "_TAEDYSVDENGQR_"
- ],
- [
- 2794,
- 2,
- 11,
- 5,
- 0.14226,
- "_KQTPSDFLK_"
- ],
- [
- 1448,
- 2,
- 13,
- 6,
- 0.17069,
- "_SLQSVAEER_"
- ],
- [
- 13750,
- 2,
- 17,
- 6,
- 0.22759,
- "_RGDIIGVQGNPGK_"
- ],
- [
- 4115,
- 2,
- 7,
- 2,
- 0.085369,
- "_ESVELQNGPK_"
- ],
- [
- 28516,
- 2,
- 7,
- 3,
- 0.085369,
- "_VVSDADDSDSDAVSDK_"
- ],
- [
- 2691,
- 2,
- 20,
- 3,
- 0.27024,
- "_VLADPSDDTK_"
- ],
- [
- 3755,
- 4,
- 8,
- 3,
- 0.099613,
- "_FQHLSHYDQHQVTAQVSR_"
- ],
- [
- 33725,
- 2,
- 8,
- 4,
- 0.099613,
- "_GTNCTFAHSQEELEK_"
- ],
- [
- 9389,
- 2,
- 15,
- 4,
- 0.19912,
- "_ERLELCDER_"
- ],
- [
- 16638,
- 2,
- 9,
- 2,
- 0.11382,
- "_SSNSSENQQFLK_"
- ],
- [
- 26404,
- 2,
- 15,
- 4,
- 0.19912,
- "_SSQPQAGSQGPQTFR_"
- ],
- [
- 49616,
- 2,
- 10,
- 5,
- 0.12803,
- "_GGGAGGSSVGTGGGGTGGVGGGAGSEDSGDR_"
- ],
- [
- 4758,
- 2,
- 13,
- 6,
- 0.17069,
- "_EKPTTALLDK_"
- ],
- [
- 12315,
- 2,
- 14,
- 4,
- 0.18491,
- "_SGSSFVHQASFK_"
- ],
- [
- 31944,
- 2,
- 9,
- 3,
- 0.11382,
- "_QCQISKEDEETLAR_"
- ],
- [
- 15381,
- 2,
- 14,
- 5,
- 0.18491,
- "_DSLHQPQYVEK_"
- ],
- [
- 1867,
- 2,
- 4,
- 2,
- 0.042637,
- "_QETVECLR_"
- ],
- [
- 29977,
- 2,
- 12,
- 5,
- 0.15647,
- "_NSEQMASHSAVLEAGK_"
- ],
- [
- 40070,
- 2,
- 11,
- 4,
- 0.14225,
- "_EPTSSEQGGLEGSGSAAGEGK_"
- ],
- [
- 1246,
- 3,
- 11,
- 4,
- 0.14225,
- "_ENEVEEVKEEGPK_"
- ],
- [
- 27837,
- 2,
- 8,
- 3,
- 0.099582,
- "_HQAFEAELHANADR_"
- ],
- [
- 742,
- 2,
- 10,
- 5,
- 0.12803,
- "_RVLVDVER_"
- ],
- [
- 11647,
- 2,
- 9,
- 4,
- 0.11383,
- "_YYPTEDVPRK_"
- ],
- [
- 5144,
- 2,
- 10,
- 5,
- 0.12803,
- "_NYTDNELEK_"
- ],
- [
- 36453,
- 2,
- 9,
- 5,
- 0.11383,
- "_NSMEGASTSTTENFGHR_"
- ],
- [
- 7220,
- 2,
- 11,
- 5,
- 0.14225,
- "_VLVAQHDVYK_"
- ],
- [
- 28111,
- 3,
- 12,
- 5,
- 0.15647,
- "_EFENPEVPREDQQQQHQQR_"
- ],
- [
- 6606,
- 2,
- 10,
- 4,
- 0.12803,
- "_LFEYKEDSK_"
- ],
- [
- 30363,
- 3,
- 10,
- 5,
- 0.12803,
- "_GLAGATGSANGGAHNCRPEVGAAGPPR_"
- ],
- [
- 14200,
- 2,
- 8,
- 3,
- 0.099582,
- "_LASAQEVAGSTSAK_"
- ],
- [
- 33250,
- 2,
- 19,
- 6,
- 0.25602,
- "_HHAAYVNNLNVTEEK_"
- ],
- [
- 7384,
- 2,
- 11,
- 3,
- 0.14225,
- "_AACQCVEPIK_"
- ],
- [
- 18285,
- 2,
- 16,
- 4,
- 0.21333,
- "_YNAPTSHVTPSVK_"
- ],
- [
- 98,
- 2,
- 18,
- 5,
- 0.2418,
- "_DIIHDPGR_"
- ],
- [
- 7029,
- 2,
- 14,
- 4,
- 0.1849,
- "_LQAVTDDHIR_"
- ],
- [
- 20880,
- 2,
- 17,
- 4,
- 0.22755,
- "_EENMDTSNTSISK_"
- ],
- [
- 6467,
- 3,
- 15,
- 5,
- 0.19912,
- "_KPGQSFQEQVEHYR_"
- ],
- [
- 3036,
- 2,
- 17,
- 6,
- 0.22755,
- "_NSSTYWEGK_"
- ],
- [
- 13070,
- 2,
- 13,
- 4,
- 0.17068,
- "_ATSITVTGSGSCR_"
- ],
- [
- 22,
- 2,
- 13,
- 3,
- 0.17068,
- "_HVEELLR_"
- ],
- [
- 595,
- 2,
- 25,
- 5,
- 0.34133,
- "_AGFAGDDAPR_"
- ],
- [
- 9011,
- 4,
- 15,
- 4,
- 0.19912,
- "_EFENPEVPREDQQQQHQQR_"
- ],
- [
- 5460,
- 2,
- 7,
- 3,
- 0.085298,
- "_AMENIGELKK_"
- ],
- [
- 14459,
- 2,
- 10,
- 2,
- 0.12804,
- "_QLSGNNIRPVVK_"
- ],
- [
- 16389,
- 2,
- 16,
- 6,
- 0.21333,
- "_DFGGVTNGKPEDK_"
- ],
- [
- 47301,
- 2,
- 8,
- 3,
- 0.099579,
- "_QEEMNSQQEEEEM(Oxidation (M))ETDAR_"
- ],
- [
- 10166,
- 2,
- 12,
- 3,
- 0.15646,
- "_EQEKDSEMLQ_"
- ],
- [
- 3598,
- 2,
- 16,
- 4,
- 0.21333,
- "_IANPVEGSSGR_"
- ],
- [
- 12708,
- 2,
- 9,
- 5,
- 0.1138,
- "_QLCGGSQAAIER_"
- ],
- [
- 15590,
- 2,
- 11,
- 3,
- 0.14225,
- "_RLAPEYEAAATR_"
- ],
- [
- 42572,
- 2,
- 12,
- 4,
- 0.15646,
- "_SEEPLKTDSSASNSNSELK_"
- ],
- [
- 3092,
- 2,
- 17,
- 5,
- 0.22755,
- "_AQASSIPVGSR_"
- ],
- [
- 7936,
- 2,
- 8,
- 2,
- 0.099579,
- "_KTEINVEGVAK_"
- ],
- [
- 9412,
- 3,
- 15,
- 3,
- 0.19911,
- "_LKECEDTHLGEEVDR_"
- ],
- [
- 18202,
- 2,
- 17,
- 5,
- 0.22755,
- "_TAPGMGDQSGCYR_"
- ],
- [
- 15954,
- 2,
- 13,
- 5,
- 0.17068,
- "_QVASSTGFCDQR_"
- ],
- [
- 5690,
- 3,
- 13,
- 5,
- 0.17068,
- "_QCQISKEDEETLAR_"
- ],
- [
- 2535,
- 2,
- 15,
- 4,
- 0.19911,
- "_VTYMEEER_"
- ],
- [
- 5168,
- 2,
- 12,
- 3,
- 0.15646,
- "_SGTEAVLIAHK_"
- ],
- [
- 6836,
- 2,
- 8,
- 2,
- 0.099579,
- "_TGQSVYMHLK_"
- ],
- [
- 22879,
- 4,
- 16,
- 7,
- 0.21333,
- "_NSSYVHGGVDASGKPQEAVYGQNDIHHK_"
- ],
- [
- 18625,
- 2,
- 11,
- 5,
- 0.14225,
- "_NPATTNQTEFER_"
- ],
- [
- 4811,
- 2,
- 12,
- 5,
- 0.15646,
- "_YGLSDCCSR_"
- ],
- [
- 13380,
- 2,
- 11,
- 4,
- 0.14225,
- "_KATEISTAVVQR_"
- ],
- [
- 14375,
- 2,
- 10,
- 5,
- 0.12804,
- "_MQMDGNVSGTQR_"
- ],
- [
- 4573,
- 2,
- 10,
- 2,
- 0.12804,
- "_QSGPGAPNLDR_"
- ],
- [
- 24087,
- 2,
- 14,
- 4,
- 0.1849,
- "_EVVCTNCPTGTTGK_"
- ],
- [
- 9026,
- 2,
- 14,
- 4,
- 0.1849,
- "_THEDIEAQIR_"
- ],
- [
- 42564,
- 2,
- 10,
- 3,
- 0.12804,
- "_SHVTEEEEEEEEEESDS_"
- ],
- [
- 7696,
- 2,
- 15,
- 4,
- 0.19911,
- "_AAHLCAEAALR_"
- ],
- [
- 44168,
- 2,
- 9,
- 4,
- 0.1138,
- "_YGDGGSSFQSTTGHCVHMR_"
- ],
- [
- 28132,
- 2,
- 12,
- 4,
- 0.15649,
- "_MGQHSLVACSGNLNK_"
- ],
- [
- 12079,
- 3,
- 20,
- 8,
- 0.27025,
- "_ETKPEPMEEDLPENKK_"
- ],
- [
- 10397,
- 2,
- 20,
- 5,
- 0.27025,
- "_VNTLIRPDGEK_"
- ],
- [
- 14093,
- 2,
- 9,
- 3,
- 0.11382,
- "_MQELQEAQNAR_"
- ],
- [
- 7172,
- 2,
- 13,
- 5,
- 0.1707,
- "_LNRPLTLSEK_"
- ],
- [
- 3113,
- 3,
- 18,
- 4,
- 0.24178,
- "_HQAFEAELHANADR_"
- ],
- [
- 1760,
- 2,
- 16,
- 4,
- 0.21335,
- "_NVLLNNSEK_"
- ],
- [
- 19150,
- 2,
- 16,
- 4,
- 0.21335,
- "_QSSVTQVTEQSPK_"
- ],
- [
- 6002,
- 2,
- 8,
- 3,
- 0.099535,
- "_NTKEPTLTLK_"
- ],
- [
- 9862,
- 2,
- 19,
- 6,
- 0.256,
- "_GTSISTKPPLTK_"
- ],
- [
- 7484,
- 3,
- 21,
- 7,
- 0.28447,
- "_LITQTFSHHNQLAQK_"
- ],
- [
- 32808,
- 2,
- 8,
- 3,
- 0.099535,
- "_HEGSSSESVPPGTTISR_"
- ],
- [
- 11974,
- 2,
- 11,
- 4,
- 0.14228,
- "_MFEDSQDSCR_"
- ],
- [
- 42851,
- 2,
- 7,
- 2,
- 0.085308,
- "_TPSSSQEPPDEGTSGTDVNK_"
- ],
- [
- 13951,
- 2,
- 12,
- 2,
- 0.15649,
- "_KANAEELANNLK_"
- ],
- [
- 1997,
- 2,
- 13,
- 4,
- 0.17069,
- "_DHENIVIAK_"
- ],
- [
- 2915,
- 2,
- 11,
- 3,
- 0.14224,
- "_PGSGFTNTMR_"
- ],
- [
- 2248,
- 2,
- 11,
- 4,
- 0.14224,
- "_CYQSEFGR_"
- ],
- [
- 5410,
- 2,
- 12,
- 2,
- 0.15649,
- "_QLLEENEEK_"
- ],
- [
- 19810,
- 2,
- 18,
- 2,
- 0.24178,
- "_YVGFGNTPPPQKK_"
- ],
- [
- 17972,
- 2,
- 15,
- 2,
- 0.19913,
- "_ESESVDKVMDQK_"
- ],
- [
- 7446,
- 2,
- 9,
- 5,
- 0.11374,
- "_MTKEELNALK_"
- ],
- [
- 14762,
- 2,
- 16,
- 4,
- 0.21334,
- "_GQTHTLEDFQR_"
- ],
- [
- 33410,
- 2,
- 9,
- 6,
- 0.11374,
- "_KIQALQQQADEAEDR_"
- ],
- [
- 4727,
- 2,
- 13,
- 5,
- 0.17069,
- "_DYDAMGSQTK_"
- ],
- [
- 45745,
- 2,
- 10,
- 2,
- 0.12803,
- "_GSSEQAESDNM(Oxidation (M))DVPPEDDSK_"
- ],
- [
- 4547,
- 2,
- 9,
- 2,
- 0.11374,
- "_HQACLLLQK_"
- ],
- [
- 32848,
- 2,
- 10,
- 5,
- 0.12803,
- "_ILDYSCSQDRDTQK_"
- ],
- [
- 6381,
- 2,
- 14,
- 5,
- 0.18491,
- "_LYNYFYDR_"
- ],
- [
- 22404,
- 3,
- 14,
- 4,
- 0.18491,
- "_QNENGEYTDHLHSASCQIK_"
- ],
- [
- 34739,
- 2,
- 13,
- 6,
- 0.17069,
- "_THYSNIEANESEEVR_"
- ],
- [
- 6111,
- 2,
- 11,
- 5,
- 0.14225,
- "_YDEMVESM(Oxidation (M))K_"
- ],
- [
- 13446,
- 2,
- 12,
- 5,
- 0.15646,
- "_NCNDFQYESK_"
- ],
- [
- 6893,
- 2,
- 8,
- 2,
- 0.099517,
- "_HQQTITIPAR_"
- ],
- [
- 20535,
- 2,
- 11,
- 4,
- 0.14225,
- "_NHIPITEQGDAPR_"
- ],
- [
- 10666,
- 2,
- 10,
- 3,
- 0.12796,
- "_VFPSHFTQQR_"
- ],
- [
- 6375,
- 2,
- 10,
- 3,
- 0.12796,
- "_MDETDASSAVK_"
- ],
- [
- 347,
- 2,
- 12,
- 3,
- 0.15646,
- "_QQEYDFK_"
- ],
- [
- 34336,
- 2,
- 12,
- 6,
- 0.15646,
- "_EDLNCQEEEDPM(Oxidation (M))NK_"
- ],
- [
- 31717,
- 2,
- 11,
- 4,
- 0.14225,
- "_MVSALQQQQQQQQR_"
- ],
- [
- 22597,
- 3,
- 16,
- 7,
- 0.21335,
- "_KLEKEEEEGISQESSEEEQ_"
- ],
- [
- 21230,
- 2,
- 16,
- 2,
- 0.21335,
- "_SSEGSLGGQNSGIGGR_"
- ],
- [
- 23467,
- 2,
- 15,
- 6,
- 0.19913,
- "_IVADKDYSVTANSK_"
- ],
- [
- 28881,
- 2,
- 16,
- 6,
- 0.21335,
- "_GCPVNTEPSGPTCEK_"
- ],
- [
- 40305,
- 2,
- 18,
- 7,
- 0.24178,
- "_VMQQQQQTTQQQLPQK_"
- ],
- [
- 3413,
- 2,
- 16,
- 5,
- 0.21335,
- "_(Acetyl (Protein N-term))AELGAGGDGHR_"
- ],
- [
- 7536,
- 3,
- 14,
- 5,
- 0.18491,
- "_WLTSMQDHSRPPQGK_"
- ],
- [
- 15805,
- 2,
- 14,
- 2,
- 0.18491,
- "_QTQTSEVYDGPK_"
- ],
- [
- 7978,
- 2,
- 12,
- 4,
- 0.15646,
- "_KDDPTLLSSGR_"
- ],
- [
- 12858,
- 2,
- 11,
- 4,
- 0.14218,
- "_TDENGLCPACR_"
- ],
- [
- 12630,
- 2,
- 11,
- 5,
- 0.14218,
- "_TQTVQAHYVLK_"
- ],
- [
- 11941,
- 2,
- 12,
- 5,
- 0.15646,
- "_LYHNEVEIEK_"
- ],
- [
- 4116,
- 2,
- 16,
- 3,
- 0.21334,
- "_YFSEADKIK_"
- ],
- [
- 15822,
- 2,
- 18,
- 5,
- 0.24178,
- "_IHGTEEGQQILK_"
- ],
- [
- 4315,
- 3,
- 15,
- 6,
- 0.19913,
- "_GHYNNVSCAVFHPR_"
- ],
- [
- 15131,
- 2,
- 9,
- 3,
- 0.11373,
- "_AMTHFTDECVK_"
- ],
- [
- 2146,
- 2,
- 11,
- 2,
- 0.14218,
- "_ETDEFFKK_"
- ],
- [
- 1133,
- 3,
- 17,
- 2,
- 0.22756,
- "_KTGKPMINLYTDK_"
- ],
- [
- 27126,
- 2,
- 13,
- 4,
- 0.17068,
- "_ASLQETHFDSTQTK_"
- ],
- [
- 13979,
- 2,
- 15,
- 2,
- 0.19913,
- "_RDDDEPGPWTK_"
- ],
- [
- 29036,
- 2,
- 6,
- 2,
- 0.071095,
- "_YESASMSSTCEPCK_"
- ],
- [
- 9660,
- 2,
- 19,
- 6,
- 0.256,
- "_VLANPGNSQVAR_"
- ],
- [
- 5106,
- 2,
- 7,
- 4,
- 0.085308,
- "_FYHDWNDK_"
- ],
- [
- 16029,
- 2,
- 8,
- 3,
- 0.099523,
- "_TVYTGIDHHWK_"
- ],
- [
- 41367,
- 2,
- 8,
- 3,
- 0.099523,
- "_SQVNGEAGSYEMTNQHVK_"
- ],
- [
- 11276,
- 2,
- 9,
- 3,
- 0.11373,
- "_NVQQQLDATSR_"
- ],
- [
- 21357,
- 2,
- 14,
- 5,
- 0.18492,
- "_DADVEDEDTEEAK_"
- ],
- [
- 42300,
- 3,
- 8,
- 5,
- 0.099523,
- "_DSGNNSGDQATEEEEGGYSCGTAESHDSK_"
- ],
- [
- 9935,
- 2,
- 11,
- 3,
- 0.14218,
- "_QLQNQLAECK_"
- ],
- [
- 3376,
- 2,
- 9,
- 4,
- 0.11373,
- "_NIGMCPTCK_"
- ],
- [
- 7685,
- 2,
- 23,
- 6,
- 0.3129,
- "_TYYYNTETK_"
- ],
- [
- 19740,
- 2,
- 12,
- 5,
- 0.15639,
- "_EYGEQIDPSTHR_"
- ],
- [
- 4952,
- 2,
- 19,
- 4,
- 0.25599,
- "_AESMLQQADK_"
- ],
- [
- 38740,
- 2,
- 9,
- 4,
- 0.11374,
- "_LEQNQQHLQELQQEK_"
- ],
- [
- 27442,
- 2,
- 14,
- 4,
- 0.18489,
- "_RSQPEPGVADEDQTA_"
- ],
- [
- 8716,
- 2,
- 12,
- 4,
- 0.15639,
- "_ALTQRPDYIK_"
- ],
- [
- 13399,
- 3,
- 12,
- 6,
- 0.15639,
- "_NDIQDLHEYHSGYVHK_"
- ],
- [
- 11393,
- 3,
- 11,
- 5,
- 0.14216,
- "_LEQNQQHLQELQQEK_"
- ],
- [
- 33883,
- 2,
- 11,
- 4,
- 0.14216,
- "_TPGNGDGGSTSETPQPPR_"
- ],
- [
- 7157,
- 2,
- 12,
- 2,
- 0.15639,
- "_LEHEVDLCR_"
- ],
- [
- 15963,
- 3,
- 11,
- 5,
- 0.14216,
- "_EQSGTIYLQHADEEREK_"
- ],
- [
- 9689,
- 2,
- 8,
- 3,
- 0.09952,
- "_YLASGSGDTTVR_"
- ],
- [
- 14184,
- 3,
- 11,
- 3,
- 0.14216,
- "_SQVNGEAGSYEMTNQHVK_"
- ],
- [
- 24650,
- 2,
- 11,
- 4,
- 0.14216,
- "_SHLLSSSDAEGNYR_"
- ],
- [
- 37665,
- 2,
- 8,
- 4,
- 0.09952,
- "_QTSNPNGPTPQYQTTAR_"
- ],
- [
- 9851,
- 2,
- 9,
- 2,
- 0.11374,
- "_VTNIGNQQIDK_"
- ],
- [
- 7731,
- 2,
- 7,
- 2,
- 0.085308,
- "_GSDGAASSYQLK_"
- ],
- [
- 21029,
- 2,
- 17,
- 6,
- 0.22755,
- "_TNYNDRYDEIR_"
- ],
- [
- 15619,
- 2,
- 10,
- 3,
- 0.12794,
- "_QALVGSDSAEDEK_"
- ],
- [
- 16545,
- 2,
- 13,
- 3,
- 0.17067,
- "_KFGDPVVQSDM(Oxidation (M))K_"
- ],
- [
- 4856,
- 2,
- 14,
- 4,
- 0.18489,
- "_ESIESEIRR_"
- ],
- [
- 22632,
- 2,
- 9,
- 3,
- 0.11374,
- "_TLPHGAGHLAFSQR_"
- ],
- [
- 19424,
- 2,
- 17,
- 5,
- 0.22755,
- "_SSPSVKPAVDPAAAK_"
- ],
- [
- 4645,
- 2,
- 17,
- 5,
- 0.22755,
- "_WSLQSEAHR_"
- ],
- [
- 25296,
- 2,
- 13,
- 5,
- 0.17067,
- "_GTQGATAGASSELDASK_"
- ],
- [
- 2611,
- 2,
- 15,
- 5,
- 0.19913,
- "_LQALTGNEGR_"
- ],
- [
- 12219,
- 2,
- 13,
- 3,
- 0.17067,
- "_LTTINCEEGDK_"
- ],
- [
- 15715,
- 2,
- 13,
- 2,
- 0.17067,
- "_QQDLHLESPQR_"
- ],
- [
- 8708,
- 2,
- 13,
- 2,
- 0.17067,
- "_LQMAIEESKR_"
- ],
- [
- 8241,
- 3,
- 20,
- 6,
- 0.27021,
- "_GQPDVVVKEDEEYKR_"
- ],
- [
- 7818,
- 3,
- 17,
- 5,
- 0.22755,
- "_THYSNIEANESEEVR_"
- ],
- [
- 1875,
- 2,
- 15,
- 4,
- 0.19913,
- "_LQEMEGTVK_"
- ],
- [
- 2446,
- 2,
- 17,
- 4,
- 0.22755,
- "_STCIYGGAPK_"
- ],
- [
- 11593,
- 2,
- 15,
- 3,
- 0.19913,
- "_NCGQMSEIEAK_"
- ],
- [
- 1338,
- 2,
- 14,
- 4,
- 0.18489,
- "_QGANINEIR_"
- ],
- [
- 4378,
- 2,
- 14,
- 4,
- 0.18489,
- "_LLEVEHPAAK_"
- ],
- [
- 346,
- 4,
- 28,
- 4,
- 0.38399,
- "_VPHPHPHPPPYPHFTR_"
- ],
- [
- 2127,
- 2,
- 11,
- 3,
- 0.14216,
- "_QRVELLER_"
- ],
- [
- 22754,
- 2,
- 15,
- 4,
- 0.1991,
- "_QDAQDLYEAGEKK_"
- ],
- [
- 16616,
- 2,
- 12,
- 3,
- 0.15638,
- "_QQLLEQQQPQK_"
- ],
- [
- 32628,
- 3,
- 11,
- 4,
- 0.14216,
- "_VASVFANADKGDDEKNTDNSEDSR_"
- ],
- [
- 26858,
- 2,
- 9,
- 4,
- 0.11374,
- "_HQIVEVAGDDKYGR_"
- ],
- [
- 23024,
- 2,
- 12,
- 4,
- 0.15638,
- "_NEIEIEEDHCGR_"
- ],
- [
- 26680,
- 2,
- 12,
- 4,
- 0.15638,
- "_QDSSSASLASAGESTGK_"
- ],
- [
- 5813,
- 2,
- 16,
- 4,
- 0.21335,
- "_TNRPPLSLSR_"
- ],
- [
- 18426,
- 2,
- 12,
- 4,
- 0.15638,
- "_WVPEITHHCPK_"
- ],
- [
- 8657,
- 2,
- 17,
- 5,
- 0.22756,
- "_TNEAQAIETAR_"
- ],
- [
- 30619,
- 2,
- 9,
- 5,
- 0.11374,
- "_GGDDYSEDEGDSSVSR_"
- ],
- [
- 35457,
- 2,
- 10,
- 4,
- 0.12795,
- "_CHDKDINSVAIAPNDK_"
- ],
- [
- 17510,
- 2,
- 13,
- 3,
- 0.17061,
- "_RYPQIYTTSEK_"
- ],
- [
- 19496,
- 2,
- 14,
- 5,
- 0.18489,
- "_SIRPDNMSEYSK_"
- ],
- [
- 11048,
- 2,
- 14,
- 5,
- 0.18489,
- "_KGGPSPGDVEAIK_"
- ],
- [
- 5704,
- 2,
- 14,
- 7,
- 0.18489,
- "_SGAHVDFYDK_"
- ],
- [
- 13088,
- 3,
- 12,
- 7,
- 0.15638,
- "_NDSDPTYGQQGHPNTWK_"
- ],
- [
- 2308,
- 2,
- 12,
- 3,
- 0.15638,
- "_EGSASTEVLR_"
- ],
- [
- 17705,
- 3,
- 18,
- 8,
- 0.24177,
- "_YGDGGSSFQSTTGHCVHMR_"
- ],
- [
- 8111,
- 2,
- 14,
- 2,
- 0.18489,
- "_GGGPTSSEQIMK_"
- ],
- [
- 165,
- 2,
- 14,
- 4,
- 0.18489,
- "_VYAENAIR_"
- ],
- [
- 16563,
- 3,
- 8,
- 3,
- 0.099523,
- "_RDTCQGDSGGPLVCEEGGR_"
- ],
- [
- 13562,
- 2,
- 14,
- 4,
- 0.18489,
- "_VLSGTIHAGQPVK_"
- ],
- [
- 17718,
- 2,
- 10,
- 5,
- 0.12795,
- "_EKLEEEENLTR_"
- ],
- [
- 10690,
- 2,
- 14,
- 3,
- 0.18489,
- "_GEIDAHEDSFK_"
- ],
- [
- 20588,
- 2,
- 7,
- 3,
- 0.08531,
- "_RQEYLDQQLQK_"
- ],
- [
- 21327,
- 2,
- 19,
- 3,
- 0.25599,
- "_NSHCAQTVSSVFK_"
- ],
- [
- 39377,
- 2,
- 13,
- 6,
- 0.17059,
- "_ASNETLVSCSSSGSDQQR_"
- ],
- [
- 8398,
- 3,
- 11,
- 2,
- 0.14216,
- "_CHDKDINSVAIAPNDK_"
- ],
- [
- 3907,
- 2,
- 14,
- 4,
- 0.18482,
- "_EMASCITQR_"
- ],
- [
- 17989,
- 3,
- 11,
- 5,
- 0.14216,
- "_DTYHPMSEYPTYHTHGR_"
- ],
- [
- 23518,
- 2,
- 12,
- 4,
- 0.15637,
- "_YQSSQGDIGVSQSR_"
- ],
- [
- 22753,
- 2,
- 11,
- 4,
- 0.14216,
- "_VEGTPSDPNPNDPR_"
- ],
- [
- 1159,
- 2,
- 11,
- 2,
- 0.14216,
- "_KMVEMLEK_"
- ],
- [
- 14398,
- 2,
- 12,
- 3,
- 0.15637,
- "_EKETLAVNYEK_"
- ],
- [
- 19982,
- 3,
- 10,
- 2,
- 0.12795,
- "_VSALNSVHCEHVEDEGESR_"
- ],
- [
- 1951,
- 3,
- 12,
- 4,
- 0.15637,
- "_ISQEHLADHFDSR_"
- ],
- [
- 17709,
- 2,
- 10,
- 4,
- 0.12795,
- "_TSDIDNPSHFEK_"
- ],
- [
- 753,
- 2,
- 13,
- 4,
- 0.17059,
- "_HEILTDMK_"
- ],
- [
- 14233,
- 2,
- 15,
- 5,
- 0.1991,
- "_(Acetyl (Protein N-term))SDKPDM(Oxidation (M))AEIEK_"
- ],
- [
- 5714,
- 2,
- 13,
- 3,
- 0.17059,
- "_LYDLDKDEK_"
- ],
- [
- 12469,
- 2,
- 13,
- 2,
- 0.17059,
- "_ENKQPEGLELK_"
- ],
- [
- 8465,
- 2,
- 13,
- 3,
- 0.17059,
- "_TPSNGAEGLTPR_"
- ],
- [
- 6072,
- 2,
- 10,
- 4,
- 0.12795,
- "_VSGDAAQDLDR_"
- ],
- [
- 8212,
- 2,
- 13,
- 6,
- 0.17059,
- "_VSGAQEMVSSAK_"
- ],
- [
- 33191,
- 3,
- 12,
- 5,
- 0.15637,
- "_SPPSTGSTYGSSQKEESAASGGAAYTK_"
- ],
- [
- 2592,
- 3,
- 15,
- 5,
- 0.1991,
- "_HQIVEVAGDDKYGR_"
- ],
- [
- 4900,
- 2,
- 12,
- 4,
- 0.15639,
- "_SLYSDHELR_"
- ],
- [
- 12978,
- 2,
- 12,
- 4,
- 0.15639,
- "_LNQQPSQGLGPR_"
- ],
- [
- 11922,
- 4,
- 9,
- 5,
- 0.11375,
- "_AGQVMCVAQGSGHTHSVGTVCCSR_"
- ],
- [
- 3271,
- 4,
- 10,
- 6,
- 0.12796,
- "_VSALNSVHCEHVEDEGESR_"
- ],
- [
- 8128,
- 2,
- 10,
- 4,
- 0.12796,
- "_GVLLHGPPGCGK_"
- ],
- [
- 28562,
- 2,
- 9,
- 5,
- 0.11375,
- "_DTSSCMTPYSHSPR_"
- ],
- [
- 14425,
- 2,
- 9,
- 2,
- 0.11375,
- "_NEPQMDSNYAR_"
- ],
- [
- 1395,
- 4,
- 9,
- 2,
- 0.11375,
- "_VASEAPLEHKPQVEASSPR_"
- ],
- [
- 16595,
- 2,
- 8,
- 4,
- 0.099514,
- "_IFHESVYGQCK_"
- ],
- [
- 12863,
- 2,
- 9,
- 5,
- 0.11375,
- "_(Acetyl (Protein N-term))ASSAASSEHFEK_"
- ],
- [
- 9306,
- 2,
- 9,
- 3,
- 0.11375,
- "_IRMEPDETVK_"
- ],
- [
- 14917,
- 2,
- 8,
- 3,
- 0.099514,
- "_DYVDHSETLQK_"
- ],
- [
- 880,
- 2,
- 11,
- 4,
- 0.14218,
- "_DPQTEEFK_"
- ],
- [
- 25210,
- 2,
- 12,
- 4,
- 0.15639,
- "_NKENFELQAAQEK_"
- ],
- [
- 10390,
- 2,
- 11,
- 4,
- 0.14218,
- "_DHPLPEVAHVK_"
- ],
- [
- 11482,
- 2,
- 14,
- 5,
- 0.18482,
- "_FTSDTKPIINK_"
- ],
- [
- 18667,
- 2,
- 15,
- 6,
- 0.19905,
- "_SNTAGSQSQVETEA_"
- ],
- [
- 4565,
- 2,
- 13,
- 4,
- 0.1706,
- "_EYSVEAEER_"
- ],
- [
- 2389,
- 2,
- 13,
- 2,
- 0.1706,
- "_YTQPNICR_"
- ],
- [
- 12927,
- 2,
- 12,
- 6,
- 0.15639,
- "_LREYEAALNSK_"
- ],
- [
- 22663,
- 2,
- 13,
- 2,
- 0.1706,
- "_NTENNDVEISETK_"
- ],
- [
- 12398,
- 2,
- 14,
- 5,
- 0.18482,
- "_SLETCMYDHK_"
- ],
- [
- 21943,
- 2,
- 6,
- 2,
- 0.071099,
- "_SASTEVPGASEDAEK_"
- ],
- [
- 11976,
- 2,
- 9,
- 3,
- 0.11374,
- "_EMEAPGGPSEDR_"
- ],
- [
- 29725,
- 2,
- 12,
- 5,
- 0.15641,
- "_TAEEENPEHVEIQK_"
- ],
- [
- 24892,
- 2,
- 12,
- 3,
- 0.15641,
- "_QCQEGLSENSAYR_"
- ],
- [
- 20674,
- 2,
- 12,
- 4,
- 0.15641,
- "_QVQHILASASPSGR_"
- ],
- [
- 10284,
- 2,
- 16,
- 5,
- 0.21328,
- "_DKDDDEVFEK_"
- ],
- [
- 11283,
- 2,
- 14,
- 4,
- 0.18483,
- "_GTEVQVDDIKR_"
- ],
- [
- 11573,
- 4,
- 10,
- 5,
- 0.12798,
- "_MLVKPLPDSEEEGHDNQEAHQK_"
- ],
- [
- 5482,
- 2,
- 15,
- 3,
- 0.19905,
- "_CATITPDEAR_"
- ],
- [
- 10846,
- 2,
- 17,
- 4,
- 0.22756,
- "_EAHEPLAVADAK_"
- ],
- [
- 14876,
- 2,
- 10,
- 3,
- 0.12798,
- "_SSDAFTTQHALR_"
- ],
- [
- 18751,
- 2,
- 10,
- 2,
- 0.12798,
- "_ECPTVAPAHSLTK_"
- ],
- [
- 40391,
- 2,
- 14,
- 6,
- 0.18483,
- "_NDSDPTYGQQGHPNTWK_"
- ],
- [
- 7087,
- 3,
- 14,
- 6,
- 0.18483,
- "_YCVEEEEKAAEMHK_"
- ],
- [
- 20098,
- 2,
- 11,
- 4,
- 0.14219,
- "_QSGYGGQTKPIFR_"
- ],
- [
- 20519,
- 2,
- 10,
- 3,
- 0.12798,
- "_ALEEGDGSVSGSSPR_"
- ],
- [
- 14574,
- 2,
- 14,
- 4,
- 0.18483,
- "_LENTFCCQQK_"
- ],
- [
- 16067,
- 2,
- 15,
- 7,
- 0.19905,
- "_MDCQETPEGYK_"
- ],
- [
- 24083,
- 2,
- 13,
- 4,
- 0.17062,
- "_SESPCESPYPNEK_"
- ],
- [
- 23245,
- 2,
- 7,
- 5,
- 0.085314,
- "_TWNHFSDNEAER_"
- ],
- [
- 11651,
- 3,
- 12,
- 5,
- 0.15641,
- "_ARPDDEEGAAVAPGHPLAK_"
- ],
- [
- 563,
- 2,
- 10,
- 5,
- 0.12798,
- "_LLCEHFR_"
- ],
- [
- 25943,
- 2,
- 16,
- 5,
- 0.21328,
- "_EQYQQQQQWGSR_"
- ],
- [
- 13272,
- 2,
- 13,
- 3,
- 0.17062,
- "_NPNELSVSANQK_"
- ],
- [
- 2087,
- 2,
- 12,
- 5,
- 0.15641,
- "_ELAVEGMHR_"
- ],
- [
- 656,
- 2,
- 12,
- 3,
- 0.15641,
- "_DCYPAVQK_"
- ],
- [
- 20368,
- 2,
- 12,
- 3,
- 0.15641,
- "_LAAVAQGEEENASR_"
- ],
- [
- 5055,
- 2,
- 8,
- 5,
- 0.09953,
- "_WASMSEEQR_"
- ],
- [
- 1575,
- 2,
- 12,
- 2,
- 0.15641,
- "_HPEQIFPR_"
- ],
- [
- 2554,
- 2,
- 8,
- 5,
- 0.09953,
- "_SKLPNTVLGK_"
- ],
- [
- 30495,
- 2,
- 12,
- 4,
- 0.15641,
- "_EGEDPNKAEELPSEK_"
- ],
- [
- 826,
- 2,
- 28,
- 4,
- 0.38396,
- "_GSGTAEVELK_"
- ],
- [
- 17657,
- 2,
- 8,
- 2,
- 0.09953,
- "_GAGNCPECGTPLR_"
- ],
- [
- 884,
- 2,
- 17,
- 3,
- 0.22749,
- "_FLQEEAEK_"
- ],
- [
- 236,
- 2,
- 17,
- 4,
- 0.22749,
- "_HLELYDR_"
- ],
- [
- 19415,
- 2,
- 10,
- 5,
- 0.12796,
- "_DPGGGAGAITVASHSK_"
- ],
- [
- 14512,
- 2,
- 11,
- 4,
- 0.1422,
- "_KAVVLPGGTATSPK_"
- ],
- [
- 18101,
- 2,
- 8,
- 4,
- 0.09953,
- "_ISVYYNEASSHK_"
- ],
- [
- 413,
- 2,
- 13,
- 4,
- 0.17062,
- "_QEALEMSR_"
- ],
- [
- 3992,
- 2,
- 6,
- 3,
- 0.071102,
- "_ELEEETGYK_"
- ],
- [
- 2078,
- 2,
- 9,
- 4,
- 0.11375,
- "_FMEDTAAEK_"
- ],
- [
- 32690,
- 2,
- 18,
- 3,
- 0.24178,
- "_TPGNGDGGSTSEAPQPPR_"
- ],
- [
- 40968,
- 3,
- 14,
- 7,
- 0.18484,
- "_QEKPAEKPAETPVATSPTATDSTSGDSSR_"
- ],
- [
- 16436,
- 2,
- 6,
- 4,
- 0.071102,
- "_NRQEYEDIAVK_"
- ],
- [
- 7783,
- 2,
- 11,
- 4,
- 0.1422,
- "_SQEMVHLVNK_"
- ],
- [
- 33955,
- 2,
- 13,
- 4,
- 0.17062,
- "_NCVSATEEEVTPQHR_"
- ],
- [
- 31399,
- 2,
- 10,
- 4,
- 0.12796,
- "_GASCTFAHSQEELEK_"
- ],
- [
- 34189,
- 2,
- 9,
- 4,
- 0.11375,
- "_VETHQSEVAQSFSGEK_"
- ],
- [
- 18060,
- 2,
- 20,
- 6,
- 0.27024,
- "_YLAEVACGDDRK_"
- ],
- [
- 21916,
- 2,
- 8,
- 3,
- 0.09953,
- "_(Acetyl (Protein N-term))AHQTGIHATEELK_"
- ],
- [
- 26086,
- 2,
- 13,
- 5,
- 0.17062,
- "_GDSEPLSEAAQAHTR_"
- ],
- [
- 7467,
- 2,
- 16,
- 3,
- 0.21327,
- "_NEAGIVSCTAR_"
- ],
- [
- 30707,
- 2,
- 16,
- 5,
- 0.21327,
- "_SELSQDAEPAGSQETK_"
- ],
- [
- 21755,
- 4,
- 15,
- 8,
- 0.19905,
- "_QEKPAEKPAETPVATSPTATDSTSGDSSR_"
- ],
- [
- 31574,
- 3,
- 12,
- 7,
- 0.15643,
- "_AGQVMCVAQGSGHTHSVGTVCCSR_"
- ],
- [
- 19369,
- 2,
- 9,
- 3,
- 0.11376,
- "_SLAPSIHGHDYVK_"
- ],
- [
- 7478,
- 2,
- 9,
- 2,
- 0.11376,
- "_LHPGELADTPK_"
- ],
- [
- 23959,
- 2,
- 12,
- 4,
- 0.15643,
- "_EEQNGEDEDGGWR_"
- ],
- [
- 6881,
- 2,
- 12,
- 4,
- 0.15643,
- "_TFGETHPFTK_"
- ],
- [
- 21345,
- 2,
- 10,
- 4,
- 0.12798,
- "_VAQAQAQHELEIK_"
- ],
- [
- 52,
- 2,
- 9,
- 2,
- 0.11376,
- "_QIYEVEK_"
- ],
- [
- 6303,
- 3,
- 15,
- 4,
- 0.19907,
- "_TPSEALWKPTHEDSK_"
- ],
- [
- 35212,
- 2,
- 8,
- 5,
- 0.099545,
- "_GDCVECM(Oxidation (M))ACSDNTVR_"
- ],
- [
- 16467,
- 3,
- 10,
- 4,
- 0.12798,
- "_GLVHAAGPGQDSGSQAGSPPTR_"
- ],
- [
- 9111,
- 3,
- 16,
- 3,
- 0.21328,
- "_RKPLFCGNSEADQLGK_"
- ],
- [
- 32627,
- 3,
- 10,
- 5,
- 0.12798,
- "_ESDTKNEVNGTSEDIKSEGDTQSN_"
- ],
- [
- 39877,
- 3,
- 7,
- 3,
- 0.085332,
- "_TIQNSSVSPTSSSSSSSSTGETQTQSSSR_"
- ],
- [
- 1822,
- 2,
- 14,
- 3,
- 0.18485,
- "_LQMASPEEK_"
- ],
- [
- 32749,
- 2,
- 11,
- 4,
- 0.14219,
- "_SQSSGSSATHPISVPGAR_"
- ],
- [
- 17191,
- 3,
- 14,
- 6,
- 0.18485,
- "_SLDECCHSESSTACLNAK_"
- ],
- [
- 30974,
- 2,
- 13,
- 6,
- 0.17064,
- "_GLTTTGNSSLNSTSNTK_"
- ],
- [
- 15802,
- 2,
- 11,
- 5,
- 0.14219,
- "_TMQNTSDLDTAR_"
- ],
- [
- 12572,
- 2,
- 13,
- 5,
- 0.17064,
- "_ALEPTGQSGEAVK_"
- ],
- [
- 11935,
- 2,
- 11,
- 3,
- 0.14219,
- "_EAALVQQEEEK_"
- ],
- [
- 43772,
- 2,
- 13,
- 7,
- 0.17064,
- "_SLDECCHSESSTACLNAK_"
- ],
- [
- 12170,
- 2,
- 10,
- 5,
- 0.12797,
- "_IMSCGMDHSLK_"
- ],
- [
- 13740,
- 2,
- 12,
- 6,
- 0.1564,
- "_AIEAAPQEPEQK_"
- ],
- [
- 6712,
- 2,
- 12,
- 5,
- 0.1564,
- "_KQLQDEMLR_"
- ],
- [
- 5491,
- 2,
- 11,
- 3,
- 0.14219,
- "_VGSVLQEGCGK_"
- ],
- [
- 3871,
- 3,
- 12,
- 2,
- 0.1564,
- "_LQFQQQQNSIHAAK_"
- ],
- [
- 19690,
- 2,
- 11,
- 5,
- 0.14219,
- "_DGNPDNETYLHR_"
- ],
- [
- 45563,
- 2,
- 10,
- 5,
- 0.12797,
- "_LASSDTGESDQSSTETDSTVK_"
- ],
- [
- 1836,
- 2,
- 11,
- 5,
- 0.14219,
- "_RLLTSITTK_"
- ],
- [
- 4812,
- 2,
- 13,
- 5,
- 0.17064,
- "_NQVGDENWR_"
- ],
- [
- 30330,
- 2,
- 14,
- 5,
- 0.18485,
- "_VIQQSLEQEEAEHK_"
- ],
- [
- 7687,
- 2,
- 6,
- 3,
- 0.071115,
- "_CVTTCETALK_"
- ],
- [
- 29239,
- 2,
- 9,
- 4,
- 0.11375,
- "_LQFQQQQNSIHAAK_"
- ],
- [
- 3238,
- 2,
- 16,
- 5,
- 0.21328,
- "_DGGAWGTEQR_"
- ],
- [
- 23124,
- 2,
- 17,
- 6,
- 0.22749,
- "_ASTEGVAIQGQQGTR_"
- ],
- [
- 119,
- 2,
- 15,
- 4,
- 0.19906,
- "_HFLVPASR_"
- ],
- [
- 6590,
- 3,
- 9,
- 2,
- 0.11375,
- "_VLEVASGSGQHAAHFAR_"
- ],
- [
- 12745,
- 3,
- 7,
- 3,
- 0.085326,
- "_YGLEECTCASSDGKDDK_"
- ],
- [
- 3451,
- 4,
- 14,
- 6,
- 0.18485,
- "_IHTGDRPYVCPFDGCNKK_"
- ],
- [
- 5810,
- 2,
- 14,
- 4,
- 0.18485,
- "_ILAHNNFVGR_"
- ],
- [
- 17808,
- 3,
- 13,
- 5,
- 0.17064,
- "_SHENCNQNMHEPFPMSK_"
- ],
- [
- 4254,
- 2,
- 19,
- 3,
- 0.25593,
- "_QQEVETELK_"
- ],
- [
- 4616,
- 2,
- 14,
- 3,
- 0.18485,
- "_SPPGQVTEAVK_"
- ],
- [
- 9300,
- 2,
- 14,
- 2,
- 0.18485,
- "_LAQQISDEASR_"
- ],
- [
- 32125,
- 2,
- 9,
- 4,
- 0.11375,
- "_AAQQQTVQQQPLAGSR_"
- ],
- [
- 4281,
- 2,
- 9,
- 3,
- 0.11375,
- "_IEDFGVHCK_"
- ],
- [
- 5924,
- 2,
- 11,
- 6,
- 0.14226,
- "_GPDELEGPDSK_"
- ],
- [
- 3026,
- 2,
- 10,
- 4,
- 0.12804,
- "_TSEIVLRPR_"
- ],
- [
- 17924,
- 2,
- 8,
- 4,
- 0.099615,
- "_GSSGGYGSGGAALQPK_"
- ],
- [
- 23,
- 2,
- 11,
- 3,
- 0.14226,
- "_IFHINPR_"
- ],
- [
- 14185,
- 3,
- 16,
- 6,
- 0.21335,
- "_WLHAQQVQQHCPMCR_"
- ],
- [
- 8538,
- 2,
- 16,
- 6,
- 0.21335,
- "_MEEANIQPNR_"
- ],
- [
- 38199,
- 2,
- 10,
- 3,
- 0.12804,
- "_AQAEQQHNPAANPTMIR_"
- ],
- [
- 33399,
- 2,
- 9,
- 3,
- 0.11383,
- "_LESGGSNPTTSDSYGDR_"
- ],
- [
- 30545,
- 2,
- 9,
- 5,
- 0.11383,
- "_RDIQENDEEAVQVK_"
- ],
- [
- 26769,
- 2,
- 12,
- 5,
- 0.15648,
- "_SGPPAPEEEEEEER_"
- ],
- [
- 1252,
- 4,
- 9,
- 3,
- 0.11383,
- "_EYFHSHVSGGHPEATPLR_"
- ],
- [
- 14111,
- 2,
- 13,
- 3,
- 0.17069,
- "_SVAQQASLTEQR_"
- ],
- [
- 21120,
- 2,
- 10,
- 3,
- 0.12804,
- "_NGAATGMDAICSHR_"
- ],
- [
- 914,
- 2,
- 14,
- 3,
- 0.18492,
- "_DAMENEMR_"
- ],
- [
- 25204,
- 2,
- 10,
- 4,
- 0.12804,
- "_SISYSCSAVPHQGR_"
- ],
- [
- 2214,
- 2,
- 13,
- 3,
- 0.17069,
- "_WQNADLNGK_"
- ],
- [
- 29923,
- 2,
- 10,
- 4,
- 0.12804,
- "_SATADQEFSKEDMAK_"
- ],
- [
- 38389,
- 2,
- 15,
- 5,
- 0.19914,
- "_ENAEVDGDDDAEEM(Oxidation (M))EAK_"
- ],
- [
- 19997,
- 2,
- 20,
- 6,
- 0.27022,
- "_TPCNAGTFSQPEK_"
- ],
- [
- 18203,
- 2,
- 12,
- 5,
- 0.15648,
- "_GASQAGMTGYGM(Oxidation (M))PR_"
- ],
- [
- 13684,
- 2,
- 11,
- 3,
- 0.14226,
- "_ICNLTEEESSK_"
- ],
- [
- 14145,
- 2,
- 11,
- 3,
- 0.14226,
- "_TVEINNTDAEGR_"
- ],
- [
- 21213,
- 3,
- 11,
- 4,
- 0.14225,
- "_KQDVLGPSTTPPAHSSSNTIR_"
- ],
- [
- 41035,
- 2,
- 11,
- 3,
- 0.14225,
- "_REQPPTEPGPQSASEVEK_"
- ],
- [
- 1809,
- 2,
- 11,
- 4,
- 0.14225,
- "_LLEAAAQSTK_"
- ],
- [
- 7294,
- 2,
- 10,
- 4,
- 0.12804,
- "_EALGDAQQSVR_"
- ],
- [
- 4063,
- 3,
- 12,
- 5,
- 0.15647,
- "_LTDCVVMRDPASKR_"
- ],
- [
- 3391,
- 2,
- 11,
- 4,
- 0.14225,
- "_ELHGTSIVPK_"
- ],
- [
- 15467,
- 2,
- 15,
- 4,
- 0.19914,
- "_SPLAQMEEERR_"
- ],
- [
- 19032,
- 2,
- 15,
- 4,
- 0.19914,
- "_APGAEEDDSELQR_"
- ],
- [
- 316,
- 2,
- 9,
- 3,
- 0.11383,
- "_STYVTEVR_"
- ],
- [
- 19738,
- 2,
- 16,
- 6,
- 0.21335,
- "_GMWSEGNGSHTIR_"
- ],
- [
- 727,
- 3,
- 14,
- 5,
- 0.1849,
- "_(Acetyl (Protein N-term))AHQTGIHATEELK_"
- ],
- [
- 16841,
- 3,
- 16,
- 8,
- 0.21335,
- "_ELAQIAGRPTEDEDEKEK_"
- ],
- [
- 10957,
- 2,
- 5,
- 3,
- 0.05694,
- "_MQCECTPLSK_"
- ],
- [
- 7262,
- 2,
- 9,
- 2,
- 0.11383,
- "_LKELEVAEGGK_"
- ],
- [
- 13205,
- 3,
- 16,
- 2,
- 0.21335,
- "_SKEEQEKVEADMIQQR_"
- ],
- [
- 16724,
- 3,
- 13,
- 2,
- 0.17069,
- "_QKDDPVANMEPVQGENKR_"
- ],
- [
- 1125,
- 2,
- 10,
- 3,
- 0.12804,
- "_NFDKLNVR_"
- ],
- [
- 19842,
- 3,
- 8,
- 5,
- 0.099616,
- "_IKQHLENDPGSNEDTDIPK_"
- ],
- [
- 21851,
- 2,
- 9,
- 4,
- 0.11383,
- "_NSIDASEEKPVMR_"
- ],
- [
- 17349,
- 3,
- 9,
- 5,
- 0.11383,
- "_KGTGLGYGHPGLASSEEAEGR_"
- ],
- [
- 3139,
- 2,
- 19,
- 6,
- 0.25599,
- "_IQEAGTEVVK_"
- ],
- [
- 5234,
- 2,
- 11,
- 4,
- 0.14225,
- "_NPLAATHEFK_"
- ],
- [
- 4600,
- 2,
- 12,
- 4,
- 0.15647,
- "_NYEDEDSLK_"
- ],
- [
- 8229,
- 2,
- 5,
- 3,
- 0.056921,
- "_LGHELQQAGLK_"
- ],
- [
- 16851,
- 2,
- 18,
- 2,
- 0.24177,
- "_SCPSFSASSEGTR_"
- ],
- [
- 10878,
- 3,
- 12,
- 3,
- 0.15647,
- "_AQAEQQHNPAANPTMIR_"
- ],
- [
- 17251,
- 2,
- 18,
- 7,
- 0.24177,
- "_FRPDMEEEEAK_"
- ],
- [
- 12591,
- 3,
- 8,
- 2,
- 0.099596,
- "_VHLENMGSHDIVDGNHR_"
- ],
- [
- 22784,
- 2,
- 11,
- 5,
- 0.14225,
- "_GHTSFVNSCYPAR_"
- ],
- [
- 31901,
- 2,
- 21,
- 4,
- 0.28442,
- "_NAAPPPSNTEAPPGETR_"
- ],
- [
- 1990,
- 2,
- 12,
- 3,
- 0.15647,
- "_FEQLSESAK_"
- ],
- [
- 10122,
- 2,
- 8,
- 5,
- 0.099596,
- "_AAMDNSEIAGEK_"
- ],
- [
- 1278,
- 2,
- 12,
- 4,
- 0.15647,
- "_GVTIQPLKR_"
- ],
- [
- 11901,
- 2,
- 11,
- 4,
- 0.14225,
- "_ALLCKPITQTK_"
- ],
- [
- 2725,
- 3,
- 15,
- 6,
- 0.19911,
- "_KGPGLYYVDEHGTR_"
- ],
- [
- 27392,
- 2,
- 9,
- 5,
- 0.11383,
- "_ACNPQPNGENAISAR_"
- ],
- [
- 5423,
- 2,
- 13,
- 5,
- 0.17068,
- "_CYLLVHQAK_"
- ],
- [
- 26481,
- 2,
- 10,
- 4,
- 0.12804,
- "_NSSNTSVGSPSNTIGR_"
- ],
- [
- 27366,
- 2,
- 13,
- 4,
- 0.17068,
- "_KLDYGQHVVAGTPGR_"
- ],
- [
- 9647,
- 2,
- 13,
- 4,
- 0.17068,
- "_HVGDLGNVTADK_"
- ],
- [
- 4113,
- 2,
- 7,
- 2,
- 0.085366,
- "_GNDPLTSSPGR_"
- ],
- [
- 13447,
- 2,
- 10,
- 3,
- 0.12804,
- "_GGGGGPCGFQPASR_"
- ],
- [
- 15846,
- 4,
- 11,
- 5,
- 0.14225,
- "_SSDVHSSGSSDAHMDASGPSDSDMPSR_"
- ],
- [
- 10956,
- 2,
- 10,
- 3,
- 0.12804,
- "_ETDAESWCQK_"
- ],
- [
- 7026,
- 2,
- 9,
- 2,
- 0.11383,
- "_VKEYQMELK_"
- ],
- [
- 459,
- 2,
- 16,
- 7,
- 0.21335,
- "_EHVIEALR_"
- ],
- [
- 6304,
- 3,
- 14,
- 5,
- 0.1849,
- "_SQSSGSSATHPISVPGAR_"
- ],
- [
- 7356,
- 2,
- 10,
- 5,
- 0.12804,
- "_SLKDEDVLQK_"
- ],
- [
- 4384,
- 2,
- 10,
- 3,
- 0.12804,
- "_KPALPVSPAAR_"
- ],
- [
- 13256,
- 3,
- 11,
- 6,
- 0.14225,
- "_EATPVVHETEPESGSQPR_"
- ],
- [
- 12221,
- 2,
- 11,
- 3,
- 0.14225,
- "_SESHTDLTFSR_"
- ],
- [
- 40549,
- 2,
- 12,
- 4,
- 0.15646,
- "_EATPVVHETEPESGSQPR_"
- ],
- [
- 36180,
- 2,
- 10,
- 3,
- 0.12804,
- "_SAGAPASVSGQDADGSTSPR_"
- ],
- [
- 17378,
- 2,
- 10,
- 4,
- 0.12804,
- "_AVESGQLVSVHEK_"
- ],
- [
- 38801,
- 2,
- 10,
- 5,
- 0.12804,
- "_SDQALNCGGTASTGSAGNVK_"
- ],
- [
- 36326,
- 2,
- 10,
- 5,
- 0.12804,
- "_TCTYEGCSETTSQVAK_"
- ],
- [
- 15295,
- 2,
- 12,
- 4,
- 0.15646,
- "_LEEIEADKAPAR_"
- ],
- [
- 6299,
- 2,
- 15,
- 4,
- 0.19911,
- "_VLIAAHGNSLR_"
- ],
- [
- 8223,
- 2,
- 10,
- 4,
- 0.12804,
- "_LYASHSQFIK_"
- ],
- [
- 43913,
- 2,
- 15,
- 3,
- 0.19911,
- "_QCGQVAAAAAAQPPASHGPER_"
- ],
- [
- 11263,
- 2,
- 13,
- 3,
- 0.17068,
- "_YDEMVESMKK_"
- ],
- [
- 9413,
- 3,
- 16,
- 5,
- 0.21332,
- "_DLAQYDAAHHEEFKR_"
- ],
- [
- 13314,
- 2,
- 16,
- 5,
- 0.21332,
- "_EENAEQQALAAK_"
- ],
- [
- 19627,
- 3,
- 8,
- 3,
- 0.099577,
- "_VTELNPDKNCIHTDDDEK_"
- ],
- [
- 18561,
- 3,
- 14,
- 4,
- 0.18489,
- "_TECAEPPRDEPPADGALKR_"
- ],
- [
- 4084,
- 2,
- 14,
- 2,
- 0.18489,
- "_IPSEQEQLR_"
- ],
- [
- 5025,
- 2,
- 14,
- 4,
- 0.18489,
- "_ATAFNEQVDK_"
- ],
- [
- 3882,
- 2,
- 14,
- 2,
- 0.18489,
- "_NTVVATGGYGR_"
- ],
- [
- 1500,
- 2,
- 7,
- 2,
- 0.085361,
- "_TQPTYPSVK_"
- ],
- [
- 35708,
- 3,
- 13,
- 7,
- 0.17068,
- "_SSDVHSSGSSDAHMDASGPSDSDMPSR_"
- ],
- [
- 944,
- 2,
- 8,
- 3,
- 0.099577,
- "_WDQDYDR_"
- ],
- [
- 17539,
- 3,
- 13,
- 2,
- 0.17068,
- "_RGQTCVVHYTGMLEDGKK_"
- ],
- [
- 2567,
- 2,
- 13,
- 5,
- 0.17068,
- "_TMMEDFRK_"
- ],
- [
- 701,
- 2,
- 31,
- 2,
- 0.42667,
- "_EPSEVPTPK_"
- ],
- [
- 9172,
- 2,
- 16,
- 4,
- 0.21332,
- "_NKLDHYAIIK_"
- ],
- [
- 16959,
- 2,
- 26,
- 5,
- 0.3556,
- "_SGDETPGSEVPGDK_"
- ],
- [
- 13263,
- 2,
- 7,
- 3,
- 0.085361,
- "_DQDMDEDYNR_"
- ],
- [
- 19264,
- 3,
- 13,
- 5,
- 0.17068,
- "_QNENEEENLDKEQTGNLK_"
- ],
- [
- 14521,
- 3,
- 13,
- 6,
- 0.17068,
- "_YKENPDIVNQSQQAQAR_"
- ],
- [
- 7342,
- 2,
- 4,
- 2,
- 0.042633,
- "_QNFHMEQLK_"
- ],
- [
- 40996,
- 2,
- 9,
- 3,
- 0.11381,
- "_TEEPATEEEEESAGDGER_"
- ],
- [
- 1688,
- 3,
- 15,
- 5,
- 0.19911,
- "_EKVLATVTKPVGGDK_"
- ],
- [
- 5729,
- 3,
- 8,
- 4,
- 0.099597,
- "_KDEVCVNPYHYQR_"
- ],
- [
- 41314,
- 2,
- 9,
- 5,
- 0.11381,
- "_NPETSVTQSSSAQDEPATK_"
- ],
- [
- 18151,
- 2,
- 8,
- 5,
- 0.099597,
- "_KFEDATVQSDMK_"
- ],
- [
- 44474,
- 2,
- 12,
- 5,
- 0.15648,
- "_MAEEGGGGQGDGGSSLASGSTQR_"
- ],
- [
- 14930,
- 2,
- 10,
- 2,
- 0.12804,
- "_ETSAATLSPGASSR_"
- ],
- [
- 40753,
- 3,
- 13,
- 6,
- 0.1707,
- "_EAVAAEVKNEEEDQKEDEEDQNEEK_"
- ],
- [
- 25592,
- 2,
- 13,
- 5,
- 0.1707,
- "_GHAGSVDSIAVDGSGTK_"
- ],
- [
- 1062,
- 2,
- 9,
- 3,
- 0.11381,
- "_TQSLPVTEK_"
- ],
- [
- 14190,
- 2,
- 11,
- 4,
- 0.14227,
- "_AAAMAAAAAETSQR_"
- ],
- [
- 3766,
- 2,
- 10,
- 3,
- 0.12804,
- "_GAGTDDSTLVR_"
- ],
- [
- 97,
- 2,
- 10,
- 3,
- 0.12804,
- "_IHVILAQK_"
- ],
- [
- 2783,
- 2,
- 10,
- 4,
- 0.12804,
- "_ALETCGGDLK_"
- ],
- [
- 6514,
- 2,
- 14,
- 2,
- 0.18491,
- "_AKGEVDVDVPK_"
- ],
- [
- 17832,
- 2,
- 12,
- 4,
- 0.15648,
- "_TVSHLYQESISK_"
- ],
- [
- 14640,
- 2,
- 11,
- 4,
- 0.14225,
- "_LRQENIELGEK_"
- ],
- [
- 18115,
- 2,
- 7,
- 3,
- 0.085367,
- "_GIVNAVKDPDANGK_"
- ],
- [
- 5764,
- 2,
- 7,
- 3,
- 0.085367,
- "_TIIFCETKK_"
- ],
- [
- 1255,
- 2,
- 8,
- 3,
- 0.099576,
- "_SFHIGCYK_"
- ],
- [
- 23601,
- 3,
- 9,
- 5,
- 0.11381,
- "_KPNTVSTSHSGSFAPNNPDLAK_"
- ],
- [
- 19364,
- 2,
- 10,
- 2,
- 0.12802,
- "_SYENQKPPFDAK_"
- ],
- [
- 23455,
- 2,
- 11,
- 4,
- 0.14225,
- "_MREEYGIQAEER_"
- ],
- [
- 27946,
- 2,
- 11,
- 3,
- 0.14225,
- "_QSTQFSGGPTEDTEK_"
- ],
- [
- 34069,
- 2,
- 11,
- 4,
- 0.14225,
- "_NSATSADEQPHIGNYR_"
- ],
- [
- 8619,
- 2,
- 10,
- 2,
- 0.12802,
- "_VKDLIVSGDEK_"
- ],
- [
- 37238,
- 2,
- 9,
- 5,
- 0.11381,
- "_EHGQCADVDECSLAEK_"
- ],
- [
- 2840,
- 2,
- 22,
- 7,
- 0.29864,
- "_NMMAACDPR_"
- ],
- [
- 28026,
- 2,
- 13,
- 4,
- 0.17069,
- "_DFTVSAM(Oxidation (M))HGDM(Oxidation (M))DQK_"
- ],
- [
- 2222,
- 2,
- 21,
- 5,
- 0.28443,
- "_QLETLGQEK_"
- ],
- [
- 17763,
- 2,
- 14,
- 4,
- 0.18491,
- "_ELEEEAEEEQR_"
- ],
- [
- 20440,
- 2,
- 14,
- 6,
- 0.18491,
- "_SIIQSAQQDSIKK_"
- ],
- [
- 11890,
- 2,
- 17,
- 4,
- 0.22756,
- "_TVLDQQQTPSR_"
- ],
- [
- 2861,
- 3,
- 18,
- 5,
- 0.24177,
- "_KLDYGQHVVAGTPGR_"
- ],
- [
- 14497,
- 2,
- 18,
- 5,
- 0.24177,
- "_TSLMNQYVNKK_"
- ],
- [
- 13007,
- 3,
- 15,
- 7,
- 0.19912,
- "_NNYHPVEDACWKPGQK_"
- ],
- [
- 8613,
- 2,
- 19,
- 3,
- 0.256,
- "_IAQGVSGSIQDK_"
- ],
- [
- 1900,
- 2,
- 13,
- 4,
- 0.17069,
- "_LSDLDSETR_"
- ],
- [
- 12753,
- 2,
- 13,
- 4,
- 0.17069,
- "_TFDHYCEYR_"
- ],
- [
- 32008,
- 3,
- 15,
- 6,
- 0.19912,
- "_AIAHYEQSADYYKGEESNSSANK_"
- ],
- [
- 2320,
- 2,
- 12,
- 3,
- 0.15648,
- "_KSGVGNVFIK_"
- ],
- [
- 10089,
- 2,
- 23,
- 4,
- 0.31285,
- "_SNVSDAVAQSTR_"
- ],
- [
- 1200,
- 2,
- 22,
- 2,
- 0.29867,
- "_AYPPTSMSR_"
- ],
- [
- 10488,
- 2,
- 17,
- 2,
- 0.22757,
- "_HCNMVLENVK_"
- ],
- [
- 25551,
- 2,
- 8,
- 6,
- 0.099605,
- "_KQEELQQLEQQR_"
- ],
- [
- 10173,
- 2,
- 8,
- 3,
- 0.099605,
- "_STVLQQQYNR_"
- ],
- [
- 32710,
- 2,
- 11,
- 5,
- 0.14226,
- "_RQAVTNPNNTFYATK_"
- ],
- [
- 33146,
- 2,
- 11,
- 5,
- 0.14226,
- "_LVSGGGACSDTGACTPAR_"
- ],
- [
- 2987,
- 2,
- 11,
- 4,
- 0.14226,
- "_GCVTIAIHAK_"
- ],
- [
- 7993,
- 3,
- 11,
- 4,
- 0.14226,
- "_SDGDPIVDPEKEKEPK_"
- ],
- [
- 381,
- 2,
- 11,
- 5,
- 0.14226,
- "_ENMTLQPK_"
- ],
- [
- 20360,
- 2,
- 19,
- 7,
- 0.256,
- "_MDCQECPEGYR_"
- ],
- [
- 1558,
- 3,
- 8,
- 4,
- 0.099605,
- "_LLDHRPVIQGETR_"
- ],
- [
- 37556,
- 2,
- 11,
- 7,
- 0.14226,
- "_NPSNCYGEESNAVCEK_"
- ],
- [
- 15188,
- 2,
- 9,
- 4,
- 0.11381,
- "_YGQLGLGTDCKK_"
- ],
- [
- 7833,
- 2,
- 10,
- 4,
- 0.12804,
- "_VQLSGPQEAEK_"
- ],
- [
- 27666,
- 2,
- 10,
- 5,
- 0.12804,
- "_IGDVVGSSGANQQTSGK_"
- ],
- [
- 1642,
- 2,
- 9,
- 3,
- 0.11381,
- "_ATNMEYAVK_"
- ],
- [
- 32884,
- 2,
- 10,
- 4,
- 0.12804,
- "_GHIISDGGCSCPGDVAK_"
- ],
- [
- 28743,
- 2,
- 7,
- 4,
- 0.085316,
- "_TCTMCGHELTYEK_"
- ],
- [
- 28006,
- 2,
- 9,
- 4,
- 0.11381,
- "_NLESNHPGQTGGFVR_"
- ],
- [
- 10917,
- 2,
- 9,
- 4,
- 0.11381,
- "_HSDPESDFYR_"
- ],
- [
- 21686,
- 2,
- 9,
- 4,
- 0.11381,
- "_KLVINSGNGAVEDR_"
- ],
- [
- 21467,
- 2,
- 10,
- 4,
- 0.12804,
- "_ASSAYLAAAEDKDR_"
- ],
- [
- 1636,
- 3,
- 10,
- 2,
- 0.12804,
- "_QAVHCIHAIFTNK_"
- ],
- [
- 18585,
- 2,
- 23,
- 6,
- 0.31288,
- "_TVLCGTCGQPADK_"
- ],
- [
- 11403,
- 2,
- 15,
- 4,
- 0.19915,
- "_SQNEAVCEGLR_"
- ],
- [
- 17611,
- 2,
- 14,
- 3,
- 0.18493,
- "_VQIAANEETQER_"
- ],
- [
- 8890,
- 2,
- 15,
- 3,
- 0.19915,
- "_EANVYPAECR_"
- ],
- [
- 12095,
- 2,
- 13,
- 3,
- 0.17072,
- "_IDKLEQDMER_"
- ],
- [
- 14827,
- 2,
- 15,
- 4,
- 0.19915,
- "_NSSEKLPTELSK_"
- ],
- [
- 10750,
- 2,
- 13,
- 5,
- 0.17072,
- "_TCHSFIINEK_"
- ],
- [
- 6027,
- 2,
- 12,
- 2,
- 0.15649,
- "_QQQELDGSLK_"
- ],
- [
- 22750,
- 2,
- 12,
- 3,
- 0.15649,
- "_ETCPSCPACVDAK_"
- ],
- [
- 12362,
- 2,
- 15,
- 6,
- 0.19915,
- "_MDSTEPPYSQK_"
- ],
- [
- 8898,
- 2,
- 13,
- 3,
- 0.17072,
- "_DLQQYQSQAK_"
- ],
- [
- 5381,
- 2,
- 12,
- 2,
- 0.15649,
- "_LIANNTTVER_"
- ],
- [
- 32141,
- 2,
- 9,
- 3,
- 0.11384,
- "_AQVAFECDEDKDER_"
- ],
- [
- 2499,
- 4,
- 20,
- 5,
- 0.27024,
- "_TECAEPPRDEPPADGALKR_"
- ],
- [
- 6659,
- 2,
- 7,
- 3,
- 0.08534,
- "_HLYLAEEER_"
- ],
- [
- 12826,
- 2,
- 14,
- 3,
- 0.18496,
- "_TDAASKPFAEVR_"
- ],
- [
- 49126,
- 2,
- 14,
- 6,
- 0.18496,
- "_EEEEEEEEDQEGDRETTIR_"
- ],
- [
- 17690,
- 3,
- 11,
- 5,
- 0.14228,
- "_(Acetyl (Protein N-term))MEGSGEQPGPQPQHPGDHR_"
- ],
- [
- 2469,
- 2,
- 14,
- 6,
- 0.18496,
- "_VVLIGGKPDR_"
- ],
- [
- 27378,
- 3,
- 11,
- 5,
- 0.14228,
- "_YSEEEQHEEEERPTNYSIK_"
- ],
- [
- 4166,
- 3,
- 9,
- 5,
- 0.11384,
- "_LYKEELEQTYHAK_"
- ],
- [
- 24784,
- 2,
- 10,
- 4,
- 0.12805,
- "_QAVHCIHAIFTNK_"
- ],
- [
- 31297,
- 2,
- 10,
- 4,
- 0.12805,
- "_QEIEAETDRVTGTNK_"
- ],
- [
- 8115,
- 3,
- 14,
- 5,
- 0.18496,
- "_ATHYHLSSQVQEMAGK_"
- ],
- [
- 11560,
- 2,
- 14,
- 6,
- 0.18496,
- "_TICSSVDKLDK_"
- ],
- [
- 7057,
- 3,
- 17,
- 6,
- 0.2276,
- "_EQIVPKPEEEVAQKK_"
- ],
- [
- 15064,
- 2,
- 9,
- 3,
- 0.11384,
- "_GAEETSWSGEER_"
- ],
- [
- 4964,
- 2,
- 17,
- 5,
- 0.2276,
- "_VMATTGGTNLR_"
- ],
- [
- 21272,
- 2,
- 12,
- 6,
- 0.1565,
- "_DKDNPNQYHYVA_"
- ],
- [
- 1248,
- 3,
- 13,
- 4,
- 0.17073,
- "_YAGGNPVCVRPTPK_"
- ],
- [
- 16231,
- 2,
- 6,
- 5,
- 0.07113,
- "_KGDEVDGVDEVAK_"
- ],
- [
- 3168,
- 2,
- 17,
- 4,
- 0.2276,
- "_ESDLNGAQIK_"
- ],
- [
- 7627,
- 3,
- 12,
- 5,
- 0.1565,
- "_TVQQHAGETDPVTTMR_"
- ],
- [
- 19594,
- 2,
- 17,
- 5,
- 0.2276,
- "_TGQAPGYSYTAANK_"
- ],
- [
- 36694,
- 2,
- 6,
- 3,
- 0.07113,
- "_KQEDFMTTM(Oxidation (M))DANEEK_"
- ],
- [
- 29500,
- 2,
- 20,
- 7,
- 0.27024,
- "_FNAHGDANTIVCNSK_"
- ],
- [
- 5169,
- 2,
- 13,
- 2,
- 0.17072,
- "_KTLDPDPAIR_"
- ],
- [
- 39466,
- 2,
- 9,
- 4,
- 0.11377,
- "_KVQAEDEANGLQTTPASR_"
- ],
- [
- 22864,
- 2,
- 11,
- 5,
- 0.14227,
- "_GAHYCVPCYENK_"
- ],
- [
- 13653,
- 2,
- 7,
- 4,
- 0.085352,
- "_TLQHGLYYASR_"
- ],
- [
- 18431,
- 3,
- 15,
- 6,
- 0.19918,
- "_LHHPAQGSAAGTPYPSSASLR_"
- ],
- [
- 34500,
- 2,
- 11,
- 5,
- 0.14227,
- "_TVQQHAGETDPVTTMR_"
- ],
- [
- 16794,
- 2,
- 20,
- 5,
- 0.27025,
- "_QSSSTNYTNELK_"
- ],
- [
- 23307,
- 2,
- 10,
- 4,
- 0.12806,
- "_KLAAVTYNGVDNNK_"
- ],
- [
- 15734,
- 3,
- 11,
- 6,
- 0.14227,
- "_GVMGGQSAGPQHTEAETIQK_"
- ],
- [
- 17060,
- 2,
- 9,
- 2,
- 0.11377,
- "_AVESIQAEDESAK_"
- ],
- [
- 41846,
- 2,
- 10,
- 4,
- 0.12806,
- "_DSSESQLASTESDKPTTGR_"
- ],
- [
- 29721,
- 2,
- 10,
- 3,
- 0.12806,
- "_QLQDEYDQQQTEK_"
- ],
- [
- 26066,
- 3,
- 13,
- 7,
- 0.17072,
- "_EEEEEEEEDQEGDRETTIR_"
- ],
- [
- 41080,
- 2,
- 18,
- 6,
- 0.24182,
- "_GGCGVVGGGGSCSSVGGASGGER_"
- ],
- [
- 8696,
- 2,
- 11,
- 4,
- 0.14227,
- "_SLEAHMYPEK_"
- ],
- [
- 33958,
- 2,
- 12,
- 3,
- 0.1565,
- "_QAQHLAETGSNMNDLK_"
- ],
- [
- 11927,
- 2,
- 5,
- 2,
- 0.056906,
- "_NQENGPVCSLR_"
- ],
- [
- 25878,
- 2,
- 12,
- 5,
- 0.1565,
- "_STQESLTAGGTDLKR_"
- ],
- [
- 3958,
- 2,
- 22,
- 3,
- 0.2987,
- "_AEPDHMVLGK_"
- ],
- [
- 3792,
- 3,
- 12,
- 4,
- 0.1565,
- "_AGAISASGPELQGAGHSK_"
- ],
- [
- 6383,
- 2,
- 13,
- 4,
- 0.17072,
- "_GGDLMAYDRR_"
- ],
- [
- 23173,
- 2,
- 10,
- 3,
- 0.12806,
- "_YQIDDKPNNQIR_"
- ],
- [
- 2205,
- 2,
- 10,
- 4,
- 0.12806,
- "_LMSTVKPLR_"
- ],
- [
- 1103,
- 2,
- 6,
- 2,
- 0.071142,
- "_NNSVSGLSVK_"
- ],
- [
- 21364,
- 2,
- 24,
- 6,
- 0.32713,
- "_SYCAEIAHNVSSK_"
- ],
- [
- 6797,
- 2,
- 18,
- 4,
- 0.24182,
- "_KGLSEDVSISK_"
- ],
- [
- 42655,
- 2,
- 11,
- 6,
- 0.14228,
- "_GVMGGQSAGPQHTEAETIQK_"
- ],
- [
- 8343,
- 2,
- 11,
- 3,
- 0.14228,
- "_KGTGLLSSDYR_"
- ],
- [
- 14187,
- 2,
- 12,
- 4,
- 0.15649,
- "_YTVENGYSTSAK_"
- ],
- [
- 12981,
- 2,
- 9,
- 3,
- 0.11378,
- "_DLVQPDKPASPK_"
- ],
- [
- 12803,
- 2,
- 5,
- 2,
- 0.056915,
- "_NVESGEEELASK_"
- ],
- [
- 9355,
- 2,
- 20,
- 6,
- 0.27025,
- "_HFVALSTNTTK_"
- ],
- [
- 10198,
- 3,
- 11,
- 4,
- 0.14228,
- "_YGVFCSGHNEAVSHYK_"
- ],
- [
- 17976,
- 2,
- 13,
- 4,
- 0.17072,
- "_ISNDNPEEHVLK_"
- ],
- [
- 26358,
- 2,
- 9,
- 5,
- 0.11378,
- "_AEQLGAEGNVDESQK_"
- ],
- [
- 29696,
- 2,
- 9,
- 5,
- 0.11378,
- "_LYKEELEQTYHAK_"
- ],
- [
- 4317,
- 2,
- 12,
- 3,
- 0.15649,
- "_VEDFTQNPR_"
- ],
- [
- 11547,
- 2,
- 16,
- 4,
- 0.2134,
- "_SDNYIEPHYK_"
- ],
- [
- 3005,
- 3,
- 10,
- 5,
- 0.12799,
- "_LHSCLPADTLQGHR_"
- ],
- [
- 17780,
- 2,
- 9,
- 3,
- 0.11378,
- "_LQGGTPQEPPNPR_"
- ],
- [
- 5265,
- 3,
- 16,
- 5,
- 0.2134,
- "_KPPKPQLMANYYNK_"
- ],
- [
- 12481,
- 2,
- 26,
- 7,
- 0.35556,
- "_VLATVTKPVGGDK_"
- ],
- [
- 7193,
- 2,
- 11,
- 5,
- 0.14228,
- "_KGEFETGFEK_"
- ],
- [
- 5837,
- 3,
- 14,
- 4,
- 0.18494,
- "_EQQHFLQDCHELK_"
- ],
- [
- 1318,
- 2,
- 17,
- 4,
- 0.22761,
- "_LPEVQQATK_"
- ],
- [
- 10804,
- 3,
- 10,
- 4,
- 0.12799,
- "_HGVPPPCKPLASASISQK_"
- ],
- [
- 3053,
- 2,
- 16,
- 3,
- 0.2134,
- "_EIQNAVNGVK_"
- ],
- [
- 7367,
- 2,
- 7,
- 2,
- 0.085339,
- "_KGAISSEEIIK_"
- ],
- [
- 31590,
- 2,
- 7,
- 4,
- 0.085339,
- "_TPVASTHSISSAATPDR_"
- ],
- [
- 3377,
- 2,
- 7,
- 2,
- 0.085339,
- "_IMESGSELSK_"
- ],
- [
- 1556,
- 2,
- 9,
- 3,
- 0.11379,
- "_VTILGHVQR_"
- ],
- [
- 307,
- 2,
- 11,
- 3,
- 0.14221,
- "_LYCQELK_"
- ],
- [
- 9685,
- 2,
- 8,
- 4,
- 0.099575,
- "_NNNSNQNFFK_"
- ],
- [
- 9879,
- 2,
- 11,
- 4,
- 0.14221,
- "_AESTPEIAEQR_"
- ],
- [
- 1513,
- 2,
- 8,
- 3,
- 0.099575,
- "_ETMQIDER_"
- ],
- [
- 26323,
- 2,
- 10,
- 2,
- 0.128,
- "_AAPPPPGYHQNGVIR_"
- ],
- [
- 11575,
- 3,
- 8,
- 2,
- 0.099575,
- "_TYDRDNSGMIDKNELK_"
- ],
- [
- 2197,
- 2,
- 7,
- 3,
- 0.085339,
- "_LSNVNLQEK_"
- ],
- [
- 2747,
- 2,
- 10,
- 4,
- 0.128,
- "_QVSDDLTER_"
- ],
- [
- 5440,
- 3,
- 12,
- 4,
- 0.1565,
- "_TPQAFVHPSEQDGER_"
- ],
- [
- 25386,
- 2,
- 11,
- 4,
- 0.14221,
- "_AGVVNGTGAPGQSPGAGR_"
- ],
- [
- 754,
- 2,
- 13,
- 4,
- 0.17071,
- "_LLADQAEAR_"
- ],
- [
- 993,
- 2,
- 12,
- 3,
- 0.1565,
- "_VLEAAAQAAR_"
- ],
- [
- 10347,
- 2,
- 14,
- 5,
- 0.18494,
- "_MKETAEAYLGK_"
- ],
- [
- 29080,
- 2,
- 12,
- 5,
- 0.1565,
- "_CDADAPEDQCTVTR_"
- ],
- [
- 2924,
- 2,
- 6,
- 2,
- 0.07113,
- "_NTIVTSYNR_"
- ],
- [
- 130,
- 2,
- 13,
- 4,
- 0.17071,
- "_VHSFPTLK_"
- ],
- [
- 8102,
- 2,
- 13,
- 4,
- 0.17071,
- "_DSAQCAAIAER_"
- ],
- [
- 13230,
- 2,
- 9,
- 2,
- 0.11379,
- "_SDYYNKVPVSK_"
- ],
- [
- 16689,
- 2,
- 15,
- 2,
- 0.19915,
- "_PAAEPSNGIPDSSK_"
- ],
- [
- 14658,
- 3,
- 13,
- 4,
- 0.17071,
- "_DGVGQEPVHLESPAHEHR_"
- ],
- [
- 10609,
- 2,
- 13,
- 5,
- 0.17071,
- "_VAEDEAEAAAAAK_"
- ],
- [
- 6784,
- 2,
- 14,
- 2,
- 0.18494,
- "_THLASDDLYK_"
- ],
- [
- 18851,
- 2,
- 24,
- 7,
- 0.32713,
- "_SRAEAESMYQIK_"
- ],
- [
- 15803,
- 2,
- 12,
- 6,
- 0.1565,
- "_NSMPASSFQQQK_"
- ],
- [
- 6621,
- 2,
- 16,
- 4,
- 0.21338,
- "_LKDDEVAQLK_"
- ],
- [
- 1370,
- 2,
- 19,
- 4,
- 0.25604,
- "_SIPTDNQIK_"
- ],
- [
- 13732,
- 2,
- 12,
- 3,
- 0.1565,
- "_GTDDSMTLQSQK_"
- ],
- [
- 19828,
- 2,
- 12,
- 3,
- 0.1565,
- "_TACENLTEPDQR_"
- ],
- [
- 4581,
- 2,
- 16,
- 5,
- 0.21338,
- "_VGPATPSAQVGK_"
- ],
- [
- 33653,
- 2,
- 13,
- 4,
- 0.17072,
- "_AEQMHQSFVAETSQR_"
- ],
- [
- 23901,
- 2,
- 33,
- 7,
- 0.45515,
- "_HELQANCYEEVK_"
- ],
- [
- 14100,
- 2,
- 8,
- 4,
- 0.099557,
- "_EELRQEWEAK_"
- ],
- [
- 2044,
- 2,
- 8,
- 4,
- 0.099557,
- "_ACGQIFCGK_"
- ],
- [
- 7021,
- 2,
- 9,
- 4,
- 0.11379,
- "_KEDFSEATLK_"
- ],
- [
- 31938,
- 2,
- 8,
- 4,
- 0.099557,
- "_TSSTNEDEDLNPEQK_"
- ],
- [
- 43645,
- 2,
- 9,
- 3,
- 0.11379,
- "_VQQQALHSQQQLEAEAQK_"
- ],
- [
- 17364,
- 2,
- 6,
- 4,
- 0.07111,
- "_HFTCLTYNNGR_"
- ],
- [
- 36806,
- 2,
- 16,
- 6,
- 0.21337,
- "_HSLNSSSASTTEPDFQK_"
- ],
- [
- 11432,
- 2,
- 5,
- 4,
- 0.056874,
- "_TTIEEDKSVLK_"
- ],
- [
- 29232,
- 2,
- 17,
- 5,
- 0.2276,
- "_VLGSSTSATNSTSVSSR_"
- ],
- [
- 22871,
- 3,
- 9,
- 6,
- 0.11379,
- "_ENENGEYTEHLHSASCQIK_"
- ],
- [
- 2625,
- 2,
- 11,
- 3,
- 0.14221,
- "_SGVIQDALKK_"
- ],
- [
- 3976,
- 3,
- 11,
- 5,
- 0.14221,
- "_YEDFKEEGSENAVK_"
- ],
- [
- 9090,
- 2,
- 11,
- 3,
- 0.14221,
- "_TPESKPTILVK_"
- ],
- [
- 7664,
- 2,
- 13,
- 3,
- 0.17072,
- "_GGVILVSHDER_"
- ],
- [
- 14553,
- 2,
- 12,
- 5,
- 0.15643,
- "_QGNLSSQVPLKR_"
- ],
- [
- 259,
- 2,
- 14,
- 5,
- 0.18492,
- "_VMTVSFHK_"
- ],
- [
- 11230,
- 2,
- 14,
- 3,
- 0.18492,
- "_RNPDTQWITK_"
- ],
- [
- 1859,
- 3,
- 11,
- 5,
- 0.14221,
- "_RPAVASARPSILPSK_"
- ],
- [
- 15973,
- 3,
- 12,
- 4,
- 0.15643,
- "_QRPLTASLQCNSTAQTEK_"
- ],
- [
- 9829,
- 4,
- 11,
- 5,
- 0.14221,
- "_LKEQSIFGDHRDEEEETHMK_"
- ],
- [
- 18704,
- 2,
- 7,
- 3,
- 0.085348,
- "_SLDNNYSTPNER_"
- ],
- [
- 6122,
- 2,
- 11,
- 2,
- 0.14222,
- "_IAELSEDDQK_"
- ],
- [
- 8289,
- 2,
- 12,
- 2,
- 0.15644,
- "_IYGETPEACR_"
- ],
- [
- 15082,
- 4,
- 11,
- 7,
- 0.14222,
- "_ASGQPAGPDNKENCPVPGKPGEAVAAR_"
- ],
- [
- 5942,
- 2,
- 14,
- 5,
- 0.18494,
- "_TYHALSNLPK_"
- ],
- [
- 6219,
- 2,
- 10,
- 2,
- 0.12801,
- "_NTETEESLVK_"
- ],
- [
- 26686,
- 2,
- 6,
- 3,
- 0.071095,
- "_QDMATEHPQAEVVK_"
- ],
- [
- 3905,
- 3,
- 17,
- 6,
- 0.22759,
- "_LRENVFQEHQTLK_"
- ],
- [
- 3549,
- 3,
- 14,
- 6,
- 0.18494,
- "_VLTGVAGEDAECHAAK_"
- ],
- [
- 5843,
- 2,
- 14,
- 2,
- 0.18494,
- "_VIEAYCTSAK_"
- ],
- [
- 3189,
- 2,
- 11,
- 3,
- 0.14222,
- "_NPEFFEHR_"
- ],
- [
- 29380,
- 2,
- 13,
- 6,
- 0.17065,
- "_YEDFKEEGSENAVK_"
- ],
- [
- 3906,
- 2,
- 14,
- 4,
- 0.18494,
- "_ESEFDDEPK_"
- ],
- [
- 398,
- 3,
- 9,
- 5,
- 0.11378,
- "_EREHLEMELEK_"
- ],
- [
- 16515,
- 2,
- 16,
- 3,
- 0.21338,
- "_TETIRPASVYTK_"
- ],
- [
- 33040,
- 2,
- 8,
- 4,
- 0.099569,
- "_QKEIQEPDPTYEEK_"
- ],
- [
- 26171,
- 2,
- 8,
- 4,
- 0.099569,
- "_ESSYACYYDEKR_"
- ],
- [
- 28653,
- 2,
- 13,
- 7,
- 0.17065,
- "_VLTGVAGEDAECHAAK_"
- ],
- [
- 25412,
- 2,
- 12,
- 4,
- 0.15644,
- "_AQGATGEVYCPSGEK_"
- ],
- [
- 19186,
- 2,
- 15,
- 3,
- 0.19915,
- "_STADSGGEGLETAPK_"
- ],
- [
- 14914,
- 2,
- 8,
- 3,
- 0.099569,
- "_NQNSWGTGEDVK_"
- ],
- [
- 31874,
- 2,
- 4,
- 2,
- 0.042652,
- "_CCNHPYLINGAEEK_"
- ],
- [
- 3262,
- 2,
- 11,
- 4,
- 0.14223,
- "_TPASPVVHIR_"
- ],
- [
- 36045,
- 2,
- 11,
- 5,
- 0.14223,
- "_EAAGTTAAAGTGGATEQPPR_"
- ],
- [
- 3740,
- 2,
- 10,
- 4,
- 0.12799,
- "_SGQVLEVSGSK_"
- ],
- [
- 13068,
- 2,
- 8,
- 4,
- 0.099544,
- "_KDFALDSEESR_"
- ],
- [
- 27661,
- 2,
- 9,
- 5,
- 0.11378,
- "_TLTDEVNSPDSDRR_"
- ],
- [
- 43549,
- 2,
- 11,
- 5,
- 0.14223,
- "_SQSSIVPEEEQAANKGEEK_"
- ],
- [
- 1058,
- 2,
- 9,
- 2,
- 0.11378,
- "_QAEVELASR_"
- ],
- [
- 39506,
- 2,
- 10,
- 4,
- 0.12799,
- "_LPEHPEGGEPEDDEAPAK_"
- ],
- [
- 39335,
- 2,
- 12,
- 4,
- 0.15644,
- "_TLHPDLGTDKDKEQWK_"
- ],
- [
- 27006,
- 2,
- 17,
- 6,
- 0.22759,
- "_KGVAINMVTEEDKR_"
- ],
- [
- 10709,
- 2,
- 16,
- 4,
- 0.21336,
- "_TATVYPEPQNK_"
- ],
- [
- 20704,
- 2,
- 11,
- 2,
- 0.14223,
- "_TDPEKGEIEDYR_"
- ],
- [
- 18220,
- 2,
- 16,
- 5,
- 0.21336,
- "_NIEELQQQNQR_"
- ],
- [
- 492,
- 2,
- 15,
- 4,
- 0.19915,
- "_HVVFIAQR_"
- ],
- [
- 16653,
- 2,
- 14,
- 3,
- 0.18486,
- "_GAVHQLCQSLAGK_"
- ],
- [
- 29107,
- 2,
- 16,
- 5,
- 0.21336,
- "_AGAISASGPELQGAGHSK_"
- ],
- [
- 12719,
- 2,
- 18,
- 2,
- 0.2418,
- "_RVDATAGWSAAGK_"
- ],
- [
- 29043,
- 2,
- 15,
- 5,
- 0.19908,
- "_TETDSVGTPQSNGGMR_"
- ],
- [
- 16806,
- 2,
- 10,
- 2,
- 0.128,
- "_ALQQEQEIEQR_"
- ],
- [
- 623,
- 2,
- 16,
- 5,
- 0.21337,
- "_RFEELGVK_"
- ],
- [
- 13457,
- 2,
- 7,
- 2,
- 0.085302,
- "_EQELNQSISEK_"
- ],
- [
- 17973,
- 2,
- 11,
- 4,
- 0.14221,
- "_DLEDGEVPQHAGK_"
- ],
- [
- 7856,
- 3,
- 9,
- 5,
- 0.11376,
- "_SSEEQQQDVSEFTHK_"
- ],
- [
- 34787,
- 2,
- 8,
- 4,
- 0.099524,
- "_SSEEQQQDVSEFTHK_"
- ],
- [
- 25729,
- 2,
- 10,
- 5,
- 0.128,
- "_EQWCSEHLDTQK_"
- ],
- [
- 32956,
- 2,
- 9,
- 3,
- 0.11376,
- "_ALQEGQPEEDETDDR_"
- ],
- [
- 2347,
- 2,
- 12,
- 3,
- 0.15644,
- "_LNHYVLYK_"
- ],
- [
- 18476,
- 2,
- 10,
- 2,
- 0.128,
- "_EGIESGDPGTDDGR_"
- ],
- [
- 22266,
- 2,
- 13,
- 4,
- 0.17065,
- "_GELQSSDLFHHSK_"
- ],
- [
- 18665,
- 2,
- 12,
- 3,
- 0.15644,
- "_GVEEEEEDGEMR_"
- ],
- [
- 5404,
- 2,
- 13,
- 4,
- 0.17065,
- "_EYDQCFNR_"
- ],
- [
- 995,
- 2,
- 10,
- 3,
- 0.128,
- "_LIQQQLEK_"
- ],
- [
- 19404,
- 2,
- 13,
- 4,
- 0.17065,
- "_CQVASAASYDQPK_"
- ],
- [
- 16575,
- 3,
- 10,
- 6,
- 0.128,
- "_LKQESDQLVLNQHPASDK_"
- ],
- [
- 44515,
- 2,
- 12,
- 6,
- 0.15644,
- "_YGDGGSTFQSTTGHCVHMR_"
- ],
- [
- 45211,
- 2,
- 7,
- 4,
- 0.085302,
- "_QSDGQTGSPQNSNSSFSSSVK_"
- ],
- [
- 31400,
- 2,
- 10,
- 4,
- 0.12797,
- "_GCTPLHYAATSDTDGK_"
- ],
- [
- 5011,
- 2,
- 11,
- 3,
- 0.14221,
- "_SIVLNEYKR_"
- ],
- [
- 9633,
- 3,
- 10,
- 6,
- 0.12797,
- "_TDPENTDYTMEHGATR_"
- ],
- [
- 37908,
- 2,
- 11,
- 5,
- 0.14221,
- "_SSGATGNSCSPLNATSGSGR_"
- ],
- [
- 26359,
- 2,
- 9,
- 3,
- 0.11374,
- "_TDSTGTHSLYTTYK_"
- ],
- [
- 33580,
- 2,
- 12,
- 3,
- 0.15642,
- "_SFPDKAPVNGTEQTQK_"
- ],
- [
- 35897,
- 2,
- 14,
- 4,
- 0.18487,
- "_SSQTSGTNEQSSAIVSAR_"
- ],
- [
- 44452,
- 2,
- 7,
- 3,
- 0.085295,
- "_AEEGGGGGEGAAQGAAAEPGAGPAR_"
- ],
- [
- 15518,
- 2,
- 14,
- 5,
- 0.18487,
- "_YTCGEAPDYDR_"
- ],
- [
- 9927,
- 2,
- 5,
- 4,
- 0.056861,
- "_ETGQQIGDEVR_"
- ],
- [
- 19878,
- 2,
- 8,
- 2,
- 0.099513,
- "_PSGVQMDQPCCR_"
- ],
- [
- 13206,
- 3,
- 12,
- 5,
- 0.15642,
- "_FIHQQPQSSSPVYGSSAK_"
- ],
- [
- 25353,
- 2,
- 11,
- 3,
- 0.14221,
- "_TGTITHGTPVVNQVK_"
- ],
- [
- 11415,
- 2,
- 9,
- 3,
- 0.11374,
- "_KVYDQMPEPR_"
- ],
- [
- 3198,
- 2,
- 12,
- 5,
- 0.15642,
- "_MLQHIDYR_"
- ],
- [
- 40502,
- 2,
- 12,
- 4,
- 0.15643,
- "_FIHQQPQSSSPVYGSSAK_"
- ],
- [
- 15092,
- 2,
- 7,
- 4,
- 0.085304,
- "_NWQYQETIKK_"
- ],
- [
- 46810,
- 2,
- 8,
- 5,
- 0.099519,
- "_MLENTDNSSPSTEHSQGLEK_"
- ],
- [
- 30703,
- 2,
- 11,
- 4,
- 0.1422,
- "_EQNQDSQTEAEELR_"
- ],
- [
- 35037,
- 2,
- 8,
- 4,
- 0.099519,
- "_VGNYETDTNSSVDQEK_"
- ],
- [
- 26409,
- 2,
- 10,
- 4,
- 0.12796,
- "_IEQVDKEDEITEK_"
- ],
- [
- 41328,
- 2,
- 11,
- 5,
- 0.1422,
- "_CSSSYYGNPQTPGGSCQK_"
- ],
- [
- 13942,
- 2,
- 9,
- 3,
- 0.11374,
- "_CHVQTIQLCR_"
- ],
- [
- 72,
- 2,
- 10,
- 3,
- 0.12796,
- "_LNQLVEAK_"
- ],
- [
- 9390,
- 2,
- 10,
- 3,
- 0.12796,
- "_EVAATEEDVTR_"
- ],
- [
- 13587,
- 2,
- 6,
- 4,
- 0.071085,
- "_FQASQGENLEGK_"
- ],
- [
- 296,
- 4,
- 11,
- 5,
- 0.1422,
- "_KFSAMHEFQNLHAQSK_"
- ],
- [
- 8013,
- 2,
- 11,
- 5,
- 0.1422,
- "_LVSDGNINSDR_"
- ],
- [
- 40325,
- 2,
- 9,
- 3,
- 0.11374,
- "_GDEQSCEEDVSSDTCPK_"
- ],
- [
- 29235,
- 2,
- 6,
- 2,
- 0.071085,
- "_NIDEQPKPLTDSQR_"
- ],
- [
- 20743,
- 3,
- 10,
- 5,
- 0.12796,
- "_QKFNDSEGDDTEETEDYR_"
- ],
- [
- 10907,
- 4,
- 11,
- 5,
- 0.1422,
- "_GSSGGSGAKPSDAASEAARPATSTLNR_"
- ],
- [
- 36861,
- 2,
- 12,
- 5,
- 0.15643,
- "_TDPENTDYTMEHGATR_"
- ],
- [
- 5458,
- 2,
- 16,
- 2,
- 0.2133,
- "_ALANSLACQGK_"
- ],
- [
- 19309,
- 2,
- 13,
- 2,
- 0.17064,
- "_EQQCVVMAENSK_"
- ],
- [
- 8098,
- 3,
- 19,
- 5,
- 0.25601,
- "_ELTSTCSPIISKPKPK_"
- ],
- [
- 18351,
- 3,
- 16,
- 5,
- 0.2133,
- "_HKEPGSGSGGGVYWVDSQQK_"
- ],
- [
- 1720,
- 2,
- 13,
- 4,
- 0.17064,
- "_GLWHEEMK_"
- ],
- [
- 29165,
- 4,
- 13,
- 5,
- 0.17064,
- "_KFEQSHLHMSSETQANNELTTNGHGPPASK_"
- ],
- [
- 17620,
- 2,
- 13,
- 2,
- 0.17064,
- "_TTVQQEPLESGAK_"
- ],
- [
- 23389,
- 2,
- 8,
- 2,
- 0.099517,
- "_TVEYLHAQGVVHR_"
- ],
- [
- 20276,
- 2,
- 9,
- 3,
- 0.11373,
- "_RGSLSNAGDPEIVK_"
- ],
- [
- 21543,
- 3,
- 11,
- 6,
- 0.14217,
- "_MLENTDNSSPSTEHSQGLEK_"
- ],
- [
- 2000,
- 2,
- 15,
- 3,
- 0.19909,
- "_SGQQIVGPPR_"
- ],
- [
- 26080,
- 2,
- 11,
- 6,
- 0.14217,
- "_DPAEGDGAQPEETPR_"
- ],
- [
- 1818,
- 2,
- 22,
- 5,
- 0.29867,
- "_DCVGPEVEK_"
- ],
- [
- 26721,
- 2,
- 11,
- 3,
- 0.14217,
- "_AAGIDEQENWHEGK_"
- ],
- [
- 19818,
- 3,
- 17,
- 5,
- 0.22751,
- "_GQHEPSKPPPAGETVTGGFGAK_"
- ],
- [
- 20618,
- 2,
- 9,
- 2,
- 0.11373,
- "_ASVSVTAEDEGTQR_"
- ],
- [
- 2049,
- 2,
- 7,
- 2,
- 0.085299,
- "_LLSECQYK_"
- ],
- [
- 21228,
- 2,
- 11,
- 4,
- 0.14217,
- "_LEEANGNTQMVEK_"
- ],
- [
- 42202,
- 3,
- 15,
- 8,
- 0.19909,
- "_SGGNSYGSGGASYNPGSHGGYGGGSGGGSSYQGK_"
- ],
- [
- 6471,
- 3,
- 10,
- 5,
- 0.12795,
- "_LTLSMRPDDKYHEK_"
- ],
- [
- 36580,
- 2,
- 9,
- 4,
- 0.11373,
- "_AACSAAAMEEDSEASSSR_"
- ],
- [
- 5322,
- 2,
- 10,
- 3,
- 0.12795,
- "_LDDMINRPR_"
- ],
- [
- 40561,
- 2,
- 13,
- 5,
- 0.17065,
- "_ASVASEVSTTSSTSKPPTGR_"
- ],
- [
- 26925,
- 2,
- 8,
- 5,
- 0.099517,
- "_ECEDTHLGEEVDR_"
- ],
- [
- 28770,
- 2,
- 11,
- 4,
- 0.14217,
- "_KLEELELDEQQKK_"
- ],
- [
- 1319,
- 2,
- 8,
- 2,
- 0.099517,
- "_EKEIPELR_"
- ],
- [
- 21077,
- 2,
- 14,
- 3,
- 0.18486,
- "_DAQQSSSPAADNLR_"
- ],
- [
- 22418,
- 2,
- 8,
- 3,
- 0.099517,
- "_MQQMSEQVHTLR_"
- ],
- [
- 1898,
- 2,
- 11,
- 3,
- 0.14217,
- "_GGSASVWSER_"
- ],
- [
- 4606,
- 2,
- 11,
- 4,
- 0.14217,
- "_LEAHSDWVR_"
- ],
- [
- 8844,
- 2,
- 11,
- 3,
- 0.14217,
- "_SSFLPEDEKR_"
- ],
- [
- 776,
- 2,
- 9,
- 4,
- 0.11374,
- "_LKAWNDIK_"
- ],
- [
- 4704,
- 2,
- 11,
- 4,
- 0.14217,
- "_RLIPDGCGVK_"
- ],
- [
- 7164,
- 2,
- 11,
- 5,
- 0.14217,
- "_RPIVACELGR_"
- ],
- [
- 43856,
- 2,
- 13,
- 4,
- 0.17063,
- "_SNEVETSATNGQPDQQAAPK_"
- ],
- [
- 38259,
- 2,
- 11,
- 4,
- 0.14217,
- "_AESCGSFDETESEESSK_"
- ],
- [
- 8056,
- 2,
- 11,
- 3,
- 0.14217,
- "_NQPEVDMSDR_"
- ],
- [
- 8364,
- 2,
- 15,
- 3,
- 0.19908,
- "_TEYLSNADER_"
- ],
- [
- 39043,
- 2,
- 11,
- 3,
- 0.14217,
- "_SGSSQELDVKPSASPQER_"
- ],
- [
- 9664,
- 2,
- 11,
- 6,
- 0.14217,
- "_KPQDQLVIER_"
- ],
- [
- 10232,
- 2,
- 18,
- 3,
- 0.24173,
- "_HGGVIHIYVDK_"
- ],
- [
- 530,
- 2,
- 18,
- 4,
- 0.24173,
- "_ILNDVQDR_"
- ],
- [
- 34674,
- 2,
- 12,
- 5,
- 0.15639,
- "_APEQEQAAPGPAAGGEAPK_"
- ],
- [
- 908,
- 4,
- 9,
- 4,
- 0.11374,
- "_QGRPVVICDKEDTETIK_"
- ],
- [
- 1422,
- 2,
- 13,
- 4,
- 0.17063,
- "_AYDATHLVK_"
- ],
- [
- 2455,
- 3,
- 14,
- 7,
- 0.18487,
- "_EATNPPVIQEEKPK_"
- ],
- [
- 21455,
- 2,
- 10,
- 5,
- 0.12795,
- "_DTPGHGSGWAETPR_"
- ],
- [
- 3609,
- 2,
- 16,
- 5,
- 0.21331,
- "_IVAVTGAEAQK_"
- ],
- [
- 2731,
- 2,
- 10,
- 5,
- 0.12795,
- "_AAIISAEGDSK_"
- ],
- [
- 5059,
- 3,
- 18,
- 6,
- 0.24173,
- "_HTGPNSPDTANDGFVR_"
- ],
- [
- 22561,
- 2,
- 18,
- 6,
- 0.24173,
- "_LQSIGTENTEENR_"
- ],
- [
- 10626,
- 2,
- 12,
- 3,
- 0.15639,
- "_HEPPVTAEPIR_"
- ],
- [
- 34600,
- 2,
- 7,
- 2,
- 0.085297,
- "_QHELSESCSASALQAR_"
- ],
- [
- 1562,
- 2,
- 12,
- 5,
- 0.15639,
- "_YEDYDYR_"
- ],
- [
- 33277,
- 2,
- 8,
- 4,
- 0.099518,
- "_ESEGEEEDEDEDLSK_"
- ],
- [
- 4161,
- 3,
- 11,
- 5,
- 0.14217,
- "_ENCPVPGKPGEAVAAR_"
- ],
- [
- 23214,
- 2,
- 12,
- 5,
- 0.15639,
- "_KGDYIEAESSYSR_"
- ],
- [
- 14985,
- 2,
- 12,
- 2,
- 0.15639,
- "_LEEEGEQFVKK_"
- ],
- [
- 667,
- 2,
- 11,
- 4,
- 0.14217,
- "_YNKPAFLK_"
- ],
- [
- 18501,
- 2,
- 10,
- 4,
- 0.12796,
- "_KIEATGVIQSCAK_"
- ],
- [
- 20226,
- 2,
- 18,
- 6,
- 0.24174,
- "_(Acetyl (Protein N-term))SHQTGIQASEDVK_"
- ],
- [
- 18798,
- 3,
- 10,
- 5,
- 0.12796,
- "_ATTGAEETLMHDQVKPSSSK_"
- ],
- [
- 699,
- 2,
- 15,
- 4,
- 0.19909,
- "_GYPHWPAR_"
- ],
- [
- 4248,
- 2,
- 5,
- 2,
- 0.056877,
- "_WNSVSPASAGK_"
- ],
- [
- 6697,
- 2,
- 7,
- 2,
- 0.085304,
- "_ICSQYAAYGK_"
- ],
- [
- 6327,
- 2,
- 12,
- 4,
- 0.15639,
- "_LDGAHAPELTK_"
- ],
- [
- 16848,
- 2,
- 9,
- 6,
- 0.11374,
- "_CCDSVSEDCIK_"
- ],
- [
- 30400,
- 3,
- 14,
- 6,
- 0.18485,
- "_GSSGGSGAKPSDAASEAARPATSTLNR_"
- ],
- [
- 2216,
- 3,
- 13,
- 3,
- 0.17061,
- "_ICFHHHFSVVER_"
- ],
- [
- 32102,
- 2,
- 14,
- 5,
- 0.18485,
- "_CGVCEVCQQPECGK_"
- ],
- [
- 6398,
- 2,
- 14,
- 2,
- 0.18485,
- "_GGPTPQEAIQR_"
- ],
- [
- 42599,
- 2,
- 16,
- 5,
- 0.2133,
- "_NEVNGTSEDIKSEGDTQSN_"
- ],
- [
- 5667,
- 2,
- 20,
- 4,
- 0.27016,
- "_IAVAAQNCYK_"
- ],
- [
- 20269,
- 2,
- 5,
- 3,
- 0.056877,
- "_NEWASHTAALTNK_"
- ],
- [
- 5530,
- 2,
- 24,
- 3,
- 0.3271,
- "_VTLTSEEEAR_"
- ],
- [
- 3655,
- 2,
- 7,
- 4,
- 0.085299,
- "_FEGKPLLQR_"
- ],
- [
- 4059,
- 3,
- 15,
- 5,
- 0.19906,
- "_DLMLEESDKTHTTK_"
- ],
- [
- 16184,
- 2,
- 20,
- 5,
- 0.27016,
- "_SGAQASSTPLSPTR_"
- ],
- [
- 26525,
- 2,
- 8,
- 2,
- 0.099516,
- "_LYQNAESNNQELR_"
- ],
- [
- 12353,
- 3,
- 11,
- 4,
- 0.14217,
- "_LKPGGVGAPSSSSPSPSPSAR_"
- ],
- [
- 5792,
- 2,
- 11,
- 4,
- 0.14217,
- "_DNTNEIYSGK_"
- ],
- [
- 7771,
- 2,
- 17,
- 6,
- 0.22751,
- "_SGQGAFGNMCR_"
- ],
- [
- 15106,
- 2,
- 6,
- 3,
- 0.071088,
- "_TLNQQLTNHIR_"
- ],
- [
- 16908,
- 3,
- 22,
- 6,
- 0.29867,
- "_SQSSIVPEEEQAANKGEEK_"
- ],
- [
- 4367,
- 2,
- 11,
- 5,
- 0.14217,
- "_INQLYEQAK_"
- ],
- [
- 5989,
- 2,
- 13,
- 4,
- 0.1706,
- "_EGVLTGSPEQK_"
- ],
- [
- 7191,
- 2,
- 16,
- 4,
- 0.2133,
- "_FFQEENTEK_"
- ],
- [
- 8917,
- 3,
- 10,
- 5,
- 0.12795,
- "_GTQNIPAGKPSLQTSSAR_"
- ],
- [
- 41645,
- 2,
- 13,
- 6,
- 0.1706,
- "_DAQDVQASQAEADQQQTR_"
- ],
- [
- 4347,
- 3,
- 10,
- 5,
- 0.12795,
- "_KKAEAVVNTVDISER_"
- ],
- [
- 10760,
- 2,
- 13,
- 5,
- 0.1706,
- "_LTEELKEQMK_"
- ],
- [
- 42,
- 2,
- 13,
- 4,
- 0.1706,
- "_FAEHVFR_"
- ],
- [
- 3619,
- 3,
- 14,
- 5,
- 0.18482,
- "_KLEELELDEQQKK_"
- ],
- [
- 20497,
- 3,
- 9,
- 3,
- 0.11373,
- "_TEGTAHSSNTSDVDFTGASSAK_"
- ],
- [
- 999,
- 2,
- 13,
- 4,
- 0.1706,
- "_KLIELQAGK_"
- ],
- [
- 13031,
- 2,
- 14,
- 5,
- 0.18482,
- "_EGVVHGVATVAEK_"
- ],
- [
- 36560,
- 2,
- 9,
- 6,
- 0.11373,
- "_NSNSGNSALNNATPNTPR_"
- ],
- [
- 7072,
- 2,
- 10,
- 4,
- 0.12795,
- "_SIEAVHEDIR_"
- ],
- [
- 14105,
- 2,
- 12,
- 4,
- 0.15641,
- "_EAQELSQNSAIK_"
- ],
- [
- 27862,
- 3,
- 10,
- 6,
- 0.12797,
- "_RPVHGESDTEQLQDDDIETTK_"
- ],
- [
- 17320,
- 2,
- 11,
- 6,
- 0.1422,
- "_QHEADADLINAGK_"
- ],
- [
- 13280,
- 2,
- 9,
- 5,
- 0.11376,
- "_RDNELIGQTVR_"
- ],
- [
- 15746,
- 2,
- 12,
- 7,
- 0.15641,
- "_SAVENCQDSWR_"
- ],
- [
- 2114,
- 2,
- 9,
- 3,
- 0.11376,
- "_FCETTIGSK_"
- ],
- [
- 25474,
- 2,
- 10,
- 4,
- 0.12797,
- "_KLNEQVTQEQPLK_"
- ],
- [
- 38300,
- 2,
- 9,
- 3,
- 0.11376,
- "_SVASGGWQEPENPHTQR_"
- ],
- [
- 18455,
- 2,
- 7,
- 4,
- 0.085334,
- "_ISPTGSYNKPALR_"
- ],
- [
- 33686,
- 3,
- 10,
- 4,
- 0.12797,
- "_LHDNPLTDENKEHEADTANMSDK_"
- ],
- [
- 38525,
- 2,
- 8,
- 3,
- 0.099545,
- "_VGANGQNAAGPSADSVTENK_"
- ],
- [
- 2882,
- 2,
- 15,
- 4,
- 0.19907,
- "_DFNEECPR_"
- ],
- [
- 32699,
- 2,
- 14,
- 7,
- 0.18485,
- "_HLCQQLQAEQAAAEK_"
- ],
- [
- 19995,
- 2,
- 15,
- 3,
- 0.19907,
- "_EEVNECGESIDR_"
- ],
- [
- 17870,
- 2,
- 14,
- 2,
- 0.18485,
- "_EREQQDLEFAK_"
- ],
- [
- 1174,
- 4,
- 14,
- 5,
- 0.18485,
- "_VLPGMHHPIQMKPADSEK_"
- ],
- [
- 18187,
- 3,
- 19,
- 8,
- 0.25599,
- "_YGDGGSTFQSTTGHCVHMR_"
- ],
- [
- 8658,
- 2,
- 12,
- 2,
- 0.15641,
- "_QATVGDINTER_"
- ],
- [
- 18995,
- 2,
- 8,
- 4,
- 0.099615,
- "_AVASQPDSVDAAER_"
- ],
- [
- 6309,
- 2,
- 11,
- 2,
- 0.14226,
- "_ESSATDEAWR_"
- ],
- [
- 26576,
- 2,
- 22,
- 5,
- 0.29869,
- "_EATNPPVIQEEKPK_"
- ],
- [
- 14381,
- 2,
- 11,
- 4,
- 0.14226,
- "_LCTSATESEVAR_"
- ],
- [
- 27673,
- 2,
- 16,
- 4,
- 0.21335,
- "_SSTATHPPGPAVQLNK_"
- ],
- [
- 22296,
- 2,
- 16,
- 6,
- 0.21335,
- "_CYSCGEFGHIQK_"
- ],
- [
- 17978,
- 2,
- 10,
- 4,
- 0.12804,
- "_GHNQPCLLVGSGR_"
- ],
- [
- 9169,
- 2,
- 10,
- 5,
- 0.12804,
- "_GLLVDRPSETK_"
- ],
- [
- 19793,
- 2,
- 13,
- 4,
- 0.17069,
- "_SPSAMQQQDGLDR_"
- ],
- [
- 40735,
- 2,
- 8,
- 2,
- 0.099615,
- "_QAASQESEEAGGTGGPPAGVR_"
- ],
- [
- 19256,
- 2,
- 9,
- 5,
- 0.11383,
- "_DEHQDFMDEQK_"
- ],
- [
- 18789,
- 2,
- 9,
- 2,
- 0.11383,
- "_EEGGPGPVSTPDNR_"
- ],
- [
- 991,
- 2,
- 8,
- 3,
- 0.099615,
- "_KIFDDAYK_"
- ],
- [
- 18475,
- 2,
- 8,
- 4,
- 0.099615,
- "_FNQCGTCNEFK_"
- ],
- [
- 38669,
- 2,
- 8,
- 4,
- 0.099615,
- "_EGSALTEGAKEEGGEEVAK_"
- ],
- [
- 6509,
- 2,
- 18,
- 6,
- 0.24182,
- "_VEQIEAGTPGR_"
- ],
- [
- 29587,
- 2,
- 9,
- 5,
- 0.11383,
- "_PASGCEAETQTEELK_"
- ],
- [
- 10961,
- 3,
- 13,
- 5,
- 0.17069,
- "_SVASGGWQEPENPHTQR_"
- ],
- [
- 3137,
- 2,
- 14,
- 3,
- 0.18491,
- "_HTEMITTLK_"
- ],
- [
- 22723,
- 2,
- 12,
- 5,
- 0.15648,
- "_EKQDTFALASQQK_"
- ],
- [
- 37309,
- 2,
- 13,
- 4,
- 0.17069,
- "_LREDENAEPVGTTYQK_"
- ],
- [
- 23172,
- 2,
- 13,
- 2,
- 0.17069,
- "_ESGSEKPSEDVLVK_"
- ],
- [
- 6951,
- 2,
- 14,
- 2,
- 0.18491,
- "_TCVDINECR_"
- ],
- [
- 29886,
- 2,
- 14,
- 6,
- 0.18491,
- "_IEYNDQNDGSCDVK_"
- ],
- [
- 11615,
- 2,
- 14,
- 5,
- 0.18491,
- "_EAIEGTYIDKK_"
- ],
- [
- 5480,
- 2,
- 6,
- 3,
- 0.071174,
- "_GQEEVEMPSK_"
- ],
- [
- 11545,
- 2,
- 11,
- 5,
- 0.14226,
- "_GDSVSDSGSDALR_"
- ],
- [
- 2280,
- 2,
- 12,
- 2,
- 0.15647,
- "_EGLQNMEAR_"
- ],
- [
- 8359,
- 2,
- 14,
- 3,
- 0.18491,
- "_GDAMIM(Oxidation (M))EETGK_"
- ],
- [
- 5083,
- 2,
- 10,
- 4,
- 0.12804,
- "_ELQTLHNLR_"
- ],
- [
- 9024,
- 3,
- 11,
- 2,
- 0.14226,
- "_ATAPGPEGGGTLHPNPTDK_"
- ],
- [
- 28167,
- 2,
- 11,
- 5,
- 0.14226,
- "_YAVQYDNHYTNTK_"
- ],
- [
- 25199,
- 2,
- 10,
- 3,
- 0.12804,
- "_QAVGSGAQETCGLDR_"
- ],
- [
- 13368,
- 2,
- 10,
- 3,
- 0.12804,
- "_EEEAIKEEVVK_"
- ],
- [
- 847,
- 2,
- 11,
- 3,
- 0.14226,
- "_QQQELFAK_"
- ],
- [
- 80,
- 3,
- 19,
- 5,
- 0.25604,
- "_KLPHPDLPAEEK_"
- ],
- [
- 15747,
- 2,
- 5,
- 3,
- 0.056954,
- "_EQESCNMANIR_"
- ],
- [
- 18153,
- 2,
- 11,
- 3,
- 0.14226,
- "_KMAQELYMEQK_"
- ],
- [
- 1470,
- 2,
- 11,
- 3,
- 0.14226,
- "_LQCPTCIK_"
- ],
- [
- 2041,
- 2,
- 9,
- 2,
- 0.11383,
- "_DGIDDQSYK_"
- ],
- [
- 26305,
- 2,
- 9,
- 4,
- 0.11383,
- "_PNHTIYINNMNDK_"
- ],
- [
- 4128,
- 2,
- 8,
- 4,
- 0.099607,
- "_IQDGLGELKK_"
- ],
- [
- 31675,
- 2,
- 14,
- 3,
- 0.18491,
- "_EVETHANNSSIELEK_"
- ],
- [
- 48983,
- 2,
- 8,
- 4,
- 0.099607,
- "_EVEDKESEGEEEDEDEDLSK_"
- ],
- [
- 31155,
- 2,
- 7,
- 4,
- 0.085393,
- "_STDEEEEAQTPQAPR_"
- ],
- [
- 2289,
- 2,
- 13,
- 5,
- 0.17069,
- "_EKEELMLR_"
- ],
- [
- 294,
- 2,
- 17,
- 4,
- 0.22757,
- "_IRPLPPMK_"
- ],
- [
- 17816,
- 2,
- 6,
- 2,
- 0.071167,
- "_EKSDDILEEGEK_"
- ],
- [
- 27426,
- 3,
- 14,
- 4,
- 0.18491,
- "_RNENSEVDTSAGSGSAPSVLHQR_"
- ],
- [
- 7374,
- 3,
- 9,
- 6,
- 0.11382,
- "_VCDSCYDSIKDEDR_"
- ],
- [
- 1753,
- 2,
- 12,
- 5,
- 0.15647,
- "_FCTSAADMK_"
- ],
- [
- 25187,
- 3,
- 14,
- 5,
- 0.18491,
- "_GAEGKPPGHSSHVLCMAISSDGK_"
- ],
- [
- 34060,
- 3,
- 12,
- 5,
- 0.15647,
- "_M(Oxidation (M))QVDQEEPHVEEQQQQTPAENK_"
- ],
- [
- 31038,
- 2,
- 23,
- 6,
- 0.31291,
- "_HTGPNSPDTANDGFVR_"
- ],
- [
- 36654,
- 2,
- 12,
- 5,
- 0.15647,
- "_YVCEGPSHGGLPGASSEK_"
- ],
- [
- 2682,
- 3,
- 24,
- 6,
- 0.32712,
- "_KGVAINMVTEEDKR_"
- ],
- [
- 25714,
- 3,
- 11,
- 5,
- 0.14226,
- "_EVEDKESEGEEEDEDEDLSK_"
- ],
- [
- 9073,
- 2,
- 15,
- 2,
- 0.19912,
- "_DLEAHIDSANK_"
- ],
- [
- 949,
- 2,
- 19,
- 5,
- 0.25602,
- "_GIPAPEEER_"
- ],
- [
- 31840,
- 2,
- 13,
- 5,
- 0.17068,
- "_EFTDHQETQAELQK_"
- ],
- [
- 23879,
- 2,
- 13,
- 4,
- 0.17068,
- "_LSGWGNVSKPSGTTK_"
- ],
- [
- 3932,
- 2,
- 18,
- 4,
- 0.24178,
- "_IFAPNHVVAK_"
- ],
- [
- 5614,
- 3,
- 14,
- 5,
- 0.18491,
- "_EFTDHQETQAELQK_"
- ],
- [
- 9297,
- 2,
- 15,
- 2,
- 0.19912,
- "_VVDLMAHM(Oxidation (M))ASK_"
- ],
- [
- 28499,
- 2,
- 13,
- 5,
- 0.17068,
- "_DPALNSGVSQKPDPAK_"
- ],
- [
- 58,
- 3,
- 13,
- 5,
- 0.17068,
- "_LRAEVHPAGDTAK_"
- ],
- [
- 3941,
- 3,
- 10,
- 5,
- 0.12804,
- "_TPTQTNGSNVPFKPR_"
- ],
- [
- 39036,
- 3,
- 11,
- 5,
- 0.14226,
- "_SVEDVRPHHTDANNQSACFEAPDQK_"
- ],
- [
- 5191,
- 2,
- 12,
- 4,
- 0.15646,
- "_YETTGLSEAR_"
- ],
- [
- 39212,
- 2,
- 9,
- 3,
- 0.11382,
- "_GGTQVDTEIEEKDEETK_"
- ],
- [
- 274,
- 2,
- 11,
- 2,
- 0.14225,
- "_GKVEYLLK_"
- ],
- [
- 21960,
- 2,
- 9,
- 3,
- 0.11382,
- "_KVQQVSEGAPYNGT_"
- ],
- [
- 13831,
- 4,
- 16,
- 8,
- 0.21333,
- "_LHDNPLTDENKEHEADTANMSDK_"
- ],
- [
- 34701,
- 2,
- 9,
- 4,
- 0.11382,
- "_SDVNKEYYTQNMER_"
- ],
- [
- 25771,
- 2,
- 16,
- 5,
- 0.21333,
- "_LAVDEEENADNNTK_"
- ],
- [
- 520,
- 2,
- 11,
- 4,
- 0.14225,
- "_RVEELLGR_"
- ],
- [
- 24659,
- 2,
- 11,
- 3,
- 0.14225,
- "_LKEGDTMMGQQVAK_"
- ],
- [
- 49412,
- 2,
- 8,
- 5,
- 0.099596,
- "_SHTSEGAHLDITPNSGAAGNSAGPK_"
- ],
- [
- 2652,
- 2,
- 8,
- 4,
- 0.099596,
- "_GTQGAEEVLR_"
- ],
- [
- 30779,
- 2,
- 9,
- 4,
- 0.11382,
- "_VYNVDGPSNNATGQSR_"
- ],
- [
- 10288,
- 2,
- 11,
- 5,
- 0.14225,
- "_IINDNATYCR_"
- ],
- [
- 5057,
- 2,
- 15,
- 2,
- 0.19911,
- "_EYAENIGDGR_"
- ],
- [
- 7691,
- 2,
- 19,
- 7,
- 0.25599,
- "_YLSEVASGDNK_"
- ],
- [
- 15999,
- 4,
- 13,
- 6,
- 0.17068,
- "_SLPSGSHQGPVIYAQLDHSGGHHSDK_"
- ],
- [
- 1197,
- 3,
- 13,
- 4,
- 0.17068,
- "_NPLPSKETIEQEK_"
- ],
- [
- 445,
- 2,
- 15,
- 3,
- 0.19911,
- "_EGLDIYKK_"
- ],
- [
- 35041,
- 2,
- 6,
- 2,
- 0.071164,
- "_IFYNQQNHYDGTTGK_"
- ],
- [
- 8065,
- 2,
- 13,
- 6,
- 0.17068,
- "_TTSPLEEEER_"
- ],
- [
- 2641,
- 2,
- 13,
- 3,
- 0.17068,
- "_EYFADMKR_"
- ],
- [
- 6980,
- 2,
- 15,
- 2,
- 0.19911,
- "_HVPSGQIMAVK_"
- ],
- [
- 27500,
- 2,
- 13,
- 3,
- 0.17068,
- "_AHTSSTQLQEELEK_"
- ],
- [
- 11979,
- 2,
- 8,
- 4,
- 0.099625,
- "_PAMLDNEADGNK_"
- ],
- [
- 25951,
- 2,
- 11,
- 3,
- 0.14228,
- "_VASVFANADKGDDEK_"
- ],
- [
- 6384,
- 3,
- 14,
- 2,
- 0.18493,
- "_ICPGENQAAEDELRK_"
- ],
- [
- 9578,
- 2,
- 15,
- 2,
- 0.19914,
- "_YLGAMQVADKK_"
- ],
- [
- 3831,
- 2,
- 15,
- 5,
- 0.19914,
- "_LTAEEMDER_"
- ],
- [
- 4251,
- 2,
- 6,
- 2,
- 0.071167,
- "_ICVVGENGAGK_"
- ],
- [
- 19337,
- 2,
- 15,
- 4,
- 0.19914,
- "_ASQQEIQHIVNR_"
- ],
- [
- 19640,
- 2,
- 12,
- 3,
- 0.1565,
- "_GMTSLQCDCTEK_"
- ],
- [
- 27698,
- 2,
- 11,
- 4,
- 0.14228,
- "_SVSIQEEQSAPSSEK_"
- ],
- [
- 44501,
- 2,
- 9,
- 4,
- 0.11385,
- "_SHLVHGSSPGVMGTSVATSASK_"
- ],
- [
- 26599,
- 2,
- 16,
- 4,
- 0.21336,
- "_DSAQAATGECTATVAK_"
- ],
- [
- 3475,
- 3,
- 15,
- 5,
- 0.19914,
- "_DPALNSGVSQKPDPAK_"
- ],
- [
- 7006,
- 3,
- 10,
- 2,
- 0.12806,
- "_LQDEIQNM(Oxidation (M))KEEMAR_"
- ],
- [
- 29357,
- 2,
- 13,
- 3,
- 0.17071,
- "_TPTQTNGSNVPFKPR_"
- ],
- [
- 10491,
- 3,
- 8,
- 4,
- 0.099625,
- "_SILENTPESHADHSSLK_"
- ],
- [
- 1842,
- 2,
- 9,
- 2,
- 0.11385,
- "_TCGEYIYK_"
- ],
- [
- 23584,
- 2,
- 13,
- 5,
- 0.17071,
- "_NPLPSKETIEQEK_"
- ],
- [
- 40786,
- 2,
- 16,
- 5,
- 0.21336,
- "_SVSSQSSSSVSSQVTTAGSGK_"
- ],
- [
- 8353,
- 3,
- 19,
- 4,
- 0.25601,
- "_HGAGAEISTVHPEQYAK_"
- ],
- [
- 24369,
- 3,
- 12,
- 6,
- 0.15649,
- "_SKPVETPPEQNGTLTSQPNNR_"
- ],
- [
- 19024,
- 3,
- 16,
- 4,
- 0.21336,
- "_TETVEEPM(Oxidation (M))EEEEAAKEEK_"
- ],
- [
- 16678,
- 2,
- 19,
- 4,
- 0.25601,
- "_TGYSMVQENGQR_"
- ],
- [
- 10918,
- 2,
- 12,
- 2,
- 0.15649,
- "_GEGMSQAATICK_"
- ],
- [
- 1963,
- 2,
- 12,
- 3,
- 0.15649,
- "_AATAAADFTAK_"
- ],
- [
- 26719,
- 2,
- 13,
- 4,
- 0.17072,
- "_NEEENENSISQYK_"
- ],
- [
- 17379,
- 2,
- 16,
- 7,
- 0.21336,
- "_AQTAHIVLEDGTK_"
- ],
- [
- 7062,
- 2,
- 17,
- 3,
- 0.22758,
- "_SYVDPSTDER_"
- ],
- [
- 744,
- 3,
- 32,
- 5,
- 0.44095,
- "_KNPLPPSVGVVDKK_"
- ],
- [
- 13793,
- 2,
- 20,
- 6,
- 0.27023,
- "_SEHPGLSIGDTAK_"
- ],
- [
- 3592,
- 2,
- 11,
- 3,
- 0.14228,
- "_GTHDLWDSR_"
- ],
- [
- 3735,
- 2,
- 16,
- 5,
- 0.21336,
- "_VTMQNLNDR_"
- ],
- [
- 26740,
- 2,
- 14,
- 4,
- 0.18493,
- "_YTIHSQLEHLQSK_"
- ],
- [
- 42847,
- 2,
- 10,
- 4,
- 0.12806,
- "_RQDPGDNWEEGGGGGGGMEK_"
- ],
- [
- 5896,
- 2,
- 11,
- 5,
- 0.14228,
- "_VKGDVDVSVPK_"
- ],
- [
- 44690,
- 2,
- 10,
- 5,
- 0.12806,
- "_NNPNESVTANAATNSPSCTR_"
- ],
- [
- 15867,
- 2,
- 7,
- 2,
- 0.085382,
- "_(Acetyl (Protein N-term))AAPAQQTTQPGGGK_"
- ],
- [
- 22595,
- 2,
- 9,
- 4,
- 0.11384,
- "_GSYGSDAEEEEYR_"
- ],
- [
- 21359,
- 2,
- 13,
- 4,
- 0.17072,
- "_TFQGPNCPATCGR_"
- ],
- [
- 6871,
- 3,
- 15,
- 5,
- 0.19914,
- "_RSPSKPLPEVTDEYK_"
- ],
- [
- 7904,
- 3,
- 15,
- 5,
- 0.19914,
- "_FDFGEDSEHSEEPKK_"
- ],
- [
- 94,
- 2,
- 17,
- 4,
- 0.22758,
- "_CEELLEK_"
- ],
- [
- 6276,
- 2,
- 4,
- 2,
- 0.042672,
- "_DVQFEHGYR_"
- ],
- [
- 3338,
- 2,
- 24,
- 6,
- 0.32714,
- "_AQYEDIANR_"
- ],
- [
- 6179,
- 2,
- 16,
- 6,
- 0.21336,
- "_ITESEEVVSR_"
- ],
- [
- 9944,
- 2,
- 7,
- 3,
- 0.085382,
- "_IFHELTQTDK_"
- ],
- [
- 651,
- 3,
- 12,
- 5,
- 0.15652,
- "_KPAAVLKPSDWEK_"
- ],
- [
- 1677,
- 3,
- 9,
- 3,
- 0.11387,
- "_ATATISAKPQITNPK_"
- ],
- [
- 11676,
- 3,
- 9,
- 4,
- 0.11387,
- "_GSLGSQGAKDEPEEELQK_"
- ],
- [
- 20189,
- 2,
- 12,
- 4,
- 0.15652,
- "_LHVGNISPTCTNK_"
- ],
- [
- 7295,
- 2,
- 7,
- 4,
- 0.085347,
- "_EGEFVTVGAHK_"
- ],
- [
- 8510,
- 2,
- 11,
- 5,
- 0.14231,
- "_RAGDLLEDSPK_"
- ],
- [
- 3047,
- 3,
- 10,
- 3,
- 0.12809,
- "_LQAAYAGDKADDIQK_"
- ],
- [
- 14146,
- 2,
- 12,
- 2,
- 0.15652,
- "_TIQVDNTDAEGR_"
- ],
- [
- 3980,
- 3,
- 12,
- 5,
- 0.15652,
- "_QDTSSSTTHLAQQLK_"
- ],
- [
- 42773,
- 2,
- 9,
- 3,
- 0.11387,
- "_YTSEKEEGTPWNEDCGK_"
- ],
- [
- 2694,
- 2,
- 7,
- 2,
- 0.085347,
- "_VDKWWGNR_"
- ],
- [
- 5588,
- 2,
- 9,
- 3,
- 0.11387,
- "_MIMQDKLEK_"
- ],
- [
- 15133,
- 2,
- 14,
- 6,
- 0.18496,
- "_ETMVTSTTEPSR_"
- ],
- [
- 8137,
- 2,
- 14,
- 5,
- 0.18496,
- "_DVLAHQVPNAK_"
- ],
- [
- 13555,
- 2,
- 16,
- 5,
- 0.21339,
- "_NCPHIVVGTPGR_"
- ],
- [
- 12039,
- 2,
- 13,
- 4,
- 0.17074,
- "_AQDIQCGLQSR_"
- ],
- [
- 6377,
- 3,
- 15,
- 5,
- 0.19917,
- "_GHTDSVQDISFDHSGK_"
- ],
- [
- 16483,
- 2,
- 16,
- 3,
- 0.21339,
- "_SEDDESGAGELTR_"
- ],
- [
- 2058,
- 2,
- 14,
- 2,
- 0.18496,
- "_FLPRPPGEK_"
- ],
- [
- 14810,
- 2,
- 20,
- 5,
- 0.27026,
- "_HQEGEIFDTEK_"
- ],
- [
- 24688,
- 2,
- 15,
- 6,
- 0.19917,
- "_FEEEIKAEQEER_"
- ],
- [
- 8404,
- 2,
- 15,
- 5,
- 0.19917,
- "_NDQCYDDIR_"
- ],
- [
- 29809,
- 2,
- 5,
- 2,
- 0.056918,
- "_LIQTCQHVEVNASR_"
- ],
- [
- 11968,
- 3,
- 35,
- 7,
- 0.48365,
- "_TLHPDLGTDKDKEQWK_"
- ],
- [
- 22371,
- 2,
- 12,
- 3,
- 0.15653,
- "_HRLDLGEDYPSGK_"
- ],
- [
- 7575,
- 2,
- 11,
- 4,
- 0.14231,
- "_VPQIEVETHK_"
- ],
- [
- 389,
- 4,
- 25,
- 5,
- 0.34139,
- "_HTQIRPTMFPPKDPEK_"
- ],
- [
- 8984,
- 2,
- 6,
- 3,
- 0.071138,
- "_AHEQALAELTK_"
- ],
- [
- 1251,
- 3,
- 17,
- 4,
- 0.22761,
- "_KLHAVVETLVNHR_"
- ],
- [
- 7464,
- 2,
- 16,
- 5,
- 0.21339,
- "_LNNCGMGIGGGK_"
- ],
- [
- 5820,
- 2,
- 11,
- 5,
- 0.14231,
- "_ICSKPVVLPK_"
- ],
- [
- 6333,
- 2,
- 18,
- 6,
- 0.24182,
- "_FGLSVGHHLGK_"
- ],
- [
- 4284,
- 2,
- 9,
- 2,
- 0.11385,
- "_DGLSEAAAQSR_"
- ],
- [
- 9339,
- 2,
- 9,
- 5,
- 0.11385,
- "_SEFYANEACK_"
- ],
- [
- 6638,
- 3,
- 18,
- 7,
- 0.24182,
- "_TATDEAYKDPSNLQGK_"
- ],
- [
- 5408,
- 2,
- 9,
- 4,
- 0.11385,
- "_GAVAEDGDELR_"
- ],
- [
- 15752,
- 2,
- 19,
- 6,
- 0.25604,
- "_YQEGGVESAFHK_"
- ],
- [
- 696,
- 4,
- 10,
- 6,
- 0.12809,
- "_VHCCPHGAFCDLVHTR_"
- ],
- [
- 305,
- 3,
- 10,
- 4,
- 0.12809,
- "_YM(Oxidation (M))PQNPHIIATK_"
- ],
- [
- 27355,
- 2,
- 11,
- 4,
- 0.14231,
- "_YGEAGEGPGWGGAHPR_"
- ],
- [
- 39040,
- 2,
- 11,
- 4,
- 0.14231,
- "_GSLGSQGAKDEPEEELQK_"
- ],
- [
- 13836,
- 2,
- 15,
- 5,
- 0.19918,
- "_HGESAWNLENR_"
- ],
- [
- 22431,
- 2,
- 7,
- 4,
- 0.085351,
- "_VDEAVAVLQAHHAK_"
- ],
- [
- 6964,
- 2,
- 15,
- 4,
- 0.19918,
- "_TPDGQGLSTYK_"
- ],
- [
- 1582,
- 2,
- 7,
- 3,
- 0.085351,
- "_GLTAHGINIK_"
- ],
- [
- 19788,
- 2,
- 13,
- 5,
- 0.17074,
- "_GDYYEAHQMYR_"
- ],
- [
- 7554,
- 2,
- 7,
- 3,
- 0.085351,
- "_VNNVYDVDNK_"
- ],
- [
- 1783,
- 4,
- 13,
- 5,
- 0.17074,
- "_MTNHCVFSANEDHETIR_"
- ],
- [
- 5237,
- 2,
- 13,
- 3,
- 0.17074,
- "_FVELVHQQK_"
- ],
- [
- 26491,
- 3,
- 13,
- 7,
- 0.17074,
- "_GPVKPTGGPGGGGTQTQQQMNQLK_"
- ],
- [
- 4277,
- 3,
- 14,
- 5,
- 0.18496,
- "_KNIPEGSHQYELLK_"
- ],
- [
- 17670,
- 4,
- 11,
- 6,
- 0.1423,
- "_AATLHVHSDQKPPHDGALGSQQNLVR_"
- ],
- [
- 9783,
- 2,
- 11,
- 5,
- 0.1423,
- "_QQEYEEQFK_"
- ],
- [
- 7963,
- 4,
- 15,
- 4,
- 0.19917,
- "_SHTSEGAHLDITPNSGAAGNSAGPK_"
- ],
- [
- 5369,
- 2,
- 15,
- 2,
- 0.19917,
- "_HYPVFENPK_"
- ],
- [
- 26470,
- 2,
- 11,
- 3,
- 0.1423,
- "_EDSCNAGPEDIQSR_"
- ],
- [
- 31253,
- 2,
- 14,
- 5,
- 0.18496,
- "_RGPQLVCTGSDDGTVK_"
- ],
- [
- 38508,
- 4,
- 11,
- 7,
- 0.1423,
- "_IPQGTQQGQQQQQPQQQQHPSQHVMQYTNAATK_"
- ],
- [
- 25028,
- 2,
- 14,
- 3,
- 0.18496,
- "_HCEDGICTVTAGPK_"
- ],
- [
- 26756,
- 3,
- 15,
- 7,
- 0.19917,
- "_SHTSEGAHLDITPNSGAAGNSAGPK_"
- ],
- [
- 26389,
- 2,
- 11,
- 2,
- 0.1423,
- "_TEDSSVPETPDNER_"
- ],
- [
- 9260,
- 2,
- 8,
- 3,
- 0.099562,
- "_TIVLQEGNSQK_"
- ],
- [
- 27054,
- 3,
- 9,
- 4,
- 0.11378,
- "_EAQGNSSAGVEAAEQRPVEDGER_"
- ],
- [
- 17024,
- 2,
- 16,
- 4,
- 0.21339,
- "_VIVLSSSHSYQR_"
- ],
- [
- 19199,
- 2,
- 9,
- 2,
- 0.11378,
- "_FLNYVQSQHQR_"
- ],
- [
- 4953,
- 2,
- 9,
- 5,
- 0.11378,
- "_AAEGVSAADMAK_"
- ],
- [
- 10843,
- 2,
- 9,
- 2,
- 0.11378,
- "_QAESFEDLRR_"
- ],
- [
- 23025,
- 2,
- 4,
- 2,
- 0.042676,
- "_GEIGDPQTENPSTR_"
- ],
- [
- 37592,
- 2,
- 13,
- 6,
- 0.17074,
- "_AGYSQGATQYTQAQQTR_"
- ],
- [
- 32711,
- 2,
- 6,
- 3,
- 0.07114,
- "_QAVTNPNNTFYATKR_"
- ],
- [
- 40588,
- 2,
- 13,
- 6,
- 0.17074,
- "_SVSTPSEAGSQDSGDGAVGSR_"
- ],
- [
- 16942,
- 3,
- 13,
- 6,
- 0.17074,
- "_MTNHCVFSANEDHETIR_"
- ],
- [
- 16597,
- 3,
- 9,
- 6,
- 0.11378,
- "_LSTSGNRPPANAETFSCNK_"
- ],
- [
- 6601,
- 2,
- 9,
- 2,
- 0.11378,
- "_SPEPGQTWTR_"
- ],
- [
- 24474,
- 2,
- 9,
- 4,
- 0.11378,
- "_QLVSDEDKAQLASK_"
- ],
- [
- 3540,
- 3,
- 14,
- 4,
- 0.18496,
- "_EQVYDAMGEKEEAK_"
- ],
- [
- 18138,
- 3,
- 13,
- 5,
- 0.17074,
- "_SHLVHGSSPGVMGTSVATSASK_"
- ],
- [
- 8089,
- 3,
- 17,
- 4,
- 0.2276,
- "_IFYNQQNHYDGTTGK_"
- ],
- [
- 45463,
- 4,
- 8,
- 5,
- 0.099578,
- "_LKTDNAGDQHGGGGGGGGGAGAAGGGGGGENYDDPHKTPASPVVHIR_"
- ],
- [
- 28517,
- 2,
- 7,
- 4,
- 0.08537,
- "_SYCCEHDLGAASVR_"
- ],
- [
- 3432,
- 2,
- 10,
- 3,
- 0.12801,
- "_GLSHSPWAVK_"
- ],
- [
- 16305,
- 2,
- 11,
- 4,
- 0.14229,
- "_TATGPSTGGGTVISR_"
- ],
- [
- 5564,
- 2,
- 11,
- 4,
- 0.14229,
- "_WNDRACGEK_"
- ],
- [
- 33376,
- 2,
- 10,
- 5,
- 0.12801,
- "_QGPVSQSATQQPVTADK_"
- ],
- [
- 685,
- 3,
- 11,
- 5,
- 0.14229,
- "_AADAEAEVASLNRR_"
- ],
- [
- 36132,
- 2,
- 7,
- 5,
- 0.08537,
- "_ACGADSYEMEEDGVRK_"
- ],
- [
- 24354,
- 4,
- 11,
- 6,
- 0.14229,
- "_ETQTHENMSQLSEEEQNKDYQDCSK_"
- ],
- [
- 55,
- 2,
- 12,
- 4,
- 0.15653,
- "_FTRPLFK_"
- ],
- [
- 9789,
- 2,
- 10,
- 4,
- 0.12801,
- "_FNEFMTSKPK_"
- ],
- [
- 26814,
- 2,
- 14,
- 4,
- 0.18497,
- "_NKHEAMITDLEER_"
- ],
- [
- 8888,
- 2,
- 19,
- 6,
- 0.25605,
- "_EGALCEENMR_"
- ],
- [
- 17557,
- 2,
- 14,
- 5,
- 0.18497,
- "_ELNHMLSDTGNR_"
- ],
- [
- 33200,
- 2,
- 20,
- 6,
- 0.27026,
- "_TATDEAYKDPSNLQGK_"
- ],
- [
- 5452,
- 2,
- 14,
- 4,
- 0.18497,
- "_ALELDSNNEK_"
- ],
- [
- 15035,
- 2,
- 14,
- 3,
- 0.18497,
- "_AQEEYEQIQAK_"
- ],
- [
- 1081,
- 2,
- 15,
- 4,
- 0.19918,
- "_SLDQAINDK_"
- ],
- [
- 28613,
- 2,
- 15,
- 4,
- 0.19918,
- "_EQVYDAMGEKEEAK_"
- ],
- [
- 501,
- 2,
- 12,
- 4,
- 0.15653,
- "_KIDYFER_"
- ],
- [
- 22213,
- 2,
- 12,
- 4,
- 0.15653,
- "_EYQNEEDSLGGSR_"
- ],
- [
- 10067,
- 4,
- 17,
- 5,
- 0.22762,
- "_PASAISGQNNNHSGNKPDPPPVLR_"
- ],
- [
- 24011,
- 2,
- 12,
- 4,
- 0.15653,
- "_SGCTSLTPGPNCDR_"
- ],
- [
- 14906,
- 3,
- 16,
- 7,
- 0.2134,
- "_IKADPDGPEAQAEACSGER_"
- ],
- [
- 29303,
- 2,
- 13,
- 2,
- 0.17075,
- "_QGIETPEDQNDLRK_"
- ],
- [
- 10991,
- 2,
- 10,
- 3,
- 0.12801,
- "_STIGVDGSVYKK_"
- ],
- [
- 25469,
- 2,
- 8,
- 5,
- 0.099592,
- "_TQTVENVEHLQTR_"
- ],
- [
- 29389,
- 2,
- 13,
- 5,
- 0.17076,
- "_QDTSSSTTHLAQQLK_"
- ],
- [
- 2332,
- 2,
- 19,
- 5,
- 0.25606,
- "_LMSNLDSNR_"
- ],
- [
- 12311,
- 2,
- 9,
- 3,
- 0.1138,
- "_YLQSNSNNWR_"
- ],
- [
- 4718,
- 2,
- 8,
- 4,
- 0.099592,
- "_SALLPVLHHK_"
- ],
- [
- 4755,
- 2,
- 8,
- 4,
- 0.099592,
- "_LPEKWESVK_"
- ],
- [
- 20038,
- 2,
- 13,
- 5,
- 0.17076,
- "_(Acetyl (Protein N-term))AEGSAVSDPQHAAR_"
- ],
- [
- 442,
- 2,
- 6,
- 3,
- 0.071128,
- "_SCSETLLR_"
- ],
- [
- 7335,
- 2,
- 11,
- 4,
- 0.14223,
- "_CCGCVFSER_"
- ],
- [
- 2506,
- 3,
- 9,
- 3,
- 0.1138,
- "_FREDHPDLIQNAK_"
- ],
- [
- 7032,
- 2,
- 14,
- 5,
- 0.18497,
- "_EAIHSQLLEK_"
- ],
- [
- 36457,
- 2,
- 8,
- 5,
- 0.099592,
- "_ASAPSPNAQVACDHCLK_"
- ],
- [
- 31571,
- 4,
- 13,
- 8,
- 0.17076,
- "_YCSEHSVNEHEDGDGDDDEGDDEEWKPTK_"
- ],
- [
- 29460,
- 2,
- 9,
- 3,
- 0.1138,
- "_FDSELSQAHEEAQR_"
- ],
- [
- 9154,
- 2,
- 8,
- 4,
- 0.099592,
- "_HLESWCVQR_"
- ],
- [
- 5814,
- 2,
- 10,
- 3,
- 0.12804,
- "_RQAVDVSPLR_"
- ],
- [
- 12868,
- 2,
- 18,
- 3,
- 0.24186,
- "_DSIKLDDDSER_"
- ],
- [
- 684,
- 4,
- 16,
- 5,
- 0.21343,
- "_VVQNPPKPVMTTRPTAVK_"
- ],
- [
- 51747,
- 2,
- 12,
- 7,
- 0.15647,
- "_QSSYSQQPYNNQGQQQNMESSGSQGGR_"
- ],
- [
- 6112,
- 2,
- 10,
- 5,
- 0.12804,
- "_YDEM(Oxidation (M))VESMK_"
- ],
- [
- 21733,
- 2,
- 12,
- 5,
- 0.15647,
- "_AADAEAEVASLNRR_"
- ],
- [
- 15921,
- 2,
- 10,
- 2,
- 0.12804,
- "_LAEQVSSYNESK_"
- ],
- [
- 3011,
- 2,
- 9,
- 4,
- 0.11383,
- "_DYNDADMAR_"
- ],
- [
- 2846,
- 2,
- 12,
- 2,
- 0.15647,
- "_FCPTENVAK_"
- ],
- [
- 29582,
- 2,
- 11,
- 3,
- 0.14225,
- "_ASCYNSALGCCSDGK_"
- ],
- [
- 5314,
- 2,
- 14,
- 3,
- 0.18499,
- "_DAMQYASESK_"
- ],
- [
- 31575,
- 2,
- 9,
- 4,
- 0.11383,
- "_SWVNQM(Oxidation (M))ESQTGEASK_"
- ],
- [
- 13685,
- 2,
- 8,
- 3,
- 0.099581,
- "_M(Oxidation (M))DSTANEVEAVK_"
- ],
- [
- 9837,
- 2,
- 8,
- 3,
- 0.099581,
- "_EGLEAGTPAAGEK_"
- ],
- [
- 24882,
- 2,
- 14,
- 6,
- 0.18499,
- "_ATATISAKPQITNPK_"
- ],
- [
- 8058,
- 2,
- 14,
- 5,
- 0.18499,
- "_QACGFEYTSK_"
- ],
- [
- 16540,
- 2,
- 8,
- 4,
- 0.099581,
- "_QLTCTEEMAQR_"
- ],
- [
- 16818,
- 2,
- 14,
- 4,
- 0.18499,
- "_ELAAQLNEEAKR_"
- ],
- [
- 23352,
- 2,
- 14,
- 5,
- 0.18499,
- "_ERPLCPLQPQNR_"
- ],
- [
- 12473,
- 2,
- 13,
- 5,
- 0.17075,
- "_ARPAEVGGMQLR_"
- ],
- [
- 9150,
- 2,
- 12,
- 4,
- 0.15647,
- "_EYNVNDDSMK_"
- ],
- [
- 20771,
- 2,
- 14,
- 6,
- 0.18499,
- "_VGQAVDVVGQAGKPK_"
- ],
- [
- 18678,
- 2,
- 23,
- 6,
- 0.31294,
- "_EKYIDQEELNK_"
- ],
- [
- 43024,
- 3,
- 14,
- 8,
- 0.18499,
- "_ETQTHENMSQLSEEEQNKDYQDCSK_"
- ],
- [
- 11515,
- 2,
- 15,
- 3,
- 0.19921,
- "_ISSDLDGHPVPK_"
- ],
- [
- 31452,
- 2,
- 12,
- 5,
- 0.15647,
- "_QGTFHSQQALEYGTK_"
- ],
- [
- 989,
- 3,
- 9,
- 6,
- 0.11383,
- "_MHAADLEKPMVEK_"
- ],
- [
- 20316,
- 2,
- 9,
- 5,
- 0.11383,
- "_SEDSSGAAGLSGLHR_"
- ],
- [
- 10515,
- 2,
- 12,
- 3,
- 0.15647,
- "_LEENIDNIKR_"
- ],
- [
- 12619,
- 2,
- 12,
- 4,
- 0.15647,
- "_VILDYNTAHNK_"
- ],
- [
- 22145,
- 2,
- 11,
- 2,
- 0.14225,
- "_QQALTVSTDPEHR_"
- ],
- [
- 2878,
- 3,
- 11,
- 2,
- 0.14225,
- "_IHQESELHSYLSR_"
- ],
- [
- 7503,
- 4,
- 8,
- 3,
- 0.09961,
- "_VLQHYQESDKGEELGPGNVQK_"
- ],
- [
- 15612,
- 2,
- 11,
- 6,
- 0.14228,
- "_QYMEEENYDK_"
- ],
- [
- 2875,
- 3,
- 11,
- 4,
- 0.14228,
- "_GPSEETGGAVFDHPAK_"
- ],
- [
- 46182,
- 2,
- 8,
- 4,
- 0.09961,
- "_KSCVEEPEPEPEAAEGDGDK_"
- ],
- [
- 554,
- 2,
- 8,
- 5,
- 0.09961,
- "_SGVSLAALKK_"
- ],
- [
- 13403,
- 2,
- 10,
- 5,
- 0.12807,
- "_YLGHVEVDESR_"
- ],
- [
- 45869,
- 2,
- 11,
- 3,
- 0.14228,
- "_EVGSTETSQDGDASSSEGEMR_"
- ],
- [
- 7641,
- 2,
- 11,
- 4,
- 0.14228,
- "_MDMTSPEQSR_"
- ],
- [
- 20879,
- 3,
- 9,
- 6,
- 0.11382,
- "_AGNEKEEGETADTVGCCSLR_"
- ],
- [
- 39417,
- 2,
- 7,
- 2,
- 0.085364,
- "_SDTDTGVCSGTDEDPDDK_"
- ],
- [
- 21328,
- 2,
- 20,
- 5,
- 0.27033,
- "_EHDPVGQMVNNPK_"
- ],
- [
- 16736,
- 2,
- 12,
- 5,
- 0.1565,
- "_DCPDSAEEYER_"
- ],
- [
- 3561,
- 2,
- 15,
- 2,
- 0.19924,
- "_LPQTEQELK_"
- ],
- [
- 6609,
- 2,
- 6,
- 2,
- 0.071144,
- "_REDIFYTSK_"
- ],
- [
- 34066,
- 2,
- 14,
- 5,
- 0.18499,
- "_ADPDGPEAQAEACSGER_"
- ],
- [
- 9121,
- 2,
- 15,
- 5,
- 0.19924,
- "_GLCGAIHSSIAK_"
- ],
- [
- 15526,
- 2,
- 13,
- 3,
- 0.17071,
- "_LQEDPNYSPQR_"
- ],
- [
- 8661,
- 2,
- 15,
- 4,
- 0.19924,
- "_TFEGHDASVLK_"
- ],
- [
- 17104,
- 3,
- 12,
- 4,
- 0.1565,
- "_AGSSGNSCITYQPSVSGEHK_"
- ],
- [
- 11652,
- 2,
- 13,
- 5,
- 0.17071,
- "_QSVENDIHGLR_"
- ],
- [
- 28783,
- 2,
- 18,
- 7,
- 0.24189,
- "_GTSFDAAATSGGSASSEK_"
- ],
- [
- 2269,
- 2,
- 7,
- 3,
- 0.085361,
- "_LQGSGVSLASK_"
- ],
- [
- 2356,
- 2,
- 7,
- 2,
- 0.085361,
- "_LQDEFENR_"
- ],
- [
- 5114,
- 2,
- 6,
- 4,
- 0.07115,
- "_FKEEAEMLK_"
- ],
- [
- 765,
- 2,
- 13,
- 2,
- 0.17071,
- "_ISLLKPSTK_"
- ],
- [
- 9565,
- 3,
- 14,
- 5,
- 0.18493,
- "_TKENVNATENCISAVGK_"
- ],
- [
- 23535,
- 2,
- 11,
- 3,
- 0.14229,
- "_GSVEAASNAHLLQSK_"
- ],
- [
- 36770,
- 2,
- 14,
- 6,
- 0.18493,
- "_TKENVNATENCISAVGK_"
- ],
- [
- 13578,
- 2,
- 14,
- 5,
- 0.18493,
- "_EAMEDGEIDGNK_"
- ],
- [
- 5965,
- 3,
- 11,
- 5,
- 0.14229,
- "_EHSPDEFIKDEQNK_"
- ],
- [
- 7206,
- 2,
- 11,
- 2,
- 0.14229,
- "_GRPEISLDER_"
- ],
- [
- 15856,
- 3,
- 11,
- 3,
- 0.14229,
- "_HCIM(Oxidation (M))QANAEYHQSILAK_"
- ],
- [
- 13201,
- 2,
- 13,
- 4,
- 0.17071,
- "_KVLQSPATTVVR_"
- ],
- [
- 8963,
- 2,
- 10,
- 4,
- 0.12804,
- "_SGTNEDDLTMK_"
- ],
- [
- 1124,
- 2,
- 9,
- 3,
- 0.11383,
- "_SLLEMEKR_"
- ],
- [
- 45146,
- 2,
- 12,
- 3,
- 0.1565,
- "_HQGGWTDGGSGGGGGYQDGGYR_"
- ],
- [
- 1938,
- 2,
- 12,
- 5,
- 0.1565,
- "_DLYDAGVKR_"
- ],
- [
- 7061,
- 2,
- 15,
- 5,
- 0.19921,
- "_VGVDYEGGGCR_"
- ],
- [
- 6709,
- 2,
- 16,
- 2,
- 0.21345,
- "_TPLSDSGVTQR_"
- ],
- [
- 7701,
- 2,
- 12,
- 3,
- 0.1565,
- "_SQEIHSLQLK_"
- ],
- [
- 24197,
- 2,
- 10,
- 3,
- 0.12804,
- "_KPALVSTVEGGQDPK_"
- ],
- [
- 9374,
- 3,
- 8,
- 4,
- 0.099581,
- "_SAEQHLISMCEDHDR_"
- ],
- [
- 1023,
- 2,
- 12,
- 5,
- 0.1565,
- "_IKEIAVTVK_"
- ],
- [
- 3672,
- 2,
- 10,
- 3,
- 0.12804,
- "_VLEEGSVEAR_"
- ],
- [
- 5971,
- 3,
- 8,
- 2,
- 0.099581,
- "_ALVSGKPAESSAVAATEK_"
- ],
- [
- 11406,
- 2,
- 20,
- 5,
- 0.27032,
- "_SLLEGEGSSGGGGR_"
- ],
- [
- 11129,
- 2,
- 17,
- 4,
- 0.22769,
- "_NLQEGQVTDPR_"
- ],
- [
- 24560,
- 2,
- 11,
- 5,
- 0.14227,
- "_KQQMLENQMEVR_"
- ],
- [
- 752,
- 2,
- 8,
- 4,
- 0.099595,
- "_FCSGSWDK_"
- ],
- [
- 5165,
- 2,
- 10,
- 4,
- 0.12806,
- "_SLLSSTSTTTK_"
- ],
- [
- 13624,
- 3,
- 10,
- 5,
- 0.12806,
- "_LWKEEEDGQWKEEQK_"
- ],
- [
- 12266,
- 2,
- 10,
- 4,
- 0.12806,
- "_DETGELSSADEK_"
- ],
- [
- 37360,
- 2,
- 11,
- 6,
- 0.14227,
- "_EQTEGEYSSLEHESAR_"
- ],
- [
- 31793,
- 2,
- 11,
- 4,
- 0.14227,
- "_FDPMGQQTCSAHPAR_"
- ],
- [
- 35591,
- 2,
- 12,
- 6,
- 0.15652,
- "_GDAASSPAPAASVGSSQGGAR_"
- ],
- [
- 23156,
- 2,
- 19,
- 3,
- 0.25612,
- "_EREDEELNNPMK_"
- ],
- [
- 26597,
- 2,
- 9,
- 2,
- 0.11381,
- "_QDSINAYNEPNSTK_"
- ],
- [
- 8840,
- 2,
- 9,
- 5,
- 0.11381,
- "_LSSGEDTTELR_"
- ],
- [
- 11001,
- 2,
- 9,
- 5,
- 0.11381,
- "_AVTGTHTLALAAK_"
- ],
- [
- 21987,
- 3,
- 12,
- 7,
- 0.15652,
- "_EQSIFGDHRDEEEETHMK_"
- ],
- [
- 9956,
- 2,
- 10,
- 6,
- 0.12806,
- "_QAASSLQQASLK_"
- ],
- [
- 26166,
- 3,
- 11,
- 7,
- 0.14227,
- "_VLQHYQESDKGEELGPGNVQK_"
- ],
- [
- 8498,
- 2,
- 18,
- 6,
- 0.2419,
- "_IYEDGDDDMK_"
- ],
- [
- 17812,
- 2,
- 12,
- 2,
- 0.15652,
- "_SDISQPASQDGMR_"
- ],
- [
- 3699,
- 4,
- 10,
- 3,
- 0.12806,
- "_DAHQGRPTWALRPEDGEDK_"
- ],
- [
- 18737,
- 2,
- 13,
- 4,
- 0.17073,
- "_CQTGCWSPDGSR_"
- ],
- [
- 43225,
- 2,
- 12,
- 4,
- 0.15652,
- "_AGAPPPSGSAVSTAPQQKPIGK_"
- ],
- [
- 25288,
- 2,
- 9,
- 4,
- 0.11381,
- "_AMENGEIDQASEEK_"
- ],
- [
- 34959,
- 2,
- 15,
- 6,
- 0.19916,
- "_TEDGGEFEEGASENNAK_"
- ],
- [
- 14003,
- 2,
- 14,
- 3,
- 0.18495,
- "_RGVTIKPTVDDD_"
- ],
- [
- 5565,
- 3,
- 10,
- 5,
- 0.12805,
- "_FDPMGQQTCSAHPAR_"
- ],
- [
- 35051,
- 2,
- 10,
- 5,
- 0.12805,
- "_YSGSEGSTQTLTKGELK_"
- ],
- [
- 38661,
- 2,
- 9,
- 4,
- 0.11383,
- "_CSALATQYMHCVNHAK_"
- ],
- [
- 13265,
- 2,
- 9,
- 4,
- 0.11383,
- "_LLCDIGHSEEK_"
- ],
- [
- 7678,
- 3,
- 6,
- 3,
- 0.071164,
- "_LPLQESEEEEREER_"
- ],
- [
- 4332,
- 3,
- 11,
- 5,
- 0.14229,
- "_KLEELELDEQQRK_"
- ],
- [
- 23405,
- 2,
- 9,
- 4,
- 0.11383,
- "_GYQQQDAHEFMR_"
- ],
- [
- 41516,
- 3,
- 12,
- 8,
- 0.15651,
- "_QSSYSQQPYNNQGQQQNMESSGSQGGR_"
- ],
- [
- 5022,
- 2,
- 6,
- 4,
- 0.071164,
- "_NTDEM(Oxidation (M))VELR_"
- ],
- [
- 20713,
- 3,
- 16,
- 4,
- 0.21339,
- "_KLEEVLSTEGAEENGNSDKK_"
- ],
- [
- 19021,
- 4,
- 12,
- 7,
- 0.15651,
- "_VREEGDEEGEGDEAEDEEQRGPELK_"
- ],
- [
- 603,
- 4,
- 13,
- 4,
- 0.17076,
- "_QPHRPDPGRPVGLEQLR_"
- ],
- [
- 23292,
- 2,
- 15,
- 5,
- 0.19918,
- "_EHCVCVQGNYIK_"
- ],
- [
- 32345,
- 2,
- 12,
- 5,
- 0.15651,
- "_ALVSGKPAESSAVAATEK_"
- ],
- [
- 5846,
- 2,
- 16,
- 2,
- 0.21339,
- "_FDEVFSNKR_"
- ],
- [
- 16089,
- 2,
- 12,
- 3,
- 0.15651,
- "_IRVDVADQAQDK_"
- ],
- [
- 31117,
- 2,
- 14,
- 3,
- 0.18496,
- "_GVDPPPCDAGTDQDSR_"
- ],
- [
- 3414,
- 2,
- 13,
- 3,
- 0.17076,
- "_QAENGMYIR_"
- ],
- [
- 1268,
- 2,
- 19,
- 3,
- 0.25613,
- "_DAHLLVESK_"
- ],
- [
- 14429,
- 2,
- 14,
- 4,
- 0.18503,
- "_TQPMTAQAASYR_"
- ],
- [
- 1728,
- 2,
- 8,
- 2,
- 0.099662,
- "_KSLDFYTR_"
- ],
- [
- 19077,
- 3,
- 13,
- 6,
- 0.17078,
- "_HQGGWTDGGSGGGGGYQDGGYR_"
- ],
- [
- 3074,
- 4,
- 10,
- 3,
- 0.1281,
- "_HFEETQHTYAMQLTNHR_"
- ],
- [
- 7485,
- 2,
- 10,
- 3,
- 0.1281,
- "_DPNNQLHVIK_"
- ],
- [
- 5372,
- 2,
- 8,
- 2,
- 0.099662,
- "_LGELQGEAASR_"
- ],
- [
- 44845,
- 2,
- 11,
- 5,
- 0.14232,
- "_ISDEANSNFNQGTENEQSK_"
- ],
- [
- 25152,
- 3,
- 17,
- 6,
- 0.22767,
- "_ESEDKPEIEDVGSDEEEEKK_"
- ],
- [
- 6789,
- 2,
- 17,
- 5,
- 0.22767,
- "_TVSASSTGDLPK_"
- ],
- [
- 15370,
- 2,
- 11,
- 2,
- 0.14232,
- "_DAHSTPYYYAR_"
- ],
- [
- 7703,
- 2,
- 12,
- 2,
- 0.15657,
- "_VPVKDVVDPSK_"
- ],
- [
- 34700,
- 2,
- 10,
- 5,
- 0.1281,
- "_MADPESNQEAVNSSAAR_"
- ],
- [
- 3304,
- 2,
- 12,
- 3,
- 0.15657,
- "_IGNCPFSQR_"
- ],
- [
- 7180,
- 3,
- 9,
- 4,
- 0.11389,
- "_AGVGEPPEPGGRPEPGPR_"
- ],
- [
- 9123,
- 2,
- 8,
- 3,
- 0.099663,
- "_FGAAVLGNHTAR_"
- ],
- [
- 13217,
- 2,
- 12,
- 4,
- 0.15655,
- "_GSQFGQSCCLR_"
- ],
- [
- 10043,
- 2,
- 9,
- 3,
- 0.11389,
- "_FAEHGETLAMK_"
- ],
- [
- 14321,
- 2,
- 9,
- 2,
- 0.11389,
- "_GQTVNEDSMDVK_"
- ],
- [
- 107,
- 2,
- 16,
- 3,
- 0.21346,
- "_AHAIITLGK_"
- ],
- [
- 28652,
- 2,
- 12,
- 4,
- 0.15655,
- "_FNEVAAQYSEDKAR_"
- ],
- [
- 16423,
- 3,
- 16,
- 4,
- 0.21346,
- "_AGAPPPSGSAVSTAPQQKPIGK_"
- ],
- [
- 33488,
- 2,
- 10,
- 4,
- 0.12812,
- "_QTQSESSNYDSELEK_"
- ],
- [
- 34342,
- 2,
- 10,
- 2,
- 0.12812,
- "_HLSTPSSVSPEPQDSAK_"
- ],
- [
- 27394,
- 2,
- 14,
- 3,
- 0.18501,
- "_GPSEETGGAVFDHPAK_"
- ],
- [
- 1423,
- 2,
- 18,
- 5,
- 0.24189,
- "_EYTINIHK_"
- ],
- [
- 11537,
- 3,
- 6,
- 2,
- 0.071182,
- "_KTQELAFATHQDPADPK_"
- ],
- [
- 45155,
- 2,
- 11,
- 6,
- 0.14233,
- "_ARQPLSEASNQQPLSGGEEK_"
- ],
- [
- 26741,
- 2,
- 13,
- 3,
- 0.17079,
- "_QEAKPQQAAGMLSPK_"
- ],
- [
- 10669,
- 2,
- 14,
- 4,
- 0.18501,
- "_VVWVEESDKR_"
- ],
- [
- 9596,
- 2,
- 13,
- 4,
- 0.17079,
- "_DICACAATGTGK_"
- ],
- [
- 18690,
- 2,
- 6,
- 2,
- 0.071182,
- "_AAIEHELPTATQK_"
- ],
- [
- 11073,
- 3,
- 9,
- 4,
- 0.11389,
- "_RAETFGGFDSHQMNASK_"
- ],
- [
- 14972,
- 2,
- 8,
- 5,
- 0.099663,
- "_CASQVGMTAPGTR_"
- ],
- [
- 19092,
- 3,
- 11,
- 4,
- 0.14233,
- "_ARQPLSEASNQQPLSGGEEK_"
- ],
- [
- 13470,
- 2,
- 9,
- 2,
- 0.11389,
- "_LKEELSEVETK_"
- ],
- [
- 460,
- 2,
- 13,
- 3,
- 0.17079,
- "_HLAEVLER_"
- ],
- [
- 31875,
- 2,
- 7,
- 2,
- 0.085425,
- "_PAMPSSGPGDTSSSAAER_"
- ],
- [
- 8161,
- 2,
- 10,
- 5,
- 0.12812,
- "_AMAEDLGDQDK_"
- ],
- [
- 32021,
- 2,
- 12,
- 4,
- 0.15655,
- "_IAQMGSEAHVNTCYK_"
- ],
- [
- 16650,
- 2,
- 8,
- 5,
- 0.099651,
- "_LGDHQSPATPAFK_"
- ],
- [
- 19625,
- 3,
- 9,
- 4,
- 0.11389,
- "_DHMNASAQGHSPEEPPPPSSA_"
- ],
- [
- 2533,
- 3,
- 12,
- 2,
- 0.15655,
- "_QEAKPQQAAGMLSPK_"
- ],
- [
- 11758,
- 2,
- 11,
- 3,
- 0.14234,
- "_RVVIVDPETNK_"
- ],
- [
- 9263,
- 2,
- 12,
- 4,
- 0.15655,
- "_KLVIVGDGACGK_"
- ],
- [
- 45517,
- 2,
- 8,
- 2,
- 0.099651,
- "_DHMNASAQGHSPEEPPPPSSA_"
- ],
- [
- 3160,
- 3,
- 10,
- 2,
- 0.12811,
- "_HCLQTVWNKPTVK_"
- ],
- [
- 34394,
- 2,
- 6,
- 4,
- 0.07119,
- "_LVEGLNGHNCSQVAAAK_"
- ],
- [
- 16904,
- 2,
- 10,
- 4,
- 0.12811,
- "_EEAGGEAAAAAAAER_"
- ],
- [
- 7341,
- 2,
- 13,
- 3,
- 0.17077,
- "_AGGEELDEGVAK_"
- ],
- [
- 5642,
- 2,
- 14,
- 5,
- 0.18502,
- "_LLLQVQHASK_"
- ],
- [
- 9064,
- 2,
- 10,
- 5,
- 0.12811,
- "_NDQCYEDIR_"
- ],
- [
- 4687,
- 2,
- 14,
- 2,
- 0.18502,
- "_YQYGGLNSGR_"
- ],
- [
- 6432,
- 2,
- 13,
- 5,
- 0.17077,
- "_LCENIAGHLK_"
- ],
- [
- 5150,
- 3,
- 13,
- 5,
- 0.17077,
- "_GTVRPANDFNPDADAK_"
- ],
- [
- 28523,
- 2,
- 10,
- 5,
- 0.12811,
- "_DNEVNHALEQQEAK_"
- ],
- [
- 335,
- 2,
- 7,
- 3,
- 0.085407,
- "_KLTFEYR_"
- ],
- [
- 23962,
- 2,
- 15,
- 4,
- 0.19923,
- "_SNESVDIQDQEEK_"
- ],
- [
- 31168,
- 2,
- 13,
- 6,
- 0.17077,
- "_GTVRPANDFNPDADAK_"
- ],
- [
- 488,
- 2,
- 10,
- 3,
- 0.12811,
- "_YAMEQSIK_"
- ],
- [
- 19402,
- 2,
- 15,
- 4,
- 0.19923,
- "_IMCCVAQQASEK_"
- ],
- [
- 12457,
- 2,
- 16,
- 5,
- 0.21348,
- "_QGGGGGGGSVPGIER_"
- ],
- [
- 9797,
- 2,
- 12,
- 3,
- 0.15659,
- "_GKLDGNQDLIR_"
- ],
- [
- 37587,
- 2,
- 12,
- 5,
- 0.15659,
- "_EYINECDSDYHEER_"
- ],
- [
- 12451,
- 2,
- 12,
- 5,
- 0.15659,
- "_IDMSSNNGCMR_"
- ],
- [
- 6876,
- 2,
- 16,
- 4,
- 0.21348,
- "_STLVCPECAK_"
- ],
- [
- 10164,
- 2,
- 15,
- 5,
- 0.19927,
- "_DGEEAGAYDGPR_"
- ],
- [
- 24320,
- 2,
- 15,
- 5,
- 0.19927,
- "_KSMYEEEINETR_"
- ],
- [
- 4646,
- 4,
- 15,
- 7,
- 0.19927,
- "_QCVENADLPEGEKKPIDQR_"
- ],
- [
- 8551,
- 2,
- 7,
- 2,
- 0.085443,
- "_ELQSQIQEAR_"
- ],
- [
- 5455,
- 2,
- 12,
- 2,
- 0.15659,
- "_TLEEPVSTEK_"
- ],
- [
- 13842,
- 2,
- 13,
- 4,
- 0.1708,
- "_SSSSTNTSLLTSK_"
- ],
- [
- 21706,
- 3,
- 10,
- 4,
- 0.12814,
- "_QESQQNSDQNSNLNPHVIR_"
- ],
- [
- 5815,
- 2,
- 8,
- 4,
- 0.09966,
- "_QAVDVSPLRR_"
- ],
- [
- 32654,
- 2,
- 13,
- 4,
- 0.1708,
- "_LIQSHPESAEDLQEK_"
- ],
- [
- 4129,
- 2,
- 18,
- 5,
- 0.24194,
- "_LKGDDLQAIK_"
- ],
- [
- 11225,
- 2,
- 7,
- 2,
- 0.085443,
- "_VIQQESYTYK_"
- ],
- [
- 4891,
- 2,
- 9,
- 3,
- 0.1139,
- "_IEESGNDEAR_"
- ],
- [
- 11232,
- 2,
- 12,
- 4,
- 0.15659,
- "_VEAIDVEEAKR_"
- ],
- [
- 1468,
- 2,
- 13,
- 3,
- 0.1708,
- "_AFELMHSGK_"
- ],
- [
- 3285,
- 2,
- 14,
- 5,
- 0.18502,
- "_GHAVGDIPGVR_"
- ],
- [
- 18204,
- 2,
- 13,
- 3,
- 0.1708,
- "_GASQAGM(Oxidation (M))TGYGMPR_"
- ],
- [
- 4404,
- 2,
- 14,
- 4,
- 0.18502,
- "_AIEPNDYTGK_"
- ],
- [
- 971,
- 2,
- 22,
- 4,
- 0.2989,
- "_NIGVDNPAAK_"
- ],
- [
- 2588,
- 2,
- 12,
- 3,
- 0.15661,
- "_LTGEVVALKK_"
- ],
- [
- 21209,
- 3,
- 11,
- 5,
- 0.14239,
- "_EELEHPGVEHFKEEDKLK_"
- ],
- [
- 22015,
- 2,
- 10,
- 4,
- 0.12815,
- "_ITESSSTKEDLLR_"
- ],
- [
- 34154,
- 2,
- 11,
- 5,
- 0.14239,
- "_LEHTAQTYSELQGER_"
- ],
- [
- 5660,
- 2,
- 13,
- 4,
- 0.17084,
- "_YVGESEANIR_"
- ],
- [
- 9293,
- 2,
- 14,
- 3,
- 0.18505,
- "_LCPNSTGAEIR_"
- ],
- [
- 4022,
- 2,
- 11,
- 4,
- 0.14239,
- "_KSPVPVETLK_"
- ],
- [
- 16447,
- 2,
- 9,
- 4,
- 0.11391,
- "_NPLGSTHPEATLK_"
- ],
- [
- 16028,
- 2,
- 19,
- 4,
- 0.25619,
- "_CATSKPAFFAEK_"
- ],
- [
- 8879,
- 3,
- 10,
- 6,
- 0.12815,
- "_AGAGMITQHSSNASPINR_"
- ],
- [
- 24989,
- 2,
- 9,
- 5,
- 0.11391,
- "_TNFYAEQGGQASDR_"
- ],
- [
- 9962,
- 2,
- 8,
- 5,
- 0.099691,
- "_GIKEEVQLTSK_"
- ],
- [
- 22980,
- 2,
- 9,
- 2,
- 0.11391,
- "_DTSQASAQHQLWK_"
- ],
- [
- 2016,
- 2,
- 16,
- 6,
- 0.21352,
- "_YESLTDPSK_"
- ],
- [
- 1227,
- 3,
- 9,
- 2,
- 0.11391,
- "_FKEPAHALAFQQK_"
- ],
- [
- 28367,
- 2,
- 9,
- 4,
- 0.11391,
- "_NSYNNSQAPSPGLGSK_"
- ],
- [
- 25234,
- 3,
- 13,
- 6,
- 0.17084,
- "_HCFTSPDYQQQCHEMAER_"
- ],
- [
- 37021,
- 2,
- 8,
- 3,
- 0.099691,
- "_ATVAVSEEHCAPGATSVR_"
- ],
- [
- 14624,
- 2,
- 16,
- 3,
- 0.21352,
- "_QLYETTDTTTR_"
- ],
- [
- 10287,
- 2,
- 13,
- 4,
- 0.17084,
- "_HETWSGHVISS_"
- ],
- [
- 2157,
- 2,
- 6,
- 2,
- 0.085457,
- "_QQLQEELR_"
- ],
- [
- 21635,
- 3,
- 10,
- 2,
- 0.12815,
- "_TENQHVPTTSSSLTDPHAGVK_"
- ],
- [
- 9631,
- 4,
- 13,
- 4,
- 0.17084,
- "_ELSSTEAGSTVAGAALRPSHHSQR_"
- ],
- [
- 28241,
- 2,
- 10,
- 4,
- 0.12815,
- "_NAMTSAPSKDQVQLK_"
- ],
- [
- 12606,
- 2,
- 3,
- 2,
- 0.028487,
- "_TTINNEYNYR_"
- ],
- [
- 6895,
- 2,
- 9,
- 4,
- 0.11393,
- "_HVPLSGSQIVK_"
- ],
- [
- 10281,
- 3,
- 11,
- 6,
- 0.14239,
- "_EYINECDSDYHEER_"
- ],
- [
- 22297,
- 3,
- 10,
- 5,
- 0.12815,
- "_YGDSEFTVQSTTGHCVHM(Oxidation (M))R_"
- ],
- [
- 14872,
- 2,
- 10,
- 2,
- 0.12815,
- "_MEETQNVQLNK_"
- ],
- [
- 23100,
- 3,
- 12,
- 4,
- 0.15663,
- "_EEKEESDDEAAVEEEEEEK_"
- ],
- [
- 35975,
- 2,
- 12,
- 5,
- 0.15663,
- "_AGAGMITQHSSNASPINR_"
- ],
- [
- 16017,
- 2,
- 9,
- 4,
- 0.11393,
- "_VDSNDSLYGGDSK_"
- ],
- [
- 37696,
- 2,
- 11,
- 6,
- 0.14239,
- "_EGATVYATGTHAQVEDGR_"
- ],
- [
- 1010,
- 2,
- 11,
- 4,
- 0.14239,
- "_RVEIQMPK_"
- ],
- [
- 12374,
- 2,
- 11,
- 3,
- 0.14239,
- "_NCLVGENHLVK_"
- ],
- [
- 35596,
- 2,
- 11,
- 4,
- 0.14239,
- "_LVSSQEQDREQLIQK_"
- ],
- [
- 40651,
- 2,
- 10,
- 5,
- 0.12815,
- "_ELGGADGASDSTDSPASCQK_"
- ],
- [
- 8576,
- 2,
- 12,
- 5,
- 0.15663,
- "_KATVNLLGEEK_"
- ],
- [
- 8022,
- 2,
- 13,
- 4,
- 0.17085,
- "_RPVDSYDIPK_"
- ],
- [
- 23615,
- 2,
- 15,
- 6,
- 0.19929,
- "_SQAPGQPGASQWGSR_"
- ],
- [
- 50650,
- 2,
- 7,
- 4,
- 0.085464,
- "_GPGDEDQEEETQGQEEGDEGEPR_"
- ],
- [
- 4202,
- 2,
- 14,
- 2,
- 0.18508,
- "_ITMEYSSSGK_"
- ],
- [
- 18363,
- 2,
- 16,
- 5,
- 0.21351,
- "_TANDMIHAENMR_"
- ],
- [
- 237,
- 2,
- 14,
- 5,
- 0.18508,
- "_EHIYDLR_"
- ],
- [
- 6586,
- 3,
- 13,
- 2,
- 0.17085,
- "_FNQTYQLAHGTAEEK_"
- ],
- [
- 2917,
- 2,
- 5,
- 3,
- 0.056965,
- "_VENACYALK_"
- ],
- [
- 11334,
- 3,
- 16,
- 6,
- 0.21351,
- "_CSALATQYMHCVNHAK_"
- ],
- [
- 42850,
- 2,
- 13,
- 6,
- 0.17085,
- "_EYSSELNAPSQESDSHPR_"
- ],
- [
- 2826,
- 2,
- 15,
- 4,
- 0.19929,
- "_HWGGNVLGPK_"
- ],
- [
- 42856,
- 2,
- 7,
- 4,
- 0.085464,
- "_VQIAANEETQEREEQMK_"
- ],
- [
- 600,
- 2,
- 13,
- 4,
- 0.17085,
- "_ICQIVSTR_"
- ],
- [
- 10349,
- 2,
- 17,
- 4,
- 0.22776,
- "_DGNLASTLGQHK_"
- ],
- [
- 8278,
- 3,
- 13,
- 2,
- 0.17085,
- "_LKEIYENMAPGENKR_"
- ],
- [
- 743,
- 2,
- 15,
- 5,
- 0.19929,
- "_ERAVELLR_"
- ],
- [
- 2544,
- 2,
- 15,
- 4,
- 0.19929,
- "_VSAPGVQGDVK_"
- ],
- [
- 31939,
- 2,
- 13,
- 6,
- 0.17085,
- "_AGLESGAEPGDGDSDTTK_"
- ],
- [
- 2242,
- 3,
- 25,
- 6,
- 0.34162,
- "_VDNDENEHQLSLR_"
- ],
- [
- 9066,
- 2,
- 15,
- 6,
- 0.19931,
- "_MDYEDDRLR_"
- ],
- [
- 2432,
- 2,
- 9,
- 2,
- 0.11393,
- "_GLPEGFAHPK_"
- ],
- [
- 2932,
- 2,
- 12,
- 3,
- 0.15662,
- "_THQALGILSK_"
- ],
- [
- 14391,
- 2,
- 11,
- 4,
- 0.14238,
- "_GGPEVQQVPAGER_"
- ],
- [
- 26087,
- 2,
- 26,
- 6,
- 0.35583,
- "_VDNDENEHQLSLR_"
- ],
- [
- 2339,
- 2,
- 15,
- 3,
- 0.19931,
- "_FATNEAIQR_"
- ],
- [
- 3751,
- 3,
- 9,
- 5,
- 0.11393,
- "_KAPPLVENEEAEPGR_"
- ],
- [
- 15964,
- 3,
- 9,
- 6,
- 0.11393,
- "_VQIAANEETQEREEQMK_"
- ],
- [
- 15053,
- 3,
- 10,
- 4,
- 0.12816,
- "_KSPLIESTANMDNNQSQK_"
- ],
- [
- 10560,
- 2,
- 21,
- 2,
- 0.28466,
- "_TNQELQEINR_"
- ],
- [
- 7817,
- 3,
- 11,
- 6,
- 0.14238,
- "_AYHPHCFTCVVCAR_"
- ],
- [
- 14040,
- 2,
- 13,
- 6,
- 0.17086,
- "_FCANTCVECR_"
- ],
- [
- 15571,
- 2,
- 12,
- 5,
- 0.15662,
- "_ATCFAYGQTGSGK_"
- ],
- [
- 525,
- 2,
- 13,
- 4,
- 0.17086,
- "_QIEYEYK_"
- ],
- [
- 12795,
- 2,
- 10,
- 3,
- 0.12816,
- "_MDATANDVPSDR_"
- ],
- [
- 24329,
- 2,
- 10,
- 3,
- 0.12816,
- "_VVDNSALGNSPYHR_"
- ],
- [
- 24146,
- 2,
- 10,
- 4,
- 0.12816,
- "_KTETMNVVMETNK_"
- ],
- [
- 6175,
- 2,
- 19,
- 3,
- 0.25621,
- "_GTPQQIDYAR_"
- ],
- [
- 3927,
- 2,
- 9,
- 2,
- 0.11393,
- "_TLTQGGVTYR_"
- ],
- [
- 30285,
- 3,
- 13,
- 5,
- 0.17086,
- "_IEPHHTAVLGEGDSVQVENKDPK_"
- ],
- [
- 42440,
- 2,
- 9,
- 5,
- 0.11393,
- "_TAEPAQPSSASGSGNSDDAIR_"
- ],
- [
- 30692,
- 3,
- 8,
- 2,
- 0.099698,
- "_KQEEQEPTGEEPAVLGGDKESTR_"
- ],
- [
- 2298,
- 4,
- 13,
- 3,
- 0.17086,
- "_IKELNNTCEPVVTQPKPK_"
- ],
- [
- 10816,
- 4,
- 13,
- 5,
- 0.17086,
- "_IEPHHTAVLGEGDSVQVENKDPK_"
- ],
- [
- 13995,
- 2,
- 8,
- 3,
- 0.099698,
- "_VNPQDGTNTLTR_"
- ],
- [
- 13360,
- 2,
- 13,
- 3,
- 0.17086,
- "_VTQDATPGSALDK_"
- ],
- [
- 50766,
- 2,
- 17,
- 4,
- 0.22775,
- "_SDGSGESAQPPEDSSPPASSESSSTR_"
- ],
- [
- 2055,
- 2,
- 16,
- 6,
- 0.21352,
- "_TADGIVSHLK_"
- ],
- [
- 16738,
- 2,
- 14,
- 4,
- 0.18508,
- "_GMTSLQCDTTEK_"
- ],
- [
- 27307,
- 4,
- 12,
- 3,
- 0.1566,
- "_SGSSHAPQDVSLSYPQHHVGNSSPTSTSPSR_"
- ],
- [
- 17390,
- 3,
- 11,
- 5,
- 0.14238,
- "_RDCAVKPCQSDEVPDGIK_"
- ],
- [
- 1781,
- 3,
- 17,
- 4,
- 0.22774,
- "_HALLEADVAAHQDR_"
- ],
- [
- 14399,
- 2,
- 11,
- 6,
- 0.14238,
- "_TNVVTMPTAHPR_"
- ],
- [
- 29375,
- 2,
- 21,
- 6,
- 0.28467,
- "_NADGTICYDSTHYK_"
- ],
- [
- 20387,
- 2,
- 11,
- 4,
- 0.14238,
- "_ATFIKVPQNQNGK_"
- ],
- [
- 7121,
- 2,
- 11,
- 4,
- 0.14238,
- "_LQDAPSGQVVR_"
- ],
- [
- 34973,
- 2,
- 8,
- 4,
- 0.099639,
- "_SQMNSQTEDHALAPVR_"
- ],
- [
- 50743,
- 2,
- 12,
- 5,
- 0.1566,
- "_STSAPQMSPGSSDNQSSSPQPAQQK_"
- ],
- [
- 11564,
- 2,
- 14,
- 5,
- 0.18508,
- "_YKSEALGVGDVK_"
- ],
- [
- 15953,
- 3,
- 14,
- 8,
- 0.18508,
- "_EYSSELNAPSQESDSHPR_"
- ],
- [
- 10188,
- 2,
- 15,
- 3,
- 0.1993,
- "_GLQQITGHGGLR_"
- ],
- [
- 15806,
- 2,
- 13,
- 2,
- 0.17084,
- "_KLYYDTDYGSK_"
- ],
- [
- 4199,
- 2,
- 8,
- 2,
- 0.099639,
- "_GFTECEMTK_"
- ],
- [
- 14853,
- 2,
- 13,
- 3,
- 0.17084,
- "_MGPSGGEGMEPER_"
- ],
- [
- 38964,
- 2,
- 8,
- 4,
- 0.099639,
- "_ASSESSYPTAESQAEAER_"
- ],
- [
- 4759,
- 2,
- 13,
- 5,
- 0.17084,
- "_TLLADKGEIR_"
- ],
- [
- 6427,
- 2,
- 10,
- 4,
- 0.12815,
- "_KEDMEYALR_"
- ],
- [
- 22130,
- 3,
- 8,
- 5,
- 0.099639,
- "_SWVGFSGGQHHTVCM(Oxidation (M))DSEGK_"
- ],
- [
- 3020,
- 2,
- 12,
- 4,
- 0.1566,
- "_TVDLSSHLAK_"
- ],
- [
- 1099,
- 2,
- 7,
- 3,
- 0.085416,
- "_FQELSQPR_"
- ],
- [
- 30228,
- 2,
- 12,
- 5,
- 0.1566,
- "_QYVETHWCAQSEK_"
- ],
- [
- 15631,
- 2,
- 8,
- 4,
- 0.099639,
- "_LFGEVTRPTNSK_"
- ],
- [
- 791,
- 2,
- 10,
- 5,
- 0.12813,
- "_LEALDANSR_"
- ],
- [
- 29174,
- 2,
- 10,
- 2,
- 0.12813,
- "_DNAEAISGHSVEADPK_"
- ],
- [
- 3084,
- 2,
- 10,
- 2,
- 0.12813,
- "_DFSNSPLHR_"
- ],
- [
- 48448,
- 2,
- 11,
- 4,
- 0.14236,
- "_QAEVANQETKEDLPAENGETK_"
- ],
- [
- 22124,
- 3,
- 11,
- 4,
- 0.14236,
- "_AAAGGQGSAVAAEAEPGKEEPPAR_"
- ],
- [
- 36619,
- 2,
- 8,
- 4,
- 0.099629,
- "_MSDYSPNSTGSVQNTSR_"
- ],
- [
- 3274,
- 2,
- 10,
- 4,
- 0.12813,
- "_AESQLLECK_"
- ],
- [
- 29772,
- 2,
- 12,
- 5,
- 0.15659,
- "_AVVLQAQNQMSEAHK_"
- ],
- [
- 5983,
- 2,
- 8,
- 3,
- 0.099629,
- "_EQGNIEEAVR_"
- ],
- [
- 34228,
- 2,
- 11,
- 4,
- 0.14236,
- "_YNNGSTELHSSSVGLAK_"
- ],
- [
- 16966,
- 2,
- 7,
- 2,
- 0.085404,
- "_VYYSYSQISHK_"
- ],
- [
- 19971,
- 2,
- 8,
- 3,
- 0.099629,
- "_VQQAELHTGSLPR_"
- ],
- [
- 11319,
- 2,
- 12,
- 2,
- 0.15659,
- "_SGNIPAGTTVDTK_"
- ],
- [
- 24591,
- 3,
- 11,
- 2,
- 0.14236,
- "_QAEVANQETKEDLPAENGETK_"
- ],
- [
- 34865,
- 2,
- 10,
- 3,
- 0.12813,
- "_QASTDAGTAGALTPQHVR_"
- ],
- [
- 42573,
- 2,
- 12,
- 7,
- 0.15659,
- "_SNVSSPATPTASSSSSTTPTR_"
- ],
- [
- 6654,
- 3,
- 14,
- 5,
- 0.18505,
- "_SSTVATLQGTPDHGDPR_"
- ],
- [
- 33079,
- 2,
- 15,
- 5,
- 0.19929,
- "_EINSDQATQGNISSDR_"
- ],
- [
- 12577,
- 2,
- 16,
- 4,
- 0.21352,
- "_VHQLYETIQR_"
- ],
- [
- 46,
- 2,
- 17,
- 4,
- 0.22774,
- "_RLDVFEK_"
- ],
- [
- 29466,
- 2,
- 17,
- 5,
- 0.22774,
- "_QNSVQEQPGTACLSK_"
- ],
- [
- 20464,
- 2,
- 25,
- 5,
- 0.34152,
- "_EFHLNESGDPSSK_"
- ],
- [
- 8217,
- 2,
- 18,
- 6,
- 0.24196,
- "_GTYLATFHQR_"
- ],
- [
- 10010,
- 2,
- 14,
- 4,
- 0.18505,
- "_VDKLDASESLR_"
- ],
- [
- 4638,
- 2,
- 14,
- 2,
- 0.18505,
- "_SQDQFSDMR_"
- ],
- [
- 11859,
- 4,
- 26,
- 8,
- 0.3558,
- "_GMGGHGYGGAGDASSGFHGGHFVHMR_"
- ],
- [
- 30547,
- 2,
- 19,
- 5,
- 0.25618,
- "_EGLELPEDEEEKKK_"
- ],
- [
- 3701,
- 2,
- 12,
- 2,
- 0.15659,
- "_DKEDQWIR_"
- ],
- [
- 5481,
- 3,
- 12,
- 6,
- 0.15659,
- "_VQYTETEPYHNYR_"
- ],
- [
- 11156,
- 3,
- 12,
- 6,
- 0.15659,
- "_ALEQKPDDAQYYCQR_"
- ],
- [
- 2480,
- 2,
- 17,
- 4,
- 0.22774,
- "_GHALLIDCR_"
- ],
- [
- 8222,
- 2,
- 11,
- 4,
- 0.14234,
- "_AEIVHGDLSPR_"
- ],
- [
- 1038,
- 2,
- 18,
- 4,
- 0.24195,
- "_TLAEINANR_"
- ],
- [
- 16889,
- 3,
- 11,
- 4,
- 0.14234,
- "_NTGNGTQSSMGSPLTRPTPR_"
- ],
- [
- 2812,
- 2,
- 10,
- 4,
- 0.12806,
- "_MIEDSGPGMK_"
- ],
- [
- 44713,
- 2,
- 10,
- 4,
- 0.12806,
- "_LSVSSNDTQESGNSSGPSPGAK_"
- ],
- [
- 33247,
- 2,
- 15,
- 5,
- 0.19926,
- "_SSTVATLQGTPDHGDPR_"
- ],
- [
- 9650,
- 2,
- 12,
- 4,
- 0.15657,
- "_LQHLAESWGGK_"
- ],
- [
- 3539,
- 2,
- 12,
- 5,
- 0.15657,
- "_KLNEILQAR_"
- ],
- [
- 3145,
- 2,
- 7,
- 2,
- 0.085361,
- "_LLHSEAYLK_"
- ],
- [
- 32823,
- 2,
- 16,
- 6,
- 0.2135,
- "_LQQQQQQQQLAQMK_"
- ],
- [
- 8360,
- 2,
- 12,
- 4,
- 0.15657,
- "_GDAM(Oxidation (M))IMEETGK_"
- ],
- [
- 18327,
- 2,
- 12,
- 4,
- 0.15657,
- "_KAFSGYLGTDQSK_"
- ],
- [
- 22219,
- 3,
- 10,
- 5,
- 0.12806,
- "_LKTEEGEIDYSAEEGENRR_"
- ],
- [
- 21474,
- 2,
- 14,
- 6,
- 0.18502,
- "_QASVADYEETVKK_"
- ],
- [
- 16706,
- 2,
- 14,
- 5,
- 0.18502,
- "_DRPVSQPSLVGSK_"
- ],
- [
- 14330,
- 2,
- 7,
- 3,
- 0.085361,
- "_EAYTAVVYHNR_"
- ],
- [
- 30905,
- 2,
- 14,
- 3,
- 0.18502,
- "_DAKEDDCGQDPYIR_"
- ],
- [
- 26681,
- 2,
- 20,
- 4,
- 0.27038,
- "_DLTTGYDDSQPDKK_"
- ],
- [
- 2615,
- 2,
- 8,
- 3,
- 0.099613,
- "_LGGPQASLSTK_"
- ],
- [
- 4415,
- 2,
- 8,
- 2,
- 0.099613,
- "_NYGFQIHTK_"
- ],
- [
- 19607,
- 2,
- 11,
- 3,
- 0.14234,
- "_EILQDKDGLNQR_"
- ],
- [
- 38451,
- 2,
- 13,
- 7,
- 0.1708,
- "_ALEQKPDDAQYYCQR_"
- ],
- [
- 24722,
- 2,
- 10,
- 2,
- 0.12806,
- "_NYSDGSETSSEFSK_"
- ],
- [
- 13459,
- 2,
- 11,
- 2,
- 0.1423,
- "_YHPLSSCLTAR_"
- ],
- [
- 12963,
- 2,
- 13,
- 3,
- 0.17081,
- "_SEM(Oxidation (M))EVQDAELK_"
- ],
- [
- 13551,
- 2,
- 18,
- 5,
- 0.24197,
- "_SHLGTTYLDTAK_"
- ],
- [
- 38261,
- 2,
- 11,
- 4,
- 0.1423,
- "_SASSDTSEELNSQDSPPK_"
- ],
- [
- 5490,
- 2,
- 7,
- 3,
- 0.085355,
- "_GYNPAEVGAAGK_"
- ],
- [
- 825,
- 2,
- 3,
- 2,
- 0.028452,
- "_LYMGLEHK_"
- ],
- [
- 17281,
- 2,
- 11,
- 5,
- 0.1423,
- "_KLDEAVAEAHLGK_"
- ],
- [
- 10762,
- 2,
- 9,
- 3,
- 0.11386,
- "_QKVENLFNEK_"
- ],
- [
- 6970,
- 2,
- 11,
- 4,
- 0.1423,
- "_TTFTVAQNER_"
- ],
- [
- 1240,
- 2,
- 8,
- 3,
- 0.099603,
- "_EIIHELEK_"
- ],
- [
- 23711,
- 2,
- 6,
- 3,
- 0.071116,
- "_HPGDFGADAQGAMNK_"
- ],
- [
- 26560,
- 2,
- 12,
- 5,
- 0.15658,
- "_RPAEDMEEEQAFK_"
- ],
- [
- 14473,
- 2,
- 9,
- 2,
- 0.11386,
- "_DETTCISQDTR_"
- ],
- [
- 18855,
- 2,
- 12,
- 3,
- 0.15658,
- "_EVDNTLSLEHQK_"
- ],
- [
- 9015,
- 2,
- 13,
- 2,
- 0.17081,
- "_(Acetyl (Protein N-term))AAAAAQGGGGGEPR_"
- ],
- [
- 4008,
- 2,
- 13,
- 3,
- 0.17081,
- "_SDLHSVLAQK_"
- ],
- [
- 3526,
- 2,
- 10,
- 2,
- 0.12808,
- "_CLLHDSIAR_"
- ],
- [
- 21274,
- 2,
- 13,
- 3,
- 0.17081,
- "_NHLLESEDSYTR_"
- ],
- [
- 32708,
- 2,
- 8,
- 3,
- 0.099603,
- "_RADLNQGIGEPQSPSR_"
- ],
- [
- 9911,
- 2,
- 17,
- 5,
- 0.22774,
- "_AFDTAGNGYCR_"
- ],
- [
- 34258,
- 3,
- 13,
- 5,
- 0.17081,
- "_SGAAAAAVTTETAQHAQGAKPQVQPQK_"
- ],
- [
- 31666,
- 2,
- 13,
- 5,
- 0.17081,
- "_VQYTETEPYHNYR_"
- ],
- [
- 37824,
- 2,
- 10,
- 5,
- 0.12808,
- "_RPELLTHSTTEVTQPR_"
- ],
- [
- 15290,
- 2,
- 16,
- 4,
- 0.21351,
- "_FGQGGAGPVGGQGPR_"
- ],
- [
- 3374,
- 2,
- 13,
- 5,
- 0.17081,
- "_YAYYDTER_"
- ],
- [
- 8202,
- 2,
- 13,
- 3,
- 0.17081,
- "_DGNDLHMTYK_"
- ],
- [
- 15137,
- 2,
- 9,
- 2,
- 0.11386,
- "_TASGSSVTSLDGTR_"
- ],
- [
- 16484,
- 2,
- 9,
- 4,
- 0.11386,
- "_ESMAVFEQHCK_"
- ],
- [
- 21248,
- 3,
- 10,
- 4,
- 0.12808,
- "_SSGGGECTVSTQEHEAPGTFR_"
- ],
- [
- 3142,
- 2,
- 9,
- 4,
- 0.11386,
- "_KEDINLSVR_"
- ],
- [
- 14278,
- 3,
- 12,
- 5,
- 0.15658,
- "_RPPGPTTSPASTSLSSPGQR_"
- ],
- [
- 8411,
- 2,
- 13,
- 2,
- 0.17081,
- "_YVECSALTQK_"
- ],
- [
- 27612,
- 2,
- 15,
- 4,
- 0.19926,
- "_TTEEQVQASTPCPR_"
- ],
- [
- 17762,
- 2,
- 11,
- 4,
- 0.1423,
- "_EEIDPDEEESAK_"
- ],
- [
- 23691,
- 3,
- 12,
- 4,
- 0.15652,
- "_KNDKEAAGEGPALYEDPPDQK_"
- ],
- [
- 394,
- 2,
- 10,
- 2,
- 0.12807,
- "_HVVPLPDGK_"
- ],
- [
- 3858,
- 2,
- 10,
- 4,
- 0.12807,
- "_KSLNSIEFR_"
- ],
- [
- 14044,
- 2,
- 11,
- 4,
- 0.1423,
- "_APDGSWDSEPQK_"
- ],
- [
- 3482,
- 2,
- 8,
- 3,
- 0.099571,
- "_SCTLPNYTK_"
- ],
- [
- 17009,
- 2,
- 10,
- 3,
- 0.12807,
- "_ISLSNESNKVNGN_"
- ],
- [
- 34958,
- 2,
- 9,
- 4,
- 0.11382,
- "_KDDEDEEEEEEVSDS_"
- ],
- [
- 5222,
- 3,
- 13,
- 7,
- 0.1708,
- "_VSYGIGDEEHDQEGR_"
- ],
- [
- 7353,
- 2,
- 14,
- 6,
- 0.18503,
- "_VKGDMDVSVPK_"
- ],
- [
- 7128,
- 2,
- 10,
- 4,
- 0.12807,
- "_AMLNNVVRPR_"
- ],
- [
- 2726,
- 2,
- 8,
- 5,
- 0.099571,
- "_GTCVEGTIPK_"
- ],
- [
- 50,
- 2,
- 7,
- 3,
- 0.085332,
- "_HLIHFLK_"
- ],
- [
- 1696,
- 2,
- 13,
- 2,
- 0.1708,
- "_TFHIEEPR_"
- ],
- [
- 3914,
- 2,
- 9,
- 4,
- 0.11382,
- "_CGQLGVGNYK_"
- ],
- [
- 11702,
- 2,
- 12,
- 4,
- 0.15652,
- "_HLSPDGQYVPR_"
- ],
- [
- 34262,
- 2,
- 16,
- 6,
- 0.21348,
- "_TSSVSNPQDSVGSPCSR_"
- ],
- [
- 22768,
- 2,
- 16,
- 5,
- 0.21348,
- "_KPPLLNNADSVQAK_"
- ],
- [
- 17669,
- 2,
- 6,
- 2,
- 0.0711,
- "_ANNIDYTVHSVR_"
- ],
- [
- 24191,
- 2,
- 9,
- 4,
- 0.11379,
- "_YTSIPTSVEESGKK_"
- ],
- [
- 31817,
- 3,
- 8,
- 4,
- 0.099551,
- "_YESYGMHSDDDANSDASSACSER_"
- ],
- [
- 10692,
- 3,
- 16,
- 6,
- 0.21348,
- "_FDDTNPEKEKEDFEK_"
- ],
- [
- 19708,
- 2,
- 11,
- 5,
- 0.14229,
- "_VNQCVIGTAQANR_"
- ],
- [
- 6605,
- 2,
- 11,
- 4,
- 0.14229,
- "_VMCIEHEIK_"
- ],
- [
- 25911,
- 2,
- 9,
- 3,
- 0.11379,
- "_TADSEVNTDQDIEK_"
- ],
- [
- 11199,
- 2,
- 8,
- 5,
- 0.099551,
- "_KEELVAEQALK_"
- ],
- [
- 7929,
- 2,
- 7,
- 3,
- 0.085317,
- "_QAQILASEAEK_"
- ],
- [
- 25294,
- 2,
- 13,
- 4,
- 0.17074,
- "_EIYENMAPGENKR_"
- ],
- [
- 861,
- 2,
- 13,
- 5,
- 0.17074,
- "_ALCGLDESK_"
- ],
- [
- 17155,
- 2,
- 10,
- 3,
- 0.12804,
- "_NSSFASSHEVWK_"
- ],
- [
- 32333,
- 2,
- 10,
- 4,
- 0.12804,
- "_AEAAEKGDVGLVAENSR_"
- ],
- [
- 30089,
- 2,
- 14,
- 4,
- 0.18501,
- "_NSSSAGSGSGDPSEGLPR_"
- ],
- [
- 7878,
- 2,
- 20,
- 3,
- 0.2704,
- "_GKPEDVMPSVK_"
- ],
- [
- 31285,
- 2,
- 14,
- 6,
- 0.18501,
- "_VSYGIGDEEHDQEGR_"
- ],
- [
- 13096,
- 2,
- 14,
- 2,
- 0.18501,
- "_GVVEYEAQCSR_"
- ],
- [
- 18686,
- 2,
- 10,
- 4,
- 0.12804,
- "_SLSSSLDDTEVKK_"
- ],
- [
- 21078,
- 3,
- 10,
- 5,
- 0.12804,
- "_TKSENGLEFTSSGSANTETTK_"
- ],
- [
- 17886,
- 2,
- 6,
- 3,
- 0.0711,
- "_NKPILHTDLDVK_"
- ],
- [
- 25163,
- 2,
- 11,
- 3,
- 0.14226,
- "_ELRDEEQTAESIK_"
- ],
- [
- 31692,
- 3,
- 9,
- 6,
- 0.11378,
- "_IPQNPSPHTHQQQNAPVTVIQSK_"
- ],
- [
- 9366,
- 2,
- 10,
- 4,
- 0.12801,
- "_KQLQAIEFNK_"
- ],
- [
- 32055,
- 2,
- 10,
- 4,
- 0.12801,
- "_CLDENLEDASQCKK_"
- ],
- [
- 35128,
- 2,
- 12,
- 4,
- 0.15652,
- "_MGGGGAMNM(Oxidation (M))GDPYGSGGQK_"
- ],
- [
- 23568,
- 2,
- 11,
- 5,
- 0.14226,
- "_DTHDQLSEPSEVR_"
- ],
- [
- 273,
- 3,
- 9,
- 3,
- 0.11378,
- "_VLIKPEIQNNQK_"
- ],
- [
- 8875,
- 3,
- 10,
- 5,
- 0.12801,
- "_ASENGHYELEHLSTPK_"
- ],
- [
- 12346,
- 3,
- 13,
- 5,
- 0.17074,
- "_EEEMTVVEEADDDKKR_"
- ],
- [
- 23862,
- 2,
- 14,
- 4,
- 0.18496,
- "_VIQDCEDENIQR_"
- ],
- [
- 4511,
- 3,
- 20,
- 4,
- 0.2704,
- "_TSVIQGIHTDHNTLK_"
- ],
- [
- 35278,
- 2,
- 14,
- 5,
- 0.18496,
- "_SEDEAGCSSVDEESYK_"
- ],
- [
- 18474,
- 3,
- 18,
- 6,
- 0.24192,
- "_TNGLTKPAALAAAPAKPGGAGGSK_"
- ],
- [
- 15384,
- 2,
- 17,
- 4,
- 0.22771,
- "_QLEEEQQALQK_"
- ],
- [
- 9839,
- 2,
- 14,
- 4,
- 0.18496,
- "_EFLHAQEEVK_"
- ],
- [
- 30705,
- 2,
- 14,
- 4,
- 0.18496,
- "_KFEEEGNPYYSSAR_"
- ],
- [
- 1,
- 3,
- 15,
- 4,
- 0.19924,
- "_RKVPGEGLPLPK_"
- ],
- [
- 27786,
- 2,
- 18,
- 5,
- 0.24192,
- "_YYQTIGNHASYYK_"
- ],
- [
- 22298,
- 2,
- 14,
- 4,
- 0.18496,
- "_VIECSYTSADGQR_"
- ],
- [
- 20554,
- 2,
- 13,
- 3,
- 0.17074,
- "_VPLVAEKPLKEPK_"
- ],
- [
- 29015,
- 2,
- 22,
- 4,
- 0.29886,
- "_SGAPPPSGSAVSTAPQPK_"
- ],
- [
- 662,
- 2,
- 21,
- 5,
- 0.28463,
- "_DIHEELPK_"
- ],
- [
- 19353,
- 2,
- 17,
- 6,
- 0.22771,
- "_ACIDSNEDGDLSK_"
- ],
- [
- 16224,
- 2,
- 17,
- 6,
- 0.22771,
- "_ELEAENYHDIK_"
- ],
- [
- 38457,
- 2,
- 10,
- 5,
- 0.12803,
- "_AAESVSKPDVSEEAPGPSK_"
- ],
- [
- 3360,
- 2,
- 24,
- 4,
- 0.32732,
- "_HVVLGAIENK_"
- ],
- [
- 15725,
- 2,
- 9,
- 4,
- 0.1138,
- "_NRAPELGAPGIQK_"
- ],
- [
- 4270,
- 2,
- 10,
- 5,
- 0.12803,
- "_KVTLGDTLTR_"
- ],
- [
- 291,
- 2,
- 9,
- 3,
- 0.1138,
- "_LQLEAIHK_"
- ],
- [
- 31850,
- 2,
- 16,
- 5,
- 0.21349,
- "_TANLAEANASEEDKIK_"
- ],
- [
- 24458,
- 2,
- 9,
- 6,
- 0.1138,
- "_CIQSLVHACQCR_"
- ],
- [
- 6370,
- 3,
- 11,
- 2,
- 0.14227,
- "_ALVHERDEAAYGELR_"
- ],
- [
- 6666,
- 2,
- 16,
- 5,
- 0.21349,
- "_LEGFHTQISK_"
- ],
- [
- 11135,
- 2,
- 11,
- 3,
- 0.14227,
- "_WKPPQGTDSIK_"
- ],
- [
- 36590,
- 2,
- 10,
- 4,
- 0.12803,
- "_KQNADPQAVTMPATETK_"
- ],
- [
- 29843,
- 2,
- 39,
- 6,
- 0.54071,
- "_EVAEAATGEDASSPPPK_"
- ],
- [
- 12478,
- 2,
- 13,
- 5,
- 0.17077,
- "_TAVSGIRPENLK_"
- ],
- [
- 20887,
- 2,
- 13,
- 6,
- 0.17077,
- "_SSQSSSQQFSGIGR_"
- ],
- [
- 17767,
- 2,
- 6,
- 3,
- 0.071156,
- "_NGADIDVQEGTSGK_"
- ],
- [
- 3163,
- 2,
- 14,
- 4,
- 0.18499,
- "_EMDDPSVGPK_"
- ],
- [
- 4205,
- 2,
- 14,
- 3,
- 0.18499,
- "_LQEALEDER_"
- ],
- [
- 10273,
- 3,
- 14,
- 4,
- 0.18499,
- "_NVTDVVNTCHDAGISKK_"
- ],
- [
- 21112,
- 3,
- 15,
- 6,
- 0.19922,
- "_ESKEEETSIDVAGKPNEVTK_"
- ],
- [
- 33574,
- 2,
- 10,
- 4,
- 0.12803,
- "_EVKEEIDPDEEESAK_"
- ],
- [
- 11792,
- 2,
- 12,
- 2,
- 0.15652,
- "_KIENLQEQLR_"
- ],
- [
- 606,
- 2,
- 13,
- 4,
- 0.17077,
- "_AKVEFNIR_"
- ],
- [
- 26986,
- 2,
- 11,
- 2,
- 0.14228,
- "_KCFPESYTTEATR_"
- ],
- [
- 4767,
- 4,
- 22,
- 7,
- 0.2989,
- "_RPHTPTPGIYMGRPTYGSSR_"
- ],
- [
- 12222,
- 2,
- 20,
- 6,
- 0.27042,
- "_NFSDNQLQEGK_"
- ],
- [
- 41517,
- 2,
- 11,
- 4,
- 0.14228,
- "_TEEGEIDYSAEEGENRR_"
- ],
- [
- 7064,
- 2,
- 11,
- 4,
- 0.14228,
- "_NANAVMEYEK_"
- ],
- [
- 10916,
- 2,
- 14,
- 5,
- 0.18502,
- "_CVMDDDNEVR_"
- ],
- [
- 16077,
- 2,
- 10,
- 3,
- 0.12804,
- "_QATMLGSHDELR_"
- ],
- [
- 16016,
- 2,
- 10,
- 4,
- 0.12804,
- "_EDEVEEWQHR_"
- ],
- [
- 19132,
- 2,
- 9,
- 5,
- 0.11383,
- "_CFCMTDDKVDK_"
- ],
- [
- 16536,
- 3,
- 9,
- 6,
- 0.11383,
- "_IDIGAVYSHRPNQHNTVK_"
- ],
- [
- 10317,
- 2,
- 8,
- 2,
- 0.099612,
- "_IIHTSVWAGQK_"
- ],
- [
- 32511,
- 2,
- 8,
- 4,
- 0.099612,
- "_QAHFEEEEEEEEEG_"
- ],
- [
- 14250,
- 2,
- 8,
- 2,
- 0.099612,
- "_YVGETQPTGQIK_"
- ],
- [
- 5105,
- 2,
- 8,
- 3,
- 0.099612,
- "_GCVNFEGADR_"
- ],
- [
- 12512,
- 2,
- 8,
- 3,
- 0.099612,
- "_APGCVLSNPDQK_"
- ],
- [
- 20658,
- 2,
- 8,
- 3,
- 0.099612,
- "_RGVSCQFGPDVTK_"
- ],
- [
- 2059,
- 2,
- 7,
- 2,
- 0.085403,
- "_AKPVLEDLR_"
- ],
- [
- 7468,
- 2,
- 10,
- 4,
- 0.12804,
- "_CLAENSLGSAR_"
- ],
- [
- 29678,
- 2,
- 20,
- 5,
- 0.27042,
- "_TKNETDEDGWTTVR_"
- ],
- [
- 5516,
- 3,
- 10,
- 5,
- 0.12804,
- "_LSNKVEAIDVEEAKR_"
- ],
- [
- 13846,
- 2,
- 12,
- 5,
- 0.15652,
- "_TLGTPTQPGSTPR_"
- ],
- [
- 14878,
- 2,
- 12,
- 5,
- 0.15652,
- "_GGVTGSPEASISGSK_"
- ],
- [
- 18478,
- 2,
- 12,
- 5,
- 0.15652,
- "_NMAPGAVCSPGESK_"
- ],
- [
- 20597,
- 3,
- 17,
- 8,
- 0.22774,
- "_SCVEEPEPEPEAAEGDGDKK_"
- ],
- [
- 5943,
- 2,
- 19,
- 6,
- 0.25621,
- "_IGAEVYHNLK_"
- ],
- [
- 6477,
- 2,
- 12,
- 4,
- 0.15652,
- "_LFDYSKPSAK_"
- ],
- [
- 13075,
- 2,
- 13,
- 4,
- 0.17076,
- "_EVSHLNALEER_"
- ],
- [
- 5673,
- 2,
- 17,
- 4,
- 0.22774,
- "_DPQALSEHLK_"
- ],
- [
- 561,
- 2,
- 13,
- 4,
- 0.17076,
- "_IEHSFWR_"
- ],
- [
- 1989,
- 2,
- 13,
- 2,
- 0.17076,
- "_NSVFQQGMK_"
- ],
- [
- 10510,
- 3,
- 19,
- 6,
- 0.25621,
- "_RPELLTHSTTEVTQPR_"
- ],
- [
- 49468,
- 2,
- 13,
- 5,
- 0.17076,
- "_GQESQQMSTATSEQAGPAEQCR_"
- ],
- [
- 19923,
- 4,
- 23,
- 7,
- 0.31314,
- "_TLEENKEEEGSEPPKAETQEGEPIAK_"
- ],
- [
- 11811,
- 2,
- 17,
- 4,
- 0.2277,
- "_SGAGEDPPMPASR_"
- ],
- [
- 35904,
- 2,
- 13,
- 3,
- 0.17075,
- "_HQQQLLASPGSSTVDNK_"
- ],
- [
- 3965,
- 2,
- 6,
- 3,
- 0.071176,
- "_HVTVVGELSR_"
- ],
- [
- 5990,
- 2,
- 10,
- 2,
- 0.12806,
- "_EQEITAVQAR_"
- ],
- [
- 30222,
- 3,
- 10,
- 5,
- 0.12806,
- "_NCNLSHCPIAHSGCAAPGPASYR_"
- ],
- [
- 10477,
- 2,
- 14,
- 5,
- 0.185,
- "_SFGSTCQLSEK_"
- ],
- [
- 35796,
- 2,
- 25,
- 5,
- 0.34159,
- "_GPGAGGDEATAGGGSAPQPPR_"
- ],
- [
- 30925,
- 2,
- 5,
- 3,
- 0.056958,
- "_HASSGSFLPSANEHLK_"
- ],
- [
- 26033,
- 2,
- 18,
- 5,
- 0.24197,
- "_CPDGSTCCELPSGK_"
- ],
- [
- 7561,
- 2,
- 11,
- 4,
- 0.14227,
- "_YQENAQLSVK_"
- ],
- [
- 14685,
- 2,
- 12,
- 4,
- 0.15651,
- "_SDQKQEQLLLK_"
- ],
- [
- 40455,
- 2,
- 11,
- 6,
- 0.14227,
- "_SKDPNSQVGACIVNSENK_"
- ],
- [
- 22557,
- 2,
- 12,
- 3,
- 0.15651,
- "_AEETQGNVDEASLK_"
- ],
- [
- 38364,
- 2,
- 9,
- 3,
- 0.11384,
- "_SDYEEQQLQKEEEAR_"
- ],
- [
- 11978,
- 2,
- 13,
- 3,
- 0.17075,
- "_PANDFNPDADAK_"
- ],
- [
- 24089,
- 2,
- 13,
- 5,
- 0.17075,
- "_IIEDCSNSEETVK_"
- ],
- [
- 32800,
- 2,
- 8,
- 3,
- 0.099635,
- "_SHSGNISCMDFSSNGK_"
- ],
- [
- 11076,
- 2,
- 13,
- 2,
- 0.17075,
- "_STNIAAAASEPHS_"
- ],
- [
- 3284,
- 3,
- 16,
- 4,
- 0.21347,
- "_TQQQVEAEVTNIKK_"
- ],
- [
- 8588,
- 3,
- 12,
- 2,
- 0.15651,
- "_VPHLIDHQISSGENTR_"
- ],
- [
- 2922,
- 2,
- 13,
- 2,
- 0.17075,
- "_TFLTNDQTK_"
- ],
- [
- 11502,
- 2,
- 7,
- 2,
- 0.085392,
- "_EAPAMGSEEGMR_"
- ],
- [
- 9291,
- 2,
- 12,
- 5,
- 0.15651,
- "_ESVFTVEGGHR_"
- ],
- [
- 22190,
- 2,
- 8,
- 2,
- 0.099635,
- "_QADNPHVALYQAR_"
- ],
- [
- 6833,
- 2,
- 17,
- 2,
- 0.2277,
- "_INSITVDNCK_"
- ],
- [
- 11905,
- 3,
- 13,
- 5,
- 0.17075,
- "_QHLENDPGSNEDTDIPK_"
- ],
- [
- 41,
- 2,
- 15,
- 2,
- 0.19925,
- "_VLTSDIEK_"
- ],
- [
- 6608,
- 2,
- 12,
- 5,
- 0.15651,
- "_IANPVEGSTDR_"
- ],
- [
- 18933,
- 3,
- 9,
- 2,
- 0.11385,
- "_AGVRPSSSGSAWEACSEAPSK_"
- ],
- [
- 1835,
- 2,
- 11,
- 3,
- 0.14227,
- "_VKVGVNGFGR_"
- ],
- [
- 6683,
- 2,
- 11,
- 3,
- 0.14227,
- "_VHSPPASLVPR_"
- ],
- [
- 22574,
- 2,
- 11,
- 4,
- 0.14227,
- "_LKDGEETTVEEIK_"
- ],
- [
- 34123,
- 2,
- 9,
- 4,
- 0.11385,
- "_PQTQNLGTPGPALSHSR_"
- ],
- [
- 13641,
- 2,
- 7,
- 2,
- 0.085392,
- "_YANVIAYDHSR_"
- ],
- [
- 1617,
- 2,
- 9,
- 2,
- 0.11385,
- "_ADLAEEYSK_"
- ],
- [
- 8789,
- 2,
- 8,
- 2,
- 0.099608,
- "_YSMYNSVSQK_"
- ],
- [
- 19288,
- 2,
- 10,
- 3,
- 0.12806,
- "_LLTEIHGGAGGPSGR_"
- ],
- [
- 23080,
- 2,
- 10,
- 5,
- 0.12806,
- "_EDQDKVAVLSQNR_"
- ],
- [
- 37595,
- 2,
- 11,
- 5,
- 0.14227,
- "_IPAHQVLYSTSGENASGK_"
- ],
- [
- 33989,
- 2,
- 9,
- 4,
- 0.11385,
- "_ALGGDVSDQSLESHSQK_"
- ],
- [
- 31578,
- 2,
- 14,
- 3,
- 0.18496,
- "_YHYKEEAEIICDK_"
- ],
- [
- 21705,
- 3,
- 13,
- 6,
- 0.17072,
- "_AEVDMDTDAPQVSHKPGGEPK_"
- ],
- [
- 2346,
- 2,
- 5,
- 2,
- 0.056949,
- "_IEGVEHLPR_"
- ],
- [
- 32148,
- 2,
- 15,
- 5,
- 0.19921,
- "_NEEPSEEEIDAPKPK_"
- ],
- [
- 20670,
- 2,
- 13,
- 4,
- 0.17072,
- "_HQAILLGNAEEQK_"
- ],
- [
- 20100,
- 2,
- 16,
- 4,
- 0.21344,
- "_LHGTAQQLLQDSK_"
- ],
- [
- 4958,
- 2,
- 15,
- 3,
- 0.19919,
- "_YKDDPVDLR_"
- ],
- [
- 20369,
- 2,
- 12,
- 5,
- 0.1565,
- "_KQEVQAWDGEVR_"
- ],
- [
- 18090,
- 2,
- 10,
- 2,
- 0.12808,
- "_HACIFYDENTK_"
- ],
- [
- 18116,
- 2,
- 11,
- 4,
- 0.14229,
- "_VVLTSLGQDHNSK_"
- ],
- [
- 5838,
- 3,
- 15,
- 3,
- 0.19919,
- "_NEEPSEEEIDAPKPK_"
- ],
- [
- 5391,
- 2,
- 9,
- 4,
- 0.11384,
- "_NSLTLEAVKR_"
- ],
- [
- 6470,
- 2,
- 11,
- 2,
- 0.14229,
- "_DTLENTIGHR_"
- ],
- [
- 12027,
- 4,
- 14,
- 2,
- 0.18495,
- "_IPQNPSPHTHQQQNAPVTVIQSK_"
- ],
- [
- 2789,
- 2,
- 8,
- 3,
- 0.09962,
- "_QYEINATPK_"
- ],
- [
- 2806,
- 2,
- 10,
- 3,
- 0.12808,
- "_LRQPFFQK_"
- ],
- [
- 12654,
- 2,
- 16,
- 6,
- 0.21344,
- "_INISEGNCPER_"
- ],
- [
- 9461,
- 2,
- 16,
- 5,
- 0.21344,
- "_DFEEYPEHR_"
- ],
- [
- 4312,
- 2,
- 8,
- 3,
- 0.09962,
- "_DNETIPCTR_"
- ],
- [
- 803,
- 3,
- 10,
- 3,
- 0.12808,
- "_QADNPHVALYQAR_"
- ],
- [
- 8400,
- 3,
- 13,
- 4,
- 0.17072,
- "_MEGHYVHAGNIIATQR_"
- ],
- [
- 1250,
- 3,
- 11,
- 4,
- 0.14229,
- "_DLIHGAPVGKPAANR_"
- ],
- [
- 24505,
- 2,
- 22,
- 7,
- 0.29888,
- "_AVTEQGAELSNEER_"
- ],
- [
- 7228,
- 3,
- 12,
- 5,
- 0.1565,
- "_ALGGDVSDQSLESHSQK_"
- ],
- [
- 36040,
- 2,
- 6,
- 3,
- 0.071177,
- "_SLYHDISGDTSGDYRK_"
- ],
- [
- 11730,
- 2,
- 19,
- 2,
- 0.25614,
- "_GCPPDDIENPR_"
- ],
- [
- 23811,
- 4,
- 12,
- 7,
- 0.1565,
- "_HGAVCHTGAPDATLHTVHPDSVSSSYSSR_"
- ],
- [
- 11609,
- 2,
- 7,
- 4,
- 0.085402,
- "_VKGEYDMTVPK_"
- ],
- [
- 25856,
- 2,
- 10,
- 3,
- 0.12808,
- "_TDSLAHCISEDCR_"
- ],
- [
- 16492,
- 2,
- 14,
- 6,
- 0.18495,
- "_SQYEQLAEQNR_"
- ],
- [
- 16223,
- 2,
- 15,
- 4,
- 0.19919,
- "_VGGSDEEASGIPSR_"
- ],
- [
- 7329,
- 3,
- 13,
- 5,
- 0.17074,
- "_PQTQNLGTPGPALSHSR_"
- ],
- [
- 707,
- 2,
- 10,
- 3,
- 0.12807,
- "_AIHSWLTR_"
- ],
- [
- 36334,
- 2,
- 10,
- 4,
- 0.12807,
- "_VGVEASEETPQTSSSSAR_"
- ],
- [
- 10473,
- 2,
- 10,
- 3,
- 0.12807,
- "_DEEEPDGVPEK_"
- ],
- [
- 13019,
- 2,
- 7,
- 3,
- 0.085414,
- "_LTYEIEDEKR_"
- ],
- [
- 9928,
- 2,
- 11,
- 5,
- 0.14232,
- "_EAGPSVAVDSSGR_"
- ],
- [
- 2591,
- 3,
- 15,
- 5,
- 0.19919,
- "_SAEEEAADLPTKPTK_"
- ],
- [
- 16909,
- 2,
- 11,
- 3,
- 0.14232,
- "_GGDSIGETPTPGASK_"
- ],
- [
- 31902,
- 2,
- 18,
- 5,
- 0.24193,
- "_HVQSLEPDPGTPGSER_"
- ],
- [
- 6696,
- 2,
- 12,
- 3,
- 0.15653,
- "_ECELSPGVNR_"
- ],
- [
- 29718,
- 2,
- 12,
- 6,
- 0.15653,
- "_DGDMHSSSLTVECSK_"
- ],
- [
- 19212,
- 2,
- 12,
- 2,
- 0.15653,
- "_STANVLEETTVKK_"
- ],
- [
- 15767,
- 2,
- 14,
- 6,
- 0.18496,
- "_INNFSADIKDSK_"
- ],
- [
- 25632,
- 2,
- 13,
- 5,
- 0.17074,
- "_AIAHYEQSADYYK_"
- ],
- [
- 9301,
- 2,
- 7,
- 2,
- 0.085414,
- "_QQSEISAAVER_"
- ],
- [
- 3534,
- 2,
- 14,
- 2,
- 0.18496,
- "_LLWANKPDK_"
- ],
- [
- 198,
- 2,
- 14,
- 3,
- 0.18496,
- "_HIWITAAK_"
- ],
- [
- 33087,
- 2,
- 12,
- 3,
- 0.15653,
- "_QGPAETGGQGQPQGPGLR_"
- ],
- [
- 1611,
- 4,
- 14,
- 6,
- 0.18496,
- "_IDIGAVYSHRPNQHNTVK_"
- ],
- [
- 50816,
- 2,
- 14,
- 5,
- 0.18496,
- "_MAEESSSSSSSSSPTAATSQQQQLK_"
- ],
- [
- 46724,
- 2,
- 17,
- 6,
- 0.22768,
- "_SQSPAASDCSSSSSSASLPSSGR_"
- ],
- [
- 22183,
- 2,
- 14,
- 6,
- 0.18496,
- "_KNYELLCGDNTR_"
- ],
- [
- 14352,
- 3,
- 13,
- 4,
- 0.17074,
- "_TEEGEIDYSAEEGENRR_"
- ],
- [
- 2223,
- 2,
- 22,
- 5,
- 0.29889,
- "_LSSPATLNSR_"
- ],
- [
- 46183,
- 2,
- 20,
- 6,
- 0.27038,
- "_SCVEEPEPEPEAAEGDGDKK_"
- ],
- [
- 21358,
- 2,
- 13,
- 4,
- 0.17074,
- "_DTEAQDTAMEQAR_"
- ],
- [
- 35141,
- 3,
- 10,
- 4,
- 0.12807,
- "_QAAAAASSGETPHQVGQTQGPISGDTSK_"
- ],
- [
- 27913,
- 2,
- 10,
- 5,
- 0.12807,
- "_SYMNPGDQSPADSNK_"
- ],
- [
- 7793,
- 2,
- 13,
- 5,
- 0.17074,
- "_TPEMIIQKPK_"
- ],
- [
- 19460,
- 2,
- 13,
- 2,
- 0.17074,
- "_EHLLQSNIGTGEK_"
- ],
- [
- 3964,
- 2,
- 10,
- 4,
- 0.1281,
- "_FAVLHGEAPR_"
- ],
- [
- 196,
- 2,
- 9,
- 2,
- 0.11388,
- "_LCENYIK_"
- ],
- [
- 5653,
- 3,
- 8,
- 2,
- 0.099653,
- "_QDDIDLQKDDEDTR_"
- ],
- [
- 35362,
- 2,
- 11,
- 4,
- 0.14231,
- "_QGEDNSTAQDTEELEK_"
- ],
- [
- 25008,
- 2,
- 11,
- 5,
- 0.14231,
- "_GMIVTNPGTKPSSVR_"
- ],
- [
- 1257,
- 2,
- 11,
- 4,
- 0.14231,
- "_QFAPEYEK_"
- ],
- [
- 8927,
- 3,
- 11,
- 6,
- 0.14231,
- "_SLYHDISGDTSGDYRK_"
- ],
- [
- 1465,
- 2,
- 5,
- 2,
- 0.056921,
- "_LFNPNDDGK_"
- ],
- [
- 19038,
- 2,
- 7,
- 3,
- 0.0854,
- "_CVSSPHFQVAER_"
- ],
- [
- 2916,
- 3,
- 11,
- 4,
- 0.14231,
- "_GETVNDCHAEIISR_"
- ],
- [
- 10525,
- 2,
- 10,
- 3,
- 0.1281,
- "_DKNTNQIVAIK_"
- ],
- [
- 45873,
- 2,
- 9,
- 4,
- 0.11388,
- "_AQNAPSPGQSQADSSSLEQEK_"
- ],
- [
- 31098,
- 2,
- 11,
- 3,
- 0.14231,
- "_ESTGTSGPLQRPQLSK_"
- ],
- [
- 26857,
- 2,
- 16,
- 6,
- 0.21343,
- "_SAEEEAADLPTKPTK_"
- ],
- [
- 28917,
- 2,
- 12,
- 4,
- 0.15656,
- "_NTDQASMPENTVAQK_"
- ],
- [
- 27214,
- 2,
- 14,
- 4,
- 0.18498,
- "_GHQDLDPDNEGELR_"
- ],
- [
- 3405,
- 3,
- 13,
- 4,
- 0.17076,
- "_LVFHTQLAHGSPTGR_"
- ],
- [
- 7383,
- 2,
- 15,
- 3,
- 0.19919,
- "_TIQGDEEDLR_"
- ],
- [
- 205,
- 2,
- 13,
- 4,
- 0.17076,
- "_CESAFLSK_"
- ],
- [
- 441,
- 2,
- 14,
- 5,
- 0.18498,
- "_AQYDELAR_"
- ],
- [
- 16509,
- 2,
- 13,
- 3,
- 0.17076,
- "_TQGLVPEHVETR_"
- ],
- [
- 30134,
- 2,
- 13,
- 3,
- 0.17076,
- "_AHNNELEPTPGNTLR_"
- ],
- [
- 95,
- 2,
- 13,
- 4,
- 0.17076,
- "_ALM(Oxidation (M))DEVVK_"
- ],
- [
- 1055,
- 2,
- 13,
- 5,
- 0.17077,
- "_LGLGEGAEEK_"
- ],
- [
- 8211,
- 2,
- 14,
- 3,
- 0.18498,
- "_LSGPDDDPLHK_"
- ],
- [
- 4528,
- 3,
- 15,
- 6,
- 0.19919,
- "_LDDPSCPRPECYR_"
- ],
- [
- 1397,
- 2,
- 12,
- 2,
- 0.15653,
- "_EQTEQILR_"
- ],
- [
- 4440,
- 4,
- 10,
- 3,
- 0.1281,
- "_QLQATSVPHPVSRPLNNTQK_"
- ],
- [
- 27495,
- 2,
- 15,
- 5,
- 0.19919,
- "_GETVNDCHAEIISR_"
- ],
- [
- 23180,
- 2,
- 11,
- 6,
- 0.14231,
- "_IVIGYQSHADTATK_"
- ],
- [
- 3409,
- 2,
- 11,
- 2,
- 0.14231,
- "_EAAMGQGFDR_"
- ],
- [
- 10550,
- 2,
- 7,
- 4,
- 0.085369,
- "_CINGEYMSDR_"
- ],
- [
- 23130,
- 2,
- 8,
- 2,
- 0.099617,
- "_EKVVEATNSVTAVR_"
- ],
- [
- 2978,
- 2,
- 18,
- 3,
- 0.24188,
- "_DPSQQELPR_"
- ],
- [
- 12787,
- 3,
- 11,
- 4,
- 0.14231,
- "_QQHLSQAFINQHTVER_"
- ],
- [
- 26675,
- 2,
- 11,
- 5,
- 0.14231,
- "_EGDCGFGDGGPSGASGR_"
- ],
- [
- 23978,
- 2,
- 8,
- 4,
- 0.099617,
- "_LTTINCEEGDKLK_"
- ],
- [
- 15996,
- 2,
- 11,
- 3,
- 0.14231,
- "_TLHPAVHAGILAR_"
- ],
- [
- 4915,
- 2,
- 10,
- 3,
- 0.1281,
- "_VNEVNQFAAK_"
- ],
- [
- 12060,
- 2,
- 14,
- 5,
- 0.18498,
- "_EAALSTALSEKR_"
- ],
- [
- 20611,
- 3,
- 10,
- 5,
- 0.1281,
- "_QFQGHTDGASCIDISHDGTK_"
- ],
- [
- 8915,
- 3,
- 13,
- 5,
- 0.17077,
- "_TSHYLTPQSNHLSLSK_"
- ],
- [
- 6310,
- 2,
- 17,
- 6,
- 0.22765,
- "_GESPVDYDGGR_"
- ],
- [
- 2152,
- 2,
- 13,
- 3,
- 0.17077,
- "_VSITEAMHR_"
- ],
- [
- 3677,
- 2,
- 16,
- 2,
- 0.21341,
- "_NQAPPGLYTK_"
- ],
- [
- 173,
- 2,
- 13,
- 3,
- 0.17077,
- "_HNIQALLK_"
- ],
- [
- 30193,
- 2,
- 14,
- 6,
- 0.18498,
- "_LDDPSCPRPECYR_"
- ],
- [
- 34484,
- 3,
- 9,
- 4,
- 0.11387,
- "_SPAGSQQQFGYSPGQQQTHPQGSPR_"
- ],
- [
- 9562,
- 2,
- 9,
- 3,
- 0.11387,
- "_LAEFQTDSQGK_"
- ],
- [
- 14823,
- 2,
- 8,
- 3,
- 0.099617,
- "_IFQGNVHNFEK_"
- ],
- [
- 22113,
- 2,
- 12,
- 3,
- 0.15653,
- "_AKPAMPQDSVPSPR_"
- ],
- [
- 5973,
- 2,
- 8,
- 3,
- 0.099617,
- "_LDGSMSYSER_"
- ],
- [
- 23504,
- 2,
- 14,
- 6,
- 0.18498,
- "_ILCEQCMTSNQK_"
- ],
- [
- 36871,
- 2,
- 12,
- 3,
- 0.15653,
- "_GHEENGDVVTEPQVAEK_"
- ],
- [
- 15332,
- 2,
- 18,
- 6,
- 0.24188,
- "_NNASTDYDLSDK_"
- ],
- [
- 22452,
- 2,
- 11,
- 4,
- 0.14232,
- "_AFHGCDSAEELPR_"
- ],
- [
- 4773,
- 3,
- 10,
- 4,
- 0.1281,
- "_IEALQNHENESVYK_"
- ],
- [
- 13318,
- 2,
- 11,
- 5,
- 0.14232,
- "_SIDSFGQVSHPK_"
- ],
- [
- 9416,
- 3,
- 11,
- 3,
- 0.14232,
- "_QNADPQAVTMPATETKK_"
- ],
- [
- 6184,
- 2,
- 9,
- 3,
- 0.11384,
- "_VATSSLDQTVK_"
- ],
- [
- 17680,
- 2,
- 11,
- 4,
- 0.14232,
- "_TVEGVLIVHEHR_"
- ],
- [
- 9974,
- 3,
- 9,
- 4,
- 0.11384,
- "_GFTDSPHYSDHLNDSR_"
- ],
- [
- 7309,
- 2,
- 6,
- 2,
- 0.071149,
- "_VTTINQEIQK_"
- ],
- [
- 14973,
- 3,
- 10,
- 5,
- 0.1281,
- "_SFAANGIQAHPESSTGSDAR_"
- ],
- [
- 136,
- 2,
- 11,
- 2,
- 0.14232,
- "_QIIVEEAK_"
- ],
- [
- 18627,
- 2,
- 10,
- 3,
- 0.1281,
- "_ETVEEQVSTTER_"
- ],
- [
- 8010,
- 2,
- 14,
- 3,
- 0.185,
- "_CLQNPSSDIR_"
- ],
- [
- 42050,
- 2,
- 10,
- 4,
- 0.1281,
- "_SFAANGIQAHPESSTGSDAR_"
- ],
- [
- 37588,
- 2,
- 10,
- 3,
- 0.1281,
- "_HSQTDQEPMCPVGMNK_"
- ],
- [
- 1868,
- 2,
- 8,
- 2,
- 0.099597,
- "_SMPTSGALDR_"
- ],
- [
- 30013,
- 2,
- 15,
- 3,
- 0.19921,
- "_KQDEEINQIEEER_"
- ],
- [
- 3320,
- 2,
- 14,
- 4,
- 0.185,
- "_ARFEEVLSK_"
- ],
- [
- 4582,
- 2,
- 14,
- 3,
- 0.185,
- "_GHVSLAAELSK_"
- ],
- [
- 28706,
- 2,
- 13,
- 7,
- 0.17076,
- "_ASSEGGTAAGAGLDSLHK_"
- ],
- [
- 19937,
- 2,
- 14,
- 5,
- 0.185,
- "_YELISETGGSHDK_"
- ],
- [
- 357,
- 2,
- 13,
- 5,
- 0.17076,
- "_FDADYAEK_"
- ],
- [
- 26679,
- 2,
- 12,
- 6,
- 0.17076,
- "_RLDECEEAFQGTK_"
- ],
- [
- 13448,
- 2,
- 16,
- 3,
- 0.21342,
- "_EADASPASAGICR_"
- ],
- [
- 3586,
- 3,
- 13,
- 5,
- 0.17076,
- "_ASSEGGTAAGAGLDSLHK_"
- ],
- [
- 27655,
- 2,
- 7,
- 3,
- 0.085365,
- "_YSTHLHLAEDCMK_"
- ],
- [
- 146,
- 2,
- 10,
- 5,
- 0.1281,
- "_TALQEEIK_"
- ],
- [
- 24101,
- 2,
- 12,
- 4,
- 0.15654,
- "_PSASTQALSSSVSSSK_"
- ],
- [
- 81,
- 2,
- 16,
- 4,
- 0.21342,
- "_QLEEELR_"
- ],
- [
- 533,
- 2,
- 9,
- 2,
- 0.1138,
- "_LVELQNTR_"
- ],
- [
- 36065,
- 2,
- 12,
- 4,
- 0.15652,
- "_ELVSSSSSGSDSDSEVDK_"
- ],
- [
- 5625,
- 2,
- 11,
- 4,
- 0.1423,
- "_YVGWTMHDK_"
- ],
- [
- 32473,
- 3,
- 11,
- 5,
- 0.1423,
- "_NASEDNHSENTLYSNDNGSNLQR_"
- ],
- [
- 1840,
- 3,
- 11,
- 7,
- 0.1423,
- "_HRDYETATLSDIK_"
- ],
- [
- 3090,
- 2,
- 15,
- 3,
- 0.1992,
- "_AAPGAEFAPNK_"
- ],
- [
- 2137,
- 3,
- 12,
- 4,
- 0.15652,
- "_YSNSALGHVNCTIK_"
- ],
- [
- 16073,
- 2,
- 7,
- 4,
- 0.08535,
- "_SESSTSAFSTPTR_"
- ],
- [
- 29222,
- 2,
- 12,
- 5,
- 0.15652,
- "_STDSSSVSGSLQQETK_"
- ],
- [
- 10276,
- 3,
- 11,
- 5,
- 0.1423,
- "_SQQPLKPQVHTPVATVK_"
- ],
- [
- 1474,
- 2,
- 9,
- 2,
- 0.1423,
- "_STTLDAGNIK_"
- ],
- [
- 17114,
- 3,
- 10,
- 5,
- 0.12804,
- "_DAQQVEPEGQEKPSPATVR_"
- ],
- [
- 21480,
- 2,
- 9,
- 4,
- 0.1138,
- "_AGPSAQEPGSQTPLK_"
- ],
- [
- 41339,
- 2,
- 16,
- 3,
- 0.21341,
- "_QQTQHAVEGDCDIHVLK_"
- ],
- [
- 17562,
- 2,
- 21,
- 4,
- 0.28456,
- "_NPSDSAVHSPFTK_"
- ],
- [
- 11468,
- 2,
- 13,
- 3,
- 0.17074,
- "_RISEMEEELK_"
- ],
- [
- 14165,
- 3,
- 16,
- 7,
- 0.21341,
- "_QQTQHAVEGDCDIHVLK_"
- ],
- [
- 4017,
- 4,
- 8,
- 2,
- 0.099566,
- "_AFNKPHLANGHVVPIKPQVK_"
- ],
- [
- 11146,
- 2,
- 6,
- 4,
- 0.071121,
- "_RQEILSNAGLR_"
- ],
- [
- 8793,
- 2,
- 12,
- 4,
- 0.15652,
- "_ALGSAQYEDPR_"
- ],
- [
- 7243,
- 3,
- 12,
- 2,
- 0.15652,
- "_LAVQNSSLHDIQHAPK_"
- ],
- [
- 28238,
- 2,
- 14,
- 4,
- 0.18496,
- "_AFLDRPSQPTQETK_"
- ],
- [
- 32,
- 2,
- 14,
- 4,
- 0.18496,
- "_RLETLLR_"
- ],
- [
- 26434,
- 2,
- 8,
- 6,
- 0.099566,
- "_NCLEESEGCYCR_"
- ],
- [
- 13369,
- 2,
- 17,
- 3,
- 0.22762,
- "_TVSSHEVFLQR_"
- ],
- [
- 6664,
- 2,
- 11,
- 2,
- 0.14226,
- "_AVMEQANLQR_"
- ],
- [
- 26929,
- 2,
- 8,
- 2,
- 0.099564,
- "_CSGIGDNPGSETAAPR_"
- ],
- [
- 8502,
- 4,
- 9,
- 6,
- 0.11378,
- "_NPACSGANICQVKPNDQHFSR_"
- ],
- [
- 3603,
- 2,
- 10,
- 2,
- 0.12801,
- "_EQAQQIELK_"
- ],
- [
- 18900,
- 2,
- 10,
- 3,
- 0.12801,
- "_QQNQELQEQLR_"
- ],
- [
- 32640,
- 2,
- 11,
- 5,
- 0.14226,
- "_THSTSSSLGSGESPFSR_"
- ],
- [
- 27024,
- 2,
- 10,
- 2,
- 0.12801,
- "_GVLVCDECCSVHR_"
- ],
- [
- 25965,
- 2,
- 11,
- 5,
- 0.14226,
- "_SNPVIPISSSNHSAR_"
- ],
- [
- 4314,
- 3,
- 10,
- 5,
- 0.12801,
- "_ELDVEEAHAASTEEK_"
- ],
- [
- 43700,
- 2,
- 11,
- 3,
- 0.14226,
- "_DAQQVEPEGQEKPSPATVR_"
- ],
- [
- 15272,
- 3,
- 9,
- 5,
- 0.11378,
- "_DWIQHQNTSTHIESCR_"
- ],
- [
- 2398,
- 2,
- 12,
- 3,
- 0.15651,
- "_AASAYAVGDVK_"
- ],
- [
- 1312,
- 2,
- 16,
- 3,
- 0.21341,
- "_ESSSIYISK_"
- ],
- [
- 21457,
- 2,
- 6,
- 2,
- 0.071098,
- "_QTNGCLNGYTPSR_"
- ],
- [
- 8332,
- 2,
- 15,
- 4,
- 0.19917,
- "_GRNDLMEYAK_"
- ],
- [
- 39179,
- 2,
- 14,
- 4,
- 0.18496,
- "_AGEPDGESLDEQPSSSSSK_"
- ],
- [
- 11028,
- 2,
- 13,
- 4,
- 0.17074,
- "_SIDSNPYDTDK_"
- ],
- [
- 30583,
- 2,
- 13,
- 6,
- 0.17074,
- "_IEALQNHENESVYK_"
- ],
- [
- 1415,
- 2,
- 12,
- 2,
- 0.15647,
- "_SSYLEYQK_"
- ],
- [
- 2484,
- 2,
- 13,
- 4,
- 0.17072,
- "_HIPGSPFTAK_"
- ],
- [
- 12034,
- 2,
- 8,
- 3,
- 0.099547,
- "_QPVADDTCLEK_"
- ],
- [
- 6714,
- 2,
- 5,
- 2,
- 0.056854,
- "_SEQPTLVTASK_"
- ],
- [
- 10272,
- 3,
- 9,
- 2,
- 0.11378,
- "_RPEDTAASALQEGQTQR_"
- ],
- [
- 25870,
- 2,
- 12,
- 9,
- 0.15647,
- "_YSNSALGHVNCTIK_"
- ],
- [
- 3369,
- 3,
- 9,
- 5,
- 0.11378,
- "_KYSCVILDEAHER_"
- ],
- [
- 4198,
- 3,
- 12,
- 2,
- 0.15647,
- "_HLSVGAPGVVTITHHK_"
- ],
- [
- 2900,
- 2,
- 12,
- 4,
- 0.15647,
- "_TALIHDGLAR_"
- ],
- [
- 233,
- 3,
- 14,
- 4,
- 0.18495,
- "_CVSSPHFQVAER_"
- ],
- [
- 31897,
- 2,
- 12,
- 5,
- 0.15647,
- "_QDDIDLQKDDEDTR_"
- ],
- [
- 2940,
- 2,
- 11,
- 4,
- 0.14222,
- "_EYTEEIER_"
- ],
- [
- 20848,
- 2,
- 12,
- 5,
- 0.15647,
- "_NLETFCEETRR_"
- ],
- [
- 20809,
- 2,
- 11,
- 5,
- 0.14222,
- "_RFEECISQSAVK_"
- ],
- [
- 26267,
- 2,
- 14,
- 3,
- 0.18495,
- "_EGKEEAEETNVLPK_"
- ],
- [
- 45653,
- 2,
- 12,
- 5,
- 0.15647,
- "_EEEEPMDTSSVTHTEHYK_"
- ],
- [
- 17936,
- 2,
- 9,
- 2,
- 0.11378,
- "_RYDGSQQALDLK_"
- ],
- [
- 9327,
- 2,
- 12,
- 4,
- 0.15647,
- "_AVDGYVKPQIK_"
- ],
- [
- 18286,
- 2,
- 8,
- 3,
- 0.099547,
- "_QHLEQEIYVNK_"
- ],
- [
- 17273,
- 2,
- 7,
- 3,
- 0.08531,
- "_TEIVALHAQQDR_"
- ],
- [
- 301,
- 2,
- 14,
- 4,
- 0.18495,
- "_ILEVHVDK_"
- ],
- [
- 5536,
- 2,
- 8,
- 3,
- 0.099532,
- "_INGYTGPGTVR_"
- ],
- [
- 426,
- 2,
- 12,
- 4,
- 0.15645,
- "_KLVGYLDR_"
- ],
- [
- 36878,
- 2,
- 10,
- 6,
- 0.128,
- "_LVVHCEQLDAQNQQR_"
- ],
- [
- 5736,
- 3,
- 12,
- 5,
- 0.15645,
- "_NSHSLTTEHNLSVLR_"
- ],
- [
- 9162,
- 2,
- 12,
- 4,
- 0.15645,
- "_LNEQQSVLQR_"
- ],
- [
- 19783,
- 3,
- 6,
- 4,
- 0.071076,
- "_TASVLSKDDVAPESGDTTVKK_"
- ],
- [
- 39,
- 3,
- 16,
- 5,
- 0.21339,
- "_TLHPAVHAGILAR_"
- ],
- [
- 7422,
- 3,
- 12,
- 4,
- 0.15645,
- "_YDEELEGERPHSFR_"
- ],
- [
- 3710,
- 2,
- 19,
- 5,
- 0.25606,
- "_SLETENAGLR_"
- ],
- [
- 14808,
- 2,
- 6,
- 2,
- 0.071076,
- "_DEQLSPEEEEK_"
- ],
- [
- 3813,
- 2,
- 17,
- 4,
- 0.22761,
- "_GLVGPELHDR_"
- ],
- [
- 2444,
- 2,
- 17,
- 4,
- 0.25606,
- "_NDNDTFTVK_"
- ],
- [
- 33006,
- 2,
- 10,
- 3,
- 0.128,
- "_GPEVTSQGVQTSSPACK_"
- ],
- [
- 29414,
- 4,
- 13,
- 7,
- 0.17069,
- "_VSTLAGPSSDDENEEESKPEKEDEPQEDAK_"
- ],
- [
- 9645,
- 3,
- 5,
- 2,
- 0.056849,
- "_LVVHCEQLDAQNQQR_"
- ],
- [
- 3503,
- 2,
- 10,
- 5,
- 0.128,
- "_EGAVLKPELK_"
- ],
- [
- 7518,
- 2,
- 10,
- 2,
- 0.128,
- "_TIEESEETLK_"
- ],
- [
- 1554,
- 2,
- 11,
- 3,
- 0.14221,
- "_LQDGVHIIK_"
- ],
- [
- 11373,
- 2,
- 9,
- 4,
- 0.11377,
- "_VKLQEMEGTVK_"
- ],
- [
- 5334,
- 2,
- 4,
- 2,
- 0.042648,
- "_QPLGATSGASLK_"
- ],
- [
- 17822,
- 2,
- 20,
- 4,
- 0.27027,
- "_TNHIYVSSDDIK_"
- ],
- [
- 16977,
- 2,
- 15,
- 3,
- 0.19917,
- "_QISSLRDEVEAK_"
- ],
- [
- 38226,
- 2,
- 9,
- 4,
- 0.11377,
- "_LEDNDSAASDPDAETTAR_"
- ],
- [
- 31831,
- 2,
- 9,
- 4,
- 0.11377,
- "_YENGCAYFHEEER_"
- ],
- [
- 28787,
- 2,
- 10,
- 6,
- 0.12798,
- "_LQGQLEQGDDTAAER_"
- ],
- [
- 34604,
- 2,
- 10,
- 3,
- 0.12798,
- "_GQFVGDGTSNTIESHPK_"
- ],
- [
- 19040,
- 2,
- 7,
- 3,
- 0.08529,
- "_EPLLSSSENGNGGR_"
- ],
- [
- 23181,
- 2,
- 7,
- 3,
- 0.08529,
- "_DTALTIAADKGHYK_"
- ],
- [
- 14345,
- 2,
- 10,
- 4,
- 0.12798,
- "_LNEQHQLILSK_"
- ],
- [
- 24131,
- 2,
- 11,
- 3,
- 0.14221,
- "_NNNAGSFDSEGVASR_"
- ],
- [
- 12833,
- 2,
- 11,
- 4,
- 0.14221,
- "_KVESTGAVPEFK_"
- ],
- [
- 2752,
- 2,
- 11,
- 4,
- 0.14221,
- "_LSVNSHFMK_"
- ],
- [
- 35953,
- 3,
- 12,
- 6,
- 0.15643,
- "_KAQLENHEPEEEEEEEMETEEK_"
- ],
- [
- 18322,
- 2,
- 9,
- 3,
- 0.11375,
- "_SAQQGSDGLHFVR_"
- ],
- [
- 10350,
- 2,
- 10,
- 6,
- 0.12798,
- "_IDVSVAAGHTDR_"
- ],
- [
- 12279,
- 2,
- 14,
- 4,
- 0.18491,
- "_NPELPNAAQAQK_"
- ],
- [
- 14764,
- 2,
- 17,
- 4,
- 0.2276,
- "_LAQYEPPQEEK_"
- ],
- [
- 5179,
- 3,
- 16,
- 7,
- 0.21339,
- "_ASGNYATVISHNPETK_"
- ],
- [
- 38874,
- 2,
- 19,
- 3,
- 0.25606,
- "_DIEAQTQKPEPPESAEK_"
- ],
- [
- 11265,
- 2,
- 16,
- 4,
- 0.21339,
- "_SKFDNLYGCR_"
- ],
- [
- 20578,
- 2,
- 14,
- 5,
- 0.18491,
- "_TVQVSATEDGNVTK_"
- ],
- [
- 720,
- 2,
- 15,
- 4,
- 0.19916,
- "_LAAFGQLHK_"
- ],
- [
- 864,
- 2,
- 15,
- 5,
- 0.19916,
- "_QLFEEQAK_"
- ],
- [
- 29226,
- 2,
- 6,
- 2,
- 0.071063,
- "_FASHCLMNHPDLAK_"
- ],
- [
- 32291,
- 2,
- 16,
- 6,
- 0.21339,
- "_LALSQNQQSSGAAGPTGK_"
- ],
- [
- 16268,
- 3,
- 9,
- 5,
- 0.11372,
- "_AKPVWYAGRDPAAAPATGNK_"
- ],
- [
- 1906,
- 2,
- 7,
- 2,
- 0.085279,
- "_VEELKFDR_"
- ],
- [
- 15432,
- 2,
- 10,
- 3,
- 0.12796,
- "_EITLENKDNIR_"
- ],
- [
- 6214,
- 2,
- 15,
- 3,
- 0.19912,
- "_VM(Oxidation (M))IGENVDEK_"
- ],
- [
- 1120,
- 2,
- 11,
- 2,
- 0.1422,
- "_LVASMEEAR_"
- ],
- [
- 23895,
- 2,
- 10,
- 5,
- 0.12796,
- "_VCDELGCENGPGGR_"
- ],
- [
- 6821,
- 2,
- 16,
- 5,
- 0.21338,
- "_QLEMSAEAER_"
- ],
- [
- 34068,
- 2,
- 13,
- 5,
- 0.17064,
- "_IAAESSENVDCPENPK_"
- ],
- [
- 8512,
- 2,
- 12,
- 4,
- 0.15643,
- "_RVDALNDEIR_"
- ],
- [
- 34001,
- 2,
- 12,
- 6,
- 0.15643,
- "_EAALVQQEEEKAEQR_"
- ],
- [
- 1157,
- 3,
- 16,
- 3,
- 0.21338,
- "_HTVYPKPEEWPK_"
- ],
- [
- 17194,
- 2,
- 9,
- 5,
- 0.11372,
- "_CNAAFGANDFHR_"
- ],
- [
- 45172,
- 2,
- 9,
- 5,
- 0.11372,
- "_ILEQEEEEEQAGKPGEPSK_"
- ],
- [
- 976,
- 2,
- 11,
- 4,
- 0.1422,
- "_LTTPPVNTR_"
- ],
- [
- 26354,
- 2,
- 15,
- 4,
- 0.19912,
- "_(Acetyl (Protein N-term))MDDKGDPSNEEAPK_"
- ],
- [
- 557,
- 2,
- 12,
- 5,
- 0.15643,
- "_SEGFDTYR_"
- ],
- [
- 6013,
- 2,
- 5,
- 3,
- 0.056864,
- "_NSAEGTEYFK_"
- ],
- [
- 7343,
- 2,
- 10,
- 4,
- 0.12796,
- "_NLAEDGETVAR_"
- ],
- [
- 25200,
- 2,
- 10,
- 3,
- 0.12796,
- "_VCGHTYEEDAIVR_"
- ],
- [
- 39321,
- 2,
- 19,
- 7,
- 0.25604,
- "_SSGSPYGGGYGSGGGSGGYGSR_"
- ],
- [
- 21996,
- 2,
- 8,
- 3,
- 0.099506,
- "_NDECVLEDNSQR_"
- ],
- [
- 14064,
- 2,
- 14,
- 4,
- 0.18488,
- "_IIEDQQESLNK_"
- ],
- [
- 7815,
- 2,
- 8,
- 3,
- 0.099506,
- "_SFSAMEDDQR_"
- ],
- [
- 12609,
- 2,
- 11,
- 2,
- 0.1422,
- "_VHPETYEWAR_"
- ],
- [
- 36652,
- 2,
- 13,
- 4,
- 0.17064,
- "_GAPSQDDESGGIEDSPDR_"
- ],
- [
- 13511,
- 2,
- 8,
- 5,
- 0.099506,
- "_FQSLNADINKR_"
- ],
- [
- 14654,
- 2,
- 13,
- 3,
- 0.17064,
- "_YSPGYNTEVGDK_"
- ],
- [
- 20561,
- 3,
- 14,
- 5,
- 0.18488,
- "_GHLSRPEAQSLSPYTTSANR_"
- ],
- [
- 1786,
- 2,
- 9,
- 3,
- 0.11372,
- "_FMSAYEQR_"
- ],
- [
- 13776,
- 3,
- 9,
- 5,
- 0.11372,
- "_SDEFRPQNYHQQDFR_"
- ],
- [
- 37526,
- 2,
- 5,
- 3,
- 0.056864,
- "_FAEAECLAESHQHLSK_"
- ],
- [
- 3204,
- 2,
- 13,
- 4,
- 0.17064,
- "_AVQEIMQEK_"
- ],
- [
- 29680,
- 2,
- 11,
- 4,
- 0.1422,
- "_FHPNSNYLATGSTDK_"
- ],
- [
- 189,
- 2,
- 11,
- 3,
- 0.14222,
- "_AEDYDVVK_"
- ],
- [
- 24998,
- 2,
- 11,
- 4,
- 0.14222,
- "_NSTHSSTAADLLQAK_"
- ],
- [
- 7609,
- 2,
- 20,
- 4,
- 0.27029,
- "_ATAVM(Oxidation (M))PDGQFK_"
- ],
- [
- 28278,
- 2,
- 11,
- 4,
- 0.14222,
- "_YQSAPSQAPGNTIER_"
- ],
- [
- 20691,
- 4,
- 18,
- 7,
- 0.24186,
- "_MPSHQGAEQQQQQHHVFISQVVTEK_"
- ],
- [
- 8126,
- 2,
- 11,
- 2,
- 0.14222,
- "_TVTISQVSDNK_"
- ],
- [
- 32567,
- 2,
- 11,
- 4,
- 0.14222,
- "_SIHANFSSGVGTTAASSK_"
- ],
- [
- 5086,
- 2,
- 11,
- 4,
- 0.14222,
- "_TKIEFVTGTK_"
- ],
- [
- 42489,
- 4,
- 13,
- 8,
- 0.17068,
- "_TDNAGDQHGGGGGGGGGAGAAGGGGGGENYDDPHKTPASPVVHIR_"
- ],
- [
- 7234,
- 3,
- 14,
- 6,
- 0.1849,
- "_EAALVQQEEEKAEQR_"
- ],
- [
- 29927,
- 2,
- 16,
- 4,
- 0.21338,
- "_ELDVEEAHAASTEEK_"
- ],
- [
- 6003,
- 2,
- 9,
- 3,
- 0.11376,
- "_DKDAVDKLLK_"
- ],
- [
- 15877,
- 2,
- 14,
- 5,
- 0.1849,
- "_EAPPMEKPEVVK_"
- ],
- [
- 40339,
- 2,
- 13,
- 4,
- 0.17068,
- "_QNMGPSGQTHPPPQTLPR_"
- ],
- [
- 16126,
- 4,
- 16,
- 6,
- 0.21338,
- "_KAQLENHEPEEEEEEEMETEEK_"
- ],
- [
- 19928,
- 2,
- 15,
- 5,
- 0.19913,
- "_QYAGYDYSQQGR_"
- ],
- [
- 36,
- 3,
- 13,
- 6,
- 0.17068,
- "_EAPPMEKPEVVK_"
- ],
- [
- 18846,
- 2,
- 9,
- 2,
- 0.11376,
- "_DASEETSTSVMQK_"
- ],
- [
- 1075,
- 4,
- 11,
- 7,
- 0.14219,
- "_ITHQIVDRPGQQTSVIGR_"
- ],
- [
- 21636,
- 3,
- 10,
- 6,
- 0.12797,
- "_HHLQPENPGPGGAAPSLEQNR_"
- ],
- [
- 15585,
- 4,
- 12,
- 4,
- 0.15643,
- "_SHSSPASLQLGTGAGAAGSPAQQHAHLR_"
- ],
- [
- 14503,
- 2,
- 10,
- 4,
- 0.12797,
- "_HTSVVSSGPSVLR_"
- ],
- [
- 21136,
- 2,
- 6,
- 2,
- 0.07112,
- "_KATDAEADVASLNR_"
- ],
- [
- 31536,
- 2,
- 6,
- 3,
- 0.07112,
- "_IEGTQESQMVGSSSTR_"
- ],
- [
- 28325,
- 3,
- 11,
- 5,
- 0.14219,
- "_NEEEESTSQIERPLSQEPAKK_"
- ],
- [
- 4070,
- 2,
- 9,
- 4,
- 0.11375,
- "_FNEENYGVK_"
- ],
- [
- 4444,
- 3,
- 11,
- 5,
- 0.14219,
- "_CQGSLHEDVICTSR_"
- ],
- [
- 22718,
- 2,
- 12,
- 5,
- 0.15643,
- "_YVVLCESPQDKR_"
- ],
- [
- 8670,
- 2,
- 9,
- 3,
- 0.11375,
- "_EKLTVLSEER_"
- ],
- [
- 23543,
- 2,
- 9,
- 4,
- 0.11375,
- "_LINKPMVGPEAGGTK_"
- ],
- [
- 10966,
- 3,
- 8,
- 4,
- 0.099546,
- "_SDSGTAAQTSLDIDKNEK_"
- ],
- [
- 19392,
- 3,
- 8,
- 4,
- 0.099546,
- "_KASGSGGGSAALGPSGFGPSGGSGTK_"
- ],
- [
- 31076,
- 2,
- 9,
- 2,
- 0.11375,
- "_DDAPASVHSEITDSNK_"
- ],
- [
- 17661,
- 2,
- 10,
- 4,
- 0.12797,
- "_EYISCQNTVFK_"
- ],
- [
- 25399,
- 3,
- 13,
- 6,
- 0.17067,
- "_SQAEPLSGNKEPLADTSSNQQK_"
- ],
- [
- 6542,
- 2,
- 15,
- 3,
- 0.19911,
- "_SDMEWTSSSK_"
- ],
- [
- 3498,
- 2,
- 17,
- 3,
- 0.22759,
- "_KPDIDITGPK_"
- ],
- [
- 2129,
- 2,
- 21,
- 2,
- 0.2845,
- "_KIPDTVLEK_"
- ],
- [
- 2785,
- 2,
- 17,
- 5,
- 0.22759,
- "_GVNTFSPEGR_"
- ],
- [
- 2202,
- 2,
- 17,
- 3,
- 0.22759,
- "_TDEIVALKR_"
- ],
- [
- 22840,
- 2,
- 20,
- 6,
- 0.27029,
- "_LSSEMNTSTVNSAR_"
- ],
- [
- 1266,
- 2,
- 15,
- 5,
- 0.19911,
- "_LMQLVDHR_"
- ],
- [
- 11930,
- 2,
- 16,
- 2,
- 0.21334,
- "_HPDADSLYVEK_"
- ],
- [
- 11592,
- 2,
- 15,
- 4,
- 0.19911,
- "_FPESCQDEVR_"
- ],
- [
- 48406,
- 2,
- 13,
- 5,
- 0.17067,
- "_AEPPKAPEQEQAAPGPAAGGEAPK_"
- ],
- [
- 22235,
- 2,
- 12,
- 4,
- 0.15643,
- "_VIAHDTGTSLDQVK_"
- ],
- [
- 4949,
- 2,
- 15,
- 6,
- 0.19911,
- "_GMGPGTPAGYGR_"
- ],
- [
- 29781,
- 2,
- 17,
- 5,
- 0.22758,
- "_KAAQVTIQSSGTFSTK_"
- ],
- [
- 6105,
- 3,
- 12,
- 5,
- 0.15643,
- "_TGEVLHEVSNGSVVHR_"
- ],
- [
- 38554,
- 2,
- 12,
- 5,
- 0.15643,
- "_IVQYECEGDTCQEEK_"
- ],
- [
- 631,
- 2,
- 11,
- 4,
- 0.14221,
- "_ADEDLIFR_"
- ],
- [
- 6018,
- 2,
- 15,
- 3,
- 0.19913,
- "_LCELQPEEK_"
- ],
- [
- 7949,
- 3,
- 10,
- 5,
- 0.12799,
- "_YTEFYHVPTHSDASK_"
- ],
- [
- 2542,
- 2,
- 10,
- 3,
- 0.12799,
- "_VYLQNEYK_"
- ],
- [
- 545,
- 2,
- 12,
- 4,
- 0.15643,
- "_FNHWELK_"
- ],
- [
- 16391,
- 2,
- 15,
- 6,
- 0.19913,
- "_DNSGMIDKNELK_"
- ],
- [
- 19816,
- 3,
- 17,
- 4,
- 0.22758,
- "_EEEEPMDTSSVTHTEHYK_"
- ],
- [
- 7425,
- 3,
- 10,
- 5,
- 0.12799,
- "_QALLNEHGAAQEQLNK_"
- ],
- [
- 19122,
- 3,
- 12,
- 7,
- 0.15643,
- "_ILEQEEEEEQAGKPGEPSK_"
- ],
- [
- 345,
- 3,
- 18,
- 5,
- 0.24183,
- "_QLAVAEGKPPEAPK_"
- ],
- [
- 14559,
- 3,
- 11,
- 6,
- 0.14221,
- "_SEAGHASSPDSEVTSLCQK_"
- ],
- [
- 16373,
- 2,
- 10,
- 6,
- 0.12799,
- "_SMENYYQESGR_"
- ],
- [
- 15058,
- 3,
- 11,
- 5,
- 0.14221,
- "_ITHQIVDRPGQQTSVIGR_"
- ],
- [
- 37359,
- 3,
- 7,
- 6,
- 0.085359,
- "_SGDETPGSEVPGDKAAEEQGDDQDSEK_"
- ],
- [
- 10373,
- 2,
- 13,
- 2,
- 0.17067,
- "_CSEQVQDFTK_"
- ],
- [
- 33498,
- 2,
- 13,
- 5,
- 0.17067,
- "_KPNVGCQQDSEELLK_"
- ],
- [
- 45917,
- 2,
- 7,
- 3,
- 0.085359,
- "_AQPAQPADEPAEKADEPMEH_"
- ],
- [
- 6832,
- 3,
- 13,
- 4,
- 0.17067,
- "_KPNVGCQQDSEELLK_"
- ],
- [
- 1017,
- 2,
- 14,
- 3,
- 0.18491,
- "_TLKPCLLR_"
- ],
- [
- 1497,
- 2,
- 14,
- 4,
- 0.18491,
- "_MLLQSSEGR_"
- ],
- [
- 2302,
- 2,
- 14,
- 4,
- 0.18491,
- "_YTEMDYAR_"
- ],
- [
- 3465,
- 2,
- 8,
- 2,
- 0.099571,
- "_FLQEHLAPK_"
- ],
- [
- 2653,
- 2,
- 13,
- 4,
- 0.17067,
- "_GEEILSGAQR_"
- ],
- [
- 13002,
- 2,
- 7,
- 4,
- 0.085359,
- "_EFDEDVYNHK_"
- ],
- [
- 2341,
- 3,
- 12,
- 4,
- 0.15643,
- "_TSHPVVASTWPVHR_"
- ],
- [
- 3664,
- 3,
- 13,
- 2,
- 0.17067,
- "_VETPHVTIEDAQHR_"
- ],
- [
- 21122,
- 2,
- 12,
- 2,
- 0.15643,
- "_LENPDEACAVSQK_"
- ],
- [
- 22780,
- 2,
- 8,
- 2,
- 0.099571,
- "_SNTAVCVCNESVR_"
- ],
- [
- 34853,
- 2,
- 8,
- 4,
- 0.099571,
- "_RDEQPSGSVETGFEDK_"
- ],
- [
- 13145,
- 3,
- 9,
- 4,
- 0.11379,
- "_ETTGTGPNVYHENDTIAK_"
- ],
- [
- 30090,
- 2,
- 12,
- 5,
- 0.15643,
- "_CQGSLHEDVICTSR_"
- ],
- [
- 32839,
- 3,
- 9,
- 4,
- 0.11379,
- "_GVHIHQAGGSPPASSTSSSSLTNDVAK_"
- ],
- [
- 39138,
- 2,
- 9,
- 4,
- 0.11379,
- "_TLQAGLSSNHVSHGEVLR_"
- ],
- [
- 12707,
- 2,
- 19,
- 4,
- 0.25605,
- "_NCTIVSPDAGGAK_"
- ],
- [
- 19897,
- 2,
- 18,
- 4,
- 0.2418,
- "_QLAVAEGKPPEAPK_"
- ],
- [
- 24492,
- 3,
- 18,
- 7,
- 0.2418,
- "_AEPPKAPEQEQAAPGPAAGGEAPK_"
- ],
- [
- 36109,
- 2,
- 10,
- 3,
- 0.128,
- "_TTHYTPLACGSNPLKR_"
- ],
- [
- 2538,
- 2,
- 9,
- 4,
- 0.11379,
- "_FINDQYEK_"
- ],
- [
- 5744,
- 2,
- 10,
- 3,
- 0.128,
- "_SSDVSWSDTR_"
- ],
- [
- 14098,
- 2,
- 7,
- 3,
- 0.085354,
- "_HFNSMSGPATLR_"
- ],
- [
- 40453,
- 2,
- 8,
- 5,
- 0.099576,
- "_ETTGTGPNVYHENDTIAK_"
- ],
- [
- 9187,
- 3,
- 10,
- 4,
- 0.128,
- "_KISSNPNPVVQMSVGHK_"
- ],
- [
- 33877,
- 2,
- 14,
- 5,
- 0.18489,
- "_TVECEEGSEDDESLR_"
- ],
- [
- 22068,
- 2,
- 17,
- 6,
- 0.22757,
- "_AGGAAVVITEPEHTK_"
- ],
- [
- 802,
- 2,
- 12,
- 4,
- 0.15643,
- "_FDLNKPVR_"
- ],
- [
- 10329,
- 3,
- 14,
- 5,
- 0.18489,
- "_QQNQEITDQLEEEKK_"
- ],
- [
- 823,
- 4,
- 10,
- 4,
- 0.128,
- "_NVMVEPHRHEGVFICR_"
- ],
- [
- 39383,
- 2,
- 13,
- 4,
- 0.17064,
- "_GVNTVFHCASPPPSSNNK_"
- ],
- [
- 33021,
- 2,
- 13,
- 4,
- 0.17064,
- "_KTKPYIQVDIGGGQTK_"
- ],
- [
- 2715,
- 3,
- 11,
- 4,
- 0.14221,
- "_YSTHLHLADDCMK_"
- ],
- [
- 38301,
- 2,
- 12,
- 4,
- 0.15641,
- "_SDSGTAAQTSLDIDKNEK_"
- ],
- [
- 6883,
- 2,
- 14,
- 4,
- 0.18486,
- "_HYFIEVNSR_"
- ],
- [
- 18526,
- 3,
- 12,
- 3,
- 0.15641,
- "_LCSSSDTLVSEGEENQKPK_"
- ],
- [
- 5911,
- 3,
- 6,
- 4,
- 0.071135,
- "_GVIVDKDFSHPQM(Oxidation (M))PK_"
- ],
- [
- 47553,
- 2,
- 8,
- 4,
- 0.099565,
- "_DQSSWQNSDASQEVGGHQER_"
- ],
- [
- 19784,
- 3,
- 10,
- 5,
- 0.128,
- "_KTASVLSKDDVAPESGDTTVK_"
- ],
- [
- 6356,
- 2,
- 10,
- 4,
- 0.128,
- "_KGLYMANDLK_"
- ],
- [
- 9719,
- 3,
- 16,
- 3,
- 0.21333,
- "_YFESDHLGSGSHFSNR_"
- ],
- [
- 495,
- 2,
- 12,
- 3,
- 0.15641,
- "_LTLLRPEK_"
- ],
- [
- 40911,
- 2,
- 11,
- 6,
- 0.14221,
- "_HTQVCINGQCAGSICEK_"
- ],
- [
- 36796,
- 4,
- 9,
- 9,
- 0.11379,
- "_AASAAGAAGSAGGSSGAAGAAGGGAGAGTRPGDGGTASAGAAGPGAATK_"
- ],
- [
- 15379,
- 2,
- 15,
- 4,
- 0.1991,
- "_VAIDNTNPDAASR_"
- ],
- [
- 318,
- 2,
- 11,
- 2,
- 0.14221,
- "_HVEDLLTK_"
- ],
- [
- 10896,
- 2,
- 13,
- 3,
- 0.17064,
- "_GISVHISNAEPK_"
- ],
- [
- 36764,
- 2,
- 13,
- 5,
- 0.17064,
- "_EENSTEEQALEDQNAK_"
- ],
- [
- 11348,
- 3,
- 9,
- 2,
- 0.11379,
- "_DGTATGVDAICTHHPDPK_"
- ],
- [
- 15529,
- 2,
- 9,
- 4,
- 0.11379,
- "_VVDLM(Oxidation (M))AHMASKE_"
- ],
- [
- 4247,
- 4,
- 15,
- 4,
- 0.1991,
- "_HHLQPENPGPGGAAPSLEQNR_"
- ],
- [
- 9242,
- 2,
- 18,
- 3,
- 0.24178,
- "_NQDNLQGWNK_"
- ],
- [
- 16456,
- 2,
- 6,
- 4,
- 0.071135,
- "_QTAQLIVGHVGNK_"
- ],
- [
- 39564,
- 2,
- 15,
- 7,
- 0.1991,
- "_ENCMYQACPTQDCNK_"
- ],
- [
- 1977,
- 3,
- 9,
- 2,
- 0.11379,
- "_DHVVSDFSEHGSLK_"
- ],
- [
- 15649,
- 2,
- 7,
- 2,
- 0.085351,
- "_DSCISPSEPETK_"
- ],
- [
- 22041,
- 4,
- 12,
- 5,
- 0.15641,
- "_QPSSQDPPDASHCEDPQAHTVTSDPVR_"
- ],
- [
- 108,
- 2,
- 23,
- 6,
- 0.31295,
- "_FCLDNGAK_"
- ],
- [
- 3864,
- 3,
- 16,
- 6,
- 0.21333,
- "_FASHCLMNHPDLAK_"
- ],
- [
- 12578,
- 2,
- 8,
- 3,
- 0.099565,
- "_TQIVHTTPSFR_"
- ],
- [
- 11,
- 4,
- 15,
- 7,
- 0.1991,
- "_PMYQVKPYHGGGAPLR_"
- ],
- [
- 6221,
- 2,
- 9,
- 3,
- 0.1138,
- "_THYPDVYVR_"
- ],
- [
- 27985,
- 3,
- 9,
- 3,
- 0.1138,
- "_MLADSPPQDHSCCSGALYHGSK_"
- ],
- [
- 10091,
- 2,
- 6,
- 3,
- 0.071119,
- "_GTQTETEVELK_"
- ],
- [
- 13875,
- 2,
- 23,
- 6,
- 0.31297,
- "_DEFTNTCPSDK_"
- ],
- [
- 1857,
- 2,
- 11,
- 4,
- 0.14224,
- "_NNLPGHLLR_"
- ],
- [
- 36046,
- 2,
- 9,
- 4,
- 0.1138,
- "_SQNKEDYAGLKEEFR_"
- ],
- [
- 25972,
- 2,
- 16,
- 5,
- 0.21334,
- "_NLLIQNKPGDDPNK_"
- ],
- [
- 5326,
- 2,
- 11,
- 4,
- 0.14224,
- "_LHEEGIIYR_"
- ],
- [
- 15091,
- 2,
- 10,
- 3,
- 0.12802,
- "_ELAENNHILER_"
- ],
- [
- 33118,
- 2,
- 11,
- 3,
- 0.14224,
- "_VTTATEQAEREEIMK_"
- ],
- [
- 34406,
- 3,
- 11,
- 5,
- 0.14224,
- "_MKDEPEVEEEEEEEEEEEKEK_"
- ],
- [
- 44974,
- 2,
- 22,
- 8,
- 0.29875,
- "_LSEGSQPAEEEEDQETPSR_"
- ],
- [
- 919,
- 2,
- 14,
- 2,
- 0.18488,
- "_VNFAM(Oxidation (M))NVGK_"
- ],
- [
- 37246,
- 2,
- 8,
- 4,
- 0.099589,
- "_ASATSVSSAGEQAAGDPEGR_"
- ],
- [
- 38767,
- 2,
- 8,
- 2,
- 0.099589,
- "_VLDHAMIGPEGTDNCHK_"
- ],
- [
- 22002,
- 2,
- 8,
- 3,
- 0.099589,
- "_NNDKSEFLSTAPR_"
- ],
- [
- 25682,
- 2,
- 13,
- 3,
- 0.17065,
- "_(Acetyl (Protein N-term))SGNGNAAATAEENSPK_"
- ],
- [
- 25885,
- 2,
- 18,
- 2,
- 0.2418,
- "_NPDTQWITKPVHK_"
- ],
- [
- 50275,
- 2,
- 12,
- 4,
- 0.15645,
- "_TEGEEEQEEEEEEEEEEGGDK_"
- ],
- [
- 26209,
- 2,
- 13,
- 3,
- 0.17065,
- "_KDYNEAYNYYTK_"
- ],
- [
- 6958,
- 2,
- 7,
- 3,
- 0.085372,
- "_EHTDTFNFR_"
- ],
- [
- 13245,
- 2,
- 7,
- 2,
- 0.085372,
- "_TLDAEVVEKPAK_"
- ],
- [
- 27530,
- 2,
- 14,
- 3,
- 0.18488,
- "_GQYCDICTAANSNK_"
- ],
- [
- 31165,
- 2,
- 12,
- 4,
- 0.15645,
- "_GHENVEAAQAEYIEK_"
- ],
- [
- 9341,
- 2,
- 14,
- 5,
- 0.18488,
- "_NDHQEDFWK_"
- ],
- [
- 24262,
- 2,
- 15,
- 5,
- 0.1991,
- "_ETNISYSQEADDR_"
- ],
- [
- 12037,
- 3,
- 15,
- 3,
- 0.1991,
- "_GVNTVFHCASPPPSSNNK_"
- ],
- [
- 17656,
- 2,
- 8,
- 3,
- 0.099595,
- "_DRDFTAEDYEK_"
- ],
- [
- 28952,
- 2,
- 9,
- 2,
- 0.11381,
- "_TCMSESTWNPEHR_"
- ],
- [
- 22691,
- 3,
- 11,
- 4,
- 0.14225,
- "_YKPVCNQVECHPYFNQR_"
- ],
- [
- 10305,
- 2,
- 14,
- 4,
- 0.18487,
- "_AIEVLSDEHAR_"
- ],
- [
- 24416,
- 2,
- 11,
- 4,
- 0.14225,
- "_QENGMPEEPATTAR_"
- ],
- [
- 7196,
- 2,
- 12,
- 2,
- 0.15646,
- "_VVGNPCPICR_"
- ],
- [
- 22564,
- 2,
- 18,
- 3,
- 0.24179,
- "_LTPVSPESSSTEEK_"
- ],
- [
- 19799,
- 2,
- 14,
- 4,
- 0.18487,
- "_AINGPTSASGDDISK_"
- ],
- [
- 11958,
- 2,
- 12,
- 4,
- 0.15646,
- "_KTGCNVLLIQK_"
- ],
- [
- 25828,
- 2,
- 9,
- 5,
- 0.11381,
- "_AVESLMAANEEKDR_"
- ],
- [
- 25539,
- 2,
- 15,
- 3,
- 0.1991,
- "_SMYEEEINETRR_"
- ],
- [
- 23371,
- 2,
- 9,
- 2,
- 0.11381,
- "_YNIWCSTEHGNK_"
- ],
- [
- 9435,
- 2,
- 13,
- 4,
- 0.17067,
- "_AASAAFQENVGR_"
- ],
- [
- 22131,
- 2,
- 10,
- 4,
- 0.12803,
- "_YSIWCSTEHGNK_"
- ],
- [
- 15857,
- 2,
- 8,
- 3,
- 0.099595,
- "_SGSGTM(Oxidation (M))NLGGSLTR_"
- ],
- [
- 2612,
- 2,
- 16,
- 2,
- 0.21332,
- "_FLEHLSGAGK_"
- ],
- [
- 31209,
- 2,
- 24,
- 7,
- 0.3272,
- "_ASGNYATVISHNPETK_"
- ],
- [
- 11417,
- 2,
- 12,
- 5,
- 0.15647,
- "_SNNIINETTTR_"
- ],
- [
- 10749,
- 2,
- 26,
- 5,
- 0.35564,
- "_VIGSGCNLDSAR_"
- ],
- [
- 20036,
- 2,
- 10,
- 4,
- 0.12803,
- "_IVEDDASISSCNK_"
- ],
- [
- 47401,
- 2,
- 10,
- 6,
- 0.12803,
- "_QQLAQYQQQQSQASAPSTSR_"
- ],
- [
- 18325,
- 2,
- 8,
- 3,
- 0.099563,
- "_GQLQDELEKGER_"
- ],
- [
- 4292,
- 2,
- 9,
- 3,
- 0.11382,
- "_MLTNHTFIK_"
- ],
- [
- 17667,
- 2,
- 9,
- 4,
- 0.11382,
- "_EKDELEQELQK_"
- ],
- [
- 2960,
- 2,
- 10,
- 3,
- 0.12803,
- "_LRDADPILR_"
- ],
- [
- 14120,
- 2,
- 6,
- 3,
- 0.07111,
- "_TPSNELYKPLR_"
- ],
- [
- 9449,
- 2,
- 12,
- 4,
- 0.15647,
- "_IEPADAHVLQK_"
- ],
- [
- 12521,
- 2,
- 9,
- 4,
- 0.11382,
- "_NLQEIQQAGER_"
- ],
- [
- 5453,
- 2,
- 10,
- 2,
- 0.12803,
- "_SAIDENQLSR_"
- ],
- [
- 14708,
- 2,
- 11,
- 4,
- 0.14225,
- "_EAMMMVEPHQK_"
- ],
- [
- 30051,
- 2,
- 11,
- 4,
- 0.14225,
- "_GNPDSVSNTPEMEQR_"
- ],
- [
- 7068,
- 2,
- 6,
- 3,
- 0.07111,
- "_YQVQTICEK_"
- ],
- [
- 30322,
- 2,
- 12,
- 4,
- 0.15647,
- "_RAEYFDGSEPVQNR_"
- ],
- [
- 21605,
- 2,
- 9,
- 4,
- 0.11382,
- "_KSVQYDDVPEYK_"
- ],
- [
- 827,
- 2,
- 9,
- 3,
- 0.11382,
- "_AQSLLSTDR_"
- ],
- [
- 30954,
- 3,
- 5,
- 3,
- 0.056893,
- "_TGSPGGPGVSGGSPAGGAGGGSSGLPPSTKK_"
- ],
- [
- 424,
- 3,
- 11,
- 5,
- 0.14225,
- "_LKQDPPVIHELR_"
- ],
- [
- 35393,
- 2,
- 14,
- 6,
- 0.1849,
- "_EANFTVSSM(Oxidation (M))HGDMPQK_"
- ],
- [
- 6486,
- 3,
- 18,
- 6,
- 0.24178,
- "_KTKPYIQVDIGGGQTK_"
- ],
- [
- 11767,
- 3,
- 14,
- 5,
- 0.1849,
- "_TLQAGLSSNHVSHGEVLR_"
- ],
- [
- 6918,
- 2,
- 14,
- 4,
- 0.1849,
- "_HPSEMPQLVK_"
- ],
- [
- 732,
- 3,
- 13,
- 2,
- 0.17068,
- "_HLETFEHPNVVR_"
- ],
- [
- 20698,
- 2,
- 15,
- 5,
- 0.1991,
- "_MNSLLGCAPHQHS_"
- ],
- [
- 14904,
- 3,
- 13,
- 5,
- 0.17068,
- "_QSFDDNDSEELEDKDSK_"
- ],
- [
- 33183,
- 2,
- 15,
- 2,
- 0.1991,
- "_TETVEEPM(Oxidation (M))EEEEAAK_"
- ],
- [
- 38424,
- 2,
- 15,
- 5,
- 0.1991,
- "_TSQPPVPQGEAEEDSQGK_"
- ],
- [
- 33757,
- 2,
- 21,
- 5,
- 0.28446,
- "_VSEEAESQQQWDTSK_"
- ],
- [
- 7619,
- 2,
- 14,
- 6,
- 0.1849,
- "_GCHLLVATPGR_"
- ],
- [
- 8995,
- 3,
- 16,
- 6,
- 0.21332,
- "_TTHYTPLACGSNPLKR_"
- ],
- [
- 20348,
- 3,
- 13,
- 2,
- 0.17068,
- "_EPEAAAPAPGTGGDSVCGETHR_"
- ],
- [
- 23120,
- 2,
- 14,
- 5,
- 0.1849,
- "_DLEDKEGEIQAGAK_"
- ],
- [
- 8171,
- 2,
- 17,
- 5,
- 0.22754,
- "_IGTNQMAVCAK_"
- ],
- [
- 50082,
- 3,
- 13,
- 8,
- 0.17068,
- "_AASAAGAAGSAGGSSGAAGAAGGGAGAGTRPGDGGTASAGAAGPGAATK_"
- ],
- [
- 12638,
- 3,
- 12,
- 7,
- 0.15647,
- "_AHQLVM(Oxidation (M))EGYNWCHDR_"
- ],
- [
- 14222,
- 3,
- 14,
- 7,
- 0.1849,
- "_NVMVEPHRHEGVFICR_"
- ],
- [
- 36398,
- 2,
- 16,
- 6,
- 0.21332,
- "_EEVSGSSAAVTENADSDR_"
- ],
- [
- 10339,
- 2,
- 15,
- 5,
- 0.19912,
- "_TFGMAEEYHR_"
- ],
- [
- 1602,
- 2,
- 11,
- 3,
- 0.14226,
- "_QAEIWLHK_"
- ],
- [
- 17063,
- 2,
- 8,
- 4,
- 0.099571,
- "_EDQEILHSLHR_"
- ],
- [
- 10502,
- 2,
- 11,
- 3,
- 0.14226,
- "_AADSLQQNLQR_"
- ],
- [
- 16862,
- 2,
- 7,
- 4,
- 0.085332,
- "_NQTNLPTENVDK_"
- ],
- [
- 7434,
- 2,
- 15,
- 3,
- 0.19912,
- "_STPAAVGAMEDK_"
- ],
- [
- 18171,
- 2,
- 11,
- 3,
- 0.14226,
- "_APLKPYPVSPSDK_"
- ],
- [
- 17255,
- 2,
- 7,
- 2,
- 0.085332,
- "_QAATQQNWDYR_"
- ],
- [
- 12750,
- 3,
- 15,
- 6,
- 0.19912,
- "_FMSVQRPGPYDRPGTAR_"
- ],
- [
- 17592,
- 3,
- 8,
- 5,
- 0.099571,
- "_SKIEMEETDKEQLTAEAK_"
- ],
- [
- 5418,
- 4,
- 8,
- 4,
- 0.099571,
- "_KSEKPLENGTGFQAQDISGQK_"
- ],
- [
- 12416,
- 2,
- 8,
- 2,
- 0.099571,
- "_QQIEDQQGLPK_"
- ],
- [
- 33485,
- 2,
- 12,
- 4,
- 0.15647,
- "_AACSSSEEDDCVSLSK_"
- ],
- [
- 15162,
- 3,
- 9,
- 2,
- 0.11379,
- "_KAEELIQQEHADQAEIR_"
- ],
- [
- 14750,
- 2,
- 14,
- 4,
- 0.1849,
- "_KVMDSDEDDDY_"
- ],
- [
- 6558,
- 2,
- 21,
- 2,
- 0.28447,
- "_IVEQDTMPPK_"
- ],
- [
- 8386,
- 2,
- 13,
- 4,
- 0.17069,
- "_SSSPELVTHLK_"
- ],
- [
- 24721,
- 2,
- 22,
- 7,
- 0.29868,
- "_GVEEEEEDGEMRE_"
- ],
- [
- 25653,
- 2,
- 8,
- 3,
- 0.099571,
- "_GKTEQQTADQLLAR_"
- ],
- [
- 24811,
- 2,
- 10,
- 3,
- 0.12804,
- "_GFTQLSSYQSHER_"
- ],
- [
- 11068,
- 2,
- 14,
- 2,
- 0.1849,
- "_DTGGDGQDSLYK_"
- ],
- [
- 29801,
- 2,
- 11,
- 6,
- 0.14226,
- "_EAPGPNGATEEDGVPSK_"
- ],
- [
- 29470,
- 2,
- 14,
- 5,
- 0.1849,
- "_AVASPEATVSQTDENK_"
- ],
- [
- 11442,
- 3,
- 14,
- 6,
- 0.1849,
- "_VLDHAMIGPEGTDNCHK_"
- ],
- [
- 40403,
- 2,
- 8,
- 4,
- 0.099571,
- "_VSESEGKLEGQATAVTPNK_"
- ],
- [
- 20203,
- 3,
- 15,
- 5,
- 0.19912,
- "_AQPAQPADEPAEKADEPMEH_"
- ],
- [
- 1985,
- 2,
- 15,
- 3,
- 0.19912,
- "_DIDENAYAK_"
- ],
- [
- 27076,
- 2,
- 10,
- 4,
- 0.12802,
- "_VTLYECHSQGEIR_"
- ],
- [
- 400,
- 2,
- 21,
- 5,
- 0.28447,
- "_TIDDLEEK_"
- ],
- [
- 39068,
- 2,
- 12,
- 5,
- 0.15649,
- "_LVHQNSASDDAEASMISK_"
- ],
- [
- 4985,
- 2,
- 12,
- 3,
- 0.15649,
- "_YEDMAAFM(Oxidation (M))K_"
- ],
- [
- 2942,
- 2,
- 11,
- 4,
- 0.14227,
- "_ECELYVQK_"
- ],
- [
- 12957,
- 2,
- 9,
- 4,
- 0.1138,
- "_HDEEDYVEMK_"
- ],
- [
- 20233,
- 2,
- 9,
- 4,
- 0.1138,
- "_SETITADVNHNLK_"
- ],
- [
- 32406,
- 2,
- 11,
- 6,
- 0.14227,
- "_NTVSQSISGDPEIDKK_"
- ],
- [
- 2268,
- 2,
- 9,
- 2,
- 0.1138,
- "_TESTPITAVK_"
- ],
- [
- 27867,
- 2,
- 11,
- 5,
- 0.14227,
- "_SWGQQAQEYQEQK_"
- ],
- [
- 13606,
- 2,
- 10,
- 3,
- 0.12802,
- "_ALYEALKENEK_"
- ],
- [
- 11170,
- 2,
- 19,
- 4,
- 0.25599,
- "_EDSSSTEFVEK_"
- ],
- [
- 20366,
- 2,
- 10,
- 6,
- 0.12802,
- "_KFLESYATDNEK_"
- ],
- [
- 32816,
- 2,
- 14,
- 7,
- 0.18492,
- "_QLQQAQAAGAEQEVEK_"
- ],
- [
- 27116,
- 2,
- 13,
- 5,
- 0.1707,
- "_EEEEQQEGGFASPR_"
- ],
- [
- 25154,
- 2,
- 7,
- 2,
- 0.085347,
- "_TPSLDAEGSNCPATK_"
- ],
- [
- 3392,
- 2,
- 13,
- 2,
- 0.1707,
- "_QLLHLAEEK_"
- ],
- [
- 4258,
- 2,
- 12,
- 5,
- 0.15649,
- "_LQETLSAADR_"
- ],
- [
- 20312,
- 2,
- 21,
- 6,
- 0.28447,
- "_YICDNQDTISSK_"
- ],
- [
- 22220,
- 2,
- 5,
- 2,
- 0.056898,
- "_LFTTTEQDEQGSK_"
- ],
- [
- 6531,
- 2,
- 13,
- 5,
- 0.1707,
- "_IRELTAVVQK_"
- ],
- [
- 2721,
- 3,
- 8,
- 3,
- 0.099564,
- "_VTLYECHSQGEIR_"
- ],
- [
- 24509,
- 2,
- 8,
- 4,
- 0.099576,
- "_GTATPELHTATDYR_"
- ],
- [
- 38237,
- 2,
- 7,
- 4,
- 0.085365,
- "_AASAGQEPLHNEELAGAGR_"
- ],
- [
- 295,
- 2,
- 11,
- 3,
- 0.14225,
- "_THAVLVALK_"
- ],
- [
- 8543,
- 2,
- 15,
- 4,
- 0.19915,
- "_SGTVDPQELQK_"
- ],
- [
- 11725,
- 3,
- 15,
- 5,
- 0.19915,
- "_LVHQNSASDDAEASMISK_"
- ],
- [
- 582,
- 2,
- 16,
- 4,
- 0.21336,
- "_QPTIFQNK_"
- ],
- [
- 3094,
- 2,
- 16,
- 2,
- 0.21336,
- "_LIDVNHYAK_"
- ],
- [
- 17370,
- 2,
- 16,
- 6,
- 0.21336,
- "_ATVMLYDDGNKR_"
- ],
- [
- 13933,
- 2,
- 13,
- 5,
- 0.17072,
- "_DGETPDPEDPSR_"
- ],
- [
- 11190,
- 2,
- 10,
- 4,
- 0.12803,
- "_KEEELQAALAR_"
- ],
- [
- 6819,
- 2,
- 9,
- 4,
- 0.11379,
- "_EEVAPCMGDR_"
- ],
- [
- 4189,
- 3,
- 13,
- 5,
- 0.17072,
- "_GKNNTVGLIQLNRPK_"
- ],
- [
- 33542,
- 2,
- 12,
- 5,
- 0.1565,
- "_LSDDNTIGKEEIQQR_"
- ],
- [
- 23366,
- 3,
- 10,
- 6,
- 0.12803,
- "_KSEKPLENGTGFQAQDISGQK_"
- ],
- [
- 27381,
- 3,
- 15,
- 5,
- 0.19915,
- "_QEEPPPGPQRPDQSAAAAGPGDPK_"
- ],
- [
- 9552,
- 3,
- 13,
- 4,
- 0.17072,
- "_VIPEDGPAAQNPENVKR_"
- ],
- [
- 13811,
- 2,
- 12,
- 3,
- 0.1565,
- "_YPLAAAAERPPR_"
- ],
- [
- 16302,
- 2,
- 18,
- 6,
- 0.24178,
- "_EVATNSELVQSGK_"
- ],
- [
- 704,
- 3,
- 14,
- 3,
- 0.18493,
- "_GGHFYSAKPEILR_"
- ],
- [
- 973,
- 2,
- 12,
- 3,
- 0.1565,
- "_ILQEGVDPK_"
- ],
- [
- 9781,
- 2,
- 13,
- 4,
- 0.17072,
- "_FEDENFHYK_"
- ],
- [
- 1640,
- 2,
- 10,
- 3,
- 0.12803,
- "_FGDSNTVMR_"
- ],
- [
- 25201,
- 2,
- 25,
- 5,
- 0.34137,
- "_SVTEQGAELSNEER_"
- ],
- [
- 15797,
- 2,
- 9,
- 4,
- 0.1138,
- "_SYESMCEYQR_"
- ],
- [
- 11160,
- 3,
- 9,
- 3,
- 0.1138,
- "_ERPAYAVHGNMLHYVK_"
- ],
- [
- 18316,
- 3,
- 12,
- 5,
- 0.15647,
- "_QQAGAQGPGSADLEDGEMGKR_"
- ],
- [
- 30955,
- 3,
- 10,
- 2,
- 0.12801,
- "_KTGSPGGPGVSGGSPAGGAGGGSSGLPPSTK_"
- ],
- [
- 21443,
- 2,
- 10,
- 5,
- 0.12801,
- "_FCCQSCVSEYK_"
- ],
- [
- 1182,
- 2,
- 10,
- 3,
- 0.12801,
- "_ALDLDSSCK_"
- ],
- [
- 19334,
- 2,
- 10,
- 4,
- 0.12801,
- "_KTCAAQLVSYPGK_"
- ],
- [
- 16899,
- 2,
- 7,
- 4,
- 0.085349,
- "_STTELDDYSTNK_"
- ],
- [
- 45256,
- 2,
- 10,
- 3,
- 0.12801,
- "_ENSGPVENGVSDQEGEEQAR_"
- ],
- [
- 24090,
- 2,
- 7,
- 4,
- 0.085349,
- "_EHYPNGVCTVYGK_"
- ],
- [
- 29845,
- 2,
- 9,
- 3,
- 0.1138,
- "_VSGSSGELPLEDGGSHK_"
- ],
- [
- 30252,
- 2,
- 7,
- 5,
- 0.085349,
- "_NEQNGAAAHVIAEDVK_"
- ],
- [
- 6866,
- 3,
- 9,
- 2,
- 0.1138,
- "_LSDDNTIGKEEIQQR_"
- ],
- [
- 31450,
- 2,
- 10,
- 5,
- 0.12801,
- "_ADTLTPEECQQFKK_"
- ],
- [
- 27510,
- 2,
- 12,
- 6,
- 0.15647,
- "_SIGTANRPMGAGEALR_"
- ],
- [
- 336,
- 2,
- 19,
- 3,
- 0.256,
- "_HGLYLPTR_"
- ],
- [
- 28316,
- 2,
- 13,
- 4,
- 0.17072,
- "_VDNSSLTGESEPQTR_"
- ],
- [
- 2405,
- 2,
- 16,
- 3,
- 0.21337,
- "_NVPNLHVMK_"
- ],
- [
- 35129,
- 2,
- 13,
- 2,
- 0.17072,
- "_MGGGGAM(Oxidation (M))NMGDPYGSGGQK_"
- ],
- [
- 18950,
- 2,
- 13,
- 3,
- 0.17072,
- "_NETYNSHPLLVK_"
- ],
- [
- 7419,
- 3,
- 12,
- 6,
- 0.15647,
- "_AYHPGCFTCVVCHR_"
- ],
- [
- 36257,
- 2,
- 13,
- 5,
- 0.17072,
- "_LKSEDGVEGDLGETQSR_"
- ],
- [
- 13695,
- 3,
- 14,
- 5,
- 0.18494,
- "_EGHPVTSEPSRPEPAVFK_"
- ],
- [
- 42232,
- 2,
- 13,
- 5,
- 0.17072,
- "_HLYECTEEENDNSLEK_"
- ],
- [
- 25299,
- 2,
- 14,
- 2,
- 0.18494,
- "_ITGHFYACQVAQR_"
- ],
- [
- 38435,
- 2,
- 5,
- 2,
- 0.056897,
- "_DVACGANHTLVLDSQKR_"
- ],
- [
- 38732,
- 2,
- 11,
- 5,
- 0.14223,
- "_QDPGDNWEEGGGGGGGM(Oxidation (M))EK_"
- ],
- [
- 14080,
- 3,
- 15,
- 5,
- 0.19915,
- "_GLHSENREDEGWQVYR_"
- ],
- [
- 9107,
- 3,
- 15,
- 6,
- 0.19915,
- "_LKSEDGVEGDLGETQSR_"
- ],
- [
- 9674,
- 3,
- 8,
- 5,
- 0.099563,
- "_RPPTMTVSEASYQSER_"
- ],
- [
- 9765,
- 3,
- 11,
- 7,
- 0.14223,
- "_HNNCMASHLTPAVYAR_"
- ],
- [
- 14360,
- 3,
- 12,
- 2,
- 0.15647,
- "_LREPLDGDGHESAEPYAK_"
- ],
- [
- 18623,
- 3,
- 16,
- 6,
- 0.21337,
- "_YKPVCNQVECHPYFNR_"
- ],
- [
- 17409,
- 2,
- 11,
- 4,
- 0.14223,
- "_FVPDKEFSGSDR_"
- ],
- [
- 6227,
- 2,
- 8,
- 5,
- 0.099563,
- "_ELPFGDKDTK_"
- ],
- [
- 23508,
- 2,
- 12,
- 2,
- 0.15647,
- "_ESTGNMVTGQTVCK_"
- ],
- [
- 1381,
- 2,
- 12,
- 3,
- 0.15647,
- "_ITQSNAILR_"
- ],
- [
- 5115,
- 2,
- 13,
- 3,
- 0.17068,
- "_DHAISLSEPR_"
- ],
- [
- 5213,
- 3,
- 13,
- 4,
- 0.17068,
- "_VDDEPMDVDKGPGSTK_"
- ],
- [
- 25041,
- 2,
- 7,
- 4,
- 0.085341,
- "_KLEELEKEEELR_"
- ],
- [
- 7787,
- 2,
- 12,
- 3,
- 0.15647,
- "_PLTQEEIAQR_"
- ],
- [
- 2568,
- 2,
- 13,
- 3,
- 0.17068,
- "_EMNPPDNIK_"
- ],
- [
- 6909,
- 3,
- 10,
- 4,
- 0.12801,
- "_QFQDAGHFDAENIKK_"
- ],
- [
- 32969,
- 2,
- 9,
- 3,
- 0.1138,
- "_VLAQYYTVTDEHHR_"
- ],
- [
- 20790,
- 2,
- 10,
- 4,
- 0.12801,
- "_EITEACVGSCEAK_"
- ],
- [
- 15111,
- 2,
- 9,
- 2,
- 0.1138,
- "_NAVLPSKPLQDR_"
- ],
- [
- 3585,
- 3,
- 17,
- 5,
- 0.22759,
- "_SSGPYGGGGQYFAKPR_"
- ],
- [
- 1851,
- 2,
- 16,
- 5,
- 0.21337,
- "_LFEQNVQR_"
- ],
- [
- 35182,
- 2,
- 7,
- 4,
- 0.085341,
- "_LSSSADANGNAQPSSLAAK_"
- ],
- [
- 12031,
- 2,
- 16,
- 7,
- 0.21337,
- "_THLMSESEWR_"
- ],
- [
- 1621,
- 3,
- 12,
- 5,
- 0.15644,
- "_HEVLLISAEQDKR_"
- ],
- [
- 37441,
- 2,
- 10,
- 3,
- 0.12801,
- "_ELNNTCEPVVTQPKPK_"
- ],
- [
- 19532,
- 2,
- 10,
- 4,
- 0.12801,
- "_DDTHYYIQASSK_"
- ],
- [
- 231,
- 2,
- 20,
- 5,
- 0.27023,
- "_HMLPSGFR_"
- ],
- [
- 21995,
- 2,
- 17,
- 8,
- 0.22758,
- "_ETYGDMADCCEK_"
- ],
- [
- 9707,
- 2,
- 9,
- 4,
- 0.11378,
- "_ISTITALGHEGK_"
- ],
- [
- 12720,
- 2,
- 16,
- 3,
- 0.21337,
- "_RLPENLYNDR_"
- ],
- [
- 4403,
- 2,
- 11,
- 3,
- 0.14223,
- "_NCLNPQFSK_"
- ],
- [
- 43588,
- 2,
- 9,
- 6,
- 0.11378,
- "_TCSMVGNGDTTSQDDCVSK_"
- ],
- [
- 1523,
- 2,
- 11,
- 4,
- 0.14223,
- "_GTAVVNGEFK_"
- ],
- [
- 31532,
- 2,
- 20,
- 6,
- 0.27023,
- "_MTGESECLNPSTQSR_"
- ],
- [
- 16554,
- 2,
- 11,
- 5,
- 0.14223,
- "_AANVLLSEHGEVK_"
- ],
- [
- 5804,
- 2,
- 12,
- 4,
- 0.15644,
- "_YFSLKPEEK_"
- ],
- [
- 30283,
- 3,
- 15,
- 6,
- 0.19915,
- "_KKDQVTAQEIFQDNHEDGPTAK_"
- ],
- [
- 19896,
- 2,
- 10,
- 4,
- 0.12801,
- "_IAVAHNGELVNAAR_"
- ],
- [
- 11591,
- 2,
- 13,
- 5,
- 0.17068,
- "_GIMEEDEACGR_"
- ],
- [
- 10160,
- 3,
- 13,
- 3,
- 0.17068,
- "_ELNNTCEPVVTQPKPK_"
- ],
- [
- 6075,
- 2,
- 7,
- 3,
- 0.085332,
- "_NQEILDDTAK_"
- ],
- [
- 28404,
- 2,
- 15,
- 7,
- 0.19915,
- "_ICDECNYGSYQGR_"
- ],
- [
- 5949,
- 2,
- 8,
- 2,
- 0.099554,
- "_TTVNNGTVLPK_"
- ],
- [
- 928,
- 2,
- 15,
- 5,
- 0.19915,
- "_HVLVTLGEK_"
- ],
- [
- 13076,
- 2,
- 15,
- 4,
- 0.19915,
- "_IYQGEDLPHPK_"
- ],
- [
- 43323,
- 2,
- 14,
- 4,
- 0.1849,
- "_DSGAASEQATAAPNPCSSSSR_"
- ],
- [
- 18495,
- 2,
- 8,
- 3,
- 0.099554,
- "_MNRPAPVEVTYK_"
- ],
- [
- 12309,
- 2,
- 10,
- 2,
- 0.12801,
- "_LVNSQCEFER_"
- ],
- [
- 33150,
- 2,
- 6,
- 3,
- 0.07111,
- "_IQNTLHCCGVTDYR_"
- ],
- [
- 11644,
- 2,
- 27,
- 4,
- 0.36979,
- "_SPPPGMGLNQNR_"
- ],
- [
- 35094,
- 2,
- 18,
- 6,
- 0.24179,
- "_GAVAEDGDELRTEPEAK_"
- ],
- [
- 194,
- 2,
- 15,
- 3,
- 0.1991,
- "_LYSESLAR_"
- ],
- [
- 20678,
- 3,
- 10,
- 4,
- 0.12799,
- "_MKLPEHPEGGEPEDDEAPAK_"
- ],
- [
- 44665,
- 2,
- 23,
- 5,
- 0.31286,
- "_GPPQEEEEEEDEEEEATK_"
- ],
- [
- 14863,
- 2,
- 15,
- 5,
- 0.1991,
- "_DDVAPESGDTTVK_"
- ],
- [
- 10529,
- 2,
- 15,
- 5,
- 0.1991,
- "_KPLLESGTLGTK_"
- ],
- [
- 4477,
- 2,
- 15,
- 4,
- 0.1991,
- "_QIIGRPVVVK_"
- ],
- [
- 24927,
- 3,
- 11,
- 5,
- 0.14222,
- "_TGGPAYGPSSDVSTASETESEKR_"
- ],
- [
- 37,
- 3,
- 15,
- 6,
- 0.1991,
- "_TGHSLLHTLYGR_"
- ],
- [
- 25593,
- 2,
- 10,
- 5,
- 0.12799,
- "_GTTEVNIDSETVHR_"
- ],
- [
- 23419,
- 2,
- 9,
- 2,
- 0.11376,
- "_EGTQLSSQQSVMSK_"
- ],
- [
- 5483,
- 2,
- 9,
- 4,
- 0.11376,
- "_VCEVDNELR_"
- ],
- [
- 569,
- 2,
- 17,
- 5,
- 0.22757,
- "_KQDFPLVK_"
- ],
- [
- 9628,
- 3,
- 16,
- 6,
- 0.21336,
- "_SLTPAVPVESKPDKPSGK_"
- ],
- [
- 19639,
- 2,
- 13,
- 4,
- 0.17065,
- "_NSQGSEMFGDDDK_"
- ],
- [
- 4818,
- 2,
- 13,
- 2,
- 0.22757,
- "_DNQLSEVANK_"
- ],
- [
- 1322,
- 2,
- 8,
- 3,
- 0.099541,
- "_KNQLELLR_"
- ],
- [
- 17758,
- 3,
- 13,
- 4,
- 0.17065,
- "_KLETNPDIKPSNVEPM(Oxidation (M))EK_"
- ],
- [
- 6585,
- 3,
- 9,
- 6,
- 0.11376,
- "_IQNTLHCCGVTDYR_"
- ],
- [
- 11837,
- 2,
- 10,
- 4,
- 0.12799,
- "_SGEGIREPISVK_"
- ],
- [
- 298,
- 3,
- 16,
- 5,
- 0.21336,
- "_KTSEVDLAKPLVK_"
- ],
- [
- 26780,
- 2,
- 13,
- 5,
- 0.17065,
- "_LDQELQQPQTQEK_"
- ],
- [
- 16380,
- 2,
- 13,
- 6,
- 0.17065,
- "_AQNTWGCGNSLR_"
- ],
- [
- 915,
- 2,
- 12,
- 2,
- 0.15644,
- "_DAEDAVYGR_"
- ],
- [
- 28665,
- 2,
- 10,
- 5,
- 0.12798,
- "_(Acetyl (Protein N-term))ASQNRDPAATSVAAAR_"
- ],
- [
- 16686,
- 2,
- 9,
- 4,
- 0.11376,
- "_QHLFYGQYEGK_"
- ],
- [
- 24802,
- 2,
- 12,
- 4,
- 0.15644,
- "_FEHCNFNDVTTR_"
- ],
- [
- 35720,
- 2,
- 9,
- 3,
- 0.11376,
- "_YNDWSDDDDDSNESK_"
- ],
- [
- 19246,
- 2,
- 9,
- 3,
- 0.11376,
- "_ILKEEQELYQK_"
- ],
- [
- 16334,
- 2,
- 10,
- 4,
- 0.12798,
- "_CVGGVVHSFDGTK_"
- ],
- [
- 12336,
- 2,
- 12,
- 4,
- 0.15644,
- "_ILSHLQQDSLK_"
- ],
- [
- 25388,
- 2,
- 9,
- 3,
- 0.11376,
- "_NLHPQSWTQSNIK_"
- ],
- [
- 21608,
- 2,
- 10,
- 4,
- 0.12798,
- "_TQTPPVEENVTQK_"
- ],
- [
- 2907,
- 3,
- 10,
- 6,
- 0.12798,
- "_VDDSSEDKTEFTVK_"
- ],
- [
- 122,
- 2,
- 11,
- 4,
- 0.1422,
- "_KAVAISLPK_"
- ],
- [
- 1039,
- 2,
- 11,
- 4,
- 0.1422,
- "_VLNTNIDGR_"
- ],
- [
- 7880,
- 2,
- 10,
- 3,
- 0.12798,
- "_LSVSNMVHTAK_"
- ],
- [
- 22194,
- 2,
- 9,
- 5,
- 0.11376,
- "_VQELGHGCAALVTK_"
- ],
- [
- 16275,
- 2,
- 10,
- 4,
- 0.12798,
- "_SCTTESCDFVR_"
- ],
- [
- 326,
- 3,
- 11,
- 6,
- 0.1422,
- "_MGPLINRPHLER_"
- ],
- [
- 23777,
- 2,
- 21,
- 6,
- 0.28444,
- "_QEYDESGPSIVHR_"
- ],
- [
- 3811,
- 2,
- 16,
- 5,
- 0.21332,
- "_FETLQAQAGK_"
- ],
- [
- 39891,
- 2,
- 14,
- 6,
- 0.18487,
- "_QHLSNMEVQVASQSSQR_"
- ],
- [
- 15818,
- 2,
- 15,
- 5,
- 0.19911,
- "_NKYETEINITK_"
- ],
- [
- 8374,
- 2,
- 13,
- 4,
- 0.17065,
- "_EATDAIGHLDR_"
- ],
- [
- 12068,
- 2,
- 14,
- 4,
- 0.18487,
- "_HVVPNEVVVQR_"
- ],
- [
- 1420,
- 2,
- 15,
- 2,
- 0.19911,
- "_ALGLDSANEK_"
- ],
- [
- 16005,
- 3,
- 16,
- 6,
- 0.21332,
- "_RPLEMEQQQAYRPEMK_"
- ],
- [
- 1254,
- 3,
- 20,
- 5,
- 0.27023,
- "_QEYDESGPSIVHR_"
- ],
- [
- 9431,
- 2,
- 13,
- 4,
- 0.17066,
- "_DIAWTEDSKR_"
- ],
- [
- 14487,
- 2,
- 10,
- 4,
- 0.12798,
- "_EYSGFAGVSRPR_"
- ],
- [
- 3910,
- 2,
- 9,
- 2,
- 0.11375,
- "_EFVADETER_"
- ],
- [
- 11617,
- 2,
- 16,
- 6,
- 0.21333,
- "_CGAALAGHQLIR_"
- ],
- [
- 41365,
- 2,
- 11,
- 4,
- 0.1422,
- "_CVTDPAYEDVNNCHER_"
- ],
- [
- 3590,
- 2,
- 7,
- 3,
- 0.085294,
- "_YDQNYDIR_"
- ],
- [
- 1702,
- 2,
- 8,
- 2,
- 0.099523,
- "_EQALQLAQK_"
- ],
- [
- 19703,
- 2,
- 8,
- 2,
- 0.099523,
- "_TPQQLWYTHEK_"
- ],
- [
- 4120,
- 2,
- 8,
- 3,
- 0.099523,
- "_QALQNELER_"
- ],
- [
- 13240,
- 2,
- 11,
- 4,
- 0.1422,
- "_SSSQIPAQPSVAK_"
- ],
- [
- 9606,
- 2,
- 26,
- 5,
- 0.35552,
- "_HIYYITGETK_"
- ],
- [
- 13757,
- 3,
- 12,
- 7,
- 0.15642,
- "_VDCTQHYELCSGNQVR_"
- ],
- [
- 14451,
- 2,
- 17,
- 5,
- 0.22754,
- "_HAASTVQILGAEK_"
- ],
- [
- 12549,
- 3,
- 18,
- 7,
- 0.24179,
- "_QHLSNMEVQVASQSSQR_"
- ],
- [
- 30868,
- 2,
- 9,
- 4,
- 0.11375,
- "_SCQTASIATASASAQAR_"
- ],
- [
- 31047,
- 2,
- 12,
- 4,
- 0.15642,
- "_KAPAGPSLEETSVSSPK_"
- ],
- [
- 32639,
- 3,
- 6,
- 3,
- 0.071072,
- "_GLGDSGSEGHSSLSSHSNSEELAAAAK_"
- ],
- [
- 3612,
- 2,
- 19,
- 3,
- 0.25601,
- "_RAEIISEIR_"
- ],
- [
- 1774,
- 2,
- 12,
- 4,
- 0.15642,
- "_GVTIPYRPK_"
- ],
- [
- 17208,
- 3,
- 12,
- 5,
- 0.15642,
- "_RTDEEGKDVPDHAVLEMK_"
- ],
- [
- 7520,
- 2,
- 14,
- 3,
- 0.18487,
- "_NAMGSLASQATK_"
- ],
- [
- 9167,
- 2,
- 13,
- 4,
- 0.17066,
- "_KGPQSLFNAPR_"
- ],
- [
- 390,
- 2,
- 10,
- 4,
- 0.12798,
- "_VIECDVVK_"
- ],
- [
- 30160,
- 2,
- 9,
- 3,
- 0.11375,
- "_SYLSGGAGAAGGGGADPGNK_"
- ],
- [
- 8514,
- 2,
- 13,
- 5,
- 0.17066,
- "_YASSANLHLPK_"
- ],
- [
- 40258,
- 2,
- 20,
- 7,
- 0.27022,
- "_VAPAEPQEAPDSTAAGGSASK_"
- ],
- [
- 5721,
- 2,
- 10,
- 2,
- 0.12798,
- "_DVPIVHTETK_"
- ],
- [
- 10395,
- 2,
- 11,
- 5,
- 0.14219,
- "_GGGHVAQIYAIR_"
- ],
- [
- 34934,
- 2,
- 10,
- 3,
- 0.12797,
- "_CADDSETANYISAHTK_"
- ],
- [
- 25373,
- 2,
- 19,
- 7,
- 0.25601,
- "_YEQGTGCWQGPNR_"
- ],
- [
- 32476,
- 2,
- 11,
- 3,
- 0.14219,
- "_GNAM(Oxidation (M))VEEGHFAAEDVK_"
- ],
- [
- 20192,
- 2,
- 11,
- 5,
- 0.14219,
- "_GLLQTEPQNNQAK_"
- ],
- [
- 28704,
- 2,
- 22,
- 6,
- 0.29866,
- "_SSGPYGGGGQYFAKPR_"
- ],
- [
- 31337,
- 2,
- 11,
- 4,
- 0.14219,
- "_VEYSEEELKTHISK_"
- ],
- [
- 18741,
- 2,
- 10,
- 3,
- 0.12797,
- "_AVANYDSVEEGEK_"
- ],
- [
- 13662,
- 2,
- 12,
- 3,
- 0.15641,
- "_LLIGADGHNSGVR_"
- ],
- [
- 42854,
- 2,
- 7,
- 4,
- 0.085288,
- "_SSAGDTEFVHQNSQEIQR_"
- ],
- [
- 16790,
- 2,
- 5,
- 4,
- 0.05686,
- "_EQQVYCEEMR_"
- ],
- [
- 9294,
- 2,
- 8,
- 3,
- 0.099509,
- "_ALQAQEIECR_"
- ],
- [
- 6315,
- 2,
- 14,
- 5,
- 0.18487,
- "_YIDQEELNK_"
- ],
- [
- 8790,
- 2,
- 7,
- 2,
- 0.085288,
- "_DADLTDTAQTR_"
- ],
- [
- 14177,
- 3,
- 14,
- 7,
- 0.18487,
- "_CVTDPAYEDVNNCHER_"
- ],
- [
- 2198,
- 2,
- 9,
- 3,
- 0.11374,
- "_VLLQEEGTR_"
- ],
- [
- 24630,
- 3,
- 16,
- 4,
- 0.2133,
- "_GNAEGSSDEEGKLVIDEPAKEK_"
- ],
- [
- 23197,
- 4,
- 9,
- 5,
- 0.11374,
- "_DFYAAHPSADAANGSNEDRGEVADEDKR_"
- ],
- [
- 10182,
- 2,
- 14,
- 5,
- 0.18487,
- "_KLLVGSEDYGR_"
- ],
- [
- 1534,
- 2,
- 11,
- 2,
- 0.14219,
- "_KPLTPYFR_"
- ],
- [
- 35361,
- 2,
- 14,
- 6,
- 0.18487,
- "_NSGQNLEEDMGQSEQK_"
- ],
- [
- 23613,
- 2,
- 6,
- 3,
- 0.071073,
- "_NLETSSAFQSSSQK_"
- ],
- [
- 19939,
- 2,
- 12,
- 3,
- 0.15641,
- "_EKEDLLCGATDGK_"
- ],
- [
- 16407,
- 2,
- 6,
- 4,
- 0.071076,
- "_QVLQHPWVTQK_"
- ],
- [
- 13801,
- 2,
- 15,
- 3,
- 0.19909,
- "_VQPVIGENGGDAR_"
- ],
- [
- 5519,
- 2,
- 7,
- 4,
- 0.085289,
- "_IEALCDEER_"
- ],
- [
- 5262,
- 3,
- 11,
- 6,
- 0.14219,
- "_VEYSEEELKTHISK_"
- ],
- [
- 8054,
- 4,
- 11,
- 4,
- 0.14219,
- "_FKPYCNFDKYDEDHSGDDK_"
- ],
- [
- 24515,
- 2,
- 9,
- 5,
- 0.11373,
- "_KVEELQACVETAR_"
- ],
- [
- 18556,
- 4,
- 9,
- 3,
- 0.11373,
- "_LNKPQPQPSPLLSTHHTQEEDISSK_"
- ],
- [
- 2984,
- 2,
- 9,
- 3,
- 0.11373,
- "_(Acetyl (Protein N-term))AAEADGPLKR_"
- ],
- [
- 54,
- 4,
- 9,
- 2,
- 0.11373,
- "_VEEKPPPAPSIATKPVR_"
- ],
- [
- 19419,
- 2,
- 11,
- 3,
- 0.14219,
- "_TVIHNDNEELIK_"
- ],
- [
- 38390,
- 2,
- 10,
- 4,
- 0.12795,
- "_EQPVQCDEMDCTSQR_"
- ],
- [
- 22352,
- 2,
- 10,
- 5,
- 0.12795,
- "_EQETYCICGNGR_"
- ],
- [
- 48212,
- 2,
- 11,
- 6,
- 0.14219,
- "_GPSAAGEQEPDKESGASVDEVAR_"
- ],
- [
- 21330,
- 2,
- 8,
- 2,
- 0.099504,
- "_ASHPEDPASVVEAR_"
- ],
- [
- 23459,
- 2,
- 12,
- 5,
- 0.15641,
- "_VADWTGATYQDKR_"
- ],
- [
- 5204,
- 2,
- 8,
- 3,
- 0.099504,
- "_ATGPVVEQAVR_"
- ],
- [
- 15198,
- 2,
- 12,
- 4,
- 0.15641,
- "_DNPKPNVSEALR_"
- ],
- [
- 713,
- 3,
- 16,
- 7,
- 0.2133,
- "_LESGMQNMSIHTK_"
- ],
- [
- 27880,
- 2,
- 16,
- 6,
- 0.2133,
- "_AVEVQGPSLESGDHGK_"
- ],
- [
- 27445,
- 2,
- 17,
- 5,
- 0.22752,
- "_VDDSSEDKTEFTVK_"
- ],
- [
- 234,
- 3,
- 17,
- 4,
- 0.22752,
- "_IYDLNKPEAEPK_"
- ],
- [
- 8886,
- 3,
- 17,
- 5,
- 0.22752,
- "_IELHGKPIEVEHSVPK_"
- ],
- [
- 14986,
- 2,
- 17,
- 4,
- 0.22752,
- "_KLEEEGEQFVK_"
- ],
- [
- 31322,
- 2,
- 18,
- 5,
- 0.24176,
- "_STAGDTHLGGEDFDNR_"
- ],
- [
- 4713,
- 2,
- 12,
- 4,
- 0.15641,
- "_LQLEIDQKK_"
- ],
- [
- 23687,
- 3,
- 16,
- 8,
- 0.2133,
- "_TTSSANNPNLMYQDECDRR_"
- ],
- [
- 2911,
- 2,
- 8,
- 3,
- 0.099539,
- "_ECLTEMER_"
- ],
- [
- 370,
- 2,
- 11,
- 2,
- 0.1422,
- "_LQLEATER_"
- ],
- [
- 24121,
- 3,
- 14,
- 8,
- 0.18488,
- "_GPSAAGEQEPDKESGASVDEVAR_"
- ],
- [
- 12865,
- 2,
- 11,
- 2,
- 0.1422,
- "_TIDEGDADEVTK_"
- ],
- [
- 17580,
- 2,
- 12,
- 4,
- 0.15644,
- "_QQIESEVANLKK_"
- ],
- [
- 46156,
- 2,
- 9,
- 3,
- 0.11375,
- "_HVVSCSSQDSTHCAENLLK_"
- ],
- [
- 28127,
- 4,
- 11,
- 4,
- 0.1422,
- "_EEASNSGYGSSINQDAGFHTNGTGHGNLRPR_"
- ],
- [
- 6039,
- 2,
- 8,
- 4,
- 0.099539,
- "_EVANSTANLVK_"
- ],
- [
- 24791,
- 3,
- 14,
- 6,
- 0.18488,
- "_GADEDDEKEWGDDEEEQPSK_"
- ],
- [
- 30657,
- 4,
- 13,
- 4,
- 0.17066,
- "_AGSSASSPPSASSSPHPSAAVPAADPADSASGSSNKR_"
- ],
- [
- 20409,
- 2,
- 8,
- 4,
- 0.099539,
- "_AFFESHPAPSAER_"
- ],
- [
- 33450,
- 2,
- 9,
- 2,
- 0.11375,
- "_NPEEYQGTLNSHLNK_"
- ],
- [
- 31861,
- 2,
- 11,
- 5,
- 0.1422,
- "_LTPQHDQIQTQPLGK_"
- ],
- [
- 17827,
- 2,
- 16,
- 4,
- 0.21334,
- "_AHGVSSYDTVISR_"
- ],
- [
- 22511,
- 3,
- 10,
- 3,
- 0.12797,
- "_YKPVTNQVECHPYLTQEK_"
- ],
- [
- 10219,
- 2,
- 10,
- 4,
- 0.12797,
- "_CKDGVVFGVEK_"
- ],
- [
- 17298,
- 4,
- 14,
- 5,
- 0.18488,
- "_ASNGNARPETVTNDDEEALDEETKR_"
- ],
- [
- 21089,
- 2,
- 9,
- 4,
- 0.11375,
- "_AIETDKEYYTVK_"
- ],
- [
- 9210,
- 2,
- 12,
- 3,
- 0.15644,
- "_ELNGTAPEEKK_"
- ],
- [
- 35302,
- 2,
- 13,
- 4,
- 0.17066,
- "_HLQTHSNTIVVSLQSK_"
- ],
- [
- 8287,
- 2,
- 15,
- 2,
- 0.1991,
- "_AQVFSCPACR_"
- ],
- [
- 28174,
- 2,
- 17,
- 5,
- 0.22755,
- "_VEQLGAEGNVEESQK_"
- ],
- [
- 36158,
- 2,
- 22,
- 4,
- 0.29869,
- "_NKPGPYSSVPPPSAPPPK_"
- ],
- [
- 9321,
- 2,
- 6,
- 4,
- 0.071116,
- "_LQMEVNDIKK_"
- ],
- [
- 5885,
- 2,
- 10,
- 2,
- 0.12797,
- "_TDSLAATPPAAK_"
- ],
- [
- 1750,
- 3,
- 15,
- 5,
- 0.1991,
- "_KLEELEKEEELR_"
- ],
- [
- 37940,
- 2,
- 10,
- 5,
- 0.12797,
- "_HGEDSTPQVLTEQQATK_"
- ],
- [
- 14180,
- 2,
- 10,
- 3,
- 0.12797,
- "_ESTDDESNPLGR_"
- ],
- [
- 12960,
- 2,
- 11,
- 4,
- 0.14219,
- "_EGDTMMGQQVAK_"
- ],
- [
- 34644,
- 2,
- 10,
- 4,
- 0.12797,
- "_ALSSSSQAATHQNLGFR_"
- ],
- [
- 34963,
- 2,
- 11,
- 5,
- 0.14219,
- "_ESTESSNTTIEDEDVK_"
- ],
- [
- 29836,
- 2,
- 12,
- 4,
- 0.15642,
- "_ESLKEEDESDDDNM_"
- ],
- [
- 24222,
- 2,
- 10,
- 3,
- 0.12797,
- "_SGNYPSSLSNETDR_"
- ],
- [
- 19313,
- 2,
- 11,
- 3,
- 0.14219,
- "_ATQTQIDAVCCR_"
- ],
- [
- 11115,
- 3,
- 14,
- 6,
- 0.18488,
- "_DVACGANHTLVLDSQKR_"
- ],
- [
- 570,
- 3,
- 10,
- 4,
- 0.12797,
- "_FERPDGSHFDVR_"
- ],
- [
- 10038,
- 2,
- 16,
- 5,
- 0.21332,
- "_ESEAVEWQQK_"
- ],
- [
- 3082,
- 3,
- 10,
- 5,
- 0.12797,
- "_QLLTPATGAPKPQGTK_"
- ],
- [
- 41196,
- 2,
- 12,
- 4,
- 0.15642,
- "_VAVTSSSSSSSSSSSIPSAEK_"
- ],
- [
- 22123,
- 3,
- 10,
- 6,
- 0.12797,
- "_SIGYDDTDESHCAEHIESR_"
- ],
- [
- 22617,
- 2,
- 11,
- 3,
- 0.14219,
- "_SQTGVGELTTQNTR_"
- ],
- [
- 16901,
- 2,
- 10,
- 6,
- 0.12797,
- "_EESTIAHQEDSK_"
- ],
- [
- 11356,
- 4,
- 10,
- 6,
- 0.12797,
- "_THDMFVADNGKPVPLDEESHKR_"
- ],
- [
- 37428,
- 2,
- 17,
- 6,
- 0.22756,
- "_HPECYVCTDCGTNLK_"
- ],
- [
- 3486,
- 2,
- 11,
- 2,
- 0.14219,
- "_SGYSEVNLSK_"
- ],
- [
- 7302,
- 2,
- 13,
- 4,
- 0.17065,
- "_ITSEIPQTER_"
- ],
- [
- 9037,
- 3,
- 21,
- 4,
- 0.28444,
- "_NKPGPYSSVPPPSAPPPK_"
- ],
- [
- 3252,
- 2,
- 13,
- 4,
- 0.17065,
- "_MLVLDSDKR_"
- ],
- [
- 17745,
- 3,
- 8,
- 2,
- 0.099545,
- "_YRHPGCYTCADCGLNLK_"
- ],
- [
- 12289,
- 3,
- 8,
- 4,
- 0.099545,
- "_VFHTEDDQYCWQHR_"
- ],
- [
- 7178,
- 3,
- 18,
- 2,
- 0.24177,
- "_KPDAQSGPAGLVCGDQR_"
- ],
- [
- 154,
- 2,
- 13,
- 4,
- 0.17065,
- "_CIELDER_"
- ],
- [
- 3551,
- 2,
- 13,
- 3,
- 0.17065,
- "_SPPASPESWK_"
- ],
- [
- 7283,
- 2,
- 13,
- 4,
- 0.17065,
- "_DADLWSSHDK_"
- ],
- [
- 4364,
- 2,
- 14,
- 4,
- 0.18488,
- "_VVGCSCVVVK_"
- ],
- [
- 42681,
- 2,
- 8,
- 4,
- 0.099545,
- "_EAENLMQEEHDNQANVR_"
- ],
- [
- 3425,
- 2,
- 14,
- 3,
- 0.18488,
- "_IEYEPFRK_"
- ],
- [
- 1138,
- 2,
- 9,
- 2,
- 0.11376,
- "_QQVEALYR_"
- ],
- [
- 26568,
- 3,
- 8,
- 4,
- 0.099545,
- "_VAEKEELEQGSRPAPTLEEEK_"
- ],
- [
- 20122,
- 2,
- 5,
- 2,
- 0.0569,
- "_CICAAYFHQAAK_"
- ],
- [
- 24864,
- 2,
- 13,
- 4,
- 0.17065,
- "_EVDGEGKPYYEVR_"
- ],
- [
- 1635,
- 3,
- 12,
- 2,
- 0.15642,
- "_LDSPAGTALSPSGHTK_"
- ],
- [
- 32554,
- 2,
- 8,
- 3,
- 0.099552,
- "_AILHSIDCCSSDDTK_"
- ],
- [
- 13357,
- 2,
- 8,
- 4,
- 0.099552,
- "_TKFPAEQYYR_"
- ],
- [
- 41027,
- 2,
- 20,
- 6,
- 0.2702,
- "_VDCTQHYELCSGNQVR_"
- ],
- [
- 3548,
- 3,
- 7,
- 3,
- 0.085333,
- "_EIFDHHTEEDIDK_"
- ],
- [
- 3012,
- 2,
- 12,
- 4,
- 0.15641,
- "_TEDGDWYGK_"
- ],
- [
- 37603,
- 2,
- 6,
- 4,
- 0.071117,
- "_LEKPETQSSPITVQSSK_"
- ],
- [
- 29094,
- 2,
- 8,
- 3,
- 0.099552,
- "_AAIWESQHEGPEGAR_"
- ],
- [
- 7775,
- 2,
- 11,
- 4,
- 0.14219,
- "_YEIDTGEETK_"
- ],
- [
- 13728,
- 2,
- 9,
- 4,
- 0.11376,
- "_MCVDVNECQR_"
- ],
- [
- 19054,
- 2,
- 15,
- 4,
- 0.19909,
- "_IYDLNKPEAEPK_"
- ],
- [
- 4586,
- 2,
- 9,
- 4,
- 0.11376,
- "_NIHPIYNIK_"
- ],
- [
- 6534,
- 3,
- 15,
- 2,
- 0.19909,
- "_SHMMDVQGSTQDSAIK_"
- ],
- [
- 8776,
- 3,
- 11,
- 4,
- 0.14219,
- "_QESDQLVLNQHPASDK_"
- ],
- [
- 14431,
- 2,
- 10,
- 4,
- 0.12797,
- "_LTNVAATSGDGYR_"
- ],
- [
- 28995,
- 3,
- 10,
- 5,
- 0.12797,
- "_EENAVHSTEPVVQENGDEAGEGR_"
- ],
- [
- 22749,
- 2,
- 10,
- 5,
- 0.12797,
- "_EEEMGEEEEVER_"
- ],
- [
- 8542,
- 2,
- 10,
- 4,
- 0.12797,
- "_LTDQVMQNPR_"
- ],
- [
- 12216,
- 2,
- 10,
- 5,
- 0.12797,
- "_ALLDSSENCDR_"
- ],
- [
- 705,
- 2,
- 10,
- 2,
- 0.12797,
- "_PLGAGQEVGR_"
- ],
- [
- 3520,
- 2,
- 8,
- 2,
- 0.099552,
- "_EMSVQEAYK_"
- ],
- [
- 28549,
- 3,
- 12,
- 5,
- 0.15641,
- "_NGPLEEDGERYDEDEEAAKDR_"
- ],
- [
- 32104,
- 2,
- 10,
- 4,
- 0.12797,
- "_FCQDNQTISSEPER_"
- ],
- [
- 24782,
- 2,
- 12,
- 3,
- 0.15641,
- "_LDSPAGTALSPSGHTK_"
- ],
- [
- 11731,
- 3,
- 13,
- 6,
- 0.17064,
- "_KVEWTSDTVDNEHMGR_"
- ],
- [
- 15470,
- 3,
- 15,
- 5,
- 0.19909,
- "_TLPADQKPECRPYWEK_"
- ],
- [
- 6974,
- 2,
- 16,
- 3,
- 0.21332,
- "_KDSLSVNEFK_"
- ],
- [
- 47302,
- 2,
- 12,
- 3,
- 0.15641,
- "_QEEM(Oxidation (M))NSQQEEEEMETDAR_"
- ],
- [
- 253,
- 2,
- 16,
- 5,
- 0.21332,
- "_CIIVEEGK_"
- ],
- [
- 14720,
- 2,
- 21,
- 5,
- 0.28444,
- "_TICSHVQNMIK_"
- ],
- [
- 21849,
- 2,
- 21,
- 7,
- 0.28444,
- "_LESGMQNMSIHTK_"
- ],
- [
- 208,
- 2,
- 22,
- 5,
- 0.29866,
- "_AVVGVVAGGGR_"
- ],
- [
- 5705,
- 2,
- 12,
- 4,
- 0.15641,
- "_ENPSSQYWK_"
- ],
- [
- 26260,
- 2,
- 12,
- 4,
- 0.15641,
- "_DHASIQM(Oxidation (M))NVAEVDK_"
- ],
- [
- 70,
- 2,
- 14,
- 4,
- 0.18487,
- "_QVQQLLGK_"
- ],
- [
- 8967,
- 2,
- 14,
- 4,
- 0.18487,
- "_SEFEQNLSEK_"
- ],
- [
- 15478,
- 2,
- 15,
- 5,
- 0.19909,
- "_KAEEELGELEAK_"
- ],
- [
- 100,
- 2,
- 14,
- 3,
- 0.18487,
- "_GLHVVEIR_"
- ],
- [
- 8648,
- 2,
- 16,
- 3,
- 0.21332,
- "_VAVEEVDEEGK_"
- ],
- [
- 16549,
- 2,
- 12,
- 4,
- 0.15641,
- "_EVEEEPGIHSLK_"
- ],
- [
- 29904,
- 2,
- 6,
- 2,
- 0.071123,
- "_TPSTVTLNNNSAPANR_"
- ],
- [
- 9598,
- 2,
- 14,
- 5,
- 0.18486,
- "_SDAGLESDTAMK_"
- ],
- [
- 10312,
- 3,
- 11,
- 4,
- 0.1422,
- "_LEKPETQSSPITVQSSK_"
- ],
- [
- 5573,
- 2,
- 11,
- 3,
- 0.1422,
- "_FVGQDVEGER_"
- ],
- [
- 36067,
- 2,
- 5,
- 2,
- 0.056907,
- "_HHMVCGIQEAAENYR_"
- ],
- [
- 7514,
- 2,
- 10,
- 2,
- 0.12798,
- "_ISEEDELDTK_"
- ],
- [
- 27820,
- 2,
- 11,
- 5,
- 0.1422,
- "_QLLTPATGAPKPQGTK_"
- ],
- [
- 13490,
- 2,
- 15,
- 4,
- 0.19909,
- "_EAEQMGNELER_"
- ],
- [
- 13338,
- 2,
- 13,
- 6,
- 0.17063,
- "_LNQLKPGLQYK_"
- ],
- [
- 14106,
- 3,
- 10,
- 5,
- 0.12798,
- "_GSKPGGVGTGLGGSSGTETLEK_"
- ],
- [
- 12527,
- 2,
- 16,
- 5,
- 0.21332,
- "_TIIQNPTDQQK_"
- ],
- [
- 11891,
- 2,
- 15,
- 4,
- 0.19909,
- "_ASSEGTIPQVQR_"
- ],
- [
- 14597,
- 2,
- 10,
- 4,
- 0.12798,
- "_ETIELSPTGRPK_"
- ],
- [
- 17838,
- 2,
- 10,
- 3,
- 0.12798,
- "_ALGLVSGQEAGPHR_"
- ],
- [
- 33362,
- 2,
- 14,
- 3,
- 0.18486,
- "_AGGPPQVAGAQAACSEDR_"
- ],
- [
- 1454,
- 2,
- 10,
- 5,
- 0.12798,
- "_KVDWLTEK_"
- ],
- [
- 7813,
- 4,
- 12,
- 7,
- 0.15641,
- "_VAEKEELEQGSRPAPTLEEEK_"
- ],
- [
- 22812,
- 2,
- 20,
- 5,
- 0.27021,
- "_RQQEQQVPILEK_"
- ],
- [
- 4389,
- 3,
- 13,
- 6,
- 0.17063,
- "_ILEVNHVNVEGATHK_"
- ],
- [
- 10545,
- 3,
- 13,
- 5,
- 0.17063,
- "_KLNYEENKEESLLEK_"
- ],
- [
- 26977,
- 2,
- 17,
- 6,
- 0.22754,
- "_GFSEEHNTWEPEK_"
- ],
- [
- 20000,
- 2,
- 8,
- 3,
- 0.099561,
- "_HYTFASGSPDNIK_"
- ],
- [
- 11483,
- 2,
- 6,
- 2,
- 0.071129,
- "_VKENELQYLK_"
- ],
- [
- 13224,
- 2,
- 8,
- 2,
- 0.099561,
- "_GVDLQENNPASR_"
- ],
- [
- 4018,
- 2,
- 13,
- 2,
- 0.17063,
- "_KPALFPEPAK_"
- ],
- [
- 428,
- 3,
- 12,
- 5,
- 0.15642,
- "_AFFESHPAPSAER_"
- ],
- [
- 8282,
- 3,
- 18,
- 4,
- 0.24176,
- "_HLQTHSNTIVVSLQSK_"
- ],
- [
- 16955,
- 2,
- 8,
- 2,
- 0.099561,
- "_TVADSDESYMEK_"
- ],
- [
- 22186,
- 2,
- 9,
- 4,
- 0.11378,
- "_STSQGSINSPVYSR_"
- ],
- [
- 4455,
- 2,
- 13,
- 4,
- 0.17063,
- "_GLDNTEFQGK_"
- ],
- [
- 20477,
- 2,
- 5,
- 2,
- 0.05688,
- "_SQAEEEIDEIRK_"
- ],
- [
- 37766,
- 2,
- 11,
- 6,
- 0.14221,
- "_VGESNLTNGDEPTQCSR_"
- ],
- [
- 6328,
- 2,
- 11,
- 4,
- 0.14221,
- "_VNTPTTTVYR_"
- ],
- [
- 14373,
- 2,
- 10,
- 2,
- 0.128,
- "_NLCSDDTPM(Oxidation (M))VR_"
- ],
- [
- 6321,
- 3,
- 16,
- 6,
- 0.21332,
- "_RPNWNQNTTPEELK_"
- ],
- [
- 27780,
- 2,
- 12,
- 5,
- 0.15642,
- "_DNAGYCALHEACAR_"
- ],
- [
- 20558,
- 3,
- 14,
- 6,
- 0.18485,
- "_HVVSCSSQDSTHCAENLLK_"
- ],
- [
- 15462,
- 2,
- 11,
- 2,
- 0.14221,
- "_YLESEEYQER_"
- ],
- [
- 26036,
- 3,
- 14,
- 6,
- 0.18485,
- "_HGESGSMAVFHQTQGPSYSESK_"
- ],
- [
- 26173,
- 2,
- 14,
- 2,
- 0.18485,
- "_STSMDSGSSESPASLK_"
- ],
- [
- 1887,
- 2,
- 14,
- 5,
- 0.18485,
- "_RFSDIQIR_"
- ],
- [
- 32379,
- 2,
- 9,
- 4,
- 0.11378,
- "_NLPLADQGSSHHITVK_"
- ],
- [
- 43747,
- 2,
- 9,
- 4,
- 0.11378,
- "_YLTQVATGQPHEGSSYSSR_"
- ],
- [
- 32778,
- 2,
- 16,
- 4,
- 0.21332,
- "_RPNWNQNTTPEELK_"
- ],
- [
- 21843,
- 2,
- 9,
- 3,
- 0.11378,
- "_NFDQEGLVEHCK_"
- ],
- [
- 2438,
- 2,
- 9,
- 3,
- 0.11378,
- "_QHITLALEK_"
- ],
- [
- 7192,
- 2,
- 16,
- 4,
- 0.21332,
- "_WQDIQNDPR_"
- ],
- [
- 2999,
- 2,
- 11,
- 4,
- 0.14221,
- "_KLLAAEPLSK_"
- ],
- [
- 8944,
- 2,
- 12,
- 4,
- 0.15641,
- "_VIGELVGHTER_"
- ],
- [
- 9998,
- 2,
- 11,
- 3,
- 0.1422,
- "_VADMALHYANK_"
- ],
- [
- 4850,
- 2,
- 12,
- 3,
- 0.15641,
- "_SGTDVDAANLR_"
- ],
- [
- 9131,
- 2,
- 9,
- 4,
- 0.11377,
- "_KVTQLDLDGPK_"
- ],
- [
- 1289,
- 2,
- 9,
- 3,
- 0.11377,
- "_NYHIFYR_"
- ],
- [
- 25381,
- 2,
- 15,
- 3,
- 0.19906,
- "_VLQYYSAATEHDR_"
- ],
- [
- 42821,
- 2,
- 11,
- 2,
- 0.1422,
- "_TCNTNPHLNALSTDSACR_"
- ],
- [
- 30297,
- 2,
- 17,
- 5,
- 0.22752,
- "_THMVVANTM(Oxidation (M))EDFQK_"
- ],
- [
- 1301,
- 3,
- 11,
- 2,
- 0.1422,
- "_ITESVAETAQTIKK_"
- ],
- [
- 12078,
- 3,
- 10,
- 2,
- 0.12799,
- "_LSTLLNHNNDTEEEER_"
- ],
- [
- 16881,
- 2,
- 10,
- 4,
- 0.12799,
- "_LVEKGETDLIQK_"
- ],
- [
- 23487,
- 3,
- 12,
- 2,
- 0.15641,
- "_GTESAFEGEYTHHKDPGIYK_"
- ],
- [
- 17182,
- 3,
- 12,
- 5,
- 0.15641,
- "_YLTQVATGQPHEGSSYSSR_"
- ],
- [
- 44039,
- 3,
- 20,
- 6,
- 0.27019,
- "_TLTSGGHAEHEGKPYCNHPCYAAMFGPK_"
- ],
- [
- 38127,
- 2,
- 9,
- 4,
- 0.11377,
- "_GTVTGQVQGPEDKVNSMK_"
- ],
- [
- 7606,
- 4,
- 16,
- 6,
- 0.21329,
- "_HQLVHTGEKPFQCTFEGCGK_"
- ],
- [
- 9961,
- 2,
- 14,
- 5,
- 0.18484,
- "_GIVEFSGKPAAR_"
- ],
- [
- 420,
- 2,
- 15,
- 4,
- 0.19906,
- "_NNVVINYK_"
- ],
- [
- 16287,
- 3,
- 13,
- 4,
- 0.17063,
- "_NPRPGEENGKDYYFVTR_"
- ],
- [
- 7038,
- 2,
- 14,
- 4,
- 0.18484,
- "_VVPGYGHAVLR_"
- ],
- [
- 4256,
- 2,
- 14,
- 2,
- 0.18484,
- "_FSGHVSWVGK_"
- ],
- [
- 7007,
- 3,
- 13,
- 4,
- 0.17063,
- "_LQDEIQNMKEEM(Oxidation (M))AR_"
- ],
- [
- 12928,
- 2,
- 7,
- 2,
- 0.085338,
- "_SRYEQVDLVGK_"
- ],
- [
- 10602,
- 2,
- 20,
- 2,
- 0.27019,
- "_NIPEDNADMAR_"
- ],
- [
- 17671,
- 2,
- 15,
- 3,
- 0.19906,
- "_ANPPITHLGDEPK_"
- ],
- [
- 32136,
- 3,
- 12,
- 4,
- 0.15641,
- "_LEAIEDDSVKETDSSSASAATPSKK_"
- ],
- [
- 5561,
- 2,
- 8,
- 3,
- 0.099554,
- "_GEYTMEYSR_"
- ],
- [
- 19694,
- 2,
- 10,
- 4,
- 0.12798,
- "_ACLQPSQDPQMR_"
- ],
- [
- 14931,
- 2,
- 8,
- 2,
- 0.099549,
- "_YRPEEVDIDAK_"
- ],
- [
- 1063,
- 2,
- 12,
- 5,
- 0.15642,
- "_LITEDVQGK_"
- ],
- [
- 4792,
- 2,
- 10,
- 4,
- 0.12798,
- "_LLSEGADVNAK_"
- ],
- [
- 28008,
- 2,
- 12,
- 2,
- 0.15642,
- "_HCHAAAATYILEAGK_"
- ],
- [
- 14628,
- 2,
- 17,
- 5,
- 0.2275,
- "_NSNPALNDNLEK_"
- ],
- [
- 2513,
- 2,
- 13,
- 4,
- 0.17063,
- "_LVPEAVGDQK_"
- ],
- [
- 20061,
- 2,
- 12,
- 5,
- 0.15642,
- "_KAVLFCLSEDKK_"
- ],
- [
- 959,
- 2,
- 16,
- 5,
- 0.21327,
- "_QMVEILHK_"
- ],
- [
- 9213,
- 2,
- 10,
- 4,
- 0.12798,
- "_LEGNTVGVEAAR_"
- ],
- [
- 40247,
- 2,
- 11,
- 3,
- 0.1422,
- "_CQYVGNCSFAHSPEER_"
- ],
- [
- 22703,
- 2,
- 9,
- 4,
- 0.11377,
- "_STSLETQDDDNIR_"
- ],
- [
- 39426,
- 2,
- 13,
- 4,
- 0.17063,
- "_LSTLLNHNNDTEEEER_"
- ],
- [
- 23056,
- 2,
- 11,
- 4,
- 0.1422,
- "_ESTVQGAYGSEDMK_"
- ],
- [
- 49272,
- 2,
- 11,
- 5,
- 0.1422,
- "_NSSYVHGGLDSNGKPADAVYGQK_"
- ],
- [
- 768,
- 2,
- 21,
- 5,
- 0.2844,
- "_ALELEQER_"
- ],
- [
- 16427,
- 2,
- 13,
- 6,
- 0.17063,
- "_YEEIDNAPEER_"
- ],
- [
- 4508,
- 2,
- 16,
- 4,
- 0.21327,
- "_SKDFVQVMR_"
- ],
- [
- 15913,
- 2,
- 15,
- 6,
- 0.19905,
- "_SQYEVMAEQNR_"
- ],
- [
- 26893,
- 2,
- 19,
- 4,
- 0.25596,
- "_HQAFEAELSANQSR_"
- ],
- [
- 27578,
- 2,
- 10,
- 4,
- 0.12798,
- "_WEQQLQEEQEQK_"
- ],
- [
- 50741,
- 2,
- 7,
- 5,
- 0.0853,
- "_GGAAGEDEAGGPEGDPEEEDSQAETK_"
- ],
- [
- 15622,
- 2,
- 13,
- 2,
- 0.17063,
- "_GQNPNATFGEVSK_"
- ],
- [
- 6204,
- 4,
- 13,
- 5,
- 0.17063,
- "_SMHNVTHNLEEDEEEVTKR_"
- ],
- [
- 5648,
- 3,
- 13,
- 4,
- 0.17063,
- "_HKLTVMYSQINGASR_"
- ],
- [
- 14530,
- 2,
- 8,
- 4,
- 0.099544,
- "_STDTSCQMAGLR_"
- ],
- [
- 9391,
- 3,
- 12,
- 2,
- 0.15644,
- "_KTCTTVAFTQVNSEDK_"
- ],
- [
- 901,
- 2,
- 11,
- 2,
- 0.14222,
- "_GPCGSFDVR_"
- ],
- [
- 11924,
- 2,
- 16,
- 5,
- 0.2133,
- "_NDVNWSQPGEK_"
- ],
- [
- 23664,
- 2,
- 9,
- 2,
- 0.11379,
- "_MADSGGQPQLTQPGK_"
- ],
- [
- 32881,
- 4,
- 8,
- 7,
- 0.099544,
- "_NQVEEDAEDSGEADDEEKPEIHKPGQNSFSK_"
- ],
- [
- 24903,
- 2,
- 13,
- 2,
- 0.17066,
- "_HVIADQEVMETNR_"
- ],
- [
- 329,
- 4,
- 8,
- 4,
- 0.099544,
- "_DHIMSHPALHDALNDPK_"
- ],
- [
- 18520,
- 2,
- 12,
- 6,
- 0.15644,
- "_AVGIWHCGSCMK_"
- ],
- [
- 20821,
- 2,
- 14,
- 5,
- 0.18487,
- "_AQQALSELHTVEK_"
- ],
- [
- 9611,
- 2,
- 10,
- 5,
- 0.12801,
- "_GVVEVTHDLQK_"
- ],
- [
- 15940,
- 3,
- 12,
- 2,
- 0.15644,
- "_TCNTNPHLNALSTDSACR_"
- ],
- [
- 35417,
- 2,
- 8,
- 4,
- 0.099544,
- "_VCEALEHGHVEWSSR_"
- ],
- [
- 19544,
- 2,
- 11,
- 3,
- 0.14222,
- "_NLTHMQDEVNVK_"
- ],
- [
- 5803,
- 2,
- 12,
- 3,
- 0.15644,
- "_LEGQGDVPTPK_"
- ],
- [
- 7679,
- 3,
- 13,
- 3,
- 0.17066,
- "_ASVHCLETGEYTHIR_"
- ],
- [
- 616,
- 2,
- 11,
- 4,
- 0.14222,
- "_QMVETELK_"
- ],
- [
- 8251,
- 2,
- 8,
- 3,
- 0.099544,
- "_FEEQGASDLAK_"
- ],
- [
- 11561,
- 2,
- 20,
- 2,
- 0.2702,
- "_KESYSVYVYK_"
- ],
- [
- 32929,
- 4,
- 11,
- 6,
- 0.14222,
- "_EPTSSEQGGLEGSGSAAGEGKPALSEEERQEQTK_"
- ],
- [
- 39187,
- 2,
- 11,
- 5,
- 0.14222,
- "_(Acetyl (Protein N-term))AAAAVGAGHGAGGPGAASSSGGAR_"
- ],
- [
- 18754,
- 2,
- 14,
- 6,
- 0.18487,
- "_AALEAQNALHNMK_"
- ],
- [
- 6515,
- 2,
- 19,
- 3,
- 0.25598,
- "_TPVTDPATGAVK_"
- ],
- [
- 27051,
- 3,
- 14,
- 3,
- 0.18487,
- "_FSGEEGEIEDDESGTENREEK_"
- ],
- [
- 5061,
- 2,
- 14,
- 4,
- 0.18487,
- "_MICSTQLDR_"
- ],
- [
- 36366,
- 2,
- 13,
- 4,
- 0.17066,
- "_GNIQLSYSDGDDCGHGK_"
- ],
- [
- 32200,
- 2,
- 11,
- 4,
- 0.14222,
- "_SLENLNSGTVEPTHSK_"
- ],
- [
- 33077,
- 2,
- 16,
- 7,
- 0.2133,
- "_SHMMDVQGSTQDSAIK_"
- ],
- [
- 4081,
- 2,
- 7,
- 3,
- 0.085325,
- "_ISFTGSTTTGK_"
- ],
- [
- 16001,
- 3,
- 17,
- 6,
- 0.22752,
- "_NKPGPNIESGNEDDDASFK_"
- ],
- [
- 1962,
- 3,
- 11,
- 3,
- 0.14222,
- "_TVGIHPTCSEEVVK_"
- ],
- [
- 28349,
- 4,
- 14,
- 6,
- 0.18487,
- "_RPQYSNPPVQGEVM(Oxidation (M))EGADNQGAGEQGRPVR_"
- ],
- [
- 9899,
- 3,
- 11,
- 2,
- 0.14222,
- "_AGDKPHMQTYEVDLNK_"
- ],
- [
- 19480,
- 3,
- 12,
- 5,
- 0.15643,
- "_DPAQPMSPGEATQSGARPADR_"
- ],
- [
- 20985,
- 2,
- 12,
- 3,
- 0.15643,
- "_ETVITMSGDDHPR_"
- ],
- [
- 8318,
- 3,
- 8,
- 3,
- 0.099531,
- "_AFQNTATACAPVSHYR_"
- ],
- [
- 9549,
- 3,
- 8,
- 4,
- 0.099531,
- "_LAQQNAVTSLSEECKR_"
- ],
- [
- 6181,
- 2,
- 9,
- 3,
- 0.11375,
- "_KTLEEMELR_"
- ],
- [
- 21288,
- 2,
- 11,
- 4,
- 0.14222,
- "_KPAFTEASCPLSR_"
- ],
- [
- 4819,
- 2,
- 12,
- 4,
- 0.15643,
- "_(Acetyl (Protein N-term))AAAAAGTATSQR_"
- ],
- [
- 3197,
- 3,
- 15,
- 3,
- 0.19908,
- "_HCHAAAATYILEAGK_"
- ],
- [
- 32655,
- 2,
- 14,
- 3,
- 0.18487,
- "_EEQATTIFQSEQGKK_"
- ],
- [
- 2692,
- 2,
- 16,
- 3,
- 0.21329,
- "_GLEVTDDSPK_"
- ],
- [
- 29675,
- 2,
- 15,
- 3,
- 0.19908,
- "_EQEPMPTVDSHEPR_"
- ],
- [
- 4541,
- 2,
- 6,
- 2,
- 0.071092,
- "_EAFYIKDPK_"
- ],
- [
- 32440,
- 2,
- 10,
- 5,
- 0.128,
- "_CSVNATPQQMPQTEK_"
- ],
- [
- 11220,
- 2,
- 13,
- 3,
- 0.17065,
- "_HQYPDGEVWK_"
- ],
- [
- 18022,
- 2,
- 10,
- 4,
- 0.128,
- "_KEELSEEGYLAK_"
- ],
- [
- 395,
- 2,
- 17,
- 4,
- 0.2275,
- "_KESPLLFK_"
- ],
- [
- 4489,
- 2,
- 17,
- 3,
- 0.2275,
- "_MVQFEENGR_"
- ],
- [
- 26646,
- 2,
- 14,
- 6,
- 0.18487,
- "_SEEQLKEEGIEYK_"
- ],
- [
- 18600,
- 2,
- 16,
- 6,
- 0.21329,
- "_RTNSTFNQVVLK_"
- ],
- [
- 35394,
- 2,
- 7,
- 2,
- 0.085314,
- "_EANFTVSSMHGDM(Oxidation (M))PQK_"
- ],
- [
- 6206,
- 2,
- 14,
- 2,
- 0.18487,
- "_LGQDEDMDVK_"
- ],
- [
- 9457,
- 3,
- 14,
- 4,
- 0.18487,
- "_NLTEQNSYSNIPHEGK_"
- ],
- [
- 36562,
- 2,
- 20,
- 7,
- 0.27018,
- "_KTCTTVAFTQVNSEDK_"
- ],
- [
- 23170,
- 2,
- 9,
- 5,
- 0.11375,
- "_IQFKPDDGTTPER_"
- ],
- [
- 228,
- 2,
- 10,
- 3,
- 0.128,
- "_VKLDLEAR_"
- ],
- [
- 3448,
- 2,
- 6,
- 2,
- 0.071092,
- "_ATCLEEMTK_"
- ],
- [
- 23992,
- 2,
- 13,
- 6,
- 0.17065,
- "_IKGEHPGLSIGDVAK_"
- ],
- [
- 36494,
- 2,
- 13,
- 2,
- 0.17065,
- "_SQDPTPPSAPQEATEGSK_"
- ],
- [
- 3591,
- 2,
- 16,
- 5,
- 0.21329,
- "_AYTNFDAER_"
- ],
- [
- 10925,
- 2,
- 12,
- 5,
- 0.15646,
- "_MKGDYDVTVPK_"
- ],
- [
- 19030,
- 2,
- 11,
- 3,
- 0.14225,
- "_SM(Oxidation (M))YEEEINETR_"
- ],
- [
- 5514,
- 3,
- 10,
- 4,
- 0.128,
- "_LSQYPNENLHSAVTK_"
- ],
- [
- 18991,
- 2,
- 11,
- 2,
- 0.14225,
- "_NSQSSSVSYLESK_"
- ],
- [
- 201,
- 2,
- 11,
- 3,
- 0.14225,
- "_IYCTDLR_"
- ],
- [
- 11879,
- 2,
- 11,
- 2,
- 0.14225,
- "_AMVEEMQGHLK_"
- ],
- [
- 1948,
- 2,
- 11,
- 4,
- 0.14225,
- "_HIVELAVQK_"
- ],
- [
- 51136,
- 2,
- 11,
- 6,
- 0.14225,
- "_QLQEDQENNLQDNQTSNSSPCR_"
- ],
- [
- 6776,
- 2,
- 11,
- 6,
- 0.14225,
- "_HFVLDECDK_"
- ],
- [
- 35872,
- 2,
- 10,
- 3,
- 0.128,
- "_DAHSIHGTNPQYLVEK_"
- ],
- [
- 5161,
- 2,
- 11,
- 2,
- 0.14225,
- "_VALSEPQPER_"
- ],
- [
- 3819,
- 2,
- 12,
- 5,
- 0.15646,
- "_HLLPVETQR_"
- ],
- [
- 14974,
- 2,
- 21,
- 6,
- 0.28443,
- "_DTPTSAGPNSFNK_"
- ],
- [
- 16748,
- 2,
- 20,
- 6,
- 0.2702,
- "_SAYQEAMDISKK_"
- ],
- [
- 2696,
- 2,
- 7,
- 2,
- 0.08534,
- "_CVVVGDGAVGK_"
- ],
- [
- 8562,
- 2,
- 7,
- 2,
- 0.08534,
- "_QLLQEQESVK_"
- ],
- [
- 49821,
- 2,
- 10,
- 6,
- 0.128,
- "_EMEEEEDEDEDEDEDEDER_"
- ],
- [
- 4156,
- 3,
- 15,
- 3,
- 0.19911,
- "_EQEPMPTVDSHEPR_"
- ],
- [
- 6502,
- 2,
- 9,
- 2,
- 0.11378,
- "_GHEEFPLDGR_"
- ],
- [
- 842,
- 2,
- 9,
- 4,
- 0.11378,
- "_YQAEIPDR_"
- ],
- [
- 36070,
- 2,
- 8,
- 3,
- 0.099562,
- "_QLQELQQQQEEEER_"
- ],
- [
- 2291,
- 2,
- 13,
- 4,
- 0.17068,
- "_SEVATLTAAGK_"
- ],
- [
- 30009,
- 2,
- 14,
- 4,
- 0.18489,
- "_TLHSDDEGTVLDDSR_"
- ],
- [
- 16074,
- 4,
- 13,
- 6,
- 0.17068,
- "_SLDGAEFSRPASVSENHDAGPDGDKR_"
- ],
- [
- 20696,
- 3,
- 9,
- 4,
- 0.11378,
- "_RDQMEGSPNSSESFEHIAR_"
- ],
- [
- 25999,
- 2,
- 13,
- 3,
- 0.17068,
- "_GKDTSCLAEQWSGK_"
- ],
- [
- 43783,
- 2,
- 10,
- 4,
- 0.12799,
- "_SSLGQSASETEEDTVSVSKK_"
- ],
- [
- 4554,
- 3,
- 8,
- 4,
- 0.099554,
- "_HIEHMESDELGLQK_"
- ],
- [
- 2912,
- 2,
- 6,
- 2,
- 0.071123,
- "_CEEYPLTR_"
- ],
- [
- 12984,
- 2,
- 5,
- 2,
- 0.056911,
- "_AILEQISAHGQK_"
- ],
- [
- 3213,
- 2,
- 10,
- 3,
- 0.12799,
- "_QLSSGVSEIR_"
- ],
- [
- 2210,
- 2,
- 8,
- 4,
- 0.099554,
- "_DNYQAFCK_"
- ],
- [
- 2903,
- 2,
- 8,
- 2,
- 0.099554,
- "_IIHDSLQLK_"
- ],
- [
- 45207,
- 2,
- 8,
- 4,
- 0.099554,
- "_EGYAWAEDKEHCEEYGR_"
- ],
- [
- 12875,
- 2,
- 8,
- 3,
- 0.099554,
- "_SGPEPLQEGPGPK_"
- ],
- [
- 9350,
- 2,
- 10,
- 4,
- 0.12799,
- "_TEELALSHYR_"
- ],
- [
- 16291,
- 2,
- 8,
- 3,
- 0.099554,
- "_LNLGTDSDSSPQK_"
- ],
- [
- 30961,
- 2,
- 8,
- 3,
- 0.099554,
- "_SNSTSSMSSGLPEQDR_"
- ],
- [
- 24686,
- 2,
- 11,
- 5,
- 0.14221,
- "_NVMEEGKDFQPSR_"
- ],
- [
- 1964,
- 2,
- 9,
- 2,
- 0.11378,
- "_AVLAESYER_"
- ],
- [
- 32231,
- 4,
- 10,
- 6,
- 0.12799,
- "_EQHQHSDLDSNQTHSSGTVTSSSSTANIDDLK_"
- ],
- [
- 10294,
- 2,
- 11,
- 4,
- 0.14221,
- "_HIDLVEGDEGR_"
- ],
- [
- 1000,
- 2,
- 9,
- 2,
- 0.11378,
- "_KAQIAIDIK_"
- ],
- [
- 1203,
- 2,
- 11,
- 3,
- 0.14221,
- "_FSEGEATLR_"
- ],
- [
- 17206,
- 3,
- 10,
- 5,
- 0.12799,
- "_SSLGQSASETEEDTVSVSKK_"
- ],
- [
- 9216,
- 2,
- 7,
- 2,
- 0.085331,
- "_LVVDSHVQYR_"
- ],
- [
- 18190,
- 3,
- 7,
- 2,
- 0.085331,
- "_GETEELQANACTNPAVHEK_"
- ],
- [
- 12466,
- 2,
- 11,
- 4,
- 0.14221,
- "_RLYYEGLQDK_"
- ],
- [
- 30651,
- 2,
- 21,
- 7,
- 0.28441,
- "_ATAGDTHLGGEDFDNR_"
- ],
- [
- 35367,
- 2,
- 12,
- 6,
- 0.15646,
- "_AFQNTATACAPVSHYR_"
- ],
- [
- 8395,
- 2,
- 15,
- 3,
- 0.19911,
- "_LSKDPNIVIAK_"
- ],
- [
- 33700,
- 2,
- 15,
- 6,
- 0.19911,
- "_SPAGPAATPAQAQAASTPR_"
- ],
- [
- 6316,
- 2,
- 12,
- 4,
- 0.15646,
- "_VQEYGELDAK_"
- ],
- [
- 8521,
- 2,
- 20,
- 5,
- 0.27019,
- "_KLTELGTVDPK_"
- ],
- [
- 22135,
- 2,
- 13,
- 5,
- 0.17068,
- "_DLEEAEEYKEAR_"
- ],
- [
- 24586,
- 2,
- 23,
- 5,
- 0.31287,
- "_DHAVVVGVYRPPPK_"
- ],
- [
- 4763,
- 2,
- 9,
- 4,
- 0.11378,
- "_LKTEAEIALK_"
- ],
- [
- 35031,
- 3,
- 15,
- 7,
- 0.19912,
- "_PAPAVGEAEDKENQQATSGPNQPSVR_"
- ],
- [
- 17823,
- 2,
- 11,
- 4,
- 0.14222,
- "_AMSTTSISSPQPGK_"
- ],
- [
- 2885,
- 2,
- 13,
- 4,
- 0.17068,
- "_TVIDYNGER_"
- ],
- [
- 15347,
- 2,
- 11,
- 3,
- 0.14222,
- "_KNLQYYDISAK_"
- ],
- [
- 13300,
- 2,
- 15,
- 6,
- 0.19912,
- "_DSYDSYATHNE_"
- ],
- [
- 14601,
- 2,
- 11,
- 4,
- 0.14222,
- "_RPYAPINANAIK_"
- ],
- [
- 21553,
- 3,
- 11,
- 3,
- 0.14222,
- "_GHASAPYFGKEEPSVAPSSTGK_"
- ],
- [
- 25676,
- 4,
- 25,
- 9,
- 0.34131,
- "_TLTSGGHAEHEGKPYCNHPCYAAMFGPK_"
- ],
- [
- 27745,
- 2,
- 17,
- 6,
- 0.22755,
- "_DYDEEEQGYDSEK_"
- ],
- [
- 8827,
- 4,
- 10,
- 5,
- 0.128,
- "_KEDVSESVGASGQRPVFCPVHK_"
- ],
- [
- 33047,
- 2,
- 10,
- 5,
- 0.128,
- "_NYLEPGKECVQPATK_"
- ],
- [
- 15708,
- 2,
- 17,
- 3,
- 0.22755,
- "_FRPMDNLSGGEK_"
- ],
- [
- 12205,
- 3,
- 14,
- 6,
- 0.1849,
- "_ATQQQHDFTLTQTADGR_"
- ],
- [
- 29645,
- 2,
- 10,
- 5,
- 0.128,
- "_QVQPQLQQEAEPQK_"
- ],
- [
- 19872,
- 3,
- 10,
- 2,
- 0.128,
- "_GTQSPVHALHFCEGAQAQGR_"
- ],
- [
- 26770,
- 2,
- 9,
- 2,
- 0.11378,
- "_SGCDEVSSTSEIGTR_"
- ],
- [
- 5305,
- 3,
- 24,
- 6,
- 0.32709,
- "_LPSRPPLPGSGGSQSGAK_"
- ],
- [
- 1798,
- 2,
- 18,
- 2,
- 0.24176,
- "_CQDVIVAAR_"
- ],
- [
- 22974,
- 2,
- 9,
- 4,
- 0.11378,
- "_LDGALCSYTEKDK_"
- ],
- [
- 4608,
- 2,
- 8,
- 4,
- 0.099554,
- "_SEDPPTTPIR_"
- ],
- [
- 39728,
- 2,
- 9,
- 3,
- 0.11378,
- "_TCSTSATTTAPSNSTPIAR_"
- ],
- [
- 11737,
- 2,
- 10,
- 2,
- 0.128,
- "_SLVVSPHEDMR_"
- ],
- [
- 16677,
- 2,
- 13,
- 4,
- 0.17068,
- "_AEAGGGWEGSASYK_"
- ],
- [
- 35213,
- 2,
- 13,
- 3,
- 0.17068,
- "_GNAGQSNYGFANSAM(Oxidation (M))ER_"
- ],
- [
- 11101,
- 2,
- 12,
- 4,
- 0.15643,
- "_TTLAHIIASNSK_"
- ],
- [
- 22377,
- 2,
- 12,
- 4,
- 0.15643,
- "_IKVAEDEAEAAAAAK_"
- ],
- [
- 5980,
- 2,
- 12,
- 3,
- 0.15643,
- "_FTEYETQVK_"
- ],
- [
- 6120,
- 2,
- 13,
- 3,
- 0.17068,
- "_VAMLEENGER_"
- ],
- [
- 44191,
- 2,
- 10,
- 6,
- 0.128,
- "_EATHSSGFSGSSASVASTSSIK_"
- ],
- [
- 15827,
- 2,
- 14,
- 6,
- 0.18491,
- "_TKVEAFQTTISK_"
- ],
- [
- 37590,
- 2,
- 8,
- 4,
- 0.099568,
- "_FELQHGTEEQQEEVR_"
- ],
- [
- 39542,
- 2,
- 17,
- 6,
- 0.22755,
- "_ATQQQHDFTLTQTADGR_"
- ],
- [
- 17128,
- 2,
- 17,
- 5,
- 0.22755,
- "_AQAAAPASVPAQAPK_"
- ],
- [
- 44520,
- 2,
- 9,
- 5,
- 0.11378,
- "_GETEELQANACTNPAVHEK_"
- ],
- [
- 32684,
- 2,
- 11,
- 5,
- 0.14222,
- "_DYENDEDVNKQLDK_"
- ],
- [
- 30245,
- 2,
- 11,
- 5,
- 0.14222,
- "_HIEHMESDELGLQK_"
- ],
- [
- 15792,
- 3,
- 8,
- 2,
- 0.099568,
- "_SAIKDAEEDDDTGGINLHK_"
- ],
- [
- 6008,
- 3,
- 19,
- 6,
- 0.25598,
- "_NLPLADQGSSHHITVK_"
- ],
- [
- 28647,
- 2,
- 11,
- 3,
- 0.14222,
- "_VKEFCENLSADCR_"
- ],
- [
- 9558,
- 2,
- 9,
- 3,
- 0.11378,
- "_EGVGCSWESGR_"
- ],
- [
- 17325,
- 3,
- 9,
- 2,
- 0.11378,
- "_KANNSQEPSPQLASSVASTR_"
- ],
- [
- 6136,
- 2,
- 12,
- 3,
- 0.15644,
- "_NVPYGNIQSR_"
- ],
- [
- 19498,
- 2,
- 11,
- 3,
- 0.14222,
- "_EPQPEVAAAEEEK_"
- ],
- [
- 16141,
- 2,
- 14,
- 2,
- 0.18491,
- "_QLVEETQEQVR_"
- ],
- [
- 1559,
- 3,
- 26,
- 6,
- 0.35554,
- "_DHAVVVGVYRPPPK_"
- ],
- [
- 26631,
- 2,
- 7,
- 3,
- 0.085357,
- "_ELEDATETADAM(Oxidation (M))NR_"
- ],
- [
- 12949,
- 3,
- 13,
- 6,
- 0.17066,
- "_VNLEESSGVENSPAGARPK_"
- ],
- [
- 6024,
- 3,
- 12,
- 6,
- 0.15644,
- "_ATQPETTEEVTDLKR_"
- ],
- [
- 17749,
- 3,
- 10,
- 2,
- 0.128,
- "_EATHSSGFSGSSASVASTSSIK_"
- ],
- [
- 22103,
- 2,
- 7,
- 4,
- 0.085357,
- "_CAATTCVQSLGQGK_"
- ],
- [
- 1232,
- 2,
- 10,
- 5,
- 0.128,
- "_QACTPMFR_"
- ],
- [
- 1572,
- 2,
- 12,
- 4,
- 0.15644,
- "_IICQGFTGK_"
- ],
- [
- 40260,
- 2,
- 12,
- 6,
- 0.15644,
- "_VNLEESSGVENSPAGARPK_"
- ],
- [
- 31229,
- 3,
- 11,
- 7,
- 0.14221,
- "_EDLPAENGETKTEESPASDEAGEK_"
- ],
- [
- 23604,
- 2,
- 10,
- 5,
- 0.12799,
- "_YNLDASEEEDSNK_"
- ],
- [
- 24942,
- 2,
- 20,
- 5,
- 0.2702,
- "_EASDPQPEEADGGLK_"
- ],
- [
- 12081,
- 3,
- 12,
- 4,
- 0.15644,
- "_HLEHAPSPSDVSNAPEVK_"
- ],
- [
- 3203,
- 2,
- 12,
- 2,
- 0.15644,
- "_QQPPDISYK_"
- ],
- [
- 26429,
- 3,
- 20,
- 7,
- 0.2702,
- "_NSSYVHGGLDSNGKPADAVYGQK_"
- ],
- [
- 39944,
- 2,
- 21,
- 5,
- 0.28441,
- "_SSATVTGEPPSYSSGSDSSK_"
- ],
- [
- 27213,
- 4,
- 11,
- 6,
- 0.14221,
- "_KEEDLEDKNNFGAEPPHQNGECYPNEK_"
- ],
- [
- 6651,
- 2,
- 11,
- 3,
- 0.14221,
- "_DLCNTHLMR_"
- ],
- [
- 47755,
- 3,
- 22,
- 8,
- 0.29863,
- "_KKNEPEDEEEEEEEEDEDEEEEDEDEE_"
- ],
- [
- 6527,
- 2,
- 11,
- 4,
- 0.14221,
- "_NKSELLPTVR_"
- ],
- [
- 37028,
- 2,
- 10,
- 4,
- 0.12799,
- "_GHAAFTSDPKPTIEVSGK_"
- ],
- [
- 1717,
- 2,
- 20,
- 4,
- 0.2702,
- "_FPGYDSESK_"
- ],
- [
- 23226,
- 2,
- 10,
- 2,
- 0.12799,
- "_NQPIYIQYSNHK_"
- ],
- [
- 14043,
- 2,
- 10,
- 2,
- 0.12799,
- "_RGYFDEEMNR_"
- ],
- [
- 9889,
- 2,
- 12,
- 4,
- 0.15644,
- "_ELSVEEQIKR_"
- ],
- [
- 25286,
- 2,
- 12,
- 5,
- 0.15644,
- "_SESGDWHCTASWK_"
- ],
- [
- 30581,
- 2,
- 10,
- 2,
- 0.12799,
- "_AKDLQDELAGNSEQR_"
- ],
- [
- 2431,
- 2,
- 13,
- 5,
- 0.17065,
- "_VHIDIGADGR_"
- ],
- [
- 8778,
- 3,
- 16,
- 6,
- 0.21334,
- "_DAHSIHGTNPQYLVEK_"
- ],
- [
- 2937,
- 3,
- 17,
- 3,
- 0.22755,
- "_TGSISSSVSVPAKPER_"
- ],
- [
- 757,
- 2,
- 6,
- 3,
- 0.071123,
- "_LNSSIVEPK_"
- ],
- [
- 9786,
- 2,
- 7,
- 2,
- 0.085329,
- "_ASDTSSETVFGK_"
- ],
- [
- 29169,
- 2,
- 9,
- 5,
- 0.11378,
- "_NDIHLDADDPNSADK_"
- ],
- [
- 3224,
- 2,
- 7,
- 2,
- 0.085329,
- "_KLSQMILDK_"
- ],
- [
- 12185,
- 2,
- 17,
- 2,
- 0.22755,
- "_KCPFTGNVSIR_"
- ],
- [
- 27727,
- 2,
- 18,
- 3,
- 0.24177,
- "_AIQPQAAQGPAAVQQK_"
- ],
- [
- 23298,
- 2,
- 13,
- 2,
- 0.17065,
- "_GTGHVSSTYVEELK_"
- ],
- [
- 37490,
- 2,
- 13,
- 6,
- 0.17065,
- "_DGTDTSQSGEDGGCWQR_"
- ],
- [
- 22568,
- 2,
- 13,
- 8,
- 0.17065,
- "_ILDDTEDTVVSQR_"
- ],
- [
- 47623,
- 2,
- 15,
- 7,
- 0.19912,
- "_ADPDCSNGQPQAAPTPGAPQNR_"
- ],
- [
- 9880,
- 2,
- 9,
- 4,
- 0.11378,
- "_VAEFHTELER_"
- ],
- [
- 24051,
- 2,
- 13,
- 4,
- 0.17065,
- "_GTFHWSGNEQMTK_"
- ],
- [
- 35792,
- 2,
- 12,
- 5,
- 0.15644,
- "_TSGGGAGGPGAGGVMGCTEAR_"
- ],
- [
- 16382,
- 2,
- 7,
- 2,
- 0.085329,
- "_CGSSSVDPVSVNR_"
- ],
- [
- 9035,
- 2,
- 9,
- 4,
- 0.11378,
- "_NIGISAHIDSGK_"
- ],
- [
- 20115,
- 2,
- 8,
- 2,
- 0.099572,
- "_STNNWNYSGPGDK_"
- ],
- [
- 20534,
- 2,
- 8,
- 3,
- 0.099545,
- "_IHQIEYAM(Oxidation (M))EAVK_"
- ],
- [
- 6840,
- 3,
- 16,
- 8,
- 0.21334,
- "_NDTKEDVFVHQTAIK_"
- ],
- [
- 29474,
- 2,
- 10,
- 3,
- 0.128,
- "_RAAAEVNQDYGLDPK_"
- ],
- [
- 14520,
- 3,
- 12,
- 2,
- 0.15643,
- "_TCAILCHIYHHALHSR_"
- ],
- [
- 36175,
- 2,
- 9,
- 3,
- 0.11379,
- "_VYAAEPSNADDCYQSK_"
- ],
- [
- 27559,
- 2,
- 15,
- 4,
- 0.19909,
- "_TGSISSSVSVPAKPER_"
- ],
- [
- 34901,
- 4,
- 11,
- 4,
- 0.14221,
- "_KAQEEAPQQPEAAAAVTTPVTPAGHGHPEANSNEK_"
- ],
- [
- 7515,
- 2,
- 11,
- 3,
- 0.14221,
- "_SSENPNEVFR_"
- ],
- [
- 11567,
- 2,
- 16,
- 5,
- 0.21334,
- "_GTVIIIANHGDR_"
- ],
- [
- 33502,
- 2,
- 16,
- 5,
- 0.21334,
- "_NDTKEDVFVHQTAIK_"
- ],
- [
- 30701,
- 2,
- 11,
- 6,
- 0.14221,
- "_MANAGAICCHLSEDK_"
- ],
- [
- 24804,
- 2,
- 10,
- 3,
- 0.128,
- "_EESYLSNSQTPER_"
- ],
- [
- 5077,
- 2,
- 15,
- 2,
- 0.19909,
- "_LMCKPIFSK_"
- ],
- [
- 3945,
- 2,
- 17,
- 3,
- 0.22755,
- "_(Acetyl (Protein N-term))MDGPVAEHAK_"
- ],
- [
- 21914,
- 2,
- 11,
- 3,
- 0.14221,
- "_EVVCTTQNTPTVK_"
- ],
- [
- 9408,
- 2,
- 14,
- 3,
- 0.18487,
- "_LKDQNIFVSR_"
- ],
- [
- 19335,
- 2,
- 14,
- 5,
- 0.18487,
- "_KVVVCDNGTGFVK_"
- ],
- [
- 1737,
- 3,
- 15,
- 3,
- 0.19909,
- "_TPHPVLTPVAANQAK_"
- ],
- [
- 8504,
- 2,
- 14,
- 6,
- 0.18487,
- "_ADTPSLGEGPEK_"
- ],
- [
- 6362,
- 2,
- 15,
- 4,
- 0.19909,
- "_KEPQTLVIPK_"
- ],
- [
- 1394,
- 2,
- 12,
- 3,
- 0.15643,
- "_AEELGQELK_"
- ],
- [
- 23289,
- 2,
- 15,
- 3,
- 0.19909,
- "_SQDQDSEVNELSR_"
- ],
- [
- 8412,
- 2,
- 18,
- 2,
- 0.24177,
- "_NQLLGPDENAK_"
- ],
- [
- 20204,
- 3,
- 14,
- 4,
- 0.18487,
- "_SSGGSEHSTEGSVSLGDGQLNR_"
- ],
- [
- 18483,
- 2,
- 13,
- 6,
- 0.17065,
- "_CVANNQVETLEK_"
- ],
- [
- 45918,
- 2,
- 12,
- 4,
- 0.15643,
- "_SSGGSEHSTEGSVSLGDGQLNR_"
- ],
- [
- 20520,
- 2,
- 15,
- 2,
- 0.19909,
- "_LGDLQADSEESQR_"
- ],
- [
- 19174,
- 3,
- 15,
- 7,
- 0.19909,
- "_EGYAWAEDKEHCEEYGR_"
- ],
- [
- 29494,
- 2,
- 15,
- 5,
- 0.19909,
- "_NELLGDDGNSSENQR_"
- ],
- [
- 677,
- 2,
- 15,
- 5,
- 0.19909,
- "_ETAEAYLGK_"
- ],
- [
- 18948,
- 2,
- 11,
- 2,
- 0.14221,
- "_HEDTNLASSTIVK_"
- ],
- [
- 3357,
- 2,
- 21,
- 5,
- 0.28442,
- "_DKDPPIPVAK_"
- ],
- [
- 2043,
- 2,
- 14,
- 3,
- 0.18486,
- "_YQQWMER_"
- ],
- [
- 15855,
- 2,
- 16,
- 5,
- 0.2133,
- "_DTAASGYGTQNIR_"
- ],
- [
- 8049,
- 3,
- 12,
- 5,
- 0.15642,
- "_GAVLPQEISQVNQHHK_"
- ],
- [
- 40364,
- 2,
- 10,
- 4,
- 0.128,
- "_SPEDKVQIAANEETQER_"
- ],
- [
- 643,
- 2,
- 18,
- 4,
- 0.24177,
- "_HILILQNK_"
- ],
- [
- 9769,
- 3,
- 16,
- 5,
- 0.2133,
- "_GHAAFTSDPKPTIEVSGK_"
- ],
- [
- 8020,
- 3,
- 10,
- 3,
- 0.128,
- "_AALAHSEEVTASQVAATK_"
- ],
- [
- 4990,
- 2,
- 15,
- 5,
- 0.19908,
- "_LCFSTAQHAS_"
- ],
- [
- 26177,
- 2,
- 10,
- 2,
- 0.128,
- "_WQATVHAAESVDEK_"
- ],
- [
- 13465,
- 2,
- 12,
- 5,
- 0.15642,
- "_QLYVLGHEAM(Oxidation (M))K_"
- ],
- [
- 23909,
- 2,
- 13,
- 5,
- 0.17064,
- "_CDPEKETVEVSVK_"
- ],
- [
- 10183,
- 2,
- 9,
- 5,
- 0.11376,
- "_LQQTYAALNSK_"
- ],
- [
- 31814,
- 2,
- 10,
- 3,
- 0.128,
- "_SKVDEAVAVLQAHHAK_"
- ],
- [
- 44073,
- 2,
- 5,
- 3,
- 0.056866,
- "_KAQSLAEQTSDTAGLESSTR_"
- ],
- [
- 19489,
- 2,
- 16,
- 5,
- 0.2133,
- "_MEDEDEQGWCK_"
- ],
- [
- 38907,
- 2,
- 8,
- 3,
- 0.099551,
- "_AVSHSLNNCVNCLPGQK_"
- ],
- [
- 32751,
- 2,
- 9,
- 4,
- 0.11376,
- "_VDEEPTTLPSGEAKPR_"
- ],
- [
- 32972,
- 2,
- 7,
- 3,
- 0.085303,
- "_ELGLEKDDKDAIEEK_"
- ],
- [
- 13883,
- 2,
- 7,
- 3,
- 0.085303,
- "_NDSESSGVLYSR_"
- ],
- [
- 29150,
- 2,
- 9,
- 4,
- 0.11376,
- "_NDVLAHQATVETVNK_"
- ],
- [
- 6834,
- 2,
- 13,
- 5,
- 0.17064,
- "_CNTNTAIELK_"
- ],
- [
- 1153,
- 2,
- 12,
- 4,
- 0.15642,
- "_DAIHFYNK_"
- ],
- [
- 14704,
- 2,
- 11,
- 4,
- 0.14221,
- "_CLQANSYMESK_"
- ],
- [
- 13539,
- 2,
- 11,
- 5,
- 0.14221,
- "_SEVAAGGGSWDDR_"
- ],
- [
- 34833,
- 2,
- 11,
- 4,
- 0.14223,
- "_EYVNASEVSSGKPVSAR_"
- ],
- [
- 2392,
- 2,
- 11,
- 3,
- 0.14223,
- "_ENVEYIER_"
- ],
- [
- 28090,
- 2,
- 11,
- 4,
- 0.14223,
- "_RHVFGESDELIGQK_"
- ],
- [
- 19789,
- 2,
- 11,
- 3,
- 0.14223,
- "_GEDEEENNLEVR_"
- ],
- [
- 10286,
- 3,
- 12,
- 6,
- 0.15644,
- "_FELQHGTEEQQEEVR_"
- ],
- [
- 16969,
- 2,
- 11,
- 2,
- 0.14223,
- "_AVLEQEETAAASR_"
- ],
- [
- 18000,
- 4,
- 11,
- 3,
- 0.14223,
- "_LHNENAEMDSDSSSSGTETDLHGSLR_"
- ],
- [
- 36181,
- 2,
- 6,
- 3,
- 0.071096,
- "_FTGVASGSTGSTGSCSVGAK_"
- ],
- [
- 4472,
- 2,
- 13,
- 3,
- 0.17065,
- "_IDKYTEVLK_"
- ],
- [
- 17391,
- 3,
- 15,
- 6,
- 0.19909,
- "_LDVYTQWHQQSQSTKPK_"
- ],
- [
- 25013,
- 2,
- 13,
- 5,
- 0.17065,
- "_TPHPVLTPVAANQAK_"
- ],
- [
- 5382,
- 2,
- 10,
- 4,
- 0.12799,
- "_LGAEVYHTLK_"
- ],
- [
- 38765,
- 3,
- 9,
- 4,
- 0.11378,
- "_TSPADHGGSVGSESGGSAVDSVAGEHSVSGR_"
- ],
- [
- 6090,
- 2,
- 9,
- 3,
- 0.11378,
- "_QTTSPSGSLLR_"
- ],
- [
- 3009,
- 3,
- 15,
- 6,
- 0.19909,
- "_GKDQVVILHHMLSK_"
- ],
- [
- 5875,
- 2,
- 10,
- 3,
- 0.12799,
- "_CGASYAQVMR_"
- ],
- [
- 21518,
- 2,
- 9,
- 3,
- 0.11378,
- "_EHLTEQINVEEK_"
- ],
- [
- 2111,
- 2,
- 10,
- 4,
- 0.12799,
- "_EVDYEEMK_"
- ],
- [
- 1215,
- 2,
- 9,
- 4,
- 0.11378,
- "_LAELHADLK_"
- ],
- [
- 20719,
- 2,
- 8,
- 5,
- 0.099533,
- "_AKEETYNQLLDK_"
- ],
- [
- 1034,
- 2,
- 11,
- 4,
- 0.14223,
- "_NQLCEIPK_"
- ],
- [
- 3565,
- 2,
- 14,
- 4,
- 0.18487,
- "_EVNLAVQNAK_"
- ],
- [
- 10985,
- 3,
- 9,
- 3,
- 0.11378,
- "_LFVGGIKEDTEEHHLR_"
- ],
- [
- 17455,
- 2,
- 16,
- 6,
- 0.21331,
- "_MMHSNMETLYK_"
- ],
- [
- 5879,
- 2,
- 7,
- 3,
- 0.085341,
- "_EYQELM(Oxidation (M))SVK_"
- ],
- [
- 2569,
- 2,
- 10,
- 4,
- 0.12803,
- "_YVYQPMEK_"
- ],
- [
- 906,
- 2,
- 20,
- 6,
- 0.27024,
- "_HLTDAYFK_"
- ],
- [
- 4318,
- 2,
- 6,
- 2,
- 0.071118,
- "_ENLPQDYAR_"
- ],
- [
- 19076,
- 4,
- 11,
- 4,
- 0.14223,
- "_EEKEEAEADDGGQGEDKINEQIDER_"
- ],
- [
- 6456,
- 3,
- 12,
- 4,
- 0.15648,
- "_ELGLEKDDKDAIEEK_"
- ],
- [
- 34048,
- 2,
- 11,
- 4,
- 0.14223,
- "_QQSIAGSADSKPIDVSR_"
- ],
- [
- 15071,
- 2,
- 12,
- 4,
- 0.15648,
- "_CICTLSGFHSR_"
- ],
- [
- 27403,
- 2,
- 13,
- 4,
- 0.17069,
- "_HSSEATEVNPESLAK_"
- ],
- [
- 15080,
- 2,
- 12,
- 5,
- 0.15648,
- "_LVNANGEAVYCK_"
- ],
- [
- 28560,
- 2,
- 15,
- 7,
- 0.19912,
- "_(Acetyl (Protein N-term))SNGYEDHMAEDCR_"
- ],
- [
- 9246,
- 2,
- 8,
- 2,
- 0.099564,
- "_APHDFQFVQK_"
- ],
- [
- 24173,
- 2,
- 15,
- 4,
- 0.19912,
- "_TLMSSGQMAPSSSNK_"
- ],
- [
- 30376,
- 2,
- 16,
- 5,
- 0.21334,
- "_MVTSAGVQVQCNSCK_"
- ],
- [
- 7063,
- 2,
- 14,
- 5,
- 0.1849,
- "_EDTEEYNLR_"
- ],
- [
- 4204,
- 2,
- 8,
- 4,
- 0.099564,
- "_SANPAMQLDR_"
- ],
- [
- 6305,
- 3,
- 12,
- 5,
- 0.15648,
- "_VDEEPTTLPSGEAKPR_"
- ],
- [
- 5484,
- 2,
- 8,
- 4,
- 0.099564,
- "_EDLESSGLQR_"
- ],
- [
- 15348,
- 2,
- 16,
- 6,
- 0.21334,
- "_EAQLYAAQAHLK_"
- ],
- [
- 251,
- 3,
- 14,
- 3,
- 0.1849,
- "_KPSVHVVMNLPAK_"
- ],
- [
- 11875,
- 3,
- 13,
- 6,
- 0.17069,
- "_YAQVKPDGTYVKPLSNK_"
- ],
- [
- 26147,
- 2,
- 9,
- 5,
- 0.11378,
- "_PNHTIYINNLNEK_"
- ],
- [
- 18637,
- 2,
- 9,
- 4,
- 0.11378,
- "_YIAYIESQGAHR_"
- ],
- [
- 31360,
- 2,
- 13,
- 6,
- 0.17069,
- "_ACALSIEESCRPGDK_"
- ],
- [
- 34454,
- 2,
- 10,
- 3,
- 0.12802,
- "_GKETEYQALQETNMK_"
- ],
- [
- 26887,
- 2,
- 12,
- 4,
- 0.15647,
- "_DQSTEQSPSDLPQR_"
- ],
- [
- 21229,
- 2,
- 8,
- 4,
- 0.09958,
- "_EVDEQM(Oxidation (M))LNVQNK_"
- ],
- [
- 8808,
- 2,
- 15,
- 4,
- 0.19913,
- "_AYINKVEELK_"
- ],
- [
- 5302,
- 3,
- 14,
- 6,
- 0.18493,
- "_ACALSIEESCRPGDK_"
- ],
- [
- 33157,
- 2,
- 15,
- 4,
- 0.19913,
- "_LRQDFEEVTTQNEK_"
- ],
- [
- 24912,
- 2,
- 12,
- 3,
- 0.15647,
- "_TLQLVEEKPADGNK_"
- ],
- [
- 4910,
- 2,
- 17,
- 3,
- 0.22758,
- "_LASAAYPDPSK_"
- ],
- [
- 15812,
- 2,
- 12,
- 4,
- 0.15647,
- "_EYTQATIYVHK_"
- ],
- [
- 5600,
- 3,
- 16,
- 6,
- 0.21336,
- "_SKVDEAVAVLQAHHAK_"
- ],
- [
- 3514,
- 3,
- 12,
- 2,
- 0.15647,
- "_KLESVAEEHEILTK_"
- ],
- [
- 859,
- 2,
- 12,
- 3,
- 0.15647,
- "_YADEEIPR_"
- ],
- [
- 12287,
- 2,
- 10,
- 4,
- 0.12802,
- "_KTPLALAGSPTPK_"
- ],
- [
- 2530,
- 3,
- 13,
- 2,
- 0.17071,
- "_TMGYSVTAPEDTRR_"
- ],
- [
- 7740,
- 2,
- 12,
- 4,
- 0.15647,
- "_AGLVGPEFHEK_"
- ],
- [
- 5633,
- 2,
- 9,
- 3,
- 0.1138,
- "_QYGITGENVR_"
- ],
- [
- 11603,
- 2,
- 11,
- 4,
- 0.14226,
- "_DKYENEDLIK_"
- ],
- [
- 1517,
- 2,
- 16,
- 2,
- 0.21336,
- "_QQFDLENK_"
- ],
- [
- 17558,
- 2,
- 8,
- 3,
- 0.09958,
- "_AVDEDPENQTLR_"
- ],
- [
- 13073,
- 2,
- 19,
- 6,
- 0.25601,
- "_GSYVSIHSSGFR_"
- ],
- [
- 2751,
- 2,
- 18,
- 2,
- 0.2418,
- "_GIGQEHFFK_"
- ],
- [
- 7201,
- 2,
- 12,
- 2,
- 0.15647,
- "_HPDGVASVSFR_"
- ],
- [
- 18887,
- 3,
- 15,
- 5,
- 0.19913,
- "_VPSPPDEHQEAENAVSSGNR_"
- ],
- [
- 13438,
- 3,
- 12,
- 5,
- 0.15647,
- "_AHAYGDPNAGLNSQLHYK_"
- ],
- [
- 14073,
- 2,
- 14,
- 4,
- 0.18493,
- "_DLTLEENQVKK_"
- ],
- [
- 9898,
- 3,
- 14,
- 5,
- 0.18493,
- "_SLHLSPQEQSASYQDR_"
- ],
- [
- 5518,
- 2,
- 18,
- 7,
- 0.2418,
- "_YDDMATCMK_"
- ],
- [
- 28960,
- 2,
- 14,
- 6,
- 0.18493,
- "_GQPDVVVKEDEEYK_"
- ],
- [
- 40615,
- 3,
- 14,
- 7,
- 0.18493,
- "_KKVEEEDEEEEEEEEEEEEEEDE_"
- ],
- [
- 17519,
- 2,
- 13,
- 6,
- 0.17071,
- "_AKQEELEAALQR_"
- ],
- [
- 23065,
- 3,
- 14,
- 5,
- 0.18493,
- "_VALENDDRSEEEKYTAVQR_"
- ],
- [
- 32317,
- 2,
- 10,
- 4,
- 0.12802,
- "_TYHMYNADSISAQSK_"
- ],
- [
- 28039,
- 2,
- 10,
- 2,
- 0.12802,
- "_AAQDIKDEEPGDLGR_"
- ],
- [
- 384,
- 2,
- 11,
- 3,
- 0.14226,
- "_SYGDILHR_"
- ],
- [
- 22139,
- 4,
- 13,
- 5,
- 0.17071,
- "_QKPQMAPPVSDPENSQGPAAGSSDEPGKR_"
- ],
- [
- 20614,
- 2,
- 19,
- 4,
- 0.25601,
- "_EEEVSCSGPLSQK_"
- ],
- [
- 4973,
- 3,
- 10,
- 5,
- 0.12802,
- "_GECQACDQLHFCR_"
- ],
- [
- 11798,
- 2,
- 13,
- 5,
- 0.17071,
- "_NIPQSTEILKK_"
- ],
- [
- 37617,
- 3,
- 11,
- 5,
- 0.14226,
- "_LHNENAEMDSDSSSSGTETDLHGSLR_"
- ],
- [
- 6987,
- 2,
- 12,
- 4,
- 0.15647,
- "_IKGPNAVQLVK_"
- ],
- [
- 26726,
- 2,
- 12,
- 5,
- 0.15649,
- "_TMGYSVTAPEDTRR_"
- ],
- [
- 22851,
- 2,
- 10,
- 3,
- 0.12802,
- "_SSPSGITHVIASNAR_"
- ],
- [
- 2956,
- 2,
- 10,
- 4,
- 0.12802,
- "_EIQTLLSHK_"
- ],
- [
- 755,
- 2,
- 11,
- 3,
- 0.14224,
- "_QQLEELAR_"
- ],
- [
- 36295,
- 2,
- 12,
- 4,
- 0.15649,
- "_GGGGSGGYYGQGGM(Oxidation (M))SGGGWR_"
- ],
- [
- 18906,
- 2,
- 12,
- 4,
- 0.15649,
- "_IMLDSSNLQHQK_"
- ],
- [
- 4840,
- 3,
- 9,
- 2,
- 0.1138,
- "_TVAEGHGDTLYVGTTR_"
- ],
- [
- 2757,
- 2,
- 11,
- 4,
- 0.14224,
- "_RDVQEIFR_"
- ],
- [
- 3593,
- 2,
- 11,
- 4,
- 0.14224,
- "_DFSHPQMPK_"
- ],
- [
- 16118,
- 3,
- 11,
- 2,
- 0.14224,
- "_VYSTVTEECVHILHGHR_"
- ],
- [
- 22372,
- 2,
- 12,
- 4,
- 0.15649,
- "_EHVKPLFNMEDK_"
- ],
- [
- 27692,
- 2,
- 11,
- 2,
- 0.14224,
- "_ETATCLAWCHDNK_"
- ],
- [
- 1320,
- 2,
- 16,
- 4,
- 0.21336,
- "_GGEIQPVSVK_"
- ],
- [
- 21721,
- 2,
- 9,
- 3,
- 0.1138,
- "_YQSFNNQSDLEK_"
- ],
- [
- 13709,
- 2,
- 14,
- 6,
- 0.18494,
- "_VLEHQLLQTTK_"
- ],
- [
- 19227,
- 4,
- 13,
- 8,
- 0.17069,
- "_TSPADHGGSVGSESGGSAVDSVAGEHSVSGR_"
- ],
- [
- 30858,
- 2,
- 14,
- 2,
- 0.18494,
- "_GECQACDQLHFCR_"
- ],
- [
- 22779,
- 2,
- 16,
- 4,
- 0.21336,
- "_HTDDEMTGYVATR_"
- ],
- [
- 27129,
- 2,
- 17,
- 2,
- 0.22758,
- "_KHPDSSVNFAEFSK_"
- ],
- [
- 8609,
- 2,
- 16,
- 4,
- 0.21336,
- "_LVSSDPEINTK_"
- ],
- [
- 34988,
- 2,
- 14,
- 7,
- 0.18494,
- "_AALAHSEEVTASQVAATK_"
- ],
- [
- 32901,
- 2,
- 5,
- 5,
- 0.056935,
- "_ASPSPQPSSQPLQIHR_"
- ],
- [
- 30819,
- 2,
- 7,
- 3,
- 0.085363,
- "_HTLATVPCDGCSYAK_"
- ],
- [
- 4548,
- 2,
- 15,
- 5,
- 0.19915,
- "_AQLEPVASPAK_"
- ],
- [
- 3138,
- 2,
- 18,
- 4,
- 0.2418,
- "_IMATPEQVGK_"
- ],
- [
- 10696,
- 2,
- 17,
- 5,
- 0.22758,
- "_AGELTEDEVER_"
- ],
- [
- 24693,
- 2,
- 12,
- 6,
- 0.15645,
- "_TNAAAMNMGRPFQK_"
- ],
- [
- 808,
- 2,
- 12,
- 3,
- 0.15645,
- "_ETEQLEIK_"
- ],
- [
- 9504,
- 3,
- 11,
- 6,
- 0.14224,
- "_DKKPTFEDSSCSLYR_"
- ],
- [
- 19103,
- 2,
- 12,
- 4,
- 0.15645,
- "_NGLYEIENGRPR_"
- ],
- [
- 1093,
- 2,
- 10,
- 4,
- 0.12802,
- "_YWEEYSK_"
- ],
- [
- 4085,
- 2,
- 12,
- 3,
- 0.15645,
- "_GTVEPQLEAR_"
- ],
- [
- 25647,
- 2,
- 16,
- 7,
- 0.21336,
- "_LLACIASRPGQCGR_"
- ],
- [
- 21942,
- 3,
- 11,
- 5,
- 0.14224,
- "_ELDQDMVTEDEDDPGSHKR_"
- ],
- [
- 6082,
- 2,
- 11,
- 5,
- 0.14224,
- "_LSEGFSIHTR_"
- ],
- [
- 5341,
- 2,
- 6,
- 6,
- 0.071149,
- "_VLSQQAASVVK_"
- ],
- [
- 14137,
- 2,
- 18,
- 6,
- 0.24179,
- "_QEYVDYSESAK_"
- ],
- [
- 18206,
- 2,
- 12,
- 4,
- 0.15645,
- "_YTAESSDTLCPR_"
- ],
- [
- 963,
- 4,
- 11,
- 5,
- 0.14224,
- "_LIAYGHITGNAPDSGAPGKR_"
- ],
- [
- 46186,
- 2,
- 19,
- 7,
- 0.25601,
- "_NTTQNTGYSSGTQNANYPVR_"
- ],
- [
- 20789,
- 2,
- 19,
- 7,
- 0.25601,
- "_DKKDEEEDMSLD_"
- ],
- [
- 12273,
- 2,
- 17,
- 2,
- 0.22757,
- "_DGYIHYGQTVK_"
- ],
- [
- 10664,
- 2,
- 5,
- 3,
- 0.056919,
- "_QQQLVSGMAER_"
- ],
- [
- 16139,
- 2,
- 16,
- 5,
- 0.21336,
- "_MLPEIDQNKDR_"
- ],
- [
- 361,
- 2,
- 11,
- 2,
- 0.14224,
- "_QIENIVDK_"
- ],
- [
- 134,
- 3,
- 13,
- 4,
- 0.1707,
- "_FIHVSHLNANIK_"
- ],
- [
- 23013,
- 3,
- 13,
- 2,
- 0.1707,
- "_VEEEEEEKVAEEEETSVKK_"
- ],
- [
- 12449,
- 3,
- 14,
- 5,
- 0.18491,
- "_RPLHSAQAVDVASASNFR_"
- ],
- [
- 3336,
- 2,
- 14,
- 4,
- 0.18491,
- "_FEEEELQR_"
- ],
- [
- 49613,
- 3,
- 9,
- 6,
- 0.11379,
- "_NSCQDSEADEETSPGFDEQEDGSSSQTANKPSR_"
- ],
- [
- 33192,
- 2,
- 9,
- 2,
- 0.11379,
- "_VALSDDETKETENMR_"
- ],
- [
- 26603,
- 2,
- 15,
- 3,
- 0.19915,
- "_GGCPGGEATLSQPPPR_"
- ],
- [
- 24955,
- 2,
- 10,
- 4,
- 0.12802,
- "_ETANAIVSQQTPQR_"
- ],
- [
- 7275,
- 3,
- 15,
- 5,
- 0.19915,
- "_QQSIAGSADSKPIDVSR_"
- ],
- [
- 6422,
- 2,
- 15,
- 5,
- 0.19915,
- "_GGGFGGNDNFGR_"
- ],
- [
- 687,
- 2,
- 10,
- 4,
- 0.12802,
- "_HLDVDLDR_"
- ],
- [
- 9895,
- 2,
- 8,
- 4,
- 0.099577,
- "_KIEEQLTLEK_"
- ],
- [
- 9523,
- 2,
- 10,
- 4,
- 0.12802,
- "_NNSFTAPSTVGK_"
- ],
- [
- 1872,
- 2,
- 11,
- 4,
- 0.14226,
- "_DLYVHTMR_"
- ],
- [
- 6636,
- 3,
- 11,
- 3,
- 0.14226,
- "_VALSDDETKETENMR_"
- ],
- [
- 6137,
- 3,
- 11,
- 2,
- 0.14226,
- "_PMINLYTDKDTGKPK_"
- ],
- [
- 40055,
- 2,
- 11,
- 4,
- 0.14226,
- "_PAASITSKPATLTTTSATSK_"
- ],
- [
- 38762,
- 2,
- 11,
- 4,
- 0.14226,
- "_NKEDQYDHLDAADMTK_"
- ],
- [
- 11414,
- 2,
- 10,
- 2,
- 0.12803,
- "_HTAFATFPNEK_"
- ],
- [
- 14632,
- 2,
- 8,
- 4,
- 0.099602,
- "_ILQEDPTNTAAR_"
- ],
- [
- 24646,
- 2,
- 7,
- 4,
- 0.085391,
- "_AQGPAGEVYCPSGDK_"
- ],
- [
- 23294,
- 2,
- 7,
- 2,
- 0.085391,
- "_EEQNSSSLLEENK_"
- ],
- [
- 33764,
- 2,
- 9,
- 2,
- 0.11382,
- "_ASAQQENSSTCIGSAIK_"
- ],
- [
- 35593,
- 2,
- 9,
- 4,
- 0.11382,
- "_ELAQIAGRPTEDEDEK_"
- ],
- [
- 8338,
- 2,
- 6,
- 3,
- 0.07116,
- "_NLHDNLSDLR_"
- ],
- [
- 4386,
- 3,
- 12,
- 6,
- 0.15648,
- "_SAAMLGNSEDHTALSR_"
- ],
- [
- 13591,
- 2,
- 10,
- 4,
- 0.12803,
- "_EASGETTGVDITK_"
- ],
- [
- 11307,
- 2,
- 7,
- 2,
- 0.085391,
- "_ECEEDNPVIR_"
- ],
- [
- 29839,
- 2,
- 16,
- 5,
- 0.21339,
- "_NHQLYCNDCYLR_"
- ],
- [
- 417,
- 4,
- 15,
- 4,
- 0.19915,
- "_RPLHSAQAVDVASASNFR_"
- ],
- [
- 11684,
- 2,
- 14,
- 2,
- 0.18494,
- "_ESWEMNSEEK_"
- ],
- [
- 9492,
- 2,
- 14,
- 4,
- 0.18494,
- "_IHDPQLLTER_"
- ],
- [
- 25378,
- 2,
- 14,
- 6,
- 0.18494,
- "_TSTTSSMVASAEQPR_"
- ],
- [
- 14315,
- 3,
- 14,
- 5,
- 0.18494,
- "_KDSVWGSGGGQQSVNHLVK_"
- ],
- [
- 3266,
- 3,
- 13,
- 4,
- 0.17069,
- "_RPWLSATPSSGASAAR_"
- ],
- [
- 7908,
- 2,
- 13,
- 3,
- 0.17069,
- "_DGGNQEVEIAR_"
- ],
- [
- 19643,
- 2,
- 17,
- 3,
- 0.2276,
- "_CYPDRVDYVDK_"
- ],
- [
- 48473,
- 3,
- 13,
- 4,
- 0.17069,
- "_EVAENQQNQSSDPEEEKGSQPPPAAESQSSLR_"
- ],
- [
- 2054,
- 2,
- 13,
- 3,
- 0.17069,
- "_GALCHLELK_"
- ],
- [
- 57,
- 2,
- 15,
- 5,
- 0.19915,
- "_LRPIAVIK_"
- ],
- [
- 30012,
- 2,
- 13,
- 7,
- 0.17069,
- "_SAAMLGNSEDHTALSR_"
- ],
- [
- 6474,
- 2,
- 9,
- 3,
- 0.11384,
- "_HLGISNEMVR_"
- ],
- [
- 18562,
- 3,
- 16,
- 5,
- 0.21338,
- "_QDGPMPKPHSVSLNDTETR_"
- ],
- [
- 19851,
- 2,
- 11,
- 5,
- 0.14227,
- "_HKLDVTSVEDYK_"
- ],
- [
- 30085,
- 3,
- 11,
- 5,
- 0.14227,
- "_SGCAASHFAVQECM(Oxidation (M))AQHQDWR_"
- ],
- [
- 1196,
- 3,
- 11,
- 4,
- 0.14227,
- "_FTHDDSHLVSLGGK_"
- ],
- [
- 10221,
- 2,
- 11,
- 4,
- 0.14227,
- "_VACIGAWHPAR_"
- ],
- [
- 5608,
- 3,
- 11,
- 4,
- 0.14227,
- "_KPIVPQKEPSPLLEK_"
- ],
- [
- 2616,
- 2,
- 10,
- 2,
- 0.12805,
- "_ALQGSLGGVEK_"
- ],
- [
- 27925,
- 2,
- 13,
- 3,
- 0.17071,
- "_KQTETEMLYGSAPR_"
- ],
- [
- 43205,
- 2,
- 10,
- 6,
- 0.12805,
- "_GIQQATTGVSQETSENPGNK_"
- ],
- [
- 5123,
- 2,
- 15,
- 4,
- 0.19917,
- "_AGGPATPLSPTR_"
- ],
- [
- 20847,
- 2,
- 8,
- 4,
- 0.099624,
- "_NDELNHLEEEGR_"
- ],
- [
- 38687,
- 3,
- 31,
- 4,
- 0.42668,
- "_GSSEQAESDNMDVPPEDDSKEGAGEQK_"
- ],
- [
- 536,
- 2,
- 17,
- 5,
- 0.22762,
- "_LDHYAIIK_"
- ],
- [
- 10559,
- 2,
- 15,
- 3,
- 0.19917,
- "_QLAEQEELER_"
- ],
- [
- 32399,
- 2,
- 10,
- 4,
- 0.12805,
- "_QLSQAGSFSDGTHGGLR_"
- ],
- [
- 21298,
- 2,
- 16,
- 6,
- 0.21338,
- "_SSTTSMTSVPKPLK_"
- ],
- [
- 7621,
- 2,
- 8,
- 2,
- 0.099624,
- "_TLLHLGSSAPGK_"
- ],
- [
- 7680,
- 3,
- 13,
- 6,
- 0.17071,
- "_IEQLQNHENEDIYK_"
- ],
- [
- 35933,
- 2,
- 10,
- 5,
- 0.12805,
- "_ASSSSASSAGALESSLDRK_"
- ],
- [
- 19037,
- 2,
- 12,
- 3,
- 0.15649,
- "_GDAHECFVSPVAK_"
- ],
- [
- 15706,
- 2,
- 14,
- 6,
- 0.18493,
- "_MTNYDVEHTIK_"
- ],
- [
- 20137,
- 3,
- 14,
- 5,
- 0.18493,
- "_IEPHHTAVLGEGDSVQVENK_"
- ],
- [
- 13677,
- 2,
- 11,
- 5,
- 0.14227,
- "_MEGMDDDPEDR_"
- ],
- [
- 13655,
- 2,
- 17,
- 6,
- 0.22762,
- "_IRYESLTDPSK_"
- ],
- [
- 49966,
- 2,
- 12,
- 5,
- 0.15651,
- "_TSSFAEPGGGGGGGGGGPGGSASGPGGTGGGK_"
- ],
- [
- 4432,
- 2,
- 8,
- 2,
- 0.099636,
- "_HILGDPNLTK_"
- ],
- [
- 6903,
- 2,
- 7,
- 3,
- 0.085391,
- "_ACIGDTLCQK_"
- ],
- [
- 1367,
- 2,
- 11,
- 3,
- 0.14229,
- "_FLIDTHNR_"
- ],
- [
- 7667,
- 2,
- 8,
- 3,
- 0.099636,
- "_EVVTEHLINK_"
- ],
- [
- 18428,
- 2,
- 10,
- 4,
- 0.12808,
- "_NREWNIVESEK_"
- ],
- [
- 12305,
- 2,
- 11,
- 4,
- 0.14229,
- "_ENGYTYEDYK_"
- ],
- [
- 12486,
- 3,
- 9,
- 2,
- 0.11387,
- "_VANDRDQEMHIDLENK_"
- ],
- [
- 13319,
- 3,
- 10,
- 2,
- 0.12808,
- "_GGVDTAAAPAGGAPPAHAPGPGR_"
- ],
- [
- 47910,
- 2,
- 11,
- 4,
- 0.14229,
- "_(Acetyl (Protein N-term))M(Oxidation (M))DPNCSCAAGDSCTCAGSCK_"
- ],
- [
- 2457,
- 2,
- 11,
- 3,
- 0.14229,
- "_SPGPNVAVNAK_"
- ],
- [
- 25637,
- 2,
- 10,
- 2,
- 0.12808,
- "_NEDVEALQQQQTR_"
- ],
- [
- 15748,
- 2,
- 10,
- 4,
- 0.12808,
- "_EETVSSHFEMR_"
- ],
- [
- 3054,
- 2,
- 11,
- 5,
- 0.14229,
- "_QADVNLVNAK_"
- ],
- [
- 2504,
- 2,
- 10,
- 4,
- 0.12808,
- "_HESMPDVLK_"
- ],
- [
- 22580,
- 2,
- 10,
- 3,
- 0.12808,
- "_ASTSGLGIKDEGDIK_"
- ],
- [
- 44,
- 2,
- 11,
- 2,
- 0.14229,
- "_VPYEEIR_"
- ],
- [
- 43564,
- 2,
- 9,
- 4,
- 0.11387,
- "_ESPDGSYTEEQSQESEMK_"
- ],
- [
- 11886,
- 2,
- 18,
- 4,
- 0.24187,
- "_QPGNETADTVLK_"
- ],
- [
- 28328,
- 2,
- 9,
- 4,
- 0.11387,
- "_VASGSTATAAAGPSCALK_"
- ],
- [
- 17913,
- 2,
- 12,
- 6,
- 0.15651,
- "_GTGEAEEEYVGPR_"
- ],
- [
- 12734,
- 3,
- 14,
- 6,
- 0.18496,
- "_PAASITSKPATLTTTSATSK_"
- ],
- [
- 4077,
- 2,
- 6,
- 2,
- 0.071152,
- "_NGKYDLDFK_"
- ],
- [
- 578,
- 2,
- 13,
- 2,
- 0.17073,
- "_EQELDTLK_"
- ],
- [
- 5839,
- 2,
- 12,
- 4,
- 0.15651,
- "_CKLEEMGFK_"
- ],
- [
- 6698,
- 2,
- 16,
- 3,
- 0.21342,
- "_IEEELGDEAR_"
- ],
- [
- 37768,
- 2,
- 13,
- 6,
- 0.17073,
- "_SQGDMQDLNGNNQSVTR_"
- ],
- [
- 333,
- 2,
- 14,
- 3,
- 0.18496,
- "_RLDFDYK_"
- ],
- [
- 23168,
- 2,
- 14,
- 5,
- 0.18496,
- "_RVPSNASWEQAMK_"
- ],
- [
- 9085,
- 2,
- 17,
- 6,
- 0.22762,
- "_AKEFTNVYIK_"
- ],
- [
- 2886,
- 2,
- 13,
- 3,
- 0.17073,
- "_FEPYANPTK_"
- ],
- [
- 11044,
- 2,
- 15,
- 3,
- 0.19917,
- "_HLGTAGTDVDLR_"
- ],
- [
- 22669,
- 2,
- 13,
- 3,
- 0.17073,
- "_MELAGSNTTASSPAR_"
- ],
- [
- 1723,
- 2,
- 13,
- 4,
- 0.17073,
- "_MAGDPVANVR_"
- ],
- [
- 2260,
- 2,
- 12,
- 4,
- 0.15651,
- "_VIDDTNITR_"
- ],
- [
- 9512,
- 2,
- 14,
- 6,
- 0.18497,
- "_SKWDEEWDK_"
- ],
- [
- 19933,
- 2,
- 22,
- 6,
- 0.29875,
- "_TVFAEHISDECK_"
- ],
- [
- 30715,
- 2,
- 16,
- 4,
- 0.21341,
- "_TVAEGHGDTLYVGTTR_"
- ],
- [
- 5944,
- 2,
- 16,
- 4,
- 0.21341,
- "_ALSSVGLHMTK_"
- ],
- [
- 6021,
- 2,
- 15,
- 3,
- 0.19919,
- "_VEVEEDGQLK_"
- ],
- [
- 6123,
- 2,
- 11,
- 4,
- 0.14231,
- "_EQLGEEIDSK_"
- ],
- [
- 27586,
- 2,
- 11,
- 2,
- 0.14231,
- "_TFHFNTVEEVHSR_"
- ],
- [
- 20234,
- 2,
- 14,
- 6,
- 0.18497,
- "_(Acetyl (Protein N-term))AATASAGAGGIDGKPR_"
- ],
- [
- 13188,
- 2,
- 11,
- 4,
- 0.14231,
- "_ASSNLGIIHQMK_"
- ],
- [
- 33840,
- 2,
- 11,
- 4,
- 0.14231,
- "_GEQVSQNGLPAEQGSPR_"
- ],
- [
- 26451,
- 2,
- 9,
- 3,
- 0.11387,
- "_SSTTTTPVQSGANVVK_"
- ],
- [
- 14703,
- 4,
- 16,
- 7,
- 0.21341,
- "_AAASGQPRPEMQCPAEHEEDMYR_"
- ],
- [
- 1893,
- 3,
- 12,
- 4,
- 0.15653,
- "_FKPSSLPHPLEGSR_"
- ],
- [
- 29336,
- 2,
- 12,
- 3,
- 0.15653,
- "_DMYNDTLNGSTEKR_"
- ],
- [
- 1166,
- 2,
- 11,
- 2,
- 0.14231,
- "_VSIVNQYGK_"
- ],
- [
- 26408,
- 2,
- 8,
- 3,
- 0.099628,
- "_GTTVCTASCLQLHK_"
- ],
- [
- 14920,
- 2,
- 9,
- 6,
- 0.11387,
- "_IYIDSNNNPER_"
- ],
- [
- 21704,
- 3,
- 10,
- 4,
- 0.1281,
- "_SGGSGHAVAEPASPEQELDQNK_"
- ],
- [
- 8391,
- 2,
- 8,
- 3,
- 0.099628,
- "_VHAQVQQFLK_"
- ],
- [
- 13949,
- 2,
- 10,
- 2,
- 0.1281,
- "_QYESLPATHIR_"
- ],
- [
- 19626,
- 3,
- 15,
- 6,
- 0.19919,
- "_SHTGERPFQCSLCSYASR_"
- ],
- [
- 3731,
- 2,
- 11,
- 3,
- 0.14231,
- "_LDGLDEDGEK_"
- ],
- [
- 9568,
- 2,
- 5,
- 2,
- 0.056954,
- "_FVTSNTQELGK_"
- ],
- [
- 10128,
- 3,
- 13,
- 5,
- 0.17075,
- "_EDYKFHHTFSTEIAK_"
- ],
- [
- 45602,
- 2,
- 9,
- 4,
- 0.11387,
- "_QEQQEGPVGPAPSRPALQEK_"
- ],
- [
- 43117,
- 2,
- 8,
- 5,
- 0.099628,
- "_LLQTTNNSPMNSKPQQIK_"
- ],
- [
- 30995,
- 2,
- 8,
- 6,
- 0.099628,
- "_DDSFFGETSHNYHK_"
- ],
- [
- 9161,
- 2,
- 13,
- 5,
- 0.17075,
- "_LAAAEETAVSPR_"
- ],
- [
- 634,
- 2,
- 12,
- 3,
- 0.15653,
- "_FVALASNEK_"
- ],
- [
- 16226,
- 2,
- 11,
- 3,
- 0.14231,
- "_EEVMAATQAEGPK_"
- ],
- [
- 25168,
- 2,
- 12,
- 4,
- 0.15653,
- "_ETPHSPGVEDAPIAK_"
- ],
- [
- 5148,
- 2,
- 10,
- 5,
- 0.12809,
- "_VEYSEEELK_"
- ],
- [
- 5187,
- 2,
- 10,
- 4,
- 0.12809,
- "_GEEENMMMR_"
- ],
- [
- 8567,
- 2,
- 10,
- 3,
- 0.12809,
- "_ILAYTEGLHGK_"
- ],
- [
- 36123,
- 4,
- 10,
- 5,
- 0.12809,
- "_QAEVANQETKEDLPAENGETKTEESPASDEAGEK_"
- ],
- [
- 26985,
- 2,
- 10,
- 3,
- 0.12809,
- "_EEVEQCQQLAEAR_"
- ],
- [
- 24135,
- 2,
- 11,
- 3,
- 0.14232,
- "_SNSMVDVCSVDRR_"
- ],
- [
- 12524,
- 2,
- 12,
- 3,
- 0.15653,
- "_DFQSGQHVIVR_"
- ],
- [
- 21032,
- 2,
- 7,
- 2,
- 0.085387,
- "_TSHWEEAIQETK_"
- ],
- [
- 9104,
- 2,
- 8,
- 2,
- 0.099609,
- "_CAADAGRPPGEL_"
- ],
- [
- 7441,
- 2,
- 8,
- 3,
- 0.099609,
- "_VIAQLSECEK_"
- ],
- [
- 12675,
- 2,
- 9,
- 5,
- 0.11385,
- "_EGIREETVSLR_"
- ],
- [
- 1491,
- 2,
- 14,
- 2,
- 0.18497,
- "_TLNEWDSR_"
- ],
- [
- 14890,
- 2,
- 3,
- 3,
- 0.028457,
- "_LHCYQTLTGIK_"
- ],
- [
- 3741,
- 2,
- 14,
- 2,
- 0.18497,
- "_SGVISGGASDLK_"
- ],
- [
- 7972,
- 2,
- 14,
- 4,
- 0.18497,
- "_WQDAQATLQK_"
- ],
- [
- 25240,
- 2,
- 19,
- 3,
- 0.25608,
- "_ELPGHTGYLSCCR_"
- ],
- [
- 10105,
- 2,
- 10,
- 4,
- 0.12809,
- "_KGGPGSTLSFVGK_"
- ],
- [
- 49239,
- 3,
- 11,
- 6,
- 0.14232,
- "_KEGGGDSSASSPTEEEQEQGEIGACSDEGTAQEGK_"
- ],
- [
- 17708,
- 3,
- 16,
- 6,
- 0.21341,
- "_HEVTICNYEASANPADHR_"
- ],
- [
- 19724,
- 3,
- 13,
- 5,
- 0.17075,
- "_QEQQEGPVGPAPSRPALQEK_"
- ],
- [
- 28308,
- 3,
- 11,
- 3,
- 0.14232,
- "_GSYGSDAEEEEYRQQLSEHSK_"
- ],
- [
- 28449,
- 2,
- 11,
- 4,
- 0.14232,
- "_IAECSSQLAEEEEK_"
- ],
- [
- 304,
- 2,
- 11,
- 4,
- 0.14232,
- "_KLVPQLVR_"
- ],
- [
- 14257,
- 2,
- 18,
- 5,
- 0.24187,
- "_KAGNFYVPAEPK_"
- ],
- [
- 29615,
- 3,
- 13,
- 5,
- 0.17075,
- "_ERDSELSDTDSGCCLGQSESDK_"
- ],
- [
- 2771,
- 3,
- 32,
- 3,
- 0.44095,
- "_KQPPVSPGTALVGSQK_"
- ],
- [
- 34566,
- 2,
- 18,
- 7,
- 0.24187,
- "_IEQLQNHENEDIYK_"
- ],
- [
- 25139,
- 3,
- 8,
- 4,
- 0.099624,
- "_DLSKPEVEYDCDAPSHNSEK_"
- ],
- [
- 20801,
- 2,
- 9,
- 5,
- 0.11385,
- "_YHVVSGADDYTVK_"
- ],
- [
- 2952,
- 2,
- 9,
- 3,
- 0.11385,
- "_HNIVDETLK_"
- ],
- [
- 13003,
- 2,
- 7,
- 3,
- 0.085411,
- "_KDPYPEEMMR_"
- ],
- [
- 19100,
- 4,
- 9,
- 5,
- 0.11385,
- "_TASDVVQPAAVQAQGQVNDENRRPQR_"
- ],
- [
- 1954,
- 3,
- 6,
- 4,
- 0.071169,
- "_AVKDELLGEKPEVK_"
- ],
- [
- 42816,
- 2,
- 11,
- 5,
- 0.14233,
- "_SLDSDESEDEEDDYQQK_"
- ],
- [
- 12313,
- 2,
- 10,
- 2,
- 0.12808,
- "_SSGLNLCTGTGSK_"
- ],
- [
- 15308,
- 2,
- 10,
- 3,
- 0.12808,
- "_LQAEIEGLKGQR_"
- ],
- [
- 45271,
- 2,
- 9,
- 3,
- 0.11385,
- "_TTSSANNPNLM(Oxidation (M))YQDECDR_"
- ],
- [
- 38899,
- 2,
- 9,
- 3,
- 0.11385,
- "_ATAESASECLPCDCNGR_"
- ],
- [
- 3512,
- 3,
- 9,
- 4,
- 0.11385,
- "_NYMAHLVEVQHER_"
- ],
- [
- 5401,
- 3,
- 6,
- 3,
- 0.071169,
- "_VTFQTPLRDPQTHR_"
- ],
- [
- 5928,
- 2,
- 11,
- 2,
- 0.14233,
- "_LGEPSEIDQR_"
- ],
- [
- 2284,
- 2,
- 8,
- 3,
- 0.099624,
- "_SDMMSHLVK_"
- ],
- [
- 18068,
- 2,
- 20,
- 7,
- 0.27032,
- "_YPLFEGQETGKK_"
- ],
- [
- 212,
- 3,
- 13,
- 4,
- 0.17077,
- "_GMHYLHMEAPVK_"
- ],
- [
- 17491,
- 2,
- 13,
- 4,
- 0.17077,
- "_MGITEYNNQCR_"
- ],
- [
- 11507,
- 2,
- 16,
- 6,
- 0.21343,
- "_VSDATGQMNLTK_"
- ],
- [
- 6792,
- 2,
- 19,
- 5,
- 0.25611,
- "_FVHDNYVIR_"
- ],
- [
- 2465,
- 2,
- 16,
- 3,
- 0.21343,
- "_AIPNNQVLGK_"
- ],
- [
- 8155,
- 3,
- 16,
- 4,
- 0.21343,
- "_IQNSSGTDYPDIHAAAK_"
- ],
- [
- 25867,
- 2,
- 15,
- 5,
- 0.1992,
- "_IEQFVYSSPHDNK_"
- ],
- [
- 25061,
- 2,
- 15,
- 4,
- 0.1992,
- "_VDPEDTNLNQDSAK_"
- ],
- [
- 1323,
- 2,
- 14,
- 5,
- 0.18499,
- "_QILGVIDKK_"
- ],
- [
- 40634,
- 2,
- 15,
- 5,
- 0.1992,
- "_GGVDTAAAPAGGAPPAHAPGPGR_"
- ],
- [
- 27201,
- 2,
- 32,
- 6,
- 0.44098,
- "_KQPPVSPGTALVGSQK_"
- ],
- [
- 38335,
- 2,
- 13,
- 4,
- 0.17077,
- "_NKPLSDMELNSSSEDSK_"
- ],
- [
- 2136,
- 3,
- 17,
- 5,
- 0.22765,
- "_IEQFVYSSPHDNK_"
- ],
- [
- 14660,
- 2,
- 14,
- 3,
- 0.18499,
- "_GHTPLDLTCSTK_"
- ],
- [
- 11440,
- 3,
- 15,
- 7,
- 0.1992,
- "_NKEDQYDHLDAADMTK_"
- ],
- [
- 11287,
- 2,
- 12,
- 4,
- 0.15656,
- "_HNNLYLVATSK_"
- ],
- [
- 21040,
- 2,
- 17,
- 4,
- 0.22765,
- "_TNTPVKEDWNVR_"
- ],
- [
- 12283,
- 2,
- 16,
- 4,
- 0.21344,
- "_LHGVNINVEASK_"
- ],
- [
- 4354,
- 2,
- 14,
- 3,
- 0.18501,
- "_IENESDMIR_"
- ],
- [
- 6241,
- 2,
- 11,
- 4,
- 0.14232,
- "_ERGDYVLAVK_"
- ],
- [
- 49,
- 2,
- 14,
- 5,
- 0.18501,
- "_QVYDIAAK_"
- ],
- [
- 7320,
- 3,
- 7,
- 3,
- 0.085407,
- "_ALDAEEEACLHSCAGK_"
- ],
- [
- 32878,
- 2,
- 12,
- 4,
- 0.15657,
- "_TGVAGEDMQDNSGTYGK_"
- ],
- [
- 15011,
- 3,
- 16,
- 4,
- 0.21344,
- "_VESSEFGTYYVDHTNKK_"
- ],
- [
- 51246,
- 2,
- 12,
- 6,
- 0.15657,
- "_AAEAAAAPAESAAPAAGEEPSKEEGEPK_"
- ],
- [
- 29088,
- 2,
- 18,
- 6,
- 0.24189,
- "_QEAVVEEDYNENAK_"
- ],
- [
- 12982,
- 2,
- 12,
- 4,
- 0.15657,
- "_KAASITSEVFNK_"
- ],
- [
- 34602,
- 2,
- 9,
- 4,
- 0.11386,
- "_DNALSASNETSSAEHLK_"
- ],
- [
- 15721,
- 2,
- 9,
- 3,
- 0.11386,
- "_MKQDAQVVLYR_"
- ],
- [
- 10282,
- 2,
- 12,
- 4,
- 0.15657,
- "_DNVEGFNCER_"
- ],
- [
- 4661,
- 2,
- 5,
- 2,
- 0.056931,
- "_LAQQGNLLEK_"
- ],
- [
- 9854,
- 2,
- 12,
- 5,
- 0.15657,
- "_IHPTSVISGYR_"
- ],
- [
- 1586,
- 3,
- 13,
- 4,
- 0.1708,
- "_IDRLDGAHAPELTK_"
- ],
- [
- 42525,
- 2,
- 13,
- 4,
- 0.1708,
- "_SVNLTEQNSNNSAVPYKR_"
- ],
- [
- 32368,
- 2,
- 13,
- 5,
- 0.1708,
- "_HITTISDETSEQVTR_"
- ],
- [
- 28009,
- 2,
- 13,
- 6,
- 0.1708,
- "_MQQLNAAHQEALMK_"
- ],
- [
- 8869,
- 2,
- 13,
- 4,
- 0.1708,
- "_VVTGVANALAHR_"
- ],
- [
- 41167,
- 2,
- 13,
- 5,
- 0.1708,
- "_CGIGQEEMEASSSQDQSK_"
- ],
- [
- 18223,
- 2,
- 7,
- 4,
- 0.085407,
- "_LGYEEHIPGQTR_"
- ],
- [
- 33237,
- 2,
- 10,
- 6,
- 0.12808,
- "_(Acetyl (Protein N-term))AMTGSTPCSSMSNHTK_"
- ],
- [
- 1691,
- 4,
- 12,
- 4,
- 0.15657,
- "_EEAIEHNYGGHDDDLSVR_"
- ],
- [
- 5279,
- 2,
- 11,
- 2,
- 0.14232,
- "_SSPVVNDGVVR_"
- ],
- [
- 6438,
- 2,
- 12,
- 5,
- 0.15657,
- "_AGGPTTPLSPTR_"
- ],
- [
- 31624,
- 2,
- 12,
- 4,
- 0.15657,
- "_M(Oxidation (M))LQPCGPPADKPEEN_"
- ],
- [
- 2791,
- 2,
- 9,
- 4,
- 0.11386,
- "_DAVTTTVTGAK_"
- ],
- [
- 35515,
- 2,
- 8,
- 4,
- 0.099648,
- "_SAPAMQSSGSFNYARPK_"
- ],
- [
- 38553,
- 2,
- 14,
- 6,
- 0.18501,
- "_DTLEGDNMYTCSHCGK_"
- ],
- [
- 3335,
- 2,
- 9,
- 2,
- 0.11386,
- "_TLMMDANQR_"
- ],
- [
- 15534,
- 2,
- 12,
- 4,
- 0.15656,
- "_ENIAYLTHTER_"
- ],
- [
- 2539,
- 2,
- 11,
- 2,
- 0.14232,
- "_QEQSYFVR_"
- ],
- [
- 403,
- 2,
- 12,
- 3,
- 0.15656,
- "_ICDSVGLAK_"
- ],
- [
- 27948,
- 2,
- 5,
- 2,
- 0.056931,
- "_SCM(Oxidation (M))LTGTPESVQSAK_"
- ],
- [
- 10535,
- 3,
- 18,
- 6,
- 0.2419,
- "_VSHQGYSTEAEFEEPR_"
- ],
- [
- 5378,
- 2,
- 11,
- 4,
- 0.14232,
- "_LATNTSAPDLK_"
- ],
- [
- 20740,
- 4,
- 10,
- 6,
- 0.1281,
- "_VAEPGAEATSSTGEESGSEHPPAVPMHNK_"
- ],
- [
- 8354,
- 3,
- 11,
- 4,
- 0.14232,
- "_LDYYTKPQGLDKEPK_"
- ],
- [
- 21507,
- 2,
- 14,
- 6,
- 0.18503,
- "_AGALQCSPSDAYTK_"
- ],
- [
- 1929,
- 2,
- 14,
- 5,
- 0.18503,
- "_SWNDCLNK_"
- ],
- [
- 15574,
- 2,
- 14,
- 4,
- 0.18503,
- "_ECVQQLAENTR_"
- ],
- [
- 5685,
- 2,
- 14,
- 4,
- 0.18503,
- "_MAPEVLPKPR_"
- ],
- [
- 42635,
- 2,
- 14,
- 6,
- 0.18503,
- "_LQTASDESYKDPTNIQSK_"
- ],
- [
- 7040,
- 2,
- 14,
- 5,
- 0.18503,
- "_GTEITHAVVIK_"
- ],
- [
- 16315,
- 2,
- 14,
- 6,
- 0.18503,
- "_YISSQIERPIR_"
- ],
- [
- 23738,
- 2,
- 5,
- 3,
- 0.056931,
- "_GGGGTELGPPAPPRPR_"
- ],
- [
- 199,
- 2,
- 9,
- 3,
- 0.11388,
- "_LSIVPVRR_"
- ],
- [
- 15688,
- 3,
- 16,
- 6,
- 0.21346,
- "_LQTASDESYKDPTNIQSK_"
- ],
- [
- 34288,
- 2,
- 9,
- 3,
- 0.11388,
- "_DGMDNETGTESMVSHR_"
- ],
- [
- 20221,
- 2,
- 13,
- 2,
- 0.1708,
- "_QDPSVLHTEEMR_"
- ],
- [
- 22453,
- 2,
- 17,
- 4,
- 0.22768,
- "_QCVENADLPEGEK_"
- ],
- [
- 35477,
- 2,
- 13,
- 3,
- 0.1708,
- "_NYGENPEAYNEELKK_"
- ],
- [
- 10389,
- 2,
- 15,
- 3,
- 0.19924,
- "_NQLVTPEPTSR_"
- ],
- [
- 4694,
- 2,
- 13,
- 4,
- 0.1708,
- "_DANNGNLQLR_"
- ],
- [
- 22867,
- 2,
- 7,
- 2,
- 0.085409,
- "_MMEDMNLNEDKK_"
- ],
- [
- 33988,
- 3,
- 13,
- 7,
- 0.1708,
- "_AAEAAAAPAESAAPAAGEEPSKEEGEPK_"
- ],
- [
- 7669,
- 2,
- 15,
- 5,
- 0.19924,
- "_HEILLSQSVR_"
- ],
- [
- 1330,
- 2,
- 16,
- 4,
- 0.21346,
- "_FFVSSSQGR_"
- ],
- [
- 28201,
- 3,
- 14,
- 6,
- 0.18503,
- "_HSLALGSATEDKDSMETDDCSR_"
- ],
- [
- 7237,
- 3,
- 13,
- 4,
- 0.1708,
- "_SQQSKPQDASCLPALK_"
- ],
- [
- 30329,
- 2,
- 10,
- 6,
- 0.1281,
- "_HLSSCAAPAPLTSAER_"
- ],
- [
- 7764,
- 3,
- 19,
- 6,
- 0.25615,
- "_EQSGTIYLQHADEER_"
- ],
- [
- 8131,
- 2,
- 12,
- 2,
- 0.15657,
- "_REELFIEQK_"
- ],
- [
- 9938,
- 2,
- 24,
- 4,
- 0.32728,
- "_NNTQVLINCR_"
- ],
- [
- 27166,
- 2,
- 12,
- 4,
- 0.15657,
- "_SQMSGVEAAASDPSEK_"
- ],
- [
- 2966,
- 3,
- 19,
- 5,
- 0.25615,
- "_TFHFNTVEEVHSR_"
- ],
- [
- 40099,
- 3,
- 10,
- 6,
- 0.12814,
- "_VAEPGAEATSSTGEESGSEHPPAVPMHNK_"
- ],
- [
- 39773,
- 3,
- 10,
- 5,
- 0.12814,
- "_RPQYSNPPVQGEVM(Oxidation (M))EGADNQGAGEQGR_"
- ],
- [
- 6109,
- 4,
- 8,
- 2,
- 0.09966,
- "_SEVEEGHGKLPSMPAAEEMHK_"
- ],
- [
- 18490,
- 2,
- 11,
- 3,
- 0.14235,
- "_VSQPTAEQAQAFK_"
- ],
- [
- 1813,
- 3,
- 13,
- 2,
- 0.17081,
- "_ETPHSPGVEDAPIAK_"
- ],
- [
- 36450,
- 2,
- 13,
- 4,
- 0.17081,
- "_MEEEGTEDNGLEDDSR_"
- ],
- [
- 20898,
- 2,
- 8,
- 2,
- 0.09966,
- "_NVSSLIATNEDHR_"
- ],
- [
- 9031,
- 2,
- 12,
- 3,
- 0.15657,
- "_VVVEPPEGEEK_"
- ],
- [
- 38308,
- 2,
- 8,
- 5,
- 0.09966,
- "_ALSTTASTAAFDKQPQSR_"
- ],
- [
- 3985,
- 3,
- 12,
- 5,
- 0.15657,
- "_VINQYQVVKPTAER_"
- ],
- [
- 12709,
- 2,
- 5,
- 2,
- 0.056962,
- "_CEAIITHFNGK_"
- ],
- [
- 14354,
- 3,
- 16,
- 3,
- 0.2135,
- "_DGPDGNSNEPDTRPLEDR_"
- ],
- [
- 1135,
- 2,
- 14,
- 5,
- 0.19928,
- "_LFNEVQEK_"
- ],
- [
- 17465,
- 2,
- 18,
- 3,
- 0.24193,
- "_YLAEFATGNDRK_"
- ],
- [
- 3724,
- 3,
- 13,
- 4,
- 0.17081,
- "_ILEGSGATEFHCSAR_"
- ],
- [
- 2076,
- 2,
- 14,
- 4,
- 0.18505,
- "_AFEDEMSGR_"
- ],
- [
- 11668,
- 2,
- 14,
- 3,
- 0.18505,
- "_SVHSSVPLLNSK_"
- ],
- [
- 2458,
- 2,
- 13,
- 4,
- 0.17081,
- "_SPPEALVQGR_"
- ],
- [
- 28957,
- 2,
- 11,
- 5,
- 0.14236,
- "_ILEGSGATEFHCSAR_"
- ],
- [
- 9870,
- 3,
- 17,
- 7,
- 0.22772,
- "_DKLPQPVQPDPVSHCK_"
- ],
- [
- 35040,
- 2,
- 18,
- 3,
- 0.24193,
- "_LVAGEMGQNEPDQGGQR_"
- ],
- [
- 31490,
- 2,
- 11,
- 4,
- 0.14236,
- "_GLWSTDSAEEDKETK_"
- ],
- [
- 39359,
- 2,
- 10,
- 5,
- 0.12812,
- "_SSQSSVTVENASKPDFTK_"
- ],
- [
- 215,
- 2,
- 11,
- 2,
- 0.14236,
- "_VELQQGLR_"
- ],
- [
- 979,
- 2,
- 10,
- 4,
- 0.12812,
- "_KTPVIVTLK_"
- ],
- [
- 6394,
- 3,
- 12,
- 3,
- 0.15657,
- "_QTLENERGELANEVK_"
- ],
- [
- 39208,
- 2,
- 15,
- 5,
- 0.19928,
- "_SCSGVEFSTSGSSNTDTGK_"
- ],
- [
- 6746,
- 3,
- 15,
- 7,
- 0.19928,
- "_IGSCTQQDVELHVQK_"
- ],
- [
- 16779,
- 3,
- 12,
- 7,
- 0.15657,
- "_EEAIEHNYGGHDDDLSVR_"
- ],
- [
- 13311,
- 2,
- 14,
- 2,
- 0.18503,
- "_NIASVGFHEDGR_"
- ],
- [
- 31781,
- 3,
- 11,
- 5,
- 0.14236,
- "_DEATDGGGDNKEGEDSSVIHYDDK_"
- ],
- [
- 1210,
- 4,
- 9,
- 4,
- 0.11388,
- "_GVLNVHPAASASKPSADQIR_"
- ],
- [
- 34666,
- 2,
- 10,
- 4,
- 0.12812,
- "_EQSGTIYLQHADEER_"
- ],
- [
- 5056,
- 2,
- 8,
- 3,
- 0.099641,
- "_MAEFGPDSGGR_"
- ],
- [
- 29400,
- 2,
- 13,
- 6,
- 0.17079,
- "_VINQYQVVKPTAER_"
- ],
- [
- 36223,
- 2,
- 8,
- 4,
- 0.099641,
- "_EVEVIGGADKYHSVCR_"
- ],
- [
- 13649,
- 2,
- 12,
- 4,
- 0.15657,
- "_GGGPAGAGGEAPAALR_"
- ],
- [
- 2764,
- 2,
- 12,
- 2,
- 0.15663,
- "_KSGVGNIFIK_"
- ],
- [
- 10994,
- 2,
- 11,
- 2,
- 0.14239,
- "_DHVTATQLIQK_"
- ],
- [
- 19308,
- 2,
- 16,
- 5,
- 0.21355,
- "_SISADDDLQESSR_"
- ],
- [
- 30446,
- 2,
- 9,
- 3,
- 0.11391,
- "_ASSPAESSPEDSGYMR_"
- ],
- [
- 13937,
- 4,
- 11,
- 4,
- 0.14239,
- "_GRENYSSYSSFSSPHMKPAPVGSR_"
- ],
- [
- 7497,
- 2,
- 11,
- 3,
- 0.14239,
- "_VVAGVANALAHR_"
- ],
- [
- 25680,
- 2,
- 14,
- 4,
- 0.18506,
- "_DPDASKPEDWDER_"
- ],
- [
- 33953,
- 2,
- 9,
- 4,
- 0.11391,
- "_EDSAYGSQSVEQEAEK_"
- ],
- [
- 7256,
- 2,
- 8,
- 3,
- 0.099673,
- "_SNPSIQATLNK_"
- ],
- [
- 33371,
- 2,
- 19,
- 5,
- 0.2562,
- "_IGSCTQQDVELHVQK_"
- ],
- [
- 26227,
- 2,
- 8,
- 5,
- 0.099673,
- "_AAAAALSQQQSLQER_"
- ],
- [
- 17867,
- 2,
- 15,
- 4,
- 0.1993,
- "_EALEHLCTYEK_"
- ],
- [
- 2608,
- 2,
- 15,
- 3,
- 0.1993,
- "_VQVPNMQDK_"
- ],
- [
- 40694,
- 2,
- 10,
- 4,
- 0.12815,
- "_EVEPAPVGGEHPSAAAPGPGK_"
- ],
- [
- 8515,
- 2,
- 13,
- 4,
- 0.17084,
- "_LHYNEGLNIK_"
- ],
- [
- 3525,
- 2,
- 5,
- 3,
- 0.056979,
- "_YADITVTSSK_"
- ],
- [
- 36732,
- 2,
- 10,
- 3,
- 0.12815,
- "_NSVLAQGPGATSSAANTCK_"
- ],
- [
- 902,
- 2,
- 6,
- 4,
- 0.071217,
- "_MCSNLLEK_"
- ],
- [
- 571,
- 2,
- 15,
- 4,
- 0.1993,
- "_IMEYYEK_"
- ],
- [
- 23717,
- 2,
- 15,
- 5,
- 0.1993,
- "_WDQTADQTPGATPK_"
- ],
- [
- 16919,
- 2,
- 5,
- 2,
- 0.056962,
- "_ETVDQVEELRR_"
- ],
- [
- 1105,
- 2,
- 11,
- 4,
- 0.14237,
- "_LLEAASVSSK_"
- ],
- [
- 5260,
- 3,
- 12,
- 4,
- 0.1566,
- "_DSLSPGQERPYSTVR_"
- ],
- [
- 453,
- 2,
- 12,
- 4,
- 0.1566,
- "_SCQFVAVR_"
- ],
- [
- 2578,
- 2,
- 10,
- 4,
- 0.12813,
- "_ITIGQAPTEK_"
- ],
- [
- 10020,
- 2,
- 10,
- 2,
- 0.12813,
- "_SNFKPSLLAQK_"
- ],
- [
- 17747,
- 3,
- 11,
- 5,
- 0.14237,
- "_GVPHPEDDHSQVEGPESLR_"
- ],
- [
- 26848,
- 2,
- 10,
- 5,
- 0.12813,
- "_GGHWATEGCQVLGSK_"
- ],
- [
- 6950,
- 2,
- 11,
- 4,
- 0.14237,
- "_MDLDEDTAEK_"
- ],
- [
- 33483,
- 2,
- 12,
- 5,
- 0.1566,
- "_ECELDPCCEGSTCK_"
- ],
- [
- 47245,
- 2,
- 11,
- 4,
- 0.14237,
- "_VGPADDGPAPSGEEEGEGGGEAGGK_"
- ],
- [
- 37136,
- 2,
- 18,
- 5,
- 0.242,
- "_ENSQLDTSPPCLGGNKK_"
- ],
- [
- 43202,
- 2,
- 12,
- 3,
- 0.1566,
- "_TEENVSDGSPNAGSVEQTPK_"
- ],
- [
- 515,
- 2,
- 17,
- 2,
- 0.22777,
- "_YQYAELGK_"
- ],
- [
- 12463,
- 2,
- 7,
- 2,
- 0.085436,
- "_YIEDKDVFQK_"
- ],
- [
- 6548,
- 3,
- 8,
- 3,
- 0.099673,
- "_TVAIYSEQDTGQMHR_"
- ],
- [
- 13867,
- 3,
- 12,
- 4,
- 0.1566,
- "_KNVLGHMQQGGSPTPFDR_"
- ],
- [
- 13385,
- 3,
- 15,
- 4,
- 0.19928,
- "_EVEPAPVGGEHPSAAAPGPGK_"
- ],
- [
- 14341,
- 2,
- 13,
- 5,
- 0.17085,
- "_YRDPTTVTTLR_"
- ],
- [
- 4772,
- 3,
- 11,
- 4,
- 0.14237,
- "_DLAQYDAAHHEEFK_"
- ],
- [
- 28650,
- 2,
- 5,
- 3,
- 0.056962,
- "_SSVQEECVSTISSSK_"
- ],
- [
- 4879,
- 3,
- 10,
- 5,
- 0.12813,
- "_AYCPQIGCSHTDIR_"
- ],
- [
- 13000,
- 2,
- 13,
- 5,
- 0.17085,
- "_NGETELCMEGR_"
- ],
- [
- 9094,
- 3,
- 12,
- 4,
- 0.1566,
- "_EVEVIGGADKYHSVCR_"
- ],
- [
- 8722,
- 3,
- 13,
- 2,
- 0.17085,
- "_IKDNDKEDGCFYFR_"
- ],
- [
- 41439,
- 2,
- 10,
- 5,
- 0.12814,
- "_LPQQSHSAFGATSSSSGFGK_"
- ],
- [
- 23897,
- 2,
- 9,
- 3,
- 0.11392,
- "_GVGDDQLGEESEER_"
- ],
- [
- 11174,
- 2,
- 8,
- 3,
- 0.09968,
- "_SIQGEDIPDQR_"
- ],
- [
- 30086,
- 2,
- 9,
- 2,
- 0.11392,
- "_GGNDSDELANGEVGGDR_"
- ],
- [
- 8845,
- 2,
- 9,
- 4,
- 0.11392,
- "_VVAEVYDQER_"
- ],
- [
- 27614,
- 2,
- 9,
- 3,
- 0.11392,
- "_DALNENSQLQESQK_"
- ],
- [
- 1785,
- 2,
- 12,
- 6,
- 0.15662,
- "_YDDMASAMK_"
- ],
- [
- 10048,
- 2,
- 8,
- 2,
- 0.09968,
- "_LSFEEQQPQK_"
- ],
- [
- 3959,
- 2,
- 8,
- 4,
- 0.09968,
- "_DYKVDLESK_"
- ],
- [
- 17613,
- 2,
- 11,
- 3,
- 0.14237,
- "_KTEYISTEFNR_"
- ],
- [
- 22721,
- 3,
- 9,
- 5,
- 0.11392,
- "_EDSSGASGEILQNTKPHQITK_"
- ],
- [
- 31676,
- 2,
- 10,
- 3,
- 0.12814,
- "_AVLGHNEDDSSVEISK_"
- ],
- [
- 438,
- 2,
- 10,
- 3,
- 0.12814,
- "_FTYEYSR_"
- ],
- [
- 24896,
- 2,
- 8,
- 3,
- 0.09968,
- "_MPGAPETAPGDGAGASR_"
- ],
- [
- 12277,
- 2,
- 10,
- 4,
- 0.12814,
- "_VVTQNICQYR_"
- ],
- [
- 1764,
- 2,
- 10,
- 3,
- 0.12814,
- "_FNILGTHTK_"
- ],
- [
- 1634,
- 2,
- 10,
- 2,
- 0.12814,
- "_KIEVPAQLK_"
- ],
- [
- 22756,
- 2,
- 9,
- 3,
- 0.11392,
- "_LEESTNYNQQLR_"
- ],
- [
- 20883,
- 2,
- 11,
- 4,
- 0.14237,
- "_VSEFNVSSEGSGEK_"
- ],
- [
- 31806,
- 2,
- 13,
- 4,
- 0.17085,
- "_CKAEHDQLLLNYAK_"
- ],
- [
- 23505,
- 2,
- 12,
- 4,
- 0.15662,
- "_DFEPQPGNMSHPR_"
- ],
- [
- 5783,
- 3,
- 13,
- 5,
- 0.17085,
- "_KGFDQEEVFEKPTR_"
- ],
- [
- 26207,
- 2,
- 17,
- 6,
- 0.22777,
- "_HGSYEDAVHSGALND_"
- ],
- [
- 3151,
- 2,
- 14,
- 4,
- 0.18509,
- "_KVVNPLFEK_"
- ],
- [
- 6565,
- 2,
- 15,
- 3,
- 0.1993,
- "_TGFAVIHDAAR_"
- ],
- [
- 5127,
- 2,
- 17,
- 3,
- 0.22777,
- "_SILTLSHEPK_"
- ],
- [
- 4851,
- 2,
- 15,
- 5,
- 0.1993,
- "_LQDEIQNMK_"
- ],
- [
- 34105,
- 2,
- 15,
- 4,
- 0.1993,
- "_ALDAEEEACLHSCAGK_"
- ],
- [
- 41727,
- 2,
- 13,
- 6,
- 0.17085,
- "_AMHQAQTMEGCSSPMVVK_"
- ],
- [
- 18962,
- 2,
- 16,
- 4,
- 0.21353,
- "_RPGVGVGVVVTSCK_"
- ],
- [
- 200,
- 2,
- 17,
- 4,
- 0.22777,
- "_FCLESER_"
- ],
- [
- 11506,
- 2,
- 10,
- 4,
- 0.12814,
- "_GSFEGTSQNLPK_"
- ],
- [
- 12550,
- 3,
- 14,
- 5,
- 0.18508,
- "_GNLLHFPSSQGEEEKEK_"
- ],
- [
- 14611,
- 3,
- 14,
- 7,
- 0.18508,
- "_AMHQAQTMEGCSSPMVVK_"
- ],
- [
- 31686,
- 2,
- 10,
- 4,
- 0.12814,
- "_SISNEGLTLNNSHVSK_"
- ],
- [
- 36845,
- 2,
- 9,
- 5,
- 0.11391,
- "_KVEQTIQYNSELEQK_"
- ],
- [
- 37647,
- 3,
- 9,
- 5,
- 0.11391,
- "_RGGPGGGMDVEQQEEEDNDEEAAAGSR_"
- ],
- [
- 12805,
- 2,
- 15,
- 4,
- 0.19932,
- "_FGGLAAGEDNGQR_"
- ],
- [
- 3035,
- 2,
- 19,
- 7,
- 0.25624,
- "_DGGFCEVCK_"
- ],
- [
- 10630,
- 2,
- 10,
- 4,
- 0.12814,
- "_VVEATNSVTAVR_"
- ],
- [
- 7840,
- 2,
- 10,
- 4,
- 0.12814,
- "_PQTTLEQLQK_"
- ],
- [
- 243,
- 4,
- 15,
- 5,
- 0.19932,
- "_VDQIIMAKPAGGPKPPSGK_"
- ],
- [
- 10651,
- 2,
- 19,
- 4,
- 0.25624,
- "_WLQQEEEER_"
- ],
- [
- 17944,
- 2,
- 12,
- 4,
- 0.1566,
- "_VHQVTPQTHFIS_"
- ],
- [
- 2779,
- 2,
- 16,
- 5,
- 0.21353,
- "_FESPEVAER_"
- ],
- [
- 13917,
- 2,
- 11,
- 4,
- 0.14236,
- "_NMVQTAVVPVKK_"
- ],
- [
- 28988,
- 2,
- 17,
- 4,
- 0.22775,
- "_AQPEEEDEDEVSMK_"
- ],
- [
- 28112,
- 3,
- 11,
- 5,
- 0.14236,
- "_KLSSSDAPAQDTGSSAAAVETDASR_"
- ],
- [
- 7044,
- 4,
- 8,
- 3,
- 0.099669,
- "_PSGAPIIGPKPTSQNQFSEHDK_"
- ],
- [
- 8450,
- 2,
- 9,
- 3,
- 0.11391,
- "_YMEDSTYYK_"
- ],
- [
- 40526,
- 2,
- 12,
- 5,
- 0.1566,
- "_ITIADQGEQQSEENASTK_"
- ],
- [
- 7704,
- 2,
- 7,
- 3,
- 0.085433,
- "_GVITRPDLPSK_"
- ],
- [
- 35280,
- 2,
- 12,
- 2,
- 0.1566,
- "_ESCNMETQTSSTFNR_"
- ],
- [
- 20810,
- 2,
- 12,
- 4,
- 0.1566,
- "_LRYEIDTGEETK_"
- ],
- [
- 9896,
- 3,
- 12,
- 4,
- 0.1566,
- "_SNHYDPEEDEEYYR_"
- ],
- [
- 15971,
- 2,
- 12,
- 2,
- 0.1566,
- "_AQETGHLVMDVR_"
- ],
- [
- 1568,
- 2,
- 17,
- 5,
- 0.22774,
- "_EFTEAVEAK_"
- ],
- [
- 5723,
- 2,
- 12,
- 4,
- 0.15657,
- "_VTLLEGDHVR_"
- ],
- [
- 2060,
- 2,
- 22,
- 6,
- 0.29889,
- "_ILGPQGNTIK_"
- ],
- [
- 29766,
- 2,
- 14,
- 7,
- 0.18505,
- "_KVEQLQQEYTEMK_"
- ],
- [
- 658,
- 2,
- 13,
- 4,
- 0.17081,
- "_NEFNLESK_"
- ],
- [
- 44670,
- 2,
- 13,
- 6,
- 0.17081,
- "_IQAAASTPTNATAASDANTGDR_"
- ],
- [
- 29016,
- 2,
- 6,
- 2,
- 0.071171,
- "_PAAVAAENEEIGSHIK_"
- ],
- [
- 4808,
- 3,
- 10,
- 3,
- 0.12812,
- "_LKPHVFTVGEQTYR_"
- ],
- [
- 39940,
- 4,
- 10,
- 5,
- 0.12812,
- "_NNSQIASGQNQPQAAAGSHQLSMGQPHNAAGPSPHTLR_"
- ],
- [
- 8309,
- 2,
- 8,
- 2,
- 0.099644,
- "_NVSTHLIGNIK_"
- ],
- [
- 37157,
- 2,
- 13,
- 4,
- 0.17081,
- "_SNHYDPEEDEEYYR_"
- ],
- [
- 28760,
- 2,
- 19,
- 6,
- 0.2562,
- "_LQEKEDLQELNDR_"
- ],
- [
- 13419,
- 2,
- 9,
- 5,
- 0.11388,
- "_KQLWDTANTVK_"
- ],
- [
- 936,
- 2,
- 8,
- 2,
- 0.099644,
- "_LTEIYSDR_"
- ],
- [
- 7370,
- 2,
- 12,
- 3,
- 0.15657,
- "_VVLLHGPPGTGK_"
- ],
- [
- 32113,
- 2,
- 11,
- 4,
- 0.14235,
- "_VHPEIINENGNPSYK_"
- ],
- [
- 36821,
- 2,
- 9,
- 4,
- 0.11388,
- "_QAQTQTSPEHLVLQQK_"
- ],
- [
- 9875,
- 2,
- 8,
- 3,
- 0.099644,
- "_DHMGSVMAQVR_"
- ],
- [
- 4231,
- 3,
- 14,
- 5,
- 0.18505,
- "_KVEQLQQEYTEMK_"
- ],
- [
- 850,
- 2,
- 14,
- 5,
- 0.18505,
- "_TCGLINSVK_"
- ],
- [
- 6330,
- 2,
- 14,
- 2,
- 0.18505,
- "_LKSDGIPMYK_"
- ],
- [
- 26368,
- 2,
- 11,
- 5,
- 0.14235,
- "_EVDIVFVDYGYQK_"
- ],
- [
- 16219,
- 4,
- 14,
- 6,
- 0.18505,
- "_THVNPMDEEENEVNHVNGEQENR_"
- ],
- [
- 9638,
- 2,
- 8,
- 3,
- 0.099644,
- "_AYAALTDEESR_"
- ],
- [
- 15919,
- 2,
- 9,
- 3,
- 0.11387,
- "_DRTQEFLSACK_"
- ],
- [
- 11793,
- 2,
- 11,
- 4,
- 0.14235,
- "_KLANLINAEER_"
- ],
- [
- 5586,
- 3,
- 14,
- 6,
- 0.18504,
- "_CKAEHDQLLLNYAK_"
- ],
- [
- 9845,
- 2,
- 10,
- 4,
- 0.12811,
- "_LVEVNGENVEK_"
- ],
- [
- 900,
- 2,
- 8,
- 2,
- 0.099622,
- "_WNEQFDR_"
- ],
- [
- 8649,
- 2,
- 14,
- 3,
- 0.18504,
- "_APIDTSDVEEK_"
- ],
- [
- 38,
- 2,
- 14,
- 4,
- 0.18504,
- "_YVHLFPK_"
- ],
- [
- 1698,
- 2,
- 14,
- 4,
- 0.18504,
- "_TAVCDIPPR_"
- ],
- [
- 8484,
- 2,
- 16,
- 4,
- 0.21352,
- "_VLENIELNKK_"
- ],
- [
- 17969,
- 2,
- 11,
- 3,
- 0.14235,
- "_QTWTDEGSVSER_"
- ],
- [
- 43565,
- 2,
- 12,
- 3,
- 0.15658,
- "_TYLVNSSDSGSSQTESPSSK_"
- ],
- [
- 13687,
- 3,
- 12,
- 5,
- 0.15658,
- "_VNPHSLPDPEVNEQSSSK_"
- ],
- [
- 16777,
- 2,
- 19,
- 6,
- 0.25619,
- "_ATIAGGGVIPHIHK_"
- ],
- [
- 2934,
- 4,
- 14,
- 5,
- 0.18504,
- "_FNHNLLPSETAHKPDLSSK_"
- ],
- [
- 41054,
- 2,
- 12,
- 5,
- 0.15658,
- "_MNGQYQQPTDSLNNDNK_"
- ],
- [
- 23338,
- 2,
- 9,
- 4,
- 0.11387,
- "_VDEERENFLQTK_"
- ],
- [
- 14091,
- 2,
- 14,
- 6,
- 0.18504,
- "_THLMSEEEWR_"
- ],
- [
- 14272,
- 3,
- 14,
- 5,
- 0.18504,
- "_LPQQSHSAFGATSSSSGFGK_"
- ],
- [
- 10106,
- 2,
- 13,
- 5,
- 0.1708,
- "_LKYENEVALR_"
- ],
- [
- 30998,
- 2,
- 13,
- 6,
- 0.1708,
- "_YTLFSASSEGQNHSR_"
- ],
- [
- 16019,
- 2,
- 14,
- 5,
- 0.18504,
- "_TCNTMNQFVNK_"
- ],
- [
- 14246,
- 2,
- 11,
- 4,
- 0.14235,
- "_LEHEYIQNFK_"
- ],
- [
- 965,
- 2,
- 13,
- 5,
- 0.1708,
- "_DYDDMSPR_"
- ],
- [
- 36034,
- 3,
- 13,
- 5,
- 0.1708,
- "_THVNPMDEEENEVNHVNGEQENR_"
- ],
- [
- 18699,
- 4,
- 13,
- 5,
- 0.1708,
- "_THMADENKNEYAAQLQNFNGEQHK_"
- ],
- [
- 30083,
- 2,
- 13,
- 2,
- 0.1708,
- "_TYASGYAHYEEQEN_"
- ],
- [
- 33529,
- 2,
- 12,
- 5,
- 0.15658,
- "_GYDSAGVAIDGNNHEVK_"
- ],
- [
- 22056,
- 3,
- 12,
- 5,
- 0.15658,
- "_IEENSLKEEESIEGEKEVK_"
- ],
- [
- 22606,
- 2,
- 7,
- 3,
- 0.08536,
- "_IYAPEAPYTSHDK_"
- ],
- [
- 23227,
- 2,
- 9,
- 4,
- 0.11385,
- "_FYGPQVNNISHTK_"
- ],
- [
- 3517,
- 2,
- 11,
- 4,
- 0.14234,
- "_DVDEAYMNK_"
- ],
- [
- 46052,
- 2,
- 11,
- 5,
- 0.14234,
- "_VEKEEAGGGISEEEAAQYDR_"
- ],
- [
- 7323,
- 3,
- 9,
- 4,
- 0.11385,
- "_YFQFQEEGKEGENR_"
- ],
- [
- 11820,
- 2,
- 9,
- 3,
- 0.11385,
- "_SSASFSTTAVSAR_"
- ],
- [
- 21332,
- 2,
- 10,
- 3,
- 0.1281,
- "_ITSEMGSASQANIR_"
- ],
- [
- 45695,
- 2,
- 9,
- 5,
- 0.11385,
- "_EVMESAVGNSSGSGQNEESPR_"
- ],
- [
- 30866,
- 2,
- 10,
- 4,
- 0.1281,
- "_VAGTQACATETIDTSR_"
- ],
- [
- 29151,
- 2,
- 10,
- 4,
- 0.1281,
- "_SGQVEHLQQETAALK_"
- ],
- [
- 13713,
- 4,
- 10,
- 6,
- 0.1281,
- "_KQVCGDSIKPEETEQEVAADETR_"
- ],
- [
- 24453,
- 2,
- 10,
- 4,
- 0.1281,
- "_FCEGPSEPSGDPPR_"
- ],
- [
- 2187,
- 2,
- 12,
- 2,
- 0.15658,
- "_QFVPGDEPR_"
- ],
- [
- 24269,
- 2,
- 12,
- 3,
- 0.15658,
- "_VVSNDDGSISYESR_"
- ],
- [
- 24149,
- 2,
- 11,
- 2,
- 0.14234,
- "_LTDIINNDHENVK_"
- ],
- [
- 20375,
- 2,
- 15,
- 2,
- 0.19927,
- "_KPTVSIMEPGETR_"
- ],
- [
- 16611,
- 2,
- 20,
- 6,
- 0.27042,
- "_AHSSMVGVNLPQK_"
- ],
- [
- 30291,
- 2,
- 13,
- 5,
- 0.17081,
- "_ASESSEQDYYSNMR_"
- ],
- [
- 6172,
- 2,
- 13,
- 2,
- 0.17081,
- "_DSAVAISGADSR_"
- ],
- [
- 2374,
- 2,
- 13,
- 2,
- 0.17081,
- "_TALTTTISSR_"
- ],
- [
- 780,
- 2,
- 15,
- 5,
- 0.19927,
- "_EIDELIKK_"
- ],
- [
- 30317,
- 3,
- 14,
- 5,
- 0.18503,
- "_KSEDGTPAEDGTPAATGGSQPPSMGR_"
- ],
- [
- 11504,
- 2,
- 13,
- 3,
- 0.17081,
- "_KQNDVFGEAEQ_"
- ],
- [
- 84,
- 2,
- 18,
- 4,
- 0.24199,
- "_ELEIEER_"
- ],
- [
- 180,
- 2,
- 15,
- 4,
- 0.19927,
- "_CLSVMEAK_"
- ],
- [
- 18794,
- 2,
- 14,
- 5,
- 0.18503,
- "_YHYVGTFPDGQK_"
- ],
- [
- 33111,
- 2,
- 14,
- 5,
- 0.18503,
- "_TVAIYSEQDTGQMHR_"
- ],
- [
- 21074,
- 4,
- 11,
- 6,
- 0.14234,
- "_SHACENDQYGKPGGCSDICLLANSHK_"
- ],
- [
- 3606,
- 2,
- 10,
- 4,
- 0.12809,
- "_HQVEYLGLK_"
- ],
- [
- 19135,
- 2,
- 12,
- 4,
- 0.15658,
- "_TSEADDAAGAAAAAAR_"
- ],
- [
- 13413,
- 2,
- 10,
- 5,
- 0.12809,
- "_GGELASAVHAYTK_"
- ],
- [
- 8942,
- 2,
- 10,
- 3,
- 0.12809,
- "_RPVGASFSFGGK_"
- ],
- [
- 21236,
- 2,
- 10,
- 2,
- 0.12809,
- "_TKDTPLSLACSGGR_"
- ],
- [
- 7465,
- 2,
- 12,
- 3,
- 0.15658,
- "_QCGNLTEDLK_"
- ],
- [
- 20570,
- 2,
- 11,
- 4,
- 0.14234,
- "_HCGYVLQPSTMR_"
- ],
- [
- 6945,
- 3,
- 10,
- 3,
- 0.12809,
- "_KEHVNVVFIGHVDAGK_"
- ],
- [
- 4954,
- 2,
- 12,
- 4,
- 0.15658,
- "_CSNPLDTSVK_"
- ],
- [
- 17723,
- 3,
- 13,
- 4,
- 0.17082,
- "_EVLGSGMHHHLQNNELLR_"
- ],
- [
- 214,
- 2,
- 17,
- 3,
- 0.22775,
- "_SHVDLFPK_"
- ],
- [
- 1036,
- 2,
- 9,
- 3,
- 0.11387,
- "_NQGIEEALK_"
- ],
- [
- 34292,
- 2,
- 14,
- 7,
- 0.18505,
- "_EDCSPADKPYIDEAR_"
- ],
- [
- 41364,
- 2,
- 13,
- 6,
- 0.17082,
- "_WCNSGSQEEGYSQYQR_"
- ],
- [
- 1796,
- 2,
- 14,
- 3,
- 0.18505,
- "_AEELLAEEK_"
- ],
- [
- 469,
- 2,
- 13,
- 5,
- 0.17082,
- "_DHINDIIK_"
- ],
- [
- 47896,
- 2,
- 8,
- 3,
- 0.099599,
- "_EFDEDSDEKEEEEDTYEK_"
- ],
- [
- 7460,
- 3,
- 13,
- 6,
- 0.17082,
- "_EDCSPADKPYIDEAR_"
- ],
- [
- 10486,
- 2,
- 8,
- 2,
- 0.099599,
- "_YQTNPCIGYK_"
- ],
- [
- 37177,
- 2,
- 13,
- 5,
- 0.17082,
- "_TCSVSTLSASVHNGAQVK_"
- ],
- [
- 287,
- 2,
- 7,
- 3,
- 0.08538,
- "_MVLSNMEK_"
- ],
- [
- 16525,
- 3,
- 6,
- 2,
- 0.071136,
- "_LEEVLSTEGAEENGNSDKK_"
- ],
- [
- 46445,
- 2,
- 13,
- 2,
- 0.17082,
- "_AAPSTAPAEATPPKPGEAEAPPK_"
- ],
- [
- 44732,
- 2,
- 11,
- 6,
- 0.14234,
- "_SEGEGEAASADDGSLNTSGAGPK_"
- ],
- [
- 10131,
- 2,
- 17,
- 2,
- 0.22775,
- "_TTANAIYCPPK_"
- ],
- [
- 26791,
- 2,
- 11,
- 4,
- 0.14233,
- "_NLGSPTQVISKPESK_"
- ],
- [
- 10307,
- 2,
- 20,
- 5,
- 0.27046,
- "_VKYETELAMR_"
- ],
- [
- 17577,
- 2,
- 12,
- 3,
- 0.15658,
- "_SKLVDEEPQLTK_"
- ],
- [
- 15337,
- 2,
- 20,
- 5,
- 0.27046,
- "_NSEPAGLETPEAK_"
- ],
- [
- 23614,
- 2,
- 4,
- 2,
- 0.042707,
- "_EGEQHVDDVSSALK_"
- ],
- [
- 4902,
- 2,
- 10,
- 4,
- 0.12811,
- "_LQLEACETR_"
- ],
- [
- 14075,
- 2,
- 9,
- 4,
- 0.11384,
- "_VSGSQIVDIDKR_"
- ],
- [
- 12490,
- 3,
- 9,
- 4,
- 0.11384,
- "_DSLVHSSPHVALSHVDAR_"
- ],
- [
- 13421,
- 2,
- 7,
- 2,
- 0.085373,
- "_ELTLENSELKK_"
- ],
- [
- 39102,
- 2,
- 11,
- 3,
- 0.14233,
- "_KEVNEGIQALSNSEEEK_"
- ],
- [
- 23586,
- 2,
- 16,
- 4,
- 0.21351,
- "_KPWQLQGEVTAQK_"
- ],
- [
- 12907,
- 2,
- 11,
- 6,
- 0.14233,
- "_MDSTANEVEAVK_"
- ],
- [
- 34110,
- 2,
- 15,
- 4,
- 0.19929,
- "_YFQFQEEGKEGENR_"
- ],
- [
- 7521,
- 2,
- 15,
- 4,
- 0.19929,
- "_KNFEWVAER_"
- ],
- [
- 1883,
- 2,
- 16,
- 5,
- 0.21351,
- "_DFSPEALKK_"
- ],
- [
- 10725,
- 2,
- 13,
- 3,
- 0.17082,
- "_RIEFAEQINK_"
- ],
- [
- 6269,
- 3,
- 16,
- 2,
- 0.21351,
- "_VIEPLKDFHKDEVR_"
- ],
- [
- 16836,
- 3,
- 12,
- 5,
- 0.15658,
- "_THEAEIVEGENHTYCIR_"
- ],
- [
- 24761,
- 3,
- 7,
- 2,
- 0.085373,
- "_DHTDQTSETAPDASVPPSVKPK_"
- ],
- [
- 10213,
- 2,
- 14,
- 4,
- 0.18505,
- "_KDAEAWFNEK_"
- ],
- [
- 16430,
- 2,
- 11,
- 3,
- 0.14235,
- "_VGSVEEFQGQER_"
- ],
- [
- 3368,
- 3,
- 13,
- 5,
- 0.17082,
- "_EQYAQEHGLNFQR_"
- ],
- [
- 27490,
- 2,
- 7,
- 4,
- 0.085386,
- "_EFCQQEVEPM(Oxidation (M))CK_"
- ],
- [
- 36400,
- 2,
- 19,
- 6,
- 0.25623,
- "_GTEASSGTEAATGLEGEEK_"
- ],
- [
- 4519,
- 2,
- 11,
- 4,
- 0.14235,
- "_GDHVIGIVTAK_"
- ],
- [
- 3700,
- 3,
- 13,
- 2,
- 0.17082,
- "_HQLLEADISAHEDR_"
- ],
- [
- 2448,
- 3,
- 15,
- 4,
- 0.19929,
- "_TFDQLTPEESKER_"
- ],
- [
- 4089,
- 3,
- 9,
- 4,
- 0.11386,
- "_DTGKTPVEPEVAIHR_"
- ],
- [
- 3836,
- 3,
- 9,
- 3,
- 0.11386,
- "_KEISEGDEVEVYSR_"
- ],
- [
- 3087,
- 2,
- 21,
- 4,
- 0.2847,
- "_SGKYDLDFK_"
- ],
- [
- 4196,
- 3,
- 12,
- 2,
- 0.15657,
- "_KLTDIINNDHENVK_"
- ],
- [
- 21795,
- 3,
- 13,
- 5,
- 0.17082,
- "_DDPDGKQEAKPQQAAGMLSPK_"
- ],
- [
- 1141,
- 2,
- 12,
- 2,
- 0.15657,
- "_VLAQDVYAK_"
- ],
- [
- 21559,
- 2,
- 10,
- 5,
- 0.12808,
- "_VMSQEIQEQLHK_"
- ],
- [
- 28175,
- 2,
- 9,
- 2,
- 0.11386,
- "_SQSSIVPEEEQAANK_"
- ],
- [
- 19405,
- 2,
- 12,
- 3,
- 0.15657,
- "_ILCQEEQDAYR_"
- ],
- [
- 26668,
- 3,
- 11,
- 6,
- 0.14235,
- "_KAIEDEGGNPDEIEITSEGNKK_"
- ],
- [
- 25169,
- 2,
- 12,
- 5,
- 0.15657,
- "_NYVHFAATQVQNR_"
- ],
- [
- 6795,
- 2,
- 13,
- 3,
- 0.17082,
- "_NTTGSTIAEIR_"
- ],
- [
- 27923,
- 2,
- 9,
- 2,
- 0.11386,
- "_VLSPQDQDVQDNPR_"
- ],
- [
- 12255,
- 3,
- 13,
- 7,
- 0.17082,
- "_LGMSADPDNEDATDKVNK_"
- ],
- [
- 29425,
- 2,
- 15,
- 6,
- 0.19929,
- "_AAAAAWEEPSSGNGTAR_"
- ],
- [
- 20511,
- 3,
- 13,
- 7,
- 0.17082,
- "_VHIPNDDAQFDASHCDSDK_"
- ],
- [
- 13876,
- 2,
- 18,
- 5,
- 0.24199,
- "_FSGDLDDQTCR_"
- ],
- [
- 37371,
- 2,
- 13,
- 5,
- 0.17082,
- "_FSTVAGESGSADTVRDPR_"
- ],
- [
- 40812,
- 2,
- 13,
- 3,
- 0.17082,
- "_CSDMSSENTTGPPSSMDR_"
- ],
- [
- 8106,
- 2,
- 13,
- 3,
- 0.17082,
- "_SEMTPEELQK_"
- ],
- [
- 3581,
- 4,
- 9,
- 5,
- 0.11386,
- "_VHIPNDDAQFDASHCDSDK_"
- ],
- [
- 8005,
- 3,
- 10,
- 5,
- 0.12808,
- "_DASESPGENCQHLLAR_"
- ],
- [
- 27535,
- 2,
- 6,
- 2,
- 0.071175,
- "_YSASSGGLCEEATAAK_"
- ],
- [
- 22971,
- 2,
- 18,
- 4,
- 0.24197,
- "_WLHNEDQMAVEK_"
- ],
- [
- 5811,
- 2,
- 7,
- 3,
- 0.085391,
- "_VNVPGSQAQLK_"
- ],
- [
- 478,
- 2,
- 13,
- 4,
- 0.17078,
- "_MPECYIR_"
- ],
- [
- 5229,
- 2,
- 17,
- 4,
- 0.22775,
- "_IPGSPPESMGR_"
- ],
- [
- 29178,
- 2,
- 10,
- 4,
- 0.12807,
- "_KEISEGDEVEVYSR_"
- ],
- [
- 7526,
- 2,
- 12,
- 5,
- 0.15656,
- "_NISLHGDGPLR_"
- ],
- [
- 731,
- 2,
- 11,
- 4,
- 0.14229,
- "_IDVGEAEPR_"
- ],
- [
- 25413,
- 2,
- 18,
- 5,
- 0.24197,
- "_EKDEMVEQEFNR_"
- ],
- [
- 25631,
- 2,
- 14,
- 5,
- 0.18503,
- "_DAHSQGEVVSCLEK_"
- ],
- [
- 28121,
- 2,
- 10,
- 4,
- 0.12807,
- "_ADGATSDDLDLHDDR_"
- ],
- [
- 35167,
- 3,
- 11,
- 4,
- 0.14229,
- "_RVEHNQSYSQAGITETEWTSGSSK_"
- ],
- [
- 34967,
- 2,
- 12,
- 5,
- 0.15656,
- "_DASESPGENCQHLLAR_"
- ],
- [
- 133,
- 2,
- 14,
- 5,
- 0.18503,
- "_REIELLR_"
- ],
- [
- 21632,
- 3,
- 15,
- 5,
- 0.19927,
- "_VHSPSGAVEECHVSELEPDK_"
- ],
- [
- 18367,
- 2,
- 6,
- 3,
- 0.071162,
- "_DVFLPNSAHSTSK_"
- ],
- [
- 3110,
- 2,
- 9,
- 3,
- 0.11383,
- "_LQQTTQLIK_"
- ],
- [
- 23490,
- 3,
- 9,
- 4,
- 0.11383,
- "_SSDFEDSAHLMQPVHNKPVK_"
- ],
- [
- 4517,
- 2,
- 6,
- 5,
- 0.071162,
- "_AALCAVHVIR_"
- ],
- [
- 39774,
- 3,
- 9,
- 5,
- 0.11383,
- "_KQATTNVYQVQTGSEYTDTSNHSSLK_"
- ],
- [
- 19706,
- 2,
- 9,
- 2,
- 0.11383,
- "_KYAVTDDYQLSK_"
- ],
- [
- 48290,
- 2,
- 13,
- 5,
- 0.17078,
- "_EQSICAAEEQPAEDGQGETNK_"
- ],
- [
- 29464,
- 2,
- 8,
- 3,
- 0.099602,
- "_VFFTCNACGESVKK_"
- ],
- [
- 24513,
- 2,
- 10,
- 4,
- 0.14229,
- "_VKNPEDLSAETMAK_"
- ],
- [
- 33640,
- 3,
- 15,
- 7,
- 0.19927,
- "_MQVDQEEPHVEEQQQQTPAENK_"
- ],
- [
- 18244,
- 2,
- 17,
- 3,
- 0.22779,
- "_EDLQLDKPASGVK_"
- ],
- [
- 35179,
- 2,
- 16,
- 5,
- 0.21355,
- "_DIQMAETSPEGTKPER_"
- ],
- [
- 6805,
- 2,
- 12,
- 4,
- 0.15658,
- "_KLAYQVLAEK_"
- ],
- [
- 47504,
- 2,
- 8,
- 4,
- 0.099674,
- "_ESQHIPTAEGASGSNTEEEIR_"
- ],
- [
- 166,
- 2,
- 14,
- 2,
- 0.18507,
- "_EAVLNAYR_"
- ],
- [
- 31899,
- 2,
- 15,
- 5,
- 0.19932,
- "_GQGSVSASVTEGQQNEQ_"
- ],
- [
- 12656,
- 2,
- 12,
- 2,
- 0.15658,
- "_HCPYLDTINR_"
- ],
- [
- 22521,
- 2,
- 15,
- 5,
- 0.19932,
- "_IRDMITEASQTPK_"
- ],
- [
- 1148,
- 3,
- 11,
- 4,
- 0.14236,
- "_PGLVVVHAEDGTTSK_"
- ],
- [
- 23705,
- 3,
- 11,
- 4,
- 0.14236,
- "_FNQEEGVGDTHNSYAYDGNR_"
- ],
- [
- 11950,
- 2,
- 9,
- 3,
- 0.11389,
- "_IQNAGGSVMIQR_"
- ],
- [
- 1193,
- 2,
- 17,
- 3,
- 0.22779,
- "_RVPSPVLIK_"
- ],
- [
- 3269,
- 3,
- 10,
- 4,
- 0.12811,
- "_ADGATSDDLDLHDDR_"
- ],
- [
- 33760,
- 2,
- 11,
- 4,
- 0.14236,
- "_AAEFGEPTSEQTGTAAGK_"
- ],
- [
- 38605,
- 2,
- 7,
- 4,
- 0.085446,
- "_IKTELNSSAESEQPLDK_"
- ],
- [
- 28317,
- 2,
- 13,
- 5,
- 0.17085,
- "_EQYAQEHGLNFQR_"
- ],
- [
- 13794,
- 2,
- 17,
- 4,
- 0.22779,
- "_DGVIEASINHEK_"
- ],
- [
- 21037,
- 2,
- 11,
- 3,
- 0.14236,
- "_TNQVQEENEVLR_"
- ],
- [
- 14408,
- 2,
- 10,
- 4,
- 0.12811,
- "_LAVIASHIQESR_"
- ],
- [
- 13140,
- 3,
- 13,
- 4,
- 0.17085,
- "_NEEENIYSVPHDSTQGK_"
- ],
- [
- 23976,
- 2,
- 15,
- 4,
- 0.19932,
- "_KNPDSQYGELIEK_"
- ],
- [
- 3752,
- 3,
- 13,
- 4,
- 0.17085,
- "_PAAVAAENEEIGSHIK_"
- ],
- [
- 21844,
- 2,
- 15,
- 5,
- 0.19932,
- "_DVTEAEQAEEQAR_"
- ],
- [
- 3814,
- 2,
- 22,
- 5,
- 0.29896,
- "_VHIEIGPDGR_"
- ],
- [
- 40450,
- 2,
- 11,
- 4,
- 0.14236,
- "_NEEENIYSVPHDSTQGK_"
- ],
- [
- 3347,
- 2,
- 11,
- 4,
- 0.14236,
- "_VSQLYMNPK_"
- ],
- [
- 33490,
- 4,
- 10,
- 5,
- 0.12812,
- "_SDTATGGESAGHATSSQEPSGCSDQRPAEDLNIR_"
- ],
- [
- 22771,
- 3,
- 11,
- 6,
- 0.14234,
- "_ESQHIPTAEGASGSNTEEEIR_"
- ],
- [
- 8327,
- 2,
- 10,
- 4,
- 0.12812,
- "_LGMAVSSDTCR_"
- ],
- [
- 2534,
- 2,
- 18,
- 5,
- 0.24202,
- "_EMVECFNK_"
- ],
- [
- 6984,
- 2,
- 11,
- 3,
- 0.14234,
- "_ASLLASQALHR_"
- ],
- [
- 2278,
- 2,
- 12,
- 4,
- 0.15659,
- "_YYFSHDTD_"
- ],
- [
- 4243,
- 2,
- 11,
- 4,
- 0.14234,
- "_CDEPILSNR_"
- ],
- [
- 24702,
- 2,
- 12,
- 4,
- 0.15659,
- "_VVEVLAGHGHLYSR_"
- ],
- [
- 31906,
- 2,
- 11,
- 5,
- 0.14234,
- "_AELYKEPTNEELNR_"
- ],
- [
- 1282,
- 3,
- 12,
- 5,
- 0.15659,
- "_APLQGDHNHLFIR_"
- ],
- [
- 39059,
- 2,
- 12,
- 5,
- 0.15659,
- "_ANDGEGGDEEAGTEEAVPR_"
- ],
- [
- 26606,
- 2,
- 27,
- 6,
- 0.37011,
- "_PVSSAASVYAGAGGSGSR_"
- ],
- [
- 6064,
- 3,
- 14,
- 6,
- 0.18508,
- "_LPSRPGAQGVEPQNLR_"
- ],
- [
- 28695,
- 2,
- 13,
- 3,
- 0.17081,
- "_DAEEDDDTGGINLHK_"
- ],
- [
- 635,
- 2,
- 13,
- 5,
- 0.17081,
- "_QDAQILYK_"
- ],
- [
- 20393,
- 3,
- 17,
- 5,
- 0.22779,
- "_VEKEEAGGGISEEEAAQYDR_"
- ],
- [
- 33868,
- 3,
- 15,
- 6,
- 0.1993,
- "_NTETALDNKPCGPQCYQHLEGAK_"
- ],
- [
- 10489,
- 2,
- 15,
- 3,
- 0.1993,
- "_KYEFGESDLR_"
- ],
- [
- 14110,
- 2,
- 6,
- 4,
- 0.071208,
- "_SMIAAAGYQHIR_"
- ],
- [
- 19748,
- 2,
- 19,
- 5,
- 0.25626,
- "_INVYYNESSSQK_"
- ],
- [
- 4271,
- 2,
- 14,
- 4,
- 0.18508,
- "_YLILKDPNK_"
- ],
- [
- 1870,
- 2,
- 8,
- 3,
- 0.099678,
- "_ADLEGSLDSK_"
- ],
- [
- 73,
- 2,
- 14,
- 5,
- 0.18508,
- "_LNNELLAK_"
- ],
- [
- 11250,
- 3,
- 15,
- 5,
- 0.1993,
- "_HECTLSSQEYVHELR_"
- ],
- [
- 2047,
- 2,
- 16,
- 4,
- 0.21355,
- "_FYFHDGVR_"
- ],
- [
- 12296,
- 3,
- 16,
- 6,
- 0.21355,
- "_KGSYNPVTHIYTAQDVK_"
- ],
- [
- 5520,
- 2,
- 13,
- 4,
- 0.17081,
- "_ELEEAMAGER_"
- ],
- [
- 27719,
- 2,
- 13,
- 5,
- 0.17081,
- "_FIPHENGVHTIDVK_"
- ],
- [
- 1361,
- 2,
- 20,
- 6,
- 0.27048,
- "_TFEESFQK_"
- ],
- [
- 33084,
- 2,
- 13,
- 6,
- 0.17081,
- "_VTEETVYTCTGHPLK_"
- ],
- [
- 6681,
- 2,
- 14,
- 5,
- 0.18502,
- "_GKIELEETIK_"
- ],
- [
- 40327,
- 2,
- 11,
- 4,
- 0.14233,
- "_LGGDEDGYEEEEDENSR_"
- ],
- [
- 2108,
- 3,
- 25,
- 3,
- 0.34165,
- "_GFIYVHKPPVHIR_"
- ],
- [
- 25742,
- 2,
- 11,
- 4,
- 0.14233,
- "_SFIQSSELTQHQR_"
- ],
- [
- 14498,
- 2,
- 12,
- 2,
- 0.15656,
- "_SPGHMVILDQTK_"
- ],
- [
- 10,
- 2,
- 12,
- 3,
- 0.15656,
- "_QTLPVAPR_"
- ],
- [
- 4279,
- 2,
- 21,
- 6,
- 0.28469,
- "_YDDMAACMK_"
- ],
- [
- 4036,
- 2,
- 21,
- 4,
- 0.28469,
- "_EAVAMESYAK_"
- ],
- [
- 7724,
- 2,
- 11,
- 3,
- 0.14233,
- "_NYYGYQGYR_"
- ],
- [
- 22098,
- 2,
- 12,
- 5,
- 0.15656,
- "_SLLHCFQCCGAK_"
- ],
- [
- 32316,
- 2,
- 16,
- 4,
- 0.21351,
- "_GEFDPGQDTYQHPPK_"
- ],
- [
- 15616,
- 2,
- 13,
- 3,
- 0.1708,
- "_GDEQQVESMTPK_"
- ],
- [
- 41725,
- 2,
- 13,
- 7,
- 0.1708,
- "_RLDEEEEDNEGGEWER_"
- ],
- [
- 5320,
- 3,
- 10,
- 3,
- 0.12812,
- "_QQPEVEVTHETLQR_"
- ],
- [
- 30196,
- 2,
- 13,
- 5,
- 0.1708,
- "_GHFECPPYNSSTIR_"
- ],
- [
- 668,
- 2,
- 15,
- 5,
- 0.19929,
- "_IHEPIMLK_"
- ],
- [
- 2626,
- 2,
- 13,
- 4,
- 0.1708,
- "_LASLEELKR_"
- ],
- [
- 41699,
- 2,
- 13,
- 5,
- 0.1708,
- "_SCSGVEFSTSGHAYTDTGK_"
- ],
- [
- 5546,
- 2,
- 13,
- 4,
- 0.1708,
- "_LGAPQTHLGLK_"
- ],
- [
- 19442,
- 2,
- 9,
- 4,
- 0.11389,
- "_QEVTDMNYPSNK_"
- ],
- [
- 5984,
- 2,
- 11,
- 3,
- 0.14233,
- "_QNLEEQLDR_"
- ],
- [
- 15668,
- 2,
- 7,
- 2,
- 0.085421,
- "_TASLTSAASVDGNR_"
- ],
- [
- 6444,
- 2,
- 11,
- 3,
- 0.14234,
- "_DDILINRPAK_"
- ],
- [
- 47186,
- 2,
- 11,
- 6,
- 0.14234,
- "_MREDYDSVEQDGDEPGPQR_"
- ],
- [
- 11639,
- 2,
- 10,
- 4,
- 0.12811,
- "_ESVEQQADSFK_"
- ],
- [
- 6663,
- 3,
- 11,
- 3,
- 0.14234,
- "_VKEDRFENNELFAK_"
- ],
- [
- 23969,
- 2,
- 10,
- 4,
- 0.12811,
- "_HLVGVCYTEDEAK_"
- ],
- [
- 21743,
- 2,
- 12,
- 6,
- 0.15655,
- "_QKEVITAQDTVIK_"
- ],
- [
- 9046,
- 2,
- 10,
- 3,
- 0.12811,
- "_NVGLLADTRPR_"
- ],
- [
- 51634,
- 2,
- 6,
- 5,
- 0.071164,
- "_LSYDQQQQQQQQQQQQQQALQSR_"
- ],
- [
- 32145,
- 2,
- 11,
- 4,
- 0.14234,
- "_VSVTTNTTDSVSDEEK_"
- ],
- [
- 23159,
- 3,
- 10,
- 2,
- 0.12811,
- "_LHDFLAHSSEESEETSSPPR_"
- ],
- [
- 2760,
- 2,
- 11,
- 3,
- 0.14234,
- "_GYTIPLDKR_"
- ],
- [
- 8768,
- 4,
- 9,
- 5,
- 0.11388,
- "_AGCECLNESDEHGFDNCLRK_"
- ],
- [
- 2166,
- 2,
- 10,
- 4,
- 0.12811,
- "_LYHGLELAK_"
- ],
- [
- 31709,
- 2,
- 10,
- 4,
- 0.12811,
- "_VQEYHIMSSCYQR_"
- ],
- [
- 48364,
- 2,
- 10,
- 2,
- 0.12811,
- "_EGEEPTVYSDEEEPKDESAR_"
- ],
- [
- 16537,
- 3,
- 11,
- 2,
- 0.14234,
- "_YTCHVQHEGLPKPLTLR_"
- ],
- [
- 13911,
- 2,
- 11,
- 4,
- 0.14234,
- "_NKETLIIEPEK_"
- ],
- [
- 6368,
- 3,
- 11,
- 4,
- 0.14234,
- "_IKGEFMTCSNDATVR_"
- ],
- [
- 10665,
- 2,
- 11,
- 3,
- 0.14234,
- "_ASTNLQDQLEK_"
- ],
- [
- 1134,
- 2,
- 12,
- 4,
- 0.15655,
- "_VEMLETER_"
- ],
- [
- 7661,
- 2,
- 9,
- 2,
- 0.11388,
- "_SFSHSFSALAK_"
- ],
- [
- 15418,
- 2,
- 9,
- 4,
- 0.11388,
- "_HNMNIGTWDEK_"
- ],
- [
- 31688,
- 2,
- 14,
- 4,
- 0.18502,
- "_IQRPPEDSIQPYEK_"
- ],
- [
- 6537,
- 3,
- 18,
- 4,
- 0.24198,
- "_VTEETVYTCTGHPLK_"
- ],
- [
- 17551,
- 2,
- 14,
- 4,
- 0.18502,
- "_EPLEDGDPEDDR_"
- ],
- [
- 48806,
- 3,
- 14,
- 7,
- 0.18502,
- "_SDTATGGESAGHATSSQEPSGCSDQRPAEDLNIR_"
- ],
- [
- 19990,
- 3,
- 14,
- 5,
- 0.18502,
- "_NQVGTISAGKPMFSHQVPQK_"
- ],
- [
- 22373,
- 2,
- 15,
- 3,
- 0.19924,
- "_APGTNVAMASNQAVR_"
- ],
- [
- 27130,
- 2,
- 14,
- 5,
- 0.18502,
- "_KHPDASVNFSEFSK_"
- ],
- [
- 3306,
- 2,
- 21,
- 3,
- 0.28469,
- "_SMVEEGTGLR_"
- ],
- [
- 8729,
- 3,
- 18,
- 6,
- 0.24198,
- "_KLERPPETPTVDPTVK_"
- ],
- [
- 10393,
- 2,
- 15,
- 6,
- 0.19924,
- "_LTEVLTDSHVK_"
- ],
- [
- 9521,
- 2,
- 24,
- 6,
- 0.32739,
- "_TPAQYDASELK_"
- ],
- [
- 6915,
- 2,
- 12,
- 5,
- 0.15657,
- "_LENEIQTYR_"
- ],
- [
- 25369,
- 3,
- 12,
- 6,
- 0.15657,
- "_LRPGALGGAADVEDTKEGEDEAK_"
- ],
- [
- 29030,
- 2,
- 12,
- 6,
- 0.15657,
- "_IATGHGQQGVTQVVLK_"
- ],
- [
- 12096,
- 2,
- 16,
- 3,
- 0.21347,
- "_DKEEIVICDR_"
- ],
- [
- 5800,
- 2,
- 18,
- 4,
- 0.24197,
- "_HTVDDGLDIR_"
- ],
- [
- 8420,
- 2,
- 7,
- 3,
- 0.085398,
- "_ALQELQAAQAR_"
- ],
- [
- 3033,
- 3,
- 19,
- 4,
- 0.25622,
- "_FIPHENGVHTIDVK_"
- ],
- [
- 24442,
- 3,
- 11,
- 4,
- 0.14234,
- "_EGEEPTVYSDEEEPKDESAR_"
- ],
- [
- 32927,
- 2,
- 19,
- 6,
- 0.25622,
- "_YYDSRPGGYGYGYGR_"
- ],
- [
- 2038,
- 2,
- 11,
- 4,
- 0.14234,
- "_MIDMGSACR_"
- ],
- [
- 2439,
- 3,
- 10,
- 2,
- 0.12811,
- "_KEIADYLAAGKDER_"
- ],
- [
- 402,
- 2,
- 10,
- 5,
- 0.12811,
- "_ESIESEIR_"
- ],
- [
- 23655,
- 2,
- 10,
- 4,
- 0.12811,
- "_GYDRYEDYDYR_"
- ],
- [
- 32390,
- 3,
- 10,
- 5,
- 0.12811,
- "_EEGDEEGEGDEAEDEEQRGPELK_"
- ],
- [
- 5626,
- 2,
- 9,
- 3,
- 0.11387,
- "_NEFGEIQGDK_"
- ],
- [
- 4770,
- 4,
- 21,
- 3,
- 0.28469,
- "_INHSNNAIVKPPEMTPQAAAK_"
- ],
- [
- 1375,
- 3,
- 9,
- 3,
- 0.11387,
- "_HVVLGAIENKVESK_"
- ],
- [
- 1365,
- 2,
- 21,
- 4,
- 0.28469,
- "_YPEAPPSVR_"
- ],
- [
- 942,
- 3,
- 12,
- 6,
- 0.15657,
- "_QTLGYHVYPTCR_"
- ],
- [
- 22565,
- 2,
- 15,
- 3,
- 0.19925,
- "_AQQQLEQEFNQK_"
- ],
- [
- 24944,
- 2,
- 14,
- 5,
- 0.18501,
- "_FYEQM(Oxidation (M))NGPVAGASR_"
- ],
- [
- 12021,
- 3,
- 9,
- 5,
- 0.11387,
- "_EKEESIQLHQEAWER_"
- ],
- [
- 20152,
- 2,
- 13,
- 3,
- 0.17078,
- "_ILDWHVANTDKK_"
- ],
- [
- 6414,
- 3,
- 15,
- 6,
- 0.19925,
- "_YYDSRPGGYGYGYGR_"
- ],
- [
- 9193,
- 3,
- 13,
- 5,
- 0.17078,
- "_RNEGVVGGEDYEEVDR_"
- ],
- [
- 1522,
- 2,
- 14,
- 4,
- 0.18501,
- "_SETDTSLIR_"
- ],
- [
- 2562,
- 3,
- 13,
- 4,
- 0.17078,
- "_AVKDELLSEKPEVK_"
- ],
- [
- 32035,
- 2,
- 12,
- 4,
- 0.15657,
- "_NAIHTFVQSGSHLAAR_"
- ],
- [
- 12459,
- 2,
- 13,
- 3,
- 0.17078,
- "_TPQEWAPQTAR_"
- ],
- [
- 5329,
- 2,
- 15,
- 4,
- 0.19925,
- "_LLQQEEEIK_"
- ],
- [
- 7788,
- 2,
- 14,
- 4,
- 0.18501,
- "_IQETQAELPR_"
- ],
- [
- 6382,
- 2,
- 5,
- 3,
- 0.056899,
- "_SQEDTEAVFK_"
- ],
- [
- 23565,
- 2,
- 11,
- 2,
- 0.14235,
- "_QEVTDMNYPSNKS_"
- ],
- [
- 6611,
- 2,
- 18,
- 4,
- 0.24198,
- "_SNFAEALAAHK_"
- ],
- [
- 4928,
- 2,
- 11,
- 4,
- 0.14235,
- "_FVVQNVSAQK_"
- ],
- [
- 8826,
- 4,
- 20,
- 5,
- 0.27045,
- "_EGIVVDRPTRPGHGSFVNCGMK_"
- ],
- [
- 24305,
- 2,
- 11,
- 3,
- 0.14235,
- "_KGTGIAAQTAGIAAAAR_"
- ],
- [
- 7065,
- 2,
- 12,
- 5,
- 0.15658,
- "_MAQYLEEER_"
- ],
- [
- 8506,
- 2,
- 19,
- 5,
- 0.2562,
- "_DLPVSEQQER_"
- ],
- [
- 19530,
- 3,
- 11,
- 4,
- 0.14235,
- "_SMHNVTHNLEEDEEEVTK_"
- ],
- [
- 40,
- 2,
- 12,
- 5,
- 0.15658,
- "_IPENIYR_"
- ],
- [
- 14016,
- 2,
- 8,
- 5,
- 0.099635,
- "_KDLSQLQENLK_"
- ],
- [
- 8382,
- 3,
- 9,
- 6,
- 0.11387,
- "_KTLTTVQGIADDYDKK_"
- ],
- [
- 46035,
- 2,
- 11,
- 6,
- 0.14235,
- "_GPGASGEQPEPGEAAAGGAAEEAR_"
- ],
- [
- 23708,
- 2,
- 20,
- 4,
- 0.27045,
- "_LQDEEASMGASYSK_"
- ],
- [
- 13267,
- 2,
- 8,
- 2,
- 0.099635,
- "_NPEYVWVHEK_"
- ],
- [
- 24502,
- 2,
- 11,
- 4,
- 0.14235,
- "_SCWEQHCSVLVK_"
- ],
- [
- 34281,
- 3,
- 12,
- 6,
- 0.15658,
- "_TAPSSSCTAVASAASRPDSTHMVEAR_"
- ],
- [
- 18601,
- 2,
- 12,
- 5,
- 0.15658,
- "_TNSTFNQVVLKR_"
- ],
- [
- 11740,
- 2,
- 15,
- 3,
- 0.19925,
- "_DGFVQNVHTPR_"
- ],
- [
- 21137,
- 2,
- 8,
- 4,
- 0.099635,
- "_NMAIQQELEKEK_"
- ],
- [
- 1216,
- 2,
- 11,
- 4,
- 0.14235,
- "_QHLEIELK_"
- ],
- [
- 12589,
- 3,
- 13,
- 5,
- 0.17081,
- "_CGQEEHDVLLSNEEDR_"
- ],
- [
- 26268,
- 2,
- 14,
- 6,
- 0.18502,
- "_GAPIETLGYHSASNR_"
- ],
- [
- 160,
- 2,
- 13,
- 5,
- 0.17081,
- "_RLIELYK_"
- ],
- [
- 13370,
- 2,
- 10,
- 3,
- 0.12811,
- "_YAVTTGDHGIIR_"
- ],
- [
- 3131,
- 2,
- 13,
- 4,
- 0.17081,
- "_NQAIEELEK_"
- ],
- [
- 8384,
- 3,
- 13,
- 5,
- 0.17081,
- "_SLSNTKPTVNEHDLLK_"
- ],
- [
- 1463,
- 3,
- 10,
- 4,
- 0.12811,
- "_KGTGIAAQTAGIAAAAR_"
- ],
- [
- 6300,
- 2,
- 10,
- 4,
- 0.12811,
- "_RPPINVAIDR_"
- ],
- [
- 27538,
- 3,
- 10,
- 6,
- 0.12811,
- "_STQIENQHQGAQDTSDLMSPSK_"
- ],
- [
- 12546,
- 4,
- 9,
- 3,
- 0.11387,
- "_ATSPSSSVSGDFDDGHHSVSTPGPSR_"
- ],
- [
- 5863,
- 3,
- 10,
- 5,
- 0.12811,
- "_AAHEALGQFCCALHK_"
- ],
- [
- 30510,
- 2,
- 8,
- 5,
- 0.099635,
- "_EAVAPVQEESDLEKK_"
- ],
- [
- 32606,
- 2,
- 6,
- 2,
- 0.071135,
- "_M(Oxidation (M))QEHSDQVPVGNIPR_"
- ],
- [
- 24422,
- 2,
- 8,
- 7,
- 0.099635,
- "_AALSASEGEEVPQDK_"
- ],
- [
- 15911,
- 2,
- 13,
- 5,
- 0.17081,
- "_EAGDVCYADVQK_"
- ],
- [
- 25766,
- 2,
- 16,
- 7,
- 0.21349,
- "_NHDEESLECLCR_"
- ],
- [
- 7870,
- 2,
- 17,
- 5,
- 0.22771,
- "_GLDDDRGPWR_"
- ],
- [
- 7104,
- 2,
- 17,
- 4,
- 0.22771,
- "_SSGCFPNMAAK_"
- ],
- [
- 22696,
- 3,
- 10,
- 4,
- 0.12811,
- "_RAASAATAAPTATPAAQESGTIPK_"
- ],
- [
- 1972,
- 2,
- 13,
- 4,
- 0.17081,
- "_GVALSNVIHK_"
- ],
- [
- 37244,
- 2,
- 9,
- 5,
- 0.11387,
- "_AADSDDGAVSAPAASDGGVSK_"
- ],
- [
- 34204,
- 2,
- 9,
- 6,
- 0.11387,
- "_VILGSEAAQQHPEEVR_"
- ],
- [
- 7381,
- 2,
- 13,
- 2,
- 0.17081,
- "_CVEDPETGLR_"
- ],
- [
- 2472,
- 3,
- 15,
- 5,
- 0.19924,
- "_PLISVYSEKGESSGK_"
- ],
- [
- 17062,
- 2,
- 12,
- 3,
- 0.15657,
- "_KGDSEAEALSEIK_"
- ],
- [
- 4906,
- 2,
- 11,
- 3,
- 0.14233,
- "_LFAYPDTHR_"
- ],
- [
- 35174,
- 2,
- 9,
- 2,
- 0.11385,
- "_LAEDEGDSEPEAVGQSR_"
- ],
- [
- 5756,
- 3,
- 15,
- 5,
- 0.19924,
- "_NAIHTFVQSGSHLAAR_"
- ],
- [
- 32194,
- 2,
- 9,
- 3,
- 0.11385,
- "_AAHEALGQFCCALHK_"
- ],
- [
- 17711,
- 2,
- 11,
- 5,
- 0.14233,
- "_NFYQEHPDLAR_"
- ],
- [
- 16566,
- 3,
- 12,
- 5,
- 0.15657,
- "_NKDVLQAETSQQLCCQK_"
- ],
- [
- 797,
- 2,
- 8,
- 4,
- 0.099638,
- "_VTTLDNGLR_"
- ],
- [
- 5379,
- 2,
- 19,
- 4,
- 0.2562,
- "_REDLVEEIK_"
- ],
- [
- 1815,
- 3,
- 14,
- 6,
- 0.18503,
- "_KLHVSVEALVCHR_"
- ],
- [
- 12343,
- 2,
- 5,
- 3,
- 0.056911,
- "_VTTTVHNIIVGK_"
- ],
- [
- 5529,
- 2,
- 14,
- 4,
- 0.18503,
- "_NYMSEHLLK_"
- ],
- [
- 5142,
- 2,
- 15,
- 3,
- 0.19924,
- "_MTDEEIMEK_"
- ],
- [
- 17205,
- 3,
- 13,
- 5,
- 0.1708,
- "_RPPSAATTCDPVVEEHFR_"
- ],
- [
- 9731,
- 3,
- 13,
- 4,
- 0.1708,
- "_DEPNSTPEKTEQFYR_"
- ],
- [
- 15872,
- 2,
- 14,
- 3,
- 0.18503,
- "_NIWDQATHLQK_"
- ],
- [
- 24266,
- 2,
- 9,
- 3,
- 0.11385,
- "_DEVDGGPPCAPGGTAK_"
- ],
- [
- 30087,
- 2,
- 15,
- 3,
- 0.19924,
- "_ELECAEDPGSAGEAAR_"
- ],
- [
- 12631,
- 2,
- 13,
- 6,
- 0.1708,
- "_LKDEEISAAAIK_"
- ],
- [
- 33684,
- 2,
- 16,
- 8,
- 0.21347,
- "_ECCHGDLLECADDR_"
- ],
- [
- 48247,
- 2,
- 16,
- 5,
- 0.21348,
- "_NASMNTQHGTATEVAVETTTPK_"
- ],
- [
- 2901,
- 2,
- 10,
- 2,
- 0.12809,
- "_SSLIPISGHR_"
- ],
- [
- 20685,
- 3,
- 15,
- 4,
- 0.19927,
- "_QQTPPGLCPLAGNSVHEDKK_"
- ],
- [
- 7906,
- 2,
- 11,
- 2,
- 0.14233,
- "_NNALNPEEMR_"
- ],
- [
- 16185,
- 2,
- 12,
- 6,
- 0.15657,
- "_NISHYEEQLVK_"
- ],
- [
- 9932,
- 3,
- 11,
- 6,
- 0.14233,
- "_ALNTLSSPGQSSFSHGTR_"
- ],
- [
- 21466,
- 2,
- 12,
- 5,
- 0.15657,
- "_GVVMHTFGGYANSK_"
- ],
- [
- 5497,
- 3,
- 19,
- 5,
- 0.25617,
- "_IQRPPEDSIQPYEK_"
- ],
- [
- 35453,
- 2,
- 10,
- 3,
- 0.12809,
- "_ESPEGSYTDDANQEVR_"
- ],
- [
- 6143,
- 2,
- 12,
- 2,
- 0.15657,
- "_LLNTVEETTK_"
- ],
- [
- 33996,
- 2,
- 11,
- 3,
- 0.14233,
- "_KNQDEESQEAPELLK_"
- ],
- [
- 22166,
- 3,
- 16,
- 7,
- 0.21348,
- "_MREDYDSVEQDGDEPGPQR_"
- ],
- [
- 13946,
- 2,
- 11,
- 4,
- 0.14233,
- "_EVPEYLNHVSK_"
- ],
- [
- 33831,
- 2,
- 10,
- 6,
- 0.12809,
- "_GFDTSSSSSNSAASSSFK_"
- ],
- [
- 17796,
- 3,
- 16,
- 5,
- 0.21348,
- "_GGSGSHNWGTVKDELTESPK_"
- ],
- [
- 17570,
- 2,
- 8,
- 5,
- 0.099591,
- "_NLMTSEIHNTVK_"
- ],
- [
- 25458,
- 2,
- 13,
- 4,
- 0.17081,
- "_VDNVEVLDHEEEK_"
- ],
- [
- 21387,
- 3,
- 13,
- 6,
- 0.17081,
- "_LFCSTCDQTFQNHQEQR_"
- ],
- [
- 24871,
- 2,
- 10,
- 4,
- 0.12809,
- "_TDFIITASHDGHVK_"
- ],
- [
- 15243,
- 2,
- 17,
- 5,
- 0.2277,
- "_TLAALVDHCQGR_"
- ],
- [
- 12375,
- 2,
- 15,
- 6,
- 0.19927,
- "_GIVEESVTGVHR_"
- ],
- [
- 26612,
- 2,
- 13,
- 5,
- 0.17081,
- "_PLISVYSEKGESSGK_"
- ],
- [
- 19880,
- 2,
- 13,
- 2,
- 0.17081,
- "_FNQDPEAVDEDR_"
- ],
- [
- 177,
- 3,
- 26,
- 4,
- 0.35584,
- "_KGGDGIKPPPIIGR_"
- ],
- [
- 10970,
- 2,
- 9,
- 3,
- 0.11387,
- "_GGGPMGPGSGPNLR_"
- ],
- [
- 18155,
- 2,
- 15,
- 3,
- 0.19927,
- "_GHSLSDGLEEVQK_"
- ],
- [
- 14705,
- 2,
- 12,
- 2,
- 0.15656,
- "_VNEFGESYEEK_"
- ],
- [
- 30625,
- 2,
- 12,
- 6,
- 0.15656,
- "_EAIESAIGGNAYQHSK_"
- ],
- [
- 18382,
- 2,
- 12,
- 4,
- 0.15656,
- "_KLQEESDLELAK_"
- ],
- [
- 17168,
- 2,
- 6,
- 2,
- 0.071157,
- "_SDPNAVAPAPQGVR_"
- ],
- [
- 28993,
- 2,
- 8,
- 3,
- 0.099588,
- "_AQTGSGGADPTTDVSGQS_"
- ],
- [
- 28186,
- 2,
- 7,
- 5,
- 0.085376,
- "_QLTVTQQSQEEVAR_"
- ],
- [
- 30706,
- 2,
- 10,
- 4,
- 0.1281,
- "_TDRTEEWYGTQYK_"
- ],
- [
- 23907,
- 4,
- 9,
- 4,
- 0.11382,
- "_AGMSYYNSPGLHVQHMGTSHGITRPSPR_"
- ],
- [
- 7436,
- 2,
- 11,
- 2,
- 0.14232,
- "_LACDVDQVTR_"
- ],
- [
- 29101,
- 2,
- 12,
- 6,
- 0.15656,
- "_NKTEYEEAQDAIVK_"
- ],
- [
- 2972,
- 4,
- 8,
- 3,
- 0.099588,
- "_MSVTEGGIKYPETTEGGRPK_"
- ],
- [
- 37845,
- 2,
- 10,
- 3,
- 0.1281,
- "_EGNTTEDDFPSSPGNGNK_"
- ],
- [
- 5066,
- 3,
- 9,
- 3,
- 0.11382,
- "_LPEYTVTQESGPAHR_"
- ],
- [
- 37218,
- 2,
- 9,
- 2,
- 0.11382,
- "_ALNTLSSPGQSSFSHGTR_"
- ],
- [
- 21340,
- 2,
- 11,
- 3,
- 0.14232,
- "_EKTETLASLEDTK_"
- ],
- [
- 8695,
- 2,
- 11,
- 3,
- 0.14232,
- "_KFFDANYDGK_"
- ],
- [
- 32904,
- 2,
- 9,
- 6,
- 0.11382,
- "_LGETYKDHENIVIAK_"
- ],
- [
- 12959,
- 2,
- 11,
- 6,
- 0.14232,
- "_HFLSDTGMACR_"
- ],
- [
- 40251,
- 2,
- 11,
- 5,
- 0.14232,
- "_QCQCTSVGAQNTVICSK_"
- ],
- [
- 31672,
- 2,
- 12,
- 3,
- 0.15656,
- "_LNQSDSIEDPNSPAGR_"
- ],
- [
- 28537,
- 2,
- 11,
- 6,
- 0.14232,
- "_GSLTEGALAHSGNPVSK_"
- ],
- [
- 1016,
- 2,
- 22,
- 4,
- 0.29889,
- "_FPVKPGDLK_"
- ],
- [
- 38736,
- 2,
- 16,
- 4,
- 0.21349,
- "_AQENYEGSEEVSPPQTK_"
- ],
- [
- 10810,
- 2,
- 14,
- 3,
- 0.18504,
- "_KLVSAVVEYGGK_"
- ],
- [
- 26900,
- 2,
- 14,
- 6,
- 0.18504,
- "_TNEKVELQELNDR_"
- ],
- [
- 2742,
- 3,
- 23,
- 7,
- 0.31314,
- "_KHPDASVNFSEFSK_"
- ],
- [
- 20517,
- 2,
- 13,
- 4,
- 0.1708,
- "_QQPNPGNELCYK_"
- ],
- [
- 479,
- 2,
- 5,
- 3,
- 0.056922,
- "_YEYPIQR_"
- ],
- [
- 15191,
- 3,
- 14,
- 5,
- 0.18504,
- "_GLQCHPSKPLLASCGLDR_"
- ],
- [
- 33874,
- 3,
- 16,
- 6,
- 0.21349,
- "_SSQQPSTPQQAPPGQPQQGTFVAHK_"
- ],
- [
- 40591,
- 2,
- 13,
- 5,
- 0.1708,
- "_RGQTCVVHYTGMLEDGK_"
- ],
- [
- 25982,
- 4,
- 16,
- 5,
- 0.21349,
- "_EDSSGMHHENQTYPPYSPQAQPQPIHR_"
- ],
- [
- 8936,
- 2,
- 14,
- 2,
- 0.18504,
- "_HIQDLNWQR_"
- ],
- [
- 2256,
- 2,
- 18,
- 7,
- 0.24193,
- "_LQEEMLQR_"
- ],
- [
- 7230,
- 3,
- 12,
- 2,
- 0.15654,
- "_KNQDEESQEAPELLK_"
- ],
- [
- 10354,
- 2,
- 15,
- 4,
- 0.19925,
- "_HGLTEADVGITK_"
- ],
- [
- 9890,
- 2,
- 12,
- 5,
- 0.15654,
- "_VTSEGAGLQLQK_"
- ],
- [
- 22496,
- 3,
- 11,
- 5,
- 0.14232,
- "_VAELILHGQEEEKPAQDQAK_"
- ],
- [
- 18844,
- 2,
- 20,
- 7,
- 0.27039,
- "_DGMDNQGGYGSVGR_"
- ],
- [
- 3933,
- 2,
- 12,
- 6,
- 0.15654,
- "_LHIVQVVCK_"
- ],
- [
- 4107,
- 3,
- 11,
- 6,
- 0.14232,
- "_VAVNDAHLLQYNHR_"
- ],
- [
- 15103,
- 2,
- 15,
- 5,
- 0.19925,
- "_LQVEEVHQLSR_"
- ],
- [
- 24431,
- 2,
- 7,
- 3,
- 0.085374,
- "_VVDRDSEEAEIIR_"
- ],
- [
- 31834,
- 2,
- 10,
- 2,
- 0.12804,
- "_IESSLQEDEPENDAK_"
- ],
- [
- 1077,
- 3,
- 12,
- 5,
- 0.15654,
- "_VHMFEAHSDYIR_"
- ],
- [
- 30910,
- 2,
- 8,
- 4,
- 0.099594,
- "_QMGSGDAYPHQYSLK_"
- ],
- [
- 6748,
- 2,
- 8,
- 2,
- 0.099594,
- "_LSQSDEDVIR_"
- ],
- [
- 10605,
- 2,
- 15,
- 4,
- 0.19925,
- "_LPCEMDAQGPK_"
- ],
- [
- 269,
- 2,
- 16,
- 5,
- 0.21348,
- "_MINTDLSR_"
- ],
- [
- 5941,
- 2,
- 13,
- 4,
- 0.17078,
- "_QLIVANAGDSR_"
- ],
- [
- 2470,
- 2,
- 17,
- 5,
- 0.22771,
- "_AIRPQIDLK_"
- ],
- [
- 42171,
- 2,
- 9,
- 4,
- 0.11381,
- "_DFYAAHPSADAANGSNEDR_"
- ],
- [
- 4244,
- 2,
- 8,
- 2,
- 0.099594,
- "_QASMEDIPGR_"
- ],
- [
- 7966,
- 2,
- 9,
- 3,
- 0.11381,
- "_QATGIEDGELR_"
- ],
- [
- 23778,
- 2,
- 11,
- 4,
- 0.14232,
- "_IDESSLTGESDHVK_"
- ],
- [
- 4723,
- 3,
- 14,
- 4,
- 0.18501,
- "_EAVAPVQEESDLEKK_"
- ],
- [
- 14458,
- 2,
- 10,
- 4,
- 0.12804,
- "_VSLANLKPNPGSK_"
- ],
- [
- 16330,
- 2,
- 8,
- 6,
- 0.099594,
- "_TGQYSGIYDCAK_"
- ],
- [
- 3157,
- 3,
- 13,
- 5,
- 0.17078,
- "_VYCGHEYTINNLK_"
- ],
- [
- 16737,
- 2,
- 8,
- 4,
- 0.099594,
- "_SDDDFADFHSSK_"
- ],
- [
- 30514,
- 2,
- 15,
- 6,
- 0.19925,
- "_NNPPTLEGNYSKPLK_"
- ],
- [
- 10023,
- 3,
- 8,
- 5,
- 0.099594,
- "_GHGECPTTENTETFIR_"
- ],
- [
- 46710,
- 2,
- 14,
- 4,
- 0.18501,
- "_LFCSTCDQTFQNHQEQR_"
- ],
- [
- 19448,
- 2,
- 11,
- 4,
- 0.14227,
- "_TATTQETDGFQVK_"
- ],
- [
- 1440,
- 4,
- 12,
- 6,
- 0.15655,
- "_QEGHNLGLLHGDMDQSER_"
- ],
- [
- 35920,
- 2,
- 10,
- 6,
- 0.12803,
- "_WCPQNSSCVNATACR_"
- ],
- [
- 14058,
- 2,
- 12,
- 3,
- 0.15655,
- "_AMEVDIEERPK_"
- ],
- [
- 399,
- 3,
- 12,
- 4,
- 0.15655,
- "_KYPDRVPVIVEK_"
- ],
- [
- 37963,
- 2,
- 11,
- 6,
- 0.14227,
- "_M(Oxidation (M))EEFKDQLPADECNK_"
- ],
- [
- 3383,
- 2,
- 10,
- 2,
- 0.12803,
- "_YLAEVATGEK_"
- ],
- [
- 588,
- 2,
- 9,
- 2,
- 0.11382,
- "_KLMDEVIK_"
- ],
- [
- 924,
- 2,
- 12,
- 3,
- 0.15655,
- "_SLLCHLPR_"
- ],
- [
- 1445,
- 2,
- 11,
- 3,
- 0.14227,
- "_DVESYIHR_"
- ],
- [
- 34032,
- 2,
- 12,
- 2,
- 0.15655,
- "_ECCNMENPPECYR_"
- ],
- [
- 3420,
- 2,
- 16,
- 5,
- 0.21348,
- "_TLSDYNIQK_"
- ],
- [
- 21761,
- 3,
- 14,
- 5,
- 0.18501,
- "_KLEPLSQDEDQHADLTQSR_"
- ],
- [
- 11809,
- 4,
- 26,
- 7,
- 0.35582,
- "_QEPERNECFLSHKDDSPDLPK_"
- ],
- [
- 11404,
- 2,
- 7,
- 2,
- 0.085368,
- "_DLDCQQLQSR_"
- ],
- [
- 261,
- 2,
- 11,
- 4,
- 0.14227,
- "_LPVEEAYK_"
- ],
- [
- 4475,
- 2,
- 15,
- 5,
- 0.19924,
- "_ALIVLAHSER_"
- ],
- [
- 29607,
- 2,
- 13,
- 5,
- 0.17077,
- "_VAVNDAHLLQYNHR_"
- ],
- [
- 23257,
- 4,
- 13,
- 5,
- 0.17077,
- "_TTPKPEDAGPESTKPVGVFHPDSSEASSR_"
- ],
- [
- 15372,
- 2,
- 10,
- 6,
- 0.12803,
- "_SSTETCYSAIPK_"
- ],
- [
- 15945,
- 3,
- 16,
- 7,
- 0.21348,
- "_LTGIKHELQANCYEEVK_"
- ],
- [
- 8563,
- 2,
- 10,
- 3,
- 0.12803,
- "_LGSTEVASNVPK_"
- ],
- [
- 16072,
- 3,
- 11,
- 5,
- 0.14227,
- "_QEGHNLGLLHGDMDQSER_"
- ],
- [
- 47248,
- 3,
- 11,
- 6,
- 0.14227,
- "_KCEAEEAEPPAATQPQTSETQTSHLPESER_"
- ],
- [
- 4503,
- 2,
- 16,
- 4,
- 0.21348,
- "_SSTITVDQMK_"
- ],
- [
- 3915,
- 2,
- 16,
- 4,
- 0.21348,
- "_LTTDFGNAEK_"
- ],
- [
- 25969,
- 2,
- 20,
- 5,
- 0.27038,
- "_VDEVPDGAVKPPTNK_"
- ],
- [
- 16739,
- 2,
- 17,
- 7,
- 0.22771,
- "_SGYGFNEPEQSR_"
- ],
- [
- 16178,
- 4,
- 14,
- 7,
- 0.18501,
- "_SSPIAQPASSFQVETASQGHSISHHK_"
- ],
- [
- 1518,
- 2,
- 11,
- 4,
- 0.14227,
- "_DLEQPTYR_"
- ],
- [
- 25391,
- 2,
- 11,
- 4,
- 0.14228,
- "_GAMIIYTSGTTGRPK_"
- ],
- [
- 10115,
- 3,
- 11,
- 6,
- 0.14228,
- "_KFDEKENVSNCIQLK_"
- ],
- [
- 29338,
- 2,
- 11,
- 2,
- 0.14228,
- "_TTDDTTTDNYIAQGK_"
- ],
- [
- 8119,
- 2,
- 21,
- 4,
- 0.28462,
- "_LAPEYEAAATR_"
- ],
- [
- 8717,
- 2,
- 11,
- 4,
- 0.14228,
- "_KQGLEQFINK_"
- ],
- [
- 30407,
- 4,
- 12,
- 8,
- 0.15651,
- "_KCEAEEAEPPAATQPQTSETQTSHLPESER_"
- ],
- [
- 18988,
- 2,
- 11,
- 3,
- 0.14228,
- "_SPFNSPSPQDSPR_"
- ],
- [
- 13644,
- 2,
- 11,
- 4,
- 0.14228,
- "_NGTDKDAEALFK_"
- ],
- [
- 33287,
- 2,
- 11,
- 4,
- 0.14228,
- "_ESLAEEHEGLVGEGQR_"
- ],
- [
- 1612,
- 4,
- 22,
- 5,
- 0.29886,
- "_YTCHVQHEGLPKPLTLR_"
- ],
- [
- 20944,
- 2,
- 8,
- 3,
- 0.09961,
- "_TETEPIPENTPTK_"
- ],
- [
- 17505,
- 3,
- 11,
- 6,
- 0.14228,
- "_AQQNNVEHKVETFSGVYK_"
- ],
- [
- 13290,
- 3,
- 17,
- 4,
- 0.22772,
- "_RGQTCVVHYTGMLEDGK_"
- ],
- [
- 33486,
- 2,
- 9,
- 7,
- 0.11384,
- "_SGAIMCENCMTTNQK_"
- ],
- [
- 46764,
- 2,
- 8,
- 3,
- 0.09961,
- "_TDDQENVSADAPSPAQENGEK_"
- ],
- [
- 22536,
- 2,
- 13,
- 5,
- 0.17079,
- "_YIQQTKPLTLER_"
- ],
- [
- 18410,
- 2,
- 9,
- 2,
- 0.11384,
- "_HNDMPIYEAADK_"
- ],
- [
- 10296,
- 3,
- 7,
- 3,
- 0.085373,
- "_TMHDSVNALTLEDEKR_"
- ],
- [
- 3634,
- 2,
- 18,
- 3,
- 0.24195,
- "_(Acetyl (Protein N-term))AAPSDGFKPR_"
- ],
- [
- 28844,
- 2,
- 18,
- 6,
- 0.24195,
- "_DLTPAVTDNDEADKK_"
- ],
- [
- 18423,
- 2,
- 6,
- 3,
- 0.071154,
- "_ELEDAQAGSGTIGR_"
- ],
- [
- 35677,
- 2,
- 15,
- 6,
- 0.19925,
- "_DEHLQQYQEVCAQR_"
- ],
- [
- 19143,
- 2,
- 10,
- 2,
- 0.12806,
- "_DSFSHSPGAVSSLK_"
- ],
- [
- 43302,
- 2,
- 16,
- 5,
- 0.21348,
- "_NKDVLQAETSQQLCCQK_"
- ],
- [
- 22270,
- 2,
- 9,
- 4,
- 0.11384,
- "_ASLEELQSVHSER_"
- ],
- [
- 31394,
- 2,
- 19,
- 5,
- 0.25618,
- "_GAGQQQSQEMMEVDR_"
- ],
- [
- 37849,
- 2,
- 9,
- 2,
- 0.11384,
- "_SHLLNCCPHDVLSGTR_"
- ],
- [
- 9174,
- 2,
- 13,
- 5,
- 0.17079,
- "_LIDTVKDPVSK_"
- ],
- [
- 39191,
- 2,
- 8,
- 3,
- 0.09961,
- "_PSQAAPAVEAEGPGSSQAPR_"
- ],
- [
- 20808,
- 2,
- 10,
- 3,
- 0.12806,
- "_EAAYHPEVAPDVR_"
- ],
- [
- 2424,
- 2,
- 15,
- 4,
- 0.19925,
- "_LMDVCATSR_"
- ],
- [
- 27995,
- 2,
- 17,
- 6,
- 0.22772,
- "_KNDDGWYEGVCNR_"
- ],
- [
- 5833,
- 4,
- 12,
- 5,
- 0.1565,
- "_SLCEQVSHHPPSAAHYVFSK_"
- ],
- [
- 3433,
- 2,
- 9,
- 2,
- 0.11383,
- "_LALELEHEK_"
- ],
- [
- 41209,
- 2,
- 9,
- 4,
- 0.11383,
- "_NSPSNLSSSSDTGSVGGTYR_"
- ],
- [
- 7092,
- 3,
- 7,
- 4,
- 0.085376,
- "_NSNLVGAAHEELQQSR_"
- ],
- [
- 21982,
- 2,
- 10,
- 6,
- 0.12807,
- "_VQAQGHTLQVAGLR_"
- ],
- [
- 23772,
- 2,
- 8,
- 3,
- 0.099596,
- "_KDYEEYGPSICR_"
- ],
- [
- 2918,
- 2,
- 8,
- 4,
- 0.099596,
- "_SASVAPFTCK_"
- ],
- [
- 7017,
- 2,
- 11,
- 2,
- 0.14229,
- "_ETHADLWPAK_"
- ],
- [
- 33425,
- 3,
- 11,
- 6,
- 0.14229,
- "_APETDDSFSDVDCHSNQEDTGCK_"
- ],
- [
- 38600,
- 2,
- 12,
- 6,
- 0.1565,
- "_VGMVETNSQDRPVDDVK_"
- ],
- [
- 19732,
- 2,
- 7,
- 4,
- 0.085376,
- "_SYGEEDFEYHR_"
- ],
- [
- 45568,
- 2,
- 11,
- 5,
- 0.14229,
- "_AEDKPSTDLSAPVNGEATSQK_"
- ],
- [
- 25069,
- 2,
- 6,
- 4,
- 0.07114,
- "_DLDNAEEKADALNK_"
- ],
- [
- 23967,
- 2,
- 11,
- 6,
- 0.14229,
- "_LCENGNMNNVVTR_"
- ],
- [
- 4983,
- 4,
- 8,
- 3,
- 0.099596,
- "_HQWIHTGEKPYVCIQCGK_"
- ],
- [
- 41598,
- 2,
- 10,
- 5,
- 0.12807,
- "_QCSPSQGPCCTAQCAFK_"
- ],
- [
- 5000,
- 2,
- 8,
- 3,
- 0.099596,
- "_ETVNSPAIYK_"
- ],
- [
- 11669,
- 3,
- 13,
- 4,
- 0.17073,
- "_AVHEQLAALSQAPVNKPK_"
- ],
- [
- 17057,
- 4,
- 13,
- 8,
- 0.17073,
- "_YSAGSVYYYPSYHHQHNPVQVQK_"
- ],
- [
- 927,
- 2,
- 21,
- 4,
- 0.28462,
- "_QAGPASVPLR_"
- ],
- [
- 8168,
- 2,
- 15,
- 4,
- 0.19923,
- "_SMGLPTSDEQK_"
- ],
- [
- 13250,
- 2,
- 15,
- 6,
- 0.19923,
- "_AEITLVATKPEK_"
- ],
- [
- 2178,
- 3,
- 20,
- 2,
- 0.2704,
- "_VDEVPDGAVKPPTNK_"
- ],
- [
- 27163,
- 2,
- 14,
- 6,
- 0.18501,
- "_(Acetyl (Protein N-term))MESQEPTESSQNGK_"
- ],
- [
- 21633,
- 3,
- 14,
- 4,
- 0.18501,
- "_AATMTAAGHHAEVVVDPEDER_"
- ],
- [
- 18611,
- 3,
- 17,
- 6,
- 0.22771,
- "_MREIVHLQAGQCGNQIGAK_"
- ],
- [
- 8378,
- 2,
- 12,
- 3,
- 0.1565,
- "_LTSLNEEYTK_"
- ],
- [
- 21810,
- 2,
- 14,
- 3,
- 0.18501,
- "_EVTEEDLNNHFK_"
- ],
- [
- 6401,
- 3,
- 14,
- 6,
- 0.18501,
- "_LGETYKDHENIVIAK_"
- ],
- [
- 13406,
- 2,
- 16,
- 4,
- 0.21347,
- "_EAVEENGVITDK_"
- ],
- [
- 21730,
- 2,
- 14,
- 5,
- 0.18501,
- "_NLQQELETQNQK_"
- ],
- [
- 23884,
- 2,
- 9,
- 5,
- 0.11382,
- "_KITESVAETAQTIK_"
- ],
- [
- 29895,
- 2,
- 14,
- 5,
- 0.18495,
- "_ITNDFYPEEDGKTK_"
- ],
- [
- 16070,
- 3,
- 12,
- 2,
- 0.15651,
- "_IHTGDRPYVCPFDGCNK_"
- ],
- [
- 29534,
- 3,
- 10,
- 4,
- 0.12805,
- "_APSEEELHGDQTDFGQGSQSPQK_"
- ],
- [
- 4304,
- 3,
- 15,
- 6,
- 0.19924,
- "_ITNDFYPEEDGKTK_"
- ],
- [
- 13032,
- 2,
- 14,
- 4,
- 0.18495,
- "_QDLPALEEKPR_"
- ],
- [
- 12105,
- 2,
- 12,
- 5,
- 0.15651,
- "_HTLSYVDVGTGK_"
- ],
- [
- 15109,
- 3,
- 12,
- 5,
- 0.15651,
- "_LKEQGQAPITPQQGQALAK_"
- ],
- [
- 2660,
- 2,
- 12,
- 4,
- 0.15651,
- "_ASAPESGLLSK_"
- ],
- [
- 19283,
- 2,
- 15,
- 3,
- 0.19924,
- "_KLGDTYPSISNAR_"
- ],
- [
- 238,
- 2,
- 13,
- 2,
- 0.17072,
- "_QALEDLEK_"
- ],
- [
- 6999,
- 2,
- 12,
- 4,
- 0.15651,
- "_DDGEEEFAGAK_"
- ],
- [
- 1335,
- 2,
- 18,
- 4,
- 0.24193,
- "_LDADPSLQR_"
- ],
- [
- 2928,
- 2,
- 19,
- 4,
- 0.25617,
- "_IAQITGPPDR_"
- ],
- [
- 4707,
- 4,
- 12,
- 5,
- 0.15651,
- "_IATGQIAGVDKDGRPLQPHVR_"
- ],
- [
- 2328,
- 2,
- 9,
- 2,
- 0.11382,
- "_EELEEICK_"
- ],
- [
- 22138,
- 2,
- 17,
- 6,
- 0.22769,
- "_YSHEVLSEENFK_"
- ],
- [
- 12364,
- 2,
- 13,
- 3,
- 0.17072,
- "_EYDELAETQGK_"
- ],
- [
- 37029,
- 2,
- 10,
- 4,
- 0.12805,
- "_SKEELHQDCLVLATAK_"
- ],
- [
- 23114,
- 2,
- 12,
- 4,
- 0.15651,
- "_SADLEHDQTMLDK_"
- ],
- [
- 19684,
- 3,
- 10,
- 6,
- 0.12805,
- "_AEDKPSTDLSAPVNGEATSQK_"
- ],
- [
- 489,
- 3,
- 13,
- 5,
- 0.17072,
- "_EAAYHPEVAPDVR_"
- ],
- [
- 40737,
- 2,
- 11,
- 3,
- 0.14229,
- "_EPLSNDGAAPGATPASGSAASK_"
- ],
- [
- 13345,
- 3,
- 13,
- 2,
- 0.17072,
- "_HTTEAAAGALQNITAGDRR_"
- ],
- [
- 8301,
- 2,
- 14,
- 5,
- 0.18495,
- "_ESSTVFELKR_"
- ],
- [
- 21570,
- 2,
- 11,
- 5,
- 0.14229,
- "_SPGVAAAVAEDGGLKK_"
- ],
- [
- 3722,
- 4,
- 22,
- 5,
- 0.29884,
- "_PAPQPPVPRPEHCEGAAAGLK_"
- ],
- [
- 39831,
- 2,
- 13,
- 6,
- 0.17072,
- "_LVKPGNQNTQVTEAWNK_"
- ],
- [
- 12020,
- 3,
- 14,
- 6,
- 0.18495,
- "_HAEFESLCAQYSADKR_"
- ],
- [
- 6242,
- 2,
- 17,
- 3,
- 0.22769,
- "_EAHLPVIENK_"
- ],
- [
- 8006,
- 2,
- 18,
- 3,
- 0.24193,
- "_LNMTPEEAER_"
- ],
- [
- 15484,
- 2,
- 16,
- 4,
- 0.21346,
- "_TFNPGAGLPTDKK_"
- ],
- [
- 7245,
- 3,
- 16,
- 6,
- 0.21346,
- "_QIILEKEETEELKR_"
- ],
- [
- 23612,
- 3,
- 12,
- 4,
- 0.15651,
- "_GGGGPGGGGPGGGSAGGPSQPPGGGGPGIR_"
- ],
- [
- 22200,
- 3,
- 16,
- 6,
- 0.21346,
- "_SKEEYQQTWYHEGPNSLK_"
- ],
- [
- 15408,
- 3,
- 11,
- 4,
- 0.14227,
- "_LQQVLQM(Oxidation (M))ESHIQSTSDR_"
- ],
- [
- 7111,
- 2,
- 12,
- 5,
- 0.15651,
- "_QTESTSFLEK_"
- ],
- [
- 15849,
- 2,
- 11,
- 4,
- 0.14227,
- "_DMNQFGEGEQAK_"
- ],
- [
- 42392,
- 2,
- 11,
- 5,
- 0.14227,
- "_LQQVLQM(Oxidation (M))ESHIQSTSDR_"
- ],
- [
- 34424,
- 2,
- 13,
- 5,
- 0.17073,
- "_YVQDNIQLHGQQVAR_"
- ],
- [
- 6884,
- 2,
- 11,
- 6,
- 0.14227,
- "_GEFVTTVQQR_"
- ],
- [
- 13913,
- 2,
- 11,
- 5,
- 0.14227,
- "_KNQALNIAWQK_"
- ],
- [
- 27123,
- 2,
- 11,
- 4,
- 0.14227,
- "_KLGEMWNNTAADDK_"
- ],
- [
- 27503,
- 2,
- 21,
- 6,
- 0.28462,
- "_NGALDQQKDELDVR_"
- ],
- [
- 35042,
- 2,
- 12,
- 4,
- 0.15651,
- "_ETKPEPMEEDLPENK_"
- ],
- [
- 14689,
- 3,
- 14,
- 6,
- 0.18494,
- "_EYEDNDEVHIEVHNPR_"
- ],
- [
- 40769,
- 2,
- 8,
- 3,
- 0.099582,
- "_AAAQLLQSQAQQSGAQQTK_"
- ],
- [
- 31649,
- 2,
- 9,
- 4,
- 0.11382,
- "_TGVELGKPTHFTVNAK_"
- ],
- [
- 25586,
- 2,
- 15,
- 5,
- 0.19917,
- "_GASWIDTADGSANHR_"
- ],
- [
- 37820,
- 2,
- 8,
- 2,
- 0.099582,
- "_SDKSPDLAPTPAPQSTPR_"
- ],
- [
- 9979,
- 3,
- 15,
- 4,
- 0.19917,
- "_AVTKDEDEWKELEQK_"
- ],
- [
- 721,
- 2,
- 7,
- 2,
- 0.085352,
- "_LHEAVFLR_"
- ],
- [
- 835,
- 3,
- 14,
- 5,
- 0.18494,
- "_VVQVVKPHTPLIR_"
- ],
- [
- 11118,
- 2,
- 9,
- 5,
- 0.11382,
- "_ILDYSCSQDR_"
- ],
- [
- 10498,
- 2,
- 14,
- 3,
- 0.18494,
- "_QLQLEAEEQR_"
- ],
- [
- 36829,
- 2,
- 23,
- 8,
- 0.31306,
- "_DGQVINETSQHHDDLE_"
- ],
- [
- 9464,
- 2,
- 21,
- 6,
- 0.28462,
- "_DVEDESTGLEK_"
- ],
- [
- 3039,
- 2,
- 10,
- 3,
- 0.12804,
- "_FQYEEEVK_"
- ],
- [
- 5139,
- 4,
- 10,
- 5,
- 0.12804,
- "_LPELSHPQSDGVDSTSHTDVK_"
- ],
- [
- 46851,
- 2,
- 12,
- 7,
- 0.15651,
- "_NM(Oxidation (M))GGPYGGGNYGPGGSGGSGGYGGR_"
- ],
- [
- 4014,
- 2,
- 10,
- 4,
- 0.12804,
- "_GLCGTVLIHK_"
- ],
- [
- 4,
- 2,
- 10,
- 4,
- 0.12804,
- "_EVVAEVVK_"
- ],
- [
- 3676,
- 2,
- 5,
- 2,
- 0.056906,
- "_AEASGGLGGLTR_"
- ],
- [
- 27225,
- 2,
- 20,
- 6,
- 0.27039,
- "_GLNSESMTEETLKR_"
- ],
- [
- 28490,
- 2,
- 8,
- 3,
- 0.099582,
- "_SQQDPAGPGLPAQSDR_"
- ],
- [
- 27218,
- 2,
- 6,
- 4,
- 0.071142,
- "_LEEGTEETSETLEK_"
- ],
- [
- 3470,
- 2,
- 15,
- 4,
- 0.19918,
- "_FIQVHPITK_"
- ],
- [
- 11030,
- 2,
- 9,
- 2,
- 0.11382,
- "_EAQYMLENEK_"
- ],
- [
- 18278,
- 2,
- 8,
- 5,
- 0.099588,
- "_ITVCATDDSYQK_"
- ],
- [
- 16583,
- 2,
- 11,
- 3,
- 0.14227,
- "_EDDCGQDPYIR_"
- ],
- [
- 22357,
- 2,
- 11,
- 2,
- 0.14227,
- "_NEEPSEEEIDAPK_"
- ],
- [
- 14284,
- 2,
- 10,
- 2,
- 0.12805,
- "_YFDEHYEYR_"
- ],
- [
- 22129,
- 2,
- 10,
- 4,
- 0.12805,
- "_SSNDYTSQMYSAK_"
- ],
- [
- 6428,
- 2,
- 10,
- 2,
- 0.12805,
- "_VYDEVVDTSK_"
- ],
- [
- 19834,
- 4,
- 11,
- 5,
- 0.14227,
- "_SQLAVPHPETQDSSTQTDTSHSGITNK_"
- ],
- [
- 11751,
- 2,
- 11,
- 5,
- 0.14227,
- "_QLSLPQQEAQK_"
- ],
- [
- 1304,
- 2,
- 12,
- 3,
- 0.15651,
- "_CMDVYTPK_"
- ],
- [
- 15249,
- 2,
- 9,
- 2,
- 0.11382,
- "_DALKPNSPLTER_"
- ],
- [
- 6798,
- 2,
- 10,
- 2,
- 0.12805,
- "_TTGEVVSGVVSK_"
- ],
- [
- 10603,
- 3,
- 15,
- 4,
- 0.19918,
- "_KFEEFQTDMAAHEER_"
- ],
- [
- 63,
- 3,
- 14,
- 6,
- 0.18496,
- "_VKVEHVVSVLEK_"
- ],
- [
- 18519,
- 3,
- 17,
- 6,
- 0.22769,
- "_TETVEEPMEEEEAAKEEK_"
- ],
- [
- 12349,
- 3,
- 15,
- 6,
- 0.19918,
- "_GQTCVVHYTGMLEDGKK_"
- ],
- [
- 40542,
- 2,
- 13,
- 5,
- 0.17074,
- "_MPCESSPPESADTPTSTR_"
- ],
- [
- 26694,
- 2,
- 14,
- 5,
- 0.18496,
- "_EVEERPAPTPWGSK_"
- ],
- [
- 758,
- 2,
- 18,
- 5,
- 0.24191,
- "_IEANEALVK_"
- ],
- [
- 47110,
- 2,
- 16,
- 6,
- 0.21341,
- "_SEDPPGQEAGSEEEGSSASGLAK_"
- ],
- [
- 11418,
- 2,
- 14,
- 4,
- 0.18496,
- "_KTCGDVLDNLK_"
- ],
- [
- 26972,
- 2,
- 13,
- 5,
- 0.17074,
- "_STWEEEDSGYGSSR_"
- ],
- [
- 7569,
- 3,
- 14,
- 5,
- 0.18496,
- "_YVQDNIQLHGQQVAR_"
- ],
- [
- 11642,
- 2,
- 18,
- 6,
- 0.2419,
- "_NSVVEASEAAYK_"
- ],
- [
- 25306,
- 2,
- 12,
- 4,
- 0.15648,
- "_LKESAEFQTQLEK_"
- ],
- [
- 714,
- 2,
- 6,
- 3,
- 0.07111,
- "_EDMTYAVR_"
- ],
- [
- 16238,
- 2,
- 10,
- 2,
- 0.12803,
- "_DNITNNTAAATVR_"
- ],
- [
- 23460,
- 2,
- 11,
- 3,
- 0.14226,
- "_VYAVATSTNTPCAR_"
- ],
- [
- 1118,
- 2,
- 12,
- 2,
- 0.15648,
- "_ANSNPFEVK_"
- ],
- [
- 8249,
- 2,
- 6,
- 3,
- 0.07111,
- "_DNDFIYHDR_"
- ],
- [
- 44754,
- 2,
- 17,
- 7,
- 0.22762,
- "_TETVEEPMEEEEAAKEEK_"
- ],
- [
- 26669,
- 3,
- 11,
- 6,
- 0.14226,
- "_VKEPSQDTVATEPSEVEGSAANK_"
- ],
- [
- 10536,
- 3,
- 17,
- 6,
- 0.22762,
- "_SHLLNCCPHDVLSGTR_"
- ],
- [
- 31680,
- 2,
- 18,
- 7,
- 0.2419,
- "_NAVSVHSNLNSEAVMK_"
- ],
- [
- 9726,
- 2,
- 16,
- 6,
- 0.21339,
- "_NFGEDMDDER_"
- ],
- [
- 24945,
- 2,
- 11,
- 4,
- 0.14226,
- "_YSYTSNSDDHLLK_"
- ],
- [
- 35752,
- 2,
- 11,
- 4,
- 0.14226,
- "_SSADTEFSDECTTAER_"
- ],
- [
- 37223,
- 2,
- 11,
- 5,
- 0.14226,
- "_LLVVSESSAAQEQDKDK_"
- ],
- [
- 7066,
- 2,
- 11,
- 5,
- 0.14226,
- "_STGCDFAVSPK_"
- ],
- [
- 29802,
- 2,
- 9,
- 3,
- 0.1138,
- "_NSCFSEDQMAKPIK_"
- ],
- [
- 48990,
- 2,
- 9,
- 4,
- 0.1138,
- "_KSVSTSSPAGAAIASTSGASNNSSSN_"
- ],
- [
- 6684,
- 2,
- 20,
- 6,
- 0.27036,
- "_FLIATGERPR_"
- ],
- [
- 34294,
- 2,
- 13,
- 5,
- 0.17072,
- "_(Acetyl (Protein N-term))SAEVETSEGVDESEKK_"
- ],
- [
- 34717,
- 2,
- 7,
- 4,
- 0.085352,
- "_LGAAPEEESAYVAGEKR_"
- ],
- [
- 36611,
- 3,
- 14,
- 6,
- 0.18495,
- "_VNEAAPEKPQDDSGTAGGISSTSASVNR_"
- ],
- [
- 2012,
- 2,
- 14,
- 4,
- 0.18495,
- "_SMMSPMAER_"
- ],
- [
- 3663,
- 3,
- 13,
- 3,
- 0.17072,
- "_YGGPPPGWEGPHPQR_"
- ],
- [
- 24263,
- 2,
- 13,
- 5,
- 0.17072,
- "_QPTSEANCSAMFGK_"
- ],
- [
- 9563,
- 2,
- 4,
- 2,
- 0.042667,
- "_LIEDNEYTAR_"
- ],
- [
- 14891,
- 2,
- 13,
- 3,
- 0.17072,
- "_SQLNSQSVEITK_"
- ],
- [
- 1721,
- 2,
- 10,
- 3,
- 0.12803,
- "_YDEYVNVK_"
- ],
- [
- 14374,
- 2,
- 10,
- 4,
- 0.12803,
- "_EWQHEEFYR_"
- ],
- [
- 15033,
- 2,
- 16,
- 6,
- 0.21339,
- "_EKLEMEMEAAR_"
- ],
- [
- 5264,
- 3,
- 16,
- 2,
- 0.21339,
- "_SHLEVPLEENVNRR_"
- ],
- [
- 7512,
- 2,
- 12,
- 3,
- 0.15648,
- "_DAPWTASSSEK_"
- ],
- [
- 23915,
- 3,
- 17,
- 3,
- 0.22761,
- "_QPGYQPPNPHPGPSSPPAAPASK_"
- ],
- [
- 27609,
- 2,
- 12,
- 4,
- 0.15648,
- "_NFEDSSPETLEAHK_"
- ],
- [
- 5495,
- 2,
- 8,
- 2,
- 0.099572,
- "_VDATAETDLAK_"
- ],
- [
- 5793,
- 2,
- 12,
- 3,
- 0.15648,
- "_GSFSDTGLGDGK_"
- ],
- [
- 20788,
- 3,
- 11,
- 8,
- 0.14225,
- "_DQECDKFNQCGTCNEFK_"
- ],
- [
- 6523,
- 2,
- 10,
- 3,
- 0.12802,
- "_VKGDVDVSLPK_"
- ],
- [
- 11206,
- 3,
- 10,
- 4,
- 0.12802,
- "_LGHGYHTLEDQALYNR_"
- ],
- [
- 22153,
- 2,
- 18,
- 6,
- 0.24184,
- "_KNVTLNPDPNEIK_"
- ],
- [
- 4333,
- 2,
- 8,
- 4,
- 0.099572,
- "_YDIDLPNKK_"
- ],
- [
- 36591,
- 2,
- 4,
- 3,
- 0.042666,
- "_SGQGDALASGPVETGPMKK_"
- ],
- [
- 14309,
- 3,
- 11,
- 5,
- 0.14225,
- "_FSHQASGFQCDLTTNNR_"
- ],
- [
- 5991,
- 2,
- 11,
- 2,
- 0.14225,
- "_HLYVVVDGSR_"
- ],
- [
- 37874,
- 2,
- 11,
- 6,
- 0.14225,
- "_EESDDEAAVEEEEEEK_"
- ],
- [
- 6277,
- 2,
- 17,
- 4,
- 0.22761,
- "_EAESSPFVER_"
- ],
- [
- 42656,
- 2,
- 9,
- 3,
- 0.1138,
- "_SSSSVSSQGSVASSTGSPASIR_"
- ],
- [
- 9942,
- 3,
- 12,
- 5,
- 0.15648,
- "_LLVVSESSAAQEQDKDK_"
- ],
- [
- 27351,
- 2,
- 15,
- 6,
- 0.19917,
- "_DFTVSAM(Oxidation (M))HGDMDQK_"
- ],
- [
- 34798,
- 2,
- 8,
- 4,
- 0.099572,
- "_QDLPDAMKPHEIQEK_"
- ],
- [
- 18858,
- 2,
- 16,
- 5,
- 0.21339,
- "_YMPQNPHIIATK_"
- ],
- [
- 1349,
- 2,
- 13,
- 4,
- 0.1707,
- "_FPVKPADLK_"
- ],
- [
- 150,
- 4,
- 19,
- 5,
- 0.25612,
- "_RLFIHESIHDEVVNR_"
- ],
- [
- 22459,
- 2,
- 15,
- 5,
- 0.19917,
- "_LSQIGVENTEENR_"
- ],
- [
- 12571,
- 2,
- 16,
- 4,
- 0.21339,
- "_QDVYGPQPQVR_"
- ],
- [
- 13114,
- 3,
- 22,
- 8,
- 0.29882,
- "_KVENEDMNKDQILLEK_"
- ],
- [
- 1089,
- 2,
- 16,
- 3,
- 0.21339,
- "_HLPEPVAIK_"
- ],
- [
- 3531,
- 2,
- 15,
- 4,
- 0.19917,
- "_SLLASLHTSR_"
- ],
- [
- 32235,
- 2,
- 14,
- 5,
- 0.18494,
- "_ETYGSGTQYHMQLAK_"
- ],
- [
- 9770,
- 3,
- 13,
- 6,
- 0.1707,
- "_SKEELHQDCLVLATAK_"
- ],
- [
- 5474,
- 3,
- 14,
- 7,
- 0.18494,
- "_TGVELGKPTHFTVNAK_"
- ],
- [
- 32202,
- 2,
- 16,
- 5,
- 0.21339,
- "_TVTQVVPAEGQENGQR_"
- ],
- [
- 8970,
- 2,
- 13,
- 4,
- 0.1707,
- "_ASDPGLPAEEPK_"
- ],
- [
- 21904,
- 2,
- 14,
- 5,
- 0.18493,
- "_VFEHDSVELNCK_"
- ],
- [
- 29545,
- 2,
- 14,
- 6,
- 0.18493,
- "_LRENELTYYCCK_"
- ],
- [
- 21473,
- 2,
- 9,
- 3,
- 0.11379,
- "_YSLATGNWGDQKK_"
- ],
- [
- 11047,
- 2,
- 11,
- 4,
- 0.14224,
- "_ILAAALTECHR_"
- ],
- [
- 31500,
- 2,
- 10,
- 4,
- 0.12802,
- "_LISQDIHSNTYNYK_"
- ],
- [
- 10084,
- 2,
- 12,
- 5,
- 0.15647,
- "_NIEMTQEDVR_"
- ],
- [
- 29376,
- 2,
- 10,
- 4,
- 0.12802,
- "_GGTMETDDHMGGIPAR_"
- ],
- [
- 29418,
- 2,
- 17,
- 4,
- 0.22762,
- "_GEDFYCVTCHETK_"
- ],
- [
- 16075,
- 2,
- 12,
- 4,
- 0.15647,
- "_ILYSQCGDVM(Oxidation (M))R_"
- ],
- [
- 23602,
- 3,
- 12,
- 4,
- 0.15647,
- "_KTCTTVAFTQVNSEDKGALAK_"
- ],
- [
- 22865,
- 2,
- 12,
- 3,
- 0.15647,
- "_AFENCSEDLQER_"
- ],
- [
- 5047,
- 2,
- 6,
- 2,
- 0.071108,
- "_DISAPKPGPLK_"
- ],
- [
- 24428,
- 2,
- 8,
- 3,
- 0.099552,
- "_ADTTSTVTPVPGQEK_"
- ],
- [
- 25124,
- 2,
- 11,
- 3,
- 0.14224,
- "_VQIYHNPTANSFR_"
- ],
- [
- 21504,
- 2,
- 9,
- 3,
- 0.11379,
- "_EEIQMSNMGSNTK_"
- ],
- [
- 39041,
- 2,
- 15,
- 5,
- 0.19916,
- "_QATSTSGPASAVADPPSTEK_"
- ],
- [
- 17926,
- 2,
- 20,
- 6,
- 0.27034,
- "_AELMEISEDKTK_"
- ],
- [
- 2407,
- 3,
- 7,
- 4,
- 0.08533,
- "_KNLCIHPEVTPLR_"
- ],
- [
- 3578,
- 2,
- 10,
- 4,
- 0.12802,
- "_RGSDIIIVGR_"
- ],
- [
- 15714,
- 2,
- 21,
- 7,
- 0.28456,
- "_KFGDPVVQSDMK_"
- ],
- [
- 5865,
- 3,
- 9,
- 2,
- 0.11379,
- "_LPSCAQGSHTELLTAK_"
- ],
- [
- 28396,
- 2,
- 13,
- 3,
- 0.17071,
- "_LIQDQQEQIQHLK_"
- ],
- [
- 1531,
- 2,
- 17,
- 6,
- 0.22762,
- "_DLPEHAVLK_"
- ],
- [
- 9546,
- 3,
- 13,
- 4,
- 0.17071,
- "_QGVSYSVHAYTGQPSPR_"
- ],
- [
- 13638,
- 2,
- 13,
- 5,
- 0.17071,
- "_LWDEASTCAQK_"
- ],
- [
- 41445,
- 2,
- 18,
- 7,
- 0.24183,
- "_IGQQPQQPGAPPQQDYTK_"
- ],
- [
- 20589,
- 2,
- 13,
- 5,
- 0.17071,
- "_EIGTSDKEILTSR_"
- ],
- [
- 4951,
- 2,
- 16,
- 4,
- 0.2134,
- "_EGDPAIYAER_"
- ],
- [
- 7555,
- 2,
- 13,
- 2,
- 0.17071,
- "_NLIYDNADNK_"
- ],
- [
- 46325,
- 2,
- 14,
- 6,
- 0.18493,
- "_DQECDKFNQCGTCNEFK_"
- ],
- [
- 28503,
- 2,
- 17,
- 6,
- 0.22762,
- "_EQIVPKPEEEVAQK_"
- ],
- [
- 10249,
- 2,
- 9,
- 4,
- 0.11379,
- "_QLTQEMMTEK_"
- ],
- [
- 20523,
- 2,
- 9,
- 2,
- 0.11379,
- "_LWKEEEDGQWK_"
- ],
- [
- 16872,
- 2,
- 14,
- 4,
- 0.18493,
- "_LQLLEDDKENR_"
- ],
- [
- 16697,
- 2,
- 10,
- 3,
- 0.12802,
- "_SPVESTTEPPAVR_"
- ],
- [
- 213,
- 3,
- 19,
- 5,
- 0.25607,
- "_YMPQNPHIIATK_"
- ],
- [
- 4649,
- 4,
- 10,
- 2,
- 0.12803,
- "_ALVHDGDTVSVHRPGFYAER_"
- ],
- [
- 1930,
- 2,
- 11,
- 3,
- 0.14226,
- "_AWEVDTCR_"
- ],
- [
- 29878,
- 3,
- 11,
- 4,
- 0.14226,
- "_HHSWSDSSVGCEQAPEEVSEAR_"
- ],
- [
- 32930,
- 2,
- 8,
- 3,
- 0.09957,
- "_VMEEVSAIHTSQEDR_"
- ],
- [
- 12493,
- 3,
- 23,
- 7,
- 0.31304,
- "_LVKPGNQNTQVTEAWNK_"
- ],
- [
- 1733,
- 2,
- 14,
- 3,
- 0.18495,
- "_EAVQLVNTR_"
- ],
- [
- 48760,
- 2,
- 13,
- 4,
- 0.17071,
- "_ESSITSCCSTSSCDADDEGVR_"
- ],
- [
- 4982,
- 4,
- 11,
- 6,
- 0.14226,
- "_GPDNCIQCAHYIDGPHCVK_"
- ],
- [
- 39889,
- 2,
- 11,
- 4,
- 0.14226,
- "_GTILISSEEGETEANNHK_"
- ],
- [
- 6811,
- 3,
- 13,
- 5,
- 0.17071,
- "_HGQLGHGTLEAELEPR_"
- ],
- [
- 26363,
- 2,
- 20,
- 3,
- 0.2703,
- "_EAFEQPQTSSTPPR_"
- ],
- [
- 12337,
- 2,
- 14,
- 5,
- 0.18495,
- "_AVIEHNLLSASK_"
- ],
- [
- 11268,
- 3,
- 21,
- 9,
- 0.28458,
- "_VGMVETNSQDRPVDDVK_"
- ],
- [
- 23402,
- 4,
- 11,
- 7,
- 0.14226,
- "_HSSYTCICGSGENSAVLHYGHAGAPNDR_"
- ],
- [
- 3277,
- 2,
- 15,
- 4,
- 0.19917,
- "_IMGPNYTPGK_"
- ],
- [
- 39862,
- 2,
- 14,
- 6,
- 0.18495,
- "_QGSITSPQANEQSVTPQR_"
- ],
- [
- 3476,
- 3,
- 19,
- 7,
- 0.25607,
- "_EQIVPKPEEEVAQK_"
- ],
- [
- 271,
- 2,
- 11,
- 2,
- 0.14226,
- "_EYLQQLR_"
- ],
- [
- 27552,
- 2,
- 12,
- 2,
- 0.1565,
- "_ALAEAQAQLQESSQK_"
- ],
- [
- 3904,
- 3,
- 10,
- 3,
- 0.12803,
- "_KDYTSGAMLTGELKK_"
- ],
- [
- 10748,
- 2,
- 17,
- 5,
- 0.22764,
- "_HTAAPTDPADGPV_"
- ],
- [
- 30759,
- 2,
- 12,
- 6,
- 0.1565,
- "_LQQSHPLSATQIQVK_"
- ],
- [
- 1591,
- 2,
- 12,
- 3,
- 0.1565,
- "_DSFIGENSR_"
- ],
- [
- 11460,
- 2,
- 11,
- 3,
- 0.14227,
- "_GTVEGFEPADNK_"
- ],
- [
- 36737,
- 2,
- 13,
- 3,
- 0.17072,
- "_QGVSYSVHAYTGQPSPR_"
- ],
- [
- 13723,
- 3,
- 12,
- 5,
- 0.1565,
- "_GNRPVILTYHDIGMNHK_"
- ],
- [
- 21654,
- 2,
- 12,
- 3,
- 0.1565,
- "_VAETDYEMETQR_"
- ],
- [
- 18411,
- 2,
- 9,
- 3,
- 0.11381,
- "_VLCYYGSQEER_"
- ],
- [
- 7859,
- 3,
- 14,
- 2,
- 0.18495,
- "_QDLPDAMKPHEIQEK_"
- ],
- [
- 10008,
- 2,
- 14,
- 5,
- 0.18495,
- "_VAYVSFGPHAGK_"
- ],
- [
- 18695,
- 3,
- 14,
- 5,
- 0.18495,
- "_NPQSTEPVLGGGEPPFHGHR_"
- ],
- [
- 20650,
- 2,
- 13,
- 2,
- 0.17072,
- "_HIM(Oxidation (M))GQNVADYMR_"
- ],
- [
- 5703,
- 2,
- 16,
- 2,
- 0.2134,
- "_M(Oxidation (M))GESDDSILR_"
- ],
- [
- 7806,
- 3,
- 10,
- 2,
- 0.12803,
- "_LGAAPEEESAYVAGEKR_"
- ],
- [
- 1613,
- 2,
- 4,
- 2,
- 0.042699,
- "_ESWEMDTK_"
- ],
- [
- 8214,
- 3,
- 25,
- 4,
- 0.34151,
- "_(Acetyl (Protein N-term))MEVKPPPGRPQPDSGR_"
- ],
- [
- 19735,
- 2,
- 13,
- 5,
- 0.17072,
- "_EVDEISPEDDQR_"
- ],
- [
- 20324,
- 2,
- 10,
- 4,
- 0.12803,
- "_SGEFHAEPTVIEK_"
- ],
- [
- 38421,
- 2,
- 9,
- 5,
- 0.11381,
- "_M(Oxidation (M))EEESGAPGVPSGNGAPGPK_"
- ],
- [
- 8739,
- 2,
- 15,
- 5,
- 0.19918,
- "_FGISEPGNQEK_"
- ],
- [
- 20757,
- 2,
- 15,
- 4,
- 0.19918,
- "_LGNYAGAVQDCER_"
- ],
- [
- 24546,
- 2,
- 19,
- 7,
- 0.25609,
- "_YLMEEDEDAYKK_"
- ],
- [
- 10936,
- 2,
- 15,
- 2,
- 0.19918,
- "_HPTPTMLSIQK_"
- ],
- [
- 15577,
- 2,
- 13,
- 4,
- 0.17072,
- "_AGESGHTVADYLK_"
- ],
- [
- 8816,
- 3,
- 10,
- 5,
- 0.12803,
- "_VHITLSTHECAGLSER_"
- ],
- [
- 14369,
- 2,
- 9,
- 2,
- 0.11381,
- "_FEDEDSDDVPR_"
- ],
- [
- 23829,
- 2,
- 13,
- 5,
- 0.17072,
- "_GLSSDNKPMVNLDK_"
- ],
- [
- 18668,
- 2,
- 15,
- 4,
- 0.19918,
- "_LCGDTSLNNMQR_"
- ],
- [
- 47505,
- 2,
- 13,
- 2,
- 0.17072,
- "_NENSEVDTSAGSGSAPSVLHQR_"
- ],
- [
- 1270,
- 2,
- 5,
- 2,
- 0.056962,
- "_QQLPEIQR_"
- ],
- [
- 21106,
- 4,
- 11,
- 3,
- 0.14229,
- "_NGEPEPTPVVNGEKEPSKGDPNTEEIR_"
- ],
- [
- 41058,
- 2,
- 11,
- 4,
- 0.14229,
- "_AAEAAAAPAESAAPAAGEEPSK_"
- ],
- [
- 1467,
- 2,
- 12,
- 2,
- 0.15653,
- "_DSLAEVEEK_"
- ],
- [
- 6969,
- 4,
- 4,
- 3,
- 0.042741,
- "_AENIQSGTCQHPTSHVSLLPR_"
- ],
- [
- 7979,
- 2,
- 12,
- 4,
- 0.15653,
- "_HVAEVLEYTK_"
- ],
- [
- 14809,
- 2,
- 12,
- 4,
- 0.15653,
- "_YYMNQVEETR_"
- ],
- [
- 6130,
- 2,
- 11,
- 3,
- 0.14229,
- "_LNPNLYDNGK_"
- ],
- [
- 29868,
- 2,
- 12,
- 5,
- 0.15653,
- "_NSSTIIQNPVETPKK_"
- ],
- [
- 13402,
- 2,
- 11,
- 2,
- 0.14229,
- "_VHIEFTEGEDK_"
- ],
- [
- 29504,
- 2,
- 8,
- 3,
- 0.099628,
- "_TELNSSAESEQPLDK_"
- ],
- [
- 4549,
- 2,
- 14,
- 4,
- 0.18498,
- "_EVGEHLVSIK_"
- ],
- [
- 6158,
- 3,
- 14,
- 4,
- 0.18498,
- "_FTTNANHVVFNGDGTK_"
- ],
- [
- 38528,
- 2,
- 14,
- 3,
- 0.18498,
- "_LGHGYHTLEDQALYNR_"
- ],
- [
- 28083,
- 2,
- 17,
- 6,
- 0.22767,
- "_IQALQQQADEAEDR_"
- ],
- [
- 14147,
- 2,
- 25,
- 3,
- 0.34154,
- "_DFHVDEQTTVK_"
- ],
- [
- 19047,
- 2,
- 12,
- 3,
- 0.15653,
- "_EVCEQNQQLLR_"
- ],
- [
- 8416,
- 2,
- 14,
- 5,
- 0.18498,
- "_FCLSKPGVYK_"
- ],
- [
- 30298,
- 2,
- 15,
- 4,
- 0.19921,
- "_THM(Oxidation (M))VVANTMEDFQK_"
- ],
- [
- 30773,
- 2,
- 7,
- 2,
- 0.085392,
- "_EHFQSYDLDHMEK_"
- ],
- [
- 20132,
- 2,
- 9,
- 4,
- 0.11385,
- "_SSGASVTTQPTEFK_"
- ],
- [
- 4882,
- 3,
- 15,
- 7,
- 0.19921,
- "_LQQSHPLSATQIQVK_"
- ],
- [
- 5862,
- 3,
- 7,
- 3,
- 0.085392,
- "_YEDSDKPFVDSPASR_"
- ],
- [
- 45021,
- 2,
- 11,
- 5,
- 0.14229,
- "_LVTSGAESGNLNTSPSSNQTR_"
- ],
- [
- 5397,
- 3,
- 13,
- 4,
- 0.17076,
- "_LISQDIHSNTYNYK_"
- ],
- [
- 9140,
- 4,
- 13,
- 6,
- 0.17076,
- "_DADSTEHSTPSLVHDFRPSSNK_"
- ],
- [
- 17715,
- 2,
- 22,
- 5,
- 0.29879,
- "_TWEQQQEVVSR_"
- ],
- [
- 984,
- 4,
- 11,
- 5,
- 0.14229,
- "_QFEHLDPQNQHTFEAR_"
- ],
- [
- 5716,
- 4,
- 8,
- 4,
- 0.099615,
- "_RAIVHDNKDGTYAVTYIPDK_"
- ],
- [
- 47958,
- 2,
- 21,
- 7,
- 0.28458,
- "_GGGGPGGGGPGGGSAGGPSQPPGGGGPGIR_"
- ],
- [
- 34412,
- 2,
- 7,
- 2,
- 0.085405,
- "_SVENLPECGITHEQR_"
- ],
- [
- 36975,
- 2,
- 8,
- 4,
- 0.099615,
- "_RSYEDDDDMDLQPNK_"
- ],
- [
- 32190,
- 2,
- 7,
- 2,
- 0.085405,
- "_YEDSDKPFVDSPASR_"
- ],
- [
- 29166,
- 2,
- 9,
- 5,
- 0.11385,
- "_CPYCPMEQSPGDAK_"
- ],
- [
- 32688,
- 2,
- 15,
- 5,
- 0.1992,
- "_QSSQPAETDSMSLSEK_"
- ],
- [
- 1072,
- 2,
- 12,
- 4,
- 0.15652,
- "_KVTLSVLSR_"
- ],
- [
- 37491,
- 2,
- 14,
- 5,
- 0.18499,
- "_NEDVCSCSTDTSEVPR_"
- ],
- [
- 6751,
- 2,
- 7,
- 3,
- 0.085405,
- "_ITELTDENVK_"
- ],
- [
- 13847,
- 2,
- 10,
- 2,
- 0.12807,
- "_RLGLPGDEVDNK_"
- ],
- [
- 23571,
- 2,
- 5,
- 2,
- 0.056947,
- "_VETISLGEHPCDR_"
- ],
- [
- 6622,
- 2,
- 6,
- 3,
- 0.071187,
- "_DKELEGLQVK_"
- ],
- [
- 42849,
- 2,
- 8,
- 3,
- 0.099629,
- "_ATGTSSGANSEESTAAEFCR_"
- ],
- [
- 2945,
- 4,
- 9,
- 3,
- 0.11384,
- "_ERLEDTHFVQCPSVPGHK_"
- ],
- [
- 17862,
- 2,
- 11,
- 4,
- 0.1423,
- "_WGDYDSHDIER_"
- ],
- [
- 21110,
- 3,
- 11,
- 5,
- 0.1423,
- "_HGSLGSSIKDEASLPDCSSSR_"
- ],
- [
- 31660,
- 2,
- 9,
- 3,
- 0.11384,
- "_SQMTQEASDEAEDMK_"
- ],
- [
- 40335,
- 2,
- 7,
- 4,
- 0.085409,
- "_QGVTSVTCHGGYVYTTGR_"
- ],
- [
- 1664,
- 2,
- 9,
- 3,
- 0.11384,
- "_GEMLSYGDR_"
- ],
- [
- 21588,
- 2,
- 9,
- 4,
- 0.11384,
- "_STNEAM(Oxidation (M))EWMNNK_"
- ],
- [
- 40197,
- 2,
- 12,
- 4,
- 0.15652,
- "_AQLQQHNLEMVGEGTRQ_"
- ],
- [
- 33914,
- 2,
- 9,
- 6,
- 0.11384,
- "_PSEADPEADPEEATAAR_"
- ],
- [
- 174,
- 2,
- 12,
- 4,
- 0.15652,
- "_LTLPHSIR_"
- ],
- [
- 23703,
- 2,
- 6,
- 6,
- 0.071187,
- "_DFEDDYTHSACR_"
- ],
- [
- 8220,
- 2,
- 12,
- 5,
- 0.15652,
- "_KPEMFETAIK_"
- ],
- [
- 40363,
- 2,
- 10,
- 5,
- 0.12808,
- "_TMSAQIEGGVHGLHSYEK_"
- ],
- [
- 1839,
- 3,
- 9,
- 2,
- 0.11384,
- "_VYTVGPDYAHAEAR_"
- ],
- [
- 7310,
- 2,
- 16,
- 5,
- 0.21343,
- "_DAALATALGDKK_"
- ],
- [
- 49056,
- 2,
- 16,
- 7,
- 0.21343,
- "_SGGGTGEEPGSQGLNGEAGPEDSTR_"
- ],
- [
- 7305,
- 2,
- 15,
- 4,
- 0.19921,
- "_ISANENSLAVR_"
- ],
- [
- 2273,
- 3,
- 15,
- 4,
- 0.19921,
- "_KAEAGAGSATEFQFR_"
- ],
- [
- 18164,
- 2,
- 12,
- 5,
- 0.21343,
- "_HEQGLSTALSVEK_"
- ],
- [
- 12676,
- 2,
- 19,
- 3,
- 0.25611,
- "_SASPFNLAEKPK_"
- ],
- [
- 17486,
- 4,
- 17,
- 7,
- 0.22766,
- "_TMHGHDHNVSSVAIMPNGDHIVSASR_"
- ],
- [
- 6148,
- 2,
- 22,
- 5,
- 0.2988,
- "_VNVPVIGGHAGK_"
- ],
- [
- 6559,
- 2,
- 8,
- 2,
- 0.099639,
- "_NLAANDLSPSR_"
- ],
- [
- 15700,
- 2,
- 12,
- 5,
- 0.15653,
- "_DSQDAGGFGPEDR_"
- ],
- [
- 4038,
- 2,
- 23,
- 4,
- 0.31303,
- "_HLPNDPMFK_"
- ],
- [
- 15956,
- 2,
- 9,
- 3,
- 0.11386,
- "_ATTGYPDPYGGEK_"
- ],
- [
- 18983,
- 3,
- 11,
- 3,
- 0.14231,
- "_EDKNHNMYVAGCTEVEVK_"
- ],
- [
- 25952,
- 2,
- 17,
- 3,
- 0.22766,
- "_TFDQLTPDESKER_"
- ],
- [
- 920,
- 2,
- 17,
- 3,
- 0.22766,
- "_YALTGDEVK_"
- ],
- [
- 19425,
- 2,
- 11,
- 5,
- 0.14231,
- "_ESLLVSHPSVQTK_"
- ],
- [
- 20092,
- 2,
- 9,
- 2,
- 0.11386,
- "_HTLGENIADNGGLK_"
- ],
- [
- 3351,
- 2,
- 11,
- 4,
- 0.14231,
- "_TAAYVNAIEK_"
- ],
- [
- 27584,
- 2,
- 7,
- 2,
- 0.085418,
- "_GLSQNLFSNSDHQR_"
- ],
- [
- 17472,
- 2,
- 14,
- 4,
- 0.18497,
- "_NGQVIGIGAGQQSR_"
- ],
- [
- 26046,
- 2,
- 17,
- 2,
- 0.22766,
- "_DLEEDHACIPIKK_"
- ],
- [
- 11093,
- 2,
- 12,
- 4,
- 0.15653,
- "_DLVKPGDENLR_"
- ],
- [
- 71,
- 2,
- 10,
- 4,
- 0.12807,
- "_GKVLIDIR_"
- ],
- [
- 5709,
- 2,
- 7,
- 4,
- 0.085418,
- "_NHMYLFEGK_"
- ],
- [
- 10415,
- 3,
- 10,
- 6,
- 0.12807,
- "_IEENSLKEEESIEGEK_"
- ],
- [
- 31487,
- 2,
- 8,
- 3,
- 0.099639,
- "_GGSVLVTCSTSCDQPK_"
- ],
- [
- 12811,
- 2,
- 8,
- 4,
- 0.099639,
- "_TEGYEAGLAPQR_"
- ],
- [
- 4453,
- 2,
- 8,
- 5,
- 0.099639,
- "_QAVEEMMDR_"
- ],
- [
- 3076,
- 3,
- 9,
- 2,
- 0.11386,
- "_ARPATDSFDDYPPR_"
- ],
- [
- 4890,
- 3,
- 12,
- 5,
- 0.15653,
- "_EHFQSYDLDHMEK_"
- ],
- [
- 18415,
- 2,
- 14,
- 4,
- 0.18497,
- "_MKGLEEPEMDPK_"
- ],
- [
- 4067,
- 4,
- 13,
- 5,
- 0.17075,
- "_FIQDHLKPSPQFQEQVKK_"
- ],
- [
- 617,
- 2,
- 12,
- 4,
- 0.15653,
- "_MATADEIVK_"
- ],
- [
- 2780,
- 4,
- 12,
- 2,
- 0.15654,
- "_LEDFRVDPPMGEEGNHKR_"
- ],
- [
- 27172,
- 2,
- 12,
- 6,
- 0.15654,
- "_QAEETYENIPGQSK_"
- ],
- [
- 13010,
- 3,
- 7,
- 2,
- 0.085409,
- "_QGVTSVTCHGGYVYTTGR_"
- ],
- [
- 19832,
- 2,
- 10,
- 3,
- 0.12809,
- "_QGSIPSTQEMEAR_"
- ],
- [
- 35400,
- 2,
- 10,
- 3,
- 0.12809,
- "_SEEIIDGTSEMNEGKR_"
- ],
- [
- 13147,
- 3,
- 10,
- 5,
- 0.12809,
- "_IAEPNLDTADKEDTASEK_"
- ],
- [
- 1355,
- 2,
- 14,
- 4,
- 0.18498,
- "_TKEAVLLLK_"
- ],
- [
- 9351,
- 2,
- 9,
- 2,
- 0.11387,
- "_NVIGLQM(Oxidation (M))GTNR_"
- ],
- [
- 14298,
- 2,
- 9,
- 3,
- 0.11387,
- "_LHYYETPTGIK_"
- ],
- [
- 43526,
- 2,
- 13,
- 5,
- 0.17076,
- "_SLSDNGQPGTPDPADSGGTSAK_"
- ],
- [
- 16443,
- 2,
- 21,
- 4,
- 0.28457,
- "_VDVGKDQEFTVK_"
- ],
- [
- 25237,
- 2,
- 16,
- 3,
- 0.21344,
- "_LGDEDEEIDGDTNK_"
- ],
- [
- 22367,
- 2,
- 11,
- 5,
- 0.1423,
- "_QQEELLAEENQR_"
- ],
- [
- 32425,
- 2,
- 11,
- 4,
- 0.1423,
- "_KPVVNIITPSHVEER_"
- ],
- [
- 21564,
- 2,
- 16,
- 5,
- 0.21344,
- "_LDYGQHVVAGTPGR_"
- ],
- [
- 23314,
- 3,
- 11,
- 4,
- 0.1423,
- "_DENNEEDAYPDNVHAAAEEK_"
- ],
- [
- 47791,
- 2,
- 11,
- 5,
- 0.1423,
- "_DENNEEDAYPDNVHAAAEEK_"
- ],
- [
- 41052,
- 2,
- 18,
- 5,
- 0.24189,
- "_KNDMDEPPSGDFGGDEEK_"
- ],
- [
- 12097,
- 2,
- 10,
- 4,
- 0.12809,
- "_KEDLDIVCER_"
- ],
- [
- 13557,
- 2,
- 11,
- 4,
- 0.1423,
- "_YEALKEPMVAR_"
- ],
- [
- 28453,
- 2,
- 13,
- 5,
- 0.17076,
- "_KTEELEEESFPER_"
- ],
- [
- 3390,
- 2,
- 9,
- 2,
- 0.11387,
- "_VGMEVAPHLK_"
- ],
- [
- 23111,
- 2,
- 9,
- 3,
- 0.11387,
- "_NSMDSVDSCCSLK_"
- ],
- [
- 32964,
- 2,
- 9,
- 4,
- 0.11387,
- "_YSGAYGASVSDEELKR_"
- ],
- [
- 7533,
- 3,
- 12,
- 5,
- 0.15654,
- "_SGCSDLEEAVDSGADKK_"
- ],
- [
- 33005,
- 2,
- 14,
- 5,
- 0.18498,
- "_AVTHTSPEDVSFAESR_"
- ],
- [
- 10632,
- 2,
- 17,
- 6,
- 0.22767,
- "_GIVEFASKPAAR_"
- ],
- [
- 51018,
- 2,
- 10,
- 4,
- 0.12809,
- "_LQEEGGGSDEEETGSPSEDGMQSAR_"
- ],
- [
- 2576,
- 2,
- 12,
- 3,
- 0.15654,
- "_GPTSAELLNR_"
- ],
- [
- 34378,
- 2,
- 10,
- 4,
- 0.12809,
- "_SGCSDLEEAVDSGADKK_"
- ],
- [
- 33805,
- 2,
- 26,
- 7,
- 0.35571,
- "_NSNLVGAAHEELQQSR_"
- ],
- [
- 34218,
- 2,
- 10,
- 4,
- 0.12811,
- "_SPAAPGQSPTGSVCYER_"
- ],
- [
- 41904,
- 2,
- 9,
- 4,
- 0.11389,
- "_DGSTPGPGEGSQLSNGGGGGPGR_"
- ],
- [
- 20579,
- 2,
- 5,
- 2,
- 0.056922,
- "_EKVIETPENDFK_"
- ],
- [
- 3442,
- 3,
- 16,
- 5,
- 0.21344,
- "_KTEELEEESFPER_"
- ],
- [
- 16626,
- 3,
- 11,
- 7,
- 0.14233,
- "_ETVAVKPTENNEEEFTSK_"
- ],
- [
- 26141,
- 2,
- 23,
- 5,
- 0.31305,
- "_KAEAGAGSATEFQFR_"
- ],
- [
- 19059,
- 2,
- 16,
- 5,
- 0.21344,
- "_AQVARPGGDTIFGK_"
- ],
- [
- 39702,
- 2,
- 16,
- 5,
- 0.21344,
- "_RTEQEEDEELLTESSK_"
- ],
- [
- 11967,
- 3,
- 10,
- 5,
- 0.12811,
- "_QAEELFHNLCTQQHR_"
- ],
- [
- 2980,
- 2,
- 11,
- 2,
- 0.14233,
- "_HEFPELAAR_"
- ],
- [
- 824,
- 2,
- 25,
- 5,
- 0.3415,
- "_ELVLDNCK_"
- ],
- [
- 3211,
- 2,
- 11,
- 4,
- 0.14233,
- "_FHEQFIVR_"
- ],
- [
- 4826,
- 2,
- 19,
- 5,
- 0.25613,
- "_TIVEEVQDGK_"
- ],
- [
- 10841,
- 2,
- 11,
- 3,
- 0.14233,
- "_GMIFVCSATHK_"
- ],
- [
- 15540,
- 2,
- 13,
- 2,
- 0.17077,
- "_LDQDKIEALSSK_"
- ],
- [
- 15527,
- 2,
- 19,
- 4,
- 0.25613,
- "_RLDEELEDAEK_"
- ],
- [
- 14474,
- 2,
- 13,
- 4,
- 0.17077,
- "_LDTMNTTCVDR_"
- ],
- [
- 18077,
- 2,
- 8,
- 5,
- 0.099645,
- "_NIAVGKDPLEGQR_"
- ],
- [
- 12420,
- 2,
- 13,
- 7,
- 0.17077,
- "_VYIASSSGSTAIK_"
- ],
- [
- 40732,
- 2,
- 7,
- 3,
- 0.085408,
- "_CAAAGSSSSGSAAAALDADCR_"
- ],
- [
- 16649,
- 2,
- 13,
- 6,
- 0.17077,
- "_EDITQSAQHALR_"
- ],
- [
- 21990,
- 3,
- 8,
- 2,
- 0.099645,
- "_SDLSSSSGSLSLSHGSSSLEHR_"
- ],
- [
- 486,
- 2,
- 14,
- 5,
- 0.18499,
- "_EQFNEFR_"
- ],
- [
- 21523,
- 2,
- 12,
- 5,
- 0.15654,
- "_LAANSDHLMQIQK_"
- ],
- [
- 3775,
- 2,
- 9,
- 2,
- 0.11389,
- "_VVEEPYTVR_"
- ],
- [
- 45833,
- 2,
- 12,
- 7,
- 0.15654,
- "_DSTSQHDDDNISTTSGFSSR_"
- ],
- [
- 19400,
- 2,
- 12,
- 5,
- 0.15654,
- "_WQYCGAPDGSQR_"
- ],
- [
- 20169,
- 3,
- 14,
- 6,
- 0.18499,
- "_FSAACGPPVTPECEHCGQR_"
- ],
- [
- 16999,
- 2,
- 14,
- 5,
- 0.18499,
- "_DGMVSFHDNPEK_"
- ],
- [
- 20069,
- 3,
- 12,
- 2,
- 0.15654,
- "_DSTSQHDDDNISTTSGFSSR_"
- ],
- [
- 37739,
- 2,
- 14,
- 5,
- 0.18499,
- "_IEENSLKEEESIEGEK_"
- ],
- [
- 12077,
- 3,
- 12,
- 7,
- 0.15655,
- "_GSHTDAPDTATGNCLLQR_"
- ],
- [
- 1975,
- 4,
- 12,
- 3,
- 0.15655,
- "_PHTPTPGIYMGRPTYGSSR_"
- ],
- [
- 1404,
- 2,
- 15,
- 3,
- 0.19921,
- "_LQSEVAELK_"
- ],
- [
- 13773,
- 3,
- 17,
- 5,
- 0.22766,
- "_KNDMDEPPSGDFGGDEEK_"
- ],
- [
- 12661,
- 2,
- 9,
- 2,
- 0.11386,
- "_LVESDAEAEAVR_"
- ],
- [
- 28409,
- 2,
- 3,
- 2,
- 0.028454,
- "_SLTVSDDAESSEPER_"
- ],
- [
- 13154,
- 3,
- 15,
- 6,
- 0.19921,
- "_ATSLAWHPTHPSTVAVGSK_"
- ],
- [
- 36254,
- 2,
- 12,
- 4,
- 0.15655,
- "_SGTLGHPGSLDETTYER_"
- ],
- [
- 27368,
- 2,
- 12,
- 5,
- 0.15655,
- "_SSAAHTQATLLLQEK_"
- ],
- [
- 589,
- 2,
- 16,
- 5,
- 0.21343,
- "_RVAIFIEK_"
- ],
- [
- 5523,
- 2,
- 6,
- 3,
- 0.07114,
- "_DLDTGEEVTR_"
- ],
- [
- 40616,
- 2,
- 14,
- 5,
- 0.18499,
- "_DYDENEVDPYHGNQEK_"
- ],
- [
- 17271,
- 2,
- 18,
- 4,
- 0.2419,
- "_GNPTVEVDLHTAK_"
- ],
- [
- 6584,
- 3,
- 13,
- 6,
- 0.17075,
- "_NPGNQAAYEHFETMK_"
- ],
- [
- 43349,
- 2,
- 13,
- 6,
- 0.17075,
- "_ETVAVKPTENNEEEFTSK_"
- ],
- [
- 13118,
- 2,
- 7,
- 2,
- 0.085363,
- "_QDLPSLDEKPR_"
- ],
- [
- 13596,
- 2,
- 6,
- 4,
- 0.07114,
- "_NSLYVNGFTHR_"
- ],
- [
- 15632,
- 2,
- 10,
- 4,
- 0.1281,
- "_HVTLGPGQSPLSR_"
- ],
- [
- 4368,
- 2,
- 10,
- 3,
- 0.1281,
- "_IQQQFSDLK_"
- ],
- [
- 20311,
- 2,
- 17,
- 5,
- 0.22766,
- "_QCSDSSAMESLTK_"
- ],
- [
- 2158,
- 2,
- 19,
- 4,
- 0.25613,
- "_EGDLIAAQAR_"
- ],
- [
- 9735,
- 2,
- 14,
- 2,
- 0.18499,
- "_EGNPAEINVER_"
- ],
- [
- 35080,
- 2,
- 14,
- 4,
- 0.18499,
- "_SPSSDSWTCADTSTER_"
- ],
- [
- 25909,
- 2,
- 14,
- 5,
- 0.18499,
- "_MNVEEDVQEEQSK_"
- ],
- [
- 11810,
- 2,
- 10,
- 4,
- 0.12809,
- "_CMMDTDDEVR_"
- ],
- [
- 28606,
- 3,
- 12,
- 5,
- 0.15655,
- "_EVLEHPWITANSSKPSNCQNK_"
- ],
- [
- 2182,
- 2,
- 8,
- 3,
- 0.099588,
- "_QFCTGEFR_"
- ],
- [
- 8470,
- 2,
- 5,
- 2,
- 0.056911,
- "_VGNESPVQELK_"
- ],
- [
- 769,
- 2,
- 11,
- 3,
- 0.14233,
- "_LGTDEISPR_"
- ],
- [
- 22722,
- 4,
- 10,
- 5,
- 0.12809,
- "_VQHQTSSTSPLSSPNQTSSEPRPLPAPR_"
- ],
- [
- 39576,
- 2,
- 10,
- 4,
- 0.12809,
- "_PAGPAGDEPAESPSETPGPR_"
- ],
- [
- 15235,
- 2,
- 4,
- 4,
- 0.04268,
- "_GYSHCVDVYIK_"
- ],
- [
- 6392,
- 2,
- 10,
- 3,
- 0.12809,
- "_SQEVAYTDIK_"
- ],
- [
- 22645,
- 3,
- 8,
- 6,
- 0.099588,
- "_LGEMWNNTAADDKQPYEKK_"
- ],
- [
- 23832,
- 2,
- 7,
- 3,
- 0.085366,
- "_ATTVPDFQETRPR_"
- ],
- [
- 37174,
- 2,
- 11,
- 6,
- 0.14233,
- "_EEETSIDVAGKPNEVTK_"
- ],
- [
- 2844,
- 2,
- 11,
- 2,
- 0.14233,
- "_HNYELDFK_"
- ],
- [
- 28370,
- 2,
- 9,
- 2,
- 0.11385,
- "_NTASQNSILEEGETK_"
- ],
- [
- 10856,
- 2,
- 12,
- 3,
- 0.15655,
- "_DSGNKPPGLLPR_"
- ],
- [
- 19190,
- 2,
- 12,
- 4,
- 0.15655,
- "_LEELDADKAEMR_"
- ],
- [
- 20705,
- 3,
- 7,
- 3,
- 0.085366,
- "_ADPGADGEASRDDGATSSVSALK_"
- ],
- [
- 4218,
- 2,
- 10,
- 2,
- 0.12809,
- "_KGNLEWLDK_"
- ],
- [
- 39424,
- 2,
- 12,
- 4,
- 0.15655,
- "_GSHTDAPDTATGNCLLQR_"
- ],
- [
- 9997,
- 2,
- 10,
- 5,
- 0.12809,
- "_ILQDSLGGNCR_"
- ],
- [
- 31789,
- 2,
- 14,
- 6,
- 0.18498,
- "_ELVSCSNCTDYQAR_"
- ],
- [
- 13229,
- 2,
- 19,
- 4,
- 0.25612,
- "_QQPDTEAVLNGK_"
- ],
- [
- 23297,
- 2,
- 13,
- 3,
- 0.17077,
- "_VDSDKEDDITELK_"
- ],
- [
- 34557,
- 3,
- 15,
- 8,
- 0.19922,
- "_HHNQSTAINLNNPESQSMHLETR_"
- ],
- [
- 29090,
- 2,
- 15,
- 6,
- 0.19922,
- "_TGLYNYYDDEKEK_"
- ],
- [
- 4029,
- 3,
- 20,
- 2,
- 0.27035,
- "_PVVICDKEDTETIK_"
- ],
- [
- 51798,
- 2,
- 16,
- 7,
- 0.21344,
- "_TEEEEEEEEEEEEDDEEEEGDDEGQK_"
- ],
- [
- 30097,
- 2,
- 14,
- 5,
- 0.18498,
- "_DKECGQLLISENQK_"
- ],
- [
- 43233,
- 2,
- 20,
- 7,
- 0.27035,
- "_MTTETASEDDNFGTAQSNK_"
- ],
- [
- 9902,
- 3,
- 13,
- 4,
- 0.17077,
- "_EEETSIDVAGKPNEVTK_"
- ],
- [
- 33147,
- 2,
- 12,
- 6,
- 0.15655,
- "_NPGNQAAYEHFETMK_"
- ],
- [
- 31664,
- 2,
- 18,
- 4,
- 0.24188,
- "_DPAQPMSPGEATQSGAR_"
- ],
- [
- 22707,
- 2,
- 19,
- 6,
- 0.25612,
- "_FNTANDDNVTQVR_"
- ],
- [
- 17496,
- 2,
- 14,
- 5,
- 0.185,
- "_YANEVNSDAGAFK_"
- ],
- [
- 24678,
- 2,
- 15,
- 7,
- 0.19921,
- "_FCECDNFNCDR_"
- ],
- [
- 33106,
- 3,
- 15,
- 7,
- 0.19921,
- "_NSGQNLEEDMGQSEQKADPPATEK_"
- ],
- [
- 239,
- 2,
- 24,
- 4,
- 0.32726,
- "_ELVLDNSR_"
- ],
- [
- 15652,
- 4,
- 12,
- 4,
- 0.15655,
- "_VEEKPPNPMEGMTEEQKEHEAMK_"
- ],
- [
- 169,
- 2,
- 12,
- 4,
- 0.15655,
- "_YYIVHLK_"
- ],
- [
- 22222,
- 2,
- 15,
- 3,
- 0.19921,
- "_FSTVAGESGSADTVR_"
- ],
- [
- 2650,
- 2,
- 14,
- 4,
- 0.185,
- "_DSVPSLQGEK_"
- ],
- [
- 46416,
- 2,
- 9,
- 3,
- 0.11381,
- "_DCQAWDSQSPHAHGYIPSK_"
- ],
- [
- 270,
- 2,
- 11,
- 2,
- 0.14231,
- "_CQIIYPR_"
- ],
- [
- 35038,
- 3,
- 8,
- 7,
- 0.099591,
- "_EAACESSTPSWASDHNYNAVKPEK_"
- ],
- [
- 5986,
- 2,
- 11,
- 3,
- 0.14231,
- "_GNAAWQEQLK_"
- ],
- [
- 10933,
- 2,
- 11,
- 2,
- 0.14231,
- "_LDEAVAEAHLGK_"
- ],
- [
- 20118,
- 2,
- 16,
- 4,
- 0.21344,
- "_AESEQEAYLRED_"
- ],
- [
- 16113,
- 3,
- 11,
- 5,
- 0.14231,
- "_NNSNTCNIENELEDSRK_"
- ],
- [
- 4635,
- 4,
- 11,
- 5,
- 0.14231,
- "_HQEFVHMYNAQCDALHPK_"
- ],
- [
- 21842,
- 2,
- 11,
- 4,
- 0.14231,
- "_YSDASDDSFSEPR_"
- ],
- [
- 710,
- 2,
- 18,
- 4,
- 0.24188,
- "_IAGPGLGSGVR_"
- ],
- [
- 26175,
- 4,
- 10,
- 6,
- 0.12808,
- "_EYVNSTSEESHDEDEIRPVQQQDLHR_"
- ],
- [
- 9914,
- 2,
- 8,
- 3,
- 0.099591,
- "_LSDNPAWEGDK_"
- ],
- [
- 7154,
- 2,
- 12,
- 4,
- 0.15655,
- "_LQNFSYDQR_"
- ],
- [
- 19704,
- 2,
- 10,
- 3,
- 0.12808,
- "_MAPSETHGAAAIFK_"
- ],
- [
- 4769,
- 4,
- 13,
- 3,
- 0.17078,
- "_AVHLQGHEGPVYAVHAVYQR_"
- ],
- [
- 29385,
- 2,
- 13,
- 4,
- 0.17078,
- "_VELHSTCQTISVDR_"
- ],
- [
- 10438,
- 2,
- 13,
- 3,
- 0.17078,
- "_NVQLQENEIR_"
- ],
- [
- 7872,
- 2,
- 12,
- 3,
- 0.15655,
- "_HGELWCAVSK_"
- ],
- [
- 6050,
- 3,
- 14,
- 6,
- 0.185,
- "_KPVVNIITPSHVEER_"
- ],
- [
- 6953,
- 2,
- 13,
- 4,
- 0.17078,
- "_MQEIEEMEK_"
- ],
- [
- 9344,
- 2,
- 13,
- 2,
- 0.17078,
- "_AHMNSVLMGMK_"
- ],
- [
- 2061,
- 2,
- 14,
- 3,
- 0.185,
- "_VKVPEVDVR_"
- ],
- [
- 21063,
- 2,
- 27,
- 4,
- 0.36995,
- "_KPLPDHVSIVEPK_"
- ],
- [
- 6880,
- 2,
- 14,
- 3,
- 0.185,
- "_FNQVLGDDEK_"
- ],
- [
- 8659,
- 2,
- 12,
- 4,
- 0.15654,
- "_ENLTELSGGQR_"
- ],
- [
- 20347,
- 3,
- 15,
- 6,
- 0.19922,
- "_NGPLEEDGERYDEDEEAAK_"
- ],
- [
- 10254,
- 2,
- 10,
- 3,
- 0.12804,
- "_TLQTMQNFQK_"
- ],
- [
- 20924,
- 3,
- 10,
- 6,
- 0.12804,
- "_DCQAWDSQSPHAHGYIPSK_"
- ],
- [
- 12447,
- 3,
- 10,
- 4,
- 0.12804,
- "_SSCPLANSQYATIKEEK_"
- ],
- [
- 22558,
- 2,
- 7,
- 2,
- 0.085364,
- "_ETGGAEGTGDAVLGEK_"
- ],
- [
- 24017,
- 3,
- 12,
- 6,
- 0.15654,
- "_AIIAPHAGYTYCGSCAAHAYK_"
- ],
- [
- 25881,
- 2,
- 6,
- 3,
- 0.071133,
- "_AALLYASSHSTLSSR_"
- ],
- [
- 15170,
- 4,
- 10,
- 7,
- 0.12804,
- "_EAACESSTPSWASDHNYNAVKPEK_"
- ],
- [
- 26731,
- 2,
- 8,
- 3,
- 0.099595,
- "_EQLQSVTTNSGYTR_"
- ],
- [
- 9208,
- 2,
- 19,
- 5,
- 0.25611,
- "_LLEACTFHKP_"
- ],
- [
- 23157,
- 2,
- 14,
- 3,
- 0.185,
- "_TYGSEFVYSDHAK_"
- ],
- [
- 6400,
- 2,
- 11,
- 4,
- 0.1423,
- "_KSDVETIFSK_"
- ],
- [
- 21193,
- 2,
- 15,
- 4,
- 0.19922,
- "_TQTVTISDNANAVK_"
- ],
- [
- 39791,
- 2,
- 11,
- 5,
- 0.1423,
- "_SSCPLANSQYATIKEEK_"
- ],
- [
- 16418,
- 3,
- 11,
- 4,
- 0.1423,
- "_SPSKPLPEVTDEYKNDVK_"
- ],
- [
- 27699,
- 2,
- 15,
- 2,
- 0.19922,
- "_YLQAIMDSNAQSHK_"
- ],
- [
- 24825,
- 2,
- 15,
- 5,
- 0.19922,
- "_AQIEQVIANCEHK_"
- ],
- [
- 48194,
- 2,
- 11,
- 3,
- 0.1423,
- "_HAEPEQNWEAVDGSQTETEK_"
- ],
- [
- 11122,
- 2,
- 17,
- 6,
- 0.22767,
- "_DHGGALGPEEFK_"
- ],
- [
- 7033,
- 2,
- 10,
- 3,
- 0.12804,
- "_AHETNILEIK_"
- ],
- [
- 42565,
- 2,
- 9,
- 4,
- 0.11382,
- "_ESPGSQQCCQESEVLER_"
- ],
- [
- 7730,
- 3,
- 15,
- 6,
- 0.19922,
- "_FSAMHEFQNLHAQSK_"
- ],
- [
- 3885,
- 2,
- 8,
- 3,
- 0.099595,
- "_QYTGINAISK_"
- ],
- [
- 13665,
- 2,
- 13,
- 5,
- 0.17078,
- "_SLEIQKPAVAPR_"
- ],
- [
- 20878,
- 2,
- 13,
- 2,
- 0.17078,
- "_CCGLCVCPCNR_"
- ],
- [
- 40006,
- 2,
- 14,
- 5,
- 0.185,
- "_DKEQCAEENIPASSLNK_"
- ],
- [
- 31543,
- 2,
- 8,
- 4,
- 0.099595,
- "_SSSTALTTNVTEQTEK_"
- ],
- [
- 20945,
- 2,
- 13,
- 4,
- 0.17078,
- "_YAINPHLTEDQR_"
- ],
- [
- 9576,
- 2,
- 17,
- 6,
- 0.22767,
- "_AGVLAHLEEER_"
- ],
- [
- 45352,
- 2,
- 9,
- 5,
- 0.11382,
- "_AHEEQDEESQDNLFSSDR_"
- ],
- [
- 5448,
- 2,
- 24,
- 5,
- 0.32725,
- "_GYSFTTTAER_"
- ],
- [
- 41706,
- 2,
- 9,
- 5,
- 0.11382,
- "_PSSFQNNVQSQDPQVSTK_"
- ],
- [
- 14036,
- 3,
- 15,
- 5,
- 0.19922,
- "_DTLLALHQHGHSGPFESK_"
- ],
- [
- 407,
- 4,
- 15,
- 5,
- 0.19922,
- "_IINEVSKPLAHHIPVEK_"
- ],
- [
- 12146,
- 2,
- 13,
- 2,
- 0.17078,
- "_RPYPTDLEMR_"
- ],
- [
- 1247,
- 3,
- 23,
- 6,
- 0.31302,
- "_IWHHTFYNELR_"
- ],
- [
- 23730,
- 2,
- 23,
- 2,
- 0.31302,
- "_IWHHTFYNELR_"
- ],
- [
- 7407,
- 3,
- 12,
- 4,
- 0.15654,
- "_KIQDHQVVINCAIPK_"
- ],
- [
- 23569,
- 2,
- 12,
- 4,
- 0.15654,
- "_HQGAEELLDEESR_"
- ],
- [
- 13063,
- 2,
- 16,
- 5,
- 0.21343,
- "_LMIEM(Oxidation (M))DGTENK_"
- ],
- [
- 27401,
- 2,
- 10,
- 5,
- 0.12805,
- "_LVGAGAAAGESCPDAPR_"
- ],
- [
- 12736,
- 2,
- 9,
- 3,
- 0.11382,
- "_LASASLLDTDKR_"
- ],
- [
- 6569,
- 2,
- 9,
- 2,
- 0.11382,
- "_LKDEDLLPSK_"
- ],
- [
- 3891,
- 2,
- 8,
- 3,
- 0.099593,
- "_IRVDYSITK_"
- ],
- [
- 26567,
- 2,
- 11,
- 3,
- 0.14227,
- "_EKLPANQYTWSSR_"
- ],
- [
- 40170,
- 2,
- 11,
- 3,
- 0.14227,
- "_ASLQSGQEGAGDSPGSQFSK_"
- ],
- [
- 31799,
- 2,
- 12,
- 5,
- 0.15653,
- "_LSIMTSENHLNNSDK_"
- ],
- [
- 18231,
- 2,
- 7,
- 3,
- 0.085361,
- "_APLNETGEVVNEK_"
- ],
- [
- 543,
- 3,
- 29,
- 6,
- 0.39841,
- "_KPLPDHVSIVEPK_"
- ],
- [
- 34526,
- 2,
- 10,
- 5,
- 0.12805,
- "_HSTEVTVGPEGDMPCR_"
- ],
- [
- 20404,
- 2,
- 8,
- 3,
- 0.099593,
- "_MVIYCDQTCQK_"
- ],
- [
- 15148,
- 2,
- 8,
- 3,
- 0.099593,
- "_VQALPTPATNGNR_"
- ],
- [
- 6604,
- 2,
- 10,
- 2,
- 0.12805,
- "_NSDEADLVPAK_"
- ],
- [
- 26291,
- 3,
- 11,
- 6,
- 0.14227,
- "_YLTEHPDPNNENIVGYNNKK_"
- ],
- [
- 33932,
- 2,
- 9,
- 4,
- 0.11382,
- "_AAAAAATAPPSPGPAQPGPR_"
- ],
- [
- 5149,
- 2,
- 9,
- 4,
- 0.11382,
- "_CEVLQYSAR_"
- ],
- [
- 32995,
- 2,
- 12,
- 3,
- 0.15653,
- "_TAFYNEDDSEEEQR_"
- ],
- [
- 8549,
- 3,
- 14,
- 3,
- 0.18501,
- "_VM(Oxidation (M))LGETNPADSKPGTIR_"
- ],
- [
- 1902,
- 2,
- 14,
- 4,
- 0.18501,
- "_SNILSNEMK_"
- ],
- [
- 16092,
- 2,
- 17,
- 5,
- 0.22766,
- "_QSVEADINGLRR_"
- ],
- [
- 13990,
- 2,
- 13,
- 2,
- 0.17077,
- "_EGQGGPGSVSVDVK_"
- ],
- [
- 2007,
- 3,
- 14,
- 4,
- 0.18501,
- "_RPISADSAIMNPASK_"
- ],
- [
- 3455,
- 2,
- 13,
- 2,
- 0.17077,
- "_ENEVSTLYK_"
- ],
- [
- 6176,
- 2,
- 13,
- 5,
- 0.17077,
- "_CLGLTEAQTR_"
- ],
- [
- 17083,
- 3,
- 13,
- 5,
- 0.17077,
- "_EKYPSHSFIGEESVAAGEK_"
- ],
- [
- 117,
- 2,
- 16,
- 4,
- 0.21345,
- "_YFEGVSPK_"
- ],
- [
- 8996,
- 3,
- 13,
- 6,
- 0.17077,
- "_SNRDELELELAENRK_"
- ],
- [
- 8330,
- 2,
- 16,
- 6,
- 0.21345,
- "_AEAEAWYQTK_"
- ],
- [
- 5788,
- 3,
- 15,
- 5,
- 0.19923,
- "_APQAPLHSVVQQLHGK_"
- ],
- [
- 1393,
- 2,
- 12,
- 4,
- 0.15653,
- "_ELQCLTPR_"
- ],
- [
- 2172,
- 2,
- 15,
- 5,
- 0.19923,
- "_KIGLETVGVK_"
- ],
- [
- 8878,
- 3,
- 13,
- 4,
- 0.17077,
- "_IDEYDYSKPIQGQQK_"
- ],
- [
- 35896,
- 2,
- 14,
- 2,
- 0.18501,
- "_EQPPTEPGPQSASEVEK_"
- ],
- [
- 10063,
- 2,
- 12,
- 4,
- 0.1565,
- "_TVTFANDLKPK_"
- ],
- [
- 30234,
- 2,
- 11,
- 5,
- 0.14228,
- "_ETPAGYAGLCQAHYK_"
- ],
- [
- 5537,
- 2,
- 14,
- 3,
- 0.185,
- "_EGSVTSVNLTK_"
- ],
- [
- 35974,
- 2,
- 15,
- 6,
- 0.19924,
- "_IDEYDYSKPIQGQQK_"
- ],
- [
- 22613,
- 2,
- 19,
- 7,
- 0.25613,
- "_LTDCVVMRDPASK_"
- ],
- [
- 19606,
- 2,
- 10,
- 4,
- 0.12805,
- "_DMGAQGGRPSLIAR_"
- ],
- [
- 2536,
- 2,
- 7,
- 3,
- 0.085355,
- "_NEDMSAYVK_"
- ],
- [
- 19388,
- 3,
- 10,
- 4,
- 0.12805,
- "_AHEEQDEESQDNLFSSDR_"
- ],
- [
- 12330,
- 2,
- 9,
- 2,
- 0.11382,
- "_HLEVLNVSENK_"
- ],
- [
- 40785,
- 2,
- 8,
- 3,
- 0.099592,
- "_VASSSLGMGPQHAMQTAER_"
- ],
- [
- 23702,
- 2,
- 9,
- 5,
- 0.11382,
- "_NCECLSCIDCGK_"
- ],
- [
- 44320,
- 2,
- 11,
- 6,
- 0.14228,
- "_SSSSSSASAAAAAAAASSSASCSR_"
- ],
- [
- 16785,
- 3,
- 12,
- 6,
- 0.1565,
- "_TGQPMIHIYLDKETGKPK_"
- ],
- [
- 51361,
- 3,
- 23,
- 9,
- 0.31303,
- "_KKEEEEDEEDEEDEEEEEDEEDEDEEEDDDDE_"
- ],
- [
- 14494,
- 2,
- 12,
- 3,
- 0.1565,
- "_ISHGEVLEWQK_"
- ],
- [
- 15153,
- 2,
- 12,
- 4,
- 0.1565,
- "_DTTAAHQALLVAK_"
- ],
- [
- 32618,
- 2,
- 12,
- 6,
- 0.1565,
- "_HMQAELQQQQAVLAK_"
- ],
- [
- 13568,
- 3,
- 12,
- 4,
- 0.1565,
- "_LPNQTHPDVPVGDESQAR_"
- ],
- [
- 15629,
- 2,
- 12,
- 4,
- 0.1565,
- "_LQGPQTSAEVYR_"
- ],
- [
- 311,
- 3,
- 14,
- 6,
- 0.185,
- "_MAPSETHGAAAIFK_"
- ],
- [
- 33828,
- 2,
- 12,
- 5,
- 0.1565,
- "_TNCCDQCGAYIYTK_"
- ],
- [
- 4660,
- 3,
- 12,
- 3,
- 0.1565,
- "_RLCAAAASILGKPADR_"
- ],
- [
- 17617,
- 2,
- 13,
- 3,
- 0.17076,
- "_HLESAGQTEIFR_"
- ],
- [
- 2337,
- 2,
- 20,
- 5,
- 0.27035,
- "_LSMSQLNEK_"
- ],
- [
- 885,
- 2,
- 9,
- 3,
- 0.11381,
- "_SLGVSNFNR_"
- ],
- [
- 12898,
- 3,
- 18,
- 5,
- 0.2419,
- "_KNVLGHMQQGGAPSPFDR_"
- ],
- [
- 11015,
- 3,
- 16,
- 2,
- 0.21346,
- "_LEDTHFVQCPSVPSHK_"
- ],
- [
- 34802,
- 2,
- 13,
- 5,
- 0.17072,
- "_EALQQQHSVQVDQLR_"
- ],
- [
- 3256,
- 2,
- 11,
- 2,
- 0.14227,
- "_KLPVTFEDK_"
- ],
- [
- 27079,
- 2,
- 9,
- 3,
- 0.11381,
- "_ELTPASPTCTNSVSK_"
- ],
- [
- 13099,
- 2,
- 4,
- 2,
- 0.042677,
- "_WDYEKNEWK_"
- ],
- [
- 632,
- 2,
- 11,
- 4,
- 0.14227,
- "_QNEFSVVR_"
- ],
- [
- 4341,
- 2,
- 15,
- 4,
- 0.19922,
- "_RLEAFLTQK_"
- ],
- [
- 10904,
- 2,
- 17,
- 6,
- 0.22768,
- "_LTPLSHEVISR_"
- ],
- [
- 3946,
- 2,
- 10,
- 3,
- 0.12804,
- "_YDCVISSPR_"
- ],
- [
- 15530,
- 2,
- 4,
- 5,
- 0.042677,
- "_HQAFMAELASNK_"
- ],
- [
- 3502,
- 2,
- 17,
- 4,
- 0.22768,
- "_KYVIYIER_"
- ],
- [
- 40414,
- 2,
- 11,
- 6,
- 0.14227,
- "_EHPYLFSQCQAIHCR_"
- ],
- [
- 974,
- 2,
- 8,
- 2,
- 0.099574,
- "_LAAAEGLEPK_"
- ],
- [
- 12763,
- 2,
- 14,
- 4,
- 0.18498,
- "_NTLTQTTENLR_"
- ],
- [
- 3395,
- 2,
- 18,
- 3,
- 0.2419,
- "_TLAGDVHIVR_"
- ],
- [
- 26179,
- 2,
- 10,
- 2,
- 0.12804,
- "_SSEALILHAGECQR_"
- ],
- [
- 23452,
- 2,
- 7,
- 5,
- 0.085356,
- "_LECDEECSALER_"
- ],
- [
- 2996,
- 2,
- 8,
- 4,
- 0.099574,
- "_GLLTVDPAKR_"
- ],
- [
- 14873,
- 2,
- 16,
- 6,
- 0.21346,
- "_AEDKEWMPVTK_"
- ],
- [
- 17213,
- 2,
- 13,
- 5,
- 0.17072,
- "_IAAENELNQSYK_"
- ],
- [
- 2605,
- 2,
- 12,
- 2,
- 0.1565,
- "_IYEYVESR_"
- ],
- [
- 8687,
- 3,
- 15,
- 5,
- 0.19922,
- "_KLVPLDYGEDDKNATK_"
- ],
- [
- 33646,
- 2,
- 12,
- 5,
- 0.1565,
- "_CQCEEGFQLDPHTK_"
- ],
- [
- 21542,
- 2,
- 5,
- 2,
- 0.056905,
- "_LSSQEAASSFGDDR_"
- ],
- [
- 1747,
- 4,
- 13,
- 5,
- 0.17072,
- "_(Acetyl (Protein N-term))SAVGAATPYLHHPGDSHSGR_"
- ],
- [
- 24512,
- 2,
- 21,
- 5,
- 0.28457,
- "_TNEQMHQLVAAYK_"
- ],
- [
- 32205,
- 2,
- 15,
- 5,
- 0.19922,
- "_AHLM(Oxidation (M))EIQVNGGTVAEK_"
- ],
- [
- 9319,
- 2,
- 13,
- 5,
- 0.17072,
- "_AVENSSTAIGIR_"
- ],
- [
- 12700,
- 2,
- 9,
- 3,
- 0.1138,
- "_GGDFSSSDFQSR_"
- ],
- [
- 7170,
- 2,
- 17,
- 5,
- 0.22769,
- "_VKGDVDVTLPK_"
- ],
- [
- 37148,
- 2,
- 5,
- 4,
- 0.056904,
- "_KVSQPIEGHAASFAQFK_"
- ],
- [
- 22059,
- 3,
- 11,
- 4,
- 0.14227,
- "_DLHIQSHISENRDEVEAVK_"
- ],
- [
- 16541,
- 2,
- 11,
- 2,
- 0.14227,
- "_QDAQDLYEAGEK_"
- ],
- [
- 25272,
- 3,
- 10,
- 7,
- 0.12804,
- "_DELHHSGWNTCSSCFGDSTK_"
- ],
- [
- 22782,
- 3,
- 10,
- 6,
- 0.12804,
- "_YDVEKDEPVRDENGYCVR_"
- ],
- [
- 28155,
- 3,
- 10,
- 5,
- 0.12804,
- "_AKCDVDETVSSATLSEETEKPK_"
- ],
- [
- 12155,
- 2,
- 6,
- 2,
- 0.071132,
- "_LQNNNVYTIAK_"
- ],
- [
- 13840,
- 2,
- 6,
- 3,
- 0.071132,
- "_SDLEQLDHEVK_"
- ],
- [
- 10979,
- 2,
- 12,
- 4,
- 0.1565,
- "_HIIEDPCTLR_"
- ],
- [
- 32150,
- 2,
- 9,
- 4,
- 0.1138,
- "_QAYTGNNSSQIQAAMK_"
- ],
- [
- 44720,
- 3,
- 11,
- 6,
- 0.14227,
- "_GGQVSLTVHGTQQVHSPPEQSPVQANSSSSK_"
- ],
- [
- 11734,
- 3,
- 7,
- 4,
- 0.085358,
- "_EVNEGIQALSNSEEEKK_"
- ],
- [
- 19800,
- 2,
- 10,
- 6,
- 0.12804,
- "_SNLNSLDEQEGVK_"
- ],
- [
- 38209,
- 2,
- 12,
- 6,
- 0.1565,
- "_VYVGNLGNNGNKTELER_"
- ],
- [
- 17065,
- 2,
- 9,
- 3,
- 0.1138,
- "_LETLGSASTSTPGR_"
- ],
- [
- 11505,
- 2,
- 12,
- 4,
- 0.1565,
- "_VLEACSIACNK_"
- ],
- [
- 3093,
- 2,
- 13,
- 4,
- 0.17072,
- "_SVLGGQDQLR_"
- ],
- [
- 20663,
- 2,
- 13,
- 3,
- 0.17072,
- "_KLDPPGGQFYNSK_"
- ],
- [
- 9590,
- 3,
- 13,
- 5,
- 0.17072,
- "_GGVTEISAADKAEEFRR_"
- ],
- [
- 377,
- 2,
- 18,
- 6,
- 0.24191,
- "_FVIKPIDK_"
- ],
- [
- 432,
- 2,
- 8,
- 2,
- 0.099583,
- "_IISIM(Oxidation (M))DEK_"
- ],
- [
- 8063,
- 2,
- 14,
- 3,
- 0.18495,
- "_SGSYSYLEER_"
- ],
- [
- 18804,
- 2,
- 13,
- 5,
- 0.17072,
- "_GCLVTASADKYVK_"
- ],
- [
- 21121,
- 2,
- 7,
- 4,
- 0.085358,
- "_CHLSLGNAMAACR_"
- ],
- [
- 498,
- 4,
- 19,
- 6,
- 0.25613,
- "_RHEAAVPPLAIPSARPEK_"
- ],
- [
- 26262,
- 2,
- 7,
- 2,
- 0.085358,
- "_VQQEIDSDESPVAR_"
- ],
- [
- 978,
- 2,
- 12,
- 4,
- 0.1565,
- "_ELTLLGKPK_"
- ],
- [
- 33166,
- 3,
- 12,
- 6,
- 0.1565,
- "_ASNGNARPETVTNDDEEALDEETK_"
- ],
- [
- 9826,
- 3,
- 9,
- 4,
- 0.1138,
- "_EQNDKPYCQNCFLK_"
- ],
- [
- 24906,
- 2,
- 12,
- 5,
- 0.1565,
- "_LAQANGWGVM(Oxidation (M))VSHR_"
- ],
- [
- 23676,
- 2,
- 13,
- 3,
- 0.17072,
- "_EKEPVVVETVEEK_"
- ],
- [
- 22303,
- 2,
- 8,
- 2,
- 0.099583,
- "_SNNVEETEIHWK_"
- ],
- [
- 28143,
- 2,
- 12,
- 2,
- 0.1565,
- "_DSAQNSVIIVDKNGR_"
- ],
- [
- 19331,
- 2,
- 13,
- 5,
- 0.17072,
- "_EGHLSPDIVAEQK_"
- ],
- [
- 10886,
- 3,
- 14,
- 6,
- 0.18495,
- "_VYVGNLGNNGNKTELER_"
- ],
- [
- 28368,
- 2,
- 11,
- 4,
- 0.14228,
- "_ELNYNLDTHTSTGR_"
- ],
- [
- 15139,
- 2,
- 8,
- 3,
- 0.099597,
- "_GGGTPDANSLAPPGK_"
- ],
- [
- 24259,
- 2,
- 12,
- 3,
- 0.15651,
- "_NPDEEDNTFYQR_"
- ],
- [
- 12442,
- 3,
- 11,
- 4,
- 0.14228,
- "_PGFTCCVPGCYNNSHR_"
- ],
- [
- 35624,
- 2,
- 15,
- 4,
- 0.19919,
- "_VM(Oxidation (M))LGETNPADSKPGTIR_"
- ],
- [
- 1571,
- 4,
- 17,
- 6,
- 0.22769,
- "_SPSKPLPEVTDEYKNDVK_"
- ],
- [
- 1761,
- 2,
- 15,
- 2,
- 0.19919,
- "_SELLVEQGR_"
- ],
- [
- 12479,
- 2,
- 10,
- 4,
- 0.12804,
- "_QKVDLQSLPTR_"
- ],
- [
- 43200,
- 2,
- 10,
- 3,
- 0.12804,
- "_SQAENPDTPALGSNCAEER_"
- ],
- [
- 2479,
- 2,
- 15,
- 4,
- 0.19919,
- "_LKWGMEYK_"
- ],
- [
- 10078,
- 3,
- 10,
- 5,
- 0.12804,
- "_NISSAQIVGPGPKPEASAK_"
- ],
- [
- 1360,
- 2,
- 22,
- 6,
- 0.29881,
- "_YDDMAAAMK_"
- ],
- [
- 1639,
- 3,
- 16,
- 2,
- 0.21345,
- "_PLSHQPGPEAPALPK_"
- ],
- [
- 33057,
- 2,
- 12,
- 4,
- 0.15651,
- "_KYQEQLVQEQELAK_"
- ],
- [
- 14641,
- 2,
- 12,
- 4,
- 0.15651,
- "_VKVDEVGGEALGR_"
- ],
- [
- 48626,
- 2,
- 10,
- 4,
- 0.12804,
- "_CDPSCPNGSCWGAGEENCQK_"
- ],
- [
- 20307,
- 4,
- 11,
- 4,
- 0.14228,
- "_ILEDHGSPAGEIDDEDKDKDETETVK_"
- ],
- [
- 4164,
- 2,
- 11,
- 2,
- 0.14228,
- "_VDEVGGEALGR_"
- ],
- [
- 14122,
- 2,
- 10,
- 3,
- 0.12804,
- "_DVGAQILLHSHK_"
- ],
- [
- 8988,
- 2,
- 15,
- 5,
- 0.19919,
- "_EVPAVPETLKK_"
- ],
- [
- 16356,
- 2,
- 10,
- 4,
- 0.12806,
- "_LAVHPSGVALQDR_"
- ],
- [
- 31511,
- 2,
- 8,
- 5,
- 0.099611,
- "_QASIQHIQNAIDTEK_"
- ],
- [
- 14723,
- 2,
- 11,
- 4,
- 0.14228,
- "_EVQGISEHYLR_"
- ],
- [
- 11459,
- 3,
- 11,
- 4,
- 0.14228,
- "_NKIEPLGYCEDAESNR_"
- ],
- [
- 4071,
- 2,
- 11,
- 2,
- 0.14228,
- "_STPEYFAER_"
- ],
- [
- 8834,
- 2,
- 8,
- 3,
- 0.099611,
- "_LFADAEEEQR_"
- ],
- [
- 31742,
- 2,
- 6,
- 2,
- 0.071155,
- "_SSDEENGPPSSPDLDR_"
- ],
- [
- 37345,
- 2,
- 11,
- 4,
- 0.14228,
- "_NISSAQIVGPGPKPEASAK_"
- ],
- [
- 1314,
- 2,
- 11,
- 3,
- 0.14228,
- "_QEILPEER_"
- ],
- [
- 25572,
- 3,
- 10,
- 4,
- 0.12806,
- "_RQDVPGPASSGAAAASAHAADWNK_"
- ],
- [
- 22631,
- 2,
- 10,
- 4,
- 0.12806,
- "_NVPTHTNLELEPK_"
- ],
- [
- 35391,
- 2,
- 10,
- 2,
- 0.12806,
- "_DWQSYYYHHPQDR_"
- ],
- [
- 14850,
- 3,
- 10,
- 3,
- 0.12806,
- "_TKYPTQSGKPPLLVSAPSK_"
- ],
- [
- 29841,
- 2,
- 10,
- 3,
- 0.12806,
- "_ESCSSPSTVGSSLTTR_"
- ],
- [
- 456,
- 2,
- 10,
- 3,
- 0.12806,
- "_DSELHLPR_"
- ],
- [
- 1483,
- 2,
- 12,
- 3,
- 0.15652,
- "_VHVIFNYK_"
- ],
- [
- 38367,
- 2,
- 9,
- 3,
- 0.11384,
- "_QLEHVMDSAAEDPQSPK_"
- ],
- [
- 13273,
- 2,
- 12,
- 4,
- 0.15652,
- "_HPENYDLATLK_"
- ],
- [
- 28196,
- 2,
- 12,
- 5,
- 0.15652,
- "_QATINIGTIGHVAHGK_"
- ],
- [
- 30021,
- 3,
- 13,
- 6,
- 0.17075,
- "_AAPEEPQQRPPEAVAAAPAGTTSSR_"
- ],
- [
- 9830,
- 2,
- 15,
- 2,
- 0.1992,
- "_HMQEWLETR_"
- ],
- [
- 1144,
- 2,
- 18,
- 3,
- 0.24193,
- "_DLIHGAPVGK_"
- ],
- [
- 38900,
- 2,
- 18,
- 7,
- 0.24193,
- "_AADPPAENSSAPEAEQGGAE_"
- ],
- [
- 13100,
- 3,
- 13,
- 2,
- 0.17075,
- "_EHPYLFSQCQAIHCR_"
- ],
- [
- 16643,
- 2,
- 13,
- 5,
- 0.17075,
- "_SEPIPESNDGPVK_"
- ],
- [
- 25374,
- 2,
- 15,
- 6,
- 0.1992,
- "_SNEDQSM(Oxidation (M))GNWQIK_"
- ],
- [
- 2850,
- 2,
- 14,
- 5,
- 0.18498,
- "_AVDDGVNTFK_"
- ],
- [
- 15730,
- 2,
- 13,
- 6,
- 0.17075,
- "_ANKLDHVVTIIK_"
- ],
- [
- 4320,
- 2,
- 18,
- 4,
- 0.24193,
- "_EHMGDILYK_"
- ],
- [
- 20541,
- 2,
- 14,
- 5,
- 0.18498,
- "_TSLTVADKIEDQK_"
- ],
- [
- 6820,
- 2,
- 14,
- 2,
- 0.18498,
- "_DQPQFQNMR_"
- ],
- [
- 24230,
- 2,
- 17,
- 5,
- 0.22769,
- "_ILDNTSEPQPGEAR_"
- ],
- [
- 28845,
- 2,
- 21,
- 6,
- 0.28461,
- "_AQEPESGLSEETQVK_"
- ],
- [
- 8207,
- 3,
- 13,
- 4,
- 0.17075,
- "_KEPVDEDLYPEHYR_"
- ],
- [
- 2729,
- 3,
- 12,
- 2,
- 0.15652,
- "_KLFYSTFATDDRK_"
- ],
- [
- 13541,
- 2,
- 15,
- 3,
- 0.1992,
- "_VVDSMEDEVQR_"
- ],
- [
- 3301,
- 3,
- 20,
- 6,
- 0.27038,
- "_QATINIGTIGHVAHGK_"
- ],
- [
- 28071,
- 3,
- 11,
- 2,
- 0.14228,
- "_ASEQETAKEEDGSVELESQVQK_"
- ],
- [
- 13612,
- 2,
- 11,
- 4,
- 0.14228,
- "_ILPAAALASEHSK_"
- ],
- [
- 49429,
- 2,
- 11,
- 7,
- 0.14228,
- "_HCECSTDEVNSEDMDAYCR_"
- ],
- [
- 894,
- 2,
- 11,
- 3,
- 0.14228,
- "_HALLDVTPK_"
- ],
- [
- 25607,
- 2,
- 20,
- 6,
- 0.27038,
- "_RPISADSAIMNPASK_"
- ],
- [
- 10465,
- 3,
- 10,
- 4,
- 0.12805,
- "_KDPEGTPYINHPIGVAR_"
- ],
- [
- 20156,
- 2,
- 10,
- 4,
- 0.12805,
- "_AEALSEPLTKPVGK_"
- ],
- [
- 43412,
- 2,
- 16,
- 4,
- 0.21342,
- "_ASESSKPWPDATYGTGSASR_"
- ],
- [
- 29328,
- 2,
- 10,
- 4,
- 0.12805,
- "_CEETGNAYEDLSQK_"
- ],
- [
- 2279,
- 2,
- 22,
- 5,
- 0.29882,
- "_AELDDTPMR_"
- ],
- [
- 48609,
- 2,
- 17,
- 6,
- 0.22764,
- "_ATQLQGDEEPSAPPTSTQAQQK_"
- ],
- [
- 19363,
- 2,
- 9,
- 3,
- 0.11383,
- "_TDFKEEPEPGFK_"
- ],
- [
- 35098,
- 2,
- 8,
- 3,
- 0.0996,
- "_VQAEDEANGLQTTPASR_"
- ],
- [
- 1295,
- 2,
- 9,
- 3,
- 0.11383,
- "_IHELYLPK_"
- ],
- [
- 25462,
- 2,
- 17,
- 3,
- 0.22764,
- "_YTPSQQGVAFNSGAK_"
- ],
- [
- 24186,
- 2,
- 7,
- 2,
- 0.085371,
- "_KQFQLYEEPDTK_"
- ],
- [
- 6938,
- 3,
- 14,
- 5,
- 0.18496,
- "_CQCEEGFQLDPHTK_"
- ],
- [
- 21412,
- 2,
- 11,
- 3,
- 0.14228,
- "_GTYLVHLTCTSSK_"
- ],
- [
- 25253,
- 2,
- 8,
- 3,
- 0.0996,
- "_EFVAVTGAEEDRAR_"
- ],
- [
- 13854,
- 2,
- 12,
- 2,
- 0.1565,
- "_GTVQGQLQGPISK_"
- ],
- [
- 2902,
- 2,
- 14,
- 4,
- 0.18496,
- "_GAPGQPGTILR_"
- ],
- [
- 1847,
- 2,
- 14,
- 2,
- 0.18496,
- "_VVTMEVEAR_"
- ],
- [
- 5421,
- 2,
- 12,
- 2,
- 0.15649,
- "_VLDNAIETEK_"
- ],
- [
- 39103,
- 2,
- 13,
- 4,
- 0.17071,
- "_EVNEGIQALSNSEEEKK_"
- ],
- [
- 27784,
- 2,
- 38,
- 3,
- 0.52642,
- "_ARPATDSFDDYPPR_"
- ],
- [
- 1683,
- 3,
- 16,
- 4,
- 0.21341,
- "_LAQANGWGVM(Oxidation (M))VSHR_"
- ],
- [
- 19189,
- 2,
- 13,
- 3,
- 0.17071,
- "_GTLTLCPYHSDR_"
- ],
- [
- 31482,
- 3,
- 11,
- 6,
- 0.14227,
- "_DGSDEPGTAACPNGSFHCTNTGYK_"
- ],
- [
- 23727,
- 2,
- 11,
- 4,
- 0.14227,
- "_TYVPALEQSADGHK_"
- ],
- [
- 9871,
- 3,
- 11,
- 5,
- 0.14227,
- "_KVSQPIEGHAASFAQFK_"
- ],
- [
- 49870,
- 2,
- 11,
- 3,
- 0.14227,
- "_ASEQETAKEEDGSVELESQVQK_"
- ],
- [
- 27420,
- 2,
- 10,
- 4,
- 0.12804,
- "_STQPISSVGKPASVIK_"
- ],
- [
- 28679,
- 2,
- 14,
- 4,
- 0.18495,
- "_NNPDIPELHRPVVK_"
- ],
- [
- 4941,
- 3,
- 10,
- 2,
- 0.12804,
- "_PAVTETHQLAELNEK_"
- ],
- [
- 37395,
- 4,
- 9,
- 5,
- 0.11381,
- "_VGVEASEETPQTSSSSARPGTPSDHQSQEASQFER_"
- ],
- [
- 4526,
- 4,
- 16,
- 3,
- 0.21341,
- "_DLHIQSHISENRDEVEAVK_"
- ],
- [
- 14916,
- 4,
- 13,
- 6,
- 0.17071,
- "_KKPFMLDEEGDTQTEETQPSETK_"
- ],
- [
- 16720,
- 3,
- 15,
- 4,
- 0.19918,
- "_ASESSKPWPDATYGTGSASR_"
- ],
- [
- 3552,
- 2,
- 16,
- 4,
- 0.21341,
- "_SAVGFEYQGK_"
- ],
- [
- 5487,
- 2,
- 15,
- 3,
- 0.19918,
- "_VMIGENVDEK_"
- ],
- [
- 14236,
- 2,
- 16,
- 5,
- 0.21341,
- "_FVQCPDGELQK_"
- ],
- [
- 5777,
- 4,
- 13,
- 5,
- 0.17071,
- "_IVVHLHPAPPNKEPGPFQSSK_"
- ],
- [
- 49731,
- 2,
- 13,
- 6,
- 0.17071,
- "_HGEVCPAGWKPGSDTIKPDVQK_"
- ],
- [
- 493,
- 2,
- 13,
- 3,
- 0.17071,
- "_ERPIWLR_"
- ],
- [
- 29168,
- 2,
- 12,
- 4,
- 0.15649,
- "_ASADLMSYCEEHAR_"
- ],
- [
- 10793,
- 2,
- 15,
- 4,
- 0.19918,
- "_EQVANSAFVER_"
- ],
- [
- 21660,
- 2,
- 12,
- 4,
- 0.15649,
- "_DREDYVPYTGEK_"
- ],
- [
- 8904,
- 2,
- 12,
- 3,
- 0.15649,
- "_LKEENFFGPK_"
- ],
- [
- 16233,
- 2,
- 14,
- 5,
- 0.18493,
- "_NFYVEHPEVAR_"
- ],
- [
- 746,
- 2,
- 14,
- 4,
- 0.18493,
- "_IVLDKLER_"
- ],
- [
- 91,
- 2,
- 12,
- 4,
- 0.15649,
- "_HEAFFIR_"
- ],
- [
- 37812,
- 2,
- 12,
- 4,
- 0.15649,
- "_KQEEEETMQQATWVK_"
- ],
- [
- 33726,
- 2,
- 9,
- 4,
- 0.1138,
- "_NHNMYVAGCTEVEVK_"
- ],
- [
- 790,
- 2,
- 18,
- 4,
- 0.24185,
- "_LIEVDDER_"
- ],
- [
- 21550,
- 2,
- 14,
- 5,
- 0.18493,
- "_(Acetyl (Protein N-term))AAAAPVAADDDERR_"
- ],
- [
- 17043,
- 3,
- 9,
- 5,
- 0.1138,
- "_KNLDSTTVAVHGEEIYCK_"
- ],
- [
- 7677,
- 3,
- 11,
- 6,
- 0.14226,
- "_EDQDKVHMWEQTVK_"
- ],
- [
- 14049,
- 2,
- 19,
- 3,
- 0.25607,
- "_DHSGTLGPEEFK_"
- ],
- [
- 1641,
- 2,
- 16,
- 3,
- 0.2134,
- "_ENFSCLTR_"
- ],
- [
- 41760,
- 3,
- 7,
- 3,
- 0.085355,
- "_GSGVAQSPQQPPPQQQQQQPPQQPTPPK_"
- ],
- [
- 10248,
- 2,
- 19,
- 6,
- 0.25607,
- "_DLMACAQTGSGK_"
- ],
- [
- 18333,
- 2,
- 11,
- 4,
- 0.14226,
- "_ALDKLDGTEINGR_"
- ],
- [
- 7752,
- 2,
- 20,
- 5,
- 0.27034,
- "_RLPEAIEEVK_"
- ],
- [
- 22759,
- 2,
- 10,
- 4,
- 0.12803,
- "_SSLYEGLEKPESR_"
- ],
- [
- 26807,
- 3,
- 12,
- 7,
- 0.15649,
- "_HCECSTDEVNSEDMDAYCR_"
- ],
- [
- 2224,
- 2,
- 16,
- 4,
- 0.2134,
- "_ALTSELANAR_"
- ],
- [
- 7122,
- 2,
- 9,
- 3,
- 0.1138,
- "_VTPLGAGQDVGR_"
- ],
- [
- 33492,
- 2,
- 9,
- 3,
- 0.1138,
- "_ISEEYFAQTDEEKR_"
- ],
- [
- 3838,
- 2,
- 12,
- 3,
- 0.15649,
- "_SFQQELDAR_"
- ],
- [
- 6319,
- 2,
- 13,
- 5,
- 0.17071,
- "_VDVCSTETLK_"
- ],
- [
- 18276,
- 2,
- 13,
- 5,
- 0.17071,
- "_FNEVAAQYSEDK_"
- ],
- [
- 2609,
- 2,
- 12,
- 3,
- 0.15649,
- "_DTQEVPLEK_"
- ],
- [
- 10484,
- 3,
- 7,
- 3,
- 0.085355,
- "_AETLAGAMPNEAGGHPDAR_"
- ],
- [
- 21732,
- 2,
- 10,
- 3,
- 0.12803,
- "_HQVVVISGMTGCGK_"
- ],
- [
- 30164,
- 2,
- 13,
- 4,
- 0.17071,
- "_KPLFCGNSEADQLGK_"
- ],
- [
- 21999,
- 2,
- 9,
- 4,
- 0.1138,
- "_ESTSYIEEHIDR_"
- ],
- [
- 46980,
- 2,
- 8,
- 5,
- 0.099574,
- "_YGDSEFTVQSTTGHCVHMR_"
- ],
- [
- 15419,
- 2,
- 10,
- 5,
- 0.12804,
- "_LQAALDDEEAGGR_"
- ],
- [
- 4675,
- 3,
- 10,
- 4,
- 0.12804,
- "_AKENELQAGPWNTGR_"
- ],
- [
- 2876,
- 3,
- 9,
- 5,
- 0.1138,
- "_MNECTHLIVQEPK_"
- ],
- [
- 15936,
- 2,
- 12,
- 4,
- 0.15649,
- "_LDDLVRPYVHK_"
- ],
- [
- 11611,
- 2,
- 11,
- 5,
- 0.14226,
- "_GADVNAPPVPSSR_"
- ],
- [
- 20572,
- 2,
- 8,
- 2,
- 0.099586,
- "_DTASLSTTPSESPR_"
- ],
- [
- 12506,
- 2,
- 12,
- 3,
- 0.15649,
- "_MVHIDEEMGPK_"
- ],
- [
- 20857,
- 2,
- 17,
- 4,
- 0.22763,
- "_GWQDVTATSAYKK_"
- ],
- [
- 7980,
- 2,
- 16,
- 6,
- 0.2134,
- "_VKGDMDVSLPK_"
- ],
- [
- 9067,
- 2,
- 9,
- 3,
- 0.1138,
- "_DQEYTQLCR_"
- ],
- [
- 50959,
- 2,
- 11,
- 4,
- 0.14226,
- "_YTDQGGEEEEDYESEEQLQHR_"
- ],
- [
- 29181,
- 2,
- 16,
- 8,
- 0.2134,
- "_CAIQNAPNPGGGDLQK_"
- ],
- [
- 18636,
- 2,
- 11,
- 3,
- 0.14226,
- "_STQESLTAGGTDLK_"
- ],
- [
- 50789,
- 2,
- 11,
- 5,
- 0.14226,
- "_QEDSESSEEESDSEEAAASPAQVK_"
- ],
- [
- 8350,
- 3,
- 16,
- 5,
- 0.2134,
- "_DWQSYYYHHPQDR_"
- ],
- [
- 7610,
- 2,
- 14,
- 4,
- 0.18494,
- "_LSDYSIGPNSK_"
- ],
- [
- 1937,
- 2,
- 10,
- 3,
- 0.12804,
- "_RGWVTFDR_"
- ],
- [
- 49127,
- 2,
- 10,
- 4,
- 0.12804,
- "_AEIPCEDEQEQEHNGPLDNK_"
- ],
- [
- 3140,
- 2,
- 9,
- 3,
- 0.1138,
- "_IEELNQSLK_"
- ],
- [
- 29329,
- 2,
- 13,
- 5,
- 0.17072,
- "_DAYTCANCSAFVHK_"
- ],
- [
- 16510,
- 2,
- 14,
- 5,
- 0.18494,
- "_SRLEQEIATYR_"
- ],
- [
- 32745,
- 2,
- 13,
- 5,
- 0.17072,
- "_HHNQPYCGIAPYIR_"
- ],
- [
- 40842,
- 2,
- 8,
- 4,
- 0.099586,
- "_VADYCENNYIQATDKR_"
- ],
- [
- 439,
- 2,
- 9,
- 3,
- 0.1138,
- "_QAEIMDMK_"
- ],
- [
- 25779,
- 2,
- 10,
- 2,
- 0.12804,
- "_ENALSSGTLQEEQR_"
- ],
- [
- 948,
- 2,
- 11,
- 3,
- 0.14226,
- "_TFEISASDK_"
- ],
- [
- 9440,
- 2,
- 12,
- 3,
- 0.15649,
- "_(Acetyl (Protein N-term))TMDKSELVQK_"
- ],
- [
- 12799,
- 2,
- 10,
- 5,
- 0.12803,
- "_AWQGAMDAGAASR_"
- ],
- [
- 8014,
- 2,
- 4,
- 3,
- 0.042674,
- "_MQGQSVEAALR_"
- ],
- [
- 10036,
- 2,
- 9,
- 4,
- 0.11381,
- "_ELSDLEEENR_"
- ],
- [
- 4130,
- 2,
- 10,
- 2,
- 0.12803,
- "_RIEELLAEK_"
- ],
- [
- 20294,
- 3,
- 10,
- 4,
- 0.12803,
- "_QVQEVSSDGGCEAALGTHYR_"
- ],
- [
- 46108,
- 3,
- 12,
- 8,
- 0.15649,
- "_GYNHGQGSYSYSNSYNSPGGGGGSDYNYESK_"
- ],
- [
- 40941,
- 2,
- 12,
- 3,
- 0.15649,
- "_QPCPSESDIITEEDKSK_"
- ],
- [
- 6738,
- 2,
- 11,
- 4,
- 0.14226,
- "_NLDDGIDDER_"
- ],
- [
- 13437,
- 3,
- 11,
- 2,
- 0.14226,
- "_AVIHYRDDETMYVESK_"
- ],
- [
- 18882,
- 2,
- 7,
- 4,
- 0.085341,
- "_YMNSDTTSPELR_"
- ],
- [
- 39585,
- 2,
- 8,
- 4,
- 0.099581,
- "_SAVVAAGGGSSGQVTSNGSIGR_"
- ],
- [
- 15900,
- 3,
- 12,
- 5,
- 0.15649,
- "_ELFQTPVCTDKPTTHEK_"
- ],
- [
- 45170,
- 2,
- 10,
- 5,
- 0.12803,
- "_NVAAYTEQEEADSQGCVQK_"
- ],
- [
- 26812,
- 2,
- 10,
- 4,
- 0.12803,
- "_QQFTEEEIYKDR_"
- ],
- [
- 29671,
- 2,
- 9,
- 3,
- 0.11381,
- "_EEDEEGEDVVTSTGR_"
- ],
- [
- 18940,
- 2,
- 10,
- 4,
- 0.12803,
- "_ESSYACYYDEK_"
- ],
- [
- 679,
- 3,
- 9,
- 4,
- 0.11381,
- "_SIIKEPESAAEAVK_"
- ],
- [
- 14866,
- 2,
- 11,
- 2,
- 0.14226,
- "_ENHATFMNELK_"
- ],
- [
- 27404,
- 2,
- 10,
- 4,
- 0.12803,
- "_MNECTHLIVQEPK_"
- ],
- [
- 39663,
- 2,
- 12,
- 6,
- 0.15649,
- "_FNDSEGDDTEETEDYR_"
- ],
- [
- 8628,
- 3,
- 9,
- 5,
- 0.11381,
- "_QHLASIYEKEEDWR_"
- ],
- [
- 5273,
- 4,
- 15,
- 6,
- 0.19916,
- "_NQLKEDQDKVHMWEQTVK_"
- ],
- [
- 12282,
- 2,
- 18,
- 4,
- 0.24185,
- "_ATAGAYIASQTVK_"
- ],
- [
- 34992,
- 2,
- 16,
- 6,
- 0.21338,
- "_LAQQMENRPSVQAALK_"
- ],
- [
- 27648,
- 3,
- 16,
- 7,
- 0.21338,
- "_HGEVCPAGWKPGSDTIKPDVQK_"
- ],
- [
- 9670,
- 4,
- 15,
- 7,
- 0.19916,
- "_HATAEEVEEEERDRIPGPVCK_"
- ],
- [
- 26437,
- 2,
- 14,
- 5,
- 0.18494,
- "_GDLLEGANAYHCEK_"
- ],
- [
- 21203,
- 3,
- 14,
- 5,
- 0.18494,
- "_ESEDKPEIEDVGSDEEEEK_"
- ],
- [
- 23353,
- 2,
- 13,
- 4,
- 0.17071,
- "_VEAQHILASAPTDR_"
- ],
- [
- 2881,
- 3,
- 13,
- 5,
- 0.17071,
- "_STQPISSVGKPASVIK_"
- ],
- [
- 30359,
- 3,
- 13,
- 5,
- 0.17071,
- "_YCRPESQEHPEADPGSAAPYLK_"
- ],
- [
- 8028,
- 3,
- 16,
- 6,
- 0.21338,
- "_LAQQMENRPSVQAALK_"
- ],
- [
- 33236,
- 2,
- 13,
- 4,
- 0.17071,
- "_EEEEGISQESSEEEQ_"
- ],
- [
- 29291,
- 3,
- 9,
- 4,
- 0.11383,
- "_KCEVLCSQSNKPVTLTVEQSR_"
- ],
- [
- 23066,
- 2,
- 11,
- 3,
- 0.14228,
- "_VCDSCHTLLLQR_"
- ],
- [
- 20090,
- 2,
- 10,
- 4,
- 0.12806,
- "_DLGQPAAAAGHFQR_"
- ],
- [
- 26736,
- 2,
- 17,
- 4,
- 0.22763,
- "_IIAEGANGPTTPEADK_"
- ],
- [
- 1469,
- 2,
- 9,
- 3,
- 0.11383,
- "_ELSDLESAR_"
- ],
- [
- 21835,
- 3,
- 13,
- 7,
- 0.17074,
- "_YGDSEFTVQSTTGHCVHMR_"
- ],
- [
- 11227,
- 2,
- 10,
- 3,
- 0.12806,
- "_AAGGFTHDELLK_"
- ],
- [
- 45989,
- 2,
- 15,
- 6,
- 0.19919,
- "_IQEQESSGEEDSDLSPEER_"
- ],
- [
- 49521,
- 3,
- 12,
- 7,
- 0.15651,
- "_AQETEAAPSQAPADEPEPESAAAQSQENQDTRPK_"
- ],
- [
- 25456,
- 2,
- 9,
- 4,
- 0.11383,
- "_DYSTLTSVSSHDSR_"
- ],
- [
- 20697,
- 2,
- 11,
- 4,
- 0.14228,
- "_GYCYVEFKEEK_"
- ],
- [
- 8586,
- 3,
- 11,
- 2,
- 0.14228,
- "_GEHVALANWQNHASLR_"
- ],
- [
- 24549,
- 2,
- 11,
- 5,
- 0.14228,
- "_EWNDSTSVQNPTR_"
- ],
- [
- 27587,
- 2,
- 12,
- 5,
- 0.15651,
- "_YNEQHVPGSPFTAR_"
- ],
- [
- 31242,
- 2,
- 11,
- 6,
- 0.14228,
- "_EINGIHDESNAFESK_"
- ],
- [
- 39708,
- 2,
- 9,
- 4,
- 0.11383,
- "_KLNAGYSNTATEWSQPR_"
- ],
- [
- 40451,
- 2,
- 10,
- 3,
- 0.12806,
- "_LPQMETEGMDEGKEPQK_"
- ],
- [
- 32322,
- 2,
- 20,
- 7,
- 0.27033,
- "_DPEEIEKEEQAAAEK_"
- ],
- [
- 14707,
- 2,
- 12,
- 5,
- 0.15651,
- "_HNMDIGTWDNK_"
- ],
- [
- 41702,
- 2,
- 13,
- 7,
- 0.17074,
- "_VFQSSTSQEQVYNDCAK_"
- ],
- [
- 40096,
- 2,
- 11,
- 5,
- 0.14228,
- "_AGEAEESSAVCQVDAEQR_"
- ],
- [
- 4352,
- 4,
- 16,
- 8,
- 0.21342,
- "_YGDSEFTVQSTTGHCVHMR_"
- ],
- [
- 13565,
- 3,
- 10,
- 3,
- 0.12806,
- "_VADYCENNYIQATDKR_"
- ],
- [
- 13667,
- 3,
- 17,
- 4,
- 0.22763,
- "_QPCPSESDIITEEDKSK_"
- ],
- [
- 6160,
- 3,
- 14,
- 2,
- 0.18497,
- "_IVDDLKDEAEQYRK_"
- ],
- [
- 5758,
- 2,
- 13,
- 2,
- 0.17074,
- "_GHLDALTADVK_"
- ],
- [
- 15027,
- 2,
- 11,
- 5,
- 0.14228,
- "_EQYSDAPEEIR_"
- ],
- [
- 22646,
- 3,
- 14,
- 7,
- 0.18497,
- "_KLGEMWNNTAADDKQPYEK_"
- ],
- [
- 19641,
- 3,
- 14,
- 6,
- 0.18497,
- "_SMSDPDQDFDKEPDSDSTK_"
- ],
- [
- 17004,
- 3,
- 14,
- 5,
- 0.18505,
- "_GHAYSVTGAEEVESNGSLQK_"
- ],
- [
- 13141,
- 3,
- 12,
- 5,
- 0.1566,
- "_LPQMETEGMDEGKEPQK_"
- ],
- [
- 38943,
- 2,
- 11,
- 6,
- 0.14238,
- "_QPLSEASNQQPLSGGEEK_"
- ],
- [
- 4897,
- 4,
- 17,
- 7,
- 0.22773,
- "_KLGEMWNNTAADDKQPYEK_"
- ],
- [
- 11269,
- 2,
- 11,
- 3,
- 0.14238,
- "_QNVAVNELCGR_"
- ],
- [
- 42339,
- 2,
- 14,
- 2,
- 0.18505,
- "_HCIMQANAEYHQSILAK_"
- ],
- [
- 14633,
- 2,
- 10,
- 2,
- 0.12815,
- "_NQDVSISNVQPK_"
- ],
- [
- 17326,
- 2,
- 6,
- 2,
- 0.071243,
- "_KLVENGGMFVCK_"
- ],
- [
- 35130,
- 2,
- 11,
- 6,
- 0.14238,
- "_M(Oxidation (M))GGGGAMNMGDPYGSGGQK_"
- ],
- [
- 43617,
- 2,
- 13,
- 6,
- 0.17083,
- "_GHAYSVTGAEEVESNGSLQK_"
- ],
- [
- 23707,
- 2,
- 19,
- 5,
- 0.25619,
- "_EYAEDDNIYQQK_"
- ],
- [
- 5143,
- 2,
- 16,
- 4,
- 0.21351,
- "_MFEDPETTR_"
- ],
- [
- 4960,
- 2,
- 18,
- 2,
- 0.24195,
- "_AAGSGELGVTMK_"
- ],
- [
- 48907,
- 3,
- 10,
- 6,
- 0.12815,
- "_NLKTEEEEEEEEEEEEDDEEEEGDDEGQK_"
- ],
- [
- 8539,
- 2,
- 12,
- 2,
- 0.1566,
- "_AESEEGPDVLR_"
- ],
- [
- 2373,
- 4,
- 18,
- 6,
- 0.24195,
- "_KPRPPPALGPEETSASAGLPK_"
- ],
- [
- 375,
- 2,
- 14,
- 4,
- 0.18505,
- "_GLTSVINQK_"
- ],
- [
- 6799,
- 2,
- 12,
- 3,
- 0.1566,
- "_HQLPVNIDAR_"
- ],
- [
- 5747,
- 2,
- 12,
- 3,
- 0.1566,
- "_FLAQGTMEDK_"
- ],
- [
- 33656,
- 2,
- 14,
- 2,
- 0.18505,
- "_TSEQTGEPAEDTSGVIK_"
- ],
- [
- 2982,
- 2,
- 16,
- 4,
- 0.21351,
- "_(Acetyl (Protein N-term))ATETVELHK_"
- ],
- [
- 30909,
- 2,
- 12,
- 4,
- 0.1566,
- "_AMQVESCSSAVGVSNR_"
- ],
- [
- 3127,
- 2,
- 25,
- 5,
- 0.34159,
- "_NPVMELNEK_"
- ],
- [
- 33730,
- 2,
- 6,
- 2,
- 0.071255,
- "_IHVSYQETQQMQMK_"
- ],
- [
- 799,
- 2,
- 8,
- 3,
- 0.099688,
- "_LLDYSLHK_"
- ],
- [
- 5781,
- 3,
- 9,
- 6,
- 0.1139,
- "_LHAVNAEECNVLQGR_"
- ],
- [
- 13377,
- 2,
- 8,
- 4,
- 0.099688,
- "_SGKPGPFLLSGSR_"
- ],
- [
- 7713,
- 3,
- 8,
- 4,
- 0.099688,
- "_AELGMGDSTSQSPPIKR_"
- ],
- [
- 17946,
- 2,
- 11,
- 3,
- 0.14238,
- "_ATTGTQTLLSSGTR_"
- ],
- [
- 37549,
- 3,
- 8,
- 5,
- 0.099688,
- "_SLTSATSTSNIQSSASQPPRPQQGQVK_"
- ],
- [
- 1156,
- 3,
- 11,
- 3,
- 0.14238,
- "_SVFGHICSHLTPR_"
- ],
- [
- 27762,
- 2,
- 10,
- 5,
- 0.12814,
- "_KAQEGGGSEVFQELK_"
- ],
- [
- 40459,
- 2,
- 10,
- 6,
- 0.12814,
- "_QLLCGAAIGTHEDDKYR_"
- ],
- [
- 3668,
- 2,
- 10,
- 2,
- 0.12814,
- "_AEEDEILNR_"
- ],
- [
- 40359,
- 2,
- 10,
- 3,
- 0.12814,
- "_GSQAWVLSCSPSSQGQHK_"
- ],
- [
- 31546,
- 2,
- 9,
- 5,
- 0.1139,
- "_ALNGAEPNYHSLPSAR_"
- ],
- [
- 34609,
- 2,
- 9,
- 5,
- 0.1139,
- "_AELGMGDSTSQSPPIKR_"
- ],
- [
- 6720,
- 2,
- 9,
- 3,
- 0.1139,
- "_IQTTVTELQK_"
- ],
- [
- 9501,
- 4,
- 22,
- 4,
- 0.29888,
- "_TREEECHFYAGGQVYPGEASR_"
- ],
- [
- 26067,
- 3,
- 15,
- 5,
- 0.19929,
- "_AEIPCEDEQEQEHNGPLDNK_"
- ],
- [
- 13349,
- 2,
- 13,
- 4,
- 0.17083,
- "_NTYQGFNGMDR_"
- ],
- [
- 3371,
- 3,
- 4,
- 2,
- 0.042802,
- "_RFPPYHVGQTFDR_"
- ],
- [
- 41315,
- 2,
- 13,
- 5,
- 0.17083,
- "_NHSDSSTSESEVSSVSPLK_"
- ],
- [
- 7560,
- 3,
- 16,
- 3,
- 0.21352,
- "_HGNQYIQVNEPWKR_"
- ],
- [
- 422,
- 2,
- 13,
- 4,
- 0.17083,
- "_KGEIFELK_"
- ],
- [
- 17782,
- 2,
- 15,
- 3,
- 0.19929,
- "_FATEFVAHGGVQK_"
- ],
- [
- 6906,
- 2,
- 18,
- 5,
- 0.24197,
- "_AAYEAELGDAR_"
- ],
- [
- 25174,
- 2,
- 13,
- 3,
- 0.17083,
- "_TDVAESEKEGLLTR_"
- ],
- [
- 21871,
- 2,
- 13,
- 4,
- 0.17083,
- "_KADAIFQEGIQQK_"
- ],
- [
- 38620,
- 3,
- 10,
- 3,
- 0.12813,
- "_EIQNDEDSQTNSVWTEHSNEETNK_"
- ],
- [
- 3280,
- 2,
- 12,
- 4,
- 0.15661,
- "_ELYQQLQR_"
- ],
- [
- 9934,
- 2,
- 12,
- 5,
- 0.15661,
- "_SLGTADVHFER_"
- ],
- [
- 15359,
- 3,
- 16,
- 4,
- 0.21351,
- "_HCIMQANAEYHQSILAK_"
- ],
- [
- 12238,
- 2,
- 12,
- 5,
- 0.15661,
- "_KESYSIYVYK_"
- ],
- [
- 28527,
- 2,
- 8,
- 5,
- 0.099703,
- "_(Acetyl (Protein N-term))AEASAAGADSGAAVAAHR_"
- ],
- [
- 23509,
- 3,
- 12,
- 5,
- 0.15661,
- "_SQGDPEDPHDEHYLLATQSK_"
- ],
- [
- 5465,
- 2,
- 15,
- 4,
- 0.19929,
- "_QIFLGGVDKR_"
- ],
- [
- 40249,
- 2,
- 12,
- 4,
- 0.15661,
- "_STYCATMVQHCEALNR_"
- ],
- [
- 5036,
- 2,
- 15,
- 4,
- 0.19929,
- "_LEQEIATYR_"
- ],
- [
- 11938,
- 2,
- 15,
- 3,
- 0.19929,
- "_LNHLCGADFVK_"
- ],
- [
- 4709,
- 2,
- 11,
- 3,
- 0.14237,
- "_LSQLQVEAAR_"
- ],
- [
- 19590,
- 2,
- 10,
- 2,
- 0.12813,
- "_GHDSEMIGDLQAR_"
- ],
- [
- 3492,
- 2,
- 12,
- 3,
- 0.22774,
- "_LEEYITTSK_"
- ],
- [
- 8847,
- 2,
- 8,
- 5,
- 0.099703,
- "_SLKDMEESIR_"
- ],
- [
- 11485,
- 2,
- 15,
- 5,
- 0.19929,
- "_RTIAQDYGVLK_"
- ],
- [
- 9446,
- 2,
- 8,
- 4,
- 0.099703,
- "_LQEALKDFEK_"
- ],
- [
- 16503,
- 2,
- 12,
- 3,
- 0.15661,
- "_NGTLSVSDTTVGSK_"
- ],
- [
- 23903,
- 2,
- 9,
- 2,
- 0.11391,
- "_GYVWNGGSNPQANR_"
- ],
- [
- 11448,
- 3,
- 9,
- 6,
- 0.11391,
- "_AAVHTYGIASVPNQPLKK_"
- ],
- [
- 28888,
- 2,
- 18,
- 4,
- 0.24197,
- "_GPSGGGEEPALSQYQR_"
- ],
- [
- 29687,
- 2,
- 14,
- 2,
- 0.18506,
- "_SWPEPDQKPEPVDK_"
- ],
- [
- 14228,
- 3,
- 13,
- 5,
- 0.17084,
- "_GQVKPSTSSQPILSAPGPTK_"
- ],
- [
- 7380,
- 3,
- 21,
- 7,
- 0.28465,
- "_FAQHGTFEYEYSQR_"
- ],
- [
- 2075,
- 2,
- 14,
- 4,
- 0.18506,
- "_DGWGGYGSDK_"
- ],
- [
- 34159,
- 2,
- 13,
- 5,
- 0.17084,
- "_YQYGGLNSGRPVTPPR_"
- ],
- [
- 25,
- 2,
- 13,
- 5,
- 0.17084,
- "_YCDSLLK_"
- ],
- [
- 647,
- 2,
- 13,
- 2,
- 0.17084,
- "_ALLEEYNK_"
- ],
- [
- 18268,
- 3,
- 23,
- 6,
- 0.31311,
- "_KPRPPPALGPEETSASAGLPK_"
- ],
- [
- 18880,
- 2,
- 5,
- 2,
- 0.057029,
- "_GTDPTYGPNGCFK_"
- ],
- [
- 12620,
- 2,
- 10,
- 4,
- 0.12814,
- "_SNTHEFVNLVK_"
- ],
- [
- 12089,
- 2,
- 9,
- 4,
- 0.11393,
- "_DIQEDSGMEPR_"
- ],
- [
- 42709,
- 3,
- 11,
- 4,
- 0.14235,
- "_SLAASSPPPCSQPSQCPEEKPQESSPMK_"
- ],
- [
- 34290,
- 2,
- 12,
- 5,
- 0.15659,
- "_HPGCYTCADCGLNLK_"
- ],
- [
- 2654,
- 2,
- 8,
- 2,
- 0.099706,
- "_EELNLTANR_"
- ],
- [
- 35359,
- 2,
- 12,
- 5,
- 0.15659,
- "_FVCYCEGEESGEGDR_"
- ],
- [
- 5961,
- 4,
- 14,
- 8,
- 0.18506,
- "_QMEKDETVSDCSPHIANIGR_"
- ],
- [
- 29547,
- 2,
- 11,
- 3,
- 0.14235,
- "_HQASSSVFSWQQEK_"
- ],
- [
- 16197,
- 2,
- 9,
- 2,
- 0.11393,
- "_KADVEEESLALR_"
- ],
- [
- 34185,
- 2,
- 19,
- 7,
- 0.25619,
- "_FAQHGTFEYEYSQR_"
- ],
- [
- 18224,
- 3,
- 13,
- 5,
- 0.17083,
- "_VKDMAAPGTSSVPAPTAGNAEK_"
- ],
- [
- 16884,
- 2,
- 11,
- 4,
- 0.14235,
- "_KETPPPLVPPAAR_"
- ],
- [
- 32266,
- 3,
- 17,
- 7,
- 0.22774,
- "_YTDQGGEEEEDYESEEQLQHR_"
- ],
- [
- 28730,
- 3,
- 18,
- 8,
- 0.24197,
- "_TREEECHFYAGGQVYPGEASR_"
- ],
- [
- 27000,
- 2,
- 13,
- 3,
- 0.17083,
- "_SPSKPLPEVTDEYK_"
- ],
- [
- 36455,
- 2,
- 20,
- 7,
- 0.27042,
- "_GGSDDSSKDPIDVNYEK_"
- ],
- [
- 5808,
- 2,
- 7,
- 2,
- 0.085475,
- "_DLAADPLNRR_"
- ],
- [
- 33418,
- 2,
- 8,
- 4,
- 0.099706,
- "_QNLNVDKDTTLPASAR_"
- ],
- [
- 7210,
- 2,
- 7,
- 3,
- 0.085475,
- "_DVITHVVCTK_"
- ],
- [
- 2795,
- 2,
- 7,
- 2,
- 0.085475,
- "_IYIGDQVQK_"
- ],
- [
- 50590,
- 2,
- 14,
- 6,
- 0.18506,
- "_VGEVCHITCKPEYAYGSAGSPPK_"
- ],
- [
- 11008,
- 4,
- 16,
- 7,
- 0.21351,
- "_VGEVCHITCKPEYAYGSAGSPPK_"
- ],
- [
- 24734,
- 2,
- 24,
- 6,
- 0.32733,
- "_KLENCNYAVELGK_"
- ],
- [
- 22378,
- 2,
- 11,
- 2,
- 0.14235,
- "_NKPLEQSVEDLSK_"
- ],
- [
- 36098,
- 2,
- 12,
- 4,
- 0.15659,
- "_CHEDNVVVAVDSTTNR_"
- ],
- [
- 21159,
- 3,
- 15,
- 5,
- 0.19928,
- "_NIVQSTEHLHEDNGDVEVR_"
- ],
- [
- 25600,
- 2,
- 13,
- 7,
- 0.17084,
- "_IQHILCTGNLCTK_"
- ],
- [
- 50235,
- 2,
- 11,
- 4,
- 0.14238,
- "_HEENPINPGVDQCCTSSYSNR_"
- ],
- [
- 9693,
- 2,
- 9,
- 3,
- 0.11395,
- "_QLPPNGDPNFK_"
- ],
- [
- 12923,
- 2,
- 9,
- 4,
- 0.11395,
- "_TQIQSVEPYTK_"
- ],
- [
- 21510,
- 2,
- 12,
- 2,
- 0.1566,
- "_TGTLTTNQMSVCR_"
- ],
- [
- 729,
- 2,
- 12,
- 4,
- 0.1566,
- "_YFDGNLEK_"
- ],
- [
- 34223,
- 2,
- 12,
- 4,
- 0.1566,
- "_DAPTSPASVASSSSTPSSK_"
- ],
- [
- 2427,
- 2,
- 19,
- 3,
- 0.25621,
- "_MVEGYQGLR_"
- ],
- [
- 6317,
- 2,
- 9,
- 4,
- 0.11395,
- "_YLAEVAAGDDK_"
- ],
- [
- 27525,
- 3,
- 12,
- 4,
- 0.1566,
- "_METTHSFGNPSISVSTQQPPKK_"
- ],
- [
- 4686,
- 2,
- 9,
- 4,
- 0.11395,
- "_EWVLDCHR_"
- ],
- [
- 13694,
- 3,
- 13,
- 6,
- 0.17084,
- "_QLSILVHPDKNQDDADR_"
- ],
- [
- 6332,
- 2,
- 16,
- 6,
- 0.21352,
- "_DKGEYTLVVK_"
- ],
- [
- 7948,
- 4,
- 10,
- 3,
- 0.12817,
- "_EEKEQHGLQLQSEINQLHSK_"
- ],
- [
- 26259,
- 2,
- 15,
- 3,
- 0.19931,
- "_PYSQGNPADEPLER_"
- ],
- [
- 21598,
- 2,
- 10,
- 5,
- 0.12817,
- "_DPSASPGDAGEQAIR_"
- ],
- [
- 3868,
- 3,
- 14,
- 5,
- 0.18508,
- "_FGLESHAHTIQICK_"
- ],
- [
- 29558,
- 2,
- 20,
- 7,
- 0.27044,
- "_HVGNQQYNVTYVVK_"
- ],
- [
- 3773,
- 2,
- 14,
- 5,
- 0.18508,
- "_MLESYLHAK_"
- ],
- [
- 23456,
- 2,
- 10,
- 3,
- 0.12817,
- "_TSDSDQQAYLVQR_"
- ],
- [
- 9168,
- 2,
- 9,
- 5,
- 0.11395,
- "_HFGSVVAQTIR_"
- ],
- [
- 7953,
- 3,
- 26,
- 2,
- 0.3558,
- "_GPPPTDPYGRPPPYDR_"
- ],
- [
- 17219,
- 3,
- 17,
- 7,
- 0.22775,
- "_KLETNPDIKPSNVEPMEK_"
- ],
- [
- 20651,
- 2,
- 14,
- 4,
- 0.18508,
- "_GDATVSYEDPPTAK_"
- ],
- [
- 42102,
- 2,
- 13,
- 6,
- 0.17084,
- "_LATMYSSGSPEGGSDSSESR_"
- ],
- [
- 18391,
- 2,
- 13,
- 5,
- 0.17084,
- "_KQQISLATQMVR_"
- ],
- [
- 29085,
- 2,
- 11,
- 2,
- 0.14238,
- "_THAYGWESEAAMER_"
- ],
- [
- 22991,
- 2,
- 11,
- 4,
- 0.14238,
- "_AVQNQWQLQQEK_"
- ],
- [
- 10826,
- 3,
- 13,
- 6,
- 0.17084,
- "_RNLDIERPTYTNLNR_"
- ],
- [
- 9907,
- 3,
- 9,
- 5,
- 0.11395,
- "_LQQAAQQHIQQQLLAK_"
- ],
- [
- 35405,
- 2,
- 10,
- 3,
- 0.12817,
- "_PGALPEDANPGPQTESSK_"
- ],
- [
- 37190,
- 2,
- 10,
- 3,
- 0.12818,
- "_LQQAAQQHIQQQLLAK_"
- ],
- [
- 29321,
- 3,
- 12,
- 6,
- 0.15661,
- "_HEENPINPGVDQCCTSSYSNR_"
- ],
- [
- 23787,
- 2,
- 11,
- 4,
- 0.1424,
- "_GPSLASLEGEEDKGK_"
- ],
- [
- 38861,
- 2,
- 12,
- 6,
- 0.15661,
- "_GNWDEQFDKENTEER_"
- ],
- [
- 8536,
- 2,
- 12,
- 5,
- 0.15661,
- "_DMLDSHLENK_"
- ],
- [
- 37780,
- 2,
- 12,
- 4,
- 0.15661,
- "_QQTDMAVNWAGGLHHAK_"
- ],
- [
- 13860,
- 2,
- 11,
- 3,
- 0.1424,
- "_KVTLGTQPTVLR_"
- ],
- [
- 8421,
- 2,
- 15,
- 5,
- 0.19931,
- "_QNALLEQQVR_"
- ],
- [
- 28306,
- 2,
- 13,
- 5,
- 0.17083,
- "_DSGTDDQEEEPLER_"
- ],
- [
- 5955,
- 2,
- 18,
- 3,
- 0.24198,
- "_VLTVINQTQK_"
- ],
- [
- 7376,
- 3,
- 18,
- 4,
- 0.24198,
- "_YQYGGLNSGRPVTPPR_"
- ],
- [
- 42776,
- 2,
- 8,
- 4,
- 0.099724,
- "_KDNQESSDAELSSSEYIK_"
- ],
- [
- 1122,
- 2,
- 7,
- 3,
- 0.085472,
- "_EDGTLETLK_"
- ],
- [
- 6080,
- 2,
- 21,
- 4,
- 0.28466,
- "_(Acetyl (Protein N-term))MDKNELVQK_"
- ],
- [
- 24777,
- 2,
- 6,
- 4,
- 0.071155,
- "_VKLDYEEVGACQK_"
- ],
- [
- 45854,
- 2,
- 4,
- 2,
- 0.042695,
- "_LLDEQEQEDEEASTGSHLK_"
- ],
- [
- 7551,
- 2,
- 8,
- 2,
- 0.099724,
- "_NIPVYECER_"
- ],
- [
- 21847,
- 2,
- 16,
- 4,
- 0.21353,
- "_SVFMSSTTSASGTGR_"
- ],
- [
- 9036,
- 2,
- 9,
- 2,
- 0.11395,
- "_AALEAAAAAAPER_"
- ],
- [
- 17923,
- 2,
- 9,
- 4,
- 0.11395,
- "_DVAVSYYHFHR_"
- ],
- [
- 24183,
- 2,
- 13,
- 6,
- 0.17083,
- "_PLPEPSEQEGESVK_"
- ],
- [
- 1305,
- 2,
- 15,
- 5,
- 0.19931,
- "_GGNFGFGDSR_"
- ],
- [
- 32301,
- 2,
- 9,
- 3,
- 0.11395,
- "_SVSSNVASVSPIPAGSKK_"
- ],
- [
- 13237,
- 2,
- 9,
- 4,
- 0.11395,
- "_GMDLQPGNALKR_"
- ],
- [
- 40449,
- 2,
- 11,
- 5,
- 0.1424,
- "_ELENEENQEEQGLEEK_"
- ],
- [
- 2765,
- 2,
- 13,
- 5,
- 0.17083,
- "_LLDVVHPAAK_"
- ],
- [
- 7462,
- 2,
- 14,
- 4,
- 0.18507,
- "_NLDDTIDDEK_"
- ],
- [
- 22549,
- 2,
- 13,
- 3,
- 0.17083,
- "_GANDFM(Oxidation (M))CDEMER_"
- ],
- [
- 22997,
- 2,
- 9,
- 5,
- 0.11395,
- "_NANLIEVNEEVKK_"
- ],
- [
- 11778,
- 2,
- 14,
- 3,
- 0.18507,
- "_CDLVLDAAHEK_"
- ],
- [
- 8660,
- 4,
- 27,
- 7,
- 0.37003,
- "_HGEVCPAGWKPGSDTIKPDVQK_"
- ],
- [
- 32514,
- 2,
- 14,
- 6,
- 0.18507,
- "_EEMQSNVEVVHTYR_"
- ],
- [
- 13849,
- 2,
- 13,
- 2,
- 0.17083,
- "_REPTVSSFYVK_"
- ],
- [
- 9980,
- 3,
- 10,
- 3,
- 0.12819,
- "_KLETEETVPETDVETK_"
- ],
- [
- 22318,
- 2,
- 9,
- 4,
- 0.11397,
- "_FLHQDIDSGQGIR_"
- ],
- [
- 35971,
- 2,
- 11,
- 3,
- 0.14242,
- "_SEGLSMAQHPGLSSGPEK_"
- ],
- [
- 8625,
- 3,
- 11,
- 4,
- 0.14242,
- "_EVIIMATNCENCGHR_"
- ],
- [
- 39037,
- 2,
- 12,
- 5,
- 0.15664,
- "_NECFLSHKDDSPDLPK_"
- ],
- [
- 15547,
- 2,
- 11,
- 5,
- 0.14242,
- "_YLEATGQLPVKK_"
- ],
- [
- 2939,
- 2,
- 11,
- 2,
- 0.14242,
- "_EGYAWAEDK_"
- ],
- [
- 5963,
- 3,
- 9,
- 2,
- 0.11397,
- "_MNHHPEWFNVYNK_"
- ],
- [
- 13953,
- 2,
- 12,
- 2,
- 0.15664,
- "_LHNEIVYAVEK_"
- ],
- [
- 18580,
- 2,
- 12,
- 3,
- 0.15664,
- "_CESAPGCGVWQR_"
- ],
- [
- 21267,
- 2,
- 12,
- 4,
- 0.15664,
- "_GDDWNDREWDR_"
- ],
- [
- 966,
- 2,
- 10,
- 3,
- 0.12819,
- "_SFFEGHFK_"
- ],
- [
- 14857,
- 2,
- 10,
- 3,
- 0.12819,
- "_DQDNMQAELNR_"
- ],
- [
- 26007,
- 2,
- 10,
- 4,
- 0.12819,
- "_ASLSLETSESSQEAK_"
- ],
- [
- 16310,
- 2,
- 12,
- 6,
- 0.15664,
- "_IQTQPGYANTLR_"
- ],
- [
- 1401,
- 2,
- 12,
- 3,
- 0.15664,
- "_LQQNISWK_"
- ],
- [
- 3966,
- 2,
- 22,
- 4,
- 0.29891,
- "_HLLIGVSSDR_"
- ],
- [
- 20295,
- 3,
- 13,
- 4,
- 0.17085,
- "_DQEKPYFSSFDSGASTNRK_"
- ],
- [
- 26517,
- 2,
- 15,
- 4,
- 0.19931,
- "_SEDGVEGDLGETQSR_"
- ],
- [
- 23055,
- 2,
- 16,
- 5,
- 0.21355,
- "_SSFYPDGGDQETAK_"
- ],
- [
- 1843,
- 2,
- 17,
- 5,
- 0.22778,
- "_MLQEDELR_"
- ],
- [
- 3003,
- 4,
- 24,
- 3,
- 0.32735,
- "_ALKPPHVILVHGEQNEMAR_"
- ],
- [
- 30398,
- 3,
- 13,
- 4,
- 0.17085,
- "_KPAEQAEETAPIEATATKEEEGSS_"
- ],
- [
- 24168,
- 2,
- 14,
- 5,
- 0.18507,
- "_LDETDDPDDYGDR_"
- ],
- [
- 35142,
- 2,
- 15,
- 5,
- 0.19931,
- "_HGAGAEISTVNPEQYSK_"
- ],
- [
- 31835,
- 2,
- 16,
- 5,
- 0.21355,
- "_SAGEEEDGPVLTDEQK_"
- ],
- [
- 30008,
- 2,
- 15,
- 7,
- 0.19931,
- "_GGGGGQDNGLEGLGNDSR_"
- ],
- [
- 5576,
- 3,
- 13,
- 6,
- 0.17085,
- "_LTLNCQNSYVEPHK_"
- ],
- [
- 14151,
- 2,
- 18,
- 5,
- 0.242,
- "_LFDSTTLEHQK_"
- ],
- [
- 5886,
- 2,
- 12,
- 2,
- 0.15665,
- "_TEALEQGGLPK_"
- ],
- [
- 8513,
- 2,
- 10,
- 3,
- 0.12819,
- "_ANSNLVLQADR_"
- ],
- [
- 3056,
- 2,
- 15,
- 5,
- 0.1993,
- "_NGGHFVISIK_"
- ],
- [
- 26528,
- 2,
- 15,
- 5,
- 0.1993,
- "_RNQSFCPTVNLDK_"
- ],
- [
- 23793,
- 2,
- 10,
- 4,
- 0.12819,
- "_NVNSLKEDEELVK_"
- ],
- [
- 9711,
- 2,
- 17,
- 4,
- 0.22777,
- "_DVKPSNVLINK_"
- ],
- [
- 2629,
- 2,
- 20,
- 4,
- 0.27045,
- "_IIVEKPFGR_"
- ],
- [
- 13149,
- 3,
- 17,
- 5,
- 0.22777,
- "_QLLCGAAIGTHEDDKYR_"
- ],
- [
- 697,
- 2,
- 10,
- 2,
- 0.12819,
- "_FFAPECGR_"
- ],
- [
- 8007,
- 2,
- 13,
- 3,
- 0.17087,
- "_SPLAQMEEER_"
- ],
- [
- 5049,
- 2,
- 7,
- 2,
- 0.085392,
- "_HLANVTQLVK_"
- ],
- [
- 4827,
- 2,
- 13,
- 3,
- 0.17087,
- "_FAGGLHFSGPK_"
- ],
- [
- 22670,
- 2,
- 12,
- 3,
- 0.15665,
- "_EVQSALSTAAADDSK_"
- ],
- [
- 2809,
- 3,
- 16,
- 5,
- 0.21353,
- "_KLDALCNIHENIR_"
- ],
- [
- 39088,
- 4,
- 12,
- 9,
- 0.15665,
- "_GGTMTDLDEQEDESMETTGKDEDENSTGNKGEQTK_"
- ],
- [
- 5166,
- 2,
- 14,
- 5,
- 0.18508,
- "_GLDISHISQR_"
- ],
- [
- 462,
- 2,
- 16,
- 3,
- 0.21353,
- "_IIEVHVEK_"
- ],
- [
- 4152,
- 4,
- 12,
- 5,
- 0.15665,
- "_EAAMPAWGLEQRPHVAGKPR_"
- ],
- [
- 11532,
- 3,
- 16,
- 7,
- 0.21353,
- "_GNWDEQFDKENTEER_"
- ],
- [
- 13352,
- 2,
- 11,
- 3,
- 0.14242,
- "_QYDTYGEEGLK_"
- ],
- [
- 18080,
- 3,
- 13,
- 5,
- 0.17087,
- "_LPVCSQQQGEPDLTEHEK_"
- ],
- [
- 30498,
- 3,
- 18,
- 7,
- 0.242,
- "_VGEVCHITCKPEYAYGSAGSPPK_"
- ],
- [
- 7992,
- 3,
- 12,
- 4,
- 0.15668,
- "_HNMDIGTWDNKGPVAK_"
- ],
- [
- 5620,
- 3,
- 12,
- 2,
- 0.15668,
- "_KTEVVIYHGMSALQK_"
- ],
- [
- 926,
- 2,
- 12,
- 3,
- 0.15668,
- "_EHLLDQLK_"
- ],
- [
- 11579,
- 3,
- 14,
- 5,
- 0.18513,
- "_VVQVSAGDSHTAALTDDGR_"
- ],
- [
- 28832,
- 2,
- 11,
- 5,
- 0.14245,
- "_SFEEEFGTASDKER_"
- ],
- [
- 27691,
- 3,
- 7,
- 4,
- 0.085425,
- "_YFNKNEDVCSCSTDTSEVPR_"
- ],
- [
- 9382,
- 3,
- 9,
- 3,
- 0.11389,
- "_LAANTLSTPSGSSLQRPK_"
- ],
- [
- 19887,
- 2,
- 9,
- 4,
- 0.11389,
- "_YHFEDVGGVQGAR_"
- ],
- [
- 5993,
- 2,
- 9,
- 4,
- 0.11389,
- "_KPFYLYTGR_"
- ],
- [
- 22705,
- 2,
- 9,
- 4,
- 0.11389,
- "_NDLSPTTVM(Oxidation (M))SEGAR_"
- ],
- [
- 15476,
- 2,
- 9,
- 2,
- 0.11389,
- "_GLSVHTDMASVTK_"
- ],
- [
- 41878,
- 2,
- 10,
- 3,
- 0.1282,
- "_ALTSETNGTDSNGSNSSNIQ_"
- ],
- [
- 25134,
- 2,
- 10,
- 4,
- 0.1282,
- "_QVASMTKPTTIIEK_"
- ],
- [
- 7282,
- 2,
- 5,
- 3,
- 0.056958,
- "_KFSEDFGQES_"
- ],
- [
- 32189,
- 2,
- 10,
- 4,
- 0.1282,
- "_WASDEMPSTSNGESSK_"
- ],
- [
- 25206,
- 2,
- 11,
- 4,
- 0.14245,
- "_ENQCVIISGESGAGK_"
- ],
- [
- 9819,
- 4,
- 11,
- 5,
- 0.14245,
- "_LVVRPHTDAVYHACFSEDGQR_"
- ],
- [
- 688,
- 4,
- 20,
- 4,
- 0.27048,
- "_QLSILVHPDKNQDDADR_"
- ],
- [
- 10380,
- 2,
- 11,
- 2,
- 0.14245,
- "_TTLSASGTGFGDK_"
- ],
- [
- 7288,
- 2,
- 12,
- 4,
- 0.15668,
- "_GALTGGYYDTR_"
- ],
- [
- 1808,
- 3,
- 11,
- 3,
- 0.14245,
- "_QVASMTKPTTIIEK_"
- ],
- [
- 41978,
- 2,
- 11,
- 4,
- 0.14245,
- "_FGIVTSSAGTGTTEDTEAKK_"
- ],
- [
- 8595,
- 2,
- 11,
- 2,
- 0.14245,
- "_YGGVDGGCFDR_"
- ],
- [
- 31627,
- 2,
- 11,
- 4,
- 0.14245,
- "_YEHALSQCSVDVYK_"
- ],
- [
- 19411,
- 2,
- 14,
- 5,
- 0.18513,
- "_(Acetyl (Protein N-term))ATDTSQGELVHPK_"
- ],
- [
- 16526,
- 3,
- 15,
- 5,
- 0.19934,
- "_KLEEVLSTEGAEENGNSDK_"
- ],
- [
- 22845,
- 2,
- 15,
- 4,
- 0.19934,
- "_TYEDIKENLESR_"
- ],
- [
- 13069,
- 2,
- 14,
- 3,
- 0.18513,
- "_GGELVYTDSEAR_"
- ],
- [
- 10461,
- 3,
- 14,
- 7,
- 0.18513,
- "_QQTDMAVNWAGGLHHAK_"
- ],
- [
- 43285,
- 2,
- 14,
- 5,
- 0.18513,
- "_KLEEVLSTEGAEENGNSDK_"
- ],
- [
- 163,
- 2,
- 14,
- 4,
- 0.18513,
- "_YLYYTGR_"
- ],
- [
- 44777,
- 2,
- 13,
- 4,
- 0.17091,
- "_SQEATEAAPSCVGDM(Oxidation (M))ADTPR_"
- ],
- [
- 3275,
- 2,
- 15,
- 4,
- 0.19934,
- "_EEETLDTIK_"
- ],
- [
- 17229,
- 2,
- 14,
- 4,
- 0.18513,
- "_TRLEQEIATYR_"
- ],
- [
- 11873,
- 3,
- 13,
- 2,
- 0.17091,
- "_NPELPNAAQAQKEEQLK_"
- ],
- [
- 17047,
- 3,
- 14,
- 5,
- 0.18513,
- "_ASELGHSLNENVLKPAQEK_"
- ],
- [
- 9250,
- 2,
- 13,
- 3,
- 0.17091,
- "_ELQSVEQEVR_"
- ],
- [
- 37256,
- 2,
- 14,
- 4,
- 0.18513,
- "_KLETEETVPETDVETK_"
- ],
- [
- 7931,
- 2,
- 13,
- 4,
- 0.17091,
- "_LRDLEDSLAR_"
- ],
- [
- 35675,
- 2,
- 17,
- 5,
- 0.2278,
- "_EVIIMATNCENCGHR_"
- ],
- [
- 13552,
- 2,
- 16,
- 5,
- 0.21356,
- "_AIVAGDQNVEYK_"
- ],
- [
- 25411,
- 2,
- 17,
- 4,
- 0.2278,
- "_DGTQCLSGSSDGTIR_"
- ],
- [
- 14271,
- 3,
- 10,
- 5,
- 0.12811,
- "_KMEDSVGCLETAEEVKR_"
- ],
- [
- 362,
- 2,
- 21,
- 3,
- 0.28471,
- "_LVIEEAER_"
- ],
- [
- 27083,
- 2,
- 8,
- 4,
- 0.099654,
- "_AIHPGAGYEGISEYK_"
- ],
- [
- 19044,
- 2,
- 15,
- 5,
- 0.19936,
- "_MTEIQTPENTPR_"
- ],
- [
- 15146,
- 2,
- 24,
- 5,
- 0.3274,
- "_GAVDGGLSIPHSTK_"
- ],
- [
- 2323,
- 3,
- 15,
- 4,
- 0.19936,
- "_KLDPGSEETQTLVR_"
- ],
- [
- 1462,
- 3,
- 12,
- 3,
- 0.15668,
- "_VVSQYHELVVQAR_"
- ],
- [
- 40558,
- 2,
- 16,
- 6,
- 0.21357,
- "_QSSAVSTSGNLNGGIAAGSSGK_"
- ],
- [
- 21182,
- 2,
- 9,
- 4,
- 0.11388,
- "_KEETVEDEIDVR_"
- ],
- [
- 27874,
- 3,
- 14,
- 6,
- 0.18514,
- "_VLHEAEGHIVTCETNTGEVYR_"
- ],
- [
- 10960,
- 3,
- 11,
- 3,
- 0.14243,
- "_VGEEFEEQTVDGRPCK_"
- ],
- [
- 36035,
- 2,
- 11,
- 4,
- 0.14243,
- "_(Acetyl (Protein N-term))ADSRDPASDQMQHWK_"
- ],
- [
- 8922,
- 3,
- 11,
- 7,
- 0.14243,
- "_(Acetyl (Protein N-term))ADSRDPASDQMQHWK_"
- ],
- [
- 5930,
- 2,
- 6,
- 2,
- 0.071187,
- "_GLFDEYGSKK_"
- ],
- [
- 30067,
- 2,
- 11,
- 4,
- 0.14243,
- "_EISNSDGTRPVGMLGK_"
- ],
- [
- 5779,
- 3,
- 9,
- 5,
- 0.11388,
- "_NDIASHPPVEGSYAPR_"
- ],
- [
- 31414,
- 2,
- 11,
- 4,
- 0.14243,
- "_GSQTNLKDPVGVYCR_"
- ],
- [
- 22513,
- 2,
- 15,
- 3,
- 0.19936,
- "_SAQGSSSPVPSMVQK_"
- ],
- [
- 4913,
- 2,
- 10,
- 2,
- 0.12811,
- "_VQEAVESMVK_"
- ],
- [
- 614,
- 2,
- 8,
- 2,
- 0.099654,
- "_AVIDGMTDR_"
- ],
- [
- 18785,
- 2,
- 9,
- 3,
- 0.11388,
- "_FEEDVEEETER_"
- ],
- [
- 4864,
- 2,
- 7,
- 3,
- 0.085431,
- "_NFMNIRPVK_"
- ],
- [
- 6208,
- 2,
- 10,
- 4,
- 0.12811,
- "_LDDCGLTEAR_"
- ],
- [
- 4414,
- 3,
- 10,
- 3,
- 0.12811,
- "_EISNSDGTRPVGMLGK_"
- ],
- [
- 7516,
- 2,
- 10,
- 3,
- 0.12811,
- "_AATDGADTPFGR_"
- ],
- [
- 24603,
- 2,
- 8,
- 3,
- 0.099654,
- "_VGEEEHVYSFPNK_"
- ],
- [
- 38945,
- 2,
- 14,
- 7,
- 0.18514,
- "_VVQVSAGDSHTAALTDDGR_"
- ],
- [
- 11951,
- 2,
- 11,
- 2,
- 0.14243,
- "_DKELVASAGLDR_"
- ],
- [
- 10265,
- 2,
- 17,
- 6,
- 0.22779,
- "_ELGIQVHSVTR_"
- ],
- [
- 9075,
- 2,
- 18,
- 3,
- 0.24202,
- "_VIATFTCSGEK_"
- ],
- [
- 22479,
- 2,
- 13,
- 5,
- 0.17091,
- "_GILAADESTGSIAKR_"
- ],
- [
- 49806,
- 2,
- 13,
- 7,
- 0.17091,
- "_VLHEAEGHIVTCETNTGEVYR_"
- ],
- [
- 20706,
- 3,
- 13,
- 5,
- 0.17091,
- "_KYEDICPSTHNM(Oxidation (M))DVPNIK_"
- ],
- [
- 3708,
- 2,
- 13,
- 2,
- 0.17091,
- "_VTELEDEVR_"
- ],
- [
- 20144,
- 2,
- 13,
- 4,
- 0.17091,
- "_LVEEHLDSEIQK_"
- ],
- [
- 35682,
- 2,
- 13,
- 5,
- 0.17091,
- "_GREEWESAALQNANTK_"
- ],
- [
- 7109,
- 2,
- 13,
- 4,
- 0.17091,
- "_AEAESMYQIK_"
- ],
- [
- 29172,
- 2,
- 13,
- 4,
- 0.17091,
- "_MEDETQKELETMR_"
- ],
- [
- 24297,
- 2,
- 12,
- 4,
- 0.15668,
- "_VVSQYHELVVQAR_"
- ],
- [
- 27266,
- 2,
- 17,
- 5,
- 0.2278,
- "_NTEDLQCYVKPTK_"
- ],
- [
- 8931,
- 2,
- 14,
- 3,
- 0.18513,
- "_TEEGPTLSYGR_"
- ],
- [
- 22263,
- 2,
- 12,
- 2,
- 0.15666,
- "_DDTDDEIAKYDGK_"
- ],
- [
- 24435,
- 2,
- 15,
- 4,
- 0.19936,
- "_KAEAVVNTVDISER_"
- ],
- [
- 41569,
- 2,
- 14,
- 5,
- 0.18513,
- "_TGTQEVGGQDPGEAVQPCR_"
- ],
- [
- 38253,
- 3,
- 13,
- 7,
- 0.17091,
- "_YCADQQPENHEVDTSVSGAGCTTYK_"
- ],
- [
- 46454,
- 2,
- 9,
- 3,
- 0.11388,
- "_SPMAESLDGGCSSSSEDQGER_"
- ],
- [
- 28567,
- 2,
- 19,
- 5,
- 0.25625,
- "_TSSGDASSLSIEETNK_"
- ],
- [
- 29894,
- 2,
- 9,
- 4,
- 0.11388,
- "_TSPCQDSSVNYGITK_"
- ],
- [
- 46560,
- 2,
- 10,
- 4,
- 0.12811,
- "_EEQEYEEEVEEEPRPAAK_"
- ],
- [
- 8959,
- 3,
- 14,
- 5,
- 0.18513,
- "_VAQPTITDNKDGTVTVR_"
- ],
- [
- 44938,
- 2,
- 9,
- 4,
- 0.11388,
- "_NAVASVQNGPGGGPSSSSIGSASK_"
- ],
- [
- 1707,
- 2,
- 9,
- 3,
- 0.11388,
- "_GELLEAIKR_"
- ],
- [
- 28623,
- 2,
- 8,
- 4,
- 0.099657,
- "_LPEYTLSQEGGPAHK_"
- ],
- [
- 1031,
- 4,
- 12,
- 4,
- 0.15666,
- "_KEPFFHGHDNYDQLVR_"
- ],
- [
- 131,
- 2,
- 15,
- 4,
- 0.19936,
- "_QQALEVIK_"
- ],
- [
- 38296,
- 2,
- 13,
- 3,
- 0.17091,
- "_VGEEFEEQTVDGRPCK_"
- ],
- [
- 26276,
- 2,
- 17,
- 6,
- 0.2278,
- "_KLDPGSEETQTLVR_"
- ],
- [
- 34056,
- 3,
- 13,
- 7,
- 0.17091,
- "_GADCTEDVDECAMANSNPCEHAGK_"
- ],
- [
- 46853,
- 2,
- 9,
- 5,
- 0.11387,
- "_SWVGFSGGQHHTVCMDSEGK_"
- ],
- [
- 35678,
- 2,
- 9,
- 3,
- 0.11387,
- "_RLEYESFQCGQQMK_"
- ],
- [
- 6440,
- 2,
- 16,
- 5,
- 0.21357,
- "_NGHVGISFVPK_"
- ],
- [
- 101,
- 2,
- 11,
- 4,
- 0.14232,
- "_ALHSLLLR_"
- ],
- [
- 759,
- 2,
- 11,
- 2,
- 0.14232,
- "_SGLTVPTSPK_"
- ],
- [
- 11804,
- 3,
- 11,
- 5,
- 0.14232,
- "_DPSVEVAYIGTQHPQHK_"
- ],
- [
- 36082,
- 2,
- 15,
- 7,
- 0.19934,
- "_VAQPTITDNKDGTVTVR_"
- ],
- [
- 8837,
- 4,
- 17,
- 4,
- 0.2278,
- "_VLHEAEGHIVTCETNTGEVYR_"
- ],
- [
- 1004,
- 2,
- 11,
- 3,
- 0.14232,
- "_DVLNDTAPR_"
- ],
- [
- 21156,
- 3,
- 12,
- 5,
- 0.15655,
- "_EEQEYEEEVEEEPRPAAK_"
- ],
- [
- 13798,
- 2,
- 10,
- 2,
- 0.12809,
- "_AAALEAMKDYTK_"
- ],
- [
- 50372,
- 3,
- 14,
- 5,
- 0.18512,
- "_SSGPPPPSGSSGSEAAAGAGAAAPASQHPATGTGAVQTEAM(Oxidation (M))K_"
- ],
- [
- 3480,
- 2,
- 9,
- 3,
- 0.11387,
- "_DTLFCYHK_"
- ],
- [
- 4010,
- 2,
- 10,
- 2,
- 0.12809,
- "_KLGEFFQTK_"
- ],
- [
- 20133,
- 2,
- 12,
- 5,
- 0.15655,
- "_DGAPVATNAFHSPR_"
- ],
- [
- 39099,
- 2,
- 11,
- 5,
- 0.14232,
- "_EEM(Oxidation (M))AAAGLTVTVTHSNEK_"
- ],
- [
- 5194,
- 2,
- 18,
- 5,
- 0.24201,
- "_LHVDPENFR_"
- ],
- [
- 22045,
- 2,
- 12,
- 4,
- 0.15655,
- "_NLVGETNEETSMR_"
- ],
- [
- 11673,
- 3,
- 20,
- 7,
- 0.27046,
- "_NECFLSHKDDSPDLPK_"
- ],
- [
- 4588,
- 2,
- 14,
- 4,
- 0.18512,
- "_AVLIAGQPGTGK_"
- ],
- [
- 2124,
- 2,
- 13,
- 3,
- 0.17087,
- "_VVLTDPEAAK_"
- ],
- [
- 25064,
- 2,
- 13,
- 2,
- 0.17087,
- "_LLNEECEQNLQR_"
- ],
- [
- 9978,
- 3,
- 8,
- 2,
- 0.099625,
- "_NPPELIGVHCTHGFNR_"
- ],
- [
- 33274,
- 4,
- 16,
- 7,
- 0.21357,
- "_KAAEAHVDAHYYEQNEQPTGTCAACITGDNR_"
- ],
- [
- 13374,
- 2,
- 10,
- 4,
- 0.12809,
- "_MLIEKDPSLEK_"
- ],
- [
- 7123,
- 2,
- 15,
- 5,
- 0.19934,
- "_MAQEVLTHLK_"
- ],
- [
- 1348,
- 2,
- 16,
- 4,
- 0.21357,
- "_KVDAAELLR_"
- ],
- [
- 4305,
- 3,
- 13,
- 4,
- 0.17087,
- "_FIEFEDSQEQEKK_"
- ],
- [
- 29896,
- 2,
- 13,
- 4,
- 0.17087,
- "_FIEFEDSQEQEKK_"
- ],
- [
- 8853,
- 2,
- 19,
- 5,
- 0.25624,
- "_FQTEIQTVNK_"
- ],
- [
- 13936,
- 2,
- 12,
- 4,
- 0.15655,
- "_ICEPGYSPTYK_"
- ],
- [
- 30157,
- 2,
- 11,
- 7,
- 0.14232,
- "_NACDHLSGFNVCNR_"
- ],
- [
- 36329,
- 3,
- 12,
- 7,
- 0.15655,
- "_RGPNYTSGYGTNSELSNPSETESER_"
- ],
- [
- 18673,
- 2,
- 18,
- 5,
- 0.24202,
- "_LMEWTSLQNMR_"
- ],
- [
- 8932,
- 2,
- 8,
- 4,
- 0.099627,
- "_DLYDDKDGLR_"
- ],
- [
- 1837,
- 3,
- 11,
- 5,
- 0.14232,
- "_AMNNSWHPECFR_"
- ],
- [
- 1849,
- 3,
- 15,
- 3,
- 0.19935,
- "_AGGEAGVTLGQPHLSR_"
- ],
- [
- 38904,
- 3,
- 15,
- 9,
- 0.19935,
- "_EPTSSEQGGLEGSGSAAGEGKPALSEEER_"
- ],
- [
- 19691,
- 2,
- 4,
- 4,
- 0.042667,
- "_GNEFEDYCLKR_"
- ],
- [
- 6826,
- 3,
- 19,
- 6,
- 0.25624,
- "_FLQEHGSDSFLAEHK_"
- ],
- [
- 601,
- 2,
- 12,
- 3,
- 0.15655,
- "_TQMITINR_"
- ],
- [
- 29092,
- 3,
- 12,
- 5,
- 0.15655,
- "_NETSATHQFVHTFQSPEPENR_"
- ],
- [
- 19144,
- 2,
- 11,
- 4,
- 0.14232,
- "_GGTLKDDDWGNIK_"
- ],
- [
- 27830,
- 2,
- 12,
- 5,
- 0.15655,
- "_LDEDEDEDDADLSK_"
- ],
- [
- 11317,
- 2,
- 9,
- 3,
- 0.11385,
- "_QIVDAQAVCTR_"
- ],
- [
- 337,
- 2,
- 11,
- 2,
- 0.14232,
- "_FADVLVHR_"
- ],
- [
- 35479,
- 2,
- 9,
- 2,
- 0.11385,
- "_HVDNIMFENHTVADR_"
- ],
- [
- 25261,
- 2,
- 13,
- 6,
- 0.17078,
- "_AGGEAGVTLGQPHLSR_"
- ],
- [
- 393,
- 2,
- 16,
- 4,
- 0.21357,
- "_TGTVSLEVR_"
- ],
- [
- 1563,
- 2,
- 9,
- 3,
- 0.11385,
- "_CLEMDVEK_"
- ],
- [
- 7030,
- 2,
- 9,
- 2,
- 0.11385,
- "_EMLHQIIQR_"
- ],
- [
- 2437,
- 2,
- 16,
- 5,
- 0.21357,
- "_DLVLSVHNR_"
- ],
- [
- 9885,
- 2,
- 16,
- 5,
- 0.21357,
- "_LNQDQLDAVSK_"
- ],
- [
- 12112,
- 2,
- 20,
- 4,
- 0.27045,
- "_TVESLEETLKK_"
- ],
- [
- 6118,
- 3,
- 18,
- 6,
- 0.24202,
- "_EEMQSNVEVVHTYR_"
- ],
- [
- 14578,
- 2,
- 7,
- 3,
- 0.085382,
- "_DHAEMQAVIDAK_"
- ],
- [
- 20374,
- 2,
- 17,
- 5,
- 0.2278,
- "_EAAAALVEEETRR_"
- ],
- [
- 41789,
- 3,
- 14,
- 8,
- 0.1851,
- "_STANGPDKNEPEVEAEQPLCSSQSQCK_"
- ],
- [
- 12094,
- 2,
- 14,
- 3,
- 0.1851,
- "_AYTPPEDLQSR_"
- ],
- [
- 2473,
- 3,
- 9,
- 4,
- 0.11385,
- "_AIHEVFEVGVTSHR_"
- ],
- [
- 9569,
- 2,
- 12,
- 3,
- 0.15655,
- "_KYADLLEESR_"
- ],
- [
- 24863,
- 2,
- 8,
- 4,
- 0.099609,
- "_GDLENQMHIAEQR_"
- ],
- [
- 22698,
- 4,
- 9,
- 7,
- 0.11385,
- "_EIAIVHSDAEKEQEEEEQKQEMEVK_"
- ],
- [
- 10867,
- 3,
- 12,
- 2,
- 0.15655,
- "_KYNPDTLFQDESYKK_"
- ],
- [
- 140,
- 2,
- 12,
- 4,
- 0.15655,
- "_EAIAELER_"
- ],
- [
- 30783,
- 2,
- 6,
- 2,
- 0.071123,
- "_SNSELEDEILCLEK_"
- ],
- [
- 18326,
- 2,
- 11,
- 3,
- 0.14232,
- "_AGPGSEELTVTNAR_"
- ],
- [
- 20094,
- 2,
- 11,
- 4,
- 0.14232,
- "_KFMITGGNLQDSK_"
- ],
- [
- 16593,
- 2,
- 9,
- 4,
- 0.11385,
- "_YDGVHFSVNDSK_"
- ],
- [
- 1123,
- 3,
- 11,
- 6,
- 0.14232,
- "_LASHLNLAMCHLK_"
- ],
- [
- 626,
- 3,
- 11,
- 5,
- 0.14232,
- "_TRPVVAAGAVGLAQR_"
- ],
- [
- 17153,
- 2,
- 11,
- 4,
- 0.14232,
- "_RVEIMEEESEQ_"
- ],
- [
- 16766,
- 2,
- 12,
- 5,
- 0.15655,
- "_LIPVSDINDKEK_"
- ],
- [
- 17144,
- 3,
- 8,
- 5,
- 0.099609,
- "_VRIDEYDYSKPIQGQQK_"
- ],
- [
- 3436,
- 2,
- 11,
- 2,
- 0.14232,
- "_ENVIRPILK_"
- ],
- [
- 23503,
- 2,
- 9,
- 3,
- 0.11385,
- "_DDDIEEGDLPEHK_"
- ],
- [
- 4209,
- 2,
- 11,
- 5,
- 0.14232,
- "_WLNENAVEK_"
- ],
- [
- 46499,
- 3,
- 8,
- 6,
- 0.099609,
- "_VEECVQTSNNNISTQHSCLSSQDSVNTSR_"
- ],
- [
- 17475,
- 2,
- 10,
- 3,
- 0.12808,
- "_LLAVTGEQAQQAR_"
- ],
- [
- 45871,
- 2,
- 8,
- 2,
- 0.099609,
- "_LEESGWQVNNNMNHNMNK_"
- ],
- [
- 30628,
- 2,
- 12,
- 2,
- 0.15655,
- "_GQGATAAQQGGYEIPAR_"
- ],
- [
- 21081,
- 2,
- 15,
- 4,
- 0.19933,
- "_DLSLENGAHAYNR_"
- ],
- [
- 429,
- 3,
- 15,
- 5,
- 0.19933,
- "_MQGSLEAHVNGFR_"
- ],
- [
- 32366,
- 2,
- 14,
- 4,
- 0.18501,
- "_SVEEPTQPGGTGLSDSR_"
- ],
- [
- 12501,
- 3,
- 18,
- 8,
- 0.24203,
- "_CCAADDKEACFAVEGPK_"
- ],
- [
- 4512,
- 3,
- 16,
- 6,
- 0.21358,
- "_SGQKPVLDVHAELDR_"
- ],
- [
- 74,
- 2,
- 14,
- 2,
- 0.18501,
- "_SHFIVALK_"
- ],
- [
- 30782,
- 2,
- 12,
- 6,
- 0.15655,
- "_LDADKYENDPELEK_"
- ],
- [
- 1515,
- 2,
- 13,
- 5,
- 0.17078,
- "_CGFLPGNEK_"
- ],
- [
- 12046,
- 2,
- 13,
- 3,
- 0.17078,
- "_NLMQFHTVGTK_"
- ],
- [
- 33543,
- 2,
- 13,
- 4,
- 0.17078,
- "_QNPNTQSLSQTGTELK_"
- ],
- [
- 4405,
- 2,
- 14,
- 5,
- 0.18501,
- "_EQQDLEFAK_"
- ],
- [
- 43960,
- 2,
- 16,
- 6,
- 0.21358,
- "_KPEEEEEEELEETAQEK_"
- ],
- [
- 4896,
- 3,
- 15,
- 6,
- 0.19933,
- "_LDADKYENDPELEK_"
- ],
- [
- 45935,
- 2,
- 13,
- 6,
- 0.17078,
- "_EQSSEAAETGVSENEENPVR_"
- ],
- [
- 41576,
- 2,
- 11,
- 6,
- 0.14231,
- "_LIITSAEASPAECCQHAK_"
- ],
- [
- 10710,
- 2,
- 9,
- 2,
- 0.11384,
- "_EVSSSFDHVIK_"
- ],
- [
- 37434,
- 2,
- 10,
- 4,
- 0.12809,
- "_GEGGTTNPHIFPEGSEPK_"
- ],
- [
- 31621,
- 2,
- 10,
- 5,
- 0.12809,
- "_CDSVCVNPYHYER_"
- ],
- [
- 22820,
- 3,
- 10,
- 4,
- 0.12809,
- "_ESVVFHAYGGSMEDEKEDSK_"
- ],
- [
- 11072,
- 3,
- 15,
- 6,
- 0.19924,
- "_MLEDCVQETIHEHNK_"
- ],
- [
- 1126,
- 2,
- 17,
- 4,
- 0.22781,
- "_YFQHLLGK_"
- ],
- [
- 13494,
- 2,
- 12,
- 5,
- 0.15656,
- "_QCEETIEQLR_"
- ],
- [
- 26556,
- 2,
- 12,
- 4,
- 0.15656,
- "_NDYHPMFFTHDR_"
- ],
- [
- 14128,
- 3,
- 11,
- 2,
- 0.14231,
- "_EDGSKYETIHLTEEPTK_"
- ],
- [
- 224,
- 3,
- 17,
- 4,
- 0.22781,
- "_LQPHPQLSPEIR_"
- ],
- [
- 24255,
- 4,
- 16,
- 7,
- 0.21356,
- "_SHMSGSPGPGGSNTAPSTPVIGGSDKPGMEEK_"
- ],
- [
- 7493,
- 2,
- 13,
- 5,
- 0.17078,
- "_VNIFGVESGKK_"
- ],
- [
- 39971,
- 2,
- 9,
- 5,
- 0.11384,
- "_NSIASCADEQPHIGNYR_"
- ],
- [
- 32865,
- 3,
- 14,
- 6,
- 0.18501,
- "_SNMHFTSSSTGGLSSSQSSYSPSNR_"
- ],
- [
- 30994,
- 2,
- 9,
- 4,
- 0.11384,
- "_EEGETADTVGCCSLR_"
- ],
- [
- 24988,
- 2,
- 9,
- 4,
- 0.11384,
- "_MDSEQSPSIGYSSR_"
- ],
- [
- 46440,
- 2,
- 14,
- 6,
- 0.18501,
- "_SLAGSSGPGASSGTSGDHGELVVR_"
- ],
- [
- 27800,
- 2,
- 15,
- 3,
- 0.19924,
- "_DHPHTAAYLQELGR_"
- ],
- [
- 15205,
- 2,
- 9,
- 3,
- 0.11384,
- "_AAAAASAAGPGGLVAGK_"
- ],
- [
- 1901,
- 2,
- 8,
- 2,
- 0.099617,
- "_VFQEEDLR_"
- ],
- [
- 12588,
- 3,
- 11,
- 4,
- 0.14231,
- "_SGDEEFKGEDELCDSGR_"
- ],
- [
- 32281,
- 2,
- 13,
- 2,
- 0.17078,
- "_FLDTSHYSTAGSSSVR_"
- ],
- [
- 41168,
- 2,
- 13,
- 4,
- 0.17078,
- "_SGSSSSSSGTPASQLYPQSR_"
- ],
- [
- 7892,
- 2,
- 15,
- 5,
- 0.19924,
- "_VAEKLEALSVK_"
- ],
- [
- 2219,
- 2,
- 11,
- 2,
- 0.15654,
- "_VEDVEALDR_"
- ],
- [
- 25082,
- 2,
- 17,
- 3,
- 0.22779,
- "_NVINTFTQTAHSGR_"
- ],
- [
- 32727,
- 3,
- 12,
- 5,
- 0.15654,
- "_AQLENHEPEEEEEEEMETEEK_"
- ],
- [
- 13055,
- 3,
- 11,
- 2,
- 0.14231,
- "_GSLESIAEHVDASLSGSER_"
- ],
- [
- 368,
- 3,
- 11,
- 4,
- 0.14231,
- "_QWLNSGHINDVR_"
- ],
- [
- 9676,
- 3,
- 12,
- 2,
- 0.15654,
- "_MESSINHISQTVDIHK_"
- ],
- [
- 5978,
- 2,
- 10,
- 2,
- 0.12807,
- "_STSGEGFQFGK_"
- ],
- [
- 17401,
- 2,
- 8,
- 2,
- 0.099584,
- "_GLNQDCCVVYR_"
- ],
- [
- 17809,
- 2,
- 11,
- 4,
- 0.14231,
- "_GCPEDAAVCAVDK_"
- ],
- [
- 9532,
- 2,
- 11,
- 4,
- 0.14231,
- "_TLISASSDTTVK_"
- ],
- [
- 43108,
- 2,
- 9,
- 5,
- 0.11385,
- "_QNEKEEQQLQGNINELK_"
- ],
- [
- 4177,
- 2,
- 9,
- 3,
- 0.11385,
- "_LQEQVTDLR_"
- ],
- [
- 11937,
- 2,
- 11,
- 3,
- 0.14231,
- "_ETYTEDFIKK_"
- ],
- [
- 30845,
- 2,
- 9,
- 4,
- 0.11385,
- "_LSHLKPSSEGLAIVTK_"
- ],
- [
- 5595,
- 2,
- 18,
- 5,
- 0.24204,
- "_VYVGNLGTGAGK_"
- ],
- [
- 20965,
- 3,
- 18,
- 8,
- 0.24204,
- "_SLAGSSGPGASSGTSGDHGELVVR_"
- ],
- [
- 24611,
- 2,
- 9,
- 3,
- 0.11385,
- "_VNQCIVISGESGSGK_"
- ],
- [
- 47447,
- 2,
- 9,
- 3,
- 0.11385,
- "_PKHEFSVDMTCGGCAEAVSR_"
- ],
- [
- 16186,
- 2,
- 9,
- 3,
- 0.11385,
- "_VIGQDSSEIHFK_"
- ],
- [
- 16297,
- 3,
- 10,
- 5,
- 0.12807,
- "_QNEKEEQQLQGNINELK_"
- ],
- [
- 28801,
- 2,
- 10,
- 6,
- 0.12807,
- "_TIAQGNLSNTDVQAAK_"
- ],
- [
- 10013,
- 2,
- 9,
- 2,
- 0.11385,
- "_EMEQLVLDKK_"
- ],
- [
- 27167,
- 2,
- 10,
- 5,
- 0.12807,
- "_IGLDTEGETCGNAEK_"
- ],
- [
- 26874,
- 3,
- 11,
- 5,
- 0.14231,
- "_AEEYTEETEEREESTTGFDK_"
- ],
- [
- 3605,
- 2,
- 17,
- 4,
- 0.22779,
- "_QENGASVILR_"
- ],
- [
- 27042,
- 2,
- 10,
- 5,
- 0.12807,
- "_VKEEESLENISSVK_"
- ],
- [
- 1339,
- 2,
- 6,
- 3,
- 0.071129,
- "_CGPNILVNK_"
- ],
- [
- 10475,
- 3,
- 12,
- 5,
- 0.15654,
- "_KETESEAEDNLDDLEK_"
- ],
- [
- 3344,
- 2,
- 8,
- 4,
- 0.099584,
- "_SHYFEGVLK_"
- ],
- [
- 44207,
- 2,
- 13,
- 6,
- 0.17079,
- "_DLIHDQDEDEEEEEGQR_"
- ],
- [
- 8438,
- 3,
- 14,
- 4,
- 0.18501,
- "_HVDNIMFENHTVADR_"
- ],
- [
- 33668,
- 2,
- 8,
- 3,
- 0.099584,
- "_CVVHIHTPAGAAVSAMK_"
- ],
- [
- 37805,
- 2,
- 14,
- 5,
- 0.18501,
- "_KETESEAEDNLDDLEK_"
- ],
- [
- 21383,
- 2,
- 13,
- 5,
- 0.17079,
- "_TRPVVAAGAVGLAQR_"
- ],
- [
- 19534,
- 2,
- 13,
- 5,
- 0.17079,
- "_TLGECGFTSQTAR_"
- ],
- [
- 11138,
- 2,
- 14,
- 2,
- 0.18501,
- "_NITHFGPTTLR_"
- ],
- [
- 10158,
- 3,
- 12,
- 6,
- 0.15654,
- "_GEGGTTNPHIFPEGSEPK_"
- ],
- [
- 29148,
- 2,
- 13,
- 4,
- 0.17079,
- "_TAEVPVSEASGQAPPAK_"
- ],
- [
- 33799,
- 2,
- 13,
- 5,
- 0.17079,
- "_ENSSSVTVSDPEMENK_"
- ],
- [
- 2354,
- 2,
- 17,
- 6,
- 0.22779,
- "_MMIPDCQR_"
- ],
- [
- 3828,
- 4,
- 17,
- 5,
- 0.22771,
- "_LALQLHPDRNPDDPQAQEK_"
- ],
- [
- 24019,
- 2,
- 13,
- 4,
- 0.17078,
- "_VKEGM(Oxidation (M))NIVEAMER_"
- ],
- [
- 34260,
- 2,
- 12,
- 3,
- 0.15655,
- "_DSSYPYSQSDQSMNR_"
- ],
- [
- 10833,
- 2,
- 12,
- 5,
- 0.15655,
- "_AENYDIPSADR_"
- ],
- [
- 4746,
- 2,
- 12,
- 3,
- 0.15655,
- "_QLEAELGAER_"
- ],
- [
- 46731,
- 2,
- 14,
- 8,
- 0.18502,
- "_GAQVNAVNQNGCTPLHYAASK_"
- ],
- [
- 6482,
- 2,
- 8,
- 3,
- 0.099592,
- "_QHIQVFIDR_"
- ],
- [
- 25194,
- 2,
- 10,
- 3,
- 0.12808,
- "_DNYTCPTEEEYK_"
- ],
- [
- 12406,
- 2,
- 12,
- 3,
- 0.15655,
- "_STSVGPLYSGCR_"
- ],
- [
- 7655,
- 2,
- 15,
- 5,
- 0.19925,
- "_YLAEVATGDDK_"
- ],
- [
- 6224,
- 2,
- 16,
- 5,
- 0.21347,
- "_MRDILNMEK_"
- ],
- [
- 32073,
- 2,
- 26,
- 5,
- 0.35586,
- "_LHAVNAEECNVLQGR_"
- ],
- [
- 33648,
- 2,
- 16,
- 4,
- 0.21347,
- "_CPASEPGLDATTASESR_"
- ],
- [
- 19231,
- 2,
- 8,
- 4,
- 0.099592,
- "_DMNHTNSYGIIR_"
- ],
- [
- 10429,
- 2,
- 12,
- 4,
- 0.15655,
- "_DWEQFHQPR_"
- ],
- [
- 21630,
- 3,
- 17,
- 8,
- 0.22771,
- "_SWVGFSGGQHHTVCMDSEGK_"
- ],
- [
- 20396,
- 3,
- 12,
- 6,
- 0.15655,
- "_MEFLLGNPFSTPVGQCLEK_"
- ],
- [
- 34641,
- 2,
- 12,
- 6,
- 0.15655,
- "_KHEAIETDIAAYEER_"
- ],
- [
- 14055,
- 2,
- 13,
- 5,
- 0.17078,
- "_AADAEAEVASLNR_"
- ],
- [
- 21429,
- 3,
- 13,
- 6,
- 0.17078,
- "_GAQVNAVNQNGCTPLHYAASK_"
- ],
- [
- 34319,
- 2,
- 9,
- 2,
- 0.11382,
- "_VAQPPLSAQATGSGQPTR_"
- ],
- [
- 26045,
- 2,
- 13,
- 3,
- 0.17078,
- "_AVIDQCNHDNILR_"
- ],
- [
- 16877,
- 2,
- 14,
- 5,
- 0.18502,
- "_QQLELLEEDKK_"
- ],
- [
- 12576,
- 2,
- 14,
- 5,
- 0.18502,
- "_EDVFVHQTAIK_"
- ],
- [
- 17634,
- 2,
- 7,
- 3,
- 0.085366,
- "_QKEDELTALNVK_"
- ],
- [
- 39912,
- 2,
- 13,
- 6,
- 0.17077,
- "_SGDEEFKGEDELCDSGR_"
- ],
- [
- 28542,
- 2,
- 12,
- 5,
- 0.15653,
- "_KITDGLHALQEASNK_"
- ],
- [
- 15968,
- 2,
- 12,
- 4,
- 0.15653,
- "_INVYYNEAAGNK_"
- ],
- [
- 22034,
- 3,
- 16,
- 7,
- 0.21347,
- "_YKPAVNQIECHPYLTQEK_"
- ],
- [
- 24518,
- 2,
- 13,
- 3,
- 0.17077,
- "_DTSIQEVVSRPSSK_"
- ],
- [
- 27548,
- 2,
- 18,
- 6,
- 0.24193,
- "_QVLVAPGNAGTACSEK_"
- ],
- [
- 3628,
- 3,
- 12,
- 3,
- 0.15653,
- "_IVLDSDAAEYGGHQR_"
- ],
- [
- 5693,
- 3,
- 17,
- 5,
- 0.22769,
- "_MQEHSDQVPVGNIPR_"
- ],
- [
- 27536,
- 2,
- 8,
- 3,
- 0.099587,
- "_ICPGENQAAEDELR_"
- ],
- [
- 14780,
- 2,
- 11,
- 2,
- 0.1423,
- "_QLLSELDEEKK_"
- ],
- [
- 32886,
- 2,
- 11,
- 4,
- 0.1423,
- "_DHLQVENDAYPGTDR_"
- ],
- [
- 7069,
- 2,
- 9,
- 4,
- 0.11381,
- "_CSPIGVYTSGK_"
- ],
- [
- 18535,
- 4,
- 15,
- 6,
- 0.19924,
- "_GTRPEDSSVLIPTDNSTPHKEDLSSK_"
- ],
- [
- 25702,
- 2,
- 9,
- 4,
- 0.11381,
- "_KQEELETLQSINK_"
- ],
- [
- 23112,
- 2,
- 18,
- 7,
- 0.24193,
- "_EYEATLEECCAK_"
- ],
- [
- 17002,
- 2,
- 19,
- 4,
- 0.25624,
- "_SSGPYGGGGQYFAK_"
- ],
- [
- 20120,
- 2,
- 11,
- 3,
- 0.1423,
- "_ESENVVCHFYR_"
- ],
- [
- 19341,
- 2,
- 9,
- 3,
- 0.11381,
- "_LAEIQELHQSVR_"
- ],
- [
- 39847,
- 2,
- 20,
- 8,
- 0.2705,
- "_CCAADDKEACFAVEGPK_"
- ],
- [
- 27569,
- 2,
- 20,
- 3,
- 0.2705,
- "_IVAPISDSPKPPPQR_"
- ],
- [
- 18738,
- 2,
- 13,
- 5,
- 0.17077,
- "_DFPYEEDSRPR_"
- ],
- [
- 36376,
- 2,
- 9,
- 7,
- 0.11381,
- "_EIVHLQAGQCGNQIGAK_"
- ],
- [
- 21008,
- 2,
- 8,
- 3,
- 0.099587,
- "_LAALTQGSYLHQR_"
- ],
- [
- 2895,
- 2,
- 15,
- 2,
- 0.19924,
- "_IEPIPGESPK_"
- ],
- [
- 36097,
- 2,
- 8,
- 4,
- 0.099614,
- "_CNLAHANLCCANLER_"
- ],
- [
- 34705,
- 2,
- 12,
- 6,
- 0.15654,
- "_CIAYAESHDQALVGDK_"
- ],
- [
- 32550,
- 2,
- 12,
- 5,
- 0.15654,
- "_FNWNHCGEMAPACK_"
- ],
- [
- 2440,
- 3,
- 10,
- 4,
- 0.12805,
- "_NQDHYAVLGLGHVR_"
- ],
- [
- 9686,
- 2,
- 11,
- 5,
- 0.14228,
- "_DFESHITSYK_"
- ],
- [
- 20079,
- 2,
- 11,
- 5,
- 0.14228,
- "_NQGGSSWEAPYSR_"
- ],
- [
- 13998,
- 2,
- 9,
- 2,
- 0.11383,
- "_TPNETTSVLEPK_"
- ],
- [
- 42103,
- 2,
- 11,
- 3,
- 0.14228,
- "_SGSTSSLSYSTWTSSHSDK_"
- ],
- [
- 11364,
- 2,
- 10,
- 4,
- 0.12805,
- "_SALQALEMDRK_"
- ],
- [
- 33800,
- 2,
- 9,
- 4,
- 0.11383,
- "_FACNTCPYVHNITR_"
- ],
- [
- 50054,
- 2,
- 12,
- 5,
- 0.15654,
- "_GGAGNTSTSCGDSNSICPAPSTMSK_"
- ],
- [
- 16349,
- 2,
- 11,
- 4,
- 0.14228,
- "_FSQMLQDKPLR_"
- ],
- [
- 18092,
- 2,
- 7,
- 2,
- 0.085384,
- "_TQFNSEEQWTK_"
- ],
- [
- 15699,
- 2,
- 9,
- 3,
- 0.11383,
- "_FYEGTADEMCK_"
- ],
- [
- 2488,
- 2,
- 22,
- 3,
- 0.29896,
- "_RIPEEILGK_"
- ],
- [
- 14888,
- 2,
- 15,
- 5,
- 0.19924,
- "_TLIQNCGASTIR_"
- ],
- [
- 12218,
- 2,
- 13,
- 4,
- 0.17077,
- "_VGTIDDDPEYR_"
- ],
- [
- 11678,
- 3,
- 15,
- 5,
- 0.19924,
- "_ADIIYPGHGPVIHNAEAK_"
- ],
- [
- 24228,
- 2,
- 12,
- 5,
- 0.18501,
- "_(Acetyl (Protein N-term))STSVPQGHTWTQR_"
- ],
- [
- 9307,
- 4,
- 13,
- 4,
- 0.17077,
- "_AIVHDNKDGTYAVTYIPDKTGR_"
- ],
- [
- 16172,
- 2,
- 18,
- 4,
- 0.24193,
- "_SEEEFIHINNK_"
- ],
- [
- 22643,
- 3,
- 13,
- 6,
- 0.17077,
- "_PKHEFSVDMTCGGCAEAVSR_"
- ],
- [
- 7270,
- 3,
- 14,
- 4,
- 0.18501,
- "_TESNQEVANPEHYIK_"
- ],
- [
- 21321,
- 2,
- 13,
- 4,
- 0.17077,
- "_QVSTEEAQAWCR_"
- ],
- [
- 28790,
- 2,
- 13,
- 6,
- 0.17077,
- "_IVLDSDAAEYGGHQR_"
- ],
- [
- 31947,
- 2,
- 15,
- 4,
- 0.19924,
- "_MQEHSDQVPVGNIPR_"
- ],
- [
- 28580,
- 3,
- 9,
- 5,
- 0.11384,
- "_VVTTNYKPVANHQYNIEYER_"
- ],
- [
- 11049,
- 2,
- 15,
- 2,
- 0.19923,
- "_HSVATAADLELK_"
- ],
- [
- 21170,
- 3,
- 12,
- 7,
- 0.1565,
- "_AYGPYSVTNCGEHDTTEYK_"
- ],
- [
- 1565,
- 2,
- 9,
- 3,
- 0.11384,
- "_DEAAYGELR_"
- ],
- [
- 34041,
- 2,
- 15,
- 3,
- 0.19923,
- "_TESNQEVANPEHYIK_"
- ],
- [
- 4433,
- 2,
- 12,
- 3,
- 0.1565,
- "_NLLLDPASHK_"
- ],
- [
- 9086,
- 2,
- 16,
- 5,
- 0.21346,
- "_KEPAVLELEGK_"
- ],
- [
- 6155,
- 3,
- 15,
- 6,
- 0.19923,
- "_FNWNHCGEMAPACK_"
- ],
- [
- 2720,
- 2,
- 16,
- 4,
- 0.21346,
- "_NFGDQPDIR_"
- ],
- [
- 32201,
- 2,
- 10,
- 5,
- 0.12805,
- "_ALLANQDSGEVQQDPK_"
- ],
- [
- 14328,
- 2,
- 17,
- 6,
- 0.2277,
- "_GLSEDTTEETLK_"
- ],
- [
- 20778,
- 3,
- 11,
- 6,
- 0.14227,
- "_YMPAVTSTPTVNQHETSTSK_"
- ],
- [
- 46576,
- 2,
- 6,
- 3,
- 0.071147,
- "_AYGPYSVTNCGEHDTTEYK_"
- ],
- [
- 29267,
- 3,
- 10,
- 6,
- 0.12805,
- "_ALDVTDKEGEEREDADVSVTQR_"
- ],
- [
- 45536,
- 2,
- 11,
- 2,
- 0.14227,
- "_NDKEAAGEGPALYEDPPDQK_"
- ],
- [
- 1482,
- 3,
- 11,
- 5,
- 0.14227,
- "_VLSPTAAKPSPFEGK_"
- ],
- [
- 39289,
- 2,
- 16,
- 5,
- 0.21346,
- "_TPAQSGAWDPNNPNTPSR_"
- ],
- [
- 16381,
- 4,
- 9,
- 6,
- 0.11384,
- "_VETSCSQCGAHLGHIFDDGPRPTGK_"
- ],
- [
- 42014,
- 2,
- 9,
- 3,
- 0.11384,
- "_DKDGDGEGAGGAPEEMPVDR_"
- ],
- [
- 82,
- 2,
- 18,
- 4,
- 0.24193,
- "_LRVEFPR_"
- ],
- [
- 9515,
- 2,
- 13,
- 4,
- 0.17076,
- "_LTDEEVEMTR_"
- ],
- [
- 4698,
- 2,
- 8,
- 3,
- 0.099606,
- "_NLDEQLSAPK_"
- ],
- [
- 42480,
- 2,
- 13,
- 6,
- 0.17076,
- "_IVAERPGTNSTGPAPMAPPR_"
- ],
- [
- 17186,
- 4,
- 9,
- 5,
- 0.11384,
- "_LFEESDDKEDEDADGKEVEDADEK_"
- ],
- [
- 37158,
- 2,
- 13,
- 3,
- 0.17076,
- "_FHGDQECYYQDDLR_"
- ],
- [
- 11981,
- 2,
- 9,
- 2,
- 0.11384,
- "_YDEAASYIQSK_"
- ],
- [
- 5857,
- 2,
- 14,
- 5,
- 0.18499,
- "_LQEVFGHAIK_"
- ],
- [
- 4945,
- 3,
- 15,
- 5,
- 0.19923,
- "_LSHLKPSSEGLAIVTK_"
- ],
- [
- 532,
- 2,
- 14,
- 2,
- 0.18499,
- "_LQIQVDEK_"
- ],
- [
- 33446,
- 2,
- 8,
- 3,
- 0.099591,
- "_LCSSAETLESHPDIGK_"
- ],
- [
- 37412,
- 2,
- 9,
- 4,
- 0.11382,
- "_EIVHIQAGQCGNQIGTK_"
- ],
- [
- 2361,
- 2,
- 9,
- 3,
- 0.11382,
- "_LADINYEGR_"
- ],
- [
- 21476,
- 2,
- 22,
- 5,
- 0.29892,
- "_CPNLTHLNLSGNK_"
- ],
- [
- 16612,
- 2,
- 12,
- 5,
- 0.15649,
- "_EHIAASVSIPSEK_"
- ],
- [
- 20280,
- 2,
- 12,
- 3,
- 0.15649,
- "_LTPEEEEILNKK_"
- ],
- [
- 15521,
- 2,
- 12,
- 5,
- 0.15649,
- "_DAEDVDLNHYR_"
- ],
- [
- 18744,
- 2,
- 22,
- 6,
- 0.29892,
- "_RFDDAVVQSDMK_"
- ],
- [
- 24615,
- 2,
- 9,
- 4,
- 0.11382,
- "_GITNTLEESSSLKR_"
- ],
- [
- 12659,
- 2,
- 8,
- 2,
- 0.099591,
- "_ELLACSHPFSK_"
- ],
- [
- 26943,
- 2,
- 11,
- 5,
- 0.14226,
- "_YVIESSSHTPELAR_"
- ],
- [
- 17167,
- 2,
- 8,
- 4,
- 0.099591,
- "_LAAVTYNGVDNNK_"
- ],
- [
- 8107,
- 2,
- 10,
- 2,
- 0.12805,
- "_DMLQAASHYR_"
- ],
- [
- 43967,
- 2,
- 6,
- 4,
- 0.07113,
- "_FTEHNSSPNVSGSLSSGLQK_"
- ],
- [
- 3188,
- 2,
- 8,
- 3,
- 0.099591,
- "_FAYTGTEMR_"
- ],
- [
- 8798,
- 2,
- 9,
- 3,
- 0.11382,
- "_ATTADGSSILDR_"
- ],
- [
- 31359,
- 2,
- 14,
- 6,
- 0.18498,
- "_NREEEWDPEYTPK_"
- ],
- [
- 28227,
- 2,
- 11,
- 5,
- 0.14226,
- "_QIVGTPVNSEDSDTR_"
- ],
- [
- 11291,
- 2,
- 10,
- 4,
- 0.12805,
- "_EEASDLLLNKK_"
- ],
- [
- 29628,
- 2,
- 11,
- 4,
- 0.14226,
- "_QTSDNLSEECQLAR_"
- ],
- [
- 18255,
- 2,
- 8,
- 4,
- 0.099591,
- "_AAGFERPSPVQLK_"
- ],
- [
- 8476,
- 2,
- 16,
- 4,
- 0.21344,
- "_AYPLADAHLTK_"
- ],
- [
- 20947,
- 2,
- 10,
- 4,
- 0.12805,
- "_VTSVGTGNFSSSVSK_"
- ],
- [
- 27983,
- 4,
- 16,
- 8,
- 0.21344,
- "_RPQYSNPPVQGEVMEGADNQGAGEQGRPVR_"
- ],
- [
- 14234,
- 2,
- 10,
- 2,
- 0.12805,
- "_MMGGAGPGSSLEAR_"
- ],
- [
- 6749,
- 2,
- 14,
- 5,
- 0.18498,
- "_DYNTALSLHK_"
- ],
- [
- 17954,
- 2,
- 20,
- 4,
- 0.27037,
- "_SKPIPIMPASPQK_"
- ],
- [
- 22271,
- 2,
- 11,
- 5,
- 0.14226,
- "_AIGTDEDLAHSSIR_"
- ],
- [
- 1557,
- 2,
- 9,
- 3,
- 0.11382,
- "_NLHSVLVIK_"
- ],
- [
- 482,
- 2,
- 10,
- 4,
- 0.12805,
- "_DVHTLLDR_"
- ],
- [
- 20397,
- 3,
- 9,
- 5,
- 0.11382,
- "_NVGVSFYADKPEVTQEQKK_"
- ],
- [
- 9714,
- 2,
- 5,
- 3,
- 0.0569,
- "_KILAQDVAQLK_"
- ],
- [
- 14845,
- 3,
- 7,
- 4,
- 0.085358,
- "_LHETVDATSETHIYQVR_"
- ],
- [
- 10935,
- 2,
- 10,
- 2,
- 0.12805,
- "_IISGHIDLDNR_"
- ],
- [
- 10134,
- 3,
- 11,
- 6,
- 0.14227,
- "_EIVHIQAGQCGNQIGTK_"
- ],
- [
- 24084,
- 2,
- 11,
- 3,
- 0.14227,
- "_GMENGNMDLASQEK_"
- ],
- [
- 15236,
- 2,
- 10,
- 4,
- 0.12805,
- "_GMLSSSTSGAISDK_"
- ],
- [
- 21998,
- 2,
- 5,
- 2,
- 0.0569,
- "_GCEIQGMLDDKGR_"
- ],
- [
- 26218,
- 2,
- 15,
- 4,
- 0.1992,
- "_EVLCPESQSPNGVR_"
- ],
- [
- 13429,
- 2,
- 14,
- 4,
- 0.18494,
- "_KPSISITTESLK_"
- ],
- [
- 4529,
- 3,
- 13,
- 2,
- 0.17071,
- "_EVESMGAHLNAYSTR_"
- ],
- [
- 22932,
- 2,
- 15,
- 4,
- 0.1992,
- "_YNPPDHEVVAMAR_"
- ],
- [
- 17790,
- 3,
- 17,
- 5,
- 0.22767,
- "_DLIHDQDEDEEEEEGQR_"
- ],
- [
- 2498,
- 3,
- 13,
- 4,
- 0.17071,
- "_RPNFKPDIQEIPK_"
- ],
- [
- 12912,
- 2,
- 15,
- 4,
- 0.1992,
- "_DLLHPSPEEEK_"
- ],
- [
- 2938,
- 3,
- 29,
- 5,
- 0.3985,
- "_IVAPISDSPKPPPQR_"
- ],
- [
- 19757,
- 2,
- 15,
- 4,
- 0.1992,
- "_AQAELVGTADEATR_"
- ],
- [
- 16489,
- 2,
- 15,
- 5,
- 0.1992,
- "_EEAQAEIEQYR_"
- ],
- [
- 8383,
- 3,
- 18,
- 5,
- 0.2419,
- "_TLTTVQGIADDYDKKK_"
- ],
- [
- 26843,
- 2,
- 13,
- 5,
- 0.17071,
- "_EIYTHFTCATDTK_"
- ],
- [
- 27812,
- 2,
- 12,
- 3,
- 0.15653,
- "_HQAQIDHYLGLANK_"
- ],
- [
- 15510,
- 3,
- 15,
- 6,
- 0.1992,
- "_IVAERPGTNSTGPAPMAPPR_"
- ],
- [
- 36459,
- 4,
- 11,
- 7,
- 0.1423,
- "_GVQCEEEEEEKKDSGVASTEDSSSSHITAAAIAAK_"
- ],
- [
- 49045,
- 2,
- 15,
- 6,
- 0.1992,
- "_SSSADFGTFNTSQSHQTASAVSK_"
- ],
- [
- 9399,
- 4,
- 17,
- 5,
- 0.22769,
- "_VVTTNYKPVANHQYNIEYER_"
- ],
- [
- 36830,
- 2,
- 12,
- 5,
- 0.15653,
- "_TEQQESDSVQCMPVAK_"
- ],
- [
- 3253,
- 2,
- 21,
- 5,
- 0.28463,
- "_CVNTTLQIK_"
- ],
- [
- 27176,
- 2,
- 11,
- 5,
- 0.1423,
- "_VDSQASITQDSDSIK_"
- ],
- [
- 2079,
- 2,
- 12,
- 3,
- 0.15653,
- "_GELASYDMR_"
- ],
- [
- 229,
- 2,
- 25,
- 4,
- 0.34166,
- "_VPPPPPIAR_"
- ],
- [
- 1570,
- 2,
- 16,
- 3,
- 0.21346,
- "_NIYSEELR_"
- ],
- [
- 21866,
- 2,
- 16,
- 4,
- 0.21346,
- "_SFSQSSNLITHVR_"
- ],
- [
- 10676,
- 2,
- 16,
- 5,
- 0.21346,
- "_KSADTLWGIQK_"
- ],
- [
- 12584,
- 2,
- 8,
- 4,
- 0.099617,
- "_YSLIVAQHVEK_"
- ],
- [
- 7358,
- 2,
- 7,
- 3,
- 0.085381,
- "_ATEISTAVVQR_"
- ],
- [
- 103,
- 2,
- 11,
- 3,
- 0.1423,
- "_MPYEDIR_"
- ],
- [
- 35892,
- 2,
- 18,
- 5,
- 0.24193,
- "_ESPNPPNPSGQCPICR_"
- ],
- [
- 11697,
- 2,
- 11,
- 2,
- 0.1423,
- "_NGEVVHTPETSV_"
- ],
- [
- 43681,
- 2,
- 10,
- 4,
- 0.12808,
- "_GGHMDDGGYSM(Oxidation (M))NFNMSSSR_"
- ],
- [
- 18218,
- 2,
- 10,
- 3,
- 0.12808,
- "_CNGQPVPFQQPK_"
- ],
- [
- 38454,
- 2,
- 10,
- 5,
- 0.12808,
- "_FAEVECLAESHQHLSK_"
- ],
- [
- 23704,
- 2,
- 8,
- 2,
- 0.099617,
- "_MEQEVENFSCSR_"
- ],
- [
- 23544,
- 2,
- 14,
- 5,
- 0.18497,
- "_KVIEEQLEPAVEK_"
- ],
- [
- 285,
- 3,
- 14,
- 6,
- 0.18497,
- "_QIATLHAQVADMK_"
- ],
- [
- 15385,
- 2,
- 13,
- 5,
- 0.17075,
- "_LVINSGNGAVEDR_"
- ],
- [
- 15735,
- 3,
- 14,
- 5,
- 0.18497,
- "_SINFLHQVCHDQTPTTK_"
- ],
- [
- 15367,
- 2,
- 5,
- 2,
- 0.056921,
- "_SEGETIMSSSMGK_"
- ],
- [
- 8346,
- 2,
- 14,
- 3,
- 0.18497,
- "_QPAPTTIGGLNK_"
- ],
- [
- 2183,
- 2,
- 10,
- 4,
- 0.12808,
- "_FDNLYGCR_"
- ],
- [
- 28768,
- 2,
- 9,
- 2,
- 0.11385,
- "_LEQDQTTAQLQVQK_"
- ],
- [
- 9535,
- 2,
- 8,
- 3,
- 0.099617,
- "_EHALAQAELLK_"
- ],
- [
- 18669,
- 2,
- 10,
- 3,
- 0.12808,
- "_MSAVSQDAIEDSR_"
- ],
- [
- 1993,
- 2,
- 10,
- 4,
- 0.12808,
- "_YSGTLNLDR_"
- ],
- [
- 644,
- 3,
- 20,
- 7,
- 0.2704,
- "_CPNLTHLNLSGNK_"
- ],
- [
- 21292,
- 2,
- 12,
- 3,
- 0.15653,
- "_SVAHGQAPEMPLVK_"
- ],
- [
- 24660,
- 2,
- 10,
- 4,
- 0.12808,
- "_KALELDPDNETYK_"
- ],
- [
- 17896,
- 3,
- 10,
- 5,
- 0.12808,
- "_LGEVVNTHGPVEPDKDNIR_"
- ],
- [
- 10022,
- 2,
- 11,
- 4,
- 0.14229,
- "_KLVAIVDPHIK_"
- ],
- [
- 10587,
- 3,
- 11,
- 2,
- 0.14229,
- "_VNLQNNPGAMEHFHMK_"
- ],
- [
- 32572,
- 2,
- 8,
- 4,
- 0.09959,
- "_IRTEDSEASTCVIIK_"
- ],
- [
- 30922,
- 2,
- 12,
- 5,
- 0.15651,
- "_LNTTTMSNATANSSIR_"
- ],
- [
- 37654,
- 2,
- 9,
- 3,
- 0.11383,
- "_MMDSQENYGSSMGGPNR_"
- ],
- [
- 17100,
- 3,
- 11,
- 5,
- 0.14229,
- "_GGHMDDGGYSM(Oxidation (M))NFNMSSSR_"
- ],
- [
- 21134,
- 2,
- 18,
- 3,
- 0.2419,
- "_YETIHLTEEPTK_"
- ],
- [
- 44304,
- 2,
- 9,
- 4,
- 0.11383,
- "_LGEVVNTHGPVEPDKDNIR_"
- ],
- [
- 5476,
- 4,
- 18,
- 6,
- 0.2419,
- "_LKPPTLIHGQAPSAGLPSQKPK_"
- ],
- [
- 17868,
- 2,
- 19,
- 5,
- 0.25614,
- "_TFTAWCNSHLR_"
- ],
- [
- 4752,
- 2,
- 12,
- 5,
- 0.15651,
- "_LAAIAESGVER_"
- ],
- [
- 33720,
- 2,
- 11,
- 7,
- 0.14229,
- "_EDLNCQEEEDPMNK_"
- ],
- [
- 10368,
- 3,
- 12,
- 4,
- 0.15651,
- "_EEATKEEEAIKEEVVK_"
- ],
- [
- 4417,
- 2,
- 13,
- 4,
- 0.17074,
- "_ALAAAGYDVEK_"
- ],
- [
- 11264,
- 2,
- 33,
- 6,
- 0.45545,
- "_IDEPLEGSEDR_"
- ],
- [
- 1684,
- 3,
- 12,
- 4,
- 0.15651,
- "_LAQSNGWGVMVSHR_"
- ],
- [
- 29471,
- 2,
- 8,
- 2,
- 0.09959,
- "_TAPSCTEAPLQGSVTK_"
- ],
- [
- 19467,
- 2,
- 15,
- 6,
- 0.19918,
- "_QIATLHAQVADMK_"
- ],
- [
- 3099,
- 2,
- 7,
- 2,
- 0.085369,
- "_ITDLQNQLK_"
- ],
- [
- 8552,
- 2,
- 14,
- 2,
- 0.18496,
- "_QEATLVVGGDGR_"
- ],
- [
- 28853,
- 2,
- 7,
- 3,
- 0.085369,
- "_AAAAPFQTSQASASAPR_"
- ],
- [
- 7088,
- 3,
- 14,
- 4,
- 0.18496,
- "_FACNTCPYVHNITR_"
- ],
- [
- 16018,
- 2,
- 16,
- 5,
- 0.21341,
- "_ATEDGTPYDPYK_"
- ],
- [
- 41546,
- 2,
- 6,
- 2,
- 0.07113,
- "_MAETVDTSEM(Oxidation (M))VNGATEQR_"
- ],
- [
- 5075,
- 2,
- 22,
- 4,
- 0.29885,
- "_KSDVEAIFSK_"
- ],
- [
- 36252,
- 2,
- 12,
- 4,
- 0.15652,
- "_EDGSEVGVGGAQVTGSNTR_"
- ],
- [
- 28019,
- 2,
- 14,
- 4,
- 0.18498,
- "_IIAGDKEVVIAQNDK_"
- ],
- [
- 27448,
- 2,
- 14,
- 4,
- 0.18498,
- "_EVLNEEDEVQPNGK_"
- ],
- [
- 7438,
- 2,
- 12,
- 3,
- 0.15652,
- "_YELPAPSSGQK_"
- ],
- [
- 13628,
- 3,
- 12,
- 5,
- 0.15652,
- "_ASAGHVAVSSPTPETGPLQR_"
- ],
- [
- 20762,
- 2,
- 12,
- 3,
- 0.15652,
- "_EVPEHITEEELK_"
- ],
- [
- 19146,
- 2,
- 15,
- 4,
- 0.19919,
- "_CTGGEVGATSALAPK_"
- ],
- [
- 6592,
- 3,
- 15,
- 2,
- 0.19919,
- "_YGAHNYHPLPVALER_"
- ],
- [
- 19081,
- 3,
- 11,
- 2,
- 0.14229,
- "_LGEM(Oxidation (M))WNNTAADDKQPYEK_"
- ],
- [
- 25863,
- 3,
- 15,
- 7,
- 0.19919,
- "_SSSADFGTFNTSQSHQTASAVSK_"
- ],
- [
- 10058,
- 2,
- 15,
- 4,
- 0.19919,
- "_RNEFLGELQK_"
- ],
- [
- 34965,
- 2,
- 15,
- 4,
- 0.19919,
- "_NVCEQGTSTVDQNFGK_"
- ],
- [
- 36938,
- 2,
- 7,
- 4,
- 0.085364,
- "_GHVLSYEGGMSVTQCSK_"
- ],
- [
- 10447,
- 2,
- 7,
- 4,
- 0.085364,
- "_QVQVALETAQR_"
- ],
- [
- 22866,
- 2,
- 7,
- 2,
- 0.085364,
- "_LMADNYEDDHFK_"
- ],
- [
- 41170,
- 2,
- 10,
- 4,
- 0.12806,
- "_AVDLVEEESGAPGEEQRR_"
- ],
- [
- 18558,
- 3,
- 12,
- 6,
- 0.15652,
- "_QPSDGMERPSSLMDSSQEK_"
- ],
- [
- 19134,
- 2,
- 5,
- 4,
- 0.056931,
- "_LQNAADMPANMDK_"
- ],
- [
- 9925,
- 4,
- 14,
- 7,
- 0.18498,
- "_ALDVTDKEGEEREDADVSVTQR_"
- ],
- [
- 2573,
- 2,
- 14,
- 5,
- 0.18498,
- "_HFVGMLPEK_"
- ],
- [
- 8322,
- 2,
- 13,
- 4,
- 0.17075,
- "_DVEEGDEKFE_"
- ],
- [
- 29302,
- 2,
- 14,
- 4,
- 0.18498,
- "_AVDQHNAEAQDIFGK_"
- ],
- [
- 48318,
- 2,
- 14,
- 5,
- 0.18498,
- "_RQDSDLVQCGVTSPSSAEATGK_"
- ],
- [
- 12239,
- 2,
- 14,
- 5,
- 0.18498,
- "_GEHPGLSIGDVAK_"
- ],
- [
- 22054,
- 3,
- 9,
- 5,
- 0.11382,
- "_KLLEAHEEQNVDSYTESVK_"
- ],
- [
- 25773,
- 3,
- 10,
- 2,
- 0.12806,
- "_DSVYIHDHENGAEDSNVALEK_"
- ],
- [
- 26098,
- 2,
- 9,
- 3,
- 0.11382,
- "_QIGTFASVEQFWR_"
- ],
- [
- 6954,
- 2,
- 8,
- 4,
- 0.099602,
- "_DGDEFNNSIR_"
- ],
- [
- 4190,
- 2,
- 11,
- 4,
- 0.14228,
- "_KLLIIGTTSR_"
- ],
- [
- 46915,
- 2,
- 7,
- 3,
- 0.085366,
- "_GALETDNSNSSAQVSTVGQTSR_"
- ],
- [
- 24346,
- 3,
- 10,
- 6,
- 0.12805,
- "_RQDSDLVQCGVTSPSSAEATGK_"
- ],
- [
- 1459,
- 2,
- 9,
- 5,
- 0.11383,
- "_LLLSATSGEK_"
- ],
- [
- 29187,
- 2,
- 10,
- 3,
- 0.12805,
- "_SCSLVLEHQPDNIK_"
- ],
- [
- 13592,
- 2,
- 4,
- 3,
- 0.042667,
- "_QSTDEEVTSLAK_"
- ],
- [
- 21807,
- 2,
- 11,
- 3,
- 0.14228,
- "_DSSMEEGVSAVAHR_"
- ],
- [
- 11752,
- 2,
- 10,
- 4,
- 0.12805,
- "_AVAGNISDPGLQK_"
- ],
- [
- 30018,
- 2,
- 12,
- 3,
- 0.15651,
- "_TTHYTPLACGSNPLK_"
- ],
- [
- 2790,
- 3,
- 9,
- 3,
- 0.11383,
- "_IYCKPHFNQLFK_"
- ],
- [
- 12425,
- 2,
- 9,
- 3,
- 0.11383,
- "_VLSHNLCTVLK_"
- ],
- [
- 18412,
- 2,
- 12,
- 5,
- 0.15651,
- "_NEMGHTPLDYAR_"
- ],
- [
- 46873,
- 2,
- 12,
- 6,
- 0.15651,
- "_DGEEEEEEEEPLDESSVKK_"
- ],
- [
- 29693,
- 3,
- 12,
- 7,
- 0.15651,
- "_EETPGQRPAVTETHQLAELNEK_"
- ],
- [
- 47144,
- 2,
- 9,
- 2,
- 0.11383,
- "_TEEDETSEDANCLALSGHDK_"
- ],
- [
- 12761,
- 2,
- 11,
- 2,
- 0.14228,
- "_ICNQVLVCER_"
- ],
- [
- 22000,
- 2,
- 12,
- 4,
- 0.15651,
- "_AWSSQDEVSTNVR_"
- ],
- [
- 358,
- 2,
- 11,
- 4,
- 0.14228,
- "_YNLDDYR_"
- ],
- [
- 31683,
- 2,
- 16,
- 7,
- 0.21341,
- "_NVSEELDRTPPEVSK_"
- ],
- [
- 33834,
- 3,
- 13,
- 6,
- 0.17075,
- "_HGGGGGGGSGPSAGSGGGGFGGSAAVAAATASGGK_"
- ],
- [
- 19328,
- 2,
- 16,
- 2,
- 0.21341,
- "_LYKDDQLLDDGK_"
- ],
- [
- 22554,
- 2,
- 17,
- 3,
- 0.22764,
- "_CIDIQQSNEVER_"
- ],
- [
- 43254,
- 2,
- 14,
- 5,
- 0.18497,
- "_FSGISGCSDGVSQEGSASSTK_"
- ],
- [
- 12002,
- 2,
- 14,
- 3,
- 0.18497,
- "_AISSTEAVLNNR_"
- ],
- [
- 8490,
- 2,
- 13,
- 5,
- 0.17075,
- "_KIQEILTQVK_"
- ],
- [
- 788,
- 2,
- 6,
- 2,
- 0.071155,
- "_LYDYVCR_"
- ],
- [
- 16086,
- 2,
- 14,
- 6,
- 0.18497,
- "_AAECNIVVTQPR_"
- ],
- [
- 2832,
- 2,
- 15,
- 4,
- 0.1992,
- "_KLYDIDVAK_"
- ],
- [
- 1315,
- 2,
- 15,
- 5,
- 0.1992,
- "_LQIPEEER_"
- ],
- [
- 21245,
- 2,
- 11,
- 4,
- 0.14228,
- "_VQLTTCIHHIIK_"
- ],
- [
- 6307,
- 4,
- 11,
- 5,
- 0.14228,
- "_SPQCSNPGLCVQPHHIGVSVK_"
- ],
- [
- 26931,
- 2,
- 15,
- 6,
- 0.1992,
- "_ACMEEMHQVAIAAK_"
- ],
- [
- 20059,
- 2,
- 11,
- 5,
- 0.14228,
- "_VALHLDEEDKLR_"
- ],
- [
- 44984,
- 3,
- 12,
- 4,
- 0.15651,
- "_AQTTAQASTPGQPPPQPQAPSHAAGQSALPQR_"
- ],
- [
- 883,
- 2,
- 21,
- 7,
- 0.28458,
- "_LTDCVVMR_"
- ],
- [
- 10279,
- 4,
- 15,
- 5,
- 0.1992,
- "_EETPGQRPAVTETHQLAELNEK_"
- ],
- [
- 34638,
- 2,
- 11,
- 6,
- 0.14228,
- "_LIQNNHYAMEDVATR_"
- ],
- [
- 14437,
- 2,
- 20,
- 4,
- 0.27036,
- "_ALNHEIEELEK_"
- ],
- [
- 18638,
- 2,
- 8,
- 2,
- 0.099596,
- "_EPPGSTAGLPQEPK_"
- ],
- [
- 3079,
- 3,
- 19,
- 5,
- 0.2561,
- "_HQAQIDHYLGLANK_"
- ],
- [
- 23082,
- 2,
- 16,
- 3,
- 0.21343,
- "_KLEELELDEQQK_"
- ],
- [
- 19491,
- 2,
- 10,
- 5,
- 0.12806,
- "_LDECEEAFQGTK_"
- ],
- [
- 13497,
- 3,
- 16,
- 3,
- 0.21343,
- "_GMPNHIHMGAGPPPQFNR_"
- ],
- [
- 1769,
- 2,
- 18,
- 4,
- 0.24187,
- "_ESLIDGIKR_"
- ],
- [
- 3177,
- 2,
- 18,
- 3,
- 0.24187,
- "_SLPHLPGTPR_"
- ],
- [
- 4643,
- 2,
- 9,
- 4,
- 0.11382,
- "_QLQSDFYGR_"
- ],
- [
- 11463,
- 2,
- 17,
- 4,
- 0.22764,
- "_CSEQPSISDIK_"
- ],
- [
- 24466,
- 2,
- 11,
- 4,
- 0.14228,
- "_LFSYYGPQEGDKK_"
- ],
- [
- 1498,
- 2,
- 12,
- 3,
- 0.15651,
- "_CLDAVVSTR_"
- ],
- [
- 2420,
- 2,
- 9,
- 4,
- 0.11382,
- "_MIEYDPER_"
- ],
- [
- 10794,
- 2,
- 13,
- 5,
- 0.17074,
- "_CLSEQSVAISR_"
- ],
- [
- 3624,
- 2,
- 24,
- 5,
- 0.3273,
- "_NYYEQWGK_"
- ],
- [
- 5952,
- 2,
- 13,
- 4,
- 0.17074,
- "_LNLHYAVVSK_"
- ],
- [
- 5492,
- 3,
- 12,
- 6,
- 0.15651,
- "_LGLHQQGSEPSYLDR_"
- ],
- [
- 17576,
- 2,
- 13,
- 4,
- 0.17074,
- "_TVNQQTMAAPVVK_"
- ],
- [
- 1850,
- 2,
- 13,
- 3,
- 0.17074,
- "_IIDDSEITK_"
- ],
- [
- 15703,
- 2,
- 10,
- 4,
- 0.12806,
- "_IYGFYDECKR_"
- ],
- [
- 22987,
- 2,
- 12,
- 2,
- 0.15652,
- "_TGTLHEACEQLLK_"
- ],
- [
- 26277,
- 2,
- 12,
- 5,
- 0.15652,
- "_NLTLQLEQESNKR_"
- ],
- [
- 1697,
- 2,
- 13,
- 3,
- 0.17075,
- "_APIQWEER_"
- ],
- [
- 4308,
- 3,
- 12,
- 6,
- 0.15652,
- "_TFVHVVPAKPEGTFK_"
- ],
- [
- 13361,
- 2,
- 12,
- 2,
- 0.15652,
- "_TSGGLLSEAPNEK_"
- ],
- [
- 2929,
- 2,
- 9,
- 3,
- 0.11383,
- "_AMINLHIQK_"
- ],
- [
- 4534,
- 2,
- 15,
- 4,
- 0.19921,
- "_LDFNTDEEK_"
- ],
- [
- 2640,
- 3,
- 16,
- 4,
- 0.21344,
- "_ACMEEMHQVAIAAK_"
- ],
- [
- 19910,
- 3,
- 12,
- 6,
- 0.15652,
- "_MAEELKPMDTDKESIAESK_"
- ],
- [
- 37281,
- 2,
- 8,
- 4,
- 0.099622,
- "_VCAGDDVQTGGPGAEEMR_"
- ],
- [
- 16293,
- 3,
- 10,
- 5,
- 0.12806,
- "_QNESATDEINHQSLIQSK_"
- ],
- [
- 11157,
- 3,
- 16,
- 4,
- 0.21344,
- "_FAEVECLAESHQHLSK_"
- ],
- [
- 21331,
- 2,
- 11,
- 2,
- 0.14229,
- "_QTGSGPLGNSYVER_"
- ],
- [
- 39418,
- 2,
- 13,
- 6,
- 0.17075,
- "_CVACECDLGGSSSGAEVR_"
- ],
- [
- 13097,
- 2,
- 6,
- 3,
- 0.071135,
- "_GTYADDCLVQR_"
- ],
- [
- 153,
- 2,
- 10,
- 4,
- 0.12806,
- "_GLVLGPIHK_"
- ],
- [
- 20139,
- 2,
- 13,
- 4,
- 0.17075,
- "_THGSEIINDLQGR_"
- ],
- [
- 3734,
- 2,
- 15,
- 5,
- 0.19921,
- "_GPTEADELMK_"
- ],
- [
- 8290,
- 3,
- 9,
- 2,
- 0.11383,
- "_EVLDEDTDEEKETLK_"
- ],
- [
- 13181,
- 2,
- 10,
- 3,
- 0.12806,
- "_AAAPAPVSEAVCR_"
- ],
- [
- 27926,
- 2,
- 9,
- 3,
- 0.11383,
- "_THTMTGSPGEGGLLPR_"
- ],
- [
- 21404,
- 2,
- 12,
- 4,
- 0.15653,
- "_KDYEEIGPSICR_"
- ],
- [
- 24172,
- 2,
- 12,
- 6,
- 0.15653,
- "_EKEQLMASDDFGR_"
- ],
- [
- 4042,
- 2,
- 9,
- 5,
- 0.11386,
- "_TIVTNEYMK_"
- ],
- [
- 23788,
- 2,
- 21,
- 6,
- 0.28457,
- "_ETTESLHGDISSLK_"
- ],
- [
- 16971,
- 2,
- 8,
- 3,
- 0.099633,
- "_KVPWFDQQNGR_"
- ],
- [
- 15569,
- 2,
- 8,
- 4,
- 0.099633,
- "_RYEEDMYWR_"
- ],
- [
- 13238,
- 2,
- 12,
- 5,
- 0.15653,
- "_TSCALTIHAIGR_"
- ],
- [
- 17421,
- 2,
- 12,
- 3,
- 0.15653,
- "_ESTLHLINAEEK_"
- ],
- [
- 25057,
- 2,
- 8,
- 3,
- 0.099633,
- "_EAFEAYTDHATYK_"
- ],
- [
- 5917,
- 4,
- 11,
- 5,
- 0.14229,
- "_TLHPLLEDGCIEDDPAPHKK_"
- ],
- [
- 3158,
- 3,
- 11,
- 2,
- 0.14229,
- "_THTMTGSPGEGGLLPR_"
- ],
- [
- 4691,
- 2,
- 11,
- 4,
- 0.14229,
- "_SFAGNLNTYK_"
- ],
- [
- 22040,
- 2,
- 11,
- 4,
- 0.14229,
- "_VWCTTNEGEPMR_"
- ],
- [
- 28322,
- 2,
- 11,
- 5,
- 0.14229,
- "_YLQTIMDANAQSHK_"
- ],
- [
- 21652,
- 3,
- 11,
- 5,
- 0.14229,
- "_DGEEEEEEEEPLDESSVKK_"
- ],
- [
- 9016,
- 3,
- 12,
- 4,
- 0.15653,
- "_EAYHAVVLSYGAEDHR_"
- ],
- [
- 2944,
- 2,
- 18,
- 5,
- 0.24191,
- "_YMEVSGNLR_"
- ],
- [
- 2209,
- 4,
- 16,
- 5,
- 0.21345,
- "_LGEVVNTHGPVEPDKDNIR_"
- ],
- [
- 20653,
- 2,
- 13,
- 2,
- 0.17075,
- "_AEQEEYVQEGIR_"
- ],
- [
- 440,
- 4,
- 10,
- 2,
- 0.12807,
- "_SGVYQHVTGEMMGGHAIR_"
- ],
- [
- 28364,
- 2,
- 9,
- 2,
- 0.11386,
- "_TSGADGLVGEDGAADASK_"
- ],
- [
- 534,
- 2,
- 10,
- 3,
- 0.12807,
- "_AVGQDTLLR_"
- ],
- [
- 4637,
- 2,
- 14,
- 3,
- 0.18499,
- "_SMDFEEAER_"
- ],
- [
- 14066,
- 2,
- 13,
- 4,
- 0.17075,
- "_QASQGMVGQLAAR_"
- ],
- [
- 9641,
- 2,
- 14,
- 4,
- 0.18499,
- "_LFVSGACDASAK_"
- ],
- [
- 12876,
- 2,
- 13,
- 3,
- 0.17075,
- "_ELDRNELFEK_"
- ],
- [
- 5893,
- 2,
- 9,
- 4,
- 0.11387,
- "_GFTAAGVLAAHK_"
- ],
- [
- 42603,
- 2,
- 11,
- 2,
- 0.14231,
- "_SQPSSEEATTGEAAPVSGYR_"
- ],
- [
- 4396,
- 2,
- 12,
- 2,
- 0.15653,
- "_AGCDEIWEK_"
- ],
- [
- 37873,
- 2,
- 18,
- 8,
- 0.24192,
- "_ENAEVDGDDDAEEMEAK_"
- ],
- [
- 38254,
- 3,
- 13,
- 6,
- 0.17077,
- "_YSTPTYTGGQSESHVQSASEDTVTER_"
- ],
- [
- 13163,
- 2,
- 17,
- 4,
- 0.22769,
- "_GQSSWGTGESFR_"
- ],
- [
- 14119,
- 2,
- 4,
- 2,
- 0.042715,
- "_LQNSASATALVSR_"
- ],
- [
- 3340,
- 2,
- 17,
- 6,
- 0.22769,
- "_QLYEEEIR_"
- ],
- [
- 46031,
- 3,
- 9,
- 6,
- 0.11387,
- "_ADSQDAGQETEKEGEEPQASAQDETPITSAK_"
- ],
- [
- 25634,
- 2,
- 10,
- 3,
- 0.1281,
- "_DSFAQQLHQEAER_"
- ],
- [
- 17292,
- 3,
- 14,
- 5,
- 0.18499,
- "_NQAAIQGRPPYAASAEEVAK_"
- ],
- [
- 22097,
- 2,
- 10,
- 4,
- 0.1281,
- "_LESIDGNEEESMK_"
- ],
- [
- 4948,
- 2,
- 14,
- 4,
- 0.18499,
- "_DLEGSDIDTR_"
- ],
- [
- 31279,
- 3,
- 10,
- 6,
- 0.1281,
- "_GGGSAAAAAAAAASGGAGSDNSVEHSDYR_"
- ],
- [
- 38966,
- 2,
- 7,
- 4,
- 0.085402,
- "_NKNEVFYQCPDQMAR_"
- ],
- [
- 1922,
- 4,
- 16,
- 7,
- 0.21346,
- "_FVHTSVHGVGHSFVQSAFK_"
- ],
- [
- 18395,
- 3,
- 17,
- 5,
- 0.22769,
- "_DKPEEQWWNAEDSEGKR_"
- ],
- [
- 8894,
- 2,
- 11,
- 2,
- 0.14231,
- "_ASPQSEFMPSK_"
- ],
- [
- 29046,
- 2,
- 15,
- 6,
- 0.19923,
- "_YGTCPHGGYGLGLER_"
- ],
- [
- 11186,
- 2,
- 13,
- 5,
- 0.17077,
- "_RQPILDAMDAK_"
- ],
- [
- 7681,
- 3,
- 21,
- 5,
- 0.28458,
- "_TKPADMVIEAYGHGQR_"
- ],
- [
- 51458,
- 2,
- 10,
- 5,
- 0.1281,
- "_NETVSSNSSNNTGNSTTETSSTLEVR_"
- ],
- [
- 20532,
- 2,
- 18,
- 6,
- 0.24192,
- "_GNVFSSPTAAGTPNK_"
- ],
- [
- 19739,
- 3,
- 12,
- 5,
- 0.15653,
- "_DIGKPEVEYDCDNLQHSK_"
- ],
- [
- 4111,
- 2,
- 10,
- 3,
- 0.1281,
- "_ATVMFECDK_"
- ],
- [
- 8568,
- 2,
- 12,
- 4,
- 0.15653,
- "_ALYEQSLHIK_"
- ],
- [
- 1585,
- 3,
- 13,
- 2,
- 0.17077,
- "_VRPGFCFHLCSR_"
- ],
- [
- 29553,
- 2,
- 17,
- 6,
- 0.22769,
- "_GISEETTTGVHNLYK_"
- ],
- [
- 5975,
- 2,
- 9,
- 3,
- 0.11387,
- "_LFYEDGSGEK_"
- ],
- [
- 34734,
- 3,
- 9,
- 5,
- 0.11387,
- "_CSASVPANPGVCGNCGENVYQCHK_"
- ],
- [
- 43846,
- 2,
- 13,
- 6,
- 0.17076,
- "_NQAAIQGRPPYAASAEEVAK_"
- ],
- [
- 15461,
- 2,
- 11,
- 2,
- 0.14233,
- "_EGGFGSDFGGSGSGK_"
- ],
- [
- 24999,
- 2,
- 10,
- 5,
- 0.1281,
- "_AISSASSPQSPGDALR_"
- ],
- [
- 24452,
- 2,
- 11,
- 5,
- 0.14233,
- "_FGEYNSNMSPEEK_"
- ],
- [
- 42975,
- 2,
- 10,
- 5,
- 0.1281,
- "_TVQHQDSQVNALEVTPDR_"
- ],
- [
- 10964,
- 2,
- 12,
- 2,
- 0.15654,
- "_TLMECVSNTAK_"
- ],
- [
- 2357,
- 2,
- 11,
- 2,
- 0.14233,
- "_SLLDACESR_"
- ],
- [
- 40392,
- 2,
- 11,
- 4,
- 0.14233,
- "_INEELESQYQQSM(Oxidation (M))DSK_"
- ],
- [
- 8974,
- 2,
- 10,
- 2,
- 0.1281,
- "_NVDLDLAASHR_"
- ],
- [
- 35319,
- 2,
- 13,
- 5,
- 0.17076,
- "_EVLDEDTDEEKETLK_"
- ],
- [
- 1115,
- 2,
- 13,
- 4,
- 0.17076,
- "_VPVDEFDGK_"
- ],
- [
- 15247,
- 2,
- 12,
- 4,
- 0.15654,
- "_SAFPHLQDAQVK_"
- ],
- [
- 26889,
- 2,
- 12,
- 3,
- 0.15654,
- "_HILEDSCAELGESK_"
- ],
- [
- 19695,
- 4,
- 11,
- 6,
- 0.14233,
- "_QNENEEENLDKEQTGNLKQELDDK_"
- ],
- [
- 26784,
- 2,
- 12,
- 4,
- 0.15654,
- "_NLAQLNDIHQQYK_"
- ],
- [
- 14661,
- 2,
- 11,
- 2,
- 0.14233,
- "_AQELAQPGDLCK_"
- ],
- [
- 51588,
- 2,
- 10,
- 6,
- 0.1281,
- "_QDNDTGNEEQEEEEDDEEEMEEK_"
- ],
- [
- 18145,
- 2,
- 13,
- 4,
- 0.17076,
- "_CTEDMTEDELR_"
- ],
- [
- 18209,
- 3,
- 10,
- 6,
- 0.1281,
- "_IHAVGAPSVCSSCGQSYYR_"
- ],
- [
- 12994,
- 3,
- 11,
- 5,
- 0.14233,
- "_VKHEVSGETVVFQGGALGK_"
- ],
- [
- 25861,
- 2,
- 13,
- 5,
- 0.17076,
- "_SLAEACSDGDVNAVR_"
- ],
- [
- 25753,
- 2,
- 15,
- 7,
- 0.19922,
- "_ETVQTTEDQILKR_"
- ],
- [
- 2823,
- 2,
- 8,
- 2,
- 0.099634,
- "_LNEVYEAVK_"
- ],
- [
- 2264,
- 2,
- 17,
- 4,
- 0.22769,
- "_VPVDVAYQR_"
- ],
- [
- 9198,
- 2,
- 17,
- 4,
- 0.22769,
- "_AETEEGPDVLR_"
- ],
- [
- 2477,
- 2,
- 18,
- 4,
- 0.24192,
- "_EMPPTNPIR_"
- ],
- [
- 10633,
- 2,
- 14,
- 4,
- 0.185,
- "_KTLLSNLEEAK_"
- ],
- [
- 31746,
- 2,
- 13,
- 6,
- 0.17076,
- "_SADGSAPAGEGEGVTLQR_"
- ],
- [
- 17659,
- 2,
- 18,
- 4,
- 0.24192,
- "_ADEASELACPTPK_"
- ],
- [
- 10589,
- 3,
- 9,
- 6,
- 0.11384,
- "_MSSSEEESKIDLLDRK_"
- ],
- [
- 9653,
- 4,
- 18,
- 6,
- 0.24192,
- "_TVVTEHALHQHTISTLHWSPR_"
- ],
- [
- 6506,
- 2,
- 18,
- 3,
- 0.24192,
- "_SGIQPLCPER_"
- ],
- [
- 23859,
- 2,
- 6,
- 4,
- 0.071177,
- "_YDTGSDDWDTSEK_"
- ],
- [
- 24667,
- 2,
- 14,
- 4,
- 0.185,
- "_TLQEVTEMDSVKR_"
- ],
- [
- 9207,
- 3,
- 24,
- 7,
- 0.32731,
- "_EIVHLQAGQCGNQIGAK_"
- ],
- [
- 45834,
- 2,
- 9,
- 4,
- 0.11384,
- "_TGGPAYGPSSDVSTASETESEK_"
- ],
- [
- 26246,
- 3,
- 11,
- 6,
- 0.14233,
- "_SDPLGSTQDHALSQESSEPGCR_"
- ],
- [
- 2070,
- 2,
- 9,
- 4,
- 0.11384,
- "_RIILLAEGR_"
- ],
- [
- 7524,
- 2,
- 12,
- 4,
- 0.15657,
- "_EYQTQLIQR_"
- ],
- [
- 24626,
- 3,
- 17,
- 6,
- 0.2277,
- "_CLTTDEYDGHSTYPSHQYQ_"
- ],
- [
- 3183,
- 3,
- 6,
- 3,
- 0.071187,
- "_ASYFICHDQETIK_"
- ],
- [
- 11688,
- 2,
- 17,
- 5,
- 0.2277,
- "_YLAEVACGDDR_"
- ],
- [
- 499,
- 3,
- 12,
- 4,
- 0.15657,
- "_VQEHPASAEFVLK_"
- ],
- [
- 12470,
- 2,
- 12,
- 3,
- 0.15657,
- "_HETLTSLNLEK_"
- ],
- [
- 15447,
- 2,
- 12,
- 4,
- 0.15657,
- "_AKTELLLSAEAAK_"
- ],
- [
- 33089,
- 2,
- 21,
- 5,
- 0.28462,
- "_TQTPPVSPAPQPTEER_"
- ],
- [
- 23741,
- 2,
- 12,
- 4,
- 0.15657,
- "_KLDNTTAAVQELGR_"
- ],
- [
- 1699,
- 2,
- 7,
- 2,
- 0.085416,
- "_VTVDDLPNR_"
- ],
- [
- 8414,
- 2,
- 12,
- 3,
- 0.15657,
- "_DSIVHQAGMLK_"
- ],
- [
- 6824,
- 2,
- 18,
- 3,
- 0.24193,
- "_FYSVYGSGQR_"
- ],
- [
- 4555,
- 3,
- 11,
- 4,
- 0.14234,
- "_LVHSNLEDDPEEIR_"
- ],
- [
- 11990,
- 2,
- 12,
- 4,
- 0.15657,
- "_GQLGDAVSGTDVR_"
- ],
- [
- 27821,
- 4,
- 12,
- 8,
- 0.15657,
- "_KATLELTHNWGTEDDETQSYHNGNSDPR_"
- ],
- [
- 10179,
- 2,
- 11,
- 3,
- 0.14234,
- "_PHLENVVLCR_"
- ],
- [
- 11266,
- 3,
- 12,
- 3,
- 0.15657,
- "_TVLSHQGAVCEFCQPR_"
- ],
- [
- 36332,
- 2,
- 8,
- 4,
- 0.09964,
- "_VSAMDNTQQVDGSASVGR_"
- ],
- [
- 32397,
- 4,
- 12,
- 6,
- 0.15657,
- "_AQEEAPQQPEAAAAVTTPVTPAGHGHPEANSNEK_"
- ],
- [
- 28372,
- 2,
- 12,
- 4,
- 0.15657,
- "_LQSQLQENEEFQK_"
- ],
- [
- 3550,
- 3,
- 8,
- 3,
- 0.09964,
- "_QLLCGAAIGTHEDDK_"
- ],
- [
- 35732,
- 2,
- 8,
- 4,
- 0.09964,
- "_LNEAKEEFTSGGPLGQK_"
- ],
- [
- 14493,
- 3,
- 15,
- 3,
- 0.19924,
- "_EQHLAQLQQLQQMHQK_"
- ],
- [
- 30904,
- 2,
- 15,
- 5,
- 0.19924,
- "_NEDEENTLSVDCTR_"
- ],
- [
- 19314,
- 2,
- 13,
- 4,
- 0.17078,
- "_CGEMAQAASAAVTR_"
- ],
- [
- 13745,
- 2,
- 8,
- 2,
- 0.09964,
- "_LEAFEHPNVVR_"
- ],
- [
- 857,
- 3,
- 15,
- 5,
- 0.19924,
- "_LLHTLEGHAMPIR_"
- ],
- [
- 7254,
- 2,
- 15,
- 4,
- 0.19924,
- "_IQEVADELQK_"
- ],
- [
- 8012,
- 2,
- 13,
- 3,
- 0.17078,
- "_HTQLEQMFR_"
- ],
- [
- 13330,
- 2,
- 10,
- 4,
- 0.12808,
- "_ISELGAGNGGVVTK_"
- ],
- [
- 28511,
- 4,
- 16,
- 7,
- 0.21346,
- "_GSGFGHNGVDGNGVGQSQAGSGSTPSEPHPVLEK_"
- ],
- [
- 659,
- 2,
- 16,
- 4,
- 0.21346,
- "_MVMETIEK_"
- ],
- [
- 28654,
- 2,
- 9,
- 4,
- 0.11387,
- "_QLLCGAAIGTHEDDK_"
- ],
- [
- 1709,
- 2,
- 16,
- 4,
- 0.21346,
- "_KVEAPFIPK_"
- ],
- [
- 9113,
- 2,
- 14,
- 3,
- 0.185,
- "_VTQSNFAVGYK_"
- ],
- [
- 35514,
- 2,
- 13,
- 5,
- 0.17078,
- "_EKFEAGQFEPSETTAK_"
- ],
- [
- 30230,
- 2,
- 13,
- 6,
- 0.17078,
- "_DTSQSDKDLDDALDK_"
- ],
- [
- 260,
- 4,
- 16,
- 4,
- 0.21346,
- "_TELLPSRPHAPCPPAPR_"
- ],
- [
- 3920,
- 2,
- 14,
- 2,
- 0.185,
- "_FQGQPDIYK_"
- ],
- [
- 10283,
- 3,
- 10,
- 6,
- 0.12808,
- "_WLHEINQNCDDVCR_"
- ],
- [
- 44660,
- 2,
- 11,
- 3,
- 0.14231,
- "_KTAAELLQSQGSQAGGSQTLK_"
- ],
- [
- 35082,
- 2,
- 8,
- 5,
- 0.099647,
- "_VCGSDGVTYGNECQLK_"
- ],
- [
- 12838,
- 2,
- 11,
- 3,
- 0.14231,
- "_ALPESLGQHALR_"
- ],
- [
- 6169,
- 2,
- 11,
- 3,
- 0.14231,
- "_LEQAWMNEK_"
- ],
- [
- 23860,
- 2,
- 11,
- 3,
- 0.14231,
- "_YSCVCSPGFTGQR_"
- ],
- [
- 11633,
- 3,
- 10,
- 5,
- 0.1281,
- "_APEQRPAPNAAPVDPTLR_"
- ],
- [
- 18619,
- 2,
- 12,
- 5,
- 0.15657,
- "_EHFQDDVFNEK_"
- ],
- [
- 35397,
- 2,
- 10,
- 3,
- 0.1281,
- "_AASMHCQELMATGYPK_"
- ],
- [
- 359,
- 4,
- 8,
- 4,
- 0.099647,
- "_DLVHLSHNMLHGDGTNR_"
- ],
- [
- 37252,
- 2,
- 12,
- 5,
- 0.15657,
- "_VMTVNYNTHGELGEGAR_"
- ],
- [
- 4742,
- 2,
- 10,
- 3,
- 0.1281,
- "_NLSSHWLMK_"
- ],
- [
- 37239,
- 2,
- 10,
- 4,
- 0.1281,
- "_VSSSESDFSDAEGGMQSK_"
- ],
- [
- 7729,
- 4,
- 12,
- 6,
- 0.15657,
- "_THDMFVADNGKPVPLDEESHK_"
- ],
- [
- 38594,
- 2,
- 12,
- 5,
- 0.15657,
- "_TVLSHQGAVCEFCQPR_"
- ],
- [
- 4402,
- 2,
- 8,
- 4,
- 0.099647,
- "_ISEMEEELK_"
- ],
- [
- 49396,
- 2,
- 9,
- 6,
- 0.11387,
- "_YQEAAPNVANNTGPHAASCFGAK_"
- ],
- [
- 3967,
- 2,
- 16,
- 4,
- 0.21347,
- "_GVPQQIEVAR_"
- ],
- [
- 48458,
- 2,
- 18,
- 8,
- 0.24193,
- "_CLTTDEYDGHSTYPSHQYQ_"
- ],
- [
- 2891,
- 2,
- 14,
- 4,
- 0.18501,
- "_ELYSQLGEK_"
- ],
- [
- 9477,
- 2,
- 13,
- 3,
- 0.1708,
- "_LFQSNDQTLR_"
- ],
- [
- 16119,
- 3,
- 13,
- 4,
- 0.1708,
- "_TVQHQDSQVNALEVTPDR_"
- ],
- [
- 22365,
- 2,
- 22,
- 4,
- 0.29885,
- "_DQTPDENDQVVVK_"
- ],
- [
- 13774,
- 2,
- 20,
- 6,
- 0.27039,
- "_EDQTEYLEER_"
- ],
- [
- 5272,
- 4,
- 17,
- 6,
- 0.22769,
- "_PRPDPSPEIEGDLQPATHGSR_"
- ],
- [
- 4376,
- 2,
- 13,
- 6,
- 0.1708,
- "_MLIYDPAKR_"
- ],
- [
- 385,
- 2,
- 16,
- 3,
- 0.21347,
- "_MIVCVNPK_"
- ],
- [
- 9332,
- 3,
- 20,
- 5,
- 0.27039,
- "_SGKYDLDFKSPDDPSR_"
- ],
- [
- 20289,
- 2,
- 9,
- 5,
- 0.11387,
- "_KQELVTQNELLK_"
- ],
- [
- 5628,
- 2,
- 16,
- 3,
- 0.21346,
- "_LEQDEYALR_"
- ],
- [
- 8698,
- 2,
- 14,
- 4,
- 0.18502,
- "_ALEQQVEEMK_"
- ],
- [
- 33959,
- 2,
- 10,
- 3,
- 0.12809,
- "_KNQWVNLNEPEEEK_"
- ],
- [
- 3468,
- 2,
- 16,
- 4,
- 0.21346,
- "_NVIHPFLSR_"
- ],
- [
- 27138,
- 2,
- 12,
- 3,
- 0.15654,
- "_ARQEELYSELQAR_"
- ],
- [
- 46875,
- 2,
- 9,
- 4,
- 0.11387,
- "_LNQSAENGSSLPSAASSCAEAR_"
- ],
- [
- 42149,
- 2,
- 12,
- 4,
- 0.15654,
- "_TIQESSNLNEEDTGVTNR_"
- ],
- [
- 16985,
- 2,
- 9,
- 4,
- 0.11387,
- "_YVVISQGLDKPR_"
- ],
- [
- 7165,
- 2,
- 16,
- 3,
- 0.21346,
- "_QGNLSSQVPLK_"
- ],
- [
- 8991,
- 3,
- 12,
- 3,
- 0.15654,
- "_VDEDEDDLEEEHITK_"
- ],
- [
- 26676,
- 2,
- 17,
- 6,
- 0.22769,
- "_DINAYNCEEPTEK_"
- ],
- [
- 6691,
- 3,
- 22,
- 5,
- 0.29884,
- "_KAHEILPNLVCCSAK_"
- ],
- [
- 12428,
- 2,
- 10,
- 4,
- 0.12809,
- "_KIEPEAVLQTR_"
- ],
- [
- 2165,
- 2,
- 18,
- 3,
- 0.24192,
- "_AQVADVVVSR_"
- ],
- [
- 1546,
- 2,
- 11,
- 3,
- 0.14233,
- "_LNDFASTVR_"
- ],
- [
- 3832,
- 3,
- 11,
- 5,
- 0.14233,
- "_KFMDQHPEMDFSK_"
- ],
- [
- 41830,
- 2,
- 11,
- 4,
- 0.14233,
- "_QAAASATQTIAAAQHAASTPK_"
- ],
- [
- 8081,
- 2,
- 18,
- 4,
- 0.24192,
- "_SDEAVKPFGLK_"
- ],
- [
- 17061,
- 2,
- 11,
- 4,
- 0.14233,
- "_(Acetyl (Protein N-term))ASVSSATFSGHGAR_"
- ],
- [
- 31696,
- 2,
- 11,
- 5,
- 0.14233,
- "_SQAPEKPLVISQMGSK_"
- ],
- [
- 26094,
- 2,
- 12,
- 7,
- 0.15654,
- "_QAVTNPNNTFYATK_"
- ],
- [
- 50514,
- 2,
- 8,
- 4,
- 0.099638,
- "_STEEEDQGSATSQTNEQSSVWAK_"
- ],
- [
- 21447,
- 2,
- 10,
- 3,
- 0.12809,
- "_VCEPCYEQLNR_"
- ],
- [
- 34888,
- 2,
- 13,
- 4,
- 0.17079,
- "_VPCSSLCAESSGAVETK_"
- ],
- [
- 35864,
- 2,
- 8,
- 3,
- 0.099638,
- "_GGYRPSDLCVSAPTGSGK_"
- ],
- [
- 27257,
- 2,
- 5,
- 2,
- 0.056924,
- "_YGIYAVENEHMNR_"
- ],
- [
- 599,
- 2,
- 14,
- 4,
- 0.18502,
- "_NNPDLYLK_"
- ],
- [
- 10874,
- 2,
- 13,
- 2,
- 0.17079,
- "_CNTDDTIGDLK_"
- ],
- [
- 6917,
- 3,
- 13,
- 3,
- 0.17079,
- "_TLPAHSDPVSAVHFNR_"
- ],
- [
- 8457,
- 3,
- 15,
- 5,
- 0.19923,
- "_EKFEAGQFEPSETTAK_"
- ],
- [
- 19758,
- 2,
- 14,
- 5,
- 0.18502,
- "_EYLSEEVQAVHK_"
- ],
- [
- 18989,
- 2,
- 13,
- 3,
- 0.17079,
- "_DPGPDPGPGPDPAAR_"
- ],
- [
- 37943,
- 2,
- 15,
- 5,
- 0.19923,
- "_PFPVTTQGSQQTQPPQK_"
- ],
- [
- 4724,
- 3,
- 14,
- 6,
- 0.18502,
- "_YPHLGQKPGGSDFLR_"
- ],
- [
- 22544,
- 3,
- 15,
- 5,
- 0.19926,
- "_LASEAKPAAVAAENEEIGSHIK_"
- ],
- [
- 45702,
- 2,
- 9,
- 4,
- 0.11387,
- "_EAEKLESEHPDQAQAILSR_"
- ],
- [
- 19181,
- 3,
- 11,
- 3,
- 0.14232,
- "_GVMMHHSNLIAGMTGQCER_"
- ],
- [
- 21049,
- 2,
- 13,
- 3,
- 0.17077,
- "_ILQEYITQEGHK_"
- ],
- [
- 28165,
- 2,
- 17,
- 4,
- 0.22769,
- "_WKPDYDSAASEYGK_"
- ],
- [
- 48111,
- 3,
- 12,
- 6,
- 0.15656,
- "_PSYGSGYQSHQGQQQSYNQSPYSNYGPPQGK_"
- ],
- [
- 16228,
- 2,
- 11,
- 3,
- 0.14232,
- "_VDEGGWNTVQGAK_"
- ],
- [
- 257,
- 3,
- 15,
- 5,
- 0.19926,
- "_FVEKPQVFVSNK_"
- ],
- [
- 9634,
- 2,
- 7,
- 4,
- 0.085395,
- "_CIELCCGSVK_"
- ],
- [
- 19709,
- 2,
- 12,
- 5,
- 0.15656,
- "_SRPVDPSVPFDSK_"
- ],
- [
- 37843,
- 4,
- 7,
- 5,
- 0.085395,
- "_EITDGEEKTEGEEEQEEEEEEEEEEGGDKMTK_"
- ],
- [
- 18878,
- 2,
- 11,
- 6,
- 0.14232,
- "_TTSSMEPNEMMR_"
- ],
- [
- 2958,
- 2,
- 8,
- 4,
- 0.099633,
- "_FYGELALKK_"
- ],
- [
- 27952,
- 2,
- 10,
- 2,
- 0.1281,
- "_ASYFICHDQETIK_"
- ],
- [
- 6289,
- 2,
- 23,
- 4,
- 0.31307,
- "_KELEEDFIK_"
- ],
- [
- 17439,
- 2,
- 13,
- 3,
- 0.17077,
- "_LRQELGICPAVK_"
- ],
- [
- 14178,
- 2,
- 13,
- 4,
- 0.17077,
- "_EICCYSISCK_"
- ],
- [
- 25989,
- 3,
- 17,
- 5,
- 0.22769,
- "_VKVEEEEEEKVAEEEETSVK_"
- ],
- [
- 6516,
- 2,
- 13,
- 3,
- 0.17077,
- "_SLPNEEIVQK_"
- ],
- [
- 11893,
- 2,
- 6,
- 2,
- 0.071157,
- "_TQIDHYVGIAR_"
- ],
- [
- 24555,
- 2,
- 12,
- 2,
- 0.15656,
- "_GPQLVCTGSDDGTVK_"
- ],
- [
- 36096,
- 2,
- 12,
- 3,
- 0.15656,
- "_VDEDEDDLEEEHITK_"
- ],
- [
- 18424,
- 2,
- 14,
- 2,
- 0.18503,
- "_NLSSDEATNPISR_"
- ],
- [
- 3068,
- 2,
- 13,
- 5,
- 0.17077,
- "_KLVWVPSDK_"
- ],
- [
- 40290,
- 2,
- 8,
- 4,
- 0.099633,
- "_EIAGHIMEFSQDQHGSR_"
- ],
- [
- 22461,
- 2,
- 12,
- 3,
- 0.15656,
- "_GGNNSFTHEALTLK_"
- ],
- [
- 30452,
- 2,
- 8,
- 2,
- 0.099633,
- "_YSNSEVVTGSGLDSQK_"
- ],
- [
- 30036,
- 2,
- 7,
- 4,
- 0.085395,
- "_LHISQLQHENSILK_"
- ],
- [
- 30540,
- 2,
- 20,
- 2,
- 0.27037,
- "_AGTSSQTMPTNMPPPR_"
- ],
- [
- 14824,
- 4,
- 12,
- 6,
- 0.15655,
- "_KPVGEVHSQFSTGHANSPCTIIIGK_"
- ],
- [
- 20599,
- 3,
- 7,
- 4,
- 0.085379,
- "_ALNKGDANSEVTVYYQSGTR_"
- ],
- [
- 16239,
- 2,
- 9,
- 2,
- 0.11385,
- "_SSAIPDFRDPQK_"
- ],
- [
- 22237,
- 2,
- 8,
- 4,
- 0.099617,
- "_QTIQYIHPADAVK_"
- ],
- [
- 5015,
- 4,
- 12,
- 5,
- 0.15655,
- "_LVEVNGVNVEGETHHQVVQR_"
- ],
- [
- 21784,
- 2,
- 11,
- 5,
- 0.14232,
- "_LAASASTQQLQEVK_"
- ],
- [
- 8788,
- 2,
- 9,
- 2,
- 0.11385,
- "_CDLELETNGR_"
- ],
- [
- 7232,
- 3,
- 11,
- 2,
- 0.14232,
- "_EHSVFTGVAIVHCSSK_"
- ],
- [
- 21944,
- 2,
- 11,
- 6,
- 0.14232,
- "_EIQEPDPTYEEK_"
- ],
- [
- 4622,
- 2,
- 11,
- 4,
- 0.14232,
- "_DLKPSNIVVK_"
- ],
- [
- 23252,
- 2,
- 11,
- 3,
- 0.14232,
- "_MYSNVYYHITSK_"
- ],
- [
- 2560,
- 3,
- 9,
- 3,
- 0.11385,
- "_EKNGVYISEENFR_"
- ],
- [
- 28687,
- 3,
- 10,
- 5,
- 0.12809,
- "_GSTPYSQDSAYSSSTTSTSFKPR_"
- ],
- [
- 43054,
- 3,
- 11,
- 5,
- 0.14232,
- "_EEDLEDKNNFGAEPPHQNGECYPNEK_"
- ],
- [
- 20057,
- 2,
- 10,
- 5,
- 0.12809,
- "_DLLHPSLEEEKK_"
- ],
- [
- 3930,
- 3,
- 8,
- 3,
- 0.099617,
- "_ITEAPASEKEIVEVK_"
- ],
- [
- 9762,
- 2,
- 11,
- 4,
- 0.14232,
- "_AVLECKPLGIK_"
- ],
- [
- 10864,
- 3,
- 11,
- 5,
- 0.14232,
- "_FDTTCKPLASTTQYSR_"
- ],
- [
- 954,
- 3,
- 18,
- 6,
- 0.24191,
- "_TYSLGSALRPSTSR_"
- ],
- [
- 1814,
- 3,
- 14,
- 5,
- 0.18499,
- "_GHLLYVALSPGQHR_"
- ],
- [
- 43177,
- 2,
- 20,
- 6,
- 0.27037,
- "_SCVEEPEPEPEAAEGDGDK_"
- ],
- [
- 17518,
- 3,
- 13,
- 6,
- 0.17078,
- "_HGAPSPSHPISAPQAAAAAALR_"
- ],
- [
- 21604,
- 2,
- 16,
- 7,
- 0.21348,
- "_ELAGGLEDGEPQQK_"
- ],
- [
- 806,
- 3,
- 13,
- 5,
- 0.17078,
- "_FHITVGHETVMGR_"
- ],
- [
- 3393,
- 2,
- 19,
- 2,
- 0.25615,
- "_LSPNPPNLTK_"
- ],
- [
- 16870,
- 2,
- 14,
- 6,
- 0.18499,
- "_YGGPNHIVGSPFK_"
- ],
- [
- 26648,
- 2,
- 12,
- 3,
- 0.15655,
- "_KTGSQYDIQDAIDK_"
- ],
- [
- 32105,
- 2,
- 19,
- 5,
- 0.25615,
- "_NNEDGPGLIMEEQHK_"
- ],
- [
- 11088,
- 2,
- 17,
- 2,
- 0.22769,
- "_HLTDPSYGIPR_"
- ],
- [
- 7675,
- 3,
- 13,
- 4,
- 0.17078,
- "_IQEDYNDKYWDQR_"
- ],
- [
- 49018,
- 3,
- 15,
- 6,
- 0.19923,
- "_KGNENQDESQTSASSCDETEIQISNQEEAER_"
- ],
- [
- 39482,
- 2,
- 12,
- 6,
- 0.15656,
- "_AHQLVMEGYNWCHDR_"
- ],
- [
- 17911,
- 2,
- 15,
- 5,
- 0.19923,
- "_NFEHLNSDFDR_"
- ],
- [
- 14032,
- 3,
- 11,
- 3,
- 0.14233,
- "_HYEDGYPGGSDNYGSLSR_"
- ],
- [
- 24723,
- 3,
- 12,
- 5,
- 0.15656,
- "_DFQYNEEEMKADKEEMNR_"
- ],
- [
- 2281,
- 2,
- 5,
- 2,
- 0.056915,
- "_GDECGLALGR_"
- ],
- [
- 39142,
- 2,
- 11,
- 6,
- 0.14233,
- "_AAYLQETGKPLDETLKK_"
- ],
- [
- 46190,
- 2,
- 8,
- 5,
- 0.099618,
- "_ALNKGDANSEVTVYYQSGTR_"
- ],
- [
- 30914,
- 3,
- 11,
- 7,
- 0.14233,
- "_ILEHMPVSNQKPDTDEAEDPEK_"
- ],
- [
- 10042,
- 2,
- 18,
- 6,
- 0.24193,
- "_EGNGTVMGAELR_"
- ],
- [
- 36978,
- 2,
- 12,
- 2,
- 0.15656,
- "_NMGLSPPASSTSTSSTCR_"
- ],
- [
- 49708,
- 2,
- 10,
- 4,
- 0.12809,
- "_QGGSQPSSFSPGQSQVTPQDQEK_"
- ],
- [
- 6645,
- 4,
- 27,
- 7,
- 0.36998,
- "_KYEDICPSTHNMDVPNIKR_"
- ],
- [
- 13467,
- 2,
- 18,
- 5,
- 0.24193,
- "_RGVFNVQMEPK_"
- ],
- [
- 29631,
- 4,
- 12,
- 5,
- 0.15656,
- "_EKADFTVVAGDEGSSTTGGSSEENKGPSGSAVSR_"
- ],
- [
- 14693,
- 3,
- 17,
- 5,
- 0.22772,
- "_QAAASATQTIAAAQHAASTPK_"
- ],
- [
- 26233,
- 2,
- 12,
- 4,
- 0.15656,
- "_DKPLKDVIIADCGK_"
- ],
- [
- 24061,
- 2,
- 8,
- 2,
- 0.099618,
- "_SHPSLQSEQIGIVK_"
- ],
- [
- 35145,
- 2,
- 13,
- 4,
- 0.17079,
- "_DSSSTDSANEKPALIPR_"
- ],
- [
- 24038,
- 3,
- 13,
- 6,
- 0.17079,
- "_MSEHYWTPQSNVSNETSTGK_"
- ],
- [
- 34896,
- 2,
- 9,
- 4,
- 0.11386,
- "_DSHLQEADIQVEQNR_"
- ],
- [
- 27446,
- 2,
- 13,
- 5,
- 0.17079,
- "_GTEDEVEKYSESVK_"
- ],
- [
- 26725,
- 3,
- 15,
- 6,
- 0.19923,
- "_YQEAAPNVANNTGPHAASCFGAK_"
- ],
- [
- 5188,
- 2,
- 13,
- 2,
- 0.17079,
- "_ESDAMFAAER_"
- ],
- [
- 6785,
- 2,
- 9,
- 3,
- 0.11386,
- "_SFDHLISDTK_"
- ],
- [
- 23377,
- 2,
- 9,
- 4,
- 0.11386,
- "_AEQEAQAPHWWR_"
- ],
- [
- 27280,
- 2,
- 13,
- 4,
- 0.17079,
- "_HGVDHQVISVTFEK_"
- ],
- [
- 10466,
- 3,
- 13,
- 5,
- 0.17079,
- "_TQIALSPNNHEVHIYK_"
- ],
- [
- 13045,
- 2,
- 9,
- 5,
- 0.11386,
- "_LPATEKPVLLSK_"
- ],
- [
- 13543,
- 2,
- 9,
- 2,
- 0.11386,
- "_LHFQFEGGESR_"
- ],
- [
- 33073,
- 2,
- 14,
- 6,
- 0.18502,
- "_CCLTYCFNKPEDK_"
- ],
- [
- 10912,
- 3,
- 17,
- 2,
- 0.22772,
- "_EEVKVEGLHINGPTGGNK_"
- ],
- [
- 23831,
- 2,
- 9,
- 4,
- 0.11386,
- "_ELKEQLGEEIDSK_"
- ],
- [
- 11612,
- 2,
- 16,
- 3,
- 0.21349,
- "_KTEVLMENFR_"
- ],
- [
- 5528,
- 2,
- 21,
- 2,
- 0.28461,
- "_DVNQQEFVR_"
- ],
- [
- 22061,
- 2,
- 14,
- 4,
- 0.18502,
- "_SDPEGENIHAGLLK_"
- ],
- [
- 20865,
- 3,
- 9,
- 6,
- 0.11386,
- "_FLNHSTEHQCMQEFMDK_"
- ],
- [
- 19490,
- 2,
- 9,
- 4,
- 0.11386,
- "_SLNFQEDDDTSR_"
- ],
- [
- 10927,
- 2,
- 10,
- 2,
- 0.12809,
- "_TWIPEVHDQK_"
- ],
- [
- 102,
- 3,
- 12,
- 4,
- 0.15657,
- "_QTPHKPFLLFR_"
- ],
- [
- 16460,
- 3,
- 12,
- 6,
- 0.15657,
- "_ETHMMGNEEETEFHGLR_"
- ],
- [
- 20722,
- 2,
- 10,
- 5,
- 0.12809,
- "_GNVAYATSTGGIVNK_"
- ],
- [
- 2880,
- 3,
- 12,
- 3,
- 0.15657,
- "_AVKDELLSEKPEIK_"
- ],
- [
- 19874,
- 3,
- 13,
- 7,
- 0.1708,
- "_EAEKLESEHPDQAQAILSR_"
- ],
- [
- 39090,
- 2,
- 7,
- 2,
- 0.085384,
- "_NNEGTYYSPNYNPQSR_"
- ],
- [
- 4726,
- 3,
- 7,
- 4,
- 0.085384,
- "_LIVDHHGTAQLQALR_"
- ],
- [
- 19927,
- 2,
- 7,
- 4,
- 0.085384,
- "_EDAMAM(Oxidation (M))VDHCLK_"
- ],
- [
- 8279,
- 3,
- 11,
- 4,
- 0.14233,
- "_RVEEIKGEVCNMISK_"
- ],
- [
- 38699,
- 2,
- 11,
- 4,
- 0.14233,
- "_ANDEANQSDTSVSLSEPK_"
- ],
- [
- 36622,
- 2,
- 11,
- 6,
- 0.14233,
- "_GGGEGNVDETGNNPSVSLK_"
- ],
- [
- 38574,
- 2,
- 11,
- 5,
- 0.14233,
- "_VTVAGGVHISGLHTESAPR_"
- ],
- [
- 5749,
- 2,
- 17,
- 6,
- 0.22773,
- "_GCTATLGNFAK_"
- ],
- [
- 25954,
- 2,
- 11,
- 4,
- 0.14233,
- "_PAQLSYAGDPQYQK_"
- ],
- [
- 15029,
- 2,
- 11,
- 3,
- 0.14233,
- "_DTEMLATGAQDGK_"
- ],
- [
- 2300,
- 3,
- 17,
- 6,
- 0.22773,
- "_DKPLKDVIIADCGK_"
- ],
- [
- 10885,
- 2,
- 12,
- 2,
- 0.15657,
- "_SIYSQIQEQR_"
- ],
- [
- 19338,
- 2,
- 6,
- 3,
- 0.071153,
- "_ILNDDTALKEYK_"
- ],
- [
- 27937,
- 2,
- 10,
- 4,
- 0.12809,
- "_STVSETYLSKPSIAK_"
- ],
- [
- 26779,
- 2,
- 13,
- 2,
- 0.1708,
- "_EKNGVYISEENFR_"
- ],
- [
- 25452,
- 2,
- 9,
- 5,
- 0.11386,
- "_MGQMAM(Oxidation (M))GGAMGINNR_"
- ],
- [
- 41792,
- 2,
- 8,
- 3,
- 0.099624,
- "_SLSTTNSSSSSGAPGPCGLAR_"
- ],
- [
- 24412,
- 4,
- 13,
- 7,
- 0.1708,
- "_EEDLEDKNNFGAEPPHQNGECYPNEK_"
- ],
- [
- 13072,
- 2,
- 13,
- 2,
- 0.1708,
- "_LKPEYDIMCK_"
- ],
- [
- 17040,
- 3,
- 13,
- 5,
- 0.1708,
- "_VCEVCSAYLGLHDNDRR_"
- ],
- [
- 23462,
- 2,
- 14,
- 7,
- 0.18502,
- "_VSISEGDDKIEYR_"
- ],
- [
- 6965,
- 2,
- 16,
- 4,
- 0.21347,
- "_ANYDVLESQK_"
- ],
- [
- 6907,
- 3,
- 13,
- 2,
- 0.1708,
- "_VVVLM(Oxidation (M))GSTSDLGHCEK_"
- ],
- [
- 20739,
- 4,
- 15,
- 7,
- 0.19928,
- "_YCTETSGVHGDSPYGSGTMDTHSLESK_"
- ],
- [
- 13115,
- 2,
- 14,
- 3,
- 0.18505,
- "_ITWSNPPAQGAR_"
- ],
- [
- 19609,
- 2,
- 17,
- 2,
- 0.22772,
- "_VGGMHETVLTVTGK_"
- ],
- [
- 10432,
- 2,
- 12,
- 2,
- 0.15659,
- "_RIEDNLPAGEE_"
- ],
- [
- 12703,
- 2,
- 18,
- 4,
- 0.24198,
- "_DISTNYYASQK_"
- ],
- [
- 30254,
- 2,
- 8,
- 3,
- 0.099637,
- "_VCGDSDKGFVVINQK_"
- ],
- [
- 12510,
- 2,
- 8,
- 2,
- 0.099637,
- "_QPPSFPGAAEER_"
- ],
- [
- 31995,
- 2,
- 20,
- 3,
- 0.27042,
- "_VLSAPPHFHFGQTNR_"
- ],
- [
- 23725,
- 2,
- 7,
- 3,
- 0.085406,
- "_ENQIPEEAGSSGLGK_"
- ],
- [
- 12188,
- 2,
- 7,
- 2,
- 0.085406,
- "_NQLTAM(Oxidation (M))SSVLAK_"
- ],
- [
- 14042,
- 2,
- 19,
- 3,
- 0.25621,
- "_YMMVDSAEDQK_"
- ],
- [
- 3845,
- 2,
- 9,
- 2,
- 0.11388,
- "_EAVATIMSGSK_"
- ],
- [
- 39802,
- 2,
- 12,
- 4,
- 0.15659,
- "_QGLQQTQQQQQTAALVR_"
- ],
- [
- 9234,
- 3,
- 8,
- 5,
- 0.099637,
- "_KISGGSVVEMQGDEMTR_"
- ],
- [
- 10705,
- 2,
- 12,
- 4,
- 0.15659,
- "_SLDVNQDSELK_"
- ],
- [
- 17422,
- 2,
- 15,
- 5,
- 0.19928,
- "_LNQPPEDGISSVK_"
- ],
- [
- 5347,
- 4,
- 15,
- 4,
- 0.19928,
- "_KLPPPPGSPLGHSPTASPPPTAR_"
- ],
- [
- 16826,
- 2,
- 9,
- 2,
- 0.11388,
- "_LRLDTGPQSLSGK_"
- ],
- [
- 10655,
- 4,
- 10,
- 6,
- 0.12811,
- "_VSHDPFAQQRPYENFQNTEGK_"
- ],
- [
- 12828,
- 2,
- 10,
- 4,
- 0.12811,
- "_NLGQNLWGPHR_"
- ],
- [
- 90,
- 3,
- 15,
- 4,
- 0.19928,
- "_INERPPYYLGR_"
- ],
- [
- 7702,
- 2,
- 11,
- 4,
- 0.14235,
- "_AQHLADILSSK_"
- ],
- [
- 28166,
- 4,
- 10,
- 5,
- 0.12811,
- "_TNSDSALHQSTMTPTQPESFSSGSQDVHQK_"
- ],
- [
- 8441,
- 3,
- 7,
- 4,
- 0.085406,
- "_DKYAENLKGESAMWR_"
- ],
- [
- 43146,
- 4,
- 12,
- 8,
- 0.15659,
- "_MQVDQEEPHVEEQQQQTPAENKAESEEMETSQAGSK_"
- ],
- [
- 38200,
- 2,
- 14,
- 3,
- 0.18505,
- "_LSSGDPSTSPSLSQTTPSK_"
- ],
- [
- 22070,
- 2,
- 14,
- 4,
- 0.18505,
- "_SLQEEHVAVAQLR_"
- ],
- [
- 6533,
- 3,
- 17,
- 7,
- 0.22772,
- "_CCLTYCFNKPEDK_"
- ],
- [
- 30104,
- 2,
- 21,
- 5,
- 0.28464,
- "_LKGEATVSFDDPPSAK_"
- ],
- [
- 5735,
- 3,
- 21,
- 5,
- 0.28464,
- "_VLSAPPHFHFGQTNR_"
- ],
- [
- 14385,
- 3,
- 13,
- 5,
- 0.17082,
- "_NDGYVHIHPSSVNYQVR_"
- ],
- [
- 28289,
- 2,
- 10,
- 5,
- 0.12811,
- "_TKENVVQSVTSVAEK_"
- ],
- [
- 31415,
- 2,
- 9,
- 5,
- 0.11388,
- "_LESEHPDQAQAILSR_"
- ],
- [
- 39814,
- 2,
- 13,
- 6,
- 0.17082,
- "_SESEMETDSGVPQNTGMK_"
- ],
- [
- 1005,
- 2,
- 10,
- 2,
- 0.12811,
- "_YYTPTISR_"
- ],
- [
- 20948,
- 2,
- 17,
- 3,
- 0.22772,
- "_QQPDTELEIQQK_"
- ],
- [
- 9447,
- 2,
- 17,
- 5,
- 0.22772,
- "_KFDQLLAEEK_"
- ],
- [
- 12134,
- 3,
- 16,
- 6,
- 0.21351,
- "_AHQLVMEGYNWCHDR_"
- ],
- [
- 16863,
- 2,
- 12,
- 4,
- 0.15658,
- "_SPEVLSGGEDGAVR_"
- ],
- [
- 4390,
- 3,
- 14,
- 5,
- 0.18506,
- "_LHISQLQHENSILK_"
- ],
- [
- 21109,
- 3,
- 11,
- 4,
- 0.14234,
- "_EKEETEGETEYKFEWQK_"
- ],
- [
- 7126,
- 2,
- 12,
- 4,
- 0.15658,
- "_ILLGEGPTNQK_"
- ],
- [
- 37704,
- 2,
- 12,
- 5,
- 0.15658,
- "_SASSSAAGSPGGLTSLQQQK_"
- ],
- [
- 15256,
- 2,
- 12,
- 4,
- 0.15658,
- "_KATGPPVSELITK_"
- ],
- [
- 640,
- 2,
- 10,
- 2,
- 0.12811,
- "_LELPEHLK_"
- ],
- [
- 1438,
- 3,
- 12,
- 6,
- 0.15658,
- "_ATGKPHTLWVAFAK_"
- ],
- [
- 27352,
- 2,
- 15,
- 6,
- 0.19929,
- "_DFTVSAMHGDM(Oxidation (M))DQK_"
- ],
- [
- 11351,
- 4,
- 18,
- 7,
- 0.24195,
- "_ILEHMPVSNQKPDTDEAEDPEK_"
- ],
- [
- 2221,
- 2,
- 7,
- 2,
- 0.085418,
- "_DFLTHVSAR_"
- ],
- [
- 43943,
- 2,
- 12,
- 5,
- 0.15658,
- "_GGQGDPAVPAQQPADPSTPER_"
- ],
- [
- 26212,
- 2,
- 9,
- 2,
- 0.11387,
- "_SEDQNCVPPLQER_"
- ],
- [
- 36758,
- 3,
- 9,
- 4,
- 0.11387,
- "_LATSSASSQSHTFISSVESECHSSPK_"
- ],
- [
- 1368,
- 2,
- 11,
- 2,
- 0.14234,
- "_GHLLDSFAR_"
- ],
- [
- 15382,
- 2,
- 9,
- 3,
- 0.11387,
- "_GQLQEAIEHYR_"
- ],
- [
- 38014,
- 3,
- 9,
- 5,
- 0.11387,
- "_QKPQMAPPVSDPENSQGPAAGSSDEPGK_"
- ],
- [
- 8069,
- 2,
- 10,
- 2,
- 0.12811,
- "_MLSGIGAEGEAR_"
- ],
- [
- 12693,
- 3,
- 10,
- 3,
- 0.12811,
- "_HLKPEQPADGVSAVDLEK_"
- ],
- [
- 14889,
- 2,
- 8,
- 5,
- 0.099638,
- "_LYHDIAQQAFK_"
- ],
- [
- 1618,
- 3,
- 12,
- 5,
- 0.15658,
- "_IESPHPVDWNDTK_"
- ],
- [
- 15182,
- 2,
- 10,
- 5,
- 0.12811,
- "_EISYENTQISR_"
- ],
- [
- 35862,
- 2,
- 6,
- 4,
- 0.071185,
- "_PVTPTSMCQGSSSGATIK_"
- ],
- [
- 31708,
- 2,
- 8,
- 2,
- 0.099638,
- "_GSEGCAYLSDDGAATAR_"
- ],
- [
- 14508,
- 2,
- 15,
- 6,
- 0.19929,
- "_DNIQGITKPAIR_"
- ],
- [
- 29114,
- 2,
- 10,
- 4,
- 0.12811,
- "_KNSTTDQVYQAIAAK_"
- ],
- [
- 4049,
- 2,
- 16,
- 4,
- 0.21351,
- "_SVVLMSHLGR_"
- ],
- [
- 5244,
- 2,
- 11,
- 3,
- 0.14233,
- "_LSPQAVNSIAK_"
- ],
- [
- 5558,
- 2,
- 11,
- 4,
- 0.14233,
- "_DFVEDDTTHG_"
- ],
- [
- 18290,
- 2,
- 21,
- 5,
- 0.28466,
- "_AKLEAAIAEAEER_"
- ],
- [
- 1429,
- 2,
- 11,
- 4,
- 0.14233,
- "_LIITEETAK_"
- ],
- [
- 31844,
- 2,
- 10,
- 6,
- 0.12809,
- "_LGTEPTSETQDELQR_"
- ],
- [
- 21188,
- 2,
- 20,
- 7,
- 0.27043,
- "_GVAINMVTEEDKR_"
- ],
- [
- 18871,
- 3,
- 12,
- 7,
- 0.15656,
- "_GPVTALCHCNGHLVSAIGQK_"
- ],
- [
- 18479,
- 2,
- 12,
- 3,
- 0.15656,
- "_YTFAAHMDGTYK_"
- ],
- [
- 14538,
- 2,
- 20,
- 5,
- 0.27043,
- "_IIYGGSVTGATCK_"
- ],
- [
- 22807,
- 2,
- 25,
- 6,
- 0.34155,
- "_TYSLGSALRPSTSR_"
- ],
- [
- 17260,
- 2,
- 18,
- 3,
- 0.24196,
- "_NEEKPVQMMFK_"
- ],
- [
- 2689,
- 2,
- 19,
- 3,
- 0.25617,
- "_VTPDTDWAR_"
- ],
- [
- 34989,
- 2,
- 9,
- 3,
- 0.11386,
- "_LEVAQTQAPAATGGEAAAK_"
- ],
- [
- 25542,
- 2,
- 6,
- 3,
- 0.071184,
- "_AYPTSVCFSPDGKK_"
- ],
- [
- 15426,
- 2,
- 16,
- 4,
- 0.21351,
- "_TNLDESDVQPVK_"
- ],
- [
- 11110,
- 3,
- 6,
- 4,
- 0.071184,
- "_SKPGAAM(Oxidation (M))VEMADGYAVDR_"
- ],
- [
- 5884,
- 2,
- 15,
- 5,
- 0.19928,
- "_FLIVAHDDGR_"
- ],
- [
- 293,
- 2,
- 15,
- 4,
- 0.19928,
- "_AALTGLLHR_"
- ],
- [
- 1803,
- 2,
- 15,
- 5,
- 0.19928,
- "_MAVLNEQVK_"
- ],
- [
- 15624,
- 2,
- 15,
- 6,
- 0.19928,
- "_VVTDTDETELAR_"
- ],
- [
- 1419,
- 3,
- 15,
- 3,
- 0.19928,
- "_QKDYETATLSEIK_"
- ],
- [
- 13,
- 2,
- 15,
- 3,
- 0.19928,
- "_QIYPQLK_"
- ],
- [
- 5200,
- 2,
- 15,
- 2,
- 0.19928,
- "_HPDYAILAAR_"
- ],
- [
- 5368,
- 2,
- 14,
- 4,
- 0.18504,
- "_WINATDPSAR_"
- ],
- [
- 16145,
- 2,
- 13,
- 4,
- 0.1708,
- "_LLATEQEDAAVAK_"
- ],
- [
- 1027,
- 2,
- 13,
- 4,
- 0.1708,
- "_FMICCDR_"
- ],
- [
- 7605,
- 2,
- 15,
- 3,
- 0.19928,
- "_NDVNVEFSEK_"
- ],
- [
- 29699,
- 2,
- 13,
- 6,
- 0.1708,
- "_LKENTFTIENESVK_"
- ],
- [
- 25027,
- 2,
- 13,
- 5,
- 0.1708,
- "_DDPENDNSELPTAK_"
- ],
- [
- 32977,
- 3,
- 14,
- 6,
- 0.18504,
- "_SVSNLQKPTQSISQENTNSVPGGPK_"
- ],
- [
- 31437,
- 2,
- 13,
- 5,
- 0.1708,
- "_TGQPEELVSCSDCGR_"
- ],
- [
- 44829,
- 2,
- 10,
- 5,
- 0.12809,
- "_DQEAEQEAQTIHEENIAR_"
- ],
- [
- 3854,
- 2,
- 11,
- 2,
- 0.14237,
- "_QQLALYTEK_"
- ],
- [
- 5767,
- 2,
- 8,
- 2,
- 0.099688,
- "_TGAHLELSLAK_"
- ],
- [
- 29624,
- 2,
- 9,
- 3,
- 0.11392,
- "_EGSWWHCNSCSLK_"
- ],
- [
- 32112,
- 2,
- 9,
- 4,
- 0.11392,
- "_VADADPASAPSQGALQGR_"
- ],
- [
- 846,
- 2,
- 11,
- 5,
- 0.14237,
- "_ACNCLLLK_"
- ],
- [
- 22945,
- 2,
- 8,
- 3,
- 0.099688,
- "_EIPVTVVQETQKK_"
- ],
- [
- 25993,
- 2,
- 11,
- 3,
- 0.14237,
- "_FLDSTADQQECPR_"
- ],
- [
- 648,
- 2,
- 7,
- 2,
- 0.085466,
- "_GIVVYTGDR_"
- ],
- [
- 40893,
- 2,
- 9,
- 3,
- 0.11392,
- "_LQAETEELEEEKSGLQK_"
- ],
- [
- 11850,
- 2,
- 9,
- 4,
- 0.11392,
- "_AKQDVIEVIEK_"
- ],
- [
- 3386,
- 2,
- 12,
- 4,
- 0.15661,
- "_LGFITNNSSK_"
- ],
- [
- 37525,
- 2,
- 10,
- 3,
- 0.12814,
- "_NCGSPGSSQLSSNSLYAK_"
- ],
- [
- 20091,
- 2,
- 10,
- 4,
- 0.12814,
- "_EKFEEM(Oxidation (M))IQQIK_"
- ],
- [
- 33915,
- 3,
- 12,
- 5,
- 0.15661,
- "_QVQHEESTEGEADHSGYAGELGFR_"
- ],
- [
- 19809,
- 2,
- 11,
- 3,
- 0.14237,
- "_QIEIQFAQGDRK_"
- ],
- [
- 3143,
- 2,
- 11,
- 3,
- 0.14237,
- "_ILGATIENSR_"
- ],
- [
- 24727,
- 2,
- 10,
- 3,
- 0.12814,
- "_IESPHPVDWNDTK_"
- ],
- [
- 32119,
- 2,
- 11,
- 5,
- 0.14237,
- "_LQAQQDAVNIVCHSK_"
- ],
- [
- 31534,
- 2,
- 7,
- 2,
- 0.085466,
- "_ETSTLQVEQNGDYGR_"
- ],
- [
- 24468,
- 2,
- 10,
- 4,
- 0.12814,
- "_GLGGPAPPEPDSGPQR_"
- ],
- [
- 6385,
- 3,
- 13,
- 5,
- 0.17084,
- "_NVTDVVNTCHDAGISK_"
- ],
- [
- 5064,
- 2,
- 18,
- 5,
- 0.24201,
- "_AKHDELTYF_"
- ],
- [
- 6059,
- 3,
- 17,
- 5,
- 0.22779,
- "_INEKPQVIADYESGR_"
- ],
- [
- 75,
- 2,
- 17,
- 5,
- 0.22779,
- "_QTVAVGVIK_"
- ],
- [
- 232,
- 4,
- 16,
- 7,
- 0.21356,
- "_VTVAGGVHISGLHTESAPR_"
- ],
- [
- 41237,
- 2,
- 18,
- 6,
- 0.24201,
- "_HYEDGYPGGSDNYGSLSR_"
- ],
- [
- 25769,
- 2,
- 17,
- 5,
- 0.22779,
- "_DHYSNGFCTVYAK_"
- ],
- [
- 1100,
- 2,
- 13,
- 3,
- 0.17084,
- "_NYQVLPDR_"
- ],
- [
- 36521,
- 2,
- 17,
- 4,
- 0.22779,
- "_TEEGEIDYSAEEGENR_"
- ],
- [
- 25032,
- 2,
- 15,
- 5,
- 0.19932,
- "_EGLELPEDEEEKK_"
- ],
- [
- 4821,
- 2,
- 13,
- 3,
- 0.17084,
- "_VDCANGIGALK_"
- ],
- [
- 13852,
- 2,
- 13,
- 3,
- 0.17084,
- "_FGELLNHVQQK_"
- ],
- [
- 3041,
- 2,
- 21,
- 4,
- 0.28472,
- "_SAVGFDYQGK_"
- ],
- [
- 6989,
- 3,
- 13,
- 5,
- 0.17084,
- "_NQEDNTGKYPDIISR_"
- ],
- [
- 16388,
- 3,
- 16,
- 5,
- 0.21358,
- "_GNAEGSSDEEGKLVIDEPAK_"
- ],
- [
- 2128,
- 2,
- 12,
- 4,
- 0.15663,
- "_YHVLVNLGK_"
- ],
- [
- 30824,
- 2,
- 16,
- 3,
- 0.21358,
- "_VSWSPAEDHNAPIEK_"
- ],
- [
- 20868,
- 3,
- 11,
- 5,
- 0.1424,
- "_LEPANEEHNVETAEDSEIR_"
- ],
- [
- 10599,
- 2,
- 17,
- 5,
- 0.22782,
- "_ADDADEFGYSR_"
- ],
- [
- 5276,
- 2,
- 18,
- 4,
- 0.24205,
- "_GLLEFEHQR_"
- ],
- [
- 15680,
- 2,
- 39,
- 4,
- 0.54087,
- "_KNPLPPSVGVVDK_"
- ],
- [
- 10385,
- 2,
- 15,
- 3,
- 0.19934,
- "_KPYIWEYSR_"
- ],
- [
- 22419,
- 3,
- 13,
- 8,
- 0.17087,
- "_ESGSLNPDHGPAVIHCSAGIGR_"
- ],
- [
- 7842,
- 2,
- 10,
- 4,
- 0.12818,
- "_IINNTENLVR_"
- ],
- [
- 35616,
- 2,
- 14,
- 3,
- 0.1851,
- "_ALQHCEELIQQYNR_"
- ],
- [
- 11768,
- 3,
- 18,
- 7,
- 0.24205,
- "_AAYLQETGKPLDETLKK_"
- ],
- [
- 11392,
- 3,
- 10,
- 5,
- 0.12818,
- "_EQAIGEYEDLRAENQK_"
- ],
- [
- 1264,
- 2,
- 10,
- 4,
- 0.12818,
- "_LYPGSVYGR_"
- ],
- [
- 7877,
- 2,
- 10,
- 4,
- 0.12818,
- "_EQQLAEIEAR_"
- ],
- [
- 39382,
- 2,
- 10,
- 4,
- 0.12818,
- "_TDEEGKDVPDHAVLEMK_"
- ],
- [
- 27364,
- 2,
- 9,
- 3,
- 0.11395,
- "_ASSLNENVDHSALLK_"
- ],
- [
- 42746,
- 2,
- 9,
- 4,
- 0.11395,
- "_SDGLQWSAEQPCNPSKPK_"
- ],
- [
- 33597,
- 2,
- 26,
- 8,
- 0.35587,
- "_YNGVFQECCQAEDK_"
- ],
- [
- 31760,
- 3,
- 21,
- 5,
- 0.28471,
- "_DAPAESVAYHAQNNPPVPPKPQPK_"
- ],
- [
- 27358,
- 2,
- 7,
- 3,
- 0.085484,
- "_GLCEQNLNPDANPR_"
- ],
- [
- 21521,
- 2,
- 10,
- 2,
- 0.12818,
- "_HLVESTNEMAPLK_"
- ],
- [
- 1441,
- 2,
- 12,
- 3,
- 0.15663,
- "_DDQLLDDGK_"
- ],
- [
- 4888,
- 4,
- 10,
- 3,
- 0.12818,
- "_ESLCDSPHQNLSRPLLENK_"
- ],
- [
- 16793,
- 3,
- 13,
- 4,
- 0.17087,
- "_KINEELESQYQQSMDSK_"
- ],
- [
- 23184,
- 2,
- 14,
- 3,
- 0.1851,
- "_GISHVIVDEIHER_"
- ],
- [
- 175,
- 2,
- 14,
- 3,
- 0.1851,
- "_VGEIHLLR_"
- ],
- [
- 4578,
- 2,
- 14,
- 4,
- 0.1851,
- "_EETQPPVALK_"
- ],
- [
- 2580,
- 2,
- 14,
- 5,
- 0.1851,
- "_VTLDWAKPK_"
- ],
- [
- 4000,
- 3,
- 12,
- 4,
- 0.15663,
- "_EREDKEETIDILR_"
- ],
- [
- 512,
- 3,
- 14,
- 4,
- 0.1851,
- "_QGEVIVSIEEKPK_"
- ],
- [
- 24138,
- 2,
- 10,
- 5,
- 0.12817,
- "_NLVSPAYCTQESR_"
- ],
- [
- 26302,
- 2,
- 18,
- 5,
- 0.24204,
- "_LTWHAYPEDAENK_"
- ],
- [
- 32327,
- 2,
- 9,
- 4,
- 0.11395,
- "_VNLEESSGVENSPAGAR_"
- ],
- [
- 44294,
- 2,
- 12,
- 6,
- 0.15662,
- "_QAQQERDELADEIANSSGK_"
- ],
- [
- 27668,
- 2,
- 14,
- 5,
- 0.18509,
- "_AAAYSAQVQPVDGATR_"
- ],
- [
- 10165,
- 2,
- 12,
- 4,
- 0.15662,
- "_DRDYFDYSR_"
- ],
- [
- 9214,
- 2,
- 20,
- 4,
- 0.2705,
- "_NVQLTENEIR_"
- ],
- [
- 4936,
- 3,
- 14,
- 5,
- 0.18509,
- "_INSYGYGDHYIHIK_"
- ],
- [
- 3055,
- 2,
- 12,
- 2,
- 0.15662,
- "_QAGLLTTDPR_"
- ],
- [
- 39509,
- 2,
- 7,
- 4,
- 0.085471,
- "_STAVPSAGDTAPEQDSVER_"
- ],
- [
- 5759,
- 2,
- 11,
- 2,
- 0.1424,
- "_EDHTLGNIIK_"
- ],
- [
- 20920,
- 2,
- 14,
- 5,
- 0.18509,
- "_QGEVIVSIEEKPK_"
- ],
- [
- 12955,
- 3,
- 14,
- 2,
- 0.18509,
- "_GSEPRPLVPPVSGHATIAR_"
- ],
- [
- 7399,
- 2,
- 14,
- 2,
- 0.18509,
- "_IVQMTEAEVR_"
- ],
- [
- 12308,
- 2,
- 10,
- 2,
- 0.12817,
- "_SCPTCTDSLLK_"
- ],
- [
- 4447,
- 3,
- 26,
- 7,
- 0.35586,
- "_LKGEATVSFDDPPSAK_"
- ],
- [
- 14090,
- 4,
- 12,
- 4,
- 0.15662,
- "_QVQHEESTEGEADHSGYAGELGFR_"
- ],
- [
- 12217,
- 3,
- 10,
- 3,
- 0.12817,
- "_IM(Oxidation (M))LFTNEDNPHGNDSAK_"
- ],
- [
- 11191,
- 2,
- 15,
- 4,
- 0.19933,
- "_QKLDILDQER_"
- ],
- [
- 26643,
- 3,
- 13,
- 5,
- 0.17086,
- "_ESAEQSSGPGPSLRPQNSTTWR_"
- ],
- [
- 8257,
- 2,
- 13,
- 4,
- 0.17086,
- "_EAAENSLVAYK_"
- ],
- [
- 32892,
- 2,
- 13,
- 6,
- 0.17086,
- "_NVTDVVNTCHDAGISK_"
- ],
- [
- 18783,
- 3,
- 8,
- 5,
- 0.09971,
- "_MHTSTGGGFCDCGDTEAWK_"
- ],
- [
- 43470,
- 2,
- 17,
- 7,
- 0.2278,
- "_KINEELESQYQQSMDSK_"
- ],
- [
- 13650,
- 2,
- 13,
- 4,
- 0.17086,
- "_GFLKEEDLTEK_"
- ],
- [
- 18868,
- 2,
- 15,
- 5,
- 0.19933,
- "_KVEAQLQELQVK_"
- ],
- [
- 23629,
- 2,
- 9,
- 5,
- 0.11393,
- "_HGDEIYIAPSGVQK_"
- ],
- [
- 30736,
- 2,
- 9,
- 2,
- 0.11393,
- "_GHTTALVEDVCQGYK_"
- ],
- [
- 12704,
- 2,
- 10,
- 2,
- 0.12817,
- "_NLSGQPNFPCR_"
- ],
- [
- 44017,
- 2,
- 10,
- 4,
- 0.12817,
- "_IDQVEDDGDQVEDDGETAK_"
- ],
- [
- 15509,
- 3,
- 10,
- 5,
- 0.12817,
- "_TKDEYLINSQTTEHIVK_"
- ],
- [
- 2708,
- 2,
- 14,
- 5,
- 0.18508,
- "_VAASNIVQMK_"
- ],
- [
- 17414,
- 2,
- 7,
- 3,
- 0.085443,
- "_LKEYVDCLTDK_"
- ],
- [
- 39751,
- 2,
- 10,
- 4,
- 0.12817,
- "_GNSSMDSAAGCSGTPPICR_"
- ],
- [
- 34591,
- 2,
- 17,
- 8,
- 0.22779,
- "_GDCVECMACSDNTVR_"
- ],
- [
- 4400,
- 2,
- 11,
- 3,
- 0.1424,
- "_EACFAVEGPK_"
- ],
- [
- 865,
- 2,
- 12,
- 3,
- 0.15663,
- "_VENLFNEK_"
- ],
- [
- 45111,
- 2,
- 12,
- 4,
- 0.15663,
- "_QAASTSGPTPAASQALNPQAQK_"
- ],
- [
- 5829,
- 3,
- 15,
- 8,
- 0.19932,
- "_LQAQQDAVNIVCHSK_"
- ],
- [
- 19413,
- 2,
- 11,
- 3,
- 0.1424,
- "_EAVCEVALDYKK_"
- ],
- [
- 26559,
- 2,
- 16,
- 3,
- 0.21355,
- "_DEVCVNPYHYQR_"
- ],
- [
- 43183,
- 2,
- 16,
- 6,
- 0.21355,
- "_GNAEGSSDEEGKLVIDEPAK_"
- ],
- [
- 1048,
- 2,
- 12,
- 3,
- 0.15663,
- "_FLKPVELR_"
- ],
- [
- 40250,
- 2,
- 11,
- 4,
- 0.1424,
- "_(Acetyl (Protein N-term))SQYTEKEPAAMDQESGK_"
- ],
- [
- 24272,
- 3,
- 14,
- 6,
- 0.18508,
- "_QKPAQNYDDNFNVNGPGEGVK_"
- ],
- [
- 5570,
- 2,
- 14,
- 4,
- 0.18508,
- "_MIEVVCNDR_"
- ],
- [
- 18745,
- 2,
- 10,
- 4,
- 0.12817,
- "_AQQEFATGVMSNK_"
- ],
- [
- 3936,
- 2,
- 9,
- 4,
- 0.11393,
- "_AIIKPVIVDK_"
- ],
- [
- 8101,
- 2,
- 14,
- 3,
- 0.18508,
- "_AVDPEDDFQR_"
- ],
- [
- 47596,
- 3,
- 13,
- 6,
- 0.17085,
- "_EITDGEEKTEGEEEQEEEEEEEEEEGGDK_"
- ],
- [
- 24475,
- 2,
- 9,
- 4,
- 0.11393,
- "_AVHNSVAAQLTGVAGH_"
- ],
- [
- 9065,
- 2,
- 9,
- 3,
- 0.11393,
- "_CDDFVVNDTK_"
- ],
- [
- 6667,
- 2,
- 13,
- 2,
- 0.17085,
- "_QPSQGPTFGIK_"
- ],
- [
- 29218,
- 2,
- 16,
- 5,
- 0.21355,
- "_MQDTMEENSESALR_"
- ],
- [
- 14277,
- 3,
- 14,
- 6,
- 0.18508,
- "_ALTVAHELLCNKPEEEK_"
- ],
- [
- 7141,
- 3,
- 12,
- 4,
- 0.15663,
- "_HYFCESCALQHFR_"
- ],
- [
- 42556,
- 2,
- 10,
- 5,
- 0.12817,
- "_VQEQVHTLLSQDQAQAAR_"
- ],
- [
- 47007,
- 2,
- 14,
- 8,
- 0.18508,
- "_QEEMNSQQEEEEMETDAR_"
- ],
- [
- 11259,
- 3,
- 18,
- 6,
- 0.24203,
- "_VTVAGGVHISGLHTESAPR_"
- ],
- [
- 4828,
- 2,
- 10,
- 3,
- 0.12817,
- "_ILSATNDLDR_"
- ],
- [
- 10218,
- 3,
- 20,
- 6,
- 0.2705,
- "_SLYHSVEWRPAEEPR_"
- ],
- [
- 34355,
- 2,
- 10,
- 4,
- 0.12817,
- "_GLSQNQQIPQNSVTPR_"
- ],
- [
- 7233,
- 3,
- 10,
- 2,
- 0.12817,
- "_SLPCQVYVNHGENLK_"
- ],
- [
- 41617,
- 2,
- 14,
- 4,
- 0.18508,
- "_GYQGYPGGDYSGGPQDGGAGK_"
- ],
- [
- 20923,
- 3,
- 8,
- 4,
- 0.099696,
- "_GLGEHEMEEDEEDYESSAK_"
- ],
- [
- 7431,
- 2,
- 17,
- 3,
- 0.2278,
- "_HFILDECDK_"
- ],
- [
- 34742,
- 2,
- 13,
- 3,
- 0.17088,
- "_AVEQEDELSDVSQGGSK_"
- ],
- [
- 16099,
- 2,
- 12,
- 4,
- 0.15664,
- "_RIPWTAASSQLK_"
- ],
- [
- 23965,
- 2,
- 10,
- 4,
- 0.12818,
- "_ENEEDKLTDWNK_"
- ],
- [
- 37909,
- 2,
- 12,
- 7,
- 0.15664,
- "_MEEESGAPGVPSGNGAPGPK_"
- ],
- [
- 12325,
- 2,
- 7,
- 2,
- 0.085459,
- "_GGGLGSPGEGGALPR_"
- ],
- [
- 19113,
- 2,
- 16,
- 5,
- 0.21357,
- "_RLTVSSLQESGLK_"
- ],
- [
- 45012,
- 2,
- 8,
- 3,
- 0.099691,
- "_GLAEVQQDGEAEEGATSDGEK_"
- ],
- [
- 3260,
- 2,
- 11,
- 4,
- 0.14242,
- "_DFIISRPTK_"
- ],
- [
- 25025,
- 2,
- 9,
- 4,
- 0.11394,
- "_QCGNIFCAECSAK_"
- ],
- [
- 1538,
- 2,
- 9,
- 4,
- 0.11394,
- "_TLTVLHPLK_"
- ],
- [
- 16754,
- 2,
- 9,
- 3,
- 0.11394,
- "_KGWLYYEAGQR_"
- ],
- [
- 16350,
- 2,
- 9,
- 2,
- 0.11394,
- "_ITAEIFSPNDKK_"
- ],
- [
- 28381,
- 2,
- 10,
- 2,
- 0.12818,
- "_VSASSPSLAVASQSDSK_"
- ],
- [
- 47155,
- 3,
- 10,
- 6,
- 0.12818,
- "_EGQEENETCSGGNENQELQDGCSEAFEKR_"
- ],
- [
- 4471,
- 2,
- 15,
- 3,
- 0.19933,
- "_CLLLVHEPK_"
- ],
- [
- 22406,
- 2,
- 13,
- 4,
- 0.17088,
- "_KYTGEDFDEDLR_"
- ],
- [
- 222,
- 2,
- 14,
- 3,
- 0.1851,
- "_HELIEFR_"
- ],
- [
- 2149,
- 2,
- 13,
- 2,
- 0.17088,
- "_DMIHIADTK_"
- ],
- [
- 795,
- 2,
- 21,
- 2,
- 0.28474,
- "_NECVVVIR_"
- ],
- [
- 5977,
- 2,
- 14,
- 6,
- 0.1851,
- "_GLEEPEMDPK_"
- ],
- [
- 256,
- 2,
- 15,
- 4,
- 0.19933,
- "_KGDIFLVR_"
- ],
- [
- 45374,
- 2,
- 60,
- 4,
- 0.83978,
- "_GSSEQAESDNMDVPPEDDSK_"
- ],
- [
- 4032,
- 2,
- 16,
- 4,
- 0.21357,
- "_GSDFDCELR_"
- ],
- [
- 9,
- 2,
- 17,
- 4,
- 0.2278,
- "_MVIEYAR_"
- ],
- [
- 28361,
- 2,
- 17,
- 5,
- 0.2278,
- "_LEGALGADTTEDGDEK_"
- ],
- [
- 9470,
- 2,
- 13,
- 5,
- 0.17088,
- "_CSVSLSNVEAR_"
- ],
- [
- 17892,
- 3,
- 18,
- 6,
- 0.24204,
- "_QAQQERDELADEIANSSGK_"
- ],
- [
- 33999,
- 2,
- 11,
- 3,
- 0.14241,
- "_SLPCQVYVNHGENLK_"
- ],
- [
- 12197,
- 2,
- 7,
- 4,
- 0.085467,
- "_NIIHVIGGNDVK_"
- ],
- [
- 21534,
- 3,
- 14,
- 7,
- 0.18511,
- "_ASFNHFDKDHGGALGPEEFK_"
- ],
- [
- 37173,
- 2,
- 9,
- 5,
- 0.11392,
- "_HLVCSSGGNAGIAAAYAAR_"
- ],
- [
- 28974,
- 2,
- 12,
- 5,
- 0.15665,
- "_GGAGVQVHQLLAGSGGAR_"
- ],
- [
- 11785,
- 2,
- 12,
- 6,
- 0.15665,
- "_VGIPVTDENGNR_"
- ],
- [
- 4009,
- 2,
- 9,
- 4,
- 0.11392,
- "_IQEENVIPR_"
- ],
- [
- 14980,
- 2,
- 9,
- 4,
- 0.11392,
- "_NEATVETLTETK_"
- ],
- [
- 3192,
- 2,
- 5,
- 2,
- 0.056928,
- "_EVLSDPEMR_"
- ],
- [
- 13083,
- 2,
- 15,
- 3,
- 0.19933,
- "_KLDPEIVPEEK_"
- ],
- [
- 12395,
- 4,
- 12,
- 4,
- 0.15665,
- "_RLEEMSNMFQSSGVQHHPPEPK_"
- ],
- [
- 28176,
- 2,
- 14,
- 4,
- 0.18511,
- "_MVQVHELSCEGISK_"
- ],
- [
- 8600,
- 2,
- 12,
- 2,
- 0.15665,
- "_AAGPLLTDECR_"
- ],
- [
- 38186,
- 2,
- 17,
- 6,
- 0.2278,
- "_QDPGDNWEEGGGGGGGMEK_"
- ],
- [
- 6113,
- 2,
- 11,
- 5,
- 0.14241,
- "_FDNLYCCR_"
- ],
- [
- 24194,
- 2,
- 22,
- 4,
- 0.29897,
- "_VAGIESHSELQISR_"
- ],
- [
- 22615,
- 3,
- 14,
- 6,
- 0.18511,
- "_ESLCDSPHQNLSRPLLENK_"
- ],
- [
- 13666,
- 2,
- 13,
- 6,
- 0.17087,
- "_LIAHAGSLTNLAK_"
- ],
- [
- 25195,
- 2,
- 11,
- 4,
- 0.14241,
- "_FEEEGNPYYSSAR_"
- ],
- [
- 65,
- 3,
- 9,
- 3,
- 0.11392,
- "_IIYEPHPQLTR_"
- ],
- [
- 30963,
- 2,
- 20,
- 7,
- 0.27051,
- "_MLQPCGPPADKPEEN_"
- ],
- [
- 21539,
- 2,
- 12,
- 3,
- 0.15665,
- "_YESSSYTDQFSR_"
- ],
- [
- 11708,
- 2,
- 11,
- 2,
- 0.14241,
- "_LVDPVAGSGGPGSR_"
- ],
- [
- 12639,
- 3,
- 16,
- 2,
- 0.21356,
- "_RTDLCDHALHISHDEL_"
- ],
- [
- 13778,
- 2,
- 15,
- 4,
- 0.19933,
- "_LDYEEVGACQK_"
- ],
- [
- 2547,
- 2,
- 9,
- 4,
- 0.11392,
- "_QAIEGVGNLR_"
- ],
- [
- 12784,
- 3,
- 13,
- 4,
- 0.17087,
- "_RDNEVDGQDYHFVVSR_"
- ],
- [
- 7198,
- 2,
- 8,
- 2,
- 0.099688,
- "_SAYNVYVAER_"
- ],
- [
- 48856,
- 3,
- 12,
- 6,
- 0.15665,
- "_NAEQNGPVDGQGDNPGPQAAEQGTDTAVPSDSDKK_"
- ],
- [
- 838,
- 2,
- 11,
- 4,
- 0.14241,
- "_EIMNDLEK_"
- ],
- [
- 22272,
- 2,
- 17,
- 5,
- 0.22779,
- "_EAAEVSEHAVMLAK_"
- ],
- [
- 708,
- 2,
- 20,
- 5,
- 0.2705,
- "_HGSLGFLPR_"
- ],
- [
- 28457,
- 2,
- 11,
- 5,
- 0.14241,
- "_VEVGKDQEFTVDTR_"
- ],
- [
- 20470,
- 2,
- 11,
- 2,
- 0.14241,
- "_SGSYFALTDDSKR_"
- ],
- [
- 9930,
- 2,
- 17,
- 5,
- 0.22779,
- "_VVSPWNSEDAK_"
- ],
- [
- 21718,
- 2,
- 16,
- 6,
- 0.21356,
- "_LTWHSCPEDEAQ_"
- ],
- [
- 13453,
- 2,
- 10,
- 3,
- 0.15665,
- "_SGGLQTPECLSR_"
- ],
- [
- 11628,
- 3,
- 12,
- 7,
- 0.15665,
- "_YKLDEDEDEDDADLSK_"
- ],
- [
- 339,
- 2,
- 22,
- 4,
- 0.29898,
- "_LNEILQAR_"
- ],
- [
- 26369,
- 2,
- 8,
- 4,
- 0.099704,
- "_LVGDFTHDQSISQK_"
- ],
- [
- 14337,
- 2,
- 12,
- 2,
- 0.15665,
- "_HPWIAGDTALNK_"
- ],
- [
- 46559,
- 2,
- 12,
- 4,
- 0.15665,
- "_NGLAEGTEQEEEEEDEQVR_"
- ],
- [
- 4536,
- 2,
- 12,
- 4,
- 0.15665,
- "_MTVCLETEK_"
- ],
- [
- 929,
- 3,
- 19,
- 5,
- 0.25627,
- "_LKGSGNLEAIHIIK_"
- ],
- [
- 12924,
- 2,
- 9,
- 2,
- 0.11392,
- "_EYDQALADLKK_"
- ],
- [
- 17402,
- 2,
- 24,
- 6,
- 0.32743,
- "_GASQAGMTGYGMPR_"
- ],
- [
- 41962,
- 2,
- 14,
- 5,
- 0.18511,
- "_FSGEEGEIEDDESGTENR_"
- ],
- [
- 18438,
- 2,
- 15,
- 3,
- 0.19934,
- "_GIHVEVPPAEAER_"
- ],
- [
- 16288,
- 2,
- 9,
- 2,
- 0.11392,
- "_THGPSTFDLQMK_"
- ],
- [
- 22311,
- 2,
- 9,
- 4,
- 0.11392,
- "_EVAPDGPLQESSTR_"
- ],
- [
- 42140,
- 3,
- 9,
- 6,
- 0.11392,
- "_HCDSINSDFGSESGGCGDSSPGPSASQGPR_"
- ],
- [
- 6028,
- 2,
- 14,
- 5,
- 0.18511,
- "_VLELNASDER_"
- ],
- [
- 9105,
- 2,
- 9,
- 2,
- 0.11392,
- "_MMDASVYLQR_"
- ],
- [
- 5851,
- 2,
- 15,
- 4,
- 0.19934,
- "_SLHDALCVVK_"
- ],
- [
- 6753,
- 2,
- 15,
- 4,
- 0.19934,
- "_LITGASDSELR_"
- ],
- [
- 1154,
- 2,
- 25,
- 6,
- 0.34167,
- "_SCNCLLLK_"
- ],
- [
- 51401,
- 2,
- 8,
- 3,
- 0.099704,
- "_IGSGFLSGGGGTGSSGGSGSGGGGSGGGGGGGSSGR_"
- ],
- [
- 12849,
- 3,
- 16,
- 6,
- 0.21356,
- "_DSAYQSITHYRPVSASR_"
- ],
- [
- 7411,
- 2,
- 13,
- 5,
- 0.17089,
- "_TLLDTEDKLK_"
- ],
- [
- 17712,
- 2,
- 10,
- 3,
- 0.12816,
- "_HQQEFAVPDYR_"
- ],
- [
- 34661,
- 2,
- 10,
- 3,
- 0.12816,
- "_TEEEEEDLPDAQTAAK_"
- ],
- [
- 17051,
- 2,
- 9,
- 2,
- 0.11392,
- "_GDYIEAESSYSR_"
- ],
- [
- 28485,
- 2,
- 9,
- 2,
- 0.11392,
- "_LNDMASTDDGTLQSR_"
- ],
- [
- 30349,
- 2,
- 10,
- 4,
- 0.12816,
- "_SLHLQKPLESTWTK_"
- ],
- [
- 33193,
- 2,
- 11,
- 4,
- 0.14239,
- "_DLGNPPLASESTHEDR_"
- ],
- [
- 2851,
- 2,
- 10,
- 3,
- 0.12816,
- "_EAALGAGFSDK_"
- ],
- [
- 27961,
- 2,
- 9,
- 3,
- 0.11393,
- "_ERPSSAIYPSDSFR_"
- ],
- [
- 32427,
- 3,
- 9,
- 5,
- 0.11393,
- "_DTYYDFDAEAADHKQEEDMKR_"
- ],
- [
- 6054,
- 4,
- 12,
- 5,
- 0.15664,
- "_ASFNHFDRDHSGTLGPEEFK_"
- ],
- [
- 4598,
- 3,
- 10,
- 3,
- 0.12816,
- "_SLHLQKPLESTWTK_"
- ],
- [
- 6379,
- 2,
- 11,
- 2,
- 0.14239,
- "_SLFDYHDTR_"
- ],
- [
- 33078,
- 2,
- 9,
- 3,
- 0.11393,
- "_GSYSYTQVGSSGADVEK_"
- ],
- [
- 24379,
- 2,
- 9,
- 2,
- 0.11393,
- "_KLEELELDEQQR_"
- ],
- [
- 26593,
- 2,
- 9,
- 4,
- 0.11393,
- "_VVCVGMNYVDHCK_"
- ],
- [
- 19962,
- 2,
- 12,
- 4,
- 0.15664,
- "_FGAPPHAGGGIGLER_"
- ],
- [
- 45055,
- 2,
- 11,
- 5,
- 0.14239,
- "_VEEEEEEKVAEEEETSVK_"
- ],
- [
- 45751,
- 2,
- 10,
- 4,
- 0.12816,
- "_ELMTHHVHTYGLIMGGSNR_"
- ],
- [
- 10263,
- 2,
- 11,
- 2,
- 0.14239,
- "_QLEVVHTLDGK_"
- ],
- [
- 41118,
- 2,
- 6,
- 2,
- 0.071169,
- "_HCDEVGFNAEEAHNIVK_"
- ],
- [
- 23029,
- 2,
- 10,
- 3,
- 0.12816,
- "_LSQVPDNPPDYQK_"
- ],
- [
- 40308,
- 2,
- 13,
- 5,
- 0.17088,
- "_NLIATAQAQNQQQTEGVK_"
- ],
- [
- 21075,
- 2,
- 15,
- 5,
- 0.19934,
- "_DHVFLCEGEEPK_"
- ],
- [
- 8614,
- 2,
- 15,
- 2,
- 0.19934,
- "_IKGDMDISVPK_"
- ],
- [
- 10573,
- 2,
- 17,
- 4,
- 0.22779,
- "_VRVELSTGMPR_"
- ],
- [
- 5461,
- 2,
- 15,
- 4,
- 0.19934,
- "_IAGYVTHLMK_"
- ],
- [
- 4674,
- 3,
- 14,
- 6,
- 0.18512,
- "_PGHLQEGFGCVVTNR_"
- ],
- [
- 30456,
- 2,
- 13,
- 6,
- 0.17088,
- "_PGHLQEGFGCVVTNR_"
- ],
- [
- 2651,
- 3,
- 14,
- 5,
- 0.18512,
- "_VLEVEKEDTEELR_"
- ],
- [
- 6346,
- 2,
- 14,
- 5,
- 0.18512,
- "_YENNVMNIR_"
- ],
- [
- 4191,
- 4,
- 17,
- 7,
- 0.22779,
- "_ASFNHFDKDHGGALGPEEFK_"
- ],
- [
- 3014,
- 2,
- 15,
- 5,
- 0.19934,
- "_FLYDDNQR_"
- ],
- [
- 30030,
- 2,
- 13,
- 3,
- 0.17088,
- "_SKVTVDTGVIPASEEK_"
- ],
- [
- 27968,
- 2,
- 14,
- 3,
- 0.18512,
- "_ADSILAYHQQNVPR_"
- ],
- [
- 13862,
- 3,
- 12,
- 4,
- 0.15661,
- "_SKEESAHWVTHTSYCF_"
- ],
- [
- 29627,
- 2,
- 12,
- 4,
- 0.15661,
- "_EAESASENEEIDISK_"
- ],
- [
- 6682,
- 2,
- 11,
- 5,
- 0.14238,
- "_KEELTLEGIK_"
- ],
- [
- 5580,
- 2,
- 12,
- 4,
- 0.15661,
- "_LPSGEDYNLK_"
- ],
- [
- 22781,
- 2,
- 18,
- 4,
- 0.24202,
- "_TGTSCALDCGAGIGR_"
- ],
- [
- 6465,
- 2,
- 15,
- 4,
- 0.19934,
- "_VDATADYICK_"
- ],
- [
- 25966,
- 2,
- 15,
- 6,
- 0.19934,
- "_SLEAQVAHADQQLR_"
- ],
- [
- 40516,
- 3,
- 15,
- 7,
- 0.19934,
- "_EDKSPSEESAPTTSPESVSGSVPSSGSSGR_"
- ],
- [
- 15161,
- 3,
- 12,
- 4,
- 0.15661,
- "_AATTVEHLAIQCHWSQR_"
- ],
- [
- 22562,
- 2,
- 11,
- 2,
- 0.14238,
- "_ADESHFLIENSTK_"
- ],
- [
- 3411,
- 2,
- 12,
- 4,
- 0.15661,
- "_MYSIEPADR_"
- ],
- [
- 19270,
- 2,
- 15,
- 3,
- 0.19934,
- "_DNAGAATEEFIKR_"
- ],
- [
- 28708,
- 2,
- 12,
- 3,
- 0.15661,
- "_ELNNTCEPVVTQPK_"
- ],
- [
- 14499,
- 2,
- 11,
- 6,
- 0.14238,
- "_VLEEANQAINPK_"
- ],
- [
- 38606,
- 2,
- 11,
- 4,
- 0.14238,
- "_STELPGKNESTIEQIDK_"
- ],
- [
- 9092,
- 3,
- 11,
- 5,
- 0.14238,
- "_SKDQNETLDEDLFHK_"
- ],
- [
- 10764,
- 2,
- 16,
- 4,
- 0.21356,
- "_RTELSIDISSK_"
- ],
- [
- 17154,
- 2,
- 16,
- 4,
- 0.21356,
- "_QGSEIQDSPDFR_"
- ],
- [
- 10383,
- 3,
- 11,
- 4,
- 0.14238,
- "_IIQHCSNYSTQELLR_"
- ],
- [
- 7962,
- 2,
- 19,
- 3,
- 0.25625,
- "_DNSTMGYMAAK_"
- ],
- [
- 22022,
- 2,
- 14,
- 6,
- 0.1851,
- "_VDEAVAVLQAHQAK_"
- ],
- [
- 19440,
- 2,
- 10,
- 2,
- 0.12816,
- "_DEENVGAMNQYR_"
- ],
- [
- 29889,
- 2,
- 13,
- 4,
- 0.17086,
- "_PSQCSEFIQQSSMK_"
- ],
- [
- 31406,
- 2,
- 13,
- 4,
- 0.17086,
- "_NNQFNQDELALMEK_"
- ],
- [
- 37702,
- 2,
- 14,
- 5,
- 0.1851,
- "_IIQHCSNYSTQELLR_"
- ],
- [
- 24175,
- 2,
- 10,
- 3,
- 0.12816,
- "_DASQFIEDNPHPR_"
- ],
- [
- 1054,
- 2,
- 13,
- 2,
- 0.17086,
- "_ALCADLSPR_"
- ],
- [
- 9236,
- 3,
- 8,
- 5,
- 0.099618,
- "_GIEQAVQSHAVAEEEAR_"
- ],
- [
- 7386,
- 2,
- 13,
- 5,
- 0.17086,
- "_MIAAVDTDSPR_"
- ],
- [
- 33724,
- 2,
- 14,
- 6,
- 0.1851,
- "_ENYSSYSSFSSPHMK_"
- ],
- [
- 11309,
- 2,
- 13,
- 4,
- 0.1851,
- "_VTYTEFCQGR_"
- ],
- [
- 13025,
- 3,
- 7,
- 2,
- 0.085392,
- "_MDLSESSKPLQQHLTTK_"
- ],
- [
- 41088,
- 2,
- 7,
- 2,
- 0.085392,
- "_GWSHIHNTWETEETLK_"
- ],
- [
- 36645,
- 3,
- 9,
- 5,
- 0.11388,
- "_NMSPSSGHQSPAGSAPSPALSYSSAGSAR_"
- ],
- [
- 1881,
- 2,
- 9,
- 4,
- 0.11388,
- "_GLSEDVSISK_"
- ],
- [
- 1524,
- 2,
- 21,
- 5,
- 0.28472,
- "_INNFSADIK_"
- ],
- [
- 15178,
- 2,
- 14,
- 4,
- 0.1851,
- "_QASVADYEETVK_"
- ],
- [
- 44450,
- 2,
- 13,
- 5,
- 0.17086,
- "_EAEEPGPDSENSQENPPLR_"
- ],
- [
- 11667,
- 3,
- 21,
- 4,
- 0.28472,
- "_RPNKPLFTALVTQCQK_"
- ],
- [
- 30318,
- 2,
- 10,
- 4,
- 0.12816,
- "_VTLYNTDQDGSDSPR_"
- ],
- [
- 16451,
- 2,
- 13,
- 2,
- 0.17086,
- "_QQHIEQLLAER_"
- ],
- [
- 25691,
- 2,
- 8,
- 5,
- 0.099605,
- "_KGEGLPNFDNNNIK_"
- ],
- [
- 15333,
- 2,
- 8,
- 4,
- 0.099605,
- "_YVFTPDGNCNR_"
- ],
- [
- 7166,
- 2,
- 7,
- 2,
- 0.085381,
- "_ASVALTPTAPSR_"
- ],
- [
- 10554,
- 2,
- 7,
- 3,
- 0.085381,
- "_LYSQCISMSR_"
- ],
- [
- 43439,
- 3,
- 8,
- 5,
- 0.099605,
- "_SSSSTTASSSPSTVIHGANSEPADSTEMDDK_"
- ],
- [
- 9570,
- 2,
- 12,
- 3,
- 0.15659,
- "_TYQDIQNTIK_"
- ],
- [
- 3464,
- 2,
- 11,
- 4,
- 0.14237,
- "_KFFVGGNWK_"
- ],
- [
- 20649,
- 2,
- 18,
- 5,
- 0.24201,
- "_DTDNGTPFNSPASK_"
- ],
- [
- 2896,
- 2,
- 9,
- 3,
- 0.11383,
- "_IFSQETLTK_"
- ],
- [
- 34863,
- 2,
- 10,
- 3,
- 0.12809,
- "_HTPADVQLIGTDSQGNK_"
- ],
- [
- 20262,
- 2,
- 10,
- 4,
- 0.12809,
- "_DAELIQAGHMDSR_"
- ],
- [
- 21776,
- 2,
- 19,
- 5,
- 0.25623,
- "_SQQLSALQEENVK_"
- ],
- [
- 22132,
- 2,
- 11,
- 4,
- 0.14237,
- "_SEGTYCCGPVPVR_"
- ],
- [
- 17331,
- 2,
- 11,
- 4,
- 0.14237,
- "_QLLQDPQEPSAR_"
- ],
- [
- 1298,
- 3,
- 11,
- 3,
- 0.14237,
- "_HSSLAGCQIINYR_"
- ],
- [
- 7643,
- 2,
- 19,
- 5,
- 0.25623,
- "_GDAMIMEETGK_"
- ],
- [
- 17888,
- 2,
- 19,
- 6,
- 0.25623,
- "_TIVITSHPGQIVK_"
- ],
- [
- 10650,
- 2,
- 8,
- 3,
- 0.099605,
- "_GFCQDESIYK_"
- ],
- [
- 8751,
- 2,
- 18,
- 4,
- 0.24201,
- "_AQPSASLGVGYR_"
- ],
- [
- 9205,
- 2,
- 11,
- 2,
- 0.14237,
- "_ALVDGPCTQVR_"
- ],
- [
- 19333,
- 2,
- 13,
- 2,
- 0.17082,
- "_EQLQLLEEQHR_"
- ],
- [
- 25058,
- 2,
- 15,
- 5,
- 0.19931,
- "_EFSYLDEEEKEK_"
- ],
- [
- 19942,
- 3,
- 14,
- 3,
- 0.18508,
- "_ELMTHHVHTYGLIMGGSNR_"
- ],
- [
- 18970,
- 3,
- 13,
- 5,
- 0.17082,
- "_VEEEEEEKVAEEEETSVK_"
- ],
- [
- 6993,
- 3,
- 13,
- 3,
- 0.17082,
- "_KPSIAAVVGSMDAHPNR_"
- ],
- [
- 29659,
- 3,
- 13,
- 6,
- 0.17082,
- "_KPLHADMDTNGYETDNLTTDPK_"
- ],
- [
- 21681,
- 2,
- 15,
- 5,
- 0.19931,
- "_TLFSVINNGHNQK_"
- ],
- [
- 10093,
- 2,
- 13,
- 5,
- 0.17082,
- "_KGDLSVEEVMK_"
- ],
- [
- 11775,
- 2,
- 13,
- 6,
- 0.17082,
- "_MAQELYMEQK_"
- ],
- [
- 35725,
- 2,
- 13,
- 8,
- 0.17082,
- "_SSEHINEGETAMLVCK_"
- ],
- [
- 21790,
- 2,
- 17,
- 6,
- 0.22778,
- "_AGVNTVTTLVENKK_"
- ],
- [
- 751,
- 3,
- 14,
- 2,
- 0.18508,
- "_VDEAVAVLQAHQAK_"
- ],
- [
- 2017,
- 2,
- 12,
- 3,
- 0.1566,
- "_IYEEAWTK_"
- ],
- [
- 23191,
- 2,
- 12,
- 3,
- 0.1566,
- "_KAEIGIAMGSGTAVAK_"
- ],
- [
- 38196,
- 2,
- 15,
- 4,
- 0.19931,
- "_KEDEDPQDGGSLASTLSK_"
- ],
- [
- 11474,
- 2,
- 20,
- 4,
- 0.27046,
- "_LAEVGQYEQVK_"
- ],
- [
- 24129,
- 2,
- 9,
- 4,
- 0.11384,
- "_AAAGEFADDPCSSVK_"
- ],
- [
- 26056,
- 2,
- 9,
- 4,
- 0.11384,
- "_HEKEDGAISTIVLR_"
- ],
- [
- 40997,
- 2,
- 12,
- 6,
- 0.1566,
- "_EAEEVMDAGCQESAGPER_"
- ],
- [
- 23723,
- 2,
- 13,
- 4,
- 0.17083,
- "_QDLAQLMNSSGSHK_"
- ],
- [
- 31690,
- 2,
- 17,
- 5,
- 0.22779,
- "_QEAATLAANNTQLQAR_"
- ],
- [
- 4971,
- 2,
- 12,
- 5,
- 0.1566,
- "_GYNLLKPMGK_"
- ],
- [
- 28405,
- 3,
- 15,
- 6,
- 0.19931,
- "_SYNQEHSQSFTFDDAQQEDR_"
- ],
- [
- 139,
- 2,
- 12,
- 5,
- 0.1566,
- "_CIYFEAK_"
- ],
- [
- 13167,
- 2,
- 10,
- 6,
- 0.12807,
- "_DIQEESTFSSR_"
- ],
- [
- 8637,
- 3,
- 17,
- 7,
- 0.22779,
- "_SSEHINEGETAMLVCK_"
- ],
- [
- 5771,
- 2,
- 15,
- 4,
- 0.19931,
- "_LKPGDLVGVNK_"
- ],
- [
- 248,
- 2,
- 11,
- 3,
- 0.14232,
- "_ELDVEVSR_"
- ],
- [
- 14715,
- 2,
- 11,
- 4,
- 0.14232,
- "_LWDHATMTEVK_"
- ],
- [
- 15346,
- 2,
- 11,
- 3,
- 0.14232,
- "_VNAIEEVNNNVK_"
- ],
- [
- 23869,
- 2,
- 16,
- 6,
- 0.21355,
- "_HSSLAGCQIINYR_"
- ],
- [
- 38961,
- 2,
- 16,
- 5,
- 0.21355,
- "_YKLDEDEDEDDADLSK_"
- ],
- [
- 5235,
- 2,
- 7,
- 2,
- 0.085367,
- "_SAALHIDLCK_"
- ],
- [
- 13693,
- 2,
- 14,
- 4,
- 0.18506,
- "_IMQEYQLEQK_"
- ],
- [
- 11155,
- 3,
- 8,
- 3,
- 0.099615,
- "_EAENQGLDISSPGMSGHR_"
- ],
- [
- 15834,
- 3,
- 13,
- 4,
- 0.17083,
- "_WLMLHTADSACDPNNKR_"
- ],
- [
- 41609,
- 2,
- 13,
- 4,
- 0.17083,
- "_QAAAAATQTIAASQNAAVSNK_"
- ],
- [
- 9423,
- 2,
- 7,
- 2,
- 0.085367,
- "_VEGELEEMER_"
- ],
- [
- 28755,
- 2,
- 13,
- 3,
- 0.17083,
- "_ASSLDAHEETISIEK_"
- ],
- [
- 2865,
- 2,
- 16,
- 3,
- 0.21355,
- "_HPEELSLLK_"
- ],
- [
- 21103,
- 2,
- 13,
- 3,
- 0.17083,
- "_LKELESQVSGLEK_"
- ],
- [
- 40094,
- 2,
- 14,
- 6,
- 0.18506,
- "_EDYDSVEQDGDEPGPQR_"
- ],
- [
- 13372,
- 2,
- 13,
- 5,
- 0.17083,
- "_SVSLTGAPESVQK_"
- ],
- [
- 412,
- 2,
- 14,
- 5,
- 0.18506,
- "_CDDLEALK_"
- ],
- [
- 13102,
- 3,
- 14,
- 5,
- 0.18506,
- "_GTADVTHDLQEMKEESR_"
- ],
- [
- 3010,
- 3,
- 13,
- 4,
- 0.17083,
- "_KYEAIITVVKPSTR_"
- ],
- [
- 109,
- 2,
- 17,
- 4,
- 0.22779,
- "_DPFAHLPK_"
- ],
- [
- 16508,
- 2,
- 14,
- 2,
- 0.18506,
- "_IYGNQDTSVQLK_"
- ],
- [
- 9566,
- 3,
- 12,
- 4,
- 0.15658,
- "_LADQFLEEQKQETQK_"
- ],
- [
- 11153,
- 3,
- 11,
- 5,
- 0.14232,
- "_IPSDTFYDHEDTTTDK_"
- ],
- [
- 11501,
- 2,
- 19,
- 5,
- 0.25626,
- "_DNSTMGYM(Oxidation (M))MAK_"
- ],
- [
- 23165,
- 2,
- 9,
- 3,
- 0.11387,
- "_TQSPGGCSAEAVLAR_"
- ],
- [
- 24482,
- 2,
- 14,
- 7,
- 0.18508,
- "_AASIFGGAKPVDTAAR_"
- ],
- [
- 39183,
- 2,
- 13,
- 4,
- 0.17086,
- "_SSASEFQPSFHQADNVR_"
- ],
- [
- 10252,
- 2,
- 7,
- 2,
- 0.085392,
- "_EFQLTEENTK_"
- ],
- [
- 3702,
- 2,
- 19,
- 4,
- 0.25626,
- "_VTNDGEIWR_"
- ],
- [
- 19653,
- 2,
- 16,
- 4,
- 0.21356,
- "_AFGPGLQGGSAGSPAR_"
- ],
- [
- 36913,
- 2,
- 11,
- 5,
- 0.14232,
- "_ELQGDGPPSSPTNDPTVK_"
- ],
- [
- 5405,
- 2,
- 16,
- 6,
- 0.21356,
- "_YDEMVESMK_"
- ],
- [
- 4898,
- 2,
- 7,
- 2,
- 0.085392,
- "_EETIPPDYR_"
- ],
- [
- 33803,
- 2,
- 12,
- 4,
- 0.15658,
- "_FTQDTQPHYIYSPR_"
- ],
- [
- 8376,
- 2,
- 14,
- 4,
- 0.18508,
- "_TSLMNQYVNK_"
- ],
- [
- 28994,
- 2,
- 18,
- 5,
- 0.24204,
- "_TTGEENGVEAEEWGK_"
- ],
- [
- 11324,
- 2,
- 15,
- 3,
- 0.19931,
- "_RINMVEELEK_"
- ],
- [
- 14402,
- 2,
- 10,
- 2,
- 0.12809,
- "_ELQAHGADELLK_"
- ],
- [
- 15927,
- 2,
- 7,
- 3,
- 0.085392,
- "_AGFYALGEGDKVK_"
- ],
- [
- 11757,
- 2,
- 17,
- 4,
- 0.2278,
- "_LSHETVTIELK_"
- ],
- [
- 9621,
- 2,
- 10,
- 4,
- 0.12809,
- "_VHQLLVSSLTK_"
- ],
- [
- 6560,
- 2,
- 9,
- 3,
- 0.11387,
- "_IPASWTNPSGK_"
- ],
- [
- 6350,
- 2,
- 9,
- 3,
- 0.11387,
- "_IAPAFSSMSNK_"
- ],
- [
- 1543,
- 2,
- 15,
- 5,
- 0.19931,
- "_EWVESMGGK_"
- ],
- [
- 21397,
- 2,
- 11,
- 4,
- 0.14234,
- "_VDGTCCYVTTYK_"
- ],
- [
- 26692,
- 2,
- 11,
- 2,
- 0.14234,
- "_IYYHVVETGSMGAR_"
- ],
- [
- 23906,
- 2,
- 11,
- 5,
- 0.14234,
- "_ASFVDEHTVCGVAK_"
- ],
- [
- 9462,
- 2,
- 4,
- 2,
- 0.042735,
- "_IADYYYEER_"
- ],
- [
- 8842,
- 2,
- 13,
- 3,
- 0.17082,
- "_LEEEGEQFVK_"
- ],
- [
- 47606,
- 2,
- 13,
- 4,
- 0.17082,
- "_NNEESPTATVAEQGEDITSKK_"
- ],
- [
- 44050,
- 2,
- 12,
- 4,
- 0.15657,
- "_EGAASPAPETPQPTSPETSPK_"
- ],
- [
- 5317,
- 2,
- 8,
- 2,
- 0.099638,
- "_QADSDIPLDR_"
- ],
- [
- 3637,
- 2,
- 12,
- 2,
- 0.15657,
- "_SAGNAVWLNR_"
- ],
- [
- 3018,
- 2,
- 10,
- 3,
- 0.12812,
- "_DHQYGLPIK_"
- ],
- [
- 17555,
- 2,
- 10,
- 4,
- 0.12812,
- "_SLDDSQCGITYK_"
- ],
- [
- 31072,
- 2,
- 12,
- 5,
- 0.15657,
- "_SLYHDISGDTSGDYR_"
- ],
- [
- 1537,
- 2,
- 9,
- 3,
- 0.11387,
- "_AAGQLLVPPR_"
- ],
- [
- 26773,
- 2,
- 8,
- 3,
- 0.099638,
- "_DLAALEQQCDEHR_"
- ],
- [
- 5746,
- 2,
- 18,
- 4,
- 0.24205,
- "_YYPTEDVPR_"
- ],
- [
- 13187,
- 2,
- 12,
- 4,
- 0.15657,
- "_QFESLPATHIR_"
- ],
- [
- 6925,
- 2,
- 9,
- 2,
- 0.11387,
- "_FVDKTEWIK_"
- ],
- [
- 19061,
- 2,
- 13,
- 5,
- 0.17082,
- "_LAQAAQSSVATITR_"
- ],
- [
- 37616,
- 2,
- 10,
- 4,
- 0.12812,
- "_ESSETPDQFM(Oxidation (M))TADETR_"
- ],
- [
- 1659,
- 3,
- 19,
- 6,
- 0.25629,
- "_YESLTDPSKLDSGK_"
- ],
- [
- 12413,
- 2,
- 14,
- 3,
- 0.1851,
- "_ALSTTASTAAFDK_"
- ],
- [
- 23661,
- 2,
- 14,
- 4,
- 0.1851,
- "_QGIETPEDQNDLR_"
- ],
- [
- 50007,
- 2,
- 14,
- 6,
- 0.1851,
- "_LEAIEDDSVKETDSSSASAATPSK_"
- ],
- [
- 38588,
- 4,
- 13,
- 6,
- 0.17082,
- "_IYYSEETSSDQGNEDEEEPKEVSSSTELHSNEK_"
- ],
- [
- 24805,
- 2,
- 7,
- 2,
- 0.085401,
- "_DTSSITSCGDGNVVK_"
- ],
- [
- 28079,
- 2,
- 14,
- 7,
- 0.1851,
- "_QCCGTDGVEANYIK_"
- ],
- [
- 13362,
- 2,
- 14,
- 4,
- 0.1851,
- "_VLETAEDIQER_"
- ],
- [
- 1718,
- 2,
- 16,
- 4,
- 0.21356,
- "_AMMYSGELK_"
- ],
- [
- 36452,
- 2,
- 10,
- 2,
- 0.12812,
- "_CWGTAETNVSCPQCR_"
- ],
- [
- 22550,
- 2,
- 15,
- 4,
- 0.19933,
- "_GANDFMCDEM(Oxidation (M))ER_"
- ],
- [
- 18273,
- 2,
- 15,
- 6,
- 0.19933,
- "_SMYEEEINETR_"
- ],
- [
- 2225,
- 2,
- 19,
- 4,
- 0.25629,
- "_LQTPNTFPK_"
- ],
- [
- 11929,
- 2,
- 7,
- 2,
- 0.085401,
- "_GSYCHFVLYK_"
- ],
- [
- 17752,
- 3,
- 9,
- 2,
- 0.11385,
- "_YQVFMLHSNMQTSDQKK_"
- ],
- [
- 10934,
- 2,
- 21,
- 5,
- 0.28472,
- "_MKEIAEAYLGK_"
- ],
- [
- 32557,
- 2,
- 8,
- 5,
- 0.099608,
- "_CNVCVHQACYGILK_"
- ],
- [
- 19824,
- 4,
- 16,
- 5,
- 0.21353,
- "_LGHGLLSGEYSKPVPESGDGERVPEQK_"
- ],
- [
- 7090,
- 3,
- 16,
- 4,
- 0.21353,
- "_FTQDTQPHYIYSPR_"
- ],
- [
- 615,
- 4,
- 15,
- 4,
- 0.19931,
- "_KSDVEDHSVHLLFSANR_"
- ],
- [
- 8270,
- 2,
- 19,
- 4,
- 0.25626,
- "_GDQTVLILHAK_"
- ],
- [
- 8277,
- 3,
- 10,
- 4,
- 0.12807,
- "_AGCSGLGHPIQLDPNQK_"
- ],
- [
- 526,
- 2,
- 12,
- 4,
- 0.15655,
- "_VYSIDYGR_"
- ],
- [
- 319,
- 2,
- 15,
- 2,
- 0.19931,
- "_LQQVPELK_"
- ],
- [
- 8697,
- 4,
- 10,
- 4,
- 0.12807,
- "_ITDQEASENHVAATGSHLCVLR_"
- ],
- [
- 3205,
- 2,
- 12,
- 4,
- 0.15655,
- "_GCEVIQEIK_"
- ],
- [
- 41648,
- 2,
- 10,
- 4,
- 0.12807,
- "_NEEASETVFPHDTTANVK_"
- ],
- [
- 30492,
- 2,
- 11,
- 3,
- 0.14232,
- "_VVSSTSEEEEAFTEK_"
- ],
- [
- 1028,
- 2,
- 10,
- 4,
- 0.12807,
- "_QWDYYAR_"
- ],
- [
- 9302,
- 2,
- 16,
- 5,
- 0.21353,
- "_AADLNGDLTATR_"
- ],
- [
- 24655,
- 3,
- 12,
- 6,
- 0.15655,
- "_ALQENDNVCAQLSAGSTDPGKK_"
- ],
- [
- 31267,
- 2,
- 14,
- 3,
- 0.18503,
- "_IRPTVQEDGGDVIYK_"
- ],
- [
- 22506,
- 3,
- 13,
- 4,
- 0.17077,
- "_KAEDIENDALSPEEQEECK_"
- ],
- [
- 5073,
- 3,
- 13,
- 6,
- 0.17077,
- "_NHDHQEIAVPVANLK_"
- ],
- [
- 37461,
- 2,
- 39,
- 6,
- 0.54087,
- "_LPPNTNDEVDEDPTGNK_"
- ],
- [
- 14671,
- 2,
- 13,
- 5,
- 0.17077,
- "_GEGGILINSQGER_"
- ],
- [
- 1933,
- 2,
- 8,
- 2,
- 0.099608,
- "_ETHSLFFR_"
- ],
- [
- 32864,
- 2,
- 13,
- 4,
- 0.17077,
- "_KPLTSNCTIQIATPGK_"
- ],
- [
- 28423,
- 2,
- 8,
- 4,
- 0.099608,
- "_TSSDNNVSVTNVSVAK_"
- ],
- [
- 31048,
- 2,
- 14,
- 5,
- 0.18503,
- "_NHDHQEIAVPVANLK_"
- ],
- [
- 30750,
- 2,
- 13,
- 5,
- 0.17077,
- "_VIPEDGPAAQNPENVK_"
- ],
- [
- 20249,
- 3,
- 8,
- 6,
- 0.099608,
- "_EEGQLQQPSTSASEGGGLMTR_"
- ],
- [
- 15634,
- 2,
- 15,
- 4,
- 0.19931,
- "_TAAENEFVVLKK_"
- ],
- [
- 8351,
- 3,
- 13,
- 6,
- 0.17077,
- "_KLPEEEAECYFHSR_"
- ],
- [
- 28053,
- 2,
- 7,
- 3,
- 0.085378,
- "_ILSQQPVETEEVNK_"
- ],
- [
- 27350,
- 2,
- 15,
- 4,
- 0.19931,
- "_TETEFPDEDEETR_"
- ],
- [
- 27695,
- 2,
- 14,
- 4,
- 0.18503,
- "_ENVNATENCISAVGK_"
- ],
- [
- 10962,
- 2,
- 14,
- 2,
- 0.18503,
- "_IEEACEIYAR_"
- ],
- [
- 21917,
- 2,
- 7,
- 4,
- 0.085378,
- "_QESTSVLLQQSEK_"
- ],
- [
- 1528,
- 3,
- 14,
- 3,
- 0.18503,
- "_AASIFGGAKPVDTAAR_"
- ],
- [
- 1984,
- 2,
- 14,
- 3,
- 0.18503,
- "_DSCEGLMVK_"
- ],
- [
- 16081,
- 2,
- 19,
- 4,
- 0.25626,
- "_FLLEAGADQEHK_"
- ],
- [
- 34,
- 2,
- 13,
- 3,
- 0.17077,
- "_EELAEALK_"
- ],
- [
- 12099,
- 2,
- 15,
- 6,
- 0.19931,
- "_EQFHQFLEAK_"
- ],
- [
- 6596,
- 2,
- 12,
- 5,
- 0.15654,
- "_MSMEDENFR_"
- ],
- [
- 27293,
- 2,
- 11,
- 5,
- 0.14229,
- "_SVSHQTVQQLVLEK_"
- ],
- [
- 15578,
- 2,
- 17,
- 5,
- 0.22775,
- "_SQQLDSNVTMPK_"
- ],
- [
- 14053,
- 2,
- 15,
- 3,
- 0.19924,
- "_PMYSNPPLNGAR_"
- ],
- [
- 11831,
- 2,
- 11,
- 4,
- 0.14229,
- "_QAGAEALSQAVAR_"
- ],
- [
- 1439,
- 3,
- 8,
- 2,
- 0.099592,
- "_KPTVALSAVAGASQVK_"
- ],
- [
- 40617,
- 2,
- 12,
- 3,
- 0.15654,
- "_EAGVEM(Oxidation (M))GDEDDLSTPNEK_"
- ],
- [
- 28572,
- 3,
- 14,
- 6,
- 0.18499,
- "_LEAIEDDSVKETDSSSASAATPSK_"
- ],
- [
- 36617,
- 2,
- 11,
- 5,
- 0.14229,
- "_ESDLGDVSEEHGEWNK_"
- ],
- [
- 30062,
- 2,
- 14,
- 5,
- 0.18499,
- "_(Acetyl (Protein N-term))ASSVGNVADSTEPTKR_"
- ],
- [
- 18314,
- 3,
- 12,
- 6,
- 0.15654,
- "_DLLHNEDRHDDYFQER_"
- ],
- [
- 302,
- 2,
- 13,
- 3,
- 0.17076,
- "_HLSIILEK_"
- ],
- [
- 5898,
- 2,
- 13,
- 4,
- 0.17076,
- "_QNLIEELRK_"
- ],
- [
- 956,
- 2,
- 24,
- 4,
- 0.32739,
- "_YPIPPPDAK_"
- ],
- [
- 4992,
- 2,
- 13,
- 4,
- 0.17076,
- "_SGEGEVSGLMR_"
- ],
- [
- 4609,
- 4,
- 16,
- 4,
- 0.21353,
- "_TGISHGHTVYVVHDGFEGLAK_"
- ],
- [
- 36799,
- 2,
- 10,
- 4,
- 0.12806,
- "_YTEDCFSDSNCVPNK_"
- ],
- [
- 92,
- 2,
- 10,
- 4,
- 0.12806,
- "_LLEYEPR_"
- ],
- [
- 29764,
- 2,
- 10,
- 5,
- 0.12806,
- "_LSLQFEEDKENSSK_"
- ],
- [
- 24822,
- 2,
- 25,
- 5,
- 0.34162,
- "_YESLTDPSKLDSGK_"
- ],
- [
- 21659,
- 4,
- 13,
- 6,
- 0.17076,
- "_VMETSAQSSGDHQEQHVSVQEMQELK_"
- ],
- [
- 9801,
- 2,
- 11,
- 6,
- 0.14229,
- "_KLMLQEPLEK_"
- ],
- [
- 722,
- 2,
- 10,
- 4,
- 0.12806,
- "_QLAVISPEK_"
- ],
- [
- 29467,
- 2,
- 10,
- 2,
- 0.12806,
- "_EAACLQQTQIEEAR_"
- ],
- [
- 6166,
- 3,
- 11,
- 5,
- 0.14229,
- "_KVNPDLQVEVKPSIR_"
- ],
- [
- 16798,
- 2,
- 16,
- 5,
- 0.21353,
- "_SCEGQNPELLPK_"
- ],
- [
- 13864,
- 3,
- 19,
- 6,
- 0.25623,
- "_HCDEVGFNAEEAHNIVK_"
- ],
- [
- 26457,
- 2,
- 11,
- 3,
- 0.14229,
- "_IKELTSTCSPIISK_"
- ],
- [
- 31630,
- 2,
- 13,
- 5,
- 0.17076,
- "_ICTGQVPSAEDEPAPK_"
- ],
- [
- 8724,
- 3,
- 11,
- 4,
- 0.14229,
- "_ELFQTPGTDKPTTDEK_"
- ],
- [
- 13819,
- 3,
- 13,
- 3,
- 0.17076,
- "_GWSHIHNTWETEETLK_"
- ],
- [
- 9887,
- 2,
- 12,
- 3,
- 0.15652,
- "_IHVDFSQSVAK_"
- ],
- [
- 454,
- 2,
- 12,
- 3,
- 0.15652,
- "_LAELSDYR_"
- ],
- [
- 36412,
- 2,
- 11,
- 6,
- 0.14229,
- "_GSISSTSEVHSPPNVGLR_"
- ],
- [
- 1998,
- 2,
- 12,
- 5,
- 0.15652,
- "_EHIEELLR_"
- ],
- [
- 34681,
- 2,
- 11,
- 4,
- 0.14229,
- "_KVDAQSSAGEEDVLLSK_"
- ],
- [
- 14817,
- 2,
- 9,
- 3,
- 0.11382,
- "_SKFENEEFFR_"
- ],
- [
- 613,
- 4,
- 10,
- 4,
- 0.12805,
- "_LVPNHHFDPHLEASALR_"
- ],
- [
- 33395,
- 3,
- 11,
- 4,
- 0.14229,
- "_VVASVHASISGSSASSTSSTPEVKPLK_"
- ],
- [
- 14468,
- 4,
- 10,
- 5,
- 0.12805,
- "_THVHIGEGPSTISNSTIPENATSSGR_"
- ],
- [
- 3334,
- 2,
- 13,
- 2,
- 0.17077,
- "_CQLPDGSFR_"
- ],
- [
- 13033,
- 2,
- 12,
- 4,
- 0.15652,
- "_KLQEQEVFFK_"
- ],
- [
- 1596,
- 4,
- 10,
- 6,
- 0.12805,
- "_MEDVHQTLVAHGQALDAGR_"
- ],
- [
- 476,
- 3,
- 13,
- 6,
- 0.17077,
- "_MPCQLHQVIVAR_"
- ],
- [
- 22204,
- 3,
- 14,
- 4,
- 0.18499,
- "_TGISHGHTVYVVHDGFEGLAK_"
- ],
- [
- 6373,
- 3,
- 15,
- 4,
- 0.19922,
- "_KPLTSNCTIQIATPGK_"
- ],
- [
- 15031,
- 2,
- 14,
- 5,
- 0.18499,
- "_DAQELYAAGENR_"
- ],
- [
- 27177,
- 2,
- 14,
- 3,
- 0.18499,
- "_YSVAISTSEVGTDHK_"
- ],
- [
- 216,
- 2,
- 14,
- 4,
- 0.18499,
- "_VQLVVGDGR_"
- ],
- [
- 26535,
- 2,
- 14,
- 6,
- 0.18499,
- "_NALQQENHIIDGVK_"
- ],
- [
- 15548,
- 2,
- 13,
- 3,
- 0.17077,
- "_KPGTAVVEFATVK_"
- ],
- [
- 1816,
- 3,
- 17,
- 4,
- 0.22776,
- "_KPEKPLILQSLGPK_"
- ],
- [
- 7651,
- 2,
- 18,
- 4,
- 0.24198,
- "_FASGGCDNLIK_"
- ],
- [
- 37692,
- 2,
- 13,
- 3,
- 0.17077,
- "_MSQACHEVDDSSVVGLK_"
- ],
- [
- 16591,
- 2,
- 21,
- 5,
- 0.2847,
- "_AYVDDTPAEQMK_"
- ],
- [
- 17026,
- 2,
- 21,
- 6,
- 0.28469,
- "_TTETQVLVASAQK_"
- ],
- [
- 11495,
- 3,
- 14,
- 5,
- 0.185,
- "_TLNAHEHFVTSLDFHK_"
- ],
- [
- 10376,
- 2,
- 17,
- 4,
- 0.2277,
- "_EATTDFTVDSR_"
- ],
- [
- 11065,
- 4,
- 11,
- 6,
- 0.14228,
- "_HQEGEIFDTEKEKYEITEQR_"
- ],
- [
- 27501,
- 2,
- 11,
- 4,
- 0.14228,
- "_LFTSDLQDKNEYK_"
- ],
- [
- 9287,
- 2,
- 23,
- 5,
- 0.31317,
- "_EEPGEDFPAAR_"
- ],
- [
- 11100,
- 2,
- 9,
- 4,
- 0.11383,
- "_QLQAETEPIVK_"
- ],
- [
- 2839,
- 4,
- 10,
- 5,
- 0.12805,
- "_NLHCALRPLDHESYEFK_"
- ],
- [
- 579,
- 2,
- 16,
- 2,
- 0.21345,
- "_EATADDLIK_"
- ],
- [
- 6715,
- 2,
- 12,
- 2,
- 0.15652,
- "_ISDIQSQLEK_"
- ],
- [
- 1734,
- 2,
- 9,
- 2,
- 0.11383,
- "_QKQIDEIR_"
- ],
- [
- 19839,
- 3,
- 9,
- 4,
- 0.11383,
- "_HCASQYSELLETTETPKR_"
- ],
- [
- 4696,
- 2,
- 16,
- 3,
- 0.21345,
- "_AEGFVDALHR_"
- ],
- [
- 12573,
- 2,
- 9,
- 2,
- 0.11383,
- "_GSLSNAGDPEIVK_"
- ],
- [
- 16345,
- 2,
- 12,
- 2,
- 0.15652,
- "_QTPHSEIIFYK_"
- ],
- [
- 437,
- 2,
- 8,
- 2,
- 0.099616,
- "_HLLPLTDR_"
- ],
- [
- 1306,
- 2,
- 13,
- 4,
- 0.17075,
- "_DGPGFYTTR_"
- ],
- [
- 1167,
- 2,
- 13,
- 4,
- 0.17075,
- "_SFLEDIRK_"
- ],
- [
- 40913,
- 3,
- 15,
- 7,
- 0.19922,
- "_VMETSAQSSGDHQEQHVSVQEMQELK_"
- ],
- [
- 14516,
- 3,
- 14,
- 6,
- 0.185,
- "_KPEDPEECPEEVYDPR_"
- ],
- [
- 12649,
- 3,
- 14,
- 6,
- 0.185,
- "_ASQEPSPKPGTEVIPAAPR_"
- ],
- [
- 7630,
- 3,
- 13,
- 6,
- 0.17075,
- "_SLITTHHLMVYGNER_"
- ],
- [
- 8424,
- 2,
- 13,
- 5,
- 0.17075,
- "_NQVLVFVHSR_"
- ],
- [
- 8985,
- 2,
- 23,
- 4,
- 0.31317,
- "_LPPNVVEESAR_"
- ],
- [
- 30465,
- 2,
- 11,
- 4,
- 0.14228,
- "_DSNKPVTIPENSEIK_"
- ],
- [
- 20063,
- 2,
- 6,
- 3,
- 0.071127,
- "_LKPVIGVNTDPER_"
- ],
- [
- 2299,
- 3,
- 18,
- 5,
- 0.24199,
- "_LEPQIASASEYAHR_"
- ],
- [
- 15880,
- 2,
- 7,
- 2,
- 0.085381,
- "_SQPLISLTEHTK_"
- ],
- [
- 1428,
- 2,
- 12,
- 3,
- 0.15652,
- "_TVLIACNVK_"
- ],
- [
- 5167,
- 3,
- 7,
- 4,
- 0.085381,
- "_VGTVIGSNKLEQMPSK_"
- ],
- [
- 15768,
- 2,
- 10,
- 2,
- 0.12805,
- "_EKFENSIESLR_"
- ],
- [
- 35800,
- 2,
- 11,
- 3,
- 0.14228,
- "_ELFQTPGTDKPTTDEK_"
- ],
- [
- 34199,
- 2,
- 14,
- 5,
- 0.185,
- "_QNQTTAISTPASSEISK_"
- ],
- [
- 48741,
- 2,
- 10,
- 3,
- 0.12805,
- "_THSVPATPTSTPVPNPEAESSSK_"
- ],
- [
- 14981,
- 2,
- 14,
- 4,
- 0.185,
- "_NTWELKPEYR_"
- ],
- [
- 21811,
- 2,
- 17,
- 5,
- 0.2277,
- "_VTPASETLEDPCR_"
- ],
- [
- 15377,
- 2,
- 13,
- 5,
- 0.17075,
- "_HEAMITDLEER_"
- ],
- [
- 4033,
- 2,
- 9,
- 4,
- 0.11383,
- "_SNYEAMIDR_"
- ],
- [
- 12267,
- 2,
- 14,
- 4,
- 0.185,
- "_SLCSDDTPMVR_"
- ],
- [
- 14004,
- 2,
- 18,
- 3,
- 0.24199,
- "_LITDLQDQNQK_"
- ],
- [
- 36490,
- 2,
- 11,
- 4,
- 0.14228,
- "_SGSMQSPMSSQDTSQLR_"
- ],
- [
- 21591,
- 2,
- 13,
- 4,
- 0.17075,
- "_MSSEVVDSNPYSR_"
- ],
- [
- 6038,
- 2,
- 12,
- 3,
- 0.15651,
- "_QLLCGAAVGTR_"
- ],
- [
- 9004,
- 3,
- 11,
- 4,
- 0.14228,
- "_KQEDFMTTMDANEEK_"
- ],
- [
- 13756,
- 3,
- 11,
- 5,
- 0.14228,
- "_LQTEAQEDDWYDCHR_"
- ],
- [
- 484,
- 2,
- 12,
- 3,
- 0.15651,
- "_VLFLDHPK_"
- ],
- [
- 7820,
- 4,
- 12,
- 4,
- 0.15651,
- "_ASPAPGSGHPEGPGAHLDMNSLDR_"
- ],
- [
- 1499,
- 2,
- 12,
- 3,
- 0.15651,
- "_MLVIEQCK_"
- ],
- [
- 1473,
- 3,
- 16,
- 3,
- 0.21345,
- "_QRVESHFDLELR_"
- ],
- [
- 17192,
- 2,
- 12,
- 4,
- 0.15651,
- "_ENELTYYCCK_"
- ],
- [
- 40287,
- 2,
- 9,
- 3,
- 0.11385,
- "_AVQNENSYQMEEDGSLK_"
- ],
- [
- 28282,
- 2,
- 9,
- 2,
- 0.11385,
- "_ENVSVSVQPGSSSVSR_"
- ],
- [
- 6022,
- 2,
- 13,
- 2,
- 0.17075,
- "_EAALAEVADEK_"
- ],
- [
- 4986,
- 2,
- 14,
- 5,
- 0.18498,
- "_YEDM(Oxidation (M))AAFMK_"
- ],
- [
- 39991,
- 2,
- 14,
- 5,
- 0.18498,
- "_ASQEPSPKPGTEVIPAAPR_"
- ],
- [
- 6908,
- 2,
- 13,
- 4,
- 0.17075,
- "_GFTLNDAANSR_"
- ],
- [
- 11311,
- 2,
- 14,
- 4,
- 0.18498,
- "_WHEEVEIYR_"
- ],
- [
- 13354,
- 2,
- 8,
- 3,
- 0.099613,
- "_STLDTDYQMTK_"
- ],
- [
- 775,
- 2,
- 16,
- 3,
- 0.21345,
- "_DLKDEIVR_"
- ],
- [
- 32320,
- 2,
- 8,
- 4,
- 0.099613,
- "_LSGCDVCLEHPSVSR_"
- ],
- [
- 25961,
- 2,
- 15,
- 5,
- 0.19923,
- "_YTGASLQGATQLNNK_"
- ],
- [
- 1345,
- 2,
- 9,
- 2,
- 0.11385,
- "_LLSTDPVAAK_"
- ],
- [
- 31375,
- 2,
- 16,
- 6,
- 0.21345,
- "_KVDGSVNAYAINVSQK_"
- ],
- [
- 23581,
- 2,
- 12,
- 4,
- 0.15651,
- "_LCAGIMITASHNPK_"
- ],
- [
- 31197,
- 2,
- 15,
- 4,
- 0.19923,
- "_ACGADSYEMEEDGVR_"
- ],
- [
- 2923,
- 2,
- 14,
- 3,
- 0.18498,
- "_LPPTDAYYK_"
- ],
- [
- 22651,
- 3,
- 9,
- 2,
- 0.11386,
- "_ASQASTHGNLAVAYQALGAHDR_"
- ],
- [
- 35547,
- 2,
- 8,
- 5,
- 0.099602,
- "_TCQCINTEELCSER_"
- ],
- [
- 22600,
- 2,
- 9,
- 5,
- 0.11386,
- "_YSCVILDEAHER_"
- ],
- [
- 19926,
- 2,
- 9,
- 5,
- 0.11386,
- "_EMSEYCSTLCR_"
- ],
- [
- 549,
- 2,
- 10,
- 5,
- 0.12809,
- "_EVVIVSATR_"
- ],
- [
- 17380,
- 2,
- 8,
- 3,
- 0.099602,
- "_LSLHLQDQDSVK_"
- ],
- [
- 21514,
- 2,
- 9,
- 4,
- 0.11386,
- "_VEYADCVDKLEK_"
- ],
- [
- 16588,
- 2,
- 11,
- 2,
- 0.1423,
- "_DFSQMASNNPEK_"
- ],
- [
- 29759,
- 2,
- 10,
- 3,
- 0.12809,
- "_LCASNQDSEYPLEK_"
- ],
- [
- 41025,
- 2,
- 10,
- 3,
- 0.12809,
- "_LQTEAQEDDWYDCHR_"
- ],
- [
- 591,
- 3,
- 10,
- 7,
- 0.12809,
- "_MIKPFFHSLSEK_"
- ],
- [
- 10211,
- 3,
- 12,
- 4,
- 0.15653,
- "_MKDTDSEEEIREAFR_"
- ],
- [
- 50176,
- 2,
- 10,
- 3,
- 0.12809,
- "_ALASGTEASSTDPGAPGGPGGAEGPM(Oxidation (M))AK_"
- ],
- [
- 3839,
- 2,
- 23,
- 4,
- 0.31317,
- "_FADLSEAANR_"
- ],
- [
- 12947,
- 3,
- 12,
- 4,
- 0.15653,
- "_RKPEDVLDDDDAGSAPLK_"
- ],
- [
- 2468,
- 2,
- 10,
- 3,
- 0.12809,
- "_LLHTDTLLK_"
- ],
- [
- 24119,
- 3,
- 11,
- 5,
- 0.1423,
- "_QAQYLGM(Oxidation (M))SCDGPFKPDHYR_"
- ],
- [
- 12691,
- 3,
- 11,
- 5,
- 0.1423,
- "_AGGDAEPRPAEPPAWAGGAR_"
- ],
- [
- 8775,
- 3,
- 10,
- 2,
- 0.12809,
- "_HNMDIGTWDNKGPVPK_"
- ],
- [
- 13172,
- 2,
- 11,
- 4,
- 0.1423,
- "_ALVDYTSDSAEK_"
- ],
- [
- 45263,
- 2,
- 11,
- 6,
- 0.1423,
- "_KGSSSSVCSVASSSDISLGSTK_"
- ],
- [
- 20474,
- 2,
- 11,
- 4,
- 0.1423,
- "_CPLYEANGQAVPK_"
- ],
- [
- 34330,
- 3,
- 12,
- 5,
- 0.15653,
- "_THVHIGEGPSTISNSTIPENATSSGR_"
- ],
- [
- 4618,
- 2,
- 12,
- 4,
- 0.15653,
- "_VQEAIIHFR_"
- ],
- [
- 2648,
- 2,
- 13,
- 3,
- 0.17076,
- "_NIEDYIHR_"
- ],
- [
- 35229,
- 2,
- 15,
- 6,
- 0.19922,
- "_FQEYHIQQNEALAAK_"
- ],
- [
- 10542,
- 3,
- 13,
- 5,
- 0.17076,
- "_APDGQTVAGEVMGPQRPR_"
- ],
- [
- 16215,
- 3,
- 14,
- 5,
- 0.18499,
- "_AEVVETTQVYTEEETRR_"
- ],
- [
- 24325,
- 2,
- 16,
- 2,
- 0.2277,
- "_GQPGDIYHQTWAR_"
- ],
- [
- 31837,
- 2,
- 14,
- 7,
- 0.18499,
- "_GNAMVEEGHFAAEDVK_"
- ],
- [
- 10059,
- 2,
- 13,
- 5,
- 0.17076,
- "_QGTGLQGQAVFK_"
- ],
- [
- 15157,
- 3,
- 17,
- 5,
- 0.2277,
- "_GGPPCKPPAPEDEDEAWR_"
- ],
- [
- 1262,
- 2,
- 19,
- 2,
- 0.25618,
- "_YNDPIYVK_"
- ],
- [
- 25162,
- 3,
- 17,
- 6,
- 0.2277,
- "_THSVPATPTSTPVPNPEAESSSK_"
- ],
- [
- 27539,
- 4,
- 16,
- 7,
- 0.21347,
- "_EHIVGYHEHDSLLDHKEEEELTEEER_"
- ],
- [
- 10157,
- 3,
- 15,
- 7,
- 0.19922,
- "_MEEFKDQLPADECNK_"
- ],
- [
- 26222,
- 2,
- 17,
- 6,
- 0.2277,
- "_LEPQIASASEYAHR_"
- ],
- [
- 10384,
- 2,
- 12,
- 2,
- 0.15653,
- "_NQPPSPEFVAR_"
- ],
- [
- 22355,
- 2,
- 17,
- 7,
- 0.2277,
- "_SSVNCPFSSQDMK_"
- ],
- [
- 27324,
- 2,
- 17,
- 3,
- 0.2277,
- "_VPEPNENVGDAVQTK_"
- ],
- [
- 16206,
- 2,
- 10,
- 3,
- 0.12808,
- "_KISGTTALQEALK_"
- ],
- [
- 38876,
- 2,
- 16,
- 6,
- 0.21345,
- "_SAATSGAGSTTSGVVSGSLGSR_"
- ],
- [
- 1356,
- 2,
- 12,
- 4,
- 0.15653,
- "_KLLAEVTLK_"
- ],
- [
- 9010,
- 2,
- 15,
- 4,
- 0.19922,
- "_NNLSYDCIGR_"
- ],
- [
- 22619,
- 2,
- 18,
- 3,
- 0.24192,
- "_LDAEPRPPPTQEAA_"
- ],
- [
- 6353,
- 2,
- 8,
- 3,
- 0.099584,
- "_EKFEPTVFR_"
- ],
- [
- 12232,
- 3,
- 15,
- 3,
- 0.19922,
- "_ERPQVELTFEETERR_"
- ],
- [
- 27406,
- 2,
- 7,
- 2,
- 0.085376,
- "_LHNQVNGTEWSWK_"
- ],
- [
- 15990,
- 2,
- 15,
- 5,
- 0.19922,
- "_GKVEEVELPVEK_"
- ],
- [
- 10835,
- 2,
- 11,
- 2,
- 0.14232,
- "_SYSYVCGISSK_"
- ],
- [
- 43042,
- 2,
- 14,
- 7,
- 0.18498,
- "_AEVVETTQVYTEEETRR_"
- ],
- [
- 20631,
- 2,
- 11,
- 4,
- 0.14232,
- "_ASPLLPANHVTMAK_"
- ],
- [
- 19934,
- 2,
- 10,
- 3,
- 0.12808,
- "_SIFPEMHSDSASK_"
- ],
- [
- 6068,
- 2,
- 8,
- 3,
- 0.099584,
- "_YWECMTTR_"
- ],
- [
- 10026,
- 3,
- 15,
- 5,
- 0.19922,
- "_ETGGTYHVILDESHYK_"
- ],
- [
- 1152,
- 2,
- 10,
- 3,
- 0.12808,
- "_SEWETLSR_"
- ],
- [
- 12870,
- 2,
- 15,
- 6,
- 0.19922,
- "_LSQEDPDYGIR_"
- ],
- [
- 37065,
- 2,
- 11,
- 4,
- 0.14232,
- "_FTNTQITEHYSTCIK_"
- ],
- [
- 40413,
- 2,
- 19,
- 3,
- 0.25615,
- "_QQAGAQGPGSADLEDGEMGK_"
- ],
- [
- 33226,
- 3,
- 14,
- 5,
- 0.18498,
- "_HYCEPYTTWCQETYSQTKPK_"
- ],
- [
- 490,
- 2,
- 14,
- 4,
- 0.18498,
- "_LAQFDYGR_"
- ],
- [
- 5739,
- 3,
- 14,
- 4,
- 0.18498,
- "_LLHVAVSDVNDDVRR_"
- ],
- [
- 18748,
- 2,
- 26,
- 5,
- 0.35587,
- "_TKEEVNEWFTK_"
- ],
- [
- 22684,
- 2,
- 13,
- 2,
- 0.17075,
- "_KITNSLTVLCSEK_"
- ],
- [
- 16229,
- 2,
- 7,
- 2,
- 0.085376,
- "_SGCALTDAVAPGNK_"
- ],
- [
- 10108,
- 2,
- 13,
- 2,
- 0.17075,
- "_KLTMVVLSSEK_"
- ],
- [
- 30864,
- 2,
- 10,
- 2,
- 0.12808,
- "_NCTCGLAEELEKEK_"
- ],
- [
- 19322,
- 2,
- 7,
- 3,
- 0.085376,
- "_FAEASEEAVSVQR_"
- ],
- [
- 1724,
- 2,
- 13,
- 4,
- 0.17075,
- "_VETFSGVYK_"
- ],
- [
- 36133,
- 2,
- 14,
- 7,
- 0.18498,
- "_KQEDFMTTMDANEEK_"
- ],
- [
- 4633,
- 3,
- 15,
- 7,
- 0.19921,
- "_KVVVVVPNEEDWKK_"
- ],
- [
- 328,
- 2,
- 10,
- 4,
- 0.12805,
- "_ETVPTLAPK_"
- ],
- [
- 25070,
- 2,
- 13,
- 4,
- 0.17075,
- "_LLEAMETCNHSLK_"
- ],
- [
- 17761,
- 2,
- 14,
- 4,
- 0.18498,
- "_YQQGDFGYCPR_"
- ],
- [
- 32059,
- 2,
- 8,
- 2,
- 0.099598,
- "_LLEDSEESSEETVSR_"
- ],
- [
- 7735,
- 2,
- 7,
- 3,
- 0.085384,
- "_YLNWDAVFR_"
- ],
- [
- 26816,
- 2,
- 9,
- 2,
- 0.12805,
- "_LSGGPLANGENSNLSR_"
- ],
- [
- 16935,
- 2,
- 15,
- 2,
- 0.19921,
- "_TKDSLVLNNITR_"
- ],
- [
- 8523,
- 2,
- 7,
- 4,
- 0.085384,
- "_KVLELQTELK_"
- ],
- [
- 8461,
- 2,
- 17,
- 3,
- 0.22767,
- "_NHTIPGFQQAS_"
- ],
- [
- 13894,
- 2,
- 15,
- 4,
- 0.19921,
- "_QADFEAHNILR_"
- ],
- [
- 35432,
- 2,
- 13,
- 4,
- 0.17075,
- "_GPASTPTYSPAPTQPAPR_"
- ],
- [
- 725,
- 2,
- 18,
- 5,
- 0.24192,
- "_GLVGEIIKR_"
- ],
- [
- 13491,
- 2,
- 10,
- 5,
- 0.12805,
- "_NPEDLSAETMAK_"
- ],
- [
- 17102,
- 3,
- 6,
- 5,
- 0.071154,
- "_AVEHMFETEDGSKDEWR_"
- ],
- [
- 24432,
- 2,
- 10,
- 4,
- 0.12805,
- "_LQAELETSEQVQR_"
- ],
- [
- 2200,
- 2,
- 14,
- 5,
- 0.18498,
- "_LLSTDPVTAK_"
- ],
- [
- 3317,
- 4,
- 11,
- 6,
- 0.14231,
- "_LQNAHTGLDLTVPQHQEVR_"
- ],
- [
- 33317,
- 2,
- 15,
- 9,
- 0.19921,
- "_LCNLEEGSPGSGTYTR_"
- ],
- [
- 15959,
- 2,
- 15,
- 4,
- 0.19921,
- "_YIETSELCGGAR_"
- ],
- [
- 16479,
- 4,
- 13,
- 6,
- 0.17075,
- "_QVEVTVHKGDECQLVGPAQPSHWK_"
- ],
- [
- 39817,
- 2,
- 11,
- 4,
- 0.14231,
- "_VAPSWPESHSSADSASLAK_"
- ],
- [
- 10920,
- 2,
- 3,
- 2,
- 0.02845,
- "_ALLGYADNQCK_"
- ],
- [
- 8626,
- 3,
- 14,
- 4,
- 0.18498,
- "_EVFGSGTACQVCPVHR_"
- ],
- [
- 11583,
- 3,
- 13,
- 5,
- 0.17075,
- "_LGHPEPNHVTEASELLR_"
- ],
- [
- 44001,
- 2,
- 12,
- 4,
- 0.15656,
- "_VLAVNQENEHLM(Oxidation (M))EDYEK_"
- ],
- [
- 14179,
- 2,
- 12,
- 5,
- 0.15656,
- "_EAFDEVDMAHR_"
- ],
- [
- 5826,
- 3,
- 8,
- 5,
- 0.099641,
- "_(Acetyl (Protein N-term))SDKPDM(Oxidation (M))AEIEKFDK_"
- ],
- [
- 7211,
- 2,
- 10,
- 2,
- 0.12806,
- "_LVDEEPQLTK_"
- ],
- [
- 5312,
- 2,
- 12,
- 4,
- 0.15656,
- "_YMWDSQSGR_"
- ],
- [
- 28362,
- 2,
- 11,
- 5,
- 0.14231,
- "_(Acetyl (Protein N-term))ATAAETSASEPEAESK_"
- ],
- [
- 3415,
- 3,
- 18,
- 5,
- 0.24193,
- "_MHAPPINMESVHMK_"
- ],
- [
- 5964,
- 3,
- 12,
- 6,
- 0.15656,
- "_LSGCDVCLEHPSVSR_"
- ],
- [
- 4330,
- 3,
- 11,
- 6,
- 0.14231,
- "_VTVAGLAGKDPVQCSR_"
- ],
- [
- 39420,
- 2,
- 11,
- 5,
- 0.14231,
- "_LANQDEGPEDEEDEVPK_"
- ],
- [
- 6512,
- 2,
- 12,
- 4,
- 0.15656,
- "_HITIFSPEGR_"
- ],
- [
- 19768,
- 2,
- 10,
- 3,
- 0.12806,
- "_SVEAAAELSAKDLK_"
- ],
- [
- 36862,
- 3,
- 10,
- 5,
- 0.12806,
- "_VNFSEEGETEEDDQDSSHSSVTTVK_"
- ],
- [
- 20998,
- 2,
- 13,
- 3,
- 0.1708,
- "_NTGVILANDANAER_"
- ],
- [
- 20662,
- 2,
- 10,
- 3,
- 0.12806,
- "_MSQSIIVSGESGAGK_"
- ],
- [
- 22760,
- 2,
- 8,
- 2,
- 0.099641,
- "_SGFSAQQVATQATAK_"
- ],
- [
- 3297,
- 3,
- 15,
- 2,
- 0.19923,
- "_VKDPTEEATPTPFGK_"
- ],
- [
- 24223,
- 2,
- 9,
- 3,
- 0.11385,
- "_YDPDPAPHMENLK_"
- ],
- [
- 5414,
- 2,
- 9,
- 3,
- 0.11385,
- "_NVNCLALDGR_"
- ],
- [
- 2397,
- 4,
- 14,
- 6,
- 0.18501,
- "_TANKDHLVTAYNHLFETK_"
- ],
- [
- 415,
- 2,
- 14,
- 3,
- 0.18501,
- "_ICDDLISK_"
- ],
- [
- 1885,
- 2,
- 9,
- 2,
- 0.11385,
- "_IQEIQTFR_"
- ],
- [
- 262,
- 2,
- 17,
- 4,
- 0.2277,
- "_ELPEYAVK_"
- ],
- [
- 20050,
- 2,
- 10,
- 3,
- 0.12806,
- "_QLEEPGAGTPSPVR_"
- ],
- [
- 8361,
- 2,
- 8,
- 4,
- 0.099641,
- "_YCELPVECK_"
- ],
- [
- 11298,
- 2,
- 9,
- 3,
- 0.11385,
- "_KDTELLALQTK_"
- ],
- [
- 14255,
- 2,
- 17,
- 5,
- 0.2277,
- "_GSAPPGPVPEGSIR_"
- ],
- [
- 45538,
- 2,
- 10,
- 5,
- 0.12806,
- "_SQQAAQSADVSLNPCNTPQK_"
- ],
- [
- 27996,
- 2,
- 13,
- 5,
- 0.1708,
- "_DSSQSPSQVDQFCK_"
- ],
- [
- 1326,
- 3,
- 10,
- 2,
- 0.12806,
- "_GVEPSPSPIKPGDIK_"
- ],
- [
- 4839,
- 3,
- 17,
- 4,
- 0.2277,
- "_VAKPVVEMDGDEMTR_"
- ],
- [
- 2330,
- 2,
- 13,
- 3,
- 0.1708,
- "_DCGSVDGVIK_"
- ],
- [
- 21971,
- 3,
- 12,
- 6,
- 0.15656,
- "_KGNIELASSEPQHFTTTVTR_"
- ],
- [
- 38283,
- 2,
- 9,
- 3,
- 0.11389,
- "_AAQVHAESLQQVVQSQR_"
- ],
- [
- 9312,
- 2,
- 9,
- 4,
- 0.11389,
- "_NGPALQEAYVR_"
- ],
- [
- 10678,
- 2,
- 12,
- 4,
- 0.15656,
- "_KQITMEELVR_"
- ],
- [
- 13308,
- 3,
- 11,
- 5,
- 0.14231,
- "_M(Oxidation (M))TQNPNYYNLQGISHR_"
- ],
- [
- 23990,
- 2,
- 11,
- 4,
- 0.14231,
- "_GVEPSPSPIKPGDIK_"
- ],
- [
- 27278,
- 2,
- 9,
- 5,
- 0.11389,
- "_GLAAITMDKEYQQK_"
- ],
- [
- 25819,
- 2,
- 12,
- 3,
- 0.15656,
- "_ESEGFEEHVPSDNS_"
- ],
- [
- 3373,
- 3,
- 8,
- 4,
- 0.09966,
- "_DNGLLAKPTHGDIIR_"
- ],
- [
- 33477,
- 3,
- 7,
- 6,
- 0.085431,
- "_GHCLCGQCQCTEPGAFGEMCEK_"
- ],
- [
- 15939,
- 3,
- 11,
- 5,
- 0.14231,
- "_YSSQDADEQDWEFQKR_"
- ],
- [
- 5308,
- 4,
- 9,
- 5,
- 0.11389,
- "_KGEGYSNPNEGATVEIHLEGR_"
- ],
- [
- 19416,
- 2,
- 12,
- 3,
- 0.15656,
- "_VVAEEAWENHLK_"
- ],
- [
- 25555,
- 2,
- 12,
- 3,
- 0.15656,
- "_TVSPDRLELEAAQK_"
- ],
- [
- 1032,
- 3,
- 11,
- 5,
- 0.14231,
- "_QLVHELDEAEYR_"
- ],
- [
- 50277,
- 2,
- 7,
- 2,
- 0.085431,
- "_SGGAPECACVPGYQEDANGNCQK_"
- ],
- [
- 12916,
- 2,
- 10,
- 6,
- 0.1281,
- "_FSASGELGNGNIK_"
- ],
- [
- 29182,
- 2,
- 9,
- 4,
- 0.11389,
- "_SFATHTAAMVQQYGK_"
- ],
- [
- 2077,
- 2,
- 10,
- 5,
- 0.1281,
- "_ANYMDNWK_"
- ],
- [
- 16714,
- 4,
- 13,
- 3,
- 0.17081,
- "_KHFQAGHVCGDNMDLIDGQPTGSVR_"
- ],
- [
- 19542,
- 2,
- 13,
- 3,
- 0.17081,
- "_DKFTDSAIAMNSK_"
- ],
- [
- 25694,
- 2,
- 13,
- 5,
- 0.17081,
- "_DGVPEGAQLQGPVHR_"
- ],
- [
- 42818,
- 2,
- 14,
- 4,
- 0.18505,
- "_YSSQDADEQDWEFQKR_"
- ],
- [
- 787,
- 2,
- 16,
- 5,
- 0.21348,
- "_AWEEYYK_"
- ],
- [
- 11077,
- 2,
- 16,
- 4,
- 0.21348,
- "_TFVSGACDASIK_"
- ],
- [
- 21167,
- 4,
- 14,
- 5,
- 0.18505,
- "_DHQNGSMAAVNGHTNSFSPLENNVKPR_"
- ],
- [
- 13580,
- 2,
- 22,
- 6,
- 0.29888,
- "_NLCSDDTPMVR_"
- ],
- [
- 6449,
- 3,
- 14,
- 6,
- 0.18505,
- "_NIHESCMSQIGWNR_"
- ],
- [
- 1417,
- 2,
- 18,
- 3,
- 0.24195,
- "_CNGVLEGIR_"
- ],
- [
- 32553,
- 2,
- 18,
- 3,
- 0.24195,
- "_TETVEEPMEEEEAAK_"
- ],
- [
- 4108,
- 3,
- 14,
- 5,
- 0.18505,
- "_GPTPFNQNQLHQLR_"
- ],
- [
- 9428,
- 2,
- 13,
- 4,
- 0.17081,
- "_WPTETDVSSAK_"
- ],
- [
- 13738,
- 2,
- 15,
- 3,
- 0.19926,
- "_FICTTSAIQNR_"
- ],
- [
- 27869,
- 2,
- 21,
- 5,
- 0.28465,
- "_CAQAQTGIDLSGCTK_"
- ],
- [
- 5882,
- 4,
- 13,
- 6,
- 0.17081,
- "_LGHGLLSGEYSKPVPESGDGER_"
- ],
- [
- 1869,
- 2,
- 13,
- 4,
- 0.17081,
- "_GNEMSEVLR_"
- ],
- [
- 32958,
- 2,
- 13,
- 6,
- 0.17081,
- "_NIHESCMSQIGWNR_"
- ],
- [
- 3496,
- 2,
- 15,
- 3,
- 0.19926,
- "_IFQPTPPGAR_"
- ],
- [
- 32685,
- 2,
- 20,
- 6,
- 0.27043,
- "_EFDEDSEDRLVNEK_"
- ],
- [
- 42833,
- 2,
- 9,
- 6,
- 0.11389,
- "_QTVSLQEQNTTLQTQNAK_"
- ],
- [
- 13085,
- 2,
- 11,
- 3,
- 0.14234,
- "_RPEQAVEAVLGK_"
- ],
- [
- 16461,
- 3,
- 10,
- 5,
- 0.12813,
- "_DYEDGILHENETSHEMK_"
- ],
- [
- 4568,
- 3,
- 15,
- 6,
- 0.19928,
- "_LYQTDPSGTYHAWK_"
- ],
- [
- 32100,
- 3,
- 10,
- 5,
- 0.12813,
- "_SQVPAAQPTAETKPATAAVPTSQSVK_"
- ],
- [
- 35056,
- 2,
- 17,
- 4,
- 0.22772,
- "_VMLGETNPADSKPGTIR_"
- ],
- [
- 17753,
- 3,
- 20,
- 7,
- 0.27041,
- "_LGQSDPAPLQHQM(Oxidation (M))DIYQK_"
- ],
- [
- 5116,
- 2,
- 15,
- 3,
- 0.19928,
- "_HLNDLLEDR_"
- ],
- [
- 24359,
- 3,
- 10,
- 3,
- 0.12813,
- "_CSSEEAQLEHAELQEQLHR_"
- ],
- [
- 27080,
- 2,
- 12,
- 4,
- 0.15655,
- "_KLDDAIEDCTNAVK_"
- ],
- [
- 11619,
- 2,
- 17,
- 5,
- 0.22772,
- "_DPLNPIKQDVK_"
- ],
- [
- 7127,
- 2,
- 12,
- 2,
- 0.15655,
- "_STPVNVPISQK_"
- ],
- [
- 41765,
- 2,
- 9,
- 3,
- 0.11389,
- "_ELFQTPDHTEESTTDDK_"
- ],
- [
- 40915,
- 2,
- 15,
- 3,
- 0.19928,
- "_LSCTSNHLAECQAAMLR_"
- ],
- [
- 37429,
- 2,
- 20,
- 7,
- 0.27041,
- "_MEEFKDQLPADECNK_"
- ],
- [
- 28382,
- 2,
- 13,
- 4,
- 0.17079,
- "_SQASTTVDINTQVEK_"
- ],
- [
- 10450,
- 2,
- 11,
- 2,
- 0.14234,
- "_NVEHGIIYIGK_"
- ],
- [
- 1589,
- 2,
- 13,
- 5,
- 0.17079,
- "_GMGSLDAMDK_"
- ],
- [
- 8971,
- 2,
- 8,
- 5,
- 0.099666,
- "_LTDNGTEFSVK_"
- ],
- [
- 28908,
- 3,
- 9,
- 4,
- 0.11389,
- "_RADNCSPVAEEETTGSAESTLPK_"
- ],
- [
- 10344,
- 2,
- 14,
- 4,
- 0.18505,
- "_YLECSALTQR_"
- ],
- [
- 4436,
- 2,
- 11,
- 4,
- 0.14234,
- "_AADLLAVHAVK_"
- ],
- [
- 19550,
- 3,
- 11,
- 4,
- 0.14234,
- "_LQGVGALGQAASDNSGPEDAKR_"
- ],
- [
- 2990,
- 2,
- 13,
- 4,
- 0.17079,
- "_AATENIPVVR_"
- ],
- [
- 8711,
- 2,
- 9,
- 4,
- 0.11389,
- "_LQTYQPEVVK_"
- ],
- [
- 51095,
- 2,
- 14,
- 5,
- 0.18505,
- "_QQAAYYAQTSPQGM(Oxidation (M))PQHPPAPQGQ_"
- ],
- [
- 21571,
- 2,
- 13,
- 4,
- 0.17079,
- "_GSIAQSETHVLSIK_"
- ],
- [
- 43718,
- 2,
- 12,
- 4,
- 0.15656,
- "_SFNYSPNSSTSEVSSTSASK_"
- ],
- [
- 9992,
- 2,
- 8,
- 2,
- 0.099657,
- "_APSTWEESGLR_"
- ],
- [
- 37664,
- 2,
- 12,
- 4,
- 0.15656,
- "_EVNSQEEEEEELLRK_"
- ],
- [
- 7477,
- 2,
- 17,
- 5,
- 0.22772,
- "_EITALAPSTM(Oxidation (M))K_"
- ],
- [
- 18647,
- 2,
- 12,
- 4,
- 0.15656,
- "_HLTPEPDIVASTK_"
- ],
- [
- 5054,
- 2,
- 17,
- 5,
- 0.22772,
- "_DGYDYDGYR_"
- ],
- [
- 26695,
- 2,
- 12,
- 5,
- 0.15656,
- "_SFTSSYAISAANHVK_"
- ],
- [
- 23393,
- 2,
- 9,
- 4,
- 0.11389,
- "_IKEEPVNVNIPEK_"
- ],
- [
- 12454,
- 2,
- 8,
- 4,
- 0.099657,
- "_NLYPSSSPYTR_"
- ],
- [
- 25453,
- 2,
- 9,
- 4,
- 0.11389,
- "_MGQM(Oxidation (M))AMGGAMGINNR_"
- ],
- [
- 56,
- 2,
- 10,
- 4,
- 0.12812,
- "_QYTSLLGK_"
- ],
- [
- 19157,
- 2,
- 10,
- 2,
- 0.12812,
- "_QLESLDLTDEKK_"
- ],
- [
- 17865,
- 2,
- 10,
- 4,
- 0.12812,
- "_ESSVPMCQGELR_"
- ],
- [
- 3573,
- 2,
- 9,
- 2,
- 0.11389,
- "_LRLDLPSGSK_"
- ],
- [
- 27120,
- 2,
- 6,
- 5,
- 0.071186,
- "_VEQDLAMGTDAEGEK_"
- ],
- [
- 14409,
- 2,
- 8,
- 2,
- 0.099657,
- "_LQNLQLQPGNAK_"
- ],
- [
- 17210,
- 2,
- 10,
- 2,
- 0.12812,
- "_LDVGEAMAPPSHR_"
- ],
- [
- 524,
- 3,
- 7,
- 2,
- 0.085414,
- "_GYPPPVAAKPTFGR_"
- ],
- [
- 4210,
- 2,
- 7,
- 2,
- 0.085414,
- "_NPDTQWITK_"
- ],
- [
- 7985,
- 2,
- 8,
- 2,
- 0.099657,
- "_DKDTGELVALK_"
- ],
- [
- 13639,
- 2,
- 8,
- 2,
- 0.099657,
- "_LMHLFTSGDCK_"
- ],
- [
- 20277,
- 2,
- 8,
- 3,
- 0.099657,
- "_SSPFPTVPTRPEK_"
- ],
- [
- 1059,
- 2,
- 19,
- 2,
- 0.25617,
- "_APEIMLNSK_"
- ],
- [
- 25313,
- 2,
- 9,
- 4,
- 0.11389,
- "_IAAGEVIQRPANAIK_"
- ],
- [
- 2257,
- 2,
- 8,
- 4,
- 0.099657,
- "_EMVELAAQR_"
- ],
- [
- 17312,
- 2,
- 18,
- 6,
- 0.24194,
- "_ALEESNYELEGK_"
- ],
- [
- 14630,
- 2,
- 17,
- 4,
- 0.22772,
- "_INVYYNEATGGK_"
- ],
- [
- 4321,
- 2,
- 14,
- 3,
- 0.18502,
- "_DAISGIGTDEK_"
- ],
- [
- 39445,
- 3,
- 14,
- 7,
- 0.18502,
- "_RPQYSNPPVQGEVMEGADNQGAGEQGR_"
- ],
- [
- 39098,
- 2,
- 14,
- 5,
- 0.18502,
- "_MFPHHSITESVNYDVK_"
- ],
- [
- 4974,
- 3,
- 15,
- 7,
- 0.19927,
- "_NCTCGLAEELEKEK_"
- ],
- [
- 30300,
- 2,
- 14,
- 5,
- 0.18502,
- "_LYQTDPSGTYHAWK_"
- ],
- [
- 27576,
- 2,
- 15,
- 6,
- 0.19927,
- "_DCVSPSEYTAACSR_"
- ],
- [
- 15433,
- 2,
- 13,
- 4,
- 0.17077,
- "_LTEHNETILFK_"
- ],
- [
- 2838,
- 3,
- 13,
- 4,
- 0.17077,
- "_GPGPTVKPSGHLFFR_"
- ],
- [
- 1096,
- 2,
- 15,
- 3,
- 0.19927,
- "_AMENIGELK_"
- ],
- [
- 11239,
- 2,
- 8,
- 4,
- 0.099657,
- "_LSAETLQQVNR_"
- ],
- [
- 14921,
- 2,
- 12,
- 5,
- 0.15659,
- "_EYVHLVCQMR_"
- ],
- [
- 5392,
- 2,
- 11,
- 4,
- 0.14236,
- "_VHAYIISSLK_"
- ],
- [
- 19312,
- 2,
- 11,
- 5,
- 0.14236,
- "_DYVDEQTGDGPVK_"
- ],
- [
- 23339,
- 2,
- 11,
- 3,
- 0.14236,
- "_APPLVENEEAEPGR_"
- ],
- [
- 12666,
- 2,
- 11,
- 4,
- 0.14236,
- "_VQVSLDEHFSK_"
- ],
- [
- 2190,
- 2,
- 11,
- 4,
- 0.14236,
- "_VLLCDPEAK_"
- ],
- [
- 38837,
- 2,
- 16,
- 2,
- 0.21351,
- "_SSEGGVGVGPGGGDEPPTSPR_"
- ],
- [
- 39339,
- 2,
- 11,
- 5,
- 0.14236,
- "_KHLEINPDHPIVETLR_"
- ],
- [
- 17737,
- 2,
- 15,
- 5,
- 0.19926,
- "_QPQPAQNVLAAPR_"
- ],
- [
- 3817,
- 2,
- 10,
- 2,
- 0.12813,
- "_LLFSNTAAQK_"
- ],
- [
- 5037,
- 2,
- 10,
- 2,
- 0.12813,
- "_ELSANTAAFAK_"
- ],
- [
- 22141,
- 2,
- 21,
- 4,
- 0.28465,
- "_SQICDNAALYAQK_"
- ],
- [
- 12777,
- 2,
- 10,
- 3,
- 0.12813,
- "_SHGLLVQQALPK_"
- ],
- [
- 23872,
- 2,
- 10,
- 4,
- 0.12813,
- "_VCIDKDSGDVAALR_"
- ],
- [
- 24519,
- 2,
- 15,
- 6,
- 0.19926,
- "_GSITISAEEIKDNR_"
- ],
- [
- 41636,
- 2,
- 10,
- 5,
- 0.12813,
- "_NNALVPGTIQVNGHGGQPSK_"
- ],
- [
- 11546,
- 2,
- 10,
- 2,
- 0.12813,
- "_VEPFVCAQCR_"
- ],
- [
- 21924,
- 2,
- 13,
- 4,
- 0.1708,
- "_ILYLTPEQEKDK_"
- ],
- [
- 2391,
- 3,
- 8,
- 3,
- 0.099656,
- "_FHPNGSTLASAGFDR_"
- ],
- [
- 1738,
- 3,
- 8,
- 2,
- 0.099656,
- "_RPDLEIYKPGLSR_"
- ],
- [
- 11733,
- 3,
- 15,
- 4,
- 0.19926,
- "_MFPHHSITESVNYDVK_"
- ],
- [
- 1647,
- 2,
- 8,
- 3,
- 0.099656,
- "_VAVCDIPPR_"
- ],
- [
- 11433,
- 2,
- 9,
- 2,
- 0.1139,
- "_DLLQQVPNAHK_"
- ],
- [
- 18884,
- 2,
- 9,
- 5,
- 0.1139,
- "_YDGKWEVEEMK_"
- ],
- [
- 6338,
- 3,
- 10,
- 4,
- 0.12813,
- "_SFYSTEAVQAHMNDK_"
- ],
- [
- 7753,
- 2,
- 14,
- 3,
- 0.18501,
- "_DVEVVRPLEK_"
- ],
- [
- 21295,
- 2,
- 18,
- 4,
- 0.24196,
- "_MIKPFFHSLSEK_"
- ],
- [
- 1007,
- 2,
- 14,
- 2,
- 0.18501,
- "_VPLDVACAR_"
- ],
- [
- 12143,
- 2,
- 12,
- 4,
- 0.15659,
- "_SPVPSAFSDQSR_"
- ],
- [
- 10668,
- 2,
- 6,
- 3,
- 0.071206,
- "_VHCLNTLFSR_"
- ],
- [
- 6234,
- 2,
- 14,
- 3,
- 0.18501,
- "_IGSTIDDTISK_"
- ],
- [
- 5553,
- 3,
- 12,
- 3,
- 0.15659,
- "_GLSAHTHVELPYYSK_"
- ],
- [
- 16924,
- 2,
- 13,
- 5,
- 0.1708,
- "_TLFSVINNSHNK_"
- ],
- [
- 41723,
- 2,
- 10,
- 8,
- 0.12815,
- "_GHMCYCCPEMVEYQK_"
- ],
- [
- 29947,
- 2,
- 17,
- 7,
- 0.22776,
- "_VTVAGLAGKDPVQCSR_"
- ],
- [
- 1207,
- 2,
- 10,
- 2,
- 0.12815,
- "_GLTETGLYR_"
- ],
- [
- 2877,
- 3,
- 17,
- 5,
- 0.22776,
- "_MLLDSEQHPCQLK_"
- ],
- [
- 10930,
- 2,
- 18,
- 5,
- 0.242,
- "_YQAVTATLEEK_"
- ],
- [
- 4783,
- 2,
- 11,
- 3,
- 0.14238,
- "_EFENPEVPR_"
- ],
- [
- 13923,
- 3,
- 11,
- 2,
- 0.14238,
- "_ERQENILVEPDTDEQR_"
- ],
- [
- 30560,
- 2,
- 13,
- 5,
- 0.17084,
- "_KNNVNVASLTQSEIR_"
- ],
- [
- 6662,
- 2,
- 16,
- 6,
- 0.21351,
- "_GVTIKPTVDDD_"
- ],
- [
- 33206,
- 2,
- 14,
- 6,
- 0.18506,
- "_LNYEENKEESLLEK_"
- ],
- [
- 28914,
- 2,
- 13,
- 5,
- 0.17084,
- "_EDAGDNDDTEGAIGVR_"
- ],
- [
- 11512,
- 2,
- 14,
- 5,
- 0.18506,
- "_ALLDASETTSTR_"
- ],
- [
- 6339,
- 3,
- 9,
- 2,
- 0.11391,
- "_DVACGANHTLVLDSQK_"
- ],
- [
- 19983,
- 3,
- 16,
- 5,
- 0.21351,
- "_KGESQTDIEITREEDFTR_"
- ],
- [
- 30550,
- 2,
- 10,
- 5,
- 0.12815,
- "_QPLLLSEDEEDTKR_"
- ],
- [
- 5922,
- 2,
- 10,
- 5,
- 0.12815,
- "_SDGFSIETCK_"
- ],
- [
- 19707,
- 2,
- 17,
- 3,
- 0.22776,
- "_VYIYSSGSVEAQK_"
- ],
- [
- 50384,
- 2,
- 10,
- 3,
- 0.12815,
- "_GNNFTANQNNDDNIPNTTSDCR_"
- ],
- [
- 50031,
- 2,
- 11,
- 4,
- 0.14238,
- "_EVNSCTTGSSNSTIIGSQGSETPK_"
- ],
- [
- 14504,
- 2,
- 20,
- 6,
- 0.27043,
- "_GQNQPVLNITNK_"
- ],
- [
- 23899,
- 2,
- 12,
- 2,
- 0.15661,
- "_QFM(Oxidation (M))AETQFTSGEK_"
- ],
- [
- 461,
- 2,
- 15,
- 6,
- 0.19926,
- "_HMLPTVLR_"
- ],
- [
- 17950,
- 2,
- 13,
- 5,
- 0.17084,
- "_ELQNTVANLHVR_"
- ],
- [
- 20976,
- 4,
- 17,
- 8,
- 0.22776,
- "_QATYGYYLGNPAEFHDSSDHHTFKK_"
- ],
- [
- 11971,
- 3,
- 13,
- 4,
- 0.17084,
- "_KHLEINPDHPIVETLR_"
- ],
- [
- 6387,
- 2,
- 13,
- 3,
- 0.17084,
- "_LENGGFPYEK_"
- ],
- [
- 6612,
- 2,
- 7,
- 3,
- 0.085458,
- "_IEEGLDQINK_"
- ],
- [
- 41794,
- 2,
- 8,
- 3,
- 0.099677,
- "_SLDVEHTTLYSNNSTANK_"
- ],
- [
- 44066,
- 2,
- 15,
- 4,
- 0.19928,
- "_DCTVNGDEPDCVPCQEGK_"
- ],
- [
- 34631,
- 2,
- 16,
- 6,
- 0.21348,
- "_YTTPEDATPEPGEDPR_"
- ],
- [
- 11931,
- 2,
- 16,
- 5,
- 0.21348,
- "_GNDVAFHFNPR_"
- ],
- [
- 14631,
- 4,
- 16,
- 6,
- 0.21348,
- "_GRPAPGFHHGDGPGNAVQEIM(Oxidation (M))IPASK_"
- ],
- [
- 21820,
- 2,
- 10,
- 4,
- 0.12813,
- "_LFGGNFAHQASVAR_"
- ],
- [
- 10191,
- 2,
- 19,
- 5,
- 0.25622,
- "_RYETLVGTIGK_"
- ],
- [
- 24285,
- 2,
- 15,
- 4,
- 0.19928,
- "_NIPEGSHQYELLK_"
- ],
- [
- 34824,
- 2,
- 13,
- 6,
- 0.17083,
- "_VATLNSEEESDPPTYK_"
- ],
- [
- 13178,
- 2,
- 12,
- 4,
- 0.1566,
- "_EQMEAEIAHLK_"
- ],
- [
- 14666,
- 2,
- 8,
- 2,
- 0.099677,
- "_EGLLDQQQGDVK_"
- ],
- [
- 25128,
- 2,
- 16,
- 2,
- 0.21348,
- "_HSQNGFIVPPPPEK_"
- ],
- [
- 26742,
- 2,
- 7,
- 4,
- 0.085421,
- "_QVVVEPQQQLCQK_"
- ],
- [
- 8544,
- 2,
- 11,
- 2,
- 0.14237,
- "_LEAAIAEAEER_"
- ],
- [
- 12278,
- 2,
- 11,
- 3,
- 0.14237,
- "_SYQEELDKLR_"
- ],
- [
- 451,
- 2,
- 17,
- 5,
- 0.22773,
- "_NFPNEFAK_"
- ],
- [
- 5245,
- 2,
- 16,
- 4,
- 0.21348,
- "_RIEVNVELR_"
- ],
- [
- 43493,
- 2,
- 11,
- 5,
- 0.14237,
- "_EAEETQSTLQAECDQYR_"
- ],
- [
- 3726,
- 3,
- 17,
- 5,
- 0.22773,
- "_IVNHPTMLQDPDVR_"
- ],
- [
- 12913,
- 3,
- 11,
- 5,
- 0.14237,
- "_WHLEQQQAIQTTEAEK_"
- ],
- [
- 27577,
- 2,
- 10,
- 4,
- 0.12813,
- "_FHPEPYGLEDDQR_"
- ],
- [
- 2088,
- 2,
- 13,
- 5,
- 0.17083,
- "_HDLDLICR_"
- ],
- [
- 26907,
- 3,
- 9,
- 4,
- 0.1139,
- "_VANTSTQTMGPRPAAAAAAATPAVR_"
- ],
- [
- 42361,
- 2,
- 13,
- 5,
- 0.17083,
- "_GGTTSWGTSGQPSPSYDSSR_"
- ],
- [
- 11158,
- 3,
- 18,
- 6,
- 0.24198,
- "_LHLQGQTMQDPFGEKR_"
- ],
- [
- 39002,
- 2,
- 9,
- 4,
- 0.1139,
- "_KGDQCEFLHEYDMTK_"
- ],
- [
- 1800,
- 3,
- 13,
- 5,
- 0.17083,
- "_HSQNGFIVPPPPEK_"
- ],
- [
- 29716,
- 2,
- 12,
- 5,
- 0.1566,
- "_SGEHDFGAAFDGDGDR_"
- ],
- [
- 24544,
- 2,
- 14,
- 5,
- 0.18506,
- "_LYVYNTDTDNCR_"
- ],
- [
- 41907,
- 2,
- 9,
- 5,
- 0.1139,
- "_GEAGAGAGASGGPEASPEAEVVK_"
- ],
- [
- 3799,
- 2,
- 15,
- 5,
- 0.19928,
- "_CGDLEEELK_"
- ],
- [
- 28185,
- 2,
- 9,
- 5,
- 0.1139,
- "_IHIFAQQNDQFQK_"
- ],
- [
- 22467,
- 2,
- 9,
- 2,
- 0.1139,
- "_SFSVSSNLINHQR_"
- ],
- [
- 42210,
- 2,
- 6,
- 4,
- 0.071157,
- "_DTYEETGLQGHPSQFSGR_"
- ],
- [
- 37770,
- 2,
- 7,
- 3,
- 0.085392,
- "_GNYSSQSGMIPGSWQHK_"
- ],
- [
- 27632,
- 2,
- 8,
- 3,
- 0.099642,
- "_RVEQPLYGLDGSAAK_"
- ],
- [
- 23067,
- 2,
- 20,
- 4,
- 0.27044,
- "_QLVHELDEAEYR_"
- ],
- [
- 32802,
- 2,
- 15,
- 3,
- 0.19928,
- "_SFYSTEAVQAHMNDK_"
- ],
- [
- 21766,
- 2,
- 12,
- 4,
- 0.15659,
- "_ANENSNIQVLSER_"
- ],
- [
- 14735,
- 2,
- 17,
- 6,
- 0.2277,
- "_ITELKEEIEVK_"
- ],
- [
- 26473,
- 2,
- 8,
- 3,
- 0.099642,
- "_INVSGQWEGECNGK_"
- ],
- [
- 11099,
- 3,
- 17,
- 6,
- 0.2277,
- "_DLKPNGANILVTEENKK_"
- ],
- [
- 1897,
- 2,
- 9,
- 3,
- 0.1139,
- "_WLTDEDTR_"
- ],
- [
- 4907,
- 2,
- 8,
- 4,
- 0.099642,
- "_HFFTVTDPR_"
- ],
- [
- 48772,
- 3,
- 9,
- 7,
- 0.1139,
- "_SSPGQPEAGPEGAQERPSQAAPAVEAEGPGSSQAPR_"
- ],
- [
- 4658,
- 2,
- 14,
- 5,
- 0.18505,
- "_QVVNFGPGPAK_"
- ],
- [
- 49774,
- 2,
- 11,
- 6,
- 0.14235,
- "_LNQSGTSVGTDEESDVTQEEER_"
- ],
- [
- 12,
- 2,
- 18,
- 5,
- 0.24195,
- "_HIDFSLR_"
- ],
- [
- 6032,
- 2,
- 11,
- 4,
- 0.14235,
- "_LGGSPFGPAGTGK_"
- ],
- [
- 15717,
- 2,
- 10,
- 4,
- 0.12812,
- "_VGYELKDEIER_"
- ],
- [
- 22427,
- 2,
- 10,
- 4,
- 0.12812,
- "_TQQQVEAEVTNIK_"
- ],
- [
- 29142,
- 2,
- 10,
- 3,
- 0.12812,
- "_QQHQEEEDILDVR_"
- ],
- [
- 23237,
- 3,
- 16,
- 4,
- 0.2135,
- "_KGEGYSNPNEGATVEIHLEGR_"
- ],
- [
- 17857,
- 3,
- 11,
- 2,
- 0.14235,
- "_QGVHAAGAAEAGPLASVPAQSAK_"
- ],
- [
- 14416,
- 3,
- 10,
- 2,
- 0.12812,
- "_DHASIQM(Oxidation (M))NVAEVDKVTGR_"
- ],
- [
- 44281,
- 2,
- 11,
- 3,
- 0.14235,
- "_QGVHAAGAAEAGPLASVPAQSAK_"
- ],
- [
- 13553,
- 2,
- 8,
- 4,
- 0.099642,
- "_LLQDANYNVEK_"
- ],
- [
- 36499,
- 2,
- 15,
- 4,
- 0.19928,
- "_ATEPVATSNPAGDPVGSTR_"
- ],
- [
- 13779,
- 3,
- 11,
- 4,
- 0.14235,
- "_VSDEHSLFATCSNDGTVK_"
- ],
- [
- 22363,
- 2,
- 6,
- 2,
- 0.071157,
- "_ALQPLEEGEDEEK_"
- ],
- [
- 22454,
- 2,
- 13,
- 3,
- 0.17082,
- "_MKYDESDNAFIR_"
- ],
- [
- 15282,
- 2,
- 12,
- 5,
- 0.15659,
- "_YEIEETETVTK_"
- ],
- [
- 17492,
- 2,
- 10,
- 3,
- 0.12812,
- "_EYQAGDFEAAER_"
- ],
- [
- 7913,
- 3,
- 11,
- 5,
- 0.14234,
- "_TLQSICILAGDHCHR_"
- ],
- [
- 2548,
- 2,
- 5,
- 3,
- 0.056911,
- "_GELIHVFNK_"
- ],
- [
- 4418,
- 2,
- 11,
- 4,
- 0.14234,
- "_SGEPQTFTLK_"
- ],
- [
- 46599,
- 2,
- 9,
- 5,
- 0.11386,
- "_YHTSQSGDEM(Oxidation (M))TSLSEYVSR_"
- ],
- [
- 3493,
- 3,
- 8,
- 4,
- 0.09961,
- "_AVGESVQKPLDYYR_"
- ],
- [
- 42189,
- 2,
- 10,
- 4,
- 0.12812,
- "_QAEELIQQEHADQAEIR_"
- ],
- [
- 24658,
- 2,
- 12,
- 3,
- 0.15657,
- "_TVAEVDSESLPSSSK_"
- ],
- [
- 20465,
- 2,
- 10,
- 3,
- 0.12812,
- "_TAEDDETPVDLNK_"
- ],
- [
- 10177,
- 2,
- 11,
- 2,
- 0.14234,
- "_KLGADDVIDYK_"
- ],
- [
- 38659,
- 2,
- 10,
- 4,
- 0.12812,
- "_SEEDNEIESEEEVQPK_"
- ],
- [
- 9679,
- 3,
- 12,
- 4,
- 0.15657,
- "_VKELEEQLENETLHK_"
- ],
- [
- 32973,
- 2,
- 8,
- 2,
- 0.09961,
- "_VTSFASNLHTDNLNAK_"
- ],
- [
- 4066,
- 4,
- 11,
- 3,
- 0.14234,
- "_VLNEDELPSVRPEEEGEKK_"
- ],
- [
- 21658,
- 2,
- 12,
- 4,
- 0.15657,
- "_RDPMYNEYLDR_"
- ],
- [
- 15032,
- 2,
- 10,
- 5,
- 0.12812,
- "_FYEEVHDLER_"
- ],
- [
- 5323,
- 3,
- 9,
- 3,
- 0.11386,
- "_ISSNPNPVVQMSVGHK_"
- ],
- [
- 9709,
- 2,
- 12,
- 2,
- 0.15657,
- "_ALAAVPSAGSVQR_"
- ],
- [
- 2474,
- 3,
- 15,
- 2,
- 0.19927,
- "_HQEYLNSILQHAK_"
- ],
- [
- 20271,
- 2,
- 21,
- 3,
- 0.28466,
- "_TTIIWDAHTGEAK_"
- ],
- [
- 14819,
- 2,
- 14,
- 2,
- 0.18504,
- "_ATDAEADVASLNR_"
- ],
- [
- 18271,
- 2,
- 14,
- 6,
- 0.18504,
- "_EFCENLSADCR_"
- ],
- [
- 28125,
- 2,
- 13,
- 5,
- 0.17081,
- "_MQQHFEFEYQTK_"
- ],
- [
- 21398,
- 2,
- 14,
- 5,
- 0.18504,
- "_NDFTEEEEAQVR_"
- ],
- [
- 9832,
- 3,
- 13,
- 5,
- 0.17081,
- "_DIENYIQDGKDDYKK_"
- ],
- [
- 23285,
- 3,
- 15,
- 5,
- 0.19927,
- "_EVQKYPNAELAWCQEEHK_"
- ],
- [
- 678,
- 2,
- 21,
- 5,
- 0.28466,
- "_SDQDYILK_"
- ],
- [
- 24018,
- 2,
- 13,
- 5,
- 0.17081,
- "_HFSTEDGIFQGQR_"
- ],
- [
- 6124,
- 2,
- 15,
- 6,
- 0.19927,
- "_DYNHWLATK_"
- ],
- [
- 2688,
- 2,
- 19,
- 4,
- 0.25615,
- "_DGYNYTLSK_"
- ],
- [
- 37303,
- 2,
- 10,
- 4,
- 0.12809,
- "_ILNEEETSPQCQMDR_"
- ],
- [
- 43838,
- 2,
- 15,
- 4,
- 0.19927,
- "_IHVSDQELQSANASVDDSR_"
- ],
- [
- 13233,
- 2,
- 9,
- 4,
- 0.11384,
- "_LSEEFLTAHPR_"
- ],
- [
- 44731,
- 2,
- 12,
- 5,
- 0.15657,
- "_LCQCSDNIDPNAVGNCNR_"
- ],
- [
- 10832,
- 2,
- 11,
- 5,
- 0.14235,
- "_YYDDTYPSVK_"
- ],
- [
- 12133,
- 2,
- 12,
- 4,
- 0.15657,
- "_YDEAIDCYTK_"
- ],
- [
- 5715,
- 2,
- 17,
- 2,
- 0.22773,
- "_EAIEGTYIDK_"
- ],
- [
- 22601,
- 2,
- 12,
- 4,
- 0.15657,
- "_AHDGAEVCSAIFSK_"
- ],
- [
- 572,
- 3,
- 10,
- 3,
- 0.12809,
- "_FGNQEDAHEFLR_"
- ],
- [
- 31426,
- 2,
- 15,
- 5,
- 0.19927,
- "_SKVDEAVAVLQAHQAK_"
- ],
- [
- 19,
- 2,
- 12,
- 5,
- 0.15657,
- "_QAGVIYLK_"
- ],
- [
- 34844,
- 3,
- 11,
- 2,
- 0.14235,
- "_DCQAWDSQSPHAHGYIPSKFPNK_"
- ],
- [
- 11251,
- 3,
- 12,
- 4,
- 0.15657,
- "_MPTKEDEEEDEPVVIK_"
- ],
- [
- 26899,
- 3,
- 16,
- 6,
- 0.2135,
- "_QTMQVDEHARPQTTLEQLQK_"
- ],
- [
- 28696,
- 2,
- 16,
- 5,
- 0.2135,
- "_TYDPSGDSTLPTCSK_"
- ],
- [
- 330,
- 4,
- 18,
- 6,
- 0.24194,
- "_KHLEINPDHPIVETLR_"
- ],
- [
- 19528,
- 2,
- 11,
- 4,
- 0.14235,
- "_TFEECQQNLMK_"
- ],
- [
- 3078,
- 3,
- 10,
- 5,
- 0.12809,
- "_NPNTSEPQHLLVMK_"
- ],
- [
- 31745,
- 2,
- 10,
- 3,
- 0.12809,
- "_AKEEEGVPDEEGWVK_"
- ],
- [
- 45233,
- 2,
- 11,
- 5,
- 0.14235,
- "_VDQALHTQTDADPAEEYAR_"
- ],
- [
- 43936,
- 2,
- 14,
- 8,
- 0.18504,
- "_EYMDACGEANNQNFQQR_"
- ],
- [
- 19221,
- 3,
- 11,
- 7,
- 0.14235,
- "_VDQALHTQTDADPAEEYAR_"
- ],
- [
- 6932,
- 2,
- 14,
- 4,
- 0.18504,
- "_LLHDLQIGEK_"
- ],
- [
- 15970,
- 2,
- 14,
- 3,
- 0.18504,
- "_NDSQHLFIEPR_"
- ],
- [
- 20623,
- 2,
- 8,
- 4,
- 0.099605,
- "_NAGNEQDLGIQYK_"
- ],
- [
- 8099,
- 4,
- 14,
- 3,
- 0.18504,
- "_QTMQVDEHARPQTTLEQLQK_"
- ],
- [
- 41263,
- 2,
- 8,
- 4,
- 0.099605,
- "_AAPGAGDAAAGSGAEFAGGDGAAR_"
- ],
- [
- 34049,
- 2,
- 13,
- 5,
- 0.1708,
- "_(Acetyl (Protein N-term))AAATGAVAASAASGQAEGKK_"
- ],
- [
- 1158,
- 2,
- 13,
- 4,
- 0.1708,
- "_TTIFSPEGR_"
- ],
- [
- 1965,
- 2,
- 6,
- 2,
- 0.071139,
- "_LNTEEYLR_"
- ],
- [
- 40226,
- 2,
- 14,
- 5,
- 0.18504,
- "_WHLEQQQAIQTTEAEK_"
- ],
- [
- 7722,
- 4,
- 14,
- 5,
- 0.18504,
- "_ILGSASPEEEQEKPILDRPTR_"
- ],
- [
- 9106,
- 2,
- 13,
- 5,
- 0.1708,
- "_ITLDNAYM(Oxidation (M))EK_"
- ],
- [
- 30538,
- 2,
- 14,
- 4,
- 0.18504,
- "_DKFQETSDEFEAAR_"
- ],
- [
- 14797,
- 3,
- 14,
- 4,
- 0.18504,
- "_ILVNHQSFPNEENDVDK_"
- ],
- [
- 12517,
- 3,
- 14,
- 6,
- 0.18504,
- "_KKAESFAQEMFIEQNK_"
- ],
- [
- 4427,
- 3,
- 8,
- 4,
- 0.099605,
- "_EVLLFPAM(Oxidation (M))KPEDKK_"
- ],
- [
- 17471,
- 2,
- 13,
- 3,
- 0.1708,
- "_TADGFAVPEPPKR_"
- ],
- [
- 15362,
- 3,
- 13,
- 5,
- 0.1708,
- "_SKLETAIASHQQAMEELK_"
- ],
- [
- 17289,
- 3,
- 18,
- 7,
- 0.24194,
- "_IHVSDQELQSANASVDDSR_"
- ],
- [
- 33727,
- 2,
- 11,
- 6,
- 0.1423,
- "_EYQCHVDSCLQLAK_"
- ],
- [
- 34010,
- 2,
- 18,
- 6,
- 0.24194,
- "_ALLVTASQCQQPAENK_"
- ],
- [
- 2181,
- 2,
- 20,
- 4,
- 0.27036,
- "_FDTEEEFK_"
- ],
- [
- 10838,
- 2,
- 12,
- 4,
- 0.15656,
- "_EEQMDGTVTLK_"
- ],
- [
- 27978,
- 2,
- 12,
- 5,
- 0.15656,
- "_SLGNILQAKPTSSPAK_"
- ],
- [
- 6237,
- 2,
- 15,
- 5,
- 0.19925,
- "_GYLDKLEPSK_"
- ],
- [
- 32813,
- 2,
- 18,
- 6,
- 0.24194,
- "_DVACGANHTLVLDSQK_"
- ],
- [
- 45565,
- 2,
- 12,
- 6,
- 0.15656,
- "_EAEESLQQQQQEQEEALK_"
- ],
- [
- 24881,
- 2,
- 7,
- 3,
- 0.085353,
- "_QQQEILAAKPWTK_"
- ],
- [
- 8091,
- 3,
- 31,
- 4,
- 0.42693,
- "_VMLGETNPADSKPGTIR_"
- ],
- [
- 16392,
- 3,
- 11,
- 2,
- 0.1423,
- "_ELFQTPICTDKPTTHEK_"
- ],
- [
- 5333,
- 3,
- 18,
- 6,
- 0.24194,
- "_SKVDEAVAVLQAHQAK_"
- ],
- [
- 29384,
- 2,
- 17,
- 6,
- 0.22771,
- "_ITCLCQVPQNAANR_"
- ],
- [
- 9128,
- 3,
- 12,
- 6,
- 0.15656,
- "_EIEIQAHLHHPNILR_"
- ],
- [
- 17869,
- 2,
- 14,
- 4,
- 0.18501,
- "_EVANVCNQSLMK_"
- ],
- [
- 46034,
- 2,
- 8,
- 4,
- 0.099595,
- "_LNSQDSYNNFTNNNPGNPR_"
- ],
- [
- 21600,
- 2,
- 8,
- 3,
- 0.099595,
- "_VYDQTNPYTDVR_"
- ],
- [
- 25072,
- 2,
- 9,
- 3,
- 0.11382,
- "_NTIEETGNLAEQAR_"
- ],
- [
- 17001,
- 2,
- 13,
- 3,
- 0.17078,
- "_HVTSECLGWMR_"
- ],
- [
- 3640,
- 2,
- 10,
- 5,
- 0.12805,
- "_QEKIEGDLR_"
- ],
- [
- 11750,
- 2,
- 16,
- 5,
- 0.21348,
- "_HMNSAGVLATLR_"
- ],
- [
- 20131,
- 3,
- 16,
- 4,
- 0.21348,
- "_QLDDKDEEINQQSQLVEK_"
- ],
- [
- 28397,
- 2,
- 10,
- 3,
- 0.12805,
- "_KPFVYTQGQAVLNR_"
- ],
- [
- 40586,
- 2,
- 13,
- 7,
- 0.17078,
- "_KQQMAEEMVEAAGEDER_"
- ],
- [
- 36952,
- 2,
- 10,
- 5,
- 0.12805,
- "_LAGGQTSQPTTPLTSPQR_"
- ],
- [
- 21878,
- 2,
- 10,
- 3,
- 0.12805,
- "_KSSFANVAAATPAIK_"
- ],
- [
- 22294,
- 4,
- 12,
- 5,
- 0.15656,
- "_EHANDQQHIQVYENGGSQPNVSSQFR_"
- ],
- [
- 38495,
- 2,
- 13,
- 4,
- 0.17078,
- "_KPVTVSPTTPTSPTEGEAS_"
- ],
- [
- 3272,
- 3,
- 14,
- 5,
- 0.18501,
- "_MQQHFEFEYQTK_"
- ],
- [
- 4360,
- 2,
- 11,
- 4,
- 0.1423,
- "_MSTEEIIQR_"
- ],
- [
- 33411,
- 2,
- 22,
- 5,
- 0.29887,
- "_VLVSPTNPPGATSSCQK_"
- ],
- [
- 28745,
- 3,
- 13,
- 4,
- 0.17081,
- "_EHVPSGQFPDTEAPATSETSNSR_"
- ],
- [
- 2892,
- 2,
- 10,
- 3,
- 0.12807,
- "_ATSTSDMLLK_"
- ],
- [
- 27036,
- 2,
- 10,
- 4,
- 0.12807,
- "_GLVSGGLYESHVGCR_"
- ],
- [
- 38022,
- 2,
- 10,
- 4,
- 0.12807,
- "_TFDECVAEGGSDCAPEK_"
- ],
- [
- 25679,
- 2,
- 20,
- 4,
- 0.27041,
- "_NEIDNYEEDYQK_"
- ],
- [
- 23251,
- 2,
- 8,
- 3,
- 0.099608,
- "_RTCWPTDLEEAK_"
- ],
- [
- 37151,
- 2,
- 10,
- 5,
- 0.12807,
- "_EANALAAGHPAQAVAINAR_"
- ],
- [
- 44926,
- 2,
- 23,
- 7,
- 0.31312,
- "_TTSSANNPNLMYQDECDR_"
- ],
- [
- 284,
- 2,
- 12,
- 5,
- 0.15656,
- "_LHVAILER_"
- ],
- [
- 14251,
- 2,
- 11,
- 5,
- 0.14231,
- "_YLIANATNPESK_"
- ],
- [
- 1974,
- 2,
- 11,
- 5,
- 0.14231,
- "_LDHVVTIIK_"
- ],
- [
- 6838,
- 2,
- 9,
- 3,
- 0.11385,
- "_ESLTTDLQTR_"
- ],
- [
- 19426,
- 2,
- 11,
- 4,
- 0.14231,
- "_IHETIESINQLK_"
- ],
- [
- 40944,
- 2,
- 7,
- 4,
- 0.085357,
- "_CFQLGGGSTAISHSSQVAR_"
- ],
- [
- 9437,
- 2,
- 11,
- 2,
- 0.14231,
- "_SHTFPELAYR_"
- ],
- [
- 14478,
- 2,
- 4,
- 2,
- 0.042698,
- "_YGVVVCEADTGR_"
- ],
- [
- 27809,
- 2,
- 15,
- 6,
- 0.19926,
- "_NPNTSEPQHLLVMK_"
- ],
- [
- 21080,
- 2,
- 16,
- 5,
- 0.21351,
- "_LASGVEGSDIPDDGK_"
- ],
- [
- 5502,
- 4,
- 15,
- 6,
- 0.19926,
- "_VLAGQTLDINM(Oxidation (M))AGEPKPDRPK_"
- ],
- [
- 7003,
- 3,
- 15,
- 4,
- 0.19926,
- "_EYQCHVDSCLQLAK_"
- ],
- [
- 3185,
- 3,
- 17,
- 6,
- 0.22774,
- "_SLGNILQAKPTSSPAK_"
- ],
- [
- 34494,
- 2,
- 16,
- 4,
- 0.21351,
- "_YGPADVEDTTGSGATDSK_"
- ],
- [
- 48550,
- 2,
- 13,
- 4,
- 0.17081,
- "_SGYHQSASEHGLVVIAPDTSPR_"
- ],
- [
- 32061,
- 2,
- 15,
- 3,
- 0.19926,
- "_DTSYPLGSQHSDGAFK_"
- ],
- [
- 46329,
- 2,
- 16,
- 6,
- 0.21351,
- "_(Acetyl (Protein N-term))AAADGGGPGGASVGTEEDGGGVGHR_"
- ],
- [
- 2115,
- 2,
- 19,
- 4,
- 0.2562,
- "_SSFLVDCSK_"
- ],
- [
- 25822,
- 2,
- 14,
- 4,
- 0.18504,
- "_GQSQLSNPTDDSWK_"
- ],
- [
- 20258,
- 2,
- 13,
- 5,
- 0.17081,
- "_FYEDNGQLDDAR_"
- ],
- [
- 3510,
- 4,
- 14,
- 6,
- 0.18504,
- "_SGVSDHWALDDHHALHLTR_"
- ],
- [
- 15669,
- 3,
- 17,
- 7,
- 0.22774,
- "_NREELGFRPEYSASQLK_"
- ],
- [
- 18319,
- 2,
- 14,
- 5,
- 0.18504,
- "_DHLYGTLDPNTR_"
- ],
- [
- 143,
- 2,
- 17,
- 5,
- 0.22774,
- "_QWLQEVK_"
- ],
- [
- 13315,
- 2,
- 18,
- 5,
- 0.24199,
- "_ISVYYNEATGGK_"
- ],
- [
- 7227,
- 3,
- 8,
- 3,
- 0.099607,
- "_KIPDPDSDDVSEVDAR_"
- ],
- [
- 13769,
- 4,
- 16,
- 8,
- 0.21352,
- "_NNFTCVACHPTEDCIASGHMDGK_"
- ],
- [
- 7266,
- 2,
- 13,
- 5,
- 0.17081,
- "_MKGDVVVSLPK_"
- ],
- [
- 31535,
- 2,
- 11,
- 3,
- 0.14232,
- "_(Acetyl (Protein N-term))AENSESLGTVPEHER_"
- ],
- [
- 12574,
- 2,
- 11,
- 4,
- 0.15656,
- "_CQNALQQVVAR_"
- ],
- [
- 5152,
- 3,
- 11,
- 3,
- 0.14232,
- "_LQYTEHQQLEGWR_"
- ],
- [
- 14874,
- 2,
- 8,
- 2,
- 0.099607,
- "_TAELQEELSGEK_"
- ],
- [
- 11441,
- 3,
- 7,
- 4,
- 0.085388,
- "_GLLYDSDEEDEERPAR_"
- ],
- [
- 18124,
- 2,
- 11,
- 4,
- 0.14232,
- "_KNDPLPISTVGTR_"
- ],
- [
- 8169,
- 2,
- 13,
- 4,
- 0.17081,
- "_DETNYGIPQR_"
- ],
- [
- 3810,
- 2,
- 12,
- 3,
- 0.15656,
- "_DSTLTASEIR_"
- ],
- [
- 30918,
- 3,
- 13,
- 6,
- 0.17081,
- "_GHYEVTGSDDETGKLQGSGVSLASK_"
- ],
- [
- 17150,
- 2,
- 9,
- 3,
- 0.11386,
- "_ESDDGTEELEVR_"
- ],
- [
- 45375,
- 2,
- 7,
- 2,
- 0.085388,
- "_NENEVESTSSANEDMPVER_"
- ],
- [
- 7500,
- 2,
- 13,
- 4,
- 0.17081,
- "_LVAGEHGLIIR_"
- ],
- [
- 9308,
- 3,
- 14,
- 6,
- 0.18507,
- "_RFELYFQGPSSNKPR_"
- ],
- [
- 14372,
- 2,
- 13,
- 2,
- 0.17081,
- "_DGNMVEENPYR_"
- ],
- [
- 13630,
- 3,
- 12,
- 4,
- 0.15656,
- "_VALLSGGGSGHEPAHAGFIGK_"
- ],
- [
- 21525,
- 2,
- 11,
- 5,
- 0.14232,
- "_EDPNLVPSISNKR_"
- ],
- [
- 1976,
- 3,
- 12,
- 4,
- 0.15656,
- "_LFTSAEETFSHCK_"
- ],
- [
- 28570,
- 2,
- 13,
- 3,
- 0.17081,
- "_QHMDITGEENPLNK_"
- ],
- [
- 36192,
- 2,
- 10,
- 3,
- 0.1281,
- "_CVSVQTDPTDEIPTKK_"
- ],
- [
- 12880,
- 2,
- 16,
- 6,
- 0.21352,
- "_SLGSVQAPSYGAR_"
- ],
- [
- 18061,
- 2,
- 10,
- 3,
- 0.1281,
- "_VTEQCFNTLER_"
- ],
- [
- 4235,
- 3,
- 10,
- 4,
- 0.1281,
- "_LGPTETETSEHIAIR_"
- ],
- [
- 16134,
- 2,
- 8,
- 3,
- 0.099607,
- "_EENPSSVLAQER_"
- ],
- [
- 9114,
- 2,
- 9,
- 4,
- 0.11384,
- "_SSPNPFVGSPPK_"
- ],
- [
- 25323,
- 2,
- 9,
- 3,
- 0.11384,
- "_(Acetyl (Protein N-term))AEASSANLGSGCEEK_"
- ],
- [
- 47431,
- 2,
- 8,
- 4,
- 0.099618,
- "_CENQGLVEAAPGTAQSDTTCK_"
- ],
- [
- 14959,
- 3,
- 12,
- 6,
- 0.15655,
- "_VAWVSHDSTVCLADADKK_"
- ],
- [
- 16642,
- 2,
- 21,
- 6,
- 0.28468,
- "_TQVTVQYMQDR_"
- ],
- [
- 5652,
- 2,
- 9,
- 4,
- 0.11384,
- "_WNVEMESSR_"
- ],
- [
- 41632,
- 2,
- 12,
- 5,
- 0.15655,
- "_LHTLEEEKEELAQYQK_"
- ],
- [
- 18433,
- 2,
- 11,
- 3,
- 0.14233,
- "_AETNDSYHIILK_"
- ],
- [
- 23439,
- 4,
- 9,
- 5,
- 0.11384,
- "_DGLASYNHSQVVQPVTTTGPEHSKPLEK_"
- ],
- [
- 8352,
- 3,
- 9,
- 4,
- 0.11384,
- "_QGDMVLEKPYSEATAR_"
- ],
- [
- 26629,
- 2,
- 11,
- 5,
- 0.14233,
- "_CLDENLEDASQCK_"
- ],
- [
- 28005,
- 2,
- 10,
- 3,
- 0.12809,
- "_ESHLLNDEDLTQAK_"
- ],
- [
- 27905,
- 3,
- 10,
- 2,
- 0.12809,
- "_ENYSSYSSFSSPHMKPAPVGSR_"
- ],
- [
- 2388,
- 2,
- 10,
- 2,
- 0.12809,
- "_MLEQLDM(Oxidation (M))R_"
- ],
- [
- 31249,
- 2,
- 10,
- 5,
- 0.12809,
- "_AHNVPVLVCCETYK_"
- ],
- [
- 39540,
- 2,
- 10,
- 6,
- 0.12809,
- "_DCAVKPCQSDEVPDGIK_"
- ],
- [
- 35935,
- 2,
- 10,
- 2,
- 0.12809,
- "_HLPNSNNNSSSWLNVK_"
- ],
- [
- 371,
- 2,
- 10,
- 4,
- 0.12809,
- "_PLYIPSNR_"
- ],
- [
- 32563,
- 3,
- 12,
- 6,
- 0.15655,
- "_HIKEEPLSEEEPCTSTAIASPEK_"
- ],
- [
- 29003,
- 3,
- 12,
- 7,
- 0.15655,
- "_KITVPGNFQGHSGAQCITCSYK_"
- ],
- [
- 24732,
- 3,
- 10,
- 2,
- 0.12809,
- "_NKETLGSEAVSSNVIDYGHASK_"
- ],
- [
- 15192,
- 2,
- 8,
- 4,
- 0.099618,
- "_LEQYTSAIEGTK_"
- ],
- [
- 36990,
- 2,
- 7,
- 3,
- 0.085397,
- "_VQQLLHICSEHFDSK_"
- ],
- [
- 13162,
- 2,
- 14,
- 3,
- 0.18504,
- "_NLETFCEETR_"
- ],
- [
- 9823,
- 2,
- 15,
- 4,
- 0.1993,
- "_DNFDEMDTSR_"
- ],
- [
- 38002,
- 2,
- 13,
- 4,
- 0.17079,
- "_STGDIAGTVVPETNKEPR_"
- ],
- [
- 24797,
- 3,
- 14,
- 6,
- 0.18504,
- "_SGYHQSASEHGLVVIAPDTSPR_"
- ],
- [
- 7763,
- 3,
- 8,
- 3,
- 0.099618,
- "_VEWTSDTVDNEHMGR_"
- ],
- [
- 5327,
- 2,
- 14,
- 4,
- 0.18504,
- "_EHEVTIFVR_"
- ],
- [
- 6164,
- 3,
- 6,
- 2,
- 0.071178,
- "_DIHIKPEHYSELIK_"
- ],
- [
- 42989,
- 2,
- 13,
- 4,
- 0.17079,
- "_NPCYVDDNCDPQTVANR_"
- ],
- [
- 7697,
- 2,
- 21,
- 5,
- 0.28468,
- "_TLEGELHDLR_"
- ],
- [
- 11616,
- 2,
- 13,
- 3,
- 0.17079,
- "_EKIDFADTVTK_"
- ],
- [
- 30205,
- 2,
- 16,
- 6,
- 0.21352,
- "_PGLVDSNPAPPESQEK_"
- ],
- [
- 24467,
- 2,
- 15,
- 5,
- 0.19928,
- "_EAELDVNEELDKK_"
- ],
- [
- 16306,
- 2,
- 14,
- 4,
- 0.18503,
- "_VVIFQQEQENK_"
- ],
- [
- 32091,
- 2,
- 10,
- 4,
- 0.12808,
- "_VLQVQAQVQSQTQPR_"
- ],
- [
- 13289,
- 3,
- 17,
- 4,
- 0.22776,
- "_KQQMAEEMVEAAGEDER_"
- ],
- [
- 26526,
- 2,
- 10,
- 3,
- 0.12808,
- "_STVNGVSWTNETQR_"
- ],
- [
- 33598,
- 3,
- 11,
- 7,
- 0.14233,
- "_NNFTCVACHPTEDCIASGHMDGK_"
- ],
- [
- 23813,
- 2,
- 7,
- 5,
- 0.085423,
- "_TSPTAYCDCWEK_"
- ],
- [
- 29657,
- 3,
- 18,
- 4,
- 0.24199,
- "_SGCAASHFAVQECMAQHQDWR_"
- ],
- [
- 15602,
- 4,
- 23,
- 7,
- 0.31314,
- "_VHSPSGAVEECHVSELEPDKYAVR_"
- ],
- [
- 5065,
- 3,
- 10,
- 2,
- 0.12808,
- "_VESEQQYFEIEKR_"
- ],
- [
- 26775,
- 2,
- 11,
- 2,
- 0.14233,
- "_EQHGVAASCLEDLR_"
- ],
- [
- 31491,
- 2,
- 11,
- 5,
- 0.14233,
- "_GEYQGVFHCAVETAK_"
- ],
- [
- 11880,
- 2,
- 7,
- 4,
- 0.085423,
- "_QDPFTVHMAAR_"
- ],
- [
- 14490,
- 3,
- 19,
- 6,
- 0.25623,
- "_LHTLEEEKEELAQYQK_"
- ],
- [
- 31160,
- 2,
- 5,
- 2,
- 0.05698,
- "_LTSSAEDEVETTYSR_"
- ],
- [
- 36868,
- 2,
- 11,
- 4,
- 0.14233,
- "_ADNTIEGDNNEQNYIK_"
- ],
- [
- 28538,
- 2,
- 16,
- 4,
- 0.21354,
- "_AVGESVQKPLDYYR_"
- ],
- [
- 47350,
- 2,
- 10,
- 2,
- 0.12808,
- "_TGSTSSKEDDYESDAATIVQK_"
- ],
- [
- 22104,
- 2,
- 12,
- 5,
- 0.15658,
- "_SSAEMIENTNSLGK_"
- ],
- [
- 41767,
- 2,
- 12,
- 4,
- 0.15658,
- "_AAELVTQNCEAYEAHMR_"
- ],
- [
- 39261,
- 2,
- 14,
- 4,
- 0.18503,
- "_NRAEQWNVNYVETSAK_"
- ],
- [
- 41602,
- 2,
- 9,
- 5,
- 0.11386,
- "_HYTGPGDQTVNPQNGFVR_"
- ],
- [
- 5643,
- 3,
- 17,
- 5,
- 0.22776,
- "_YAGLLFSSRPDAHDR_"
- ],
- [
- 1382,
- 2,
- 9,
- 3,
- 0.11386,
- "_AGIVTSLQAR_"
- ],
- [
- 31512,
- 2,
- 26,
- 6,
- 0.35584,
- "_GAEAANVTGPGGVPVQGSK_"
- ],
- [
- 6135,
- 2,
- 9,
- 4,
- 0.11386,
- "_TEEADLLQTK_"
- ],
- [
- 6429,
- 4,
- 17,
- 6,
- 0.22776,
- "_SGYHQSASEHGLVVIAPDTSPR_"
- ],
- [
- 17538,
- 3,
- 13,
- 4,
- 0.1708,
- "_MPCQSLQPEPINTPTHTK_"
- ],
- [
- 10039,
- 2,
- 13,
- 5,
- 0.1708,
- "_GEENLMDAQVK_"
- ],
- [
- 31385,
- 3,
- 14,
- 7,
- 0.18503,
- "_HPGASDRPQPTAMNSIVMETGNTK_"
- ],
- [
- 34660,
- 2,
- 10,
- 2,
- 0.12808,
- "_VEWTSDTVDNEHMGR_"
- ],
- [
- 9059,
- 3,
- 12,
- 2,
- 0.15658,
- "_CVSVQTDPTDEIPTKK_"
- ],
- [
- 5799,
- 2,
- 14,
- 3,
- 0.18503,
- "_FEPEYSQIK_"
- ],
- [
- 24095,
- 3,
- 10,
- 6,
- 0.12808,
- "_EDVSESVGASGQRPVFCPVHK_"
- ],
- [
- 51,
- 3,
- 9,
- 2,
- 0.11386,
- "_AVQELVHPVVDR_"
- ],
- [
- 30507,
- 2,
- 10,
- 4,
- 0.12808,
- "_CVLPEEDSGELAKPK_"
- ],
- [
- 1033,
- 4,
- 10,
- 6,
- 0.12808,
- "_VAWVSHDSTVCLADADKK_"
- ],
- [
- 4747,
- 2,
- 19,
- 4,
- 0.25623,
- "_VELQELNDR_"
- ],
- [
- 21468,
- 2,
- 14,
- 5,
- 0.18503,
- "_SLGPPQGEEDSVPR_"
- ],
- [
- 22799,
- 2,
- 8,
- 4,
- 0.099641,
- "_CSLAVPQDEHVIK_"
- ],
- [
- 33473,
- 2,
- 14,
- 6,
- 0.18503,
- "_HSPIAPSSPSPQVLAQK_"
- ],
- [
- 669,
- 2,
- 19,
- 2,
- 0.25621,
- "_AVLCPPPVK_"
- ],
- [
- 20654,
- 2,
- 6,
- 4,
- 0.071201,
- "_STCDSENLAVINK_"
- ],
- [
- 43243,
- 2,
- 8,
- 6,
- 0.099644,
- "_GNVFSSPTAAGTPNKETAGLK_"
- ],
- [
- 27871,
- 2,
- 11,
- 3,
- 0.1423,
- "_VGDDVEFEVSSDRR_"
- ],
- [
- 5076,
- 2,
- 11,
- 4,
- 0.1423,
- "_VEAFQTTISK_"
- ],
- [
- 5351,
- 3,
- 7,
- 3,
- 0.085415,
- "_VCHLGDQLEGVNTPR_"
- ],
- [
- 2967,
- 3,
- 10,
- 3,
- 0.12808,
- "_VVQLHEYSEELEK_"
- ],
- [
- 15557,
- 3,
- 11,
- 4,
- 0.1423,
- "_ENVPPGPEVCITHQEGEK_"
- ],
- [
- 28224,
- 3,
- 11,
- 3,
- 0.1423,
- "_GPSASSVAVMTSSTSDHHLDAAAAR_"
- ],
- [
- 11096,
- 2,
- 8,
- 4,
- 0.099644,
- "_IHAETALLMEK_"
- ],
- [
- 9289,
- 2,
- 11,
- 3,
- 0.1423,
- "_CSGPGLSPGMVR_"
- ],
- [
- 20193,
- 2,
- 8,
- 3,
- 0.099644,
- "_CTHLVVEENIVK_"
- ],
- [
- 15630,
- 2,
- 10,
- 6,
- 0.12808,
- "_YLINGVNANNTR_"
- ],
- [
- 24814,
- 2,
- 10,
- 3,
- 0.12808,
- "_SASSSWLEGTSTQAK_"
- ],
- [
- 12829,
- 3,
- 19,
- 3,
- 0.25621,
- "_KSQVFSTAADGQTQVEIK_"
- ],
- [
- 25540,
- 2,
- 12,
- 4,
- 0.15655,
- "_LFTSAEETFSHCK_"
- ],
- [
- 8780,
- 3,
- 16,
- 6,
- 0.2135,
- "_IRYESLTDPSKLDSGK_"
- ],
- [
- 21204,
- 3,
- 17,
- 8,
- 0.22776,
- "_YHTSQSGDEM(Oxidation (M))TSLSEYVSR_"
- ],
- [
- 51587,
- 2,
- 17,
- 7,
- 0.22776,
- "_KVEEEDEEEEEEEEEEEEEEDE_"
- ],
- [
- 34033,
- 2,
- 27,
- 6,
- 0.37007,
- "_STAYEDYYYHPPPR_"
- ],
- [
- 26745,
- 2,
- 15,
- 6,
- 0.19925,
- "_FLITHNPTNATLNK_"
- ],
- [
- 7890,
- 2,
- 14,
- 5,
- 0.18502,
- "_QHGIPIPVTPK_"
- ],
- [
- 34658,
- 2,
- 18,
- 8,
- 0.24198,
- "_DCDLQEDACYNCGR_"
- ],
- [
- 523,
- 2,
- 13,
- 4,
- 0.1708,
- "_ELLEIVKK_"
- ],
- [
- 40147,
- 2,
- 13,
- 5,
- 0.1708,
- "_KSQVFSTAADGQTQVEIK_"
- ],
- [
- 25328,
- 2,
- 13,
- 5,
- 0.1708,
- "_EDQSILCTGESGAGK_"
- ],
- [
- 29773,
- 2,
- 13,
- 2,
- 0.1708,
- "_LGPTETETSEHIAIR_"
- ],
- [
- 7937,
- 2,
- 13,
- 5,
- 0.1708,
- "_KEELTLEGIR_"
- ],
- [
- 99,
- 2,
- 15,
- 4,
- 0.19925,
- "_TLQLEYR_"
- ],
- [
- 36009,
- 2,
- 12,
- 5,
- 0.15655,
- "_HIEDTGSTPSIGENDLK_"
- ],
- [
- 38481,
- 2,
- 12,
- 5,
- 0.15655,
- "_AYADSYYYEDGGMKPR_"
- ],
- [
- 2679,
- 3,
- 12,
- 2,
- 0.15655,
- "_HGHLCPIDTGLIEK_"
- ],
- [
- 41206,
- 2,
- 12,
- 5,
- 0.15655,
- "_CQNGGVCVDGVNTYNCR_"
- ],
- [
- 28667,
- 2,
- 12,
- 3,
- 0.15655,
- "_LGAMSAAPSQPNSQIR_"
- ],
- [
- 152,
- 2,
- 12,
- 3,
- 0.15655,
- "_MVLNESLK_"
- ],
- [
- 24250,
- 3,
- 17,
- 6,
- 0.22773,
- "_TLSSPSNRPSGETSVPPPPAVGR_"
- ],
- [
- 45209,
- 2,
- 12,
- 6,
- 0.15653,
- "_NQDECVIALHDCNGDVNR_"
- ],
- [
- 47228,
- 2,
- 12,
- 2,
- 0.15653,
- "_FKDDDGDEEDENGVGDAELR_"
- ],
- [
- 22442,
- 3,
- 14,
- 6,
- 0.18502,
- "_DGEDQTQDTELVETRPAGDR_"
- ],
- [
- 34291,
- 3,
- 15,
- 7,
- 0.19924,
- "_NQHIPQYCGSCWAHASTSAMADR_"
- ],
- [
- 508,
- 2,
- 15,
- 5,
- 0.19924,
- "_AVDSQILPK_"
- ],
- [
- 17074,
- 2,
- 8,
- 4,
- 0.099638,
- "_LKDGSTMLIEAAK_"
- ],
- [
- 19749,
- 2,
- 12,
- 3,
- 0.15653,
- "_GQEVETSVTYYR_"
- ],
- [
- 27070,
- 2,
- 15,
- 6,
- 0.19924,
- "_EDINAIEMEEDKR_"
- ],
- [
- 1442,
- 2,
- 15,
- 4,
- 0.19924,
- "_QWGWTQGR_"
- ],
- [
- 10255,
- 2,
- 6,
- 2,
- 0.071169,
- "_ICSLHSLPPQS_"
- ],
- [
- 19101,
- 2,
- 12,
- 3,
- 0.15653,
- "_INEVQTDVGVDTK_"
- ],
- [
- 3361,
- 2,
- 19,
- 3,
- 0.25621,
- "_HEVININLK_"
- ],
- [
- 16850,
- 2,
- 9,
- 4,
- 0.11387,
- "_VASFSCMCPEGK_"
- ],
- [
- 4135,
- 2,
- 9,
- 3,
- 0.11387,
- "_QAITQVVVSR_"
- ],
- [
- 17627,
- 2,
- 17,
- 5,
- 0.22773,
- "_HVDYVADQIVTK_"
- ],
- [
- 5596,
- 2,
- 9,
- 3,
- 0.11387,
- "_TQVAGGQLSFK_"
- ],
- [
- 7268,
- 3,
- 26,
- 6,
- 0.35579,
- "_STAYEDYYYHPPPR_"
- ],
- [
- 14615,
- 3,
- 9,
- 2,
- 0.11387,
- "_GAVTGHEECVDALLQHGAK_"
- ],
- [
- 20729,
- 2,
- 12,
- 5,
- 0.15655,
- "_PVGHCLEAAAVLSK_"
- ],
- [
- 22786,
- 2,
- 11,
- 3,
- 0.14233,
- "_QQIANELNYSCR_"
- ],
- [
- 11763,
- 2,
- 11,
- 5,
- 0.14233,
- "_LVLSTLSGRPVK_"
- ],
- [
- 6263,
- 3,
- 12,
- 4,
- 0.15655,
- "_ITFSDVRPNQQEYK_"
- ],
- [
- 2314,
- 2,
- 12,
- 2,
- 0.15655,
- "_YVQELAAVR_"
- ],
- [
- 12124,
- 3,
- 9,
- 4,
- 0.11388,
- "_LLQYNCPTEHADLQGR_"
- ],
- [
- 23649,
- 3,
- 17,
- 6,
- 0.22772,
- "_KQTIDNSQGAYQEAFDISKK_"
- ],
- [
- 1795,
- 3,
- 9,
- 2,
- 0.11388,
- "_YAIHCIHAIFSSK_"
- ],
- [
- 18292,
- 2,
- 11,
- 3,
- 0.14233,
- "_ESNGPVKVWGSIK_"
- ],
- [
- 34538,
- 2,
- 12,
- 2,
- 0.15655,
- "_SNSLIHTECLSQVQR_"
- ],
- [
- 39614,
- 2,
- 12,
- 5,
- 0.15655,
- "_TGTIVVEGHELHDEDIR_"
- ],
- [
- 9738,
- 3,
- 17,
- 7,
- 0.22772,
- "_VQQLLHICSEHFDSK_"
- ],
- [
- 8721,
- 2,
- 12,
- 2,
- 0.15655,
- "_ILHLLGQEGPK_"
- ],
- [
- 22210,
- 3,
- 14,
- 5,
- 0.18502,
- "_FKDDDGDEEDENGVGDAELR_"
- ],
- [
- 719,
- 2,
- 14,
- 3,
- 0.18502,
- "_QAVDVSPLR_"
- ],
- [
- 46511,
- 3,
- 11,
- 6,
- 0.14233,
- "_KQEAQNEQTSEPSNMDGNSGDADCFQPAVK_"
- ],
- [
- 27592,
- 2,
- 12,
- 5,
- 0.15655,
- "_VVQLHEYSEELEK_"
- ],
- [
- 28313,
- 2,
- 12,
- 5,
- 0.15655,
- "_QFQDAGHFDAENIK_"
- ],
- [
- 8934,
- 2,
- 13,
- 4,
- 0.17077,
- "_NWQYQETIK_"
- ],
- [
- 1592,
- 2,
- 13,
- 5,
- 0.17077,
- "_GPFADENFK_"
- ],
- [
- 17266,
- 2,
- 10,
- 3,
- 0.12811,
- "_LDHKFDLMYAK_"
- ],
- [
- 26846,
- 2,
- 13,
- 5,
- 0.17077,
- "_TPLHCVMEVDTER_"
- ],
- [
- 2160,
- 2,
- 15,
- 5,
- 0.19926,
- "_LQAEIDNIK_"
- ],
- [
- 28,
- 2,
- 15,
- 5,
- 0.19926,
- "_TIAPALVSK_"
- ],
- [
- 878,
- 3,
- 8,
- 5,
- 0.099666,
- "_LEVKPHALELPDK_"
- ],
- [
- 21041,
- 2,
- 15,
- 4,
- 0.19926,
- "_AQYEQTLAELHR_"
- ],
- [
- 13945,
- 2,
- 13,
- 4,
- 0.17077,
- "_GVQVETISPGDGR_"
- ],
- [
- 43476,
- 2,
- 7,
- 4,
- 0.08541,
- "_SEHTQTVSQLTSQNEVLR_"
- ],
- [
- 19271,
- 2,
- 8,
- 3,
- 0.099666,
- "_APEPTPQQVAQQQ_"
- ],
- [
- 2750,
- 2,
- 7,
- 3,
- 0.08541,
- "_EEAADLSSLK_"
- ],
- [
- 17553,
- 2,
- 7,
- 5,
- 0.08541,
- "_ACFQVGTSEEMK_"
- ],
- [
- 828,
- 2,
- 18,
- 4,
- 0.24197,
- "_MLVSGAGDIK_"
- ],
- [
- 19787,
- 2,
- 11,
- 5,
- 0.14235,
- "_EESDGEYDEFGR_"
- ],
- [
- 25212,
- 2,
- 10,
- 4,
- 0.12812,
- "_LQQESTFLFHGNK_"
- ],
- [
- 225,
- 2,
- 9,
- 4,
- 0.11391,
- "_ILENVEVK_"
- ],
- [
- 21621,
- 2,
- 7,
- 4,
- 0.085403,
- "_ALKEEIGNVQLEK_"
- ],
- [
- 3577,
- 2,
- 16,
- 4,
- 0.2135,
- "_GKPMELIIGK_"
- ],
- [
- 26178,
- 2,
- 12,
- 5,
- 0.15657,
- "_LAGEELAGEEAPQEK_"
- ],
- [
- 13247,
- 2,
- 9,
- 2,
- 0.11391,
- "_RLQELAELEAK_"
- ],
- [
- 20365,
- 2,
- 12,
- 6,
- 0.15657,
- "_GTADVTHDLQEMK_"
- ],
- [
- 2572,
- 3,
- 14,
- 3,
- 0.18501,
- "_IEDVTPIPSDSTRR_"
- ],
- [
- 7587,
- 2,
- 12,
- 5,
- 0.15657,
- "_DLVAQAPLKPK_"
- ],
- [
- 32488,
- 3,
- 12,
- 6,
- 0.15657,
- "_TSSESIYSRPGSSIPGSPGHTIYAK_"
- ],
- [
- 26465,
- 4,
- 14,
- 6,
- 0.18501,
- "_WTHDKYQGDGIVEDEEETMENNEEKK_"
- ],
- [
- 11424,
- 2,
- 11,
- 3,
- 0.14235,
- "_LLSTDAEAVSTR_"
- ],
- [
- 16618,
- 2,
- 12,
- 3,
- 0.15657,
- "_FVQLEGAHPLEK_"
- ],
- [
- 19177,
- 3,
- 18,
- 6,
- 0.24196,
- "_NQDECVIALHDCNGDVNR_"
- ],
- [
- 3855,
- 2,
- 7,
- 3,
- 0.085403,
- "_AAGASDVVLYK_"
- ],
- [
- 2707,
- 2,
- 13,
- 5,
- 0.17079,
- "_DVFRDPALK_"
- ],
- [
- 16470,
- 3,
- 12,
- 6,
- 0.15657,
- "_GNVFSSPTAAGTPNKETAGLK_"
- ],
- [
- 15309,
- 2,
- 12,
- 5,
- 0.15657,
- "_DVKPSNILVNSR_"
- ],
- [
- 1675,
- 3,
- 17,
- 4,
- 0.22773,
- "_QQQEILAAKPWTK_"
- ],
- [
- 30379,
- 2,
- 10,
- 3,
- 0.12812,
- "_GSQSYYTVAHAISER_"
- ],
- [
- 14194,
- 3,
- 13,
- 5,
- 0.17079,
- "_QRPADAEDLPAAPGQSIDK_"
- ],
- [
- 715,
- 4,
- 13,
- 4,
- 0.17079,
- "_TYPCPPHFNHLGSDVAR_"
- ],
- [
- 3125,
- 3,
- 14,
- 7,
- 0.18501,
- "_VGDDVEFEVSSDRR_"
- ],
- [
- 5548,
- 2,
- 24,
- 5,
- 0.32739,
- "_KVPGEGLPLPK_"
- ],
- [
- 4572,
- 3,
- 11,
- 5,
- 0.14235,
- "_DIQHWESLKPEER_"
- ],
- [
- 11828,
- 2,
- 11,
- 2,
- 0.14235,
- "_QIEEINEQIR_"
- ],
- [
- 2521,
- 2,
- 13,
- 3,
- 0.17079,
- "_HIYLLPSGR_"
- ],
- [
- 42051,
- 2,
- 13,
- 4,
- 0.17079,
- "_EEAEAPVEDGSQPPPPEPK_"
- ],
- [
- 7776,
- 2,
- 9,
- 4,
- 0.11391,
- "_NPENWAYYK_"
- ],
- [
- 24311,
- 3,
- 15,
- 4,
- 0.19926,
- "_M(Oxidation (M))HDLNTDQENLVGTHDAPIR_"
- ],
- [
- 27753,
- 2,
- 13,
- 3,
- 0.17079,
- "_LSVEESEAAGDGVDTK_"
- ],
- [
- 904,
- 2,
- 21,
- 3,
- 0.28469,
- "_TLEEEFAR_"
- ],
- [
- 7857,
- 3,
- 17,
- 5,
- 0.22773,
- "_EANFTVSSMHGDMPQK_"
- ],
- [
- 15004,
- 2,
- 12,
- 4,
- 0.15657,
- "_LLVQHEINTLR_"
- ],
- [
- 26477,
- 3,
- 16,
- 5,
- 0.21351,
- "_IKEAEEEDEKCASELESLEK_"
- ],
- [
- 8055,
- 2,
- 12,
- 4,
- 0.1566,
- "_FNNYVDCMK_"
- ],
- [
- 179,
- 2,
- 15,
- 3,
- 0.19926,
- "_DYDHLFK_"
- ],
- [
- 5831,
- 3,
- 8,
- 4,
- 0.09965,
- "_EVSLEHEEQKLELK_"
- ],
- [
- 5577,
- 2,
- 12,
- 3,
- 0.1566,
- "_NFFNELSHK_"
- ],
- [
- 40177,
- 2,
- 8,
- 4,
- 0.09965,
- "_ELHTADSVVNGSAQADVPK_"
- ],
- [
- 34274,
- 2,
- 11,
- 4,
- 0.14237,
- "_EQGQAPITPQQGQALAK_"
- ],
- [
- 49399,
- 2,
- 11,
- 4,
- 0.14237,
- "_QEEEAAQQGPVVVSPASDYKDK_"
- ],
- [
- 23295,
- 2,
- 11,
- 4,
- 0.14237,
- "_AQHPDYSFGELSR_"
- ],
- [
- 17527,
- 2,
- 11,
- 5,
- 0.14237,
- "_KPMVVLGSSALQR_"
- ],
- [
- 46890,
- 4,
- 11,
- 6,
- 0.14237,
- "_SAAGSEKEEEPEDEEEEEEEEEYDEEEEEEDDDRPPK_"
- ],
- [
- 41714,
- 2,
- 9,
- 5,
- 0.1139,
- "_NPVLQQDAHSSVTITPQR_"
- ],
- [
- 25397,
- 2,
- 9,
- 4,
- 0.1139,
- "_EVAKPSPGEGEVLLK_"
- ],
- [
- 18283,
- 2,
- 10,
- 3,
- 0.12816,
- "_YCFPNYVGRPK_"
- ],
- [
- 11350,
- 2,
- 10,
- 4,
- 0.12816,
- "_HYWEVEVGDK_"
- ],
- [
- 11866,
- 3,
- 10,
- 5,
- 0.12816,
- "_SSESEFTQYTTHHILK_"
- ],
- [
- 3562,
- 2,
- 10,
- 2,
- 0.12816,
- "_VLGISPDEQK_"
- ],
- [
- 37396,
- 4,
- 12,
- 6,
- 0.1566,
- "_SSGPPPPSGSSGSEAAAGAGAAAPASQHPATGTGAVQTEAMK_"
- ],
- [
- 9084,
- 2,
- 12,
- 3,
- 0.1566,
- "_LVPSQAEIEAR_"
- ],
- [
- 3367,
- 3,
- 12,
- 5,
- 0.1566,
- "_QFQDAGHFDAENIK_"
- ],
- [
- 12505,
- 2,
- 15,
- 5,
- 0.19926,
- "_EVDYSDSLTEK_"
- ],
- [
- 3705,
- 2,
- 16,
- 5,
- 0.21351,
- "_ANEVEQMIR_"
- ],
- [
- 34788,
- 2,
- 17,
- 7,
- 0.22775,
- "_EANFTVSSMHGDMPQK_"
- ],
- [
- 2946,
- 2,
- 7,
- 2,
- 0.085421,
- "_GTGLLSSDYR_"
- ],
- [
- 6760,
- 2,
- 7,
- 3,
- 0.085421,
- "_VDSPTVTTTLK_"
- ],
- [
- 27956,
- 2,
- 12,
- 3,
- 0.1566,
- "_HLDGNNEAALECLR_"
- ],
- [
- 1915,
- 3,
- 13,
- 3,
- 0.17082,
- "_EVAKPSPGEGEVLLK_"
- ],
- [
- 12260,
- 3,
- 15,
- 6,
- 0.19926,
- "_TGTIVVEGHELHDEDIR_"
- ],
- [
- 6,
- 4,
- 14,
- 6,
- 0.18504,
- "_LGLRPGIHHSLFGDVK_"
- ],
- [
- 15538,
- 2,
- 15,
- 2,
- 0.19926,
- "_VFANNADQQLVK_"
- ],
- [
- 9922,
- 2,
- 9,
- 2,
- 0.11388,
- "_ANDDLADAGLEK_"
- ],
- [
- 33001,
- 2,
- 8,
- 2,
- 0.09965,
- "_ECTLETTVHASGWNK_"
- ],
- [
- 33911,
- 2,
- 9,
- 4,
- 0.11388,
- "_ALYESDENCEVDPSK_"
- ],
- [
- 49626,
- 2,
- 22,
- 2,
- 0.29895,
- "_TGSPGGPGVSGGSPAGGAGGGSSGLPPSTK_"
- ],
- [
- 27701,
- 2,
- 9,
- 4,
- 0.11388,
- "_SAQHYTETALDEIK_"
- ],
- [
- 340,
- 2,
- 12,
- 4,
- 0.1566,
- "_TTLLHMLK_"
- ],
- [
- 38590,
- 2,
- 9,
- 4,
- 0.11388,
- "_SGACEDHSMAQAGEVVLK_"
- ],
- [
- 39696,
- 2,
- 10,
- 2,
- 0.12813,
- "_DSSCGTGYELTEDNSCK_"
- ],
- [
- 29008,
- 2,
- 13,
- 4,
- 0.17083,
- "_TDTGIVTVEQSPSSSK_"
- ],
- [
- 3031,
- 3,
- 16,
- 4,
- 0.21349,
- "_TLSVSPSVERPDYR_"
- ],
- [
- 16248,
- 2,
- 11,
- 5,
- 0.14239,
- "_(Acetyl (Protein N-term))AADTQVSETLKR_"
- ],
- [
- 17405,
- 2,
- 19,
- 5,
- 0.2562,
- "_TDGEPGPQGWSPR_"
- ],
- [
- 2845,
- 2,
- 12,
- 2,
- 0.1566,
- "_EQFWEQAK_"
- ],
- [
- 42187,
- 2,
- 15,
- 6,
- 0.19927,
- "_GNPICSLHDQGAGGNGNVLK_"
- ],
- [
- 12672,
- 2,
- 19,
- 7,
- 0.2562,
- "_QLYVLGHEAMK_"
- ],
- [
- 26730,
- 3,
- 11,
- 5,
- 0.14239,
- "_QEEEAAQQGPVVVSPASDYKDK_"
- ],
- [
- 24803,
- 2,
- 10,
- 3,
- 0.12813,
- "_HFNDPNADAYFTK_"
- ],
- [
- 3499,
- 2,
- 19,
- 3,
- 0.2562,
- "_SLPQSDPVLK_"
- ],
- [
- 32917,
- 3,
- 11,
- 6,
- 0.14239,
- "_TDHPEIGEGKPTPALSEEASSSSIR_"
- ],
- [
- 5701,
- 2,
- 12,
- 3,
- 0.1566,
- "_GNWDEQFDK_"
- ],
- [
- 5210,
- 2,
- 16,
- 6,
- 0.21349,
- "_RVLQALEGLK_"
- ],
- [
- 46122,
- 2,
- 9,
- 4,
- 0.11388,
- "_VTSAVVGPSHEVQEQSSGPFK_"
- ],
- [
- 12386,
- 3,
- 10,
- 6,
- 0.12813,
- "_DAGNFDQNKLEEEMRK_"
- ],
- [
- 32703,
- 2,
- 13,
- 3,
- 0.17083,
- "_ITFSDVRPNQQEYK_"
- ],
- [
- 4667,
- 2,
- 11,
- 4,
- 0.14239,
- "_RLLDQIVEK_"
- ],
- [
- 331,
- 3,
- 22,
- 4,
- 0.29895,
- "_VAIHYINPPNPAK_"
- ],
- [
- 26947,
- 2,
- 11,
- 3,
- 0.14239,
- "_YASINTHLGIEQSR_"
- ],
- [
- 38295,
- 2,
- 8,
- 2,
- 0.09965,
- "_ASGQESEEVADDYQPVR_"
- ],
- [
- 24648,
- 2,
- 8,
- 4,
- 0.09965,
- "_YESYVQTGCTSLK_"
- ],
- [
- 15160,
- 3,
- 16,
- 7,
- 0.21349,
- "_GNPICSLHDQGAGGNGNVLK_"
- ],
- [
- 17691,
- 3,
- 13,
- 7,
- 0.17083,
- "_NPEVEFCGYTTTHPSESK_"
- ],
- [
- 2683,
- 3,
- 8,
- 2,
- 0.09965,
- "_LVELNEDVRPHIR_"
- ],
- [
- 36668,
- 2,
- 13,
- 5,
- 0.17083,
- "_IWDPTPSHTPAGAATPGR_"
- ],
- [
- 38365,
- 2,
- 14,
- 5,
- 0.18505,
- "_AGEAPTENPAPPTQQSSAE_"
- ],
- [
- 29345,
- 3,
- 22,
- 7,
- 0.29895,
- "_TQSSASLAASYAAQQHPQAAASYR_"
- ],
- [
- 16024,
- 2,
- 13,
- 2,
- 0.17083,
- "_DDGTVIHFNNPK_"
- ],
- [
- 18772,
- 3,
- 8,
- 4,
- 0.09965,
- "_YQVSSLCGTDNEDKITTGK_"
- ],
- [
- 12851,
- 3,
- 11,
- 4,
- 0.14237,
- "_ELHTADSVVNGSAQADVPK_"
- ],
- [
- 3060,
- 2,
- 8,
- 2,
- 0.099644,
- "_GNIIISTPEK_"
- ],
- [
- 7562,
- 2,
- 11,
- 2,
- 0.14237,
- "_AVVGYEDGTIR_"
- ],
- [
- 18943,
- 2,
- 12,
- 3,
- 0.15662,
- "_SAFSSAETTELSGK_"
- ],
- [
- 8138,
- 3,
- 14,
- 6,
- 0.18507,
- "_LLETHIHNQGLAAIEK_"
- ],
- [
- 4919,
- 2,
- 17,
- 4,
- 0.22773,
- "_EAALSTALSEK_"
- ],
- [
- 42490,
- 2,
- 9,
- 5,
- 0.11389,
- "_IDEAESLNDEELEEKEK_"
- ],
- [
- 14941,
- 2,
- 11,
- 4,
- 0.14237,
- "_QLVAEQVTYQR_"
- ],
- [
- 28680,
- 2,
- 12,
- 5,
- 0.15662,
- "_QKLEAQLTENNIVK_"
- ],
- [
- 12523,
- 2,
- 11,
- 3,
- 0.14237,
- "_EIQDSQVPLEK_"
- ],
- [
- 26944,
- 2,
- 12,
- 6,
- 0.15662,
- "_GYAEVVVASENSVHK_"
- ],
- [
- 14509,
- 2,
- 14,
- 6,
- 0.18507,
- "_VMEKPSPLLVGR_"
- ],
- [
- 21133,
- 2,
- 11,
- 3,
- 0.14237,
- "_FLHPEVTETMEK_"
- ],
- [
- 41654,
- 2,
- 10,
- 5,
- 0.12812,
- "_GGAAVDPDSGLEHSAHVLEK_"
- ],
- [
- 23344,
- 2,
- 20,
- 6,
- 0.27044,
- "_VIQCFAETGQVQK_"
- ],
- [
- 11111,
- 3,
- 14,
- 5,
- 0.18507,
- "_SKPGAAMVEM(Oxidation (M))ADGYAVDR_"
- ],
- [
- 46942,
- 2,
- 15,
- 7,
- 0.19928,
- "_(Acetyl (Protein N-term))SGEENPASKPTPVQDVQGDGR_"
- ],
- [
- 12433,
- 2,
- 15,
- 5,
- 0.19928,
- "_KLVESLPQEIK_"
- ],
- [
- 391,
- 2,
- 10,
- 3,
- 0.12812,
- "_MEIQEAIK_"
- ],
- [
- 41520,
- 2,
- 13,
- 5,
- 0.17084,
- "_SGSQDFPQCNTIENTGTK_"
- ],
- [
- 9219,
- 2,
- 15,
- 2,
- 0.19928,
- "_VVDNEGTLQLK_"
- ],
- [
- 4412,
- 3,
- 15,
- 5,
- 0.19928,
- "_LLAEGHPDPDAELQR_"
- ],
- [
- 8001,
- 4,
- 10,
- 2,
- 0.12812,
- "_AAFNQEHVSCQQAFEHFAQK_"
- ],
- [
- 3834,
- 2,
- 9,
- 3,
- 0.11389,
- "_MQLACDDLK_"
- ],
- [
- 24132,
- 4,
- 15,
- 7,
- 0.19928,
- "_GTEPSTDGETSEAESNYSVSEHHDTILR_"
- ],
- [
- 8694,
- 2,
- 9,
- 4,
- 0.11389,
- "_LEDVENLGCR_"
- ],
- [
- 700,
- 2,
- 13,
- 4,
- 0.17084,
- "_MIGFSETAK_"
- ],
- [
- 15934,
- 2,
- 13,
- 6,
- 0.17084,
- "_ALGQNPTNAEVLK_"
- ],
- [
- 2189,
- 2,
- 16,
- 2,
- 0.21351,
- "_VDALNDEIR_"
- ],
- [
- 25188,
- 3,
- 12,
- 5,
- 0.15662,
- "_KFEEMNAELEENKELAQNR_"
- ],
- [
- 44149,
- 2,
- 14,
- 4,
- 0.18507,
- "_NPEVEFCGYTTTHPSESK_"
- ],
- [
- 29892,
- 2,
- 16,
- 4,
- 0.21351,
- "_KSEQEFSFDTPADR_"
- ],
- [
- 5215,
- 3,
- 8,
- 2,
- 0.099644,
- "_ILEEENSLAEYHSR_"
- ],
- [
- 8633,
- 3,
- 3,
- 2,
- 0.028461,
- "_SILISSVASVHHANGLAK_"
- ],
- [
- 42169,
- 2,
- 8,
- 2,
- 0.099647,
- "_TASSCPASLTCDCYATDK_"
- ],
- [
- 15769,
- 2,
- 8,
- 2,
- 0.099647,
- "_SYQSELEALRR_"
- ],
- [
- 18400,
- 3,
- 9,
- 3,
- 0.11387,
- "_KEEGVIDSSDKEIVAEAER_"
- ],
- [
- 23800,
- 2,
- 12,
- 5,
- 0.15659,
- "_KQEQLTPGVVYVR_"
- ],
- [
- 7153,
- 2,
- 10,
- 3,
- 0.12811,
- "_LGSAGGTDFSMK_"
- ],
- [
- 21481,
- 2,
- 10,
- 3,
- 0.12811,
- "_ATSTATSGFAGAIGQK_"
- ],
- [
- 2408,
- 3,
- 10,
- 5,
- 0.12811,
- "_IQHAVQLATEPLEK_"
- ],
- [
- 18740,
- 2,
- 10,
- 4,
- 0.12811,
- "_WAEYHADIYDK_"
- ],
- [
- 39118,
- 3,
- 10,
- 3,
- 0.12811,
- "_SCESNSPFPVHPGTPECCTHEGLEK_"
- ],
- [
- 1079,
- 2,
- 10,
- 3,
- 0.12811,
- "_EEGIDELAK_"
- ],
- [
- 24221,
- 2,
- 8,
- 3,
- 0.099647,
- "_ELEDAYWKDDDK_"
- ],
- [
- 26458,
- 2,
- 9,
- 4,
- 0.11387,
- "_IQHAVQLATEPLEK_"
- ],
- [
- 20101,
- 2,
- 8,
- 4,
- 0.099647,
- "_IHETIETINQLK_"
- ],
- [
- 17544,
- 3,
- 9,
- 5,
- 0.11387,
- "_KVTAEADSSSPTGILATSESK_"
- ],
- [
- 9564,
- 2,
- 5,
- 2,
- 0.056938,
- "_FITDNTVEER_"
- ],
- [
- 8809,
- 2,
- 9,
- 3,
- 0.11387,
- "_VGIVAWHPTAR_"
- ],
- [
- 26608,
- 2,
- 9,
- 3,
- 0.11387,
- "_EYLLQYNDPNRR_"
- ],
- [
- 26518,
- 2,
- 11,
- 3,
- 0.14234,
- "_FSDSEGEETVPEPR_"
- ],
- [
- 31207,
- 2,
- 12,
- 5,
- 0.15659,
- "_TTPNSGDVQVTEDAVR_"
- ],
- [
- 13560,
- 2,
- 2,
- 2,
- 0.014224,
- "_VAQVAEITYGQK_"
- ],
- [
- 30588,
- 2,
- 12,
- 5,
- 0.15659,
- "_NSQFAGGPLGNPNTTAK_"
- ],
- [
- 35923,
- 2,
- 12,
- 6,
- 0.15659,
- "_EEAGGGISEEEAAQYDR_"
- ],
- [
- 41121,
- 2,
- 11,
- 4,
- 0.14234,
- "_VGVSQQPEDSQQDLPGER_"
- ],
- [
- 49159,
- 2,
- 12,
- 5,
- 0.15659,
- "_WQPDTEEEYEDSSGNVVNKK_"
- ],
- [
- 20502,
- 3,
- 13,
- 3,
- 0.17085,
- "_VTSAVVGPSHEVQEQSSGPFK_"
- ],
- [
- 6949,
- 2,
- 19,
- 5,
- 0.2562,
- "_SCAHDWVYE_"
- ],
- [
- 1824,
- 2,
- 25,
- 4,
- 0.34163,
- "_QLQDEMLR_"
- ],
- [
- 29754,
- 3,
- 13,
- 7,
- 0.17085,
- "_GTENEDAGSDYQSDNQASWIHR_"
- ],
- [
- 13134,
- 4,
- 15,
- 5,
- 0.19929,
- "_TDHPEIGEGKPTPALSEEASSSSIR_"
- ],
- [
- 49057,
- 2,
- 16,
- 6,
- 0.21351,
- "_EVEPEPTEDKDLEADEEDTR_"
- ],
- [
- 19945,
- 2,
- 14,
- 3,
- 0.18506,
- "_SPLGEAPPGTPPCR_"
- ],
- [
- 3862,
- 4,
- 16,
- 5,
- 0.21351,
- "_KKQDLYMWLSNSPHGPSAK_"
- ],
- [
- 39629,
- 2,
- 10,
- 4,
- 0.12811,
- "_TCPANPGAVCADSTSGLSR_"
- ],
- [
- 8669,
- 2,
- 18,
- 5,
- 0.24197,
- "_FAAATGATPIAGR_"
- ],
- [
- 9325,
- 2,
- 15,
- 3,
- 0.1993,
- "_ITTQLDQVTAK_"
- ],
- [
- 15804,
- 2,
- 15,
- 4,
- 0.1993,
- "_GISQEQMQEFR_"
- ],
- [
- 17920,
- 2,
- 12,
- 3,
- 0.15658,
- "_QTQALADQFEDK_"
- ],
- [
- 5780,
- 3,
- 12,
- 4,
- 0.15658,
- "_AASGFNAMEDAQTLRK_"
- ],
- [
- 10799,
- 2,
- 15,
- 4,
- 0.1993,
- "_LLELDPEHQR_"
- ],
- [
- 45359,
- 2,
- 11,
- 5,
- 0.14235,
- "_QISSSSTGCLSSPNATVQSPK_"
- ],
- [
- 36798,
- 2,
- 12,
- 6,
- 0.15658,
- "_LDEEEEDNEGGEWER_"
- ],
- [
- 93,
- 2,
- 13,
- 4,
- 0.17083,
- "_TWTVVDAK_"
- ],
- [
- 10121,
- 2,
- 5,
- 5,
- 0.056931,
- "_LMPTADDDMAR_"
- ],
- [
- 44924,
- 3,
- 12,
- 7,
- 0.15658,
- "_LLVSMCQGNRDENQSINHQMAQEDAQR_"
- ],
- [
- 38194,
- 2,
- 16,
- 5,
- 0.21353,
- "_SPLIESTANMDNNQSQK_"
- ],
- [
- 30066,
- 2,
- 16,
- 4,
- 0.21353,
- "_LLAEGHPDPDAELQR_"
- ],
- [
- 40253,
- 2,
- 16,
- 4,
- 0.21353,
- "_SSLGQSASETEEDTVSVSK_"
- ],
- [
- 17029,
- 2,
- 7,
- 2,
- 0.085422,
- "_KLAVNFGVSKPSE_"
- ],
- [
- 13449,
- 2,
- 24,
- 6,
- 0.32739,
- "_(Acetyl (Protein N-term))SDKPDMAEIEK_"
- ],
- [
- 13897,
- 2,
- 11,
- 3,
- 0.14235,
- "_GVDLTEPTQPTR_"
- ],
- [
- 25891,
- 3,
- 17,
- 8,
- 0.22775,
- "_EVEPEPTEDKDLEADEEDTR_"
- ],
- [
- 48479,
- 2,
- 13,
- 5,
- 0.17083,
- "_LQQGAGLESPQGQPEPGAASPQR_"
- ],
- [
- 50369,
- 2,
- 16,
- 4,
- 0.21353,
- "_GTENEDAGSDYQSDNQASWIHR_"
- ],
- [
- 20087,
- 2,
- 13,
- 5,
- 0.17083,
- "_VEITYTPSDGTQK_"
- ],
- [
- 6503,
- 2,
- 7,
- 3,
- 0.085422,
- "_NTEYFNQLK_"
- ],
- [
- 15077,
- 2,
- 9,
- 2,
- 0.11389,
- "_TEMVTISDASQR_"
- ],
- [
- 41572,
- 2,
- 7,
- 4,
- 0.085422,
- "_AHSPMIAVGSDDSSPNAMAK_"
- ],
- [
- 30109,
- 3,
- 14,
- 5,
- 0.18509,
- "_LTPASSTHPNLHAYLQGNTQVSR_"
- ],
- [
- 30449,
- 2,
- 14,
- 4,
- 0.18509,
- "_EQGPYETYEGSPVSK_"
- ],
- [
- 26845,
- 4,
- 13,
- 7,
- 0.17083,
- "_LLVSMCQGNRDENQSINHQMAQEDAQR_"
- ],
- [
- 26132,
- 3,
- 13,
- 7,
- 0.17083,
- "_WQPDTEEEYEDSSGNVVNKK_"
- ],
- [
- 36325,
- 2,
- 14,
- 5,
- 0.18509,
- "_NFSNMDDEENYSAASK_"
- ],
- [
- 20016,
- 2,
- 13,
- 6,
- 0.17083,
- "_GFALVGVGSEASSKK_"
- ],
- [
- 26978,
- 2,
- 7,
- 4,
- 0.085422,
- "_FDENGLPTHDMEGK_"
- ],
- [
- 33960,
- 2,
- 14,
- 3,
- 0.18505,
- "_APPTACYAGAAPAPSQVK_"
- ],
- [
- 6151,
- 2,
- 11,
- 2,
- 0.14233,
- "_KGAAYGLAGLVK_"
- ],
- [
- 38688,
- 3,
- 12,
- 8,
- 0.15657,
- "_ADMLCNSQSNDILQHQGSNCGGTSNK_"
- ],
- [
- 33523,
- 2,
- 16,
- 5,
- 0.21352,
- "_AAGFSSSTTSTSWEGNR_"
- ],
- [
- 7665,
- 2,
- 12,
- 5,
- 0.15657,
- "_TNNPLPLEQR_"
- ],
- [
- 10444,
- 2,
- 17,
- 5,
- 0.22775,
- "_QQLEAVNEAIK_"
- ],
- [
- 28386,
- 2,
- 13,
- 6,
- 0.1708,
- "_AGGSPAPGPETPAISPSK_"
- ],
- [
- 7231,
- 3,
- 16,
- 8,
- 0.21352,
- "_DKPDNFQLFQSPHGK_"
- ],
- [
- 43886,
- 2,
- 13,
- 6,
- 0.1708,
- "_GAEPETGSAVSAAQCQVGPTR_"
- ],
- [
- 21716,
- 3,
- 13,
- 6,
- 0.1708,
- "_KGELFEDPLFPAEPSSLGFK_"
- ],
- [
- 51789,
- 2,
- 7,
- 6,
- 0.085401,
- "_KEGEEEEENTEEPPQGEEEESMETQE_"
- ],
- [
- 17792,
- 3,
- 12,
- 4,
- 0.15657,
- "_GSTAHFSGFESCSNGVISNK_"
- ],
- [
- 6617,
- 2,
- 18,
- 5,
- 0.24197,
- "_TVDLKPDWGK_"
- ],
- [
- 14896,
- 2,
- 7,
- 3,
- 0.085401,
- "_QALSTATATVSVGK_"
- ],
- [
- 19492,
- 2,
- 12,
- 2,
- 0.15657,
- "_ETNDTWNSQFGK_"
- ],
- [
- 10660,
- 2,
- 14,
- 2,
- 0.18505,
- "_(Acetyl (Protein N-term))MDSLEEPQKK_"
- ],
- [
- 19505,
- 2,
- 12,
- 5,
- 0.15657,
- "_HIMIDLGTGNNNK_"
- ],
- [
- 28818,
- 3,
- 17,
- 7,
- 0.22775,
- "_HQVLNDRDEEVELCSSVECK_"
- ],
- [
- 11773,
- 2,
- 11,
- 2,
- 0.14233,
- "_LGDLYEEEM(Oxidation (M))R_"
- ],
- [
- 39128,
- 2,
- 16,
- 7,
- 0.21352,
- "_SLLEGQEDHYNNLSASK_"
- ],
- [
- 44055,
- 2,
- 14,
- 4,
- 0.18505,
- "_KVTAEADSSSPTGILATSESK_"
- ],
- [
- 13626,
- 3,
- 15,
- 6,
- 0.19931,
- "_AIGSASEGAQSSLQEVYHK_"
- ],
- [
- 9420,
- 2,
- 16,
- 3,
- 0.21352,
- "_FGPYESYDSR_"
- ],
- [
- 480,
- 2,
- 19,
- 5,
- 0.25619,
- "_NCSSFLIK_"
- ],
- [
- 27533,
- 2,
- 15,
- 4,
- 0.19931,
- "_DVDQETGEDLNPNR_"
- ],
- [
- 1178,
- 3,
- 10,
- 5,
- 0.12811,
- "_LTQVLNTHYVAPR_"
- ],
- [
- 19587,
- 4,
- 15,
- 8,
- 0.19931,
- "_SCESNSPFPVHPGTPECCTHEGLEK_"
- ],
- [
- 17766,
- 2,
- 13,
- 3,
- 0.1708,
- "_GTINFLHADCDK_"
- ],
- [
- 30930,
- 2,
- 13,
- 3,
- 0.1708,
- "_TKAEEPSDLIGPEAPK_"
- ],
- [
- 19804,
- 2,
- 8,
- 3,
- 0.15657,
- "_IQEEGTEVELTGK_"
- ],
- [
- 31248,
- 2,
- 11,
- 5,
- 0.14233,
- "_ILEEENSLAEYHSR_"
- ],
- [
- 1405,
- 2,
- 6,
- 4,
- 0.071154,
- "_VELSTVNVR_"
- ],
- [
- 17214,
- 3,
- 14,
- 6,
- 0.18505,
- "_QFTPCQLLADHANSPNKK_"
- ],
- [
- 21,
- 4,
- 13,
- 4,
- 0.1708,
- "_EKHPLLVGHMPVMVAK_"
- ],
- [
- 7189,
- 2,
- 16,
- 6,
- 0.21352,
- "_SYLSGMPECK_"
- ],
- [
- 12174,
- 2,
- 20,
- 6,
- 0.27041,
- "_SEMEVQDAELK_"
- ],
- [
- 18417,
- 2,
- 15,
- 3,
- 0.19931,
- "_CMQEIPQEQIK_"
- ],
- [
- 23536,
- 2,
- 12,
- 4,
- 0.15657,
- "_LDNTLGGTSEVIHR_"
- ],
- [
- 1303,
- 2,
- 22,
- 4,
- 0.29891,
- "_DPYGFGDSR_"
- ],
- [
- 13043,
- 2,
- 15,
- 4,
- 0.19929,
- "_KLLLDPSSPPTK_"
- ],
- [
- 31747,
- 2,
- 19,
- 4,
- 0.2562,
- "_QNADPQAVTMPATETK_"
- ],
- [
- 16869,
- 2,
- 12,
- 3,
- 0.15656,
- "_IRDQAWDDVVR_"
- ],
- [
- 2503,
- 3,
- 11,
- 4,
- 0.14234,
- "_LCPPPEETYALHR_"
- ],
- [
- 37875,
- 2,
- 9,
- 2,
- 0.11388,
- "_EEINMEQNHSETMFK_"
- ],
- [
- 955,
- 2,
- 21,
- 5,
- 0.28464,
- "_TLDPDPAIR_"
- ],
- [
- 36255,
- 2,
- 13,
- 7,
- 0.1708,
- "_(Acetyl (Protein N-term))AAAMDVDTPSGTNSGAGKK_"
- ],
- [
- 10691,
- 2,
- 18,
- 4,
- 0.24198,
- "_FDTQYPYGEK_"
- ],
- [
- 9007,
- 2,
- 10,
- 4,
- 0.12812,
- "_DFENSMNQVK_"
- ],
- [
- 8534,
- 2,
- 8,
- 3,
- 0.099631,
- "_EVAFEYCQR_"
- ],
- [
- 17427,
- 2,
- 16,
- 2,
- 0.21354,
- "_EKYGIPEPPEPK_"
- ],
- [
- 25834,
- 2,
- 17,
- 6,
- 0.22775,
- "_SAILQENSTLSASNK_"
- ],
- [
- 10765,
- 2,
- 7,
- 2,
- 0.085384,
- "_DGKPVSEYIIK_"
- ],
- [
- 42095,
- 2,
- 7,
- 3,
- 0.085384,
- "_DVVNVYEPQLQHHVAQK_"
- ],
- [
- 18070,
- 2,
- 15,
- 3,
- 0.19929,
- "_QQLPQTPPSCLK_"
- ],
- [
- 3975,
- 2,
- 10,
- 3,
- 0.12812,
- "_QLGLPTALKR_"
- ],
- [
- 23769,
- 2,
- 15,
- 5,
- 0.19929,
- "_YDYEEVEAEGANK_"
- ],
- [
- 23126,
- 2,
- 14,
- 5,
- 0.18503,
- "_FVPAEMGTHTVSVK_"
- ],
- [
- 3678,
- 2,
- 14,
- 3,
- 0.18503,
- "_LVIVGDGACGK_"
- ],
- [
- 23481,
- 2,
- 16,
- 6,
- 0.21354,
- "_VGQEIEVRPGIVSK_"
- ],
- [
- 24355,
- 2,
- 15,
- 5,
- 0.19929,
- "_INDALSCEYECR_"
- ],
- [
- 3489,
- 3,
- 16,
- 6,
- 0.21354,
- "_YAPTEVGLHEMHIK_"
- ],
- [
- 21538,
- 2,
- 7,
- 3,
- 0.085384,
- "_EFCCDSALPQSR_"
- ],
- [
- 33439,
- 2,
- 9,
- 2,
- 0.11388,
- "_SQTDVYNDSTNLACR_"
- ],
- [
- 8120,
- 2,
- 13,
- 4,
- 0.1708,
- "_VFQEAVVDER_"
- ],
- [
- 2369,
- 2,
- 16,
- 3,
- 0.21351,
- "_FVDGVSTVAR_"
- ],
- [
- 14346,
- 2,
- 21,
- 3,
- 0.28464,
- "_EKQPPIDNIIR_"
- ],
- [
- 32255,
- 2,
- 21,
- 7,
- 0.28464,
- "_TITVALADGGRPDNTGR_"
- ],
- [
- 9191,
- 2,
- 9,
- 3,
- 0.11385,
- "_ELYCTCLEK_"
- ],
- [
- 29733,
- 2,
- 12,
- 6,
- 0.15656,
- "_VTAQGPGLEPSGNIANK_"
- ],
- [
- 25047,
- 3,
- 12,
- 6,
- 0.15656,
- "_VQHTVCMDCSSYSTYCYR_"
- ],
- [
- 45466,
- 2,
- 12,
- 5,
- 0.15656,
- "_M(Oxidation (M))SEEDEQGWCQGQLQSGR_"
- ],
- [
- 918,
- 4,
- 13,
- 6,
- 0.17078,
- "_LQFHNVKPECLEAYNK_"
- ],
- [
- 18802,
- 2,
- 13,
- 4,
- 0.17078,
- "_NLTELEDEHLAK_"
- ],
- [
- 1756,
- 2,
- 16,
- 4,
- 0.21351,
- "_EQVPGFTPR_"
- ],
- [
- 6828,
- 2,
- 12,
- 5,
- 0.15656,
- "_VDEMSQDIVK_"
- ],
- [
- 8387,
- 2,
- 15,
- 4,
- 0.19926,
- "_ALSTDPAAPNLK_"
- ],
- [
- 4206,
- 2,
- 16,
- 5,
- 0.21351,
- "_IDEMPEAAVK_"
- ],
- [
- 14588,
- 2,
- 17,
- 5,
- 0.22776,
- "_VPLEVQEADEAK_"
- ],
- [
- 30280,
- 4,
- 17,
- 5,
- 0.22776,
- "_PAVEASTGGEATQETGKEEAGKEEPPPLTPPAR_"
- ],
- [
- 7796,
- 2,
- 13,
- 5,
- 0.17078,
- "_GRDIVVLGVEK_"
- ],
- [
- 32442,
- 2,
- 10,
- 3,
- 0.1281,
- "_QQELLSAHTDFCNR_"
- ],
- [
- 46682,
- 2,
- 10,
- 4,
- 0.1281,
- "_SVVSLKNEEENENSISQYK_"
- ],
- [
- 31024,
- 3,
- 9,
- 6,
- 0.11385,
- "_VEHNQSYSQAGITETEWTSGSSK_"
- ],
- [
- 9387,
- 2,
- 10,
- 2,
- 0.1281,
- "_CSEGPGLCLAR_"
- ],
- [
- 2258,
- 2,
- 19,
- 3,
- 0.2562,
- "_ELLQQMER_"
- ],
- [
- 8511,
- 2,
- 14,
- 3,
- 0.18503,
- "_NSTFSEIFKK_"
- ],
- [
- 21319,
- 2,
- 9,
- 3,
- 0.11385,
- "_TEEQPMEVSVCR_"
- ],
- [
- 22011,
- 2,
- 5,
- 2,
- 0.056914,
- "_HLSLCHGLSDLAR_"
- ],
- [
- 22678,
- 2,
- 14,
- 3,
- 0.18503,
- "_NDPVGAIHNAESLR_"
- ],
- [
- 10096,
- 2,
- 19,
- 4,
- 0.2562,
- "_VAGQDGSVVQFK_"
- ],
- [
- 888,
- 2,
- 9,
- 2,
- 0.11385,
- "_ELYGVGVEK_"
- ],
- [
- 6929,
- 2,
- 12,
- 4,
- 0.15656,
- "_EWAHATIIPK_"
- ],
- [
- 5913,
- 3,
- 20,
- 4,
- 0.27042,
- "_TITVALADGGRPDNTGR_"
- ],
- [
- 11765,
- 3,
- 18,
- 7,
- 0.24198,
- "_SLLEGQEDHYNNLSASK_"
- ],
- [
- 23041,
- 2,
- 7,
- 4,
- 0.085376,
- "_KIAELMPGASGAEVK_"
- ],
- [
- 24362,
- 2,
- 10,
- 4,
- 0.1281,
- "_LEDTYFDRDVEK_"
- ],
- [
- 6960,
- 2,
- 14,
- 3,
- 0.18503,
- "_DSAYPEELSR_"
- ],
- [
- 1171,
- 3,
- 18,
- 6,
- 0.24198,
- "_VGQEIEVRPGIVSK_"
- ],
- [
- 10947,
- 3,
- 15,
- 5,
- 0.19926,
- "_RRDEDMLYSPELAQR_"
- ],
- [
- 50864,
- 2,
- 15,
- 4,
- 0.19926,
- "_ELQDGAESNGGGGGGGAGSGGGPGAEPDLK_"
- ],
- [
- 5257,
- 3,
- 13,
- 4,
- 0.17078,
- "_HYPSIHGDFSNDFR_"
- ],
- [
- 40840,
- 2,
- 13,
- 6,
- 0.17078,
- "_SENGLEFTSSGSANTETTK_"
- ],
- [
- 7623,
- 2,
- 13,
- 4,
- 0.17078,
- "_EADGILKPLPK_"
- ],
- [
- 1069,
- 2,
- 11,
- 4,
- 0.14234,
- "_LSALLQETK_"
- ],
- [
- 7379,
- 2,
- 11,
- 3,
- 0.14234,
- "_SGVDADSSYFK_"
- ],
- [
- 24208,
- 3,
- 13,
- 6,
- 0.17081,
- "_CQPVFSFGNSEQTKDENSSK_"
- ],
- [
- 13523,
- 2,
- 12,
- 4,
- 0.15659,
- "_VHAPGLNLSGVGGK_"
- ],
- [
- 3096,
- 2,
- 12,
- 3,
- 0.15659,
- "_LTELGTVDPK_"
- ],
- [
- 29719,
- 2,
- 12,
- 4,
- 0.15659,
- "_TPDSFEESQGEEIGK_"
- ],
- [
- 3779,
- 2,
- 12,
- 4,
- 0.15659,
- "_GLSQSALPYR_"
- ],
- [
- 11284,
- 2,
- 12,
- 5,
- 0.15659,
- "_SGNIVAGIANESK_"
- ],
- [
- 30281,
- 3,
- 12,
- 5,
- 0.15659,
- "_SDTDTGVCSGTDEDPDDKNAPFR_"
- ],
- [
- 30394,
- 2,
- 13,
- 5,
- 0.17081,
- "_NHTLQEQVTQLTEK_"
- ],
- [
- 39259,
- 2,
- 9,
- 4,
- 0.11385,
- "_ACFSANGEEVLATSTHSK_"
- ],
- [
- 2483,
- 2,
- 13,
- 4,
- 0.17081,
- "_DLSLLSHGGR_"
- ],
- [
- 14519,
- 3,
- 18,
- 2,
- 0.24201,
- "_GGAAVDPDSGLEHSAHVLEK_"
- ],
- [
- 10499,
- 2,
- 17,
- 3,
- 0.22775,
- "_NLSPGAVESDVR_"
- ],
- [
- 9677,
- 3,
- 9,
- 2,
- 0.11385,
- "_LHVGNISPTCTNQELR_"
- ],
- [
- 9041,
- 2,
- 9,
- 3,
- 0.11385,
- "_SLSIEIGHEVK_"
- ],
- [
- 20330,
- 2,
- 19,
- 4,
- 0.25622,
- "_YPSLLLHSQEEK_"
- ],
- [
- 14204,
- 2,
- 16,
- 3,
- 0.2135,
- "_SGGMERPFVLAR_"
- ],
- [
- 18039,
- 2,
- 9,
- 4,
- 0.11385,
- "_ILSKPIEVQVGGR_"
- ],
- [
- 16115,
- 3,
- 8,
- 2,
- 0.099624,
- "_TPDSFEESQGEEIGKVER_"
- ],
- [
- 1600,
- 2,
- 9,
- 4,
- 0.11385,
- "_TYAICGAIR_"
- ],
- [
- 5280,
- 2,
- 9,
- 3,
- 0.11385,
- "_LNGLNEEIAR_"
- ],
- [
- 736,
- 2,
- 13,
- 5,
- 0.17081,
- "_ILDAAGANLK_"
- ],
- [
- 25648,
- 2,
- 11,
- 3,
- 0.14234,
- "_YASINAHLGIEQSR_"
- ],
- [
- 44711,
- 2,
- 10,
- 3,
- 0.1281,
- "_ENSVCSDTSESSAAEFDDR_"
- ],
- [
- 5154,
- 2,
- 21,
- 6,
- 0.28467,
- "_YGGQPLFSEK_"
- ],
- [
- 27582,
- 2,
- 15,
- 3,
- 0.19927,
- "_VPEGGEGISATEVDSR_"
- ],
- [
- 14108,
- 3,
- 14,
- 3,
- 0.18503,
- "_RPPSAFFLFCSEHRPK_"
- ],
- [
- 4484,
- 3,
- 10,
- 2,
- 0.1281,
- "_LTPVRPAAASPIVSGAR_"
- ],
- [
- 14524,
- 3,
- 8,
- 2,
- 0.099624,
- "_EQHGLQLQSEINQLHSK_"
- ],
- [
- 45354,
- 2,
- 10,
- 5,
- 0.1281,
- "_QNLEGDHSDAPMETETSFK_"
- ],
- [
- 3333,
- 2,
- 14,
- 5,
- 0.18503,
- "_LEMEMEAAR_"
- ],
- [
- 25155,
- 2,
- 14,
- 5,
- 0.18503,
- "_EDAMAMVDHCLKK_"
- ],
- [
- 13974,
- 2,
- 10,
- 5,
- 0.1281,
- "_CYDFDVHTMK_"
- ],
- [
- 30710,
- 2,
- 10,
- 3,
- 0.1281,
- "_SVTNEDVTQEELGGAK_"
- ],
- [
- 19147,
- 2,
- 11,
- 2,
- 0.14234,
- "_ECGQLLISENQK_"
- ],
- [
- 47160,
- 3,
- 14,
- 5,
- 0.18503,
- "_PAVEASTGGEATQETGKEEAGKEEPPPLTPPAR_"
- ],
- [
- 343,
- 2,
- 14,
- 4,
- 0.18503,
- "_KALGITLIK_"
- ],
- [
- 37994,
- 2,
- 11,
- 5,
- 0.14233,
- "_DLYVNPNHQTSLGQER_"
- ],
- [
- 1810,
- 2,
- 8,
- 3,
- 0.099619,
- "_LTELETAVR_"
- ],
- [
- 23161,
- 2,
- 12,
- 5,
- 0.15658,
- "_SGANVLICGPNGCGK_"
- ],
- [
- 19593,
- 4,
- 12,
- 4,
- 0.15658,
- "_THTGERPFPCPDCSKPFNSPANLAR_"
- ],
- [
- 11549,
- 2,
- 12,
- 4,
- 0.15658,
- "_QHFISFDTDR_"
- ],
- [
- 12338,
- 2,
- 11,
- 5,
- 0.14233,
- "_EAVIAQISSHVK_"
- ],
- [
- 24337,
- 2,
- 11,
- 5,
- 0.14233,
- "_LQQQLTQAQETLK_"
- ],
- [
- 21572,
- 2,
- 10,
- 6,
- 0.12809,
- "_SSSSLLASPGHISVK_"
- ],
- [
- 14619,
- 3,
- 10,
- 5,
- 0.12809,
- "_LAARPYSATAAAATGGMANVK_"
- ],
- [
- 38073,
- 2,
- 10,
- 4,
- 0.12809,
- "_TISQHQISTSIITSTQK_"
- ],
- [
- 31665,
- 2,
- 12,
- 3,
- 0.15658,
- "_GDSEPTPGCSGLGPGGVR_"
- ],
- [
- 18468,
- 3,
- 12,
- 2,
- 0.15658,
- "_TPQQTSASQQMLNFPDKGK_"
- ],
- [
- 49607,
- 2,
- 10,
- 2,
- 0.12809,
- "_QNEGQGVGEINMATSGNGQGSTTR_"
- ],
- [
- 2704,
- 2,
- 12,
- 4,
- 0.15658,
- "_EWLDKIEK_"
- ],
- [
- 23779,
- 2,
- 18,
- 4,
- 0.24199,
- "_DIQENDEEAVQVK_"
- ],
- [
- 10375,
- 2,
- 17,
- 3,
- 0.22774,
- "_EDSSSAEFLEK_"
- ],
- [
- 2125,
- 2,
- 18,
- 3,
- 0.24199,
- "_LVQTPLTDR_"
- ],
- [
- 12312,
- 4,
- 14,
- 4,
- 0.18504,
- "_GGTFQMGGSSSHNRPSGSNVDTLLR_"
- ],
- [
- 9439,
- 2,
- 16,
- 3,
- 0.21351,
- "_IASPEGQDYLK_"
- ],
- [
- 31598,
- 2,
- 13,
- 3,
- 0.17082,
- "_GVIVDKDFSHPQMPK_"
- ],
- [
- 50282,
- 3,
- 22,
- 8,
- 0.2989,
- "_SSGPPPPSGSSGSEAAAGAGAAAPASQHPATGTGAVQTEAMK_"
- ],
- [
- 18264,
- 3,
- 17,
- 5,
- 0.22774,
- "_RPEHGGPPELFYDETEAR_"
- ],
- [
- 4069,
- 2,
- 15,
- 6,
- 0.19926,
- "_VEFMDDTSR_"
- ],
- [
- 2897,
- 2,
- 17,
- 5,
- 0.22774,
- "_AEPVEVVAPR_"
- ],
- [
- 20048,
- 2,
- 7,
- 4,
- 0.085395,
- "_SIVDNWPENHVK_"
- ],
- [
- 41769,
- 2,
- 15,
- 7,
- 0.19926,
- "_TYPGVMHSSCPQEMAAVK_"
- ],
- [
- 7042,
- 2,
- 15,
- 6,
- 0.19926,
- "_LLASTLVHSVK_"
- ],
- [
- 1931,
- 2,
- 12,
- 3,
- 0.15656,
- "_MPTFSTPGAK_"
- ],
- [
- 38922,
- 2,
- 10,
- 5,
- 0.12808,
- "_TPASGLQTPTSTPAPGSATR_"
- ],
- [
- 23506,
- 2,
- 11,
- 4,
- 0.14231,
- "_AEYFDGSEPVQNR_"
- ],
- [
- 34467,
- 2,
- 12,
- 4,
- 0.15656,
- "_SNIHSSVMASPGGLSAVR_"
- ],
- [
- 25996,
- 2,
- 17,
- 5,
- 0.22773,
- "_YYTSASGDEM(Oxidation (M))VSLK_"
- ],
- [
- 9613,
- 2,
- 10,
- 4,
- 0.12808,
- "_SSPSVLIHSLGK_"
- ],
- [
- 34935,
- 2,
- 15,
- 6,
- 0.19927,
- "_GYYSPYSVSGSGSTAGSR_"
- ],
- [
- 8968,
- 2,
- 6,
- 4,
- 0.071159,
- "_MDQDSLSSSLK_"
- ],
- [
- 14414,
- 3,
- 16,
- 4,
- 0.21349,
- "_AHSPMIAVGSDDSSPNAMAK_"
- ],
- [
- 7816,
- 2,
- 10,
- 4,
- 0.12808,
- "_SFCEDLTEGK_"
- ],
- [
- 8310,
- 2,
- 23,
- 3,
- 0.31313,
- "_THSQLLIIDR_"
- ],
- [
- 22576,
- 2,
- 10,
- 4,
- 0.12808,
- "_KTALEMVQAAGTDR_"
- ],
- [
- 16235,
- 2,
- 17,
- 5,
- 0.22773,
- "_SLSPQEDALTGSR_"
- ],
- [
- 32010,
- 3,
- 17,
- 5,
- 0.22773,
- "_GGTFQMGGSSSHNRPSGSNVDTLLR_"
- ],
- [
- 22167,
- 3,
- 10,
- 2,
- 0.12808,
- "_DSLGAYASQDANEQGQDLGKR_"
- ],
- [
- 48975,
- 2,
- 11,
- 2,
- 0.14231,
- "_IHVYGYSM(Oxidation (M))AYGPAQHAISTEK_"
- ],
- [
- 17493,
- 2,
- 6,
- 2,
- 0.071159,
- "_SMDAETYVEGQR_"
- ],
- [
- 566,
- 2,
- 17,
- 4,
- 0.22773,
- "_EILSEVER_"
- ],
- [
- 39358,
- 2,
- 12,
- 5,
- 0.15656,
- "_DTIQHQQGEAVWVSEGK_"
- ],
- [
- 14647,
- 3,
- 14,
- 6,
- 0.18505,
- "_TYPGVMHSSCPQEMAAVK_"
- ],
- [
- 30679,
- 2,
- 8,
- 4,
- 0.099622,
- "_LQGSGVTVNALHPGVAR_"
- ],
- [
- 10154,
- 2,
- 15,
- 3,
- 0.19927,
- "_HLQAILGGAEVK_"
- ],
- [
- 14625,
- 2,
- 11,
- 5,
- 0.14231,
- "_AAVELEEPEDAR_"
- ],
- [
- 26401,
- 2,
- 14,
- 4,
- 0.18505,
- "_TEQDLALGTDAEGQK_"
- ],
- [
- 23666,
- 2,
- 15,
- 2,
- 0.19927,
- "_APVPGTPDSLSSGSSR_"
- ],
- [
- 32416,
- 3,
- 15,
- 7,
- 0.19927,
- "_LLQTAATAAQQGGQANHPTAAVVTEK_"
- ],
- [
- 19389,
- 3,
- 14,
- 6,
- 0.18505,
- "_QNLEGDHSDAPMETETSFK_"
- ],
- [
- 40924,
- 2,
- 18,
- 7,
- 0.24196,
- "_AIGSASEGAQSSLQEVYHK_"
- ],
- [
- 48796,
- 2,
- 15,
- 4,
- 0.19927,
- "_AQTSTDAPTSAPSAPPSTPTPSAGK_"
- ],
- [
- 28168,
- 2,
- 11,
- 6,
- 0.14232,
- "_IDYGEYMDKNNVR_"
- ],
- [
- 6576,
- 2,
- 19,
- 4,
- 0.2562,
- "_QHLSSVVFIK_"
- ],
- [
- 37535,
- 2,
- 12,
- 4,
- 0.15655,
- "_AGKFPSLLTHNENMVAK_"
- ],
- [
- 6416,
- 3,
- 12,
- 3,
- 0.15655,
- "_KSSGEIVYCGQVFEK_"
- ],
- [
- 597,
- 2,
- 19,
- 6,
- 0.2562,
- "_MLAEDELR_"
- ],
- [
- 7686,
- 2,
- 18,
- 4,
- 0.24197,
- "_QAVMEMMSQK_"
- ],
- [
- 1496,
- 2,
- 7,
- 3,
- 0.085398,
- "_CDAVSVLEK_"
- ],
- [
- 11983,
- 2,
- 14,
- 5,
- 0.24197,
- "_AQIWDTAGQER_"
- ],
- [
- 2084,
- 2,
- 13,
- 4,
- 0.1708,
- "_LESFMETGK_"
- ],
- [
- 11640,
- 2,
- 12,
- 5,
- 0.15655,
- "_(Acetyl (Protein N-term))ATTATMATSGSAR_"
- ],
- [
- 7975,
- 2,
- 12,
- 4,
- 0.15655,
- "_LIDELENSQK_"
- ],
- [
- 728,
- 4,
- 11,
- 2,
- 0.14232,
- "_VGGAEGTKLDDDFKEMEK_"
- ],
- [
- 3353,
- 2,
- 7,
- 4,
- 0.085398,
- "_ISVSFYHVK_"
- ],
- [
- 32933,
- 2,
- 12,
- 3,
- 0.15655,
- "_KSSGEIVYCGQVFEK_"
- ],
- [
- 36863,
- 2,
- 12,
- 2,
- 0.15655,
- "_VVPGQFDDADSSDSENR_"
- ],
- [
- 26591,
- 4,
- 12,
- 6,
- 0.15655,
- "_GSGVGECGDHPCLPNPCHGGAPCQNLEAGR_"
- ],
- [
- 17497,
- 2,
- 19,
- 6,
- 0.2562,
- "_TGGTQTDLFTCGK_"
- ],
- [
- 1424,
- 2,
- 10,
- 4,
- 0.12808,
- "_LQDSQLWK_"
- ],
- [
- 28902,
- 2,
- 13,
- 5,
- 0.1708,
- "_SQGSQAELHPLPQLK_"
- ],
- [
- 26602,
- 2,
- 11,
- 2,
- 0.14232,
- "_SQNTPDSSASNLGFR_"
- ],
- [
- 6404,
- 3,
- 14,
- 3,
- 0.18504,
- "_RPPAAPENTPLVPSGVK_"
- ],
- [
- 14139,
- 2,
- 10,
- 3,
- 0.12808,
- "_ELYSSGEFSSGR_"
- ],
- [
- 36586,
- 2,
- 14,
- 7,
- 0.18504,
- "_ATIELCSTHANDASALR_"
- ],
- [
- 2815,
- 2,
- 14,
- 3,
- 0.18504,
- "_MMEVAAADVK_"
- ],
- [
- 7207,
- 3,
- 10,
- 5,
- 0.12808,
- "_KMVDPEKPQLGMIDR_"
- ],
- [
- 3222,
- 2,
- 9,
- 5,
- 0.11386,
- "_DLFKPIQSK_"
- ],
- [
- 3327,
- 3,
- 9,
- 5,
- 0.11386,
- "_DLNYCFSGM(Oxidation (M))SDHR_"
- ],
- [
- 20576,
- 2,
- 9,
- 3,
- 0.11386,
- "_ETNMQDGSVQVIK_"
- ],
- [
- 8139,
- 2,
- 14,
- 3,
- 0.18504,
- "_KIEEGIEFVK_"
- ],
- [
- 9367,
- 2,
- 16,
- 5,
- 0.21351,
- "_EFGLLKPTSAR_"
- ],
- [
- 1260,
- 3,
- 16,
- 6,
- 0.21351,
- "_LLEGEDAHLTQYK_"
- ],
- [
- 3008,
- 3,
- 13,
- 4,
- 0.1708,
- "_TKPYIQVDIGGGQTK_"
- ],
- [
- 17019,
- 2,
- 8,
- 2,
- 0.099621,
- "_ASQAEISSLQSVR_"
- ],
- [
- 29224,
- 2,
- 16,
- 2,
- 0.21351,
- "_QLEVEPEEPEAENK_"
- ],
- [
- 26273,
- 2,
- 8,
- 4,
- 0.099621,
- "_HGLTYATIDGSVNPK_"
- ],
- [
- 16639,
- 2,
- 14,
- 6,
- 0.18504,
- "_EDTAQAAFYPQK_"
- ],
- [
- 4737,
- 2,
- 13,
- 4,
- 0.1708,
- "_MSSTIFSTGGK_"
- ],
- [
- 10130,
- 2,
- 17,
- 5,
- 0.22773,
- "_DQVANSAFVER_"
- ],
- [
- 45896,
- 2,
- 10,
- 4,
- 0.12808,
- "_CECQDGENQSVYQNLCR_"
- ],
- [
- 40400,
- 2,
- 7,
- 4,
- 0.085398,
- "_ISSDQLSSEHLSSAVEQK_"
- ],
- [
- 369,
- 2,
- 12,
- 3,
- 0.15657,
- "_HGNLYDLK_"
- ],
- [
- 22605,
- 2,
- 10,
- 3,
- 0.12811,
- "_TDYNEPGTIPSAAR_"
- ],
- [
- 45191,
- 2,
- 8,
- 4,
- 0.099645,
- "_GDVEEDEAVPDSEQDIKPR_"
- ],
- [
- 1281,
- 3,
- 11,
- 5,
- 0.14233,
- "_CEELLHFQASQR_"
- ],
- [
- 6170,
- 2,
- 12,
- 3,
- 0.15657,
- "_LENLHGAMYT_"
- ],
- [
- 29973,
- 2,
- 9,
- 4,
- 0.11387,
- "_EQEAAMEIQEPAANK_"
- ],
- [
- 6829,
- 2,
- 6,
- 4,
- 0.071193,
- "_SFLSEPSSPGR_"
- ],
- [
- 8662,
- 2,
- 9,
- 2,
- 0.11387,
- "_NMAIQQELEK_"
- ],
- [
- 13879,
- 2,
- 11,
- 3,
- 0.14233,
- "_ECGVTATFDASR_"
- ],
- [
- 7825,
- 2,
- 11,
- 3,
- 0.14233,
- "_EAPEPGMEVVK_"
- ],
- [
- 17772,
- 2,
- 6,
- 2,
- 0.071193,
- "_VMETQAQVDELK_"
- ],
- [
- 5122,
- 2,
- 11,
- 4,
- 0.14233,
- "_KDLTEYLSR_"
- ],
- [
- 8805,
- 2,
- 10,
- 3,
- 0.12811,
- "_LLVSGSSDSTLK_"
- ],
- [
- 24299,
- 2,
- 12,
- 4,
- 0.15657,
- "_RAGVTCIVLPAENK_"
- ],
- [
- 9843,
- 2,
- 10,
- 4,
- 0.12811,
- "_ITADGAHFELR_"
- ],
- [
- 26677,
- 2,
- 13,
- 3,
- 0.1708,
- "_VLQSDEYEEVEDK_"
- ],
- [
- 11139,
- 2,
- 15,
- 2,
- 0.19929,
- "_GPLTISAQENVK_"
- ],
- [
- 9639,
- 2,
- 15,
- 4,
- 0.19929,
- "_EATTEFSVDAR_"
- ],
- [
- 4937,
- 3,
- 15,
- 6,
- 0.19929,
- "_GHFGPINSVAFHPDGK_"
- ],
- [
- 4535,
- 2,
- 16,
- 4,
- 0.21353,
- "_DQEFTVDTR_"
- ],
- [
- 25083,
- 2,
- 17,
- 6,
- 0.22775,
- "_KPYPDDENLVEVK_"
- ],
- [
- 18170,
- 2,
- 14,
- 4,
- 0.18505,
- "_VEGDLKGPEVDLK_"
- ],
- [
- 22361,
- 2,
- 14,
- 4,
- 0.18505,
- "_YYTPVPCESATAK_"
- ],
- [
- 21813,
- 2,
- 23,
- 5,
- 0.31317,
- "_HYGPGWVSMANAGK_"
- ],
- [
- 7611,
- 2,
- 15,
- 4,
- 0.19929,
- "_IGSGYDNVDIK_"
- ],
- [
- 21293,
- 2,
- 13,
- 5,
- 0.1708,
- "_HCPSAVVPVELQK_"
- ],
- [
- 18524,
- 2,
- 18,
- 5,
- 0.24199,
- "_QQMLENQMEVR_"
- ],
- [
- 1626,
- 2,
- 18,
- 6,
- 0.24199,
- "_GTGIVSAPVPK_"
- ],
- [
- 6517,
- 2,
- 14,
- 4,
- 0.18503,
- "_EQITLPEQAK_"
- ],
- [
- 11470,
- 2,
- 11,
- 5,
- 0.14234,
- "_ALDVM(Oxidation (M))VSTFHK_"
- ],
- [
- 20263,
- 2,
- 8,
- 3,
- 0.09965,
- "_EQEHMINWVEK_"
- ],
- [
- 24234,
- 2,
- 11,
- 3,
- 0.14234,
- "_GLQVHVVVDACSSR_"
- ],
- [
- 7139,
- 4,
- 17,
- 7,
- 0.22777,
- "_IHVYGYSM(Oxidation (M))AYGPAQHAISTEK_"
- ],
- [
- 28214,
- 2,
- 12,
- 5,
- 0.15657,
- "_DLNYCFSGM(Oxidation (M))SDHR_"
- ],
- [
- 20600,
- 3,
- 11,
- 5,
- 0.14234,
- "_ATSEVPGSQASPNPVPGDGLHR_"
- ],
- [
- 9414,
- 3,
- 17,
- 2,
- 0.22777,
- "_ATIELCSTHANDASALR_"
- ],
- [
- 6031,
- 3,
- 17,
- 4,
- 0.22777,
- "_AHTDVGPGPESSPVLVR_"
- ],
- [
- 40350,
- 4,
- 11,
- 8,
- 0.14234,
- "_RPLEQQQPHHIPTSAPVYQQPQQQPVAQSYGGYK_"
- ],
- [
- 16004,
- 3,
- 12,
- 4,
- 0.15657,
- "_GDQLLSVNGVSVEGEHHEK_"
- ],
- [
- 35802,
- 2,
- 15,
- 6,
- 0.19928,
- "_GAIQFVTQYQHSSGQR_"
- ],
- [
- 9575,
- 3,
- 15,
- 6,
- 0.19928,
- "_TNVNGGAIALGHPLGGSGSR_"
- ],
- [
- 12261,
- 3,
- 12,
- 2,
- 0.15657,
- "_FSALQQAVPTESTDNRR_"
- ],
- [
- 25686,
- 3,
- 16,
- 6,
- 0.21353,
- "_IHVYGYSM(Oxidation (M))AYGPAQHAISTEK_"
- ],
- [
- 15021,
- 3,
- 15,
- 6,
- 0.19928,
- "_DVVNVYEPQLQHHVAQK_"
- ],
- [
- 4833,
- 3,
- 12,
- 5,
- 0.15657,
- "_LQGSGVTVNALHPGVAR_"
- ],
- [
- 4419,
- 2,
- 6,
- 2,
- 0.071181,
- "_LSDGFVAAEAK_"
- ],
- [
- 3961,
- 2,
- 10,
- 4,
- 0.1281,
- "_VYTLSVSGDR_"
- ],
- [
- 12274,
- 2,
- 16,
- 5,
- 0.21353,
- "_GEGPDVHMTLPK_"
- ],
- [
- 5316,
- 2,
- 10,
- 2,
- 0.1281,
- "_NTNYDVFEK_"
- ],
- [
- 12360,
- 2,
- 13,
- 5,
- 0.1708,
- "_FCNVDDDELR_"
- ],
- [
- 13503,
- 2,
- 9,
- 3,
- 0.11388,
- "_ELKEDSLWSAK_"
- ],
- [
- 22105,
- 2,
- 20,
- 5,
- 0.27046,
- "_ILELSGSSSEDSEK_"
- ],
- [
- 4030,
- 3,
- 13,
- 5,
- 0.1708,
- "_TGVAVNKPAEFTVDAK_"
- ],
- [
- 8184,
- 2,
- 9,
- 4,
- 0.11388,
- "_IEEVHLPVEK_"
- ],
- [
- 970,
- 2,
- 13,
- 4,
- 0.1708,
- "_QALSGFGYR_"
- ],
- [
- 2655,
- 3,
- 13,
- 3,
- 0.1708,
- "_TLESTWEKPQELK_"
- ],
- [
- 5442,
- 3,
- 20,
- 6,
- 0.27046,
- "_GVIVDKDFSHPQMPK_"
- ],
- [
- 31474,
- 3,
- 13,
- 6,
- 0.1708,
- "_HHAAYVNNLNVTEEKYQEALAK_"
- ],
- [
- 7558,
- 3,
- 18,
- 3,
- 0.24199,
- "_HSTVFDNLPNPEDRK_"
- ],
- [
- 86,
- 2,
- 9,
- 2,
- 0.11388,
- "_LMELHFK_"
- ],
- [
- 15047,
- 2,
- 8,
- 4,
- 0.09965,
- "_SLQLEAQTYQR_"
- ],
- [
- 47121,
- 3,
- 13,
- 6,
- 0.1708,
- "_TAM(Oxidation (M))STPHVAEPAENEQDEQDENGAEASADLR_"
- ],
- [
- 9800,
- 2,
- 20,
- 5,
- 0.27046,
- "_IIYIVHDEVK_"
- ],
- [
- 24941,
- 2,
- 10,
- 5,
- 0.12812,
- "_ESQLAFYHCMEK_"
- ],
- [
- 35146,
- 2,
- 10,
- 4,
- 0.12812,
- "_VQVYLHESTQDELAR_"
- ],
- [
- 25098,
- 2,
- 9,
- 4,
- 0.11388,
- "_VLSEDKEVLSAEVK_"
- ],
- [
- 27260,
- 2,
- 20,
- 6,
- 0.27045,
- "_SCMLTGTPESVQSAK_"
- ],
- [
- 30835,
- 2,
- 12,
- 5,
- 0.15658,
- "_ILGSLYAASEDQEKR_"
- ],
- [
- 26870,
- 2,
- 12,
- 2,
- 0.15658,
- "_EIQTTTGNQQVLVR_"
- ],
- [
- 25396,
- 2,
- 10,
- 4,
- 0.12812,
- "_NSAGQTLSAVQLHVK_"
- ],
- [
- 13454,
- 2,
- 11,
- 3,
- 0.14234,
- "_ADQVDTQQLMR_"
- ],
- [
- 23791,
- 2,
- 15,
- 6,
- 0.19927,
- "_LLEGEDAHLTQYK_"
- ],
- [
- 25409,
- 2,
- 18,
- 5,
- 0.242,
- "_EENEGVYNGSWGGR_"
- ],
- [
- 12423,
- 2,
- 11,
- 3,
- 0.14234,
- "_QQVQVVGLQER_"
- ],
- [
- 47537,
- 2,
- 12,
- 6,
- 0.15658,
- "_AQGGDGVLDATGEEANSNAENPK_"
- ],
- [
- 50144,
- 2,
- 12,
- 5,
- 0.15658,
- "_TYASTEQEQDAEENGVTGVSGPGK_"
- ],
- [
- 2436,
- 2,
- 9,
- 4,
- 0.11388,
- "_KFESLFPGK_"
- ],
- [
- 23852,
- 3,
- 11,
- 4,
- 0.14234,
- "_TPPTAVTEHDVNVAFQQSAHK_"
- ],
- [
- 14479,
- 2,
- 9,
- 3,
- 0.11388,
- "_QDFETLSQETK_"
- ],
- [
- 23519,
- 2,
- 11,
- 3,
- 0.14234,
- "_FLGNAPCGHYTFK_"
- ],
- [
- 13401,
- 3,
- 12,
- 5,
- 0.15658,
- "_AHQGNLESQLTSESYYK_"
- ],
- [
- 939,
- 2,
- 10,
- 4,
- 0.12812,
- "_DILETHLR_"
- ],
- [
- 8770,
- 3,
- 8,
- 4,
- 0.099664,
- "_PSAYEEGESFVGDHER_"
- ],
- [
- 20461,
- 2,
- 15,
- 6,
- 0.19927,
- "_WMYTGGEDCTAR_"
- ],
- [
- 17269,
- 2,
- 14,
- 4,
- 0.18504,
- "_CLALATHDNPLR_"
- ],
- [
- 31094,
- 2,
- 13,
- 4,
- 0.1708,
- "_SPQVKPASTMGMGPLGK_"
- ],
- [
- 33367,
- 2,
- 15,
- 4,
- 0.19927,
- "_HYTVNLNTYTATDTK_"
- ],
- [
- 14006,
- 2,
- 15,
- 3,
- 0.19927,
- "_TIMHLMINNTK_"
- ],
- [
- 6190,
- 2,
- 16,
- 3,
- 0.21352,
- "_GPQPPTVSPIR_"
- ],
- [
- 30906,
- 2,
- 14,
- 5,
- 0.18504,
- "_AGSDGESIGNCPFSQR_"
- ],
- [
- 10873,
- 2,
- 13,
- 5,
- 0.1708,
- "_EAAFDDAVEER_"
- ],
- [
- 12192,
- 2,
- 13,
- 2,
- 0.1708,
- "_AVANQTSATFLR_"
- ],
- [
- 33085,
- 2,
- 14,
- 5,
- 0.18504,
- "_SEDLDNSIDKTEAGIK_"
- ],
- [
- 13104,
- 2,
- 16,
- 4,
- 0.21352,
- "_AEQVDPNFYSK_"
- ],
- [
- 30040,
- 4,
- 15,
- 7,
- 0.19927,
- "_GGTVADLDEQDEETVTAGGKEDEDPAKGDQSR_"
- ],
- [
- 4789,
- 2,
- 16,
- 3,
- 0.21352,
- "_GCGTVLLSGPR_"
- ],
- [
- 35722,
- 2,
- 16,
- 6,
- 0.21352,
- "_GGGGSGGYYGQGGMSGGGWR_"
- ],
- [
- 17485,
- 3,
- 15,
- 7,
- 0.19927,
- "_SAVADKHELLSLASSNHLGK_"
- ],
- [
- 8734,
- 2,
- 13,
- 5,
- 0.1708,
- "_SSYYMIGEQK_"
- ],
- [
- 10911,
- 3,
- 13,
- 6,
- 0.1708,
- "_KVVYENAYGQFIGPHR_"
- ],
- [
- 8333,
- 2,
- 15,
- 4,
- 0.19927,
- "_MTISQQEFGR_"
- ],
- [
- 40980,
- 2,
- 12,
- 6,
- 0.15658,
- "_ASPAGTAGGPGAGAAAGGTGPLAAR_"
- ],
- [
- 35821,
- 4,
- 11,
- 6,
- 0.14235,
- "_GALTGGTEVSALPCTTNAPGNGKPVGSPHVVTSHQSK_"
- ],
- [
- 7150,
- 2,
- 11,
- 2,
- 0.14235,
- "_CNFESNFPR_"
- ],
- [
- 5102,
- 3,
- 15,
- 5,
- 0.19928,
- "_SPQVKPASTMGMGPLGK_"
- ],
- [
- 26755,
- 3,
- 11,
- 5,
- 0.14235,
- "_LKETCVSGEDPTQGADLSPDEK_"
- ],
- [
- 8156,
- 3,
- 12,
- 5,
- 0.15658,
- "_VQVYLHESTQDELAR_"
- ],
- [
- 2758,
- 2,
- 11,
- 5,
- 0.14235,
- "_STIIGESISR_"
- ],
- [
- 24136,
- 2,
- 9,
- 4,
- 0.1139,
- "_SAQQESLPYNMEK_"
- ],
- [
- 19170,
- 3,
- 12,
- 6,
- 0.15658,
- "_GDVEEDEAVPDSEQDIKPR_"
- ],
- [
- 18282,
- 4,
- 22,
- 8,
- 0.29893,
- "_AMKPPGGESSNLFGSPEEATPSSRPNR_"
- ],
- [
- 8252,
- 2,
- 11,
- 2,
- 0.14235,
- "_FVSEAELDER_"
- ],
- [
- 7471,
- 2,
- 16,
- 3,
- 0.21351,
- "_LLVSMCQGNR_"
- ],
- [
- 11301,
- 3,
- 12,
- 5,
- 0.15658,
- "_KEYEQELSDDLHVER_"
- ],
- [
- 16555,
- 2,
- 12,
- 5,
- 0.15658,
- "_PPLLNNADSVQAK_"
- ],
- [
- 31877,
- 2,
- 15,
- 3,
- 0.19928,
- "_AGEAAELQDAEVESSAK_"
- ],
- [
- 5462,
- 2,
- 9,
- 2,
- 0.1139,
- "_AEALASAIASTK_"
- ],
- [
- 20419,
- 2,
- 14,
- 4,
- 0.18504,
- "_LNEIVGNEDTVSR_"
- ],
- [
- 32066,
- 2,
- 14,
- 5,
- 0.18504,
- "_SPCETISSPSSTLESK_"
- ],
- [
- 39763,
- 2,
- 13,
- 4,
- 0.17082,
- "_NHAVSSHIASMLSSQDLK_"
- ],
- [
- 14243,
- 2,
- 8,
- 4,
- 0.099654,
- "_EEVAQNVVSMSK_"
- ],
- [
- 16307,
- 2,
- 13,
- 2,
- 0.17082,
- "_AQILGGANTPYEK_"
- ],
- [
- 36781,
- 2,
- 16,
- 7,
- 0.21351,
- "_TNVNGGAIALGHPLGGSGSR_"
- ],
- [
- 5510,
- 4,
- 19,
- 3,
- 0.25624,
- "_TGEAQIHAHLVRPYVGIHLR_"
- ],
- [
- 28971,
- 2,
- 10,
- 2,
- 0.12812,
- "_LQGQAPGALEAGAAPAGR_"
- ],
- [
- 2761,
- 2,
- 10,
- 3,
- 0.12812,
- "_IEGFEVLKK_"
- ],
- [
- 23940,
- 2,
- 13,
- 5,
- 0.17082,
- "_NILHQGQEAILQR_"
- ],
- [
- 23900,
- 3,
- 10,
- 2,
- 0.12812,
- "_DCNDTLEEENTNLETPTKR_"
- ],
- [
- 31803,
- 2,
- 13,
- 2,
- 0.17082,
- "_NLTEDNSQNQDLIAK_"
- ],
- [
- 10241,
- 3,
- 19,
- 5,
- 0.25624,
- "_AGKFPSLLTHNENMVAK_"
- ],
- [
- 34082,
- 2,
- 11,
- 3,
- 0.14235,
- "_QVCAGNTHFAVVTVEK_"
- ],
- [
- 35173,
- 2,
- 12,
- 2,
- 0.15658,
- "_TTPEADDWSNPSSEPR_"
- ],
- [
- 5466,
- 2,
- 17,
- 5,
- 0.22774,
- "_KAAALEFLNR_"
- ],
- [
- 29236,
- 2,
- 9,
- 2,
- 0.11388,
- "_FLSNGHVTIPGQQDK_"
- ],
- [
- 31166,
- 2,
- 7,
- 3,
- 0.085424,
- "_DFATPSLHTSDQSPGK_"
- ],
- [
- 45822,
- 2,
- 8,
- 5,
- 0.099651,
- "_LCLTLHNNEGSYLAHTQGK_"
- ],
- [
- 27117,
- 4,
- 11,
- 5,
- 0.14235,
- "_SEFNEPGEDFTEVHQNWNAHSSASEHAK_"
- ],
- [
- 3674,
- 2,
- 11,
- 2,
- 0.14235,
- "_TPCEEILVK_"
- ],
- [
- 6335,
- 2,
- 11,
- 4,
- 0.14235,
- "_LGHTDILVGVK_"
- ],
- [
- 6431,
- 2,
- 11,
- 2,
- 0.14235,
- "_YVLEQPYSR_"
- ],
- [
- 25583,
- 2,
- 11,
- 7,
- 0.14235,
- "_EAAACTSALCCMGR_"
- ],
- [
- 39483,
- 2,
- 12,
- 2,
- 0.15658,
- "_NYHSGNDVEAYEYLNK_"
- ],
- [
- 22150,
- 2,
- 11,
- 5,
- 0.14235,
- "_ELQQAVLHMEQR_"
- ],
- [
- 4925,
- 3,
- 16,
- 6,
- 0.21351,
- "_AELRDDPIISTHLAK_"
- ],
- [
- 34593,
- 2,
- 17,
- 7,
- 0.22774,
- "_GNAGQSNYGFANSAMER_"
- ],
- [
- 28842,
- 2,
- 8,
- 2,
- 0.099651,
- "_NKEGDTAWDLTPER_"
- ],
- [
- 27563,
- 2,
- 12,
- 4,
- 0.15658,
- "_QIILEKEETEELK_"
- ],
- [
- 2975,
- 2,
- 11,
- 2,
- 0.14235,
- "_LYEWTTEK_"
- ],
- [
- 15860,
- 3,
- 12,
- 4,
- 0.15658,
- "_GPTSTSIDNIDGTPVRDER_"
- ],
- [
- 1787,
- 2,
- 16,
- 4,
- 0.21351,
- "_LGFSEYCR_"
- ],
- [
- 15726,
- 2,
- 11,
- 3,
- 0.14235,
- "_QIVTAGLGDHLAR_"
- ],
- [
- 15910,
- 2,
- 12,
- 4,
- 0.15658,
- "_AEACFVNCVER_"
- ],
- [
- 19699,
- 2,
- 13,
- 5,
- 0.17081,
- "_NLDDGIDDERLR_"
- ],
- [
- 14885,
- 2,
- 15,
- 2,
- 0.19927,
- "_QVDVVITCTGNK_"
- ],
- [
- 26974,
- 2,
- 15,
- 5,
- 0.19927,
- "_DNGNGTYSCSYVPR_"
- ],
- [
- 18052,
- 2,
- 15,
- 6,
- 0.19927,
- "_YYADGEDAYAMK_"
- ],
- [
- 2497,
- 3,
- 7,
- 2,
- 0.085424,
- "_HLDTLTEHYDIPK_"
- ],
- [
- 15775,
- 2,
- 15,
- 4,
- 0.19927,
- "_TKEQILEEFSK_"
- ],
- [
- 3308,
- 4,
- 14,
- 6,
- 0.18505,
- "_LCLTLHNNEGSYLAHTQGK_"
- ],
- [
- 20732,
- 2,
- 13,
- 2,
- 0.17081,
- "_NTVLQQHLETLR_"
- ],
- [
- 468,
- 2,
- 14,
- 5,
- 0.18505,
- "_CSDIVFAR_"
- ],
- [
- 4112,
- 2,
- 13,
- 2,
- 0.17081,
- "_DGKYDLDFK_"
- ],
- [
- 19086,
- 2,
- 14,
- 3,
- 0.18505,
- "_LMNPDGTTLQDGR_"
- ],
- [
- 116,
- 2,
- 14,
- 5,
- 0.18505,
- "_VQELPLAR_"
- ],
- [
- 20822,
- 2,
- 15,
- 4,
- 0.19927,
- "_SDIHTEAVQAALAK_"
- ],
- [
- 23046,
- 3,
- 17,
- 5,
- 0.22774,
- "_DCATEEDEPPAPELHQDAAR_"
- ],
- [
- 24696,
- 2,
- 21,
- 3,
- 0.28469,
- "_KTGQPMINLYTDR_"
- ],
- [
- 1765,
- 2,
- 6,
- 4,
- 0.071186,
- "_HITLYDIR_"
- ],
- [
- 18613,
- 3,
- 13,
- 5,
- 0.17081,
- "_RPGQSFHVNSEVNSVLSPR_"
- ],
- [
- 5927,
- 2,
- 13,
- 3,
- 0.17081,
- "_(Acetyl (Protein N-term))SAAEAGGVFHR_"
- ],
- [
- 34237,
- 2,
- 16,
- 4,
- 0.21352,
- "_TTPTPSTNSVLSTSTNR_"
- ],
- [
- 21614,
- 2,
- 12,
- 6,
- 0.1566,
- "_GLQTVHINENFAK_"
- ],
- [
- 24050,
- 2,
- 12,
- 4,
- 0.1566,
- "_YSEQMTYGISSEK_"
- ],
- [
- 21002,
- 2,
- 16,
- 5,
- 0.21352,
- "_QQIQSIQQSIER_"
- ],
- [
- 51243,
- 2,
- 12,
- 5,
- 0.1566,
- "_GGPGGGMDVEQQEEEDNDEEAAAGSR_"
- ],
- [
- 41588,
- 2,
- 12,
- 4,
- 0.1566,
- "_EAQSLISAAIEPDKKEEK_"
- ],
- [
- 3745,
- 2,
- 11,
- 4,
- 0.14238,
- "_EAPVPSLHLK_"
- ],
- [
- 48985,
- 2,
- 10,
- 3,
- 0.12813,
- "_MGSDGESDQASATSSDEVQSPVR_"
- ],
- [
- 17877,
- 2,
- 11,
- 5,
- 0.14238,
- "_FQLSNSGPNSTIK_"
- ],
- [
- 11807,
- 3,
- 10,
- 2,
- 0.12813,
- "_RGAEVHLVPWNHDFTK_"
- ],
- [
- 11123,
- 2,
- 10,
- 2,
- 0.12813,
- "_SASFNTDPYVR_"
- ],
- [
- 7674,
- 4,
- 11,
- 6,
- 0.14238,
- "_HCMHVLTAPLLANTTEDKPSK_"
- ],
- [
- 23771,
- 2,
- 11,
- 5,
- 0.14238,
- "_TFCNCFVGQAGQK_"
- ],
- [
- 19315,
- 2,
- 11,
- 3,
- 0.14238,
- "_FDETEQALANER_"
- ],
- [
- 18829,
- 3,
- 9,
- 4,
- 0.1139,
- "_CTGHSSYITHLDWSPDNK_"
- ],
- [
- 36941,
- 3,
- 12,
- 6,
- 0.1566,
- "_QATTNVYQVQTGSEYTDTSNHSSLK_"
- ],
- [
- 6365,
- 2,
- 17,
- 4,
- 0.22775,
- "_TLRPALVGVVK_"
- ],
- [
- 25513,
- 2,
- 8,
- 4,
- 0.099669,
- "_EVEVVASTAAGAPAQR_"
- ],
- [
- 37459,
- 2,
- 14,
- 4,
- 0.18505,
- "_AGSISSEEVDGSQGNMMR_"
- ],
- [
- 17174,
- 2,
- 13,
- 5,
- 0.17083,
- "_TPQAPASANLVGPR_"
- ],
- [
- 11956,
- 2,
- 14,
- 6,
- 0.18505,
- "_KVFASLPQVER_"
- ],
- [
- 24770,
- 4,
- 17,
- 8,
- 0.22775,
- "_SKEGDVEEPTDDSLPTTGDAGGREPMEEK_"
- ],
- [
- 36431,
- 2,
- 13,
- 4,
- 0.17083,
- "_ISPSSLSNNYNNMNNR_"
- ],
- [
- 15037,
- 2,
- 14,
- 6,
- 0.18505,
- "_NLQMWEEMKK_"
- ],
- [
- 2244,
- 3,
- 14,
- 5,
- 0.18505,
- "_YFNEMSAQGLRPR_"
- ],
- [
- 20157,
- 2,
- 14,
- 3,
- 0.18505,
- "_RHPEYAVSVLLR_"
- ],
- [
- 46541,
- 2,
- 33,
- 7,
- 0.45548,
- "_NMGGPYGGGNYGPGGSGGSGGYGGR_"
- ],
- [
- 47858,
- 2,
- 13,
- 5,
- 0.17083,
- "_QSGLYDSQNPPTVNNCAQDR_"
- ],
- [
- 20362,
- 4,
- 11,
- 6,
- 0.14237,
- "_LHNENAEMDSDSSSSGTETDLHGSLRV_"
- ],
- [
- 45528,
- 2,
- 12,
- 6,
- 0.15661,
- "_CENIQKPLSSVQENIQQK_"
- ],
- [
- 7534,
- 3,
- 12,
- 6,
- 0.15661,
- "_VVHSYEELEENYTR_"
- ],
- [
- 34383,
- 2,
- 11,
- 6,
- 0.14237,
- "_VVHSYEELEENYTR_"
- ],
- [
- 14918,
- 2,
- 10,
- 2,
- 0.12813,
- "_DVQNFPAATDEK_"
- ],
- [
- 37382,
- 2,
- 9,
- 4,
- 0.11391,
- "_VEALEHESQGLQLENR_"
- ],
- [
- 38155,
- 2,
- 12,
- 5,
- 0.15661,
- "_QEPLEEDSPSSSSAGLDK_"
- ],
- [
- 23744,
- 2,
- 17,
- 4,
- 0.22775,
- "_VKPLQDQNELFGK_"
- ],
- [
- 16220,
- 2,
- 20,
- 5,
- 0.27047,
- "_QETNMANFSYR_"
- ],
- [
- 34524,
- 2,
- 18,
- 2,
- 0.24199,
- "_MGGGGAMNMGDPYGSGGQK_"
- ],
- [
- 8454,
- 2,
- 9,
- 2,
- 0.11391,
- "_MPDMHVNMPK_"
- ],
- [
- 2014,
- 2,
- 13,
- 5,
- 0.17083,
- "_GEYDVTMPK_"
- ],
- [
- 9737,
- 2,
- 11,
- 3,
- 0.14237,
- "_DQYANYVVQK_"
- ],
- [
- 5240,
- 2,
- 9,
- 2,
- 0.11391,
- "_VVESGGPEILK_"
- ],
- [
- 252,
- 4,
- 16,
- 5,
- 0.21353,
- "_IFIKPNAQKPLPQALSK_"
- ],
- [
- 21361,
- 2,
- 11,
- 3,
- 0.14237,
- "_EHPNYVDCYLR_"
- ],
- [
- 25722,
- 3,
- 11,
- 2,
- 0.14237,
- "_FKDPNCVGTVLASRPHTLDGR_"
- ],
- [
- 19636,
- 3,
- 14,
- 4,
- 0.18507,
- "_CENIQKPLSSVQENIQQK_"
- ],
- [
- 16755,
- 2,
- 11,
- 2,
- 0.14237,
- "_MLNHVLNICEK_"
- ],
- [
- 13320,
- 2,
- 17,
- 3,
- 0.22775,
- "_NCIIVSPDAGGAK_"
- ],
- [
- 4603,
- 2,
- 13,
- 4,
- 0.17083,
- "_QYFEEIQR_"
- ],
- [
- 1748,
- 3,
- 10,
- 2,
- 0.12813,
- "_HSDMFLLKPEDGR_"
- ],
- [
- 24674,
- 2,
- 11,
- 3,
- 0.14237,
- "_TEGGILVHPQPPYK_"
- ],
- [
- 47702,
- 2,
- 13,
- 6,
- 0.17083,
- "_SLDGLSEACGGAGSSGSAESGAGGGR_"
- ],
- [
- 1373,
- 3,
- 16,
- 5,
- 0.21353,
- "_HTGYVIELQHVVK_"
- ],
- [
- 13601,
- 2,
- 8,
- 5,
- 0.099668,
- "_FSQEVQITEAR_"
- ],
- [
- 3505,
- 2,
- 10,
- 3,
- 0.12813,
- "_DRIPQILTK_"
- ],
- [
- 24064,
- 2,
- 13,
- 4,
- 0.17083,
- "_HTGYVIELQHVVK_"
- ],
- [
- 12723,
- 2,
- 13,
- 4,
- 0.17083,
- "_EFLEKEELPR_"
- ],
- [
- 40347,
- 3,
- 10,
- 5,
- 0.12813,
- "_HYEDEEDDEEDAPGNDPQEAVPSAAGK_"
- ],
- [
- 8925,
- 2,
- 10,
- 6,
- 0.12813,
- "_VMEAFEQAER_"
- ],
- [
- 19671,
- 2,
- 13,
- 6,
- 0.17083,
- "_KNSVPVTVAMVER_"
- ],
- [
- 29083,
- 4,
- 13,
- 7,
- 0.17083,
- "_SESYSEDKCDMDSTNMDSNLKPEEVVHK_"
- ],
- [
- 14683,
- 2,
- 11,
- 4,
- 0.14238,
- "_LYVSNLGIGHTR_"
- ],
- [
- 10897,
- 2,
- 11,
- 4,
- 0.14238,
- "_LEDLEVIQHR_"
- ],
- [
- 1593,
- 2,
- 9,
- 3,
- 0.11391,
- "_NCDEFLVK_"
- ],
- [
- 31999,
- 2,
- 11,
- 4,
- 0.14238,
- "_LFIHESIHDEVVNR_"
- ],
- [
- 47599,
- 2,
- 12,
- 6,
- 0.15661,
- "_ECCHGDLLECADDRADLAK_"
- ],
- [
- 22940,
- 2,
- 13,
- 4,
- 0.17086,
- "_ELEANVLATAPDKK_"
- ],
- [
- 37011,
- 2,
- 9,
- 5,
- 0.11391,
- "_ADYCPECYPDNPANR_"
- ],
- [
- 31069,
- 2,
- 10,
- 5,
- 0.12815,
- "_DCYFETHSVEDAGR_"
- ],
- [
- 29797,
- 2,
- 9,
- 4,
- 0.11391,
- "_SGSEEVLCDSCIGNK_"
- ],
- [
- 23466,
- 2,
- 12,
- 5,
- 0.15661,
- "_HEVASVEGDPVIMK_"
- ],
- [
- 11814,
- 2,
- 12,
- 4,
- 0.15661,
- "_EIYEESSTWK_"
- ],
- [
- 42753,
- 2,
- 12,
- 4,
- 0.15661,
- "_IQVHYYEDGNVQLVSHK_"
- ],
- [
- 10040,
- 2,
- 8,
- 4,
- 0.099664,
- "_IEEMLENAER_"
- ],
- [
- 50053,
- 2,
- 7,
- 2,
- 0.085427,
- "_FQGQTCEMCQTCLGVCAEHK_"
- ],
- [
- 16634,
- 2,
- 12,
- 5,
- 0.15661,
- "_QWECLTSECR_"
- ],
- [
- 43692,
- 2,
- 12,
- 2,
- 0.15661,
- "_SEPQYDHTAGSSQSLSFPK_"
- ],
- [
- 16212,
- 3,
- 10,
- 4,
- 0.12815,
- "_AFTYTVAASGGGGVNMGSHQK_"
- ],
- [
- 28697,
- 2,
- 11,
- 3,
- 0.14238,
- "_YVYDSAFHPDTGEK_"
- ],
- [
- 30790,
- 2,
- 10,
- 4,
- 0.12815,
- "_YKGQSGIIYCFSQK_"
- ],
- [
- 18211,
- 2,
- 11,
- 4,
- 0.14238,
- "_QPEWLEEQQGR_"
- ],
- [
- 14130,
- 3,
- 9,
- 4,
- 0.11391,
- "_KEITGIGPSTTTETETIAK_"
- ],
- [
- 18089,
- 3,
- 12,
- 5,
- 0.15661,
- "_AEDSGEYHCVYHFVSAPK_"
- ],
- [
- 44475,
- 2,
- 6,
- 2,
- 0.071193,
- "_M(Oxidation (M))HSPQTSAM(Oxidation (M))LFTVDNEAGK_"
- ],
- [
- 5737,
- 3,
- 13,
- 6,
- 0.17086,
- "_LFIHESIHDEVVNR_"
- ],
- [
- 7246,
- 2,
- 14,
- 5,
- 0.18508,
- "_CDNFTSSWR_"
- ],
- [
- 7160,
- 4,
- 14,
- 4,
- 0.18508,
- "_FKDPNCVGTVLASRPHTLDGR_"
- ],
- [
- 29485,
- 2,
- 17,
- 6,
- 0.22777,
- "_TGVAVNKPAEFTVDAK_"
- ],
- [
- 12625,
- 2,
- 16,
- 5,
- 0.21353,
- "_DREIQLEISGK_"
- ],
- [
- 6451,
- 3,
- 15,
- 6,
- 0.19931,
- "_IMIMTDQDQDGSHIK_"
- ],
- [
- 34873,
- 2,
- 16,
- 6,
- 0.21353,
- "_EKLPGELEPVQATQNK_"
- ],
- [
- 41788,
- 2,
- 13,
- 6,
- 0.17086,
- "_HLDACETMGNATAICSDK_"
- ],
- [
- 19762,
- 2,
- 14,
- 5,
- 0.18508,
- "_GQPIYIQFSNHK_"
- ],
- [
- 16936,
- 2,
- 18,
- 5,
- 0.242,
- "_STVTLSWKPVQK_"
- ],
- [
- 1129,
- 2,
- 9,
- 3,
- 0.11389,
- "_YAVNVALQK_"
- ],
- [
- 3034,
- 3,
- 13,
- 5,
- 0.17084,
- "_LIQEQHPEEELIK_"
- ],
- [
- 408,
- 2,
- 17,
- 4,
- 0.22776,
- "_LLYVTPEK_"
- ],
- [
- 22078,
- 2,
- 9,
- 4,
- 0.11389,
- "_KVEQPVIEEPALK_"
- ],
- [
- 44552,
- 2,
- 9,
- 2,
- 0.11389,
- "_MVSSLPSTADPSHQTMPANK_"
- ],
- [
- 5342,
- 2,
- 10,
- 3,
- 0.12814,
- "_LQTQGLGTALK_"
- ],
- [
- 1539,
- 3,
- 9,
- 4,
- 0.11389,
- "_EGIKPMWEDDANK_"
- ],
- [
- 6478,
- 2,
- 12,
- 3,
- 0.15661,
- "_LYEAGLAYQK_"
- ],
- [
- 38949,
- 2,
- 9,
- 2,
- 0.11389,
- "_AMSDLQSLQNQHTNALK_"
- ],
- [
- 15273,
- 2,
- 8,
- 3,
- 0.099657,
- "_FSPDSQYIDNR_"
- ],
- [
- 13326,
- 2,
- 10,
- 6,
- 0.12814,
- "_RLEAGAMVLADR_"
- ],
- [
- 29808,
- 2,
- 10,
- 3,
- 0.12814,
- "_APSVANVGSHCDLSLK_"
- ],
- [
- 22241,
- 2,
- 9,
- 5,
- 0.11389,
- "_LSTLILHGGGTVCR_"
- ],
- [
- 37210,
- 2,
- 12,
- 2,
- 0.15661,
- "_EGTSVLEHTSDGFPENK_"
- ],
- [
- 38698,
- 2,
- 9,
- 2,
- 0.11389,
- "_ETEQNYEAEIHCLQK_"
- ],
- [
- 3583,
- 3,
- 11,
- 5,
- 0.14238,
- "_YVYDSAFHPDTGEK_"
- ],
- [
- 50419,
- 2,
- 14,
- 6,
- 0.18509,
- "_AADSQNSGEGNTGAAESSFSQEVSR_"
- ],
- [
- 11192,
- 2,
- 7,
- 2,
- 0.085423,
- "_GADKIEGAIDIR_"
- ],
- [
- 10945,
- 3,
- 11,
- 5,
- 0.14238,
- "_NVDDGHIININSMSGHR_"
- ],
- [
- 19516,
- 2,
- 14,
- 5,
- 0.18509,
- "_KILQDGGLQVVEK_"
- ],
- [
- 28811,
- 2,
- 13,
- 4,
- 0.17084,
- "_LKEAVEAIQNSTSIK_"
- ],
- [
- 12974,
- 2,
- 17,
- 5,
- 0.22776,
- "_QVVVCGYGEVGK_"
- ],
- [
- 10430,
- 2,
- 14,
- 5,
- 0.18509,
- "_SAYQEAMDISK_"
- ],
- [
- 17446,
- 3,
- 8,
- 2,
- 0.099657,
- "_SMEVKPAQASHTNYLLMR_"
- ],
- [
- 9916,
- 3,
- 14,
- 3,
- 0.18509,
- "_EGTSVLEHTSDGFPENK_"
- ],
- [
- 37941,
- 2,
- 11,
- 4,
- 0.14238,
- "_APAQTPAEPTPGYEVGQR_"
- ],
- [
- 26138,
- 2,
- 21,
- 5,
- 0.28469,
- "_DHQTITIQEMPEK_"
- ],
- [
- 32691,
- 2,
- 13,
- 7,
- 0.17084,
- "_ASSVTTFTGEPNTCPR_"
- ],
- [
- 10697,
- 2,
- 8,
- 2,
- 0.099657,
- "_NFEMLSHVDR_"
- ],
- [
- 32963,
- 2,
- 14,
- 4,
- 0.18509,
- "_IMIMTDQDQDGSHIK_"
- ],
- [
- 15836,
- 3,
- 14,
- 7,
- 0.18509,
- "_IQVHYYEDGNVQLVSHK_"
- ],
- [
- 4481,
- 3,
- 14,
- 5,
- 0.18509,
- "_AHDPSVRPSVDEILK_"
- ],
- [
- 37686,
- 3,
- 13,
- 6,
- 0.17084,
- "_NLEQQVNHSQQGHTNANAVLFSQVK_"
- ],
- [
- 47398,
- 2,
- 8,
- 3,
- 0.099657,
- "_EMAHGSQEAEAPGAVAGAAEVPR_"
- ],
- [
- 4599,
- 3,
- 10,
- 5,
- 0.12814,
- "_DSKPIALKEEIVTPK_"
- ],
- [
- 20185,
- 2,
- 11,
- 3,
- 0.14241,
- "_VLEEYGAGVCSTR_"
- ],
- [
- 44318,
- 2,
- 18,
- 6,
- 0.24203,
- "_GVITDQNSDGYCQTGTMSR_"
- ],
- [
- 15429,
- 2,
- 13,
- 5,
- 0.17087,
- "_AIYHDLEQSIR_"
- ],
- [
- 2009,
- 4,
- 17,
- 7,
- 0.2278,
- "_SAVADKHELLSLASSNHLGK_"
- ],
- [
- 11620,
- 2,
- 17,
- 6,
- 0.2278,
- "_YKQDVYLLPK_"
- ],
- [
- 48465,
- 2,
- 12,
- 6,
- 0.15664,
- "_EAQSSQATPVQTSQPDSSNIVK_"
- ],
- [
- 11241,
- 2,
- 11,
- 5,
- 0.14241,
- "_SLLSLPEKEDK_"
- ],
- [
- 31533,
- 2,
- 18,
- 5,
- 0.24203,
- "_HGNPEEEEWLTAER_"
- ],
- [
- 28742,
- 3,
- 12,
- 7,
- 0.15664,
- "_FQGQTCEMCQTCLGVCAEHK_"
- ],
- [
- 7923,
- 2,
- 11,
- 2,
- 0.14241,
- "_ELNLTEHFGK_"
- ],
- [
- 12162,
- 3,
- 12,
- 2,
- 0.15664,
- "_HVEDGNVTVQHAALSALR_"
- ],
- [
- 18758,
- 2,
- 12,
- 4,
- 0.15664,
- "_VNGRPLEMIEPR_"
- ],
- [
- 33819,
- 2,
- 16,
- 5,
- 0.21357,
- "_EVLPALENNKEQIQK_"
- ],
- [
- 29301,
- 2,
- 11,
- 4,
- 0.14241,
- "_YYNYCLIHNVQR_"
- ],
- [
- 14420,
- 3,
- 16,
- 2,
- 0.21357,
- "_EAQSLISAAIEPDKKEEK_"
- ],
- [
- 9330,
- 3,
- 9,
- 4,
- 0.11392,
- "_GASFEELCHNYTQDR_"
- ],
- [
- 4051,
- 2,
- 7,
- 3,
- 0.085449,
- "_HLFTGPVLSK_"
- ],
- [
- 49098,
- 2,
- 10,
- 5,
- 0.12816,
- "_DLLHSEGSENEGPVSSSSSDCR_"
- ],
- [
- 22379,
- 2,
- 14,
- 5,
- 0.1851,
- "_GGGAFVQNSQPVAVR_"
- ],
- [
- 26766,
- 2,
- 13,
- 5,
- 0.17087,
- "_EFCQQEVEPMCK_"
- ],
- [
- 35858,
- 2,
- 7,
- 5,
- 0.085449,
- "_GDECQLVGPAQPSHWK_"
- ],
- [
- 14005,
- 2,
- 6,
- 4,
- 0.071219,
- "_EILVEESNVQR_"
- ],
- [
- 49451,
- 2,
- 10,
- 5,
- 0.12816,
- "_SQPLEQEPEECVNCTDECR_"
- ],
- [
- 4843,
- 3,
- 10,
- 2,
- 0.12816,
- "_AGKPYQLQIYPNER_"
- ],
- [
- 4957,
- 2,
- 16,
- 4,
- 0.21357,
- "_YGPSLMPGGNK_"
- ],
- [
- 8030,
- 2,
- 10,
- 3,
- 0.12816,
- "_MLSVHVVGYGK_"
- ],
- [
- 17211,
- 2,
- 10,
- 5,
- 0.12816,
- "_YGGPYHIGGSPFK_"
- ],
- [
- 29517,
- 2,
- 8,
- 3,
- 0.099688,
- "_FLPEEEKLTEQER_"
- ],
- [
- 21031,
- 2,
- 16,
- 4,
- 0.21357,
- "_SIPLDEGEDEAQR_"
- ],
- [
- 12445,
- 3,
- 5,
- 4,
- 0.056974,
- "_QMEVQLEEEYEDKQK_"
- ],
- [
- 13287,
- 2,
- 6,
- 2,
- 0.071219,
- "_VKEQSLENLIK_"
- ],
- [
- 267,
- 3,
- 16,
- 4,
- 0.21357,
- "_EHHFEAIALVEK_"
- ],
- [
- 16800,
- 2,
- 13,
- 3,
- 0.17087,
- "_SVEEIAPDPSEAK_"
- ],
- [
- 21414,
- 2,
- 15,
- 4,
- 0.19935,
- "_HPELNISEEGITK_"
- ],
- [
- 27945,
- 2,
- 9,
- 4,
- 0.11394,
- "_DGWVYYANHTEEK_"
- ],
- [
- 19658,
- 3,
- 8,
- 3,
- 0.099702,
- "_KKEIEELQSQAQALSQEGK_"
- ],
- [
- 38771,
- 2,
- 12,
- 5,
- 0.15666,
- "_EAYM(Oxidation (M))GNVLQGGEGQAPTR_"
- ],
- [
- 8113,
- 2,
- 12,
- 6,
- 0.15666,
- "_VGFQYEGTYK_"
- ],
- [
- 23690,
- 3,
- 8,
- 6,
- 0.099702,
- "_SWDSSSPVDRPEPEAASPTTR_"
- ],
- [
- 9251,
- 2,
- 12,
- 5,
- 0.15666,
- "_LENDQIESLR_"
- ],
- [
- 27722,
- 2,
- 12,
- 4,
- 0.15666,
- "_LIQEQHPEEELIK_"
- ],
- [
- 3362,
- 2,
- 10,
- 2,
- 0.12817,
- "_LPGEAPVIQR_"
- ],
- [
- 20323,
- 2,
- 10,
- 3,
- 0.12817,
- "_DQLIQEAAAENNK_"
- ],
- [
- 22095,
- 2,
- 7,
- 4,
- 0.085472,
- "_MGIEQNMCEVNR_"
- ],
- [
- 32568,
- 2,
- 10,
- 3,
- 0.12817,
- "_NSPNNISGISNPPGTPR_"
- ],
- [
- 7099,
- 3,
- 19,
- 4,
- 0.25628,
- "_EVLPALENNKEQIQK_"
- ],
- [
- 21884,
- 3,
- 11,
- 6,
- 0.14241,
- "_VFQGTDEQLNDLYHNHQR_"
- ],
- [
- 9126,
- 2,
- 12,
- 2,
- 0.15666,
- "_VSAPGVLTAQDR_"
- ],
- [
- 33658,
- 2,
- 12,
- 5,
- 0.15666,
- "_NGETVPIDEQFDKEK_"
- ],
- [
- 34287,
- 2,
- 20,
- 6,
- 0.27052,
- "_QDENDDDDDWNPCK_"
- ],
- [
- 3398,
- 2,
- 10,
- 6,
- 0.12817,
- "_TISHVIIGLK_"
- ],
- [
- 6648,
- 2,
- 11,
- 2,
- 0.14241,
- "_DDDEPGPWTK_"
- ],
- [
- 48337,
- 2,
- 12,
- 5,
- 0.15666,
- "_LSSSDAPAQDTGSSAAAVETDASR_"
- ],
- [
- 12778,
- 2,
- 5,
- 2,
- 0.056991,
- "_HINPVAASLIQK_"
- ],
- [
- 7734,
- 3,
- 13,
- 4,
- 0.1709,
- "_TLPHFIKDDYGPESR_"
- ],
- [
- 8615,
- 2,
- 13,
- 3,
- 0.1709,
- "_VKGDMDISLPK_"
- ],
- [
- 28014,
- 2,
- 18,
- 3,
- 0.24206,
- "_STVSETFMSKPSIAK_"
- ],
- [
- 11510,
- 2,
- 13,
- 5,
- 0.1709,
- "_MVEPQYQELK_"
- ],
- [
- 30077,
- 3,
- 14,
- 6,
- 0.18512,
- "_QVCGDSIKPEETEQEVAADETR_"
- ],
- [
- 1185,
- 2,
- 13,
- 3,
- 0.1709,
- "_EEAYELVR_"
- ],
- [
- 17504,
- 2,
- 17,
- 5,
- 0.22783,
- "_QAYEPPPPPAYR_"
- ],
- [
- 19340,
- 2,
- 15,
- 4,
- 0.22783,
- "_IKNEVDSTLTFR_"
- ],
- [
- 30817,
- 2,
- 13,
- 5,
- 0.1709,
- "_DVDDDGEEKELMER_"
- ],
- [
- 26037,
- 2,
- 13,
- 3,
- 0.1709,
- "_QNYDEMSPAGQISK_"
- ],
- [
- 17193,
- 2,
- 15,
- 6,
- 0.19936,
- "_EFCPNEQNWR_"
- ],
- [
- 19008,
- 2,
- 16,
- 5,
- 0.2136,
- "_VASSPVMVSNPATR_"
- ],
- [
- 4250,
- 3,
- 19,
- 3,
- 0.25628,
- "_APSVANVGSHCDLSLK_"
- ],
- [
- 8771,
- 3,
- 15,
- 3,
- 0.19936,
- "_GDECQLVGPAQPSHWK_"
- ],
- [
- 275,
- 2,
- 18,
- 5,
- 0.24206,
- "_HLIVLINK_"
- ],
- [
- 2396,
- 2,
- 14,
- 6,
- 0.18512,
- "_CNNVLYIR_"
- ],
- [
- 17366,
- 2,
- 14,
- 4,
- 0.18512,
- "_MLSSAYISDHMK_"
- ],
- [
- 21424,
- 2,
- 16,
- 6,
- 0.2136,
- "_NNTVGLIQLNRPK_"
- ],
- [
- 18784,
- 2,
- 13,
- 4,
- 0.1709,
- "_SWQGTADGGMMDR_"
- ],
- [
- 18212,
- 3,
- 14,
- 5,
- 0.18512,
- "_MVSSLPSTADPSHQTMPANK_"
- ],
- [
- 11960,
- 2,
- 8,
- 2,
- 0.099718,
- "_ATTQILEELKK_"
- ],
- [
- 13935,
- 4,
- 12,
- 4,
- 0.15666,
- "_EEEDGQWKEEQKLEAHSDWVR_"
- ],
- [
- 9290,
- 3,
- 12,
- 5,
- 0.15666,
- "_NMMNHSQVGQGIGIPSR_"
- ],
- [
- 36489,
- 2,
- 12,
- 4,
- 0.15666,
- "_GASFEELCHNYTQDR_"
- ],
- [
- 23028,
- 2,
- 16,
- 3,
- 0.2136,
- "_DQTPDENDQVIVK_"
- ],
- [
- 33142,
- 3,
- 12,
- 5,
- 0.15666,
- "_FNSHESAAHAIVSVNGTTIEGHVVK_"
- ],
- [
- 17784,
- 2,
- 15,
- 2,
- 0.19937,
- "_ITESVAETAQTIK_"
- ],
- [
- 7858,
- 3,
- 18,
- 8,
- 0.24207,
- "_YQLQSQENFEAFM(Oxidation (M))K_"
- ],
- [
- 24193,
- 2,
- 12,
- 4,
- 0.15666,
- "_AAQVTIQSSGTFSTK_"
- ],
- [
- 8243,
- 3,
- 12,
- 6,
- 0.15666,
- "_YTLETRPNQEGIDVR_"
- ],
- [
- 39185,
- 2,
- 8,
- 3,
- 0.099718,
- "_HEVILCTCSCAASASLK_"
- ],
- [
- 50371,
- 2,
- 11,
- 4,
- 0.14242,
- "_QDHPSSMGVYGQESGGFSGPGENR_"
- ],
- [
- 34153,
- 2,
- 11,
- 5,
- 0.14242,
- "_ELEIESQTEEQPTTK_"
- ],
- [
- 31121,
- 2,
- 11,
- 4,
- 0.14242,
- "_TMPGGNDHEIFTDPR_"
- ],
- [
- 39784,
- 2,
- 11,
- 4,
- 0.14242,
- "_QMEVQLEEEYEDKQK_"
- ],
- [
- 22354,
- 2,
- 16,
- 6,
- 0.2136,
- "_AATECMCNLAMSK_"
- ],
- [
- 21671,
- 2,
- 22,
- 3,
- 0.29899,
- "_DLNHVCVISETGK_"
- ],
- [
- 30445,
- 2,
- 15,
- 5,
- 0.19937,
- "_SWPGCQECPACYR_"
- ],
- [
- 12225,
- 2,
- 15,
- 5,
- 0.19937,
- "_LVEHFCAEFK_"
- ],
- [
- 13828,
- 2,
- 12,
- 5,
- 0.15666,
- "_ENGFGLAECCR_"
- ],
- [
- 4013,
- 3,
- 15,
- 3,
- 0.19937,
- "_LTSVVTPRPFGSQTR_"
- ],
- [
- 48195,
- 2,
- 13,
- 6,
- 0.1709,
- "_NSIQNQESYEDGPCTITSNK_"
- ],
- [
- 35103,
- 2,
- 10,
- 4,
- 0.12819,
- "_NYTSVYDKNNLLTNK_"
- ],
- [
- 14517,
- 3,
- 9,
- 4,
- 0.11395,
- "_VNAQDNELSNVEFHCGR_"
- ],
- [
- 8799,
- 2,
- 12,
- 2,
- 0.1709,
- "_FLPAVSDENSK_"
- ],
- [
- 24465,
- 2,
- 10,
- 3,
- 0.12819,
- "_HFADGLETDGTLQK_"
- ],
- [
- 29911,
- 2,
- 14,
- 5,
- 0.18514,
- "_TTNVLGAVNKPLSSAGK_"
- ],
- [
- 29057,
- 2,
- 24,
- 4,
- 0.32746,
- "_DLLTPPADKPGQDNR_"
- ],
- [
- 11222,
- 2,
- 12,
- 3,
- 0.15666,
- "_STPLEENVVDR_"
- ],
- [
- 23688,
- 3,
- 10,
- 5,
- 0.12818,
- "_KGQWDCSVCCVQNESSSLK_"
- ],
- [
- 32375,
- 2,
- 9,
- 3,
- 0.11395,
- "_SAVEQLCLAESTRPR_"
- ],
- [
- 7004,
- 3,
- 9,
- 4,
- 0.11395,
- "_ETPYSEEDFQHLQK_"
- ],
- [
- 22951,
- 3,
- 18,
- 8,
- 0.24209,
- "_ECCHGDLLECADDRADLAK_"
- ],
- [
- 10151,
- 2,
- 12,
- 5,
- 0.15666,
- "_KVVEDIEYLK_"
- ],
- [
- 1894,
- 3,
- 10,
- 4,
- 0.12818,
- "_QGNVLVISHQAVMR_"
- ],
- [
- 41083,
- 3,
- 13,
- 7,
- 0.17089,
- "_GGAAPEGPNEAEVTSGKPEQEVPDAEEEK_"
- ],
- [
- 9846,
- 2,
- 14,
- 4,
- 0.18514,
- "_GDVENIEVVQK_"
- ],
- [
- 17883,
- 2,
- 15,
- 2,
- 0.19938,
- "_IHSITGLPPAMQK_"
- ],
- [
- 772,
- 2,
- 16,
- 4,
- 0.21361,
- "_DISFHLQK_"
- ],
- [
- 6896,
- 2,
- 15,
- 3,
- 0.19938,
- "_KTAFGIISTVK_"
- ],
- [
- 30627,
- 2,
- 15,
- 3,
- 0.19938,
- "_LASTIADNQEQDLEK_"
- ],
- [
- 42182,
- 2,
- 13,
- 6,
- 0.17089,
- "_ASGSGGGSAALGPSGFGPSGGSGTK_"
- ],
- [
- 7385,
- 2,
- 6,
- 2,
- 0.07123,
- "_LNQSTDDINR_"
- ],
- [
- 5601,
- 2,
- 8,
- 4,
- 0.09971,
- "_EIGISNPLHR_"
- ],
- [
- 2667,
- 3,
- 18,
- 5,
- 0.24209,
- "_THINIVVIGHVDSGK_"
- ],
- [
- 244,
- 4,
- 12,
- 5,
- 0.15666,
- "_LSINTHPSQKPLSITVR_"
- ],
- [
- 19946,
- 2,
- 10,
- 5,
- 0.12818,
- "_EKPTDMQNFGLR_"
- ],
- [
- 37000,
- 2,
- 8,
- 4,
- 0.09971,
- "_LAASIAPEIYGHEDVKK_"
- ],
- [
- 7249,
- 2,
- 18,
- 5,
- 0.24209,
- "_DLAEDAPWKK_"
- ],
- [
- 19445,
- 2,
- 23,
- 4,
- 0.31322,
- "_WFEENASQSTVK_"
- ],
- [
- 42448,
- 2,
- 9,
- 4,
- 0.11395,
- "_AQIHEQNPSVEVVYYNK_"
- ],
- [
- 37053,
- 3,
- 13,
- 8,
- 0.17089,
- "_AQGPAASAEEPKPVEAPAANSDQTVTVK_"
- ],
- [
- 31440,
- 2,
- 13,
- 2,
- 0.17089,
- "_NNDLQDNYLSEQNK_"
- ],
- [
- 3279,
- 2,
- 11,
- 3,
- 0.14242,
- "_HYLFDVQR_"
- ],
- [
- 33181,
- 2,
- 16,
- 4,
- 0.21361,
- "_VDGIPNDSSDSEMEDK_"
- ],
- [
- 14495,
- 3,
- 18,
- 3,
- 0.24208,
- "_KLYGAQFHPEVGLTENGK_"
- ],
- [
- 26266,
- 2,
- 13,
- 6,
- 0.1709,
- "_CPQVEEAIVQSGQK_"
- ],
- [
- 22953,
- 3,
- 8,
- 5,
- 0.099718,
- "_ADSYDRGDLENQMHIAEQR_"
- ],
- [
- 22899,
- 3,
- 12,
- 6,
- 0.15667,
- "_LSSARPGGLGSSSLYGLGASRPR_"
- ],
- [
- 9749,
- 3,
- 10,
- 3,
- 0.1282,
- "_LAASIAPEIYGHEDVKK_"
- ],
- [
- 27320,
- 2,
- 15,
- 3,
- 0.19939,
- "_CDPADQDVVHTALR_"
- ],
- [
- 19306,
- 2,
- 19,
- 5,
- 0.25633,
- "_NETDEDGWTTVR_"
- ],
- [
- 12100,
- 2,
- 16,
- 3,
- 0.21362,
- "_EFHTTGLAWSK_"
- ],
- [
- 31059,
- 3,
- 10,
- 3,
- 0.1282,
- "_DEVSHLQSGSHLANNSDPESTFR_"
- ],
- [
- 3469,
- 2,
- 10,
- 5,
- 0.1282,
- "_QGIIAVTQPR_"
- ],
- [
- 1451,
- 2,
- 14,
- 3,
- 0.18514,
- "_TVSDLIDQK_"
- ],
- [
- 26993,
- 2,
- 14,
- 3,
- 0.18514,
- "_ADHTLSSLEPAYSAK_"
- ],
- [
- 9555,
- 3,
- 11,
- 3,
- 0.14243,
- "_SNTPAAHLEIKPDELAK_"
- ],
- [
- 25984,
- 3,
- 17,
- 6,
- 0.22785,
- "_DLLHSEGSENEGPVSSSSSDCR_"
- ],
- [
- 27136,
- 2,
- 15,
- 5,
- 0.19939,
- "_TPESTQIGQYGNGLK_"
- ],
- [
- 14051,
- 2,
- 14,
- 3,
- 0.18514,
- "_QEVQAWDGEVR_"
- ],
- [
- 5104,
- 4,
- 18,
- 9,
- 0.24208,
- "_ECCHGDLLECADDRADLAK_"
- ],
- [
- 698,
- 2,
- 21,
- 6,
- 0.28478,
- "_NDLMEYAK_"
- ],
- [
- 22702,
- 2,
- 9,
- 2,
- 0.11395,
- "_DQPGEPATEFSCR_"
- ],
- [
- 4750,
- 2,
- 12,
- 4,
- 0.15667,
- "_DTEPLIQTAK_"
- ],
- [
- 12891,
- 2,
- 15,
- 6,
- 0.19939,
- "_VKLEAEIATYR_"
- ],
- [
- 22039,
- 2,
- 9,
- 3,
- 0.11395,
- "_M(Oxidation (M))DDPTVNWSNER_"
- ],
- [
- 19963,
- 2,
- 10,
- 4,
- 0.1282,
- "_RVTYVVLDEADR_"
- ],
- [
- 27493,
- 2,
- 12,
- 3,
- 0.15668,
- "_GAQEEEPTDPQLMR_"
- ],
- [
- 20569,
- 2,
- 12,
- 3,
- 0.15668,
- "_QNSEQIDMQDIK_"
- ],
- [
- 34898,
- 2,
- 11,
- 4,
- 0.14245,
- "_EYDELAETQGKLEEK_"
- ],
- [
- 11035,
- 2,
- 11,
- 4,
- 0.14245,
- "_TMATMGDTLASR_"
- ],
- [
- 30921,
- 2,
- 10,
- 3,
- 0.12821,
- "_SQLNVSSVSEQNAYR_"
- ],
- [
- 9178,
- 2,
- 10,
- 3,
- 0.12821,
- "_VVVVTGANTGIGK_"
- ],
- [
- 13642,
- 2,
- 10,
- 2,
- 0.12821,
- "_NFIAQGPYENR_"
- ],
- [
- 31713,
- 2,
- 10,
- 3,
- 0.12821,
- "_NNGYAISTPTSEQYR_"
- ],
- [
- 820,
- 2,
- 11,
- 4,
- 0.14245,
- "_LRDFVLVK_"
- ],
- [
- 30833,
- 2,
- 9,
- 3,
- 0.11397,
- "_SASLSSAATTGLTTQQR_"
- ],
- [
- 9712,
- 2,
- 9,
- 2,
- 0.11397,
- "_ERPAAISIEIK_"
- ],
- [
- 16967,
- 2,
- 9,
- 2,
- 0.11397,
- "_GSPNETELIESAK_"
- ],
- [
- 8297,
- 2,
- 5,
- 3,
- 0.056981,
- "_FEGTTSLGEVR_"
- ],
- [
- 25352,
- 2,
- 11,
- 5,
- 0.14245,
- "_QGNVLVISHQAVMR_"
- ],
- [
- 33043,
- 3,
- 9,
- 4,
- 0.11397,
- "_QKPQEVPQENGMEDPSISFSKPK_"
- ],
- [
- 20286,
- 2,
- 9,
- 4,
- 0.11397,
- "_KVVLEAPDETTLK_"
- ],
- [
- 4445,
- 3,
- 9,
- 4,
- 0.11397,
- "_KVEEAEPEEFVVEK_"
- ],
- [
- 12566,
- 2,
- 6,
- 2,
- 0.071234,
- "_LSSSAEFTGMTR_"
- ],
- [
- 20326,
- 3,
- 11,
- 4,
- 0.14245,
- "_SKQPLPSAPENNPEEELASK_"
- ],
- [
- 12964,
- 2,
- 11,
- 4,
- 0.14245,
- "_HGGGTESLFFDK_"
- ],
- [
- 4220,
- 2,
- 11,
- 4,
- 0.14245,
- "_VNQPASFAIR_"
- ],
- [
- 28715,
- 2,
- 11,
- 4,
- 0.14245,
- "_AEVEALHSSGMTAVVK_"
- ],
- [
- 24799,
- 4,
- 8,
- 5,
- 0.099729,
- "_VQIDTFKENENGEYTEHLHSASCQIK_"
- ],
- [
- 3100,
- 2,
- 15,
- 4,
- 0.19939,
- "_EVAQSLLNAK_"
- ],
- [
- 39537,
- 2,
- 21,
- 7,
- 0.28481,
- "_TYDATTHFETTCDDIK_"
- ],
- [
- 18511,
- 3,
- 14,
- 7,
- 0.18516,
- "_SLIGVEYKPVSATGAEDKDK_"
- ],
- [
- 6882,
- 2,
- 13,
- 6,
- 0.18516,
- "_ATAVMPDGQFK_"
- ],
- [
- 13077,
- 2,
- 14,
- 5,
- 0.18516,
- "_EMDQLPVHSIK_"
- ],
- [
- 25638,
- 2,
- 15,
- 3,
- 0.19939,
- "_LDNSPNMNITQPSK_"
- ],
- [
- 10124,
- 3,
- 15,
- 7,
- 0.19939,
- "_EYWMDPEGEMKPGRK_"
- ],
- [
- 24644,
- 2,
- 13,
- 5,
- 0.17092,
- "_GMATCFAYGQTGSGK_"
- ],
- [
- 2463,
- 3,
- 14,
- 3,
- 0.18516,
- "_HLAGLGLTEAIDKNK_"
- ],
- [
- 12756,
- 2,
- 13,
- 4,
- 0.17092,
- "_SVEEEEQVWR_"
- ],
- [
- 1269,
- 3,
- 16,
- 6,
- 0.21364,
- "_KREELSNVLAAMR_"
- ],
- [
- 11175,
- 2,
- 13,
- 5,
- 0.17092,
- "_DETEFYLGKR_"
- ],
- [
- 16890,
- 3,
- 14,
- 4,
- 0.18516,
- "_LSPGGSLADAWAHQEGTHPK_"
- ],
- [
- 23819,
- 2,
- 16,
- 5,
- 0.21364,
- "_HPESNTAGMDIFAK_"
- ],
- [
- 34852,
- 2,
- 16,
- 4,
- 0.21364,
- "_DKVVEDDEDDFPTTR_"
- ],
- [
- 11544,
- 4,
- 13,
- 4,
- 0.17092,
- "_KDLGSTEDGDGTDDFLTDKEDEK_"
- ],
- [
- 26959,
- 2,
- 20,
- 5,
- 0.27059,
- "_THINIVVIGHVDSGK_"
- ],
- [
- 14673,
- 2,
- 11,
- 2,
- 0.14245,
- "_KALCDPLEEVR_"
- ],
- [
- 5467,
- 2,
- 12,
- 2,
- 0.1567,
- "_FKEIQNLIK_"
- ],
- [
- 4287,
- 4,
- 12,
- 6,
- 0.1567,
- "_ILENEKDLEEAEEYKEAR_"
- ],
- [
- 6095,
- 2,
- 17,
- 3,
- 0.22788,
- "_GTITVSAQELK_"
- ],
- [
- 38026,
- 2,
- 11,
- 6,
- 0.14245,
- "_MLVQCMQDQEHPSIR_"
- ],
- [
- 1551,
- 2,
- 10,
- 2,
- 0.12821,
- "_ALTSVVNYR_"
- ],
- [
- 26649,
- 2,
- 19,
- 4,
- 0.25635,
- "_IGYSSPQTLADQSSK_"
- ],
- [
- 862,
- 2,
- 11,
- 4,
- 0.14245,
- "_DAFADAVQR_"
- ],
- [
- 20478,
- 2,
- 7,
- 2,
- 0.085476,
- "_NLDDTIDDEKLR_"
- ],
- [
- 18133,
- 4,
- 18,
- 6,
- 0.24212,
- "_GCGPEKDHVYLQLHHLPPEQLATR_"
- ],
- [
- 19741,
- 2,
- 17,
- 5,
- 0.22788,
- "_MCHPSIEGFTPR_"
- ],
- [
- 18234,
- 2,
- 10,
- 3,
- 0.12821,
- "_IAAEIAQAEEQAR_"
- ],
- [
- 4109,
- 3,
- 17,
- 6,
- 0.22788,
- "_GFSLLATEDKEALKK_"
- ],
- [
- 29756,
- 3,
- 16,
- 7,
- 0.21363,
- "_QDHPSSMGVYGQESGGFSGPGENR_"
- ],
- [
- 9514,
- 2,
- 11,
- 3,
- 0.14245,
- "_EMIENCLDAK_"
- ],
- [
- 36348,
- 2,
- 11,
- 4,
- 0.14245,
- "_LQQLGEAHQAETEVLR_"
- ],
- [
- 17187,
- 4,
- 17,
- 7,
- 0.22788,
- "_YQGDGIVEDEEETMENNEEKKDR_"
- ],
- [
- 10299,
- 2,
- 16,
- 3,
- 0.21363,
- "_LLGGFQETCSK_"
- ],
- [
- 25877,
- 2,
- 18,
- 4,
- 0.24212,
- "_FKDPNCVGTVLASR_"
- ],
- [
- 5078,
- 4,
- 14,
- 4,
- 0.18516,
- "_LSSARPGGLGSSSLYGLGASRPR_"
- ],
- [
- 13549,
- 2,
- 10,
- 4,
- 0.12821,
- "_DLGLAQDSATSTK_"
- ],
- [
- 15231,
- 2,
- 14,
- 3,
- 0.18516,
- "_ENPWYCPSCK_"
- ],
- [
- 35964,
- 2,
- 9,
- 5,
- 0.11397,
- "_WAEDNEVQNCMACGK_"
- ],
- [
- 34498,
- 2,
- 8,
- 3,
- 0.099741,
- "_SQASKPAYGNSPYWTN_"
- ],
- [
- 8813,
- 3,
- 8,
- 5,
- 0.099741,
- "_AGVSGCFSTFQPTTGHR_"
- ],
- [
- 36039,
- 2,
- 6,
- 3,
- 0.071223,
- "_DVDEAYM(Oxidation (M))NKVELESR_"
- ],
- [
- 37861,
- 2,
- 9,
- 3,
- 0.11397,
- "_LEATLQEEAAIQQEHR_"
- ],
- [
- 3181,
- 2,
- 8,
- 3,
- 0.099741,
- "_IHVTPLIPGK_"
- ],
- [
- 44808,
- 2,
- 8,
- 3,
- 0.099741,
- "_ITYQPSTGEGNEQTTTIGGR_"
- ],
- [
- 14197,
- 2,
- 13,
- 2,
- 0.17093,
- "_AQIFANTVDNAR_"
- ],
- [
- 9318,
- 2,
- 8,
- 3,
- 0.099741,
- "_KLLPDDPYEK_"
- ],
- [
- 16792,
- 2,
- 13,
- 2,
- 0.17093,
- "_DQEMHIDLENK_"
- ],
- [
- 21710,
- 3,
- 15,
- 5,
- 0.1994,
- "_ILENEKDLEEAEEYKEAR_"
- ],
- [
- 987,
- 2,
- 12,
- 4,
- 0.1567,
- "_QMPYFGEK_"
- ],
- [
- 33497,
- 2,
- 8,
- 3,
- 0.099741,
- "_GHTACADAYLTPAIQR_"
- ],
- [
- 13417,
- 2,
- 13,
- 2,
- 0.17093,
- "_EGIVTATEQEVK_"
- ],
- [
- 17125,
- 2,
- 8,
- 3,
- 0.099741,
- "_KNMQITILTCR_"
- ],
- [
- 33728,
- 2,
- 14,
- 5,
- 0.18516,
- "_ETPYSEEDFQHLQK_"
- ],
- [
- 19533,
- 2,
- 10,
- 4,
- 0.12821,
- "_TMGYSVTAPEDTR_"
- ],
- [
- 195,
- 2,
- 10,
- 3,
- 0.12821,
- "_HSLAEILR_"
- ],
- [
- 14046,
- 2,
- 13,
- 4,
- 0.17093,
- "_FLESYATDNEK_"
- ],
- [
- 2096,
- 2,
- 9,
- 4,
- 0.11397,
- "_VDALLSAQPK_"
- ],
- [
- 4760,
- 2,
- 10,
- 4,
- 0.12822,
- "_GVSAAGQVVSLK_"
- ],
- [
- 18172,
- 2,
- 10,
- 4,
- 0.12822,
- "_FVAASHQVAELVK_"
- ],
- [
- 12961,
- 2,
- 9,
- 5,
- 0.11399,
- "_EGMNIVEAM(Oxidation (M))ER_"
- ],
- [
- 323,
- 3,
- 20,
- 7,
- 0.2706,
- "_MCHPSIEGFTPR_"
- ],
- [
- 10544,
- 3,
- 10,
- 2,
- 0.12822,
- "_LEATLQEEAAIQQEHR_"
- ],
- [
- 37431,
- 3,
- 9,
- 6,
- 0.11399,
- "_QYHPVVEATQNTESNSNMDCGLTGK_"
- ],
- [
- 14777,
- 3,
- 10,
- 3,
- 0.12822,
- "_MISKPADSQDVHELVLSK_"
- ],
- [
- 15469,
- 2,
- 10,
- 2,
- 0.12822,
- "_EAGDFHFQPAVK_"
- ],
- [
- 3559,
- 2,
- 7,
- 2,
- 0.099725,
- "_LSSPVPAVCR_"
- ],
- [
- 10138,
- 2,
- 9,
- 3,
- 0.28483,
- "_ALGTLGMTTNEK_"
- ],
- [
- 48156,
- 2,
- 11,
- 6,
- 0.14246,
- "_AGCECLNESDEHGFDNCLR_"
- ],
- [
- 36150,
- 2,
- 11,
- 3,
- 0.14246,
- "_PAPPPQSQSPEVEQLGR_"
- ],
- [
- 25825,
- 2,
- 12,
- 4,
- 0.1567,
- "_SQQQDDIEELETK_"
- ],
- [
- 13037,
- 2,
- 9,
- 4,
- 0.11399,
- "_HNVQTLDIISR_"
- ],
- [
- 13268,
- 4,
- 12,
- 6,
- 0.1567,
- "_QKPQEVPQENGMEDPSISFSKPK_"
- ],
- [
- 33086,
- 2,
- 13,
- 6,
- 0.17094,
- "_GAEGLGEEGGLHQDPLR_"
- ],
- [
- 18383,
- 2,
- 14,
- 3,
- 0.18517,
- "_SVEEGKIDGIIDK_"
- ],
- [
- 26170,
- 2,
- 16,
- 7,
- 0.21365,
- "_CGEDDETIPSEYR_"
- ],
- [
- 10129,
- 2,
- 13,
- 4,
- 0.17094,
- "_NSLDCEIVSAK_"
- ],
- [
- 10184,
- 2,
- 12,
- 3,
- 0.1567,
- "_GNNVLYISTQK_"
- ],
- [
- 48118,
- 2,
- 7,
- 5,
- 0.085472,
- "_NVIIWGNHSSTQYPDVNHAK_"
- ],
- [
- 8929,
- 4,
- 15,
- 6,
- 0.19941,
- "_DIFYKPFHGDIQCGGHAPGSSK_"
- ],
- [
- 25295,
- 2,
- 17,
- 3,
- 0.22788,
- "_QFLECAQNQGDIK_"
- ],
- [
- 16511,
- 2,
- 13,
- 4,
- 0.17094,
- "_QNLDEILQQHK_"
- ],
- [
- 289,
- 3,
- 13,
- 4,
- 0.17094,
- "_PHAFKPGDLVFAK_"
- ],
- [
- 7190,
- 2,
- 7,
- 3,
- 0.085472,
- "_ICSMYDNLR_"
- ],
- [
- 14971,
- 2,
- 14,
- 4,
- 0.18517,
- "_DTSVEGSEMVPGK_"
- ],
- [
- 50844,
- 2,
- 15,
- 6,
- 0.19941,
- "_SPSEESAPTTSPESVSGSVPSSGSSGR_"
- ],
- [
- 33076,
- 2,
- 12,
- 3,
- 0.1567,
- "_HSAGELQQMMVECSK_"
- ],
- [
- 43725,
- 2,
- 9,
- 5,
- 0.11396,
- "_VKQEPGTEDEICSFSGGVK_"
- ],
- [
- 37815,
- 2,
- 12,
- 5,
- 0.1567,
- "_SVNLTEQNSNNSAVPYK_"
- ],
- [
- 2312,
- 2,
- 11,
- 6,
- 0.14246,
- "_IDSDISGTLK_"
- ],
- [
- 39255,
- 2,
- 13,
- 6,
- 0.17094,
- "_EREDEIATMECINNGK_"
- ],
- [
- 3923,
- 2,
- 22,
- 4,
- 0.29906,
- "_NKPEWFFK_"
- ],
- [
- 17977,
- 2,
- 17,
- 5,
- 0.22788,
- "_GYDVIAQAQSGTGK_"
- ],
- [
- 40794,
- 2,
- 10,
- 5,
- 0.12823,
- "_TIEQNINNLNVSEADRK_"
- ],
- [
- 50133,
- 2,
- 11,
- 6,
- 0.14246,
- "_HIDCAHVYQNENEVGVAIQEK_"
- ],
- [
- 30294,
- 2,
- 12,
- 4,
- 0.1567,
- "_LYYDEQESEAYEK_"
- ],
- [
- 21821,
- 2,
- 9,
- 4,
- 0.11396,
- "_VVQHLGPATDFYK_"
- ],
- [
- 3627,
- 2,
- 10,
- 4,
- 0.12823,
- "_LDQPDWTGR_"
- ],
- [
- 14456,
- 2,
- 9,
- 4,
- 0.11396,
- "_ALAVVYGPHEIR_"
- ],
- [
- 18482,
- 4,
- 12,
- 6,
- 0.1567,
- "_HAYHTYGQPYSHSPAPSAVPALDSVR_"
- ],
- [
- 44927,
- 2,
- 8,
- 4,
- 0.099709,
- "_TMTTNSSDPFLNSGTYHSR_"
- ],
- [
- 40102,
- 2,
- 11,
- 5,
- 0.14246,
- "_SPAPGSPDEEGGAEAPAAGIR_"
- ],
- [
- 8405,
- 2,
- 9,
- 3,
- 0.11396,
- "_QDFNMMEQR_"
- ],
- [
- 36112,
- 2,
- 13,
- 5,
- 0.17094,
- "_TATPEIVDNKDGTVTVR_"
- ],
- [
- 4355,
- 2,
- 19,
- 5,
- 0.25637,
- "_NTDEMVELR_"
- ],
- [
- 51434,
- 2,
- 5,
- 4,
- 0.056981,
- "_GAPEPAQTQPQPQPQPAAPEGPEQPR_"
- ],
- [
- 28027,
- 2,
- 13,
- 4,
- 0.17094,
- "_LYFLQCETCHSR_"
- ],
- [
- 10661,
- 2,
- 13,
- 5,
- 0.17094,
- "_LCQENQWLR_"
- ],
- [
- 4185,
- 2,
- 11,
- 4,
- 0.14247,
- "_LIASVAGSVER_"
- ],
- [
- 17828,
- 2,
- 15,
- 3,
- 0.19942,
- "_VLQQFADNDVSR_"
- ],
- [
- 30743,
- 2,
- 7,
- 3,
- 0.085466,
- "_QSIGQFHEGDAYVVK_"
- ],
- [
- 985,
- 4,
- 12,
- 3,
- 0.1567,
- "_MISKPADSQDVHELVLSK_"
- ],
- [
- 37408,
- 2,
- 7,
- 4,
- 0.085466,
- "_LEESSTIGQDQTLM(Oxidation (M))ER_"
- ],
- [
- 21551,
- 3,
- 11,
- 4,
- 0.14247,
- "_VEGTDGHEAFLLTEGSEEKR_"
- ],
- [
- 11629,
- 3,
- 17,
- 3,
- 0.22789,
- "_EPGDQGPAHPPGADMSHSL_"
- ],
- [
- 9186,
- 3,
- 17,
- 4,
- 0.22789,
- "_LQQLGEAHQAETEVLR_"
- ],
- [
- 29420,
- 2,
- 12,
- 3,
- 0.1567,
- "_TSPEMDIQNPDDGAR_"
- ],
- [
- 25494,
- 2,
- 11,
- 3,
- 0.14247,
- "_GICQSEENGSFLSK_"
- ],
- [
- 1545,
- 2,
- 6,
- 2,
- 0.071221,
- "_LQDVADSFK_"
- ],
- [
- 43263,
- 2,
- 12,
- 5,
- 0.1567,
- "_ALVDHENVISCPHLGASTK_"
- ],
- [
- 43215,
- 2,
- 12,
- 2,
- 0.1567,
- "_SIQEIQELDKDDESLRK_"
- ],
- [
- 7955,
- 3,
- 12,
- 5,
- 0.1567,
- "_KHFVGYPTNSDFELK_"
- ],
- [
- 1042,
- 4,
- 16,
- 5,
- 0.21365,
- "_LTGKPGQVLPHPELCTVR_"
- ],
- [
- 12657,
- 4,
- 18,
- 6,
- 0.24212,
- "_TVTIENHPHLPPPPMCSVHPCR_"
- ],
- [
- 9720,
- 3,
- 11,
- 4,
- 0.14247,
- "_KVAQYMADVLEDSKDK_"
- ],
- [
- 40367,
- 2,
- 11,
- 4,
- 0.14247,
- "_ANNSQEPSPQLASSVASTR_"
- ],
- [
- 28926,
- 3,
- 24,
- 5,
- 0.32755,
- "_AKPPPGGGEQEPPPPPAPQDVEMK_"
- ],
- [
- 2549,
- 2,
- 15,
- 3,
- 0.19942,
- "_VVIVDPETGK_"
- ],
- [
- 25020,
- 3,
- 10,
- 4,
- 0.1282,
- "_ELEQHIQTSDPENFQSEER_"
- ],
- [
- 2062,
- 2,
- 15,
- 3,
- 0.19942,
- "_IINTPEVVR_"
- ],
- [
- 49376,
- 2,
- 18,
- 6,
- 0.24212,
- "_SEDGTPAEDGTPAATGGSQPPSMGR_"
- ],
- [
- 19655,
- 2,
- 13,
- 5,
- 0.17094,
- "_NSQLEQENNLLK_"
- ],
- [
- 41148,
- 2,
- 13,
- 4,
- 0.17094,
- "_VAPAPAAADAEVEQTDAESK_"
- ],
- [
- 19423,
- 2,
- 14,
- 4,
- 0.18518,
- "_RPGAALDPGCVLAK_"
- ],
- [
- 28563,
- 2,
- 14,
- 5,
- 0.18518,
- "_GWSMSEQSEESVGGR_"
- ],
- [
- 46577,
- 2,
- 13,
- 3,
- 0.17094,
- "_TSSLNLSEDPEGGGDNNDSQR_"
- ],
- [
- 29093,
- 2,
- 10,
- 2,
- 0.1282,
- "_TPMYGSQTPLQDGSR_"
- ],
- [
- 34002,
- 2,
- 9,
- 4,
- 0.11395,
- "_IEVLQQHENEDIYK_"
- ],
- [
- 12091,
- 2,
- 9,
- 2,
- 0.11395,
- "_NDCPNWITEK_"
- ],
- [
- 14296,
- 2,
- 22,
- 6,
- 0.29907,
- "_YSQVLANGLDNK_"
- ],
- [
- 12203,
- 3,
- 26,
- 7,
- 0.356,
- "_TYDATTHFETTCDDIK_"
- ],
- [
- 1599,
- 4,
- 13,
- 7,
- 0.17094,
- "_ALVDHENVISCPHLGASTK_"
- ],
- [
- 24036,
- 3,
- 13,
- 7,
- 0.17094,
- "_AGCECLNESDEHGFDNCLR_"
- ],
- [
- 11078,
- 3,
- 9,
- 3,
- 0.11395,
- "_IIYEQEGVYIHSSCGK_"
- ],
- [
- 11975,
- 2,
- 14,
- 5,
- 0.18518,
- "_DYGPGSYGGMDR_"
- ],
- [
- 241,
- 2,
- 10,
- 4,
- 0.1282,
- "_QELELSVK_"
- ],
- [
- 5403,
- 3,
- 10,
- 4,
- 0.12817,
- "_YVPVKGDHVIGIVTAK_"
- ],
- [
- 22925,
- 3,
- 10,
- 4,
- 0.12817,
- "_AAVEALQSQALHATSQQPLRK_"
- ],
- [
- 18179,
- 2,
- 10,
- 3,
- 0.12817,
- "_NWVQTLRPVSAK_"
- ],
- [
- 7235,
- 3,
- 10,
- 5,
- 0.12817,
- "_IEVLQQHENEDIYK_"
- ],
- [
- 2212,
- 2,
- 9,
- 3,
- 0.11392,
- "_GNFSSFMQK_"
- ],
- [
- 47506,
- 2,
- 9,
- 2,
- 0.11392,
- "_NEMGIPQQTTSPENAGPQNTK_"
- ],
- [
- 32198,
- 2,
- 9,
- 4,
- 0.11392,
- "_NKLESDYMAASSQLR_"
- ],
- [
- 34107,
- 2,
- 12,
- 3,
- 0.15669,
- "_DEESGSGSNPFQHLEK_"
- ],
- [
- 487,
- 2,
- 12,
- 4,
- 0.15669,
- "_MCSLMLSK_"
- ],
- [
- 32072,
- 2,
- 6,
- 4,
- 0.071188,
- "_NVEVTVSVYDEDGKR_"
- ],
- [
- 4595,
- 3,
- 11,
- 2,
- 0.14242,
- "_NM(Oxidation (M))QNVEHVPLSLDR_"
- ],
- [
- 24652,
- 2,
- 9,
- 3,
- 0.11392,
- "_DLPNGDIDEYEKK_"
- ],
- [
- 35511,
- 2,
- 9,
- 3,
- 0.11392,
- "_FSEGASYSDHTLPMEK_"
- ],
- [
- 7451,
- 2,
- 10,
- 3,
- 0.12817,
- "_LEPHEGLLLR_"
- ],
- [
- 51480,
- 2,
- 10,
- 6,
- 0.12817,
- "_AEAGPESAAGGQEEEEGEDEEELSGTK_"
- ],
- [
- 15493,
- 2,
- 13,
- 6,
- 0.17092,
- "_KPVAGALDVSFNK_"
- ],
- [
- 23428,
- 2,
- 14,
- 5,
- 0.18516,
- "_LQTMKEELDFQK_"
- ],
- [
- 32928,
- 2,
- 13,
- 4,
- 0.17092,
- "_DEESGGGSNPFQHLEK_"
- ],
- [
- 32474,
- 2,
- 14,
- 6,
- 0.18516,
- "_TPMYGSQTPMYGSGSR_"
- ],
- [
- 5023,
- 2,
- 13,
- 4,
- 0.17092,
- "_MGESDDSILR_"
- ],
- [
- 20692,
- 4,
- 18,
- 6,
- 0.24211,
- "_GAEGILAPQPPPPQQHQERPGAAAIGSAR_"
- ],
- [
- 16022,
- 2,
- 15,
- 4,
- 0.1994,
- "_EDYAGLKEEFR_"
- ],
- [
- 51584,
- 2,
- 4,
- 4,
- 0.042697,
- "_DQECVNSCASSETSYGTNESSLNEK_"
- ],
- [
- 22563,
- 2,
- 13,
- 5,
- 0.17092,
- "_AAAEVNQDYGLDPK_"
- ],
- [
- 18008,
- 2,
- 13,
- 4,
- 0.17092,
- "_SCFESSPDPELK_"
- ],
- [
- 39070,
- 2,
- 14,
- 4,
- 0.18516,
- "_AISQGHQAFLLEGDSSSR_"
- ],
- [
- 6425,
- 2,
- 15,
- 4,
- 0.1994,
- "_SSEEIESAFR_"
- ],
- [
- 10733,
- 2,
- 15,
- 4,
- 0.1994,
- "_NLGVVVAPHTLK_"
- ],
- [
- 1377,
- 2,
- 17,
- 5,
- 0.22787,
- "_LVLVGDGGTGK_"
- ],
- [
- 40068,
- 2,
- 5,
- 3,
- 0.056946,
- "_PETVTNDDEEALDEETK_"
- ],
- [
- 30336,
- 2,
- 12,
- 4,
- 0.15666,
- "_KTLTTVQGIADDYDK_"
- ],
- [
- 5613,
- 3,
- 10,
- 5,
- 0.12816,
- "_MVSEEMEEQVHSIR_"
- ],
- [
- 9314,
- 2,
- 6,
- 2,
- 0.071186,
- "_IQAVIDSGVCR_"
- ],
- [
- 8170,
- 2,
- 11,
- 4,
- 0.14241,
- "_LGMLSPEGTCK_"
- ],
- [
- 723,
- 2,
- 15,
- 3,
- 0.1994,
- "_SPLQSVVVR_"
- ],
- [
- 1092,
- 3,
- 12,
- 2,
- 0.15666,
- "_SWHDVQVSSAYVK_"
- ],
- [
- 8453,
- 3,
- 11,
- 3,
- 0.14241,
- "_FSEGASYSDHTLPMEK_"
- ],
- [
- 5109,
- 2,
- 22,
- 5,
- 0.29907,
- "_ECPSVLEYK_"
- ],
- [
- 47374,
- 3,
- 11,
- 8,
- 0.14241,
- "_AAEAHVDAHYYEQNEQPTGTCAACITGDNR_"
- ],
- [
- 22485,
- 3,
- 11,
- 5,
- 0.14241,
- "_DSPVCPHFTTNGNENSSIEK_"
- ],
- [
- 35523,
- 2,
- 11,
- 4,
- 0.14241,
- "_LETAIASHQQAMEELK_"
- ],
- [
- 27658,
- 2,
- 7,
- 2,
- 0.085428,
- "_MVMIQDGPQNTGADK_"
- ],
- [
- 25080,
- 2,
- 17,
- 6,
- 0.22788,
- "_EALENANTNTEVLK_"
- ],
- [
- 5773,
- 2,
- 11,
- 3,
- 0.14241,
- "_RVVSEIPVLK_"
- ],
- [
- 7987,
- 2,
- 8,
- 4,
- 0.099682,
- "_GGSISVQVNSIK_"
- ],
- [
- 40063,
- 3,
- 18,
- 5,
- 0.24211,
- "_GAEGILAPQPPPPQQHQERPGAAAIGSAR_"
- ],
- [
- 26850,
- 2,
- 9,
- 2,
- 0.11393,
- "_APEDAGPQPGSYEIR_"
- ],
- [
- 28711,
- 2,
- 9,
- 2,
- 0.11393,
- "_LADMHSTEISLQQR_"
- ],
- [
- 24292,
- 2,
- 9,
- 2,
- 0.11393,
- "_QSQQLEALQQQVK_"
- ],
- [
- 7746,
- 2,
- 9,
- 3,
- 0.11393,
- "_ALEAFETFKK_"
- ],
- [
- 38628,
- 2,
- 10,
- 6,
- 0.12816,
- "_EEGCTHVIVTTACGSLR_"
- ],
- [
- 42426,
- 2,
- 10,
- 3,
- 0.12816,
- "_TASQGPQTDSVIQNSENIK_"
- ],
- [
- 1509,
- 3,
- 13,
- 5,
- 0.17093,
- "_DLETQPHMQEFR_"
- ],
- [
- 26529,
- 2,
- 13,
- 3,
- 0.17093,
- "_SPSPPDGSPAATPEIR_"
- ],
- [
- 8998,
- 3,
- 16,
- 5,
- 0.21364,
- "_TATPEIVDNKDGTVTVR_"
- ],
- [
- 5547,
- 2,
- 10,
- 4,
- 0.12816,
- "_QLHLNQLIR_"
- ],
- [
- 43858,
- 2,
- 10,
- 4,
- 0.12816,
- "_SNVCINGNHVYLEQPEAK_"
- ],
- [
- 23868,
- 2,
- 10,
- 3,
- 0.12816,
- "_GDPYPQEVSATVQK_"
- ],
- [
- 31839,
- 2,
- 10,
- 6,
- 0.12816,
- "_MVSEEMEEQVHSIR_"
- ],
- [
- 19565,
- 2,
- 11,
- 4,
- 0.14239,
- "_VYIVHGVQEDLR_"
- ],
- [
- 6539,
- 3,
- 17,
- 4,
- 0.22786,
- "_QLNPESIRPGGPGGLSR_"
- ],
- [
- 3896,
- 2,
- 10,
- 2,
- 0.12815,
- "_SIHILPSSIK_"
- ],
- [
- 37141,
- 2,
- 21,
- 6,
- 0.28481,
- "_LSLEGDHSTPPSAYGSVK_"
- ],
- [
- 21684,
- 2,
- 11,
- 3,
- 0.14239,
- "_TSQENSPALLGVQK_"
- ],
- [
- 18635,
- 2,
- 18,
- 5,
- 0.24211,
- "_AVYTQDCPLAAAK_"
- ],
- [
- 35980,
- 2,
- 11,
- 5,
- 0.14239,
- "_VVQEFGLHNENLEQR_"
- ],
- [
- 43396,
- 2,
- 11,
- 3,
- 0.14239,
- "_LVSTATTAPPSTAPSGPGSVQK_"
- ],
- [
- 13957,
- 2,
- 18,
- 5,
- 0.24211,
- "_QVATALQNLQTK_"
- ],
- [
- 12310,
- 2,
- 9,
- 4,
- 0.11391,
- "_SVEEFQCLNR_"
- ],
- [
- 26979,
- 2,
- 11,
- 5,
- 0.14239,
- "_EVCDAWSLTHSER_"
- ],
- [
- 40165,
- 3,
- 12,
- 5,
- 0.15663,
- "_LTDTSKDEENHEESESLQEDMLGNR_"
- ],
- [
- 23340,
- 2,
- 18,
- 2,
- 0.24211,
- "_TALINSTGEEVAM(Oxidation (M))R_"
- ],
- [
- 12507,
- 3,
- 8,
- 4,
- 0.099653,
- "_GTLNSNAAYEQSHFFNK_"
- ],
- [
- 31189,
- 2,
- 9,
- 2,
- 0.11391,
- "_LVNGTSQSFIIRPQK_"
- ],
- [
- 6557,
- 2,
- 11,
- 2,
- 0.14239,
- "_VFLATNSDYK_"
- ],
- [
- 24418,
- 2,
- 15,
- 5,
- 0.19938,
- "_DLETQPHMQEFR_"
- ],
- [
- 14811,
- 2,
- 15,
- 3,
- 0.19938,
- "_LFEEPEDPSNR_"
- ],
- [
- 12836,
- 2,
- 7,
- 4,
- 0.085411,
- "_LNAIYQNNLTK_"
- ],
- [
- 28220,
- 2,
- 15,
- 5,
- 0.19938,
- "_EILSEENEMQPNGK_"
- ],
- [
- 18768,
- 3,
- 13,
- 6,
- 0.17089,
- "_TMTTNSSDPFLNSGTYHSR_"
- ],
- [
- 30969,
- 2,
- 16,
- 4,
- 0.21362,
- "_ASSSSASSAGALESSLDR_"
- ],
- [
- 21556,
- 2,
- 14,
- 2,
- 0.18515,
- "_DYCQPHAPGALLK_"
- ],
- [
- 1762,
- 2,
- 7,
- 3,
- 0.085411,
- "_TVLEEIGNR_"
- ],
- [
- 10928,
- 2,
- 13,
- 5,
- 0.17089,
- "_LSFDKDAMVAR_"
- ],
- [
- 4654,
- 2,
- 6,
- 2,
- 0.071162,
- "_HEDMTLLVR_"
- ],
- [
- 50418,
- 2,
- 13,
- 7,
- 0.17089,
- "_GTMDDISQEEGSSQGEDSVSGSQR_"
- ],
- [
- 11692,
- 2,
- 16,
- 5,
- 0.21362,
- "_DAEDALHNLDR_"
- ],
- [
- 23260,
- 2,
- 15,
- 2,
- 0.19938,
- "_SWHDVQVSSAYVK_"
- ],
- [
- 13249,
- 2,
- 15,
- 5,
- 0.19938,
- "_VTVLFAGQHISK_"
- ],
- [
- 40628,
- 2,
- 16,
- 4,
- 0.21362,
- "_AQSLAEQTSDTAGLESSTR_"
- ],
- [
- 34530,
- 2,
- 7,
- 3,
- 0.085411,
- "_LQGDANNLHGFEVDSR_"
- ],
- [
- 8908,
- 2,
- 16,
- 5,
- 0.21362,
- "_HVFLTGPPGVGK_"
- ],
- [
- 2855,
- 2,
- 13,
- 6,
- 0.17089,
- "_LEAEIATYR_"
- ],
- [
- 31832,
- 2,
- 9,
- 3,
- 0.11388,
- "_PCCAVDPIENEEDR_"
- ],
- [
- 47560,
- 2,
- 15,
- 6,
- 0.19937,
- "_AIEDEGGNPDEIEITSEGNKK_"
- ],
- [
- 27751,
- 2,
- 17,
- 6,
- 0.22785,
- "_FICEQDHQNFLR_"
- ],
- [
- 38467,
- 2,
- 9,
- 4,
- 0.11388,
- "_LASALAPSIYEHEDIKK_"
- ],
- [
- 4814,
- 2,
- 6,
- 2,
- 0.071148,
- "_GVDCDIDVPK_"
- ],
- [
- 3998,
- 2,
- 10,
- 3,
- 0.12813,
- "_AEGGYFGQIR_"
- ],
- [
- 30747,
- 2,
- 16,
- 2,
- 0.2136,
- "_LVPLDYGEDDKNATK_"
- ],
- [
- 33186,
- 2,
- 16,
- 6,
- 0.2136,
- "_CSDNTEVEVSNLENK_"
- ],
- [
- 20791,
- 4,
- 12,
- 7,
- 0.15661,
- "_LTDTSKDEENHEESESLQEDMLGNR_"
- ],
- [
- 7563,
- 2,
- 11,
- 2,
- 0.14237,
- "_AIQLEYSEAR_"
- ],
- [
- 39913,
- 2,
- 15,
- 5,
- 0.19937,
- "_EAGSEPAPEQESTEATPAE_"
- ],
- [
- 36524,
- 2,
- 8,
- 4,
- 0.099633,
- "_GICELENYHYGEESK_"
- ],
- [
- 21335,
- 2,
- 13,
- 4,
- 0.17086,
- "_SGVAYIAAPSGSAADK_"
- ],
- [
- 31453,
- 2,
- 14,
- 6,
- 0.18511,
- "_GSYSLSHVYTPNDVR_"
- ],
- [
- 3949,
- 2,
- 13,
- 4,
- 0.17086,
- "_ATADDELSFK_"
- ],
- [
- 15334,
- 2,
- 13,
- 3,
- 0.17086,
- "_SVQYDDVPEYK_"
- ],
- [
- 7382,
- 2,
- 11,
- 4,
- 0.14237,
- "_YFQFQEEGK_"
- ],
- [
- 12244,
- 4,
- 18,
- 6,
- 0.24208,
- "_KQPPVSPGTALVGSQKEPSEVPTPK_"
- ],
- [
- 22856,
- 3,
- 14,
- 4,
- 0.18511,
- "_AIEDEGGNPDEIEITSEGNKK_"
- ],
- [
- 30647,
- 4,
- 14,
- 8,
- 0.18511,
- "_AAEAHVDAHYYEQNEQPTGTCAACITGDNR_"
- ],
- [
- 1276,
- 2,
- 19,
- 5,
- 0.25633,
- "_RLDLPIER_"
- ],
- [
- 5899,
- 2,
- 12,
- 4,
- 0.15661,
- "_VNIGEVLDKR_"
- ],
- [
- 39268,
- 2,
- 12,
- 4,
- 0.15661,
- "_KPSEIQQVNNPELGLSR_"
- ],
- [
- 12151,
- 2,
- 10,
- 6,
- 0.12813,
- "_YLQEEVNINR_"
- ],
- [
- 39714,
- 2,
- 12,
- 6,
- 0.15661,
- "_VIAQQVQLQQQQEQVR_"
- ],
- [
- 15079,
- 2,
- 16,
- 5,
- 0.21361,
- "_SGSGTMNLGGSLTR_"
- ],
- [
- 3776,
- 2,
- 11,
- 2,
- 0.14236,
- "_SSSPFTPLQK_"
- ],
- [
- 43033,
- 2,
- 12,
- 4,
- 0.15661,
- "_THTDTESEASILGDSGEYK_"
- ],
- [
- 8334,
- 2,
- 17,
- 2,
- 0.22784,
- "_SLFVGHMDYK_"
- ],
- [
- 31050,
- 2,
- 11,
- 5,
- 0.14236,
- "_QSAQLTALAAQQQAAGK_"
- ],
- [
- 23454,
- 2,
- 13,
- 5,
- 0.17085,
- "_FNLTYVSHDGDDK_"
- ],
- [
- 13471,
- 2,
- 16,
- 6,
- 0.21361,
- "_HPTLLQDPDLR_"
- ],
- [
- 14227,
- 3,
- 13,
- 6,
- 0.17085,
- "_KPDQVFQSYKPGEVMVK_"
- ],
- [
- 16417,
- 3,
- 22,
- 9,
- 0.29903,
- "_SIQEIQELDKDDESLRK_"
- ],
- [
- 12785,
- 3,
- 12,
- 7,
- 0.15661,
- "_MTQNPNYYNLQGISHR_"
- ],
- [
- 18057,
- 2,
- 10,
- 3,
- 0.12811,
- "_TETMNVVMETNK_"
- ],
- [
- 19798,
- 2,
- 14,
- 2,
- 0.18509,
- "_SLIEEGGDWDRR_"
- ],
- [
- 1258,
- 2,
- 9,
- 6,
- 0.11387,
- "_EGMTAFVEK_"
- ],
- [
- 9008,
- 2,
- 14,
- 2,
- 0.18509,
- "_EGMALEDYQR_"
- ],
- [
- 47727,
- 2,
- 13,
- 7,
- 0.17085,
- "_RSGPTDDGEEEMEEDTVTNGS_"
- ],
- [
- 33687,
- 2,
- 12,
- 4,
- 0.15661,
- "_LAAQESSETEDMSVPR_"
- ],
- [
- 26214,
- 3,
- 15,
- 6,
- 0.19934,
- "_SGERPVTAGEEDEQVPDSIDAR_"
- ],
- [
- 2145,
- 4,
- 14,
- 6,
- 0.18509,
- "_LEHVVEEEKVDISEDGMK_"
- ],
- [
- 28594,
- 2,
- 10,
- 6,
- 0.12811,
- "_TPVIDADKPVSSQLR_"
- ],
- [
- 34597,
- 2,
- 10,
- 4,
- 0.12811,
- "_SQTVECTVTYESDVR_"
- ],
- [
- 3515,
- 3,
- 10,
- 5,
- 0.12811,
- "_TPVIDADKPVSSQLR_"
- ],
- [
- 31335,
- 2,
- 15,
- 3,
- 0.19934,
- "_VQGSDSDEEVVVATTR_"
- ],
- [
- 29002,
- 3,
- 15,
- 7,
- 0.19934,
- "_HIDCAHVYQNENEVGVAIQEK_"
- ],
- [
- 40354,
- 3,
- 11,
- 3,
- 0.14236,
- "_YYEVLGAAATTDYNNNHEGREEDQR_"
- ],
- [
- 10083,
- 2,
- 10,
- 6,
- 0.12811,
- "_NLQDAMQVCR_"
- ],
- [
- 3684,
- 2,
- 11,
- 5,
- 0.14236,
- "_VLQLYPNNK_"
- ],
- [
- 6825,
- 3,
- 8,
- 5,
- 0.09962,
- "_EHLQNLENSAFTADR_"
- ],
- [
- 546,
- 2,
- 20,
- 4,
- 0.27056,
- "_MLEIDPQK_"
- ],
- [
- 7212,
- 3,
- 10,
- 4,
- 0.12811,
- "_EKVELLNQLEEEKR_"
- ],
- [
- 16521,
- 2,
- 14,
- 3,
- 0.18509,
- "_QTGIVLNRPVLR_"
- ],
- [
- 5350,
- 3,
- 14,
- 4,
- 0.19934,
- "_GSYSLSHVYTPNDVR_"
- ],
- [
- 4648,
- 3,
- 13,
- 3,
- 0.17084,
- "_QQDETHKLESWLR_"
- ],
- [
- 13938,
- 2,
- 10,
- 4,
- 0.1281,
- "_QQFTEEEIYK_"
- ],
- [
- 2495,
- 3,
- 10,
- 4,
- 0.1281,
- "_GFDQEEVFEKPTR_"
- ],
- [
- 39734,
- 2,
- 13,
- 5,
- 0.17084,
- "_FVTSTSDHFVEGQTVAAK_"
- ],
- [
- 1142,
- 2,
- 7,
- 4,
- 0.085371,
- "_EVQYLLNK_"
- ],
- [
- 22882,
- 3,
- 8,
- 5,
- 0.099611,
- "_KGVSQTGTPVCEEDGDAGLGIR_"
- ],
- [
- 1074,
- 3,
- 10,
- 4,
- 0.1281,
- "_SVLRPAVLQAPQPK_"
- ],
- [
- 33205,
- 2,
- 9,
- 4,
- 0.11385,
- "_VNENKYENVDLLCK_"
- ],
- [
- 29087,
- 2,
- 7,
- 4,
- 0.085371,
- "_CQMICIDQQTGQR_"
- ],
- [
- 15206,
- 2,
- 11,
- 2,
- 0.14234,
- "_NATSLQHLLSGAK_"
- ],
- [
- 26636,
- 2,
- 11,
- 2,
- 0.14234,
- "_QYFPNDEDQVGAAK_"
- ],
- [
- 20479,
- 2,
- 8,
- 3,
- 0.099611,
- "_DISDIEGEKDGIR_"
- ],
- [
- 6744,
- 3,
- 10,
- 3,
- 0.1281,
- "_VMQQNLVYYQYHR_"
- ],
- [
- 8727,
- 3,
- 9,
- 3,
- 0.11385,
- "_LQALANEQAAAAHELEK_"
- ],
- [
- 33639,
- 3,
- 12,
- 2,
- 0.15659,
- "_QQSHFAM(Oxidation (M))MHGGTGFAGIDSSSPEVK_"
- ],
- [
- 39854,
- 2,
- 10,
- 3,
- 0.1281,
- "_GTLNSNAAYEQSHFFNK_"
- ],
- [
- 28000,
- 2,
- 9,
- 2,
- 0.11385,
- "_LTAEFEEAQTSACR_"
- ],
- [
- 7879,
- 2,
- 12,
- 2,
- 0.15659,
- "_VFNETPINPR_"
- ],
- [
- 7267,
- 2,
- 17,
- 4,
- 0.22784,
- "_KQELLEALTK_"
- ],
- [
- 9867,
- 3,
- 21,
- 6,
- 0.28479,
- "_LSLEGDHSTPPSAYGSVK_"
- ],
- [
- 2450,
- 2,
- 14,
- 2,
- 0.18507,
- "_LMEIYQEK_"
- ],
- [
- 27238,
- 3,
- 14,
- 5,
- 0.18507,
- "_KNQDDFECVTTLEGHENEVK_"
- ],
- [
- 30100,
- 2,
- 20,
- 6,
- 0.27055,
- "_KVEEAEPEEFVVEK_"
- ],
- [
- 32446,
- 2,
- 14,
- 3,
- 0.18507,
- "_SSVLIAQQTDTSDPEK_"
- ],
- [
- 16331,
- 2,
- 14,
- 5,
- 0.18507,
- "_IMADNPSWDGEK_"
- ],
- [
- 17228,
- 3,
- 15,
- 6,
- 0.19932,
- "_FIQDHLKPSPQFQEQVK_"
- ],
- [
- 17005,
- 2,
- 14,
- 3,
- 0.18507,
- "_QEVEEWVASGNK_"
- ],
- [
- 19155,
- 2,
- 13,
- 2,
- 0.17084,
- "_LQGQITEGSNMIK_"
- ],
- [
- 29258,
- 2,
- 13,
- 3,
- 0.17084,
- "_EYTSDDMNVAPEDR_"
- ],
- [
- 40839,
- 2,
- 14,
- 5,
- 0.18507,
- "_DHANYEEDENGDITPIK_"
- ],
- [
- 31907,
- 2,
- 14,
- 5,
- 0.18507,
- "_LPSAQTPNGTDYVASGK_"
- ],
- [
- 29853,
- 2,
- 24,
- 6,
- 0.32749,
- "_TFTTQETITNAETAK_"
- ],
- [
- 17583,
- 2,
- 18,
- 6,
- 0.24207,
- "_VCEEIAIIPSKK_"
- ],
- [
- 9743,
- 2,
- 18,
- 3,
- 0.24207,
- "_FIAYQETVEK_"
- ],
- [
- 35392,
- 2,
- 14,
- 6,
- 0.18507,
- "_IRLDETDDPDDYGDR_"
- ],
- [
- 9466,
- 2,
- 13,
- 5,
- 0.17085,
- "_MATGIEDSELR_"
- ],
- [
- 12006,
- 2,
- 13,
- 4,
- 0.17085,
- "_LSLGTYASLHGR_"
- ],
- [
- 13146,
- 3,
- 9,
- 5,
- 0.11387,
- "_VFDENKEDDLTELSHR_"
- ],
- [
- 41219,
- 2,
- 11,
- 5,
- 0.14236,
- "_ELQSMADQEQVSPAAIKK_"
- ],
- [
- 43242,
- 2,
- 9,
- 6,
- 0.11387,
- "_LIDSSGSASVLTHSSSGNSLK_"
- ],
- [
- 1860,
- 4,
- 15,
- 5,
- 0.19934,
- "_WLHSMTDDPPTTKPLTAR_"
- ],
- [
- 13735,
- 2,
- 22,
- 5,
- 0.29905,
- "_NHFYQFGEIR_"
- ],
- [
- 31921,
- 3,
- 22,
- 7,
- 0.29905,
- "_KQPPVSPGTALVGSQKEPSEVPTPK_"
- ],
- [
- 14056,
- 2,
- 12,
- 4,
- 0.1566,
- "_NVEDLSGGELQR_"
- ],
- [
- 14371,
- 3,
- 12,
- 6,
- 0.1566,
- "_VDDHDSEEICLDHLCK_"
- ],
- [
- 4358,
- 2,
- 10,
- 3,
- 0.12811,
- "_LEELTMDGAK_"
- ],
- [
- 3059,
- 2,
- 16,
- 5,
- 0.21358,
- "_VITIMQNPR_"
- ],
- [
- 19885,
- 2,
- 16,
- 4,
- 0.21358,
- "_AGLNCSTENMPIK_"
- ],
- [
- 6597,
- 2,
- 12,
- 2,
- 0.1566,
- "_FNCGTWMDK_"
- ],
- [
- 20758,
- 2,
- 16,
- 4,
- 0.21358,
- "_TEDSEASTCVIIK_"
- ],
- [
- 3302,
- 3,
- 11,
- 5,
- 0.14236,
- "_LLITGTEQFNQKPK_"
- ],
- [
- 16929,
- 2,
- 17,
- 5,
- 0.22783,
- "_TQILAASYELHK_"
- ],
- [
- 18886,
- 2,
- 19,
- 6,
- 0.25633,
- "_GYAFIEYEHER_"
- ],
- [
- 51507,
- 2,
- 6,
- 3,
- 0.071173,
- "_TQAFQEQEQGQGQGQGEPCISSTPR_"
- ],
- [
- 11469,
- 2,
- 15,
- 5,
- 0.19934,
- "_NPNGPYPYTLK_"
- ],
- [
- 5609,
- 2,
- 9,
- 4,
- 0.11387,
- "_HILVSQGLIR_"
- ],
- [
- 32228,
- 2,
- 18,
- 5,
- 0.2421,
- "_ETQTECEWTVDTSK_"
- ],
- [
- 11012,
- 3,
- 8,
- 5,
- 0.099633,
- "_EKEDPEPSTDGTYVWK_"
- ],
- [
- 24016,
- 2,
- 15,
- 4,
- 0.19934,
- "_SQWESPSPTPSYR_"
- ],
- [
- 25367,
- 3,
- 13,
- 5,
- 0.17085,
- "_DAGLHCLELGHTGEAGPHAMVR_"
- ],
- [
- 1402,
- 2,
- 14,
- 3,
- 0.1851,
- "_GAVWGATLNK_"
- ],
- [
- 620,
- 2,
- 14,
- 4,
- 0.1851,
- "_FIDQVVEK_"
- ],
- [
- 32245,
- 2,
- 15,
- 4,
- 0.19934,
- "_TLGTMIAGDTSGDYRR_"
- ],
- [
- 38093,
- 2,
- 15,
- 5,
- 0.19934,
- "_VQDLSAGGQGSLTDSGPER_"
- ],
- [
- 25997,
- 2,
- 13,
- 5,
- 0.17085,
- "_ADTLTPEECQQFK_"
- ],
- [
- 20082,
- 2,
- 15,
- 5,
- 0.19934,
- "_GLNSESMTEETLK_"
- ],
- [
- 38813,
- 2,
- 13,
- 5,
- 0.17085,
- "_ADLQNHLDTAQNALQDK_"
- ],
- [
- 37697,
- 2,
- 14,
- 5,
- 0.1851,
- "_SPSDSSTASTPVAEQIER_"
- ],
- [
- 4242,
- 3,
- 9,
- 2,
- 0.11387,
- "_NLDKDMYGDDLEAR_"
- ],
- [
- 30405,
- 2,
- 13,
- 4,
- 0.17085,
- "_NYGENPEAYNEELK_"
- ],
- [
- 12911,
- 3,
- 13,
- 4,
- 0.17085,
- "_KEELNFTHICEYTQK_"
- ],
- [
- 24130,
- 2,
- 3,
- 2,
- 0.02849,
- "_NSLVSENEMMNEK_"
- ],
- [
- 32419,
- 2,
- 13,
- 4,
- 0.17085,
- "_ACGVSRPVIACSVTIK_"
- ],
- [
- 5909,
- 3,
- 15,
- 4,
- 0.19934,
- "_TLGTMIAGDTSGDYRR_"
- ],
- [
- 36193,
- 2,
- 11,
- 3,
- 0.14234,
- "_VENEDMNKDQILLEK_"
- ],
- [
- 36686,
- 3,
- 13,
- 5,
- 0.17083,
- "_CTLPEHESPSQDISDACEAESTER_"
- ],
- [
- 33015,
- 2,
- 13,
- 4,
- 0.17083,
- "_SRDLLVQQASQCLSK_"
- ],
- [
- 27072,
- 2,
- 16,
- 4,
- 0.21357,
- "_EDCCPGKPLNVFR_"
- ],
- [
- 21900,
- 2,
- 15,
- 4,
- 0.19933,
- "_TMTDVVGNPEEER_"
- ],
- [
- 25595,
- 2,
- 18,
- 4,
- 0.24207,
- "_FVSEDDRNSFTLK_"
- ],
- [
- 5581,
- 2,
- 12,
- 2,
- 0.15659,
- "_QETVADFTPK_"
- ],
- [
- 32229,
- 2,
- 9,
- 2,
- 0.11386,
- "_EMQDLSEFCSDKPK_"
- ],
- [
- 8546,
- 2,
- 28,
- 6,
- 0.38447,
- "_VVDLMAHMASK_"
- ],
- [
- 18342,
- 2,
- 9,
- 5,
- 0.11386,
- "_DKVQAGDVITIDK_"
- ],
- [
- 21580,
- 4,
- 12,
- 7,
- 0.15659,
- "_VCYYYDGDVGNYYYGQGHPMKPHR_"
- ],
- [
- 51467,
- 2,
- 7,
- 6,
- 0.085403,
- "_SSDASTAQPPESQPLPASQTPASNQPK_"
- ],
- [
- 1369,
- 3,
- 17,
- 3,
- 0.22781,
- "_HLSGEFGKPYFIK_"
- ],
- [
- 19286,
- 2,
- 4,
- 3,
- 0.042721,
- "_ITEYLCEPLRK_"
- ],
- [
- 26285,
- 2,
- 14,
- 4,
- 0.18509,
- "_IVAHAVEVPAVQSPR_"
- ],
- [
- 10693,
- 4,
- 13,
- 4,
- 0.17083,
- "_GPHPDFPDDFSRPDDFHPDKR_"
- ],
- [
- 16469,
- 3,
- 10,
- 3,
- 0.1281,
- "_LIDSSGSASVLTHSSSGNSLK_"
- ],
- [
- 31441,
- 2,
- 10,
- 5,
- 0.1281,
- "_TSNIGLSMEFHGNCK_"
- ],
- [
- 28206,
- 3,
- 10,
- 3,
- 0.1281,
- "_ELVKEPLSNDGAAPGATPASGSAASK_"
- ],
- [
- 32879,
- 2,
- 8,
- 4,
- 0.099644,
- "_NDKYAGEEGMIEDMK_"
- ],
- [
- 10442,
- 2,
- 14,
- 7,
- 0.18509,
- "_VLTPEEQLADK_"
- ],
- [
- 33239,
- 2,
- 8,
- 5,
- 0.099644,
- "_IENGMEMTNTVSQER_"
- ],
- [
- 40105,
- 2,
- 14,
- 6,
- 0.18509,
- "_MTQNPNYYNLQGISHR_"
- ],
- [
- 32769,
- 2,
- 10,
- 3,
- 0.1281,
- "_QCLNQSQNFAEEMK_"
- ],
- [
- 20199,
- 2,
- 17,
- 6,
- 0.22781,
- "_NLLHSLQSSGIGSK_"
- ],
- [
- 5173,
- 3,
- 16,
- 4,
- 0.21357,
- "_LVNGTSQSFIIRPQK_"
- ],
- [
- 19187,
- 2,
- 8,
- 2,
- 0.099622,
- "_LTSDSTVYDYAGK_"
- ],
- [
- 836,
- 4,
- 12,
- 5,
- 0.15656,
- "_LFVGPGGSTTFGSHHLPNR_"
- ],
- [
- 37064,
- 2,
- 9,
- 4,
- 0.11386,
- "_SFTNYSGGYSADHPVIK_"
- ],
- [
- 12237,
- 3,
- 10,
- 2,
- 0.12808,
- "_EKPAWLQAELEQSHPR_"
- ],
- [
- 21176,
- 2,
- 20,
- 3,
- 0.27055,
- "_SSHYDELLAAEAR_"
- ],
- [
- 27544,
- 2,
- 11,
- 5,
- 0.14232,
- "_IDKTDYMVGSYGPR_"
- ],
- [
- 2113,
- 2,
- 13,
- 4,
- 0.17081,
- "_LADFGTCMK_"
- ],
- [
- 6752,
- 3,
- 13,
- 3,
- 0.17081,
- "_SVHSLISDFKDPPTAK_"
- ],
- [
- 31442,
- 2,
- 10,
- 5,
- 0.12808,
- "_ATSSSNPSSPAPDWYK_"
- ],
- [
- 16348,
- 2,
- 12,
- 3,
- 0.15656,
- "_LDSSPSVSSTLAAK_"
- ],
- [
- 1263,
- 2,
- 5,
- 4,
- 0.056939,
- "_TIIFCETK_"
- ],
- [
- 4076,
- 3,
- 12,
- 2,
- 0.15656,
- "_HNIQDEDTIHIWK_"
- ],
- [
- 22676,
- 4,
- 11,
- 5,
- 0.14232,
- "_LKTNHIGHTGYLNTVTVSPDGSLCASGGK_"
- ],
- [
- 19401,
- 2,
- 9,
- 5,
- 0.11386,
- "_NEDLNAEDVYSR_"
- ],
- [
- 3824,
- 3,
- 11,
- 6,
- 0.14232,
- "_FFQGMPEKPTTTVR_"
- ],
- [
- 29005,
- 2,
- 9,
- 5,
- 0.11386,
- "_KAGTQIENIDEDFR_"
- ],
- [
- 17941,
- 2,
- 16,
- 6,
- 0.21355,
- "_ATVMDVKPVDYR_"
- ],
- [
- 25792,
- 2,
- 15,
- 5,
- 0.1993,
- "_AVDNQVYVATASPAR_"
- ],
- [
- 5112,
- 2,
- 18,
- 4,
- 0.24203,
- "_GGTLFGGEVCK_"
- ],
- [
- 22559,
- 2,
- 8,
- 5,
- 0.099622,
- "_SQGGLAAGGSLDMNGR_"
- ],
- [
- 29175,
- 3,
- 18,
- 7,
- 0.24203,
- "_FQPASAPAEDCISSSTEPKPDPK_"
- ],
- [
- 18905,
- 3,
- 14,
- 7,
- 0.18505,
- "_AIVHDNKDGTYAVTYIPDK_"
- ],
- [
- 41307,
- 3,
- 14,
- 7,
- 0.18505,
- "_NNNIDMEVERPSNSEAHETDTAISYK_"
- ],
- [
- 23196,
- 2,
- 14,
- 5,
- 0.18505,
- "_SVLRPAVLQAPQPK_"
- ],
- [
- 30829,
- 2,
- 13,
- 6,
- 0.17081,
- "_GGVTEISAADKAEEFR_"
- ],
- [
- 17660,
- 2,
- 14,
- 5,
- 0.18505,
- "_SCALAEDPQELR_"
- ],
- [
- 11493,
- 3,
- 15,
- 5,
- 0.1993,
- "_NNCPFSADENYRPLAK_"
- ],
- [
- 13462,
- 2,
- 14,
- 3,
- 0.18505,
- "_NYQSQADIPIR_"
- ],
- [
- 2378,
- 2,
- 16,
- 4,
- 0.21355,
- "_ALLPHVLCK_"
- ],
- [
- 49942,
- 2,
- 13,
- 5,
- 0.17081,
- "_PAGPAGDEPAESPSETPGPSPAGPTR_"
- ],
- [
- 5117,
- 2,
- 13,
- 4,
- 0.17081,
- "_GLLGDAPNDPR_"
- ],
- [
- 42517,
- 2,
- 15,
- 5,
- 0.19929,
- "_DQMEGSPNSSESFEHIAR_"
- ],
- [
- 16552,
- 2,
- 11,
- 4,
- 0.14232,
- "_THPVCNLVASLR_"
- ],
- [
- 1053,
- 2,
- 13,
- 2,
- 0.1708,
- "_EDIFYTSK_"
- ],
- [
- 12570,
- 2,
- 17,
- 3,
- 0.22779,
- "_LEAEGVPEVSEK_"
- ],
- [
- 38790,
- 3,
- 9,
- 3,
- 0.11386,
- "_LDDSSEAKGPEDYPEEGVEESSGEASK_"
- ],
- [
- 6846,
- 3,
- 11,
- 4,
- 0.14232,
- "_KVAVVDYVEPSPQGTR_"
- ],
- [
- 6037,
- 3,
- 17,
- 5,
- 0.22779,
- "_ACGVSRPVIACSVTIK_"
- ],
- [
- 14815,
- 2,
- 10,
- 4,
- 0.1281,
- "_NVFSSSGTSFSGR_"
- ],
- [
- 21573,
- 2,
- 12,
- 5,
- 0.15656,
- "_LNLEHIATSSAVSK_"
- ],
- [
- 35806,
- 2,
- 11,
- 4,
- 0.14232,
- "_LQALANEQAAAAHELEK_"
- ],
- [
- 4496,
- 2,
- 12,
- 2,
- 0.15656,
- "_EFVEACLNK_"
- ],
- [
- 12196,
- 2,
- 7,
- 4,
- 0.085412,
- "_KLLASIAEDYR_"
- ],
- [
- 17672,
- 2,
- 9,
- 3,
- 0.11386,
- "_LVDGQCQISLQK_"
- ],
- [
- 30071,
- 2,
- 10,
- 4,
- 0.1281,
- "_EQMVAVTEANEALKK_"
- ],
- [
- 35865,
- 2,
- 11,
- 5,
- 0.14232,
- "_DKFNECGHVLYADIK_"
- ],
- [
- 12768,
- 2,
- 12,
- 3,
- 0.15656,
- "_MFVTSSHLQLK_"
- ],
- [
- 1403,
- 2,
- 6,
- 2,
- 0.071177,
- "_FFPHVLEK_"
- ],
- [
- 8500,
- 2,
- 9,
- 3,
- 0.11386,
- "_AWNAYPYCR_"
- ],
- [
- 4285,
- 2,
- 15,
- 2,
- 0.19929,
- "_TPVSEDMLGR_"
- ],
- [
- 31942,
- 2,
- 11,
- 4,
- 0.14232,
- "_FTENDKEYQEYLK_"
- ],
- [
- 19871,
- 3,
- 15,
- 5,
- 0.19929,
- "_DDNKDIDSEKEAAMEAEIK_"
- ],
- [
- 50520,
- 2,
- 13,
- 5,
- 0.1708,
- "_AVAAAAAASAAASGGPSAAPSGENEAESR_"
- ],
- [
- 15570,
- 3,
- 11,
- 6,
- 0.14232,
- "_DQMEGSPNSSESFEHIAR_"
- ],
- [
- 35215,
- 2,
- 14,
- 4,
- 0.18505,
- "_VADYCENNYIQSADK_"
- ],
- [
- 14560,
- 3,
- 24,
- 3,
- 0.3275,
- "_FSCPPNFTAKPPASESPR_"
- ],
- [
- 25056,
- 2,
- 14,
- 4,
- 0.18505,
- "_EEPDSENPCLISR_"
- ],
- [
- 15,
- 2,
- 13,
- 5,
- 0.1708,
- "_EWMPVTK_"
- ],
- [
- 2304,
- 2,
- 6,
- 2,
- 0.071177,
- "_LDMEIDGQK_"
- ],
- [
- 23950,
- 3,
- 21,
- 7,
- 0.28479,
- "_NVIIWGNHSSTQYPDVNHAK_"
- ],
- [
- 17201,
- 2,
- 4,
- 2,
- 0.042686,
- "_NPIDHVSFYCK_"
- ],
- [
- 12344,
- 4,
- 12,
- 5,
- 0.15656,
- "_M(Oxidation (M))VVNEGSDGGQSVYHVHLHVLGGR_"
- ],
- [
- 7594,
- 3,
- 19,
- 8,
- 0.25626,
- "_KQELEEICHDLEAR_"
- ],
- [
- 35564,
- 2,
- 9,
- 5,
- 0.11387,
- "_IGPQQSISTSVGPSASQR_"
- ],
- [
- 11498,
- 3,
- 19,
- 6,
- 0.25626,
- "_KKEPEPNFQLLDNPAR_"
- ],
- [
- 3532,
- 2,
- 9,
- 3,
- 0.11387,
- "_EVLINNINR_"
- ],
- [
- 32124,
- 2,
- 13,
- 5,
- 0.1708,
- "_TLSHPQQMALLDQTK_"
- ],
- [
- 11126,
- 2,
- 13,
- 4,
- 0.1708,
- "_DIDGHMVNLDK_"
- ],
- [
- 39181,
- 2,
- 15,
- 4,
- 0.19928,
- "_ELGPDGEEAEGPGAGDGPPR_"
- ],
- [
- 22189,
- 2,
- 12,
- 3,
- 0.15656,
- "_AHLSENELEALEK_"
- ],
- [
- 43833,
- 2,
- 9,
- 5,
- 0.11387,
- "_DYLLSESEDEGDNDGERK_"
- ],
- [
- 2126,
- 2,
- 10,
- 3,
- 0.1281,
- "_LAAEQELIR_"
- ],
- [
- 748,
- 2,
- 11,
- 4,
- 0.14234,
- "_KLEELLIK_"
- ],
- [
- 19889,
- 2,
- 11,
- 2,
- 0.14234,
- "_VLSLNFSECHTK_"
- ],
- [
- 11947,
- 2,
- 21,
- 4,
- 0.28476,
- "_LNEQASEEILK_"
- ],
- [
- 13057,
- 3,
- 13,
- 6,
- 0.1708,
- "_QLQEERPELSESELTR_"
- ],
- [
- 27012,
- 2,
- 21,
- 5,
- 0.28476,
- "_ELHINLIPNKQDR_"
- ],
- [
- 27235,
- 2,
- 13,
- 4,
- 0.1708,
- "_SSPEIQEPIKPLEK_"
- ],
- [
- 43280,
- 2,
- 10,
- 5,
- 0.1281,
- "_YEDICPSTHNM(Oxidation (M))DVPNIK_"
- ],
- [
- 10640,
- 3,
- 11,
- 4,
- 0.14234,
- "_RPYNDDADIDYINER_"
- ],
- [
- 12705,
- 3,
- 11,
- 3,
- 0.14234,
- "_NVHGDIHAGLNGWMEQR_"
- ],
- [
- 31767,
- 2,
- 14,
- 4,
- 0.18504,
- "_KDSAIQQQVANLQMK_"
- ],
- [
- 4145,
- 3,
- 14,
- 4,
- 0.18504,
- "_SNMGHPEPASGLAALAK_"
- ],
- [
- 15977,
- 2,
- 14,
- 5,
- 0.18504,
- "_APSVPAAEPEYPK_"
- ],
- [
- 47872,
- 2,
- 3,
- 3,
- 0.028477,
- "_TYFSCTSAHTSTGDGTAMITR_"
- ],
- [
- 8042,
- 4,
- 11,
- 3,
- 0.14234,
- "_VTYTINPSSHCNPNHLSYFK_"
- ],
- [
- 34971,
- 2,
- 13,
- 6,
- 0.1708,
- "_LGAPAAGGEEEWGQQQR_"
- ],
- [
- 34235,
- 2,
- 10,
- 3,
- 0.1281,
- "_AGGGAGDPGLGAAAAPAPETR_"
- ],
- [
- 11181,
- 3,
- 13,
- 3,
- 0.1708,
- "_LHLSLSLGSGGEESDKEK_"
- ],
- [
- 7882,
- 2,
- 6,
- 4,
- 0.071188,
- "_IQQLTEEIGR_"
- ],
- [
- 9405,
- 2,
- 16,
- 4,
- 0.21353,
- "_AQPSVSLGAAYR_"
- ],
- [
- 23658,
- 2,
- 12,
- 4,
- 0.15656,
- "_TGAAYPCFCSPQR_"
- ],
- [
- 29147,
- 2,
- 13,
- 5,
- 0.1708,
- "_FFQGMPEKPTTTVR_"
- ],
- [
- 16762,
- 2,
- 16,
- 4,
- 0.21353,
- "_SASLISQAEHSLK_"
- ],
- [
- 44159,
- 2,
- 11,
- 6,
- 0.14232,
- "_AASAATAAPTATPAAQESGTIPK_"
- ],
- [
- 46246,
- 3,
- 13,
- 7,
- 0.17078,
- "_GGTMTDLDEQEDESMETTGKDEDENSTGNK_"
- ],
- [
- 10099,
- 2,
- 13,
- 2,
- 0.17078,
- "_VLVASATMDTAR_"
- ],
- [
- 39857,
- 2,
- 10,
- 3,
- 0.1281,
- "_HDWHQTGGEVTISVYAK_"
- ],
- [
- 4303,
- 3,
- 11,
- 6,
- 0.14232,
- "_LYEAMCEFHEAEK_"
- ],
- [
- 32047,
- 3,
- 12,
- 6,
- 0.15656,
- "_M(Oxidation (M))VVNEGSDGGQSVYHVHLHVLGGR_"
- ],
- [
- 31757,
- 2,
- 10,
- 4,
- 0.1281,
- "_VQITLTSHDCGELTK_"
- ],
- [
- 21271,
- 2,
- 11,
- 5,
- 0.14232,
- "_CYLGATCAYDAAK_"
- ],
- [
- 43910,
- 2,
- 12,
- 2,
- 0.15656,
- "_LTSIGSDEDEETETYQEK_"
- ],
- [
- 26835,
- 3,
- 12,
- 6,
- 0.15656,
- "_VTYTINPSSHCNPNHLSYFK_"
- ],
- [
- 6747,
- 2,
- 8,
- 3,
- 0.099638,
- "_YDEVLHMVR_"
- ],
- [
- 4034,
- 2,
- 12,
- 2,
- 0.15656,
- "_EYCPQVFR_"
- ],
- [
- 11273,
- 2,
- 12,
- 3,
- 0.15656,
- "_NDASEVVLAGER_"
- ],
- [
- 9636,
- 2,
- 12,
- 3,
- 0.15656,
- "_EVFGDDSEISK_"
- ],
- [
- 5688,
- 3,
- 13,
- 2,
- 0.17078,
- "_FTENDKEYQEYLK_"
- ],
- [
- 12003,
- 2,
- 10,
- 4,
- 0.1281,
- "_VDSLLHGTFSAK_"
- ],
- [
- 28010,
- 2,
- 11,
- 5,
- 0.14232,
- "_LELSGCEQGLHEIK_"
- ],
- [
- 7564,
- 2,
- 11,
- 3,
- 0.14232,
- "_TNNFNVETLK_"
- ],
- [
- 4796,
- 2,
- 10,
- 2,
- 0.1281,
- "_AVLSCIAPSAK_"
- ],
- [
- 7652,
- 2,
- 9,
- 3,
- 0.11387,
- "_AAGCDFTNVVK_"
- ],
- [
- 6794,
- 2,
- 8,
- 2,
- 0.099638,
- "_DCLFRPLNK_"
- ],
- [
- 25553,
- 2,
- 10,
- 3,
- 0.1281,
- "_SVIFHNHLDYLAK_"
- ],
- [
- 24054,
- 2,
- 10,
- 2,
- 0.1281,
- "_LESLEETNPEYAK_"
- ],
- [
- 39458,
- 2,
- 11,
- 5,
- 0.14232,
- "_LSETISEGTSNSLSTCTK_"
- ],
- [
- 29888,
- 2,
- 11,
- 6,
- 0.14232,
- "_LYEAMCEFHEAEK_"
- ],
- [
- 4647,
- 2,
- 9,
- 2,
- 0.11387,
- "_DILEPQNER_"
- ],
- [
- 104,
- 2,
- 17,
- 4,
- 0.22775,
- "_EYLELEK_"
- ],
- [
- 24281,
- 2,
- 15,
- 3,
- 0.19926,
- "_EALEPSGENVIQNK_"
- ],
- [
- 10414,
- 3,
- 14,
- 6,
- 0.18502,
- "_LAQMISDHNDADFEEK_"
- ],
- [
- 1149,
- 4,
- 14,
- 5,
- 0.18502,
- "_LKEFLEDYDDDRDDPK_"
- ],
- [
- 5024,
- 4,
- 16,
- 6,
- 0.21351,
- "_EHDYRDEHFDFIQSHIR_"
- ],
- [
- 15724,
- 4,
- 18,
- 6,
- 0.242,
- "_VLVPGIPGHHAAIKPAPPQTEQVESK_"
- ],
- [
- 44897,
- 2,
- 16,
- 6,
- 0.21351,
- "_(Acetyl (Protein N-term))SNEVETSATNGQPDQQAAPK_"
- ],
- [
- 9808,
- 3,
- 16,
- 7,
- 0.21351,
- "_MWDPHNDPNAQGDAFK_"
- ],
- [
- 17400,
- 2,
- 15,
- 6,
- 0.19926,
- "_GGAEQFMEETER_"
- ],
- [
- 27734,
- 4,
- 19,
- 6,
- 0.25625,
- "_KYGGSVGSQPPPVAPEPGPVPSSPSQEPPTKR_"
- ],
- [
- 16068,
- 2,
- 14,
- 4,
- 0.18502,
- "_DTNFGTNCICR_"
- ],
- [
- 15321,
- 3,
- 15,
- 3,
- 0.19926,
- "_LKEFLEDYDDDRDDPK_"
- ],
- [
- 37058,
- 2,
- 17,
- 6,
- 0.22775,
- "_TGIEQGSDAGYLCESQK_"
- ],
- [
- 2936,
- 3,
- 16,
- 6,
- 0.21351,
- "_IDKTDYMVGSYGPR_"
- ],
- [
- 7364,
- 2,
- 14,
- 5,
- 0.18502,
- "_KILDDICVAK_"
- ],
- [
- 2617,
- 2,
- 22,
- 3,
- 0.29898,
- "_IAEVDASVVR_"
- ],
- [
- 11164,
- 3,
- 19,
- 6,
- 0.25625,
- "_LASALAPSIYEHEDIKK_"
- ],
- [
- 36860,
- 2,
- 21,
- 5,
- 0.28473,
- "_TAENATSGETLEENEAGD_"
- ],
- [
- 3829,
- 4,
- 23,
- 5,
- 0.31325,
- "_KLASQGDSISSQLGPIHPPPR_"
- ],
- [
- 19705,
- 2,
- 14,
- 4,
- 0.18502,
- "_TQLLQDVQDENK_"
- ],
- [
- 16951,
- 3,
- 14,
- 6,
- 0.185,
- "_VASLLEHHALQLCQQTGR_"
- ],
- [
- 37407,
- 2,
- 12,
- 6,
- 0.15654,
- "_MEDSVGCLETAEEVKR_"
- ],
- [
- 24835,
- 2,
- 17,
- 6,
- 0.22772,
- "_GATVLPANTPGNVGSGK_"
- ],
- [
- 10208,
- 2,
- 12,
- 4,
- 0.15654,
- "_YSGSYNDYLR_"
- ],
- [
- 20315,
- 2,
- 9,
- 4,
- 0.11386,
- "_ETLEDGFPVHDGK_"
- ],
- [
- 42875,
- 2,
- 12,
- 3,
- 0.15654,
- "_TCADVDECSTTFPCSQR_"
- ],
- [
- 449,
- 3,
- 17,
- 5,
- 0.22772,
- "_QVAPESHWPELR_"
- ],
- [
- 470,
- 2,
- 7,
- 4,
- 0.085365,
- "_TYSLGSALR_"
- ],
- [
- 23217,
- 2,
- 10,
- 3,
- 0.12809,
- "_ETENDDVTNVIQK_"
- ],
- [
- 12136,
- 3,
- 13,
- 5,
- 0.17078,
- "_CWIADNRPSVEFHER_"
- ],
- [
- 20973,
- 3,
- 24,
- 7,
- 0.32747,
- "_KLASQGDSISSQLGPIHPPPR_"
- ],
- [
- 19683,
- 3,
- 14,
- 5,
- 0.185,
- "_RPEFQTLLTESESEHGER_"
- ],
- [
- 27270,
- 2,
- 7,
- 2,
- 0.085365,
- "_GAPEPGTQDASIPVEK_"
- ],
- [
- 18434,
- 2,
- 12,
- 4,
- 0.15654,
- "_VTYADTLNHLEK_"
- ],
- [
- 19247,
- 2,
- 13,
- 4,
- 0.17078,
- "_QPPIQSTAGAVPVR_"
- ],
- [
- 20659,
- 2,
- 6,
- 3,
- 0.071135,
- "_EANYIAEELDKR_"
- ],
- [
- 13251,
- 2,
- 12,
- 5,
- 0.15654,
- "_TSEVDLAKPLVK_"
- ],
- [
- 21323,
- 2,
- 11,
- 3,
- 0.14231,
- "_HPDSSVNFAEFSK_"
- ],
- [
- 663,
- 2,
- 10,
- 5,
- 0.12809,
- "_ELSAEYLR_"
- ],
- [
- 12644,
- 3,
- 11,
- 4,
- 0.14231,
- "_RPTVSSDLENIDTGVNSK_"
- ],
- [
- 5708,
- 2,
- 19,
- 5,
- 0.25622,
- "_DAGMQLQGYR_"
- ],
- [
- 6238,
- 2,
- 10,
- 3,
- 0.12809,
- "_EYITPAQISK_"
- ],
- [
- 38336,
- 2,
- 15,
- 5,
- 0.19924,
- "_EKEDPEPSTDGTYVWK_"
- ],
- [
- 9159,
- 2,
- 14,
- 4,
- 0.185,
- "_YVMTTTTLER_"
- ],
- [
- 1703,
- 2,
- 11,
- 2,
- 0.14231,
- "_SPEVLLGSAR_"
- ],
- [
- 127,
- 2,
- 15,
- 4,
- 0.19924,
- "_KLLDIVAR_"
- ],
- [
- 8850,
- 2,
- 8,
- 3,
- 0.099627,
- "_GSSAAGLTASVMR_"
- ],
- [
- 7748,
- 2,
- 11,
- 3,
- 0.14231,
- "_ALINSPEGAVGR_"
- ],
- [
- 778,
- 2,
- 15,
- 5,
- 0.19924,
- "_QLMGQVLAK_"
- ],
- [
- 26754,
- 3,
- 12,
- 2,
- 0.15654,
- "_QLPAPQDEEWASSDAQHGPQGK_"
- ],
- [
- 6412,
- 4,
- 12,
- 7,
- 0.15654,
- "_FQMQVLPQCGHAVHEDAPDK_"
- ],
- [
- 22625,
- 2,
- 12,
- 3,
- 0.15654,
- "_GQGTLSVVTMYHAK_"
- ],
- [
- 2684,
- 3,
- 23,
- 5,
- 0.31317,
- "_ELHINLIPNKQDR_"
- ],
- [
- 12815,
- 2,
- 20,
- 6,
- 0.27044,
- "_ELISNSSDALDK_"
- ],
- [
- 29639,
- 2,
- 20,
- 5,
- 0.27044,
- "_SNMGHPEPASGLAALAK_"
- ],
- [
- 43775,
- 2,
- 11,
- 5,
- 0.14232,
- "_GSQCQSASSGNECNLGVWK_"
- ],
- [
- 17918,
- 2,
- 11,
- 3,
- 0.14232,
- "_QEVPMYTGSEPR_"
- ],
- [
- 20394,
- 3,
- 11,
- 5,
- 0.14232,
- "_QSDENNLKDPGGSEFDSISK_"
- ],
- [
- 16523,
- 3,
- 12,
- 5,
- 0.15654,
- "_YEDICPSTHNM(Oxidation (M))DVPNIK_"
- ],
- [
- 18247,
- 4,
- 20,
- 4,
- 0.27044,
- "_TEEQGIPRPLHPPPPPPVQPPQHPR_"
- ],
- [
- 27953,
- 2,
- 11,
- 3,
- 0.14232,
- "_EPLSSETQYSVDTR_"
- ],
- [
- 34737,
- 3,
- 12,
- 5,
- 0.15654,
- "_CSDNTEVEVSNLENKQPVESTSAK_"
- ],
- [
- 20794,
- 2,
- 11,
- 2,
- 0.14232,
- "_EATWTM(Oxidation (M))SNITAGR_"
- ],
- [
- 8833,
- 4,
- 12,
- 7,
- 0.15654,
- "_SMEQLTSSLNEGENTHMIHQK_"
- ],
- [
- 3473,
- 3,
- 20,
- 2,
- 0.27044,
- "_FPPEASGYLHIGHAK_"
- ],
- [
- 31743,
- 2,
- 9,
- 5,
- 0.11385,
- "_QVSSECQGEMLDYR_"
- ],
- [
- 1770,
- 2,
- 17,
- 3,
- 0.2277,
- "_LTDAQILTR_"
- ],
- [
- 27868,
- 2,
- 10,
- 2,
- 0.12808,
- "_DQQEAAPPGSVDHMK_"
- ],
- [
- 12967,
- 2,
- 9,
- 5,
- 0.11385,
- "_TFDQLTPEESK_"
- ],
- [
- 3563,
- 2,
- 16,
- 4,
- 0.21346,
- "_VTQLDLDGPK_"
- ],
- [
- 36397,
- 2,
- 10,
- 4,
- 0.12808,
- "_KNEEMEVMEVEDEGR_"
- ],
- [
- 44923,
- 3,
- 9,
- 7,
- 0.11385,
- "_MNNPSETSKPSMESGDGNTGTQTNGLDFQK_"
- ],
- [
- 3199,
- 3,
- 18,
- 6,
- 0.24195,
- "_LELSGCEQGLHEIK_"
- ],
- [
- 18042,
- 3,
- 16,
- 4,
- 0.21346,
- "_VAHPIRPKPPSATSIPAILK_"
- ],
- [
- 40778,
- 2,
- 11,
- 4,
- 0.14232,
- "_SPGSSWQEYGPSDTCGSR_"
- ],
- [
- 37734,
- 2,
- 16,
- 5,
- 0.21346,
- "_LAQMISDHNDADFEEK_"
- ],
- [
- 1848,
- 2,
- 14,
- 6,
- 0.185,
- "_GLAVNMVDSK_"
- ],
- [
- 10790,
- 2,
- 14,
- 4,
- 0.185,
- "_DTYLSHFNPR_"
- ],
- [
- 25214,
- 2,
- 14,
- 4,
- 0.185,
- "_GCTIVKPFNLSQGK_"
- ],
- [
- 15575,
- 2,
- 16,
- 5,
- 0.21346,
- "_VPSNASWEQAMK_"
- ],
- [
- 13593,
- 2,
- 18,
- 3,
- 0.24195,
- "_HFSGLEEAVYR_"
- ],
- [
- 36005,
- 2,
- 8,
- 5,
- 0.09959,
- "_PYCNHPCYAAMFGPK_"
- ],
- [
- 47181,
- 2,
- 15,
- 8,
- 0.19922,
- "_(Acetyl (Protein N-term))MDPNCSCATGGSCTCAGSCK_"
- ],
- [
- 4975,
- 3,
- 8,
- 5,
- 0.09959,
- "_SGINPFDSQEAKPYK_"
- ],
- [
- 4525,
- 4,
- 8,
- 6,
- 0.099589,
- "_HMSADDLNDGFVLDKDDRR_"
- ],
- [
- 27508,
- 2,
- 10,
- 5,
- 0.12808,
- "_EKEEADLLLEQQR_"
- ],
- [
- 26684,
- 2,
- 12,
- 6,
- 0.15655,
- "_MSTANTDPFKDDLK_"
- ],
- [
- 38210,
- 2,
- 10,
- 3,
- 0.12808,
- "_IVFSGNLFQHQEDSKK_"
- ],
- [
- 31167,
- 2,
- 10,
- 2,
- 0.12808,
- "_IPGTDAQAQAEDMNVK_"
- ],
- [
- 2367,
- 2,
- 10,
- 3,
- 0.12808,
- "_EAYEAGLIGK_"
- ],
- [
- 46334,
- 2,
- 12,
- 4,
- 0.15655,
- "_LSELAASTSVQEQNTTDEEK_"
- ],
- [
- 10125,
- 3,
- 8,
- 2,
- 0.099589,
- "_MEDSVGCLETAEEVKR_"
- ],
- [
- 36809,
- 2,
- 10,
- 4,
- 0.12808,
- "_SMSSSLSASQLHTVNMR_"
- ],
- [
- 8267,
- 2,
- 9,
- 2,
- 0.11382,
- "_HPSLQVLICK_"
- ],
- [
- 24524,
- 2,
- 11,
- 5,
- 0.14231,
- "_NSEIVVKPNLEYK_"
- ],
- [
- 49106,
- 2,
- 9,
- 3,
- 0.11382,
- "_VAGEAAETDSEPEPEPEPTAAPR_"
- ],
- [
- 3006,
- 3,
- 11,
- 2,
- 0.14231,
- "_EIHATIPETGLMHR_"
- ],
- [
- 3820,
- 2,
- 11,
- 4,
- 0.14231,
- "_KLITDEFVK_"
- ],
- [
- 38391,
- 2,
- 9,
- 4,
- 0.11382,
- "_(Acetyl (Protein N-term))SGDHLHNDSQIEADFR_"
- ],
- [
- 27318,
- 2,
- 8,
- 2,
- 0.099589,
- "_GHTQDTNTFFLCR_"
- ],
- [
- 39871,
- 2,
- 11,
- 4,
- 0.14231,
- "_AEGPVAVVVNGHTEGPAPAR_"
- ],
- [
- 18671,
- 2,
- 11,
- 5,
- 0.14231,
- "_TAVSCLSQNDWK_"
- ],
- [
- 19085,
- 2,
- 10,
- 3,
- 0.12808,
- "_VQTLNEQDWER_"
- ],
- [
- 11865,
- 3,
- 9,
- 5,
- 0.11382,
- "_ANSHFATAFYQHLADSK_"
- ],
- [
- 31587,
- 3,
- 9,
- 5,
- 0.11382,
- "_HSSETFSSTTTVTPVSPSFAHNPK_"
- ],
- [
- 13512,
- 2,
- 12,
- 6,
- 0.15655,
- "_IHIDLPNEQAR_"
- ],
- [
- 2057,
- 2,
- 15,
- 3,
- 0.19923,
- "_KNYLIDFK_"
- ],
- [
- 6298,
- 2,
- 14,
- 3,
- 0.18499,
- "_APASVLPAATPR_"
- ],
- [
- 3697,
- 2,
- 13,
- 2,
- 0.17077,
- "_DLEEWNQR_"
- ],
- [
- 16814,
- 2,
- 13,
- 6,
- 0.17077,
- "_GLQPGTTDQDLVK_"
- ],
- [
- 8313,
- 2,
- 16,
- 5,
- 0.21345,
- "_TAITVEHLAIK_"
- ],
- [
- 15349,
- 2,
- 16,
- 6,
- 0.21345,
- "_ADDGRPFPQVIK_"
- ],
- [
- 33599,
- 2,
- 12,
- 6,
- 0.22769,
- "_AGEGTYALDSESCMEK_"
- ],
- [
- 781,
- 3,
- 17,
- 6,
- 0.22769,
- "_MIVDPVEPHGEMK_"
- ],
- [
- 14306,
- 2,
- 17,
- 5,
- 0.22769,
- "_SVVALHNLINNK_"
- ],
- [
- 29479,
- 2,
- 17,
- 4,
- 0.22769,
- "_RQVQSLTCEVDALK_"
- ],
- [
- 20894,
- 2,
- 18,
- 4,
- 0.24193,
- "_FPAAQAPDPSETPK_"
- ],
- [
- 4749,
- 3,
- 14,
- 3,
- 0.18499,
- "_QGQIINPSEDPHLPK_"
- ],
- [
- 13322,
- 2,
- 12,
- 4,
- 0.15655,
- "_FNGTHIPGSPFK_"
- ],
- [
- 25461,
- 2,
- 19,
- 4,
- 0.25618,
- "_QSSATSSFGGLGGGSVR_"
- ],
- [
- 8774,
- 3,
- 19,
- 6,
- 0.25618,
- "_DKFNECGHVLYADIK_"
- ],
- [
- 47394,
- 2,
- 20,
- 4,
- 0.2704,
- "_STCSCPDLQPNGQDLGENSR_"
- ],
- [
- 4469,
- 2,
- 15,
- 2,
- 0.19922,
- "_GSLPANVPTPR_"
- ],
- [
- 9053,
- 2,
- 15,
- 4,
- 0.19922,
- "_GIKPVTLELGGK_"
- ],
- [
- 5258,
- 3,
- 12,
- 5,
- 0.15654,
- "_HVFCYDCAILHEK_"
- ],
- [
- 3569,
- 2,
- 7,
- 2,
- 0.085359,
- "_TILGPTENIK_"
- ],
- [
- 9673,
- 3,
- 16,
- 6,
- 0.21346,
- "_SFAGAVSPQEEEEFRR_"
- ],
- [
- 22898,
- 2,
- 16,
- 5,
- 0.21346,
- "_QTLQSEQPLQVAR_"
- ],
- [
- 35007,
- 2,
- 8,
- 5,
- 0.099596,
- "_DVDIIDHHDNTYTVK_"
- ],
- [
- 47049,
- 2,
- 9,
- 2,
- 0.11381,
- "_SFFHQHYLGGQEPTPSNIR_"
- ],
- [
- 46653,
- 2,
- 11,
- 5,
- 0.14231,
- "_EDKQPEQATTSAQVACLYR_"
- ],
- [
- 47289,
- 2,
- 10,
- 4,
- 0.12805,
- "_SSISETLSGTDTFSSSNNHEK_"
- ],
- [
- 9607,
- 2,
- 9,
- 2,
- 0.11381,
- "_VVQDTYQIMK_"
- ],
- [
- 29632,
- 2,
- 21,
- 4,
- 0.28465,
- "_THMVVANTMEDFQK_"
- ],
- [
- 11071,
- 3,
- 11,
- 5,
- 0.14231,
- "_(Acetyl (Protein N-term))SGDHLHNDSQIEADFR_"
- ],
- [
- 33357,
- 2,
- 12,
- 4,
- 0.15654,
- "_EYEVMYSSSCETTR_"
- ],
- [
- 21304,
- 2,
- 11,
- 2,
- 0.14231,
- "_GSYLTVTLQRPTK_"
- ],
- [
- 1653,
- 2,
- 20,
- 2,
- 0.2704,
- "_VNPIQGLASK_"
- ],
- [
- 50865,
- 2,
- 10,
- 2,
- 0.12805,
- "_HEENQLTADNPEGNGDLSATEVSK_"
- ],
- [
- 27128,
- 2,
- 10,
- 3,
- 0.12805,
- "_GQVFALSTHPYGCR_"
- ],
- [
- 3101,
- 2,
- 11,
- 3,
- 0.14231,
- "_ISIEGNIAAGK_"
- ],
- [
- 34343,
- 2,
- 18,
- 4,
- 0.24192,
- "_AGSSTPGDAPPAVAEVQGR_"
- ],
- [
- 23580,
- 2,
- 9,
- 5,
- 0.11381,
- "_IVGPEENLSQAEAR_"
- ],
- [
- 4546,
- 2,
- 14,
- 2,
- 0.18499,
- "_FNDIHVPIR_"
- ],
- [
- 17612,
- 3,
- 13,
- 7,
- 0.17077,
- "_DVQNFPAATDEKDKFVEK_"
- ],
- [
- 164,
- 2,
- 14,
- 4,
- 0.18499,
- "_QTPSDFLK_"
- ],
- [
- 35826,
- 2,
- 13,
- 5,
- 0.17077,
- "_TTWGDGGENSPCNVVSK_"
- ],
- [
- 15673,
- 2,
- 14,
- 3,
- 0.18499,
- "_EIAQEFKTDLR_"
- ],
- [
- 6261,
- 3,
- 13,
- 7,
- 0.17077,
- "_HEWQVNGLDDIKDR_"
- ],
- [
- 20907,
- 3,
- 14,
- 7,
- 0.18499,
- "_GPAWVGSHGVLQHTQGLPADR_"
- ],
- [
- 7296,
- 2,
- 11,
- 3,
- 0.14228,
- "_GYLISGSSYAR_"
- ],
- [
- 4328,
- 2,
- 9,
- 2,
- 0.11383,
- "_LDSSAVLDTGK_"
- ],
- [
- 26139,
- 2,
- 14,
- 5,
- 0.18501,
- "_VFSANSTAACTELAK_"
- ],
- [
- 5945,
- 2,
- 12,
- 4,
- 0.15655,
- "_VFIVGGANPNR_"
- ],
- [
- 27799,
- 2,
- 10,
- 4,
- 0.12805,
- "_GELEASQQQVEVYK_"
- ],
- [
- 6215,
- 3,
- 11,
- 2,
- 0.14228,
- "_YQVGVHYELTEEEK_"
- ],
- [
- 12361,
- 2,
- 10,
- 3,
- 0.12805,
- "_SPWCYTTDPR_"
- ],
- [
- 3307,
- 2,
- 11,
- 3,
- 0.14228,
- "_SIDTGMGLER_"
- ],
- [
- 13730,
- 2,
- 11,
- 2,
- 0.14228,
- "_EAGEDEEGFLSK_"
- ],
- [
- 34337,
- 2,
- 18,
- 3,
- 0.24192,
- "_EEASDDDMEGDEAVVR_"
- ],
- [
- 19065,
- 2,
- 7,
- 2,
- 0.085358,
- "_QQLQQVPGLLHR_"
- ],
- [
- 9295,
- 2,
- 7,
- 2,
- 0.085358,
- "_ETVDQVEELR_"
- ],
- [
- 1614,
- 2,
- 7,
- 3,
- 0.085358,
- "_FDECVLDK_"
- ],
- [
- 18156,
- 2,
- 11,
- 4,
- 0.14228,
- "_HPVSALMEICNK_"
- ],
- [
- 5670,
- 2,
- 24,
- 5,
- 0.32738,
- "_YEELQSLAGK_"
- ],
- [
- 40072,
- 2,
- 9,
- 5,
- 0.11383,
- "_EMIQHCVNANIDEAYK_"
- ],
- [
- 8078,
- 2,
- 14,
- 4,
- 0.18501,
- "_LFFAGEHTIR_"
- ],
- [
- 9976,
- 3,
- 9,
- 2,
- 0.11383,
- "_RGDALIEMESEQDVQK_"
- ],
- [
- 32371,
- 2,
- 11,
- 3,
- 0.14228,
- "_ENTSVLQQNPSLSGSR_"
- ],
- [
- 4662,
- 2,
- 10,
- 4,
- 0.12805,
- "_ILIENGVAER_"
- ],
- [
- 12925,
- 2,
- 8,
- 2,
- 0.099597,
- "_VAVFTENASEVK_"
- ],
- [
- 2814,
- 2,
- 25,
- 4,
- 0.34162,
- "_SEIDMNDIK_"
- ],
- [
- 36530,
- 2,
- 13,
- 6,
- 0.17077,
- "_AHAAVWNAQEAQADFAK_"
- ],
- [
- 33248,
- 2,
- 13,
- 7,
- 0.17077,
- "_YGISSMIQSQEKPDR_"
- ],
- [
- 14061,
- 2,
- 8,
- 5,
- 0.099597,
- "_DDALVITHYNR_"
- ],
- [
- 15819,
- 2,
- 17,
- 2,
- 0.2277,
- "_ILDEIEEHNIK_"
- ],
- [
- 22315,
- 2,
- 16,
- 5,
- 0.21346,
- "_TSVQPTFTASQYR_"
- ],
- [
- 22931,
- 4,
- 13,
- 6,
- 0.17077,
- "_VLVHRPHGPELDADPYDPGEEDPAQSR_"
- ],
- [
- 4306,
- 3,
- 13,
- 4,
- 0.17077,
- "_EALLSSAVDHGSDEVK_"
- ],
- [
- 17948,
- 2,
- 8,
- 3,
- 0.099597,
- "_VLPTQPNPVDASR_"
- ],
- [
- 20823,
- 2,
- 13,
- 5,
- 0.17077,
- "_TELISVSEVHPSR_"
- ],
- [
- 16146,
- 2,
- 10,
- 4,
- 0.12805,
- "_ISDTGLAAGTVPEK_"
- ],
- [
- 9486,
- 2,
- 5,
- 2,
- 0.056918,
- "_PSATGYLGSVAAK_"
- ],
- [
- 23842,
- 2,
- 12,
- 4,
- 0.15655,
- "_VTLLHHVLEEAEK_"
- ],
- [
- 18681,
- 2,
- 17,
- 5,
- 0.2277,
- "_LTIHGDLYYEGK_"
- ],
- [
- 12740,
- 2,
- 9,
- 3,
- 0.11383,
- "_KAVAFSPVTELK_"
- ],
- [
- 1204,
- 2,
- 12,
- 4,
- 0.15655,
- "_DVYTGDALR_"
- ],
- [
- 10780,
- 2,
- 12,
- 2,
- 0.15655,
- "_DNVDDPTGNFR_"
- ],
- [
- 1754,
- 2,
- 21,
- 3,
- 0.28466,
- "_LYIDSYEK_"
- ],
- [
- 297,
- 3,
- 18,
- 5,
- 0.24197,
- "_VTNEFVHINNLK_"
- ],
- [
- 29969,
- 2,
- 6,
- 3,
- 0.071189,
- "_QFEGLVDDCEYKR_"
- ],
- [
- 22184,
- 2,
- 11,
- 3,
- 0.14232,
- "_GYHYATCLEGALK_"
- ],
- [
- 18790,
- 3,
- 10,
- 6,
- 0.12811,
- "_SYTIHYSDQGTDWKPYR_"
- ],
- [
- 32223,
- 3,
- 10,
- 6,
- 0.12811,
- "_EQPQQTVIADHSLSASHMETTMK_"
- ],
- [
- 42463,
- 3,
- 11,
- 3,
- 0.14232,
- "_NHSVNEEEQEEQGEGSEDEWEQVGPR_"
- ],
- [
- 28432,
- 3,
- 12,
- 6,
- 0.15655,
- "_LAAQENRPVTDHLDEQAVQGLK_"
- ],
- [
- 14714,
- 2,
- 8,
- 2,
- 0.099628,
- "_AAELWGEQAEAR_"
- ],
- [
- 39065,
- 2,
- 17,
- 3,
- 0.22773,
- "_IMLFTNEDNPHGNDSAK_"
- ],
- [
- 6655,
- 3,
- 15,
- 5,
- 0.19928,
- "_YGISSMIQSQEKPDR_"
- ],
- [
- 9952,
- 2,
- 14,
- 2,
- 0.18504,
- "_AVAGDASESALLK_"
- ],
- [
- 5330,
- 2,
- 14,
- 4,
- 0.18504,
- "_EELVAEQALK_"
- ],
- [
- 18595,
- 2,
- 11,
- 2,
- 0.14232,
- "_FVSSHQGFSGILK_"
- ],
- [
- 31836,
- 3,
- 12,
- 5,
- 0.15655,
- "_HEENQLTADNPEGNGDLSATEVSK_"
- ],
- [
- 28777,
- 3,
- 11,
- 6,
- 0.14232,
- "_CVACQNPDKPSPSTSVPAPASFK_"
- ],
- [
- 9110,
- 3,
- 19,
- 3,
- 0.25619,
- "_QLPAQPPEHAVDGEGFK_"
- ],
- [
- 2023,
- 4,
- 15,
- 6,
- 0.19928,
- "_IMRPDDANVAGNVHGGTILK_"
- ],
- [
- 18551,
- 2,
- 14,
- 5,
- 0.18504,
- "_LNHVAAGLVSPSLK_"
- ],
- [
- 5728,
- 3,
- 12,
- 4,
- 0.15655,
- "_EGEDMIAEEHFGSEK_"
- ],
- [
- 38517,
- 2,
- 9,
- 3,
- 0.11387,
- "_(Acetyl (Protein N-term))TAEDSTAAMSSDSAAGSSAK_"
- ],
- [
- 31970,
- 2,
- 12,
- 5,
- 0.15655,
- "_EGEDMIAEEHFGSEK_"
- ],
- [
- 44543,
- 2,
- 13,
- 3,
- 0.17082,
- "_SPDGDGVGNSYIEDNDDDSK_"
- ],
- [
- 22868,
- 2,
- 16,
- 2,
- 0.2135,
- "_GSGTASDDEFENLR_"
- ],
- [
- 6311,
- 3,
- 14,
- 5,
- 0.18504,
- "_YFCHCCSVEIVPR_"
- ],
- [
- 17516,
- 3,
- 13,
- 5,
- 0.17082,
- "_IMRPDDANVAGNVHGGTILK_"
- ],
- [
- 11187,
- 3,
- 13,
- 5,
- 0.17082,
- "_IREPLTAQQLETTTER_"
- ],
- [
- 24536,
- 3,
- 14,
- 4,
- 0.18504,
- "_NDHLTSTTSSPGVIVPESSENK_"
- ],
- [
- 1008,
- 2,
- 21,
- 4,
- 0.28466,
- "_LLPLNDCR_"
- ],
- [
- 1049,
- 2,
- 10,
- 3,
- 0.12811,
- "_RTFPVLLR_"
- ],
- [
- 33984,
- 2,
- 38,
- 4,
- 0.52679,
- "_SDEDDWSKPLPPSER_"
- ],
- [
- 6716,
- 2,
- 12,
- 4,
- 0.15657,
- "_VSGSQIVDIDK_"
- ],
- [
- 766,
- 2,
- 10,
- 2,
- 0.12812,
- "_FCLQYTR_"
- ],
- [
- 8164,
- 2,
- 16,
- 4,
- 0.21353,
- "_NMDSMPELQK_"
- ],
- [
- 12747,
- 3,
- 10,
- 6,
- 0.12812,
- "_EMIQHCVNANIDEAYK_"
- ],
- [
- 29044,
- 2,
- 17,
- 5,
- 0.22775,
- "_AEKDEPGAWEETFK_"
- ],
- [
- 186,
- 2,
- 25,
- 2,
- 0.34166,
- "_VEILNPPR_"
- ],
- [
- 905,
- 2,
- 10,
- 4,
- 0.12812,
- "_LGLDYEER_"
- ],
- [
- 38156,
- 2,
- 10,
- 3,
- 0.12812,
- "_SQNGGEPDFHAVEPYTK_"
- ],
- [
- 3610,
- 2,
- 11,
- 4,
- 0.14235,
- "_ILSVNGQDLK_"
- ],
- [
- 23445,
- 3,
- 11,
- 5,
- 0.14235,
- "_VNFQIHHEGGENISASPLTSK_"
- ],
- [
- 9378,
- 3,
- 15,
- 4,
- 0.19929,
- "_AHAAVWNAQEAQADFAK_"
- ],
- [
- 30480,
- 3,
- 11,
- 6,
- 0.14235,
- "_ILGENAKPNYGCQVTIQSEQEK_"
- ],
- [
- 20046,
- 2,
- 18,
- 6,
- 0.24197,
- "_LSCFAQTVSPAEK_"
- ],
- [
- 50770,
- 2,
- 11,
- 3,
- 0.14235,
- "_DTSATSQSVNGSPQAEQPSLESTSK_"
- ],
- [
- 8671,
- 2,
- 15,
- 5,
- 0.19929,
- "_ATISNDGATILK_"
- ],
- [
- 7260,
- 2,
- 11,
- 4,
- 0.14235,
- "_GFTAAGILSAHK_"
- ],
- [
- 46540,
- 2,
- 8,
- 6,
- 0.099654,
- "_DSELSDTDSGCCLGQSESDK_"
- ],
- [
- 18340,
- 2,
- 14,
- 5,
- 0.18506,
- "_GNEEAQIFRPLK_"
- ],
- [
- 13064,
- 2,
- 8,
- 5,
- 0.099654,
- "_LM(Oxidation (M))IEMDGTENK_"
- ],
- [
- 30785,
- 2,
- 8,
- 5,
- 0.099654,
- "_FSEGVLQSPSQDQEK_"
- ],
- [
- 22560,
- 2,
- 11,
- 6,
- 0.14235,
- "_HWTFSSEEQLAR_"
- ],
- [
- 6725,
- 3,
- 13,
- 5,
- 0.1708,
- "_EYWMDPEGEM(Oxidation (M))KPGR_"
- ],
- [
- 19348,
- 3,
- 14,
- 6,
- 0.18506,
- "_HIQQVDCSGNDLEQLHIK_"
- ],
- [
- 10300,
- 2,
- 16,
- 4,
- 0.21353,
- "_EYLLGSTAEEK_"
- ],
- [
- 1555,
- 2,
- 13,
- 5,
- 0.1708,
- "_LLHIEELR_"
- ],
- [
- 9690,
- 2,
- 17,
- 4,
- 0.22775,
- "_IISDNLTYCK_"
- ],
- [
- 5760,
- 3,
- 13,
- 5,
- 0.1708,
- "_MKEEVPTALVEAHVR_"
- ],
- [
- 25336,
- 2,
- 9,
- 4,
- 0.11388,
- "_LWNMPENNGLHAR_"
- ],
- [
- 8743,
- 2,
- 14,
- 2,
- 0.18506,
- "_VDAQFGGIDQR_"
- ],
- [
- 280,
- 2,
- 11,
- 3,
- 0.14235,
- "_AELGEYIR_"
- ],
- [
- 41402,
- 2,
- 13,
- 6,
- 0.1708,
- "_DSLGAYSETHSDDVTQVR_"
- ],
- [
- 4883,
- 3,
- 11,
- 4,
- 0.14235,
- "_VAFDPEQKPLHGVLK_"
- ],
- [
- 21057,
- 2,
- 6,
- 2,
- 0.071212,
- "_QTLDELDKLQQK_"
- ],
- [
- 30198,
- 2,
- 9,
- 4,
- 0.11388,
- "_QLSVEPYSQEEAER_"
- ],
- [
- 11815,
- 2,
- 13,
- 5,
- 0.17082,
- "_QIAEEDFYEK_"
- ],
- [
- 36006,
- 2,
- 13,
- 3,
- 0.17082,
- "_ENGGTEPDASAPAEPGWK_"
- ],
- [
- 15185,
- 2,
- 12,
- 4,
- 0.1566,
- "_DLHDANTDLIGR_"
- ],
- [
- 16767,
- 2,
- 16,
- 6,
- 0.21354,
- "_NVDILKDPETVK_"
- ],
- [
- 4967,
- 2,
- 11,
- 4,
- 0.14236,
- "_DLLPHQELR_"
- ],
- [
- 29925,
- 2,
- 12,
- 6,
- 0.1566,
- "_QQEPLGEDCPSELR_"
- ],
- [
- 16551,
- 2,
- 13,
- 4,
- 0.17082,
- "_QQELDNLLHEK_"
- ],
- [
- 1283,
- 3,
- 13,
- 2,
- 0.17082,
- "_VTLLHHVLEEAEK_"
- ],
- [
- 9752,
- 2,
- 12,
- 4,
- 0.1566,
- "_IQAEVEAQLAR_"
- ],
- [
- 17341,
- 2,
- 12,
- 3,
- 0.1566,
- "_GSSAGGLQHLVSIR_"
- ],
- [
- 14572,
- 2,
- 13,
- 4,
- 0.17082,
- "_ADFFEDENGQR_"
- ],
- [
- 37414,
- 2,
- 8,
- 5,
- 0.099683,
- "_GLQAPAGEPTQEASGVAAAK_"
- ],
- [
- 44192,
- 2,
- 13,
- 6,
- 0.17082,
- "_STIGVMVTASHNPEEDNGVK_"
- ],
- [
- 28859,
- 2,
- 16,
- 4,
- 0.21354,
- "_ELAEQLGLSTGEKEK_"
- ],
- [
- 13790,
- 2,
- 9,
- 4,
- 0.1139,
- "_GQDDLVVCLHR_"
- ],
- [
- 20660,
- 2,
- 7,
- 3,
- 0.085458,
- "_EIADYLAAGKDER_"
- ],
- [
- 32647,
- 2,
- 17,
- 4,
- 0.22777,
- "_YQVGVHYELTEEEK_"
- ],
- [
- 6361,
- 2,
- 9,
- 2,
- 0.1139,
- "_AVPVESPVQKV_"
- ],
- [
- 4460,
- 2,
- 15,
- 3,
- 0.19931,
- "_LLVGSEDYGR_"
- ],
- [
- 23201,
- 3,
- 15,
- 7,
- 0.19931,
- "_VGVGTCGIADKPMTQYQDTSK_"
- ],
- [
- 69,
- 2,
- 9,
- 3,
- 0.1139,
- "_EVDVNLPK_"
- ],
- [
- 3485,
- 2,
- 9,
- 3,
- 0.1139,
- "_NLFQQYDR_"
- ],
- [
- 686,
- 2,
- 10,
- 3,
- 0.12812,
- "_EVFEMATR_"
- ],
- [
- 23268,
- 2,
- 14,
- 5,
- 0.18505,
- "_QHAAVLEEGVLDPK_"
- ],
- [
- 17066,
- 2,
- 14,
- 3,
- 0.18505,
- "_SDSYVLLEHSVK_"
- ],
- [
- 27194,
- 2,
- 10,
- 3,
- 0.12812,
- "_IQQILTSTGFSDKR_"
- ],
- [
- 47339,
- 2,
- 10,
- 5,
- 0.12812,
- "_YLTEHPDPNNENIVGYNNK_"
- ],
- [
- 42409,
- 2,
- 10,
- 5,
- 0.12812,
- "_KVTHAVVTVPAYFNDAQR_"
- ],
- [
- 31082,
- 2,
- 13,
- 4,
- 0.17082,
- "_FNPETDYLTGTDGKK_"
- ],
- [
- 10577,
- 2,
- 14,
- 6,
- 0.18505,
- "_FTATASLGVIHK_"
- ],
- [
- 2600,
- 2,
- 13,
- 3,
- 0.17082,
- "_LEDTYFDR_"
- ],
- [
- 7781,
- 2,
- 11,
- 2,
- 0.14236,
- "_YAASENIFNR_"
- ],
- [
- 2778,
- 2,
- 14,
- 4,
- 0.18505,
- "_MNGMLLNDR_"
- ],
- [
- 44696,
- 2,
- 11,
- 5,
- 0.14236,
- "_SSGAAPAPASASAPAPVPGGEAER_"
- ],
- [
- 3760,
- 3,
- 17,
- 6,
- 0.22777,
- "_AEKDEPGAWEETFK_"
- ],
- [
- 21749,
- 3,
- 23,
- 8,
- 0.31316,
- "_NGTQVHGTITGVDVSMNTHLK_"
- ],
- [
- 35013,
- 2,
- 11,
- 4,
- 0.14236,
- "_ELFQTPGHTEEAVAAGK_"
- ],
- [
- 41733,
- 2,
- 8,
- 4,
- 0.099689,
- "_KNYMSNPSYNYEIVNR_"
- ],
- [
- 958,
- 2,
- 9,
- 3,
- 0.11391,
- "_LRFDFTAK_"
- ],
- [
- 12900,
- 3,
- 9,
- 4,
- 0.11391,
- "_KPVSTTNLQDPGVLGCPR_"
- ],
- [
- 27927,
- 2,
- 10,
- 5,
- 0.12813,
- "_NLLESIPTHSDQEK_"
- ],
- [
- 5155,
- 2,
- 12,
- 2,
- 0.15659,
- "_IAYVYPDER_"
- ],
- [
- 5217,
- 3,
- 13,
- 4,
- 0.17083,
- "_ARLEIEPEWAYGKK_"
- ],
- [
- 31483,
- 2,
- 8,
- 3,
- 0.099689,
- "_DLCCGHCFQELEK_"
- ],
- [
- 16586,
- 2,
- 11,
- 5,
- 0.14235,
- "_(Acetyl (Protein N-term))SYDYHQNWGR_"
- ],
- [
- 16912,
- 2,
- 11,
- 4,
- 0.14235,
- "_GDAGENTALLEAGR_"
- ],
- [
- 5096,
- 3,
- 13,
- 4,
- 0.17083,
- "_FNPETDYLTGTDGKK_"
- ],
- [
- 47128,
- 2,
- 12,
- 5,
- 0.15659,
- "_QGQGLSLCQNGESPNCVEDK_"
- ],
- [
- 32363,
- 2,
- 11,
- 5,
- 0.14235,
- "_SVEEFMDSSVEDSKK_"
- ],
- [
- 21516,
- 2,
- 11,
- 4,
- 0.14235,
- "_DQNPEQLAGVGQGR_"
- ],
- [
- 34861,
- 2,
- 11,
- 2,
- 0.14235,
- "_YQHLITNSFVECNR_"
- ],
- [
- 18352,
- 3,
- 11,
- 5,
- 0.14235,
- "_YGM(Oxidation (M))NPHQTPAQLYTLQPK_"
- ],
- [
- 21771,
- 3,
- 17,
- 6,
- 0.22777,
- "_VVMSSGGHQHLVSCLETLQK_"
- ],
- [
- 48827,
- 2,
- 15,
- 5,
- 0.19928,
- "_EAIQCVDNNQSVLVSAHTSAGK_"
- ],
- [
- 20911,
- 2,
- 15,
- 6,
- 0.19928,
- "_ASAGPQPLLVQSCK_"
- ],
- [
- 25915,
- 2,
- 17,
- 5,
- 0.22777,
- "_MQALEPYPANESSK_"
- ],
- [
- 21932,
- 3,
- 17,
- 6,
- 0.22777,
- "_SFFHQHYLGGQEPTPSNIR_"
- ],
- [
- 12498,
- 4,
- 14,
- 5,
- 0.18505,
- "_EQPQQTVIADHSLSASHMETTMK_"
- ],
- [
- 12226,
- 2,
- 14,
- 5,
- 0.18505,
- "_EDGQEYAQVIK_"
- ],
- [
- 14380,
- 2,
- 25,
- 7,
- 0.34164,
- "_EEAENTLQSFR_"
- ],
- [
- 13026,
- 2,
- 17,
- 4,
- 0.22777,
- "_KVLDSFCEGLK_"
- ],
- [
- 20609,
- 2,
- 15,
- 4,
- 0.19928,
- "_FSTIASSYEECR_"
- ],
- [
- 10887,
- 3,
- 18,
- 6,
- 0.242,
- "_IVFSGNLFQHQEDSKK_"
- ],
- [
- 7999,
- 3,
- 14,
- 4,
- 0.18505,
- "_HEAAVPPLAIPSARPEK_"
- ],
- [
- 831,
- 2,
- 13,
- 4,
- 0.17083,
- "_LIFDNLKK_"
- ],
- [
- 8045,
- 3,
- 20,
- 5,
- 0.27045,
- "_DVDIIDHHDNTYTVK_"
- ],
- [
- 312,
- 3,
- 13,
- 5,
- 0.17083,
- "_MEGDLKGPEVDIK_"
- ],
- [
- 8466,
- 2,
- 3,
- 2,
- 0.028477,
- "_GYYSPGIVSTR_"
- ],
- [
- 4486,
- 2,
- 12,
- 5,
- 0.15657,
- "_WQMNPYDR_"
- ],
- [
- 17894,
- 3,
- 9,
- 3,
- 0.11391,
- "_RATDWEATNEAIEEQVAR_"
- ],
- [
- 10694,
- 3,
- 9,
- 5,
- 0.11391,
- "_ASCESDVLHFTSTTTSK_"
- ],
- [
- 22841,
- 2,
- 9,
- 3,
- 0.11391,
- "_SQLQGPSSSEYWK_"
- ],
- [
- 37970,
- 2,
- 11,
- 3,
- 0.14235,
- "_EALENEPGPQGTLSGAGSR_"
- ],
- [
- 5835,
- 2,
- 16,
- 5,
- 0.2135,
- "_TDGFGIDTCR_"
- ],
- [
- 5712,
- 2,
- 11,
- 5,
- 0.14235,
- "_GIYAVGDVCGK_"
- ],
- [
- 12432,
- 2,
- 16,
- 5,
- 0.2135,
- "_VTVLFAGQHIAK_"
- ],
- [
- 19383,
- 2,
- 19,
- 5,
- 0.25622,
- "_EKPPITVVGDVGGR_"
- ],
- [
- 25368,
- 3,
- 16,
- 7,
- 0.2135,
- "_EAIQCVDNNQSVLVSAHTSAGK_"
- ],
- [
- 43940,
- 2,
- 8,
- 4,
- 0.099679,
- "_DPQDDVAGGNPGGPNPAAQAAR_"
- ],
- [
- 1191,
- 4,
- 17,
- 6,
- 0.22776,
- "_KVTHAVVTVPAYFNDAQR_"
- ],
- [
- 25882,
- 2,
- 9,
- 3,
- 0.11391,
- "_EMGGHHIVALCVLK_"
- ],
- [
- 38597,
- 2,
- 13,
- 5,
- 0.17081,
- "_EMLETQVAHLCSQQSK_"
- ],
- [
- 39698,
- 2,
- 10,
- 3,
- 0.12813,
- "_NPDADKSPWCYTTDPR_"
- ],
- [
- 26355,
- 2,
- 20,
- 4,
- 0.27045,
- "_DEFSHQVQEWNR_"
- ],
- [
- 10779,
- 2,
- 10,
- 3,
- 0.12813,
- "_DYICEYCAR_"
- ],
- [
- 12467,
- 2,
- 15,
- 4,
- 0.19927,
- "_HVMDGSLPTSLK_"
- ],
- [
- 12948,
- 3,
- 10,
- 6,
- 0.12813,
- "_LETNPDIKPSNVEPMEK_"
- ],
- [
- 24668,
- 2,
- 14,
- 4,
- 0.18505,
- "_SHLEVPLEENVNR_"
- ],
- [
- 37254,
- 2,
- 18,
- 4,
- 0.24199,
- "_RGDALIEMESEQDVQK_"
- ],
- [
- 7039,
- 2,
- 15,
- 5,
- 0.19927,
- "_GNKPWISLPR_"
- ],
- [
- 24821,
- 2,
- 10,
- 3,
- 0.12813,
- "_SSCPLANSQYATIK_"
- ],
- [
- 7792,
- 2,
- 10,
- 2,
- 0.12813,
- "_VAEQVLNAVNK_"
- ],
- [
- 16236,
- 2,
- 13,
- 3,
- 0.17081,
- "_LGGTCVNVGCVPK_"
- ],
- [
- 23555,
- 3,
- 13,
- 6,
- 0.17081,
- "_DTHKPGEMPYVCQVCQYR_"
- ],
- [
- 31350,
- 3,
- 14,
- 8,
- 0.18505,
- "_SLMASEEEYSTKEDKYEEEIK_"
- ],
- [
- 15171,
- 3,
- 15,
- 4,
- 0.19927,
- "_EEYQQTWYHEGPNSLK_"
- ],
- [
- 9256,
- 2,
- 9,
- 2,
- 0.11391,
- "_HLDLSNVAGYK_"
- ],
- [
- 32479,
- 2,
- 10,
- 4,
- 0.12813,
- "_LAAQESSEAEDMSVPR_"
- ],
- [
- 5443,
- 3,
- 18,
- 5,
- 0.24199,
- "_RGEAHLAVNDFELAR_"
- ],
- [
- 10922,
- 2,
- 17,
- 4,
- 0.22773,
- "_YGQFSGLNPGGR_"
- ],
- [
- 15621,
- 2,
- 13,
- 4,
- 0.17081,
- "_STAELEAEELEK_"
- ],
- [
- 19229,
- 2,
- 17,
- 6,
- 0.22773,
- "_GEATVSFDDPPSAK_"
- ],
- [
- 22412,
- 3,
- 17,
- 6,
- 0.22773,
- "_YLTEHPDPNNENIVGYNNK_"
- ],
- [
- 24005,
- 3,
- 11,
- 5,
- 0.14237,
- "_GSVVNVNPTNTRPQSDTPEIR_"
- ],
- [
- 7772,
- 2,
- 18,
- 6,
- 0.24199,
- "_EVCFACVDGK_"
- ],
- [
- 5432,
- 2,
- 10,
- 2,
- 0.12814,
- "_STGTLLNNAIK_"
- ],
- [
- 26478,
- 3,
- 10,
- 2,
- 0.12814,
- "_TTECISEESEPEDQKLTLEK_"
- ],
- [
- 23440,
- 3,
- 18,
- 6,
- 0.24199,
- "_TYFSCTSAHTSTGDGTAMITR_"
- ],
- [
- 45651,
- 2,
- 10,
- 4,
- 0.12814,
- "_NVPHEDICEDSDIDGDYR_"
- ],
- [
- 36178,
- 2,
- 12,
- 3,
- 0.15658,
- "_(Acetyl (Protein N-term))SGGGTETPVGCEAAPGGGSK_"
- ],
- [
- 31790,
- 2,
- 12,
- 2,
- 0.15658,
- "_MEPGEELEEEGSPGGR_"
- ],
- [
- 9551,
- 3,
- 11,
- 4,
- 0.14237,
- "_FEQIYLSKPTHWER_"
- ],
- [
- 11060,
- 3,
- 10,
- 3,
- 0.12814,
- "_IRPGEQEQYESTIGFK_"
- ],
- [
- 4887,
- 4,
- 11,
- 3,
- 0.14237,
- "_IDTLKEEMDEAGNKVEQCK_"
- ],
- [
- 10253,
- 2,
- 11,
- 3,
- 0.14237,
- "_ENVDTFEASVK_"
- ],
- [
- 34633,
- 2,
- 11,
- 4,
- 0.14237,
- "_YPNAELAWCQEEHK_"
- ],
- [
- 8503,
- 2,
- 12,
- 4,
- 0.15658,
- "_QDSAAVGFDYK_"
- ],
- [
- 12762,
- 2,
- 10,
- 2,
- 0.12814,
- "_SECIGLENQIK_"
- ],
- [
- 16809,
- 2,
- 12,
- 4,
- 0.15658,
- "_ISDAHLADTMIGK_"
- ],
- [
- 7105,
- 2,
- 12,
- 2,
- 0.15658,
- "_DQGSGFCITGK_"
- ],
- [
- 42684,
- 2,
- 15,
- 5,
- 0.19928,
- "_TSSTCSNESLSVGGTSVTPR_"
- ],
- [
- 8533,
- 2,
- 13,
- 4,
- 0.17081,
- "_QDYMDAMAEK_"
- ],
- [
- 7293,
- 3,
- 8,
- 3,
- 0.099688,
- "_LEISVDQYPTHTSNR_"
- ],
- [
- 4122,
- 2,
- 9,
- 2,
- 0.11391,
- "_CILAGDPAVGK_"
- ],
- [
- 26918,
- 3,
- 13,
- 3,
- 0.17081,
- "_YLQEAFHVEPEEHQQTLQR_"
- ],
- [
- 46358,
- 2,
- 9,
- 4,
- 0.11391,
- "_ASWASENGETDAEGTQMTPAK_"
- ],
- [
- 19497,
- 2,
- 9,
- 4,
- 0.11391,
- "_YTQQTMEEALGR_"
- ],
- [
- 7726,
- 3,
- 14,
- 5,
- 0.18505,
- "_YPNAELAWCQEEHK_"
- ],
- [
- 4731,
- 2,
- 14,
- 4,
- 0.18505,
- "_YLSFEAEEK_"
- ],
- [
- 3963,
- 2,
- 7,
- 4,
- 0.085449,
- "_LSEGVTISYK_"
- ],
- [
- 6117,
- 2,
- 13,
- 4,
- 0.17081,
- "_EMSVYEAYR_"
- ],
- [
- 31796,
- 2,
- 15,
- 4,
- 0.19928,
- "_GFHCESSAHWPIFK_"
- ],
- [
- 28758,
- 2,
- 17,
- 6,
- 0.22773,
- "_KYEMFAQTLQQSR_"
- ],
- [
- 10505,
- 2,
- 17,
- 6,
- 0.22773,
- "_ALEAANGELEVK_"
- ],
- [
- 3847,
- 2,
- 14,
- 2,
- 0.18503,
- "_ADQFLVGTSR_"
- ],
- [
- 583,
- 2,
- 19,
- 5,
- 0.25622,
- "_QVLEPSFR_"
- ],
- [
- 31726,
- 2,
- 10,
- 4,
- 0.12814,
- "_LKEELQLSDEQLQK_"
- ],
- [
- 7907,
- 3,
- 17,
- 5,
- 0.22773,
- "_YQHLITNSFVECNR_"
- ],
- [
- 49218,
- 2,
- 17,
- 3,
- 0.22773,
- "_EEGPPPPSPDGASSDAEPEPPSGR_"
- ],
- [
- 28029,
- 2,
- 13,
- 2,
- 0.17081,
- "_GYAFNHSADFETVR_"
- ],
- [
- 192,
- 2,
- 13,
- 4,
- 0.17081,
- "_EAIDSYIK_"
- ],
- [
- 1532,
- 2,
- 12,
- 3,
- 0.1566,
- "_IQSIYLER_"
- ],
- [
- 22102,
- 2,
- 13,
- 2,
- 0.17081,
- "_IGDLTGYCTNPNR_"
- ],
- [
- 13279,
- 2,
- 15,
- 6,
- 0.19927,
- "_GNEIVLSAGSTPR_"
- ],
- [
- 29281,
- 2,
- 12,
- 5,
- 0.1566,
- "_LKPNLGNGADLPNYR_"
- ],
- [
- 38263,
- 2,
- 12,
- 7,
- 0.1566,
- "_DNWSSSDGKDDPIEVSK_"
- ],
- [
- 28141,
- 2,
- 8,
- 2,
- 0.099677,
- "_VTSSVPLPSGSTSSPGR_"
- ],
- [
- 24994,
- 2,
- 7,
- 5,
- 0.085406,
- "_EAVAPVQEESDLEK_"
- ],
- [
- 35526,
- 2,
- 15,
- 7,
- 0.19927,
- "_HQAFEAEVQANSGAIVK_"
- ],
- [
- 7506,
- 3,
- 12,
- 5,
- 0.1566,
- "_VLYAYGYYTGEPSKR_"
- ],
- [
- 20536,
- 2,
- 17,
- 5,
- 0.22773,
- "_LSSSSATLLNSPDR_"
- ],
- [
- 32822,
- 3,
- 12,
- 6,
- 0.1566,
- "_FSTHESAAHAIVSVNGTTIEGHVVK_"
- ],
- [
- 29556,
- 2,
- 12,
- 5,
- 0.1566,
- "_SASQSSLDKLDQELK_"
- ],
- [
- 12345,
- 3,
- 16,
- 5,
- 0.21351,
- "_NPDADKSPWCYTTDPR_"
- ],
- [
- 35255,
- 2,
- 11,
- 2,
- 0.14237,
- "_SQTEAVTFLANHDDSR_"
- ],
- [
- 10715,
- 2,
- 7,
- 3,
- 0.085406,
- "_SRDEIVEMIR_"
- ],
- [
- 44454,
- 2,
- 11,
- 4,
- 0.14237,
- "_KVNETVESGSDTLDLAECK_"
- ],
- [
- 12503,
- 2,
- 8,
- 3,
- 0.099677,
- "_SYEECIIESR_"
- ],
- [
- 17695,
- 3,
- 18,
- 5,
- 0.24196,
- "_NLHDALSGHTSNNIYEAVK_"
- ],
- [
- 2277,
- 4,
- 31,
- 7,
- 0.42706,
- "_VAHPIRPKPPSATSIPAILK_"
- ],
- [
- 5232,
- 2,
- 14,
- 3,
- 0.18503,
- "_HLEEVLEMK_"
- ],
- [
- 32841,
- 3,
- 8,
- 6,
- 0.099677,
- "_LSLDVEQAPSGQHSQAQLSGQQQR_"
- ],
- [
- 16282,
- 2,
- 10,
- 3,
- 0.12814,
- "_YEVTEDVYTSR_"
- ],
- [
- 3618,
- 3,
- 18,
- 5,
- 0.24196,
- "_KYEMFAQTLQQSR_"
- ],
- [
- 10898,
- 2,
- 10,
- 4,
- 0.12814,
- "_AVIFCLSADKK_"
- ],
- [
- 21852,
- 2,
- 14,
- 5,
- 0.18503,
- "_VNDVCTNGQDLIK_"
- ],
- [
- 16756,
- 2,
- 10,
- 2,
- 0.12814,
- "_FEDHEGLPTVVK_"
- ],
- [
- 2185,
- 2,
- 13,
- 3,
- 0.17081,
- "_YGGDPPWPR_"
- ],
- [
- 17410,
- 2,
- 10,
- 2,
- 0.12814,
- "_DAYSLANNPQYK_"
- ],
- [
- 25150,
- 2,
- 22,
- 7,
- 0.29891,
- "_TYGGCEGPDAMYVK_"
- ],
- [
- 15322,
- 3,
- 14,
- 6,
- 0.18503,
- "_SVVCSGFEKEEEENLTR_"
- ],
- [
- 29900,
- 2,
- 22,
- 6,
- 0.29891,
- "_EALLSSAVDHGSDEVK_"
- ],
- [
- 2532,
- 3,
- 11,
- 2,
- 0.14237,
- "_LAQENGWGVMVSHR_"
- ],
- [
- 25673,
- 3,
- 13,
- 5,
- 0.17081,
- "_KPFGHNQSQQDILQENTILK_"
- ],
- [
- 15034,
- 2,
- 14,
- 3,
- 0.18503,
- "_VSMAPDGNGGLYR_"
- ],
- [
- 7318,
- 4,
- 37,
- 3,
- 0.51253,
- "_WCDKSDEDDWSKPLPPSER_"
- ],
- [
- 18633,
- 2,
- 10,
- 2,
- 0.12814,
- "_AMDLAQAGSTVESK_"
- ],
- [
- 11401,
- 2,
- 13,
- 4,
- 0.17081,
- "_EWQELDDAEK_"
- ],
- [
- 761,
- 2,
- 14,
- 3,
- 0.18503,
- "_LETLGIGQR_"
- ],
- [
- 48062,
- 2,
- 10,
- 4,
- 0.12816,
- "_MHDLNTDQENLVGTHDAPIR_"
- ],
- [
- 4214,
- 2,
- 10,
- 4,
- 0.12816,
- "_DQSGVQELVK_"
- ],
- [
- 12748,
- 3,
- 11,
- 3,
- 0.14238,
- "_DQDKDQCILITGESGAGK_"
- ],
- [
- 12234,
- 2,
- 10,
- 2,
- 0.12816,
- "_ALEFVQTESQK_"
- ],
- [
- 38567,
- 2,
- 7,
- 3,
- 0.085401,
- "_GGTQYDQNHIILNTVSK_"
- ],
- [
- 21088,
- 2,
- 9,
- 4,
- 0.11392,
- "_NAQLNIELEAAHH_"
- ],
- [
- 9920,
- 2,
- 7,
- 2,
- 0.085401,
- "_IQTYAEYMGR_"
- ],
- [
- 24336,
- 2,
- 10,
- 4,
- 0.12816,
- "_QQEAALELEELKK_"
- ],
- [
- 455,
- 2,
- 12,
- 4,
- 0.15661,
- "_DTLYEAVR_"
- ],
- [
- 33325,
- 2,
- 10,
- 5,
- 0.12816,
- "_LTLSEQQEAPATAEPR_"
- ],
- [
- 16133,
- 4,
- 12,
- 4,
- 0.15661,
- "_LVDEPGHCADFHPSGTVVAIGTHSGR_"
- ],
- [
- 30641,
- 3,
- 13,
- 8,
- 0.17084,
- "_QHMENEMAHYACDCWDAESK_"
- ],
- [
- 14039,
- 3,
- 9,
- 5,
- 0.11392,
- "_KAPIQTYVLGANNQETVK_"
- ],
- [
- 14860,
- 2,
- 10,
- 4,
- 0.12816,
- "_THFDYQFGYR_"
- ],
- [
- 17783,
- 2,
- 11,
- 5,
- 0.14238,
- "_LTPYEVDELRR_"
- ],
- [
- 20869,
- 3,
- 13,
- 5,
- 0.17084,
- "_TKGDDTDTRDDISILATGCK_"
- ],
- [
- 44019,
- 2,
- 10,
- 3,
- 0.12816,
- "_STCPSAAPSASAPAMTTVENK_"
- ],
- [
- 8684,
- 3,
- 10,
- 4,
- 0.12816,
- "_NQVAMNPTNTVFDAKR_"
- ],
- [
- 21935,
- 3,
- 12,
- 6,
- 0.15661,
- "_KNEELEQLYQDQEVPKPK_"
- ],
- [
- 30154,
- 4,
- 6,
- 3,
- 0.071155,
- "_SAGQGEVLVYVEDPAGHQEEAKVTANNDKNR_"
- ],
- [
- 27359,
- 2,
- 11,
- 2,
- 0.14238,
- "_QFDAGTVNYEQPTK_"
- ],
- [
- 34190,
- 2,
- 15,
- 7,
- 0.19928,
- "_EILSVDCSTNNPSQAK_"
- ],
- [
- 4894,
- 2,
- 14,
- 5,
- 0.18505,
- "_EDAIEHFMK_"
- ],
- [
- 30598,
- 2,
- 24,
- 6,
- 0.32738,
- "_GITINAAHVEYSTAAR_"
- ],
- [
- 13351,
- 2,
- 22,
- 5,
- 0.29893,
- "_TLSGMESYCVR_"
- ],
- [
- 8978,
- 2,
- 17,
- 5,
- 0.22775,
- "_VLQSFTVDSSK_"
- ],
- [
- 9881,
- 2,
- 14,
- 2,
- 0.18505,
- "_HGESEFNLLGK_"
- ],
- [
- 10516,
- 3,
- 14,
- 5,
- 0.18505,
- "_LSTPSSVTKPANSVFTTK_"
- ],
- [
- 19884,
- 2,
- 18,
- 6,
- 0.24197,
- "_GAFASLSELHCDK_"
- ],
- [
- 5568,
- 3,
- 18,
- 6,
- 0.24197,
- "_GFHCESSAHWPIFK_"
- ],
- [
- 3228,
- 3,
- 16,
- 7,
- 0.21352,
- "_GYAFNHSADFETVR_"
- ],
- [
- 41585,
- 2,
- 13,
- 6,
- 0.17084,
- "_GALVVEDNDSGVPVEETKK_"
- ],
- [
- 13848,
- 2,
- 18,
- 5,
- 0.24197,
- "_VEPGLGADNSVVR_"
- ],
- [
- 32996,
- 2,
- 15,
- 3,
- 0.19928,
- "_DLSGGLGGQEEEEEQR_"
- ],
- [
- 1418,
- 3,
- 16,
- 7,
- 0.21352,
- "_LAQANGWGVMVSHR_"
- ],
- [
- 32307,
- 3,
- 13,
- 6,
- 0.17084,
- "_VRPSTGNSASTPQSQCLPSEIEVK_"
- ],
- [
- 45031,
- 2,
- 15,
- 7,
- 0.19928,
- "_NCDYQQEADNSCIYVNK_"
- ],
- [
- 17315,
- 2,
- 19,
- 4,
- 0.2562,
- "_VSGVDGYETEGIR_"
- ],
- [
- 14953,
- 2,
- 22,
- 5,
- 0.29893,
- "_GKLEAIITPPPAK_"
- ],
- [
- 20372,
- 2,
- 14,
- 2,
- 0.18505,
- "_ESLPELSTAQQNK_"
- ],
- [
- 9278,
- 3,
- 14,
- 7,
- 0.18505,
- "_LYTGPGLAIHCMQVHK_"
- ],
- [
- 5374,
- 2,
- 9,
- 3,
- 0.11389,
- "_MAQLGPISDAK_"
- ],
- [
- 6782,
- 2,
- 12,
- 4,
- 0.15662,
- "_ILDMCAAPGSK_"
- ],
- [
- 26083,
- 2,
- 12,
- 4,
- 0.15662,
- "_DEKDSQGENMFLR_"
- ],
- [
- 9763,
- 4,
- 15,
- 5,
- 0.1993,
- "_HQLEALESPLCIQHEGHVSDR_"
- ],
- [
- 8806,
- 2,
- 15,
- 5,
- 0.1993,
- "_HLSVNDLPVGR_"
- ],
- [
- 42469,
- 2,
- 14,
- 5,
- 0.18508,
- "_QVTSNSLSGTQEDGLDDPR_"
- ],
- [
- 32858,
- 2,
- 16,
- 4,
- 0.21352,
- "_SVNVNAASGGVQNSGIVR_"
- ],
- [
- 41816,
- 2,
- 12,
- 5,
- 0.15662,
- "_AYQDTTLNSSSEYCVEK_"
- ],
- [
- 8237,
- 3,
- 12,
- 4,
- 0.15662,
- "_SQTEAVTFLANHDDSR_"
- ],
- [
- 21785,
- 2,
- 12,
- 6,
- 0.15662,
- "_EQQIVIQSSGGLSK_"
- ],
- [
- 26393,
- 2,
- 9,
- 4,
- 0.11389,
- "_YSGAYGASVSDEELK_"
- ],
- [
- 1168,
- 2,
- 12,
- 4,
- 0.15662,
- "_LYVIGTGER_"
- ],
- [
- 5954,
- 2,
- 12,
- 5,
- 0.15662,
- "_DLSTIEPLKK_"
- ],
- [
- 38625,
- 2,
- 12,
- 4,
- 0.15662,
- "_DWQEGGYTINDKPNPR_"
- ],
- [
- 18951,
- 2,
- 13,
- 5,
- 0.17085,
- "_AEHDQLLLNYAK_"
- ],
- [
- 19796,
- 2,
- 12,
- 2,
- 0.15662,
- "_EAPDTYLAQGPDR_"
- ],
- [
- 21477,
- 2,
- 5,
- 3,
- 0.056944,
- "_LDALCNIHENIR_"
- ],
- [
- 5399,
- 3,
- 11,
- 2,
- 0.1424,
- "_LAQQVCHAIANISDR_"
- ],
- [
- 12010,
- 2,
- 18,
- 6,
- 0.24199,
- "_EDLYLKPIQR_"
- ],
- [
- 10905,
- 2,
- 13,
- 5,
- 0.17085,
- "_GSGNLEAIHIIK_"
- ],
- [
- 11255,
- 3,
- 8,
- 3,
- 0.099641,
- "_GGTQYDQNHIILNTVSK_"
- ],
- [
- 11643,
- 2,
- 8,
- 5,
- 0.099641,
- "_VEVGTEVTDYR_"
- ],
- [
- 32612,
- 2,
- 11,
- 5,
- 0.1424,
- "_VFDKEGNGTVMGAELR_"
- ],
- [
- 5470,
- 3,
- 14,
- 5,
- 0.18508,
- "_LDHHPEWFNVYNK_"
- ],
- [
- 48110,
- 3,
- 11,
- 7,
- 0.1424,
- "_LQGTSSHSADTPEASLDSGEGPSGMASQGCPSASR_"
- ],
- [
- 10230,
- 2,
- 17,
- 5,
- 0.22776,
- "_EFEVYGPIKR_"
- ],
- [
- 9317,
- 2,
- 6,
- 4,
- 0.071164,
- "_ETVNALISDQK_"
- ],
- [
- 25345,
- 2,
- 9,
- 4,
- 0.11389,
- "_DKEIIAEYDTQVK_"
- ],
- [
- 8992,
- 3,
- 11,
- 4,
- 0.1424,
- "_TEDHFSVVDFNHNVR_"
- ],
- [
- 26723,
- 2,
- 13,
- 4,
- 0.17085,
- "_TYSLSSSFSSSSSTR_"
- ],
- [
- 18313,
- 2,
- 14,
- 3,
- 0.18508,
- "_VVYGDTDSVMCR_"
- ],
- [
- 2207,
- 2,
- 21,
- 3,
- 0.28469,
- "_LTLDKLDVK_"
- ],
- [
- 24501,
- 2,
- 8,
- 3,
- 0.099645,
- "_ELNPEEGEMVEEK_"
- ],
- [
- 37241,
- 2,
- 22,
- 4,
- 0.29895,
- "_LPDSDDDEDEETAIQR_"
- ],
- [
- 6939,
- 3,
- 11,
- 5,
- 0.14241,
- "_QEIDMEDEEADLRR_"
- ],
- [
- 18861,
- 2,
- 6,
- 2,
- 0.071194,
- "_DQTASAPATPLVNK_"
- ],
- [
- 30438,
- 3,
- 10,
- 5,
- 0.12814,
- "_SCLIVATTSGSESIKNDEITHDK_"
- ],
- [
- 9441,
- 2,
- 11,
- 3,
- 0.14241,
- "_IAQETFDAAVR_"
- ],
- [
- 13885,
- 3,
- 12,
- 5,
- 0.15665,
- "_LNPTWNHPDQDTEAGFK_"
- ],
- [
- 32732,
- 2,
- 10,
- 4,
- 0.12814,
- "_QEQMCNVGVSM(Oxidation (M))GLTR_"
- ],
- [
- 5221,
- 2,
- 18,
- 4,
- 0.24201,
- "_DSLDQFDCK_"
- ],
- [
- 29195,
- 4,
- 13,
- 8,
- 0.17087,
- "_KIYQNIQDGSLDLNAAESGVQHKPSAPQGGR_"
- ],
- [
- 33878,
- 2,
- 13,
- 3,
- 0.17087,
- "_QLSESESSLEMDDER_"
- ],
- [
- 2413,
- 3,
- 11,
- 5,
- 0.14241,
- "_CPGESSHICDFIR_"
- ],
- [
- 9784,
- 2,
- 8,
- 5,
- 0.099645,
- "_FYVHNDMFR_"
- ],
- [
- 14637,
- 2,
- 20,
- 6,
- 0.27046,
- "_ELLTLDEKDPR_"
- ],
- [
- 31361,
- 2,
- 17,
- 4,
- 0.22777,
- "_SAWQATTQQAGLDCR_"
- ],
- [
- 9218,
- 3,
- 16,
- 2,
- 0.21354,
- "_NTEKENATVAHLVGALR_"
- ],
- [
- 20272,
- 2,
- 10,
- 2,
- 0.12814,
- "_AEHQVGEDGFLLK_"
- ],
- [
- 36695,
- 2,
- 14,
- 4,
- 0.1851,
- "_YISENCETSTMNIDR_"
- ],
- [
- 15203,
- 2,
- 14,
- 5,
- 0.1851,
- "_QQEQQVPILEK_"
- ],
- [
- 16946,
- 3,
- 14,
- 5,
- 0.1851,
- "_HTLEQHNWNIEAAVQDR_"
- ],
- [
- 11723,
- 3,
- 24,
- 4,
- 0.32742,
- "_IMLFTNEDNPHGNDSAK_"
- ],
- [
- 4537,
- 2,
- 14,
- 3,
- 0.1851,
- "_LFDSICNNK_"
- ],
- [
- 17921,
- 3,
- 9,
- 5,
- 0.11389,
- "_MEEDPDDVPHGHITSLAVK_"
- ],
- [
- 4522,
- 2,
- 17,
- 4,
- 0.22777,
- "_KLPVPLESVK_"
- ],
- [
- 43831,
- 2,
- 15,
- 7,
- 0.19933,
- "_TYADYESVNECM(Oxidation (M))EGVCK_"
- ],
- [
- 11660,
- 3,
- 15,
- 6,
- 0.19933,
- "_ILTDEAVSGWKFEIHR_"
- ],
- [
- 2933,
- 2,
- 16,
- 5,
- 0.21354,
- "_ESTLHLVLR_"
- ],
- [
- 14418,
- 3,
- 17,
- 5,
- 0.22777,
- "_GALVVEDNDSGVPVEETKK_"
- ],
- [
- 12392,
- 3,
- 15,
- 5,
- 0.19933,
- "_AKYPSLGQKPGGSDFLMK_"
- ],
- [
- 35328,
- 2,
- 15,
- 4,
- 0.19933,
- "_GSYNPVTHIYTAQDVK_"
- ],
- [
- 17573,
- 2,
- 14,
- 3,
- 0.1851,
- "_ALTPQTAETDAIR_"
- ],
- [
- 11261,
- 3,
- 15,
- 6,
- 0.19933,
- "_DPQALSEHLKNPVIAQK_"
- ],
- [
- 34345,
- 2,
- 15,
- 5,
- 0.19933,
- "_VLYAYGYYTGEPSKR_"
- ],
- [
- 17606,
- 2,
- 15,
- 4,
- 0.19933,
- "_GTGAASFDEFGNSK_"
- ],
- [
- 35615,
- 2,
- 10,
- 4,
- 0.12812,
- "_AEYTEASGPCILTPHR_"
- ],
- [
- 19761,
- 2,
- 19,
- 4,
- 0.25624,
- "_IHQIEYAMEAVK_"
- ],
- [
- 51072,
- 2,
- 10,
- 6,
- 0.12812,
- "_SCTQSATAPQQEADAEVNTETLNK_"
- ],
- [
- 25314,
- 2,
- 9,
- 4,
- 0.11388,
- "_EVVKPVPITSPAVSK_"
- ],
- [
- 8118,
- 3,
- 10,
- 4,
- 0.12812,
- "_CVMATLQHTAEEIKR_"
- ],
- [
- 1969,
- 2,
- 15,
- 3,
- 0.19934,
- "_SPGAPGPLTLK_"
- ],
- [
- 48218,
- 2,
- 9,
- 5,
- 0.11388,
- "_IKNENTEGSPQEDGVELEGLK_"
- ],
- [
- 18251,
- 2,
- 11,
- 4,
- 0.14237,
- "_EKFENLGIQPPK_"
- ],
- [
- 42419,
- 2,
- 9,
- 2,
- 0.11388,
- "_EENPESDGEPVVEDGTSVK_"
- ],
- [
- 4714,
- 2,
- 12,
- 4,
- 0.15664,
- "_GGTILAPTVSAK_"
- ],
- [
- 16039,
- 2,
- 11,
- 4,
- 0.14237,
- "_KPPITVDSVCLK_"
- ],
- [
- 10806,
- 2,
- 5,
- 2,
- 0.056965,
- "_VGSGAYEQVVIK_"
- ],
- [
- 17621,
- 2,
- 13,
- 3,
- 0.17088,
- "_VGAEELTADQNLK_"
- ],
- [
- 10611,
- 2,
- 9,
- 2,
- 0.11388,
- "_SLEQQLADADR_"
- ],
- [
- 35770,
- 2,
- 12,
- 3,
- 0.15664,
- "_NQVAMNPTNTVFDAKR_"
- ],
- [
- 28392,
- 2,
- 12,
- 4,
- 0.15664,
- "_EHVNVVFIGHVDAGK_"
- ],
- [
- 6223,
- 4,
- 15,
- 7,
- 0.19934,
- "_VGLYDTYSNKPPQISSTYHK_"
- ],
- [
- 16937,
- 2,
- 9,
- 4,
- 0.11388,
- "_SKLQSQLLSLEK_"
- ],
- [
- 5226,
- 2,
- 14,
- 3,
- 0.18511,
- "_FQFVSGADEK_"
- ],
- [
- 17433,
- 3,
- 10,
- 5,
- 0.12812,
- "_KEVVHTVSLHEIDVINSR_"
- ],
- [
- 48938,
- 3,
- 11,
- 4,
- 0.14237,
- "_QGGYSQSNYNSPGSGQNYSGPPSSYQSSQGGYGR_"
- ],
- [
- 17101,
- 3,
- 14,
- 7,
- 0.18511,
- "_GGHM(Oxidation (M))DDGGYSMNFNMSSSR_"
- ],
- [
- 9873,
- 3,
- 11,
- 5,
- 0.14237,
- "_VAIQPVNDHAPVQTISR_"
- ],
- [
- 2051,
- 2,
- 14,
- 2,
- 0.18511,
- "_YFGGCPVIK_"
- ],
- [
- 39879,
- 3,
- 19,
- 8,
- 0.25624,
- "_AQGPAASAEEPKPVEAPAANSDQTVTVKE_"
- ],
- [
- 5841,
- 3,
- 18,
- 6,
- 0.242,
- "_LGLDPTQEDCVATHR_"
- ],
- [
- 9068,
- 2,
- 14,
- 5,
- 0.18511,
- "_DKDNFWMTR_"
- ],
- [
- 26926,
- 2,
- 19,
- 5,
- 0.25624,
- "_GQLCELSCSTDYR_"
- ],
- [
- 23517,
- 3,
- 9,
- 5,
- 0.11388,
- "_KLTEAMGGGWQQEQFEHYK_"
- ],
- [
- 3691,
- 3,
- 13,
- 4,
- 0.17088,
- "_HDVDALLWQPHSSK_"
- ],
- [
- 19815,
- 3,
- 18,
- 5,
- 0.242,
- "_NVPHEDICEDSDIDGDYR_"
- ],
- [
- 13702,
- 2,
- 13,
- 3,
- 0.17088,
- "_QAGGFLGPPPPSGK_"
- ],
- [
- 2138,
- 3,
- 18,
- 7,
- 0.242,
- "_EMGGHHIVALCVLK_"
- ],
- [
- 22761,
- 2,
- 9,
- 4,
- 0.11388,
- "_EAVGHTGYLTFATK_"
- ],
- [
- 22462,
- 2,
- 14,
- 5,
- 0.18511,
- "_THNTLYAPEMLAK_"
- ],
- [
- 45547,
- 2,
- 11,
- 4,
- 0.14234,
- "_KPTDGASSSNCVTDISHLVR_"
- ],
- [
- 19988,
- 3,
- 12,
- 4,
- 0.15659,
- "_VWHDKDKDTSSDPLLELR_"
- ],
- [
- 40074,
- 2,
- 12,
- 5,
- 0.15659,
- "_DQDKDQCILITGESGAGK_"
- ],
- [
- 1862,
- 3,
- 12,
- 4,
- 0.15659,
- "_EVVKPVPITSPAVSK_"
- ],
- [
- 34962,
- 2,
- 13,
- 5,
- 0.17086,
- "_ELANSPDCPQMCAYK_"
- ],
- [
- 20148,
- 2,
- 12,
- 5,
- 0.15659,
- "_QLQEIFENYKK_"
- ],
- [
- 2213,
- 4,
- 12,
- 6,
- 0.15659,
- "_MEEDPDDVPHGHITSLAVK_"
- ],
- [
- 47513,
- 2,
- 12,
- 3,
- 0.15659,
- "_LEPSTSTDQPVTPEPTSQATR_"
- ],
- [
- 124,
- 3,
- 12,
- 4,
- 0.15659,
- "_VALLPAGGALQHSR_"
- ],
- [
- 9055,
- 4,
- 12,
- 3,
- 0.15659,
- "_KHGYEKPTPIQTQAIPAIMSGR_"
- ],
- [
- 20913,
- 2,
- 12,
- 2,
- 0.15659,
- "_LSQSGHMLLNLSR_"
- ],
- [
- 1043,
- 2,
- 12,
- 4,
- 0.15659,
- "_SGNVAELALK_"
- ],
- [
- 10455,
- 2,
- 12,
- 6,
- 0.15659,
- "_KLGINSLQELK_"
- ],
- [
- 13284,
- 2,
- 12,
- 4,
- 0.15659,
- "_PGVAAPPEVAPAPK_"
- ],
- [
- 27230,
- 2,
- 11,
- 3,
- 0.14234,
- "_EHQLASASELPLGSR_"
- ],
- [
- 27915,
- 2,
- 12,
- 2,
- 0.15659,
- "_TTGSIVCGQDGWSDK_"
- ],
- [
- 24181,
- 2,
- 10,
- 2,
- 0.1281,
- "_DRYYGINDPVADK_"
- ],
- [
- 22528,
- 2,
- 10,
- 4,
- 0.1281,
- "_KESMATGSIPITVR_"
- ],
- [
- 6388,
- 2,
- 11,
- 2,
- 0.14234,
- "_YAQWEESLK_"
- ],
- [
- 11722,
- 3,
- 12,
- 4,
- 0.15659,
- "_TWEEQEDNFHLQQAK_"
- ],
- [
- 36225,
- 2,
- 11,
- 6,
- 0.14234,
- "_TSVQTEDDQLIAGQSAR_"
- ],
- [
- 16601,
- 3,
- 13,
- 4,
- 0.17086,
- "_IVSSSDVGHDEYSTQSLVK_"
- ],
- [
- 27170,
- 3,
- 18,
- 6,
- 0.242,
- "_EQQAQVEKEDFSDMVAEHAAK_"
- ],
- [
- 35398,
- 2,
- 16,
- 4,
- 0.21356,
- "_GQTCVVHYTGMLEDGK_"
- ],
- [
- 12655,
- 2,
- 6,
- 3,
- 0.071186,
- "_EDHLMSAMNIK_"
- ],
- [
- 51365,
- 2,
- 18,
- 4,
- 0.242,
- "_LEDGQTADGQTEEAAEPGEQLQTQK_"
- ],
- [
- 1852,
- 2,
- 18,
- 4,
- 0.242,
- "_TVESITDIR_"
- ],
- [
- 507,
- 2,
- 15,
- 5,
- 0.19933,
- "_SILEIMHK_"
- ],
- [
- 13392,
- 2,
- 14,
- 3,
- 0.1851,
- "_DCSVPNPSWNK_"
- ],
- [
- 21729,
- 2,
- 14,
- 3,
- 0.1851,
- "_VLAMSGDPNYLHR_"
- ],
- [
- 41965,
- 2,
- 7,
- 2,
- 0.085414,
- "_FQM(Oxidation (M))TQEVVCDECPNVK_"
- ],
- [
- 18055,
- 2,
- 14,
- 5,
- 0.1851,
- "_NLDPNSAYYDPK_"
- ],
- [
- 21463,
- 2,
- 14,
- 5,
- 0.1851,
- "_IDTMGTYHGMTLK_"
- ],
- [
- 22421,
- 2,
- 8,
- 2,
- 0.099648,
- "_DINVSVGSQQPDTK_"
- ],
- [
- 15416,
- 3,
- 22,
- 5,
- 0.29892,
- "_KVTHAVVTVPAYFNDAQR_"
- ],
- [
- 21253,
- 3,
- 10,
- 4,
- 0.1281,
- "_SKEIENGHIFTVNDQFTSK_"
- ],
- [
- 8517,
- 2,
- 13,
- 2,
- 0.17086,
- "_VAEELALEQAK_"
- ],
- [
- 10298,
- 3,
- 10,
- 3,
- 0.1281,
- "_QHEEYIADMALDPAKK_"
- ],
- [
- 7387,
- 2,
- 13,
- 2,
- 0.17086,
- "_MADEAILQER_"
- ],
- [
- 24190,
- 2,
- 22,
- 6,
- 0.29895,
- "_LAQANGWGVMVSHR_"
- ],
- [
- 1782,
- 3,
- 14,
- 3,
- 0.18511,
- "_LTSLAAALDENKDGK_"
- ],
- [
- 13184,
- 2,
- 21,
- 4,
- 0.28471,
- "_VGDPQELNGITR_"
- ],
- [
- 3728,
- 3,
- 8,
- 2,
- 0.099662,
- "_LQM(Oxidation (M))EAPHIIVGTPGR_"
- ],
- [
- 36010,
- 2,
- 16,
- 5,
- 0.21357,
- "_SELLSQLQQHEEESR_"
- ],
- [
- 1934,
- 2,
- 11,
- 3,
- 0.14235,
- "_EIEYEVVR_"
- ],
- [
- 1317,
- 2,
- 11,
- 3,
- 0.14235,
- "_IALEDVPEK_"
- ],
- [
- 4232,
- 3,
- 9,
- 5,
- 0.1139,
- "_GPVNYNVTTEFEKR_"
- ],
- [
- 20737,
- 2,
- 16,
- 3,
- 0.21357,
- "_KNPASLPLTQAALK_"
- ],
- [
- 8082,
- 2,
- 17,
- 6,
- 0.2278,
- "_ATPEQYQILK_"
- ],
- [
- 9614,
- 2,
- 9,
- 2,
- 0.1139,
- "_ADLHGAIISVTK_"
- ],
- [
- 49784,
- 2,
- 16,
- 6,
- 0.21357,
- "_SVTSNQSDGTQESCESPDVLDR_"
- ],
- [
- 2072,
- 3,
- 13,
- 4,
- 0.17084,
- "_STTPGGTGIKPFLER_"
- ],
- [
- 9722,
- 3,
- 14,
- 5,
- 0.18511,
- "_LKNEIPNSHILDQYR_"
- ],
- [
- 42079,
- 2,
- 10,
- 4,
- 0.12812,
- "_EFQEAGEPITDDSTSLHK_"
- ],
- [
- 5710,
- 4,
- 18,
- 6,
- 0.24203,
- "_MHDLNTDQENLVGTHDAPIR_"
- ],
- [
- 4309,
- 4,
- 11,
- 5,
- 0.14235,
- "_LHLGSTPHNLTDANIHELAR_"
- ],
- [
- 23578,
- 2,
- 13,
- 6,
- 0.17084,
- "_HTGPITCLQFNPK_"
- ],
- [
- 12741,
- 2,
- 11,
- 4,
- 0.14235,
- "_AVAFSPVTELKK_"
- ],
- [
- 31508,
- 2,
- 15,
- 2,
- 0.19935,
- "_LAQQVCHAIANISDR_"
- ],
- [
- 10567,
- 2,
- 14,
- 3,
- 0.18511,
- "_LENGEIETIAR_"
- ],
- [
- 21169,
- 3,
- 15,
- 8,
- 0.19935,
- "_TYEGMMHSSCQQEMMDVK_"
- ],
- [
- 34220,
- 2,
- 10,
- 4,
- 0.12812,
- "_SDTNMEQVPATNDTIK_"
- ],
- [
- 12917,
- 2,
- 13,
- 3,
- 0.17084,
- "_YSDFVVHEIGK_"
- ],
- [
- 36432,
- 2,
- 11,
- 5,
- 0.14235,
- "_KMEDSVGCLETAEEVK_"
- ],
- [
- 25089,
- 2,
- 12,
- 4,
- 0.15659,
- "_LTSLAAALDENKDGK_"
- ],
- [
- 28645,
- 3,
- 10,
- 5,
- 0.12812,
- "_EHTQLLQQSSSQKDEILQTVK_"
- ],
- [
- 3641,
- 2,
- 10,
- 2,
- 0.12812,
- "_QEAIDEVKR_"
- ],
- [
- 24122,
- 3,
- 11,
- 7,
- 0.14235,
- "_IKNENTEGSPQEDGVELEGLK_"
- ],
- [
- 5888,
- 2,
- 8,
- 3,
- 0.099662,
- "_LANLINAEER_"
- ],
- [
- 33995,
- 2,
- 9,
- 5,
- 0.1139,
- "_GSAVVGQYQSYSEQVR_"
- ],
- [
- 26258,
- 2,
- 9,
- 4,
- 0.1139,
- "_SFMHVNTNANFYK_"
- ],
- [
- 8442,
- 3,
- 13,
- 4,
- 0.17083,
- "_EALICPTCNVTIHNR_"
- ],
- [
- 26962,
- 2,
- 11,
- 4,
- 0.14235,
- "_ALEVIKPAHILQEK_"
- ],
- [
- 42969,
- 2,
- 8,
- 2,
- 0.099671,
- "_QNSGAATSEETLNDSLEDR_"
- ],
- [
- 457,
- 2,
- 8,
- 4,
- 0.099671,
- "_IFTIESTR_"
- ],
- [
- 15617,
- 2,
- 7,
- 4,
- 0.085429,
- "_DLIQDQNMDEK_"
- ],
- [
- 28417,
- 2,
- 7,
- 2,
- 0.085429,
- "_TVQLNVCSSEEVEK_"
- ],
- [
- 6570,
- 2,
- 10,
- 3,
- 0.12813,
- "_AISTPETPLTK_"
- ],
- [
- 41756,
- 3,
- 11,
- 6,
- 0.14235,
- "_NPESGYIEVEHCHGECVADTQLCGAR_"
- ],
- [
- 35186,
- 2,
- 12,
- 3,
- 0.15658,
- "_APVGSVVSVPSQSSASSDK_"
- ],
- [
- 8255,
- 2,
- 7,
- 2,
- 0.085429,
- "_GNTMQQFLQK_"
- ],
- [
- 5288,
- 2,
- 11,
- 2,
- 0.14235,
- "_IQIGTQAIER_"
- ],
- [
- 25756,
- 2,
- 8,
- 5,
- 0.099671,
- "_STTPGGTGIKPFLER_"
- ],
- [
- 29023,
- 2,
- 11,
- 4,
- 0.14235,
- "_AGQHSQAVADLQAALR_"
- ],
- [
- 41461,
- 2,
- 13,
- 4,
- 0.17083,
- "_FANSCDSVYSACTDGTVK_"
- ],
- [
- 5107,
- 2,
- 15,
- 3,
- 0.19935,
- "_FWEPDDSTK_"
- ],
- [
- 7662,
- 2,
- 14,
- 2,
- 0.18508,
- "_VTAYTVDVTGR_"
- ],
- [
- 18007,
- 2,
- 14,
- 3,
- 0.18508,
- "_YESWEDDQVPK_"
- ],
- [
- 11986,
- 2,
- 14,
- 3,
- 0.18508,
- "_ESGPSGIETELR_"
- ],
- [
- 13499,
- 2,
- 14,
- 2,
- 0.18508,
- "_DASGQPIFNASAK_"
- ],
- [
- 4753,
- 2,
- 21,
- 5,
- 0.28471,
- "_TLLADQGEIR_"
- ],
- [
- 3318,
- 2,
- 21,
- 3,
- 0.28471,
- "_IITEGFEAAK_"
- ],
- [
- 17415,
- 2,
- 14,
- 5,
- 0.18508,
- "_IADLGNACWVHK_"
- ],
- [
- 46575,
- 2,
- 15,
- 7,
- 0.19935,
- "_TYEGMMHSSCQQEMMDVK_"
- ],
- [
- 20494,
- 2,
- 15,
- 2,
- 0.19935,
- "_ADLATAPPHVTVVR_"
- ],
- [
- 13927,
- 3,
- 18,
- 7,
- 0.24204,
- "_MVMIQDGPQNTGADKPLR_"
- ],
- [
- 4383,
- 2,
- 18,
- 3,
- 0.24204,
- "_INIPPPSVNR_"
- ],
- [
- 3030,
- 3,
- 16,
- 7,
- 0.21359,
- "_VAVEEVDEEGKFVR_"
- ],
- [
- 33054,
- 2,
- 17,
- 7,
- 0.22781,
- "_MLTGPVYSQSTALTHK_"
- ],
- [
- 43329,
- 2,
- 17,
- 6,
- 0.22781,
- "_IVSSSDVGHDEYSTQSLVK_"
- ],
- [
- 15829,
- 2,
- 15,
- 4,
- 0.19935,
- "_TKAPDDLVAPVVK_"
- ],
- [
- 19651,
- 3,
- 14,
- 6,
- 0.18508,
- "_KPTDGASSSNCVTDISHLVR_"
- ],
- [
- 41175,
- 2,
- 20,
- 6,
- 0.27048,
- "_MVMIQDGPQNTGADKPLR_"
- ],
- [
- 2541,
- 2,
- 13,
- 3,
- 0.17083,
- "_IEEFVYEK_"
- ],
- [
- 12585,
- 2,
- 13,
- 3,
- 0.17083,
- "_KVEGDIWALQK_"
- ],
- [
- 5541,
- 2,
- 13,
- 4,
- 0.17083,
- "_VAVVAGYGDVGK_"
- ],
- [
- 26687,
- 2,
- 10,
- 5,
- 0.12815,
- "_TVMVQEGNVESAYR_"
- ],
- [
- 6962,
- 2,
- 10,
- 4,
- 0.12815,
- "_DGNGTIYPMAK_"
- ],
- [
- 18205,
- 3,
- 16,
- 6,
- 0.2136,
- "_WLQDEMFHSDFQHHNK_"
- ],
- [
- 27713,
- 2,
- 17,
- 4,
- 0.22784,
- "_VAVEEVDEEGKFVR_"
- ],
- [
- 18949,
- 2,
- 12,
- 5,
- 0.15661,
- "_ADVLTTGAGNPVGDK_"
- ],
- [
- 8685,
- 3,
- 6,
- 2,
- 0.071195,
- "_IHEDSTGGIYTVGVTTR_"
- ],
- [
- 27998,
- 2,
- 12,
- 5,
- 0.15661,
- "_TQYNQVPSEDFER_"
- ],
- [
- 9471,
- 2,
- 9,
- 2,
- 0.11393,
- "_WVPAGGSTGFSR_"
- ],
- [
- 23431,
- 2,
- 6,
- 2,
- 0.071195,
- "_HEM(Oxidation (M))LPASLIQAQR_"
- ],
- [
- 10771,
- 3,
- 11,
- 5,
- 0.14239,
- "_TEAPTWETHGNLMTER_"
- ],
- [
- 21774,
- 2,
- 7,
- 3,
- 0.085444,
- "_EKENDELDIQLK_"
- ],
- [
- 1644,
- 2,
- 7,
- 3,
- 0.085444,
- "_QVFDQYVK_"
- ],
- [
- 3085,
- 4,
- 17,
- 6,
- 0.22784,
- "_KPTDGASSSNCVTDISHLVR_"
- ],
- [
- 868,
- 2,
- 17,
- 2,
- 0.22784,
- "_YPMAVGLNK_"
- ],
- [
- 20072,
- 3,
- 12,
- 7,
- 0.15661,
- "_QALPCVAESPTVHVEVHQR_"
- ],
- [
- 33575,
- 2,
- 17,
- 5,
- 0.22784,
- "_GDANSEVTVYYQSGTR_"
- ],
- [
- 5757,
- 3,
- 12,
- 8,
- 0.15661,
- "_VFEGNRPTNSIVFTK_"
- ],
- [
- 25941,
- 2,
- 16,
- 3,
- 0.2136,
- "_ELEDATETADAMNR_"
- ],
- [
- 23162,
- 2,
- 16,
- 6,
- 0.2136,
- "_GCEVTPDVNISGQK_"
- ],
- [
- 43683,
- 4,
- 19,
- 9,
- 0.2563,
- "_SVTVVEDDEDEDGDDLLHHHHGSHCSSSGDPAEYNLR_"
- ],
- [
- 22319,
- 2,
- 14,
- 2,
- 0.18509,
- "_PGAPSQGLFGQPSSR_"
- ],
- [
- 889,
- 2,
- 23,
- 4,
- 0.3132,
- "_EIAEAYLGK_"
- ],
- [
- 11154,
- 3,
- 10,
- 4,
- 0.12815,
- "_ECYLEGDQTSLYHAAK_"
- ],
- [
- 661,
- 2,
- 15,
- 6,
- 0.19933,
- "_MNLGVGAYR_"
- ],
- [
- 15070,
- 2,
- 9,
- 4,
- 0.11393,
- "_DNNQFASASLDR_"
- ],
- [
- 23461,
- 2,
- 10,
- 3,
- 0.12815,
- "_RCTYLVLDEADR_"
- ],
- [
- 49292,
- 2,
- 10,
- 6,
- 0.12815,
- "_RVENSIPAAGETQNVEVAAGPAGK_"
- ],
- [
- 33365,
- 2,
- 14,
- 5,
- 0.18509,
- "_DTSFEQHVLWHTGGK_"
- ],
- [
- 2252,
- 2,
- 7,
- 4,
- 0.085444,
- "_QYFEQFGK_"
- ],
- [
- 13924,
- 3,
- 9,
- 3,
- 0.11393,
- "_EHPVIESHPDNALEDLR_"
- ],
- [
- 37335,
- 4,
- 10,
- 5,
- 0.12815,
- "_IKEEPVSEEGEEDEEQEAEEEPMDTSPSGLHSK_"
- ],
- [
- 41352,
- 2,
- 9,
- 5,
- 0.11393,
- "_ELATNLNVGTSSSAASSLKK_"
- ],
- [
- 8883,
- 3,
- 12,
- 2,
- 0.15663,
- "_LKESFLVTGSQDCTVK_"
- ],
- [
- 43294,
- 4,
- 10,
- 7,
- 0.12817,
- "_QASEQENEDSMAEAPESNHPEDQETMETISQDPEHK_"
- ],
- [
- 20314,
- 3,
- 12,
- 5,
- 0.15663,
- "_SLKEEDGEEIVTYDHLCK_"
- ],
- [
- 44208,
- 4,
- 10,
- 7,
- 0.12817,
- "_QEKPVNGEDKGDSGVDTQNSEGNADEEDPLGPNCYYDK_"
- ],
- [
- 36985,
- 2,
- 10,
- 5,
- 0.12817,
- "_NVLGHMQQGGSPTPFDR_"
- ],
- [
- 1625,
- 2,
- 21,
- 2,
- 0.28476,
- "_YALPLVGHR_"
- ],
- [
- 44908,
- 2,
- 10,
- 3,
- 0.12817,
- "_GQEADLEAGGEEVPEANGSAGK_"
- ],
- [
- 6171,
- 2,
- 12,
- 2,
- 0.15663,
- "_VMEIVDADEK_"
- ],
- [
- 43198,
- 3,
- 9,
- 6,
- 0.11392,
- "_PQYSNPPVQGEVMEGADNQGAGEQGRPVR_"
- ],
- [
- 321,
- 2,
- 11,
- 3,
- 0.14239,
- "_LPGLQATVR_"
- ],
- [
- 25875,
- 2,
- 11,
- 4,
- 0.14239,
- "_AYIAYELNSVQHR_"
- ],
- [
- 18854,
- 2,
- 8,
- 2,
- 0.099684,
- "_AVQGFFTSNNATR_"
- ],
- [
- 24593,
- 3,
- 9,
- 5,
- 0.11392,
- "_GDSLSLKGETVNDCHAEIISR_"
- ],
- [
- 6266,
- 3,
- 9,
- 2,
- 0.11392,
- "_ALLSHDSGSDHLAFVR_"
- ],
- [
- 26785,
- 2,
- 11,
- 4,
- 0.14239,
- "_GSSISIQWNSIHQK_"
- ],
- [
- 4086,
- 2,
- 9,
- 4,
- 0.11392,
- "_GLEDPSQVVR_"
- ],
- [
- 35772,
- 2,
- 9,
- 4,
- 0.11392,
- "_IHEDSTGGIYTVGVTTR_"
- ],
- [
- 37334,
- 2,
- 21,
- 3,
- 0.28476,
- "_ATEMVEVGADDDEGGAER_"
- ],
- [
- 16542,
- 2,
- 9,
- 2,
- 0.11392,
- "_TVEDADMELTSR_"
- ],
- [
- 3332,
- 4,
- 15,
- 7,
- 0.19932,
- "_QALPCVAESPTVHVEVHQR_"
- ],
- [
- 42611,
- 2,
- 18,
- 6,
- 0.24208,
- "_VAAGAQIHQSLLCDNAEVK_"
- ],
- [
- 6495,
- 3,
- 18,
- 5,
- 0.24208,
- "_MLTGPVYSQSTALTHK_"
- ],
- [
- 24877,
- 2,
- 14,
- 5,
- 0.18508,
- "_EEVVLLTHGDSVDK_"
- ],
- [
- 6742,
- 3,
- 18,
- 8,
- 0.24208,
- "_DTSFEQHVLWHTGGK_"
- ],
- [
- 19883,
- 2,
- 17,
- 6,
- 0.22784,
- "_HIMGQNVADYMR_"
- ],
- [
- 19601,
- 2,
- 14,
- 5,
- 0.18508,
- "_SLYASSPGGVYATR_"
- ],
- [
- 17775,
- 2,
- 14,
- 6,
- 0.18508,
- "_LMTQAQLEEATR_"
- ],
- [
- 21911,
- 2,
- 14,
- 4,
- 0.18508,
- "_TAAANAAAGAAENAFR_"
- ],
- [
- 45308,
- 2,
- 15,
- 7,
- 0.19932,
- "_HTGCCGDNDPIDVCEIGSK_"
- ],
- [
- 2856,
- 2,
- 17,
- 3,
- 0.22784,
- "_TLLSDPTYR_"
- ],
- [
- 1202,
- 3,
- 7,
- 5,
- 0.085434,
- "_EM(Oxidation (M))NPALGIDCLHK_"
- ],
- [
- 40268,
- 2,
- 15,
- 6,
- 0.19932,
- "_RQEQIQAMPLADSQAVR_"
- ],
- [
- 12269,
- 2,
- 16,
- 6,
- 0.21357,
- "_TFDQLTPDESK_"
- ],
- [
- 30199,
- 2,
- 15,
- 7,
- 0.19932,
- "_VEYTLGEESEAPGQR_"
- ],
- [
- 39326,
- 2,
- 15,
- 4,
- 0.19932,
- "_VTDTQEAECAGPPVPDPK_"
- ],
- [
- 12952,
- 3,
- 16,
- 3,
- 0.21356,
- "_RQEQIQAMPLADSQAVR_"
- ],
- [
- 2666,
- 3,
- 16,
- 3,
- 0.21356,
- "_YLQQLAEKPLETR_"
- ],
- [
- 40135,
- 2,
- 16,
- 5,
- 0.21356,
- "_WSNIYEDNGDDAPQNAK_"
- ],
- [
- 34570,
- 2,
- 12,
- 4,
- 0.15663,
- "_GLTAYLEVHQQEQEK_"
- ],
- [
- 23789,
- 2,
- 16,
- 5,
- 0.21356,
- "_LESEEEGVPSTAIR_"
- ],
- [
- 5087,
- 2,
- 17,
- 4,
- 0.22781,
- "_YLTTAVITNK_"
- ],
- [
- 49043,
- 2,
- 11,
- 6,
- 0.1424,
- "_EMEHNTVCAAGTSPVGEIGEEK_"
- ],
- [
- 11599,
- 2,
- 10,
- 2,
- 0.12816,
- "_HNGICIYFSR_"
- ],
- [
- 20886,
- 3,
- 11,
- 5,
- 0.1424,
- "_KDMSGHYQNALYLGDVSER_"
- ],
- [
- 2852,
- 2,
- 4,
- 2,
- 0.042727,
- "_YLALDEADR_"
- ],
- [
- 392,
- 2,
- 10,
- 3,
- 0.12816,
- "_VQMLLSDR_"
- ],
- [
- 30052,
- 2,
- 7,
- 2,
- 0.085434,
- "_EMVICSEASSTYQR_"
- ],
- [
- 24385,
- 2,
- 11,
- 4,
- 0.1424,
- "_SQVEQQQLITVEK_"
- ],
- [
- 4965,
- 2,
- 12,
- 3,
- 0.15663,
- "_HYGFNEILK_"
- ],
- [
- 16920,
- 2,
- 10,
- 2,
- 0.12816,
- "_REPVSLEEWTK_"
- ],
- [
- 44617,
- 2,
- 9,
- 4,
- 0.11392,
- "_YDSGGVSNGDCSLGVSGDEAR_"
- ],
- [
- 655,
- 2,
- 14,
- 4,
- 0.18508,
- "_HIILVLSGK_"
- ],
- [
- 38448,
- 2,
- 13,
- 5,
- 0.17086,
- "_ECYLEGDQTSLYHAAK_"
- ],
- [
- 5635,
- 2,
- 19,
- 4,
- 0.25631,
- "_VIQAGMFDQK_"
- ],
- [
- 1610,
- 3,
- 14,
- 5,
- 0.18508,
- "_LKLDSEQLPLRPK_"
- ],
- [
- 36672,
- 2,
- 9,
- 5,
- 0.11392,
- "_AAPAPTASSTININTSTSK_"
- ],
- [
- 30621,
- 2,
- 20,
- 2,
- 0.27054,
- "_KQPDEEPMDMVVEK_"
- ],
- [
- 3218,
- 2,
- 20,
- 3,
- 0.27054,
- "_VGVLAASMEAK_"
- ],
- [
- 2768,
- 3,
- 13,
- 4,
- 0.17086,
- "_IVDDLKDEAEQYR_"
- ],
- [
- 24931,
- 3,
- 13,
- 6,
- 0.17086,
- "_QQTSSRPPASVGELSSSGLGDPR_"
- ],
- [
- 50796,
- 2,
- 13,
- 4,
- 0.17086,
- "_KPFMLDEEGDTQTEETQPSETK_"
- ],
- [
- 23000,
- 2,
- 11,
- 4,
- 0.1424,
- "_KQLQDIATLADQR_"
- ],
- [
- 9192,
- 2,
- 12,
- 2,
- 0.15663,
- "_CEFFNAGGSVK_"
- ],
- [
- 24361,
- 2,
- 13,
- 3,
- 0.17086,
- "_LQVEGGGCSGFQYK_"
- ],
- [
- 3553,
- 2,
- 8,
- 2,
- 0.099667,
- "_SGYFALGNEK_"
- ],
- [
- 8535,
- 2,
- 8,
- 3,
- 0.099667,
- "_ADFYCAEVAR_"
- ],
- [
- 5798,
- 2,
- 7,
- 4,
- 0.085443,
- "_SFTSEDDLVK_"
- ],
- [
- 2399,
- 2,
- 12,
- 2,
- 0.15663,
- "_NLSTFAVDGK_"
- ],
- [
- 41055,
- 2,
- 10,
- 4,
- 0.12815,
- "_SKNDCTQLCLSLNEER_"
- ],
- [
- 23137,
- 3,
- 10,
- 5,
- 0.12815,
- "_GGLMVSEMESHPPSQGPGDGER_"
- ],
- [
- 4437,
- 4,
- 11,
- 3,
- 0.14239,
- "_HVIQTLSQEFALSQHPHSR_"
- ],
- [
- 37990,
- 2,
- 6,
- 2,
- 0.071195,
- "_AEASWDSAVHGCPQLSR_"
- ],
- [
- 35420,
- 2,
- 12,
- 4,
- 0.15663,
- "_GQVVENNSVTEFSEEK_"
- ],
- [
- 10045,
- 2,
- 12,
- 5,
- 0.15663,
- "_SYEPLEDPGVK_"
- ],
- [
- 20010,
- 2,
- 12,
- 4,
- 0.15663,
- "_NLLYVADSYNHK_"
- ],
- [
- 9684,
- 2,
- 12,
- 3,
- 0.15663,
- "_WNGWGYNDSK_"
- ],
- [
- 6900,
- 3,
- 9,
- 4,
- 0.1139,
- "_EKEEFASAHFSPVLR_"
- ],
- [
- 18235,
- 2,
- 8,
- 5,
- 0.1139,
- "_QQVPSGESAILDR_"
- ],
- [
- 13225,
- 2,
- 10,
- 4,
- 0.12815,
- "_QQGLASYDYVR_"
- ],
- [
- 27262,
- 2,
- 8,
- 2,
- 0.099664,
- "_EEQATTIFQSEQGK_"
- ],
- [
- 1233,
- 2,
- 7,
- 3,
- 0.085443,
- "_MEEIEGFR_"
- ],
- [
- 7348,
- 4,
- 9,
- 4,
- 0.1139,
- "_LLYAVNTHCHADHITGSGLLR_"
- ],
- [
- 33273,
- 4,
- 9,
- 7,
- 0.1139,
- "_DTNQEDGVIISEHGEDEMDMESEKEEEKPK_"
- ],
- [
- 14037,
- 3,
- 12,
- 5,
- 0.15663,
- "_KEGKPTIVEEDDPELFK_"
- ],
- [
- 25859,
- 3,
- 10,
- 5,
- 0.12815,
- "_EMEHNTVCAAGTSPVGEIGEEK_"
- ],
- [
- 45476,
- 2,
- 6,
- 5,
- 0.071195,
- "_TCTTVAFTQVNSEDKGALAK_"
- ],
- [
- 12662,
- 2,
- 6,
- 3,
- 0.071195,
- "_EAAAALVEEETR_"
- ],
- [
- 51103,
- 2,
- 7,
- 4,
- 0.085443,
- "_LSPGNSGNYSSGASSASASGSSVTIPQK_"
- ],
- [
- 45123,
- 2,
- 7,
- 4,
- 0.085443,
- "_TPVDESDDEIQHDEIPTGK_"
- ],
- [
- 26549,
- 3,
- 9,
- 5,
- 0.1139,
- "_EELNHPLGRPENCGQIYWR_"
- ],
- [
- 27865,
- 3,
- 9,
- 4,
- 0.1139,
- "_YRPDSLDGPMEGDSCPTGNSMK_"
- ],
- [
- 42765,
- 3,
- 11,
- 5,
- 0.14239,
- "_ADFTVVAGDEGSSTTGGSSEENKGPSGSAVSR_"
- ],
- [
- 19452,
- 2,
- 9,
- 2,
- 0.1139,
- "_VGPGAGESPGTPPFR_"
- ],
- [
- 3445,
- 3,
- 13,
- 4,
- 0.17086,
- "_KLQWQTTLGHAVLK_"
- ],
- [
- 20852,
- 2,
- 17,
- 4,
- 0.22779,
- "_TTCSCSLAVQLSK_"
- ],
- [
- 203,
- 4,
- 14,
- 4,
- 0.18509,
- "_KLMHQAALLGQALQDSR_"
- ],
- [
- 7988,
- 2,
- 13,
- 3,
- 0.17086,
- "_VLVDQTTGLSR_"
- ],
- [
- 1817,
- 2,
- 14,
- 4,
- 0.18509,
- "_QYWCTFK_"
- ],
- [
- 5860,
- 2,
- 13,
- 4,
- 0.17086,
- "_KPVIVFVPSR_"
- ],
- [
- 8308,
- 2,
- 24,
- 5,
- 0.32744,
- "_LGIHSALLDEK_"
- ],
- [
- 26462,
- 3,
- 13,
- 6,
- 0.17086,
- "_RVENSIPAAGETQNVEVAAGPAGK_"
- ],
- [
- 226,
- 2,
- 13,
- 3,
- 0.17086,
- "_ILEAWRR_"
- ],
- [
- 3801,
- 2,
- 18,
- 4,
- 0.24203,
- "_DGSDVIYPAR_"
- ],
- [
- 10359,
- 2,
- 13,
- 4,
- 0.17086,
- "_EVWQVNLKPK_"
- ],
- [
- 8238,
- 3,
- 16,
- 5,
- 0.21354,
- "_KVYENYPTYDLTER_"
- ],
- [
- 2921,
- 2,
- 15,
- 3,
- 0.19931,
- "_DLMPHDLAR_"
- ],
- [
- 32233,
- 2,
- 13,
- 5,
- 0.17086,
- "_ADATNVNNWHWTER_"
- ],
- [
- 15278,
- 2,
- 15,
- 3,
- 0.19931,
- "_ICSYCNNILGK_"
- ],
- [
- 31402,
- 3,
- 16,
- 6,
- 0.21354,
- "_KPFMLDEEGDTQTEETQPSETK_"
- ],
- [
- 26954,
- 2,
- 13,
- 4,
- 0.17086,
- "_YLQQLAEKPLETR_"
- ],
- [
- 50188,
- 2,
- 12,
- 5,
- 0.15663,
- "_VFQSLPHENKPLTLSNYQTNK_"
- ],
- [
- 28625,
- 2,
- 13,
- 3,
- 0.17086,
- "_RPSPDEPMTNLELK_"
- ],
- [
- 26371,
- 2,
- 14,
- 3,
- 0.18509,
- "_SIGSAVDQGNESIVAK_"
- ],
- [
- 11902,
- 2,
- 11,
- 2,
- 0.14236,
- "_KFPGSAALVGAVR_"
- ],
- [
- 22408,
- 2,
- 9,
- 5,
- 0.11388,
- "_NPVSDHFPVGCMK_"
- ],
- [
- 9252,
- 2,
- 12,
- 4,
- 0.1566,
- "_HYEVEILDAK_"
- ],
- [
- 16295,
- 3,
- 11,
- 3,
- 0.14236,
- "_CVHIWNTQTGALVHSYR_"
- ],
- [
- 5508,
- 4,
- 9,
- 3,
- 0.11388,
- "_TLEEEDQSIVRPLETENHK_"
- ],
- [
- 5700,
- 2,
- 15,
- 6,
- 0.19931,
- "_QTWMDNMGR_"
- ],
- [
- 6040,
- 2,
- 9,
- 4,
- 0.11388,
- "_AENSSLNLIGK_"
- ],
- [
- 7785,
- 2,
- 14,
- 5,
- 0.18507,
- "_IEFYELDKK_"
- ],
- [
- 2674,
- 3,
- 17,
- 6,
- 0.22776,
- "_ALEVIKPAHILQEK_"
- ],
- [
- 35084,
- 2,
- 11,
- 5,
- 0.14236,
- "_QMQSSFTSSEQELER_"
- ],
- [
- 3236,
- 2,
- 15,
- 5,
- 0.19931,
- "_FFDANYDGK_"
- ],
- [
- 26438,
- 2,
- 7,
- 3,
- 0.085412,
- "_LASGCDGSEIPDEVK_"
- ],
- [
- 45759,
- 2,
- 11,
- 4,
- 0.14236,
- "_ESAAPASPAPSPAPSPTPAPPQK_"
- ],
- [
- 28443,
- 3,
- 19,
- 7,
- 0.25625,
- "_NPDVDTSFLPDRDREEEENR_"
- ],
- [
- 15503,
- 3,
- 12,
- 4,
- 0.1566,
- "_THSVNGITEEADPTIYSGK_"
- ],
- [
- 14603,
- 2,
- 10,
- 3,
- 0.12811,
- "_LQTQASATVAIPK_"
- ],
- [
- 1956,
- 2,
- 14,
- 4,
- 0.18507,
- "_SEDMPFSPK_"
- ],
- [
- 18787,
- 2,
- 13,
- 5,
- 0.17085,
- "_SEVSSDEDIQFR_"
- ],
- [
- 41478,
- 2,
- 13,
- 5,
- 0.17085,
- "_EQLSSANHSLQLASQIQK_"
- ],
- [
- 20828,
- 2,
- 10,
- 5,
- 0.12811,
- "_IEKLEEYITTSK_"
- ],
- [
- 15798,
- 2,
- 16,
- 3,
- 0.21353,
- "_IFNCNPDDMAR_"
- ],
- [
- 19345,
- 3,
- 20,
- 9,
- 0.27052,
- "_HTGCCGDNDPIDVCEIGSK_"
- ],
- [
- 38973,
- 2,
- 17,
- 7,
- 0.22776,
- "_GLESTTLADKDGEIYCK_"
- ],
- [
- 23636,
- 2,
- 13,
- 5,
- 0.17085,
- "_LCAAAASILGKPADR_"
- ],
- [
- 35673,
- 2,
- 13,
- 4,
- 0.17085,
- "_VADYCENNYIQATDK_"
- ],
- [
- 14471,
- 2,
- 17,
- 3,
- 0.22776,
- "_DSDGVDGFEAEGK_"
- ],
- [
- 3150,
- 2,
- 14,
- 4,
- 0.18507,
- "_LLASINSTVR_"
- ],
- [
- 30324,
- 2,
- 6,
- 2,
- 0.071175,
- "_KFLEESVSMSPEER_"
- ],
- [
- 15446,
- 2,
- 26,
- 7,
- 0.35588,
- "_TFIAIKPDGVQR_"
- ],
- [
- 16408,
- 2,
- 14,
- 5,
- 0.18507,
- "_LLQAMEPVHVAR_"
- ],
- [
- 16497,
- 2,
- 9,
- 5,
- 0.11388,
- "_KQDFDEDDILK_"
- ],
- [
- 27046,
- 2,
- 11,
- 5,
- 0.14235,
- "_VGSLDNVGHLPAGGAVK_"
- ],
- [
- 5675,
- 2,
- 11,
- 4,
- 0.14235,
- "_QDDKFFLPK_"
- ],
- [
- 28756,
- 2,
- 17,
- 2,
- 0.22777,
- "_EISSAAAHSQPFAWK_"
- ],
- [
- 13781,
- 3,
- 12,
- 4,
- 0.1566,
- "_SKNDCTQLCLSLNEER_"
- ],
- [
- 16336,
- 2,
- 10,
- 3,
- 0.12812,
- "_TVAMHEVFLCR_"
- ],
- [
- 2486,
- 2,
- 18,
- 4,
- 0.242,
- "_KYVMSWIK_"
- ],
- [
- 23577,
- 2,
- 10,
- 4,
- 0.12812,
- "_PGPGLSSQTAGAAGWR_"
- ],
- [
- 5357,
- 2,
- 12,
- 2,
- 0.1566,
- "_TTVEDFCMK_"
- ],
- [
- 11630,
- 3,
- 17,
- 6,
- 0.22777,
- "_GLESTTLADKDGEIYCK_"
- ],
- [
- 10817,
- 4,
- 11,
- 2,
- 0.14235,
- "_IYSGTIKPQLAIHNINGNCTER_"
- ],
- [
- 11182,
- 2,
- 17,
- 4,
- 0.22777,
- "_TKDIEDVFYK_"
- ],
- [
- 188,
- 3,
- 12,
- 5,
- 0.1566,
- "_IDEHHFVAVALR_"
- ],
- [
- 23259,
- 3,
- 10,
- 5,
- 0.12812,
- "_YVLENHPGTNSNYQMHLLK_"
- ],
- [
- 31272,
- 2,
- 11,
- 4,
- 0.14235,
- "_KTEQFQVSVSVAPAAK_"
- ],
- [
- 6344,
- 2,
- 13,
- 3,
- 0.17084,
- "_LWQCGEGFR_"
- ],
- [
- 23195,
- 2,
- 19,
- 6,
- 0.25624,
- "_KVVLLTGETSTDLK_"
- ],
- [
- 13196,
- 2,
- 13,
- 4,
- 0.17084,
- "_LESIATTLVSHK_"
- ],
- [
- 4692,
- 2,
- 8,
- 2,
- 0.099649,
- "_YAVIGTYDGR_"
- ],
- [
- 3982,
- 3,
- 26,
- 4,
- 0.3559,
- "_EVSEEHNLLPQPPR_"
- ],
- [
- 16054,
- 3,
- 7,
- 4,
- 0.085412,
- "_NDSYEKGPDSVVVHVYVK_"
- ],
- [
- 24499,
- 2,
- 13,
- 3,
- 0.17084,
- "_EDSLDEEFFHHK_"
- ],
- [
- 31711,
- 2,
- 14,
- 5,
- 0.18508,
- "_TCTTVAFTQVNSEDK_"
- ],
- [
- 8943,
- 2,
- 14,
- 3,
- 0.18508,
- "_DDPIISTHLAK_"
- ],
- [
- 23349,
- 2,
- 5,
- 3,
- 0.056917,
- "_ISQQALSAYAQAEK_"
- ],
- [
- 19866,
- 2,
- 13,
- 5,
- 0.17084,
- "_LKEVLEYNAIGGK_"
- ],
- [
- 10345,
- 2,
- 12,
- 3,
- 0.1566,
- "_GEHVPGFCLPK_"
- ],
- [
- 23878,
- 2,
- 15,
- 3,
- 0.19933,
- "_NMEINKEELLGTK_"
- ],
- [
- 17960,
- 3,
- 12,
- 6,
- 0.1566,
- "_LLEAHEEQNVDSYTESVK_"
- ],
- [
- 15893,
- 2,
- 9,
- 4,
- 0.11389,
- "_SALVKPVTINVGR_"
- ],
- [
- 4673,
- 3,
- 14,
- 6,
- 0.18509,
- "_QVVHLNLAEDCMNK_"
- ],
- [
- 47704,
- 2,
- 14,
- 4,
- 0.18509,
- "_GGLMVSEMESHPPSQGPGDGER_"
- ],
- [
- 11843,
- 2,
- 14,
- 4,
- 0.18509,
- "_VGGVQSLGGTGALR_"
- ],
- [
- 40430,
- 2,
- 11,
- 4,
- 0.14236,
- "_VVNVANVGAVPSGQDNIHR_"
- ],
- [
- 21609,
- 2,
- 8,
- 3,
- 0.099657,
- "_SPLSQGDSSAPSLPK_"
- ],
- [
- 5636,
- 2,
- 8,
- 2,
- 0.099657,
- "_LGEQVFGTTGK_"
- ],
- [
- 3826,
- 4,
- 11,
- 6,
- 0.14236,
- "_LESEMEDAYHEHQANLLR_"
- ],
- [
- 4795,
- 2,
- 12,
- 3,
- 0.1566,
- "_QTVSWAVTPK_"
- ],
- [
- 38761,
- 2,
- 12,
- 3,
- 0.1566,
- "_DSENLASPSEYPENGER_"
- ],
- [
- 5908,
- 3,
- 12,
- 6,
- 0.1566,
- "_ADATNVNNWHWTER_"
- ],
- [
- 41799,
- 2,
- 8,
- 3,
- 0.099657,
- "_AQSSPAAPASLSAPEPASQAR_"
- ],
- [
- 46524,
- 2,
- 12,
- 5,
- 0.1566,
- "_VACQVNDNTNTAGSPGEVLSR_"
- ],
- [
- 38867,
- 2,
- 12,
- 3,
- 0.1566,
- "_GSNFAPETGQTAGQFQTR_"
- ],
- [
- 22659,
- 2,
- 15,
- 6,
- 0.19933,
- "_MDGTYACSYTPVK_"
- ],
- [
- 3973,
- 2,
- 10,
- 4,
- 0.12814,
- "_LKPLEVELR_"
- ],
- [
- 32692,
- 2,
- 14,
- 7,
- 0.18509,
- "_TGFSTSPESPYTHWK_"
- ],
- [
- 112,
- 4,
- 14,
- 6,
- 0.18509,
- "_FQEHIIQAPKPVEAIK_"
- ],
- [
- 37846,
- 2,
- 10,
- 5,
- 0.12814,
- "_VETEAEDAALDCSVNSR_"
- ],
- [
- 47843,
- 2,
- 10,
- 5,
- 0.12814,
- "_LSAEENPDDSEVPSSSGINSTK_"
- ],
- [
- 33798,
- 2,
- 10,
- 6,
- 0.12814,
- "_EM(Oxidation (M))QNLSFQDCYSSK_"
- ],
- [
- 313,
- 3,
- 10,
- 4,
- 0.12814,
- "_PAHTALAPVAMPVR_"
- ],
- [
- 11472,
- 2,
- 9,
- 5,
- 0.11389,
- "_VVPSYMQAVNR_"
- ],
- [
- 39739,
- 2,
- 10,
- 2,
- 0.12814,
- "_EGEIAIHNSDGQQATILK_"
- ],
- [
- 25800,
- 2,
- 10,
- 3,
- 0.12814,
- "_HPAPPPSNYEILVK_"
- ],
- [
- 1595,
- 2,
- 13,
- 3,
- 0.17085,
- "_DGLTDVYNK_"
- ],
- [
- 25291,
- 2,
- 16,
- 5,
- 0.21356,
- "_GPSGCVESLEVTCR_"
- ],
- [
- 48336,
- 2,
- 10,
- 5,
- 0.12814,
- "_NPDNDENGPWCYTTDPDKR_"
- ],
- [
- 22044,
- 3,
- 13,
- 5,
- 0.17085,
- "_VNHVDPEEEIVEHGAMEER_"
- ],
- [
- 44359,
- 2,
- 13,
- 6,
- 0.17085,
- "_LLEAHEEQNVDSYTESVK_"
- ],
- [
- 5318,
- 4,
- 14,
- 6,
- 0.18509,
- "_YVLENHPGTNSNYQMHLLK_"
- ],
- [
- 8701,
- 2,
- 10,
- 3,
- 0.12814,
- "_WDGQETTLVR_"
- ],
- [
- 14186,
- 4,
- 7,
- 4,
- 0.0854,
- "_LNIQSPLTSQENSHNHGDGAEDFK_"
- ],
- [
- 15656,
- 2,
- 8,
- 3,
- 0.099639,
- "_TVAVWDSETGER_"
- ],
- [
- 25643,
- 4,
- 7,
- 6,
- 0.0854,
- "_GTQEVAPPTPLTPTSHTANTSPRPVSGMER_"
- ],
- [
- 15661,
- 2,
- 11,
- 3,
- 0.14238,
- "_TPQEDYVEAAVK_"
- ],
- [
- 6245,
- 3,
- 11,
- 4,
- 0.14238,
- "_VNSLAPGPISGTEGLRR_"
- ],
- [
- 14462,
- 3,
- 10,
- 4,
- 0.12813,
- "_TMIVHDDVESEPAMTPSK_"
- ],
- [
- 19802,
- 2,
- 20,
- 5,
- 0.27048,
- "_TIDLGAAAHYTGDK_"
- ],
- [
- 46456,
- 2,
- 10,
- 3,
- 0.12813,
- "_EEECHFYAGGQVYPGEASR_"
- ],
- [
- 12131,
- 3,
- 13,
- 6,
- 0.17083,
- "_KHLEINPDHSIIETLR_"
- ],
- [
- 13295,
- 3,
- 11,
- 4,
- 0.14238,
- "_TKENDAHLVEVNLNNIK_"
- ],
- [
- 15380,
- 3,
- 10,
- 3,
- 0.12813,
- "_ALVNTTGYQNDSPLHDAAK_"
- ],
- [
- 10150,
- 3,
- 12,
- 2,
- 0.1566,
- "_LQLEQQVATGPALDNKK_"
- ],
- [
- 4361,
- 2,
- 12,
- 2,
- 0.1566,
- "_SQGMALSLGDK_"
- ],
- [
- 9029,
- 3,
- 10,
- 6,
- 0.12813,
- "_GIPALIENDHHMNSIR_"
- ],
- [
- 33772,
- 2,
- 10,
- 6,
- 0.12813,
- "_SQANGAGALSYVSPNTSK_"
- ],
- [
- 10275,
- 3,
- 10,
- 2,
- 0.12813,
- "_HGGVCAPAAVATSPPGAIPK_"
- ],
- [
- 1903,
- 2,
- 10,
- 5,
- 0.12813,
- "_ELLTTMGDR_"
- ],
- [
- 6708,
- 2,
- 20,
- 5,
- 0.27048,
- "_SIYYITGESK_"
- ],
- [
- 12944,
- 3,
- 10,
- 6,
- 0.12813,
- "_GFTGIDSDYEKPETPER_"
- ],
- [
- 11130,
- 4,
- 11,
- 2,
- 0.14238,
- "_VGGVGPADTHEPLRPEAEPGELER_"
- ],
- [
- 25451,
- 2,
- 26,
- 7,
- 0.35594,
- "_DDPHACYSTVFDK_"
- ],
- [
- 29010,
- 3,
- 14,
- 6,
- 0.18508,
- "_MTATGSGENSTVAEHLIAQHSAIK_"
- ],
- [
- 9272,
- 3,
- 19,
- 4,
- 0.25625,
- "_KMEDSVGCLETAEEVK_"
- ],
- [
- 30454,
- 2,
- 14,
- 3,
- 0.18508,
- "_QVVHLNLAEDCMNK_"
- ],
- [
- 31339,
- 2,
- 14,
- 3,
- 0.18508,
- "_VQISSQNPPPSPMPGR_"
- ],
- [
- 9175,
- 2,
- 15,
- 5,
- 0.19932,
- "_LKTDVDVSLPK_"
- ],
- [
- 17864,
- 2,
- 14,
- 3,
- 0.18508,
- "_LDQMDEDELER_"
- ],
- [
- 7586,
- 2,
- 15,
- 5,
- 0.19932,
- "_VICILSHPIK_"
- ],
- [
- 36725,
- 2,
- 17,
- 5,
- 0.22779,
- "_AQAVLEEDHYGMEDVK_"
- ],
- [
- 40352,
- 3,
- 13,
- 6,
- 0.17083,
- "_EEELEETGNQHNDVEIEEAGEEEEK_"
- ],
- [
- 9725,
- 4,
- 14,
- 5,
- 0.18508,
- "_MTATGSGENSTVAEHLIAQHSAIK_"
- ],
- [
- 34497,
- 2,
- 14,
- 6,
- 0.18508,
- "_DETVSDCSPHIANIGR_"
- ],
- [
- 27056,
- 3,
- 18,
- 5,
- 0.24203,
- "_VDSDSSKPPETLTDPPGVCQEK_"
- ],
- [
- 40627,
- 3,
- 15,
- 6,
- 0.19932,
- "_HVIADQEVMETNRVESVEPSENEASK_"
- ],
- [
- 39290,
- 2,
- 13,
- 5,
- 0.17083,
- "_EHNGQVTGIDWAPESNR_"
- ],
- [
- 36468,
- 2,
- 15,
- 4,
- 0.19932,
- "_HHSLGGQYGVQGFPTIK_"
- ],
- [
- 7779,
- 4,
- 14,
- 6,
- 0.18508,
- "_EELNHPLGRPENCGQIYWR_"
- ],
- [
- 14463,
- 3,
- 14,
- 4,
- 0.18508,
- "_IVETEAYLGPEDEAAHSR_"
- ],
- [
- 14716,
- 2,
- 28,
- 5,
- 0.38442,
- "_VVDLMAHMASKE_"
- ],
- [
- 1211,
- 3,
- 17,
- 6,
- 0.22782,
- "_LCAAAASILGKPADR_"
- ],
- [
- 11365,
- 2,
- 29,
- 5,
- 0.39863,
- "_LVNHFVEEFK_"
- ],
- [
- 44800,
- 2,
- 19,
- 5,
- 0.25628,
- "_LGEMWNNTAADDKQPYEK_"
- ],
- [
- 27254,
- 3,
- 12,
- 5,
- 0.15664,
- "_GPVYHEYCECPEDPQAWQK_"
- ],
- [
- 20344,
- 2,
- 5,
- 3,
- 0.056975,
- "_EKLSQGVTLVVDR_"
- ],
- [
- 26732,
- 2,
- 9,
- 3,
- 0.11389,
- "_LLEENVEHNMISR_"
- ],
- [
- 42474,
- 2,
- 17,
- 6,
- 0.22782,
- "_THSVNGITEEADPTIYSGK_"
- ],
- [
- 15966,
- 2,
- 8,
- 3,
- 0.099655,
- "_WACLVVDEAHR_"
- ],
- [
- 3804,
- 2,
- 10,
- 3,
- 0.12815,
- "_STNILDNMGK_"
- ],
- [
- 17462,
- 2,
- 9,
- 3,
- 0.11389,
- "_CLDPVDTPNPTR_"
- ],
- [
- 19214,
- 2,
- 8,
- 3,
- 0.099655,
- "_DQVVILHHMLSK_"
- ],
- [
- 2103,
- 4,
- 21,
- 6,
- 0.28473,
- "_HPDSHQLFIGNLPHEVDK_"
- ],
- [
- 38604,
- 2,
- 16,
- 6,
- 0.21358,
- "_KLEEEQIILEDQNCK_"
- ],
- [
- 14988,
- 2,
- 11,
- 5,
- 0.14239,
- "_ELTSTCSPIISK_"
- ],
- [
- 19547,
- 3,
- 14,
- 7,
- 0.18509,
- "_TCTTVAFTQVNSEDKGALAK_"
- ],
- [
- 45132,
- 2,
- 11,
- 4,
- 0.14239,
- "_LLMQNQSSTNHPGASIALSR_"
- ],
- [
- 18606,
- 3,
- 18,
- 7,
- 0.24205,
- "_LGEMWNNTAADDKQPYEK_"
- ],
- [
- 11926,
- 3,
- 13,
- 5,
- 0.17086,
- "_EHNGQVTGIDWAPESNR_"
- ],
- [
- 40550,
- 2,
- 11,
- 2,
- 0.14239,
- "_HWILPQDYDHAQAEAR_"
- ],
- [
- 2175,
- 3,
- 13,
- 5,
- 0.17086,
- "_FNECGHVLYADIK_"
- ],
- [
- 37338,
- 2,
- 14,
- 4,
- 0.18509,
- "_LQLQNPPAIHGSGSGSCQ_"
- ],
- [
- 26360,
- 4,
- 13,
- 7,
- 0.17086,
- "_SPHSPSPIATPPSQSSSCSDAPMLSTVHSAK_"
- ],
- [
- 35580,
- 2,
- 10,
- 4,
- 0.12815,
- "_YSPDEMNNSPNFEEK_"
- ],
- [
- 16570,
- 3,
- 10,
- 6,
- 0.12815,
- "_YTCHVQHEGLPEPLTLR_"
- ],
- [
- 24353,
- 3,
- 13,
- 6,
- 0.17086,
- "_NPDNDENGPWCYTTDPDKR_"
- ],
- [
- 5745,
- 2,
- 17,
- 6,
- 0.22782,
- "_DYAFVHMEK_"
- ],
- [
- 4298,
- 2,
- 12,
- 5,
- 0.15662,
- "_DSLYKPILR_"
- ],
- [
- 5500,
- 2,
- 11,
- 3,
- 0.14239,
- "_QTTITSHFAK_"
- ],
- [
- 2559,
- 2,
- 16,
- 4,
- 0.21358,
- "_KPLIIFTPK_"
- ],
- [
- 29162,
- 3,
- 19,
- 8,
- 0.25629,
- "_VFQSLPHENKPLTLSNYQTNK_"
- ],
- [
- 13569,
- 3,
- 12,
- 5,
- 0.15662,
- "_FKVESEQQYFEIEKR_"
- ],
- [
- 23525,
- 3,
- 15,
- 4,
- 0.19933,
- "_TLEEEDQSIVRPLETENHK_"
- ],
- [
- 10073,
- 3,
- 13,
- 2,
- 0.17087,
- "_IVYICCGEDHTAALTK_"
- ],
- [
- 26737,
- 2,
- 12,
- 4,
- 0.15662,
- "_QQEALEEQAALEPK_"
- ],
- [
- 7167,
- 2,
- 12,
- 3,
- 0.15662,
- "_ELTPQVVSAAR_"
- ],
- [
- 5870,
- 3,
- 12,
- 2,
- 0.15662,
- "_SRPFTVAASFQSTSVK_"
- ],
- [
- 11282,
- 3,
- 19,
- 3,
- 0.25629,
- "_VLSRPNAQELPSMYQR_"
- ],
- [
- 13436,
- 3,
- 12,
- 5,
- 0.15662,
- "_LDSYVNADHDLYCNTR_"
- ],
- [
- 1940,
- 2,
- 12,
- 4,
- 0.15662,
- "_FQIATVTEK_"
- ],
- [
- 28007,
- 2,
- 12,
- 8,
- 0.15662,
- "_HGNQYIQVNEPWK_"
- ],
- [
- 513,
- 2,
- 9,
- 6,
- 0.11389,
- "_ELFYEDR_"
- ],
- [
- 17530,
- 2,
- 9,
- 5,
- 0.11389,
- "_YQLLQLRPAQR_"
- ],
- [
- 20190,
- 2,
- 14,
- 4,
- 0.18509,
- "_SYKPVFWSPSSR_"
- ],
- [
- 3870,
- 3,
- 9,
- 4,
- 0.11389,
- "_SPEVGDEEALRPLTK_"
- ],
- [
- 20980,
- 3,
- 14,
- 7,
- 0.18509,
- "_EEECHFYAGGQVYPGEASR_"
- ],
- [
- 14539,
- 2,
- 7,
- 4,
- 0.08543,
- "_HCILDVSGNAIK_"
- ],
- [
- 18883,
- 2,
- 10,
- 5,
- 0.12813,
- "_YYTGNYDQYVK_"
- ],
- [
- 5413,
- 3,
- 14,
- 6,
- 0.18509,
- "_KLEVEANNAFDQYR_"
- ],
- [
- 33816,
- 2,
- 8,
- 4,
- 0.09966,
- "_LTQSEQAHLSLELQR_"
- ],
- [
- 2644,
- 3,
- 15,
- 6,
- 0.19933,
- "_YAPSEAGLHEMDIR_"
- ],
- [
- 22985,
- 2,
- 7,
- 4,
- 0.08543,
- "_MHFANQSIEPLGR_"
- ],
- [
- 26003,
- 2,
- 18,
- 5,
- 0.24206,
- "_GACASHVSTMASFLK_"
- ],
- [
- 19339,
- 2,
- 15,
- 3,
- 0.19933,
- "_GGGHILPYDQPLR_"
- ],
- [
- 28999,
- 2,
- 13,
- 5,
- 0.17087,
- "_LACLSEEGNEIESGK_"
- ],
- [
- 30934,
- 2,
- 15,
- 5,
- 0.19933,
- "_DALAALETPGRPSQQK_"
- ],
- [
- 18960,
- 2,
- 8,
- 4,
- 0.09966,
- "_RVCEEIAIIPSK_"
- ],
- [
- 32017,
- 2,
- 14,
- 5,
- 0.18509,
- "_FAAYFQQGDM(Oxidation (M))ESNGK_"
- ],
- [
- 23414,
- 2,
- 16,
- 3,
- 0.21358,
- "_LYPESQGSDTAWR_"
- ],
- [
- 7628,
- 3,
- 8,
- 3,
- 0.09966,
- "_EISIMQQCDSPHVVK_"
- ],
- [
- 21907,
- 2,
- 13,
- 4,
- 0.17087,
- "_AGPEYGQGMNPISR_"
- ],
- [
- 4165,
- 2,
- 8,
- 2,
- 0.09966,
- "_QENLDIDVR_"
- ],
- [
- 33379,
- 2,
- 13,
- 4,
- 0.17087,
- "_TSIVQAAAGGVPGGGSNNGK_"
- ],
- [
- 34673,
- 2,
- 9,
- 3,
- 0.11391,
- "_QCSDLLSQAQYHVAR_"
- ],
- [
- 1343,
- 2,
- 11,
- 5,
- 0.14238,
- "_LQIDEQLR_"
- ],
- [
- 35008,
- 2,
- 8,
- 3,
- 0.099679,
- "_DNTDLIYPHPNASAEK_"
- ],
- [
- 3165,
- 2,
- 6,
- 4,
- 0.071224,
- "_YAGLSTCFR_"
- ],
- [
- 37336,
- 2,
- 13,
- 4,
- 0.17087,
- "_IVYICCGEDHTAALTK_"
- ],
- [
- 41468,
- 2,
- 9,
- 5,
- 0.11391,
- "_NSSQGSVDVSMGHSSFISR_"
- ],
- [
- 44500,
- 2,
- 8,
- 2,
- 0.099679,
- "_FQQHLEQEQWALQQQR_"
- ],
- [
- 16438,
- 2,
- 8,
- 4,
- 0.099679,
- "_ILSQSTDSLNMR_"
- ],
- [
- 10592,
- 3,
- 12,
- 4,
- 0.15664,
- "_SSQIGAVVSHQSSVIPDR_"
- ],
- [
- 11089,
- 3,
- 10,
- 5,
- 0.12814,
- "_LENVSLSQQLTETQHR_"
- ],
- [
- 16835,
- 3,
- 11,
- 6,
- 0.14238,
- "_AATGEEVSAEDLGGADLHCR_"
- ],
- [
- 3419,
- 2,
- 11,
- 3,
- 0.14238,
- "_CLQSGTLFR_"
- ],
- [
- 22261,
- 2,
- 11,
- 4,
- 0.14238,
- "_CLQDNNWDYTR_"
- ],
- [
- 8368,
- 3,
- 18,
- 4,
- 0.24207,
- "_LHPCPPPDFFRPCR_"
- ],
- [
- 38402,
- 2,
- 11,
- 5,
- 0.14238,
- "_LENVSLSQQLTETQHR_"
- ],
- [
- 12759,
- 2,
- 11,
- 4,
- 0.14238,
- "_QYASYEFVQR_"
- ],
- [
- 13120,
- 3,
- 12,
- 5,
- 0.15664,
- "_VVNVANVGAVPSGQDNIHR_"
- ],
- [
- 27412,
- 2,
- 12,
- 5,
- 0.15664,
- "_DSIQSHQESLSVLR_"
- ],
- [
- 6282,
- 2,
- 20,
- 6,
- 0.27054,
- "_CPFTGNVSIR_"
- ],
- [
- 14095,
- 2,
- 10,
- 2,
- 0.12814,
- "_MFADDLHNLNK_"
- ],
- [
- 8569,
- 2,
- 12,
- 2,
- 0.15664,
- "_EASFVLHTIGK_"
- ],
- [
- 27989,
- 3,
- 12,
- 2,
- 0.15664,
- "_VVGSVGQHTGEPVEELALSHCGR_"
- ],
- [
- 24800,
- 4,
- 12,
- 5,
- 0.15664,
- "_DTTQSKPVSSPFPTKPLEGQAEGDSGECK_"
- ],
- [
- 31396,
- 2,
- 12,
- 3,
- 0.15664,
- "_YKDDDDDQLFYTR_"
- ],
- [
- 11359,
- 2,
- 7,
- 3,
- 0.085462,
- "_SLLNQCIEER_"
- ],
- [
- 22904,
- 2,
- 8,
- 3,
- 0.099679,
- "_TIIIGHSSGAIAAMR_"
- ],
- [
- 21324,
- 2,
- 22,
- 4,
- 0.29899,
- "_HPDASVNFSEFSK_"
- ],
- [
- 36183,
- 2,
- 19,
- 6,
- 0.25631,
- "_HIMSEPEEITTMSGQK_"
- ],
- [
- 8294,
- 2,
- 14,
- 3,
- 0.18512,
- "_SKPVFSESLSD_"
- ],
- [
- 28384,
- 2,
- 15,
- 4,
- 0.19934,
- "_EMAPVPGTTTTTTSVK_"
- ],
- [
- 9160,
- 2,
- 15,
- 2,
- 0.19934,
- "_TPPEAIALCSR_"
- ],
- [
- 42417,
- 2,
- 14,
- 7,
- 0.18512,
- "_SVPVTVDDDDDDNDPENR_"
- ],
- [
- 13060,
- 3,
- 18,
- 2,
- 0.24207,
- "_KNGPLEVAGAAVSAGHGLPAK_"
- ],
- [
- 45018,
- 2,
- 5,
- 4,
- 0.056979,
- "_HTFSGVASVESSSGEAFHVGK_"
- ],
- [
- 12000,
- 2,
- 14,
- 5,
- 0.18512,
- "_SLESQVENLQK_"
- ],
- [
- 17135,
- 2,
- 14,
- 4,
- 0.18512,
- "_GRAPQVLVLAPTR_"
- ],
- [
- 9542,
- 3,
- 17,
- 5,
- 0.22783,
- "_AQAVLEEDHYGMEDVK_"
- ],
- [
- 32037,
- 2,
- 25,
- 6,
- 0.34171,
- "_VFEGNRPTNSIVFTK_"
- ],
- [
- 23718,
- 2,
- 18,
- 5,
- 0.24207,
- "_GEIAGPPDTPYEGGR_"
- ],
- [
- 9571,
- 2,
- 15,
- 3,
- 0.19934,
- "_SDPDHLAELVK_"
- ],
- [
- 36730,
- 2,
- 9,
- 2,
- 0.11391,
- "_TSM(Oxidation (M))CSIQSAPPEPATLK_"
- ],
- [
- 31544,
- 2,
- 13,
- 4,
- 0.17087,
- "_KLEVEANNAFDQYR_"
- ],
- [
- 13536,
- 3,
- 16,
- 5,
- 0.21358,
- "_RVPATTLYAHFEQANIK_"
- ],
- [
- 9032,
- 2,
- 10,
- 4,
- 0.12815,
- "_ADPSLNPEQLK_"
- ],
- [
- 221,
- 2,
- 11,
- 4,
- 0.14238,
- "_LTFDEYR_"
- ],
- [
- 7924,
- 2,
- 12,
- 3,
- 0.15662,
- "_MLATLEPEQR_"
- ],
- [
- 19094,
- 3,
- 15,
- 4,
- 0.19936,
- "_LREEMEEITQQQLVHDK_"
- ],
- [
- 13620,
- 3,
- 12,
- 5,
- 0.15662,
- "_YTIGHAWTTDYGCSDSK_"
- ],
- [
- 1112,
- 3,
- 6,
- 4,
- 0.071221,
- "_EFEPLLKPHVAVK_"
- ],
- [
- 43911,
- 3,
- 16,
- 7,
- 0.21358,
- "_EHQPDVDSSNICTVQTHVENQSANCLK_"
- ],
- [
- 19336,
- 2,
- 12,
- 4,
- 0.15662,
- "_MLAPEGALNIHEK_"
- ],
- [
- 37576,
- 2,
- 15,
- 4,
- 0.19936,
- "_HGGVCAPAAVATSPPGAIPK_"
- ],
- [
- 34100,
- 3,
- 21,
- 5,
- 0.28478,
- "_GRPAPGFHHGDGPGNAVQEIMIPASK_"
- ],
- [
- 13724,
- 3,
- 11,
- 5,
- 0.14238,
- "_KSQIFSTASDNQPTVTIK_"
- ],
- [
- 12613,
- 2,
- 11,
- 2,
- 0.14238,
- "_IHTTEFEWPK_"
- ],
- [
- 40600,
- 2,
- 16,
- 6,
- 0.21358,
- "_TKENDAHLVEVNLNNIK_"
- ],
- [
- 39215,
- 2,
- 11,
- 4,
- 0.14238,
- "_QSISYDLHTEQCIADK_"
- ],
- [
- 49256,
- 2,
- 8,
- 4,
- 0.099704,
- "_QAQMFQNFGGTGGSSGSSGSGSGGGR_"
- ],
- [
- 38465,
- 2,
- 10,
- 4,
- 0.12815,
- "_VPSLTTVPQTQGQTTAQK_"
- ],
- [
- 36599,
- 2,
- 11,
- 5,
- 0.14238,
- "_IRQEECAETAVSVIPK_"
- ],
- [
- 26935,
- 2,
- 15,
- 7,
- 0.19936,
- "_YAPSEAGLHEMDIR_"
- ],
- [
- 4865,
- 2,
- 9,
- 3,
- 0.11392,
- "_YGGAPQALTLK_"
- ],
- [
- 43494,
- 2,
- 11,
- 6,
- 0.14238,
- "_AATGEEVSAEDLGGADLHCR_"
- ],
- [
- 40910,
- 2,
- 11,
- 4,
- 0.14238,
- "_YTIGHAWTTDYGCSDSK_"
- ],
- [
- 9589,
- 3,
- 7,
- 4,
- 0.085466,
- "_LLDQCIQDQEHPAIR_"
- ],
- [
- 621,
- 2,
- 18,
- 4,
- 0.24207,
- "_AFLIEEQK_"
- ],
- [
- 41014,
- 2,
- 12,
- 5,
- 0.15662,
- "_KSQIFSTASDNQPTVTIK_"
- ],
- [
- 8116,
- 2,
- 15,
- 4,
- 0.19936,
- "_VAQLCDFNPK_"
- ],
- [
- 15152,
- 2,
- 9,
- 2,
- 0.11392,
- "_NVHGINFVSPVR_"
- ],
- [
- 41240,
- 2,
- 15,
- 6,
- 0.19936,
- "_IGGDAGTSLNSNDYGYGGQK_"
- ],
- [
- 14261,
- 2,
- 13,
- 5,
- 0.17088,
- "_ISLGMPVGPNAHK_"
- ],
- [
- 25077,
- 2,
- 19,
- 5,
- 0.25631,
- "_DNGIRPSSLEQMAK_"
- ],
- [
- 13029,
- 2,
- 10,
- 2,
- 0.12815,
- "_PMIHELLTEGR_"
- ],
- [
- 11693,
- 2,
- 18,
- 5,
- 0.24207,
- "_DSAVNAICYGAK_"
- ],
- [
- 21378,
- 2,
- 14,
- 4,
- 0.18512,
- "_QPPVSPGTALVGSQK_"
- ],
- [
- 1056,
- 2,
- 14,
- 3,
- 0.18512,
- "_LLDEDEIR_"
- ],
- [
- 4805,
- 2,
- 14,
- 5,
- 0.18512,
- "_KFGVVVVGVGR_"
- ],
- [
- 8945,
- 2,
- 13,
- 2,
- 0.17088,
- "_HLEAAALLSER_"
- ],
- [
- 22157,
- 2,
- 22,
- 6,
- 0.29901,
- "_SQIHDIVLVGGSTR_"
- ],
- [
- 15024,
- 3,
- 9,
- 5,
- 0.11392,
- "_LVQNGPEVHPGANFIQQR_"
- ],
- [
- 15297,
- 2,
- 16,
- 4,
- 0.21358,
- "_ASMHPVTAMLVGK_"
- ],
- [
- 19508,
- 2,
- 13,
- 4,
- 0.17088,
- "_MEGVTNAVLHEVK_"
- ],
- [
- 3296,
- 3,
- 13,
- 7,
- 0.17088,
- "_DKVDHVIEVCFQK_"
- ],
- [
- 33897,
- 2,
- 12,
- 4,
- 0.15661,
- "_QQQQIEAQQQLLATK_"
- ],
- [
- 24868,
- 2,
- 12,
- 4,
- 0.15661,
- "_YTASGCEVIAVNTR_"
- ],
- [
- 44148,
- 2,
- 8,
- 3,
- 0.099692,
- "_EEEGYGESDVTFSVNQHR_"
- ],
- [
- 13373,
- 2,
- 9,
- 2,
- 0.11393,
- "_SQQLESLQEIK_"
- ],
- [
- 21444,
- 2,
- 9,
- 5,
- 0.11393,
- "_(Acetyl (Protein N-term))ADFDDRVSDEEK_"
- ],
- [
- 13895,
- 2,
- 9,
- 2,
- 0.11393,
- "_DLPSFTQNVHR_"
- ],
- [
- 1201,
- 2,
- 12,
- 5,
- 0.15661,
- "_MFEELGQR_"
- ],
- [
- 5691,
- 3,
- 12,
- 2,
- 0.15661,
- "_LEDAYVFPGDGASHTK_"
- ],
- [
- 39384,
- 2,
- 9,
- 4,
- 0.11393,
- "_GVAASTTDPAAAHAMLDSAR_"
- ],
- [
- 37593,
- 2,
- 8,
- 4,
- 0.099692,
- "_GAVSQTYPSGTCAYIQR_"
- ],
- [
- 6535,
- 3,
- 16,
- 7,
- 0.21359,
- "_LQDEIQNMKEEMAR_"
- ],
- [
- 7306,
- 2,
- 31,
- 5,
- 0.42715,
- "_LVSESSDVLPK_"
- ],
- [
- 35187,
- 2,
- 15,
- 6,
- 0.19934,
- "_SAAPSTLDSSSTAPAQLGK_"
- ],
- [
- 14617,
- 3,
- 12,
- 3,
- 0.15661,
- "_ATEQSLDPPIEEEHQLR_"
- ],
- [
- 10215,
- 4,
- 10,
- 6,
- 0.12815,
- "_ENGVTHPIDYHTTDYVDEIKK_"
- ],
- [
- 2310,
- 2,
- 22,
- 4,
- 0.299,
- "_NGQDLGVAFK_"
- ],
- [
- 20081,
- 2,
- 9,
- 4,
- 0.11393,
- "_SNFSLEDFQHSK_"
- ],
- [
- 21549,
- 2,
- 9,
- 4,
- 0.11393,
- "_LLTDCNTETFQK_"
- ],
- [
- 4566,
- 2,
- 17,
- 3,
- 0.22781,
- "_YLVMDEADR_"
- ],
- [
- 1494,
- 2,
- 11,
- 4,
- 0.14238,
- "_EINNPMFR_"
- ],
- [
- 45936,
- 2,
- 19,
- 7,
- 0.25629,
- "_FIQQTYPSGGEEQAQYCR_"
- ],
- [
- 26598,
- 2,
- 10,
- 4,
- 0.12815,
- "_SEQEFQEQLESAR_"
- ],
- [
- 14835,
- 2,
- 12,
- 5,
- 0.15661,
- "_VTLEYRPVIDK_"
- ],
- [
- 24670,
- 2,
- 13,
- 5,
- 0.17085,
- "_NLMIETTEDTIKK_"
- ],
- [
- 25389,
- 2,
- 16,
- 5,
- 0.21359,
- "_EQGVEEHETLLLR_"
- ],
- [
- 22032,
- 3,
- 13,
- 5,
- 0.17085,
- "_ELYIPSGESEVAGGASHSSGQR_"
- ],
- [
- 40301,
- 2,
- 8,
- 5,
- 0.099692,
- "_GATYPSEIPKEDSTTFAK_"
- ],
- [
- 4379,
- 2,
- 16,
- 5,
- 0.21359,
- "_VLFSSNGGVVK_"
- ],
- [
- 37993,
- 2,
- 10,
- 4,
- 0.12815,
- "_ADTQTYQPYNKDWIK_"
- ],
- [
- 41601,
- 2,
- 16,
- 3,
- 0.21359,
- "_IVETEAYLGPEDEAAHSR_"
- ],
- [
- 2056,
- 2,
- 7,
- 3,
- 0.085447,
- "_VPLDEALQR_"
- ],
- [
- 17199,
- 2,
- 13,
- 5,
- 0.17085,
- "_SSESELCIETPK_"
- ],
- [
- 21038,
- 2,
- 23,
- 6,
- 0.31324,
- "_HVFGESDELIGQK_"
- ],
- [
- 23873,
- 2,
- 20,
- 5,
- 0.27053,
- "_LNEAQPSTIATSMR_"
- ],
- [
- 23679,
- 2,
- 11,
- 4,
- 0.14239,
- "_VLNGNQQVVDTSLK_"
- ],
- [
- 26798,
- 3,
- 12,
- 6,
- 0.15662,
- "_SMDSYLNQSYGMDNHSGGGGGSR_"
- ],
- [
- 11172,
- 4,
- 11,
- 4,
- 0.14239,
- "_GAGIEIYPGSQCTLSDNGIHHCK_"
- ],
- [
- 3172,
- 2,
- 11,
- 3,
- 0.14239,
- "_QIEPSLYPK_"
- ],
- [
- 29840,
- 2,
- 13,
- 4,
- 0.17085,
- "_GSVAEAEDCYNTALR_"
- ],
- [
- 9385,
- 4,
- 11,
- 7,
- 0.14239,
- "_IYHLPDAESDEDEDFKEQTR_"
- ],
- [
- 32602,
- 2,
- 12,
- 6,
- 0.15662,
- "_SFDVNKPGCEVDDLK_"
- ],
- [
- 10540,
- 3,
- 12,
- 5,
- 0.15662,
- "_ALQDLENAASGDAAVHQR_"
- ],
- [
- 36556,
- 2,
- 13,
- 5,
- 0.17085,
- "_NDANCIHMVDNGIVEK_"
- ],
- [
- 18249,
- 2,
- 12,
- 3,
- 0.15662,
- "_RIQLVEEELDR_"
- ],
- [
- 10351,
- 2,
- 11,
- 4,
- 0.14239,
- "_LIIAGTSCYSR_"
- ],
- [
- 20206,
- 3,
- 19,
- 7,
- 0.25628,
- "_KYEDICPSTHNMDVPNIK_"
- ],
- [
- 35894,
- 2,
- 19,
- 5,
- 0.25628,
- "_CVEVETDVVSNTSGSAR_"
- ],
- [
- 15780,
- 3,
- 16,
- 5,
- 0.21358,
- "_KVKPQPPLSDAYLSGMPAK_"
- ],
- [
- 24859,
- 2,
- 18,
- 5,
- 0.24205,
- "_(Acetyl (Protein N-term))M(Oxidation (M))DDREDLVYQAK_"
- ],
- [
- 6910,
- 2,
- 16,
- 5,
- 0.21358,
- "_LTPSGYEWGR_"
- ],
- [
- 31,
- 2,
- 16,
- 3,
- 0.21358,
- "_FVPPALEK_"
- ],
- [
- 29921,
- 2,
- 9,
- 3,
- 0.11393,
- "_SPYCCPECGVLCR_"
- ],
- [
- 27669,
- 2,
- 16,
- 6,
- 0.21358,
- "_DNPQTHYYAVAVVK_"
- ],
- [
- 6524,
- 2,
- 15,
- 4,
- 0.19934,
- "_IQLQPTSIEK_"
- ],
- [
- 10770,
- 3,
- 15,
- 6,
- 0.19934,
- "_QQTHMLDVMQDHFSR_"
- ],
- [
- 45384,
- 2,
- 7,
- 3,
- 0.085449,
- "_NLEEEENLGKGEYQESLR_"
- ],
- [
- 19354,
- 2,
- 9,
- 5,
- 0.11393,
- "_NCTCGLAEELEK_"
- ],
- [
- 2133,
- 2,
- 14,
- 5,
- 0.18509,
- "_IKLEGIITR_"
- ],
- [
- 9309,
- 3,
- 20,
- 7,
- 0.27053,
- "_HHSLGGQYGVQGFPTIK_"
- ],
- [
- 2377,
- 2,
- 9,
- 4,
- 0.11393,
- "_LLTSGYLQR_"
- ],
- [
- 20420,
- 2,
- 14,
- 6,
- 0.18509,
- "_SPTLYGISHDDLK_"
- ],
- [
- 10409,
- 2,
- 8,
- 4,
- 0.099687,
- "_VGVKEELLAVGK_"
- ],
- [
- 6334,
- 2,
- 12,
- 2,
- 0.15662,
- "_GRLDYLSSLK_"
- ],
- [
- 33082,
- 2,
- 14,
- 7,
- 0.18509,
- "_LQDEIQNMKEEMAR_"
- ],
- [
- 5451,
- 4,
- 13,
- 6,
- 0.17085,
- "_HCVTFVLHEEDHTLGNSLR_"
- ],
- [
- 40252,
- 2,
- 17,
- 6,
- 0.22783,
- "_GFTGIDSDYEKPETPER_"
- ],
- [
- 37894,
- 2,
- 17,
- 8,
- 0.22783,
- "_SSQIGAVVSHQSSVIPDR_"
- ],
- [
- 4806,
- 3,
- 13,
- 4,
- 0.17085,
- "_KELENLATSLEHYK_"
- ],
- [
- 353,
- 2,
- 10,
- 4,
- 0.12817,
- "_EVLLEVQK_"
- ],
- [
- 21764,
- 2,
- 17,
- 4,
- 0.22783,
- "_EWVNLYHSAAAGR_"
- ],
- [
- 2122,
- 2,
- 10,
- 3,
- 0.12817,
- "_QYYTLLNK_"
- ],
- [
- 15279,
- 2,
- 14,
- 4,
- 0.18509,
- "_ILYSQCGDVMR_"
- ],
- [
- 38543,
- 3,
- 10,
- 5,
- 0.12817,
- "_TQSGSSLSLASAATTEPESVHSGGTPSQR_"
- ],
- [
- 41414,
- 2,
- 10,
- 4,
- 0.12815,
- "_KEENTLVQNYAAQCIAK_"
- ],
- [
- 24985,
- 4,
- 7,
- 6,
- 0.085409,
- "_SEEKLDNNQMVMESDILQEDHHTSQK_"
- ],
- [
- 35214,
- 2,
- 9,
- 4,
- 0.1139,
- "_AVDPDGDGHVSWDEYK_"
- ],
- [
- 10035,
- 3,
- 12,
- 6,
- 0.1566,
- "_EFQQNNWHAVGCGFR_"
- ],
- [
- 23902,
- 2,
- 9,
- 5,
- 0.1139,
- "_EFMLSQDVEHER_"
- ],
- [
- 24366,
- 2,
- 12,
- 3,
- 0.1566,
- "_VYESIGQYGGETVK_"
- ],
- [
- 373,
- 2,
- 7,
- 4,
- 0.085409,
- "_DLKDDLIK_"
- ],
- [
- 23361,
- 2,
- 11,
- 3,
- 0.14238,
- "_(Acetyl (Protein N-term))SGPRPVVLSGPSGAGK_"
- ],
- [
- 28870,
- 3,
- 10,
- 3,
- 0.12815,
- "_IESYLNDHSEATPDSNGSALGDR_"
- ],
- [
- 10968,
- 2,
- 9,
- 2,
- 0.1139,
- "_FVTETLEDGSR_"
- ],
- [
- 40723,
- 3,
- 8,
- 4,
- 0.099665,
- "_GATSAEPGSSNHTNMGNLAVLSQGNTSSSR_"
- ],
- [
- 10791,
- 2,
- 10,
- 4,
- 0.12815,
- "_SMAEDTINAAVK_"
- ],
- [
- 30688,
- 3,
- 11,
- 5,
- 0.14238,
- "_GAGIEIYPGSQCTLSDNGIHHCK_"
- ],
- [
- 30704,
- 2,
- 12,
- 3,
- 0.1566,
- "_HTLDMLESSQDNMR_"
- ],
- [
- 3232,
- 3,
- 10,
- 2,
- 0.12815,
- "_IHAFVQDTTLSEPR_"
- ],
- [
- 30114,
- 2,
- 7,
- 4,
- 0.085409,
- "_VTMNFEPNKVNIQK_"
- ],
- [
- 8706,
- 2,
- 21,
- 5,
- 0.28475,
- "_LLNENSYVPR_"
- ],
- [
- 6226,
- 3,
- 16,
- 3,
- 0.21356,
- "_HLLVSNVGGDGEEIER_"
- ],
- [
- 6402,
- 2,
- 16,
- 2,
- 0.21356,
- "_NFDVGHVPIR_"
- ],
- [
- 31035,
- 2,
- 15,
- 2,
- 0.1993,
- "_TEMEDLMSSKDDVGK_"
- ],
- [
- 8430,
- 2,
- 18,
- 6,
- 0.24204,
- "_AVFPSIVGRPR_"
- ],
- [
- 7768,
- 3,
- 13,
- 5,
- 0.17083,
- "_QCSDLLSQAQYHVAR_"
- ],
- [
- 37856,
- 2,
- 14,
- 5,
- 0.18506,
- "_ALQDLENAASGDAAVHQR_"
- ],
- [
- 17674,
- 2,
- 18,
- 5,
- 0.24204,
- "_SEVELAAALSDKR_"
- ],
- [
- 18856,
- 2,
- 14,
- 6,
- 0.18506,
- "_DLQSNVEHLTEK_"
- ],
- [
- 12139,
- 2,
- 17,
- 5,
- 0.2278,
- "_SSVVPCELACR_"
- ],
- [
- 8031,
- 2,
- 21,
- 7,
- 0.28475,
- "_DLESEISRIK_"
- ],
- [
- 1581,
- 4,
- 14,
- 6,
- 0.18506,
- "_AAVGRPLDKHEGALETLLR_"
- ],
- [
- 8037,
- 2,
- 13,
- 4,
- 0.17083,
- "_IVALSSSLSNAK_"
- ],
- [
- 44048,
- 2,
- 13,
- 5,
- 0.17083,
- "_LMCSLCHCPGATIGCDVK_"
- ],
- [
- 78,
- 2,
- 13,
- 3,
- 0.17083,
- "_TALILGGDR_"
- ],
- [
- 32657,
- 2,
- 17,
- 4,
- 0.2278,
- "_HLLVSNVGGDGEEIER_"
- ],
- [
- 40456,
- 2,
- 13,
- 4,
- 0.17083,
- "_YDQPPPVTYQPQQTER_"
- ],
- [
- 14247,
- 4,
- 27,
- 6,
- 0.37014,
- "_GRPAPGFHHGDGPGNAVQEIMIPASK_"
- ],
- [
- 14794,
- 3,
- 15,
- 4,
- 0.19934,
- "_YQEEFEHFQQELDKK_"
- ],
- [
- 21130,
- 2,
- 15,
- 4,
- 0.19934,
- "_TLTEPCPLASESR_"
- ],
- [
- 9850,
- 4,
- 25,
- 8,
- 0.34173,
- "_VFQSLPHENKPLTLSNYQTNK_"
- ],
- [
- 21576,
- 2,
- 19,
- 4,
- 0.25632,
- "_LYSTIRPYLESK_"
- ],
- [
- 25045,
- 2,
- 10,
- 4,
- 0.12817,
- "_LQAEAPHIVVGTPGR_"
- ],
- [
- 38371,
- 2,
- 7,
- 4,
- 0.085444,
- "_LSSWDQAETPGHTPSLR_"
- ],
- [
- 4359,
- 4,
- 10,
- 5,
- 0.12817,
- "_SWLFQHIGHPYPTEDEKK_"
- ],
- [
- 2943,
- 2,
- 12,
- 5,
- 0.15666,
- "_FILSCADDK_"
- ],
- [
- 8365,
- 2,
- 10,
- 4,
- 0.12817,
- "_WEYENELSK_"
- ],
- [
- 40009,
- 2,
- 8,
- 2,
- 0.099682,
- "_LADSGDGAGPSPEEKDFLK_"
- ],
- [
- 48011,
- 2,
- 12,
- 5,
- 0.15666,
- "_METTHSFGNPSISVSTQQPPK_"
- ],
- [
- 33602,
- 2,
- 15,
- 4,
- 0.19934,
- "_QPCPSESDIITEEDK_"
- ],
- [
- 4148,
- 3,
- 15,
- 4,
- 0.19934,
- "_DGPPHQVLVVPLHSR_"
- ],
- [
- 10861,
- 3,
- 10,
- 5,
- 0.12817,
- "_FQAECPHLCETSLAGR_"
- ],
- [
- 839,
- 2,
- 15,
- 5,
- 0.19934,
- "_MDLDEQLK_"
- ],
- [
- 3596,
- 2,
- 16,
- 4,
- 0.21358,
- "_QFAEMYVAK_"
- ],
- [
- 5622,
- 2,
- 12,
- 3,
- 0.15666,
- "_YYDGFMGQR_"
- ],
- [
- 2777,
- 3,
- 12,
- 3,
- 0.15666,
- "_AEGYAEGDLTLYHR_"
- ],
- [
- 20136,
- 3,
- 12,
- 2,
- 0.15666,
- "_DVAKPSEEEQKELDEITAK_"
- ],
- [
- 17689,
- 3,
- 12,
- 5,
- 0.15666,
- "_EEEGYGESDVTFSVNQHR_"
- ],
- [
- 23888,
- 3,
- 11,
- 6,
- 0.14242,
- "_DDIIENAPTTHTEEYSGEEK_"
- ],
- [
- 10266,
- 2,
- 16,
- 4,
- 0.21358,
- "_TPTAPAVNLAGAR_"
- ],
- [
- 45772,
- 3,
- 10,
- 5,
- 0.12817,
- "_ENAAAESGSESSSQEATPEKESLAESAAAYTK_"
- ],
- [
- 7080,
- 2,
- 17,
- 3,
- 0.22783,
- "_TLTSIVHLER_"
- ],
- [
- 26192,
- 2,
- 9,
- 3,
- 0.11394,
- "_RNIPETLELSAEAK_"
- ],
- [
- 29592,
- 3,
- 13,
- 7,
- 0.17087,
- "_ENGVTHPIDYHTTDYVDEIKK_"
- ],
- [
- 6615,
- 2,
- 14,
- 3,
- 0.1851,
- "_AGNGQWASVIR_"
- ],
- [
- 575,
- 2,
- 9,
- 2,
- 0.11394,
- "_DCLNVLNK_"
- ],
- [
- 24232,
- 2,
- 9,
- 3,
- 0.11394,
- "_EMHLAEQVTNNLK_"
- ],
- [
- 6686,
- 2,
- 7,
- 2,
- 0.085444,
- "_IRLPYELQK_"
- ],
- [
- 21067,
- 3,
- 13,
- 4,
- 0.17087,
- "_FREEPGCCIAVHCVAGLGR_"
- ],
- [
- 8148,
- 2,
- 7,
- 3,
- 0.085444,
- "_LGVLHPDVITK_"
- ],
- [
- 10700,
- 3,
- 14,
- 5,
- 0.1851,
- "_ADTQTYQPYNKDWIK_"
- ],
- [
- 14855,
- 2,
- 13,
- 6,
- 0.17087,
- "_MDQYFNQMEK_"
- ],
- [
- 10137,
- 2,
- 13,
- 3,
- 0.17087,
- "_MMNTIIFHTK_"
- ],
- [
- 14094,
- 3,
- 14,
- 4,
- 0.1851,
- "_TDVSTEHPPFYYNIHR_"
- ],
- [
- 11627,
- 2,
- 12,
- 3,
- 0.15666,
- "_GSLRPNGIIVIK_"
- ],
- [
- 27220,
- 2,
- 17,
- 6,
- 0.22782,
- "_AEGYAEGDLTLYHR_"
- ],
- [
- 2819,
- 2,
- 13,
- 2,
- 0.1709,
- "_TNEGVIEFR_"
- ],
- [
- 19548,
- 3,
- 11,
- 6,
- 0.14242,
- "_AIQDHLLEVEQSKDQMEK_"
- ],
- [
- 33098,
- 3,
- 10,
- 5,
- 0.12818,
- "_KAEEATEAQEVVEATPEGACTEPR_"
- ],
- [
- 43693,
- 2,
- 10,
- 3,
- 0.12818,
- "_TQTAIASEDM(Oxidation (M))PNTLTEAEK_"
- ],
- [
- 1876,
- 2,
- 10,
- 4,
- 0.12818,
- "_MESALDQLK_"
- ],
- [
- 24070,
- 3,
- 11,
- 6,
- 0.14242,
- "_CHDGTIEFTSIDAHNGVAPSR_"
- ],
- [
- 26762,
- 3,
- 12,
- 4,
- 0.15666,
- "_SQHQEDPNNTSLLTNKPALLR_"
- ],
- [
- 48086,
- 2,
- 14,
- 7,
- 0.18512,
- "_DDIIENAPTTHTEEYSGEEK_"
- ],
- [
- 17250,
- 2,
- 8,
- 4,
- 0.099687,
- "_PATDSFDDYPPR_"
- ],
- [
- 8200,
- 3,
- 14,
- 3,
- 0.18512,
- "_AVDPDGDGHVSWDEYK_"
- ],
- [
- 27425,
- 3,
- 11,
- 4,
- 0.14242,
- "_EPASSPWASGEKPPAGSEQDGWK_"
- ],
- [
- 1364,
- 2,
- 11,
- 3,
- 0.14242,
- "_PHPWFFGK_"
- ],
- [
- 30241,
- 3,
- 15,
- 6,
- 0.19935,
- "_DVYVPEASRPHQWQTDEEGVR_"
- ],
- [
- 11140,
- 2,
- 17,
- 6,
- 0.22782,
- "_VPAINVNDSVTK_"
- ],
- [
- 16050,
- 3,
- 12,
- 3,
- 0.15666,
- "_HSSNPPLESHVGWVMDSR_"
- ],
- [
- 5026,
- 2,
- 11,
- 2,
- 0.14242,
- "_FELDSEQVR_"
- ],
- [
- 4943,
- 3,
- 20,
- 5,
- 0.27056,
- "_HIANYISGIQTIGHR_"
- ],
- [
- 47648,
- 2,
- 18,
- 8,
- 0.24207,
- "_(Acetyl (Protein N-term))MDPNCSCAAGDSCTCAGSCK_"
- ],
- [
- 31593,
- 3,
- 12,
- 7,
- 0.15666,
- "_VTTVVATPGQGPDRPQEVSYTDTK_"
- ],
- [
- 618,
- 2,
- 9,
- 2,
- 0.11392,
- "_EVLADFQR_"
- ],
- [
- 26706,
- 2,
- 11,
- 3,
- 0.14242,
- "_KQAGSLASLSDAPPLK_"
- ],
- [
- 11345,
- 3,
- 15,
- 6,
- 0.19935,
- "_DAINQGMDEELERDEK_"
- ],
- [
- 23724,
- 3,
- 14,
- 5,
- 0.18512,
- "_METTHSFGNPSISVSTQQPPK_"
- ],
- [
- 15479,
- 2,
- 22,
- 4,
- 0.29901,
- "_ALEEANTELEVK_"
- ],
- [
- 28051,
- 2,
- 9,
- 2,
- 0.11392,
- "_GHIIVDEFQNTNVK_"
- ],
- [
- 4114,
- 2,
- 6,
- 3,
- 0.071196,
- "_NCDGVPALVR_"
- ],
- [
- 12047,
- 3,
- 13,
- 6,
- 0.1709,
- "_TTSNTLHYIHIEQLDK_"
- ],
- [
- 29583,
- 2,
- 14,
- 4,
- 0.18512,
- "_DDEVSEDEEADQLR_"
- ],
- [
- 6302,
- 2,
- 13,
- 5,
- 0.1709,
- "_LLLETHLPSK_"
- ],
- [
- 2106,
- 3,
- 13,
- 4,
- 0.1709,
- "_QVSNGHIAYFPAMK_"
- ],
- [
- 8692,
- 2,
- 14,
- 5,
- 0.18512,
- "_ESYDDVSSFR_"
- ],
- [
- 2813,
- 2,
- 4,
- 2,
- 0.04273,
- "_VNCSFYFK_"
- ],
- [
- 28709,
- 2,
- 11,
- 4,
- 0.14242,
- "_AQLHDTNMELTDLK_"
- ],
- [
- 11559,
- 2,
- 14,
- 3,
- 0.18512,
- "_KSEEEIDFLR_"
- ],
- [
- 4222,
- 2,
- 25,
- 4,
- 0.34175,
- "_QNLIAEVSTK_"
- ],
- [
- 27001,
- 2,
- 8,
- 3,
- 0.099687,
- "_QAMLENASDIKLEK_"
- ],
- [
- 16173,
- 2,
- 16,
- 4,
- 0.21358,
- "_MLPQAATEDDIR_"
- ],
- [
- 41117,
- 2,
- 9,
- 3,
- 0.11392,
- "_VMDYHFTTAEASTQDPR_"
- ],
- [
- 5246,
- 2,
- 16,
- 5,
- 0.21358,
- "_ALGFPLERPK_"
- ],
- [
- 11570,
- 2,
- 8,
- 4,
- 0.099687,
- "_TNLLLQAHLSR_"
- ],
- [
- 3381,
- 2,
- 5,
- 2,
- 0.12817,
- "_YIMLNPSSR_"
- ],
- [
- 4853,
- 2,
- 8,
- 3,
- 0.099689,
- "_VGLDATNCLR_"
- ],
- [
- 5663,
- 2,
- 10,
- 3,
- 0.12817,
- "_AICIDPAYSK_"
- ],
- [
- 42084,
- 2,
- 10,
- 3,
- 0.12817,
- "_QEIVTQFHCSAAEGDIAK_"
- ],
- [
- 13098,
- 2,
- 10,
- 2,
- 0.12817,
- "_DYTQMNELQR_"
- ],
- [
- 15658,
- 2,
- 11,
- 2,
- 0.14243,
- "_GKMDMEEIIQR_"
- ],
- [
- 48313,
- 2,
- 11,
- 6,
- 0.14243,
- "_NPSTVCLCPEQPTCSNADSR_"
- ],
- [
- 3690,
- 3,
- 9,
- 5,
- 0.11394,
- "_NRPTSISWDGLDSGK_"
- ],
- [
- 40921,
- 3,
- 8,
- 4,
- 0.099689,
- "_IRLEDGQTADGQTEEAAEPGEQLQTQK_"
- ],
- [
- 12019,
- 3,
- 12,
- 5,
- 0.15667,
- "_EKEAEDGIIAYDDCGVK_"
- ],
- [
- 25289,
- 2,
- 12,
- 4,
- 0.15667,
- "_DPSQIDNNEPYMK_"
- ],
- [
- 6959,
- 2,
- 8,
- 3,
- 0.099689,
- "_WNDGLDQYR_"
- ],
- [
- 22555,
- 2,
- 12,
- 4,
- 0.15667,
- "_HAEVEFTTDWQK_"
- ],
- [
- 13257,
- 3,
- 21,
- 6,
- 0.28481,
- "_HWILPQDYDHAQAEAR_"
- ],
- [
- 24730,
- 2,
- 9,
- 2,
- 0.11394,
- "_DKADFCIIHYAGK_"
- ],
- [
- 3835,
- 2,
- 11,
- 4,
- 0.14243,
- "_SCEMGLQLR_"
- ],
- [
- 18373,
- 2,
- 12,
- 3,
- 0.15667,
- "_FKIPGSPPESMGR_"
- ],
- [
- 2680,
- 3,
- 9,
- 2,
- 0.11394,
- "_QAMLENASDIKLEK_"
- ],
- [
- 34046,
- 2,
- 13,
- 6,
- 0.17091,
- "_KFNALFAQGNYSEAAK_"
- ],
- [
- 49572,
- 2,
- 16,
- 4,
- 0.2136,
- "_ESPLQTPTEDGSEEPGSETSDAK_"
- ],
- [
- 7274,
- 3,
- 14,
- 4,
- 0.18515,
- "_KFNALFAQGNYSEAAK_"
- ],
- [
- 32376,
- 2,
- 17,
- 6,
- 0.22783,
- "_VSQPIEGHAASFAQFK_"
- ],
- [
- 46096,
- 2,
- 14,
- 4,
- 0.18515,
- "_YGQHPPDAVDEPQMLTNEK_"
- ],
- [
- 6781,
- 2,
- 14,
- 3,
- 0.18515,
- "_MAEQWLQEK_"
- ],
- [
- 7333,
- 3,
- 20,
- 5,
- 0.27056,
- "_TFKPAIQELKPPTYK_"
- ],
- [
- 6007,
- 3,
- 15,
- 6,
- 0.19937,
- "_VSQPIEGHAASFAQFK_"
- ],
- [
- 12968,
- 2,
- 16,
- 4,
- 0.2136,
- "_FSIGDLQEEEK_"
- ],
- [
- 38697,
- 2,
- 14,
- 6,
- 0.18515,
- "_DAINQGMDEELERDEK_"
- ],
- [
- 1988,
- 2,
- 15,
- 5,
- 0.19937,
- "_ENFEVLCK_"
- ],
- [
- 6869,
- 3,
- 15,
- 5,
- 0.19937,
- "_ATPMPSRPSTTPFIDK_"
- ],
- [
- 1660,
- 3,
- 14,
- 5,
- 0.18515,
- "_LKDYAFVHFEDR_"
- ],
- [
- 5802,
- 2,
- 15,
- 3,
- 0.19937,
- "_TYSVVPMTSR_"
- ],
- [
- 782,
- 3,
- 15,
- 4,
- 0.19937,
- "_IQGDDWEPRPLR_"
- ],
- [
- 12538,
- 2,
- 16,
- 5,
- 0.2136,
- "_AINQGGLTSVAVR_"
- ],
- [
- 29341,
- 2,
- 19,
- 7,
- 0.25632,
- "_NYLHYSLYDQAEK_"
- ],
- [
- 29869,
- 2,
- 15,
- 5,
- 0.19937,
- "_HSNVVILTTSNITEK_"
- ],
- [
- 38489,
- 2,
- 15,
- 6,
- 0.19937,
- "_HELTEISNVDVETQSGK_"
- ],
- [
- 1751,
- 3,
- 13,
- 5,
- 0.17091,
- "_LQAEAPHIVVGTPGR_"
- ],
- [
- 31236,
- 3,
- 17,
- 6,
- 0.22787,
- "_AAPRPAPVAQPPAAAPPSAVGSSAAAPR_"
- ],
- [
- 23210,
- 2,
- 12,
- 4,
- 0.1567,
- "_ELNEDVSADVEER_"
- ],
- [
- 30246,
- 2,
- 15,
- 6,
- 0.19942,
- "_NQVAM(Oxidation (M))NPTNTVFDAK_"
- ],
- [
- 40684,
- 2,
- 18,
- 7,
- 0.2421,
- "_LNQVCFDDDGTSSPQDR_"
- ],
- [
- 7595,
- 3,
- 8,
- 4,
- 0.099719,
- "_SIIQHEEEFEMLHK_"
- ],
- [
- 28082,
- 2,
- 11,
- 5,
- 0.14245,
- "_ENPPMNSPCQITVK_"
- ],
- [
- 42884,
- 2,
- 12,
- 5,
- 0.1567,
- "_LQIASDENYKDPTNLQGK_"
- ],
- [
- 23930,
- 3,
- 12,
- 3,
- 0.1567,
- "_ILISLATGHREEGGENLDQAR_"
- ],
- [
- 17536,
- 3,
- 16,
- 8,
- 0.21364,
- "_LMCSLCHCPGATIGCDVK_"
- ],
- [
- 31869,
- 3,
- 17,
- 3,
- 0.22787,
- "_TIAQTTAPVSWKPQDSSEQPQEK_"
- ],
- [
- 4183,
- 2,
- 10,
- 2,
- 0.12821,
- "_DLAALEDKVK_"
- ],
- [
- 15125,
- 3,
- 11,
- 5,
- 0.14245,
- "_VKEGYVPQEEVPVYENK_"
- ],
- [
- 2904,
- 2,
- 14,
- 4,
- 0.18519,
- "_HLDNLLLTK_"
- ],
- [
- 25054,
- 4,
- 12,
- 5,
- 0.1567,
- "_RPDVDVNGQCAGHTAMQAASQNGHVDILK_"
- ],
- [
- 19700,
- 2,
- 18,
- 3,
- 0.2421,
- "_TWNDPSVQQDIK_"
- ],
- [
- 12983,
- 2,
- 14,
- 2,
- 0.18519,
- "_EAAIVDPVQPQK_"
- ],
- [
- 25489,
- 4,
- 14,
- 5,
- 0.18519,
- "_IRGPEESQPPQLYAADEEEAPGTRDPTR_"
- ],
- [
- 16151,
- 2,
- 9,
- 3,
- 0.11396,
- "_DKPTETLLNTVK_"
- ],
- [
- 19527,
- 3,
- 11,
- 5,
- 0.14245,
- "_HDSGLDSMKDEEYEQMVK_"
- ],
- [
- 2893,
- 2,
- 15,
- 3,
- 0.19942,
- "_LSESQLSFR_"
- ],
- [
- 46542,
- 3,
- 8,
- 7,
- 0.099719,
- "_FSGEEGEIEDDESGTENREEKDNIQPTTE_"
- ],
- [
- 17249,
- 2,
- 13,
- 5,
- 0.17094,
- "_TGLYNYYDDEK_"
- ],
- [
- 32030,
- 2,
- 15,
- 5,
- 0.19942,
- "_VQPQWSPPAGTQPCR_"
- ],
- [
- 8370,
- 2,
- 13,
- 4,
- 0.17096,
- "_FM(Oxidation (M))QASEDLLK_"
- ],
- [
- 31126,
- 2,
- 8,
- 4,
- 0.09975,
- "_SLYEDLEDHPNVQK_"
- ],
- [
- 46669,
- 2,
- 9,
- 5,
- 0.11398,
- "_NPNASHSDSVLVQIDATEGNK_"
- ],
- [
- 7653,
- 2,
- 12,
- 2,
- 0.1567,
- "_EVLDQVCYR_"
- ],
- [
- 17396,
- 3,
- 11,
- 4,
- 0.14247,
- "_RTLTGTAALTVQSQEDNLR_"
- ],
- [
- 45122,
- 2,
- 14,
- 7,
- 0.1852,
- "_MSEEDEQGWCQGQLQSGR_"
- ],
- [
- 31780,
- 3,
- 11,
- 2,
- 0.14247,
- "_CASGFTGEDCQYSTSHPCFVSR_"
- ],
- [
- 10271,
- 2,
- 7,
- 2,
- 0.08551,
- "_LRPEVLQDLR_"
- ],
- [
- 23337,
- 2,
- 14,
- 3,
- 0.1852,
- "_APPCEYKDWLTK_"
- ],
- [
- 20219,
- 3,
- 12,
- 6,
- 0.1567,
- "_KHDIMIQENGNGLECFEK_"
- ],
- [
- 19529,
- 2,
- 10,
- 6,
- 0.12822,
- "_ITNDFYPEEDGK_"
- ],
- [
- 43237,
- 2,
- 15,
- 6,
- 0.19944,
- "_INQVFHGSCITEGNELTK_"
- ],
- [
- 15992,
- 2,
- 15,
- 7,
- 0.19944,
- "_ALSSLELSSHLAK_"
- ],
- [
- 34266,
- 4,
- 17,
- 7,
- 0.2279,
- "_NERPARPPPPIMTDGEDADYTHFTNQQSSTR_"
- ],
- [
- 13353,
- 2,
- 12,
- 5,
- 0.1567,
- "_YFDEISQDTGK_"
- ],
- [
- 10634,
- 2,
- 14,
- 7,
- 0.1852,
- "_SLLSNLDEVKK_"
- ],
- [
- 12687,
- 3,
- 12,
- 4,
- 0.1567,
- "_LADSGDGAGPSPEEKDFLK_"
- ],
- [
- 46255,
- 2,
- 12,
- 5,
- 0.1567,
- "_DSGVASTEDSSSSHITAAAIAAK_"
- ],
- [
- 23628,
- 3,
- 11,
- 5,
- 0.14247,
- "_AGKPACALCPLVGGTSTGGPATAR_"
- ],
- [
- 39355,
- 2,
- 14,
- 5,
- 0.1852,
- "_EKEAEDGIIAYDDCGVK_"
- ],
- [
- 404,
- 2,
- 12,
- 3,
- 0.1567,
- "_QACVLMIK_"
- ],
- [
- 33997,
- 3,
- 15,
- 5,
- 0.19944,
- "_NIDGIGDQEVIKPENGEHQDSTLK_"
- ],
- [
- 16879,
- 2,
- 15,
- 3,
- 0.19944,
- "_AIADTGANVVVTGGK_"
- ],
- [
- 42373,
- 2,
- 13,
- 4,
- 0.17096,
- "_GSVGAVPSGTSPGGVATTAAAGSR_"
- ],
- [
- 23433,
- 2,
- 10,
- 2,
- 0.12822,
- "_TGLSQLHNALNDVK_"
- ],
- [
- 27675,
- 2,
- 10,
- 4,
- 0.12822,
- "_GGLQSQSGTVVTTEIK_"
- ],
- [
- 15252,
- 2,
- 9,
- 3,
- 0.11398,
- "_RPVQAWVESLR_"
- ],
- [
- 26390,
- 3,
- 10,
- 5,
- 0.12822,
- "_EPLGCLQEGSGCHPTTESFEK_"
- ],
- [
- 9424,
- 2,
- 10,
- 2,
- 0.12822,
- "_EDSEWQASLR_"
- ],
- [
- 21711,
- 3,
- 11,
- 2,
- 0.14247,
- "_KSQVAELNDDDKDDEIVFK_"
- ],
- [
- 34481,
- 3,
- 13,
- 7,
- 0.17096,
- "_SEYSELDEDESQAPYDPNGKPER_"
- ],
- [
- 16008,
- 3,
- 15,
- 6,
- 0.19944,
- "_LQIASDENYKDPTNLQGK_"
- ],
- [
- 27664,
- 2,
- 17,
- 4,
- 0.2279,
- "_MTETPIQEEQASIK_"
- ],
- [
- 20956,
- 2,
- 18,
- 6,
- 0.24213,
- "_GIHPTIISESFQK_"
- ],
- [
- 25641,
- 2,
- 19,
- 4,
- 0.25636,
- "_VLGTSPEAIDSAENR_"
- ],
- [
- 17846,
- 2,
- 16,
- 5,
- 0.21368,
- "_VIAPNPAQLQGQR_"
- ],
- [
- 32314,
- 2,
- 9,
- 5,
- 0.11398,
- "_VMQENSSSFSDLSER_"
- ],
- [
- 30985,
- 2,
- 11,
- 4,
- 0.14244,
- "_ARPNTVISQEPFVPK_"
- ],
- [
- 18521,
- 2,
- 9,
- 3,
- 0.11397,
- "_DGWLYGEHDVSK_"
- ],
- [
- 39505,
- 2,
- 10,
- 3,
- 0.1282,
- "_TPENYPNAGLTM(Oxidation (M))NYCR_"
- ],
- [
- 31135,
- 2,
- 9,
- 4,
- 0.11397,
- "_AEKENPGLTQDIIMK_"
- ],
- [
- 5743,
- 2,
- 10,
- 5,
- 0.1282,
- "_VAVCDMMEGK_"
- ],
- [
- 3892,
- 2,
- 7,
- 2,
- 0.085517,
- "_LLDHLQLDK_"
- ],
- [
- 26486,
- 3,
- 12,
- 7,
- 0.15669,
- "_AKESWEMNSEEKLEQSTIVK_"
- ],
- [
- 5425,
- 2,
- 9,
- 3,
- 0.11397,
- "_EHLLSYLEK_"
- ],
- [
- 11347,
- 2,
- 12,
- 4,
- 0.15669,
- "_NVADYYPEYK_"
- ],
- [
- 44198,
- 2,
- 11,
- 4,
- 0.14244,
- "_HGLLVPNNTTDQELQHIR_"
- ],
- [
- 12595,
- 3,
- 8,
- 2,
- 0.099732,
- "_DLVVPGSKPSGNDSCELR_"
- ],
- [
- 41151,
- 2,
- 9,
- 3,
- 0.11397,
- "_SQPSPQAGLAGPGPAGYSTAR_"
- ],
- [
- 21273,
- 2,
- 9,
- 5,
- 0.11397,
- "_LDDAIEDCTNAVK_"
- ],
- [
- 44059,
- 2,
- 10,
- 4,
- 0.1282,
- "_TITGFQTHTTPVLLAHGER_"
- ],
- [
- 7009,
- 3,
- 7,
- 5,
- 0.085517,
- "_NQCNFKPQMDLEVK_"
- ],
- [
- 46945,
- 2,
- 9,
- 4,
- 0.11397,
- "_GAGM(Oxidation (M))PGQHGQITQQELDTVVK_"
- ],
- [
- 10398,
- 2,
- 9,
- 3,
- 0.11397,
- "_LQVAGEITTGPR_"
- ],
- [
- 42009,
- 3,
- 14,
- 6,
- 0.18518,
- "_ARPSQFPEQSSSAQQNGSVSDISPVQAAK_"
- ],
- [
- 26647,
- 2,
- 5,
- 2,
- 0.057002,
- "_KVFANPEDCVAFGK_"
- ],
- [
- 24226,
- 2,
- 20,
- 7,
- 0.27058,
- "_FYEQMNGPVAGASR_"
- ],
- [
- 22374,
- 2,
- 14,
- 4,
- 0.18518,
- "_SDQWKPLNLEEK_"
- ],
- [
- 8622,
- 2,
- 15,
- 3,
- 0.19942,
- "_RIPADTFAALK_"
- ],
- [
- 17547,
- 3,
- 14,
- 5,
- 0.18518,
- "_TITGFQTHTTPVLLAHGER_"
- ],
- [
- 26100,
- 2,
- 14,
- 4,
- 0.18518,
- "_EKDQLSQSIVMYK_"
- ],
- [
- 39012,
- 2,
- 13,
- 7,
- 0.17093,
- "_GINSSNVENQLQATQAAR_"
- ],
- [
- 16490,
- 2,
- 18,
- 5,
- 0.24212,
- "_TEEASSGFLPGDR_"
- ],
- [
- 7758,
- 2,
- 15,
- 4,
- 0.19942,
- "_KVPVSVNLLSK_"
- ],
- [
- 27999,
- 2,
- 13,
- 2,
- 0.17093,
- "_QGHIYMEMNFTNK_"
- ],
- [
- 44893,
- 2,
- 13,
- 4,
- 0.17093,
- "_ICEQFEAETPTDSETTQK_"
- ],
- [
- 38535,
- 2,
- 9,
- 5,
- 0.11397,
- "_ILNVSVIEESGNKNDQK_"
- ],
- [
- 15434,
- 2,
- 14,
- 5,
- 0.18516,
- "_LISSDGHEFIVK_"
- ],
- [
- 2796,
- 2,
- 20,
- 5,
- 0.27059,
- "_GVQYLNEIK_"
- ],
- [
- 11838,
- 2,
- 12,
- 3,
- 0.15668,
- "_VRELELELDR_"
- ],
- [
- 6144,
- 2,
- 12,
- 2,
- 0.15668,
- "_LVLYPSAQEK_"
- ],
- [
- 38126,
- 2,
- 14,
- 7,
- 0.18516,
- "_EIVEVKEENIEDATEK_"
- ],
- [
- 38839,
- 2,
- 12,
- 5,
- 0.15668,
- "_AESQNTFEETELELKK_"
- ],
- [
- 7354,
- 2,
- 8,
- 4,
- 0.099755,
- "_LCIEVTPQSK_"
- ],
- [
- 3042,
- 2,
- 10,
- 4,
- 0.12821,
- "_DFVYPSSTR_"
- ],
- [
- 31673,
- 4,
- 13,
- 4,
- 0.17093,
- "_LHQLAM(Oxidation (M))QQSHFPMTHGNTGFSGIESSSPEVK_"
- ],
- [
- 13519,
- 2,
- 20,
- 4,
- 0.27059,
- "_HLVDEPQNLIK_"
- ],
- [
- 20448,
- 3,
- 19,
- 5,
- 0.25636,
- "_YGQHPPDAVDEPQMLTNEK_"
- ],
- [
- 48785,
- 3,
- 10,
- 6,
- 0.12821,
- "_VSEEAESQQQWDTSKGEQVSQNGLPAEQGSPR_"
- ],
- [
- 30867,
- 2,
- 12,
- 6,
- 0.15668,
- "_HAEASAIVEYAYNDK_"
- ],
- [
- 21160,
- 3,
- 10,
- 4,
- 0.12821,
- "_LNHRPSEPELNLNSWPCK_"
- ],
- [
- 15200,
- 2,
- 13,
- 4,
- 0.17093,
- "_ELLTVGQEHWK_"
- ],
- [
- 1665,
- 2,
- 11,
- 4,
- 0.14244,
- "_GAAVDEYFR_"
- ],
- [
- 8910,
- 2,
- 8,
- 3,
- 0.099755,
- "_ALGTLLHTNLR_"
- ],
- [
- 20216,
- 2,
- 8,
- 3,
- 0.099755,
- "_YEEVEYYYQR_"
- ],
- [
- 16466,
- 3,
- 16,
- 7,
- 0.2279,
- "_INQVFHGSCITEGNELTK_"
- ],
- [
- 5587,
- 3,
- 14,
- 5,
- 0.18516,
- "_HDGYGSHGPLLPLPSR_"
- ],
- [
- 8555,
- 3,
- 13,
- 5,
- 0.17093,
- "_GMGLVNHVFTEDNLKK_"
- ],
- [
- 16449,
- 2,
- 14,
- 5,
- 0.18516,
- "_TTSVSLTIGSSSPK_"
- ],
- [
- 2664,
- 4,
- 18,
- 5,
- 0.24214,
- "_HIGKPLLGGPFSLTTHTGER_"
- ],
- [
- 10823,
- 3,
- 17,
- 5,
- 0.2279,
- "_EIVEVKEENIEDATEK_"
- ],
- [
- 4710,
- 2,
- 15,
- 4,
- 0.19942,
- "_FLSHLVDGVK_"
- ],
- [
- 32121,
- 2,
- 11,
- 3,
- 0.14244,
- "_SESAPTLHPYSPLSPK_"
- ],
- [
- 21765,
- 3,
- 12,
- 6,
- 0.15667,
- "_GAGM(Oxidation (M))PGQHGQITQQELDTVVK_"
- ],
- [
- 9518,
- 2,
- 12,
- 5,
- 0.15667,
- "_FGDPVVQSDMK_"
- ],
- [
- 14131,
- 3,
- 13,
- 5,
- 0.17091,
- "_DKLPQSQLSHQDLQLVK_"
- ],
- [
- 18862,
- 2,
- 12,
- 2,
- 0.15667,
- "_LVPLNQESVEER_"
- ],
- [
- 41464,
- 2,
- 22,
- 6,
- 0.29905,
- "_YTVQDESHSEWVSCVR_"
- ],
- [
- 4761,
- 2,
- 19,
- 3,
- 0.25637,
- "_VQVALGNISSK_"
- ],
- [
- 6758,
- 2,
- 17,
- 3,
- 0.22789,
- "_FTAIIGPNGSGK_"
- ],
- [
- 282,
- 2,
- 17,
- 3,
- 0.22789,
- "_ILFTEATR_"
- ],
- [
- 5597,
- 2,
- 19,
- 6,
- 0.25637,
- "_HGDLPDIQIK_"
- ],
- [
- 14695,
- 3,
- 12,
- 7,
- 0.15667,
- "_LLEAQACTGGIIHPTTGQK_"
- ],
- [
- 26988,
- 2,
- 17,
- 6,
- 0.22789,
- "_GNDTPLALESTNTEK_"
- ],
- [
- 37561,
- 3,
- 12,
- 6,
- 0.15667,
- "_VYYFNHITNASQWERPSGNSSSGGK_"
- ],
- [
- 18622,
- 2,
- 12,
- 3,
- 0.15667,
- "_TNYEGPYYICK_"
- ],
- [
- 21831,
- 2,
- 10,
- 4,
- 0.1282,
- "_YTALVTLTTQHVK_"
- ],
- [
- 3529,
- 2,
- 12,
- 4,
- 0.15667,
- "_ILNPEEIEK_"
- ],
- [
- 14924,
- 2,
- 12,
- 5,
- 0.15667,
- "_IVEVNGVCMEGK_"
- ],
- [
- 42643,
- 2,
- 12,
- 4,
- 0.15667,
- "_GEDSVPDTVHHVVVPVNPK_"
- ],
- [
- 15914,
- 2,
- 17,
- 5,
- 0.22789,
- "_NYELLCGDNTR_"
- ],
- [
- 9622,
- 2,
- 11,
- 4,
- 0.14244,
- "_KNPQAVLDVLK_"
- ],
- [
- 2735,
- 4,
- 15,
- 3,
- 0.1994,
- "_QKYPHLQVIGGNVVTAAQAK_"
- ],
- [
- 27656,
- 2,
- 11,
- 5,
- 0.14244,
- "_FATEYCNTIEGTAK_"
- ],
- [
- 13700,
- 2,
- 15,
- 2,
- 0.1994,
- "_AVLFCLSEDKK_"
- ],
- [
- 25039,
- 2,
- 9,
- 4,
- 0.11399,
- "_FANHVSGTLETALGK_"
- ],
- [
- 31878,
- 2,
- 10,
- 3,
- 0.1282,
- "_NNQLYPGESFAHSIK_"
- ],
- [
- 17919,
- 4,
- 13,
- 6,
- 0.17091,
- "_VYYFNHITNASQWERPSGNSSSGGK_"
- ],
- [
- 1573,
- 2,
- 15,
- 4,
- 0.1994,
- "_LSEDYGVLK_"
- ],
- [
- 5420,
- 3,
- 16,
- 6,
- 0.21365,
- "_AHLMEIQVNGGTVAEK_"
- ],
- [
- 968,
- 2,
- 14,
- 3,
- 0.18516,
- "_MYSEIDIK_"
- ],
- [
- 27735,
- 3,
- 11,
- 5,
- 0.14244,
- "_KRDQEEEMDYAPDDVYDYK_"
- ],
- [
- 24600,
- 2,
- 13,
- 3,
- 0.17091,
- "_GMFYNSYPQQDGK_"
- ],
- [
- 5830,
- 3,
- 12,
- 5,
- 0.15667,
- "_SESAPTLHPYSPLSPK_"
- ],
- [
- 3535,
- 2,
- 9,
- 2,
- 0.11399,
- "_NYLLSLPHK_"
- ],
- [
- 32653,
- 2,
- 11,
- 5,
- 0.14244,
- "_SYALDGKEEAEAALEK_"
- ],
- [
- 22114,
- 2,
- 13,
- 5,
- 0.17091,
- "_EEVDLTGSVPVHAK_"
- ],
- [
- 30597,
- 3,
- 13,
- 6,
- 0.17091,
- "_NTGVSPASRPSPGTPTSPSNLTSGLK_"
- ],
- [
- 13992,
- 3,
- 13,
- 3,
- 0.17091,
- "_FIGSPPGYVGHEEGGQLTK_"
- ],
- [
- 26161,
- 4,
- 9,
- 5,
- 0.11399,
- "_HGVVTSGPGGEDPLDGQMGVSTNSSSHPMSSK_"
- ],
- [
- 41831,
- 2,
- 11,
- 5,
- 0.14244,
- "_LLEAQACTGGIIHPTTGQK_"
- ],
- [
- 33664,
- 2,
- 6,
- 3,
- 0.071235,
- "_RPSNLAVTVDDSAEFK_"
- ],
- [
- 28406,
- 2,
- 12,
- 4,
- 0.15673,
- "_DDGQADSEVLGECAR_"
- ],
- [
- 7835,
- 2,
- 12,
- 5,
- 0.15673,
- "_IGEGTYGVVYK_"
- ],
- [
- 7403,
- 2,
- 22,
- 4,
- 0.2991,
- "_VTELALTASDR_"
- ],
- [
- 16674,
- 2,
- 11,
- 5,
- 0.14249,
- "_MMEDMNLNEDK_"
- ],
- [
- 1676,
- 2,
- 12,
- 4,
- 0.15673,
- "_LADFGVLHR_"
- ],
- [
- 16832,
- 4,
- 12,
- 3,
- 0.15673,
- "_VYREDDTATEETHPVSWKPEIIK_"
- ],
- [
- 11034,
- 2,
- 12,
- 4,
- 0.15673,
- "_NYLSCDVEVR_"
- ],
- [
- 17023,
- 2,
- 21,
- 3,
- 0.28487,
- "_VFDGIPPPYDKK_"
- ],
- [
- 38339,
- 2,
- 6,
- 4,
- 0.071235,
- "_VSMSSSEIEGNVTFHEK_"
- ],
- [
- 34710,
- 2,
- 9,
- 4,
- 0.114,
- "_TAGPLESSETEEASQLK_"
- ],
- [
- 28235,
- 2,
- 8,
- 2,
- 0.099758,
- "_VALVYGQM(Oxidation (M))NEPPGAR_"
- ],
- [
- 30337,
- 2,
- 15,
- 2,
- 0.19944,
- "_TLTTVQGIADDYDKK_"
- ],
- [
- 24900,
- 3,
- 11,
- 4,
- 0.14249,
- "_LAMTPTERPHGSDICTSWPR_"
- ],
- [
- 19473,
- 2,
- 15,
- 5,
- 0.19944,
- "_KVVPCLVTPVTGR_"
- ],
- [
- 37304,
- 2,
- 13,
- 5,
- 0.17095,
- "_QSIAIDDCTFHQCVR_"
- ],
- [
- 12339,
- 2,
- 13,
- 4,
- 0.17095,
- "_GSLGQGTAPVLPGK_"
- ],
- [
- 16854,
- 2,
- 15,
- 4,
- 0.19944,
- "_DGAPSPMMPNEAR_"
- ],
- [
- 23623,
- 2,
- 11,
- 3,
- 0.14249,
- "_KDYTSGAMLTGELK_"
- ],
- [
- 30061,
- 2,
- 10,
- 2,
- 0.12827,
- "_VSCAHIYSALDPTAR_"
- ],
- [
- 9730,
- 2,
- 16,
- 4,
- 0.21368,
- "_EVCGFAPYER_"
- ],
- [
- 34338,
- 2,
- 18,
- 4,
- 0.24218,
- "_TEQEEDEELLTESSK_"
- ],
- [
- 9099,
- 2,
- 17,
- 5,
- 0.22794,
- "_DITSDTSGDFR_"
- ],
- [
- 50017,
- 2,
- 10,
- 5,
- 0.12827,
- "_SLQQPGLPSQSCSVQSSGGQPPGR_"
- ],
- [
- 4337,
- 2,
- 14,
- 3,
- 0.1852,
- "_TEVSLTLTNK_"
- ],
- [
- 39992,
- 2,
- 8,
- 4,
- 0.099758,
- "_LRPQTYDLQESNVQLK_"
- ],
- [
- 8575,
- 3,
- 10,
- 5,
- 0.12827,
- "_ILMHHIPEQTTQLLK_"
- ],
- [
- 4259,
- 3,
- 7,
- 3,
- 0.085507,
- "_AFAHDAGGLPSGTGGLVK_"
- ],
- [
- 22179,
- 2,
- 12,
- 3,
- 0.15676,
- "_QTETEMLYGSAPR_"
- ],
- [
- 21574,
- 2,
- 10,
- 2,
- 0.12827,
- "_TNTPQGVLPSSQLK_"
- ],
- [
- 1790,
- 2,
- 10,
- 3,
- 0.12827,
- "_IYFMAGSSR_"
- ],
- [
- 25830,
- 2,
- 10,
- 3,
- 0.12827,
- "_VLISDSLDPCCRK_"
- ],
- [
- 43303,
- 2,
- 10,
- 5,
- 0.12827,
- "_VDQSLHTNTSLDAASEYAK_"
- ],
- [
- 8647,
- 3,
- 10,
- 4,
- 0.12827,
- "_KQEAESWSPDACLGVK_"
- ],
- [
- 21426,
- 3,
- 11,
- 6,
- 0.14255,
- "_YPGGDWKPAEDTYTDANGDK_"
- ],
- [
- 7340,
- 2,
- 7,
- 4,
- 0.085507,
- "_ATEYIQYMR_"
- ],
- [
- 2195,
- 2,
- 11,
- 4,
- 0.14255,
- "_NNIIQTWR_"
- ],
- [
- 17847,
- 2,
- 11,
- 4,
- 0.14255,
- "_KQALQDTLALYK_"
- ],
- [
- 50994,
- 2,
- 10,
- 6,
- 0.12827,
- "_GPNYTSGYGTNSELSNPSETESER_"
- ],
- [
- 8375,
- 3,
- 9,
- 4,
- 0.11403,
- "_AHQVVEDGYEFFAKR_"
- ],
- [
- 15749,
- 2,
- 9,
- 3,
- 0.11403,
- "_VDISGNGMGDMGAK_"
- ],
- [
- 3235,
- 3,
- 12,
- 5,
- 0.15676,
- "_RGLKPSCTIIPLMK_"
- ],
- [
- 39155,
- 2,
- 12,
- 4,
- 0.15676,
- "_TDPSDSQTGLAEQCAGIR_"
- ],
- [
- 12408,
- 2,
- 12,
- 2,
- 0.15676,
- "_QNLDGHITEEK_"
- ],
- [
- 51251,
- 2,
- 8,
- 4,
- 0.09978,
- "_APLSSSSSSASSITSPSSNVTTPNSQR_"
- ],
- [
- 43716,
- 4,
- 12,
- 8,
- 0.15676,
- "_DCELENQEAHEQDGNDELKDSEEFGENEEENVHSK_"
- ],
- [
- 15926,
- 2,
- 12,
- 6,
- 0.15676,
- "_VQISPDSGGLPER_"
- ],
- [
- 46725,
- 2,
- 12,
- 5,
- 0.15676,
- "_YPGGDWKPAEDTYTDANGDK_"
- ],
- [
- 35316,
- 2,
- 10,
- 4,
- 0.12827,
- "_ESDAMSTQDQHVLFGK_"
- ],
- [
- 15638,
- 3,
- 8,
- 4,
- 0.09978,
- "_QGTQYTFSSIEREEYGK_"
- ],
- [
- 19577,
- 3,
- 14,
- 5,
- 0.18523,
- "_SSSSYHTWNTGTEGPFVER_"
- ],
- [
- 42707,
- 2,
- 14,
- 5,
- 0.18523,
- "_DGTAGSHFMASPQCVGYSR_"
- ],
- [
- 14287,
- 3,
- 23,
- 7,
- 0.31338,
- "_YTVQDESHSEWVSCVR_"
- ],
- [
- 18980,
- 3,
- 14,
- 6,
- 0.18523,
- "_QKYPHLQVIGGNVVTAAQAK_"
- ],
- [
- 25245,
- 2,
- 15,
- 5,
- 0.19947,
- "_LGYFSVDPDSHQGK_"
- ],
- [
- 11058,
- 3,
- 18,
- 4,
- 0.24221,
- "_LSSWDQAETPGHTPSLR_"
- ],
- [
- 17760,
- 3,
- 17,
- 8,
- 0.22795,
- "_HGLLVPNNTTDQELQHIR_"
- ],
- [
- 9118,
- 2,
- 13,
- 2,
- 0.171,
- "_SMFTFVEKPK_"
- ],
- [
- 9452,
- 2,
- 14,
- 2,
- 0.18523,
- "_VGIIAWHPTAR_"
- ],
- [
- 747,
- 2,
- 15,
- 5,
- 0.19947,
- "_QTAAQLILK_"
- ],
- [
- 2034,
- 4,
- 15,
- 6,
- 0.19947,
- "_TITGFQTHTTPVLLAHGER_"
- ],
- [
- 11494,
- 3,
- 16,
- 7,
- 0.21372,
- "_AESQNTFEETELELKK_"
- ],
- [
- 31549,
- 2,
- 19,
- 7,
- 0.25645,
- "_AHLMEIQVNGGTVAEK_"
- ],
- [
- 21506,
- 2,
- 16,
- 4,
- 0.21372,
- "_DKENPNQYNYIA_"
- ],
- [
- 8889,
- 2,
- 9,
- 5,
- 0.11404,
- "_CVDEGLLDCK_"
- ],
- [
- 10852,
- 2,
- 11,
- 5,
- 0.14254,
- "_TNSTFNQVVLK_"
- ],
- [
- 30960,
- 2,
- 11,
- 2,
- 0.14254,
- "_MAVDGGCGDTGDWEGR_"
- ],
- [
- 22071,
- 2,
- 12,
- 2,
- 0.15681,
- "_QTEVLLQPNPNAR_"
- ],
- [
- 37107,
- 2,
- 6,
- 2,
- 0.071293,
- "_QTPNDLTGEHSCIMLK_"
- ],
- [
- 14717,
- 2,
- 9,
- 3,
- 0.11404,
- "_TQIVYSDDVYK_"
- ],
- [
- 25017,
- 4,
- 12,
- 7,
- 0.15681,
- "_ATLELTHNWGTEDDETQSYHNGNSDPR_"
- ],
- [
- 871,
- 2,
- 16,
- 5,
- 0.21373,
- "_ANTFVAELK_"
- ],
- [
- 11360,
- 2,
- 7,
- 2,
- 0.085515,
- "_EAQNLSAMEIR_"
- ],
- [
- 8213,
- 4,
- 12,
- 4,
- 0.15681,
- "_LKEEFQHAMGGVPAWAETTKR_"
- ],
- [
- 24082,
- 4,
- 11,
- 6,
- 0.14254,
- "_GSAPAGNPGATGPPLKPAVTLTSTPTQGESKR_"
- ],
- [
- 41731,
- 2,
- 16,
- 7,
- 0.21373,
- "_SLYVAEYHSEPVEDEKP_"
- ],
- [
- 3823,
- 3,
- 8,
- 3,
- 0.099771,
- "_EIELGNEDYCIKR_"
- ],
- [
- 6700,
- 4,
- 12,
- 5,
- 0.15681,
- "_MLADDAEAGAEDEKEVEELKK_"
- ],
- [
- 18371,
- 2,
- 8,
- 2,
- 0.099771,
- "_ALWQSVQEQSAR_"
- ],
- [
- 19718,
- 2,
- 13,
- 2,
- 0.17103,
- "_YGTVSSIAQLHVR_"
- ],
- [
- 1035,
- 2,
- 14,
- 3,
- 0.18526,
- "_EMLAVDAPR_"
- ],
- [
- 26482,
- 3,
- 25,
- 6,
- 0.34187,
- "_VAPQNDSFGTQLPPMHQQQSR_"
- ],
- [
- 1011,
- 2,
- 25,
- 5,
- 0.34187,
- "_LQAEIEGLK_"
- ],
- [
- 28896,
- 2,
- 20,
- 6,
- 0.27071,
- "_NRPTSISWDGLDSGK_"
- ],
- [
- 4408,
- 3,
- 13,
- 5,
- 0.17103,
- "_VSCAHIYSALDPTAR_"
- ],
- [
- 11942,
- 2,
- 13,
- 5,
- 0.17103,
- "_HGEIDYEAIVK_"
- ],
- [
- 30088,
- 2,
- 8,
- 3,
- 0.099771,
- "_TCSVCITEYTEGNK_"
- ],
- [
- 43519,
- 3,
- 12,
- 8,
- 0.15681,
- "_ATLELTHNWGTEDDETQSYHNGNSDPR_"
- ],
- [
- 37108,
- 2,
- 21,
- 6,
- 0.28496,
- "_EVNVSPCPTQPCQLSK_"
- ],
- [
- 16567,
- 3,
- 9,
- 2,
- 0.11404,
- "_VDQSLHTNTSLDAASEYAK_"
- ],
- [
- 38940,
- 2,
- 10,
- 4,
- 0.12829,
- "_LYQPEYQEVSTEEQR_"
- ],
- [
- 16751,
- 2,
- 9,
- 2,
- 0.11404,
- "_DIHTALLDCANK_"
- ],
- [
- 24177,
- 3,
- 11,
- 6,
- 0.14254,
- "_TTSFAESCKPVQQPSAFGSMK_"
- ],
- [
- 8553,
- 2,
- 10,
- 4,
- 0.12829,
- "_QSVEADINGLR_"
- ],
- [
- 19117,
- 2,
- 11,
- 4,
- 0.14254,
- "_LKLEPHEGLLLR_"
- ],
- [
- 3027,
- 2,
- 12,
- 2,
- 0.15678,
- "_ASQNLVVLAR_"
- ],
- [
- 12248,
- 2,
- 11,
- 3,
- 0.14254,
- "_EALVVLHEDVR_"
- ],
- [
- 5275,
- 2,
- 20,
- 3,
- 0.27072,
- "_(Acetyl (Protein N-term))STVHEILCK_"
- ],
- [
- 19539,
- 2,
- 9,
- 5,
- 0.11402,
- "_VDQSAVGFEYQGK_"
- ],
- [
- 29203,
- 2,
- 8,
- 3,
- 0.099762,
- "_TGTIALSEVENIHQK_"
- ],
- [
- 15169,
- 2,
- 12,
- 3,
- 0.15678,
- "_FFEEPEDPSSR_"
- ],
- [
- 19693,
- 2,
- 8,
- 4,
- 0.099762,
- "_DMAAGHLSEAWSR_"
- ],
- [
- 24607,
- 2,
- 12,
- 4,
- 0.15678,
- "_SGDSGGGMYVINLHK_"
- ],
- [
- 14034,
- 3,
- 19,
- 5,
- 0.25647,
- "_TKPSDEEM(Oxidation (M))LFIYGHYK_"
- ],
- [
- 1066,
- 2,
- 12,
- 4,
- 0.15678,
- "_LILEQMQK_"
- ],
- [
- 42570,
- 2,
- 9,
- 4,
- 0.11402,
- "_QGTQYTFSSIEREEYGK_"
- ],
- [
- 34018,
- 2,
- 11,
- 5,
- 0.14254,
- "_LNEQASEEILKVEQK_"
- ],
- [
- 28068,
- 3,
- 14,
- 8,
- 0.18527,
- "_DTYYDFDAEAADHKQEEDMK_"
- ],
- [
- 11480,
- 3,
- 14,
- 6,
- 0.18527,
- "_FKGQILMPNIGYGSNKK_"
- ],
- [
- 6225,
- 2,
- 10,
- 2,
- 0.12829,
- "_ACQALGAMLSK_"
- ],
- [
- 8358,
- 2,
- 15,
- 5,
- 0.19951,
- "_SCFEDPEWK_"
- ],
- [
- 25923,
- 2,
- 11,
- 3,
- 0.14254,
- "_TMNVLAESDPGFKR_"
- ],
- [
- 39598,
- 2,
- 16,
- 6,
- 0.21374,
- "_LEEDDGDVAMSDAQDGPR_"
- ],
- [
- 8245,
- 3,
- 10,
- 5,
- 0.12829,
- "_LVTPHGESEQIGVIPSK_"
- ],
- [
- 22802,
- 2,
- 16,
- 2,
- 0.21374,
- "_LGHFAPVDAVADQR_"
- ],
- [
- 32484,
- 2,
- 10,
- 6,
- 0.12829,
- "_LETEETVPETDVETK_"
- ],
- [
- 26184,
- 2,
- 18,
- 4,
- 0.24223,
- "_GSEVGFHGAAPDISVK_"
- ],
- [
- 31073,
- 2,
- 14,
- 3,
- 0.18527,
- "_GSDEGQFNEQNFVSK_"
- ],
- [
- 6079,
- 2,
- 10,
- 2,
- 0.12829,
- "_VEVVWADNSK_"
- ],
- [
- 12650,
- 3,
- 11,
- 6,
- 0.14254,
- "_LRPQTYDLQESNVQLK_"
- ],
- [
- 31964,
- 3,
- 13,
- 3,
- 0.17106,
- "_HAASYSSDSENQGSYSGVIPPPPGR_"
- ],
- [
- 46940,
- 2,
- 10,
- 3,
- 0.12829,
- "_GAAAAAAAMASETSGHQGYQGFR_"
- ],
- [
- 41813,
- 2,
- 13,
- 6,
- 0.17106,
- "_CACSNHEPYFGYSGAFK_"
- ],
- [
- 16286,
- 2,
- 11,
- 3,
- 0.14254,
- "_TCGPLTDEDVVR_"
- ],
- [
- 14613,
- 3,
- 17,
- 3,
- 0.22798,
- "_SLYVAEYHSEPVEDEKP_"
- ],
- [
- 19002,
- 3,
- 13,
- 6,
- 0.17106,
- "_EFVEACLNKEPSFRPTAK_"
- ],
- [
- 10439,
- 2,
- 18,
- 4,
- 0.24223,
- "_GQLEALQVDGGR_"
- ],
- [
- 5268,
- 2,
- 9,
- 5,
- 0.11402,
- "_GEFGGFGSVSGK_"
- ],
- [
- 31033,
- 2,
- 12,
- 5,
- 0.15681,
- "_SYEDDDDMDLQPNK_"
- ],
- [
- 26752,
- 3,
- 12,
- 6,
- 0.15681,
- "_GNNNVMSNYEAYKPSTGAMGDR_"
- ],
- [
- 9831,
- 3,
- 12,
- 3,
- 0.15681,
- "_QTPNDLTGEHSCIMLK_"
- ],
- [
- 14854,
- 3,
- 11,
- 2,
- 0.14256,
- "_DFMDYMGAQHSDSKDPR_"
- ],
- [
- 20060,
- 2,
- 10,
- 2,
- 0.12829,
- "_VPAEGAPTAAVAEVR_"
- ],
- [
- 45171,
- 2,
- 12,
- 4,
- 0.15681,
- "_GGGPAASLQNDLNQGGPGSTNSK_"
- ],
- [
- 5048,
- 2,
- 12,
- 2,
- 0.15681,
- "_LAHGLLEELK_"
- ],
- [
- 24924,
- 3,
- 13,
- 5,
- 0.17106,
- "_YPDLYPQEDEDEEEEREK_"
- ],
- [
- 26488,
- 2,
- 7,
- 2,
- 0.085573,
- "_SSSSSGVPYSPAIPNK_"
- ],
- [
- 18492,
- 2,
- 15,
- 4,
- 0.19954,
- "_ETVQTTEDQILK_"
- ],
- [
- 38629,
- 2,
- 14,
- 3,
- 0.18533,
- "_SPDASSAFSPASPATPNGTK_"
- ],
- [
- 6956,
- 2,
- 15,
- 4,
- 0.19954,
- "_GLMGMCVNER_"
- ],
- [
- 13664,
- 2,
- 9,
- 3,
- 0.11403,
- "_VGHSELVGEIIR_"
- ],
- [
- 13589,
- 2,
- 14,
- 4,
- 0.18533,
- "_FNPPTGTDTMVK_"
- ],
- [
- 24133,
- 2,
- 7,
- 4,
- 0.085573,
- "_GSVQMDSTLQGDMR_"
- ],
- [
- 2098,
- 2,
- 9,
- 3,
- 0.11403,
- "_AIVQLVNER_"
- ],
- [
- 29897,
- 2,
- 9,
- 2,
- 0.11403,
- "_TSPNEGLSGNPADLER_"
- ],
- [
- 3873,
- 3,
- 19,
- 7,
- 0.2565,
- "_VYNVTQHAVGIVVNK_"
- ],
- [
- 13729,
- 2,
- 19,
- 5,
- 0.2565,
- "_YFDSGDYNMAK_"
- ],
- [
- 22853,
- 2,
- 17,
- 6,
- 0.22801,
- "_NCISTVVHQGLIR_"
- ],
- [
- 19726,
- 3,
- 14,
- 8,
- 0.18533,
- "_AHVIVMAATNRPNSIDPALR_"
- ],
- [
- 2027,
- 3,
- 11,
- 4,
- 0.14256,
- "_PARPVTVYSISLQK_"
- ],
- [
- 10735,
- 3,
- 13,
- 5,
- 0.17106,
- "_RGFGFVYFQNHDAADK_"
- ],
- [
- 3635,
- 2,
- 10,
- 6,
- 0.12829,
- "_TLTPDQWAR_"
- ],
- [
- 22637,
- 2,
- 10,
- 3,
- 0.12829,
- "_SREDLTAVVSVSTK_"
- ],
- [
- 28749,
- 2,
- 4,
- 3,
- 0.042783,
- "_LFHVSEDPSDLNEK_"
- ],
- [
- 7016,
- 3,
- 10,
- 2,
- 0.12829,
- "_VMATTGGTNLRDDIMR_"
- ],
- [
- 14477,
- 2,
- 9,
- 3,
- 0.11403,
- "_QMGMTDDVSTIK_"
- ],
- [
- 760,
- 2,
- 17,
- 4,
- 0.22801,
- "_LQLEIDQK_"
- ],
- [
- 2637,
- 3,
- 12,
- 2,
- 0.15682,
- "_TPALVNAAVTYSKPR_"
- ],
- [
- 17554,
- 2,
- 5,
- 2,
- 0.05704,
- "_LDYDEDASAM(Oxidation (M))LK_"
- ],
- [
- 7098,
- 3,
- 8,
- 2,
- 0.099831,
- "_KGQVINLDQLHSSWK_"
- ],
- [
- 28034,
- 3,
- 7,
- 3,
- 0.0856,
- "_LQEQFDEQSKENENIGDQLR_"
- ],
- [
- 7947,
- 4,
- 12,
- 3,
- 0.15682,
- "_WLEESHIPATHTASHIFSPSK_"
- ],
- [
- 26293,
- 3,
- 8,
- 4,
- 0.099831,
- "_DIELHLESSSHQETLDHIQK_"
- ],
- [
- 2824,
- 2,
- 9,
- 3,
- 0.11407,
- "_FEEAQSILK_"
- ],
- [
- 6783,
- 2,
- 9,
- 4,
- 0.11407,
- "_MMLENLQQR_"
- ],
- [
- 29751,
- 3,
- 12,
- 3,
- 0.15682,
- "_RPTPQDNLTDAENGNIQLQAQR_"
- ],
- [
- 9469,
- 3,
- 12,
- 6,
- 0.15682,
- "_IM(Oxidation (M))DPNIVGSEHYDVAR_"
- ],
- [
- 10363,
- 2,
- 12,
- 4,
- 0.15682,
- "_VQTLSNQPLLK_"
- ],
- [
- 36898,
- 4,
- 9,
- 4,
- 0.11407,
- "_DPDSNPYSLLDNTESDQTADTDASESHHSTNRR_"
- ],
- [
- 31290,
- 2,
- 9,
- 4,
- 0.11407,
- "_NGDTSTEEPMLNVQR_"
- ],
- [
- 22048,
- 2,
- 11,
- 3,
- 0.14255,
- "_SGYAIQADEEQLR_"
- ],
- [
- 980,
- 3,
- 10,
- 4,
- 0.12829,
- "_GPEEEHPSVTLFR_"
- ],
- [
- 3120,
- 4,
- 12,
- 3,
- 0.15682,
- "_KLISVETDIVVDHYKEEK_"
- ],
- [
- 20367,
- 2,
- 10,
- 2,
- 0.12829,
- "_YATGENTVFVDTK_"
- ],
- [
- 4531,
- 3,
- 10,
- 3,
- 0.12829,
- "_ITQLVSDQANHVLAR_"
- ],
- [
- 7802,
- 3,
- 11,
- 4,
- 0.14255,
- "_IQEYCYDNIHFM(Oxidation (M))K_"
- ],
- [
- 35108,
- 2,
- 11,
- 4,
- 0.14255,
- "_VEELKEDNQVLLETK_"
- ],
- [
- 712,
- 2,
- 12,
- 2,
- 0.15682,
- "_RLIVDVIR_"
- ],
- [
- 13719,
- 3,
- 10,
- 5,
- 0.12829,
- "_YMLTHQELASDGEIETK_"
- ],
- [
- 12111,
- 2,
- 16,
- 3,
- 0.2138,
- "_EKEGFPITSLR_"
- ],
- [
- 23880,
- 2,
- 14,
- 5,
- 0.18531,
- "_AFGSTIVINPEKDK_"
- ],
- [
- 542,
- 2,
- 15,
- 3,
- 0.19959,
- "_TVAVIGGISR_"
- ],
- [
- 14688,
- 3,
- 15,
- 8,
- 0.19959,
- "_CACSNHEPYFGYSGAFK_"
- ],
- [
- 1961,
- 2,
- 15,
- 2,
- 0.19959,
- "_TNGILFCGR_"
- ],
- [
- 24897,
- 2,
- 13,
- 5,
- 0.17107,
- "_FEAGQFEPSETTAK_"
- ],
- [
- 25365,
- 3,
- 16,
- 7,
- 0.2138,
- "_RECPSDECGAGVFMASHFDR_"
- ],
- [
- 26975,
- 2,
- 13,
- 6,
- 0.17107,
- "_SCDPGLEDPCGLNR_"
- ],
- [
- 15694,
- 3,
- 23,
- 8,
- 0.31349,
- "_GEDSVPDTVHHVVVPVNPK_"
- ],
- [
- 6161,
- 3,
- 16,
- 2,
- 0.2138,
- "_AFPLQCIHIAEGHTK_"
- ],
- [
- 11949,
- 3,
- 14,
- 5,
- 0.18531,
- "_ELQREPLTPEEVQSVR_"
- ],
- [
- 13343,
- 3,
- 13,
- 7,
- 0.17107,
- "_FATDGEGYKPCDPQVIR_"
- ],
- [
- 8295,
- 2,
- 14,
- 3,
- 0.18531,
- "_IQDYDVSLDK_"
- ],
- [
- 28884,
- 2,
- 13,
- 6,
- 0.17107,
- "_YMSPEQISSQDYGK_"
- ],
- [
- 33442,
- 2,
- 16,
- 5,
- 0.2138,
- "_GREDESYNISEVMSK_"
- ],
- [
- 1471,
- 2,
- 18,
- 4,
- 0.24227,
- "_GDYPLEAVR_"
- ],
- [
- 18913,
- 2,
- 14,
- 5,
- 0.18531,
- "_SGSLENVPNVGVNK_"
- ],
- [
- 3325,
- 2,
- 23,
- 3,
- 0.31352,
- "_HALPPGFVLK_"
- ],
- [
- 20403,
- 2,
- 16,
- 6,
- 0.21386,
- "_NNSGEEFDCAFR_"
- ],
- [
- 20471,
- 2,
- 22,
- 6,
- 0.29927,
- "_EVDEQMLNVQNK_"
- ],
- [
- 38563,
- 2,
- 16,
- 7,
- 0.21386,
- "_EEMAAAGLTVTVTHSNEK_"
- ],
- [
- 19252,
- 3,
- 12,
- 5,
- 0.15682,
- "_NLKPIKPM(Oxidation (M))QFLGDEETVR_"
- ],
- [
- 1287,
- 2,
- 16,
- 3,
- 0.21386,
- "_VPDFSEYR_"
- ],
- [
- 35087,
- 2,
- 22,
- 7,
- 0.29927,
- "_EAAGEGPALYEDPPDQK_"
- ],
- [
- 35754,
- 2,
- 11,
- 5,
- 0.14256,
- "_FGEVTSASNCTDFQSR_"
- ],
- [
- 30218,
- 2,
- 11,
- 4,
- 0.14256,
- "_ITQLVSDQANHVLAR_"
- ],
- [
- 13795,
- 2,
- 22,
- 6,
- 0.29927,
- "_TGYTLDVTTGQR_"
- ],
- [
- 16764,
- 2,
- 14,
- 4,
- 0.18534,
- "_GQVTFLSIHPSGK_"
- ],
- [
- 42257,
- 2,
- 11,
- 5,
- 0.14256,
- "_HEDFEEVAQNTYTNADK_"
- ],
- [
- 39251,
- 2,
- 12,
- 4,
- 0.15682,
- "_NNSNTCNIENELEDSR_"
- ],
- [
- 7777,
- 2,
- 11,
- 4,
- 0.14256,
- "_TIANMFGSSEK_"
- ],
- [
- 3214,
- 2,
- 12,
- 5,
- 0.15682,
- "_YELQLANPK_"
- ],
- [
- 48390,
- 2,
- 15,
- 5,
- 0.19958,
- "_TASDVVQPAAVQAQGQVNDENR_"
- ],
- [
- 16358,
- 3,
- 12,
- 6,
- 0.15682,
- "_AADEEAFEDNSEEYIRR_"
- ],
- [
- 12033,
- 3,
- 11,
- 2,
- 0.14256,
- "_DVYKEHFQDDVFNEK_"
- ],
- [
- 16090,
- 2,
- 17,
- 4,
- 0.22807,
- "_DVLLQVDDERR_"
- ],
- [
- 21720,
- 2,
- 9,
- 4,
- 0.1141,
- "_VDFMETENSSSVK_"
- ],
- [
- 31936,
- 2,
- 10,
- 3,
- 0.12834,
- "_QDVDDEYSMQYSAR_"
- ],
- [
- 6830,
- 2,
- 14,
- 4,
- 0.18534,
- "_ALADENEFVR_"
- ],
- [
- 2919,
- 2,
- 14,
- 3,
- 0.18534,
- "_NTNEMFAIK_"
- ],
- [
- 39543,
- 2,
- 14,
- 5,
- 0.18534,
- "_AGGQEQNGTQQSIVVDMR_"
- ],
- [
- 31498,
- 2,
- 14,
- 5,
- 0.18534,
- "_VSASVAEVQEQYTER_"
- ],
- [
- 10056,
- 2,
- 13,
- 2,
- 0.17109,
- "_KIVITDCGQLS_"
- ],
- [
- 25746,
- 2,
- 13,
- 4,
- 0.17109,
- "_TQLLFSHEEELSK_"
- ],
- [
- 49290,
- 2,
- 25,
- 7,
- 0.342,
- "_ASASGSGAQVGGPISSGSSASSVTVTR_"
- ],
- [
- 1136,
- 2,
- 19,
- 2,
- 0.25654,
- "_ANEFLEVGK_"
- ],
- [
- 20919,
- 2,
- 14,
- 5,
- 0.18534,
- "_GHIAVSAAVFPTGTK_"
- ],
- [
- 4283,
- 2,
- 14,
- 3,
- 0.18534,
- "_AVQDLCGWR_"
- ],
- [
- 8345,
- 2,
- 8,
- 2,
- 0.099872,
- "_APGFAHLAGLDK_"
- ],
- [
- 23264,
- 2,
- 14,
- 5,
- 0.18534,
- "_AQLSSSLQEGVMQK_"
- ],
- [
- 14268,
- 2,
- 13,
- 4,
- 0.17109,
- "_KLDPELHLDIK_"
- ],
- [
- 33415,
- 2,
- 9,
- 3,
- 0.11411,
- "_VVVTEVKEEDAFYSK_"
- ],
- [
- 3570,
- 2,
- 16,
- 3,
- 0.21382,
- "_QEPLLIGSTK_"
- ],
- [
- 7505,
- 3,
- 10,
- 2,
- 0.12834,
- "_TPLMEAAENNHLEAVK_"
- ],
- [
- 4331,
- 3,
- 10,
- 3,
- 0.12834,
- "_AYTALHYLSHLSPGK_"
- ],
- [
- 14865,
- 2,
- 11,
- 4,
- 0.14258,
- "_GYAFVQYSNER_"
- ],
- [
- 37493,
- 2,
- 11,
- 5,
- 0.14258,
- "_NAEVTGTMSQDTEVDMK_"
- ],
- [
- 47413,
- 2,
- 11,
- 6,
- 0.14258,
- "_(Acetyl (Protein N-term))ADVEDGEETCALASHSGSSGSK_"
- ],
- [
- 44453,
- 2,
- 9,
- 4,
- 0.11411,
- "_NMQLPNGVTYHTGTYQDR_"
- ],
- [
- 3116,
- 3,
- 16,
- 4,
- 0.21382,
- "_NAHSTAIAGLTFLHR_"
- ],
- [
- 41003,
- 2,
- 12,
- 6,
- 0.1568,
- "_YMLTHQELASDGEIETK_"
- ],
- [
- 6364,
- 2,
- 12,
- 5,
- 0.1568,
- "_LNLVVKPLEK_"
- ],
- [
- 125,
- 2,
- 20,
- 5,
- 0.27078,
- "_YLYEIAR_"
- ],
- [
- 49967,
- 2,
- 17,
- 5,
- 0.2281,
- "_NAGDLAPAGGAASASTDEAADAESGTR_"
- ],
- [
- 26417,
- 2,
- 17,
- 4,
- 0.2281,
- "_NLHHELELGVVMGK_"
- ],
- [
- 22738,
- 3,
- 9,
- 4,
- 0.11411,
- "_TAVHNGLGENGSQAAGLDMDVGK_"
- ],
- [
- 43145,
- 2,
- 11,
- 6,
- 0.14258,
- "_AADEEAFEDNSEEYIRR_"
- ],
- [
- 36137,
- 2,
- 12,
- 5,
- 0.1568,
- "_EESGAAESPALVTPDSEK_"
- ],
- [
- 7566,
- 2,
- 9,
- 4,
- 0.11411,
- "_EIYHFTLEK_"
- ],
- [
- 8493,
- 3,
- 11,
- 5,
- 0.14258,
- "_EVFQIASNDHDAAINR_"
- ],
- [
- 26859,
- 2,
- 9,
- 4,
- 0.11411,
- "_LLAQLAQECQEQR_"
- ],
- [
- 33104,
- 2,
- 14,
- 5,
- 0.18533,
- "_DGEDQTQDTELVETR_"
- ],
- [
- 8446,
- 4,
- 10,
- 6,
- 0.12834,
- "_VWCDGCYDMVHYGHSNQLR_"
- ],
- [
- 29306,
- 2,
- 15,
- 7,
- 0.19958,
- "_LPSGSGAASPTGSAVDIR_"
- ],
- [
- 39305,
- 2,
- 13,
- 5,
- 0.17106,
- "_ELQREPLTPEEVQSVR_"
- ],
- [
- 15850,
- 3,
- 8,
- 5,
- 0.099822,
- "_IDMSSNNGCMRDPTLYR_"
- ],
- [
- 22885,
- 2,
- 13,
- 4,
- 0.17106,
- "_GPEEEHPSVTLFR_"
- ],
- [
- 3270,
- 2,
- 14,
- 3,
- 0.18533,
- "_NWGGPDFER_"
- ],
- [
- 6888,
- 2,
- 13,
- 3,
- 0.17106,
- "_SKDIFDQLAK_"
- ],
- [
- 11711,
- 2,
- 13,
- 3,
- 0.17106,
- "_LLQAQGVEVPSK_"
- ],
- [
- 5185,
- 3,
- 14,
- 2,
- 0.18533,
- "_LLLEGISSTHVNHLR_"
- ],
- [
- 28013,
- 2,
- 14,
- 4,
- 0.18533,
- "_GIELSDEHGNTILSK_"
- ],
- [
- 35557,
- 2,
- 14,
- 5,
- 0.18533,
- "_EVFQIASNDHDAAINR_"
- ],
- [
- 7590,
- 4,
- 15,
- 7,
- 0.19958,
- "_DIELHLESSSHQETLDHIQK_"
- ],
- [
- 18986,
- 2,
- 15,
- 6,
- 0.19958,
- "_DQDLEPGAPSMGAK_"
- ],
- [
- 7639,
- 3,
- 12,
- 4,
- 0.15686,
- "_EFLEDYDDDRDDPK_"
- ],
- [
- 25994,
- 2,
- 13,
- 4,
- 0.17108,
- "_EYLEAEENGDLER_"
- ],
- [
- 32243,
- 3,
- 9,
- 6,
- 0.1141,
- "_GQVLSTINTNQMNNTHAAVSPCGR_"
- ],
- [
- 20881,
- 3,
- 14,
- 6,
- 0.18534,
- "_HYCYPHFTCAVDTENIR_"
- ],
- [
- 24323,
- 2,
- 13,
- 5,
- 0.17108,
- "_VCEATYDTTLVEK_"
- ],
- [
- 19325,
- 2,
- 8,
- 2,
- 0.09983,
- "_EPLPPAPAENEMK_"
- ],
- [
- 23982,
- 2,
- 4,
- 2,
- 0.042789,
- "_ELATSASQSAVSTLR_"
- ],
- [
- 11729,
- 2,
- 12,
- 4,
- 0.15686,
- "_DDLYAEQMER_"
- ],
- [
- 27353,
- 2,
- 10,
- 6,
- 0.12839,
- "_VLNEECDQNWYK_"
- ],
- [
- 41432,
- 2,
- 6,
- 3,
- 0.071319,
- "_ALNSTNSELQEAGEACMR_"
- ],
- [
- 4500,
- 3,
- 15,
- 3,
- 0.19961,
- "_FEEPAPLSYDSRPR_"
- ],
- [
- 40656,
- 2,
- 16,
- 5,
- 0.21386,
- "_FATDGEGYKPCDPQVIR_"
- ],
- [
- 33665,
- 2,
- 11,
- 4,
- 0.14262,
- "_DISTNKVEQIPYGER_"
- ],
- [
- 20755,
- 2,
- 11,
- 3,
- 0.14262,
- "_LLGVCCSVDNCR_"
- ],
- [
- 38227,
- 2,
- 20,
- 6,
- 0.27083,
- "_HSLEEDEGSDFITENR_"
- ],
- [
- 4930,
- 3,
- 13,
- 7,
- 0.17108,
- "_LLELGPKPEVAQQTR_"
- ],
- [
- 13309,
- 2,
- 15,
- 3,
- 0.19961,
- "_(Acetyl (Protein N-term))SDTWSSIQAHK_"
- ],
- [
- 22264,
- 2,
- 9,
- 3,
- 0.1141,
- "_VDFTEEEINNM(Oxidation (M))K_"
- ],
- [
- 38774,
- 2,
- 9,
- 5,
- 0.1141,
- "_STIQNLESSSNQALNCK_"
- ],
- [
- 23864,
- 2,
- 9,
- 2,
- 0.1141,
- "_LAGEGATVAACDLDR_"
- ],
- [
- 7951,
- 3,
- 9,
- 3,
- 0.1141,
- "_NPMYIHTSVSQDFSR_"
- ],
- [
- 24374,
- 3,
- 13,
- 7,
- 0.17108,
- "_EAIVNSCVFVHQTLHQANAR_"
- ],
- [
- 37661,
- 2,
- 14,
- 6,
- 0.18534,
- "_NSAAEIPVTSNGEVDDSR_"
- ],
- [
- 7242,
- 3,
- 17,
- 5,
- 0.2281,
- "_LNEQASEEILKVEQK_"
- ],
- [
- 21606,
- 2,
- 11,
- 4,
- 0.14262,
- "_LMLSTSEYSQSPK_"
- ],
- [
- 22162,
- 2,
- 9,
- 4,
- 0.1141,
- "_GLPVSGTKPDLIER_"
- ],
- [
- 45698,
- 2,
- 13,
- 3,
- 0.17108,
- "_QAHLCVLASNCDEPM(Oxidation (M))YVK_"
- ],
- [
- 12482,
- 2,
- 13,
- 5,
- 0.17108,
- "_LASVPGSQTVVVK_"
- ],
- [
- 12179,
- 4,
- 14,
- 6,
- 0.18534,
- "_LYHAHTYQHLQDVDIEPYVSK_"
- ],
- [
- 3477,
- 4,
- 13,
- 7,
- 0.17109,
- "_YEIDLDTSDHAHLEHITR_"
- ],
- [
- 36373,
- 2,
- 11,
- 5,
- 0.14262,
- "_ISLEQPPNGSDTPNPEK_"
- ],
- [
- 22118,
- 2,
- 11,
- 3,
- 0.14262,
- "_VAVVNPQPQQWSK_"
- ],
- [
- 5429,
- 2,
- 13,
- 5,
- 0.17109,
- "_LLSNDEVTIK_"
- ],
- [
- 26595,
- 2,
- 13,
- 6,
- 0.17109,
- "_DDGSTLMEIDGDKGK_"
- ],
- [
- 11530,
- 2,
- 9,
- 3,
- 0.11406,
- "_YFLKPEVLQK_"
- ],
- [
- 31588,
- 2,
- 8,
- 6,
- 0.099794,
- "_CSQISLSQSTTASLSK_"
- ],
- [
- 14041,
- 2,
- 12,
- 4,
- 0.15685,
- "_WDYSATEEGMK_"
- ],
- [
- 39682,
- 2,
- 10,
- 5,
- 0.12833,
- "_LTEDKETLQYLQQNAK_"
- ],
- [
- 49719,
- 2,
- 12,
- 6,
- 0.15685,
- "_PGQFIHTNWTGHGGTVSSSSYNA_"
- ],
- [
- 41508,
- 3,
- 12,
- 7,
- 0.15685,
- "_SGALQIESSEESDQGKYECVATNSAGTR_"
- ],
- [
- 37470,
- 2,
- 12,
- 7,
- 0.15685,
- "_DSVWGSGGGQQSVNHLVK_"
- ],
- [
- 35967,
- 3,
- 12,
- 7,
- 0.15685,
- "_QSQQEAEEEEREEEEEAQIIQR_"
- ],
- [
- 27031,
- 2,
- 17,
- 6,
- 0.22809,
- "_DIQSCTVEVHFQK_"
- ],
- [
- 6878,
- 2,
- 9,
- 3,
- 0.11406,
- "_AELMEISEDK_"
- ],
- [
- 793,
- 2,
- 10,
- 5,
- 0.12833,
- "_QSLVDMAPK_"
- ],
- [
- 36492,
- 2,
- 9,
- 2,
- 0.11406,
- "_CGGAYQIGTTANEDLEK_"
- ],
- [
- 8596,
- 2,
- 14,
- 3,
- 0.18531,
- "_AAQDFFSTCR_"
- ],
- [
- 10267,
- 2,
- 14,
- 4,
- 0.18531,
- "_LAEIGAPIQGNR_"
- ],
- [
- 7744,
- 2,
- 16,
- 2,
- 0.21384,
- "_SLHDALCVIR_"
- ],
- [
- 8417,
- 2,
- 14,
- 4,
- 0.18531,
- "_LDIPTGTTPQR_"
- ],
- [
- 19259,
- 2,
- 8,
- 3,
- 0.099794,
- "_ELGENMSDEELR_"
- ],
- [
- 16647,
- 2,
- 11,
- 4,
- 0.14262,
- "_LSVNSVTAGDYSR_"
- ],
- [
- 7805,
- 3,
- 9,
- 2,
- 0.11406,
- "_SAADAEGYLAHPVNAYK_"
- ],
- [
- 6728,
- 3,
- 10,
- 4,
- 0.12833,
- "_RTEGVGPGVPGEVEMVK_"
- ],
- [
- 649,
- 2,
- 10,
- 2,
- 0.12833,
- "_TLQDIVYK_"
- ],
- [
- 44292,
- 2,
- 13,
- 7,
- 0.17109,
- "_NPSTVEAFDLAQSNSEHSR_"
- ],
- [
- 35755,
- 2,
- 10,
- 5,
- 0.12833,
- "_SPWVCLTCSSVHCGR_"
- ],
- [
- 34895,
- 2,
- 10,
- 3,
- 0.12833,
- "_NPMYIHTSVSQDFSR_"
- ],
- [
- 27259,
- 3,
- 15,
- 4,
- 0.19957,
- "_LTVNYEQCASGVHGPEGFHYK_"
- ],
- [
- 41004,
- 2,
- 8,
- 4,
- 0.099832,
- "_AAMFTAGSNFNHVVQNEK_"
- ],
- [
- 25868,
- 2,
- 10,
- 3,
- 0.12834,
- "_LLDCLQESHSFSK_"
- ],
- [
- 43015,
- 2,
- 13,
- 6,
- 0.17113,
- "_NVGVSFYADKPEVTQEQK_"
- ],
- [
- 34940,
- 2,
- 12,
- 5,
- 0.1569,
- "_GAEAANVTGPDGVPVEGSR_"
- ],
- [
- 33779,
- 2,
- 10,
- 2,
- 0.12834,
- "_VTVGDAATTAAASSSSVTR_"
- ],
- [
- 18746,
- 2,
- 12,
- 2,
- 0.1569,
- "_ENTFTIENESVK_"
- ],
- [
- 42385,
- 2,
- 12,
- 3,
- 0.1569,
- "_EFCNVIDCNQENSCAR_"
- ],
- [
- 8084,
- 2,
- 10,
- 3,
- 0.12834,
- "_MFKPQALLDK_"
- ],
- [
- 2335,
- 2,
- 13,
- 2,
- 0.17113,
- "_LFEAVEEGR_"
- ],
- [
- 45003,
- 2,
- 12,
- 4,
- 0.1569,
- "_GVFTKPIDSSSQPQQQFPK_"
- ],
- [
- 15596,
- 2,
- 12,
- 6,
- 0.1569,
- "_ALIAAQYSGAQVR_"
- ],
- [
- 13422,
- 2,
- 12,
- 4,
- 0.1569,
- "_SLLDASEEAIKK_"
- ],
- [
- 23301,
- 2,
- 11,
- 2,
- 0.14262,
- "_HTTFEQPVFSVSK_"
- ],
- [
- 46807,
- 4,
- 12,
- 9,
- 0.1569,
- "_NNQQVPENTEELGQTKPTSNPQVVNEGGAKPELASQATEGSK_"
- ],
- [
- 12617,
- 2,
- 8,
- 3,
- 0.099832,
- "_DVKPDNMLLDK_"
- ],
- [
- 3186,
- 4,
- 12,
- 6,
- 0.1569,
- "_WSWGGSLHGSPSIHSADPDR_"
- ],
- [
- 11833,
- 2,
- 13,
- 2,
- 0.17113,
- "_DIVAAIQHNYK_"
- ],
- [
- 8812,
- 2,
- 11,
- 4,
- 0.14262,
- "_EKIDIGLPPPK_"
- ],
- [
- 26196,
- 2,
- 14,
- 4,
- 0.18537,
- "_TRPAANPIQFTLNK_"
- ],
- [
- 22610,
- 3,
- 16,
- 6,
- 0.21385,
- "_DGHHHYEGAVVILDAGAQYGK_"
- ],
- [
- 29247,
- 2,
- 27,
- 7,
- 0.37055,
- "_VYNVTQHAVGIVVNK_"
- ],
- [
- 1886,
- 2,
- 19,
- 5,
- 0.25662,
- "_DKTIIMWK_"
- ],
- [
- 6694,
- 2,
- 16,
- 4,
- 0.21385,
- "_GYFDEEMNR_"
- ],
- [
- 15576,
- 3,
- 14,
- 5,
- 0.18537,
- "_REPFFHGQDNYDQLVR_"
- ],
- [
- 47550,
- 3,
- 14,
- 6,
- 0.18537,
- "_NAEQNGPVDGQGDNPGPQAAEQGTDTAVPSDSDK_"
- ],
- [
- 4449,
- 3,
- 14,
- 5,
- 0.18537,
- "_TKDGLEVAVLPHNIR_"
- ],
- [
- 19042,
- 2,
- 16,
- 5,
- 0.21385,
- "_QGTQYTFSSIER_"
- ],
- [
- 15335,
- 2,
- 17,
- 2,
- 0.22812,
- "_YLFNCGEGVQR_"
- ],
- [
- 27992,
- 3,
- 13,
- 6,
- 0.17113,
- "_IKPHLMSQELPEDWDKQPVK_"
- ],
- [
- 13065,
- 2,
- 13,
- 3,
- 0.17113,
- "_ELALECDYQR_"
- ],
- [
- 41270,
- 2,
- 15,
- 7,
- 0.19959,
- "_TAAELLQSQGSQAGGSQTLK_"
- ],
- [
- 37962,
- 2,
- 14,
- 4,
- 0.18537,
- "_FCFTPHTEEGCLSER_"
- ],
- [
- 12228,
- 4,
- 21,
- 6,
- 0.2851,
- "_TTGTPPDSSLVTYELHSRPEQDK_"
- ],
- [
- 6639,
- 3,
- 13,
- 3,
- 0.17113,
- "_LMHLTSEELNPNPDK_"
- ],
- [
- 2685,
- 3,
- 19,
- 5,
- 0.25662,
- "_KPVVPSVPMASPAPGR_"
- ],
- [
- 45358,
- 2,
- 12,
- 5,
- 0.15689,
- "_SSGQSAQLLSHEPGDPPCLR_"
- ],
- [
- 18167,
- 2,
- 10,
- 5,
- 0.12836,
- "_IHFIEAQDLQGK_"
- ],
- [
- 14405,
- 2,
- 12,
- 2,
- 0.15689,
- "_DNSLVLTPSHIK_"
- ],
- [
- 1598,
- 2,
- 9,
- 3,
- 0.11411,
- "_MFQDIGVSK_"
- ],
- [
- 16251,
- 2,
- 10,
- 6,
- 0.12836,
- "_YLIPNATQPESK_"
- ],
- [
- 18460,
- 2,
- 11,
- 5,
- 0.14262,
- "_TVPSTPTLVVPHR_"
- ],
- [
- 3349,
- 3,
- 12,
- 3,
- 0.15689,
- "_GQPLPDHLQMAVQGK_"
- ],
- [
- 27153,
- 3,
- 10,
- 4,
- 0.12836,
- "_QVTSNSLSGTQEDGLDDPRLEK_"
- ],
- [
- 8949,
- 2,
- 16,
- 4,
- 0.21387,
- "_FLLHEPIVNK_"
- ],
- [
- 7486,
- 2,
- 9,
- 4,
- 0.11411,
- "_NIAIQSQFTR_"
- ],
- [
- 34714,
- 2,
- 12,
- 4,
- 0.15689,
- "_SAADAEGYLAHPVNAYK_"
- ],
- [
- 15022,
- 3,
- 17,
- 6,
- 0.22813,
- "_RFDAERPVDCSVIVVNK_"
- ],
- [
- 11674,
- 3,
- 6,
- 2,
- 0.071309,
- "_VASGSDLHLTDIDSDSNR_"
- ],
- [
- 9497,
- 2,
- 12,
- 5,
- 0.15689,
- "_RLDYITAEIK_"
- ],
- [
- 20596,
- 3,
- 11,
- 5,
- 0.14262,
- "_MDDPTVNWSNERYEECK_"
- ],
- [
- 49839,
- 2,
- 7,
- 3,
- 0.085581,
- "_NETHAEVLEQQNELCPYESK_"
- ],
- [
- 31202,
- 2,
- 18,
- 4,
- 0.2424,
- "_GDSGAAPDVDDKLCLR_"
- ],
- [
- 18786,
- 2,
- 11,
- 5,
- 0.14262,
- "_DFGEEHPFYDR_"
- ],
- [
- 19870,
- 3,
- 18,
- 5,
- 0.2424,
- "_QAHLCVLASNCDEPM(Oxidation (M))YVK_"
- ],
- [
- 8426,
- 2,
- 6,
- 3,
- 0.071309,
- "_LQQIAAALENK_"
- ],
- [
- 10582,
- 2,
- 18,
- 6,
- 0.2424,
- "_IEVEKPFAIAK_"
- ],
- [
- 11700,
- 2,
- 7,
- 2,
- 0.085581,
- "_VTCDQTYLLR_"
- ],
- [
- 11326,
- 2,
- 11,
- 5,
- 0.14262,
- "_LGLGTAYIHGMK_"
- ],
- [
- 2326,
- 2,
- 18,
- 6,
- 0.2424,
- "_DYFEQYGK_"
- ],
- [
- 18891,
- 3,
- 30,
- 6,
- 0.41331,
- "_HTFSGVASVESSSGEAFHVGK_"
- ],
- [
- 36905,
- 2,
- 16,
- 3,
- 0.21387,
- "_NDMDEPPSGDFGGDEEK_"
- ],
- [
- 4260,
- 2,
- 11,
- 2,
- 0.14262,
- "_AMSGLEGPLTK_"
- ],
- [
- 10487,
- 3,
- 13,
- 6,
- 0.17118,
- "_SHLLDCCPHDILAGTR_"
- ],
- [
- 21192,
- 2,
- 13,
- 4,
- 0.17118,
- "_STGSIVGQQPFGGAR_"
- ],
- [
- 43260,
- 2,
- 13,
- 4,
- 0.17118,
- "_LHEQLTESEQAAQCYIK_"
- ],
- [
- 7883,
- 2,
- 8,
- 2,
- 0.099838,
- "_IETQDIQALR_"
- ],
- [
- 1097,
- 2,
- 15,
- 2,
- 0.19965,
- "_EEVMVLER_"
- ],
- [
- 10133,
- 2,
- 24,
- 6,
- 0.32785,
- "_MVNHFIAEFK_"
- ],
- [
- 47570,
- 3,
- 8,
- 5,
- 0.099838,
- "_DEPAESPSETPGPRPAGPAGDEPAESPSETPGPR_"
- ],
- [
- 28048,
- 2,
- 13,
- 3,
- 0.17118,
- "_NDSVIVADQTPTPTR_"
- ],
- [
- 19172,
- 4,
- 8,
- 4,
- 0.099838,
- "_STVAVNMNDLGSQPHEDREPVDPTTK_"
- ],
- [
- 11420,
- 2,
- 15,
- 5,
- 0.19965,
- "_LSEIDVSSEGVK_"
- ],
- [
- 42739,
- 3,
- 22,
- 8,
- 0.29938,
- "_GPPQEEEEEEDEEEEATKEDAEAPGIR_"
- ],
- [
- 40705,
- 3,
- 13,
- 5,
- 0.17118,
- "_AAKPGPAEAPSPTASPSGDASPPATAPYDPR_"
- ],
- [
- 584,
- 2,
- 13,
- 3,
- 0.17118,
- "_QIVSEMLR_"
- ],
- [
- 26639,
- 3,
- 9,
- 2,
- 0.11411,
- "_AKLDNLDEEWATEHACQVSR_"
- ],
- [
- 19391,
- 3,
- 14,
- 6,
- 0.18541,
- "_SSGQSAQLLSHEPGDPPCLR_"
- ],
- [
- 21108,
- 3,
- 9,
- 5,
- 0.11411,
- "_GSPNFTPGEHCEEHVAFFK_"
- ],
- [
- 17103,
- 2,
- 14,
- 3,
- 0.18544,
- "_FFYSDQNVDSR_"
- ],
- [
- 27546,
- 2,
- 10,
- 2,
- 0.12837,
- "_HCSLQAVPEEIYR_"
- ],
- [
- 17432,
- 2,
- 8,
- 3,
- 0.099845,
- "_VSDGLQASPPATLK_"
- ],
- [
- 5415,
- 2,
- 11,
- 3,
- 0.14262,
- "_SGLQVEDLDR_"
- ],
- [
- 16622,
- 2,
- 20,
- 3,
- 0.27092,
- "_TALPAQSAATLPAR_"
- ],
- [
- 10247,
- 2,
- 8,
- 4,
- 0.099845,
- "_MGEEICACIR_"
- ],
- [
- 47380,
- 2,
- 14,
- 4,
- 0.18544,
- "_LHISPSNMTNQNTPEYMEK_"
- ],
- [
- 25635,
- 4,
- 18,
- 6,
- 0.24239,
- "_VTVDTGVIPASEEKAETPTAAEDDNEGDKK_"
- ],
- [
- 23432,
- 2,
- 12,
- 4,
- 0.15689,
- "_AIQDHLLEVEQSK_"
- ],
- [
- 3527,
- 2,
- 15,
- 3,
- 0.19968,
- "_YGVSGYPTLK_"
- ],
- [
- 8681,
- 3,
- 15,
- 5,
- 0.19968,
- "_SPWVCLTCSSVHCGR_"
- ],
- [
- 3897,
- 2,
- 19,
- 5,
- 0.25667,
- "_LEILQIHTK_"
- ],
- [
- 11516,
- 2,
- 6,
- 3,
- 0.071336,
- "_DLHPDLEGQLK_"
- ],
- [
- 30526,
- 3,
- 12,
- 6,
- 0.15689,
- "_ELDAISTNEEEKEENEAESDVK_"
- ],
- [
- 17548,
- 3,
- 12,
- 2,
- 0.15689,
- "_VLQYHKPVQASYFETLR_"
- ],
- [
- 14778,
- 2,
- 11,
- 3,
- 0.14262,
- "_FQQVPTDALANK_"
- ],
- [
- 5605,
- 2,
- 16,
- 4,
- 0.21391,
- "_VVFVFGPDKK_"
- ],
- [
- 25589,
- 3,
- 7,
- 3,
- 0.085573,
- "_VVDFGSATYDDEHHSTLVSTR_"
- ],
- [
- 33887,
- 2,
- 17,
- 3,
- 0.22814,
- "_SSSVGSSSSYPISPAVSR_"
- ],
- [
- 8356,
- 4,
- 17,
- 7,
- 0.22814,
- "_LTVNYEQCASGVHGPEGFHYK_"
- ],
- [
- 34025,
- 3,
- 9,
- 2,
- 0.1141,
- "_APSTSPSFEGTQETYTVAHEENVR_"
- ],
- [
- 40257,
- 2,
- 9,
- 4,
- 0.1141,
- "_IIYSHFTCATDTENIR_"
- ],
- [
- 37060,
- 2,
- 10,
- 6,
- 0.12837,
- "_NTYGTGCFLLCNTGHK_"
- ],
- [
- 17891,
- 3,
- 23,
- 4,
- 0.31365,
- "_NPSTVEAFDLAQSNSEHSR_"
- ],
- [
- 14784,
- 2,
- 10,
- 4,
- 0.12837,
- "_TVENIKDPLFR_"
- ],
- [
- 5907,
- 2,
- 18,
- 5,
- 0.24239,
- "_KQTALVELLK_"
- ],
- [
- 25687,
- 2,
- 7,
- 3,
- 0.085573,
- "_LLETQEQEIEDGR_"
- ],
- [
- 9524,
- 2,
- 16,
- 6,
- 0.21391,
- "_QLICDPSYVK_"
- ],
- [
- 10681,
- 3,
- 16,
- 8,
- 0.21391,
- "_FCFTPHTEEGCLSER_"
- ],
- [
- 36887,
- 2,
- 10,
- 3,
- 0.12837,
- "_YSHLQPGDHLTDITLK_"
- ],
- [
- 47901,
- 2,
- 14,
- 5,
- 0.18544,
- "_AAGDTTVIENSDVSPETESSEK_"
- ],
- [
- 5774,
- 2,
- 11,
- 3,
- 0.14262,
- "_ATLEVILRPK_"
- ],
- [
- 27093,
- 3,
- 11,
- 3,
- 0.14262,
- "_KPYPEDPAVYKPLSQEELQR_"
- ],
- [
- 36992,
- 2,
- 14,
- 5,
- 0.18544,
- "_SAVQKPPSTGSAPAIESVD_"
- ],
- [
- 33990,
- 2,
- 14,
- 6,
- 0.18544,
- "_NHVCQYYIYELQK_"
- ],
- [
- 50032,
- 2,
- 16,
- 7,
- 0.21391,
- "_ALASGTEASSTDPGAPGGPGGAEGPMAK_"
- ],
- [
- 15304,
- 2,
- 11,
- 4,
- 0.14262,
- "_QLVEQVEQIQK_"
- ],
- [
- 15265,
- 3,
- 12,
- 6,
- 0.15686,
- "_KIFVGGIKEDTEEYNLR_"
- ],
- [
- 5891,
- 2,
- 12,
- 5,
- 0.15686,
- "_KWNLDELPK_"
- ],
- [
- 3978,
- 3,
- 9,
- 2,
- 0.11408,
- "_NCIPQYTLGHWQK_"
- ],
- [
- 28099,
- 2,
- 10,
- 2,
- 0.12834,
- "_IFHTVTTTDDPVIR_"
- ],
- [
- 7076,
- 2,
- 11,
- 5,
- 0.14261,
- "_TGPNLHGLFGR_"
- ],
- [
- 16979,
- 2,
- 12,
- 4,
- 0.15686,
- "_IMQQETSVPTLK_"
- ],
- [
- 36435,
- 2,
- 11,
- 5,
- 0.14261,
- "_VYNENLVHMIEHAQK_"
- ],
- [
- 11031,
- 2,
- 13,
- 2,
- 0.17112,
- "_FDDAVVQSDMK_"
- ],
- [
- 32491,
- 2,
- 9,
- 5,
- 0.11408,
- "_EFGGGHIKDEVFGTVK_"
- ],
- [
- 36678,
- 2,
- 13,
- 6,
- 0.17112,
- "_VKEPSVQEATSTSDILK_"
- ],
- [
- 19522,
- 3,
- 13,
- 5,
- 0.17112,
- "_EATSVHDLNDKLENEIANK_"
- ],
- [
- 19975,
- 2,
- 12,
- 5,
- 0.15686,
- "_NSSVPLAEHLQIK_"
- ],
- [
- 13743,
- 2,
- 15,
- 4,
- 0.19968,
- "_TIYAGNALCTVK_"
- ],
- [
- 8940,
- 4,
- 19,
- 8,
- 0.25663,
- "_IKPHLMSQELPEDWDKQPVK_"
- ],
- [
- 15881,
- 2,
- 20,
- 2,
- 0.2709,
- "_LVEGPPPPPEPPK_"
- ],
- [
- 5657,
- 2,
- 20,
- 5,
- 0.2709,
- "_ESYSVYVYK_"
- ],
- [
- 3879,
- 2,
- 19,
- 3,
- 0.25663,
- "_SDVDLYQVR_"
- ],
- [
- 5202,
- 2,
- 14,
- 4,
- 0.1854,
- "_EVLPALENNK_"
- ],
- [
- 12819,
- 2,
- 19,
- 5,
- 0.25663,
- "_NLVPGESVYGEK_"
- ],
- [
- 9484,
- 3,
- 14,
- 6,
- 0.1854,
- "_VKEPSVQEATSTSDILK_"
- ],
- [
- 5067,
- 2,
- 19,
- 5,
- 0.25663,
- "_STLTDSLVCK_"
- ],
- [
- 1794,
- 2,
- 14,
- 3,
- 0.1854,
- "_TPELTWER_"
- ],
- [
- 8509,
- 2,
- 18,
- 5,
- 0.24238,
- "_YMQAVIQYGK_"
- ],
- [
- 12906,
- 2,
- 13,
- 3,
- 0.17112,
- "_EVEVEVESMDK_"
- ],
- [
- 6934,
- 2,
- 14,
- 3,
- 0.1854,
- "_DVTLHQALLR_"
- ],
- [
- 27611,
- 3,
- 16,
- 8,
- 0.21391,
- "_PGQFIHTNWTGHGGTVSSSSYNA_"
- ],
- [
- 41979,
- 2,
- 15,
- 7,
- 0.19968,
- "_LQQVLQMESHIQSTSDR_"
- ],
- [
- 6613,
- 2,
- 15,
- 3,
- 0.19968,
- "_NLQEVLGEEK_"
- ],
- [
- 9277,
- 3,
- 16,
- 5,
- 0.21391,
- "_VYNENLVHMIEHAQK_"
- ],
- [
- 1025,
- 3,
- 16,
- 5,
- 0.21391,
- "_YKLPVHTEISWK_"
- ],
- [
- 32978,
- 2,
- 13,
- 6,
- 0.17108,
- "_PGGLGSSSLYGLGASRPR_"
- ],
- [
- 11661,
- 3,
- 17,
- 6,
- 0.22814,
- "_KILDSVGIEADDDRLNK_"
- ],
- [
- 23044,
- 2,
- 12,
- 4,
- 0.15684,
- "_KLESILAQDQDLK_"
- ],
- [
- 21972,
- 2,
- 16,
- 4,
- 0.21391,
- "_GVAINFVTEEDKR_"
- ],
- [
- 3709,
- 2,
- 15,
- 5,
- 0.19962,
- "_LLPDDPYEK_"
- ],
- [
- 10057,
- 2,
- 10,
- 2,
- 0.12831,
- "_SGSTAVGVMISPK_"
- ],
- [
- 38095,
- 2,
- 18,
- 6,
- 0.24238,
- "_TPQVIGVMQSQNSSAGNR_"
- ],
- [
- 18919,
- 2,
- 10,
- 3,
- 0.12831,
- "_GIVQSIVGQGYHR_"
- ],
- [
- 7117,
- 3,
- 13,
- 5,
- 0.17108,
- "_LSHEGPGSELPAGALYR_"
- ],
- [
- 5557,
- 3,
- 10,
- 5,
- 0.12831,
- "_VAVEYLDPSPEVQKK_"
- ],
- [
- 32025,
- 2,
- 12,
- 3,
- 0.15684,
- "_GNIETTSEDGQVFSPK_"
- ],
- [
- 13492,
- 2,
- 12,
- 2,
- 0.15684,
- "_EFDELNPSAQR_"
- ],
- [
- 6704,
- 2,
- 12,
- 3,
- 0.15684,
- "_DSPCQLEALK_"
- ],
- [
- 6507,
- 2,
- 11,
- 2,
- 0.14256,
- "_LGLPGDEVDNK_"
- ],
- [
- 26489,
- 2,
- 11,
- 5,
- 0.14256,
- "_DVEEEKFPTQLSR_"
- ],
- [
- 44553,
- 2,
- 11,
- 7,
- 0.14256,
- "_AELEQHLEQEQEFQVNK_"
- ],
- [
- 20952,
- 2,
- 17,
- 5,
- 0.22814,
- "_AIYVEYGYHITK_"
- ],
- [
- 14638,
- 2,
- 10,
- 4,
- 0.12831,
- "_EVYALLYSDKK_"
- ],
- [
- 32722,
- 3,
- 12,
- 6,
- 0.15684,
- "_YMDVPENNQHGYEAGSVALHVEK_"
- ],
- [
- 19121,
- 3,
- 10,
- 5,
- 0.12831,
- "_NAAMGLEEETHAHYIDVAR_"
- ],
- [
- 13712,
- 4,
- 14,
- 7,
- 0.18535,
- "_IAVDEVHCCSQWGHDFRPDYK_"
- ],
- [
- 19837,
- 2,
- 8,
- 5,
- 0.099798,
- "_AMMYSGELKFEK_"
- ],
- [
- 20765,
- 2,
- 8,
- 3,
- 0.099798,
- "_QTEVLLQPNPSAR_"
- ],
- [
- 9876,
- 2,
- 14,
- 6,
- 0.18535,
- "_WIDNPTVDDR_"
- ],
- [
- 11409,
- 2,
- 14,
- 6,
- 0.18535,
- "_AMNVLTEAEER_"
- ],
- [
- 7297,
- 2,
- 14,
- 3,
- 0.18535,
- "_LHYDILEDR_"
- ],
- [
- 3991,
- 2,
- 14,
- 5,
- 0.18535,
- "_MDDPDYWR_"
- ],
- [
- 4346,
- 3,
- 8,
- 3,
- 0.099798,
- "_LEVHVSLHQDLVNR_"
- ],
- [
- 14879,
- 3,
- 15,
- 4,
- 0.19962,
- "_LQQVLQMESHIQSTSDR_"
- ],
- [
- 27783,
- 2,
- 9,
- 3,
- 0.11404,
- "_SSVPASDDAYPEIEK_"
- ],
- [
- 8193,
- 3,
- 8,
- 3,
- 0.099798,
- "_NCVLLSRPEISTDER_"
- ],
- [
- 14736,
- 2,
- 9,
- 4,
- 0.11404,
- "_DLYIRPNIAQK_"
- ],
- [
- 14403,
- 2,
- 6,
- 2,
- 0.071289,
- "_DGNLHEGDIILK_"
- ],
- [
- 23216,
- 2,
- 6,
- 3,
- 0.071289,
- "_TMLDFPQHVSSDK_"
- ],
- [
- 21939,
- 4,
- 15,
- 5,
- 0.19962,
- "_VCYYYDGDIGNYYYGQGHPMKPHR_"
- ],
- [
- 9963,
- 2,
- 9,
- 4,
- 0.11404,
- "_SLVQGELVTASK_"
- ],
- [
- 22347,
- 3,
- 11,
- 4,
- 0.14258,
- "_PLSSQPQAIVTEDKTDISSGR_"
- ],
- [
- 8348,
- 2,
- 7,
- 4,
- 0.085567,
- "_REPLSLINVR_"
- ],
- [
- 7692,
- 2,
- 9,
- 3,
- 0.11408,
- "_TSEVYVWGGGK_"
- ],
- [
- 34854,
- 2,
- 28,
- 6,
- 0.38485,
- "_TDYNASVSVPDSSGPER_"
- ],
- [
- 2161,
- 2,
- 8,
- 2,
- 0.099795,
- "_VLLDNVENK_"
- ],
- [
- 8903,
- 2,
- 9,
- 4,
- 0.11408,
- "_SLEGTEAQVFK_"
- ],
- [
- 26879,
- 4,
- 12,
- 7,
- 0.15684,
- "_KDKDDDGGEDDDANCNLICGDEYGPETR_"
- ],
- [
- 40700,
- 2,
- 10,
- 4,
- 0.12831,
- "_NSASVQNSSVAVLSVNHIK_"
- ],
- [
- 7001,
- 2,
- 12,
- 3,
- 0.15684,
- "_DYAFVHMER_"
- ],
- [
- 5755,
- 3,
- 10,
- 5,
- 0.12831,
- "_ELHVQNVHMYLPTK_"
- ],
- [
- 31770,
- 2,
- 11,
- 5,
- 0.14258,
- "_VAVEYLDPSPEVQKK_"
- ],
- [
- 2245,
- 3,
- 9,
- 2,
- 0.11408,
- "_GLALNDCHAEIISR_"
- ],
- [
- 13588,
- 2,
- 12,
- 2,
- 0.15684,
- "_SSQESIVCELR_"
- ],
- [
- 34037,
- 2,
- 12,
- 3,
- 0.15684,
- "_MQDAENVAVPEAAEER_"
- ],
- [
- 7041,
- 2,
- 11,
- 5,
- 0.14258,
- "_LGTPQQIAIAR_"
- ],
- [
- 13500,
- 2,
- 9,
- 2,
- 0.11408,
- "_QQLAPYSDDLR_"
- ],
- [
- 40186,
- 2,
- 7,
- 4,
- 0.085567,
- "_VALVTFNSAAHNKPSLIR_"
- ],
- [
- 10433,
- 2,
- 11,
- 3,
- 0.14258,
- "_FEEFQNTLSK_"
- ],
- [
- 8987,
- 2,
- 9,
- 4,
- 0.11408,
- "_LATTILQHWK_"
- ],
- [
- 20317,
- 3,
- 21,
- 3,
- 0.28513,
- "_YEIDLDTSDHAHLEHITR_"
- ],
- [
- 7102,
- 4,
- 11,
- 4,
- 0.14258,
- "_MIHTGEKPLQCEICGFTCR_"
- ],
- [
- 11882,
- 2,
- 15,
- 5,
- 0.19963,
- "_TAWVFDDKYK_"
- ],
- [
- 17843,
- 2,
- 13,
- 5,
- 0.17111,
- "_GDKVDILYNNIK_"
- ],
- [
- 1549,
- 2,
- 13,
- 2,
- 0.17111,
- "_LISEIEYR_"
- ],
- [
- 30800,
- 2,
- 13,
- 5,
- 0.17111,
- "_NKQPVTDPLLTPVEK_"
- ],
- [
- 671,
- 2,
- 14,
- 4,
- 0.18536,
- "_ELVELHLK_"
- ],
- [
- 35672,
- 3,
- 13,
- 6,
- 0.17111,
- "_VNPVTSLSENYTCSDSEESSEKDK_"
- ],
- [
- 16594,
- 2,
- 14,
- 4,
- 0.18536,
- "_EANDALNAYVCK_"
- ],
- [
- 13971,
- 3,
- 17,
- 6,
- 0.22818,
- "_ITKPGSIDSNNQLFAPGGR_"
- ],
- [
- 15984,
- 2,
- 16,
- 3,
- 0.2139,
- "_LIAINANDPEASK_"
- ],
- [
- 9619,
- 2,
- 15,
- 4,
- 0.19963,
- "_STIGAYFLKPK_"
- ],
- [
- 24733,
- 2,
- 15,
- 4,
- 0.19963,
- "_EVEIVASSDSSISSK_"
- ],
- [
- 47080,
- 2,
- 15,
- 5,
- 0.19963,
- "_DMGSCEIYPQTIQHNPNGR_"
- ],
- [
- 10604,
- 2,
- 14,
- 6,
- 0.18536,
- "_TDYMVGSYGPR_"
- ],
- [
- 37882,
- 2,
- 9,
- 3,
- 0.11405,
- "_QEQGAENEELHQLWR_"
- ],
- [
- 15062,
- 2,
- 8,
- 5,
- 0.099824,
- "_WTCMEYYER_"
- ],
- [
- 6308,
- 4,
- 12,
- 3,
- 0.15684,
- "_VDNFVANHLATHTWSPHLNK_"
- ],
- [
- 5303,
- 3,
- 9,
- 4,
- 0.11405,
- "_YAMPSSTPLYHNAIK_"
- ],
- [
- 25585,
- 2,
- 12,
- 2,
- 0.15684,
- "_ETTNIFSNCGCVR_"
- ],
- [
- 6047,
- 2,
- 12,
- 6,
- 0.15684,
- "_TGCNVLLIQK_"
- ],
- [
- 17771,
- 2,
- 12,
- 6,
- 0.15684,
- "_QSLEASLAETEGR_"
- ],
- [
- 29361,
- 2,
- 15,
- 5,
- 0.19962,
- "_THFTHSQFIVVSLK_"
- ],
- [
- 22935,
- 2,
- 17,
- 6,
- 0.22816,
- "_QADLYISEGLHPR_"
- ],
- [
- 46438,
- 2,
- 12,
- 3,
- 0.15684,
- "_(Acetyl (Protein N-term))SDEREVAEAATGEDASSPPPK_"
- ],
- [
- 30544,
- 2,
- 12,
- 5,
- 0.15684,
- "_INMNGVNSSNGVVDPR_"
- ],
- [
- 48477,
- 2,
- 12,
- 8,
- 0.15684,
- "_STAPETAIECTQAPAPASEDEK_"
- ],
- [
- 6104,
- 3,
- 15,
- 5,
- 0.19962,
- "_EFGGGHIKDEVFGTVK_"
- ],
- [
- 8176,
- 2,
- 19,
- 5,
- 0.25667,
- "_AGNFYVPAEPK_"
- ],
- [
- 18374,
- 2,
- 15,
- 6,
- 0.19962,
- "_QVTQLAIDTEER_"
- ],
- [
- 1935,
- 2,
- 6,
- 3,
- 0.071261,
- "_LLASADDFGK_"
- ],
- [
- 5689,
- 3,
- 11,
- 3,
- 0.14257,
- "_MTESHLLVTCDCLK_"
- ],
- [
- 35184,
- 2,
- 11,
- 4,
- 0.14257,
- "_NCVLLSRPEISTDER_"
- ],
- [
- 27599,
- 2,
- 10,
- 4,
- 0.12833,
- "_YNHLVYSQIPAAVK_"
- ],
- [
- 11150,
- 2,
- 11,
- 2,
- 0.14257,
- "_LKDISTLEPLK_"
- ],
- [
- 3066,
- 2,
- 8,
- 3,
- 0.099824,
- "_ELVNAVATVR_"
- ],
- [
- 22010,
- 2,
- 9,
- 5,
- 0.11405,
- "_DISQAYYTVYKK_"
- ],
- [
- 5192,
- 2,
- 17,
- 4,
- 0.22816,
- "_EYQELMSVK_"
- ],
- [
- 37348,
- 3,
- 13,
- 6,
- 0.1711,
- "_GGTVADLDEQDEETVTAGGKEDEDPAK_"
- ],
- [
- 19063,
- 2,
- 12,
- 3,
- 0.15684,
- "_ILTTIEDLDQKK_"
- ],
- [
- 27374,
- 2,
- 18,
- 4,
- 0.24244,
- "_GYLGAVKPLAGAAGAPGK_"
- ],
- [
- 34366,
- 3,
- 13,
- 5,
- 0.1711,
- "_LNSGMVSNMEGTAGGERPSVVNGDSGK_"
- ],
- [
- 30200,
- 2,
- 21,
- 6,
- 0.28513,
- "_AAAEDVNVTFEDQQK_"
- ],
- [
- 20518,
- 2,
- 18,
- 5,
- 0.24244,
- "_NHCGIASAASYPTV_"
- ],
- [
- 20278,
- 2,
- 13,
- 5,
- 0.1711,
- "_VSQGQLVVMQPEK_"
- ],
- [
- 9458,
- 3,
- 13,
- 4,
- 0.1711,
- "_KEDSSSGLMNTLLNGHK_"
- ],
- [
- 14820,
- 2,
- 13,
- 5,
- 0.1711,
- "_TDLTQDDFHLK_"
- ],
- [
- 7513,
- 4,
- 18,
- 6,
- 0.24244,
- "_FTMDCVAPTIHVYEHHENR_"
- ],
- [
- 29270,
- 3,
- 13,
- 5,
- 0.1711,
- "_KAPAGQEEPGTPPSSPLSAEQLDR_"
- ],
- [
- 29095,
- 2,
- 13,
- 3,
- 0.1711,
- "_GHVEPGEDDLETALR_"
- ],
- [
- 12857,
- 3,
- 14,
- 5,
- 0.1854,
- "_VALVTFNSAAHNKPSLIR_"
- ],
- [
- 27916,
- 2,
- 8,
- 3,
- 0.099836,
- "_MGVASTEEETQAVMK_"
- ],
- [
- 24020,
- 2,
- 9,
- 4,
- 0.11412,
- "_DAYSGGAVNLYHVR_"
- ],
- [
- 6389,
- 2,
- 26,
- 3,
- 0.35645,
- "_EYQELMNVK_"
- ],
- [
- 34422,
- 2,
- 33,
- 4,
- 0.45613,
- "_DREVGIPPEQSLETAK_"
- ],
- [
- 16363,
- 3,
- 12,
- 5,
- 0.15687,
- "_ASEAEAPDKHGSASFVSLLK_"
- ],
- [
- 13637,
- 2,
- 9,
- 4,
- 0.11412,
- "_FHCDPTFWAK_"
- ],
- [
- 24065,
- 2,
- 12,
- 4,
- 0.15687,
- "_ILVQGCHAAAELIK_"
- ],
- [
- 2717,
- 3,
- 16,
- 7,
- 0.21391,
- "_LDFLRPYTVPNKK_"
- ],
- [
- 40399,
- 4,
- 8,
- 5,
- 0.099836,
- "_GSSPQNTTTPKPSVEGQQPAAAAACEPVDHAQSESILK_"
- ],
- [
- 2955,
- 2,
- 16,
- 4,
- 0.21391,
- "_TSGSVYITLK_"
- ],
- [
- 41621,
- 2,
- 15,
- 6,
- 0.19967,
- "_GKEDEGEEAASPMLQIQR_"
- ],
- [
- 39996,
- 2,
- 11,
- 4,
- 0.14263,
- "_IIKPLQYQSTVASGTVAR_"
- ],
- [
- 38821,
- 2,
- 11,
- 3,
- 0.14263,
- "_PINPTSQIVTTSQPQQR_"
- ],
- [
- 23457,
- 2,
- 11,
- 5,
- 0.14263,
- "_DTYLVHLTCSSSK_"
- ],
- [
- 30737,
- 3,
- 17,
- 5,
- 0.22818,
- "_QTAISQPASGNTFSHHSMVSMLGK_"
- ],
- [
- 34669,
- 2,
- 11,
- 4,
- 0.14263,
- "_EVNEGIQALSNSEEEK_"
- ],
- [
- 39460,
- 2,
- 6,
- 2,
- 0.071294,
- "_HEMPPHIYAITDTAYR_"
- ],
- [
- 11803,
- 3,
- 11,
- 5,
- 0.14263,
- "_IEFLQSHENQEIYQK_"
- ],
- [
- 37468,
- 2,
- 11,
- 3,
- 0.14263,
- "_ALQDMSSTAPPAPQPSTR_"
- ],
- [
- 12996,
- 3,
- 11,
- 5,
- 0.14263,
- "_IHQHILPQGQGMLSGIGR_"
- ],
- [
- 35907,
- 2,
- 10,
- 3,
- 0.12835,
- "_HLLSGGTWTQAGQGQLR_"
- ],
- [
- 22596,
- 2,
- 11,
- 4,
- 0.14263,
- "_DGTCTLQDCMYK_"
- ],
- [
- 18166,
- 2,
- 7,
- 4,
- 0.085558,
- "_KEFSPFGSITSAK_"
- ],
- [
- 7528,
- 2,
- 10,
- 3,
- 0.12835,
- "_RGVFPDNFVK_"
- ],
- [
- 21318,
- 2,
- 10,
- 4,
- 0.12835,
- "_LGEMWNNTAADDK_"
- ],
- [
- 16763,
- 2,
- 7,
- 2,
- 0.085558,
- "_NAEAVLQSPGLSGK_"
- ],
- [
- 7826,
- 2,
- 13,
- 3,
- 0.17114,
- "_EPNLEPMVEK_"
- ],
- [
- 39158,
- 2,
- 12,
- 6,
- 0.15687,
- "_IEFLQSHENQEIYQK_"
- ],
- [
- 40218,
- 2,
- 15,
- 5,
- 0.19967,
- "_ETDYPAGEDLSESGQVDK_"
- ],
- [
- 25308,
- 2,
- 14,
- 4,
- 0.1854,
- "_GAPSSPATGVLPSPQGK_"
- ],
- [
- 39072,
- 2,
- 5,
- 2,
- 0.057055,
- "_QSEELQSVQAQEGALGTK_"
- ],
- [
- 23792,
- 2,
- 13,
- 4,
- 0.17114,
- "_IGITNHDEYSLVR_"
- ],
- [
- 26182,
- 2,
- 13,
- 4,
- 0.17114,
- "_LIETTANMNSSYVK_"
- ],
- [
- 18587,
- 2,
- 9,
- 2,
- 0.11412,
- "_DVNLASCAADGSVK_"
- ],
- [
- 21762,
- 2,
- 9,
- 4,
- 0.11412,
- "_VEGPGSLGLEESGSR_"
- ],
- [
- 18216,
- 3,
- 13,
- 5,
- 0.17114,
- "_AELEQHLEQEQEFQVNK_"
- ],
- [
- 27667,
- 2,
- 16,
- 4,
- 0.21391,
- "_LAETQEEISAEVSAK_"
- ],
- [
- 6763,
- 2,
- 13,
- 5,
- 0.17114,
- "_HPFPGPGLAIR_"
- ],
- [
- 23119,
- 2,
- 7,
- 3,
- 0.085558,
- "_SLESNPEQLQAMR_"
- ],
- [
- 17406,
- 3,
- 8,
- 2,
- 0.099836,
- "_DLDDIEDENEQLKQENK_"
- ],
- [
- 10140,
- 3,
- 13,
- 4,
- 0.17114,
- "_LEVQFIITGTNHHSEK_"
- ],
- [
- 15995,
- 2,
- 13,
- 5,
- 0.17114,
- "_GIVGVENVAELKK_"
- ],
- [
- 21675,
- 2,
- 10,
- 4,
- 0.12835,
- "_LQMTIENMNHLK_"
- ],
- [
- 4574,
- 2,
- 16,
- 5,
- 0.21391,
- "_QDIAFAYQR_"
- ],
- [
- 32700,
- 2,
- 6,
- 4,
- 0.071294,
- "_CLENAHLAQALEAER_"
- ],
- [
- 9649,
- 3,
- 18,
- 7,
- 0.24245,
- "_YSHLQPGDHLTDITLK_"
- ],
- [
- 3908,
- 3,
- 13,
- 5,
- 0.17111,
- "_YIYDSAFHPDTGEK_"
- ],
- [
- 932,
- 4,
- 11,
- 7,
- 0.14259,
- "_INMAHLCIVGSHAVNGVAK_"
- ],
- [
- 31329,
- 3,
- 11,
- 5,
- 0.14259,
- "_IKDDGPSQSESATETAMTLPSESR_"
- ],
- [
- 11193,
- 2,
- 12,
- 3,
- 0.15687,
- "_(Acetyl (Protein N-term))SASSLLEQRPK_"
- ],
- [
- 23511,
- 2,
- 15,
- 4,
- 0.19964,
- "_EISEGDEVEVYSR_"
- ],
- [
- 3791,
- 3,
- 15,
- 4,
- 0.19964,
- "_GHVEPGEDDLETALR_"
- ],
- [
- 716,
- 2,
- 14,
- 4,
- 0.18538,
- "_AFFSEVER_"
- ],
- [
- 27805,
- 2,
- 16,
- 4,
- 0.21391,
- "_SLTTSQYLMHEVAK_"
- ],
- [
- 3299,
- 3,
- 11,
- 4,
- 0.14259,
- "_KIFVGGLSPDTPEEK_"
- ],
- [
- 26097,
- 2,
- 11,
- 2,
- 0.14259,
- "_GLALNDCHAEIISR_"
- ],
- [
- 33551,
- 2,
- 15,
- 6,
- 0.19964,
- "_LSQVSDSVSGQTVVDPK_"
- ],
- [
- 18710,
- 2,
- 9,
- 4,
- 0.12836,
- "_LENCNYAVELGK_"
- ],
- [
- 31612,
- 3,
- 13,
- 5,
- 0.17111,
- "_FVAEQVSHHPPVSGFYAECTER_"
- ],
- [
- 3156,
- 4,
- 7,
- 5,
- 0.085534,
- "_KPPARPSAAAAAIAVAAAEEER_"
- ],
- [
- 3313,
- 2,
- 10,
- 2,
- 0.12836,
- "_ENIGSVFGQK_"
- ],
- [
- 14893,
- 2,
- 8,
- 4,
- 0.099798,
- "_GREEINFVEIK_"
- ],
- [
- 30103,
- 2,
- 19,
- 3,
- 0.25669,
- "_SEADSDKNATILELR_"
- ],
- [
- 12106,
- 2,
- 14,
- 2,
- 0.18538,
- "_LSSTWEGIQAGK_"
- ],
- [
- 38187,
- 2,
- 14,
- 4,
- 0.18538,
- "_SGLNEDQAMMQDCYSK_"
- ],
- [
- 4659,
- 2,
- 16,
- 3,
- 0.21391,
- "_ICIVGPNGVGK_"
- ],
- [
- 24171,
- 2,
- 14,
- 5,
- 0.18538,
- "_NGSEADIDEGLYSR_"
- ],
- [
- 35931,
- 2,
- 12,
- 4,
- 0.15687,
- "_NVLGHMQQGGAPSPFDR_"
- ],
- [
- 6152,
- 4,
- 9,
- 4,
- 0.11408,
- "_GFYLNQSTAYHFNPKPASPR_"
- ],
- [
- 6927,
- 2,
- 9,
- 3,
- 0.11408,
- "_DLEIQALHAR_"
- ],
- [
- 17306,
- 3,
- 12,
- 4,
- 0.15687,
- "_SNAYHFPDEPYKDGYIR_"
- ],
- [
- 5966,
- 3,
- 13,
- 2,
- 0.17111,
- "_NHMHFGAITCAMGIR_"
- ],
- [
- 4778,
- 2,
- 13,
- 4,
- 0.17111,
- "_SYTMDDAWK_"
- ],
- [
- 37071,
- 2,
- 9,
- 3,
- 0.11408,
- "_SALCNADSPKDPVLPMK_"
- ],
- [
- 2719,
- 2,
- 13,
- 3,
- 0.17111,
- "_ESYYQLMK_"
- ],
- [
- 13231,
- 3,
- 9,
- 3,
- 0.11408,
- "_QTKPEFDQVLQGTAASTK_"
- ],
- [
- 190,
- 2,
- 15,
- 5,
- 0.19964,
- "_DYLIDGSR_"
- ],
- [
- 7946,
- 2,
- 11,
- 2,
- 0.14259,
- "_RVLDELTLTK_"
- ],
- [
- 16902,
- 2,
- 8,
- 4,
- 0.099798,
- "_YYSEEAEVDLR_"
- ],
- [
- 31240,
- 2,
- 9,
- 3,
- 0.11408,
- "_DQREEELGEYYMK_"
- ],
- [
- 16745,
- 2,
- 12,
- 2,
- 0.15687,
- "_QFEDELHPDLK_"
- ],
- [
- 22046,
- 2,
- 13,
- 6,
- 0.17111,
- "_DLDELSRYPEDK_"
- ],
- [
- 32876,
- 2,
- 10,
- 2,
- 0.1283,
- "_SPDSEEGNDMVFCDK_"
- ],
- [
- 49943,
- 2,
- 8,
- 4,
- 0.099757,
- "_SHLMSLYSACSSEVPHGPVDQK_"
- ],
- [
- 16161,
- 4,
- 6,
- 2,
- 0.071295,
- "_CLSPGGHPTYRPAYLLENEEEER_"
- ],
- [
- 1978,
- 3,
- 11,
- 5,
- 0.14258,
- "_CTTDHISAAGPWLK_"
- ],
- [
- 2842,
- 2,
- 9,
- 3,
- 0.11402,
- "_GYCYVEFK_"
- ],
- [
- 5212,
- 3,
- 11,
- 3,
- 0.14258,
- "_DQREEELGEYYMK_"
- ],
- [
- 17581,
- 2,
- 12,
- 2,
- 0.15681,
- "_GSLAADKVVEEIR_"
- ],
- [
- 29421,
- 2,
- 11,
- 2,
- 0.14258,
- "_MHEDINEEWISDK_"
- ],
- [
- 4722,
- 3,
- 9,
- 3,
- 0.11402,
- "_IESYWTYEVCHGK_"
- ],
- [
- 44934,
- 2,
- 12,
- 3,
- 0.15681,
- "_TEPETPGPSCLSQEGQTAVK_"
- ],
- [
- 33113,
- 2,
- 8,
- 3,
- 0.099757,
- "_EHQPFSLQCEAVYK_"
- ],
- [
- 9812,
- 3,
- 12,
- 4,
- 0.15681,
- "_SALCNADSPKDPVLPMK_"
- ],
- [
- 5242,
- 2,
- 8,
- 3,
- 0.099757,
- "_WAVIQGQAVR_"
- ],
- [
- 1029,
- 4,
- 11,
- 6,
- 0.14258,
- "_FGFVDAQKEDMPPEHVR_"
- ],
- [
- 20990,
- 3,
- 11,
- 6,
- 0.14258,
- "_AMAHCGSQEALIVGGVGCNVR_"
- ],
- [
- 39196,
- 2,
- 9,
- 5,
- 0.11402,
- "_AVVAGIQQAHAEQLANMR_"
- ],
- [
- 10011,
- 2,
- 6,
- 3,
- 0.071295,
- "_QDLEVVSSTVR_"
- ],
- [
- 13324,
- 3,
- 10,
- 6,
- 0.1283,
- "_EKLIAPVAEEEATVPNNK_"
- ],
- [
- 29870,
- 2,
- 11,
- 5,
- 0.14258,
- "_QALEALPQLSSGADKK_"
- ],
- [
- 16237,
- 2,
- 10,
- 5,
- 0.1283,
- "_NQMLIEEEVQK_"
- ],
- [
- 32321,
- 2,
- 12,
- 2,
- 0.15681,
- "_NHMHFGAITCAMGIR_"
- ],
- [
- 41881,
- 2,
- 12,
- 4,
- 0.15681,
- "_GYPHLCSICDLPVHSNK_"
- ],
- [
- 20665,
- 2,
- 11,
- 3,
- 0.14258,
- "_DVIATDKEDVAFK_"
- ],
- [
- 31470,
- 3,
- 11,
- 3,
- 0.14258,
- "_LYQPEYQEVSTEEQREEISGK_"
- ],
- [
- 1605,
- 4,
- 10,
- 4,
- 0.1283,
- "_GPLPPLRPLSSTGYRPSPR_"
- ],
- [
- 12184,
- 2,
- 18,
- 4,
- 0.24238,
- "_QVLEGEEIAYK_"
- ],
- [
- 14950,
- 2,
- 12,
- 3,
- 0.15681,
- "_GKDVFIIQTVSK_"
- ],
- [
- 31162,
- 3,
- 16,
- 6,
- 0.21386,
- "_SKGEQIALNVDGACADETSTYSSK_"
- ],
- [
- 37700,
- 2,
- 14,
- 5,
- 0.18533,
- "_LVPMAAHEASSLYSEEK_"
- ],
- [
- 22608,
- 2,
- 16,
- 6,
- 0.21386,
- "_AVSTCAHLFWSGR_"
- ],
- [
- 12652,
- 3,
- 16,
- 6,
- 0.21386,
- "_IIKPLQYQSTVASGTVAR_"
- ],
- [
- 874,
- 4,
- 18,
- 5,
- 0.24238,
- "_IPEPQKPQLKPPEDIVR_"
- ],
- [
- 21187,
- 2,
- 14,
- 2,
- 0.18533,
- "_KSEIEYYAM(Oxidation (M))LAK_"
- ],
- [
- 3069,
- 2,
- 15,
- 4,
- 0.1996,
- "_IQEILTQVK_"
- ],
- [
- 36920,
- 2,
- 11,
- 4,
- 0.14257,
- "_GQVVTVHLQTSLENGTR_"
- ],
- [
- 6504,
- 2,
- 8,
- 4,
- 0.099789,
- "_YLENYDAIR_"
- ],
- [
- 22712,
- 2,
- 8,
- 5,
- 0.099789,
- "_AQLSPGIYDDTSAR_"
- ],
- [
- 27272,
- 3,
- 21,
- 5,
- 0.28519,
- "_NVLSETPAICPPQNTENQRPK_"
- ],
- [
- 51445,
- 2,
- 19,
- 6,
- 0.25665,
- "_SSSSVTTSETQPCTPSSSDYSDLQR_"
- ],
- [
- 38645,
- 2,
- 12,
- 4,
- 0.15685,
- "_VLQIVTNRDDVQGYAAK_"
- ],
- [
- 39883,
- 2,
- 19,
- 6,
- 0.25665,
- "_INEELESQYQQSMDSK_"
- ],
- [
- 10410,
- 2,
- 12,
- 5,
- 0.15685,
- "_TSLNILIKDPK_"
- ],
- [
- 50299,
- 2,
- 9,
- 3,
- 0.11403,
- "_VNCIQWHQDSGCLYSCSDDK_"
- ],
- [
- 22508,
- 3,
- 24,
- 6,
- 0.32794,
- "_LHISPSNMTNQNTPEYMEK_"
- ],
- [
- 26519,
- 2,
- 12,
- 3,
- 0.15685,
- "_GFNDEGIFMQHQR_"
- ],
- [
- 15095,
- 2,
- 19,
- 6,
- 0.25665,
- "_TKENILEEFSK_"
- ],
- [
- 46460,
- 2,
- 12,
- 6,
- 0.15685,
- "_AMAHCGSQEALIVGGVGCNVR_"
- ],
- [
- 25942,
- 2,
- 11,
- 5,
- 0.14257,
- "_EMGFTNMTEIQHK_"
- ],
- [
- 6458,
- 3,
- 20,
- 4,
- 0.27091,
- "_PGGLGSSSLYGLGASRPR_"
- ],
- [
- 20820,
- 2,
- 17,
- 6,
- 0.22813,
- "_QHQMQLVDSIVR_"
- ],
- [
- 29344,
- 2,
- 20,
- 6,
- 0.27091,
- "_NVTELNEPLSNEER_"
- ],
- [
- 13234,
- 2,
- 20,
- 4,
- 0.27091,
- "_NTAEWLLSHTK_"
- ],
- [
- 19507,
- 2,
- 15,
- 3,
- 0.1996,
- "_LFIVESNSSSSTR_"
- ],
- [
- 8839,
- 3,
- 14,
- 6,
- 0.18536,
- "_NVLGHMQQGGAPSPFDR_"
- ],
- [
- 13944,
- 2,
- 15,
- 5,
- 0.1996,
- "_EVLMDCAHLVK_"
- ],
- [
- 135,
- 4,
- 13,
- 7,
- 0.17108,
- "_FICHVVGITYQHIDR_"
- ],
- [
- 21284,
- 2,
- 14,
- 5,
- 0.18536,
- "_LFYSTFATDDRK_"
- ],
- [
- 26853,
- 2,
- 14,
- 5,
- 0.18536,
- "_AVTELNEPLSNEDR_"
- ],
- [
- 9708,
- 2,
- 13,
- 5,
- 0.17108,
- "_ITLQDVVSHSK_"
- ],
- [
- 33039,
- 2,
- 14,
- 5,
- 0.18536,
- "_TYSTSFTPMYHAVTK_"
- ],
- [
- 18517,
- 2,
- 14,
- 5,
- 0.18536,
- "_YLMEEDEDAYK_"
- ],
- [
- 21872,
- 2,
- 10,
- 3,
- 0.12829,
- "_FLEQQNQVLQTK_"
- ],
- [
- 13772,
- 2,
- 17,
- 5,
- 0.22813,
- "_YGSFFCDCGAK_"
- ],
- [
- 4212,
- 2,
- 13,
- 3,
- 0.17108,
- "_CAAGLAELAAR_"
- ],
- [
- 28189,
- 2,
- 13,
- 4,
- 0.17108,
- "_KIFVGGLSPDTPEEK_"
- ],
- [
- 19347,
- 3,
- 11,
- 6,
- 0.14255,
- "_NNNYSTIWCNDHFIHAK_"
- ],
- [
- 14591,
- 3,
- 17,
- 3,
- 0.22814,
- "_INMAHLCIVGSHAVNGVAK_"
- ],
- [
- 5748,
- 2,
- 17,
- 5,
- 0.22814,
- "_EVCFTIENK_"
- ],
- [
- 9733,
- 2,
- 13,
- 2,
- 0.17112,
- "_FMETATESLAK_"
- ],
- [
- 29532,
- 3,
- 11,
- 7,
- 0.14255,
- "_VNCIQWHQDSGCLYSCSDDK_"
- ],
- [
- 30830,
- 2,
- 4,
- 2,
- 0.042756,
- "_LLQSHNLYFGSNMR_"
- ],
- [
- 22475,
- 2,
- 14,
- 4,
- 0.18535,
- "_SGKWEGLVYAPPGK_"
- ],
- [
- 27928,
- 2,
- 7,
- 4,
- 0.08555,
- "_KYEEALMAAEISQK_"
- ],
- [
- 27757,
- 2,
- 10,
- 4,
- 0.12829,
- "_SNVLTGLQDSSTDNR_"
- ],
- [
- 14600,
- 2,
- 10,
- 3,
- 0.12829,
- "_LIPDSIGKDIEK_"
- ],
- [
- 21898,
- 2,
- 14,
- 4,
- 0.18535,
- "_TECYGYALGDATR_"
- ],
- [
- 14634,
- 2,
- 11,
- 5,
- 0.14255,
- "_AILPCQDTPSVK_"
- ],
- [
- 33655,
- 2,
- 14,
- 3,
- 0.18535,
- "_TLTAEEAEEEWERR_"
- ],
- [
- 28164,
- 2,
- 10,
- 5,
- 0.12829,
- "_DTQTSITDSCAVYR_"
- ],
- [
- 5435,
- 2,
- 6,
- 2,
- 0.071293,
- "_MKDSLVLLGR_"
- ],
- [
- 19894,
- 2,
- 10,
- 3,
- 0.12829,
- "_GYLADPAKFPEAR_"
- ],
- [
- 10586,
- 3,
- 13,
- 3,
- 0.17112,
- "_QEQGAENEELHQLWR_"
- ],
- [
- 10250,
- 2,
- 16,
- 5,
- 0.21386,
- "_MSQEEVNVFR_"
- ],
- [
- 29297,
- 2,
- 15,
- 2,
- 0.19963,
- "_YIYDSAFHPDTGEK_"
- ],
- [
- 20904,
- 2,
- 8,
- 5,
- 0.099828,
- "_NLLSCVQEIHSR_"
- ],
- [
- 23719,
- 2,
- 15,
- 5,
- 0.19963,
- "_IADDKYNDTFWK_"
- ],
- [
- 33359,
- 2,
- 15,
- 4,
- 0.19963,
- "_AFSSPQEEEEAGFTGR_"
- ],
- [
- 47990,
- 2,
- 9,
- 4,
- 0.11405,
- "_EGICGSCAM(Oxidation (M))NINGGNTLACTR_"
- ],
- [
- 6015,
- 3,
- 14,
- 6,
- 0.18535,
- "_ENNTHPEWSFTTVR_"
- ],
- [
- 40639,
- 2,
- 13,
- 5,
- 0.17112,
- "_EKLIAPVAEEEATVPNNK_"
- ],
- [
- 47487,
- 2,
- 9,
- 4,
- 0.11405,
- "_QEFAQHANAFHQWIQETR_"
- ],
- [
- 19495,
- 2,
- 13,
- 4,
- 0.17112,
- "_GPGLYYVDSEGNR_"
- ],
- [
- 31409,
- 2,
- 16,
- 4,
- 0.21386,
- "_TSSLTQFPPSQSEER_"
- ],
- [
- 39668,
- 2,
- 11,
- 5,
- 0.14255,
- "_QQEESFQEQSALAAEAR_"
- ],
- [
- 10711,
- 2,
- 20,
- 6,
- 0.27091,
- "_KITIADCGQLE_"
- ],
- [
- 18078,
- 2,
- 14,
- 3,
- 0.18535,
- "_DKNLPNVIINEK_"
- ],
- [
- 20888,
- 2,
- 8,
- 2,
- 0.099828,
- "_AYSEVDGQVFQGR_"
- ],
- [
- 11394,
- 3,
- 15,
- 6,
- 0.19963,
- "_TGESTVLSSIPLPSDDFK_"
- ],
- [
- 8757,
- 3,
- 10,
- 4,
- 0.12829,
- "_YIAIVSTTVETKEPEK_"
- ],
- [
- 2505,
- 4,
- 12,
- 4,
- 0.15683,
- "_KFDSSHDRNEPFVFSLGK_"
- ],
- [
- 25978,
- 2,
- 10,
- 4,
- 0.12829,
- "_ALQQHLCVVQLTR_"
- ],
- [
- 11124,
- 2,
- 22,
- 3,
- 0.29945,
- "_YLAEFATGNDR_"
- ],
- [
- 3759,
- 2,
- 12,
- 4,
- 0.15683,
- "_ETGEAGWWR_"
- ],
- [
- 32394,
- 2,
- 12,
- 3,
- 0.15683,
- "_ENNTHPEWSFTTVR_"
- ],
- [
- 36439,
- 2,
- 12,
- 4,
- 0.15683,
- "_ETNLDSLPLVDTHSKR_"
- ],
- [
- 1334,
- 2,
- 21,
- 3,
- 0.28519,
- "_LYDAYELK_"
- ],
- [
- 34785,
- 2,
- 12,
- 6,
- 0.15683,
- "_GAQGGDYFYSFGGCHR_"
- ],
- [
- 24091,
- 2,
- 12,
- 4,
- 0.15683,
- "_LPENYTDETWQK_"
- ],
- [
- 26630,
- 2,
- 15,
- 7,
- 0.19963,
- "_DFTVSAMHGDMDQK_"
- ],
- [
- 6324,
- 3,
- 11,
- 3,
- 0.14257,
- "_SAGSLFPHHGTFEVIK_"
- ],
- [
- 12862,
- 2,
- 7,
- 3,
- 0.085572,
- "_GPWTCVGDMNR_"
- ],
- [
- 8957,
- 3,
- 8,
- 5,
- 0.09983,
- "_IKEIHDGLDFYYSSK_"
- ],
- [
- 22402,
- 2,
- 9,
- 3,
- 0.11411,
- "_DLSMSEEDQM(Oxidation (M))MR_"
- ],
- [
- 6717,
- 2,
- 5,
- 2,
- 0.057035,
- "_LLTQFPNAEK_"
- ],
- [
- 11477,
- 2,
- 9,
- 4,
- 0.11411,
- "_TASNIGGFNAAIK_"
- ],
- [
- 35470,
- 2,
- 9,
- 6,
- 0.11411,
- "_ECSAGLDSNEMSLQEK_"
- ],
- [
- 19109,
- 2,
- 9,
- 3,
- 0.11411,
- "_EVEELILTESKK_"
- ],
- [
- 7644,
- 2,
- 11,
- 2,
- 0.14257,
- "_EDEGWQVYR_"
- ],
- [
- 32537,
- 3,
- 9,
- 5,
- 0.11411,
- "_QGQMYMADSQCTSPGIPAHMQSR_"
- ],
- [
- 4938,
- 3,
- 10,
- 4,
- 0.12833,
- "_LLQSHNLYFGSNMR_"
- ],
- [
- 18583,
- 4,
- 10,
- 4,
- 0.12833,
- "_VSGFTFSHHPGQYNLCATSSDDGTVK_"
- ],
- [
- 31783,
- 3,
- 10,
- 6,
- 0.12833,
- "_KELQAEATVSGSPEAPGTNVVSEPR_"
- ],
- [
- 47231,
- 2,
- 11,
- 4,
- 0.14257,
- "_LCADSACQQNTVTSSGDLVAK_"
- ],
- [
- 49289,
- 2,
- 11,
- 6,
- 0.14257,
- "_HIQEHYGGTATFYLSQAADGAK_"
- ],
- [
- 9913,
- 3,
- 11,
- 5,
- 0.14257,
- "_AKDQNESLDEEMFYK_"
- ],
- [
- 30880,
- 2,
- 23,
- 6,
- 0.31373,
- "_HWPFQVINDGDKPK_"
- ],
- [
- 40236,
- 2,
- 9,
- 4,
- 0.11411,
- "_QGAIVAVTGDGVNDSPALKK_"
- ],
- [
- 30301,
- 2,
- 4,
- 2,
- 0.042812,
- "_(Acetyl (Protein N-term))MNVGVAHSEVNPNTR_"
- ],
- [
- 15351,
- 2,
- 11,
- 4,
- 0.14257,
- "_LSVEADINGLRR_"
- ],
- [
- 7151,
- 2,
- 17,
- 5,
- 0.22814,
- "_TEMEDLMSSK_"
- ],
- [
- 14023,
- 2,
- 19,
- 5,
- 0.25667,
- "_VLQATVVAVGSGSK_"
- ],
- [
- 19096,
- 2,
- 16,
- 4,
- 0.21391,
- "_PSSSPVIFAGGQDR_"
- ],
- [
- 28746,
- 2,
- 15,
- 4,
- 0.19963,
- "_NQDEESQEAPELLK_"
- ],
- [
- 16698,
- 2,
- 14,
- 5,
- 0.1854,
- "_SDHPGISITDLSK_"
- ],
- [
- 14,
- 2,
- 14,
- 4,
- 0.1854,
- "_QAVPLFSK_"
- ],
- [
- 41438,
- 2,
- 13,
- 5,
- 0.17111,
- "_NNPATPSTAMGSSVPYSTAK_"
- ],
- [
- 3607,
- 2,
- 19,
- 5,
- 0.25667,
- "_SLVHDLFQK_"
- ],
- [
- 491,
- 4,
- 18,
- 6,
- 0.24241,
- "_VALVTFNSAAHNKPSLIR_"
- ],
- [
- 24861,
- 2,
- 18,
- 4,
- 0.24241,
- "_LPACVVDCGTGYTK_"
- ],
- [
- 19766,
- 3,
- 15,
- 6,
- 0.19963,
- "_HHITPLLSAVYEGHVSCVK_"
- ],
- [
- 29922,
- 3,
- 13,
- 8,
- 0.17111,
- "_YQGDGIVEDEEETMENNEEKK_"
- ],
- [
- 39975,
- 2,
- 13,
- 5,
- 0.17111,
- "_AVADQVYGDQDMHEVVR_"
- ],
- [
- 13062,
- 2,
- 13,
- 4,
- 0.17106,
- "_CHWSDMFTGR_"
- ],
- [
- 42857,
- 2,
- 11,
- 4,
- 0.14256,
- "_IQDEGVVLESEETNQTNK_"
- ],
- [
- 4252,
- 3,
- 11,
- 2,
- 0.14256,
- "_SHVCWHVYGLLQR_"
- ],
- [
- 11862,
- 3,
- 15,
- 7,
- 0.19962,
- "_VCEVCSAYLGLHDNDR_"
- ],
- [
- 17639,
- 2,
- 15,
- 5,
- 0.19962,
- "_LEELKESILADK_"
- ],
- [
- 50537,
- 2,
- 20,
- 8,
- 0.2709,
- "_TEGDEEAEEEQEENLEASGDYK_"
- ],
- [
- 24363,
- 2,
- 12,
- 4,
- 0.1568,
- "_ELPDSVPQECTVR_"
- ],
- [
- 5610,
- 4,
- 10,
- 3,
- 0.12833,
- "_FTGIKHEWQVNGLDDIKDR_"
- ],
- [
- 3560,
- 3,
- 17,
- 3,
- 0.22813,
- "_GPLLYCARPPQDLK_"
- ],
- [
- 37206,
- 2,
- 18,
- 5,
- 0.24237,
- "_AKDQNESLDEEMFYK_"
- ],
- [
- 35014,
- 2,
- 12,
- 5,
- 0.1568,
- "_LFQQIYSDGSDEVKR_"
- ],
- [
- 19774,
- 2,
- 12,
- 6,
- 0.1568,
- "_TVTSATIVYHLAR_"
- ],
- [
- 9612,
- 2,
- 13,
- 3,
- 0.17106,
- "_HVQLVMEAIGK_"
- ],
- [
- 11786,
- 4,
- 24,
- 4,
- 0.32796,
- "_HPDSHQLFIGNLPHEVDKSELK_"
- ],
- [
- 28675,
- 2,
- 18,
- 5,
- 0.24237,
- "_GPLLYCARPPQDLK_"
- ],
- [
- 29768,
- 2,
- 10,
- 4,
- 0.12833,
- "_QICPEVENAQPGALK_"
- ],
- [
- 38734,
- 2,
- 16,
- 6,
- 0.21385,
- "_FSVCVLGDQQHCDEAK_"
- ],
- [
- 32020,
- 2,
- 7,
- 5,
- 0.085504,
- "_LQCPQCVFGTNCPK_"
- ],
- [
- 39563,
- 3,
- 9,
- 2,
- 0.11406,
- "_ASETPPPVAQPKPEAPHPGLETTLQER_"
- ],
- [
- 5153,
- 3,
- 7,
- 2,
- 0.085504,
- "_SNRDELELELAENR_"
- ],
- [
- 30885,
- 2,
- 9,
- 5,
- 0.11406,
- "_VSNFKPGVYAVSVTGR_"
- ],
- [
- 35859,
- 2,
- 9,
- 3,
- 0.11406,
- "_GCTSQEGGTTPTFPIQK_"
- ],
- [
- 42146,
- 2,
- 10,
- 6,
- 0.12833,
- "_KQEETAVLEEDSADWEK_"
- ],
- [
- 13473,
- 2,
- 16,
- 3,
- 0.21385,
- "_LYQHEINLFK_"
- ],
- [
- 14240,
- 2,
- 13,
- 4,
- 0.17106,
- "_NVNQEVVDFEK_"
- ],
- [
- 8846,
- 2,
- 8,
- 2,
- 0.0998,
- "_EASADLSPYVR_"
- ],
- [
- 12401,
- 2,
- 13,
- 5,
- 0.17106,
- "_DGWPAMGIHGDK_"
- ],
- [
- 12712,
- 4,
- 16,
- 6,
- 0.21385,
- "_KGEICHLLCKPEYAYGSAGSLPK_"
- ],
- [
- 22739,
- 3,
- 14,
- 6,
- 0.18534,
- "_QEFAQHANAFHQWIQETR_"
- ],
- [
- 3155,
- 4,
- 17,
- 5,
- 0.22813,
- "_HHITPLLSAVYEGHVSCVK_"
- ],
- [
- 48842,
- 2,
- 8,
- 4,
- 0.0998,
- "_KASATCSSATAAASSGLEEWTSR_"
- ],
- [
- 11390,
- 3,
- 17,
- 7,
- 0.22813,
- "_FSVCVLGDQQHCDEAK_"
- ],
- [
- 26888,
- 2,
- 8,
- 2,
- 0.0998,
- "_AADQFDIYSSQQSK_"
- ],
- [
- 4976,
- 3,
- 25,
- 6,
- 0.34223,
- "_HWPFQVINDGDKPK_"
- ],
- [
- 12586,
- 2,
- 16,
- 5,
- 0.2139,
- "_TVIIDHGSGFLK_"
- ],
- [
- 31805,
- 2,
- 8,
- 3,
- 0.099779,
- "_TTTPGPSLSQGVSVDEK_"
- ],
- [
- 46337,
- 2,
- 16,
- 3,
- 0.2139,
- "_YYAELCAPPGNSDPEQLKK_"
- ],
- [
- 9304,
- 2,
- 12,
- 6,
- 0.15683,
- "_TFNPGAGLPTDK_"
- ],
- [
- 18121,
- 2,
- 12,
- 2,
- 0.15683,
- "_GQSPLHILGQYGK_"
- ],
- [
- 24627,
- 3,
- 11,
- 5,
- 0.14261,
- "_DKEEEEEVAGGDCIGSTVYSK_"
- ],
- [
- 2888,
- 2,
- 12,
- 2,
- 0.15683,
- "_GEFSASPMLK_"
- ],
- [
- 44601,
- 2,
- 12,
- 4,
- 0.15683,
- "_ESTQLSPADLTEGKPTDPSK_"
- ],
- [
- 1162,
- 2,
- 15,
- 3,
- 0.19962,
- "_EVGVYEALK_"
- ],
- [
- 42003,
- 2,
- 7,
- 2,
- 0.085539,
- "_VLVHPPQDGEDEPTLVQK_"
- ],
- [
- 794,
- 2,
- 16,
- 4,
- 0.2139,
- "_EELEEVIK_"
- ],
- [
- 45335,
- 2,
- 12,
- 4,
- 0.15683,
- "_LVPEEETTASENTEITSER_"
- ],
- [
- 17559,
- 2,
- 8,
- 3,
- 0.099779,
- "_FQANPEANWGPR_"
- ],
- [
- 6267,
- 3,
- 18,
- 2,
- 0.24241,
- "_TTGLVGLAVCNTPHER_"
- ],
- [
- 29388,
- 2,
- 17,
- 4,
- 0.22813,
- "_ACPRPEGLNFQDLK_"
- ],
- [
- 28657,
- 2,
- 7,
- 2,
- 0.085539,
- "_FSSQSNVYGLAGGAGGR_"
- ],
- [
- 20800,
- 3,
- 17,
- 5,
- 0.22813,
- "_YYAELCAPPGNSDPEQLKK_"
- ],
- [
- 47557,
- 2,
- 7,
- 3,
- 0.085539,
- "_QGPGLEEEQDTQESLPSSTGR_"
- ],
- [
- 38141,
- 3,
- 11,
- 6,
- 0.14261,
- "_VSGFTFSHHPGQYNLCATSSDDGTVK_"
- ],
- [
- 26936,
- 2,
- 11,
- 4,
- 0.14261,
- "_AVEAAELCLEQNNK_"
- ],
- [
- 49453,
- 2,
- 12,
- 5,
- 0.15683,
- "_VVDGTPCSPDSTSVCVQGQCVK_"
- ],
- [
- 2579,
- 2,
- 22,
- 4,
- 0.29945,
- "_TLETVPLER_"
- ],
- [
- 19698,
- 2,
- 12,
- 5,
- 0.15683,
- "_HGFCGIPITDTGR_"
- ],
- [
- 3396,
- 2,
- 14,
- 5,
- 0.18534,
- "_AVLLAGPPGTGK_"
- ],
- [
- 44790,
- 2,
- 13,
- 5,
- 0.17107,
- "_GEAAPGPAPPAPEATPPPASAAGK_"
- ],
- [
- 20114,
- 4,
- 13,
- 6,
- 0.17107,
- "_ASETPPPVAQPKPEAPHPGLETTLQER_"
- ],
- [
- 21309,
- 3,
- 15,
- 4,
- 0.19962,
- "_NMVHPNVICDGCNGPVVGTR_"
- ],
- [
- 12806,
- 3,
- 14,
- 4,
- 0.18534,
- "_WKGDNSSVSSLCISPDGK_"
- ],
- [
- 7519,
- 2,
- 13,
- 4,
- 0.17107,
- "_ENQTAVDVFR_"
- ],
- [
- 1804,
- 2,
- 21,
- 4,
- 0.28518,
- "_AVGDGIVLCK_"
- ],
- [
- 29017,
- 2,
- 15,
- 4,
- 0.19962,
- "_HNEETGDNVGPLIIK_"
- ],
- [
- 21508,
- 2,
- 15,
- 5,
- 0.19962,
- "_TFEGVDPQTTSMR_"
- ],
- [
- 12755,
- 2,
- 20,
- 6,
- 0.27092,
- "_VYQWDDPDPR_"
- ],
- [
- 36574,
- 3,
- 22,
- 9,
- 0.29945,
- "_TNHIGHTGYLNTVTVSPDGSLCASGGK_"
- ],
- [
- 20127,
- 2,
- 15,
- 3,
- 0.19962,
- "_TDKLDEALEDYK_"
- ],
- [
- 42836,
- 2,
- 12,
- 6,
- 0.15685,
- "_AAAAAAAAVPSAGPAGPAPTSAAGR_"
- ],
- [
- 16831,
- 4,
- 24,
- 8,
- 0.32793,
- "_TNHIGHTGYLNTVTVSPDGSLCASGGK_"
- ],
- [
- 5506,
- 2,
- 9,
- 3,
- 0.11402,
- "_QPVYVVDVSK_"
- ],
- [
- 37562,
- 2,
- 9,
- 3,
- 0.11402,
- "_DGEPHFVVVHCTGYIK_"
- ],
- [
- 1340,
- 2,
- 13,
- 3,
- 0.17107,
- "_TVYVYLEK_"
- ],
- [
- 1236,
- 2,
- 7,
- 2,
- 0.085556,
- "_LADFGSCLK_"
- ],
- [
- 13914,
- 2,
- 11,
- 2,
- 0.14257,
- "_KLEVNEAELLR_"
- ],
- [
- 28314,
- 3,
- 16,
- 7,
- 0.21386,
- "_SHLMSLYSACSSEVPHGPVDQK_"
- ],
- [
- 15839,
- 3,
- 18,
- 6,
- 0.24237,
- "_NLVTGDHIPTPQDLPQRK_"
- ],
- [
- 37825,
- 2,
- 12,
- 3,
- 0.15685,
- "_ISTYGLPAGGIQPHPQTK_"
- ],
- [
- 51619,
- 3,
- 12,
- 9,
- 0.15685,
- "_LAADEDDDDDDEEDDDEDDDDDDFDDEEAEEKAPVKK_"
- ],
- [
- 3406,
- 3,
- 19,
- 4,
- 0.25665,
- "_IQIPRPDDPSNQIK_"
- ],
- [
- 43939,
- 2,
- 16,
- 6,
- 0.21386,
- "_DLDDIEDENEQLKQENK_"
- ],
- [
- 46666,
- 2,
- 14,
- 4,
- 0.18531,
- "_NMVHPNVICDGCNGPVVGTR_"
- ],
- [
- 15276,
- 2,
- 11,
- 4,
- 0.14257,
- "_GFAFVEYESHR_"
- ],
- [
- 15589,
- 2,
- 12,
- 3,
- 0.15685,
- "_KSLEDQVEMLR_"
- ],
- [
- 10448,
- 2,
- 16,
- 5,
- 0.21386,
- "_AGNLGGGVVTIER_"
- ],
- [
- 35539,
- 3,
- 9,
- 7,
- 0.11402,
- "_EGITAIGGTSTISSEGTQHSYSEEEK_"
- ],
- [
- 33880,
- 2,
- 11,
- 3,
- 0.14257,
- "_EAISDEDEDEALYQK_"
- ],
- [
- 2687,
- 2,
- 14,
- 5,
- 0.18531,
- "_LMPQDWDR_"
- ],
- [
- 26861,
- 2,
- 10,
- 3,
- 0.12832,
- "_SYLPPPEQPSSGSLK_"
- ],
- [
- 16606,
- 3,
- 10,
- 3,
- 0.12832,
- "_SVVLM(Oxidation (M))SHLGRPDGVPMPDK_"
- ],
- [
- 3916,
- 2,
- 11,
- 4,
- 0.14257,
- "_YADLLEESR_"
- ],
- [
- 4058,
- 3,
- 14,
- 8,
- 0.18531,
- "_KPGLEEAVESACAMR_"
- ],
- [
- 39210,
- 2,
- 16,
- 5,
- 0.21386,
- "_(Acetyl (Protein N-term))SQSGAVSCCPGATNGSLGR_"
- ],
- [
- 48332,
- 3,
- 9,
- 6,
- 0.11402,
- "_QAAAAATQTIAASQNAAVSNKNPAAQQQLVQSCK_"
- ],
- [
- 25116,
- 2,
- 17,
- 4,
- 0.22814,
- "_TSEVQDLQDEVQR_"
- ],
- [
- 46727,
- 2,
- 16,
- 7,
- 0.21386,
- "_GDVEEDETIPDSEQDIRPR_"
- ],
- [
- 42375,
- 2,
- 15,
- 6,
- 0.19958,
- "_VILHLKEDQTEYLEER_"
- ],
- [
- 5021,
- 2,
- 9,
- 2,
- 0.11402,
- "_ICLWCNEK_"
- ],
- [
- 34135,
- 3,
- 10,
- 6,
- 0.12832,
- "_LNESDEQHQENEGTNQLVMGIQK_"
- ],
- [
- 19722,
- 2,
- 11,
- 5,
- 0.14257,
- "_LSAEKVEIATLTR_"
- ],
- [
- 4866,
- 2,
- 8,
- 3,
- 0.099779,
- "_GPSGLLVYQGK_"
- ],
- [
- 25125,
- 2,
- 15,
- 5,
- 0.19958,
- "_KAEEIANEMIEAAK_"
- ],
- [
- 49115,
- 2,
- 8,
- 2,
- 0.099779,
- "_ETWDTAEEDSGTDSEYDESGK_"
- ],
- [
- 14158,
- 2,
- 4,
- 3,
- 0.042744,
- "_SLLDANFEPGKK_"
- ],
- [
- 414,
- 2,
- 12,
- 4,
- 0.15682,
- "_YYTVFDR_"
- ],
- [
- 39125,
- 2,
- 11,
- 3,
- 0.14256,
- "_TYVDLTNEETTDSTTSK_"
- ],
- [
- 38865,
- 2,
- 16,
- 5,
- 0.21382,
- "_NATDLQNSSMSEEELTK_"
- ],
- [
- 28648,
- 3,
- 11,
- 6,
- 0.14256,
- "_NYSHQVGNYHMGFLVSEDESK_"
- ],
- [
- 35845,
- 2,
- 16,
- 6,
- 0.21382,
- "_YIAIVSTTVETKEPEK_"
- ],
- [
- 21427,
- 3,
- 16,
- 5,
- 0.21382,
- "_GDVEEDETIPDSEQDIRPR_"
- ],
- [
- 45635,
- 2,
- 12,
- 5,
- 0.15682,
- "_TIQEVLEEQSEDEDREAK_"
- ],
- [
- 35692,
- 2,
- 10,
- 7,
- 0.12827,
- "_AIGVLTSGGDAQGM(Oxidation (M))NAAVR_"
- ],
- [
- 21948,
- 3,
- 12,
- 5,
- 0.15682,
- "_EFGSVNGDNKPIWMHAEER_"
- ],
- [
- 3943,
- 3,
- 12,
- 4,
- 0.15682,
- "_HLVLLDTAQAAAAGHR_"
- ],
- [
- 22260,
- 2,
- 5,
- 3,
- 0.056991,
- "_NDDGWYEGVCNR_"
- ],
- [
- 26399,
- 2,
- 12,
- 2,
- 0.15682,
- "_CQNIYLTTGYAGSK_"
- ],
- [
- 14342,
- 2,
- 12,
- 3,
- 0.15682,
- "_TRDEYLSLVAR_"
- ],
- [
- 33527,
- 3,
- 12,
- 6,
- 0.15682,
- "_LSSSGSNCSSGSEGEPVALHAGICVR_"
- ],
- [
- 14183,
- 2,
- 16,
- 4,
- 0.21382,
- "_NSLESYAFNM(Oxidation (M))K_"
- ],
- [
- 14649,
- 3,
- 10,
- 4,
- 0.12827,
- "_QNEASSHIQDDMHLVIR_"
- ],
- [
- 6627,
- 2,
- 13,
- 3,
- 0.1711,
- "_FLTQPQVVAR_"
- ],
- [
- 49495,
- 2,
- 8,
- 3,
- 0.099803,
- "_KAAVPAPPPEPEGQDPPAPSQDTS_"
- ],
- [
- 586,
- 2,
- 13,
- 5,
- 0.1711,
- "_LNYVPLEK_"
- ],
- [
- 7967,
- 2,
- 22,
- 4,
- 0.29941,
- "_MVPAGMGAGLER_"
- ],
- [
- 21645,
- 3,
- 15,
- 3,
- 0.19956,
- "_YIAIVSTTVETKEPEKEIR_"
- ],
- [
- 15435,
- 2,
- 5,
- 3,
- 0.056991,
- "_QELITYPQPQK_"
- ],
- [
- 21965,
- 2,
- 8,
- 2,
- 0.099803,
- "_YANNLTQLDNGVR_"
- ],
- [
- 27142,
- 2,
- 14,
- 4,
- 0.18532,
- "_VRNNYDEEIISLK_"
- ],
- [
- 5878,
- 2,
- 11,
- 5,
- 0.14256,
- "_DPVVAYYCR_"
- ],
- [
- 18516,
- 4,
- 8,
- 5,
- 0.099803,
- "_NGRPDYIIVTQRPLTDEEGTEHLR_"
- ],
- [
- 11690,
- 2,
- 15,
- 4,
- 0.19956,
- "_CPTLEQYAMR_"
- ],
- [
- 7073,
- 2,
- 13,
- 5,
- 0.1711,
- "_QYGNEVFLAK_"
- ],
- [
- 47586,
- 2,
- 11,
- 4,
- 0.14256,
- "_ASQSETSVCSGSLDGVEYSQR_"
- ],
- [
- 1910,
- 2,
- 17,
- 5,
- 0.2281,
- "_PLISVYSEK_"
- ],
- [
- 22245,
- 2,
- 14,
- 5,
- 0.18534,
- "_QIGVEHVVVYVNK_"
- ],
- [
- 26107,
- 2,
- 10,
- 4,
- 0.12827,
- "_QLILEGKDPDLEAK_"
- ],
- [
- 43853,
- 2,
- 11,
- 6,
- 0.14251,
- "_GDCSCNQCSCFESEFGK_"
- ],
- [
- 306,
- 2,
- 10,
- 4,
- 0.12827,
- "_IEYEPFR_"
- ],
- [
- 31194,
- 3,
- 13,
- 6,
- 0.17106,
- "_HIDCAYVYQNEHEVGEAIQEK_"
- ],
- [
- 7412,
- 2,
- 10,
- 2,
- 0.14251,
- "_SHPDLLQLPR_"
- ],
- [
- 25377,
- 2,
- 15,
- 7,
- 0.19956,
- "_CQVFEETQIGGER_"
- ],
- [
- 31731,
- 3,
- 12,
- 6,
- 0.1568,
- "_EQMDQISESNHLIHLSNTNNVK_"
- ],
- [
- 5932,
- 2,
- 11,
- 2,
- 0.14251,
- "_GMDLQPGNALK_"
- ],
- [
- 48234,
- 2,
- 10,
- 4,
- 0.12827,
- "_QTTVSNSQQAYQEAFEISKK_"
- ],
- [
- 46911,
- 2,
- 9,
- 5,
- 0.11404,
- "_SMENAAPSQDTDSPLSAASSSR_"
- ],
- [
- 16796,
- 2,
- 9,
- 2,
- 0.11404,
- "_AEEASHWLWSR_"
- ],
- [
- 41063,
- 2,
- 11,
- 4,
- 0.14251,
- "_GFVPSPTSQPGGHESLVDR_"
- ],
- [
- 40169,
- 2,
- 9,
- 4,
- 0.11404,
- "_SNQISQCESEDLGITEK_"
- ],
- [
- 24260,
- 2,
- 14,
- 5,
- 0.18534,
- "_LQEMMATMCQER_"
- ],
- [
- 15174,
- 2,
- 12,
- 2,
- 0.1568,
- "_MFADYLAHESR_"
- ],
- [
- 8558,
- 2,
- 8,
- 2,
- 0.099772,
- "_IQAVIDAGVCR_"
- ],
- [
- 6347,
- 2,
- 8,
- 2,
- 0.11404,
- "_LFVDTDADTR_"
- ],
- [
- 14759,
- 3,
- 22,
- 6,
- 0.29937,
- "_GYPHLCSICDLPVHSNK_"
- ],
- [
- 9265,
- 2,
- 12,
- 4,
- 0.1568,
- "_EVITAQDTVIK_"
- ],
- [
- 28375,
- 2,
- 11,
- 4,
- 0.14251,
- "_GQVFVLSTHPYGCR_"
- ],
- [
- 6399,
- 2,
- 8,
- 2,
- 0.099772,
- "_LAYGYGPGSLR_"
- ],
- [
- 24698,
- 2,
- 13,
- 5,
- 0.17106,
- "_QVVEEPSPQLPADK_"
- ],
- [
- 5889,
- 2,
- 15,
- 3,
- 0.19956,
- "_NSLPDTVQIR_"
- ],
- [
- 2336,
- 2,
- 13,
- 2,
- 0.17106,
- "_QVEELFER_"
- ],
- [
- 18304,
- 3,
- 16,
- 6,
- 0.2138,
- "_ESTQLSPADLTEGKPTDPSK_"
- ],
- [
- 41541,
- 3,
- 14,
- 7,
- 0.18534,
- "_SEPVKEESSELEQPFAQDTSSVGPDRK_"
- ],
- [
- 734,
- 3,
- 14,
- 5,
- 0.18534,
- "_IEVDLVTHSDPPR_"
- ],
- [
- 45015,
- 2,
- 14,
- 4,
- 0.18534,
- "_NNEESPTATVAEQGEDITSK_"
- ],
- [
- 3547,
- 2,
- 16,
- 4,
- 0.2138,
- "_GDGLCCYLK_"
- ],
- [
- 10511,
- 3,
- 16,
- 4,
- 0.2138,
- "_ISTYGLPAGGIQPHPQTK_"
- ],
- [
- 20051,
- 2,
- 14,
- 2,
- 0.18534,
- "_SGKDFVTEALQSR_"
- ],
- [
- 26461,
- 3,
- 15,
- 5,
- 0.19956,
- "_HIQEHYGGTATFYLSQAADGAK_"
- ],
- [
- 23060,
- 2,
- 17,
- 7,
- 0.22806,
- "_HYLFYDGESVSGK_"
- ],
- [
- 8002,
- 2,
- 11,
- 4,
- 0.14249,
- "_DYFMSCPNR_"
- ],
- [
- 18010,
- 2,
- 11,
- 4,
- 0.14249,
- "_MLDTDGNEMIEK_"
- ],
- [
- 17423,
- 2,
- 11,
- 2,
- 0.14249,
- "_EPLTPEEVQSVR_"
- ],
- [
- 35584,
- 2,
- 11,
- 4,
- 0.14249,
- "_IDDSEVVDATMHGNAAR_"
- ],
- [
- 4123,
- 2,
- 10,
- 3,
- 0.12826,
- "_IDLMSISGHK_"
- ],
- [
- 24163,
- 3,
- 12,
- 7,
- 0.15673,
- "_QTTVSNSQQAYQEAFEISKK_"
- ],
- [
- 21674,
- 2,
- 9,
- 4,
- 0.11399,
- "_GQPVCGLSLQAEGR_"
- ],
- [
- 10333,
- 3,
- 9,
- 4,
- 0.11399,
- "_NLNTSALQLEHEHLIK_"
- ],
- [
- 8664,
- 2,
- 12,
- 2,
- 0.15673,
- "_DKWLCPLSGK_"
- ],
- [
- 8209,
- 2,
- 12,
- 2,
- 0.15673,
- "_HEMLPEFYK_"
- ],
- [
- 17304,
- 2,
- 11,
- 3,
- 0.14249,
- "_NFGEEVDDESLK_"
- ],
- [
- 41852,
- 2,
- 10,
- 5,
- 0.12826,
- "_TVPGATTTSSAATETMENVK_"
- ],
- [
- 37737,
- 2,
- 12,
- 5,
- 0.15673,
- "_AMSLVSNEGEGEQNEIR_"
- ],
- [
- 19164,
- 2,
- 11,
- 3,
- 0.14249,
- "_EVVETPLLHPER_"
- ],
- [
- 29640,
- 2,
- 11,
- 3,
- 0.14249,
- "_SASTAGDIACAFRPVK_"
- ],
- [
- 37055,
- 2,
- 9,
- 4,
- 0.11399,
- "_DEEDEDESYQSALANK_"
- ],
- [
- 21336,
- 2,
- 8,
- 2,
- 0.09973,
- "_LETNEFQQLQSK_"
- ],
- [
- 35102,
- 2,
- 5,
- 2,
- 0.056948,
- "_TPGVVENHGYFLNPSR_"
- ],
- [
- 43675,
- 2,
- 12,
- 3,
- 0.15673,
- "_QPQPPPPPPPAAAQPPPGAPR_"
- ],
- [
- 23328,
- 2,
- 10,
- 2,
- 0.12826,
- "_SLADCNFSYTSSR_"
- ],
- [
- 11248,
- 3,
- 11,
- 5,
- 0.14249,
- "_AQPDDPESQMACHVFR_"
- ],
- [
- 25346,
- 2,
- 11,
- 3,
- 0.14249,
- "_GDITPLMAAANGGHVK_"
- ],
- [
- 5444,
- 3,
- 11,
- 2,
- 0.14249,
- "_ASQAGQTALMLAVSHGR_"
- ],
- [
- 47366,
- 2,
- 12,
- 5,
- 0.15673,
- "_LHISPSNMTNQNTNEYLEK_"
- ],
- [
- 29276,
- 2,
- 10,
- 2,
- 0.12826,
- "_QVVAVTGDGTNDGPALK_"
- ],
- [
- 822,
- 2,
- 14,
- 5,
- 0.18528,
- "_MIDMPVER_"
- ],
- [
- 48963,
- 2,
- 14,
- 6,
- 0.18528,
- "_QNPVVEQNSQPPSGLSSNQLSK_"
- ],
- [
- 20590,
- 2,
- 14,
- 2,
- 0.18528,
- "_ELAVQIYEEARK_"
- ],
- [
- 6650,
- 2,
- 16,
- 3,
- 0.21378,
- "_MTELYDYPK_"
- ],
- [
- 23938,
- 2,
- 17,
- 4,
- 0.22802,
- "_HLQELVGQETLPR_"
- ],
- [
- 6255,
- 2,
- 14,
- 3,
- 0.18528,
- "_STLIPILHQK_"
- ],
- [
- 8172,
- 2,
- 17,
- 6,
- 0.22802,
- "_AGQAVDDFIEK_"
- ],
- [
- 34871,
- 2,
- 15,
- 5,
- 0.19956,
- "_AQSLQEAAHQELNTLK_"
- ],
- [
- 49296,
- 2,
- 13,
- 4,
- 0.17102,
- "_KVVDYSQFQESDDADEDYGR_"
- ],
- [
- 26471,
- 3,
- 13,
- 7,
- 0.17102,
- "_KVVDYSQFQESDDADEDYGR_"
- ],
- [
- 14124,
- 2,
- 16,
- 5,
- 0.21378,
- "_VKTDTVLILCR_"
- ],
- [
- 32713,
- 2,
- 18,
- 6,
- 0.24228,
- "_TTGLVGLAVCNTPHER_"
- ],
- [
- 11372,
- 3,
- 13,
- 4,
- 0.17102,
- "_STPGLRPQHLSGLEMIR_"
- ],
- [
- 43182,
- 2,
- 19,
- 6,
- 0.25656,
- "_KLDVEEPDSANSSFYSTR_"
- ],
- [
- 3418,
- 2,
- 17,
- 3,
- 0.22802,
- "_FAFQAEVNR_"
- ],
- [
- 25360,
- 2,
- 10,
- 4,
- 0.12821,
- "_SNTLNEKPALPVIR_"
- ],
- [
- 42444,
- 2,
- 7,
- 3,
- 0.08544,
- "_EQINQQAQLQEFGQSNR_"
- ],
- [
- 6867,
- 3,
- 17,
- 4,
- 0.228,
- "_FDVHDVTLHADAIHR_"
- ],
- [
- 33267,
- 3,
- 16,
- 7,
- 0.21377,
- "_SQEEPKDTFEHDPSESIDEFNK_"
- ],
- [
- 16432,
- 2,
- 17,
- 5,
- 0.228,
- "_SDFQVNLNNASR_"
- ],
- [
- 3061,
- 2,
- 10,
- 2,
- 0.12821,
- "_VLENIELNK_"
- ],
- [
- 20575,
- 2,
- 21,
- 6,
- 0.28506,
- "_AQQEQELAADAFK_"
- ],
- [
- 8052,
- 3,
- 10,
- 4,
- 0.12821,
- "_SLHPHVPGVTNLQVMR_"
- ],
- [
- 29543,
- 2,
- 15,
- 3,
- 0.1995,
- "_EADGSETPEPFAAEAK_"
- ],
- [
- 7737,
- 2,
- 17,
- 4,
- 0.228,
- "_VLLSDSNLHDA_"
- ],
- [
- 660,
- 2,
- 9,
- 4,
- 0.11395,
- "_LEAEDYLK_"
- ],
- [
- 19420,
- 2,
- 9,
- 4,
- 0.11395,
- "_VEALPEQVAPESR_"
- ],
- [
- 14592,
- 3,
- 9,
- 4,
- 0.11395,
- "_RRDPPNGPNLPMATVDIK_"
- ],
- [
- 18465,
- 4,
- 11,
- 6,
- 0.14248,
- "_EESKKPVVTFQAHDGPVYSMVSTDR_"
- ],
- [
- 17106,
- 3,
- 18,
- 5,
- 0.24224,
- "_ELEGWEPDDDPIEEHKK_"
- ],
- [
- 22359,
- 2,
- 18,
- 4,
- 0.24224,
- "_DSNNLCLHFNPR_"
- ],
- [
- 22660,
- 2,
- 11,
- 2,
- 0.14248,
- "_QLLPCEMACNEK_"
- ],
- [
- 40098,
- 2,
- 11,
- 2,
- 0.14248,
- "_KCMAVYQTYVNAMNDK_"
- ],
- [
- 622,
- 2,
- 10,
- 3,
- 0.12821,
- "_TTIIECLK_"
- ],
- [
- 13577,
- 4,
- 10,
- 3,
- 0.12821,
- "_KGEVASDLVSPANQELHVEKPLPR_"
- ],
- [
- 22752,
- 2,
- 19,
- 5,
- 0.2565,
- "_TEELEEESFPER_"
- ],
- [
- 10969,
- 2,
- 10,
- 3,
- 0.12821,
- "_LVENGGMFVCK_"
- ],
- [
- 4732,
- 2,
- 12,
- 2,
- 0.1567,
- "_LTFDEEAYK_"
- ],
- [
- 12892,
- 2,
- 13,
- 5,
- 0.17094,
- "_GKLDVQFSGLTK_"
- ],
- [
- 44568,
- 2,
- 13,
- 5,
- 0.17094,
- "_SEDEDSLEEAGSPAPGPCPR_"
- ],
- [
- 23911,
- 2,
- 14,
- 4,
- 0.18524,
- "_IEDGNNFGVAVQEK_"
- ],
- [
- 34884,
- 2,
- 13,
- 4,
- 0.17094,
- "_AFQLEEGEETEPDCK_"
- ],
- [
- 10203,
- 3,
- 14,
- 5,
- 0.18524,
- "_RLEFPSGETIVMHNPK_"
- ],
- [
- 30711,
- 2,
- 13,
- 4,
- 0.17094,
- "_VLPMNTGVEAGETACK_"
- ],
- [
- 12061,
- 2,
- 14,
- 3,
- 0.18524,
- "_NSVSQISVLSGGK_"
- ],
- [
- 22275,
- 2,
- 14,
- 5,
- 0.18524,
- "_SIPSMVDGLKPGQR_"
- ],
- [
- 16384,
- 3,
- 14,
- 6,
- 0.18524,
- "_KLDVEEPDSANSSFYSTR_"
- ],
- [
- 31173,
- 2,
- 15,
- 4,
- 0.1995,
- "_SNRDELELELAENR_"
- ],
- [
- 28765,
- 2,
- 9,
- 3,
- 0.11392,
- "_GYSFTTTAEREIVR_"
- ],
- [
- 15221,
- 3,
- 11,
- 5,
- 0.14246,
- "_AHPVFYQGTYSQALNDAK_"
- ],
- [
- 1371,
- 2,
- 10,
- 4,
- 0.1282,
- "_DLTGVQNLR_"
- ],
- [
- 38428,
- 2,
- 13,
- 4,
- 0.17096,
- "_GPPGPALPATMNNSSSETR_"
- ],
- [
- 34662,
- 2,
- 9,
- 5,
- 0.11392,
- "_TDLCDHALHISHDEL_"
- ],
- [
- 37672,
- 2,
- 10,
- 2,
- 0.1282,
- "_AAAGQESEGPAVGPPQPLGK_"
- ],
- [
- 27026,
- 2,
- 18,
- 5,
- 0.24225,
- "_DGIEPMWEDEKNK_"
- ],
- [
- 41548,
- 2,
- 14,
- 4,
- 0.1852,
- "_IPEINSSDMSAHVTSPSGR_"
- ],
- [
- 19358,
- 2,
- 12,
- 2,
- 0.15673,
- "_GFMVQTGDPTGTGR_"
- ],
- [
- 2422,
- 2,
- 15,
- 4,
- 0.19949,
- "_GDNIYEWR_"
- ],
- [
- 26856,
- 2,
- 9,
- 2,
- 0.11392,
- "_GYNATVLAYGQTGSGK_"
- ],
- [
- 30872,
- 2,
- 12,
- 3,
- 0.15673,
- "_LISSSQVDQETGFNR_"
- ],
- [
- 13789,
- 3,
- 12,
- 7,
- 0.15673,
- "_GFVPSPTSQPGGHESLVDR_"
- ],
- [
- 6060,
- 3,
- 18,
- 6,
- 0.24225,
- "_NLDIERPTYTNLNR_"
- ],
- [
- 50829,
- 2,
- 11,
- 5,
- 0.14246,
- "_NTVCPEQSEALAGGSAGDGAQAAGVTK_"
- ],
- [
- 27746,
- 2,
- 14,
- 5,
- 0.1852,
- "_YDYCDIPECEDK_"
- ],
- [
- 27261,
- 2,
- 12,
- 4,
- 0.15673,
- "_MQQPQISVYSGSDR_"
- ],
- [
- 42239,
- 2,
- 12,
- 4,
- 0.15673,
- "_NPQSILKPHSPTYNDEGL_"
- ],
- [
- 37740,
- 2,
- 6,
- 4,
- 0.071178,
- "_DTFTVEAHSNETIGSVR_"
- ],
- [
- 10712,
- 2,
- 10,
- 3,
- 0.1282,
- "_LEACILTQGDK_"
- ],
- [
- 20266,
- 2,
- 16,
- 4,
- 0.21375,
- "_YAAVTQFEATDAR_"
- ],
- [
- 23182,
- 2,
- 13,
- 4,
- 0.17096,
- "_RPIIQFVESGDDK_"
- ],
- [
- 6854,
- 2,
- 9,
- 4,
- 0.11392,
- "_RLGSLVDEFK_"
- ],
- [
- 1771,
- 2,
- 21,
- 5,
- 0.28503,
- "_LIVENLSSR_"
- ],
- [
- 5819,
- 2,
- 17,
- 5,
- 0.22803,
- "_ATQALVLAPTR_"
- ],
- [
- 30167,
- 2,
- 13,
- 6,
- 0.17096,
- "_AAAFEEQENETVVVK_"
- ],
- [
- 35366,
- 2,
- 22,
- 6,
- 0.29932,
- "_HQYINEDEYEVNLK_"
- ],
- [
- 31504,
- 2,
- 12,
- 5,
- 0.15673,
- "_AYHNSPAYLAYINAK_"
- ],
- [
- 29676,
- 2,
- 17,
- 5,
- 0.22803,
- "_FESLEPEMNNQASR_"
- ],
- [
- 2053,
- 2,
- 17,
- 4,
- 0.22803,
- "_FVDLYGAQK_"
- ],
- [
- 46157,
- 2,
- 8,
- 2,
- 0.099694,
- "_DAHDVSPTSTDTEAQLTVER_"
- ],
- [
- 41729,
- 2,
- 17,
- 5,
- 0.22803,
- "_SMASGGGVPTDEEQATGLER_"
- ],
- [
- 40104,
- 2,
- 21,
- 7,
- 0.28503,
- "_NLDSTTVAVHGEEIYCK_"
- ],
- [
- 15063,
- 2,
- 15,
- 7,
- 0.19949,
- "_CDPAGYYCGFK_"
- ],
- [
- 37374,
- 2,
- 12,
- 7,
- 0.15673,
- "_ILENEKDLEEAEEYK_"
- ],
- [
- 34074,
- 2,
- 12,
- 4,
- 0.15673,
- "_VLGSEGEEEDEALSPAK_"
- ],
- [
- 10072,
- 3,
- 13,
- 5,
- 0.17096,
- "_HMNLILCDCDEFRK_"
- ],
- [
- 47148,
- 2,
- 8,
- 3,
- 0.099694,
- "_GLNGACSVHEYTGTFAGQPVR_"
- ],
- [
- 815,
- 3,
- 14,
- 6,
- 0.1852,
- "_QIGVEHVVVYVNK_"
- ],
- [
- 23500,
- 2,
- 12,
- 5,
- 0.15673,
- "_FMDQHPEMDFSK_"
- ],
- [
- 19179,
- 2,
- 7,
- 4,
- 0.085419,
- "_TGTCGYCGLQFR_"
- ],
- [
- 9792,
- 2,
- 16,
- 2,
- 0.21375,
- "_AQNLNPMVDVK_"
- ],
- [
- 6975,
- 2,
- 16,
- 2,
- 0.21375,
- "_AASITSEVFNK_"
- ],
- [
- 32770,
- 2,
- 20,
- 6,
- 0.27074,
- "_FGGNPGGFGNQGGFGNSR_"
- ],
- [
- 34427,
- 2,
- 16,
- 6,
- 0.21374,
- "_VAIHEAMEQQTISIAK_"
- ],
- [
- 46997,
- 2,
- 9,
- 5,
- 0.11394,
- "_NLVNAQQVAGSAQQQGDQSIR_"
- ],
- [
- 42233,
- 3,
- 20,
- 5,
- 0.27074,
- "_AGEPNSPDAEEANSPDVTAGCDPAGVHPPR_"
- ],
- [
- 26688,
- 2,
- 16,
- 4,
- 0.21374,
- "_SAMPFTASPASSTTAR_"
- ],
- [
- 20126,
- 2,
- 8,
- 4,
- 0.099666,
- "_SMQDVVEDFKNK_"
- ],
- [
- 41704,
- 2,
- 10,
- 2,
- 0.12817,
- "_QLLCTNEDVSSPASADQR_"
- ],
- [
- 31615,
- 3,
- 15,
- 4,
- 0.19944,
- "_MVVNEGSDGGQSVYHVHLHVLGGR_"
- ],
- [
- 15420,
- 2,
- 12,
- 4,
- 0.15671,
- "_HNLELTMAEMR_"
- ],
- [
- 37543,
- 3,
- 13,
- 7,
- 0.17098,
- "_QATYGYYLGNPAEFHDSSDHHTFK_"
- ],
- [
- 6919,
- 2,
- 10,
- 2,
- 0.12817,
- "_KLQDVFEMR_"
- ],
- [
- 11087,
- 2,
- 10,
- 4,
- 0.12817,
- "_YVSSLTEEISK_"
- ],
- [
- 13176,
- 2,
- 7,
- 3,
- 0.085425,
- "_IEFPPPNEEAR_"
- ],
- [
- 7169,
- 2,
- 10,
- 4,
- 0.12817,
- "_NSINQVVQLR_"
- ],
- [
- 2593,
- 3,
- 13,
- 2,
- 0.17098,
- "_TVYSHLFDHVVNR_"
- ],
- [
- 15862,
- 2,
- 18,
- 4,
- 0.24228,
- "_DIISDTSGDFRK_"
- ],
- [
- 598,
- 2,
- 6,
- 3,
- 0.071178,
- "_AEILDEMR_"
- ],
- [
- 24909,
- 2,
- 9,
- 4,
- 0.11394,
- "_VLVMANDPNYLHR_"
- ],
- [
- 25209,
- 2,
- 12,
- 4,
- 0.15671,
- "_QEQLLLSSDSASDR_"
- ],
- [
- 18864,
- 2,
- 16,
- 4,
- 0.21374,
- "_KEFSPFGTITSAK_"
- ],
- [
- 7202,
- 2,
- 13,
- 4,
- 0.17098,
- "_TLEDPDLNVR_"
- ],
- [
- 18291,
- 2,
- 14,
- 3,
- 0.1852,
- "_TVQAGLGQADALTR_"
- ],
- [
- 22488,
- 3,
- 18,
- 7,
- 0.24228,
- "_LHISPSNMTNQNTNEYLEK_"
- ],
- [
- 3057,
- 2,
- 11,
- 4,
- 0.14245,
- "_GLFITIHDR_"
- ],
- [
- 20310,
- 2,
- 11,
- 4,
- 0.14245,
- "_DYNEAYNYYTK_"
- ],
- [
- 45669,
- 2,
- 13,
- 5,
- 0.17098,
- "_VQCIPGNASCCDCGLADPR_"
- ],
- [
- 16998,
- 3,
- 11,
- 4,
- 0.14245,
- "_QGYACEVCSFACHVSCK_"
- ],
- [
- 29047,
- 2,
- 17,
- 6,
- 0.228,
- "_CTVFHGAQVEDAFR_"
- ],
- [
- 18213,
- 2,
- 13,
- 5,
- 0.17098,
- "_HSLEEGLDMVNR_"
- ],
- [
- 8041,
- 2,
- 11,
- 2,
- 0.14245,
- "_KLVELPYTVK_"
- ],
- [
- 12936,
- 3,
- 13,
- 2,
- 0.17095,
- "_MEIATKDPLNPIKQDVK_"
- ],
- [
- 14532,
- 2,
- 12,
- 2,
- 0.15669,
- "_NEYSLTGLCNR_"
- ],
- [
- 2105,
- 3,
- 11,
- 5,
- 0.14241,
- "_GHFYGHLDFNLDK_"
- ],
- [
- 32292,
- 2,
- 13,
- 4,
- 0.17095,
- "_HEVSGETVVFQGGALGK_"
- ],
- [
- 29939,
- 2,
- 10,
- 4,
- 0.12818,
- "_LLNSSNIAEHPGFMK_"
- ],
- [
- 43854,
- 2,
- 11,
- 3,
- 0.14241,
- "_YVHYEIDACMDSEAPGSK_"
- ],
- [
- 22957,
- 3,
- 13,
- 6,
- 0.17095,
- "_QLVARPDVVEMHDVTAQDPK_"
- ],
- [
- 25601,
- 2,
- 11,
- 4,
- 0.14241,
- "_GTVVIFDEAHNVEK_"
- ],
- [
- 32704,
- 2,
- 12,
- 4,
- 0.15669,
- "_TGSPGPELLFHEGQQK_"
- ],
- [
- 35505,
- 3,
- 11,
- 6,
- 0.14241,
- "_TAHNSEADLEESFNEHELEPSSPK_"
- ],
- [
- 22915,
- 3,
- 11,
- 5,
- 0.14241,
- "_YRDVAECGPQQELDLNSPR_"
- ],
- [
- 24093,
- 2,
- 13,
- 5,
- 0.17095,
- "_HLFGQPNSAYDFK_"
- ],
- [
- 35476,
- 2,
- 12,
- 5,
- 0.15669,
- "_DLHQGIEAASDEEDLR_"
- ],
- [
- 12452,
- 2,
- 13,
- 6,
- 0.17095,
- "_EMFEDTVEER_"
- ],
- [
- 27314,
- 2,
- 20,
- 5,
- 0.27074,
- "_YDYNSGEELESYK_"
- ],
- [
- 9782,
- 2,
- 11,
- 3,
- 0.14241,
- "_FSMALCDQEK_"
- ],
- [
- 45682,
- 2,
- 12,
- 4,
- 0.15669,
- "_TLSQGESQTSEHELFLDTK_"
- ],
- [
- 9623,
- 2,
- 15,
- 4,
- 0.19944,
- "_GKPLALVEEIR_"
- ],
- [
- 7570,
- 3,
- 15,
- 6,
- 0.19944,
- "_VAIHEAMEQQTISIAK_"
- ],
- [
- 22392,
- 3,
- 15,
- 5,
- 0.19944,
- "_ADETKDEQFEQCVQNFNK_"
- ],
- [
- 1820,
- 2,
- 12,
- 5,
- 0.15669,
- "_EWVSMAGPR_"
- ],
- [
- 25598,
- 2,
- 15,
- 5,
- 0.19944,
- "_ESQSHPGDFVLSVR_"
- ],
- [
- 264,
- 2,
- 7,
- 2,
- 0.085416,
- "_FSQIVNLK_"
- ],
- [
- 23406,
- 2,
- 15,
- 2,
- 0.19944,
- "_NTLPDMNTSEMEK_"
- ],
- [
- 12995,
- 3,
- 20,
- 5,
- 0.27074,
- "_NITLNFGPQHPAAHGVLR_"
- ],
- [
- 129,
- 2,
- 15,
- 3,
- 0.19944,
- "_MCYLTIK_"
- ],
- [
- 35828,
- 2,
- 13,
- 5,
- 0.17095,
- "_HSGGFLSSPADFSQENK_"
- ],
- [
- 31744,
- 2,
- 8,
- 3,
- 0.099663,
- "_VYMNQVCDDTITSR_"
- ],
- [
- 10210,
- 2,
- 15,
- 6,
- 0.19944,
- "_EAFNMIDQNR_"
- ],
- [
- 16657,
- 2,
- 8,
- 4,
- 0.099663,
- "_LLPAAGPAGGEPYR_"
- ],
- [
- 19614,
- 2,
- 16,
- 4,
- 0.21368,
- "_QLQNISLAAASGGAK_"
- ],
- [
- 15646,
- 4,
- 12,
- 6,
- 0.15669,
- "_TAHNSEADLEESFNEHELEPSSPK_"
- ],
- [
- 4223,
- 2,
- 12,
- 4,
- 0.15669,
- "_SSAVQQLLEK_"
- ],
- [
- 26456,
- 2,
- 16,
- 4,
- 0.21368,
- "_QPAEHLQLLEEAAK_"
- ],
- [
- 42516,
- 2,
- 14,
- 4,
- 0.18522,
- "_MLCQMDNHLACVNCVR_"
- ],
- [
- 207,
- 3,
- 11,
- 3,
- 0.14241,
- "_VGTPHFMAPEVVK_"
- ],
- [
- 11964,
- 4,
- 16,
- 7,
- 0.21368,
- "_MVVNEGSDGGQSVYHVHLHVLGGR_"
- ],
- [
- 25658,
- 2,
- 14,
- 4,
- 0.18522,
- "_AVQGAQQPSLYQIR_"
- ],
- [
- 21450,
- 2,
- 8,
- 2,
- 0.099663,
- "_EAMIQCSLEACR_"
- ],
- [
- 4493,
- 2,
- 12,
- 5,
- 0.15669,
- "_AIADWYNEK_"
- ],
- [
- 24858,
- 2,
- 12,
- 4,
- 0.15669,
- "_NESGTWIQYGEEK_"
- ],
- [
- 46815,
- 2,
- 9,
- 4,
- 0.1139,
- "_EIEGQWGVTAAEEEEENKR_"
- ],
- [
- 14326,
- 2,
- 13,
- 3,
- 0.17095,
- "_EQAIGEYEDLR_"
- ],
- [
- 15208,
- 2,
- 9,
- 4,
- 0.1139,
- "_VTGEVHIGGVMLK_"
- ],
- [
- 13893,
- 2,
- 16,
- 4,
- 0.21368,
- "_AEVEQVELPDGK_"
- ],
- [
- 34978,
- 2,
- 16,
- 3,
- 0.21368,
- "_YLNEQLYSGPSSAAQR_"
- ],
- [
- 6154,
- 4,
- 13,
- 2,
- 0.17092,
- "_LHTLENLLESIDPTLESWGK_"
- ],
- [
- 26613,
- 2,
- 13,
- 5,
- 0.17092,
- "_LLEEQLQHEISNK_"
- ],
- [
- 19744,
- 3,
- 12,
- 3,
- 0.15664,
- "_(Acetyl (Protein N-term))M(Oxidation (M))DIRPNHTIYINNMNDK_"
- ],
- [
- 10787,
- 3,
- 13,
- 7,
- 0.17092,
- "_EPFFHGHDNYDQLVR_"
- ],
- [
- 14297,
- 2,
- 12,
- 4,
- 0.15664,
- "_NQGLTVFETGQK_"
- ],
- [
- 15960,
- 2,
- 13,
- 4,
- 0.17092,
- "_MDSTNADALYVR_"
- ],
- [
- 22305,
- 3,
- 11,
- 5,
- 0.14241,
- "_HGGPGPGGPEPELSPITEGSEAR_"
- ],
- [
- 12582,
- 2,
- 9,
- 4,
- 0.1139,
- "_LQDLATQLQEK_"
- ],
- [
- 15387,
- 3,
- 22,
- 7,
- 0.29921,
- "_VILHLKEDQTEYLEER_"
- ],
- [
- 15130,
- 2,
- 14,
- 5,
- 0.18518,
- "_SDDMFTFHGPGK_"
- ],
- [
- 12140,
- 2,
- 9,
- 2,
- 0.1139,
- "_LM(Oxidation (M))MDPLSGQNR_"
- ],
- [
- 48511,
- 2,
- 9,
- 3,
- 0.1139,
- "_QDEEPSEEAAMMSSQAQGPQR_"
- ],
- [
- 3717,
- 3,
- 22,
- 6,
- 0.29921,
- "_RLPNNHIGISFIPR_"
- ],
- [
- 42363,
- 2,
- 9,
- 3,
- 0.1139,
- "_HLCEPGADGSETFADGVPR_"
- ],
- [
- 8725,
- 3,
- 15,
- 3,
- 0.19945,
- "_DYNKYEEGINIHLAK_"
- ],
- [
- 15980,
- 2,
- 9,
- 4,
- 0.1139,
- "_GLVYSSNFQNVK_"
- ],
- [
- 43789,
- 2,
- 8,
- 4,
- 0.09965,
- "_AYLLQNFNEEGTTEKPSK_"
- ],
- [
- 2199,
- 2,
- 20,
- 5,
- 0.27075,
- "_QLLLTADDR_"
- ],
- [
- 2843,
- 2,
- 16,
- 3,
- 0.21368,
- "_EDMESVLDK_"
- ],
- [
- 41114,
- 2,
- 16,
- 6,
- 0.21368,
- "_(Acetyl (Protein N-term))MEEVPHDCPGADSAQAGR_"
- ],
- [
- 27464,
- 2,
- 16,
- 5,
- 0.21368,
- "_TLHNLVIQYASQGR_"
- ],
- [
- 1220,
- 2,
- 50,
- 3,
- 0.69831,
- "_QSLPPGLAVK_"
- ],
- [
- 4326,
- 3,
- 9,
- 5,
- 0.1139,
- "_LLNSSNIAEHPGFMK_"
- ],
- [
- 3554,
- 2,
- 9,
- 4,
- 0.1139,
- "_VSVEFEGYR_"
- ],
- [
- 32057,
- 2,
- 12,
- 4,
- 0.15664,
- "_EACNQDALQEAGTFR_"
- ],
- [
- 1668,
- 3,
- 10,
- 3,
- 0.12814,
- "_KDSVFTSMFHSVR_"
- ],
- [
- 2920,
- 4,
- 11,
- 2,
- 0.14241,
- "_QYYIGDIHPSDLKPESGSK_"
- ],
- [
- 11194,
- 3,
- 15,
- 6,
- 0.19945,
- "_LHSLVKPSVDYVCQLK_"
- ],
- [
- 34592,
- 2,
- 14,
- 4,
- 0.18518,
- "_EAEAAEAEEPWGEEAR_"
- ],
- [
- 12939,
- 2,
- 14,
- 5,
- 0.18518,
- "_LAILGIHNEVSK_"
- ],
- [
- 32782,
- 2,
- 11,
- 3,
- 0.14241,
- "_YQLHLHESCVLSLK_"
- ],
- [
- 14623,
- 2,
- 11,
- 5,
- 0.14241,
- "_NVGFESDTGGAFK_"
- ],
- [
- 20854,
- 2,
- 14,
- 5,
- 0.18518,
- "_AGAGSATLSMAYAGAR_"
- ],
- [
- 3190,
- 4,
- 10,
- 6,
- 0.12814,
- "_ATLECHPLTMTDPIEEHR_"
- ],
- [
- 22417,
- 2,
- 11,
- 3,
- 0.14241,
- "_VAEVLNDPENMEK_"
- ],
- [
- 24461,
- 2,
- 8,
- 3,
- 0.09964,
- "_DRGEWDSLTPEAR_"
- ],
- [
- 43152,
- 2,
- 9,
- 4,
- 0.11388,
- "_NVNSNTGMQTTENYLTEK_"
- ],
- [
- 7959,
- 3,
- 9,
- 2,
- 0.11388,
- "_KVDLETLKEDSEFTK_"
- ],
- [
- 15579,
- 2,
- 12,
- 3,
- 0.15664,
- "_QLDEGEISTIDK_"
- ],
- [
- 28170,
- 2,
- 7,
- 3,
- 0.08542,
- "_SQACEPSEPEIEIK_"
- ],
- [
- 29050,
- 2,
- 9,
- 2,
- 0.11388,
- "_TGPQNGWNDPPALNR_"
- ],
- [
- 1799,
- 2,
- 12,
- 2,
- 0.15664,
- "_DHCVLFLK_"
- ],
- [
- 23143,
- 3,
- 10,
- 3,
- 0.12813,
- "_SREESADAPVDQNSVVIPAAAK_"
- ],
- [
- 17301,
- 3,
- 12,
- 4,
- 0.15664,
- "_YVHYEIDACMDSEAPGSK_"
- ],
- [
- 30497,
- 3,
- 12,
- 7,
- 0.15664,
- "_DGEATGVDAICTHRPDPTGPGLDR_"
- ],
- [
- 45355,
- 2,
- 13,
- 4,
- 0.17087,
- "_FSGWYDADLSPAGHEEAKR_"
- ],
- [
- 7823,
- 2,
- 12,
- 4,
- 0.15664,
- "_FYDDAIVSQK_"
- ],
- [
- 14307,
- 2,
- 10,
- 4,
- 0.12813,
- "_KEPILVCPPLR_"
- ],
- [
- 23619,
- 4,
- 13,
- 6,
- 0.17087,
- "_QAIEEEGGDPDNIELTVSTDTPNKKPTK_"
- ],
- [
- 12985,
- 2,
- 12,
- 5,
- 0.15664,
- "_IQPETGPLGGGIR_"
- ],
- [
- 19605,
- 2,
- 12,
- 4,
- 0.15664,
- "_IHEACMLALGSVK_"
- ],
- [
- 6453,
- 3,
- 19,
- 7,
- 0.25644,
- "_VVVLMGSTSDLGHCEK_"
- ],
- [
- 28882,
- 2,
- 14,
- 4,
- 0.18515,
- "_WYMQFDDDEKQK_"
- ],
- [
- 28373,
- 2,
- 15,
- 5,
- 0.19941,
- "_QIYLSENPEETAAR_"
- ],
- [
- 26875,
- 3,
- 15,
- 7,
- 0.19941,
- "_VSEVEEEKEPVPQPLPSDDTR_"
- ],
- [
- 7511,
- 2,
- 16,
- 5,
- 0.21368,
- "_DVMEDAVEDR_"
- ],
- [
- 18631,
- 2,
- 17,
- 6,
- 0.22791,
- "_MQGQEAVLAMSSR_"
- ],
- [
- 17508,
- 3,
- 15,
- 3,
- 0.19941,
- "_KIIVDTYGGWGAHGGGAFSGK_"
- ],
- [
- 27528,
- 2,
- 15,
- 5,
- 0.19941,
- "_YTSWSPMGCDANGR_"
- ],
- [
- 8884,
- 3,
- 14,
- 5,
- 0.18515,
- "_MAPVPLDDSNRPASLTK_"
- ],
- [
- 5439,
- 3,
- 15,
- 5,
- 0.19941,
- "_CVDDHMHLIPTMTK_"
- ],
- [
- 38123,
- 2,
- 16,
- 6,
- 0.21368,
- "_TCAYTNHTVLPEALER_"
- ],
- [
- 44399,
- 2,
- 13,
- 8,
- 0.17087,
- "_SQEATEAAPSCVGDMADTPR_"
- ],
- [
- 14383,
- 3,
- 16,
- 8,
- 0.21368,
- "_IPEINSSDMSAHVTSPSGR_"
- ],
- [
- 7393,
- 2,
- 15,
- 6,
- 0.19941,
- "_APQQWATFAR_"
- ],
- [
- 6264,
- 3,
- 16,
- 2,
- 0.21368,
- "_TGSPGPELLFHEGQQK_"
- ],
- [
- 8288,
- 3,
- 15,
- 4,
- 0.19941,
- "_RPCPFWNDISQCGR_"
- ],
- [
- 17188,
- 4,
- 15,
- 5,
- 0.19941,
- "_LQPLLNHLSHSYTGQDYSTQGNVGK_"
- ],
- [
- 22846,
- 2,
- 16,
- 3,
- 0.21368,
- "_DAHNALLDIQSSGR_"
- ],
- [
- 18066,
- 2,
- 16,
- 5,
- 0.21369,
- "_LNESTFDTQITK_"
- ],
- [
- 12125,
- 3,
- 16,
- 4,
- 0.21369,
- "_HEMPPHIYAITDTAYR_"
- ],
- [
- 1316,
- 2,
- 13,
- 2,
- 0.17092,
- "_EFTNVYIK_"
- ],
- [
- 18879,
- 2,
- 11,
- 4,
- 0.1424,
- "_EYGFCIMDNHK_"
- ],
- [
- 5134,
- 3,
- 13,
- 6,
- 0.17092,
- "_ISNYGWDQSDKFVK_"
- ],
- [
- 8912,
- 3,
- 17,
- 6,
- 0.22796,
- "_SLNYCGHIYTPISCK_"
- ],
- [
- 24930,
- 3,
- 13,
- 5,
- 0.17092,
- "_NQGCQLPGSSHSFQGPNLVTGK_"
- ],
- [
- 2073,
- 3,
- 33,
- 4,
- 0.45609,
- "_AQGWAPLKPLPPSAK_"
- ],
- [
- 20373,
- 2,
- 11,
- 5,
- 0.1424,
- "_LDPGSEETQTLVR_"
- ],
- [
- 21367,
- 2,
- 13,
- 5,
- 0.17092,
- "_NGDLDEVKDYVAK_"
- ],
- [
- 10476,
- 2,
- 13,
- 4,
- 0.17092,
- "_FEDYLNAESR_"
- ],
- [
- 8298,
- 2,
- 13,
- 4,
- 0.17092,
- "_FACAVVCIQK_"
- ],
- [
- 39357,
- 2,
- 11,
- 5,
- 0.1424,
- "_NTGQTCVCSNQFLVQR_"
- ],
- [
- 17416,
- 2,
- 6,
- 2,
- 0.071225,
- "_TAAVANSMNYLTK_"
- ],
- [
- 27835,
- 2,
- 17,
- 6,
- 0.22796,
- "_GMTSESDSIGLTPGEK_"
- ],
- [
- 32644,
- 2,
- 12,
- 5,
- 0.15664,
- "_EPSVPASCAVSATYER_"
- ],
- [
- 27152,
- 3,
- 12,
- 5,
- 0.15664,
- "_SFLENMEVECNYHCYHEK_"
- ],
- [
- 20527,
- 2,
- 12,
- 4,
- 0.15664,
- "_VHVQFFDDSPTR_"
- ],
- [
- 15709,
- 2,
- 12,
- 4,
- 0.15664,
- "_MNGALPSDAVGYR_"
- ],
- [
- 23786,
- 4,
- 12,
- 6,
- 0.15664,
- "_LIEQIHPSKDENQHSNASQSLCDIIR_"
- ],
- [
- 12905,
- 2,
- 12,
- 5,
- 0.15664,
- "_WMGGAELSDDGR_"
- ],
- [
- 36901,
- 3,
- 13,
- 6,
- 0.17092,
- "_LQPLLNHLSHSYTGQDYSTQGNVGK_"
- ],
- [
- 30227,
- 2,
- 12,
- 5,
- 0.17092,
- "_DTYECTCQVGFTGK_"
- ],
- [
- 34229,
- 2,
- 24,
- 5,
- 0.32772,
- "_VANPSGNLTETYVQDR_"
- ],
- [
- 15679,
- 2,
- 15,
- 6,
- 0.19943,
- "_NLLSLGHNNIVR_"
- ],
- [
- 22325,
- 2,
- 9,
- 5,
- 0.11392,
- "_ITESSLVEITEHK_"
- ],
- [
- 2401,
- 3,
- 15,
- 6,
- 0.19943,
- "_QPAEHLQLLEEAAK_"
- ],
- [
- 49101,
- 2,
- 14,
- 5,
- 0.18515,
- "_STGTETGSNINVNSELNPSTGNR_"
- ],
- [
- 10624,
- 4,
- 14,
- 4,
- 0.18515,
- "_FLQSSASVQNHEFLLVHHLQR_"
- ],
- [
- 29514,
- 2,
- 15,
- 6,
- 0.19943,
- "_SSTPLPTISSSAENTR_"
- ],
- [
- 30058,
- 2,
- 15,
- 3,
- 0.19943,
- "_HQEPVYSVAFSPDGK_"
- ],
- [
- 3762,
- 3,
- 18,
- 6,
- 0.24218,
- "_CTVFHGAQVEDAFR_"
- ],
- [
- 8436,
- 3,
- 15,
- 6,
- 0.19943,
- "_DLHQGIEAASDEEDLR_"
- ],
- [
- 2941,
- 4,
- 14,
- 4,
- 0.18515,
- "_FSGWYDADLSPAGHEEAKR_"
- ],
- [
- 22424,
- 4,
- 8,
- 6,
- 0.099696,
- "_KVDEGAGDSAAVASGGAQTLALAGSPAPSGHPK_"
- ],
- [
- 3132,
- 4,
- 10,
- 2,
- 0.12816,
- "_VAGMLQRPDQLDKVEQYR_"
- ],
- [
- 36553,
- 2,
- 14,
- 5,
- 0.18515,
- "_CPNPTCENM(Oxidation (M))NFSWR_"
- ],
- [
- 47953,
- 2,
- 14,
- 5,
- 0.18515,
- "_QAQYLGMSCDGPFKPDHYR_"
- ],
- [
- 1464,
- 4,
- 14,
- 7,
- 0.18515,
- "_VIHLSNLPHSGYSDSAVLK_"
- ],
- [
- 8642,
- 2,
- 9,
- 2,
- 0.11392,
- "_TGYFSSTDLGR_"
- ],
- [
- 2766,
- 3,
- 11,
- 4,
- 0.1424,
- "_WDSNICELHYTR_"
- ],
- [
- 4170,
- 2,
- 9,
- 2,
- 0.11392,
- "_QLENELDLK_"
- ],
- [
- 1237,
- 2,
- 15,
- 4,
- 0.19943,
- "_TLDAMAFNK_"
- ],
- [
- 14913,
- 4,
- 10,
- 4,
- 0.12816,
- "_INNHEHTDIQEYIGCYTSDSSGK_"
- ],
- [
- 20959,
- 2,
- 10,
- 5,
- 0.12817,
- "_ISAILHPSTYLNK_"
- ],
- [
- 28356,
- 2,
- 10,
- 4,
- 0.12817,
- "_(Acetyl (Protein N-term))TTANCGAHDELDFK_"
- ],
- [
- 1888,
- 2,
- 12,
- 4,
- 0.15666,
- "_YLLQEQLK_"
- ],
- [
- 47226,
- 2,
- 13,
- 5,
- 0.1709,
- "_GEDVPSEEEEEEENGFEDR_"
- ],
- [
- 39834,
- 2,
- 10,
- 4,
- 0.12817,
- "_IMPIQHTLSVQSASSTVK_"
- ],
- [
- 44157,
- 2,
- 13,
- 4,
- 0.1709,
- "_SPHQLLSPSSFSPSATPSQK_"
- ],
- [
- 26006,
- 2,
- 13,
- 6,
- 0.1709,
- "_SNAAAYLQHLCYR_"
- ],
- [
- 1654,
- 2,
- 13,
- 4,
- 0.1709,
- "_LSPLAQELR_"
- ],
- [
- 40487,
- 2,
- 13,
- 4,
- 0.1709,
- "_DKPEEQWWNAEDSEGK_"
- ],
- [
- 9158,
- 2,
- 20,
- 5,
- 0.27068,
- "_NLQYYDISAK_"
- ],
- [
- 44518,
- 3,
- 10,
- 5,
- 0.12817,
- "_TVEEPSNPEASSSTSVTPDVSDNEPDHYR_"
- ],
- [
- 10260,
- 2,
- 7,
- 3,
- 0.08548,
- "_FSM(Oxidation (M))VVQDGIVK_"
- ],
- [
- 18334,
- 2,
- 8,
- 4,
- 0.099734,
- "_IQQDADSVITVGR_"
- ],
- [
- 26082,
- 4,
- 12,
- 5,
- 0.15666,
- "_KLEYGGQTWHEHCFLCSGCEQPLGSR_"
- ],
- [
- 42980,
- 2,
- 12,
- 6,
- 0.15666,
- "_VIHLSNLPHSGYSDSAVLK_"
- ],
- [
- 3737,
- 2,
- 11,
- 2,
- 0.14241,
- "_DLTIGQMQGK_"
- ],
- [
- 1484,
- 2,
- 8,
- 4,
- 0.099734,
- "_IAPYSVEIK_"
- ],
- [
- 26642,
- 2,
- 15,
- 7,
- 0.1994,
- "_NKEQLSDMMMINK_"
- ],
- [
- 12286,
- 2,
- 12,
- 4,
- 0.15666,
- "_IIQHLVPASFR_"
- ],
- [
- 36632,
- 2,
- 11,
- 5,
- 0.14241,
- "_AVEEEDKMTPEQLAIK_"
- ],
- [
- 5199,
- 2,
- 18,
- 4,
- 0.24221,
- "_VANVELYYR_"
- ],
- [
- 19992,
- 3,
- 12,
- 4,
- 0.15666,
- "_LAPVPSPEPQKPAPVSPESVK_"
- ],
- [
- 25243,
- 2,
- 11,
- 4,
- 0.14241,
- "_EFDQLTPEESQAR_"
- ],
- [
- 31591,
- 2,
- 11,
- 5,
- 0.14241,
- "_GLGAGAGAGEESPATSLPR_"
- ],
- [
- 3874,
- 3,
- 11,
- 4,
- 0.14241,
- "_KYAVLYQPLFDKR_"
- ],
- [
- 2927,
- 2,
- 11,
- 4,
- 0.14241,
- "_QGLSSSIFTK_"
- ],
- [
- 34300,
- 2,
- 11,
- 4,
- 0.14241,
- "_TSCGSPNYAAPEVISGR_"
- ],
- [
- 1175,
- 3,
- 19,
- 7,
- 0.25644,
- "_FMDQHPEMDFSK_"
- ],
- [
- 5567,
- 4,
- 18,
- 8,
- 0.24221,
- "_QAQYLGMSCDGPFKPDHYR_"
- ],
- [
- 433,
- 2,
- 18,
- 5,
- 0.24221,
- "_VFIEDVSR_"
- ],
- [
- 34612,
- 3,
- 15,
- 6,
- 0.1994,
- "_TAASGVEANSRPLDHAQPPSSLVIDK_"
- ],
- [
- 14910,
- 3,
- 20,
- 8,
- 0.27068,
- "_VLVHPPQDGEDEPTLVQK_"
- ],
- [
- 17352,
- 3,
- 13,
- 2,
- 0.1709,
- "_QQAAQAFIHNSLYGPGTNR_"
- ],
- [
- 15175,
- 2,
- 14,
- 4,
- 0.18517,
- "_YSLATGNWGDQK_"
- ],
- [
- 26592,
- 2,
- 14,
- 4,
- 0.18517,
- "_ILCDVPCSGDGTMR_"
- ],
- [
- 37497,
- 2,
- 14,
- 5,
- 0.18517,
- "_ETEVGDPAGNELAEPEAK_"
- ],
- [
- 2002,
- 2,
- 15,
- 5,
- 0.1994,
- "_IPVGPETLGR_"
- ],
- [
- 23963,
- 2,
- 15,
- 3,
- 0.1994,
- "_ECVLPGGETAGDMGK_"
- ],
- [
- 10245,
- 2,
- 14,
- 5,
- 0.18517,
- "_NPAMMQEMMR_"
- ],
- [
- 5477,
- 2,
- 14,
- 2,
- 0.18517,
- "_IDYGEYMDK_"
- ],
- [
- 28702,
- 2,
- 15,
- 5,
- 0.1994,
- "_HTLADNFNPVSEER_"
- ],
- [
- 16587,
- 2,
- 13,
- 4,
- 0.1709,
- "_EEAEEEIDFEK_"
- ],
- [
- 31904,
- 2,
- 17,
- 6,
- 0.22794,
- "_DVQDSLTVSNEAQTAK_"
- ],
- [
- 38220,
- 3,
- 17,
- 6,
- 0.22794,
- "_SIAACHNVGLLAHDGQVNEDGQPDLGK_"
- ],
- [
- 19390,
- 3,
- 16,
- 7,
- 0.21368,
- "_FSGWYDADLSPAGHEEAKR_"
- ],
- [
- 14725,
- 4,
- 18,
- 4,
- 0.24222,
- "_TAASGVEANSRPLDHAQPPSSLVIDK_"
- ],
- [
- 10562,
- 2,
- 11,
- 3,
- 0.14245,
- "_SFDKGPFATFK_"
- ],
- [
- 14932,
- 2,
- 12,
- 4,
- 0.15669,
- "_DYVAPTANLDQK_"
- ],
- [
- 35706,
- 4,
- 12,
- 6,
- 0.15669,
- "_KIALESEGRPEEQMESDNCSGGDDDWTHLSSK_"
- ],
- [
- 40076,
- 2,
- 9,
- 5,
- 0.11401,
- "_SNSSSEAVLGQEELSAQAK_"
- ],
- [
- 19575,
- 2,
- 24,
- 4,
- 0.32779,
- "_GALEGLPRPPPPVK_"
- ],
- [
- 46907,
- 3,
- 22,
- 9,
- 0.29925,
- "_TAMSTPHVAEPAENEQDEQDENGAEASADLR_"
- ],
- [
- 23953,
- 3,
- 13,
- 6,
- 0.17093,
- "_ALQHMAAMSSAQIVSATAIHNK_"
- ],
- [
- 42340,
- 2,
- 16,
- 4,
- 0.21368,
- "_VPASETSPGPPPMGPPPPSSK_"
- ],
- [
- 17697,
- 3,
- 20,
- 5,
- 0.27071,
- "_SPHQLLSPSSFSPSATPSQK_"
- ],
- [
- 49377,
- 2,
- 12,
- 4,
- 0.15669,
- "_DAAASASTPAQAPTSDSPVAEDASR_"
- ],
- [
- 19833,
- 3,
- 17,
- 5,
- 0.22796,
- "_ATLECHPLTMTDPIEEHR_"
- ],
- [
- 27712,
- 2,
- 17,
- 7,
- 0.22796,
- "_KLEGELTEEVEMAK_"
- ],
- [
- 11408,
- 2,
- 15,
- 4,
- 0.19945,
- "_TPAQFDADELR_"
- ],
- [
- 6522,
- 2,
- 7,
- 2,
- 0.085509,
- "_YPVGVHFLPK_"
- ],
- [
- 28018,
- 2,
- 12,
- 6,
- 0.15669,
- "_VSAEAVTTTLHQVTR_"
- ],
- [
- 31576,
- 2,
- 12,
- 4,
- 0.15669,
- "_DATSNEQQELFCQK_"
- ],
- [
- 33051,
- 2,
- 12,
- 5,
- 0.15669,
- "_EVMDSLKQETQGLQK_"
- ],
- [
- 41398,
- 2,
- 20,
- 5,
- 0.27071,
- "_GPCVSENEIGTGGTCQWK_"
- ],
- [
- 29334,
- 2,
- 15,
- 3,
- 0.19945,
- "_YYEGYYAAGPGYGGR_"
- ],
- [
- 46989,
- 2,
- 9,
- 3,
- 0.11401,
- "_EFTGAQSGGPQQNPGVLDGPQK_"
- ],
- [
- 35261,
- 2,
- 12,
- 2,
- 0.15669,
- "_LVGAIVYYDGQHNDAR_"
- ],
- [
- 15269,
- 2,
- 9,
- 3,
- 0.11401,
- "_ECDYSIDGINR_"
- ],
- [
- 41993,
- 2,
- 12,
- 4,
- 0.15669,
- "_CGSPSDSSTTEEMEVAVSK_"
- ],
- [
- 13766,
- 3,
- 12,
- 6,
- 0.15669,
- "_SKELDNFCNPIIYKPK_"
- ],
- [
- 36820,
- 2,
- 18,
- 4,
- 0.24222,
- "_AASDIAM(Oxidation (M))TELPPTHPIR_"
- ],
- [
- 47556,
- 2,
- 13,
- 5,
- 0.17093,
- "_AEPTESCEQIAVQVNNGDAGR_"
- ],
- [
- 18836,
- 3,
- 11,
- 2,
- 0.14245,
- "_LKTEPEEVSIEDSAQSDLK_"
- ],
- [
- 43506,
- 2,
- 14,
- 5,
- 0.18517,
- "_DQVAIHEAM(Oxidation (M))EQQTISITK_"
- ],
- [
- 50500,
- 3,
- 14,
- 7,
- 0.18517,
- "_EGEAAAVEGPCPSQESLSQEENPEPTEDERSEEK_"
- ],
- [
- 32452,
- 2,
- 28,
- 6,
- 0.38479,
- "_NLDIERPTYTNLNR_"
- ],
- [
- 39893,
- 2,
- 10,
- 5,
- 0.12823,
- "_VEVFEHAVNNTAGDDLAK_"
- ],
- [
- 26515,
- 2,
- 14,
- 2,
- 0.18517,
- "_EQWIQDAEECDR_"
- ],
- [
- 34809,
- 3,
- 11,
- 5,
- 0.14245,
- "_INNHEHTDIQEYIGCYTSDSSGK_"
- ],
- [
- 26187,
- 2,
- 14,
- 6,
- 0.18517,
- "_HSSGIVADLSEQSLK_"
- ],
- [
- 2331,
- 2,
- 7,
- 3,
- 0.085509,
- "_DVVMEPTMK_"
- ],
- [
- 29391,
- 2,
- 13,
- 3,
- 0.17093,
- "_AIVICPTDEDLKDR_"
- ],
- [
- 9401,
- 2,
- 17,
- 4,
- 0.22796,
- "_GCLLYGPPGTGK_"
- ],
- [
- 8239,
- 3,
- 11,
- 2,
- 0.14245,
- "_LVGAIVYYDGQHNDAR_"
- ],
- [
- 23606,
- 3,
- 15,
- 6,
- 0.19945,
- "_QAQYLGMSCDGPFKPDHYR_"
- ],
- [
- 33460,
- 2,
- 7,
- 2,
- 0.085509,
- "_AAVHGLSMQQEIGFQK_"
- ],
- [
- 46622,
- 2,
- 13,
- 6,
- 0.17093,
- "_VTGEADVEFATHEDAVAAM(Oxidation (M))SK_"
- ],
- [
- 3171,
- 2,
- 13,
- 2,
- 0.17093,
- "_VAMNILNSGR_"
- ],
- [
- 2237,
- 2,
- 14,
- 4,
- 0.18517,
- "_VLLAAAVCTK_"
- ],
- [
- 16338,
- 2,
- 15,
- 3,
- 0.19945,
- "_EHGLIFMETSAK_"
- ],
- [
- 16087,
- 2,
- 7,
- 3,
- 0.085509,
- "_TQVELVADPETR_"
- ],
- [
- 40128,
- 3,
- 14,
- 7,
- 0.18517,
- "_QHCTEEDEEEDEEEEEESFMTSR_"
- ],
- [
- 45523,
- 2,
- 13,
- 4,
- 0.17092,
- "_HSPAGSQALQTTAASELMSQK_"
- ],
- [
- 36761,
- 3,
- 11,
- 6,
- 0.14246,
- "_PAMAPGSSHLGAPASTTTAADATPSGSLAR_"
- ],
- [
- 30589,
- 2,
- 11,
- 4,
- 0.14246,
- "_LEYHQVIQQMEQK_"
- ],
- [
- 35091,
- 2,
- 13,
- 4,
- 0.17092,
- "_EQLAESILHEGSTGCR_"
- ],
- [
- 5672,
- 2,
- 18,
- 5,
- 0.24219,
- "_FKMPEMNIK_"
- ],
- [
- 1064,
- 2,
- 11,
- 4,
- 0.14246,
- "_QEGLESVLK_"
- ],
- [
- 12551,
- 3,
- 12,
- 4,
- 0.15668,
- "_VEVFEHAVNNTAGDDLAK_"
- ],
- [
- 24059,
- 2,
- 12,
- 4,
- 0.15668,
- "_VAAETQSPSLFGSTK_"
- ],
- [
- 1941,
- 2,
- 12,
- 2,
- 0.15668,
- "_IVADFSASVK_"
- ],
- [
- 21461,
- 4,
- 12,
- 8,
- 0.15668,
- "_NGDVCISILHEPGEDKYGYEKPEER_"
- ],
- [
- 13837,
- 2,
- 9,
- 5,
- 0.11399,
- "_EAPEPMELDGPK_"
- ],
- [
- 2961,
- 2,
- 13,
- 4,
- 0.17092,
- "_IPQAIAQLSK_"
- ],
- [
- 36834,
- 2,
- 12,
- 6,
- 0.15668,
- "_ATASSSAQEMEQQLAER_"
- ],
- [
- 50726,
- 2,
- 17,
- 6,
- 0.22791,
- "_NYAGEEEEEGSGSSEGFDPPATDR_"
- ],
- [
- 45969,
- 2,
- 6,
- 3,
- 0.071267,
- "_EEGQLQQPSTSASEGGGLMTR_"
- ],
- [
- 4016,
- 2,
- 8,
- 2,
- 0.099739,
- "_LTEQLAGPLR_"
- ],
- [
- 14828,
- 2,
- 22,
- 4,
- 0.29918,
- "_GILAADESTGSIAK_"
- ],
- [
- 13688,
- 2,
- 8,
- 3,
- 0.099739,
- "_HCGDDIAGLVPR_"
- ],
- [
- 34446,
- 2,
- 9,
- 5,
- 0.11399,
- "_MDPSTCASTGSVQWSR_"
- ],
- [
- 31129,
- 2,
- 13,
- 2,
- 0.17092,
- "_ISNYGWDQSDKFVK_"
- ],
- [
- 19368,
- 2,
- 13,
- 2,
- 0.17092,
- "_NSFTPLSSSNTIR_"
- ],
- [
- 387,
- 3,
- 13,
- 3,
- 0.17092,
- "_GLGVHHSGILPILK_"
- ],
- [
- 18045,
- 3,
- 20,
- 6,
- 0.27072,
- "_KDELSDWSLAGEDDRDSR_"
- ],
- [
- 8185,
- 2,
- 20,
- 5,
- 0.27072,
- "_LGQALTEVYAK_"
- ],
- [
- 3375,
- 2,
- 14,
- 4,
- 0.18516,
- "_DDAYWPEGK_"
- ],
- [
- 2265,
- 4,
- 19,
- 2,
- 0.25645,
- "_RPIMSNHTATHILNFALR_"
- ],
- [
- 5921,
- 3,
- 9,
- 4,
- 0.11399,
- "_MMDSGQIDFYQHDK_"
- ],
- [
- 6652,
- 3,
- 15,
- 6,
- 0.1994,
- "_MSSSEEESKIDLLDR_"
- ],
- [
- 517,
- 2,
- 9,
- 2,
- 0.11399,
- "_YAYNISLK_"
- ],
- [
- 16123,
- 3,
- 14,
- 6,
- 0.18516,
- "_VIHLSNLPHSGYSDSAVLK_"
- ],
- [
- 7808,
- 3,
- 14,
- 6,
- 0.18516,
- "_AAYLQETGKPLDETLK_"
- ],
- [
- 3356,
- 2,
- 16,
- 4,
- 0.21368,
- "_LLIYETEAK_"
- ],
- [
- 21381,
- 2,
- 15,
- 6,
- 0.1994,
- "_AQIHDLVLVGGSTR_"
- ],
- [
- 11274,
- 3,
- 15,
- 7,
- 0.1994,
- "_KDIHFMPCSGLTGANLK_"
- ],
- [
- 28124,
- 2,
- 16,
- 5,
- 0.21368,
- "_ESDWDGIIACHQGK_"
- ],
- [
- 32967,
- 2,
- 21,
- 6,
- 0.28494,
- "_VVVLMGSTSDLGHCEK_"
- ],
- [
- 4905,
- 2,
- 21,
- 3,
- 0.28494,
- "_EANMPLPGYK_"
- ],
- [
- 17658,
- 2,
- 15,
- 4,
- 0.1994,
- "_DMGFTEEEFKR_"
- ],
- [
- 3341,
- 2,
- 10,
- 4,
- 0.12824,
- "_SNLENIDFK_"
- ],
- [
- 2835,
- 3,
- 8,
- 3,
- 0.099739,
- "_DRFTISHMYADIK_"
- ],
- [
- 21595,
- 2,
- 13,
- 6,
- 0.17092,
- "_ELFESWCTDKR_"
- ],
- [
- 16857,
- 2,
- 10,
- 3,
- 0.12824,
- "_SYVEAQEDYLR_"
- ],
- [
- 12623,
- 2,
- 9,
- 4,
- 0.11399,
- "_HNSSGSILFLGR_"
- ],
- [
- 20845,
- 2,
- 19,
- 5,
- 0.25645,
- "_STNEAMEWMNNK_"
- ],
- [
- 6593,
- 3,
- 15,
- 2,
- 0.1994,
- "_RVHLMNPMVPGLTGSK_"
- ],
- [
- 21296,
- 2,
- 13,
- 2,
- 0.17092,
- "_VPEVPTAPATDAAPK_"
- ],
- [
- 4095,
- 2,
- 8,
- 2,
- 0.099757,
- "_ALVEEALAQR_"
- ],
- [
- 7247,
- 2,
- 20,
- 5,
- 0.27071,
- "_FPAMSDAYDR_"
- ],
- [
- 45101,
- 4,
- 34,
- 9,
- 0.47031,
- "_LAADEDDDDDDEEDDDEDDDDDDFDDEEAEEKAPVKK_"
- ],
- [
- 8143,
- 2,
- 9,
- 3,
- 0.11399,
- "_RILDSAEFIK_"
- ],
- [
- 3869,
- 3,
- 11,
- 6,
- 0.1425,
- "_PAVPTVASSTDMLHSK_"
- ],
- [
- 20610,
- 2,
- 13,
- 6,
- 0.17093,
- "_EDFSDMVAEHAAK_"
- ],
- [
- 46094,
- 2,
- 12,
- 5,
- 0.15671,
- "_GFLGSGYSSSATTQQENSYGK_"
- ],
- [
- 29115,
- 4,
- 10,
- 6,
- 0.12824,
- "_LASVPAGGAVAVSAAPGSAAPAAGSAPAAAEEKKDEK_"
- ],
- [
- 13074,
- 2,
- 16,
- 2,
- 0.21366,
- "_NSQLGIFSSSEK_"
- ],
- [
- 7581,
- 2,
- 12,
- 5,
- 0.15671,
- "_KDVLETFTVK_"
- ],
- [
- 10378,
- 2,
- 15,
- 3,
- 0.19942,
- "_TMLYTPQEMK_"
- ],
- [
- 16453,
- 2,
- 17,
- 5,
- 0.22794,
- "_NHPQMIAVLVDK_"
- ],
- [
- 37741,
- 2,
- 9,
- 2,
- 0.11399,
- "_TDEDEKTILNLENSNK_"
- ],
- [
- 19917,
- 3,
- 11,
- 4,
- 0.1425,
- "_IPPYHYIHVLDQNSNVSR_"
- ],
- [
- 16364,
- 3,
- 12,
- 6,
- 0.15671,
- "_AALVAQNYINYQQGTPHR_"
- ],
- [
- 34059,
- 3,
- 11,
- 5,
- 0.1425,
- "_VQHCHYCGGSGMETINTGPFVMR_"
- ],
- [
- 20671,
- 2,
- 14,
- 3,
- 0.18517,
- "_AHVEGDGVVEGIIR_"
- ],
- [
- 43211,
- 2,
- 7,
- 2,
- 0.085523,
- "_SMAPEPTQSSTVVASAQQVK_"
- ],
- [
- 23617,
- 2,
- 18,
- 4,
- 0.24216,
- "_VISESPPDQWEAR_"
- ],
- [
- 6460,
- 3,
- 11,
- 4,
- 0.1425,
- "_AISYHLVQKPFSLTK_"
- ],
- [
- 17175,
- 2,
- 11,
- 5,
- 0.1425,
- "_RFSMVVQDGIVK_"
- ],
- [
- 34727,
- 2,
- 15,
- 6,
- 0.19942,
- "_AAYLQETGKPLDETLK_"
- ],
- [
- 31203,
- 2,
- 17,
- 6,
- 0.22794,
- "_VLDAESMHDCVSVVK_"
- ],
- [
- 21611,
- 2,
- 13,
- 2,
- 0.17093,
- "_EPTYQLNIHDIK_"
- ],
- [
- 8399,
- 3,
- 9,
- 2,
- 0.11399,
- "_LSGAQADLHIEDGDSIR_"
- ],
- [
- 9513,
- 2,
- 13,
- 5,
- 0.17093,
- "_EGTEAWEAAMK_"
- ],
- [
- 171,
- 2,
- 11,
- 4,
- 0.1425,
- "_QYPPEFR_"
- ],
- [
- 16498,
- 2,
- 7,
- 2,
- 0.085523,
- "_ALLDFEDKDGDK_"
- ],
- [
- 44714,
- 2,
- 20,
- 7,
- 0.27071,
- "_ESTGAQVQVAGDM(Oxidation (M))LPNSTER_"
- ],
- [
- 2194,
- 2,
- 13,
- 2,
- 0.17093,
- "_IMSIVDPNR_"
- ],
- [
- 17902,
- 4,
- 24,
- 8,
- 0.32774,
- "_QATYGYYLGNPAEFHDSSDHHTFK_"
- ],
- [
- 11029,
- 2,
- 12,
- 4,
- 0.15674,
- "_SVDEVNYWDK_"
- ],
- [
- 34042,
- 2,
- 13,
- 6,
- 0.17096,
- "_SWMVVNHNGVCLSQK_"
- ],
- [
- 16875,
- 2,
- 9,
- 5,
- 0.114,
- "_ELEAGSLVYVHR_"
- ],
- [
- 7271,
- 3,
- 12,
- 3,
- 0.15674,
- "_SWMVVNHNGVCLSQK_"
- ],
- [
- 2643,
- 4,
- 13,
- 6,
- 0.17096,
- "_ALDMSYDHKPEDEVELAR_"
- ],
- [
- 1019,
- 2,
- 13,
- 5,
- 0.17096,
- "_IPTISTQLK_"
- ],
- [
- 4575,
- 2,
- 10,
- 4,
- 0.12824,
- "_EDGPGIPADIK_"
- ],
- [
- 3481,
- 2,
- 12,
- 3,
- 0.15674,
- "_MATFEIDEK_"
- ],
- [
- 38903,
- 3,
- 9,
- 6,
- 0.114,
- "_VTEAPCYPGAPSTEASGQTGPQEPTSAR_"
- ],
- [
- 14067,
- 2,
- 10,
- 3,
- 0.12824,
- "_HISDSVFLEAAK_"
- ],
- [
- 2502,
- 2,
- 12,
- 5,
- 0.15674,
- "_SDLYAVEMK_"
- ],
- [
- 28955,
- 2,
- 10,
- 2,
- 0.12824,
- "_MDTNKDDPELMLGR_"
- ],
- [
- 48534,
- 2,
- 11,
- 6,
- 0.14249,
- "_EEEGPAGEAAASQPQAPTSVPGAR_"
- ],
- [
- 14181,
- 4,
- 11,
- 3,
- 0.14249,
- "_VQHCHYCGGSGMETINTGPFVMR_"
- ],
- [
- 33985,
- 2,
- 12,
- 5,
- 0.15674,
- "_METEADAPSPAPSLGER_"
- ],
- [
- 5485,
- 2,
- 12,
- 2,
- 0.15674,
- "_EWNIVESEK_"
- ],
- [
- 22704,
- 3,
- 9,
- 5,
- 0.114,
- "_GIRPFPSEETTENDDDVYR_"
- ],
- [
- 7600,
- 3,
- 11,
- 4,
- 0.14249,
- "_KRLDQVEQELNELR_"
- ],
- [
- 977,
- 2,
- 8,
- 2,
- 0.099767,
- "_GQIINVLNK_"
- ],
- [
- 2247,
- 3,
- 13,
- 2,
- 0.17096,
- "_LPSVPSTHLPAGPAPK_"
- ],
- [
- 718,
- 2,
- 14,
- 3,
- 0.18518,
- "_PLEMIEPR_"
- ],
- [
- 41512,
- 3,
- 14,
- 7,
- 0.18518,
- "_KVDEGAGDSAAVASGGAQTLALAGSPAPSGHPK_"
- ],
- [
- 16675,
- 2,
- 14,
- 3,
- 0.18518,
- "_YDLDACDIQEK_"
- ],
- [
- 34571,
- 2,
- 15,
- 4,
- 0.19942,
- "_LAWVSHDSTVSVADASK_"
- ],
- [
- 898,
- 3,
- 15,
- 5,
- 0.19942,
- "_EIVVIHQDPEALK_"
- ],
- [
- 10683,
- 3,
- 13,
- 4,
- 0.17096,
- "_TEGEHDPVTEFIAHCK_"
- ],
- [
- 11787,
- 2,
- 15,
- 3,
- 0.19942,
- "_EAGMQPQLQIR_"
- ],
- [
- 8094,
- 3,
- 15,
- 4,
- 0.19942,
- "_GSPGVVHLVAFHPDPTR_"
- ],
- [
- 18917,
- 2,
- 15,
- 5,
- 0.19942,
- "_VSHIDVITAEMAK_"
- ],
- [
- 9370,
- 2,
- 14,
- 4,
- 0.18518,
- "_GLQEVGLPLHR_"
- ],
- [
- 6544,
- 3,
- 8,
- 2,
- 0.099767,
- "_DLHFLMECNHEYK_"
- ],
- [
- 13954,
- 2,
- 15,
- 2,
- 0.19942,
- "_LFNEHIEALTK_"
- ],
- [
- 35522,
- 2,
- 16,
- 7,
- 0.21366,
- "_SFEAPATINSASLHPEK_"
- ],
- [
- 23823,
- 4,
- 16,
- 6,
- 0.21366,
- "_TLENPVNVYNPSHSDSLASQQSVASHPR_"
- ],
- [
- 8210,
- 2,
- 6,
- 2,
- 0.07126,
- "_LDLGEDYPSGK_"
- ],
- [
- 22583,
- 2,
- 17,
- 5,
- 0.2279,
- "_EIVVIHQDPEALK_"
- ],
- [
- 34462,
- 2,
- 11,
- 3,
- 0.14249,
- "_GNLLWYGHQDSPQVR_"
- ],
- [
- 7352,
- 2,
- 4,
- 3,
- 0.042729,
- "_GLGTDDNTLIR_"
- ],
- [
- 22100,
- 2,
- 19,
- 5,
- 0.25641,
- "_SCVSVEWAEGGATK_"
- ],
- [
- 22017,
- 2,
- 19,
- 6,
- 0.25641,
- "_TKEVYELLDSPGK_"
- ],
- [
- 48158,
- 2,
- 14,
- 5,
- 0.19942,
- "_QIDSSPVGGETDETTVSQNYR_"
- ],
- [
- 33244,
- 2,
- 14,
- 4,
- 0.18518,
- "_MSSSEEESKIDLLDR_"
- ],
- [
- 25081,
- 2,
- 15,
- 2,
- 0.19942,
- "_KILDSVGIEADDDR_"
- ],
- [
- 24023,
- 3,
- 8,
- 4,
- 0.099767,
- "_FLNEHLQEACTPELKPVEK_"
- ],
- [
- 3324,
- 2,
- 13,
- 3,
- 0.17096,
- "_IRVDFSITK_"
- ],
- [
- 16340,
- 2,
- 8,
- 2,
- 0.099767,
- "_TSNNIEDDTILK_"
- ],
- [
- 17362,
- 4,
- 13,
- 6,
- 0.17096,
- "_YMELYTHVYNYCTSVHQSNQAR_"
- ],
- [
- 25157,
- 3,
- 6,
- 2,
- 0.07125,
- "_YVYKPVMNQTCCPQYTIR_"
- ],
- [
- 581,
- 2,
- 10,
- 3,
- 0.12825,
- "_DATLTALDR_"
- ],
- [
- 36068,
- 2,
- 17,
- 4,
- 0.22791,
- "_AVDLVEEESGAPGEEQR_"
- ],
- [
- 14273,
- 3,
- 8,
- 2,
- 0.099781,
- "_TTAAHSLVGTPYYMSPER_"
- ],
- [
- 50828,
- 2,
- 14,
- 7,
- 0.1852,
- "_GTEAGQVGEPGIPTGEAGPSCSSASDK_"
- ],
- [
- 45668,
- 3,
- 18,
- 8,
- 0.24215,
- "_SRDEDNDEDEERLEEEEQNEEEEVDN_"
- ],
- [
- 18560,
- 3,
- 12,
- 2,
- 0.15673,
- "_AKEVLEEISCYPENNDAK_"
- ],
- [
- 17563,
- 2,
- 11,
- 4,
- 0.14248,
- "_TTAATLMNAYSSR_"
- ],
- [
- 43164,
- 2,
- 14,
- 7,
- 0.1852,
- "_AALVAQNYINYQQGTPHR_"
- ],
- [
- 29531,
- 3,
- 6,
- 5,
- 0.07125,
- "_VAVDMMCSSCQEAGATIGCCHK_"
- ],
- [
- 51637,
- 2,
- 11,
- 7,
- 0.14248,
- "_VTEAPCYPGAPSTEASGQTGPQEPTSAR_"
- ],
- [
- 29243,
- 2,
- 10,
- 4,
- 0.12825,
- "_IRQEEIEIEVVQR_"
- ],
- [
- 11997,
- 2,
- 19,
- 4,
- 0.25642,
- "_VAVGELTDEDVK_"
- ],
- [
- 14798,
- 3,
- 11,
- 5,
- 0.14248,
- "_GVNTGAVGSYIYDRDPEGK_"
- ],
- [
- 32480,
- 2,
- 12,
- 3,
- 0.15673,
- "_NPFTLGDSSNPGQTER_"
- ],
- [
- 41268,
- 2,
- 9,
- 3,
- 0.11401,
- "_SSSLIQLTSQNSSPNQQR_"
- ],
- [
- 36369,
- 2,
- 20,
- 5,
- 0.27065,
- "_GFPAECISGNMNQNQR_"
- ],
- [
- 2262,
- 2,
- 10,
- 4,
- 0.12825,
- "_IEQAMDLVK_"
- ],
- [
- 49720,
- 2,
- 9,
- 2,
- 0.11401,
- "_GAAGAGLDGPEGDQGPQGPQGVPGTSK_"
- ],
- [
- 42594,
- 3,
- 13,
- 5,
- 0.17098,
- "_TLENPVNVYNPSHSDSLASQQSVASHPR_"
- ],
- [
- 6963,
- 2,
- 11,
- 2,
- 0.14248,
- "_SCAEWVSLSK_"
- ],
- [
- 2810,
- 3,
- 13,
- 3,
- 0.17098,
- "_VILAGNLLSHSTQSR_"
- ],
- [
- 352,
- 2,
- 25,
- 6,
- 0.34193,
- "_TIGISVDPR_"
- ],
- [
- 5849,
- 4,
- 10,
- 6,
- 0.12825,
- "_FLNEHLQEACTPELKPVEK_"
- ],
- [
- 21734,
- 2,
- 15,
- 6,
- 0.19942,
- "_YMVADKFTELQK_"
- ],
- [
- 13285,
- 2,
- 9,
- 2,
- 0.11401,
- "_TVIVHGFTLGEK_"
- ],
- [
- 21928,
- 2,
- 13,
- 4,
- 0.17098,
- "_YEAIITVVKPSTR_"
- ],
- [
- 21997,
- 2,
- 16,
- 2,
- 0.21366,
- "_EAAFSPGQQDWSR_"
- ],
- [
- 730,
- 2,
- 10,
- 4,
- 0.12825,
- "_EFEEYIR_"
- ],
- [
- 11045,
- 2,
- 9,
- 3,
- 0.11401,
- "_LSQNNFALGYK_"
- ],
- [
- 11449,
- 3,
- 12,
- 6,
- 0.15673,
- "_SIVIRPLEPQPAPHLAR_"
- ],
- [
- 17778,
- 2,
- 11,
- 2,
- 0.14248,
- "_GADSELSTVPSVTK_"
- ],
- [
- 4302,
- 2,
- 16,
- 6,
- 0.21366,
- "_LVAIVDPHIK_"
- ],
- [
- 2597,
- 2,
- 15,
- 3,
- 0.19942,
- "_CYYFDYK_"
- ],
- [
- 20680,
- 3,
- 10,
- 4,
- 0.12825,
- "_KHEADELSGDASVEDDAFIK_"
- ],
- [
- 19079,
- 3,
- 9,
- 5,
- 0.11401,
- "_ICDFGTACDIQTHMTNNK_"
- ],
- [
- 2441,
- 3,
- 10,
- 4,
- 0.12824,
- "_QVHLTHFELEGLR_"
- ],
- [
- 15809,
- 4,
- 11,
- 6,
- 0.14247,
- "_ASAVTAMGQLSSQGLHAPTSPEHAEAR_"
- ],
- [
- 2614,
- 2,
- 10,
- 2,
- 0.15671,
- "_GQVLNIQMR_"
- ],
- [
- 6030,
- 2,
- 10,
- 3,
- 0.12824,
- "_IADPTLAEMGK_"
- ],
- [
- 14604,
- 2,
- 11,
- 3,
- 0.14247,
- "_RQVEEEILALK_"
- ],
- [
- 34385,
- 2,
- 7,
- 3,
- 0.085477,
- "_SPNFAAEQEYNATVAR_"
- ],
- [
- 41123,
- 2,
- 10,
- 4,
- 0.12824,
- "_VLTEDEM(Oxidation (M))GHPEIGDAIAR_"
- ],
- [
- 5356,
- 3,
- 9,
- 3,
- 0.11401,
- "_LLIVSTTPYSEKDTK_"
- ],
- [
- 22125,
- 3,
- 7,
- 3,
- 0.085477,
- "_LASTEQTELLASKEDEDTIK_"
- ],
- [
- 43921,
- 2,
- 8,
- 6,
- 0.099731,
- "_GSGVTTYSVHPGTVQSELVR_"
- ],
- [
- 34786,
- 2,
- 8,
- 4,
- 0.099731,
- "_LSEGQEEENLENEMK_"
- ],
- [
- 12116,
- 2,
- 10,
- 4,
- 0.12824,
- "_ATVVVGDLHPLR_"
- ],
- [
- 35665,
- 3,
- 11,
- 6,
- 0.14247,
- "_ASAVTAMGQLSSQGLHAPTSPEHAEAR_"
- ],
- [
- 48805,
- 2,
- 12,
- 5,
- 0.15671,
- "_SSSNDSVDEETAESDTSPVLEK_"
- ],
- [
- 30784,
- 2,
- 13,
- 3,
- 0.17096,
- "_DIDSEKEAAMEAEIK_"
- ],
- [
- 8464,
- 3,
- 17,
- 3,
- 0.22789,
- "_SFEAPATINSASLHPEK_"
- ],
- [
- 37092,
- 3,
- 14,
- 6,
- 0.18521,
- "_YMELYTHVYNYCTSVHQSNQAR_"
- ],
- [
- 26475,
- 2,
- 16,
- 3,
- 0.21365,
- "_HMMAFIEQEANEK_"
- ],
- [
- 34565,
- 4,
- 14,
- 7,
- 0.18521,
- "_RGPFDDQPAGTTGVDLINGSSAHHQEGVPNGTGQK_"
- ],
- [
- 10075,
- 3,
- 18,
- 7,
- 0.24214,
- "_FHQFLVSETESGNISR_"
- ],
- [
- 785,
- 3,
- 16,
- 5,
- 0.21365,
- "_SDVAIVKEGWLHK_"
- ],
- [
- 17258,
- 4,
- 18,
- 8,
- 0.24214,
- "_IDDPTDSKPEDWDKPEHIPDPDAK_"
- ],
- [
- 33738,
- 2,
- 13,
- 4,
- 0.17096,
- "_ETSIDDGLGSQYPLKK_"
- ],
- [
- 23695,
- 3,
- 14,
- 8,
- 0.18521,
- "_NIDDGTSDRPYSHALVAGIDR_"
- ],
- [
- 314,
- 2,
- 15,
- 5,
- 0.19943,
- "_EQFVEFR_"
- ],
- [
- 12455,
- 2,
- 13,
- 3,
- 0.17096,
- "_YLGQDYEQLR_"
- ],
- [
- 8019,
- 2,
- 15,
- 2,
- 0.19943,
- "_VATWFNQPAR_"
- ],
- [
- 7844,
- 2,
- 13,
- 3,
- 0.17096,
- "_NMVQTAVVPVK_"
- ],
- [
- 19891,
- 2,
- 19,
- 6,
- 0.25638,
- "_PYQYPALTPEQK_"
- ],
- [
- 9432,
- 2,
- 14,
- 3,
- 0.18521,
- "_IGSENPSDVFR_"
- ],
- [
- 39733,
- 2,
- 21,
- 5,
- 0.28488,
- "_TQPDGTSVPGEPASPISQR_"
- ],
- [
- 5472,
- 3,
- 14,
- 5,
- 0.18521,
- "_AADHLKPFLDDSTLR_"
- ],
- [
- 6680,
- 2,
- 14,
- 3,
- 0.18521,
- "_QLVTNACLIK_"
- ],
- [
- 40626,
- 2,
- 11,
- 4,
- 0.14248,
- "_SSQGSEFLEEPDKLEEK_"
- ],
- [
- 36543,
- 2,
- 11,
- 5,
- 0.14248,
- "_VKLESPTVSTLTPSSPGK_"
- ],
- [
- 38708,
- 3,
- 17,
- 6,
- 0.22789,
- "_WHLEQQQAIQTTEAEKQELENQR_"
- ],
- [
- 18832,
- 3,
- 17,
- 7,
- 0.22789,
- "_ALDMSYDHKPEDEVELAR_"
- ],
- [
- 14728,
- 2,
- 12,
- 5,
- 0.15672,
- "_FGEGIIITTHDK_"
- ],
- [
- 27297,
- 2,
- 17,
- 6,
- 0.22789,
- "_VILAGNLLSHSTQSR_"
- ],
- [
- 144,
- 2,
- 15,
- 3,
- 0.19946,
- "_TPAYIPIR_"
- ],
- [
- 2030,
- 2,
- 5,
- 3,
- 0.056961,
- "_LLNVEVPQK_"
- ],
- [
- 7159,
- 2,
- 13,
- 4,
- 0.17096,
- "_GIYPSETFTR_"
- ],
- [
- 14393,
- 2,
- 11,
- 5,
- 0.14248,
- "_AVLFCLSDDKR_"
- ],
- [
- 21093,
- 2,
- 22,
- 4,
- 0.29912,
- "_DDNGKPYVLPSVR_"
- ],
- [
- 11658,
- 2,
- 8,
- 3,
- 0.099723,
- "_FKPEELVDYK_"
- ],
- [
- 5604,
- 2,
- 21,
- 5,
- 0.2849,
- "_LIIAGTSAYAR_"
- ],
- [
- 27073,
- 2,
- 9,
- 4,
- 0.11398,
- "_ACVCQTLGISPEEK_"
- ],
- [
- 19526,
- 2,
- 9,
- 3,
- 0.11398,
- "_VGCFDPYSDDPR_"
- ],
- [
- 37023,
- 2,
- 9,
- 3,
- 0.11398,
- "_IVYGHLDDPASQEIER_"
- ],
- [
- 33681,
- 4,
- 10,
- 6,
- 0.12825,
- "_LLQHPSICSDPTEEPTALTAGQSTSETQEGGKK_"
- ],
- [
- 7388,
- 3,
- 6,
- 2,
- 0.071217,
- "_ERPQVELTFEETER_"
- ],
- [
- 9013,
- 2,
- 19,
- 3,
- 0.25638,
- "_SQAFIEMETR_"
- ],
- [
- 32867,
- 3,
- 6,
- 6,
- 0.071217,
- "_ENALVQM(Oxidation (M))ADGNQAQLAMSHLNGHK_"
- ],
- [
- 28271,
- 2,
- 10,
- 3,
- 0.12825,
- "_EAAQAMYIDSYNSR_"
- ],
- [
- 38540,
- 3,
- 10,
- 5,
- 0.12825,
- "_SAKPQDAVVPESSSCAPSANGWCPGDR_"
- ],
- [
- 21738,
- 2,
- 10,
- 4,
- 0.12825,
- "_WNVSRPSLLADSK_"
- ],
- [
- 18062,
- 2,
- 11,
- 4,
- 0.14248,
- "_FVVSSLQGEDCR_"
- ],
- [
- 11384,
- 2,
- 18,
- 5,
- 0.24213,
- "_NFVVVMVTKPK_"
- ],
- [
- 45880,
- 2,
- 12,
- 5,
- 0.15672,
- "_GYGYGQGAGTLSTDKGESLGIK_"
- ],
- [
- 2834,
- 2,
- 10,
- 3,
- 0.12825,
- "_HALVTPWLK_"
- ],
- [
- 11290,
- 3,
- 12,
- 5,
- 0.15672,
- "_GGSPFAIVITQQHQIHR_"
- ],
- [
- 41910,
- 2,
- 18,
- 6,
- 0.24213,
- "_GVNTGAVGSYIYDRDPEGK_"
- ],
- [
- 20882,
- 2,
- 8,
- 3,
- 0.099723,
- "_AFDCPETEYPVK_"
- ],
- [
- 3825,
- 3,
- 15,
- 6,
- 0.19946,
- "_MMLTHLVVRPGLGSK_"
- ],
- [
- 9680,
- 3,
- 14,
- 6,
- 0.1852,
- "_AQAGEGVRPSPMQLELR_"
- ],
- [
- 26976,
- 3,
- 14,
- 6,
- 0.1852,
- "_MQAQMQMQMQGGDGDGGALGHHV_"
- ],
- [
- 3102,
- 2,
- 4,
- 2,
- 0.042717,
- "_QEAGGLGISIK_"
- ],
- [
- 255,
- 4,
- 15,
- 6,
- 0.19946,
- "_SIVIRPLEPQPAPHLAR_"
- ],
- [
- 13866,
- 3,
- 13,
- 3,
- 0.17096,
- "_VLTEDEM(Oxidation (M))GHPEIGDAIAR_"
- ],
- [
- 43804,
- 2,
- 15,
- 7,
- 0.19946,
- "_AYSDPSTGEPATYGELQQR_"
- ],
- [
- 38031,
- 2,
- 15,
- 6,
- 0.19944,
- "_FGIVTSSAGTGTTEDTEAK_"
- ],
- [
- 31898,
- 2,
- 14,
- 6,
- 0.18519,
- "_SAFSCFHYSTEEIK_"
- ],
- [
- 1363,
- 2,
- 23,
- 4,
- 0.31336,
- "_DLKDYFSK_"
- ],
- [
- 34285,
- 3,
- 11,
- 4,
- 0.14249,
- "_NKEPPAPAQQLQPQPVAVQGPEPAR_"
- ],
- [
- 16261,
- 3,
- 11,
- 8,
- 0.14249,
- "_MQEVVANLQYDDGSGMKR_"
- ],
- [
- 39766,
- 2,
- 7,
- 4,
- 0.085454,
- "_EVVTHSDEGGVASLGLAQR_"
- ],
- [
- 15440,
- 2,
- 14,
- 3,
- 0.18519,
- "_EITTEGQVQVLK_"
- ],
- [
- 32706,
- 2,
- 11,
- 7,
- 0.14249,
- "_VVCSSGAVGNYSGGLAVK_"
- ],
- [
- 45916,
- 2,
- 15,
- 6,
- 0.19944,
- "_SGNWESSEGWGAQPEGAGAQR_"
- ],
- [
- 1516,
- 2,
- 12,
- 4,
- 0.15672,
- "_LQMFDDPR_"
- ],
- [
- 6868,
- 3,
- 11,
- 2,
- 0.14249,
- "_MVDVVEKEDVNEAIR_"
- ],
- [
- 45634,
- 2,
- 11,
- 3,
- 0.14249,
- "_SSCTLPEGTNSSPQEIDPTK_"
- ],
- [
- 9993,
- 2,
- 11,
- 4,
- 0.14249,
- "_TCYNIYLASK_"
- ],
- [
- 5524,
- 2,
- 7,
- 2,
- 0.085454,
- "_DTSVEDALER_"
- ],
- [
- 9767,
- 3,
- 7,
- 2,
- 0.085454,
- "_IVYGHLDDPASQEIER_"
- ],
- [
- 1766,
- 2,
- 14,
- 4,
- 0.18519,
- "_WSLLQQQK_"
- ],
- [
- 35421,
- 2,
- 10,
- 4,
- 0.12821,
- "_TRLEELDDFEEGSQK_"
- ],
- [
- 22682,
- 2,
- 10,
- 2,
- 0.12821,
- "_LKQEEETLSFIR_"
- ],
- [
- 10940,
- 2,
- 14,
- 4,
- 0.18519,
- "_IQHMELQLIK_"
- ],
- [
- 9747,
- 2,
- 15,
- 3,
- 0.19944,
- "_CVLSGPPQLEK_"
- ],
- [
- 16933,
- 2,
- 10,
- 3,
- 0.12821,
- "_IEVEKPFAIAKE_"
- ],
- [
- 23660,
- 2,
- 8,
- 3,
- 0.099684,
- "_VMTELYQENEMK_"
- ],
- [
- 36595,
- 2,
- 9,
- 2,
- 0.11396,
- "_ILLQENGHIYVCGDAK_"
- ],
- [
- 416,
- 3,
- 9,
- 4,
- 0.11396,
- "_MEGDLKAPEVDIK_"
- ],
- [
- 48762,
- 2,
- 9,
- 3,
- 0.11396,
- "_ECDQGTLSASLNPSNSESSPSR_"
- ],
- [
- 42072,
- 3,
- 12,
- 6,
- 0.15672,
- "_GPYVLGPADREDEEEDEEEEEQTDPK_"
- ],
- [
- 12314,
- 2,
- 16,
- 3,
- 0.21369,
- "_EGWPSSAYGVTK_"
- ],
- [
- 18753,
- 2,
- 20,
- 3,
- 0.27062,
- "_HLLNSPTDPFNR_"
- ],
- [
- 45787,
- 3,
- 13,
- 6,
- 0.17096,
- "_VTTAAAAAATSQDPEQHLTELREPAPGTNQR_"
- ],
- [
- 17814,
- 2,
- 16,
- 3,
- 0.21369,
- "_ATEALCWAEGQR_"
- ],
- [
- 24187,
- 3,
- 6,
- 2,
- 0.071198,
- "_FSEQGGTPQNVATSSSLTAHLR_"
- ],
- [
- 3246,
- 2,
- 17,
- 4,
- 0.22791,
- "_NLVTEDVMR_"
- ],
- [
- 10320,
- 2,
- 16,
- 2,
- 0.21369,
- "_LPTGQISGPEIK_"
- ],
- [
- 39634,
- 2,
- 12,
- 4,
- 0.15672,
- "_QGTVALQEAQDTMQGTSR_"
- ],
- [
- 23261,
- 2,
- 16,
- 6,
- 0.21368,
- "_VKEGMNIVEAMER_"
- ],
- [
- 9384,
- 3,
- 17,
- 4,
- 0.22793,
- "_VKLESPTVSTLTPSSPGK_"
- ],
- [
- 33373,
- 3,
- 16,
- 8,
- 0.21368,
- "_SEAEEAITSFNGHKPPGSSEPITVK_"
- ],
- [
- 46633,
- 2,
- 15,
- 7,
- 0.19943,
- "_SAGVQCFGPTAEAAQLESSKR_"
- ],
- [
- 33547,
- 2,
- 16,
- 6,
- 0.21368,
- "_MVDVVEKEDVNEAIR_"
- ],
- [
- 31463,
- 2,
- 14,
- 5,
- 0.1852,
- "_LLIVSTTPYSEKDTK_"
- ],
- [
- 4728,
- 3,
- 8,
- 5,
- 0.099694,
- "_TFYEDEMASHLDSK_"
- ],
- [
- 7475,
- 2,
- 8,
- 2,
- 0.099694,
- "_QFVFDLHSGK_"
- ],
- [
- 9478,
- 2,
- 19,
- 4,
- 0.25637,
- "_TGNFQVTELGR_"
- ],
- [
- 28371,
- 2,
- 12,
- 5,
- 0.15673,
- "_KLCLNICVGESGDR_"
- ],
- [
- 33537,
- 2,
- 11,
- 3,
- 0.14246,
- "_AMNQQTTLDTPQLER_"
- ],
- [
- 27583,
- 2,
- 18,
- 5,
- 0.24215,
- "_SDVLQPGAEVTTDDR_"
- ],
- [
- 7311,
- 2,
- 14,
- 4,
- 0.1852,
- "_IGSLIDVNQSK_"
- ],
- [
- 777,
- 2,
- 10,
- 3,
- 0.1282,
- "_LQAFGLNPK_"
- ],
- [
- 26497,
- 2,
- 16,
- 6,
- 0.21368,
- "_QLFSDKLNEINEK_"
- ],
- [
- 32517,
- 2,
- 15,
- 4,
- 0.19943,
- "_LTALDYHNPAGFNCK_"
- ],
- [
- 32546,
- 3,
- 14,
- 5,
- 0.1852,
- "_VGAVDADKHHSLGGQYGVQGFPTIK_"
- ],
- [
- 46241,
- 3,
- 10,
- 6,
- 0.1282,
- "_AAGSPSSSDQDEKLPGQDESTAGTSEQNDILK_"
- ],
- [
- 10500,
- 3,
- 10,
- 2,
- 0.1282,
- "_DKLLHIYYQNSIDDK_"
- ],
- [
- 22609,
- 2,
- 11,
- 3,
- 0.14246,
- "_ENTTAELTEEINK_"
- ],
- [
- 2702,
- 2,
- 17,
- 3,
- 0.22793,
- "_LQSLTDDLR_"
- ],
- [
- 12792,
- 4,
- 17,
- 7,
- 0.22793,
- "_VGAVDADKHHSLGGQYGVQGFPTIK_"
- ],
- [
- 17392,
- 3,
- 13,
- 5,
- 0.17096,
- "_GSGVTTYSVHPGTVQSELVR_"
- ],
- [
- 41326,
- 3,
- 13,
- 8,
- 0.17096,
- "_ALQRPSAAAPQAENGPAAAPAVAAPAATEAPK_"
- ],
- [
- 32356,
- 3,
- 13,
- 6,
- 0.17096,
- "_VEHSPFSSFASQASGSSSSATTVTSK_"
- ],
- [
- 33513,
- 3,
- 12,
- 6,
- 0.15673,
- "_QKPMNVGLSETQNGGMSQEAVGNIK_"
- ],
- [
- 19078,
- 2,
- 20,
- 6,
- 0.27061,
- "_EAGDVCYADVYR_"
- ],
- [
- 25823,
- 2,
- 15,
- 4,
- 0.19943,
- "_MDLNSEQAEQLER_"
- ],
- [
- 20134,
- 3,
- 15,
- 7,
- 0.19943,
- "_GYGYGQGAGTLSTDKGESLGIK_"
- ],
- [
- 12280,
- 2,
- 18,
- 4,
- 0.24215,
- "_KLDELYGTWR_"
- ],
- [
- 25223,
- 3,
- 15,
- 7,
- 0.19943,
- "_IHVYGYSMAYGPAQHAISTEK_"
- ],
- [
- 17068,
- 2,
- 10,
- 4,
- 0.12818,
- "_SPAQYQVVLSER_"
- ],
- [
- 21099,
- 2,
- 7,
- 2,
- 0.085448,
- "_IDFEKEPLGVNAK_"
- ],
- [
- 5283,
- 2,
- 17,
- 3,
- 0.22793,
- "_FKMPDLHLK_"
- ],
- [
- 10883,
- 2,
- 10,
- 3,
- 0.12818,
- "_QGEEVFQSLSK_"
- ],
- [
- 24439,
- 2,
- 12,
- 5,
- 0.15671,
- "_KATAVLVIASTDVDK_"
- ],
- [
- 48649,
- 2,
- 23,
- 4,
- 0.31335,
- "_QPPPAPPEQADGNAPGPQPPPVR_"
- ],
- [
- 25730,
- 2,
- 10,
- 2,
- 0.12818,
- "_GYVSCALGCPYEGK_"
- ],
- [
- 19510,
- 2,
- 12,
- 2,
- 0.15671,
- "_HGGDLYVVGGSIPR_"
- ],
- [
- 6513,
- 2,
- 10,
- 3,
- 0.12818,
- "_FELAVDAVHR_"
- ],
- [
- 18780,
- 3,
- 10,
- 5,
- 0.12818,
- "_RQGVQVQVSTSNISSLEGAR_"
- ],
- [
- 4762,
- 2,
- 15,
- 4,
- 0.19945,
- "_LNLNNTVLSK_"
- ],
- [
- 51320,
- 2,
- 16,
- 6,
- 0.21369,
- "_AVPETEDVQASVSDTAQQPSEEQSK_"
- ],
- [
- 1300,
- 3,
- 12,
- 4,
- 0.15671,
- "_HYQFASGAFLHIK_"
- ],
- [
- 31952,
- 2,
- 14,
- 4,
- 0.18521,
- "_LPETNLFETEETRK_"
- ],
- [
- 4863,
- 2,
- 11,
- 3,
- 0.14245,
- "_STVVPVPYEK_"
- ],
- [
- 5164,
- 4,
- 13,
- 6,
- 0.17099,
- "_VLAGQTLDINMAGEPKPDRPK_"
- ],
- [
- 28265,
- 3,
- 15,
- 7,
- 0.19945,
- "_HCNNGIPEDSKVEGPAFTDAIR_"
- ],
- [
- 9533,
- 2,
- 13,
- 5,
- 0.17099,
- "_AVSQIVTVYDK_"
- ],
- [
- 31263,
- 2,
- 13,
- 4,
- 0.17099,
- "_TLLVSTSAVDNNEAQK_"
- ],
- [
- 13179,
- 2,
- 16,
- 4,
- 0.21369,
- "_EHLMLEEELR_"
- ],
- [
- 10747,
- 2,
- 9,
- 4,
- 0.11395,
- "_AELDNELMEGK_"
- ],
- [
- 15392,
- 2,
- 9,
- 2,
- 0.11395,
- "_ELVLNGADTAVNK_"
- ],
- [
- 24737,
- 2,
- 8,
- 5,
- 0.099692,
- "_ELLESFDSALQSAK_"
- ],
- [
- 37531,
- 2,
- 13,
- 6,
- 0.17097,
- "_HATIYPTEEELQAVQK_"
- ],
- [
- 12500,
- 4,
- 12,
- 5,
- 0.15672,
- "_SQYAYAAQNLLSHHDSHSSVILK_"
- ],
- [
- 3642,
- 2,
- 15,
- 3,
- 0.19948,
- "_ATDFVVPGPGK_"
- ],
- [
- 23020,
- 3,
- 16,
- 7,
- 0.21371,
- "_VLAGQTLDINMAGEPKPDRPK_"
- ],
- [
- 9415,
- 3,
- 12,
- 2,
- 0.15672,
- "_SPEACCELTLQPLRR_"
- ],
- [
- 36627,
- 2,
- 12,
- 5,
- 0.15672,
- "_SHIANEVEENDSIFVK_"
- ],
- [
- 9220,
- 2,
- 12,
- 3,
- 0.15672,
- "_EQSELVAQALK_"
- ],
- [
- 1630,
- 2,
- 16,
- 5,
- 0.21371,
- "_IGGIGTVPVGR_"
- ],
- [
- 22764,
- 2,
- 14,
- 4,
- 0.18525,
- "_VPNGGGGGGGLPISTVR_"
- ],
- [
- 15508,
- 3,
- 11,
- 2,
- 0.14244,
- "_INMAHLCVIGSHAVNGVAR_"
- ],
- [
- 24110,
- 2,
- 15,
- 5,
- 0.19948,
- "_LPGELEPVQATQNK_"
- ],
- [
- 1198,
- 3,
- 15,
- 5,
- 0.19948,
- "_AIIKPQYVDQIPK_"
- ],
- [
- 17431,
- 2,
- 18,
- 3,
- 0.2422,
- "_NGTLPWLRPDSK_"
- ],
- [
- 1225,
- 4,
- 10,
- 3,
- 0.12821,
- "_INMAHLCVIGSHAVNGVAR_"
- ],
- [
- 22834,
- 2,
- 10,
- 5,
- 0.12821,
- "_EGQWDCSSCLVR_"
- ],
- [
- 22942,
- 2,
- 10,
- 3,
- 0.12821,
- "_LLSTSPALQGTPASR_"
- ],
- [
- 6889,
- 2,
- 8,
- 5,
- 0.099713,
- "_LQAGEYVSLGK_"
- ],
- [
- 26008,
- 2,
- 17,
- 5,
- 0.22795,
- "_SVGGSGGGSFGDNLVTR_"
- ],
- [
- 43062,
- 2,
- 14,
- 4,
- 0.18525,
- "_MQEVVANLQYDDGSGMKR_"
- ],
- [
- 3372,
- 3,
- 14,
- 5,
- 0.18525,
- "_GQILMPNIGYGSNKK_"
- ],
- [
- 14534,
- 2,
- 14,
- 2,
- 0.18525,
- "_GWQDVTATSAYK_"
- ],
- [
- 28785,
- 2,
- 7,
- 2,
- 0.085469,
- "_DYTGCSTSESLSPVK_"
- ],
- [
- 26269,
- 2,
- 9,
- 2,
- 0.11396,
- "_NETLSISVQPGEGNK_"
- ],
- [
- 35272,
- 2,
- 11,
- 5,
- 0.14244,
- "_NAQAGVLISTNSHPILR_"
- ],
- [
- 15468,
- 2,
- 13,
- 2,
- 0.17097,
- "_DLQLQCEANVR_"
- ],
- [
- 14148,
- 4,
- 14,
- 5,
- 0.18525,
- "_LLTQHENIKNEIDNYEEDYQK_"
- ],
- [
- 48885,
- 2,
- 9,
- 4,
- 0.11398,
- "_LGCNAGVSPSFQQHCVASLATK_"
- ],
- [
- 9687,
- 2,
- 9,
- 2,
- 0.11398,
- "_EAMVESIEYR_"
- ],
- [
- 36786,
- 2,
- 9,
- 5,
- 0.11398,
- "_GEALASISHVAHVTITTK_"
- ],
- [
- 940,
- 2,
- 12,
- 4,
- 0.15671,
- "_LVEIAQVPK_"
- ],
- [
- 41764,
- 2,
- 10,
- 6,
- 0.12822,
- "_CNCVCPGTVDTPSLQER_"
- ],
- [
- 23922,
- 2,
- 10,
- 2,
- 0.12822,
- "_TYILTCEHDVLR_"
- ],
- [
- 14229,
- 3,
- 12,
- 4,
- 0.15671,
- "_HVPGGGSVQIVYKPVDLSK_"
- ],
- [
- 30755,
- 2,
- 7,
- 4,
- 0.085505,
- "_FVQDTLKGDGVTEIR_"
- ],
- [
- 3853,
- 2,
- 10,
- 4,
- 0.12822,
- "_ELFEFRPR_"
- ],
- [
- 47664,
- 2,
- 12,
- 6,
- 0.15671,
- "_SEAAEAGNGAETMAAEAESAQTR_"
- ],
- [
- 126,
- 2,
- 8,
- 3,
- 0.099732,
- "_EIIINAVR_"
- ],
- [
- 44604,
- 2,
- 11,
- 4,
- 0.14248,
- "_KEAAWAITNATSGGTPEQIR_"
- ],
- [
- 18329,
- 2,
- 12,
- 5,
- 0.15671,
- "_PISADSAIMNPASK_"
- ],
- [
- 15209,
- 2,
- 13,
- 3,
- 0.17098,
- "_LHLQEVQLMTK_"
- ],
- [
- 20141,
- 2,
- 9,
- 4,
- 0.11398,
- "_EWHHFLVVNMK_"
- ],
- [
- 13884,
- 2,
- 10,
- 4,
- 0.12822,
- "_EDIGVGSYSVCK_"
- ],
- [
- 20914,
- 2,
- 16,
- 4,
- 0.21374,
- "_QQLQQAEEALVAK_"
- ],
- [
- 21252,
- 3,
- 17,
- 8,
- 0.22798,
- "_SAGVQCFGPTAEAAQLESSKR_"
- ],
- [
- 33991,
- 3,
- 14,
- 8,
- 0.18524,
- "_LLTQHENIKNEIDNYEEDYQK_"
- ],
- [
- 5008,
- 2,
- 21,
- 6,
- 0.28493,
- "_VLVLSQDYGK_"
- ],
- [
- 5582,
- 2,
- 12,
- 3,
- 0.17098,
- "_LDDMSSIVQK_"
- ],
- [
- 17181,
- 3,
- 14,
- 5,
- 0.18524,
- "_GDRSEDFGVNEDLADSDAR_"
- ],
- [
- 1608,
- 2,
- 14,
- 3,
- 0.18524,
- "_RALDIPLVK_"
- ],
- [
- 30406,
- 2,
- 15,
- 5,
- 0.19951,
- "_VDDYSQEWAAQTEK_"
- ],
- [
- 16710,
- 2,
- 14,
- 4,
- 0.18524,
- "_DMLLANKVPAAAR_"
- ],
- [
- 18436,
- 3,
- 13,
- 5,
- 0.17098,
- "_ELYERPPHLYAVANAAYK_"
- ],
- [
- 51016,
- 2,
- 13,
- 8,
- 0.17098,
- "_QQAAYYAQTSPQGMPQHPPAPQGQ_"
- ],
- [
- 30516,
- 2,
- 12,
- 5,
- 0.15674,
- "_NTIQFTHTQIEAIR_"
- ],
- [
- 13125,
- 2,
- 12,
- 4,
- 0.15674,
- "_LISQIQPEVDR_"
- ],
- [
- 45139,
- 3,
- 15,
- 8,
- 0.1995,
- "_QTNNQNWGSQPIAQQPLQGGDHSGNYGYK_"
- ],
- [
- 35926,
- 2,
- 9,
- 4,
- 0.11399,
- "_CVVGGCNASFASQGGLAR_"
- ],
- [
- 46497,
- 2,
- 9,
- 2,
- 0.11399,
- "_ECPSDECGAGVFM(Oxidation (M))ASHFDR_"
- ],
- [
- 32646,
- 2,
- 12,
- 2,
- 0.15674,
- "_ILMTYSVQDHMETR_"
- ],
- [
- 11313,
- 2,
- 18,
- 5,
- 0.24224,
- "_EQISDIDDAVR_"
- ],
- [
- 8787,
- 2,
- 11,
- 4,
- 0.14248,
- "_FMTTAMYDAR_"
- ],
- [
- 32705,
- 2,
- 10,
- 4,
- 0.12824,
- "_YLQLTQSELSSYHR_"
- ],
- [
- 29902,
- 2,
- 17,
- 4,
- 0.228,
- "_DGTYAVTYIPDKTGR_"
- ],
- [
- 24856,
- 2,
- 17,
- 6,
- 0.228,
- "_LMMLQSCSGPTCR_"
- ],
- [
- 3865,
- 3,
- 10,
- 3,
- 0.12824,
- "_KFSTMEELVEHYK_"
- ],
- [
- 38598,
- 4,
- 11,
- 7,
- 0.14248,
- "_SDVTHHAVTSQLPQVPAGAGSRPIGEQEEEEYETK_"
- ],
- [
- 50675,
- 2,
- 16,
- 7,
- 0.21377,
- "_HTQENCETWGVNGETGTLVDM(Oxidation (M))K_"
- ],
- [
- 11184,
- 2,
- 17,
- 2,
- 0.228,
- "_ESLMSHAIELK_"
- ],
- [
- 50174,
- 2,
- 11,
- 5,
- 0.14248,
- "_LALEDSENTASTNCDSSSEGLEK_"
- ],
- [
- 20170,
- 3,
- 12,
- 6,
- 0.15674,
- "_TADPCCYGHTQFHLLPDK_"
- ],
- [
- 39979,
- 2,
- 16,
- 6,
- 0.21377,
- "_NLEQLGGTVTNPGGSGTSSR_"
- ],
- [
- 5315,
- 2,
- 11,
- 3,
- 0.14248,
- "_IMDCVGCFK_"
- ],
- [
- 43665,
- 2,
- 15,
- 4,
- 0.1995,
- "_EELQSGVDAANSAAQQYQR_"
- ],
- [
- 2099,
- 2,
- 17,
- 4,
- 0.228,
- "_IVLQIDNAR_"
- ],
- [
- 48081,
- 2,
- 8,
- 4,
- 0.099767,
- "_VHELQGNAPSDPDAVSAEEALK_"
- ],
- [
- 29294,
- 2,
- 13,
- 5,
- 0.17097,
- "_SSGSETEQVVDFSDR_"
- ],
- [
- 21497,
- 3,
- 7,
- 4,
- 0.085521,
- "_FSPIHSTGQQFIYSGCSTGK_"
- ],
- [
- 25677,
- 4,
- 13,
- 5,
- 0.17097,
- "_SKVEDKPFEETGVEPVLETASSSAHSTQK_"
- ],
- [
- 24429,
- 2,
- 19,
- 5,
- 0.25648,
- "_IAQLEEQLDNETK_"
- ],
- [
- 20281,
- 2,
- 8,
- 4,
- 0.099767,
- "_HQNTEVVLYLAR_"
- ],
- [
- 14406,
- 2,
- 7,
- 2,
- 0.085521,
- "_EVIVHTEDIIR_"
- ],
- [
- 14129,
- 3,
- 9,
- 2,
- 0.11399,
- "_KPYNPIIGETFHCSWK_"
- ],
- [
- 17259,
- 2,
- 7,
- 2,
- 0.085521,
- "_GMAAAGNYAWVNR_"
- ],
- [
- 1909,
- 3,
- 5,
- 3,
- 0.057043,
- "_ELSPVLTSEVHSVR_"
- ],
- [
- 26364,
- 2,
- 5,
- 3,
- 0.057043,
- "_DFFAQQQHLTPDK_"
- ],
- [
- 46627,
- 2,
- 4,
- 2,
- 0.042789,
- "_GDSPVTSPFQNYSSIHSQSR_"
- ],
- [
- 45835,
- 2,
- 14,
- 3,
- 0.18524,
- "_MAEALAHGADVNWANSEENK_"
- ],
- [
- 41791,
- 2,
- 13,
- 6,
- 0.17097,
- "_HCASQYSELLETTETPK_"
- ],
- [
- 17007,
- 3,
- 14,
- 6,
- 0.18524,
- "_SAFEEEGKETADITHALSK_"
- ],
- [
- 24780,
- 2,
- 6,
- 2,
- 0.071277,
- "_ITEIYEGTSEIQR_"
- ],
- [
- 23896,
- 2,
- 7,
- 3,
- 0.085517,
- "_CYSVAAQFEECR_"
- ],
- [
- 41796,
- 2,
- 8,
- 2,
- 0.099754,
- "_KNGVQAMVEFDSVQSAQR_"
- ],
- [
- 9694,
- 2,
- 8,
- 2,
- 0.099754,
- "_DNWIHITEAK_"
- ],
- [
- 1704,
- 2,
- 6,
- 3,
- 0.071277,
- "_VDLQSLPTR_"
- ],
- [
- 33721,
- 2,
- 10,
- 4,
- 0.12823,
- "_NEMMTMTESYEQEK_"
- ],
- [
- 20688,
- 3,
- 12,
- 5,
- 0.15672,
- "_TIHLPEQLKEDGTLPTNNR_"
- ],
- [
- 49789,
- 2,
- 9,
- 2,
- 0.114,
- "_LPPGEQCEGEEDTEYMTPSSR_"
- ],
- [
- 27410,
- 2,
- 12,
- 2,
- 0.15672,
- "_NEIPNSHILDQYR_"
- ],
- [
- 14561,
- 3,
- 18,
- 2,
- 0.24224,
- "_RGFCFITYTDEEPVKK_"
- ],
- [
- 2754,
- 2,
- 11,
- 3,
- 0.14247,
- "_FLIDNPSEK_"
- ],
- [
- 29662,
- 3,
- 10,
- 2,
- 0.12823,
- "_VANTSSFHTTPNTSLGMVQATPSK_"
- ],
- [
- 28338,
- 2,
- 19,
- 6,
- 0.25647,
- "_GQILMPNIGYGSNKK_"
- ],
- [
- 7011,
- 2,
- 19,
- 3,
- 0.25647,
- "_DYIVVGSDSGR_"
- ],
- [
- 9778,
- 3,
- 10,
- 4,
- 0.12823,
- "_TPQPVTIKPPPPEVVSR_"
- ],
- [
- 30221,
- 3,
- 10,
- 5,
- 0.12823,
- "_KAPGSDPFMSSGQGPNGGMGDPYSR_"
- ],
- [
- 24388,
- 3,
- 10,
- 5,
- 0.12823,
- "_EATAQKPTGSVGSTVTTPPPLVR_"
- ],
- [
- 21171,
- 2,
- 10,
- 4,
- 0.12823,
- "_FHINWDNNMDR_"
- ],
- [
- 25487,
- 3,
- 12,
- 6,
- 0.15672,
- "_LGCNAGVSPSFQQHCVASLATK_"
- ],
- [
- 38768,
- 3,
- 10,
- 5,
- 0.12823,
- "_GPEESQPPQLYAADEEEAPGTRDPTR_"
- ],
- [
- 27184,
- 2,
- 5,
- 5,
- 0.057023,
- "_TASESISNLSEAGSIK_"
- ],
- [
- 42245,
- 2,
- 15,
- 4,
- 0.19948,
- "_SSSATASQPPESLPQPGLQK_"
- ],
- [
- 30536,
- 2,
- 15,
- 6,
- 0.19948,
- "_TFYEDEMASHLDSK_"
- ],
- [
- 8305,
- 2,
- 14,
- 5,
- 0.1852,
- "_DTYGVRPLFK_"
- ],
- [
- 46579,
- 3,
- 16,
- 7,
- 0.21373,
- "_REESPMDVDQPSPSAQDTQSIASDGTPQGEK_"
- ],
- [
- 16562,
- 3,
- 14,
- 9,
- 0.1852,
- "_GGHMDDGGYSMNFNMSSSR_"
- ],
- [
- 20469,
- 2,
- 13,
- 2,
- 0.17097,
- "_TADMDVGQIGFHR_"
- ],
- [
- 32998,
- 4,
- 14,
- 8,
- 0.1852,
- "_ETASQTTSSEISSVMVGETEASSSSQDKDKDSR_"
- ],
- [
- 28794,
- 2,
- 16,
- 3,
- 0.2137,
- "_ELTVSNNDINEAGVR_"
- ],
- [
- 9517,
- 2,
- 12,
- 4,
- 0.15669,
- "_WDTGENPIYK_"
- ],
- [
- 20574,
- 2,
- 17,
- 6,
- 0.22795,
- "_MKVELCSFSGYK_"
- ],
- [
- 5694,
- 3,
- 17,
- 5,
- 0.22795,
- "_LPETNLFETEETRK_"
- ],
- [
- 34675,
- 2,
- 12,
- 2,
- 0.15669,
- "_SLQSLEASLHAM(Oxidation (M))ESTR_"
- ],
- [
- 4019,
- 2,
- 10,
- 4,
- 0.12822,
- "_GALALAQAVQR_"
- ],
- [
- 1341,
- 4,
- 9,
- 4,
- 0.11398,
- "_VQCPALIVHGEKDPLVPR_"
- ],
- [
- 49232,
- 3,
- 11,
- 6,
- 0.14245,
- "_SEQSHVEQGGVQVEFVGDSEPCGQTGSTSTSSSR_"
- ],
- [
- 7895,
- 2,
- 11,
- 5,
- 0.14245,
- "_RLGLSTLGELK_"
- ],
- [
- 7213,
- 2,
- 12,
- 3,
- 0.15669,
- "_LAEAQIEELR_"
- ],
- [
- 37159,
- 2,
- 17,
- 5,
- 0.22795,
- "_IYCCGAGVAADAEMTTR_"
- ],
- [
- 42074,
- 2,
- 11,
- 5,
- 0.14245,
- "_SCCTSVNEVICHGIPDR_"
- ],
- [
- 34869,
- 2,
- 9,
- 4,
- 0.11398,
- "_LCPTHADSLNNLANIK_"
- ],
- [
- 13282,
- 2,
- 9,
- 4,
- 0.11398,
- "_TAAALAPASLTSAR_"
- ],
- [
- 10980,
- 2,
- 10,
- 3,
- 0.12822,
- "_NTLETSSLNFK_"
- ],
- [
- 17158,
- 2,
- 10,
- 2,
- 0.12822,
- "_VPTVCVDMSTNR_"
- ],
- [
- 25333,
- 2,
- 10,
- 3,
- 0.12822,
- "_GSFITSEEQDVSPR_"
- ],
- [
- 11258,
- 3,
- 11,
- 4,
- 0.14245,
- "_VRPCVVYGGADIGQQIR_"
- ],
- [
- 39350,
- 2,
- 12,
- 5,
- 0.15669,
- "_CSSCEPFPDGATNNLSR_"
- ],
- [
- 28752,
- 2,
- 10,
- 4,
- 0.12822,
- "_FVIHCNSPVWGADK_"
- ],
- [
- 26015,
- 2,
- 16,
- 6,
- 0.2137,
- "_NTCEAVVLGTLHPR_"
- ],
- [
- 13418,
- 2,
- 13,
- 2,
- 0.17094,
- "_LDELQASDVSVK_"
- ],
- [
- 332,
- 2,
- 13,
- 6,
- 0.17094,
- "_ECFYIPK_"
- ],
- [
- 10772,
- 3,
- 13,
- 4,
- 0.17094,
- "_VEAVNM(Oxidation (M))AEGIIHDTETK_"
- ],
- [
- 8079,
- 2,
- 14,
- 3,
- 0.18519,
- "_IDATSASVLASR_"
- ],
- [
- 378,
- 3,
- 13,
- 5,
- 0.17094,
- "_EWHHFLVVNMK_"
- ],
- [
- 5807,
- 2,
- 18,
- 3,
- 0.24223,
- "_KPFPDFVYK_"
- ],
- [
- 44733,
- 2,
- 16,
- 5,
- 0.21368,
- "_SEPSGEINIDSSGETVGSGER_"
- ],
- [
- 37609,
- 3,
- 14,
- 6,
- 0.1852,
- "_EATGHFQESEPFSHIDPEESEETR_"
- ],
- [
- 10018,
- 2,
- 12,
- 3,
- 0.15671,
- "_SQSQLLNTLTK_"
- ],
- [
- 4345,
- 3,
- 10,
- 5,
- 0.12824,
- "_LMDKEQQVADLQLK_"
- ],
- [
- 27617,
- 2,
- 19,
- 7,
- 0.25649,
- "_VHVTQEDFEMAVAK_"
- ],
- [
- 14618,
- 3,
- 22,
- 5,
- 0.29919,
- "_MVLAGVGVEHEHLVDCAR_"
- ],
- [
- 23851,
- 3,
- 16,
- 5,
- 0.21368,
- "_VHELQGNAPSDPDAVSAEEALK_"
- ],
- [
- 9790,
- 2,
- 18,
- 5,
- 0.24221,
- "_LNGTDPEDVIR_"
- ],
- [
- 26884,
- 2,
- 15,
- 6,
- 0.19945,
- "_DSYSGGVVNMYHMK_"
- ],
- [
- 7556,
- 2,
- 16,
- 4,
- 0.21368,
- "_EHVYDLFEK_"
- ],
- [
- 29770,
- 2,
- 19,
- 3,
- 0.25649,
- "_HWPFMVVNDAGRPK_"
- ],
- [
- 8485,
- 2,
- 7,
- 4,
- 0.085505,
- "_LKEELIDAIR_"
- ],
- [
- 5394,
- 2,
- 10,
- 3,
- 0.12824,
- "_KSGLSDIILGK_"
- ],
- [
- 20842,
- 3,
- 10,
- 5,
- 0.12824,
- "_KNPAVQAGSIVVLQGGEETQR_"
- ],
- [
- 23335,
- 2,
- 11,
- 4,
- 0.14248,
- "_SGGM(Oxidation (M))SNELNNIISR_"
- ],
- [
- 11681,
- 3,
- 11,
- 6,
- 0.14248,
- "_KALEQLNGFELAGRPMK_"
- ],
- [
- 12786,
- 3,
- 11,
- 5,
- 0.14248,
- "_IISAHIHPVCSLCWSR_"
- ],
- [
- 18056,
- 2,
- 12,
- 4,
- 0.15671,
- "_MEETPTEYLQR_"
- ],
- [
- 8180,
- 2,
- 15,
- 3,
- 0.19945,
- "_EVLEYNAIGGK_"
- ],
- [
- 38338,
- 2,
- 9,
- 2,
- 0.114,
- "_SLELHEEFGYNADTQK_"
- ],
- [
- 50896,
- 2,
- 15,
- 6,
- 0.19945,
- "_ALSQAAVEEEEEEEEEEEPAQGK_"
- ],
- [
- 48792,
- 2,
- 15,
- 6,
- 0.19945,
- "_ITVPGNFQGHSGAQCITCSYK_"
- ],
- [
- 6410,
- 2,
- 17,
- 6,
- 0.22796,
- "_LKVGLQVVAVK_"
- ],
- [
- 16760,
- 2,
- 17,
- 3,
- 0.22796,
- "_SVPLATAPMAEQR_"
- ],
- [
- 27785,
- 2,
- 13,
- 6,
- 0.17095,
- "_YVENPSQVLNCER_"
- ],
- [
- 41066,
- 2,
- 15,
- 6,
- 0.19945,
- "_NENEEILERPAQLANAR_"
- ],
- [
- 40865,
- 2,
- 8,
- 3,
- 0.099758,
- "_KLEEAGFHTVEAVAYAPK_"
- ],
- [
- 17925,
- 2,
- 8,
- 3,
- 0.099758,
- "_GAVASVTFDDFHK_"
- ],
- [
- 29642,
- 2,
- 13,
- 2,
- 0.17095,
- "_AQTYELQESNVQLK_"
- ],
- [
- 6145,
- 2,
- 8,
- 4,
- 0.099758,
- "_TAAPSPSLLYK_"
- ],
- [
- 35485,
- 3,
- 14,
- 2,
- 0.1852,
- "_NGLHRPVSTDFAQYNSYGDVSGGVR_"
- ],
- [
- 28179,
- 2,
- 18,
- 4,
- 0.24221,
- "_QPAENVNQYLTDPK_"
- ],
- [
- 12534,
- 3,
- 11,
- 3,
- 0.1425,
- "_SKDYIVALQHPVTTDIK_"
- ],
- [
- 30919,
- 2,
- 24,
- 4,
- 0.3277,
- "_FSNQETSVEIGESVR_"
- ],
- [
- 48351,
- 2,
- 13,
- 4,
- 0.17097,
- "_EATAQKPTGSVGSTVTTPPPLVR_"
- ],
- [
- 20399,
- 3,
- 42,
- 5,
- 0.58419,
- "_DHVYLQLHHLPPEQLATR_"
- ],
- [
- 6213,
- 2,
- 6,
- 2,
- 0.071237,
- "_NGWMEQISGK_"
- ],
- [
- 8104,
- 3,
- 16,
- 6,
- 0.21371,
- "_NKDQGTYEDYVEGLR_"
- ],
- [
- 31496,
- 2,
- 10,
- 2,
- 0.12826,
- "_(Acetyl (Protein N-term))ATSATSPHAPGFPAEGR_"
- ],
- [
- 25324,
- 2,
- 11,
- 3,
- 0.1425,
- "_QEENVDPDYWEK_"
- ],
- [
- 12626,
- 2,
- 15,
- 3,
- 0.19946,
- "_AQVEQELTTLR_"
- ],
- [
- 24174,
- 2,
- 18,
- 5,
- 0.24222,
- "_EITEGDEVEVYSR_"
- ],
- [
- 40852,
- 2,
- 12,
- 6,
- 0.15674,
- "_SPMVEQAVQTGSADNLNAK_"
- ],
- [
- 18441,
- 2,
- 12,
- 2,
- 0.15674,
- "_EGSTAQLIINTEK_"
- ],
- [
- 23785,
- 2,
- 6,
- 3,
- 0.071237,
- "_NLFWTSYDTNKK_"
- ],
- [
- 30296,
- 2,
- 12,
- 4,
- 0.15674,
- "_VSSSCLDLPDSTEEK_"
- ],
- [
- 7922,
- 3,
- 12,
- 5,
- 0.15674,
- "_LCPTHADSLNNLANIK_"
- ],
- [
- 34457,
- 3,
- 15,
- 7,
- 0.19946,
- "_NLEEGHSSTVAAHYNELQEVGLEK_"
- ],
- [
- 39186,
- 2,
- 12,
- 6,
- 0.15674,
- "_SLSEQPVMDTATATEQAK_"
- ],
- [
- 27555,
- 2,
- 13,
- 7,
- 0.17097,
- "_SHAVACVNQFIISR_"
- ],
- [
- 12663,
- 2,
- 13,
- 3,
- 0.17097,
- "_ELDESLQVAER_"
- ],
- [
- 11037,
- 2,
- 13,
- 5,
- 0.17097,
- "_MNPQSAFFQGK_"
- ],
- [
- 32402,
- 2,
- 15,
- 4,
- 0.19946,
- "_SLHQAIEGDTSGDFLK_"
- ],
- [
- 14594,
- 2,
- 14,
- 3,
- 0.18521,
- "_EDLKLPEGELGK_"
- ],
- [
- 19148,
- 2,
- 13,
- 4,
- 0.17097,
- "_LCPEASDIATSVR_"
- ],
- [
- 38573,
- 2,
- 14,
- 6,
- 0.18521,
- "_VRPCVVYGGADIGQQIR_"
- ],
- [
- 11370,
- 2,
- 10,
- 5,
- 0.12826,
- "_QLEPVYNSLAK_"
- ],
- [
- 30967,
- 2,
- 10,
- 2,
- 0.12826,
- "_FYIHEEEESVLCK_"
- ],
- [
- 10840,
- 2,
- 9,
- 4,
- 0.11402,
- "_DLPSADSVQYR_"
- ],
- [
- 18310,
- 4,
- 8,
- 3,
- 0.099765,
- "_ITEAPASEKEIVEVKEENIEDATEK_"
- ],
- [
- 34634,
- 2,
- 13,
- 4,
- 0.17097,
- "_LHFLAPSEEDEMNDK_"
- ],
- [
- 21065,
- 3,
- 17,
- 4,
- 0.22794,
- "_ECPSDECGAGVFM(Oxidation (M))ASHFDR_"
- ],
- [
- 7851,
- 2,
- 9,
- 4,
- 0.11402,
- "_REFPTVPLVK_"
- ],
- [
- 9129,
- 2,
- 15,
- 2,
- 0.19946,
- "_DKWSPALQIR_"
- ],
- [
- 34098,
- 3,
- 13,
- 4,
- 0.17097,
- "_IRGPEESQPPQLYAADEEEAPGTR_"
- ],
- [
- 17968,
- 4,
- 14,
- 6,
- 0.18521,
- "_EATGHFQESEPFSHIDPEESEETR_"
- ],
- [
- 44326,
- 2,
- 13,
- 4,
- 0.17097,
- "_QAQAVTAASTCCPQMPLQK_"
- ],
- [
- 1455,
- 2,
- 11,
- 4,
- 0.1425,
- "_GFVEIQTPK_"
- ],
- [
- 16225,
- 2,
- 11,
- 4,
- 0.1425,
- "_QQVADEDEIWK_"
- ],
- [
- 20414,
- 2,
- 14,
- 3,
- 0.18521,
- "_VAAALPGMESTQDR_"
- ],
- [
- 35088,
- 2,
- 18,
- 5,
- 0.24222,
- "_NKDQGTYEDYVEGLR_"
- ],
- [
- 43368,
- 2,
- 11,
- 2,
- 0.1425,
- "_IIHGSESMDSGISLDNSYK_"
- ],
- [
- 693,
- 2,
- 13,
- 3,
- 0.17099,
- "_VILGNELPK_"
- ],
- [
- 47742,
- 4,
- 9,
- 6,
- 0.11401,
- "_KLQDTPSEPMEKDPAEPETVPDGETPEDENPTEEGADNSSAK_"
- ],
- [
- 886,
- 3,
- 9,
- 5,
- 0.11401,
- "_ALMGLYHGQVLCK_"
- ],
- [
- 15672,
- 2,
- 9,
- 3,
- 0.11401,
- "_AVEEQIEYLQK_"
- ],
- [
- 11777,
- 2,
- 11,
- 3,
- 0.1425,
- "_DVPAYSQDTFK_"
- ],
- [
- 19359,
- 2,
- 22,
- 6,
- 0.29922,
- "_ELAEDGYSGVEVR_"
- ],
- [
- 7549,
- 3,
- 12,
- 5,
- 0.15674,
- "_STSSFPCPAGHFNGFR_"
- ],
- [
- 12841,
- 2,
- 11,
- 5,
- 0.1425,
- "_IHPQTIIAGWR_"
- ],
- [
- 11940,
- 2,
- 13,
- 2,
- 0.17099,
- "_LEVREDPSSNK_"
- ],
- [
- 11013,
- 3,
- 13,
- 2,
- 0.17099,
- "_SLELHEEFGYNADTQK_"
- ],
- [
- 46523,
- 2,
- 12,
- 5,
- 0.15674,
- "_VSEEQTQPPSPAGAGMSTAMGR_"
- ],
- [
- 21250,
- 3,
- 11,
- 5,
- 0.1425,
- "_GDSPVTSPFQNYSSIHSQSR_"
- ],
- [
- 3537,
- 2,
- 8,
- 3,
- 0.099743,
- "_GSPLVVISQGK_"
- ],
- [
- 40334,
- 2,
- 12,
- 4,
- 0.15674,
- "_ETPDTLSDPQTVPEEER_"
- ],
- [
- 48386,
- 2,
- 9,
- 2,
- 0.11401,
- "_SPAYTPQNLDSESESGSSIAEK_"
- ],
- [
- 13600,
- 3,
- 11,
- 4,
- 0.1425,
- "_LKGQEDSLASAVDAATEQK_"
- ],
- [
- 32903,
- 2,
- 10,
- 4,
- 0.12826,
- "_KVYEDSGIPLPAESPK_"
- ],
- [
- 20652,
- 2,
- 11,
- 5,
- 0.1425,
- "_KFEDEYSEYLK_"
- ],
- [
- 41382,
- 2,
- 10,
- 6,
- 0.12826,
- "_HRPQVAIICGSGLGGLTDK_"
- ],
- [
- 5027,
- 4,
- 13,
- 4,
- 0.17099,
- "_LCNYLSHHLTISPQSGNFR_"
- ],
- [
- 21198,
- 2,
- 18,
- 6,
- 0.24219,
- "_AKIELLGSYDPQK_"
- ],
- [
- 6020,
- 3,
- 15,
- 5,
- 0.19946,
- "_SLHQAIEGDTSGDFLK_"
- ],
- [
- 356,
- 3,
- 13,
- 5,
- 0.17099,
- "_EPLWIRPDAPSR_"
- ],
- [
- 36750,
- 2,
- 14,
- 5,
- 0.18521,
- "_KVFVGGLSPDTSEEQIK_"
- ],
- [
- 12053,
- 2,
- 13,
- 4,
- 0.17099,
- "_LEAQEQAFLAR_"
- ],
- [
- 17939,
- 2,
- 4,
- 2,
- 0.042763,
- "_CLSLSAGQTTLSR_"
- ],
- [
- 8791,
- 2,
- 16,
- 3,
- 0.2137,
- "_GELPDFQDGTK_"
- ],
- [
- 22979,
- 2,
- 15,
- 4,
- 0.19946,
- "_STTSTIESFAAQEK_"
- ],
- [
- 18597,
- 2,
- 15,
- 4,
- 0.2137,
- "_DVKPENLLYTSK_"
- ],
- [
- 19052,
- 2,
- 13,
- 4,
- 0.17099,
- "_GPQVSSALNLDTSK_"
- ],
- [
- 4061,
- 3,
- 14,
- 4,
- 0.18521,
- "_RGEAGWEGGYPEIVK_"
- ],
- [
- 29796,
- 2,
- 13,
- 6,
- 0.17099,
- "_NEEDDMVEMEEER_"
- ],
- [
- 9929,
- 3,
- 13,
- 5,
- 0.17099,
- "_ATEPHMLETYTPEVTK_"
- ],
- [
- 43297,
- 2,
- 18,
- 7,
- 0.24219,
- "_GGHMDDGGYSMNFNMSSSR_"
- ],
- [
- 15009,
- 3,
- 16,
- 6,
- 0.2137,
- "_SCCTSVNEVICHGIPDR_"
- ],
- [
- 24682,
- 2,
- 22,
- 3,
- 0.29922,
- "_SNEDQSMGNWQIK_"
- ],
- [
- 2772,
- 3,
- 14,
- 5,
- 0.18521,
- "_VNPDLQVEVKPSIR_"
- ],
- [
- 31064,
- 3,
- 13,
- 6,
- 0.17097,
- "_RENFCNIHVSLVPQPSSTGEQK_"
- ],
- [
- 23011,
- 3,
- 13,
- 5,
- 0.17097,
- "_QQPMIYICGECHTENEIK_"
- ],
- [
- 47636,
- 2,
- 13,
- 4,
- 0.17097,
- "_QQPMIYICGECHTENEIK_"
- ],
- [
- 45778,
- 2,
- 13,
- 3,
- 0.17097,
- "_VSITSEVESTSNSPSSSSLQK_"
- ],
- [
- 2552,
- 2,
- 9,
- 3,
- 0.11398,
- "_LVLGQEELR_"
- ],
- [
- 6441,
- 2,
- 20,
- 4,
- 0.2707,
- "_SLHDAIMIVR_"
- ],
- [
- 25395,
- 2,
- 13,
- 6,
- 0.17097,
- "_ELSPVLTSEVHSVR_"
- ],
- [
- 17272,
- 2,
- 12,
- 3,
- 0.15674,
- "_TTGIVETHFTFK_"
- ],
- [
- 25275,
- 3,
- 18,
- 9,
- 0.24219,
- "_ITVPGNFQGHSGAQCITCSYK_"
- ],
- [
- 11066,
- 2,
- 6,
- 2,
- 0.07122,
- "_DEDVFVCESR_"
- ],
- [
- 48563,
- 2,
- 13,
- 2,
- 0.17097,
- "_GSAVATSHFEVGNTCPSEFPSK_"
- ],
- [
- 19665,
- 2,
- 5,
- 2,
- 0.056998,
- "_EVLVVNSQGEISR_"
- ],
- [
- 37285,
- 2,
- 12,
- 6,
- 0.15674,
- "_IKDMDLWEQQEEER_"
- ],
- [
- 47873,
- 2,
- 10,
- 4,
- 0.12824,
- "_SQSFNTDTTTSGISSMSSSPSR_"
- ],
- [
- 1362,
- 2,
- 9,
- 2,
- 0.11398,
- "_FEVLYCGK_"
- ],
- [
- 26937,
- 2,
- 15,
- 3,
- 0.19945,
- "_MEPAASSQAAVEELR_"
- ],
- [
- 15242,
- 2,
- 6,
- 3,
- 0.07122,
- "_SADFSQSTSIGIK_"
- ],
- [
- 12036,
- 4,
- 14,
- 6,
- 0.18522,
- "_TVGFGTNNSEHITYLEHNPYEK_"
- ],
- [
- 17624,
- 2,
- 12,
- 5,
- 0.15674,
- "_NVVALDTEVASNR_"
- ],
- [
- 23043,
- 2,
- 10,
- 3,
- 0.12824,
- "_KVDLSQPLIATCR_"
- ],
- [
- 250,
- 2,
- 17,
- 5,
- 0.22794,
- "_LTVEDLEK_"
- ],
- [
- 30050,
- 2,
- 10,
- 3,
- 0.12824,
- "_DTYYDFDAEAADHK_"
- ],
- [
- 16398,
- 2,
- 7,
- 2,
- 0.085454,
- "_SVVTGGVQSVMGSR_"
- ],
- [
- 821,
- 4,
- 10,
- 4,
- 0.12824,
- "_HRPQVAIICGSGLGGLTDK_"
- ],
- [
- 25495,
- 2,
- 13,
- 4,
- 0.17097,
- "_GYSECIVTVGGEER_"
- ],
- [
- 21676,
- 2,
- 14,
- 5,
- 0.18522,
- "_QDVHLLMTNCIK_"
- ],
- [
- 25158,
- 2,
- 14,
- 5,
- 0.18522,
- "_DGSLANNPYPGDVTK_"
- ],
- [
- 37216,
- 2,
- 13,
- 4,
- 0.17097,
- "_ATEPHMLETYTPEVTK_"
- ],
- [
- 33346,
- 3,
- 16,
- 2,
- 0.21369,
- "_THTDSSEKELEPEAAEEALENGPK_"
- ],
- [
- 24411,
- 2,
- 13,
- 2,
- 0.17097,
- "_AVYMMPTEGDDSSK_"
- ],
- [
- 39700,
- 2,
- 13,
- 4,
- 0.17097,
- "_HAQDTAEGDDVTYMLEK_"
- ],
- [
- 39775,
- 3,
- 10,
- 6,
- 0.12824,
- "_TNSGISSASGGSTEPTTPDSERPAQALLR_"
- ],
- [
- 21033,
- 2,
- 12,
- 5,
- 0.15673,
- "_VNEISVEVDSDPR_"
- ],
- [
- 567,
- 2,
- 13,
- 2,
- 0.17097,
- "_EILDESLR_"
- ],
- [
- 34158,
- 2,
- 19,
- 6,
- 0.25642,
- "_RGPCIIYNEDNGIIK_"
- ],
- [
- 913,
- 2,
- 13,
- 4,
- 0.17097,
- "_PLPVALQTR_"
- ],
- [
- 24706,
- 3,
- 10,
- 4,
- 0.12821,
- "_INQISLDESGEHMGVCSEDGK_"
- ],
- [
- 4855,
- 2,
- 11,
- 3,
- 0.14248,
- "_IICDLVEEK_"
- ],
- [
- 14663,
- 3,
- 13,
- 2,
- 0.17097,
- "_KNGVQAMVEFDSVQSAQR_"
- ],
- [
- 24113,
- 2,
- 11,
- 5,
- 0.14248,
- "_EVTLIHSQVALADK_"
- ],
- [
- 18126,
- 2,
- 12,
- 4,
- 0.15673,
- "_TPHVLVLGSGVYR_"
- ],
- [
- 11600,
- 2,
- 19,
- 4,
- 0.25642,
- "_CFIVGADNVGSK_"
- ],
- [
- 27202,
- 2,
- 10,
- 4,
- 0.12821,
- "_VNPDLQVEVKPSIR_"
- ],
- [
- 30622,
- 2,
- 17,
- 4,
- 0.22793,
- "_NDSPTQIPVSSDVCR_"
- ],
- [
- 46225,
- 2,
- 10,
- 3,
- 0.12821,
- "_ALQENDNVCAQLSAGSTDPGK_"
- ],
- [
- 4234,
- 3,
- 24,
- 7,
- 0.32769,
- "_HWPFMVVNDAGRPK_"
- ],
- [
- 9108,
- 3,
- 17,
- 5,
- 0.22793,
- "_SCILRPGGSEDASAMLR_"
- ],
- [
- 27097,
- 2,
- 17,
- 4,
- 0.22793,
- "_RLEPVVSDAIYDSK_"
- ],
- [
- 5157,
- 3,
- 10,
- 2,
- 0.12821,
- "_ALATHPGISFYEEPR_"
- ],
- [
- 8389,
- 2,
- 11,
- 4,
- 0.14248,
- "_LDQQTLPLGGR_"
- ],
- [
- 32312,
- 3,
- 11,
- 5,
- 0.14248,
- "_FMCEVQVEGYNYTGM(Oxidation (M))GNSTNKK_"
- ],
- [
- 24621,
- 2,
- 14,
- 6,
- 0.18521,
- "_NAAHALPTTLGALER_"
- ],
- [
- 45716,
- 2,
- 10,
- 2,
- 0.12821,
- "_VINQENFQQMCQQEEVK_"
- ],
- [
- 10024,
- 3,
- 14,
- 6,
- 0.18521,
- "_IKDMDLWEQQEEER_"
- ],
- [
- 16240,
- 2,
- 9,
- 3,
- 0.11395,
- "_DAIAQAEMDLKR_"
- ],
- [
- 1061,
- 2,
- 19,
- 4,
- 0.25642,
- "_QLQMDVIR_"
- ],
- [
- 17644,
- 2,
- 9,
- 3,
- 0.11395,
- "_AIILNTPHNPLGK_"
- ],
- [
- 406,
- 2,
- 14,
- 4,
- 0.18521,
- "_TTLVIMER_"
- ],
- [
- 29695,
- 2,
- 15,
- 6,
- 0.19945,
- "_NTPSEPIHCIVWAK_"
- ],
- [
- 15030,
- 4,
- 16,
- 2,
- 0.21368,
- "_YFDENAAEDFEKHESVEYKPPK_"
- ],
- [
- 1466,
- 2,
- 16,
- 4,
- 0.21368,
- "_EMWTEVPK_"
- ],
- [
- 46733,
- 2,
- 9,
- 3,
- 0.11395,
- "_SPSTTYLHTPTPSEDAAIPSK_"
- ],
- [
- 39723,
- 2,
- 13,
- 6,
- 0.17097,
- "_TCVTCEVSYCDECLK_"
- ],
- [
- 26142,
- 2,
- 13,
- 3,
- 0.17097,
- "_FDHIFYTGNTAVGK_"
- ],
- [
- 22823,
- 3,
- 15,
- 6,
- 0.19945,
- "_LCNYLSHHLTISPQSGNFR_"
- ],
- [
- 8645,
- 2,
- 15,
- 3,
- 0.19945,
- "_CTVDVPEDLR_"
- ],
- [
- 2425,
- 2,
- 13,
- 2,
- 0.17097,
- "_QFPCEPFK_"
- ],
- [
- 16439,
- 2,
- 16,
- 2,
- 0.21368,
- "_ESFDPSAFLVPR_"
- ],
- [
- 4428,
- 2,
- 30,
- 5,
- 0.41313,
- "_TIAQDYGVLK_"
- ],
- [
- 35291,
- 2,
- 7,
- 2,
- 0.085484,
- "_TSNGDLSDSTVSADPVVK_"
- ],
- [
- 23158,
- 2,
- 16,
- 4,
- 0.21371,
- "_QFMAETQFTSGEK_"
- ],
- [
- 3665,
- 3,
- 11,
- 2,
- 0.14246,
- "_GYPEVALHFVKDEK_"
- ],
- [
- 42165,
- 3,
- 9,
- 6,
- 0.11394,
- "_ICEEETGSTSIQAADSTAVNGSITPTDKK_"
- ],
- [
- 8153,
- 3,
- 9,
- 4,
- 0.11394,
- "_CTYAVGNHDFIEAYK_"
- ],
- [
- 32085,
- 2,
- 12,
- 5,
- 0.15673,
- "_CPSILGGLAPEKDQPK_"
- ],
- [
- 33319,
- 2,
- 25,
- 4,
- 0.34194,
- "_GYGFVHFETQEAAER_"
- ],
- [
- 31702,
- 3,
- 16,
- 5,
- 0.21371,
- "_TVGFGTNNSEHITYLEHNPYEK_"
- ],
- [
- 6787,
- 2,
- 10,
- 3,
- 0.1282,
- "_EIAAVFQDNR_"
- ],
- [
- 23607,
- 2,
- 12,
- 5,
- 0.15673,
- "_EVSFQSTGESEWK_"
- ],
- [
- 48262,
- 2,
- 13,
- 8,
- 0.17098,
- "_SSAQLQTNYPSSDNSLYTNAK_"
- ],
- [
- 32538,
- 3,
- 17,
- 5,
- 0.22793,
- "_QQAAYYAQTSPQGMPQHPPAPQGQ_"
- ],
- [
- 9692,
- 4,
- 13,
- 4,
- 0.17098,
- "_ILAHLTGTEFMQDPDEEHLKK_"
- ],
- [
- 13948,
- 2,
- 18,
- 3,
- 0.24218,
- "_LTPEEEEILNK_"
- ],
- [
- 9151,
- 2,
- 11,
- 4,
- 0.14246,
- "_FVFGQNMSER_"
- ],
- [
- 1687,
- 3,
- 11,
- 2,
- 0.14246,
- "_LIAEQPPHLTPGIR_"
- ],
- [
- 29931,
- 3,
- 12,
- 6,
- 0.15673,
- "_IPYQSPVSSSESAPGTIMNGHGGGR_"
- ],
- [
- 38345,
- 2,
- 7,
- 2,
- 0.085484,
- "_VNGEVVQSSNTNQMVFK_"
- ],
- [
- 44402,
- 2,
- 5,
- 2,
- 0.056964,
- "_YQSYNQYPNGSANGFGAVR_"
- ],
- [
- 27181,
- 2,
- 6,
- 5,
- 0.071224,
- "_INGTVTENMSLTDAK_"
- ],
- [
- 1955,
- 3,
- 10,
- 3,
- 0.1282,
- "_EKLTLLHYDPVVK_"
- ],
- [
- 44910,
- 2,
- 17,
- 6,
- 0.22793,
- "_NVASGGGGVGDGVQEPTTGNWR_"
- ],
- [
- 33180,
- 2,
- 7,
- 3,
- 0.085484,
- "_SQCYYFENPADSEK_"
- ],
- [
- 33329,
- 2,
- 23,
- 6,
- 0.31344,
- "_VSHVSTGGGASLELLEGK_"
- ],
- [
- 25914,
- 2,
- 8,
- 4,
- 0.099706,
- "_SEVCILHEYMQR_"
- ],
- [
- 2290,
- 2,
- 8,
- 6,
- 0.099706,
- "_AIIDQFGQR_"
- ],
- [
- 26256,
- 2,
- 13,
- 5,
- 0.17098,
- "_EEIDHAEYYLYK_"
- ],
- [
- 23311,
- 2,
- 12,
- 5,
- 0.15673,
- "_SSPLIQFHLLHSK_"
- ],
- [
- 2993,
- 2,
- 15,
- 4,
- 0.19946,
- "_TLIEAGLPQK_"
- ],
- [
- 5197,
- 2,
- 11,
- 2,
- 0.14246,
- "_YGIPEPPEPK_"
- ],
- [
- 19848,
- 2,
- 14,
- 4,
- 0.18522,
- "_AYGPGIEPTGNMVK_"
- ],
- [
- 19630,
- 3,
- 13,
- 6,
- 0.17098,
- "_KQTIDNSQGAYQEAFDISK_"
- ],
- [
- 22542,
- 3,
- 12,
- 6,
- 0.15671,
- "_HFSISGCPLYHNLSADECK_"
- ],
- [
- 4786,
- 2,
- 8,
- 2,
- 0.099731,
- "_FSDSYASVIK_"
- ],
- [
- 23253,
- 3,
- 12,
- 5,
- 0.15671,
- "_LNDSDHQSSTSPLMEGTPTIK_"
- ],
- [
- 1230,
- 2,
- 12,
- 4,
- 0.15671,
- "_DMSMLEER_"
- ],
- [
- 22969,
- 3,
- 11,
- 4,
- 0.14245,
- "_ANHSSHQEDTYGALDFTLSR_"
- ],
- [
- 32666,
- 2,
- 11,
- 4,
- 0.14245,
- "_KENGPVVETVQVPLSK_"
- ],
- [
- 26314,
- 2,
- 9,
- 3,
- 0.11395,
- "_ERLDQPMTEIVSR_"
- ],
- [
- 21056,
- 2,
- 9,
- 5,
- 0.11395,
- "_TLGMAISERPDLR_"
- ],
- [
- 14781,
- 2,
- 11,
- 4,
- 0.14245,
- "_QIYLSGLHSWK_"
- ],
- [
- 15355,
- 2,
- 10,
- 2,
- 0.12819,
- "_KLVSIVADQLEK_"
- ],
- [
- 3749,
- 3,
- 10,
- 4,
- 0.12819,
- "_EVESPYEVHDYIR_"
- ],
- [
- 49375,
- 2,
- 6,
- 5,
- 0.071212,
- "_AAAPAPEEEM(Oxidation (M))DECEQALAAEPK_"
- ],
- [
- 6623,
- 2,
- 12,
- 3,
- 0.15671,
- "_VQAGDVITIDK_"
- ],
- [
- 15444,
- 2,
- 8,
- 3,
- 0.099731,
- "_STLDIVLANKDR_"
- ],
- [
- 28717,
- 2,
- 16,
- 4,
- 0.21371,
- "_GSVAIWSGKPPICEK_"
- ],
- [
- 30451,
- 2,
- 17,
- 3,
- 0.22795,
- "_YISWTEQNYPQGGK_"
- ],
- [
- 15049,
- 4,
- 15,
- 5,
- 0.19947,
- "_RQPPARPPGPSTDTGALADGVVSQAVK_"
- ],
- [
- 7973,
- 2,
- 17,
- 3,
- 0.22795,
- "_MGGGSIEVSVPR_"
- ],
- [
- 14742,
- 3,
- 18,
- 6,
- 0.24218,
- "_EKEEFAVPENSSVQQFK_"
- ],
- [
- 22520,
- 2,
- 14,
- 8,
- 0.18523,
- "_ALMGLYHGQVLCK_"
- ],
- [
- 1456,
- 2,
- 14,
- 3,
- 0.18523,
- "_FVVELQQR_"
- ],
- [
- 28450,
- 2,
- 14,
- 5,
- 0.18523,
- "_VDIQTEDLEDGTCK_"
- ],
- [
- 26634,
- 2,
- 14,
- 3,
- 0.18523,
- "_MGNTPDSASDNLGFR_"
- ],
- [
- 2170,
- 2,
- 17,
- 3,
- 0.22795,
- "_VVLIGDSGVGK_"
- ],
- [
- 39459,
- 2,
- 16,
- 2,
- 0.21371,
- "_SLEEEGQELPQSADVQR_"
- ],
- [
- 5887,
- 2,
- 23,
- 5,
- 0.31343,
- "_EALPDGVNISK_"
- ],
- [
- 10644,
- 3,
- 13,
- 5,
- 0.17098,
- "_VAQEKDQLQEQLQALK_"
- ],
- [
- 23631,
- 2,
- 21,
- 6,
- 0.28492,
- "_NLLHVTDTGVGMTR_"
- ],
- [
- 31386,
- 3,
- 16,
- 5,
- 0.21371,
- "_ASMQLEETGVHAPGASQPSALDQSK_"
- ],
- [
- 5794,
- 2,
- 13,
- 5,
- 0.17098,
- "_EMTTCVFPR_"
- ],
- [
- 1143,
- 2,
- 13,
- 3,
- 0.17098,
- "_GQALITFEK_"
- ],
- [
- 4238,
- 3,
- 21,
- 7,
- 0.28492,
- "_KKELEEIVQPIISK_"
- ],
- [
- 9379,
- 3,
- 18,
- 6,
- 0.24218,
- "_GIYAYGFEKPSAIQQR_"
- ],
- [
- 9554,
- 3,
- 18,
- 4,
- 0.24218,
- "_KVFVGGLSPDTSEEQIK_"
- ],
- [
- 41638,
- 2,
- 13,
- 6,
- 0.17098,
- "_TYTSQSIHQAVIAEQLAK_"
- ],
- [
- 21430,
- 3,
- 13,
- 5,
- 0.17098,
- "_SPSTTYLHTPTPSEDAAIPSK_"
- ],
- [
- 7395,
- 2,
- 13,
- 2,
- 0.17098,
- "_DVVQAYPEVR_"
- ],
- [
- 33002,
- 2,
- 11,
- 3,
- 0.14242,
- "_TPVPAGEEEGELGEYR_"
- ],
- [
- 43095,
- 2,
- 22,
- 3,
- 0.29915,
- "_EEPVEEAEEEAPEASTAPK_"
- ],
- [
- 34907,
- 2,
- 11,
- 3,
- 0.14242,
- "_SSPVVSTVLSGSSGSSSTR_"
- ],
- [
- 33788,
- 2,
- 9,
- 5,
- 0.11396,
- "_SPLLAGGSPPQPVVPAHK_"
- ],
- [
- 37663,
- 2,
- 12,
- 3,
- 0.15668,
- "_EGCTSETPHALTVSPFK_"
- ],
- [
- 38938,
- 2,
- 9,
- 2,
- 0.11396,
- "_SSWNQNTSDIPETTYR_"
- ],
- [
- 6855,
- 2,
- 11,
- 4,
- 0.14242,
- "_TLTPISAAYAR_"
- ],
- [
- 10006,
- 2,
- 17,
- 3,
- 0.22794,
- "_LADDLSTLQEK_"
- ],
- [
- 2748,
- 2,
- 12,
- 2,
- 0.15668,
- "_DAVEVSTWR_"
- ],
- [
- 31154,
- 2,
- 21,
- 6,
- 0.2849,
- "_DMGYHVSMMADSTSR_"
- ],
- [
- 3339,
- 2,
- 12,
- 3,
- 0.15668,
- "_LFLDGEEEK_"
- ],
- [
- 18743,
- 2,
- 12,
- 3,
- 0.15668,
- "_VEAYQWSVSEGR_"
- ],
- [
- 14348,
- 2,
- 11,
- 3,
- 0.14242,
- "_STLLQVLQHQR_"
- ],
- [
- 40027,
- 3,
- 16,
- 7,
- 0.2137,
- "_GPNGASAGVAAQHSQCFAAWYGHCPGLK_"
- ],
- [
- 6343,
- 3,
- 11,
- 5,
- 0.14242,
- "_LSPGIPLKPMLAHPTR_"
- ],
- [
- 40683,
- 2,
- 10,
- 3,
- 0.12818,
- "_YLECISCGSSDMSCER_"
- ],
- [
- 46208,
- 2,
- 10,
- 5,
- 0.12818,
- "_GGTMTDLDEQEDESMETTGK_"
- ],
- [
- 45897,
- 3,
- 14,
- 7,
- 0.18521,
- "_SSSQPSSCCSDPSKPGGNVEGATQSLAEQMR_"
- ],
- [
- 5722,
- 2,
- 7,
- 2,
- 0.085442,
- "_VYTISDTIAR_"
- ],
- [
- 9802,
- 2,
- 11,
- 4,
- 0.14242,
- "_VAILAELDKEK_"
- ],
- [
- 1139,
- 4,
- 10,
- 3,
- 0.12818,
- "_HNHLLWLSPTARPDLGGK_"
- ],
- [
- 36156,
- 2,
- 11,
- 4,
- 0.14242,
- "_FAEVTQEVEVARPVDK_"
- ],
- [
- 21661,
- 3,
- 12,
- 7,
- 0.15668,
- "_WRPGDADGTDCTSIGTIEQK_"
- ],
- [
- 14838,
- 2,
- 10,
- 4,
- 0.12818,
- "_GAPVIVPELGKPR_"
- ],
- [
- 24707,
- 3,
- 13,
- 3,
- 0.17094,
- "_VQDIPTGADSCVTSLSCDSHR_"
- ],
- [
- 11535,
- 3,
- 8,
- 6,
- 0.099702,
- "_ETSLAENIWQEQPHSK_"
- ],
- [
- 37949,
- 2,
- 14,
- 5,
- 0.18521,
- "_VAQEKDQLQEQLQALK_"
- ],
- [
- 42938,
- 2,
- 16,
- 4,
- 0.2137,
- "_GDQPAASGDSDDDEPPPLPR_"
- ],
- [
- 2353,
- 2,
- 20,
- 6,
- 0.27063,
- "_DYFEEYGK_"
- ],
- [
- 8108,
- 2,
- 10,
- 4,
- 0.12818,
- "_AALADDFDTPR_"
- ],
- [
- 10613,
- 2,
- 11,
- 2,
- 0.1424,
- "_DMSGSPASGIPVK_"
- ],
- [
- 7874,
- 2,
- 10,
- 2,
- 0.12818,
- "_GSELQNYFTK_"
- ],
- [
- 31331,
- 2,
- 12,
- 5,
- 0.15663,
- "_SASELTAGAEAEAEEVK_"
- ],
- [
- 19403,
- 2,
- 12,
- 6,
- 0.15663,
- "_EWCFKPCEIR_"
- ],
- [
- 25964,
- 3,
- 11,
- 6,
- 0.1424,
- "_LTLEQGQQLVAEGHPGASQASAR_"
- ],
- [
- 35601,
- 3,
- 13,
- 5,
- 0.17089,
- "_MKLEPNLGEDDEDKDLEPGPSGTSK_"
- ],
- [
- 34704,
- 2,
- 12,
- 4,
- 0.15663,
- "_SCTVNIMFGTPQEHR_"
- ],
- [
- 42261,
- 2,
- 9,
- 3,
- 0.11392,
- "_EVAYLGNEVSDEECLKR_"
- ],
- [
- 42357,
- 3,
- 12,
- 7,
- 0.15663,
- "_GVQAVMGYKPGSGVVTASTASSENGAGKPWK_"
- ],
- [
- 990,
- 2,
- 7,
- 2,
- 0.085414,
- "_HLMWDLGK_"
- ],
- [
- 10403,
- 2,
- 8,
- 4,
- 0.099657,
- "_LILEVHQFSR_"
- ],
- [
- 4570,
- 2,
- 15,
- 4,
- 0.19942,
- "_GVSAFSTWEK_"
- ],
- [
- 7289,
- 2,
- 8,
- 4,
- 0.099657,
- "_YNACILEYK_"
- ],
- [
- 22518,
- 2,
- 8,
- 6,
- 0.099657,
- "_WKDSDEADLVLAK_"
- ],
- [
- 223,
- 4,
- 14,
- 5,
- 0.18516,
- "_VISHPTLPISITAHEDR_"
- ],
- [
- 37341,
- 2,
- 9,
- 5,
- 0.11392,
- "_VNGEVVQSGNTNQMVFK_"
- ],
- [
- 32277,
- 2,
- 9,
- 5,
- 0.11392,
- "_MQVEYMSFSAHADAK_"
- ],
- [
- 16533,
- 3,
- 14,
- 6,
- 0.18516,
- "_KAGTQIENIDEDFRDGLK_"
- ],
- [
- 9591,
- 3,
- 9,
- 5,
- 0.11392,
- "_HLPAELTAEEKEDLLK_"
- ],
- [
- 29128,
- 3,
- 16,
- 7,
- 0.21368,
- "_KTVVVNCNPETVSTDFDECDK_"
- ],
- [
- 246,
- 3,
- 11,
- 4,
- 0.1424,
- "_ILHLQGEGDIVPK_"
- ],
- [
- 28464,
- 2,
- 9,
- 4,
- 0.11392,
- "_ALAALEEHVADENLK_"
- ],
- [
- 9034,
- 3,
- 12,
- 5,
- 0.15663,
- "_FAEVTQEVEVARPVDK_"
- ],
- [
- 4100,
- 3,
- 17,
- 5,
- 0.22792,
- "_VWPHKDYPLIPVGK_"
- ],
- [
- 10884,
- 2,
- 11,
- 3,
- 0.1424,
- "_ALYETELADAR_"
- ],
- [
- 30011,
- 4,
- 11,
- 7,
- 0.1424,
- "_TQHSSLDQSSPPQSGVSTSYNHPVLGMYDAK_"
- ],
- [
- 45521,
- 2,
- 19,
- 7,
- 0.2564,
- "_KQTIDNSQGAYQEAFDISK_"
- ],
- [
- 47009,
- 2,
- 13,
- 6,
- 0.17089,
- "_SVVIDCSSSQPQFCNAGSNR_"
- ],
- [
- 19243,
- 2,
- 13,
- 4,
- 0.17089,
- "_HALLDVTPNAVDR_"
- ],
- [
- 41670,
- 4,
- 9,
- 7,
- 0.11392,
- "_KDDENIPMETEETHLEETTESQQNGEEGTSTPEDK_"
- ],
- [
- 3428,
- 2,
- 10,
- 3,
- 0.12818,
- "_GEIPALPPCK_"
- ],
- [
- 13189,
- 2,
- 10,
- 2,
- 0.12818,
- "_LFDATLTQYVK_"
- ],
- [
- 32126,
- 2,
- 13,
- 5,
- 0.17089,
- "_DQTKPTPLILDEQGR_"
- ],
- [
- 14575,
- 2,
- 12,
- 4,
- 0.15663,
- "_GVCTEAGMYALR_"
- ],
- [
- 45700,
- 2,
- 12,
- 4,
- 0.15663,
- "_VPSALAPASQEPSPAASAEADGK_"
- ],
- [
- 21270,
- 2,
- 16,
- 5,
- 0.21365,
- "_MDDPTVNWSNER_"
- ],
- [
- 19250,
- 3,
- 12,
- 4,
- 0.15663,
- "_DEQDVLLVHHPDMPENSR_"
- ],
- [
- 23188,
- 2,
- 8,
- 4,
- 0.099643,
- "_VVSEDTSHYILIK_"
- ],
- [
- 19151,
- 2,
- 9,
- 3,
- 0.11389,
- "_SSASVVFTTYTQK_"
- ],
- [
- 44955,
- 3,
- 9,
- 4,
- 0.11389,
- "_EPAAAVAATATTTPATATTASASASSTGEPEVKR_"
- ],
- [
- 13622,
- 3,
- 10,
- 2,
- 0.12815,
- "_AASPQDLAGGYTSSLACHR_"
- ],
- [
- 30361,
- 3,
- 10,
- 6,
- 0.12815,
- "_DGAATGVDAICTHHLNPQSPGLDR_"
- ],
- [
- 37389,
- 2,
- 10,
- 5,
- 0.12815,
- "_LEAASSALGGPTLTHAVTR_"
- ],
- [
- 4939,
- 3,
- 12,
- 5,
- 0.15663,
- "_GEPGRPALYFCGSIR_"
- ],
- [
- 23820,
- 2,
- 10,
- 3,
- 0.12815,
- "_ETCVVVYTGYGNR_"
- ],
- [
- 12066,
- 2,
- 10,
- 3,
- 0.12815,
- "_NLKEELQVFR_"
- ],
- [
- 15263,
- 3,
- 10,
- 6,
- 0.12815,
- "_EVAYLGNEVSDEECLKR_"
- ],
- [
- 10117,
- 3,
- 11,
- 4,
- 0.14241,
- "_LEAASSALGGPTLTHAVTR_"
- ],
- [
- 10270,
- 2,
- 11,
- 3,
- 0.14241,
- "_THIETVINALK_"
- ],
- [
- 13095,
- 4,
- 11,
- 5,
- 0.14241,
- "_KVGTFFSEVKPAGPTVEQQGEMAR_"
- ],
- [
- 22030,
- 3,
- 24,
- 4,
- 0.3276,
- "_VAYHPYPEDYGDIEIGSHR_"
- ],
- [
- 8863,
- 2,
- 10,
- 4,
- 0.12815,
- "_VTAPDVDLHLK_"
- ],
- [
- 3898,
- 2,
- 11,
- 3,
- 0.14241,
- "_GLETHLIALK_"
- ],
- [
- 43064,
- 2,
- 11,
- 4,
- 0.14241,
- "_EVMSDLEESKYQNAELR_"
- ],
- [
- 5650,
- 3,
- 17,
- 5,
- 0.2279,
- "_NKLDFLRPYTVPNK_"
- ],
- [
- 43070,
- 2,
- 13,
- 6,
- 0.17086,
- "_GKVEIDQQQLTQQQLNGN_"
- ],
- [
- 26826,
- 2,
- 20,
- 5,
- 0.27063,
- "_TTTLSGTAPAAGVVPSR_"
- ],
- [
- 41856,
- 2,
- 20,
- 8,
- 0.27063,
- "_EKEEFAVPENSSVQQFK_"
- ],
- [
- 35136,
- 2,
- 13,
- 4,
- 0.17086,
- "_CTYAVGNHDFIEAYK_"
- ],
- [
- 3194,
- 2,
- 13,
- 5,
- 0.17086,
- "_DIVENICGR_"
- ],
- [
- 39003,
- 2,
- 13,
- 4,
- 0.17086,
- "_CYVCDQQTNGVFNPAK_"
- ],
- [
- 31205,
- 2,
- 15,
- 4,
- 0.19939,
- "_HQEPVYSVAFSPDGR_"
- ],
- [
- 41547,
- 2,
- 16,
- 7,
- 0.21365,
- "_AANAAENDFSVSQAEMSSR_"
- ],
- [
- 2013,
- 2,
- 14,
- 2,
- 0.18512,
- "_DEDGSTLFR_"
- ],
- [
- 12161,
- 3,
- 14,
- 4,
- 0.18512,
- "_KAEAAASALADADADLEER_"
- ],
- [
- 25858,
- 2,
- 16,
- 2,
- 0.21365,
- "_AYCEGCYVATLEK_"
- ],
- [
- 3257,
- 2,
- 18,
- 5,
- 0.24214,
- "_VLLPEYGGTK_"
- ],
- [
- 25087,
- 2,
- 7,
- 2,
- 0.085403,
- "_LGVTNTIISHYDGR_"
- ],
- [
- 20646,
- 3,
- 13,
- 5,
- 0.17086,
- "_LKAEPAAPPAAPSTPAPPPAVPK_"
- ],
- [
- 20938,
- 2,
- 14,
- 6,
- 0.18509,
- "_TELSQSDMFDQR_"
- ],
- [
- 43257,
- 2,
- 10,
- 4,
- 0.12812,
- "_KWENPTQNNAGLEDFER_"
- ],
- [
- 14208,
- 3,
- 23,
- 6,
- 0.31333,
- "_HRPQVAIICGSGLGGLTDK_"
- ],
- [
- 11527,
- 2,
- 7,
- 2,
- 0.085403,
- "_YPILGIPQAHR_"
- ],
- [
- 3802,
- 2,
- 12,
- 3,
- 0.15664,
- "_EEVGDFIQR_"
- ],
- [
- 4491,
- 4,
- 14,
- 4,
- 0.18509,
- "_VAYHPYPEDYGDIEIGSHR_"
- ],
- [
- 903,
- 2,
- 15,
- 5,
- 0.19935,
- "_EFEDDLVK_"
- ],
- [
- 32313,
- 3,
- 7,
- 2,
- 0.085403,
- "_FM(Oxidation (M))CEVQVEGYNYTGMGNSTNKK_"
- ],
- [
- 13397,
- 4,
- 19,
- 8,
- 0.25637,
- "_QQSHFAMMHGGTGFAGIDSSSPEVK_"
- ],
- [
- 16873,
- 2,
- 12,
- 3,
- 0.15664,
- "_ALQISEEIQGER_"
- ],
- [
- 13335,
- 2,
- 11,
- 5,
- 0.14238,
- "_NIPGPHMVLVPK_"
- ],
- [
- 39956,
- 2,
- 24,
- 7,
- 0.32757,
- "_TVVSGSCAAHSLLITTEGK_"
- ],
- [
- 10340,
- 2,
- 16,
- 5,
- 0.21362,
- "_ASWSSLSMDEK_"
- ],
- [
- 15535,
- 2,
- 12,
- 4,
- 0.15664,
- "_EISDGDVIISGNK_"
- ],
- [
- 2818,
- 2,
- 16,
- 2,
- 0.21362,
- "_ANNGICFLR_"
- ],
- [
- 4984,
- 4,
- 16,
- 5,
- 0.21362,
- "_GPIAQWADGAISPNGHRPQLR_"
- ],
- [
- 39838,
- 3,
- 20,
- 8,
- 0.27061,
- "_NDQDTWDYTNPNLSGQGDPGSNPNKR_"
- ],
- [
- 11689,
- 2,
- 11,
- 4,
- 0.14238,
- "_EQLMASDDFGR_"
- ],
- [
- 26270,
- 2,
- 12,
- 3,
- 0.15664,
- "_LSVVEYDPGTHDLK_"
- ],
- [
- 17132,
- 2,
- 23,
- 6,
- 0.31333,
- "_ANPQVGVAFPHIK_"
- ],
- [
- 6729,
- 3,
- 30,
- 6,
- 0.4131,
- "_VSHVSTGGGASLELLEGK_"
- ],
- [
- 34453,
- 3,
- 12,
- 3,
- 0.15664,
- "_LVCSGENDNHGQIANLPSAVTSDQK_"
- ],
- [
- 16775,
- 2,
- 13,
- 5,
- 0.17086,
- "_AGLLQVYIHTQK_"
- ],
- [
- 4532,
- 3,
- 13,
- 5,
- 0.17086,
- "_LVINDLTYHVRPPK_"
- ],
- [
- 38873,
- 2,
- 14,
- 5,
- 0.18509,
- "_ETSLAENIWQEQPHSK_"
- ],
- [
- 29979,
- 2,
- 10,
- 5,
- 0.12812,
- "_WITEEQPNSATNLR_"
- ],
- [
- 46015,
- 3,
- 8,
- 4,
- 0.099637,
- "_DVYPSCSSTTASTVGNSSSHNTASQSPDFVR_"
- ],
- [
- 25910,
- 2,
- 9,
- 6,
- 0.11387,
- "_NNDFYVTGESYAGK_"
- ],
- [
- 35520,
- 2,
- 16,
- 4,
- 0.21362,
- "_IFVGGIPHNCGETELR_"
- ],
- [
- 25420,
- 2,
- 13,
- 4,
- 0.17086,
- "_EPIMPAPGQEETVR_"
- ],
- [
- 22185,
- 2,
- 22,
- 4,
- 0.29908,
- "_ENPLLPEEEEQR_"
- ],
- [
- 11977,
- 2,
- 13,
- 4,
- 0.17086,
- "_GNEFEDYCLK_"
- ],
- [
- 26195,
- 2,
- 9,
- 2,
- 0.11387,
- "_SQLLAPPPPSAPPGNK_"
- ],
- [
- 33048,
- 2,
- 10,
- 4,
- 0.12812,
- "_LSEENIDSSAGNGVLTK_"
- ],
- [
- 11762,
- 2,
- 6,
- 4,
- 0.071152,
- "_TLALIKPDAISK_"
- ],
- [
- 22936,
- 2,
- 4,
- 3,
- 0.042674,
- "_LVQAEYWHDPIK_"
- ],
- [
- 2635,
- 3,
- 21,
- 4,
- 0.28486,
- "_LPRPPPPEMPESLK_"
- ],
- [
- 18165,
- 2,
- 9,
- 3,
- 0.11387,
- "_EAITEAVEAPAAAR_"
- ],
- [
- 1661,
- 3,
- 10,
- 4,
- 0.12812,
- "_WVPQMGDHTEVLK_"
- ],
- [
- 23429,
- 2,
- 13,
- 5,
- 0.17086,
- "_NNAYLAQSPQLYK_"
- ],
- [
- 30907,
- 2,
- 13,
- 5,
- 0.17086,
- "_SEMMEEDLQGASQVK_"
- ],
- [
- 20080,
- 2,
- 13,
- 4,
- 0.17086,
- "_SSPVEFECINEK_"
- ],
- [
- 13762,
- 3,
- 14,
- 6,
- 0.18509,
- "_IKPHLMSQELPEDWDK_"
- ],
- [
- 42282,
- 2,
- 13,
- 6,
- 0.17086,
- "_LAEDAPNFDGPAAEGQPGQK_"
- ],
- [
- 9262,
- 2,
- 16,
- 2,
- 0.21362,
- "_KSPLSWIEEK_"
- ],
- [
- 33189,
- 3,
- 17,
- 5,
- 0.22788,
- "_QQSHFAMMHGGTGFAGIDSSSPEVK_"
- ],
- [
- 18384,
- 2,
- 11,
- 3,
- 0.14238,
- "_ISVATGALEAAQGSK_"
- ],
- [
- 43525,
- 2,
- 13,
- 2,
- 0.17086,
- "_FSGELNNEGCFSQQVNTK_"
- ],
- [
- 41775,
- 2,
- 13,
- 4,
- 0.17088,
- "_ALSGTSPDDVQPGPSVGPPSK_"
- ],
- [
- 40919,
- 2,
- 12,
- 5,
- 0.15662,
- "_AASPQDLAGGYTSSLACHR_"
- ],
- [
- 22304,
- 2,
- 11,
- 3,
- 0.14236,
- "_NLEMISDEIHER_"
- ],
- [
- 29158,
- 3,
- 11,
- 5,
- 0.14236,
- "_HDGTGGQSIYGDKFEDENFDVK_"
- ],
- [
- 16500,
- 2,
- 13,
- 4,
- 0.17088,
- "_QEELYSELQAR_"
- ],
- [
- 13296,
- 3,
- 11,
- 4,
- 0.14236,
- "_KVQVAALQASPPLDQDDR_"
- ],
- [
- 46326,
- 3,
- 11,
- 7,
- 0.14236,
- "_KFVEEEDDDEEEEEENLDDQDEQGNLK_"
- ],
- [
- 30323,
- 2,
- 6,
- 2,
- 0.071151,
- "_SLAM(Oxidation (M))LGSSEDNTALSR_"
- ],
- [
- 22455,
- 2,
- 9,
- 3,
- 0.11388,
- "_LDDDDEGVPSSALR_"
- ],
- [
- 18181,
- 2,
- 10,
- 4,
- 0.12812,
- "_KTTPELEIVLQK_"
- ],
- [
- 36536,
- 2,
- 20,
- 6,
- 0.27062,
- "_GIYAYGFEKPSAIQQR_"
- ],
- [
- 3594,
- 4,
- 8,
- 2,
- 0.09965,
- "_ALENNKDNPEIWCHYLR_"
- ],
- [
- 12866,
- 2,
- 7,
- 3,
- 0.085399,
- "_PMEGNFEEIAR_"
- ],
- [
- 3950,
- 2,
- 10,
- 3,
- 0.12812,
- "_DSEDIYNLK_"
- ],
- [
- 20964,
- 3,
- 12,
- 5,
- 0.15662,
- "_EVMNADDPDLQRPDEEAIK_"
- ],
- [
- 42568,
- 2,
- 10,
- 4,
- 0.12812,
- "_EVGNMTGTTEINSDQGLEK_"
- ],
- [
- 30390,
- 2,
- 12,
- 4,
- 0.15662,
- "_ELQEESGLTVDALHK_"
- ],
- [
- 23322,
- 3,
- 12,
- 3,
- 0.15662,
- "_VAVPSTIHCDHLIEAQVGGEK_"
- ],
- [
- 21688,
- 2,
- 8,
- 5,
- 0.09965,
- "_SNNIFLHEGLTVK_"
- ],
- [
- 24294,
- 2,
- 16,
- 4,
- 0.2136,
- "_HLLSQPLFTESQK_"
- ],
- [
- 17474,
- 2,
- 9,
- 4,
- 0.11388,
- "_NNLNPVWRPFK_"
- ],
- [
- 1877,
- 2,
- 10,
- 4,
- 0.12812,
- "_CDAISVLEK_"
- ],
- [
- 24534,
- 3,
- 14,
- 7,
- 0.1851,
- "_TKSDMMEENIDTSAQAVAETK_"
- ],
- [
- 17728,
- 2,
- 5,
- 2,
- 0.056921,
- "_CVVIGLQSTGEAR_"
- ],
- [
- 7000,
- 2,
- 15,
- 4,
- 0.19934,
- "_YAAYHDLPMS_"
- ],
- [
- 32436,
- 2,
- 9,
- 4,
- 0.11388,
- "_GPAAIEECCNWFHK_"
- ],
- [
- 1895,
- 3,
- 10,
- 2,
- 0.12812,
- "_GRPDLSTLTHSIVR_"
- ],
- [
- 29120,
- 3,
- 9,
- 2,
- 0.11388,
- "_PQVQLHVQSQTQPVSLANTQPR_"
- ],
- [
- 6183,
- 2,
- 15,
- 3,
- 0.19934,
- "_NSFQPISSLR_"
- ],
- [
- 7604,
- 3,
- 14,
- 4,
- 0.1851,
- "_VVDAILGLAHHGNGQLR_"
- ],
- [
- 19803,
- 2,
- 9,
- 6,
- 0.11388,
- "_AGMSAEQAQGLLEK_"
- ],
- [
- 9292,
- 3,
- 14,
- 5,
- 0.1851,
- "_SDVEDHSVHLLFSANR_"
- ],
- [
- 39643,
- 2,
- 14,
- 5,
- 0.1851,
- "_VTLLTPAGATGSGGGTSGDSSK_"
- ],
- [
- 8190,
- 2,
- 10,
- 4,
- 0.12812,
- "_ALLTFYHVTK_"
- ],
- [
- 14730,
- 2,
- 9,
- 3,
- 0.11388,
- "_YGVNPGPIVGTTR_"
- ],
- [
- 12086,
- 3,
- 15,
- 5,
- 0.19934,
- "_YGQFSGLNPGGRPITPPR_"
- ],
- [
- 41465,
- 2,
- 15,
- 3,
- 0.19934,
- "_EDVTFEDHPLNPNPDSR_"
- ],
- [
- 11337,
- 3,
- 9,
- 4,
- 0.11388,
- "_VRIDQYQGADAVGLEEK_"
- ],
- [
- 19929,
- 3,
- 15,
- 8,
- 0.19934,
- "_MHSVGICGSDVHYWEYGR_"
- ],
- [
- 45,
- 2,
- 13,
- 5,
- 0.17088,
- "_HVIDFFK_"
- ],
- [
- 7058,
- 3,
- 13,
- 5,
- 0.17088,
- "_SPLLAGGSPPQPVVPAHK_"
- ],
- [
- 15932,
- 2,
- 16,
- 2,
- 0.2136,
- "_EPSATPPISNLTK_"
- ],
- [
- 12962,
- 2,
- 16,
- 6,
- 0.2136,
- "_EGM(Oxidation (M))NIVEAMER_"
- ],
- [
- 48851,
- 3,
- 13,
- 7,
- 0.17088,
- "_NAAFGQSGGAGSDSNSPGNVQPNSAPSVESHPVLEK_"
- ],
- [
- 12673,
- 2,
- 11,
- 6,
- 0.14236,
- "_DSAQNSVIIVDK_"
- ],
- [
- 14364,
- 3,
- 18,
- 6,
- 0.24208,
- "_MHTTFEHDIQALGTQVR_"
- ],
- [
- 16147,
- 2,
- 16,
- 5,
- 0.21356,
- "_IASLEVENQSLR_"
- ],
- [
- 17552,
- 2,
- 18,
- 6,
- 0.24208,
- "_DGWPAMCIHGDK_"
- ],
- [
- 3321,
- 2,
- 6,
- 4,
- 0.071141,
- "_VTYVVIGDGR_"
- ],
- [
- 15844,
- 4,
- 17,
- 8,
- 0.22782,
- "_KENALVQMADGNQAQLAMSHLNGHK_"
- ],
- [
- 42442,
- 2,
- 23,
- 7,
- 0.31332,
- "_DQTVIQNTDGNNNEAWAK_"
- ],
- [
- 30712,
- 2,
- 8,
- 3,
- 0.099619,
- "_EPVYSLDFQHGTAGR_"
- ],
- [
- 23408,
- 2,
- 8,
- 4,
- 0.099619,
- "_WAEEFNDETNVR_"
- ],
- [
- 7803,
- 3,
- 17,
- 5,
- 0.22782,
- "_SCTVNIMFGTPQEHR_"
- ],
- [
- 16491,
- 3,
- 11,
- 3,
- 0.14234,
- "_KWENPTQNNAGLEDFER_"
- ],
- [
- 13507,
- 2,
- 11,
- 3,
- 0.14234,
- "_QQFLSLEQANK_"
- ],
- [
- 20421,
- 2,
- 16,
- 6,
- 0.21356,
- "_AIEINPDSAQPYK_"
- ],
- [
- 12332,
- 3,
- 12,
- 4,
- 0.15658,
- "_KGVHCVMSLGVPGPATLAK_"
- ],
- [
- 29499,
- 3,
- 12,
- 6,
- 0.15658,
- "_ASTNIQDTEGNTPLHLACDEER_"
- ],
- [
- 39513,
- 2,
- 15,
- 4,
- 0.19932,
- "_KAEAAASALADADADLEER_"
- ],
- [
- 7911,
- 2,
- 7,
- 4,
- 0.085371,
- "_AMDEIQPDLR_"
- ],
- [
- 26121,
- 3,
- 13,
- 5,
- 0.17084,
- "_YVSVCEGPLKEQEWNTTNAK_"
- ],
- [
- 6119,
- 3,
- 14,
- 8,
- 0.1851,
- "_LHTDDELNWLDHGR_"
- ],
- [
- 49777,
- 2,
- 13,
- 6,
- 0.17084,
- "_AKENDENCGPTTTVFVGNISEK_"
- ],
- [
- 8463,
- 3,
- 14,
- 7,
- 0.1851,
- "_IFVGGIPHNCGETELR_"
- ],
- [
- 27964,
- 2,
- 16,
- 8,
- 0.21356,
- "_AHEILPNLVCCSAK_"
- ],
- [
- 41528,
- 2,
- 14,
- 7,
- 0.1851,
- "_MHTTFEHDIQALGTQVR_"
- ],
- [
- 45298,
- 2,
- 13,
- 5,
- 0.17084,
- "_GYKPPDEGPSEYQTIPLNK_"
- ],
- [
- 11136,
- 4,
- 21,
- 5,
- 0.28484,
- "_KQSKPVTTPEEIAQVATISANGDK_"
- ],
- [
- 11038,
- 2,
- 14,
- 5,
- 0.1851,
- "_YYGINDPVADK_"
- ],
- [
- 22839,
- 2,
- 13,
- 3,
- 0.17084,
- "_NINCSIEESFQR_"
- ],
- [
- 10142,
- 2,
- 11,
- 6,
- 0.14234,
- "_VMLVNSMNTVK_"
- ],
- [
- 17717,
- 4,
- 12,
- 4,
- 0.15658,
- "_IHLMNCSMSGLTHVTSLQGGHAATVR_"
- ],
- [
- 37192,
- 4,
- 13,
- 7,
- 0.17084,
- "_ACTNGSGSMGSTTSVSSGTATAATHAAADLGSPSLQHSR_"
- ],
- [
- 17224,
- 2,
- 20,
- 6,
- 0.2706,
- "_STGGAPTFNVTVTK_"
- ],
- [
- 12193,
- 2,
- 17,
- 4,
- 0.22782,
- "_KFAEAFEAIPR_"
- ],
- [
- 4748,
- 3,
- 21,
- 3,
- 0.28484,
- "_LWQPDACYKPIGKP_"
- ],
- [
- 44647,
- 2,
- 13,
- 5,
- 0.17082,
- "_SADEPM(Oxidation (M))TTFVVCNECGNR_"
- ],
- [
- 50170,
- 2,
- 10,
- 5,
- 0.12811,
- "_PQVQLHVQSQTQPVSLANTQPR_"
- ],
- [
- 17084,
- 3,
- 10,
- 4,
- 0.12811,
- "_GAVEAAHQAFPGWAGQSPGAR_"
- ],
- [
- 13239,
- 2,
- 11,
- 4,
- 0.14234,
- "_CTVIAAANPIGGR_"
- ],
- [
- 12548,
- 3,
- 14,
- 3,
- 0.18508,
- "_WESPAQNTAHLDQFER_"
- ],
- [
- 25848,
- 3,
- 11,
- 6,
- 0.14234,
- "_EKVEGPGCSYLQHIQIETGAK_"
- ],
- [
- 7622,
- 2,
- 7,
- 3,
- 0.085376,
- "_GLAPEQPVTLR_"
- ],
- [
- 4509,
- 2,
- 17,
- 4,
- 0.22779,
- "_ISTQLDFASK_"
- ],
- [
- 44274,
- 2,
- 11,
- 6,
- 0.14234,
- "_GNIELASSEPQHFTTTVTR_"
- ],
- [
- 34528,
- 2,
- 17,
- 5,
- 0.22779,
- "_QFNYTHICAGASAFGK_"
- ],
- [
- 2515,
- 2,
- 17,
- 4,
- 0.22779,
- "_YIEIYVQK_"
- ],
- [
- 21655,
- 3,
- 8,
- 5,
- 0.099606,
- "_YCCEHLLDHITNNQDFK_"
- ],
- [
- 27770,
- 3,
- 15,
- 8,
- 0.19934,
- "_AKENDENCGPTTTVFVGNISEK_"
- ],
- [
- 28965,
- 2,
- 18,
- 7,
- 0.24205,
- "_AITHLNNNFMFGQK_"
- ],
- [
- 3797,
- 2,
- 13,
- 4,
- 0.17082,
- "_MWEDPMGAR_"
- ],
- [
- 9585,
- 2,
- 10,
- 2,
- 0.12811,
- "_IDESIHLQLR_"
- ],
- [
- 3268,
- 4,
- 14,
- 7,
- 0.18508,
- "_MHSVGICGSDVHYWEYGR_"
- ],
- [
- 23686,
- 2,
- 11,
- 3,
- 0.14234,
- "_IVGSKPLYVALAQR_"
- ],
- [
- 36904,
- 2,
- 14,
- 6,
- 0.18508,
- "_GLFQDEDSCSDCSYR_"
- ],
- [
- 2020,
- 2,
- 12,
- 5,
- 0.15657,
- "_ESSTVFELK_"
- ],
- [
- 11503,
- 2,
- 12,
- 3,
- 0.15657,
- "_SWSSGPFPEDR_"
- ],
- [
- 23401,
- 3,
- 13,
- 6,
- 0.17082,
- "_HMNSVPQKPALIPQPTFTEK_"
- ],
- [
- 4628,
- 3,
- 13,
- 3,
- 0.17082,
- "_ELQEESGLTVDALHK_"
- ],
- [
- 28521,
- 2,
- 9,
- 5,
- 0.11385,
- "_SSDTNIFDSNVPSNK_"
- ],
- [
- 21320,
- 2,
- 9,
- 3,
- 0.11385,
- "_YYDEVEAEGYVK_"
- ],
- [
- 36987,
- 2,
- 10,
- 4,
- 0.12811,
- "_LEQENDDLAHELVTSK_"
- ],
- [
- 21469,
- 2,
- 12,
- 4,
- 0.1566,
- "_YTDLNSNDVTGLR_"
- ],
- [
- 4845,
- 3,
- 13,
- 5,
- 0.17084,
- "_YVPVRPRPPITLLR_"
- ],
- [
- 50293,
- 2,
- 13,
- 5,
- 0.17084,
- "_ASTNIQDTEGNTPLHLACDEER_"
- ],
- [
- 20941,
- 2,
- 7,
- 3,
- 0.085422,
- "_TPELNLDQFHDK_"
- ],
- [
- 4178,
- 2,
- 10,
- 4,
- 0.12811,
- "_QLNTDLELR_"
- ],
- [
- 36997,
- 2,
- 12,
- 5,
- 0.1566,
- "_VAAQNLIQNTNIDNGQK_"
- ],
- [
- 7649,
- 3,
- 15,
- 2,
- 0.19934,
- "_QFNYTHICAGASAFGK_"
- ],
- [
- 25736,
- 2,
- 17,
- 5,
- 0.22782,
- "_ALQEGEGDLSISADR_"
- ],
- [
- 29862,
- 2,
- 18,
- 3,
- 0.24205,
- "_DCGSLNGTQILRPPK_"
- ],
- [
- 410,
- 2,
- 9,
- 3,
- 0.11387,
- "_IPYTTVLR_"
- ],
- [
- 35181,
- 2,
- 7,
- 4,
- 0.085422,
- "_LLSNMEAQHNDLEFK_"
- ],
- [
- 44289,
- 2,
- 11,
- 4,
- 0.14237,
- "_MSQSHEDSLTSVAWNPDGK_"
- ],
- [
- 10543,
- 3,
- 8,
- 3,
- 0.099637,
- "_GEFDGSVTFHHPVLPAR_"
- ],
- [
- 41730,
- 2,
- 15,
- 4,
- 0.19934,
- "_GGTVADLDEQDEETVTAGGK_"
- ],
- [
- 12483,
- 2,
- 20,
- 6,
- 0.27058,
- "_KLVIIEGDLER_"
- ],
- [
- 8304,
- 2,
- 10,
- 2,
- 0.12811,
- "_NVEHIIDSLR_"
- ],
- [
- 8371,
- 2,
- 22,
- 6,
- 0.2991,
- "_ITLDNAYMEK_"
- ],
- [
- 35416,
- 2,
- 8,
- 5,
- 0.099637,
- "_DAGNFDQNKLEEEMR_"
- ],
- [
- 4082,
- 2,
- 20,
- 4,
- 0.27058,
- "_TYSVEYLPK_"
- ],
- [
- 2898,
- 2,
- 17,
- 5,
- 0.22782,
- "_NPEPELLVR_"
- ],
- [
- 48418,
- 2,
- 21,
- 7,
- 0.28484,
- "_TKSDMMEENIDTSAQAVAETK_"
- ],
- [
- 16944,
- 3,
- 14,
- 7,
- 0.18508,
- "_VLAVNQENEHLMEDYEK_"
- ],
- [
- 17517,
- 2,
- 10,
- 3,
- 0.12811,
- "_IDAMHGVVGPYVK_"
- ],
- [
- 21226,
- 4,
- 11,
- 7,
- 0.14237,
- "_ALDSNSLENDDLSAPGREPGHFNPESR_"
- ],
- [
- 17721,
- 2,
- 11,
- 4,
- 0.14237,
- "_LMVHNWEYLGK_"
- ],
- [
- 16970,
- 2,
- 13,
- 3,
- 0.17084,
- "_EEEVSLQGINTR_"
- ],
- [
- 13219,
- 2,
- 13,
- 5,
- 0.17084,
- "_AFPNPYADYNK_"
- ],
- [
- 22968,
- 2,
- 11,
- 5,
- 0.14237,
- "_FMYDPQTDQNIK_"
- ],
- [
- 33884,
- 2,
- 9,
- 6,
- 0.11387,
- "_FSNQETCVEIGESVR_"
- ],
- [
- 49523,
- 2,
- 9,
- 5,
- 0.11389,
- "_EQGGSGLGSGSSGGGGSTSGLGSGYIGR_"
- ],
- [
- 44478,
- 2,
- 9,
- 5,
- 0.11389,
- "_INNVPAEGENEVNNELANR_"
- ],
- [
- 12718,
- 2,
- 6,
- 2,
- 0.071219,
- "_ELISNASDALEK_"
- ],
- [
- 45326,
- 4,
- 12,
- 8,
- 0.15662,
- "_RGPGYTSGTNSEASNASETESDHRDELSDWSLAPTEEER_"
- ],
- [
- 32357,
- 3,
- 10,
- 5,
- 0.12812,
- "_VNDNKEPEQIAFQDEDEAQLNK_"
- ],
- [
- 29694,
- 2,
- 12,
- 6,
- 0.15662,
- "_NMQNVEHVPLSLDR_"
- ],
- [
- 27263,
- 2,
- 10,
- 2,
- 0.12812,
- "_TSASDVTNIYPGDAGK_"
- ],
- [
- 18318,
- 2,
- 5,
- 2,
- 0.056973,
- "_IDQASLDYSYAR_"
- ],
- [
- 809,
- 2,
- 11,
- 3,
- 0.14237,
- "_CIIVMPEK_"
- ],
- [
- 14570,
- 2,
- 11,
- 5,
- 0.14237,
- "_YYYDGDMICK_"
- ],
- [
- 2338,
- 2,
- 11,
- 3,
- 0.14237,
- "_ETASELLMR_"
- ],
- [
- 9651,
- 2,
- 12,
- 2,
- 0.15662,
- "_EQPWVSVQPR_"
- ],
- [
- 42465,
- 3,
- 13,
- 7,
- 0.17086,
- "_ASTNIQDTEGNTPLHLACDEERVEEAK_"
- ],
- [
- 15974,
- 3,
- 11,
- 4,
- 0.14237,
- "_YRHDENILESEPIVYR_"
- ],
- [
- 15810,
- 2,
- 13,
- 4,
- 0.17086,
- "_APQFQESVGSFR_"
- ],
- [
- 31518,
- 2,
- 18,
- 5,
- 0.24208,
- "_PSSVPHGAGYELLIQK_"
- ],
- [
- 11576,
- 3,
- 13,
- 2,
- 0.17086,
- "_VCAYPDVIDPSAHETPK_"
- ],
- [
- 24526,
- 2,
- 17,
- 5,
- 0.22785,
- "_ILIANTGMDTDKIK_"
- ],
- [
- 24381,
- 2,
- 19,
- 5,
- 0.25631,
- "_EEQHQLAVTAYLK_"
- ],
- [
- 43569,
- 2,
- 19,
- 4,
- 0.25631,
- "_VLAVNQENEHLMEDYEK_"
- ],
- [
- 8610,
- 2,
- 16,
- 6,
- 0.2136,
- "_NVIGLQMGTNR_"
- ],
- [
- 38028,
- 2,
- 19,
- 5,
- 0.25631,
- "_DMAAPGTSSVPAPTAGNAEK_"
- ],
- [
- 5953,
- 2,
- 13,
- 4,
- 0.17086,
- "_TLFGLHLSQK_"
- ],
- [
- 49170,
- 2,
- 17,
- 6,
- 0.22785,
- "_VSVCAETYNPDEEEEDTDPR_"
- ],
- [
- 9285,
- 2,
- 15,
- 4,
- 0.19934,
- "_NSWGEPWGER_"
- ],
- [
- 9736,
- 3,
- 15,
- 4,
- 0.19934,
- "_LEQENDDLAHELVTSK_"
- ],
- [
- 38434,
- 2,
- 15,
- 4,
- 0.19934,
- "_NGNGGPGPYVGQAGTATLPR_"
- ],
- [
- 5386,
- 2,
- 14,
- 3,
- 0.18509,
- "_SINQPVAFVR_"
- ],
- [
- 9793,
- 2,
- 13,
- 5,
- 0.17086,
- "_TQMAEVLPSPR_"
- ],
- [
- 18801,
- 3,
- 18,
- 8,
- 0.24208,
- "_GTHTGVWVGVSGSETSEALSR_"
- ],
- [
- 36308,
- 2,
- 13,
- 3,
- 0.17086,
- "_ELSSSTQGELVAPLHPR_"
- ],
- [
- 45376,
- 2,
- 16,
- 7,
- 0.2136,
- "_SEQDQAENEGEDSAVLMER_"
- ],
- [
- 23745,
- 2,
- 14,
- 6,
- 0.18509,
- "_FAIGSQVSEHSIIK_"
- ],
- [
- 35372,
- 2,
- 11,
- 4,
- 0.14237,
- "_VEAAQETVADYQQTIK_"
- ],
- [
- 22063,
- 2,
- 10,
- 3,
- 0.12814,
- "_THTYYQVLIDAR_"
- ],
- [
- 19781,
- 3,
- 11,
- 2,
- 0.14237,
- "_NHIENQDECVLNVISHAR_"
- ],
- [
- 10214,
- 2,
- 11,
- 3,
- 0.14237,
- "_ETVQEFDLEK_"
- ],
- [
- 29173,
- 2,
- 20,
- 5,
- 0.27056,
- "_DLSEVSETTESTDVK_"
- ],
- [
- 27178,
- 2,
- 11,
- 2,
- 0.14237,
- "_ILDETQEAVEYQR_"
- ],
- [
- 32868,
- 3,
- 10,
- 3,
- 0.12814,
- "_ENALVQMADGNQAQLAM(Oxidation (M))SHLNGHK_"
- ],
- [
- 40297,
- 2,
- 12,
- 3,
- 0.15662,
- "_VLSEPIGPESPSSTECPR_"
- ],
- [
- 28761,
- 2,
- 12,
- 4,
- 0.15662,
- "_GPTSTSIDNIDGTPVR_"
- ],
- [
- 1228,
- 3,
- 17,
- 4,
- 0.22784,
- "_IVGSKPLYVALAQR_"
- ],
- [
- 41841,
- 3,
- 12,
- 7,
- 0.15662,
- "_NTNTINNGTQQQAQSMTTTIKPGDDWK_"
- ],
- [
- 24413,
- 2,
- 12,
- 6,
- 0.15662,
- "_MLTAQDMSYDEAR_"
- ],
- [
- 8975,
- 2,
- 11,
- 2,
- 0.14237,
- "_VSWVPPPADSR_"
- ],
- [
- 17458,
- 4,
- 11,
- 3,
- 0.14237,
- "_DNGEFSHHDLAPALDTGTTEEDRLK_"
- ],
- [
- 19301,
- 3,
- 16,
- 6,
- 0.21358,
- "_GYKPPDEGPSEYQTIPLNK_"
- ],
- [
- 9045,
- 2,
- 14,
- 6,
- 0.1851,
- "_EVMILITGAHK_"
- ],
- [
- 3815,
- 2,
- 10,
- 4,
- 0.12814,
- "_(Acetyl (Protein N-term))ALKDYALEK_"
- ],
- [
- 51184,
- 2,
- 9,
- 4,
- 0.11393,
- "_MIFAECSPNTCPCGEQCCNQR_"
- ],
- [
- 43369,
- 2,
- 7,
- 4,
- 0.085467,
- "_ANLACSPLGGGEPSPGAGEPSK_"
- ],
- [
- 8363,
- 3,
- 10,
- 5,
- 0.12814,
- "_DAGNFDQNKLEEEMR_"
- ],
- [
- 10798,
- 2,
- 13,
- 3,
- 0.17087,
- "_VFEVNASNLEK_"
- ],
- [
- 37557,
- 2,
- 7,
- 3,
- 0.085467,
- "_EMCTVEEPNEEFTSR_"
- ],
- [
- 2914,
- 3,
- 14,
- 5,
- 0.1851,
- "_YFTCDEGHGIFVR_"
- ],
- [
- 7838,
- 2,
- 13,
- 3,
- 0.17087,
- "_NQALNIAWQK_"
- ],
- [
- 27941,
- 3,
- 12,
- 6,
- 0.15662,
- "_IVVVWVGTNNHGHTAEQVTGGIK_"
- ],
- [
- 47015,
- 2,
- 10,
- 4,
- 0.12814,
- "_AISHEHSPSDLEAHFVPLVK_"
- ],
- [
- 2287,
- 2,
- 4,
- 4,
- 0.042766,
- "_YSFMATVTK_"
- ],
- [
- 6125,
- 2,
- 5,
- 3,
- 0.05701,
- "_TDFEMVHLR_"
- ],
- [
- 40353,
- 2,
- 6,
- 4,
- 0.071244,
- "_M(Oxidation (M))MDYLQGSGETPQTDVR_"
- ],
- [
- 15528,
- 2,
- 6,
- 4,
- 0.071244,
- "_GDVGSADIQDLEK_"
- ],
- [
- 4096,
- 2,
- 7,
- 2,
- 0.085464,
- "_LSPELLNTGR_"
- ],
- [
- 30530,
- 3,
- 21,
- 8,
- 0.2848,
- "_TSRPENAIIYNNNEDFQVGQAK_"
- ],
- [
- 13892,
- 3,
- 12,
- 6,
- 0.15662,
- "_DHASIQMNVAEVDKVTGR_"
- ],
- [
- 16337,
- 2,
- 9,
- 3,
- 0.11394,
- "_TALEMVQAAGTDR_"
- ],
- [
- 16292,
- 2,
- 10,
- 4,
- 0.12817,
- "_DLEQGDVSETIR_"
- ],
- [
- 39823,
- 2,
- 10,
- 4,
- 0.12817,
- "_TPASTPVSGTPQASPMIER_"
- ],
- [
- 2117,
- 2,
- 12,
- 4,
- 0.15662,
- "_FLDNFSSGR_"
- ],
- [
- 10652,
- 2,
- 10,
- 3,
- 0.12817,
- "_SLDWENPTER_"
- ],
- [
- 38880,
- 2,
- 12,
- 2,
- 0.15662,
- "_HHLGAATPENPEIELLR_"
- ],
- [
- 30635,
- 2,
- 11,
- 5,
- 0.14239,
- "_DKPVTGEQIEVFANK_"
- ],
- [
- 29058,
- 2,
- 11,
- 2,
- 0.14239,
- "_GVGLLNTGSYYEHVK_"
- ],
- [
- 26563,
- 4,
- 11,
- 7,
- 0.14239,
- "_YPNAELAWCQEEHKNQGYYDYVKPR_"
- ],
- [
- 38511,
- 3,
- 12,
- 5,
- 0.15662,
- "_EDSVSLNGNHSVLSSTVTTSSTDLNHK_"
- ],
- [
- 14540,
- 2,
- 15,
- 5,
- 0.19935,
- "_(Acetyl (Protein N-term))AASCVLLHTGQK_"
- ],
- [
- 20086,
- 2,
- 9,
- 5,
- 0.11394,
- "_LQAFSAAIESCNK_"
- ],
- [
- 43670,
- 2,
- 16,
- 4,
- 0.21358,
- "_GAVEAAHQAFPGWAGQSPGAR_"
- ],
- [
- 4068,
- 4,
- 15,
- 6,
- 0.19935,
- "_LKPDEGGEVPVLNVSYKPQK_"
- ],
- [
- 5016,
- 3,
- 16,
- 2,
- 0.21358,
- "_IVLEDGTLHVTEGSGR_"
- ],
- [
- 25517,
- 2,
- 13,
- 6,
- 0.17086,
- "_LILTLTHGTAVCTR_"
- ],
- [
- 32193,
- 2,
- 17,
- 2,
- 0.22783,
- "_GYAFVHFETQEAADK_"
- ],
- [
- 5631,
- 2,
- 16,
- 3,
- 0.21358,
- "_NYFHLWTR_"
- ],
- [
- 4162,
- 3,
- 14,
- 5,
- 0.18511,
- "_NMQNVEHVPLSLDR_"
- ],
- [
- 5223,
- 2,
- 15,
- 4,
- 0.19935,
- "_WSTAVEFCK_"
- ],
- [
- 3538,
- 2,
- 15,
- 6,
- 0.19935,
- "_LITPAVVSER_"
- ],
- [
- 18009,
- 3,
- 15,
- 7,
- 0.19934,
- "_EFSGHQGQINDMAFSPDGR_"
- ],
- [
- 28793,
- 2,
- 10,
- 3,
- 0.12816,
- "_EYDKLEYDVTVTR_"
- ],
- [
- 5402,
- 3,
- 19,
- 4,
- 0.25631,
- "_PSSVPHGAGYELLIQK_"
- ],
- [
- 4394,
- 4,
- 17,
- 7,
- 0.22781,
- "_AISHEHSPSDLEAHFVPLVK_"
- ],
- [
- 26413,
- 4,
- 15,
- 8,
- 0.19934,
- "_IYQNIQDGSLDLNAAESGVQHKPSAPQGGR_"
- ],
- [
- 8268,
- 2,
- 12,
- 3,
- 0.15661,
- "_LEELHVIDVK_"
- ],
- [
- 32730,
- 2,
- 8,
- 2,
- 0.099688,
- "_NADNNSSAFTALSEER_"
- ],
- [
- 31678,
- 2,
- 10,
- 5,
- 0.12816,
- "_FLESTDSFNNELKR_"
- ],
- [
- 35830,
- 2,
- 11,
- 2,
- 0.14239,
- "_DVLQAETSQQLCCQK_"
- ],
- [
- 37133,
- 2,
- 10,
- 5,
- 0.12816,
- "_HGGFVYYQEGCCLVR_"
- ],
- [
- 21496,
- 3,
- 15,
- 5,
- 0.19934,
- "_EDAFYSWESSKDPAEQQGK_"
- ],
- [
- 46766,
- 2,
- 16,
- 6,
- 0.21357,
- "_EDAFYSWESSKDPAEQQGK_"
- ],
- [
- 26530,
- 2,
- 11,
- 4,
- 0.14239,
- "_QGFNVVVESGAGEASK_"
- ],
- [
- 32265,
- 4,
- 24,
- 6,
- 0.32755,
- "_(Acetyl (Protein N-term))ANQVNGNAVQLKEEEEPMDTSSVTHTEHYK_"
- ],
- [
- 20734,
- 2,
- 7,
- 3,
- 0.085467,
- "_NYVLNYLATRPK_"
- ],
- [
- 11802,
- 3,
- 10,
- 4,
- 0.12816,
- "_FHPDTDDVPVPAPAGDQK_"
- ],
- [
- 14650,
- 3,
- 10,
- 6,
- 0.12816,
- "_LSSARPGGLGSSSLYGLGASR_"
- ],
- [
- 27021,
- 2,
- 11,
- 4,
- 0.14239,
- "_NSVTPDMMEEM(Oxidation (M))YK_"
- ],
- [
- 19145,
- 4,
- 15,
- 5,
- 0.19934,
- "_ENSGAQLHVTYLVSGSLIQNGHSCHK_"
- ],
- [
- 23125,
- 2,
- 11,
- 3,
- 0.14239,
- "_EDISQGVHISVYR_"
- ],
- [
- 10618,
- 2,
- 11,
- 3,
- 0.14239,
- "_VGAPLVCCEIK_"
- ],
- [
- 39560,
- 4,
- 11,
- 6,
- 0.14239,
- "_SGSALLQSQSSTEDPKDEPAELKPDSEDLSSQSSASK_"
- ],
- [
- 32630,
- 3,
- 16,
- 7,
- 0.21357,
- "_SLSTTNVFACSDRPTVIYSSNHK_"
- ],
- [
- 4142,
- 2,
- 12,
- 4,
- 0.15661,
- "_ILVTGGSGLVGK_"
- ],
- [
- 7618,
- 2,
- 21,
- 3,
- 0.28479,
- "_ISGLIYEETR_"
- ],
- [
- 21280,
- 2,
- 8,
- 3,
- 0.099688,
- "_VAGM(Oxidation (M))DVELTVEER_"
- ],
- [
- 21610,
- 2,
- 9,
- 3,
- 0.11393,
- "_LQFIADHCPTLR_"
- ],
- [
- 3144,
- 2,
- 12,
- 4,
- 0.18509,
- "_GSDQAIITLR_"
- ],
- [
- 27954,
- 2,
- 13,
- 6,
- 0.17084,
- "_SGDSEVYQLGDVSQK_"
- ],
- [
- 8472,
- 3,
- 9,
- 5,
- 0.11393,
- "_TAIHEVMEQQTISIAK_"
- ],
- [
- 10496,
- 2,
- 14,
- 2,
- 0.18509,
- "_EDVEVAESPLR_"
- ],
- [
- 40108,
- 2,
- 20,
- 6,
- 0.27057,
- "_GSSGVGLTAAVTTDQETGER_"
- ],
- [
- 32599,
- 2,
- 13,
- 3,
- 0.17084,
- "_TSVPCAGATAFPADSDR_"
- ],
- [
- 44965,
- 2,
- 18,
- 6,
- 0.24205,
- "_GTHTGVWVGVSGSETSEALSR_"
- ],
- [
- 30979,
- 2,
- 14,
- 6,
- 0.18509,
- "_IVLEDGTLHVTEGSGR_"
- ],
- [
- 44093,
- 2,
- 14,
- 7,
- 0.18509,
- "_QTSGGPVDASSEYQQELER_"
- ],
- [
- 388,
- 2,
- 18,
- 4,
- 0.24205,
- "_WMIPSEAK_"
- ],
- [
- 35995,
- 4,
- 19,
- 7,
- 0.25631,
- "_GPPQEEEEEEDEEEEATKEDAEAPGIRDHESL_"
- ],
- [
- 38917,
- 2,
- 12,
- 5,
- 0.15664,
- "_VESDLKGPEVDIEGPEGK_"
- ],
- [
- 12475,
- 2,
- 10,
- 3,
- 0.12818,
- "_VEAQLQELQVK_"
- ],
- [
- 4585,
- 2,
- 9,
- 3,
- 0.11394,
- "_QGNLSLPLNR_"
- ],
- [
- 3043,
- 2,
- 12,
- 2,
- 0.15664,
- "_DTYVSSFPR_"
- ],
- [
- 34969,
- 2,
- 8,
- 4,
- 0.099716,
- "_YVSQNCVTSPMNIDR_"
- ],
- [
- 13540,
- 4,
- 12,
- 5,
- 0.15664,
- "_LDNNQMVMESDILQEDHHTSQK_"
- ],
- [
- 18621,
- 2,
- 11,
- 5,
- 0.14241,
- "_DVSGPMPDSYSPR_"
- ],
- [
- 29201,
- 2,
- 11,
- 5,
- 0.14241,
- "_LQISHEAAACITGLR_"
- ],
- [
- 2854,
- 2,
- 14,
- 4,
- 0.18509,
- "_LSPEDYTLK_"
- ],
- [
- 31363,
- 2,
- 11,
- 3,
- 0.14241,
- "_INMNGINNSSGMVDAR_"
- ],
- [
- 40942,
- 2,
- 11,
- 5,
- 0.14241,
- "_GQQYESMDHIQAELSAR_"
- ],
- [
- 21374,
- 2,
- 17,
- 4,
- 0.22782,
- "_VITEYLNAQESAK_"
- ],
- [
- 5297,
- 2,
- 16,
- 5,
- 0.21359,
- "_LATNAAVTVLR_"
- ],
- [
- 12688,
- 3,
- 18,
- 7,
- 0.24206,
- "_LEQMPSKEDAIEHFMK_"
- ],
- [
- 2435,
- 2,
- 12,
- 2,
- 0.15664,
- "_GIFTSEIGTK_"
- ],
- [
- 7304,
- 2,
- 20,
- 4,
- 0.27056,
- "_VTEAEIVPMGK_"
- ],
- [
- 44593,
- 3,
- 15,
- 6,
- 0.19934,
- "_IYQNIQDGSLDLNAAESGVQHKPSAPQGGR_"
- ],
- [
- 33280,
- 2,
- 12,
- 3,
- 0.15664,
- "_SADGLTASCLCPATCR_"
- ],
- [
- 33400,
- 2,
- 8,
- 3,
- 0.099716,
- "_NFSSATEDEIDQCVK_"
- ],
- [
- 2093,
- 2,
- 11,
- 2,
- 0.14241,
- "_LWDIGGQPR_"
- ],
- [
- 41266,
- 2,
- 10,
- 4,
- 0.12818,
- "_NGTSGSDSPGQAVEAEEIVK_"
- ],
- [
- 22934,
- 2,
- 9,
- 4,
- 0.11394,
- "_EYRPETGSWVFK_"
- ],
- [
- 7214,
- 2,
- 13,
- 3,
- 0.17086,
- "_VVDALGNAIDGK_"
- ],
- [
- 51568,
- 2,
- 7,
- 4,
- 0.085482,
- "_EGICALGGTSELSSEGTQHSYSEEEK_"
- ],
- [
- 13014,
- 2,
- 10,
- 2,
- 0.12818,
- "_GPPLWEEDPGAK_"
- ],
- [
- 770,
- 2,
- 13,
- 2,
- 0.17086,
- "_EGLGLDVER_"
- ],
- [
- 24867,
- 2,
- 19,
- 5,
- 0.2563,
- "_HWELTAEGEEIAR_"
- ],
- [
- 15339,
- 2,
- 10,
- 3,
- 0.12818,
- "_HLIEQDFPGMR_"
- ],
- [
- 51494,
- 2,
- 11,
- 6,
- 0.14241,
- "_QNSTPESDYDNTPNDMEPDGMGSSR_"
- ],
- [
- 4553,
- 2,
- 18,
- 5,
- 0.24206,
- "_RLEEIPLIK_"
- ],
- [
- 46242,
- 3,
- 11,
- 4,
- 0.14241,
- "_TVDTDSHAEQGPAQQPQAQVEDADAFEHIK_"
- ],
- [
- 5009,
- 2,
- 22,
- 4,
- 0.29904,
- "_TVIFVATGEGK_"
- ],
- [
- 19317,
- 2,
- 17,
- 6,
- 0.22782,
- "_NQSFCPTVNLDK_"
- ],
- [
- 15760,
- 2,
- 8,
- 3,
- 0.099716,
- "_DGDGVPGGGPLSPAR_"
- ],
- [
- 40454,
- 2,
- 8,
- 2,
- 0.099716,
- "_ATCIEMVTSLAYTHHGR_"
- ],
- [
- 2775,
- 2,
- 11,
- 2,
- 0.14241,
- "_LWNEWCR_"
- ],
- [
- 39798,
- 2,
- 11,
- 5,
- 0.14241,
- "_DALLAGLKQDEPGQAGSQK_"
- ],
- [
- 16891,
- 3,
- 10,
- 4,
- 0.12818,
- "_KQDLYMWLSNSPHGPSAK_"
- ],
- [
- 26174,
- 2,
- 10,
- 5,
- 0.12818,
- "_TVNTESEMMQCLK_"
- ],
- [
- 16823,
- 2,
- 13,
- 4,
- 0.17086,
- "_LEAQLTENNIVK_"
- ],
- [
- 30388,
- 2,
- 10,
- 4,
- 0.12818,
- "_ASEAGEVPFNHEILR_"
- ],
- [
- 35566,
- 2,
- 10,
- 5,
- 0.12816,
- "_CVYTIPAHQNLVTGVK_"
- ],
- [
- 46386,
- 2,
- 12,
- 4,
- 0.15664,
- "_EENAEQAESTEVSSSGISISK_"
- ],
- [
- 36191,
- 2,
- 11,
- 5,
- 0.14241,
- "_IYVASVHQDLSDDDIK_"
- ],
- [
- 7437,
- 2,
- 10,
- 4,
- 0.12816,
- "_VWEQIDQMK_"
- ],
- [
- 43788,
- 2,
- 18,
- 6,
- 0.24204,
- "_LGQSDPAPLQHQMDIYQK_"
- ],
- [
- 16203,
- 2,
- 10,
- 5,
- 0.12816,
- "_HITTLQASFLTK_"
- ],
- [
- 4627,
- 3,
- 12,
- 5,
- 0.15664,
- "_ASEAGEVPFNHEILR_"
- ],
- [
- 37721,
- 4,
- 11,
- 6,
- 0.14241,
- "_QHSNPGHAGPFPVVSVHNTTINPTSPTTATMANANR_"
- ],
- [
- 35530,
- 2,
- 13,
- 7,
- 0.17087,
- "_TAIHEVMEQQTISIAK_"
- ],
- [
- 34711,
- 2,
- 13,
- 4,
- 0.17087,
- "_LQQETAELEESVESGK_"
- ],
- [
- 5725,
- 2,
- 12,
- 4,
- 0.15664,
- "_EGEIIHLISK_"
- ],
- [
- 1116,
- 2,
- 11,
- 4,
- 0.14241,
- "_ALDMLDAEK_"
- ],
- [
- 13668,
- 3,
- 12,
- 5,
- 0.15664,
- "_GQQYESMDHIQAELSAR_"
- ],
- [
- 5489,
- 3,
- 11,
- 2,
- 0.14241,
- "_FLESTDSFNNELKR_"
- ],
- [
- 25913,
- 2,
- 10,
- 5,
- 0.12816,
- "_ESLTEEDVLNCQK_"
- ],
- [
- 37667,
- 2,
- 5,
- 4,
- 0.056939,
- "_TQFLQNMQTASGGPQPR_"
- ],
- [
- 38657,
- 2,
- 13,
- 4,
- 0.17087,
- "_QTGGEEGDGASGYDAYWK_"
- ],
- [
- 14800,
- 3,
- 11,
- 2,
- 0.14241,
- "_SSENILTVHEQANVESLK_"
- ],
- [
- 11233,
- 2,
- 14,
- 4,
- 0.18508,
- "_STNPGISIGDVAK_"
- ],
- [
- 18899,
- 4,
- 19,
- 4,
- 0.25628,
- "_CFNPPPKPEPFQFGQSSQKPPVAGGK_"
- ],
- [
- 670,
- 4,
- 23,
- 4,
- 0.31326,
- "_IKHPTALGLEVGQEIQVK_"
- ],
- [
- 29004,
- 2,
- 13,
- 5,
- 0.17087,
- "_IDQYQGADAVGLEEK_"
- ],
- [
- 37677,
- 2,
- 14,
- 3,
- 0.18508,
- "_STTYSLESPKDPVLPAR_"
- ],
- [
- 23624,
- 2,
- 14,
- 2,
- 0.18508,
- "_DYTSGAMLTGELKK_"
- ],
- [
- 9310,
- 2,
- 6,
- 2,
- 0.071187,
- "_IQDLETELEK_"
- ],
- [
- 18922,
- 2,
- 6,
- 4,
- 0.071187,
- "_KVPCVGLSIGVER_"
- ],
- [
- 32686,
- 2,
- 7,
- 3,
- 0.085443,
- "_SQASPSEDEETFELR_"
- ],
- [
- 41199,
- 2,
- 9,
- 4,
- 0.11394,
- "_EGSTVGVTVSHASLLAQCR_"
- ],
- [
- 3851,
- 3,
- 13,
- 5,
- 0.17087,
- "_LQISHEAAACITGLR_"
- ],
- [
- 25348,
- 2,
- 13,
- 6,
- 0.17087,
- "_HTLVEADIGIQAER_"
- ],
- [
- 8114,
- 2,
- 16,
- 3,
- 0.21356,
- "_TEVNSGFFYK_"
- ],
- [
- 12871,
- 4,
- 15,
- 8,
- 0.19931,
- "_SLSTTNVFACSDRPTVIYSSNHK_"
- ],
- [
- 3387,
- 2,
- 13,
- 3,
- 0.17087,
- "_STIGVEFATR_"
- ],
- [
- 34194,
- 2,
- 15,
- 5,
- 0.19931,
- "_(Acetyl (Protein N-term))SDNGELEDKPPAPPVR_"
- ],
- [
- 6976,
- 2,
- 9,
- 3,
- 0.11394,
- "_DHIIDDALVR_"
- ],
- [
- 8280,
- 3,
- 13,
- 6,
- 0.17087,
- "_LVGVVPGPVGEPADSDKR_"
- ],
- [
- 17212,
- 3,
- 17,
- 7,
- 0.22781,
- "_LGQSDPAPLQHQMDIYQK_"
- ],
- [
- 24773,
- 2,
- 8,
- 2,
- 0.099689,
- "_NLPYTSTEEDLEK_"
- ],
- [
- 11624,
- 2,
- 18,
- 5,
- 0.24205,
- "_VQIEHISSLIK_"
- ],
- [
- 5068,
- 3,
- 21,
- 6,
- 0.28477,
- "_FAVALDSEQNNIHVK_"
- ],
- [
- 37791,
- 2,
- 18,
- 6,
- 0.24205,
- "_SLIGVEYKPVSATGAEDK_"
- ],
- [
- 5542,
- 2,
- 7,
- 2,
- 0.085432,
- "_RDVDFELIK_"
- ],
- [
- 50596,
- 2,
- 22,
- 7,
- 0.29903,
- "_TSRPENAIIYNNNEDFQVGQAK_"
- ],
- [
- 18149,
- 2,
- 7,
- 2,
- 0.085432,
- "_GDTFVDCTGADIK_"
- ],
- [
- 14209,
- 2,
- 12,
- 4,
- 0.15665,
- "_AKGEIPEVAFMK_"
- ],
- [
- 8859,
- 2,
- 12,
- 5,
- 0.15665,
- "_LTYTAEVSVPK_"
- ],
- [
- 8495,
- 3,
- 11,
- 2,
- 0.1424,
- "_CVYTIPAHQNLVTGVK_"
- ],
- [
- 28584,
- 2,
- 8,
- 2,
- 0.099689,
- "_ELETVAAHQFPEVR_"
- ],
- [
- 15608,
- 3,
- 11,
- 5,
- 0.1424,
- "_ALADLVHSHIQSNELCSK_"
- ],
- [
- 22375,
- 2,
- 16,
- 2,
- 0.21356,
- "_EVSEEQPVVTLEK_"
- ],
- [
- 26155,
- 2,
- 16,
- 5,
- 0.21356,
- "_AGVPGVAAPGAPAAAPPAK_"
- ],
- [
- 49142,
- 2,
- 12,
- 6,
- 0.15665,
- "_AAELTATQVEEEEEEEDFRK_"
- ],
- [
- 17441,
- 2,
- 13,
- 5,
- 0.17088,
- "_QLEMILNKPGLK_"
- ],
- [
- 20648,
- 2,
- 11,
- 3,
- 0.1424,
- "_DWGQNEAADAMSR_"
- ],
- [
- 40766,
- 2,
- 15,
- 5,
- 0.19933,
- "_EAATLEVERPLPM(Oxidation (M))EVEK_"
- ],
- [
- 36984,
- 2,
- 10,
- 4,
- 0.12818,
- "_SVELDLNQAHMEETPK_"
- ],
- [
- 26119,
- 3,
- 14,
- 4,
- 0.18511,
- "_AAELTATQVEEEEEEEDFRK_"
- ],
- [
- 20015,
- 2,
- 10,
- 4,
- 0.12818,
- "_ELLFHHEWVVK_"
- ],
- [
- 11538,
- 3,
- 18,
- 5,
- 0.24205,
- "_HHLGAATPENPEIELLR_"
- ],
- [
- 15525,
- 2,
- 13,
- 4,
- 0.17088,
- "_SDSYVELSQYR_"
- ],
- [
- 105,
- 2,
- 10,
- 3,
- 0.12818,
- "_NLDPVPLR_"
- ],
- [
- 27516,
- 2,
- 13,
- 6,
- 0.17088,
- "_NVNLVLLCSEKPSK_"
- ],
- [
- 39499,
- 2,
- 14,
- 5,
- 0.18511,
- "_VQASLSANTFAITGHAEAK_"
- ],
- [
- 23218,
- 2,
- 14,
- 3,
- 0.18511,
- "_TDPTTLTDEEINR_"
- ],
- [
- 11578,
- 3,
- 14,
- 5,
- 0.18511,
- "_VTCPNHPDAILVEDYR_"
- ],
- [
- 14476,
- 2,
- 10,
- 4,
- 0.12818,
- "_FDNIGMNAMANK_"
- ],
- [
- 14140,
- 2,
- 14,
- 3,
- 0.18511,
- "_LFQYASTDMDK_"
- ],
- [
- 6873,
- 2,
- 13,
- 2,
- 0.17088,
- "_SNGEFWDPGR_"
- ],
- [
- 43802,
- 2,
- 14,
- 5,
- 0.18511,
- "_TQEELMNSNQMSSDLSQK_"
- ],
- [
- 20539,
- 2,
- 18,
- 4,
- 0.24205,
- "_SKLESELANFGPR_"
- ],
- [
- 3679,
- 2,
- 10,
- 2,
- 0.12818,
- "_LMELQEAVR_"
- ],
- [
- 43207,
- 3,
- 10,
- 5,
- 0.12818,
- "_LSDVDANTAIKHEEQSNEDIPIAEQSSK_"
- ],
- [
- 29219,
- 2,
- 13,
- 4,
- 0.17088,
- "_LSCSCISWNPSSSR_"
- ],
- [
- 34746,
- 2,
- 6,
- 3,
- 0.071184,
- "_NWTEDMEGGISSPVKK_"
- ],
- [
- 41738,
- 2,
- 13,
- 4,
- 0.17086,
- "_LLSPYSPQTQETDSAVQK_"
- ],
- [
- 25335,
- 2,
- 9,
- 2,
- 0.1139,
- "_GCLTEQTYPEVVR_"
- ],
- [
- 47055,
- 2,
- 9,
- 4,
- 0.1139,
- "_VITYLDHSTQKPLIACVEK_"
- ],
- [
- 6594,
- 3,
- 9,
- 4,
- 0.1139,
- "_VVSISSEHLEPITPTK_"
- ],
- [
- 14884,
- 3,
- 11,
- 6,
- 0.1424,
- "_ISHLGTPLYLACENQQR_"
- ],
- [
- 20108,
- 3,
- 9,
- 5,
- 0.1139,
- "_HNVPDDGLPLQSQQLPQSGK_"
- ],
- [
- 33607,
- 3,
- 12,
- 6,
- 0.15662,
- "_IEANVNSVVTEEKDDAVTSAGSEEK_"
- ],
- [
- 34347,
- 2,
- 9,
- 3,
- 0.1139,
- "_NSPGQYIQCFTVKPK_"
- ],
- [
- 42967,
- 2,
- 11,
- 5,
- 0.1424,
- "_MTTSGGGGFCDCGDTEAWK_"
- ],
- [
- 23762,
- 3,
- 12,
- 6,
- 0.15662,
- "_VSANKGEIGDATPFNDAVNVQK_"
- ],
- [
- 6567,
- 2,
- 11,
- 2,
- 0.1424,
- "_DLQQQLVDAK_"
- ],
- [
- 34217,
- 3,
- 10,
- 7,
- 0.12816,
- "_DNQHQGSYSEGAQMNGIQPEEIGR_"
- ],
- [
- 45261,
- 2,
- 12,
- 2,
- 0.15662,
- "_GTEGMEPEEGVTVESQPQVK_"
- ],
- [
- 42311,
- 2,
- 12,
- 2,
- 0.15662,
- "_SLYYYIQQDTKGDYQK_"
- ],
- [
- 22556,
- 2,
- 10,
- 4,
- 0.12816,
- "_HLALLCDTMTCR_"
- ],
- [
- 18569,
- 3,
- 11,
- 7,
- 0.1424,
- "_EFIDACLNKDPSFRPTAK_"
- ],
- [
- 5190,
- 2,
- 8,
- 2,
- 0.099644,
- "_AMDDYSVIGR_"
- ],
- [
- 4249,
- 2,
- 11,
- 2,
- 0.1424,
- "_AFANPEDALR_"
- ],
- [
- 23068,
- 2,
- 11,
- 3,
- 0.1424,
- "_LYGNDFSQTTISR_"
- ],
- [
- 48027,
- 2,
- 13,
- 5,
- 0.17086,
- "_YTPTSPSYSPSSPEYTPTSPK_"
- ],
- [
- 8452,
- 2,
- 14,
- 3,
- 0.18509,
- "_YGMSDVMPSGR_"
- ],
- [
- 11380,
- 2,
- 6,
- 5,
- 0.071152,
- "_KVDEAIALFQK_"
- ],
- [
- 6063,
- 3,
- 16,
- 4,
- 0.21354,
- "_DTSLYRPALEELRR_"
- ],
- [
- 3126,
- 2,
- 13,
- 4,
- 0.17086,
- "_CFLVYSER_"
- ],
- [
- 6755,
- 2,
- 16,
- 5,
- 0.21354,
- "_EITALAPSTMK_"
- ],
- [
- 1398,
- 2,
- 16,
- 3,
- 0.21354,
- "_DGIVLGADTR_"
- ],
- [
- 9715,
- 2,
- 14,
- 5,
- 0.18509,
- "_QLPLVKPYLR_"
- ],
- [
- 37255,
- 2,
- 5,
- 2,
- 0.056929,
- "_DKEAELQCTQLDLER_"
- ],
- [
- 5936,
- 2,
- 18,
- 5,
- 0.24201,
- "_PDLALNHAHR_"
- ],
- [
- 23735,
- 2,
- 14,
- 5,
- 0.18509,
- "_TALVANTSNMPVAAR_"
- ],
- [
- 24334,
- 2,
- 13,
- 3,
- 0.17086,
- "_ELHVYGSVVPVSSR_"
- ],
- [
- 41152,
- 2,
- 16,
- 4,
- 0.21354,
- "_DHASIQMNVAEVDKVTGR_"
- ],
- [
- 2390,
- 2,
- 18,
- 6,
- 0.24201,
- "_GDFCIQVGR_"
- ],
- [
- 16997,
- 4,
- 15,
- 7,
- 0.19932,
- "_MDKEETKDWILPSDYDHAEAEAR_"
- ],
- [
- 32571,
- 2,
- 6,
- 2,
- 0.071165,
- "_DVEVTKEEFAQSAIR_"
- ],
- [
- 49562,
- 2,
- 12,
- 5,
- 0.15663,
- "_NCQTVLAPCSPNPCENAAVCK_"
- ],
- [
- 85,
- 2,
- 14,
- 5,
- 0.1851,
- "_QCLDLLR_"
- ],
- [
- 19481,
- 3,
- 15,
- 6,
- 0.19933,
- "_ACYLSINPQKDETLETEK_"
- ],
- [
- 40095,
- 2,
- 17,
- 8,
- 0.22777,
- "_EAGVEMGDEDDLSTPNEK_"
- ],
- [
- 11788,
- 2,
- 9,
- 4,
- 0.11388,
- "_AQQLLDAVEQR_"
- ],
- [
- 1290,
- 2,
- 13,
- 3,
- 0.17085,
- "_NFNETFLK_"
- ],
- [
- 19569,
- 2,
- 5,
- 3,
- 0.056916,
- "_VTTVVATLGQGPER_"
- ],
- [
- 10233,
- 2,
- 6,
- 2,
- 0.071165,
- "_ISILTTYNGQK_"
- ],
- [
- 9058,
- 3,
- 15,
- 6,
- 0.19933,
- "_IYVASVHQDLSDDDIK_"
- ],
- [
- 11296,
- 2,
- 16,
- 4,
- 0.21356,
- "_MREEVITLIR_"
- ],
- [
- 25894,
- 3,
- 11,
- 5,
- 0.1424,
- "_HGDEIITSTTSNYETQTFSSK_"
- ],
- [
- 13190,
- 2,
- 10,
- 2,
- 0.12814,
- "_KFLDGIYVSEK_"
- ],
- [
- 41917,
- 2,
- 17,
- 5,
- 0.22777,
- "_SSENILTVHEQANVESLK_"
- ],
- [
- 1176,
- 3,
- 12,
- 2,
- 0.15663,
- "_HTLGHLLSLDSYR_"
- ],
- [
- 4719,
- 2,
- 9,
- 3,
- 0.11388,
- "_REILETLIK_"
- ],
- [
- 12686,
- 3,
- 10,
- 2,
- 0.12814,
- "_MCTLIDKFDEHDGPVR_"
- ],
- [
- 42364,
- 2,
- 14,
- 6,
- 0.1851,
- "_VVMDGVISDHECQELQR_"
- ],
- [
- 8422,
- 2,
- 13,
- 3,
- 0.17085,
- "_GPLLEEQALTK_"
- ],
- [
- 7368,
- 2,
- 10,
- 5,
- 0.12814,
- "_IQTDSVVATLK_"
- ],
- [
- 15374,
- 3,
- 13,
- 4,
- 0.17085,
- "_VVMDGVISDHECQELQR_"
- ],
- [
- 7596,
- 3,
- 13,
- 3,
- 0.17085,
- "_ESALASADLEEEIHQK_"
- ],
- [
- 21906,
- 2,
- 15,
- 6,
- 0.19933,
- "_CSLPAEEDSVLEK_"
- ],
- [
- 40295,
- 3,
- 10,
- 8,
- 0.12814,
- "_GTEAGQVGEPGIPTGEAGPSCSSASDKLPR_"
- ],
- [
- 33160,
- 2,
- 3,
- 4,
- 0.028448,
- "_SIHELSVEQQLYYK_"
- ],
- [
- 4961,
- 2,
- 11,
- 3,
- 0.17085,
- "_VQAMQISSEK_"
- ],
- [
- 31756,
- 3,
- 10,
- 4,
- 0.12814,
- "_VLFRPSDTANSSNQDALSSNTSLK_"
- ],
- [
- 33966,
- 2,
- 10,
- 5,
- 0.12814,
- "_HIVVSCAAGVTISSVEK_"
- ],
- [
- 27389,
- 2,
- 14,
- 2,
- 0.1851,
- "_DQMDKEWDEFQK_"
- ],
- [
- 664,
- 2,
- 13,
- 2,
- 0.17085,
- "_FTEDSLLR_"
- ],
- [
- 20895,
- 2,
- 9,
- 5,
- 0.11388,
- "_YQEVTNNLEFAK_"
- ],
- [
- 325,
- 2,
- 17,
- 5,
- 0.22777,
- "_YVIYIER_"
- ],
- [
- 31046,
- 2,
- 14,
- 6,
- 0.1851,
- "_FAVALDSEQNNIHVK_"
- ],
- [
- 1009,
- 2,
- 22,
- 3,
- 0.29897,
- "_NDLAVVDVR_"
- ],
- [
- 6603,
- 2,
- 18,
- 3,
- 0.24201,
- "_EMGVDVHFPK_"
- ],
- [
- 12409,
- 2,
- 17,
- 3,
- 0.22779,
- "_NNIPYFETSAK_"
- ],
- [
- 6423,
- 2,
- 18,
- 5,
- 0.24201,
- "_QRIDEFESM_"
- ],
- [
- 7330,
- 3,
- 11,
- 4,
- 0.14237,
- "_FLQESNVLYQHNLR_"
- ],
- [
- 6211,
- 2,
- 10,
- 2,
- 0.12812,
- "_YPMAYVDYK_"
- ],
- [
- 13704,
- 2,
- 12,
- 5,
- 0.15663,
- "_TLPLCVIGGDHK_"
- ],
- [
- 30862,
- 2,
- 18,
- 5,
- 0.24201,
- "_M(Oxidation (M))DATANDVPSPYEVR_"
- ],
- [
- 17751,
- 3,
- 12,
- 5,
- 0.15663,
- "_LFTAHNNM(Oxidation (M))TNYATVWASK_"
- ],
- [
- 27223,
- 2,
- 11,
- 3,
- 0.14237,
- "_AITDGQAGFGNDTLSK_"
- ],
- [
- 21724,
- 2,
- 12,
- 4,
- 0.15663,
- "_YLMGETQLCTTR_"
- ],
- [
- 7766,
- 3,
- 12,
- 5,
- 0.15663,
- "_CIDLEPDNATTYVHK_"
- ],
- [
- 1768,
- 2,
- 11,
- 4,
- 0.14237,
- "_EIGELTQLK_"
- ],
- [
- 17966,
- 2,
- 6,
- 3,
- 0.071152,
- "_FEEAAFTCEYK_"
- ],
- [
- 16972,
- 2,
- 10,
- 4,
- 0.12812,
- "_QEESLMPSQVVK_"
- ],
- [
- 11069,
- 2,
- 15,
- 4,
- 0.19934,
- "_EIMDAAEDYAK_"
- ],
- [
- 16213,
- 3,
- 13,
- 5,
- 0.17087,
- "_QNPQNIGDHMLTCSLSPK_"
- ],
- [
- 21379,
- 2,
- 13,
- 5,
- 0.17087,
- "_EQDLPLAEAVRPK_"
- ],
- [
- 466,
- 4,
- 15,
- 6,
- 0.19934,
- "_MCTLIDKFDEHDGPVR_"
- ],
- [
- 6076,
- 2,
- 8,
- 3,
- 0.099624,
- "_GSVEEDILER_"
- ],
- [
- 44046,
- 2,
- 13,
- 5,
- 0.17087,
- "_DGEEEEEEEEPLDESSVK_"
- ],
- [
- 1725,
- 2,
- 16,
- 5,
- 0.21356,
- "_DLKDYFTK_"
- ],
- [
- 37456,
- 3,
- 17,
- 4,
- 0.22779,
- "_LATAMQEGEYDAERPPSKPPPVELR_"
- ],
- [
- 21221,
- 2,
- 15,
- 4,
- 0.19934,
- "_EVYSWGCGEYGR_"
- ],
- [
- 40788,
- 2,
- 8,
- 4,
- 0.099624,
- "_TQTLDQENQQLQDQLR_"
- ],
- [
- 19701,
- 2,
- 17,
- 5,
- 0.22779,
- "_VIEEEWQQVDR_"
- ],
- [
- 16557,
- 2,
- 9,
- 2,
- 0.11387,
- "_QKLQYEGIFIK_"
- ],
- [
- 36057,
- 2,
- 14,
- 3,
- 0.18509,
- "_VVVDPVVTEQPSTSSAAK_"
- ],
- [
- 15296,
- 2,
- 28,
- 6,
- 0.38443,
- "_EDLRLPEGDLGK_"
- ],
- [
- 8232,
- 2,
- 15,
- 4,
- 0.19934,
- "_RIPIPELEAR_"
- ],
- [
- 16379,
- 3,
- 17,
- 4,
- 0.22779,
- "_NPDGEPRPWCFTTDPQK_"
- ],
- [
- 19604,
- 2,
- 9,
- 4,
- 0.11388,
- "_IEDLEEGQQVIR_"
- ],
- [
- 33162,
- 2,
- 17,
- 5,
- 0.22782,
- "_VVSISSEHLEPITPTK_"
- ],
- [
- 30663,
- 2,
- 17,
- 6,
- 0.22782,
- "_EILGTAQSVGCNVDGR_"
- ],
- [
- 9201,
- 2,
- 11,
- 3,
- 0.14237,
- "_DTSNDPGQLLR_"
- ],
- [
- 24879,
- 2,
- 12,
- 5,
- 0.15663,
- "_KVVVVVPNEEDWK_"
- ],
- [
- 22927,
- 2,
- 10,
- 5,
- 0.12812,
- "_QCQMDDCGILMK_"
- ],
- [
- 12453,
- 2,
- 8,
- 2,
- 0.099656,
- "_FCVTWNTNSR_"
- ],
- [
- 18098,
- 2,
- 9,
- 3,
- 0.11388,
- "_ASPDPDLDPDLSR_"
- ],
- [
- 11254,
- 3,
- 12,
- 5,
- 0.15663,
- "_LHSSNPNLSTLDFGEEK_"
- ],
- [
- 35681,
- 2,
- 9,
- 5,
- 0.11388,
- "_VMVVVTDGESHDGSMLK_"
- ],
- [
- 15074,
- 2,
- 20,
- 5,
- 0.27049,
- "_YALYDATYETK_"
- ],
- [
- 6065,
- 3,
- 9,
- 5,
- 0.11388,
- "_TSILAVSDVSSSKPSIK_"
- ],
- [
- 5726,
- 2,
- 15,
- 4,
- 0.19934,
- "_HVVLYPLVAK_"
- ],
- [
- 4407,
- 2,
- 12,
- 5,
- 0.15663,
- "_EQVNDLFSR_"
- ],
- [
- 42237,
- 2,
- 15,
- 3,
- 0.19934,
- "_NVHMNDNVLHSAFEVGAR_"
- ],
- [
- 26464,
- 3,
- 12,
- 7,
- 0.15663,
- "_GIASTSDPPTANIKPTPVVSTPSK_"
- ],
- [
- 31157,
- 2,
- 9,
- 4,
- 0.11388,
- "_DYDVDHPGEADSVLR_"
- ],
- [
- 24283,
- 2,
- 11,
- 5,
- 0.14237,
- "_QGVEYVPACLVHR_"
- ],
- [
- 32659,
- 2,
- 11,
- 5,
- 0.14237,
- "_LMQQLLESDKYAER_"
- ],
- [
- 6484,
- 2,
- 12,
- 2,
- 0.15663,
- "_IEPEAVLQTR_"
- ],
- [
- 27616,
- 3,
- 11,
- 6,
- 0.14237,
- "_GDILLDENCCVESLPDKDGKK_"
- ],
- [
- 48463,
- 2,
- 13,
- 5,
- 0.17089,
- "_HIQSNLDFSPVNSASSEENVK_"
- ],
- [
- 25654,
- 2,
- 19,
- 4,
- 0.25626,
- "_KGGSWIQEINVAEK_"
- ],
- [
- 10315,
- 2,
- 11,
- 4,
- 0.14237,
- "_KGAYDIFLNAK_"
- ],
- [
- 38090,
- 2,
- 13,
- 5,
- 0.17089,
- "_VAWVSHDSTVCLADADK_"
- ],
- [
- 24503,
- 2,
- 14,
- 6,
- 0.18512,
- "_LLDEEEATDNDLR_"
- ],
- [
- 49063,
- 2,
- 19,
- 7,
- 0.25626,
- "_HGDEIITSTTSNYETQTFSSK_"
- ],
- [
- 11626,
- 2,
- 13,
- 5,
- 0.17089,
- "_ALGTLVSHVTLR_"
- ],
- [
- 34458,
- 2,
- 14,
- 7,
- 0.18512,
- "_ESALASADLEEEIHQK_"
- ],
- [
- 42781,
- 2,
- 8,
- 4,
- 0.099656,
- "_TTMESISNTSTQSLTAETK_"
- ],
- [
- 45423,
- 2,
- 14,
- 6,
- 0.18512,
- "_ACYLSINPQKDETLETEK_"
- ],
- [
- 1892,
- 2,
- 11,
- 4,
- 0.14237,
- "_ADLIAYLKK_"
- ],
- [
- 4711,
- 2,
- 18,
- 4,
- 0.24205,
- "_KIEFPLPDR_"
- ],
- [
- 44368,
- 2,
- 10,
- 4,
- 0.12812,
- "_NAGQQGQAPSLGQQQQILPK_"
- ],
- [
- 13275,
- 2,
- 10,
- 4,
- 0.12812,
- "_HSGVDDMVLLSK_"
- ],
- [
- 13383,
- 3,
- 13,
- 4,
- 0.17089,
- "_YLYHGNTNPELAFESAK_"
- ],
- [
- 45279,
- 2,
- 18,
- 6,
- 0.24205,
- "_QEEEAAQQGPVVVSPASDYK_"
- ],
- [
- 9977,
- 3,
- 14,
- 5,
- 0.18512,
- "_DKEAELQCTQLDLER_"
- ],
- [
- 13105,
- 2,
- 13,
- 6,
- 0.17089,
- "_HTMMFSATFPK_"
- ],
- [
- 32460,
- 2,
- 11,
- 5,
- 0.14237,
- "_TSILAVSDVSSSKPSIK_"
- ],
- [
- 12448,
- 3,
- 11,
- 6,
- 0.14236,
- "_SDPNQHLTIIQDPEYR_"
- ],
- [
- 15220,
- 3,
- 13,
- 5,
- 0.17087,
- "_NVHMNDNVLHSAFEVGAR_"
- ],
- [
- 24330,
- 2,
- 7,
- 2,
- 0.085423,
- "_GLDDSTGGTPLTPAAR_"
- ],
- [
- 12701,
- 2,
- 12,
- 5,
- 0.15661,
- "_GLYCYELDEK_"
- ],
- [
- 7797,
- 2,
- 12,
- 5,
- 0.15661,
- "_VTLGTQPTVLR_"
- ],
- [
- 11133,
- 2,
- 12,
- 3,
- 0.15661,
- "_EALAEAALESPR_"
- ],
- [
- 860,
- 2,
- 12,
- 3,
- 0.15661,
- "_EEDFPSLR_"
- ],
- [
- 21703,
- 3,
- 12,
- 5,
- 0.15661,
- "_VTGEADVEFATHEEAVAAM(Oxidation (M))SK_"
- ],
- [
- 30099,
- 3,
- 10,
- 5,
- 0.12812,
- "_DVFHNHGIHATTIQPEFASVGSK_"
- ],
- [
- 37808,
- 2,
- 11,
- 5,
- 0.14236,
- "_LSLCGEESFGTGSDHIR_"
- ],
- [
- 44636,
- 2,
- 7,
- 4,
- 0.085423,
- "_TAAAAADVNGFKPLSGNEQLK_"
- ],
- [
- 14142,
- 2,
- 12,
- 3,
- 0.15661,
- "_ATWPSWQGEEK_"
- ],
- [
- 18544,
- 2,
- 12,
- 2,
- 0.15661,
- "_TVITEEFKVPDK_"
- ],
- [
- 27720,
- 3,
- 10,
- 5,
- 0.12812,
- "_LEPHKPQQIPIDSTVSFGASTR_"
- ],
- [
- 36659,
- 4,
- 11,
- 7,
- 0.14236,
- "_LSSGPEQITLEASSTEGHPGAPSPQHTDQTEAFQK_"
- ],
- [
- 18965,
- 2,
- 8,
- 4,
- 0.099646,
- "_KLMEIITVENPK_"
- ],
- [
- 36616,
- 2,
- 9,
- 3,
- 0.11389,
- "_MYIEEQDDQDGSSWK_"
- ],
- [
- 35401,
- 2,
- 13,
- 6,
- 0.17087,
- "_CTLCSQPGATIGCEIK_"
- ],
- [
- 31488,
- 2,
- 18,
- 6,
- 0.24206,
- "_ISGGSVVEMQGDEMTR_"
- ],
- [
- 29562,
- 2,
- 14,
- 3,
- 0.18513,
- "_VEQVLSLEPQHELK_"
- ],
- [
- 20927,
- 3,
- 15,
- 2,
- 0.19936,
- "_QEQAHDDAIWSVAWGTNKK_"
- ],
- [
- 40662,
- 2,
- 15,
- 5,
- 0.19936,
- "_ASAEGPLLGPEAAPSGEGAGSK_"
- ],
- [
- 26635,
- 2,
- 15,
- 8,
- 0.19936,
- "_(Acetyl (Protein N-term))ADKPDM(Oxidation (M))GEIASFDK_"
- ],
- [
- 47651,
- 2,
- 15,
- 5,
- 0.19936,
- "_EDGEEPPGTSQTSPEEFTDAK_"
- ],
- [
- 28217,
- 2,
- 15,
- 2,
- 0.19936,
- "_MVSSYVGENAEFER_"
- ],
- [
- 31741,
- 2,
- 15,
- 5,
- 0.19936,
- "_(Acetyl (Protein N-term))ANEAYPCPCDIGHR_"
- ],
- [
- 18838,
- 3,
- 16,
- 4,
- 0.21358,
- "_DFVAPHLAQPTGSQSPPPGSK_"
- ],
- [
- 348,
- 2,
- 14,
- 5,
- 0.18513,
- "_LCDFGFAK_"
- ],
- [
- 31080,
- 2,
- 16,
- 4,
- 0.21358,
- "_QENILVEPDTDEQR_"
- ],
- [
- 13283,
- 2,
- 16,
- 4,
- 0.21358,
- "_QITQSALLAEAR_"
- ],
- [
- 14744,
- 3,
- 16,
- 7,
- 0.21358,
- "_HSQAVEELAEQLEQTKR_"
- ],
- [
- 3466,
- 2,
- 17,
- 4,
- 0.22783,
- "_EVPAVPETLK_"
- ],
- [
- 13686,
- 2,
- 18,
- 5,
- 0.24206,
- "_NLQEAEEWYK_"
- ],
- [
- 27747,
- 2,
- 19,
- 6,
- 0.25629,
- "_MTGSEFDFEEMKR_"
- ],
- [
- 12822,
- 2,
- 19,
- 4,
- 0.25629,
- "_ILIANTGMDTDK_"
- ],
- [
- 18494,
- 2,
- 26,
- 5,
- 0.35594,
- "_YYVTIIDAPGHR_"
- ],
- [
- 27369,
- 2,
- 20,
- 3,
- 0.2705,
- "_TVPEELVKPEELSK_"
- ],
- [
- 2249,
- 2,
- 26,
- 5,
- 0.35594,
- "_ECADLWPR_"
- ],
- [
- 21937,
- 3,
- 14,
- 5,
- 0.18513,
- "_VITYLDHSTQKPLIACVEK_"
- ],
- [
- 11366,
- 2,
- 20,
- 5,
- 0.2705,
- "_TVVTGIEMFHK_"
- ],
- [
- 46878,
- 2,
- 14,
- 6,
- 0.18513,
- "_QPTVTSVCSETSQELAEGQR_"
- ],
- [
- 1137,
- 2,
- 13,
- 3,
- 0.17087,
- "_YPSLELER_"
- ],
- [
- 11397,
- 3,
- 17,
- 4,
- 0.22783,
- "_KQELFHQFVSLSTSGGK_"
- ],
- [
- 9074,
- 2,
- 13,
- 3,
- 0.17086,
- "_RDEFEFLEK_"
- ],
- [
- 11102,
- 2,
- 20,
- 4,
- 0.27053,
- "_AQAALAVNISAAR_"
- ],
- [
- 11315,
- 2,
- 16,
- 4,
- 0.21361,
- "_HISDLYEDLR_"
- ],
- [
- 31937,
- 2,
- 12,
- 3,
- 0.15661,
- "_EEAPQWLESDSCQK_"
- ],
- [
- 46892,
- 2,
- 12,
- 4,
- 0.15661,
- "_VTGEADVEFATHEEAVAAM(Oxidation (M))SK_"
- ],
- [
- 19305,
- 2,
- 13,
- 5,
- 0.17086,
- "_EEEWDPEYTPK_"
- ],
- [
- 14155,
- 2,
- 4,
- 2,
- 0.04274,
- "_NLSSPFIFHEK_"
- ],
- [
- 15759,
- 2,
- 12,
- 2,
- 0.15661,
- "_(Acetyl (Protein N-term))MTMDKSELVQK_"
- ],
- [
- 14170,
- 3,
- 14,
- 5,
- 0.18511,
- "_STGELVVQWHLKPVEQK_"
- ],
- [
- 2379,
- 2,
- 10,
- 4,
- 0.12814,
- "_LHSLIGLGIK_"
- ],
- [
- 38273,
- 2,
- 11,
- 6,
- 0.14236,
- "_DCLADVDTKPAYQNLR_"
- ],
- [
- 34305,
- 2,
- 12,
- 4,
- 0.15661,
- "_NGGNVLQMMYEKPER_"
- ],
- [
- 8640,
- 3,
- 9,
- 2,
- 0.11389,
- "_DRVPTYQYNMNFEK_"
- ],
- [
- 29817,
- 2,
- 11,
- 5,
- 0.14236,
- "_LLSSVTAELPEDKPR_"
- ],
- [
- 2598,
- 2,
- 9,
- 4,
- 0.11389,
- "_YDIEFEDK_"
- ],
- [
- 9883,
- 2,
- 11,
- 2,
- 0.14236,
- "_SPGMLEPLGSSR_"
- ],
- [
- 25689,
- 2,
- 13,
- 5,
- 0.17086,
- "_PASPATETVPAFSER_"
- ],
- [
- 29207,
- 2,
- 18,
- 7,
- 0.24207,
- "_KVPQVSTPTLVEVSR_"
- ],
- [
- 9500,
- 2,
- 17,
- 5,
- 0.22783,
- "_TPLHEIALSIK_"
- ],
- [
- 7466,
- 3,
- 8,
- 4,
- 0.099669,
- "_NGGNVLQMMYEKPER_"
- ],
- [
- 4343,
- 3,
- 11,
- 2,
- 0.14236,
- "_KTDFFIGGEEGMAEK_"
- ],
- [
- 42100,
- 3,
- 11,
- 5,
- 0.14236,
- "_EDEKGDDVDDPENQNSALADTDASGGLTK_"
- ],
- [
- 2489,
- 2,
- 13,
- 3,
- 0.17086,
- "_APSTPLLTVR_"
- ],
- [
- 22331,
- 2,
- 12,
- 3,
- 0.15661,
- "_LLQQQNDITGLSR_"
- ],
- [
- 45861,
- 2,
- 15,
- 4,
- 0.19937,
- "_HNVPDDGLPLQSQQLPQSGK_"
- ],
- [
- 28200,
- 3,
- 7,
- 6,
- 0.085423,
- "_GTELDCGIETDSGVDDDMACHK_"
- ],
- [
- 39792,
- 2,
- 12,
- 4,
- 0.15661,
- "_SDPNQHLTIIQDPEYR_"
- ],
- [
- 25805,
- 3,
- 10,
- 5,
- 0.12814,
- "_QPIPVASHAVGQPVSTGGQTLVAK_"
- ],
- [
- 31176,
- 2,
- 12,
- 5,
- 0.15661,
- "_DHLVTAYNHLFETK_"
- ],
- [
- 10812,
- 2,
- 14,
- 5,
- 0.18511,
- "_KNILLTIGSYK_"
- ],
- [
- 24636,
- 3,
- 13,
- 4,
- 0.17086,
- "_TVDLGLTGNHGVVHPSLADSANK_"
- ],
- [
- 33638,
- 4,
- 10,
- 5,
- 0.12814,
- "_LAGIENQSLDQTPQSHSSEQIQAIKEEEEEK_"
- ],
- [
- 31058,
- 3,
- 10,
- 6,
- 0.12814,
- "_DNGEFSHHDLAPALDTGTTEEDR_"
- ],
- [
- 13797,
- 3,
- 10,
- 4,
- 0.12814,
- "_LYEQHHVVQDMLVPMK_"
- ],
- [
- 34125,
- 2,
- 15,
- 5,
- 0.19937,
- "_FLQESNVLYQHNLR_"
- ],
- [
- 24002,
- 3,
- 15,
- 4,
- 0.19937,
- "_VTTAAAAAATSQDPEQHLTELR_"
- ],
- [
- 10223,
- 2,
- 7,
- 2,
- 0.085423,
- "_SFEQISANITK_"
- ],
- [
- 17584,
- 2,
- 15,
- 4,
- 0.19937,
- "_VGIQQGLLSQSTR_"
- ],
- [
- 17425,
- 2,
- 3,
- 2,
- 0.028484,
- "_NGENGIHFLLNR_"
- ],
- [
- 13008,
- 3,
- 12,
- 6,
- 0.15659,
- "_VETPSHPGGVSEEFWER_"
- ],
- [
- 8292,
- 2,
- 11,
- 2,
- 0.14237,
- "_SWVQCGISMK_"
- ],
- [
- 1991,
- 2,
- 23,
- 3,
- 0.31321,
- "_DSLSVNEFK_"
- ],
- [
- 3859,
- 3,
- 20,
- 6,
- 0.27053,
- "_KVPQVSTPTLVEVSR_"
- ],
- [
- 10055,
- 2,
- 10,
- 3,
- 0.12812,
- "_VTLEARNSSEK_"
- ],
- [
- 20802,
- 2,
- 9,
- 2,
- 0.1139,
- "_QQPLFVSGGDDYK_"
- ],
- [
- 36415,
- 2,
- 9,
- 4,
- 0.1139,
- "_VQVLYPDGQAQMIHPK_"
- ],
- [
- 8008,
- 2,
- 11,
- 5,
- 0.14237,
- "_VELCSFSGYK_"
- ],
- [
- 25031,
- 2,
- 12,
- 5,
- 0.15659,
- "_CTEPEDQLYYVK_"
- ],
- [
- 9498,
- 2,
- 11,
- 2,
- 0.14237,
- "_NPLPPSVGVVDK_"
- ],
- [
- 37541,
- 3,
- 20,
- 8,
- 0.27053,
- "_EGICALGGTSELSSEGTQHSYSEEEK_"
- ],
- [
- 10401,
- 3,
- 10,
- 4,
- 0.12812,
- "_LKKEDIYAVEIVGGATR_"
- ],
- [
- 47884,
- 2,
- 12,
- 6,
- 0.15659,
- "_(Acetyl (Protein N-term))AVPETRPNHTIYINNLNEK_"
- ],
- [
- 6591,
- 3,
- 11,
- 5,
- 0.14237,
- "_SIHELSVEQQLYYK_"
- ],
- [
- 48163,
- 2,
- 11,
- 5,
- 0.14237,
- "_FIEAGQYNNHLYGTSVQSVR_"
- ],
- [
- 18177,
- 2,
- 11,
- 5,
- 0.14237,
- "_DTVQVELIPEKK_"
- ],
- [
- 47728,
- 2,
- 11,
- 4,
- 0.14237,
- "_TSDAPYDSADDWSEHISSSGK_"
- ],
- [
- 32370,
- 2,
- 11,
- 4,
- 0.14237,
- "_LSEEVVVAPNQESGMK_"
- ],
- [
- 19821,
- 3,
- 11,
- 5,
- 0.14237,
- "_LVLDEDEETKEPLVQVHR_"
- ],
- [
- 34117,
- 2,
- 11,
- 3,
- 0.14237,
- "_LSSLNQDNSLAEDNLK_"
- ],
- [
- 19043,
- 4,
- 18,
- 7,
- 0.24206,
- "_EMLHNHSFVGCVNPQWALAQHQTK_"
- ],
- [
- 50701,
- 2,
- 11,
- 2,
- 0.14237,
- "_TNGAPEQIGLDESGGGGGSDPGEAPTR_"
- ],
- [
- 12042,
- 2,
- 21,
- 5,
- 0.28476,
- "_ELISNASDALDK_"
- ],
- [
- 20724,
- 2,
- 12,
- 5,
- 0.15659,
- "_SIAPSIFGGTDMKK_"
- ],
- [
- 8050,
- 3,
- 16,
- 5,
- 0.2136,
- "_IVHELNTTVPTASFAGK_"
- ],
- [
- 46317,
- 2,
- 12,
- 5,
- 0.15659,
- "_HIDSAHLYNNEEQVGLAIR_"
- ],
- [
- 39999,
- 3,
- 13,
- 7,
- 0.17084,
- "_LKGQVSQETLSEEASSQATLPNQPVEK_"
- ],
- [
- 31002,
- 2,
- 13,
- 2,
- 0.17084,
- "_EQYSTSLAQSEAELK_"
- ],
- [
- 33358,
- 2,
- 12,
- 5,
- 0.15659,
- "_EICNAYTELNDPM(Oxidation (M))R_"
- ],
- [
- 2519,
- 2,
- 15,
- 5,
- 0.19934,
- "_ELATLLHMK_"
- ],
- [
- 550,
- 2,
- 9,
- 2,
- 0.1139,
- "_ILDTGISVR_"
- ],
- [
- 14947,
- 2,
- 10,
- 4,
- 0.12812,
- "_IHLPETVEQLR_"
- ],
- [
- 37366,
- 2,
- 8,
- 3,
- 0.099653,
- "_AMSLVSSDSEGEQNELR_"
- ],
- [
- 17716,
- 2,
- 12,
- 5,
- 0.15659,
- "_TSDANINWNNLK_"
- ],
- [
- 24042,
- 3,
- 10,
- 5,
- 0.12812,
- "_FIEAGQYNNHLYGTSVQSVR_"
- ],
- [
- 40998,
- 2,
- 15,
- 4,
- 0.19934,
- "_NPDLCDFTIDHQSCSR_"
- ],
- [
- 44818,
- 2,
- 10,
- 5,
- 0.12812,
- "_VLSASEVAALSSPASSAPHSGGK_"
- ],
- [
- 10744,
- 2,
- 23,
- 6,
- 0.3132,
- "_DNSTMGYMMAK_"
- ],
- [
- 30950,
- 3,
- 14,
- 4,
- 0.18506,
- "_TQVEASEESALNHLQNPGDAAEGR_"
- ],
- [
- 4899,
- 4,
- 13,
- 5,
- 0.17082,
- "_FKKPEGSWDCELCLVQNK_"
- ],
- [
- 20376,
- 2,
- 10,
- 3,
- 0.12812,
- "_VTVDTGVIPASEEK_"
- ],
- [
- 11699,
- 2,
- 9,
- 3,
- 0.11388,
- "_TGFVPSNYVER_"
- ],
- [
- 12306,
- 3,
- 12,
- 6,
- 0.15659,
- "_WNGHTDMIDQDGLYEK_"
- ],
- [
- 23541,
- 2,
- 6,
- 3,
- 0.071193,
- "_LAVQQVEEAQQLR_"
- ],
- [
- 6229,
- 3,
- 15,
- 6,
- 0.19931,
- "_LMQQLLESDKYAER_"
- ],
- [
- 4054,
- 2,
- 14,
- 3,
- 0.18506,
- "_ILAQDVAQLK_"
- ],
- [
- 8683,
- 3,
- 14,
- 4,
- 0.18506,
- "_LYTLEEHLSNEMQAK_"
- ],
- [
- 24564,
- 2,
- 12,
- 3,
- 0.15659,
- "_TGADTTAAGPLFQQR_"
- ],
- [
- 14123,
- 2,
- 10,
- 4,
- 0.12812,
- "_LDLIHESILHK_"
- ],
- [
- 4184,
- 2,
- 15,
- 5,
- 0.19931,
- "_VSGGLEVLAEK_"
- ],
- [
- 43135,
- 2,
- 11,
- 4,
- 0.14234,
- "_HTGFLEISQHSQEFINR_"
- ],
- [
- 4438,
- 4,
- 17,
- 7,
- 0.22783,
- "_VITYLDHSTQKPLIACVEK_"
- ],
- [
- 28279,
- 2,
- 11,
- 4,
- 0.14234,
- "_HAELIASTFVDQCK_"
- ],
- [
- 22282,
- 2,
- 16,
- 5,
- 0.21356,
- "_IQQLTALGAAQATAK_"
- ],
- [
- 3912,
- 2,
- 17,
- 5,
- 0.22783,
- "_ELEEWYAR_"
- ],
- [
- 22765,
- 2,
- 12,
- 5,
- 0.15659,
- "_HNALIQEVISQSR_"
- ],
- [
- 13006,
- 3,
- 12,
- 5,
- 0.15659,
- "_ELNDMQAQLVEECAHR_"
- ],
- [
- 1674,
- 3,
- 16,
- 4,
- 0.21356,
- "_KVVVVVPNEEDWK_"
- ],
- [
- 43884,
- 2,
- 14,
- 6,
- 0.18506,
- "_IYQEEEMPESGAGSEFNR_"
- ],
- [
- 1078,
- 2,
- 3,
- 2,
- 0.085428,
- "_FQETGFFK_"
- ],
- [
- 17567,
- 2,
- 11,
- 3,
- 0.14234,
- "_KEDWNEIDPIK_"
- ],
- [
- 24267,
- 2,
- 13,
- 5,
- 0.17082,
- "_QMFLTQTDTGDDR_"
- ],
- [
- 31270,
- 2,
- 13,
- 5,
- 0.17082,
- "_AGDTLSGTCLLIANKR_"
- ],
- [
- 37568,
- 2,
- 12,
- 5,
- 0.15659,
- "_LQQEETQLEQSIQAGR_"
- ],
- [
- 6766,
- 4,
- 13,
- 3,
- 0.17082,
- "_FHPGSMPVIDDRPADAGSGAGLR_"
- ],
- [
- 23448,
- 3,
- 13,
- 7,
- 0.17082,
- "_(Acetyl (Protein N-term))AVPETRPNHTIYINNLNEK_"
- ],
- [
- 18565,
- 3,
- 11,
- 4,
- 0.14234,
- "_ACYLSINPQKDEALETEK_"
- ],
- [
- 2046,
- 2,
- 10,
- 4,
- 0.12812,
- "_MVDQLFCK_"
- ],
- [
- 5362,
- 4,
- 15,
- 6,
- 0.19931,
- "_FQSSHHPTDITSLDQYVER_"
- ],
- [
- 672,
- 2,
- 13,
- 3,
- 0.17082,
- "_LPVALDPGAK_"
- ],
- [
- 45522,
- 2,
- 12,
- 6,
- 0.15659,
- "_QTIDNSQGAYQEAFDISKK_"
- ],
- [
- 17359,
- 2,
- 7,
- 4,
- 0.085434,
- "_CVFEMPNENDK_"
- ],
- [
- 8602,
- 2,
- 14,
- 2,
- 0.18506,
- "_TYTAYVDLEK_"
- ],
- [
- 4809,
- 4,
- 12,
- 5,
- 0.15659,
- "_AAGAGNEAAALFLATNGAHVNHR_"
- ],
- [
- 25220,
- 2,
- 11,
- 4,
- 0.14236,
- "_RTPNGVVLAPVQLGK_"
- ],
- [
- 7552,
- 2,
- 12,
- 3,
- 0.15659,
- "_PMFVSPCVDK_"
- ],
- [
- 3215,
- 2,
- 21,
- 4,
- 0.28477,
- "_TPPLITDYR_"
- ],
- [
- 13986,
- 2,
- 16,
- 2,
- 0.21355,
- "_LNPEECADVLR_"
- ],
- [
- 29974,
- 2,
- 13,
- 6,
- 0.17083,
- "_KTDFFIGGEEGMAEK_"
- ],
- [
- 25476,
- 2,
- 16,
- 7,
- 0.21355,
- "_NREPVQLETLSIR_"
- ],
- [
- 40333,
- 2,
- 9,
- 3,
- 0.11391,
- "_ELNDMQAQLVEECAHR_"
- ],
- [
- 7443,
- 2,
- 12,
- 5,
- 0.15659,
- "_GVLMYGPPGTGK_"
- ],
- [
- 23318,
- 3,
- 17,
- 5,
- 0.22781,
- "_FQSSHHPTDITSLDQYVER_"
- ],
- [
- 5158,
- 3,
- 15,
- 3,
- 0.1993,
- "_DHLVTAYNHLFETK_"
- ],
- [
- 6875,
- 2,
- 10,
- 3,
- 0.12812,
- "_EWLNSCDLK_"
- ],
- [
- 21809,
- 2,
- 14,
- 5,
- 0.18506,
- "_DLQDELAGNSEQR_"
- ],
- [
- 7714,
- 3,
- 14,
- 5,
- 0.18506,
- "_HWQQVLEDINVQHK_"
- ],
- [
- 28522,
- 2,
- 12,
- 5,
- 0.15659,
- "_AIYDTPCIQAESEK_"
- ],
- [
- 11961,
- 2,
- 12,
- 5,
- 0.15659,
- "_DKVDVASVIVTK_"
- ],
- [
- 2863,
- 3,
- 23,
- 6,
- 0.31323,
- "_TVPEELVKPEELSK_"
- ],
- [
- 22647,
- 3,
- 13,
- 7,
- 0.17083,
- "_FKKPEGSWDCELCLVQNK_"
- ],
- [
- 15472,
- 2,
- 10,
- 3,
- 0.12812,
- "_ELQPSEEVTWK_"
- ],
- [
- 32318,
- 2,
- 10,
- 5,
- 0.12812,
- "_DIENYIQDGKDDYK_"
- ],
- [
- 20779,
- 3,
- 15,
- 7,
- 0.1993,
- "_HIDSAHLYNNEEQVGLAIR_"
- ],
- [
- 24410,
- 2,
- 15,
- 5,
- 0.1993,
- "_GSSFEMTDDDSAIR_"
- ],
- [
- 34186,
- 2,
- 11,
- 5,
- 0.14236,
- "_IDEAESLNDEELEEK_"
- ],
- [
- 25282,
- 3,
- 11,
- 2,
- 0.14235,
- "_KTFPTVNPTTGEVIGHVAEGDR_"
- ],
- [
- 26997,
- 3,
- 13,
- 4,
- 0.17082,
- "_KPQTVAASSIYSMYTQQQAPGK_"
- ],
- [
- 1052,
- 2,
- 13,
- 4,
- 0.17082,
- "_FYGDLMEK_"
- ],
- [
- 25865,
- 2,
- 12,
- 5,
- 0.1566,
- "_FGVEQPEGDEDLTK_"
- ],
- [
- 17262,
- 2,
- 10,
- 3,
- 0.12814,
- "_MLQGESAEAFVAK_"
- ],
- [
- 19631,
- 3,
- 14,
- 7,
- 0.18507,
- "_QTIDNSQGAYQEAFDISKK_"
- ],
- [
- 26263,
- 2,
- 18,
- 4,
- 0.24204,
- "_MADCGGLPQISQPAK_"
- ],
- [
- 44102,
- 2,
- 18,
- 3,
- 0.24204,
- "_GEGAGPPPPLPPAQPGAEGGGDR_"
- ],
- [
- 7116,
- 3,
- 7,
- 5,
- 0.085415,
- "_EELGFRPEYSASQLK_"
- ],
- [
- 15909,
- 2,
- 18,
- 6,
- 0.24204,
- "_MTAEEMASDELK_"
- ],
- [
- 6750,
- 2,
- 9,
- 3,
- 0.11391,
- "_TLAAEMQELR_"
- ],
- [
- 2226,
- 2,
- 19,
- 5,
- 0.2563,
- "_WTLLQEQK_"
- ],
- [
- 5616,
- 3,
- 7,
- 2,
- 0.085415,
- "_EIYPGQFQPSLCHK_"
- ],
- [
- 18612,
- 3,
- 11,
- 5,
- 0.14235,
- "_VLSASEVAALSSPASSAPHSGGK_"
- ],
- [
- 5842,
- 3,
- 11,
- 3,
- 0.14235,
- "_VAQYMADVLEDSKDK_"
- ],
- [
- 47246,
- 2,
- 16,
- 5,
- 0.21354,
- "_WQPDTEEEYEDSSGNVVNK_"
- ],
- [
- 29331,
- 2,
- 9,
- 3,
- 0.11391,
- "_NSFCCTELNEEIK_"
- ],
- [
- 18091,
- 2,
- 12,
- 3,
- 0.1566,
- "_SFGQFNPGCVER_"
- ],
- [
- 7257,
- 2,
- 15,
- 4,
- 0.19929,
- "_QLDETNALLR_"
- ],
- [
- 15705,
- 2,
- 15,
- 3,
- 0.19929,
- "_SNPYGEWQEIK_"
- ],
- [
- 16335,
- 2,
- 13,
- 4,
- 0.17082,
- "_GSFMLGLETHDR_"
- ],
- [
- 24523,
- 2,
- 15,
- 3,
- 0.19929,
- "_MHGGGPTVTAGLPLPK_"
- ],
- [
- 28050,
- 2,
- 15,
- 5,
- 0.19929,
- "_EDGLAQQQTQLNLR_"
- ],
- [
- 36738,
- 2,
- 15,
- 6,
- 0.19929,
- "_GDQENVHPDVMLVQPR_"
- ],
- [
- 23386,
- 4,
- 10,
- 6,
- 0.12814,
- "_GYISIPVIHEQNVTRPAAQPSFHQAQK_"
- ],
- [
- 22986,
- 3,
- 11,
- 4,
- 0.14235,
- "_VVNTDHGSPEQLQIPVTDSGR_"
- ],
- [
- 27768,
- 2,
- 6,
- 2,
- 0.071177,
- "_AIHVLDVEQGQLER_"
- ],
- [
- 8198,
- 3,
- 12,
- 4,
- 0.1566,
- "_HVVTLLQVQDCHVLK_"
- ],
- [
- 24340,
- 2,
- 10,
- 3,
- 0.12814,
- "_QSVVTLQGSAVVANR_"
- ],
- [
- 1541,
- 3,
- 15,
- 6,
- 0.19929,
- "_MHGGGPTVTAGLPLPK_"
- ],
- [
- 28451,
- 2,
- 10,
- 2,
- 0.12814,
- "_GDNSSVSSLCISPDGK_"
- ],
- [
- 9739,
- 2,
- 12,
- 4,
- 0.1566,
- "_MIFDVESMKK_"
- ],
- [
- 43304,
- 2,
- 14,
- 7,
- 0.18507,
- "_AQVEEFLAQHGSEYQSVK_"
- ],
- [
- 10205,
- 3,
- 7,
- 3,
- 0.085415,
- "_KIHTEPQLSAALEYVR_"
- ],
- [
- 39577,
- 2,
- 11,
- 3,
- 0.14235,
- "_TGEPLMSESTSNIDQGPR_"
- ],
- [
- 4448,
- 3,
- 9,
- 5,
- 0.11391,
- "_VQGLEQAVDNFEGKK_"
- ],
- [
- 45210,
- 2,
- 9,
- 5,
- 0.11391,
- "_QNEPFVATQSSACVDGPANH_"
- ],
- [
- 1313,
- 2,
- 11,
- 3,
- 0.14235,
- "_AQPWWTPK_"
- ],
- [
- 11826,
- 2,
- 6,
- 2,
- 0.071177,
- "_EFYSEILDKK_"
- ],
- [
- 42706,
- 2,
- 11,
- 3,
- 0.14238,
- "_YGDGTNEAQDNDFPTVER_"
- ],
- [
- 20389,
- 2,
- 12,
- 4,
- 0.15659,
- "_KGIVNEQFLLQR_"
- ],
- [
- 3649,
- 2,
- 9,
- 2,
- 0.11391,
- "_VEEEIVTLR_"
- ],
- [
- 5566,
- 3,
- 12,
- 5,
- 0.15659,
- "_NSVTPDMMEEMYKK_"
- ],
- [
- 26089,
- 2,
- 9,
- 2,
- 0.11391,
- "_YTQVLWSGSEDQR_"
- ],
- [
- 9988,
- 2,
- 10,
- 4,
- 0.12815,
- "_EYLICEDYK_"
- ],
- [
- 10480,
- 3,
- 17,
- 6,
- 0.22778,
- "_LSLCGEESFGTGSDHIR_"
- ],
- [
- 7693,
- 2,
- 17,
- 5,
- 0.22778,
- "_CTPSVISFGSK_"
- ],
- [
- 13716,
- 3,
- 17,
- 5,
- 0.22778,
- "_NPDLCDFTIDHQSCSR_"
- ],
- [
- 28286,
- 2,
- 6,
- 3,
- 0.071171,
- "_KADIGVAMGIAGSDVSK_"
- ],
- [
- 4329,
- 3,
- 17,
- 5,
- 0.22778,
- "_LPGPAPDKPNVYDFK_"
- ],
- [
- 15481,
- 3,
- 15,
- 5,
- 0.19931,
- "_RAPEEELPPLDPEEIRK_"
- ],
- [
- 20071,
- 3,
- 13,
- 6,
- 0.17084,
- "_GGEHGPQVPLSQPPEDELDR_"
- ],
- [
- 18499,
- 2,
- 15,
- 3,
- 0.19931,
- "_ILASTQFEPTAAR_"
- ],
- [
- 38150,
- 2,
- 11,
- 5,
- 0.14238,
- "_YSSQDADEQDWEFQK_"
- ],
- [
- 11863,
- 3,
- 14,
- 4,
- 0.18506,
- "_QRPASLVVADFGCGDCR_"
- ],
- [
- 19512,
- 2,
- 11,
- 3,
- 0.14238,
- "_SSPPVQFSLLHSK_"
- ],
- [
- 46736,
- 2,
- 17,
- 4,
- 0.22778,
- "_LVSNHSLHETSSVFVDSLTK_"
- ],
- [
- 37263,
- 2,
- 9,
- 6,
- 0.11391,
- "_YESLELCRPVLQQGR_"
- ],
- [
- 43415,
- 2,
- 11,
- 6,
- 0.14238,
- "_ETDCGVHINAGPEIGVASTK_"
- ],
- [
- 18766,
- 2,
- 18,
- 7,
- 0.24203,
- "_LVVVLCNLKPQK_"
- ],
- [
- 1805,
- 2,
- 14,
- 5,
- 0.18506,
- "_VLEGMEVVR_"
- ],
- [
- 37775,
- 2,
- 10,
- 3,
- 0.12815,
- "_STQGSEDNAGEAAALSSLR_"
- ],
- [
- 27317,
- 2,
- 14,
- 6,
- 0.18506,
- "_DTDSEEEIREAFR_"
- ],
- [
- 26081,
- 2,
- 14,
- 4,
- 0.18506,
- "_GDFDENLNYPEQK_"
- ],
- [
- 19277,
- 2,
- 11,
- 2,
- 0.14238,
- "_LTYLGCASVNAPR_"
- ],
- [
- 25618,
- 4,
- 10,
- 6,
- 0.12815,
- "_YLPPQTVDHISQEHEGDLDLHTNDVDK_"
- ],
- [
- 6624,
- 2,
- 9,
- 4,
- 0.11391,
- "_QEINTLLEAK_"
- ],
- [
- 32151,
- 2,
- 13,
- 4,
- 0.17084,
- "_VAQYMADVLEDSKDK_"
- ],
- [
- 29734,
- 2,
- 17,
- 6,
- 0.22778,
- "_GQAAVQQLQAEGLSPR_"
- ],
- [
- 19890,
- 2,
- 17,
- 5,
- 0.22778,
- "_ANLPQSFQVDTSK_"
- ],
- [
- 6497,
- 3,
- 11,
- 5,
- 0.14238,
- "_YGLIYHASLVGQTSPK_"
- ],
- [
- 43961,
- 2,
- 11,
- 5,
- 0.14238,
- "_TTIVICCSPSSYNESETK_"
- ],
- [
- 29568,
- 3,
- 11,
- 3,
- 0.14238,
- "_KSEDSGADALELNLSCPHGMGER_"
- ],
- [
- 16324,
- 3,
- 13,
- 7,
- 0.17083,
- "_HTGFLEISQHSQEFINR_"
- ],
- [
- 47737,
- 3,
- 13,
- 7,
- 0.17083,
- "_LHQLAMQQSHFPMTHGNTGFSGIESSSPEVK_"
- ],
- [
- 50870,
- 2,
- 12,
- 4,
- 0.15661,
- "_MVAAATNNLCEAANAAVQGHASQEK_"
- ],
- [
- 33844,
- 2,
- 12,
- 6,
- 0.15661,
- "_EELGFRPEYSASQLK_"
- ],
- [
- 22875,
- 2,
- 10,
- 3,
- 0.12814,
- "_AASIYSSWAEEQR_"
- ],
- [
- 7925,
- 2,
- 11,
- 3,
- 0.14238,
- "_LLEELEEGQK_"
- ],
- [
- 1950,
- 2,
- 20,
- 3,
- 0.27051,
- "_KDLPPLLLK_"
- ],
- [
- 6340,
- 3,
- 11,
- 4,
- 0.14238,
- "_IQLVEEELDRAQER_"
- ],
- [
- 9547,
- 3,
- 17,
- 8,
- 0.22777,
- "_GDQENVHPDVMLVQPR_"
- ],
- [
- 2649,
- 2,
- 15,
- 3,
- 0.19929,
- "_ECWPLVQK_"
- ],
- [
- 18197,
- 3,
- 14,
- 2,
- 0.18507,
- "_ATYIQTIEEGINTHTHAAK_"
- ],
- [
- 3013,
- 2,
- 8,
- 4,
- 0.099648,
- "_ADCLMGEFK_"
- ],
- [
- 7182,
- 3,
- 14,
- 4,
- 0.18507,
- "_KPIDYTVLDDVGHGVK_"
- ],
- [
- 7789,
- 2,
- 17,
- 4,
- 0.22777,
- "_YDGHLPIEIK_"
- ],
- [
- 7919,
- 2,
- 6,
- 2,
- 0.071172,
- "_DGVLEEQIER_"
- ],
- [
- 4401,
- 2,
- 14,
- 4,
- 0.18507,
- "_SVVNMEWDK_"
- ],
- [
- 32378,
- 2,
- 15,
- 4,
- 0.19929,
- "_SSPVDLVTATDQKVEK_"
- ],
- [
- 2889,
- 2,
- 15,
- 2,
- 0.19929,
- "_FCIQEIEK_"
- ],
- [
- 5454,
- 2,
- 18,
- 5,
- 0.24201,
- "_GYLDDPTVPR_"
- ],
- [
- 16722,
- 3,
- 13,
- 6,
- 0.17083,
- "_ETDCGVHINAGPEIGVASTK_"
- ],
- [
- 6318,
- 2,
- 19,
- 3,
- 0.25626,
- "_QYDIDDAIAK_"
- ],
- [
- 281,
- 2,
- 13,
- 6,
- 0.17083,
- "_MLIYDPAK_"
- ],
- [
- 13430,
- 2,
- 13,
- 3,
- 0.17083,
- "_KTQIPEVFLTK_"
- ],
- [
- 44546,
- 2,
- 9,
- 4,
- 0.11389,
- "_KVYNDGYDDDNYDYIVK_"
- ],
- [
- 3876,
- 2,
- 13,
- 3,
- 0.17083,
- "_DDAYWPEAK_"
- ],
- [
- 45353,
- 2,
- 15,
- 4,
- 0.19929,
- "_TSIPNAASEEGDEDDWASNK_"
- ],
- [
- 14447,
- 2,
- 8,
- 4,
- 0.099648,
- "_ENVVVIHPDFR_"
- ],
- [
- 36721,
- 2,
- 16,
- 7,
- 0.21354,
- "_FNYSVQEESDTCLGGK_"
- ],
- [
- 25293,
- 2,
- 9,
- 5,
- 0.11389,
- "_SMSDVSAEDVQNLR_"
- ],
- [
- 14844,
- 3,
- 9,
- 4,
- 0.11389,
- "_SQGQLNEKPLPEGWEMR_"
- ],
- [
- 10094,
- 2,
- 14,
- 6,
- 0.18507,
- "_ILVAGDSMDSVK_"
- ],
- [
- 41215,
- 2,
- 11,
- 4,
- 0.14239,
- "_EKTPLIDLCDGQADQAAK_"
- ],
- [
- 36011,
- 2,
- 11,
- 4,
- 0.14239,
- "_HLQQGSESPMMIGELR_"
- ],
- [
- 12970,
- 2,
- 13,
- 4,
- 0.17086,
- "_ADFCIIHYAGK_"
- ],
- [
- 4208,
- 4,
- 9,
- 6,
- 0.11389,
- "_MVADHLQFLHAECHNIIR_"
- ],
- [
- 2135,
- 3,
- 9,
- 4,
- 0.11389,
- "_LYTEDEFEKFDK_"
- ],
- [
- 5706,
- 2,
- 16,
- 6,
- 0.21354,
- "_YEWDVAEAR_"
- ],
- [
- 16568,
- 3,
- 18,
- 5,
- 0.24201,
- "_AQVEEFLAQHGSEYQSVK_"
- ],
- [
- 2071,
- 3,
- 12,
- 4,
- 0.15662,
- "_ELISNSSDALDKIR_"
- ],
- [
- 25073,
- 2,
- 12,
- 4,
- 0.15662,
- "_KADPQEAINCLMR_"
- ],
- [
- 16045,
- 2,
- 12,
- 5,
- 0.15662,
- "_VVISLQLTAEKR_"
- ],
- [
- 21979,
- 3,
- 12,
- 6,
- 0.15662,
- "_NIKPLLSTFSQVPGSENEKK_"
- ],
- [
- 25078,
- 2,
- 12,
- 5,
- 0.15662,
- "_SMFSDQVLAHPSVK_"
- ],
- [
- 38580,
- 4,
- 12,
- 7,
- 0.15662,
- "_QISYNYSDLDQSNVTEETPEGEEHHPVADTENK_"
- ],
- [
- 26317,
- 3,
- 16,
- 6,
- 0.21354,
- "_DHQTITIQEMPEKAPAGQLPR_"
- ],
- [
- 3077,
- 3,
- 11,
- 5,
- 0.14239,
- "_ATGISFAIHGNFSGTK_"
- ],
- [
- 49965,
- 2,
- 9,
- 5,
- 0.11389,
- "_GYDSAGVGFDGGNDKDWEANACK_"
- ],
- [
- 844,
- 2,
- 11,
- 2,
- 0.14239,
- "_MPWSITEK_"
- ],
- [
- 27462,
- 2,
- 15,
- 6,
- 0.19932,
- "_EAQSLISAAIEPDKK_"
- ],
- [
- 9615,
- 2,
- 14,
- 5,
- 0.18507,
- "_THIDTVINALK_"
- ],
- [
- 27610,
- 2,
- 15,
- 5,
- 0.19932,
- "_MNINGQWEGEVNGR_"
- ],
- [
- 15177,
- 2,
- 14,
- 3,
- 0.18507,
- "_YLDLHDCYLK_"
- ],
- [
- 11687,
- 2,
- 13,
- 4,
- 0.17086,
- "_NGWSYDIEER_"
- ],
- [
- 32573,
- 2,
- 10,
- 4,
- 0.12813,
- "_GQASQITASNLVQNYK_"
- ],
- [
- 33060,
- 2,
- 15,
- 7,
- 0.19932,
- "_YGLIYHASLVGQTSPK_"
- ],
- [
- 2191,
- 2,
- 9,
- 2,
- 0.11389,
- "_SPGLPMSDLK_"
- ],
- [
- 38776,
- 2,
- 9,
- 3,
- 0.11389,
- "_FLQSSSEVESPAVPSSSR_"
- ],
- [
- 20889,
- 2,
- 11,
- 4,
- 0.14239,
- "_DLTTAGAVTQCYR_"
- ],
- [
- 22330,
- 2,
- 11,
- 3,
- 0.14239,
- "_WLSAEIEDVKPAK_"
- ],
- [
- 9468,
- 2,
- 14,
- 5,
- 0.18507,
- "_FYSVNVDYSK_"
- ],
- [
- 8427,
- 2,
- 11,
- 4,
- 0.14239,
- "_ETQALVLAPTR_"
- ],
- [
- 2672,
- 2,
- 15,
- 5,
- 0.19932,
- "_YGVIIVGNPK_"
- ],
- [
- 39422,
- 2,
- 10,
- 4,
- 0.12813,
- "_SEPVINNDNPLESNDEK_"
- ],
- [
- 1435,
- 4,
- 13,
- 3,
- 0.1709,
- "_NRHEIAVMLLEGGANPDAK_"
- ],
- [
- 24735,
- 2,
- 11,
- 3,
- 0.14241,
- "_HLMHLELDISDSK_"
- ],
- [
- 18293,
- 2,
- 11,
- 3,
- 0.14241,
- "_QVLQGLDYLHSK_"
- ],
- [
- 115,
- 3,
- 11,
- 4,
- 0.14241,
- "_TLIVEPHVIPNR_"
- ],
- [
- 40668,
- 2,
- 12,
- 6,
- 0.15666,
- "_EAGELKPEEEITVGPVQK_"
- ],
- [
- 43719,
- 2,
- 11,
- 5,
- 0.14241,
- "_DSLGAYASQDANEQGQDLGK_"
- ],
- [
- 8311,
- 2,
- 11,
- 2,
- 0.14241,
- "_GWHTILIVEK_"
- ],
- [
- 22491,
- 3,
- 13,
- 6,
- 0.1709,
- "_LSQLEEHLSQLQDNPPQEK_"
- ],
- [
- 16057,
- 3,
- 5,
- 5,
- 0.056992,
- "_NRHEIAVMLLEGGANPDAK_"
- ],
- [
- 11454,
- 2,
- 7,
- 5,
- 0.085469,
- "_ECSLDSDYFK_"
- ],
- [
- 2363,
- 2,
- 13,
- 3,
- 0.1709,
- "_AVCLEFSPK_"
- ],
- [
- 1366,
- 2,
- 8,
- 2,
- 0.099692,
- "_EVLSEPWR_"
- ],
- [
- 20616,
- 2,
- 12,
- 4,
- 0.15666,
- "_AAYWEEEPAEVR_"
- ],
- [
- 21368,
- 2,
- 11,
- 2,
- 0.14241,
- "_QLSSEELEQFQK_"
- ],
- [
- 15358,
- 3,
- 11,
- 5,
- 0.14241,
- "_HHGIPFYVAAPSSSCDLR_"
- ],
- [
- 8043,
- 4,
- 13,
- 6,
- 0.1709,
- "_DHIPITDSPVVVQQHMLPPKK_"
- ],
- [
- 6966,
- 2,
- 11,
- 2,
- 0.14241,
- "_FTVTIGEDER_"
- ],
- [
- 16458,
- 2,
- 9,
- 5,
- 0.11392,
- "_LIEEVHAVVTVR_"
- ],
- [
- 18414,
- 3,
- 10,
- 3,
- 0.12817,
- "_FSAEQDAFLQEAQEQHAR_"
- ],
- [
- 12800,
- 2,
- 10,
- 4,
- 0.12817,
- "_DWNEELQTTR_"
- ],
- [
- 30732,
- 3,
- 12,
- 4,
- 0.15666,
- "_DGQELSNDLDAQDPPEDMKQDR_"
- ],
- [
- 12299,
- 3,
- 12,
- 3,
- 0.15666,
- "_LLVSQGASIYIENKEEK_"
- ],
- [
- 12468,
- 2,
- 10,
- 4,
- 0.12817,
- "_GVGISVLEMSHR_"
- ],
- [
- 13988,
- 3,
- 12,
- 5,
- 0.15666,
- "_EKTPLIDLCDGQADQAAK_"
- ],
- [
- 14919,
- 2,
- 10,
- 3,
- 0.12817,
- "_IDQISMEEVDR_"
- ],
- [
- 31606,
- 2,
- 10,
- 6,
- 0.12817,
- "_AVLMEKPDVVVGTPSR_"
- ],
- [
- 6856,
- 3,
- 12,
- 4,
- 0.15666,
- "_KKEPELFQTVAEGLR_"
- ],
- [
- 8663,
- 2,
- 8,
- 4,
- 0.099692,
- "_QLLSELDEEK_"
- ],
- [
- 44209,
- 2,
- 11,
- 2,
- 0.14241,
- "_SDMM(Oxidation (M))EENIDTSAQAVAETK_"
- ],
- [
- 29081,
- 2,
- 13,
- 4,
- 0.1709,
- "_DSQEDWTTFTHDR_"
- ],
- [
- 3744,
- 4,
- 19,
- 6,
- 0.25629,
- "_KYVATLGVEVHPLVFHTNR_"
- ],
- [
- 4950,
- 2,
- 15,
- 4,
- 0.19935,
- "_QGGDLGWMTR_"
- ],
- [
- 14668,
- 2,
- 14,
- 3,
- 0.18513,
- "_QSETYNYLLAK_"
- ],
- [
- 11571,
- 2,
- 15,
- 6,
- 0.19935,
- "_VLCLAVAVGHVK_"
- ],
- [
- 665,
- 2,
- 14,
- 4,
- 0.18513,
- "_VYSLDDIR_"
- ],
- [
- 11119,
- 2,
- 14,
- 3,
- 0.18513,
- "_CEFVMEVTNK_"
- ],
- [
- 22370,
- 2,
- 15,
- 4,
- 0.19935,
- "_DCQIAHGAAQFLR_"
- ],
- [
- 32561,
- 2,
- 15,
- 5,
- 0.19935,
- "_DIETTTMSNFHAQVK_"
- ],
- [
- 39649,
- 2,
- 14,
- 5,
- 0.18513,
- "_LLVSQGASIYIENKEEK_"
- ],
- [
- 21432,
- 3,
- 14,
- 6,
- 0.18513,
- "_GFEKPTENSSAVLLQWHEK_"
- ],
- [
- 13532,
- 3,
- 15,
- 5,
- 0.19935,
- "_GKEVEDGDKFIFNGEFK_"
- ],
- [
- 39988,
- 2,
- 14,
- 7,
- 0.18513,
- "_IQQQAETTSEELGAVTVK_"
- ],
- [
- 8962,
- 2,
- 14,
- 5,
- 0.18513,
- "_CSGNWMWAAK_"
- ],
- [
- 16051,
- 3,
- 15,
- 6,
- 0.19935,
- "_GNFGGSFAGSFGGAGGHAPGVAR_"
- ],
- [
- 45965,
- 2,
- 16,
- 7,
- 0.21359,
- "_EAAPDAGAEPITADSDPAYSSK_"
- ],
- [
- 33455,
- 2,
- 18,
- 7,
- 0.24206,
- "_NYGILADATEQVGQHK_"
- ],
- [
- 13347,
- 3,
- 13,
- 6,
- 0.1709,
- "_EAGELKPEEEITVGPVQK_"
- ],
- [
- 12270,
- 2,
- 13,
- 3,
- 0.1709,
- "_YLYSSEDYIK_"
- ],
- [
- 12721,
- 3,
- 17,
- 4,
- 0.22781,
- "_FLYQLHETEKEDLIR_"
- ],
- [
- 30556,
- 2,
- 17,
- 3,
- 0.22781,
- "_AVESGVPQPPDPPVQR_"
- ],
- [
- 25050,
- 3,
- 16,
- 5,
- 0.21358,
- "_VVNGGVPWPSPCPSPSSRPPSR_"
- ],
- [
- 7889,
- 2,
- 9,
- 3,
- 0.11392,
- "_VLIEGSINSVR_"
- ],
- [
- 19588,
- 2,
- 18,
- 5,
- 0.24204,
- "_DSVFLSCSEDNR_"
- ],
- [
- 26871,
- 2,
- 9,
- 3,
- 0.11392,
- "_VAFTGSTEVGHLIQK_"
- ],
- [
- 32750,
- 2,
- 11,
- 5,
- 0.1424,
- "_QFQNVQQVEYSSIR_"
- ],
- [
- 4617,
- 4,
- 10,
- 5,
- 0.12815,
- "_IPYVDTQGQLIKPDKPNGIK_"
- ],
- [
- 35039,
- 3,
- 12,
- 5,
- 0.15664,
- "_MGPSQNPMMQHPQAASIYQSSEMK_"
- ],
- [
- 5289,
- 2,
- 10,
- 3,
- 0.12815,
- "_ALGLASGELAAR_"
- ],
- [
- 31492,
- 3,
- 10,
- 4,
- 0.12815,
- "_EFTTTVVSCCPAELQTEGSNGKK_"
- ],
- [
- 28302,
- 3,
- 11,
- 5,
- 0.1424,
- "_SSQIGAVVSHQSSVIPDREYLR_"
- ],
- [
- 1925,
- 3,
- 19,
- 5,
- 0.25629,
- "_LKDYAFIHFDER_"
- ],
- [
- 6543,
- 2,
- 16,
- 5,
- 0.21358,
- "_CDTEFPNFK_"
- ],
- [
- 42212,
- 2,
- 14,
- 3,
- 0.18513,
- "_VASMAQSAPSEAPSCSPFGK_"
- ],
- [
- 41599,
- 2,
- 11,
- 3,
- 0.1424,
- "_DENQHSNASQSLCDIIR_"
- ],
- [
- 25532,
- 3,
- 11,
- 6,
- 0.1424,
- "_KPVVTFQAHDGPVYSMVSTDR_"
- ],
- [
- 20833,
- 2,
- 11,
- 5,
- 0.1424,
- "_HQTLQGVAFPISR_"
- ],
- [
- 16780,
- 3,
- 11,
- 6,
- 0.1424,
- "_EKEDDVPQFTSAGENFDK_"
- ],
- [
- 6286,
- 2,
- 16,
- 4,
- 0.21358,
- "_FSDFLGLHSK_"
- ],
- [
- 31794,
- 2,
- 16,
- 6,
- 0.21358,
- "_NSVTPDMMEEMYKK_"
- ],
- [
- 6660,
- 3,
- 11,
- 2,
- 0.1424,
- "_KLDESIYDVAFHSSK_"
- ],
- [
- 36848,
- 2,
- 11,
- 5,
- 0.1424,
- "_ACLVTTVTSSGPSQSTIK_"
- ],
- [
- 7427,
- 3,
- 12,
- 5,
- 0.15664,
- "_VDKITEYLCEPLRK_"
- ],
- [
- 15344,
- 2,
- 13,
- 4,
- 0.17089,
- "_YGGELVPHFPAR_"
- ],
- [
- 24769,
- 2,
- 18,
- 6,
- 0.24204,
- "_MGQMAMGGAMGINNR_"
- ],
- [
- 42907,
- 2,
- 13,
- 7,
- 0.17089,
- "_GNFGGSFAGSFGGAGGHAPGVAR_"
- ],
- [
- 31868,
- 3,
- 15,
- 2,
- 0.19936,
- "_MVAAATNNLCEAANAAVQGHASQEK_"
- ],
- [
- 59,
- 3,
- 13,
- 4,
- 0.17089,
- "_LIEEVHAVVTVR_"
- ],
- [
- 32952,
- 3,
- 13,
- 6,
- 0.17089,
- "_SSVQEECVSTISSSKDEDPLAATR_"
- ],
- [
- 12812,
- 2,
- 15,
- 6,
- 0.19936,
- "_QNGDDPLLTYR_"
- ],
- [
- 3023,
- 2,
- 14,
- 5,
- 0.18513,
- "_AGPNASIISLK_"
- ],
- [
- 20592,
- 2,
- 2,
- 2,
- 0.014231,
- "_EKTTLCVSILER_"
- ],
- [
- 27807,
- 2,
- 13,
- 6,
- 0.17089,
- "_ATGISFAIHGNFSGTK_"
- ],
- [
- 21735,
- 2,
- 21,
- 5,
- 0.28476,
- "_DAESIHQYLLQR_"
- ],
- [
- 18904,
- 2,
- 13,
- 2,
- 0.17089,
- "_NLYSDDIPHALR_"
- ],
- [
- 2143,
- 2,
- 14,
- 4,
- 0.18513,
- "_LYANMFER_"
- ],
- [
- 17302,
- 2,
- 9,
- 3,
- 0.11392,
- "_DTSCLAEQWSGK_"
- ],
- [
- 19175,
- 2,
- 7,
- 4,
- 0.085459,
- "_DSEAWVPDSEER_"
- ],
- [
- 28441,
- 3,
- 14,
- 6,
- 0.18513,
- "_GYDSAGVGFDGGNDKDWEANACK_"
- ],
- [
- 24245,
- 3,
- 14,
- 7,
- 0.18513,
- "_SCSFTAACCSHFSSVLAQNR_"
- ],
- [
- 12393,
- 3,
- 15,
- 6,
- 0.19936,
- "_GISTKPVYIPEVELNHK_"
- ],
- [
- 10326,
- 4,
- 12,
- 6,
- 0.15663,
- "_VHNDAQSFDYDHDAFLGAEEAK_"
- ],
- [
- 23986,
- 2,
- 8,
- 3,
- 0.099688,
- "_DRENTAYIQAIVK_"
- ],
- [
- 21435,
- 3,
- 24,
- 7,
- 0.32749,
- "_LVSNHSLHETSSVFVDSLTK_"
- ],
- [
- 23064,
- 2,
- 9,
- 3,
- 0.11393,
- "_AFTEAATGSSADFVK_"
- ],
- [
- 31172,
- 3,
- 13,
- 4,
- 0.17087,
- "_SNAIFGMGVLAEHGGHPAQEHFPK_"
- ],
- [
- 41071,
- 2,
- 13,
- 3,
- 0.17087,
- "_ILAQTAAHVAGAAYYYQR_"
- ],
- [
- 45755,
- 2,
- 9,
- 5,
- 0.11393,
- "_GSPSSYTVQTAQDQAGVTSIR_"
- ],
- [
- 27019,
- 3,
- 13,
- 6,
- 0.17087,
- "_KVDKIEELDQENEAALENGIK_"
- ],
- [
- 35560,
- 2,
- 12,
- 4,
- 0.15663,
- "_DVSSVELLM(Oxidation (M))NNHQGIK_"
- ],
- [
- 37811,
- 2,
- 10,
- 3,
- 0.12815,
- "_PVAVGPYGQSQPSCFDR_"
- ],
- [
- 17850,
- 4,
- 15,
- 6,
- 0.19936,
- "_LHHVSSLAWLDEHTLVTTSHDASVK_"
- ],
- [
- 8802,
- 2,
- 5,
- 2,
- 0.05698,
- "_EIGNIISDAM(Oxidation (M))K_"
- ],
- [
- 40241,
- 3,
- 9,
- 6,
- 0.11393,
- "_AYEHALQDCLGDSCVSNPAPTDSCSR_"
- ],
- [
- 19272,
- 2,
- 14,
- 3,
- 0.18512,
- "_QQQDEAYLASLR_"
- ],
- [
- 9601,
- 2,
- 12,
- 4,
- 0.15663,
- "_CQTSMDELLK_"
- ],
- [
- 4968,
- 2,
- 11,
- 3,
- 0.18512,
- "_TAVLTAFANGR_"
- ],
- [
- 11286,
- 2,
- 13,
- 5,
- 0.17087,
- "_HFEATDILVSK_"
- ],
- [
- 5578,
- 2,
- 16,
- 4,
- 0.21359,
- "_ASEGPAFFPGR_"
- ],
- [
- 42337,
- 2,
- 14,
- 4,
- 0.18512,
- "_HHGIPFYVAAPSSSCDLR_"
- ],
- [
- 26446,
- 2,
- 25,
- 6,
- 0.34175,
- "_LKPDPNTLCDEFK_"
- ],
- [
- 25851,
- 3,
- 14,
- 5,
- 0.18512,
- "_IPENEVPAPVKPVTDSTSAPAPK_"
- ],
- [
- 13572,
- 3,
- 14,
- 4,
- 0.18512,
- "_VQASLAANTFTITGHAETK_"
- ],
- [
- 36813,
- 2,
- 7,
- 2,
- 0.085451,
- "_DLSQESSSTAPGSEVTIK_"
- ],
- [
- 43441,
- 2,
- 10,
- 6,
- 0.12815,
- "_EKEDDVPQFTSAGENFDK_"
- ],
- [
- 26275,
- 2,
- 11,
- 3,
- 0.14238,
- "_AQQATPGGAAPTIFSR_"
- ],
- [
- 48273,
- 2,
- 13,
- 6,
- 0.17087,
- "_SCSFTAACCSHFSSVLAQNR_"
- ],
- [
- 1580,
- 2,
- 10,
- 3,
- 0.12815,
- "_SLSAIYLEK_"
- ],
- [
- 34910,
- 2,
- 13,
- 4,
- 0.17087,
- "_LQSQYASSEATISQLR_"
- ],
- [
- 29456,
- 2,
- 11,
- 5,
- 0.14238,
- "_MYCNPDAMSSLTEK_"
- ],
- [
- 13301,
- 2,
- 11,
- 7,
- 0.14238,
- "_QMCICADFEK_"
- ],
- [
- 5753,
- 2,
- 13,
- 2,
- 0.17087,
- "_NTSFAYPAIR_"
- ],
- [
- 10716,
- 2,
- 20,
- 6,
- 0.27052,
- "_ALDVMVSTFHK_"
- ],
- [
- 47976,
- 2,
- 9,
- 2,
- 0.11393,
- "_DHTPSQELALTQSVGGDSSADR_"
- ],
- [
- 14356,
- 3,
- 12,
- 6,
- 0.15662,
- "_VTELFMDNKNELDQCK_"
- ],
- [
- 35898,
- 2,
- 10,
- 2,
- 0.12817,
- "_SYVVAGSTSSPSVSYYR_"
- ],
- [
- 2949,
- 2,
- 20,
- 4,
- 0.27051,
- "_QFYINVER_"
- ],
- [
- 45681,
- 2,
- 9,
- 2,
- 0.11392,
- "_ASVPTIQDQASAM(Oxidation (M))QLSQCAK_"
- ],
- [
- 10637,
- 2,
- 9,
- 4,
- 0.11392,
- "_KLFLVQLQEK_"
- ],
- [
- 23378,
- 2,
- 13,
- 6,
- 0.17086,
- "_NQDATVYVGGLDEK_"
- ],
- [
- 6191,
- 2,
- 13,
- 4,
- 0.17086,
- "_KLYELIITR_"
- ],
- [
- 23094,
- 2,
- 9,
- 2,
- 0.11392,
- "_VIASELGSMPELKK_"
- ],
- [
- 7705,
- 2,
- 10,
- 4,
- 0.12817,
- "_VLIANNGIAAVK_"
- ],
- [
- 158,
- 2,
- 8,
- 3,
- 0.099688,
- "_LYLEQLR_"
- ],
- [
- 23468,
- 2,
- 12,
- 5,
- 0.15662,
- "_TVENVTVFGTASASK_"
- ],
- [
- 14996,
- 2,
- 8,
- 3,
- 0.099688,
- "_KDVDVYSQILR_"
- ],
- [
- 4451,
- 3,
- 21,
- 5,
- 0.28476,
- "_GLLKPGLNVVLEGPKK_"
- ],
- [
- 7322,
- 3,
- 16,
- 5,
- 0.21359,
- "_FQEEMDTVMKDPYK_"
- ],
- [
- 17058,
- 2,
- 13,
- 3,
- 0.17086,
- "_MDYVEINIDHK_"
- ],
- [
- 19656,
- 2,
- 14,
- 3,
- 0.1851,
- "_DPYATSVGHLIEK_"
- ],
- [
- 27243,
- 3,
- 17,
- 8,
- 0.22783,
- "_MQQENMKPQEQLTLEPYER_"
- ],
- [
- 60,
- 2,
- 17,
- 5,
- 0.22783,
- "_CDFPIMK_"
- ],
- [
- 19248,
- 2,
- 17,
- 5,
- 0.22783,
- "_LPNLTHLNLSGNK_"
- ],
- [
- 44875,
- 2,
- 19,
- 4,
- 0.25629,
- "_SPVLSNTTTEPASTMSPPPAK_"
- ],
- [
- 19696,
- 2,
- 14,
- 3,
- 0.1851,
- "_NIDINDVTPNCR_"
- ],
- [
- 10428,
- 2,
- 15,
- 3,
- 0.19936,
- "_YMDAWNTVSR_"
- ],
- [
- 23121,
- 2,
- 14,
- 5,
- 0.1851,
- "_SIAVAEAACPGITDK_"
- ],
- [
- 24953,
- 2,
- 13,
- 3,
- 0.17086,
- "_IHQCISINMLADK_"
- ],
- [
- 1742,
- 2,
- 14,
- 4,
- 0.1851,
- "_AGILTTLNAR_"
- ],
- [
- 1206,
- 3,
- 13,
- 3,
- 0.17086,
- "_CSIPVLHSSAAMLK_"
- ],
- [
- 12235,
- 2,
- 5,
- 2,
- 0.056971,
- "_LTLQEFQEGSK_"
- ],
- [
- 11552,
- 2,
- 18,
- 4,
- 0.24204,
- "_DNAGAATEEFIK_"
- ],
- [
- 5478,
- 2,
- 19,
- 2,
- 0.25629,
- "_YNFFTGCPK_"
- ],
- [
- 47368,
- 2,
- 17,
- 6,
- 0.22783,
- "_LSQLEEHLSQLQDNPPQEK_"
- ],
- [
- 27852,
- 2,
- 12,
- 5,
- 0.15664,
- "_KLLDLVQQSCNYK_"
- ],
- [
- 38369,
- 2,
- 19,
- 7,
- 0.25629,
- "_NGVQAM(Oxidation (M))VEFDSVQSAQR_"
- ],
- [
- 29139,
- 2,
- 12,
- 3,
- 0.15664,
- "_EYETLAMPEGSQAGR_"
- ],
- [
- 21232,
- 2,
- 12,
- 4,
- 0.15664,
- "_KLDVYFEYEEK_"
- ],
- [
- 25927,
- 2,
- 18,
- 5,
- 0.24208,
- "_TAPYVVTGSVDQTVK_"
- ],
- [
- 3115,
- 3,
- 12,
- 3,
- 0.15664,
- "_KLLDLVQQSCNYK_"
- ],
- [
- 16192,
- 2,
- 23,
- 6,
- 0.31323,
- "_NTGIICTIGPASR_"
- ],
- [
- 983,
- 3,
- 19,
- 5,
- 0.25629,
- "_HANAKPFEVPFLK_"
- ],
- [
- 33881,
- 2,
- 24,
- 7,
- 0.32748,
- "_GCITIIGGGDTATCCAK_"
- ],
- [
- 8124,
- 2,
- 20,
- 5,
- 0.27054,
- "_SVAGGFVYTYK_"
- ],
- [
- 21913,
- 2,
- 11,
- 2,
- 0.14242,
- "_AGQCVIGLQMGTNK_"
- ],
- [
- 17515,
- 2,
- 15,
- 4,
- 0.19935,
- "_MAPALSGANLTSPR_"
- ],
- [
- 8973,
- 2,
- 16,
- 4,
- 0.21361,
- "_VSFTGSVPTGMK_"
- ],
- [
- 23646,
- 3,
- 11,
- 5,
- 0.14242,
- "_DHTPSQELALTQSVGGDSSADR_"
- ],
- [
- 13888,
- 2,
- 11,
- 3,
- 0.14242,
- "_VAYCFEVAAQR_"
- ],
- [
- 47626,
- 2,
- 11,
- 5,
- 0.14242,
- "_AYKEELEGQLGPMAQETQAR_"
- ],
- [
- 46512,
- 3,
- 9,
- 6,
- 0.11394,
- "_SSAMSSDGSLAENGVMAEEKPAPQMNGSTGDAR_"
- ],
- [
- 12007,
- 2,
- 11,
- 3,
- 0.14242,
- "_QQISLATQMVR_"
- ],
- [
- 15906,
- 3,
- 9,
- 4,
- 0.11394,
- "_LGLHVTPSNVDQVSTPPAAK_"
- ],
- [
- 33642,
- 3,
- 10,
- 5,
- 0.12818,
- "_LLSHSSVAVDAAPPNQGGLATCSDVR_"
- ],
- [
- 21243,
- 2,
- 17,
- 6,
- 0.22785,
- "_LTLHGLQQYYVK_"
- ],
- [
- 25744,
- 2,
- 10,
- 2,
- 0.12818,
- "_FASTVFPSDHIPSR_"
- ],
- [
- 30417,
- 2,
- 10,
- 4,
- 0.12818,
- "_FELYFQGPSSNKPR_"
- ],
- [
- 23642,
- 2,
- 10,
- 3,
- 0.12818,
- "_QQGVLALRPYLQK_"
- ],
- [
- 23194,
- 2,
- 12,
- 5,
- 0.15664,
- "_QLAVISPEKYDIK_"
- ],
- [
- 36986,
- 2,
- 11,
- 2,
- 0.14242,
- "_DLRPGDTVTITCSSYR_"
- ],
- [
- 34173,
- 4,
- 10,
- 8,
- 0.12818,
- "_DWSDEPIKECGTNECLDNNGGCSHVCNDLK_"
- ],
- [
- 20224,
- 2,
- 14,
- 5,
- 0.18512,
- "_HEELMLGDPCLK_"
- ],
- [
- 13775,
- 2,
- 14,
- 2,
- 0.18512,
- "_APDTHGNMWVPS_"
- ],
- [
- 12087,
- 3,
- 14,
- 5,
- 0.18512,
- "_AGAKPDQIGIITPYEGQR_"
- ],
- [
- 9257,
- 2,
- 20,
- 5,
- 0.27054,
- "_NFGIGQDIQPK_"
- ],
- [
- 34109,
- 2,
- 13,
- 2,
- 0.17087,
- "_FQEEMDTVMKDPYK_"
- ],
- [
- 47876,
- 2,
- 8,
- 2,
- 0.099699,
- "_QQQQQQQQQQEYQELFR_"
- ],
- [
- 11486,
- 2,
- 15,
- 5,
- 0.19935,
- "_RFVNVVPTFGK_"
- ],
- [
- 10659,
- 2,
- 9,
- 3,
- 0.11396,
- "_VPWFDQQNGR_"
- ],
- [
- 11994,
- 2,
- 4,
- 2,
- 0.042749,
- "_VLVDVPCTTDR_"
- ],
- [
- 36456,
- 3,
- 7,
- 2,
- 0.085484,
- "_FVNSINKPMAAEIEGSDCECNPAGK_"
- ],
- [
- 3566,
- 2,
- 15,
- 4,
- 0.19938,
- "_HELAEIVFK_"
- ],
- [
- 13136,
- 4,
- 14,
- 5,
- 0.18513,
- "_YKGQHVPGSPFQFTVGPLGEGGAHK_"
- ],
- [
- 12300,
- 3,
- 10,
- 4,
- 0.1282,
- "_TKVEPYSLTAQQSSLIR_"
- ],
- [
- 38859,
- 2,
- 14,
- 6,
- 0.18513,
- "_DEELEKDTMDNWDEK_"
- ],
- [
- 43162,
- 2,
- 10,
- 3,
- 0.1282,
- "_NLHVVFTMNPSSEGLKDR_"
- ],
- [
- 28754,
- 3,
- 11,
- 6,
- 0.14244,
- "_QMIAVADENQNHHLEPEEVLK_"
- ],
- [
- 25871,
- 2,
- 10,
- 3,
- 0.1282,
- "_AAADTLQGPMQAAYR_"
- ],
- [
- 16165,
- 2,
- 14,
- 3,
- 0.18513,
- "_YTGEDFDEDLR_"
- ],
- [
- 7837,
- 2,
- 18,
- 2,
- 0.24211,
- "_AEAGDNLGALVR_"
- ],
- [
- 16750,
- 2,
- 12,
- 2,
- 0.15668,
- "_EAPWPSAQSEIR_"
- ],
- [
- 7912,
- 2,
- 10,
- 4,
- 0.1282,
- "_EAMNDPLLER_"
- ],
- [
- 49587,
- 2,
- 17,
- 7,
- 0.22787,
- "_MQQENMKPQEQLTLEPYER_"
- ],
- [
- 1520,
- 2,
- 10,
- 4,
- 0.1282,
- "_MCLVEIEK_"
- ],
- [
- 36870,
- 3,
- 16,
- 6,
- 0.21362,
- "_SNQLFNGHGGHIMPPTQSQFGEMGGK_"
- ],
- [
- 16874,
- 2,
- 10,
- 3,
- 0.1282,
- "_AGGADAVQTVTGGLR_"
- ],
- [
- 53,
- 2,
- 12,
- 3,
- 0.15668,
- "_IWGELYK_"
- ],
- [
- 12669,
- 2,
- 13,
- 3,
- 0.1709,
- "_ASAELIEEEVAK_"
- ],
- [
- 24128,
- 2,
- 16,
- 5,
- 0.21362,
- "_QEESVDPDYWEK_"
- ],
- [
- 17042,
- 3,
- 8,
- 4,
- 0.09973,
- "_ETLGSEAVSSNVIDYGHASK_"
- ],
- [
- 1827,
- 2,
- 9,
- 2,
- 0.11396,
- "_VCVIDEIGK_"
- ],
- [
- 11712,
- 2,
- 11,
- 4,
- 0.14244,
- "_ARPELEELLAK_"
- ],
- [
- 20125,
- 2,
- 12,
- 2,
- 0.15668,
- "_FAGSAGWEGTESLK_"
- ],
- [
- 4987,
- 2,
- 11,
- 3,
- 0.14244,
- "_ASDDWWEGR_"
- ],
- [
- 19262,
- 3,
- 13,
- 6,
- 0.1709,
- "_SELHIENLNM(Oxidation (M))EADPGQYR_"
- ],
- [
- 4094,
- 2,
- 11,
- 3,
- 0.14244,
- "_LALGDDSPALK_"
- ],
- [
- 43572,
- 2,
- 9,
- 5,
- 0.11396,
- "_DISNVGEVSCGSSHTIALSK_"
- ],
- [
- 41814,
- 2,
- 10,
- 3,
- 0.1282,
- "_YHALCSQTQVMEVGNEE_"
- ],
- [
- 49439,
- 2,
- 9,
- 4,
- 0.11396,
- "_QSSLSCSPIGDSTQVSNGGLQQK_"
- ],
- [
- 41522,
- 2,
- 18,
- 5,
- 0.24211,
- "_VTELFMDNKNELDQCK_"
- ],
- [
- 5881,
- 2,
- 13,
- 5,
- 0.1709,
- "_LYCPVEFSK_"
- ],
- [
- 28180,
- 2,
- 10,
- 4,
- 0.1282,
- "_LTHDVELNLDYER_"
- ],
- [
- 14576,
- 3,
- 18,
- 2,
- 0.24211,
- "_AQLDQTGQHLFCVCGTR_"
- ],
- [
- 7252,
- 4,
- 12,
- 5,
- 0.15668,
- "_NLSEIENVHGFVSHSHISPIK_"
- ],
- [
- 11665,
- 2,
- 11,
- 4,
- 0.14244,
- "_ITGIEPLPGENK_"
- ],
- [
- 16743,
- 2,
- 4,
- 2,
- 0.042749,
- "_LFCDVYNPQSK_"
- ],
- [
- 14259,
- 2,
- 11,
- 4,
- 0.14244,
- "_YCLSILTSHVK_"
- ],
- [
- 28074,
- 3,
- 11,
- 6,
- 0.14244,
- "_FGPDTQHLVLNENCASVHNLR_"
- ],
- [
- 1219,
- 3,
- 16,
- 6,
- 0.21363,
- "_QQGVLALRPYLQK_"
- ],
- [
- 44809,
- 2,
- 13,
- 3,
- 0.17093,
- "_QEPGSNEEIKEFAAGYNVK_"
- ],
- [
- 43299,
- 2,
- 10,
- 3,
- 0.12821,
- "_VTEEIVSSEHDEGLSFSGK_"
- ],
- [
- 29746,
- 3,
- 13,
- 6,
- 0.17093,
- "_VHNDAQSFDYDHDAFLGAEEAK_"
- ],
- [
- 46537,
- 3,
- 8,
- 6,
- 0.099732,
- "_SSQTSQNQGLGRPTLEGDEETSEVEYTVNK_"
- ],
- [
- 23923,
- 2,
- 11,
- 7,
- 0.14245,
- "_ELSTTLNADEAVTR_"
- ],
- [
- 33694,
- 2,
- 12,
- 4,
- 0.15669,
- "_GAEVHLVPWNHDFTK_"
- ],
- [
- 15254,
- 2,
- 12,
- 3,
- 0.15669,
- "_RQELEQVLGIR_"
- ],
- [
- 10923,
- 2,
- 12,
- 4,
- 0.15669,
- "_YGEPGEVFINK_"
- ],
- [
- 45453,
- 2,
- 8,
- 4,
- 0.099732,
- "_FLSPVVPNYDNVHPNYHK_"
- ],
- [
- 37912,
- 2,
- 23,
- 6,
- 0.31327,
- "_SKPGAAMVEMADGYAVDR_"
- ],
- [
- 28929,
- 2,
- 23,
- 5,
- 0.31327,
- "_VNQIGSVTESLQACK_"
- ],
- [
- 26208,
- 2,
- 13,
- 4,
- 0.17093,
- "_EASFEYLQNEGER_"
- ],
- [
- 1574,
- 2,
- 6,
- 3,
- 0.071227,
- "_TLLEDGTFK_"
- ],
- [
- 22053,
- 2,
- 18,
- 6,
- 0.24212,
- "_GLQQQNSDWYLK_"
- ],
- [
- 4847,
- 2,
- 14,
- 2,
- 0.18515,
- "_SDTSFMFQR_"
- ],
- [
- 30163,
- 2,
- 14,
- 4,
- 0.18515,
- "_FDDHEVSDISVSSVK_"
- ],
- [
- 7453,
- 2,
- 14,
- 4,
- 0.18515,
- "_KGPELPLVPVK_"
- ],
- [
- 8248,
- 2,
- 14,
- 4,
- 0.18515,
- "_IYGFYDECK_"
- ],
- [
- 41651,
- 2,
- 11,
- 3,
- 0.14245,
- "_SQPVSQPLTYESGPDEVR_"
- ],
- [
- 2627,
- 2,
- 7,
- 2,
- 0.085458,
- "_ILIATDVASR_"
- ],
- [
- 26617,
- 3,
- 21,
- 5,
- 0.2848,
- "_RGHDDLGDHYLDCGDLSNALK_"
- ],
- [
- 19035,
- 2,
- 17,
- 5,
- 0.22786,
- "_EGLELPEDEEEK_"
- ],
- [
- 22411,
- 2,
- 8,
- 4,
- 0.099732,
- "_YLAQWYSETNGR_"
- ],
- [
- 16690,
- 3,
- 9,
- 4,
- 0.11398,
- "_AHILACAPSNSGADLLCQR_"
- ],
- [
- 14117,
- 2,
- 14,
- 4,
- 0.18515,
- "_SITVLVEGENTR_"
- ],
- [
- 43388,
- 2,
- 9,
- 4,
- 0.11398,
- "_AHILACAPSNSGADLLCQR_"
- ],
- [
- 17773,
- 2,
- 7,
- 3,
- 0.085458,
- "_LAEMSLEQDNIK_"
- ],
- [
- 43453,
- 3,
- 20,
- 6,
- 0.27059,
- "_YGGSVGSQPPPVAPEPGPVPSSPSQEPPTKR_"
- ],
- [
- 12552,
- 3,
- 17,
- 5,
- 0.22786,
- "_TALAEAELEYNPEHVSR_"
- ],
- [
- 22981,
- 3,
- 15,
- 4,
- 0.19938,
- "_AYKEELEGQLGPMAQETQAR_"
- ],
- [
- 40864,
- 2,
- 21,
- 7,
- 0.2848,
- "_VQASLAANTFTITGHAETK_"
- ],
- [
- 624,
- 2,
- 10,
- 3,
- 0.12821,
- "_YAVIGADLR_"
- ],
- [
- 19737,
- 2,
- 11,
- 5,
- 0.14245,
- "_STACQMLVCYAK_"
- ],
- [
- 4299,
- 2,
- 13,
- 3,
- 0.17093,
- "_QQLLIGAYAK_"
- ],
- [
- 9003,
- 4,
- 13,
- 3,
- 0.17093,
- "_FGPDTQHLVLNENCASVHNLR_"
- ],
- [
- 47554,
- 2,
- 9,
- 4,
- 0.11398,
- "_MEVDQPEPADTQPEDISESK_"
- ],
- [
- 50885,
- 2,
- 10,
- 3,
- 0.12821,
- "_SNETNGYLDSAQAGPAAGPGAPGTAAGR_"
- ],
- [
- 24427,
- 2,
- 13,
- 3,
- 0.17093,
- "_FADEHVPGSPFTVK_"
- ],
- [
- 2661,
- 2,
- 13,
- 4,
- 0.17093,
- "_GLGLDESGLAK_"
- ],
- [
- 12385,
- 3,
- 11,
- 5,
- 0.14245,
- "_QAEEYLSFAFEHCHR_"
- ],
- [
- 21524,
- 2,
- 9,
- 2,
- 0.11398,
- "_HGGSLGLGLAAMGTAR_"
- ],
- [
- 13544,
- 2,
- 11,
- 3,
- 0.14245,
- "_ITDDMDQVELK_"
- ],
- [
- 29757,
- 2,
- 12,
- 3,
- 0.15669,
- "_YESQTSFGSMYPTR_"
- ],
- [
- 9746,
- 3,
- 12,
- 4,
- 0.15669,
- "_RVYATILNAGTNTDGFK_"
- ],
- [
- 13194,
- 2,
- 12,
- 5,
- 0.15669,
- "_GLLSSLDHTSIR_"
- ],
- [
- 27164,
- 2,
- 12,
- 3,
- 0.15669,
- "_AGCQVVAPSDMMDGR_"
- ],
- [
- 23515,
- 3,
- 12,
- 4,
- 0.15669,
- "_YKDLEQQDCEIAQEIQEK_"
- ],
- [
- 21977,
- 2,
- 8,
- 5,
- 0.099703,
- "_IATEKDFLEAVNK_"
- ],
- [
- 17769,
- 2,
- 12,
- 4,
- 0.15669,
- "_ENLLLSDSPSCR_"
- ],
- [
- 33933,
- 2,
- 8,
- 2,
- 0.099703,
- "_VMTHVSNGCQLLLGVK_"
- ],
- [
- 7250,
- 2,
- 7,
- 2,
- 0.085472,
- "_MQFMLLFSR_"
- ],
- [
- 39545,
- 2,
- 12,
- 6,
- 0.15669,
- "_EVIAVSCGPAQCQETIR_"
- ],
- [
- 14839,
- 3,
- 12,
- 4,
- 0.15669,
- "_HLCEPGADGAETFADGVPR_"
- ],
- [
- 51053,
- 2,
- 10,
- 6,
- 0.12822,
- "_DSTQTPAVTPQSQPATTDSTVTVQK_"
- ],
- [
- 4604,
- 2,
- 16,
- 3,
- 0.21362,
- "_ATGEGFVEFR_"
- ],
- [
- 12945,
- 3,
- 17,
- 4,
- 0.22787,
- "_QFTPCQLLADHANSPNK_"
- ],
- [
- 5552,
- 3,
- 13,
- 4,
- 0.17093,
- "_ACDLGHIWACANASR_"
- ],
- [
- 26516,
- 2,
- 16,
- 6,
- 0.21362,
- "_AEEDVEPECIMEK_"
- ],
- [
- 16695,
- 2,
- 21,
- 5,
- 0.28484,
- "_LFEHYYQELK_"
- ],
- [
- 5504,
- 2,
- 16,
- 5,
- 0.21362,
- "_QDLTTLDVTK_"
- ],
- [
- 13121,
- 3,
- 17,
- 4,
- 0.22787,
- "_HLKPHWNDGAILGFVNK_"
- ],
- [
- 25029,
- 2,
- 14,
- 5,
- 0.18517,
- "_EGDGVYYNELETR_"
- ],
- [
- 32603,
- 2,
- 15,
- 3,
- 0.1994,
- "_RDEDMLYSPELAQR_"
- ],
- [
- 25278,
- 3,
- 14,
- 4,
- 0.18517,
- "_EDDTATEETHPVSWKPEIIK_"
- ],
- [
- 6990,
- 3,
- 14,
- 6,
- 0.18517,
- "_GAEVHLVPWNHDFTK_"
- ],
- [
- 37264,
- 2,
- 11,
- 7,
- 0.14246,
- "_HVSPAGAAVGIPLSEDEAK_"
- ],
- [
- 40560,
- 3,
- 12,
- 6,
- 0.15669,
- "_VLAALAASSGSSSASSSSAPVAASSGQATTQSK_"
- ],
- [
- 4754,
- 2,
- 13,
- 4,
- 0.17093,
- "_QTLQEDLLR_"
- ],
- [
- 10606,
- 3,
- 23,
- 6,
- 0.31329,
- "_SKPGAAMVEMADGYAVDR_"
- ],
- [
- 31963,
- 3,
- 11,
- 4,
- 0.14246,
- "_HKAEEVEDETVELDVSDEEMAR_"
- ],
- [
- 29916,
- 3,
- 17,
- 7,
- 0.22786,
- "_KAAAPAPEEEMDECEQALAAEPK_"
- ],
- [
- 14107,
- 2,
- 8,
- 2,
- 0.099711,
- "_LQTDISELENR_"
- ],
- [
- 31247,
- 2,
- 7,
- 3,
- 0.085483,
- "_CVSVQTDPTDEIPTK_"
- ],
- [
- 7897,
- 3,
- 12,
- 3,
- 0.15669,
- "_YHIQVCTTTPCMLR_"
- ],
- [
- 15917,
- 2,
- 8,
- 3,
- 0.099711,
- "_GDQYIVDMANTK_"
- ],
- [
- 41415,
- 2,
- 10,
- 5,
- 0.12822,
- "_LLGPSLTSTTPASSSSGSSSR_"
- ],
- [
- 24112,
- 2,
- 13,
- 4,
- 0.17093,
- "_ILHCLGLAEEIQK_"
- ],
- [
- 20105,
- 2,
- 16,
- 6,
- 0.21363,
- "_GIRPAINVGLSVSR_"
- ],
- [
- 8896,
- 2,
- 10,
- 3,
- 0.12822,
- "_CDLFIQEGAR_"
- ],
- [
- 37479,
- 2,
- 14,
- 4,
- 0.18517,
- "_GLSLVDKENTPPALSGTR_"
- ],
- [
- 17196,
- 2,
- 13,
- 2,
- 0.17093,
- "_YVDGDLCPDGIR_"
- ],
- [
- 50411,
- 2,
- 17,
- 5,
- 0.22786,
- "_KAAAPAPEEEMDECEQALAAEPK_"
- ],
- [
- 44975,
- 2,
- 11,
- 3,
- 0.14246,
- "_EGDVEEPTDDSLPTTGDAGGR_"
- ],
- [
- 45014,
- 2,
- 17,
- 5,
- 0.22786,
- "_(Acetyl (Protein N-term))SAEVPEAASAEEQKEMEDK_"
- ],
- [
- 13371,
- 2,
- 10,
- 5,
- 0.12822,
- "_ELPVNAQNYVR_"
- ],
- [
- 43640,
- 2,
- 11,
- 4,
- 0.14246,
- "_ETLGSEAVSSNVIDYGHASK_"
- ],
- [
- 9361,
- 2,
- 11,
- 3,
- 0.14246,
- "_YLEATGQLPVK_"
- ],
- [
- 5180,
- 3,
- 14,
- 6,
- 0.18517,
- "_LQELPDAVPHGEMPR_"
- ],
- [
- 12938,
- 2,
- 14,
- 4,
- 0.18517,
- "_AVGHPFVIQLGR_"
- ],
- [
- 12487,
- 3,
- 17,
- 2,
- 0.22786,
- "_HSQHYQIPDDFVADVR_"
- ],
- [
- 16768,
- 2,
- 9,
- 4,
- 0.11394,
- "_EIPVTVVQETQK_"
- ],
- [
- 9275,
- 3,
- 22,
- 5,
- 0.29908,
- "_FYPHTHNMDGFFIAK_"
- ],
- [
- 31333,
- 4,
- 27,
- 8,
- 0.37025,
- "_LHQLAMQQSHFPMTHGNTGFSGIESSSPEVK_"
- ],
- [
- 18552,
- 2,
- 13,
- 4,
- 0.17094,
- "_HGVPISVTGIAQVK_"
- ],
- [
- 18716,
- 3,
- 10,
- 2,
- 0.12819,
- "_LAEAEMHVHHLESLLEQK_"
- ],
- [
- 46983,
- 2,
- 4,
- 2,
- 0.042732,
- "_GPEEEEIGSPEPMAAPASASQK_"
- ],
- [
- 33754,
- 2,
- 13,
- 6,
- 0.17094,
- "_TSFEDGSGECEVFCK_"
- ],
- [
- 38133,
- 2,
- 12,
- 5,
- 0.15671,
- "_LYQYPNFAGPHAALANK_"
- ],
- [
- 6292,
- 2,
- 12,
- 2,
- 0.15671,
- "_ASNLQDLVYK_"
- ],
- [
- 25983,
- 4,
- 13,
- 9,
- 0.17094,
- "_ALSDHHIYLEGTLLKPNMVTPGHACTQK_"
- ],
- [
- 13166,
- 4,
- 12,
- 5,
- 0.15671,
- "_VFHHNAWDNVEWSEEQAAAAER_"
- ],
- [
- 51668,
- 2,
- 17,
- 8,
- 0.22788,
- "_GGGGYGGSGDGYNGFGNDGGYGGGGPGYSGGSR_"
- ],
- [
- 3354,
- 2,
- 18,
- 3,
- 0.24211,
- "_QGFVPAAYVK_"
- ],
- [
- 2817,
- 2,
- 12,
- 3,
- 0.15671,
- "_ADGYPIWSR_"
- ],
- [
- 14453,
- 2,
- 12,
- 7,
- 0.15671,
- "_IQVLVEPDHFK_"
- ],
- [
- 32250,
- 2,
- 17,
- 4,
- 0.22788,
- "_HFLQQATQVNAWDR_"
- ],
- [
- 21489,
- 2,
- 17,
- 3,
- 0.22788,
- "_VQQVQPAMQAVIR_"
- ],
- [
- 3587,
- 3,
- 15,
- 5,
- 0.19942,
- "_MVDPEKPQLGMIDR_"
- ],
- [
- 46163,
- 2,
- 8,
- 5,
- 0.09973,
- "_LTNENMEITSALQSEQHVK_"
- ],
- [
- 22824,
- 3,
- 15,
- 5,
- 0.19942,
- "_IREDLPNLESSEETEQINK_"
- ],
- [
- 20377,
- 2,
- 11,
- 5,
- 0.14246,
- "_LLEEEIQAPTSSK_"
- ],
- [
- 39882,
- 2,
- 14,
- 7,
- 0.18518,
- "_WNSPAEEGSSDCEVFSK_"
- ],
- [
- 42056,
- 2,
- 14,
- 3,
- 0.18518,
- "_LPGQDESTAGTSEQNDILK_"
- ],
- [
- 20056,
- 3,
- 11,
- 5,
- 0.14246,
- "_DILLQQQQQLGHGGPEAAPR_"
- ],
- [
- 39894,
- 2,
- 15,
- 6,
- 0.19942,
- "_TALAEAELEYNPEHVSR_"
- ],
- [
- 6085,
- 2,
- 14,
- 3,
- 0.18518,
- "_DIIGVAETGSGK_"
- ],
- [
- 866,
- 2,
- 12,
- 3,
- 0.15671,
- "_FLDDLGNAK_"
- ],
- [
- 9984,
- 3,
- 22,
- 7,
- 0.29909,
- "_YESLELCRPVLQQGR_"
- ],
- [
- 24776,
- 2,
- 11,
- 3,
- 0.14246,
- "_FHATVSFDTDTGLK_"
- ],
- [
- 19136,
- 2,
- 9,
- 2,
- 0.11396,
- "_FFENYNQSLEK_"
- ],
- [
- 13316,
- 3,
- 11,
- 5,
- 0.14246,
- "_QLNTSDENGKEELFSLK_"
- ],
- [
- 5992,
- 2,
- 12,
- 2,
- 0.15671,
- "_LQQLPADFGR_"
- ],
- [
- 48627,
- 2,
- 14,
- 5,
- 0.18518,
- "_NDPDSALGNGSGEFSQNSMEEK_"
- ],
- [
- 43502,
- 2,
- 10,
- 4,
- 0.12819,
- "_IILSNPPSQGDYHGCPFR_"
- ],
- [
- 23330,
- 2,
- 14,
- 4,
- 0.18518,
- "_DNFGFIETANHDK_"
- ],
- [
- 22064,
- 2,
- 10,
- 5,
- 0.12819,
- "_YGYTHLSAGELLR_"
- ],
- [
- 1880,
- 2,
- 17,
- 4,
- 0.22788,
- "_ECFLIQPK_"
- ],
- [
- 33238,
- 2,
- 10,
- 3,
- 0.12819,
- "_HM(Oxidation (M))NLILCDCDEFR_"
- ],
- [
- 20995,
- 3,
- 20,
- 6,
- 0.27067,
- "_QITSYGETCPGLEQYAIKK_"
- ],
- [
- 46962,
- 2,
- 13,
- 6,
- 0.17103,
- "_ENEDENSSSTNLCVEDLQK_"
- ],
- [
- 19127,
- 3,
- 11,
- 7,
- 0.1425,
- "_MASAPASYGSTTTKPMGLLSR_"
- ],
- [
- 28484,
- 2,
- 16,
- 3,
- 0.21373,
- "_HDAATCFVDAGNAFK_"
- ],
- [
- 6842,
- 2,
- 23,
- 3,
- 0.3134,
- "_DVFQELEKR_"
- ],
- [
- 8269,
- 2,
- 12,
- 4,
- 0.15678,
- "_VLLVPGPEKEN_"
- ],
- [
- 33441,
- 2,
- 12,
- 2,
- 0.15678,
- "_YDIEFEDKEMAPEK_"
- ],
- [
- 6808,
- 3,
- 9,
- 3,
- 0.11405,
- "_YDIEFEDKEMAPEK_"
- ],
- [
- 33544,
- 2,
- 11,
- 5,
- 0.1425,
- "_QIQEEITGNTEALSGR_"
- ],
- [
- 41394,
- 2,
- 11,
- 5,
- 0.1425,
- "_GCSLNCVDDSQDYYVGK_"
- ],
- [
- 31008,
- 2,
- 12,
- 3,
- 0.15678,
- "_SIEEACLTLQHLNR_"
- ],
- [
- 1655,
- 2,
- 13,
- 3,
- 0.17103,
- "_QGGLNLSPLK_"
- ],
- [
- 46623,
- 2,
- 12,
- 5,
- 0.15678,
- "_ATGEADVEFVTHEDAVAAM(Oxidation (M))SK_"
- ],
- [
- 3412,
- 3,
- 12,
- 6,
- 0.15678,
- "_SLEDALSSDTSGHFR_"
- ],
- [
- 9529,
- 2,
- 11,
- 2,
- 0.1425,
- "_SIFASPESVTGK_"
- ],
- [
- 12885,
- 2,
- 9,
- 2,
- 0.11405,
- "_LLYNSTDPTLR_"
- ],
- [
- 27955,
- 2,
- 14,
- 3,
- 0.18526,
- "_EISEASENIYSDVR_"
- ],
- [
- 45827,
- 2,
- 11,
- 5,
- 0.1425,
- "_DILLQQQQQLGHGGPEAAPR_"
- ],
- [
- 31461,
- 2,
- 5,
- 2,
- 0.057047,
- "_KQAELEEIYESSIR_"
- ],
- [
- 34024,
- 3,
- 14,
- 8,
- 0.18526,
- "_DGEDQTQDTELVETRPAGDGTFQK_"
- ],
- [
- 45809,
- 2,
- 15,
- 4,
- 0.1995,
- "_EGQWDCSACLVQNEGSSTK_"
- ],
- [
- 43428,
- 2,
- 17,
- 5,
- 0.22797,
- "_LAQQQAAAAAAAAAAASQQGSAK_"
- ],
- [
- 44132,
- 2,
- 14,
- 4,
- 0.18526,
- "_FSQGPTPAAAVPEGTAAEGAPR_"
- ],
- [
- 44477,
- 2,
- 15,
- 7,
- 0.1995,
- "_GSLESPATDVFGSTEEGEKR_"
- ],
- [
- 24319,
- 2,
- 14,
- 3,
- 0.18526,
- "_CDVSFLQSEDGSGK_"
- ],
- [
- 12854,
- 3,
- 22,
- 6,
- 0.29917,
- "_VPPIKPNAGEESVMNLDK_"
- ],
- [
- 21804,
- 2,
- 19,
- 6,
- 0.25643,
- "_GANDFMCDEMER_"
- ],
- [
- 31949,
- 2,
- 15,
- 4,
- 0.1995,
- "_TNQGISELNASSVGMAK_"
- ],
- [
- 18323,
- 2,
- 10,
- 2,
- 0.12827,
- "_ELSIHFVPGSCR_"
- ],
- [
- 9985,
- 3,
- 14,
- 2,
- 0.18526,
- "_HVSPAGAAVGIPLSEDEAK_"
- ],
- [
- 44214,
- 2,
- 15,
- 5,
- 0.1995,
- "_QFTQSPETEASADSFPDTK_"
- ],
- [
- 19176,
- 2,
- 14,
- 7,
- 0.18526,
- "_EDAMAMVDHCLK_"
- ],
- [
- 5069,
- 2,
- 15,
- 2,
- 0.1995,
- "_IEAACFATIK_"
- ],
- [
- 18099,
- 3,
- 17,
- 6,
- 0.22797,
- "_GSLESPATDVFGSTEEGEKR_"
- ],
- [
- 21092,
- 2,
- 5,
- 2,
- 0.057047,
- "_HDPLNPLCPGAIR_"
- ],
- [
- 20946,
- 2,
- 14,
- 2,
- 0.18526,
- "_WQTMIEAHVDVK_"
- ],
- [
- 33572,
- 2,
- 14,
- 6,
- 0.18526,
- "_VQEYCYDNIHFMK_"
- ],
- [
- 42750,
- 2,
- 11,
- 5,
- 0.14254,
- "_VLSTTKPFEYETPEMEK_"
- ],
- [
- 8467,
- 2,
- 9,
- 2,
- 0.11408,
- "_TSFLDDAFRK_"
- ],
- [
- 7654,
- 4,
- 13,
- 4,
- 0.17105,
- "_EAM(Oxidation (M))EDGEIDGNKVTLDWAKPK_"
- ],
- [
- 10204,
- 3,
- 16,
- 5,
- 0.21377,
- "_GLSLVDKENTPPALSGTR_"
- ],
- [
- 19523,
- 3,
- 17,
- 6,
- 0.228,
- "_FLSPVVPNYDNVHPNYHK_"
- ],
- [
- 14191,
- 2,
- 12,
- 2,
- 0.15677,
- "_DATIASLEETNR_"
- ],
- [
- 23176,
- 2,
- 16,
- 4,
- 0.21377,
- "_WKDTDEADLVLAK_"
- ],
- [
- 50142,
- 2,
- 11,
- 3,
- 0.14254,
- "_VSDPISTSESSEEEEEAEAETAK_"
- ],
- [
- 21362,
- 2,
- 16,
- 5,
- 0.21377,
- "_DESTNVDMSLAQR_"
- ],
- [
- 29109,
- 3,
- 10,
- 5,
- 0.12831,
- "_IESSIQPTSNMPNTSINRPEIK_"
- ],
- [
- 22188,
- 2,
- 10,
- 3,
- 0.12831,
- "_EHQISPGDFPSLR_"
- ],
- [
- 24287,
- 2,
- 13,
- 3,
- 0.17105,
- "_HLQINQTFEELR_"
- ],
- [
- 51676,
- 2,
- 4,
- 2,
- 0.042832,
- "_GSLQPAPAQPPGDPAAQASVSNGEDAGGGAGR_"
- ],
- [
- 24812,
- 3,
- 10,
- 5,
- 0.12831,
- "_VKIEPGVDPDDTYNETPYEK_"
- ],
- [
- 18628,
- 2,
- 17,
- 5,
- 0.228,
- "_ALELDPDNETYK_"
- ],
- [
- 23680,
- 2,
- 9,
- 4,
- 0.11408,
- "_KQELAETLANLER_"
- ],
- [
- 46465,
- 2,
- 18,
- 6,
- 0.24224,
- "_QITSYGETCPGLEQYAIKK_"
- ],
- [
- 25908,
- 2,
- 8,
- 4,
- 0.099827,
- "_GLLCEENIDDCAR_"
- ],
- [
- 13898,
- 2,
- 6,
- 2,
- 0.071317,
- "_AYLNQTVTEFK_"
- ],
- [
- 43234,
- 2,
- 10,
- 4,
- 0.12831,
- "_SATLSSTESTASEMQEEMK_"
- ],
- [
- 5664,
- 2,
- 8,
- 3,
- 0.099827,
- "_VIAVADDFCK_"
- ],
- [
- 11173,
- 3,
- 11,
- 2,
- 0.14254,
- "_VAPVLETSHVFCCPNR_"
- ],
- [
- 36547,
- 3,
- 15,
- 7,
- 0.19953,
- "_GVEVTVGHEQEEGGKWPYAGTAEAIK_"
- ],
- [
- 32163,
- 2,
- 15,
- 2,
- 0.19953,
- "_HHAEYLTELLTTQR_"
- ],
- [
- 17011,
- 2,
- 10,
- 3,
- 0.12831,
- "_VLCNEAGLCALR_"
- ],
- [
- 36998,
- 2,
- 14,
- 4,
- 0.1853,
- "_RVYATILNAGTNTDGFK_"
- ],
- [
- 40084,
- 3,
- 9,
- 5,
- 0.11408,
- "_SAVAVYSYSCEGPEEESEDDSHLEGR_"
- ],
- [
- 13364,
- 2,
- 7,
- 2,
- 0.085566,
- "_SVPLSEPVTMDK_"
- ],
- [
- 26670,
- 3,
- 7,
- 5,
- 0.085566,
- "_QKEDVEVVGGSDGEGAIGLSSDPK_"
- ],
- [
- 4369,
- 2,
- 8,
- 2,
- 0.099827,
- "_ELIFQETAR_"
- ],
- [
- 35762,
- 2,
- 9,
- 4,
- 0.11408,
- "_HSFATEGAGAVENFAAAR_"
- ],
- [
- 3911,
- 3,
- 19,
- 6,
- 0.25647,
- "_GVCHIPMAEPFCPK_"
- ],
- [
- 15778,
- 2,
- 14,
- 5,
- 0.1853,
- "_LLYEALVDCKK_"
- ],
- [
- 3888,
- 2,
- 15,
- 2,
- 0.19953,
- "_DKYGVFPLR_"
- ],
- [
- 23153,
- 2,
- 21,
- 3,
- 0.28494,
- "_SCQFSVDEEFQK_"
- ],
- [
- 35556,
- 2,
- 19,
- 2,
- 0.25647,
- "_KAESFAQEMFIEQNK_"
- ],
- [
- 32697,
- 2,
- 11,
- 3,
- 0.14254,
- "_VYISANAATGDEQVMR_"
- ],
- [
- 31407,
- 2,
- 11,
- 4,
- 0.14254,
- "_AADIGVAMGQTGTDVCK_"
- ],
- [
- 25731,
- 2,
- 13,
- 4,
- 0.17104,
- "_EGGTDSQPEWALDR_"
- ],
- [
- 2837,
- 3,
- 12,
- 4,
- 0.15681,
- "_MSIELQSVSNPVHR_"
- ],
- [
- 50234,
- 3,
- 12,
- 5,
- 0.15681,
- "_RDEGGPSGGPAVGAPPPGDEASSVGAGQPAASSNLQPQPK_"
- ],
- [
- 5220,
- 4,
- 13,
- 3,
- 0.17104,
- "_IINEVKPTEIYNLGAQSHVK_"
- ],
- [
- 32483,
- 3,
- 11,
- 4,
- 0.14258,
- "_GCALADHLLHTQAQDGAISTDAEGK_"
- ],
- [
- 11308,
- 2,
- 12,
- 4,
- 0.15681,
- "_EFSQSFDAAMK_"
- ],
- [
- 3067,
- 2,
- 11,
- 3,
- 0.14258,
- "_QAIGIALETR_"
- ],
- [
- 10071,
- 3,
- 13,
- 4,
- 0.17104,
- "_EDKDAQFYCELNYR_"
- ],
- [
- 6772,
- 3,
- 12,
- 2,
- 0.15681,
- "_SPLTMDQIRPNTELK_"
- ],
- [
- 41000,
- 2,
- 13,
- 3,
- 0.17104,
- "_VSEIEEEQEDPYLNDR_"
- ],
- [
- 35939,
- 2,
- 11,
- 5,
- 0.14258,
- "_AGGGAAEQEELHYIPIR_"
- ],
- [
- 18848,
- 2,
- 11,
- 4,
- 0.14258,
- "_DQFTTTEVNMAR_"
- ],
- [
- 38524,
- 2,
- 12,
- 3,
- 0.15681,
- "_HFAGAVCYETTQFVEK_"
- ],
- [
- 11694,
- 2,
- 11,
- 2,
- 0.14258,
- "_LEFDVSDGATSK_"
- ],
- [
- 28411,
- 2,
- 14,
- 2,
- 0.18531,
- "_SLEDALSSDTSGHFR_"
- ],
- [
- 34891,
- 2,
- 13,
- 5,
- 0.17104,
- "_DMGYGNWISKPQEEK_"
- ],
- [
- 4904,
- 3,
- 9,
- 4,
- 0.11409,
- "_VTQWAEERDELFR_"
- ],
- [
- 14325,
- 2,
- 15,
- 4,
- 0.19956,
- "_HNEFDFISGTR_"
- ],
- [
- 22515,
- 2,
- 16,
- 2,
- 0.21379,
- "_SSGSALTVWGTGNPR_"
- ],
- [
- 14812,
- 2,
- 9,
- 4,
- 0.11409,
- "_MEDLTNPEDIR_"
- ],
- [
- 3017,
- 4,
- 21,
- 5,
- 0.28496,
- "_FLSPVVPNYDNVHPNYHK_"
- ],
- [
- 12063,
- 2,
- 8,
- 2,
- 0.099829,
- "_LPSGAYEGGALIK_"
- ],
- [
- 13878,
- 3,
- 16,
- 6,
- 0.21379,
- "_ASYPCMSLHGGIDQYDR_"
- ],
- [
- 26521,
- 2,
- 16,
- 6,
- 0.21379,
- "_NCLTNFHGMDLTR_"
- ],
- [
- 31278,
- 3,
- 8,
- 5,
- 0.099829,
- "_EETEENSHCDANTEMQQILTR_"
- ],
- [
- 34950,
- 2,
- 16,
- 6,
- 0.21379,
- "_HLEINPDHPIVETLR_"
- ],
- [
- 18353,
- 3,
- 20,
- 7,
- 0.27073,
- "_MNLASEPQEVLHIGSAHNR_"
- ],
- [
- 15532,
- 2,
- 7,
- 2,
- 0.08558,
- "_LQIQCVVEDDK_"
- ],
- [
- 3295,
- 3,
- 17,
- 4,
- 0.22803,
- "_LTHDVELNLDYER_"
- ],
- [
- 25888,
- 2,
- 17,
- 3,
- 0.22803,
- "_KPMSLASGLVPAAPPK_"
- ],
- [
- 30739,
- 2,
- 17,
- 6,
- 0.22803,
- "_NQLTSNPENTVFDAK_"
- ],
- [
- 2393,
- 2,
- 5,
- 2,
- 0.057096,
- "_YTPESLWR_"
- ],
- [
- 44170,
- 3,
- 9,
- 5,
- 0.11409,
- "_YCGHLYGLGSGSSYVQNGTGNAYEEEANK_"
- ],
- [
- 42128,
- 2,
- 15,
- 5,
- 0.19956,
- "_LCSQMEQLEQENQQLK_"
- ],
- [
- 7950,
- 3,
- 15,
- 6,
- 0.19956,
- "_DMGYGNWISKPQEEK_"
- ],
- [
- 45594,
- 2,
- 14,
- 6,
- 0.18531,
- "_TSNFVPSSANMQYQGQQMK_"
- ],
- [
- 18356,
- 3,
- 14,
- 2,
- 0.18531,
- "_RIPVQAVWAGWGHASENPK_"
- ],
- [
- 3764,
- 2,
- 14,
- 3,
- 0.18531,
- "_GQMEVWDVK_"
- ],
- [
- 40602,
- 2,
- 14,
- 6,
- 0.18531,
- "_IQTLPNQNQSQTQPLLK_"
- ],
- [
- 17597,
- 3,
- 11,
- 4,
- 0.14258,
- "_GSRPPLILQSQSLPCSSPR_"
- ],
- [
- 22321,
- 3,
- 10,
- 6,
- 0.12834,
- "_LVTEMGTYATQSALSSSRPTK_"
- ],
- [
- 16840,
- 3,
- 14,
- 5,
- 0.18531,
- "_IILSNPPSQGDYHGCPFR_"
- ],
- [
- 11361,
- 2,
- 12,
- 5,
- 0.15681,
- "_CAGNEDIITLR_"
- ],
- [
- 254,
- 3,
- 29,
- 6,
- 0.39885,
- "_LPNLTHLNLSGNK_"
- ],
- [
- 19232,
- 2,
- 12,
- 3,
- 0.15681,
- "_NLDNAAEAAEQFK_"
- ],
- [
- 14676,
- 2,
- 15,
- 4,
- 0.19956,
- "_WALSQSNPSALR_"
- ],
- [
- 51001,
- 2,
- 12,
- 6,
- 0.15681,
- "_EGDEVGTGITDDNEDENSANQIAGK_"
- ],
- [
- 33613,
- 2,
- 7,
- 2,
- 0.085568,
- "_CSSQALAVPESTGALEK_"
- ],
- [
- 11257,
- 3,
- 12,
- 4,
- 0.15681,
- "_EGMQLISEKPETEAVVK_"
- ],
- [
- 25602,
- 2,
- 7,
- 4,
- 0.085568,
- "_EEHIYPTIIGTER_"
- ],
- [
- 38023,
- 2,
- 12,
- 5,
- 0.15681,
- "_ITENIGCVM(Oxidation (M))TGMTADSR_"
- ],
- [
- 11781,
- 2,
- 10,
- 3,
- 0.12832,
- "_YQCVVLTEMK_"
- ],
- [
- 32284,
- 2,
- 8,
- 4,
- 0.099813,
- "_THPVEIFYTPEPER_"
- ],
- [
- 38570,
- 2,
- 12,
- 6,
- 0.15681,
- "_EGMQLISEKPETEAVVK_"
- ],
- [
- 19454,
- 2,
- 8,
- 2,
- 0.099813,
- "_TAALGPDSMGGPVPR_"
- ],
- [
- 50085,
- 2,
- 8,
- 6,
- 0.099813,
- "_CESAPGCGVWQRPVIDNPNYK_"
- ],
- [
- 19670,
- 2,
- 8,
- 4,
- 0.099813,
- "_EIEAEKVELELK_"
- ],
- [
- 4788,
- 2,
- 10,
- 2,
- 0.12832,
- "_LCELLTDPR_"
- ],
- [
- 20142,
- 2,
- 11,
- 4,
- 0.14258,
- "_LTVMYSQINGASR_"
- ],
- [
- 8218,
- 2,
- 11,
- 3,
- 0.14258,
- "_TSMETALALEK_"
- ],
- [
- 8406,
- 2,
- 11,
- 4,
- 0.14258,
- "_MDSFDEDLAR_"
- ],
- [
- 23418,
- 2,
- 11,
- 4,
- 0.14258,
- "_TTDGVYEGVAIGGDR_"
- ],
- [
- 51186,
- 2,
- 10,
- 5,
- 0.12832,
- "_QSATNLESEEDSEAPVDSTLNNNR_"
- ],
- [
- 3984,
- 3,
- 19,
- 4,
- 0.2565,
- "_EVLLFPAMKPEDKK_"
- ],
- [
- 34751,
- 2,
- 22,
- 4,
- 0.29919,
- "_TNIDESAMPPPPPQGVK_"
- ],
- [
- 14097,
- 3,
- 14,
- 3,
- 0.18527,
- "_EEGVIDSSDKEIVAEAER_"
- ],
- [
- 48884,
- 2,
- 16,
- 7,
- 0.21379,
- "_QPYAVSELAGHQTSAESWGTGR_"
- ],
- [
- 2139,
- 3,
- 22,
- 7,
- 0.29919,
- "_KPMSLASGLVPAAPPK_"
- ],
- [
- 8471,
- 2,
- 16,
- 4,
- 0.21379,
- "_TPVPSDIDISR_"
- ],
- [
- 33559,
- 4,
- 18,
- 7,
- 0.24226,
- "_HFPEAGIHYPDSTTGDGKPLATDYNGNCSLEK_"
- ],
- [
- 29033,
- 3,
- 22,
- 7,
- 0.29919,
- "_APVPSTCSSTFPEELSPPSHQAK_"
- ],
- [
- 41939,
- 2,
- 21,
- 4,
- 0.28496,
- "_HLCEPGADGAETFADGVPR_"
- ],
- [
- 44278,
- 3,
- 16,
- 8,
- 0.21379,
- "_ALSDHHIYLEGTLLKPNMVTPGHACTQK_"
- ],
- [
- 17630,
- 2,
- 21,
- 5,
- 0.28496,
- "_QNLQLCVQVASK_"
- ],
- [
- 5354,
- 3,
- 13,
- 2,
- 0.17104,
- "_KQAELEEIYESSIR_"
- ],
- [
- 40079,
- 2,
- 15,
- 3,
- 0.19955,
- "_LGATLANGNQSEEAVAAYR_"
- ],
- [
- 15488,
- 2,
- 19,
- 5,
- 0.25654,
- "_AGVNTVTTLVENK_"
- ],
- [
- 13958,
- 2,
- 17,
- 6,
- 0.22807,
- "_KGLDPYNVLAPK_"
- ],
- [
- 10827,
- 3,
- 19,
- 2,
- 0.25654,
- "_LQYYVPENFWKIFK_"
- ],
- [
- 14636,
- 2,
- 9,
- 3,
- 0.11409,
- "_NHDFSAGLIIGGK_"
- ],
- [
- 7542,
- 4,
- 11,
- 3,
- 0.1426,
- "_IMGNGFAGCVHFPHTAPCEVR_"
- ],
- [
- 15625,
- 2,
- 25,
- 5,
- 0.34196,
- "_HFSVEGQLEFR_"
- ],
- [
- 40553,
- 2,
- 12,
- 6,
- 0.15686,
- "_FYHDWNDKEIEVLNK_"
- ],
- [
- 23023,
- 2,
- 16,
- 4,
- 0.21383,
- "_YVNMQDPEMDMK_"
- ],
- [
- 5101,
- 3,
- 8,
- 2,
- 0.09985,
- "_VINEPTAAAMAYGLHK_"
- ],
- [
- 17975,
- 2,
- 8,
- 5,
- 0.09985,
- "_YHLMQFAEVTR_"
- ],
- [
- 10965,
- 3,
- 12,
- 5,
- 0.15686,
- "_MNGTLDHPDQPDLDAIK_"
- ],
- [
- 36739,
- 2,
- 12,
- 4,
- 0.15686,
- "_TYFPHFDLSHGSAQVK_"
- ],
- [
- 12380,
- 2,
- 11,
- 5,
- 0.1426,
- "_NVLIEVNPQTR_"
- ],
- [
- 12844,
- 4,
- 11,
- 5,
- 0.1426,
- "_AIMKDPDDHTVCHLLFANQTEK_"
- ],
- [
- 911,
- 2,
- 16,
- 4,
- 0.21383,
- "_SLFSNVVTK_"
- ],
- [
- 13306,
- 2,
- 6,
- 2,
- 0.071362,
- "_LFDDCTQQFK_"
- ],
- [
- 26832,
- 2,
- 12,
- 5,
- 0.15686,
- "_GVTIVKPIVYGNVAR_"
- ],
- [
- 3647,
- 2,
- 11,
- 4,
- 0.1426,
- "_MLEVFHAIK_"
- ],
- [
- 21185,
- 2,
- 16,
- 2,
- 0.21383,
- "_AAQLCGAGMAAVVDK_"
- ],
- [
- 23140,
- 3,
- 12,
- 6,
- 0.15686,
- "_CVFELPAENDKPHDVEINK_"
- ],
- [
- 19477,
- 3,
- 11,
- 4,
- 0.1426,
- "_LTEAMGGGWQQEQFEHYK_"
- ],
- [
- 8740,
- 2,
- 12,
- 5,
- 0.15686,
- "_AAYFGVYDTAK_"
- ],
- [
- 26265,
- 2,
- 12,
- 3,
- 0.15686,
- "_SQAWQPLVEGSENK_"
- ],
- [
- 21988,
- 3,
- 7,
- 4,
- 0.08561,
- "_LMHNASDSEVDQDDVVEWK_"
- ],
- [
- 3173,
- 2,
- 14,
- 4,
- 0.18532,
- "_LCAAAASILGK_"
- ],
- [
- 12590,
- 3,
- 13,
- 7,
- 0.17109,
- "_IENLELMSQHGCNAWK_"
- ],
- [
- 36090,
- 3,
- 13,
- 6,
- 0.17109,
- "_LAGIENQSLDQTPQSHSSEQIQAIK_"
- ],
- [
- 2508,
- 2,
- 14,
- 4,
- 0.18532,
- "_EKLEDFFK_"
- ],
- [
- 7248,
- 2,
- 18,
- 6,
- 0.2423,
- "_FVMQEEFSR_"
- ],
- [
- 26380,
- 3,
- 15,
- 6,
- 0.19955,
- "_EAM(Oxidation (M))EDGEIDGNKVTLDWAKPK_"
- ],
- [
- 46712,
- 2,
- 18,
- 8,
- 0.2423,
- "_NTNDANSCQIIIPQNQVNR_"
- ],
- [
- 18331,
- 2,
- 5,
- 2,
- 0.057048,
- "_GIHYWEVELQK_"
- ],
- [
- 8585,
- 3,
- 7,
- 2,
- 0.08561,
- "_LHLGTTQNSLTEADFR_"
- ],
- [
- 36258,
- 2,
- 13,
- 5,
- 0.17109,
- "_SQMKEDPDMASAVAAIR_"
- ],
- [
- 12559,
- 3,
- 9,
- 4,
- 0.11409,
- "_EIGTHKPLPGITVGDIGPK_"
- ],
- [
- 2042,
- 2,
- 13,
- 3,
- 0.17109,
- "_ELEDFEMK_"
- ],
- [
- 47303,
- 2,
- 17,
- 6,
- 0.22807,
- "_AQCETLSPDGLPEEQPQTTK_"
- ],
- [
- 13258,
- 3,
- 13,
- 7,
- 0.17109,
- "_FYHDWNDKEIEVLNK_"
- ],
- [
- 39058,
- 2,
- 5,
- 2,
- 0.057048,
- "_MGMACGLESGSCSAEDLK_"
- ],
- [
- 4857,
- 2,
- 13,
- 2,
- 0.17109,
- "_GVAVDYLPER_"
- ],
- [
- 1387,
- 3,
- 22,
- 5,
- 0.29924,
- "_ILHCLGLAEEIQK_"
- ],
- [
- 26490,
- 2,
- 7,
- 2,
- 0.08561,
- "_ENKDTMDAINVLSK_"
- ],
- [
- 42927,
- 3,
- 10,
- 6,
- 0.12834,
- "_(Acetyl (Protein N-term))MEVAEPSSPTEEEEEEEEHSAEPRPR_"
- ],
- [
- 2695,
- 2,
- 13,
- 3,
- 0.17115,
- "_VIDVGSEWR_"
- ],
- [
- 20319,
- 2,
- 6,
- 4,
- 0.071342,
- "_IAAYLQSDQFCK_"
- ],
- [
- 30316,
- 2,
- 7,
- 3,
- 0.085657,
- "_VYAYYNLEESCTR_"
- ],
- [
- 25099,
- 2,
- 19,
- 4,
- 0.2566,
- "_HAPLADQILAGNAVR_"
- ],
- [
- 28091,
- 2,
- 15,
- 5,
- 0.19962,
- "_IEDLSQQAQLAAAEK_"
- ],
- [
- 22092,
- 2,
- 17,
- 6,
- 0.22812,
- "_DCEQAENWMAAR_"
- ],
- [
- 18100,
- 2,
- 15,
- 4,
- 0.19962,
- "_QFQLYEEPDTK_"
- ],
- [
- 21577,
- 2,
- 15,
- 4,
- 0.19962,
- "_MEIATKDPLNPIK_"
- ],
- [
- 12563,
- 2,
- 15,
- 4,
- 0.19962,
- "_SNDEEAFTFAR_"
- ],
- [
- 33712,
- 3,
- 12,
- 5,
- 0.1569,
- "_ALEEEEDDRPYDPEEEYDPER_"
- ],
- [
- 24455,
- 2,
- 10,
- 3,
- 0.12839,
- "_GPLFEDSPPCCPR_"
- ],
- [
- 12035,
- 2,
- 7,
- 2,
- 0.085657,
- "_DGDPLPSSLSCK_"
- ],
- [
- 10086,
- 2,
- 14,
- 3,
- 0.18539,
- "_LMQGDEICLR_"
- ],
- [
- 4157,
- 2,
- 10,
- 5,
- 0.12839,
- "_NCFASVFEK_"
- ],
- [
- 20560,
- 3,
- 16,
- 5,
- 0.21385,
- "_LTNENMEITSALQSEQHVK_"
- ],
- [
- 27030,
- 2,
- 16,
- 3,
- 0.21385,
- "_SQACGGNLGSIEELR_"
- ],
- [
- 22577,
- 2,
- 14,
- 5,
- 0.18539,
- "_SVYWENTLHTLK_"
- ],
- [
- 34656,
- 3,
- 14,
- 7,
- 0.18539,
- "_VLRPQVTAVAQQNQGEVPEPQDMK_"
- ],
- [
- 46077,
- 2,
- 11,
- 5,
- 0.14264,
- "_SGSHTVAVMNVGAPAAGMNAAVR_"
- ],
- [
- 28415,
- 3,
- 14,
- 6,
- 0.18539,
- "_DEPCSSTSRPALEEDVIYHVK_"
- ],
- [
- 27022,
- 2,
- 11,
- 5,
- 0.14264,
- "_NSVTPDMM(Oxidation (M))EEMYK_"
- ],
- [
- 25491,
- 2,
- 11,
- 4,
- 0.14264,
- "_NLMCELDEDCEK_"
- ],
- [
- 18413,
- 2,
- 8,
- 3,
- 0.099905,
- "_CVGAELGLDCPGR_"
- ],
- [
- 17000,
- 3,
- 11,
- 6,
- 0.14264,
- "_HMSADDLNDGFVLDKDDR_"
- ],
- [
- 2382,
- 3,
- 16,
- 5,
- 0.21385,
- "_KVAGMDVELTVEER_"
- ],
- [
- 18634,
- 4,
- 10,
- 4,
- 0.12839,
- "_PSSGCAQVLSHPGHTPVTSLAWAPSGGR_"
- ],
- [
- 22023,
- 2,
- 6,
- 2,
- 0.071342,
- "_ALQALQNEPIPER_"
- ],
- [
- 35758,
- 2,
- 12,
- 3,
- 0.1569,
- "_SANNTPENSPNFPNFR_"
- ],
- [
- 34637,
- 2,
- 15,
- 3,
- 0.19962,
- "_EALHELLCCTNVSTK_"
- ],
- [
- 36033,
- 2,
- 11,
- 5,
- 0.14264,
- "_FAEWCLEYGEHGCR_"
- ],
- [
- 6722,
- 2,
- 11,
- 5,
- 0.14264,
- "_VAASVLNPYVK_"
- ],
- [
- 15168,
- 4,
- 13,
- 6,
- 0.17115,
- "_SHFEQWGTLTDCVVMRDPNTKR_"
- ],
- [
- 37339,
- 2,
- 13,
- 4,
- 0.17114,
- "_QLNTAIAVSQMSSGQCR_"
- ],
- [
- 18778,
- 3,
- 13,
- 6,
- 0.17114,
- "_ASLLQNESTNEQLQIHYK_"
- ],
- [
- 552,
- 2,
- 20,
- 4,
- 0.27084,
- "_LVPVGYGIR_"
- ],
- [
- 7308,
- 4,
- 19,
- 6,
- 0.25661,
- "_RLEAELAAHEPAIQGVLDTGKK_"
- ],
- [
- 10217,
- 2,
- 13,
- 2,
- 0.17114,
- "_LFEASIETGDR_"
- ],
- [
- 1959,
- 4,
- 12,
- 5,
- 0.15688,
- "_EACHIIPHDFHLQAMVR_"
- ],
- [
- 36926,
- 3,
- 11,
- 4,
- 0.14263,
- "_ADAPDAGAQSDSELPSYHQNDVSLDR_"
- ],
- [
- 44946,
- 2,
- 11,
- 6,
- 0.14263,
- "_ASLLQNESTNEQLQIHYK_"
- ],
- [
- 48641,
- 2,
- 11,
- 6,
- 0.14263,
- "_EDEEESLNEVGYDDIGGCRK_"
- ],
- [
- 39566,
- 2,
- 12,
- 5,
- 0.15688,
- "_AAEINGEVDDDDAGGEWR_"
- ],
- [
- 46990,
- 2,
- 8,
- 3,
- 0.099895,
- "_TPAAPASPAAVPSEGSGGSTTGWR_"
- ],
- [
- 4623,
- 2,
- 11,
- 2,
- 0.14263,
- "_SLELIPLTAR_"
- ],
- [
- 36213,
- 3,
- 11,
- 5,
- 0.14263,
- "_TVLSSSLNNHPQTSVPNASALHPSLR_"
- ],
- [
- 13545,
- 2,
- 13,
- 3,
- 0.17114,
- "_EVLSMDDEIQK_"
- ],
- [
- 28836,
- 3,
- 13,
- 7,
- 0.17114,
- "_CESAPGCGVWQRPVIDNPNYK_"
- ],
- [
- 42494,
- 2,
- 10,
- 5,
- 0.12838,
- "_YHAAVLTNSAEWEAACVK_"
- ],
- [
- 46051,
- 2,
- 18,
- 5,
- 0.24236,
- "_MPCSEQNLYPVEDENGER_"
- ],
- [
- 1449,
- 2,
- 18,
- 4,
- 0.24236,
- "_ACDILAIDK_"
- ],
- [
- 12443,
- 3,
- 9,
- 3,
- 0.11414,
- "_ESCEVALDMYEHETGR_"
- ],
- [
- 39161,
- 2,
- 13,
- 2,
- 0.17114,
- "_AHVSPHEMLQAVVLCSK_"
- ],
- [
- 10297,
- 3,
- 16,
- 4,
- 0.21385,
- "_AEDFQIEGYNPHPTIK_"
- ],
- [
- 6982,
- 2,
- 17,
- 4,
- 0.22808,
- "_EPLVATNLPGR_"
- ],
- [
- 7110,
- 2,
- 16,
- 3,
- 0.21385,
- "_TAEELMNFSK_"
- ],
- [
- 5388,
- 2,
- 14,
- 3,
- 0.18539,
- "_LGGSAVISLEGK_"
- ],
- [
- 16283,
- 2,
- 10,
- 4,
- 0.12838,
- "_EGADEEEWVVAK_"
- ],
- [
- 26176,
- 2,
- 9,
- 3,
- 0.11414,
- "_ESFLVTGSQDCTVK_"
- ],
- [
- 39919,
- 2,
- 15,
- 5,
- 0.19963,
- "_IENLELMSQHGCNAWK_"
- ],
- [
- 28802,
- 2,
- 28,
- 3,
- 0.38475,
- "_TLQEVTQLSQEAQR_"
- ],
- [
- 24974,
- 3,
- 13,
- 6,
- 0.17114,
- "_EDEEESLNEVGYDDIGGCRK_"
- ],
- [
- 37536,
- 2,
- 9,
- 2,
- 0.11414,
- "_HIISATSLSTSPTELGSR_"
- ],
- [
- 6536,
- 3,
- 22,
- 3,
- 0.29931,
- "_KFDFDACNEVPPAPK_"
- ],
- [
- 17710,
- 2,
- 13,
- 5,
- 0.17114,
- "_ACDMHVADMLVK_"
- ],
- [
- 9548,
- 3,
- 16,
- 6,
- 0.21385,
- "_TYFPHFDLSHGSAQVK_"
- ],
- [
- 34224,
- 3,
- 10,
- 2,
- 0.12838,
- "_CSLQAAAILDANDAHQTETSSSQVK_"
- ],
- [
- 25044,
- 2,
- 10,
- 2,
- 0.12838,
- "_KTQEQLEVLESLK_"
- ],
- [
- 29577,
- 3,
- 16,
- 2,
- 0.21388,
- "_HSSTEVLLSVTGEQYGRPISGQK_"
- ],
- [
- 653,
- 2,
- 8,
- 4,
- 0.099831,
- "_WALHILAR_"
- ],
- [
- 35540,
- 3,
- 11,
- 6,
- 0.14263,
- "_SRPNASGGAACSGPGPEPAVFCEPVVK_"
- ],
- [
- 9109,
- 3,
- 19,
- 5,
- 0.25661,
- "_PPSAFFLFCSEHRPK_"
- ],
- [
- 38591,
- 2,
- 12,
- 2,
- 0.15688,
- "_NLVGALDEGDGESAAGSGGGR_"
- ],
- [
- 11910,
- 3,
- 16,
- 7,
- 0.21388,
- "_LPGGELNPGEDEVEGLKR_"
- ],
- [
- 576,
- 2,
- 15,
- 3,
- 0.19964,
- "_DMVVDIQR_"
- ],
- [
- 33223,
- 4,
- 10,
- 6,
- 0.12839,
- "_SETEIPTCGSALNQTTESSQSFVAVHHSEEGR_"
- ],
- [
- 27088,
- 2,
- 11,
- 3,
- 0.14263,
- "_LQESGQVTISELCK_"
- ],
- [
- 9244,
- 2,
- 13,
- 3,
- 0.17113,
- "_NWADVQSQLR_"
- ],
- [
- 41705,
- 2,
- 17,
- 6,
- 0.2281,
- "_GNIDGNVSCSENLVANTAR_"
- ],
- [
- 38665,
- 2,
- 21,
- 6,
- 0.28509,
- "_ALVNCQYSSATFSTGER_"
- ],
- [
- 9239,
- 3,
- 13,
- 5,
- 0.17113,
- "_KLLSSDRNPPIDDLIK_"
- ],
- [
- 16368,
- 3,
- 12,
- 6,
- 0.15688,
- "_KPYVLNDLEAEASLPEKK_"
- ],
- [
- 26109,
- 2,
- 12,
- 5,
- 0.15688,
- "_NYPATVHGALLSGLR_"
- ],
- [
- 26416,
- 2,
- 18,
- 5,
- 0.24234,
- "_KVAGMDVELTVEER_"
- ],
- [
- 29108,
- 2,
- 13,
- 4,
- 0.17113,
- "_DVLSNAHIQNELER_"
- ],
- [
- 33083,
- 2,
- 24,
- 4,
- 0.3278,
- "_KFDFDACNEVPPAPK_"
- ],
- [
- 29457,
- 2,
- 13,
- 7,
- 0.17113,
- "_ASFENNCEIGCFAK_"
- ],
- [
- 5043,
- 2,
- 10,
- 3,
- 0.12839,
- "_DRYGVFPLR_"
- ],
- [
- 43350,
- 2,
- 9,
- 2,
- 0.11415,
- "_SSSSQVVGPVQEEEYVAEK_"
- ],
- [
- 34554,
- 4,
- 11,
- 4,
- 0.14263,
- "_DSGHGSTSVDSEGFSIPDTGSHCSSEYAASSPGDR_"
- ],
- [
- 11292,
- 2,
- 9,
- 2,
- 0.11415,
- "_ITENSIVENLK_"
- ],
- [
- 20707,
- 2,
- 14,
- 3,
- 0.18539,
- "_FMATLGPEEEAEK_"
- ],
- [
- 44844,
- 3,
- 10,
- 5,
- 0.12839,
- "_ELSPDAAAYCCSACHGDETWSYNHPIR_"
- ],
- [
- 11805,
- 3,
- 14,
- 3,
- 0.18539,
- "_AHVSPHEMLQAVVLCSK_"
- ],
- [
- 9794,
- 2,
- 11,
- 3,
- 0.14263,
- "_EQMLNEPLVR_"
- ],
- [
- 44497,
- 2,
- 12,
- 4,
- 0.15688,
- "_DYQTSPLLETQAEDHPPR_"
- ],
- [
- 15620,
- 2,
- 14,
- 4,
- 0.18539,
- "_DELADEIANSSGK_"
- ],
- [
- 4655,
- 3,
- 19,
- 3,
- 0.25661,
- "_KPEVASWVHFDNLK_"
- ],
- [
- 45870,
- 2,
- 20,
- 6,
- 0.27086,
- "_QEASNLLQESNCSQYMEK_"
- ],
- [
- 8851,
- 2,
- 14,
- 3,
- 0.18539,
- "_DSTGHVGFIFK_"
- ],
- [
- 17327,
- 3,
- 14,
- 3,
- 0.18539,
- "_HAQPPPIPVQNDPELYEK_"
- ],
- [
- 23332,
- 2,
- 7,
- 2,
- 0.085561,
- "_SESSGILPNTTDMR_"
- ],
- [
- 6408,
- 2,
- 11,
- 4,
- 0.14263,
- "_FVLHAVQLVK_"
- ],
- [
- 1615,
- 2,
- 13,
- 4,
- 0.17113,
- "_EMDDFLQK_"
- ],
- [
- 6011,
- 4,
- 15,
- 5,
- 0.19964,
- "_EFGSVDDENKPIWMHAEER_"
- ],
- [
- 38912,
- 2,
- 11,
- 4,
- 0.14263,
- "_VQAELQHCWALQMQR_"
- ],
- [
- 8566,
- 2,
- 13,
- 3,
- 0.17113,
- "_TNPSVSSLLQR_"
- ],
- [
- 28307,
- 3,
- 8,
- 3,
- 0.099831,
- "_NCEVPEEPEDEDLVHPTYEK_"
- ],
- [
- 26751,
- 4,
- 9,
- 6,
- 0.11415,
- "_ELSPDAAAYCCSACHGDETWSYNHPIR_"
- ],
- [
- 47252,
- 2,
- 11,
- 2,
- 0.14263,
- "_EAASSSSGTQPAPPAPASPWDSK_"
- ],
- [
- 636,
- 2,
- 12,
- 4,
- 0.15688,
- "_QLLDFSQK_"
- ],
- [
- 33908,
- 2,
- 11,
- 3,
- 0.14262,
- "_EEGEEGISFDTEEER_"
- ],
- [
- 35581,
- 2,
- 13,
- 4,
- 0.1711,
- "_SAVDYNTCAGVWSQDK_"
- ],
- [
- 3462,
- 4,
- 11,
- 4,
- 0.14262,
- "_LYDKIDPEKLSVNSHFMK_"
- ],
- [
- 26973,
- 3,
- 11,
- 5,
- 0.14262,
- "_YGEYICDKTDEDVCSLECK_"
- ],
- [
- 25596,
- 2,
- 5,
- 3,
- 0.05701,
- "_DDILNGSHPVSFEK_"
- ],
- [
- 4739,
- 3,
- 10,
- 3,
- 0.12837,
- "_TVSSEDVAEMHNILK_"
- ],
- [
- 32763,
- 3,
- 12,
- 6,
- 0.15686,
- "_SEEVTREEMAAAGLTVTVTHSNEK_"
- ],
- [
- 4492,
- 2,
- 22,
- 3,
- 0.32779,
- "_LMEEIMSEK_"
- ],
- [
- 43230,
- 2,
- 10,
- 4,
- 0.12837,
- "_EMGFGHYEEEESCWEK_"
- ],
- [
- 14357,
- 3,
- 13,
- 4,
- 0.1711,
- "_SNPGGFGIAPHCLDEGTVR_"
- ],
- [
- 22169,
- 3,
- 10,
- 7,
- 0.12837,
- "_SISSPSVSSETMDKPVDLSTR_"
- ],
- [
- 36491,
- 2,
- 10,
- 4,
- 0.12837,
- "_YNFHGTAEQDLPFCK_"
- ],
- [
- 5890,
- 2,
- 11,
- 2,
- 0.14262,
- "_INLQGDIVDR_"
- ],
- [
- 35275,
- 3,
- 9,
- 6,
- 0.11406,
- "_IHGLDWHPDSEHILATSSQDNSVK_"
- ],
- [
- 18518,
- 2,
- 11,
- 5,
- 0.14262,
- "_GALYCELCYEK_"
- ],
- [
- 7096,
- 3,
- 14,
- 4,
- 0.18535,
- "_(Acetyl (Protein N-term))MMGHRPVLVLSQNTK_"
- ],
- [
- 22621,
- 2,
- 20,
- 6,
- 0.27084,
- "_TALINSTGEEVAMR_"
- ],
- [
- 27271,
- 2,
- 16,
- 4,
- 0.21387,
- "_EYQLVVQTTTEER_"
- ],
- [
- 807,
- 2,
- 16,
- 4,
- 0.21387,
- "_AMADALLER_"
- ],
- [
- 23866,
- 2,
- 15,
- 3,
- 0.19961,
- "_ETENDDLTNVIQK_"
- ],
- [
- 855,
- 2,
- 15,
- 3,
- 0.19961,
- "_IFSIVEQR_"
- ],
- [
- 1037,
- 2,
- 8,
- 4,
- 0.099788,
- "_LDILDQER_"
- ],
- [
- 30020,
- 2,
- 17,
- 5,
- 0.2281,
- "_DVVICPDASLEDAKK_"
- ],
- [
- 16855,
- 2,
- 13,
- 3,
- 0.1711,
- "_EFELEESYNGR_"
- ],
- [
- 1187,
- 4,
- 19,
- 4,
- 0.25656,
- "_LLQEHSGIFGFSVSHTTR_"
- ],
- [
- 4653,
- 3,
- 14,
- 3,
- 0.18535,
- "_LQWLHQQELSEMK_"
- ],
- [
- 37594,
- 2,
- 14,
- 4,
- 0.18535,
- "_AEDFQIEGYNPHPTIK_"
- ],
- [
- 4055,
- 2,
- 14,
- 2,
- 0.18535,
- "_VGTAQLALVAR_"
- ],
- [
- 18975,
- 3,
- 16,
- 7,
- 0.21387,
- "_GSYTAQFEHTILLRPTCK_"
- ],
- [
- 4641,
- 2,
- 14,
- 3,
- 0.18535,
- "_EALEEFYGR_"
- ],
- [
- 2954,
- 2,
- 14,
- 4,
- 0.18535,
- "_ALNMAIPGGPK_"
- ],
- [
- 20418,
- 3,
- 14,
- 6,
- 0.18535,
- "_SGSHTVAVMNVGAPAAGMNAAVR_"
- ],
- [
- 24848,
- 3,
- 18,
- 5,
- 0.24233,
- "_KSESEVEEAAAIIAQRPDNPR_"
- ],
- [
- 49340,
- 2,
- 14,
- 5,
- 0.18535,
- "_QPGPVTNGQLQQPTTGAASGGYIK_"
- ],
- [
- 8735,
- 2,
- 13,
- 4,
- 0.1711,
- "_NFMESVPEPR_"
- ],
- [
- 43612,
- 2,
- 18,
- 6,
- 0.24233,
- "_AEASIQAGAGDGEWEESEVK_"
- ],
- [
- 35285,
- 2,
- 7,
- 3,
- 0.085525,
- "_SQETGDLDVGGLQETDK_"
- ],
- [
- 14535,
- 2,
- 12,
- 2,
- 0.15687,
- "_GNEVLYNGFTGR_"
- ],
- [
- 36216,
- 2,
- 9,
- 5,
- 0.11404,
- "_QGQISSNYDDAMQFSK_"
- ],
- [
- 45413,
- 2,
- 17,
- 5,
- 0.22812,
- "_PAPVAQPPAAAPPSAVGSSAAAPR_"
- ],
- [
- 18907,
- 2,
- 9,
- 3,
- 0.11404,
- "_LPNLECIQNANK_"
- ],
- [
- 28788,
- 2,
- 9,
- 2,
- 0.11404,
- "_EDEQQQALQDIASR_"
- ],
- [
- 20764,
- 2,
- 12,
- 4,
- 0.15687,
- "_QAMHEGLLMPVVK_"
- ],
- [
- 14940,
- 2,
- 11,
- 2,
- 0.14262,
- "_TGAELVTCGSVLK_"
- ],
- [
- 24322,
- 2,
- 11,
- 4,
- 0.14262,
- "_VESEQQYFEIEK_"
- ],
- [
- 24692,
- 2,
- 13,
- 4,
- 0.17111,
- "_CADVTLEGQVYPGK_"
- ],
- [
- 43481,
- 2,
- 18,
- 4,
- 0.24235,
- "_LASQGDSISSQLGPIHPPPR_"
- ],
- [
- 7398,
- 4,
- 17,
- 6,
- 0.22812,
- "_AVAFQNPQTHVIENLHAAAYR_"
- ],
- [
- 4316,
- 2,
- 18,
- 4,
- 0.24235,
- "_GYGFIEYEK_"
- ],
- [
- 5247,
- 2,
- 12,
- 5,
- 0.15687,
- "_ALTGGIAHLFK_"
- ],
- [
- 27092,
- 3,
- 8,
- 6,
- 0.099774,
- "_SEITNQLSVSDINSQSVGGARPK_"
- ],
- [
- 17829,
- 3,
- 18,
- 8,
- 0.24235,
- "_YGMNPHQTPAQLYTLQPK_"
- ],
- [
- 36041,
- 2,
- 12,
- 5,
- 0.15687,
- "_NVSGISFTENMGSSQQK_"
- ],
- [
- 8704,
- 2,
- 7,
- 3,
- 0.085541,
- "_LCDSGELVAIK_"
- ],
- [
- 3533,
- 2,
- 7,
- 2,
- 0.085541,
- "_ALLNVVDNAR_"
- ],
- [
- 33253,
- 2,
- 12,
- 4,
- 0.15687,
- "_VEHLEEGPMIEQLSK_"
- ],
- [
- 8921,
- 3,
- 17,
- 7,
- 0.22812,
- "_FAEWCLEYGEHGCR_"
- ],
- [
- 46136,
- 2,
- 10,
- 4,
- 0.12831,
- "_GPVSGTEPEPVYSM(Oxidation (M))EAADYR_"
- ],
- [
- 11016,
- 3,
- 11,
- 4,
- 0.14262,
- "_DLEDEVVVSYSHPHVR_"
- ],
- [
- 17336,
- 2,
- 10,
- 2,
- 0.12831,
- "_TAVAPSAVNLADPR_"
- ],
- [
- 32077,
- 2,
- 14,
- 5,
- 0.18535,
- "_TKEYELLSDELNQK_"
- ],
- [
- 6312,
- 3,
- 14,
- 6,
- 0.18535,
- "_HTTSIFDDFSHYEK_"
- ],
- [
- 6483,
- 3,
- 10,
- 3,
- 0.12831,
- "_FVQHDAVEGILIVHR_"
- ],
- [
- 32611,
- 2,
- 10,
- 5,
- 0.12831,
- "_LTELSMQDEELMKR_"
- ],
- [
- 40172,
- 2,
- 10,
- 3,
- 0.12831,
- "_MMETMDQGDVIIRPSSK_"
- ],
- [
- 25486,
- 3,
- 26,
- 8,
- 0.35628,
- "_QPYAVSELAGHQTSAESWGTGR_"
- ],
- [
- 11534,
- 3,
- 15,
- 5,
- 0.1996,
- "_HDGSEPCVDVLFGDGHR_"
- ],
- [
- 50503,
- 2,
- 10,
- 6,
- 0.12831,
- "_PSAAAPQAENGPAAAPAVAAPAATEAPK_"
- ],
- [
- 34505,
- 2,
- 14,
- 4,
- 0.18535,
- "_SEDTAVQHGLEGLSISK_"
- ],
- [
- 1776,
- 2,
- 21,
- 5,
- 0.28509,
- "_ATTITSVLPK_"
- ],
- [
- 16241,
- 2,
- 11,
- 5,
- 0.14262,
- "_AALEALGSCLNNK_"
- ],
- [
- 258,
- 2,
- 9,
- 2,
- 0.11404,
- "_MTLADIER_"
- ],
- [
- 2275,
- 3,
- 15,
- 5,
- 0.1996,
- "_LQWQSTLGHCVLK_"
- ],
- [
- 2606,
- 2,
- 16,
- 4,
- 0.21386,
- "_EYTLDVYR_"
- ],
- [
- 24393,
- 2,
- 13,
- 5,
- 0.17111,
- "_EKEELVLELQTAK_"
- ],
- [
- 1715,
- 3,
- 11,
- 4,
- 0.14262,
- "_APIQDIWYHEDR_"
- ],
- [
- 43871,
- 2,
- 16,
- 3,
- 0.21386,
- "_HAQPPPIPVQNDPELYEK_"
- ],
- [
- 24210,
- 3,
- 16,
- 6,
- 0.21386,
- "_EFGSVDDENKPIWMHAEER_"
- ],
- [
- 3037,
- 2,
- 17,
- 5,
- 0.22812,
- "_FVDGEWYR_"
- ],
- [
- 28602,
- 4,
- 17,
- 8,
- 0.22812,
- "_AAHVLMPHESTVEHTHVDINEMESPLATR_"
- ],
- [
- 26324,
- 3,
- 7,
- 3,
- 0.085499,
- "_TALLHALASSDGVQIHNTENIR_"
- ],
- [
- 34761,
- 2,
- 9,
- 3,
- 0.11401,
- "_VDSANALANGLIAGGHAAR_"
- ],
- [
- 3231,
- 3,
- 12,
- 2,
- 0.15686,
- "_EPMKDDITGEPLIR_"
- ],
- [
- 12935,
- 3,
- 12,
- 5,
- 0.15686,
- "_LKSPQAVLQLGVNNEDSK_"
- ],
- [
- 42355,
- 3,
- 10,
- 4,
- 0.12828,
- "_EENAGAEAAQSLSHEQPQDSSEAGAAALPR_"
- ],
- [
- 28834,
- 2,
- 6,
- 4,
- 0.071204,
- "_DYQTLPDGHMPAMR_"
- ],
- [
- 15985,
- 2,
- 9,
- 4,
- 0.11401,
- "_NAGSDPVVIVSAAR_"
- ],
- [
- 2162,
- 2,
- 9,
- 2,
- 0.11401,
- "_QALEGLGDLK_"
- ],
- [
- 42583,
- 2,
- 11,
- 6,
- 0.14255,
- "_NCFLCATVTTERPVQVK_"
- ],
- [
- 47603,
- 2,
- 13,
- 5,
- 0.17111,
- "_EETQSCPNSLEDNNLQLEK_"
- ],
- [
- 18378,
- 2,
- 9,
- 5,
- 0.11401,
- "_ISGAIGPCVSLNSK_"
- ],
- [
- 10399,
- 2,
- 11,
- 2,
- 0.14255,
- "_NQNEALLQAIK_"
- ],
- [
- 24356,
- 2,
- 10,
- 4,
- 0.12828,
- "_SDCSLFMFGSHNK_"
- ],
- [
- 43627,
- 2,
- 12,
- 5,
- 0.15686,
- "_SLGNVIHPDVVVNGGQDQSK_"
- ],
- [
- 28525,
- 2,
- 10,
- 2,
- 0.12828,
- "_FHNCLIQLYCEK_"
- ],
- [
- 5058,
- 2,
- 10,
- 3,
- 0.12828,
- "_CSLLDCDLK_"
- ],
- [
- 7634,
- 3,
- 13,
- 6,
- 0.17111,
- "_NGIGIHEHASIDLPGIK_"
- ],
- [
- 7711,
- 3,
- 7,
- 2,
- 0.085499,
- "_LHDFQDEIVENSVTK_"
- ],
- [
- 22036,
- 3,
- 9,
- 2,
- 0.11401,
- "_VHLDIQVGEHANNYPEIAAK_"
- ],
- [
- 26024,
- 3,
- 15,
- 6,
- 0.19959,
- "_AVAFQNPQTHVIENLHAAAYR_"
- ],
- [
- 585,
- 3,
- 16,
- 5,
- 0.21384,
- "_YLRPPNTSLFVR_"
- ],
- [
- 42279,
- 2,
- 16,
- 6,
- 0.21384,
- "_QYGQTVATYESCSTAAFK_"
- ],
- [
- 9834,
- 2,
- 14,
- 2,
- 0.18535,
- "_EGNQIPGFPDR_"
- ],
- [
- 39630,
- 2,
- 15,
- 5,
- 0.19959,
- "_SQSSHSYDDSTLPLIDR_"
- ],
- [
- 4388,
- 3,
- 18,
- 7,
- 0.24236,
- "_DVVICPDASLEDAKK_"
- ],
- [
- 44249,
- 2,
- 18,
- 3,
- 0.24236,
- "_YGMNPHQTPAQLYTLQPK_"
- ],
- [
- 9609,
- 2,
- 19,
- 3,
- 0.25659,
- "_QPLLGPPESMR_"
- ],
- [
- 6790,
- 2,
- 20,
- 4,
- 0.27082,
- "_GVGSGGQGPPPPR_"
- ],
- [
- 39256,
- 2,
- 14,
- 6,
- 0.18535,
- "_TQCPTCCVTVTEPDLK_"
- ],
- [
- 17321,
- 3,
- 15,
- 6,
- 0.19959,
- "_LAASGEGGLQELSGHFENQK_"
- ],
- [
- 48410,
- 2,
- 13,
- 5,
- 0.17111,
- "_DKLAQQQAAAAAAAAAAASQQGSAK_"
- ],
- [
- 7014,
- 2,
- 14,
- 4,
- 0.18535,
- "_FGEVVDCTLK_"
- ],
- [
- 27345,
- 3,
- 13,
- 4,
- 0.17111,
- "_DVLPDKPAPGAVNVPAAGSHLGQGK_"
- ],
- [
- 38420,
- 2,
- 15,
- 5,
- 0.19959,
- "_LKDEDDEDDCFILEK_"
- ],
- [
- 39780,
- 2,
- 14,
- 5,
- 0.18535,
- "_ESCEVALDMYEHETGR_"
- ],
- [
- 17015,
- 3,
- 14,
- 6,
- 0.18535,
- "_SLGNVIHPDVVVNGGQDQSK_"
- ],
- [
- 40868,
- 2,
- 15,
- 7,
- 0.19959,
- "_SPAVATSTAAPPPPSSPLPSK_"
- ],
- [
- 6220,
- 2,
- 13,
- 2,
- 0.17111,
- "_MELQEMQLK_"
- ],
- [
- 12268,
- 2,
- 31,
- 5,
- 0.42746,
- "_LMIEMDGTENK_"
- ],
- [
- 34820,
- 2,
- 12,
- 5,
- 0.1568,
- "_DNEVDGQDYHFVVSR_"
- ],
- [
- 5872,
- 3,
- 12,
- 6,
- 0.1568,
- "_YAEIVHLTLPDGTKR_"
- ],
- [
- 28891,
- 2,
- 12,
- 2,
- 0.1568,
- "_TNPSPTNPFSSDLQK_"
- ],
- [
- 42017,
- 2,
- 12,
- 3,
- 0.1568,
- "_QPPYYSCQCAPPFSGSR_"
- ],
- [
- 8955,
- 3,
- 12,
- 2,
- 0.1568,
- "_KTDPSSLGATSASFNFGK_"
- ],
- [
- 10789,
- 2,
- 17,
- 4,
- 0.22809,
- "_GGYIGSTYFER_"
- ],
- [
- 13468,
- 2,
- 16,
- 4,
- 0.21384,
- "_FLIPNASQAESK_"
- ],
- [
- 31577,
- 2,
- 16,
- 6,
- 0.21384,
- "_GYFEYIEENKYSR_"
- ],
- [
- 19727,
- 4,
- 16,
- 5,
- 0.21384,
- "_TVQHQDCSPLSGDYVIEDVQGDDKR_"
- ],
- [
- 2282,
- 2,
- 14,
- 2,
- 0.18536,
- "_FFTNFESR_"
- ],
- [
- 29489,
- 3,
- 11,
- 5,
- 0.14253,
- "_LYHDPNVNGGTELEPVEGNPYR_"
- ],
- [
- 13346,
- 3,
- 9,
- 3,
- 0.11403,
- "_IHQDGIHILVNMNGYTK_"
- ],
- [
- 26095,
- 2,
- 8,
- 3,
- 0.099748,
- "_REDVSGIASCVFTK_"
- ],
- [
- 39390,
- 2,
- 9,
- 5,
- 0.11403,
- "_ILCHMQLSSAQVEQLR_"
- ],
- [
- 25376,
- 2,
- 7,
- 2,
- 0.085453,
- "_WNENVQYLSEDR_"
- ],
- [
- 50879,
- 2,
- 9,
- 3,
- 0.11403,
- "_TEAASDPQHPAASEGAAAAAASPPLLR_"
- ],
- [
- 18639,
- 2,
- 7,
- 3,
- 0.085453,
- "_KLDDFVETGDIR_"
- ],
- [
- 10167,
- 2,
- 12,
- 4,
- 0.1568,
- "_ILDDWGETCK_"
- ],
- [
- 25292,
- 2,
- 21,
- 6,
- 0.28507,
- "_YYTSASGDEMVSLK_"
- ],
- [
- 16816,
- 3,
- 21,
- 3,
- 0.28507,
- "_LASQGDSISSQLGPIHPPPR_"
- ],
- [
- 6243,
- 2,
- 10,
- 4,
- 0.12826,
- "_LGTLSPAFSTR_"
- ],
- [
- 10061,
- 2,
- 11,
- 5,
- 0.14253,
- "_ILYLTPEQEK_"
- ],
- [
- 22796,
- 2,
- 11,
- 2,
- 0.14253,
- "_YGYTHLSTGDLLR_"
- ],
- [
- 26712,
- 3,
- 11,
- 3,
- 0.14253,
- "_LTTIAHNMSGPNSSSEWSIEGR_"
- ],
- [
- 27506,
- 2,
- 18,
- 5,
- 0.24235,
- "_FPSLLTHNENMVAK_"
- ],
- [
- 35760,
- 2,
- 10,
- 4,
- 0.12826,
- "_GGTFTDVFAQCPGGHVR_"
- ],
- [
- 19010,
- 2,
- 31,
- 5,
- 0.42747,
- "_TGQPMIHIYLDK_"
- ],
- [
- 8259,
- 2,
- 8,
- 4,
- 0.099748,
- "_YVVAVGLECGK_"
- ],
- [
- 30418,
- 2,
- 15,
- 3,
- 0.1996,
- "_LQWLHQQELSEMK_"
- ],
- [
- 27395,
- 2,
- 14,
- 4,
- 0.18536,
- "_SGGEQAQDWDALPPK_"
- ],
- [
- 23357,
- 2,
- 15,
- 5,
- 0.1996,
- "_TYNASITLQQQLK_"
- ],
- [
- 12765,
- 2,
- 15,
- 5,
- 0.1996,
- "_LGGEVSCLVAGTK_"
- ],
- [
- 21047,
- 2,
- 14,
- 4,
- 0.18536,
- "_NAIANASTLAEVER_"
- ],
- [
- 8540,
- 3,
- 14,
- 3,
- 0.18536,
- "_YLMDEGAHLHIYDPK_"
- ],
- [
- 27988,
- 3,
- 14,
- 7,
- 0.18536,
- "_ICANHYITPMMELKPNAGSDR_"
- ],
- [
- 5494,
- 3,
- 15,
- 4,
- 0.1996,
- "_SILCQYPASLPDAHK_"
- ],
- [
- 8930,
- 4,
- 15,
- 8,
- 0.19961,
- "_ICANHYITPMMELKPNAGSDR_"
- ],
- [
- 27782,
- 2,
- 15,
- 5,
- 0.19961,
- "_(Acetyl (Protein N-term))ADKEAAFDDAVEER_"
- ],
- [
- 15727,
- 2,
- 8,
- 5,
- 0.099709,
- "_ENATVAHLVGALR_"
- ],
- [
- 22356,
- 2,
- 14,
- 2,
- 0.18537,
- "_EIDDEANSYFQR_"
- ],
- [
- 5929,
- 3,
- 23,
- 5,
- 0.31356,
- "_THPVEIFYTPEPER_"
- ],
- [
- 35565,
- 2,
- 12,
- 5,
- 0.15678,
- "_SAGFHPSGSVLAVGTVTGR_"
- ],
- [
- 4167,
- 3,
- 19,
- 3,
- 0.25661,
- "_EDLHILFSNHGEIK_"
- ],
- [
- 42566,
- 2,
- 12,
- 5,
- 0.15678,
- "_SFISISNSSSAENDNYCK_"
- ],
- [
- 3091,
- 2,
- 15,
- 3,
- 0.19961,
- "_VPEWVDTVK_"
- ],
- [
- 29799,
- 2,
- 11,
- 4,
- 0.14252,
- "_FNSQPVGDCDFNVR_"
- ],
- [
- 23411,
- 3,
- 11,
- 5,
- 0.14252,
- "_IFCCHGGLSPDLQSM(Oxidation (M))EQIR_"
- ],
- [
- 23618,
- 2,
- 19,
- 5,
- 0.25661,
- "_DPEGFVGHPVNAFK_"
- ],
- [
- 16683,
- 3,
- 12,
- 3,
- 0.15678,
- "_SLSAVPDIGQCHQDELER_"
- ],
- [
- 7183,
- 3,
- 16,
- 4,
- 0.21385,
- "_TAASGIPYHSEVPVSLK_"
- ],
- [
- 13177,
- 2,
- 12,
- 5,
- 0.15678,
- "_YQETFNVIER_"
- ],
- [
- 29697,
- 2,
- 21,
- 6,
- 0.2851,
- "_EDLHILFSNHGEIK_"
- ],
- [
- 5772,
- 2,
- 11,
- 4,
- 0.14252,
- "_LLAETVAPAVR_"
- ],
- [
- 41086,
- 3,
- 20,
- 6,
- 0.27086,
- "_HVNGQDQIVPGLYACGEAACASVHGANR_"
- ],
- [
- 9919,
- 2,
- 7,
- 2,
- 0.085471,
- "_CPICVPCGLR_"
- ],
- [
- 21788,
- 2,
- 21,
- 6,
- 0.2851,
- "_NTFELITVRPQR_"
- ],
- [
- 2460,
- 2,
- 11,
- 5,
- 0.14252,
- "_QIFNGTFVK_"
- ],
- [
- 11842,
- 3,
- 18,
- 6,
- 0.24235,
- "_KQGGLGPMNIPLVSDPKR_"
- ],
- [
- 12355,
- 3,
- 10,
- 4,
- 0.12828,
- "_KPQLELAMVPHYGGINR_"
- ],
- [
- 21668,
- 2,
- 11,
- 2,
- 0.14252,
- "_CFQPPIHQSLASS_"
- ],
- [
- 138,
- 3,
- 15,
- 5,
- 0.19961,
- "_ADTLDPALLRPGR_"
- ],
- [
- 13682,
- 2,
- 16,
- 5,
- 0.21385,
- "_DADDAVYELNGK_"
- ],
- [
- 17470,
- 2,
- 10,
- 4,
- 0.12828,
- "_QILMASGSTTFTK_"
- ],
- [
- 29335,
- 2,
- 15,
- 2,
- 0.19961,
- "_YSESAGGFYYVESGK_"
- ],
- [
- 7416,
- 2,
- 16,
- 3,
- 0.21385,
- "_QPNPPLILQR_"
- ],
- [
- 25768,
- 3,
- 10,
- 6,
- 0.12828,
- "_REDEEESLNEVGYDDIGGCR_"
- ],
- [
- 25129,
- 2,
- 14,
- 4,
- 0.18537,
- "_SSLGSLQTPEAVTTR_"
- ],
- [
- 49411,
- 2,
- 17,
- 3,
- 0.2281,
- "_IESPDSSSSSLSSGSSPPGSLPSAR_"
- ],
- [
- 33758,
- 3,
- 13,
- 5,
- 0.17105,
- "_HTHLDDPIAEVEPTDSEPYSCSK_"
- ],
- [
- 35099,
- 2,
- 17,
- 4,
- 0.2281,
- "_STTSDIPHMLNQVESK_"
- ],
- [
- 33934,
- 2,
- 13,
- 6,
- 0.17105,
- "_TAASGIPYHSEVPVSLK_"
- ],
- [
- 15955,
- 3,
- 13,
- 8,
- 0.17105,
- "_YEDICPSTHNMDVPNIK_"
- ],
- [
- 2358,
- 2,
- 13,
- 5,
- 0.17102,
- "_NFEWVAER_"
- ],
- [
- 31286,
- 4,
- 18,
- 9,
- 0.24233,
- "_CGSGPVHISGQHLVAVEEDAESEDEEEEDVK_"
- ],
- [
- 32762,
- 3,
- 13,
- 5,
- 0.17102,
- "_HHLDLGHNSQAYEALTQIPDSSR_"
- ],
- [
- 30546,
- 2,
- 14,
- 5,
- 0.18529,
- "_TVSSEDVAEMHNILK_"
- ],
- [
- 32570,
- 4,
- 13,
- 7,
- 0.17102,
- "_THSLLGSGTTEENKENDLRPSLPQSYAATVAR_"
- ],
- [
- 31827,
- 4,
- 18,
- 5,
- 0.24233,
- "_DEYVHDFEGQPSLSTEGHSIQTIQHPPSNR_"
- ],
- [
- 50285,
- 2,
- 12,
- 4,
- 0.15675,
- "_LYHDPNVNGGTELEPVEGNPYR_"
- ],
- [
- 12999,
- 4,
- 17,
- 5,
- 0.22809,
- "_HHLDLGHNSQAYEALTQIPDSSR_"
- ],
- [
- 5228,
- 4,
- 14,
- 4,
- 0.18529,
- "_PATEAELLTCHSAEYVGHLR_"
- ],
- [
- 2712,
- 2,
- 10,
- 3,
- 0.12824,
- "_LLNYAPLEK_"
- ],
- [
- 36565,
- 2,
- 12,
- 4,
- 0.15675,
- "_ASPNSDDTVLSPQELQK_"
- ],
- [
- 15514,
- 3,
- 12,
- 6,
- 0.15675,
- "_QVKPYVEEGLHPQIIIR_"
- ],
- [
- 1763,
- 2,
- 12,
- 3,
- 0.15675,
- "_EGASILLDGR_"
- ],
- [
- 22384,
- 2,
- 10,
- 3,
- 0.12824,
- "_EFNPTKPLLSVNK_"
- ],
- [
- 26392,
- 2,
- 9,
- 5,
- 0.11394,
- "_DPVTIDCGHVFCR_"
- ],
- [
- 43863,
- 2,
- 15,
- 6,
- 0.1996,
- "_LAASGEGGLQELSGHFENQK_"
- ],
- [
- 22090,
- 3,
- 16,
- 4,
- 0.21385,
- "_NPPNQSSNERPPSLLVIETK_"
- ],
- [
- 48287,
- 3,
- 14,
- 9,
- 0.18529,
- "_QLSQATAAATNHTTDNGVGPEEESVDPNQYYK_"
- ],
- [
- 6320,
- 2,
- 24,
- 5,
- 0.32779,
- "_ESYSIYVYK_"
- ],
- [
- 13400,
- 3,
- 12,
- 6,
- 0.15675,
- "_QHTTTNVFHFTFMSEK_"
- ],
- [
- 42180,
- 2,
- 13,
- 4,
- 0.17102,
- "_NLDSTTVAIHDEEIYCK_"
- ],
- [
- 21285,
- 2,
- 24,
- 5,
- 0.32779,
- "_SPYQEFTDHLVK_"
- ],
- [
- 36837,
- 2,
- 14,
- 6,
- 0.18529,
- "_LEESSTIGQDQTLMER_"
- ],
- [
- 28092,
- 2,
- 9,
- 3,
- 0.11394,
- "_TDSVIIADQTPTPTR_"
- ],
- [
- 35740,
- 2,
- 9,
- 5,
- 0.11394,
- "_AAGFKDPLLASGTDGVGTK_"
- ],
- [
- 12038,
- 2,
- 14,
- 5,
- 0.18529,
- "_ELMNLDFHEK_"
- ],
- [
- 1960,
- 2,
- 14,
- 6,
- 0.18529,
- "_ETLMDLSTK_"
- ],
- [
- 41604,
- 2,
- 9,
- 4,
- 0.11394,
- "_LTSSTSNSSLTADVNSGFAK_"
- ],
- [
- 6163,
- 3,
- 13,
- 2,
- 0.17102,
- "_QQINEMHLLIQQAR_"
- ],
- [
- 15342,
- 2,
- 11,
- 4,
- 0.14249,
- "_QELVDAFVEHR_"
- ],
- [
- 8423,
- 2,
- 13,
- 5,
- 0.171,
- "_ASGPPVSELITK_"
- ],
- [
- 19075,
- 3,
- 12,
- 6,
- 0.15677,
- "_DAGEGLLAVQITDQEGKPKR_"
- ],
- [
- 17532,
- 2,
- 12,
- 5,
- 0.15677,
- "_NVIFQPVAELKK_"
- ],
- [
- 10753,
- 2,
- 13,
- 3,
- 0.171,
- "_EELSNVLAAM(Oxidation (M))R_"
- ],
- [
- 50807,
- 3,
- 11,
- 8,
- 0.14249,
- "_AGSSAAGASGWTSAGSLNSVPTNSAQQGHNSPDSPVTSAAK_"
- ],
- [
- 42434,
- 3,
- 13,
- 6,
- 0.171,
- "_PMPNPNPNHPSSSGSFSDADLADGVSGGEGK_"
- ],
- [
- 518,
- 2,
- 11,
- 4,
- 0.14249,
- "_IEVNVELR_"
- ],
- [
- 34883,
- 3,
- 9,
- 5,
- 0.11395,
- "_EEHEVAVLGAPHNPAPPTSTVIHIR_"
- ],
- [
- 28481,
- 2,
- 13,
- 4,
- 0.171,
- "_EDEIATMECINNGK_"
- ],
- [
- 13455,
- 2,
- 7,
- 2,
- 0.085476,
- "_NSHAEFLDIMK_"
- ],
- [
- 20328,
- 2,
- 13,
- 2,
- 0.171,
- "_SAADSISESVPVGPK_"
- ],
- [
- 4215,
- 2,
- 24,
- 4,
- 0.32781,
- "_EIDGGLETLR_"
- ],
- [
- 35119,
- 3,
- 12,
- 5,
- 0.15677,
- "_TGQGDYPLNNELDKEQEDVASTTR_"
- ],
- [
- 4011,
- 2,
- 13,
- 5,
- 0.171,
- "_YQGVNLYIK_"
- ],
- [
- 14027,
- 4,
- 13,
- 8,
- 0.171,
- "_EFFCPEHSECICHICLVEHK_"
- ],
- [
- 43185,
- 2,
- 12,
- 4,
- 0.15677,
- "_LTCLELIQNTHSQSCLK_"
- ],
- [
- 24496,
- 2,
- 12,
- 6,
- 0.15677,
- "_EMDYETEVEMEK_"
- ],
- [
- 38461,
- 2,
- 14,
- 4,
- 0.18526,
- "_PNIVLFSGSSHQDLSQR_"
- ],
- [
- 7517,
- 2,
- 16,
- 5,
- 0.21385,
- "_EVFEDAAEIR_"
- ],
- [
- 28081,
- 2,
- 8,
- 5,
- 0.099703,
- "_RWYPEEYEFAPK_"
- ],
- [
- 31890,
- 3,
- 16,
- 6,
- 0.21385,
- "_TEAASDPQHPAASEGAAAAAASPPLLR_"
- ],
- [
- 21064,
- 2,
- 8,
- 2,
- 0.099703,
- "_TVSQIISLQTLKK_"
- ],
- [
- 13987,
- 3,
- 8,
- 4,
- 0.099703,
- "_SPTGPSNSFLANMGGTVAHK_"
- ],
- [
- 30787,
- 2,
- 14,
- 5,
- 0.18526,
- "_DMLLLACSQDEQKK_"
- ],
- [
- 1012,
- 2,
- 5,
- 2,
- 0.056987,
- "_VLSGATLPDK_"
- ],
- [
- 24494,
- 3,
- 16,
- 3,
- 0.21385,
- "_DKLAQQQAAAAAAAAAAASQQGSAK_"
- ],
- [
- 37907,
- 2,
- 9,
- 2,
- 0.11395,
- "_YYYAVVDCDSPETASK_"
- ],
- [
- 42213,
- 2,
- 15,
- 3,
- 0.19953,
- "_QQSALDESNTYQLPDGSR_"
- ],
- [
- 42132,
- 2,
- 9,
- 2,
- 0.11395,
- "_SMSQIYCIENAHGQLVR_"
- ],
- [
- 15536,
- 2,
- 14,
- 3,
- 0.18526,
- "_KFAYGYIEDLK_"
- ],
- [
- 12388,
- 3,
- 19,
- 5,
- 0.25658,
- "_VPDGKPENQFAFNGEFK_"
- ],
- [
- 22883,
- 2,
- 18,
- 6,
- 0.24234,
- "_EMNPALGIDCLHK_"
- ],
- [
- 33225,
- 4,
- 14,
- 6,
- 0.18526,
- "_GPGPGGSAASSAPPAATAQVLQAQPEKPQHYTYLK_"
- ],
- [
- 18680,
- 2,
- 18,
- 5,
- 0.24234,
- "_DPPSWSVLAGHSR_"
- ],
- [
- 483,
- 2,
- 19,
- 4,
- 0.25658,
- "_GNVGFVFTK_"
- ],
- [
- 39419,
- 4,
- 9,
- 5,
- 0.11395,
- "_EGEQEIHVAQGEDDEEEEEEAEEEGVSGASLSSHR_"
- ],
- [
- 43179,
- 2,
- 20,
- 7,
- 0.27087,
- "_TVYFAEEVQCEGNSFHK_"
- ],
- [
- 18069,
- 2,
- 11,
- 4,
- 0.14248,
- "_FGTTAVPTYQVGR_"
- ],
- [
- 40595,
- 2,
- 13,
- 6,
- 0.17106,
- "_VTAEADSSSPTGILATSESK_"
- ],
- [
- 35753,
- 2,
- 16,
- 7,
- 0.21382,
- "_CVICGGPGVSDAYYCK_"
- ],
- [
- 16377,
- 3,
- 21,
- 8,
- 0.28512,
- "_TVYFAEEVQCEGNSFHK_"
- ],
- [
- 18458,
- 2,
- 15,
- 2,
- 0.19955,
- "_FAQVVLQDLDKK_"
- ],
- [
- 10256,
- 2,
- 11,
- 4,
- 0.14248,
- "_LAASFQSMEVR_"
- ],
- [
- 21149,
- 2,
- 9,
- 3,
- 0.11399,
- "_KLVIPSELGYGER_"
- ],
- [
- 22497,
- 3,
- 13,
- 4,
- 0.17106,
- "_TSISIPKPGQDGEIVITGQHR_"
- ],
- [
- 43841,
- 2,
- 11,
- 4,
- 0.14248,
- "_KVWLDPNETNEIANANSR_"
- ],
- [
- 887,
- 3,
- 11,
- 5,
- 0.14248,
- "_TCTDIKPEWLVK_"
- ],
- [
- 32063,
- 2,
- 13,
- 6,
- 0.17106,
- "_GYGFITFSDSECAKK_"
- ],
- [
- 11376,
- 2,
- 16,
- 2,
- 0.21382,
- "_AIYHLEAFVAK_"
- ],
- [
- 3015,
- 2,
- 5,
- 2,
- 0.057027,
- "_FGVYDIDNK_"
- ],
- [
- 30752,
- 2,
- 9,
- 4,
- 0.11399,
- "_KETELQMQLTESLK_"
- ],
- [
- 33736,
- 2,
- 20,
- 5,
- 0.27087,
- "_ESDVPLKTEEFEVTK_"
- ],
- [
- 30561,
- 2,
- 7,
- 4,
- 0.085515,
- "_EEKEETLVIPSTGIK_"
- ],
- [
- 29672,
- 2,
- 10,
- 3,
- 0.12824,
- "_NNGESWELMDSAGNK_"
- ],
- [
- 11094,
- 2,
- 9,
- 3,
- 0.11399,
- "_TFLFISDEKR_"
- ],
- [
- 10174,
- 2,
- 5,
- 2,
- 0.057027,
- "_APFDLFENRK_"
- ],
- [
- 25326,
- 2,
- 8,
- 3,
- 0.099765,
- "_SDENEDPSVVGEFK_"
- ],
- [
- 8275,
- 3,
- 12,
- 5,
- 0.15677,
- "_GPAPGSKPVQFMDFEGK_"
- ],
- [
- 30623,
- 2,
- 15,
- 3,
- 0.19955,
- "_SNAAGVPCDLVTGEER_"
- ],
- [
- 44916,
- 2,
- 10,
- 4,
- 0.12824,
- "_AGASCPSGGHVADIYLANINK_"
- ],
- [
- 28216,
- 2,
- 14,
- 5,
- 0.18529,
- "_FAMEQSFSADTGGGGR_"
- ],
- [
- 34607,
- 2,
- 13,
- 4,
- 0.17106,
- "_LHDFQDEIVENSVTK_"
- ],
- [
- 42852,
- 2,
- 15,
- 7,
- 0.19955,
- "_YEDICPSTHNMDVPNIK_"
- ],
- [
- 36697,
- 2,
- 14,
- 3,
- 0.18529,
- "_NLNPNDSIVVNSCQMK_"
- ],
- [
- 31254,
- 2,
- 15,
- 3,
- 0.19955,
- "_SSPLMFVNVSGSHEAK_"
- ],
- [
- 48873,
- 2,
- 13,
- 5,
- 0.17106,
- "_LTPLPEDNSM(Oxidation (M))NVDQDGDPSDR_"
- ],
- [
- 32580,
- 2,
- 17,
- 4,
- 0.22814,
- "_QQINEMHLLIQQAR_"
- ],
- [
- 46888,
- 3,
- 14,
- 6,
- 0.18529,
- "_TVFSNGYSSPSMRPDVSSPPSSSSTATTGPPPK_"
- ],
- [
- 25711,
- 2,
- 10,
- 4,
- 0.12824,
- "_VLHVSENPVPLTVR_"
- ],
- [
- 40780,
- 2,
- 15,
- 5,
- 0.19955,
- "_HVCQEIISEWDEQER_"
- ],
- [
- 15799,
- 2,
- 14,
- 5,
- 0.18529,
- "_DTEQVDNWMSK_"
- ],
- [
- 6610,
- 2,
- 10,
- 2,
- 0.1283,
- "_IDIDPEETVK_"
- ],
- [
- 15078,
- 3,
- 10,
- 5,
- 0.1283,
- "_SMSQIYCIENAHGQLVR_"
- ],
- [
- 20481,
- 2,
- 12,
- 6,
- 0.15679,
- "_KWENGTFPGWPK_"
- ],
- [
- 16888,
- 3,
- 13,
- 5,
- 0.17108,
- "_HSPNLSFEPNFCQDNPR_"
- ],
- [
- 8415,
- 2,
- 11,
- 3,
- 0.14255,
- "_FLFTTGFHTK_"
- ],
- [
- 49323,
- 2,
- 9,
- 3,
- 0.11407,
- "_YLAEDSNMSVPSEPSSPQSSTR_"
- ],
- [
- 45810,
- 2,
- 8,
- 3,
- 0.09982,
- "_SESDLSQPESDEEGYALSGR_"
- ],
- [
- 37964,
- 3,
- 10,
- 5,
- 0.1283,
- "_QGTFCVDCETYHTAASTLGSQGQTGK_"
- ],
- [
- 26895,
- 2,
- 12,
- 2,
- 0.15679,
- "_FTSPADLDASGAGPGPK_"
- ],
- [
- 10193,
- 2,
- 10,
- 2,
- 0.1283,
- "_LNIPVSQVNPR_"
- ],
- [
- 12098,
- 2,
- 11,
- 2,
- 0.14255,
- "_SVVSDLEADDVK_"
- ],
- [
- 25183,
- 2,
- 11,
- 5,
- 0.14255,
- "_VVQHSNVVINLIGR_"
- ],
- [
- 23514,
- 2,
- 12,
- 5,
- 0.15679,
- "_SGGIETIANEYSDR_"
- ],
- [
- 604,
- 2,
- 12,
- 6,
- 0.15679,
- "_FTEEIPLK_"
- ],
- [
- 43096,
- 3,
- 9,
- 7,
- 0.11407,
- "_IQRPNTTQEGEEMETDMDGVQCIPQR_"
- ],
- [
- 4422,
- 2,
- 11,
- 4,
- 0.14255,
- "_AGLSQSLFER_"
- ],
- [
- 13432,
- 2,
- 12,
- 5,
- 0.15679,
- "_ASLASLPPLHVAK_"
- ],
- [
- 32244,
- 4,
- 9,
- 4,
- 0.11407,
- "_VLLESGASIEDHNENGHTPLMEAGSAGHVEVAR_"
- ],
- [
- 12265,
- 3,
- 10,
- 4,
- 0.1283,
- "_LQNQLQGAIVIERPNVK_"
- ],
- [
- 2727,
- 2,
- 11,
- 4,
- 0.14255,
- "_VIMDALDER_"
- ],
- [
- 42438,
- 2,
- 14,
- 5,
- 0.18536,
- "_CEAPDANQQLQQAMEER_"
- ],
- [
- 4810,
- 4,
- 17,
- 3,
- 0.22813,
- "_TSISIPKPGQDGEIVITGQHR_"
- ],
- [
- 10578,
- 2,
- 18,
- 4,
- 0.24244,
- "_ETPPPLVPPAAR_"
- ],
- [
- 21234,
- 2,
- 15,
- 2,
- 0.19959,
- "_MSNALAIQVDSEGK_"
- ],
- [
- 38337,
- 2,
- 14,
- 3,
- 0.18536,
- "_QAAFEVEGESSGAGLSADR_"
- ],
- [
- 3842,
- 2,
- 20,
- 4,
- 0.27093,
- "_YLVLDEADR_"
- ],
- [
- 17719,
- 2,
- 15,
- 3,
- 0.19959,
- "_AALEDTLAETEAR_"
- ],
- [
- 11032,
- 2,
- 24,
- 5,
- 0.32794,
- "_LGDLYEEEMR_"
- ],
- [
- 30490,
- 2,
- 13,
- 5,
- 0.17108,
- "_GHFFVEDQIYCEK_"
- ],
- [
- 45331,
- 2,
- 16,
- 7,
- 0.21386,
- "_QAHLCVLASNCDEPMYVK_"
- ],
- [
- 41264,
- 2,
- 17,
- 9,
- 0.22813,
- "_GTQTYSVLEGDPSENYSK_"
- ],
- [
- 11343,
- 4,
- 13,
- 5,
- 0.17108,
- "_DQSQVTWHEIARPQIHGYDLK_"
- ],
- [
- 14859,
- 2,
- 13,
- 2,
- 0.17108,
- "_IGAFGYMECSAK_"
- ],
- [
- 11161,
- 3,
- 17,
- 6,
- 0.22813,
- "_PNIVLFSGSSHQDLSQR_"
- ],
- [
- 33387,
- 2,
- 10,
- 5,
- 0.12837,
- "_EQIIELELKEEIKK_"
- ],
- [
- 42569,
- 4,
- 11,
- 4,
- 0.1426,
- "_PSPPLSSTSQMGSTLPSGAGYQSGTHQGQFDHGSGSLSPSK_"
- ],
- [
- 9538,
- 2,
- 13,
- 4,
- 0.17109,
- "_ALLHQLESLAK_"
- ],
- [
- 24981,
- 3,
- 16,
- 6,
- 0.2139,
- "_VTTVASHTSDSDVPSGVTEVVVK_"
- ],
- [
- 18281,
- 2,
- 16,
- 4,
- 0.2139,
- "_NSIQFTDGYEVK_"
- ],
- [
- 3780,
- 2,
- 18,
- 5,
- 0.24243,
- "_VNFTVDQIR_"
- ],
- [
- 14152,
- 2,
- 16,
- 8,
- 0.2139,
- "_ALESGDVNTVWK_"
- ],
- [
- 19450,
- 2,
- 16,
- 3,
- 0.2139,
- "_YTEGVQSLNWTK_"
- ],
- [
- 38214,
- 2,
- 16,
- 6,
- 0.2139,
- "_NTVELLVEDKGNQVYR_"
- ],
- [
- 277,
- 3,
- 12,
- 5,
- 0.15685,
- "_GIGIHHGGLLPILK_"
- ],
- [
- 43118,
- 2,
- 16,
- 7,
- 0.2139,
- "_MILIQDGSQNTNVDKPLR_"
- ],
- [
- 48651,
- 2,
- 17,
- 5,
- 0.22816,
- "_VTTVASHTSDSDVPSGVTEVVVK_"
- ],
- [
- 10931,
- 2,
- 11,
- 4,
- 0.1426,
- "_STYEQVDLIGK_"
- ],
- [
- 24683,
- 2,
- 12,
- 3,
- 0.15685,
- "_EGGPAFEAGLCTGDR_"
- ],
- [
- 12847,
- 3,
- 17,
- 3,
- 0.22816,
- "_MMETMDQGDVIIRPSSK_"
- ],
- [
- 7921,
- 4,
- 10,
- 3,
- 0.12837,
- "_HGITELHPDVVSYVSHATQQR_"
- ],
- [
- 8666,
- 3,
- 12,
- 6,
- 0.15685,
- "_AAGFKDPLLASGTDGVGTK_"
- ],
- [
- 21707,
- 3,
- 11,
- 4,
- 0.1426,
- "_AHGHLQSATDTWENLVSDAR_"
- ],
- [
- 26989,
- 2,
- 17,
- 2,
- 0.22816,
- "_SCLETVASNPGMPVK_"
- ],
- [
- 42484,
- 2,
- 12,
- 5,
- 0.15685,
- "_QVKPYVEEGLHPQIIIR_"
- ],
- [
- 29824,
- 3,
- 12,
- 5,
- 0.15685,
- "_LQNDPQLEAEYQQLQEDHQR_"
- ],
- [
- 1706,
- 2,
- 4,
- 2,
- 0.042895,
- "_VLDAIIQEK_"
- ],
- [
- 33821,
- 2,
- 14,
- 4,
- 0.18538,
- "_LNEVLYPPLRPSQAR_"
- ],
- [
- 17436,
- 2,
- 18,
- 5,
- 0.24243,
- "_VLVVHDGFEGLAK_"
- ],
- [
- 11705,
- 2,
- 7,
- 3,
- 0.085633,
- "_KFDDENFILK_"
- ],
- [
- 2874,
- 4,
- 11,
- 6,
- 0.1426,
- "_AQPVPHYGVPFKPQIPEAR_"
- ],
- [
- 12189,
- 2,
- 15,
- 4,
- 0.19966,
- "_LSTMETGTGLIR_"
- ],
- [
- 18972,
- 3,
- 9,
- 6,
- 0.11412,
- "_ELGLREENEGVYNGSWGGR_"
- ],
- [
- 18175,
- 2,
- 13,
- 3,
- 0.17109,
- "_LATQLTGPVM(Oxidation (M))PVR_"
- ],
- [
- 35984,
- 2,
- 9,
- 3,
- 0.11412,
- "_TLQEQLENGPNTQLAR_"
- ],
- [
- 25897,
- 3,
- 9,
- 4,
- 0.11412,
- "_ENGVTHPIDYHTTDYVDEIK_"
- ],
- [
- 28243,
- 3,
- 14,
- 5,
- 0.18538,
- "_QGSLINSLKPSGPTPASGQLSSGDK_"
- ],
- [
- 28493,
- 2,
- 13,
- 2,
- 0.17109,
- "_VLGTSVESIM(Oxidation (M))ATEDR_"
- ],
- [
- 22870,
- 3,
- 13,
- 5,
- 0.17109,
- "_YYTSASGDEMVSLKDYCTR_"
- ],
- [
- 12426,
- 2,
- 15,
- 3,
- 0.19966,
- "_FLASVLHNGLGR_"
- ],
- [
- 13707,
- 2,
- 9,
- 4,
- 0.11412,
- "_QEVAVFVFDKK_"
- ],
- [
- 25105,
- 3,
- 20,
- 6,
- 0.27099,
- "_EGNPEEDLTADKANAQAAALYK_"
- ],
- [
- 11548,
- 2,
- 14,
- 2,
- 0.18538,
- "_LGEMWSEQSAK_"
- ],
- [
- 24857,
- 2,
- 8,
- 3,
- 0.099882,
- "_WAEEYLEQSEEK_"
- ],
- [
- 49122,
- 3,
- 13,
- 6,
- 0.17109,
- "_VHIPQGEAQEEEEEEEEEEEQEEQEVETR_"
- ],
- [
- 34073,
- 2,
- 9,
- 4,
- 0.11412,
- "_NSICLDLSTNCLHGR_"
- ],
- [
- 18618,
- 3,
- 14,
- 6,
- 0.18538,
- "_SKGESDDFHMDFDSAVAPR_"
- ],
- [
- 16699,
- 2,
- 8,
- 2,
- 0.099882,
- "_ADGVVEGIDVNGPK_"
- ],
- [
- 47268,
- 2,
- 10,
- 4,
- 0.12837,
- "_VESPGTYQQDPWAM(Oxidation (M))TDEEK_"
- ],
- [
- 6618,
- 2,
- 15,
- 5,
- 0.19966,
- "_LWEEQLAAAK_"
- ],
- [
- 25455,
- 2,
- 13,
- 5,
- 0.17109,
- "_DINESDEVEVYSR_"
- ],
- [
- 13199,
- 2,
- 23,
- 6,
- 0.3137,
- "_KLVILEGELER_"
- ],
- [
- 33815,
- 2,
- 12,
- 4,
- 0.15682,
- "_GTTEIGMIGSKPFSTVK_"
- ],
- [
- 19203,
- 2,
- 12,
- 3,
- 0.15682,
- "_EKAQALEDLAGFK_"
- ],
- [
- 15143,
- 2,
- 12,
- 5,
- 0.15682,
- "_IAICGAISTYNR_"
- ],
- [
- 44408,
- 2,
- 12,
- 4,
- 0.15682,
- "_SKDSLVQSCPGSLSLCAGVK_"
- ],
- [
- 23026,
- 2,
- 15,
- 5,
- 0.1996,
- "_LYAVFTDYEHDK_"
- ],
- [
- 22785,
- 3,
- 18,
- 8,
- 0.24238,
- "_DQVTAQEIFQDNHEDGPTAK_"
- ],
- [
- 17006,
- 2,
- 10,
- 4,
- 0.12834,
- "_LEEALENLCER_"
- ],
- [
- 25554,
- 2,
- 12,
- 4,
- 0.15682,
- "_NREPLMPSPQFIK_"
- ],
- [
- 20433,
- 2,
- 15,
- 3,
- 0.1996,
- "_IIPQGADSTMLATK_"
- ],
- [
- 50496,
- 2,
- 10,
- 3,
- 0.12834,
- "_CQNEQLQTAVTQQVSQIQQHK_"
- ],
- [
- 7240,
- 3,
- 12,
- 3,
- 0.15682,
- "_EKLEFMLVAHGPVCK_"
- ],
- [
- 14629,
- 2,
- 15,
- 4,
- 0.1996,
- "_AEPPQAMNALMR_"
- ],
- [
- 37630,
- 2,
- 12,
- 4,
- 0.15682,
- "_LYGAQFHPEVGLTENGK_"
- ],
- [
- 7100,
- 3,
- 13,
- 4,
- 0.17107,
- "_LNEVLYPPLRPSQAR_"
- ],
- [
- 6182,
- 2,
- 9,
- 5,
- 0.1141,
- "_ETTEVDLLTK_"
- ],
- [
- 29225,
- 2,
- 22,
- 2,
- 0.29945,
- "_HSTVFDNLPNPEDR_"
- ],
- [
- 6916,
- 2,
- 14,
- 4,
- 0.18531,
- "_FEEMIQQIK_"
- ],
- [
- 9858,
- 2,
- 11,
- 4,
- 0.14259,
- "_ANVTVLDTQIR_"
- ],
- [
- 16694,
- 4,
- 17,
- 4,
- 0.22812,
- "_SHSLAQPPEFDSGVETFSIHAEKPK_"
- ],
- [
- 43524,
- 2,
- 16,
- 6,
- 0.21388,
- "_HSPNLSFEPNFCQDNPR_"
- ],
- [
- 36417,
- 2,
- 13,
- 4,
- 0.17107,
- "_ANIVHLM(Oxidation (M))LSSPEQIQK_"
- ],
- [
- 32693,
- 2,
- 11,
- 6,
- 0.14259,
- "_GCTALHYAVLADDYR_"
- ],
- [
- 30176,
- 2,
- 13,
- 5,
- 0.17107,
- "_SLYDEVAAQGEVVRK_"
- ],
- [
- 41193,
- 2,
- 11,
- 3,
- 0.14259,
- "_TGSNISGASSDISLDEQYK_"
- ],
- [
- 22450,
- 2,
- 11,
- 5,
- 0.14259,
- "_YIMCGSDEMNIR_"
- ],
- [
- 19356,
- 3,
- 20,
- 9,
- 0.27097,
- "_QAHLCVLASNCDEPMYVK_"
- ],
- [
- 4822,
- 2,
- 14,
- 5,
- 0.18531,
- "_VCDIAAELAR_"
- ],
- [
- 20792,
- 2,
- 11,
- 5,
- 0.14259,
- "_VGDDVEFEVSSDR_"
- ],
- [
- 12597,
- 3,
- 11,
- 2,
- 0.14259,
- "_CFVEHILCTKPLPCR_"
- ],
- [
- 12418,
- 3,
- 7,
- 3,
- 0.0856,
- "_IAQNFGLQHLSSGHFLR_"
- ],
- [
- 26678,
- 2,
- 10,
- 4,
- 0.12834,
- "_NPDEVSYAGDNFVR_"
- ],
- [
- 33159,
- 2,
- 9,
- 4,
- 0.1141,
- "_SGPVKLEFDVSDGATSK_"
- ],
- [
- 15957,
- 3,
- 6,
- 4,
- 0.071347,
- "_LNQENEHIYNLWCSGR_"
- ],
- [
- 22505,
- 2,
- 13,
- 6,
- 0.17105,
- "_DCMLMSHLEEPK_"
- ],
- [
- 39529,
- 3,
- 13,
- 6,
- 0.17105,
- "_DSEPFSNPLAPDGHDVDDPHSFHQSK_"
- ],
- [
- 47529,
- 2,
- 20,
- 7,
- 0.27088,
- "_DQVTAQEIFQDNHEDGPTAK_"
- ],
- [
- 27529,
- 2,
- 22,
- 6,
- 0.29944,
- "_DLNYCFSGMSDHR_"
- ],
- [
- 33573,
- 2,
- 11,
- 3,
- 0.14257,
- "_SLYTYCPETEEINK_"
- ],
- [
- 4706,
- 2,
- 11,
- 3,
- 0.14257,
- "_GVIVVEVEDR_"
- ],
- [
- 24371,
- 2,
- 12,
- 3,
- 0.15682,
- "_CLLAASPENEAGGLK_"
- ],
- [
- 34668,
- 2,
- 11,
- 2,
- 0.14257,
- "_FTYCSQVLGLHCYK_"
- ],
- [
- 4494,
- 2,
- 11,
- 4,
- 0.14257,
- "_WIYEDVER_"
- ],
- [
- 6413,
- 4,
- 11,
- 4,
- 0.14257,
- "_CELGPLHQQESQSLQLHFR_"
- ],
- [
- 3086,
- 2,
- 5,
- 2,
- 0.057058,
- "_IYLCGFSGR_"
- ],
- [
- 50909,
- 2,
- 11,
- 4,
- 0.14257,
- "_TSTNLNSQQVIYSDNNGYQMQR_"
- ],
- [
- 3149,
- 3,
- 10,
- 3,
- 0.12833,
- "_ITHLSTLQVGSLNVK_"
- ],
- [
- 16393,
- 2,
- 13,
- 6,
- 0.17105,
- "_CSILAAANPAYGR_"
- ],
- [
- 34425,
- 2,
- 10,
- 2,
- 0.12833,
- "_KVIGIECSSISDYAVK_"
- ],
- [
- 15210,
- 2,
- 13,
- 3,
- 0.17105,
- "_VTGPGAEAVQIVAK_"
- ],
- [
- 20067,
- 4,
- 15,
- 4,
- 0.19954,
- "_DSEPFSNPLAPDGHDVDDPHSFHQSK_"
- ],
- [
- 6259,
- 3,
- 13,
- 4,
- 0.17105,
- "_GCTALHYAVLADDYR_"
- ],
- [
- 5615,
- 3,
- 11,
- 2,
- 0.14257,
- "_SDSFENPVLQQHFR_"
- ],
- [
- 41116,
- 2,
- 18,
- 6,
- 0.24235,
- "_MAETVDTSEMVNGATEQR_"
- ],
- [
- 12816,
- 2,
- 9,
- 3,
- 0.11409,
- "_LCVIAECGELK_"
- ],
- [
- 29663,
- 3,
- 9,
- 4,
- 0.11409,
- "_RAAAASAAEAGIATTGTEDSDDALLK_"
- ],
- [
- 10811,
- 2,
- 15,
- 4,
- 0.19954,
- "_SLLVPDHVITR_"
- ],
- [
- 47857,
- 2,
- 9,
- 4,
- 0.11409,
- "_NQDDFECVTTLEGHENEVK_"
- ],
- [
- 8123,
- 2,
- 18,
- 2,
- 0.24235,
- "_CEVSSLAGALGK_"
- ],
- [
- 45213,
- 2,
- 8,
- 3,
- 0.09983,
- "_AAGEPIKEGDNDYFTCITK_"
- ],
- [
- 18146,
- 2,
- 17,
- 5,
- 0.22811,
- "_GDSSGDPCTDLFK_"
- ],
- [
- 5533,
- 2,
- 6,
- 2,
- 0.071347,
- "_ATILDLSCNK_"
- ],
- [
- 2037,
- 3,
- 19,
- 5,
- 0.25661,
- "_VLHVSENPVPLTVR_"
- ],
- [
- 22523,
- 2,
- 16,
- 5,
- 0.21383,
- "_TCTDIKPEWLVK_"
- ],
- [
- 35286,
- 2,
- 10,
- 3,
- 0.12833,
- "_NTGESASQLLDAETAER_"
- ],
- [
- 15008,
- 4,
- 19,
- 5,
- 0.25661,
- "_EEHEVAVLGAPHNPAPPTSTVIHIR_"
- ],
- [
- 41032,
- 2,
- 9,
- 3,
- 0.11406,
- "_QALLGDSGSQNWSTGTTDK_"
- ],
- [
- 38370,
- 2,
- 9,
- 4,
- 0.11406,
- "_ALVVPEPEPDSDSNQER_"
- ],
- [
- 34230,
- 2,
- 12,
- 6,
- 0.1568,
- "_FSALQQAVPTESTDNR_"
- ],
- [
- 18987,
- 2,
- 16,
- 5,
- 0.21377,
- "_YYDQICSIEPK_"
- ],
- [
- 25919,
- 2,
- 17,
- 5,
- 0.22806,
- "_HIGLVYSGMGPDYR_"
- ],
- [
- 31358,
- 2,
- 17,
- 7,
- 0.22806,
- "_FAAYFQQGDMESNGK_"
- ],
- [
- 22016,
- 2,
- 17,
- 6,
- 0.22806,
- "_ETLLNSATTSLNSK_"
- ],
- [
- 8821,
- 3,
- 9,
- 4,
- 0.11406,
- "_IVLANDPDADRLAVAEK_"
- ],
- [
- 5261,
- 3,
- 13,
- 3,
- 0.17105,
- "_FSHEEIAM(Oxidation (M))ATVTALR_"
- ],
- [
- 49470,
- 2,
- 16,
- 6,
- 0.21377,
- "_AAAEELQEAAGAGDGATENGVQPPK_"
- ],
- [
- 39101,
- 3,
- 12,
- 6,
- 0.1568,
- "_ETEQDRPSQNNTIGLVGQTDAPEVTR_"
- ],
- [
- 22215,
- 2,
- 9,
- 3,
- 0.11406,
- "_CLAENAVYLCDR_"
- ],
- [
- 44169,
- 2,
- 15,
- 6,
- 0.22806,
- "_YSEEANNLIEECEQAER_"
- ],
- [
- 31327,
- 2,
- 5,
- 3,
- 0.056981,
- "_QVHCEEFIPEFEK_"
- ],
- [
- 42754,
- 2,
- 14,
- 3,
- 0.18528,
- "_AVVNEDTQGNVSQLQAEVK_"
- ],
- [
- 41536,
- 2,
- 18,
- 6,
- 0.24234,
- "_LQQQAALSPTTAPAVSSVSK_"
- ],
- [
- 49609,
- 2,
- 9,
- 5,
- 0.11406,
- "_GSVSLTTGQPVDQPTTESCSTLK_"
- ],
- [
- 47112,
- 2,
- 11,
- 6,
- 0.14256,
- "_QQVAFYGQTLGQAQAHSQEQ_"
- ],
- [
- 18287,
- 2,
- 6,
- 2,
- 0.071286,
- "_HVEAVYIDIADR_"
- ],
- [
- 19958,
- 2,
- 8,
- 3,
- 0.099823,
- "_EYPSEQIIVTEK_"
- ],
- [
- 27901,
- 2,
- 11,
- 5,
- 0.14256,
- "_ITHLSTLQVGSLNVK_"
- ],
- [
- 10538,
- 3,
- 14,
- 5,
- 0.18528,
- "_TVIGCSGFHGDCLTLTK_"
- ],
- [
- 26381,
- 3,
- 8,
- 4,
- 0.099823,
- "_QAVINGPNVHPGASMVINEDGSR_"
- ],
- [
- 46275,
- 2,
- 20,
- 8,
- 0.27084,
- "_YHTSQSGDEMTSLSEYVSR_"
- ],
- [
- 3997,
- 3,
- 8,
- 2,
- 0.099823,
- "_YEDHTIFHDISLR_"
- ],
- [
- 39916,
- 2,
- 15,
- 4,
- 0.19953,
- "_IYSFNSTNDSSGPANLDK_"
- ],
- [
- 14050,
- 2,
- 11,
- 4,
- 0.14255,
- "_VYTSMSDCLIK_"
- ],
- [
- 10374,
- 2,
- 13,
- 2,
- 0.17104,
- "_AAEVWMDEYK_"
- ],
- [
- 20543,
- 2,
- 8,
- 3,
- 0.099813,
- "_INLGGSQAAGYLQR_"
- ],
- [
- 1346,
- 2,
- 7,
- 3,
- 0.085525,
- "_NVEVIELAK_"
- ],
- [
- 31582,
- 3,
- 12,
- 6,
- 0.1568,
- "_DFLPLETTNNNNNHHQPGAWAR_"
- ],
- [
- 42016,
- 2,
- 12,
- 5,
- 0.1568,
- "_AMMSQSGHEYDPINYMK_"
- ],
- [
- 50175,
- 2,
- 7,
- 3,
- 0.085525,
- "_NLEEAAAAEQGGGCDQVDSSPVPR_"
- ],
- [
- 30136,
- 2,
- 12,
- 3,
- 0.1568,
- "_TVSSPIPYTPSPSSSR_"
- ],
- [
- 22918,
- 3,
- 9,
- 5,
- 0.11406,
- "_VLSHVNSGCQLLPQHQVPAY_"
- ],
- [
- 40097,
- 2,
- 10,
- 4,
- 0.1283,
- "_FHCQNGCILGDEMGLGK_"
- ],
- [
- 12556,
- 3,
- 11,
- 2,
- 0.14255,
- "_LMQIQPNREDTETLIK_"
- ],
- [
- 5623,
- 2,
- 13,
- 2,
- 0.17104,
- "_MEPWDYPAK_"
- ],
- [
- 7765,
- 3,
- 11,
- 4,
- 0.14255,
- "_FTYCSQVLGLHCYK_"
- ],
- [
- 29811,
- 2,
- 8,
- 3,
- 0.099813,
- "_HAHSILQFQFAEVK_"
- ],
- [
- 25755,
- 2,
- 11,
- 5,
- 0.14255,
- "_LGSSGLGSASSIQAAVR_"
- ],
- [
- 10017,
- 2,
- 13,
- 5,
- 0.17104,
- "_GVLFASGQNLAR_"
- ],
- [
- 19184,
- 3,
- 12,
- 6,
- 0.1568,
- "_AAGEPIKEGDNDYFTCITK_"
- ],
- [
- 12782,
- 3,
- 7,
- 4,
- 0.085525,
- "_FHCQNGCILGDEMGLGK_"
- ],
- [
- 14313,
- 3,
- 12,
- 4,
- 0.1568,
- "_FVVTGSKDETIHIYDMK_"
- ],
- [
- 30501,
- 2,
- 11,
- 5,
- 0.14255,
- "_EIAMACSAALCPHLK_"
- ],
- [
- 1503,
- 2,
- 7,
- 3,
- 0.085525,
- "_YINVGDLAR_"
- ],
- [
- 7487,
- 2,
- 12,
- 4,
- 0.1568,
- "_FNASQLITQR_"
- ],
- [
- 5014,
- 2,
- 8,
- 4,
- 0.099813,
- "_VNIHAIITLK_"
- ],
- [
- 35422,
- 2,
- 10,
- 3,
- 0.1283,
- "_DLEGAGDAAAWQAEHVR_"
- ],
- [
- 1014,
- 2,
- 16,
- 6,
- 0.21377,
- "_VLSIGDGIAR_"
- ],
- [
- 14969,
- 2,
- 17,
- 6,
- 0.228,
- "_EGVECEVINMR_"
- ],
- [
- 37969,
- 2,
- 19,
- 6,
- 0.25658,
- "_DLEAEHVEVEDTTLNR_"
- ],
- [
- 42288,
- 2,
- 13,
- 6,
- 0.17104,
- "_GGLNTPLHESDFSGVTPQR_"
- ],
- [
- 18019,
- 3,
- 16,
- 4,
- 0.21377,
- "_SKDSLVQSCPGSLSLCAGVK_"
- ],
- [
- 16309,
- 3,
- 18,
- 8,
- 0.2423,
- "_MILIQDGSQNTNVDKPLR_"
- ],
- [
- 46809,
- 2,
- 17,
- 4,
- 0.228,
- "_QPAIM(Oxidation (M))PGQSYGLEDGSCSYK_"
- ],
- [
- 12168,
- 2,
- 14,
- 3,
- 0.18529,
- "_QSNSYDMFMR_"
- ],
- [
- 50949,
- 2,
- 19,
- 7,
- 0.25658,
- "_TNPEDIYPSNPTDDDVSSGSSSER_"
- ],
- [
- 11522,
- 2,
- 28,
- 5,
- 0.3849,
- "_QVVESAYEVIK_"
- ],
- [
- 19652,
- 2,
- 21,
- 5,
- 0.28508,
- "_IEDVTPIPSDSTR_"
- ],
- [
- 1226,
- 4,
- 17,
- 7,
- 0.228,
- "_QVKPYVEEGLHPQIIIR_"
- ],
- [
- 40948,
- 2,
- 16,
- 5,
- 0.21376,
- "_NLEQYNKLDQDLNEVK_"
- ],
- [
- 33167,
- 3,
- 10,
- 2,
- 0.12831,
- "_AGEGLGTSSGDAISGTDHNSLDSSLTR_"
- ],
- [
- 7997,
- 3,
- 38,
- 6,
- 0.52733,
- "_HLEINPDHPIVETLR_"
- ],
- [
- 12301,
- 4,
- 15,
- 7,
- 0.19954,
- "_MYSHPLHNDPNLETVYTLCEK_"
- ],
- [
- 23681,
- 2,
- 15,
- 4,
- 0.19954,
- "_TPVTQVNEVTGTLR_"
- ],
- [
- 27957,
- 2,
- 15,
- 3,
- 0.19954,
- "_AGPESDAQYQFTGIK_"
- ],
- [
- 37100,
- 2,
- 19,
- 7,
- 0.25655,
- "_ESSETPDQFMTADETR_"
- ],
- [
- 15394,
- 2,
- 13,
- 4,
- 0.17105,
- "_LALEQQQLICK_"
- ],
- [
- 31846,
- 2,
- 16,
- 5,
- 0.21376,
- "_SDSFENPVLQQHFR_"
- ],
- [
- 48293,
- 2,
- 8,
- 4,
- 0.099772,
- "_VDGVTQSSSNFQNSFTDQDSK_"
- ],
- [
- 10863,
- 3,
- 13,
- 6,
- 0.17105,
- "_WLHGLESQIQSDDYGK_"
- ],
- [
- 16711,
- 2,
- 12,
- 3,
- 0.1568,
- "_KQEVDLQQLIR_"
- ],
- [
- 48607,
- 2,
- 12,
- 2,
- 0.1568,
- "_SDSEDICLFTKDEPNSTPEK_"
- ],
- [
- 15287,
- 3,
- 18,
- 7,
- 0.24225,
- "_GGLNTPLHESDFSGVTPQR_"
- ],
- [
- 34862,
- 2,
- 12,
- 3,
- 0.1568,
- "_QDYLNGAVSGSVQATDR_"
- ],
- [
- 33406,
- 2,
- 17,
- 6,
- 0.22801,
- "_YLAEKYEWDVAEAR_"
- ],
- [
- 4146,
- 3,
- 8,
- 2,
- 0.099772,
- "_ENGVHSLIIEPVTSR_"
- ],
- [
- 30190,
- 3,
- 17,
- 7,
- 0.22801,
- "_CQNEQLQTAVTQQVSQIQQHK_"
- ],
- [
- 30073,
- 2,
- 6,
- 4,
- 0.071166,
- "_KCTDQLLLLGQTDR_"
- ],
- [
- 42539,
- 2,
- 12,
- 3,
- 0.1568,
- "_FENVNGYTNCCFGFHR_"
- ],
- [
- 32209,
- 2,
- 13,
- 4,
- 0.17105,
- "_LAASIAPEIYGHEDVK_"
- ],
- [
- 9141,
- 4,
- 13,
- 4,
- 0.17105,
- "_PAPGFHHGDGPGNAVQEIMIPASK_"
- ],
- [
- 9480,
- 2,
- 20,
- 6,
- 0.27083,
- "_CCSGAIIVLTK_"
- ],
- [
- 10330,
- 3,
- 17,
- 5,
- 0.22801,
- "_LYGAQFHPEVGLTENGK_"
- ],
- [
- 30876,
- 4,
- 14,
- 5,
- 0.18529,
- "_EKTGQEYKPGNPPAEIGQNISSNSSASILESK_"
- ],
- [
- 9376,
- 3,
- 10,
- 5,
- 0.12831,
- "_VVESPDFSKDEDYLGK_"
- ],
- [
- 23231,
- 2,
- 7,
- 4,
- 0.085467,
- "_QAIELSPDNQYVK_"
- ],
- [
- 36527,
- 2,
- 11,
- 3,
- 0.14254,
- "_VVESPDFSKDEDYLGK_"
- ],
- [
- 20862,
- 2,
- 10,
- 4,
- 0.12831,
- "_HLSLGSVQLCGVGK_"
- ],
- [
- 19421,
- 2,
- 10,
- 3,
- 0.12831,
- "_LVGPEEALSPGEAR_"
- ],
- [
- 6494,
- 3,
- 9,
- 3,
- 0.11406,
- "_EFGGGHIKDELFGTVK_"
- ],
- [
- 23936,
- 3,
- 10,
- 3,
- 0.12831,
- "_FAAHLIAGAPSEGSGALKPELSR_"
- ],
- [
- 41677,
- 2,
- 13,
- 5,
- 0.17105,
- "_LSEVEEAQEASMETDPKP_"
- ],
- [
- 15823,
- 2,
- 15,
- 5,
- 0.19954,
- "_IQIAPDSGGLPER_"
- ],
- [
- 13548,
- 2,
- 21,
- 5,
- 0.28506,
- "_YVDIAIPCNNK_"
- ],
- [
- 11052,
- 2,
- 11,
- 3,
- 0.14254,
- "_IVALNAHTFLR_"
- ],
- [
- 30357,
- 4,
- 10,
- 6,
- 0.12831,
- "_QAILESPVSSCPPELANHPDAQHKPGTILTK_"
- ],
- [
- 737,
- 2,
- 15,
- 5,
- 0.19954,
- "_LLQLVEDR_"
- ],
- [
- 15151,
- 2,
- 8,
- 5,
- 0.099772,
- "_KTSYLTELIDR_"
- ],
- [
- 27652,
- 2,
- 14,
- 6,
- 0.18529,
- "_YLCECQFDDNLK_"
- ],
- [
- 8736,
- 2,
- 8,
- 4,
- 0.099772,
- "_ELIEIGCEDK_"
- ],
- [
- 8750,
- 2,
- 4,
- 2,
- 0.042714,
- "_EGLTSIEEVTK_"
- ],
- [
- 23404,
- 3,
- 14,
- 5,
- 0.18529,
- "_NQDDFECVTTLEGHENEVK_"
- ],
- [
- 14909,
- 3,
- 14,
- 2,
- 0.18529,
- "_TGYSANIIFHTKPFYGGK_"
- ],
- [
- 17386,
- 2,
- 10,
- 3,
- 0.1283,
- "_TKLDLSSLAYSGK_"
- ],
- [
- 33053,
- 2,
- 10,
- 4,
- 0.1283,
- "_EFGGGHIKDELFGTVK_"
- ],
- [
- 1288,
- 2,
- 13,
- 3,
- 0.17104,
- "_MVMVEEFK_"
- ],
- [
- 10937,
- 2,
- 13,
- 3,
- 0.17104,
- "_NEVDLVVHSLK_"
- ],
- [
- 5868,
- 3,
- 13,
- 4,
- 0.17104,
- "_LAASIAPEIYGHEDVK_"
- ],
- [
- 43025,
- 3,
- 11,
- 5,
- 0.14255,
- "_SEDSIAGSGVEHSTPDTEPGKEESWVSIK_"
- ],
- [
- 5707,
- 2,
- 13,
- 5,
- 0.17104,
- "_QRIDEFEAM_"
- ],
- [
- 36202,
- 2,
- 12,
- 4,
- 0.15678,
- "_NQVSYVRPAEPAFLAR_"
- ],
- [
- 48803,
- 2,
- 13,
- 5,
- 0.17104,
- "_NALPPVLTTVNGQSPPEHSAPAK_"
- ],
- [
- 31595,
- 3,
- 10,
- 5,
- 0.1283,
- "_LSQNSVNLSPSSHANNLSVVTYSK_"
- ],
- [
- 25778,
- 2,
- 31,
- 3,
- 0.42764,
- "_ELPPDQAEYCIAR_"
- ],
- [
- 9697,
- 2,
- 12,
- 4,
- 0.15678,
- "_HGLEFYGYIK_"
- ],
- [
- 28146,
- 2,
- 10,
- 3,
- 0.1283,
- "_LTQEQVSDSQVLIR_"
- ],
- [
- 2827,
- 2,
- 10,
- 2,
- 0.1283,
- "_ATTLLEGGFR_"
- ],
- [
- 6770,
- 3,
- 20,
- 6,
- 0.27078,
- "_YLAEKYEWDVAEAR_"
- ],
- [
- 7137,
- 2,
- 12,
- 3,
- 0.15678,
- "_KLLPDTILEK_"
- ],
- [
- 28738,
- 3,
- 12,
- 3,
- 0.15678,
- "_QVYIPNYNKPNPNQISVNNVK_"
- ],
- [
- 8920,
- 4,
- 10,
- 3,
- 0.1283,
- "_AESIDALSNKHSKEECSSLPSK_"
- ],
- [
- 47713,
- 2,
- 21,
- 5,
- 0.28506,
- "_LPPQTLEGDPGAEGEEGTTTVR_"
- ],
- [
- 19611,
- 2,
- 10,
- 4,
- 0.1283,
- "_APLAVTSQVINCR_"
- ],
- [
- 4996,
- 3,
- 9,
- 3,
- 0.11401,
- "_YAILNEPFKGEMNR_"
- ],
- [
- 3725,
- 3,
- 19,
- 6,
- 0.25649,
- "_LGDVYVNDAFGTAHR_"
- ],
- [
- 48324,
- 2,
- 15,
- 6,
- 0.19952,
- "_HIPVVTQGSNVQSLTQDDGVAK_"
- ],
- [
- 34745,
- 2,
- 13,
- 5,
- 0.17104,
- "_SGWGELSASTEWKDPK_"
- ],
- [
- 8747,
- 2,
- 17,
- 5,
- 0.228,
- "_QFLESSELPR_"
- ],
- [
- 33154,
- 2,
- 8,
- 2,
- 0.099704,
- "_EKNWEAMEALASTEK_"
- ],
- [
- 21268,
- 2,
- 15,
- 3,
- 0.19952,
- "_DGYYEAEFGQER_"
- ],
- [
- 32689,
- 2,
- 17,
- 4,
- 0.228,
- "_ILDQGEDFPASEM(Oxidation (M))TR_"
- ],
- [
- 37548,
- 3,
- 15,
- 6,
- 0.19952,
- "_ELQQAQTTRPESTQIQPQPGFCIK_"
- ],
- [
- 33830,
- 2,
- 14,
- 5,
- 0.18528,
- "_DPESETDNDSQEIFK_"
- ],
- [
- 26289,
- 3,
- 13,
- 3,
- 0.17104,
- "_AHLSENELEALEKNDMEQMK_"
- ],
- [
- 16095,
- 2,
- 17,
- 2,
- 0.228,
- "_GEVVDAVVTQVNK_"
- ],
- [
- 31979,
- 3,
- 15,
- 7,
- 0.19952,
- "_MYSHPLHNDPNLETVYTLCEK_"
- ],
- [
- 27697,
- 2,
- 14,
- 3,
- 0.18528,
- "_ASEVMGPVEAAPEYR_"
- ],
- [
- 45161,
- 2,
- 15,
- 7,
- 0.19952,
- "_QAQLAQTLQQQEQASQGLR_"
- ],
- [
- 37850,
- 2,
- 15,
- 7,
- 0.19952,
- "_TVIGCSGFHGDCLTLTK_"
- ],
- [
- 18370,
- 2,
- 9,
- 4,
- 0.11394,
- "_QLLDDEEQLTAK_"
- ],
- [
- 20020,
- 2,
- 15,
- 5,
- 0.19952,
- "_ALLLGLACNHNLK_"
- ],
- [
- 21607,
- 2,
- 13,
- 3,
- 0.17101,
- "_LHQMWLSWNQK_"
- ],
- [
- 6911,
- 2,
- 9,
- 2,
- 0.11394,
- "_EYDQALADLK_"
- ],
- [
- 12914,
- 3,
- 11,
- 5,
- 0.14253,
- "_QLTEEDGVHSVIEENIK_"
- ],
- [
- 21815,
- 2,
- 19,
- 4,
- 0.25648,
- "_LVTDQNISENWR_"
- ],
- [
- 29342,
- 2,
- 17,
- 6,
- 0.22801,
- "_LCYVGYNIEQEQK_"
- ],
- [
- 6730,
- 3,
- 12,
- 5,
- 0.15678,
- "_PPTEPIGFDLEIEKR_"
- ],
- [
- 40520,
- 2,
- 15,
- 5,
- 0.19952,
- "_GSGDTSNFDDYEEEDIR_"
- ],
- [
- 27672,
- 2,
- 17,
- 5,
- 0.22801,
- "_SVEVQGETETIIATK_"
- ],
- [
- 28418,
- 2,
- 9,
- 2,
- 0.11394,
- "_INFLSNNQCENIR_"
- ],
- [
- 26665,
- 3,
- 16,
- 7,
- 0.21376,
- "_HTWMEDADSCVAHNALECAR_"
- ],
- [
- 14701,
- 2,
- 12,
- 5,
- 0.15678,
- "_DDLDEEEDTHL_"
- ],
- [
- 38706,
- 2,
- 7,
- 3,
- 0.085414,
- "_EAAGTMTLSQFQTLHEK_"
- ],
- [
- 21596,
- 2,
- 9,
- 4,
- 0.11394,
- "_YAQGADSVEPMFR_"
- ],
- [
- 11517,
- 2,
- 16,
- 4,
- 0.21376,
- "_QSLEYLEQVR_"
- ],
- [
- 11205,
- 3,
- 6,
- 2,
- 0.071184,
- "_AGSMKDPLLDDHGDFIR_"
- ],
- [
- 47527,
- 2,
- 9,
- 5,
- 0.11394,
- "_QAPVCGDDGVTYENDCVMGR_"
- ],
- [
- 13394,
- 2,
- 15,
- 4,
- 0.19952,
- "_ENWGPWSAGGSR_"
- ],
- [
- 15604,
- 3,
- 13,
- 7,
- 0.17101,
- "_FENVNGYTNCCFGFHR_"
- ],
- [
- 36810,
- 2,
- 15,
- 5,
- 0.19952,
- "_ALGLDTGQQQDAQEFSK_"
- ],
- [
- 6588,
- 3,
- 8,
- 2,
- 0.099636,
- "_ILALCM(Oxidation (M))GNHELYMR_"
- ],
- [
- 36488,
- 2,
- 10,
- 4,
- 0.12824,
- "_CDDDSETSNWIAANTK_"
- ],
- [
- 18694,
- 3,
- 10,
- 4,
- 0.12824,
- "_AQTSLESQFTDRYPDNLK_"
- ],
- [
- 31052,
- 2,
- 14,
- 5,
- 0.18527,
- "_SASVNKEPVSLPGIMR_"
- ],
- [
- 6525,
- 2,
- 8,
- 4,
- 0.099636,
- "_LDLVGSSQPIK_"
- ],
- [
- 5719,
- 2,
- 10,
- 2,
- 0.12824,
- "_YVTTILDDAK_"
- ],
- [
- 40724,
- 3,
- 10,
- 3,
- 0.12824,
- "_HISESCPFPSPGGQLAEVHSVSPEQGAK_"
- ],
- [
- 14166,
- 3,
- 14,
- 6,
- 0.18527,
- "_HPVTGQFLYQDSNWASK_"
- ],
- [
- 4914,
- 4,
- 10,
- 5,
- 0.12824,
- "_QLDHPLPTVHPQVTYAYMK_"
- ],
- [
- 37486,
- 3,
- 11,
- 7,
- 0.14253,
- "_ELFQTPGHTEESMTDDKITEVSCK_"
- ],
- [
- 26400,
- 2,
- 11,
- 4,
- 0.14253,
- "_LSDGELLFECAGHK_"
- ],
- [
- 21127,
- 2,
- 12,
- 4,
- 0.15678,
- "_VDVSCEPLEGVEK_"
- ],
- [
- 43020,
- 2,
- 13,
- 5,
- 0.17101,
- "_GEHSIVYLKPSYAFGSVGK_"
- ],
- [
- 22395,
- 3,
- 13,
- 6,
- 0.17101,
- "_LKEEFQHAMGGVPAWAETTK_"
- ],
- [
- 40228,
- 2,
- 9,
- 5,
- 0.11394,
- "_QLTEEDGVHSVIEENIK_"
- ],
- [
- 45527,
- 2,
- 9,
- 3,
- 0.11394,
- "_ITATTTQVTSTTTQDTTPFK_"
- ],
- [
- 372,
- 2,
- 14,
- 5,
- 0.18527,
- "_MLVVGGIDR_"
- ],
- [
- 9493,
- 2,
- 11,
- 3,
- 0.1425,
- "_WLPELVEHAK_"
- ],
- [
- 25925,
- 2,
- 7,
- 4,
- 0.085438,
- "_ISAVQFPESADTTAK_"
- ],
- [
- 29230,
- 2,
- 8,
- 2,
- 0.099668,
- "_APGSAGHYELPWVEK_"
- ],
- [
- 18349,
- 4,
- 11,
- 6,
- 0.1425,
- "_ASHHIYPYSSSQDDEEWLRPVMR_"
- ],
- [
- 32777,
- 2,
- 12,
- 6,
- 0.15679,
- "_TATANGFQMVTSGVQSK_"
- ],
- [
- 26777,
- 2,
- 12,
- 5,
- 0.15679,
- "_ATNVVMNYSEIESK_"
- ],
- [
- 29749,
- 3,
- 9,
- 4,
- 0.11389,
- "_NTDYTELHQQNTDLIYQTGPK_"
- ],
- [
- 24157,
- 2,
- 10,
- 5,
- 0.12819,
- "_IPQLAPPASDSTVTK_"
- ],
- [
- 38634,
- 2,
- 11,
- 5,
- 0.1425,
- "_VGNGFEEGTTQGPLINEK_"
- ],
- [
- 18812,
- 2,
- 12,
- 4,
- 0.15679,
- "_KVNPAAALEELEK_"
- ],
- [
- 12165,
- 3,
- 12,
- 2,
- 0.15679,
- "_IFASIAPSIYGHEDIKR_"
- ],
- [
- 17608,
- 2,
- 10,
- 5,
- 0.12819,
- "_GQSGIIYCFSQK_"
- ],
- [
- 36404,
- 3,
- 10,
- 7,
- 0.12819,
- "_LQEANAQLAEQACPHDVEMTPVQR_"
- ],
- [
- 19494,
- 2,
- 10,
- 4,
- 0.12819,
- "_YLDLEEEADTTK_"
- ],
- [
- 44871,
- 2,
- 12,
- 5,
- 0.15679,
- "_AAEEAASTLASSIHPEQCIK_"
- ],
- [
- 20815,
- 4,
- 11,
- 6,
- 0.1425,
- "_MPNVPNTQPAIMKPTEEHPAYTQIAK_"
- ],
- [
- 9671,
- 4,
- 9,
- 3,
- 0.11389,
- "_RGEQADHFTQTPLDPGSQVLVR_"
- ],
- [
- 1548,
- 2,
- 8,
- 2,
- 0.099668,
- "_FLLVDCQK_"
- ],
- [
- 36331,
- 2,
- 11,
- 5,
- 0.1425,
- "_CTQIINGSVDVDTEDR_"
- ],
- [
- 42482,
- 2,
- 12,
- 4,
- 0.15679,
- "_QGQETAVAPSLVAPALNKPK_"
- ],
- [
- 4262,
- 3,
- 12,
- 4,
- 0.15679,
- "_HAHSILQFQFAEVK_"
- ],
- [
- 10786,
- 4,
- 11,
- 6,
- 0.1425,
- "_LTALDYHNPAGFNCKDETEFR_"
- ],
- [
- 43534,
- 2,
- 10,
- 4,
- 0.12819,
- "_AQTLPTSVVTITSESSPGKR_"
- ],
- [
- 30999,
- 2,
- 16,
- 3,
- 0.21377,
- "_NVQAEEM(Oxidation (M))VEFSSGLK_"
- ],
- [
- 25283,
- 3,
- 14,
- 5,
- 0.18527,
- "_NALPPVLTTVNGQSPPEHSAPAK_"
- ],
- [
- 39034,
- 2,
- 15,
- 5,
- 0.19952,
- "_GIIIMGEDDDSHPSEMR_"
- ],
- [
- 28961,
- 2,
- 27,
- 6,
- 0.37063,
- "_LGDVYVNDAFGTAHR_"
- ],
- [
- 24352,
- 2,
- 15,
- 4,
- 0.19952,
- "_WADNFMAEGCGGSK_"
- ],
- [
- 28036,
- 2,
- 15,
- 7,
- 0.19952,
- "_EAMEHPYFYTVVK_"
- ],
- [
- 13881,
- 2,
- 15,
- 4,
- 0.19952,
- "_NCMVAEDFTVK_"
- ],
- [
- 22895,
- 2,
- 27,
- 2,
- 0.37063,
- "_EVGIPPEQSLETAK_"
- ],
- [
- 3316,
- 2,
- 14,
- 3,
- 0.18527,
- "_YEVAVPLCK_"
- ],
- [
- 24405,
- 3,
- 16,
- 7,
- 0.21377,
- "_HGYEKPTPIQTQAIPAIMSGR_"
- ],
- [
- 38759,
- 2,
- 16,
- 7,
- 0.21377,
- "_GGGGYTCQSGSGWDEFTK_"
- ],
- [
- 11223,
- 2,
- 16,
- 3,
- 0.21377,
- "_EGLEEGDQILR_"
- ],
- [
- 39547,
- 2,
- 16,
- 4,
- 0.21377,
- "_SIQEIQELDKDDESLR_"
- ],
- [
- 9886,
- 2,
- 14,
- 4,
- 0.18527,
- "_EVTPEGLQMVK_"
- ],
- [
- 5080,
- 3,
- 14,
- 6,
- 0.18527,
- "_SASVNKEPVSLPGIMR_"
- ],
- [
- 27168,
- 2,
- 28,
- 3,
- 0.38488,
- "_FPSGNYPPCIGDNR_"
- ],
- [
- 41340,
- 2,
- 19,
- 7,
- 0.25649,
- "_HPVTGQFLYQDSNWASK_"
- ],
- [
- 38159,
- 2,
- 19,
- 4,
- 0.25649,
- "_WLHGLESQIQSDDYGK_"
- ],
- [
- 44158,
- 2,
- 13,
- 4,
- 0.17103,
- "_FSVSPSSPSSQQTPPPVTPR_"
- ],
- [
- 12640,
- 3,
- 18,
- 5,
- 0.24226,
- "_IPTNDELLYDPEKDNR_"
- ],
- [
- 36190,
- 2,
- 20,
- 7,
- 0.27074,
- "_TSMCSIQSAPPEPATLK_"
- ],
- [
- 16987,
- 3,
- 13,
- 5,
- 0.17103,
- "_FEGQITVYHYDGGPCYR_"
- ],
- [
- 6178,
- 2,
- 13,
- 5,
- 0.17103,
- "_GVFNVQMEPK_"
- ],
- [
- 18973,
- 3,
- 10,
- 5,
- 0.12813,
- "_VFGVDDNQDYNRPVINEK_"
- ],
- [
- 34757,
- 2,
- 10,
- 2,
- 0.12813,
- "_YKPYEEALLQAEAPR_"
- ],
- [
- 45611,
- 2,
- 10,
- 3,
- 0.12813,
- "_QKADEEEMLDNLPEAGDSR_"
- ],
- [
- 41684,
- 2,
- 10,
- 4,
- 0.12813,
- "_KDLLVENVPYCDAPTQK_"
- ],
- [
- 41942,
- 2,
- 17,
- 6,
- 0.22801,
- "_MVSDINNGWQHLEQAEK_"
- ],
- [
- 15904,
- 3,
- 8,
- 2,
- 0.099677,
- "_QALHEVHPISSGLEAMALK_"
- ],
- [
- 9362,
- 2,
- 10,
- 3,
- 0.12813,
- "_ILTGLNYEAPK_"
- ],
- [
- 3738,
- 2,
- 12,
- 2,
- 0.15674,
- "_LWNTLGVCK_"
- ],
- [
- 33548,
- 2,
- 10,
- 3,
- 0.12813,
- "_APPNATLEHFYLTSGK_"
- ],
- [
- 11508,
- 2,
- 11,
- 4,
- 0.14243,
- "_GYEEEIIHFK_"
- ],
- [
- 30233,
- 3,
- 11,
- 6,
- 0.14243,
- "_LTALDYHNPAGFNCKDETEFR_"
- ],
- [
- 25615,
- 2,
- 9,
- 2,
- 0.11391,
- "_LSVQSAISTQPEAVK_"
- ],
- [
- 18640,
- 2,
- 11,
- 4,
- 0.14243,
- "_VINLNDNTFTEK_"
- ],
- [
- 21783,
- 2,
- 9,
- 4,
- 0.11391,
- "_AGHLCTVQFLISK_"
- ],
- [
- 5238,
- 2,
- 11,
- 2,
- 0.14243,
- "_NNFIPQPIGK_"
- ],
- [
- 17910,
- 2,
- 16,
- 5,
- 0.21376,
- "_EGTGTEMPMIGDR_"
- ],
- [
- 22788,
- 2,
- 11,
- 3,
- 0.14243,
- "_AGGIETIANEYSDR_"
- ],
- [
- 12208,
- 3,
- 17,
- 6,
- 0.22801,
- "_SIQEIQELDKDDESLR_"
- ],
- [
- 25531,
- 3,
- 9,
- 3,
- 0.11391,
- "_QSGEPFLQDGSCINVAPHLHK_"
- ],
- [
- 17424,
- 2,
- 18,
- 3,
- 0.24225,
- "_VDINAPDVEVQGK_"
- ],
- [
- 13276,
- 2,
- 19,
- 4,
- 0.2565,
- "_HGDGTTLDIMLK_"
- ],
- [
- 24072,
- 3,
- 11,
- 6,
- 0.14243,
- "_EDDRVAIHEAMEQQTISIAK_"
- ],
- [
- 7601,
- 3,
- 19,
- 3,
- 0.2565,
- "_MEKPPAPPSLPAGPPGVK_"
- ],
- [
- 31282,
- 3,
- 12,
- 6,
- 0.15674,
- "_AADFQLHTHVNDGTEFGGSIYQK_"
- ],
- [
- 39197,
- 2,
- 14,
- 7,
- 0.18527,
- "_VNINGGAVSLGHPIGMSGAR_"
- ],
- [
- 15522,
- 2,
- 14,
- 4,
- 0.18527,
- "_QVDEAEEEIER_"
- ],
- [
- 16896,
- 3,
- 13,
- 5,
- 0.17102,
- "_AQTLPTSVVTITSESSPGKR_"
- ],
- [
- 20191,
- 2,
- 14,
- 4,
- 0.18527,
- "_GVSIPLMHEAMQK_"
- ],
- [
- 30551,
- 2,
- 13,
- 4,
- 0.17102,
- "_GFVEPDHYVVVGAQR_"
- ],
- [
- 42937,
- 2,
- 15,
- 5,
- 0.19951,
- "_FDYSGVGSSDGNSEESTLGK_"
- ],
- [
- 2697,
- 2,
- 13,
- 4,
- 0.17102,
- "_EEIDSILNK_"
- ],
- [
- 19817,
- 3,
- 23,
- 4,
- 0.31345,
- "_LPPEEASPYVVDHGESGPLR_"
- ],
- [
- 6741,
- 2,
- 8,
- 2,
- 0.099688,
- "_SGDLGDMEPLK_"
- ],
- [
- 23174,
- 3,
- 7,
- 2,
- 0.085449,
- "_TVTSFYNQSAIDAAAEKPSVR_"
- ],
- [
- 9188,
- 4,
- 18,
- 5,
- 0.24225,
- "_GVTIPYRPKPSSSPVIFAGGQDR_"
- ],
- [
- 20695,
- 3,
- 27,
- 7,
- 0.37053,
- "_YHTSQSGDEMTSLSEYVSR_"
- ],
- [
- 24511,
- 2,
- 11,
- 2,
- 0.14237,
- "_WEQVVDLTYSHR_"
- ],
- [
- 22732,
- 2,
- 12,
- 4,
- 0.15667,
- "_HEMLPASLIQAQR_"
- ],
- [
- 21728,
- 2,
- 8,
- 2,
- 0.099688,
- "_QQAANLLQDMGQR_"
- ],
- [
- 16194,
- 3,
- 21,
- 6,
- 0.28497,
- "_GEHSIVYLKPSYAFGSVGK_"
- ],
- [
- 32369,
- 2,
- 22,
- 3,
- 0.29922,
- "_LPPYSAGDGAELSTPGGK_"
- ],
- [
- 27267,
- 2,
- 11,
- 5,
- 0.14237,
- "_TVSYNGILGPECGTK_"
- ],
- [
- 46093,
- 2,
- 14,
- 7,
- 0.18526,
- "_LQELESCSGLGSTSDDTDVR_"
- ],
- [
- 12204,
- 3,
- 10,
- 4,
- 0.12815,
- "_HIFSEDTSDFSGMSETK_"
- ],
- [
- 19090,
- 2,
- 15,
- 4,
- 0.19951,
- "_NGESSELDLQGIR_"
- ],
- [
- 39853,
- 2,
- 12,
- 5,
- 0.15667,
- "_LMVVEYAESTNNCQAAK_"
- ],
- [
- 9975,
- 3,
- 13,
- 4,
- 0.17097,
- "_ESLKELEEEAEEEQR_"
- ],
- [
- 12845,
- 3,
- 11,
- 6,
- 0.14237,
- "_QFCFNCGENWHDPVK_"
- ],
- [
- 23916,
- 2,
- 11,
- 5,
- 0.14237,
- "_SWTAADTAAQITQR_"
- ],
- [
- 31325,
- 4,
- 11,
- 6,
- 0.14237,
- "_FGSSPLDQSGFSPSVQSHSHSFNQSSSSQWR_"
- ],
- [
- 48758,
- 3,
- 11,
- 8,
- 0.14237,
- "_DGSDEPGTAACPNGSFHCTNTGYKPLYIPSNR_"
- ],
- [
- 7168,
- 2,
- 13,
- 4,
- 0.17097,
- "_ADLLLSTQPGR_"
- ],
- [
- 10087,
- 2,
- 7,
- 2,
- 0.085449,
- "_NMDAIIVDSEK_"
- ],
- [
- 28341,
- 3,
- 17,
- 7,
- 0.228,
- "_GVTIPYRPKPSSSPVIFAGGQDR_"
- ],
- [
- 17961,
- 3,
- 16,
- 2,
- 0.21375,
- "_NAEFDRHEIQIYEEVAK_"
- ],
- [
- 31161,
- 2,
- 17,
- 4,
- 0.228,
- "_GISCM(Oxidation (M))NTTLSESPFK_"
- ],
- [
- 24843,
- 3,
- 15,
- 5,
- 0.19951,
- "_ILAGDVETHAEMVHSAFQAQR_"
- ],
- [
- 18118,
- 3,
- 17,
- 5,
- 0.228,
- "_KPPGPPPGPPPPQVVQMYGR_"
- ],
- [
- 16339,
- 2,
- 8,
- 5,
- 0.099684,
- "_DLLVHVEYCSK_"
- ],
- [
- 30563,
- 2,
- 15,
- 4,
- 0.1995,
- "_KQSLPATSIPTPASFK_"
- ],
- [
- 7025,
- 2,
- 7,
- 2,
- 0.085436,
- "_LQEQEVFFK_"
- ],
- [
- 4741,
- 3,
- 20,
- 7,
- 0.27072,
- "_GFVEPDHYVVVGAQR_"
- ],
- [
- 6108,
- 3,
- 12,
- 3,
- 0.1566,
- "_KLPSVEGLHAIVVSDR_"
- ],
- [
- 41741,
- 2,
- 9,
- 4,
- 0.11392,
- "_GTTTVDGAGFGIDRPAELSK_"
- ],
- [
- 20449,
- 3,
- 11,
- 5,
- 0.14238,
- "_QPLTVEHMYEDISQDHVK_"
- ],
- [
- 605,
- 2,
- 13,
- 3,
- 0.1709,
- "_QLFDQVVK_"
- ],
- [
- 1731,
- 2,
- 16,
- 5,
- 0.21375,
- "_WLAIDANAR_"
- ],
- [
- 28948,
- 3,
- 12,
- 6,
- 0.1566,
- "_RGEQADHFTQTPLDPGSQVLVR_"
- ],
- [
- 33145,
- 2,
- 21,
- 8,
- 0.28497,
- "_EMQNLSFQDCYSSK_"
- ],
- [
- 36315,
- 3,
- 13,
- 4,
- 0.1709,
- "_DRAEEPMATEPAPAGAPGDLGSQPPAAK_"
- ],
- [
- 14193,
- 2,
- 15,
- 5,
- 0.1995,
- "_QLAGEDMEISVK_"
- ],
- [
- 27512,
- 2,
- 13,
- 3,
- 0.1709,
- "_LESPTVSTLTPSSPGK_"
- ],
- [
- 4695,
- 2,
- 9,
- 3,
- 0.11392,
- "_VFQVEYAMK_"
- ],
- [
- 20867,
- 3,
- 13,
- 5,
- 0.1709,
- "_GNHETDNMNQIYGFEGEVK_"
- ],
- [
- 7144,
- 3,
- 14,
- 6,
- 0.18521,
- "_VFDKDGNGYISAAELR_"
- ],
- [
- 19736,
- 3,
- 15,
- 6,
- 0.1995,
- "_QKADEEEMLDNLPEAGDSR_"
- ],
- [
- 25330,
- 2,
- 10,
- 5,
- 0.12815,
- "_TFFENVNLCDHR_"
- ],
- [
- 38764,
- 2,
- 12,
- 4,
- 0.1566,
- "_VLCQFCDQDPAQDAVK_"
- ],
- [
- 47889,
- 3,
- 10,
- 7,
- 0.12815,
- "_ISKPQELSSDLNVGDTSQNSCVDCSVTQSNK_"
- ],
- [
- 2400,
- 2,
- 15,
- 4,
- 0.1995,
- "_SIGEYDVLR_"
- ],
- [
- 9047,
- 2,
- 9,
- 3,
- 0.11392,
- "_HITLIFNPTR_"
- ],
- [
- 3049,
- 2,
- 9,
- 3,
- 0.11392,
- "_LLYTGDFSR_"
- ],
- [
- 3249,
- 2,
- 18,
- 2,
- 0.24224,
- "_TVLQMDELK_"
- ],
- [
- 40411,
- 2,
- 15,
- 3,
- 0.1995,
- "_VDSEGDFSENDDAAGDFR_"
- ],
- [
- 34379,
- 2,
- 12,
- 6,
- 0.1566,
- "_AGSSWQCDTCLLQNK_"
- ],
- [
- 26299,
- 2,
- 17,
- 4,
- 0.22798,
- "_DNQNFCVPCYEK_"
- ],
- [
- 13952,
- 2,
- 12,
- 3,
- 0.1566,
- "_QILDPAASVTGSR_"
- ],
- [
- 9632,
- 2,
- 15,
- 3,
- 0.1995,
- "_DEVDSLMCEK_"
- ],
- [
- 36801,
- 2,
- 10,
- 4,
- 0.12815,
- "_GESAADSDGWDSAPSDLR_"
- ],
- [
- 26958,
- 2,
- 22,
- 6,
- 0.2992,
- "_ASLAETDKITLEVAK_"
- ],
- [
- 39600,
- 3,
- 17,
- 8,
- 0.22798,
- "_IHQIGPGMVQQIQSVCMECQGHGER_"
- ],
- [
- 10301,
- 2,
- 15,
- 4,
- 0.1995,
- "_GEGPDVDVNLPK_"
- ],
- [
- 40291,
- 2,
- 13,
- 3,
- 0.1709,
- "_DLSMALPSGQVCHDQQR_"
- ],
- [
- 34126,
- 2,
- 9,
- 3,
- 0.11392,
- "_RSEVLAEESIVCLQK_"
- ],
- [
- 10176,
- 4,
- 10,
- 4,
- 0.12815,
- "_KLQSNPSLEGVSHVIVDEVHER_"
- ],
- [
- 25720,
- 3,
- 12,
- 5,
- 0.1566,
- "_QEETDHKNDNQILSEIVEAK_"
- ],
- [
- 45964,
- 2,
- 13,
- 5,
- 0.1709,
- "_QIYYSDKYDDEEFEYR_"
- ],
- [
- 12351,
- 3,
- 13,
- 5,
- 0.1709,
- "_FQIQDISVETEDNKEK_"
- ],
- [
- 8589,
- 3,
- 5,
- 4,
- 0.056966,
- "_LILIACGTSYHAGVATR_"
- ],
- [
- 34608,
- 2,
- 15,
- 2,
- 0.1995,
- "_HSLECTLILTEGDSAK_"
- ],
- [
- 41112,
- 3,
- 17,
- 8,
- 0.22798,
- "_IEVQDTSGGTTALRPSASTQALSSSVSSSK_"
- ],
- [
- 20245,
- 3,
- 13,
- 6,
- 0.17085,
- "_QIYYSDKYDDEEFEYR_"
- ],
- [
- 46717,
- 2,
- 9,
- 5,
- 0.11393,
- "_VGVKPVGSDPDFQPELSGAGSR_"
- ],
- [
- 46383,
- 2,
- 13,
- 5,
- 0.17085,
- "_GNHETDNMNQIYGFEGEVK_"
- ],
- [
- 4193,
- 3,
- 10,
- 3,
- 0.12817,
- "_LFYHIVDSDEVSTK_"
- ],
- [
- 2803,
- 3,
- 12,
- 5,
- 0.15662,
- "_KTVTAMDVVYALKR_"
- ],
- [
- 29634,
- 2,
- 8,
- 2,
- 0.099681,
- "_STYNHLSSWLTDAR_"
- ],
- [
- 34730,
- 2,
- 11,
- 5,
- 0.1424,
- "_AGVVGPELHEQLLSAEK_"
- ],
- [
- 17730,
- 2,
- 8,
- 3,
- 0.099681,
- "_NINTFVETPVQK_"
- ],
- [
- 39644,
- 2,
- 10,
- 4,
- 0.12817,
- "_MGQAPSQSLLPPAQDQPR_"
- ],
- [
- 24368,
- 2,
- 11,
- 3,
- 0.1424,
- "_NHAIFSEDLENLK_"
- ],
- [
- 19073,
- 3,
- 10,
- 5,
- 0.12817,
- "_VKLDHDGAILDVDEDDVEK_"
- ],
- [
- 14188,
- 2,
- 11,
- 5,
- 0.1424,
- "_AVSDWIDEQEK_"
- ],
- [
- 41679,
- 2,
- 13,
- 5,
- 0.17085,
- "_QVLTLTVCECLHGSGCR_"
- ],
- [
- 28705,
- 2,
- 11,
- 4,
- 0.1424,
- "_IQFVGACNPPTDPGR_"
- ],
- [
- 17408,
- 3,
- 12,
- 5,
- 0.15662,
- "_ENPYGEDDNKSPFPLQPK_"
- ],
- [
- 33389,
- 4,
- 12,
- 8,
- 0.15662,
- "_DGSDEPGTAACPNGSFHCTNTGYKPLYIPSNR_"
- ],
- [
- 8447,
- 4,
- 10,
- 5,
- 0.12817,
- "_LEDGQAVQLEDGTTAFIHHTSK_"
- ],
- [
- 28482,
- 2,
- 12,
- 5,
- 0.15662,
- "_LEVDEDFEEDNAAK_"
- ],
- [
- 32854,
- 2,
- 12,
- 5,
- 0.15662,
- "_KQIQFADDMQEFTK_"
- ],
- [
- 15028,
- 2,
- 9,
- 4,
- 0.11393,
- "_ELVEFAQDDDR_"
- ],
- [
- 3501,
- 3,
- 12,
- 3,
- 0.15662,
- "_LEVSMVKPTPGLTPR_"
- ],
- [
- 23773,
- 2,
- 11,
- 3,
- 0.1424,
- "_YEMLQDNVEGYR_"
- ],
- [
- 7424,
- 3,
- 11,
- 3,
- 0.1424,
- "_KDSEDMGVVVSLGTGNR_"
- ],
- [
- 28795,
- 2,
- 13,
- 5,
- 0.17085,
- "_(Acetyl (Protein N-term))AAATGAVAASAASGQAEGK_"
- ],
- [
- 21371,
- 2,
- 15,
- 5,
- 0.19945,
- "_YLEANMTQSALPK_"
- ],
- [
- 17489,
- 2,
- 13,
- 5,
- 0.17085,
- "_MNESDAWFEEK_"
- ],
- [
- 14841,
- 3,
- 18,
- 6,
- 0.24222,
- "_MVSDINNGWQHLEQAEK_"
- ],
- [
- 11821,
- 2,
- 15,
- 4,
- 0.19945,
- "_STGEAFVQFASK_"
- ],
- [
- 30541,
- 2,
- 14,
- 2,
- 0.18515,
- "_EGAAEGPLDPSGYNPAK_"
- ],
- [
- 8235,
- 4,
- 13,
- 7,
- 0.17085,
- "_EATTDFTVDSRPLTQVGGDHIK_"
- ],
- [
- 43100,
- 2,
- 13,
- 6,
- 0.17085,
- "_NPQMPQYSSPQPGSALSPR_"
- ],
- [
- 18252,
- 2,
- 18,
- 3,
- 0.24222,
- "_SIMTIVGHTDVVK_"
- ],
- [
- 5776,
- 4,
- 20,
- 5,
- 0.27073,
- "_FAAHLIAGAPSEGSGALKPELSR_"
- ],
- [
- 32171,
- 2,
- 14,
- 4,
- 0.18515,
- "_TNIQVTVTGPSSPSPVK_"
- ],
- [
- 11829,
- 3,
- 20,
- 6,
- 0.27073,
- "_VNINGGAVSLGHPIGMSGAR_"
- ],
- [
- 13999,
- 3,
- 19,
- 6,
- 0.25648,
- "_GVSSQETAGIGASAHLVNFK_"
- ],
- [
- 12522,
- 4,
- 17,
- 6,
- 0.22799,
- "_ETAHWKPPPWNDVDPPKDTIVK_"
- ],
- [
- 48647,
- 2,
- 13,
- 6,
- 0.17085,
- "_VGDSTPVSEKPVSAAVDANASESP_"
- ],
- [
- 16700,
- 2,
- 12,
- 3,
- 0.15664,
- "_HECMAPLTALVK_"
- ],
- [
- 16390,
- 4,
- 20,
- 8,
- 0.27073,
- "_ELFALKPMNCPGHCLMFDHRPR_"
- ],
- [
- 31449,
- 2,
- 16,
- 6,
- 0.2137,
- "_(Acetyl (Protein N-term))SDKPDMAEIEKFDK_"
- ],
- [
- 34156,
- 4,
- 21,
- 9,
- 0.28498,
- "_NVLSDSRPAMAPGSSHLGAPASTTTAADATPSGSLAR_"
- ],
- [
- 24993,
- 2,
- 14,
- 3,
- 0.18509,
- "_DDILNGSHPVSFDK_"
- ],
- [
- 21952,
- 2,
- 20,
- 6,
- 0.27073,
- "_NDLSPTTVMSEGAR_"
- ],
- [
- 24151,
- 2,
- 13,
- 5,
- 0.17087,
- "_LQALDTGWNELHK_"
- ],
- [
- 2236,
- 2,
- 15,
- 4,
- 0.1994,
- "_QPGITFIAAK_"
- ],
- [
- 14562,
- 3,
- 15,
- 5,
- 0.1994,
- "_KDLLVENVPYCDAPTQK_"
- ],
- [
- 38733,
- 2,
- 13,
- 3,
- 0.17087,
- "_AQCYMDTEQYEEAVR_"
- ],
- [
- 1047,
- 2,
- 15,
- 5,
- 0.1994,
- "_VLTEIIASR_"
- ],
- [
- 20424,
- 2,
- 16,
- 6,
- 0.2137,
- "_KSEIEYYAMLAK_"
- ],
- [
- 9296,
- 3,
- 9,
- 5,
- 0.11393,
- "_LGAGPGDAGEVQAHPFFR_"
- ],
- [
- 19681,
- 3,
- 10,
- 2,
- 0.12818,
- "_DAEMPATEKDLAEDAPWKK_"
- ],
- [
- 43832,
- 2,
- 9,
- 4,
- 0.11393,
- "_DCCYSIHQMAQMGVGEGK_"
- ],
- [
- 8341,
- 2,
- 10,
- 3,
- 0.12818,
- "_SSFNLGTIETK_"
- ],
- [
- 15299,
- 2,
- 10,
- 4,
- 0.12818,
- "_LLDGLAQAQAEGR_"
- ],
- [
- 10745,
- 2,
- 10,
- 4,
- 0.12818,
- "_EMFDDVSYDK_"
- ],
- [
- 31750,
- 2,
- 10,
- 3,
- 0.12818,
- "_HQDEAVVLSYVNGDR_"
- ],
- [
- 35232,
- 2,
- 10,
- 4,
- 0.12818,
- "_DEYLINSQTTEHIVK_"
- ],
- [
- 6121,
- 3,
- 10,
- 4,
- 0.12818,
- "_FQFPSHVTDVSEEAK_"
- ],
- [
- 41701,
- 2,
- 10,
- 4,
- 0.12818,
- "_GADGMILGGPQSDSDTDAQR_"
- ],
- [
- 41222,
- 2,
- 18,
- 6,
- 0.24224,
- "_GVSSQETAGIGASAHLVNFK_"
- ],
- [
- 27085,
- 3,
- 16,
- 6,
- 0.2137,
- "_EATTDFTVDSRPLTQVGGDHIK_"
- ],
- [
- 33889,
- 2,
- 18,
- 7,
- 0.24224,
- "_VFDKDGNGYISAAELR_"
- ],
- [
- 39081,
- 2,
- 11,
- 4,
- 0.14241,
- "_TLEHLQLSHDQLLEVK_"
- ],
- [
- 3028,
- 2,
- 11,
- 2,
- 0.14241,
- "_IQQLAISGLK_"
- ],
- [
- 5307,
- 3,
- 17,
- 7,
- 0.22799,
- "_KPGINVASDWSIHLR_"
- ],
- [
- 12926,
- 2,
- 10,
- 4,
- 0.12818,
- "_YQLDPTASISAK_"
- ],
- [
- 12694,
- 3,
- 10,
- 2,
- 0.12818,
- "_FNSLPRPDPEPVPPVGSK_"
- ],
- [
- 30818,
- 2,
- 10,
- 2,
- 0.12818,
- "_NSSQDDLFPTSDTPR_"
- ],
- [
- 13487,
- 3,
- 13,
- 4,
- 0.17087,
- "_SIAIMRPNNLVHFTESK_"
- ],
- [
- 20283,
- 2,
- 9,
- 3,
- 0.11393,
- "_LQEVGQVSVSLQR_"
- ],
- [
- 14434,
- 2,
- 10,
- 2,
- 0.12818,
- "_LFQSDTNAMLGK_"
- ],
- [
- 48272,
- 2,
- 13,
- 4,
- 0.17087,
- "_FNSESESGSEASSPDYFGPPAK_"
- ],
- [
- 33110,
- 2,
- 9,
- 3,
- 0.11393,
- "_NLQAHYEDFLQDSR_"
- ],
- [
- 27607,
- 3,
- 14,
- 3,
- 0.18509,
- "_KANLQQAIVTPLKPVDNTYYK_"
- ],
- [
- 25898,
- 3,
- 8,
- 4,
- 0.099691,
- "_GTGNTSTDGSYKPSFLTDQELK_"
- ],
- [
- 4551,
- 2,
- 14,
- 4,
- 0.18509,
- "_QVLLGDQIPK_"
- ],
- [
- 40758,
- 2,
- 13,
- 4,
- 0.17087,
- "_SSTEGSESSIMGNSIDTVR_"
- ],
- [
- 7933,
- 2,
- 15,
- 5,
- 0.1994,
- "_VLEGSELELAK_"
- ],
- [
- 7809,
- 3,
- 14,
- 4,
- 0.18509,
- "_AGVVGPELHEQLLSAEK_"
- ],
- [
- 19453,
- 2,
- 14,
- 2,
- 0.18509,
- "_ANNYNEAVYLVR_"
- ],
- [
- 9990,
- 2,
- 7,
- 2,
- 0.085458,
- "_ECPEIGPFAGR_"
- ],
- [
- 22221,
- 2,
- 13,
- 4,
- 0.17087,
- "_YSDDTPLPTPSYK_"
- ],
- [
- 37438,
- 2,
- 14,
- 2,
- 0.18509,
- "_RFFQTACDVPELQDK_"
- ],
- [
- 35921,
- 2,
- 14,
- 6,
- 0.18509,
- "_SGMYTVAMAYCGSGNNK_"
- ],
- [
- 6737,
- 3,
- 13,
- 6,
- 0.17087,
- "_FAEWCLDYGAHGCR_"
- ],
- [
- 31531,
- 2,
- 13,
- 4,
- 0.17091,
- "_EIEMSVDDDDINSSK_"
- ],
- [
- 46630,
- 2,
- 10,
- 4,
- 0.12819,
- "_CTHLLCESQVSSAYAQAIR_"
- ],
- [
- 30082,
- 2,
- 14,
- 4,
- 0.18514,
- "_TGEEDEEEFFCNR_"
- ],
- [
- 40089,
- 3,
- 18,
- 6,
- 0.24225,
- "_LASVPAGGAVAVSAAPGSAAPAAGSAPAAAEEKK_"
- ],
- [
- 2375,
- 2,
- 11,
- 2,
- 0.14244,
- "_ISVFIQTDK_"
- ],
- [
- 44745,
- 2,
- 5,
- 5,
- 0.056992,
- "_VVTLQGQIIEQSGTM(Oxidation (M))TGGGSK_"
- ],
- [
- 9506,
- 3,
- 10,
- 4,
- 0.12819,
- "_SRGPATVEDLPSAFEEK_"
- ],
- [
- 2447,
- 2,
- 14,
- 3,
- 0.18514,
- "_YLLGDMEGR_"
- ],
- [
- 30503,
- 3,
- 12,
- 3,
- 0.15668,
- "_RAELVCLNNTEISENSSDLSQK_"
- ],
- [
- 3365,
- 2,
- 12,
- 3,
- 0.15668,
- "_VAGVVAPTLPR_"
- ],
- [
- 16169,
- 2,
- 10,
- 3,
- 0.12819,
- "_CVNWDLPQEAK_"
- ],
- [
- 47622,
- 2,
- 14,
- 4,
- 0.18514,
- "_HSIPSEMEFDPNSNPPCYK_"
- ],
- [
- 42052,
- 2,
- 11,
- 4,
- 0.14244,
- "_DNTRPGANSPEMWSEAIK_"
- ],
- [
- 9672,
- 3,
- 12,
- 4,
- 0.15668,
- "_ASEVEEILDGNDEKYK_"
- ],
- [
- 14269,
- 2,
- 11,
- 2,
- 0.14244,
- "_LIAHAGSLLNLAK_"
- ],
- [
- 18071,
- 2,
- 15,
- 6,
- 0.19936,
- "_MADGVANVEHILK_"
- ],
- [
- 34939,
- 2,
- 12,
- 4,
- 0.15668,
- "_NGDVCISILHEPGEDK_"
- ],
- [
- 120,
- 2,
- 7,
- 3,
- 0.085469,
- "_ELPAVELR_"
- ],
- [
- 15123,
- 3,
- 15,
- 5,
- 0.19936,
- "_SESIHVTLNVEQACYTR_"
- ],
- [
- 8437,
- 3,
- 12,
- 4,
- 0.15668,
- "_DVDEAYMNKVELESR_"
- ],
- [
- 28299,
- 3,
- 15,
- 6,
- 0.19936,
- "_DKLESEMEDAYHEHQANLLR_"
- ],
- [
- 1789,
- 3,
- 9,
- 6,
- 0.11396,
- "_MLTEAIMHDCVVK_"
- ],
- [
- 16527,
- 3,
- 16,
- 5,
- 0.21366,
- "_EGPHYTPPIPNYQPPEGR_"
- ],
- [
- 735,
- 2,
- 8,
- 3,
- 0.099723,
- "_TIDPELLGK_"
- ],
- [
- 32518,
- 2,
- 9,
- 2,
- 0.11396,
- "_FQFPSHVTDVSEEAK_"
- ],
- [
- 1994,
- 2,
- 11,
- 4,
- 0.14244,
- "_MSDGLFLQK_"
- ],
- [
- 12628,
- 2,
- 15,
- 6,
- 0.19936,
- "_HALIIYDDLSK_"
- ],
- [
- 17119,
- 2,
- 11,
- 3,
- 0.14244,
- "_CSVLAAANPVYGR_"
- ],
- [
- 22874,
- 2,
- 15,
- 5,
- 0.19936,
- "_AELFTQSCADLDK_"
- ],
- [
- 36179,
- 2,
- 9,
- 5,
- 0.11396,
- "_VGSDMTSQQEFTSCLK_"
- ],
- [
- 5085,
- 2,
- 11,
- 4,
- 0.14244,
- "_YGPLPGPAVPR_"
- ],
- [
- 22884,
- 2,
- 15,
- 3,
- 0.19936,
- "_IKEEMEAFPEKF_"
- ],
- [
- 42152,
- 2,
- 14,
- 5,
- 0.18514,
- "_SESIHVTLNVEQACYTR_"
- ],
- [
- 29755,
- 4,
- 8,
- 5,
- 0.099723,
- "_CLAGYYGDPIIGSGDHCRPCPCPDGPDSGR_"
- ],
- [
- 19938,
- 2,
- 10,
- 2,
- 0.12819,
- "_DLEAPEVQESYR_"
- ],
- [
- 8480,
- 2,
- 13,
- 5,
- 0.17091,
- "_(Acetyl (Protein N-term))AGLNSLEAVKR_"
- ],
- [
- 45397,
- 2,
- 10,
- 5,
- 0.12819,
- "_(Acetyl (Protein N-term))AQEEEDVRDYNLTEEQK_"
- ],
- [
- 24914,
- 2,
- 23,
- 3,
- 0.31348,
- "_SKESVPEFPLSPPK_"
- ],
- [
- 17148,
- 2,
- 16,
- 6,
- 0.21366,
- "_VSYDMDGFCER_"
- ],
- [
- 2522,
- 3,
- 22,
- 5,
- 0.29924,
- "_LVRPPVQVYGIEGR_"
- ],
- [
- 22415,
- 2,
- 25,
- 6,
- 0.34196,
- "_TTPSYVAFTDTER_"
- ],
- [
- 11253,
- 3,
- 7,
- 2,
- 0.085465,
- "_VSVTVSDDGTLHMHFSR_"
- ],
- [
- 22963,
- 3,
- 13,
- 5,
- 0.17091,
- "_HSIPSEMEFDPNSNPPCYK_"
- ],
- [
- 2,
- 3,
- 8,
- 5,
- 0.099705,
- "_LGLKPLEVNAIK_"
- ],
- [
- 25706,
- 2,
- 12,
- 4,
- 0.15668,
- "_SEVTFLAPVTRPDK_"
- ],
- [
- 16922,
- 2,
- 9,
- 4,
- 0.11396,
- "_EQVSPLETTLEK_"
- ],
- [
- 10682,
- 3,
- 9,
- 4,
- 0.11396,
- "_YQEEFEHFQQELDK_"
- ],
- [
- 35296,
- 2,
- 12,
- 3,
- 0.15668,
- "_VLVDSSFGQPTTQGEAR_"
- ],
- [
- 32552,
- 2,
- 16,
- 5,
- 0.21359,
- "_TFQCELCSYTCPR_"
- ],
- [
- 38207,
- 2,
- 13,
- 4,
- 0.17091,
- "_ESECITKPVSFLPQNK_"
- ],
- [
- 36370,
- 2,
- 9,
- 2,
- 0.11396,
- "_HVEMYQWVETEESR_"
- ],
- [
- 8488,
- 2,
- 15,
- 4,
- 0.19937,
- "_LAVLITNSNVR_"
- ],
- [
- 21575,
- 2,
- 6,
- 2,
- 0.071227,
- "_QELIQAEIQNGVK_"
- ],
- [
- 20164,
- 4,
- 25,
- 8,
- 0.34197,
- "_IHQIGPGMVQQIQSVCMECQGHGER_"
- ],
- [
- 35478,
- 2,
- 15,
- 7,
- 0.19937,
- "_DVDEAYMNKVELESR_"
- ],
- [
- 21392,
- 3,
- 15,
- 7,
- 0.19937,
- "_VGVKPVGSDPDFQPELSGAGSR_"
- ],
- [
- 1844,
- 2,
- 11,
- 3,
- 0.14243,
- "_GFGFVSYEK_"
- ],
- [
- 23608,
- 2,
- 11,
- 3,
- 0.14243,
- "_HMEVCYIFASEK_"
- ],
- [
- 3453,
- 2,
- 34,
- 5,
- 0.47034,
- "_FNPFVTSDR_"
- ],
- [
- 34084,
- 3,
- 9,
- 5,
- 0.11396,
- "_TVLEGSTASTSPADHSALPNQSLTVR_"
- ],
- [
- 4207,
- 2,
- 14,
- 4,
- 0.18514,
- "_ELAMPGEDLK_"
- ],
- [
- 33271,
- 3,
- 18,
- 6,
- 0.2422,
- "_RPDVVENQPDAASQLNVDASGNLAK_"
- ],
- [
- 42908,
- 2,
- 9,
- 4,
- 0.11396,
- "_EIIKQEENVDPDYWEK_"
- ],
- [
- 37502,
- 2,
- 14,
- 3,
- 0.18514,
- "_VADLTEQYNEQYGAVR_"
- ],
- [
- 2869,
- 2,
- 15,
- 3,
- 0.19937,
- "_QPPIDNIIR_"
- ],
- [
- 30645,
- 3,
- 12,
- 4,
- 0.15668,
- "_ENIQTTNYNTALDFHSNSDVTK_"
- ],
- [
- 5349,
- 3,
- 22,
- 7,
- 0.29923,
- "_(Acetyl (Protein N-term))SDKPDMAEIEKFDK_"
- ],
- [
- 11608,
- 2,
- 8,
- 4,
- 0.099705,
- "_VQPYLDEFQK_"
- ],
- [
- 44187,
- 2,
- 14,
- 4,
- 0.18514,
- "_SGDWVCPNPSCGNM(Oxidation (M))NFAR_"
- ],
- [
- 24456,
- 2,
- 9,
- 5,
- 0.11396,
- "_QATTYGMADGDFVR_"
- ],
- [
- 33245,
- 2,
- 18,
- 5,
- 0.2422,
- "_NSTECTLILTEGDSAK_"
- ],
- [
- 26188,
- 2,
- 18,
- 3,
- 0.2422,
- "_GAGTGGLGLAVEGPSEAK_"
- ],
- [
- 35175,
- 2,
- 13,
- 5,
- 0.17091,
- "_EVMYAYVDQHDFSGK_"
- ],
- [
- 30022,
- 2,
- 15,
- 4,
- 0.19937,
- "_DKLEQAQNELSAWK_"
- ],
- [
- 28772,
- 2,
- 13,
- 2,
- 0.17093,
- "_VLGGNQTLTVNVEGTK_"
- ],
- [
- 10341,
- 2,
- 10,
- 3,
- 0.12821,
- "_INFDDNAEFR_"
- ],
- [
- 3636,
- 3,
- 11,
- 4,
- 0.14245,
- "_IIEIEDEAEKWQK_"
- ],
- [
- 283,
- 2,
- 10,
- 4,
- 0.12821,
- "_TIIFVETK_"
- ],
- [
- 20829,
- 2,
- 12,
- 2,
- 0.15668,
- "_INLNLIYDHNPK_"
- ],
- [
- 45406,
- 2,
- 8,
- 5,
- 0.09972,
- "_ENLPVSSDGNLPQQAASAPSR_"
- ],
- [
- 33331,
- 2,
- 11,
- 4,
- 0.14245,
- "_QATSTASTFVKPIFSR_"
- ],
- [
- 39797,
- 2,
- 7,
- 3,
- 0.085482,
- "_SLEPQGQVAEQEEAAALR_"
- ],
- [
- 26619,
- 3,
- 10,
- 4,
- 0.12821,
- "_ISATEDTPEAEGEVPELYHQR_"
- ],
- [
- 29042,
- 2,
- 9,
- 3,
- 0.11396,
- "_VDINTEDLEDGTCR_"
- ],
- [
- 2227,
- 2,
- 10,
- 3,
- 0.12821,
- "_LEVNLQAMK_"
- ],
- [
- 14653,
- 2,
- 10,
- 3,
- 0.12821,
- "_DCEAYALQMTK_"
- ],
- [
- 467,
- 4,
- 8,
- 5,
- 0.09972,
- "_LPLDINPVVHPHGHIFK_"
- ],
- [
- 12509,
- 2,
- 10,
- 4,
- 0.12821,
- "_GEGPEVDMNLPK_"
- ],
- [
- 24973,
- 2,
- 13,
- 5,
- 0.17093,
- "_IVATKPLYVALAQR_"
- ],
- [
- 9268,
- 2,
- 12,
- 5,
- 0.15668,
- "_KPEQIVDFLK_"
- ],
- [
- 27497,
- 2,
- 18,
- 4,
- 0.24215,
- "_KVEINPPDDMEWK_"
- ],
- [
- 37657,
- 2,
- 16,
- 4,
- 0.21363,
- "_(Acetyl (Protein N-term))ADHSFSDGVPSDSVEAAK_"
- ],
- [
- 11844,
- 2,
- 17,
- 5,
- 0.22785,
- "_GPLPAAPPVAPER_"
- ],
- [
- 13367,
- 2,
- 14,
- 5,
- 0.18517,
- "_AALQEELQLCK_"
- ],
- [
- 4410,
- 3,
- 16,
- 6,
- 0.21363,
- "_IFYPETTDIYDRK_"
- ],
- [
- 20702,
- 2,
- 15,
- 4,
- 0.1994,
- "_AHTMTDDVTFWK_"
- ],
- [
- 41295,
- 2,
- 13,
- 3,
- 0.17093,
- "_LWAHVYAGAPVSSPEYTK_"
- ],
- [
- 19257,
- 2,
- 15,
- 4,
- 0.1994,
- "_DWTDTNYYSEK_"
- ],
- [
- 31061,
- 3,
- 18,
- 8,
- 0.24215,
- "_EVVAGSHELGQDYEHVTMLQER_"
- ],
- [
- 510,
- 2,
- 14,
- 5,
- 0.18517,
- "_VLQALEGLK_"
- ],
- [
- 3866,
- 3,
- 17,
- 5,
- 0.22785,
- "_APGSAGHYELPWVEK_"
- ],
- [
- 43596,
- 2,
- 20,
- 5,
- 0.27074,
- "_DTSVEGSEMVPGKVELQEK_"
- ],
- [
- 47952,
- 2,
- 15,
- 3,
- 0.1994,
- "_EGQTFYYAEDYHQQYLSK_"
- ],
- [
- 12250,
- 2,
- 19,
- 3,
- 0.25646,
- "_NLNGTLHELLR_"
- ],
- [
- 14104,
- 3,
- 14,
- 5,
- 0.18517,
- "_LWAHVYAGAPVSSPEYTK_"
- ],
- [
- 17825,
- 3,
- 15,
- 4,
- 0.1994,
- "_NEELEQLYQDQEVPKPK_"
- ],
- [
- 3122,
- 3,
- 13,
- 5,
- 0.17091,
- "_TIPMDGQHFCFTR_"
- ],
- [
- 1353,
- 2,
- 9,
- 3,
- 0.11395,
- "_LSSLIIGPSK_"
- ],
- [
- 49770,
- 3,
- 13,
- 6,
- 0.17091,
- "_DGLLCGETGGGGGSALGPGGGGGGGGGGGGGGPGHEQEEDYR_"
- ],
- [
- 1476,
- 2,
- 13,
- 5,
- 0.17091,
- "_LEMEGITVK_"
- ],
- [
- 5787,
- 3,
- 8,
- 3,
- 0.09971,
- "_ALSDHHIYLEGTLLK_"
- ],
- [
- 44456,
- 2,
- 12,
- 2,
- 0.15667,
- "_SSPVSQGSSVSLNSNDSAMLK_"
- ],
- [
- 9750,
- 2,
- 11,
- 3,
- 0.14244,
- "_LSDADLAGPLQK_"
- ],
- [
- 36759,
- 3,
- 10,
- 3,
- 0.12819,
- "_GSVILDSGHLSTASSSDDLKGEEGSFR_"
- ],
- [
- 41026,
- 2,
- 8,
- 3,
- 0.09971,
- "_VSCLCLEENVENDPCK_"
- ],
- [
- 20029,
- 4,
- 18,
- 7,
- 0.24208,
- "_VPFDAATLHTSTAMAAQHGMDDDGTGQK_"
- ],
- [
- 3541,
- 3,
- 9,
- 5,
- 0.11395,
- "_AVGWTCDFVGSYHK_"
- ],
- [
- 41431,
- 2,
- 11,
- 5,
- 0.14244,
- "_EELMSEGVIQYDDHCR_"
- ],
- [
- 5695,
- 3,
- 11,
- 4,
- 0.14244,
- "_QVTLSDLHCLDLHR_"
- ],
- [
- 47705,
- 2,
- 12,
- 3,
- 0.15667,
- "_EEEGTGVVHQAPYFGAEDYR_"
- ],
- [
- 2167,
- 2,
- 10,
- 2,
- 0.12819,
- "_AIAFLQQPR_"
- ],
- [
- 8246,
- 3,
- 10,
- 5,
- 0.12819,
- "_AIGIEPSLATYHHIIR_"
- ],
- [
- 51484,
- 2,
- 12,
- 4,
- 0.15667,
- "_YFEEEEGQEPGGMEDAQGPEPGQAR_"
- ],
- [
- 25862,
- 2,
- 10,
- 7,
- 0.12819,
- "_DFTVSALHGDMDQK_"
- ],
- [
- 1792,
- 2,
- 8,
- 3,
- 0.09971,
- "_MEIGLPDEK_"
- ],
- [
- 9082,
- 2,
- 12,
- 3,
- 0.15667,
- "_VPINDVLAEDK_"
- ],
- [
- 18649,
- 2,
- 8,
- 3,
- 0.09971,
- "_LGAQLADLHLDNK_"
- ],
- [
- 34358,
- 2,
- 12,
- 3,
- 0.15667,
- "_DLKPENIVLQQGEQR_"
- ],
- [
- 44247,
- 2,
- 12,
- 4,
- 0.15667,
- "_NEELEQLYQDQEVPKPK_"
- ],
- [
- 37211,
- 2,
- 21,
- 5,
- 0.28497,
- "_TVTLPENEDELESTNR_"
- ],
- [
- 650,
- 2,
- 18,
- 5,
- 0.24208,
- "_EYSLQVLK_"
- ],
- [
- 18074,
- 2,
- 15,
- 3,
- 0.1994,
- "_VPALLENQVEER_"
- ],
- [
- 13617,
- 4,
- 15,
- 5,
- 0.1994,
- "_RPACTLKPECVQQLLVCSQEAK_"
- ],
- [
- 24577,
- 2,
- 15,
- 6,
- 0.1994,
- "_AINQQTGAFVEISR_"
- ],
- [
- 40429,
- 2,
- 11,
- 5,
- 0.14244,
- "_KLETAVNLAWTAGNSNTR_"
- ],
- [
- 5032,
- 2,
- 15,
- 3,
- 0.1994,
- "_YLDNDELLK_"
- ],
- [
- 33963,
- 2,
- 10,
- 5,
- 0.12819,
- "_LASALAPSIYEHEDIK_"
- ],
- [
- 6479,
- 2,
- 10,
- 2,
- 0.12819,
- "_IVVFQYSDGK_"
- ],
- [
- 18799,
- 2,
- 15,
- 3,
- 0.1994,
- "_LNDGNEYLFQAK_"
- ],
- [
- 4579,
- 2,
- 10,
- 4,
- 0.12819,
- "_SQSLLTFSTK_"
- ],
- [
- 1716,
- 3,
- 13,
- 6,
- 0.17091,
- "_IVATKPLYVALAQR_"
- ],
- [
- 6731,
- 3,
- 16,
- 4,
- 0.21362,
- "_QATSTASTFVKPIFSR_"
- ],
- [
- 32720,
- 3,
- 11,
- 4,
- 0.14244,
- "_LSSVCMGQEDNMTSVTNHFSQSK_"
- ],
- [
- 1327,
- 3,
- 8,
- 2,
- 0.09971,
- "_HSSLITPLQAVAQR_"
- ],
- [
- 2583,
- 2,
- 16,
- 2,
- 0.21362,
- "_VIILGDSGVGK_"
- ],
- [
- 50639,
- 2,
- 17,
- 8,
- 0.22785,
- "_QCLEDSDAGASNEYDSSPAAWNK_"
- ],
- [
- 36100,
- 2,
- 17,
- 5,
- 0.22785,
- "_IMDPNIVGSEHYDVAR_"
- ],
- [
- 49349,
- 2,
- 12,
- 3,
- 0.15668,
- "_ISATEDTPEAEGEVPELYHQR_"
- ],
- [
- 9481,
- 3,
- 13,
- 6,
- 0.17091,
- "_FSHEEIAMATVTALRR_"
- ],
- [
- 30664,
- 2,
- 18,
- 4,
- 0.24209,
- "_FSSETWQNLGTLHR_"
- ],
- [
- 695,
- 3,
- 10,
- 4,
- 0.12818,
- "_TQRPADVIFATVR_"
- ],
- [
- 4322,
- 4,
- 12,
- 4,
- 0.15668,
- "_AHIVFDFHQAADGIQEQQR_"
- ],
- [
- 12915,
- 3,
- 12,
- 6,
- 0.15668,
- "_TDLEKDIISDTSGDFRK_"
- ],
- [
- 9152,
- 4,
- 18,
- 8,
- 0.24209,
- "_DKLESEMEDAYHEHQANLLR_"
- ],
- [
- 31198,
- 2,
- 13,
- 4,
- 0.17091,
- "_QEDFMTTMDANEEK_"
- ],
- [
- 27033,
- 2,
- 10,
- 4,
- 0.12818,
- "_SESEVHFDVETAIK_"
- ],
- [
- 31969,
- 2,
- 15,
- 7,
- 0.19939,
- "_FCNTEDEETMYLR_"
- ],
- [
- 21458,
- 3,
- 9,
- 4,
- 0.11395,
- "_DLYNQDDNHQELGSFHIR_"
- ],
- [
- 8864,
- 2,
- 13,
- 4,
- 0.17091,
- "_YSQLVVETIR_"
- ],
- [
- 25895,
- 3,
- 11,
- 2,
- 0.14242,
- "_SWQGVTIYFSGHETPGEGEHK_"
- ],
- [
- 26532,
- 2,
- 11,
- 3,
- 0.14242,
- "_IAYQLAVEAESEQK_"
- ],
- [
- 23138,
- 3,
- 15,
- 6,
- 0.19939,
- "_EEEGTGVVHQAPYFGAEDYR_"
- ],
- [
- 29729,
- 2,
- 16,
- 7,
- 0.21363,
- "_LFYHIVDSDEVSTK_"
- ],
- [
- 48672,
- 3,
- 11,
- 6,
- 0.14242,
- "_SSPICSTTGDDKLCADSACQQNTVTSSGDLVAK_"
- ],
- [
- 6265,
- 3,
- 11,
- 6,
- 0.14242,
- "_YPSLGQKPGGSDFLMK_"
- ],
- [
- 8173,
- 2,
- 7,
- 5,
- 0.085465,
- "_DCLTESNLIK_"
- ],
- [
- 29887,
- 2,
- 12,
- 4,
- 0.15668,
- "_ESAQCVGDEFLNCK_"
- ],
- [
- 50826,
- 2,
- 14,
- 5,
- 0.18515,
- "_NADM(Oxidation (M))SEEM(Oxidation (M))QQDSVECATQALEK_"
- ],
- [
- 36699,
- 2,
- 11,
- 2,
- 0.14242,
- "_M(Oxidation (M))LDAEDIVNTARPDEK_"
- ],
- [
- 2669,
- 2,
- 12,
- 4,
- 0.15668,
- "_VWQVTIGTR_"
- ],
- [
- 16654,
- 2,
- 14,
- 4,
- 0.18515,
- "_SQPVSLPEELNR_"
- ],
- [
- 5987,
- 2,
- 12,
- 3,
- 0.15668,
- "_IWDLQAGADR_"
- ],
- [
- 21763,
- 3,
- 17,
- 6,
- 0.22786,
- "_AHIVFDFHQAADGIQEQQR_"
- ],
- [
- 28283,
- 2,
- 12,
- 5,
- 0.15668,
- "_SELATFDLSVQGSHK_"
- ],
- [
- 35660,
- 2,
- 12,
- 4,
- 0.15668,
- "_LILIACGTSYHAGVATR_"
- ],
- [
- 3899,
- 2,
- 13,
- 6,
- 0.17091,
- "_ELGITALHIK_"
- ],
- [
- 39795,
- 2,
- 12,
- 4,
- 0.15668,
- "_CIGIQESEIIYTDEKK_"
- ],
- [
- 25546,
- 2,
- 9,
- 4,
- 0.11395,
- "_GALLYMYCHSLTK_"
- ],
- [
- 30209,
- 2,
- 14,
- 5,
- 0.18515,
- "_GLQSYYAVAHAVTER_"
- ],
- [
- 39538,
- 2,
- 22,
- 7,
- 0.29921,
- "_HIFSEDTSDFSGMSETK_"
- ],
- [
- 30912,
- 2,
- 14,
- 3,
- 0.18515,
- "_TLMSHYEEAMGLSGR_"
- ],
- [
- 36910,
- 2,
- 14,
- 4,
- 0.18515,
- "_ASEVEEILDGNDEKYK_"
- ],
- [
- 14977,
- 3,
- 17,
- 5,
- 0.22786,
- "_DNTRPGANSPEMWSEAIK_"
- ],
- [
- 25118,
- 2,
- 23,
- 6,
- 0.31346,
- "_MLTEAIMHDCVVK_"
- ],
- [
- 8273,
- 2,
- 12,
- 3,
- 0.15668,
- "_HCIVLLQIAK_"
- ],
- [
- 23585,
- 2,
- 12,
- 4,
- 0.15668,
- "_LLEMVATHVGSVEK_"
- ],
- [
- 29570,
- 3,
- 12,
- 7,
- 0.15668,
- "_LCDGSAAPASSVGGHLCGTLAGCVR_"
- ],
- [
- 32106,
- 2,
- 13,
- 5,
- 0.17093,
- "_GFFDPNTHENLTYR_"
- ],
- [
- 10981,
- 2,
- 13,
- 4,
- 0.17093,
- "_GEGPEVDVNLPK_"
- ],
- [
- 48008,
- 2,
- 12,
- 4,
- 0.15668,
- "_IGEWSGPNQPNSSTGAWDNQK_"
- ],
- [
- 17209,
- 2,
- 20,
- 4,
- 0.27057,
- "_LGGISSTEEMDLK_"
- ],
- [
- 15371,
- 2,
- 14,
- 4,
- 0.18517,
- "_LYGDADYLEER_"
- ],
- [
- 27327,
- 2,
- 11,
- 3,
- 0.14244,
- "_LQCTYIEVEQVSK_"
- ],
- [
- 12015,
- 2,
- 16,
- 6,
- 0.21365,
- "_DVAKPVIELYK_"
- ],
- [
- 452,
- 2,
- 7,
- 3,
- 0.085475,
- "_FWETLDR_"
- ],
- [
- 19845,
- 2,
- 8,
- 3,
- 0.099722,
- "_TVGNIEELAAECK_"
- ],
- [
- 19666,
- 2,
- 8,
- 2,
- 0.099722,
- "_QETVAQAALLTER_"
- ],
- [
- 14568,
- 4,
- 15,
- 9,
- 0.1994,
- "_EMITMLHYDLLHHPYEPSGNKK_"
- ],
- [
- 13197,
- 2,
- 18,
- 5,
- 0.24212,
- "_ILQDGGLQVVEK_"
- ],
- [
- 38666,
- 2,
- 9,
- 2,
- 0.11397,
- "_EHMDEVCSSQLLTSVR_"
- ],
- [
- 5135,
- 3,
- 9,
- 4,
- 0.11397,
- "_ESSLLNQHICAVMGK_"
- ],
- [
- 16200,
- 2,
- 10,
- 3,
- 0.1282,
- "_EVVAEDGTVVTIK_"
- ],
- [
- 43235,
- 2,
- 14,
- 6,
- 0.18517,
- "_SLGTIQQCCDAIDHLCR_"
- ],
- [
- 37591,
- 2,
- 14,
- 2,
- 0.18517,
- "_ADNEPSCSPAAQELLTR_"
- ],
- [
- 11363,
- 2,
- 14,
- 4,
- 0.18517,
- "_AAALEACLDVTK_"
- ],
- [
- 46944,
- 2,
- 13,
- 5,
- 0.17093,
- "_AHIVFDFHQAADGIQEQQR_"
- ],
- [
- 39885,
- 2,
- 11,
- 7,
- 0.14244,
- "_EQEMQECTTQIQYLK_"
- ],
- [
- 22713,
- 2,
- 13,
- 6,
- 0.17093,
- "_GSGIFDESTPVQTR_"
- ],
- [
- 35873,
- 2,
- 24,
- 7,
- 0.32771,
- "_SQVFSTAADGQTQVEIK_"
- ],
- [
- 46409,
- 2,
- 11,
- 5,
- 0.14244,
- "_LGHVVMGNNAVSPYQQVIEK_"
- ],
- [
- 22588,
- 3,
- 11,
- 4,
- 0.14244,
- "_EGVNQPAAVVMEDSSPHEALR_"
- ],
- [
- 33978,
- 2,
- 19,
- 4,
- 0.25635,
- "_IYEFPETDDEEENK_"
- ],
- [
- 13130,
- 2,
- 12,
- 3,
- 0.15668,
- "_LLQVAVEDRVR_"
- ],
- [
- 10123,
- 2,
- 14,
- 4,
- 0.18517,
- "_LDLMDEGTDAR_"
- ],
- [
- 30170,
- 3,
- 11,
- 5,
- 0.14244,
- "_AADRLPNLSSPSAEGPPGPPSGPAPR_"
- ],
- [
- 28690,
- 3,
- 11,
- 5,
- 0.14245,
- "_YLQEQNRPYSSQDVFGNLQR_"
- ],
- [
- 18731,
- 3,
- 4,
- 4,
- 0.042738,
- "_FSLPGATCLQGEGQGHLSQK_"
- ],
- [
- 15015,
- 3,
- 11,
- 3,
- 0.14245,
- "_LHLSTAGMTGDELSTSEVR_"
- ],
- [
- 31515,
- 2,
- 5,
- 2,
- 0.056966,
- "_TVTEIDEKEYISLR_"
- ],
- [
- 16137,
- 2,
- 6,
- 5,
- 0.07122,
- "_EADAALFSELHR_"
- ],
- [
- 7676,
- 3,
- 12,
- 7,
- 0.15669,
- "_FCYLTDSHTSVVGMR_"
- ],
- [
- 24605,
- 2,
- 11,
- 5,
- 0.14245,
- "_EGDFNNLTAAAFHK_"
- ],
- [
- 46496,
- 2,
- 12,
- 3,
- 0.15669,
- "_TCSASPGCCGSMMGQDAPWK_"
- ],
- [
- 33647,
- 2,
- 13,
- 4,
- 0.17093,
- "_CCFSGDGEYIVAGSAR_"
- ],
- [
- 35686,
- 2,
- 11,
- 4,
- 0.14245,
- "_FKVESEQQYFEIEK_"
- ],
- [
- 40585,
- 2,
- 9,
- 5,
- 0.11397,
- "_EANEDESGFTCCAFSAR_"
- ],
- [
- 26367,
- 2,
- 9,
- 2,
- 0.11397,
- "_ELASCNPVVLEESK_"
- ],
- [
- 31714,
- 2,
- 9,
- 4,
- 0.11397,
- "_HGYIGEFEIIDDHR_"
- ],
- [
- 42407,
- 2,
- 12,
- 4,
- 0.15669,
- "_MAIITTHLQYQQEAIQK_"
- ],
- [
- 29491,
- 4,
- 11,
- 2,
- 0.14245,
- "_ESAQAIEDLAGFKDPAAGHTEESMTDDKTTK_"
- ],
- [
- 35927,
- 2,
- 11,
- 5,
- 0.14245,
- "_DDTIYEDEDVKEAIR_"
- ],
- [
- 24907,
- 2,
- 13,
- 3,
- 0.17093,
- "_GEAHLAVNDFELAR_"
- ],
- [
- 3152,
- 2,
- 12,
- 4,
- 0.15669,
- "_VIITNFPAAK_"
- ],
- [
- 26318,
- 2,
- 28,
- 6,
- 0.3847,
- "_GGKPEPPAMPQPVPTA_"
- ],
- [
- 33285,
- 2,
- 10,
- 3,
- 0.12821,
- "_MTNGAMNVEIGNPTYK_"
- ],
- [
- 31132,
- 2,
- 15,
- 3,
- 0.19941,
- "_ESSLLNQHICAVMGK_"
- ],
- [
- 23425,
- 2,
- 15,
- 4,
- 0.19941,
- "_NSTTDQVYQAIAAK_"
- ],
- [
- 51708,
- 2,
- 19,
- 6,
- 0.25636,
- "_EGEEEEENTEEPPQGEEEESMETQE_"
- ],
- [
- 37967,
- 2,
- 16,
- 5,
- 0.21365,
- "_SPELQEEFGYNAETQK_"
- ],
- [
- 20320,
- 3,
- 18,
- 6,
- 0.24214,
- "_VTSEELHYFVQNHFTSAR_"
- ],
- [
- 6578,
- 2,
- 14,
- 4,
- 0.18518,
- "_KADEVLEILK_"
- ],
- [
- 27797,
- 2,
- 18,
- 7,
- 0.24214,
- "_ATCIGNNSAAAVSMLK_"
- ],
- [
- 11921,
- 2,
- 16,
- 5,
- 0.21365,
- "_MFLYADNEDR_"
- ],
- [
- 7134,
- 2,
- 14,
- 3,
- 0.18518,
- "_VVLVTGAGAGLGR_"
- ],
- [
- 21153,
- 2,
- 22,
- 6,
- 0.29912,
- "_TPIQVFLGVPFSR_"
- ],
- [
- 41889,
- 2,
- 13,
- 5,
- 0.18518,
- "_LQAYHTQTTPLIEYYR_"
- ],
- [
- 38346,
- 2,
- 15,
- 6,
- 0.19941,
- "_FNQAQSGNIQSTVMLDK_"
- ],
- [
- 30029,
- 2,
- 14,
- 5,
- 0.18518,
- "_QSIWTSTISSHLATK_"
- ],
- [
- 23898,
- 2,
- 18,
- 6,
- 0.24214,
- "_DAINQGMDEELER_"
- ],
- [
- 6077,
- 2,
- 13,
- 4,
- 0.17093,
- "_ASLLGDMHFR_"
- ],
- [
- 895,
- 2,
- 19,
- 4,
- 0.25636,
- "_YLLGTSLAR_"
- ],
- [
- 42027,
- 2,
- 10,
- 3,
- 0.12822,
- "_GIHENETDSWTVMQINK_"
- ],
- [
- 36351,
- 2,
- 13,
- 6,
- 0.17094,
- "_ENAALLTANGLHLSQNR_"
- ],
- [
- 10365,
- 2,
- 16,
- 5,
- 0.21367,
- "_LINRPIIVFR_"
- ],
- [
- 49144,
- 2,
- 29,
- 7,
- 0.39895,
- "_VLSQPMPPTAGEAEQAADQQER_"
- ],
- [
- 8025,
- 2,
- 9,
- 3,
- 0.11398,
- "_DLTIPESSTVK_"
- ],
- [
- 18687,
- 2,
- 13,
- 3,
- 0.17094,
- "_AVGPSSTQLYMVR_"
- ],
- [
- 15851,
- 3,
- 11,
- 4,
- 0.14247,
- "_FGTEELFKDEATDGGGDNK_"
- ],
- [
- 1146,
- 2,
- 14,
- 3,
- 0.18518,
- "_VPGEGLPLPK_"
- ],
- [
- 39812,
- 3,
- 12,
- 4,
- 0.1567,
- "_GSAPAGNPGATGPPLKPAVTLTSTPTQGESK_"
- ],
- [
- 28442,
- 3,
- 12,
- 2,
- 0.1567,
- "_QAQYLGMSCDGPFKPDHYRY_"
- ],
- [
- 5674,
- 2,
- 10,
- 5,
- 0.12822,
- "_EGYSGVGLLSR_"
- ],
- [
- 10507,
- 2,
- 11,
- 5,
- 0.14247,
- "_VTIEYYSQLK_"
- ],
- [
- 3478,
- 4,
- 16,
- 3,
- 0.21367,
- "_VTSEELHYFVQNHFTSAR_"
- ],
- [
- 22463,
- 2,
- 9,
- 2,
- 0.11398,
- "_LCNDHEVLTFIK_"
- ],
- [
- 20382,
- 2,
- 10,
- 2,
- 0.12822,
- "_IQPGNPNYTLSLK_"
- ],
- [
- 49866,
- 2,
- 9,
- 5,
- 0.11398,
- "_TSHSSTEACCELCGLYFENR_"
- ],
- [
- 9654,
- 3,
- 16,
- 6,
- 0.21367,
- "_NVTGHYISPFHDIPLK_"
- ],
- [
- 24820,
- 2,
- 16,
- 2,
- 0.21367,
- "_WIDETPPVDQPSR_"
- ],
- [
- 10170,
- 2,
- 16,
- 5,
- 0.21367,
- "_EEEITLYPDK_"
- ],
- [
- 4044,
- 2,
- 13,
- 2,
- 0.17094,
- "_FQVYVEVSK_"
- ],
- [
- 33456,
- 3,
- 22,
- 8,
- 0.29907,
- "_RPACTLKPECVQQLLVCSQEAK_"
- ],
- [
- 45539,
- 2,
- 10,
- 3,
- 0.12822,
- "_VADPDHDHTGFLTEYVATR_"
- ],
- [
- 18191,
- 3,
- 11,
- 4,
- 0.14247,
- "_THCCLEDAWHGGSSLLVR_"
- ],
- [
- 16559,
- 2,
- 14,
- 4,
- 0.18518,
- "_TSNLLLSHAGILK_"
- ],
- [
- 12113,
- 2,
- 11,
- 4,
- 0.14247,
- "_QFAAATIQTIGR_"
- ],
- [
- 34562,
- 2,
- 10,
- 3,
- 0.12822,
- "_FCYLTDSHTSVVGMR_"
- ],
- [
- 16982,
- 2,
- 14,
- 3,
- 0.18518,
- "_TLHYECIVLVK_"
- ],
- [
- 20910,
- 3,
- 14,
- 7,
- 0.18518,
- "_LGHVVMGNNAVSPYQQVIEK_"
- ],
- [
- 37545,
- 3,
- 15,
- 4,
- 0.19943,
- "_HSTPHAAFQPNSQIGEEMSQNSFIK_"
- ],
- [
- 17535,
- 4,
- 13,
- 4,
- 0.17094,
- "_AHGGPNFMMHSGISQASEYDDPPGLR_"
- ],
- [
- 15489,
- 2,
- 10,
- 5,
- 0.12822,
- "_VALSSETEVALAR_"
- ],
- [
- 3849,
- 3,
- 12,
- 4,
- 0.1567,
- "_GLGHQVATDALVAMEK_"
- ],
- [
- 13218,
- 2,
- 9,
- 3,
- 0.11398,
- "_YEEVDMDSLAK_"
- ],
- [
- 6510,
- 2,
- 15,
- 4,
- 0.19943,
- "_FGFAIGSQTTK_"
- ],
- [
- 27157,
- 3,
- 8,
- 4,
- 0.099711,
- "_EKAEAQQVEALPGPSLDQWHR_"
- ],
- [
- 36936,
- 2,
- 13,
- 5,
- 0.17093,
- "_QEPGTEDEICSFSGGVK_"
- ],
- [
- 25812,
- 3,
- 12,
- 2,
- 0.1567,
- "_LMPENPTYAETAVEVPNKDPK_"
- ],
- [
- 15453,
- 3,
- 12,
- 2,
- 0.1567,
- "_LISVETDIVVDHYKEEK_"
- ],
- [
- 15820,
- 2,
- 12,
- 6,
- 0.1567,
- "_ISEYSEAAITIR_"
- ],
- [
- 40631,
- 2,
- 12,
- 2,
- 0.1567,
- "_EPFPTIYVDSQKENER_"
- ],
- [
- 28878,
- 4,
- 11,
- 4,
- 0.14246,
- "_KEDDDGEIDDGEIDDDDLEEGEVKDPSDR_"
- ],
- [
- 22685,
- 2,
- 13,
- 4,
- 0.17093,
- "_LDDTVHVVIATPGR_"
- ],
- [
- 22399,
- 3,
- 11,
- 6,
- 0.14246,
- "_IHLQQQQQQLLQEETLPR_"
- ],
- [
- 16462,
- 3,
- 18,
- 8,
- 0.24214,
- "_SLGTIQQCCDAIDHLCR_"
- ],
- [
- 18752,
- 2,
- 11,
- 4,
- 0.14246,
- "_ENYHYVTILMK_"
- ],
- [
- 8254,
- 2,
- 11,
- 5,
- 0.14246,
- "_SGFSLDNGELR_"
- ],
- [
- 8994,
- 3,
- 20,
- 7,
- 0.27062,
- "_IMDPNIVGSEHYDVAR_"
- ],
- [
- 22510,
- 2,
- 12,
- 2,
- 0.1567,
- "_AAQLCGAGMAAVVDR_"
- ],
- [
- 12965,
- 2,
- 17,
- 5,
- 0.2279,
- "_FNVWDTAGQEK_"
- ],
- [
- 506,
- 2,
- 18,
- 5,
- 0.24214,
- "_QLAPIWDK_"
- ],
- [
- 23671,
- 4,
- 21,
- 7,
- 0.28485,
- "_GADINAPDKHHITPLLSAVYEGHVSCVK_"
- ],
- [
- 22770,
- 3,
- 11,
- 4,
- 0.14246,
- "_PKPECEGYDPNALYCICR_"
- ],
- [
- 28421,
- 2,
- 15,
- 5,
- 0.19941,
- "_LHYGDLTDSTCLVK_"
- ],
- [
- 5062,
- 2,
- 10,
- 2,
- 0.12821,
- "_PFYTMPDPR_"
- ],
- [
- 19290,
- 2,
- 15,
- 4,
- 0.19941,
- "_GTMIPSEAPLLHR_"
- ],
- [
- 34108,
- 2,
- 15,
- 6,
- 0.19941,
- "_IQEYCYDNIHFMK_"
- ],
- [
- 783,
- 3,
- 15,
- 5,
- 0.19941,
- "_ILEEPHPLMFQK_"
- ],
- [
- 17350,
- 3,
- 7,
- 4,
- 0.085453,
- "_RLEASETESFGNEIYTVK_"
- ],
- [
- 28476,
- 4,
- 15,
- 5,
- 0.19941,
- "_NLGWDFSQEKPSTTYQQPDSSYGACGGHK_"
- ],
- [
- 3345,
- 2,
- 16,
- 3,
- 0.21367,
- "_AFNDPFIQK_"
- ],
- [
- 17904,
- 4,
- 19,
- 7,
- 0.25638,
- "_HSTPHAAFQPNSQIGEEMSQNSFIK_"
- ],
- [
- 10103,
- 2,
- 20,
- 2,
- 0.27062,
- "_KALDDMISTLK_"
- ],
- [
- 30708,
- 2,
- 16,
- 4,
- 0.21367,
- "_CYGIVTMSSSTEVSR_"
- ],
- [
- 20986,
- 2,
- 14,
- 4,
- 0.18517,
- "_LIEMTAEYACTR_"
- ],
- [
- 1378,
- 2,
- 13,
- 5,
- 0.17093,
- "_DVNAAIATIK_"
- ],
- [
- 21802,
- 3,
- 17,
- 5,
- 0.2279,
- "_KVEVWEQSVGSLGSRPPLSR_"
- ],
- [
- 3440,
- 4,
- 9,
- 3,
- 0.11394,
- "_RPENSLLEETLHFDHAVR_"
- ],
- [
- 3265,
- 3,
- 9,
- 5,
- 0.11394,
- "_VNVVAPGFVHTDMTK_"
- ],
- [
- 1927,
- 3,
- 14,
- 5,
- 0.18517,
- "_KGVEGLIDIENPNR_"
- ],
- [
- 2857,
- 2,
- 13,
- 3,
- 0.17093,
- "_ISGALFTNDK_"
- ],
- [
- 13313,
- 3,
- 13,
- 3,
- 0.17093,
- "_EPFPTIYVDSQKENER_"
- ],
- [
- 28519,
- 2,
- 14,
- 3,
- 0.18517,
- "_EEDTSNTTFGPADLK_"
- ],
- [
- 25432,
- 2,
- 10,
- 4,
- 0.12821,
- "_KGVEGLIDIENPNR_"
- ],
- [
- 34626,
- 3,
- 20,
- 8,
- 0.27062,
- "_ESSSVLSCDISADDKYIVTGSGDKK_"
- ],
- [
- 13288,
- 2,
- 10,
- 2,
- 0.12821,
- "_LITNTAEAVLQK_"
- ],
- [
- 13469,
- 2,
- 10,
- 4,
- 0.12821,
- "_TMQGSEVVNVLK_"
- ],
- [
- 38164,
- 2,
- 13,
- 5,
- 0.17093,
- "_DIETTTISNFHTQVNR_"
- ],
- [
- 32135,
- 3,
- 13,
- 4,
- 0.17093,
- "_IKETHFDTQNNISTMSAEWVSK_"
- ],
- [
- 2636,
- 3,
- 12,
- 4,
- 0.15669,
- "_PNNLSLVVHGPGDLR_"
- ],
- [
- 42388,
- 2,
- 8,
- 3,
- 0.09969,
- "_FDPYEHEALFHTPVEGK_"
- ],
- [
- 23993,
- 2,
- 19,
- 6,
- 0.25637,
- "_HSSLITPLQAVAQR_"
- ],
- [
- 23265,
- 2,
- 11,
- 4,
- 0.14245,
- "_SSLQSQCLNEVLK_"
- ],
- [
- 16346,
- 2,
- 8,
- 2,
- 0.09969,
- "_GSFLWGKPDLDK_"
- ],
- [
- 7054,
- 3,
- 7,
- 2,
- 0.085463,
- "_AGTEEAIVYSDIDLKK_"
- ],
- [
- 29200,
- 2,
- 13,
- 7,
- 0.17094,
- "_GLGHQVATDALVAMEK_"
- ],
- [
- 37695,
- 2,
- 7,
- 5,
- 0.085463,
- "_EDNLNDSSQQLQDSLR_"
- ],
- [
- 2063,
- 2,
- 13,
- 3,
- 0.17094,
- "_LVGLEAPSVR_"
- ],
- [
- 4370,
- 2,
- 11,
- 4,
- 0.14245,
- "_FEGDTGLIVR_"
- ],
- [
- 9394,
- 2,
- 12,
- 2,
- 0.15669,
- "_LECADLLETR_"
- ],
- [
- 6250,
- 2,
- 12,
- 4,
- 0.15669,
- "_VEAQVYILSK_"
- ],
- [
- 29351,
- 2,
- 8,
- 2,
- 0.09969,
- "_SIVPTMHYQDSLPR_"
- ],
- [
- 28069,
- 3,
- 12,
- 6,
- 0.15669,
- "_TSHSSTEACCELCGLYFENR_"
- ],
- [
- 458,
- 4,
- 9,
- 2,
- 0.11395,
- "_QLHQELPSHGVPLINHL_"
- ],
- [
- 33784,
- 2,
- 9,
- 5,
- 0.11395,
- "_AGTEEAIVYSDIDLKK_"
- ],
- [
- 25038,
- 2,
- 12,
- 5,
- 0.15669,
- "_NNVNVASLTQSEIR_"
- ],
- [
- 25142,
- 3,
- 10,
- 5,
- 0.12818,
- "_YEEAEKDCTQAILLDGSYSK_"
- ],
- [
- 20676,
- 2,
- 10,
- 3,
- 0.12818,
- "_GMIVIGLETHPAGR_"
- ],
- [
- 19914,
- 3,
- 10,
- 4,
- 0.12818,
- "_SAALQSTQSQEEFKLEDLK_"
- ],
- [
- 7479,
- 2,
- 10,
- 2,
- 0.12818,
- "_PQTSGAYVLNK_"
- ],
- [
- 1184,
- 4,
- 11,
- 6,
- 0.14245,
- "_FDPYEHEALFHTPVEGK_"
- ],
- [
- 25256,
- 2,
- 12,
- 6,
- 0.15669,
- "_ISSMVVMENVGQQK_"
- ],
- [
- 1590,
- 2,
- 11,
- 5,
- 0.14245,
- "_LQWFCDR_"
- ],
- [
- 38838,
- 2,
- 11,
- 4,
- 0.14245,
- "_TLVSAVPEESEMDPHVR_"
- ],
- [
- 24743,
- 4,
- 24,
- 6,
- 0.32754,
- "_VSHYIINSSGPRPPVPPSPAQPPPGVSPSR_"
- ],
- [
- 26202,
- 3,
- 14,
- 5,
- 0.18517,
- "_TLTDGVLDINHEQENTPSTSGK_"
- ],
- [
- 13865,
- 3,
- 14,
- 7,
- 0.18517,
- "_HKELAPYDENWFYTR_"
- ],
- [
- 29667,
- 3,
- 14,
- 6,
- 0.18517,
- "_AQAVTQPVPLANKPVPAQSTFPSK_"
- ],
- [
- 4867,
- 2,
- 19,
- 3,
- 0.25637,
- "_AINPINTFTK_"
- ],
- [
- 11443,
- 3,
- 14,
- 6,
- 0.18517,
- "_VQRPCTSTPMIDSFVR_"
- ],
- [
- 1705,
- 2,
- 22,
- 4,
- 0.29909,
- "_LADALQELR_"
- ],
- [
- 15110,
- 2,
- 18,
- 5,
- 0.24214,
- "_HLAGLGLTEAIDK_"
- ],
- [
- 19648,
- 3,
- 14,
- 6,
- 0.18517,
- "_VADPDHDHTGFLTEYVATR_"
- ],
- [
- 35843,
- 2,
- 17,
- 7,
- 0.2279,
- "_TFNTSTGGLLLPSDTKR_"
- ],
- [
- 18354,
- 3,
- 13,
- 2,
- 0.17094,
- "_TLTSDVANLANEKEELNNK_"
- ],
- [
- 8897,
- 2,
- 13,
- 3,
- 0.17094,
- "_SALGDDINFEK_"
- ],
- [
- 9282,
- 4,
- 14,
- 3,
- 0.18517,
- "_QAQYLGMSCDGPFKPDHYRY_"
- ],
- [
- 14771,
- 3,
- 17,
- 6,
- 0.2279,
- "_LQAYHTQTTPLIEYYR_"
- ],
- [
- 19268,
- 4,
- 24,
- 7,
- 0.32754,
- "_SYHEEFNPPKEPMKDDITGEPLIR_"
- ],
- [
- 7321,
- 3,
- 16,
- 7,
- 0.21365,
- "_IQEYCYDNIHFMK_"
- ],
- [
- 51101,
- 2,
- 15,
- 4,
- 0.19941,
- "_SAASNTGTPDGPEAPPGPDASPDASFGK_"
- ],
- [
- 47125,
- 3,
- 24,
- 5,
- 0.32754,
- "_APQQQPPPQQPPPPQPPPQQPPPPPSYSPAR_"
- ],
- [
- 35093,
- 2,
- 10,
- 4,
- 0.12819,
- "_DHVFSSMVESELHAAK_"
- ],
- [
- 13882,
- 2,
- 15,
- 5,
- 0.19942,
- "_QDCETFGMVVK_"
- ],
- [
- 2677,
- 4,
- 9,
- 5,
- 0.11394,
- "_AIIGLYNYAHEMTHGASDR_"
- ],
- [
- 6212,
- 3,
- 9,
- 5,
- 0.11394,
- "_ESHSPFGLDSFNSTAK_"
- ],
- [
- 21140,
- 2,
- 15,
- 4,
- 0.19942,
- "_SLTAHVIENYWK_"
- ],
- [
- 20485,
- 2,
- 15,
- 4,
- 0.19942,
- "_DGQLIATGSADASIK_"
- ],
- [
- 13765,
- 3,
- 12,
- 3,
- 0.15669,
- "_LLHSFHSELPVLSDSER_"
- ],
- [
- 18001,
- 4,
- 8,
- 5,
- 0.09971,
- "_EGGVFTFGAGGYGQLGHNSTSHEINPR_"
- ],
- [
- 42949,
- 3,
- 13,
- 5,
- 0.17094,
- "_DADPHFHHFLLSQTEKPAVCYQAITK_"
- ],
- [
- 13996,
- 2,
- 13,
- 2,
- 0.17094,
- "_QPLLEACDTLR_"
- ],
- [
- 31252,
- 2,
- 13,
- 5,
- 0.17094,
- "_GALQGSAWQVSSEDVR_"
- ],
- [
- 27855,
- 2,
- 7,
- 4,
- 0.085475,
- "_KTEGYSGADISIIVR_"
- ],
- [
- 386,
- 2,
- 17,
- 6,
- 0.2279,
- "_NMINIISR_"
- ],
- [
- 555,
- 2,
- 12,
- 3,
- 0.15669,
- "_LLIIGTTSR_"
- ],
- [
- 9119,
- 3,
- 11,
- 5,
- 0.14243,
- "_KDPATQQAFVFGQNLR_"
- ],
- [
- 39665,
- 2,
- 11,
- 5,
- 0.14243,
- "_IDDEIDTEVEETQEEK_"
- ],
- [
- 3767,
- 2,
- 19,
- 2,
- 0.25638,
- "_FPDSVEELR_"
- ],
- [
- 12579,
- 2,
- 11,
- 5,
- 0.14243,
- "_WQAVLAQTDVR_"
- ],
- [
- 10876,
- 3,
- 11,
- 3,
- 0.14243,
- "_YQTPDHWYPSDLQAR_"
- ],
- [
- 45728,
- 2,
- 11,
- 4,
- 0.14243,
- "_SAALQSTQSQEEFKLEDLK_"
- ],
- [
- 27824,
- 3,
- 9,
- 2,
- 0.11394,
- "_NPENHALCVLNGHNAFVSGSFK_"
- ],
- [
- 12092,
- 2,
- 9,
- 2,
- 0.11394,
- "_SWLSYSYQSR_"
- ],
- [
- 38963,
- 3,
- 11,
- 5,
- 0.14243,
- "_ALDDDEDVKVCAGDDVQTGGPGAEEMR_"
- ],
- [
- 26443,
- 2,
- 11,
- 5,
- 0.14243,
- "_(Acetyl (Protein N-term))MEADKDDTQQILK_"
- ],
- [
- 3827,
- 4,
- 11,
- 5,
- 0.14243,
- "_LGCHPQTGFADIQGHPFFR_"
- ],
- [
- 680,
- 2,
- 11,
- 2,
- 0.14243,
- "_PAVLSGYFK_"
- ],
- [
- 34713,
- 2,
- 11,
- 5,
- 0.14243,
- "_TGTLQPWNSDSTLNSR_"
- ],
- [
- 14308,
- 4,
- 10,
- 5,
- 0.12819,
- "_HCQLEPDHEGVPEETDDFGEFR_"
- ],
- [
- 28188,
- 2,
- 10,
- 4,
- 0.12819,
- "_QSVLCGSQNIVLNGK_"
- ],
- [
- 16114,
- 3,
- 12,
- 4,
- 0.15669,
- "_SNSNIHPIFSWCGSTDSK_"
- ],
- [
- 36365,
- 2,
- 14,
- 5,
- 0.18519,
- "_QQMAEEMVEAAGEDER_"
- ],
- [
- 47693,
- 2,
- 11,
- 4,
- 0.14243,
- "_GSELATDPPAQPAAPSTTSEVVK_"
- ],
- [
- 10943,
- 2,
- 14,
- 5,
- 0.18519,
- "_VHIGQVIMSIR_"
- ],
- [
- 612,
- 3,
- 14,
- 7,
- 0.18519,
- "_YQILPLHSQIPR_"
- ],
- [
- 3940,
- 3,
- 13,
- 5,
- 0.17094,
- "_SIVPTMHYQDSLPR_"
- ],
- [
- 7597,
- 3,
- 13,
- 3,
- 0.17094,
- "_IWTEDGNLASTLGQHK_"
- ],
- [
- 28360,
- 2,
- 13,
- 4,
- 0.17094,
- "_TEALYYTDDTAMAR_"
- ],
- [
- 21347,
- 2,
- 14,
- 4,
- 0.18519,
- "_YQILPLHSQIPR_"
- ],
- [
- 29177,
- 2,
- 20,
- 6,
- 0.27062,
- "_AHQVVEDGYEFFAK_"
- ],
- [
- 3488,
- 2,
- 13,
- 4,
- 0.17094,
- "_SPFEVYVDK_"
- ],
- [
- 47206,
- 2,
- 14,
- 5,
- 0.18519,
- "_TDLANGSLSSSPEEMSGAEEGR_"
- ],
- [
- 16685,
- 2,
- 11,
- 3,
- 0.14244,
- "_SVFDEELTNTSK_"
- ],
- [
- 27491,
- 2,
- 13,
- 4,
- 0.17094,
- "_QWCNCAFLESSAK_"
- ],
- [
- 28887,
- 2,
- 6,
- 3,
- 0.07122,
- "_IQESYGDVYGICTK_"
- ],
- [
- 2642,
- 2,
- 13,
- 5,
- 0.17094,
- "_NFMIDTYR_"
- ],
- [
- 922,
- 2,
- 15,
- 4,
- 0.19943,
- "_QFFVAVER_"
- ],
- [
- 7884,
- 2,
- 11,
- 2,
- 0.14244,
- "_LADQSGLDVIR_"
- ],
- [
- 42356,
- 3,
- 12,
- 6,
- 0.15668,
- "_QSNLTNGDCVASSDGTSKPSSSLAVAAQLR_"
- ],
- [
- 48727,
- 2,
- 11,
- 5,
- 0.14244,
- "_YEEAEKDCTQAILLDGSYSK_"
- ],
- [
- 26572,
- 3,
- 14,
- 5,
- 0.18519,
- "_ETPPTAHLILPEQHMSLAQQK_"
- ],
- [
- 10187,
- 2,
- 21,
- 5,
- 0.28487,
- "_QMVIDVLHPGK_"
- ],
- [
- 34941,
- 2,
- 15,
- 5,
- 0.19943,
- "_SELEEQQMHLNVGLR_"
- ],
- [
- 15406,
- 3,
- 15,
- 7,
- 0.19943,
- "_FDPYEHEALFHTPVEGK_"
- ],
- [
- 14295,
- 2,
- 9,
- 5,
- 0.11396,
- "_FGYHIIMVEGR_"
- ],
- [
- 18869,
- 3,
- 9,
- 2,
- 0.11396,
- "_AIIGLYNYAHEMTHGASDR_"
- ],
- [
- 2860,
- 3,
- 9,
- 3,
- 0.11396,
- "_YPDSILEHQIQVR_"
- ],
- [
- 18332,
- 2,
- 9,
- 2,
- 0.11396,
- "_IAENLGDVQISDK_"
- ],
- [
- 18493,
- 2,
- 19,
- 4,
- 0.2564,
- "_ILDDSDSNLSVVK_"
- ],
- [
- 4784,
- 2,
- 10,
- 2,
- 0.12819,
- "_YYDAIACLK_"
- ],
- [
- 9957,
- 2,
- 15,
- 4,
- 0.19943,
- "_EGIIPANYVQK_"
- ],
- [
- 10995,
- 2,
- 10,
- 3,
- 0.12819,
- "_SEASGPQLLPVR_"
- ],
- [
- 6653,
- 2,
- 10,
- 3,
- 0.12819,
- "_GCAFVTFTTR_"
- ],
- [
- 8109,
- 3,
- 10,
- 5,
- 0.12819,
- "_DHVFSSMVESELHAAK_"
- ],
- [
- 7994,
- 3,
- 15,
- 5,
- 0.19943,
- "_SELEEQQMHLNVGLR_"
- ],
- [
- 34178,
- 3,
- 15,
- 5,
- 0.19943,
- "_HCQLEPDHEGVPEETDDFGEFR_"
- ],
- [
- 16444,
- 2,
- 15,
- 3,
- 0.19943,
- "_EVVLDANTTQFK_"
- ],
- [
- 28829,
- 2,
- 13,
- 4,
- 0.17094,
- "_DFMDYMGAQHSDSK_"
- ],
- [
- 23362,
- 2,
- 13,
- 3,
- 0.17094,
- "_VNVNVGVLGHIDSGK_"
- ],
- [
- 6848,
- 2,
- 8,
- 2,
- 0.099723,
- "_MGSQVIIPYR_"
- ],
- [
- 25620,
- 3,
- 14,
- 5,
- 0.18519,
- "_AIEEGVNHMWTVSAFQQHPR_"
- ],
- [
- 8629,
- 3,
- 14,
- 4,
- 0.18519,
- "_FKVESEQQYFEIEK_"
- ],
- [
- 50931,
- 2,
- 16,
- 5,
- 0.21367,
- "_(Acetyl (Protein N-term))AAPEEHDSPTEASQPIVEEEETK_"
- ],
- [
- 36152,
- 2,
- 13,
- 3,
- 0.17094,
- "_EKEDSLAQAGETINALK_"
- ],
- [
- 6341,
- 3,
- 13,
- 2,
- 0.17094,
- "_LLPQGLAVYASPENKK_"
- ],
- [
- 16992,
- 3,
- 12,
- 6,
- 0.15669,
- "_KVDLVVHPSMDQNDPLVR_"
- ],
- [
- 8004,
- 2,
- 14,
- 4,
- 0.18519,
- "_YGCVDYWVK_"
- ],
- [
- 1385,
- 2,
- 5,
- 2,
- 0.056987,
- "_VVLLTEVDK_"
- ],
- [
- 25036,
- 2,
- 12,
- 5,
- 0.15669,
- "_QTLDALNYLHDNK_"
- ],
- [
- 16897,
- 2,
- 14,
- 4,
- 0.18519,
- "_QDCFNMAQGFR_"
- ],
- [
- 34463,
- 2,
- 12,
- 3,
- 0.15669,
- "_IWTEDGNLASTLGQHK_"
- ],
- [
- 30891,
- 3,
- 17,
- 4,
- 0.22792,
- "_IWSTVPTDEEDEMEESTNRPR_"
- ],
- [
- 11314,
- 2,
- 12,
- 4,
- 0.15669,
- "_DTDTLDLSGPAR_"
- ],
- [
- 27179,
- 2,
- 15,
- 3,
- 0.19944,
- "_INQLSEENGDLSFK_"
- ],
- [
- 19930,
- 2,
- 13,
- 5,
- 0.17093,
- "_FYTQQWEDYR_"
- ],
- [
- 11656,
- 2,
- 16,
- 5,
- 0.21369,
- "_AEGPEVDVNLPK_"
- ],
- [
- 39637,
- 2,
- 13,
- 2,
- 0.17093,
- "_TPQQTSASQQMLNFPDK_"
- ],
- [
- 44656,
- 2,
- 17,
- 5,
- 0.22792,
- "_TLTSDVANLANEKEELNNK_"
- ],
- [
- 22227,
- 3,
- 12,
- 6,
- 0.15669,
- "_VFCQICQHYLTNVNTTVK_"
- ],
- [
- 30676,
- 3,
- 14,
- 7,
- 0.18519,
- "_TPVVQNAASIVQPSPAHVGQQGLSK_"
- ],
- [
- 5512,
- 3,
- 18,
- 6,
- 0.24216,
- "_HGYIGEFEIIDDHR_"
- ],
- [
- 4620,
- 2,
- 11,
- 4,
- 0.14244,
- "_PAINVGLSVSR_"
- ],
- [
- 9561,
- 2,
- 11,
- 3,
- 0.14244,
- "_GMGGAMDLVSSAK_"
- ],
- [
- 26933,
- 2,
- 11,
- 4,
- 0.14244,
- "_CPLCQQDWVVQR_"
- ],
- [
- 10845,
- 2,
- 11,
- 4,
- 0.14244,
- "_TGEEVGFVVDAK_"
- ],
- [
- 5335,
- 2,
- 20,
- 4,
- 0.27065,
- "_LSELEAALQR_"
- ],
- [
- 36523,
- 2,
- 16,
- 6,
- 0.21369,
- "_DMESDYSGQGVDQLQR_"
- ],
- [
- 35901,
- 4,
- 23,
- 8,
- 0.31337,
- "_LHTFESHKDEIFQVHWSPHNETILASSGTDR_"
- ],
- [
- 288,
- 2,
- 19,
- 4,
- 0.2564,
- "_FLGCVDIK_"
- ],
- [
- 45535,
- 2,
- 10,
- 4,
- 0.12821,
- "_GQWDCSVCCVQNESSSLK_"
- ],
- [
- 36874,
- 2,
- 10,
- 5,
- 0.12821,
- "_LLTSQCGAAEEEFVQR_"
- ],
- [
- 47283,
- 3,
- 9,
- 2,
- 0.11398,
- "_YCGHLYGLGSGSSYVQNGTGNAYEEEANKQS_"
- ],
- [
- 49214,
- 3,
- 9,
- 4,
- 0.11398,
- "_AAEAAPPTQEAQGETEPTEQAPDALEQAADTSRR_"
- ],
- [
- 2333,
- 2,
- 9,
- 3,
- 0.11398,
- "_MNALDLNMK_"
- ],
- [
- 36407,
- 2,
- 7,
- 3,
- 0.085474,
- "_GQDHCGIESEVVAGIPR_"
- ],
- [
- 24052,
- 2,
- 9,
- 3,
- 0.11398,
- "_DQMSTSSVQALAER_"
- ],
- [
- 11801,
- 3,
- 12,
- 4,
- 0.15669,
- "_SWLADVAEKDPDEDCR_"
- ],
- [
- 23284,
- 3,
- 15,
- 6,
- 0.19944,
- "_LDYQHEIENLQNQQDSER_"
- ],
- [
- 4670,
- 2,
- 18,
- 5,
- 0.24216,
- "_EKVDLVLLGK_"
- ],
- [
- 12117,
- 2,
- 13,
- 4,
- 0.17093,
- "_ELILHNPVTLK_"
- ],
- [
- 24460,
- 3,
- 13,
- 6,
- 0.17093,
- "_CNSHHSSYQPLCLPLPVCK_"
- ],
- [
- 8087,
- 2,
- 26,
- 4,
- 0.35607,
- "_ELHINLIPNK_"
- ],
- [
- 5099,
- 3,
- 13,
- 4,
- 0.17093,
- "_TSILAAANPISGHYDR_"
- ],
- [
- 12424,
- 2,
- 21,
- 3,
- 0.28489,
- "_HPEYAVSVLLR_"
- ],
- [
- 5377,
- 2,
- 32,
- 3,
- 0.44167,
- "_FPGQLNADLR_"
- ],
- [
- 39608,
- 3,
- 15,
- 5,
- 0.19944,
- "_SEAALDQEQITAAYSVEHNQLEAHPK_"
- ],
- [
- 12616,
- 3,
- 13,
- 2,
- 0.17093,
- "_SVIDPVPAPVGDSHVDGAAK_"
- ],
- [
- 28329,
- 2,
- 6,
- 4,
- 0.071218,
- "_VYQLLVNEQEPCK_"
- ],
- [
- 3513,
- 3,
- 12,
- 4,
- 0.15673,
- "_LCSAHGVLVPGGFGVR_"
- ],
- [
- 1425,
- 3,
- 12,
- 4,
- 0.15673,
- "_VVVEYHEELPALK_"
- ],
- [
- 8755,
- 3,
- 21,
- 3,
- 0.28494,
- "_TFNTSTGGLLLPSDTKR_"
- ],
- [
- 39955,
- 2,
- 12,
- 4,
- 0.15673,
- "_SVIDPVPAPVGDSHVDGAAK_"
- ],
- [
- 14174,
- 4,
- 19,
- 5,
- 0.25645,
- "_FNGGGHINHSIFWTNLSPNGGGEPK_"
- ],
- [
- 8326,
- 2,
- 12,
- 4,
- 0.15673,
- "_DSQGENMFLR_"
- ],
- [
- 13156,
- 3,
- 12,
- 5,
- 0.15673,
- "_EVLGEHIVPSDQQQIVR_"
- ],
- [
- 19376,
- 2,
- 9,
- 2,
- 0.11401,
- "_SELPIAELTGHTR_"
- ],
- [
- 29745,
- 3,
- 13,
- 6,
- 0.17099,
- "_QYDAYGSAGFDPGASGSQHSYWK_"
- ],
- [
- 47234,
- 2,
- 12,
- 6,
- 0.15673,
- "_VFCQICQHYLTNVNTTVK_"
- ],
- [
- 1879,
- 2,
- 12,
- 4,
- 0.15673,
- "_STLVDALCR_"
- ],
- [
- 4858,
- 2,
- 18,
- 6,
- 0.24221,
- "_SADTLWGIQK_"
- ],
- [
- 43445,
- 2,
- 17,
- 5,
- 0.22798,
- "_MEDTSFPSGGNAIGVNSASSK_"
- ],
- [
- 1218,
- 2,
- 9,
- 4,
- 0.11401,
- "_VHLDLWVK_"
- ],
- [
- 32888,
- 2,
- 15,
- 7,
- 0.19949,
- "_ASLNGADIYSGCCTLK_"
- ],
- [
- 4483,
- 3,
- 12,
- 4,
- 0.15673,
- "_QLTAQQHAILVDLGR_"
- ],
- [
- 44960,
- 2,
- 15,
- 5,
- 0.19949,
- "_AIEDEGGNPDEIEITSEGNK_"
- ],
- [
- 2767,
- 3,
- 12,
- 5,
- 0.15673,
- "_QFAQDFVMHTDVR_"
- ],
- [
- 12508,
- 3,
- 12,
- 4,
- 0.15673,
- "_VYYFNHITNASQWER_"
- ],
- [
- 10563,
- 2,
- 9,
- 3,
- 0.11401,
- "_MATNTVYVFAK_"
- ],
- [
- 16807,
- 2,
- 12,
- 3,
- 0.15673,
- "_(Acetyl (Protein N-term))AGAATQASLESAPR_"
- ],
- [
- 44483,
- 2,
- 13,
- 2,
- 0.17099,
- "_SQCISHTALVLQGSLTQPR_"
- ],
- [
- 9328,
- 2,
- 9,
- 3,
- 0.11401,
- "_TSFHALTSILK_"
- ],
- [
- 15991,
- 2,
- 14,
- 6,
- 0.18522,
- "_WIGLDLSNGKPR_"
- ],
- [
- 1190,
- 2,
- 6,
- 3,
- 0.071278,
- "_TLFETIER_"
- ],
- [
- 47780,
- 2,
- 14,
- 4,
- 0.18522,
- "_LDYQHEIENLQNQQDSER_"
- ],
- [
- 41734,
- 2,
- 10,
- 4,
- 0.12827,
- "_SGGSTTSQSPLLETCVPDR_"
- ],
- [
- 19193,
- 2,
- 16,
- 6,
- 0.21373,
- "_SLHTLFGDELCK_"
- ],
- [
- 15628,
- 2,
- 10,
- 4,
- 0.12827,
- "_GILAADESVGSMAK_"
- ],
- [
- 10814,
- 2,
- 15,
- 3,
- 0.19949,
- "_KANPDLPILIR_"
- ],
- [
- 40630,
- 2,
- 8,
- 3,
- 0.099765,
- "_SLTNSETEMVQQTQSLR_"
- ],
- [
- 16138,
- 2,
- 5,
- 2,
- 0.05704,
- "_DSLDPSFTHALR_"
- ],
- [
- 11861,
- 4,
- 10,
- 5,
- 0.12827,
- "_LTAYTATPEAIYGTSHVAISPSHR_"
- ],
- [
- 18040,
- 2,
- 13,
- 5,
- 0.17099,
- "_RAQEILSQLPIK_"
- ],
- [
- 15318,
- 4,
- 13,
- 6,
- 0.17099,
- "_IHVSDQELQSANASVDDSRLEELK_"
- ],
- [
- 10622,
- 2,
- 17,
- 3,
- 0.22798,
- "_IDNSNTPFLPK_"
- ],
- [
- 24192,
- 2,
- 8,
- 2,
- 0.099765,
- "_LLQCYPPPDPAVR_"
- ],
- [
- 30965,
- 2,
- 14,
- 4,
- 0.18522,
- "_SFAGAVSPQEEEEFR_"
- ],
- [
- 34603,
- 2,
- 11,
- 3,
- 0.1425,
- "_ALDSNSLENDDLSAPGR_"
- ],
- [
- 16860,
- 2,
- 13,
- 3,
- 0.17099,
- "_TAQIMFQAYGDK_"
- ],
- [
- 4171,
- 2,
- 18,
- 4,
- 0.24221,
- "_IEELEEALR_"
- ],
- [
- 31379,
- 2,
- 15,
- 2,
- 0.19949,
- "_MVHGNITPENIILNK_"
- ],
- [
- 11999,
- 2,
- 11,
- 3,
- 0.14251,
- "_DPQGLGLHFYK_"
- ],
- [
- 16599,
- 4,
- 10,
- 6,
- 0.12825,
- "_VLLHSMACNQSAVYLQHCFATQR_"
- ],
- [
- 46640,
- 2,
- 8,
- 3,
- 0.099748,
- "_LSPGSGGPEAQTAGPVTPASISGR_"
- ],
- [
- 42259,
- 2,
- 12,
- 4,
- 0.15674,
- "_CYGCASAVTEHCITLLR_"
- ],
- [
- 28589,
- 2,
- 13,
- 5,
- 0.17097,
- "_LCSAHGVLVPGGFGVR_"
- ],
- [
- 4425,
- 2,
- 11,
- 4,
- 0.14251,
- "_VVEDIEYLK_"
- ],
- [
- 31509,
- 3,
- 10,
- 2,
- 0.12825,
- "_LTAYTATPEAIYGTSHVAISPSHR_"
- ],
- [
- 35690,
- 2,
- 8,
- 5,
- 0.099748,
- "_GVPVAEFNTETTPATNR_"
- ],
- [
- 38313,
- 2,
- 12,
- 4,
- 0.15674,
- "_NAQLQSLELAHADQLTK_"
- ],
- [
- 31707,
- 4,
- 12,
- 5,
- 0.15674,
- "_EPEEINADDEIEDTCDHKEDDLGAVEEQR_"
- ],
- [
- 31092,
- 2,
- 12,
- 6,
- 0.15674,
- "_TSILAAANPISGHYDR_"
- ],
- [
- 47683,
- 2,
- 12,
- 5,
- 0.15674,
- "_AMEVDERPTEQYSDIGGLDK_"
- ],
- [
- 6571,
- 3,
- 19,
- 7,
- 0.25645,
- "_HFCPNVPIILVGNKK_"
- ],
- [
- 21736,
- 2,
- 13,
- 4,
- 0.17097,
- "_IIMYDQNHLLGR_"
- ],
- [
- 37705,
- 2,
- 8,
- 3,
- 0.099748,
- "_IYDAQNELSAATHLTSK_"
- ],
- [
- 40066,
- 2,
- 10,
- 2,
- 0.12825,
- "_NENGAPEDEENFEEAIK_"
- ],
- [
- 17172,
- 2,
- 12,
- 4,
- 0.15674,
- "_VTTCGTDVIALTK_"
- ],
- [
- 9642,
- 3,
- 11,
- 3,
- 0.14251,
- "_QPLYEFEDCLGGGKPK_"
- ],
- [
- 32869,
- 3,
- 13,
- 4,
- 0.17097,
- "_SAKPVGPEDMGATAVYELDTEKER_"
- ],
- [
- 16658,
- 2,
- 14,
- 3,
- 0.18522,
- "_HVNPVQALSEFK_"
- ],
- [
- 6626,
- 2,
- 13,
- 3,
- 0.17097,
- "_GVLLYGPPGTGK_"
- ],
- [
- 3095,
- 2,
- 8,
- 4,
- 0.099748,
- "_PGLEGYALPR_"
- ],
- [
- 50649,
- 3,
- 16,
- 8,
- 0.21372,
- "_AKQEPEVNGGSGDAVPSGNEVSENMEEEAENQAESR_"
- ],
- [
- 22589,
- 3,
- 15,
- 6,
- 0.19946,
- "_EASRPPEEPSAPSPTLPAQFK_"
- ],
- [
- 37552,
- 4,
- 14,
- 5,
- 0.18522,
- "_QGSGSSQPMEVQEGYGFGSGDDPYSSAEPHVSGVKR_"
- ],
- [
- 9964,
- 2,
- 9,
- 5,
- 0.114,
- "_ISGTTALQEALK_"
- ],
- [
- 11487,
- 2,
- 18,
- 5,
- 0.24222,
- "_KSDGIYIINLK_"
- ],
- [
- 46896,
- 2,
- 18,
- 6,
- 0.24222,
- "_VLQAQGSSDPEEESVLYSNR_"
- ],
- [
- 1576,
- 4,
- 14,
- 5,
- 0.18522,
- "_CLQHQEVKPYTLALAFK_"
- ],
- [
- 22216,
- 2,
- 16,
- 6,
- 0.21372,
- "_ATFYGEQVDYYK_"
- ],
- [
- 937,
- 2,
- 7,
- 4,
- 0.085516,
- "_ILDVMYSR_"
- ],
- [
- 31929,
- 3,
- 14,
- 7,
- 0.18522,
- "_NGNYCVLQMDQSYKPDENEVR_"
- ],
- [
- 12791,
- 4,
- 9,
- 3,
- 0.114,
- "_LAHEFLQNFCAGNQQNQALLHK_"
- ],
- [
- 6033,
- 2,
- 14,
- 4,
- 0.18522,
- "_LEAGAMVLADR_"
- ],
- [
- 20166,
- 4,
- 18,
- 6,
- 0.24222,
- "_SEAALDQEQITAAYSVEHNQLEAHPK_"
- ],
- [
- 36765,
- 2,
- 9,
- 4,
- 0.114,
- "_FSYNDSKEWEEAMAK_"
- ],
- [
- 40679,
- 4,
- 13,
- 8,
- 0.17097,
- "_DLDENEVERPEEENASANPPSGIEDETAENGVPKPK_"
- ],
- [
- 44514,
- 4,
- 18,
- 6,
- 0.24222,
- "_EVAEAATGEDASSPPPKTEAASDPQHPAASEGAAAAAASPPLLR_"
- ],
- [
- 726,
- 2,
- 16,
- 4,
- 0.21372,
- "_ILVGTNLVR_"
- ],
- [
- 3322,
- 2,
- 13,
- 2,
- 0.17097,
- "_LGLMPPPEPK_"
- ],
- [
- 3703,
- 3,
- 10,
- 3,
- 0.12825,
- "_RLPTEEEWEFAAR_"
- ],
- [
- 30354,
- 2,
- 17,
- 6,
- 0.22797,
- "_NVIISSAAERPLEIR_"
- ],
- [
- 619,
- 2,
- 15,
- 4,
- 0.19948,
- "_MGIVGPEFK_"
- ],
- [
- 18113,
- 3,
- 15,
- 2,
- 0.19948,
- "_SQCISHTALVLQGSLTQPR_"
- ],
- [
- 7284,
- 2,
- 17,
- 4,
- 0.22798,
- "_QQMFEFDTK_"
- ],
- [
- 44669,
- 2,
- 9,
- 5,
- 0.114,
- "_TCVHTFFDHQDQVWGVK_"
- ],
- [
- 17974,
- 2,
- 12,
- 2,
- 0.15676,
- "_SEDYVDIVQGNR_"
- ],
- [
- 2596,
- 3,
- 13,
- 2,
- 0.171,
- "_RPVLLLHPLGGWTK_"
- ],
- [
- 1643,
- 2,
- 8,
- 3,
- 0.099771,
- "_AMVGFSGVMK_"
- ],
- [
- 49187,
- 2,
- 12,
- 4,
- 0.15676,
- "_QPPGVPNGPSSPTNESAPELPQR_"
- ],
- [
- 6415,
- 3,
- 16,
- 6,
- 0.21371,
- "_MYSTDDGVQFHAFGR_"
- ],
- [
- 36857,
- 3,
- 13,
- 5,
- 0.171,
- "_VLSSAASLPGSELPSSRPEGSQGGELSR_"
- ],
- [
- 39129,
- 2,
- 18,
- 5,
- 0.24223,
- "_GEVITTYCPANNEPIAR_"
- ],
- [
- 13976,
- 3,
- 9,
- 5,
- 0.114,
- "_VQTQCDCCFLYWHR_"
- ],
- [
- 23212,
- 2,
- 20,
- 7,
- 0.27071,
- "_GLPWSCSADEVQR_"
- ],
- [
- 48913,
- 2,
- 11,
- 5,
- 0.1425,
- "_SGTELSAVGSVCSDADCQEYAK_"
- ],
- [
- 38871,
- 2,
- 17,
- 4,
- 0.22798,
- "_SQIDVALSQDSTYQGER_"
- ],
- [
- 30574,
- 3,
- 12,
- 5,
- 0.15676,
- "_NMVGAGEVDEDLEVETKEECEK_"
- ],
- [
- 24720,
- 4,
- 10,
- 5,
- 0.12826,
- "_EGEEQPVLPEETESSKPGPSAHDLAAQLK_"
- ],
- [
- 51622,
- 2,
- 15,
- 7,
- 0.19948,
- "_VAAAPDEDLDGDDEDDAEDENNIDNR_"
- ],
- [
- 3714,
- 2,
- 9,
- 2,
- 0.114,
- "_AEAISLQMVK_"
- ],
- [
- 39974,
- 3,
- 9,
- 3,
- 0.114,
- "_NFQDFDCQEHDIETTHGVVHVTIR_"
- ],
- [
- 8686,
- 3,
- 14,
- 4,
- 0.18522,
- "_IIKDFMIQGGDPTGTGR_"
- ],
- [
- 32492,
- 2,
- 17,
- 5,
- 0.22798,
- "_FQDVGPQAPVGSVYQK_"
- ],
- [
- 7325,
- 3,
- 11,
- 2,
- 0.1425,
- "_KGFNEGLWEIDNNPK_"
- ],
- [
- 21936,
- 3,
- 9,
- 5,
- 0.114,
- "_LQTLVSEQPNKDVVEQMEK_"
- ],
- [
- 23104,
- 3,
- 15,
- 6,
- 0.19948,
- "_AMEVDERPTEQYSDIGGLDK_"
- ],
- [
- 27693,
- 2,
- 21,
- 2,
- 0.28494,
- "_SLFGQLHPPDEGHGD_"
- ],
- [
- 33524,
- 3,
- 16,
- 8,
- 0.21371,
- "_GIPVMGHSEGICHMYVDSEASVDK_"
- ],
- [
- 24497,
- 2,
- 10,
- 5,
- 0.12826,
- "_EFQECVECFER_"
- ],
- [
- 12328,
- 2,
- 17,
- 4,
- 0.22798,
- "_GVTFNVTTVDTK_"
- ],
- [
- 32225,
- 3,
- 9,
- 4,
- 0.114,
- "_AIMSDKFVTSTSDHFVEGQTVAAK_"
- ],
- [
- 46856,
- 3,
- 16,
- 7,
- 0.21371,
- "_TVGTPIASVPGSTNTGTVPGSEKDSDSMETEEK_"
- ],
- [
- 21669,
- 3,
- 11,
- 5,
- 0.1425,
- "_SEPAPDSHPHLSPEALGYFR_"
- ],
- [
- 23781,
- 2,
- 11,
- 3,
- 0.1425,
- "_EMILNPEGDVNSAK_"
- ],
- [
- 2590,
- 3,
- 17,
- 5,
- 0.22798,
- "_DCGATWVVLGHSER_"
- ],
- [
- 27388,
- 2,
- 11,
- 4,
- 0.1425,
- "_YSSDYFQAPSDYR_"
- ],
- [
- 23849,
- 3,
- 17,
- 7,
- 0.22798,
- "_VHSPSGALEECYVTEIDQDK_"
- ],
- [
- 28712,
- 2,
- 15,
- 6,
- 0.19948,
- "_DADSSISVLEIHSQK_"
- ],
- [
- 45925,
- 2,
- 8,
- 5,
- 0.099771,
- "_LVQAEYWHDPIKEDVYR_"
- ],
- [
- 29648,
- 2,
- 9,
- 4,
- 0.114,
- "_SGILTLDKDYNNIGK_"
- ],
- [
- 18195,
- 3,
- 11,
- 3,
- 0.14251,
- "_YQAYMSNLESHSAILDQK_"
- ],
- [
- 25197,
- 2,
- 7,
- 5,
- 0.085534,
- "_MVSEAGTGFCFNTK_"
- ],
- [
- 9235,
- 3,
- 12,
- 2,
- 0.15675,
- "_GQDHCGIESEVVAGIPR_"
- ],
- [
- 2081,
- 2,
- 9,
- 4,
- 0.14251,
- "_DFFPETGTK_"
- ],
- [
- 37877,
- 2,
- 11,
- 2,
- 0.14251,
- "_QNSAYNMHSILSNTSAE_"
- ],
- [
- 2048,
- 2,
- 11,
- 4,
- 0.14251,
- "_ELEDMYLK_"
- ],
- [
- 41446,
- 2,
- 10,
- 2,
- 0.12825,
- "_SVSTPQSTGSAATMTALAATK_"
- ],
- [
- 20084,
- 2,
- 11,
- 4,
- 0.14251,
- "_SSLYSEVDVHFR_"
- ],
- [
- 2787,
- 2,
- 9,
- 4,
- 0.11402,
- "_GLLGMCVGEK_"
- ],
- [
- 49347,
- 2,
- 12,
- 5,
- 0.15675,
- "_GPEESQPPQLYAADEEEAPGTR_"
- ],
- [
- 30837,
- 2,
- 12,
- 6,
- 0.15675,
- "_AENLQLLTENELHR_"
- ],
- [
- 16576,
- 3,
- 11,
- 5,
- 0.14251,
- "_LLQALAQYQNHLQEQPR_"
- ],
- [
- 26964,
- 3,
- 12,
- 5,
- 0.15675,
- "_TMFAQVESDDEEAKNEPEWK_"
- ],
- [
- 24333,
- 2,
- 12,
- 4,
- 0.15675,
- "_SSSQVPPILQETDK_"
- ],
- [
- 2647,
- 2,
- 11,
- 4,
- 0.14251,
- "_ECFTYVLK_"
- ],
- [
- 13089,
- 3,
- 11,
- 6,
- 0.14251,
- "_TVFEALQAPACHENMVK_"
- ],
- [
- 14448,
- 2,
- 12,
- 4,
- 0.15675,
- "_EVTEPLNLNPAK_"
- ],
- [
- 15920,
- 2,
- 12,
- 3,
- 0.15675,
- "_DAGIYTCIATNR_"
- ],
- [
- 38362,
- 3,
- 13,
- 7,
- 0.17101,
- "_LPHSVTCSLCGEVDQNEETQDFEK_"
- ],
- [
- 18396,
- 3,
- 11,
- 3,
- 0.14251,
- "_TCVHTFFDHQDQVWGVK_"
- ],
- [
- 16420,
- 3,
- 15,
- 2,
- 0.19947,
- "_CLQHQEVKPYTLALAFK_"
- ],
- [
- 45545,
- 3,
- 14,
- 6,
- 0.18524,
- "_TAELSGSSSTLEPIISSSAHHVTTVNSTNCK_"
- ],
- [
- 2445,
- 2,
- 16,
- 4,
- 0.21373,
- "_EDIEFICK_"
- ],
- [
- 28136,
- 2,
- 16,
- 3,
- 0.21373,
- "_SPTAALNESLVECPK_"
- ],
- [
- 35207,
- 3,
- 16,
- 7,
- 0.21373,
- "_IHVSDQELQSANASVDDSRLEELK_"
- ],
- [
- 23545,
- 2,
- 16,
- 4,
- 0.21373,
- "_VVVVDSRPWLEGR_"
- ],
- [
- 44128,
- 2,
- 15,
- 5,
- 0.19947,
- "_NVMLLPVGSADDGAHSQNEK_"
- ],
- [
- 44736,
- 2,
- 17,
- 7,
- 0.22796,
- "_EGRPSGEAFVELESEDEVK_"
- ],
- [
- 35121,
- 3,
- 15,
- 3,
- 0.19947,
- "_ERPTPSLNNNCTTSEDSLVLYNR_"
- ],
- [
- 19746,
- 2,
- 15,
- 3,
- 0.19947,
- "_DSDQLDVIQENR_"
- ],
- [
- 44355,
- 2,
- 17,
- 5,
- 0.22796,
- "_SIEGTADDEEEGVSPDTAIR_"
- ],
- [
- 39042,
- 2,
- 14,
- 3,
- 0.18524,
- "_NESTPPSEELELDKWK_"
- ],
- [
- 38233,
- 2,
- 20,
- 5,
- 0.27072,
- "_EAYMGNVLQGGEGQAPTR_"
- ],
- [
- 17403,
- 2,
- 21,
- 6,
- 0.28495,
- "_MGLAMGGGGGASFDR_"
- ],
- [
- 21152,
- 2,
- 15,
- 4,
- 0.19947,
- "_ILDAVVAQEPLHR_"
- ],
- [
- 22152,
- 2,
- 24,
- 5,
- 0.32769,
- "_NILDFPQHVSPSK_"
- ],
- [
- 4651,
- 2,
- 18,
- 3,
- 0.2422,
- "_TFSWASVTSK_"
- ],
- [
- 4289,
- 2,
- 11,
- 4,
- 0.14249,
- "_INMVEELEK_"
- ],
- [
- 41214,
- 2,
- 15,
- 3,
- 0.19948,
- "_EQPPGYAIDTVQVNGQEK_"
- ],
- [
- 35853,
- 3,
- 11,
- 5,
- 0.14249,
- "_RNAEFLTCNIPTSNASNNMVTTEK_"
- ],
- [
- 21208,
- 3,
- 13,
- 2,
- 0.17099,
- "_NALLDPNTTLDQEEVQQHK_"
- ],
- [
- 24929,
- 3,
- 16,
- 6,
- 0.21371,
- "_SAGQGEVLVYVEDPAGHQEEAK_"
- ],
- [
- 43837,
- 2,
- 18,
- 6,
- 0.2422,
- "_DTDPDSKPFSLQETYEAK_"
- ],
- [
- 26849,
- 2,
- 18,
- 7,
- 0.2422,
- "_DCGATWVVLGHSER_"
- ],
- [
- 7366,
- 2,
- 9,
- 2,
- 0.11402,
- "_AIQLNPSYIR_"
- ],
- [
- 40398,
- 2,
- 14,
- 6,
- 0.18524,
- "_TVFEALQAPACHENMVK_"
- ],
- [
- 41574,
- 2,
- 14,
- 5,
- 0.18524,
- "_QIQQELEQCDVPEDVR_"
- ],
- [
- 27823,
- 4,
- 16,
- 5,
- 0.21371,
- "_TAELSGSSSTLEPIISSSAHHVTTVNSTNCK_"
- ],
- [
- 26374,
- 2,
- 14,
- 5,
- 0.18524,
- "_REPFLLSGGDDGALK_"
- ],
- [
- 17649,
- 3,
- 13,
- 2,
- 0.17099,
- "_NVMLLPVGSADDGAHSQNEK_"
- ],
- [
- 36134,
- 2,
- 17,
- 6,
- 0.22796,
- "_SGQVYSFGCNDEGALGR_"
- ],
- [
- 3407,
- 4,
- 13,
- 5,
- 0.17099,
- "_LVQAEYWHDPIKEDVYR_"
- ],
- [
- 13844,
- 2,
- 17,
- 4,
- 0.22796,
- "_EDPNLVPSISNK_"
- ],
- [
- 17288,
- 3,
- 17,
- 5,
- 0.22796,
- "_DTDPDSKPFSLQETYEAK_"
- ],
- [
- 22024,
- 2,
- 12,
- 2,
- 0.15674,
- "_VIQYLAYVASSHK_"
- ],
- [
- 25866,
- 2,
- 17,
- 6,
- 0.22796,
- "_EGLMLDSHEELYK_"
- ],
- [
- 50888,
- 2,
- 17,
- 6,
- 0.22796,
- "_NGNYCVLQMDQSYKPDENEVR_"
- ],
- [
- 27119,
- 2,
- 14,
- 4,
- 0.18524,
- "_TLTAEEAEEEWER_"
- ],
- [
- 20896,
- 2,
- 15,
- 5,
- 0.19948,
- "_KADTEEEFLAFR_"
- ],
- [
- 36238,
- 2,
- 14,
- 4,
- 0.18524,
- "_SYTPLHAAASSGMISVVK_"
- ],
- [
- 43999,
- 2,
- 15,
- 7,
- 0.19948,
- "_CSVCGGAIMPEPGQEETVR_"
- ],
- [
- 3889,
- 2,
- 9,
- 3,
- 0.11402,
- "_VLTSGIFETK_"
- ],
- [
- 17774,
- 2,
- 12,
- 4,
- 0.15674,
- "_EVDEQMLAIQSK_"
- ],
- [
- 20775,
- 3,
- 11,
- 5,
- 0.14249,
- "_GPQLFHM(Oxidation (M))DPSGTFVQCDAR_"
- ],
- [
- 8286,
- 2,
- 13,
- 5,
- 0.17099,
- "_DAMDVWCNGK_"
- ],
- [
- 26570,
- 2,
- 7,
- 3,
- 0.085521,
- "_KYTWNDVGQLVEK_"
- ],
- [
- 39286,
- 2,
- 14,
- 2,
- 0.18524,
- "_VLQEYTSDDMNVAPGDR_"
- ],
- [
- 9071,
- 2,
- 15,
- 4,
- 0.19948,
- "_AHTDFFEAFK_"
- ],
- [
- 13803,
- 3,
- 10,
- 2,
- 0.12825,
- "_GDTVFFHPLLIHGSGQNK_"
- ],
- [
- 25544,
- 2,
- 20,
- 5,
- 0.27071,
- "_MADCGGLPQVVQPGK_"
- ],
- [
- 15866,
- 3,
- 10,
- 4,
- 0.12825,
- "_DLCSGLKPDTQPQMIQAK_"
- ],
- [
- 47229,
- 2,
- 9,
- 3,
- 0.11402,
- "_QCTQATLDSCEENMVVPSR_"
- ],
- [
- 37367,
- 3,
- 10,
- 7,
- 0.12825,
- "_IFQGSFGGPTLYENPHYQSPNMHR_"
- ],
- [
- 25570,
- 3,
- 10,
- 4,
- 0.12825,
- "_HGTDLWIDNMSSAVPNHSPEK_"
- ],
- [
- 44375,
- 3,
- 11,
- 7,
- 0.1425,
- "_TALLESDEHTCPTCHQNDVSPDALIANK_"
- ],
- [
- 35652,
- 2,
- 12,
- 3,
- 0.15673,
- "_IQFDEGYDNYPGQEK_"
- ],
- [
- 41876,
- 2,
- 7,
- 6,
- 0.08551,
- "_SEIPCYWENQPTGCQK_"
- ],
- [
- 21101,
- 2,
- 10,
- 4,
- 0.12826,
- "_QVAASTAQLLVACK_"
- ],
- [
- 34296,
- 2,
- 9,
- 4,
- 0.11401,
- "_EYLEFEIENGTHER_"
- ],
- [
- 27065,
- 2,
- 10,
- 3,
- 0.12826,
- "_AGYQDMPEYENFK_"
- ],
- [
- 3429,
- 2,
- 10,
- 4,
- 0.12826,
- "_LVSLGTCFGK_"
- ],
- [
- 37172,
- 2,
- 9,
- 5,
- 0.11401,
- "_AQEAAAAVMQAAANSAQSR_"
- ],
- [
- 19017,
- 2,
- 23,
- 6,
- 0.31343,
- "_QKVDSLLENLEK_"
- ],
- [
- 9559,
- 3,
- 11,
- 5,
- 0.1425,
- "_FSYNDSKEWEEAMAK_"
- ],
- [
- 13692,
- 4,
- 12,
- 4,
- 0.15673,
- "_QDGSQEAPEAPLSSELEPFHPKPK_"
- ],
- [
- 16708,
- 2,
- 6,
- 2,
- 0.071219,
- "_HLEIIYAINQR_"
- ],
- [
- 42786,
- 2,
- 12,
- 4,
- 0.15673,
- "_DLCSGLKPDTQPQMIQAK_"
- ],
- [
- 19909,
- 3,
- 10,
- 4,
- 0.12826,
- "_HAITTYLFCTYPDAHEGR_"
- ],
- [
- 14062,
- 2,
- 12,
- 4,
- 0.15673,
- "_LQLWDTAGQER_"
- ],
- [
- 32290,
- 2,
- 9,
- 4,
- 0.11401,
- "_SGVENEDQQEVILVR_"
- ],
- [
- 23881,
- 2,
- 12,
- 5,
- 0.15673,
- "_AKLEQLFQDEVAK_"
- ],
- [
- 20209,
- 3,
- 12,
- 4,
- 0.15673,
- "_LVQAEYWHDPIKEDVYR_"
- ],
- [
- 2208,
- 2,
- 10,
- 4,
- 0.12826,
- "_ITEAIGIISK_"
- ],
- [
- 22976,
- 2,
- 19,
- 4,
- 0.25644,
- "_HPDVEVDGFSELR_"
- ],
- [
- 38059,
- 2,
- 11,
- 5,
- 0.1425,
- "_HSNSNSVDDTIVALNMR_"
- ],
- [
- 24725,
- 2,
- 10,
- 5,
- 0.12826,
- "_VMDAVMSDGNLETR_"
- ],
- [
- 37911,
- 2,
- 9,
- 4,
- 0.11401,
- "_IEGSGDQIDTYELSGGAR_"
- ],
- [
- 33673,
- 3,
- 8,
- 3,
- 0.099764,
- "_LKPHQVDGVQFMWDCCCESVK_"
- ],
- [
- 28879,
- 2,
- 14,
- 5,
- 0.18523,
- "_SCQGMYETMEQLR_"
- ],
- [
- 16437,
- 4,
- 15,
- 6,
- 0.19949,
- "_DRFNHFSLTLNTNHGHILVDYSK_"
- ],
- [
- 42535,
- 3,
- 14,
- 6,
- 0.18523,
- "_CNEIINWLDKNQTAEKEEFEHQQK_"
- ],
- [
- 18928,
- 4,
- 15,
- 6,
- 0.19949,
- "_HVFEQASNHPFLVGLHSCFQTESR_"
- ],
- [
- 9451,
- 2,
- 16,
- 5,
- 0.21372,
- "_YGQISEVVVVK_"
- ],
- [
- 10088,
- 2,
- 14,
- 5,
- 0.18523,
- "_IETIEVMEDR_"
- ],
- [
- 35757,
- 2,
- 14,
- 6,
- 0.18523,
- "_DLEVTCDPDSGGSQGLR_"
- ],
- [
- 48633,
- 2,
- 17,
- 6,
- 0.22795,
- "_SAGQGEVLVYVEDPAGHQEEAK_"
- ],
- [
- 17949,
- 2,
- 14,
- 5,
- 0.18523,
- "_DLQANVEHLVQK_"
- ],
- [
- 12643,
- 3,
- 8,
- 2,
- 0.099764,
- "_VDTSVHYNIPELQSSSR_"
- ],
- [
- 17542,
- 3,
- 14,
- 5,
- 0.18523,
- "_QNAEQHVTQLMSTEPLPR_"
- ],
- [
- 8885,
- 3,
- 17,
- 5,
- 0.22795,
- "_ILIRPMYSNPPLNGAR_"
- ],
- [
- 26782,
- 2,
- 14,
- 6,
- 0.18523,
- "_VSANSVYGFTGAQVGK_"
- ],
- [
- 3233,
- 3,
- 14,
- 5,
- 0.18523,
- "_NPEVGLKPVWYSPK_"
- ],
- [
- 20562,
- 3,
- 14,
- 7,
- 0.18523,
- "_KFYPLEIDYGQDEEAVKK_"
- ],
- [
- 45036,
- 2,
- 17,
- 6,
- 0.22795,
- "_EGRPSGEAFVELESEEEVK_"
- ],
- [
- 26640,
- 2,
- 14,
- 6,
- 0.18523,
- "_AASGFNAMEDAQTLR_"
- ],
- [
- 44597,
- 2,
- 8,
- 3,
- 0.099764,
- "_DSAWGTSDHSVSQPIMVQR_"
- ],
- [
- 798,
- 2,
- 17,
- 5,
- 0.22793,
- "_SNIDALLSR_"
- ],
- [
- 34575,
- 2,
- 19,
- 6,
- 0.25642,
- "_ILDSVGIEADDDRLNK_"
- ],
- [
- 20605,
- 4,
- 15,
- 5,
- 0.19944,
- "_NFQDFDCQEHDIETTHGVVHVTIR_"
- ],
- [
- 10663,
- 4,
- 15,
- 6,
- 0.19944,
- "_VKADRDESSPYAAMLAAQDVAQR_"
- ],
- [
- 6487,
- 3,
- 11,
- 3,
- 0.14247,
- "_VLSVETPLSIQAHPNK_"
- ],
- [
- 38569,
- 2,
- 20,
- 6,
- 0.27065,
- "_VTHAVVTVPAYFNDAQR_"
- ],
- [
- 38097,
- 3,
- 10,
- 5,
- 0.12822,
- "_HAPSPEPAVQGTGVAGVPEESGDAAAIPAK_"
- ],
- [
- 35431,
- 2,
- 12,
- 4,
- 0.15671,
- "_AMLAQQYQEGTLSVEK_"
- ],
- [
- 34017,
- 2,
- 23,
- 5,
- 0.31341,
- "_VIVVGNPANTNCLTASK_"
- ],
- [
- 39886,
- 2,
- 11,
- 5,
- 0.14247,
- "_LAEQAERYDEMVESMK_"
- ],
- [
- 44666,
- 2,
- 17,
- 3,
- 0.22793,
- "_SIDGTADDEDEGVPTDQAIR_"
- ],
- [
- 35969,
- 2,
- 7,
- 3,
- 0.085432,
- "_EELNFTHICEYTQK_"
- ],
- [
- 43034,
- 2,
- 20,
- 6,
- 0.27065,
- "_GESDPAYQQYQDAANNLR_"
- ],
- [
- 9798,
- 2,
- 12,
- 2,
- 0.15671,
- "_HLFAILGGSEGK_"
- ],
- [
- 13302,
- 3,
- 11,
- 4,
- 0.14247,
- "_CEEWFHGDCVGISEAR_"
- ],
- [
- 46813,
- 2,
- 14,
- 4,
- 0.1852,
- "_EEPLSEEEPCTSTAIASPEK_"
- ],
- [
- 28057,
- 2,
- 14,
- 7,
- 0.1852,
- "_NPEVGLKPVWYSPK_"
- ],
- [
- 11918,
- 3,
- 9,
- 3,
- 0.11398,
- "_TELLQRPGIEDVAVLKK_"
- ],
- [
- 15036,
- 2,
- 18,
- 5,
- 0.24216,
- "_TAFQEALDAAGDK_"
- ],
- [
- 12410,
- 2,
- 9,
- 4,
- 0.11398,
- "_GVQGFQDYIEK_"
- ],
- [
- 27331,
- 2,
- 24,
- 5,
- 0.32764,
- "_DFAAVEEVAPAKPPR_"
- ],
- [
- 32683,
- 2,
- 15,
- 5,
- 0.19944,
- "_EYWMDPEGEMKPGR_"
- ],
- [
- 28032,
- 3,
- 11,
- 6,
- 0.14247,
- "_VANYCSTHLLEHITTNEDFR_"
- ],
- [
- 23463,
- 2,
- 10,
- 5,
- 0.12822,
- "_LEESYTLNSDLAR_"
- ],
- [
- 11677,
- 3,
- 15,
- 2,
- 0.19944,
- "_NESTPPSEELELDKWK_"
- ],
- [
- 11577,
- 3,
- 11,
- 3,
- 0.14247,
- "_APVIWDNIHANDYDQK_"
- ],
- [
- 44527,
- 2,
- 11,
- 4,
- 0.14247,
- "_YQAYMSNLESHSAILDQK_"
- ],
- [
- 15204,
- 2,
- 16,
- 5,
- 0.2137,
- "_LSVISVEDPPQR_"
- ],
- [
- 10792,
- 2,
- 13,
- 5,
- 0.17096,
- "_LLSSEDIEGMR_"
- ],
- [
- 50854,
- 2,
- 11,
- 4,
- 0.14248,
- "_GLNTSQESDDDILDESSSPEGTQK_"
- ],
- [
- 20450,
- 3,
- 17,
- 5,
- 0.22795,
- "_VAHSFNCTPIEGMLSHQLK_"
- ],
- [
- 18302,
- 3,
- 12,
- 6,
- 0.15673,
- "_DSAWGTSDHSVSQPIMVQR_"
- ],
- [
- 38682,
- 2,
- 13,
- 4,
- 0.17096,
- "_VEAGDVIYIEANSGAVKR_"
- ],
- [
- 36164,
- 3,
- 13,
- 6,
- 0.17096,
- "_VAPYRPDQQVEEDDDFMDENQGK_"
- ],
- [
- 397,
- 3,
- 11,
- 6,
- 0.14248,
- "_ICYIFHETFGR_"
- ],
- [
- 29537,
- 3,
- 12,
- 4,
- 0.15673,
- "_QLHCCHLASLQELVDPQAPQK_"
- ],
- [
- 19299,
- 3,
- 11,
- 5,
- 0.14248,
- "_SAYLHPQQFDCEPGVLGSK_"
- ],
- [
- 11816,
- 2,
- 6,
- 2,
- 0.071193,
- "_YDDAIQLYDR_"
- ],
- [
- 10902,
- 2,
- 11,
- 4,
- 0.14248,
- "_HMGGILAVANIR_"
- ],
- [
- 2394,
- 2,
- 11,
- 3,
- 0.14248,
- "_LMNEIEFR_"
- ],
- [
- 40473,
- 2,
- 10,
- 5,
- 0.12823,
- "_EVVHTVSLHEIDVINSR_"
- ],
- [
- 2613,
- 2,
- 6,
- 2,
- 0.071193,
- "_AYLDIPNPR_"
- ],
- [
- 20583,
- 2,
- 17,
- 6,
- 0.22795,
- "_SQGCSEQVLTVLK_"
- ],
- [
- 45187,
- 2,
- 12,
- 3,
- 0.15673,
- "_MNAQETATGM(Oxidation (M))AFEEPIDEK_"
- ],
- [
- 994,
- 2,
- 12,
- 3,
- 0.15673,
- "_ETALLIDPK_"
- ],
- [
- 31078,
- 2,
- 13,
- 6,
- 0.17096,
- "_GCWDSIHVVEVQEK_"
- ],
- [
- 16216,
- 3,
- 12,
- 4,
- 0.15673,
- "_GKFGHEFLEFEFRPDGK_"
- ],
- [
- 12671,
- 2,
- 12,
- 4,
- 0.15673,
- "_GLCAIAQAESLR_"
- ],
- [
- 5730,
- 3,
- 10,
- 3,
- 0.12823,
- "_SCFPSLFQAEQTHR_"
- ],
- [
- 13079,
- 2,
- 18,
- 5,
- 0.24219,
- "_LLYNNVSNFGR_"
- ],
- [
- 18714,
- 2,
- 13,
- 3,
- 0.17096,
- "_SVSGFLHFDTATK_"
- ],
- [
- 46099,
- 2,
- 15,
- 5,
- 0.19945,
- "_VAHSFNCTPIEGMLSHQLK_"
- ],
- [
- 5095,
- 3,
- 14,
- 5,
- 0.18519,
- "_GCWDSIHVVEVQEK_"
- ],
- [
- 27348,
- 4,
- 10,
- 3,
- 0.12823,
- "_QMYQQQPEEYKDWSSGSAQGVIAAAQHR_"
- ],
- [
- 13274,
- 2,
- 14,
- 2,
- 0.18519,
- "_AYGTNYIETLR_"
- ],
- [
- 22175,
- 2,
- 14,
- 6,
- 0.18519,
- "_VGAEDADGIDMAYR_"
- ],
- [
- 4380,
- 2,
- 14,
- 3,
- 0.18519,
- "_LLQISSFNGK_"
- ],
- [
- 9728,
- 3,
- 7,
- 5,
- 0.085447,
- "_MYITCAEYTHFYGGK_"
- ],
- [
- 24504,
- 2,
- 15,
- 5,
- 0.19945,
- "_GEDLTEEEDGGIIR_"
- ],
- [
- 21124,
- 2,
- 15,
- 3,
- 0.19945,
- "_IQAYDYLECSAK_"
- ],
- [
- 910,
- 2,
- 9,
- 4,
- 0.11398,
- "_NAYVWTLK_"
- ],
- [
- 22334,
- 2,
- 14,
- 3,
- 0.18519,
- "_MNSDRVPDVVLIK_"
- ],
- [
- 40722,
- 2,
- 7,
- 3,
- 0.085447,
- "_VLHGEQYLELYKPLPR_"
- ],
- [
- 23756,
- 4,
- 22,
- 9,
- 0.29917,
- "_CNEIINWLDKNQTAEKEEFEHQQK_"
- ],
- [
- 48368,
- 2,
- 13,
- 5,
- 0.17096,
- "_ELTYQNTDLSEIKEEEQVK_"
- ],
- [
- 8672,
- 2,
- 12,
- 4,
- 0.15672,
- "_AAAEVAGQFVIK_"
- ],
- [
- 34448,
- 3,
- 11,
- 5,
- 0.14247,
- "_AEAEHDEHYYNAISVTTSYNLAR_"
- ],
- [
- 39805,
- 4,
- 15,
- 7,
- 0.19943,
- "_STAPETAIECTQAPAPASEDEKVVVEPPEGEEKVEK_"
- ],
- [
- 12537,
- 2,
- 13,
- 3,
- 0.17096,
- "_ANLVLLSGANEGK_"
- ],
- [
- 18936,
- 3,
- 22,
- 6,
- 0.29914,
- "_EGRPSGEAFVELESEEEVK_"
- ],
- [
- 13922,
- 3,
- 12,
- 6,
- 0.15672,
- "_EFQLWEEQLHSYPHK_"
- ],
- [
- 28967,
- 2,
- 3,
- 3,
- 0.028492,
- "_TWEILKEDESGSLK_"
- ],
- [
- 27917,
- 2,
- 18,
- 3,
- 0.24219,
- "_HYTELLSDDFTNR_"
- ],
- [
- 20351,
- 3,
- 16,
- 6,
- 0.21369,
- "_QATVGDINTERPGM(Oxidation (M))LDFTGK_"
- ],
- [
- 18736,
- 3,
- 22,
- 5,
- 0.29914,
- "_NLKPIKPMQFLGDEETVR_"
- ],
- [
- 12881,
- 2,
- 10,
- 4,
- 0.12821,
- "_QTLSAAAVFNDR_"
- ],
- [
- 20431,
- 2,
- 10,
- 6,
- 0.12821,
- "_NALSSALAQNTDLK_"
- ],
- [
- 33022,
- 2,
- 12,
- 5,
- 0.15672,
- "_VLSVETPLSIQAHPNK_"
- ],
- [
- 15729,
- 2,
- 16,
- 5,
- 0.21369,
- "_LIDLHSPSEIVK_"
- ],
- [
- 4005,
- 4,
- 16,
- 6,
- 0.21369,
- "_AHGPGLEGGLVGKPAEFTIDTK_"
- ],
- [
- 26252,
- 2,
- 12,
- 4,
- 0.15672,
- "_GSNTCELIFEDCK_"
- ],
- [
- 17394,
- 3,
- 12,
- 5,
- 0.15672,
- "_QAEPVVVLDPVSTHEPQTK_"
- ],
- [
- 4942,
- 3,
- 16,
- 5,
- 0.21369,
- "_AENLQLLTENELHR_"
- ],
- [
- 43922,
- 2,
- 11,
- 5,
- 0.14247,
- "_QAEPVVVLDPVSTHEPQTK_"
- ],
- [
- 34096,
- 4,
- 17,
- 8,
- 0.22793,
- "_DPDSNPYSLLDNTESDQTADTDASESHHSTNR_"
- ],
- [
- 48073,
- 2,
- 11,
- 6,
- 0.14247,
- "_VGTGEPCCDWVGDEGAGHFVK_"
- ],
- [
- 42204,
- 3,
- 13,
- 4,
- 0.17096,
- "_MLAESDESGDEESVSQTDKTELQNTLR_"
- ],
- [
- 11125,
- 2,
- 14,
- 5,
- 0.1852,
- "_SLAEGYFDAAGR_"
- ],
- [
- 22952,
- 3,
- 17,
- 6,
- 0.22793,
- "_FKGPGDTSNFDDYEEEEIR_"
- ],
- [
- 20274,
- 2,
- 14,
- 5,
- 0.1852,
- "_EAGAGGLSIAVEGPSK_"
- ],
- [
- 46952,
- 2,
- 11,
- 3,
- 0.14247,
- "_GAVASGHLQESATSVQTALLNR_"
- ],
- [
- 6258,
- 3,
- 19,
- 6,
- 0.25643,
- "_EYWMDPEGEMKPGR_"
- ],
- [
- 31342,
- 2,
- 14,
- 3,
- 0.18522,
- "_LGQNGTAITFINNNSK_"
- ],
- [
- 423,
- 2,
- 11,
- 4,
- 0.14247,
- "_ISNFLLEK_"
- ],
- [
- 17927,
- 4,
- 18,
- 7,
- 0.24219,
- "_QQSTTLSTLYPSTSSLLTNHQHEGR_"
- ],
- [
- 22207,
- 3,
- 13,
- 7,
- 0.17097,
- "_VLMATNRPDTLDPALMRPGR_"
- ],
- [
- 24179,
- 3,
- 13,
- 3,
- 0.17097,
- "_GNYQNLNQSVAHDWTSGLQR_"
- ],
- [
- 1333,
- 2,
- 8,
- 4,
- 0.099688,
- "_MEAFVVYR_"
- ],
- [
- 9048,
- 2,
- 10,
- 2,
- 0.12818,
- "_AIFQQPPVGVR_"
- ],
- [
- 15723,
- 2,
- 10,
- 4,
- 0.12818,
- "_NLHLELEALNGK_"
- ],
- [
- 11256,
- 3,
- 24,
- 6,
- 0.32767,
- "_VTHAVVTVPAYFNDAQR_"
- ],
- [
- 6000,
- 2,
- 13,
- 2,
- 0.17097,
- "_QPLALNVAYR_"
- ],
- [
- 30378,
- 2,
- 9,
- 5,
- 0.11394,
- "_ALLAMYTNQAEQCR_"
- ],
- [
- 36589,
- 2,
- 17,
- 4,
- 0.22795,
- "_ATQFTGATGAIMTTETTK_"
- ],
- [
- 21938,
- 3,
- 8,
- 4,
- 0.099688,
- "_ALVLNGKPGHLQFYSLQSDK_"
- ],
- [
- 23710,
- 3,
- 15,
- 6,
- 0.19946,
- "_EAEGAEWLHFASCGEDHTVK_"
- ],
- [
- 29731,
- 2,
- 17,
- 4,
- 0.22795,
- "_TWTTPEVTSPPPSPR_"
- ],
- [
- 16042,
- 2,
- 13,
- 4,
- 0.17097,
- "_AGVQSGTNALLVVK_"
- ],
- [
- 21082,
- 3,
- 14,
- 3,
- 0.18522,
- "_HSTSAVDLSTCFAQISHTAR_"
- ],
- [
- 21299,
- 2,
- 13,
- 5,
- 0.17097,
- "_GPLEPSEPAVVAAAR_"
- ],
- [
- 40654,
- 2,
- 12,
- 3,
- 0.15672,
- "_AVEYFQDNSPDSPELNK_"
- ],
- [
- 28128,
- 2,
- 11,
- 4,
- 0.14247,
- "_VMEGTVAAQDEFYR_"
- ],
- [
- 18863,
- 2,
- 16,
- 3,
- 0.21369,
- "_EPALNEANLSNLK_"
- ],
- [
- 28900,
- 2,
- 12,
- 3,
- 0.15672,
- "_SLEPMAGQLSNSVATK_"
- ],
- [
- 8486,
- 2,
- 19,
- 4,
- 0.25645,
- "_LGSIAIQGAIEK_"
- ],
- [
- 49515,
- 2,
- 10,
- 3,
- 0.12818,
- "_DQELEALQQEQQQAQGQEER_"
- ],
- [
- 18942,
- 2,
- 16,
- 4,
- 0.21369,
- "_YQIDPDACFSAK_"
- ],
- [
- 15640,
- 3,
- 19,
- 6,
- 0.25645,
- "_QNVAYEYLCHLEEAKR_"
- ],
- [
- 5538,
- 2,
- 16,
- 2,
- 0.21369,
- "_IITVSMEDVK_"
- ],
- [
- 4439,
- 4,
- 11,
- 4,
- 0.14247,
- "_ALVLNGKPGHLQFYSLQSDK_"
- ],
- [
- 33126,
- 2,
- 14,
- 7,
- 0.18522,
- "_FQSIVIGCALEDQKK_"
- ],
- [
- 13157,
- 3,
- 14,
- 6,
- 0.18522,
- "_EVVHTVSLHEIDVINSR_"
- ],
- [
- 17700,
- 4,
- 18,
- 8,
- 0.24219,
- "_IFQGSFGGPTLYENPHYQSPNMHR_"
- ],
- [
- 7272,
- 3,
- 13,
- 2,
- 0.17097,
- "_GFSVLHTYQDHLWR_"
- ],
- [
- 24031,
- 2,
- 11,
- 4,
- 0.14247,
- "_GFSLLATEDKEALK_"
- ],
- [
- 1495,
- 4,
- 12,
- 4,
- 0.15672,
- "_GKFGHEFLEFEFRPDGK_"
- ],
- [
- 17041,
- 3,
- 18,
- 7,
- 0.24219,
- "_MHSPQTSAMLFTVDNEAGK_"
- ],
- [
- 21403,
- 2,
- 17,
- 5,
- 0.22795,
- "_(Acetyl (Protein N-term))SDAAVDTSSEITTK_"
- ],
- [
- 6096,
- 2,
- 16,
- 5,
- 0.21369,
- "_YPVNSVNILK_"
- ],
- [
- 565,
- 4,
- 13,
- 4,
- 0.17096,
- "_LVHLWSSDSHQPLWSR_"
- ],
- [
- 211,
- 2,
- 8,
- 4,
- 0.099676,
- "_VTAVPTLLK_"
- ],
- [
- 10820,
- 3,
- 13,
- 2,
- 0.17096,
- "_NMQFSNTPDSGVSLLHK_"
- ],
- [
- 10775,
- 3,
- 12,
- 5,
- 0.15671,
- "_VVVDLSEQEEEKVELK_"
- ],
- [
- 36516,
- 3,
- 12,
- 5,
- 0.15671,
- "_HQSEIKPGEPEPQILDFQTQQYK_"
- ],
- [
- 6669,
- 2,
- 12,
- 2,
- 0.15671,
- "_NTVELLVEDK_"
- ],
- [
- 21612,
- 2,
- 13,
- 2,
- 0.17096,
- "_SSNFLVTQGYQVK_"
- ],
- [
- 26078,
- 4,
- 13,
- 7,
- 0.17096,
- "_SYIYSGSHDGHINYWDSETGENDSFAGK_"
- ],
- [
- 2466,
- 2,
- 14,
- 4,
- 0.18521,
- "_LGVIPNVEGR_"
- ],
- [
- 16948,
- 3,
- 12,
- 2,
- 0.15671,
- "_TALDKIEEMEMTNSHLAK_"
- ],
- [
- 12275,
- 4,
- 13,
- 8,
- 0.17096,
- "_VNESSHYDLAFTDVHFKPGQIR_"
- ],
- [
- 11894,
- 2,
- 8,
- 3,
- 0.099676,
- "_ILLSHFNWDK_"
- ],
- [
- 7989,
- 2,
- 12,
- 4,
- 0.15671,
- "_QAGVFEPTIVK_"
- ],
- [
- 2595,
- 3,
- 8,
- 5,
- 0.099676,
- "_REELITNWEQIR_"
- ],
- [
- 39096,
- 2,
- 12,
- 3,
- 0.15671,
- "_ENNVDAVHPGYGFLSER_"
- ],
- [
- 10104,
- 2,
- 16,
- 4,
- 0.2137,
- "_ALDDMISTLKK_"
- ],
- [
- 44210,
- 2,
- 12,
- 4,
- 0.15671,
- "_SDM(Oxidation (M))MEENIDTSAQAVAETK_"
- ],
- [
- 43206,
- 2,
- 24,
- 6,
- 0.32764,
- "_EYIPGQPPLSQSSDSSPTR_"
- ],
- [
- 37149,
- 2,
- 9,
- 4,
- 0.11392,
- "_PAAMISQPPTPPTGQPVR_"
- ],
- [
- 6564,
- 3,
- 17,
- 3,
- 0.22793,
- "_FQSIVIGCALEDQKK_"
- ],
- [
- 30966,
- 4,
- 11,
- 4,
- 0.14242,
- "_EHEHVVECISWAPESSYSSISEATGSETKK_"
- ],
- [
- 12788,
- 3,
- 18,
- 5,
- 0.24218,
- "_MGTPVPRPPQDMGQIGVR_"
- ],
- [
- 43312,
- 2,
- 18,
- 7,
- 0.24218,
- "_LLQALAQYQNHLQEQPR_"
- ],
- [
- 11732,
- 3,
- 11,
- 3,
- 0.14242,
- "_ENNVDAVHPGYGFLSER_"
- ],
- [
- 27596,
- 2,
- 18,
- 5,
- 0.24218,
- "_VWYVSNIDGTHIAK_"
- ],
- [
- 13872,
- 3,
- 10,
- 4,
- 0.12818,
- "_LLREEKDELGEQVLGLK_"
- ],
- [
- 3808,
- 2,
- 10,
- 2,
- 0.12818,
- "_MGPNIYELR_"
- ],
- [
- 30338,
- 2,
- 10,
- 3,
- 0.12818,
- "_AQLEAHLGQVMESVR_"
- ],
- [
- 26980,
- 3,
- 10,
- 2,
- 0.12818,
- "_SDGPPAACDAHQCDDAETILLK_"
- ],
- [
- 25000,
- 2,
- 19,
- 4,
- 0.25643,
- "_ARPFPDGLAEDIDK_"
- ],
- [
- 31724,
- 2,
- 10,
- 4,
- 0.12818,
- "_ELAAGTESQALVSATPR_"
- ],
- [
- 9079,
- 2,
- 10,
- 3,
- 0.12818,
- "_GEGPDVDVSLPK_"
- ],
- [
- 19261,
- 2,
- 10,
- 4,
- 0.12818,
- "_NNFLPNADMETR_"
- ],
- [
- 29231,
- 2,
- 5,
- 5,
- 0.056986,
- "_QFYINVEREEWK_"
- ],
- [
- 5286,
- 2,
- 9,
- 3,
- 0.11392,
- "_VLSTPDLEVR_"
- ],
- [
- 18508,
- 3,
- 25,
- 8,
- 0.3419,
- "_EGRPSGEAFVELESEDEVK_"
- ],
- [
- 184,
- 3,
- 11,
- 2,
- 0.14242,
- "_TVVDLSEVYKPR_"
- ],
- [
- 37287,
- 2,
- 6,
- 2,
- 0.071198,
- "_INNNCIFNVNEPATTK_"
- ],
- [
- 240,
- 2,
- 11,
- 4,
- 0.14242,
- "_NELFLPGR_"
- ],
- [
- 34222,
- 2,
- 15,
- 5,
- 0.19946,
- "_ISNDPSPGYNIEQMAK_"
- ],
- [
- 28620,
- 2,
- 14,
- 4,
- 0.18521,
- "_LQDTYNLDTDTISK_"
- ],
- [
- 38960,
- 3,
- 14,
- 5,
- 0.18521,
- "_EGMNPSYDEYADSDEDQHDAYLER_"
- ],
- [
- 13870,
- 3,
- 15,
- 4,
- 0.19946,
- "_EDLRLPEGDLGKEIEQK_"
- ],
- [
- 38124,
- 2,
- 11,
- 3,
- 0.14242,
- "_NMQFSNTPDSGVSLLHK_"
- ],
- [
- 35585,
- 2,
- 14,
- 2,
- 0.18521,
- "_PAMEPGNGSLDLGGDSAGR_"
- ],
- [
- 16299,
- 2,
- 16,
- 4,
- 0.2137,
- "_VLQLEDDSLDSK_"
- ],
- [
- 5493,
- 2,
- 15,
- 5,
- 0.19946,
- "_HDDYLVMLK_"
- ],
- [
- 13182,
- 2,
- 9,
- 3,
- 0.11395,
- "_VGFQYQGIMQK_"
- ],
- [
- 18773,
- 3,
- 11,
- 5,
- 0.14245,
- "_KCLELFSELAEDKENYK_"
- ],
- [
- 24826,
- 2,
- 10,
- 6,
- 0.1282,
- "_EQEAGVLAMDALHR_"
- ],
- [
- 15650,
- 2,
- 10,
- 3,
- 0.1282,
- "_TCWPTDLEEAK_"
- ],
- [
- 4830,
- 3,
- 12,
- 5,
- 0.15669,
- "_VLAGDKNFITAEELR_"
- ],
- [
- 9166,
- 2,
- 12,
- 2,
- 0.15669,
- "_VLELENELQK_"
- ],
- [
- 5277,
- 2,
- 12,
- 4,
- 0.15669,
- "_IGDPLLEDTR_"
- ],
- [
- 6941,
- 3,
- 11,
- 3,
- 0.14245,
- "_IVFSGNLFQHQEDSK_"
- ],
- [
- 28296,
- 2,
- 12,
- 5,
- 0.15669,
- "_TLAEHQQLIPLVEK_"
- ],
- [
- 24557,
- 2,
- 12,
- 5,
- 0.15669,
- "_VEEAEPEEFVVEK_"
- ],
- [
- 37351,
- 3,
- 13,
- 7,
- 0.17098,
- "_ATAPVPTVGEGYGYGHESELSQASAAAR_"
- ],
- [
- 22571,
- 2,
- 10,
- 3,
- 0.1282,
- "_LMQDLDNNSITVK_"
- ],
- [
- 18198,
- 3,
- 10,
- 5,
- 0.1282,
- "_NMVLQEDAILHSEDSLRK_"
- ],
- [
- 8880,
- 3,
- 13,
- 2,
- 0.17098,
- "_QACEDHVQAQILPFR_"
- ],
- [
- 21166,
- 4,
- 10,
- 7,
- 0.1282,
- "_NCGHIFCNTCSSNELALPSYPKPVR_"
- ],
- [
- 47324,
- 2,
- 12,
- 5,
- 0.15669,
- "_YKVPDGKPENEFAFNAEFK_"
- ],
- [
- 20287,
- 2,
- 11,
- 6,
- 0.14245,
- "_PAAPPAPGPGQLTLR_"
- ],
- [
- 11168,
- 4,
- 10,
- 4,
- 0.1282,
- "_HALLEADVAAHQDRIDGITIQAR_"
- ],
- [
- 17309,
- 2,
- 8,
- 2,
- 0.099714,
- "_GYQFEEENPLR_"
- ],
- [
- 39356,
- 2,
- 24,
- 6,
- 0.32768,
- "_VDSAATSGYEIGNPPDYR_"
- ],
- [
- 7494,
- 2,
- 16,
- 5,
- 0.21373,
- "_VAFITGGGTGLGK_"
- ],
- [
- 7056,
- 3,
- 16,
- 6,
- 0.21373,
- "_LMHQAALLGQALQDSR_"
- ],
- [
- 27765,
- 2,
- 17,
- 2,
- 0.22797,
- "_FQEAVGQAGAISITSK_"
- ],
- [
- 16728,
- 3,
- 17,
- 4,
- 0.22797,
- "_RPVPPEVAQQYQDIMQR_"
- ],
- [
- 27212,
- 2,
- 15,
- 2,
- 0.19948,
- "_QLHDDYFYHDEL_"
- ],
- [
- 21258,
- 3,
- 18,
- 7,
- 0.2422,
- "_AHGPGLEGGLVGKPAEFTIDTK_"
- ],
- [
- 15271,
- 2,
- 15,
- 5,
- 0.19948,
- "_NCAVEFNFGQR_"
- ],
- [
- 9482,
- 2,
- 8,
- 2,
- 0.099714,
- "_LSFASETPLEK_"
- ],
- [
- 365,
- 2,
- 14,
- 5,
- 0.18524,
- "_SGVGTALLLK_"
- ],
- [
- 2969,
- 3,
- 19,
- 6,
- 0.25646,
- "_VWYVSNIDGTHIAK_"
- ],
- [
- 41499,
- 2,
- 19,
- 2,
- 0.25646,
- "_HLLEGQNASVLAYGPTGAGK_"
- ],
- [
- 4136,
- 2,
- 14,
- 4,
- 0.18524,
- "_LLISLSQGNR_"
- ],
- [
- 3210,
- 2,
- 23,
- 3,
- 0.31342,
- "_YPEAPPFVR_"
- ],
- [
- 6839,
- 2,
- 16,
- 5,
- 0.21373,
- "_PAWLLECFK_"
- ],
- [
- 5825,
- 3,
- 14,
- 6,
- 0.18524,
- "_HTTSIFDDFAHYEK_"
- ],
- [
- 32843,
- 3,
- 22,
- 8,
- 0.29919,
- "_NEESLVFVQTDKPIYKPEQTVK_"
- ],
- [
- 20926,
- 3,
- 14,
- 5,
- 0.18524,
- "_LLMHLEEMQHTISTDEEK_"
- ],
- [
- 26261,
- 2,
- 14,
- 3,
- 0.18524,
- "_TNGLSEDLIWHCK_"
- ],
- [
- 3075,
- 4,
- 22,
- 7,
- 0.29919,
- "_ARPFPDGLAEDIDKGEVSAR_"
- ],
- [
- 36030,
- 3,
- 20,
- 5,
- 0.2707,
- "_NQSPTEAEKPASSSLPSSPPPQLLTR_"
- ],
- [
- 43906,
- 3,
- 14,
- 5,
- 0.18524,
- "_STNQQTATDVSTSSNIEESVNHMDGESLK_"
- ],
- [
- 2564,
- 4,
- 21,
- 5,
- 0.28496,
- "_QVQFHQGFGDLAVLKPSNK_"
- ],
- [
- 32702,
- 2,
- 13,
- 6,
- 0.17095,
- "_LIGPNCPGVINPGECK_"
- ],
- [
- 15436,
- 2,
- 17,
- 4,
- 0.22799,
- "_TVIIEQSWGSPK_"
- ],
- [
- 41486,
- 2,
- 11,
- 5,
- 0.14246,
- "_MMEDAEAPGEQLYQQSR_"
- ],
- [
- 11872,
- 3,
- 12,
- 6,
- 0.15671,
- "_TNVLGHLQQGGAPTPFDR_"
- ],
- [
- 39234,
- 2,
- 12,
- 5,
- 0.15671,
- "_TNVLGHLQQGGAPTPFDR_"
- ],
- [
- 29857,
- 2,
- 7,
- 4,
- 0.085517,
- "_KLMTTNEIQSNIYT_"
- ],
- [
- 41554,
- 2,
- 18,
- 6,
- 0.24223,
- "_SGASGASAAPAASAAAALAPSATR_"
- ],
- [
- 40303,
- 3,
- 12,
- 5,
- 0.15671,
- "_EATPVVHETEPESGSQPRPAVLSGYFK_"
- ],
- [
- 3617,
- 3,
- 8,
- 2,
- 0.09973,
- "_M(Oxidation (M))GPLGLDHMASSIER_"
- ],
- [
- 35092,
- 2,
- 7,
- 3,
- 0.085517,
- "_ESSEVYFLATQYHGR_"
- ],
- [
- 21380,
- 2,
- 13,
- 4,
- 0.17095,
- "_SLLGDSAPTLHLNK_"
- ],
- [
- 3867,
- 3,
- 6,
- 2,
- 0.071263,
- "_QFYINVEREEWK_"
- ],
- [
- 20407,
- 2,
- 19,
- 5,
- 0.25646,
- "_DNPGVVTCLDEAR_"
- ],
- [
- 27095,
- 2,
- 19,
- 5,
- 0.25646,
- "_(Acetyl (Protein N-term))AGGEAGVTLGQPHLSR_"
- ],
- [
- 28473,
- 3,
- 8,
- 5,
- 0.09973,
- "_EQQIVIQSSGGLSKDDIENM(Oxidation (M))VK_"
- ],
- [
- 7682,
- 3,
- 25,
- 6,
- 0.34193,
- "_ILDSVGIEADDDRLNK_"
- ],
- [
- 28331,
- 2,
- 13,
- 5,
- 0.17095,
- "_STQGVTLTDLQEAEK_"
- ],
- [
- 44373,
- 3,
- 18,
- 5,
- 0.24223,
- "_SYIYSGSHDGHINYWDSETGENDSFAGK_"
- ],
- [
- 34417,
- 2,
- 14,
- 5,
- 0.18524,
- "_WMEANQHSLNILGQK_"
- ],
- [
- 27573,
- 3,
- 17,
- 7,
- 0.22799,
- "_HGEVCPAGWKPGSETIIPDPAGK_"
- ],
- [
- 4268,
- 2,
- 17,
- 3,
- 0.22799,
- "_ILM(Oxidation (M))VGLDAAGK_"
- ],
- [
- 31967,
- 4,
- 10,
- 6,
- 0.12821,
- "_TQPSMVSNPGSCSDPQPSPEMKPHSYLDAIR_"
- ],
- [
- 40052,
- 2,
- 10,
- 2,
- 0.12821,
- "_AEPAAPPAAPSTPAPPPAVPK_"
- ],
- [
- 27463,
- 2,
- 14,
- 5,
- 0.18524,
- "_LLQSIGQAPESISEK_"
- ],
- [
- 38069,
- 2,
- 15,
- 4,
- 0.19949,
- "_VVVDLSEQEEEKVELK_"
- ],
- [
- 10054,
- 3,
- 15,
- 6,
- 0.19949,
- "_LDPNKYPVPENWLHK_"
- ],
- [
- 20720,
- 2,
- 10,
- 5,
- 0.12821,
- "_QISQAYEVLSDAK_"
- ],
- [
- 26410,
- 2,
- 14,
- 2,
- 0.18524,
- "_QSVVQSGMLEAGVDR_"
- ],
- [
- 25198,
- 4,
- 11,
- 5,
- 0.14246,
- "_KEFGDTGEGWETVEMHPAYTEEELRR_"
- ],
- [
- 33786,
- 2,
- 16,
- 6,
- 0.21374,
- "_LMHQAALLGQALQDSR_"
- ],
- [
- 2263,
- 2,
- 16,
- 4,
- 0.21374,
- "_ILDDICVAK_"
- ],
- [
- 18301,
- 3,
- 11,
- 3,
- 0.14246,
- "_NHPESYHSYMWNNFFK_"
- ],
- [
- 23171,
- 2,
- 12,
- 3,
- 0.15671,
- "_TVLVNADGEEVAMR_"
- ],
- [
- 24443,
- 3,
- 16,
- 4,
- 0.21374,
- "_ELTYQNTDLSEIKEEEQVK_"
- ],
- [
- 21741,
- 2,
- 13,
- 4,
- 0.17095,
- "_LSTQEGLVQELQK_"
- ],
- [
- 44878,
- 2,
- 11,
- 5,
- 0.14246,
- "_GYVVGQALQLHADVENQSGK_"
- ],
- [
- 50327,
- 2,
- 9,
- 5,
- 0.11397,
- "_IGENLNASASSVENEPAVSSATQAK_"
- ],
- [
- 2847,
- 2,
- 13,
- 3,
- 0.17096,
- "_NCMTDLLAK_"
- ],
- [
- 8598,
- 4,
- 10,
- 6,
- 0.12822,
- "_IFCCHGGLSPDLQSMEQIRR_"
- ],
- [
- 13955,
- 2,
- 11,
- 2,
- 0.14246,
- "_VVLEAPDETTLK_"
- ],
- [
- 23296,
- 2,
- 10,
- 3,
- 0.12822,
- "_APSLTNDEVEEFR_"
- ],
- [
- 32687,
- 2,
- 11,
- 4,
- 0.14246,
- "_CIQCGQYLDDPDLK_"
- ],
- [
- 7945,
- 2,
- 9,
- 3,
- 0.11398,
- "_KSDLEIELLK_"
- ],
- [
- 17293,
- 3,
- 10,
- 3,
- 0.12822,
- "_VTEGLTDVILYHQPDDKK_"
- ],
- [
- 38085,
- 3,
- 11,
- 7,
- 0.14246,
- "_CIGPGCCHVAQPDSVYCSNDCILK_"
- ],
- [
- 44151,
- 2,
- 5,
- 2,
- 0.057019,
- "_ATQM(Oxidation (M))PEGGQGAPPMYQLYK_"
- ],
- [
- 23796,
- 2,
- 10,
- 3,
- 0.12822,
- "_LQPLTQAAYVGEAR_"
- ],
- [
- 17662,
- 2,
- 10,
- 4,
- 0.12822,
- "_YSGVNQSMLFDK_"
- ],
- [
- 21922,
- 2,
- 10,
- 4,
- 0.12822,
- "_NKYQELINDIAR_"
- ],
- [
- 5910,
- 3,
- 10,
- 2,
- 0.12822,
- "_NCPFQLCSPIRPPK_"
- ],
- [
- 22666,
- 2,
- 10,
- 2,
- 0.12822,
- "_QQSGSELEELMNK_"
- ],
- [
- 45692,
- 2,
- 10,
- 4,
- 0.12822,
- "_FAMSPSNFSSSDCQDEEGR_"
- ],
- [
- 2343,
- 2,
- 12,
- 3,
- 0.15671,
- "_VNIFGVESGK_"
- ],
- [
- 36342,
- 2,
- 10,
- 2,
- 0.12822,
- "_NQPTLFISTNSGASAASR_"
- ],
- [
- 25735,
- 2,
- 12,
- 3,
- 0.15671,
- "_SQSSSAEQSFLFSR_"
- ],
- [
- 35749,
- 3,
- 8,
- 2,
- 0.099768,
- "_TPQTVAGYTIPPGHQVCVSPTVNQR_"
- ],
- [
- 40493,
- 3,
- 12,
- 3,
- 0.15671,
- "_NCGHIFCNTCSSNELALPSYPKPVR_"
- ],
- [
- 38798,
- 2,
- 11,
- 4,
- 0.14246,
- "_NTSEQDQPM(Oxidation (M))GGWEMIR_"
- ],
- [
- 29495,
- 4,
- 23,
- 9,
- 0.31347,
- "_VHIPNDDAQFDASHCDSDKGEFGGFGSVTGK_"
- ],
- [
- 51255,
- 2,
- 15,
- 5,
- 0.19949,
- "_DEAGIVSQEEQGGQPGQPTGQEELR_"
- ],
- [
- 41316,
- 2,
- 16,
- 6,
- 0.21374,
- "_YPIEHGIITNWDDM(Oxidation (M))EK_"
- ],
- [
- 18429,
- 2,
- 16,
- 2,
- 0.21374,
- "_NIQDTSDLDAIAK_"
- ],
- [
- 20953,
- 2,
- 16,
- 2,
- 0.21374,
- "_EVTTLTADPPDGIK_"
- ],
- [
- 26492,
- 2,
- 16,
- 4,
- 0.21374,
- "_LEPQIAVANTYACK_"
- ],
- [
- 1807,
- 2,
- 17,
- 2,
- 0.22799,
- "_EGETIIELK_"
- ],
- [
- 4842,
- 3,
- 17,
- 4,
- 0.22799,
- "_FEDPKFEVIEKPQA_"
- ],
- [
- 8529,
- 3,
- 15,
- 4,
- 0.19949,
- "_VRPASTGGLSLLPPPPGGK_"
- ],
- [
- 11992,
- 2,
- 15,
- 4,
- 0.19949,
- "_DGFPSGTPALNAK_"
- ],
- [
- 3544,
- 4,
- 22,
- 8,
- 0.29921,
- "_VAHSFNCTPIEGMLSHQLK_"
- ],
- [
- 33107,
- 2,
- 14,
- 5,
- 0.1852,
- "_IQNTGDYYDLYGGEK_"
- ],
- [
- 7559,
- 3,
- 22,
- 4,
- 0.29921,
- "_WMEANQHSLNILGQK_"
- ],
- [
- 15606,
- 3,
- 14,
- 5,
- 0.1852,
- "_FAALDNEEEDKEEEIIK_"
- ],
- [
- 28033,
- 2,
- 14,
- 2,
- 0.1852,
- "_QFCQTVGYPCVVR_"
- ],
- [
- 43638,
- 2,
- 25,
- 7,
- 0.34193,
- "_MHSPQTSAMLFTVDNEAGK_"
- ],
- [
- 4561,
- 3,
- 13,
- 4,
- 0.17096,
- "_FVGDPALVLNDIHKK_"
- ],
- [
- 4873,
- 2,
- 13,
- 4,
- 0.17096,
- "_EKVFDVIIR_"
- ],
- [
- 14585,
- 2,
- 5,
- 4,
- 0.057045,
- "_TQLYEYLQNR_"
- ],
- [
- 14054,
- 2,
- 11,
- 4,
- 0.14249,
- "_QAHVDFEAMLR_"
- ],
- [
- 45369,
- 3,
- 11,
- 6,
- 0.14249,
- "_EGETQGVAFEHESPADFQNSQSPVQDQDK_"
- ],
- [
- 24140,
- 2,
- 16,
- 5,
- 0.21375,
- "_DGSLASNPYSGDLTK_"
- ],
- [
- 44596,
- 2,
- 9,
- 4,
- 0.11403,
- "_PVNCLEAEAAAGAAAEDSGAAR_"
- ],
- [
- 4498,
- 2,
- 7,
- 2,
- 0.085539,
- "_WDQSTFLGR_"
- ],
- [
- 38024,
- 2,
- 11,
- 5,
- 0.14249,
- "_ITENIGCVMTGM(Oxidation (M))TADSR_"
- ],
- [
- 25485,
- 3,
- 11,
- 5,
- 0.14249,
- "_EEKEEEDDSALPQEVSIAASR_"
- ],
- [
- 48429,
- 2,
- 13,
- 6,
- 0.17097,
- "_GNLYSFGCPEYGQLGHNSDGK_"
- ],
- [
- 42111,
- 2,
- 14,
- 3,
- 0.18522,
- "_EDAPIGPHLQSMPSEQIR_"
- ],
- [
- 33661,
- 2,
- 18,
- 6,
- 0.24226,
- "_IVFSGNLFQHQEDSK_"
- ],
- [
- 24085,
- 2,
- 11,
- 4,
- 0.14249,
- "_GLPWSCSADEVM(Oxidation (M))R_"
- ],
- [
- 29522,
- 2,
- 9,
- 3,
- 0.11403,
- "_EFTQGVKPDWTIAR_"
- ],
- [
- 42183,
- 2,
- 12,
- 4,
- 0.15672,
- "_EIIKQEESVDPDYWEK_"
- ],
- [
- 32084,
- 3,
- 14,
- 6,
- 0.18522,
- "_SSHLEVSQASQLLQQQQQQQLR_"
- ],
- [
- 5687,
- 2,
- 12,
- 3,
- 0.15672,
- "_RLEPLGIIVK_"
- ],
- [
- 29365,
- 4,
- 12,
- 5,
- 0.15672,
- "_LLETGTGPLHDEKDESLCLSSSCEGAAGTPR_"
- ],
- [
- 39890,
- 2,
- 12,
- 4,
- 0.15672,
- "_ETIPEETASSTAHLWEK_"
- ],
- [
- 11277,
- 2,
- 16,
- 3,
- 0.21375,
- "_LDQETAQWLR_"
- ],
- [
- 15912,
- 2,
- 12,
- 3,
- 0.15672,
- "_YYIEYMESTR_"
- ],
- [
- 18589,
- 2,
- 9,
- 4,
- 0.11403,
- "_FAQDVSQDDLIR_"
- ],
- [
- 27769,
- 3,
- 14,
- 4,
- 0.18522,
- "_QEYLNEYEAEKIEYNESMK_"
- ],
- [
- 14126,
- 3,
- 19,
- 7,
- 0.2565,
- "_YPIEHGIITNWDDM(Oxidation (M))EK_"
- ],
- [
- 30585,
- 2,
- 15,
- 2,
- 0.19946,
- "_GAGTGGLGLTVEGPCEAK_"
- ],
- [
- 31041,
- 2,
- 15,
- 6,
- 0.19946,
- "_AAVEWFDGKDFQGSK_"
- ],
- [
- 3319,
- 2,
- 14,
- 5,
- 0.18522,
- "_QLTFEEIAK_"
- ],
- [
- 31462,
- 2,
- 26,
- 6,
- 0.35619,
- "_LIAPVAEEEATVPNNK_"
- ],
- [
- 36358,
- 4,
- 13,
- 5,
- 0.17097,
- "_QALYACSTCTPEGEEPAGICLACSYECHGSHK_"
- ],
- [
- 1161,
- 2,
- 15,
- 4,
- 0.19946,
- "_YIQELWR_"
- ],
- [
- 10781,
- 2,
- 15,
- 6,
- 0.19946,
- "_YMACCLLYR_"
- ],
- [
- 19188,
- 2,
- 13,
- 3,
- 0.17097,
- "_EIVEMNEIEEGK_"
- ],
- [
- 48002,
- 2,
- 8,
- 4,
- 0.099777,
- "_LQVVLNESNADTYAGRPLPSK_"
- ],
- [
- 20483,
- 2,
- 8,
- 3,
- 0.099777,
- "_MSGEPIQTVESIR_"
- ],
- [
- 21337,
- 2,
- 8,
- 2,
- 0.099777,
- "_YLAGEVAESADIAR_"
- ],
- [
- 23848,
- 3,
- 19,
- 8,
- 0.2565,
- "_VGTGEPCCDWVGDEGAGHFVK_"
- ],
- [
- 6281,
- 2,
- 10,
- 4,
- 0.12824,
- "_SALFAGNEWR_"
- ],
- [
- 20,
- 2,
- 12,
- 4,
- 0.15672,
- "_LNLYELK_"
- ],
- [
- 8215,
- 2,
- 21,
- 5,
- 0.28497,
- "_FPLDSTGSELK_"
- ],
- [
- 23863,
- 2,
- 15,
- 4,
- 0.19946,
- "_YDPPLEDGAMPSAR_"
- ],
- [
- 4615,
- 4,
- 20,
- 7,
- 0.27074,
- "_VLMATNRPDTLDPALMRPGR_"
- ],
- [
- 42546,
- 2,
- 13,
- 5,
- 0.17097,
- "_FAALDNEEEDKEEEIIK_"
- ],
- [
- 7755,
- 3,
- 16,
- 6,
- 0.21375,
- "_RPLILQLVHVSQEDK_"
- ],
- [
- 6186,
- 2,
- 11,
- 2,
- 0.14249,
- "_AYLQLGINEK_"
- ],
- [
- 8285,
- 4,
- 12,
- 6,
- 0.15674,
- "_KLTATPTPLGGMTGFHMQTEDR_"
- ],
- [
- 23698,
- 3,
- 10,
- 3,
- 0.12828,
- "_LQVVLNESNADTYAGRPLPSK_"
- ],
- [
- 44701,
- 2,
- 18,
- 7,
- 0.24226,
- "_GSLAAVAHAQSLVEAQPNVDK_"
- ],
- [
- 4614,
- 4,
- 10,
- 2,
- 0.12828,
- "_IHYIGQNEPELLVAHAYTR_"
- ],
- [
- 25447,
- 3,
- 9,
- 5,
- 0.11403,
- "_DGNVLLHEM(Oxidation (M))QIQHPTASLIAK_"
- ],
- [
- 33366,
- 3,
- 10,
- 6,
- 0.12828,
- "_MAPYSSAGPSHLDSHDSSQLLNGLK_"
- ],
- [
- 7070,
- 2,
- 11,
- 4,
- 0.14249,
- "_AIEIYTDMGR_"
- ],
- [
- 27154,
- 3,
- 11,
- 7,
- 0.14249,
- "_KLTATPTPLGGMTGFHMQTEDR_"
- ],
- [
- 3768,
- 2,
- 9,
- 2,
- 0.11403,
- "_NSGVPDDIFK_"
- ],
- [
- 11419,
- 2,
- 19,
- 5,
- 0.2565,
- "_TIAMDGTEGLVR_"
- ],
- [
- 33924,
- 2,
- 10,
- 3,
- 0.12828,
- "_AVGTPGGGGGGAVPGISAMSR_"
- ],
- [
- 7223,
- 2,
- 12,
- 3,
- 0.15674,
- "_SALAPNLLTSGK_"
- ],
- [
- 34572,
- 2,
- 10,
- 6,
- 0.12828,
- "_GMDASLSHQSLVALSEK_"
- ],
- [
- 6998,
- 3,
- 15,
- 4,
- 0.19947,
- "_HFCPNVPIILVANKK_"
- ],
- [
- 17071,
- 2,
- 14,
- 5,
- 0.18522,
- "_YPASTVQILGAEK_"
- ],
- [
- 10490,
- 2,
- 17,
- 3,
- 0.228,
- "_YSYVCPDLVK_"
- ],
- [
- 24275,
- 2,
- 17,
- 4,
- 0.228,
- "_SLTNDWEDHLAVK_"
- ],
- [
- 10212,
- 3,
- 16,
- 6,
- 0.21371,
- "_RGFAFVTFDDHDSVDK_"
- ],
- [
- 36974,
- 2,
- 14,
- 6,
- 0.18522,
- "_VDENFDCVEADDVEGK_"
- ],
- [
- 3877,
- 2,
- 14,
- 4,
- 0.18522,
- "_GMYDVGLPSR_"
- ],
- [
- 42088,
- 2,
- 7,
- 2,
- 0.085531,
- "_KEEPQELLQSQDFVGEK_"
- ],
- [
- 3615,
- 2,
- 8,
- 3,
- 0.099788,
- "_KLDLISELR_"
- ],
- [
- 38918,
- 3,
- 15,
- 7,
- 0.19947,
- "_LAPASNMTSQRPVSSTGINFDNPSVQK_"
- ],
- [
- 34515,
- 2,
- 8,
- 4,
- 0.099788,
- "_HIVVSCAAGVTISSIEK_"
- ],
- [
- 12564,
- 2,
- 8,
- 5,
- 0.099788,
- "_LTAVCMECFR_"
- ],
- [
- 42136,
- 2,
- 13,
- 3,
- 0.17097,
- "_TQLIAHDKEVYDIAFSR_"
- ],
- [
- 845,
- 2,
- 8,
- 3,
- 0.099788,
- "_ECPIIGFR_"
- ],
- [
- 30487,
- 2,
- 15,
- 4,
- 0.19951,
- "_LFGNM(Oxidation (M))EGDCPSDWK_"
- ],
- [
- 50074,
- 2,
- 12,
- 5,
- 0.15679,
- "_GAVLGLQDGGDNDDAAEASSEPTEK_"
- ],
- [
- 10090,
- 2,
- 12,
- 3,
- 0.15679,
- "_AEVAAEFLNDR_"
- ],
- [
- 39132,
- 2,
- 10,
- 3,
- 0.12832,
- "_EIESEIDSEEELINKK_"
- ],
- [
- 43563,
- 2,
- 10,
- 2,
- 0.12832,
- "_DSLDENEATMCQAYEER_"
- ],
- [
- 27579,
- 2,
- 17,
- 5,
- 0.228,
- "_SSGEIVYCGQVFEK_"
- ],
- [
- 5003,
- 2,
- 10,
- 4,
- 0.12832,
- "_LAADAGTFLSR_"
- ],
- [
- 14449,
- 2,
- 13,
- 2,
- 0.17103,
- "_ASAAFSSVGSVITK_"
- ],
- [
- 36979,
- 2,
- 10,
- 3,
- 0.12832,
- "_SSTEIPLETCCSSELK_"
- ],
- [
- 38673,
- 2,
- 12,
- 5,
- 0.15679,
- "_NMVIMPGYCVQGTVGHK_"
- ],
- [
- 2930,
- 3,
- 15,
- 4,
- 0.19951,
- "_LISGLPSLNHPVEPK_"
- ],
- [
- 7938,
- 2,
- 8,
- 3,
- 0.099824,
- "_SGLSSLAGAPSLK_"
- ],
- [
- 3212,
- 3,
- 12,
- 4,
- 0.15679,
- "_HCVDPTSFLKPIAK_"
- ],
- [
- 5900,
- 2,
- 11,
- 2,
- 0.14257,
- "_QATELALLQR_"
- ],
- [
- 32970,
- 3,
- 22,
- 7,
- 0.29928,
- "_LGHPEALSAGTGSPQPPSFTYAQQR_"
- ],
- [
- 2453,
- 2,
- 15,
- 4,
- 0.19951,
- "_AAPFSLEYR_"
- ],
- [
- 40572,
- 2,
- 12,
- 5,
- 0.15679,
- "_NNQVLGIGSGSTIVHAVQR_"
- ],
- [
- 3913,
- 2,
- 6,
- 2,
- 0.071314,
- "_FLVMDEADR_"
- ],
- [
- 4064,
- 3,
- 17,
- 5,
- 0.228,
- "_EFTQGVKPDWTIAR_"
- ],
- [
- 48377,
- 2,
- 13,
- 7,
- 0.17103,
- "_QINTLSHGEVVCAVTISNPTR_"
- ],
- [
- 4409,
- 3,
- 17,
- 5,
- 0.228,
- "_ICGDIHGQYTDLLR_"
- ],
- [
- 45823,
- 2,
- 11,
- 6,
- 0.14257,
- "_TNISTASATVSAATSTESISTR_"
- ],
- [
- 3282,
- 3,
- 9,
- 3,
- 0.11408,
- "_WLSYTLGVHVNQAK_"
- ],
- [
- 629,
- 4,
- 16,
- 6,
- 0.21377,
- "_VLHGEQYLELYKPLPR_"
- ],
- [
- 32536,
- 3,
- 11,
- 4,
- 0.14257,
- "_PTGDFDSKPSWADQVEEEGEDDK_"
- ],
- [
- 34960,
- 2,
- 11,
- 4,
- 0.14257,
- "_TVFYSSCNDAMEMTK_"
- ],
- [
- 24545,
- 3,
- 17,
- 7,
- 0.228,
- "_GNLYSFGCPEYGQLGHNSDGK_"
- ],
- [
- 1121,
- 2,
- 16,
- 2,
- 0.21377,
- "_MVGLDIDSR_"
- ],
- [
- 28351,
- 3,
- 14,
- 4,
- 0.18526,
- "_TQHCDPEHFPFPAPANAPLQR_"
- ],
- [
- 8868,
- 3,
- 15,
- 6,
- 0.19951,
- "_DLKPQNLLIDDKGTIK_"
- ],
- [
- 6901,
- 3,
- 16,
- 3,
- 0.21377,
- "_VREEVPLELVEAHVK_"
- ],
- [
- 20007,
- 2,
- 13,
- 5,
- 0.17103,
- "_VYDQVVEDLNSR_"
- ],
- [
- 32508,
- 3,
- 11,
- 4,
- 0.14257,
- "_HPALAEINPNHPFQGQYSVSDMK_"
- ],
- [
- 14547,
- 2,
- 19,
- 3,
- 0.25655,
- "_SQVVAGTNYFIK_"
- ],
- [
- 13525,
- 3,
- 15,
- 4,
- 0.19951,
- "_QAPAPTVIRDPPSITPAVK_"
- ],
- [
- 27321,
- 2,
- 13,
- 5,
- 0.17103,
- "_DFSELEPDKFQNK_"
- ],
- [
- 3680,
- 2,
- 10,
- 2,
- 0.12832,
- "_TLDEILQEK_"
- ],
- [
- 3380,
- 2,
- 10,
- 2,
- 0.12832,
- "_ALAIEEFCK_"
- ],
- [
- 7106,
- 2,
- 15,
- 6,
- 0.19951,
- "_LEAMCFDGVK_"
- ],
- [
- 28089,
- 2,
- 6,
- 3,
- 0.071314,
- "_KIEFGVVYSCVEGK_"
- ],
- [
- 31537,
- 2,
- 12,
- 4,
- 0.15681,
- "_SPVDYGTSAGVWSQDK_"
- ],
- [
- 30765,
- 4,
- 13,
- 6,
- 0.17102,
- "_SQWVAPSSVVLHDEGQNEEDVEKEEETER_"
- ],
- [
- 29506,
- 2,
- 12,
- 3,
- 0.15681,
- "_AVIPMSCITNGSGANR_"
- ],
- [
- 9100,
- 2,
- 12,
- 4,
- 0.15681,
- "_NFEDVAFDEK_"
- ],
- [
- 6583,
- 3,
- 12,
- 5,
- 0.15681,
- "_QSANDFFSYYDSHR_"
- ],
- [
- 20749,
- 3,
- 13,
- 3,
- 0.17102,
- "_VIENPAEAQSAALEEGHAWR_"
- ],
- [
- 6424,
- 2,
- 16,
- 3,
- 0.21375,
- "_SEGGFIWACK_"
- ],
- [
- 425,
- 3,
- 13,
- 5,
- 0.17102,
- "_QIGNVAALPGIVHR_"
- ],
- [
- 28854,
- 2,
- 12,
- 5,
- 0.15681,
- "_VDEYLAWQHTTLR_"
- ],
- [
- 31357,
- 2,
- 12,
- 2,
- 0.15681,
- "_EQLLDCEGEDGWNK_"
- ],
- [
- 47405,
- 2,
- 8,
- 3,
- 0.099822,
- "_TQQAAQANITLQEQIEAIHK_"
- ],
- [
- 32441,
- 2,
- 11,
- 5,
- 0.14255,
- "_GYAICGLAWHPTCGR_"
- ],
- [
- 50993,
- 2,
- 19,
- 4,
- 0.25653,
- "_DLSEVSETTESTDVKDSSEASDSAS_"
- ],
- [
- 16746,
- 2,
- 14,
- 3,
- 0.18526,
- "_YGDSGEQIAGFVK_"
- ],
- [
- 436,
- 2,
- 10,
- 4,
- 0.12832,
- "_YADLLLEK_"
- ],
- [
- 33835,
- 2,
- 12,
- 3,
- 0.15681,
- "_SAQIMESQYGHLFDK_"
- ],
- [
- 38700,
- 2,
- 15,
- 4,
- 0.1995,
- "_TESPATAAETASEELDNR_"
- ],
- [
- 1845,
- 2,
- 10,
- 2,
- 0.12832,
- "_GADELPYLR_"
- ],
- [
- 23537,
- 2,
- 15,
- 4,
- 0.1995,
- "_TPPYADPSLQAPVR_"
- ],
- [
- 19093,
- 3,
- 14,
- 3,
- 0.18526,
- "_SIQTPQSHGTLTAELWDNK_"
- ],
- [
- 21569,
- 2,
- 14,
- 4,
- 0.18526,
- "_GFPTIYFSPANKK_"
- ],
- [
- 1685,
- 3,
- 16,
- 4,
- 0.21375,
- "_TVFSADPNVVDLHK_"
- ],
- [
- 30466,
- 2,
- 16,
- 4,
- 0.21375,
- "_AEQINQAAGEASAVLAK_"
- ],
- [
- 43965,
- 2,
- 14,
- 6,
- 0.18526,
- "_FGVSSSSSGPSQTLTSTGNFK_"
- ],
- [
- 945,
- 2,
- 10,
- 4,
- 0.12832,
- "_EWEMQFK_"
- ],
- [
- 15707,
- 2,
- 9,
- 2,
- 0.11406,
- "_SNNVEM(Oxidation (M))DWVLK_"
- ],
- [
- 21594,
- 2,
- 20,
- 5,
- 0.27078,
- "_PQYQTWEEFSR_"
- ],
- [
- 7402,
- 2,
- 13,
- 4,
- 0.17102,
- "_EADLDVATITK_"
- ],
- [
- 34648,
- 2,
- 11,
- 3,
- 0.14255,
- "_ILADLNQQAPAPAPAER_"
- ],
- [
- 10451,
- 2,
- 10,
- 3,
- 0.12832,
- "_ILEAELAVEQK_"
- ],
- [
- 27659,
- 2,
- 11,
- 5,
- 0.14255,
- "_YMEEAIMQPLDHK_"
- ],
- [
- 22694,
- 3,
- 13,
- 6,
- 0.17102,
- "_RPSDLTISINQMGSPGMGHLK_"
- ],
- [
- 11588,
- 3,
- 13,
- 4,
- 0.17102,
- "_VKPQPPLSDAYLSGMPAK_"
- ],
- [
- 22394,
- 3,
- 20,
- 8,
- 0.27078,
- "_YKVPDGKPENEFAFNAEFK_"
- ],
- [
- 51049,
- 2,
- 22,
- 10,
- 0.29928,
- "_EGVILTNESAASTGQPDNDVTEGQR_"
- ],
- [
- 38328,
- 2,
- 9,
- 5,
- 0.11408,
- "_SHESFQEMDLNDDWK_"
- ],
- [
- 33075,
- 4,
- 9,
- 5,
- 0.11408,
- "_REGDGTCSLHIESTTSDDDGNYTIMAANPQGR_"
- ],
- [
- 8606,
- 2,
- 7,
- 3,
- 0.099806,
- "_SLEDALAEAQR_"
- ],
- [
- 9882,
- 2,
- 7,
- 3,
- 0.085547,
- "_VDGIAWSPETR_"
- ],
- [
- 10638,
- 4,
- 11,
- 3,
- 0.14257,
- "_FYSHMVRPGDLTGHSDFHLFK_"
- ],
- [
- 32143,
- 2,
- 9,
- 4,
- 0.11408,
- "_LEECLPTGVYECNK_"
- ],
- [
- 51328,
- 2,
- 9,
- 6,
- 0.11408,
- "_GIETPQCDQSTGQCVCVEGVEGPR_"
- ],
- [
- 35399,
- 2,
- 11,
- 5,
- 0.14257,
- "_SGMIEYWTGPPHEYK_"
- ],
- [
- 40181,
- 2,
- 12,
- 5,
- 0.15681,
- "_NTAPDNGPILLQAQTTQR_"
- ],
- [
- 10236,
- 4,
- 12,
- 6,
- 0.15681,
- "_LWCSTTADYDRDHEWGFCR_"
- ],
- [
- 26136,
- 2,
- 12,
- 4,
- 0.15681,
- "_SVAVYGGGSMWEQAK_"
- ],
- [
- 25745,
- 2,
- 10,
- 2,
- 0.12832,
- "_LGQLSCALCNTPVK_"
- ],
- [
- 14192,
- 2,
- 12,
- 2,
- 0.15681,
- "_ASLLSNLGPCCK_"
- ],
- [
- 31230,
- 3,
- 12,
- 6,
- 0.15681,
- "_NTVDLVTTCHIHSSSDDEIDFK_"
- ],
- [
- 996,
- 2,
- 11,
- 2,
- 0.14257,
- "_LVVPELSSR_"
- ],
- [
- 30946,
- 2,
- 12,
- 5,
- 0.15681,
- "_GVVGGVTGIITKPVEGAK_"
- ],
- [
- 4237,
- 3,
- 10,
- 4,
- 0.12832,
- "_VTAEVVLAHLGGGSTSR_"
- ],
- [
- 16244,
- 2,
- 9,
- 2,
- 0.11408,
- "_SSPVDLVTATDQK_"
- ],
- [
- 29074,
- 3,
- 14,
- 3,
- 0.18528,
- "_VVMALGDYM(Oxidation (M))GASCHACIGGTNVR_"
- ],
- [
- 19332,
- 2,
- 20,
- 4,
- 0.27079,
- "_EKFEEMIQQIK_"
- ],
- [
- 21111,
- 3,
- 17,
- 6,
- 0.228,
- "_RPDVSVQGDEVTLYTPEER_"
- ],
- [
- 41251,
- 2,
- 14,
- 5,
- 0.18528,
- "_SPFAAAVGQEKPVFEPGDK_"
- ],
- [
- 22990,
- 2,
- 13,
- 3,
- 0.17106,
- "_M(Oxidation (M))FIGGLSWDTTKK_"
- ],
- [
- 39479,
- 3,
- 15,
- 6,
- 0.19952,
- "_RGAYGGGYGGYDDYNGYNDGYGFGSDR_"
- ],
- [
- 41951,
- 2,
- 13,
- 5,
- 0.17106,
- "_VVLQPQAGSSQGASSGLSVVK_"
- ],
- [
- 49046,
- 2,
- 13,
- 6,
- 0.17106,
- "_ELAEAMAAQHTAESECEQLVK_"
- ],
- [
- 19779,
- 4,
- 17,
- 5,
- 0.228,
- "_SNSFNSTFEHHLPPSPLEHGTPFQR_"
- ],
- [
- 5692,
- 3,
- 13,
- 6,
- 0.17106,
- "_GDFYTAHGEDALLAAR_"
- ],
- [
- 29205,
- 2,
- 14,
- 4,
- 0.18528,
- "_FLSDPQVHTVLVER_"
- ],
- [
- 37683,
- 3,
- 18,
- 7,
- 0.24226,
- "_GGPPGQFHDNANGGQNGTVQEIMIPAGK_"
- ],
- [
- 19518,
- 3,
- 13,
- 5,
- 0.17106,
- "_DPDDHTVCHLLFANQTEK_"
- ],
- [
- 5383,
- 2,
- 7,
- 2,
- 0.085547,
- "_FIVSPVPESR_"
- ],
- [
- 48628,
- 2,
- 15,
- 5,
- 0.19952,
- "_AFPEHFTYEPNEADAAQGYR_"
- ],
- [
- 22955,
- 3,
- 18,
- 4,
- 0.24224,
- "_AVEADEELTVAYGYDHSPPGK_"
- ],
- [
- 4097,
- 2,
- 9,
- 3,
- 0.11405,
- "_GLAGEIVGEVR_"
- ],
- [
- 50321,
- 2,
- 11,
- 4,
- 0.14256,
- "_AEEATEAQEVVEATPEGACTEPR_"
- ],
- [
- 6058,
- 3,
- 13,
- 4,
- 0.17105,
- "_GYAICGLAWHPTCGR_"
- ],
- [
- 6391,
- 2,
- 8,
- 2,
- 0.099788,
- "_ALSIGFETCR_"
- ],
- [
- 35290,
- 2,
- 21,
- 8,
- 0.28503,
- "_YQPCLPSTQEDVINK_"
- ],
- [
- 40933,
- 3,
- 13,
- 7,
- 0.17105,
- "_SLNNFCSQIGDDRPISYCHFSPNSK_"
- ],
- [
- 17254,
- 4,
- 9,
- 6,
- 0.11405,
- "_SCLTCMVNYCEEHLQPHQVNIK_"
- ],
- [
- 31945,
- 2,
- 15,
- 4,
- 0.21376,
- "_GDFYTAHGEDALLAAR_"
- ],
- [
- 25159,
- 2,
- 12,
- 4,
- 0.15681,
- "_AEAEAQAEELSFPR_"
- ],
- [
- 33305,
- 4,
- 12,
- 6,
- 0.15681,
- "_IALESEGRPEEQMESDNCSGGDDDWTHLSSK_"
- ],
- [
- 20159,
- 2,
- 12,
- 3,
- 0.15681,
- "_RIVPGQFLAVDPK_"
- ],
- [
- 29717,
- 2,
- 12,
- 5,
- 0.15681,
- "_GSWAQDGDESWMQR_"
- ],
- [
- 36501,
- 2,
- 12,
- 5,
- 0.15681,
- "_ELFQTPGHTEELVAAGK_"
- ],
- [
- 26865,
- 2,
- 16,
- 6,
- 0.21376,
- "_REELITNWEQIR_"
- ],
- [
- 19408,
- 2,
- 8,
- 3,
- 0.099788,
- "_CGVEFSEPSLATK_"
- ],
- [
- 37142,
- 2,
- 11,
- 5,
- 0.14256,
- "_ELQSMADQEQVSPAAIK_"
- ],
- [
- 5227,
- 2,
- 12,
- 5,
- 0.15681,
- "_EMIDIYSTR_"
- ],
- [
- 17677,
- 2,
- 8,
- 3,
- 0.099788,
- "_QEQLTPGVVYVR_"
- ],
- [
- 6194,
- 3,
- 9,
- 2,
- 0.11405,
- "_LSDFGFSCHLEPGEK_"
- ],
- [
- 4313,
- 2,
- 14,
- 4,
- 0.1853,
- "_AMYPDYFAK_"
- ],
- [
- 519,
- 2,
- 13,
- 4,
- 0.17105,
- "_LIDVLENR_"
- ],
- [
- 2315,
- 2,
- 11,
- 5,
- 0.14256,
- "_GPILSFASTR_"
- ],
- [
- 12872,
- 2,
- 11,
- 6,
- 0.14256,
- "_TELLNVCMNAK_"
- ],
- [
- 3358,
- 3,
- 19,
- 5,
- 0.2565,
- "_TLAEHQQLIPLVEK_"
- ],
- [
- 18016,
- 2,
- 18,
- 6,
- 0.24224,
- "_SMGFIGHYLDQK_"
- ],
- [
- 7579,
- 3,
- 11,
- 6,
- 0.14256,
- "_LQQLEDKLNNELLAK_"
- ],
- [
- 42666,
- 2,
- 11,
- 5,
- 0.14256,
- "_DKVAGHSLGYGFVNYVTAK_"
- ],
- [
- 9194,
- 4,
- 19,
- 2,
- 0.2565,
- "_TQHCDPEHFPFPAPANAPLQR_"
- ],
- [
- 32051,
- 4,
- 13,
- 5,
- 0.17106,
- "_AAAAAAGGGYTAMPAPMSVYSHPAHAEQYPGGMAR_"
- ],
- [
- 43425,
- 2,
- 13,
- 4,
- 0.17106,
- "_SQAVQEHASTNMGLEAIIR_"
- ],
- [
- 27096,
- 3,
- 4,
- 2,
- 0.042745,
- "_EVAQQAVDADVHAVGISTLAAGHK_"
- ],
- [
- 1487,
- 2,
- 11,
- 2,
- 0.14257,
- "_TVGLFLQGGK_"
- ],
- [
- 9822,
- 4,
- 17,
- 5,
- 0.22801,
- "_FNHFSLTLNTNHGHILVDYSK_"
- ],
- [
- 11948,
- 2,
- 11,
- 5,
- 0.14257,
- "_ELSQIEAELNK_"
- ],
- [
- 45157,
- 2,
- 18,
- 5,
- 0.24224,
- "_SIQTPQSHGTLTAELWDNK_"
- ],
- [
- 22468,
- 2,
- 20,
- 5,
- 0.27075,
- "_NLNNSNLFSPVNR_"
- ],
- [
- 4420,
- 2,
- 13,
- 3,
- 0.17106,
- "_ELIFEETAR_"
- ],
- [
- 5162,
- 2,
- 11,
- 3,
- 0.14257,
- "_YALVWGTSTK_"
- ],
- [
- 45892,
- 3,
- 13,
- 6,
- 0.17106,
- "_EAEAEAAAAGGEQEAQATAAAGEGDNGPGLQGPSR_"
- ],
- [
- 17337,
- 2,
- 19,
- 6,
- 0.25649,
- "_(Acetyl (Protein N-term))SSGIHVALVTGGNK_"
- ],
- [
- 41456,
- 3,
- 13,
- 6,
- 0.17106,
- "_QDLESSVQSSPHDSIAIIPPPQSTKPGR_"
- ],
- [
- 38810,
- 2,
- 10,
- 3,
- 0.12829,
- "_NVSIPSSEALSSDPSYNK_"
- ],
- [
- 17227,
- 2,
- 12,
- 4,
- 0.1568,
- "_EHLYFETVTIK_"
- ],
- [
- 29782,
- 2,
- 13,
- 5,
- 0.17106,
- "_VTAEVVLAHLGGGSTSR_"
- ],
- [
- 2228,
- 2,
- 10,
- 3,
- 0.12829,
- "_LEMNLGLQK_"
- ],
- [
- 15740,
- 3,
- 19,
- 7,
- 0.25649,
- "_DKVAGHSLGYGFVNYVTAK_"
- ],
- [
- 4820,
- 3,
- 10,
- 3,
- 0.12829,
- "_EAALYPHLPPEADPR_"
- ],
- [
- 39354,
- 2,
- 10,
- 5,
- 0.12829,
- "_LLSTLCSADVCQCAEGK_"
- ],
- [
- 15422,
- 2,
- 13,
- 5,
- 0.17106,
- "_GTPLDTEVPMER_"
- ],
- [
- 45842,
- 2,
- 6,
- 2,
- 0.071273,
- "_EPELPQEAPATEPAPPPACR_"
- ],
- [
- 29013,
- 2,
- 15,
- 6,
- 0.19955,
- "_SITILSTPEGTSAACK_"
- ],
- [
- 37744,
- 2,
- 10,
- 4,
- 0.12829,
- "_HSSTEVLLSVTGEQYGR_"
- ],
- [
- 15054,
- 3,
- 24,
- 5,
- 0.32778,
- "_EDAPIGPHLQSMPSEQIR_"
- ],
- [
- 36004,
- 2,
- 9,
- 5,
- 0.11404,
- "_LLAGCEGGCCCWDVR_"
- ],
- [
- 49408,
- 2,
- 9,
- 4,
- 0.11404,
- "_PGETQEEETNSGEEPFIETPR_"
- ],
- [
- 7125,
- 2,
- 8,
- 2,
- 0.099785,
- "_EEVLQDPVLK_"
- ],
- [
- 18755,
- 2,
- 14,
- 4,
- 0.1853,
- "_VQDLIEGHLTASQ_"
- ],
- [
- 35023,
- 2,
- 14,
- 3,
- 0.1853,
- "_ASPVTSPAAAFPTASPANK_"
- ],
- [
- 3070,
- 2,
- 15,
- 5,
- 0.19955,
- "_LVASAEQLLK_"
- ],
- [
- 25783,
- 2,
- 8,
- 4,
- 0.099785,
- "_GILEQGWQADSTTR_"
- ],
- [
- 27940,
- 3,
- 14,
- 7,
- 0.1853,
- "_KSEYTQPTPIQCQGVPVALSGR_"
- ],
- [
- 36278,
- 2,
- 8,
- 6,
- 0.099785,
- "_LVARPEPATGYTLEFR_"
- ],
- [
- 46316,
- 2,
- 8,
- 2,
- 0.099785,
- "_IPISAFSTSSAAEQNSNTTPR_"
- ],
- [
- 20836,
- 2,
- 13,
- 4,
- 0.17106,
- "_ATLEIKDPVVQIK_"
- ],
- [
- 23241,
- 3,
- 14,
- 6,
- 0.1853,
- "_LKETIDNNSVSSPLQSLQQR_"
- ],
- [
- 30590,
- 2,
- 9,
- 2,
- 0.11404,
- "_RFETTAVNTLFCSK_"
- ],
- [
- 17648,
- 3,
- 15,
- 5,
- 0.19955,
- "_REDESYGYVLPNHMMLK_"
- ],
- [
- 19635,
- 3,
- 34,
- 7,
- 0.47021,
- "_ARPFPDGLAEDIDKGEVSAR_"
- ],
- [
- 38122,
- 2,
- 14,
- 5,
- 0.1853,
- "_HLSSLTDNEQADIFER_"
- ],
- [
- 28591,
- 2,
- 11,
- 2,
- 0.14257,
- "_LYPAVNQQETPLPR_"
- ],
- [
- 19329,
- 2,
- 5,
- 4,
- 0.056988,
- "_QVAEAYEVLSDAK_"
- ],
- [
- 29134,
- 3,
- 17,
- 2,
- 0.22801,
- "_FNHFSLTLNTNHGHILVDYSK_"
- ],
- [
- 37983,
- 3,
- 15,
- 7,
- 0.19954,
- "_CLHSVGQPLTGQGEPVSQWPCNPEK_"
- ],
- [
- 14915,
- 2,
- 13,
- 6,
- 0.17105,
- "_IDDMTAAPMDVR_"
- ],
- [
- 6573,
- 2,
- 10,
- 3,
- 0.12828,
- "_AILNGIDSINK_"
- ],
- [
- 50878,
- 2,
- 13,
- 5,
- 0.17105,
- "_FMCEVQVEGYNYTGMGNSTNKK_"
- ],
- [
- 28990,
- 2,
- 22,
- 6,
- 0.29923,
- "_SGYQDMPEYENFR_"
- ],
- [
- 2703,
- 2,
- 15,
- 3,
- 0.19954,
- "_ALTDLVSEGR_"
- ],
- [
- 27840,
- 2,
- 15,
- 4,
- 0.19954,
- "_GSGDTSISIDTEASIR_"
- ],
- [
- 1802,
- 2,
- 10,
- 2,
- 0.12828,
- "_PVIFEDVGR_"
- ],
- [
- 21354,
- 3,
- 12,
- 4,
- 0.15681,
- "_AKRPLMVLGSQALLTPTSADK_"
- ],
- [
- 11464,
- 2,
- 12,
- 4,
- 0.15681,
- "_YYNDYGDIIK_"
- ],
- [
- 9948,
- 2,
- 16,
- 5,
- 0.2138,
- "_VALSNMNVIDR_"
- ],
- [
- 36892,
- 2,
- 12,
- 5,
- 0.15681,
- "_EQTLSPTITSGLHNIAR_"
- ],
- [
- 31602,
- 2,
- 16,
- 5,
- 0.2138,
- "_SELVANNVTLPAGEQR_"
- ],
- [
- 14612,
- 3,
- 12,
- 5,
- 0.15681,
- "_YYRPTEVDFLQGDCTK_"
- ],
- [
- 9681,
- 3,
- 12,
- 2,
- 0.15681,
- "_EPVFEFVRPPPYHPK_"
- ],
- [
- 46498,
- 2,
- 12,
- 5,
- 0.15681,
- "_SQEIPQQMNGSDCGMFACK_"
- ],
- [
- 33608,
- 2,
- 16,
- 4,
- 0.2138,
- "_GPPQSPVFEGVYNNSR_"
- ],
- [
- 9657,
- 3,
- 13,
- 5,
- 0.17105,
- "_EQTLSPTITSGLHNIAR_"
- ],
- [
- 1347,
- 2,
- 13,
- 4,
- 0.17105,
- "_QEILAALEK_"
- ],
- [
- 37132,
- 2,
- 14,
- 4,
- 0.1853,
- "_LLTECPPMM(Oxidation (M))DTEYTK_"
- ],
- [
- 20325,
- 3,
- 15,
- 6,
- 0.19954,
- "_EHQQALDVLDMEEPINKR_"
- ],
- [
- 1083,
- 2,
- 11,
- 3,
- 0.14254,
- "_LLMLDDQR_"
- ],
- [
- 7253,
- 2,
- 24,
- 5,
- 0.32777,
- "_GVEICIATPGR_"
- ],
- [
- 30385,
- 2,
- 11,
- 3,
- 0.14254,
- "_DQMSHLFNVAHTLR_"
- ],
- [
- 16059,
- 3,
- 18,
- 8,
- 0.24225,
- "_SVVLMSHLGRPDGVPMPDK_"
- ],
- [
- 10623,
- 3,
- 14,
- 6,
- 0.1853,
- "_ANLLNNEAHAITMQVTK_"
- ],
- [
- 25937,
- 2,
- 11,
- 6,
- 0.14254,
- "_FDVPGDENAEMDAR_"
- ],
- [
- 9181,
- 3,
- 14,
- 6,
- 0.1853,
- "_EAIHDMNFSNEDMIR_"
- ],
- [
- 9828,
- 2,
- 18,
- 5,
- 0.24225,
- "_DFMYVSQDPK_"
- ],
- [
- 951,
- 2,
- 11,
- 3,
- 0.14254,
- "_CLYVFPAK_"
- ],
- [
- 37673,
- 2,
- 9,
- 3,
- 0.11403,
- "_SSPWSVVEASVKPGSSTR_"
- ],
- [
- 16910,
- 2,
- 24,
- 5,
- 0.32777,
- "_WSEPNEEELIK_"
- ],
- [
- 26303,
- 4,
- 14,
- 8,
- 0.1853,
- "_FTSLQNFSNCLPNSCTTQVPNHSLSHR_"
- ],
- [
- 23924,
- 2,
- 15,
- 4,
- 0.19954,
- "_ETSSTGEEALVAAVR_"
- ],
- [
- 18241,
- 2,
- 9,
- 2,
- 0.11403,
- "_GLTEPQIQVVCR_"
- ],
- [
- 28710,
- 2,
- 11,
- 4,
- 0.14254,
- "_MTHLPELDTLSSER_"
- ],
- [
- 42918,
- 2,
- 15,
- 4,
- 0.19954,
- "_SVVLMSHLGRPDGVPMPDK_"
- ],
- [
- 24926,
- 3,
- 20,
- 5,
- 0.27073,
- "_AFPEHFTYEPNEADAAQGYR_"
- ],
- [
- 2064,
- 2,
- 13,
- 3,
- 0.17105,
- "_GPVLESIVAR_"
- ],
- [
- 40425,
- 2,
- 13,
- 5,
- 0.17105,
- "_QTQAASASQGSASAAEVLLR_"
- ],
- [
- 18159,
- 2,
- 13,
- 4,
- 0.17105,
- "_YNILGTNTIM(Oxidation (M))DK_"
- ],
- [
- 4626,
- 3,
- 13,
- 7,
- 0.17105,
- "_DQMSHLFNVAHTLR_"
- ],
- [
- 18659,
- 3,
- 11,
- 2,
- 0.14253,
- "_SLDKDPLLLSGTHVMEGSGR_"
- ],
- [
- 8617,
- 2,
- 12,
- 3,
- 0.15679,
- "_LLLSEEEIEK_"
- ],
- [
- 19471,
- 2,
- 11,
- 3,
- 0.14253,
- "_TIEGITVTVHMPK_"
- ],
- [
- 1923,
- 4,
- 12,
- 4,
- 0.15679,
- "_AIKPFAEPGRPPDWFSQK_"
- ],
- [
- 19852,
- 2,
- 12,
- 5,
- 0.15679,
- "_MVNSNLASVEELK_"
- ],
- [
- 45479,
- 2,
- 13,
- 7,
- 0.17106,
- "_MAKPEEVLVVENDQGEVVR_"
- ],
- [
- 13463,
- 2,
- 12,
- 3,
- 0.15679,
- "_NPAVLSAASFDGR_"
- ],
- [
- 13334,
- 2,
- 11,
- 3,
- 0.14253,
- "_EKNLDDLTLLK_"
- ],
- [
- 16322,
- 3,
- 12,
- 5,
- 0.15679,
- "_KDVFFYQADDEHYIPR_"
- ],
- [
- 29330,
- 3,
- 11,
- 5,
- 0.14253,
- "_ENVEYIEREESDGEYDEFGR_"
- ],
- [
- 17434,
- 2,
- 9,
- 4,
- 0.11401,
- "_LQLANEEIAQVR_"
- ],
- [
- 6566,
- 2,
- 12,
- 4,
- 0.15679,
- "_NGMLNVSPIGR_"
- ],
- [
- 6886,
- 2,
- 10,
- 4,
- 0.12828,
- "_IIITEDGEFK_"
- ],
- [
- 27690,
- 2,
- 11,
- 3,
- 0.14253,
- "_CYVDGSEEIGSDFK_"
- ],
- [
- 11957,
- 2,
- 8,
- 4,
- 0.099766,
- "_RLPLNFLSGEK_"
- ],
- [
- 11770,
- 3,
- 11,
- 4,
- 0.14253,
- "_GRPLHELNVLQLGMEAK_"
- ],
- [
- 34461,
- 2,
- 12,
- 3,
- 0.15679,
- "_LIMVQHWPETVCEK_"
- ],
- [
- 36174,
- 2,
- 12,
- 5,
- 0.15679,
- "_DWDNEYCSNECVVK_"
- ],
- [
- 1436,
- 4,
- 22,
- 7,
- 0.29924,
- "_SVVLMSHLGRPDGVPMPDK_"
- ],
- [
- 13635,
- 2,
- 14,
- 4,
- 0.1853,
- "_DVDDFFEHER_"
- ],
- [
- 27850,
- 2,
- 18,
- 6,
- 0.24226,
- "_ASYVAPLTAQPATYR_"
- ],
- [
- 15817,
- 2,
- 15,
- 4,
- 0.19955,
- "_LAGCTVFITGASR_"
- ],
- [
- 37618,
- 2,
- 17,
- 5,
- 0.22805,
- "_EVMQATATSGFASGMEDK_"
- ],
- [
- 8379,
- 2,
- 15,
- 4,
- 0.19955,
- "_LDSTDFTGTIK_"
- ],
- [
- 12689,
- 3,
- 18,
- 5,
- 0.24226,
- "_TPPGLQHEYAAPADYFR_"
- ],
- [
- 21698,
- 4,
- 18,
- 9,
- 0.24226,
- "_SLNNFCSQIGDDRPISYCHFSPNSK_"
- ],
- [
- 6262,
- 3,
- 15,
- 5,
- 0.19955,
- "_GQMQKPFEDASFALR_"
- ],
- [
- 19015,
- 2,
- 20,
- 4,
- 0.27074,
- "_VLGQVSCELVSPK_"
- ],
- [
- 22342,
- 4,
- 16,
- 5,
- 0.21379,
- "_QDLESSVQSSPHDSIAIIPPPQSTKPGR_"
- ],
- [
- 11478,
- 3,
- 14,
- 4,
- 0.1853,
- "_ILEAHQNVAQMSLIEAK_"
- ],
- [
- 36763,
- 2,
- 16,
- 5,
- 0.21379,
- "_YDAFGEDSSSAMGVENR_"
- ],
- [
- 36185,
- 2,
- 22,
- 5,
- 0.29924,
- "_SFEVEEVETPNSTPPR_"
- ],
- [
- 12198,
- 2,
- 16,
- 5,
- 0.21379,
- "_LQIVEMPLAHK_"
- ],
- [
- 19535,
- 2,
- 10,
- 5,
- 0.12826,
- "_CADYVVTGAWSAK_"
- ],
- [
- 21180,
- 3,
- 12,
- 5,
- 0.15678,
- "_AHASPFSGALTPSAPPGPEMNR_"
- ],
- [
- 12542,
- 2,
- 16,
- 3,
- 0.2138,
- "_NFDLRPGVIVR_"
- ],
- [
- 9522,
- 2,
- 21,
- 4,
- 0.28498,
- "_SSSGLLEWESK_"
- ],
- [
- 18128,
- 2,
- 12,
- 5,
- 0.15678,
- "_LRLDSIVIQQGR_"
- ],
- [
- 19553,
- 2,
- 5,
- 3,
- 0.056988,
- "_DAFDKGSLFGGSVK_"
- ],
- [
- 36660,
- 2,
- 9,
- 2,
- 0.11401,
- "_TLPIDTDIQNSSEENR_"
- ],
- [
- 26744,
- 2,
- 16,
- 3,
- 0.2138,
- "_EVNEVIQNPATITR_"
- ],
- [
- 20484,
- 2,
- 11,
- 2,
- 0.14252,
- "_NLEILQNQTDMK_"
- ],
- [
- 1544,
- 2,
- 18,
- 5,
- 0.24229,
- "_ELEEDFIK_"
- ],
- [
- 23794,
- 2,
- 12,
- 3,
- 0.15678,
- "_QLAAAFHEEFVVR_"
- ],
- [
- 44510,
- 3,
- 12,
- 7,
- 0.15678,
- "_FEGEPATHTQPGVQLQSNTYDLQESNVR_"
- ],
- [
- 5981,
- 2,
- 17,
- 2,
- 0.22804,
- "_DPDPEFPTVK_"
- ],
- [
- 31887,
- 3,
- 16,
- 7,
- 0.2138,
- "_FMCEVQVEGYNYTGMGNSTNKK_"
- ],
- [
- 40219,
- 2,
- 13,
- 4,
- 0.17103,
- "_EIEIDYTGTEPSSPCNK_"
- ],
- [
- 48100,
- 3,
- 13,
- 8,
- 0.17103,
- "_AAAAAAGGGYTAMPAPMSVYSHPAHAEQYPGGMAR_"
- ],
- [
- 15369,
- 3,
- 12,
- 2,
- 0.15678,
- "_YFLHDDRDDGVDYWAK_"
- ],
- [
- 36408,
- 2,
- 9,
- 3,
- 0.11401,
- "_EINALAEHGDLELDER_"
- ],
- [
- 1026,
- 3,
- 17,
- 7,
- 0.22804,
- "_PFLNGLTGKPVMVK_"
- ],
- [
- 37259,
- 2,
- 16,
- 3,
- 0.2138,
- "_FDAERPVDCSVIVVNK_"
- ],
- [
- 21752,
- 3,
- 19,
- 5,
- 0.25651,
- "_LAGASPATVAAAAAAGSGPKDPMAR_"
- ],
- [
- 21365,
- 2,
- 8,
- 2,
- 0.09972,
- "_NSLTFPDDNDISK_"
- ],
- [
- 45216,
- 2,
- 11,
- 3,
- 0.14252,
- "_AASSPSNPAALPVASDSSPMGSK_"
- ],
- [
- 30255,
- 2,
- 13,
- 5,
- 0.17103,
- "_FKNEDLTDELSLNK_"
- ],
- [
- 39188,
- 2,
- 11,
- 5,
- 0.14252,
- "_WGTLTDCVVMRDPQTK_"
- ],
- [
- 4587,
- 2,
- 14,
- 4,
- 0.18531,
- "_FLLSLPEHR_"
- ],
- [
- 3597,
- 2,
- 8,
- 2,
- 0.09972,
- "_YFLSGSLDGK_"
- ],
- [
- 4001,
- 2,
- 10,
- 2,
- 0.12826,
- "_QFDQVSVFK_"
- ],
- [
- 34433,
- 2,
- 15,
- 5,
- 0.19954,
- "_LQQLEDKLNNELLAK_"
- ],
- [
- 14411,
- 2,
- 18,
- 5,
- 0.24229,
- "_DLKPQNLLINR_"
- ],
- [
- 26414,
- 2,
- 11,
- 4,
- 0.14252,
- "_LESSEGEIIQTVDR_"
- ],
- [
- 872,
- 2,
- 11,
- 3,
- 0.14252,
- "_ELELVYAR_"
- ],
- [
- 22137,
- 3,
- 15,
- 4,
- 0.19954,
- "_QDKPMDTSVLSEEGGEPFQK_"
- ],
- [
- 48530,
- 2,
- 8,
- 3,
- 0.09972,
- "_SSTSGATSFGSNEEISECLSEK_"
- ],
- [
- 26637,
- 2,
- 10,
- 4,
- 0.12828,
- "_RDDGSWEVIEGYR_"
- ],
- [
- 17854,
- 3,
- 12,
- 2,
- 0.15679,
- "_DRVEISPEQLSAASTEAER_"
- ],
- [
- 8324,
- 2,
- 13,
- 3,
- 0.17105,
- "_GEEDWLYER_"
- ],
- [
- 38823,
- 2,
- 15,
- 4,
- 0.19958,
- "_ILEAHQNVAQMSLIEAK_"
- ],
- [
- 26981,
- 4,
- 11,
- 7,
- 0.14253,
- "_TGLVYDQNMMNHCNLWDSHHPEVPQR_"
- ],
- [
- 9982,
- 3,
- 15,
- 5,
- 0.19958,
- "_FDAERPVDCSVIVVNK_"
- ],
- [
- 46203,
- 4,
- 11,
- 8,
- 0.14253,
- "_VKLAADEDDDDDDEEDDDEDDDDDDFDDEEAEEKAPVK_"
- ],
- [
- 7145,
- 3,
- 12,
- 5,
- 0.15679,
- "_GISSQPFPELHCAALK_"
- ],
- [
- 14435,
- 2,
- 8,
- 3,
- 0.099754,
- "_ISLEYSELQDK_"
- ],
- [
- 44755,
- 2,
- 11,
- 3,
- 0.14253,
- "_HFIM(Oxidation (M))QVVCEATQCPDTR_"
- ],
- [
- 19120,
- 3,
- 13,
- 5,
- 0.17105,
- "_EKYQEEFEHFQQELDK_"
- ],
- [
- 22158,
- 2,
- 15,
- 4,
- 0.19958,
- "_TIPWLEDRVPQK_"
- ],
- [
- 41623,
- 3,
- 10,
- 5,
- 0.12828,
- "_VVDESFVDTSPTGPSSADATTSSEELPKK_"
- ],
- [
- 17572,
- 2,
- 11,
- 3,
- 0.14253,
- "_EAALEAAVLNKEE_"
- ],
- [
- 45655,
- 2,
- 5,
- 5,
- 0.05701,
- "_DVATVAFCDAQSTQEIHEK_"
- ],
- [
- 9921,
- 2,
- 7,
- 2,
- 0.085498,
- "_YCTDTGVLFR_"
- ],
- [
- 3495,
- 2,
- 7,
- 2,
- 0.085498,
- "_TNQYGILFK_"
- ],
- [
- 33797,
- 2,
- 14,
- 4,
- 0.1853,
- "_GLYEDCSSCFQAMGK_"
- ],
- [
- 30135,
- 2,
- 11,
- 2,
- 0.14253,
- "_QVFQQTISCPEGLR_"
- ],
- [
- 28422,
- 2,
- 14,
- 3,
- 0.1853,
- "_AIACVVTACSAELEK_"
- ],
- [
- 28301,
- 3,
- 12,
- 5,
- 0.15679,
- "_QLTLQHHMGSADLNATFYGPVK_"
- ],
- [
- 29072,
- 2,
- 9,
- 3,
- 0.11399,
- "_VVTIQLQVQQPQQK_"
- ],
- [
- 32738,
- 2,
- 14,
- 7,
- 0.1853,
- "_MDENQFVAVTSTNAAK_"
- ],
- [
- 36327,
- 2,
- 17,
- 5,
- 0.22807,
- "_EAIHDMNFSNEDMIR_"
- ],
- [
- 37771,
- 2,
- 14,
- 4,
- 0.1853,
- "_AFDQGADAIYDHINEGK_"
- ],
- [
- 18054,
- 2,
- 11,
- 3,
- 0.14253,
- "_PMDSQWIPHAQS_"
- ],
- [
- 21222,
- 2,
- 16,
- 7,
- 0.21381,
- "_EMNDAAMFYTNR_"
- ],
- [
- 43147,
- 2,
- 12,
- 2,
- 0.15679,
- "_ENGLEECAGEPLSADPEAR_"
- ],
- [
- 18760,
- 2,
- 20,
- 4,
- 0.27077,
- "_SRPELLEYYIK_"
- ],
- [
- 25827,
- 2,
- 10,
- 2,
- 0.12828,
- "_GMADIDIQDDKWR_"
- ],
- [
- 28864,
- 2,
- 12,
- 4,
- 0.15679,
- "_KLTPITYPQGLAMAK_"
- ],
- [
- 41217,
- 2,
- 14,
- 4,
- 0.1853,
- "_DITATTAQTEAAAAPAGDAVK_"
- ],
- [
- 33007,
- 2,
- 14,
- 5,
- 0.1853,
- "_ASLGSLEGEAEAEASSPK_"
- ],
- [
- 40140,
- 2,
- 10,
- 4,
- 0.12828,
- "_QVM(Oxidation (M))VVPVGPTCDEYAQK_"
- ],
- [
- 40323,
- 3,
- 14,
- 6,
- 0.1853,
- "_TAGAPTGTVPQQLQVHGVQQSVPVTQER_"
- ],
- [
- 20816,
- 2,
- 7,
- 2,
- 0.085498,
- "_VCGVTEVGLSAYAK_"
- ],
- [
- 33892,
- 2,
- 11,
- 5,
- 0.14252,
- "_GISSQPFPELHCAALK_"
- ],
- [
- 12528,
- 2,
- 13,
- 3,
- 0.17103,
- "_AQDEIPALSVSR_"
- ],
- [
- 10348,
- 2,
- 13,
- 2,
- 0.17103,
- "_TAGTICLETFK_"
- ],
- [
- 34116,
- 2,
- 13,
- 5,
- 0.17103,
- "_MDAGEVTLVNHNSVFK_"
- ],
- [
- 26050,
- 2,
- 13,
- 5,
- 0.17103,
- "_VFSSTLQNWQTTR_"
- ],
- [
- 3404,
- 3,
- 11,
- 2,
- 0.14252,
- "_KEDIYAVEIVGGATR_"
- ],
- [
- 23980,
- 2,
- 12,
- 5,
- 0.15677,
- "_GVMAVTAVTATAASDR_"
- ],
- [
- 19556,
- 3,
- 21,
- 7,
- 0.28502,
- "_MAKPEEVLVVENDQGEVVR_"
- ],
- [
- 10684,
- 3,
- 13,
- 6,
- 0.17103,
- "_RGFAFVTFDDHDTVDK_"
- ],
- [
- 13011,
- 3,
- 16,
- 6,
- 0.21382,
- "_LQFHDVAGDIFHQQCK_"
- ],
- [
- 34947,
- 2,
- 12,
- 3,
- 0.15677,
- "_ELILSSNIGQHDLDTK_"
- ],
- [
- 38347,
- 2,
- 21,
- 6,
- 0.28502,
- "_RPCFSALTPDETYVPK_"
- ],
- [
- 10459,
- 3,
- 12,
- 5,
- 0.15677,
- "_AFDQGADAIYDHINEGK_"
- ],
- [
- 2970,
- 3,
- 15,
- 5,
- 0.19954,
- "_HCHEAQAVLGVLLR_"
- ],
- [
- 15043,
- 2,
- 9,
- 3,
- 0.11399,
- "_AYAQQLTEWAR_"
- ],
- [
- 10728,
- 2,
- 10,
- 3,
- 0.12823,
- "_GKDFNLELAIK_"
- ],
- [
- 30863,
- 2,
- 17,
- 2,
- 0.22805,
- "_VDPTVENEETFMNR_"
- ],
- [
- 4972,
- 2,
- 16,
- 5,
- 0.21382,
- "_FLMANGQLVK_"
- ],
- [
- 20088,
- 2,
- 10,
- 5,
- 0.12823,
- "_ESATADAGYAILEK_"
- ],
- [
- 11280,
- 2,
- 11,
- 2,
- 0.14252,
- "_VGAPLICCEIK_"
- ],
- [
- 41149,
- 2,
- 10,
- 3,
- 0.12823,
- "_TQAPSYLQQNGVQNYMK_"
- ],
- [
- 35323,
- 2,
- 16,
- 5,
- 0.21382,
- "_FSSSGDFLVAGVGQEHR_"
- ],
- [
- 13442,
- 3,
- 10,
- 5,
- 0.12823,
- "_VAPEEHPTLLTEAPLNPK_"
- ],
- [
- 7326,
- 3,
- 9,
- 3,
- 0.11399,
- "_MDAGEVTLVNHNSVFK_"
- ],
- [
- 32799,
- 4,
- 10,
- 4,
- 0.12823,
- "_VPAQESQDVSGSRPAAPLIGAPANSEDTHLVDPK_"
- ],
- [
- 17086,
- 3,
- 15,
- 4,
- 0.19954,
- "_SDKWIDIHNPATNEVIGR_"
- ],
- [
- 31233,
- 4,
- 11,
- 8,
- 0.14252,
- "_HQCCPGCGYFCTAGNFMECQPESSISHR_"
- ],
- [
- 34341,
- 2,
- 12,
- 5,
- 0.15677,
- "_ISNQVDLSNVCAQYR_"
- ],
- [
- 5422,
- 2,
- 11,
- 4,
- 0.14252,
- "_ELEEEITLR_"
- ],
- [
- 4656,
- 3,
- 8,
- 3,
- 0.099738,
- "_ASMVHSLIEAYALHK_"
- ],
- [
- 43409,
- 2,
- 11,
- 4,
- 0.14252,
- "_LCDEQLSSQSHYDFGLR_"
- ],
- [
- 30197,
- 2,
- 19,
- 7,
- 0.25655,
- "_MDATANDVPSPYEVR_"
- ],
- [
- 49146,
- 2,
- 16,
- 4,
- 0.21382,
- "_AESSSSISSSASLSAANTPTVGVSR_"
- ],
- [
- 25705,
- 3,
- 14,
- 2,
- 0.18529,
- "_AQGWAPLKPLPPSAKDPAQAPQA_"
- ],
- [
- 32974,
- 2,
- 11,
- 2,
- 0.14252,
- "_TPALVFEHVNNTDFK_"
- ],
- [
- 38623,
- 2,
- 14,
- 4,
- 0.18529,
- "_VADFTEQYNEQYGAVR_"
- ],
- [
- 36744,
- 2,
- 34,
- 8,
- 0.47025,
- "_IISNASCTTNCLAPLAK_"
- ],
- [
- 4195,
- 3,
- 16,
- 7,
- 0.21382,
- "_LDSHPCLEVTAAALR_"
- ],
- [
- 15186,
- 2,
- 8,
- 2,
- 0.099738,
- "_ALESGHFPQPEK_"
- ],
- [
- 8066,
- 2,
- 10,
- 3,
- 0.12825,
- "_YDSIDSYLSK_"
- ],
- [
- 16761,
- 2,
- 10,
- 4,
- 0.12825,
- "_ELEANVLATAPDK_"
- ],
- [
- 8713,
- 2,
- 10,
- 3,
- 0.12825,
- "_VIVMSATLDAGK_"
- ],
- [
- 15222,
- 3,
- 12,
- 4,
- 0.15678,
- "_VTNTTPWEHPYPDLPSR_"
- ],
- [
- 42126,
- 2,
- 11,
- 5,
- 0.14249,
- "_HPYETQSDSFYFVDDR_"
- ],
- [
- 5583,
- 2,
- 9,
- 2,
- 0.11399,
- "_DGSTMLIEAAK_"
- ],
- [
- 44804,
- 2,
- 11,
- 5,
- 0.14249,
- "_EAVCIVLSDDTCSDEKIR_"
- ],
- [
- 48088,
- 2,
- 11,
- 3,
- 0.14249,
- "_NQDLSLQEAETEQSDTLDNK_"
- ],
- [
- 50134,
- 2,
- 13,
- 7,
- 0.17103,
- "_LAAAQGQAPLEPTQDGSAIETCPK_"
- ],
- [
- 50684,
- 3,
- 13,
- 6,
- 0.17103,
- "_STRPGSSDINVAPGEQGPDQEETNTLVANTSNSNGLK_"
- ],
- [
- 29487,
- 3,
- 13,
- 4,
- 0.17103,
- "_HYQDVSCLQFTGDSSHFISGGK_"
- ],
- [
- 41565,
- 2,
- 12,
- 6,
- 0.15678,
- "_FEQEVEEWEEEQSCK_"
- ],
- [
- 40664,
- 2,
- 13,
- 6,
- 0.17103,
- "_KENVATTDTLESTTVGTSV_"
- ],
- [
- 22065,
- 3,
- 17,
- 6,
- 0.22807,
- "_SDKNNEFIVIHNGIITNYK_"
- ],
- [
- 28393,
- 2,
- 10,
- 4,
- 0.12825,
- "_KEDIYAVEIVGGATR_"
- ],
- [
- 31260,
- 2,
- 9,
- 2,
- 0.11399,
- "_GPIKFNVWDTAGQEK_"
- ],
- [
- 28524,
- 2,
- 18,
- 7,
- 0.24231,
- "_DYGVYLEDSGHTLR_"
- ],
- [
- 30968,
- 2,
- 18,
- 3,
- 0.24231,
- "_MLPTYVCATPDGTEK_"
- ],
- [
- 21487,
- 2,
- 17,
- 5,
- 0.22807,
- "_NVVLPTETEVAPAK_"
- ],
- [
- 26365,
- 2,
- 15,
- 5,
- 0.19954,
- "_DSTHLICAFANTPK_"
- ],
- [
- 9125,
- 3,
- 16,
- 6,
- 0.2138,
- "_LVARPEPATGYTLEFR_"
- ],
- [
- 23127,
- 2,
- 14,
- 6,
- 0.18529,
- "_VNQPASFAVSLNGAK_"
- ],
- [
- 17958,
- 2,
- 14,
- 4,
- 0.18529,
- "_LVHPGVAEVVFVK_"
- ],
- [
- 37921,
- 2,
- 16,
- 6,
- 0.2138,
- "_ANLLNNEAHAITMQVTK_"
- ],
- [
- 15558,
- 3,
- 15,
- 4,
- 0.19954,
- "_CLLIHPNPESALNEEAGR_"
- ],
- [
- 28980,
- 3,
- 14,
- 4,
- 0.18529,
- "_QLENLEQQKYDDEDISEDIK_"
- ],
- [
- 46251,
- 2,
- 38,
- 7,
- 0.52722,
- "_LYGSAGPPPTGEEDTAEKDEL_"
- ],
- [
- 19159,
- 2,
- 18,
- 6,
- 0.24231,
- "_YYITIIDAPGHR_"
- ],
- [
- 2797,
- 2,
- 14,
- 3,
- 0.18529,
- "_VEFVIETAR_"
- ],
- [
- 12667,
- 2,
- 18,
- 4,
- 0.24231,
- "_LDQPMTEIVSR_"
- ],
- [
- 2516,
- 3,
- 20,
- 3,
- 0.27081,
- "_YLHVGYIVPPAPEK_"
- ],
- [
- 26655,
- 4,
- 17,
- 4,
- 0.22807,
- "_AIASLHHLAALQGSISQPQITGQGTLEHQR_"
- ],
- [
- 51504,
- 3,
- 14,
- 5,
- 0.18529,
- "_KEDSDEEEDDDSEEDEEDDEDEDEDEDEIEPAAMK_"
- ],
- [
- 24656,
- 2,
- 18,
- 4,
- 0.24231,
- "_TSGTEPADFALPSSR_"
- ],
- [
- 47826,
- 2,
- 15,
- 6,
- 0.19954,
- "_FMCNLDCQEEPDSCISEK_"
- ],
- [
- 39045,
- 2,
- 16,
- 5,
- 0.21383,
- "_TITYQAVPSEVPNEEPK_"
- ],
- [
- 36934,
- 3,
- 17,
- 7,
- 0.22809,
- "_IVHSLDYYNTCEYPNEDEMPNR_"
- ],
- [
- 31679,
- 2,
- 12,
- 3,
- 0.15677,
- "_SYIEYQLTPTNTNR_"
- ],
- [
- 16030,
- 2,
- 11,
- 4,
- 0.14254,
- "_(Acetyl (Protein N-term))AVTLDKDAYYR_"
- ],
- [
- 18341,
- 3,
- 12,
- 6,
- 0.15677,
- "_LIQPDHPQISQQVAASLEK_"
- ],
- [
- 7361,
- 2,
- 13,
- 4,
- 0.17107,
- "_AAYAGGLVLDPK_"
- ],
- [
- 42496,
- 2,
- 16,
- 4,
- 0.21383,
- "_CLLIHPNPESALNEEAGR_"
- ],
- [
- 6222,
- 2,
- 13,
- 4,
- 0.17107,
- "_NLQDPFYPR_"
- ],
- [
- 16499,
- 2,
- 13,
- 5,
- 0.17107,
- "_GYTLVEYETYK_"
- ],
- [
- 18439,
- 2,
- 7,
- 2,
- 0.085551,
- "_SALDNGPQIAYVR_"
- ],
- [
- 21183,
- 2,
- 13,
- 4,
- 0.17107,
- "_CVNQWQLSGELK_"
- ],
- [
- 34564,
- 2,
- 16,
- 3,
- 0.21383,
- "_GATGEPEVMEPALEGTGK_"
- ],
- [
- 22546,
- 3,
- 17,
- 7,
- 0.22809,
- "_TQQAAQANITLQEQIEAIHK_"
- ],
- [
- 34645,
- 2,
- 12,
- 4,
- 0.15677,
- "_EAVTTIAAYWHGTQAR_"
- ],
- [
- 39127,
- 2,
- 9,
- 4,
- 0.11404,
- "_GPCVSENELGVGGTSQWK_"
- ],
- [
- 13943,
- 4,
- 20,
- 8,
- 0.27085,
- "_NLYHNLCTSLFPTIHGNDEVKR_"
- ],
- [
- 13602,
- 2,
- 5,
- 3,
- 0.057055,
- "_FENLGVSSLGER_"
- ],
- [
- 35805,
- 2,
- 10,
- 4,
- 0.12828,
- "_SSISGSLPSSGSLQAVSSR_"
- ],
- [
- 23403,
- 2,
- 11,
- 3,
- 0.14254,
- "_NSNYFSMDSMEGK_"
- ],
- [
- 35060,
- 2,
- 12,
- 4,
- 0.15677,
- "_AQAVLQQYQHLPSFR_"
- ],
- [
- 568,
- 2,
- 12,
- 4,
- 0.15677,
- "_LTLDDIER_"
- ],
- [
- 14069,
- 2,
- 11,
- 5,
- 0.14254,
- "_SLLPGCQSVISR_"
- ],
- [
- 39282,
- 2,
- 14,
- 6,
- 0.18532,
- "_DTFEHDPSESIDEFNK_"
- ],
- [
- 11180,
- 4,
- 15,
- 4,
- 0.19958,
- "_WNTEDKVSHVSTGGGASLELLEGK_"
- ],
- [
- 24865,
- 2,
- 23,
- 3,
- 0.31356,
- "_VGSGDTNNFPYLEK_"
- ],
- [
- 20979,
- 4,
- 12,
- 4,
- 0.15677,
- "_NIHLWTPTDGGSWHVDQRPFVGHTR_"
- ],
- [
- 11580,
- 3,
- 11,
- 2,
- 0.14254,
- "_GPSFPEPLREEQDLER_"
- ],
- [
- 32498,
- 2,
- 8,
- 3,
- 0.099794,
- "_HGQLANEAAFLPVPQK_"
- ],
- [
- 4488,
- 2,
- 13,
- 6,
- 0.17107,
- "_DAEAWFNEK_"
- ],
- [
- 43942,
- 2,
- 5,
- 2,
- 0.057055,
- "_WDETPASQM(Oxidation (M))GGSTPVLTPGK_"
- ],
- [
- 6203,
- 3,
- 15,
- 5,
- 0.19958,
- "_VVLSVSSGGQHTVLLVK_"
- ],
- [
- 31293,
- 2,
- 11,
- 4,
- 0.14254,
- "_HTEAEIAAACETFLK_"
- ],
- [
- 17873,
- 2,
- 11,
- 2,
- 0.14254,
- "_ETILAECQGMIK_"
- ],
- [
- 15300,
- 2,
- 25,
- 5,
- 0.34206,
- "_RSTSHLPTSVEK_"
- ],
- [
- 3032,
- 3,
- 12,
- 4,
- 0.15679,
- "_IDEKPETFESLVAK_"
- ],
- [
- 3777,
- 2,
- 13,
- 4,
- 0.17103,
- "_GEVFNELVGK_"
- ],
- [
- 31071,
- 2,
- 13,
- 7,
- 0.17103,
- "_GSAFAIGSDGLCCQSR_"
- ],
- [
- 34372,
- 3,
- 10,
- 4,
- 0.1283,
- "_AAASLAAVSGTAAASLGSAQPTDLGAHKR_"
- ],
- [
- 6045,
- 2,
- 18,
- 4,
- 0.24234,
- "_VFASLPQVER_"
- ],
- [
- 5937,
- 2,
- 18,
- 2,
- 0.24234,
- "_QVPVDVVEMK_"
- ],
- [
- 4520,
- 2,
- 14,
- 2,
- 0.18532,
- "_LIVQSPIDPK_"
- ],
- [
- 27027,
- 2,
- 13,
- 3,
- 0.17103,
- "_IPIDNMTNEMEQR_"
- ],
- [
- 46364,
- 2,
- 11,
- 4,
- 0.14254,
- "_GVHIVSEHWLLDCAQECK_"
- ],
- [
- 1265,
- 3,
- 16,
- 5,
- 0.21383,
- "_QLAAAFHEEFVVR_"
- ],
- [
- 22922,
- 3,
- 16,
- 4,
- 0.21383,
- "_SFPKDDPSKPVHLTAFLGYK_"
- ],
- [
- 8458,
- 2,
- 15,
- 3,
- 0.19957,
- "_SAEAYENFLR_"
- ],
- [
- 44121,
- 2,
- 19,
- 6,
- 0.25662,
- "_IEPGVDPDDTYNETPYEK_"
- ],
- [
- 42306,
- 2,
- 11,
- 5,
- 0.14254,
- "_SYMAQMDQELAHTCISK_"
- ],
- [
- 51121,
- 2,
- 5,
- 5,
- 0.05704,
- "_TQPSSGVDSAVGTLPATSPQSTSVQAK_"
- ],
- [
- 23667,
- 2,
- 12,
- 5,
- 0.15679,
- "_QIQDQLNELEER_"
- ],
- [
- 16718,
- 3,
- 15,
- 7,
- 0.19957,
- "_LCDEQLSSQSHYDFGLR_"
- ],
- [
- 20661,
- 2,
- 25,
- 6,
- 0.34206,
- "_TTPSVVAFTADGER_"
- ],
- [
- 40519,
- 2,
- 16,
- 8,
- 0.21383,
- "_CSVCPDYDLCSVCEGK_"
- ],
- [
- 37883,
- 2,
- 11,
- 4,
- 0.14254,
- "_FQQSLSIINNCANSDR_"
- ],
- [
- 15618,
- 2,
- 14,
- 4,
- 0.18532,
- "_DAMLELNASNDR_"
- ],
- [
- 23059,
- 3,
- 10,
- 5,
- 0.1283,
- "_SCPYCPATFETGVGLSNHVR_"
- ],
- [
- 3303,
- 3,
- 22,
- 6,
- 0.29935,
- "_HKDAAIYLVTSLASK_"
- ],
- [
- 10944,
- 2,
- 12,
- 4,
- 0.15679,
- "_HDVIVSIVTAAK_"
- ],
- [
- 42319,
- 2,
- 11,
- 5,
- 0.14254,
- "_LLEAQIATGGVIDPVHSHR_"
- ],
- [
- 28035,
- 2,
- 14,
- 5,
- 0.18532,
- "_AHPEPGTWDSFLEK_"
- ],
- [
- 10648,
- 3,
- 10,
- 5,
- 0.1283,
- "_ITTIPMTSKPNVIVVQK_"
- ],
- [
- 8836,
- 2,
- 10,
- 3,
- 0.12832,
- "_YGAPEDWELK_"
- ],
- [
- 48764,
- 2,
- 10,
- 3,
- 0.12832,
- "_GWSYIHSTWESEESLQQQK_"
- ],
- [
- 40370,
- 2,
- 12,
- 5,
- 0.15681,
- "_EDSGSVPSTGPSQGTPISLK_"
- ],
- [
- 30572,
- 3,
- 10,
- 3,
- 0.12832,
- "_SCYSLANQLELNPDFSRPNRK_"
- ],
- [
- 27195,
- 2,
- 10,
- 4,
- 0.12832,
- "_KTLYNNQPIDFLK_"
- ],
- [
- 44350,
- 3,
- 13,
- 7,
- 0.17106,
- "_EIEESKEPGVEDTEWSNTQTEEAIQTR_"
- ],
- [
- 7535,
- 3,
- 14,
- 5,
- 0.1853,
- "_IFTSDADFSGITNDHK_"
- ],
- [
- 27017,
- 3,
- 13,
- 5,
- 0.17106,
- "_RVIISAPSADAPMFVM(Oxidation (M))GVNHEK_"
- ],
- [
- 24386,
- 2,
- 8,
- 5,
- 0.099827,
- "_LNVAEVTQSEIAQK_"
- ],
- [
- 11017,
- 3,
- 26,
- 7,
- 0.35633,
- "_RPCFSALTPDETYVPK_"
- ],
- [
- 47569,
- 2,
- 15,
- 5,
- 0.19959,
- "_DLTDEEKQEYLNEYEAEK_"
- ],
- [
- 50255,
- 2,
- 12,
- 5,
- 0.15681,
- "_ESETSVTTAQAAGDPEYLEQPSR_"
- ],
- [
- 21731,
- 2,
- 15,
- 4,
- 0.19959,
- "_NSDVLQSPLDSAAR_"
- ],
- [
- 17638,
- 2,
- 9,
- 4,
- 0.11408,
- "_IVMEAIQQASVAK_"
- ],
- [
- 13342,
- 3,
- 9,
- 2,
- 0.11408,
- "_GDDTDTRDDISILATGCK_"
- ],
- [
- 32149,
- 2,
- 9,
- 3,
- 0.11408,
- "_GGLLTSEEDSGFSTSPK_"
- ],
- [
- 22269,
- 2,
- 8,
- 4,
- 0.099827,
- "_VLSLCGHEDWIR_"
- ],
- [
- 39602,
- 2,
- 15,
- 3,
- 0.19959,
- "_LLSPQMSGEEEDSDLAAK_"
- ],
- [
- 38382,
- 2,
- 14,
- 6,
- 0.1853,
- "_TIAATPIQTLPQSQSTPK_"
- ],
- [
- 27221,
- 2,
- 18,
- 7,
- 0.24236,
- "_ETVSEESNVLCLSK_"
- ],
- [
- 25793,
- 2,
- 12,
- 4,
- 0.15681,
- "_ARLEIEPEWAYGK_"
- ],
- [
- 7108,
- 2,
- 17,
- 5,
- 0.2281,
- "_EIPYTFEDR_"
- ],
- [
- 35729,
- 2,
- 22,
- 5,
- 0.29938,
- "_HVSIQEAESYAESVGAK_"
- ],
- [
- 35683,
- 2,
- 15,
- 3,
- 0.19959,
- "_IEGSGDQVDTLELSGGAR_"
- ],
- [
- 25587,
- 2,
- 19,
- 4,
- 0.25661,
- "_TLGTMIAGDTSGDYR_"
- ],
- [
- 16341,
- 2,
- 11,
- 4,
- 0.14257,
- "_GLEVINDYHFR_"
- ],
- [
- 31530,
- 2,
- 14,
- 6,
- 0.1853,
- "_CYGFVTMSTSDEATK_"
- ],
- [
- 17411,
- 4,
- 16,
- 4,
- 0.21384,
- "_VHSPSGALEECYVTEIDQDKYAVR_"
- ],
- [
- 9698,
- 2,
- 11,
- 3,
- 0.14257,
- "_GEGPDVDVTLPK_"
- ],
- [
- 29220,
- 2,
- 14,
- 4,
- 0.1853,
- "_QFCSTQAALQAMER_"
- ],
- [
- 14795,
- 3,
- 11,
- 5,
- 0.14257,
- "_LALQWHPDNFQNEEEK_"
- ],
- [
- 9305,
- 2,
- 19,
- 3,
- 0.25661,
- "_SLGQWLQEEK_"
- ],
- [
- 14358,
- 3,
- 11,
- 4,
- 0.14257,
- "_LFFHCSQYNGNLQDLK_"
- ],
- [
- 28232,
- 3,
- 15,
- 6,
- 0.19959,
- "_HSLPSGLGLSETQITSHGFDNTK_"
- ],
- [
- 22599,
- 2,
- 8,
- 4,
- 0.099827,
- "_NSSQFFQSYVER_"
- ],
- [
- 5147,
- 2,
- 13,
- 6,
- 0.17105,
- "_MGAGMGFGLER_"
- ],
- [
- 4052,
- 2,
- 12,
- 2,
- 0.15681,
- "_NLPVFQPGVK_"
- ],
- [
- 5241,
- 2,
- 12,
- 2,
- 0.15681,
- "_SLPLVQVDEK_"
- ],
- [
- 47922,
- 2,
- 13,
- 3,
- 0.17105,
- "_LLLEETSSAPQEQYGECGEK_"
- ],
- [
- 15594,
- 2,
- 13,
- 5,
- 0.17105,
- "_ISELGAGNGGVVFK_"
- ],
- [
- 33152,
- 2,
- 12,
- 4,
- 0.15681,
- "_DKTEELMELTDEQR_"
- ],
- [
- 18502,
- 2,
- 13,
- 4,
- 0.17105,
- "_GRLPLLAVCDYK_"
- ],
- [
- 30257,
- 2,
- 13,
- 3,
- 0.17105,
- "_PGCVNLSLHGIVEDR_"
- ],
- [
- 13395,
- 2,
- 13,
- 5,
- 0.17105,
- "_QCMMFSATLSK_"
- ],
- [
- 15471,
- 3,
- 12,
- 3,
- 0.15681,
- "_HQAFMAELASNKEWLDK_"
- ],
- [
- 31585,
- 2,
- 15,
- 5,
- 0.19955,
- "_YPGVSNYQVEEDIGK_"
- ],
- [
- 8331,
- 2,
- 10,
- 3,
- 0.12832,
- "_AFMVTDEDIR_"
- ],
- [
- 19004,
- 2,
- 16,
- 3,
- 0.21384,
- "_SLDFPQNEPQIK_"
- ],
- [
- 48445,
- 3,
- 9,
- 4,
- 0.11407,
- "_AAAAVAAAASSCRPLGSGAGPGPTGAAPVSAPAPGPGPAGK_"
- ],
- [
- 31448,
- 4,
- 15,
- 5,
- 0.19955,
- "_GPFDDQPAGTTGVDLINGSSAHHQEGVPNGTGQK_"
- ],
- [
- 21437,
- 3,
- 15,
- 6,
- 0.19955,
- "_LPAELGPQLLHKIIDGICGR_"
- ],
- [
- 11554,
- 2,
- 18,
- 5,
- 0.24235,
- "_DGNGYISAAELR_"
- ],
- [
- 25302,
- 2,
- 8,
- 3,
- 0.099826,
- "_LFSGLSVSSEGPSQR_"
- ],
- [
- 37003,
- 3,
- 15,
- 5,
- 0.19955,
- "_LTGSSAQEEASGVALGEAPDHSYESLR_"
- ],
- [
- 22335,
- 2,
- 19,
- 6,
- 0.2566,
- "_YLYTLVITDKEK_"
- ],
- [
- 6235,
- 3,
- 8,
- 5,
- 0.099826,
- "_ATSHVGEIEQELALAR_"
- ],
- [
- 20584,
- 2,
- 15,
- 2,
- 0.19955,
- "_QNLAMTGEVSLTGK_"
- ],
- [
- 11897,
- 2,
- 8,
- 4,
- 0.099826,
- "_AVLEEGTDVVIK_"
- ],
- [
- 11188,
- 2,
- 12,
- 2,
- 0.15681,
- "_VLGTEAVQDPTK_"
- ],
- [
- 20364,
- 2,
- 6,
- 2,
- 0.071316,
- "_IFTSIGEDYDER_"
- ],
- [
- 44742,
- 2,
- 11,
- 3,
- 0.14257,
- "_SEQSGLSVTLESTGLADEKR_"
- ],
- [
- 5656,
- 2,
- 14,
- 2,
- 0.18531,
- "_SLDDEVNAFK_"
- ],
- [
- 1744,
- 2,
- 10,
- 3,
- 0.14257,
- "_IIEETLALK_"
- ],
- [
- 35481,
- 3,
- 11,
- 5,
- 0.14257,
- "_M(Oxidation (M))AEIGEHVAPSEAANSLEQAQAAAER_"
- ],
- [
- 15328,
- 3,
- 14,
- 3,
- 0.18531,
- "_LLEAQIATGGVIDPVHSHR_"
- ],
- [
- 37273,
- 2,
- 7,
- 5,
- 0.085556,
- "_NPAEPIAVQNNQQLALK_"
- ],
- [
- 2762,
- 2,
- 10,
- 2,
- 0.12831,
- "_GVAYTLLTPK_"
- ],
- [
- 6806,
- 2,
- 10,
- 3,
- 0.12831,
- "_VGTYQLAIVAK_"
- ],
- [
- 26149,
- 2,
- 7,
- 3,
- 0.085551,
- "_RFQIMNEIVYEK_"
- ],
- [
- 1952,
- 3,
- 6,
- 2,
- 0.071295,
- "_NYDPALHPFEVPR_"
- ],
- [
- 24423,
- 2,
- 5,
- 3,
- 0.057007,
- "_AEDEDIVLTPDGTR_"
- ],
- [
- 5195,
- 4,
- 10,
- 4,
- 0.12831,
- "_VKEEDESANSLRPGALFFSR_"
- ],
- [
- 16069,
- 3,
- 10,
- 7,
- 0.12831,
- "_SCCDYSLHVDISEWHK_"
- ],
- [
- 27613,
- 2,
- 12,
- 6,
- 0.1568,
- "_SMQGFPFYDKPMR_"
- ],
- [
- 20336,
- 3,
- 11,
- 4,
- 0.14256,
- "_HGVNVQSIADIHPIQVQPGR_"
- ],
- [
- 32674,
- 3,
- 12,
- 6,
- 0.1568,
- "_EKIEGCHICTSVTPGEPQVFLGK_"
- ],
- [
- 46722,
- 2,
- 12,
- 6,
- 0.1568,
- "_QPCDSSCPCVIAQNFCEK_"
- ],
- [
- 45845,
- 2,
- 13,
- 6,
- 0.17105,
- "_TVGTPIASVPGSTNTGTVPGSEK_"
- ],
- [
- 13853,
- 2,
- 12,
- 4,
- 0.1568,
- "_GRDWNVDLIPK_"
- ],
- [
- 18358,
- 3,
- 13,
- 5,
- 0.17105,
- "_VNNSSLIGVGYTQTLRPGVK_"
- ],
- [
- 5269,
- 4,
- 11,
- 2,
- 0.14256,
- "_IGTHNGTFHCDEALACALLR_"
- ],
- [
- 1907,
- 2,
- 13,
- 3,
- 0.17105,
- "_IDISPSTFR_"
- ],
- [
- 35101,
- 2,
- 11,
- 3,
- 0.14256,
- "_YSDKELQYIDAISNK_"
- ],
- [
- 8857,
- 2,
- 13,
- 4,
- 0.17105,
- "_TFIVGAQMNVK_"
- ],
- [
- 33045,
- 2,
- 13,
- 5,
- 0.17105,
- "_FEEHVQSVDIAAFNK_"
- ],
- [
- 25576,
- 3,
- 13,
- 5,
- 0.17105,
- "_LIHPTENITFHAVSSVVNNSR_"
- ],
- [
- 8699,
- 2,
- 11,
- 2,
- 0.14256,
- "_GTIPDMIADSGK_"
- ],
- [
- 26622,
- 3,
- 12,
- 5,
- 0.1568,
- "_TLQGHGHWVNTMALSTDYALR_"
- ],
- [
- 8121,
- 2,
- 11,
- 2,
- 0.14256,
- "_QAEVLAEFER_"
- ],
- [
- 4121,
- 2,
- 13,
- 3,
- 0.17105,
- "_IPLAEWESR_"
- ],
- [
- 14143,
- 2,
- 8,
- 2,
- 0.099792,
- "_IQDFNDTFYR_"
- ],
- [
- 25683,
- 2,
- 7,
- 4,
- 0.085551,
- "_VIELCSSTMTCMK_"
- ],
- [
- 15645,
- 3,
- 18,
- 7,
- 0.24232,
- "_LETGAPRPPATVTNAVSWR_"
- ],
- [
- 38520,
- 2,
- 14,
- 5,
- 0.18529,
- "_VMNMEESNNGSLSAEFK_"
- ],
- [
- 3219,
- 2,
- 15,
- 3,
- 0.19955,
- "_GAFGEVQLVR_"
- ],
- [
- 30019,
- 3,
- 18,
- 5,
- 0.24232,
- "_LEEDINSSMTNSTAASRPPVTLR_"
- ],
- [
- 12807,
- 2,
- 17,
- 4,
- 0.22807,
- "_GEGPEFDVNLSK_"
- ],
- [
- 6492,
- 3,
- 14,
- 5,
- 0.18529,
- "_FEEHVQSVDIAAFNK_"
- ],
- [
- 3103,
- 2,
- 17,
- 3,
- 0.22807,
- "_TAEEVAALIR_"
- ],
- [
- 4911,
- 2,
- 19,
- 5,
- 0.25659,
- "_SNELWTEIK_"
- ],
- [
- 23968,
- 2,
- 17,
- 4,
- 0.22807,
- "_DFSAPTLEDHFNK_"
- ],
- [
- 33318,
- 2,
- 14,
- 4,
- 0.18529,
- "_GTYTTDDSPSDIAEIR_"
- ],
- [
- 27877,
- 2,
- 16,
- 5,
- 0.21378,
- "_EAMEHPYFYPVVK_"
- ],
- [
- 18103,
- 3,
- 15,
- 4,
- 0.19955,
- "_ELGSANVISWNHHEFEVK_"
- ],
- [
- 494,
- 2,
- 15,
- 2,
- 0.19955,
- "_ILTLGEVPK_"
- ],
- [
- 11288,
- 2,
- 15,
- 2,
- 0.19955,
- "_GYPEVALHFVK_"
- ],
- [
- 42853,
- 2,
- 15,
- 4,
- 0.19955,
- "_VYVADNCGLYAQAEMSNK_"
- ],
- [
- 418,
- 2,
- 16,
- 5,
- 0.21378,
- "_QLAEDFLK_"
- ],
- [
- 38437,
- 3,
- 20,
- 8,
- 0.27084,
- "_QLPTAAPDKTEVTGDHIPTPQDLPQR_"
- ],
- [
- 11887,
- 2,
- 15,
- 4,
- 0.19955,
- "_EQDLQLEELR_"
- ],
- [
- 6157,
- 3,
- 21,
- 4,
- 0.2851,
- "_LLDPEDISVDHPDEK_"
- ],
- [
- 21453,
- 2,
- 14,
- 4,
- 0.18529,
- "_LGVEFDETTADDR_"
- ],
- [
- 2386,
- 2,
- 22,
- 6,
- 0.29937,
- "_EMTLDEWK_"
- ],
- [
- 3237,
- 2,
- 20,
- 5,
- 0.27084,
- "_EFADFEYR_"
- ],
- [
- 29611,
- 2,
- 6,
- 3,
- 0.071279,
- "_LGLQYSQGLVSGSNAR_"
- ],
- [
- 47033,
- 2,
- 16,
- 6,
- 0.21382,
- "_SGTTSESGALSLEPSHIGDLQK_"
- ],
- [
- 34164,
- 2,
- 9,
- 4,
- 0.11406,
- "_GIVFVIQSQSNSFHAK_"
- ],
- [
- 43390,
- 2,
- 13,
- 6,
- 0.17107,
- "_NALVSHLDGTTPVCEDIGR_"
- ],
- [
- 51602,
- 2,
- 8,
- 6,
- 0.099823,
- "_VSGLQGSDALNIQQNQTSGGSLQAGQQK_"
- ],
- [
- 29762,
- 2,
- 9,
- 6,
- 0.11406,
- "_HFVGYPTNSDFELK_"
- ],
- [
- 11061,
- 3,
- 9,
- 5,
- 0.11406,
- "_GSSAVGLTAYVMKDPETR_"
- ],
- [
- 18277,
- 2,
- 16,
- 2,
- 0.21382,
- "_MWEVQTGYCVK_"
- ],
- [
- 4406,
- 2,
- 9,
- 2,
- 0.11406,
- "_YMVQWPGAR_"
- ],
- [
- 24573,
- 2,
- 8,
- 3,
- 0.099823,
- "_QLSQALDTSNVMVK_"
- ],
- [
- 39635,
- 2,
- 9,
- 2,
- 0.11406,
- "_DGEEEIVYAVDFNHKR_"
- ],
- [
- 15012,
- 3,
- 9,
- 3,
- 0.11406,
- "_GSDALSETSSVSHIEDLEK_"
- ],
- [
- 23202,
- 3,
- 12,
- 6,
- 0.15683,
- "_IGTHNGTFHCDEALACALLR_"
- ],
- [
- 7287,
- 4,
- 12,
- 3,
- 0.15683,
- "_VGLGFFYKDEDKPEDEMAQK_"
- ],
- [
- 1244,
- 2,
- 12,
- 3,
- 0.15683,
- "_VGPGPALMLR_"
- ],
- [
- 1430,
- 2,
- 10,
- 3,
- 0.12833,
- "_QINNIFLR_"
- ],
- [
- 25429,
- 2,
- 10,
- 3,
- 0.12833,
- "_HILQQTLMDEGLR_"
- ],
- [
- 25034,
- 2,
- 22,
- 4,
- 0.29937,
- "_ELQELQDSLNAER_"
- ],
- [
- 18877,
- 4,
- 19,
- 6,
- 0.25659,
- "_QLPTAAPDKTEVTGDHIPTPQDLPQR_"
- ],
- [
- 17345,
- 2,
- 17,
- 6,
- 0.22805,
- "_KGLTPSQIGVILR_"
- ],
- [
- 32621,
- 2,
- 14,
- 6,
- 0.18532,
- "_EAFTNKPNVFTVVTR_"
- ],
- [
- 37126,
- 3,
- 19,
- 8,
- 0.25659,
- "_VHSPSGALEECYVTEIDQDKYAVR_"
- ],
- [
- 29021,
- 2,
- 14,
- 4,
- 0.18532,
- "_VPPPPQSVSMAEQLR_"
- ],
- [
- 22872,
- 3,
- 15,
- 4,
- 0.19956,
- "_DLTDEEKQEYLNEYEAEK_"
- ],
- [
- 13041,
- 2,
- 14,
- 3,
- 0.18532,
- "_TLDVVLEEHLK_"
- ],
- [
- 29837,
- 2,
- 14,
- 7,
- 0.18532,
- "_FGYTVSEENYMCR_"
- ],
- [
- 21622,
- 2,
- 14,
- 6,
- 0.18532,
- "_KLEAELLQIEER_"
- ],
- [
- 25912,
- 2,
- 14,
- 4,
- 0.18532,
- "_GDDQLSGAQQWMTK_"
- ],
- [
- 17159,
- 2,
- 16,
- 2,
- 0.21382,
- "_DAQPSFSAEDIAK_"
- ],
- [
- 18364,
- 2,
- 14,
- 4,
- 0.18532,
- "_AYGFSCDGEGVLK_"
- ],
- [
- 26722,
- 2,
- 15,
- 5,
- 0.19956,
- "_SSFESSCPQQWIK_"
- ],
- [
- 28847,
- 2,
- 15,
- 3,
- 0.19956,
- "_FISDIANDALQHCK_"
- ],
- [
- 28477,
- 4,
- 13,
- 5,
- 0.17107,
- "_(Acetyl (Protein N-term))SQGDSNPAAIPHAAEDIQGDDRWMSQHNR_"
- ],
- [
- 26090,
- 2,
- 11,
- 2,
- 0.14257,
- "_LEVEANNAFDQYR_"
- ],
- [
- 12082,
- 3,
- 5,
- 2,
- 0.056992,
- "_FAASKDPTVSQTFMLDR_"
- ],
- [
- 47859,
- 2,
- 11,
- 3,
- 0.14257,
- "_SCDELSPVSPTQGGYPSEPTR_"
- ],
- [
- 32240,
- 3,
- 19,
- 6,
- 0.25658,
- "_GPPDFSSDEEREPTPVLGSGAAAAGR_"
- ],
- [
- 12884,
- 2,
- 12,
- 3,
- 0.15682,
- "_MIGGLFIYNHK_"
- ],
- [
- 25480,
- 2,
- 15,
- 6,
- 0.19956,
- "_ESLTLIVEGKPQIK_"
- ],
- [
- 50402,
- 2,
- 7,
- 3,
- 0.085517,
- "_ALEPEAEAEAEAGAGGEAAAEEGAAGR_"
- ],
- [
- 51008,
- 2,
- 9,
- 2,
- 0.11406,
- "_DQQPDSDMDPNSSGEGVNSVSSSIK_"
- ],
- [
- 13645,
- 2,
- 6,
- 2,
- 0.071261,
- "_EPATINYPFEK_"
- ],
- [
- 2294,
- 2,
- 9,
- 3,
- 0.11406,
- "_SCILVSIAGK_"
- ],
- [
- 48024,
- 3,
- 12,
- 6,
- 0.15682,
- "_FNQSQLEAEENEQITIADNHYCSSGQGQGR_"
- ],
- [
- 29340,
- 3,
- 11,
- 3,
- 0.14257,
- "_YLVALGHAYHPEEFVCSQCGK_"
- ],
- [
- 30305,
- 2,
- 15,
- 3,
- 0.19956,
- "_EWIQNTLGVNVEHK_"
- ],
- [
- 41523,
- 2,
- 11,
- 6,
- 0.14257,
- "_LFFHCSQYNGNLQDLK_"
- ],
- [
- 20076,
- 3,
- 11,
- 5,
- 0.14257,
- "_TKEQVTNVGGAVVTGVTAVAQK_"
- ],
- [
- 29259,
- 2,
- 11,
- 4,
- 0.14257,
- "_ELGSECGIEFDEEK_"
- ],
- [
- 4558,
- 3,
- 16,
- 3,
- 0.2138,
- "_PGCVNLSLHGIVEDR_"
- ],
- [
- 1623,
- 3,
- 16,
- 6,
- 0.2138,
- "_LYSILGTTLKDEGK_"
- ],
- [
- 20089,
- 2,
- 16,
- 3,
- 0.2138,
- "_TSDIFGSPVTATSR_"
- ],
- [
- 20837,
- 4,
- 12,
- 6,
- 0.15682,
- "_EQLYQQAMEEAAWHHMPHPSDSER_"
- ],
- [
- 28621,
- 2,
- 11,
- 4,
- 0.14257,
- "_FIKDNWEELYNR_"
- ],
- [
- 41940,
- 2,
- 16,
- 6,
- 0.2138,
- "_ELGGLEGDPSPEEDEGIQK_"
- ],
- [
- 12202,
- 2,
- 12,
- 5,
- 0.15682,
- "_KNPSIAVPIVLK_"
- ],
- [
- 35201,
- 3,
- 11,
- 3,
- 0.14257,
- "_ATFHTPFSHLGQSPEGCSSYTFPK_"
- ],
- [
- 2957,
- 2,
- 10,
- 3,
- 0.1283,
- "_DNLPIQIQK_"
- ],
- [
- 28194,
- 2,
- 12,
- 4,
- 0.15682,
- "_CGSALVSSLATGLKPR_"
- ],
- [
- 773,
- 2,
- 10,
- 4,
- 0.1283,
- "_LAVVDEWR_"
- ],
- [
- 36116,
- 2,
- 24,
- 6,
- 0.32788,
- "_NGPLEVAGAAVSAGHGLPAK_"
- ],
- [
- 30065,
- 2,
- 13,
- 4,
- 0.17107,
- "_LVEQLDIEETEQSK_"
- ],
- [
- 44570,
- 2,
- 14,
- 6,
- 0.18531,
- "_GIRDDIEEEDDQEAYFR_"
- ],
- [
- 1179,
- 3,
- 10,
- 5,
- 0.1283,
- "_NLYAANGIGAVLAHK_"
- ],
- [
- 31493,
- 2,
- 17,
- 6,
- 0.22806,
- "_GMGEAVQEFVDKEEK_"
- ],
- [
- 27700,
- 2,
- 9,
- 4,
- 0.11406,
- "_TITLQPGSPCNDFR_"
- ],
- [
- 7791,
- 2,
- 16,
- 4,
- 0.2138,
- "_HLGTLNFGGIR_"
- ],
- [
- 23546,
- 2,
- 13,
- 5,
- 0.17107,
- "_NLYAANGIGAVLAHK_"
- ],
- [
- 29153,
- 4,
- 18,
- 7,
- 0.24232,
- "_KKPTPIQLNPAPDGSAVNGTSSAETNLEALQK_"
- ],
- [
- 30152,
- 3,
- 22,
- 7,
- 0.29936,
- "_EKEPIVGSTDYGKDEDSAEALLK_"
- ],
- [
- 46959,
- 3,
- 19,
- 6,
- 0.25655,
- "_GTEAPAVVTEEEDDDEETAPPVIAPRPDHTK_"
- ],
- [
- 24298,
- 2,
- 18,
- 4,
- 0.24232,
- "_YQEALHLGSQLLR_"
- ],
- [
- 38958,
- 3,
- 21,
- 8,
- 0.28509,
- "_SEPVKEESSELEQPFAQDTSSVGPDR_"
- ],
- [
- 46417,
- 2,
- 17,
- 5,
- 0.22806,
- "_QQPPEPEWIGDGESTSPSDK_"
- ],
- [
- 25599,
- 2,
- 10,
- 2,
- 0.12832,
- "_APAMQPAEIQFAQR_"
- ],
- [
- 13510,
- 2,
- 12,
- 5,
- 0.15683,
- "_VFELMTSLHTK_"
- ],
- [
- 16691,
- 3,
- 15,
- 7,
- 0.19957,
- "_NALVSHLDGTTPVCEDIGR_"
- ],
- [
- 5801,
- 2,
- 13,
- 3,
- 0.17108,
- "_YEDAVQFIR_"
- ],
- [
- 1916,
- 3,
- 12,
- 5,
- 0.15683,
- "_LSVHFHPSVALFAK_"
- ],
- [
- 38181,
- 3,
- 11,
- 5,
- 0.14256,
- "_VSGLQGSDALNIQQNQTSGGSLQAGQQK_"
- ],
- [
- 5789,
- 3,
- 14,
- 4,
- 0.18533,
- "_FRHENIIGINDIIR_"
- ],
- [
- 26345,
- 3,
- 13,
- 4,
- 0.17108,
- "_NLDAVHDITVAYPHNIPQSEK_"
- ],
- [
- 3133,
- 3,
- 15,
- 5,
- 0.19957,
- "_QFDVDILISGHTHK_"
- ],
- [
- 32626,
- 2,
- 23,
- 7,
- 0.31361,
- "_VVLSVSSGGQHTVLLVK_"
- ],
- [
- 18263,
- 3,
- 15,
- 6,
- 0.19957,
- "_GIRDDIEEEDDQEAYFR_"
- ],
- [
- 23042,
- 2,
- 11,
- 4,
- 0.14256,
- "_SIPSLVDGFKPGQR_"
- ],
- [
- 21886,
- 3,
- 15,
- 6,
- 0.19957,
- "_SGTTSESGALSLEPSHIGDLQK_"
- ],
- [
- 14526,
- 3,
- 10,
- 5,
- 0.12832,
- "_AIKNDSVVAGGGAIEMELSK_"
- ],
- [
- 12771,
- 2,
- 9,
- 2,
- 0.11407,
- "_VTGALQFGELQK_"
- ],
- [
- 41980,
- 3,
- 13,
- 7,
- 0.17108,
- "_QPPGTQQSHSSPGEITSSPQGLDNPALLR_"
- ],
- [
- 15122,
- 3,
- 13,
- 5,
- 0.17108,
- "_DRSDCLGEHLYVMVNAK_"
- ],
- [
- 37769,
- 2,
- 13,
- 7,
- 0.17108,
- "_NYMSNPSYNYEIVNR_"
- ],
- [
- 32609,
- 2,
- 12,
- 6,
- 0.15683,
- "_ILCCISCNSNIQIK_"
- ],
- [
- 7940,
- 2,
- 11,
- 4,
- 0.14256,
- "_GSSGVGLTAAVLR_"
- ],
- [
- 30936,
- 2,
- 11,
- 4,
- 0.14256,
- "_TSEVPYAGINIGPVHK_"
- ],
- [
- 12236,
- 2,
- 16,
- 5,
- 0.21382,
- "_VTYVVLDEADR_"
- ],
- [
- 26880,
- 3,
- 11,
- 2,
- 0.14256,
- "_QIGAISQGMSVQLHVPYSEHAK_"
- ],
- [
- 11300,
- 2,
- 14,
- 5,
- 0.18533,
- "_RILVATNLFGR_"
- ],
- [
- 40760,
- 2,
- 16,
- 7,
- 0.21382,
- "_SHCFVTYSTVEEAVATR_"
- ],
- [
- 30697,
- 3,
- 25,
- 8,
- 0.34214,
- "_WNTEDKVSHVSTGGGASLELLEGK_"
- ],
- [
- 33702,
- 2,
- 6,
- 2,
- 0.071253,
- "_AQQLIQTYELNETAK_"
- ],
- [
- 29593,
- 2,
- 26,
- 7,
- 0.35638,
- "_NQVAMNPTNTVFDAK_"
- ],
- [
- 38374,
- 2,
- 13,
- 6,
- 0.17108,
- "_GSSAVGLTAYVMKDPETR_"
- ],
- [
- 49543,
- 2,
- 16,
- 5,
- 0.21382,
- "_ALSAVHSPTFCQLACGQDGQLK_"
- ],
- [
- 26704,
- 2,
- 14,
- 5,
- 0.18533,
- "_IQPSGGTNINEALLR_"
- ],
- [
- 44712,
- 2,
- 13,
- 6,
- 0.17108,
- "_EMVEGMGGTQSEQYQEFR_"
- ],
- [
- 20559,
- 3,
- 17,
- 5,
- 0.22806,
- "_IADPEHDHTGFLTEYVATR_"
- ],
- [
- 12271,
- 2,
- 14,
- 2,
- 0.18533,
- "_SEDYVDIVQGR_"
- ],
- [
- 39914,
- 2,
- 11,
- 5,
- 0.14256,
- "_MSSSTSSLTSSSSFSDGFK_"
- ],
- [
- 9087,
- 2,
- 17,
- 2,
- 0.22806,
- "_ETQALILAPTR_"
- ],
- [
- 8385,
- 2,
- 11,
- 2,
- 0.14256,
- "_VNILSDMHLR_"
- ],
- [
- 5338,
- 2,
- 17,
- 7,
- 0.22805,
- "_ILSCGELIPK_"
- ],
- [
- 38225,
- 3,
- 13,
- 5,
- 0.17107,
- "_RGAYGGGYGGYDDYGGYNDGYGFGSDR_"
- ],
- [
- 45208,
- 2,
- 10,
- 5,
- 0.1283,
- "_SICLDQNTQAWCDTCEK_"
- ],
- [
- 15878,
- 2,
- 13,
- 2,
- 0.17107,
- "_TILQHLSEAWR_"
- ],
- [
- 13701,
- 3,
- 13,
- 5,
- 0.17107,
- "_SLANFSAGEHTILHLPEK_"
- ],
- [
- 47379,
- 2,
- 11,
- 2,
- 0.14256,
- "_ELTQGPAESSSLSGCGSWQPR_"
- ],
- [
- 33909,
- 3,
- 11,
- 7,
- 0.14256,
- "_LCLVCSDEASGCHYGVLTCGSCK_"
- ],
- [
- 10314,
- 2,
- 13,
- 4,
- 0.17107,
- "_ALIDPSSGLPNR_"
- ],
- [
- 28954,
- 2,
- 10,
- 3,
- 0.1283,
- "_AALLEAGMPECTEDK_"
- ],
- [
- 3969,
- 2,
- 17,
- 4,
- 0.22805,
- "_QLLTPATGAPK_"
- ],
- [
- 35068,
- 2,
- 10,
- 4,
- 0.1283,
- "_TVLMVAEKPSLAQSIAK_"
- ],
- [
- 32857,
- 2,
- 13,
- 5,
- 0.17107,
- "_SNLVDNTNQVEVLQR_"
- ],
- [
- 7075,
- 2,
- 11,
- 4,
- 0.14256,
- "_LSISETYDLK_"
- ],
- [
- 1858,
- 2,
- 12,
- 4,
- 0.1568,
- "_LVFSNVNLK_"
- ],
- [
- 37565,
- 2,
- 12,
- 5,
- 0.1568,
- "_GALVVEDNDSGVPVEETK_"
- ],
- [
- 42081,
- 2,
- 12,
- 6,
- 0.1568,
- "_GSDALSETSSVSHIEDLEK_"
- ],
- [
- 24798,
- 3,
- 16,
- 5,
- 0.21381,
- "_GQHVTGSPFQFTVGPLGEGGAHK_"
- ],
- [
- 23979,
- 2,
- 8,
- 3,
- 0.099755,
- "_TAEAQLAYELQGAR_"
- ],
- [
- 6778,
- 2,
- 14,
- 3,
- 0.18531,
- "_DTMSDLPEVR_"
- ],
- [
- 23287,
- 2,
- 14,
- 4,
- 0.18531,
- "_DNGDYPYFETSAK_"
- ],
- [
- 3300,
- 3,
- 15,
- 5,
- 0.19956,
- "_CGSALVSSLATGLKPR_"
- ],
- [
- 1567,
- 2,
- 17,
- 5,
- 0.22805,
- "_DCLSIPYR_"
- ],
- [
- 37176,
- 2,
- 15,
- 6,
- 0.19956,
- "_EGKPTIVEEDDPELFK_"
- ],
- [
- 21211,
- 3,
- 15,
- 4,
- 0.19956,
- "_VHLDIQVGEHANDYAEIAAK_"
- ],
- [
- 22006,
- 2,
- 14,
- 4,
- 0.18531,
- "_YVVTSVSWWSHK_"
- ],
- [
- 2121,
- 2,
- 15,
- 3,
- 0.19956,
- "_LLESDYFR_"
- ],
- [
- 40965,
- 2,
- 16,
- 6,
- 0.21381,
- "_EADTDVQVCPNYSIPQK_"
- ],
- [
- 19362,
- 2,
- 18,
- 4,
- 0.24229,
- "_TGTAEMSSILEER_"
- ],
- [
- 16975,
- 2,
- 16,
- 5,
- 0.21381,
- "_ELAEQLGLSTGEK_"
- ],
- [
- 27895,
- 2,
- 19,
- 5,
- 0.25655,
- "_QFDVDILISGHTHK_"
- ],
- [
- 27455,
- 2,
- 16,
- 2,
- 0.21381,
- "_ALQEGAEIVVCTPGR_"
- ],
- [
- 6948,
- 3,
- 16,
- 2,
- 0.21381,
- "_LRAPIICVLGHVDTGK_"
- ],
- [
- 11097,
- 3,
- 7,
- 5,
- 0.085485,
- "_ILAIGLINEALDEGDAQK_"
- ],
- [
- 30195,
- 2,
- 14,
- 4,
- 0.18531,
- "_GEFTYYEIQDNTGK_"
- ],
- [
- 31304,
- 2,
- 11,
- 3,
- 0.14256,
- "_QLPLEPESPSGQVGPR_"
- ],
- [
- 43660,
- 2,
- 17,
- 6,
- 0.22805,
- "_DSDLMEAFHCNQTQVNR_"
- ],
- [
- 23904,
- 2,
- 9,
- 6,
- 0.11401,
- "_IGDELDSNMELQR_"
- ],
- [
- 32293,
- 2,
- 13,
- 2,
- 0.17107,
- "_SVYFKPSLTPSGEFR_"
- ],
- [
- 9392,
- 2,
- 13,
- 3,
- 0.17107,
- "_ICSWNVDGLR_"
- ],
- [
- 12581,
- 2,
- 9,
- 2,
- 0.11401,
- "_VMLLQQGLNDR_"
- ],
- [
- 7848,
- 2,
- 12,
- 2,
- 0.15683,
- "_(Acetyl (Protein N-term))ATAEVLNIGKK_"
- ],
- [
- 3038,
- 2,
- 18,
- 2,
- 0.24232,
- "_YFTWDPSR_"
- ],
- [
- 43180,
- 2,
- 17,
- 5,
- 0.22808,
- "_ASEQIYGTPSSSPYECLR_"
- ],
- [
- 42713,
- 2,
- 8,
- 4,
- 0.099756,
- "_IEADATDNGDQDPVTTPLR_"
- ],
- [
- 27112,
- 3,
- 16,
- 7,
- 0.21383,
- "_ALSAVHSPTFCQLACGQDGQLK_"
- ],
- [
- 24745,
- 2,
- 16,
- 5,
- 0.21383,
- "_LYSILGTTLKDEGK_"
- ],
- [
- 44843,
- 2,
- 14,
- 7,
- 0.18534,
- "_EDQLLCTDCYSNEYSSK_"
- ],
- [
- 22800,
- 2,
- 14,
- 2,
- 0.18534,
- "_AQVPGPLTPEMEAR_"
- ],
- [
- 4576,
- 3,
- 16,
- 5,
- 0.21383,
- "_EWIQNTLGVNVEHK_"
- ],
- [
- 34740,
- 2,
- 16,
- 7,
- 0.21383,
- "_ELSQIEACQGPMQMR_"
- ],
- [
- 9903,
- 3,
- 16,
- 7,
- 0.21383,
- "_EGKPTIVEEDDPELFK_"
- ],
- [
- 29508,
- 2,
- 16,
- 3,
- 0.21383,
- "_GFAYIEFSDKESVR_"
- ],
- [
- 23062,
- 2,
- 14,
- 3,
- 0.18534,
- "_YEMFAQTLQQSR_"
- ],
- [
- 40394,
- 2,
- 14,
- 5,
- 0.18534,
- "_CSSMMNQGNVYGQITVR_"
- ],
- [
- 8507,
- 2,
- 21,
- 4,
- 0.28506,
- "_QEYLDTLYR_"
- ],
- [
- 40624,
- 3,
- 28,
- 7,
- 0.38488,
- "_SGASGPENFQVGSMPPAQQQITSGQMHR_"
- ],
- [
- 16403,
- 2,
- 11,
- 3,
- 0.14257,
- "_YLVHLADTIYR_"
- ],
- [
- 1443,
- 2,
- 18,
- 4,
- 0.24232,
- "_EFSIYMTK_"
- ],
- [
- 40974,
- 3,
- 9,
- 4,
- 0.11403,
- "_SSAQLSDGNVGSGATGSRPEGLAAVDIGSER_"
- ],
- [
- 1986,
- 2,
- 14,
- 4,
- 0.18534,
- "_CVIDICMK_"
- ],
- [
- 49208,
- 2,
- 14,
- 7,
- 0.18534,
- "_YQGDGIVEDEEETMENNEEK_"
- ],
- [
- 12835,
- 3,
- 12,
- 6,
- 0.15683,
- "_ALPAVQQNNLDEDLIRK_"
- ],
- [
- 10478,
- 2,
- 14,
- 4,
- 0.18534,
- "_FTNMMMIGGNK_"
- ],
- [
- 8965,
- 2,
- 10,
- 4,
- 0.12828,
- "_AVEDDFVEMR_"
- ],
- [
- 6614,
- 2,
- 15,
- 3,
- 0.19958,
- "_ALALLEDEER_"
- ],
- [
- 16128,
- 2,
- 15,
- 4,
- 0.19958,
- "_TGEELGFDYGDR_"
- ],
- [
- 44275,
- 2,
- 14,
- 2,
- 0.18534,
- "_LIPNATGTGTFSPGASPGSEAR_"
- ],
- [
- 23078,
- 3,
- 14,
- 4,
- 0.18534,
- "_VKEEDESANSLRPGALFFSR_"
- ],
- [
- 149,
- 2,
- 10,
- 2,
- 0.12828,
- "_QYGLILPK_"
- ],
- [
- 12176,
- 2,
- 23,
- 2,
- 0.3136,
- "_TLGDTGFMPPDK_"
- ],
- [
- 32924,
- 2,
- 15,
- 4,
- 0.19958,
- "_MGGMEGPFGGGMENM(Oxidation (M))GR_"
- ],
- [
- 40151,
- 2,
- 12,
- 6,
- 0.15683,
- "_ALPAVQQNNLDEDLIRK_"
- ],
- [
- 27397,
- 2,
- 13,
- 4,
- 0.17107,
- "_YLLWAYTSSHDDK_"
- ],
- [
- 4621,
- 2,
- 11,
- 2,
- 0.14257,
- "_FNVIQPGPIK_"
- ],
- [
- 3487,
- 2,
- 8,
- 3,
- 0.099756,
- "_CCVVGTLFK_"
- ],
- [
- 37160,
- 2,
- 13,
- 5,
- 0.17107,
- "_VGLIGSCTNSSYEDMGR_"
- ],
- [
- 35670,
- 2,
- 12,
- 3,
- 0.15683,
- "_RDPEDSDVFEEDTHL_"
- ],
- [
- 13439,
- 3,
- 13,
- 5,
- 0.17107,
- "_VQAHAAAALINFTEDCPK_"
- ],
- [
- 7964,
- 2,
- 12,
- 3,
- 0.15681,
- "_EIGDVENWAR_"
- ],
- [
- 7457,
- 3,
- 11,
- 4,
- 0.14252,
- "_SKNILFVITKPDVYK_"
- ],
- [
- 20187,
- 2,
- 13,
- 6,
- 0.17107,
- "_ADLTEYLSTHYK_"
- ],
- [
- 8794,
- 2,
- 9,
- 3,
- 0.114,
- "_WWEQTDLTK_"
- ],
- [
- 27258,
- 2,
- 9,
- 2,
- 0.114,
- "_FSPNGEWLASSSADK_"
- ],
- [
- 13583,
- 4,
- 8,
- 6,
- 0.099751,
- "_GHYFLFDCPGQVELCTHHGALR_"
- ],
- [
- 8979,
- 2,
- 13,
- 3,
- 0.17107,
- "_AEGPDVAVDLPK_"
- ],
- [
- 6268,
- 3,
- 9,
- 2,
- 0.114,
- "_QLLAGPNTDLEELRR_"
- ],
- [
- 47568,
- 2,
- 9,
- 4,
- 0.114,
- "_CLEALGEWGQLHQQCCEK_"
- ],
- [
- 25300,
- 2,
- 6,
- 2,
- 0.071243,
- "_SESEEEVLLVSSSR_"
- ],
- [
- 11528,
- 2,
- 7,
- 4,
- 0.085515,
- "_PLSLIQGPPGTGK_"
- ],
- [
- 36951,
- 2,
- 10,
- 4,
- 0.12827,
- "_KVTAMQLYECQLIDK_"
- ],
- [
- 48533,
- 2,
- 12,
- 5,
- 0.15681,
- "_VEMDNLDNAQTSGIEEPSETK_"
- ],
- [
- 9702,
- 2,
- 10,
- 5,
- 0.12827,
- "_AWGPGLEGGVVGK_"
- ],
- [
- 6313,
- 3,
- 8,
- 2,
- 0.099751,
- "_MTVDFEECLKDSPR_"
- ],
- [
- 28813,
- 2,
- 10,
- 4,
- 0.12827,
- "_LQHINPLLPACLNK_"
- ],
- [
- 39153,
- 2,
- 12,
- 4,
- 0.15681,
- "_AMADPEVQQIM(Oxidation (M))SDPAMR_"
- ],
- [
- 11453,
- 2,
- 6,
- 5,
- 0.071243,
- "_GADYMDCLYR_"
- ],
- [
- 32525,
- 2,
- 11,
- 6,
- 0.14252,
- "_TGEEIFGTIGMRPNAK_"
- ],
- [
- 5094,
- 4,
- 32,
- 7,
- 0.44187,
- "_SFPKDDPSKPVHLTAFLGYK_"
- ],
- [
- 21225,
- 2,
- 9,
- 4,
- 0.114,
- "_GYALSYLSEDGCK_"
- ],
- [
- 34254,
- 3,
- 11,
- 6,
- 0.14252,
- "_GRAEGEWEDQEALDYFSDKESGK_"
- ],
- [
- 20217,
- 3,
- 14,
- 6,
- 0.18531,
- "_NAQAIEDMVGYAQETQHEK_"
- ],
- [
- 3919,
- 3,
- 16,
- 6,
- 0.21382,
- "_TFLIEGMDKNAFEK_"
- ],
- [
- 48415,
- 2,
- 15,
- 7,
- 0.19958,
- "_FYCDYCDTYLTHDSPSVR_"
- ],
- [
- 22949,
- 2,
- 14,
- 7,
- 0.18531,
- "_SPAPPLLHVAALGQK_"
- ],
- [
- 45848,
- 2,
- 15,
- 5,
- 0.19958,
- "_TKEQVTNVGGAVVTGVTAVAQK_"
- ],
- [
- 5988,
- 2,
- 15,
- 4,
- 0.19958,
- "_VFFYNPTTR_"
- ],
- [
- 9448,
- 2,
- 27,
- 5,
- 0.37061,
- "_TAAENEFVVLK_"
- ],
- [
- 5004,
- 3,
- 14,
- 6,
- 0.18531,
- "_TSEVPYAGINIGPVHK_"
- ],
- [
- 20210,
- 3,
- 15,
- 5,
- 0.19958,
- "_EEPAPEEEEPLLLQRPER_"
- ],
- [
- 34113,
- 2,
- 15,
- 7,
- 0.19958,
- "_LEEEQIILEDQNCK_"
- ],
- [
- 8445,
- 3,
- 14,
- 6,
- 0.18531,
- "_GFVFITFKEEEPVKK_"
- ],
- [
- 18563,
- 3,
- 15,
- 6,
- 0.19958,
- "_EKDRDPEAQFEMPYVVR_"
- ],
- [
- 16771,
- 2,
- 16,
- 3,
- 0.21382,
- "_ATLPSPDKLPGFK_"
- ],
- [
- 20699,
- 3,
- 16,
- 6,
- 0.21382,
- "_LEEENHEAATCLEDVVYR_"
- ],
- [
- 42722,
- 2,
- 13,
- 4,
- 0.17107,
- "_LCTQLEGLQSTVTGHVER_"
- ],
- [
- 15937,
- 2,
- 22,
- 8,
- 0.2993,
- "_LVPGGGATEIELAK_"
- ],
- [
- 24021,
- 2,
- 5,
- 2,
- 0.057005,
- "_LQANTNLWNEYR_"
- ],
- [
- 38542,
- 3,
- 16,
- 6,
- 0.21382,
- "_GHSTCLSEGALSPDGTVLATASHDGYVK_"
- ],
- [
- 43327,
- 2,
- 12,
- 3,
- 0.15676,
- "_FLSEEGGHVAVFDATNTTR_"
- ],
- [
- 17252,
- 2,
- 12,
- 4,
- 0.15676,
- "_EVLEDFAEDGEK_"
- ],
- [
- 27551,
- 2,
- 28,
- 4,
- 0.38485,
- "_VALVYGQMNEPPGAR_"
- ],
- [
- 28796,
- 2,
- 17,
- 4,
- 0.22806,
- "_FNISNGGPAPEAITDK_"
- ],
- [
- 25009,
- 2,
- 10,
- 6,
- 0.12823,
- "_QLLLESQSQLDAAK_"
- ],
- [
- 28480,
- 2,
- 11,
- 2,
- 0.1425,
- "_LEEDQEDMNELMK_"
- ],
- [
- 2478,
- 4,
- 11,
- 5,
- 0.1425,
- "_EALPHLQINCSHFTTIAR_"
- ],
- [
- 961,
- 2,
- 6,
- 2,
- 0.071241,
- "_IVDPEIALK_"
- ],
- [
- 10352,
- 2,
- 13,
- 3,
- 0.17105,
- "_GEGPEVDVTLPK_"
- ],
- [
- 11121,
- 2,
- 13,
- 3,
- 0.17105,
- "_TCLICADTFR_"
- ],
- [
- 3951,
- 2,
- 11,
- 3,
- 0.1425,
- "_DLNSYLEDK_"
- ],
- [
- 39565,
- 2,
- 10,
- 4,
- 0.12823,
- "_CNCDCTNFLLQECGK_"
- ],
- [
- 18914,
- 2,
- 12,
- 5,
- 0.15676,
- "_LDAFIEALHQEK_"
- ],
- [
- 42147,
- 2,
- 7,
- 3,
- 0.08548,
- "_VDTTLSDSYNYSGTENLK_"
- ],
- [
- 10740,
- 3,
- 12,
- 5,
- 0.15676,
- "_QISRPSAAGINLMIGSTR_"
- ],
- [
- 6061,
- 3,
- 12,
- 3,
- 0.15676,
- "_IVIDFDSINSRPSQK_"
- ],
- [
- 23632,
- 2,
- 13,
- 5,
- 0.17105,
- "_ELCQGLGQPGSVLR_"
- ],
- [
- 35500,
- 4,
- 12,
- 4,
- 0.15676,
- "_DSFIENSSSNCTSGSSKPNSPSISPSILSNTEHK_"
- ],
- [
- 41343,
- 2,
- 12,
- 3,
- 0.15676,
- "_GHVFEESQVAGTPM(Oxidation (M))FVVK_"
- ],
- [
- 37111,
- 2,
- 10,
- 2,
- 0.12823,
- "_LTFCHQGLSNVLDDPK_"
- ],
- [
- 17988,
- 2,
- 13,
- 5,
- 0.17105,
- "_SQLDIIIHSLKK_"
- ],
- [
- 7867,
- 2,
- 9,
- 2,
- 0.11399,
- "_MEVYNEFVR_"
- ],
- [
- 17945,
- 3,
- 14,
- 6,
- 0.1853,
- "_MIQDGKGDVTITNDGATILK_"
- ],
- [
- 39011,
- 2,
- 9,
- 4,
- 0.11399,
- "_GGETPEGLATSVVHYGAGAK_"
- ],
- [
- 30575,
- 2,
- 15,
- 4,
- 0.19954,
- "_DCHCLGDVLIENTK_"
- ],
- [
- 35236,
- 2,
- 9,
- 5,
- 0.11399,
- "_FATVEVTDKPVDEALR_"
- ],
- [
- 17131,
- 2,
- 9,
- 2,
- 0.11399,
- "_KLLEDTLFPSSK_"
- ],
- [
- 41033,
- 2,
- 15,
- 6,
- 0.19954,
- "_DGTESYLTVSSHPNSLMK_"
- ],
- [
- 22724,
- 2,
- 14,
- 2,
- 0.1853,
- "_EPVVTPQDLEGPGR_"
- ],
- [
- 41437,
- 2,
- 15,
- 2,
- 0.19954,
- "_SDKTEEIAEEEETVFPK_"
- ],
- [
- 18372,
- 2,
- 9,
- 2,
- 0.11399,
- "_CGDLLAASQVVNR_"
- ],
- [
- 20811,
- 3,
- 9,
- 3,
- 0.114,
- "_VEYQEDRNDLVISETELK_"
- ],
- [
- 16135,
- 2,
- 13,
- 3,
- 0.17101,
- "_HMDLCLTVVDR_"
- ],
- [
- 25639,
- 2,
- 15,
- 3,
- 0.19955,
- "_ITQDTLYWNNYK_"
- ],
- [
- 15795,
- 3,
- 18,
- 6,
- 0.24231,
- "_LCTQLEGLQSTVTGHVER_"
- ],
- [
- 16732,
- 3,
- 15,
- 6,
- 0.19955,
- "_NTEIGFLQDALSKPHGTVK_"
- ],
- [
- 6001,
- 2,
- 13,
- 3,
- 0.17101,
- "_LTLFVNGQPR_"
- ],
- [
- 20361,
- 2,
- 10,
- 5,
- 0.12823,
- "_GFCFLEYEDHK_"
- ],
- [
- 19667,
- 2,
- 19,
- 5,
- 0.25656,
- "_TINEVENQILTR_"
- ],
- [
- 14270,
- 3,
- 14,
- 5,
- 0.18529,
- "_SDKTEEIAEEEETVFPK_"
- ],
- [
- 23597,
- 3,
- 7,
- 4,
- 0.085488,
- "_VQYEEVAEKDDLMGVEDTAK_"
- ],
- [
- 25048,
- 3,
- 10,
- 5,
- 0.12823,
- "_FKDDVMPATYCEIDLDKEK_"
- ],
- [
- 1002,
- 2,
- 13,
- 5,
- 0.17101,
- "_MVEGFFDR_"
- ],
- [
- 3651,
- 3,
- 13,
- 5,
- 0.17101,
- "_LQHINPLLPACLNK_"
- ],
- [
- 10882,
- 2,
- 9,
- 4,
- 0.114,
- "_GVLFYGPPGCGK_"
- ],
- [
- 43720,
- 4,
- 12,
- 8,
- 0.15675,
- "_QKPATETSMNTASHSLCEQTMVNSENTYSSGSSFPVPK_"
- ],
- [
- 42423,
- 2,
- 12,
- 3,
- 0.15675,
- "_EQSLDALQTHYDELQAR_"
- ],
- [
- 18065,
- 2,
- 11,
- 4,
- 0.14248,
- "_NGGVVTTAFYDPR_"
- ],
- [
- 46649,
- 2,
- 18,
- 7,
- 0.24231,
- "_EQQEAIEHIDEVQNEIDR_"
- ],
- [
- 51307,
- 2,
- 6,
- 3,
- 0.071227,
- "_GQVSQETLSEEASSQATLPNQPVEK_"
- ],
- [
- 20984,
- 2,
- 15,
- 4,
- 0.19955,
- "_ESFNPESYELDK_"
- ],
- [
- 19222,
- 3,
- 15,
- 2,
- 0.19955,
- "_KCLELFTELAEDKENYK_"
- ],
- [
- 48775,
- 2,
- 11,
- 3,
- 0.14248,
- "_GSGFTVTGGTEELPEEEGGGGSGGR_"
- ],
- [
- 40559,
- 2,
- 18,
- 4,
- 0.24231,
- "_FQPPQVPDQAPAEAPTEK_"
- ],
- [
- 24532,
- 3,
- 18,
- 8,
- 0.24231,
- "_FYCDYCDTYLTHDSPSVR_"
- ],
- [
- 8026,
- 2,
- 11,
- 2,
- 0.14248,
- "_SLGLSDEEIVK_"
- ],
- [
- 24137,
- 2,
- 26,
- 7,
- 0.35632,
- "_(Acetyl (Protein N-term))MDDREDLVYQAK_"
- ],
- [
- 8478,
- 2,
- 13,
- 3,
- 0.17101,
- "_RLPGPDELFR_"
- ],
- [
- 46340,
- 2,
- 8,
- 3,
- 0.099727,
- "_VEYQEDRNDLVISETELK_"
- ],
- [
- 47605,
- 2,
- 11,
- 4,
- 0.14248,
- "_HGSMVSLVSGASGYSATSTSSFK_"
- ],
- [
- 15316,
- 4,
- 19,
- 6,
- 0.25656,
- "_ATFHTPFSHLGQSPEGCSSYTFPK_"
- ],
- [
- 15450,
- 3,
- 11,
- 3,
- 0.14248,
- "_EQSLDALQTHYDELQAR_"
- ],
- [
- 1110,
- 2,
- 9,
- 3,
- 0.114,
- "_IVPPWAPPK_"
- ],
- [
- 15853,
- 2,
- 14,
- 4,
- 0.18529,
- "_WGTLTDCVVM(Oxidation (M))R_"
- ],
- [
- 32282,
- 2,
- 10,
- 5,
- 0.12823,
- "_DQVLSLSHEIEECR_"
- ],
- [
- 5678,
- 3,
- 10,
- 5,
- 0.12823,
- "_KHFPSVNWLISYSK_"
- ],
- [
- 15681,
- 2,
- 16,
- 5,
- 0.21379,
- "_IHVLEAQDLIAK_"
- ],
- [
- 18250,
- 2,
- 14,
- 3,
- 0.18529,
- "_LLTIGDANGEIQR_"
- ],
- [
- 7378,
- 4,
- 14,
- 3,
- 0.18529,
- "_FHGYFKFQGQDTILDYTLR_"
- ],
- [
- 33782,
- 2,
- 16,
- 4,
- 0.21379,
- "_TAVPSPVEAAAASDPAAAR_"
- ],
- [
- 12048,
- 2,
- 14,
- 4,
- 0.18529,
- "_LVENCVCLLR_"
- ],
- [
- 26162,
- 4,
- 11,
- 6,
- 0.14248,
- "_TSNLSENCHLYEESPQPIGSLGHDADLR_"
- ],
- [
- 13040,
- 3,
- 14,
- 4,
- 0.18529,
- "_LGGNYGPTVLVQQEALKR_"
- ],
- [
- 18976,
- 3,
- 9,
- 6,
- 0.114,
- "_QEIGNLDKHEELEELVAR_"
- ],
- [
- 26650,
- 2,
- 10,
- 4,
- 0.12823,
- "_ETGDPGGQLVLAGDPR_"
- ],
- [
- 12430,
- 2,
- 16,
- 2,
- 0.21379,
- "_IIFSEHLPLSK_"
- ],
- [
- 17799,
- 3,
- 12,
- 2,
- 0.15675,
- "_SIFSVHCNVPLAHDFTNK_"
- ],
- [
- 22323,
- 2,
- 20,
- 4,
- 0.2708,
- "_NVNVQNFHISWK_"
- ],
- [
- 7400,
- 2,
- 20,
- 3,
- 0.2708,
- "_NNNTDLMILK_"
- ],
- [
- 6505,
- 4,
- 15,
- 4,
- 0.19955,
- "_ICNAVSPDKDVDGFHVINVGR_"
- ],
- [
- 1022,
- 2,
- 13,
- 3,
- 0.17101,
- "_ILTLSQIGR_"
- ],
- [
- 472,
- 3,
- 15,
- 5,
- 0.19955,
- "_IETLDPALIRPGR_"
- ],
- [
- 45329,
- 2,
- 9,
- 4,
- 0.114,
- "_(Acetyl (Protein N-term))MDTESTYSGYSYYSSHSK_"
- ],
- [
- 25085,
- 2,
- 13,
- 4,
- 0.17101,
- "_TPGTGSLAAAVETASGR_"
- ],
- [
- 17407,
- 3,
- 13,
- 5,
- 0.17101,
- "_AYPYMEGEPEDDVYLKR_"
- ],
- [
- 11217,
- 2,
- 7,
- 4,
- 0.085488,
- "_EAEEEFWYR_"
- ],
- [
- 12766,
- 2,
- 13,
- 2,
- 0.17101,
- "_MIEEAGAIISTR_"
- ],
- [
- 19919,
- 3,
- 10,
- 4,
- 0.12822,
- "_KQELIEDLQPDINQNVQK_"
- ],
- [
- 521,
- 2,
- 12,
- 3,
- 0.1567,
- "_LLGWIQNK_"
- ],
- [
- 12462,
- 2,
- 9,
- 2,
- 0.11395,
- "_ELGENLPIEDR_"
- ],
- [
- 14908,
- 3,
- 11,
- 5,
- 0.14246,
- "_GSMAGSTGVHDTVVNQLLSK_"
- ],
- [
- 6393,
- 3,
- 11,
- 5,
- 0.14246,
- "_MAFRPGVVDLPEENR_"
- ],
- [
- 33662,
- 2,
- 10,
- 3,
- 0.12822,
- "_CVVSMQGNTTSIINPK_"
- ],
- [
- 26485,
- 2,
- 11,
- 5,
- 0.14246,
- "_ALEADFLTNMHTSK_"
- ],
- [
- 39546,
- 2,
- 10,
- 2,
- 0.12822,
- "_GPHVDVSGPDIDIEGPEGK_"
- ],
- [
- 35735,
- 2,
- 12,
- 3,
- 0.1567,
- "_LVNTQDMSASQVDVAVK_"
- ],
- [
- 4338,
- 2,
- 12,
- 5,
- 0.1567,
- "_LLQAGFSELK_"
- ],
- [
- 39951,
- 2,
- 10,
- 4,
- 0.12822,
- "_SASAPSAHLFDSSQLVSAR_"
- ],
- [
- 34247,
- 2,
- 12,
- 3,
- 0.1567,
- "_FKSDQNLQTALELTR_"
- ],
- [
- 28956,
- 2,
- 12,
- 6,
- 0.1567,
- "_LYEMVSYCQNISK_"
- ],
- [
- 24923,
- 4,
- 10,
- 7,
- 0.12822,
- "_KLETAGEFVDDGTETHFSIGNHDCYIK_"
- ],
- [
- 3840,
- 2,
- 2,
- 3,
- 0.014224,
- "_DSNFAGDLVR_"
- ],
- [
- 21946,
- 4,
- 13,
- 8,
- 0.17097,
- "_TTYPIDETMIHNGPPHNSNFGYSYAK_"
- ],
- [
- 36036,
- 2,
- 10,
- 3,
- 0.12822,
- "_GAEDGTSVQASESCLFR_"
- ],
- [
- 50182,
- 2,
- 12,
- 5,
- 0.1567,
- "_AYMQGEVEFEDGENGEDGAASPR_"
- ],
- [
- 30473,
- 2,
- 8,
- 3,
- 0.099712,
- "_TPGYVVTPHTMNLLK_"
- ],
- [
- 981,
- 3,
- 16,
- 6,
- 0.21377,
- "_QSVFPFESGKPFK_"
- ],
- [
- 23249,
- 3,
- 14,
- 7,
- 0.18523,
- "_EGDYVLFHHEGGVDVGDVDAK_"
- ],
- [
- 2402,
- 2,
- 14,
- 2,
- 0.18523,
- "_LGCFNLTVK_"
- ],
- [
- 33037,
- 3,
- 14,
- 6,
- 0.18523,
- "_EGAMACTVAVEESIAHHYNNQIR_"
- ],
- [
- 36250,
- 2,
- 19,
- 5,
- 0.25653,
- "_TIQEVLEEQSEDEDR_"
- ],
- [
- 16609,
- 2,
- 14,
- 4,
- 0.18523,
- "_PLENLEEEGLPK_"
- ],
- [
- 22301,
- 3,
- 8,
- 4,
- 0.099712,
- "_REALNVFGNDYDTEDGTGVR_"
- ],
- [
- 14312,
- 3,
- 13,
- 5,
- 0.17097,
- "_LSSPCIMVVNHDASSIPR_"
- ],
- [
- 30404,
- 2,
- 14,
- 4,
- 0.18523,
- "_CFAFVHDLCDEEK_"
- ],
- [
- 29393,
- 2,
- 8,
- 3,
- 0.099712,
- "_SSAIGIENIQEVQEK_"
- ],
- [
- 16370,
- 4,
- 13,
- 5,
- 0.17097,
- "_LHQEYVPSAHLSGTCTCLAWAPAR_"
- ],
- [
- 37344,
- 2,
- 9,
- 5,
- 0.11395,
- "_ALSLSQASHAVAALPSGDR_"
- ],
- [
- 7612,
- 2,
- 15,
- 4,
- 0.19952,
- "_DDSNLYINVK_"
- ],
- [
- 7015,
- 2,
- 16,
- 4,
- 0.21377,
- "_VLDSFCEGLK_"
- ],
- [
- 17591,
- 3,
- 13,
- 2,
- 0.17097,
- "_SQVAELNDDDKDDEIVFK_"
- ],
- [
- 3599,
- 2,
- 17,
- 2,
- 0.22802,
- "_VELDNMPLR_"
- ],
- [
- 29319,
- 3,
- 9,
- 5,
- 0.11396,
- "_NSADGLNM(Oxidation (M))FDGTDSCYFHSGPR_"
- ],
- [
- 21486,
- 2,
- 11,
- 4,
- 0.14247,
- "_NHLLQFALESPAK_"
- ],
- [
- 40397,
- 4,
- 10,
- 6,
- 0.1282,
- "_IINLDNESQTTSSSNNEKPGEQEKEEDIAVLAEEK_"
- ],
- [
- 22835,
- 2,
- 14,
- 4,
- 0.18522,
- "_EMFFEDHIDDAK_"
- ],
- [
- 14114,
- 2,
- 18,
- 6,
- 0.24226,
- "_HIEIFTDLSSR_"
- ],
- [
- 4868,
- 2,
- 10,
- 4,
- 0.1282,
- "_LPELQVYTR_"
- ],
- [
- 48114,
- 3,
- 5,
- 4,
- 0.056958,
- "_SGISTNHADYSSSPAGSPGAQVSLYNSPSVASPAR_"
- ],
- [
- 41687,
- 2,
- 9,
- 2,
- 0.11396,
- "_LVQAAQM(Oxidation (M))LQSDPYSVPAR_"
- ],
- [
- 4715,
- 2,
- 16,
- 3,
- 0.21377,
- "_INEILSNALK_"
- ],
- [
- 9323,
- 2,
- 24,
- 3,
- 0.32776,
- "_LEVGTETIIDK_"
- ],
- [
- 37224,
- 2,
- 12,
- 2,
- 0.15671,
- "_NISVASCNSSQVVVAVGR_"
- ],
- [
- 6407,
- 2,
- 22,
- 4,
- 0.29927,
- "_TLQALQIPAAK_"
- ],
- [
- 4510,
- 2,
- 11,
- 4,
- 0.14247,
- "_ITDLYTDLR_"
- ],
- [
- 36165,
- 3,
- 12,
- 7,
- 0.15671,
- "_LHQEYVPSAHLSGTCTCLAWAPAR_"
- ],
- [
- 11852,
- 2,
- 16,
- 5,
- 0.21377,
- "_KLAVNMVPFPR_"
- ],
- [
- 2550,
- 2,
- 12,
- 4,
- 0.15671,
- "_GVEVDPSLIK_"
- ],
- [
- 45332,
- 2,
- 10,
- 5,
- 0.1282,
- "_EASDTGQPIVFSQPESDEAK_"
- ],
- [
- 12257,
- 3,
- 10,
- 6,
- 0.1282,
- "_QITQVYGFYDECLRK_"
- ],
- [
- 25824,
- 2,
- 10,
- 3,
- 0.1282,
- "_DVMEDAVEDRLDR_"
- ],
- [
- 44070,
- 2,
- 14,
- 4,
- 0.18522,
- "_SQVAELNDDDKDDEIVFK_"
- ],
- [
- 21275,
- 3,
- 19,
- 7,
- 0.25653,
- "_EQQEAIEHIDEVQNEIDR_"
- ],
- [
- 263,
- 2,
- 14,
- 4,
- 0.18522,
- "_IVAEEFLK_"
- ],
- [
- 4689,
- 2,
- 10,
- 3,
- 0.18522,
- "_ESFETFINK_"
- ],
- [
- 42263,
- 2,
- 9,
- 5,
- 0.11396,
- "_SPVDYGTSAGVWSQDKWK_"
- ],
- [
- 45011,
- 2,
- 14,
- 5,
- 0.18522,
- "_NGVGTSSSMGSGVSDDVFSSSR_"
- ],
- [
- 43032,
- 2,
- 11,
- 5,
- 0.14247,
- "_HAMYCNGLMEEDTVLTR_"
- ],
- [
- 27921,
- 2,
- 14,
- 5,
- 0.18522,
- "_VLYAYGYYTGEPSK_"
- ],
- [
- 4681,
- 3,
- 11,
- 2,
- 0.14247,
- "_TPGYVVTPHTMNLLK_"
- ],
- [
- 19511,
- 2,
- 14,
- 3,
- 0.18522,
- "_EAGAGGLAIAVEGPSK_"
- ],
- [
- 34188,
- 2,
- 13,
- 6,
- 0.17095,
- "_DDITASLVTTDHSEMK_"
- ],
- [
- 34428,
- 2,
- 11,
- 5,
- 0.14247,
- "_ELDTVTLEDIKEHVK_"
- ],
- [
- 3195,
- 3,
- 11,
- 2,
- 0.14247,
- "_YFEQLLEEEREK_"
- ],
- [
- 8759,
- 2,
- 10,
- 2,
- 0.1282,
- "_ELALNTAQFAK_"
- ],
- [
- 12340,
- 2,
- 14,
- 2,
- 0.18522,
- "_LLAEPAGGLVGER_"
- ],
- [
- 19011,
- 3,
- 9,
- 4,
- 0.11396,
- "_LATLETEAAQHQAVVDGLTR_"
- ],
- [
- 24348,
- 3,
- 11,
- 5,
- 0.14247,
- "_QLIIVHGPPEASQDLAECCR_"
- ],
- [
- 6187,
- 2,
- 8,
- 3,
- 0.099702,
- "_LQIFSVEGQK_"
- ],
- [
- 22474,
- 2,
- 13,
- 3,
- 0.17095,
- "_LRLECADLLETR_"
- ],
- [
- 17374,
- 2,
- 8,
- 3,
- 0.099702,
- "_APSYSGLSMVSGVK_"
- ],
- [
- 16196,
- 4,
- 11,
- 3,
- 0.14247,
- "_EALPHLQINCSHFTTIARPTIGNK_"
- ],
- [
- 22893,
- 2,
- 20,
- 5,
- 0.27078,
- "_QSVFPFESGKPFK_"
- ],
- [
- 13915,
- 2,
- 13,
- 4,
- 0.17095,
- "_LKVPEWVDTVK_"
- ],
- [
- 6134,
- 3,
- 15,
- 5,
- 0.19948,
- "_TGEEIFGTIGMRPNAK_"
- ],
- [
- 5859,
- 2,
- 18,
- 4,
- 0.24226,
- "_ITNNINVLIK_"
- ],
- [
- 45938,
- 2,
- 19,
- 7,
- 0.25653,
- "_NAQAIEDMVGYAQETQHEK_"
- ],
- [
- 16781,
- 3,
- 12,
- 7,
- 0.15671,
- "_FLGPEDSHVVVASNSPCLK_"
- ],
- [
- 2230,
- 3,
- 12,
- 4,
- 0.15671,
- "_GGQTHLGLPVFNTVK_"
- ],
- [
- 36927,
- 3,
- 12,
- 5,
- 0.15671,
- "_SVPQSGPTVRPQEDAWASPGAYGMGGR_"
- ],
- [
- 44797,
- 2,
- 10,
- 3,
- 0.1282,
- "_FNQDQSCFCCAMETGVR_"
- ],
- [
- 9688,
- 2,
- 10,
- 3,
- 0.1282,
- "_VIMDYESLEK_"
- ],
- [
- 23857,
- 3,
- 11,
- 6,
- 0.14244,
- "_YSALHAKPNGLILQYGTAGFR_"
- ],
- [
- 5325,
- 2,
- 10,
- 4,
- 0.1282,
- "_NLLDEELQR_"
- ],
- [
- 30131,
- 2,
- 10,
- 6,
- 0.1282,
- "_VYENYPTYDLTER_"
- ],
- [
- 2238,
- 3,
- 11,
- 5,
- 0.14244,
- "_HPVLLLHPLGGWTK_"
- ],
- [
- 711,
- 2,
- 12,
- 3,
- 0.15671,
- "_VVSEIPVLK_"
- ],
- [
- 45872,
- 2,
- 10,
- 3,
- 0.1282,
- "_MQMLEDEDDLAYAETEKK_"
- ],
- [
- 27621,
- 3,
- 11,
- 5,
- 0.14244,
- "_IPMTPTSSFVSPPPPTASPHSNR_"
- ],
- [
- 45236,
- 2,
- 8,
- 3,
- 0.099704,
- "_SLSSSMQSLSSGSSPGSLTSSR_"
- ],
- [
- 27625,
- 2,
- 12,
- 2,
- 0.15671,
- "_TVQIEASTVEIEER_"
- ],
- [
- 41519,
- 2,
- 12,
- 7,
- 0.15671,
- "_FQMTQEVVCDECPNVK_"
- ],
- [
- 10999,
- 2,
- 12,
- 5,
- 0.15671,
- "_LANLPEEVIQK_"
- ],
- [
- 33449,
- 2,
- 8,
- 2,
- 0.099704,
- "_LAEVCCTSIVYATEK_"
- ],
- [
- 762,
- 2,
- 11,
- 5,
- 0.14244,
- "_LQVTMPGIK_"
- ],
- [
- 33130,
- 2,
- 12,
- 2,
- 0.15671,
- "_AEQQQVVQIPQQALR_"
- ],
- [
- 31911,
- 2,
- 13,
- 5,
- 0.17094,
- "_NQPTNVTLSSGFVADR_"
- ],
- [
- 28187,
- 2,
- 13,
- 4,
- 0.17094,
- "_VAVVDYVEPSPQGTR_"
- ],
- [
- 29958,
- 3,
- 19,
- 7,
- 0.2565,
- "_YNGVFQECCQAEDKGACLLPK_"
- ],
- [
- 41145,
- 3,
- 15,
- 7,
- 0.19946,
- "_TTYPIDETMIHNGPPHNSNFGYSYAK_"
- ],
- [
- 7426,
- 3,
- 15,
- 5,
- 0.19946,
- "_FKSDQNLQTALELTR_"
- ],
- [
- 2833,
- 2,
- 17,
- 4,
- 0.228,
- "_LALASLGYEK_"
- ],
- [
- 29075,
- 3,
- 17,
- 5,
- 0.228,
- "_VVM(Oxidation (M))ALGDYMGASCHACIGGTNVR_"
- ],
- [
- 20490,
- 2,
- 17,
- 4,
- 0.228,
- "_IESLSSQLSNLQK_"
- ],
- [
- 21817,
- 2,
- 17,
- 4,
- 0.228,
- "_VLPSNAVWMENSK_"
- ],
- [
- 17012,
- 3,
- 14,
- 6,
- 0.18519,
- "_KAGTQIENIEEDFRDGLK_"
- ],
- [
- 42234,
- 2,
- 14,
- 3,
- 0.18519,
- "_RYEEELEINDFPQTAR_"
- ],
- [
- 5651,
- 4,
- 14,
- 2,
- 0.18519,
- "_VKLEGHELPADLPPHLVPPSK_"
- ],
- [
- 25416,
- 2,
- 18,
- 5,
- 0.24226,
- "_EAYPGDVFYLHSR_"
- ],
- [
- 28558,
- 4,
- 19,
- 7,
- 0.2565,
- "_MVDENCVGFDHTVKPVSDMELETPTDKR_"
- ],
- [
- 5033,
- 2,
- 14,
- 3,
- 0.18519,
- "_EQILEEFSK_"
- ],
- [
- 22197,
- 2,
- 15,
- 3,
- 0.19946,
- "_RWEVADLQPQLK_"
- ],
- [
- 40190,
- 2,
- 13,
- 6,
- 0.17094,
- "_LCSVEQDLAMGSDAEGEK_"
- ],
- [
- 16187,
- 2,
- 11,
- 3,
- 0.14242,
- "_VALWNEVDGQTK_"
- ],
- [
- 40300,
- 3,
- 12,
- 6,
- 0.15666,
- "_SHVEDGDIAGAPASSPEAPPAEQDPVQLK_"
- ],
- [
- 10530,
- 2,
- 14,
- 6,
- 0.18517,
- "_LKDLEALLNSK_"
- ],
- [
- 5665,
- 2,
- 21,
- 3,
- 0.285,
- "_HINDSAPEVR_"
- ],
- [
- 4246,
- 2,
- 13,
- 5,
- 0.17093,
- "_CGPLIDLCR_"
- ],
- [
- 48986,
- 2,
- 13,
- 4,
- 0.17093,
- "_(Acetyl (Protein N-term))MVEKEEAGGGISEEEAAQYDR_"
- ],
- [
- 21826,
- 2,
- 13,
- 5,
- 0.17093,
- "_IYVGNASVAQDIPK_"
- ],
- [
- 2864,
- 2,
- 9,
- 3,
- 0.11393,
- "_IESFVETLK_"
- ],
- [
- 2631,
- 2,
- 14,
- 4,
- 0.18517,
- "_IKVDFVIPK_"
- ],
- [
- 5469,
- 3,
- 8,
- 3,
- 0.099659,
- "_HFDFDLEDFKGNSK_"
- ],
- [
- 10097,
- 2,
- 19,
- 2,
- 0.25648,
- "_YQELINDIAR_"
- ],
- [
- 19046,
- 2,
- 7,
- 2,
- 0.085419,
- "_LEDLLQDAQDEK_"
- ],
- [
- 24613,
- 2,
- 3,
- 2,
- 0.028461,
- "_SYLTEQVNQDLPK_"
- ],
- [
- 36624,
- 2,
- 14,
- 4,
- 0.18517,
- "_DAWASPCHSYPLVATR_"
- ],
- [
- 15561,
- 3,
- 13,
- 4,
- 0.17093,
- "_ERVEAGDVIYIEANSGAVK_"
- ],
- [
- 34981,
- 2,
- 16,
- 3,
- 0.21369,
- "_HLPDQEQLNSLSQFK_"
- ],
- [
- 10007,
- 2,
- 8,
- 2,
- 0.099659,
- "_SLGEEIQESLK_"
- ],
- [
- 26059,
- 2,
- 15,
- 4,
- 0.19942,
- "_GGQTHLGLPVFNTVK_"
- ],
- [
- 31506,
- 2,
- 7,
- 2,
- 0.085419,
- "_TETSETEITTTEIIK_"
- ],
- [
- 33219,
- 2,
- 14,
- 5,
- 0.18517,
- "_MQHNVLVAEVTQQLK_"
- ],
- [
- 21102,
- 3,
- 14,
- 6,
- 0.18517,
- "_QATDHQELVEIPTRPLLTK_"
- ],
- [
- 39328,
- 2,
- 13,
- 3,
- 0.17093,
- "_HPVSLEQYLM(Oxidation (M))EGSYNK_"
- ],
- [
- 45566,
- 2,
- 9,
- 2,
- 0.11393,
- "_ALVGGSSGVTPSNDQSPWEEK_"
- ],
- [
- 11604,
- 2,
- 17,
- 4,
- 0.22794,
- "_LESDYEILER_"
- ],
- [
- 36410,
- 2,
- 22,
- 6,
- 0.29924,
- "_ELQELVQYPVEHPDK_"
- ],
- [
- 587,
- 2,
- 17,
- 5,
- 0.22794,
- "_YDGIILPGK_"
- ],
- [
- 38788,
- 2,
- 13,
- 5,
- 0.17093,
- "_GHVTQDAPIPGSPLYTIK_"
- ],
- [
- 33195,
- 2,
- 13,
- 5,
- 0.17093,
- "_YSYLQQDLPDNPER_"
- ],
- [
- 25603,
- 3,
- 14,
- 2,
- 0.18517,
- "_SLFSPQNTLAAPTGHPPTSGVEK_"
- ],
- [
- 20047,
- 3,
- 22,
- 5,
- 0.29924,
- "_GGRPNEIEPPPPEMPPWQK_"
- ],
- [
- 40950,
- 2,
- 10,
- 3,
- 0.12816,
- "_SLQCENLKDTVENLTAK_"
- ],
- [
- 26232,
- 2,
- 17,
- 4,
- 0.22794,
- "_SEPSQHVVLSLTFK_"
- ],
- [
- 11410,
- 2,
- 10,
- 3,
- 0.12816,
- "_EDMTPLNLSSR_"
- ],
- [
- 37102,
- 2,
- 10,
- 5,
- 0.12816,
- "_NDNDSWDYTKPYLGR_"
- ],
- [
- 13939,
- 2,
- 12,
- 2,
- 0.15666,
- "_SEATFQFTVER_"
- ],
- [
- 6890,
- 2,
- 21,
- 4,
- 0.285,
- "_VLAELYVSDR_"
- ],
- [
- 1739,
- 2,
- 5,
- 3,
- 0.056935,
- "_EEIGILVEK_"
- ],
- [
- 43407,
- 2,
- 21,
- 8,
- 0.285,
- "_TYADYESVNECMEGVCK_"
- ],
- [
- 3673,
- 2,
- 13,
- 4,
- 0.1709,
- "_SLNDLIEER_"
- ],
- [
- 17579,
- 2,
- 8,
- 2,
- 0.099658,
- "_YGFIEGHVVIPR_"
- ],
- [
- 11447,
- 3,
- 13,
- 5,
- 0.1709,
- "_GHVTQDAPIPGSPLYTIK_"
- ],
- [
- 3346,
- 2,
- 17,
- 4,
- 0.22792,
- "_EGPFYPTLR_"
- ],
- [
- 5098,
- 3,
- 8,
- 2,
- 0.099658,
- "_EIEIDIEPTDKVER_"
- ],
- [
- 14455,
- 2,
- 18,
- 5,
- 0.24218,
- "_YIAIVSTTVETK_"
- ],
- [
- 20064,
- 2,
- 10,
- 5,
- 0.12817,
- "_LVPGWTKPITIGR_"
- ],
- [
- 28084,
- 2,
- 12,
- 2,
- 0.15666,
- "_ESEPAPASVTALTDAR_"
- ],
- [
- 12731,
- 3,
- 15,
- 5,
- 0.19941,
- "_TPAPATTTSHNPLANILSK_"
- ],
- [
- 48401,
- 2,
- 10,
- 3,
- 0.12817,
- "_FLGSDEEDKDSLQELSTEQK_"
- ],
- [
- 28897,
- 2,
- 10,
- 2,
- 0.12817,
- "_DEEKMELQEIQLK_"
- ],
- [
- 5163,
- 2,
- 11,
- 4,
- 0.1424,
- "_MLLYTEVTR_"
- ],
- [
- 36201,
- 2,
- 11,
- 2,
- 0.1424,
- "_AAVFLALEEQEKVENK_"
- ],
- [
- 42277,
- 2,
- 11,
- 5,
- 0.1424,
- "_LPVQECLSYPTCTQCR_"
- ],
- [
- 32715,
- 2,
- 11,
- 3,
- 0.1424,
- "_LQLEQQVATGPALDNK_"
- ],
- [
- 16314,
- 3,
- 19,
- 8,
- 0.25647,
- "_SPSELFAQHIVTIVHHVK_"
- ],
- [
- 9796,
- 2,
- 5,
- 3,
- 0.056951,
- "_QLNLENVVGDK_"
- ],
- [
- 2714,
- 2,
- 13,
- 3,
- 0.1709,
- "_VPYVIISAAK_"
- ],
- [
- 40810,
- 3,
- 12,
- 6,
- 0.15666,
- "_QRLPAPPSGAESSGSLSLTAPTPEQESSR_"
- ],
- [
- 46403,
- 2,
- 12,
- 5,
- 0.15666,
- "_EDVQHSIITDLQNGNDQTR_"
- ],
- [
- 12848,
- 3,
- 20,
- 2,
- 0.27072,
- "_VELAQLQEEWNEHNAK_"
- ],
- [
- 14599,
- 2,
- 9,
- 4,
- 0.1139,
- "_LSTDHIPILYR_"
- ],
- [
- 45615,
- 2,
- 20,
- 6,
- 0.27072,
- "_SADESGQALLAAGHYASDEVR_"
- ],
- [
- 8316,
- 2,
- 3,
- 2,
- 0.056951,
- "_FHLISPLIQK_"
- ],
- [
- 30150,
- 3,
- 12,
- 7,
- 0.15666,
- "_VQSTAFFSGDQASTDKEEDYIR_"
- ],
- [
- 26934,
- 2,
- 12,
- 5,
- 0.15666,
- "_KLEMEDYPSFMAK_"
- ],
- [
- 24823,
- 2,
- 8,
- 2,
- 0.099658,
- "_TLTTVQGIADDYDK_"
- ],
- [
- 16375,
- 3,
- 14,
- 7,
- 0.18517,
- "_FLCADYAEQDELDYHR_"
- ],
- [
- 12207,
- 3,
- 15,
- 6,
- 0.19941,
- "_GPHVDVSGPDIDIEGPEGK_"
- ],
- [
- 42002,
- 2,
- 14,
- 7,
- 0.18517,
- "_GSMAGSTGVHDTVVNQLLSK_"
- ],
- [
- 40174,
- 2,
- 16,
- 5,
- 0.21365,
- "_VELAQLQEEWNEHNAK_"
- ],
- [
- 7571,
- 3,
- 15,
- 6,
- 0.19941,
- "_ELDTVTLEDIKEHVK_"
- ],
- [
- 19743,
- 3,
- 16,
- 6,
- 0.21365,
- "_SADESGQALLAAGHYASDEVR_"
- ],
- [
- 20119,
- 3,
- 14,
- 4,
- 0.18517,
- "_MQMLEDEDDLAYAETEKK_"
- ],
- [
- 25466,
- 2,
- 15,
- 5,
- 0.19941,
- "_(Acetyl (Protein N-term))AQQAADKYLYVDK_"
- ],
- [
- 12064,
- 2,
- 13,
- 4,
- 0.1709,
- "_AFGSTIVINPEK_"
- ],
- [
- 24631,
- 3,
- 15,
- 5,
- 0.19941,
- "_SRWDETPASQMGGSTPVLTPGK_"
- ],
- [
- 40912,
- 2,
- 14,
- 6,
- 0.18517,
- "_TSDANETEDHLESLICK_"
- ],
- [
- 24731,
- 2,
- 14,
- 6,
- 0.18517,
- "_DYIAYAHSTIMPR_"
- ],
- [
- 20632,
- 2,
- 15,
- 7,
- 0.19939,
- "_KVEEVVYDLSIR_"
- ],
- [
- 26213,
- 3,
- 12,
- 5,
- 0.15662,
- "_TPSNEHAAVWVPDSEATVCMR_"
- ],
- [
- 46662,
- 2,
- 13,
- 4,
- 0.17088,
- "_DPQELLEGGNQGEGDPQAEGR_"
- ],
- [
- 17979,
- 4,
- 12,
- 6,
- 0.15662,
- "_VGTVIGSNKLEQMPSKEDAIEHFMK_"
- ],
- [
- 46504,
- 2,
- 16,
- 5,
- 0.21363,
- "_QLALEQLDEQDGDAEQSNGK_"
- ],
- [
- 11822,
- 4,
- 15,
- 8,
- 0.19939,
- "_GLPVTCEVAPHHLFLSHDDLER_"
- ],
- [
- 38555,
- 2,
- 15,
- 7,
- 0.19939,
- "_AADEEAFEDNSEEYIR_"
- ],
- [
- 33254,
- 2,
- 12,
- 5,
- 0.15662,
- "_YIAIASTTVETTDPEK_"
- ],
- [
- 3267,
- 3,
- 15,
- 4,
- 0.19939,
- "_LPVPAAAPTPWETHK_"
- ],
- [
- 37560,
- 2,
- 14,
- 4,
- 0.18512,
- "_HMIMANPQMQQLMER_"
- ],
- [
- 30070,
- 2,
- 17,
- 7,
- 0.22787,
- "_NLDYVATSIHEAVTK_"
- ],
- [
- 39851,
- 2,
- 9,
- 3,
- 0.11388,
- "_SDPDGGDSPLPASGGPLTCK_"
- ],
- [
- 49036,
- 2,
- 16,
- 5,
- 0.21363,
- "_TVTSGSIQPVTQAPQAGQMVDTK_"
- ],
- [
- 34469,
- 2,
- 16,
- 2,
- 0.21363,
- "_VSLEETAQLPSAPQGSR_"
- ],
- [
- 6372,
- 3,
- 10,
- 2,
- 0.12812,
- "_IYVMATHGILSAEAPR_"
- ],
- [
- 48880,
- 2,
- 8,
- 4,
- 0.099639,
- "_QTEDVAEVLNHCASSNWSER_"
- ],
- [
- 19900,
- 2,
- 11,
- 4,
- 0.14239,
- "_LLVGNDDVHIIAR_"
- ],
- [
- 13235,
- 3,
- 15,
- 3,
- 0.19939,
- "_VNIEGGAIALGHPLGASGCR_"
- ],
- [
- 17149,
- 2,
- 11,
- 4,
- 0.14239,
- "_EDFSGYDFENR_"
- ],
- [
- 2370,
- 2,
- 16,
- 2,
- 0.21363,
- "_YATLPNIMK_"
- ],
- [
- 33576,
- 2,
- 11,
- 5,
- 0.14239,
- "_IQYEMEYTEGISQR_"
- ],
- [
- 33377,
- 2,
- 11,
- 4,
- 0.14239,
- "_AETLASSLQEDLAHTR_"
- ],
- [
- 7917,
- 2,
- 11,
- 3,
- 0.14239,
- "_(Acetyl (Protein N-term))ADAWEEIRR_"
- ],
- [
- 6678,
- 2,
- 16,
- 3,
- 0.21363,
- "_TVFSPTLPAAR_"
- ],
- [
- 21582,
- 3,
- 11,
- 5,
- 0.14239,
- "_AAYLNMSEDPSHPSMALNTR_"
- ],
- [
- 37732,
- 2,
- 11,
- 6,
- 0.14239,
- "_QYDSVECPFCDEVSK_"
- ],
- [
- 31583,
- 2,
- 12,
- 3,
- 0.15662,
- "_AALNGADIYAGCCTLK_"
- ],
- [
- 11021,
- 3,
- 16,
- 4,
- 0.21363,
- "_KDEKTDTLEDLFPTTK_"
- ],
- [
- 7828,
- 3,
- 14,
- 4,
- 0.18512,
- "_DDVVLPALHFHQGDSK_"
- ],
- [
- 13170,
- 2,
- 14,
- 5,
- 0.18512,
- "_TSCEFTGDILR_"
- ],
- [
- 41353,
- 2,
- 6,
- 3,
- 0.071168,
- "_GDQVAALQGHQSVIQALSR_"
- ],
- [
- 40532,
- 2,
- 14,
- 7,
- 0.18512,
- "_VNIEGGAIALGHPLGASGCR_"
- ],
- [
- 43178,
- 2,
- 14,
- 6,
- 0.18512,
- "_FLCADYAEQDELDYHR_"
- ],
- [
- 11371,
- 2,
- 13,
- 4,
- 0.17088,
- "_IVEIPFNSTNK_"
- ],
- [
- 6459,
- 3,
- 14,
- 4,
- 0.18512,
- "_VKPAPDETSFSEALLK_"
- ],
- [
- 12909,
- 2,
- 19,
- 5,
- 0.2564,
- "_IEYDCELVPR_"
- ],
- [
- 14225,
- 3,
- 14,
- 3,
- 0.18512,
- "_KVEHPVEMGLDLEQSLR_"
- ],
- [
- 1924,
- 3,
- 19,
- 5,
- 0.2564,
- "_EAYPGDVFYLHSR_"
- ],
- [
- 32261,
- 2,
- 12,
- 4,
- 0.15663,
- "_STQAATQVVLNVPETR_"
- ],
- [
- 13621,
- 3,
- 16,
- 6,
- 0.21364,
- "_TSDANETEDHLESLICK_"
- ],
- [
- 24911,
- 4,
- 25,
- 6,
- 0.34194,
- "_SKPELPPGLSPEATAPVTPSRPEGGEPGLSK_"
- ],
- [
- 26039,
- 3,
- 16,
- 7,
- 0.21364,
- "_GLEYLYLNVHDEDRDDQTR_"
- ],
- [
- 30893,
- 3,
- 13,
- 4,
- 0.17087,
- "_FPDEDEILEKDEALEDEDNKK_"
- ],
- [
- 24806,
- 2,
- 8,
- 5,
- 0.099638,
- "_FLEESVSMSPEER_"
- ],
- [
- 21407,
- 2,
- 13,
- 5,
- 0.17087,
- "_AYCVLVTGPNMGGK_"
- ],
- [
- 40648,
- 3,
- 12,
- 4,
- 0.15663,
- "_LAATEQYHQVLCPGPSQDDPLHPLNK_"
- ],
- [
- 46742,
- 2,
- 12,
- 4,
- 0.15663,
- "_MTGTLETQFTCPFCNHEK_"
- ],
- [
- 25276,
- 3,
- 12,
- 6,
- 0.15663,
- "_EIELLCQEHGQENDDLVQR_"
- ],
- [
- 17286,
- 3,
- 9,
- 5,
- 0.11388,
- "_TFTMMGPSESDNFSHNLR_"
- ],
- [
- 36768,
- 2,
- 28,
- 5,
- 0.38469,
- "_PLEVAIEASNGASDYGNK_"
- ],
- [
- 28363,
- 2,
- 12,
- 6,
- 0.15663,
- "_DLEHSLQMEAYER_"
- ],
- [
- 44541,
- 3,
- 15,
- 7,
- 0.19936,
- "_QSGQTDPLQKEELQSGVDAANSAAQQYQR_"
- ],
- [
- 28491,
- 2,
- 7,
- 2,
- 0.085414,
- "_IQMSSMESQNSLLR_"
- ],
- [
- 21446,
- 3,
- 14,
- 4,
- 0.18513,
- "_MTGTLETQFTCPFCNHEK_"
- ],
- [
- 29798,
- 2,
- 13,
- 5,
- 0.17087,
- "_EAEDGIIAYDDCGVK_"
- ],
- [
- 20901,
- 2,
- 19,
- 6,
- 0.25639,
- "_MFVGGLSWDTSKK_"
- ],
- [
- 43341,
- 2,
- 14,
- 4,
- 0.18513,
- "_KDEELDPMDPSSYSDAPR_"
- ],
- [
- 38592,
- 2,
- 4,
- 3,
- 0.042703,
- "_DPPLFCSCSHVTVVDR_"
- ],
- [
- 14388,
- 2,
- 11,
- 5,
- 0.14236,
- "_MLGTEGGEGFVVK_"
- ],
- [
- 25650,
- 2,
- 23,
- 5,
- 0.31343,
- "_KAEVTLDGVWPTDK_"
- ],
- [
- 35454,
- 2,
- 18,
- 3,
- 0.24212,
- "_LYQIPQTDMAECAEK_"
- ],
- [
- 3051,
- 3,
- 18,
- 3,
- 0.24212,
- "_KLEAAEDIAYQLSR_"
- ],
- [
- 10561,
- 2,
- 22,
- 4,
- 0.29919,
- "_(Acetyl (Protein N-term))AAQGEPQVQFK_"
- ],
- [
- 1119,
- 2,
- 15,
- 3,
- 0.19936,
- "_ESWISDIR_"
- ],
- [
- 27766,
- 2,
- 22,
- 6,
- 0.29919,
- "_KLEAAEDIAYQLSR_"
- ],
- [
- 6860,
- 2,
- 12,
- 3,
- 0.15663,
- "_KISELDAFLK_"
- ],
- [
- 2997,
- 2,
- 14,
- 4,
- 0.18513,
- "_LNQVLVDIR_"
- ],
- [
- 20395,
- 3,
- 14,
- 7,
- 0.18513,
- "_ESWEMNSEEKLEQSTIVK_"
- ],
- [
- 50058,
- 2,
- 11,
- 5,
- 0.14236,
- "_LGLGLDDESNNQQAAATQSPGDSR_"
- ],
- [
- 427,
- 2,
- 16,
- 5,
- 0.21364,
- "_LIINSLYK_"
- ],
- [
- 1662,
- 3,
- 13,
- 7,
- 0.17087,
- "_THLPGFVEQAEALK_"
- ],
- [
- 34293,
- 2,
- 11,
- 4,
- 0.14236,
- "_YDGYTSCPLVTGYNR_"
- ],
- [
- 17703,
- 2,
- 16,
- 4,
- 0.21364,
- "_DNWTDAEGYYR_"
- ],
- [
- 39370,
- 2,
- 10,
- 5,
- 0.12814,
- "_LTGDVEELEIQEKPALK_"
- ],
- [
- 4039,
- 2,
- 10,
- 3,
- 0.12814,
- "_EAFETFINK_"
- ],
- [
- 13656,
- 2,
- 13,
- 5,
- 0.17089,
- "_TNPEYIYAPLK_"
- ],
- [
- 16664,
- 2,
- 10,
- 3,
- 0.12814,
- "_TLALQQQLQAVR_"
- ],
- [
- 24086,
- 2,
- 7,
- 5,
- 0.085422,
- "_EAMECSDVIWQR_"
- ],
- [
- 34212,
- 3,
- 10,
- 6,
- 0.12814,
- "_YHFLHSADGEGCANMLVEYSTSR_"
- ],
- [
- 848,
- 2,
- 13,
- 2,
- 0.17089,
- "_QLAEDFLR_"
- ],
- [
- 25715,
- 3,
- 11,
- 4,
- 0.14238,
- "_VCALLSCTSHKDYPFHEEF_"
- ],
- [
- 38169,
- 2,
- 11,
- 4,
- 0.14238,
- "_IDSVAAQPTATSPVVYTR_"
- ],
- [
- 4563,
- 3,
- 11,
- 4,
- 0.14238,
- "_TQVELLEAPTPALKR_"
- ],
- [
- 27966,
- 2,
- 12,
- 3,
- 0.15662,
- "_VDHVQMIVLDEADK_"
- ],
- [
- 44521,
- 2,
- 18,
- 6,
- 0.24213,
- "_TTTTNTQVEGDDEAAFLER_"
- ],
- [
- 4499,
- 2,
- 16,
- 3,
- 0.21362,
- "_DLGFNGAPYR_"
- ],
- [
- 14814,
- 2,
- 12,
- 3,
- 0.15662,
- "_EFMANTESYLK_"
- ],
- [
- 12568,
- 2,
- 12,
- 4,
- 0.15662,
- "_TAVFGFETSEAK_"
- ],
- [
- 42660,
- 2,
- 11,
- 5,
- 0.14238,
- "_ALSNSVSNMGLSESSSLGSAK_"
- ],
- [
- 23739,
- 3,
- 11,
- 4,
- 0.14238,
- "_TSLKEDEDKSGPIFIVVPNGK_"
- ],
- [
- 32863,
- 2,
- 13,
- 4,
- 0.17089,
- "_IYVMATHGILSAEAPR_"
- ],
- [
- 1457,
- 2,
- 13,
- 2,
- 0.17089,
- "_GQVEVFALR_"
- ],
- [
- 26804,
- 3,
- 5,
- 2,
- 0.056961,
- "_GLAPPPPTSASPSLLSNRPPPPAR_"
- ],
- [
- 24490,
- 3,
- 14,
- 4,
- 0.18512,
- "_FLGSDEEDKDSLQELSTEQK_"
- ],
- [
- 13755,
- 2,
- 8,
- 2,
- 0.099672,
- "_AKELLGQGLLLR_"
- ],
- [
- 32324,
- 3,
- 17,
- 6,
- 0.22789,
- "_RSYDVPPPPMEPDHPFYSNISK_"
- ],
- [
- 12041,
- 2,
- 8,
- 2,
- 0.099672,
- "_AMEAAQLADDLK_"
- ],
- [
- 18194,
- 3,
- 19,
- 5,
- 0.25638,
- "_IYEFPETDDEEENKLVK_"
- ],
- [
- 48793,
- 2,
- 14,
- 3,
- 0.18512,
- "_EIELLCQEHGQENDDLVQR_"
- ],
- [
- 25552,
- 2,
- 9,
- 2,
- 0.1139,
- "_VSTTLNVAQAYYAR_"
- ],
- [
- 44178,
- 2,
- 17,
- 4,
- 0.22789,
- "_AQQELVPPQQQASPPQLPK_"
- ],
- [
- 10959,
- 2,
- 9,
- 5,
- 0.1139,
- "_QMDSNWTLMK_"
- ],
- [
- 31212,
- 2,
- 14,
- 5,
- 0.18512,
- "_NEKDNALLSAIEESR_"
- ],
- [
- 7827,
- 2,
- 6,
- 2,
- 0.071187,
- "_TSEFTAAFVGR_"
- ],
- [
- 15088,
- 3,
- 16,
- 5,
- 0.21362,
- "_SNCKPSTFAYPAPLEVPK_"
- ],
- [
- 20890,
- 3,
- 15,
- 6,
- 0.19938,
- "_EDVQHSIITDLQNGNDQTR_"
- ],
- [
- 114,
- 3,
- 14,
- 6,
- 0.18512,
- "_YGFIEGHVVIPR_"
- ],
- [
- 45057,
- 3,
- 14,
- 7,
- 0.18512,
- "_SEGSSCALESPGSVPVGICHGSLGEPQGNQGK_"
- ],
- [
- 26920,
- 3,
- 16,
- 2,
- 0.21362,
- "_HVVWHPSQELLASASYDDTVK_"
- ],
- [
- 47097,
- 2,
- 14,
- 6,
- 0.18512,
- "_SPWSNKYDPPLEDGAMPSAR_"
- ],
- [
- 21334,
- 4,
- 13,
- 4,
- 0.17087,
- "_LAATEQYHQVLCPGPSQDDPLHPLNK_"
- ],
- [
- 17556,
- 2,
- 13,
- 5,
- 0.17087,
- "_ESEDFIVEQYK_"
- ],
- [
- 29346,
- 3,
- 15,
- 8,
- 0.19937,
- "_SKPESNEQVLSCEYITLNEPK_"
- ],
- [
- 20506,
- 3,
- 9,
- 5,
- 0.11392,
- "_ELAQQIGSHHISLNIDPAVK_"
- ],
- [
- 21290,
- 2,
- 6,
- 2,
- 0.071207,
- "_ADVIITSGGVSMGEK_"
- ],
- [
- 25175,
- 2,
- 14,
- 2,
- 0.18514,
- "_DMESPTKLDVTLAK_"
- ],
- [
- 5337,
- 2,
- 13,
- 4,
- 0.17087,
- "_TPVEVPVGGFK_"
- ],
- [
- 2594,
- 3,
- 11,
- 2,
- 0.14239,
- "_EEKDELGEQVLGLK_"
- ],
- [
- 41691,
- 2,
- 13,
- 5,
- 0.17087,
- "_TEIVFTGEKEQLAQAVAR_"
- ],
- [
- 23934,
- 2,
- 11,
- 4,
- 0.14239,
- "_LGSESQYSPTPLLK_"
- ],
- [
- 27018,
- 3,
- 15,
- 5,
- 0.19937,
- "_RVIISAPSADAPM(Oxidation (M))FVMGVNHEK_"
- ],
- [
- 48424,
- 2,
- 8,
- 2,
- 0.099668,
- "_LLGSSASSPGYQSSYQVGINQR_"
- ],
- [
- 7050,
- 3,
- 15,
- 4,
- 0.19937,
- "_DHMAQHFNGLLEIAR_"
- ],
- [
- 46054,
- 2,
- 14,
- 7,
- 0.18514,
- "_ESWEMNSEEKLEQSTIVK_"
- ],
- [
- 9402,
- 2,
- 11,
- 4,
- 0.14239,
- "_HSTLDFMLGAK_"
- ],
- [
- 1024,
- 3,
- 9,
- 3,
- 0.11392,
- "_FRLEAPDADELPK_"
- ],
- [
- 37307,
- 2,
- 20,
- 6,
- 0.27062,
- "_QYTSPEEIDAQLQAEK_"
- ],
- [
- 36102,
- 2,
- 15,
- 4,
- 0.19937,
- "_EGEVTTMNHEDLSLLK_"
- ],
- [
- 49067,
- 2,
- 11,
- 4,
- 0.14239,
- "_EAMEDGEIDGNKVTLDWAKPK_"
- ],
- [
- 16625,
- 3,
- 17,
- 7,
- 0.22787,
- "_KDEELDPMDPSSYSDAPR_"
- ],
- [
- 5175,
- 2,
- 17,
- 4,
- 0.22787,
- "_LIADVAPSAIR_"
- ],
- [
- 29228,
- 4,
- 15,
- 7,
- 0.19937,
- "_KTDQVPEINDWTHCVETSQSQSHTLAIR_"
- ],
- [
- 1666,
- 2,
- 9,
- 3,
- 0.11392,
- "_MYLMLDNK_"
- ],
- [
- 38398,
- 2,
- 15,
- 8,
- 0.19937,
- "_IFVGGIKEDTEEYNLR_"
- ],
- [
- 3244,
- 2,
- 9,
- 3,
- 0.11392,
- "_VNLLEMDDK_"
- ],
- [
- 37217,
- 2,
- 9,
- 3,
- 0.11392,
- "_NILHACVSVCFPTSNK_"
- ],
- [
- 43722,
- 2,
- 11,
- 6,
- 0.14239,
- "_NSADDEELTNDSLTLSQSK_"
- ],
- [
- 37290,
- 2,
- 22,
- 7,
- 0.29915,
- "_EITGIGPSTTTETETIAK_"
- ],
- [
- 11339,
- 4,
- 17,
- 5,
- 0.22787,
- "_FPDEDEILEKDEALEDEDNKK_"
- ],
- [
- 15998,
- 4,
- 10,
- 5,
- 0.12819,
- "_DFHPSDHTELEEYRPEFSNFSK_"
- ],
- [
- 26502,
- 2,
- 10,
- 2,
- 0.12819,
- "_EVVAGAPRPGLLSLAK_"
- ],
- [
- 6239,
- 2,
- 10,
- 2,
- 0.12819,
- "_FVLSQAKDEL_"
- ],
- [
- 17176,
- 2,
- 13,
- 4,
- 0.1709,
- "_VYNASSTIVPSLK_"
- ],
- [
- 12399,
- 3,
- 10,
- 5,
- 0.12819,
- "_ICEVWACNLDEEMKK_"
- ],
- [
- 6128,
- 2,
- 10,
- 3,
- 0.12819,
- "_DFGIQPVEDK_"
- ],
- [
- 13195,
- 2,
- 9,
- 4,
- 0.11394,
- "_NLPSSAQPFIPK_"
- ],
- [
- 9868,
- 3,
- 11,
- 2,
- 0.14241,
- "_WVGTIHGAAGTVYEDLR_"
- ],
- [
- 12160,
- 3,
- 10,
- 4,
- 0.12819,
- "_SSSAEGHTDAVLDLSWNK_"
- ],
- [
- 25807,
- 4,
- 13,
- 6,
- 0.1709,
- "_LYNVFSGQEEASYNCHNSAITHLEPSR_"
- ],
- [
- 12450,
- 3,
- 29,
- 2,
- 0.39897,
- "_HGLPPSETIAIVEHINAK_"
- ],
- [
- 50202,
- 2,
- 10,
- 6,
- 0.12819,
- "_AEEPMATEPAPAGAPGDLGSQPPAAK_"
- ],
- [
- 31978,
- 2,
- 13,
- 4,
- 0.1709,
- "_PMLQYVCDNSPEVR_"
- ],
- [
- 44467,
- 3,
- 12,
- 5,
- 0.15666,
- "_LQAALDDEEAGGRPAM(Oxidation (M))EPGNGSLDLGGDSAGR_"
- ],
- [
- 6844,
- 4,
- 9,
- 3,
- 0.11394,
- "_DQDTLSQHGIHDGLTVHLVIK_"
- ],
- [
- 14772,
- 2,
- 8,
- 4,
- 0.099704,
- "_LALDMEIHAYR_"
- ],
- [
- 7024,
- 3,
- 8,
- 3,
- 0.099704,
- "_QTALLDADDPVSQLHK_"
- ],
- [
- 3604,
- 2,
- 9,
- 4,
- 0.11394,
- "_EQLDAELLR_"
- ],
- [
- 24258,
- 4,
- 7,
- 6,
- 0.085478,
- "_IYISTLPYTQSVQICHIEGSQHHVDK_"
- ],
- [
- 13310,
- 2,
- 9,
- 4,
- 0.11394,
- "_GAVYSMVEFNGK_"
- ],
- [
- 28571,
- 3,
- 9,
- 2,
- 0.11394,
- "_LLEQWEKDDDIEEGDLPEHK_"
- ],
- [
- 25578,
- 4,
- 13,
- 7,
- 0.1709,
- "_INHLEYEDQYKDDNFGEGNDGGILDDK_"
- ],
- [
- 33776,
- 2,
- 12,
- 4,
- 0.15666,
- "_LQGSCTSCPSSIITLK_"
- ],
- [
- 31764,
- 2,
- 15,
- 4,
- 0.19941,
- "_VHFEESSKLEDLLR_"
- ],
- [
- 42071,
- 4,
- 15,
- 5,
- 0.19941,
- "_TAFEYLDDIVPENYSHENSQGSSHAATKPQGPATSTR_"
- ],
- [
- 46391,
- 2,
- 6,
- 2,
- 0.071239,
- "_CALESPPTSQGPPPTVPPPPR_"
- ],
- [
- 18761,
- 2,
- 25,
- 6,
- 0.34196,
- "_QLFHPEQLITGK_"
- ],
- [
- 5923,
- 3,
- 15,
- 6,
- 0.19941,
- "_YEEVSVSGFEEFHR_"
- ],
- [
- 23331,
- 2,
- 16,
- 4,
- 0.21364,
- "_AGTQIENIDEDFR_"
- ],
- [
- 31348,
- 3,
- 21,
- 6,
- 0.28489,
- "_EDEEEDDDVVAPKPPIEPEEEK_"
- ],
- [
- 1547,
- 2,
- 14,
- 3,
- 0.18514,
- "_GWNYILEK_"
- ],
- [
- 30591,
- 2,
- 6,
- 2,
- 0.071239,
- "_GMGLVNHVFTEDNLK_"
- ],
- [
- 50669,
- 2,
- 14,
- 6,
- 0.18514,
- "_YGSGSGQQSVTGVEASDDANSYWR_"
- ],
- [
- 4137,
- 2,
- 14,
- 4,
- 0.18516,
- "_LAYVAPTIPR_"
- ],
- [
- 8871,
- 2,
- 11,
- 2,
- 0.14245,
- "_ELVTVLLQHR_"
- ],
- [
- 12090,
- 2,
- 17,
- 5,
- 0.2279,
- "_WVWDQEEER_"
- ],
- [
- 30187,
- 2,
- 17,
- 6,
- 0.2279,
- "_VVIIGAGKPAAVVLQTK_"
- ],
- [
- 34197,
- 2,
- 11,
- 4,
- 0.14245,
- "_LQDDSVETVTSIEQAK_"
- ],
- [
- 22223,
- 2,
- 13,
- 4,
- 0.17092,
- "_WIDATSGIYNSEK_"
- ],
- [
- 14851,
- 3,
- 13,
- 4,
- 0.17092,
- "_LLKEEKEELADQVLTLK_"
- ],
- [
- 29815,
- 2,
- 9,
- 4,
- 0.11396,
- "_VAAIEATGAVIHFGNGK_"
- ],
- [
- 30278,
- 2,
- 17,
- 5,
- 0.2279,
- "_TQVELLEAPTPALKR_"
- ],
- [
- 10617,
- 3,
- 11,
- 4,
- 0.14245,
- "_MKEDILYHFNLTTSR_"
- ],
- [
- 19140,
- 2,
- 8,
- 2,
- 0.099737,
- "_AEEIANEMIEAAK_"
- ],
- [
- 11790,
- 2,
- 9,
- 3,
- 0.11396,
- "_LLQEDSSPLLR_"
- ],
- [
- 22422,
- 2,
- 18,
- 3,
- 0.24216,
- "_EQVLEPMLNGTEK_"
- ],
- [
- 23610,
- 2,
- 9,
- 4,
- 0.11396,
- "_SSSSTEQSLMMGLR_"
- ],
- [
- 17513,
- 3,
- 11,
- 4,
- 0.14245,
- "_QVGATVEFTVGDKPVNNFR_"
- ],
- [
- 32979,
- 2,
- 18,
- 4,
- 0.24216,
- "_VKPAPDETSFSEALLK_"
- ],
- [
- 42443,
- 2,
- 9,
- 5,
- 0.11396,
- "_LFTSELGVTEHVEGDPCK_"
- ],
- [
- 37567,
- 2,
- 9,
- 4,
- 0.11396,
- "_RFGSEFSPELQASFQK_"
- ],
- [
- 34525,
- 2,
- 10,
- 5,
- 0.1282,
- "_KDDYEYCMSEYLR_"
- ],
- [
- 27340,
- 2,
- 20,
- 6,
- 0.27067,
- "_VVNAVLTQIDQIKR_"
- ],
- [
- 6665,
- 3,
- 10,
- 3,
- 0.1282,
- "_DHQLLEPIRDFEAR_"
- ],
- [
- 26487,
- 2,
- 10,
- 6,
- 0.1282,
- "_LCESEEAGVIETIK_"
- ],
- [
- 43845,
- 2,
- 10,
- 4,
- 0.1282,
- "_HSVEVQVNVM(Oxidation (M))SENILTGAK_"
- ],
- [
- 19070,
- 2,
- 10,
- 6,
- 0.1282,
- "_MVSGFIPLKPTVK_"
- ],
- [
- 9756,
- 2,
- 11,
- 2,
- 0.14245,
- "_PQAPATVGLAFR_"
- ],
- [
- 12897,
- 3,
- 13,
- 4,
- 0.17092,
- "_ITNEKGECIVSDFTIGR_"
- ],
- [
- 41176,
- 2,
- 9,
- 5,
- 0.11396,
- "_ADLVISHAGAGSCLETLEK_"
- ],
- [
- 46835,
- 2,
- 15,
- 6,
- 0.1994,
- "_AAYLNMSEDPSHPSMALNTR_"
- ],
- [
- 16495,
- 2,
- 14,
- 7,
- 0.18516,
- "_SDVVPMTAENFR_"
- ],
- [
- 35774,
- 2,
- 14,
- 4,
- 0.18516,
- "_LITSNTDASDGDSVALVK_"
- ],
- [
- 19616,
- 2,
- 14,
- 7,
- 0.18516,
- "_LVVPASQCGSLIGK_"
- ],
- [
- 47336,
- 2,
- 14,
- 4,
- 0.18516,
- "_AQQMHTGPVLDVCWSDDGSK_"
- ],
- [
- 20521,
- 4,
- 14,
- 4,
- 0.18516,
- "_LEAPDADELPKGEFDPGQDTYQHPPK_"
- ],
- [
- 48512,
- 2,
- 14,
- 7,
- 0.18516,
- "_(Acetyl (Protein N-term))SQGDSNPAAIPHAAEDIQGDDR_"
- ],
- [
- 27994,
- 2,
- 15,
- 6,
- 0.1994,
- "_EDCEQWWEDCR_"
- ],
- [
- 34447,
- 3,
- 13,
- 6,
- 0.17092,
- "_HACVPVDFEEVHVSSNADEEDIR_"
- ],
- [
- 29993,
- 2,
- 10,
- 4,
- 0.1282,
- "_FGQYAGHVVPTILEK_"
- ],
- [
- 28122,
- 2,
- 13,
- 6,
- 0.17092,
- "_APNYSCVMTGSWDK_"
- ],
- [
- 29943,
- 2,
- 9,
- 2,
- 0.11399,
- "_DFTQLHQNATLELK_"
- ],
- [
- 7291,
- 4,
- 15,
- 6,
- 0.19941,
- "_EAMEDGEIDGNKVTLDWAKPK_"
- ],
- [
- 17915,
- 2,
- 15,
- 4,
- 0.19941,
- "_SNGYEEAYSVFK_"
- ],
- [
- 8110,
- 3,
- 9,
- 4,
- 0.11399,
- "_FSPGAHYLLTGSYDMK_"
- ],
- [
- 4426,
- 2,
- 12,
- 4,
- 0.1567,
- "_QPYFGAVIGR_"
- ],
- [
- 1949,
- 2,
- 17,
- 5,
- 0.22792,
- "_LLAEPVPGIK_"
- ],
- [
- 22405,
- 3,
- 16,
- 7,
- 0.21365,
- "_AQQMHTGPVLDVCWSDDGSK_"
- ],
- [
- 32142,
- 2,
- 12,
- 3,
- 0.1567,
- "_FAQPGSFEYEYAM(Oxidation (M))R_"
- ],
- [
- 45643,
- 3,
- 8,
- 6,
- 0.099753,
- "_SPSSSQPLPQVPAPAQSQTQFHVQPQPQPK_"
- ],
- [
- 25370,
- 3,
- 10,
- 5,
- 0.12822,
- "_NQALNTDNYGHDLASVQALQR_"
- ],
- [
- 40276,
- 2,
- 9,
- 4,
- 0.11399,
- "_LQYHAGLASGLLNQQSLK_"
- ],
- [
- 37891,
- 2,
- 7,
- 2,
- 0.085536,
- "_LTSLETNTVVQTYNAGR_"
- ],
- [
- 2179,
- 3,
- 12,
- 2,
- 0.1567,
- "_IQELFHVEPGLQR_"
- ],
- [
- 22998,
- 2,
- 6,
- 4,
- 0.07129,
- "_DLQIEVQEELKR_"
- ],
- [
- 37066,
- 2,
- 12,
- 4,
- 0.1567,
- "_AIEQADLLQEEDESPR_"
- ],
- [
- 26948,
- 2,
- 26,
- 7,
- 0.35622,
- "_FLGVAEQLHNEGFK_"
- ],
- [
- 3812,
- 2,
- 20,
- 5,
- 0.27065,
- "_AELNEFLTR_"
- ],
- [
- 22031,
- 3,
- 20,
- 7,
- 0.27065,
- "_SPWSNKYDPPLEDGAMPSAR_"
- ],
- [
- 18677,
- 2,
- 20,
- 5,
- 0.27065,
- "_TGQPMINLYTDR_"
- ],
- [
- 33008,
- 2,
- 16,
- 4,
- 0.21365,
- "_DAATVTQMHFLTGQGR_"
- ],
- [
- 39137,
- 2,
- 11,
- 6,
- 0.14245,
- "_LAWTLTANQPSSQATTSK_"
- ],
- [
- 44983,
- 2,
- 8,
- 2,
- 0.099753,
- "_STANNVEIHIPVPNDADSPK_"
- ],
- [
- 48696,
- 3,
- 11,
- 8,
- 0.14245,
- "_NNPAIVIIGNNGQIHYDHQNDGASQALASCQR_"
- ],
- [
- 22073,
- 2,
- 11,
- 6,
- 0.14245,
- "_APIICVLGHVDTGK_"
- ],
- [
- 11085,
- 3,
- 21,
- 6,
- 0.28493,
- "_IFVGGIKEDTEEYNLR_"
- ],
- [
- 9505,
- 3,
- 11,
- 4,
- 0.14245,
- "_LCENLLQTVHAEYSR_"
- ],
- [
- 22116,
- 2,
- 11,
- 3,
- 0.14245,
- "_NKVDTYVEFPLR_"
- ],
- [
- 7640,
- 3,
- 11,
- 5,
- 0.14245,
- "_KDDYEYCMSEYLR_"
- ],
- [
- 2095,
- 3,
- 8,
- 3,
- 0.099753,
- "_ATDTLPASIPHVIAR_"
- ],
- [
- 47399,
- 2,
- 12,
- 5,
- 0.1567,
- "_STPLSQPSANGVQTEGLDYDR_"
- ],
- [
- 33105,
- 2,
- 13,
- 5,
- 0.17093,
- "_GAFFMDEDEEVYKR_"
- ],
- [
- 7841,
- 2,
- 15,
- 4,
- 0.19941,
- "_NVLLLGEDGAGK_"
- ],
- [
- 10976,
- 2,
- 9,
- 2,
- 0.11399,
- "_YLEEIATQMR_"
- ],
- [
- 16915,
- 3,
- 13,
- 5,
- 0.17093,
- "_QLPYPSEASTTFPESHLR_"
- ],
- [
- 42820,
- 2,
- 10,
- 2,
- 0.12822,
- "_ELLCCSMEEYQQSQVK_"
- ],
- [
- 47740,
- 2,
- 18,
- 7,
- 0.24216,
- "_HNDDEQYAWESSAGGSFTVR_"
- ],
- [
- 34791,
- 2,
- 17,
- 6,
- 0.22792,
- "_NQYDNDVTVWSPQGR_"
- ],
- [
- 23106,
- 3,
- 8,
- 6,
- 0.099753,
- "_LMCTNAMIYNKPETIYYK_"
- ],
- [
- 7707,
- 2,
- 17,
- 5,
- 0.22792,
- "_KGVTSILPVLR_"
- ],
- [
- 7488,
- 2,
- 18,
- 4,
- 0.24217,
- "_YPHYFPLLK_"
- ],
- [
- 47835,
- 2,
- 12,
- 5,
- 0.1567,
- "_TPQKEESDVPQWSSQFLQK_"
- ],
- [
- 45218,
- 2,
- 8,
- 5,
- 0.09978,
- "_AQELHTFEVTGQETVAQIK_"
- ],
- [
- 43043,
- 2,
- 16,
- 5,
- 0.21366,
- "_HQSSNLNVPELNSINMSR_"
- ],
- [
- 2385,
- 4,
- 10,
- 3,
- 0.12824,
- "_FRPLTWQTSHPYILADR_"
- ],
- [
- 29914,
- 2,
- 14,
- 2,
- 0.18517,
- "_M(Oxidation (M))LITILGTVKPNANR_"
- ],
- [
- 8335,
- 4,
- 10,
- 6,
- 0.12824,
- "_ALQSGEAGGGLSLPHAEAHEFWK_"
- ],
- [
- 11799,
- 2,
- 14,
- 6,
- 0.18517,
- "_NVGSAGVTVVIVR_"
- ],
- [
- 12024,
- 3,
- 15,
- 5,
- 0.19942,
- "_LTGDVEELEIQEKPALK_"
- ],
- [
- 23198,
- 3,
- 18,
- 5,
- 0.24217,
- "_HNDDEQYAWESSAGGSFTVR_"
- ],
- [
- 33925,
- 2,
- 16,
- 2,
- 0.21366,
- "_GQEEISGALPVASPASSR_"
- ],
- [
- 25900,
- 3,
- 21,
- 8,
- 0.2849,
- "_EAMEDGEIDGNKVTLDWAKPK_"
- ],
- [
- 35109,
- 2,
- 21,
- 4,
- 0.2849,
- "_HLEINPDHSIIETLR_"
- ],
- [
- 16457,
- 2,
- 18,
- 4,
- 0.24217,
- "_LLGHEVEDVIIK_"
- ],
- [
- 35727,
- 2,
- 14,
- 5,
- 0.18517,
- "_AQQEDALAQQAFEEAR_"
- ],
- [
- 13959,
- 2,
- 25,
- 6,
- 0.34192,
- "_EHALLAYTLGVK_"
- ],
- [
- 41399,
- 2,
- 14,
- 7,
- 0.18517,
- "_FSGWYDADLSPAGHEEAK_"
- ],
- [
- 14696,
- 3,
- 7,
- 3,
- 0.085534,
- "_IKDEFQFLQAQYHSLK_"
- ],
- [
- 39126,
- 2,
- 16,
- 7,
- 0.21366,
- "_SPFVVQVGEACNPNACR_"
- ],
- [
- 31091,
- 2,
- 18,
- 6,
- 0.24217,
- "_EIEIDIEPTDKVER_"
- ],
- [
- 3064,
- 3,
- 11,
- 2,
- 0.14246,
- "_HLPPAALHLIAYYK_"
- ],
- [
- 14223,
- 3,
- 14,
- 5,
- 0.18517,
- "_VHHPDYNNELTQFLPR_"
- ],
- [
- 24837,
- 2,
- 23,
- 4,
- 0.31341,
- "_THLPGFVEQAEALK_"
- ],
- [
- 38422,
- 4,
- 10,
- 5,
- 0.12824,
- "_LKVESEENDQTFSEKPASSTEENCLEFQESFK_"
- ],
- [
- 2584,
- 2,
- 18,
- 4,
- 0.24217,
- "_LLLLGAGESGK_"
- ],
- [
- 18306,
- 3,
- 11,
- 4,
- 0.14246,
- "_FRPLTWQTSHPYILADR_"
- ],
- [
- 22050,
- 3,
- 15,
- 5,
- 0.19942,
- "_GEVWQLLAGCHNNDHLVEK_"
- ],
- [
- 42445,
- 2,
- 10,
- 5,
- 0.12824,
- "_TIYQGAGPMQAMAPQGAPTK_"
- ],
- [
- 29171,
- 2,
- 9,
- 3,
- 0.114,
- "_GHFWVGDELYCEK_"
- ],
- [
- 47921,
- 2,
- 14,
- 6,
- 0.18517,
- "_ELLELSCCHSCPFSSTAAAK_"
- ],
- [
- 4610,
- 2,
- 16,
- 4,
- 0.21366,
- "_YGSDIVPFSK_"
- ],
- [
- 36518,
- 4,
- 18,
- 7,
- 0.24217,
- "_LPSNSLGFTATHNTSPAAPPTEVTICQSSEVSKPK_"
- ],
- [
- 24957,
- 2,
- 13,
- 5,
- 0.17095,
- "_AQALAIETEAELQR_"
- ],
- [
- 5995,
- 2,
- 13,
- 5,
- 0.17095,
- "_ITMIAEPLEK_"
- ],
- [
- 50262,
- 3,
- 32,
- 6,
- 0.44173,
- "_AGQGTSAPPEASPTAAPESSTSFPPAPTSGMSHPPPAAR_"
- ],
- [
- 28333,
- 2,
- 11,
- 6,
- 0.14246,
- "_QTGEGVGPQEYTLLK_"
- ],
- [
- 24328,
- 2,
- 10,
- 2,
- 0.12824,
- "_AKFEELNM(Oxidation (M))DLFR_"
- ],
- [
- 2270,
- 2,
- 14,
- 4,
- 0.18517,
- "_IPADTFAALK_"
- ],
- [
- 38063,
- 2,
- 11,
- 4,
- 0.14246,
- "_VSYIPDEQIAQGPENGR_"
- ],
- [
- 1224,
- 3,
- 16,
- 5,
- 0.21366,
- "_KLPQVEHVLPLLK_"
- ],
- [
- 43663,
- 2,
- 11,
- 4,
- 0.14246,
- "_SSGMPTDQESLSSGDAVLQR_"
- ],
- [
- 4523,
- 3,
- 19,
- 6,
- 0.2564,
- "_VVIIGAGKPAAVVLQTK_"
- ],
- [
- 6168,
- 2,
- 13,
- 3,
- 0.17095,
- "_EGYENFFDK_"
- ],
- [
- 40659,
- 2,
- 15,
- 6,
- 0.19942,
- "_VLTEDEMGHPEIGDAIAR_"
- ],
- [
- 10730,
- 2,
- 13,
- 4,
- 0.17095,
- "_HIAVVLEEIPK_"
- ],
- [
- 34003,
- 2,
- 20,
- 5,
- 0.27066,
- "_YWTLTATGGVQSTASSK_"
- ],
- [
- 4078,
- 2,
- 7,
- 2,
- 0.09978,
- "_SFDLTTPYR_"
- ],
- [
- 14052,
- 2,
- 12,
- 5,
- 0.1567,
- "_NELESYAYSLK_"
- ],
- [
- 14963,
- 3,
- 12,
- 4,
- 0.1567,
- "_ITAPTHVPLQYIGPNQPR_"
- ],
- [
- 5972,
- 3,
- 10,
- 2,
- 0.12826,
- "_TKEVIQEWNLTNIK_"
- ],
- [
- 42963,
- 3,
- 8,
- 4,
- 0.099798,
- "_SLASEAPSQPSLNGGSPEGVESQDGVDHFR_"
- ],
- [
- 36367,
- 2,
- 12,
- 4,
- 0.15673,
- "_SSDANYPAYYESWNR_"
- ],
- [
- 4266,
- 3,
- 11,
- 4,
- 0.1425,
- "_VAAIEATGAVIHFGNGK_"
- ],
- [
- 9261,
- 2,
- 12,
- 2,
- 0.15673,
- "_QALESILASER_"
- ],
- [
- 6809,
- 3,
- 9,
- 6,
- 0.11404,
- "_LAGGYENVPTVDIHMK_"
- ],
- [
- 16786,
- 3,
- 12,
- 5,
- 0.15673,
- "_AVVAQHVAPPPGIVEIDSEK_"
- ],
- [
- 43159,
- 2,
- 7,
- 4,
- 0.08554,
- "_QFTYYPLVEDKEEVQR_"
- ],
- [
- 42304,
- 2,
- 10,
- 5,
- 0.12826,
- "_YEGQFCEYDNFQCPR_"
- ],
- [
- 31034,
- 2,
- 12,
- 3,
- 0.15673,
- "_TEDDFNDWCQQVK_"
- ],
- [
- 41388,
- 3,
- 6,
- 3,
- 0.071294,
- "_TSNHVGNGEISPMEPQGTLDITQQDTAK_"
- ],
- [
- 15821,
- 2,
- 11,
- 4,
- 0.1425,
- "_LSVQGEVSTFTGK_"
- ],
- [
- 31000,
- 2,
- 7,
- 4,
- 0.08554,
- "_ICVQNSTFSATWNR_"
- ],
- [
- 32054,
- 2,
- 11,
- 4,
- 0.1425,
- "_ACDELVEEMEHYGK_"
- ],
- [
- 16556,
- 2,
- 9,
- 4,
- 0.11404,
- "_NVPQVVNVQELK_"
- ],
- [
- 2686,
- 2,
- 12,
- 2,
- 0.15673,
- "_MFEIDYSR_"
- ],
- [
- 43460,
- 2,
- 9,
- 4,
- 0.11404,
- "_AVVAQHVAPPPGIVEIDSEK_"
- ],
- [
- 16704,
- 3,
- 11,
- 2,
- 0.1425,
- "_HALDAHQQSIPAVLEIPSK_"
- ],
- [
- 31484,
- 4,
- 11,
- 5,
- 0.1425,
- "_YATDTCELPEREEGEGEETPNFSHWGPPR_"
- ],
- [
- 34544,
- 2,
- 20,
- 5,
- 0.27066,
- "_HIVLSGGSTMYPGLPSR_"
- ],
- [
- 9655,
- 4,
- 16,
- 4,
- 0.21368,
- "_IKGGADVSGGVSAPDISLGEGHLSVK_"
- ],
- [
- 13344,
- 3,
- 22,
- 7,
- 0.29916,
- "_VLTEDEMGHPEIGDAIAR_"
- ],
- [
- 26953,
- 2,
- 14,
- 5,
- 0.18521,
- "_KSDIDEIVLVGGSTR_"
- ],
- [
- 20026,
- 3,
- 14,
- 5,
- 0.18521,
- "_GADDAMESSKPGPVQVVLVQK_"
- ],
- [
- 18366,
- 2,
- 15,
- 5,
- 0.19944,
- "_CNEPAVWSQLAK_"
- ],
- [
- 4940,
- 3,
- 21,
- 6,
- 0.28492,
- "_IMYTVFEHTFHVR_"
- ],
- [
- 8860,
- 2,
- 23,
- 4,
- 0.31343,
- "_ITVTSEVPFSK_"
- ],
- [
- 4861,
- 2,
- 20,
- 3,
- 0.27066,
- "_LIFQMPQNK_"
- ],
- [
- 5001,
- 2,
- 18,
- 4,
- 0.24216,
- "_EYQDLLNVK_"
- ],
- [
- 5985,
- 2,
- 15,
- 5,
- 0.19944,
- "_VFNPYTEFK_"
- ],
- [
- 10175,
- 2,
- 25,
- 4,
- 0.34192,
- "_RAPFDLFENK_"
- ],
- [
- 15427,
- 2,
- 19,
- 6,
- 0.25643,
- "_ASLEAAIADAEQR_"
- ],
- [
- 7203,
- 2,
- 15,
- 5,
- 0.19944,
- "_STLNEIYFGK_"
- ],
- [
- 22218,
- 3,
- 13,
- 5,
- 0.17096,
- "_LQPTWNDLGDKYNSMEDAK_"
- ],
- [
- 34718,
- 2,
- 13,
- 3,
- 0.17096,
- "_LPATAAEPEAAVISNGEH_"
- ],
- [
- 8129,
- 3,
- 29,
- 6,
- 0.39899,
- "_HLEINPDHSIIETLR_"
- ],
- [
- 4144,
- 3,
- 17,
- 4,
- 0.22792,
- "_IDGDKDGFVTVDELK_"
- ],
- [
- 17853,
- 3,
- 16,
- 5,
- 0.21368,
- "_HEGFAAALGDGKEPEGIFSR_"
- ],
- [
- 3247,
- 2,
- 15,
- 5,
- 0.19944,
- "_QTDPMIMLK_"
- ],
- [
- 45053,
- 2,
- 16,
- 6,
- 0.21368,
- "_VTDDMYAEQTENPENPLR_"
- ],
- [
- 44542,
- 2,
- 16,
- 4,
- 0.21368,
- "_SGPTDDGEEEMEEDTVTNGS_"
- ],
- [
- 37018,
- 3,
- 15,
- 4,
- 0.19944,
- "_ADLIPYQDSPEGPDHSSASSGVPNPPK_"
- ],
- [
- 12214,
- 4,
- 13,
- 3,
- 0.17096,
- "_ILRPGGCLFLKEPVETAVDNNSK_"
- ],
- [
- 10321,
- 2,
- 14,
- 4,
- 0.18521,
- "_TLDELGIHLTK_"
- ],
- [
- 25260,
- 2,
- 21,
- 4,
- 0.28493,
- "_AFEVSENGNLVVSGK_"
- ],
- [
- 39950,
- 2,
- 16,
- 4,
- 0.21371,
- "_YNNPAMLHNIDQEMLK_"
- ],
- [
- 24261,
- 3,
- 11,
- 5,
- 0.14253,
- "_SKTEADMEEYIWENSSSER_"
- ],
- [
- 27682,
- 3,
- 10,
- 2,
- 0.12832,
- "_NSCIVCNMGHSNTEIDVTSLR_"
- ],
- [
- 4025,
- 4,
- 12,
- 2,
- 0.15677,
- "_SQQTISQLHSTVHLIEFAR_"
- ],
- [
- 44892,
- 2,
- 19,
- 5,
- 0.25643,
- "_ESSEEEYDSGVEEEGWPR_"
- ],
- [
- 12621,
- 3,
- 16,
- 4,
- 0.21371,
- "_DYQGPLKEHEVTIFVR_"
- ],
- [
- 13731,
- 2,
- 12,
- 4,
- 0.15677,
- "_DADDAVYELDGK_"
- ],
- [
- 31795,
- 2,
- 19,
- 5,
- 0.25643,
- "_SWCPDCVQAEPVVR_"
- ],
- [
- 48828,
- 2,
- 18,
- 7,
- 0.24219,
- "_NQALNTDNYGHDLASVQALQR_"
- ],
- [
- 51733,
- 3,
- 17,
- 7,
- 0.22795,
- "_LAEGEEEKPEPDISSEESVSTVEEQENETPPATSSEAEQPK_"
- ],
- [
- 167,
- 2,
- 17,
- 5,
- 0.22795,
- "_QCFLVLR_"
- ],
- [
- 22572,
- 2,
- 20,
- 5,
- 0.2707,
- "_QVQSLTCEVDALK_"
- ],
- [
- 43766,
- 3,
- 12,
- 7,
- 0.15677,
- "_VTEWQQTYTYDSGIHSGANTCVPSVSSK_"
- ],
- [
- 38151,
- 2,
- 10,
- 4,
- 0.12832,
- "_EMEEELVPTGSEPGDTR_"
- ],
- [
- 2130,
- 2,
- 10,
- 2,
- 0.12832,
- "_AIITALGVER_"
- ],
- [
- 32152,
- 3,
- 6,
- 2,
- 0.071295,
- "_ISELEFHTDKVDSIQFSNTSNR_"
- ],
- [
- 23556,
- 3,
- 14,
- 6,
- 0.18523,
- "_ELLELSCCHSCPFSSTAAAK_"
- ],
- [
- 30458,
- 2,
- 8,
- 2,
- 0.099812,
- "_QGPTNEAQMAAAAALAR_"
- ],
- [
- 4611,
- 2,
- 14,
- 3,
- 0.18523,
- "_AEEVATFFAK_"
- ],
- [
- 9833,
- 2,
- 9,
- 3,
- 0.11407,
- "_DSDDVLGHIMK_"
- ],
- [
- 1506,
- 4,
- 16,
- 6,
- 0.21371,
- "_LRNELQTDKPFIPLVEK_"
- ],
- [
- 3326,
- 2,
- 9,
- 3,
- 0.11407,
- "_AVLTILLAHK_"
- ],
- [
- 20582,
- 2,
- 10,
- 4,
- 0.12832,
- "_ANDLTHSLSSYLK_"
- ],
- [
- 7658,
- 2,
- 15,
- 4,
- 0.19948,
- "_FMQASEDLLK_"
- ],
- [
- 17054,
- 2,
- 16,
- 3,
- 0.21371,
- "_SLYESFVSSSDR_"
- ],
- [
- 10111,
- 3,
- 13,
- 4,
- 0.171,
- "_RGFGFVTFDDHDPVDK_"
- ],
- [
- 29052,
- 2,
- 22,
- 7,
- 0.2992,
- "_TSESLCQNNMVILK_"
- ],
- [
- 17750,
- 3,
- 14,
- 7,
- 0.18523,
- "_SMIMFGSQENKDPLSASSR_"
- ],
- [
- 22736,
- 3,
- 15,
- 7,
- 0.19948,
- "_CIVHSPTNPGFMTCSDDFR_"
- ],
- [
- 13978,
- 2,
- 10,
- 4,
- 0.12832,
- "_GDPESPWWEGR_"
- ],
- [
- 32585,
- 2,
- 12,
- 3,
- 0.15678,
- "_AQELIQATNQILSHR_"
- ],
- [
- 43840,
- 2,
- 7,
- 2,
- 0.085544,
- "_STHEFLHEVPAASEEIFK_"
- ],
- [
- 2231,
- 2,
- 7,
- 5,
- 0.085544,
- "_EEVSIEVLK_"
- ],
- [
- 13787,
- 2,
- 6,
- 2,
- 0.071284,
- "_LDFSDTMVQQK_"
- ],
- [
- 7716,
- 3,
- 8,
- 2,
- 0.099814,
- "_AFLIEPEHVNTVGYGK_"
- ],
- [
- 29510,
- 2,
- 17,
- 7,
- 0.2422,
- "_GGGDVLEPVSSDSLSTK_"
- ],
- [
- 36271,
- 2,
- 34,
- 4,
- 0.47026,
- "_AASDIAMTELPPTHPIR_"
- ],
- [
- 11812,
- 2,
- 13,
- 4,
- 0.17102,
- "_FDGAEGSWFQK_"
- ],
- [
- 40319,
- 4,
- 9,
- 5,
- 0.11406,
- "_NDPMMSFAAQPNQGSLVNQNLLHHQHQTQGALGGSR_"
- ],
- [
- 6084,
- 2,
- 9,
- 5,
- 0.11406,
- "_HMLADVFSVK_"
- ],
- [
- 20288,
- 2,
- 11,
- 3,
- 0.14256,
- "_KVDTVWVNVGGLR_"
- ],
- [
- 17091,
- 3,
- 12,
- 5,
- 0.15678,
- "_DIQQHKEEAWVIGSVVAR_"
- ],
- [
- 6985,
- 2,
- 12,
- 5,
- 0.15678,
- "_LHLVESLLSR_"
- ],
- [
- 1379,
- 2,
- 11,
- 4,
- 0.15678,
- "_LLEVLSGER_"
- ],
- [
- 48291,
- 2,
- 12,
- 4,
- 0.15678,
- "_SKTEADMEEYIWENSSSER_"
- ],
- [
- 2858,
- 2,
- 12,
- 4,
- 0.15678,
- "_TALFEEISR_"
- ],
- [
- 49845,
- 2,
- 10,
- 5,
- 0.12832,
- "_GGQIGLQAPGLSVSGPQGHLESGSGK_"
- ],
- [
- 8891,
- 2,
- 10,
- 2,
- 0.12832,
- "_NLQMWEEMK_"
- ],
- [
- 43485,
- 3,
- 12,
- 6,
- 0.15678,
- "_CKLEEMGFTDVGPENKPVSVQETYEAK_"
- ],
- [
- 49417,
- 2,
- 12,
- 6,
- 0.15678,
- "_NSCIVCNMGHSNTEIDVASLR_"
- ],
- [
- 5555,
- 3,
- 21,
- 6,
- 0.28495,
- "_VHFEESSKLEDLLR_"
- ],
- [
- 14121,
- 2,
- 12,
- 3,
- 0.15678,
- "_LTSSSIDPGLSIK_"
- ],
- [
- 25119,
- 2,
- 12,
- 3,
- 0.15678,
- "_DSLSHDFNGLNLSK_"
- ],
- [
- 31231,
- 3,
- 15,
- 5,
- 0.19948,
- "_ANEPTHFTVDCTEAGEGDVSVGIK_"
- ],
- [
- 45797,
- 2,
- 17,
- 6,
- 0.22796,
- "_GADDAMESSKPGPVQVVLVQK_"
- ],
- [
- 9915,
- 3,
- 16,
- 5,
- 0.21373,
- "_MFYEEHLHLDDEIR_"
- ],
- [
- 30861,
- 2,
- 14,
- 4,
- 0.18525,
- "_SEDFQNSVWTGPADK_"
- ],
- [
- 12610,
- 3,
- 14,
- 7,
- 0.18525,
- "_YNNPAMLHNIDQEMLK_"
- ],
- [
- 14432,
- 2,
- 13,
- 4,
- 0.17102,
- "_FNQVLDQFGEK_"
- ],
- [
- 11285,
- 2,
- 13,
- 4,
- 0.17102,
- "_EQNSLSLLEAR_"
- ],
- [
- 11252,
- 3,
- 13,
- 5,
- 0.17102,
- "_IEEENQDLMHFNLQK_"
- ],
- [
- 20772,
- 2,
- 13,
- 5,
- 0.17102,
- "_VQAQVIQETIVPK_"
- ],
- [
- 24608,
- 2,
- 15,
- 5,
- 0.19948,
- "_IEDGNDFGVAIQEK_"
- ],
- [
- 19540,
- 2,
- 11,
- 4,
- 0.14256,
- "_EGGEGYVPTSYLR_"
- ],
- [
- 7389,
- 2,
- 5,
- 2,
- 0.05703,
- "_DSDEADLVLAK_"
- ],
- [
- 16907,
- 3,
- 11,
- 6,
- 0.14256,
- "_CELENCQPFVVETLHGK_"
- ],
- [
- 12622,
- 4,
- 8,
- 3,
- 0.099789,
- "_LGTPSLTLQAHSCGINSLHTLPTR_"
- ],
- [
- 3457,
- 4,
- 11,
- 4,
- 0.14256,
- "_VVSCLAEGVSHVIIGEDHSR_"
- ],
- [
- 19105,
- 2,
- 12,
- 5,
- 0.15681,
- "_QQLGTAVELEMAK_"
- ],
- [
- 44599,
- 2,
- 12,
- 5,
- 0.15681,
- "_ATESGAQSAPLPM(Oxidation (M))EGVDISPK_"
- ],
- [
- 15441,
- 2,
- 12,
- 4,
- 0.15681,
- "_KSDSNPLTEILK_"
- ],
- [
- 31223,
- 2,
- 12,
- 3,
- 0.15681,
- "_LYTLVLTDPDAPSRK_"
- ],
- [
- 24566,
- 2,
- 15,
- 6,
- 0.19949,
- "_TSLDLYANVIHCK_"
- ],
- [
- 23047,
- 3,
- 12,
- 5,
- 0.15681,
- "_LDSDFNISSHSELENSSELK_"
- ],
- [
- 31323,
- 2,
- 15,
- 3,
- 0.19949,
- "_(Acetyl (Protein N-term))AAAMDVDTPSGTNSGAGK_"
- ],
- [
- 46965,
- 2,
- 15,
- 7,
- 0.19949,
- "_VSGSATGTVSDLAPGQSGMDDMK_"
- ],
- [
- 35406,
- 2,
- 13,
- 6,
- 0.17103,
- "_NPEISHMLNNPELMR_"
- ],
- [
- 42350,
- 2,
- 11,
- 5,
- 0.14256,
- "_QLQEIMSATSIVKPQGQR_"
- ],
- [
- 8455,
- 2,
- 11,
- 3,
- 0.14256,
- "_MGFPEAASSFR_"
- ],
- [
- 9320,
- 3,
- 8,
- 3,
- 0.099789,
- "_QALHSLELHYQAFLR_"
- ],
- [
- 30667,
- 2,
- 15,
- 5,
- 0.19949,
- "_GLSPAQADSQFLENAK_"
- ],
- [
- 18407,
- 3,
- 9,
- 5,
- 0.11406,
- "_AAASVMCHIEPDDGDDFVR_"
- ],
- [
- 49800,
- 2,
- 16,
- 3,
- 0.21373,
- "_EDTGTYTCMVSEEGGNSYGEVK_"
- ],
- [
- 27049,
- 2,
- 16,
- 5,
- 0.21373,
- "_TPIAAGHPSMNLLLR_"
- ],
- [
- 51231,
- 2,
- 9,
- 6,
- 0.11406,
- "_DTATFGCHETYSLDGPEEVECSK_"
- ],
- [
- 31128,
- 2,
- 9,
- 3,
- 0.11406,
- "_LGPGQSEIAEELCQR_"
- ],
- [
- 15311,
- 2,
- 10,
- 2,
- 0.12831,
- "_RPVEDLILQMK_"
- ],
- [
- 564,
- 2,
- 10,
- 4,
- 0.12831,
- "_NLDADIWK_"
- ],
- [
- 13053,
- 3,
- 10,
- 6,
- 0.12831,
- "_ALYDYEGQEHDELSFK_"
- ],
- [
- 30981,
- 2,
- 10,
- 5,
- 0.12831,
- "_VLEQPVVVQSVGTDGR_"
- ],
- [
- 11391,
- 3,
- 10,
- 4,
- 0.12831,
- "_ELSDDCFQQWGVRPR_"
- ],
- [
- 12767,
- 2,
- 16,
- 2,
- 0.21373,
- "_VQQTVQDLFGR_"
- ],
- [
- 37527,
- 2,
- 10,
- 3,
- 0.12831,
- "_NNDYQSIEELKDNFK_"
- ],
- [
- 31122,
- 2,
- 10,
- 3,
- 0.12831,
- "_CLGNSEDAVQYFQR_"
- ],
- [
- 44189,
- 2,
- 16,
- 6,
- 0.21373,
- "_IMDSSQNAYNEDTSALVAR_"
- ],
- [
- 43777,
- 2,
- 10,
- 4,
- 0.12831,
- "_EGGIDYQAGDTYVSTSDYK_"
- ],
- [
- 10418,
- 3,
- 8,
- 2,
- 0.099789,
- "_IHQFLSEQFLESEQK_"
- ],
- [
- 16107,
- 2,
- 11,
- 6,
- 0.14256,
- "_NILSVVGTDALKK_"
- ],
- [
- 47496,
- 2,
- 11,
- 5,
- 0.14256,
- "_YHQVFSHIVSLEGQEIQVK_"
- ],
- [
- 4768,
- 4,
- 14,
- 5,
- 0.18527,
- "_PVPLEVHIQGFPGQHYCPR_"
- ],
- [
- 14218,
- 3,
- 21,
- 7,
- 0.28493,
- "_FSGWYDADLSPAGHEEAK_"
- ],
- [
- 44771,
- 2,
- 13,
- 3,
- 0.17103,
- "_RALQAAIQQLAEAQPEATAK_"
- ],
- [
- 32574,
- 2,
- 14,
- 3,
- 0.18527,
- "_ENDAHLVEVNLNNIK_"
- ],
- [
- 40328,
- 2,
- 13,
- 3,
- 0.17103,
- "_DYLLSESEDEGDNDGER_"
- ],
- [
- 3656,
- 2,
- 13,
- 4,
- 0.17103,
- "_LLLLGTGESGK_"
- ],
- [
- 14327,
- 2,
- 13,
- 2,
- 0.17103,
- "_EMGQMQVLQMK_"
- ],
- [
- 38541,
- 3,
- 13,
- 6,
- 0.17103,
- "_SFGTRPLSSGFSPEEAQQQDEEFEK_"
- ],
- [
- 30477,
- 3,
- 14,
- 7,
- 0.18527,
- "_HTQENCETWGVNGETGTLVDMK_"
- ],
- [
- 36237,
- 2,
- 13,
- 2,
- 0.17103,
- "_LQQGIVTSTTQQMIDR_"
- ],
- [
- 12272,
- 2,
- 18,
- 4,
- 0.2422,
- "_FVMEVEVDGQK_"
- ],
- [
- 16360,
- 3,
- 14,
- 4,
- 0.18527,
- "_QFTYYPLVEDKEEVQR_"
- ],
- [
- 29928,
- 2,
- 13,
- 2,
- 0.17105,
- "_LGLDSEEDYYTPQK_"
- ],
- [
- 24425,
- 2,
- 16,
- 4,
- 0.21373,
- "_ELSLAGNELGDEGAR_"
- ],
- [
- 38602,
- 2,
- 13,
- 6,
- 0.17105,
- "_GEFGVYLVSDGSSRPYR_"
- ],
- [
- 6711,
- 2,
- 19,
- 5,
- 0.25644,
- "_LYQVEYAFK_"
- ],
- [
- 26319,
- 2,
- 12,
- 7,
- 0.1568,
- "_EANIQAVDSEVGLTK_"
- ],
- [
- 33281,
- 2,
- 11,
- 3,
- 0.14254,
- "_QMEDGHTLFDYEVR_"
- ],
- [
- 16122,
- 3,
- 12,
- 6,
- 0.1568,
- "_QHLGATGGPGAQLGASFLQAR_"
- ],
- [
- 8938,
- 4,
- 13,
- 6,
- 0.17105,
- "_NIDNPALADIYTEHAHQVVVAK_"
- ],
- [
- 26999,
- 2,
- 10,
- 3,
- 0.1283,
- "_LTADPDSEIATTSLR_"
- ],
- [
- 15609,
- 3,
- 12,
- 6,
- 0.1568,
- "_LGELTMQLHPVADSSPAGAK_"
- ],
- [
- 11878,
- 2,
- 7,
- 3,
- 0.085513,
- "_MAQAYDFALDK_"
- ],
- [
- 10506,
- 2,
- 17,
- 5,
- 0.22797,
- "_IQLVEEELDR_"
- ],
- [
- 33645,
- 2,
- 15,
- 3,
- 0.19951,
- "_NNFCGVGICYGSMNR_"
- ],
- [
- 46343,
- 2,
- 12,
- 7,
- 0.1568,
- "_AGESVLVHGASGGVGLAACQIAR_"
- ],
- [
- 7995,
- 3,
- 12,
- 3,
- 0.1568,
- "_VAGHSLGYGFVNYVTAK_"
- ],
- [
- 12758,
- 2,
- 7,
- 2,
- 0.085513,
- "_VSESNGEFFFK_"
- ],
- [
- 22838,
- 2,
- 13,
- 3,
- 0.17105,
- "_MIEQDDFDINTR_"
- ],
- [
- 9043,
- 2,
- 25,
- 6,
- 0.34193,
- "_QITVNDLPVGR_"
- ],
- [
- 9388,
- 4,
- 19,
- 7,
- 0.25644,
- "_LLEQWEKDDDIEEGDLPEHK_"
- ],
- [
- 49736,
- 2,
- 15,
- 8,
- 0.19951,
- "_NSCIVCNMGHSNTEIDVTSLR_"
- ],
- [
- 27447,
- 2,
- 11,
- 2,
- 0.14254,
- "_AGFSGGMVVDYPNSAK_"
- ],
- [
- 21823,
- 2,
- 16,
- 5,
- 0.21373,
- "_NQYVTLHDMILK_"
- ],
- [
- 40521,
- 2,
- 15,
- 4,
- 0.19951,
- "_VLESTMVCVDNSEYM(Oxidation (M))R_"
- ],
- [
- 2006,
- 2,
- 15,
- 5,
- 0.19951,
- "_RVLGLVLLR_"
- ],
- [
- 33901,
- 3,
- 13,
- 7,
- 0.17105,
- "_DTATFGCHETYSLDGPEEVECSK_"
- ],
- [
- 3564,
- 2,
- 10,
- 4,
- 0.1283,
- "_LSLNIDPDAK_"
- ],
- [
- 46485,
- 2,
- 13,
- 4,
- 0.17105,
- "_IEGYEDQVLITEHGDLGNGK_"
- ],
- [
- 5456,
- 2,
- 21,
- 3,
- 0.28492,
- "_EVDDLTAELK_"
- ],
- [
- 40082,
- 2,
- 9,
- 4,
- 0.11403,
- "_LLEHLPQEVPYNVQQK_"
- ],
- [
- 16280,
- 2,
- 13,
- 2,
- 0.17105,
- "_EEEDDVDLELR_"
- ],
- [
- 14982,
- 2,
- 13,
- 6,
- 0.17105,
- "_LNISFPATGCQK_"
- ],
- [
- 51501,
- 3,
- 16,
- 9,
- 0.21373,
- "_LAADEDDDDDDEEDDDEDDDDDDFDDEEAEEKAPVK_"
- ],
- [
- 6260,
- 3,
- 18,
- 5,
- 0.24222,
- "_DKEVGNLYDMFHTR_"
- ],
- [
- 2890,
- 2,
- 10,
- 4,
- 0.1283,
- "_LGCGLLDYR_"
- ],
- [
- 13752,
- 2,
- 10,
- 4,
- 0.1283,
- "_QAAGVISLPVGGNK_"
- ],
- [
- 37184,
- 2,
- 11,
- 5,
- 0.14254,
- "_APIQTYVLGANNQETVK_"
- ],
- [
- 27469,
- 2,
- 12,
- 3,
- 0.1568,
- "_ALAEVDVISLEQGKK_"
- ],
- [
- 15598,
- 2,
- 17,
- 4,
- 0.22799,
- "_NGIAGSSLPPPPIK_"
- ],
- [
- 5914,
- 3,
- 11,
- 2,
- 0.14256,
- "_KAEALEAAIENLNEAK_"
- ],
- [
- 28228,
- 2,
- 11,
- 2,
- 0.14256,
- "_VDNLSDEGALNISDR_"
- ],
- [
- 20818,
- 3,
- 13,
- 5,
- 0.17106,
- "_AGESVLVHGASGGVGLAACQIAR_"
- ],
- [
- 6831,
- 2,
- 11,
- 2,
- 0.14256,
- "_VGDNDFLEVR_"
- ],
- [
- 16049,
- 3,
- 11,
- 6,
- 0.14256,
- "_VWIESAETHVSCCVMVK_"
- ],
- [
- 6159,
- 3,
- 15,
- 3,
- 0.19952,
- "_LTVMTDLEDKNEWK_"
- ],
- [
- 2404,
- 2,
- 12,
- 2,
- 0.1568,
- "_LGTDLEYLK_"
- ],
- [
- 27748,
- 2,
- 18,
- 5,
- 0.24222,
- "_DVMEGVTVDDHMMK_"
- ],
- [
- 44097,
- 2,
- 16,
- 4,
- 0.21376,
- "_ELPTDMELSAHDDGAPAGVR_"
- ],
- [
- 23229,
- 2,
- 16,
- 4,
- 0.21376,
- "_VCIVGSGNWGSAVAK_"
- ],
- [
- 19814,
- 2,
- 12,
- 5,
- 0.1568,
- "_TLLAVTRPFISSK_"
- ],
- [
- 43887,
- 2,
- 20,
- 2,
- 0.2707,
- "_LEGM(Oxidation (M))LSQSVSSQYNMAGVR_"
- ],
- [
- 42823,
- 2,
- 12,
- 5,
- 0.1568,
- "_NMDWVSTQLQATCNVHK_"
- ],
- [
- 33072,
- 2,
- 13,
- 3,
- 0.17106,
- "_DAQDAEAAMDGAELDGR_"
- ],
- [
- 11354,
- 2,
- 15,
- 5,
- 0.19952,
- "_LMMDPLSGQNR_"
- ],
- [
- 18837,
- 3,
- 18,
- 5,
- 0.24222,
- "_STANNVEIHIPVPNDADSPK_"
- ],
- [
- 22281,
- 2,
- 14,
- 5,
- 0.18531,
- "_VESEIKVPDVELK_"
- ],
- [
- 9840,
- 2,
- 9,
- 3,
- 0.11403,
- "_LDDFLDLNHK_"
- ],
- [
- 14289,
- 3,
- 10,
- 3,
- 0.12828,
- "_FDSSHDRNEPFVFSLGK_"
- ],
- [
- 637,
- 2,
- 18,
- 4,
- 0.24222,
- "_LYELDGLR_"
- ],
- [
- 40355,
- 2,
- 13,
- 5,
- 0.17106,
- "_ALYDYEGQEHDELSFK_"
- ],
- [
- 50191,
- 2,
- 14,
- 6,
- 0.18531,
- "_LDVNSNCVNEEQPEAEVGISQK_"
- ],
- [
- 6019,
- 2,
- 13,
- 4,
- 0.17106,
- "_DAPSPVDAAFR_"
- ],
- [
- 27991,
- 3,
- 14,
- 5,
- 0.18531,
- "_NIDNPALADIYTEHAHQVVVAK_"
- ],
- [
- 6521,
- 2,
- 9,
- 3,
- 0.11403,
- "_FQIPPNAELK_"
- ],
- [
- 32701,
- 2,
- 20,
- 4,
- 0.27071,
- "_EEIQSSISGVTAAYNR_"
- ],
- [
- 10892,
- 2,
- 17,
- 6,
- 0.228,
- "_ATLYVTAIEDR_"
- ],
- [
- 2663,
- 3,
- 20,
- 4,
- 0.27071,
- "_KSDIDEIVLVGGSTR_"
- ],
- [
- 7124,
- 2,
- 18,
- 2,
- 0.24222,
- "_MIGGPILPSER_"
- ],
- [
- 15565,
- 3,
- 10,
- 2,
- 0.12826,
- "_VRDTYLDTQVVGQTGVIR_"
- ],
- [
- 9383,
- 3,
- 13,
- 6,
- 0.17104,
- "_AQNDLIWNIKDELKK_"
- ],
- [
- 9852,
- 2,
- 17,
- 5,
- 0.228,
- "_GVWSTLPVNEK_"
- ],
- [
- 23957,
- 3,
- 12,
- 4,
- 0.15679,
- "_HIVTGTTRPAPYIIFGPPGTGK_"
- ],
- [
- 8272,
- 2,
- 37,
- 5,
- 0.51299,
- "_NLPLPPPPPPR_"
- ],
- [
- 23492,
- 3,
- 9,
- 4,
- 0.114,
- "_DKPIGCSVAISTYSMLGHTTK_"
- ],
- [
- 50581,
- 2,
- 18,
- 9,
- 0.24222,
- "_HTQENCETWGVNGETGTLVDMK_"
- ],
- [
- 14262,
- 2,
- 14,
- 3,
- 0.18529,
- "_FVTDSNAVVQLK_"
- ],
- [
- 4310,
- 2,
- 24,
- 7,
- 0.32766,
- "_YEDMAAFMK_"
- ],
- [
- 39018,
- 2,
- 17,
- 4,
- 0.228,
- "_NLVTGDHIPTPQDLPQR_"
- ],
- [
- 23395,
- 2,
- 10,
- 3,
- 0.12826,
- "_TSNHAIVLAQLITK_"
- ],
- [
- 44979,
- 2,
- 10,
- 3,
- 0.12826,
- "_SEENMPGGGLSAGLASANSNVR_"
- ],
- [
- 17291,
- 3,
- 15,
- 5,
- 0.19954,
- "_STHEFLHEVPAASEEIFK_"
- ],
- [
- 8873,
- 4,
- 9,
- 2,
- 0.114,
- "_LLSCGGNWYRPLNSHATLLDK_"
- ],
- [
- 44203,
- 3,
- 16,
- 6,
- 0.21376,
- "_DEPGEQVELKEEAEAPVEDGSQPPPPEPK_"
- ],
- [
- 12751,
- 3,
- 14,
- 5,
- 0.18529,
- "_LLEHLPQEVPYNVQQK_"
- ],
- [
- 42441,
- 3,
- 7,
- 4,
- 0.085496,
- "_SCATVDSYHLYAYHEEPSATVPSQWK_"
- ],
- [
- 47444,
- 2,
- 18,
- 6,
- 0.24222,
- "_VVDYSQFQESDDADEDYGR_"
- ],
- [
- 26441,
- 2,
- 14,
- 3,
- 0.18529,
- "_GVPVSEAECTAMGLR_"
- ],
- [
- 49044,
- 2,
- 11,
- 3,
- 0.14252,
- "_SEGEAMEICSEPVAASPAPAGER_"
- ],
- [
- 27362,
- 2,
- 6,
- 2,
- 0.071224,
- "_LGFDKENVYDELR_"
- ],
- [
- 7423,
- 3,
- 14,
- 4,
- 0.18529,
- "_EDKLECSEELGDLVK_"
- ],
- [
- 14785,
- 2,
- 9,
- 3,
- 0.114,
- "_RLQLPVWEYK_"
- ],
- [
- 24000,
- 3,
- 14,
- 4,
- 0.18529,
- "_NQILSQQLQQMEAEHNTLR_"
- ],
- [
- 46212,
- 2,
- 12,
- 4,
- 0.15679,
- "_CMVEVPQELETSTGHSLEK_"
- ],
- [
- 607,
- 2,
- 13,
- 4,
- 0.17104,
- "_IIYIAPMR_"
- ],
- [
- 43098,
- 2,
- 12,
- 5,
- 0.15679,
- "_FGQMLGSNMTEFHSQISK_"
- ],
- [
- 25241,
- 2,
- 15,
- 3,
- 0.19954,
- "_LGEMWNNLNDSEK_"
- ],
- [
- 24365,
- 4,
- 13,
- 6,
- 0.17104,
- "_LLQIIDRDGEEEEEEEEPLDESSVKK_"
- ],
- [
- 20640,
- 3,
- 17,
- 3,
- 0.228,
- "_QRPVPQPSSASLDEYTLMR_"
- ],
- [
- 42555,
- 2,
- 12,
- 5,
- 0.15679,
- "_LGELTMQLHPVADSSPAGAK_"
- ],
- [
- 15659,
- 2,
- 13,
- 2,
- 0.17104,
- "_SISGPSVGVMEMR_"
- ],
- [
- 34672,
- 2,
- 11,
- 2,
- 0.1425,
- "_FLDQSGPPSGDVNSLDK_"
- ],
- [
- 5427,
- 2,
- 13,
- 6,
- 0.17103,
- "_MLEILEQQK_"
- ],
- [
- 42752,
- 2,
- 10,
- 4,
- 0.12825,
- "_SQHYDLVLNGNEIGGGSIR_"
- ],
- [
- 16480,
- 4,
- 11,
- 5,
- 0.1425,
- "_EIAAELGEQNQELIRDPFGHHVAR_"
- ],
- [
- 32391,
- 3,
- 13,
- 5,
- 0.17103,
- "_YVVSMGSCANGGGYYHYSYSVVR_"
- ],
- [
- 15350,
- 2,
- 11,
- 3,
- 0.1425,
- "_ISDQNIIPSVTR_"
- ],
- [
- 5627,
- 2,
- 12,
- 4,
- 0.15676,
- "_MQLSEIMER_"
- ],
- [
- 26862,
- 2,
- 12,
- 5,
- 0.15676,
- "_NLGSINTELQDVQR_"
- ],
- [
- 39655,
- 3,
- 11,
- 6,
- 0.1425,
- "_SSYNGLPSNVYVCSGPDCGLGNEHAVK_"
- ],
- [
- 11080,
- 2,
- 20,
- 4,
- 0.2707,
- "_DYETATLSDIK_"
- ],
- [
- 50749,
- 2,
- 23,
- 4,
- 0.31342,
- "_ANEPTHFTVDCTEAGEGDVSVGIK_"
- ],
- [
- 42906,
- 2,
- 12,
- 5,
- 0.15676,
- "_VWIESAETHVSCCVMVK_"
- ],
- [
- 48582,
- 2,
- 10,
- 3,
- 0.12825,
- "_VIHVVTSEMDNYEPGVYTEK_"
- ],
- [
- 17039,
- 3,
- 11,
- 7,
- 0.1425,
- "_VNCLDENGMTPLMHAAYK_"
- ],
- [
- 9276,
- 3,
- 19,
- 4,
- 0.25646,
- "_SYEALVQHVIEDHER_"
- ],
- [
- 32279,
- 2,
- 25,
- 7,
- 0.3419,
- "_YEEVSVSGFEEFHR_"
- ],
- [
- 17277,
- 2,
- 6,
- 3,
- 0.071217,
- "_KFGEAIGMGFPVK_"
- ],
- [
- 28531,
- 2,
- 13,
- 2,
- 0.17103,
- "_GDLNLELHCDLTPK_"
- ],
- [
- 38326,
- 3,
- 15,
- 6,
- 0.19954,
- "_QNPSLPAPQTLAGGNPETAQPHAGTLPR_"
- ],
- [
- 12072,
- 4,
- 14,
- 3,
- 0.18528,
- "_LLELCNKPVDGSSSTLSMSTHFK_"
- ],
- [
- 16648,
- 2,
- 14,
- 3,
- 0.18528,
- "_LQNSTLMAEFSK_"
- ],
- [
- 17319,
- 2,
- 14,
- 4,
- 0.18528,
- "_SLPSAVYCIEDK_"
- ],
- [
- 47114,
- 2,
- 14,
- 4,
- 0.18528,
- "_IYVQPQTPQSQMSLPASSEK_"
- ],
- [
- 16669,
- 3,
- 16,
- 6,
- 0.21378,
- "_TYGADLASVDFQHASEDAR_"
- ],
- [
- 32062,
- 2,
- 14,
- 5,
- 0.18528,
- "_QEQMCNVGVSMGLTR_"
- ],
- [
- 35018,
- 2,
- 16,
- 5,
- 0.21378,
- "_QEQIQAMPLADSQAVR_"
- ],
- [
- 27827,
- 3,
- 16,
- 6,
- 0.21378,
- "_GTIVLASPGWTTHSISDGKDLEK_"
- ],
- [
- 20116,
- 2,
- 9,
- 2,
- 0.114,
- "_TDWHMAFTGMSR_"
- ],
- [
- 39109,
- 2,
- 9,
- 3,
- 0.114,
- "_VHSAVITVPAYFNDSQR_"
- ],
- [
- 19049,
- 4,
- 15,
- 5,
- 0.19954,
- "_GGHSGQLGPSSVAPSFRPEDELEHLTK_"
- ],
- [
- 23682,
- 2,
- 10,
- 4,
- 0.12824,
- "_QVLLYEPQVNSPK_"
- ],
- [
- 28293,
- 2,
- 21,
- 6,
- 0.28494,
- "_LQMEAPHIIVGTPGR_"
- ],
- [
- 38836,
- 2,
- 13,
- 3,
- 0.171,
- "_ASDTPSGLSPTDTMGTAMR_"
- ],
- [
- 9754,
- 2,
- 12,
- 5,
- 0.15674,
- "_AEVLSEEPILK_"
- ],
- [
- 29025,
- 2,
- 12,
- 5,
- 0.15674,
- "_AVVVNAAQLASYSQSK_"
- ],
- [
- 21014,
- 2,
- 16,
- 6,
- 0.21378,
- "_GLKPSCTIIPLMK_"
- ],
- [
- 11649,
- 2,
- 17,
- 5,
- 0.22802,
- "_SFMALSQDIQK_"
- ],
- [
- 42994,
- 2,
- 13,
- 4,
- 0.171,
- "_ATTPADGEEPAPEAEALAAAR_"
- ],
- [
- 25968,
- 2,
- 17,
- 5,
- 0.22802,
- "_VYTHEVVTLWYR_"
- ],
- [
- 46501,
- 2,
- 9,
- 5,
- 0.11398,
- "_DWENASTTSSVASGTEYTGPK_"
- ],
- [
- 20617,
- 3,
- 12,
- 4,
- 0.15674,
- "_CMVEVPQELETSTGHSLEK_"
- ],
- [
- 40078,
- 2,
- 16,
- 4,
- 0.21378,
- "_KLASQADSTEQVDDTILT_"
- ],
- [
- 21615,
- 2,
- 20,
- 3,
- 0.27071,
- "_VAAIEALNDGELQK_"
- ],
- [
- 1067,
- 2,
- 14,
- 4,
- 0.18527,
- "_ILALDCGLK_"
- ],
- [
- 13207,
- 3,
- 10,
- 3,
- 0.12824,
- "_STLVNKEPDSMLAHMFK_"
- ],
- [
- 34917,
- 2,
- 14,
- 4,
- 0.18527,
- "_CTLSGGHLIQQVINGGK_"
- ],
- [
- 43944,
- 2,
- 24,
- 6,
- 0.32766,
- "_EQSQPCADNAVLSSGLTAAR_"
- ],
- [
- 27806,
- 2,
- 15,
- 2,
- 0.19952,
- "_DANVSGTLVSSSTLEK_"
- ],
- [
- 24315,
- 3,
- 11,
- 2,
- 0.14249,
- "_GEAVLRPGLDAEPELSPEEQR_"
- ],
- [
- 37620,
- 2,
- 15,
- 3,
- 0.19952,
- "_YVYFQGTGDMNAPPGSR_"
- ],
- [
- 68,
- 4,
- 11,
- 6,
- 0.14249,
- "_QALHSLELHYQAFLR_"
- ],
- [
- 22612,
- 2,
- 9,
- 3,
- 0.11398,
- "_DIVHSGLAYTMER_"
- ],
- [
- 40754,
- 3,
- 15,
- 6,
- 0.19952,
- "_TVMDGGLESDGPNMTENGLEDESRPQR_"
- ],
- [
- 25775,
- 3,
- 12,
- 6,
- 0.15674,
- "_MNGHHQQNGVENMMLFEVVK_"
- ],
- [
- 38728,
- 3,
- 10,
- 6,
- 0.12824,
- "_HAIVVCQETDDTYIPLNHMDPNQK_"
- ],
- [
- 1829,
- 2,
- 14,
- 3,
- 0.18527,
- "_GDDLSTAILK_"
- ],
- [
- 25156,
- 2,
- 5,
- 2,
- 0.056974,
- "_HYGVNCDDWLLR_"
- ],
- [
- 18132,
- 4,
- 12,
- 3,
- 0.15674,
- "_YYGTKDPVPGYSVPAAEHSTITAWGK_"
- ],
- [
- 16820,
- 2,
- 23,
- 4,
- 0.31342,
- "_AGVTCIVLPAENK_"
- ],
- [
- 11299,
- 2,
- 14,
- 7,
- 0.18527,
- "_LQTSSVLVSGLR_"
- ],
- [
- 5970,
- 3,
- 10,
- 4,
- 0.12823,
- "_VLEMDPLPSSKPFQK_"
- ],
- [
- 18944,
- 2,
- 9,
- 2,
- 0.11396,
- "_EMVMQYINTASK_"
- ],
- [
- 38120,
- 2,
- 13,
- 6,
- 0.17099,
- "_NASTFEDVTQVSSAYQK_"
- ],
- [
- 45492,
- 4,
- 9,
- 6,
- 0.11396,
- "_MHNYNYGGNLQENPSGPSLMHGQTWTSPAQGPGYSQGYR_"
- ],
- [
- 35617,
- 2,
- 12,
- 3,
- 0.15674,
- "_QNQAVMQLDWNQAQK_"
- ],
- [
- 19245,
- 2,
- 10,
- 4,
- 0.12823,
- "_TQSSLTVSEVLTR_"
- ],
- [
- 21955,
- 2,
- 10,
- 2,
- 0.12823,
- "_LEGELTEEVEMAK_"
- ],
- [
- 16152,
- 2,
- 13,
- 4,
- 0.17099,
- "_FKDPGLVDQLVK_"
- ],
- [
- 30292,
- 2,
- 13,
- 5,
- 0.17099,
- "_FESPESQASAEQPEM_"
- ],
- [
- 30754,
- 3,
- 12,
- 4,
- 0.15674,
- "_QPPARPPGPSTDTGALADGVVSQAVK_"
- ],
- [
- 35798,
- 2,
- 12,
- 3,
- 0.15674,
- "_YLDEDTIYHLQPSGR_"
- ],
- [
- 49088,
- 2,
- 12,
- 5,
- 0.15674,
- "_EEEEAFASSQSSQGAQSLTFSK_"
- ],
- [
- 41936,
- 3,
- 9,
- 5,
- 0.11396,
- "_KFVIHPESNNLIIIETDHNAYTEATK_"
- ],
- [
- 49325,
- 2,
- 13,
- 8,
- 0.17099,
- "_FCNIMGSSNGVDQEHFSNVVK_"
- ],
- [
- 30871,
- 2,
- 11,
- 4,
- 0.14249,
- "_ANQLAEEIESSAQYK_"
- ],
- [
- 15757,
- 3,
- 11,
- 2,
- 0.14249,
- "_EHEPPYEISVQEEITAR_"
- ],
- [
- 7824,
- 2,
- 12,
- 4,
- 0.15674,
- "_TLGDFAAEYAK_"
- ],
- [
- 4640,
- 2,
- 10,
- 3,
- 0.12823,
- "_ELSDMDYLK_"
- ],
- [
- 19266,
- 2,
- 10,
- 4,
- 0.12823,
- "_PMQFLGDEETVR_"
- ],
- [
- 44331,
- 2,
- 11,
- 4,
- 0.14249,
- "_EKEVDGLLTSEPMGSPVSSK_"
- ],
- [
- 43455,
- 2,
- 15,
- 4,
- 0.19952,
- "_AEPGQQQPAAEPPPAEGLLR_"
- ],
- [
- 334,
- 2,
- 14,
- 4,
- 0.18525,
- "_DYYINIR_"
- ],
- [
- 8479,
- 2,
- 17,
- 2,
- 0.22803,
- "_QMLPLNTNIR_"
- ],
- [
- 16274,
- 4,
- 14,
- 5,
- 0.18525,
- "_AMHTPKPSVGEEKDIIIFVGTPVQK_"
- ],
- [
- 3106,
- 2,
- 18,
- 5,
- 0.24227,
- "_VNLSAAQTLR_"
- ],
- [
- 32837,
- 3,
- 15,
- 6,
- 0.19952,
- "_SEMEMAHLYSLCDAAHAQTEVAK_"
- ],
- [
- 43367,
- 2,
- 19,
- 6,
- 0.25649,
- "_TYGADLASVDFQHASEDAR_"
- ],
- [
- 10053,
- 2,
- 6,
- 2,
- 0.071236,
- "_EIVAESDVMLK_"
- ],
- [
- 37799,
- 3,
- 13,
- 5,
- 0.17101,
- "_RPPEPTTPWQEDPEPEDENLYEK_"
- ],
- [
- 34299,
- 2,
- 9,
- 2,
- 0.11398,
- "_EEGPAAWEGPNQDLPR_"
- ],
- [
- 738,
- 2,
- 13,
- 2,
- 0.17101,
- "_DVNAAIAAIK_"
- ],
- [
- 12502,
- 2,
- 11,
- 4,
- 0.1425,
- "_EVDDFFEQEK_"
- ],
- [
- 34859,
- 2,
- 18,
- 5,
- 0.2423,
- "_VDATEESDLAQQYGVR_"
- ],
- [
- 48347,
- 2,
- 11,
- 6,
- 0.1425,
- "_IEPGVSVSLVNPQPSNGHFSTK_"
- ],
- [
- 28726,
- 2,
- 10,
- 5,
- 0.12823,
- "_VVEIAPAAHLDPQLR_"
- ],
- [
- 23709,
- 2,
- 12,
- 3,
- 0.15676,
- "_ESCGSSVLTDFEGK_"
- ],
- [
- 16285,
- 3,
- 16,
- 6,
- 0.21379,
- "_FGQMLGSNMTEFHSQISK_"
- ],
- [
- 25236,
- 2,
- 13,
- 4,
- 0.17101,
- "_NIDCYSTDFCVR_"
- ],
- [
- 2638,
- 4,
- 16,
- 7,
- 0.21379,
- "_VFFVHEGYQGLVDGGDHIK_"
- ],
- [
- 26043,
- 2,
- 11,
- 3,
- 0.1425,
- "_VTGELAFDTSSADVR_"
- ],
- [
- 38822,
- 2,
- 16,
- 3,
- 0.21379,
- "_NVAYDTLPIVVHGNGPTK_"
- ],
- [
- 6689,
- 3,
- 16,
- 5,
- 0.21379,
- "_QMEDGHTLFDYEVR_"
- ],
- [
- 5046,
- 2,
- 10,
- 3,
- 0.12823,
- "_ELWLVIHGR_"
- ],
- [
- 1606,
- 2,
- 15,
- 3,
- 0.19952,
- "_LLVLDPAQR_"
- ],
- [
- 14101,
- 2,
- 12,
- 3,
- 0.15676,
- "_NQWQLSADDLK_"
- ],
- [
- 34225,
- 2,
- 21,
- 6,
- 0.285,
- "_EDKLECSEELGDLVK_"
- ],
- [
- 7480,
- 2,
- 14,
- 4,
- 0.18526,
- "_FEVAQVESLR_"
- ],
- [
- 18536,
- 2,
- 14,
- 4,
- 0.18526,
- "_IWVFGGANQSGNR_"
- ],
- [
- 51332,
- 3,
- 12,
- 5,
- 0.15676,
- "_HDSYGNQFSTQGTPSGSPFPSQQTTMYQQQQQNYK_"
- ],
- [
- 33778,
- 2,
- 15,
- 3,
- 0.19952,
- "_IFVGNVSAACTSQELR_"
- ],
- [
- 48139,
- 2,
- 10,
- 2,
- 0.12823,
- "_PLSSGFSPEEAQQQDEEFEK_"
- ],
- [
- 41096,
- 3,
- 12,
- 6,
- 0.15676,
- "_SALIPQHSAGCDSTPTTKPQWSLELAR_"
- ],
- [
- 8937,
- 3,
- 7,
- 3,
- 0.085501,
- "_EKEIPIEGLEFMGHGK_"
- ],
- [
- 41833,
- 2,
- 13,
- 4,
- 0.17103,
- "_QVSASELHTSGILGPETLR_"
- ],
- [
- 13255,
- 3,
- 12,
- 3,
- 0.15676,
- "_WYVDGPASTAFQEHVSR_"
- ],
- [
- 8046,
- 3,
- 10,
- 5,
- 0.12824,
- "_FLFENQTPAHVYYR_"
- ],
- [
- 36246,
- 2,
- 13,
- 5,
- 0.17103,
- "_GPEPSAQEQMEGMLCR_"
- ],
- [
- 37927,
- 3,
- 14,
- 7,
- 0.18527,
- "_IFSGGDQSFSHYSSPQNCGPPDDFR_"
- ],
- [
- 31542,
- 2,
- 16,
- 5,
- 0.21379,
- "_LIASYCNVGDIEGASK_"
- ],
- [
- 31201,
- 2,
- 10,
- 5,
- 0.12824,
- "_EQPAVVGLDSEEMER_"
- ],
- [
- 41205,
- 2,
- 15,
- 4,
- 0.19953,
- "_GPGDTSNFDDYEEEEIR_"
- ],
- [
- 37370,
- 2,
- 15,
- 5,
- 0.19953,
- "_SSFEYGQVNHALAAAMR_"
- ],
- [
- 29876,
- 2,
- 9,
- 3,
- 0.114,
- "_LKPQYLEELPGQLK_"
- ],
- [
- 30319,
- 2,
- 13,
- 3,
- 0.17103,
- "_GPVEGYEENEEFLR_"
- ],
- [
- 30848,
- 3,
- 14,
- 6,
- 0.18527,
- "_DGGGGGEFYGYMTMDRPLSHCGR_"
- ],
- [
- 47769,
- 2,
- 14,
- 5,
- 0.18527,
- "_YSPTSPTYSPTSPVYTPTSPK_"
- ],
- [
- 28330,
- 2,
- 17,
- 4,
- 0.22806,
- "_FYQGFLFSEKPEK_"
- ],
- [
- 37865,
- 2,
- 14,
- 4,
- 0.18527,
- "_LLQHEWEESNVQILK_"
- ],
- [
- 9967,
- 2,
- 11,
- 5,
- 0.14249,
- "_VATQGGIMITIK_"
- ],
- [
- 36309,
- 2,
- 14,
- 4,
- 0.18527,
- "_MVNPTTVLESPHSLPAK_"
- ],
- [
- 20043,
- 2,
- 10,
- 3,
- 0.12824,
- "_TIEEYAVCPDLK_"
- ],
- [
- 11540,
- 3,
- 14,
- 5,
- 0.18527,
- "_KGTMTTGHNVADLVVILK_"
- ],
- [
- 29559,
- 2,
- 12,
- 4,
- 0.15676,
- "_QVLEAFFHTQSSVR_"
- ],
- [
- 30236,
- 2,
- 8,
- 2,
- 0.099757,
- "_QDVDDEYGVSQALAR_"
- ],
- [
- 27537,
- 2,
- 16,
- 2,
- 0.21379,
- "_IDGVFAACQSGSFDK_"
- ],
- [
- 40030,
- 4,
- 13,
- 8,
- 0.17103,
- "_VNCIQWHQDSGCLYSCSDDKHIVEWNVQTCK_"
- ],
- [
- 30484,
- 3,
- 11,
- 5,
- 0.14249,
- "_IANCIVHSTDKGPNSALVQQLIK_"
- ],
- [
- 14168,
- 3,
- 11,
- 4,
- 0.14249,
- "_ATGRPECFLTIQEGLASK_"
- ],
- [
- 33251,
- 2,
- 13,
- 3,
- 0.17103,
- "_HETEQFPAEPLELAK_"
- ],
- [
- 19466,
- 2,
- 11,
- 2,
- 0.14249,
- "_VMAAENIPENPLK_"
- ],
- [
- 39178,
- 2,
- 14,
- 2,
- 0.18527,
- "_MQPDCSNPLTLDECAR_"
- ],
- [
- 5554,
- 3,
- 18,
- 6,
- 0.2423,
- "_SLLSQMLHYDPNKR_"
- ],
- [
- 17929,
- 3,
- 13,
- 4,
- 0.17103,
- "_EKEVDGLLTSEPMGSPVSSK_"
- ],
- [
- 13808,
- 2,
- 9,
- 2,
- 0.114,
- "_AILYLNTGYQR_"
- ],
- [
- 4562,
- 3,
- 16,
- 5,
- 0.21379,
- "_LPGGHQTVLFSATLPK_"
- ],
- [
- 20546,
- 2,
- 13,
- 3,
- 0.17103,
- "_AEQLASVQYTLPK_"
- ],
- [
- 39756,
- 2,
- 19,
- 3,
- 0.25656,
- "_DHADVSNQLYACYAIGK_"
- ],
- [
- 29804,
- 2,
- 14,
- 3,
- 0.18527,
- "_YADGPQLYITEQTR_"
- ],
- [
- 1919,
- 2,
- 13,
- 5,
- 0.17103,
- "_KFLPLFDR_"
- ],
- [
- 46746,
- 2,
- 14,
- 6,
- 0.18527,
- "_LVYSTCSLCQEENEDVVR_"
- ],
- [
- 10992,
- 4,
- 12,
- 7,
- 0.15676,
- "_IANCIVHSTDKGPNSALVQQLIK_"
- ],
- [
- 935,
- 2,
- 14,
- 4,
- 0.18527,
- "_DLLNCSFK_"
- ],
- [
- 28568,
- 2,
- 10,
- 3,
- 0.12824,
- "_IESIQLM(Oxidation (M))MDSETGR_"
- ],
- [
- 17786,
- 2,
- 10,
- 3,
- 0.12824,
- "_VLAGVVMTTGTDVK_"
- ],
- [
- 27571,
- 3,
- 16,
- 2,
- 0.21379,
- "_TDEMHTALMEACMDGHVEVAR_"
- ],
- [
- 35721,
- 2,
- 12,
- 4,
- 0.15676,
- "_YFTVTCYSGYGDDEK_"
- ],
- [
- 10520,
- 2,
- 5,
- 3,
- 0.057061,
- "_AAQLATEIADIK_"
- ],
- [
- 39254,
- 2,
- 14,
- 7,
- 0.1853,
- "_GIAAQPLYAGYCNHENM_"
- ],
- [
- 28285,
- 4,
- 20,
- 5,
- 0.27084,
- "_QPTEEEASSKEDSAPSKPVVGIIYPPPEVR_"
- ],
- [
- 34961,
- 2,
- 11,
- 4,
- 0.14252,
- "_ESEMNAIAADMCTNAR_"
- ],
- [
- 35012,
- 2,
- 13,
- 3,
- 0.17104,
- "_FLFENQTPAHVYYR_"
- ],
- [
- 33526,
- 3,
- 13,
- 5,
- 0.17104,
- "_YMNGHSDVVMGLVSVNCESLHNR_"
- ],
- [
- 6546,
- 3,
- 13,
- 5,
- 0.17104,
- "_GWDQGLLGMCEGEKR_"
- ],
- [
- 50373,
- 2,
- 13,
- 5,
- 0.17104,
- "_SVEMHHEALSEALPGDNVGFNVK_"
- ],
- [
- 44432,
- 2,
- 12,
- 5,
- 0.15677,
- "_NLNHSLPSDFTFQNMNSK_"
- ],
- [
- 2272,
- 2,
- 12,
- 3,
- 0.15677,
- "_VMAGSLLLDK_"
- ],
- [
- 28798,
- 2,
- 12,
- 3,
- 0.15677,
- "_ALTNLPHTDFTLCK_"
- ],
- [
- 7218,
- 2,
- 23,
- 5,
- 0.31354,
- "_QDSLVINLNR_"
- ],
- [
- 14680,
- 2,
- 12,
- 5,
- 0.15677,
- "_EVLEGLEYLHK_"
- ],
- [
- 27285,
- 2,
- 8,
- 3,
- 0.099779,
- "_EHPILGPYVQDLSK_"
- ],
- [
- 50858,
- 2,
- 12,
- 5,
- 0.15677,
- "_FVDEEDGGDGQAGPDEGEVDSCLR_"
- ],
- [
- 26697,
- 2,
- 12,
- 4,
- 0.15677,
- "_IGYSSPLTLSDQSSK_"
- ],
- [
- 32741,
- 2,
- 11,
- 4,
- 0.14252,
- "_ETDKNISEAFEDLSK_"
- ],
- [
- 20721,
- 2,
- 11,
- 2,
- 0.14252,
- "_YGEGDSLTLQQLK_"
- ],
- [
- 35623,
- 2,
- 12,
- 6,
- 0.15677,
- "_FSSELEQIELHNSIR_"
- ],
- [
- 13331,
- 2,
- 9,
- 2,
- 0.11404,
- "_IGELLDQASVTR_"
- ],
- [
- 30986,
- 2,
- 9,
- 6,
- 0.11404,
- "_YLIATSEQPIAALHR_"
- ],
- [
- 16300,
- 3,
- 15,
- 5,
- 0.19955,
- "_DQVAIHEAMEQQTISITK_"
- ],
- [
- 48953,
- 2,
- 10,
- 2,
- 0.12827,
- "_SQVEPADYKADEDPALFQSVK_"
- ],
- [
- 42653,
- 2,
- 15,
- 5,
- 0.19955,
- "_EDQPAVPGETQGDSYFTGK_"
- ],
- [
- 11411,
- 2,
- 16,
- 4,
- 0.2138,
- "_ILEAWEMNEK_"
- ],
- [
- 24842,
- 3,
- 15,
- 5,
- 0.19955,
- "_VIHVVTSEMDNYEPGVYTEK_"
- ],
- [
- 51348,
- 2,
- 15,
- 5,
- 0.19955,
- "_NASPEDVEYYNCQQELTDDLHK_"
- ],
- [
- 9145,
- 3,
- 17,
- 5,
- 0.22806,
- "_MVNPTTVLESPHSLPAK_"
- ],
- [
- 38564,
- 2,
- 15,
- 5,
- 0.19955,
- "_EIEELQSQAQALSQEGK_"
- ],
- [
- 35947,
- 2,
- 10,
- 3,
- 0.12827,
- "_SGEISLPIKEEPSPISK_"
- ],
- [
- 23865,
- 2,
- 15,
- 2,
- 0.19955,
- "_AGEVINQPMMMAAR_"
- ],
- [
- 3088,
- 2,
- 16,
- 5,
- 0.2138,
- "_NSTFSEIFK_"
- ],
- [
- 7173,
- 2,
- 9,
- 3,
- 0.11404,
- "_ATEQLQIVLR_"
- ],
- [
- 19319,
- 2,
- 8,
- 3,
- 0.12827,
- "_YPGSTFMDHVLR_"
- ],
- [
- 15824,
- 2,
- 15,
- 4,
- 0.19955,
- "_ETIDAVPNAIPGR_"
- ],
- [
- 26561,
- 3,
- 16,
- 7,
- 0.2138,
- "_FCNIMGSSNGVDQEHFSNVVK_"
- ],
- [
- 32459,
- 2,
- 14,
- 5,
- 0.1853,
- "_HPTALGLEVGQEIQVK_"
- ],
- [
- 15947,
- 3,
- 18,
- 7,
- 0.2423,
- "_FGAQQDTIEVPEKDLVDK_"
- ],
- [
- 26110,
- 2,
- 25,
- 7,
- 0.34201,
- "_NVALLSQLYHSPAR_"
- ],
- [
- 21505,
- 2,
- 11,
- 2,
- 0.14252,
- "_VDFTEEEINNMK_"
- ],
- [
- 7952,
- 3,
- 5,
- 2,
- 0.057052,
- "_EEFDRLDSSAVLDTGK_"
- ],
- [
- 18817,
- 2,
- 23,
- 5,
- 0.31354,
- "_GALQNIIPASTGAAK_"
- ],
- [
- 16774,
- 2,
- 13,
- 4,
- 0.17101,
- "_AVNTQALSGAGILR_"
- ],
- [
- 45272,
- 2,
- 8,
- 4,
- 0.099785,
- "_SFSDEQWYSFNDQHVSR_"
- ],
- [
- 26790,
- 2,
- 14,
- 4,
- 0.18528,
- "_HLLFSDVAAQQSLR_"
- ],
- [
- 6913,
- 3,
- 12,
- 3,
- 0.15676,
- "_NRLENDGATALAEAFR_"
- ],
- [
- 10343,
- 4,
- 16,
- 8,
- 0.21379,
- "_SVEMHHEALSEALPGDNVGFNVK_"
- ],
- [
- 24380,
- 3,
- 16,
- 7,
- 0.21379,
- "_IEPGVSVSLVNPQPSNGHFSTK_"
- ],
- [
- 41491,
- 2,
- 10,
- 5,
- 0.12828,
- "_LLESSLSSSEGEEPVEYK_"
- ],
- [
- 28707,
- 2,
- 16,
- 7,
- 0.21379,
- "_LVTVWSAPNYCYR_"
- ],
- [
- 3588,
- 3,
- 16,
- 5,
- 0.21379,
- "_VVEIAPAAHLDPQLR_"
- ],
- [
- 19380,
- 2,
- 12,
- 4,
- 0.15676,
- "_GIAADGANALLPANR_"
- ],
- [
- 4880,
- 3,
- 13,
- 4,
- 0.17101,
- "_ILLLITSSHSDYCR_"
- ],
- [
- 46581,
- 2,
- 16,
- 6,
- 0.21379,
- "_VTGEADVEFATHEEAVAAMSK_"
- ],
- [
- 33852,
- 2,
- 17,
- 4,
- 0.22804,
- "_DLEIERPILGQNDNK_"
- ],
- [
- 5486,
- 2,
- 9,
- 2,
- 0.11402,
- "_IWDLADTDGK_"
- ],
- [
- 46150,
- 2,
- 17,
- 7,
- 0.22804,
- "_ECPSDECGAGVFMASHFDR_"
- ],
- [
- 6188,
- 2,
- 12,
- 3,
- 0.15676,
- "_TALYVTPLDR_"
- ],
- [
- 17818,
- 2,
- 16,
- 6,
- 0.21379,
- "_VEESSWLIEDGK_"
- ],
- [
- 22772,
- 3,
- 14,
- 7,
- 0.18528,
- "_ATGEADVHFETHEDAVAAMLK_"
- ],
- [
- 43682,
- 2,
- 18,
- 5,
- 0.2423,
- "_ESTNYPGDYTLCVSCDGK_"
- ],
- [
- 26239,
- 2,
- 14,
- 4,
- 0.18528,
- "_IKDLSTVEALQNLK_"
- ],
- [
- 27681,
- 3,
- 15,
- 6,
- 0.19954,
- "_NEDEEEEEEEKDEAEDLLGR_"
- ],
- [
- 23313,
- 2,
- 10,
- 5,
- 0.12828,
- "_SLLQTTFLVDNKK_"
- ],
- [
- 23833,
- 3,
- 11,
- 4,
- 0.14252,
- "_SISLTRPGSSSLSSGPNSILCR_"
- ],
- [
- 43301,
- 2,
- 21,
- 5,
- 0.28508,
- "_TQTAIASEDMPNTLTEAEK_"
- ],
- [
- 26960,
- 2,
- 15,
- 2,
- 0.19954,
- "_AHQLVLPPCDVVIK_"
- ],
- [
- 24671,
- 2,
- 15,
- 4,
- 0.19954,
- "_RTDIFGVEETAIGK_"
- ],
- [
- 3528,
- 2,
- 12,
- 4,
- 0.15676,
- "_AFTYINLDK_"
- ],
- [
- 31324,
- 3,
- 11,
- 3,
- 0.14252,
- "_SKDHFGLEGDEESTMLEDSVSPK_"
- ],
- [
- 30364,
- 3,
- 11,
- 5,
- 0.14252,
- "_IEDVPAPSTSADKVESLDVDSEAK_"
- ],
- [
- 14293,
- 3,
- 13,
- 4,
- 0.17101,
- "_LVTPEDDELDELRPGQR_"
- ],
- [
- 33108,
- 2,
- 13,
- 5,
- 0.17101,
- "_GWDQGLLGMCEGEKR_"
- ],
- [
- 2662,
- 2,
- 18,
- 4,
- 0.2423,
- "_EELTLEGIR_"
- ],
- [
- 1444,
- 2,
- 14,
- 5,
- 0.18528,
- "_SYVDMYLK_"
- ],
- [
- 32166,
- 2,
- 12,
- 3,
- 0.15676,
- "_NYPPWQHTTLSVLR_"
- ],
- [
- 44569,
- 2,
- 14,
- 4,
- 0.18528,
- "_SSLDDYCPSDQVDTIQEK_"
- ],
- [
- 7084,
- 2,
- 16,
- 5,
- 0.21379,
- "_SPILVATAVAAR_"
- ],
- [
- 16918,
- 2,
- 14,
- 3,
- 0.18528,
- "_AIVICPTDEDLK_"
- ],
- [
- 3989,
- 4,
- 14,
- 5,
- 0.18528,
- "_CNILHADIKPDNILVNESK_"
- ],
- [
- 27958,
- 2,
- 12,
- 4,
- 0.15676,
- "_IGTAEPDYGALYEGR_"
- ],
- [
- 14942,
- 4,
- 18,
- 4,
- 0.2423,
- "_LQPPFSPHPTLLSSTPKPPGTSEPR_"
- ],
- [
- 35707,
- 4,
- 13,
- 8,
- 0.17101,
- "_EKEEEELFPESERPEMLSEQEHMSISGSSAR_"
- ],
- [
- 19064,
- 2,
- 12,
- 4,
- 0.15676,
- "_KGDILTLLNSTNK_"
- ],
- [
- 28387,
- 2,
- 11,
- 3,
- 0.14252,
- "_EAGFGGGPNATITTSLK_"
- ],
- [
- 29100,
- 2,
- 7,
- 2,
- 0.085544,
- "_ASIDSSLENLSTASSR_"
- ],
- [
- 8531,
- 4,
- 14,
- 6,
- 0.18526,
- "_GQEETPSWEHILFTCCHNR_"
- ],
- [
- 49793,
- 2,
- 11,
- 3,
- 0.14252,
- "_ILQACGGNSLGSYSASQGVNCIR_"
- ],
- [
- 1113,
- 3,
- 10,
- 3,
- 0.12827,
- "_IIHLEKPFAVLVK_"
- ],
- [
- 24219,
- 4,
- 11,
- 9,
- 0.14252,
- "_VMWNTAVHSEFMHDHADYGFPSCEGK_"
- ],
- [
- 13838,
- 2,
- 14,
- 5,
- 0.18526,
- "_MLVALGECYEK_"
- ],
- [
- 8157,
- 3,
- 12,
- 6,
- 0.15676,
- "_GLLSQGSPLSWEETKR_"
- ],
- [
- 10761,
- 2,
- 10,
- 3,
- 0.12827,
- "_SAPVMLTLSDSK_"
- ],
- [
- 41946,
- 2,
- 10,
- 4,
- 0.12827,
- "_ALDCELAEAQLHTTAIDK_"
- ],
- [
- 7930,
- 2,
- 12,
- 2,
- 0.15676,
- "_DLSQLQENLK_"
- ],
- [
- 2471,
- 3,
- 11,
- 5,
- 0.14252,
- "_ADHDFVVQEDFMK_"
- ],
- [
- 20385,
- 2,
- 12,
- 3,
- 0.15676,
- "_KLNGLADLEACIK_"
- ],
- [
- 34749,
- 2,
- 10,
- 3,
- 0.12827,
- "_LQPSSTSESMDQLLNK_"
- ],
- [
- 49823,
- 2,
- 13,
- 5,
- 0.17101,
- "_GNPGEQSPSPEQFINNAGAGDSSR_"
- ],
- [
- 28666,
- 2,
- 10,
- 2,
- 0.12827,
- "_LPIEETLEDSPQTR_"
- ],
- [
- 11857,
- 2,
- 12,
- 4,
- 0.15676,
- "_KLAVASVTEILK_"
- ],
- [
- 25992,
- 2,
- 10,
- 3,
- 0.12827,
- "_EELSVWTEEECR_"
- ],
- [
- 26705,
- 2,
- 11,
- 3,
- 0.14252,
- "_LGELQGNHFTVVLR_"
- ],
- [
- 20225,
- 3,
- 13,
- 6,
- 0.17101,
- "_GQSLGYAFAEFQEHEHALK_"
- ],
- [
- 12407,
- 2,
- 12,
- 3,
- 0.15676,
- "_VLEEGGFFEEK_"
- ],
- [
- 11925,
- 3,
- 13,
- 6,
- 0.17101,
- "_QELEFGVIYHCTEER_"
- ],
- [
- 26460,
- 3,
- 10,
- 6,
- 0.12827,
- "_GEMSRPGEVCSALNLCESLQK_"
- ],
- [
- 21216,
- 3,
- 12,
- 5,
- 0.15676,
- "_CNILHADIKPDNILVNESK_"
- ],
- [
- 50795,
- 2,
- 10,
- 2,
- 0.12827,
- "_CQLLQQHEEYQEELEFCEK_"
- ],
- [
- 51419,
- 2,
- 10,
- 5,
- 0.12827,
- "_TASISSSPSEGTPTVGSYGCTPQSLPK_"
- ],
- [
- 35149,
- 2,
- 15,
- 5,
- 0.19953,
- "_AIGVLTSGGDAQGMNAAVR_"
- ],
- [
- 48271,
- 3,
- 11,
- 6,
- 0.14252,
- "_SATVKPGAVGAGEFVSPCESGDNTGEPSALEEQR_"
- ],
- [
- 33370,
- 2,
- 14,
- 6,
- 0.18526,
- "_NYILDQTNVYGSAQR_"
- ],
- [
- 13977,
- 2,
- 8,
- 4,
- 0.09979,
- "_DPMYNEYLDR_"
- ],
- [
- 30450,
- 2,
- 15,
- 3,
- 0.19953,
- "_EFALNNENYSLSNR_"
- ],
- [
- 3352,
- 3,
- 26,
- 6,
- 0.35625,
- "_LQMEAPHIIVGTPGR_"
- ],
- [
- 2177,
- 3,
- 21,
- 7,
- 0.28507,
- "_VEYHFLSPYVSPK_"
- ],
- [
- 8547,
- 3,
- 16,
- 5,
- 0.21379,
- "_FSSELEQIELHNSIR_"
- ],
- [
- 17610,
- 2,
- 7,
- 2,
- 0.085547,
- "_NLSEVPQCVWR_"
- ],
- [
- 25784,
- 2,
- 15,
- 4,
- 0.19953,
- "_GLSEAAGQTAQMLER_"
- ],
- [
- 22543,
- 3,
- 16,
- 2,
- 0.21379,
- "_AAVSALLEQHGLQGDVAFGHSK_"
- ],
- [
- 30996,
- 3,
- 14,
- 6,
- 0.18526,
- "_SMSQVDVDSGIENMEVDENDRR_"
- ],
- [
- 25949,
- 2,
- 6,
- 2,
- 0.071298,
- "_ESCQISQNLDIMK_"
- ],
- [
- 28541,
- 2,
- 8,
- 3,
- 0.09979,
- "_GQVINLDQLHSSWK_"
- ],
- [
- 38049,
- 2,
- 14,
- 6,
- 0.18526,
- "_LAAAILGGVDQIHIKPGAK_"
- ],
- [
- 32946,
- 2,
- 10,
- 4,
- 0.12827,
- "_KGSLLIDSSTIDPAVSK_"
- ],
- [
- 29987,
- 2,
- 18,
- 6,
- 0.24229,
- "_NQVALNPQNTVFDAK_"
- ],
- [
- 20327,
- 2,
- 19,
- 7,
- 0.25655,
- "_VLQDMGLPTGAEGR_"
- ],
- [
- 16035,
- 2,
- 18,
- 3,
- 0.24229,
- "_LSDQFHDILIR_"
- ],
- [
- 33705,
- 2,
- 9,
- 3,
- 0.11403,
- "_AQLAHYNFQFVVGQK_"
- ],
- [
- 50474,
- 2,
- 18,
- 6,
- 0.24229,
- "_QNSQLPAQVQNGPSQEELEIQR_"
- ],
- [
- 49735,
- 2,
- 19,
- 7,
- 0.25655,
- "_NEDEEEEEEEKDEAEDLLGR_"
- ],
- [
- 15329,
- 3,
- 18,
- 5,
- 0.24227,
- "_LTLFVNGQPRPLESSQVK_"
- ],
- [
- 42798,
- 3,
- 17,
- 8,
- 0.22803,
- "_DKDDDGGEDDDANCNLICGDEYGPETR_"
- ],
- [
- 13821,
- 3,
- 11,
- 5,
- 0.1425,
- "_HAIYDKLDDDGLIAPGVR_"
- ],
- [
- 23009,
- 3,
- 14,
- 6,
- 0.18525,
- "_ECDPDLCLTCGAADHWDSK_"
- ],
- [
- 34998,
- 4,
- 9,
- 6,
- 0.11403,
- "_ITPEPAVSNTEEPSTTSTASNYPDVLTRPSLHR_"
- ],
- [
- 3310,
- 2,
- 17,
- 5,
- 0.22803,
- "_ENFQNWLK_"
- ],
- [
- 1511,
- 2,
- 14,
- 5,
- 0.18525,
- "_MFEFYER_"
- ],
- [
- 3983,
- 3,
- 12,
- 4,
- 0.15676,
- "_HGHLIAAQMLDVAIR_"
- ],
- [
- 13710,
- 2,
- 12,
- 5,
- 0.15676,
- "_VPELNVQNGVLK_"
- ],
- [
- 22465,
- 2,
- 17,
- 2,
- 0.22803,
- "_DKDTSSDPLLELR_"
- ],
- [
- 14001,
- 4,
- 8,
- 6,
- 0.099787,
- "_LLAENEDVVVVDKPSSIPVHPCGR_"
- ],
- [
- 14076,
- 2,
- 13,
- 3,
- 0.171,
- "_QAAAAGIFLNNVK_"
- ],
- [
- 20981,
- 2,
- 6,
- 4,
- 0.071269,
- "_SDDMIETVYNDR_"
- ],
- [
- 21050,
- 2,
- 17,
- 4,
- 0.22803,
- "_QFVTPADVVSGNPK_"
- ],
- [
- 3924,
- 2,
- 6,
- 2,
- 0.071269,
- "_TTFEIEISR_"
- ],
- [
- 41288,
- 2,
- 21,
- 6,
- 0.28506,
- "_SYLMTNYESAPPSPQYK_"
- ],
- [
- 22961,
- 4,
- 21,
- 5,
- 0.28506,
- "_KFVIHPESNNLIIIETDHNAYTEATK_"
- ],
- [
- 38510,
- 3,
- 11,
- 7,
- 0.1425,
- "_YTHLVDQDTTSFDSAWGQESAQNTK_"
- ],
- [
- 39380,
- 2,
- 12,
- 5,
- 0.15676,
- "_YHMDASGEAVSETLQFK_"
- ],
- [
- 7523,
- 2,
- 7,
- 3,
- 0.085537,
- "_IGSGFDNIDIK_"
- ],
- [
- 11710,
- 2,
- 9,
- 4,
- 0.11403,
- "_NMVPQQALVIR_"
- ],
- [
- 6561,
- 4,
- 14,
- 2,
- 0.18525,
- "_QSTWEKPDDLKTPAEQLLSK_"
- ],
- [
- 40972,
- 2,
- 15,
- 3,
- 0.19949,
- "_EKFPEFCSSPSPPVEVK_"
- ],
- [
- 17253,
- 2,
- 11,
- 6,
- 0.1425,
- "_QNAEELQDFMR_"
- ],
- [
- 3900,
- 2,
- 14,
- 4,
- 0.18525,
- "_DGLTVHLVIK_"
- ],
- [
- 7650,
- 2,
- 15,
- 5,
- 0.19949,
- "_GVVCIDEFDK_"
- ],
- [
- 9396,
- 2,
- 14,
- 3,
- 0.18525,
- "_AAYFGIYDTAK_"
- ],
- [
- 28452,
- 2,
- 10,
- 2,
- 0.12827,
- "_AQQGNEALDEICFK_"
- ],
- [
- 18531,
- 2,
- 9,
- 2,
- 0.11403,
- "_HFLDCGSIMAVR_"
- ],
- [
- 3954,
- 2,
- 25,
- 5,
- 0.34203,
- "_MFILSDGEGK_"
- ],
- [
- 14886,
- 2,
- 10,
- 2,
- 0.12827,
- "_LSTDVCEQILR_"
- ],
- [
- 17681,
- 2,
- 10,
- 4,
- 0.12827,
- "_SIFVLPNDDLKK_"
- ],
- [
- 14475,
- 2,
- 14,
- 5,
- 0.18525,
- "_GLFSANDWQCK_"
- ],
- [
- 30751,
- 2,
- 15,
- 3,
- 0.19949,
- "_ILLLITSSHSDYCR_"
- ],
- [
- 6971,
- 2,
- 9,
- 2,
- 0.11403,
- "_GMFNSALEVAK_"
- ],
- [
- 42832,
- 2,
- 16,
- 5,
- 0.21377,
- "_FGAQQDTIEVPEKDLVDK_"
- ],
- [
- 11167,
- 4,
- 11,
- 3,
- 0.1425,
- "_LAERPYIIAGLHFDQEVNHYK_"
- ],
- [
- 31178,
- 2,
- 16,
- 4,
- 0.21377,
- "_FNLTGLNEQVPHYR_"
- ],
- [
- 44867,
- 2,
- 9,
- 3,
- 0.11403,
- "_LSIYSTSDCEHGMASVISR_"
- ],
- [
- 19166,
- 2,
- 11,
- 5,
- 0.14251,
- "_VTLNGVPAQPLGPR_"
- ],
- [
- 49918,
- 2,
- 7,
- 3,
- 0.085513,
- "_AMQGTEVGQTDQTDSTGGPAFLSK_"
- ],
- [
- 7401,
- 2,
- 13,
- 4,
- 0.17101,
- "_MSAEINEIIR_"
- ],
- [
- 39133,
- 2,
- 13,
- 6,
- 0.17101,
- "_EAAWAITNATSGGSAEQIK_"
- ],
- [
- 2067,
- 2,
- 11,
- 3,
- 0.14251,
- "_VAAIQQILGK_"
- ],
- [
- 2802,
- 3,
- 12,
- 3,
- 0.15675,
- "_EALGGQALYPHVLVK_"
- ],
- [
- 5513,
- 3,
- 12,
- 3,
- 0.15675,
- "_TITSEDVAEMHNILK_"
- ],
- [
- 34586,
- 3,
- 7,
- 2,
- 0.085513,
- "_GSTSSSPYVAASHTPPINGSDSILGTR_"
- ],
- [
- 3454,
- 2,
- 8,
- 2,
- 0.099781,
- "_NYADSFLPR_"
- ],
- [
- 6249,
- 3,
- 7,
- 2,
- 0.085513,
- "_KEQTADGVAVIPVLQR_"
- ],
- [
- 22708,
- 2,
- 12,
- 4,
- 0.15675,
- "_CTELNQAWSSLGK_"
- ],
- [
- 627,
- 2,
- 12,
- 4,
- 0.15675,
- "_LLGYVATLK_"
- ],
- [
- 24161,
- 2,
- 12,
- 4,
- 0.15675,
- "_TKAENIPAVVIEIK_"
- ],
- [
- 8726,
- 3,
- 8,
- 2,
- 0.099781,
- "_QIVSEDKELFNLESR_"
- ],
- [
- 10332,
- 3,
- 9,
- 5,
- 0.11403,
- "_SGSLLYLHDTLEDIKR_"
- ],
- [
- 25727,
- 2,
- 9,
- 4,
- 0.11403,
- "_FNADEFEDM(Oxidation (M))VAEK_"
- ],
- [
- 9088,
- 2,
- 10,
- 4,
- 0.14251,
- "_LLSASPVDAAIR_"
- ],
- [
- 24982,
- 3,
- 13,
- 5,
- 0.17101,
- "_QSTWEKPDDLKTPAEQLLSK_"
- ],
- [
- 15761,
- 2,
- 9,
- 4,
- 0.11403,
- "_VLDASWYSPGTR_"
- ],
- [
- 24551,
- 2,
- 13,
- 4,
- 0.17101,
- "_GWEEGVAQMSVGQR_"
- ],
- [
- 8887,
- 3,
- 13,
- 5,
- 0.17101,
- "_KIEVIKPGDLGVDLTSK_"
- ],
- [
- 13001,
- 2,
- 9,
- 6,
- 0.11403,
- "_NVDWDMMEQK_"
- ],
- [
- 30137,
- 2,
- 12,
- 5,
- 0.15675,
- "_VGIDTPDIDIHGPEGK_"
- ],
- [
- 3746,
- 2,
- 12,
- 3,
- 0.15675,
- "_YLGLLENLR_"
- ],
- [
- 42000,
- 2,
- 10,
- 4,
- 0.12827,
- "_NYDPYKPLDITPPPDQK_"
- ],
- [
- 6994,
- 3,
- 10,
- 4,
- 0.12827,
- "_AQLAHYNFQFVVGQK_"
- ],
- [
- 14760,
- 2,
- 11,
- 3,
- 0.14251,
- "_EMFGLYGQTTGK_"
- ],
- [
- 15582,
- 2,
- 10,
- 5,
- 0.12827,
- "_DLTQMADELRR_"
- ],
- [
- 45795,
- 2,
- 20,
- 4,
- 0.27077,
- "_IVEGQGQSSEVITPPEEISR_"
- ],
- [
- 13689,
- 3,
- 13,
- 2,
- 0.17101,
- "_EKFPEFCSSPSPPVEVK_"
- ],
- [
- 26594,
- 2,
- 15,
- 5,
- 0.19949,
- "_ADHDFVVQEDFMK_"
- ],
- [
- 40417,
- 2,
- 17,
- 6,
- 0.22801,
- "_VGDYFATEESVGTQTSVR_"
- ],
- [
- 36939,
- 2,
- 14,
- 6,
- 0.18524,
- "_ISENMNLQFENQMNK_"
- ],
- [
- 36502,
- 2,
- 25,
- 6,
- 0.34205,
- "_TVAGGAWTYNTTSAVTVK_"
- ],
- [
- 9028,
- 2,
- 16,
- 5,
- 0.21374,
- "_YQQLFEDIR_"
- ],
- [
- 12199,
- 2,
- 19,
- 6,
- 0.25652,
- "_(Acetyl (Protein N-term))SHTILLVQPTK_"
- ],
- [
- 47435,
- 4,
- 16,
- 6,
- 0.21374,
- "_NPQQHLNAQPQVTMQQPAVHVQGQEPLTASM(Oxidation (M))LASAPPQEQK_"
- ],
- [
- 21405,
- 2,
- 17,
- 3,
- 0.22801,
- "_TSYAQLLEECPR_"
- ],
- [
- 2545,
- 2,
- 20,
- 3,
- 0.27077,
- "_VLGMDPLPSK_"
- ],
- [
- 18106,
- 2,
- 17,
- 5,
- 0.22801,
- "_DFAAEVVHPGDLK_"
- ],
- [
- 15099,
- 2,
- 17,
- 4,
- 0.22801,
- "_GLGTGTLYIAESR_"
- ],
- [
- 34924,
- 2,
- 14,
- 5,
- 0.18524,
- "_YLRPHLEATLQLSLK_"
- ],
- [
- 23179,
- 2,
- 15,
- 5,
- 0.19949,
- "_QDFVQHFSQIVR_"
- ],
- [
- 10743,
- 3,
- 17,
- 6,
- 0.22801,
- "_LAAAILGGVDQIHIKPGAK_"
- ],
- [
- 8673,
- 2,
- 27,
- 3,
- 0.37051,
- "_TLVNPANVTFK_"
- ],
- [
- 20557,
- 3,
- 21,
- 8,
- 0.28503,
- "_ECPSDECGAGVFMASHFDR_"
- ],
- [
- 7292,
- 3,
- 15,
- 6,
- 0.19949,
- "_MLDAEDIVGTARPDEK_"
- ],
- [
- 25622,
- 3,
- 14,
- 4,
- 0.18524,
- "_SQVEPADYKADEDPALFQSVK_"
- ],
- [
- 8265,
- 2,
- 16,
- 2,
- 0.21374,
- "_IDIIPNPQER_"
- ],
- [
- 29763,
- 3,
- 18,
- 8,
- 0.24227,
- "_SVEMHHEALSEALPGDNVGFNVK_"
- ],
- [
- 2350,
- 4,
- 15,
- 5,
- 0.19949,
- "_WEKPDDFIPHTSDLPSSK_"
- ],
- [
- 10987,
- 2,
- 16,
- 5,
- 0.21374,
- "_ISMPDVDLHVK_"
- ],
- [
- 39826,
- 2,
- 13,
- 5,
- 0.17098,
- "_TVFEALQAPACHENLVK_"
- ],
- [
- 25633,
- 2,
- 12,
- 5,
- 0.15675,
- "_IELFCTEYQNNK_"
- ],
- [
- 2630,
- 2,
- 17,
- 5,
- 0.22797,
- "_KLDGFPLLR_"
- ],
- [
- 27237,
- 2,
- 13,
- 6,
- 0.17098,
- "_EALGGQALYPHVLVK_"
- ],
- [
- 33050,
- 2,
- 16,
- 5,
- 0.21372,
- "_YLSVPPSPNISTSESR_"
- ],
- [
- 10386,
- 3,
- 16,
- 5,
- 0.21372,
- "_TFAYTNHTVLPEALER_"
- ],
- [
- 11780,
- 2,
- 13,
- 4,
- 0.17098,
- "_TSLADSSIFDSK_"
- ],
- [
- 24372,
- 2,
- 12,
- 3,
- 0.15675,
- "_NIEGELSSAIHMTK_"
- ],
- [
- 6025,
- 4,
- 8,
- 2,
- 0.099746,
- "_AQESWLNSNLQHVVVIHCR_"
- ],
- [
- 29354,
- 2,
- 12,
- 5,
- 0.15675,
- "_(Acetyl (Protein N-term))AGSYPEGAPAVLADKR_"
- ],
- [
- 38631,
- 2,
- 12,
- 5,
- 0.15675,
- "_DVQGTDASLDEELDRVK_"
- ],
- [
- 40790,
- 3,
- 17,
- 7,
- 0.22797,
- "_EPSAPSIPTPAYQSSPAGGHAPTPPTPAPR_"
- ],
- [
- 12489,
- 3,
- 12,
- 5,
- 0.15675,
- "_TVFEALQAPACHENLVK_"
- ],
- [
- 15835,
- 3,
- 17,
- 2,
- 0.22797,
- "_VKKDDEEEDPLDQLISR_"
- ],
- [
- 35503,
- 4,
- 12,
- 7,
- 0.15675,
- "_GVSEAAVLKPSEELPAEATSSVEPEKDSGSAAEAPR_"
- ],
- [
- 33508,
- 2,
- 20,
- 5,
- 0.27075,
- "_SNASLTNNQNLIQSLK_"
- ],
- [
- 15451,
- 3,
- 19,
- 6,
- 0.25651,
- "_FVEQLGSYDPLPNSHGEK_"
- ],
- [
- 33278,
- 2,
- 15,
- 7,
- 0.19948,
- "_SEDFGVNEDLADSDAR_"
- ],
- [
- 14975,
- 2,
- 15,
- 5,
- 0.19948,
- "_FASENDLPEWK_"
- ],
- [
- 30927,
- 2,
- 15,
- 3,
- 0.19948,
- "_TVPQSSLTMGQLYEK_"
- ],
- [
- 24471,
- 2,
- 10,
- 2,
- 0.12826,
- "_VIEASFPAGVDSSPR_"
- ],
- [
- 6386,
- 2,
- 11,
- 3,
- 0.14251,
- "_MDQAIIFCR_"
- ],
- [
- 7657,
- 2,
- 15,
- 4,
- 0.19948,
- "_WDYLTQVEK_"
- ],
- [
- 34077,
- 2,
- 19,
- 4,
- 0.25651,
- "_MLDAEDIVGTARPDEK_"
- ],
- [
- 24075,
- 3,
- 10,
- 5,
- 0.12826,
- "_QQQTVFIHPNSSLFEQQPR_"
- ],
- [
- 34800,
- 2,
- 6,
- 2,
- 0.071202,
- "_LYSSIDHESSTWIIK_"
- ],
- [
- 48252,
- 2,
- 13,
- 4,
- 0.17098,
- "_GPTGPPSTLPLSTQTSSGSSTLSK_"
- ],
- [
- 10095,
- 2,
- 13,
- 3,
- 0.17098,
- "_IEVIEIM(Oxidation (M))TDR_"
- ],
- [
- 12894,
- 3,
- 24,
- 7,
- 0.32778,
- "_VPDGKPENEFAFNAEFK_"
- ],
- [
- 31398,
- 3,
- 16,
- 7,
- 0.21372,
- "_CQLLQQHEEYQEELEFCEK_"
- ],
- [
- 13784,
- 3,
- 13,
- 5,
- 0.17098,
- "_WEALHAAECPCGPSLIR_"
- ],
- [
- 23074,
- 3,
- 15,
- 6,
- 0.19948,
- "_ADDPLRLDQELQQPQTQEK_"
- ],
- [
- 8344,
- 2,
- 20,
- 4,
- 0.27074,
- "_LVQAFQFTDK_"
- ],
- [
- 33674,
- 3,
- 9,
- 6,
- 0.11398,
- "_YNLFSVSNHYGGLDGGHYTAYCK_"
- ],
- [
- 26326,
- 2,
- 13,
- 4,
- 0.17098,
- "_AIWAALQTQTSNAAK_"
- ],
- [
- 30194,
- 2,
- 13,
- 3,
- 0.17098,
- "_ENDPEANIDTIYDR_"
- ],
- [
- 16376,
- 3,
- 11,
- 6,
- 0.1425,
- "_DGNEVEPDDDHFSIGVGSR_"
- ],
- [
- 19361,
- 2,
- 13,
- 2,
- 0.17098,
- "_LFACMNPATDVGK_"
- ],
- [
- 25127,
- 4,
- 13,
- 6,
- 0.17098,
- "_IPEQSVLLLHACAHNPTGVDPRPEQWK_"
- ],
- [
- 39849,
- 2,
- 21,
- 8,
- 0.28498,
- "_MMDYLQGSGETPQTDVR_"
- ],
- [
- 21558,
- 2,
- 12,
- 4,
- 0.15674,
- "_NGIHDLDNISFPK_"
- ],
- [
- 19987,
- 3,
- 10,
- 4,
- 0.12825,
- "_MGGEAPELALDPVPQDASTKK_"
- ],
- [
- 38664,
- 2,
- 12,
- 6,
- 0.15674,
- "_NSSVAMGASLSCSEYSLK_"
- ],
- [
- 5159,
- 3,
- 19,
- 5,
- 0.25647,
- "_FNLTGLNEQVPHYR_"
- ],
- [
- 6069,
- 2,
- 13,
- 4,
- 0.17098,
- "_FNFGEEEFK_"
- ],
- [
- 42680,
- 2,
- 10,
- 4,
- 0.12825,
- "_SSEPSTLSNEEYMYAYR_"
- ],
- [
- 31044,
- 2,
- 19,
- 3,
- 0.25647,
- "_KYPYWPHQPIENL_"
- ],
- [
- 19107,
- 2,
- 12,
- 5,
- 0.15674,
- "_GDVTITNDGATILK_"
- ],
- [
- 23970,
- 2,
- 29,
- 5,
- 0.39898,
- "_DHQYQFLEDAVR_"
- ],
- [
- 19580,
- 3,
- 23,
- 5,
- 0.3135,
- "_ERVEAVNMAEGIIHDTETK_"
- ],
- [
- 1711,
- 2,
- 9,
- 2,
- 0.11398,
- "_VLLGEGVLTK_"
- ],
- [
- 23084,
- 2,
- 9,
- 3,
- 0.11398,
- "_LGSSSLTNIPEEVR_"
- ],
- [
- 3107,
- 2,
- 11,
- 3,
- 0.1425,
- "_EVLASDLVVK_"
- ],
- [
- 33294,
- 2,
- 7,
- 3,
- 0.085434,
- "_AHGLEVEPSALEQGFR_"
- ],
- [
- 31821,
- 3,
- 16,
- 7,
- 0.21371,
- "_TKIDCDNLEQYFIQQGGGPDKK_"
- ],
- [
- 41656,
- 2,
- 16,
- 4,
- 0.21371,
- "_STVPHAYATADCDLGAVLK_"
- ],
- [
- 37810,
- 2,
- 4,
- 3,
- 0.042708,
- "_EPFFHGQDNYDQLVR_"
- ],
- [
- 28093,
- 2,
- 14,
- 4,
- 0.18521,
- "_EPNSSAQIDIVISNK_"
- ],
- [
- 37708,
- 2,
- 16,
- 2,
- 0.21371,
- "_TFAYTNHTVLPEALER_"
- ],
- [
- 35990,
- 2,
- 13,
- 6,
- 0.17098,
- "_SGPVILADEIKNPAMEK_"
- ],
- [
- 14523,
- 3,
- 14,
- 5,
- 0.18521,
- "_AALEEVYPDLTPEETRR_"
- ],
- [
- 41964,
- 2,
- 7,
- 2,
- 0.085434,
- "_CTYYETCATYGLNVER_"
- ],
- [
- 4478,
- 3,
- 15,
- 7,
- 0.19947,
- "_VGIDTPDIDIHGPEGK_"
- ],
- [
- 13009,
- 2,
- 14,
- 4,
- 0.18521,
- "_SGEEDEEILFK_"
- ],
- [
- 34709,
- 2,
- 5,
- 2,
- 0.056948,
- "_PSSSDTALGGGGGLSWAEK_"
- ],
- [
- 47741,
- 2,
- 22,
- 8,
- 0.29924,
- "_EGICGSCAMNINGGNTLACTR_"
- ],
- [
- 40038,
- 2,
- 11,
- 3,
- 0.1425,
- "_KNEDLGQEEIVQLCMK_"
- ],
- [
- 40855,
- 2,
- 15,
- 4,
- 0.19947,
- "_LVGSQEELASWGHEYVR_"
- ],
- [
- 43440,
- 2,
- 16,
- 4,
- 0.21371,
- "_GGAEGQPCLPGGDWPACAQK_"
- ],
- [
- 22013,
- 2,
- 12,
- 4,
- 0.15672,
- "_PGGLGSSSLYGLGASR_"
- ],
- [
- 34857,
- 2,
- 15,
- 5,
- 0.19944,
- "_GLNLTTPGESDGFCANK_"
- ],
- [
- 8541,
- 2,
- 16,
- 3,
- 0.2137,
- "_EGPLCDELIR_"
- ],
- [
- 22486,
- 3,
- 8,
- 4,
- 0.099664,
- "_VDEVSFHSSVNLDEFESHR_"
- ],
- [
- 1689,
- 2,
- 17,
- 4,
- 0.22794,
- "_FMEDMMPK_"
- ],
- [
- 1645,
- 2,
- 8,
- 4,
- 0.099664,
- "_FGVLSDNFK_"
- ],
- [
- 9917,
- 2,
- 11,
- 3,
- 0.14248,
- "_YCFGVEDTLK_"
- ],
- [
- 40111,
- 3,
- 12,
- 6,
- 0.15672,
- "_VALSECYTVASVAEMPQNYRPHPQR_"
- ],
- [
- 2887,
- 2,
- 8,
- 4,
- 0.099664,
- "_FNLETEWK_"
- ],
- [
- 47503,
- 2,
- 17,
- 4,
- 0.22794,
- "_QDSSTGSYSINFVQNPNNNR_"
- ],
- [
- 8723,
- 3,
- 21,
- 7,
- 0.28497,
- "_YLDEDTIYHLQPSGR_"
- ],
- [
- 32562,
- 2,
- 16,
- 4,
- 0.2137,
- "_GSPPVPSGPPMEEDGLR_"
- ],
- [
- 2188,
- 2,
- 12,
- 4,
- 0.15672,
- "_DIQMPDGIR_"
- ],
- [
- 46339,
- 2,
- 11,
- 5,
- 0.14248,
- "_LHDETLTYLNQGQSYEIR_"
- ],
- [
- 25123,
- 2,
- 10,
- 2,
- 0.12821,
- "_ELENLATSLEHYK_"
- ],
- [
- 14154,
- 2,
- 10,
- 4,
- 0.12821,
- "_EASSCAVNLVLR_"
- ],
- [
- 31401,
- 2,
- 14,
- 4,
- 0.18521,
- "_(Acetyl (Protein N-term))SGDGATEQAAEYVPEK_"
- ],
- [
- 8038,
- 2,
- 18,
- 5,
- 0.24218,
- "_IVILEYQPSK_"
- ],
- [
- 16464,
- 3,
- 9,
- 4,
- 0.11394,
- "_YREDLSAHLMVAGWDQR_"
- ],
- [
- 20741,
- 4,
- 14,
- 7,
- 0.18521,
- "_VALSECYTVASVAEMPQNYRPHPQR_"
- ],
- [
- 43109,
- 2,
- 23,
- 7,
- 0.31347,
- "_DQVAIHEAMEQQTISITK_"
- ],
- [
- 2517,
- 3,
- 18,
- 3,
- 0.24218,
- "_LGELQGNHFTVVLR_"
- ],
- [
- 39490,
- 2,
- 10,
- 5,
- 0.12821,
- "_FYQPYSEDTQQQIIR_"
- ],
- [
- 16106,
- 2,
- 10,
- 5,
- 0.12821,
- "_KEALESVEVLIK_"
- ],
- [
- 9610,
- 2,
- 14,
- 3,
- 0.18521,
- "_LAWPAPVEWR_"
- ],
- [
- 6051,
- 2,
- 11,
- 4,
- 0.14248,
- "_SILLATDVASR_"
- ],
- [
- 42129,
- 2,
- 18,
- 7,
- 0.24218,
- "_EFQDAGEQVVSSPADVAEK_"
- ],
- [
- 41581,
- 2,
- 11,
- 3,
- 0.14245,
- "_ISSSVDATTVTSQQCVFR_"
- ],
- [
- 32179,
- 3,
- 11,
- 4,
- 0.14245,
- "_ETVEILETNHTELMEHEASLSR_"
- ],
- [
- 5602,
- 2,
- 17,
- 4,
- 0.22794,
- "_YIIIGDTGVGK_"
- ],
- [
- 917,
- 2,
- 11,
- 4,
- 0.14245,
- "_WCVVFER_"
- ],
- [
- 23657,
- 2,
- 11,
- 5,
- 0.14245,
- "_IDVQESFCMEEK_"
- ],
- [
- 18267,
- 3,
- 11,
- 5,
- 0.14245,
- "_IRGEEPAVTEETLCVGLAR_"
- ],
- [
- 38149,
- 2,
- 9,
- 4,
- 0.11391,
- "_EYEECMSEDLSENIK_"
- ],
- [
- 9637,
- 3,
- 12,
- 6,
- 0.15672,
- "_FMADCPHTIGVEFGTR_"
- ],
- [
- 35074,
- 3,
- 11,
- 6,
- 0.14245,
- "_EVSSEDIADMHSNLSNYHQYIVK_"
- ],
- [
- 21581,
- 3,
- 12,
- 2,
- 0.15672,
- "_HWDQDDDFEFTGSHLTVR_"
- ],
- [
- 49338,
- 2,
- 12,
- 5,
- 0.15672,
- "_ASTASPCNNNINAATAVALQEPR_"
- ],
- [
- 45738,
- 3,
- 11,
- 7,
- 0.14245,
- "_QKQEEESLGQVTDQVEVNAQNSVPDEEAK_"
- ],
- [
- 21186,
- 2,
- 10,
- 5,
- 0.12819,
- "_DLHVSTGEFTDLK_"
- ],
- [
- 31765,
- 2,
- 6,
- 4,
- 0.071183,
- "_IREIADGLCLEVEGK_"
- ],
- [
- 11179,
- 2,
- 11,
- 5,
- 0.14245,
- "_GADIDALCVAPR_"
- ],
- [
- 6857,
- 2,
- 12,
- 4,
- 0.15672,
- "_LSAAVTEAFVR_"
- ],
- [
- 40507,
- 2,
- 9,
- 4,
- 0.11391,
- "_LQTSEAALSSSQAEVASLR_"
- ],
- [
- 20205,
- 3,
- 11,
- 6,
- 0.14245,
- "_QEVPSWLENMAYEHHYK_"
- ],
- [
- 3289,
- 3,
- 10,
- 5,
- 0.12819,
- "_VNNFGSGLTALGLKPK_"
- ],
- [
- 46466,
- 2,
- 10,
- 4,
- 0.12819,
- "_TNCNVAVINVGAPAAGM(Oxidation (M))NAAVR_"
- ],
- [
- 2295,
- 2,
- 10,
- 3,
- 0.12819,
- "_EPILVVSYK_"
- ],
- [
- 50283,
- 2,
- 10,
- 5,
- 0.12819,
- "_EGDVLSNCEFTPAPTPQEHLTK_"
- ],
- [
- 27,
- 2,
- 12,
- 3,
- 0.15672,
- "_ILSVELPK_"
- ],
- [
- 15782,
- 2,
- 13,
- 5,
- 0.17097,
- "_YLQTLTTIAAEK_"
- ],
- [
- 1583,
- 2,
- 12,
- 5,
- 0.15672,
- "_VLHIDLWK_"
- ],
- [
- 14546,
- 2,
- 8,
- 5,
- 0.099669,
- "_VGVPTVDLDAQGR_"
- ],
- [
- 26810,
- 2,
- 19,
- 5,
- 0.25643,
- "_SLGDDISSETSGDFR_"
- ],
- [
- 38192,
- 2,
- 19,
- 6,
- 0.25643,
- "_NVSSFPDDATSPLQENR_"
- ],
- [
- 21858,
- 3,
- 19,
- 4,
- 0.25643,
- "_EFQQPSQITESTIHEIPTK_"
- ],
- [
- 547,
- 2,
- 15,
- 4,
- 0.19945,
- "_QELDDILK_"
- ],
- [
- 15490,
- 2,
- 20,
- 6,
- 0.27068,
- "_TAVVVGTITDDVR_"
- ],
- [
- 46500,
- 3,
- 16,
- 7,
- 0.21369,
- "_DEALEDEDNKKDDGISFSNQTGPAWAGSER_"
- ],
- [
- 3886,
- 2,
- 15,
- 5,
- 0.19945,
- "_SQLLSYIDR_"
- ],
- [
- 5017,
- 3,
- 17,
- 6,
- 0.22794,
- "_YLIATSEQPIAALHR_"
- ],
- [
- 3216,
- 2,
- 20,
- 4,
- 0.27068,
- "_ELPGFLQSGK_"
- ],
- [
- 42018,
- 2,
- 13,
- 4,
- 0.17097,
- "_GYVAAGTCLMQGEEVTCR_"
- ],
- [
- 31965,
- 3,
- 12,
- 3,
- 0.1567,
- "_LVQDVANNTNEEAGDGTTTATVLAR_"
- ],
- [
- 38119,
- 4,
- 20,
- 4,
- 0.27068,
- "_ETQTPVMAQPKEDEEEDDDVVAPKPPIEPEEEK_"
- ],
- [
- 19438,
- 4,
- 15,
- 7,
- 0.19946,
- "_RLGQHVVGMAPLSVGSLDDEPGGEAETK_"
- ],
- [
- 20745,
- 3,
- 32,
- 7,
- 0.4417,
- "_VTGEADVEFATHEDAVAAMSK_"
- ],
- [
- 45748,
- 2,
- 13,
- 5,
- 0.17097,
- "_SSQVSALGLEAQEDEDPSYK_"
- ],
- [
- 4634,
- 3,
- 17,
- 3,
- 0.22794,
- "_LGKPGLGGSSGLAGAWLK_"
- ],
- [
- 21541,
- 2,
- 20,
- 6,
- 0.27068,
- "_GGDISVCEWYQR_"
- ],
- [
- 8219,
- 2,
- 15,
- 3,
- 0.19946,
- "_ALELDSNLYR_"
- ],
- [
- 18122,
- 2,
- 17,
- 5,
- 0.22794,
- "_TGQQAEPLVVDLK_"
- ],
- [
- 33847,
- 2,
- 11,
- 4,
- 0.14244,
- "_(Acetyl (Protein N-term))AGAGSAAVSGAGTPVAGPTGR_"
- ],
- [
- 18259,
- 2,
- 13,
- 6,
- 0.17097,
- "_MVILLCNLKPAK_"
- ],
- [
- 1944,
- 2,
- 11,
- 3,
- 0.14244,
- "_VFVVGVGMTK_"
- ],
- [
- 42788,
- 2,
- 11,
- 4,
- 0.14244,
- "_NDTNLIPNGSSITVNQTNK_"
- ],
- [
- 28151,
- 2,
- 11,
- 3,
- 0.14244,
- "_VNNFGSGLTALGLKPK_"
- ],
- [
- 23423,
- 2,
- 17,
- 4,
- 0.22794,
- "_DEISVDSLDFNKK_"
- ],
- [
- 26028,
- 4,
- 10,
- 8,
- 0.12816,
- "_EQHTEDTVKDCVDIEVFPAGENTEDQK_"
- ],
- [
- 38817,
- 2,
- 10,
- 3,
- 0.12816,
- "_SIIQQHNLETLENDIK_"
- ],
- [
- 20954,
- 2,
- 19,
- 2,
- 0.25643,
- "_GPSLQGDLAVSGDIK_"
- ],
- [
- 9748,
- 3,
- 10,
- 4,
- 0.12816,
- "_LLTTILHSDGDLTEQGK_"
- ],
- [
- 18774,
- 3,
- 18,
- 7,
- 0.24219,
- "_CLELFSELAEDKENYKK_"
- ],
- [
- 29268,
- 2,
- 18,
- 5,
- 0.24219,
- "_VDTNAPDLSLEGPEGK_"
- ],
- [
- 16867,
- 2,
- 8,
- 3,
- 0.09967,
- "_QFHLTDDDLLR_"
- ],
- [
- 46711,
- 2,
- 8,
- 3,
- 0.09967,
- "_AVEAAQAHQMAPDMFYCMK_"
- ],
- [
- 45920,
- 2,
- 11,
- 6,
- 0.14244,
- "_QEVPSWLENMAYEHHYK_"
- ],
- [
- 16502,
- 2,
- 13,
- 6,
- 0.17097,
- "_AVASQLDCNFLK_"
- ],
- [
- 21174,
- 3,
- 27,
- 6,
- 0.37049,
- "_VTGEADVEFATHEEAVAAMSK_"
- ],
- [
- 5174,
- 2,
- 15,
- 4,
- 0.19946,
- "_(Acetyl (Protein N-term))AAPVDLELKK_"
- ],
- [
- 35083,
- 2,
- 14,
- 5,
- 0.18522,
- "_MNGVMFPGNSPSYTER_"
- ],
- [
- 16485,
- 2,
- 15,
- 6,
- 0.19946,
- "_GSTDNLMDDIER_"
- ],
- [
- 29670,
- 2,
- 14,
- 5,
- 0.18522,
- "_EYWNDPELDEGER_"
- ],
- [
- 18921,
- 2,
- 13,
- 4,
- 0.17097,
- "_TFDAQIVIIEHK_"
- ],
- [
- 31751,
- 3,
- 13,
- 7,
- 0.17097,
- "_ITSENPDEGFKPSSGTVQELNFR_"
- ],
- [
- 27663,
- 2,
- 15,
- 4,
- 0.19946,
- "_QCSELGICAVSVGPK_"
- ],
- [
- 7584,
- 2,
- 13,
- 4,
- 0.17097,
- "_LLGGLDHIVDK_"
- ],
- [
- 19074,
- 3,
- 14,
- 6,
- 0.18522,
- "_DKHPPELQVAFADCAADIK_"
- ],
- [
- 1406,
- 2,
- 13,
- 5,
- 0.17097,
- "_FILPVNEGK_"
- ],
- [
- 32668,
- 2,
- 14,
- 5,
- 0.18521,
- "_KEQTADGVAVIPVLQR_"
- ],
- [
- 39337,
- 2,
- 13,
- 6,
- 0.17094,
- "_LDNVPHTPSSYIETLPK_"
- ],
- [
- 48185,
- 3,
- 12,
- 7,
- 0.15667,
- "_MEEQTEILQNGFNPEEDKCNNCDQELNK_"
- ],
- [
- 18997,
- 2,
- 14,
- 2,
- 0.18521,
- "_SPVTTLLECMHK_"
- ],
- [
- 6445,
- 2,
- 17,
- 4,
- 0.22794,
- "_LNVGAPDVTLR_"
- ],
- [
- 43321,
- 2,
- 22,
- 4,
- 0.29916,
- "_EPPWCDGSYCYECTAR_"
- ],
- [
- 2998,
- 2,
- 17,
- 3,
- 0.22794,
- "_IILLFDAHK_"
- ],
- [
- 27040,
- 4,
- 18,
- 8,
- 0.24218,
- "_RPTPNDDTLDEGVGLVHSNIATEHIPSPAK_"
- ],
- [
- 2261,
- 2,
- 12,
- 3,
- 0.15667,
- "_DEGSLLLGSR_"
- ],
- [
- 32283,
- 2,
- 12,
- 3,
- 0.15667,
- "_FEIQEWTSKPMYR_"
- ],
- [
- 18527,
- 3,
- 21,
- 5,
- 0.28492,
- "_IPDPEAVKPDDWDEDAPAK_"
- ],
- [
- 354,
- 2,
- 16,
- 5,
- 0.2137,
- "_GDSVIVVLR_"
- ],
- [
- 10441,
- 2,
- 13,
- 4,
- 0.17094,
- "_LLANMVYQYK_"
- ],
- [
- 5926,
- 3,
- 12,
- 2,
- 0.15667,
- "_FEIQEWTSKPMYR_"
- ],
- [
- 51425,
- 2,
- 12,
- 6,
- 0.15667,
- "_MESEGGADDSAEEGDLLDDDDNEDR_"
- ],
- [
- 29589,
- 2,
- 11,
- 4,
- 0.1424,
- "_GEMM(Oxidation (M))DLQHGSLFLR_"
- ],
- [
- 44894,
- 2,
- 13,
- 5,
- 0.17094,
- "_GTMPQPEAWPGASCAETPAR_"
- ],
- [
- 15154,
- 2,
- 9,
- 3,
- 0.11391,
- "_SLLPLSTSLDHR_"
- ],
- [
- 47563,
- 2,
- 20,
- 6,
- 0.27067,
- "_IEGYEDQVLITEHGDLGNSR_"
- ],
- [
- 51040,
- 2,
- 27,
- 4,
- 0.37046,
- "_TPTPSTPGDTQPNTPAPVPPAEDGIK_"
- ],
- [
- 14252,
- 2,
- 19,
- 6,
- 0.25643,
- "_TLQLDNNFEVK_"
- ],
- [
- 20987,
- 2,
- 11,
- 3,
- 0.1424,
- "_SYPLDLEGGSEYK_"
- ],
- [
- 27738,
- 3,
- 14,
- 6,
- 0.18521,
- "_VHTIVISVQHDEEVCLDEMR_"
- ],
- [
- 34918,
- 2,
- 9,
- 2,
- 0.11391,
- "_AVHHLATVDCIFSLAK_"
- ],
- [
- 12798,
- 2,
- 16,
- 4,
- 0.2137,
- "_GYFEYIEENK_"
- ],
- [
- 40680,
- 4,
- 13,
- 7,
- 0.17094,
- "_ATEEPEDVRSEAALDQEQITAAYSVEHNQLEAHPK_"
- ],
- [
- 18725,
- 2,
- 14,
- 2,
- 0.18521,
- "_MVIPNQPPLTATK_"
- ],
- [
- 16211,
- 3,
- 10,
- 3,
- 0.12816,
- "_KEGGGGISCVLQDGCVFEK_"
- ],
- [
- 10534,
- 4,
- 19,
- 6,
- 0.25642,
- "_ERPTYPELMQHPFFTLHESK_"
- ],
- [
- 50014,
- 2,
- 16,
- 6,
- 0.21371,
- "_SPGASVSSSLTSLCSSSSDPAPSDR_"
- ],
- [
- 5306,
- 3,
- 13,
- 4,
- 0.17092,
- "_GQYFGELALVTNKPR_"
- ],
- [
- 40259,
- 2,
- 9,
- 4,
- 0.11392,
- "_VYGAQNEMCLATQQLSK_"
- ],
- [
- 7710,
- 3,
- 12,
- 5,
- 0.15665,
- "_FCACPEEAAHALELR_"
- ],
- [
- 4838,
- 2,
- 11,
- 3,
- 0.14241,
- "_HLVLPIALNK_"
- ],
- [
- 12230,
- 2,
- 22,
- 3,
- 0.29917,
- "_LNCFLEQDLK_"
- ],
- [
- 47996,
- 2,
- 13,
- 5,
- 0.17092,
- "_CLTQSGIAGGYKPFNLETCR_"
- ],
- [
- 41676,
- 2,
- 12,
- 4,
- 0.15665,
- "_VGSESVVYTGDYNMTPDR_"
- ],
- [
- 36846,
- 2,
- 25,
- 6,
- 0.34195,
- "_SQIFSTASDNQPTVTIK_"
- ],
- [
- 7860,
- 3,
- 13,
- 2,
- 0.17092,
- "_LYSSIDHESSTWIIK_"
- ],
- [
- 40917,
- 3,
- 11,
- 2,
- 0.14241,
- "_TSQIYAQDENATHTQLYTSHFDLMK_"
- ],
- [
- 50899,
- 2,
- 16,
- 7,
- 0.21371,
- "_LVQDVANNTNEEAGDGTTTATVLAR_"
- ],
- [
- 23983,
- 2,
- 12,
- 4,
- 0.15665,
- "_QQEPVTSTSLVFGK_"
- ],
- [
- 50727,
- 2,
- 13,
- 7,
- 0.17092,
- "_NADMSEEM(Oxidation (M))QQDSVECATQALEK_"
- ],
- [
- 32617,
- 2,
- 12,
- 3,
- 0.15665,
- "_LSQELEYLTEDVKR_"
- ],
- [
- 49072,
- 3,
- 13,
- 6,
- 0.17092,
- "_GLTEGLHGFHVHEFGDNTAGCTSAGPHFNPLSR_"
- ],
- [
- 24949,
- 2,
- 17,
- 4,
- 0.22795,
- "_DRYDSFIELQEK_"
- ],
- [
- 4629,
- 3,
- 19,
- 6,
- 0.25642,
- "_ETNLDSLPLVDTHSK_"
- ],
- [
- 15284,
- 3,
- 13,
- 6,
- 0.17092,
- "_SFTETMSSLSPGKPWQTK_"
- ],
- [
- 19764,
- 2,
- 25,
- 5,
- 0.34195,
- "_ITSPLMEPSSIEK_"
- ],
- [
- 15402,
- 2,
- 7,
- 2,
- 0.085443,
- "_DVRPYIVGAVVR_"
- ],
- [
- 7089,
- 3,
- 15,
- 2,
- 0.19946,
- "_KDDEENYLDLFSHK_"
- ],
- [
- 2340,
- 2,
- 5,
- 2,
- 0.056982,
- "_EPLYVSWR_"
- ],
- [
- 5575,
- 2,
- 18,
- 5,
- 0.24219,
- "_CLDEFPNLK_"
- ],
- [
- 44634,
- 2,
- 17,
- 5,
- 0.22795,
- "_QEAAASLVTSTVGQQNGSVVR_"
- ],
- [
- 12402,
- 3,
- 14,
- 5,
- 0.18519,
- "_YWSTNAHEIEGTVFDR_"
- ],
- [
- 29167,
- 3,
- 15,
- 5,
- 0.19946,
- "_FGTMSSMSGADDTVYMEYHSSR_"
- ],
- [
- 22857,
- 3,
- 18,
- 7,
- 0.24219,
- "_IEGYEDQVLITEHGDLGNSR_"
- ],
- [
- 3040,
- 4,
- 17,
- 4,
- 0.22795,
- "_HLQDFHLNGFDHNFCLK_"
- ],
- [
- 11970,
- 3,
- 15,
- 7,
- 0.19946,
- "_LDNVPHTPSSYIETLPK_"
- ],
- [
- 30576,
- 2,
- 14,
- 3,
- 0.18519,
- "_SILEDPPSISEGCGGR_"
- ],
- [
- 18196,
- 3,
- 14,
- 4,
- 0.18517,
- "_ANCIDSTASAEAVFASEVKK_"
- ],
- [
- 44939,
- 2,
- 18,
- 5,
- 0.2422,
- "_CLELFSELAEDKENYKK_"
- ],
- [
- 45258,
- 2,
- 15,
- 6,
- 0.19944,
- "_ELAVAVAVSQENDEENEER_"
- ],
- [
- 27361,
- 2,
- 13,
- 4,
- 0.17089,
- "_NLYHSEAFSINFR_"
- ],
- [
- 6198,
- 3,
- 18,
- 4,
- 0.2422,
- "_LSQELEYLTEDVKR_"
- ],
- [
- 27832,
- 2,
- 14,
- 4,
- 0.18517,
- "_DAGMPIQGQPCFCK_"
- ],
- [
- 31378,
- 2,
- 13,
- 5,
- 0.17089,
- "_GQYFGELALVTNKPR_"
- ],
- [
- 38558,
- 2,
- 11,
- 4,
- 0.14241,
- "_EMETLEDHPVFNPAMK_"
- ],
- [
- 49387,
- 3,
- 10,
- 5,
- 0.12817,
- "_LNAQTEISEQTAAGELDGGNDVSDLHSSEETNTK_"
- ],
- [
- 19251,
- 3,
- 15,
- 8,
- 0.19944,
- "_(Acetyl (Protein N-term))MDIRPNHTIYINNMNDK_"
- ],
- [
- 23478,
- 2,
- 9,
- 3,
- 0.11392,
- "_AFLVEHNLVLAER_"
- ],
- [
- 16201,
- 2,
- 13,
- 3,
- 0.17089,
- "_TISTSDPAEVLVK_"
- ],
- [
- 10293,
- 4,
- 16,
- 7,
- 0.2137,
- "_FSVVSDKNHMHFGAITCAMGIR_"
- ],
- [
- 34866,
- 2,
- 15,
- 3,
- 0.19944,
- "_ETLEQLSEFNDSLKK_"
- ],
- [
- 22080,
- 2,
- 10,
- 3,
- 0.12817,
- "_VAPVINNGSPTILGK_"
- ],
- [
- 34465,
- 2,
- 7,
- 2,
- 0.085458,
- "_AEAGPVEQQLLQETEK_"
- ],
- [
- 23693,
- 3,
- 15,
- 8,
- 0.19944,
- "_CLTQSGIAGGYKPFNLETCR_"
- ],
- [
- 5030,
- 2,
- 17,
- 4,
- 0.22795,
- "_SVDYPCLLR_"
- ],
- [
- 23734,
- 4,
- 36,
- 5,
- 0.49866,
- "_KWPQGAVPQLPPSAPATSEMTTTPERPR_"
- ],
- [
- 39989,
- 2,
- 25,
- 6,
- 0.34193,
- "_SPAGSIVHELNPNFQPPK_"
- ],
- [
- 10485,
- 3,
- 10,
- 5,
- 0.12817,
- "_EPFFHGQDNYDQLVR_"
- ],
- [
- 12647,
- 3,
- 23,
- 5,
- 0.31341,
- "_SPAGSIVHELNPNFQPPK_"
- ],
- [
- 18607,
- 3,
- 8,
- 4,
- 0.099689,
- "_DLIHTGVANDHEEDFELR_"
- ],
- [
- 19087,
- 2,
- 16,
- 6,
- 0.2137,
- "_ILDSVGIEADDDR_"
- ],
- [
- 17942,
- 2,
- 12,
- 4,
- 0.15665,
- "_CQQLAAYGILEK_"
- ],
- [
- 7749,
- 2,
- 20,
- 4,
- 0.27067,
- "_SLGLQLPDGQR_"
- ],
- [
- 11513,
- 2,
- 20,
- 4,
- 0.27067,
- "_RAPFDLFENR_"
- ],
- [
- 1679,
- 2,
- 11,
- 5,
- 0.14241,
- "_LQDAINILK_"
- ],
- [
- 24971,
- 2,
- 14,
- 6,
- 0.18517,
- "_KQSLGELIGTLNAAK_"
- ],
- [
- 45877,
- 2,
- 21,
- 7,
- 0.28493,
- "_QTTVSNSQQAYQEAFEISK_"
- ],
- [
- 40557,
- 2,
- 16,
- 4,
- 0.2137,
- "_IIVDTYGGWGAHGGGAFSGK_"
- ],
- [
- 37375,
- 2,
- 14,
- 5,
- 0.18517,
- "_EENTLVQNYAAQCIAK_"
- ],
- [
- 30214,
- 4,
- 14,
- 6,
- 0.18517,
- "_NKENLQPQSSGVQGQVPISPEPLQRPEMLK_"
- ],
- [
- 29064,
- 2,
- 16,
- 5,
- 0.2137,
- "_APIVTVGVNNDPADVR_"
- ],
- [
- 29488,
- 3,
- 17,
- 4,
- 0.22795,
- "_ASEIMVDDEELAQHPATTEDIR_"
- ],
- [
- 37897,
- 2,
- 12,
- 5,
- 0.15665,
- "_IGDLQAFQGHGAGNLAGLK_"
- ],
- [
- 39837,
- 2,
- 9,
- 5,
- 0.11394,
- "_ISTLTIEEGNLDIQRPK_"
- ],
- [
- 1811,
- 2,
- 14,
- 5,
- 0.18514,
- "_VLDELTLTK_"
- ],
- [
- 303,
- 2,
- 17,
- 4,
- 0.22795,
- "_VNIVPVIAK_"
- ],
- [
- 44529,
- 2,
- 13,
- 5,
- 0.1709,
- "_ANCIDSTASAEAVFASEVKK_"
- ],
- [
- 34163,
- 2,
- 17,
- 5,
- 0.22795,
- "_ISQSNYIPTQQDVLR_"
- ],
- [
- 17435,
- 2,
- 12,
- 3,
- 0.15665,
- "_QSIPSVLQGEVAR_"
- ],
- [
- 7258,
- 2,
- 12,
- 2,
- 0.15665,
- "_DYIHVVDLAK_"
- ],
- [
- 46982,
- 2,
- 16,
- 7,
- 0.21368,
- "_NQSQGYNQWQQGQFWGQK_"
- ],
- [
- 9322,
- 2,
- 11,
- 4,
- 0.14242,
- "_EQLMTVLQAGK_"
- ],
- [
- 36754,
- 2,
- 11,
- 3,
- 0.14242,
- "_SSQLVAHPPGTVITSVIK_"
- ],
- [
- 8557,
- 2,
- 8,
- 3,
- 0.099707,
- "_SDAPDTLLLEK_"
- ],
- [
- 12593,
- 3,
- 15,
- 5,
- 0.19942,
- "_EGDVTSGMVKDPPDVLDR_"
- ],
- [
- 24874,
- 2,
- 10,
- 3,
- 0.12817,
- "_RPVSAMFIFSEEK_"
- ],
- [
- 17574,
- 2,
- 4,
- 3,
- 0.042745,
- "_IAEAEIENLTGAR_"
- ],
- [
- 1908,
- 3,
- 11,
- 3,
- 0.14242,
- "_LEIAGTVVGHWAGSR_"
- ],
- [
- 19646,
- 2,
- 17,
- 6,
- 0.22795,
- "_CEGINISGNFYR_"
- ],
- [
- 39452,
- 2,
- 7,
- 2,
- 0.085477,
- "_FLCTGGVDPYADPNTCK_"
- ],
- [
- 42286,
- 2,
- 20,
- 6,
- 0.27069,
- "_SFTETMSSLSPGKPWQTK_"
- ],
- [
- 35501,
- 4,
- 11,
- 7,
- 0.14242,
- "_LHSFESHKDEIFQVQWSPHNETILASSGTDR_"
- ],
- [
- 49268,
- 2,
- 16,
- 5,
- 0.21368,
- "_TAGQPEGGPGADFGQSCFPAEAGR_"
- ],
- [
- 26898,
- 4,
- 14,
- 5,
- 0.18516,
- "_TIPELSVRPSELEDGHTALNTHSVSPMEK_"
- ],
- [
- 46149,
- 3,
- 9,
- 5,
- 0.11396,
- "_ILAAQGQLSAQGGAQPSVEAPAAPRPTATQLTR_"
- ],
- [
- 39275,
- 2,
- 9,
- 5,
- 0.11396,
- "_SIAIGSQPVLTVGTTHISK_"
- ],
- [
- 23409,
- 2,
- 10,
- 4,
- 0.12819,
- "_SQEADVQDWEFR_"
- ],
- [
- 25043,
- 2,
- 14,
- 4,
- 0.18516,
- "_ELISNASDALDKIR_"
- ],
- [
- 3497,
- 2,
- 10,
- 2,
- 0.12819,
- "_LWGEPVNLR_"
- ],
- [
- 19483,
- 3,
- 13,
- 5,
- 0.17091,
- "_MIHGNPSGVDNAVSTWGGALR_"
- ],
- [
- 17351,
- 3,
- 13,
- 5,
- 0.17091,
- "_TRPEGEPSSLSPEELAFAR_"
- ],
- [
- 4693,
- 2,
- 13,
- 4,
- 0.17091,
- "_SNELFTTFR_"
- ],
- [
- 42077,
- 4,
- 13,
- 4,
- 0.17091,
- "_EEISEAEPGGGSLGDGRPPEESAHEMMEEEEEIPKPK_"
- ],
- [
- 6508,
- 2,
- 12,
- 2,
- 0.15667,
- "_ELASGEYFLK_"
- ],
- [
- 45723,
- 2,
- 12,
- 6,
- 0.15667,
- "_GAYSVGPLHSDLEYTVTSQK_"
- ],
- [
- 28791,
- 2,
- 11,
- 6,
- 0.14243,
- "_FNALFAQGNYSEAAK_"
- ],
- [
- 19342,
- 2,
- 13,
- 3,
- 0.17091,
- "_EAAHLLNDALSIR_"
- ],
- [
- 32524,
- 2,
- 10,
- 3,
- 0.12819,
- "_YAIAVNDLGTEYVHR_"
- ],
- [
- 39922,
- 2,
- 13,
- 4,
- 0.17091,
- "_EGDVTSGMVKDPPDVLDR_"
- ],
- [
- 49847,
- 3,
- 10,
- 5,
- 0.12819,
- "_NGQYVACGSNCGVVNIYNQDSCLQETNPKPIK_"
- ],
- [
- 9759,
- 2,
- 10,
- 3,
- 0.12819,
- "_NGTGVLILSPTR_"
- ],
- [
- 49386,
- 2,
- 11,
- 5,
- 0.14243,
- "_LHGLNINYNCEICGNYTYR_"
- ],
- [
- 50335,
- 2,
- 13,
- 6,
- 0.17091,
- "_EAPATQASSTTQLTDTQVLAAENK_"
- ],
- [
- 17018,
- 2,
- 14,
- 3,
- 0.18516,
- "_LYEPDQLQELK_"
- ],
- [
- 29765,
- 2,
- 16,
- 6,
- 0.21367,
- "_VDVEGPDVNIEGPEGK_"
- ],
- [
- 48857,
- 2,
- 16,
- 5,
- 0.21367,
- "_VYFQSPPGAAGEGPGGADDEGPVR_"
- ],
- [
- 13681,
- 3,
- 14,
- 4,
- 0.18516,
- "_FFDANYDGKDYDPVAAR_"
- ],
- [
- 28489,
- 2,
- 20,
- 5,
- 0.2707,
- "_GLVVDMDGFEEERK_"
- ],
- [
- 38909,
- 2,
- 15,
- 6,
- 0.1994,
- "_AYVEIEYEQETEPVAK_"
- ],
- [
- 3494,
- 2,
- 15,
- 5,
- 0.1994,
- "_FFMGNQVLK_"
- ],
- [
- 26531,
- 2,
- 19,
- 5,
- 0.25646,
- "_AIANECQANFISIK_"
- ],
- [
- 4464,
- 2,
- 16,
- 3,
- 0.21367,
- "_IEFGVDVTTK_"
- ],
- [
- 5770,
- 2,
- 16,
- 3,
- 0.21367,
- "_AELIVQPELK_"
- ],
- [
- 20040,
- 2,
- 17,
- 4,
- 0.22794,
- "_EATWTMSNITAGR_"
- ],
- [
- 31626,
- 2,
- 14,
- 5,
- 0.18516,
- "_EMQDVQGALQCYTR_"
- ],
- [
- 20123,
- 2,
- 7,
- 2,
- 0.085485,
- "_MSEGINFSDNLGR_"
- ],
- [
- 9163,
- 2,
- 12,
- 5,
- 0.15667,
- "_GTLPAVEPFQR_"
- ],
- [
- 37563,
- 3,
- 12,
- 3,
- 0.15667,
- "_HSQCSEAIITVLCGTEGAQDGLSKPK_"
- ],
- [
- 45472,
- 2,
- 12,
- 6,
- 0.15667,
- "_QLCEFLTENGYAHNVSMK_"
- ],
- [
- 7171,
- 2,
- 15,
- 2,
- 0.1994,
- "_LSDPIVNTLAK_"
- ],
- [
- 35532,
- 2,
- 12,
- 4,
- 0.15667,
- "_LHADQEYVLQVSLQR_"
- ],
- [
- 15463,
- 2,
- 13,
- 3,
- 0.17092,
- "_YLEPLYNDYR_"
- ],
- [
- 4779,
- 2,
- 13,
- 3,
- 0.17092,
- "_YVGFDSWDK_"
- ],
- [
- 12437,
- 2,
- 13,
- 4,
- 0.17092,
- "_KILAIELENLK_"
- ],
- [
- 47797,
- 2,
- 13,
- 4,
- 0.17092,
- "_GSEQTTGAENEVETNALPVVSK_"
- ],
- [
- 4261,
- 2,
- 17,
- 4,
- 0.22792,
- "_SCGSLLPELK_"
- ],
- [
- 6133,
- 3,
- 12,
- 2,
- 0.15667,
- "_YAIAVNDLGTEYVHR_"
- ],
- [
- 1942,
- 2,
- 12,
- 6,
- 0.15667,
- "_ATIGADFLTK_"
- ],
- [
- 20370,
- 2,
- 21,
- 5,
- 0.28495,
- "_TLPGWNTDISNAR_"
- ],
- [
- 33326,
- 2,
- 9,
- 2,
- 0.11398,
- "_ASATIIEPAGESDNPLR_"
- ],
- [
- 2798,
- 2,
- 9,
- 2,
- 0.11398,
- "_EYIQILER_"
- ],
- [
- 42390,
- 4,
- 10,
- 8,
- 0.12821,
- "_ESGLLGYQHGPIHMTNLGTGFSSQNEIEGAGSKPASSSGK_"
- ],
- [
- 37168,
- 2,
- 9,
- 4,
- 0.11398,
- "_YVHPLTEEAIEEMER_"
- ],
- [
- 42087,
- 2,
- 10,
- 5,
- 0.12821,
- "_M(Oxidation (M))IEAVQNHIGSLNWGYR_"
- ],
- [
- 32821,
- 2,
- 8,
- 4,
- 0.099733,
- "_SISLMTISHPGLDNSR_"
- ],
- [
- 750,
- 4,
- 20,
- 6,
- 0.2707,
- "_VAALFPALRPGGFQAHYR_"
- ],
- [
- 39285,
- 2,
- 10,
- 3,
- 0.12821,
- "_EVLEEISCYPENNDAK_"
- ],
- [
- 3062,
- 2,
- 11,
- 3,
- 0.14244,
- "_LDLAGTLPGSK_"
- ],
- [
- 31040,
- 2,
- 11,
- 2,
- 0.14244,
- "_LFSCANCDTILTNR_"
- ],
- [
- 29525,
- 2,
- 11,
- 3,
- 0.14244,
- "_LGQMIVDYENPLKK_"
- ],
- [
- 32608,
- 2,
- 7,
- 2,
- 0.085485,
- "_ICGDIHGQYYDLLR_"
- ],
- [
- 6923,
- 2,
- 12,
- 4,
- 0.15667,
- "_SADEVLFTGVK_"
- ],
- [
- 11431,
- 2,
- 16,
- 4,
- 0.21364,
- "_NQLTAMSSVLAK_"
- ],
- [
- 4457,
- 2,
- 7,
- 4,
- 0.085485,
- "_NLFNVVDCK_"
- ],
- [
- 10942,
- 2,
- 13,
- 2,
- 0.17092,
- "_FQGVSLPVHLR_"
- ],
- [
- 4591,
- 2,
- 9,
- 3,
- 0.11398,
- "_DGKLPLLLSR_"
- ],
- [
- 2021,
- 2,
- 14,
- 4,
- 0.18516,
- "_GPLMMYISK_"
- ],
- [
- 40963,
- 2,
- 15,
- 4,
- 0.1994,
- "_FFDANYDGKDYDPVAAR_"
- ],
- [
- 9949,
- 2,
- 14,
- 3,
- 0.18516,
- "_GILLYGPPGCGK_"
- ],
- [
- 25496,
- 3,
- 15,
- 5,
- 0.1994,
- "_ILENPQSLSDPNNYHEFCR_"
- ],
- [
- 22368,
- 2,
- 16,
- 5,
- 0.21364,
- "_GGSTTGSQFLEQFK_"
- ],
- [
- 2156,
- 2,
- 13,
- 3,
- 0.17092,
- "_VFSLSSEFK_"
- ],
- [
- 34097,
- 4,
- 16,
- 9,
- 0.21364,
- "_GLTEGLHGFHVHEFGDNTAGCTSAGPHFNPLSR_"
- ],
- [
- 6481,
- 3,
- 15,
- 5,
- 0.1994,
- "_PAHVVVGDVLQAADVDK_"
- ],
- [
- 49658,
- 2,
- 16,
- 6,
- 0.21365,
- "_VEQNSEPCAGSSSESDLQTVFK_"
- ],
- [
- 35973,
- 2,
- 16,
- 4,
- 0.21365,
- "_PGPPQLSVMNQMQQEK_"
- ],
- [
- 20522,
- 4,
- 10,
- 4,
- 0.12823,
- "_LIEEAWSPPAEGEHSLEGEVHYSAEK_"
- ],
- [
- 7481,
- 2,
- 3,
- 2,
- 0.028494,
- "_GAYLSQPNTVK_"
- ],
- [
- 34793,
- 4,
- 16,
- 8,
- 0.21365,
- "_KLAEEEDLFDSAHPEEGDLDLASESTAHAQSSK_"
- ],
- [
- 29089,
- 2,
- 7,
- 2,
- 0.085494,
- "_DCVEALTTSEDIER_"
- ],
- [
- 34161,
- 2,
- 10,
- 5,
- 0.12823,
- "_AFSAFVGQMHQQGILK_"
- ],
- [
- 27531,
- 3,
- 14,
- 4,
- 0.18516,
- "_DLGSTEDGDGTDDFLTDKEDEK_"
- ],
- [
- 17694,
- 3,
- 12,
- 4,
- 0.15669,
- "_QESIMDAGPVVVHCSAGIGR_"
- ],
- [
- 12114,
- 2,
- 13,
- 4,
- 0.17092,
- "_AKFDAELLEIK_"
- ],
- [
- 41857,
- 2,
- 13,
- 6,
- 0.17092,
- "_QEQVTAAVAHAVEQQMQK_"
- ],
- [
- 44756,
- 3,
- 9,
- 6,
- 0.11398,
- "_EAEYEESVAKEDQPAVPGETQGDSYFTGK_"
- ],
- [
- 18813,
- 2,
- 16,
- 3,
- 0.21365,
- "_DLKPQNLLIDDK_"
- ],
- [
- 39553,
- 2,
- 21,
- 6,
- 0.28495,
- "_TLTGTAALTVQSQEDNLR_"
- ],
- [
- 30391,
- 2,
- 22,
- 7,
- 0.29919,
- "_ETNLDSLPLVDTHSK_"
- ],
- [
- 17365,
- 2,
- 7,
- 5,
- 0.085494,
- "_DMTTITEDEISK_"
- ],
- [
- 22965,
- 3,
- 11,
- 5,
- 0.14246,
- "_GFDQQMSSMVIEHMASHGTR_"
- ],
- [
- 27057,
- 3,
- 12,
- 4,
- 0.15669,
- "_KDGSCGVAYVVQEPGDYEVSVK_"
- ],
- [
- 29608,
- 2,
- 10,
- 4,
- 0.12823,
- "_VLTTGYWPTQSATPK_"
- ],
- [
- 2371,
- 2,
- 15,
- 3,
- 0.1994,
- "_VMENGLLFK_"
- ],
- [
- 14960,
- 3,
- 17,
- 4,
- 0.22789,
- "_RPPSAFFLFCSEYRPK_"
- ],
- [
- 25392,
- 2,
- 14,
- 4,
- 0.18516,
- "_LEIAGTVVGHWAGSR_"
- ],
- [
- 40167,
- 4,
- 10,
- 7,
- 0.12823,
- "_MSLEFPTGDSTQPNGGLSHTGTPKPSGVQMDQPCCR_"
- ],
- [
- 10677,
- 2,
- 10,
- 5,
- 0.12823,
- "_IYVGNLPTDVR_"
- ],
- [
- 12080,
- 3,
- 11,
- 5,
- 0.14246,
- "_EGHQVALLSGEMMVEQR_"
- ],
- [
- 39507,
- 2,
- 13,
- 3,
- 0.17092,
- "_LDVEEPDSANSSFYSTR_"
- ],
- [
- 2962,
- 2,
- 16,
- 3,
- 0.21365,
- "_AGLTEPVLIR_"
- ],
- [
- 21650,
- 2,
- 14,
- 5,
- 0.18516,
- "_DLSMSEEDQMMR_"
- ],
- [
- 25340,
- 2,
- 11,
- 3,
- 0.14246,
- "_ILTDYGFEGHPFR_"
- ],
- [
- 9403,
- 2,
- 14,
- 4,
- 0.18516,
- "_CAVVDVPFGGAK_"
- ],
- [
- 37992,
- 4,
- 10,
- 6,
- 0.12823,
- "_VNVHGIFSVSSASLVEVHKSEENEEPMETDQNAK_"
- ],
- [
- 43125,
- 2,
- 6,
- 2,
- 0.071261,
- "_SSSAEESGQDVLENTFSQK_"
- ],
- [
- 4182,
- 2,
- 13,
- 3,
- 0.17095,
- "_MILLEVNNR_"
- ],
- [
- 40929,
- 2,
- 13,
- 5,
- 0.17095,
- "_EAPNPIHLTVDTSLQNGR_"
- ],
- [
- 24434,
- 2,
- 13,
- 5,
- 0.17095,
- "_ASAELALGENSEVLK_"
- ],
- [
- 5817,
- 2,
- 7,
- 4,
- 0.085507,
- "_LALPADSVNIK_"
- ],
- [
- 35052,
- 2,
- 10,
- 5,
- 0.12824,
- "_SLLSGLATGESGWSQHR_"
- ],
- [
- 24207,
- 3,
- 13,
- 5,
- 0.17095,
- "_HTDSWLHTSELNDGYDWGR_"
- ],
- [
- 49910,
- 2,
- 10,
- 5,
- 0.12824,
- "_ELQAEATVSGSPEAPGTNVVSEPR_"
- ],
- [
- 14394,
- 2,
- 12,
- 4,
- 0.15672,
- "_NMLFSGTNIAAGK_"
- ],
- [
- 45049,
- 3,
- 11,
- 5,
- 0.14249,
- "_AGDSEQTLQNHQQPNGGEPFLIGVSGGTASGK_"
- ],
- [
- 51291,
- 2,
- 11,
- 5,
- 0.14249,
- "_SSSSLGNATSDEDPNTNIMNINENK_"
- ],
- [
- 31547,
- 2,
- 11,
- 2,
- 0.14249,
- "_LPPMCVNPTPGGTISR_"
- ],
- [
- 15017,
- 3,
- 12,
- 5,
- 0.15672,
- "_M(Oxidation (M))IEAVQNHIGSLNWGYR_"
- ],
- [
- 17170,
- 2,
- 17,
- 6,
- 0.22791,
- "_CLYASVLTAQPR_"
- ],
- [
- 7377,
- 3,
- 12,
- 4,
- 0.15672,
- "_AFSAFVGQMHQQGILK_"
- ],
- [
- 17952,
- 3,
- 12,
- 4,
- 0.15672,
- "_LVEKPSPLTLAPHDFANIK_"
- ],
- [
- 19238,
- 2,
- 11,
- 4,
- 0.14249,
- "_LYPPSAEYPDLR_"
- ],
- [
- 26114,
- 2,
- 16,
- 4,
- 0.21367,
- "_LIHQTNLILQTFK_"
- ],
- [
- 10306,
- 3,
- 11,
- 3,
- 0.14249,
- "_EM(Oxidation (M))QDVDLAEVKPLVEK_"
- ],
- [
- 38505,
- 2,
- 11,
- 3,
- 0.14249,
- "_KQFGAQANVIGPWIQTK_"
- ],
- [
- 19031,
- 2,
- 10,
- 5,
- 0.12824,
- "_VWDYETGDFER_"
- ],
- [
- 34792,
- 2,
- 9,
- 3,
- 0.114,
- "_VNDSDDLIMTENEVGK_"
- ],
- [
- 4515,
- 3,
- 9,
- 5,
- 0.114,
- "_PYVEEGLHPQIIIR_"
- ],
- [
- 11196,
- 3,
- 9,
- 5,
- 0.114,
- "_KQFGAQANVIGPWIQTK_"
- ],
- [
- 41711,
- 2,
- 14,
- 5,
- 0.18518,
- "_YQTQPVTLGEVEQVQSGK_"
- ],
- [
- 47417,
- 2,
- 14,
- 5,
- 0.18518,
- "_ILTLESNVDTTANSSCQINR_"
- ],
- [
- 13782,
- 2,
- 14,
- 5,
- 0.18518,
- "_GCSFLPDPYQK_"
- ],
- [
- 9897,
- 3,
- 14,
- 3,
- 0.18518,
- "_YVHPLTEEAIEEMER_"
- ],
- [
- 30238,
- 2,
- 20,
- 5,
- 0.2707,
- "_IDSANMNDDITTSLR_"
- ],
- [
- 36349,
- 2,
- 14,
- 5,
- 0.18518,
- "_ETQDLIEQGALLQAHR_"
- ],
- [
- 39431,
- 2,
- 14,
- 4,
- 0.18518,
- "_EGHQVALLSGEMMVEQR_"
- ],
- [
- 26710,
- 3,
- 15,
- 5,
- 0.19943,
- "_LHGLNINYNCEICGNYTYR_"
- ],
- [
- 39658,
- 3,
- 16,
- 7,
- 0.21367,
- "_KLNCQVIGASVDSHFCHLAWVNTPK_"
- ],
- [
- 40168,
- 2,
- 15,
- 4,
- 0.19943,
- "_EIEEESETTVEADLTDK_"
- ],
- [
- 32522,
- 4,
- 13,
- 6,
- 0.17095,
- "_GMQGPPHPHGIQGGPGSQGIQGPVSQGPLMGLNPR_"
- ],
- [
- 18730,
- 3,
- 9,
- 2,
- 0.114,
- "_AWDAHVTAVCSQDASELVR_"
- ],
- [
- 32034,
- 2,
- 19,
- 5,
- 0.25643,
- "_VDQDSALHNDLQILK_"
- ],
- [
- 44828,
- 2,
- 9,
- 4,
- 0.114,
- "_TVSQQSFDGVSLDSSGPEDR_"
- ],
- [
- 33861,
- 2,
- 12,
- 4,
- 0.15673,
- "_AFGSGIDIKPGTPPIAGR_"
- ],
- [
- 21189,
- 2,
- 11,
- 4,
- 0.14248,
- "_QGDLVTCGILSGNK_"
- ],
- [
- 27683,
- 3,
- 7,
- 2,
- 0.085499,
- "_ALWENGTYQHSVSSLASVSSQR_"
- ],
- [
- 32302,
- 2,
- 11,
- 4,
- 0.14248,
- "_EHLILVSQLEQLHR_"
- ],
- [
- 26031,
- 4,
- 11,
- 6,
- 0.14248,
- "_QRHELLLGAGSGPGAGQQQATPGALLQAGPPR_"
- ],
- [
- 3574,
- 2,
- 9,
- 2,
- 0.11399,
- "_LLTNLGLGER_"
- ],
- [
- 22644,
- 3,
- 17,
- 8,
- 0.2279,
- "_VIPSFMCQAGDFTNHNGTGGK_"
- ],
- [
- 27233,
- 2,
- 13,
- 4,
- 0.17096,
- "_QLGVEVPEAQQLQR_"
- ],
- [
- 19680,
- 3,
- 18,
- 7,
- 0.24215,
- "_EATDPRPCEVENAVESWR_"
- ],
- [
- 4158,
- 2,
- 20,
- 5,
- 0.27067,
- "_DETEFYLGK_"
- ],
- [
- 28612,
- 2,
- 13,
- 4,
- 0.17096,
- "_QMDPTDFVNSSETR_"
- ],
- [
- 5998,
- 2,
- 12,
- 2,
- 0.15673,
- "_AQQDVIMVLK_"
- ],
- [
- 15305,
- 2,
- 17,
- 2,
- 0.2279,
- "_QLLDQVEQIQK_"
- ],
- [
- 14743,
- 3,
- 16,
- 5,
- 0.21367,
- "_QEQVTAAVAHAVEQQMQK_"
- ],
- [
- 41854,
- 2,
- 10,
- 4,
- 0.12823,
- "_STSSTSSGSNSNALVPVSWK_"
- ],
- [
- 8916,
- 3,
- 17,
- 7,
- 0.2279,
- "_SVLHEVMEQQTLSIAK_"
- ],
- [
- 8283,
- 3,
- 12,
- 4,
- 0.15673,
- "_KLDAGNQLALIEELHK_"
- ],
- [
- 36019,
- 2,
- 16,
- 7,
- 0.21367,
- "_SVLHEVMEQQTLSIAK_"
- ],
- [
- 46423,
- 2,
- 13,
- 5,
- 0.17096,
- "_ENDAVWLATQNHSTLVTER_"
- ],
- [
- 34754,
- 2,
- 16,
- 5,
- 0.21367,
- "_SQNIVTDSSSLSAEAIR_"
- ],
- [
- 25468,
- 2,
- 28,
- 6,
- 0.38467,
- "_GENLVSMTVEGPPPK_"
- ],
- [
- 6457,
- 3,
- 16,
- 3,
- 0.21367,
- "_VLESEEQVLVMYHR_"
- ],
- [
- 51477,
- 2,
- 6,
- 6,
- 0.07125,
- "_NDQDTWDYTNPNLSGQGDPGSNPNK_"
- ],
- [
- 36474,
- 2,
- 11,
- 4,
- 0.14248,
- "_AALLSQHTCSIGGLLER_"
- ],
- [
- 41276,
- 3,
- 8,
- 5,
- 0.099745,
- "_SYDKPAVDDDDEGMETLEEDTEESSR_"
- ],
- [
- 49219,
- 2,
- 10,
- 5,
- 0.12823,
- "_EAEVVLCGGTESM(Oxidation (M))SQAPYCVR_"
- ],
- [
- 30128,
- 2,
- 14,
- 3,
- 0.18519,
- "_DVQGTDASLDEELDR_"
- ],
- [
- 30537,
- 2,
- 10,
- 3,
- 0.12823,
- "_EQNYDLTEVSESMK_"
- ],
- [
- 38807,
- 4,
- 16,
- 9,
- 0.21367,
- "_LVQAFQYTDEHGEVCPAGWKPGSDTIKPNVDDSK_"
- ],
- [
- 3441,
- 4,
- 14,
- 3,
- 0.18519,
- "_TGPVTLHTQTAIHFAEQIAK_"
- ],
- [
- 21009,
- 3,
- 14,
- 5,
- 0.18519,
- "_VWIKPGAEQSFLYGNHVLK_"
- ],
- [
- 13398,
- 2,
- 22,
- 3,
- 0.2992,
- "_NSLESYAFNMK_"
- ],
- [
- 11236,
- 2,
- 14,
- 4,
- 0.18519,
- "_VCEEIAIIPSK_"
- ],
- [
- 19493,
- 2,
- 17,
- 3,
- 0.2279,
- "_WTELAGCTADFR_"
- ],
- [
- 1806,
- 2,
- 14,
- 3,
- 0.18519,
- "_EGLVMVEVR_"
- ],
- [
- 49157,
- 2,
- 8,
- 5,
- 0.099745,
- "_(Acetyl (Protein N-term))ASYFDEHDCEPSDPEQETR_"
- ],
- [
- 44494,
- 3,
- 11,
- 6,
- 0.14248,
- "_GAAAADLLSSSPESQHGGTQSPGGGQPLLQPTK_"
- ],
- [
- 1735,
- 2,
- 13,
- 2,
- 0.17096,
- "_DINAVAASLR_"
- ],
- [
- 44911,
- 2,
- 9,
- 3,
- 0.11399,
- "_AWDAHVTAVCSQDASELVR_"
- ],
- [
- 10583,
- 3,
- 11,
- 4,
- 0.14248,
- "_SGDVYSFSVLEPHGCGR_"
- ],
- [
- 13629,
- 3,
- 13,
- 5,
- 0.17096,
- "_EAPNPIHLTVDTSLQNGR_"
- ],
- [
- 33017,
- 2,
- 18,
- 6,
- 0.24215,
- "_PAHVVVGDVLQAADVDK_"
- ],
- [
- 49739,
- 2,
- 11,
- 4,
- 0.14247,
- "_ALWENGTYQHSVSSLASVSSQR_"
- ],
- [
- 6092,
- 2,
- 11,
- 4,
- 0.14247,
- "_SSGLTAVWVAR_"
- ],
- [
- 5754,
- 2,
- 12,
- 4,
- 0.15671,
- "_TVFQFDVQR_"
- ],
- [
- 12790,
- 4,
- 11,
- 3,
- 0.14247,
- "_SISDAPAPAYHDPLYLEDQVSHR_"
- ],
- [
- 5968,
- 3,
- 10,
- 4,
- 0.12823,
- "_EAFEETHLTSLDPVK_"
- ],
- [
- 21546,
- 2,
- 11,
- 4,
- 0.14247,
- "_NSSEASSGDFLDLK_"
- ],
- [
- 30282,
- 3,
- 10,
- 3,
- 0.12823,
- "_HCQYTWDTQMNSNLGITAACK_"
- ],
- [
- 48193,
- 2,
- 9,
- 4,
- 0.11398,
- "_SANMNGLLDSDSDSLSSCQQR_"
- ],
- [
- 27173,
- 3,
- 10,
- 4,
- 0.12823,
- "_EEQLKIDEAESLNDEELEEK_"
- ],
- [
- 3646,
- 3,
- 11,
- 3,
- 0.14247,
- "_EVLPESLPVLHNQR_"
- ],
- [
- 14274,
- 3,
- 12,
- 4,
- 0.15671,
- "_LHYIMGDYAEALSNQQK_"
- ],
- [
- 2737,
- 2,
- 9,
- 4,
- 0.17096,
- "_ENLVFLAQK_"
- ],
- [
- 34903,
- 3,
- 10,
- 3,
- 0.12823,
- "_LVSGMQHPGSAGGVYETTQHFIDIK_"
- ],
- [
- 14159,
- 2,
- 10,
- 2,
- 0.12823,
- "_VGVGTSFGLPQTR_"
- ],
- [
- 24470,
- 3,
- 12,
- 5,
- 0.15671,
- "_DVDELPSLQPSVGSPSRPSSSR_"
- ],
- [
- 12376,
- 2,
- 11,
- 3,
- 0.14247,
- "_ELLDGGANPLQR_"
- ],
- [
- 32249,
- 2,
- 8,
- 2,
- 0.099731,
- "_TVEACNLPIVQGPCR_"
- ],
- [
- 25075,
- 2,
- 12,
- 4,
- 0.15671,
- "_GDINVCIVGDPSTAK_"
- ],
- [
- 14709,
- 2,
- 11,
- 5,
- 0.14247,
- "_MDNPDTFYSLK_"
- ],
- [
- 36779,
- 2,
- 11,
- 5,
- 0.14247,
- "_VNTHGIFTISTASMVEK_"
- ],
- [
- 28588,
- 2,
- 8,
- 4,
- 0.099731,
- "_LSPDPVAGSAVSQELR_"
- ],
- [
- 24954,
- 2,
- 12,
- 3,
- 0.15671,
- "_REDYYDIQLSIK_"
- ],
- [
- 5951,
- 3,
- 12,
- 3,
- 0.15671,
- "_EHLILVSQLEQLHR_"
- ],
- [
- 29686,
- 2,
- 9,
- 4,
- 0.11398,
- "_SLAMLGSSEDNTALSR_"
- ],
- [
- 16488,
- 2,
- 9,
- 4,
- 0.11398,
- "_CHEFLIFEDR_"
- ],
- [
- 44637,
- 2,
- 10,
- 3,
- 0.12823,
- "_EIQQALVDAGDKPATFVGSR_"
- ],
- [
- 15599,
- 2,
- 9,
- 3,
- 0.11398,
- "_ILPVAASYSAVTR_"
- ],
- [
- 32695,
- 2,
- 10,
- 4,
- 0.12823,
- "_AFNSVDPTFDNSVPSK_"
- ],
- [
- 6754,
- 3,
- 12,
- 6,
- 0.15671,
- "_FGTVLTEHVAAAELGAR_"
- ],
- [
- 44233,
- 3,
- 12,
- 5,
- 0.15671,
- "_PCETHQTTSTGTTMSVSVGALLPDATSSHR_"
- ],
- [
- 46321,
- 3,
- 14,
- 8,
- 0.18519,
- "_AGVYPEKDQAENEDGAQENTFSMDPQLER_"
- ],
- [
- 29349,
- 3,
- 13,
- 7,
- 0.17096,
- "_VGTFFSEVKPAGPTVEQQGEMAR_"
- ],
- [
- 42982,
- 2,
- 23,
- 6,
- 0.31343,
- "_EIEGEEIEIVLAKPPDKK_"
- ],
- [
- 43799,
- 3,
- 24,
- 8,
- 0.32768,
- "_TGQEYKPGNPPAEIGQNISSNSSASILESK_"
- ],
- [
- 25933,
- 4,
- 15,
- 3,
- 0.19942,
- "_PCETHQTTSTGTTMSVSVGALLPDATSSHR_"
- ],
- [
- 15042,
- 4,
- 15,
- 8,
- 0.19942,
- "_LVSGMQHPGSAGGVYETTQHFIDIK_"
- ],
- [
- 28326,
- 2,
- 15,
- 5,
- 0.19942,
- "_QWYESHYALPLGR_"
- ],
- [
- 2988,
- 2,
- 14,
- 2,
- 0.18519,
- "_LEAPLEELR_"
- ],
- [
- 40701,
- 2,
- 22,
- 7,
- 0.29917,
- "_VAPEEHPVLLTEAPLNPK_"
- ],
- [
- 9572,
- 3,
- 14,
- 5,
- 0.18519,
- "_VNTHGIFTISTASMVEK_"
- ],
- [
- 10593,
- 3,
- 16,
- 6,
- 0.21365,
- "_IGDLQAFQGHGAGNLAGLK_"
- ],
- [
- 27696,
- 2,
- 14,
- 3,
- 0.18519,
- "_WADPQISESNFSPK_"
- ],
- [
- 20813,
- 3,
- 5,
- 2,
- 0.056981,
- "_QTQALADQFEDKTTSVLER_"
- ],
- [
- 38745,
- 2,
- 14,
- 5,
- 0.18519,
- "_AGKPVICATQMLESM(Oxidation (M))IK_"
- ],
- [
- 3856,
- 4,
- 15,
- 6,
- 0.19942,
- "_VWIKPGAEQSFLYGNHVLK_"
- ],
- [
- 32331,
- 2,
- 13,
- 5,
- 0.17096,
- "_EAFEETHLTSLDPVK_"
- ],
- [
- 7439,
- 2,
- 18,
- 5,
- 0.24214,
- "_SADTLWDIQK_"
- ],
- [
- 43342,
- 2,
- 14,
- 4,
- 0.18519,
- "_YYAELCAPPGNSDPEQLK_"
- ],
- [
- 9824,
- 2,
- 19,
- 2,
- 0.25638,
- "_DGMSVYDSLDK_"
- ],
- [
- 33156,
- 2,
- 13,
- 3,
- 0.17096,
- "_TFEVPEENTAETITR_"
- ],
- [
- 2622,
- 2,
- 14,
- 2,
- 0.18519,
- "_VTLMQLPTR_"
- ],
- [
- 157,
- 2,
- 12,
- 4,
- 0.1567,
- "_EVFPIMAK_"
- ],
- [
- 38291,
- 3,
- 13,
- 7,
- 0.17094,
- "_VVECKPQPCVVSVEGLSSSTTDAQLK_"
- ],
- [
- 7668,
- 3,
- 13,
- 5,
- 0.17094,
- "_ANLQAALQVLELHHSK_"
- ],
- [
- 8132,
- 2,
- 15,
- 4,
- 0.19942,
- "_LEAAYLDLQR_"
- ],
- [
- 3170,
- 2,
- 14,
- 3,
- 0.18519,
- "_DLSLEEIQK_"
- ],
- [
- 2490,
- 2,
- 20,
- 4,
- 0.27061,
- "_LPAVVTADLR_"
- ],
- [
- 1234,
- 2,
- 13,
- 3,
- 0.17094,
- "_MDDDVFLR_"
- ],
- [
- 11395,
- 3,
- 13,
- 6,
- 0.17094,
- "_AGKPVICATQMLESM(Oxidation (M))IK_"
- ],
- [
- 45024,
- 2,
- 16,
- 7,
- 0.21365,
- "_QEQHEAQAQVAELELQLR_"
- ],
- [
- 41173,
- 2,
- 7,
- 2,
- 0.085457,
- "_NQEVDLQQEQIQELEK_"
- ],
- [
- 33383,
- 2,
- 15,
- 6,
- 0.19942,
- "_FGTVLTEHVAAAELGAR_"
- ],
- [
- 11002,
- 2,
- 12,
- 3,
- 0.1567,
- "_VELTPVAIQAGR_"
- ],
- [
- 17346,
- 2,
- 12,
- 5,
- 0.1567,
- "_KVVVEQLNLLVK_"
- ],
- [
- 11735,
- 2,
- 14,
- 4,
- 0.18519,
- "_SYQFGIIGNDR_"
- ],
- [
- 18908,
- 3,
- 15,
- 6,
- 0.19942,
- "_QEQHEAQAQVAELELQLR_"
- ],
- [
- 23412,
- 2,
- 12,
- 3,
- 0.1567,
- "_NSLCFPEDAEISK_"
- ],
- [
- 28388,
- 2,
- 9,
- 4,
- 0.11396,
- "_VLELEGEKGEWGFK_"
- ],
- [
- 2730,
- 2,
- 23,
- 4,
- 0.3134,
- "_LGEWVGLCK_"
- ],
- [
- 8901,
- 2,
- 22,
- 6,
- 0.29913,
- "_VEVTEFEDIK_"
- ],
- [
- 2475,
- 3,
- 18,
- 4,
- 0.24213,
- "_VHLMNPMVPGLTGSK_"
- ],
- [
- 17917,
- 2,
- 15,
- 5,
- 0.19942,
- "_ACGNFGIPCELR_"
- ],
- [
- 42916,
- 2,
- 12,
- 5,
- 0.1567,
- "_VASVDSAVAATTPTSMATVQK_"
- ],
- [
- 10822,
- 3,
- 15,
- 5,
- 0.19942,
- "_RDTFNHLTTWLEDAR_"
- ],
- [
- 20796,
- 2,
- 10,
- 4,
- 0.12821,
- "_VFANPEDCVAFGK_"
- ],
- [
- 33652,
- 2,
- 18,
- 6,
- 0.24213,
- "_EMLPHVGVSDFCETK_"
- ],
- [
- 34451,
- 2,
- 10,
- 3,
- 0.12821,
- "_ADSEPESPLNASYVYK_"
- ],
- [
- 32936,
- 2,
- 18,
- 7,
- 0.24213,
- "_INPDGSQSVVEVPYAR_"
- ],
- [
- 16692,
- 2,
- 6,
- 2,
- 0.071211,
- "_QQCAFIQFATR_"
- ],
- [
- 25375,
- 2,
- 10,
- 5,
- 0.12821,
- "_NCWQNYLDFHR_"
- ],
- [
- 3401,
- 3,
- 10,
- 4,
- 0.12821,
- "_VLELEGEKGEWGFK_"
- ],
- [
- 5219,
- 4,
- 11,
- 3,
- 0.14246,
- "_TSAKEEDAFHFVSYVPVNGR_"
- ],
- [
- 40452,
- 2,
- 19,
- 8,
- 0.25637,
- "_HDIAFVEFENDGQAGAAR_"
- ],
- [
- 33499,
- 2,
- 17,
- 4,
- 0.22788,
- "_LLQQLAMTGSEEGDPR_"
- ],
- [
- 19901,
- 2,
- 13,
- 5,
- 0.17094,
- "_VLAHLAPLFDNPK_"
- ],
- [
- 46357,
- 2,
- 10,
- 5,
- 0.12821,
- "_LGLCCITCTYCSQTCQR_"
- ],
- [
- 39567,
- 2,
- 13,
- 4,
- 0.17094,
- "_QNNDSDCGAFVLQYCK_"
- ],
- [
- 24401,
- 3,
- 13,
- 5,
- 0.17094,
- "_TSPVADAAGWVDVDKETLQHR_"
- ],
- [
- 13554,
- 2,
- 12,
- 4,
- 0.1567,
- "_ELLEYDLQQR_"
- ],
- [
- 22726,
- 2,
- 12,
- 2,
- 0.1567,
- "_SGNIINMSSVASSVK_"
- ],
- [
- 24394,
- 2,
- 11,
- 5,
- 0.14245,
- "_ILMDKPEMNVVLK_"
- ],
- [
- 23306,
- 2,
- 24,
- 5,
- 0.32764,
- "_ISSLLEEQFQQGK_"
- ],
- [
- 44250,
- 2,
- 11,
- 4,
- 0.14245,
- "_LLVDVDESTLSPEEQKER_"
- ],
- [
- 19022,
- 4,
- 11,
- 6,
- 0.14245,
- "_AWLQQYHNQCQEVLHHISMIPAK_"
- ],
- [
- 13143,
- 3,
- 17,
- 4,
- 0.2279,
- "_HDIAFVEFENDGQAGAAR_"
- ],
- [
- 21822,
- 2,
- 11,
- 2,
- 0.14245,
- "_VFHAGFGVVLGEDK_"
- ],
- [
- 3370,
- 3,
- 17,
- 5,
- 0.2279,
- "_QWYESHYALPLGR_"
- ],
- [
- 31088,
- 2,
- 24,
- 4,
- 0.32764,
- "_APPPSLTDCIGTVDSR_"
- ],
- [
- 2234,
- 4,
- 18,
- 7,
- 0.24213,
- "_LVEKPSPLTLAPHDFANIK_"
- ],
- [
- 32064,
- 2,
- 11,
- 4,
- 0.14245,
- "_QSGEAFVELGSEDDVK_"
- ],
- [
- 18963,
- 2,
- 18,
- 4,
- 0.24213,
- "_AYFHLLNQIAPK_"
- ],
- [
- 609,
- 2,
- 11,
- 3,
- 0.14245,
- "_LIAVEIYR_"
- ],
- [
- 15343,
- 2,
- 11,
- 2,
- 0.14245,
- "_KGELFDYLTEK_"
- ],
- [
- 40706,
- 3,
- 18,
- 7,
- 0.24213,
- "_NSQWVPTLPNSSHHLDAVPCSTTINR_"
- ],
- [
- 18245,
- 2,
- 11,
- 3,
- 0.14245,
- "_SGSLAVDNADPILK_"
- ],
- [
- 41442,
- 2,
- 14,
- 7,
- 0.18519,
- "_LHYIMGDYAEALSNQQK_"
- ],
- [
- 46023,
- 2,
- 15,
- 7,
- 0.19944,
- "_QLSSSVTGLTNIEEENCQR_"
- ],
- [
- 41069,
- 2,
- 14,
- 6,
- 0.18519,
- "_SAPDTELVNVTHLNTEVK_"
- ],
- [
- 31218,
- 2,
- 16,
- 7,
- 0.21367,
- "_YLNAGAGGIAGAFIHEK_"
- ],
- [
- 30401,
- 3,
- 14,
- 6,
- 0.18519,
- "_YHVPVVVVPEGSASDTHEQAILR_"
- ],
- [
- 5255,
- 4,
- 9,
- 3,
- 0.11396,
- "_TQDPAKAPNTPDILEIEFKK_"
- ],
- [
- 6196,
- 3,
- 14,
- 4,
- 0.18519,
- "_ICGDIHGQYYDLLR_"
- ],
- [
- 49601,
- 2,
- 14,
- 6,
- 0.18519,
- "_NSQEAEVSCPFIDNTYSCSGK_"
- ],
- [
- 24256,
- 4,
- 16,
- 8,
- 0.21367,
- "_EAENPEGEEKEAATLEVERPLPMEVEK_"
- ],
- [
- 15586,
- 3,
- 16,
- 7,
- 0.21367,
- "_IHNANPELTDGQIQAMLR_"
- ],
- [
- 35654,
- 2,
- 17,
- 4,
- 0.2279,
- "_IQFENNEDQDVNPLK_"
- ],
- [
- 12496,
- 3,
- 15,
- 6,
- 0.19944,
- "_ISTLTIEEGNLDIQRPK_"
- ],
- [
- 17831,
- 3,
- 15,
- 7,
- 0.19944,
- "_LLVDVDESTLSPEEQKER_"
- ],
- [
- 26557,
- 2,
- 9,
- 2,
- 0.11396,
- "_YYLEFEDTEENK_"
- ],
- [
- 16125,
- 3,
- 28,
- 6,
- 0.38464,
- "_EIEGEEIEIVLAKPPDKK_"
- ],
- [
- 960,
- 2,
- 15,
- 4,
- 0.19944,
- "_ELPELLQR_"
- ],
- [
- 42944,
- 3,
- 15,
- 6,
- 0.19944,
- "_EAENPEGEEKEAATLEVERPLPMEVEK_"
- ],
- [
- 11147,
- 2,
- 15,
- 2,
- 0.19944,
- "_STPVTVVLPDTK_"
- ],
- [
- 26601,
- 2,
- 10,
- 3,
- 0.12821,
- "_CIDTESLCVVAGEK_"
- ],
- [
- 35483,
- 2,
- 14,
- 5,
- 0.18519,
- "_SLVTVETDAHGSFCFK_"
- ],
- [
- 26396,
- 3,
- 16,
- 6,
- 0.21367,
- "_TVMAHGCYLSAEELNVFHER_"
- ],
- [
- 5012,
- 2,
- 28,
- 4,
- 0.38464,
- "_EAALPPVSPLK_"
- ],
- [
- 31439,
- 2,
- 10,
- 7,
- 0.12821,
- "_CYGFVTMSTAEEATK_"
- ],
- [
- 7718,
- 3,
- 11,
- 4,
- 0.14244,
- "_KLVGSVNLFSDENVPR_"
- ],
- [
- 48077,
- 2,
- 14,
- 6,
- 0.18517,
- "_EALGQAGVSETDNSSQDALGLSK_"
- ],
- [
- 8554,
- 3,
- 17,
- 6,
- 0.2279,
- "_KPLFHGDSEIDQLFR_"
- ],
- [
- 10135,
- 2,
- 12,
- 4,
- 0.15668,
- "_GQDIEYIEIR_"
- ],
- [
- 22578,
- 2,
- 10,
- 3,
- 0.12819,
- "_FYELELNIQGHK_"
- ],
- [
- 18828,
- 3,
- 10,
- 5,
- 0.12819,
- "_KYGETANECGEAFFFYGK_"
- ],
- [
- 43784,
- 2,
- 12,
- 6,
- 0.15668,
- "_LFTAHNNMTNYATVWASK_"
- ],
- [
- 29121,
- 2,
- 13,
- 4,
- 0.17093,
- "_RTEVLTSLYEEAVK_"
- ],
- [
- 30140,
- 2,
- 15,
- 5,
- 0.19942,
- "_RTVQSLEIDLDSMR_"
- ],
- [
- 12772,
- 2,
- 13,
- 4,
- 0.17093,
- "_RFEELTNLIR_"
- ],
- [
- 48871,
- 3,
- 17,
- 7,
- 0.2279,
- "_STAPETAIECTQAPAPASEDEKVVVEPPEGEEK_"
- ],
- [
- 31919,
- 2,
- 19,
- 4,
- 0.25636,
- "_DVEVTKEEFVLAAQK_"
- ],
- [
- 9847,
- 3,
- 16,
- 6,
- 0.21367,
- "_NSSHAGAFVIVTEEAIAK_"
- ],
- [
- 25781,
- 2,
- 16,
- 4,
- 0.21367,
- "_VLCGGDIYVPEDPK_"
- ],
- [
- 40012,
- 2,
- 10,
- 6,
- 0.12819,
- "_MALNHPYFNDLDNQIK_"
- ],
- [
- 20213,
- 4,
- 21,
- 7,
- 0.28484,
- "_KLNCQVIGASVDSHFCHLAWVNTPK_"
- ],
- [
- 47471,
- 2,
- 12,
- 5,
- 0.15668,
- "_SLEYCSTASIDSENPPDLNK_"
- ],
- [
- 48569,
- 2,
- 11,
- 3,
- 0.14244,
- "_VVCFNHDNTLLATGGTDGYVR_"
- ],
- [
- 8439,
- 3,
- 15,
- 4,
- 0.19942,
- "_SLVTVETDAHGSFCFK_"
- ],
- [
- 8705,
- 2,
- 17,
- 4,
- 0.2279,
- "_AIEMLGGELGSK_"
- ],
- [
- 38640,
- 2,
- 15,
- 3,
- 0.19942,
- "_QMASQAPAVNTLTESTLK_"
- ],
- [
- 24933,
- 3,
- 14,
- 4,
- 0.18517,
- "_TQTQRPNLIGLTSGDMDVNPR_"
- ],
- [
- 22286,
- 2,
- 18,
- 6,
- 0.24213,
- "_GILIGIQQSFRPR_"
- ],
- [
- 25052,
- 3,
- 10,
- 5,
- 0.12819,
- "_WQEGLKDDEKLEVSELATVK_"
- ],
- [
- 25178,
- 2,
- 15,
- 6,
- 0.19942,
- "_EKENLSYDLVPLK_"
- ],
- [
- 43408,
- 2,
- 13,
- 6,
- 0.17093,
- "_GQELCADYSENTFTEYK_"
- ],
- [
- 43634,
- 2,
- 9,
- 4,
- 0.11393,
- "_GALSIHNQEGATPVSLALER_"
- ],
- [
- 4903,
- 4,
- 17,
- 8,
- 0.2279,
- "_PESASPPADGTGSASGTLPVSQPK_"
- ],
- [
- 38864,
- 2,
- 12,
- 6,
- 0.15668,
- "_HM(Oxidation (M))SEFMECNLNELVK_"
- ],
- [
- 39453,
- 2,
- 11,
- 4,
- 0.14244,
- "_IEDDGSYFQINQDGGTR_"
- ],
- [
- 24012,
- 2,
- 13,
- 6,
- 0.17093,
- "_WMDEAQALDTADR_"
- ],
- [
- 26897,
- 3,
- 17,
- 6,
- 0.2279,
- "_EKPSYDTETDPSEGLMNVLKK_"
- ],
- [
- 7673,
- 4,
- 17,
- 7,
- 0.2279,
- "_TVMAHGCYLSAEELNVFHER_"
- ],
- [
- 47247,
- 2,
- 8,
- 3,
- 0.099702,
- "_CDLVNYSYGEATHWPNSGR_"
- ],
- [
- 32203,
- 2,
- 6,
- 3,
- 0.071201,
- "_QEAENQQLADAVLAGR_"
- ],
- [
- 19541,
- 2,
- 12,
- 3,
- 0.1567,
- "_LFSDEAANIYER_"
- ],
- [
- 19365,
- 2,
- 11,
- 3,
- 0.14245,
- "_VYGVESDLSEVAR_"
- ],
- [
- 24633,
- 3,
- 11,
- 4,
- 0.14245,
- "_KPYNPIIGETFHCSWEVPK_"
- ],
- [
- 29001,
- 2,
- 12,
- 6,
- 0.1567,
- "_VVMEFLHECMVNK_"
- ],
- [
- 29677,
- 2,
- 4,
- 3,
- 0.042739,
- "_SSFDEMLPGTHFQR_"
- ],
- [
- 42617,
- 2,
- 12,
- 3,
- 0.1567,
- "_TVGATVEFTVGDKPVSNFR_"
- ],
- [
- 27543,
- 2,
- 12,
- 4,
- 0.1567,
- "_YDSTAIYLDTHFR_"
- ],
- [
- 17501,
- 2,
- 12,
- 5,
- 0.1567,
- "_VSLEEIYSGCTK_"
- ],
- [
- 15898,
- 3,
- 13,
- 5,
- 0.17095,
- "_QWLCAPLCNHYAINDR_"
- ],
- [
- 4105,
- 4,
- 8,
- 2,
- 0.099702,
- "_VVHLSLRPIFLQPGRPLTR_"
- ],
- [
- 28595,
- 2,
- 10,
- 3,
- 0.1282,
- "_QVLIASHLPSYELR_"
- ],
- [
- 3653,
- 2,
- 10,
- 2,
- 0.1282,
- "_FNQLPVELK_"
- ],
- [
- 32448,
- 2,
- 10,
- 3,
- 0.1282,
- "_KLDCIQNLESEIEK_"
- ],
- [
- 44783,
- 2,
- 10,
- 6,
- 0.1282,
- "_KVEEVLEEEEEEYVVEK_"
- ],
- [
- 51795,
- 3,
- 11,
- 7,
- 0.14245,
- "_ESGQEGVDSMAEEGTSDSNTGSESNSATVEEPPTDPIPEDEKKE_"
- ],
- [
- 33709,
- 2,
- 11,
- 4,
- 0.14245,
- "_IVSGIITPIHEQWEK_"
- ],
- [
- 15023,
- 3,
- 13,
- 5,
- 0.17095,
- "_NLLSEHEQLVVTLEDHK_"
- ],
- [
- 11704,
- 4,
- 11,
- 6,
- 0.14245,
- "_VPLEDLSEDPVVGHLGTSTEEGKK_"
- ],
- [
- 28149,
- 2,
- 10,
- 4,
- 0.1282,
- "_ELVLYEIPTKPGEK_"
- ],
- [
- 35744,
- 2,
- 13,
- 7,
- 0.17095,
- "_ALQAAYGASAPSVTSAALR_"
- ],
- [
- 3580,
- 2,
- 16,
- 4,
- 0.21368,
- "_LVLLGESAVGK_"
- ],
- [
- 5198,
- 2,
- 23,
- 4,
- 0.31335,
- "_FDVSGYPTLK_"
- ],
- [
- 36003,
- 2,
- 19,
- 7,
- 0.25639,
- "_CPNPTCENMNFSWR_"
- ],
- [
- 18075,
- 2,
- 16,
- 2,
- 0.21368,
- "_ELPESGIQLGTPR_"
- ],
- [
- 20489,
- 2,
- 19,
- 7,
- 0.25639,
- "_SVFALTNGIYPHK_"
- ],
- [
- 27513,
- 2,
- 16,
- 4,
- 0.21368,
- "_VCAHITNIPFSITK_"
- ],
- [
- 33957,
- 2,
- 13,
- 4,
- 0.21368,
- "_VDVECPDVNIEGPEGK_"
- ],
- [
- 681,
- 2,
- 14,
- 3,
- 0.1852,
- "_PLVPEVSIK_"
- ],
- [
- 21834,
- 2,
- 19,
- 5,
- 0.25639,
- "_KIIATVLMTEDIK_"
- ],
- [
- 15448,
- 2,
- 16,
- 5,
- 0.21368,
- "_VSILAAIDEASKK_"
- ],
- [
- 12598,
- 3,
- 14,
- 3,
- 0.1852,
- "_(Acetyl (Protein N-term))TTNAGPLHPYWPQHLR_"
- ],
- [
- 5182,
- 3,
- 19,
- 6,
- 0.25639,
- "_YLNAGAGGIAGAFIHEK_"
- ],
- [
- 31766,
- 2,
- 14,
- 4,
- 0.1852,
- "_WTNQLNSLNQAVVSK_"
- ],
- [
- 14993,
- 2,
- 18,
- 3,
- 0.24216,
- "_ILESGPFVSCVK_"
- ],
- [
- 31169,
- 3,
- 18,
- 8,
- 0.24216,
- "_FVIHCNSPVWGADKCEELLEK_"
- ],
- [
- 18297,
- 2,
- 13,
- 6,
- 0.17095,
- "_DVLTIIEKPTGSK_"
- ],
- [
- 1490,
- 3,
- 17,
- 6,
- 0.22793,
- "_ILMDKPEMNVVLK_"
- ],
- [
- 21832,
- 2,
- 20,
- 6,
- 0.27062,
- "_TPIVGQPSIPGGPVR_"
- ],
- [
- 5619,
- 3,
- 18,
- 2,
- 0.24216,
- "_LIVGLMRPPAYCDAK_"
- ],
- [
- 37878,
- 2,
- 17,
- 7,
- 0.22793,
- "_SGDVYSFSVLEPHGCGR_"
- ],
- [
- 26338,
- 2,
- 21,
- 3,
- 0.28485,
- "_NVSHNPLLLLTPQK_"
- ],
- [
- 3516,
- 3,
- 13,
- 5,
- 0.17093,
- "_QVLIASHLPSYELR_"
- ],
- [
- 23611,
- 2,
- 12,
- 4,
- 0.15668,
- "_WISSGEYIQMSGR_"
- ],
- [
- 33213,
- 2,
- 11,
- 6,
- 0.14242,
- "_HGGTIPIVPTAEFQDR_"
- ],
- [
- 41239,
- 2,
- 16,
- 5,
- 0.21366,
- "_LPEIEEYYDGNTSSNSR_"
- ],
- [
- 37619,
- 3,
- 6,
- 2,
- 0.071195,
- "_VVFSSDESSEEDLSAEMTEDETPKK_"
- ],
- [
- 4307,
- 3,
- 13,
- 3,
- 0.17093,
- "_WVAIQSVSAWPEKR_"
- ],
- [
- 17178,
- 2,
- 13,
- 4,
- 0.17093,
- "_GQPLGPAGVQVSLR_"
- ],
- [
- 24289,
- 3,
- 11,
- 4,
- 0.14242,
- "_VAGHPNIVINNAAGNFISPTER_"
- ],
- [
- 11444,
- 3,
- 8,
- 5,
- 0.099665,
- "_YGLSAHPVAPQMFGYAGK_"
- ],
- [
- 47838,
- 2,
- 13,
- 6,
- 0.17093,
- "_LLSALCPEEPPVHSSAQIVSK_"
- ],
- [
- 5331,
- 2,
- 16,
- 2,
- 0.21366,
- "_IEVLEEELR_"
- ],
- [
- 50788,
- 3,
- 11,
- 4,
- 0.14242,
- "_QEQQQQQQQQAAAVAAAATPQAQSSQPQSMLDQQR_"
- ],
- [
- 3206,
- 2,
- 13,
- 3,
- 0.17093,
- "_IMALDIDER_"
- ],
- [
- 21909,
- 2,
- 12,
- 5,
- 0.15668,
- "_DIQQTLTQNMER_"
- ],
- [
- 39827,
- 2,
- 11,
- 6,
- 0.14242,
- "_GTIVLASPGWTTHSISDGK_"
- ],
- [
- 29924,
- 2,
- 12,
- 3,
- 0.15668,
- "_FCSFSPCIEQVQR_"
- ],
- [
- 18375,
- 2,
- 12,
- 6,
- 0.15668,
- "_TVLSNVQEELDR_"
- ],
- [
- 51682,
- 3,
- 12,
- 7,
- 0.15668,
- "_SAQPSPHYMAAPSSGQIYGSGPQGYNTQPVPVSGQCPPPSTR_"
- ],
- [
- 23464,
- 2,
- 11,
- 5,
- 0.14242,
- "_LPSSPVYEDAASFK_"
- ],
- [
- 5031,
- 2,
- 13,
- 4,
- 0.17093,
- "_SMSAPVIFDR_"
- ],
- [
- 27844,
- 2,
- 6,
- 5,
- 0.071195,
- "_LAVDALAEGGSEAYSR_"
- ],
- [
- 31791,
- 2,
- 9,
- 4,
- 0.11393,
- "_FAM(Oxidation (M))EPEEFDSDTLR_"
- ],
- [
- 15501,
- 3,
- 14,
- 5,
- 0.18517,
- "_MDANSATSEEMNEIIHAR_"
- ],
- [
- 22499,
- 4,
- 15,
- 6,
- 0.19942,
- "_NVHTTDFPGNYSGYDDAWDQDRFEK_"
- ],
- [
- 28721,
- 2,
- 14,
- 5,
- 0.18517,
- "_VVSQSLQHYLELGR_"
- ],
- [
- 12953,
- 3,
- 14,
- 6,
- 0.18517,
- "_EAATLEVERPLPMEVEK_"
- ],
- [
- 26799,
- 3,
- 15,
- 4,
- 0.19942,
- "_QVQSLTCEVDALKGTNESLER_"
- ],
- [
- 35468,
- 3,
- 14,
- 5,
- 0.18517,
- "_LASALAHNPNSGLHTINLAGNPLEDR_"
- ],
- [
- 19773,
- 3,
- 15,
- 5,
- 0.19942,
- "_LKPQLLQGVYAMGFNRPSK_"
- ],
- [
- 23154,
- 2,
- 7,
- 3,
- 0.085427,
- "_VYFGMQDGSVNMR_"
- ],
- [
- 8090,
- 3,
- 14,
- 6,
- 0.18517,
- "_FKLEESYTLNSDLAR_"
- ],
- [
- 19960,
- 2,
- 22,
- 6,
- 0.29909,
- "_LFIGGLNTETNEK_"
- ],
- [
- 28619,
- 2,
- 7,
- 3,
- 0.085427,
- "_ALYSTAMESIQGEAR_"
- ],
- [
- 22133,
- 2,
- 12,
- 6,
- 0.15668,
- "_WTIGVCEDSVCR_"
- ],
- [
- 26808,
- 3,
- 16,
- 7,
- 0.21366,
- "_MDYYDSEHHEDFEFISGTR_"
- ],
- [
- 23368,
- 3,
- 14,
- 7,
- 0.18517,
- "_LLSALCPEEPPVHSSAQIVSK_"
- ],
- [
- 18053,
- 2,
- 11,
- 5,
- 0.14245,
- "_SMCGYQTFFAGK_"
- ],
- [
- 17531,
- 3,
- 9,
- 4,
- 0.11394,
- "_IQIIGLGTQVSQRPGAQALK_"
- ],
- [
- 34693,
- 3,
- 16,
- 5,
- 0.21369,
- "_LHQEDQACATCLILACSTAACDR_"
- ],
- [
- 32728,
- 3,
- 13,
- 6,
- 0.17095,
- "_QAHDSGTDTSCVTFSYDGNVLASR_"
- ],
- [
- 4435,
- 2,
- 21,
- 4,
- 0.28489,
- "_VFSGLVSTGLK_"
- ],
- [
- 16435,
- 2,
- 18,
- 5,
- 0.24218,
- "_EFGEEALNSLQK_"
- ],
- [
- 22109,
- 2,
- 21,
- 6,
- 0.28489,
- "_LLDLVQQSCNYK_"
- ],
- [
- 47335,
- 2,
- 11,
- 3,
- 0.14245,
- "_HPDFADACGLMNNNIEEQR_"
- ],
- [
- 41560,
- 3,
- 17,
- 7,
- 0.22793,
- "_NVHTTDFPGNYSGYDDAWDQDRFEK_"
- ],
- [
- 13863,
- 3,
- 10,
- 5,
- 0.1282,
- "_ENTEFTDHELQEWYK_"
- ],
- [
- 26004,
- 2,
- 15,
- 6,
- 0.19944,
- "_DIEREDIEFICK_"
- ],
- [
- 6996,
- 3,
- 14,
- 4,
- 0.1852,
- "_IVSGIITPIHEQWEK_"
- ],
- [
- 17031,
- 2,
- 18,
- 3,
- 0.24218,
- "_VVLLTGETSTDLK_"
- ],
- [
- 48541,
- 2,
- 8,
- 5,
- 0.099698,
- "_SMAAFAGMCDGGSTEDGCVAASR_"
- ],
- [
- 19543,
- 3,
- 4,
- 2,
- 0.042758,
- "_MREEYDKIQIADLMEEK_"
- ],
- [
- 35065,
- 2,
- 11,
- 2,
- 0.14245,
- "_LTEDKADVQSIIGLQR_"
- ],
- [
- 35629,
- 2,
- 14,
- 4,
- 0.1852,
- "_AIAVLTSGGDAQGMNAAVR_"
- ],
- [
- 44036,
- 2,
- 10,
- 6,
- 0.1282,
- "_IQIIGLGTQVSQRPGAQALK_"
- ],
- [
- 45091,
- 2,
- 7,
- 5,
- 0.085465,
- "_IGEHTPSALAIM(Oxidation (M))ENANVLAR_"
- ],
- [
- 42343,
- 2,
- 19,
- 7,
- 0.25642,
- "_GQVGGQVSVEVDSAPGTDLAK_"
- ],
- [
- 49968,
- 2,
- 12,
- 4,
- 0.15669,
- "_SYDVPPPPM(Oxidation (M))EPDHPFYSNISK_"
- ],
- [
- 4050,
- 2,
- 9,
- 2,
- 0.11394,
- "_VSALEVLPDR_"
- ],
- [
- 11839,
- 2,
- 10,
- 3,
- 0.1282,
- "_LLEESIANLNR_"
- ],
- [
- 40007,
- 4,
- 9,
- 7,
- 0.11394,
- "_QVPVMQGTGMQGASIQGGSQPGGFSPGQNQVTPQDHEK_"
- ],
- [
- 12318,
- 4,
- 15,
- 3,
- 0.19944,
- "_MEGGGAEVHAQLPSLEGDLRGPDVK_"
- ],
- [
- 27069,
- 2,
- 11,
- 4,
- 0.14245,
- "_SEYSSYPDINFNR_"
- ],
- [
- 20512,
- 2,
- 14,
- 5,
- 0.1852,
- "_GDDEEWNEVLNK_"
- ],
- [
- 45592,
- 2,
- 11,
- 5,
- 0.14245,
- "_TYGNTDGPETGFSAIDTDER_"
- ],
- [
- 17160,
- 2,
- 7,
- 3,
- 0.085465,
- "_EGTLIEDSPDFR_"
- ],
- [
- 4829,
- 2,
- 11,
- 5,
- 0.14244,
- "_LQEVDSLWK_"
- ],
- [
- 12514,
- 2,
- 14,
- 4,
- 0.18519,
- "_ISMPDVDLHMK_"
- ],
- [
- 31368,
- 2,
- 10,
- 5,
- 0.12817,
- "_NLALFEEEMDTRPK_"
- ],
- [
- 1130,
- 2,
- 10,
- 3,
- 0.12817,
- "_LLNTFLER_"
- ],
- [
- 42446,
- 2,
- 10,
- 4,
- 0.12817,
- "_CDQGNTAATQTEVPSLVVK_"
- ],
- [
- 877,
- 3,
- 13,
- 5,
- 0.17093,
- "_LPSYFVRPDLGPK_"
- ],
- [
- 48365,
- 2,
- 13,
- 5,
- 0.17093,
- "_CPVAQLEQDDQVSPSSTFCK_"
- ],
- [
- 2090,
- 2,
- 13,
- 4,
- 0.17093,
- "_FMTILCTR_"
- ],
- [
- 35899,
- 2,
- 7,
- 2,
- 0.085473,
- "_QAQASFWTAEEVDLSK_"
- ],
- [
- 446,
- 3,
- 8,
- 3,
- 0.099703,
- "_AFSQFVRPLIAAK_"
- ],
- [
- 37068,
- 2,
- 11,
- 3,
- 0.14244,
- "_VLEELETLCHQNMAR_"
- ],
- [
- 22253,
- 3,
- 13,
- 6,
- 0.17093,
- "_CDLVNYSYGEATHWPNSGR_"
- ],
- [
- 5266,
- 3,
- 11,
- 2,
- 0.14244,
- "_IDELGNLVSPHATGIR_"
- ],
- [
- 41862,
- 2,
- 8,
- 3,
- 0.099703,
- "_VNPGSSSQPPPVTAGSLSWK_"
- ],
- [
- 6897,
- 2,
- 11,
- 4,
- 0.14244,
- "_APQVLVLAPTR_"
- ],
- [
- 37115,
- 2,
- 21,
- 7,
- 0.28489,
- "_NSSHAGAFVIVTEEAIAK_"
- ],
- [
- 22655,
- 3,
- 12,
- 7,
- 0.15668,
- "_MIMATNRPDTLDPALLRPGR_"
- ],
- [
- 34106,
- 2,
- 16,
- 7,
- 0.21368,
- "_GYAYVEFENPDEAEK_"
- ],
- [
- 14134,
- 3,
- 14,
- 2,
- 0.18519,
- "_ILPHHQNTGGFFVAVLVK_"
- ],
- [
- 4920,
- 4,
- 15,
- 8,
- 0.19943,
- "_MIMATNRPDTLDPALLRPGR_"
- ],
- [
- 8097,
- 3,
- 15,
- 2,
- 0.19943,
- "_LTEDKADVQSIIGLQR_"
- ],
- [
- 50020,
- 3,
- 17,
- 7,
- 0.22793,
- "_NQSQGYNQWQQGQFWGQKPWSQHYHQGYY_"
- ],
- [
- 121,
- 2,
- 15,
- 3,
- 0.19943,
- "_EVIELPVK_"
- ],
- [
- 16965,
- 2,
- 15,
- 4,
- 0.19943,
- "_WDLSAQQIEER_"
- ],
- [
- 21448,
- 2,
- 14,
- 3,
- 0.18519,
- "_EGGDFVCCALSPR_"
- ],
- [
- 1241,
- 2,
- 17,
- 3,
- 0.22793,
- "_IWADIPAPK_"
- ],
- [
- 18564,
- 3,
- 15,
- 6,
- 0.19943,
- "_KVEEVLEEEEEEYVVEK_"
- ],
- [
- 38298,
- 2,
- 17,
- 5,
- 0.22793,
- "_QITQVYGFYDECQTK_"
- ],
- [
- 13164,
- 2,
- 17,
- 5,
- 0.22793,
- "_DYAFVHFEDR_"
- ],
- [
- 3363,
- 2,
- 17,
- 5,
- 0.22793,
- "_IGGGIDVPVPR_"
- ],
- [
- 16518,
- 3,
- 16,
- 6,
- 0.21368,
- "_RFGVPVIADGGIQNVGHIAK_"
- ],
- [
- 27086,
- 2,
- 16,
- 5,
- 0.21368,
- "_QMQVLETCVATVGR_"
- ],
- [
- 46154,
- 2,
- 17,
- 4,
- 0.22793,
- "_QTNPSAM(Oxidation (M))EVEEDDPVPEIR_"
- ],
- [
- 36555,
- 2,
- 14,
- 4,
- 0.18519,
- "_TSDLVEEYFEAHSSSK_"
- ],
- [
- 28789,
- 2,
- 14,
- 5,
- 0.18519,
- "_QDLPNAMNAAEITDK_"
- ],
- [
- 3890,
- 2,
- 17,
- 4,
- 0.22792,
- "_IISIFSGTEK_"
- ],
- [
- 27724,
- 2,
- 11,
- 5,
- 0.14241,
- "_HSIAQLDPEALGNIK_"
- ],
- [
- 592,
- 3,
- 11,
- 4,
- 0.14241,
- "_MSSKPINFSVILK_"
- ],
- [
- 13409,
- 2,
- 10,
- 3,
- 0.12818,
- "_YLYLTPQDYK_"
- ],
- [
- 40269,
- 2,
- 19,
- 7,
- 0.25641,
- "_EAATLEVERPLPMEVEK_"
- ],
- [
- 1757,
- 2,
- 10,
- 3,
- 0.12818,
- "_ALEWLGADR_"
- ],
- [
- 21282,
- 3,
- 11,
- 5,
- 0.14241,
- "_ELEQTAENKPLGESFAEFR_"
- ],
- [
- 25652,
- 2,
- 19,
- 4,
- 0.25641,
- "_IVLTNPVCTEVGEK_"
- ],
- [
- 38562,
- 2,
- 9,
- 5,
- 0.11394,
- "_VVQDLSGEHMGAVWTMK_"
- ],
- [
- 6727,
- 3,
- 13,
- 4,
- 0.17092,
- "_VEGDMQVPDLDIKGPK_"
- ],
- [
- 14237,
- 2,
- 13,
- 5,
- 0.17092,
- "_QCLPSLDLSCK_"
- ],
- [
- 18109,
- 2,
- 9,
- 2,
- 0.11394,
- "_EDLALCPGLGPQK_"
- ],
- [
- 8700,
- 2,
- 13,
- 3,
- 0.17092,
- "_VFADYEAYVK_"
- ],
- [
- 22101,
- 2,
- 7,
- 3,
- 0.085466,
- "_TMTELEIDMNQR_"
- ],
- [
- 969,
- 2,
- 19,
- 5,
- 0.25641,
- "_FLYLGDDR_"
- ],
- [
- 26320,
- 2,
- 17,
- 6,
- 0.22792,
- "_VAVEYLDPSPEVQK_"
- ],
- [
- 30531,
- 3,
- 12,
- 6,
- 0.15668,
- "_KIDAAQNWLADPNGGPEGEEQIR_"
- ],
- [
- 38939,
- 2,
- 12,
- 4,
- 0.15668,
- "_EAALWEMEEHQLQER_"
- ],
- [
- 44190,
- 2,
- 10,
- 3,
- 0.12818,
- "_LCSWNHYNMQYALAVSK_"
- ],
- [
- 24506,
- 2,
- 13,
- 3,
- 0.17092,
- "_NTSGWWQGELQAR_"
- ],
- [
- 31564,
- 3,
- 19,
- 6,
- 0.25641,
- "_HPNQQHVVATGGQDGMLSIWDVR_"
- ],
- [
- 41200,
- 2,
- 10,
- 4,
- 0.12818,
- "_LAPAHVDEQVFLYENAR_"
- ],
- [
- 30990,
- 3,
- 14,
- 3,
- 0.18517,
- "_SKADCPTMEAQTTLTTNDIVISK_"
- ],
- [
- 8528,
- 3,
- 11,
- 4,
- 0.14241,
- "_DGENVSMKDPPDLLDR_"
- ],
- [
- 32395,
- 2,
- 11,
- 2,
- 0.14241,
- "_VFFIQACQGDNYQK_"
- ],
- [
- 13618,
- 4,
- 8,
- 2,
- 0.099713,
- "_TKPQDMISAGGESVAGITAISGKPGDK_"
- ],
- [
- 6549,
- 3,
- 15,
- 5,
- 0.19943,
- "_SDCLGEHLYVMVNAK_"
- ],
- [
- 45997,
- 2,
- 11,
- 4,
- 0.14241,
- "_PENAIIYNNNEDFQVGQAK_"
- ],
- [
- 48579,
- 2,
- 5,
- 7,
- 0.056974,
- "_NLAMEATYINHNFSQQCLR_"
- ],
- [
- 35016,
- 2,
- 20,
- 5,
- 0.27066,
- "_VQVQDNEGCPVEALVK_"
- ],
- [
- 17748,
- 3,
- 11,
- 6,
- 0.14241,
- "_LCSWNHYNMQYALAVSK_"
- ],
- [
- 25524,
- 3,
- 15,
- 2,
- 0.19943,
- "_HMMAFIEQEANEKAEEIDAK_"
- ],
- [
- 32815,
- 2,
- 8,
- 4,
- 0.099713,
- "_EVIPVNVPEAQEEM(Oxidation (M))K_"
- ],
- [
- 9182,
- 3,
- 15,
- 6,
- 0.19943,
- "_SPPASPESWKSGPPELR_"
- ],
- [
- 6642,
- 3,
- 14,
- 4,
- 0.18517,
- "_HGGTIPIVPTAEFQDR_"
- ],
- [
- 45421,
- 2,
- 14,
- 6,
- 0.18517,
- "_ALQYACGNALVCDNVEDAR_"
- ],
- [
- 5617,
- 3,
- 11,
- 2,
- 0.14241,
- "_EVTYELDHPGFQIR_"
- ],
- [
- 26394,
- 2,
- 20,
- 4,
- 0.27066,
- "_GHWDDVFLDSTQR_"
- ],
- [
- 28445,
- 3,
- 18,
- 7,
- 0.24217,
- "_SYDVPPPPM(Oxidation (M))EPDHPFYSNISK_"
- ],
- [
- 45494,
- 2,
- 11,
- 4,
- 0.14243,
- "_GYGFCEYQDQETALSAM(Oxidation (M))R_"
- ],
- [
- 16096,
- 2,
- 13,
- 5,
- 0.17093,
- "_VIDPATATSVDLR_"
- ],
- [
- 11907,
- 3,
- 13,
- 4,
- 0.17093,
- "_SLSGGASYVDFLCHMHK_"
- ],
- [
- 42022,
- 3,
- 19,
- 6,
- 0.25642,
- "_EFGDQAEAAQDATLTTTTFQNEDEKNK_"
- ],
- [
- 20856,
- 2,
- 13,
- 4,
- 0.17093,
- "_ADVDVQPYAFTTK_"
- ],
- [
- 23107,
- 3,
- 16,
- 2,
- 0.21368,
- "_TSAKEEDAFHFVSYVPVNGR_"
- ],
- [
- 22038,
- 3,
- 16,
- 5,
- 0.21368,
- "_RLEAELAAHEPAIQGVLDTGK_"
- ],
- [
- 41115,
- 2,
- 14,
- 5,
- 0.18518,
- "_ENTEFTDHELQEWYK_"
- ],
- [
- 13112,
- 3,
- 11,
- 3,
- 0.14243,
- "_IHNLGLNCSSQLADLYK_"
- ],
- [
- 51096,
- 2,
- 10,
- 5,
- 0.1282,
- "_SYGPAPGAGHVQEESNLSLQALESR_"
- ],
- [
- 46741,
- 2,
- 7,
- 4,
- 0.085489,
- "_YALSYNSDVVSECSYCGAR_"
- ],
- [
- 2461,
- 2,
- 9,
- 3,
- 0.11397,
- "_VIFLENYR_"
- ],
- [
- 35576,
- 3,
- 12,
- 6,
- 0.15667,
- "_LLMEHLDPDEEEEEGEVSASTNAR_"
- ],
- [
- 50997,
- 3,
- 14,
- 9,
- 0.18518,
- "_QVPVMQGTGMQGASIQGGSQPGGFSPGQNQVTPQDHEK_"
- ],
- [
- 14842,
- 3,
- 12,
- 4,
- 0.15667,
- "_GEIIDNDTEEEFYLRR_"
- ],
- [
- 14299,
- 2,
- 11,
- 2,
- 0.14243,
- "_LLTQGFTNWNK_"
- ],
- [
- 17207,
- 3,
- 17,
- 6,
- 0.22793,
- "_LFTAHNNMTNYATVWASK_"
- ],
- [
- 15438,
- 2,
- 15,
- 2,
- 0.19942,
- "_LSTLCPSAVLQR_"
- ],
- [
- 37596,
- 2,
- 16,
- 5,
- 0.21368,
- "_HDLSETNVYLIGSTPGR_"
- ],
- [
- 13968,
- 3,
- 12,
- 4,
- 0.15667,
- "_LAPAHVDEQVFLYENAR_"
- ],
- [
- 9616,
- 2,
- 21,
- 5,
- 0.28491,
- "_LVQEALEAVPR_"
- ],
- [
- 17701,
- 4,
- 17,
- 5,
- 0.22793,
- "_RKPADLQNLAPGTHPPFITFNSEVK_"
- ],
- [
- 24159,
- 2,
- 15,
- 2,
- 0.19942,
- "_LLDSVPPTAISHFK_"
- ],
- [
- 18715,
- 2,
- 10,
- 2,
- 0.1282,
- "_FQPSSVLSPYER_"
- ],
- [
- 4398,
- 2,
- 12,
- 2,
- 0.15667,
- "_SEDEEGWKK_"
- ],
- [
- 15647,
- 4,
- 9,
- 4,
- 0.11397,
- "_IMDPDVITGYNIQNFDLPYLISR_"
- ],
- [
- 7756,
- 2,
- 16,
- 5,
- 0.21368,
- "_LNVEFALIHK_"
- ],
- [
- 30895,
- 3,
- 18,
- 7,
- 0.24217,
- "_SHFEQWGTLTDCVVMRDPNTK_"
- ],
- [
- 39693,
- 3,
- 17,
- 7,
- 0.22793,
- "_TMNNSAENHTANSSMAYPSLVAMASQR_"
- ],
- [
- 16175,
- 3,
- 15,
- 6,
- 0.19942,
- "_LKEPVLFVSGSADEMCEK_"
- ],
- [
- 48901,
- 2,
- 14,
- 5,
- 0.18518,
- "_SSTVAPAQPDGAESEWTDVETR_"
- ],
- [
- 37633,
- 2,
- 15,
- 6,
- 0.19942,
- "_EGIVTATEQEVKEDIAK_"
- ],
- [
- 32613,
- 2,
- 12,
- 4,
- 0.15667,
- "_RGEAQLLMNEFESAK_"
- ],
- [
- 11103,
- 2,
- 9,
- 4,
- 0.11397,
- "_AGSLGINLVAANR_"
- ],
- [
- 31067,
- 3,
- 10,
- 5,
- 0.12821,
- "_RENFCNIHVSLVPQLSATGEQK_"
- ],
- [
- 26609,
- 2,
- 7,
- 2,
- 0.085474,
- "_LTPQAFSHFTFER_"
- ],
- [
- 29468,
- 2,
- 13,
- 3,
- 0.17091,
- "_EMAAMCLGLAHSLSR_"
- ],
- [
- 35589,
- 2,
- 7,
- 2,
- 0.085474,
- "_SDSASSEPVGIYQGFEK_"
- ],
- [
- 31849,
- 2,
- 12,
- 4,
- 0.15668,
- "_EVTYELDHPGFQIR_"
- ],
- [
- 15918,
- 2,
- 14,
- 5,
- 0.18518,
- "_CTYLVLDEADR_"
- ],
- [
- 30594,
- 2,
- 12,
- 4,
- 0.15668,
- "_IVEQENAIQTMELR_"
- ],
- [
- 40123,
- 2,
- 14,
- 6,
- 0.18518,
- "_TAAGTLFIHLCSESTTVK_"
- ],
- [
- 11275,
- 2,
- 13,
- 4,
- 0.17091,
- "_SGDAAIVDMVPGK_"
- ],
- [
- 9221,
- 2,
- 12,
- 3,
- 0.15668,
- "_ELQSLLVEER_"
- ],
- [
- 46745,
- 2,
- 11,
- 5,
- 0.14244,
- "_ASATCSSATAAASSGLEEWTSR_"
- ],
- [
- 39252,
- 2,
- 14,
- 5,
- 0.18518,
- "_NVTICPNPEDTCDFAR_"
- ],
- [
- 36722,
- 2,
- 10,
- 4,
- 0.12821,
- "_WAVDPQNTAWSNDDSK_"
- ],
- [
- 17588,
- 2,
- 9,
- 4,
- 0.12821,
- "_NAVVVITGATSGLGK_"
- ],
- [
- 20551,
- 2,
- 11,
- 6,
- 0.14244,
- "_LIVAYVDDLDRR_"
- ],
- [
- 34724,
- 2,
- 10,
- 2,
- 0.12821,
- "_IAEENGAAFAGGTSLIQK_"
- ],
- [
- 4026,
- 3,
- 10,
- 2,
- 0.12821,
- "_EMAAMCLGLAHSLSR_"
- ],
- [
- 49510,
- 2,
- 17,
- 7,
- 0.22793,
- "_QSKPVTTPEEIAQVATISANGDK_"
- ],
- [
- 41385,
- 2,
- 18,
- 7,
- 0.24217,
- "_TIQVENSHLILTGAGALNK_"
- ],
- [
- 2509,
- 2,
- 12,
- 3,
- 0.15668,
- "_ALEAFETFK_"
- ],
- [
- 29363,
- 2,
- 11,
- 2,
- 0.14244,
- "_ISQAVVAQVTGISQSR_"
- ],
- [
- 19102,
- 2,
- 10,
- 4,
- 0.12821,
- "_ELENANDLLSATK_"
- ],
- [
- 15323,
- 3,
- 15,
- 6,
- 0.19942,
- "_KKDASDDLDDLNFFNQK_"
- ],
- [
- 30475,
- 2,
- 18,
- 5,
- 0.24217,
- "_DLKPENILVTSGGTVK_"
- ],
- [
- 37463,
- 2,
- 15,
- 2,
- 0.19942,
- "_NSGPLGTEMNTGFSSEVK_"
- ],
- [
- 33606,
- 3,
- 16,
- 4,
- 0.21367,
- "_TGQATVASGIPAGWM(Oxidation (M))GLDCGPESSKK_"
- ],
- [
- 10881,
- 2,
- 18,
- 6,
- 0.24217,
- "_FDASFFGVHPK_"
- ],
- [
- 21796,
- 3,
- 15,
- 3,
- 0.19942,
- "_SHNNFVAILDLPEGEHQYK_"
- ],
- [
- 36908,
- 2,
- 14,
- 2,
- 0.18518,
- "_HQYYNQEWTLWDR_"
- ],
- [
- 26427,
- 2,
- 12,
- 5,
- 0.15668,
- "_KIEEIKDFLLTAR_"
- ],
- [
- 9124,
- 2,
- 11,
- 2,
- 0.14244,
- "_TPFLLSGTSYK_"
- ],
- [
- 15972,
- 2,
- 11,
- 5,
- 0.14244,
- "_DYYFALAHTVR_"
- ],
- [
- 25588,
- 2,
- 17,
- 5,
- 0.22793,
- "_SLCIGATYDVTDSR_"
- ],
- [
- 32319,
- 2,
- 21,
- 6,
- 0.28491,
- "_GFGFVYFQNHDAADK_"
- ],
- [
- 41619,
- 2,
- 17,
- 5,
- 0.22793,
- "_ADQQYECVAEIGEGAYGK_"
- ],
- [
- 19427,
- 2,
- 18,
- 6,
- 0.24217,
- "_YQLDKDGVVLFK_"
- ],
- [
- 32481,
- 2,
- 14,
- 3,
- 0.18518,
- "_GQEDSLASAVDAATEQK_"
- ],
- [
- 29202,
- 2,
- 11,
- 3,
- 0.14244,
- "_WNHVWVGTETGILK_"
- ],
- [
- 33344,
- 2,
- 14,
- 4,
- 0.18518,
- "_DLKPQNILVTSSGQIK_"
- ],
- [
- 47449,
- 2,
- 26,
- 7,
- 0.3561,
- "_VIPSFMCQAGDFTNHNGTGGK_"
- ],
- [
- 21629,
- 2,
- 11,
- 4,
- 0.14244,
- "_RAVMVSNILLINK_"
- ],
- [
- 35981,
- 2,
- 11,
- 5,
- 0.14245,
- "_MNMNILHQEELIAQK_"
- ],
- [
- 43705,
- 2,
- 9,
- 2,
- 0.11398,
- "_ATSEIFHSQSFLATGSNLR_"
- ],
- [
- 22280,
- 2,
- 20,
- 4,
- 0.27066,
- "_SIAFHSAVSLDPIK_"
- ],
- [
- 5827,
- 3,
- 11,
- 4,
- 0.14245,
- "_VIDRDGFEVMECIK_"
- ],
- [
- 5824,
- 2,
- 11,
- 4,
- 0.14245,
- "_ILQLVATGAVR_"
- ],
- [
- 26469,
- 4,
- 11,
- 5,
- 0.14245,
- "_NVGMPIAMLLHTDGAHERPGGDATVTISHR_"
- ],
- [
- 4932,
- 2,
- 12,
- 3,
- 0.15668,
- "_ELYVILNQK_"
- ],
- [
- 29381,
- 4,
- 14,
- 5,
- 0.18515,
- "_SDEPARDDAAVETAEEAKEPAEADITELCR_"
- ],
- [
- 34553,
- 2,
- 10,
- 4,
- 0.12821,
- "_ILHLLTQEALSIHGVK_"
- ],
- [
- 1987,
- 2,
- 9,
- 3,
- 0.11398,
- "_WTDLFDNK_"
- ],
- [
- 49316,
- 2,
- 12,
- 6,
- 0.15668,
- "_TTPQSEMGGYYCNVCDCVVK_"
- ],
- [
- 22526,
- 2,
- 13,
- 4,
- 0.17092,
- "_KQQDVLGFLEANK_"
- ],
- [
- 6349,
- 2,
- 13,
- 6,
- 0.17092,
- "_LDELYGTWR_"
- ],
- [
- 41450,
- 2,
- 10,
- 2,
- 0.12821,
- "_TSGPLSPPTGPPGPAPAGPAVR_"
- ],
- [
- 249,
- 2,
- 12,
- 4,
- 0.15668,
- "_AFLLDPDR_"
- ],
- [
- 35464,
- 2,
- 13,
- 5,
- 0.17092,
- "_TFNATDYKPIATIDVK_"
- ],
- [
- 32861,
- 2,
- 14,
- 3,
- 0.18515,
- "_QTELFAHFIQPAAQK_"
- ],
- [
- 45898,
- 2,
- 11,
- 2,
- 0.14245,
- "_EEVPAADLSDQVPDTESETK_"
- ],
- [
- 21470,
- 3,
- 10,
- 3,
- 0.12821,
- "_LQSGTHCLWTDQLLQGSEK_"
- ],
- [
- 5734,
- 3,
- 14,
- 4,
- 0.18515,
- "_SRPEFMLPVHFYGK_"
- ],
- [
- 20689,
- 4,
- 15,
- 5,
- 0.19942,
- "_IHLDDANESDHFENIQSTNWQTMR_"
- ],
- [
- 15587,
- 2,
- 22,
- 4,
- 0.29915,
- "_SIQADGLVWGSSK_"
- ],
- [
- 10290,
- 2,
- 22,
- 5,
- 0.29915,
- "_AFSDPFVEAEK_"
- ],
- [
- 43647,
- 2,
- 10,
- 3,
- 0.12821,
- "_LVGCAIIHVNGDSPEEVVR_"
- ],
- [
- 3781,
- 2,
- 23,
- 3,
- 0.3134,
- "_SIAFPSIGSGR_"
- ],
- [
- 3953,
- 2,
- 15,
- 4,
- 0.19942,
- "_SMFAGVPTMR_"
- ],
- [
- 25621,
- 3,
- 18,
- 7,
- 0.24217,
- "_SHMMDVQGSTQDSAIKDFVLK_"
- ],
- [
- 16819,
- 2,
- 18,
- 3,
- 0.24217,
- "_QLQDIATLADQR_"
- ],
- [
- 8060,
- 2,
- 15,
- 5,
- 0.19942,
- "_EDPSGWWTGR_"
- ],
- [
- 33114,
- 2,
- 17,
- 5,
- 0.22791,
- "_SDCLGEHLYVMVNAK_"
- ],
- [
- 1070,
- 2,
- 15,
- 4,
- 0.19942,
- "_VLGMTLIQK_"
- ],
- [
- 13440,
- 3,
- 15,
- 6,
- 0.19942,
- "_SNTPILVDGKDVMPEVNK_"
- ],
- [
- 40746,
- 2,
- 14,
- 7,
- 0.18515,
- "_SNTPILVDGKDVMPEVNK_"
- ],
- [
- 42048,
- 2,
- 16,
- 3,
- 0.21367,
- "_QMADGGWGEDFESCEER_"
- ],
- [
- 6354,
- 2,
- 16,
- 3,
- 0.21367,
- "_SNFGYNIPLK_"
- ],
- [
- 2994,
- 2,
- 16,
- 5,
- 0.21367,
- "_LEETLPVIR_"
- ],
- [
- 30310,
- 3,
- 17,
- 7,
- 0.22791,
- "_HISEGCVFIYCQVGEKPYWK_"
- ],
- [
- 26148,
- 3,
- 15,
- 3,
- 0.19942,
- "_IYWGTATTGKPHVAYFVPMSK_"
- ],
- [
- 35342,
- 2,
- 15,
- 7,
- 0.19942,
- "_EALAEAALESPRPALVR_"
- ],
- [
- 36946,
- 2,
- 18,
- 4,
- 0.24217,
- "_HSQAVEELAEQLEQTK_"
- ],
- [
- 12561,
- 2,
- 14,
- 6,
- 0.18515,
- "_ECSPWMSDFK_"
- ],
- [
- 31984,
- 2,
- 15,
- 3,
- 0.19941,
- "_VTFEADENENITVVK_"
- ],
- [
- 16481,
- 4,
- 18,
- 7,
- 0.24216,
- "_TVAQLWNKPLVGVNHCIGHIEMGR_"
- ],
- [
- 15728,
- 2,
- 11,
- 5,
- 0.14246,
- "_LLIVSTTPYSEK_"
- ],
- [
- 25841,
- 2,
- 11,
- 4,
- 0.14246,
- "_VLPLSVTHFYSATK_"
- ],
- [
- 30343,
- 2,
- 18,
- 3,
- 0.24216,
- "_LLHEVQELTTEVEK_"
- ],
- [
- 42971,
- 2,
- 12,
- 6,
- 0.15671,
- "_ANATVDGLEQGYVVCPSEK_"
- ],
- [
- 44753,
- 3,
- 13,
- 6,
- 0.17094,
- "_RCEDIDECQDPDTCSQLCVNLEGGYK_"
- ],
- [
- 14926,
- 2,
- 13,
- 5,
- 0.17094,
- "_VEEDVASDLVMK_"
- ],
- [
- 44600,
- 2,
- 18,
- 7,
- 0.24216,
- "_VSSPLPSPSAMTDAANSQAAAK_"
- ],
- [
- 33895,
- 2,
- 15,
- 6,
- 0.19941,
- "_TEPTAQQNLALQLAEK_"
- ],
- [
- 30024,
- 2,
- 11,
- 3,
- 0.14246,
- "_VVVTVEQTEEELER_"
- ],
- [
- 24145,
- 2,
- 16,
- 3,
- 0.21367,
- "_NVEGQDMLYQSLK_"
- ],
- [
- 12557,
- 3,
- 13,
- 5,
- 0.17094,
- "_LTHVDSPLEAPAGPLGQVK_"
- ],
- [
- 15390,
- 2,
- 10,
- 2,
- 0.12823,
- "_QNINLSAPIMSR_"
- ],
- [
- 11152,
- 2,
- 11,
- 5,
- 0.14246,
- "_NTISLLVAGLKK_"
- ],
- [
- 29616,
- 3,
- 12,
- 2,
- 0.15671,
- "_MSLQTDEDEHSIEMHLPYTAK_"
- ],
- [
- 36664,
- 2,
- 12,
- 3,
- 0.15671,
- "_LESVSEDPTQLEEVEK_"
- ],
- [
- 42041,
- 2,
- 11,
- 4,
- 0.14246,
- "_AVLSTDVQNTPVNLQTSSK_"
- ],
- [
- 1132,
- 2,
- 10,
- 2,
- 0.12823,
- "_LQVLLTYR_"
- ],
- [
- 7934,
- 2,
- 18,
- 4,
- 0.24216,
- "_GPLQSVQVFGR_"
- ],
- [
- 1905,
- 2,
- 18,
- 5,
- 0.24216,
- "_WISIMTER_"
- ],
- [
- 39917,
- 2,
- 7,
- 2,
- 0.085472,
- "_YVNLEEADNQTLDSYR_"
- ],
- [
- 1391,
- 2,
- 18,
- 2,
- 0.24216,
- "_DLESLFHR_"
- ],
- [
- 36582,
- 4,
- 26,
- 9,
- 0.35613,
- "_NQSQGYNQWQQGQFWGQKPWSQHYHQGYY_"
- ],
- [
- 7472,
- 2,
- 16,
- 5,
- 0.21367,
- "_FVELPGAEMGK_"
- ],
- [
- 15412,
- 3,
- 13,
- 5,
- 0.17094,
- "_VLELEPNNFEATNELRK_"
- ],
- [
- 8388,
- 2,
- 23,
- 5,
- 0.3134,
- "_LDIDSPPITAR_"
- ],
- [
- 25055,
- 4,
- 15,
- 5,
- 0.19941,
- "_KPGPPVLSSDPNMLSNEEAGHHFEQMLK_"
- ],
- [
- 27003,
- 3,
- 21,
- 6,
- 0.28491,
- "_QSKPVTTPEEIAQVATISANGDK_"
- ],
- [
- 46775,
- 3,
- 11,
- 6,
- 0.14246,
- "_ALNSASTSLPTSCPGSEPVPTHQQGQPALELK_"
- ],
- [
- 2384,
- 3,
- 5,
- 4,
- 0.056994,
- "_KIEEIKDFLLTAR_"
- ],
- [
- 17046,
- 3,
- 10,
- 2,
- 0.12823,
- "_LVGCAIIHVNGDSPEEVVR_"
- ],
- [
- 2342,
- 2,
- 16,
- 4,
- 0.21367,
- "_YSVDIPLDK_"
- ],
- [
- 44972,
- 4,
- 20,
- 9,
- 0.27067,
- "_AVDLGPPKPSDQETGEQVSSPSSHPALHTTTEDSAGVQTEF_"
- ],
- [
- 1460,
- 2,
- 16,
- 3,
- 0.21367,
- "_ATVLNYLPK_"
- ],
- [
- 3902,
- 3,
- 14,
- 4,
- 0.18517,
- "_SQQIAALIEDHMTGK_"
- ],
- [
- 42418,
- 2,
- 15,
- 6,
- 0.19941,
- "_TDMDNQIVVSDYAQM(Oxidation (M))DR_"
- ],
- [
- 25930,
- 3,
- 9,
- 7,
- 0.11397,
- "_DKGGINLTATCPQSELDAETVK_"
- ],
- [
- 40202,
- 2,
- 13,
- 4,
- 0.17094,
- "_LPYDVTPEQALAHEEVK_"
- ],
- [
- 10720,
- 3,
- 15,
- 6,
- 0.19941,
- "_PIILDPADPTGNLGHNAR_"
- ],
- [
- 4381,
- 2,
- 11,
- 2,
- 0.14246,
- "_FQIVLFDPK_"
- ],
- [
- 21289,
- 2,
- 14,
- 4,
- 0.18517,
- "_FLADQQSEIDGLK_"
- ],
- [
- 18094,
- 2,
- 10,
- 3,
- 0.12823,
- "_MLATACWSGLCK_"
- ],
- [
- 39929,
- 2,
- 14,
- 5,
- 0.18517,
- "_VQNATLAVANITNADSATR_"
- ],
- [
- 41331,
- 2,
- 15,
- 4,
- 0.19941,
- "_TELLGEETPMAADEGSAEK_"
- ],
- [
- 31628,
- 2,
- 11,
- 5,
- 0.14246,
- "_AYETMAGAGVPFSANGR_"
- ],
- [
- 43271,
- 3,
- 13,
- 4,
- 0.17096,
- "_APLDPELHQESDMEFNNTTQEDVQER_"
- ],
- [
- 1350,
- 2,
- 12,
- 2,
- 0.15672,
- "_ALTQFPLPK_"
- ],
- [
- 30932,
- 4,
- 19,
- 8,
- 0.25642,
- "_APPSSQDKIPQQNSESAMAKPQVVVAPVLMSK_"
- ],
- [
- 7413,
- 2,
- 23,
- 5,
- 0.31342,
- "_DRPFFPGLVK_"
- ],
- [
- 42083,
- 2,
- 12,
- 2,
- 0.15672,
- "_SDDIYNQVSAYPLPEHR_"
- ],
- [
- 473,
- 2,
- 13,
- 4,
- 0.17096,
- "_LIENPLLR_"
- ],
- [
- 39864,
- 2,
- 12,
- 6,
- 0.15672,
- "_YLQSTQAIHDVFSQYK_"
- ],
- [
- 39301,
- 2,
- 23,
- 5,
- 0.31342,
- "_ATAAPAGAPPQPQDLEFTK_"
- ],
- [
- 35337,
- 2,
- 11,
- 4,
- 0.14249,
- "_DAVVQHSQLAAAVENLK_"
- ],
- [
- 10237,
- 4,
- 13,
- 7,
- 0.17096,
- "_MSLQTDEDEHSIEMHLPYTAK_"
- ],
- [
- 1020,
- 2,
- 7,
- 2,
- 0.085491,
- "_VVVDALSGLK_"
- ],
- [
- 48385,
- 2,
- 12,
- 5,
- 0.15672,
- "_CVFEMPNENDKLNDMEPSK_"
- ],
- [
- 4926,
- 3,
- 7,
- 4,
- 0.085491,
- "_LGDALPEEIREPALR_"
- ],
- [
- 39595,
- 3,
- 14,
- 7,
- 0.18519,
- "_KSAEPSANTTLVSETEEEGSVPAFGAAAK_"
- ],
- [
- 1114,
- 4,
- 9,
- 5,
- 0.114,
- "_VNVHGIFSVSSASLVEVHK_"
- ],
- [
- 20451,
- 3,
- 15,
- 5,
- 0.19943,
- "_NLHQSGFSLSGAQIDDNIPR_"
- ],
- [
- 19406,
- 2,
- 15,
- 5,
- 0.19943,
- "_CQSLQEELDFR_"
- ],
- [
- 34514,
- 2,
- 15,
- 6,
- 0.19943,
- "_GTGVIQLYEIQHGDLK_"
- ],
- [
- 6864,
- 3,
- 9,
- 3,
- 0.114,
- "_KNEGVIEFVSYSDMK_"
- ],
- [
- 12690,
- 3,
- 19,
- 7,
- 0.25642,
- "_MALNHPYFNDLDNQIK_"
- ],
- [
- 22767,
- 2,
- 10,
- 4,
- 0.12823,
- "_SVYVVGNATASLVSK_"
- ],
- [
- 48305,
- 2,
- 9,
- 3,
- 0.114,
- "_NYLILCCSAATSSSSTSAGSVR_"
- ],
- [
- 16524,
- 3,
- 9,
- 2,
- 0.114,
- "_GYTLADEEEDPLIYQHR_"
- ],
- [
- 39583,
- 2,
- 10,
- 4,
- 0.12823,
- "_LSLSTGAPQEPAFSGEEAK_"
- ],
- [
- 7671,
- 3,
- 15,
- 5,
- 0.19943,
- "_ILHLLTQEALSIHGVK_"
- ],
- [
- 29096,
- 2,
- 10,
- 3,
- 0.12823,
- "_ASVSGCVINTCGWVK_"
- ],
- [
- 23317,
- 3,
- 10,
- 4,
- 0.12823,
- "_SVSPQNSDSSGFADVNGWHLR_"
- ],
- [
- 29590,
- 2,
- 15,
- 2,
- 0.19943,
- "_GEM(Oxidation (M))MDLQHGSLFLR_"
- ],
- [
- 24215,
- 3,
- 15,
- 5,
- 0.19943,
- "_VPPNGLVVYCGTIVTEEGKEK_"
- ],
- [
- 9475,
- 2,
- 14,
- 4,
- 0.18519,
- "_LFPETWTAEK_"
- ],
- [
- 33029,
- 3,
- 16,
- 4,
- 0.21366,
- "_YLLEGTAETHELAEGSTADVLHSR_"
- ],
- [
- 12899,
- 3,
- 16,
- 4,
- 0.21366,
- "_LPYDVTPEQALAHEEVK_"
- ],
- [
- 20285,
- 2,
- 16,
- 7,
- 0.21366,
- "_LVVPATQCGSLIGK_"
- ],
- [
- 49969,
- 2,
- 11,
- 6,
- 0.14249,
- "_AQQIHSQTSQQYPLYDLDLGK_"
- ],
- [
- 15312,
- 2,
- 16,
- 6,
- 0.21366,
- "_ALVQNDTLLQVK_"
- ],
- [
- 9247,
- 2,
- 17,
- 5,
- 0.22793,
- "_EHLELFWSR_"
- ],
- [
- 32735,
- 2,
- 14,
- 6,
- 0.18519,
- "_EFCAFSQTLQPQNR_"
- ],
- [
- 43283,
- 2,
- 10,
- 5,
- 0.12823,
- "_GYTLADEEEDPLIYQHR_"
- ],
- [
- 4080,
- 2,
- 8,
- 2,
- 0.099729,
- "_AGPGVEDLWR_"
- ],
- [
- 38449,
- 2,
- 17,
- 4,
- 0.22793,
- "_MQEVVANLQYDDGSGMK_"
- ],
- [
- 29126,
- 2,
- 8,
- 4,
- 0.099729,
- "_QDVPKPVLTSVMVPK_"
- ],
- [
- 44931,
- 2,
- 13,
- 7,
- 0.17099,
- "_SELHIENLNMEADPGQYR_"
- ],
- [
- 23258,
- 2,
- 6,
- 2,
- 0.071269,
- "_YFYIQAVDTSGNK_"
- ],
- [
- 50143,
- 2,
- 7,
- 2,
- 0.085523,
- "_WEQINALGADNEYSSQEESQR_"
- ],
- [
- 17028,
- 2,
- 11,
- 4,
- 0.1425,
- "_SVVSGSINTVLGSR_"
- ],
- [
- 608,
- 2,
- 13,
- 2,
- 0.17099,
- "_YILPTLEK_"
- ],
- [
- 22611,
- 2,
- 11,
- 6,
- 0.1425,
- "_SGGMSNELNNIISR_"
- ],
- [
- 21512,
- 4,
- 13,
- 6,
- 0.17099,
- "_HGEEFFPTSNSLLHGTHVPSTEEIDR_"
- ],
- [
- 38134,
- 2,
- 11,
- 5,
- 0.1425,
- "_LKGEMMDLQHGSLFLR_"
- ],
- [
- 34803,
- 2,
- 9,
- 2,
- 0.114,
- "_FKEQLTPSQIMSLEK_"
- ],
- [
- 24484,
- 2,
- 10,
- 4,
- 0.12827,
- "_QLGQSEGSVSLSLVK_"
- ],
- [
- 29415,
- 4,
- 12,
- 6,
- 0.15676,
- "_HEQIFDSPQGPNFNGPHGPGNQSFSNPLNR_"
- ],
- [
- 22735,
- 2,
- 9,
- 2,
- 0.114,
- "_IIDSLFNTVTDKK_"
- ],
- [
- 17118,
- 3,
- 12,
- 5,
- 0.15676,
- "_ATSEIFHSQSFLATGSNLR_"
- ],
- [
- 19672,
- 2,
- 12,
- 4,
- 0.15676,
- "_QILIACSPVSSVR_"
- ],
- [
- 7113,
- 4,
- 9,
- 4,
- 0.114,
- "_EMLPGALHGELHPSEGPWGAPR_"
- ],
- [
- 13332,
- 2,
- 12,
- 3,
- 0.15676,
- "_LLLSGTADGADLR_"
- ],
- [
- 40815,
- 2,
- 11,
- 2,
- 0.1425,
- "_QYEVGLQNLCNSYQSR_"
- ],
- [
- 76,
- 2,
- 8,
- 5,
- 0.099763,
- "_VEILTALR_"
- ],
- [
- 45624,
- 2,
- 12,
- 4,
- 0.15676,
- "_HLTLHELTVNEAAAQLCVK_"
- ],
- [
- 51540,
- 3,
- 10,
- 6,
- 0.12827,
- "_LMDILYASEEHEGHTEEPEAEEQAHEQQPPQQEEY_"
- ],
- [
- 23109,
- 2,
- 11,
- 4,
- 0.1425,
- "_DSGYIDCWDSER_"
- ],
- [
- 11952,
- 3,
- 11,
- 3,
- 0.1425,
- "_FLREPVVTPQDLEGPGR_"
- ],
- [
- 50068,
- 2,
- 11,
- 3,
- 0.1425,
- "_FMCEVQVEGYNYTGM(Oxidation (M))GNSTNK_"
- ],
- [
- 27427,
- 3,
- 12,
- 4,
- 0.15676,
- "_NLTASDMTTELEAFAHRPEHK_"
- ],
- [
- 27132,
- 2,
- 11,
- 3,
- 0.1425,
- "_FFEMIENHPLSTK_"
- ],
- [
- 7709,
- 3,
- 10,
- 5,
- 0.12827,
- "_EGYDFHSSSEFEIVK_"
- ],
- [
- 6850,
- 2,
- 11,
- 4,
- 0.1425,
- "_LSEFGLIQEK_"
- ],
- [
- 32377,
- 2,
- 12,
- 5,
- 0.15676,
- "_AAATGAVAASAASGQAEGKK_"
- ],
- [
- 9142,
- 3,
- 10,
- 5,
- 0.12827,
- "_TTNTWVLHMDGENFR_"
- ],
- [
- 18546,
- 2,
- 14,
- 5,
- 0.18524,
- "_EIKDILIQYDR_"
- ],
- [
- 45025,
- 3,
- 17,
- 5,
- 0.22794,
- "_VGSEKPGTTLPQPPPATCPPGALQAPEAPASR_"
- ],
- [
- 41466,
- 2,
- 15,
- 7,
- 0.19947,
- "_SHFEQWGTLTDCVVM(Oxidation (M))R_"
- ],
- [
- 49079,
- 2,
- 15,
- 4,
- 0.19947,
- "_DKGGINLTATCPQSELDAETVK_"
- ],
- [
- 31251,
- 2,
- 14,
- 2,
- 0.18524,
- "_WSMPELAEVEENKK_"
- ],
- [
- 24454,
- 3,
- 15,
- 7,
- 0.19947,
- "_CVFEMPNENDKLNDMEPSK_"
- ],
- [
- 10411,
- 4,
- 14,
- 5,
- 0.18524,
- "_EAPEEDPRLPDNFRPPGEDFR_"
- ],
- [
- 4597,
- 3,
- 21,
- 5,
- 0.28495,
- "_LLHEVQELTTEVEK_"
- ],
- [
- 23350,
- 2,
- 14,
- 5,
- 0.18524,
- "_QLGISATMLNASSSK_"
- ],
- [
- 20378,
- 2,
- 15,
- 3,
- 0.19947,
- "_FVIGGPQGDAGLTGR_"
- ],
- [
- 45943,
- 2,
- 19,
- 7,
- 0.25645,
- "_VTGEADVEFATHEDAVAAMAK_"
- ],
- [
- 46100,
- 2,
- 15,
- 4,
- 0.19947,
- "_NLHQSGFSLSGAQIDDNIPR_"
- ],
- [
- 28677,
- 2,
- 13,
- 6,
- 0.17099,
- "_KGISLNPEQWSQLK_"
- ],
- [
- 7540,
- 3,
- 19,
- 4,
- 0.25645,
- "_TQAIVCQQLDLTHLK_"
- ],
- [
- 20014,
- 2,
- 15,
- 4,
- 0.19947,
- "_LYNVVVDTEVTGK_"
- ],
- [
- 14543,
- 2,
- 17,
- 4,
- 0.22794,
- "_(Acetyl (Protein N-term))SVTLHTDVGDIK_"
- ],
- [
- 40126,
- 2,
- 13,
- 3,
- 0.17099,
- "_SRGDNVYVVTEVLQTQK_"
- ],
- [
- 33713,
- 3,
- 19,
- 6,
- 0.25645,
- "_FVESILSNNTTDDHCQEFVNQK_"
- ],
- [
- 6083,
- 2,
- 16,
- 3,
- 0.2137,
- "_YPFEPPQIR_"
- ],
- [
- 32968,
- 3,
- 19,
- 7,
- 0.25644,
- "_SYGPAPGAGHVQEESNLSLQALESR_"
- ],
- [
- 10797,
- 2,
- 26,
- 2,
- 0.35617,
- "_EVYELLDSPGK_"
- ],
- [
- 2561,
- 3,
- 8,
- 4,
- 0.099763,
- "_HNIEGIFTFVDHR_"
- ],
- [
- 41185,
- 3,
- 11,
- 6,
- 0.14251,
- "_TESVQYDHPNHTVTVTTISDLDLSGAR_"
- ],
- [
- 2816,
- 2,
- 9,
- 5,
- 0.114,
- "_YFEYIMAK_"
- ],
- [
- 8067,
- 2,
- 15,
- 4,
- 0.19948,
- "_VCMVYDLYK_"
- ],
- [
- 15280,
- 2,
- 9,
- 4,
- 0.114,
- "_SVCTEAGMFAIR_"
- ],
- [
- 10714,
- 2,
- 29,
- 2,
- 0.3989,
- "_VFDGIPPPYDK_"
- ],
- [
- 19228,
- 2,
- 12,
- 4,
- 0.15674,
- "_DGVMEMNSIEPAK_"
- ],
- [
- 51282,
- 2,
- 16,
- 7,
- 0.21371,
- "_AGEQQLSEPEDMEMEAGDTDDPPR_"
- ],
- [
- 96,
- 3,
- 8,
- 4,
- 0.099763,
- "_TVEIVHIDIADR_"
- ],
- [
- 20085,
- 2,
- 12,
- 5,
- 0.15674,
- "_DITSSIHFEAYR_"
- ],
- [
- 168,
- 2,
- 17,
- 4,
- 0.22794,
- "_EEYLLLR_"
- ],
- [
- 18982,
- 2,
- 25,
- 5,
- 0.34193,
- "_FTDEEVDELYR_"
- ],
- [
- 15982,
- 2,
- 13,
- 2,
- 0.171,
- "_HLQDLMEGLTAK_"
- ],
- [
- 739,
- 2,
- 13,
- 2,
- 0.171,
- "_NAAGALDLLK_"
- ],
- [
- 44324,
- 2,
- 28,
- 7,
- 0.38467,
- "_ESTGAQVQVAGDMLPNSTER_"
- ],
- [
- 34400,
- 2,
- 18,
- 3,
- 0.24218,
- "_TQAIVCQQLDLTHLK_"
- ],
- [
- 26101,
- 2,
- 7,
- 2,
- 0.085509,
- "_QFDIQLLTHNDPK_"
- ],
- [
- 40337,
- 2,
- 16,
- 4,
- 0.21371,
- "_HFDPEFTEEPVPNSIGK_"
- ],
- [
- 1604,
- 2,
- 25,
- 2,
- 0.34193,
- "_NPPIDDLIK_"
- ],
- [
- 15758,
- 2,
- 12,
- 3,
- 0.15674,
- "_WDSEVMASTVVK_"
- ],
- [
- 2052,
- 2,
- 6,
- 4,
- 0.071263,
- "_LCQGLFFR_"
- ],
- [
- 21747,
- 3,
- 14,
- 4,
- 0.18523,
- "_EQIVVDLSHPGVSEDDQVSR_"
- ],
- [
- 49288,
- 2,
- 15,
- 4,
- 0.19948,
- "_EVSSADNVSVYPSVSEEPVENK_"
- ],
- [
- 32598,
- 2,
- 12,
- 3,
- 0.15674,
- "_EMMESFEGPQPADVR_"
- ],
- [
- 3568,
- 3,
- 10,
- 3,
- 0.12824,
- "_KADVDAIHEYLLLK_"
- ],
- [
- 44053,
- 2,
- 10,
- 3,
- 0.12824,
- "_LCEQLSTVIPNSHVYYR_"
- ],
- [
- 34955,
- 3,
- 10,
- 4,
- 0.12824,
- "_SLSEINKPNFYNNDFDDDFSHR_"
- ],
- [
- 4589,
- 2,
- 21,
- 5,
- 0.28493,
- "_TGAAPIIDVVR_"
- ],
- [
- 44345,
- 2,
- 10,
- 4,
- 0.12824,
- "_SSQKVEVETSGIGDSLLNVK_"
- ],
- [
- 24669,
- 2,
- 9,
- 2,
- 0.114,
- "_(Acetyl (Protein N-term))ACARPLISVYSEK_"
- ],
- [
- 28447,
- 3,
- 14,
- 7,
- 0.18523,
- "_AQQIHSQTSQQYPLYDLDLGK_"
- ],
- [
- 32925,
- 2,
- 15,
- 5,
- 0.19948,
- "_M(Oxidation (M))GGMEGPFGGGMENMGR_"
- ],
- [
- 19986,
- 3,
- 13,
- 3,
- 0.171,
- "_LQKEEEIEFLYNENTVR_"
- ],
- [
- 24182,
- 2,
- 13,
- 4,
- 0.171,
- "_(Acetyl (Protein N-term))AAGTSSYWEDLRK_"
- ],
- [
- 21910,
- 2,
- 10,
- 4,
- 0.12824,
- "_QLICDPSYIPDR_"
- ],
- [
- 13720,
- 3,
- 13,
- 2,
- 0.171,
- "_IQTSFYELPTDSHASLR_"
- ],
- [
- 3712,
- 2,
- 18,
- 3,
- 0.24218,
- "_LLADPTGAFGK_"
- ],
- [
- 42658,
- 2,
- 11,
- 5,
- 0.14251,
- "_ILASCPQQSLSPENYYR_"
- ],
- [
- 19591,
- 2,
- 7,
- 4,
- 0.085509,
- "_VYWNDGLDQYR_"
- ],
- [
- 19006,
- 3,
- 8,
- 6,
- 0.099763,
- "_IGEHTPSALAIM(Oxidation (M))ENANVLAR_"
- ],
- [
- 34145,
- 2,
- 13,
- 5,
- 0.17097,
- "_VNDDVGIDWTNENDR_"
- ],
- [
- 18777,
- 3,
- 9,
- 4,
- 0.11399,
- "_SLQVFEETGISHSEFLHR_"
- ],
- [
- 21930,
- 3,
- 15,
- 7,
- 0.19946,
- "_GHDDLGDHYLDCGDLSNALK_"
- ],
- [
- 51208,
- 2,
- 10,
- 4,
- 0.12823,
- "_QSQIQVFEDGADTTSPETPDSSASK_"
- ],
- [
- 32724,
- 3,
- 11,
- 4,
- 0.14247,
- "_NVFHCEPANILYICENQPLKK_"
- ],
- [
- 24964,
- 2,
- 11,
- 4,
- 0.14247,
- "_LLEVQSQVEELQK_"
- ],
- [
- 29702,
- 2,
- 11,
- 5,
- 0.14247,
- "_LDALVAEEHLTVDAR_"
- ],
- [
- 12403,
- 2,
- 11,
- 2,
- 0.14247,
- "_DGASCAELVSFK_"
- ],
- [
- 6991,
- 3,
- 11,
- 4,
- 0.14247,
- "_VSSVSSSALVSSLHMMK_"
- ],
- [
- 7162,
- 2,
- 11,
- 2,
- 0.14247,
- "_ELIPTEEALR_"
- ],
- [
- 8950,
- 2,
- 21,
- 5,
- 0.28492,
- "_IVPNVLLEQGK_"
- ],
- [
- 34598,
- 2,
- 11,
- 4,
- 0.14247,
- "_EGYDFHSSSEFEIVK_"
- ],
- [
- 40920,
- 3,
- 11,
- 6,
- 0.14247,
- "_SQSNGVLATENKPLGFSFGCSSAQEAQK_"
- ],
- [
- 23882,
- 2,
- 10,
- 3,
- 0.12823,
- "_YKIDGSLEVPLER_"
- ],
- [
- 35122,
- 3,
- 20,
- 8,
- 0.27067,
- "_MAEIGEHVAPSEAANSLEQAQAAAER_"
- ],
- [
- 38769,
- 2,
- 12,
- 4,
- 0.15674,
- "_TVEEEDQIFLDGQENK_"
- ],
- [
- 10416,
- 3,
- 12,
- 4,
- 0.15674,
- "_GDKDGSLEVTGQLGEVMK_"
- ],
- [
- 28298,
- 3,
- 12,
- 2,
- 0.15674,
- "_AQCYMDTEQYEEAVRDYEK_"
- ],
- [
- 32429,
- 3,
- 20,
- 9,
- 0.27067,
- "_ENALVQMADGNQAQLAMSHLNGHK_"
- ],
- [
- 43959,
- 4,
- 12,
- 6,
- 0.15674,
- "_LMDILYASEEHEGHTEEPEAEEQAHEQQPPQQEEY_"
- ],
- [
- 42295,
- 2,
- 12,
- 4,
- 0.15674,
- "_NTNAGAPPGTAYQSPLPLSR_"
- ],
- [
- 22083,
- 3,
- 10,
- 7,
- 0.12823,
- "_EGGPNPEHNSNLANILEVCR_"
- ],
- [
- 37742,
- 2,
- 10,
- 4,
- 0.12823,
- "_GDKDGSLEVTGQLGEVMK_"
- ],
- [
- 17442,
- 2,
- 12,
- 2,
- 0.15674,
- "_EKNVQGIIEILK_"
- ],
- [
- 28700,
- 2,
- 12,
- 5,
- 0.15674,
- "_EEYITSALESTEEK_"
- ],
- [
- 30624,
- 2,
- 13,
- 3,
- 0.17097,
- "_DYSHYYTTIQDLR_"
- ],
- [
- 8797,
- 4,
- 9,
- 5,
- 0.11399,
- "_IMGLDLPDGGHLTHGYMSDVKR_"
- ],
- [
- 25419,
- 4,
- 15,
- 5,
- 0.19946,
- "_FEYSHGPIAVLANSSDPSTGPESTHPLPAK_"
- ],
- [
- 24841,
- 3,
- 15,
- 4,
- 0.19946,
- "_NLAMEATYINHNFSQQCLR_"
- ],
- [
- 26689,
- 2,
- 14,
- 2,
- 0.18523,
- "_TLGVSFVQAESECR_"
- ],
- [
- 28359,
- 2,
- 14,
- 5,
- 0.18523,
- "_VQAWYMDDAPGDPR_"
- ],
- [
- 39324,
- 2,
- 8,
- 2,
- 0.09974,
- "_CCQANAQFAEISENLR_"
- ],
- [
- 242,
- 2,
- 14,
- 5,
- 0.18523,
- "_AVFPSIVGR_"
- ],
- [
- 46921,
- 2,
- 14,
- 4,
- 0.18523,
- "_EQIVVDLSHPGVSEDDQVSR_"
- ],
- [
- 26280,
- 2,
- 8,
- 2,
- 0.09974,
- "_VMPNAIVQSVGVSSGK_"
- ],
- [
- 5534,
- 2,
- 14,
- 5,
- 0.18523,
- "_DQGLSIMVSGK_"
- ],
- [
- 49836,
- 2,
- 15,
- 7,
- 0.19946,
- "_LIEAEDNMNCQM(Oxidation (M))SNITVTYR_"
- ],
- [
- 21027,
- 2,
- 14,
- 3,
- 0.18523,
- "_TFDTNGDGTIDFR_"
- ],
- [
- 4716,
- 2,
- 14,
- 5,
- 0.18523,
- "_LGINSLQELK_"
- ],
- [
- 12062,
- 3,
- 14,
- 5,
- 0.18523,
- "_VYLLYRPGHYDILYK_"
- ],
- [
- 27565,
- 2,
- 8,
- 4,
- 0.09974,
- "_GISQTNLITTVTPEK_"
- ],
- [
- 40343,
- 2,
- 9,
- 4,
- 0.11399,
- "_GSTECVEVLTAHGASALIK_"
- ],
- [
- 45782,
- 2,
- 15,
- 6,
- 0.19946,
- "_LQKEEEIEFLYNENTVR_"
- ],
- [
- 43945,
- 2,
- 15,
- 4,
- 0.19946,
- "_LQAFGFCEYKEPESTLR_"
- ],
- [
- 2246,
- 3,
- 9,
- 5,
- 0.11399,
- "_QFDIQLLTHNDPK_"
- ],
- [
- 44741,
- 2,
- 7,
- 4,
- 0.085494,
- "_TSASEGNPYVSSTLSVPASPR_"
- ],
- [
- 11234,
- 2,
- 9,
- 5,
- 0.11399,
- "_SGVSITIDDPVR_"
- ],
- [
- 42697,
- 2,
- 9,
- 5,
- 0.11399,
- "_LLEAQIATGGIIDPVHSHR_"
- ],
- [
- 9604,
- 2,
- 7,
- 2,
- 0.085494,
- "_QDLECLAFTK_"
- ],
- [
- 15142,
- 2,
- 10,
- 3,
- 0.12825,
- "_TLDVDATYEIAK_"
- ],
- [
- 46250,
- 2,
- 14,
- 4,
- 0.18522,
- "_NQQEIPSYLNDEPPEGSMK_"
- ],
- [
- 38621,
- 2,
- 8,
- 3,
- 0.099751,
- "_WGLGLDDEGSSQGEPQSK_"
- ],
- [
- 39291,
- 2,
- 9,
- 3,
- 0.114,
- "_AQFEYDPAKDDLIPCK_"
- ],
- [
- 33463,
- 3,
- 21,
- 7,
- 0.28493,
- "_TKPQDMISAGGESVAGITAISGKPGDK_"
- ],
- [
- 5393,
- 2,
- 19,
- 4,
- 0.25643,
- "_IIFVVGGPGSGK_"
- ],
- [
- 2514,
- 2,
- 11,
- 4,
- 0.14249,
- "_DINELNLPK_"
- ],
- [
- 32809,
- 2,
- 9,
- 5,
- 0.114,
- "_YGGISTASVDFEQPTR_"
- ],
- [
- 21024,
- 3,
- 15,
- 6,
- 0.19949,
- "_FFRPHFLQAPGDLTVQEGK_"
- ],
- [
- 43728,
- 2,
- 17,
- 7,
- 0.22796,
- "_HFIEQGINVCLCQSYAK_"
- ],
- [
- 14949,
- 2,
- 15,
- 5,
- 0.19949,
- "_LLSLLEKDEFK_"
- ],
- [
- 17640,
- 2,
- 12,
- 4,
- 0.15673,
- "_ELLVTETQEVVK_"
- ],
- [
- 8377,
- 2,
- 9,
- 2,
- 0.114,
- "_FWTEVYPGAK_"
- ],
- [
- 40774,
- 3,
- 8,
- 6,
- 0.099751,
- "_LGEPCDQLHVCDASQGLVCQPGAGPGGR_"
- ],
- [
- 9021,
- 3,
- 19,
- 5,
- 0.25643,
- "_MLDAEDIVNTARPDEK_"
- ],
- [
- 21862,
- 3,
- 21,
- 5,
- 0.28493,
- "_TLEPVKPPTVPNDYMTSPAR_"
- ],
- [
- 20220,
- 3,
- 20,
- 7,
- 0.27066,
- "_VTGEADVEFATHEDAVAAMAK_"
- ],
- [
- 13020,
- 2,
- 21,
- 6,
- 0.28493,
- "_TTYLVLDEADR_"
- ],
- [
- 6435,
- 4,
- 10,
- 2,
- 0.12825,
- "_ALQETPTSVLLHHQIGLCYK_"
- ],
- [
- 50964,
- 2,
- 6,
- 2,
- 0.071256,
- "_NAEFLTCNIPTSNASNNM(Oxidation (M))VTTEK_"
- ],
- [
- 5138,
- 4,
- 11,
- 5,
- 0.14249,
- "_TSPYDHMLPGAEHFAEYAGR_"
- ],
- [
- 2220,
- 2,
- 11,
- 2,
- 0.14249,
- "_INWDDLAAK_"
- ],
- [
- 35242,
- 2,
- 10,
- 5,
- 0.12825,
- "_KIYLAIESANELAVQK_"
- ],
- [
- 1504,
- 2,
- 8,
- 2,
- 0.099751,
- "_MLPEVLYR_"
- ],
- [
- 5916,
- 4,
- 4,
- 2,
- 0.042727,
- "_VSMHQDNHGYICLLIQGATK_"
- ],
- [
- 17543,
- 3,
- 15,
- 6,
- 0.19949,
- "_LCEQLSTVIPNSHVYYR_"
- ],
- [
- 3763,
- 2,
- 18,
- 3,
- 0.24219,
- "_WLPEEDFR_"
- ],
- [
- 12341,
- 2,
- 10,
- 2,
- 0.12825,
- "_DSLLTHIQNLK_"
- ],
- [
- 46602,
- 2,
- 12,
- 5,
- 0.15673,
- "_ITAEDCTMEVTPGAEIQDGR_"
- ],
- [
- 15067,
- 4,
- 12,
- 5,
- 0.15673,
- "_SLSEINKPNFYNNDFDDDFSHR_"
- ],
- [
- 10015,
- 2,
- 17,
- 6,
- 0.22796,
- "_LWTLVSEQTR_"
- ],
- [
- 22737,
- 3,
- 11,
- 4,
- 0.14249,
- "_MQAHIQDLEEQLDEEEGAR_"
- ],
- [
- 3348,
- 2,
- 15,
- 2,
- 0.19949,
- "_LCPQSLFSK_"
- ],
- [
- 18915,
- 2,
- 13,
- 3,
- 0.171,
- "_LFPLNQQDVPDK_"
- ],
- [
- 42065,
- 3,
- 10,
- 7,
- 0.12825,
- "_ACESCYATQSHQWYSWGPPNMQCR_"
- ],
- [
- 8993,
- 3,
- 9,
- 2,
- 0.114,
- "_ISPEQHWDFTAEDLK_"
- ],
- [
- 2743,
- 3,
- 14,
- 5,
- 0.18522,
- "_FFEMIENHPLSTK_"
- ],
- [
- 47842,
- 2,
- 13,
- 5,
- 0.171,
- "_ELESVCVVEAGPGTCTFDHR_"
- ],
- [
- 33689,
- 2,
- 9,
- 2,
- 0.11401,
- "_ILTENLCEGTEDLDK_"
- ],
- [
- 47129,
- 2,
- 13,
- 4,
- 0.17099,
- "_EGGPNPEHNSNLANILEVCR_"
- ],
- [
- 35695,
- 2,
- 11,
- 2,
- 0.14251,
- "_ADVVESWIGEKENSLK_"
- ],
- [
- 2739,
- 2,
- 9,
- 2,
- 0.11401,
- "_LVELPYTVK_"
- ],
- [
- 50392,
- 3,
- 12,
- 4,
- 0.15675,
- "_LAADEDDDDDDEEDDDEDDDDDDFDDEEAEEK_"
- ],
- [
- 23239,
- 3,
- 12,
- 6,
- 0.15675,
- "_VDKIEELDQENEAALENGIK_"
- ],
- [
- 39397,
- 2,
- 12,
- 4,
- 0.15675,
- "_VYLLYRPGHYDILYK_"
- ],
- [
- 18368,
- 2,
- 10,
- 2,
- 0.12826,
- "_GFPQPILSEDGSR_"
- ],
- [
- 38229,
- 3,
- 8,
- 2,
- 0.099771,
- "_HQGPCDQAPSPCLGVQCAFGATCAVK_"
- ],
- [
- 33699,
- 2,
- 11,
- 5,
- 0.14251,
- "_VSSVSSSALVSSLHMMK_"
- ],
- [
- 22435,
- 2,
- 12,
- 5,
- 0.15675,
- "_NTVEKPELFLGLK_"
- ],
- [
- 44575,
- 2,
- 11,
- 2,
- 0.14251,
- "_TAECETSEADNILLAGHLR_"
- ],
- [
- 21560,
- 2,
- 11,
- 5,
- 0.14251,
- "_FYSLPQSPQQFK_"
- ],
- [
- 320,
- 2,
- 11,
- 3,
- 0.14251,
- "_DLPLAQGIK_"
- ],
- [
- 25669,
- 3,
- 11,
- 4,
- 0.14251,
- "_EMLPGALHGELHPSEGPWGAPR_"
- ],
- [
- 9365,
- 2,
- 9,
- 3,
- 0.11401,
- "_MLSAGVTEAVLK_"
- ],
- [
- 25836,
- 2,
- 12,
- 6,
- 0.15675,
- "_DTSLYRPALEELR_"
- ],
- [
- 46667,
- 3,
- 13,
- 6,
- 0.17099,
- "_LQNYGELGPGTTGASSSGAGLHWGGPTQSSAYGK_"
- ],
- [
- 4106,
- 3,
- 18,
- 5,
- 0.24222,
- "_GEM(Oxidation (M))MDLQHGSLFLR_"
- ],
- [
- 28162,
- 2,
- 14,
- 7,
- 0.18526,
- "_DLSYCLSGMYDHR_"
- ],
- [
- 9274,
- 3,
- 16,
- 4,
- 0.21375,
- "_DYDGWTPLHAAAHWGK_"
- ],
- [
- 10437,
- 4,
- 5,
- 2,
- 0.056989,
- "_LGIQTDDKGHIIVDEFQNTNVK_"
- ],
- [
- 13576,
- 4,
- 14,
- 5,
- 0.18526,
- "_RCEAFGWHAIIVDGHSVEELCK_"
- ],
- [
- 4172,
- 3,
- 14,
- 5,
- 0.18526,
- "_LDALVAEEHLTVDAR_"
- ],
- [
- 19642,
- 3,
- 16,
- 4,
- 0.21375,
- "_TVCDWETGHEPFNDPALR_"
- ],
- [
- 5216,
- 3,
- 21,
- 5,
- 0.28492,
- "_WSMPELAEVEENKK_"
- ],
- [
- 36296,
- 2,
- 16,
- 5,
- 0.21375,
- "_LGSFNWYGEQCSCGR_"
- ],
- [
- 31976,
- 2,
- 17,
- 6,
- 0.22798,
- "_GSLGGGFSSGGFSGGSFSR_"
- ],
- [
- 36141,
- 2,
- 20,
- 7,
- 0.27069,
- "_MLDAEDIVNTARPDEK_"
- ],
- [
- 10729,
- 2,
- 15,
- 3,
- 0.19949,
- "_FAQALGLTEAVK_"
- ],
- [
- 5038,
- 2,
- 15,
- 5,
- 0.19949,
- "_IDYIAGLDSR_"
- ],
- [
- 1412,
- 3,
- 37,
- 4,
- 0.51284,
- "_LLDSVPPTAISHFK_"
- ],
- [
- 14846,
- 3,
- 15,
- 4,
- 0.19949,
- "_DQDKVHEFVLQSELGVR_"
- ],
- [
- 33534,
- 2,
- 16,
- 6,
- 0.21375,
- "_KNEGVIEFVSYSDMK_"
- ],
- [
- 23598,
- 3,
- 16,
- 5,
- 0.21375,
- "_EKPSYDTETDPSEGLM(Oxidation (M))NVLK_"
- ],
- [
- 17053,
- 2,
- 16,
- 5,
- 0.21375,
- "_YCAQDAFFQVK_"
- ],
- [
- 29722,
- 2,
- 17,
- 7,
- 0.22798,
- "_IDNDGDGFVTTEELK_"
- ],
- [
- 35554,
- 2,
- 9,
- 5,
- 0.11402,
- "_QEGQVGHYELVMPQAN_"
- ],
- [
- 32215,
- 2,
- 19,
- 5,
- 0.25647,
- "_KLLAPDCEIIQEVGK_"
- ],
- [
- 17020,
- 3,
- 9,
- 4,
- 0.11402,
- "_LLHPSPDLVSQEATLSEAR_"
- ],
- [
- 18689,
- 2,
- 11,
- 4,
- 0.14251,
- "_RLWGDIYFNPK_"
- ],
- [
- 11488,
- 2,
- 19,
- 5,
- 0.25647,
- "_LQVVDQPLPVR_"
- ],
- [
- 32024,
- 2,
- 8,
- 4,
- 0.099766,
- "_TQETPSAQMEGFLNR_"
- ],
- [
- 40621,
- 2,
- 11,
- 3,
- 0.14251,
- "_MTCEYTWPNHLLGSDK_"
- ],
- [
- 14792,
- 4,
- 9,
- 2,
- 0.11402,
- "_KDDSHPVHVDNCILNAETLVCVK_"
- ],
- [
- 3968,
- 2,
- 12,
- 3,
- 0.15676,
- "_LAWGQPVGLR_"
- ],
- [
- 16353,
- 2,
- 12,
- 4,
- 0.15676,
- "_AFLEILHTYQK_"
- ],
- [
- 36731,
- 2,
- 17,
- 4,
- 0.228,
- "_GFCFITYTDEEPVKK_"
- ],
- [
- 29369,
- 3,
- 16,
- 6,
- 0.21373,
- "_TLFSTHYHSLVEDYSQNVAVR_"
- ],
- [
- 10954,
- 3,
- 19,
- 5,
- 0.25647,
- "_NLPPSGAVPVTGIPPHVVK_"
- ],
- [
- 26575,
- 2,
- 12,
- 4,
- 0.15676,
- "_GIGQVLPTHLMEER_"
- ],
- [
- 10580,
- 2,
- 16,
- 3,
- 0.21373,
- "_LMDLLGEGLKR_"
- ],
- [
- 32742,
- 2,
- 9,
- 2,
- 0.11402,
- "_LLDPEDVNVDQPDEK_"
- ],
- [
- 20406,
- 2,
- 12,
- 4,
- 0.21373,
- "_YDNLEMEYLQK_"
- ],
- [
- 29277,
- 2,
- 10,
- 4,
- 0.12826,
- "_RLDQVEQELNELR_"
- ],
- [
- 24100,
- 3,
- 12,
- 3,
- 0.15676,
- "_VSMHQDNHGYICLLIQGATK_"
- ],
- [
- 11876,
- 3,
- 12,
- 5,
- 0.15676,
- "_VFVVGESYTVVQRPSLK_"
- ],
- [
- 23398,
- 3,
- 13,
- 6,
- 0.171,
- "_ELESVCVVEAGPGTCTFDHR_"
- ],
- [
- 27872,
- 2,
- 15,
- 6,
- 0.19951,
- "_TEMQDNTYPEILR_"
- ],
- [
- 34569,
- 2,
- 8,
- 3,
- 0.099766,
- "_ELMTEGEHIATEITAK_"
- ],
- [
- 3234,
- 3,
- 18,
- 5,
- 0.24223,
- "_TRYPILENPEILR_"
- ],
- [
- 22209,
- 4,
- 14,
- 5,
- 0.18524,
- "_KDGQMLPGEDEPLHALVTANTMENVKK_"
- ],
- [
- 37291,
- 2,
- 15,
- 6,
- 0.19951,
- "_VFSDEVQQQAQLSTIR_"
- ],
- [
- 27229,
- 2,
- 13,
- 4,
- 0.171,
- "_SDSYMGLDQIKPLK_"
- ],
- [
- 31336,
- 2,
- 18,
- 2,
- 0.24223,
- "_ELAQQVQQVADDYGK_"
- ],
- [
- 8070,
- 2,
- 5,
- 2,
- 0.056997,
- "_HGFDLLTEMK_"
- ],
- [
- 33763,
- 2,
- 14,
- 3,
- 0.18524,
- "_YHDPNFVPAAFVCSK_"
- ],
- [
- 19393,
- 3,
- 13,
- 5,
- 0.171,
- "_IVDRIDNDGDGFVTTEELK_"
- ],
- [
- 26105,
- 2,
- 14,
- 3,
- 0.18524,
- "_QPPGPVPTPPLPSER_"
- ],
- [
- 17398,
- 3,
- 14,
- 4,
- 0.18524,
- "_GRLPLLLVANAGTAAVGHTDK_"
- ],
- [
- 43035,
- 2,
- 13,
- 5,
- 0.171,
- "_IPGMTLSSSVCQVNCCAR_"
- ],
- [
- 37951,
- 2,
- 15,
- 5,
- 0.19951,
- "_QFVPIKVEQIEAGTPGR_"
- ],
- [
- 19196,
- 2,
- 15,
- 4,
- 0.19951,
- "_GISDLAQHYLM(Oxidation (M))R_"
- ],
- [
- 10647,
- 3,
- 14,
- 5,
- 0.18524,
- "_QFVPIKVEQIEAGTPGR_"
- ],
- [
- 47714,
- 4,
- 18,
- 8,
- 0.24223,
- "_SPVGSGAPQAAAPAPAAHVAGNPGGDAAPAATGTAAAASLATAAGSEDAEKK_"
- ],
- [
- 28651,
- 3,
- 13,
- 5,
- 0.17101,
- "_SHTVAAQGGINAALGNMEEDNWR_"
- ],
- [
- 47764,
- 3,
- 18,
- 9,
- 0.24225,
- "_AFQYVETHGEVCPANWTPDSPTIKPSPAASK_"
- ],
- [
- 11057,
- 3,
- 15,
- 4,
- 0.19949,
- "_RLDEYTQEEIDAFPR_"
- ],
- [
- 49388,
- 2,
- 11,
- 3,
- 0.14252,
- "_EVSSLEGSPPPCLGQEEAVCTK_"
- ],
- [
- 10825,
- 3,
- 21,
- 7,
- 0.28496,
- "_LKGEMMDLQHGSLFLR_"
- ],
- [
- 32661,
- 2,
- 12,
- 6,
- 0.15676,
- "_LTIIVSDPSHCNVLR_"
- ],
- [
- 2116,
- 2,
- 24,
- 4,
- 0.32769,
- "_MYPIDFEK_"
- ],
- [
- 18770,
- 3,
- 20,
- 7,
- 0.27073,
- "_SELHIENLNMEADPGQYR_"
- ],
- [
- 28339,
- 2,
- 12,
- 2,
- 0.15676,
- "_VVQVYADTQEINLK_"
- ],
- [
- 39243,
- 2,
- 12,
- 4,
- 0.15676,
- "_VFVVGESYTVVQRPSLK_"
- ],
- [
- 26778,
- 2,
- 17,
- 5,
- 0.22799,
- "_DFPAMVQELHQGGR_"
- ],
- [
- 9426,
- 2,
- 8,
- 3,
- 0.099764,
- "_EMVANWDSLR_"
- ],
- [
- 44310,
- 3,
- 10,
- 5,
- 0.12827,
- "_QICCHTYLLTNAVSSNGPSGNDTPEELR_"
- ],
- [
- 44221,
- 2,
- 10,
- 3,
- 0.12827,
- "_LIKDDFLQQNGYTPYDR_"
- ],
- [
- 17314,
- 2,
- 15,
- 3,
- 0.19949,
- "_HSFFSTIDWNK_"
- ],
- [
- 45838,
- 2,
- 10,
- 5,
- 0.12827,
- "_PVTVEPM(Oxidation (M))DQLDDEEGLPEK_"
- ],
- [
- 12929,
- 2,
- 13,
- 3,
- 0.17101,
- "_SVFILGASGETGR_"
- ],
- [
- 15409,
- 3,
- 11,
- 4,
- 0.14252,
- "_VWQLGSSSPNFTLEGHEK_"
- ],
- [
- 48532,
- 2,
- 16,
- 7,
- 0.21376,
- "_DSFGSSQASVASSQPVSSEMYR_"
- ],
- [
- 16209,
- 4,
- 14,
- 5,
- 0.18526,
- "_DFEPQPGNMSHPRPWLGLDHFNK_"
- ],
- [
- 37755,
- 3,
- 14,
- 7,
- 0.18526,
- "_SYDPPCPGHWTPEAPGSGTTCPGLPR_"
- ],
- [
- 18265,
- 3,
- 13,
- 2,
- 0.17101,
- "_TAECETSEADNILLAGHLR_"
- ],
- [
- 31392,
- 4,
- 16,
- 7,
- 0.21376,
- "_AFQYVETHGEVCPANWTPDSPTIKPSPAASK_"
- ],
- [
- 5778,
- 4,
- 11,
- 5,
- 0.14252,
- "_ICLGNTYHLGLRPGPELIQK_"
- ],
- [
- 1274,
- 2,
- 16,
- 3,
- 0.21376,
- "_AELAELPLR_"
- ],
- [
- 17412,
- 3,
- 16,
- 4,
- 0.21376,
- "_LQAFGFCEYKEPESTLR_"
- ],
- [
- 2068,
- 2,
- 9,
- 5,
- 0.11402,
- "_LALGQINIAK_"
- ],
- [
- 7208,
- 3,
- 12,
- 4,
- 0.15676,
- "_ITSAYLQDIENAYKK_"
- ],
- [
- 33582,
- 2,
- 7,
- 3,
- 0.085492,
- "_QSNCVTLLDTNQVVR_"
- ],
- [
- 44047,
- 2,
- 9,
- 3,
- 0.11402,
- "_GLEDNQGGQYESWNYYR_"
- ],
- [
- 47490,
- 2,
- 7,
- 3,
- 0.085492,
- "_YGPGEPSPVSETVVTPEAAPEK_"
- ],
- [
- 13950,
- 2,
- 18,
- 5,
- 0.24225,
- "_DHPFGFVAVPTK_"
- ],
- [
- 12028,
- 3,
- 11,
- 5,
- 0.14252,
- "_SGYAFVDCPDEHWAMK_"
- ],
- [
- 18487,
- 2,
- 12,
- 4,
- 0.15679,
- "_LAPDYDALDVANK_"
- ],
- [
- 37693,
- 4,
- 12,
- 4,
- 0.15679,
- "_HSQDPGTHVVSHFVNWETPQGCGLGFQNSEQSR_"
- ],
- [
- 17628,
- 2,
- 13,
- 4,
- 0.17103,
- "_ALINMSSLPAQDK_"
- ],
- [
- 8319,
- 3,
- 12,
- 5,
- 0.15679,
- "_GVHCVMSLGVPGPATLAK_"
- ],
- [
- 13305,
- 3,
- 12,
- 6,
- 0.15679,
- "_MTCEYTWPNHLLGSDK_"
- ],
- [
- 24849,
- 3,
- 12,
- 5,
- 0.15679,
- "_KESEETIIQTDEDVPGPVPVK_"
- ],
- [
- 39375,
- 2,
- 12,
- 6,
- 0.15679,
- "_SGYAFVDCPDEHWAMK_"
- ],
- [
- 19323,
- 2,
- 12,
- 2,
- 0.15679,
- "_FSAEDEALSNIAR_"
- ],
- [
- 9346,
- 4,
- 12,
- 4,
- 0.15679,
- "_FHDTSSPLMVTPPSAEAHWAVR_"
- ],
- [
- 32564,
- 3,
- 12,
- 5,
- 0.15679,
- "_QEQATEENAGVPVGPHLSLAYEDK_"
- ],
- [
- 30612,
- 3,
- 13,
- 5,
- 0.17103,
- "_TAPPVTNNSEIQASEVLVAADKEK_"
- ],
- [
- 4959,
- 2,
- 19,
- 2,
- 0.25652,
- "_QRIDEFEAL_"
- ],
- [
- 38419,
- 2,
- 6,
- 6,
- 0.071295,
- "_FTCEMFHPNIYPDGR_"
- ],
- [
- 29350,
- 3,
- 7,
- 2,
- 0.085526,
- "_DIEISTEEEKDTGDLKDSSLLK_"
- ],
- [
- 32177,
- 4,
- 12,
- 5,
- 0.15679,
- "_TACIQSENNGAALLSAHVGHSVAAQISNNMTEK_"
- ],
- [
- 18157,
- 2,
- 9,
- 2,
- 0.17103,
- "_QYEAYVQALEGK_"
- ],
- [
- 25457,
- 2,
- 12,
- 6,
- 0.15679,
- "_EQLDNQLDAYMSK_"
- ],
- [
- 13791,
- 2,
- 15,
- 3,
- 0.19953,
- "_YPEETLSLMTK_"
- ],
- [
- 38316,
- 2,
- 8,
- 2,
- 0.099766,
- "_LGLGGNAPVSIPQQSQSVK_"
- ],
- [
- 14070,
- 2,
- 10,
- 4,
- 0.12829,
- "_QGNMTAALQAALK_"
- ],
- [
- 14770,
- 2,
- 10,
- 4,
- 0.12829,
- "_DNSHPFVGLAFK_"
- ],
- [
- 23572,
- 2,
- 15,
- 5,
- 0.19953,
- "_ESQDTSFTTLVER_"
- ],
- [
- 20383,
- 2,
- 10,
- 6,
- 0.12829,
- "_DISPVLKDPASFR_"
- ],
- [
- 33074,
- 2,
- 13,
- 7,
- 0.17103,
- "_(Acetyl (Protein N-term))SDQDHSMDEMTAVVK_"
- ],
- [
- 25164,
- 2,
- 15,
- 7,
- 0.19953,
- "_LCVPAMNVNDSVTK_"
- ],
- [
- 43639,
- 2,
- 10,
- 3,
- 0.12829,
- "_ELSGESDELGISQDEQLSK_"
- ],
- [
- 6647,
- 4,
- 16,
- 5,
- 0.21377,
- "_MPLATSTDHGHNLQTVQLLIK_"
- ],
- [
- 36976,
- 2,
- 24,
- 3,
- 0.3277,
- "_EAVCIVLSDDTCSDEK_"
- ],
- [
- 31011,
- 2,
- 14,
- 2,
- 0.18529,
- "_KFTTDDSICVLGISK_"
- ],
- [
- 20700,
- 2,
- 18,
- 5,
- 0.24226,
- "_DFMIQGGDPTGTGR_"
- ],
- [
- 15781,
- 3,
- 15,
- 4,
- 0.19953,
- "_LLEAQIATGGIIDPVHSHR_"
- ],
- [
- 15084,
- 2,
- 5,
- 2,
- 0.057038,
- "_NNYDEEIISLK_"
- ],
- [
- 12429,
- 2,
- 18,
- 3,
- 0.24226,
- "_VVVPELSAGVASR_"
- ],
- [
- 1560,
- 3,
- 7,
- 4,
- 0.085526,
- "_LEHIDGVNLTVPVK_"
- ],
- [
- 21131,
- 2,
- 18,
- 4,
- 0.24226,
- "_QDLADVVQVCEGK_"
- ],
- [
- 5894,
- 2,
- 14,
- 4,
- 0.18529,
- "_LAEIIWQNR_"
- ],
- [
- 1911,
- 2,
- 10,
- 4,
- 0.12829,
- "_ILDSAEFIK_"
- ],
- [
- 34576,
- 2,
- 10,
- 4,
- 0.12829,
- "_NLQEQTVQLQSELSR_"
- ],
- [
- 7507,
- 3,
- 11,
- 6,
- 0.14255,
- "_YISQCIDEIKQELK_"
- ],
- [
- 34350,
- 2,
- 11,
- 2,
- 0.14255,
- "_YISQCIDEIKQELK_"
- ],
- [
- 29066,
- 2,
- 11,
- 4,
- 0.14255,
- "_KLEDAATYLSLPSTK_"
- ],
- [
- 4429,
- 2,
- 10,
- 3,
- 0.12828,
- "_LSDFLITGGGK_"
- ],
- [
- 43383,
- 2,
- 10,
- 2,
- 0.12828,
- "_AMTHVINQGMAMYWGTSR_"
- ],
- [
- 2365,
- 2,
- 11,
- 3,
- 0.14254,
- "_VSDIQWFR_"
- ],
- [
- 24062,
- 2,
- 11,
- 5,
- 0.14254,
- "_LLTQDEGPALVPGGR_"
- ],
- [
- 47061,
- 2,
- 11,
- 4,
- 0.14254,
- "_TAIHTAAMDMLGGPGIESQCR_"
- ],
- [
- 22414,
- 4,
- 10,
- 5,
- 0.12828,
- "_ENIEHNSTTSTFCGTPEYLAPEVLHK_"
- ],
- [
- 6420,
- 2,
- 11,
- 5,
- 0.14254,
- "_LEWEMMCR_"
- ],
- [
- 30269,
- 3,
- 10,
- 3,
- 0.12828,
- "_ELQLLNDKVETEQAEIQELKK_"
- ],
- [
- 2510,
- 2,
- 12,
- 4,
- 0.15679,
- "_QLYEFDIK_"
- ],
- [
- 43582,
- 2,
- 9,
- 5,
- 0.11401,
- "_EKPQANVPSALPSLPAGSGLK_"
- ],
- [
- 34821,
- 2,
- 3,
- 3,
- 0.028519,
- "_SSMAPSQPEESDVFLR_"
- ],
- [
- 46424,
- 2,
- 8,
- 4,
- 0.099771,
- "_NFTEVHPDYGSHIQALLDK_"
- ],
- [
- 40822,
- 2,
- 11,
- 5,
- 0.14254,
- "_VNQSALEAVTPSPSFQQR_"
- ],
- [
- 2035,
- 4,
- 11,
- 5,
- 0.14254,
- "_QQAHDLLINKPDGTFLLR_"
- ],
- [
- 29585,
- 4,
- 12,
- 8,
- 0.15679,
- "_NECSGEILNNCCVMEYHQATGTLSAHFR_"
- ],
- [
- 899,
- 3,
- 11,
- 4,
- 0.14254,
- "_VVGLLAGTLGVAQHR_"
- ],
- [
- 31416,
- 2,
- 4,
- 4,
- 0.042773,
- "_DKLTVEELEQFQSK_"
- ],
- [
- 37749,
- 2,
- 8,
- 5,
- 0.099771,
- "_KTESAVSQMQSVIELGR_"
- ],
- [
- 1899,
- 4,
- 12,
- 6,
- 0.15679,
- "_AFAIDSSHPWLHECMIR_"
- ],
- [
- 46082,
- 2,
- 12,
- 5,
- 0.15679,
- "_PTSAPAITQGQVAEGGVLDASAK_"
- ],
- [
- 4944,
- 3,
- 10,
- 5,
- 0.12828,
- "_EMVELPLRHPALFK_"
- ],
- [
- 20181,
- 2,
- 10,
- 3,
- 0.12828,
- "_DIEGFMEENQTK_"
- ],
- [
- 36403,
- 3,
- 18,
- 6,
- 0.24228,
- "_QLEDPNGSFSNAEMSELSVAQKPEK_"
- ],
- [
- 26001,
- 2,
- 13,
- 4,
- 0.17103,
- "_NALANPLYCPDYR_"
- ],
- [
- 14994,
- 3,
- 18,
- 6,
- 0.24228,
- "_HTIAVVWGGVNIPHSPYR_"
- ],
- [
- 9544,
- 3,
- 18,
- 7,
- 0.24228,
- "_GFCFITYTDEEPVKK_"
- ],
- [
- 8159,
- 3,
- 19,
- 8,
- 0.25651,
- "_IINEPTAAAIAYGLDKK_"
- ],
- [
- 5367,
- 2,
- 17,
- 4,
- 0.22801,
- "_TFQMAEYLK_"
- ],
- [
- 19951,
- 4,
- 21,
- 4,
- 0.285,
- "_KPFPINHGETSDETLLEDAIEVCKK_"
- ],
- [
- 12607,
- 2,
- 21,
- 6,
- 0.285,
- "_NALESYAFNMK_"
- ],
- [
- 21162,
- 3,
- 16,
- 7,
- 0.21377,
- "_WLKEDKLECSEELGDLVK_"
- ],
- [
- 25053,
- 3,
- 16,
- 8,
- 0.21377,
- "_MPLATSTDHGHNLQTVQLLIK_"
- ],
- [
- 42614,
- 2,
- 15,
- 6,
- 0.19953,
- "_FAKPVYPGQTLQTEMWK_"
- ],
- [
- 38262,
- 2,
- 15,
- 3,
- 0.19953,
- "_QEETAVLEEDSADWEK_"
- ],
- [
- 26019,
- 2,
- 15,
- 3,
- 0.19953,
- "_FKGPFTDVVTTNLK_"
- ],
- [
- 15386,
- 3,
- 15,
- 3,
- 0.19953,
- "_ILAGLGFDPEMQNRPTQK_"
- ],
- [
- 40382,
- 4,
- 15,
- 10,
- 0.19953,
- "_KVDVDEYDENKFVDEEDGGDGQAGPDEGEVDSCLR_"
- ],
- [
- 50154,
- 2,
- 14,
- 6,
- 0.18528,
- "_MTQNDSQLQPIQYQYQDNIK_"
- ],
- [
- 25845,
- 3,
- 14,
- 6,
- 0.18528,
- "_GFCEGDEISIHADFENTCSR_"
- ],
- [
- 4539,
- 2,
- 15,
- 2,
- 0.19953,
- "_FPDENFTLK_"
- ],
- [
- 27438,
- 2,
- 13,
- 5,
- 0.17103,
- "_DQYCFECDCFR_"
- ],
- [
- 6236,
- 3,
- 13,
- 4,
- 0.17103,
- "_LTIIVSDPSHCNVLR_"
- ],
- [
- 29254,
- 3,
- 14,
- 4,
- 0.18528,
- "_NPSKPHFNHYMFEAICLSIR_"
- ],
- [
- 7264,
- 2,
- 14,
- 5,
- 0.18528,
- "_GLLLYGPPGTGK_"
- ],
- [
- 16344,
- 4,
- 12,
- 2,
- 0.15678,
- "_LLAAHCIVGHQHMIPENALEEITK_"
- ],
- [
- 34482,
- 3,
- 12,
- 4,
- 0.15678,
- "_GHSGAVMELHYNTDGSMLFSASTDK_"
- ],
- [
- 8216,
- 2,
- 14,
- 4,
- 0.18528,
- "_LEAGDYADLVK_"
- ],
- [
- 4074,
- 2,
- 12,
- 4,
- 0.15678,
- "_YMTDGMLLR_"
- ],
- [
- 41969,
- 4,
- 14,
- 8,
- 0.18528,
- "_DKPSVEPVEEYDYEDLKESSNSVSNHQLSGFDQAR_"
- ],
- [
- 46603,
- 2,
- 12,
- 5,
- 0.15678,
- "_NSTLQCETINSDNEDLLAR_"
- ],
- [
- 10849,
- 2,
- 19,
- 4,
- 0.25652,
- "_AYVSTLMGVPGR_"
- ],
- [
- 28906,
- 3,
- 12,
- 5,
- 0.15678,
- "_SQICDNAALYAQKYDEEFQR_"
- ],
- [
- 27618,
- 2,
- 16,
- 5,
- 0.21378,
- "_SPFEVQVGPEAGMQK_"
- ],
- [
- 19858,
- 3,
- 13,
- 6,
- 0.17103,
- "_MKPVSDQEENELVILHLR_"
- ],
- [
- 23564,
- 2,
- 7,
- 3,
- 0.085526,
- "_M(Oxidation (M))SSYAFFVQTCR_"
- ],
- [
- 20299,
- 3,
- 9,
- 3,
- 0.11401,
- "_NLAHPVIQNFSYETFQQK_"
- ],
- [
- 3935,
- 2,
- 12,
- 4,
- 0.15678,
- "_VAAAVPVIISR_"
- ],
- [
- 11109,
- 3,
- 9,
- 6,
- 0.11401,
- "_FTCEMFHPNIYPDGR_"
- ],
- [
- 26717,
- 2,
- 12,
- 4,
- 0.15678,
- "_DFVDDDDDDDLER_"
- ],
- [
- 48812,
- 2,
- 11,
- 5,
- 0.14252,
- "_VLSVCPSNKPAIVEAGGMQALGK_"
- ],
- [
- 37765,
- 2,
- 11,
- 3,
- 0.14252,
- "_FNEYVEVTDAQDYDR_"
- ],
- [
- 26820,
- 2,
- 18,
- 4,
- 0.24225,
- "_AAYNPGQAVPWNAVK_"
- ],
- [
- 35160,
- 2,
- 20,
- 7,
- 0.27075,
- "_IINEPTAAAIAYGLDKK_"
- ],
- [
- 43365,
- 2,
- 14,
- 7,
- 0.18528,
- "_YVATLGVEVHPLVFHTNR_"
- ],
- [
- 46477,
- 3,
- 11,
- 7,
- 0.14252,
- "_QLAPGMVQQMQSVCSDCNGEGEVINEKDR_"
- ],
- [
- 45239,
- 2,
- 14,
- 4,
- 0.18528,
- "_CLELFTELAEDKENYKK_"
- ],
- [
- 4239,
- 3,
- 11,
- 5,
- 0.14252,
- "_LIQQQLVLLLHAHK_"
- ],
- [
- 22858,
- 3,
- 19,
- 8,
- 0.25652,
- "_VIISAPSADAPM(Oxidation (M))FVM(Oxidation (M))GVNHEK_"
- ],
- [
- 14816,
- 2,
- 10,
- 4,
- 0.12825,
- "_(Acetyl (Protein N-term))ASGVQVADEVCR_"
- ],
- [
- 3522,
- 2,
- 10,
- 5,
- 0.12825,
- "_FGIYDIDNK_"
- ],
- [
- 31447,
- 2,
- 10,
- 4,
- 0.12825,
- "_GVLSQAMVMCASSPEK_"
- ],
- [
- 6246,
- 2,
- 19,
- 6,
- 0.25652,
- "_DRPFFAGLVK_"
- ],
- [
- 12319,
- 4,
- 13,
- 6,
- 0.17103,
- "_SFDVNKPGCEVDDLKGGVAGGSILK_"
- ],
- [
- 17243,
- 3,
- 13,
- 5,
- 0.17103,
- "_AFAIDSSHPWLHECMIR_"
- ],
- [
- 46001,
- 2,
- 10,
- 4,
- 0.12825,
- "_NLAHPVIQNFSYETFQQK_"
- ],
- [
- 21333,
- 2,
- 15,
- 5,
- 0.19952,
- "_SCENLAPFNTALK_"
- ],
- [
- 35053,
- 2,
- 14,
- 4,
- 0.18528,
- "_NDYLLTLAAANAHQDR_"
- ],
- [
- 10404,
- 2,
- 15,
- 3,
- 0.19952,
- "_YIHLENLLAR_"
- ],
- [
- 50887,
- 2,
- 14,
- 6,
- 0.18528,
- "_PSDCTLASAQCNEYSEEEELVK_"
- ],
- [
- 16894,
- 3,
- 13,
- 6,
- 0.17103,
- "_AQAEAQQPTFDALRDELR_"
- ],
- [
- 14253,
- 2,
- 15,
- 5,
- 0.19952,
- "_ELAVQIYEEAR_"
- ],
- [
- 39062,
- 2,
- 25,
- 6,
- 0.34195,
- "_TDDYLDQPCYETINR_"
- ],
- [
- 30500,
- 3,
- 15,
- 8,
- 0.19952,
- "_LQEDKEQMAQQLAEETQGFQR_"
- ],
- [
- 35378,
- 2,
- 14,
- 3,
- 0.18528,
- "_GVHCVMSLGVPGPATLAK_"
- ],
- [
- 3841,
- 4,
- 15,
- 4,
- 0.19952,
- "_GHLENGHPELFHQLMLWK_"
- ],
- [
- 31769,
- 2,
- 18,
- 4,
- 0.24226,
- "_LTNLQENLSEVSQVK_"
- ],
- [
- 13934,
- 2,
- 19,
- 5,
- 0.2565,
- "_SDSEDICLFTK_"
- ],
- [
- 17800,
- 3,
- 15,
- 6,
- 0.19952,
- "_LIKDDFLQQNGYTPYDR_"
- ],
- [
- 39456,
- 2,
- 7,
- 4,
- 0.085509,
- "_TYHALCNEEFTIFNR_"
- ],
- [
- 15671,
- 3,
- 18,
- 6,
- 0.24226,
- "_FAKPVYPGQTLQTEMWK_"
- ],
- [
- 42775,
- 2,
- 7,
- 3,
- 0.085509,
- "_SCDFESSQSSVINDTVVR_"
- ],
- [
- 11210,
- 3,
- 12,
- 5,
- 0.15677,
- "_ATISNPITGDLETVHYR_"
- ],
- [
- 48702,
- 2,
- 14,
- 5,
- 0.18528,
- "_DGVNKDYEETELISTTANYR_"
- ],
- [
- 14887,
- 2,
- 10,
- 2,
- 0.12826,
- "_VPGLPMSDQYVK_"
- ],
- [
- 16148,
- 2,
- 13,
- 2,
- 0.17103,
- "_LSLAQEDLISNR_"
- ],
- [
- 39752,
- 2,
- 10,
- 3,
- 0.12826,
- "_ELFQTPGPSEESMTDEK_"
- ],
- [
- 49790,
- 2,
- 15,
- 6,
- 0.19952,
- "_GGGSGGGAGGAGGGVTEEQEGFADGFVK_"
- ],
- [
- 34811,
- 3,
- 15,
- 5,
- 0.19952,
- "_KVQAFLAECDTVEQNICQETER_"
- ],
- [
- 867,
- 2,
- 23,
- 4,
- 0.31349,
- "_EWFLQAAK_"
- ],
- [
- 32012,
- 3,
- 19,
- 7,
- 0.2565,
- "_SFDVNKPGCEVDDLKGGVAGGSILK_"
- ],
- [
- 6721,
- 2,
- 12,
- 4,
- 0.15677,
- "_IPILYGEVEK_"
- ],
- [
- 27813,
- 2,
- 12,
- 3,
- 0.15677,
- "_MTHNLLLNYGLYR_"
- ],
- [
- 49631,
- 2,
- 12,
- 5,
- 0.15677,
- "_ACEFAGFQCQIQFGPHNEQK_"
- ],
- [
- 27215,
- 2,
- 6,
- 2,
- 0.07126,
- "_EFGEQEVDLVNCR_"
- ],
- [
- 682,
- 2,
- 10,
- 3,
- 0.12826,
- "_TDPIPIVVK_"
- ],
- [
- 43126,
- 2,
- 10,
- 4,
- 0.12826,
- "_SLPEETM(Oxidation (M))DFMVQHTSFK_"
- ],
- [
- 24125,
- 3,
- 10,
- 2,
- 0.12826,
- "_AKLDGVQLEGDLSLADKDVTAK_"
- ],
- [
- 47443,
- 2,
- 12,
- 5,
- 0.15677,
- "_DGSLEDDEDEEDDLDEGVGGK_"
- ],
- [
- 33462,
- 2,
- 13,
- 2,
- 0.17103,
- "_SVQLLDQIPSYDTHK_"
- ],
- [
- 36414,
- 3,
- 12,
- 3,
- 0.15677,
- "_AQIQQFHSQIAAQTSASVLAEELHK_"
- ],
- [
- 44648,
- 2,
- 8,
- 4,
- 0.099771,
- "_SSDEPMTTFVVCNECGNR_"
- ],
- [
- 28420,
- 2,
- 17,
- 5,
- 0.22802,
- "_TEIMSPLYQDEAPK_"
- ],
- [
- 42393,
- 2,
- 20,
- 6,
- 0.27077,
- "_VWQLGSSSPNFTLEGHEK_"
- ],
- [
- 26278,
- 2,
- 7,
- 2,
- 0.085509,
- "_SLRPDPNFDALISK_"
- ],
- [
- 3443,
- 3,
- 14,
- 2,
- 0.18528,
- "_LLSDPNYGVHLPAVK_"
- ],
- [
- 19204,
- 2,
- 8,
- 4,
- 0.099771,
- "_KADVEEEFLALR_"
- ],
- [
- 24306,
- 2,
- 26,
- 5,
- 0.3562,
- "_TLTAAAVSGAQPILSK_"
- ],
- [
- 2524,
- 2,
- 17,
- 5,
- 0.22802,
- "_LIVNVNDLR_"
- ],
- [
- 15682,
- 2,
- 14,
- 4,
- 0.18528,
- "_ALASILLQDHIR_"
- ],
- [
- 38533,
- 2,
- 8,
- 4,
- 0.099771,
- "_ATISNPITGDLETVHYR_"
- ],
- [
- 1566,
- 2,
- 4,
- 4,
- 0.042732,
- "_WDDDVVFK_"
- ],
- [
- 30482,
- 3,
- 14,
- 4,
- 0.18528,
- "_RIEESAIDEVVVTNTIPHEVQK_"
- ],
- [
- 36618,
- 2,
- 12,
- 3,
- 0.15677,
- "_DIEDGDKFICNDDFK_"
- ],
- [
- 16954,
- 3,
- 12,
- 4,
- 0.15677,
- "_EKPQANVPSALPSLPAGSGLK_"
- ],
- [
- 7067,
- 2,
- 11,
- 5,
- 0.1425,
- "_VFDFAGEEVR_"
- ],
- [
- 38847,
- 2,
- 14,
- 6,
- 0.18528,
- "_ELVFKEDGQEYAQVIK_"
- ],
- [
- 5208,
- 2,
- 12,
- 3,
- 0.15677,
- "_LNPINTTLLK_"
- ],
- [
- 16120,
- 3,
- 14,
- 2,
- 0.18528,
- "_EHLGHESDNLLFVQITGK_"
- ],
- [
- 45779,
- 2,
- 8,
- 4,
- 0.099771,
- "_YLYEAGFSQHGMIGVTQPR_"
- ],
- [
- 37387,
- 2,
- 11,
- 4,
- 0.1425,
- "_ALVELSGNSPHDVSSVLK_"
- ],
- [
- 4454,
- 2,
- 12,
- 3,
- 0.15675,
- "_DFWEQEVR_"
- ],
- [
- 22778,
- 2,
- 12,
- 4,
- 0.15675,
- "_VWEAQMWTCER_"
- ],
- [
- 35284,
- 2,
- 12,
- 7,
- 0.15675,
- "_SSENGVDYVIMGMPHR_"
- ],
- [
- 13450,
- 2,
- 11,
- 4,
- 0.14251,
- "_IYDDYYPDLK_"
- ],
- [
- 25320,
- 3,
- 13,
- 4,
- 0.17102,
- "_VLSVCPSNKPAIVEAGGMQALGK_"
- ],
- [
- 6920,
- 2,
- 12,
- 3,
- 0.15675,
- "_FLICTDVAAR_"
- ],
- [
- 34619,
- 2,
- 12,
- 6,
- 0.15675,
- "_EVEAQLPEKVEYVIK_"
- ],
- [
- 15813,
- 2,
- 12,
- 5,
- 0.15675,
- "_VAMFLTDSNNIK_"
- ],
- [
- 16088,
- 2,
- 11,
- 2,
- 0.14251,
- "_QEQALLEEIER_"
- ],
- [
- 1421,
- 2,
- 13,
- 4,
- 0.17102,
- "_DSIVAELDR_"
- ],
- [
- 36022,
- 2,
- 17,
- 5,
- 0.22802,
- "_LEAAIAEAEERGELALK_"
- ],
- [
- 12417,
- 2,
- 11,
- 3,
- 0.14251,
- "_GSSAVGLTAYVMK_"
- ],
- [
- 16981,
- 2,
- 13,
- 4,
- 0.17102,
- "_IETVISDEEVIK_"
- ],
- [
- 39280,
- 3,
- 12,
- 5,
- 0.15675,
- "_PTAPNAQTPSHLGATLPVGQPVGGDPEVR_"
- ],
- [
- 35840,
- 2,
- 16,
- 3,
- 0.21377,
- "_RPTFVPQWYVQQMK_"
- ],
- [
- 24514,
- 2,
- 11,
- 3,
- 0.14251,
- "_FNVEDGEIVQQVR_"
- ],
- [
- 43333,
- 3,
- 12,
- 5,
- 0.15675,
- "_ELQTSSAGLEEPPLPEDHQEEDDNLQR_"
- ],
- [
- 45541,
- 2,
- 15,
- 6,
- 0.19953,
- "_HAVPSATNLCFDVADAGAATR_"
- ],
- [
- 3887,
- 2,
- 11,
- 2,
- 0.14251,
- "_YAILNEPFK_"
- ],
- [
- 11525,
- 4,
- 16,
- 6,
- 0.21377,
- "_KAELLDNEKPAAVVAPITTGYTVK_"
- ],
- [
- 8186,
- 2,
- 9,
- 3,
- 0.11402,
- "_FLENALAVSTK_"
- ],
- [
- 39642,
- 2,
- 15,
- 4,
- 0.19953,
- "_AGTQIENIDEDFRDGLK_"
- ],
- [
- 8855,
- 3,
- 17,
- 6,
- 0.22802,
- "_LIEGLSHEVIVSAACGR_"
- ],
- [
- 27234,
- 2,
- 9,
- 2,
- 0.11402,
- "_FRGPFTDVVTTNLK_"
- ],
- [
- 50487,
- 2,
- 16,
- 7,
- 0.21377,
- "_GFGDGYNGYGGGPGGGNFGGSPGYGGGR_"
- ],
- [
- 16308,
- 2,
- 18,
- 4,
- 0.24227,
- "_ESMATGSIPITVR_"
- ],
- [
- 18148,
- 2,
- 14,
- 4,
- 0.18528,
- "_LGMFDLHYCDK_"
- ],
- [
- 14496,
- 3,
- 14,
- 6,
- 0.18528,
- "_FTAQGLPDLNHSQVYAVK_"
- ],
- [
- 44122,
- 2,
- 10,
- 2,
- 0.12828,
- "_RDEMDELEGFQQQELSK_"
- ],
- [
- 23380,
- 2,
- 14,
- 2,
- 0.18528,
- "_LVSQEEMEFIQR_"
- ],
- [
- 23315,
- 3,
- 11,
- 5,
- 0.14251,
- "_DESGFKDPSSDWEMSQSSIK_"
- ],
- [
- 15189,
- 2,
- 10,
- 3,
- 0.12828,
- "_VGVLTVSDSCFR_"
- ],
- [
- 16624,
- 4,
- 15,
- 5,
- 0.19953,
- "_AQIQQFHSQIAAQTSASVLAEELHK_"
- ],
- [
- 33405,
- 2,
- 8,
- 2,
- 0.099762,
- "_SGTGFGESYSLANPSIR_"
- ],
- [
- 46777,
- 2,
- 11,
- 4,
- 0.14251,
- "_VVSSLQQEIWEEEDLNRK_"
- ],
- [
- 13087,
- 2,
- 17,
- 4,
- 0.22802,
- "_TAGLVMTHLILK_"
- ],
- [
- 32276,
- 2,
- 15,
- 2,
- 0.19953,
- "_STPYECGFDPMSPAR_"
- ],
- [
- 3955,
- 2,
- 16,
- 3,
- 0.21377,
- "_MNVFDTELK_"
- ],
- [
- 35300,
- 3,
- 11,
- 5,
- 0.14251,
- "_GSTNLGVNQAGFTLHSAIYAARPDVK_"
- ],
- [
- 33605,
- 3,
- 11,
- 6,
- 0.14251,
- "_QDQPIDFSEDARPSPCYQLAQR_"
- ],
- [
- 42687,
- 2,
- 11,
- 4,
- 0.14251,
- "_AHDWVEEDQTVVSVDVAK_"
- ],
- [
- 22894,
- 2,
- 13,
- 3,
- 0.17102,
- "_KFQPLFGDFAAEK_"
- ],
- [
- 29849,
- 2,
- 5,
- 3,
- 0.056985,
- "_VDTILEFSQNM(Oxidation (M))NTK_"
- ],
- [
- 36567,
- 2,
- 7,
- 2,
- 0.085515,
- "_QINELENGGEILNETR_"
- ],
- [
- 28223,
- 2,
- 7,
- 4,
- 0.085515,
- "_DYMFSGLKDETVGR_"
- ],
- [
- 8914,
- 3,
- 12,
- 7,
- 0.15677,
- "_LGPNYLHIPVNCPYR_"
- ],
- [
- 27437,
- 4,
- 10,
- 3,
- 0.12828,
- "_FRLEAPDADELPKGEFDPGQDTYQHPPK_"
- ],
- [
- 18086,
- 4,
- 10,
- 6,
- 0.12828,
- "_QCKPTIVSNSRDPAVQAAILAQLNAK_"
- ],
- [
- 33550,
- 2,
- 9,
- 4,
- 0.11402,
- "_ELAALAQEHSILCYK_"
- ],
- [
- 7769,
- 3,
- 13,
- 5,
- 0.17101,
- "_IDIYHYELDIKPEK_"
- ],
- [
- 48307,
- 2,
- 9,
- 3,
- 0.11402,
- "_ETGFHLTTTNQGASAAGPGFSLK_"
- ],
- [
- 49211,
- 2,
- 11,
- 3,
- 0.14254,
- "_MSDSVSLNTDSSQDTSLCSPVK_"
- ],
- [
- 35988,
- 2,
- 9,
- 5,
- 0.11402,
- "_QGAIVAVTGDGVNDSPALK_"
- ],
- [
- 42284,
- 2,
- 11,
- 5,
- 0.14254,
- "_VTNEYNESLLYSPEEPK_"
- ],
- [
- 11518,
- 2,
- 26,
- 3,
- 0.35624,
- "_LWDLTTGTTTR_"
- ],
- [
- 51090,
- 2,
- 9,
- 6,
- 0.11402,
- "_NGFSSVQATQLQTTQSVEGATGSAVK_"
- ],
- [
- 33080,
- 2,
- 7,
- 3,
- 0.085515,
- "_AADSICDGDLVDSQIR_"
- ],
- [
- 22746,
- 3,
- 12,
- 6,
- 0.15677,
- "_EVVVYLDDNQKPPVGEGLNR_"
- ],
- [
- 9617,
- 2,
- 10,
- 3,
- 0.12828,
- "_ILQGAPEILDR_"
- ],
- [
- 28750,
- 3,
- 11,
- 5,
- 0.14254,
- "_AGSNMLLIGVHGPTTPCEEVSM(Oxidation (M))K_"
- ],
- [
- 20656,
- 4,
- 12,
- 4,
- 0.15677,
- "_LATDKNDPHLCDFIETHYLNEQVK_"
- ],
- [
- 36716,
- 2,
- 14,
- 5,
- 0.18528,
- "_LADFGVAGQLTDTQIKR_"
- ],
- [
- 9745,
- 2,
- 14,
- 4,
- 0.18528,
- "_VGDDPAVWQLK_"
- ],
- [
- 43973,
- 2,
- 15,
- 3,
- 0.19954,
- "_(Acetyl (Protein N-term))SSDASQGVITTPPPPSMPHK_"
- ],
- [
- 22196,
- 2,
- 20,
- 2,
- 0.27077,
- "_EPLLVTNGADNALR_"
- ],
- [
- 8274,
- 3,
- 14,
- 5,
- 0.18528,
- "_SSENGVDYVIMGMPHR_"
- ],
- [
- 30626,
- 2,
- 16,
- 6,
- 0.21379,
- "_SECLNNIGDSSPLIR_"
- ],
- [
- 29988,
- 2,
- 13,
- 6,
- 0.17101,
- "_NTVANSPQTLLAGMNK_"
- ],
- [
- 17550,
- 3,
- 16,
- 5,
- 0.21379,
- "_QQAHDLLINKPDGTFLLR_"
- ],
- [
- 2201,
- 2,
- 15,
- 2,
- 0.24228,
- "_SEIDLVQIK_"
- ],
- [
- 35104,
- 4,
- 14,
- 4,
- 0.18528,
- "_TPLSAAAHTHPVYCVNVVGTQNAHNLISISTDGK_"
- ],
- [
- 17820,
- 2,
- 14,
- 5,
- 0.18528,
- "_LECSEELGDLVK_"
- ],
- [
- 33249,
- 2,
- 18,
- 6,
- 0.24228,
- "_IADISQVYTQNAEMR_"
- ],
- [
- 8782,
- 3,
- 18,
- 3,
- 0.24228,
- "_SLPVPQLVPETEDEKK_"
- ],
- [
- 6127,
- 3,
- 17,
- 6,
- 0.22803,
- "_VDIDTPDIDIHGPEGK_"
- ],
- [
- 1084,
- 2,
- 15,
- 2,
- 0.19954,
- "_WLSVLEEK_"
- ],
- [
- 48669,
- 2,
- 13,
- 6,
- 0.17104,
- "_NSMTPNPGYQPSMNTSDMMGR_"
- ],
- [
- 17528,
- 2,
- 21,
- 6,
- 0.28505,
- "_IIETLTQQLQAK_"
- ],
- [
- 5103,
- 3,
- 16,
- 6,
- 0.21381,
- "_GILADEDSSRPVWLK_"
- ],
- [
- 21953,
- 2,
- 12,
- 4,
- 0.15681,
- "_GLLASDLNTDGDMR_"
- ],
- [
- 42733,
- 2,
- 12,
- 3,
- 0.15681,
- "_SIQETLGESGSLLPNKLNK_"
- ],
- [
- 20124,
- 4,
- 12,
- 6,
- 0.15681,
- "_QFSTPFQLQCHLENVHSPYESTTK_"
- ],
- [
- 3081,
- 3,
- 16,
- 6,
- 0.21381,
- "_QAVSMFLGAVEEAKK_"
- ],
- [
- 15403,
- 4,
- 12,
- 5,
- 0.15681,
- "_GSTNLGVNQAGFTLHSAIYAARPDVK_"
- ],
- [
- 12121,
- 3,
- 13,
- 5,
- 0.17104,
- "_TYHALCNEEFTIFNR_"
- ],
- [
- 40971,
- 2,
- 13,
- 6,
- 0.17104,
- "_FEPSSQMIEVQEGQNLK_"
- ],
- [
- 1686,
- 3,
- 14,
- 2,
- 0.18528,
- "_SLGEIPIVESEIKK_"
- ],
- [
- 21855,
- 2,
- 13,
- 5,
- 0.17104,
- "_DISTTLNADEAVAR_"
- ],
- [
- 32383,
- 3,
- 12,
- 4,
- 0.15681,
- "_VTYLVHNFEEGGGVAMGM(Oxidation (M))YNQDK_"
- ],
- [
- 12058,
- 2,
- 20,
- 3,
- 0.27081,
- "_VIGGDDLSTLTGK_"
- ],
- [
- 39852,
- 2,
- 20,
- 6,
- 0.27081,
- "_DVAECGPQQELDLNSPR_"
- ],
- [
- 1650,
- 4,
- 19,
- 7,
- 0.25655,
- "_YVATLGVEVHPLVFHTNR_"
- ],
- [
- 24792,
- 2,
- 11,
- 3,
- 0.14256,
- "_PLHPLLVVAPNQLK_"
- ],
- [
- 48845,
- 2,
- 11,
- 5,
- 0.14256,
- "_EIVSSEDAVTPSAVTPSAPSASAR_"
- ],
- [
- 15701,
- 2,
- 11,
- 5,
- 0.14256,
- "_ADQFEYVMYGK_"
- ],
- [
- 12438,
- 2,
- 10,
- 3,
- 0.12829,
- "_NVEELVIVLKK_"
- ],
- [
- 12993,
- 3,
- 17,
- 4,
- 0.22806,
- "_HLLQAPVDDAQEILHSR_"
- ],
- [
- 8016,
- 3,
- 9,
- 2,
- 0.11405,
- "_FDLHTSSHLDTLLER_"
- ],
- [
- 29020,
- 2,
- 9,
- 4,
- 0.11405,
- "_GSYTAQFEHTILLR_"
- ],
- [
- 5353,
- 3,
- 8,
- 4,
- 0.099791,
- "_EEEGMLSPILAHGGVR_"
- ],
- [
- 11496,
- 3,
- 16,
- 2,
- 0.21381,
- "_ELVFKEDGQEYAQVIK_"
- ],
- [
- 22984,
- 3,
- 12,
- 2,
- 0.15681,
- "_QLFEIDSVDTEGKGDIQQAR_"
- ],
- [
- 39349,
- 2,
- 10,
- 4,
- 0.12829,
- "_NVMLDCGMHMGFNDDR_"
- ],
- [
- 35612,
- 3,
- 14,
- 6,
- 0.18528,
- "_MEVGPTMVGDEQSDPELM(Oxidation (M))QHLGASK_"
- ],
- [
- 27306,
- 4,
- 13,
- 6,
- 0.17104,
- "_LRPEDSFMSVYPMQTEHHQTPLDYNR_"
- ],
- [
- 4787,
- 2,
- 14,
- 3,
- 0.18528,
- "_FDVSSTSVFK_"
- ],
- [
- 26309,
- 2,
- 14,
- 2,
- 0.18528,
- "_DIPNENEAQFQIR_"
- ],
- [
- 7778,
- 2,
- 14,
- 3,
- 0.18528,
- "_YWPDEYALK_"
- ],
- [
- 15884,
- 2,
- 14,
- 5,
- 0.18528,
- "_VAVTVMDVAHLAK_"
- ],
- [
- 21194,
- 2,
- 9,
- 3,
- 0.11402,
- "_VESTVIPESTIMR_"
- ],
- [
- 27814,
- 2,
- 15,
- 5,
- 0.19951,
- "_QAVSMFLGAVEEAKK_"
- ],
- [
- 12256,
- 3,
- 16,
- 7,
- 0.21378,
- "_FSHQGVQLIDFSPCER_"
- ],
- [
- 50777,
- 2,
- 12,
- 6,
- 0.15679,
- "_YGSGSGQQSVTGVTSVDDSNSYWR_"
- ],
- [
- 34133,
- 3,
- 9,
- 6,
- 0.11402,
- "_AYVESICSNNFDSFLHETHENK_"
- ],
- [
- 10408,
- 3,
- 13,
- 5,
- 0.17104,
- "_TVLQRPLSLIQGPPGTGK_"
- ],
- [
- 13475,
- 2,
- 17,
- 4,
- 0.22804,
- "_LGELILTSESSR_"
- ],
- [
- 29280,
- 2,
- 9,
- 4,
- 0.11402,
- "_SVPGTTSSPLVGDISPK_"
- ],
- [
- 29883,
- 3,
- 15,
- 7,
- 0.19951,
- "_LGIQTDDKGHIIVDEFQNTNVK_"
- ],
- [
- 38586,
- 3,
- 12,
- 4,
- 0.15679,
- "_LENTTPTQPLTPLHVVTQNGAEASSVK_"
- ],
- [
- 2271,
- 2,
- 17,
- 5,
- 0.22804,
- "_ELPQVSFVK_"
- ],
- [
- 9271,
- 2,
- 13,
- 5,
- 0.17104,
- "_NPIHAIGLLIR_"
- ],
- [
- 29760,
- 2,
- 12,
- 4,
- 0.15679,
- "_TFDQNEELGLNDMK_"
- ],
- [
- 28207,
- 3,
- 13,
- 2,
- 0.17104,
- "_KEVEQFDVATHLQTAPELVDR_"
- ],
- [
- 49320,
- 3,
- 12,
- 8,
- 0.15679,
- "_LIAASSRPNQASSEGQFVVLSSSQSEESDLGEGGK_"
- ],
- [
- 28454,
- 2,
- 9,
- 2,
- 0.11402,
- "_GSNEEDTDTPLFIGK_"
- ],
- [
- 22320,
- 2,
- 12,
- 2,
- 0.15679,
- "_KIEEFLSSFEEK_"
- ],
- [
- 2083,
- 4,
- 12,
- 2,
- 0.15679,
- "_WGEDNHWICKPWNLAR_"
- ],
- [
- 41441,
- 2,
- 12,
- 4,
- 0.15679,
- "_(Acetyl (Protein N-term))M(Oxidation (M))DLAAAAEPGAGSQHLEVR_"
- ],
- [
- 21949,
- 3,
- 18,
- 6,
- 0.24229,
- "_TAIHTAAMDMLGGPGIESQCR_"
- ],
- [
- 13991,
- 2,
- 10,
- 4,
- 0.12827,
- "_LTSDLTFAYER_"
- ],
- [
- 13770,
- 3,
- 12,
- 4,
- 0.15679,
- "_VTTLPGHIQAVYVQNVVK_"
- ],
- [
- 29633,
- 2,
- 11,
- 3,
- 0.14252,
- "_TEEIAEEEETVFPK_"
- ],
- [
- 23200,
- 3,
- 11,
- 3,
- 0.14252,
- "_HSGFCLETQNWPDAVNQPR_"
- ],
- [
- 20931,
- 3,
- 18,
- 7,
- 0.24229,
- "_NFTEVHPDYGSHIQALLDK_"
- ],
- [
- 38835,
- 2,
- 18,
- 7,
- 0.24229,
- "_SCGSSTPDEFPTDIPGTK_"
- ],
- [
- 41047,
- 2,
- 11,
- 5,
- 0.14252,
- "_VTTLPGHIQAVYVQNVVK_"
- ],
- [
- 47669,
- 2,
- 18,
- 7,
- 0.24229,
- "_NVPQEEEIMPPNSLPSNNSR_"
- ],
- [
- 47043,
- 2,
- 12,
- 5,
- 0.15679,
- "_CPVAMEEADDTVAPSSTFCK_"
- ],
- [
- 24604,
- 2,
- 12,
- 5,
- 0.15679,
- "_GYAYTFITEDQAR_"
- ],
- [
- 12873,
- 2,
- 15,
- 3,
- 0.19951,
- "_ETFEDSNLIPK_"
- ],
- [
- 14407,
- 3,
- 14,
- 6,
- 0.18527,
- "_SKDVVEPLLRPQWYVR_"
- ],
- [
- 41657,
- 2,
- 14,
- 3,
- 0.18527,
- "_ELEQTLQASEEQLQQSK_"
- ],
- [
- 39209,
- 2,
- 7,
- 3,
- 0.085502,
- "_EDFEWVYTDQPHADR_"
- ],
- [
- 43697,
- 2,
- 14,
- 4,
- 0.18527,
- "_MEGGGAEVHAQLPSLEGDLR_"
- ],
- [
- 43410,
- 2,
- 16,
- 5,
- 0.21378,
- "_DMSGHYQNALYLGDVSER_"
- ],
- [
- 31032,
- 2,
- 8,
- 4,
- 0.099747,
- "_CSDWASAVEEDEMR_"
- ],
- [
- 17111,
- 3,
- 16,
- 6,
- 0.21378,
- "_MEGGGAEVHAQLPSLEGDLR_"
- ],
- [
- 20786,
- 4,
- 16,
- 6,
- 0.21378,
- "_HVVFTAETHNFPTGVCPFSGATTGTGGR_"
- ],
- [
- 9438,
- 2,
- 8,
- 3,
- 0.099747,
- "_NMGSWASLVQK_"
- ],
- [
- 28922,
- 2,
- 19,
- 4,
- 0.25654,
- "_AYDYLVQNTSFANK_"
- ],
- [
- 35943,
- 2,
- 23,
- 4,
- 0.31351,
- "_LIEGLSHEVIVSAACGR_"
- ],
- [
- 48180,
- 2,
- 14,
- 5,
- 0.18527,
- "_VSEPSGDSSAAGQPLGPAPPPPIR_"
- ],
- [
- 537,
- 2,
- 13,
- 2,
- 0.17104,
- "_EEVITLIR_"
- ],
- [
- 10695,
- 3,
- 14,
- 6,
- 0.18527,
- "_HMFHVAWVDPEDPYK_"
- ],
- [
- 12166,
- 3,
- 8,
- 4,
- 0.099747,
- "_VQGGALEDSQLVAGVAFKK_"
- ],
- [
- 13128,
- 2,
- 14,
- 4,
- 0.18527,
- "_VVPCLVTPVTGR_"
- ],
- [
- 28660,
- 3,
- 11,
- 4,
- 0.14251,
- "_GDLLASGSDDQHTIVWDPLHHK_"
- ],
- [
- 6436,
- 2,
- 11,
- 3,
- 0.14251,
- "_VMEALSLYTK_"
- ],
- [
- 41790,
- 2,
- 9,
- 4,
- 0.11398,
- "_HVLEYNEERDDFDLEA_"
- ],
- [
- 6193,
- 3,
- 9,
- 6,
- 0.11398,
- "_EMENFEAPFHCLAK_"
- ],
- [
- 20437,
- 2,
- 13,
- 5,
- 0.17102,
- "_LISEMHSFIQIK_"
- ],
- [
- 15389,
- 2,
- 16,
- 4,
- 0.21375,
- "_DNTINLIHTFR_"
- ],
- [
- 24078,
- 3,
- 14,
- 5,
- 0.18528,
- "_KSDLETSEPKPFLYYPEIK_"
- ],
- [
- 46425,
- 2,
- 13,
- 5,
- 0.17102,
- "_TLLNAQPPVGAAYQDSPGEQK_"
- ],
- [
- 16719,
- 3,
- 11,
- 5,
- 0.14251,
- "_DMSGHYQNALYLGDVSER_"
- ],
- [
- 26727,
- 2,
- 8,
- 2,
- 0.099739,
- "_TADHLFDAAYFGQK_"
- ],
- [
- 8144,
- 2,
- 17,
- 6,
- 0.22802,
- "_LSILYPATTGR_"
- ],
- [
- 31376,
- 2,
- 13,
- 3,
- 0.17102,
- "_IDQVNQLLELDHQK_"
- ],
- [
- 35586,
- 2,
- 12,
- 5,
- 0.15676,
- "_FLEETNCLYAAEGQR_"
- ],
- [
- 43548,
- 2,
- 8,
- 4,
- 0.099739,
- "_WSSSPENACGLPSPISTNR_"
- ],
- [
- 7194,
- 2,
- 12,
- 3,
- 0.15676,
- "_LYTDFDEIR_"
- ],
- [
- 32913,
- 3,
- 12,
- 6,
- 0.15676,
- "_YYSSEYHYVGGFYGGCNEALMK_"
- ],
- [
- 24479,
- 2,
- 16,
- 5,
- 0.21375,
- "_TQNPMVTGTSVLGVK_"
- ],
- [
- 19551,
- 2,
- 19,
- 5,
- 0.25653,
- "_MGPAMGPALGAGIER_"
- ],
- [
- 29204,
- 2,
- 11,
- 2,
- 0.14251,
- "_QTSGEVGLAPTDPVLR_"
- ],
- [
- 13834,
- 2,
- 11,
- 4,
- 0.14251,
- "_ELLEEMYEEK_"
- ],
- [
- 31797,
- 2,
- 9,
- 3,
- 0.11398,
- "_IELQEWEHVTCMK_"
- ],
- [
- 31299,
- 2,
- 11,
- 3,
- 0.14251,
- "_IDVDAPDIDIHGPDAK_"
- ],
- [
- 40329,
- 2,
- 10,
- 5,
- 0.12826,
- "_DGVTGPGFTLSGSCCQGSR_"
- ],
- [
- 30056,
- 2,
- 25,
- 5,
- 0.34202,
- "_VLNSYWVGEDSTYK_"
- ],
- [
- 10421,
- 3,
- 14,
- 5,
- 0.18528,
- "_KTESAVSQMQSVIELGR_"
- ],
- [
- 24395,
- 2,
- 16,
- 2,
- 0.21375,
- "_LESALTELEQLRK_"
- ],
- [
- 20398,
- 3,
- 10,
- 4,
- 0.12826,
- "_EIIIEERPGQELTDVNGVR_"
- ],
- [
- 43250,
- 3,
- 10,
- 7,
- 0.12826,
- "_CIWGPSYWCQNTETAAQCNAVEHCK_"
- ],
- [
- 17033,
- 2,
- 9,
- 3,
- 0.11398,
- "_SSVLQVSVLQSTK_"
- ],
- [
- 31102,
- 3,
- 17,
- 8,
- 0.22802,
- "_KAELLDNEKPAAVVAPITTGYTVK_"
- ],
- [
- 11228,
- 2,
- 15,
- 3,
- 0.19951,
- "_DVLDVYIEHR_"
- ],
- [
- 18365,
- 2,
- 18,
- 3,
- 0.24228,
- "_NAVEEYVYEMR_"
- ],
- [
- 22719,
- 2,
- 16,
- 4,
- 0.21375,
- "_CPNLTYLNLSGNK_"
- ],
- [
- 15720,
- 4,
- 12,
- 6,
- 0.15676,
- "_VSGLPTPDLSWQLDGKPVRPDSAHK_"
- ],
- [
- 22687,
- 2,
- 10,
- 4,
- 0.12826,
- "_LVEDHLAVQSLIR_"
- ],
- [
- 38039,
- 2,
- 11,
- 5,
- 0.14251,
- "_ANSLVMQPISQSQAEIR_"
- ],
- [
- 48420,
- 2,
- 15,
- 6,
- 0.19951,
- "_QITAQAWDGTTDYQVEETSR_"
- ],
- [
- 14436,
- 4,
- 10,
- 6,
- 0.12826,
- "_TVAYHEAGHAVAGWYLEHADPLLK_"
- ],
- [
- 41555,
- 2,
- 11,
- 3,
- 0.14251,
- "_EAIQQQQNQLVWVSEGK_"
- ],
- [
- 34527,
- 2,
- 18,
- 7,
- 0.24228,
- "_ADNFEYSDPVDGSISR_"
- ],
- [
- 27993,
- 3,
- 11,
- 5,
- 0.14251,
- "_TPSGDLAITEKDPPGVGVAGVAAAPK_"
- ],
- [
- 1740,
- 2,
- 11,
- 3,
- 0.14251,
- "_VLDELTLAR_"
- ],
- [
- 12855,
- 3,
- 11,
- 5,
- 0.14251,
- "_VDHLTLACTPGSSPTLLR_"
- ],
- [
- 18131,
- 4,
- 11,
- 5,
- 0.14251,
- "_DLVHTEGQLQNEEIVAHDGSATYLR_"
- ],
- [
- 24407,
- 3,
- 10,
- 4,
- 0.12824,
- "_IGHLLPEEQVYLNQQSGTIR_"
- ],
- [
- 47051,
- 2,
- 10,
- 3,
- 0.12824,
- "_AELQSIEEGVQGQQDALNSAK_"
- ],
- [
- 6574,
- 2,
- 21,
- 2,
- 0.28503,
- "_IEIVVVGTGDR_"
- ],
- [
- 21746,
- 3,
- 9,
- 6,
- 0.11399,
- "_(Acetyl (Protein N-term))AELGLNEHHQNEVINYMR_"
- ],
- [
- 50387,
- 3,
- 9,
- 5,
- 0.11399,
- "_EGGSAAALSSSSSSSAAAAAASSSSSSGPGSAMETGLLPNHK_"
- ],
- [
- 46060,
- 2,
- 13,
- 5,
- 0.17102,
- "_EIIIEERPGQELTDVNGVR_"
- ],
- [
- 16101,
- 2,
- 13,
- 3,
- 0.17102,
- "_ITTSLLPINNGSK_"
- ],
- [
- 11916,
- 3,
- 8,
- 2,
- 0.099752,
- "_QKLNPADAPNPVVFVATK_"
- ],
- [
- 23323,
- 3,
- 12,
- 6,
- 0.15677,
- "_KTFDLYANVRPCVSIEGYK_"
- ],
- [
- 4702,
- 2,
- 12,
- 3,
- 0.15677,
- "_YVANLFPYK_"
- ],
- [
- 29431,
- 2,
- 10,
- 2,
- 0.12824,
- "_LTEDLEYHELLDR_"
- ],
- [
- 26325,
- 3,
- 10,
- 3,
- 0.12824,
- "_KGQLNADEISLRPAQSFLMNK_"
- ],
- [
- 36470,
- 2,
- 20,
- 6,
- 0.27079,
- "_ELLHSQNTWLNTELK_"
- ],
- [
- 41284,
- 2,
- 12,
- 5,
- 0.15677,
- "_DSYFFTCECQECTTK_"
- ],
- [
- 5572,
- 3,
- 8,
- 6,
- 0.099752,
- "_IELQEWEHVTCMK_"
- ],
- [
- 47900,
- 2,
- 12,
- 5,
- 0.15677,
- "_DIFAMDDKSENEPIENEAAK_"
- ],
- [
- 9602,
- 2,
- 8,
- 4,
- 0.099752,
- "_SELEDFELDK_"
- ],
- [
- 10052,
- 2,
- 16,
- 2,
- 0.21377,
- "_AGGPEGPPWLPR_"
- ],
- [
- 28315,
- 3,
- 12,
- 5,
- 0.15677,
- "_YYTMHLTTLCNTSLDNPTQR_"
- ],
- [
- 14729,
- 2,
- 14,
- 5,
- 0.18528,
- "_LEQDQLWIGTK_"
- ],
- [
- 19907,
- 2,
- 14,
- 5,
- 0.18528,
- "_AASVVQPQPLVVVK_"
- ],
- [
- 39044,
- 2,
- 17,
- 3,
- 0.22801,
- "_LVTEMGTYATQSALSSSR_"
- ],
- [
- 49931,
- 2,
- 15,
- 7,
- 0.19953,
- "_ESVTDYTTPSSSLPNTVATNNTK_"
- ],
- [
- 15338,
- 2,
- 19,
- 5,
- 0.25653,
- "_DGTYAVTYIPDK_"
- ],
- [
- 37057,
- 2,
- 16,
- 6,
- 0.21377,
- "_LLQTCFSSPADDSMDR_"
- ],
- [
- 40156,
- 3,
- 18,
- 6,
- 0.24228,
- "_HVVFTAETHNFPTGVCPFSGATTGTGGR_"
- ],
- [
- 16631,
- 3,
- 26,
- 5,
- 0.35628,
- "_YVATLGVEVHPLVFHTNR_"
- ],
- [
- 2415,
- 3,
- 14,
- 2,
- 0.18528,
- "_HYLDPLWHQLGAK_"
- ],
- [
- 27354,
- 3,
- 16,
- 7,
- 0.21377,
- "_ACEFAGFQCQIQFGPHNEQK_"
- ],
- [
- 19223,
- 3,
- 22,
- 6,
- 0.29927,
- "_CLELFTELAEDKENYKK_"
- ],
- [
- 12658,
- 2,
- 13,
- 2,
- 0.17098,
- "_AEDELLDLQDK_"
- ],
- [
- 4319,
- 2,
- 7,
- 2,
- 0.085469,
- "_DGVLSEWSGR_"
- ],
- [
- 24920,
- 2,
- 19,
- 6,
- 0.25649,
- "_SLGEIPIVESEIKK_"
- ],
- [
- 12727,
- 2,
- 24,
- 2,
- 0.32774,
- "_SGPFAPVLSATSR_"
- ],
- [
- 2607,
- 4,
- 9,
- 6,
- 0.11397,
- "_ATDYLTDHEIAHNLFVTR_"
- ],
- [
- 18112,
- 2,
- 13,
- 6,
- 0.17098,
- "_HYDLNQLLEPR_"
- ],
- [
- 17278,
- 2,
- 26,
- 3,
- 0.35622,
- "_HVGMAVAGLLADAR_"
- ],
- [
- 37327,
- 3,
- 12,
- 5,
- 0.15673,
- "_LASPVAPGALTTPGGSAPAQVVHTQPPPR_"
- ],
- [
- 6230,
- 2,
- 11,
- 5,
- 0.14245,
- "_FDAGELITQR_"
- ],
- [
- 24313,
- 3,
- 15,
- 4,
- 0.19949,
- "_ETGFHLTTTNQGASAAGPGFSLK_"
- ],
- [
- 9057,
- 3,
- 11,
- 6,
- 0.14245,
- "_GLMAIDCPHTGIVDYR_"
- ],
- [
- 14281,
- 4,
- 13,
- 4,
- 0.17098,
- "_AYVESICSNNFDSFLHETHENK_"
- ],
- [
- 42819,
- 2,
- 13,
- 5,
- 0.17098,
- "_ASSTPSSETQEEFVDDFR_"
- ],
- [
- 8545,
- 2,
- 15,
- 3,
- 0.19949,
- "_DVLLQVDDER_"
- ],
- [
- 3805,
- 2,
- 12,
- 3,
- 0.15673,
- "_SGSFPMPELK_"
- ],
- [
- 30408,
- 2,
- 13,
- 4,
- 0.17098,
- "_EHIMQMLQNPDWK_"
- ],
- [
- 33841,
- 3,
- 9,
- 2,
- 0.11397,
- "_TDSYSAGQSVEILDGVELGEPAHKK_"
- ],
- [
- 25100,
- 2,
- 16,
- 4,
- 0.21375,
- "_LLVPQAQPPMPAQR_"
- ],
- [
- 17162,
- 2,
- 13,
- 5,
- 0.17098,
- "_TGVAPDVFAENMK_"
- ],
- [
- 23372,
- 2,
- 16,
- 3,
- 0.21375,
- "_EGQWDCSVCLVR_"
- ],
- [
- 28942,
- 3,
- 13,
- 4,
- 0.17098,
- "_WSSVEAVCGYGSQEALPMRPAR_"
- ],
- [
- 29339,
- 2,
- 13,
- 3,
- 0.17098,
- "_CMQVGGNANATAFFR_"
- ],
- [
- 29872,
- 2,
- 10,
- 3,
- 0.12821,
- "_EMQKLPEAVQLIEK_"
- ],
- [
- 23512,
- 2,
- 10,
- 4,
- 0.12821,
- "_DSESSPNDFSVSLK_"
- ],
- [
- 47418,
- 2,
- 12,
- 4,
- 0.15673,
- "_SGPLPSSSGSSSSSSQLSVATLGR_"
- ],
- [
- 17124,
- 4,
- 14,
- 4,
- 0.18523,
- "_LEHLSVSHNNLTTLHGELSSLPSLR_"
- ],
- [
- 29555,
- 2,
- 8,
- 2,
- 0.099722,
- "_AVIYNPATQADWTAK_"
- ],
- [
- 36195,
- 2,
- 18,
- 6,
- 0.24222,
- "_SLETENSALQLQVTER_"
- ],
- [
- 1712,
- 2,
- 17,
- 2,
- 0.22798,
- "_LLLQLEATK_"
- ],
- [
- 9381,
- 3,
- 19,
- 5,
- 0.25649,
- "_VLGTPVETIELTEDRR_"
- ],
- [
- 35888,
- 3,
- 10,
- 5,
- 0.12821,
- "_SAYGFHTASSCFWDTTSDGTCTVR_"
- ],
- [
- 11645,
- 3,
- 16,
- 2,
- 0.21375,
- "_SLGGDEGLDITQDMKPPK_"
- ],
- [
- 25693,
- 2,
- 16,
- 4,
- 0.21375,
- "_SLELNPNNSTAMLR_"
- ],
- [
- 31460,
- 2,
- 9,
- 5,
- 0.11397,
- "_EEEGMLSPILAHGGVR_"
- ],
- [
- 11659,
- 2,
- 27,
- 6,
- 0.37049,
- "_MVVESAYEVIK_"
- ],
- [
- 32597,
- 2,
- 17,
- 3,
- 0.22798,
- "_HMNLILCDCDEFR_"
- ],
- [
- 37261,
- 2,
- 11,
- 4,
- 0.14245,
- "_VIYHLDEEETPYLVK_"
- ],
- [
- 17389,
- 2,
- 11,
- 3,
- 0.14245,
- "_QAVQILQQVTVR_"
- ],
- [
- 21782,
- 2,
- 17,
- 6,
- 0.22798,
- "_VFTAIANQPWAQK_"
- ],
- [
- 31798,
- 2,
- 15,
- 3,
- 0.19949,
- "_GMPPGGGGEVVFSCPVR_"
- ],
- [
- 39952,
- 2,
- 9,
- 4,
- 0.11397,
- "_VANVIVDHSLQDCVFSK_"
- ],
- [
- 33414,
- 2,
- 8,
- 3,
- 0.099722,
- "_NAVQQEDLFQQPGLR_"
- ],
- [
- 16193,
- 3,
- 17,
- 5,
- 0.22798,
- "_QGAPTSFLPPEASQLKPDR_"
- ],
- [
- 8772,
- 3,
- 11,
- 4,
- 0.14245,
- "_IFNDNSLSMEAFQHR_"
- ],
- [
- 24486,
- 2,
- 6,
- 4,
- 0.071213,
- "_RQNIGVATFIGLDK_"
- ],
- [
- 30915,
- 3,
- 19,
- 4,
- 0.25649,
- "_SECINQNPAASSNHWQIPELAR_"
- ],
- [
- 37306,
- 2,
- 21,
- 5,
- 0.28497,
- "_EEDGSLSLDGADSTGVVAK_"
- ],
- [
- 22469,
- 2,
- 23,
- 5,
- 0.31346,
- "_IFVGGLSPDTPEEK_"
- ],
- [
- 25917,
- 2,
- 19,
- 2,
- 0.25644,
- "_DKWSNFDPTGLER_"
- ],
- [
- 9534,
- 2,
- 10,
- 3,
- 0.12819,
- "_GIVYDTGGLSIK_"
- ],
- [
- 28494,
- 2,
- 10,
- 3,
- 0.12819,
- "_QILSLNYDDSTAAGR_"
- ],
- [
- 2913,
- 2,
- 27,
- 5,
- 0.37044,
- "_DDNMFQIGK_"
- ],
- [
- 23290,
- 2,
- 12,
- 2,
- 0.15668,
- "_NADCLAELNEAMR_"
- ],
- [
- 3128,
- 2,
- 12,
- 4,
- 0.15668,
- "_EYGMIYLGK_"
- ],
- [
- 982,
- 3,
- 7,
- 4,
- 0.085434,
- "_FQPLFGDFAAEKK_"
- ],
- [
- 2065,
- 2,
- 12,
- 4,
- 0.15668,
- "_ALVLTEIGPK_"
- ],
- [
- 32080,
- 2,
- 12,
- 3,
- 0.15668,
- "_NSLGGFASTQDTTVALK_"
- ],
- [
- 15294,
- 2,
- 10,
- 5,
- 0.12819,
- "_VYQGLYCVAIR_"
- ],
- [
- 11736,
- 2,
- 11,
- 2,
- 0.14243,
- "_GQGTEFNLTFR_"
- ],
- [
- 39323,
- 2,
- 11,
- 4,
- 0.14243,
- "_LECLLNECTSLCENR_"
- ],
- [
- 18719,
- 2,
- 18,
- 3,
- 0.2422,
- "_TYTIANQFPLNK_"
- ],
- [
- 19278,
- 2,
- 9,
- 2,
- 0.14243,
- "_DFIYQNPHIFK_"
- ],
- [
- 4771,
- 4,
- 13,
- 5,
- 0.17095,
- "_GLVCAPESLHTVHAALISVEK_"
- ],
- [
- 27424,
- 3,
- 13,
- 2,
- 0.17095,
- "_AFSEACWEVYVCSQHSPANR_"
- ],
- [
- 6010,
- 3,
- 13,
- 4,
- 0.17095,
- "_KQEPIKDALMLFQR_"
- ],
- [
- 19525,
- 3,
- 15,
- 5,
- 0.19945,
- "_MKLPQFGISTPGSDLHVNAK_"
- ],
- [
- 22430,
- 3,
- 14,
- 6,
- 0.1852,
- "_GLVCAPESLHTVHAALISVEK_"
- ],
- [
- 28177,
- 2,
- 6,
- 2,
- 0.071158,
- "_YQAIFDNTTSLTDK_"
- ],
- [
- 25305,
- 2,
- 14,
- 2,
- 0.1852,
- "_ISNLLSDYGYHLR_"
- ],
- [
- 6986,
- 2,
- 19,
- 4,
- 0.25644,
- "_AVAQALEVIPR_"
- ],
- [
- 3292,
- 3,
- 8,
- 5,
- 0.09969,
- "_(Acetyl (Protein N-term))SLSNKLTLDKLDVK_"
- ],
- [
- 36188,
- 2,
- 14,
- 3,
- 0.1852,
- "_GLMAIDCPHTGIVDYR_"
- ],
- [
- 9060,
- 3,
- 10,
- 2,
- 0.12819,
- "_DIKPDNVLLDVNGHIR_"
- ],
- [
- 26644,
- 2,
- 9,
- 3,
- 0.11394,
- "_NSLQNLSQYPMMR_"
- ],
- [
- 45903,
- 2,
- 9,
- 3,
- 0.11394,
- "_NQAIDACDANTTPGGVTDVIK_"
- ],
- [
- 17357,
- 3,
- 13,
- 6,
- 0.17095,
- "_AVYHNMPLIWKPGYLDR_"
- ],
- [
- 18102,
- 2,
- 10,
- 3,
- 0.12819,
- "_AQEALDFYGEVR_"
- ],
- [
- 26543,
- 2,
- 15,
- 5,
- 0.19945,
- "_TQTPPLGQTPQLGLK_"
- ],
- [
- 41786,
- 3,
- 9,
- 6,
- 0.11394,
- "_ANPTTGSVEWLEEDEHYDYHQEIAR_"
- ],
- [
- 3314,
- 2,
- 22,
- 5,
- 0.29922,
- "_DGTGVVEFVR_"
- ],
- [
- 30674,
- 2,
- 15,
- 5,
- 0.19945,
- "_LQLDNQYAVLENQK_"
- ],
- [
- 48958,
- 2,
- 13,
- 4,
- 0.17095,
- "_SINYDEKDPFLCNACGFCK_"
- ],
- [
- 22777,
- 4,
- 10,
- 5,
- 0.12819,
- "_ANPTTGSVEWLEEDEHYDYHQEIAR_"
- ],
- [
- 43102,
- 3,
- 12,
- 6,
- 0.15672,
- "_NTALETLHQNSITQVSIYEVDKQDCR_"
- ],
- [
- 36012,
- 2,
- 10,
- 4,
- 0.12823,
- "_AIEQADLLQEEAETPR_"
- ],
- [
- 19976,
- 2,
- 13,
- 3,
- 0.17096,
- "_DEAVGALHLIQAAK_"
- ],
- [
- 5445,
- 2,
- 14,
- 5,
- 0.18524,
- "_DDFMMGASMK_"
- ],
- [
- 4504,
- 3,
- 7,
- 2,
- 0.085447,
- "_ALQHMTDFAIQFNK_"
- ],
- [
- 30870,
- 2,
- 11,
- 2,
- 0.14248,
- "_ITLETDEDM(Oxidation (M))VTEIR_"
- ],
- [
- 5230,
- 3,
- 17,
- 4,
- 0.228,
- "_IDVDAPDIDIHGPDAK_"
- ],
- [
- 15591,
- 3,
- 15,
- 5,
- 0.19949,
- "_TVVSGLVNHVPLEQMQNR_"
- ],
- [
- 35254,
- 2,
- 7,
- 2,
- 0.085447,
- "_VLLGEEEALEDDSESR_"
- ],
- [
- 21098,
- 3,
- 13,
- 4,
- 0.17096,
- "_LGSTAIGIQTSEGVCLAVEKR_"
- ],
- [
- 18830,
- 3,
- 19,
- 7,
- 0.25649,
- "_FVINYDYPNSSEDYVHR_"
- ],
- [
- 41496,
- 2,
- 12,
- 2,
- 0.15672,
- "_ADVIITSGGVSMGEKDYLK_"
- ],
- [
- 50573,
- 2,
- 9,
- 4,
- 0.11398,
- "_QEIQEGQINIAMASASSPASSGGSGK_"
- ],
- [
- 16506,
- 2,
- 8,
- 3,
- 0.099723,
- "_GLGTETAEFAELK_"
- ],
- [
- 28812,
- 2,
- 15,
- 5,
- 0.19949,
- "_VGEVIVTKDDAMLLK_"
- ],
- [
- 39909,
- 3,
- 12,
- 4,
- 0.15672,
- "_YGPGEPSPVSETVVTPEAAPEKNPVDVK_"
- ],
- [
- 29967,
- 2,
- 16,
- 6,
- 0.21374,
- "_SMVTEEFNGSDWEK_"
- ],
- [
- 45993,
- 3,
- 17,
- 8,
- 0.228,
- "_KYTELPHGAISEDQAVGPADIPCDSTGQTST_"
- ],
- [
- 23166,
- 3,
- 7,
- 3,
- 0.085447,
- "_KSDIYVCMISYAHNVAAQGK_"
- ],
- [
- 19912,
- 3,
- 11,
- 5,
- 0.14248,
- "_EAYALCHCLPVLSTDKFK_"
- ],
- [
- 3384,
- 2,
- 11,
- 3,
- 0.14248,
- "_MGVPYCIIK_"
- ],
- [
- 22176,
- 4,
- 14,
- 4,
- 0.18524,
- "_EYGSCSHHYQQLLQSLEQGAQEESR_"
- ],
- [
- 13824,
- 3,
- 14,
- 6,
- 0.18524,
- "_AAPEASSPPASPLQHLLPGK_"
- ],
- [
- 3229,
- 3,
- 16,
- 5,
- 0.21374,
- "_MGPLGLDHMASSIER_"
- ],
- [
- 38321,
- 3,
- 20,
- 5,
- 0.27073,
- "_EMLESAVLPPEDMSQSGPSGSHPQGPR_"
- ],
- [
- 1831,
- 2,
- 22,
- 5,
- 0.29926,
- "_LFEGNALLR_"
- ],
- [
- 27432,
- 3,
- 14,
- 6,
- 0.18524,
- "_TELSMPIQSHVIMTPQSQSAGR_"
- ],
- [
- 34881,
- 3,
- 12,
- 7,
- 0.15672,
- "_IQALQTACPDLQLSAASVGNCPTKK_"
- ],
- [
- 33824,
- 3,
- 11,
- 6,
- 0.14248,
- "_LGPGRPLPTFPTSECTSDVEPDTR_"
- ],
- [
- 15882,
- 2,
- 18,
- 4,
- 0.24226,
- "_ILLTEPPMNPTK_"
- ],
- [
- 16941,
- 4,
- 12,
- 3,
- 0.15672,
- "_KVNVTVDYIRPASPATETVPAFSER_"
- ],
- [
- 11112,
- 3,
- 14,
- 7,
- 0.18524,
- "_TECNHYNNIMALYLK_"
- ],
- [
- 44283,
- 2,
- 14,
- 5,
- 0.18524,
- "_NIKPLLSTFSQVPGSENEK_"
- ],
- [
- 4098,
- 2,
- 16,
- 6,
- 0.21374,
- "_GGIVDEGALLR_"
- ],
- [
- 46570,
- 3,
- 14,
- 7,
- 0.18524,
- "_VMSNLVEHNGVLESEAGQPQALGSSGTCSSLK_"
- ],
- [
- 18261,
- 2,
- 15,
- 5,
- 0.19949,
- "_KQVVNIPSFIVR_"
- ],
- [
- 11335,
- 3,
- 11,
- 6,
- 0.14248,
- "_GHDLNEDGLVSWEEYK_"
- ],
- [
- 3449,
- 2,
- 15,
- 5,
- 0.19949,
- "_DAEAWFTSR_"
- ],
- [
- 37783,
- 3,
- 14,
- 6,
- 0.18524,
- "_DLVHTEGQLQNEEIVAHDGSATYLR_"
- ],
- [
- 20831,
- 2,
- 18,
- 6,
- 0.24226,
- "_TETPPPLASLNVSK_"
- ],
- [
- 43810,
- 2,
- 9,
- 2,
- 0.11398,
- "_STAALSGEAASCSPIIM(Oxidation (M))PYK_"
- ],
- [
- 22140,
- 2,
- 12,
- 3,
- 0.15672,
- "_YSWQDEIVQGTR_"
- ],
- [
- 31131,
- 2,
- 15,
- 4,
- 0.19949,
- "_SDPTSYAGYIEDLKK_"
- ],
- [
- 47765,
- 2,
- 6,
- 4,
- 0.071218,
- "_VAELEEEQSQGSSSYSDWVK_"
- ],
- [
- 19886,
- 2,
- 22,
- 6,
- 0.29926,
- "_VLISDSLDPCCR_"
- ],
- [
- 39870,
- 2,
- 16,
- 5,
- 0.21374,
- "_IIEVVDAIM(Oxidation (M))TTAQSHQR_"
- ],
- [
- 30579,
- 3,
- 17,
- 6,
- 0.228,
- "_EKEKPSYDTETDPSEGLMNVLK_"
- ],
- [
- 7130,
- 2,
- 13,
- 5,
- 0.17096,
- "_LNVDFALIHK_"
- ],
- [
- 17499,
- 2,
- 13,
- 3,
- 0.17095,
- "_LTETCFLDCVK_"
- ],
- [
- 45749,
- 2,
- 10,
- 2,
- 0.12821,
- "_MTANSVSVATCEQLTYYSK_"
- ],
- [
- 18488,
- 2,
- 13,
- 4,
- 0.17095,
- "_WTDENIDTVALK_"
- ],
- [
- 42806,
- 2,
- 9,
- 4,
- 0.11395,
- "_DYTVNLDGQVAEAGVKPVR_"
- ],
- [
- 30321,
- 2,
- 13,
- 2,
- 0.17095,
- "_WVVIGDENYGEGSSR_"
- ],
- [
- 12302,
- 4,
- 7,
- 2,
- 0.085448,
- "_DQYSHLLSDHFLPYQGHNSFR_"
- ],
- [
- 9098,
- 4,
- 10,
- 5,
- 0.12821,
- "_FLVNLDPSHCSNNGTVHLICK_"
- ],
- [
- 29305,
- 2,
- 11,
- 4,
- 0.14246,
- "_EGVQGPLNVSLSEEGK_"
- ],
- [
- 33208,
- 2,
- 11,
- 5,
- 0.14246,
- "_LYEWISIDKDEAGAK_"
- ],
- [
- 2804,
- 2,
- 10,
- 3,
- 0.12821,
- "_VYEAVELLK_"
- ],
- [
- 3080,
- 3,
- 11,
- 2,
- 0.14246,
- "_MTVVQAYIGGIHYR_"
- ],
- [
- 8795,
- 2,
- 11,
- 2,
- 0.14246,
- "_ELICWGDSVK_"
- ],
- [
- 26919,
- 3,
- 12,
- 6,
- 0.15671,
- "_GVLLEDPEQGGEDPGKPSDAMLK_"
- ],
- [
- 29806,
- 2,
- 9,
- 4,
- 0.11395,
- "_QLCQESFSSSALGLK_"
- ],
- [
- 2173,
- 2,
- 10,
- 3,
- 0.12821,
- "_QLQLITSLK_"
- ],
- [
- 48174,
- 2,
- 9,
- 6,
- 0.11395,
- "_EKMFVEEVSTGQECGVVLDK_"
- ],
- [
- 48496,
- 2,
- 11,
- 5,
- 0.14246,
- "_VLESVTVHNPENQSYLIAYK_"
- ],
- [
- 20109,
- 3,
- 7,
- 5,
- 0.085448,
- "_EEVVLLTHGDSVDKVADGFK_"
- ],
- [
- 38429,
- 2,
- 17,
- 6,
- 0.22797,
- "_DLATPVMQPCTALDSHK_"
- ],
- [
- 27962,
- 2,
- 18,
- 6,
- 0.24223,
- "_NGYELSPTAAANFTR_"
- ],
- [
- 27839,
- 2,
- 16,
- 3,
- 0.21372,
- "_QSFTMVADTPENLR_"
- ],
- [
- 2899,
- 2,
- 17,
- 3,
- 0.22797,
- "_VLIFSQMTK_"
- ],
- [
- 25248,
- 2,
- 14,
- 6,
- 0.18519,
- "_EKYDTDFYILDK_"
- ],
- [
- 6475,
- 3,
- 14,
- 5,
- 0.18519,
- "_LLANQQVFHISCFR_"
- ],
- [
- 38581,
- 3,
- 13,
- 7,
- 0.17095,
- "_FDPETNSDDACTYHPGVPVFHDALK_"
- ],
- [
- 17884,
- 2,
- 16,
- 5,
- 0.21372,
- "_IAVEPVNPSELPK_"
- ],
- [
- 16543,
- 2,
- 16,
- 5,
- 0.21372,
- "_GHFDYQSLLMR_"
- ],
- [
- 35249,
- 2,
- 15,
- 6,
- 0.19947,
- "_ETCAWFTDNYEQAR_"
- ],
- [
- 29362,
- 2,
- 13,
- 5,
- 0.17095,
- "_ALYYLQIHPQELR_"
- ],
- [
- 14992,
- 2,
- 18,
- 5,
- 0.24223,
- "_LPDGTSLTQTFR_"
- ],
- [
- 35653,
- 2,
- 5,
- 4,
- 0.056955,
- "_EDEGEEAASPMLQIQR_"
- ],
- [
- 36771,
- 2,
- 18,
- 5,
- 0.24223,
- "_LISDFPETTSPKCPSR_"
- ],
- [
- 36677,
- 3,
- 14,
- 6,
- 0.18519,
- "_KVNVTVDYIRPASPATETVPAFSER_"
- ],
- [
- 45966,
- 2,
- 22,
- 6,
- 0.29923,
- "_AENNSEVGASGYGVPGPTWDR_"
- ],
- [
- 31099,
- 2,
- 26,
- 6,
- 0.35623,
- "_GILADEDSSRPVWLK_"
- ],
- [
- 50019,
- 3,
- 24,
- 8,
- 0.32774,
- "_EEIQDEEDDDDYVEEGEEEEEEEEGGLRGEK_"
- ],
- [
- 6641,
- 3,
- 13,
- 4,
- 0.17095,
- "_LYEWISIDKDEAGAK_"
- ],
- [
- 42341,
- 2,
- 12,
- 4,
- 0.1567,
- "_IEFEQNLAANEQAGPINR_"
- ],
- [
- 40741,
- 2,
- 13,
- 3,
- 0.17095,
- "_GKYSEVFEAINITNNEK_"
- ],
- [
- 38663,
- 2,
- 13,
- 6,
- 0.17095,
- "_GHDLNEDGLVSWEEYK_"
- ],
- [
- 33734,
- 2,
- 16,
- 3,
- 0.21371,
- "_LTVVDTPGYGDAINCR_"
- ],
- [
- 8023,
- 2,
- 16,
- 3,
- 0.21371,
- "_QPVVDTFDIR_"
- ],
- [
- 12642,
- 3,
- 6,
- 5,
- 0.071195,
- "_VQQWDSQVTMGHLFQK_"
- ],
- [
- 32400,
- 2,
- 13,
- 3,
- 0.17095,
- "_TAGPQSQVLCGVVMDR_"
- ],
- [
- 43413,
- 2,
- 12,
- 4,
- 0.1567,
- "_CLQVLLLQCDCQDHPR_"
- ],
- [
- 25498,
- 2,
- 14,
- 5,
- 0.18519,
- "_LGCAMACLNYNIR_"
- ],
- [
- 44290,
- 2,
- 12,
- 5,
- 0.1567,
- "_QNLFQTGSNVSFSCGGETR_"
- ],
- [
- 21511,
- 2,
- 17,
- 6,
- 0.22796,
- "_DRLEFWCTDVK_"
- ],
- [
- 30502,
- 2,
- 12,
- 4,
- 0.1567,
- "_KELEQIFCQFDSK_"
- ],
- [
- 43124,
- 2,
- 12,
- 4,
- 0.1567,
- "_SDSDLLTCSPTEDATMGSR_"
- ],
- [
- 11969,
- 3,
- 12,
- 3,
- 0.1567,
- "_ILHIEGGEVSGTIDDSIR_"
- ],
- [
- 39272,
- 2,
- 12,
- 5,
- 0.1567,
- "_QKLNPADAPNPVVFVATK_"
- ],
- [
- 8952,
- 4,
- 12,
- 3,
- 0.1567,
- "_VKHEMDFDAEWLFENHDEK_"
- ],
- [
- 19183,
- 2,
- 19,
- 4,
- 0.25647,
- "_HFEELETIMDR_"
- ],
- [
- 7780,
- 2,
- 10,
- 4,
- 0.12819,
- "_LQMELMEYK_"
- ],
- [
- 41306,
- 3,
- 20,
- 6,
- 0.27073,
- "_EYGSCSHHYQQLLQSLEQGAQEESR_"
- ],
- [
- 8829,
- 4,
- 5,
- 3,
- 0.05698,
- "_LEAQHQALVTLWHQLHVDM(Oxidation (M))K_"
- ],
- [
- 32729,
- 2,
- 21,
- 7,
- 0.28496,
- "_EICNAYTELNDPMR_"
- ],
- [
- 25668,
- 3,
- 11,
- 5,
- 0.14245,
- "_TLSCLDHVISYYHVASDTEK_"
- ],
- [
- 51750,
- 2,
- 10,
- 7,
- 0.12819,
- "_DEDNDEDEERLEEEEQNEEEEVDN_"
- ],
- [
- 3281,
- 2,
- 12,
- 2,
- 0.1567,
- "_QWVIQEFK_"
- ],
- [
- 22163,
- 2,
- 13,
- 6,
- 0.17095,
- "_REDLVVAPAGITLK_"
- ],
- [
- 147,
- 4,
- 17,
- 7,
- 0.22796,
- "_APIRPDIVNFVHTNLR_"
- ],
- [
- 14404,
- 2,
- 14,
- 3,
- 0.18519,
- "_AVGSISSTAFDIR_"
- ],
- [
- 18679,
- 2,
- 7,
- 4,
- 0.08545,
- "_IGIFGQDEDVTSK_"
- ],
- [
- 26012,
- 2,
- 15,
- 6,
- 0.19943,
- "_ITPSYVAFTPEGER_"
- ],
- [
- 13333,
- 2,
- 7,
- 2,
- 0.08545,
- "_QLNQVNFTLPK_"
- ],
- [
- 23587,
- 2,
- 14,
- 7,
- 0.18519,
- "_YAVLYQPLFDKR_"
- ],
- [
- 25666,
- 3,
- 14,
- 7,
- 0.18519,
- "_SINYDEKDPFLCNACGFCK_"
- ],
- [
- 13270,
- 2,
- 7,
- 3,
- 0.08545,
- "_TLDSALFYQDK_"
- ],
- [
- 4934,
- 2,
- 8,
- 3,
- 0.099688,
- "_ALILVGGYGTR_"
- ],
- [
- 10119,
- 4,
- 13,
- 5,
- 0.17095,
- "_LPSEGPRPAHVVVGDVLQAADVDK_"
- ],
- [
- 5298,
- 2,
- 14,
- 4,
- 0.18519,
- "_TLAVSGLGVVGR_"
- ],
- [
- 35631,
- 2,
- 14,
- 4,
- 0.18519,
- "_VVQNDAYTAPALPSSIR_"
- ],
- [
- 25659,
- 2,
- 14,
- 3,
- 0.18519,
- "_VLSLDTNITNQVNK_"
- ],
- [
- 8032,
- 3,
- 15,
- 3,
- 0.19943,
- "_WIMIGDHHQLPPVIK_"
- ],
- [
- 21428,
- 3,
- 14,
- 6,
- 0.18519,
- "_GLSEDTTEETLKESFDGSVR_"
- ],
- [
- 21053,
- 2,
- 10,
- 3,
- 0.12822,
- "_IQEWIPPSTPYK_"
- ],
- [
- 45297,
- 4,
- 13,
- 7,
- 0.17101,
- "_TESVSDKEDKPPLAPSGGTEGPEQPPPPCPSQTGSPPVGLIK_"
- ],
- [
- 40496,
- 2,
- 10,
- 6,
- 0.12822,
- "_GEMM(Oxidation (M))DLQHGSLFLQTPK_"
- ],
- [
- 17420,
- 3,
- 8,
- 2,
- 0.099756,
- "_NVQLNDVAHLVQPSQADAR_"
- ],
- [
- 24866,
- 2,
- 13,
- 3,
- 0.17101,
- "_EFLMNTLNQSDTK_"
- ],
- [
- 16916,
- 2,
- 10,
- 2,
- 0.12822,
- "_SVDDVLSHFAQR_"
- ],
- [
- 42250,
- 3,
- 11,
- 4,
- 0.1425,
- "_EREESEDELEEANGNNPIDIEVDQNK_"
- ],
- [
- 36522,
- 4,
- 16,
- 7,
- 0.21374,
- "_EGQEEDDDDEEDDADEEAPKPDHFVQDPAVLR_"
- ],
- [
- 20491,
- 2,
- 13,
- 4,
- 0.17101,
- "_KNLIEMSELEIK_"
- ],
- [
- 43909,
- 3,
- 15,
- 7,
- 0.1995,
- "_TEQGEEEEEEEDEEEEEKASNIVMLR_"
- ],
- [
- 39727,
- 3,
- 14,
- 5,
- 0.18525,
- "_VVGDRENGSDNLPSSAGSGDKPLSDPAPF_"
- ],
- [
- 35863,
- 2,
- 15,
- 3,
- 0.1995,
- "_M(Oxidation (M))APYQGPDAVPGALDYK_"
- ],
- [
- 12614,
- 2,
- 12,
- 4,
- 0.15676,
- "_FSTETTFLVDK_"
- ],
- [
- 18295,
- 2,
- 13,
- 3,
- 0.17101,
- "_DKGSIDDLPTVLK_"
- ],
- [
- 49352,
- 2,
- 15,
- 5,
- 0.1995,
- "_ENFCNIHVSLVPQPSSTGEQK_"
- ],
- [
- 46502,
- 2,
- 20,
- 7,
- 0.27078,
- "_QPAIMPGQSYGLEDGSCSYK_"
- ],
- [
- 42844,
- 3,
- 11,
- 5,
- 0.1425,
- "_VPCNFSVTAACYDPSKPQTQMQLIHR_"
- ],
- [
- 1478,
- 2,
- 11,
- 4,
- 0.1425,
- "_EGFPITSLR_"
- ],
- [
- 10000,
- 2,
- 6,
- 2,
- 0.071286,
- "_SLEEAQEWLK_"
- ],
- [
- 4423,
- 2,
- 12,
- 3,
- 0.15676,
- "_SSVLENFVGR_"
- ],
- [
- 14710,
- 2,
- 12,
- 3,
- 0.15676,
- "_NPWGEVEWTGR_"
- ],
- [
- 25120,
- 2,
- 15,
- 2,
- 0.1995,
- "_GSPGEDGFVPSALGTR_"
- ],
- [
- 7482,
- 2,
- 14,
- 3,
- 0.18525,
- "_IFEGTNDILR_"
- ],
- [
- 7454,
- 3,
- 18,
- 6,
- 0.24227,
- "_KGVNLPGAAVDLPAVSEK_"
- ],
- [
- 16084,
- 3,
- 13,
- 3,
- 0.17101,
- "_QKGADFLVTEVENGGSLGSK_"
- ],
- [
- 46611,
- 2,
- 11,
- 4,
- 0.1425,
- "_NISNQLSIGTDISAQHPELR_"
- ],
- [
- 41700,
- 2,
- 12,
- 5,
- 0.15676,
- "_CVTVFSAPNYCDQMGNK_"
- ],
- [
- 4923,
- 2,
- 6,
- 4,
- 0.071286,
- "_QVEEIFNLK_"
- ],
- [
- 6703,
- 2,
- 10,
- 2,
- 0.12822,
- "_YYAVNFPMR_"
- ],
- [
- 26621,
- 3,
- 17,
- 6,
- 0.22801,
- "_ENFCNIHVSLVPQPSSTGEQK_"
- ],
- [
- 7034,
- 3,
- 17,
- 7,
- 0.22801,
- "_LVEALCAEHQINLIK_"
- ],
- [
- 21891,
- 3,
- 12,
- 5,
- 0.15676,
- "_NVLLHQAGEIWHISASPADR_"
- ],
- [
- 315,
- 2,
- 10,
- 6,
- 0.12822,
- "_MFGMVLEK_"
- ],
- [
- 24220,
- 2,
- 16,
- 6,
- 0.21374,
- "_DGETGWFPEDFAR_"
- ],
- [
- 34712,
- 2,
- 9,
- 5,
- 0.11399,
- "_GVVPVVMDCESTVQEK_"
- ],
- [
- 8537,
- 2,
- 10,
- 2,
- 0.12822,
- "_ENDWYLAYK_"
- ],
- [
- 6012,
- 2,
- 12,
- 5,
- 0.15677,
- "_EDSMMEYLK_"
- ],
- [
- 39080,
- 2,
- 13,
- 5,
- 0.17103,
- "_KGQPNLNVQMEYLLQK_"
- ],
- [
- 45805,
- 3,
- 12,
- 6,
- 0.15677,
- "_AEVTEEVEDGKEEDEEEETENSLPIPASK_"
- ],
- [
- 40200,
- 2,
- 6,
- 3,
- 0.071337,
- "_AQTPPISSLPTSPSDEVGR_"
- ],
- [
- 46651,
- 2,
- 6,
- 3,
- 0.071337,
- "_AQDDYISLDVQHTSSISGMK_"
- ],
- [
- 12009,
- 2,
- 13,
- 4,
- 0.17103,
- "_YEILTPNSIPK_"
- ],
- [
- 39527,
- 2,
- 12,
- 4,
- 0.15677,
- "_KVQGGALEDSQLVAGVAFK_"
- ],
- [
- 26472,
- 3,
- 13,
- 7,
- 0.17103,
- "_MFDYTDDPEGPVMPGSHSVER_"
- ],
- [
- 40194,
- 2,
- 9,
- 4,
- 0.11403,
- "_FSIQTM(Oxidation (M))CPIEGEGNIAR_"
- ],
- [
- 34137,
- 3,
- 11,
- 6,
- 0.1425,
- "_VEPMTYLGSSQNEVLNTKPDYQK_"
- ],
- [
- 7811,
- 3,
- 12,
- 5,
- 0.15677,
- "_SAATLITHPFHVITLR_"
- ],
- [
- 25269,
- 2,
- 9,
- 3,
- 0.11403,
- "_IQPVHILTSVSSLR_"
- ],
- [
- 41413,
- 2,
- 12,
- 4,
- 0.15677,
- "_TNTLAVTGGEDDKAFVWR_"
- ],
- [
- 27453,
- 3,
- 11,
- 6,
- 0.1425,
- "_SNAPVHIDVGGHMYTSSLATLTK_"
- ],
- [
- 3942,
- 3,
- 14,
- 5,
- 0.18528,
- "_ALYYLQIHPQELR_"
- ],
- [
- 11329,
- 2,
- 10,
- 2,
- 0.12827,
- "_AIYELAISQPR_"
- ],
- [
- 11745,
- 2,
- 10,
- 2,
- 0.12827,
- "_AQLSQYFDAVK_"
- ],
- [
- 12969,
- 2,
- 10,
- 2,
- 0.12827,
- "_TYDLYITYDK_"
- ],
- [
- 49297,
- 2,
- 11,
- 5,
- 0.1425,
- "_MFDYTDDPEGPVMPGSHSVER_"
- ],
- [
- 5639,
- 2,
- 14,
- 3,
- 0.18528,
- "_QFLTQLMQK_"
- ],
- [
- 21590,
- 2,
- 14,
- 6,
- 0.18528,
- "_ENEFSFEDNAIR_"
- ],
- [
- 25349,
- 2,
- 8,
- 2,
- 0.099772,
- "_APVEHVVADAGAFLR_"
- ],
- [
- 26307,
- 2,
- 20,
- 5,
- 0.27079,
- "_LCSLFYTNEEVAK_"
- ],
- [
- 7647,
- 4,
- 14,
- 7,
- 0.18528,
- "_DSFDDRGPSLNPVLDYDHGSR_"
- ],
- [
- 34277,
- 2,
- 20,
- 7,
- 0.27079,
- "_KGVNLPGAAVDLPAVSEK_"
- ],
- [
- 19034,
- 4,
- 15,
- 7,
- 0.19952,
- "_FDPETNSDDACTYHPGVPVFHDALK_"
- ],
- [
- 28669,
- 2,
- 10,
- 4,
- 0.12827,
- "_LYPAVDEQETPLPR_"
- ],
- [
- 34512,
- 2,
- 8,
- 5,
- 0.099772,
- "_TAANLVVETGQDGVQIR_"
- ],
- [
- 24703,
- 2,
- 11,
- 3,
- 0.1425,
- "_EQILEHESLGLLR_"
- ],
- [
- 40208,
- 2,
- 13,
- 5,
- 0.17103,
- "_MVMIQDGPLPTGADKPLR_"
- ],
- [
- 45725,
- 2,
- 18,
- 6,
- 0.24229,
- "_TVQTAAANAASTAASSAAQNAFK_"
- ],
- [
- 3490,
- 2,
- 11,
- 3,
- 0.1425,
- "_VSEEIFFGR_"
- ],
- [
- 18553,
- 2,
- 12,
- 3,
- 0.15673,
- "_LELSVHLQPITR_"
- ],
- [
- 33434,
- 3,
- 13,
- 5,
- 0.17101,
- "_TVLHTGSAPSSSTPFNKEELSAILK_"
- ],
- [
- 11791,
- 2,
- 7,
- 3,
- 0.085574,
- "_NSVPLSDALLNK_"
- ],
- [
- 42955,
- 2,
- 11,
- 5,
- 0.1425,
- "_QKGADFLVTEVENGGSLGSK_"
- ],
- [
- 45262,
- 2,
- 5,
- 2,
- 0.057055,
- "_GYNENVYTEDGKLDIWSK_"
- ],
- [
- 11455,
- 2,
- 11,
- 2,
- 0.15673,
- "_DDGSSMSFYVR_"
- ],
- [
- 43544,
- 2,
- 13,
- 6,
- 0.17101,
- "_AADCEVEQWDSDEPIPAK_"
- ],
- [
- 34392,
- 2,
- 9,
- 4,
- 0.11401,
- "_IEYDTFGELKVPNDK_"
- ],
- [
- 15765,
- 3,
- 11,
- 5,
- 0.1425,
- "_SNIHVVNEWIANDISSTK_"
- ],
- [
- 24178,
- 3,
- 12,
- 4,
- 0.15673,
- "_TGPMGHTYGFIDLDSHAEALR_"
- ],
- [
- 13571,
- 3,
- 12,
- 3,
- 0.15673,
- "_IHPMAYQLQLQAASNFK_"
- ],
- [
- 31175,
- 3,
- 10,
- 5,
- 0.12827,
- "_LDNTVVGQTSWKPISNQSWDQK_"
- ],
- [
- 3944,
- 2,
- 13,
- 4,
- 0.17101,
- "_DGEFQELMK_"
- ],
- [
- 24967,
- 2,
- 13,
- 4,
- 0.17101,
- "_LFPDTPLALDANKK_"
- ],
- [
- 21984,
- 4,
- 11,
- 3,
- 0.1425,
- "_GHSSFVNEATFTQDGHYIISASSDGTVK_"
- ],
- [
- 18733,
- 3,
- 13,
- 5,
- 0.17101,
- "_SVSTTNIAGHFNDESPLGLR_"
- ],
- [
- 39980,
- 2,
- 9,
- 3,
- 0.11401,
- "_VQQWDSQVTMGHLFQK_"
- ],
- [
- 4832,
- 2,
- 11,
- 2,
- 0.1425,
- "_SLLSNLDEVK_"
- ],
- [
- 9953,
- 2,
- 13,
- 4,
- 0.17101,
- "_FFTSSTSLTLK_"
- ],
- [
- 18248,
- 3,
- 10,
- 5,
- 0.12827,
- "_IQDLEHHLGLALNEVQAAK_"
- ],
- [
- 1044,
- 2,
- 13,
- 4,
- 0.17101,
- "_EILAELTGR_"
- ],
- [
- 41781,
- 2,
- 12,
- 4,
- 0.15673,
- "_AVGPHQFLGDQEAIQAAIK_"
- ],
- [
- 42019,
- 2,
- 12,
- 5,
- 0.15673,
- "_FSPDSTLLATCSADQTCK_"
- ],
- [
- 48562,
- 2,
- 12,
- 4,
- 0.15673,
- "_SLGQASEADPSGVASIACSSCVR_"
- ],
- [
- 21277,
- 3,
- 10,
- 5,
- 0.12827,
- "_AQDDYISLDVQHTSSISGMK_"
- ],
- [
- 18093,
- 2,
- 12,
- 5,
- 0.15673,
- "_CQSLTEDLEFR_"
- ],
- [
- 210,
- 3,
- 14,
- 5,
- 0.18526,
- "_LKPVHGLIFLFK_"
- ],
- [
- 43950,
- 2,
- 16,
- 4,
- 0.21376,
- "_NVQLNDVAHLVQPSQADAR_"
- ],
- [
- 12460,
- 2,
- 14,
- 4,
- 0.18526,
- "_(Acetyl (Protein N-term))AAAAAAGAGPEMVR_"
- ],
- [
- 37013,
- 2,
- 17,
- 5,
- 0.228,
- "_YFVQGM(Oxidation (M))GYMPSASMTR_"
- ],
- [
- 5184,
- 3,
- 17,
- 4,
- 0.228,
- "_LFPLNQQDVPDKFK_"
- ],
- [
- 4542,
- 2,
- 15,
- 4,
- 0.19952,
- "_ESVLQFYPK_"
- ],
- [
- 49488,
- 3,
- 16,
- 8,
- 0.21376,
- "_TERPVNSAALSPNYDHVVLGGGQEAMDVTTTSTR_"
- ],
- [
- 4188,
- 3,
- 14,
- 5,
- 0.18526,
- "_SQEGRPVQVIGALIGK_"
- ],
- [
- 41433,
- 2,
- 15,
- 6,
- 0.19952,
- "_VCPTTETIYNDEFYTK_"
- ],
- [
- 2243,
- 3,
- 14,
- 5,
- 0.18526,
- "_LMSELYHPDDHVL_"
- ],
- [
- 11536,
- 3,
- 14,
- 4,
- 0.18526,
- "_AKFEEYGPVIECDIVK_"
- ],
- [
- 39004,
- 2,
- 16,
- 6,
- 0.21376,
- "_FSPDGELYASGSEDGTLR_"
- ],
- [
- 14577,
- 2,
- 17,
- 3,
- 0.228,
- "_VWDPDNPLTDR_"
- ],
- [
- 48400,
- 2,
- 13,
- 6,
- 0.17101,
- "_FVLCPECENPETDLHVNPK_"
- ],
- [
- 24144,
- 4,
- 16,
- 9,
- 0.21376,
- "_VPCNFSVTAACYDPSKPQTQMQLIHR_"
- ],
- [
- 42968,
- 2,
- 18,
- 5,
- 0.24225,
- "_NVPQEESLEDSDVDADFK_"
- ],
- [
- 31669,
- 3,
- 14,
- 4,
- 0.18526,
- "_HEQADEDLLSQYENGSSTVVEAK_"
- ],
- [
- 6851,
- 2,
- 17,
- 4,
- 0.228,
- "_LVNELTEFAK_"
- ],
- [
- 38935,
- 3,
- 16,
- 5,
- 0.21376,
- "_IGEEQSAEDAEDGPPELLFIHGGHTAK_"
- ],
- [
- 18911,
- 2,
- 14,
- 3,
- 0.18526,
- "_NIYLHDIWPSR_"
- ],
- [
- 1109,
- 2,
- 13,
- 3,
- 0.17099,
- "_LYLNVLNR_"
- ],
- [
- 7539,
- 3,
- 15,
- 6,
- 0.19952,
- "_IEYDTFGELKVPNDK_"
- ],
- [
- 434,
- 2,
- 10,
- 3,
- 0.12827,
- "_EPFTFPVK_"
- ],
- [
- 10402,
- 3,
- 21,
- 6,
- 0.28504,
- "_APIRPDIVNFVHTNLR_"
- ],
- [
- 39463,
- 2,
- 16,
- 5,
- 0.21377,
- "_IEELDQENEAALENGIK_"
- ],
- [
- 30168,
- 2,
- 17,
- 3,
- 0.22802,
- "_ALQHMTDFAIQFNK_"
- ],
- [
- 13671,
- 3,
- 16,
- 5,
- 0.21377,
- "_VDVSAPDVEAHGPEWNLK_"
- ],
- [
- 40498,
- 3,
- 11,
- 2,
- 0.14252,
- "_ILNVPMSSQLAANHWNQQQAEQEER_"
- ],
- [
- 24014,
- 2,
- 16,
- 5,
- 0.21377,
- "_SAYEFSETESMLK_"
- ],
- [
- 21214,
- 3,
- 12,
- 4,
- 0.15676,
- "_NISNQLSIGTDISAQHPELR_"
- ],
- [
- 47341,
- 2,
- 16,
- 7,
- 0.21377,
- "_TSEDQQTACGTIYSQTLSIK_"
- ],
- [
- 25550,
- 2,
- 12,
- 5,
- 0.15676,
- "_SPQLLNQPVSWCK_"
- ],
- [
- 23956,
- 3,
- 12,
- 7,
- 0.15676,
- "_EFHQAGKPIGLCCIAPVLAAK_"
- ],
- [
- 26377,
- 3,
- 17,
- 7,
- 0.22802,
- "_DSFDDRGPSLNPVLDYDHGSR_"
- ],
- [
- 1163,
- 2,
- 27,
- 4,
- 0.37054,
- "_LGSLVDEFK_"
- ],
- [
- 7047,
- 3,
- 17,
- 6,
- 0.22802,
- "_RVFITDDFHDMMPK_"
- ],
- [
- 23987,
- 2,
- 17,
- 7,
- 0.22802,
- "_LHSLLGDYYQAIK_"
- ],
- [
- 32516,
- 2,
- 12,
- 5,
- 0.15676,
- "_MVMEGFSEEIGNHLK_"
- ],
- [
- 12901,
- 3,
- 13,
- 5,
- 0.17099,
- "_MVMIQDGPLPTGADKPLR_"
- ],
- [
- 13929,
- 3,
- 16,
- 5,
- 0.21377,
- "_LASTLVHLGEYQAAVDGAR_"
- ],
- [
- 8366,
- 2,
- 16,
- 4,
- 0.21377,
- "_SMQDVVEDFK_"
- ],
- [
- 21007,
- 2,
- 12,
- 5,
- 0.15676,
- "_VLDDGELLVQQTK_"
- ],
- [
- 6055,
- 4,
- 21,
- 7,
- 0.28504,
- "_MMENGIKPVYVFDGKPPQLK_"
- ],
- [
- 30584,
- 3,
- 13,
- 6,
- 0.17099,
- "_SWASLFHDSKPSSSSPVAYVETK_"
- ],
- [
- 38216,
- 2,
- 13,
- 4,
- 0.17099,
- "_LTVIAEQIQHLQEQAR_"
- ],
- [
- 35127,
- 4,
- 17,
- 9,
- 0.22802,
- "_TERPVNSAALSPNYDHVVLGGGQEAMDVTTTSTR_"
- ],
- [
- 10568,
- 2,
- 12,
- 3,
- 0.15676,
- "_VCLESAVELPK_"
- ],
- [
- 22964,
- 3,
- 15,
- 6,
- 0.19952,
- "_GIINDDEDDEDLMMASGRPR_"
- ],
- [
- 10136,
- 2,
- 10,
- 3,
- 0.12827,
- "_NILVFGEDGSGK_"
- ],
- [
- 50513,
- 2,
- 15,
- 5,
- 0.19952,
- "_ESQDTVAENDDGGFSEEWEAQR_"
- ],
- [
- 6568,
- 2,
- 9,
- 3,
- 0.11405,
- "_CVVILPDSVR_"
- ],
- [
- 7717,
- 3,
- 11,
- 7,
- 0.14252,
- "_ALEQLNGFELAGRPMK_"
- ],
- [
- 31538,
- 2,
- 13,
- 4,
- 0.19952,
- "_VVYSGDTMPCEALVR_"
- ],
- [
- 42639,
- 2,
- 14,
- 5,
- 0.18527,
- "_DEVQEVVFVPAGTHTPGSR_"
- ],
- [
- 17768,
- 2,
- 20,
- 7,
- 0.27078,
- "_QHVTEAFQFHF_"
- ],
- [
- 9586,
- 2,
- 14,
- 3,
- 0.18527,
- "_VLVEGPLNNLR_"
- ],
- [
- 20989,
- 2,
- 11,
- 3,
- 0.14252,
- "_ISTAIDDMEAYTK_"
- ],
- [
- 34617,
- 2,
- 14,
- 6,
- 0.18527,
- "_ALEQLNGFELAGRPMK_"
- ],
- [
- 41180,
- 2,
- 15,
- 7,
- 0.19952,
- "_LASTLVHLGEYQAAVDGAR_"
- ],
- [
- 25211,
- 4,
- 14,
- 6,
- 0.18527,
- "_SSHSNQTNHKPSPDQIIQPLLELDQNR_"
- ],
- [
- 36526,
- 2,
- 14,
- 6,
- 0.18527,
- "_NFILDQCNVYNSGQR_"
- ],
- [
- 47979,
- 2,
- 26,
- 2,
- 0.35627,
- "_AAAPQAWAGPMEEPPQAQAPPR_"
- ],
- [
- 8158,
- 3,
- 14,
- 6,
- 0.18527,
- "_DDPSKPVHLTAFLGYK_"
- ],
- [
- 16312,
- 3,
- 19,
- 6,
- 0.25651,
- "_(Acetyl (Protein N-term))AAAAKPNNLSLVVHGPGDLR_"
- ],
- [
- 20746,
- 3,
- 26,
- 7,
- 0.35627,
- "_ATGEADVEFVTHEDAVAAMSK_"
- ],
- [
- 6673,
- 2,
- 10,
- 3,
- 0.12827,
- "_LAVNM(Oxidation (M))VPFPR_"
- ],
- [
- 32081,
- 2,
- 11,
- 4,
- 0.14252,
- "_EHSSGAQIPVDLSELK_"
- ],
- [
- 36670,
- 2,
- 17,
- 3,
- 0.22802,
- "_EQGVTFPAIGSQAAEQAK_"
- ],
- [
- 44559,
- 2,
- 15,
- 3,
- 0.19952,
- "_IQDLEHHLGLALNEVQAAK_"
- ],
- [
- 16547,
- 2,
- 11,
- 6,
- 0.14252,
- "_YWLCAATGPSIK_"
- ],
- [
- 3796,
- 3,
- 14,
- 5,
- 0.18527,
- "_SHILPHPVVVADLLK_"
- ],
- [
- 22607,
- 2,
- 11,
- 5,
- 0.14252,
- "_GEAGWEGGYPEIVK_"
- ],
- [
- 21128,
- 4,
- 11,
- 6,
- 0.14252,
- "_MCLAHSAGVVPTSQSLADMQDHAPAIGR_"
- ],
- [
- 45314,
- 2,
- 23,
- 5,
- 0.31355,
- "_ASVPTIQDQASAMQLSQCAK_"
- ],
- [
- 45658,
- 2,
- 13,
- 3,
- 0.17099,
- "_NYNLEQTLDDHSSSITAIK_"
- ],
- [
- 51379,
- 2,
- 14,
- 5,
- 0.18527,
- "_IIEENITSAAPSNDQDGEYCPEVK_"
- ],
- [
- 32812,
- 3,
- 13,
- 5,
- 0.17101,
- "_SNQVAFQHFQELDEHISYVATK_"
- ],
- [
- 32855,
- 2,
- 11,
- 3,
- 0.14251,
- "_RFGFPEGSVELYAEK_"
- ],
- [
- 324,
- 3,
- 11,
- 5,
- 0.14251,
- "_QLLLSFKPVMQK_"
- ],
- [
- 18456,
- 2,
- 11,
- 3,
- 0.14251,
- "_VFQNEVLGTLQR_"
- ],
- [
- 42387,
- 2,
- 13,
- 5,
- 0.17101,
- "_AFGYVCGGEGQHQFFAIK_"
- ],
- [
- 18952,
- 2,
- 12,
- 4,
- 0.15677,
- "_MLLDSVLTTHER_"
- ],
- [
- 28699,
- 2,
- 15,
- 3,
- 0.19951,
- "_MPEEEDEAPVLDVR_"
- ],
- [
- 33869,
- 3,
- 11,
- 4,
- 0.14251,
- "_GIHFCHDLVSLCNFHNYDNLR_"
- ],
- [
- 2344,
- 2,
- 12,
- 3,
- 0.15677,
- "_YEDGIALLR_"
- ],
- [
- 29625,
- 2,
- 12,
- 5,
- 0.15677,
- "_AFYMEEGVPYCER_"
- ],
- [
- 3970,
- 2,
- 22,
- 4,
- 0.29928,
- "_IMLVEPPVAK_"
- ],
- [
- 44080,
- 3,
- 12,
- 6,
- 0.15677,
- "_VASGPSPGEGISPQSAQAPQAPGDNHVVPVLR_"
- ],
- [
- 12499,
- 4,
- 12,
- 7,
- 0.15677,
- "_ELNIYCHLDHNFMTASIPTHR_"
- ],
- [
- 35152,
- 2,
- 13,
- 5,
- 0.17101,
- "_DDPSKPVHLTAFLGYK_"
- ],
- [
- 14283,
- 4,
- 13,
- 7,
- 0.17101,
- "_DVIGIAHHPHQNLIATYSEDGLLK_"
- ],
- [
- 29665,
- 4,
- 13,
- 7,
- 0.17101,
- "_LAEDDWTGMESEEENKKDDEEMDIDTVK_"
- ],
- [
- 12001,
- 2,
- 12,
- 3,
- 0.15677,
- "_TLAPTWEELSK_"
- ],
- [
- 8756,
- 2,
- 12,
- 3,
- 0.15677,
- "_TDLLLEPYNK_"
- ],
- [
- 17797,
- 3,
- 11,
- 3,
- 0.14251,
- "_YNSMPVPGPNGTILMETHK_"
- ],
- [
- 22171,
- 3,
- 12,
- 6,
- 0.15677,
- "_LPLQLDDAVRPEAEGEEEGR_"
- ],
- [
- 36290,
- 3,
- 12,
- 4,
- 0.15677,
- "_KIEISTIASNYHLEVNPSDAGNSDR_"
- ],
- [
- 13153,
- 3,
- 13,
- 5,
- 0.17101,
- "_IPVQAVWAGWGHASENPK_"
- ],
- [
- 10291,
- 2,
- 14,
- 3,
- 0.18524,
- "_EMIFEDTNLK_"
- ],
- [
- 21926,
- 2,
- 14,
- 5,
- 0.18524,
- "_LEGVEGVAHIIDPK_"
- ],
- [
- 35929,
- 2,
- 10,
- 3,
- 0.1283,
- "_VAEELGMQEYAITNDK_"
- ],
- [
- 34664,
- 2,
- 10,
- 4,
- 0.1283,
- "_GMTPAEAEMHFLENAK_"
- ],
- [
- 38104,
- 2,
- 14,
- 6,
- 0.18524,
- "_SLSELESLKLPAESNEK_"
- ],
- [
- 8748,
- 3,
- 9,
- 4,
- 0.11408,
- "_VINQILTEMDGMSTKK_"
- ],
- [
- 40139,
- 2,
- 14,
- 6,
- 0.18524,
- "_AAEEFVNVYYTTMDKR_"
- ],
- [
- 38292,
- 4,
- 10,
- 8,
- 0.1283,
- "_VISHAISEHVEDAGVHSGDATLM(Oxidation (M))LPTQTISQGAIEK_"
- ],
- [
- 19964,
- 2,
- 10,
- 3,
- 0.1283,
- "_IEPSELPLPGGGNR_"
- ],
- [
- 1488,
- 2,
- 16,
- 4,
- 0.21377,
- "_SPVYLTVLK_"
- ],
- [
- 12648,
- 3,
- 10,
- 5,
- 0.1283,
- "_IVPHICNLLGDPNSQVR_"
- ],
- [
- 14652,
- 4,
- 15,
- 6,
- 0.19951,
- "_EAIHALSSSEDGGHIFCTLESLKR_"
- ],
- [
- 35674,
- 2,
- 7,
- 2,
- 0.085559,
- "_DKSCEYCFDEPLLK_"
- ],
- [
- 15306,
- 3,
- 15,
- 2,
- 0.19951,
- "_AKLEAAIAEAEERGELALK_"
- ],
- [
- 7261,
- 4,
- 9,
- 4,
- 0.11408,
- "_YNRLDIIETNVKPSILEAQK_"
- ],
- [
- 51224,
- 2,
- 9,
- 6,
- 0.11408,
- "_(Acetyl (Protein N-term))M(Oxidation (M))MCGAPSATQPATAETQHIADQVR_"
- ],
- [
- 8667,
- 2,
- 10,
- 2,
- 0.1283,
- "_LLENMTEVVR_"
- ],
- [
- 15138,
- 2,
- 14,
- 5,
- 0.18524,
- "_AMVEYEIDLQK_"
- ],
- [
- 45058,
- 4,
- 11,
- 7,
- 0.14251,
- "_VFQEDPNSDPQQPTFSLTAHLHQAHSQDVNCVAWNPK_"
- ],
- [
- 29949,
- 2,
- 13,
- 6,
- 0.17101,
- "_VIGLSSDLQQVGGASAR_"
- ],
- [
- 22686,
- 2,
- 11,
- 4,
- 0.14251,
- "_VGLQAQPVPDEIVK_"
- ],
- [
- 3622,
- 4,
- 14,
- 5,
- 0.18524,
- "_LTDISVTDPEKYPHMLSVK_"
- ],
- [
- 34610,
- 2,
- 10,
- 2,
- 0.1283,
- "_SDDILEEGEKNLGNIK_"
- ],
- [
- 22112,
- 2,
- 18,
- 5,
- 0.24227,
- "_ARFEELNADLFR_"
- ],
- [
- 31383,
- 3,
- 13,
- 4,
- 0.17101,
- "_DSPCQLEALKLESCGVTSDNCR_"
- ],
- [
- 24489,
- 3,
- 19,
- 7,
- 0.2565,
- "_FVLCPECENPETDLHVNPK_"
- ],
- [
- 3437,
- 2,
- 12,
- 4,
- 0.15674,
- "_THILLFLPK_"
- ],
- [
- 10939,
- 2,
- 6,
- 3,
- 0.071242,
- "_NPVLQQVLEGR_"
- ],
- [
- 19808,
- 2,
- 13,
- 4,
- 0.171,
- "_ETLATQLDLAETK_"
- ],
- [
- 16144,
- 2,
- 12,
- 4,
- 0.15674,
- "_EIPVESIEEVSK_"
- ],
- [
- 23669,
- 2,
- 14,
- 5,
- 0.18524,
- "_QIIEDNPLGSLCR_"
- ],
- [
- 12326,
- 2,
- 13,
- 5,
- 0.171,
- "_NIVLSGGSTMFR_"
- ],
- [
- 21306,
- 2,
- 12,
- 5,
- 0.15674,
- "_QLLGEHLTAILQK_"
- ],
- [
- 11691,
- 2,
- 8,
- 2,
- 0.099788,
- "_NDPFTSDPFTK_"
- ],
- [
- 42527,
- 2,
- 21,
- 6,
- 0.28498,
- "_TVVSGLVNHVPLEQMQNR_"
- ],
- [
- 27986,
- 3,
- 11,
- 4,
- 0.14253,
- "_EDFLQLHEDWHYCGPQESK_"
- ],
- [
- 4824,
- 3,
- 12,
- 5,
- 0.15674,
- "_GQFAEHLLGAGFVSSR_"
- ],
- [
- 20426,
- 2,
- 17,
- 4,
- 0.228,
- "_VNDTIQIDLETGK_"
- ],
- [
- 3421,
- 4,
- 11,
- 2,
- 0.14253,
- "_SSHCGSNNSVLLELPIGLHK_"
- ],
- [
- 28641,
- 3,
- 9,
- 2,
- 0.11402,
- "_VSGQGLHEGHTFEPAEFIIDTR_"
- ],
- [
- 6452,
- 3,
- 13,
- 2,
- 0.171,
- "_HMGLMLATCSADGIVR_"
- ],
- [
- 51744,
- 3,
- 16,
- 9,
- 0.21374,
- "_TEPAAEAEAASGPSESPSPPAAEELPGSHAEPPVPAQGEAPGEQAR_"
- ],
- [
- 13651,
- 2,
- 10,
- 3,
- 0.12831,
- "_EVIFSVEDGSVK_"
- ],
- [
- 38878,
- 2,
- 13,
- 3,
- 0.171,
- "_AKFEEYGPVIECDIVK_"
- ],
- [
- 40795,
- 2,
- 10,
- 2,
- 0.12831,
- "_GIWKPETPQDSSGLAPFK_"
- ],
- [
- 39579,
- 2,
- 16,
- 3,
- 0.21374,
- "_SVGDNSSDLSNVAVIDGNR_"
- ],
- [
- 46728,
- 2,
- 27,
- 6,
- 0.37051,
- "_GLSEDTTEETLKESFDGSVR_"
- ],
- [
- 15405,
- 3,
- 13,
- 5,
- 0.171,
- "_AFGYVCGGEGQHQFFAIK_"
- ],
- [
- 38800,
- 2,
- 9,
- 2,
- 0.11402,
- "_DDNHSLTFFPESTEQK_"
- ],
- [
- 41162,
- 3,
- 20,
- 6,
- 0.27074,
- "_GHSSFVNEATFTQDGHYIISASSDGTVK_"
- ],
- [
- 29356,
- 2,
- 15,
- 4,
- 0.19947,
- "_ADAASSLTVDVTPPTAK_"
- ],
- [
- 30672,
- 2,
- 9,
- 3,
- 0.11402,
- "_GQFAEHLLGAGFVSSR_"
- ],
- [
- 20568,
- 2,
- 11,
- 5,
- 0.14253,
- "_GLYAAFDCTATMK_"
- ],
- [
- 12085,
- 3,
- 12,
- 5,
- 0.15674,
- "_VLMATNRPDTLDPALMR_"
- ],
- [
- 44427,
- 2,
- 14,
- 5,
- 0.18524,
- "_WSLEDDDDDEDDPAEAEK_"
- ],
- [
- 17122,
- 2,
- 15,
- 3,
- 0.19947,
- "_SAVPFNQYLPNK_"
- ],
- [
- 8152,
- 4,
- 12,
- 3,
- 0.15674,
- "_VSAVDQVSQTISLTRPFHNGVK_"
- ],
- [
- 5806,
- 4,
- 14,
- 6,
- 0.18524,
- "_EFHQAGKPIGLCCIAPVLAAK_"
- ],
- [
- 28276,
- 2,
- 17,
- 4,
- 0.228,
- "_YAPSGFYIASGDVSGK_"
- ],
- [
- 9713,
- 2,
- 17,
- 6,
- 0.228,
- "_APILIATDVASR_"
- ],
- [
- 32208,
- 2,
- 8,
- 2,
- 0.099788,
- "_EVNKFQMAYSNLLR_"
- ],
- [
- 19674,
- 2,
- 13,
- 6,
- 0.171,
- "_KLTEDDLILLEK_"
- ],
- [
- 35352,
- 3,
- 15,
- 7,
- 0.19947,
- "_EIGNLLHPSVPISNDEDVDNKVER_"
- ],
- [
- 18594,
- 2,
- 9,
- 2,
- 0.11402,
- "_LADISINYVNER_"
- ],
- [
- 13142,
- 3,
- 11,
- 7,
- 0.14254,
- "_YPIEHGIVTNWDDMEK_"
- ],
- [
- 13303,
- 2,
- 12,
- 5,
- 0.15677,
- "_DSQFNMAEGFR_"
- ],
- [
- 48030,
- 2,
- 12,
- 3,
- 0.15677,
- "_TQQGVPAQPADFQAEVESDTR_"
- ],
- [
- 49042,
- 2,
- 13,
- 4,
- 0.17098,
- "_DLVASVPDMQGDGEDNHMDGDK_"
- ],
- [
- 22136,
- 2,
- 13,
- 6,
- 0.17098,
- "_EDDLNSFNATDLK_"
- ],
- [
- 11426,
- 2,
- 23,
- 4,
- 0.31349,
- "_IELLGSYDPQK_"
- ],
- [
- 4676,
- 3,
- 8,
- 2,
- 0.099786,
- "_AGQQGLSVAFDLATHR_"
- ],
- [
- 50563,
- 2,
- 12,
- 5,
- 0.15677,
- "_QDTPSSFGQFTPQSSQGTPYTSR_"
- ],
- [
- 41726,
- 2,
- 10,
- 4,
- 0.12826,
- "_SVHGFQMLYADCYMNR_"
- ],
- [
- 3250,
- 2,
- 11,
- 4,
- 0.14254,
- "_VDEIFGQLR_"
- ],
- [
- 19936,
- 2,
- 11,
- 3,
- 0.14254,
- "_AANPGCSLEDFVR_"
- ],
- [
- 18500,
- 2,
- 6,
- 2,
- 0.071208,
- "_MDLLPLHMGLHK_"
- ],
- [
- 37996,
- 2,
- 13,
- 3,
- 0.17098,
- "_YYTGVVNNNEMVALQR_"
- ],
- [
- 4775,
- 3,
- 8,
- 2,
- 0.099786,
- "_TVEDDLLLQKPFQK_"
- ],
- [
- 41855,
- 2,
- 10,
- 3,
- 0.12826,
- "_SSGDVHLSISSDVSTFTTR_"
- ],
- [
- 9507,
- 3,
- 11,
- 2,
- 0.14254,
- "_VLGVSDVITWNDIHHK_"
- ],
- [
- 13435,
- 3,
- 16,
- 7,
- 0.2137,
- "_MTCHIDQLNTWYDMK_"
- ],
- [
- 8435,
- 3,
- 19,
- 4,
- 0.25649,
- "_VPEWCLDDWHPSEK_"
- ],
- [
- 30814,
- 4,
- 19,
- 7,
- 0.25649,
- "_IQKPNEVSSPPTTSAVIPPAVPQAQHLVAQPR_"
- ],
- [
- 4421,
- 2,
- 9,
- 3,
- 0.11403,
- "_EIAEELFTR_"
- ],
- [
- 14741,
- 3,
- 9,
- 2,
- 0.11403,
- "_SSGDVHLSISSDVSTFTTR_"
- ],
- [
- 30853,
- 3,
- 15,
- 6,
- 0.19947,
- "_KTPQGPPEIYSDTQFPSLQSTAK_"
- ],
- [
- 31881,
- 2,
- 15,
- 5,
- 0.19947,
- "_ACQSIYPLHDVFVR_"
- ],
- [
- 49132,
- 3,
- 9,
- 5,
- 0.11403,
- "_ESPRPLQLPGAEGPAISDGEEGGGEPGAGGGAAGAAGAGR_"
- ],
- [
- 594,
- 3,
- 14,
- 5,
- 0.18524,
- "_QLLGEHLTAILQK_"
- ],
- [
- 33272,
- 3,
- 9,
- 5,
- 0.11403,
- "_SAVLQPGCPSVGIPHSGYVNAQLEK_"
- ],
- [
- 5348,
- 3,
- 3,
- 2,
- 0.028466,
- "_SWEVNFGYIEHGEK_"
- ],
- [
- 26191,
- 2,
- 14,
- 3,
- 0.18524,
- "_VTLVFEHVDQDLR_"
- ],
- [
- 14162,
- 2,
- 14,
- 6,
- 0.18524,
- "_DKLNNLVLFDK_"
- ],
- [
- 6835,
- 4,
- 15,
- 4,
- 0.19947,
- "_HQDLQFAGLLNPLDSPHHMR_"
- ],
- [
- 29455,
- 3,
- 21,
- 7,
- 0.28498,
- "_LPSEGPRPAHVVVGDVLQAADVDK_"
- ],
- [
- 3632,
- 2,
- 9,
- 4,
- 0.11403,
- "_M(Oxidation (M))FLSFPTTK_"
- ],
- [
- 37495,
- 2,
- 14,
- 5,
- 0.18524,
- "_AEMALLMMDEDEDSKK_"
- ],
- [
- 3118,
- 3,
- 22,
- 8,
- 0.29922,
- "_LSAMLVPVTPEVKPK_"
- ],
- [
- 19385,
- 4,
- 22,
- 8,
- 0.29922,
- "_IGEEQSAEDAEDGPPELLFIHGGHTAK_"
- ],
- [
- 16257,
- 2,
- 14,
- 5,
- 0.18524,
- "_NYIQGINLVQAK_"
- ],
- [
- 20279,
- 2,
- 18,
- 3,
- 0.24224,
- "_SLLVNPEGPTLM(Oxidation (M))R_"
- ],
- [
- 34121,
- 2,
- 17,
- 7,
- 0.22798,
- "_IQSATVLLNEDVSDEK_"
- ],
- [
- 27135,
- 2,
- 19,
- 7,
- 0.25652,
- "_SAYALGGLGSGICPNR_"
- ],
- [
- 22993,
- 2,
- 18,
- 4,
- 0.24226,
- "_NVNIQNFHISWK_"
- ],
- [
- 2822,
- 2,
- 17,
- 4,
- 0.22799,
- "_FEAPLFNAR_"
- ],
- [
- 49871,
- 2,
- 13,
- 5,
- 0.17105,
- "_VINAAHSFYNGTTTLPISDEDR_"
- ],
- [
- 27859,
- 2,
- 17,
- 6,
- 0.22799,
- "_LSAMLVPVTPEVKPK_"
- ],
- [
- 32966,
- 2,
- 17,
- 6,
- 0.22799,
- "_HMGLMLATCSADGIVR_"
- ],
- [
- 15713,
- 2,
- 19,
- 4,
- 0.25652,
- "_FQETEFLSPPR_"
- ],
- [
- 25855,
- 3,
- 13,
- 6,
- 0.17105,
- "_DLVASVPDMQGDGEDNHMDGDK_"
- ],
- [
- 50269,
- 2,
- 10,
- 3,
- 0.12831,
- "_DWDSPYSHDLDTSADSVGNACR_"
- ],
- [
- 46475,
- 2,
- 10,
- 4,
- 0.12831,
- "_LLHYLGHVMVNGPTTPIPVK_"
- ],
- [
- 9156,
- 2,
- 19,
- 4,
- 0.25652,
- "_IEYDTFGELK_"
- ],
- [
- 4557,
- 3,
- 19,
- 4,
- 0.25652,
- "_YEDFSNLGTTHLLR_"
- ],
- [
- 9203,
- 2,
- 13,
- 5,
- 0.17105,
- "_YYMLNIEAAK_"
- ],
- [
- 4336,
- 2,
- 14,
- 5,
- 0.18526,
- "_GEVGLLFTNR_"
- ],
- [
- 25853,
- 3,
- 13,
- 6,
- 0.17105,
- "_YNRLDIIETNVKPSILEAQK_"
- ],
- [
- 4117,
- 2,
- 22,
- 5,
- 0.29926,
- "_MPDVDISVPK_"
- ],
- [
- 39241,
- 2,
- 10,
- 5,
- 0.12831,
- "_DVNLEVTAKPVPLNSGVR_"
- ],
- [
- 1427,
- 2,
- 11,
- 4,
- 0.14254,
- "_EMVSLLPTK_"
- ],
- [
- 17635,
- 2,
- 15,
- 4,
- 0.19952,
- "_YSPPAISPLVSEK_"
- ],
- [
- 22416,
- 2,
- 11,
- 3,
- 0.14254,
- "_VFNCISYSPLCK_"
- ],
- [
- 32496,
- 2,
- 12,
- 6,
- 0.15683,
- "_SSTGPEPPAPTPLLAER_"
- ],
- [
- 11451,
- 4,
- 11,
- 5,
- 0.14254,
- "_EMITMLHYDLLHHPYEPSGNK_"
- ],
- [
- 14961,
- 3,
- 11,
- 6,
- 0.14254,
- "_RPTEICADPQFIIGGATR_"
- ],
- [
- 2585,
- 2,
- 9,
- 2,
- 0.11407,
- "_TQLNLLLDK_"
- ],
- [
- 7849,
- 2,
- 9,
- 3,
- 0.11407,
- "_TGLAVLELQNK_"
- ],
- [
- 28849,
- 2,
- 13,
- 7,
- 0.17105,
- "_WLQDLQEENESLK_"
- ],
- [
- 39105,
- 2,
- 18,
- 5,
- 0.24226,
- "_KDDPVTNLNNAFEVAEK_"
- ],
- [
- 1086,
- 3,
- 13,
- 3,
- 0.17105,
- "_LPPVLSHPIFDNR_"
- ],
- [
- 5248,
- 2,
- 13,
- 6,
- 0.17105,
- "_IGVPSATEIIK_"
- ],
- [
- 40783,
- 2,
- 9,
- 3,
- 0.11407,
- "_M(Oxidation (M))QEVYNFNAINNSEIR_"
- ],
- [
- 24204,
- 3,
- 10,
- 3,
- 0.12831,
- "_NVQQIGILKPHPAYVQLLEK_"
- ],
- [
- 34141,
- 3,
- 16,
- 6,
- 0.21376,
- "_DVIGIAHHPHQNLIATYSEDGLLK_"
- ],
- [
- 44008,
- 2,
- 12,
- 7,
- 0.15678,
- "_ISNTAISISDHTALAQFCK_"
- ],
- [
- 37658,
- 2,
- 13,
- 5,
- 0.17107,
- "_QLQAFMDESTQCFQK_"
- ],
- [
- 47706,
- 3,
- 13,
- 7,
- 0.17107,
- "_AAEAAPPTQEAQGETEPTEQAPDALEQAADTSR_"
- ],
- [
- 46179,
- 2,
- 11,
- 5,
- 0.14255,
- "_DFQDYMEPEEGCQGSPQR_"
- ],
- [
- 41908,
- 2,
- 10,
- 2,
- 0.12831,
- "_KFDEVLVNHFCEEFGK_"
- ],
- [
- 48321,
- 2,
- 12,
- 5,
- 0.15678,
- "_GGM(Oxidation (M))GSGGLATGIAGGLAGM(Oxidation (M))GGIQNEK_"
- ],
- [
- 9593,
- 3,
- 10,
- 4,
- 0.12831,
- "_EHIIGQESAIATVGAAIR_"
- ],
- [
- 43801,
- 2,
- 12,
- 7,
- 0.15678,
- "_SDMMEENIDTSAQAVAETK_"
- ],
- [
- 11774,
- 2,
- 12,
- 5,
- 0.15678,
- "_SCYEDGWLIK_"
- ],
- [
- 10782,
- 3,
- 11,
- 4,
- 0.14255,
- "_HHGDVMDLQFFDQER_"
- ],
- [
- 51190,
- 3,
- 11,
- 6,
- 0.14255,
- "_RPSFSSTPVISPAPNSTPANSNTNSNSSLITSQDAVER_"
- ],
- [
- 35178,
- 2,
- 12,
- 3,
- 0.15678,
- "_AEAAASALADADADLEER_"
- ],
- [
- 17311,
- 2,
- 11,
- 4,
- 0.14255,
- "_YGVEQVGDMIDR_"
- ],
- [
- 28646,
- 2,
- 12,
- 5,
- 0.15678,
- "_GSQWSDIEEFCNR_"
- ],
- [
- 46812,
- 2,
- 12,
- 5,
- 0.15678,
- "_HYGFQLYQSDPSGNYGGWK_"
- ],
- [
- 3925,
- 3,
- 11,
- 3,
- 0.14255,
- "_ALDIDLDKPLADSEK_"
- ],
- [
- 20843,
- 3,
- 11,
- 2,
- 0.14255,
- "_TLPQQESLEIELAEEKPVK_"
- ],
- [
- 7645,
- 2,
- 12,
- 2,
- 0.15678,
- "_DYDWINAER_"
- ],
- [
- 13451,
- 2,
- 13,
- 3,
- 0.17107,
- "_WSLELEDQER_"
- ],
- [
- 2624,
- 2,
- 13,
- 3,
- 0.17107,
- "_EVLSLLQEK_"
- ],
- [
- 7620,
- 2,
- 11,
- 4,
- 0.14255,
- "_QVIGTGSFFPK_"
- ],
- [
- 47433,
- 2,
- 13,
- 5,
- 0.17107,
- "_ELQQELQEYEVVTESEKR_"
- ],
- [
- 15784,
- 2,
- 9,
- 2,
- 0.11401,
- "_SDTLGHILPTLGK_"
- ],
- [
- 3723,
- 4,
- 22,
- 6,
- 0.29926,
- "_QEAVSMIPPLLLNVRPHHK_"
- ],
- [
- 2706,
- 2,
- 23,
- 3,
- 0.3135,
- "_EVMLVGIGDK_"
- ],
- [
- 19168,
- 2,
- 18,
- 6,
- 0.24223,
- "_ELVTQQLPHLLK_"
- ],
- [
- 17482,
- 3,
- 17,
- 6,
- 0.228,
- "_ISNTAISISDHTALAQFCK_"
- ],
- [
- 42080,
- 2,
- 9,
- 5,
- 0.11401,
- "_ELDPSLVSANDSPSGMQTR_"
- ],
- [
- 24990,
- 2,
- 9,
- 3,
- 0.11401,
- "_FLESTDSFNNELK_"
- ],
- [
- 42914,
- 2,
- 9,
- 5,
- 0.11401,
- "_GKENQLQLSCFINQEVK_"
- ],
- [
- 8814,
- 3,
- 9,
- 3,
- 0.11401,
- "_KYDVMNDMMSLGIHR_"
- ],
- [
- 23803,
- 2,
- 17,
- 4,
- 0.228,
- "_INLQQQPPPLQIK_"
- ],
- [
- 6371,
- 3,
- 8,
- 4,
- 0.099736,
- "_LFQFLQAEPHNSLGK_"
- ],
- [
- 34985,
- 2,
- 14,
- 4,
- 0.18529,
- "_VADPTPFHIQAEVTMK_"
- ],
- [
- 187,
- 3,
- 19,
- 5,
- 0.25651,
- "_LELSVHLQPITR_"
- ],
- [
- 32175,
- 2,
- 14,
- 6,
- 0.18529,
- "_KLEPISNDDLLVVEK_"
- ],
- [
- 15459,
- 4,
- 16,
- 7,
- 0.21376,
- "_EIGNLLHPSVPISNDEDVDNKVER_"
- ],
- [
- 31489,
- 2,
- 5,
- 2,
- 0.056994,
- "_VYSYYNLDETCIR_"
- ],
- [
- 16741,
- 2,
- 19,
- 5,
- 0.25651,
- "_LDYDEDASAMLK_"
- ],
- [
- 32103,
- 2,
- 13,
- 4,
- 0.17107,
- "_TFCSLSCLSSYEEK_"
- ],
- [
- 26527,
- 2,
- 13,
- 2,
- 0.17107,
- "_EEFPNENQVVFAR_"
- ],
- [
- 37987,
- 2,
- 8,
- 2,
- 0.09974,
- "_ETLEAGNYESPMELCK_"
- ],
- [
- 36434,
- 2,
- 8,
- 4,
- 0.09974,
- "_TEPSVFTASSSNSELIR_"
- ],
- [
- 4387,
- 3,
- 9,
- 5,
- 0.11398,
- "_LMVNPFAYEEYRK_"
- ],
- [
- 12153,
- 3,
- 8,
- 4,
- 0.09974,
- "_KPYVLNDLEAEASLPEK_"
- ],
- [
- 40863,
- 2,
- 19,
- 7,
- 0.25647,
- "_QGVQVQVSTSNISSLEGAR_"
- ],
- [
- 46338,
- 2,
- 11,
- 5,
- 0.14256,
- "_EHGLNPDVVQNIQDICNSK_"
- ],
- [
- 32942,
- 2,
- 11,
- 5,
- 0.14256,
- "_LSLPQNETVADTTLTK_"
- ],
- [
- 43244,
- 2,
- 11,
- 4,
- 0.14256,
- "_AEVIM(Oxidation (M))NYHVGETVLSLQK_"
- ],
- [
- 8018,
- 3,
- 12,
- 3,
- 0.15679,
- "_VADPTPFHIQAEVTMK_"
- ],
- [
- 12653,
- 3,
- 19,
- 5,
- 0.25647,
- "_EILLSADHIIIATGGRPR_"
- ],
- [
- 38289,
- 2,
- 40,
- 2,
- 0.55576,
- "_NLPPSGAVPVTGIPPHVVK_"
- ],
- [
- 26834,
- 3,
- 12,
- 6,
- 0.15679,
- "_NVNNEVHFFENNNFNTIANK_"
- ],
- [
- 7538,
- 3,
- 6,
- 4,
- 0.071236,
- "_LVPFDHAESTYGLYR_"
- ],
- [
- 17875,
- 2,
- 6,
- 3,
- 0.071236,
- "_YTNLLQGWQNR_"
- ],
- [
- 31077,
- 3,
- 12,
- 6,
- 0.15679,
- "_TGDFQLHTNVNDGTEFGGSIYQK_"
- ],
- [
- 33618,
- 2,
- 12,
- 3,
- 0.15679,
- "_DIQDSLTVSNEVQTAK_"
- ],
- [
- 5880,
- 2,
- 20,
- 5,
- 0.27075,
- "_TFDEIASGFR_"
- ],
- [
- 28072,
- 3,
- 18,
- 7,
- 0.24224,
- "_VINAAHSFYNGTTTLPISDEDR_"
- ],
- [
- 3148,
- 2,
- 9,
- 2,
- 0.11398,
- "_STLDIVLANK_"
- ],
- [
- 49920,
- 2,
- 17,
- 6,
- 0.22801,
- "_EPGYTPPGAGNQNPPGMYPVTGPK_"
- ],
- [
- 7251,
- 4,
- 13,
- 4,
- 0.17103,
- "_LQSNPSLEGVSHVIVDEVHER_"
- ],
- [
- 35742,
- 2,
- 15,
- 3,
- 0.19954,
- "_KGINTLVTYDMVPEPK_"
- ],
- [
- 35723,
- 2,
- 13,
- 4,
- 0.17103,
- "_SWQDELAQQAEEGSAR_"
- ],
- [
- 10311,
- 3,
- 13,
- 3,
- 0.17103,
- "_LIILEHYSQASEWAAK_"
- ],
- [
- 14567,
- 4,
- 14,
- 5,
- 0.18531,
- "_SLSLSLADSGHLPDVHGFNSYGSHR_"
- ],
- [
- 11148,
- 2,
- 11,
- 4,
- 0.14256,
- "_SNILLLGPTGSGK_"
- ],
- [
- 28850,
- 3,
- 10,
- 6,
- 0.12825,
- "_YESGDHVAVYPANDSALVNQLGK_"
- ],
- [
- 4339,
- 2,
- 15,
- 2,
- 0.19954,
- "_VGASEAALFLK_"
- ],
- [
- 42402,
- 2,
- 10,
- 4,
- 0.12825,
- "_KDGLVSLLTTSEGADEPQR_"
- ],
- [
- 22165,
- 4,
- 11,
- 5,
- 0.14256,
- "_DFYLATSPPDSFLDDHHLTRPHPER_"
- ],
- [
- 21544,
- 3,
- 13,
- 6,
- 0.17103,
- "_HYGFQLYQSDPSGNYGGWK_"
- ],
- [
- 37454,
- 3,
- 11,
- 6,
- 0.14256,
- "_VILNPVNAGQPLHASNYELSDNAGCK_"
- ],
- [
- 20804,
- 3,
- 13,
- 6,
- 0.17103,
- "_EHGLNPDVVQNIQDICNSK_"
- ],
- [
- 31443,
- 2,
- 9,
- 3,
- 0.11398,
- "_SLDIGNQMNVSEEMK_"
- ],
- [
- 38519,
- 4,
- 14,
- 8,
- 0.18531,
- "_ANTSGDFEKDDDAYKTEDSDDIHFEPVVQMPEK_"
- ],
- [
- 26693,
- 2,
- 16,
- 5,
- 0.21375,
- "_TICAILENYQTEK_"
- ],
- [
- 38218,
- 3,
- 9,
- 6,
- 0.11398,
- "_IDPTVTM(Oxidation (M))MQVEEKPDVTYSDVGGCK_"
- ],
- [
- 49936,
- 2,
- 15,
- 5,
- 0.19954,
- "_SSLSNCNSDSEQENISMVEGLK_"
- ],
- [
- 42493,
- 2,
- 9,
- 5,
- 0.11397,
- "_NETGGGEGVEVLVNEPYEK_"
- ],
- [
- 50086,
- 2,
- 8,
- 2,
- 0.099715,
- "_YESGDHVAVYPANDSALVNQLGK_"
- ],
- [
- 14224,
- 3,
- 13,
- 2,
- 0.17103,
- "_VEVRPMMYVALTYDHR_"
- ],
- [
- 21251,
- 3,
- 8,
- 5,
- 0.099715,
- "_HSATTVFGANTPIVSCNFDR_"
- ],
- [
- 36300,
- 2,
- 7,
- 4,
- 0.085468,
- "_SMIYTGCYDGSIQAVR_"
- ],
- [
- 36103,
- 2,
- 12,
- 2,
- 0.15679,
- "_GQDGSPQIENIQPFSAK_"
- ],
- [
- 3934,
- 2,
- 13,
- 4,
- 0.17103,
- "_EIQVIPLQR_"
- ],
- [
- 5501,
- 2,
- 11,
- 3,
- 0.14248,
- "_LDDQIFLNR_"
- ],
- [
- 12850,
- 3,
- 11,
- 2,
- 0.14248,
- "_DLIGHIVEFSQDQHGSR_"
- ],
- [
- 7129,
- 2,
- 11,
- 2,
- 0.14248,
- "_NGGQILIADLR_"
- ],
- [
- 25526,
- 3,
- 10,
- 2,
- 0.12821,
- "_PSYVLSGSAM(Oxidation (M))NVVFSEDEMKK_"
- ],
- [
- 4057,
- 3,
- 11,
- 5,
- 0.14248,
- "_FVEYYLTSFHEGR_"
- ],
- [
- 41320,
- 2,
- 10,
- 2,
- 0.12821,
- "_GMQGPPPQGSMLGPPQELR_"
- ],
- [
- 14202,
- 2,
- 10,
- 4,
- 0.12821,
- "_VTGCLIVCIER_"
- ],
- [
- 47225,
- 3,
- 12,
- 6,
- 0.15679,
- "_KVEGQLGCKPEVTIECTGAEASIQAGIYATR_"
- ],
- [
- 39500,
- 2,
- 11,
- 5,
- 0.14248,
- "_KPYVLNDLEAEASLPEK_"
- ],
- [
- 13404,
- 2,
- 11,
- 3,
- 0.14248,
- "_VNYGAYINDFK_"
- ],
- [
- 817,
- 2,
- 12,
- 5,
- 0.15679,
- "_LLQAFLER_"
- ],
- [
- 29968,
- 2,
- 9,
- 3,
- 0.11397,
- "_ATEGIAMEIDYASCK_"
- ],
- [
- 25614,
- 2,
- 9,
- 4,
- 0.11397,
- "_LLLCGGAPLSATTQR_"
- ],
- [
- 32294,
- 2,
- 12,
- 5,
- 0.15679,
- "_IFVMATHGLLSSDAPR_"
- ],
- [
- 32862,
- 2,
- 12,
- 5,
- 0.15679,
- "_LFQFLQAEPHNSLGK_"
- ],
- [
- 27890,
- 2,
- 12,
- 4,
- 0.15679,
- "_NTVLATWQPYTTSK_"
- ],
- [
- 18279,
- 2,
- 12,
- 5,
- 0.15679,
- "_QFLSQFEMQSR_"
- ],
- [
- 8505,
- 2,
- 11,
- 3,
- 0.14248,
- "_EDSAVFYELK_"
- ],
- [
- 25095,
- 2,
- 11,
- 4,
- 0.14248,
- "_AMGVVVATGVNTEIGK_"
- ],
- [
- 33853,
- 2,
- 12,
- 4,
- 0.15679,
- "_GPGGSSLLIEALSNSSHK_"
- ],
- [
- 13518,
- 2,
- 10,
- 5,
- 0.12821,
- "_LTVMSLQESGLK_"
- ],
- [
- 37602,
- 2,
- 14,
- 6,
- 0.18526,
- "_LIILEHYSQASEWAAK_"
- ],
- [
- 33741,
- 2,
- 27,
- 7,
- 0.3705,
- "_LVEALCAEHQINLIK_"
- ],
- [
- 4764,
- 2,
- 15,
- 5,
- 0.19955,
- "_VIGTLLGTVDK_"
- ],
- [
- 30962,
- 2,
- 15,
- 6,
- 0.19955,
- "_SDDYMPMSPASVSAPK_"
- ],
- [
- 42333,
- 4,
- 14,
- 8,
- 0.18526,
- "_NPAVYNFTHQGAGLNMTVHSALDSDEQSHQAVTEAMR_"
- ],
- [
- 13208,
- 3,
- 15,
- 5,
- 0.19955,
- "_KGFSEGLWEIENNPTVK_"
- ],
- [
- 36708,
- 2,
- 13,
- 4,
- 0.17103,
- "_SMLQATAEANNLAAAASAK_"
- ],
- [
- 33809,
- 2,
- 15,
- 6,
- 0.19955,
- "_ELPIAPSHVIEMSSSR_"
- ],
- [
- 24840,
- 2,
- 16,
- 5,
- 0.21377,
- "_ILLAELEQLKGQGK_"
- ],
- [
- 10984,
- 2,
- 20,
- 4,
- 0.27071,
- "_RFDAMPFTLR_"
- ],
- [
- 46167,
- 2,
- 20,
- 5,
- 0.27071,
- "_GSLAEAVGSPPPAATPTPTPPTR_"
- ],
- [
- 13788,
- 3,
- 19,
- 7,
- 0.25648,
- "_VVTATLWGEDADKFDGSR_"
- ],
- [
- 48061,
- 2,
- 15,
- 5,
- 0.19955,
- "_ENCPACSQLPQNIQFSPSAK_"
- ],
- [
- 20453,
- 3,
- 13,
- 6,
- 0.17103,
- "_KGIVDQSQQAYQEAFEISK_"
- ],
- [
- 47117,
- 2,
- 14,
- 4,
- 0.18526,
- "_VPPAPVPCPPPSPGPSAVPSSPK_"
- ],
- [
- 11738,
- 3,
- 15,
- 5,
- 0.19955,
- "_KDDPVTNLNNAFEVAEK_"
- ],
- [
- 41600,
- 2,
- 16,
- 5,
- 0.21377,
- "_MGVFAQADGSAYIEQGNTK_"
- ],
- [
- 5646,
- 3,
- 21,
- 7,
- 0.28498,
- "_ACQSIYPLHDVFVR_"
- ],
- [
- 24691,
- 2,
- 17,
- 4,
- 0.22798,
- "_SLCNLEESITSAGR_"
- ],
- [
- 34375,
- 2,
- 18,
- 5,
- 0.24224,
- "_DAEDAMDAM(Oxidation (M))DGAVLDGR_"
- ],
- [
- 6912,
- 2,
- 18,
- 4,
- 0.2422,
- "_SGFNLEELEK_"
- ],
- [
- 27514,
- 2,
- 12,
- 2,
- 0.1567,
- "_NLLLLANSTEEQQK_"
- ],
- [
- 15411,
- 3,
- 12,
- 6,
- 0.1567,
- "_KDGLVSLLTTSEGADEPQR_"
- ],
- [
- 2989,
- 2,
- 6,
- 4,
- 0.071217,
- "_EIIDPVLDR_"
- ],
- [
- 16788,
- 4,
- 16,
- 7,
- 0.21376,
- "_KGADSLEDFLYHEGYACTSIHGDR_"
- ],
- [
- 8483,
- 2,
- 18,
- 5,
- 0.2422,
- "_APQLVGQFIAR_"
- ],
- [
- 10079,
- 3,
- 12,
- 2,
- 0.1567,
- "_QHLQATGVSLGGVDLTVR_"
- ],
- [
- 23351,
- 2,
- 18,
- 4,
- 0.2422,
- "_IFVEFSIASETHK_"
- ],
- [
- 43236,
- 2,
- 19,
- 6,
- 0.25645,
- "_HPHDIIDDINSGAVECPAS_"
- ],
- [
- 27710,
- 2,
- 19,
- 6,
- 0.25645,
- "_GPCIIYNEDNGIIK_"
- ],
- [
- 7355,
- 2,
- 11,
- 2,
- 0.14242,
- "_VSEEIEDIIK_"
- ],
- [
- 32328,
- 2,
- 11,
- 4,
- 0.14242,
- "_TPLIDLCDGQADQAAK_"
- ],
- [
- 44872,
- 2,
- 12,
- 4,
- 0.1567,
- "_TSVVVGTWNQEEHIEWAK_"
- ],
- [
- 14527,
- 3,
- 11,
- 2,
- 0.14242,
- "_TEEFHGHAVNLLGNLPLK_"
- ],
- [
- 25789,
- 3,
- 11,
- 4,
- 0.14242,
- "_GNKEPNPMVQLSIQDVTQESK_"
- ],
- [
- 38087,
- 2,
- 9,
- 4,
- 0.12819,
- "_HHGDVMDLQFFDQER_"
- ],
- [
- 41665,
- 2,
- 11,
- 3,
- 0.14242,
- "_TEEFHGHAVNLLGNLPLK_"
- ],
- [
- 37145,
- 2,
- 12,
- 5,
- 0.1567,
- "_LKGDVDVSLPEVEGEMK_"
- ],
- [
- 4677,
- 3,
- 5,
- 4,
- 0.056934,
- "_NIPMSVNDIVKPGMR_"
- ],
- [
- 51308,
- 2,
- 17,
- 7,
- 0.22798,
- "_FQGASNLTLSETQNGDVSEETMGSR_"
- ],
- [
- 3058,
- 2,
- 4,
- 3,
- 0.042688,
- "_LLNIWQER_"
- ],
- [
- 40141,
- 2,
- 10,
- 5,
- 0.12819,
- "_LSSSQGTIETSLQDIDSR_"
- ],
- [
- 29653,
- 2,
- 33,
- 6,
- 0.45596,
- "_LVLEVAQHLGESTVR_"
- ],
- [
- 12711,
- 3,
- 12,
- 4,
- 0.1567,
- "_LLGHWEEAAHDLALACK_"
- ],
- [
- 36118,
- 2,
- 21,
- 7,
- 0.28492,
- "_IINEPTAAAIAYGLDKR_"
- ],
- [
- 25831,
- 2,
- 14,
- 2,
- 0.18524,
- "_SEEMTLQINELQK_"
- ],
- [
- 30091,
- 2,
- 14,
- 2,
- 0.18524,
- "_EGEIAMLGGVGEENEK_"
- ],
- [
- 47393,
- 2,
- 14,
- 8,
- 0.18524,
- "_AGDWQCPNPGCGNQNFAWR_"
- ],
- [
- 1767,
- 2,
- 7,
- 2,
- 0.085454,
- "_IGLINDMVR_"
- ],
- [
- 9869,
- 3,
- 13,
- 3,
- 0.171,
- "_LKGDVDVSLPEVEGEMK_"
- ],
- [
- 5430,
- 2,
- 7,
- 2,
- 0.085454,
- "_LSVTNLEDLK_"
- ],
- [
- 26605,
- 2,
- 14,
- 2,
- 0.18524,
- "_ALVEFTNSPDCLSK_"
- ],
- [
- 16463,
- 3,
- 23,
- 7,
- 0.31345,
- "_HPHDIIDDINSGAVECPAS_"
- ],
- [
- 49445,
- 2,
- 13,
- 7,
- 0.171,
- "_NVNNEVHFFENNNFNTIANK_"
- ],
- [
- 40506,
- 2,
- 15,
- 6,
- 0.19947,
- "_KGFSEGLWEIENNPTVK_"
- ],
- [
- 33269,
- 3,
- 13,
- 5,
- 0.171,
- "_(Acetyl (Protein N-term))SFDPNLLHNNGHNGYPNGTSAALR_"
- ],
- [
- 1966,
- 2,
- 11,
- 3,
- 0.14242,
- "_VWSEELFK_"
- ],
- [
- 6575,
- 2,
- 9,
- 4,
- 0.11393,
- "_VFDPVPVGVTK_"
- ],
- [
- 9758,
- 2,
- 9,
- 2,
- 0.11393,
- "_GIVGVENVAELK_"
- ],
- [
- 3536,
- 2,
- 21,
- 5,
- 0.28492,
- "_AVPEGFVIPR_"
- ],
- [
- 41061,
- 2,
- 16,
- 4,
- 0.21376,
- "_VVTATLWGEDADKFDGSR_"
- ],
- [
- 31206,
- 2,
- 11,
- 4,
- 0.14243,
- "_GVSEPLMENGSGAWVR_"
- ],
- [
- 7027,
- 3,
- 9,
- 3,
- 0.11393,
- "_IPSVSWHDVGGLQEVK_"
- ],
- [
- 3459,
- 4,
- 13,
- 6,
- 0.17094,
- "_GFSDKLDFLEGDQKPLAQR_"
- ],
- [
- 20415,
- 2,
- 11,
- 4,
- 0.14243,
- "_NLQCLVIDEADR_"
- ],
- [
- 8300,
- 2,
- 9,
- 4,
- 0.11393,
- "_IVAFENAFER_"
- ],
- [
- 19273,
- 3,
- 11,
- 4,
- 0.14243,
- "_AEAQQVEALPGPSLDQWHR_"
- ],
- [
- 11796,
- 2,
- 12,
- 4,
- 0.15667,
- "_NVMILTNPVAAK_"
- ],
- [
- 24795,
- 3,
- 12,
- 5,
- 0.15667,
- "_SAKPVGPEDMGATAVYELDTEK_"
- ],
- [
- 30468,
- 2,
- 9,
- 5,
- 0.11393,
- "_NIPMSVNDIVKPGMR_"
- ],
- [
- 11670,
- 2,
- 14,
- 3,
- 0.18525,
- "_GPNSALVQQLIK_"
- ],
- [
- 27781,
- 2,
- 14,
- 5,
- 0.18525,
- "_AEGPQEWVFQECK_"
- ],
- [
- 14175,
- 4,
- 12,
- 5,
- 0.15667,
- "_LFNISGHVNHPCTVEEEMSVPLK_"
- ],
- [
- 4131,
- 2,
- 12,
- 4,
- 0.15667,
- "_LNIGDLQVTK_"
- ],
- [
- 5853,
- 2,
- 20,
- 5,
- 0.2707,
- "_GDLGIEIPAEK_"
- ],
- [
- 35866,
- 4,
- 12,
- 7,
- 0.15667,
- "_(Acetyl (Protein N-term))SYKPNLAAHMPAAALNAAGSVHSPSTSMATSSQYR_"
- ],
- [
- 33345,
- 3,
- 19,
- 7,
- 0.25644,
- "_HLCICSVDPPGCTDIDDALHCR_"
- ],
- [
- 7118,
- 3,
- 15,
- 4,
- 0.19948,
- "_GPGGSSLLIEALSNSSHK_"
- ],
- [
- 19153,
- 2,
- 15,
- 6,
- 0.19948,
- "_GFSVVADTPELQR_"
- ],
- [
- 1296,
- 2,
- 18,
- 5,
- 0.24223,
- "_FVPLLPGNR_"
- ],
- [
- 51289,
- 2,
- 11,
- 5,
- 0.14243,
- "_AGEMASSAQDESETTVTGSDPFYDR_"
- ],
- [
- 38089,
- 2,
- 13,
- 6,
- 0.17094,
- "_ADAGFVYSEAVASHYMR_"
- ],
- [
- 43528,
- 2,
- 13,
- 6,
- 0.17094,
- "_ITAQENDMEVELPAAANSR_"
- ],
- [
- 15923,
- 2,
- 16,
- 5,
- 0.21372,
- "_INFYCPGSALGR_"
- ],
- [
- 2722,
- 2,
- 18,
- 6,
- 0.24223,
- "_WDAWNELK_"
- ],
- [
- 1452,
- 2,
- 9,
- 3,
- 0.11393,
- "_MQFGVPLAR_"
- ],
- [
- 30741,
- 2,
- 9,
- 4,
- 0.11393,
- "_SEVQAMLGQSTEELR_"
- ],
- [
- 40042,
- 2,
- 18,
- 4,
- 0.24223,
- "_LLGHWEEAAHDLALACK_"
- ],
- [
- 23984,
- 2,
- 11,
- 4,
- 0.14243,
- "_AVVQVFEGTSGIDAK_"
- ],
- [
- 6244,
- 2,
- 2,
- 2,
- 0.014243,
- "_ETAVFINISR_"
- ],
- [
- 35550,
- 2,
- 11,
- 5,
- 0.14243,
- "_AEQEGGMQFWVSSESK_"
- ],
- [
- 36259,
- 2,
- 18,
- 7,
- 0.24223,
- "_NETLGGTCLNVGCIPSK_"
- ],
- [
- 40310,
- 2,
- 14,
- 3,
- 0.18525,
- "_ELQYLQGHLVSSDLSPR_"
- ],
- [
- 6812,
- 3,
- 9,
- 4,
- 0.11393,
- "_LLLEFTDTSYEEKR_"
- ],
- [
- 28807,
- 2,
- 11,
- 5,
- 0.14243,
- "_LISVETDIVVDHYK_"
- ],
- [
- 20906,
- 2,
- 10,
- 3,
- 0.12817,
- "_WAHLDIAGVMTNK_"
- ],
- [
- 17244,
- 3,
- 18,
- 6,
- 0.24223,
- "_KEDLISAFGTDDQTEICK_"
- ],
- [
- 43592,
- 2,
- 4,
- 2,
- 0.04269,
- "_ESPVCTSGWYHLAEAQVK_"
- ],
- [
- 12695,
- 3,
- 8,
- 5,
- 0.099706,
- "_IVLNSIEQYQAHVSGFK_"
- ],
- [
- 24424,
- 2,
- 9,
- 2,
- 0.11394,
- "_PMEIDGEVEIPSSK_"
- ],
- [
- 19747,
- 3,
- 10,
- 5,
- 0.12817,
- "_SFMISADMAHAVHPNYLDK_"
- ],
- [
- 551,
- 2,
- 8,
- 2,
- 0.099706,
- "_EVFPVLAAK_"
- ],
- [
- 39701,
- 2,
- 12,
- 6,
- 0.15668,
- "_QIELACDSQEDVDSWK_"
- ],
- [
- 12370,
- 2,
- 10,
- 2,
- 0.12817,
- "_ALDTM(Oxidation (M))NFDVIK_"
- ],
- [
- 13093,
- 3,
- 12,
- 5,
- 0.15668,
- "_LHIIEVGTPPTGNQPFPK_"
- ],
- [
- 28642,
- 3,
- 11,
- 6,
- 0.14242,
- "_EQPQLTSTCHIAISNSENLLGK_"
- ],
- [
- 12191,
- 2,
- 9,
- 2,
- 0.11394,
- "_YLGMTLVEQPK_"
- ],
- [
- 27328,
- 2,
- 10,
- 3,
- 0.12817,
- "_AIEFLNNPPEEAPR_"
- ],
- [
- 41972,
- 2,
- 12,
- 4,
- 0.15668,
- "_LMYNAYEGCANALTSPPK_"
- ],
- [
- 40405,
- 2,
- 12,
- 4,
- 0.15668,
- "_LHIIEVGTPPTGNQPFPK_"
- ],
- [
- 26106,
- 2,
- 12,
- 4,
- 0.15668,
- "_IILHNTMESLLER_"
- ],
- [
- 25400,
- 3,
- 7,
- 6,
- 0.085423,
- "_IEGCHICTSVTPGEPQVFLGK_"
- ],
- [
- 49276,
- 2,
- 16,
- 7,
- 0.21373,
- "_VPEIEVTVEGPNNNNPQTSAVR_"
- ],
- [
- 46103,
- 2,
- 14,
- 5,
- 0.18519,
- "_KGIVDQSQQAYQEAFEISK_"
- ],
- [
- 10028,
- 3,
- 4,
- 2,
- 0.042704,
- "_YQLLVYHADSLFHDK_"
- ],
- [
- 50190,
- 2,
- 14,
- 7,
- 0.18519,
- "_GGMNDDEDFYDEDMGDGGGGSYR_"
- ],
- [
- 13129,
- 2,
- 17,
- 5,
- 0.22796,
- "_LGVQVVITDPEK_"
- ],
- [
- 12882,
- 2,
- 16,
- 5,
- 0.21373,
- "_NNSFVNEIISR_"
- ],
- [
- 32890,
- 2,
- 15,
- 4,
- 0.19949,
- "_ESVNAAFEM(Oxidation (M))TLTEGSK_"
- ],
- [
- 10777,
- 3,
- 3,
- 2,
- 0.028489,
- "_RTPSPLILDQNYINTK_"
- ],
- [
- 38678,
- 2,
- 13,
- 6,
- 0.17091,
- "_CLDSIAATTQAQGLTNVK_"
- ],
- [
- 20303,
- 3,
- 16,
- 5,
- 0.21373,
- "_GFSDKLDFLEGDQKPLAQR_"
- ],
- [
- 46629,
- 2,
- 14,
- 5,
- 0.18519,
- "_HSATTVFGANTPIVSCNFDR_"
- ],
- [
- 15885,
- 2,
- 16,
- 4,
- 0.21373,
- "_LVILANNCPALR_"
- ],
- [
- 48838,
- 2,
- 16,
- 5,
- 0.21373,
- "_TVVVNCNPETVSTDFDECDK_"
- ],
- [
- 43348,
- 2,
- 14,
- 6,
- 0.18515,
- "_VLAVNQENEQLMEDYEK_"
- ],
- [
- 18818,
- 2,
- 13,
- 3,
- 0.17091,
- "_NEFTITHVLIPK_"
- ],
- [
- 36778,
- 2,
- 15,
- 5,
- 0.19942,
- "_AQESVGIYEVTHQFVK_"
- ],
- [
- 25222,
- 3,
- 12,
- 2,
- 0.15666,
- "_VSGSPEQAVEENLSSYSLDRR_"
- ],
- [
- 50315,
- 2,
- 9,
- 5,
- 0.11394,
- "_SFSKEELMSSDLEETAGSTSIPK_"
- ],
- [
- 11120,
- 2,
- 9,
- 6,
- 0.11394,
- "_MSELCIDFNK_"
- ],
- [
- 42172,
- 2,
- 9,
- 4,
- 0.11394,
- "_MAGNEYVGFSNATFQSER_"
- ],
- [
- 26219,
- 2,
- 16,
- 5,
- 0.21373,
- "_QFAYQNSWGLTTR_"
- ],
- [
- 29688,
- 3,
- 9,
- 7,
- 0.11394,
- "_IDDFKAEDFQIEGYNPHPTIK_"
- ],
- [
- 15324,
- 3,
- 16,
- 5,
- 0.21373,
- "_VGLNFSPGQSFPASQAHLR_"
- ],
- [
- 23538,
- 2,
- 18,
- 3,
- 0.2422,
- "_DNLPLQENVTIQK_"
- ],
- [
- 28577,
- 3,
- 20,
- 8,
- 0.27071,
- "_HYFQNTQGLIFVVDSNDRER_"
- ],
- [
- 33257,
- 2,
- 11,
- 5,
- 0.14241,
- "_NHLLPDIVTCVQSSR_"
- ],
- [
- 45124,
- 2,
- 16,
- 6,
- 0.21373,
- "_EGAAHAFAQYNMDQFTPVK_"
- ],
- [
- 22790,
- 2,
- 11,
- 3,
- 0.14241,
- "_LNTFGDEVFNDPK_"
- ],
- [
- 35697,
- 2,
- 10,
- 4,
- 0.12818,
- "_MKGEVDVSLANVEGDLK_"
- ],
- [
- 16404,
- 2,
- 11,
- 2,
- 0.14241,
- "_MNREEILAFIK_"
- ],
- [
- 28242,
- 2,
- 11,
- 5,
- 0.14241,
- "_VTADVTSAVMGNPVTR_"
- ],
- [
- 9000,
- 3,
- 26,
- 7,
- 0.35618,
- "_IINEPTAAAIAYGLDKR_"
- ],
- [
- 19903,
- 2,
- 10,
- 5,
- 0.12818,
- "_LKEVFSMAGVVVR_"
- ],
- [
- 22276,
- 2,
- 16,
- 6,
- 0.21373,
- "_KYDAFLASESLIK_"
- ],
- [
- 44237,
- 2,
- 18,
- 6,
- 0.2422,
- "_SADEPMTTFVVCNECGNR_"
- ],
- [
- 12632,
- 2,
- 10,
- 2,
- 0.12818,
- "_SVLAETEGILQK_"
- ],
- [
- 17107,
- 2,
- 14,
- 4,
- 0.18515,
- "_ESVLQMMQAGQR_"
- ],
- [
- 9143,
- 3,
- 7,
- 4,
- 0.085415,
- "_QQEMMAALTDAIQDKK_"
- ],
- [
- 38980,
- 3,
- 15,
- 5,
- 0.19942,
- "_VAVPTGPTPLDSTPPGGAPHPLTGQEEAR_"
- ],
- [
- 39486,
- 3,
- 13,
- 5,
- 0.17091,
- "_IGEEQSPEDAEDGPPELLFIHGGHTAK_"
- ],
- [
- 17017,
- 2,
- 13,
- 3,
- 0.17091,
- "_SSAVVELDLEGTR_"
- ],
- [
- 8900,
- 2,
- 14,
- 3,
- 0.18515,
- "_EFPGFLENQK_"
- ],
- [
- 16351,
- 2,
- 7,
- 3,
- 0.085415,
- "_FLDQSLGEQVVK_"
- ],
- [
- 10763,
- 4,
- 20,
- 6,
- 0.27071,
- "_IVSRPEELREDDVGTGAGLLEIK_"
- ],
- [
- 39450,
- 2,
- 8,
- 4,
- 0.099661,
- "_SSESLMSDQCPCLCIK_"
- ],
- [
- 32191,
- 2,
- 13,
- 5,
- 0.17091,
- "_ILEDSGFDEQQEFR_"
- ],
- [
- 17105,
- 2,
- 8,
- 2,
- 0.099661,
- "_FFGNSWAETYR_"
- ],
- [
- 35999,
- 3,
- 15,
- 5,
- 0.1994,
- "_APLDIPIPDPPPKDDEMETDKQEK_"
- ],
- [
- 10423,
- 3,
- 16,
- 5,
- 0.21367,
- "_DLKPENILLDEEGHIK_"
- ],
- [
- 7822,
- 3,
- 11,
- 6,
- 0.14243,
- "_ILQLCMGNHELYMR_"
- ],
- [
- 11995,
- 4,
- 12,
- 4,
- 0.15666,
- "_KPEDNHTQCQLVPVVEIGISER_"
- ],
- [
- 45852,
- 3,
- 11,
- 7,
- 0.14243,
- "_EHEHVVECISWAPESSYSSISEATGSETK_"
- ],
- [
- 27115,
- 2,
- 8,
- 6,
- 0.099661,
- "_LMNEDPMYSMYAK_"
- ],
- [
- 8271,
- 2,
- 18,
- 5,
- 0.24221,
- "_AAPDILIATPGR_"
- ],
- [
- 18955,
- 2,
- 16,
- 4,
- 0.21367,
- "_GGTLLSVTGEVEPR_"
- ],
- [
- 1970,
- 2,
- 6,
- 4,
- 0.071187,
- "_IPIPELEAR_"
- ],
- [
- 11871,
- 3,
- 13,
- 3,
- 0.1709,
- "_GADFLVTEVENGGSLGSKK_"
- ],
- [
- 43065,
- 2,
- 13,
- 4,
- 0.1709,
- "_EAEMLFTGGYGLEKDPQR_"
- ],
- [
- 17652,
- 3,
- 13,
- 6,
- 0.1709,
- "_IEPEPFENCLLRPGSPAR_"
- ],
- [
- 16989,
- 3,
- 16,
- 5,
- 0.21367,
- "_ESPVCTSGWYHLAEAQVK_"
- ],
- [
- 4186,
- 2,
- 12,
- 4,
- 0.15666,
- "_GLSGTAVLDLR_"
- ],
- [
- 13832,
- 2,
- 11,
- 2,
- 0.14243,
- "_YDQLMEAWEK_"
- ],
- [
- 9567,
- 3,
- 14,
- 3,
- 0.18516,
- "_AQESVGIYEVTHQFVK_"
- ],
- [
- 41643,
- 2,
- 11,
- 3,
- 0.14243,
- "_GDSESEEDEDLEVPVPSR_"
- ],
- [
- 38205,
- 2,
- 10,
- 2,
- 0.12819,
- "_TGESQNQLAVDQIAFQK_"
- ],
- [
- 42889,
- 2,
- 17,
- 6,
- 0.22797,
- "_LTIEFTEEYPNKPPTVR_"
- ],
- [
- 39108,
- 2,
- 10,
- 5,
- 0.12819,
- "_LMATQMTAAGLGPGVEQTK_"
- ],
- [
- 23507,
- 2,
- 18,
- 6,
- 0.24221,
- "_FTCACPDGMLLAR_"
- ],
- [
- 21190,
- 2,
- 13,
- 4,
- 0.1709,
- "_SQVMDEATALQLR_"
- ],
- [
- 33458,
- 2,
- 12,
- 5,
- 0.15667,
- "_LLLEFTDTSYEEKR_"
- ],
- [
- 38274,
- 2,
- 13,
- 5,
- 0.1709,
- "_HLASDAIINENYDYLK_"
- ],
- [
- 43724,
- 2,
- 19,
- 5,
- 0.25646,
- "_ATQMPEGGQGAPPMYQLYK_"
- ],
- [
- 4852,
- 2,
- 16,
- 3,
- 0.21364,
- "_GDEELDSLIK_"
- ],
- [
- 44366,
- 2,
- 16,
- 6,
- 0.21364,
- "_VVTLQGQIIEQSGTMTGGGSK_"
- ],
- [
- 5224,
- 2,
- 19,
- 5,
- 0.25646,
- "_DLFPYEESK_"
- ],
- [
- 26586,
- 3,
- 18,
- 4,
- 0.24222,
- "_DVHHEPVYPQPPFSYSDLSR_"
- ],
- [
- 40546,
- 2,
- 16,
- 6,
- 0.21364,
- "_CPTDELSLTNCAVVNEK_"
- ],
- [
- 24068,
- 2,
- 16,
- 6,
- 0.21364,
- "_DVQEIATVVVPKPK_"
- ],
- [
- 31656,
- 3,
- 12,
- 5,
- 0.15667,
- "_KPEDNHTQCQLVPVVEIGISER_"
- ],
- [
- 46963,
- 2,
- 16,
- 6,
- 0.21364,
- "_VESPGTYQQDPWAMTDEEK_"
- ],
- [
- 32894,
- 2,
- 9,
- 5,
- 0.1139,
- "_CEFQDAYVLLSEKK_"
- ],
- [
- 19072,
- 3,
- 17,
- 7,
- 0.22791,
- "_EGAAHAFAQYNMDQFTPVK_"
- ],
- [
- 19546,
- 2,
- 11,
- 5,
- 0.14243,
- "_ILEDTQFVDGYK_"
- ],
- [
- 13584,
- 3,
- 17,
- 6,
- 0.22791,
- "_YPIEHGIITNWDDMEK_"
- ],
- [
- 6390,
- 3,
- 9,
- 6,
- 0.1139,
- "_CEFQDAYVLLSEKK_"
- ],
- [
- 44819,
- 2,
- 11,
- 4,
- 0.14243,
- "_ISASGPESLLGGPGGASAAPAAGSK_"
- ],
- [
- 14804,
- 3,
- 7,
- 4,
- 0.085428,
- "_KANLQIDQINTDLNLER_"
- ],
- [
- 51555,
- 2,
- 11,
- 7,
- 0.14243,
- "_LASVPAGGAVAVSAAPGSAAPAAGSAPAAAEEK_"
- ],
- [
- 31273,
- 2,
- 10,
- 5,
- 0.12815,
- "_LQQITNIQAEIYQK_"
- ],
- [
- 38654,
- 3,
- 14,
- 5,
- 0.18514,
- "_(Acetyl (Protein N-term))MLKPQPLQQPSQPQQPPPTQQAVAR_"
- ],
- [
- 29233,
- 2,
- 24,
- 6,
- 0.32767,
- "_HVIPMNPNTDDLFK_"
- ],
- [
- 30386,
- 4,
- 17,
- 7,
- 0.22791,
- "_KVEGQLGCKPEVTIECTGAEASIQAGIYATR_"
- ],
- [
- 8135,
- 3,
- 14,
- 6,
- 0.18514,
- "_DHGLLIYHIPQVEPR_"
- ],
- [
- 31079,
- 2,
- 8,
- 2,
- 0.09966,
- "_FYGPQGTPYEGGVWK_"
- ],
- [
- 6146,
- 2,
- 10,
- 3,
- 0.12813,
- "_LQEFLQTLR_"
- ],
- [
- 15858,
- 2,
- 11,
- 4,
- 0.14238,
- "_NAFEISGSMIER_"
- ],
- [
- 34822,
- 2,
- 5,
- 2,
- 0.056956,
- "_LYLDELEGGGNPGASCK_"
- ],
- [
- 32721,
- 3,
- 11,
- 6,
- 0.14238,
- "_QQNTCHQQLEDLCSWVGQAER_"
- ],
- [
- 12065,
- 2,
- 7,
- 3,
- 0.085445,
- "_FQELQLQLEK_"
- ],
- [
- 32019,
- 2,
- 10,
- 4,
- 0.12813,
- "_NSDSFIDVDADFHAR_"
- ],
- [
- 15637,
- 2,
- 12,
- 4,
- 0.15666,
- "_FTLLQSVHIYK_"
- ],
- [
- 19687,
- 3,
- 9,
- 5,
- 0.11389,
- "_VVNHSPQPQNVVFDVQIPK_"
- ],
- [
- 24592,
- 3,
- 12,
- 5,
- 0.15666,
- "_LSVACFYGGTSYQSQINHIR_"
- ],
- [
- 43374,
- 2,
- 8,
- 4,
- 0.09966,
- "_NPAVQAGSIVVLQGGEETQR_"
- ],
- [
- 14514,
- 4,
- 8,
- 5,
- 0.09966,
- "_AESLVFVQTDKPIYKPGQTVQFR_"
- ],
- [
- 40021,
- 2,
- 11,
- 4,
- 0.14238,
- "_IVLNSIEQYQAHVSGFK_"
- ],
- [
- 7147,
- 3,
- 10,
- 5,
- 0.12813,
- "_RDFNHINVELSLLGK_"
- ],
- [
- 25319,
- 3,
- 12,
- 6,
- 0.15666,
- "_TITQIEEFSDVNEGEKEVMK_"
- ],
- [
- 26876,
- 3,
- 10,
- 5,
- 0.12813,
- "_VHPACPTDLTVDHSLQIDFSK_"
- ],
- [
- 23116,
- 2,
- 12,
- 5,
- 0.15666,
- "_FTNEETVSFCLR_"
- ],
- [
- 27466,
- 2,
- 8,
- 4,
- 0.09966,
- "_AQLLQIQTELNNSK_"
- ],
- [
- 14109,
- 2,
- 9,
- 3,
- 0.11389,
- "_VIELENWTEGK_"
- ],
- [
- 18674,
- 2,
- 17,
- 6,
- 0.22787,
- "_AVFDETYPDPVR_"
- ],
- [
- 22503,
- 2,
- 16,
- 4,
- 0.21363,
- "_SFFDNISCDDNR_"
- ],
- [
- 45501,
- 2,
- 26,
- 7,
- 0.35614,
- "_YVELFLNSTAGASGGAYEHR_"
- ],
- [
- 10436,
- 2,
- 14,
- 5,
- 0.18513,
- "_EVDIGIPDATGR_"
- ],
- [
- 28272,
- 4,
- 14,
- 8,
- 0.18513,
- "_EHEHVVECISWAPESSYSSISEATGSETK_"
- ],
- [
- 30165,
- 2,
- 16,
- 5,
- 0.21363,
- "_NQVAMNPTNTIFDAK_"
- ],
- [
- 12726,
- 2,
- 15,
- 3,
- 0.19938,
- "_EVEELILTESK_"
- ],
- [
- 14796,
- 3,
- 22,
- 5,
- 0.29921,
- "_KFDEVLVNHFCEEFGK_"
- ],
- [
- 15987,
- 2,
- 19,
- 4,
- 0.25645,
- "_MEPLNNLQVAVK_"
- ],
- [
- 3600,
- 2,
- 15,
- 3,
- 0.19938,
- "_LEVPDMNIR_"
- ],
- [
- 34781,
- 3,
- 14,
- 8,
- 0.18513,
- "_HFLLEEDKPEEPTAHAFVSTLTR_"
- ],
- [
- 35922,
- 2,
- 15,
- 5,
- 0.19938,
- "_ELCNMILDCCAQQR_"
- ],
- [
- 16395,
- 3,
- 16,
- 3,
- 0.21363,
- "_RHPYFYAPELLYYANK_"
- ],
- [
- 37503,
- 2,
- 14,
- 4,
- 0.18513,
- "_LASEEPPDDEEALATIR_"
- ],
- [
- 21562,
- 2,
- 16,
- 7,
- 0.21363,
- "_MFIGGLSWDTSKK_"
- ],
- [
- 12797,
- 2,
- 16,
- 4,
- 0.21363,
- "_DVEDEETWIR_"
- ],
- [
- 20030,
- 4,
- 17,
- 8,
- 0.22787,
- "_IGEEQSPEDAEDGPPELLFIHGGHTAK_"
- ],
- [
- 49362,
- 3,
- 14,
- 3,
- 0.18513,
- "_QGSGSSQPMEVQEGYGFGSGDDPYSSAEPHVSGVK_"
- ],
- [
- 18814,
- 2,
- 15,
- 5,
- 0.19938,
- "_LEEGPPVTTVLTR_"
- ],
- [
- 15224,
- 3,
- 17,
- 2,
- 0.22787,
- "_FLGTEPEPDAVGLDSGHIR_"
- ],
- [
- 28353,
- 3,
- 13,
- 7,
- 0.1709,
- "_ALIERPSQNNIGIQTMECSLR_"
- ],
- [
- 18739,
- 2,
- 20,
- 6,
- 0.27069,
- "_EQFLDGDGWTSR_"
- ],
- [
- 43186,
- 2,
- 17,
- 4,
- 0.22787,
- "_RHPYFYAPELLYYANK_"
- ],
- [
- 44898,
- 2,
- 18,
- 7,
- 0.24214,
- "_QLEVYTSGGDPESVAGEYGR_"
- ],
- [
- 8631,
- 3,
- 14,
- 4,
- 0.18513,
- "_MKGEVDVSLANVEGDLK_"
- ],
- [
- 16010,
- 3,
- 16,
- 5,
- 0.21363,
- "_LTIEFTEEYPNKPPTVR_"
- ],
- [
- 18347,
- 3,
- 17,
- 5,
- 0.22787,
- "_NTKEPPLSLTIHLTSPVVR_"
- ],
- [
- 35525,
- 2,
- 10,
- 5,
- 0.12813,
- "_DLLPYGFAIHHAGMTR_"
- ],
- [
- 34147,
- 2,
- 16,
- 6,
- 0.21361,
- "_DAPQPYELNTAINCR_"
- ],
- [
- 27787,
- 2,
- 7,
- 3,
- 0.085441,
- "_GVDMEGSQMTGINLR_"
- ],
- [
- 5671,
- 2,
- 12,
- 4,
- 0.15662,
- "_VSLEDLYNGK_"
- ],
- [
- 43473,
- 2,
- 7,
- 2,
- 0.085441,
- "_VDINTPDVDVHGPDWHLK_"
- ],
- [
- 35209,
- 4,
- 18,
- 5,
- 0.24211,
- "_KPATPAEDDEDDDIDLFGSDNEEEDKEAAQLR_"
- ],
- [
- 1889,
- 2,
- 11,
- 3,
- 0.14237,
- "_VSVIQDFVK_"
- ],
- [
- 7224,
- 2,
- 18,
- 5,
- 0.24211,
- "_ELLQESALIR_"
- ],
- [
- 24771,
- 2,
- 11,
- 2,
- 0.14237,
- "_VTWDSSFCAVNPR_"
- ],
- [
- 20851,
- 2,
- 8,
- 3,
- 0.099684,
- "_QLFTDVATGEMSR_"
- ],
- [
- 24387,
- 2,
- 9,
- 4,
- 0.1139,
- "_KDEDIPLFPVQTK_"
- ],
- [
- 24754,
- 3,
- 9,
- 2,
- 0.1139,
- "_QYPWGTVQVENEAHCDFVK_"
- ],
- [
- 522,
- 2,
- 9,
- 4,
- 0.1139,
- "_LQVEELLK_"
- ],
- [
- 43258,
- 2,
- 11,
- 3,
- 0.14237,
- "_DDGSVYGQIHIEEESTIR_"
- ],
- [
- 21592,
- 4,
- 11,
- 5,
- 0.14237,
- "_KEFGDTGEGWETVEMHPAYTEEELR_"
- ],
- [
- 21838,
- 3,
- 11,
- 5,
- 0.14237,
- "_TFHTSSAAIGNQLYVFGGGER_"
- ],
- [
- 26951,
- 2,
- 17,
- 6,
- 0.22787,
- "_FQSGDFHVINGVLR_"
- ],
- [
- 49815,
- 2,
- 13,
- 4,
- 0.1709,
- "_EFTTTVVSCCPAELQTEGSNGK_"
- ],
- [
- 17738,
- 2,
- 10,
- 3,
- 0.12813,
- "_NLWNLKPFTTR_"
- ],
- [
- 25307,
- 2,
- 14,
- 5,
- 0.18514,
- "_ASLYNAVTIEDVQK_"
- ],
- [
- 8703,
- 4,
- 10,
- 2,
- 0.12813,
- "_VGTTEKEHEEHVCSILASLLR_"
- ],
- [
- 20634,
- 2,
- 13,
- 6,
- 0.1709,
- "_FVTVQTISGTGALR_"
- ],
- [
- 10278,
- 4,
- 14,
- 5,
- 0.18514,
- "_IDDFKAEDFQIEGYNPHPTIK_"
- ],
- [
- 14378,
- 3,
- 10,
- 6,
- 0.12813,
- "_GFAAAEFFHSNYDHFPK_"
- ],
- [
- 13472,
- 2,
- 9,
- 2,
- 0.1139,
- "_SVAADFIQQGIR_"
- ],
- [
- 34389,
- 2,
- 15,
- 2,
- 0.19937,
- "_LVPFDHAESTYGLYR_"
- ],
- [
- 17881,
- 2,
- 10,
- 4,
- 0.12813,
- "_VILCQLEVYQK_"
- ],
- [
- 14976,
- 2,
- 19,
- 4,
- 0.25638,
- "_LFYSTFATDDR_"
- ],
- [
- 40163,
- 4,
- 16,
- 7,
- 0.21361,
- "_ATTVAGVPCQEWAAQEPHQHSIFTPETNPQSGLER_"
- ],
- [
- 14266,
- 2,
- 13,
- 3,
- 0.1709,
- "_SLAALKNMAHHK_"
- ],
- [
- 28400,
- 3,
- 14,
- 5,
- 0.18514,
- "_NEFISEYCGELISQDEADRR_"
- ],
- [
- 33808,
- 2,
- 8,
- 4,
- 0.099684,
- "_HVQNGLDSSVNVQGSVL_"
- ],
- [
- 16550,
- 2,
- 14,
- 4,
- 0.18514,
- "_ITSGPFEPDLYK_"
- ],
- [
- 18335,
- 2,
- 12,
- 2,
- 0.1566,
- "_IGNLQTDLSDGLR_"
- ],
- [
- 44680,
- 2,
- 12,
- 3,
- 0.1566,
- "_LLYLWTSSHTNSVPGTVTK_"
- ],
- [
- 3141,
- 2,
- 8,
- 3,
- 0.099673,
- "_EVLELDSIR_"
- ],
- [
- 4430,
- 2,
- 9,
- 3,
- 0.11392,
- "_LDVQFSGLTK_"
- ],
- [
- 42265,
- 2,
- 15,
- 7,
- 0.19937,
- "_EDLMGLAIGTHGSNIQQAR_"
- ],
- [
- 25065,
- 2,
- 20,
- 6,
- 0.27061,
- "_GAVYSFDPVGSYQR_"
- ],
- [
- 36301,
- 2,
- 12,
- 4,
- 0.1566,
- "_QQEMMAALTDAIQDKK_"
- ],
- [
- 27920,
- 2,
- 12,
- 4,
- 0.1566,
- "_MSPNETLFLESTNK_"
- ],
- [
- 11484,
- 2,
- 12,
- 4,
- 0.1566,
- "_QALQDTLALYK_"
- ],
- [
- 14410,
- 2,
- 16,
- 5,
- 0.2136,
- "_QIGENLIVPGGVK_"
- ],
- [
- 44833,
- 2,
- 12,
- 3,
- 0.1566,
- "_NYQTLNEAIMHQYPNFK_"
- ],
- [
- 37533,
- 2,
- 8,
- 2,
- 0.099673,
- "_LIEESCPQLANSVQIR_"
- ],
- [
- 36906,
- 2,
- 11,
- 4,
- 0.14236,
- "_CEELDMQVTTLQDEK_"
- ],
- [
- 28916,
- 3,
- 15,
- 5,
- 0.19937,
- "_HGCDATCWGPGPGGCLQTLLHR_"
- ],
- [
- 5732,
- 3,
- 7,
- 2,
- 0.085427,
- "_GQFSTDELVAEVEKR_"
- ],
- [
- 28822,
- 3,
- 11,
- 6,
- 0.14236,
- "_VSYVSGSSLLTTHPQPMDQASLK_"
- ],
- [
- 4797,
- 4,
- 11,
- 5,
- 0.14236,
- "_KVETDHIVAAVGLEPNVELAK_"
- ],
- [
- 39943,
- 2,
- 8,
- 3,
- 0.099673,
- "_LGCYFCNDVVAPGDSTR_"
- ],
- [
- 16868,
- 2,
- 14,
- 3,
- 0.18513,
- "_DSINFLDHINGK_"
- ],
- [
- 44959,
- 2,
- 9,
- 7,
- 0.11392,
- "_SNSVGIQDAFNDGSDSTFQK_"
- ],
- [
- 23960,
- 4,
- 17,
- 4,
- 0.22785,
- "_FVEGVDSDYHDENMYYSQSSMFPHR_"
- ],
- [
- 39233,
- 2,
- 14,
- 5,
- 0.18513,
- "_GADFLVTEVENGGSLGSKK_"
- ],
- [
- 8468,
- 3,
- 14,
- 4,
- 0.18513,
- "_DLLPYGFAIHHAGMTR_"
- ],
- [
- 11302,
- 3,
- 16,
- 4,
- 0.2136,
- "_RAPEEELPPLDPEEIR_"
- ],
- [
- 30571,
- 3,
- 13,
- 4,
- 0.17085,
- "_MQAYQYEQISADPDKPLADGIR_"
- ],
- [
- 48658,
- 2,
- 18,
- 7,
- 0.2421,
- "_LTPLPEDNSMNVDQDGDPSDR_"
- ],
- [
- 15087,
- 2,
- 9,
- 4,
- 0.11392,
- "_EDITSSAQFALR_"
- ],
- [
- 46530,
- 2,
- 9,
- 3,
- 0.11392,
- "_VAVSVAGHVEVYNMEGSLATR_"
- ],
- [
- 6862,
- 2,
- 12,
- 3,
- 0.1566,
- "_LLAGLHVLLSK_"
- ],
- [
- 26167,
- 3,
- 14,
- 4,
- 0.18513,
- "_AHEVGAQGGPPVAQVEQDLPISR_"
- ],
- [
- 11023,
- 3,
- 11,
- 5,
- 0.14236,
- "_LPQFGISTPGSDLHVNAK_"
- ],
- [
- 2862,
- 2,
- 8,
- 3,
- 0.099673,
- "_LGCFNLTIK_"
- ],
- [
- 40808,
- 3,
- 14,
- 8,
- 0.18513,
- "_DLPIHACSYCGIHDPACVVYCNTSK_"
- ],
- [
- 11235,
- 2,
- 13,
- 3,
- 0.17085,
- "_VGETIIDLENR_"
- ],
- [
- 14238,
- 2,
- 11,
- 2,
- 0.14236,
- "_TLTDEELADWK_"
- ],
- [
- 37598,
- 2,
- 12,
- 3,
- 0.15665,
- "_DLAALGDKVNSLGETAER_"
- ],
- [
- 1095,
- 2,
- 7,
- 5,
- 0.085477,
- "_MMDIPEIR_"
- ],
- [
- 17270,
- 2,
- 12,
- 4,
- 0.15665,
- "_ILESSIPMEYAK_"
- ],
- [
- 21602,
- 2,
- 11,
- 4,
- 0.14242,
- "_FHMYEGYPLWK_"
- ],
- [
- 182,
- 4,
- 8,
- 7,
- 0.099714,
- "_LGWDPKPGEGHLDALLR_"
- ],
- [
- 12164,
- 3,
- 11,
- 2,
- 0.14242,
- "_VALNVSCANLLDKDIGSK_"
- ],
- [
- 41877,
- 2,
- 12,
- 8,
- 0.15665,
- "_GCNIENACYPLGICAER_"
- ],
- [
- 32832,
- 2,
- 11,
- 6,
- 0.14242,
- "_VASVSQNAIVSAAGNIAR_"
- ],
- [
- 16769,
- 2,
- 9,
- 4,
- 0.11396,
- "_NIGNGIISSPLTGK_"
- ],
- [
- 10456,
- 2,
- 12,
- 3,
- 0.15665,
- "_LQVGQGVSLTLK_"
- ],
- [
- 5447,
- 2,
- 9,
- 4,
- 0.11396,
- "_GNMMSNFFGK_"
- ],
- [
- 34899,
- 2,
- 15,
- 4,
- 0.19942,
- "_ESAMNNAGNASFILGTGK_"
- ],
- [
- 17322,
- 2,
- 9,
- 2,
- 0.11396,
- "_VDSLEFSLESQK_"
- ],
- [
- 4823,
- 3,
- 18,
- 6,
- 0.24213,
- "_FSHEEIAMATVTALR_"
- ],
- [
- 29777,
- 2,
- 13,
- 2,
- 0.17089,
- "_TVLPTVPESPEEEVK_"
- ],
- [
- 6628,
- 2,
- 9,
- 4,
- 0.11396,
- "_AIPQLQGYLR_"
- ],
- [
- 30485,
- 4,
- 19,
- 5,
- 0.25639,
- "_TEIIGGVVVHTPISQNGGDGQEGSEPGSHTILR_"
- ],
- [
- 1601,
- 2,
- 15,
- 4,
- 0.19942,
- "_YIEIFPSR_"
- ],
- [
- 19578,
- 3,
- 30,
- 7,
- 0.41312,
- "_YVELFLNSTAGASGGAYEHR_"
- ],
- [
- 21177,
- 2,
- 7,
- 4,
- 0.085477,
- "_EQIDNLATELCR_"
- ],
- [
- 32485,
- 2,
- 17,
- 5,
- 0.22789,
- "_FATASADGQIYIYDGK_"
- ],
- [
- 42411,
- 2,
- 14,
- 5,
- 0.18514,
- "_TSSLAPVVGTTTTTPSPSAIK_"
- ],
- [
- 33961,
- 2,
- 17,
- 5,
- 0.22789,
- "_HFNALGGWGELQNSVK_"
- ],
- [
- 18534,
- 2,
- 5,
- 3,
- 0.05699,
- "_EDLPVTEDNFVK_"
- ],
- [
- 37324,
- 3,
- 16,
- 7,
- 0.21366,
- "_LASVPAGGAVAVSAAPGSAAPAAGSAPAAAEEK_"
- ],
- [
- 13411,
- 3,
- 16,
- 2,
- 0.21366,
- "_LQATLDMQSGIIHAAEEK_"
- ],
- [
- 46298,
- 2,
- 9,
- 5,
- 0.11396,
- "_ATGEADVEFVTHEDAVAAMSK_"
- ],
- [
- 4154,
- 3,
- 6,
- 5,
- 0.071231,
- "_FCFSNEFSTFTHK_"
- ],
- [
- 30729,
- 4,
- 15,
- 8,
- 0.19942,
- "_IMQNTDPHSQEYVEHLKDEAQVCAIIER_"
- ],
- [
- 4173,
- 3,
- 9,
- 3,
- 0.11397,
- "_ELDGIIQDGVHNITK_"
- ],
- [
- 29933,
- 2,
- 7,
- 2,
- 0.085488,
- "_TDFSLSISNSSDVSAK_"
- ],
- [
- 46258,
- 3,
- 9,
- 6,
- 0.11397,
- "_ISNSATYSGSVAPANSALGQTQPSDQDTLVQR_"
- ],
- [
- 35827,
- 3,
- 17,
- 6,
- 0.22791,
- "_HNNDTQHIWESDSNEFSVIADPR_"
- ],
- [
- 38111,
- 2,
- 12,
- 5,
- 0.15668,
- "_LTEVPVEPVLTVHPESK_"
- ],
- [
- 21400,
- 2,
- 12,
- 4,
- 0.15668,
- "_ICGVEDAVSEMTR_"
- ],
- [
- 38392,
- 2,
- 22,
- 6,
- 0.29916,
- "_SCAAAGTECLISGWGNTK_"
- ],
- [
- 2732,
- 2,
- 11,
- 4,
- 0.14246,
- "_LPELFETGR_"
- ],
- [
- 16446,
- 2,
- 7,
- 3,
- 0.085488,
- "_SSTVGLVTLNDMK_"
- ],
- [
- 45585,
- 2,
- 12,
- 4,
- 0.15668,
- "_VVNHSPQPQNVVFDVQIPK_"
- ],
- [
- 34488,
- 3,
- 7,
- 3,
- 0.085488,
- "_GDEDDIPLGPQSNVSLLDQHQHLK_"
- ],
- [
- 18176,
- 2,
- 9,
- 3,
- 0.11397,
- "_IAGAIGPCVSLNVK_"
- ],
- [
- 39664,
- 3,
- 12,
- 6,
- 0.15668,
- "_DSQDASAEQSDHDDEVASLASASGGFGTK_"
- ],
- [
- 36720,
- 2,
- 25,
- 6,
- 0.34193,
- "_NPDDITNEEYGEFYK_"
- ],
- [
- 15492,
- 2,
- 9,
- 3,
- 0.11397,
- "_ILNVPQELYEK_"
- ],
- [
- 29864,
- 3,
- 12,
- 4,
- 0.15668,
- "_GDVASCNTQVAEKPVLTAVPGITR_"
- ],
- [
- 28106,
- 2,
- 12,
- 4,
- 0.15668,
- "_VADKIQLINNMLDK_"
- ],
- [
- 9022,
- 3,
- 11,
- 2,
- 0.14246,
- "_TFAVDETSVSGYIYHK_"
- ],
- [
- 24947,
- 2,
- 17,
- 3,
- 0.22791,
- "_ARFEELCSDLFR_"
- ],
- [
- 49837,
- 2,
- 8,
- 2,
- 0.099734,
- "_LIEAEDNM(Oxidation (M))NCQMSNITVTYR_"
- ],
- [
- 22449,
- 3,
- 13,
- 4,
- 0.17091,
- "_KVETDHIVAAVGLEPNVELAK_"
- ],
- [
- 20343,
- 2,
- 16,
- 4,
- 0.21368,
- "_VVQMLGSLGGQINK_"
- ],
- [
- 11648,
- 3,
- 14,
- 4,
- 0.18515,
- "_IRPGEYEQFESTIGFK_"
- ],
- [
- 22267,
- 2,
- 16,
- 5,
- 0.21368,
- "_SPASDTYIVFGEAK_"
- ],
- [
- 37051,
- 3,
- 17,
- 6,
- 0.22791,
- "_TSSVLGMSVESAPAVEEEKGEELEQK_"
- ],
- [
- 13048,
- 2,
- 16,
- 4,
- 0.21368,
- "_LKLPAVVTADLR_"
- ],
- [
- 2334,
- 2,
- 19,
- 4,
- 0.25639,
- "_DANSVTSSLR_"
- ],
- [
- 870,
- 4,
- 9,
- 6,
- 0.11397,
- "_LCFLDKVEPHATIAEIK_"
- ],
- [
- 42542,
- 2,
- 13,
- 5,
- 0.17091,
- "_ISEAVNQISLDECMEQR_"
- ],
- [
- 47026,
- 2,
- 16,
- 5,
- 0.21368,
- "_GQESSSDQEQVDVESIDFSK_"
- ],
- [
- 18006,
- 2,
- 14,
- 5,
- 0.18515,
- "_DDGSTLMEIDGDK_"
- ],
- [
- 35846,
- 2,
- 16,
- 6,
- 0.21368,
- "_ANIVHLMLSSPEQIQK_"
- ],
- [
- 49198,
- 2,
- 20,
- 8,
- 0.27065,
- "_AAAPAPEEEMDECEQALAAEPK_"
- ],
- [
- 42365,
- 2,
- 17,
- 8,
- 0.22795,
- "_QTIDNSQGAYQEAFDISK_"
- ],
- [
- 309,
- 2,
- 13,
- 5,
- 0.17095,
- "_LLLPGELAK_"
- ],
- [
- 7238,
- 3,
- 10,
- 3,
- 0.12825,
- "_SADWLGLFAPHHGPPR_"
- ],
- [
- 15928,
- 2,
- 15,
- 5,
- 0.19943,
- "_YSVLLPTYNER_"
- ],
- [
- 16177,
- 4,
- 26,
- 7,
- 0.35621,
- "_APLDIPIPDPPPKDDEMETDKQEK_"
- ],
- [
- 27247,
- 3,
- 10,
- 5,
- 0.12825,
- "_QLEETQHDKDQLVLNIEALR_"
- ],
- [
- 1302,
- 3,
- 12,
- 6,
- 0.15674,
- "_LLIHQSLAGGIIGVK_"
- ],
- [
- 20052,
- 2,
- 16,
- 6,
- 0.21367,
- "_DEEVHAGLGELLR_"
- ],
- [
- 5290,
- 2,
- 16,
- 4,
- 0.21367,
- "_VPFLVAETPR_"
- ],
- [
- 26294,
- 3,
- 16,
- 7,
- 0.21367,
- "_KDLYANTVLSGGTTM(Oxidation (M))YPGIADR_"
- ],
- [
- 30671,
- 2,
- 21,
- 6,
- 0.28493,
- "_FSHEEIAMATVTALR_"
- ],
- [
- 40884,
- 2,
- 22,
- 7,
- 0.29916,
- "_YPIEHGIITNWDDMEK_"
- ],
- [
- 15075,
- 3,
- 10,
- 4,
- 0.12825,
- "_LIHGLSMSMDSEEAMINK_"
- ],
- [
- 13015,
- 2,
- 10,
- 5,
- 0.12825,
- "_MVTVEFADEVR_"
- ],
- [
- 48984,
- 3,
- 11,
- 7,
- 0.1425,
- "_IEHTYTGGVDSDLGEAMSDCDPDGPLMCHTTK_"
- ],
- [
- 29227,
- 2,
- 14,
- 6,
- 0.18519,
- "_VAASEEQEFAEGFVK_"
- ],
- [
- 9937,
- 2,
- 9,
- 2,
- 0.11401,
- "_ADTLGELDLER_"
- ],
- [
- 38653,
- 3,
- 9,
- 4,
- 0.11401,
- "_AEWPSETPVLCQQCGGKPGVTFTSAK_"
- ],
- [
- 3739,
- 2,
- 11,
- 4,
- 0.1425,
- "_GGGVGGFLPAMK_"
- ],
- [
- 19470,
- 2,
- 14,
- 5,
- 0.18519,
- "_TPAIPTAVNLADSR_"
- ],
- [
- 14167,
- 3,
- 11,
- 4,
- 0.1425,
- "_TAGYPNVNIHNFTTSWR_"
- ],
- [
- 47236,
- 2,
- 16,
- 5,
- 0.21367,
- "_AQQGLYQVPGPSPQFQSPPAK_"
- ],
- [
- 5901,
- 2,
- 10,
- 4,
- 0.12825,
- "_NVLELSNVVR_"
- ],
- [
- 23558,
- 3,
- 11,
- 5,
- 0.1425,
- "_SFSSPTQCSHCTSLMVGLIR_"
- ],
- [
- 2620,
- 2,
- 11,
- 2,
- 0.1425,
- "_QPIELLSMK_"
- ],
- [
- 45683,
- 2,
- 14,
- 7,
- 0.18519,
- "_QATVGDINTERPGMLDFTGK_"
- ],
- [
- 46147,
- 3,
- 17,
- 7,
- 0.22795,
- "_HTHVQDGEAGGITQQIGATNVPLEAINEQTK_"
- ],
- [
- 30101,
- 2,
- 17,
- 2,
- 0.22795,
- "_CYLHETLETIINR_"
- ],
- [
- 7565,
- 2,
- 9,
- 3,
- 0.11401,
- "_FTLSVDVEGGR_"
- ],
- [
- 13441,
- 3,
- 13,
- 2,
- 0.17098,
- "_LQEQLMGAVVMEKPNIR_"
- ],
- [
- 44746,
- 2,
- 9,
- 3,
- 0.11401,
- "_AVSEYVSSIKDPSNLDVVGK_"
- ],
- [
- 23421,
- 3,
- 12,
- 5,
- 0.15673,
- "_CTSSLEGHSEAVISVAFSPTGK_"
- ],
- [
- 10808,
- 3,
- 12,
- 6,
- 0.15673,
- "_LTEVPVEPVLTVHPESK_"
- ],
- [
- 16803,
- 3,
- 13,
- 4,
- 0.17098,
- "_VDINTPDVDVHGPDWHLK_"
- ],
- [
- 13253,
- 2,
- 12,
- 2,
- 0.15673,
- "_SLGVTQLAVAVNK_"
- ],
- [
- 7048,
- 3,
- 12,
- 5,
- 0.15673,
- "_TEDSLMPEEEFLRR_"
- ],
- [
- 11067,
- 2,
- 12,
- 4,
- 0.15673,
- "_DAFTWNMNEK_"
- ],
- [
- 15854,
- 3,
- 9,
- 2,
- 0.11401,
- "_MVEHILNTEENWNSWK_"
- ],
- [
- 22826,
- 3,
- 12,
- 4,
- 0.15673,
- "_ETVTQLQNIIEANSQHYQK_"
- ],
- [
- 8599,
- 2,
- 10,
- 3,
- 0.12825,
- "_EMTAEFYALK_"
- ],
- [
- 30771,
- 3,
- 10,
- 7,
- 0.12825,
- "_IINQCENANSAHFDIALAQEMK_"
- ],
- [
- 29703,
- 2,
- 13,
- 6,
- 0.17098,
- "_ELDGIIQDGVHNITK_"
- ],
- [
- 14903,
- 4,
- 24,
- 7,
- 0.32767,
- "_HFLLEEDKPEEPTAHAFVSTLTR_"
- ],
- [
- 16898,
- 3,
- 9,
- 2,
- 0.11401,
- "_SYFNMIEGQGHGAVFDCK_"
- ],
- [
- 12608,
- 3,
- 10,
- 3,
- 0.12825,
- "_QDLYMWLSNSPHGPSAK_"
- ],
- [
- 42131,
- 2,
- 12,
- 4,
- 0.15673,
- "_LIHGLSMSMDSEEAMINK_"
- ],
- [
- 12820,
- 2,
- 8,
- 2,
- 0.099764,
- "_EQADFAVEALAK_"
- ],
- [
- 40234,
- 2,
- 14,
- 5,
- 0.18519,
- "_QQQFNVQALVAVGDHASK_"
- ],
- [
- 38458,
- 2,
- 24,
- 6,
- 0.32767,
- "_SVPTSTVFYPSDGVATEK_"
- ],
- [
- 32086,
- 2,
- 13,
- 7,
- 0.17098,
- "_ELMLHAADVEALQAAK_"
- ],
- [
- 24561,
- 2,
- 10,
- 4,
- 0.12825,
- "_VQGLEQAVDNFEGK_"
- ],
- [
- 10046,
- 2,
- 14,
- 4,
- 0.18519,
- "_FPDAGEDELLK_"
- ],
- [
- 33617,
- 2,
- 16,
- 5,
- 0.21367,
- "_AMDQEITVNPQFVQK_"
- ],
- [
- 12921,
- 3,
- 15,
- 3,
- 0.19942,
- "_QQQFNVQALVAVGDHASK_"
- ],
- [
- 39264,
- 2,
- 11,
- 7,
- 0.14249,
- "_SIEIPRPVDGVEVPGCGK_"
- ],
- [
- 21515,
- 2,
- 2,
- 2,
- 0.014239,
- "_NLLTVTSSDEMMK_"
- ],
- [
- 34509,
- 2,
- 14,
- 5,
- 0.18519,
- "_MQPDQQVVINCAIVR_"
- ],
- [
- 1090,
- 2,
- 14,
- 5,
- 0.18519,
- "_LGGIGQFLAK_"
- ],
- [
- 36500,
- 2,
- 16,
- 7,
- 0.21367,
- "_YAALVVEPTSDGNYVTK_"
- ],
- [
- 20102,
- 2,
- 14,
- 5,
- 0.18519,
- "_KTVTAMDVVYALK_"
- ],
- [
- 18134,
- 3,
- 8,
- 3,
- 0.099764,
- "_DALDGPAAEAEPEHSFDGLR_"
- ],
- [
- 46916,
- 2,
- 13,
- 4,
- 0.17098,
- "_TLEAEFNSPSPPTPEPGEGPR_"
- ],
- [
- 6877,
- 2,
- 11,
- 3,
- 0.14249,
- "_MDMEEIIQR_"
- ],
- [
- 10879,
- 3,
- 13,
- 6,
- 0.17098,
- "_EVADVLVDGYNVHYGAR_"
- ],
- [
- 40011,
- 2,
- 15,
- 4,
- 0.19942,
- "_VVSGMVNCNDDQGVLLGR_"
- ],
- [
- 35250,
- 2,
- 11,
- 5,
- 0.14249,
- "_AYSDMCELTEEVSEK_"
- ],
- [
- 18067,
- 4,
- 15,
- 6,
- 0.19942,
- "_CPKPVIAAVHGGCIGGGVDLVTACDIR_"
- ],
- [
- 33204,
- 2,
- 10,
- 4,
- 0.12825,
- "_NSGELEATSAFLASGQR_"
- ],
- [
- 13796,
- 2,
- 17,
- 3,
- 0.22791,
- "_LSFYETGEIPR_"
- ],
- [
- 42161,
- 2,
- 10,
- 4,
- 0.12825,
- "_ALQQYTLEPSEKPFDLK_"
- ],
- [
- 42115,
- 2,
- 13,
- 4,
- 0.17102,
- "_TPEDAQAVINAYTEINKK_"
- ],
- [
- 43546,
- 2,
- 11,
- 3,
- 0.14253,
- "_SYFNMIEGQGHGAVFDCK_"
- ],
- [
- 12554,
- 3,
- 12,
- 5,
- 0.15677,
- "_GHDASQITLALGTAASYPR_"
- ],
- [
- 39898,
- 2,
- 11,
- 4,
- 0.14253,
- "_GHDASQITLALGTAASYPR_"
- ],
- [
- 33765,
- 2,
- 12,
- 3,
- 0.15677,
- "_TEDSLMPEEEFLRR_"
- ],
- [
- 36844,
- 2,
- 12,
- 5,
- 0.15677,
- "_SHMPGTYLTTVIPYEK_"
- ],
- [
- 49762,
- 2,
- 13,
- 5,
- 0.17102,
- "_AYCEPCYINTLEQCNVCSK_"
- ],
- [
- 32438,
- 2,
- 13,
- 3,
- 0.17102,
- "_TSDFNTFLAQEGCTK_"
- ],
- [
- 38201,
- 2,
- 12,
- 6,
- 0.15677,
- "_EVADVLVDGYNVHYGAR_"
- ],
- [
- 30469,
- 2,
- 12,
- 2,
- 0.15677,
- "_QLEAIDQLHLEYAK_"
- ],
- [
- 1222,
- 3,
- 12,
- 5,
- 0.15677,
- "_AILSTKPPGTFLLR_"
- ],
- [
- 5905,
- 2,
- 12,
- 3,
- 0.15677,
- "_TSPQVLGSILK_"
- ],
- [
- 6342,
- 3,
- 12,
- 4,
- 0.15677,
- "_GKPPPLLPSVLGPAGGDR_"
- ],
- [
- 47628,
- 3,
- 12,
- 5,
- 0.15677,
- "_GGGGDMAEPSEAGDAPPDDGPPGELGPDGPDGPEEK_"
- ],
- [
- 41403,
- 2,
- 13,
- 6,
- 0.17102,
- "_AFTMDCITLEGDQVSHR_"
- ],
- [
- 43969,
- 2,
- 12,
- 2,
- 0.15677,
- "_TTPCSSAIINPLSTAGNSER_"
- ],
- [
- 10360,
- 2,
- 9,
- 2,
- 0.11405,
- "_FHELEAIILR_"
- ],
- [
- 3220,
- 2,
- 9,
- 4,
- 0.11405,
- "_QAFAPFGPIK_"
- ],
- [
- 23475,
- 2,
- 7,
- 3,
- 0.085575,
- "_FYKDVLEVGELAK_"
- ],
- [
- 32555,
- 2,
- 15,
- 4,
- 0.19947,
- "_SDAEDGEGTVASWELR_"
- ],
- [
- 7742,
- 2,
- 15,
- 4,
- 0.19947,
- "_PLELELCPGR_"
- ],
- [
- 18032,
- 2,
- 9,
- 2,
- 0.11405,
- "_LIVAVEQEEIPR_"
- ],
- [
- 16264,
- 3,
- 15,
- 6,
- 0.19947,
- "_VDINAPDVEVHGPDWHLK_"
- ],
- [
- 41105,
- 2,
- 15,
- 5,
- 0.19947,
- "_EDLDKVEPAVIEAQNAVK_"
- ],
- [
- 46198,
- 2,
- 16,
- 5,
- 0.21371,
- "_LKGEMMDLQHGSLFLQTPK_"
- ],
- [
- 31905,
- 3,
- 16,
- 5,
- 0.21371,
- "_KEELVPSEEDFQGITPGAQGPSSR_"
- ],
- [
- 28668,
- 2,
- 16,
- 2,
- 0.21371,
- "_NPGVWLNTTQPLCK_"
- ],
- [
- 34625,
- 3,
- 9,
- 4,
- 0.11405,
- "_VASWLSCNSVSEGGFADSDSHSSFK_"
- ],
- [
- 27938,
- 2,
- 24,
- 5,
- 0.32768,
- "_IAILTCPFEPPKPK_"
- ],
- [
- 18435,
- 3,
- 17,
- 3,
- 0.22795,
- "_VINEPTAAALAYGLDKSEDK_"
- ],
- [
- 34914,
- 2,
- 17,
- 6,
- 0.22795,
- "_FRQDLMNIAGTTLSSK_"
- ],
- [
- 40426,
- 3,
- 8,
- 6,
- 0.099813,
- "_VVAAPQRPGTEPQPEMPDTVLQSETLK_"
- ],
- [
- 17817,
- 2,
- 18,
- 4,
- 0.24219,
- "_VFSLMDPNSPER_"
- ],
- [
- 7659,
- 2,
- 19,
- 2,
- 0.25648,
- "_AVLFCLSEDK_"
- ],
- [
- 40221,
- 2,
- 20,
- 8,
- 0.27071,
- "_GSLESPATDVFGSTEEGEK_"
- ],
- [
- 26844,
- 4,
- 14,
- 8,
- 0.18526,
- "_LMQQLQDLEECREELDTDEYEETKK_"
- ],
- [
- 39949,
- 2,
- 14,
- 2,
- 0.18526,
- "_QDLYMWLSNSPHGPSAK_"
- ],
- [
- 17418,
- 3,
- 11,
- 5,
- 0.14253,
- "_KVCIESEHSMDTLLATLK_"
- ],
- [
- 43031,
- 2,
- 10,
- 5,
- 0.12829,
- "_DSGNWDTSGSELSEGELEK_"
- ],
- [
- 29674,
- 2,
- 10,
- 4,
- 0.12829,
- "_FCFSNEFSTFTHK_"
- ],
- [
- 42251,
- 3,
- 13,
- 4,
- 0.17102,
- "_VIDCDSSEAYANHSSSFIGSALQDQASR_"
- ],
- [
- 36043,
- 2,
- 13,
- 3,
- 0.17102,
- "_INEMVHFDLPGQEER_"
- ],
- [
- 41990,
- 3,
- 14,
- 6,
- 0.18526,
- "_LTEESLTSDAANDNHIVAEGVSEESLNR_"
- ],
- [
- 39641,
- 4,
- 13,
- 8,
- 0.17102,
- "_HHPSNKEEEGLANGSAAEPAMPNTYGVEPLPQEVLK_"
- ],
- [
- 5400,
- 3,
- 8,
- 5,
- 0.099815,
- "_MLHNHFDLSVIELK_"
- ],
- [
- 3786,
- 3,
- 10,
- 4,
- 0.12829,
- "_NYLPLLEPVKPEPK_"
- ],
- [
- 39389,
- 2,
- 17,
- 4,
- 0.22795,
- "_DEATAAVIDLNDRPIGSR_"
- ],
- [
- 33184,
- 2,
- 17,
- 6,
- 0.22795,
- "_SDAYYCTGDVTAWTK_"
- ],
- [
- 30158,
- 2,
- 10,
- 4,
- 0.12829,
- "_HVPGASFFDIEECR_"
- ],
- [
- 26767,
- 2,
- 14,
- 4,
- 0.18526,
- "_TGSEESTMMSYFSK_"
- ],
- [
- 38601,
- 2,
- 18,
- 4,
- 0.24219,
- "_ELNEMQAQIAEESQIR_"
- ],
- [
- 30718,
- 2,
- 11,
- 5,
- 0.14253,
- "_CFSPGVIEVQEVQGK_"
- ],
- [
- 8393,
- 2,
- 9,
- 2,
- 0.11405,
- "_LSVDANLQIPK_"
- ],
- [
- 39213,
- 2,
- 11,
- 5,
- 0.14253,
- "_WEESGPQFITNSEEVR_"
- ],
- [
- 49287,
- 2,
- 13,
- 4,
- 0.17101,
- "_DVWDTVGEEEGGGAGSGGGSEEGAR_"
- ],
- [
- 46697,
- 2,
- 10,
- 6,
- 0.12829,
- "_CSPTLLLLNGQAACHMAQGR_"
- ],
- [
- 27125,
- 2,
- 17,
- 4,
- 0.22795,
- "_EACWTISNITAGNR_"
- ],
- [
- 31158,
- 2,
- 13,
- 3,
- 0.17101,
- "_GCAFAQFMTQEAAQK_"
- ],
- [
- 29071,
- 2,
- 12,
- 5,
- 0.15677,
- "_NYLPLLEPVKPEPK_"
- ],
- [
- 42779,
- 2,
- 11,
- 3,
- 0.14253,
- "_MVEHILNTEENWNSWK_"
- ],
- [
- 9644,
- 2,
- 5,
- 4,
- 0.057038,
- "_TTGAFWQTWK_"
- ],
- [
- 48439,
- 2,
- 10,
- 5,
- 0.12829,
- "_AVVYQEQHLSIAAQMNDLAAK_"
- ],
- [
- 421,
- 2,
- 13,
- 3,
- 0.17101,
- "_YNLGLDLR_"
- ],
- [
- 31915,
- 2,
- 16,
- 4,
- 0.21371,
- "_VFVGGLSPDTSEEQIK_"
- ],
- [
- 14220,
- 3,
- 15,
- 5,
- 0.1995,
- "_AFTMDCITLEGDQVSHR_"
- ],
- [
- 23645,
- 2,
- 14,
- 5,
- 0.18526,
- "_AILSTKPPGTFLLR_"
- ],
- [
- 10371,
- 4,
- 7,
- 3,
- 0.085583,
- "_ISGETIFVTAPHEATAGIIGVNRK_"
- ],
- [
- 17056,
- 4,
- 12,
- 5,
- 0.15677,
- "_FMEENEGHIVDIHDFSLGSSPHVR_"
- ],
- [
- 3730,
- 3,
- 13,
- 3,
- 0.17102,
- "_TKDGQILPVPNVVVR_"
- ],
- [
- 47100,
- 2,
- 12,
- 4,
- 0.15677,
- "_SVVCSDVEQQVIVIEEEKK_"
- ],
- [
- 14332,
- 2,
- 12,
- 5,
- 0.15677,
- "_SQVEEELFSVR_"
- ],
- [
- 28080,
- 2,
- 10,
- 6,
- 0.1283,
- "_IIPGFM(Oxidation (M))CQGGDFTR_"
- ],
- [
- 51742,
- 3,
- 10,
- 7,
- 0.1283,
- "_IGNPVPYNEGLGQPQVAPPAPAASPAASSRPQPQNGSSGMGSTVSK_"
- ],
- [
- 5644,
- 3,
- 8,
- 3,
- 0.099828,
- "_IEHSFEVDEYVLPK_"
- ],
- [
- 31343,
- 2,
- 11,
- 4,
- 0.14253,
- "_VEPYSLTAQQSSLIR_"
- ],
- [
- 16827,
- 2,
- 9,
- 4,
- 0.11406,
- "_NLLLSGAQLEASR_"
- ],
- [
- 48791,
- 2,
- 9,
- 4,
- 0.11406,
- "_ETHFDTQNNISTMSAEWVSK_"
- ],
- [
- 34263,
- 2,
- 11,
- 5,
- 0.14253,
- "_TSACFEPSLDYM(Oxidation (M))VTK_"
- ],
- [
- 3863,
- 4,
- 12,
- 6,
- 0.15677,
- "_PVPLELHIQGFNISHTQTR_"
- ],
- [
- 19377,
- 2,
- 9,
- 3,
- 0.11406,
- "_KDFPLSGYVELR_"
- ],
- [
- 1208,
- 2,
- 10,
- 3,
- 0.1283,
- "_ATEMLIFGK_"
- ],
- [
- 509,
- 2,
- 9,
- 4,
- 0.11406,
- "_NEALAALLR_"
- ],
- [
- 51390,
- 2,
- 13,
- 5,
- 0.17102,
- "_DTLEGAGDTSEVMDTQAGSVDEENGR_"
- ],
- [
- 35413,
- 3,
- 12,
- 2,
- 0.15677,
- "_EPTQAVVEEQVLDKEEPLPEEQR_"
- ],
- [
- 39120,
- 3,
- 13,
- 6,
- 0.17102,
- "_SQSEYKPDTPQSGLEYSGIQELEDR_"
- ],
- [
- 17050,
- 2,
- 16,
- 5,
- 0.21374,
- "_WYMQFDDDEK_"
- ],
- [
- 44244,
- 2,
- 15,
- 6,
- 0.1995,
- "_PGPTAESASGPSEDPSVNFLK_"
- ],
- [
- 31330,
- 2,
- 15,
- 4,
- 0.1995,
- "_QISQMADDTVAELDR_"
- ],
- [
- 4678,
- 3,
- 17,
- 5,
- 0.22796,
- "_QLEAIDQLHLEYAK_"
- ],
- [
- 39511,
- 2,
- 15,
- 5,
- 0.1995,
- "_VNEASGDGDGEDAVVILEK_"
- ],
- [
- 25385,
- 2,
- 7,
- 2,
- 0.085541,
- "_AFDSQCQILLTTR_"
- ],
- [
- 21864,
- 3,
- 15,
- 5,
- 0.1995,
- "_WKPPMIDNPSYQGIWKPR_"
- ],
- [
- 40565,
- 3,
- 16,
- 6,
- 0.21374,
- "_KQQNVDQAVATLQGEGLSVTGTVCHVGK_"
- ],
- [
- 23199,
- 3,
- 6,
- 3,
- 0.071283,
- "_YNCDFCVHGNDITLTVDGR_"
- ],
- [
- 36143,
- 2,
- 15,
- 5,
- 0.1995,
- "_TFAVDETSVSGYIYHK_"
- ],
- [
- 26315,
- 2,
- 16,
- 2,
- 0.21374,
- "_DSAIQQQVANLQMK_"
- ],
- [
- 9115,
- 2,
- 19,
- 6,
- 0.25643,
- "_DSPSVWAAVPGK_"
- ],
- [
- 23302,
- 2,
- 19,
- 3,
- 0.25643,
- "_YLNIFGESQPNPK_"
- ],
- [
- 38299,
- 2,
- 14,
- 3,
- 0.18526,
- "_DEPSVAAM(Oxidation (M))VYPFTGDHK_"
- ],
- [
- 26783,
- 2,
- 25,
- 4,
- 0.34193,
- "_DLSHIGDAVVISCAK_"
- ],
- [
- 29793,
- 3,
- 6,
- 2,
- 0.071283,
- "_ISGETIFVTAPHEATAGIIGVNRK_"
- ],
- [
- 44495,
- 2,
- 14,
- 6,
- 0.18526,
- "_DALDGPAAEAEPEHSFDGLR_"
- ],
- [
- 29520,
- 2,
- 20,
- 6,
- 0.27068,
- "_NFILDQTNVSAAAQR_"
- ],
- [
- 4870,
- 2,
- 14,
- 5,
- 0.18526,
- "_TSLEVSLLEK_"
- ],
- [
- 20504,
- 3,
- 16,
- 3,
- 0.21374,
- "_FSHLTSLPQQLPSQQLMSK_"
- ],
- [
- 21715,
- 3,
- 17,
- 4,
- 0.22799,
- "_IHCSVHNIIIPEDFSIADK_"
- ],
- [
- 35046,
- 3,
- 10,
- 3,
- 0.1283,
- "_KPALGFYDTSEENYQALDADFRK_"
- ],
- [
- 13703,
- 2,
- 13,
- 3,
- 0.17101,
- "_FAELAQIYAQR_"
- ],
- [
- 38609,
- 2,
- 13,
- 5,
- 0.17101,
- "_NNEFIVIHNGIITNYK_"
- ],
- [
- 1926,
- 3,
- 12,
- 2,
- 0.15677,
- "_CPLPAADSLMHLTK_"
- ],
- [
- 19198,
- 2,
- 15,
- 3,
- 0.1995,
- "_EIPFLNEQTNSK_"
- ],
- [
- 37138,
- 2,
- 19,
- 6,
- 0.25643,
- "_EAFSLFDKDGDGTITTK_"
- ],
- [
- 5805,
- 4,
- 9,
- 2,
- 0.11407,
- "_FKTPEDAQAVINAYTEINKK_"
- ],
- [
- 28428,
- 2,
- 10,
- 4,
- 0.1283,
- "_GSIVWQEVFDDKAK_"
- ],
- [
- 33594,
- 3,
- 13,
- 4,
- 0.17101,
- "_APVSALPLAPNHLGGGAVVLGAESHASK_"
- ],
- [
- 47621,
- 3,
- 13,
- 6,
- 0.17101,
- "_APPSSSVTGAHVAQIQAQGITSTAQPLVAGTANGGK_"
- ],
- [
- 23548,
- 2,
- 14,
- 4,
- 0.18526,
- "_VPQVSTPTLVEVSR_"
- ],
- [
- 3458,
- 2,
- 11,
- 5,
- 0.14254,
- "_GPFSEISAFK_"
- ],
- [
- 20603,
- 3,
- 21,
- 7,
- 0.28492,
- "_LKGEMMDLQHGSLFLQTPK_"
- ],
- [
- 11851,
- 2,
- 10,
- 3,
- 0.1283,
- "_LGSTVVDLSVPGK_"
- ],
- [
- 13823,
- 3,
- 19,
- 5,
- 0.25643,
- "_EDLDKVEPAVIEAQNAVK_"
- ],
- [
- 22393,
- 3,
- 8,
- 6,
- 0.099783,
- "_ETFSSAEGTVDKDTTIMELR_"
- ],
- [
- 16249,
- 2,
- 12,
- 3,
- 0.15677,
- "_GSIIISPCVVCR_"
- ],
- [
- 30614,
- 3,
- 10,
- 2,
- 0.1283,
- "_KPVVCGVSSLGIDHTSLLGDTVEK_"
- ],
- [
- 24624,
- 2,
- 17,
- 5,
- 0.22799,
- "_LLVSQGASIYIENK_"
- ],
- [
- 7396,
- 2,
- 15,
- 4,
- 0.1995,
- "_DEFLIQASPR_"
- ],
- [
- 9751,
- 2,
- 8,
- 3,
- 0.099783,
- "_IDGSLEVPLER_"
- ],
- [
- 36107,
- 2,
- 8,
- 3,
- 0.099783,
- "_EEIVHFSISEDNAVVK_"
- ],
- [
- 45958,
- 4,
- 12,
- 5,
- 0.15677,
- "_SKHDSSAPDPAPDSADEVMPEAVPEVASEPGLESASHPNVDR_"
- ],
- [
- 18309,
- 3,
- 11,
- 5,
- 0.14254,
- "_VNNASLIGLGYTQTLRPGVK_"
- ],
- [
- 2082,
- 2,
- 15,
- 3,
- 0.1995,
- "_AEFGDFDIK_"
- ],
- [
- 40138,
- 2,
- 16,
- 3,
- 0.21374,
- "_VQSNCPLSPTEYLGEDK_"
- ],
- [
- 48543,
- 2,
- 10,
- 7,
- 0.1283,
- "_EESSELEQPFAQDTSSVGPDR_"
- ],
- [
- 48515,
- 2,
- 10,
- 2,
- 0.1283,
- "_GYDQSAYDGKDYIALNEDLR_"
- ],
- [
- 25149,
- 4,
- 16,
- 7,
- 0.21374,
- "_MVDENCVGFDHTVKPVSDMELETPTDK_"
- ],
- [
- 31280,
- 3,
- 13,
- 7,
- 0.17101,
- "_GVNCIDYYSGGDKPYLISGADDR_"
- ],
- [
- 31677,
- 2,
- 11,
- 5,
- 0.14254,
- "_VMSYICSQQDILSR_"
- ],
- [
- 26104,
- 2,
- 13,
- 2,
- 0.17101,
- "_IESWLETHALLEK_"
- ],
- [
- 19847,
- 3,
- 19,
- 8,
- 0.25643,
- "_QATVGDINTERPGMLDFTGK_"
- ],
- [
- 10653,
- 2,
- 12,
- 4,
- 0.15677,
- "_IEYQFFEDR_"
- ],
- [
- 30610,
- 3,
- 13,
- 4,
- 0.17102,
- "_GQENSLCWTALDKNEGEMITSK_"
- ],
- [
- 33903,
- 4,
- 19,
- 10,
- 0.25645,
- "_IEHTYTGGVDSDLGEAMSDCDPDGPLMCHTTK_"
- ],
- [
- 34676,
- 2,
- 34,
- 5,
- 0.47021,
- "_(Acetyl (Protein N-term))SYGRPPPDVEGMTSLK_"
- ],
- [
- 4962,
- 2,
- 15,
- 4,
- 0.1995,
- "_SMVEDITGLR_"
- ],
- [
- 26415,
- 2,
- 19,
- 4,
- 0.25645,
- "_ILGADTSVDLEETGR_"
- ],
- [
- 25556,
- 2,
- 19,
- 3,
- 0.25645,
- "_LQEAGILSAEELQR_"
- ],
- [
- 21022,
- 3,
- 13,
- 5,
- 0.17102,
- "_NVPLPEFPEHPFQEEHLK_"
- ],
- [
- 21339,
- 2,
- 12,
- 3,
- 0.15679,
- "_ALEHFTDLYDIK_"
- ],
- [
- 15281,
- 2,
- 6,
- 3,
- 0.071254,
- "_FCSDCIVTALR_"
- ],
- [
- 41475,
- 2,
- 12,
- 5,
- 0.15679,
- "_ELEEVSPETPVVPATTQR_"
- ],
- [
- 45411,
- 2,
- 12,
- 5,
- 0.15679,
- "_WSVHIAMHPQVNIYSVTR_"
- ],
- [
- 28919,
- 2,
- 12,
- 5,
- 0.15679,
- "_ELEASEELDTICPK_"
- ],
- [
- 15179,
- 4,
- 12,
- 6,
- 0.15679,
- "_KPALGFYDTSEENYQALDADFRK_"
- ],
- [
- 36667,
- 3,
- 12,
- 5,
- 0.15679,
- "_LAEETGVHIISGAGFYVDATHSSETR_"
- ],
- [
- 38863,
- 2,
- 4,
- 2,
- 0.042732,
- "_EHCLNEFNFPDPYSK_"
- ],
- [
- 31981,
- 3,
- 12,
- 4,
- 0.15679,
- "_VGNPFELDTQQGPQVDKEQFER_"
- ],
- [
- 47484,
- 2,
- 11,
- 3,
- 0.14255,
- "_ADGGTGDSSPSPGSSLPSPLSDPR_"
- ],
- [
- 21758,
- 2,
- 6,
- 3,
- 0.071254,
- "_FWQTMGFSEQGR_"
- ],
- [
- 37914,
- 2,
- 14,
- 6,
- 0.18526,
- "_IDINMSGFNETDDLKR_"
- ],
- [
- 29086,
- 2,
- 8,
- 5,
- 0.099771,
- "_ELMDEEDVLQECK_"
- ],
- [
- 44905,
- 2,
- 14,
- 4,
- 0.18526,
- "_MDIETNDTFSDEAVPESSK_"
- ],
- [
- 33431,
- 3,
- 16,
- 7,
- 0.21374,
- "_VDKGVVPLAGTNGETTTQGLDGLSER_"
- ],
- [
- 13151,
- 3,
- 9,
- 5,
- 0.11403,
- "_GIEILTDM(Oxidation (M))SRPVELSDR_"
- ],
- [
- 12190,
- 2,
- 16,
- 4,
- 0.21374,
- "_IALYETPTGWK_"
- ],
- [
- 37698,
- 2,
- 13,
- 4,
- 0.17102,
- "_PEIVDTCSLASPASVCR_"
- ],
- [
- 24684,
- 2,
- 14,
- 5,
- 0.18526,
- "_GDLNDCFIPCTPK_"
- ],
- [
- 15257,
- 2,
- 14,
- 4,
- 0.18526,
- "_DLKPENLLLASK_"
- ],
- [
- 590,
- 3,
- 10,
- 4,
- 0.12831,
- "_KLTLLPAVVMHLK_"
- ],
- [
- 39318,
- 3,
- 16,
- 5,
- 0.21374,
- "_QETVLFLHLPSESSLTCYELNTRK_"
- ],
- [
- 16158,
- 3,
- 14,
- 5,
- 0.18526,
- "_AYCHILLGNYCVAVADAK_"
- ],
- [
- 32851,
- 2,
- 14,
- 3,
- 0.18526,
- "_(Acetyl (Protein N-term))ADDPSAADRNVEIWK_"
- ],
- [
- 39750,
- 2,
- 9,
- 6,
- 0.11403,
- "_DFGPIDPECTCPTCQK_"
- ],
- [
- 12107,
- 2,
- 16,
- 2,
- 0.21374,
- "_FGLSAAEDITPR_"
- ],
- [
- 33495,
- 2,
- 15,
- 6,
- 0.1995,
- "_(Acetyl (Protein N-term))TSEVIEDEKQFYSK_"
- ],
- [
- 35544,
- 3,
- 14,
- 3,
- 0.18526,
- "_QSKPQPDAATALAITADSETLPESEK_"
- ],
- [
- 6009,
- 3,
- 18,
- 5,
- 0.24223,
- "_AFVAIGDYNGHVGLGVK_"
- ],
- [
- 8095,
- 3,
- 14,
- 5,
- 0.18526,
- "_SAIDLTPIVVEDKEEK_"
- ],
- [
- 36125,
- 3,
- 14,
- 5,
- 0.18526,
- "_TLIFESECTPQSQFSIHASSNVNK_"
- ],
- [
- 41216,
- 2,
- 12,
- 5,
- 0.15679,
- "_EAAWAITNATSGGTPEQIR_"
- ],
- [
- 9395,
- 2,
- 17,
- 3,
- 0.22799,
- "_SLEDQVEMLR_"
- ],
- [
- 13202,
- 3,
- 11,
- 3,
- 0.14255,
- "_GEM(Oxidation (M))MDLQHGSLFLQTPK_"
- ],
- [
- 20530,
- 3,
- 6,
- 2,
- 0.071203,
- "_SVTVDSMDEEKIEEYLKR_"
- ],
- [
- 35954,
- 3,
- 10,
- 5,
- 0.12826,
- "_TELSFSSSCEIPHVDGLHSSEELR_"
- ],
- [
- 8948,
- 2,
- 13,
- 4,
- 0.17102,
- "_VNPALAELNLR_"
- ],
- [
- 19755,
- 2,
- 10,
- 5,
- 0.12826,
- "_TQDECILHFLR_"
- ],
- [
- 48939,
- 2,
- 10,
- 3,
- 0.12826,
- "_METASELGREEEDDVDLELR_"
- ],
- [
- 28610,
- 2,
- 11,
- 2,
- 0.14255,
- "_EFTPYDYSQSDFK_"
- ],
- [
- 1433,
- 2,
- 11,
- 4,
- 0.14255,
- "_IVATLPYIK_"
- ],
- [
- 29382,
- 2,
- 11,
- 2,
- 0.14255,
- "_GEEATWTCTVLYSK_"
- ],
- [
- 7410,
- 4,
- 12,
- 4,
- 0.15678,
- "_LDKPLTNMLEVVSHPHPVVPK_"
- ],
- [
- 20239,
- 2,
- 11,
- 3,
- 0.14255,
- "_GSPLGEVVEQGITR_"
- ],
- [
- 37225,
- 2,
- 12,
- 3,
- 0.15678,
- "_CLANLRPLLDSGTMGTK_"
- ],
- [
- 14116,
- 2,
- 12,
- 4,
- 0.15678,
- "_LPLMECVQVTK_"
- ],
- [
- 1981,
- 3,
- 12,
- 2,
- 0.15678,
- "_YAEIVHLTLPDGTK_"
- ],
- [
- 7394,
- 3,
- 12,
- 4,
- 0.15678,
- "_NPEISHLLNNPDIMR_"
- ],
- [
- 39972,
- 2,
- 9,
- 5,
- 0.114,
- "_AWQCSDVPEPAVCGISR_"
- ],
- [
- 33979,
- 2,
- 8,
- 3,
- 0.099724,
- "_CAPDEELLSCSSFSR_"
- ],
- [
- 31455,
- 2,
- 8,
- 4,
- 0.099724,
- "_LLQFYAETCPAPER_"
- ],
- [
- 19360,
- 2,
- 9,
- 3,
- 0.114,
- "_EDLLQEYTEQR_"
- ],
- [
- 10268,
- 2,
- 12,
- 3,
- 0.15678,
- "_VAEVLQVPPMR_"
- ],
- [
- 47255,
- 2,
- 9,
- 5,
- 0.114,
- "_FSGVAGEAPSNPSVPVAVSSGPGR_"
- ],
- [
- 49390,
- 2,
- 12,
- 4,
- 0.15678,
- "_LLQNQIQQQTWTDEGTPSMR_"
- ],
- [
- 46075,
- 2,
- 12,
- 5,
- 0.15678,
- "_HFTNPYCNIYLNSVQVAK_"
- ],
- [
- 46115,
- 2,
- 12,
- 4,
- 0.15678,
- "_DQLVIPDGQEEEQEAAGEGR_"
- ],
- [
- 46567,
- 2,
- 10,
- 5,
- 0.12826,
- "_KPLVLCGDLNVAHEEIDLR_"
- ],
- [
- 17200,
- 3,
- 13,
- 5,
- 0.17102,
- "_DIFIEAHLCLNNSDHDR_"
- ],
- [
- 13906,
- 2,
- 12,
- 4,
- 0.15678,
- "_DQLQEQLQALK_"
- ],
- [
- 25690,
- 3,
- 15,
- 4,
- 0.19949,
- "_KHPDADSLYVEEVDVGEIAPR_"
- ],
- [
- 40750,
- 2,
- 18,
- 5,
- 0.24222,
- "_TLIVTHSNQALNQLFEK_"
- ],
- [
- 9866,
- 3,
- 18,
- 7,
- 0.24222,
- "_EAFSLFDKDGDGTITTK_"
- ],
- [
- 38052,
- 3,
- 17,
- 7,
- 0.22797,
- "_(Acetyl (Protein N-term))ATEGDVELELETETSGPERPPEKPR_"
- ],
- [
- 40784,
- 3,
- 15,
- 6,
- 0.19949,
- "_GQVTLYEHNNELVTGSSYESPPPDFR_"
- ],
- [
- 28374,
- 2,
- 14,
- 3,
- 0.18525,
- "_NGNLPEFGDAISTASK_"
- ],
- [
- 7174,
- 2,
- 13,
- 6,
- 0.17102,
- "_IALTDNALIAR_"
- ],
- [
- 33670,
- 2,
- 15,
- 7,
- 0.19949,
- "_VAPVPLYNSFHDVYK_"
- ],
- [
- 22232,
- 2,
- 17,
- 6,
- 0.22797,
- "_MFIGGLSWDTTKK_"
- ],
- [
- 47579,
- 3,
- 13,
- 6,
- 0.17104,
- "_QDPGTDRTEDSGLAAGPPEAAGENFAPCSVAPGK_"
- ],
- [
- 907,
- 2,
- 15,
- 2,
- 0.19951,
- "_DYVIDLEK_"
- ],
- [
- 15126,
- 3,
- 20,
- 4,
- 0.27072,
- "_ALQQYTLEPSEKPFDLK_"
- ],
- [
- 44183,
- 3,
- 12,
- 7,
- 0.15681,
- "_GLTCESCHTTQSAQWYAWGPPNMQCR_"
- ],
- [
- 44341,
- 2,
- 15,
- 5,
- 0.19951,
- "_CQHAAHIISELILTAQER_"
- ],
- [
- 14775,
- 3,
- 12,
- 6,
- 0.15681,
- "_TKPVPLHCDIIGDAFWK_"
- ],
- [
- 21533,
- 2,
- 10,
- 4,
- 0.12826,
- "_ATLLLESRPDLLK_"
- ],
- [
- 8958,
- 3,
- 12,
- 4,
- 0.15681,
- "_HLQLSFQEPHFYLR_"
- ],
- [
- 15613,
- 2,
- 12,
- 4,
- 0.15681,
- "_TCSDDVVDYFK_"
- ],
- [
- 36422,
- 4,
- 17,
- 5,
- 0.228,
- "_AWTQVLLGQAEDKAEVDMDTDAPQVSHKPGGEPK_"
- ],
- [
- 36362,
- 3,
- 13,
- 5,
- 0.17104,
- "_FKPAYNPYTEPSMEVFSYHQGLK_"
- ],
- [
- 16025,
- 2,
- 10,
- 3,
- 0.12826,
- "_NVDLSTFYQNR_"
- ],
- [
- 6710,
- 2,
- 10,
- 4,
- 0.12826,
- "_NDIAINELMK_"
- ],
- [
- 44099,
- 2,
- 16,
- 5,
- 0.21375,
- "_TTLENCVLQCETTGVTVR_"
- ],
- [
- 13967,
- 3,
- 17,
- 4,
- 0.228,
- "_RPPSGFFLFCSEFRPK_"
- ],
- [
- 42996,
- 2,
- 20,
- 5,
- 0.27072,
- "_AYCHILLGNYCVAVADAK_"
- ],
- [
- 45789,
- 2,
- 16,
- 8,
- 0.21375,
- "_GPVSGTEPEPVYSMEAADYR_"
- ],
- [
- 33282,
- 2,
- 10,
- 4,
- 0.12826,
- "_EDECFYAHSLVELK_"
- ],
- [
- 10607,
- 3,
- 17,
- 6,
- 0.228,
- "_IDINMSGFNETDDLKR_"
- ],
- [
- 24056,
- 2,
- 21,
- 3,
- 0.28494,
- "_TVQSLEIDLDSM(Oxidation (M))R_"
- ],
- [
- 27274,
- 2,
- 9,
- 3,
- 0.11399,
- "_KCLELFTELAEDK_"
- ],
- [
- 37529,
- 2,
- 9,
- 4,
- 0.11399,
- "_ALEYTIYNQELNETR_"
- ],
- [
- 16581,
- 4,
- 15,
- 7,
- 0.19951,
- "_FKPAYNPYTEPSMEVFSYHQGLK_"
- ],
- [
- 23954,
- 3,
- 12,
- 4,
- 0.15681,
- "_FKTPEDAQAVINAYTEINKK_"
- ],
- [
- 46342,
- 2,
- 18,
- 7,
- 0.24224,
- "_AGAIAPCEVTVPAQNTGLGPEK_"
- ],
- [
- 15449,
- 2,
- 14,
- 4,
- 0.18528,
- "_GAPTTSLISVAVTK_"
- ],
- [
- 9153,
- 2,
- 14,
- 4,
- 0.18528,
- "_EFSIDVGYER_"
- ],
- [
- 28698,
- 2,
- 14,
- 5,
- 0.18528,
- "_AMTEDGFLAVCSEAK_"
- ],
- [
- 27842,
- 2,
- 14,
- 3,
- 0.18528,
- "_EAELENSGLALYDGK_"
- ],
- [
- 7140,
- 4,
- 15,
- 4,
- 0.19951,
- "_KHPDADSLYVEEVDVGEIAPR_"
- ],
- [
- 15842,
- 4,
- 7,
- 5,
- 0.085465,
- "_SGHFEQAIKEGEDMIAEEHFGSEK_"
- ],
- [
- 26904,
- 3,
- 15,
- 6,
- 0.19951,
- "_LLAVAATAPPDAPNREEVFDER_"
- ],
- [
- 7887,
- 2,
- 15,
- 2,
- 0.19951,
- "_LVIIESDLER_"
- ],
- [
- 15762,
- 3,
- 15,
- 5,
- 0.19951,
- "_VDINAPDVDVHGPDWHLK_"
- ],
- [
- 35266,
- 2,
- 15,
- 5,
- 0.19951,
- "_EITYMHSEGILAGELK_"
- ],
- [
- 44577,
- 2,
- 14,
- 6,
- 0.18528,
- "_HIDCAAIYGNEPEIGEALK_"
- ],
- [
- 30592,
- 2,
- 7,
- 2,
- 0.085465,
- "_FQVVSCIEGEPGPVR_"
- ],
- [
- 4393,
- 4,
- 19,
- 5,
- 0.25648,
- "_WKPPMIDNPSYQGIWKPR_"
- ],
- [
- 31710,
- 2,
- 14,
- 6,
- 0.18528,
- "_FNADEFEDMVAEKR_"
- ],
- [
- 18012,
- 2,
- 11,
- 5,
- 0.14253,
- "_PGPGVWDPNWDR_"
- ],
- [
- 29404,
- 3,
- 13,
- 6,
- 0.17107,
- "_NKDTYFLSSEECITAGDFQNK_"
- ],
- [
- 10369,
- 3,
- 17,
- 5,
- 0.22801,
- "_TIDNADSSTLHAVTFLR_"
- ],
- [
- 11312,
- 2,
- 18,
- 5,
- 0.24226,
- "_GNFNYIEFTR_"
- ],
- [
- 24276,
- 2,
- 19,
- 6,
- 0.2565,
- "_LVQSPNSYFMDVK_"
- ],
- [
- 5761,
- 3,
- 12,
- 7,
- 0.15678,
- "_YVWLVYEQDRPLK_"
- ],
- [
- 26996,
- 2,
- 13,
- 3,
- 0.17107,
- "_QEQIINTMTQDLR_"
- ],
- [
- 19023,
- 4,
- 19,
- 5,
- 0.2565,
- "_ELPPISPEHSSEEVHQAVLNLHGIAK_"
- ],
- [
- 22037,
- 3,
- 20,
- 7,
- 0.27074,
- "_SVVCSDVEQQVIVIEEEKK_"
- ],
- [
- 40779,
- 3,
- 12,
- 7,
- 0.15678,
- "_EFITGDVEPTDAESEWHSENEEEEK_"
- ],
- [
- 23825,
- 2,
- 13,
- 2,
- 0.17107,
- "_APGMNTIDQGMAALK_"
- ],
- [
- 27390,
- 2,
- 13,
- 4,
- 0.17107,
- "_FADQDDIGNVSFDR_"
- ],
- [
- 33298,
- 2,
- 11,
- 3,
- 0.14253,
- "_IHYLDTTTLIEPAPR_"
- ],
- [
- 11911,
- 3,
- 21,
- 7,
- 0.28499,
- "_SIEIPRPVDGVEVPGCGK_"
- ],
- [
- 15085,
- 2,
- 11,
- 4,
- 0.14253,
- "_SFQGDDSDLLLK_"
- ],
- [
- 5263,
- 3,
- 12,
- 2,
- 0.15678,
- "_EFINLQSALESERR_"
- ],
- [
- 7875,
- 2,
- 12,
- 4,
- 0.15678,
- "_LPEYFFENK_"
- ],
- [
- 9410,
- 2,
- 12,
- 5,
- 0.15678,
- "_GQTLVVQFTVK_"
- ],
- [
- 42524,
- 2,
- 10,
- 3,
- 0.12825,
- "_DLAHTPSQLEGLDPATEAR_"
- ],
- [
- 36741,
- 3,
- 12,
- 5,
- 0.15678,
- "_TREDNDLDSQVSQEGLGPVLQPQPK_"
- ],
- [
- 32280,
- 2,
- 17,
- 5,
- 0.22801,
- "_SSEPVVTMSVEYQMK_"
- ],
- [
- 47321,
- 2,
- 16,
- 5,
- 0.21377,
- "_ETFSSAEGTVDKDTTIMELR_"
- ],
- [
- 13873,
- 3,
- 9,
- 5,
- 0.11401,
- "_SKVDQIQEIVTGNPTVIK_"
- ],
- [
- 46995,
- 2,
- 16,
- 6,
- 0.21377,
- "_SKELTTEIDNNIEQISSYK_"
- ],
- [
- 21217,
- 3,
- 14,
- 4,
- 0.1853,
- "_IRPLNSEGTLNLLNCEPPR_"
- ],
- [
- 8242,
- 3,
- 14,
- 5,
- 0.1853,
- "_EITYMHSEGILAGELK_"
- ],
- [
- 4043,
- 2,
- 8,
- 3,
- 0.099729,
- "_SFADINLYR_"
- ],
- [
- 32360,
- 2,
- 8,
- 5,
- 0.099729,
- "_KTVEDYFCFCYGK_"
- ],
- [
- 20759,
- 2,
- 10,
- 4,
- 0.12825,
- "_MWEVLESTTQTK_"
- ],
- [
- 2981,
- 4,
- 14,
- 4,
- 0.1853,
- "_WSVHIAMHPQVNIYSVTR_"
- ],
- [
- 18104,
- 2,
- 10,
- 4,
- 0.12825,
- "_LFFIQACGGEQK_"
- ],
- [
- 39253,
- 2,
- 9,
- 4,
- 0.11401,
- "_TCNEVDLENSADWEVK_"
- ],
- [
- 26550,
- 3,
- 22,
- 6,
- 0.2992,
- "_FHDPDSAVVAQHLTNTVFVDR_"
- ],
- [
- 6228,
- 2,
- 16,
- 5,
- 0.21377,
- "_IDFVGELNDK_"
- ],
- [
- 27624,
- 2,
- 17,
- 6,
- 0.22801,
- "_LIVDHNIADYMTAK_"
- ],
- [
- 21164,
- 3,
- 15,
- 6,
- 0.19954,
- "_KPLVLCGDLNVAHEEIDLR_"
- ],
- [
- 4293,
- 2,
- 15,
- 3,
- 0.19954,
- "_VIVPNMEFR_"
- ],
- [
- 20305,
- 3,
- 14,
- 4,
- 0.1853,
- "_ASLENVHPPIAPPPTEIPER_"
- ],
- [
- 34983,
- 2,
- 14,
- 2,
- 0.1853,
- "_DVSSVELLMNNHQGIK_"
- ],
- [
- 9335,
- 3,
- 4,
- 2,
- 0.042756,
- "_ELFPDGFSIHHAGMLR_"
- ],
- [
- 22522,
- 2,
- 23,
- 5,
- 0.31343,
- "_DLLVQQASQCLSK_"
- ],
- [
- 28275,
- 2,
- 10,
- 3,
- 0.12827,
- "_EAMVQAEEAAAEITR_"
- ],
- [
- 12856,
- 3,
- 13,
- 4,
- 0.17104,
- "_TPCSSLLPLLNAHAATSGK_"
- ],
- [
- 34639,
- 2,
- 9,
- 3,
- 0.11398,
- "_AQGMPEGGGALAEGFQVR_"
- ],
- [
- 35814,
- 2,
- 10,
- 4,
- 0.12827,
- "_TAQILNLQQHLSALEK_"
- ],
- [
- 38381,
- 2,
- 10,
- 5,
- 0.12827,
- "_KNGGLGHMNIALLSDLTK_"
- ],
- [
- 20151,
- 3,
- 9,
- 2,
- 0.11398,
- "_NMGVSSGLELITLPHGHQLR_"
- ],
- [
- 4927,
- 3,
- 13,
- 6,
- 0.17104,
- "_LVINTEEVFRPYAK_"
- ],
- [
- 34127,
- 2,
- 8,
- 3,
- 0.099744,
- "_IFASIAPSIYGHEDIK_"
- ],
- [
- 32117,
- 2,
- 8,
- 2,
- 0.099744,
- "_CVFSDHGLLTTVAYK_"
- ],
- [
- 32114,
- 2,
- 8,
- 3,
- 0.099744,
- "_QLLFPAEEDNGAGPPR_"
- ],
- [
- 33151,
- 2,
- 5,
- 2,
- 0.057012,
- "_AAEFLAACAGGDLDEAR_"
- ],
- [
- 20936,
- 3,
- 13,
- 5,
- 0.17104,
- "_SHPYSPLPGLASVPGHMALPR_"
- ],
- [
- 33059,
- 2,
- 13,
- 5,
- 0.17104,
- "_HQLTEVGLLDNPELR_"
- ],
- [
- 31301,
- 2,
- 21,
- 6,
- 0.285,
- "_(Acetyl (Protein N-term))ASGADSKGDDLSTAILK_"
- ],
- [
- 33891,
- 2,
- 10,
- 2,
- 0.12827,
- "_SNLASMEQQIVHLER_"
- ],
- [
- 41718,
- 3,
- 10,
- 7,
- 0.12827,
- "_YYGQNGQQILSASQDGTLQSFSTVHEK_"
- ],
- [
- 39531,
- 3,
- 11,
- 5,
- 0.1425,
- "_EQHLSENEPVDTNSDNNLFTDTDLK_"
- ],
- [
- 2527,
- 2,
- 11,
- 4,
- 0.1425,
- "_AEVVLGNIIK_"
- ],
- [
- 14554,
- 2,
- 13,
- 5,
- 0.17104,
- "_IAQLEAELALQK_"
- ],
- [
- 25298,
- 2,
- 11,
- 4,
- 0.1425,
- "_GTSALMTVELDEER_"
- ],
- [
- 1155,
- 2,
- 12,
- 3,
- 0.15678,
- "_DVFQELEK_"
- ],
- [
- 44057,
- 2,
- 11,
- 4,
- 0.1425,
- "_VVCVYGGTGISEQIAELKR_"
- ],
- [
- 31083,
- 2,
- 12,
- 4,
- 0.15678,
- "_GVTSEEFDKFLEER_"
- ],
- [
- 30798,
- 2,
- 12,
- 4,
- 0.15678,
- "_LVINTEEVFRPYAK_"
- ],
- [
- 17360,
- 4,
- 11,
- 3,
- 0.1425,
- "_FPHHDNELAQSEAYFENDCWVR_"
- ],
- [
- 10381,
- 2,
- 11,
- 3,
- 0.1425,
- "_SAMMYIQELR_"
- ],
- [
- 47164,
- 2,
- 12,
- 5,
- 0.15678,
- "_GHLDAELDAYM(Oxidation (M))AQTDPETND_"
- ],
- [
- 29847,
- 2,
- 12,
- 6,
- 0.15678,
- "_YDGQVAVFGSDLQEK_"
- ],
- [
- 23491,
- 3,
- 11,
- 4,
- 0.1425,
- "_SLAVPTIEELEDEEERNHR_"
- ],
- [
- 26436,
- 2,
- 11,
- 5,
- 0.1425,
- "_NYDVMKDFEEMR_"
- ],
- [
- 21957,
- 2,
- 11,
- 6,
- 0.1425,
- "_MLGQMTDQVADLR_"
- ],
- [
- 37863,
- 2,
- 12,
- 3,
- 0.15678,
- "_SLQDTAELLSLENHPAK_"
- ],
- [
- 32380,
- 2,
- 24,
- 6,
- 0.32769,
- "_AFVAIGDYNGHVGLGVK_"
- ],
- [
- 28044,
- 2,
- 10,
- 5,
- 0.12827,
- "_APEGQLPAFNEDGLR_"
- ],
- [
- 32801,
- 2,
- 16,
- 5,
- 0.2138,
- "_(Acetyl (Protein N-term))AESSESFTMASSPAQR_"
- ],
- [
- 24831,
- 2,
- 10,
- 3,
- 0.12827,
- "_KGPLEWQDYIYK_"
- ],
- [
- 9531,
- 2,
- 17,
- 5,
- 0.22803,
- "_FSMVVQDGIVK_"
- ],
- [
- 44484,
- 2,
- 14,
- 4,
- 0.18533,
- "_QTISNACGTIGLIHAIANNK_"
- ],
- [
- 44773,
- 3,
- 15,
- 6,
- 0.19956,
- "_FLPAVQSSSFASSTHCQTLQNNITSPDPK_"
- ],
- [
- 17607,
- 3,
- 18,
- 5,
- 0.24227,
- "_TAGAPDPAWDWQHVGPGYR_"
- ],
- [
- 39621,
- 2,
- 19,
- 7,
- 0.25652,
- "_LSGSNPYTTVTPQIINSK_"
- ],
- [
- 22018,
- 2,
- 14,
- 5,
- 0.18533,
- "_TVEGAGSIAAATGFVK_"
- ],
- [
- 42855,
- 2,
- 14,
- 5,
- 0.18533,
- "_SLDDDLDGVPLDATEDSKK_"
- ],
- [
- 20408,
- 2,
- 17,
- 6,
- 0.22803,
- "_LTFSCLGGSDNFK_"
- ],
- [
- 37674,
- 2,
- 15,
- 5,
- 0.19956,
- "_TIDNADSSTLHAVTFLR_"
- ],
- [
- 5511,
- 3,
- 15,
- 7,
- 0.19956,
- "_FNADEFEDMVAEKR_"
- ],
- [
- 28483,
- 3,
- 14,
- 5,
- 0.18533,
- "_TKGHLDAELDAYMAQTDPETND_"
- ],
- [
- 4835,
- 3,
- 13,
- 5,
- 0.17104,
- "_IEGHQDAVTAALLIPK_"
- ],
- [
- 1577,
- 2,
- 17,
- 4,
- 0.22803,
- "_VCLDIIYK_"
- ],
- [
- 16281,
- 3,
- 13,
- 5,
- 0.17104,
- "_FGNDGLHEPLDWAQEEGK_"
- ],
- [
- 34248,
- 2,
- 17,
- 6,
- 0.22803,
- "_IYELAAGGTAVGTGLNTR_"
- ],
- [
- 25892,
- 3,
- 16,
- 7,
- 0.2138,
- "_AFVHWYVGEGM(Oxidation (M))EEGEFSEAR_"
- ],
- [
- 40497,
- 2,
- 17,
- 6,
- 0.22803,
- "_GEM(Oxidation (M))MDLQHGSLFLQTPK_"
- ],
- [
- 3207,
- 2,
- 16,
- 4,
- 0.2138,
- "_DLLGLCEQK_"
- ],
- [
- 28899,
- 2,
- 22,
- 5,
- 0.29926,
- "_LLHEMILVCDAYR_"
- ],
- [
- 25262,
- 3,
- 12,
- 5,
- 0.15676,
- "_SDKDLETQVIQLNEQVHSLK_"
- ],
- [
- 3694,
- 4,
- 13,
- 5,
- 0.17104,
- "_KHEALMSDLSAYGSSIQALR_"
- ],
- [
- 19786,
- 3,
- 17,
- 5,
- 0.22805,
- "_KILATPPQEDAPSVDIANIR_"
- ],
- [
- 24584,
- 2,
- 11,
- 5,
- 0.14252,
- "_VESLQEEIAFLKK_"
- ],
- [
- 26304,
- 2,
- 12,
- 3,
- 0.15676,
- "_HLVDETMDPFVDR_"
- ],
- [
- 32961,
- 2,
- 18,
- 5,
- 0.24228,
- "_YSNSDVIIYVGCGER_"
- ],
- [
- 11698,
- 2,
- 10,
- 2,
- 0.12824,
- "_AFVDFNEGEIK_"
- ],
- [
- 14279,
- 3,
- 18,
- 7,
- 0.24228,
- "_IFHPNVGANGEICVNVLK_"
- ],
- [
- 41049,
- 3,
- 8,
- 5,
- 0.099754,
- "_QILNSDTIGCCGDDNGLMEVEGAHTSR_"
- ],
- [
- 7814,
- 4,
- 15,
- 7,
- 0.19958,
- "_RVIISAPSADAPMFVMGVNHEK_"
- ],
- [
- 8676,
- 2,
- 15,
- 4,
- 0.19958,
- "_IAVMELFRPK_"
- ],
- [
- 12532,
- 2,
- 8,
- 3,
- 0.099754,
- "_VPCVGLSIGVER_"
- ],
- [
- 24815,
- 2,
- 6,
- 2,
- 0.071267,
- "_DDVIVTASNFSSER_"
- ],
- [
- 17546,
- 3,
- 15,
- 2,
- 0.19958,
- "_VVCVYGGTGISEQIAELKR_"
- ],
- [
- 25644,
- 2,
- 13,
- 4,
- 0.17104,
- "_ATSVALPGWSPSETR_"
- ],
- [
- 46296,
- 2,
- 9,
- 5,
- 0.114,
- "_CEHDGVMTGANGEVSFINIK_"
- ],
- [
- 2171,
- 2,
- 17,
- 4,
- 0.22805,
- "_NLLQVDLTK_"
- ],
- [
- 28120,
- 2,
- 12,
- 6,
- 0.15676,
- "_DFMVQGGDFSEGNGR_"
- ],
- [
- 8804,
- 2,
- 12,
- 3,
- 0.15676,
- "_AVYIEDVIER_"
- ],
- [
- 29999,
- 3,
- 32,
- 6,
- 0.44169,
- "_ALQSGQCAGAALDVFTEEPPRDR_"
- ],
- [
- 16734,
- 3,
- 12,
- 5,
- 0.15676,
- "_SLKPGALSNSESIPTIDGLR_"
- ],
- [
- 22177,
- 2,
- 13,
- 3,
- 0.17104,
- "_GMPTGEAMVAFESR_"
- ],
- [
- 33589,
- 3,
- 12,
- 6,
- 0.15676,
- "_FGHVDQENSPSFMFQGSSNTEFK_"
- ],
- [
- 13180,
- 2,
- 10,
- 3,
- 0.12824,
- "_LAQM(Oxidation (M))FSDMVLK_"
- ],
- [
- 42456,
- 2,
- 14,
- 4,
- 0.1853,
- "_LVIEFSEEYPNKPPTVR_"
- ],
- [
- 23085,
- 2,
- 22,
- 4,
- 0.29926,
- "_VEDVSAVEIVGGATR_"
- ],
- [
- 32664,
- 2,
- 13,
- 6,
- 0.17104,
- "_IQQEIAVQNPLVSER_"
- ],
- [
- 12317,
- 2,
- 14,
- 4,
- 0.1853,
- "_LFVALQGCMDK_"
- ],
- [
- 44717,
- 2,
- 14,
- 4,
- 0.1853,
- "_ESLNLEDQIESDESELKK_"
- ],
- [
- 10699,
- 2,
- 15,
- 4,
- 0.19958,
- "_ESEDAELLWR_"
- ],
- [
- 41137,
- 2,
- 11,
- 7,
- 0.14252,
- "_SKVDQIQEIVTGNPTVIK_"
- ],
- [
- 21184,
- 2,
- 16,
- 3,
- 0.21381,
- "_SSEIEQAVQSLDR_"
- ],
- [
- 3939,
- 4,
- 16,
- 7,
- 0.21381,
- "_KPLVLCGDLNVAHEEIDLR_"
- ],
- [
- 15580,
- 3,
- 14,
- 6,
- 0.1853,
- "_DLAHTPSQLEGLDPATEAR_"
- ],
- [
- 5079,
- 4,
- 11,
- 4,
- 0.14252,
- "_MDTLAHVLYYPQKPLVTTR_"
- ],
- [
- 3790,
- 4,
- 13,
- 3,
- 0.17104,
- "_NKDHPAFAPLYFPMELHR_"
- ],
- [
- 5328,
- 2,
- 11,
- 2,
- 0.14252,
- "_LNIWDVGGQK_"
- ],
- [
- 22996,
- 2,
- 11,
- 2,
- 0.14252,
- "_IAPGAVVCVESEIR_"
- ],
- [
- 6943,
- 3,
- 17,
- 4,
- 0.22805,
- "_VAPVPLYNSFHDVYK_"
- ],
- [
- 45571,
- 2,
- 10,
- 4,
- 0.12823,
- "_DALTQINVHYGGVQNLCSR_"
- ],
- [
- 25273,
- 3,
- 17,
- 8,
- 0.22805,
- "_ETHFDTQNNISTMSAEWVSK_"
- ],
- [
- 1841,
- 4,
- 17,
- 5,
- 0.22805,
- "_NGLLHGHFTLPFLKDEVK_"
- ],
- [
- 16448,
- 2,
- 17,
- 6,
- 0.22805,
- "_AFAMTNQILVEK_"
- ],
- [
- 20384,
- 2,
- 12,
- 2,
- 0.15675,
- "_ETEILFHSSLLR_"
- ],
- [
- 15962,
- 3,
- 13,
- 3,
- 0.17099,
- "_SLDDDLDGVPLDATEDSKK_"
- ],
- [
- 16270,
- 3,
- 13,
- 5,
- 0.17099,
- "_GSEVHLQADPTKLELLYK_"
- ],
- [
- 43773,
- 2,
- 18,
- 7,
- 0.24229,
- "_SGDWVCPNPSCGNMNFAR_"
- ],
- [
- 49542,
- 2,
- 11,
- 3,
- 0.14247,
- "_SGGEALAVANDSTSTPQNANGLWK_"
- ],
- [
- 23248,
- 3,
- 10,
- 3,
- 0.12823,
- "_NPDSHGYDKDPVLDVWNMR_"
- ],
- [
- 18114,
- 3,
- 13,
- 6,
- 0.17099,
- "_QTISNACGTIGLIHAIANNK_"
- ],
- [
- 33347,
- 3,
- 13,
- 7,
- 0.17099,
- "_DSSATAVDAICTHRPDPEDLGLDR_"
- ],
- [
- 31411,
- 3,
- 10,
- 2,
- 0.12823,
- "_VVTVFSVADGYSENNVFYGHHAK_"
- ],
- [
- 23164,
- 3,
- 13,
- 5,
- 0.17099,
- "_KVPTSNTEGGWSCSLAEYIR_"
- ],
- [
- 7331,
- 3,
- 11,
- 5,
- 0.14247,
- "_IFASIAPSIYGHEDIK_"
- ],
- [
- 34327,
- 3,
- 10,
- 6,
- 0.12823,
- "_NTFTAWSDEESDYEIDDRDVNK_"
- ],
- [
- 42058,
- 2,
- 19,
- 4,
- 0.25652,
- "_GAADEVEVEPPEPPGPVASR_"
- ],
- [
- 22900,
- 3,
- 12,
- 5,
- 0.15675,
- "_MDTLAHVLYYPQKPLVTTR_"
- ],
- [
- 19462,
- 3,
- 18,
- 4,
- 0.24229,
- "_WSVHIAMHPQVNIYSVTR_"
- ],
- [
- 39758,
- 2,
- 12,
- 6,
- 0.15675,
- "_NLEAVETLGSTSTICSDK_"
- ],
- [
- 9196,
- 2,
- 10,
- 3,
- 0.12823,
- "_ISEQFSAMFR_"
- ],
- [
- 8462,
- 2,
- 13,
- 4,
- 0.17099,
- "_TLLEEEYFR_"
- ],
- [
- 2756,
- 2,
- 14,
- 4,
- 0.18527,
- "_LMELFPANK_"
- ],
- [
- 20744,
- 3,
- 14,
- 7,
- 0.18527,
- "_CEHDGVMTGANGEVSFINIK_"
- ],
- [
- 1307,
- 3,
- 15,
- 5,
- 0.19953,
- "_EFAEHICLLMEK_"
- ],
- [
- 13733,
- 2,
- 9,
- 2,
- 0.11399,
- "_SFEVVFNDPEK_"
- ],
- [
- 47665,
- 2,
- 16,
- 5,
- 0.21381,
- "_QQIESYPTDSILEDQSDQR_"
- ],
- [
- 17682,
- 2,
- 9,
- 4,
- 0.11399,
- "_ELVIPLIQNGHR_"
- ],
- [
- 17905,
- 4,
- 16,
- 5,
- 0.21381,
- "_EVMNADDPDLQRPDEEAIKEITEK_"
- ],
- [
- 35890,
- 2,
- 15,
- 6,
- 0.19953,
- "_DEICNEMVEQMQQR_"
- ],
- [
- 25707,
- 2,
- 9,
- 5,
- 0.11399,
- "_LFGHSSTSALSAILR_"
- ],
- [
- 7990,
- 2,
- 24,
- 3,
- 0.32773,
- "_PLVQTIFEGGK_"
- ],
- [
- 20540,
- 2,
- 9,
- 5,
- 0.11399,
- "_TMLESAGGLIQTAR_"
- ],
- [
- 5997,
- 2,
- 15,
- 3,
- 0.19953,
- "_TGEYPVPLIR_"
- ],
- [
- 6526,
- 2,
- 20,
- 6,
- 0.27076,
- "_LVIIEGDLER_"
- ],
- [
- 14083,
- 3,
- 22,
- 3,
- 0.29924,
- "_KEEKEDEISLEDLIER_"
- ],
- [
- 4701,
- 2,
- 16,
- 4,
- 0.21381,
- "_EMLGGEIIPR_"
- ],
- [
- 44016,
- 2,
- 16,
- 7,
- 0.21381,
- "_YNQMDSTEDAQEEFGWK_"
- ],
- [
- 50759,
- 2,
- 8,
- 4,
- 0.099745,
- "_IMSTLQGALAQESACNNTLQQQK_"
- ],
- [
- 10674,
- 2,
- 7,
- 4,
- 0.0855,
- "_SQEIIPFPSTK_"
- ],
- [
- 24165,
- 3,
- 16,
- 5,
- 0.21381,
- "_VVTVSEYYLRPVSQQEFDK_"
- ],
- [
- 41291,
- 2,
- 8,
- 3,
- 0.099728,
- "_APCLPVTYQQTPVNMEK_"
- ],
- [
- 8372,
- 2,
- 11,
- 2,
- 0.14246,
- "_SVQEFLTDMK_"
- ],
- [
- 8133,
- 2,
- 7,
- 2,
- 0.085497,
- "_TTLCVSILER_"
- ],
- [
- 15483,
- 3,
- 15,
- 4,
- 0.1995,
- "_LVIEFSEEYPNKPPTVR_"
- ],
- [
- 6443,
- 2,
- 10,
- 2,
- 0.12821,
- "_AQPLEDLAGLK_"
- ],
- [
- 31607,
- 2,
- 13,
- 5,
- 0.17098,
- "_STGLELETPSLVPVKK_"
- ],
- [
- 33592,
- 3,
- 12,
- 6,
- 0.1567,
- "_ELEAIFGRPVVDGEEGEPHSISPR_"
- ],
- [
- 31196,
- 2,
- 16,
- 6,
- 0.21376,
- "_(Acetyl (Protein N-term))MDFEDDYTHSACR_"
- ],
- [
- 19499,
- 2,
- 12,
- 4,
- 0.1567,
- "_WNTTLYEGTWR_"
- ],
- [
- 23887,
- 2,
- 27,
- 6,
- 0.37041,
- "_LLIHQSLAGGIIGVK_"
- ],
- [
- 18095,
- 3,
- 12,
- 6,
- 0.1567,
- "_MKPWFEVGDENSGWSAQK_"
- ],
- [
- 39492,
- 2,
- 16,
- 3,
- 0.21376,
- "_PFPDGLAEDIDKGEVSAR_"
- ],
- [
- 17729,
- 4,
- 16,
- 6,
- 0.21376,
- "_TVAHSPTALISGGTDTHLVFRPLMEK_"
- ],
- [
- 40284,
- 3,
- 9,
- 5,
- 0.11397,
- "_TSTTNGGILTVSIDNPGAVQCPVTQKPR_"
- ],
- [
- 32045,
- 3,
- 9,
- 7,
- 0.11397,
- "_TDGHPVMAAGSPCGHIGLWDLEDK_"
- ],
- [
- 39130,
- 2,
- 18,
- 5,
- 0.24228,
- "_AAALQYPSPSAAQDMVER_"
- ],
- [
- 5370,
- 2,
- 12,
- 4,
- 0.1567,
- "_WGEPEPFLR_"
- ],
- [
- 18359,
- 3,
- 12,
- 5,
- 0.1567,
- "_VNNSSLIGLGYTQTLKPGIK_"
- ],
- [
- 29472,
- 2,
- 10,
- 3,
- 0.12821,
- "_LCESLEELQNLNGK_"
- ],
- [
- 20250,
- 3,
- 15,
- 4,
- 0.1995,
- "_DLATVAFCDAQSTQEIHEK_"
- ],
- [
- 48048,
- 2,
- 14,
- 7,
- 0.18522,
- "_TTPEYVFHCQSAVMSATFAK_"
- ],
- [
- 33806,
- 2,
- 17,
- 6,
- 0.22804,
- "_LPGGELNPGEDEVEGLK_"
- ],
- [
- 3389,
- 2,
- 11,
- 3,
- 0.14246,
- "_LFFTSVPGGR_"
- ],
- [
- 28334,
- 3,
- 19,
- 7,
- 0.25651,
- "_YVIHTVGPIAYGEPSASQAAELR_"
- ],
- [
- 38947,
- 2,
- 14,
- 5,
- 0.18522,
- "_NIATQLESSWELHTNR_"
- ],
- [
- 27623,
- 2,
- 11,
- 3,
- 0.14246,
- "_SQLIMQAEAEAASVR_"
- ],
- [
- 20939,
- 2,
- 15,
- 3,
- 0.1995,
- "_CYLTMTQALEAR_"
- ],
- [
- 13317,
- 2,
- 14,
- 4,
- 0.18522,
- "_EIEIDIEPTDK_"
- ],
- [
- 7035,
- 3,
- 17,
- 6,
- 0.22804,
- "_KQGGLGPMNIPLVSDPK_"
- ],
- [
- 4211,
- 2,
- 10,
- 3,
- 0.12821,
- "_SLPEWLSDR_"
- ],
- [
- 21839,
- 3,
- 25,
- 6,
- 0.34196,
- "_SKELTTEIDNNIEQISSYK_"
- ],
- [
- 25185,
- 2,
- 13,
- 4,
- 0.17098,
- "_IEPHTGLLLLSVQK_"
- ],
- [
- 46282,
- 2,
- 11,
- 5,
- 0.14246,
- "_KHEALMSDLSAYGSSIQALR_"
- ],
- [
- 12145,
- 3,
- 20,
- 5,
- 0.27075,
- "_PFPDGLAEDIDKGEVSAR_"
- ],
- [
- 4325,
- 2,
- 10,
- 2,
- 0.12821,
- "_TDMELEVLR_"
- ],
- [
- 6692,
- 3,
- 15,
- 2,
- 0.1995,
- "_IHYLDTTTLIEPAPR_"
- ],
- [
- 33416,
- 2,
- 11,
- 3,
- 0.14246,
- "_ELAAAAAAGGVSEEELVR_"
- ],
- [
- 21865,
- 2,
- 15,
- 2,
- 0.1995,
- "_LPAAGVGDMVM(Oxidation (M))ATVK_"
- ],
- [
- 1729,
- 2,
- 15,
- 4,
- 0.1995,
- "_FDDPLLGPR_"
- ],
- [
- 25509,
- 2,
- 16,
- 2,
- 0.21376,
- "_ISWLEGQPQDAVGR_"
- ],
- [
- 6813,
- 3,
- 15,
- 4,
- 0.1995,
- "_AEDNFEDIITKPPVR_"
- ],
- [
- 13209,
- 3,
- 11,
- 7,
- 0.14246,
- "_KVPGVTAIELDEDTGTFR_"
- ],
- [
- 50529,
- 2,
- 7,
- 3,
- 0.085475,
- "_QHSSFGYGGLQGPASGLNACQYNS_"
- ],
- [
- 37731,
- 2,
- 11,
- 4,
- 0.14246,
- "_DIYDKDNYELDEDTD_"
- ],
- [
- 45987,
- 2,
- 12,
- 7,
- 0.1567,
- "_ACAECFMAVSCATCQEIR_"
- ],
- [
- 10338,
- 2,
- 12,
- 4,
- 0.1567,
- "_WQFDIECDK_"
- ],
- [
- 19984,
- 3,
- 9,
- 2,
- 0.11397,
- "_QAEIENPLEDPVTGDYVHK_"
- ],
- [
- 35510,
- 2,
- 11,
- 4,
- 0.14246,
- "_GNMGVCFDVPTTESER_"
- ],
- [
- 25628,
- 2,
- 13,
- 4,
- 0.17094,
- "_DCNGDTPNLSFYR_"
- ],
- [
- 48403,
- 2,
- 8,
- 2,
- 0.099737,
- "_TFATYGYALDPSLDNHQVSAK_"
- ],
- [
- 26038,
- 2,
- 12,
- 4,
- 0.1567,
- "_QFFPTDEDEIGAAK_"
- ],
- [
- 14065,
- 2,
- 10,
- 3,
- 0.12821,
- "_VLEQLEDLDSR_"
- ],
- [
- 30402,
- 4,
- 10,
- 5,
- 0.12821,
- "_SGNSDVYENEIPGGQYTNLHFQAHSMGLGSK_"
- ],
- [
- 17866,
- 2,
- 11,
- 3,
- 0.14246,
- "_FSLGYCDFDLR_"
- ],
- [
- 40508,
- 2,
- 8,
- 3,
- 0.099737,
- "_KVPGVTAIELDEDTGTFR_"
- ],
- [
- 11137,
- 2,
- 10,
- 2,
- 0.12821,
- "_AEIQELAMVPR_"
- ],
- [
- 7660,
- 3,
- 12,
- 3,
- 0.1567,
- "_GGLHFVVPSVEGSMAER_"
- ],
- [
- 45821,
- 2,
- 12,
- 5,
- 0.1567,
- "_LMETQEEDVVLLTAGEHNK_"
- ],
- [
- 40544,
- 2,
- 11,
- 2,
- 0.14246,
- "_EQMSALGESGWQEDINR_"
- ],
- [
- 15753,
- 2,
- 13,
- 4,
- 0.17094,
- "_FEIWDTAGQER_"
- ],
- [
- 33115,
- 2,
- 9,
- 2,
- 0.11397,
- "_GLEYLYLNVHDEDR_"
- ],
- [
- 32039,
- 2,
- 18,
- 7,
- 0.24228,
- "_YVWLVYEQDRPLK_"
- ],
- [
- 18826,
- 4,
- 16,
- 9,
- 0.21374,
- "_FEDEEAQAVYWHSSAHIMGEAMER_"
- ],
- [
- 51635,
- 3,
- 16,
- 8,
- 0.21374,
- "_DLHDDDEDEEMLETADGESMNTEESNQGSTPSDQQQNK_"
- ],
- [
- 37546,
- 3,
- 15,
- 6,
- 0.19946,
- "_EVMNADDPDLQRPDEEAIKEITEK_"
- ],
- [
- 37362,
- 3,
- 19,
- 8,
- 0.25652,
- "_QPSKEEEEEEEEEQLNQTLAEMK_"
- ],
- [
- 18847,
- 2,
- 7,
- 3,
- 0.085475,
- "_EMESIDQYIER_"
- ],
- [
- 852,
- 2,
- 17,
- 5,
- 0.228,
- "_SLFPGLETK_"
- ],
- [
- 27384,
- 3,
- 19,
- 7,
- 0.25652,
- "_RTELFIAAEGIHTGQFVYCGK_"
- ],
- [
- 38385,
- 3,
- 17,
- 7,
- 0.228,
- "_FEDEEAQAVYWHSSAHIMGEAMER_"
- ],
- [
- 23912,
- 2,
- 17,
- 3,
- 0.228,
- "_SQLSCVVVDDIER_"
- ],
- [
- 18693,
- 2,
- 16,
- 4,
- 0.21374,
- "_SVDGPIRLPIVDK_"
- ],
- [
- 20717,
- 3,
- 13,
- 5,
- 0.17094,
- "_KHEALMSDLSAYGSSIQALR_"
- ],
- [
- 46555,
- 3,
- 14,
- 6,
- 0.18522,
- "_YYHQLTEGCGNEACTNEFCASCPTFLR_"
- ],
- [
- 33742,
- 2,
- 17,
- 5,
- 0.228,
- "_KQGGLGPMNIPLVSDPK_"
- ],
- [
- 23435,
- 2,
- 14,
- 5,
- 0.18522,
- "_GELTTLIHQLQEK_"
- ],
- [
- 50061,
- 2,
- 14,
- 5,
- 0.18522,
- "_VIAINVDDPDAANYNDINDVKR_"
- ],
- [
- 29213,
- 3,
- 15,
- 8,
- 0.19946,
- "_IWEQIQPDLHTNDECVATYK_"
- ],
- [
- 32578,
- 2,
- 14,
- 2,
- 0.18522,
- "_KGVLFGVPGAFTPGCSK_"
- ],
- [
- 1374,
- 2,
- 19,
- 5,
- 0.25654,
- "_DLSTIEPLK_"
- ],
- [
- 9025,
- 2,
- 16,
- 5,
- 0.21371,
- "_EFLVAGGEDFK_"
- ],
- [
- 17512,
- 2,
- 22,
- 7,
- 0.29924,
- "_IMNVIGEPIDER_"
- ],
- [
- 19455,
- 2,
- 9,
- 4,
- 0.11399,
- "_TGTGTLSVFGMQAR_"
- ],
- [
- 430,
- 3,
- 13,
- 5,
- 0.17095,
- "_LPVVVPLHSLDEK_"
- ],
- [
- 47452,
- 2,
- 16,
- 4,
- 0.21371,
- "_DVEGSTSPQIGDKVEFSISDK_"
- ],
- [
- 11396,
- 3,
- 19,
- 6,
- 0.25654,
- "_AGKPVICATQM(Oxidation (M))LESMIK_"
- ],
- [
- 29879,
- 3,
- 16,
- 4,
- 0.21371,
- "_AYNADFDGDEMNAHFPQSELGR_"
- ],
- [
- 32543,
- 3,
- 16,
- 6,
- 0.21371,
- "_GHTVTEPIQPLEPELPGEGQPEAR_"
- ],
- [
- 20738,
- 2,
- 16,
- 5,
- 0.21371,
- "_RLAAVALINAAIQK_"
- ],
- [
- 9148,
- 3,
- 17,
- 5,
- 0.22799,
- "_KYEQGFITDPVVLSPK_"
- ],
- [
- 10261,
- 2,
- 12,
- 5,
- 0.15671,
- "_SAGVEQLMYIK_"
- ],
- [
- 24895,
- 2,
- 10,
- 4,
- 0.12822,
- "_QAVTFEGTDMWEK_"
- ],
- [
- 3416,
- 4,
- 18,
- 7,
- 0.24225,
- "_VSGGVDMSSHQEVFASLFHK_"
- ],
- [
- 45150,
- 2,
- 10,
- 3,
- 0.12822,
- "_NVIDGDLCEQFNSM(Oxidation (M))EPNK_"
- ],
- [
- 18522,
- 2,
- 18,
- 8,
- 0.24225,
- "_TFSYAGFEMQPK_"
- ],
- [
- 27409,
- 2,
- 11,
- 5,
- 0.14247,
- "_TSFDKPDQMAALFK_"
- ],
- [
- 42699,
- 3,
- 11,
- 5,
- 0.14247,
- "_ADDSREEEEENDDDNSLEGETFPLER_"
- ],
- [
- 13126,
- 2,
- 17,
- 5,
- 0.22799,
- "_LVIVNGDDPLSR_"
- ],
- [
- 47507,
- 2,
- 11,
- 4,
- 0.14247,
- "_AGDTVSYVICQDGSNLTASQR_"
- ],
- [
- 49416,
- 2,
- 11,
- 4,
- 0.14247,
- "_SPSECSLIASSPEENWPACQK_"
- ],
- [
- 23280,
- 4,
- 17,
- 9,
- 0.22799,
- "_RLDYESQTAHDNLLTEQIHSLSIEAK_"
- ],
- [
- 22439,
- 4,
- 12,
- 7,
- 0.15671,
- "_KFIQENIFGICPHMTEDNKDLIQGK_"
- ],
- [
- 39697,
- 2,
- 12,
- 5,
- 0.15671,
- "_GYNDDYYEESYFTTR_"
- ],
- [
- 30366,
- 3,
- 9,
- 4,
- 0.11399,
- "_LKPFFEGMSQSSSQTEIGSLNSK_"
- ],
- [
- 29048,
- 2,
- 12,
- 5,
- 0.15671,
- "_MNVSPDVNYEELAR_"
- ],
- [
- 38113,
- 3,
- 11,
- 7,
- 0.14247,
- "_GEDPFTSETVDPEMEGDDNLGGEDKK_"
- ],
- [
- 30161,
- 2,
- 15,
- 5,
- 0.19948,
- "_AALCHFCIDMLNAK_"
- ],
- [
- 31516,
- 2,
- 9,
- 4,
- 0.11399,
- "_QASTVVFSDTVVVSEK_"
- ],
- [
- 23521,
- 2,
- 9,
- 4,
- 0.11399,
- "_MDFILSHAVYCR_"
- ],
- [
- 50200,
- 2,
- 15,
- 7,
- 0.19948,
- "_IWEQIQPDLHTNDECVATYK_"
- ],
- [
- 37834,
- 3,
- 13,
- 5,
- 0.17095,
- "_LEEMGFTDVGPENKPVSVQETYEAK_"
- ],
- [
- 9814,
- 3,
- 14,
- 5,
- 0.18519,
- "_QVVQGLLSETYLEAHR_"
- ],
- [
- 35070,
- 4,
- 14,
- 7,
- 0.18519,
- "_(Acetyl (Protein N-term))SKPHSEAGTAFIQTQQLHAAM(Oxidation (M))ADTFLEHMCR_"
- ],
- [
- 24043,
- 3,
- 15,
- 4,
- 0.19948,
- "_(Acetyl (Protein N-term))SFIDPYQHIIVEHQYSHK_"
- ],
- [
- 19012,
- 2,
- 14,
- 6,
- 0.18519,
- "_IANLQTDLSDGLR_"
- ],
- [
- 9190,
- 2,
- 15,
- 5,
- 0.19948,
- "_WIDFDNDYK_"
- ],
- [
- 3843,
- 2,
- 15,
- 3,
- 0.19948,
- "_SLVFEDDLR_"
- ],
- [
- 42255,
- 3,
- 13,
- 5,
- 0.17095,
- "_PIPNQPPTAAHTANFLLNASGSTSTPAPSR_"
- ],
- [
- 4413,
- 3,
- 13,
- 3,
- 0.17095,
- "_AHILYEMLAGCVQR_"
- ],
- [
- 22917,
- 3,
- 16,
- 5,
- 0.21371,
- "_KVTFQGVGDEEDEDEIIVPK_"
- ],
- [
- 21377,
- 2,
- 13,
- 3,
- 0.17095,
- "_LESLSYQLSGLQK_"
- ],
- [
- 29535,
- 3,
- 16,
- 5,
- 0.21371,
- "_NLYHNLCTSLFPTIHGNDEVK_"
- ],
- [
- 26569,
- 3,
- 22,
- 8,
- 0.29925,
- "_RVIISAPSADAPMFVMGVNHEK_"
- ],
- [
- 20915,
- 2,
- 18,
- 4,
- 0.24223,
- "_VLVEPDAGAGVAVMK_"
- ],
- [
- 48629,
- 2,
- 12,
- 6,
- 0.17095,
- "_ECLVCTGCQTPLAGQQFTSR_"
- ],
- [
- 51692,
- 3,
- 18,
- 5,
- 0.24223,
- "_EANPAVPEVENQPPAGSNPGPESEGSGVPPRPEEADETWDSK_"
- ],
- [
- 20001,
- 2,
- 16,
- 4,
- 0.21371,
- "_MMADEALGSGLVSR_"
- ],
- [
- 4473,
- 2,
- 12,
- 3,
- 0.15671,
- "_YLIGELVSSK_"
- ],
- [
- 10178,
- 2,
- 13,
- 2,
- 0.17095,
- "_VTAFLDDLSQK_"
- ],
- [
- 22664,
- 2,
- 19,
- 7,
- 0.25649,
- "_AIDDNMSLDEIEK_"
- ],
- [
- 40854,
- 2,
- 8,
- 2,
- 0.099705,
- "_LKDTENAIENMVGPDWK_"
- ],
- [
- 7163,
- 2,
- 15,
- 5,
- 0.19943,
- "_VSGPDLDLNLK_"
- ],
- [
- 29767,
- 2,
- 8,
- 2,
- 0.099705,
- "_ANLNGMVISEDTVYK_"
- ],
- [
- 51322,
- 2,
- 11,
- 6,
- 0.14246,
- "_ESTSTESSSQDVESTFSSPEDSLPK_"
- ],
- [
- 43947,
- 2,
- 12,
- 3,
- 0.15671,
- "_IHNLALNCCTQLADLYR_"
- ],
- [
- 11637,
- 2,
- 12,
- 5,
- 0.15671,
- "_DMDDEESWIK_"
- ],
- [
- 7784,
- 4,
- 12,
- 2,
- 0.15671,
- "_AAQLVDKDSTFLSTLEHHLSR_"
- ],
- [
- 36679,
- 2,
- 11,
- 6,
- 0.14246,
- "_LLLSTSLDAKDELEER_"
- ],
- [
- 25499,
- 3,
- 12,
- 8,
- 0.15671,
- "_SLWQNIAHHGTFMEEFNSGK_"
- ],
- [
- 40385,
- 4,
- 12,
- 6,
- 0.15671,
- "_GGLVGQAPMPVPEEKEPASSPWASGEKPPAGSEQDGWK_"
- ],
- [
- 35268,
- 2,
- 12,
- 6,
- 0.15671,
- "_MVPVSVQQSLAAYNQR_"
- ],
- [
- 27020,
- 3,
- 7,
- 2,
- 0.085449,
- "_KLSNSSSSVSPLILSSNLPVNNK_"
- ],
- [
- 31364,
- 2,
- 12,
- 6,
- 0.15671,
- "_AFNSSSFNSNTFLTR_"
- ],
- [
- 32519,
- 2,
- 15,
- 6,
- 0.19943,
- "_ILALCMGNHELYMR_"
- ],
- [
- 23034,
- 2,
- 11,
- 4,
- 0.14246,
- "_NGPLPIPSEGSGFTK_"
- ],
- [
- 41489,
- 2,
- 14,
- 5,
- 0.18519,
- "_DSYYSIHQIAQMGVGEGK_"
- ],
- [
- 25230,
- 3,
- 10,
- 2,
- 0.12823,
- "_ASDGSFSLPLKPVISQPIHDSK_"
- ],
- [
- 29041,
- 2,
- 9,
- 4,
- 0.11397,
- "_PCPFWNDISQCGR_"
- ],
- [
- 36718,
- 3,
- 12,
- 5,
- 0.15671,
- "_NHEEEVKGLQAQIASSGLTVEVDAPK_"
- ],
- [
- 36907,
- 2,
- 14,
- 5,
- 0.18519,
- "_TDDYLDQPCLETVNR_"
- ],
- [
- 20629,
- 2,
- 10,
- 5,
- 0.12823,
- "_EILDKFTEEVVK_"
- ],
- [
- 4685,
- 3,
- 11,
- 4,
- 0.14246,
- "_LTPLGQHLAALPVNVK_"
- ],
- [
- 23678,
- 2,
- 16,
- 6,
- 0.21371,
- "_LVSIGAEEIVDGNAK_"
- ],
- [
- 37083,
- 2,
- 15,
- 6,
- 0.19943,
- "_QVVQGLLSETYLEAHR_"
- ],
- [
- 29215,
- 3,
- 10,
- 6,
- 0.12823,
- "_FTVTIGEDEREFDKENEVFR_"
- ],
- [
- 22648,
- 3,
- 14,
- 5,
- 0.18519,
- "_DVEGSTSPQIGDKVEFSISDK_"
- ],
- [
- 31693,
- 2,
- 14,
- 4,
- 0.18519,
- "_GGITQPNINDSLEITK_"
- ],
- [
- 30631,
- 2,
- 5,
- 3,
- 0.056961,
- "_QIGDALPVSCTISASR_"
- ],
- [
- 13514,
- 2,
- 11,
- 6,
- 0.14246,
- "_ALEQFATVVEAK_"
- ],
- [
- 43590,
- 2,
- 24,
- 6,
- 0.32772,
- "_IAPQYYDMSNFPQCEAK_"
- ],
- [
- 36564,
- 2,
- 17,
- 2,
- 0.22795,
- "_GANAVGYTNYPDNVVFK_"
- ],
- [
- 28759,
- 3,
- 19,
- 7,
- 0.25649,
- "_VIAINVDDPDAANYNDINDVKR_"
- ],
- [
- 33119,
- 2,
- 7,
- 4,
- 0.085449,
- "_NTLSIQLCDTSQSLR_"
- ],
- [
- 12624,
- 2,
- 19,
- 6,
- 0.25649,
- "_PMFIVNTNVPR_"
- ],
- [
- 24753,
- 3,
- 14,
- 7,
- 0.18519,
- "_ADEHVIDQGDDGDNFYVIER_"
- ],
- [
- 50660,
- 2,
- 11,
- 4,
- 0.14246,
- "_LQEALDAEM(Oxidation (M))LEDEAGGGGAGPGGACK_"
- ],
- [
- 42396,
- 2,
- 15,
- 5,
- 0.19943,
- "_ETIDNNSVSSPLQSLQQR_"
- ],
- [
- 14698,
- 3,
- 10,
- 5,
- 0.12823,
- "_GTLSDEHAGVISVLAQQAAK_"
- ],
- [
- 23213,
- 2,
- 13,
- 5,
- 0.17095,
- "_SYEFFNELYHR_"
- ],
- [
- 34089,
- 2,
- 8,
- 4,
- 0.099705,
- "_SLSALSAYHTGLIAPMK_"
- ],
- [
- 8320,
- 3,
- 10,
- 4,
- 0.12823,
- "_IALHTALNNPYYYLK_"
- ],
- [
- 29119,
- 2,
- 10,
- 3,
- 0.12823,
- "_VLGDVPGACTPVVPTR_"
- ],
- [
- 7392,
- 3,
- 13,
- 5,
- 0.17095,
- "_QKPSNTEDFIEDIVK_"
- ],
- [
- 10327,
- 3,
- 10,
- 5,
- 0.12822,
- "_QDWEHAANDVSFATIR_"
- ],
- [
- 11279,
- 2,
- 13,
- 4,
- 0.17096,
- "_VLVDSLVEDDR_"
- ],
- [
- 47445,
- 2,
- 13,
- 5,
- 0.17096,
- "_AVETDVMNQETDPLCAECR_"
- ],
- [
- 41628,
- 2,
- 12,
- 6,
- 0.15671,
- "_LLEAQACTGGIIDPSTGER_"
- ],
- [
- 4273,
- 2,
- 12,
- 4,
- 0.15671,
- "_LLSQGVIAFR_"
- ],
- [
- 16110,
- 4,
- 16,
- 3,
- 0.21368,
- "_YDDQAWARPPKPPTFGEFLSQHK_"
- ],
- [
- 8226,
- 2,
- 13,
- 4,
- 0.17096,
- "_FGATLEIVTDK_"
- ],
- [
- 37584,
- 3,
- 12,
- 6,
- 0.15671,
- "_GHDGTPESDCFAFTESHYNAELFR_"
- ],
- [
- 11779,
- 4,
- 16,
- 7,
- 0.21368,
- "_VVTVFSVADGYSENNVFYGHHAK_"
- ],
- [
- 2029,
- 3,
- 12,
- 5,
- 0.15671,
- "_QLVLPELGVHGQLR_"
- ],
- [
- 40916,
- 3,
- 13,
- 6,
- 0.17096,
- "_GTHMQHAYDFYKPDMLSEYPIVDGK_"
- ],
- [
- 16513,
- 2,
- 5,
- 3,
- 0.056984,
- "_IQDTIEITGTFK_"
- ],
- [
- 19531,
- 2,
- 12,
- 5,
- 0.15671,
- "_SIEDMTEEAFQK_"
- ],
- [
- 16564,
- 3,
- 12,
- 4,
- 0.15671,
- "_EKANEDAVPLCMSADFPR_"
- ],
- [
- 30003,
- 4,
- 11,
- 6,
- 0.14248,
- "_LDSTQLQQLHNQVLLEQHQLQNPPPSSPK_"
- ],
- [
- 24195,
- 2,
- 12,
- 3,
- 0.15671,
- "_GSPNANEPPLVFVGK_"
- ],
- [
- 2872,
- 2,
- 14,
- 4,
- 0.19944,
- "_GISPVPINLR_"
- ],
- [
- 44787,
- 2,
- 11,
- 6,
- 0.14248,
- "_GADTAPTLAPEALPSQGEVER_"
- ],
- [
- 12602,
- 2,
- 18,
- 4,
- 0.2422,
- "_YMVWSDEMVK_"
- ],
- [
- 40961,
- 2,
- 15,
- 4,
- 0.19944,
- "_ALSMYEEAFQNTSDSDR_"
- ],
- [
- 6126,
- 3,
- 17,
- 8,
- 0.22797,
- "_ILALCMGNHELYMR_"
- ],
- [
- 15837,
- 3,
- 14,
- 6,
- 0.1852,
- "_SAIVHLINYQDDAELATR_"
- ],
- [
- 1561,
- 3,
- 17,
- 6,
- 0.22797,
- "_GLLKPGLNVVLEGPK_"
- ],
- [
- 6670,
- 2,
- 14,
- 4,
- 0.1852,
- "_SALQELEELK_"
- ],
- [
- 10194,
- 2,
- 14,
- 2,
- 0.1852,
- "_ALPLEAEVAPVK_"
- ],
- [
- 11618,
- 2,
- 11,
- 4,
- 0.14248,
- "_PLAQLADPWQK_"
- ],
- [
- 30156,
- 2,
- 10,
- 3,
- 0.12822,
- "_ICEDMFDSQEYVK_"
- ],
- [
- 37622,
- 2,
- 13,
- 3,
- 0.17096,
- "_QDWEHAANDVSFATIR_"
- ],
- [
- 3972,
- 2,
- 11,
- 3,
- 0.14248,
- "_LHLGFIQIR_"
- ],
- [
- 17724,
- 2,
- 9,
- 2,
- 0.11396,
- "_MVEINFLCVHK_"
- ],
- [
- 45800,
- 2,
- 11,
- 7,
- 0.14248,
- "_NLALCPANHAPLQEAAVIPR_"
- ],
- [
- 5431,
- 2,
- 5,
- 4,
- 0.056984,
- "_QIDLSTVDLK_"
- ],
- [
- 41834,
- 2,
- 13,
- 6,
- 0.17096,
- "_GTLSDEHAGVISVLAQQAAK_"
- ],
- [
- 38064,
- 2,
- 19,
- 6,
- 0.25648,
- "_MASNIFGPTEEPQNIPK_"
- ],
- [
- 21857,
- 2,
- 5,
- 2,
- 0.056984,
- "_YVLEEAEQLEPR_"
- ],
- [
- 25594,
- 2,
- 7,
- 3,
- 0.085444,
- "_HSSNSLPGLMMDLR_"
- ],
- [
- 28022,
- 3,
- 9,
- 5,
- 0.11396,
- "_DPEPPEKEFTPYDYSQSDFK_"
- ],
- [
- 12056,
- 3,
- 13,
- 3,
- 0.17096,
- "_KVPDPVLEESFQQLQR_"
- ],
- [
- 21326,
- 2,
- 7,
- 2,
- 0.085444,
- "_GNSCILADEMGLGK_"
- ],
- [
- 36312,
- 2,
- 19,
- 7,
- 0.25648,
- "_KYEQGFITDPVVLSPK_"
- ],
- [
- 26537,
- 2,
- 11,
- 4,
- 0.14249,
- "_YSELTTVQQQLIR_"
- ],
- [
- 2518,
- 2,
- 12,
- 3,
- 0.15675,
- "_DPGNLGTILR_"
- ],
- [
- 22911,
- 4,
- 11,
- 3,
- 0.14249,
- "_YKPDEQPSLMPHHDASTFTINIALNR_"
- ],
- [
- 31982,
- 2,
- 10,
- 4,
- 0.12823,
- "_NSCVKEEDMLELLK_"
- ],
- [
- 13984,
- 3,
- 10,
- 5,
- 0.12823,
- "_CLSDHAVFVQSYYLDR_"
- ],
- [
- 49485,
- 2,
- 11,
- 3,
- 0.14249,
- "_AQSLIDLGSSSSTSSTASLSGNSPK_"
- ],
- [
- 45718,
- 2,
- 10,
- 5,
- 0.12823,
- "_PWTPGQPGGLVGCPGSGGSPMR_"
- ],
- [
- 18602,
- 2,
- 13,
- 2,
- 0.17098,
- "_HENIIGINDIIR_"
- ],
- [
- 24491,
- 3,
- 12,
- 6,
- 0.15675,
- "_TFATYGYALDPSLDNHQVSAK_"
- ],
- [
- 25557,
- 2,
- 11,
- 2,
- 0.14249,
- "_DNEVLLQIDKDVR_"
- ],
- [
- 47208,
- 2,
- 11,
- 3,
- 0.14249,
- "_ESSPTSPVAETEGTIMEESSR_"
- ],
- [
- 21406,
- 2,
- 13,
- 2,
- 0.17098,
- "_AVDTLAYLSDGDAR_"
- ],
- [
- 5738,
- 3,
- 11,
- 5,
- 0.14249,
- "_FINHLCDPNIIPVR_"
- ],
- [
- 40279,
- 3,
- 9,
- 5,
- 0.11397,
- "_LQPSAMVDEATCAACDFNKPGANCQR_"
- ],
- [
- 37242,
- 2,
- 24,
- 5,
- 0.32777,
- "_NPDDITQEEYGEFYK_"
- ],
- [
- 33453,
- 2,
- 6,
- 4,
- 0.071255,
- "_NEEIVMPEEQTGLVR_"
- ],
- [
- 32739,
- 2,
- 15,
- 5,
- 0.19947,
- "_GNYSTDQLCVLDNVK_"
- ],
- [
- 37364,
- 2,
- 15,
- 5,
- 0.19947,
- "_NQGDEEGTEIDTLQFR_"
- ],
- [
- 3693,
- 4,
- 14,
- 6,
- 0.18523,
- "_YHIDLDPHFNDILGQHSR_"
- ],
- [
- 8630,
- 3,
- 15,
- 6,
- 0.19947,
- "_VDVNAPDVQAPDWHLK_"
- ],
- [
- 35693,
- 2,
- 14,
- 5,
- 0.18523,
- "_VDVNAPDVQAPDWHLK_"
- ],
- [
- 25739,
- 2,
- 14,
- 4,
- 0.18523,
- "_AEADVSLPSMQGDLK_"
- ],
- [
- 9353,
- 2,
- 14,
- 3,
- 0.18523,
- "_LTGSVLEDAWK_"
- ],
- [
- 49571,
- 3,
- 9,
- 4,
- 0.11397,
- "_GIPFTATLASSSVNSAEEHVASTNEGREPTDSVPK_"
- ],
- [
- 19180,
- 2,
- 16,
- 6,
- 0.21371,
- "_NGYGFVEFEDSR_"
- ],
- [
- 35824,
- 2,
- 15,
- 4,
- 0.19947,
- "_CMAVYQTYVNAMNDK_"
- ],
- [
- 29643,
- 2,
- 8,
- 3,
- 0.099715,
- "_APVSYPNTLPESFTK_"
- ],
- [
- 4733,
- 2,
- 14,
- 5,
- 0.18523,
- "_SFDFEIETK_"
- ],
- [
- 22775,
- 3,
- 13,
- 6,
- 0.17098,
- "_IIAEGANGPTTPEADKIFLER_"
- ],
- [
- 4663,
- 2,
- 23,
- 4,
- 0.31353,
- "_FVNLGIEPPK_"
- ],
- [
- 21498,
- 3,
- 7,
- 6,
- 0.085483,
- "_EHIHMNATQWETLTDFTK_"
- ],
- [
- 21351,
- 3,
- 13,
- 4,
- 0.17098,
- "_TFPTVNPTTGEVIGHVAEGDR_"
- ],
- [
- 14492,
- 2,
- 20,
- 5,
- 0.27075,
- "_LAETVFNFQEK_"
- ],
- [
- 20573,
- 2,
- 7,
- 2,
- 0.085483,
- "_QNCILADEMGLGK_"
- ],
- [
- 42648,
- 3,
- 13,
- 5,
- 0.17098,
- "_EGAPIEPDPPVSHWKPEAVQYYEDGAR_"
- ],
- [
- 12976,
- 2,
- 9,
- 3,
- 0.11397,
- "_ILAFPCNQFGK_"
- ],
- [
- 6270,
- 3,
- 20,
- 7,
- 0.27075,
- "_ATTITSVLPKPALVASR_"
- ],
- [
- 11064,
- 3,
- 21,
- 6,
- 0.28501,
- "_KNGGLGHMNIALLSDLTK_"
- ],
- [
- 9132,
- 2,
- 19,
- 4,
- 0.25648,
- "_LLGELLQDNAK_"
- ],
- [
- 10837,
- 2,
- 8,
- 3,
- 0.099744,
- "_MLLSWDGGESR_"
- ],
- [
- 22626,
- 2,
- 14,
- 4,
- 0.18524,
- "_GQILMPNIGYGSNK_"
- ],
- [
- 24588,
- 2,
- 18,
- 7,
- 0.24222,
- "_GLLKPGLNVVLEGPK_"
- ],
- [
- 39947,
- 2,
- 7,
- 2,
- 0.085516,
- "_GGVSAEVYTEEDAVSYVR_"
- ],
- [
- 36635,
- 2,
- 18,
- 5,
- 0.24222,
- "_INGEAQPWLSTSTEGLK_"
- ],
- [
- 24535,
- 3,
- 6,
- 5,
- 0.071276,
- "_AHSLLFENSDSFSEDSSTLGR_"
- ],
- [
- 13799,
- 2,
- 13,
- 4,
- 0.17101,
- "_SQDTVLMNLYK_"
- ],
- [
- 4859,
- 2,
- 12,
- 3,
- 0.15675,
- "_TLGGLEMELR_"
- ],
- [
- 17387,
- 2,
- 19,
- 5,
- 0.2565,
- "_LATQLTGPVMPVR_"
- ],
- [
- 17082,
- 3,
- 19,
- 4,
- 0.2565,
- "_RAEDGSVIDYELIDQDAR_"
- ],
- [
- 13382,
- 3,
- 5,
- 2,
- 0.057022,
- "_HGEPEEDIVGLQAFQER_"
- ],
- [
- 47521,
- 2,
- 12,
- 4,
- 0.15675,
- "_IIAEGANGPTTPEADKIFLER_"
- ],
- [
- 17164,
- 2,
- 17,
- 4,
- 0.22798,
- "_TDTESELDLISR_"
- ],
- [
- 1021,
- 2,
- 12,
- 5,
- 0.15675,
- "_IGDLGLATLK_"
- ],
- [
- 14387,
- 2,
- 9,
- 2,
- 0.11398,
- "_EYLGANWTLEK_"
- ],
- [
- 25663,
- 2,
- 8,
- 5,
- 0.099744,
- "_RGLSIEQLTTLAEK_"
- ],
- [
- 18759,
- 2,
- 11,
- 4,
- 0.14249,
- "_YGLIFHSTFIGR_"
- ],
- [
- 16592,
- 2,
- 14,
- 4,
- 0.18524,
- "_IMVDMLDSDGSGK_"
- ],
- [
- 42756,
- 2,
- 14,
- 5,
- 0.18524,
- "_SAIVHLINYQDDAELATR_"
- ],
- [
- 20196,
- 2,
- 11,
- 3,
- 0.14249,
- "_NLLHQDAVDLFR_"
- ],
- [
- 32755,
- 2,
- 11,
- 4,
- 0.14249,
- "_TVDVSDMGPSHIINIK_"
- ],
- [
- 43362,
- 2,
- 10,
- 3,
- 0.12823,
- "_LPLQSQVGQYNQPEVPVR_"
- ],
- [
- 15800,
- 2,
- 15,
- 3,
- 0.19949,
- "_HEEEFDLFMR_"
- ],
- [
- 28630,
- 2,
- 10,
- 5,
- 0.12823,
- "_LLVVDPETDEQLQK_"
- ],
- [
- 5629,
- 2,
- 9,
- 3,
- 0.11398,
- "_ASEELDGLFR_"
- ],
- [
- 27744,
- 3,
- 13,
- 5,
- 0.17101,
- "_GLAIQHPGTQVLIGTDSIPNLHK_"
- ],
- [
- 7635,
- 3,
- 9,
- 5,
- 0.11397,
- "_NELQTDKPFIPLVEK_"
- ],
- [
- 17684,
- 2,
- 11,
- 5,
- 0.14246,
- "_KAPSDLYQIILK_"
- ],
- [
- 38643,
- 2,
- 11,
- 3,
- 0.14246,
- "_LLSAMLVSEGDLTEQKR_"
- ],
- [
- 27222,
- 2,
- 11,
- 5,
- 0.14246,
- "_FLSLYGDQIDMHR_"
- ],
- [
- 12246,
- 3,
- 11,
- 4,
- 0.14246,
- "_QAQGLQQELGGLHSALLR_"
- ],
- [
- 16921,
- 2,
- 9,
- 4,
- 0.11397,
- "_EVLLEAQDMAVR_"
- ],
- [
- 14303,
- 2,
- 7,
- 4,
- 0.085506,
- "_LSLEQALPPEPK_"
- ],
- [
- 42747,
- 2,
- 9,
- 2,
- 0.11397,
- "_DCGIPLSHLQVDGGMTSNK_"
- ],
- [
- 21016,
- 4,
- 9,
- 6,
- 0.11397,
- "_IVEEADVDMEPNVSVYSGLKEEHVVK_"
- ],
- [
- 29944,
- 2,
- 12,
- 5,
- 0.15672,
- "_(Acetyl (Protein N-term))AGSYPEGAPAILADKR_"
- ],
- [
- 18392,
- 2,
- 12,
- 4,
- 0.15672,
- "_VVPIASLTPYQSK_"
- ],
- [
- 7095,
- 3,
- 9,
- 4,
- 0.11397,
- "_FFVADTANEALEAAKR_"
- ],
- [
- 26327,
- 2,
- 7,
- 2,
- 0.085506,
- "_PVPLEQTYVGITEK_"
- ],
- [
- 28056,
- 2,
- 12,
- 4,
- 0.15672,
- "_APGAIGPYSQAVLVDR_"
- ],
- [
- 18651,
- 2,
- 12,
- 5,
- 0.15672,
- "_LGEDIVITAHVLK_"
- ],
- [
- 1045,
- 2,
- 9,
- 4,
- 0.11397,
- "_VDEIIWVK_"
- ],
- [
- 30786,
- 2,
- 9,
- 3,
- 0.11397,
- "_GCQFLGPAMQEEALK_"
- ],
- [
- 31037,
- 2,
- 29,
- 2,
- 0.39898,
- "_EWNLPPNAPACMER_"
- ],
- [
- 41081,
- 2,
- 17,
- 4,
- 0.22796,
- "_NSPEAWCAAGNCFSLQR_"
- ],
- [
- 39843,
- 3,
- 14,
- 8,
- 0.18524,
- "_IVQTYHVNMAGTNPYTTITPQEINGK_"
- ],
- [
- 35966,
- 2,
- 13,
- 4,
- 0.17098,
- "_SIVEEEEDDDYVELK_"
- ],
- [
- 12045,
- 2,
- 19,
- 4,
- 0.25645,
- "_LIEEVMIGEDK_"
- ],
- [
- 36960,
- 2,
- 15,
- 3,
- 0.19947,
- "_ILQDIASGSHPFSQVLK_"
- ],
- [
- 21664,
- 4,
- 16,
- 7,
- 0.21372,
- "_GTHMQHAYDFYKPDMLSEYPIVDGK_"
- ],
- [
- 28949,
- 3,
- 16,
- 5,
- 0.21372,
- "_LIEESSVDEVVVTNTVPHEVQK_"
- ],
- [
- 5848,
- 2,
- 19,
- 4,
- 0.25645,
- "_YGIQMPAFSK_"
- ],
- [
- 1678,
- 2,
- 18,
- 3,
- 0.24221,
- "_ACIPVGLLGK_"
- ],
- [
- 38808,
- 2,
- 16,
- 4,
- 0.24221,
- "_HPVSLEQYLMEGSYNK_"
- ],
- [
- 23892,
- 4,
- 18,
- 6,
- 0.24221,
- "_EGAPIEPDPPVSHWKPEAVQYYEDGAR_"
- ],
- [
- 6139,
- 2,
- 18,
- 3,
- 0.24221,
- "_EQLAIAEFAR_"
- ],
- [
- 22008,
- 2,
- 16,
- 5,
- 0.21372,
- "_TSESTGSLPSPFLR_"
- ],
- [
- 30532,
- 3,
- 18,
- 5,
- 0.24221,
- "_KVAEPELMGTPDGTCYPPPPVPR_"
- ],
- [
- 25131,
- 2,
- 17,
- 3,
- 0.22796,
- "_IVQLLGQNEVDYR_"
- ],
- [
- 11303,
- 3,
- 13,
- 3,
- 0.17098,
- "_LLSAMLVSEGDLTEQKR_"
- ],
- [
- 25563,
- 2,
- 14,
- 4,
- 0.18524,
- "_EVLELGQVLDTGKR_"
- ],
- [
- 21678,
- 2,
- 18,
- 4,
- 0.2422,
- "_ELPQFATGENLPR_"
- ],
- [
- 41133,
- 2,
- 18,
- 7,
- 0.2422,
- "_DAGEGLLAVQITDQEGKPK_"
- ],
- [
- 20186,
- 2,
- 16,
- 3,
- 0.21371,
- "_LYSEDELPAEFK_"
- ],
- [
- 20595,
- 2,
- 9,
- 4,
- 0.11398,
- "_GVGGAVPGAVLEPVAR_"
- ],
- [
- 38746,
- 2,
- 13,
- 4,
- 0.17095,
- "_TANFVAVDTELSGLGDRK_"
- ],
- [
- 13482,
- 3,
- 13,
- 5,
- 0.17095,
- "_TVTLGGDVFDPHGTLSGGAR_"
- ],
- [
- 49143,
- 2,
- 10,
- 3,
- 0.12821,
- "_VGIPQENADHDDFDANQLLNK_"
- ],
- [
- 21241,
- 2,
- 13,
- 3,
- 0.17095,
- "_LISQAYEVLSDPK_"
- ],
- [
- 15925,
- 2,
- 12,
- 4,
- 0.1567,
- "_NFWVSGLSSTTR_"
- ],
- [
- 22584,
- 2,
- 9,
- 6,
- 0.11398,
- "_ELPAAVAPAGPASLAR_"
- ],
- [
- 42345,
- 2,
- 10,
- 3,
- 0.12821,
- "_MTGHQALINQVLFSPDSR_"
- ],
- [
- 17810,
- 3,
- 16,
- 8,
- 0.21371,
- "_THNSSLEYNIFEGMECR_"
- ],
- [
- 6768,
- 4,
- 12,
- 3,
- 0.1567,
- "_ASDGSFSLPLKPVISQPIHDSK_"
- ],
- [
- 22470,
- 2,
- 17,
- 3,
- 0.22795,
- "_SDQNLQTALELTR_"
- ],
- [
- 9023,
- 3,
- 17,
- 6,
- 0.22795,
- "_QASLADCLNHAVGFASR_"
- ],
- [
- 34267,
- 2,
- 19,
- 7,
- 0.25644,
- "_PSGEAFVELESEDEVK_"
- ],
- [
- 15502,
- 3,
- 12,
- 3,
- 0.1567,
- "_YYSDLFSYCDIESTKK_"
- ],
- [
- 19104,
- 2,
- 13,
- 5,
- 0.17095,
- "_EWLEVLEDTKR_"
- ],
- [
- 18672,
- 2,
- 11,
- 3,
- 0.14244,
- "_NVEAMNFADIER_"
- ],
- [
- 8407,
- 2,
- 20,
- 5,
- 0.27068,
- "_ENFSLDWCK_"
- ],
- [
- 20777,
- 3,
- 10,
- 2,
- 0.12821,
- "_INPYM(Oxidation (M))SSPCHIEMILTEK_"
- ],
- [
- 17815,
- 2,
- 11,
- 5,
- 0.14244,
- "_DFLDEHYDIPK_"
- ],
- [
- 27276,
- 3,
- 11,
- 6,
- 0.14244,
- "_AYETMAGAGVPFSANGRPLASGIR_"
- ],
- [
- 44239,
- 2,
- 16,
- 6,
- 0.21371,
- "_THNSSLEYNIFEGMECR_"
- ],
- [
- 6287,
- 2,
- 13,
- 4,
- 0.17095,
- "_FAEAFEAIPR_"
- ],
- [
- 23346,
- 3,
- 11,
- 2,
- 0.14244,
- "_TTSSAIYMNLASHIQPGTVNR_"
- ],
- [
- 38483,
- 2,
- 9,
- 3,
- 0.11398,
- "_VMNMEESTNGSLAAEFR_"
- ],
- [
- 33825,
- 3,
- 15,
- 4,
- 0.19948,
- "_SQGLSQLYHNQSQGLLSQLQGQSK_"
- ],
- [
- 20824,
- 2,
- 15,
- 3,
- 0.19948,
- "_SADPPPAIWVATTK_"
- ],
- [
- 25821,
- 2,
- 8,
- 2,
- 0.099742,
- "_GLCLYYEDCIEK_"
- ],
- [
- 39639,
- 2,
- 15,
- 7,
- 0.19948,
- "_QVMVVPVGPTCDEYAQK_"
- ],
- [
- 16504,
- 2,
- 15,
- 6,
- 0.19948,
- "_NLAMGVNLTSMSK_"
- ],
- [
- 26353,
- 2,
- 15,
- 8,
- 0.19948,
- "_NSVTPDMMEEMYK_"
- ],
- [
- 46229,
- 2,
- 14,
- 6,
- 0.18522,
- "_VGDPPQPLPEEPMEVQGAER_"
- ],
- [
- 31971,
- 3,
- 13,
- 6,
- 0.17095,
- "_NFTMDTESSVYNFEGEDYREK_"
- ],
- [
- 1823,
- 2,
- 13,
- 2,
- 0.17094,
- "_FYFEELGK_"
- ],
- [
- 14626,
- 4,
- 13,
- 6,
- 0.17094,
- "_LGATIEHISVSPAGDLFCTSHSDNK_"
- ],
- [
- 9485,
- 3,
- 17,
- 4,
- 0.22795,
- "_LLLSTSLDAKDELEER_"
- ],
- [
- 17872,
- 2,
- 8,
- 2,
- 0.099731,
- "_YLVLDCVPEER_"
- ],
- [
- 27441,
- 2,
- 16,
- 5,
- 0.21372,
- "_ELGPLPDDDDMASPK_"
- ],
- [
- 43668,
- 2,
- 18,
- 7,
- 0.2422,
- "_RAEDGSVIDYELIDQDAR_"
- ],
- [
- 3258,
- 2,
- 16,
- 3,
- 0.21372,
- "_ALQFLEEVK_"
- ],
- [
- 26566,
- 2,
- 10,
- 3,
- 0.12823,
- "_LPFTDTEQECLVK_"
- ],
- [
- 10355,
- 2,
- 7,
- 3,
- 0.085492,
- "_NLVFSDGYVVK_"
- ],
- [
- 5503,
- 2,
- 12,
- 3,
- 0.15669,
- "_LTMLDIASNR_"
- ],
- [
- 7843,
- 2,
- 12,
- 4,
- 0.15669,
- "_DLQNVNITLR_"
- ],
- [
- 43745,
- 2,
- 9,
- 6,
- 0.11399,
- "_CGVSPSCELCPNQDGIFK_"
- ],
- [
- 47271,
- 2,
- 14,
- 3,
- 0.1852,
- "_AM(Oxidation (M))LSGPGQFAENETNEVNFR_"
- ],
- [
- 46998,
- 3,
- 17,
- 6,
- 0.22795,
- "_LDSTQLQQLHNQVLLEQHQLQNPPPSSPK_"
- ],
- [
- 43046,
- 3,
- 12,
- 4,
- 0.15669,
- "_GSVSQPSTPSPPKPTGIFQTSANSSFEPVK_"
- ],
- [
- 44184,
- 3,
- 15,
- 9,
- 0.19946,
- "_LQAALDDEEAGGRPAMEPGNGSLDLGGDSAGR_"
- ],
- [
- 32354,
- 3,
- 11,
- 6,
- 0.14245,
- "_NPCGEEDLEGWCDVEHGGDGWR_"
- ],
- [
- 8668,
- 2,
- 6,
- 2,
- 0.071241,
- "_VMVAEALDISR_"
- ],
- [
- 34764,
- 2,
- 20,
- 6,
- 0.27069,
- "_QLYHLGVVEAYSGLTK_"
- ],
- [
- 6417,
- 3,
- 14,
- 5,
- 0.1852,
- "_SETHGSLEEAMLTVVK_"
- ],
- [
- 38968,
- 2,
- 11,
- 4,
- 0.14245,
- "_MALDGQNIYNACCTLR_"
- ],
- [
- 13169,
- 2,
- 5,
- 2,
- 0.056971,
- "_IENFDVSFGDR_"
- ],
- [
- 5871,
- 3,
- 11,
- 2,
- 0.14245,
- "_FTLTGLKPDTTYDIK_"
- ],
- [
- 25338,
- 2,
- 15,
- 4,
- 0.19946,
- "_AEGSEAAELAEIYAK_"
- ],
- [
- 45126,
- 2,
- 15,
- 5,
- 0.19946,
- "_ELQSQISDTSVVLSM(Oxidation (M))DNSR_"
- ],
- [
- 38297,
- 2,
- 17,
- 4,
- 0.22795,
- "_TGEPCVAELTEENFQR_"
- ],
- [
- 23706,
- 3,
- 13,
- 7,
- 0.17094,
- "_QNHESVQWCYDNFINYR_"
- ],
- [
- 38138,
- 2,
- 21,
- 6,
- 0.28493,
- "_PAGPVQAVPPPPPVPTEPK_"
- ],
- [
- 17161,
- 2,
- 7,
- 2,
- 0.085492,
- "_VCCEGMLIQLR_"
- ],
- [
- 49854,
- 2,
- 10,
- 3,
- 0.12822,
- "_DDEDGDDMDSYQEEDLNCVR_"
- ],
- [
- 17295,
- 3,
- 11,
- 3,
- 0.14246,
- "_KKEDLQEVDGEIEAVLQK_"
- ],
- [
- 14355,
- 3,
- 13,
- 4,
- 0.17093,
- "_QDESSSALCSHLYSMIR_"
- ],
- [
- 35436,
- 3,
- 16,
- 6,
- 0.2137,
- "_TAHLDEEVNKGDILVVATGQPEMVK_"
- ],
- [
- 23961,
- 2,
- 12,
- 5,
- 0.15669,
- "_GMDQGLLGMCPGER_"
- ],
- [
- 26823,
- 2,
- 7,
- 3,
- 0.085481,
- "_AMSTLVPQGGPVLCR_"
- ],
- [
- 31124,
- 2,
- 17,
- 5,
- 0.22796,
- "_TQPPEDISCIAWNR_"
- ],
- [
- 35857,
- 2,
- 12,
- 4,
- 0.15669,
- "_PDNFVFGQSGAGNNWAK_"
- ],
- [
- 15361,
- 3,
- 12,
- 6,
- 0.15669,
- "_MTGHQALINQVLFSPDSR_"
- ],
- [
- 38501,
- 2,
- 12,
- 4,
- 0.15669,
- "_AALLQLLAQHQPQDDPK_"
- ],
- [
- 37286,
- 2,
- 10,
- 5,
- 0.12822,
- "_DQTDDQVTIDSALATQK_"
- ],
- [
- 10713,
- 2,
- 12,
- 3,
- 0.15669,
- "_DVQMLQDAISK_"
- ],
- [
- 15239,
- 2,
- 14,
- 4,
- 0.18518,
- "_LVICPDEGFYK_"
- ],
- [
- 31941,
- 2,
- 11,
- 2,
- 0.14246,
- "_YSNVSSIEDSFAMEK_"
- ],
- [
- 15666,
- 2,
- 13,
- 2,
- 0.17093,
- "_LPLMECVQMTK_"
- ],
- [
- 39803,
- 2,
- 11,
- 4,
- 0.14246,
- "_LLNGPGDVETGTSITVPQK_"
- ],
- [
- 23752,
- 2,
- 7,
- 3,
- 0.085481,
- "_VNATGPQFVSGVIVK_"
- ],
- [
- 39307,
- 3,
- 11,
- 5,
- 0.14246,
- "_KKPALVSIPEDVVQAEAGGMHTVCLSK_"
- ],
- [
- 12288,
- 2,
- 15,
- 5,
- 0.19944,
- "_HDVIVTIITAAK_"
- ],
- [
- 32718,
- 2,
- 24,
- 6,
- 0.32769,
- "_ATTITSVLPKPALVASR_"
- ],
- [
- 18998,
- 4,
- 14,
- 6,
- 0.18518,
- "_MEHVQADHELFLQAFEKPTQIYR_"
- ],
- [
- 16735,
- 3,
- 11,
- 5,
- 0.14246,
- "_VLGLAMVPGHHIVSIEVQR_"
- ],
- [
- 26847,
- 2,
- 18,
- 5,
- 0.24219,
- "_ADFSGMSQTDLSLSK_"
- ],
- [
- 41463,
- 2,
- 11,
- 4,
- 0.14246,
- "_GLECSPSTPTMNSYFYK_"
- ],
- [
- 8481,
- 2,
- 14,
- 5,
- 0.18518,
- "_ADVQSIIGLQR_"
- ],
- [
- 32935,
- 2,
- 15,
- 2,
- 0.19944,
- "_SETHGSLEEAMLTVVK_"
- ],
- [
- 39007,
- 2,
- 11,
- 4,
- 0.14246,
- "_ASWSSLSMDEKVELYR_"
- ],
- [
- 13266,
- 2,
- 11,
- 2,
- 0.14246,
- "_QFEPNDFYLK_"
- ],
- [
- 26671,
- 3,
- 7,
- 2,
- 0.085481,
- "_QVNTISEAIVAEEDEEGRLDR_"
- ],
- [
- 48007,
- 2,
- 14,
- 4,
- 0.18518,
- "_QNHESVQWCYDNFINYR_"
- ],
- [
- 13498,
- 4,
- 8,
- 5,
- 0.099731,
- "_LETTLSVCAEEPDHGQLFTHLGR_"
- ],
- [
- 5768,
- 2,
- 7,
- 2,
- 0.085481,
- "_EDPVLLQGIR_"
- ],
- [
- 2376,
- 2,
- 11,
- 4,
- 0.14246,
- "_YDTALNLLK_"
- ],
- [
- 14210,
- 2,
- 22,
- 6,
- 0.29916,
- "_IMNTFSVVPSPK_"
- ],
- [
- 47227,
- 2,
- 11,
- 5,
- 0.14246,
- "_AWSTGDCDNGGDEWEQEIR_"
- ],
- [
- 34756,
- 2,
- 8,
- 5,
- 0.099743,
- "_LASTNSSVLGADLPSSMK_"
- ],
- [
- 12737,
- 2,
- 9,
- 2,
- 0.11399,
- "_VIVDFSSPNIAK_"
- ],
- [
- 22793,
- 2,
- 10,
- 4,
- 0.12823,
- "_SYQFWDTQPVPK_"
- ],
- [
- 2964,
- 2,
- 12,
- 3,
- 0.15673,
- "_LGTVLPVIEK_"
- ],
- [
- 9640,
- 2,
- 23,
- 5,
- 0.31343,
- "_DIISDTSGDFR_"
- ],
- [
- 16531,
- 3,
- 12,
- 2,
- 0.15673,
- "_ITHSPLTICFPEYTGANK_"
- ],
- [
- 40485,
- 3,
- 10,
- 5,
- 0.12823,
- "_GDAEKPEEELEEDDDEELDETLSER_"
- ],
- [
- 42867,
- 2,
- 11,
- 4,
- 0.14249,
- "_CAPAPPPPPPPPTSGPIGGLR_"
- ],
- [
- 41296,
- 2,
- 13,
- 5,
- 0.17095,
- "_APEVSQHVYQAYETILK_"
- ],
- [
- 35006,
- 2,
- 12,
- 3,
- 0.15673,
- "_MSASDPNSSIFLTDTAK_"
- ],
- [
- 1607,
- 2,
- 12,
- 3,
- 0.15673,
- "_APGLGLVLER_"
- ],
- [
- 42110,
- 2,
- 9,
- 2,
- 0.11399,
- "_IEVGDVNPSETQYISEPK_"
- ],
- [
- 3555,
- 2,
- 11,
- 4,
- 0.14249,
- "_GLIDYETFK_"
- ],
- [
- 44195,
- 2,
- 12,
- 6,
- 0.15673,
- "_ALVGLVNDESPEIQAQCNK_"
- ],
- [
- 36755,
- 4,
- 13,
- 6,
- 0.17095,
- "_DLDEMDDDDDDDDVGDHDDDHPGMEVVLHEDK_"
- ],
- [
- 33401,
- 2,
- 16,
- 5,
- 0.2137,
- "_EFGATECINPQDFSK_"
- ],
- [
- 21079,
- 2,
- 9,
- 4,
- 0.11399,
- "_EVGETLLYYGCR_"
- ],
- [
- 37384,
- 2,
- 15,
- 4,
- 0.19944,
- "_VALVNDSLSDVTSTTSSR_"
- ],
- [
- 17025,
- 3,
- 14,
- 2,
- 0.18519,
- "_VQHVVQESPPAFLSGLAQR_"
- ],
- [
- 8752,
- 4,
- 15,
- 7,
- 0.19944,
- "_KVEHEISEGNVATAAAAALASAATK_"
- ],
- [
- 40764,
- 2,
- 15,
- 4,
- 0.19944,
- "_TVTLGGDVFDPHGTLSGGAR_"
- ],
- [
- 25776,
- 2,
- 15,
- 5,
- 0.19944,
- "_NAFMMLIHADQDR_"
- ],
- [
- 756,
- 2,
- 14,
- 4,
- 0.18519,
- "_EMVELPLR_"
- ],
- [
- 36310,
- 2,
- 14,
- 3,
- 0.18519,
- "_AITIANQTNCPLYITK_"
- ],
- [
- 33612,
- 2,
- 18,
- 6,
- 0.24222,
- "_GPDGLTAFEATDNQAIK_"
- ],
- [
- 37014,
- 2,
- 15,
- 3,
- 0.19944,
- "_YFVQGMGYMPSASM(Oxidation (M))TR_"
- ],
- [
- 24347,
- 3,
- 14,
- 3,
- 0.18519,
- "_GENPLADDQSNHDINSVAGVLK_"
- ],
- [
- 15763,
- 2,
- 13,
- 3,
- 0.17095,
- "_IMNTFSVMPSPK_"
- ],
- [
- 18728,
- 3,
- 16,
- 5,
- 0.2137,
- "_EADLDHYSAIIMDEAHER_"
- ],
- [
- 2825,
- 2,
- 14,
- 3,
- 0.18519,
- "_AALVDYLDGK_"
- ],
- [
- 40928,
- 2,
- 19,
- 6,
- 0.25645,
- "_GHVFEESQVAGTPMFVVK_"
- ],
- [
- 34040,
- 2,
- 13,
- 6,
- 0.17095,
- "_ICDQWDALGSLTHSR_"
- ],
- [
- 18014,
- 2,
- 17,
- 6,
- 0.22796,
- "_DFTPVCTTELGR_"
- ],
- [
- 6043,
- 3,
- 16,
- 3,
- 0.2137,
- "_AHLLADMAHISGLVAAK_"
- ],
- [
- 33496,
- 2,
- 6,
- 2,
- 0.071211,
- "_LQEELNTTDLYSYR_"
- ],
- [
- 31848,
- 2,
- 17,
- 3,
- 0.22795,
- "_SVYQLLSENPPDGER_"
- ],
- [
- 16726,
- 3,
- 19,
- 4,
- 0.25648,
- "_ERPDLPPVQYEPVLCSR_"
- ],
- [
- 42558,
- 2,
- 11,
- 6,
- 0.14249,
- "_PSTSTAVFGTVSATPSSSLPK_"
- ],
- [
- 30646,
- 3,
- 17,
- 3,
- 0.22795,
- "_SNPGHYLGHLIGHEGPGSLLSELK_"
- ],
- [
- 31170,
- 3,
- 13,
- 6,
- 0.17098,
- "_LASGEHIAAFCLTEPASGSDAASIR_"
- ],
- [
- 41521,
- 2,
- 10,
- 2,
- 0.12825,
- "_QDESSSALCSHLYSMIR_"
- ],
- [
- 35445,
- 3,
- 24,
- 5,
- 0.32768,
- "_KYGGPPPDSVYSGQQPSVGTEIFVGK_"
- ],
- [
- 27775,
- 3,
- 16,
- 6,
- 0.2137,
- "_KVEHEISEGNVATAAAAALASAATK_"
- ],
- [
- 31338,
- 2,
- 11,
- 5,
- 0.14249,
- "_AQQEFAAGVFSNPAVR_"
- ],
- [
- 33667,
- 2,
- 13,
- 6,
- 0.17098,
- "_TFVVQGFGNVGLHSMR_"
- ],
- [
- 32424,
- 2,
- 17,
- 5,
- 0.22795,
- "_AHLLADMAHISGLVAAK_"
- ],
- [
- 46906,
- 3,
- 9,
- 7,
- 0.114,
- "_EGDGTCSLHIESTTSDDDGNYTIMAANPQGR_"
- ],
- [
- 18266,
- 3,
- 13,
- 7,
- 0.17098,
- "_VDIDAPDVEVHDPDWHLK_"
- ],
- [
- 27581,
- 2,
- 9,
- 4,
- 0.114,
- "_EQEELEEALEVER_"
- ],
- [
- 37530,
- 2,
- 19,
- 5,
- 0.25648,
- "_VEAVNMAEGIIHDTETK_"
- ],
- [
- 10479,
- 3,
- 14,
- 6,
- 0.18521,
- "_DSFSDPYAHICFLHR_"
- ],
- [
- 51191,
- 2,
- 10,
- 6,
- 0.12825,
- "_YNLDEETTSAGSGDDFDQGDNGWK_"
- ],
- [
- 27291,
- 2,
- 8,
- 5,
- 0.099729,
- "_ENGPVVETVQVPLSK_"
- ],
- [
- 49188,
- 2,
- 14,
- 4,
- 0.18521,
- "_GGPGSAVSPYPTFNPSSDVAALHK_"
- ],
- [
- 33035,
- 2,
- 10,
- 3,
- 0.12825,
- "_VETCCVIGNYYSLR_"
- ],
- [
- 10239,
- 3,
- 19,
- 8,
- 0.25648,
- "_VEAVNMAEGIIHDTETK_"
- ],
- [
- 11984,
- 2,
- 8,
- 3,
- 0.099729,
- "_WVDWTVSEPR_"
- ],
- [
- 19434,
- 3,
- 10,
- 4,
- 0.12825,
- "_GDIYFCTGYDPPMKPYGR_"
- ],
- [
- 29901,
- 2,
- 15,
- 3,
- 0.19944,
- "_FSVYVTESQPDLSGK_"
- ],
- [
- 48039,
- 2,
- 16,
- 4,
- 0.2137,
- "_TVYSLQPPSALSGGQPADTQTR_"
- ],
- [
- 26169,
- 3,
- 10,
- 5,
- 0.12825,
- "_DKEDQPQGLVPGGAVVVLSGPHR_"
- ],
- [
- 11435,
- 2,
- 13,
- 3,
- 0.17098,
- "_VTTQTSLPLFR_"
- ],
- [
- 34440,
- 3,
- 15,
- 6,
- 0.19944,
- "_TTLSNGGCQYLCLPAPQINPHSPK_"
- ],
- [
- 30243,
- 3,
- 13,
- 4,
- 0.17098,
- "_QGGASQSDKTPEELFHPLGADSQV_"
- ],
- [
- 9393,
- 2,
- 13,
- 5,
- 0.17098,
- "_NLAGDVCAIMR_"
- ],
- [
- 6995,
- 3,
- 10,
- 3,
- 0.12825,
- "_AFNFGNGLQMLGQKPK_"
- ],
- [
- 36666,
- 2,
- 11,
- 6,
- 0.14249,
- "_AGINQNMDAVTEELQAK_"
- ],
- [
- 32172,
- 2,
- 19,
- 4,
- 0.25646,
- "_LQAQLNELQAQLSQK_"
- ],
- [
- 25401,
- 3,
- 10,
- 5,
- 0.12824,
- "_EDKGTGVVTSVPSDSPDDIAALR_"
- ],
- [
- 43500,
- 2,
- 19,
- 7,
- 0.25646,
- "_QITSYGETCPGLEQYAIK_"
- ],
- [
- 26120,
- 3,
- 18,
- 6,
- 0.2422,
- "_VGIPQENADHDDFDANQLLNK_"
- ],
- [
- 29352,
- 2,
- 19,
- 4,
- 0.25646,
- "_GGHVDLTMLGAMQVSK_"
- ],
- [
- 34272,
- 2,
- 13,
- 6,
- 0.17098,
- "_HEIAVMLLEGGANPDAK_"
- ],
- [
- 15353,
- 2,
- 13,
- 4,
- 0.17098,
- "_KGDVVIVLTGWR_"
- ],
- [
- 7269,
- 3,
- 18,
- 7,
- 0.2422,
- "_ICDQWDALGSLTHSR_"
- ],
- [
- 29519,
- 2,
- 10,
- 2,
- 0.12824,
- "_AVLGSSPFLSEANAER_"
- ],
- [
- 12635,
- 4,
- 13,
- 7,
- 0.17098,
- "_MITEHTSNDPYCFVEFYEHR_"
- ],
- [
- 32847,
- 2,
- 11,
- 5,
- 0.14249,
- "_DLISHDEM(Oxidation (M))FSDIYK_"
- ],
- [
- 9200,
- 3,
- 13,
- 3,
- 0.17098,
- "_STSKEPVDFEQWIEK_"
- ],
- [
- 17347,
- 4,
- 11,
- 5,
- 0.14249,
- "_QREEYQPATPGLGMFVEVKDPEDK_"
- ],
- [
- 25692,
- 3,
- 14,
- 4,
- 0.18522,
- "_EAAVSASDILQESAIHSPGTVEK_"
- ],
- [
- 1489,
- 3,
- 10,
- 4,
- 0.12824,
- "_EWLHMDTVELEK_"
- ],
- [
- 22482,
- 2,
- 9,
- 5,
- 0.11397,
- "_NQQPVLPAGLQVPK_"
- ],
- [
- 19905,
- 2,
- 16,
- 7,
- 0.21369,
- "_MALIGLGVSHPVLK_"
- ],
- [
- 1788,
- 2,
- 8,
- 2,
- 0.099709,
- "_MLSFGFSDK_"
- ],
- [
- 3021,
- 2,
- 11,
- 3,
- 0.14249,
- "_VPLQDLMVR_"
- ],
- [
- 40117,
- 2,
- 8,
- 4,
- 0.099709,
- "_VYPTVNCQPLGQTSLMK_"
- ],
- [
- 8187,
- 2,
- 9,
- 4,
- 0.11397,
- "_TVALDGTLFQK_"
- ],
- [
- 47309,
- 4,
- 18,
- 9,
- 0.2422,
- "_NPQQHLNAQPQVTMQQPAVHVQGQEPLTASMLASAPPQEQK_"
- ],
- [
- 10001,
- 2,
- 17,
- 5,
- 0.22794,
- "_ADVVESWIGEK_"
- ],
- [
- 39293,
- 2,
- 11,
- 3,
- 0.14249,
- "_MLPSVSTTAIQVSCAGCK_"
- ],
- [
- 51160,
- 2,
- 11,
- 4,
- 0.14249,
- "_SLLTEADAGHTEFTDEVYQNESR_"
- ],
- [
- 45794,
- 2,
- 11,
- 5,
- 0.14249,
- "_FQNCSVLPGGVYVSETQNR_"
- ],
- [
- 28429,
- 2,
- 21,
- 5,
- 0.28495,
- "_VTNGAFTGEISPGMIK_"
- ],
- [
- 32445,
- 2,
- 11,
- 2,
- 0.14249,
- "_YEAPQATDGLAGALDAR_"
- ],
- [
- 6600,
- 2,
- 14,
- 5,
- 0.18522,
- "_NFLYAWCGK_"
- ],
- [
- 50232,
- 3,
- 11,
- 6,
- 0.14249,
- "_NGFPHPEPDCNPSEAASEESNSEIEQEIPVEQK_"
- ],
- [
- 24026,
- 3,
- 14,
- 7,
- 0.18522,
- "_IGALQLQLSQLHEQCSSLEK_"
- ],
- [
- 48408,
- 2,
- 11,
- 5,
- 0.14249,
- "_ETTYYDVLGVKPNATQEELK_"
- ],
- [
- 35340,
- 2,
- 11,
- 3,
- 0.14249,
- "_THPSVVPGSIAFSLPQR_"
- ],
- [
- 13627,
- 3,
- 20,
- 5,
- 0.27072,
- "_GHVFEESQVAGTPMFVVK_"
- ],
- [
- 30496,
- 2,
- 24,
- 6,
- 0.32768,
- "_GISCMNTTLSESPFK_"
- ],
- [
- 39724,
- 2,
- 12,
- 6,
- 0.15674,
- "_EGITTYFSGNCTMEDAK_"
- ],
- [
- 13542,
- 2,
- 13,
- 4,
- 0.17098,
- "_EMGEAFAADIPR_"
- ],
- [
- 21517,
- 2,
- 6,
- 2,
- 0.071244,
- "_NDGVGQISGFYVGR_"
- ],
- [
- 29186,
- 3,
- 12,
- 2,
- 0.15674,
- "_PACTLKPECVQQLLVCSQEAK_"
- ],
- [
- 35797,
- 2,
- 12,
- 2,
- 0.15674,
- "_LTGAGWGGCTVSMVPADK_"
- ],
- [
- 19162,
- 2,
- 12,
- 4,
- 0.15674,
- "_LLASANLEEVTMK_"
- ],
- [
- 21145,
- 4,
- 20,
- 6,
- 0.2707,
- "_GYEEVHVPALKPKPFGSEEQLLPVEK_"
- ],
- [
- 13658,
- 2,
- 9,
- 3,
- 0.11395,
- "_WMGPIPPAVNAR_"
- ],
- [
- 9164,
- 2,
- 8,
- 2,
- 0.099723,
- "_AQNDLIWNIK_"
- ],
- [
- 11134,
- 4,
- 22,
- 5,
- 0.2992,
- "_SNPGHYLGHLIGHEGPGSLLSELK_"
- ],
- [
- 496,
- 2,
- 22,
- 4,
- 0.2992,
- "_VLIDLIQR_"
- ],
- [
- 8199,
- 3,
- 18,
- 5,
- 0.24219,
- "_IIVDELKQEVISTSSK_"
- ],
- [
- 35322,
- 2,
- 9,
- 3,
- 0.11395,
- "_EDNDTINDSLIVSETK_"
- ],
- [
- 3650,
- 2,
- 17,
- 6,
- 0.22793,
- "_DALNIETAIK_"
- ],
- [
- 33013,
- 2,
- 17,
- 5,
- 0.22793,
- "_IEAINQAIANEYEVR_"
- ],
- [
- 30328,
- 2,
- 17,
- 5,
- 0.22793,
- "_VDIEGPDVNIEGPEGK_"
- ],
- [
- 35137,
- 2,
- 16,
- 5,
- 0.2137,
- "_DPDAQPGGELMLGGTDSK_"
- ],
- [
- 23918,
- 2,
- 10,
- 3,
- 0.12821,
- "_LEFHQSVFDELR_"
- ],
- [
- 39465,
- 2,
- 10,
- 3,
- 0.12821,
- "_YSLVSEQLEPAATSTYR_"
- ],
- [
- 45379,
- 2,
- 12,
- 6,
- 0.15674,
- "_GDIYFCTGYDPPMKPYGR_"
- ],
- [
- 44576,
- 2,
- 10,
- 4,
- 0.12821,
- "_VDIDAPDVEVHDPDWHLK_"
- ],
- [
- 45060,
- 4,
- 11,
- 6,
- 0.14249,
- "_HQGAGDPHTSNSASLQGIDSQCVNQPEQLVSSAPTLSAPEK_"
- ],
- [
- 44759,
- 2,
- 11,
- 3,
- 0.14249,
- "_YQPLASTASDNDFVTPEPR_"
- ],
- [
- 20296,
- 3,
- 14,
- 4,
- 0.18523,
- "_SHNDEHSDVLPVLDVCSLK_"
- ],
- [
- 12173,
- 2,
- 14,
- 6,
- 0.18523,
- "_EGMNIVEAMER_"
- ],
- [
- 50194,
- 2,
- 14,
- 5,
- 0.18523,
- "_ATLVESSTSGFTPGGGGSSVSM(Oxidation (M))IASR_"
- ],
- [
- 24755,
- 3,
- 9,
- 2,
- 0.11395,
- "_LQDFHQWYLAAYADHADSR_"
- ],
- [
- 17072,
- 2,
- 9,
- 2,
- 0.11395,
- "_FINLQPSTLTDK_"
- ],
- [
- 30658,
- 4,
- 9,
- 4,
- 0.11395,
- "_LPVAVNEQTGNGERDEMDLLGDHEENLAER_"
- ],
- [
- 23240,
- 3,
- 13,
- 6,
- 0.17097,
- "_GLEEITVHNKDEVYQILEK_"
- ],
- [
- 38572,
- 2,
- 9,
- 5,
- 0.11395,
- "_SLMEQDVKENEALLLR_"
- ],
- [
- 17274,
- 2,
- 12,
- 2,
- 0.15672,
- "_FYEQVVQAIQR_"
- ],
- [
- 1431,
- 3,
- 12,
- 3,
- 0.15672,
- "_FLVQNIHTLAELK_"
- ],
- [
- 45056,
- 2,
- 10,
- 4,
- 0.12819,
- "_WQHDLFDSGFGGGAGVETGGK_"
- ],
- [
- 34684,
- 2,
- 8,
- 2,
- 0.099719,
- "_STQQDIYAGSVQPILR_"
- ],
- [
- 46312,
- 2,
- 12,
- 4,
- 0.15672,
- "_DEVQEVVYFSAADHEPESK_"
- ],
- [
- 17481,
- 3,
- 12,
- 2,
- 0.15672,
- "_EGNDLYHEM(Oxidation (M))IESGVINLK_"
- ],
- [
- 14103,
- 2,
- 10,
- 2,
- 0.12819,
- "_MCLEANIPLEK_"
- ],
- [
- 36075,
- 2,
- 8,
- 2,
- 0.099719,
- "_HNDVIPTMAQGVIEYK_"
- ],
- [
- 8800,
- 2,
- 13,
- 4,
- 0.17097,
- "_DDALSFVPSQK_"
- ],
- [
- 39410,
- 3,
- 10,
- 7,
- 0.12819,
- "_VGM(Oxidation (M))GSGSICITQEVLACGRPQATAVYK_"
- ],
- [
- 47316,
- 2,
- 12,
- 5,
- 0.15672,
- "_SVEDEMDSPGEEPFYTGQGR_"
- ],
- [
- 30881,
- 2,
- 11,
- 4,
- 0.14245,
- "_FGIYDIDNKTPELR_"
- ],
- [
- 39166,
- 2,
- 11,
- 4,
- 0.14245,
- "_ALVPLGIGIATGEQCHNR_"
- ],
- [
- 42772,
- 4,
- 8,
- 7,
- 0.099719,
- "_LQSGAWGCCPFTQAVCCEDHIHCCPAGFTCDTQK_"
- ],
- [
- 10132,
- 2,
- 11,
- 4,
- 0.14245,
- "_TFEVCDLPVR_"
- ],
- [
- 35893,
- 2,
- 11,
- 3,
- 0.14245,
- "_SGPYGFHEMQELWTK_"
- ],
- [
- 25358,
- 2,
- 11,
- 5,
- 0.14245,
- "_GLLVAGASVAPSPAVDK_"
- ],
- [
- 51778,
- 2,
- 11,
- 5,
- 0.14245,
- "_ENAIEDEEEEEEEDDDEEEDDLEVK_"
- ],
- [
- 42600,
- 3,
- 13,
- 7,
- 0.17097,
- "_AYCEPCYINTLEQCNVCSKPIMER_"
- ],
- [
- 17447,
- 3,
- 12,
- 3,
- 0.15672,
- "_DSHTSVTMEALLYKPIDR_"
- ],
- [
- 31645,
- 2,
- 15,
- 4,
- 0.19946,
- "_EAVTEILGIEPDREK_"
- ],
- [
- 48113,
- 2,
- 15,
- 5,
- 0.19946,
- "_GPVTDVAYSHDGAFLAVCDASK_"
- ],
- [
- 23069,
- 2,
- 16,
- 5,
- 0.2137,
- "_EANELQQWINEK_"
- ],
- [
- 21459,
- 4,
- 15,
- 2,
- 0.19946,
- "_HPDGVASVSFRDPEEADYCIQTLDGR_"
- ],
- [
- 7312,
- 2,
- 15,
- 3,
- 0.19946,
- "_EDGAISTIVLR_"
- ],
- [
- 34078,
- 2,
- 5,
- 2,
- 0.056974,
- "_SLQSLEASLHAMESTR_"
- ],
- [
- 11053,
- 2,
- 14,
- 2,
- 0.18521,
- "_VAVLLLAGGQGTR_"
- ],
- [
- 23672,
- 2,
- 4,
- 2,
- 0.042718,
- "_NHPGLLLMDTTFR_"
- ],
- [
- 3875,
- 3,
- 16,
- 6,
- 0.2137,
- "_MLITILGTVKPNANR_"
- ],
- [
- 14113,
- 3,
- 17,
- 4,
- 0.22793,
- "_APEVSQHVYQAYETILK_"
- ],
- [
- 45273,
- 2,
- 20,
- 5,
- 0.27067,
- "_FVINYDYPNSSEDYIHR_"
- ],
- [
- 8477,
- 3,
- 20,
- 6,
- 0.27067,
- "_LYGPTNFSPIINHVAR_"
- ],
- [
- 6841,
- 3,
- 15,
- 3,
- 0.19946,
- "_TNIVTASVDAINFHDK_"
- ],
- [
- 11042,
- 2,
- 14,
- 4,
- 0.18521,
- "_EYYEALPELK_"
- ],
- [
- 43097,
- 2,
- 15,
- 5,
- 0.19946,
- "_CDEQASGLTSLDLTTSSEK_"
- ],
- [
- 6418,
- 3,
- 5,
- 2,
- 0.056974,
- "_QEISSLKDELQTALR_"
- ],
- [
- 48566,
- 2,
- 11,
- 4,
- 0.14246,
- "_EQVPSLGSNVACGLAYTDYHK_"
- ],
- [
- 24813,
- 3,
- 12,
- 6,
- 0.15672,
- "_EQVPSLGSNVACGLAYTDYHK_"
- ],
- [
- 21012,
- 2,
- 13,
- 3,
- 0.17099,
- "_KLEQLDWTVGLR_"
- ],
- [
- 34887,
- 2,
- 16,
- 6,
- 0.21373,
- "_DPEEADYCIQTLDGR_"
- ],
- [
- 40598,
- 2,
- 16,
- 3,
- 0.21373,
- "_TGAPQYGSYGTAPVNLNIK_"
- ],
- [
- 26412,
- 2,
- 20,
- 4,
- 0.27069,
- "_DAVFIPAGWDNDKK_"
- ],
- [
- 26580,
- 2,
- 13,
- 6,
- 0.17099,
- "_IETMLGDVAVAVHPK_"
- ],
- [
- 9177,
- 4,
- 12,
- 4,
- 0.15672,
- "_KLPSVEGLHAIVVSDRDGVPVIK_"
- ],
- [
- 18489,
- 2,
- 11,
- 3,
- 0.14246,
- "_YGPMEEPLVIEK_"
- ],
- [
- 639,
- 2,
- 9,
- 2,
- 0.11399,
- "_EVYLDLVK_"
- ],
- [
- 19133,
- 2,
- 12,
- 4,
- 0.15672,
- "_FSASQFWDDCR_"
- ],
- [
- 2556,
- 2,
- 14,
- 3,
- 0.18524,
- "_IPVSGPFLVK_"
- ],
- [
- 42420,
- 2,
- 10,
- 5,
- 0.14246,
- "_TYSVGVCTFAVGPEQGGCK_"
- ],
- [
- 25716,
- 3,
- 9,
- 2,
- 0.11399,
- "_SNAEFVIHSGFFFDNNSHDR_"
- ],
- [
- 22586,
- 3,
- 9,
- 6,
- 0.11399,
- "_GSHQISLDNPDYQQDFFPK_"
- ],
- [
- 11022,
- 3,
- 18,
- 5,
- 0.2422,
- "_KWDTCAPEVILHAVGGK_"
- ],
- [
- 35733,
- 2,
- 9,
- 3,
- 0.11399,
- "_(Acetyl (Protein N-term))ATLIYVDKENGEPGTR_"
- ],
- [
- 22988,
- 2,
- 11,
- 5,
- 0.14246,
- "_DHTTLLSEVMTPR_"
- ],
- [
- 36267,
- 3,
- 9,
- 5,
- 0.11399,
- "_GTVIVQPEPVLNEDKDDFKGPEFR_"
- ],
- [
- 23947,
- 3,
- 17,
- 7,
- 0.22797,
- "_GPVTDVAYSHDGAFLAVCDASK_"
- ],
- [
- 16048,
- 3,
- 12,
- 7,
- 0.15672,
- "_AFTHTAQYDEAISDYFR_"
- ],
- [
- 40690,
- 2,
- 18,
- 4,
- 0.2422,
- "_HGEPEEDIVGLQAFQER_"
- ],
- [
- 5473,
- 3,
- 12,
- 3,
- 0.15672,
- "_EAVTEILGIEPDREK_"
- ],
- [
- 30652,
- 4,
- 17,
- 4,
- 0.22797,
- "_EEEELFPESERPEMLSEQEHMSISGSSAR_"
- ],
- [
- 10382,
- 3,
- 17,
- 5,
- 0.22797,
- "_SFVQFPNASEAHLAMGR_"
- ],
- [
- 14196,
- 3,
- 11,
- 6,
- 0.14246,
- "_ISIEMHGTLEDQLSHLR_"
- ],
- [
- 38331,
- 2,
- 12,
- 9,
- 0.15672,
- "_SAYDSTMETMNYAQIR_"
- ],
- [
- 33196,
- 2,
- 13,
- 4,
- 0.17099,
- "_CAEAGANMIVSGSAIMR_"
- ],
- [
- 41582,
- 2,
- 12,
- 2,
- 0.15672,
- "_IYSFGLGGNGQLGTGSTSNR_"
- ],
- [
- 15213,
- 2,
- 15,
- 3,
- 0.19948,
- "_AVLENNLGAAVLR_"
- ],
- [
- 41377,
- 2,
- 10,
- 3,
- 0.12822,
- "_ISIEMHGTLEDQLSHLR_"
- ],
- [
- 10295,
- 3,
- 11,
- 3,
- 0.14246,
- "_QMPLQFDLCNHIASGK_"
- ],
- [
- 32199,
- 2,
- 13,
- 7,
- 0.17099,
- "_GAGAFGYFEVTHDITK_"
- ],
- [
- 6852,
- 2,
- 10,
- 3,
- 0.12822,
- "_EILEQGLFSK_"
- ],
- [
- 7239,
- 3,
- 14,
- 5,
- 0.18524,
- "_GGQQALLQHWSEYIK_"
- ],
- [
- 49925,
- 2,
- 13,
- 4,
- 0.17099,
- "_GLQLGQTSTATIQPSQQAQIVTR_"
- ],
- [
- 35199,
- 2,
- 21,
- 6,
- 0.28494,
- "_IIVDELKQEVISTSSK_"
- ],
- [
- 128,
- 3,
- 11,
- 3,
- 0.14246,
- "_FLIIPLGSHPVAK_"
- ],
- [
- 23589,
- 2,
- 14,
- 5,
- 0.18524,
- "_IQGLTVEQAEAVVR_"
- ],
- [
- 33615,
- 2,
- 7,
- 3,
- 0.085506,
- "_IGDVLVNQFSGENAER_"
- ],
- [
- 27502,
- 2,
- 13,
- 4,
- 0.17099,
- "_TLEPICDADPSALAK_"
- ],
- [
- 17819,
- 4,
- 10,
- 4,
- 0.12822,
- "_HIDCAAIYGNEPEIGEALKEDVGPGK_"
- ],
- [
- 18688,
- 2,
- 15,
- 4,
- 0.19948,
- "_LSIPTYGLQCTR_"
- ],
- [
- 46960,
- 3,
- 14,
- 7,
- 0.18524,
- "_VDHQTGPIVWGEPGTNGQHAFYQLIHQGTK_"
- ],
- [
- 22972,
- 2,
- 10,
- 2,
- 0.12823,
- "_NPGGWWEGELQAR_"
- ],
- [
- 32506,
- 3,
- 18,
- 7,
- 0.24221,
- "_QTMSHDSQAVASSLQSCFSHLMK_"
- ],
- [
- 26002,
- 2,
- 15,
- 4,
- 0.19948,
- "_LTELSMQDEELMK_"
- ],
- [
- 30832,
- 3,
- 13,
- 5,
- 0.17096,
- "_APTIETVVLYTGETPSEQDQGKR_"
- ],
- [
- 39288,
- 2,
- 9,
- 5,
- 0.11399,
- "_HQETMTPAGLSFFQCR_"
- ],
- [
- 8336,
- 2,
- 11,
- 3,
- 0.14247,
- "_FGMAAALAGTMR_"
- ],
- [
- 3245,
- 2,
- 18,
- 3,
- 0.24221,
- "_EGPLSVFGDR_"
- ],
- [
- 36872,
- 2,
- 15,
- 5,
- 0.19948,
- "_(Acetyl (Protein N-term))ATQAHSLSYAGCNFLR_"
- ],
- [
- 34012,
- 2,
- 15,
- 7,
- 0.19948,
- "_GGQQALLQHWSEYIK_"
- ],
- [
- 7490,
- 2,
- 28,
- 6,
- 0.38467,
- "_DKDFAIDIIK_"
- ],
- [
- 21978,
- 3,
- 10,
- 3,
- 0.12823,
- "_GLLVNEEILGNQIHMHVTAK_"
- ],
- [
- 1694,
- 2,
- 12,
- 2,
- 0.1567,
- "_EFTLEFSR_"
- ],
- [
- 6189,
- 2,
- 15,
- 4,
- 0.19948,
- "_YIIEELNVR_"
- ],
- [
- 40874,
- 3,
- 10,
- 7,
- 0.12823,
- "_EFDQLDQENDDGWAGAHEEVDYTEK_"
- ],
- [
- 20647,
- 2,
- 15,
- 6,
- 0.19948,
- "_MTGSEFDFEEMK_"
- ],
- [
- 7049,
- 3,
- 13,
- 2,
- 0.17096,
- "_EEGTPLTLYYSHWR_"
- ],
- [
- 21919,
- 2,
- 13,
- 3,
- 0.17096,
- "_QSDVMIVAGTLTNK_"
- ],
- [
- 1001,
- 2,
- 10,
- 3,
- 0.12823,
- "_FLPSPVVIK_"
- ],
- [
- 7094,
- 3,
- 15,
- 4,
- 0.19948,
- "_FKEIAEAYDVLSDPR_"
- ],
- [
- 33767,
- 2,
- 15,
- 2,
- 0.19948,
- "_EEGTPLTLYYSHWR_"
- ],
- [
- 4334,
- 2,
- 15,
- 5,
- 0.19948,
- "_ELQGFLDGVK_"
- ],
- [
- 41128,
- 2,
- 12,
- 5,
- 0.1567,
- "_WLSTSIPEAQWHSSLAR_"
- ],
- [
- 18567,
- 3,
- 10,
- 2,
- 0.12823,
- "_EVALDITSSEEKPDVSFDK_"
- ],
- [
- 33503,
- 2,
- 20,
- 4,
- 0.27067,
- "_TNIVTASVDAINFHDK_"
- ],
- [
- 9599,
- 2,
- 10,
- 3,
- 0.12823,
- "_LDYWEDDLR_"
- ],
- [
- 12519,
- 2,
- 11,
- 2,
- 0.14247,
- "_DGGSVVGASVFYK_"
- ],
- [
- 50921,
- 2,
- 7,
- 3,
- 0.085486,
- "_TSSLESASNIELQTTNTSYEEMK_"
- ],
- [
- 4265,
- 2,
- 14,
- 2,
- 0.18523,
- "_NLTLDQMIR_"
- ],
- [
- 3903,
- 3,
- 10,
- 2,
- 0.12823,
- "_IQPYYALQHSFFK_"
- ],
- [
- 37038,
- 2,
- 10,
- 3,
- 0.12823,
- "_IISLSSSVPEAESQPIGK_"
- ],
- [
- 1967,
- 2,
- 14,
- 2,
- 0.18523,
- "_GFLIDGYPR_"
- ],
- [
- 18387,
- 2,
- 16,
- 4,
- 0.21372,
- "_ATAVLVIASTDVDK_"
- ],
- [
- 19812,
- 2,
- 12,
- 5,
- 0.1567,
- "_DGLEVAVLPHNIR_"
- ],
- [
- 5203,
- 2,
- 14,
- 3,
- 0.18523,
- "_VYVIGSFVDK_"
- ],
- [
- 16858,
- 2,
- 11,
- 4,
- 0.14247,
- "_ELAESDFASTFR_"
- ],
- [
- 20055,
- 2,
- 12,
- 3,
- 0.1567,
- "_IPQSTLSEFYPR_"
- ],
- [
- 34695,
- 3,
- 12,
- 6,
- 0.1567,
- "_EKDGETSGSQEDQLCTALVNQLNK_"
- ],
- [
- 34568,
- 2,
- 25,
- 3,
- 0.34194,
- "_TPAVEGLTEAEEEELR_"
- ],
- [
- 2097,
- 2,
- 7,
- 3,
- 0.085486,
- "_VLGIYTFTK_"
- ],
- [
- 1746,
- 2,
- 27,
- 6,
- 0.37043,
- "_TEIIILATR_"
- ],
- [
- 24595,
- 3,
- 9,
- 2,
- 0.11399,
- "_QGEGSSGVSSLLLHPEPVPGPEK_"
- ],
- [
- 42903,
- 2,
- 16,
- 6,
- 0.21372,
- "_AFTHTAQYDEAISDYFR_"
- ],
- [
- 35876,
- 2,
- 17,
- 5,
- 0.22797,
- "_GLGPLAEAAAAGDGAAAAGAAR_"
- ],
- [
- 37777,
- 2,
- 17,
- 3,
- 0.22797,
- "_EYLLSGDISEAEHCLK_"
- ],
- [
- 34174,
- 4,
- 13,
- 7,
- 0.17096,
- "_VLLRPGDFQSQWDEDDNEDESSSASDVMSHK_"
- ],
- [
- 22302,
- 3,
- 10,
- 5,
- 0.12823,
- "_YTPSGQAGAAASESLFVSNHAY_"
- ],
- [
- 14706,
- 2,
- 13,
- 4,
- 0.17096,
- "_DYSLDEFEANK_"
- ],
- [
- 36177,
- 2,
- 14,
- 4,
- 0.18523,
- "_DESTDSGLSMSSYSVPR_"
- ],
- [
- 46840,
- 2,
- 10,
- 3,
- 0.12823,
- "_VKTEPTEDSGISLEMAAVTVK_"
- ],
- [
- 22668,
- 2,
- 11,
- 3,
- 0.14247,
- "_GFPPEAINNFCAR_"
- ],
- [
- 20438,
- 2,
- 9,
- 3,
- 0.11399,
- "_NVQSVSIIDTELK_"
- ],
- [
- 33361,
- 3,
- 13,
- 6,
- 0.17096,
- "_SLLTEADAGHTEFTDEVYQNESR_"
- ],
- [
- 6411,
- 4,
- 14,
- 5,
- 0.18523,
- "_LQDFHQWYLAAYADHADSR_"
- ],
- [
- 44846,
- 2,
- 13,
- 5,
- 0.17096,
- "_MNAQETATGMAFEEPIDEK_"
- ],
- [
- 15930,
- 2,
- 12,
- 4,
- 0.15671,
- "_QGNVLPLWGNEK_"
- ],
- [
- 32943,
- 2,
- 6,
- 2,
- 0.071236,
- "_QEISSLKDELQTALR_"
- ],
- [
- 580,
- 2,
- 13,
- 3,
- 0.17094,
- "_QMWEILR_"
- ],
- [
- 7745,
- 2,
- 12,
- 3,
- 0.15671,
- "_LIGIDDVPDAR_"
- ],
- [
- 38180,
- 4,
- 12,
- 7,
- 0.15671,
- "_LSQPFESYITAPPGTAAAPAKPAPPATPGAPTSPAEHR_"
- ],
- [
- 29646,
- 2,
- 12,
- 3,
- 0.15671,
- "_QIVYCIGGENLSVAK_"
- ],
- [
- 6280,
- 2,
- 12,
- 3,
- 0.15671,
- "_DIDISSPEFK_"
- ],
- [
- 7804,
- 3,
- 22,
- 6,
- 0.29918,
- "_KFGYVDFESAEDLEK_"
- ],
- [
- 43068,
- 2,
- 13,
- 4,
- 0.17094,
- "_VNSASSSNPPAEVDPDTILK_"
- ],
- [
- 15301,
- 3,
- 11,
- 4,
- 0.14248,
- "_LLLNVTPTVRPDADQMTK_"
- ],
- [
- 15052,
- 3,
- 13,
- 4,
- 0.17094,
- "_CCNHPYLFPVAAMEAPK_"
- ],
- [
- 39131,
- 2,
- 15,
- 5,
- 0.19948,
- "_AAVDAGFVPNDMQVGQTGK_"
- ],
- [
- 30229,
- 2,
- 9,
- 2,
- 0.114,
- "_QCTGCTGMVTFYIK_"
- ],
- [
- 46772,
- 2,
- 10,
- 3,
- 0.12823,
- "_HQVMINQFVLTAGCAADQAK_"
- ],
- [
- 42476,
- 2,
- 7,
- 4,
- 0.085477,
- "_LGLQEGSNNSSPVDFVNNK_"
- ],
- [
- 34213,
- 3,
- 15,
- 7,
- 0.19948,
- "_FHVIVAECAPFCQGHEMAVNLSK_"
- ],
- [
- 16776,
- 2,
- 10,
- 4,
- 0.12823,
- "_CRVDLPLAVLSK_"
- ],
- [
- 9248,
- 2,
- 8,
- 4,
- 0.099733,
- "_QWNVNWEIK_"
- ],
- [
- 43246,
- 2,
- 15,
- 5,
- 0.19948,
- "_QVETEEAGVVTTATASVNLK_"
- ],
- [
- 46458,
- 2,
- 18,
- 5,
- 0.24222,
- "_TLFQACTDEEAAVVQSCTR_"
- ],
- [
- 12930,
- 2,
- 17,
- 6,
- 0.22797,
- "_DQNILLGTTYR_"
- ],
- [
- 10400,
- 2,
- 14,
- 4,
- 0.18521,
- "_QEILEQVLNR_"
- ],
- [
- 16472,
- 3,
- 10,
- 6,
- 0.12823,
- "_VIRPLDQPSSFDATPYIK_"
- ],
- [
- 46382,
- 2,
- 11,
- 4,
- 0.14248,
- "_NGHNEMDEPMFTQPLMYK_"
- ],
- [
- 26181,
- 2,
- 16,
- 7,
- 0.21373,
- "_TATESFASDPILYR_"
- ],
- [
- 41119,
- 2,
- 7,
- 3,
- 0.085477,
- "_INEANQLMQYDQCLTK_"
- ],
- [
- 23262,
- 2,
- 16,
- 2,
- 0.21373,
- "_AIESMEQQLSELK_"
- ],
- [
- 19838,
- 2,
- 11,
- 4,
- 0.14248,
- "_GFGFGQGAGALVHSE_"
- ],
- [
- 30272,
- 2,
- 11,
- 5,
- 0.14248,
- "_AFAHITGGGLLENIPR_"
- ],
- [
- 5864,
- 3,
- 13,
- 6,
- 0.17094,
- "_GAGAFGYFEVTHDITK_"
- ],
- [
- 22480,
- 2,
- 9,
- 4,
- 0.114,
- "_LLPLTQYPDSSVR_"
- ],
- [
- 4083,
- 2,
- 13,
- 3,
- 0.17096,
- "_ELLTEFGYK_"
- ],
- [
- 8564,
- 2,
- 13,
- 4,
- 0.17096,
- "_ESIVDVEGVVR_"
- ],
- [
- 50390,
- 2,
- 5,
- 3,
- 0.057004,
- "_GETTLWNPGCDHAGIATQVVVEK_"
- ],
- [
- 17726,
- 2,
- 13,
- 3,
- 0.17096,
- "_GYISPYFINTSK_"
- ],
- [
- 19370,
- 3,
- 10,
- 5,
- 0.12824,
- "_ETIELVHTEPTDVAQLPSR_"
- ],
- [
- 2623,
- 2,
- 5,
- 2,
- 0.057004,
- "_AAGVVLEMIR_"
- ],
- [
- 44565,
- 3,
- 11,
- 5,
- 0.14248,
- "_KPTPIQLNPAPDGSAVNGTSSAETNLEALQK_"
- ],
- [
- 10460,
- 3,
- 10,
- 3,
- 0.12824,
- "_EYLLSGDISEAEHCLK_"
- ],
- [
- 49099,
- 2,
- 11,
- 6,
- 0.14248,
- "_HLANMMGEDPETFTQEDIDR_"
- ],
- [
- 29638,
- 2,
- 6,
- 2,
- 0.071236,
- "_VDELSLYSVPEGQSK_"
- ],
- [
- 25986,
- 3,
- 11,
- 5,
- 0.14248,
- "_HLANMMGEDPETFTQEDIDR_"
- ],
- [
- 41613,
- 3,
- 11,
- 2,
- 0.14248,
- "_YKELTEQQLPGALPPECTPNIDGPNAK_"
- ],
- [
- 12729,
- 3,
- 11,
- 3,
- 0.14248,
- "_HQTLQGLAFPLQPEAQR_"
- ],
- [
- 46582,
- 3,
- 11,
- 7,
- 0.14248,
- "_GTPSDGVSLSNLTQPSLTATDQQQQEEHYR_"
- ],
- [
- 2351,
- 3,
- 11,
- 5,
- 0.14248,
- "_VSLDPHAQVAVGILR_"
- ],
- [
- 14245,
- 4,
- 11,
- 4,
- 0.14248,
- "_AEVAAEFLNDRVPNCNVVPHFNK_"
- ],
- [
- 51113,
- 2,
- 11,
- 6,
- 0.14248,
- "_TDEFQLHTNVNDGTEFGGSIYQK_"
- ],
- [
- 30665,
- 2,
- 8,
- 2,
- 0.099722,
- "_DVITCEPQGSLIDTK_"
- ],
- [
- 47709,
- 2,
- 11,
- 3,
- 0.14248,
- "_NSATLFSASDYEVAPPEYHR_"
- ],
- [
- 39948,
- 2,
- 12,
- 5,
- 0.15672,
- "_GAISAEVYTEEDAASYVR_"
- ],
- [
- 5336,
- 2,
- 8,
- 2,
- 0.099722,
- "_GGILDTAIVDR_"
- ],
- [
- 32790,
- 2,
- 12,
- 4,
- 0.15672,
- "_AQPAITTGGSAAVLAGTIK_"
- ],
- [
- 5129,
- 2,
- 13,
- 4,
- 0.17096,
- "_IVPGLPSGWAK_"
- ],
- [
- 40051,
- 2,
- 10,
- 5,
- 0.12824,
- "_HQTLQGLAFPLQPEAQR_"
- ],
- [
- 20866,
- 3,
- 13,
- 3,
- 0.17096,
- "_NGHNEMDEPMFTQPLMYK_"
- ],
- [
- 17095,
- 3,
- 29,
- 4,
- 0.39892,
- "_AGVPLPPNLKPAPPPTIEEK_"
- ],
- [
- 23843,
- 2,
- 15,
- 3,
- 0.19945,
- "_APLDIPVPDPVKEK_"
- ],
- [
- 39548,
- 2,
- 15,
- 5,
- 0.19945,
- "_LQELEANPPSDVYLSSR_"
- ],
- [
- 35168,
- 3,
- 14,
- 5,
- 0.18519,
- "_TANSHLSNLVLHGDIPQDFEMESK_"
- ],
- [
- 11728,
- 4,
- 15,
- 7,
- 0.19945,
- "_QAVDFLSNEGHIYSTVDDDHFK_"
- ],
- [
- 24279,
- 2,
- 14,
- 3,
- 0.18519,
- "_QNLAEMGLAVDPNR_"
- ],
- [
- 1755,
- 2,
- 14,
- 3,
- 0.18519,
- "_FLYSELMK_"
- ],
- [
- 41763,
- 2,
- 18,
- 6,
- 0.24221,
- "_DDDKNNDGYIDYAEFAK_"
- ],
- [
- 11808,
- 3,
- 15,
- 4,
- 0.19945,
- "_ALVPLGIGIATGEQCHNR_"
- ],
- [
- 34706,
- 2,
- 26,
- 7,
- 0.3562,
- "_KFGYVDFESAEDLEK_"
- ],
- [
- 29838,
- 2,
- 21,
- 6,
- 0.28493,
- "_LFGNMEGDCPSDWK_"
- ],
- [
- 14880,
- 3,
- 15,
- 5,
- 0.19945,
- "_VDISAPDVDVHGPDWHLK_"
- ],
- [
- 11663,
- 2,
- 15,
- 6,
- 0.19945,
- "_ISMPDVDLHLK_"
- ],
- [
- 1284,
- 3,
- 15,
- 5,
- 0.19945,
- "_APLDIPVPDPVKEK_"
- ],
- [
- 24585,
- 2,
- 18,
- 6,
- 0.24221,
- "_KVESLQEEIAFLK_"
- ],
- [
- 10585,
- 3,
- 16,
- 7,
- 0.21372,
- "_QNVAYEYLCHLEEAK_"
- ],
- [
- 34470,
- 2,
- 15,
- 5,
- 0.19945,
- "_NGGLGHM(Oxidation (M))NIALLSDLTK_"
- ],
- [
- 24202,
- 2,
- 17,
- 5,
- 0.22797,
- "_FLVQNIHTLAELK_"
- ],
- [
- 12594,
- 3,
- 16,
- 6,
- 0.21372,
- "_DGQVHLFEHILNGYCK_"
- ],
- [
- 35787,
- 2,
- 16,
- 5,
- 0.21372,
- "_DALRPPLQNINSVQLK_"
- ],
- [
- 17230,
- 3,
- 13,
- 5,
- 0.17096,
- "_VTEGLVDVILYHQPDDKK_"
- ],
- [
- 7725,
- 2,
- 16,
- 5,
- 0.21372,
- "_WTLGFCDER_"
- ],
- [
- 47758,
- 2,
- 18,
- 4,
- 0.24221,
- "_ASTVNYCGLNEISEETTIQK_"
- ],
- [
- 12367,
- 2,
- 9,
- 3,
- 0.11397,
- "_ENSFGSPLEFR_"
- ],
- [
- 51775,
- 3,
- 12,
- 4,
- 0.15673,
- "_KAAAAAAAAAAAATGTEAGPGTAGGSENGSEVAAQPAGLSGPAEVGPGAVGER_"
- ],
- [
- 34951,
- 2,
- 9,
- 4,
- 0.11397,
- "_EVVNIQTWINKPDVK_"
- ],
- [
- 4793,
- 2,
- 16,
- 5,
- 0.2137,
- "_MISDAIPELK_"
- ],
- [
- 48116,
- 3,
- 10,
- 7,
- 0.12823,
- "_QFIAAQNLGPASGHGTPASSPSSSSLPSPMSPTPR_"
- ],
- [
- 26379,
- 3,
- 18,
- 6,
- 0.24222,
- "_DLSQDIHGHLGDIDQDVEVEK_"
- ],
- [
- 24919,
- 2,
- 11,
- 5,
- 0.14249,
- "_EAALSQEQIQILAK_"
- ],
- [
- 1337,
- 2,
- 19,
- 5,
- 0.25646,
- "_WNLDELPK_"
- ],
- [
- 35942,
- 2,
- 11,
- 3,
- 0.14249,
- "_DQASQLLAGTEATLGHAK_"
- ],
- [
- 43615,
- 2,
- 8,
- 2,
- 0.099729,
- "_NAEVVAGTGEQCLPFDEAR_"
- ],
- [
- 9176,
- 2,
- 11,
- 5,
- 0.14249,
- "_LPISLTNTDLK_"
- ],
- [
- 2403,
- 2,
- 11,
- 2,
- 0.14249,
- "_MSFQNLLAK_"
- ],
- [
- 47395,
- 2,
- 9,
- 5,
- 0.11397,
- "_VLEANDGSGMLDEDEEDLQR_"
- ],
- [
- 7636,
- 4,
- 11,
- 5,
- 0.14249,
- "_HIHNCFSNLGCFLLPHPGLK_"
- ],
- [
- 47536,
- 2,
- 17,
- 7,
- 0.22797,
- "_YEGSGEDGGAAAQSLYIANHAY_"
- ],
- [
- 9525,
- 2,
- 11,
- 3,
- 0.14249,
- "_YQFDPNLGIR_"
- ],
- [
- 15614,
- 2,
- 16,
- 4,
- 0.2137,
- "_DGIEPMWEDEK_"
- ],
- [
- 30543,
- 2,
- 12,
- 2,
- 0.15673,
- "_ELSLDDPEVEQVSGR_"
- ],
- [
- 39035,
- 3,
- 10,
- 4,
- 0.12823,
- "_SWKEPCQVQSCQEEMISLGDGDIR_"
- ],
- [
- 41285,
- 3,
- 10,
- 5,
- 0.12823,
- "_HCLVNMETSCSFDSSICSGEGDDSLR_"
- ],
- [
- 29957,
- 4,
- 21,
- 9,
- 0.28495,
- "_VDHQTGPIVWGEPGTNGQHAFYQLIHQGTK_"
- ],
- [
- 12837,
- 3,
- 17,
- 6,
- 0.22797,
- "_KHSQFIGYPITLYLEK_"
- ],
- [
- 2459,
- 3,
- 17,
- 7,
- 0.22797,
- "_IETMLGDVAVAVHPK_"
- ],
- [
- 46924,
- 2,
- 12,
- 5,
- 0.15673,
- "_GGADVSGGVSAPDISLGEGHLSVK_"
- ],
- [
- 31579,
- 2,
- 19,
- 6,
- 0.25646,
- "_FFQTACDVPELQDK_"
- ],
- [
- 22863,
- 2,
- 10,
- 4,
- 0.12823,
- "_EEEEVGFDWSDR_"
- ],
- [
- 31858,
- 2,
- 10,
- 4,
- 0.12823,
- "_AVDMLLDNEDKISIK_"
- ],
- [
- 46964,
- 2,
- 13,
- 7,
- 0.17097,
- "_ENDENCGPTTTVFVGNISEK_"
- ],
- [
- 15207,
- 4,
- 14,
- 4,
- 0.18521,
- "_SHPYSPLPGLASVPGHMALPRPGVIK_"
- ],
- [
- 4560,
- 3,
- 14,
- 4,
- 0.18521,
- "_AFAHITGGGLLENIPR_"
- ],
- [
- 29140,
- 2,
- 14,
- 5,
- 0.18521,
- "_DSQLQFEAISDEEK_"
- ],
- [
- 27471,
- 2,
- 14,
- 6,
- 0.18521,
- "_VYALPEDLVEVKPK_"
- ],
- [
- 5436,
- 2,
- 14,
- 3,
- 0.18521,
- "_TVATLSILGTR_"
- ],
- [
- 36260,
- 2,
- 7,
- 2,
- 0.085484,
- "_NPDGSLSQAAMMQSALAK_"
- ],
- [
- 724,
- 2,
- 13,
- 4,
- 0.17097,
- "_IVLNGIDLK_"
- ],
- [
- 6430,
- 2,
- 27,
- 6,
- 0.37045,
- "_FEDENFILK_"
- ],
- [
- 33900,
- 2,
- 13,
- 5,
- 0.17097,
- "_REEQIVQLLNSVQAK_"
- ],
- [
- 2859,
- 2,
- 7,
- 2,
- 0.085484,
- "_DGFSLASQLK_"
- ],
- [
- 17540,
- 3,
- 13,
- 5,
- 0.17097,
- "_MDAEQDPNVQVDHLNLLK_"
- ],
- [
- 19595,
- 2,
- 8,
- 3,
- 0.099729,
- "_NWEEIIPEDQR_"
- ],
- [
- 28903,
- 2,
- 15,
- 6,
- 0.19944,
- "_GALTVGITNTVGSSISR_"
- ],
- [
- 42104,
- 2,
- 11,
- 2,
- 0.14249,
- "_CCNHPYLFPVAAMEAPK_"
- ],
- [
- 13869,
- 3,
- 15,
- 6,
- 0.19944,
- "_WLSTSIPEAQWHSSLAR_"
- ],
- [
- 42219,
- 2,
- 15,
- 7,
- 0.19944,
- "_ALSSSADDASLVNASISSSVK_"
- ],
- [
- 27778,
- 2,
- 15,
- 5,
- 0.19944,
- "_DMDLWEQQEEER_"
- ],
- [
- 47390,
- 2,
- 9,
- 5,
- 0.11398,
- "_GSSPLPTATTPKPLIPTEASIR_"
- ],
- [
- 18971,
- 3,
- 18,
- 6,
- 0.24222,
- "_WQHDLFDSGFGGGAGVETGGK_"
- ],
- [
- 42023,
- 2,
- 9,
- 3,
- 0.11398,
- "_VNNNQQNAACEWLLGDR_"
- ],
- [
- 8689,
- 3,
- 18,
- 4,
- 0.24222,
- "_DALRPPLQNINSVQLK_"
- ],
- [
- 32560,
- 2,
- 8,
- 3,
- 0.09973,
- "_FDEGVASAPEVVDMQK_"
- ],
- [
- 21452,
- 2,
- 11,
- 2,
- 0.14247,
- "_EAVFDDDMEQLR_"
- ],
- [
- 23442,
- 3,
- 18,
- 7,
- 0.24222,
- "_ADRDESSPYAAMLAAQDVAQR_"
- ],
- [
- 18648,
- 3,
- 15,
- 6,
- 0.19945,
- "_SIEEQLGTEIKPIPSNIDK_"
- ],
- [
- 44837,
- 2,
- 15,
- 6,
- 0.19945,
- "_SIEEQLGTEIKPIPSNIDK_"
- ],
- [
- 22956,
- 3,
- 8,
- 4,
- 0.09973,
- "_VIHNASIMNAVGCCGLQLYK_"
- ],
- [
- 15686,
- 4,
- 13,
- 5,
- 0.17097,
- "_LDLSHCSHLTDQSSNLLTAVGSSTR_"
- ],
- [
- 8234,
- 2,
- 11,
- 4,
- 0.14247,
- "_NLIAPIFLHR_"
- ],
- [
- 18895,
- 2,
- 12,
- 4,
- 0.15674,
- "_LSSYEEMLQSVK_"
- ],
- [
- 31328,
- 3,
- 16,
- 6,
- 0.21368,
- "_QAVDFLSNEGHIYSTVDDDHFK_"
- ],
- [
- 23948,
- 3,
- 7,
- 2,
- 0.085499,
- "_DHIVLTVLPDQDQSDEAQEK_"
- ],
- [
- 20270,
- 2,
- 15,
- 3,
- 0.19945,
- "_LDDTYSFQVINK_"
- ],
- [
- 35558,
- 3,
- 12,
- 6,
- 0.15674,
- "_LDLSHCSHLTDQSSNLLTAVGSSTR_"
- ],
- [
- 25364,
- 4,
- 12,
- 6,
- 0.15674,
- "_FRDEELEHHDIGLDHDAELAPAYAVLK_"
- ],
- [
- 13109,
- 2,
- 7,
- 4,
- 0.085499,
- "_MDEVLYSIAEK_"
- ],
- [
- 34944,
- 2,
- 12,
- 5,
- 0.15674,
- "_EEIIGNGEQQYVYLK_"
- ],
- [
- 25019,
- 3,
- 7,
- 4,
- 0.085499,
- "_VNIAFNYDM(Oxidation (M))PEDSDTYLHR_"
- ],
- [
- 29970,
- 2,
- 12,
- 4,
- 0.15674,
- "_QMPDVNVSWDGEGPK_"
- ],
- [
- 35679,
- 3,
- 15,
- 6,
- 0.19945,
- "_EGGQYGLVAACAAGGQGHAMIVEAYPK_"
- ],
- [
- 39856,
- 2,
- 6,
- 3,
- 0.071229,
- "_TYVGPMTESLFPGYHTK_"
- ],
- [
- 5498,
- 3,
- 9,
- 5,
- 0.11398,
- "_AFVAPFWADVHNGIR_"
- ],
- [
- 9463,
- 2,
- 10,
- 3,
- 0.12822,
- "_CM(Oxidation (M))PTFQFFK_"
- ],
- [
- 16202,
- 2,
- 18,
- 2,
- 0.24222,
- "_LLSTELQAELSR_"
- ],
- [
- 36745,
- 2,
- 9,
- 3,
- 0.11398,
- "_TSLPTVGPSGLYSPSTNR_"
- ],
- [
- 33034,
- 3,
- 14,
- 7,
- 0.18522,
- "_TDEFQLHTNVNDGTEFGGSIYQK_"
- ],
- [
- 20871,
- 3,
- 9,
- 3,
- 0.11398,
- "_LIEHCDHISDEISIMTLR_"
- ],
- [
- 29248,
- 2,
- 23,
- 6,
- 0.31343,
- "_MLITILGTVKPNANR_"
- ],
- [
- 16876,
- 2,
- 10,
- 3,
- 0.12822,
- "_LIQEWNSVDLR_"
- ],
- [
- 27779,
- 3,
- 10,
- 6,
- 0.12822,
- "_HGFDEWFGSPNCHFGPYDNK_"
- ],
- [
- 19263,
- 3,
- 22,
- 5,
- 0.2992,
- "_FVINYDYPNSSEDYIHR_"
- ],
- [
- 49758,
- 3,
- 10,
- 6,
- 0.12822,
- "_(Acetyl (Protein N-term))AEPSAATQSHSISSSSFGAEPSAPGGGGSPGACPALGTK_"
- ],
- [
- 10152,
- 2,
- 11,
- 3,
- 0.14247,
- "_IFTGSLLVEEK_"
- ],
- [
- 17464,
- 2,
- 10,
- 4,
- 0.12822,
- "_NNYENYIDIVK_"
- ],
- [
- 41065,
- 2,
- 14,
- 2,
- 0.18522,
- "_DMLLTLHQHLDLSSSEK_"
- ],
- [
- 2296,
- 2,
- 14,
- 5,
- 0.18522,
- "_LVDPLYSIK_"
- ],
- [
- 51343,
- 2,
- 11,
- 6,
- 0.14247,
- "_NLHYFNSDSFASHPNYPYSDEY_"
- ],
- [
- 21750,
- 3,
- 13,
- 6,
- 0.17097,
- "_GGADVSGGVSAPDISLGEGHLSVK_"
- ],
- [
- 24950,
- 2,
- 15,
- 4,
- 0.19945,
- "_NYAAALETFTEGQK_"
- ],
- [
- 22317,
- 2,
- 10,
- 3,
- 0.12822,
- "_DSEPLGIEEAQIGK_"
- ],
- [
- 5861,
- 4,
- 10,
- 4,
- 0.12822,
- "_KFGVVLDEIKPSSAPELQAVR_"
- ],
- [
- 31689,
- 2,
- 8,
- 4,
- 0.09973,
- "_AFVAPFWADVHNGIR_"
- ],
- [
- 13138,
- 4,
- 11,
- 6,
- 0.14247,
- "_TFEDKVTFPLQPKPDVNLTIHR_"
- ],
- [
- 48728,
- 2,
- 13,
- 7,
- 0.17097,
- "_AAAASAAEAGIATTGTEDSDDALLK_"
- ],
- [
- 19753,
- 3,
- 9,
- 5,
- 0.11404,
- "_TQAVFNHTEDYVLLPDER_"
- ],
- [
- 1432,
- 2,
- 10,
- 4,
- 0.12828,
- "_EFIAPVTLK_"
- ],
- [
- 46543,
- 2,
- 13,
- 7,
- 0.17104,
- "_TTFDEAM(Oxidation (M))ADLHTLSEDSYK_"
- ],
- [
- 14206,
- 2,
- 11,
- 2,
- 0.14252,
- "_CSTLIVTDLAAR_"
- ],
- [
- 12144,
- 2,
- 13,
- 4,
- 0.17104,
- "_SMPWNVDTLSK_"
- ],
- [
- 5361,
- 2,
- 12,
- 3,
- 0.15678,
- "_SLMDQYFAR_"
- ],
- [
- 22146,
- 2,
- 13,
- 4,
- 0.17104,
- "_AFYVNVLNEEQR_"
- ],
- [
- 14756,
- 2,
- 8,
- 3,
- 0.099806,
- "_FCLICNYVSR_"
- ],
- [
- 45063,
- 2,
- 12,
- 4,
- 0.15678,
- "_YILMAFQNSEYGDDSIKK_"
- ],
- [
- 11813,
- 2,
- 9,
- 4,
- 0.11404,
- "_LFESMLSECR_"
- ],
- [
- 10924,
- 2,
- 12,
- 4,
- 0.15678,
- "_EGGVTFTWVEK_"
- ],
- [
- 9838,
- 3,
- 9,
- 3,
- 0.11404,
- "_NNEPLTHAMYNLASLR_"
- ],
- [
- 50710,
- 2,
- 12,
- 6,
- 0.15678,
- "_EGENTQVAEPEACDQMYESLAR_"
- ],
- [
- 29549,
- 2,
- 10,
- 2,
- 0.12828,
- "_CELLSDDSLAVSSPR_"
- ],
- [
- 42636,
- 2,
- 12,
- 3,
- 0.15678,
- "_SEASLHPVLMSEAPWNTR_"
- ],
- [
- 33746,
- 3,
- 5,
- 2,
- 0.057047,
- "_NLAMEATYINHNFSQQCLRMGK_"
- ],
- [
- 15793,
- 3,
- 16,
- 5,
- 0.21376,
- "_VDIDAPDVDVHGPDWHLK_"
- ],
- [
- 41515,
- 2,
- 14,
- 4,
- 0.18528,
- "_LTSEPEGDWFCPECEK_"
- ],
- [
- 6671,
- 2,
- 17,
- 4,
- 0.22799,
- "_VDSLLENLEK_"
- ],
- [
- 36384,
- 2,
- 14,
- 5,
- 0.18528,
- "_LKGPQITGPSLEGDLGLK_"
- ],
- [
- 37488,
- 3,
- 17,
- 7,
- 0.22799,
- "_HIDCAAIYGNEPEIGEALKEDVGPGK_"
- ],
- [
- 3995,
- 3,
- 14,
- 5,
- 0.18528,
- "_GNWAHSGFPEIAFGR_"
- ],
- [
- 45349,
- 2,
- 14,
- 7,
- 0.18528,
- "_ETIELVHTEPTDVAQLPSR_"
- ],
- [
- 42719,
- 2,
- 14,
- 4,
- 0.18528,
- "_VDIDAPDVDVHGPDWHLK_"
- ],
- [
- 41630,
- 2,
- 19,
- 6,
- 0.25652,
- "_MIEAVQNHIGSLNWGYR_"
- ],
- [
- 10612,
- 2,
- 14,
- 3,
- 0.18528,
- "_EAAIWELEER_"
- ],
- [
- 3223,
- 2,
- 14,
- 5,
- 0.18528,
- "_LNNLVLFDK_"
- ],
- [
- 27708,
- 2,
- 17,
- 5,
- 0.22799,
- "_VGASASDGSVCVLDLR_"
- ],
- [
- 5093,
- 4,
- 15,
- 7,
- 0.19952,
- "_MAPPDLPHWQDCHELWSK_"
- ],
- [
- 30744,
- 2,
- 13,
- 5,
- 0.17104,
- "_VVLASQPDLECGFSR_"
- ],
- [
- 27090,
- 2,
- 16,
- 6,
- 0.21376,
- "_GILFVGSGVSGGEEGAR_"
- ],
- [
- 35662,
- 2,
- 13,
- 3,
- 0.17104,
- "_SAFLLQNLLVGHPEHK_"
- ],
- [
- 3772,
- 2,
- 17,
- 4,
- 0.22799,
- "_GTPWEGGLFK_"
- ],
- [
- 32257,
- 2,
- 13,
- 5,
- 0.17104,
- "_ALLEAGALPNAPNSYGR_"
- ],
- [
- 25472,
- 2,
- 14,
- 5,
- 0.18528,
- "_AQDAPLSLLQTQGGR_"
- ],
- [
- 21722,
- 2,
- 13,
- 4,
- 0.17102,
- "_SNMEIDMTYQLK_"
- ],
- [
- 51441,
- 2,
- 12,
- 6,
- 0.15676,
- "_EVYEGEVTELTPCETENPM(Oxidation (M))GGYGK_"
- ],
- [
- 26638,
- 2,
- 15,
- 3,
- 0.19952,
- "_GSTMEEELENITTK_"
- ],
- [
- 50747,
- 2,
- 9,
- 5,
- 0.11404,
- "_VKDQEEELDEQAGTIQMLEQAK_"
- ],
- [
- 818,
- 2,
- 26,
- 4,
- 0.3562,
- "_VFLENVIR_"
- ],
- [
- 10497,
- 3,
- 8,
- 3,
- 0.099772,
- "_QYIVAEFEQGHQFLR_"
- ],
- [
- 41745,
- 2,
- 9,
- 5,
- 0.11404,
- "_GTTAYVPQQSWIQNGTIK_"
- ],
- [
- 42001,
- 2,
- 7,
- 4,
- 0.08553,
- "_IEFEQTLAANEQAGPINR_"
- ],
- [
- 27044,
- 2,
- 8,
- 5,
- 0.099772,
- "_SALFAQLNQGEAITK_"
- ],
- [
- 47808,
- 2,
- 13,
- 5,
- 0.17102,
- "_MQSNCSLGGVGMMCSLSEQGK_"
- ],
- [
- 30882,
- 2,
- 13,
- 4,
- 0.17102,
- "_PIFLNTIDPSHPMAK_"
- ],
- [
- 21311,
- 3,
- 11,
- 2,
- 0.14252,
- "_TDMEHLSPEHEVILSSMIK_"
- ],
- [
- 19357,
- 3,
- 13,
- 6,
- 0.17102,
- "_FNNWGGSLSLGHPFGATGCR_"
- ],
- [
- 4590,
- 2,
- 9,
- 3,
- 0.12827,
- "_GVLEPLTNLR_"
- ],
- [
- 5590,
- 2,
- 7,
- 2,
- 0.08553,
- "_QVWGLNFGSK_"
- ],
- [
- 9757,
- 2,
- 12,
- 2,
- 0.15676,
- "_WLEAQIIQAR_"
- ],
- [
- 31188,
- 2,
- 10,
- 5,
- 0.12827,
- "_YTIIIPENLKPQMK_"
- ],
- [
- 45033,
- 2,
- 12,
- 5,
- 0.15676,
- "_EAMEDGEIDGNKVTLDWAK_"
- ],
- [
- 24047,
- 3,
- 12,
- 4,
- 0.15676,
- "_KFGVVLDEIKPSSAPELQAVR_"
- ],
- [
- 16136,
- 4,
- 15,
- 6,
- 0.19952,
- "_SKLDWESFKEEEGIGEELAIHNR_"
- ],
- [
- 23731,
- 2,
- 28,
- 6,
- 0.38472,
- "_VCENIPIVLCGNK_"
- ],
- [
- 15044,
- 2,
- 14,
- 2,
- 0.18528,
- "_SLDM(Oxidation (M))DSIIAEVK_"
- ],
- [
- 28123,
- 3,
- 10,
- 6,
- 0.12827,
- "_SEGGLGGNWYAMDNSGEHVTWR_"
- ],
- [
- 10464,
- 3,
- 11,
- 4,
- 0.14252,
- "_LTSLYAEHPGDCLIFK_"
- ],
- [
- 22534,
- 3,
- 13,
- 6,
- 0.17102,
- "_GSSPLPTATTPKPLIPTEASIR_"
- ],
- [
- 5662,
- 2,
- 11,
- 2,
- 0.14252,
- "_NGEWYEVLK_"
- ],
- [
- 28063,
- 2,
- 13,
- 5,
- 0.17102,
- "_EQIIELELKEEIK_"
- ],
- [
- 24108,
- 2,
- 20,
- 2,
- 0.27076,
- "_YLPALDEFPHPPK_"
- ],
- [
- 28545,
- 2,
- 10,
- 4,
- 0.12827,
- "_DLKPENIVLQDVGGK_"
- ],
- [
- 7751,
- 3,
- 15,
- 5,
- 0.19952,
- "_TPSIQPSLLPHAAPFAK_"
- ],
- [
- 35256,
- 2,
- 13,
- 5,
- 0.17102,
- "_FSCEPAGGLTSLTEPPK_"
- ],
- [
- 15689,
- 3,
- 16,
- 3,
- 0.21376,
- "_SEASLHPVLMSEAPWNTR_"
- ],
- [
- 9894,
- 2,
- 13,
- 3,
- 0.18528,
- "_LYPEGLAQLAR_"
- ],
- [
- 43814,
- 3,
- 12,
- 7,
- 0.15677,
- "_ATTPASTANSDVATIPTDTPLKEENEGFVK_"
- ],
- [
- 47992,
- 2,
- 12,
- 3,
- 0.15677,
- "_NGSCGVSYIAQEPGNYEVSIK_"
- ],
- [
- 21051,
- 2,
- 17,
- 4,
- 0.22802,
- "_VTVVLGAQWGDEGK_"
- ],
- [
- 1519,
- 2,
- 16,
- 5,
- 0.21377,
- "_TEMDWVLK_"
- ],
- [
- 26800,
- 3,
- 13,
- 4,
- 0.17102,
- "_DIGAIAQVHAENGDIIAEEQQR_"
- ],
- [
- 7362,
- 2,
- 16,
- 2,
- 0.21377,
- "_EALGIPAAASFK_"
- ],
- [
- 11998,
- 2,
- 13,
- 4,
- 0.17102,
- "_ELGLDEGVDSLK_"
- ],
- [
- 22195,
- 2,
- 9,
- 5,
- 0.11403,
- "_TELDAHLENLLSK_"
- ],
- [
- 18865,
- 2,
- 10,
- 2,
- 0.1283,
- "_VVVVVPNEEDWK_"
- ],
- [
- 26013,
- 2,
- 13,
- 4,
- 0.17102,
- "_YGPLSGVNVVYDQR_"
- ],
- [
- 21578,
- 3,
- 12,
- 5,
- 0.15677,
- "_TASRPAPLVQQLSPSLLPNSK_"
- ],
- [
- 28430,
- 2,
- 12,
- 5,
- 0.15677,
- "_ELLDTSFEDLSKPK_"
- ],
- [
- 47969,
- 2,
- 18,
- 3,
- 0.24225,
- "_NAAYYSPHGHILVLAGFGNLR_"
- ],
- [
- 44211,
- 2,
- 14,
- 6,
- 0.18527,
- "_EMLMCDTSGSIQLSEEQK_"
- ],
- [
- 30654,
- 2,
- 9,
- 2,
- 0.11403,
- "_QDMPNAMPVSELTDK_"
- ],
- [
- 49923,
- 2,
- 10,
- 3,
- 0.1283,
- "_EAEGSLTEASLPEAQVASGAGAGAPR_"
- ],
- [
- 45333,
- 2,
- 14,
- 5,
- 0.18527,
- "_FNNWGGSLSLGHPFGATGCR_"
- ],
- [
- 23547,
- 2,
- 5,
- 3,
- 0.057046,
- "_HQVAYLGLLENVR_"
- ],
- [
- 35551,
- 2,
- 16,
- 7,
- 0.21377,
- "_MTNGFSGADLTEICQR_"
- ],
- [
- 12488,
- 3,
- 15,
- 2,
- 0.19953,
- "_EVMAEFSDAVTEETLKK_"
- ],
- [
- 8369,
- 2,
- 9,
- 4,
- 0.11403,
- "_AAELLMSCFR_"
- ],
- [
- 3613,
- 2,
- 15,
- 2,
- 0.19953,
- "_VGVIGFPNVGK_"
- ],
- [
- 9017,
- 4,
- 15,
- 6,
- 0.19953,
- "_FTDCGHFQNTEFHELITVVK_"
- ],
- [
- 35349,
- 3,
- 9,
- 5,
- 0.11403,
- "_QQQQEAWLSSASLQTAFQANHSTK_"
- ],
- [
- 2080,
- 2,
- 16,
- 2,
- 0.21377,
- "_GFPWDEYK_"
- ],
- [
- 19158,
- 2,
- 16,
- 5,
- 0.21377,
- "_GAVSAEQVIAGFNR_"
- ],
- [
- 37113,
- 2,
- 11,
- 4,
- 0.14253,
- "_TENPVIMGLSSQNGQLR_"
- ],
- [
- 49422,
- 2,
- 14,
- 6,
- 0.18527,
- "_DIGAIAQVHAENGDIIAEEQQR_"
- ],
- [
- 20308,
- 3,
- 13,
- 6,
- 0.17103,
- "_LMGKPHPLVTSTDIVLTITK_"
- ],
- [
- 34624,
- 2,
- 12,
- 5,
- 0.15679,
- "_GVVSLVAVHPSTVNPLGK_"
- ],
- [
- 16278,
- 2,
- 11,
- 5,
- 0.14255,
- "_MAGTAFDFENMK_"
- ],
- [
- 21269,
- 2,
- 11,
- 4,
- 0.14255,
- "_EPSSYDFVYHYG_"
- ],
- [
- 42240,
- 2,
- 13,
- 3,
- 0.17103,
- "_EENLIPYSPDVQIHAER_"
- ],
- [
- 17631,
- 2,
- 12,
- 2,
- 0.15679,
- "_PSAAGINLMIGSTR_"
- ],
- [
- 43839,
- 2,
- 5,
- 2,
- 0.057055,
- "_HYFYADLPAGYQITQQR_"
- ],
- [
- 35688,
- 2,
- 10,
- 7,
- 0.12828,
- "_SGYQMEKDELLSYIK_"
- ],
- [
- 36101,
- 2,
- 20,
- 4,
- 0.27074,
- "_EYNLNFSGSSTIQEVK_"
- ],
- [
- 11490,
- 2,
- 18,
- 3,
- 0.24227,
- "_KIPLVPENLLK_"
- ],
- [
- 4977,
- 3,
- 20,
- 6,
- 0.27074,
- "_PIFLNTIDPSHPMAK_"
- ],
- [
- 6200,
- 3,
- 12,
- 2,
- 0.15679,
- "_GQPMVHGALSLALSSVR_"
- ],
- [
- 1065,
- 2,
- 20,
- 3,
- 0.27074,
- "_IFGPIWNR_"
- ],
- [
- 24141,
- 2,
- 20,
- 3,
- 0.27074,
- "_VDSTTCLFPVEEK_"
- ],
- [
- 47604,
- 2,
- 12,
- 6,
- 0.15679,
- "_IFCCHGGLSPDLQSMEQIR_"
- ],
- [
- 15253,
- 2,
- 10,
- 5,
- 0.12828,
- "_QVTAPELNSIIR_"
- ],
- [
- 29416,
- 4,
- 12,
- 8,
- 0.15679,
- "_VKPTELCAGHLIGGTDSCQGDSGGPLVCFEK_"
- ],
- [
- 18330,
- 2,
- 13,
- 6,
- 0.17103,
- "_GNDVLVIECNLR_"
- ],
- [
- 42497,
- 2,
- 9,
- 2,
- 0.11404,
- "_QIENLQATLGSQTSSWEK_"
- ],
- [
- 15718,
- 2,
- 10,
- 3,
- 0.12828,
- "_DLKEEFTEALR_"
- ],
- [
- 19950,
- 3,
- 12,
- 4,
- 0.15679,
- "_SEAEIDMELFHQNHLIVK_"
- ],
- [
- 14491,
- 3,
- 13,
- 6,
- 0.17103,
- "_QQWALVEFEKPVTCPR_"
- ],
- [
- 6967,
- 2,
- 14,
- 3,
- 0.18527,
- "_YMPDICVIR_"
- ],
- [
- 46455,
- 2,
- 17,
- 7,
- 0.22803,
- "_EDEEESLNEVGYDDIGGCR_"
- ],
- [
- 45617,
- 2,
- 15,
- 4,
- 0.19953,
- "_TQAVFNHTEDYVLLPDER_"
- ],
- [
- 11381,
- 2,
- 14,
- 4,
- 0.18527,
- "_VFASELNAGIIK_"
- ],
- [
- 2410,
- 2,
- 14,
- 4,
- 0.18527,
- "_VVNIVPVIAK_"
- ],
- [
- 5319,
- 2,
- 31,
- 5,
- 0.42749,
- "_EWPSNLDLR_"
- ],
- [
- 32934,
- 2,
- 11,
- 5,
- 0.14255,
- "_GFCFITFKEEEPVK_"
- ],
- [
- 28604,
- 3,
- 24,
- 8,
- 0.32776,
- "_VVMALGDYMGASCHACIGGTNVR_"
- ],
- [
- 33124,
- 2,
- 15,
- 5,
- 0.19953,
- "_GSNNVALGYDEGSIIVK_"
- ],
- [
- 1777,
- 2,
- 17,
- 4,
- 0.22803,
- "_LGLSTLGELK_"
- ],
- [
- 8175,
- 4,
- 16,
- 7,
- 0.21379,
- "_LQATLDMQSGIIHAAEEKDWK_"
- ],
- [
- 34099,
- 3,
- 17,
- 6,
- 0.22803,
- "_AEVAAEFLNDRVPNCNVVPHFNK_"
- ],
- [
- 26279,
- 2,
- 10,
- 3,
- 0.12828,
- "_VHEYNVLLETLSR_"
- ],
- [
- 14486,
- 3,
- 19,
- 3,
- 0.25651,
- "_MIEAVQNHIGSLNWGYR_"
- ],
- [
- 49638,
- 2,
- 13,
- 5,
- 0.17103,
- "_DTPENNPDTPFDFTPENYKR_"
- ],
- [
- 31239,
- 2,
- 16,
- 6,
- 0.21379,
- "_KMEMEMEQVFEMK_"
- ],
- [
- 46227,
- 2,
- 13,
- 3,
- 0.17103,
- "_SGCQMSVTPQGGIVVYGGYSK_"
- ],
- [
- 49010,
- 2,
- 12,
- 5,
- 0.1568,
- "_VTAVDWHFEEAVDGECPPQR_"
- ],
- [
- 40759,
- 2,
- 16,
- 4,
- 0.21378,
- "_MTDSFTEQADQVTAEVGK_"
- ],
- [
- 43343,
- 2,
- 10,
- 4,
- 0.12829,
- "_GVTGHEVCNYFWNVDVR_"
- ],
- [
- 14019,
- 2,
- 16,
- 4,
- 0.21378,
- "_LICLVTGSPSIR_"
- ],
- [
- 24846,
- 3,
- 11,
- 2,
- 0.14253,
- "_LFTPYTETEINEEELTKPR_"
- ],
- [
- 50486,
- 3,
- 16,
- 9,
- 0.21378,
- "_VISHAISEHVEDAGVHSGDATLMLPTQTISQGAIEK_"
- ],
- [
- 9487,
- 2,
- 11,
- 5,
- 0.14253,
- "_LFASADISLER_"
- ],
- [
- 28103,
- 2,
- 7,
- 4,
- 0.085549,
- "_APNTPDILEIEFKK_"
- ],
- [
- 33190,
- 3,
- 11,
- 5,
- 0.14253,
- "_EDEDPHRPPTSEELLTAYGYMR_"
- ],
- [
- 4848,
- 2,
- 19,
- 4,
- 0.25652,
- "_SCDFLSSFR_"
- ],
- [
- 26055,
- 3,
- 18,
- 6,
- 0.24228,
- "_TVATPLNQVANPNSAIFGGARPR_"
- ],
- [
- 34970,
- 3,
- 9,
- 3,
- 0.11404,
- "_AALDCSTSHLDEFYSDPHAVAGALK_"
- ],
- [
- 27108,
- 2,
- 6,
- 2,
- 0.071302,
- "_TIQAPTQVPVVVSPR_"
- ],
- [
- 2050,
- 2,
- 9,
- 3,
- 0.11404,
- "_DFFLANASR_"
- ],
- [
- 29877,
- 4,
- 12,
- 3,
- 0.1568,
- "_IHSVDQGAEHMLILSSDGKPFEYDNYSMK_"
- ],
- [
- 25208,
- 2,
- 17,
- 7,
- 0.22804,
- "_ACLDTAVENMPSLK_"
- ],
- [
- 36025,
- 2,
- 11,
- 5,
- 0.14253,
- "_DGEPVVTQLHPGPIVVR_"
- ],
- [
- 6476,
- 2,
- 13,
- 2,
- 0.17103,
- "_GLGLDDALEPR_"
- ],
- [
- 15117,
- 4,
- 17,
- 4,
- 0.22804,
- "_HAMNLEAVNTYEGTHDIHALILGR_"
- ],
- [
- 18236,
- 3,
- 11,
- 3,
- 0.14253,
- "_QLASEDISHITPTQGFNIK_"
- ],
- [
- 18063,
- 2,
- 16,
- 5,
- 0.21378,
- "_TVNEPWTMGFSK_"
- ],
- [
- 502,
- 2,
- 14,
- 3,
- 0.18528,
- "_YGFIDLSR_"
- ],
- [
- 16478,
- 3,
- 21,
- 6,
- 0.28499,
- "_KISSIQSIVPALEIANAHR_"
- ],
- [
- 4150,
- 4,
- 14,
- 7,
- 0.18528,
- "_GIIHDPYSEFMVEEHELR_"
- ],
- [
- 33408,
- 2,
- 14,
- 4,
- 0.18528,
- "_TANEGGSLLYEQLGYK_"
- ],
- [
- 27856,
- 2,
- 9,
- 4,
- 0.11404,
- "_GNGQPVQLQVVWQR_"
- ],
- [
- 18781,
- 4,
- 14,
- 6,
- 0.18528,
- "_YFGSNIAHMYQVEFEDGSQIAMKR_"
- ],
- [
- 25536,
- 2,
- 10,
- 4,
- 0.12829,
- "_ENNYTYEFDFSK_"
- ],
- [
- 25030,
- 2,
- 15,
- 3,
- 0.19952,
- "_DYQDDTLELYNR_"
- ],
- [
- 15639,
- 3,
- 14,
- 3,
- 0.18528,
- "_KDVLIEFYAPWCGHCK_"
- ],
- [
- 12692,
- 3,
- 9,
- 5,
- 0.11404,
- "_IQHGSGFGIEFNATDALR_"
- ],
- [
- 5020,
- 2,
- 15,
- 2,
- 0.19952,
- "_WEFCDIPR_"
- ],
- [
- 23038,
- 2,
- 8,
- 3,
- 0.099797,
- "_LSAQAQVAEDILDK_"
- ],
- [
- 23841,
- 3,
- 12,
- 4,
- 0.1568,
- "_ANLQQAIVTPLKPVDNTYYK_"
- ],
- [
- 11954,
- 2,
- 19,
- 5,
- 0.25652,
- "_NYPDPVSIIQK_"
- ],
- [
- 1772,
- 2,
- 10,
- 3,
- 0.12829,
- "_WVTALELAK_"
- ],
- [
- 32023,
- 2,
- 27,
- 6,
- 0.37052,
- "_ILDQGEDFPASEMTR_"
- ],
- [
- 15225,
- 3,
- 13,
- 4,
- 0.17106,
- "_EENLIPYSPDVQIHAER_"
- ],
- [
- 4482,
- 3,
- 13,
- 4,
- 0.17106,
- "_LGAVYDVSHYNALLK_"
- ],
- [
- 9333,
- 3,
- 12,
- 5,
- 0.15679,
- "_IDDLQMVLNQTEDHR_"
- ],
- [
- 7698,
- 2,
- 10,
- 2,
- 0.1283,
- "_IFTQLEEFR_"
- ],
- [
- 23795,
- 2,
- 13,
- 4,
- 0.17106,
- "_EVLLFPAMKPEDK_"
- ],
- [
- 18934,
- 3,
- 16,
- 4,
- 0.21377,
- "_EAMEDGEIDGNKVTLDWAK_"
- ],
- [
- 29450,
- 3,
- 12,
- 7,
- 0.15679,
- "_MIMDTAGNDPYCFVEFHEHR_"
- ],
- [
- 4740,
- 3,
- 9,
- 5,
- 0.11405,
- "_AHFNLDESGVLSLDR_"
- ],
- [
- 30249,
- 2,
- 9,
- 5,
- 0.11405,
- "_FQIQDISVETEDNK_"
- ],
- [
- 44621,
- 3,
- 12,
- 6,
- 0.15679,
- "_TDQVPEINDWTHCVETSQSQSHTLAIR_"
- ],
- [
- 27379,
- 3,
- 14,
- 6,
- 0.18529,
- "_DTPENNPDTPFDFTPENYKR_"
- ],
- [
- 14943,
- 2,
- 22,
- 3,
- 0.29924,
- "_TLLLCGYPNVGK_"
- ],
- [
- 34079,
- 2,
- 18,
- 6,
- 0.24229,
- "_AAAGELQEDSGLCVLAR_"
- ],
- [
- 35986,
- 2,
- 20,
- 4,
- 0.27078,
- "_DLWYLETEKPPPPAR_"
- ],
- [
- 9146,
- 3,
- 8,
- 2,
- 0.099805,
- "_SSYIVSQIAVAYHNIR_"
- ],
- [
- 29826,
- 3,
- 19,
- 6,
- 0.25653,
- "_GETTLWNPGCDHAGIATQVVVEK_"
- ],
- [
- 24860,
- 2,
- 15,
- 4,
- 0.19953,
- "_WELNSGDGAFYGPK_"
- ],
- [
- 20912,
- 2,
- 11,
- 3,
- 0.14254,
- "_IFSAVQQFYQPK_"
- ],
- [
- 1890,
- 2,
- 14,
- 2,
- 0.18529,
- "_LAFNSLLEK_"
- ],
- [
- 22638,
- 2,
- 8,
- 2,
- 0.099805,
- "_EEVPLELVEAHVK_"
- ],
- [
- 6814,
- 3,
- 17,
- 6,
- 0.22803,
- "_SAGGLMFNTGIGQHILK_"
- ],
- [
- 28145,
- 2,
- 16,
- 4,
- 0.21377,
- "_GSTAPVGGGAFPTIVER_"
- ],
- [
- 42768,
- 3,
- 15,
- 7,
- 0.19953,
- "_HGIILNSEIATNGETSDTLNNVGYQGPTK_"
- ],
- [
- 48172,
- 2,
- 14,
- 7,
- 0.18529,
- "_EYTEENIQLVADGCCNLQK_"
- ],
- [
- 464,
- 2,
- 9,
- 3,
- 0.11405,
- "_NAIVVLIPK_"
- ],
- [
- 25948,
- 3,
- 11,
- 4,
- 0.14254,
- "_QYPWGVVQVENENHCDFVK_"
- ],
- [
- 30812,
- 4,
- 16,
- 5,
- 0.21377,
- "_LEHDVNIQFPDKDDGNQPQDQITITGYEK_"
- ],
- [
- 25274,
- 3,
- 10,
- 2,
- 0.1283,
- "_QYQICLAIDDSSSMVDNHTK_"
- ],
- [
- 17934,
- 3,
- 10,
- 2,
- 0.1283,
- "_APEVSQHVYQAYETILKN_"
- ],
- [
- 34581,
- 3,
- 17,
- 7,
- 0.22803,
- "_DNFWEM(Oxidation (M))GDTGPCGPCSEIHYDR_"
- ],
- [
- 33332,
- 2,
- 15,
- 7,
- 0.19953,
- "_LSFQHDPETSVLVLR_"
- ],
- [
- 14353,
- 3,
- 10,
- 6,
- 0.1283,
- "_SWMEGLTLQDYSEHCK_"
- ],
- [
- 23913,
- 2,
- 8,
- 4,
- 0.099805,
- "_YSAEMPQLPQDLK_"
- ],
- [
- 15116,
- 4,
- 11,
- 5,
- 0.14254,
- "_AALDCSTSHLDEFYSDPHAVAGALK_"
- ],
- [
- 34442,
- 3,
- 10,
- 7,
- 0.1283,
- "_LTGAGGGGCGITLLKPGLEQPEVEATK_"
- ],
- [
- 40823,
- 2,
- 13,
- 2,
- 0.17102,
- "_IFAQYLVPHNLETEER_"
- ],
- [
- 14149,
- 2,
- 11,
- 3,
- 0.14254,
- "_STGSFVGELMYK_"
- ],
- [
- 43598,
- 2,
- 13,
- 3,
- 0.17102,
- "_LIANMPESGPSYEFHLTR_"
- ],
- [
- 20902,
- 3,
- 9,
- 3,
- 0.11404,
- "_LGSLEYDENTSIIFRPNSK_"
- ],
- [
- 1267,
- 3,
- 12,
- 4,
- 0.15678,
- "_EVLLFPAMKPEDK_"
- ],
- [
- 32110,
- 2,
- 11,
- 2,
- 0.14254,
- "_YGGEEEDQPIYLAVK_"
- ],
- [
- 49090,
- 2,
- 11,
- 4,
- 0.14254,
- "_QYPWGVVQVENENHCDFVK_"
- ],
- [
- 21343,
- 2,
- 9,
- 2,
- 0.11404,
- "_WYEWLDPSIKK_"
- ],
- [
- 28892,
- 4,
- 11,
- 4,
- 0.14254,
- "_KVPGVTAIDLDEDTCTFHIYGEDQDAVKK_"
- ],
- [
- 46400,
- 2,
- 11,
- 3,
- 0.14254,
- "_DFTNYGLEHWGSDTQGVEK_"
- ],
- [
- 20716,
- 3,
- 10,
- 6,
- 0.12829,
- "_ELCGPWPSHQLLTNQLQR_"
- ],
- [
- 15552,
- 2,
- 11,
- 4,
- 0.14254,
- "_HLLLVDPEGVVR_"
- ],
- [
- 45671,
- 2,
- 9,
- 2,
- 0.11404,
- "_MQASPEYQDYVYLEGTQK_"
- ],
- [
- 30471,
- 2,
- 13,
- 6,
- 0.17102,
- "_VVPLVQMGETDANVAK_"
- ],
- [
- 47834,
- 3,
- 11,
- 4,
- 0.14254,
- "_RVESPALLASAPEAEGACPSCEGVQGPPMAPEK_"
- ],
- [
- 15086,
- 3,
- 11,
- 6,
- 0.14254,
- "_EIQSSNLETAMSVIGDRR_"
- ],
- [
- 44762,
- 2,
- 9,
- 3,
- 0.11404,
- "_EVLGSGMQYHLQSNEFLR_"
- ],
- [
- 12852,
- 3,
- 12,
- 5,
- 0.15678,
- "_LQQELDDLTVDLDHQR_"
- ],
- [
- 7958,
- 3,
- 12,
- 5,
- 0.15678,
- "_EISFAYEVLSNPEKR_"
- ],
- [
- 36311,
- 2,
- 9,
- 4,
- 0.11404,
- "_SSYIVSQIAVAYHNIR_"
- ],
- [
- 20290,
- 2,
- 12,
- 4,
- 0.15678,
- "_IRLEETLEQLAK_"
- ],
- [
- 8071,
- 4,
- 9,
- 5,
- 0.11404,
- "_SGDTLLLLHHGDFSAEEVFHR_"
- ],
- [
- 40396,
- 2,
- 12,
- 3,
- 0.15678,
- "_SHILEDDENSVDISMLK_"
- ],
- [
- 45330,
- 2,
- 8,
- 5,
- 0.099795,
- "_CPSLSEPFSSCCIGSAGYR_"
- ],
- [
- 13071,
- 2,
- 8,
- 5,
- 0.099795,
- "_LDSSDIYNELK_"
- ],
- [
- 11330,
- 2,
- 10,
- 2,
- 0.12829,
- "_LTSLLEETLNK_"
- ],
- [
- 26418,
- 2,
- 13,
- 5,
- 0.17102,
- "_DLANLEVPHELPTK_"
- ],
- [
- 34471,
- 2,
- 13,
- 5,
- 0.17102,
- "_KAEPMQWASLELPAAK_"
- ],
- [
- 25772,
- 3,
- 16,
- 5,
- 0.21377,
- "_VTAVDWHFEEAVDGECPPQR_"
- ],
- [
- 13035,
- 3,
- 14,
- 5,
- 0.18529,
- "_LYDILGVPPGASENELKK_"
- ],
- [
- 30145,
- 2,
- 15,
- 5,
- 0.19953,
- "_LGAVYDVSHYNALLK_"
- ],
- [
- 27845,
- 2,
- 15,
- 5,
- 0.19953,
- "_FASEIAGVDDLGTTGR_"
- ],
- [
- 24238,
- 2,
- 15,
- 4,
- 0.19953,
- "_LVWIETPTNPTQK_"
- ],
- [
- 8591,
- 3,
- 16,
- 5,
- 0.21377,
- "_SAFLLQNLLVGHPEHK_"
- ],
- [
- 42720,
- 2,
- 6,
- 3,
- 0.071252,
- "_QREPGLGFSFEFTEQQK_"
- ],
- [
- 11281,
- 2,
- 6,
- 2,
- 0.071252,
- "_LLVCDLGNPMK_"
- ],
- [
- 12511,
- 3,
- 17,
- 5,
- 0.22801,
- "_TYVGPMTESLFPGYHTK_"
- ],
- [
- 3654,
- 2,
- 17,
- 6,
- 0.22801,
- "_ILMVGLDAAGK_"
- ],
- [
- 27023,
- 2,
- 14,
- 5,
- 0.18529,
- "_FSGGYPALMDCMNK_"
- ],
- [
- 45173,
- 2,
- 18,
- 6,
- 0.24227,
- "_AASADSTTEGTPADGFTVLSTK_"
- ],
- [
- 1170,
- 2,
- 15,
- 4,
- 0.19953,
- "_VVFVFGPDK_"
- ],
- [
- 17307,
- 2,
- 19,
- 5,
- 0.25653,
- "_TLEEDEEELFK_"
- ],
- [
- 3382,
- 2,
- 14,
- 4,
- 0.18529,
- "_EFLLSMANR_"
- ],
- [
- 22456,
- 2,
- 19,
- 7,
- 0.25653,
- "_DTVDPVQDEMLAR_"
- ],
- [
- 6931,
- 2,
- 15,
- 5,
- 0.19953,
- "_FLSAIVSSVDK_"
- ],
- [
- 45776,
- 2,
- 20,
- 7,
- 0.27077,
- "_IGGDAATTVNNSTPDFGFGGQK_"
- ],
- [
- 16791,
- 3,
- 13,
- 3,
- 0.17102,
- "_AFTDNAVAFDTGFCHVER_"
- ],
- [
- 38624,
- 2,
- 22,
- 6,
- 0.29925,
- "_ETAPGDISPYTIPEEDR_"
- ],
- [
- 17990,
- 3,
- 20,
- 5,
- 0.27077,
- "_HFIMQVVCEATQCPDTR_"
- ],
- [
- 1945,
- 2,
- 20,
- 3,
- 0.27077,
- "_SGVAITFLTK_"
- ],
- [
- 39079,
- 2,
- 16,
- 6,
- 0.21377,
- "_AQTLPTSVVTITSESSPGK_"
- ],
- [
- 14300,
- 2,
- 23,
- 3,
- 0.3135,
- "_VLATAFDTTLGGR_"
- ],
- [
- 44380,
- 2,
- 23,
- 8,
- 0.3135,
- "_HFIMQVVCEATQCPDTR_"
- ],
- [
- 4327,
- 2,
- 13,
- 3,
- 0.17103,
- "_VDLFNDLNR_"
- ],
- [
- 33836,
- 2,
- 16,
- 6,
- 0.21377,
- "_SMEMLVEHQAHDILT_"
- ],
- [
- 21097,
- 3,
- 14,
- 6,
- 0.18527,
- "_FTASAGIQVVGDDLTVTNPKR_"
- ],
- [
- 37881,
- 2,
- 25,
- 4,
- 0.34199,
- "_QNVAYEYLCHLEEAK_"
- ],
- [
- 20531,
- 2,
- 22,
- 7,
- 0.29926,
- "_VAGMDVELTVEER_"
- ],
- [
- 25743,
- 2,
- 17,
- 3,
- 0.22802,
- "_SANSELGGIWSVGQR_"
- ],
- [
- 17235,
- 2,
- 21,
- 6,
- 0.28502,
- "_VSFELFADKVPK_"
- ],
- [
- 22954,
- 3,
- 18,
- 8,
- 0.24226,
- "_IFCCHGGLSPDLQSMEQIR_"
- ],
- [
- 20591,
- 2,
- 11,
- 2,
- 0.14254,
- "_AVANESGLNFISVK_"
- ],
- [
- 4671,
- 4,
- 13,
- 5,
- 0.17103,
- "_VSIVNHLEFLRDEELEER_"
- ],
- [
- 14350,
- 2,
- 18,
- 5,
- 0.24226,
- "_AIPNQGEILVIR_"
- ],
- [
- 19754,
- 2,
- 11,
- 5,
- 0.14254,
- "_SLIIDEGEDDLGR_"
- ],
- [
- 41319,
- 2,
- 10,
- 6,
- 0.12829,
- "_FQQLVHQMTELCWEK_"
- ],
- [
- 13212,
- 3,
- 12,
- 4,
- 0.15678,
- "_QSHLLLQSSIPDQQLLK_"
- ],
- [
- 1127,
- 2,
- 21,
- 3,
- 0.28502,
- "_ILELDQFK_"
- ],
- [
- 33109,
- 2,
- 12,
- 6,
- 0.15678,
- "_ESVDGQWVCISDVNK_"
- ],
- [
- 4527,
- 4,
- 20,
- 8,
- 0.27078,
- "_LVNACLAEELPHIHAFEQK_"
- ],
- [
- 38455,
- 2,
- 10,
- 3,
- 0.12829,
- "_LLSDLCGTVM(Oxidation (M))STTDVEK_"
- ],
- [
- 40740,
- 2,
- 13,
- 2,
- 0.17103,
- "_AVQEDEVGVPGSNSADLLR_"
- ],
- [
- 24382,
- 2,
- 9,
- 4,
- 0.11404,
- "_QIMENAEINNIIK_"
- ],
- [
- 10118,
- 4,
- 13,
- 8,
- 0.17103,
- "_MIMDTAGNDPYCFVEFHEHR_"
- ],
- [
- 50797,
- 2,
- 16,
- 5,
- 0.21377,
- "_LELTNETSENPTQSPWCSQYR_"
- ],
- [
- 33856,
- 2,
- 15,
- 6,
- 0.19954,
- "_GDVVLQSDHVIETLTK_"
- ],
- [
- 10004,
- 2,
- 9,
- 2,
- 0.11404,
- "_NLSLEELQMR_"
- ],
- [
- 11794,
- 2,
- 15,
- 4,
- 0.19954,
- "_HLELLVEYVR_"
- ],
- [
- 39416,
- 4,
- 14,
- 7,
- 0.18527,
- "_INNAHTIGCNAVSWAPAVVPGSLIDHPSGQKPNYIK_"
- ],
- [
- 28529,
- 2,
- 8,
- 4,
- 0.099735,
- "_GDEEVISTLHYFSK_"
- ],
- [
- 39060,
- 2,
- 15,
- 3,
- 0.19954,
- "_NLSACGGFEVCDDMVTK_"
- ],
- [
- 19379,
- 2,
- 15,
- 6,
- 0.19954,
- "_LQLCYQLTTVGK_"
- ],
- [
- 15611,
- 3,
- 8,
- 4,
- 0.099735,
- "_IVVEHIIMKPACPLFVR_"
- ],
- [
- 17113,
- 2,
- 14,
- 5,
- 0.18527,
- "_GSTLDLSDLEAEK_"
- ],
- [
- 19142,
- 2,
- 8,
- 2,
- 0.099735,
- "_WGTLLAVGCNDGR_"
- ],
- [
- 1479,
- 2,
- 9,
- 2,
- 0.11404,
- "_ELAFLEAAR_"
- ],
- [
- 8449,
- 4,
- 13,
- 4,
- 0.17103,
- "_VPNACLFTINKEDHTLGNIIK_"
- ],
- [
- 40201,
- 2,
- 14,
- 4,
- 0.18527,
- "_NPSTSLGPTLEPEEVVNR_"
- ],
- [
- 44556,
- 2,
- 14,
- 5,
- 0.18527,
- "_QLASEDISHITPTQGFNIK_"
- ],
- [
- 8656,
- 3,
- 9,
- 4,
- 0.11404,
- "_LGTQEYLQQLESHMK_"
- ],
- [
- 48094,
- 2,
- 10,
- 5,
- 0.12829,
- "_GAHGIIVVYDVTDQESYANVK_"
- ],
- [
- 447,
- 2,
- 8,
- 2,
- 0.099735,
- "_GLLLPPPMK_"
- ],
- [
- 7221,
- 2,
- 14,
- 4,
- 0.18527,
- "_EAPASVVPFVR_"
- ],
- [
- 8876,
- 3,
- 13,
- 6,
- 0.17103,
- "_TDLEKDIISDTSGDFR_"
- ],
- [
- 14826,
- 2,
- 16,
- 3,
- 0.21377,
- "_SFENSLGINVPR_"
- ],
- [
- 50664,
- 2,
- 11,
- 7,
- 0.14254,
- "_ILLVDSPGMGNADDEQQEEGTSSK_"
- ],
- [
- 47291,
- 2,
- 24,
- 6,
- 0.32775,
- "_YTPSGQAGAAASESLFVSNHAY_"
- ],
- [
- 34771,
- 3,
- 21,
- 8,
- 0.28503,
- "_NLHYFNSDSFASHPNYPYSDEY_"
- ],
- [
- 41084,
- 2,
- 15,
- 5,
- 0.19952,
- "_SQDLESVQEVGGSYWQR_"
- ],
- [
- 29978,
- 2,
- 12,
- 5,
- 0.15679,
- "_EEFGAEPELAVSAPGR_"
- ],
- [
- 32408,
- 2,
- 9,
- 6,
- 0.11399,
- "_EEISATQIIVCTPEK_"
- ],
- [
- 7543,
- 4,
- 13,
- 5,
- 0.17103,
- "_KLVGFISAIPANIHIYDTEKK_"
- ],
- [
- 32957,
- 2,
- 12,
- 4,
- 0.15679,
- "_SCQAMFQQINDSFR_"
- ],
- [
- 36675,
- 2,
- 12,
- 2,
- 0.15679,
- "_KTQEQLALEMAELTAR_"
- ],
- [
- 11465,
- 3,
- 13,
- 6,
- 0.17103,
- "_AVACDCLLQEHFYLR_"
- ],
- [
- 35502,
- 4,
- 9,
- 7,
- 0.11399,
- "_GIELAVRPHSAPEYEDETMTVYQIPIHSEQR_"
- ],
- [
- 25079,
- 2,
- 13,
- 3,
- 0.17103,
- "_EAFVHVVTLEDMR_"
- ],
- [
- 14322,
- 2,
- 12,
- 5,
- 0.15679,
- "_QAEMLDDLMEK_"
- ],
- [
- 28021,
- 2,
- 10,
- 3,
- 0.12829,
- "_NLAFHTLSQEVLLK_"
- ],
- [
- 38314,
- 2,
- 21,
- 3,
- 0.28503,
- "_HANTLITAVHDSFVAVGK_"
- ],
- [
- 21651,
- 2,
- 13,
- 4,
- 0.17103,
- "_DGFYEAELCPDR_"
- ],
- [
- 35095,
- 2,
- 13,
- 4,
- 0.17103,
- "_DPGGITAGSTDEPPMLTK_"
- ],
- [
- 11492,
- 3,
- 13,
- 7,
- 0.17103,
- "_GESDDFHMDFDSAVAPR_"
- ],
- [
- 19013,
- 2,
- 20,
- 5,
- 0.27077,
- "_AVEDIHGLFSLSK_"
- ],
- [
- 26426,
- 2,
- 7,
- 3,
- 0.085496,
- "_RPFIEQVGLVYVR_"
- ],
- [
- 39607,
- 2,
- 15,
- 2,
- 0.19952,
- "_TELEDTLDSTAAQQELR_"
- ],
- [
- 39154,
- 2,
- 17,
- 7,
- 0.22803,
- "_AMADPEVQQIMSDPAM(Oxidation (M))R_"
- ],
- [
- 39512,
- 2,
- 17,
- 7,
- 0.22803,
- "_LEASETESFGNEIYTVK_"
- ],
- [
- 3071,
- 2,
- 18,
- 5,
- 0.24227,
- "_LLLIGDSGVGK_"
- ],
- [
- 35957,
- 3,
- 9,
- 6,
- 0.11399,
- "_LQLLEEKTDEDEKTILNLENSNK_"
- ],
- [
- 36399,
- 2,
- 18,
- 5,
- 0.24227,
- "_LGIQGSYFCSQECFK_"
- ],
- [
- 2176,
- 3,
- 18,
- 6,
- 0.24227,
- "_TDDCHPWVLPVVK_"
- ],
- [
- 7598,
- 3,
- 14,
- 5,
- 0.18528,
- "_KAEPMQWASLELPAAK_"
- ],
- [
- 6563,
- 3,
- 19,
- 5,
- 0.25651,
- "_YGQLIEINSHSLFSK_"
- ],
- [
- 16383,
- 2,
- 14,
- 4,
- 0.18528,
- "_SWEEQMIEVGR_"
- ],
- [
- 155,
- 2,
- 14,
- 2,
- 0.18528,
- "_LWDELMK_"
- ],
- [
- 41977,
- 2,
- 9,
- 2,
- 0.11399,
- "_TLLDQHGQYPIWMNQR_"
- ],
- [
- 31772,
- 3,
- 14,
- 6,
- 0.18528,
- "_IPQQNSESAMAKPQVVVAPVLMSK_"
- ],
- [
- 30548,
- 2,
- 11,
- 5,
- 0.14254,
- "_AHFNLDESGVLSLDR_"
- ],
- [
- 27454,
- 2,
- 16,
- 5,
- 0.21379,
- "_FHQLDIDDLQSIR_"
- ],
- [
- 33814,
- 2,
- 8,
- 3,
- 0.099751,
- "_HNADDIVATGLAVESIK_"
- ],
- [
- 28962,
- 2,
- 16,
- 5,
- 0.21379,
- "_TQMLDQEELLASTR_"
- ],
- [
- 39969,
- 2,
- 19,
- 6,
- 0.25651,
- "_YFQINQDEEEEEDED_"
- ],
- [
- 34911,
- 2,
- 13,
- 5,
- 0.17103,
- "_EISFAYEVLSNPEKR_"
- ],
- [
- 32528,
- 2,
- 20,
- 6,
- 0.27077,
- "_RYTLNVLEDLGDGQK_"
- ],
- [
- 35731,
- 2,
- 8,
- 5,
- 0.099751,
- "_LGTQEYLQQLESHMK_"
- ],
- [
- 36849,
- 2,
- 20,
- 3,
- 0.27077,
- "_LPAVSSVACGASVGYAVTK_"
- ],
- [
- 27534,
- 3,
- 11,
- 5,
- 0.14254,
- "_LHDELWYNDPGQMNDGPLCK_"
- ],
- [
- 20639,
- 3,
- 14,
- 4,
- 0.18528,
- "_AAFGISDSYVDGSSFDPQRR_"
- ],
- [
- 6637,
- 3,
- 11,
- 4,
- 0.14254,
- "_MNAEFIMLNHFSQR_"
- ],
- [
- 2976,
- 2,
- 11,
- 4,
- 0.14254,
- "_FLADDFDVK_"
- ],
- [
- 8057,
- 2,
- 10,
- 4,
- 0.12823,
- "_GDYDAFFEAR_"
- ],
- [
- 18011,
- 2,
- 11,
- 4,
- 0.14254,
- "_DQEWYDAEIAR_"
- ],
- [
- 41903,
- 2,
- 9,
- 3,
- 0.114,
- "_SECQDMSLSSPTSVLGGSR_"
- ],
- [
- 19895,
- 2,
- 10,
- 2,
- 0.12823,
- "_ALLLTGDFSQAGNK_"
- ],
- [
- 832,
- 2,
- 10,
- 4,
- 0.12823,
- "_LSNIFVIGK_"
- ],
- [
- 29188,
- 2,
- 8,
- 4,
- 0.12823,
- "_EEEVDCLVLQLHR_"
- ],
- [
- 42054,
- 2,
- 8,
- 5,
- 0.099743,
- "_GWLQSSDHGQTSSLWWK_"
- ],
- [
- 36876,
- 2,
- 12,
- 5,
- 0.15679,
- "_FMADIDLDPGCTLNKK_"
- ],
- [
- 3850,
- 2,
- 13,
- 4,
- 0.17104,
- "_FMEVEVAIR_"
- ],
- [
- 9643,
- 3,
- 12,
- 5,
- 0.15679,
- "_FMADIDLDPGCTLNKK_"
- ],
- [
- 21300,
- 3,
- 11,
- 5,
- 0.14254,
- "_LAQAHPAGPPTLDPVNDLQLK_"
- ],
- [
- 40512,
- 2,
- 15,
- 5,
- 0.19953,
- "_QSHLLLQSSIPDQQLLK_"
- ],
- [
- 7397,
- 2,
- 15,
- 4,
- 0.19953,
- "_DFEQPLAISR_"
- ],
- [
- 14692,
- 3,
- 15,
- 4,
- 0.19953,
- "_EDLMGLAIGTHGANIQQAR_"
- ],
- [
- 35793,
- 2,
- 17,
- 5,
- 0.22804,
- "_GIGMNEPLVDCEGYPR_"
- ],
- [
- 29935,
- 3,
- 14,
- 3,
- 0.18528,
- "_LKDLNSQADSLMTSSAFDTSQVK_"
- ],
- [
- 13652,
- 2,
- 16,
- 2,
- 0.21377,
- "_LNELESDLTFK_"
- ],
- [
- 18533,
- 3,
- 15,
- 6,
- 0.19953,
- "_EVLGSGMQYHLQSNEFLR_"
- ],
- [
- 15354,
- 2,
- 17,
- 4,
- 0.22804,
- "_GFDILGIKPVQR_"
- ],
- [
- 22062,
- 3,
- 20,
- 6,
- 0.27076,
- "_LVNACLAEELPHIHAFEQK_"
- ],
- [
- 49394,
- 2,
- 16,
- 3,
- 0.21377,
- "_MANGLIMNCCEQCGEYLPSK_"
- ],
- [
- 13481,
- 3,
- 18,
- 5,
- 0.24227,
- "_GYDELVPHQISVVSEER_"
- ],
- [
- 37124,
- 3,
- 21,
- 8,
- 0.28502,
- "_AYHEQLSVAEITNACFEPANQM(Oxidation (M))VK_"
- ],
- [
- 7944,
- 2,
- 15,
- 5,
- 0.19953,
- "_IIVACIETLR_"
- ],
- [
- 38833,
- 2,
- 14,
- 4,
- 0.18528,
- "_GESDDFHMDFDSAVAPR_"
- ],
- [
- 22107,
- 2,
- 14,
- 3,
- 0.18528,
- "_EYELLSDELNQK_"
- ],
- [
- 22502,
- 4,
- 14,
- 5,
- 0.18528,
- "_HAEQQASRPPPPNSVIHLPFIIVNTSK_"
- ],
- [
- 16174,
- 2,
- 14,
- 4,
- 0.18528,
- "_EICLGIPDEASR_"
- ],
- [
- 24618,
- 2,
- 18,
- 4,
- 0.24228,
- "_IEILAPPNGSVPGDR_"
- ],
- [
- 2618,
- 2,
- 13,
- 4,
- 0.17102,
- "_ESLEALLQR_"
- ],
- [
- 13386,
- 3,
- 16,
- 3,
- 0.21376,
- "_ADNIEVFAQGHGIIQVDK_"
- ],
- [
- 40943,
- 2,
- 13,
- 5,
- 0.17102,
- "_NCASPSSAGQLILPECMK_"
- ],
- [
- 5236,
- 2,
- 15,
- 4,
- 0.19952,
- "_WTGMIIGPPR_"
- ],
- [
- 34539,
- 2,
- 13,
- 4,
- 0.17102,
- "_SVTDSIRDEYAFLQK_"
- ],
- [
- 2383,
- 3,
- 11,
- 4,
- 0.14247,
- "_RPFIEQVGLVYVR_"
- ],
- [
- 41828,
- 2,
- 13,
- 6,
- 0.17102,
- "_EDLMGLAIGTHGANIQQAR_"
- ],
- [
- 7850,
- 2,
- 12,
- 2,
- 0.15678,
- "_ALEEAGTILLR_"
- ],
- [
- 50908,
- 2,
- 11,
- 8,
- 0.14247,
- "_NASNPLAHYDTTADEILQQCDGK_"
- ],
- [
- 47238,
- 2,
- 11,
- 4,
- 0.14247,
- "_ALHNLAQQAPEFSATQVFPR_"
- ],
- [
- 17511,
- 3,
- 15,
- 5,
- 0.19952,
- "_ECLQALEFLHANQVIHR_"
- ],
- [
- 1273,
- 4,
- 13,
- 5,
- 0.17102,
- "_IVVEHIIMKPACPLFVR_"
- ],
- [
- 30517,
- 2,
- 13,
- 4,
- 0.17102,
- "_LLSLGAQANFFHPEK_"
- ],
- [
- 8325,
- 2,
- 12,
- 5,
- 0.15678,
- "_NDSWGSFDLR_"
- ],
- [
- 45968,
- 2,
- 13,
- 6,
- 0.17102,
- "_GFESPSDNSSAMLLQWHEK_"
- ],
- [
- 28835,
- 2,
- 7,
- 3,
- 0.085475,
- "_QVICVYTDDFTDR_"
- ],
- [
- 24120,
- 3,
- 14,
- 5,
- 0.18527,
- "_SGFARPGDVEFEDFSQPMNR_"
- ],
- [
- 36066,
- 2,
- 8,
- 4,
- 0.099723,
- "_NYLDVYPYDHWSDK_"
- ],
- [
- 1578,
- 2,
- 15,
- 5,
- 0.19952,
- "_LEMYNILK_"
- ],
- [
- 38886,
- 2,
- 9,
- 4,
- 0.11398,
- "_AIVSGGGGTIVAQPVQTLTK_"
- ],
- [
- 26247,
- 3,
- 14,
- 5,
- 0.18527,
- "_ICEEQEQALQEMGLHLSQSK_"
- ],
- [
- 16913,
- 4,
- 14,
- 4,
- 0.18527,
- "_TPDLPEEEYVKEEIQENEEAVKK_"
- ],
- [
- 20011,
- 2,
- 9,
- 2,
- 0.11398,
- "_SVYENDVLEQLK_"
- ],
- [
- 27310,
- 3,
- 12,
- 6,
- 0.15678,
- "_NGNHVANSPVSIMVVQSEIGDAR_"
- ],
- [
- 27370,
- 2,
- 7,
- 3,
- 0.085475,
- "_VLASTISTTSTIEFK_"
- ],
- [
- 38021,
- 4,
- 24,
- 9,
- 0.32775,
- "_VISHAISEHVEDAGVHSGDATLMLPTQTISQGAIEK_"
- ],
- [
- 15366,
- 3,
- 12,
- 7,
- 0.15678,
- "_RPTELLSNPQFIVDGATR_"
- ],
- [
- 36558,
- 2,
- 15,
- 7,
- 0.19952,
- "_SFENDAQSSDNINFLK_"
- ],
- [
- 38805,
- 2,
- 16,
- 5,
- 0.21376,
- "_AVACDCLLQEHFYLR_"
- ],
- [
- 33581,
- 2,
- 16,
- 3,
- 0.21376,
- "_SGTNCLENVVILNGEK_"
- ],
- [
- 2454,
- 2,
- 7,
- 3,
- 0.085475,
- "_LQDVFEFR_"
- ],
- [
- 5539,
- 2,
- 12,
- 4,
- 0.15678,
- "_EGETMILTLK_"
- ],
- [
- 2740,
- 2,
- 15,
- 3,
- 0.19952,
- "_TVYVELLPK_"
- ],
- [
- 8035,
- 2,
- 10,
- 4,
- 0.12823,
- "_VEGGTPLFTLR_"
- ],
- [
- 21819,
- 2,
- 16,
- 5,
- 0.21376,
- "_(Acetyl (Protein N-term))ASASYHISNLLEK_"
- ],
- [
- 43806,
- 2,
- 10,
- 3,
- 0.12823,
- "_QLYVEFEGEQGVDEGGVSK_"
- ],
- [
- 5321,
- 3,
- 13,
- 2,
- 0.17101,
- "_FSFSPEPTLEDIRR_"
- ],
- [
- 5866,
- 3,
- 18,
- 6,
- 0.24224,
- "_FLVYVANFDEKDPR_"
- ],
- [
- 32959,
- 3,
- 15,
- 5,
- 0.19951,
- "_VLEDEEGSKDIELSDDPYDCIR_"
- ],
- [
- 35410,
- 3,
- 12,
- 5,
- 0.15671,
- "_SSSQYIESFWQSSQSQNFTAHDK_"
- ],
- [
- 42349,
- 2,
- 13,
- 5,
- 0.17101,
- "_RPTELLSNPQFIVDGATR_"
- ],
- [
- 2010,
- 4,
- 10,
- 4,
- 0.12822,
- "_QSMTLNLADPVGSLKPHLR_"
- ],
- [
- 41243,
- 2,
- 11,
- 4,
- 0.14247,
- "_TLEGEFSVTMWSSDEKK_"
- ],
- [
- 48028,
- 2,
- 23,
- 6,
- 0.31349,
- "_NCGCLGASPNLEQLQEENLK_"
- ],
- [
- 14211,
- 2,
- 11,
- 5,
- 0.14247,
- "_LPTVPLSGMYNK_"
- ],
- [
- 49348,
- 2,
- 11,
- 6,
- 0.14247,
- "_DKLNINPEDGMADYSDPSYVK_"
- ],
- [
- 3286,
- 2,
- 11,
- 3,
- 0.14247,
- "_LVDYLEGIR_"
- ],
- [
- 12934,
- 2,
- 11,
- 5,
- 0.14247,
- "_FNLMAIVSDRK_"
- ],
- [
- 5696,
- 3,
- 13,
- 5,
- 0.17101,
- "_CSIHLQLQGLVDPAR_"
- ],
- [
- 26618,
- 3,
- 11,
- 6,
- 0.14247,
- "_DKLNINPEDGMADYSDPSYVK_"
- ],
- [
- 33198,
- 2,
- 12,
- 5,
- 0.15671,
- "_MNAEFIMLNHFSQR_"
- ],
- [
- 25519,
- 2,
- 12,
- 5,
- 0.15671,
- "_ALQLEVDRLEELK_"
- ],
- [
- 31977,
- 3,
- 12,
- 4,
- 0.15671,
- "_NASNPLAHYDTTADEILQQCDGK_"
- ],
- [
- 6732,
- 3,
- 19,
- 3,
- 0.25651,
- "_LSFQHDPETSVLVLR_"
- ],
- [
- 33444,
- 2,
- 12,
- 3,
- 0.15671,
- "_EQSMSSVGFCVINSAK_"
- ],
- [
- 34118,
- 2,
- 12,
- 5,
- 0.15671,
- "_IQEGVFDINNEANGIK_"
- ],
- [
- 25879,
- 2,
- 18,
- 2,
- 0.24224,
- "_EPSPPIDEVINTPR_"
- ],
- [
- 33417,
- 2,
- 8,
- 4,
- 0.099712,
- "_VAAATAAAGAGPAMAVWTR_"
- ],
- [
- 15112,
- 2,
- 13,
- 3,
- 0.17101,
- "_VPEESVLPLVQK_"
- ],
- [
- 48034,
- 2,
- 9,
- 3,
- 0.11396,
- "_KIVSWLEYESSFSNEEAQK_"
- ],
- [
- 6461,
- 3,
- 13,
- 6,
- 0.17101,
- "_VSLLGPVTTPEHQLLK_"
- ],
- [
- 17743,
- 4,
- 14,
- 5,
- 0.18526,
- "_FTGTNIAPDEHVQPQLMFDYDGKR_"
- ],
- [
- 43834,
- 2,
- 14,
- 5,
- 0.18526,
- "_ASMSEFLESEDGEVEQQR_"
- ],
- [
- 13783,
- 2,
- 14,
- 3,
- 0.18526,
- "_EMFIMVQEER_"
- ],
- [
- 32305,
- 3,
- 16,
- 8,
- 0.21375,
- "_VMPFSTACNTPLSNFESHQNYK_"
- ],
- [
- 2412,
- 4,
- 17,
- 3,
- 0.228,
- "_TPLHMAASEGHASIVEVLLK_"
- ],
- [
- 12147,
- 3,
- 5,
- 2,
- 0.056973,
- "_ESEGALNEHMTSLASVLK_"
- ],
- [
- 1325,
- 3,
- 15,
- 6,
- 0.19951,
- "_LLHIVGYGDFQMK_"
- ],
- [
- 3921,
- 3,
- 14,
- 3,
- 0.18526,
- "_DSTFLSTLEHHLSR_"
- ],
- [
- 41518,
- 2,
- 17,
- 6,
- 0.228,
- "_SWMEGLTLQDYSEHCK_"
- ],
- [
- 16990,
- 3,
- 17,
- 4,
- 0.228,
- "_LIANMPESGPSYEFHLTR_"
- ],
- [
- 20248,
- 3,
- 14,
- 6,
- 0.18526,
- "_GFESPSDNSSAMLLQWHEK_"
- ],
- [
- 49929,
- 2,
- 14,
- 5,
- 0.18526,
- "_VGQGYVYEAAQPEQDEYDIPR_"
- ],
- [
- 10200,
- 3,
- 15,
- 4,
- 0.19951,
- "_FGHEFLEFEFRPDGK_"
- ],
- [
- 8260,
- 2,
- 16,
- 3,
- 0.21375,
- "_IACLDFSLQK_"
- ],
- [
- 26439,
- 4,
- 16,
- 6,
- 0.21375,
- "_TDQVPEINDWTHCVETSQSQSHTLAIR_"
- ],
- [
- 14033,
- 3,
- 12,
- 5,
- 0.15673,
- "_TLEGEFSVTMWSSDEKK_"
- ],
- [
- 30244,
- 2,
- 9,
- 6,
- 0.11397,
- "_DIMEDTIEDKLDTK_"
- ],
- [
- 10068,
- 4,
- 17,
- 7,
- 0.22801,
- "_TGFINLDKPSNPSSHEVVAWIR_"
- ],
- [
- 43014,
- 2,
- 16,
- 5,
- 0.21377,
- "_AVQLYQQTANVFENEER_"
- ],
- [
- 25342,
- 2,
- 14,
- 6,
- 0.18527,
- "_GLEVTAYSPLGSSDR_"
- ],
- [
- 46443,
- 2,
- 10,
- 5,
- 0.12822,
- "_VVIVDPETGKEMSVYEAYR_"
- ],
- [
- 16276,
- 2,
- 12,
- 3,
- 0.15673,
- "_MLDNFDCFGDK_"
- ],
- [
- 48740,
- 2,
- 8,
- 4,
- 0.099713,
- "_LEDLLQDAQDEKEQLNEYK_"
- ],
- [
- 6899,
- 3,
- 9,
- 4,
- 0.11397,
- "_DQFGFINYEVGDSKK_"
- ],
- [
- 32743,
- 2,
- 9,
- 4,
- 0.11397,
- "_ELEPEAAEEALENGPK_"
- ],
- [
- 33695,
- 2,
- 11,
- 4,
- 0.14247,
- "_TSIDSIDSGVELTTSPK_"
- ],
- [
- 29497,
- 2,
- 7,
- 2,
- 0.085476,
- "_AEDDAYTTFISETGK_"
- ],
- [
- 44674,
- 2,
- 14,
- 5,
- 0.18527,
- "_GGINLTATCPQSELDAETVK_"
- ],
- [
- 20441,
- 2,
- 15,
- 5,
- 0.19952,
- "_QLLTLSSELSQAR_"
- ],
- [
- 49807,
- 2,
- 10,
- 5,
- 0.12822,
- "_PLFPHVLCHNCAVEFNFGQK_"
- ],
- [
- 4666,
- 3,
- 12,
- 5,
- 0.15673,
- "_LLKPSLAVNLADPYR_"
- ],
- [
- 18762,
- 2,
- 12,
- 3,
- 0.15673,
- "_GAVDAAVPTNIIAAK_"
- ],
- [
- 39824,
- 2,
- 14,
- 4,
- 0.18527,
- "_IQTNNNPFQVPIEEQR_"
- ],
- [
- 1279,
- 2,
- 13,
- 3,
- 0.17096,
- "_LNVLANVIR_"
- ],
- [
- 22982,
- 2,
- 6,
- 2,
- 0.071229,
- "_IVESDVGDSFYIR_"
- ],
- [
- 36966,
- 3,
- 21,
- 6,
- 0.285,
- "_FACNGTVIEHPEYGEVIQLQGDQR_"
- ],
- [
- 25973,
- 4,
- 12,
- 4,
- 0.15673,
- "_GAMAATYSALNSSKPTPQLKPIESSILAQR_"
- ],
- [
- 24708,
- 3,
- 8,
- 4,
- 0.099713,
- "_LQMTDGHISCTAVEFSYMSK_"
- ],
- [
- 33579,
- 2,
- 12,
- 3,
- 0.15673,
- "_DQFGFINYEVGDSKK_"
- ],
- [
- 22862,
- 3,
- 9,
- 4,
- 0.11397,
- "_YTAQLLSGLDYLHSNSVVHK_"
- ],
- [
- 37923,
- 2,
- 14,
- 5,
- 0.18527,
- "_EVPNTVHQFQLDITVK_"
- ],
- [
- 17139,
- 3,
- 28,
- 8,
- 0.38472,
- "_HLNEIDLFHCIDPNDSK_"
- ],
- [
- 2180,
- 3,
- 11,
- 3,
- 0.14247,
- "_PLFINKPLIVVANK_"
- ],
- [
- 17220,
- 2,
- 7,
- 4,
- 0.085476,
- "_NIQFEAFHVFK_"
- ],
- [
- 1730,
- 2,
- 13,
- 5,
- 0.17096,
- "_TIPWLEDR_"
- ],
- [
- 20028,
- 4,
- 11,
- 5,
- 0.14247,
- "_SNEHDDCQVTNPSTGHLFDLSSLSGR_"
- ],
- [
- 4224,
- 2,
- 14,
- 5,
- 0.18527,
- "_ILLLNEMEK_"
- ],
- [
- 5593,
- 3,
- 7,
- 2,
- 0.085476,
- "_WAGKPFELSPLVCAK_"
- ],
- [
- 14127,
- 3,
- 18,
- 6,
- 0.24226,
- "_FQQLVHQMTELCWEK_"
- ],
- [
- 23890,
- 3,
- 18,
- 5,
- 0.24226,
- "_GAHGIIVVYDVTDQESYANVK_"
- ],
- [
- 2525,
- 2,
- 11,
- 2,
- 0.14246,
- "_WLPAVIAASK_"
- ],
- [
- 43723,
- 2,
- 23,
- 5,
- 0.31349,
- "_HLNEIDLFHCIDPNDSK_"
- ],
- [
- 367,
- 3,
- 12,
- 5,
- 0.15672,
- "_LVSGWVKPIIIGR_"
- ],
- [
- 48819,
- 2,
- 16,
- 6,
- 0.21377,
- "_SGTAETEPVEQDSSQPSLPLVR_"
- ],
- [
- 36375,
- 2,
- 9,
- 2,
- 0.11396,
- "_SGLQLSLEQGTGENSFR_"
- ],
- [
- 47103,
- 4,
- 10,
- 8,
- 0.12822,
- "_DIGCDQHTSCPVGQTCCPSLGGSWACCQLPHAVCCEDR_"
- ],
- [
- 29097,
- 2,
- 11,
- 6,
- 0.14246,
- "_IFANTPDSGCVLGMR_"
- ],
- [
- 43875,
- 2,
- 12,
- 5,
- 0.15672,
- "_VAALAASPASVAVDSGSELNSR_"
- ],
- [
- 41333,
- 3,
- 17,
- 4,
- 0.22801,
- "_QQLAGCQEAVNLLQQQHDQWEEEGK_"
- ],
- [
- 24373,
- 2,
- 9,
- 6,
- 0.11396,
- "_GDINVLLCGDPGTAK_"
- ],
- [
- 33321,
- 2,
- 10,
- 5,
- 0.12822,
- "_EINNPESVYYWAQK_"
- ],
- [
- 18289,
- 2,
- 23,
- 6,
- 0.31349,
- "_QICVVMLESPPK_"
- ],
- [
- 43121,
- 3,
- 9,
- 5,
- 0.11396,
- "_QQHEQLNEAAQGILTGPGDVSLSTSQVQK_"
- ],
- [
- 34443,
- 4,
- 13,
- 8,
- 0.17097,
- "_VESVEPSENEASKELEPEMEFEIEPDKECK_"
- ],
- [
- 49864,
- 3,
- 10,
- 4,
- 0.12822,
- "_RPQFSPTGDCQAEAAAAANGTGGEEDDGPAAELLEK_"
- ],
- [
- 13909,
- 2,
- 13,
- 2,
- 0.17097,
- "_LALLQEQWAGGK_"
- ],
- [
- 34719,
- 2,
- 9,
- 3,
- 0.11396,
- "_TLSQWIAENQDSLGSK_"
- ],
- [
- 28218,
- 2,
- 12,
- 4,
- 0.15672,
- "_SSWLEEDDDPVVAR_"
- ],
- [
- 37435,
- 3,
- 18,
- 7,
- 0.24226,
- "_AYHEQLTVAEITNACFEPANQM(Oxidation (M))VK_"
- ],
- [
- 38195,
- 2,
- 17,
- 5,
- 0.22801,
- "_TYSILCSEEYTIQNR_"
- ],
- [
- 24148,
- 2,
- 18,
- 5,
- 0.24226,
- "_TYLEEELDKWAK_"
- ],
- [
- 1212,
- 2,
- 10,
- 2,
- 0.12822,
- "_QEFFVALR_"
- ],
- [
- 21202,
- 4,
- 13,
- 6,
- 0.17097,
- "_TWHPEHFFCAQCGAFFGPEGFHEK_"
- ],
- [
- 44258,
- 3,
- 12,
- 6,
- 0.15672,
- "_LLVSCHSDGSYCQWPVSSEAQQPEPLR_"
- ],
- [
- 23146,
- 3,
- 18,
- 4,
- 0.24226,
- "_LGCPGFTLPEVKPNPVEGGASK_"
- ],
- [
- 27357,
- 3,
- 9,
- 5,
- 0.11396,
- "_GAESSGDMDVLLTHPSFTSESTK_"
- ],
- [
- 31807,
- 2,
- 13,
- 4,
- 0.17097,
- "_ESADGLQGETQLLVSR_"
- ],
- [
- 9509,
- 3,
- 14,
- 2,
- 0.18521,
- "_ALPLPHFDTINLPEKK_"
- ],
- [
- 48098,
- 2,
- 14,
- 5,
- 0.18521,
- "_INSQLVAQQVAQQYATPPPPK_"
- ],
- [
- 32206,
- 2,
- 20,
- 6,
- 0.27075,
- "_FLVYVANFDEKDPR_"
- ],
- [
- 37473,
- 2,
- 7,
- 4,
- 0.085476,
- "_SKMDVAQSELDIYLSR_"
- ],
- [
- 42601,
- 2,
- 14,
- 2,
- 0.18521,
- "_CELLYEGPPDDEAAM(Oxidation (M))GIK_"
- ],
- [
- 42608,
- 2,
- 9,
- 2,
- 0.11396,
- "_DTQAEMIYPPQVPEHLR_"
- ],
- [
- 20750,
- 3,
- 14,
- 4,
- 0.18521,
- "_INVPELPTPDEDNKLEVQK_"
- ],
- [
- 4717,
- 2,
- 14,
- 5,
- 0.18521,
- "_SLLQALNEVK_"
- ],
- [
- 24462,
- 2,
- 8,
- 4,
- 0.099723,
- "_EDALICFEEHIR_"
- ],
- [
- 49621,
- 2,
- 15,
- 5,
- 0.19952,
- "_NGNHVANSPVSIMVVQSEIGDAR_"
- ],
- [
- 24664,
- 2,
- 16,
- 5,
- 0.21377,
- "_SLYDEVAAQGEVVR_"
- ],
- [
- 23061,
- 2,
- 19,
- 7,
- 0.25651,
- "_TTEMETIYDLGTK_"
- ],
- [
- 48216,
- 2,
- 8,
- 5,
- 0.099723,
- "_ILCQVGLQEGPDGENSSLVDR_"
- ],
- [
- 44266,
- 3,
- 15,
- 8,
- 0.19952,
- "_GAMAATYSALNSSKPTPQLKPIESSILAQR_"
- ],
- [
- 11933,
- 2,
- 14,
- 3,
- 0.18521,
- "_FVYVWDTTSR_"
- ],
- [
- 6048,
- 2,
- 14,
- 4,
- 0.18521,
- "_LLEAISSLDGK_"
- ],
- [
- 31045,
- 2,
- 20,
- 9,
- 0.27075,
- "_VYATILNAGTNTDGFK_"
- ],
- [
- 41024,
- 2,
- 21,
- 6,
- 0.28502,
- "_PSSDEGYWDCSVCTFR_"
- ],
- [
- 10963,
- 2,
- 7,
- 2,
- 0.085476,
- "_SIIECVDDFR_"
- ],
- [
- 27688,
- 3,
- 16,
- 6,
- 0.21377,
- "_KGDVVIVLTGWRPGSGFTNTM(Oxidation (M))R_"
- ],
- [
- 49131,
- 2,
- 14,
- 7,
- 0.18521,
- "_ICDQISDAVLDAHLQQDPDAK_"
- ],
- [
- 27137,
- 2,
- 14,
- 5,
- 0.18521,
- "_AFLDALQNQAEASSK_"
- ],
- [
- 36924,
- 3,
- 14,
- 8,
- 0.18521,
- "_VTYNNFSWHASTECFLCSCCSK_"
- ],
- [
- 3631,
- 3,
- 16,
- 6,
- 0.21377,
- "_GSDEPPVFLEIHYK_"
- ],
- [
- 4180,
- 3,
- 20,
- 3,
- 0.27075,
- "_IIPNFYPPLEGHVR_"
- ],
- [
- 13721,
- 3,
- 11,
- 5,
- 0.14246,
- "_RNENQLIIFADDTYPR_"
- ],
- [
- 11056,
- 3,
- 11,
- 6,
- 0.14246,
- "_MAEEHSEFVVGFISGSR_"
- ],
- [
- 23816,
- 2,
- 13,
- 2,
- 0.17097,
- "_TSACGLFSVCYPR_"
- ],
- [
- 21350,
- 3,
- 17,
- 4,
- 0.22801,
- "_NHQEEDLTEFLCANHVLK_"
- ],
- [
- 3029,
- 2,
- 9,
- 3,
- 0.11397,
- "_VLILVVSAEK_"
- ],
- [
- 36268,
- 2,
- 11,
- 3,
- 0.14246,
- "_LNPDLFITGSYDHTVK_"
- ],
- [
- 23758,
- 3,
- 11,
- 2,
- 0.14246,
- "_KIVSWLEYESSFSNEEAQK_"
- ],
- [
- 8571,
- 2,
- 20,
- 6,
- 0.27075,
- "_IQLINNMLDK_"
- ],
- [
- 34413,
- 2,
- 11,
- 2,
- 0.14246,
- "_QAQSMIQQLATYCAR_"
- ],
- [
- 36869,
- 2,
- 13,
- 3,
- 0.17097,
- "_VMVTDFENVPEEDGTR_"
- ],
- [
- 10853,
- 2,
- 14,
- 5,
- 0.18522,
- "_LSFVTVDSNLR_"
- ],
- [
- 11145,
- 2,
- 20,
- 5,
- 0.27075,
- "_IYVGNLPPDIR_"
- ],
- [
- 20966,
- 3,
- 13,
- 6,
- 0.17097,
- "_VVIVDPETGKEMSVYEAYR_"
- ],
- [
- 32028,
- 2,
- 12,
- 4,
- 0.15671,
- "_GLEYLYLSVHDEDR_"
- ],
- [
- 40001,
- 2,
- 13,
- 7,
- 0.17097,
- "_VLESTMVCVDNSEYMR_"
- ],
- [
- 20909,
- 4,
- 13,
- 3,
- 0.17097,
- "_LEQEVSRPIDHDLANWTPAQPLAPGR_"
- ],
- [
- 31005,
- 4,
- 13,
- 7,
- 0.17097,
- "_DFAVLEDHTLAHSLQEQEIEHHLASNVQR_"
- ],
- [
- 48387,
- 2,
- 12,
- 5,
- 0.15671,
- "_(Acetyl (Protein N-term))ASACGAPGPGGALGSQAPSWYHR_"
- ],
- [
- 27015,
- 3,
- 12,
- 6,
- 0.15671,
- "_(Acetyl (Protein N-term))AEAMDLGKDPNGPTHSSTLFVR_"
- ],
- [
- 14564,
- 3,
- 12,
- 5,
- 0.15671,
- "_ASGDSARPVLLQVAESAYR_"
- ],
- [
- 8524,
- 2,
- 18,
- 4,
- 0.24226,
- "_VVISLQLTAEK_"
- ],
- [
- 13880,
- 2,
- 14,
- 4,
- 0.18522,
- "_WDDPYYDIAR_"
- ],
- [
- 15736,
- 3,
- 12,
- 2,
- 0.15671,
- "_SILAMHAQDPQMLDQLSK_"
- ],
- [
- 15605,
- 4,
- 12,
- 7,
- 0.15671,
- "_HGTVASRPPVQIEELIEKPGGIIVR_"
- ],
- [
- 39334,
- 2,
- 12,
- 3,
- 0.15671,
- "_GMLQLLSNCPAETAHLR_"
- ],
- [
- 15794,
- 3,
- 13,
- 4,
- 0.17097,
- "_QREPGLGFSFEFTEQQK_"
- ],
- [
- 18657,
- 3,
- 12,
- 5,
- 0.15671,
- "_LEICNLTPDTLTSDTYKK_"
- ],
- [
- 44429,
- 2,
- 17,
- 7,
- 0.22801,
- "_YSESLLCSNLESATYSNR_"
- ],
- [
- 23283,
- 3,
- 18,
- 6,
- 0.24226,
- "_SFGSAQEFAWAHDSSEYAIR_"
- ],
- [
- 18013,
- 3,
- 14,
- 2,
- 0.18522,
- "_RGTGQSDDSDIWDDTALIK_"
- ],
- [
- 37420,
- 2,
- 14,
- 4,
- 0.18522,
- "_EPQATVVFTTHVPTLGR_"
- ],
- [
- 36597,
- 2,
- 11,
- 2,
- 0.14246,
- "_ANSFTVSSVAAPSWLHR_"
- ],
- [
- 9483,
- 3,
- 15,
- 6,
- 0.19946,
- "_KTQEQLALEMAELTAR_"
- ],
- [
- 41241,
- 3,
- 14,
- 7,
- 0.18522,
- "_SGSSGPETFNVGSMPSPQQQVMVGQMHR_"
- ],
- [
- 14460,
- 2,
- 14,
- 5,
- 0.18522,
- "_AVAVVVDPIQSVK_"
- ],
- [
- 47779,
- 2,
- 14,
- 6,
- 0.18522,
- "_SFGSAQEFAWAHDSSEYAIR_"
- ],
- [
- 14877,
- 3,
- 19,
- 6,
- 0.25651,
- "_TLLDQHGQYPIWMNQR_"
- ],
- [
- 26781,
- 2,
- 7,
- 4,
- 0.08547,
- "_AQFFVEDASTASALK_"
- ],
- [
- 42238,
- 2,
- 11,
- 3,
- 0.14246,
- "_VHYENNSPFLTITSMTR_"
- ],
- [
- 28797,
- 2,
- 15,
- 4,
- 0.19946,
- "_GSDEPPVFLEIHYK_"
- ],
- [
- 36438,
- 2,
- 14,
- 5,
- 0.18522,
- "_LVQAPLDADGDNVLQEK_"
- ],
- [
- 29412,
- 3,
- 19,
- 6,
- 0.25651,
- "_TGFINLDKPSNPSSHEVVAWIR_"
- ],
- [
- 9803,
- 2,
- 10,
- 5,
- 0.12821,
- "_LGALTAEEIALK_"
- ],
- [
- 17115,
- 2,
- 10,
- 4,
- 0.12821,
- "_EEQCILYLGPR_"
- ],
- [
- 5697,
- 3,
- 13,
- 3,
- 0.17097,
- "_SKDIVLVAYSALGSQR_"
- ],
- [
- 2091,
- 2,
- 13,
- 5,
- 0.17097,
- "_FMEQVIFK_"
- ],
- [
- 20817,
- 2,
- 6,
- 2,
- 0.071223,
- "_VMLYQISEEVSR_"
- ],
- [
- 21873,
- 2,
- 10,
- 4,
- 0.12821,
- "_NGSFGVLVATNVAAR_"
- ],
- [
- 23683,
- 2,
- 15,
- 4,
- 0.19946,
- "_TILEEEITPTIQK_"
- ],
- [
- 18049,
- 3,
- 7,
- 3,
- 0.085487,
- "_EQQVQELQQHVQLLMDK_"
- ],
- [
- 29626,
- 2,
- 11,
- 5,
- 0.14247,
- "_LWNLCPDNMEACK_"
- ],
- [
- 30809,
- 3,
- 12,
- 6,
- 0.15673,
- "_KIEEAMDGSETPQLFTVLPEKR_"
- ],
- [
- 11388,
- 4,
- 8,
- 2,
- 0.099734,
- "_SLLENDQLLSHGGQDLSADAFHR_"
- ],
- [
- 9665,
- 2,
- 10,
- 3,
- 0.12823,
- "_QITLNDLPVGR_"
- ],
- [
- 17951,
- 2,
- 10,
- 5,
- 0.12823,
- "_ELSPDIAHLASLK_"
- ],
- [
- 15245,
- 2,
- 9,
- 2,
- 0.11399,
- "_TSFFLGEVGNAAK_"
- ],
- [
- 26939,
- 2,
- 11,
- 4,
- 0.14247,
- "_MYEVVYQIGTETR_"
- ],
- [
- 41749,
- 2,
- 12,
- 3,
- 0.15673,
- "_LFTAIGYSESTHNLTLPK_"
- ],
- [
- 21475,
- 3,
- 13,
- 3,
- 0.17097,
- "_QHKPSIIFIDEVDSLCGSR_"
- ],
- [
- 11466,
- 4,
- 9,
- 6,
- 0.11399,
- "_GFGFVTYATVEEVDAAM(Oxidation (M))NARPHK_"
- ],
- [
- 45811,
- 2,
- 13,
- 3,
- 0.17097,
- "_SSIVSNCSVDSMSAALQDER_"
- ],
- [
- 30702,
- 2,
- 10,
- 6,
- 0.12823,
- "_LCSLYENDCIFDK_"
- ],
- [
- 5902,
- 2,
- 11,
- 3,
- 0.14247,
- "_GLLHSFDLLK_"
- ],
- [
- 4844,
- 3,
- 10,
- 4,
- 0.12823,
- "_LLMTEVAWTKDELK_"
- ],
- [
- 7435,
- 2,
- 10,
- 5,
- 0.12823,
- "_GFAYIEFSDK_"
- ],
- [
- 47827,
- 3,
- 11,
- 5,
- 0.14247,
- "_NGILAIEGTGSDVDDDMSGDEKQDNESNVDPR_"
- ],
- [
- 20332,
- 2,
- 13,
- 3,
- 0.17097,
- "_EAISLVCEAVPGAK_"
- ],
- [
- 5296,
- 2,
- 13,
- 4,
- 0.17097,
- "_IVMETVPVLK_"
- ],
- [
- 18496,
- 2,
- 8,
- 5,
- 0.099734,
- "_KSPNELVDDLFK_"
- ],
- [
- 22252,
- 2,
- 10,
- 4,
- 0.12823,
- "_GSVLLFPSRPGLLK_"
- ],
- [
- 51060,
- 3,
- 10,
- 5,
- 0.12823,
- "_LNLAPAATTSNEPSGNNPPTHLSLDPTNAENTASQSPR_"
- ],
- [
- 26069,
- 3,
- 22,
- 7,
- 0.29926,
- "_ICDQISDAVLDAHLQQDPDAK_"
- ],
- [
- 26955,
- 2,
- 15,
- 6,
- 0.19949,
- "_VTGQNQEQFLLLAK_"
- ],
- [
- 37079,
- 2,
- 17,
- 7,
- 0.22803,
- "_EMQDVDLAEVKPLVEK_"
- ],
- [
- 5676,
- 2,
- 15,
- 5,
- 0.19949,
- "_IMEAIELYR_"
- ],
- [
- 9112,
- 3,
- 15,
- 6,
- 0.19949,
- "_LNPDLFITGSYDHTVK_"
- ],
- [
- 19710,
- 2,
- 20,
- 3,
- 0.27077,
- "_GGSWIQEINVAEK_"
- ],
- [
- 37774,
- 3,
- 17,
- 5,
- 0.22803,
- "_PQVYSTLLNSGCQGGEHAACFTELR_"
- ],
- [
- 641,
- 2,
- 15,
- 4,
- 0.19949,
- "_NYLTNLLK_"
- ],
- [
- 41150,
- 2,
- 13,
- 4,
- 0.17097,
- "_NMVLQEDAILHSEDSLR_"
- ],
- [
- 30023,
- 2,
- 15,
- 6,
- 0.19949,
- "_AGEAGKLEEVMQELR_"
- ],
- [
- 26216,
- 2,
- 15,
- 2,
- 0.19949,
- "_YEGGYPALTEVMNK_"
- ],
- [
- 40698,
- 2,
- 22,
- 2,
- 0.29926,
- "_ADNIEVFAQGHGIIQVDK_"
- ],
- [
- 10303,
- 2,
- 22,
- 5,
- 0.29926,
- "_TQEELTPFFK_"
- ],
- [
- 19384,
- 4,
- 15,
- 5,
- 0.19949,
- "_GYFHTFAGDTCQVALNFANEEEAKK_"
- ],
- [
- 41181,
- 2,
- 13,
- 5,
- 0.17097,
- "_VCENIPIVLCGNKVDIK_"
- ],
- [
- 15055,
- 3,
- 14,
- 4,
- 0.18523,
- "_QKEFDPTITDASLSLPSR_"
- ],
- [
- 49546,
- 3,
- 14,
- 6,
- 0.18523,
- "_DFGYGVEEEEEEAAAAGGGVGAGAGGGCGPGGADSSKPR_"
- ],
- [
- 40686,
- 3,
- 13,
- 7,
- 0.17097,
- "_VGMGCGSICITQEVMACGRPQGTAVYK_"
- ],
- [
- 35147,
- 2,
- 16,
- 7,
- 0.21372,
- "_TPISEHAVFNVDLMSK_"
- ],
- [
- 11601,
- 2,
- 18,
- 5,
- 0.24228,
- "_VLSFDIECAGR_"
- ],
- [
- 10627,
- 3,
- 13,
- 3,
- 0.17101,
- "_EVPNTVHQFQLDITVK_"
- ],
- [
- 21028,
- 2,
- 12,
- 4,
- 0.15675,
- "_WYPEEYEFAPK_"
- ],
- [
- 25161,
- 3,
- 12,
- 4,
- 0.15675,
- "_LEDLLQDAQDEKEQLNEYK_"
- ],
- [
- 47676,
- 2,
- 6,
- 3,
- 0.071296,
- "_TTITTTTTSSSGLGSPMIVGSPR_"
- ],
- [
- 8051,
- 3,
- 12,
- 5,
- 0.15675,
- "_GTM(Oxidation (M))TTGHNVADLVVILK_"
- ],
- [
- 31956,
- 2,
- 17,
- 6,
- 0.228,
- "_CSIHLQLQGLVDPAR_"
- ],
- [
- 3809,
- 2,
- 11,
- 3,
- 0.14252,
- "_LDTAMWLSR_"
- ],
- [
- 30306,
- 2,
- 9,
- 2,
- 0.11402,
- "_GVLHQVMVLDSEALR_"
- ],
- [
- 5419,
- 3,
- 16,
- 6,
- 0.24231,
- "_NFPNAIEHTLQWAR_"
- ],
- [
- 31485,
- 2,
- 22,
- 7,
- 0.2993,
- "_FAQPGSFEYEYAMR_"
- ],
- [
- 41366,
- 2,
- 10,
- 4,
- 0.12827,
- "_GMLCGFGAVCEPNAEGPGR_"
- ],
- [
- 8469,
- 3,
- 10,
- 4,
- 0.12827,
- "_LAVCQHCDLELSILK_"
- ],
- [
- 27101,
- 2,
- 14,
- 4,
- 0.18526,
- "_LIGTNCIIYPVNSK_"
- ],
- [
- 36380,
- 2,
- 14,
- 2,
- 0.18526,
- "_MLNTLQTNAGYLEQVK_"
- ],
- [
- 4596,
- 3,
- 10,
- 4,
- 0.12827,
- "_EGMLQHWELGQALR_"
- ],
- [
- 21649,
- 4,
- 14,
- 6,
- 0.18526,
- "_IKEETEIIEGEVVEIQIDRPATGTGSK_"
- ],
- [
- 15076,
- 2,
- 16,
- 4,
- 0.21377,
- "_WGTLTDCVVMR_"
- ],
- [
- 46104,
- 2,
- 10,
- 3,
- 0.12827,
- "_GIVDQSQQAYQEAFEISKK_"
- ],
- [
- 37220,
- 2,
- 12,
- 4,
- 0.15675,
- "_QLGEVASFGGSNIEPSVR_"
- ],
- [
- 4550,
- 2,
- 17,
- 3,
- 0.22802,
- "_LQYEGIFIK_"
- ],
- [
- 14452,
- 2,
- 11,
- 2,
- 0.14252,
- "_QPQVAELLAEAR_"
- ],
- [
- 34148,
- 2,
- 13,
- 5,
- 0.17101,
- "_EALCGCTVNVPTLDGR_"
- ],
- [
- 19118,
- 4,
- 13,
- 5,
- 0.17101,
- "_EHFINYLTQCHCYHVAEFELPK_"
- ],
- [
- 12320,
- 2,
- 9,
- 3,
- 0.11402,
- "_GVQGFQEFLEK_"
- ],
- [
- 14276,
- 3,
- 13,
- 4,
- 0.17101,
- "_SMPEHPAFQNELGIAALR_"
- ],
- [
- 47679,
- 2,
- 11,
- 3,
- 0.14252,
- "_CVGAELEYDSEHSDWHGFD_"
- ],
- [
- 11845,
- 2,
- 8,
- 3,
- 0.099789,
- "_VFGAAPLENVVR_"
- ],
- [
- 42301,
- 3,
- 11,
- 5,
- 0.14252,
- "_VGDSPCLGAGGYADNDIGAVSTTGHGESILK_"
- ],
- [
- 17330,
- 3,
- 8,
- 3,
- 0.099789,
- "_MENIIDQCLQKPADVIGK_"
- ],
- [
- 16903,
- 3,
- 11,
- 6,
- 0.14252,
- "_FKDDVMPATYCEIDLDK_"
- ],
- [
- 28637,
- 2,
- 11,
- 2,
- 0.14252,
- "_RLIVVLEGASLETVK_"
- ],
- [
- 38030,
- 3,
- 23,
- 8,
- 0.31355,
- "_HTGPGILSM(Oxidation (M))ANAGPNTNGSQFFICTAK_"
- ],
- [
- 20682,
- 3,
- 12,
- 6,
- 0.15677,
- "_VFSWLQQEGHLSEEEMAR_"
- ],
- [
- 38047,
- 2,
- 19,
- 6,
- 0.25657,
- "_GVTIIGPATVGGIKPGCFK_"
- ],
- [
- 20454,
- 3,
- 12,
- 5,
- 0.15677,
- "_GIVDQSQQAYQEAFEISKK_"
- ],
- [
- 31723,
- 2,
- 7,
- 3,
- 0.085551,
- "_TIVEMENSGLVHMLK_"
- ],
- [
- 46937,
- 2,
- 12,
- 5,
- 0.15677,
- "_VEDYEPYPDDGMGYGDYPK_"
- ],
- [
- 10742,
- 3,
- 20,
- 6,
- 0.27081,
- "_GVTIIGPATVGGIKPGCFK_"
- ],
- [
- 45426,
- 2,
- 9,
- 4,
- 0.11402,
- "_IQVQSSEASFTLTAAAEEEK_"
- ],
- [
- 13022,
- 3,
- 13,
- 8,
- 0.17101,
- "_VTEGLTDVILYHQPDDK_"
- ],
- [
- 6761,
- 2,
- 13,
- 3,
- 0.17101,
- "_LSQILTDFPK_"
- ],
- [
- 5082,
- 2,
- 13,
- 5,
- 0.17101,
- "_TPFGAYGGLLK_"
- ],
- [
- 43405,
- 3,
- 13,
- 7,
- 0.17101,
- "_VVETDPSPYCIVAPDTVIHCEGEPIKR_"
- ],
- [
- 23099,
- 3,
- 13,
- 5,
- 0.17101,
- "_CVGAELEYDSEHSDWHGFD_"
- ],
- [
- 7727,
- 4,
- 9,
- 4,
- 0.11402,
- "_FLLVYLHGDDHQDSDEFCR_"
- ],
- [
- 3979,
- 3,
- 15,
- 4,
- 0.19951,
- "_EGENIGFEIIHVCK_"
- ],
- [
- 28945,
- 3,
- 15,
- 5,
- 0.19951,
- "_KLPVDSVFNKFEDEDSDDVPR_"
- ],
- [
- 36091,
- 3,
- 14,
- 4,
- 0.18526,
- "_KAPLNIPGTPVLEDFPQNDDEKER_"
- ],
- [
- 5649,
- 3,
- 14,
- 4,
- 0.18526,
- "_AVGMASDIPGLHLPGGGR_"
- ],
- [
- 45499,
- 2,
- 14,
- 4,
- 0.18526,
- "_EPVPMQDQEQVLNDTVDGK_"
- ],
- [
- 27467,
- 2,
- 10,
- 4,
- 0.12827,
- "_ITVEYLQHIVEQK_"
- ],
- [
- 31298,
- 2,
- 16,
- 5,
- 0.21377,
- "_MQSLQLDCVAVPSSR_"
- ],
- [
- 42848,
- 2,
- 21,
- 3,
- 0.28506,
- "_WNDNCPSWNTIDPEER_"
- ],
- [
- 49887,
- 2,
- 9,
- 5,
- 0.11402,
- "_YTPTQQGNM(Oxidation (M))QVLVTYGGDPIPK_"
- ],
- [
- 23625,
- 2,
- 16,
- 4,
- 0.21377,
- "_DMAQLPETEIAPAK_"
- ],
- [
- 15260,
- 2,
- 16,
- 5,
- 0.21377,
- "_VVGAVIDQGLITR_"
- ],
- [
- 38603,
- 2,
- 14,
- 4,
- 0.18526,
- "_SYLVQYMQFSGSLHTK_"
- ],
- [
- 11519,
- 2,
- 14,
- 5,
- 0.18526,
- "_VPLFSPNFSEK_"
- ],
- [
- 19001,
- 2,
- 14,
- 3,
- 0.18526,
- "_IFQFQNFTNTR_"
- ],
- [
- 25221,
- 3,
- 15,
- 6,
- 0.19951,
- "_INMPHEDCITALCFCNAEK_"
- ],
- [
- 15545,
- 2,
- 14,
- 2,
- 0.18526,
- "_TLTVEVSVETIR_"
- ],
- [
- 7161,
- 2,
- 17,
- 5,
- 0.22802,
- "_FLDGIYVSEK_"
- ],
- [
- 19615,
- 2,
- 14,
- 4,
- 0.18526,
- "_SHTDQLVLIFAGK_"
- ],
- [
- 10597,
- 3,
- 17,
- 5,
- 0.22802,
- "_RLPVATIFTTHATLLGR_"
- ],
- [
- 35989,
- 2,
- 17,
- 3,
- 0.22802,
- "_VLSVAEVAATTATPDGGPR_"
- ],
- [
- 13631,
- 3,
- 16,
- 5,
- 0.21377,
- "_MKPLMGVIYVPLTDKEK_"
- ],
- [
- 46159,
- 2,
- 15,
- 4,
- 0.19951,
- "_QEAQAGPWPFSSSQTQPAVR_"
- ],
- [
- 33137,
- 3,
- 16,
- 5,
- 0.21377,
- "_MKPPAACAGDMADAASPCSVVNDLR_"
- ],
- [
- 43252,
- 3,
- 17,
- 6,
- 0.22802,
- "_QFCLQNAQHDPLLTGVSSSTNPFRPQK_"
- ],
- [
- 39433,
- 2,
- 12,
- 3,
- 0.15676,
- "_DLVTVHTDGNEQLSVMR_"
- ],
- [
- 41606,
- 2,
- 16,
- 5,
- 0.21375,
- "_YEVALAGPALELHNCMAK_"
- ],
- [
- 10242,
- 3,
- 12,
- 5,
- 0.15676,
- "_VVVEPVGPVGFKPETFR_"
- ],
- [
- 26474,
- 3,
- 13,
- 3,
- 0.17101,
- "_FLLVYLHGDDHQDSDEFCR_"
- ],
- [
- 16433,
- 2,
- 17,
- 5,
- 0.228,
- "_IFDIDEAEEGVK_"
- ],
- [
- 41244,
- 2,
- 22,
- 5,
- 0.2993,
- "_VADGLPLAASMQEDEQSGR_"
- ],
- [
- 43874,
- 2,
- 10,
- 6,
- 0.12826,
- "_MENIIDQCLQKPADVIGK_"
- ],
- [
- 12627,
- 2,
- 8,
- 3,
- 0.099789,
- "_DTGLGLSPTASLR_"
- ],
- [
- 44928,
- 2,
- 13,
- 3,
- 0.17101,
- "_TEDSDDIHFEPVVQMPEK_"
- ],
- [
- 22487,
- 3,
- 13,
- 5,
- 0.17101,
- "_YNHAACFGLQPGCLLPDGSR_"
- ],
- [
- 47459,
- 3,
- 12,
- 5,
- 0.15676,
- "_NLPTPTSAPTPGLAQGVHAPSTCSYMEATASSR_"
- ],
- [
- 39892,
- 2,
- 17,
- 5,
- 0.228,
- "_IGSSLYALGTQDSTDICK_"
- ],
- [
- 12874,
- 2,
- 20,
- 3,
- 0.2708,
- "_GFPTDATLDDIK_"
- ],
- [
- 4104,
- 2,
- 10,
- 4,
- 0.12826,
- "_LVNTGLLTLR_"
- ],
- [
- 9941,
- 4,
- 12,
- 6,
- 0.15676,
- "_EAFEPMYIYISHPKPEGLAAAK_"
- ],
- [
- 29272,
- 3,
- 11,
- 6,
- 0.14251,
- "_EAFEPMYIYISHPKPEGLAAAK_"
- ],
- [
- 13930,
- 3,
- 16,
- 7,
- 0.21375,
- "_VCENIPIVLCGNKVDIK_"
- ],
- [
- 33744,
- 3,
- 12,
- 4,
- 0.15676,
- "_FSFCCSPEPEAEAEAAAGPGPCER_"
- ],
- [
- 31391,
- 3,
- 15,
- 7,
- 0.1995,
- "_YISELAITTRPHQIIMPSAIER_"
- ],
- [
- 35085,
- 2,
- 11,
- 4,
- 0.14251,
- "_CSTQNDFMVICNVAK_"
- ],
- [
- 38105,
- 2,
- 19,
- 4,
- 0.2565,
- "_SVQLAIEITTNSQEAAAK_"
- ],
- [
- 21138,
- 2,
- 10,
- 5,
- 0.12826,
- "_VEEEHVILSMFK_"
- ],
- [
- 2979,
- 2,
- 14,
- 3,
- 0.18525,
- "_ELFDYNLR_"
- ],
- [
- 32504,
- 3,
- 9,
- 3,
- 0.11403,
- "_WYDEYHPEEDLQHTASDFVAK_"
- ],
- [
- 9813,
- 3,
- 21,
- 7,
- 0.28505,
- "_EMQDVDLAEVKPLVEK_"
- ],
- [
- 23818,
- 3,
- 19,
- 8,
- 0.2565,
- "_VAILVDDMADTCGTICHAADK_"
- ],
- [
- 29647,
- 2,
- 17,
- 4,
- 0.228,
- "_YAHMINGFTALALTK_"
- ],
- [
- 19780,
- 4,
- 14,
- 5,
- 0.18525,
- "_FIQENIFGICPHM(Oxidation (M))TEDNKDLIQGK_"
- ],
- [
- 44092,
- 2,
- 10,
- 4,
- 0.12826,
- "_DVSDQIGNEEQVEDTFQK_"
- ],
- [
- 16679,
- 2,
- 13,
- 5,
- 0.17101,
- "_EGMDMNYIIQR_"
- ],
- [
- 27717,
- 2,
- 9,
- 3,
- 0.11403,
- "_ELLNLTQQDYVNR_"
- ],
- [
- 32417,
- 2,
- 12,
- 5,
- 0.15676,
- "_EPWLLPSQHNDIIR_"
- ],
- [
- 37143,
- 4,
- 15,
- 5,
- 0.1995,
- "_RKPPVPLDWAEVQSQGEETNASDQQNEPQLGLK_"
- ],
- [
- 44245,
- 2,
- 12,
- 5,
- 0.15676,
- "_GVSVSSSTTGLPDMTGSVYNK_"
- ],
- [
- 1656,
- 2,
- 17,
- 4,
- 0.228,
- "_IDPSLGIIAK_"
- ],
- [
- 41104,
- 2,
- 17,
- 3,
- 0.228,
- "_PPGPPPGPPPPQVVQMYGR_"
- ],
- [
- 41436,
- 2,
- 22,
- 7,
- 0.2993,
- "_MASNIFGTPEENQASWAK_"
- ],
- [
- 25569,
- 3,
- 12,
- 5,
- 0.15676,
- "_GTPLYGQPSWWGDDEVDEKR_"
- ],
- [
- 40903,
- 3,
- 17,
- 6,
- 0.228,
- "_IKEETEIIEGEVVEIQIDRPATGTGSK_"
- ],
- [
- 32629,
- 3,
- 13,
- 5,
- 0.17101,
- "_IPVSQPGMADPHQLFDDTSSAQSR_"
- ],
- [
- 28352,
- 3,
- 10,
- 6,
- 0.12827,
- "_YLTPGDIYVHADLHGATSCVIK_"
- ],
- [
- 43003,
- 3,
- 13,
- 4,
- 0.17101,
- "_DYPDTWVCSMNPDPEQDRCEASEQK_"
- ],
- [
- 10950,
- 3,
- 11,
- 4,
- 0.14251,
- "_TEKEDFIELCTPGVIK_"
- ],
- [
- 38926,
- 2,
- 10,
- 4,
- 0.12827,
- "_ALAIYEGQLGPDNPNVAR_"
- ],
- [
- 7316,
- 2,
- 13,
- 5,
- 0.17101,
- "_LYLINSPVVR_"
- ],
- [
- 21929,
- 2,
- 12,
- 3,
- 0.15676,
- "_LPGSVGTPLPGVQVR_"
- ],
- [
- 15814,
- 2,
- 13,
- 3,
- 0.17101,
- "_YNILGTNAIMDK_"
- ],
- [
- 21933,
- 3,
- 13,
- 2,
- 0.17101,
- "_NDFGNFFGSAVTKPSSSVTPR_"
- ],
- [
- 15922,
- 2,
- 10,
- 5,
- 0.12827,
- "_QQCLMALDTFK_"
- ],
- [
- 12011,
- 2,
- 15,
- 4,
- 0.19949,
- "_LPSLGAGFSQGLK_"
- ],
- [
- 20899,
- 3,
- 11,
- 2,
- 0.14251,
- "_DPVPGYSVPAAEHSTITAWGK_"
- ],
- [
- 42626,
- 3,
- 11,
- 4,
- 0.14251,
- "_EFMEDSAGEGATEFHDYEGGGIGEGEGMK_"
- ],
- [
- 42704,
- 3,
- 8,
- 3,
- 0.09978,
- "_EELGVTVYQSPHSGSFTITGNNSNFAQR_"
- ],
- [
- 40330,
- 2,
- 12,
- 5,
- 0.15676,
- "_ETVYCLNDDDETEVLK_"
- ],
- [
- 28413,
- 2,
- 23,
- 7,
- 0.31355,
- "_MSGGWELELNGTEAK_"
- ],
- [
- 40966,
- 2,
- 7,
- 2,
- 0.085533,
- "_DMGAQYAAASPAWAAAQQR_"
- ],
- [
- 16217,
- 3,
- 11,
- 2,
- 0.14251,
- "_EIPVFNFTIHEIHCQR_"
- ],
- [
- 10195,
- 2,
- 18,
- 4,
- 0.24225,
- "_QAQAAVLAVLPR_"
- ],
- [
- 45714,
- 2,
- 11,
- 2,
- 0.14251,
- "_ELEPEMEFEIEPDKECK_"
- ],
- [
- 26153,
- 2,
- 12,
- 3,
- 0.15676,
- "_LGDQPSIGLAQTLEK_"
- ],
- [
- 16301,
- 4,
- 16,
- 4,
- 0.21375,
- "_KAPLNIPGTPVLEDFPQNDDEKER_"
- ],
- [
- 30802,
- 3,
- 12,
- 7,
- 0.15676,
- "_DEFTNTCPSDKEVEIAYSDVAK_"
- ],
- [
- 33088,
- 2,
- 19,
- 6,
- 0.25651,
- "_AHFQNFPNGVTDFIK_"
- ],
- [
- 35528,
- 2,
- 16,
- 4,
- 0.21375,
- "_LAVCQHCDLELSILK_"
- ],
- [
- 3508,
- 2,
- 12,
- 4,
- 0.15676,
- "_ALTLIAGSPLK_"
- ],
- [
- 4151,
- 4,
- 11,
- 3,
- 0.14251,
- "_AHQAHAVVAEEVAALTGELER_"
- ],
- [
- 23826,
- 2,
- 8,
- 2,
- 0.09978,
- "_DAEELEKWIQEK_"
- ],
- [
- 12209,
- 3,
- 16,
- 7,
- 0.21375,
- "_ITFDAFPGEPDKELNPK_"
- ],
- [
- 46971,
- 2,
- 14,
- 4,
- 0.18526,
- "_VGVTVAQTTMEPHLLEACVR_"
- ],
- [
- 33070,
- 3,
- 19,
- 7,
- 0.25651,
- "_KVTSVVFHPSQDLVFSASPDATIR_"
- ],
- [
- 42521,
- 2,
- 15,
- 3,
- 0.19949,
- "_GNLNFTCDGNSVISPVGNR_"
- ],
- [
- 43167,
- 2,
- 6,
- 6,
- 0.071286,
- "_TVLM(Oxidation (M))NPNIASVQTNEVGLK_"
- ],
- [
- 2931,
- 3,
- 9,
- 3,
- 0.11404,
- "_VTTVTEIGKDVIGLR_"
- ],
- [
- 24643,
- 4,
- 12,
- 5,
- 0.15676,
- "_VGGASSLENTVDLHISNSHPLSLTSDQYK_"
- ],
- [
- 9473,
- 3,
- 15,
- 6,
- 0.19949,
- "_SIYGEKFEDENFILK_"
- ],
- [
- 28628,
- 2,
- 13,
- 5,
- 0.171,
- "_SFPAAIEHTIQWAR_"
- ],
- [
- 6817,
- 4,
- 13,
- 4,
- 0.171,
- "_FVHSENQHLVSPEALDFLDK_"
- ],
- [
- 25146,
- 3,
- 12,
- 3,
- 0.15676,
- "_IKGDVPSVGLEGPDVDLQGPEAK_"
- ],
- [
- 11726,
- 3,
- 13,
- 4,
- 0.171,
- "_GEAAASQLILYHYPELK_"
- ],
- [
- 5912,
- 3,
- 11,
- 2,
- 0.14252,
- "_VHGGDGAEVYIDLLQK_"
- ],
- [
- 36001,
- 3,
- 12,
- 4,
- 0.15676,
- "_SGLLGQMNNPSTNGVNGHLPGDALAAGR_"
- ],
- [
- 25033,
- 2,
- 12,
- 4,
- 0.15676,
- "_YQFLEEAFQNQK_"
- ],
- [
- 19230,
- 2,
- 14,
- 4,
- 0.18526,
- "_VMASMFYEVSTR_"
- ],
- [
- 45608,
- 3,
- 12,
- 6,
- 0.15676,
- "_LASTGTSEYAAYDQNITPLHTDFSGSSTER_"
- ],
- [
- 26654,
- 2,
- 9,
- 2,
- 0.11403,
- "_ELQVGIPVADEAGQR_"
- ],
- [
- 3240,
- 2,
- 20,
- 6,
- 0.27076,
- "_DNLAEDIMR_"
- ],
- [
- 11159,
- 3,
- 6,
- 2,
- 0.07127,
- "_LSESLGFPHQSLDDALR_"
- ],
- [
- 6580,
- 2,
- 18,
- 5,
- 0.24224,
- "_SNLGSVVLQLK_"
- ],
- [
- 32586,
- 2,
- 6,
- 5,
- 0.07127,
- "_IVTGGSDNHLILVDLR_"
- ],
- [
- 24738,
- 2,
- 17,
- 4,
- 0.228,
- "_FAIQDISVEETSAK_"
- ],
- [
- 39789,
- 2,
- 16,
- 3,
- 0.21374,
- "_IINYNVEQECNNFLR_"
- ],
- [
- 14734,
- 2,
- 9,
- 3,
- 0.11403,
- "_EIIFQGPISAAGK_"
- ],
- [
- 16162,
- 4,
- 20,
- 5,
- 0.27076,
- "_AAAHCAHVFTTVSQITAIEAQHLLK_"
- ],
- [
- 3789,
- 2,
- 16,
- 3,
- 0.21374,
- "_FALGSVVAVTK_"
- ],
- [
- 43157,
- 2,
- 21,
- 4,
- 0.28499,
- "_KFYPLEIDYGQDEEAVK_"
- ],
- [
- 1354,
- 2,
- 21,
- 5,
- 0.28499,
- "_QTALVELLK_"
- ],
- [
- 30794,
- 2,
- 9,
- 2,
- 0.11403,
- "_DIHLDLPSNNNLVSK_"
- ],
- [
- 30673,
- 2,
- 9,
- 3,
- 0.11403,
- "_SELVAMLEEEELRK_"
- ],
- [
- 6034,
- 3,
- 15,
- 5,
- 0.1995,
- "_EPWLLPSQHNDIIR_"
- ],
- [
- 34646,
- 2,
- 10,
- 3,
- 0.12828,
- "_QLLNCLHVITMYNR_"
- ],
- [
- 15568,
- 4,
- 12,
- 5,
- 0.15676,
- "_HRDFVAEPMGEKPVGSLAGIGEVLGK_"
- ],
- [
- 49254,
- 2,
- 11,
- 5,
- 0.14252,
- "_SYAQNVTVWIKPSGLQTDVQK_"
- ],
- [
- 24248,
- 3,
- 14,
- 3,
- 0.18526,
- "_SPTMEQAVQTASAHLPAPAAVGR_"
- ],
- [
- 25945,
- 2,
- 23,
- 6,
- 0.31355,
- "_(Acetyl (Protein N-term))ADKPDMGEIASFDK_"
- ],
- [
- 2144,
- 2,
- 11,
- 3,
- 0.14252,
- "_SGFEGMFIR_"
- ],
- [
- 28236,
- 2,
- 14,
- 2,
- 0.18526,
- "_AVLVDLEPGTM(Oxidation (M))DSVR_"
- ],
- [
- 30256,
- 3,
- 14,
- 3,
- 0.18526,
- "_QPAADTEASEQQALHTVQYGLLK_"
- ],
- [
- 19908,
- 3,
- 11,
- 8,
- 0.14252,
- "_ELEPEMEFEIEPDKECK_"
- ],
- [
- 29238,
- 2,
- 11,
- 5,
- 0.14252,
- "_VSEGGPAEIAGLQIGDK_"
- ],
- [
- 43492,
- 2,
- 10,
- 4,
- 0.12828,
- "_EDPQACIEEQLCYSCR_"
- ],
- [
- 30493,
- 2,
- 14,
- 2,
- 0.18526,
- "_AESFAQEMFIEQNK_"
- ],
- [
- 28947,
- 3,
- 10,
- 4,
- 0.12828,
- "_LYEVAIDGKEEDLGSPTGELTSK_"
- ],
- [
- 27951,
- 2,
- 13,
- 4,
- 0.17102,
- "_ACWVLHYFCEVK_"
- ],
- [
- 40721,
- 2,
- 9,
- 5,
- 0.11404,
- "_IGYQVTAMIGHTNVVVPR_"
- ],
- [
- 17450,
- 3,
- 8,
- 5,
- 0.099797,
- "_GEPLHIINSSNVTDEPLLK_"
- ],
- [
- 465,
- 2,
- 13,
- 4,
- 0.17102,
- "_VNIIPVIAK_"
- ],
- [
- 35344,
- 2,
- 8,
- 3,
- 0.099797,
- "_VLLVQVDVKDPQQALK_"
- ],
- [
- 45629,
- 3,
- 8,
- 5,
- 0.099797,
- "_QIIANHHMQSISFASGGDPDTAEYVAYVAK_"
- ],
- [
- 46078,
- 2,
- 5,
- 2,
- 0.056996,
- "_LENTEDIEEVEQHIQTIK_"
- ],
- [
- 36866,
- 2,
- 9,
- 4,
- 0.11404,
- "_QFYDGEESCYIIDAK_"
- ],
- [
- 33185,
- 2,
- 7,
- 2,
- 0.085533,
- "_DFCSQSCLSTYELK_"
- ],
- [
- 25664,
- 2,
- 8,
- 3,
- 0.099797,
- "_QLLLQVESTTVATR_"
- ],
- [
- 13573,
- 3,
- 11,
- 4,
- 0.14255,
- "_SMTLPSYRPAPLVSGDLR_"
- ],
- [
- 12754,
- 4,
- 11,
- 4,
- 0.14255,
- "_WYDEYHPEEDLQHTASDFVAK_"
- ],
- [
- 37330,
- 3,
- 10,
- 5,
- 0.12829,
- "_EAVCFIPGEGHTLQEHQIVLVEGGR_"
- ],
- [
- 14582,
- 3,
- 10,
- 5,
- 0.12829,
- "_QALVFQCVGCGAFHLQR_"
- ],
- [
- 34419,
- 2,
- 10,
- 4,
- 0.12829,
- "_DIRPGAAFEPTYIYR_"
- ],
- [
- 15941,
- 3,
- 10,
- 4,
- 0.12829,
- "_KSEFLCCQDSFLQEIK_"
- ],
- [
- 26370,
- 2,
- 13,
- 4,
- 0.17102,
- "_TGTAYTFFTPNNIK_"
- ],
- [
- 23516,
- 2,
- 12,
- 2,
- 0.15679,
- "_QIESLETEMEFR_"
- ],
- [
- 2322,
- 3,
- 12,
- 4,
- 0.15679,
- "_LTADMISHPLGDFR_"
- ],
- [
- 37163,
- 2,
- 10,
- 5,
- 0.12829,
- "_EADEMHTLLQLECEK_"
- ],
- [
- 7736,
- 3,
- 12,
- 3,
- 0.15679,
- "_EAGNPGSLFGYSVALHR_"
- ],
- [
- 31691,
- 2,
- 10,
- 2,
- 0.12829,
- "_YGEGHQAWIIGIVEK_"
- ],
- [
- 19524,
- 3,
- 10,
- 4,
- 0.12829,
- "_MEVSQEDDKALQLLHDIR_"
- ],
- [
- 7280,
- 4,
- 10,
- 3,
- 0.12829,
- "_VVKPLDVPAPSLEGDLGSTHWK_"
- ],
- [
- 39270,
- 2,
- 5,
- 6,
- 0.056996,
- "_VTEELAAATAQVSHLQLK_"
- ],
- [
- 10482,
- 2,
- 12,
- 3,
- 0.15679,
- "_GFWYDAEISR_"
- ],
- [
- 40340,
- 2,
- 19,
- 7,
- 0.25651,
- "_VTEGLTDVILYHQPDDK_"
- ],
- [
- 8651,
- 3,
- 14,
- 5,
- 0.18527,
- "_IDVGFVYDEPGHAVMR_"
- ],
- [
- 51702,
- 3,
- 15,
- 8,
- 0.19952,
- "_SPVGSGAPQAAAPAPAAHVAGNPGGDAAPAATGTAAAASLATAAGSEDAEK_"
- ],
- [
- 4468,
- 2,
- 15,
- 2,
- 0.19952,
- "_IFFAGDTIPK_"
- ],
- [
- 48208,
- 3,
- 15,
- 6,
- 0.19952,
- "_LAEEEDLFDSAHPEEGDLDLASESTAHAQSSK_"
- ],
- [
- 39078,
- 2,
- 15,
- 4,
- 0.19952,
- "_GEAAASQLILYHYPELK_"
- ],
- [
- 43599,
- 2,
- 15,
- 5,
- 0.19952,
- "_DRNVDVVLEDTCTVGEIK_"
- ],
- [
- 27876,
- 3,
- 20,
- 8,
- 0.27076,
- "_PLFPHVLCHNCAVEFNFGQK_"
- ],
- [
- 31548,
- 2,
- 23,
- 6,
- 0.31356,
- "_NFPNAIEHTLQWAR_"
- ],
- [
- 26357,
- 2,
- 18,
- 4,
- 0.24226,
- "_ANDQEPCGWWLAK_"
- ],
- [
- 15223,
- 3,
- 18,
- 2,
- 0.24226,
- "_VHYENNSPFLTITSMTR_"
- ],
- [
- 20526,
- 3,
- 16,
- 4,
- 0.21377,
- "_QVDDLEVWSHTNDTIGSVR_"
- ],
- [
- 51212,
- 2,
- 15,
- 8,
- 0.19952,
- "_FSFCCSPEPEAEAEAAAGPGPCER_"
- ],
- [
- 35324,
- 2,
- 21,
- 7,
- 0.28502,
- "_ELAQQVQQVAAEYCR_"
- ],
- [
- 10701,
- 3,
- 17,
- 2,
- 0.228,
- "_NMAILDPPDADHLYSAK_"
- ],
- [
- 34627,
- 3,
- 21,
- 5,
- 0.28502,
- "_NQVTCLSVSTDGSVLLSGSHDETVR_"
- ],
- [
- 46253,
- 2,
- 17,
- 6,
- 0.228,
- "_VFSWLQQEGHLSEEEMAR_"
- ],
- [
- 8841,
- 4,
- 21,
- 7,
- 0.28502,
- "_PLFPHVLCHNCAVEFNFGQK_"
- ],
- [
- 46407,
- 2,
- 13,
- 6,
- 0.17103,
- "_DPVPGYSVPAAEHSTITAWGK_"
- ],
- [
- 28907,
- 3,
- 8,
- 2,
- 0.099775,
- "_SALCGEQVHILGCEVSEEEFR_"
- ],
- [
- 25470,
- 2,
- 18,
- 5,
- 0.24225,
- "_HGAEVIDTPVFELK_"
- ],
- [
- 23004,
- 2,
- 9,
- 4,
- 0.11404,
- "_SKNDLSQLQLLIK_"
- ],
- [
- 25002,
- 2,
- 10,
- 3,
- 0.12829,
- "_TEDAAQELLLPESK_"
- ],
- [
- 20008,
- 2,
- 12,
- 4,
- 0.15679,
- "_ELILFSNSDNER_"
- ],
- [
- 50981,
- 3,
- 13,
- 6,
- 0.17103,
- "_VQGEAVSNIQENTQTPTVQEESEEEEVDETGVEVK_"
- ],
- [
- 24114,
- 2,
- 10,
- 3,
- 0.12829,
- "_ELKENGELLPILR_"
- ],
- [
- 20339,
- 2,
- 10,
- 5,
- 0.12829,
- "_LLASTTPEEILEK_"
- ],
- [
- 10839,
- 2,
- 8,
- 3,
- 0.099775,
- "_WMAPESINFR_"
- ],
- [
- 14379,
- 2,
- 17,
- 2,
- 0.22801,
- "_NMITQYWPDR_"
- ],
- [
- 16361,
- 3,
- 25,
- 4,
- 0.34205,
- "_SGGGGDIHQGFQSLLTEVNK_"
- ],
- [
- 28808,
- 2,
- 10,
- 3,
- 0.12829,
- "_LFNESHGIFLGLQR_"
- ],
- [
- 4349,
- 3,
- 16,
- 5,
- 0.21376,
- "_SPIAPEELALVHNLR_"
- ],
- [
- 48501,
- 2,
- 13,
- 6,
- 0.17103,
- "_ACMLTTATAHDGDVNVISWSR_"
- ],
- [
- 22593,
- 3,
- 13,
- 4,
- 0.17103,
- "_LVHAALAEELGGPVHALAIQAR_"
- ],
- [
- 41673,
- 2,
- 11,
- 5,
- 0.14253,
- "_TCGLLESLCCCTECAR_"
- ],
- [
- 3658,
- 2,
- 9,
- 2,
- 0.11404,
- "_LNYGIPAIVK_"
- ],
- [
- 16795,
- 2,
- 11,
- 3,
- 0.14253,
- "_FEDLEVSTFER_"
- ],
- [
- 42468,
- 2,
- 10,
- 3,
- 0.12829,
- "_FVQSDDVDYVPEDTVYK_"
- ],
- [
- 17646,
- 4,
- 11,
- 6,
- 0.14253,
- "_EAVCFIPGEGHTLQEHQIVLVEGGR_"
- ],
- [
- 21527,
- 2,
- 18,
- 5,
- 0.24225,
- "_SSGLPNIPVQTISR_"
- ],
- [
- 36270,
- 2,
- 11,
- 4,
- 0.14253,
- "_IFSLLSGEGNVTFNGHK_"
- ],
- [
- 42961,
- 3,
- 11,
- 6,
- 0.14253,
- "_GAMMGCSNPHPHCQVWASSFLPDIAQR_"
- ],
- [
- 34823,
- 2,
- 17,
- 5,
- 0.22801,
- "_QPEGTGMIDEEFTVAR_"
- ],
- [
- 51228,
- 3,
- 11,
- 5,
- 0.14253,
- "_IVVGSSVAPGNTAPSPSSPTSPTSDATTSLEMNNPHAIPR_"
- ],
- [
- 34011,
- 3,
- 17,
- 8,
- 0.22801,
- "_TLGECGFTSQTARPQAPATVGLAFR_"
- ],
- [
- 32275,
- 2,
- 23,
- 8,
- 0.3135,
- "_MGGMEGPFGGGMENMGR_"
- ],
- [
- 32852,
- 2,
- 11,
- 3,
- 0.14253,
- "_EEAGALGPAWDESQLR_"
- ],
- [
- 41762,
- 2,
- 17,
- 6,
- 0.22801,
- "_NPDGDVNGPWCYTMNPR_"
- ],
- [
- 34129,
- 2,
- 13,
- 6,
- 0.17103,
- "_FLQQMQQEQIIQVK_"
- ],
- [
- 5118,
- 2,
- 17,
- 5,
- 0.22801,
- "_MLPPPPMWR_"
- ],
- [
- 45336,
- 2,
- 9,
- 2,
- 0.11404,
- "_IQCTLQDVGSALATPCSSAR_"
- ],
- [
- 19829,
- 2,
- 12,
- 2,
- 0.15679,
- "_FEEAPDYMYLR_"
- ],
- [
- 33802,
- 2,
- 18,
- 4,
- 0.24225,
- "_LGMENDDTAVQYAIGR_"
- ],
- [
- 11946,
- 3,
- 12,
- 4,
- 0.15679,
- "_YKDGVVTIGCVGFPNVGK_"
- ],
- [
- 40077,
- 2,
- 12,
- 5,
- 0.15679,
- "_GNMVAQSSDVIAVCQSLR_"
- ],
- [
- 31184,
- 2,
- 13,
- 5,
- 0.17103,
- "_CTLTSIPQTQALLNK_"
- ],
- [
- 26384,
- 3,
- 14,
- 6,
- 0.18526,
- "_SYAQNVTVWIKPSGLQTDVQK_"
- ],
- [
- 7046,
- 3,
- 15,
- 8,
- 0.19951,
- "_VMLMASPSMEDLYHK_"
- ],
- [
- 50656,
- 2,
- 15,
- 7,
- 0.19951,
- "_DEFTNTCPSDKEVEIAYSDVAK_"
- ],
- [
- 12378,
- 4,
- 15,
- 3,
- 0.19951,
- "_LKGEIDASVPELEGDLRGPQVDVK_"
- ],
- [
- 43067,
- 2,
- 15,
- 3,
- 0.19951,
- "_EKYGIVDYMIEQSGPPSK_"
- ],
- [
- 22575,
- 2,
- 20,
- 6,
- 0.27075,
- "_ETLAQLQQEFQR_"
- ],
- [
- 21799,
- 3,
- 15,
- 6,
- 0.19951,
- "_VGVTVAQTTMEPHLLEACVR_"
- ],
- [
- 14288,
- 2,
- 15,
- 2,
- 0.19951,
- "_GPGCGFWAAGWR_"
- ],
- [
- 22202,
- 3,
- 14,
- 3,
- 0.18526,
- "_EGILGQHQFLEGPEGIENTR_"
- ],
- [
- 39048,
- 2,
- 14,
- 5,
- 0.18526,
- "_VNSININQGSITFAGGPGR_"
- ],
- [
- 31125,
- 2,
- 15,
- 4,
- 0.19951,
- "_NIAFFSTNCVEGTAR_"
- ],
- [
- 17375,
- 2,
- 25,
- 6,
- 0.34205,
- "_YNILGTNTIMDK_"
- ],
- [
- 9117,
- 3,
- 10,
- 3,
- 0.12829,
- "_IFSLLSGEGNVTFNGHK_"
- ],
- [
- 30953,
- 3,
- 16,
- 8,
- 0.21376,
- "_SLLENDQLLSHGGQDLSADAFHR_"
- ],
- [
- 34760,
- 2,
- 14,
- 5,
- 0.18526,
- "_VLCALTEANVQYAAVR_"
- ],
- [
- 19922,
- 3,
- 14,
- 6,
- 0.18526,
- "_VEPFLPGHYEVLDLKPNGK_"
- ],
- [
- 1235,
- 2,
- 16,
- 5,
- 0.21375,
- "_DMFEEALR_"
- ],
- [
- 4871,
- 4,
- 13,
- 2,
- 0.17103,
- "_LVHAALAEELGGPVHALAIQAR_"
- ],
- [
- 39189,
- 2,
- 15,
- 6,
- 0.1995,
- "_VDEFVTHNLSFDEINK_"
- ],
- [
- 21460,
- 2,
- 13,
- 4,
- 0.17103,
- "_FEAAETLEEAAMR_"
- ],
- [
- 32278,
- 4,
- 21,
- 6,
- 0.28499,
- "_LAEEEDLFDSAHPEEGDLDLASESTAHAQSSK_"
- ],
- [
- 42902,
- 2,
- 11,
- 8,
- 0.14252,
- "_SENQEFYQDTFGQQWK_"
- ],
- [
- 33003,
- 2,
- 16,
- 5,
- 0.21375,
- "_DFVTDADAEVLEHSGK_"
- ],
- [
- 43394,
- 2,
- 16,
- 5,
- 0.21375,
- "_LKDPANFQYPAESVLAYK_"
- ],
- [
- 9445,
- 2,
- 7,
- 2,
- 0.085476,
- "_FGQIMIENLR_"
- ],
- [
- 50183,
- 2,
- 13,
- 5,
- 0.17103,
- "_AAEECGYSVQVISMEPESCSPK_"
- ],
- [
- 18035,
- 2,
- 16,
- 5,
- 0.21375,
- "_QASPNIVIALAGNK_"
- ],
- [
- 42540,
- 2,
- 8,
- 5,
- 0.099731,
- "_YGDINFDDLNSEQSYNK_"
- ],
- [
- 22717,
- 3,
- 9,
- 4,
- 0.11401,
- "_FEIHIVAQFDNHNSQVWR_"
- ],
- [
- 21613,
- 2,
- 24,
- 5,
- 0.32773,
- "_SSFYVNGLTLGGQK_"
- ],
- [
- 30883,
- 2,
- 15,
- 6,
- 0.1995,
- "_LGGAVLSFSEATSSVQK_"
- ],
- [
- 14802,
- 3,
- 17,
- 8,
- 0.228,
- "_GQVCLPVISAENWKPATK_"
- ],
- [
- 16401,
- 2,
- 10,
- 5,
- 0.12828,
- "_VSQTPESLDFLK_"
- ],
- [
- 32155,
- 3,
- 8,
- 2,
- 0.099731,
- "_QHIVNDMNPGNLHLFINAYNSR_"
- ],
- [
- 18881,
- 2,
- 9,
- 5,
- 0.11401,
- "_EGDFGCTVMELR_"
- ],
- [
- 41920,
- 2,
- 15,
- 7,
- 0.1995,
- "_GQVCLPVISAENWKPATK_"
- ],
- [
- 23334,
- 3,
- 14,
- 3,
- 0.18526,
- "_LTATPTPLGGMTGFHMQTEDR_"
- ],
- [
- 26255,
- 2,
- 11,
- 2,
- 0.14252,
- "_NCETDTLINYMAK_"
- ],
- [
- 48768,
- 2,
- 16,
- 6,
- 0.21375,
- "_LVSDGQALPEMEIHLQTNAEK_"
- ],
- [
- 10815,
- 4,
- 8,
- 3,
- 0.099731,
- "_SLLNEIESVYDEHQEQHSEGR_"
- ],
- [
- 28782,
- 2,
- 10,
- 5,
- 0.12828,
- "_NSWGTGWGENGYFR_"
- ],
- [
- 23048,
- 3,
- 16,
- 6,
- 0.21375,
- "_AFHDMGGVQLICNNMVTSTR_"
- ],
- [
- 39119,
- 3,
- 15,
- 7,
- 0.1995,
- "_QSHAASAAPQASSPPDYTMAWAEYYR_"
- ],
- [
- 25226,
- 3,
- 22,
- 9,
- 0.29924,
- "_LVSDGQALPEMEIHLQTNAEK_"
- ],
- [
- 8760,
- 2,
- 17,
- 3,
- 0.228,
- "_NSLGGDVLFVGK_"
- ],
- [
- 27077,
- 2,
- 11,
- 5,
- 0.14252,
- "_EVSLGCMLNGQEVR_"
- ],
- [
- 3288,
- 2,
- 13,
- 2,
- 0.17101,
- "_ILAPYLEMK_"
- ],
- [
- 13254,
- 2,
- 13,
- 2,
- 0.17101,
- "_VTLVQTLEIQR_"
- ],
- [
- 15695,
- 3,
- 10,
- 5,
- 0.15676,
- "_GTYIHALDNGLFTLGAPHK_"
- ],
- [
- 36669,
- 2,
- 22,
- 6,
- 0.29923,
- "_SIYGEKFEDENFILK_"
- ],
- [
- 28073,
- 3,
- 10,
- 5,
- 0.12825,
- "_LQELNAHIVVSDPEDITDCPR_"
- ],
- [
- 45722,
- 2,
- 13,
- 5,
- 0.17101,
- "_TSQQLQLIDEQDSYIQSR_"
- ],
- [
- 41573,
- 2,
- 9,
- 2,
- 0.11397,
- "_ACLPSGSFLTCSSDNTIR_"
- ],
- [
- 36657,
- 3,
- 13,
- 4,
- 0.17101,
- "_AFQYVETHGEVCPANWTPDSPTIK_"
- ],
- [
- 12152,
- 2,
- 16,
- 4,
- 0.21374,
- "_LGICVTQFDPK_"
- ],
- [
- 22484,
- 3,
- 9,
- 5,
- 0.11397,
- "_EEEMDDMDRDLGDEYGWK_"
- ],
- [
- 49876,
- 2,
- 17,
- 6,
- 0.22799,
- "_EVFSSCSSEVVLSGDDEEYQR_"
- ],
- [
- 38125,
- 2,
- 12,
- 2,
- 0.15676,
- "_IETVNESWNALATPSDK_"
- ],
- [
- 45099,
- 3,
- 12,
- 8,
- 0.15676,
- "_VMSVVQTKPVQTSAVTGQASTGPVTQIIQTK_"
- ],
- [
- 5669,
- 3,
- 9,
- 2,
- 0.11397,
- "_KPLEALYGYDYFAR_"
- ],
- [
- 36875,
- 2,
- 15,
- 6,
- 0.1995,
- "_TAAQCLEHYEFLLDK_"
- ],
- [
- 37460,
- 2,
- 16,
- 5,
- 0.21374,
- "_SMDEFTASTPADLGEAGR_"
- ],
- [
- 49212,
- 2,
- 12,
- 4,
- 0.15676,
- "_TAQETSTMTMNVSQVDDVVSSK_"
- ],
- [
- 40622,
- 3,
- 10,
- 5,
- 0.12825,
- "_YSETATAIAYEQHGFFEQAQESYEK_"
- ],
- [
- 21751,
- 3,
- 12,
- 2,
- 0.15676,
- "_LKNDQANYSLNTDDPLIFK_"
- ],
- [
- 21416,
- 2,
- 16,
- 4,
- 0.21374,
- "_QAYVDKLEELMK_"
- ],
- [
- 19242,
- 2,
- 19,
- 4,
- 0.25649,
- "_YGIEPTMVVQGVK_"
- ],
- [
- 2528,
- 2,
- 10,
- 3,
- 0.12825,
- "_TLIINLPGSK_"
- ],
- [
- 15744,
- 4,
- 16,
- 7,
- 0.21374,
- "_IGDWQHAQNIMDQMPPYYAASHK_"
- ],
- [
- 6306,
- 3,
- 10,
- 4,
- 0.12825,
- "_AALVAGMYPNLVHVDR_"
- ],
- [
- 40849,
- 2,
- 9,
- 2,
- 0.11397,
- "_AIQTVSCLLQGPCDAGNR_"
- ],
- [
- 23256,
- 3,
- 11,
- 3,
- 0.14252,
- "_EGMLMGVKPGEDASGPAEDLVR_"
- ],
- [
- 3251,
- 4,
- 14,
- 6,
- 0.18527,
- "_VEPFLPGHYEVLDLKPNGK_"
- ],
- [
- 33636,
- 4,
- 11,
- 7,
- 0.14252,
- "_EEADGNKMEEEEGAKGEDEEMADPMEDVIIR_"
- ],
- [
- 34452,
- 2,
- 19,
- 4,
- 0.25649,
- "_GENSWFSTQVDTVATK_"
- ],
- [
- 2352,
- 3,
- 18,
- 5,
- 0.24224,
- "_QAQVPLAAVIKPLAR_"
- ],
- [
- 9936,
- 2,
- 10,
- 3,
- 0.12825,
- "_WLGTPIEEMR_"
- ],
- [
- 38208,
- 2,
- 17,
- 4,
- 0.22799,
- "_EQLDSSNSTIAILQTEK_"
- ],
- [
- 6718,
- 2,
- 14,
- 4,
- 0.18527,
- "_LPEVEVPQHL_"
- ],
- [
- 5766,
- 2,
- 14,
- 4,
- 0.18527,
- "_LNLGTVGFYR_"
- ],
- [
- 13336,
- 2,
- 15,
- 3,
- 0.1995,
- "_TLLENTAITIGR_"
- ],
- [
- 24709,
- 3,
- 18,
- 7,
- 0.24224,
- "_ACMLTTATAHDGDVNVISWSR_"
- ],
- [
- 25796,
- 2,
- 15,
- 3,
- 0.1995,
- "_VFANAPDSACVIGLK_"
- ],
- [
- 6376,
- 2,
- 15,
- 4,
- 0.1995,
- "_DSEGGWFIDK_"
- ],
- [
- 25780,
- 2,
- 8,
- 3,
- 0.099716,
- "_APTYFCGQTLTFR_"
- ],
- [
- 6554,
- 3,
- 9,
- 2,
- 0.11397,
- "_LFQQILSGVDYCHR_"
- ],
- [
- 27400,
- 2,
- 14,
- 4,
- 0.18527,
- "_MEMINVSGYVAQEK_"
- ],
- [
- 23070,
- 2,
- 10,
- 5,
- 0.12821,
- "_SKIEDYFPEFAR_"
- ],
- [
- 2232,
- 2,
- 13,
- 5,
- 0.17101,
- "_LSEDIDLLK_"
- ],
- [
- 45659,
- 2,
- 11,
- 3,
- 0.1425,
- "_EVIAEEEPPTVTEPLPENR_"
- ],
- [
- 9760,
- 2,
- 11,
- 2,
- 0.1425,
- "_VQSLNVDAIIR_"
- ],
- [
- 38999,
- 3,
- 13,
- 5,
- 0.17101,
- "_QFCQEGQPHVLEALSPPQTSGLSPSR_"
- ],
- [
- 25645,
- 2,
- 11,
- 2,
- 0.1425,
- "_SLSLPVCSVADSAPR_"
- ],
- [
- 25921,
- 2,
- 13,
- 5,
- 0.17101,
- "_SAWLSGYENPVVSR_"
- ],
- [
- 7148,
- 3,
- 11,
- 5,
- 0.1425,
- "_KNIYGNIEDLVVHIK_"
- ],
- [
- 28226,
- 2,
- 10,
- 4,
- 0.12821,
- "_SGPLFNFDVHDDVR_"
- ],
- [
- 46114,
- 3,
- 12,
- 5,
- 0.15676,
- "_HEDPSIISMEDGSPYVNGSLGEVTPCQHAK_"
- ],
- [
- 4998,
- 2,
- 12,
- 3,
- 0.15676,
- "_LQGSDLFWR_"
- ],
- [
- 23883,
- 2,
- 12,
- 4,
- 0.15676,
- "_AFTTTLNLLPYHK_"
- ],
- [
- 10234,
- 2,
- 10,
- 4,
- 0.12821,
- "_FIDTTLAITSR_"
- ],
- [
- 23714,
- 2,
- 12,
- 5,
- 0.15676,
- "_ISLNSLCYGDMDK_"
- ],
- [
- 32814,
- 3,
- 11,
- 5,
- 0.1425,
- "_EIEQEAAVELSQLRDPQHDLDR_"
- ],
- [
- 24889,
- 4,
- 24,
- 9,
- 0.32773,
- "_VVETDPSPYCIVAPDTVIHCEGEPIKR_"
- ],
- [
- 14905,
- 3,
- 12,
- 5,
- 0.15676,
- "_QIFDEYENETFLCHR_"
- ],
- [
- 21992,
- 3,
- 13,
- 2,
- 0.17101,
- "_KGVCDQSFGIHVAELANFPK_"
- ],
- [
- 396,
- 2,
- 12,
- 4,
- 0.15676,
- "_GLTVVVAFR_"
- ],
- [
- 16963,
- 2,
- 9,
- 4,
- 0.11396,
- "_WTEYGLTFTEK_"
- ],
- [
- 4047,
- 2,
- 12,
- 3,
- 0.15676,
- "_EPVSLPGIMR_"
- ],
- [
- 7739,
- 3,
- 13,
- 2,
- 0.17101,
- "_QLLNCLHVITMYNR_"
- ],
- [
- 13050,
- 4,
- 10,
- 3,
- 0.12821,
- "_EIEQEAAVELSQLRDPQHDLDR_"
- ],
- [
- 7433,
- 2,
- 10,
- 3,
- 0.12821,
- "_DEILEWESR_"
- ],
- [
- 34252,
- 4,
- 15,
- 9,
- 0.19951,
- "_TRDDGDEEGLLTHSEEELEHSQDTDADDGALQ_"
- ],
- [
- 18193,
- 3,
- 17,
- 7,
- 0.22798,
- "_NYTEEEDRFLICMLHK_"
- ],
- [
- 48275,
- 2,
- 18,
- 7,
- 0.24223,
- "_TGGAYGEDLGADYNLSQVCDGK_"
- ],
- [
- 6944,
- 3,
- 19,
- 4,
- 0.25648,
- "_TKEEALELINGYIQK_"
- ],
- [
- 22837,
- 2,
- 17,
- 5,
- 0.22798,
- "_MSSYAFFVQTCR_"
- ],
- [
- 20672,
- 2,
- 14,
- 5,
- 0.18525,
- "_TFNCGVGAVLVVSK_"
- ],
- [
- 38268,
- 2,
- 8,
- 2,
- 0.099722,
- "_DLDDALSCKPLADGNFK_"
- ],
- [
- 3,
- 2,
- 16,
- 5,
- 0.21375,
- "_ALDIPLVK_"
- ],
- [
- 7863,
- 3,
- 19,
- 7,
- 0.25648,
- "_QGGLGPMNIPLVSDPKR_"
- ],
- [
- 8314,
- 3,
- 14,
- 4,
- 0.18525,
- "_VLLVQVDVKDPQQALK_"
- ],
- [
- 15437,
- 2,
- 16,
- 2,
- 0.21375,
- "_DLIQVVHEYTK_"
- ],
- [
- 23329,
- 2,
- 17,
- 6,
- 0.22798,
- "_GLPWSCSADEVMR_"
- ],
- [
- 31667,
- 2,
- 17,
- 5,
- 0.22798,
- "_QLDMQSSWVYETGR_"
- ],
- [
- 45202,
- 3,
- 13,
- 7,
- 0.17101,
- "_ENENGEEEEEEAEFGEEDLFHQQGDPR_"
- ],
- [
- 26733,
- 2,
- 13,
- 4,
- 0.17101,
- "_CAGPTPEAELQALAR_"
- ],
- [
- 21779,
- 2,
- 8,
- 4,
- 0.099722,
- "_LAHPFSLAVFEDK_"
- ],
- [
- 46894,
- 2,
- 15,
- 3,
- 0.19951,
- "_ATQLEQMKEDYSYIMETK_"
- ],
- [
- 33165,
- 2,
- 10,
- 4,
- 0.12818,
- "_SVTGEIVLITGAGHGIGR_"
- ],
- [
- 40294,
- 2,
- 11,
- 3,
- 0.14243,
- "_MQEVYNFNAINNSEIR_"
- ],
- [
- 20929,
- 3,
- 19,
- 8,
- 0.25645,
- "_EELGLIEQAYDNPHEALSR_"
- ],
- [
- 11797,
- 2,
- 10,
- 3,
- 0.12818,
- "_QQPMALAVALTK_"
- ],
- [
- 38752,
- 3,
- 15,
- 7,
- 0.19947,
- "_GHGDSVDQLCWHPSNPDLFVTASGDK_"
- ],
- [
- 34708,
- 2,
- 13,
- 3,
- 0.17098,
- "_EIESEIDSEEELINK_"
- ],
- [
- 29377,
- 2,
- 16,
- 6,
- 0.21373,
- "_FDEFFSAGCAPGSPR_"
- ],
- [
- 13358,
- 2,
- 12,
- 3,
- 0.15671,
- "_EAEAQLWWAAK_"
- ],
- [
- 10857,
- 2,
- 12,
- 5,
- 0.15671,
- "_ILPQYIFNSR_"
- ],
- [
- 3366,
- 4,
- 12,
- 3,
- 0.15671,
- "_RKDPELWGSVLLESNPYR_"
- ],
- [
- 32581,
- 2,
- 7,
- 4,
- 0.085443,
- "_GNSLTLIDLPGHESLR_"
- ],
- [
- 8459,
- 3,
- 13,
- 6,
- 0.17098,
- "_EQLDPDELETITMHK_"
- ],
- [
- 20423,
- 2,
- 13,
- 3,
- 0.17098,
- "_FKDIFQEIYDK_"
- ],
- [
- 20874,
- 3,
- 12,
- 3,
- 0.15671,
- "_VGQQAIVLCISPSKPNPVFK_"
- ],
- [
- 5698,
- 3,
- 12,
- 4,
- 0.15671,
- "_SQLLKDPQVLFAGYK_"
- ],
- [
- 16703,
- 3,
- 22,
- 7,
- 0.29918,
- "_LKDPANFQYPAESVLAYK_"
- ],
- [
- 18432,
- 2,
- 17,
- 5,
- 0.22797,
- "_GISDLAQHYLMR_"
- ],
- [
- 17889,
- 2,
- 13,
- 5,
- 0.17098,
- "_TPNGVVLAPVQLGK_"
- ],
- [
- 36956,
- 2,
- 12,
- 4,
- 0.15671,
- "_TILSAQVQLVGQSPGEGR_"
- ],
- [
- 20988,
- 2,
- 12,
- 5,
- 0.15671,
- "_ELTVDNSFEFEK_"
- ],
- [
- 13533,
- 3,
- 11,
- 2,
- 0.14243,
- "_LSGIAAENMVVADVYNHR_"
- ],
- [
- 34613,
- 2,
- 14,
- 4,
- 0.18522,
- "_ASMQPIQIAEGTGITTR_"
- ],
- [
- 45879,
- 2,
- 9,
- 2,
- 0.11394,
- "_(Acetyl (Protein N-term))ADSGTAGGAALAAPAPGPGSGGPGPR_"
- ],
- [
- 6827,
- 2,
- 14,
- 3,
- 0.18522,
- "_GYAFITFCGK_"
- ],
- [
- 6165,
- 3,
- 14,
- 4,
- 0.18522,
- "_IVTGGSDNHLILVDLR_"
- ],
- [
- 31951,
- 2,
- 14,
- 5,
- 0.18522,
- "_VSGVECMIIANDATVK_"
- ],
- [
- 41227,
- 2,
- 14,
- 6,
- 0.18522,
- "_IIAFVGSPVEDNEKDLVK_"
- ],
- [
- 20703,
- 2,
- 15,
- 5,
- 0.19947,
- "_IWGTEGDSWICK_"
- ],
- [
- 12440,
- 4,
- 11,
- 6,
- 0.14243,
- "_QHIVNDMNPGNLHLFINAYNSR_"
- ],
- [
- 5172,
- 2,
- 9,
- 3,
- 0.12818,
- "_ALGYFAVVTGK_"
- ],
- [
- 47509,
- 2,
- 22,
- 7,
- 0.29918,
- "_SDQLQQAVQSQGFINYCQK_"
- ],
- [
- 33616,
- 2,
- 10,
- 2,
- 0.12818,
- "_GSQELGMSNVQELSLR_"
- ],
- [
- 49937,
- 2,
- 15,
- 6,
- 0.19947,
- "_AGSNMLLIGVHGPTTPCEEVSMK_"
- ],
- [
- 15150,
- 2,
- 21,
- 6,
- 0.28495,
- "_GCDVVVIPAGVPR_"
- ],
- [
- 6595,
- 3,
- 11,
- 4,
- 0.14243,
- "_KILALLDALSTVHSQK_"
- ],
- [
- 31390,
- 3,
- 12,
- 2,
- 0.15671,
- "_GVEAIPEGSHIKDNEQALYELVK_"
- ],
- [
- 20146,
- 3,
- 13,
- 5,
- 0.17098,
- "_RKDPELWGSVLLESNPYR_"
- ],
- [
- 19932,
- 2,
- 10,
- 4,
- 0.12818,
- "_DMGGYSTTTDFIK_"
- ],
- [
- 41395,
- 2,
- 14,
- 5,
- 0.18522,
- "_QSYGLSMDFNSPNDYNK_"
- ],
- [
- 35783,
- 2,
- 11,
- 3,
- 0.14243,
- "_PGPAFPQQVPLVQQGSR_"
- ],
- [
- 26522,
- 2,
- 15,
- 3,
- 0.19947,
- "_CESLLGLDPATCSR_"
- ],
- [
- 36554,
- 2,
- 18,
- 2,
- 0.2422,
- "_LLTECPPMMDTEYTK_"
- ],
- [
- 20121,
- 2,
- 18,
- 4,
- 0.2422,
- "_DMNQVLDAYENK_"
- ],
- [
- 18591,
- 2,
- 20,
- 4,
- 0.27069,
- "_GCTVWLTGLSGAGK_"
- ],
- [
- 11783,
- 2,
- 7,
- 2,
- 0.085423,
- "_EFSPFGSITSAK_"
- ],
- [
- 49987,
- 2,
- 7,
- 5,
- 0.085423,
- "_SSSLEMTPYNTPQLSPATTPANK_"
- ],
- [
- 35459,
- 2,
- 9,
- 5,
- 0.11393,
- "_HATALEELSEQLEQAK_"
- ],
- [
- 33866,
- 3,
- 12,
- 5,
- 0.15668,
- "_ISTPQTNTVPIKPLISTPPVSSQPK_"
- ],
- [
- 8674,
- 2,
- 12,
- 2,
- 0.15668,
- "_VILDLTPNYR_"
- ],
- [
- 27896,
- 4,
- 13,
- 6,
- 0.17096,
- "_KKPEQVVALDAQNIVAVSCGEAHTLALNDK_"
- ],
- [
- 22466,
- 2,
- 21,
- 2,
- 0.28494,
- "_TVLDPVTGDLSDTR_"
- ],
- [
- 7928,
- 2,
- 20,
- 4,
- 0.27069,
- "_FQSLGVAFYR_"
- ],
- [
- 40338,
- 2,
- 21,
- 5,
- 0.28494,
- "_VWLDPNETNEIANANSR_"
- ],
- [
- 38320,
- 3,
- 13,
- 5,
- 0.17096,
- "_LESPSFTGTGDTEIAHATEDLENNGSK_"
- ],
- [
- 28085,
- 2,
- 11,
- 4,
- 0.14242,
- "_LLQDLQLGDEEDAR_"
- ],
- [
- 32753,
- 2,
- 10,
- 4,
- 0.12818,
- "_TTQIPQYLYEGGISR_"
- ],
- [
- 6397,
- 2,
- 10,
- 2,
- 0.12818,
- "_AVDTICSFLK_"
- ],
- [
- 5499,
- 3,
- 14,
- 5,
- 0.18522,
- "_YGEGHQAWIIGIVEK_"
- ],
- [
- 31116,
- 3,
- 11,
- 3,
- 0.14242,
- "_VSSTWTTTTSATGLPTLEPAPVRR_"
- ],
- [
- 45709,
- 3,
- 14,
- 7,
- 0.18522,
- "_TQTPPVSPAPQPTEERLPSSPVYEDAASFK_"
- ],
- [
- 10576,
- 2,
- 14,
- 5,
- 0.18522,
- "_RSIGTGGIQDLK_"
- ],
- [
- 28889,
- 2,
- 10,
- 2,
- 0.12818,
- "_SFYPEEVSSM(Oxidation (M))VLTK_"
- ],
- [
- 890,
- 2,
- 17,
- 4,
- 0.22797,
- "_QDVYDLLK_"
- ],
- [
- 13558,
- 2,
- 24,
- 7,
- 0.32768,
- "_AADTIGYPVMIR_"
- ],
- [
- 3328,
- 3,
- 16,
- 7,
- 0.21371,
- "_SGPLFNFDVHDDVR_"
- ],
- [
- 23482,
- 2,
- 10,
- 4,
- 0.12818,
- "_DLLKPIQDVNSLR_"
- ],
- [
- 5398,
- 3,
- 16,
- 4,
- 0.21371,
- "_RPMSAYMLWLNASR_"
- ],
- [
- 41935,
- 3,
- 17,
- 8,
- 0.22797,
- "_IQIASESSGIPERPCVLTGTPESIEQAK_"
- ],
- [
- 1508,
- 2,
- 14,
- 4,
- 0.18522,
- "_LYELIITR_"
- ],
- [
- 29176,
- 4,
- 11,
- 4,
- 0.14242,
- "_FLYEPLPVESHLDHCMHDHFNAEIVTK_"
- ],
- [
- 29007,
- 2,
- 16,
- 5,
- 0.21371,
- "_QALETVNDYNPLMK_"
- ],
- [
- 30761,
- 2,
- 12,
- 5,
- 0.15668,
- "_AVSEGNLLLLHEALAK_"
- ],
- [
- 2991,
- 2,
- 17,
- 5,
- 0.22797,
- "_YLTVATVFR_"
- ],
- [
- 1745,
- 2,
- 9,
- 4,
- 0.11393,
- "_ISEVVELLK_"
- ],
- [
- 20844,
- 2,
- 10,
- 4,
- 0.12818,
- "_DSGYGDIWCPER_"
- ],
- [
- 16662,
- 2,
- 11,
- 4,
- 0.14242,
- "_QASPSIVIALAGNK_"
- ],
- [
- 25750,
- 2,
- 13,
- 3,
- 0.17092,
- "_SVMAAAQVAGLNCLR_"
- ],
- [
- 12163,
- 3,
- 11,
- 6,
- 0.14243,
- "_VQLFEDPTVDKEVEIR_"
- ],
- [
- 22921,
- 3,
- 12,
- 5,
- 0.15667,
- "_NLPEYALLCQEHAAVLLHR_"
- ],
- [
- 35767,
- 3,
- 8,
- 4,
- 0.099671,
- "_SVYVGEETNITLNDLKPAMDYHAK_"
- ],
- [
- 46578,
- 3,
- 11,
- 8,
- 0.14243,
- "_NDYSGEILNNCCVMEYHQATGTLSAHFR_"
- ],
- [
- 16725,
- 3,
- 10,
- 2,
- 0.12818,
- "_NPVWYQALTHGLNEEQR_"
- ],
- [
- 45357,
- 2,
- 8,
- 5,
- 0.099671,
- "_AGPDSAGIALYSHEDVCVFK_"
- ],
- [
- 5270,
- 2,
- 12,
- 3,
- 0.15667,
- "_FAEFDQIMK_"
- ],
- [
- 34460,
- 3,
- 12,
- 6,
- 0.15667,
- "_ALNEHHVNATLDLIEGSMTVCTTK_"
- ],
- [
- 12888,
- 2,
- 13,
- 5,
- 0.17092,
- "_VLETTVEIFNK_"
- ],
- [
- 50271,
- 2,
- 12,
- 6,
- 0.15667,
- "_AVQLLLETSADNQHYYCDSLK_"
- ],
- [
- 15424,
- 2,
- 4,
- 4,
- 0.042708,
- "_IESSGVTYFWR_"
- ],
- [
- 31611,
- 3,
- 9,
- 5,
- 0.11393,
- "_DRVAILVDDMADTCGTICHAADK_"
- ],
- [
- 36629,
- 2,
- 6,
- 2,
- 0.071192,
- "_SKYDEIFYNLAPADGK_"
- ],
- [
- 6589,
- 3,
- 9,
- 6,
- 0.11393,
- "_STGVFQDEELLFSHK_"
- ],
- [
- 34195,
- 2,
- 11,
- 5,
- 0.14243,
- "_SEDPDQQYLILNTAR_"
- ],
- [
- 44227,
- 2,
- 10,
- 5,
- 0.12818,
- "_GQNACSEIYIHGLGLAINR_"
- ],
- [
- 45460,
- 2,
- 7,
- 2,
- 0.085429,
- "_AIVLFSPDHPGLTSTSQIEK_"
- ],
- [
- 44528,
- 4,
- 13,
- 8,
- 0.17092,
- "_FSEVAAVSEKPIFQESPSHLLEESPPNPCSEQLHCSK_"
- ],
- [
- 7303,
- 2,
- 13,
- 3,
- 0.17092,
- "_DVTGAEALLER_"
- ],
- [
- 15487,
- 2,
- 12,
- 4,
- 0.15667,
- "_VGGNIEVLGFNAR_"
- ],
- [
- 27973,
- 2,
- 9,
- 2,
- 0.11393,
- "_QDKDAIAILDGIPSR_"
- ],
- [
- 11913,
- 3,
- 12,
- 4,
- 0.15667,
- "_VTEELAAATAQVSHLQLK_"
- ],
- [
- 10379,
- 2,
- 18,
- 4,
- 0.24222,
- "_NVEMFMTIEK_"
- ],
- [
- 28254,
- 2,
- 23,
- 5,
- 0.31344,
- "_HEQILVLDPPTDLK_"
- ],
- [
- 9347,
- 2,
- 14,
- 5,
- 0.1852,
- "_FAYGYIEDLK_"
- ],
- [
- 19431,
- 2,
- 13,
- 5,
- 0.17092,
- "_GDVTAQIALQPALK_"
- ],
- [
- 4002,
- 2,
- 15,
- 4,
- 0.19947,
- "_EFGFSGLNVK_"
- ],
- [
- 15554,
- 3,
- 13,
- 2,
- 0.17092,
- "_SNMDNM(Oxidation (M))FESYINNLRR_"
- ],
- [
- 9705,
- 2,
- 16,
- 5,
- 0.21372,
- "_DGLAFNALIHR_"
- ],
- [
- 38260,
- 2,
- 15,
- 2,
- 0.19947,
- "_NTSEQDQPMGGWEMIR_"
- ],
- [
- 23563,
- 3,
- 13,
- 4,
- 0.17092,
- "_YPDSILEHQIQVRPFNALK_"
- ],
- [
- 28300,
- 3,
- 19,
- 9,
- 0.25646,
- "_AGSNMLLIGVHGPTTPCEEVSMK_"
- ],
- [
- 11325,
- 2,
- 17,
- 2,
- 0.22796,
- "_LGVSCEVIDLR_"
- ],
- [
- 32997,
- 2,
- 16,
- 4,
- 0.21372,
- "_LLM(Oxidation (M))MAGIDDCYTSAR_"
- ],
- [
- 16905,
- 3,
- 13,
- 6,
- 0.17092,
- "_MDIDAPDVDVHGPDWHLK_"
- ],
- [
- 31960,
- 2,
- 15,
- 5,
- 0.19947,
- "_LPILNQPSTQIVANAK_"
- ],
- [
- 40220,
- 3,
- 14,
- 6,
- 0.1852,
- "_SEEAPAGCGAEGGGPGSGPFADLAPGAVHMR_"
- ],
- [
- 30210,
- 2,
- 17,
- 5,
- 0.228,
- "_DHINLPGFSGQNPLR_"
- ],
- [
- 14013,
- 3,
- 18,
- 7,
- 0.24225,
- "_IIAFVGSPVEDNEKDLVK_"
- ],
- [
- 22333,
- 2,
- 7,
- 4,
- 0.085481,
- "_TWGLQATNAVSPLK_"
- ],
- [
- 40490,
- 3,
- 13,
- 5,
- 0.17096,
- "_SSQHSLCSMMIVDTPGFQNPEQGGSAR_"
- ],
- [
- 28094,
- 2,
- 13,
- 3,
- 0.17096,
- "_DQIIELDQTGNQLK_"
- ],
- [
- 38224,
- 3,
- 11,
- 6,
- 0.14247,
- "_EEIVHQLPSNKPEELENNVDQILK_"
- ],
- [
- 33320,
- 2,
- 17,
- 7,
- 0.228,
- "_NYTDEAIETDDLTIK_"
- ],
- [
- 8882,
- 3,
- 16,
- 8,
- 0.21376,
- "_IYGADDIELLPEAQHK_"
- ],
- [
- 26940,
- 2,
- 13,
- 5,
- 0.17096,
- "_SYSPYDMLESIRK_"
- ],
- [
- 23626,
- 2,
- 12,
- 3,
- 0.15672,
- "_LQGLSSLMYASESK_"
- ],
- [
- 4530,
- 3,
- 12,
- 5,
- 0.15672,
- "_DHINLPGFSGQNPLR_"
- ],
- [
- 37249,
- 2,
- 12,
- 5,
- 0.15672,
- "_IAVYSCPFDGM(Oxidation (M))ITETK_"
- ],
- [
- 26902,
- 3,
- 10,
- 5,
- 0.12822,
- "_DKVLTAEELNAAQTSVAYGCIK_"
- ],
- [
- 29286,
- 2,
- 11,
- 4,
- 0.14247,
- "_LIAEQTLQENLIEK_"
- ],
- [
- 40513,
- 4,
- 10,
- 6,
- 0.12822,
- "_KTHLCDVEIPGQGPMCESNSTMPGPSLESPVSTPAGK_"
- ],
- [
- 41847,
- 2,
- 7,
- 5,
- 0.085481,
- "_AQAISPCVQNFCSALDSK_"
- ],
- [
- 1588,
- 3,
- 10,
- 5,
- 0.12822,
- "_QTVFLLEKPFSVK_"
- ],
- [
- 19366,
- 2,
- 10,
- 2,
- 0.12822,
- "_EPFPTIYVDSQK_"
- ],
- [
- 9030,
- 3,
- 10,
- 3,
- 0.12822,
- "_HGNLEEAEHLLQDAIK_"
- ],
- [
- 35347,
- 3,
- 12,
- 5,
- 0.15672,
- "_DSTGIVTPSGTFHQHVPAGYMDFPK_"
- ],
- [
- 35983,
- 2,
- 17,
- 5,
- 0.228,
- "_IYGADDIELLPEAQHK_"
- ],
- [
- 16003,
- 3,
- 13,
- 5,
- 0.17096,
- "_SSHLGQEVTLCGWIQYR_"
- ],
- [
- 46771,
- 2,
- 13,
- 6,
- 0.17096,
- "_RVEDAYILTCNVSLEYEK_"
- ],
- [
- 4885,
- 3,
- 17,
- 6,
- 0.228,
- "_AVSEGNLLLLHEALAK_"
- ],
- [
- 11014,
- 3,
- 12,
- 4,
- 0.15672,
- "_VEFVHMLNATMCATTR_"
- ],
- [
- 20972,
- 3,
- 12,
- 2,
- 0.15672,
- "_EKQQEVEAITLELEELKR_"
- ],
- [
- 21422,
- 2,
- 16,
- 6,
- 0.21376,
- "_TVTAMDVVYALKR_"
- ],
- [
- 27990,
- 3,
- 9,
- 8,
- 0.11396,
- "_EQQIVIQSSGGLSKDDIENMVK_"
- ],
- [
- 6101,
- 2,
- 9,
- 4,
- 0.11396,
- "_TNLASTVLSLK_"
- ],
- [
- 5540,
- 4,
- 14,
- 4,
- 0.18521,
- "_YPDSILEHQIQVRPFNALK_"
- ],
- [
- 34430,
- 2,
- 14,
- 3,
- 0.18521,
- "_LAAAVAGPGGLSGSTLVDGR_"
- ],
- [
- 20763,
- 2,
- 14,
- 4,
- 0.18521,
- "_TYEQVLENLESK_"
- ],
- [
- 45042,
- 2,
- 11,
- 5,
- 0.14247,
- "_IVITGDGDIDHDQALAQAIR_"
- ],
- [
- 30815,
- 3,
- 9,
- 7,
- 0.11396,
- "_WCAEGGNLICCDFCHNAFCK_"
- ],
- [
- 45562,
- 2,
- 11,
- 5,
- 0.14247,
- "_EADDDEEVDDNIPEMPSPK_"
- ],
- [
- 28171,
- 2,
- 8,
- 4,
- 0.099718,
- "_SHSWLESCIVGWR_"
- ],
- [
- 22530,
- 3,
- 14,
- 6,
- 0.18521,
- "_HLRPGGILVLEPQPWSSYGK_"
- ],
- [
- 13339,
- 2,
- 8,
- 5,
- 0.099718,
- "_KALVDILSEVSK_"
- ],
- [
- 12441,
- 4,
- 21,
- 5,
- 0.28498,
- "_DAEPRPPHGELQYLGQIQHILR_"
- ],
- [
- 28941,
- 3,
- 13,
- 5,
- 0.17096,
- "_LVYQHDDSETTEDDIPFVATR_"
- ],
- [
- 12333,
- 2,
- 12,
- 5,
- 0.15672,
- "_DGVCVLGLHLAK_"
- ],
- [
- 17963,
- 3,
- 15,
- 5,
- 0.19946,
- "_AALWALQGGTSVVIANGTHPK_"
- ],
- [
- 14581,
- 4,
- 13,
- 6,
- 0.17097,
- "_ALNEHHVNATLDLIEGSMTVCTTK_"
- ],
- [
- 14087,
- 3,
- 10,
- 5,
- 0.12821,
- "_LSKNEVLMVNIGSLSTGGR_"
- ],
- [
- 45097,
- 3,
- 18,
- 7,
- 0.24225,
- "_GTEGHQGPLTCVAANQDGSLILTGSVDCQAK_"
- ],
- [
- 44906,
- 2,
- 13,
- 6,
- 0.17097,
- "_SVASNQSEMEFSSLQDMPK_"
- ],
- [
- 33913,
- 2,
- 11,
- 5,
- 0.14247,
- "_FMEYVAEQWEMHR_"
- ],
- [
- 11041,
- 2,
- 9,
- 3,
- 0.11397,
- "_FLLESFNNDR_"
- ],
- [
- 40461,
- 2,
- 21,
- 7,
- 0.28499,
- "_EEQSQITSQVTGQIGWR_"
- ],
- [
- 21369,
- 2,
- 12,
- 3,
- 0.15672,
- "_EYVTDLLQGNEGK_"
- ],
- [
- 37086,
- 2,
- 7,
- 3,
- 0.085488,
- "_LNRLPAAGVGDMVMATVK_"
- ],
- [
- 21042,
- 2,
- 21,
- 6,
- 0.28499,
- "_ILLNACCPGWVR_"
- ],
- [
- 42649,
- 3,
- 12,
- 6,
- 0.15672,
- "_SSVSDAPVHITASGEPVPISEESEELDQK_"
- ],
- [
- 19713,
- 2,
- 13,
- 5,
- 0.17097,
- "_ATILCTSYVQFK_"
- ],
- [
- 16993,
- 3,
- 13,
- 4,
- 0.17097,
- "_LEAELAAHEPAIQGVLDTGK_"
- ],
- [
- 44763,
- 2,
- 21,
- 5,
- 0.28499,
- "_IFQNAPTDPTQDFSTQVAK_"
- ],
- [
- 8919,
- 3,
- 15,
- 6,
- 0.19946,
- "_IVEGISQPIWLVSDTR_"
- ],
- [
- 3227,
- 2,
- 13,
- 4,
- 0.17097,
- "_ELIHLLPIK_"
- ],
- [
- 3184,
- 3,
- 12,
- 4,
- 0.15672,
- "_QDKDAIAILDGIPSR_"
- ],
- [
- 44370,
- 2,
- 14,
- 5,
- 0.1852,
- "_AALWALQGGTSVVIANGTHPK_"
- ],
- [
- 18732,
- 3,
- 16,
- 3,
- 0.21374,
- "_GLVVLGFPCNQFGHQENAK_"
- ],
- [
- 18849,
- 2,
- 17,
- 3,
- 0.22801,
- "_FDLCLTEQQMK_"
- ],
- [
- 23177,
- 2,
- 10,
- 4,
- 0.12821,
- "_SENAVVDGPFLVEK_"
- ],
- [
- 16617,
- 3,
- 20,
- 3,
- 0.27076,
- "_YNLNSHPPLNVLEQATIK_"
- ],
- [
- 42800,
- 2,
- 11,
- 5,
- 0.15672,
- "_(Acetyl (Protein N-term))MECPHLSSSVCIAPDSAK_"
- ],
- [
- 12722,
- 2,
- 17,
- 3,
- 0.22801,
- "_AVCVEAGMIALR_"
- ],
- [
- 18833,
- 3,
- 12,
- 3,
- 0.15672,
- "_MEGLECHVFIGGTPLSQDK_"
- ],
- [
- 34783,
- 3,
- 10,
- 5,
- 0.12821,
- "_LLAWSGVLEWQEKPKPASVDANTK_"
- ],
- [
- 17502,
- 2,
- 14,
- 4,
- 0.1852,
- "_DYTSGAMLTGELK_"
- ],
- [
- 48046,
- 2,
- 15,
- 7,
- 0.19946,
- "_FQSDSSSYPTVDSNSLLGQSR_"
- ],
- [
- 31994,
- 2,
- 10,
- 2,
- 0.12821,
- "_GEVNGQVGLFPSNYVK_"
- ],
- [
- 31681,
- 2,
- 8,
- 2,
- 0.099729,
- "_MSTGTFVVSQPLNYR_"
- ],
- [
- 15172,
- 2,
- 15,
- 7,
- 0.19946,
- "_EQLSDMMMINK_"
- ],
- [
- 14077,
- 2,
- 10,
- 6,
- 0.12821,
- "_TSIAIDTIINQK_"
- ],
- [
- 27443,
- 3,
- 16,
- 3,
- 0.21374,
- "_QGCPFQPWDGLEEHSQALSGR_"
- ],
- [
- 43604,
- 2,
- 12,
- 4,
- 0.15672,
- "_LEAELAAHEPAIQGVLDTGK_"
- ],
- [
- 30039,
- 2,
- 12,
- 5,
- 0.15672,
- "_ALHSVLQAVPLNELR_"
- ],
- [
- 5786,
- 3,
- 10,
- 5,
- 0.12821,
- "_QTVLDKYELLTQMK_"
- ],
- [
- 21107,
- 3,
- 13,
- 5,
- 0.17097,
- "_TTFDEAM(Oxidation (M))ADLHTLSEDSYK_"
- ],
- [
- 46224,
- 2,
- 14,
- 6,
- 0.1852,
- "_DFDFESANAQFNKEEIDR_"
- ],
- [
- 2801,
- 3,
- 12,
- 4,
- 0.15672,
- "_QSGSLPLSSLTHVLR_"
- ],
- [
- 2316,
- 2,
- 13,
- 3,
- 0.17095,
- "_DQGAYLILR_"
- ],
- [
- 10993,
- 3,
- 13,
- 5,
- 0.17095,
- "_FVGIKDEDQLEAFLKK_"
- ],
- [
- 30508,
- 2,
- 21,
- 4,
- 0.28498,
- "_TMYPAPVTSSVYLSR_"
- ],
- [
- 21958,
- 2,
- 13,
- 2,
- 0.17095,
- "_EIAEAYDVLSDPR_"
- ],
- [
- 4168,
- 2,
- 16,
- 3,
- 0.21369,
- "_LDDLVNWAR_"
- ],
- [
- 50808,
- 2,
- 12,
- 6,
- 0.1567,
- "_SLYQSAGVAPESFEYIEAHGTGTK_"
- ],
- [
- 20045,
- 4,
- 10,
- 4,
- 0.12819,
- "_ELQTCLQGLELGAAEKEEDYHTALR_"
- ],
- [
- 28468,
- 2,
- 10,
- 5,
- 0.12819,
- "_TLHLQTGNLLNWGR_"
- ],
- [
- 11714,
- 2,
- 10,
- 5,
- 0.12819,
- "_QALVAIFTHLR_"
- ],
- [
- 16520,
- 2,
- 10,
- 4,
- 0.12819,
- "_HIVPACFLAPLK_"
- ],
- [
- 7132,
- 2,
- 11,
- 3,
- 0.14244,
- "_TLVQILTEPR_"
- ],
- [
- 12201,
- 2,
- 24,
- 4,
- 0.3277,
- "_VLPPPAGYVPIR_"
- ],
- [
- 7550,
- 3,
- 11,
- 6,
- 0.14244,
- "_FWDLSTETPHFTCK_"
- ],
- [
- 12384,
- 2,
- 11,
- 4,
- 0.14244,
- "_IDVVVNNAGILR_"
- ],
- [
- 37301,
- 2,
- 11,
- 3,
- 0.14244,
- "_YDFEDDEESTIYAPR_"
- ],
- [
- 43907,
- 3,
- 11,
- 5,
- 0.14244,
- "_FFTTGSDSESESSLSGEELVTKPVGGNYGK_"
- ],
- [
- 39636,
- 2,
- 11,
- 6,
- 0.14244,
- "_GTFVHSTWTCPMEVLR_"
- ],
- [
- 15026,
- 3,
- 13,
- 5,
- 0.17095,
- "_KSEIQTLKEEIEQSLTK_"
- ],
- [
- 19941,
- 2,
- 11,
- 6,
- 0.14244,
- "_LPCIFICENNR_"
- ],
- [
- 32825,
- 3,
- 9,
- 7,
- 0.11396,
- "_NAAVIDPLQFHMGVERPGVTNVAR_"
- ],
- [
- 46938,
- 3,
- 12,
- 7,
- 0.1567,
- "_FEEESKEPVADEEEEDSDDDVEPITEFR_"
- ],
- [
- 26205,
- 4,
- 12,
- 4,
- 0.1567,
- "_FLYGDEEEDLKAESVPKPLGSSESEVMR_"
- ],
- [
- 22445,
- 3,
- 9,
- 6,
- 0.11396,
- "_VFTTLVLCDKPLSQDPQDR_"
- ],
- [
- 43071,
- 2,
- 12,
- 3,
- 0.1567,
- "_HSSDASSLLPQNILSQTSR_"
- ],
- [
- 24995,
- 3,
- 12,
- 7,
- 0.1567,
- "_FVLQDGAHHMVDSNEISFIR_"
- ],
- [
- 21207,
- 3,
- 12,
- 5,
- 0.1567,
- "_GYGICHGTAGNGYSFLSLYR_"
- ],
- [
- 745,
- 2,
- 12,
- 3,
- 0.1567,
- "_VMLALPSVR_"
- ],
- [
- 46870,
- 3,
- 12,
- 4,
- 0.1567,
- "_EAELENSGLALYDGKDGTDGETEVGEIQQNK_"
- ],
- [
- 24675,
- 2,
- 12,
- 6,
- 0.1567,
- "_QTVFLLEKPFSVK_"
- ],
- [
- 48523,
- 2,
- 12,
- 5,
- 0.1567,
- "_QQPPLAQPSASPYPEAVELQR_"
- ],
- [
- 15167,
- 3,
- 11,
- 5,
- 0.14244,
- "_TEILSLEKPLLLHTGMGR_"
- ],
- [
- 50932,
- 2,
- 12,
- 7,
- 0.1567,
- "_AHEPTYFTVDCAEAGQGDVSIGIK_"
- ],
- [
- 23219,
- 2,
- 10,
- 3,
- 0.12819,
- "_NWVVTGADDMQIR_"
- ],
- [
- 43850,
- 2,
- 4,
- 5,
- 0.042766,
- "_IASQVAALDLGYKPGVEAIR_"
- ],
- [
- 6078,
- 2,
- 15,
- 6,
- 0.19943,
- "_WMPGITQWK_"
- ],
- [
- 45967,
- 2,
- 15,
- 7,
- 0.19943,
- "_GPQLFHMDPSGTFVQCDAR_"
- ],
- [
- 17932,
- 2,
- 20,
- 4,
- 0.27073,
- "_EALTYDGALLGDR_"
- ],
- [
- 4912,
- 2,
- 14,
- 2,
- 0.1852,
- "_RDIEDIPYV_"
- ],
- [
- 50869,
- 2,
- 4,
- 5,
- 0.042766,
- "_NAEFLTCNIPTSNASNNMVTTEK_"
- ],
- [
- 38333,
- 2,
- 20,
- 7,
- 0.27073,
- "_HMSEFMECNLNELVK_"
- ],
- [
- 18532,
- 2,
- 2,
- 2,
- 0.014229,
- "_STDFLPVDCPVR_"
- ],
- [
- 17688,
- 3,
- 15,
- 7,
- 0.19943,
- "_PSQMEHAMETMMFTFHK_"
- ],
- [
- 8872,
- 2,
- 16,
- 4,
- 0.21369,
- "_VLQVSIGPGLPK_"
- ],
- [
- 49184,
- 2,
- 14,
- 4,
- 0.1852,
- "_GATGATTTIYAVEADGDPNAGFEK_"
- ],
- [
- 6464,
- 4,
- 14,
- 4,
- 0.1852,
- "_SISFHPSGDFILVGTQHPTLR_"
- ],
- [
- 10016,
- 2,
- 15,
- 4,
- 0.19943,
- "_ESNSLEISLIK_"
- ],
- [
- 48688,
- 2,
- 16,
- 5,
- 0.21369,
- "_SQVQSLEQEVAQEEGTSQALR_"
- ],
- [
- 22345,
- 3,
- 18,
- 7,
- 0.24223,
- "_VIISAPSADAPMFVM(Oxidation (M))GVNHEK_"
- ],
- [
- 6366,
- 3,
- 13,
- 5,
- 0.17095,
- "_MFCYDPSHNMWLK_"
- ],
- [
- 1297,
- 2,
- 17,
- 2,
- 0.22797,
- "_VAAAVDLIIK_"
- ],
- [
- 27542,
- 3,
- 15,
- 7,
- 0.19943,
- "_CTTDENKVPYFNAPVYLENK_"
- ],
- [
- 7754,
- 2,
- 9,
- 3,
- 0.11396,
- "_SNPSVLQGLLR_"
- ],
- [
- 41076,
- 4,
- 18,
- 9,
- 0.24222,
- "_DTHEDHDTSTENTDESNHDPQFEPIVSLPEQEIK_"
- ],
- [
- 49646,
- 2,
- 13,
- 3,
- 0.17095,
- "_GSDEENLDSETSASTESLLEER_"
- ],
- [
- 14505,
- 3,
- 7,
- 5,
- 0.085503,
- "_NLINATNAALQTPLHVAAR_"
- ],
- [
- 14548,
- 4,
- 13,
- 7,
- 0.17095,
- "_AIGSSPLGSGEGLLGLSPGPNGHSHLLK_"
- ],
- [
- 30959,
- 3,
- 10,
- 5,
- 0.1282,
- "_RLNIIIVAEGAIDTQNKPITSEK_"
- ],
- [
- 47067,
- 2,
- 12,
- 5,
- 0.15668,
- "_GSQTLTVCPGSVQPLSSQTLR_"
- ],
- [
- 4391,
- 3,
- 12,
- 4,
- 0.15668,
- "_ALHSVLQAVPLNELR_"
- ],
- [
- 16093,
- 2,
- 10,
- 4,
- 0.1282,
- "_SPNLDLVETEIK_"
- ],
- [
- 7983,
- 2,
- 15,
- 2,
- 0.19944,
- "_SAEFLLHMLK_"
- ],
- [
- 26228,
- 4,
- 15,
- 8,
- 0.19944,
- "_SIFGEDALANVSIEKPIHQGPDAAVTGHIR_"
- ],
- [
- 8741,
- 2,
- 9,
- 3,
- 0.11396,
- "_VDPTMWDTIK_"
- ],
- [
- 20891,
- 2,
- 6,
- 2,
- 0.071259,
- "_TGETMIQWSQFK_"
- ],
- [
- 2004,
- 2,
- 26,
- 2,
- 0.3562,
- "_GTPLISPLIK_"
- ],
- [
- 18025,
- 3,
- 9,
- 6,
- 0.11396,
- "_TPWLYEQEGEVEKPFIK_"
- ],
- [
- 17801,
- 3,
- 15,
- 6,
- 0.19944,
- "_GQNACSEIYIHGLGLAINR_"
- ],
- [
- 13833,
- 2,
- 21,
- 5,
- 0.28497,
- "_DYAFIHFDER_"
- ],
- [
- 23384,
- 2,
- 14,
- 2,
- 0.18519,
- "_SQTLSQMTIVLCK_"
- ],
- [
- 28309,
- 4,
- 14,
- 8,
- 0.18519,
- "_MTVAHMWFDNQIHEADTTENQSGVSFDK_"
- ],
- [
- 7893,
- 2,
- 14,
- 4,
- 0.18519,
- "_VLELVSITANK_"
- ],
- [
- 11597,
- 2,
- 9,
- 3,
- 0.11396,
- "_SLGTDLMNEMR_"
- ],
- [
- 37466,
- 2,
- 14,
- 5,
- 0.18519,
- "_IDQDVVITNSYETAMR_"
- ],
- [
- 29730,
- 2,
- 17,
- 6,
- 0.22793,
- "_ALTLPGSSENEYIMK_"
- ],
- [
- 44147,
- 2,
- 14,
- 6,
- 0.18519,
- "_PSQMEHAMETMMFTFHK_"
- ],
- [
- 31195,
- 3,
- 9,
- 6,
- 0.11396,
- "_EESLEKEPEYVPWTATSGPGGIR_"
- ],
- [
- 3778,
- 2,
- 10,
- 2,
- 0.1282,
- "_FLIIDEADR_"
- ],
- [
- 15869,
- 2,
- 15,
- 4,
- 0.19944,
- "_SLFSSIGEVESAK_"
- ],
- [
- 17876,
- 2,
- 11,
- 2,
- 0.14244,
- "_DIATETVGTGIMGK_"
- ],
- [
- 20861,
- 2,
- 7,
- 5,
- 0.085503,
- "_QVVILSQDSFYR_"
- ],
- [
- 34410,
- 3,
- 14,
- 5,
- 0.18519,
- "_AIGSSPLGSGEGLLGLSPGPNGHSHLLK_"
- ],
- [
- 30382,
- 2,
- 12,
- 4,
- 0.15668,
- "_EAADWVSGHFPSPIR_"
- ],
- [
- 1223,
- 2,
- 15,
- 2,
- 0.19944,
- "_IIPLLTDPK_"
- ],
- [
- 43419,
- 2,
- 15,
- 4,
- 0.19944,
- "_NPVWYQALTHGLNEEQR_"
- ],
- [
- 32167,
- 3,
- 20,
- 6,
- 0.27073,
- "_DAEPRPPHGELQYLGQIQHILR_"
- ],
- [
- 18815,
- 2,
- 9,
- 4,
- 0.11396,
- "_AVELLPDGTANLAK_"
- ],
- [
- 20147,
- 3,
- 12,
- 5,
- 0.15668,
- "_KDPELWGSVLLESNPYRR_"
- ],
- [
- 36139,
- 2,
- 8,
- 3,
- 0.09972,
- "_EQLTEGEEIAQEIDGR_"
- ],
- [
- 19433,
- 3,
- 16,
- 6,
- 0.21368,
- "_HEPLVLFCESCDTLTCR_"
- ],
- [
- 20070,
- 3,
- 11,
- 6,
- 0.14245,
- "_AFTALCYSADGHSILAGGMSK_"
- ],
- [
- 36512,
- 3,
- 11,
- 5,
- 0.14245,
- "_HTSPVFSPANPESSMEDCLAHLGEK_"
- ],
- [
- 35718,
- 3,
- 11,
- 5,
- 0.14245,
- "_AIIAVLSTEEQSAGLQQPSGIGQRPR_"
- ],
- [
- 46276,
- 2,
- 7,
- 2,
- 0.085503,
- "_EAEDVIWEDSASENQEGLR_"
- ],
- [
- 36463,
- 3,
- 13,
- 6,
- 0.17093,
- "_EIQAMSQCHHPNIVSYYTSFVVK_"
- ],
- [
- 13760,
- 3,
- 19,
- 7,
- 0.25646,
- "_SHFEQWGTLTDCVVMR_"
- ],
- [
- 44091,
- 2,
- 17,
- 7,
- 0.22792,
- "_LEDTENWLYEDGEDQPK_"
- ],
- [
- 43472,
- 2,
- 20,
- 7,
- 0.27072,
- "_LEGMLSQSVSSQYNMAGVR_"
- ],
- [
- 20641,
- 3,
- 6,
- 2,
- 0.071255,
- "_ERPFQAGELILAETGEGETK_"
- ],
- [
- 22173,
- 3,
- 13,
- 7,
- 0.17093,
- "_DKFSPFPVQDRPESSLVFK_"
- ],
- [
- 4978,
- 3,
- 12,
- 4,
- 0.15668,
- "_VFEPNEEALGVVLHK_"
- ],
- [
- 37236,
- 3,
- 12,
- 6,
- 0.15668,
- "_GLPQVKPETASVCSTTLWVGQLDKR_"
- ],
- [
- 47675,
- 2,
- 12,
- 5,
- 0.15668,
- "_LASEPQDPAAVSLPTSSVPETR_"
- ],
- [
- 49473,
- 2,
- 12,
- 5,
- 0.15668,
- "_DKVLTAEELNAAQTSVAYGCIK_"
- ],
- [
- 25084,
- 2,
- 5,
- 4,
- 0.056966,
- "_VEPSDNGPLFTELK_"
- ],
- [
- 3893,
- 4,
- 12,
- 6,
- 0.15668,
- "_APLHYLAPLLSNLSQRPAAR_"
- ],
- [
- 27217,
- 2,
- 5,
- 2,
- 0.056966,
- "_AEMMGNMELAEQLK_"
- ],
- [
- 34184,
- 2,
- 12,
- 4,
- 0.15668,
- "_AIEDGNLEEMEEEVR_"
- ],
- [
- 15068,
- 3,
- 5,
- 3,
- 0.056966,
- "_QYMEGFNDELEAFKER_"
- ],
- [
- 28718,
- 2,
- 18,
- 5,
- 0.24218,
- "_GAGIGGLGITVEGPSESK_"
- ],
- [
- 35164,
- 4,
- 17,
- 6,
- 0.22792,
- "_RPHDYQPLPGM(Oxidation (M))SENPSVYVPGVVSTVVPDSAHK_"
- ],
- [
- 24507,
- 2,
- 17,
- 6,
- 0.22792,
- "_IFYPETTDIYDR_"
- ],
- [
- 21959,
- 3,
- 15,
- 3,
- 0.19944,
- "_QATEGPCNMPKPGVFDLINK_"
- ],
- [
- 3073,
- 2,
- 11,
- 4,
- 0.14245,
- "_IGITVLVTGAK_"
- ],
- [
- 47354,
- 2,
- 10,
- 5,
- 0.12821,
- "_VFTTLVLCDKPLSQDPQDR_"
- ],
- [
- 51460,
- 2,
- 23,
- 9,
- 0.31347,
- "_GAYGGGYGGYDDYNGYNDGYGFGSDR_"
- ],
- [
- 12775,
- 2,
- 10,
- 4,
- 0.12821,
- "_KGFLSGLLDNVK_"
- ],
- [
- 14831,
- 2,
- 15,
- 5,
- 0.19944,
- "_LVIPSELGYGER_"
- ],
- [
- 45378,
- 2,
- 15,
- 6,
- 0.19944,
- "_HEPLVLFCESCDTLTCR_"
- ],
- [
- 46457,
- 3,
- 10,
- 6,
- 0.12821,
- "_CCNHPYLFDGAEPGPPYTTDMHLVTNSGK_"
- ],
- [
- 33116,
- 2,
- 14,
- 3,
- 0.18519,
- "_AIMEMPSFYSHGLPR_"
- ],
- [
- 9815,
- 3,
- 9,
- 2,
- 0.11396,
- "_LNRLPAAGVGDMVMATVK_"
- ],
- [
- 37099,
- 2,
- 11,
- 4,
- 0.14245,
- "_EENPWVPDDTYYCR_"
- ],
- [
- 5919,
- 4,
- 16,
- 5,
- 0.21369,
- "_TLHEWLQQHGIPGLQGVDTR_"
- ],
- [
- 11724,
- 3,
- 9,
- 4,
- 0.11396,
- "_GPSWDPFRDWYPHSR_"
- ],
- [
- 13222,
- 3,
- 14,
- 5,
- 0.18519,
- "_KEVEGDDVPESIMLEMK_"
- ],
- [
- 34376,
- 2,
- 16,
- 4,
- 0.21369,
- "_DAEDAM(Oxidation (M))DAMDGAVLDGR_"
- ],
- [
- 9258,
- 2,
- 11,
- 2,
- 0.14245,
- "_LLEEICNLGR_"
- ],
- [
- 36724,
- 2,
- 11,
- 4,
- 0.14245,
- "_FNFQQTNEDELSFSK_"
- ],
- [
- 29221,
- 2,
- 12,
- 5,
- 0.15668,
- "_DSPFYQHYDLDLK_"
- ],
- [
- 38828,
- 3,
- 13,
- 5,
- 0.17093,
- "_NMQCPKPDCMYLHELGDEAASFTK_"
- ],
- [
- 30931,
- 2,
- 11,
- 4,
- 0.14245,
- "_VSQLQIQFQGGFSSR_"
- ],
- [
- 11613,
- 4,
- 11,
- 4,
- 0.14245,
- "_LQGEMAHIQVGQMTQAGLLEHLK_"
- ],
- [
- 27411,
- 4,
- 21,
- 8,
- 0.28497,
- "_CIVMVPQWGTHQTVHLPGQLPQHEYLK_"
- ],
- [
- 327,
- 3,
- 11,
- 6,
- 0.14244,
- "_ALYIVHPTMFIK_"
- ],
- [
- 30472,
- 2,
- 11,
- 3,
- 0.14244,
- "_RGDINLLMLGDPGTAK_"
- ],
- [
- 2008,
- 3,
- 11,
- 4,
- 0.14244,
- "_RVESPVLPPVLVPR_"
- ],
- [
- 25701,
- 2,
- 11,
- 2,
- 0.14244,
- "_AELQAQVAFLQGER_"
- ],
- [
- 15149,
- 2,
- 9,
- 4,
- 0.11398,
- "_LGASLAFNNIYR_"
- ],
- [
- 41925,
- 2,
- 11,
- 4,
- 0.14244,
- "_RPLMVLGSQALLTPTSADK_"
- ],
- [
- 22042,
- 3,
- 11,
- 4,
- 0.14244,
- "_YELDTWYHSPYPEEYAR_"
- ],
- [
- 7932,
- 2,
- 12,
- 4,
- 0.15668,
- "_PANFLDLGGGVK_"
- ],
- [
- 41960,
- 4,
- 11,
- 7,
- 0.14244,
- "_RYVQPPEMIGPMRPEQFSDEVEPATPEEGEPATQR_"
- ],
- [
- 35710,
- 3,
- 9,
- 3,
- 0.11398,
- "_VQSGMGLILQGYESGSEEEGEIHEK_"
- ],
- [
- 14806,
- 3,
- 11,
- 5,
- 0.14244,
- "_RPLMVLGSQALLTPTSADK_"
- ],
- [
- 46272,
- 3,
- 12,
- 5,
- 0.15668,
- "_VVVPATEEEAEVDEFPTDGEMSAQEEDRR_"
- ],
- [
- 47848,
- 2,
- 10,
- 3,
- 0.1282,
- "_QPPPDSSEEAPPATQNFIIPK_"
- ],
- [
- 11662,
- 2,
- 10,
- 4,
- 0.1282,
- "_TTNSSWVVVFK_"
- ],
- [
- 36159,
- 2,
- 7,
- 4,
- 0.085492,
- "_LQVIVCSATLHSFDVK_"
- ],
- [
- 24574,
- 2,
- 10,
- 2,
- 0.1282,
- "_QVGSISMDLQLTNK_"
- ],
- [
- 23274,
- 3,
- 10,
- 5,
- 0.1282,
- "_ENQNIAYVSLRPAQTTVLIK_"
- ],
- [
- 40527,
- 2,
- 11,
- 4,
- 0.14244,
- "_KEVEGDDVPESIMLEMK_"
- ],
- [
- 39378,
- 2,
- 29,
- 3,
- 0.39893,
- "_GDIPPGCAAYGFVCDGTR_"
- ],
- [
- 15494,
- 2,
- 7,
- 3,
- 0.085492,
- "_LALNQISQISMK_"
- ],
- [
- 38560,
- 2,
- 12,
- 4,
- 0.15668,
- "_DSQFLVSSVTDDDFGKK_"
- ],
- [
- 34752,
- 2,
- 10,
- 4,
- 0.1282,
- "_LTLTSDESTLIEDGGAR_"
- ],
- [
- 1107,
- 4,
- 12,
- 5,
- 0.15668,
- "_TEILSLEKPLLLHTGMGR_"
- ],
- [
- 29152,
- 2,
- 11,
- 4,
- 0.14244,
- "_QGGLGPM(Oxidation (M))NIPLVSDPK_"
- ],
- [
- 40331,
- 2,
- 8,
- 2,
- 0.09974,
- "_YNDISVTESSWEEVER_"
- ],
- [
- 40393,
- 2,
- 9,
- 3,
- 0.11398,
- "_GFGSVEELCTNSSLGMEK_"
- ],
- [
- 50966,
- 2,
- 11,
- 5,
- 0.14244,
- "_QAIEEEGGDPDNIELTVSTDTPNK_"
- ],
- [
- 7244,
- 3,
- 11,
- 6,
- 0.14244,
- "_IHYLDTTTLIEPVSR_"
- ],
- [
- 12052,
- 2,
- 8,
- 2,
- 0.09974,
- "_ELDTVTLEDIK_"
- ],
- [
- 44917,
- 2,
- 21,
- 4,
- 0.28496,
- "_GLVVLGFPCNQFGHQENAK_"
- ],
- [
- 39112,
- 3,
- 19,
- 7,
- 0.25642,
- "_KAVQGGGATPVVGAVQGPVPGMPPMTQAPR_"
- ],
- [
- 6049,
- 2,
- 15,
- 2,
- 0.19943,
- "_TILMCGPLIK_"
- ],
- [
- 28814,
- 2,
- 15,
- 5,
- 0.19943,
- "_TPLVSVLLEGPPHSGK_"
- ],
- [
- 48603,
- 2,
- 15,
- 5,
- 0.19943,
- "_IIKPVLTQESATYIAEEYSR_"
- ],
- [
- 48204,
- 2,
- 15,
- 6,
- 0.19943,
- "_TLHEWLQQHGIPGLQGVDTR_"
- ],
- [
- 29170,
- 4,
- 15,
- 8,
- 0.19943,
- "_CCNHPYLFDGAEPGPPYTTDMHLVTNSGK_"
- ],
- [
- 23434,
- 2,
- 16,
- 7,
- 0.21367,
- "_LHNMIVDLDNVVK_"
- ],
- [
- 4132,
- 2,
- 16,
- 5,
- 0.21367,
- "_LDVTILSPSR_"
- ],
- [
- 32224,
- 3,
- 24,
- 7,
- 0.32771,
- "_(Acetyl (Protein N-term))SAADEVDGLGVARPHYGSVLDNER_"
- ],
- [
- 8228,
- 2,
- 17,
- 4,
- 0.22792,
- "_NLPYVYIPSK_"
- ],
- [
- 26579,
- 2,
- 14,
- 4,
- 0.18516,
- "_QPAIISQLDPVNER_"
- ],
- [
- 46265,
- 2,
- 17,
- 5,
- 0.22792,
- "_LPLCSLPGEPGNGPDQQLQR_"
- ],
- [
- 8204,
- 4,
- 17,
- 7,
- 0.22792,
- "_EFTMAEIEHFVDPSEKDHPK_"
- ],
- [
- 48427,
- 2,
- 14,
- 7,
- 0.18516,
- "_ILEDQEENPLPAALVQPHTGK_"
- ],
- [
- 24888,
- 3,
- 17,
- 7,
- 0.22792,
- "_IIKPVLTQESATYIAEEYSR_"
- ],
- [
- 8017,
- 3,
- 14,
- 5,
- 0.18516,
- "_VLPEFDTPGHTLSWGK_"
- ],
- [
- 45572,
- 2,
- 18,
- 5,
- 0.24216,
- "_(Acetyl (Protein N-term))AALGHLAGEAAAAPGPGTPCASR_"
- ],
- [
- 21566,
- 4,
- 18,
- 4,
- 0.24216,
- "_EGHPVYPQLRPGYIPIPVLHEGAENR_"
- ],
- [
- 8085,
- 2,
- 17,
- 2,
- 0.22792,
- "_LLFNDVQTLK_"
- ],
- [
- 18369,
- 2,
- 14,
- 3,
- 0.18516,
- "_DGVWNLQNEVTK_"
- ],
- [
- 3259,
- 2,
- 13,
- 2,
- 0.17092,
- "_FGAVLEALEK_"
- ],
- [
- 2828,
- 2,
- 18,
- 4,
- 0.24219,
- "_GWPLYLSTK_"
- ],
- [
- 34023,
- 2,
- 15,
- 5,
- 0.19943,
- "_IHYLDTTTLIEPVSR_"
- ],
- [
- 32523,
- 2,
- 9,
- 2,
- 0.114,
- "_QLILVLCSEENM(Oxidation (M))QK_"
- ],
- [
- 15662,
- 2,
- 13,
- 3,
- 0.17095,
- "_FNDQDIEEIVK_"
- ],
- [
- 29976,
- 4,
- 22,
- 10,
- 0.29922,
- "_TKPFPWGDGNHTLFHNPHVNPLPTGYEDE_"
- ],
- [
- 4813,
- 2,
- 13,
- 3,
- 0.17095,
- "_CFSVLGFCK_"
- ],
- [
- 29540,
- 3,
- 10,
- 3,
- 0.12825,
- "_VGIYSPHTAYDAAPQGVNNWLAK_"
- ],
- [
- 20247,
- 3,
- 20,
- 7,
- 0.27068,
- "_GPQLFHMDPSGTFVQCDAR_"
- ],
- [
- 49940,
- 2,
- 22,
- 8,
- 0.29922,
- "_FMCEVQVEGYNYTGMGNSTNK_"
- ],
- [
- 32495,
- 3,
- 10,
- 6,
- 0.12825,
- "_SVILEGDREHSSGAQIPVDLSELK_"
- ],
- [
- 23204,
- 3,
- 9,
- 5,
- 0.114,
- "_LHVCEVDSLSADVLGSENPSK_"
- ],
- [
- 30964,
- 2,
- 16,
- 6,
- 0.21369,
- "_DENSVELTMAEGPYK_"
- ],
- [
- 12290,
- 3,
- 18,
- 7,
- 0.24219,
- "_GTFVHSTWTCPMEVLR_"
- ],
- [
- 3584,
- 3,
- 9,
- 4,
- 0.114,
- "_YYNSIGDIIDHYR_"
- ],
- [
- 2773,
- 3,
- 9,
- 3,
- 0.114,
- "_LALTLRPCAPILGAK_"
- ],
- [
- 2104,
- 4,
- 12,
- 3,
- 0.15671,
- "_VVALESDKTFIPHLESLGK_"
- ],
- [
- 32007,
- 3,
- 10,
- 3,
- 0.12825,
- "_LCDFGSATTISHYPDYSWSAQR_"
- ],
- [
- 7741,
- 2,
- 9,
- 2,
- 0.114,
- "_VDVFTNLGYR_"
- ],
- [
- 30713,
- 2,
- 23,
- 6,
- 0.31347,
- "_NDSVVAGGGAIEMELSK_"
- ],
- [
- 35003,
- 2,
- 7,
- 3,
- 0.085467,
- "_AYLEAHETFNEWFK_"
- ],
- [
- 34510,
- 2,
- 15,
- 3,
- 0.19943,
- "_FLTAVNLEHPEMLEK_"
- ],
- [
- 13410,
- 2,
- 10,
- 4,
- 0.12825,
- "_NAVWALSNLCR_"
- ],
- [
- 39887,
- 2,
- 18,
- 8,
- 0.24219,
- "_SLGYAYVNFQQPADAER_"
- ],
- [
- 42885,
- 2,
- 30,
- 5,
- 0.41319,
- "_LLSDSLPPSTGTFQEAQSR_"
- ],
- [
- 21597,
- 2,
- 16,
- 5,
- 0.21369,
- "_LEESYDMESVLR_"
- ],
- [
- 32098,
- 3,
- 15,
- 4,
- 0.19943,
- "_AHEPTYFTVDCAEAGQGDVSIGIK_"
- ],
- [
- 29664,
- 3,
- 15,
- 8,
- 0.19943,
- "_KGIAFPTSISVNNCVCHFSPLK_"
- ],
- [
- 15942,
- 3,
- 15,
- 6,
- 0.19943,
- "_SDFFELLSNHHLDSQSR_"
- ],
- [
- 10029,
- 3,
- 14,
- 4,
- 0.18519,
- "_HSDELTSLLGYFPNKK_"
- ],
- [
- 23465,
- 2,
- 14,
- 3,
- 0.18519,
- "_QAVDQISSGFFSPK_"
- ],
- [
- 6625,
- 2,
- 14,
- 5,
- 0.18519,
- "_VVPEMTEILK_"
- ],
- [
- 7632,
- 3,
- 14,
- 4,
- 0.18519,
- "_FLTAVNLEHPEMLEK_"
- ],
- [
- 2733,
- 2,
- 13,
- 3,
- 0.17095,
- "_IDPEAFITR_"
- ],
- [
- 42877,
- 3,
- 14,
- 7,
- 0.18519,
- "_TREEEEDSTIEASDQVSDDTVEMPLPK_"
- ],
- [
- 6140,
- 2,
- 13,
- 2,
- 0.17095,
- "_NQEDIILFR_"
- ],
- [
- 21535,
- 3,
- 14,
- 5,
- 0.18519,
- "_TWDHFWLNEGHTVYLER_"
- ],
- [
- 3359,
- 3,
- 8,
- 4,
- 0.099756,
- "_PLILQLVHVSQEDK_"
- ],
- [
- 24209,
- 3,
- 13,
- 7,
- 0.17095,
- "_SWHNVYCVINNQEMGFYK_"
- ],
- [
- 9077,
- 2,
- 13,
- 3,
- 0.17095,
- "_FFWGNAETLK_"
- ],
- [
- 39726,
- 2,
- 16,
- 3,
- 0.21367,
- "_DAWQMTEEEYTPPAGAK_"
- ],
- [
- 44650,
- 2,
- 18,
- 5,
- 0.24218,
- "_HFAEAVNWCDEGLQIDAK_"
- ],
- [
- 25250,
- 2,
- 18,
- 3,
- 0.24218,
- "_DISSSLNSLADSNAR_"
- ],
- [
- 31266,
- 2,
- 18,
- 5,
- 0.24218,
- "_SNTVVIMNMQGQIVR_"
- ],
- [
- 38559,
- 2,
- 13,
- 5,
- 0.17095,
- "_EEVDLSPAPESEVEAMR_"
- ],
- [
- 32133,
- 3,
- 12,
- 6,
- 0.15671,
- "_LEFFGFEDHETGGDEGGSGSSNYK_"
- ],
- [
- 4624,
- 2,
- 17,
- 2,
- 0.22794,
- "_EIVPVLVSTR_"
- ],
- [
- 33090,
- 2,
- 16,
- 7,
- 0.21367,
- "_VEAGDVIYIEANSGAVK_"
- ],
- [
- 24106,
- 3,
- 18,
- 8,
- 0.24218,
- "_TLHEWLQQHGIPGLQGVDTR_"
- ],
- [
- 19463,
- 3,
- 12,
- 3,
- 0.15671,
- "_PGIDKLPIEETLEDSPQTR_"
- ],
- [
- 29214,
- 3,
- 10,
- 6,
- 0.12825,
- "_DALHLAQTNGMFFSTVGCHPTR_"
- ],
- [
- 27055,
- 3,
- 19,
- 7,
- 0.25643,
- "_EFTMAEIEHFVDPSEKDHPK_"
- ],
- [
- 48815,
- 2,
- 12,
- 4,
- 0.15671,
- "_STDGDSGSEDLVYTIEQPSNGR_"
- ],
- [
- 41641,
- 2,
- 12,
- 6,
- 0.15671,
- "_NLINATNAALQTPLHVAAR_"
- ],
- [
- 35756,
- 2,
- 12,
- 2,
- 0.15671,
- "_ATTTYDFDCDNLELK_"
- ],
- [
- 40853,
- 2,
- 12,
- 4,
- 0.15671,
- "_FNVTGTPEQYVPYSTTR_"
- ],
- [
- 26927,
- 2,
- 15,
- 6,
- 0.19943,
- "_DNNMAPYYEALCK_"
- ],
- [
- 11352,
- 3,
- 8,
- 3,
- 0.099712,
- "_AGEGNEEISNMIHSYIK_"
- ],
- [
- 3803,
- 2,
- 10,
- 2,
- 0.12825,
- "_EEGGLDFLGR_"
- ],
- [
- 47218,
- 2,
- 11,
- 3,
- 0.14249,
- "_NNFEHIQHIIIDDAQNFR_"
- ],
- [
- 41057,
- 2,
- 11,
- 6,
- 0.14249,
- "_GTVGEPTYDAEFQHFLR_"
- ],
- [
- 45293,
- 2,
- 11,
- 6,
- 0.14249,
- "_IMQVNGWDMTMVTHDQAR_"
- ],
- [
- 23574,
- 2,
- 15,
- 4,
- 0.19943,
- "_VDGNDVFAVYNATK_"
- ],
- [
- 13786,
- 3,
- 10,
- 5,
- 0.12825,
- "_GTVGEPTYDAEFQHFLR_"
- ],
- [
- 31763,
- 2,
- 21,
- 5,
- 0.28492,
- "_TLSSVQNEVQEALQR_"
- ],
- [
- 49565,
- 2,
- 12,
- 5,
- 0.15671,
- "_SHYADVDPENQNFLLESNLGK_"
- ],
- [
- 38812,
- 2,
- 17,
- 5,
- 0.22794,
- "_ELADITLDPPPNCSAGPK_"
- ],
- [
- 36372,
- 2,
- 16,
- 5,
- 0.21367,
- "_GVIQVYDLGQDGQGMSR_"
- ],
- [
- 42114,
- 2,
- 17,
- 6,
- 0.22794,
- "_TVIESSPESPVTITEPYR_"
- ],
- [
- 38951,
- 2,
- 13,
- 5,
- 0.17095,
- "_MEEIVEGCTGALHILAR_"
- ],
- [
- 22711,
- 2,
- 14,
- 4,
- 0.18519,
- "_VEEINPEYMLEK_"
- ],
- [
- 36038,
- 2,
- 14,
- 5,
- 0.18519,
- "_LPTPSMMNDYYAASPR_"
- ],
- [
- 34984,
- 2,
- 16,
- 4,
- 0.21367,
- "_VLPEFDTPGHTLSWGK_"
- ],
- [
- 44390,
- 2,
- 16,
- 5,
- 0.21367,
- "_ESTTTPGQYVLTGLQSGQPK_"
- ],
- [
- 13605,
- 2,
- 14,
- 4,
- 0.18519,
- "_AVENYLIQMAR_"
- ],
- [
- 19083,
- 2,
- 17,
- 3,
- 0.22794,
- "_ADPQEAINCLMR_"
- ],
- [
- 5091,
- 2,
- 4,
- 2,
- 0.042747,
- "_LEISNPIPIK_"
- ],
- [
- 5592,
- 2,
- 14,
- 4,
- 0.18519,
- "_VFVMPNGMLK_"
- ],
- [
- 32049,
- 3,
- 23,
- 4,
- 0.31347,
- "_LVACAQSGHEVTLSNLNLSMPPPK_"
- ],
- [
- 20548,
- 2,
- 14,
- 2,
- 0.18519,
- "_SKDSLVDIIGICK_"
- ],
- [
- 39411,
- 3,
- 17,
- 7,
- 0.22794,
- "_FVIHPESNNLIIIETDHNAYTEATK_"
- ],
- [
- 30182,
- 2,
- 16,
- 4,
- 0.2137,
- "_EIAAVISPELEHLDK_"
- ],
- [
- 17297,
- 3,
- 11,
- 5,
- 0.14252,
- "_IASQVAALDLGYKPGVEAIR_"
- ],
- [
- 5039,
- 2,
- 16,
- 4,
- 0.2137,
- "_IMFEVQDLK_"
- ],
- [
- 34377,
- 2,
- 10,
- 5,
- 0.12827,
- "_PGDVEFEDFSQPMNR_"
- ],
- [
- 13452,
- 2,
- 6,
- 3,
- 0.071259,
- "_NYFLLSSSMDK_"
- ],
- [
- 49944,
- 2,
- 7,
- 5,
- 0.085505,
- "_VVNSETPVVVDFHAQWCGPCK_"
- ],
- [
- 45812,
- 2,
- 17,
- 9,
- 0.22794,
- "_QTNPSAMEVEEDDPVPEIR_"
- ],
- [
- 48142,
- 2,
- 13,
- 7,
- 0.17098,
- "_IPSAVGYQPTLATDMGTM(Oxidation (M))QER_"
- ],
- [
- 2274,
- 3,
- 12,
- 4,
- 0.15676,
- "_PALVGWFGHELSTR_"
- ],
- [
- 37855,
- 2,
- 15,
- 3,
- 0.19946,
- "_EGLSACQQSGFPAVLSSK_"
- ],
- [
- 39575,
- 2,
- 12,
- 4,
- 0.15676,
- "_LACTSCTFVTSVGDAMAK_"
- ],
- [
- 33649,
- 2,
- 14,
- 6,
- 0.18522,
- "_AGDMICPECGLVVGDR_"
- ],
- [
- 38703,
- 2,
- 10,
- 5,
- 0.12827,
- "_AGEGNEEISNMIHSYIK_"
- ],
- [
- 6845,
- 2,
- 12,
- 4,
- 0.15676,
- "_VCDLIMTAIK_"
- ],
- [
- 22876,
- 2,
- 10,
- 5,
- 0.12827,
- "_DIFLASASCDGSVR_"
- ],
- [
- 39322,
- 2,
- 12,
- 4,
- 0.15676,
- "_NEDVDPMAASAEYELEK_"
- ],
- [
- 38507,
- 4,
- 12,
- 6,
- 0.15676,
- "_LVHDMNHPPSGEYFGQCGGCGEDVVGDGAGVVALDR_"
- ],
- [
- 40608,
- 3,
- 13,
- 7,
- 0.17098,
- "_STDRLPSAHTCFNQLDLPAYESFEK_"
- ],
- [
- 43010,
- 2,
- 9,
- 5,
- 0.11398,
- "_SGAMEMAGLCPAACMQTPR_"
- ],
- [
- 33993,
- 3,
- 9,
- 2,
- 0.11398,
- "_(Acetyl (Protein N-term))MDLAAAAEPGAGSQHLEVRDEVAEK_"
- ],
- [
- 33511,
- 2,
- 15,
- 6,
- 0.19946,
- "_AEIIHHLADLLTDQR_"
- ],
- [
- 48261,
- 2,
- 14,
- 6,
- 0.18522,
- "_SWHNVYCVINNQEMGFYK_"
- ],
- [
- 17603,
- 4,
- 17,
- 6,
- 0.22794,
- "_EHPVLALPGAPAQFPVLEEHRPLQK_"
- ],
- [
- 36506,
- 2,
- 13,
- 5,
- 0.17098,
- "_(Acetyl (Protein N-term))ASQSQGIQQLLQAEKR_"
- ],
- [
- 22084,
- 3,
- 10,
- 5,
- 0.12827,
- "_LDETGNLMISEGHFASETIR_"
- ],
- [
- 21276,
- 4,
- 10,
- 6,
- 0.12827,
- "_STDRLPSAHTCFNQLDLPAYESFEK_"
- ],
- [
- 14936,
- 2,
- 9,
- 3,
- 0.11398,
- "_DIVPVDASYEVK_"
- ],
- [
- 45439,
- 2,
- 14,
- 6,
- 0.18522,
- "_IQQFDDGGSDEEDIWEEK_"
- ],
- [
- 11581,
- 3,
- 17,
- 2,
- 0.22794,
- "_MEEIVEGCTGALHILAR_"
- ],
- [
- 6849,
- 3,
- 15,
- 5,
- 0.19946,
- "_AEIIHHLADLLTDQR_"
- ],
- [
- 35262,
- 2,
- 10,
- 5,
- 0.12827,
- "_GFGHIGIAVPDVYSACK_"
- ],
- [
- 20635,
- 2,
- 17,
- 3,
- 0.22793,
- "_LLNQPNQWPLVK_"
- ],
- [
- 485,
- 2,
- 12,
- 4,
- 0.15675,
- "_LEPDILLR_"
- ],
- [
- 11566,
- 3,
- 22,
- 2,
- 0.29917,
- "_ADLILSYHPPIFRPMK_"
- ],
- [
- 29423,
- 2,
- 19,
- 4,
- 0.25644,
- "_(Acetyl (Protein N-term))MDSAGQDINLNSPNK_"
- ],
- [
- 26062,
- 2,
- 12,
- 5,
- 0.15675,
- "_SPILLGSLAHQIYR_"
- ],
- [
- 13480,
- 3,
- 13,
- 2,
- 0.171,
- "_IPHTDPVDYEFQWGPR_"
- ],
- [
- 30026,
- 2,
- 13,
- 4,
- 0.171,
- "_AICFNLSAHIESLGK_"
- ],
- [
- 15475,
- 2,
- 10,
- 2,
- 0.12822,
- "_EICWNLQNIR_"
- ],
- [
- 44094,
- 2,
- 9,
- 5,
- 0.11397,
- "_SGEWQETSGEIQWVSTEK_"
- ],
- [
- 18896,
- 3,
- 10,
- 4,
- 0.12822,
- "_FQISNNGQVPCHFSFIPK_"
- ],
- [
- 19840,
- 3,
- 17,
- 7,
- 0.22793,
- "_VDSPVTVCGDIHGQFYDLK_"
- ],
- [
- 22283,
- 2,
- 9,
- 3,
- 0.11397,
- "_NRNELAETLALLK_"
- ],
- [
- 33886,
- 2,
- 18,
- 5,
- 0.24218,
- "_SYQDPSNAQFLESIR_"
- ],
- [
- 37944,
- 2,
- 16,
- 5,
- 0.2137,
- "_GTSYQSPHGIPIDLLDR_"
- ],
- [
- 26505,
- 3,
- 13,
- 6,
- 0.171,
- "_VAGVLGFAATHNLYSMNDCAQK_"
- ],
- [
- 44766,
- 2,
- 11,
- 4,
- 0.14251,
- "_ISKPAPYWEGTAVIDGEFK_"
- ],
- [
- 30993,
- 2,
- 8,
- 3,
- 0.09974,
- "_EDDIEDTMEESGWK_"
- ],
- [
- 13807,
- 4,
- 10,
- 5,
- 0.12822,
- "_GKNPEDLIWHTPEGISIKPLYSK_"
- ],
- [
- 19297,
- 3,
- 14,
- 6,
- 0.18521,
- "_IMQVNGWDMTMVTHDQAR_"
- ],
- [
- 10116,
- 3,
- 7,
- 2,
- 0.085494,
- "_VEHPVEMGLDLEQSLR_"
- ],
- [
- 22734,
- 3,
- 19,
- 5,
- 0.25644,
- "_GYSLVSGGTDNHLVLVDLRPK_"
- ],
- [
- 36937,
- 2,
- 12,
- 5,
- 0.15675,
- "_ASMDVENPDYSEEILK_"
- ],
- [
- 15588,
- 2,
- 11,
- 2,
- 0.14251,
- "_QFLEVELDQAR_"
- ],
- [
- 3652,
- 3,
- 19,
- 3,
- 0.25644,
- "_TPLVSVLLEGPPHSGK_"
- ],
- [
- 6928,
- 4,
- 14,
- 4,
- 0.18521,
- "_QNPLDEQHIFQLPVRPTAVK_"
- ],
- [
- 3686,
- 2,
- 22,
- 6,
- 0.29917,
- "_VVDLLAPYAK_"
- ],
- [
- 7143,
- 3,
- 11,
- 6,
- 0.14251,
- "_RTIQFVDWCPTGFK_"
- ],
- [
- 22057,
- 2,
- 24,
- 6,
- 0.32771,
- "_GLAITFVSDENDAK_"
- ],
- [
- 14518,
- 3,
- 15,
- 4,
- 0.19946,
- "_HDIAFVEFDNEVQAGAAR_"
- ],
- [
- 39164,
- 3,
- 12,
- 5,
- 0.15675,
- "_NTAEMYDNILNKPLQLKPNITNSAR_"
- ],
- [
- 24539,
- 3,
- 18,
- 6,
- 0.24218,
- "_ILEDQEENPLPAALVQPHTGK_"
- ],
- [
- 30095,
- 2,
- 16,
- 5,
- 0.2137,
- "_CLHMFLQDEIIDK_"
- ],
- [
- 24231,
- 2,
- 30,
- 5,
- 0.4132,
- "_SSGSSYPSLLQCLK_"
- ],
- [
- 4612,
- 2,
- 15,
- 3,
- 0.19946,
- "_EWLSPLPDR_"
- ],
- [
- 26445,
- 2,
- 8,
- 2,
- 0.09974,
- "_QVDFWFGDANLHK_"
- ],
- [
- 18852,
- 2,
- 12,
- 4,
- 0.15677,
- "_STYCLLNGLTDR_"
- ],
- [
- 11671,
- 2,
- 12,
- 3,
- 0.15677,
- "_IAAAILNTPDLR_"
- ],
- [
- 4680,
- 3,
- 17,
- 5,
- 0.2422,
- "_RGDINLLMLGDPGTAK_"
- ],
- [
- 3922,
- 3,
- 12,
- 3,
- 0.15677,
- "_DHYIPNTLNPVFGR_"
- ],
- [
- 21316,
- 3,
- 12,
- 7,
- 0.15677,
- "_TLSLQFVHHICITCPEIK_"
- ],
- [
- 25564,
- 2,
- 12,
- 6,
- 0.15677,
- "_QLDDLKVELSQLR_"
- ],
- [
- 29137,
- 2,
- 13,
- 4,
- 0.17102,
- "_EGFESDTDSEFTFK_"
- ],
- [
- 26674,
- 3,
- 13,
- 4,
- 0.17102,
- "_HSYPPALGSPGALAGAGVGAAGPLER_"
- ],
- [
- 45290,
- 3,
- 13,
- 5,
- 0.17102,
- "_KFSNSIPQSQTGNSETATPTNVDLPQVIPK_"
- ],
- [
- 29434,
- 2,
- 26,
- 6,
- 0.35624,
- "_GQPAIIDGELYNEVK_"
- ],
- [
- 22859,
- 3,
- 12,
- 4,
- 0.15677,
- "_IKDFLQGSSCIAGIYNETTK_"
- ],
- [
- 37496,
- 2,
- 13,
- 7,
- 0.17102,
- "_ITENIGCVMTGMTADSR_"
- ],
- [
- 20760,
- 2,
- 12,
- 5,
- 0.15677,
- "_EMLNLYIENEGK_"
- ],
- [
- 47902,
- 2,
- 11,
- 3,
- 0.14248,
- "_SSQGSSSVSSDAPGNVLCALSQK_"
- ],
- [
- 11004,
- 2,
- 12,
- 2,
- 0.15677,
- "_LSTPAGVQVILR_"
- ],
- [
- 47462,
- 2,
- 12,
- 5,
- 0.15677,
- "_YVPGSSGSSNTLPTADPFTGAGR_"
- ],
- [
- 8044,
- 3,
- 11,
- 5,
- 0.14248,
- "_AYLEAHETFNEWFK_"
- ],
- [
- 15684,
- 2,
- 12,
- 4,
- 0.15677,
- "_RLPVEVPSVILK_"
- ],
- [
- 16053,
- 3,
- 12,
- 4,
- 0.15677,
- "_KGEESEGFLNPELLETSR_"
- ],
- [
- 5507,
- 3,
- 11,
- 5,
- 0.14248,
- "_IRIDSLSAQLSQLQK_"
- ],
- [
- 14868,
- 2,
- 24,
- 2,
- 0.32769,
- "_AFPCWDEPAIK_"
- ],
- [
- 28898,
- 2,
- 19,
- 7,
- 0.25644,
- "_SSALQWLTPEQTSGK_"
- ],
- [
- 31471,
- 3,
- 22,
- 7,
- 0.2992,
- "_SLYQSAGVAPESFEYIEAHGTGTK_"
- ],
- [
- 43727,
- 2,
- 15,
- 6,
- 0.19948,
- "_SEEWADNHLPLTDAELAR_"
- ],
- [
- 27174,
- 3,
- 15,
- 6,
- 0.19948,
- "_SHYADVDPENQNFLLESNLGK_"
- ],
- [
- 11226,
- 2,
- 11,
- 2,
- 0.14248,
- "_DGLGFCALIHR_"
- ],
- [
- 47308,
- 2,
- 9,
- 7,
- 0.114,
- "_VIISAPSADAPM(Oxidation (M))FVMGVNHEK_"
- ],
- [
- 10452,
- 2,
- 18,
- 6,
- 0.2422,
- "_ADLINNLGTIAK_"
- ],
- [
- 48665,
- 2,
- 7,
- 2,
- 0.085513,
- "_DGNVLLHEMQIQHPTASLIAK_"
- ],
- [
- 50211,
- 2,
- 14,
- 4,
- 0.18526,
- "_KMQQNIQELEEQLEEEESAR_"
- ],
- [
- 39783,
- 2,
- 16,
- 3,
- 0.21372,
- "_EDESYGYVLPNHMMLK_"
- ],
- [
- 26134,
- 2,
- 16,
- 4,
- 0.21372,
- "_EEQFNMLSSDLEK_"
- ],
- [
- 13415,
- 3,
- 16,
- 6,
- 0.21372,
- "_SCPVVQSSQHLFLDLPK_"
- ],
- [
- 17141,
- 3,
- 17,
- 7,
- 0.22796,
- "_SEEWADNHLPLTDAELAR_"
- ],
- [
- 26010,
- 2,
- 10,
- 2,
- 0.12823,
- "_QAELEEIYESSIR_"
- ],
- [
- 19549,
- 4,
- 13,
- 4,
- 0.17102,
- "_LATMMVQGQEYEAGGSVIHPLNLHMK_"
- ],
- [
- 34932,
- 2,
- 10,
- 2,
- 0.12823,
- "_DVEDMELSDVEDDGSK_"
- ],
- [
- 8783,
- 3,
- 10,
- 5,
- 0.12823,
- "_DLKLDNVLLDSEGHIK_"
- ],
- [
- 41798,
- 2,
- 14,
- 6,
- 0.18526,
- "_QYLLCPGSSGVENTELVK_"
- ],
- [
- 1627,
- 2,
- 14,
- 2,
- 0.18526,
- "_AVLLDLEPR_"
- ],
- [
- 48769,
- 2,
- 19,
- 7,
- 0.25644,
- "_LAAAISEVVSQTPASTTQAGAPPR_"
- ],
- [
- 35531,
- 2,
- 16,
- 6,
- 0.21372,
- "_VLISSLQDCLHGIESK_"
- ],
- [
- 36235,
- 2,
- 17,
- 4,
- 0.22796,
- "_LASVLGSEPSLDSEVTSK_"
- ],
- [
- 45519,
- 2,
- 13,
- 4,
- 0.17102,
- "_AVEYYFASDASAVIEHTNR_"
- ],
- [
- 39057,
- 3,
- 12,
- 5,
- 0.15673,
- "_AVLGEVVLYSGARPLSHQPGPEAPALPK_"
- ],
- [
- 1169,
- 2,
- 8,
- 3,
- 0.099769,
- "_GLFISISDR_"
- ],
- [
- 18152,
- 4,
- 12,
- 7,
- 0.15673,
- "_EVTSHFQVTLNDIQLQMEQHNER_"
- ],
- [
- 24142,
- 2,
- 17,
- 2,
- 0.22797,
- "_VPDSTYEMIGGLDK_"
- ],
- [
- 43248,
- 2,
- 12,
- 3,
- 0.15673,
- "_RIQDPVLQAVTSQTSLPGH_"
- ],
- [
- 30460,
- 2,
- 12,
- 2,
- 0.15673,
- "_NLEEEAGVQDALNIR_"
- ],
- [
- 13708,
- 2,
- 7,
- 3,
- 0.085531,
- "_LQTAPVPMPDLK_"
- ],
- [
- 36736,
- 2,
- 6,
- 3,
- 0.071267,
- "_LDQLDGSFDDPNTVVAK_"
- ],
- [
- 43153,
- 3,
- 13,
- 7,
- 0.17102,
- "_KAALDEAQGVGLDSTGYYDQEIYGGSDSR_"
- ],
- [
- 3350,
- 2,
- 17,
- 4,
- 0.22797,
- "_EDAVLEYLK_"
- ],
- [
- 46113,
- 3,
- 7,
- 5,
- 0.085531,
- "_ELDEHELDYDEEVPEEPAPAVQEDEAEK_"
- ],
- [
- 49617,
- 3,
- 13,
- 5,
- 0.17102,
- "_QEVESHEEVDLELPSTENEYVSTSEADGGGEPK_"
- ],
- [
- 44937,
- 2,
- 7,
- 3,
- 0.085531,
- "_LLIQAEQTSDGPNPCDMVK_"
- ],
- [
- 6551,
- 3,
- 20,
- 5,
- 0.27069,
- "_AIMEMPSFYSHGLPR_"
- ],
- [
- 25545,
- 2,
- 13,
- 5,
- 0.17102,
- "_QTADFLQEYVTNK_"
- ],
- [
- 31871,
- 3,
- 21,
- 6,
- 0.28496,
- "_VLRPPGGGSNFSLGFDEPTEQPVR_"
- ],
- [
- 20039,
- 2,
- 9,
- 2,
- 0.11401,
- "_EYVDPNNIFGNR_"
- ],
- [
- 15365,
- 3,
- 13,
- 5,
- 0.17102,
- "_LSQLTHGITELGPYTLDR_"
- ],
- [
- 20267,
- 2,
- 14,
- 4,
- 0.18527,
- "_VLYPNDNFFEGK_"
- ],
- [
- 35884,
- 3,
- 14,
- 6,
- 0.18527,
- "_LATVISVWNSDTQNPYHQQALAEK_"
- ],
- [
- 21086,
- 2,
- 14,
- 5,
- 0.18527,
- "_ALALDCEMVGVGPK_"
- ],
- [
- 38906,
- 2,
- 11,
- 5,
- 0.14249,
- "_LSLDGQNIYNACCTLR_"
- ],
- [
- 5867,
- 3,
- 14,
- 4,
- 0.18527,
- "_EAPCVLIYIPDGHTK_"
- ],
- [
- 38415,
- 3,
- 11,
- 4,
- 0.14249,
- "_QSMISTQNQYSTLSKPAALTGTLEVR_"
- ],
- [
- 47130,
- 2,
- 12,
- 4,
- 0.15673,
- "_LDETGNLMISEGHFASETIR_"
- ],
- [
- 24808,
- 2,
- 14,
- 5,
- 0.18527,
- "_MVEFLQCTVPCR_"
- ],
- [
- 17495,
- 2,
- 12,
- 5,
- 0.15673,
- "_(Acetyl (Protein N-term))CDKEFM(Oxidation (M))WALK_"
- ],
- [
- 32588,
- 2,
- 14,
- 6,
- 0.18527,
- "_AVQHCLALLNLTLQK_"
- ],
- [
- 51336,
- 3,
- 15,
- 5,
- 0.19951,
- "_TLSVEPSQQLDTASTEETDPETSQPEPNRPSELDLR_"
- ],
- [
- 5282,
- 2,
- 19,
- 4,
- 0.25645,
- "_VADIGLAAWGR_"
- ],
- [
- 4045,
- 2,
- 12,
- 3,
- 0.15673,
- "_LFSEGLFSAK_"
- ],
- [
- 41030,
- 2,
- 27,
- 7,
- 0.37049,
- "_SHFEQWGTLTDCVVMR_"
- ],
- [
- 3097,
- 2,
- 11,
- 3,
- 0.14249,
- "_DVLEVGELAK_"
- ],
- [
- 28533,
- 2,
- 15,
- 5,
- 0.19951,
- "_DKLFVINEVCEMK_"
- ],
- [
- 37836,
- 3,
- 19,
- 5,
- 0.25645,
- "_IVEDAPPIDLQAEAQHASGEVEEPPR_"
- ],
- [
- 50354,
- 3,
- 12,
- 6,
- 0.15673,
- "_TGGMEGGTAVATSSLTADNDFKPVGIGLPHSENNQDK_"
- ],
- [
- 4192,
- 4,
- 16,
- 3,
- 0.21373,
- "_TWDHFWLNEGHTVYLER_"
- ],
- [
- 24414,
- 2,
- 14,
- 4,
- 0.18527,
- "_TDFFIGGEEGMAEK_"
- ],
- [
- 16181,
- 3,
- 7,
- 5,
- 0.085531,
- "_NVELNIHLTMNDFSVHR_"
- ],
- [
- 2553,
- 2,
- 23,
- 5,
- 0.31345,
- "_YPQLLPGIR_"
- ],
- [
- 40718,
- 2,
- 16,
- 8,
- 0.21373,
- "_SCPVVQSSQHLFLDLPK_"
- ],
- [
- 27838,
- 2,
- 16,
- 4,
- 0.21373,
- "_DGDFENPVPYTGAVK_"
- ],
- [
- 10955,
- 4,
- 6,
- 2,
- 0.071267,
- "_MLNHAPSVQIHDVPADLLTYDR_"
- ],
- [
- 40088,
- 3,
- 12,
- 4,
- 0.15674,
- "_WPQGAVPQLPPSAPATSEMTTTPERPR_"
- ],
- [
- 40166,
- 2,
- 8,
- 2,
- 0.099787,
- "_QQYEQCM(Oxidation (M))DLQLFYR_"
- ],
- [
- 24710,
- 3,
- 8,
- 4,
- 0.099787,
- "_EIGNLLHPSVPISNDEDVDNK_"
- ],
- [
- 34402,
- 2,
- 9,
- 4,
- 0.11402,
- "_NEIIQSPISQVPSVEK_"
- ],
- [
- 13800,
- 2,
- 9,
- 4,
- 0.11402,
- "_M(Oxidation (M))ALDIEIATYR_"
- ],
- [
- 22514,
- 2,
- 13,
- 3,
- 0.17099,
- "_GYLGPEQLPDCLK_"
- ],
- [
- 37505,
- 2,
- 10,
- 5,
- 0.12827,
- "_VGEGPGVCWLAPEQTAGK_"
- ],
- [
- 26792,
- 2,
- 11,
- 4,
- 0.14251,
- "_GLALVLSNVHFTGEK_"
- ],
- [
- 50527,
- 2,
- 13,
- 8,
- 0.17099,
- "_CCQSQEQEVCFTEEGPALISK_"
- ],
- [
- 42366,
- 2,
- 12,
- 3,
- 0.15674,
- "_AFEDDDITHVEGSVDPIR_"
- ],
- [
- 28134,
- 2,
- 12,
- 6,
- 0.15674,
- "_CMLDAALATLNTHGK_"
- ],
- [
- 18620,
- 2,
- 7,
- 2,
- 0.085523,
- "_ASWESLDEEWR_"
- ],
- [
- 46388,
- 2,
- 10,
- 3,
- 0.12827,
- "_EYIAQMSQLEGGPGSTTISGR_"
- ],
- [
- 26476,
- 2,
- 12,
- 6,
- 0.15674,
- "_LEEMFPDEVDTPR_"
- ],
- [
- 4434,
- 2,
- 15,
- 5,
- 0.19953,
- "_FVNVVPTFGK_"
- ],
- [
- 8240,
- 3,
- 17,
- 8,
- 0.22799,
- "_GFGHIGIAVPDVYSACK_"
- ],
- [
- 44776,
- 2,
- 16,
- 7,
- 0.21377,
- "_YMEDMEQAFETCQAAER_"
- ],
- [
- 48499,
- 3,
- 16,
- 8,
- 0.21377,
- "_TASTPTPPQTGGGLEPQANGETPQVAVIVRPDDR_"
- ],
- [
- 21685,
- 2,
- 16,
- 4,
- 0.21377,
- "_ENLLEEQGSIALR_"
- ],
- [
- 41815,
- 2,
- 17,
- 7,
- 0.22799,
- "_SVTDCTSNFCLFQSNSK_"
- ],
- [
- 44354,
- 4,
- 17,
- 8,
- 0.22799,
- "_YGPADVEDTTGSGATDSKDDDDIDLFGSDDEEESEEAKR_"
- ],
- [
- 50621,
- 3,
- 32,
- 5,
- 0.44174,
- "_IFPPETSASVAATPPPSTASAPAAVNSSASADKPLSNMK_"
- ],
- [
- 49984,
- 2,
- 15,
- 6,
- 0.19953,
- "_SASPDDDLGSSNWEAADLGNEER_"
- ],
- [
- 30429,
- 2,
- 18,
- 4,
- 0.24223,
- "_LFPLIQTMHSNLAGK_"
- ],
- [
- 11189,
- 3,
- 15,
- 2,
- 0.19953,
- "_QSISNFHVLLLQTETR_"
- ],
- [
- 37986,
- 2,
- 14,
- 5,
- 0.18528,
- "_QYCSAFPDTDGYFGSR_"
- ],
- [
- 31698,
- 2,
- 14,
- 5,
- 0.18528,
- "_IRIDSLSAQLSQLQK_"
- ],
- [
- 34922,
- 2,
- 33,
- 5,
- 0.45597,
- "_IIPLYSTLPPQQQQR_"
- ],
- [
- 24558,
- 3,
- 16,
- 7,
- 0.21377,
- "_SASNIDDVLGHHTGFLDTCLK_"
- ],
- [
- 27330,
- 2,
- 14,
- 4,
- 0.18528,
- "_GLSWQPPPYTPTPR_"
- ],
- [
- 36017,
- 2,
- 15,
- 4,
- 0.19951,
- "_LQQELEAANQSLAELR_"
- ],
- [
- 16727,
- 3,
- 13,
- 6,
- 0.17097,
- "_VQDTSNTGLGEDIIHQLSK_"
- ],
- [
- 4241,
- 2,
- 11,
- 5,
- 0.1425,
- "_DGDLFMSYR_"
- ],
- [
- 31620,
- 2,
- 16,
- 6,
- 0.21376,
- "_DMEPEMVCIDSCGR_"
- ],
- [
- 34295,
- 3,
- 11,
- 4,
- 0.1425,
- "_ELAAEVEVQDGPNEDGEMFMRPGK_"
- ],
- [
- 42758,
- 2,
- 10,
- 5,
- 0.12825,
- "_QQMTALQSQLQQVQLER_"
- ],
- [
- 34900,
- 2,
- 13,
- 5,
- 0.17097,
- "_LAEMPADSGYPAYLGAR_"
- ],
- [
- 42604,
- 2,
- 13,
- 6,
- 0.17097,
- "_EELMSSDLEETAGSTSIPK_"
- ],
- [
- 36149,
- 2,
- 16,
- 2,
- 0.21376,
- "_SIHYPPETASIMLMAR_"
- ],
- [
- 43418,
- 2,
- 14,
- 4,
- 0.18522,
- "_HSQELPAILDDTTLSGSDR_"
- ],
- [
- 23876,
- 2,
- 26,
- 5,
- 0.35618,
- "_VPSENVLGEVGSGFK_"
- ],
- [
- 35418,
- 2,
- 17,
- 8,
- 0.228,
- "_SVGDGETVEFDVVEGEK_"
- ],
- [
- 32838,
- 3,
- 8,
- 2,
- 0.099753,
- "_EYLQTHWEEEECQQDVSLLR_"
- ],
- [
- 20838,
- 3,
- 16,
- 6,
- 0.21376,
- "_GHPDLQGQPAEEIFESVGDR_"
- ],
- [
- 18028,
- 3,
- 11,
- 2,
- 0.1425,
- "_EPVCSALNSAILETHNLPK_"
- ],
- [
- 33833,
- 2,
- 12,
- 4,
- 0.15674,
- "_HNVFQNDEFDVFSR_"
- ],
- [
- 43289,
- 2,
- 15,
- 5,
- 0.19951,
- "_LPSPTSPFSSLSQDQAATSK_"
- ],
- [
- 20970,
- 3,
- 14,
- 4,
- 0.18522,
- "_FIQENVFVAANHNGSPLSIK_"
- ],
- [
- 34114,
- 2,
- 14,
- 2,
- 0.18522,
- "_DIHFMPCSGLTGANLK_"
- ],
- [
- 14362,
- 3,
- 15,
- 6,
- 0.19951,
- "_YIHPDDELVLEDELQR_"
- ],
- [
- 27725,
- 2,
- 19,
- 7,
- 0.25646,
- "_GGYVLHIGTIYGDLK_"
- ],
- [
- 51068,
- 2,
- 9,
- 5,
- 0.11402,
- "_EYLQTHWEEEECQQDVSLLR_"
- ],
- [
- 50632,
- 2,
- 9,
- 5,
- 0.11402,
- "_NVAQYNANHPDFPMQIEQLER_"
- ],
- [
- 14954,
- 2,
- 9,
- 4,
- 0.11402,
- "_HIVELQIILEK_"
- ],
- [
- 15935,
- 2,
- 10,
- 3,
- 0.12825,
- "_TPAILYTYSGLR_"
- ],
- [
- 34187,
- 2,
- 14,
- 5,
- 0.18522,
- "_YFGCELGAQTQFDVK_"
- ],
- [
- 38658,
- 2,
- 13,
- 3,
- 0.17097,
- "_ADEEEMLDNLPEAGDSR_"
- ],
- [
- 47912,
- 4,
- 12,
- 9,
- 0.15673,
- "_VDPTYGLESSCIAGTGPDEPEKLEGAEEEKMEADPDGQQPEK_"
- ],
- [
- 40195,
- 2,
- 7,
- 2,
- 0.085468,
- "_LYQAMGYEVDTSSAIYK_"
- ],
- [
- 30691,
- 3,
- 12,
- 7,
- 0.15673,
- "_NVAQYNANHPDFPMQIEQLER_"
- ],
- [
- 10149,
- 2,
- 12,
- 2,
- 0.15673,
- "_QNLFLGSLTSR_"
- ],
- [
- 7405,
- 2,
- 8,
- 4,
- 0.099738,
- "_EGFQLLLNNK_"
- ],
- [
- 51012,
- 2,
- 8,
- 4,
- 0.099738,
- "_LGIENSTLGESQVSGNASCQLPYR_"
- ],
- [
- 1485,
- 2,
- 13,
- 4,
- 0.17097,
- "_LEELQLFK_"
- ],
- [
- 8403,
- 3,
- 8,
- 2,
- 0.099738,
- "_LDSLQDIGMDHQALLK_"
- ],
- [
- 37516,
- 2,
- 13,
- 6,
- 0.17097,
- "_LDQEVAEVDKNIELLK_"
- ],
- [
- 32162,
- 2,
- 19,
- 5,
- 0.25645,
- "_EVIPVNVPEAQEEMK_"
- ],
- [
- 43291,
- 2,
- 13,
- 5,
- 0.17097,
- "_LLEAQIATGGIIDPEESHR_"
- ],
- [
- 40386,
- 3,
- 10,
- 6,
- 0.12825,
- "_VSAVSAEPPTTLPGTHPGLSETTNPMGHM_"
- ],
- [
- 41527,
- 2,
- 12,
- 2,
- 0.15673,
- "_YIHPDDELVLEDELQR_"
- ],
- [
- 30441,
- 3,
- 10,
- 6,
- 0.12825,
- "_MLNHAPSVQIHDVPADLLTYDR_"
- ],
- [
- 43141,
- 2,
- 10,
- 4,
- 0.12825,
- "_LLFDETQGKPAVAVIDNGR_"
- ],
- [
- 38797,
- 2,
- 10,
- 3,
- 0.12825,
- "_SLWTCSVESSMEYCR_"
- ],
- [
- 9044,
- 2,
- 10,
- 3,
- 0.12825,
- "_NGIDILVGTPGR_"
- ],
- [
- 5571,
- 2,
- 11,
- 2,
- 0.14248,
- "_DDLLNVCMR_"
- ],
- [
- 34830,
- 2,
- 11,
- 2,
- 0.14248,
- "_DQAVCISTNGAVFVNGK_"
- ],
- [
- 38493,
- 3,
- 11,
- 6,
- 0.14248,
- "_VIVQFQPSSVPDEWGTTQDGQTRPR_"
- ],
- [
- 39568,
- 2,
- 11,
- 4,
- 0.14248,
- "_TNMQTMYEQSEWGWK_"
- ],
- [
- 27819,
- 2,
- 11,
- 5,
- 0.14248,
- "_HFCPNVPIILVGNK_"
- ],
- [
- 17203,
- 2,
- 9,
- 4,
- 0.11398,
- "_ISVYDYDTFTR_"
- ],
- [
- 45140,
- 3,
- 9,
- 6,
- 0.11398,
- "_YQHTGAVLDCAFYDPTHAWSGGLDHQLK_"
- ],
- [
- 45856,
- 2,
- 11,
- 5,
- 0.14248,
- "_ETFGVNNAVYGIDAM(Oxidation (M))NPSSR_"
- ],
- [
- 6491,
- 2,
- 10,
- 4,
- 0.12825,
- "_LNSGLGQLILK_"
- ],
- [
- 14978,
- 2,
- 11,
- 4,
- 0.14248,
- "_QGFGNLPICMAK_"
- ],
- [
- 50677,
- 2,
- 11,
- 3,
- 0.14248,
- "_FQSPAYSSVDTEETIEPYTTEK_"
- ],
- [
- 4921,
- 3,
- 12,
- 4,
- 0.15673,
- "_SVTLGYLFSQGHLTR_"
- ],
- [
- 35281,
- 2,
- 15,
- 4,
- 0.19945,
- "_AKYPDYEVTWANDGY_"
- ],
- [
- 21623,
- 2,
- 20,
- 5,
- 0.27069,
- "_AIQLSGAEQLEALK_"
- ],
- [
- 28923,
- 3,
- 13,
- 7,
- 0.17097,
- "_NTTYDLIANIVHDGKPSEGSYR_"
- ],
- [
- 21389,
- 3,
- 14,
- 4,
- 0.1852,
- "_DQFLDTLQAHGHDVNSFVR_"
- ],
- [
- 12605,
- 3,
- 14,
- 7,
- 0.1852,
- "_FNFLNPNDPYHAYYR_"
- ],
- [
- 9039,
- 3,
- 17,
- 5,
- 0.22799,
- "_LQVIVCSATLHSFDVK_"
- ],
- [
- 24878,
- 2,
- 17,
- 5,
- 0.22799,
- "_LGDVISIQPCPDVK_"
- ],
- [
- 29523,
- 2,
- 16,
- 4,
- 0.22799,
- "_TVQIPVYDFVSHSR_"
- ],
- [
- 7324,
- 3,
- 17,
- 4,
- 0.22799,
- "_DIHFMPCSGLTGANLK_"
- ],
- [
- 5295,
- 2,
- 15,
- 5,
- 0.19945,
- "_IVLVDDSIVR_"
- ],
- [
- 36566,
- 2,
- 16,
- 5,
- 0.21374,
- "_ASNLENSTYDLYTIPK_"
- ],
- [
- 15375,
- 3,
- 14,
- 2,
- 0.1852,
- "_AFEDDDITHVEGSVDPIR_"
- ],
- [
- 45092,
- 2,
- 15,
- 5,
- 0.19945,
- "_TMIQSPSGVILQEAADVHAR_"
- ],
- [
- 2462,
- 2,
- 15,
- 3,
- 0.19945,
- "_YQDILVFR_"
- ],
- [
- 3852,
- 3,
- 16,
- 3,
- 0.21374,
- "_FHLATAEWIAEPVR_"
- ],
- [
- 22992,
- 2,
- 14,
- 4,
- 0.1852,
- "_MTIGHLIECLQGK_"
- ],
- [
- 49000,
- 3,
- 15,
- 8,
- 0.19945,
- "_(Acetyl (Protein N-term))AGVEEVAASGSHLNGDLDPDDREEGAASTAEEAAK_"
- ],
- [
- 11830,
- 3,
- 15,
- 7,
- 0.19945,
- "_TILQCALNRPAFFAER_"
- ],
- [
- 36855,
- 3,
- 8,
- 6,
- 0.09974,
- "_ETEQINGNPVPDENGHIPGWVPVEK_"
- ],
- [
- 38772,
- 2,
- 8,
- 2,
- 0.09974,
- "_MATYLTGELTATSEDYK_"
- ],
- [
- 3626,
- 2,
- 12,
- 5,
- 0.15676,
- "_YSDFEWLK_"
- ],
- [
- 16131,
- 2,
- 12,
- 3,
- 0.15676,
- "_YIFDAECALEK_"
- ],
- [
- 20825,
- 2,
- 8,
- 3,
- 0.15676,
- "_VAGYAALLEQYQK_"
- ],
- [
- 9406,
- 3,
- 12,
- 3,
- 0.15676,
- "_IKLETVDPTYIFHPR_"
- ],
- [
- 2428,
- 2,
- 12,
- 2,
- 0.15676,
- "_FNIWPGYR_"
- ],
- [
- 20442,
- 2,
- 12,
- 3,
- 0.15676,
- "_LQQSFPGIEVTVK_"
- ],
- [
- 35428,
- 3,
- 13,
- 6,
- 0.171,
- "_LGQHVVGMAPLSVGSLDDEPGGEAETK_"
- ],
- [
- 5384,
- 2,
- 13,
- 5,
- 0.171,
- "_IFEPILGEGR_"
- ],
- [
- 30795,
- 2,
- 15,
- 6,
- 0.19947,
- "_SVTLGYLFSQGHLTR_"
- ],
- [
- 15268,
- 4,
- 15,
- 9,
- 0.19947,
- "_IYITLTGVHQVPTENVQVHFTER_"
- ],
- [
- 14025,
- 2,
- 15,
- 4,
- 0.19947,
- "_LYPVLQQSLVR_"
- ],
- [
- 25441,
- 4,
- 16,
- 5,
- 0.21372,
- "_APVIRPGGTLGLSEAADSDAHLFQDSTEPR_"
- ],
- [
- 23049,
- 3,
- 9,
- 5,
- 0.11401,
- "_QHSVVPSQIFELEDGTSSYK_"
- ],
- [
- 36274,
- 2,
- 10,
- 5,
- 0.12825,
- "_LSAQAQVAEDILDKYR_"
- ],
- [
- 19650,
- 2,
- 18,
- 3,
- 0.24226,
- "_SEAVVEYVFSGSR_"
- ],
- [
- 4102,
- 2,
- 22,
- 5,
- 0.2992,
- "_GELVGGLDIVK_"
- ],
- [
- 35089,
- 4,
- 10,
- 5,
- 0.12825,
- "_CFGFVTYSNVEEADAAM(Oxidation (M))AASPHAVDGNTVELKR_"
- ],
- [
- 25383,
- 2,
- 9,
- 5,
- 0.11401,
- "_ALGLSTDDAYEELR_"
- ],
- [
- 9377,
- 3,
- 11,
- 5,
- 0.14252,
- "_LLAEDDELHLCLACR_"
- ],
- [
- 44739,
- 2,
- 11,
- 4,
- 0.14252,
- "_EGAAHAFAQYNLDQFTPVK_"
- ],
- [
- 20335,
- 2,
- 9,
- 2,
- 0.11401,
- "_LDAESDLQLAQIK_"
- ],
- [
- 13520,
- 2,
- 6,
- 3,
- 0.071243,
- "_EFSHIAFLTIK_"
- ],
- [
- 9520,
- 2,
- 11,
- 6,
- 0.14252,
- "_AMLDQLMGTSR_"
- ],
- [
- 36886,
- 2,
- 11,
- 5,
- 0.14252,
- "_HNVMISTEWAAPNVLR_"
- ],
- [
- 30344,
- 2,
- 15,
- 3,
- 0.19947,
- "_EAQAVPATLPELEATK_"
- ],
- [
- 34474,
- 2,
- 11,
- 4,
- 0.14252,
- "_YSGLCPHVVVLVATVR_"
- ],
- [
- 27231,
- 2,
- 11,
- 4,
- 0.14252,
- "_AFVSGLLIGQCSSQK_"
- ],
- [
- 18504,
- 2,
- 17,
- 5,
- 0.22801,
- "_VLLTTQGVDMISK_"
- ],
- [
- 24894,
- 3,
- 9,
- 2,
- 0.11401,
- "_NGYHGDLNETFFVGEVDDGAR_"
- ],
- [
- 12123,
- 3,
- 9,
- 3,
- 0.11401,
- "_QGEEIHNEVEFEWLR_"
- ],
- [
- 44853,
- 2,
- 10,
- 4,
- 0.12825,
- "_SGAWDESGVFIYTTSNHIK_"
- ],
- [
- 36707,
- 2,
- 12,
- 5,
- 0.15676,
- "_(Acetyl (Protein N-term))TQQGAALQNYNNELVK_"
- ],
- [
- 32306,
- 3,
- 11,
- 6,
- 0.14252,
- "_IEDPQIQAHWSNINDVYESSVK_"
- ],
- [
- 19965,
- 2,
- 14,
- 6,
- 0.18525,
- "_FTQAGSEVSALLGR_"
- ],
- [
- 46677,
- 2,
- 15,
- 4,
- 0.19947,
- "_DNLTLWTSDM(Oxidation (M))QGDGEEQNK_"
- ],
- [
- 23805,
- 2,
- 13,
- 4,
- 0.171,
- "_AAILPTSIFLTNKK_"
- ],
- [
- 46091,
- 2,
- 14,
- 6,
- 0.18525,
- "_GDVEMLCGGPPCQGFSGMNR_"
- ],
- [
- 46969,
- 2,
- 19,
- 6,
- 0.2565,
- "_LGEHNIDVLEGNEQFINAAK_"
- ],
- [
- 18510,
- 3,
- 13,
- 6,
- 0.171,
- "_EGAAHAFAQYNLDQFTPVK_"
- ],
- [
- 49114,
- 3,
- 14,
- 8,
- 0.18525,
- "_IGGDGNNKDDDPNEDWCAVCQNGGDLLCCEK_"
- ],
- [
- 593,
- 3,
- 14,
- 4,
- 0.18525,
- "_HLMDLLKPELVR_"
- ],
- [
- 7181,
- 3,
- 19,
- 5,
- 0.2565,
- "_VEGFPTIYFAPSGDKK_"
- ],
- [
- 29465,
- 2,
- 14,
- 6,
- 0.18525,
- "_FVESVDEYQFVER_"
- ],
- [
- 24530,
- 2,
- 15,
- 5,
- 0.19947,
- "_AVHEDIVAVELLPK_"
- ],
- [
- 44430,
- 2,
- 14,
- 4,
- 0.18525,
- "_DSEYLLQENEPDGTLDQK_"
- ],
- [
- 9122,
- 3,
- 13,
- 5,
- 0.171,
- "_LSAQAQVAEDILDKYR_"
- ],
- [
- 14389,
- 2,
- 17,
- 5,
- 0.22801,
- "_SIAPSIFGGTDMK_"
- ],
- [
- 20498,
- 3,
- 9,
- 2,
- 0.11403,
- "_CTLEFQVITGGHYDVDCR_"
- ],
- [
- 3572,
- 2,
- 13,
- 3,
- 0.17105,
- "_LYSVSYLLK_"
- ],
- [
- 35644,
- 3,
- 14,
- 7,
- 0.18529,
- "_QLPDKWQHDLFDSGFGGGAGVETGGK_"
- ],
- [
- 45699,
- 2,
- 9,
- 6,
- 0.11403,
- "_NPMDYPVEDAFCKPQLVK_"
- ],
- [
- 37743,
- 2,
- 14,
- 6,
- 0.18529,
- "_QYYTLLNQAPDMLHR_"
- ],
- [
- 26076,
- 3,
- 14,
- 5,
- 0.18529,
- "_DQDTLIQHGIHDGLTVHLVIK_"
- ],
- [
- 31633,
- 2,
- 17,
- 7,
- 0.22801,
- "_IDVTAPDVSIEEPEGK_"
- ],
- [
- 833,
- 2,
- 6,
- 3,
- 0.071278,
- "_LLILEYAR_"
- ],
- [
- 36265,
- 3,
- 14,
- 6,
- 0.18529,
- "_TSENLALTGVDHSLPQDGSNAFISQK_"
- ],
- [
- 15788,
- 4,
- 13,
- 2,
- 0.17105,
- "_QLPDKWQHDLFDSGFGGGAGVETGGK_"
- ],
- [
- 36298,
- 2,
- 9,
- 4,
- 0.11403,
- "_DGVGVGVSCMAQDCPLR_"
- ],
- [
- 43427,
- 2,
- 15,
- 5,
- 0.19954,
- "_HSVEVQVNVMSENILTGAK_"
- ],
- [
- 22230,
- 2,
- 15,
- 6,
- 0.19954,
- "_LLLENYEEYAAR_"
- ],
- [
- 37478,
- 2,
- 14,
- 4,
- 0.18529,
- "_YKEEYAVLISEAQAIK_"
- ],
- [
- 17795,
- 3,
- 10,
- 2,
- 0.1283,
- "_FQGMSDFQYLAVHTEAGGK_"
- ],
- [
- 29194,
- 3,
- 14,
- 5,
- 0.18529,
- "_NVPILYTASQACLQHPDVAAYK_"
- ],
- [
- 8737,
- 2,
- 13,
- 4,
- 0.17105,
- "_TFLEFYEEK_"
- ],
- [
- 35669,
- 4,
- 19,
- 6,
- 0.25655,
- "_TVDLGLTGNHGVVHPSLADSANKFEENTYCFGR_"
- ],
- [
- 12794,
- 2,
- 14,
- 4,
- 0.18529,
- "_NAFDYFNNMR_"
- ],
- [
- 16535,
- 3,
- 14,
- 5,
- 0.18529,
- "_LLEAQIATGGIIDPEESHR_"
- ],
- [
- 34317,
- 2,
- 10,
- 3,
- 0.14254,
- "_KPTFMDEEVQSILTK_"
- ],
- [
- 39064,
- 2,
- 19,
- 4,
- 0.25655,
- "_VDPSLMEDSDDGPSLPTK_"
- ],
- [
- 12347,
- 3,
- 14,
- 5,
- 0.18529,
- "_ENDKQETWMLMELQK_"
- ],
- [
- 44396,
- 2,
- 8,
- 6,
- 0.099795,
- "_MVLAAAGGVEHQQLLDLAQK_"
- ],
- [
- 9836,
- 2,
- 23,
- 5,
- 0.31349,
- "_ISEQFTAMFR_"
- ],
- [
- 18656,
- 3,
- 15,
- 2,
- 0.19954,
- "_SGAWDESGVFIYTTSNHIK_"
- ],
- [
- 41616,
- 4,
- 11,
- 7,
- 0.14254,
- "_AFSAPQNSESQAHVSGGGDDSSRPTVWYHETLEWLK_"
- ],
- [
- 30559,
- 2,
- 20,
- 6,
- 0.27079,
- "_AITIAGVPQSVTECVK_"
- ],
- [
- 7442,
- 4,
- 10,
- 6,
- 0.1283,
- "_EVFLPSTPGLGMHVEVKDPDGK_"
- ],
- [
- 24975,
- 3,
- 15,
- 5,
- 0.19954,
- "_IDFVAHDDIPYSSAGSDDVYK_"
- ],
- [
- 32329,
- 2,
- 11,
- 4,
- 0.14254,
- "_FWQTYSSAEEVLQK_"
- ],
- [
- 42148,
- 2,
- 18,
- 6,
- 0.2423,
- "_LAENFCVCHLATGDMLR_"
- ],
- [
- 32238,
- 2,
- 8,
- 5,
- 0.099795,
- "_YFYFYNTGLQNQR_"
- ],
- [
- 9226,
- 3,
- 13,
- 5,
- 0.17105,
- "_VPVVFVTNAGNILQHSK_"
- ],
- [
- 29637,
- 2,
- 6,
- 3,
- 0.071278,
- "_SSLEWNSCVVQTLK_"
- ],
- [
- 14008,
- 2,
- 13,
- 3,
- 0.17105,
- "_IPEGLFDPSNVK_"
- ],
- [
- 35909,
- 2,
- 10,
- 5,
- 0.1283,
- "_NHVVDISESGLITIAGGK_"
- ],
- [
- 35685,
- 3,
- 13,
- 5,
- 0.17106,
- "_IWDLNMENRPVETYQVHEYLR_"
- ],
- [
- 34905,
- 2,
- 8,
- 3,
- 0.099788,
- "_SHLYFWTLEGSSLNK_"
- ],
- [
- 35461,
- 2,
- 11,
- 5,
- 0.14255,
- "_LDSLQDIGMDHQALLK_"
- ],
- [
- 36140,
- 2,
- 13,
- 3,
- 0.17106,
- "_EQICLQVPVNENDMK_"
- ],
- [
- 50465,
- 2,
- 12,
- 3,
- 0.1568,
- "_ETVGVDATTMDTDCGSMSTVVSTK_"
- ],
- [
- 48936,
- 3,
- 12,
- 4,
- 0.1568,
- "_TLDAEVVEKPAKEETVVENATPDYAAGLVSTQK_"
- ],
- [
- 49110,
- 3,
- 13,
- 7,
- 0.17106,
- "_SNGTNTSAPQDIYAVNGIAFHPVHGTLATVGSDGR_"
- ],
- [
- 18706,
- 2,
- 7,
- 3,
- 0.085532,
- "_NSLEDLTAEDFR_"
- ],
- [
- 25006,
- 3,
- 18,
- 7,
- 0.24227,
- "_DGNVLLHEMQIQHPTASLIAK_"
- ],
- [
- 51159,
- 2,
- 13,
- 6,
- 0.17106,
- "_ATGSDSSGVIDLTMDDEESGASQDPK_"
- ],
- [
- 3715,
- 2,
- 11,
- 2,
- 0.14255,
- "_SLADGILLCK_"
- ],
- [
- 4372,
- 2,
- 13,
- 4,
- 0.17106,
- "_MPFLSISSPK_"
- ],
- [
- 43893,
- 2,
- 11,
- 4,
- 0.14255,
- "_VCLCQGSAGSGAIGPVEAAIR_"
- ],
- [
- 2770,
- 3,
- 7,
- 4,
- 0.085532,
- "_NGLLHGHFTLPFLK_"
- ],
- [
- 29576,
- 3,
- 13,
- 6,
- 0.17106,
- "_IQEDPSLCGDKPSISAVTVELSK_"
- ],
- [
- 49832,
- 2,
- 23,
- 4,
- 0.31351,
- "_SYDVPPPPMEPDHPFYSNISK_"
- ],
- [
- 11204,
- 3,
- 18,
- 3,
- 0.24227,
- "_HFHPLFEYFDYESR_"
- ],
- [
- 39533,
- 3,
- 9,
- 5,
- 0.11405,
- "_AGFQSVAPSGGAGASGGAGAAAALGPGGTPGPPVR_"
- ],
- [
- 32880,
- 2,
- 12,
- 5,
- 0.1568,
- "_ETADTDTADQVMASFK_"
- ],
- [
- 46703,
- 2,
- 15,
- 4,
- 0.19954,
- "_VPVAVQGEDTVQSLTQGDGVAK_"
- ],
- [
- 35156,
- 3,
- 17,
- 9,
- 0.22802,
- "_IYITLTGVHQVPTENVQVHFTER_"
- ],
- [
- 12369,
- 2,
- 10,
- 2,
- 0.12828,
- "_YIMAGFPVCPK_"
- ],
- [
- 9675,
- 3,
- 15,
- 5,
- 0.19954,
- "_LM(Oxidation (M))CPQEIVDYIADKK_"
- ],
- [
- 17430,
- 2,
- 10,
- 4,
- 0.12828,
- "_VDDIHAICSLLK_"
- ],
- [
- 11141,
- 2,
- 16,
- 4,
- 0.21379,
- "_GLPDNISSVLNK_"
- ],
- [
- 16347,
- 2,
- 15,
- 4,
- 0.19954,
- "_CGLVPVLAENYK_"
- ],
- [
- 26248,
- 3,
- 10,
- 2,
- 0.12828,
- "_TTDTTHLSSTEAFCVFYHLK_"
- ],
- [
- 28691,
- 3,
- 14,
- 4,
- 0.1853,
- "_LPEEVATPTTDEEKDSLIAIDR_"
- ],
- [
- 2718,
- 3,
- 14,
- 3,
- 0.1853,
- "_ALELPLAASSIPRPR_"
- ],
- [
- 5957,
- 2,
- 10,
- 4,
- 0.12828,
- "_EAIIVGSIITK_"
- ],
- [
- 27402,
- 2,
- 8,
- 3,
- 0.099788,
- "_NGIDVDKWDYFAR_"
- ],
- [
- 13905,
- 3,
- 14,
- 5,
- 0.1853,
- "_YKEHPEALSCLLLQLR_"
- ],
- [
- 41690,
- 2,
- 14,
- 4,
- 0.1853,
- "_VSVPLIAQGNSYPSETTVK_"
- ],
- [
- 6775,
- 3,
- 7,
- 2,
- 0.085532,
- "_IPFNQALVFSNLHSR_"
- ],
- [
- 40775,
- 3,
- 9,
- 4,
- 0.11405,
- "_HTVFVLDDGTVYTCGCNDLGQLGHEK_"
- ],
- [
- 18820,
- 3,
- 12,
- 4,
- 0.1568,
- "_ILIHSVSLSSSPNIMLLHR_"
- ],
- [
- 15121,
- 3,
- 23,
- 7,
- 0.31351,
- "_LAENFCVCHLATGDMLR_"
- ],
- [
- 35219,
- 4,
- 14,
- 8,
- 0.1853,
- "_KECEHCDCLQGFQLTHSLGGGTGSGMGTLLISK_"
- ],
- [
- 21329,
- 2,
- 11,
- 6,
- 0.14255,
- "_LSIMIEECGGLDK_"
- ],
- [
- 38234,
- 2,
- 23,
- 6,
- 0.31351,
- "_LSPPYSSPQEFAQDVGR_"
- ],
- [
- 29333,
- 3,
- 12,
- 2,
- 0.1568,
- "_SFGWDSSEAWQQHDVQELCR_"
- ],
- [
- 16652,
- 2,
- 9,
- 3,
- 0.11405,
- "_FLMLGTCTGQLK_"
- ],
- [
- 49957,
- 2,
- 11,
- 5,
- 0.14255,
- "_LENLPDTEDQETVDINSVSEGK_"
- ],
- [
- 6348,
- 2,
- 12,
- 2,
- 0.1568,
- "_MALLMAEMSR_"
- ],
- [
- 46765,
- 2,
- 17,
- 5,
- 0.22805,
- "_WEYCTIPSCESSPLSTER_"
- ],
- [
- 2698,
- 2,
- 17,
- 3,
- 0.22805,
- "_SPTWFGIPR_"
- ],
- [
- 33922,
- 2,
- 8,
- 3,
- 0.099788,
- "_KMGAPESGLAEYLFDK_"
- ],
- [
- 31613,
- 3,
- 12,
- 6,
- 0.15681,
- "_QRPGASTDSSTQGANLPDFELLSR_"
- ],
- [
- 5181,
- 3,
- 6,
- 2,
- 0.071301,
- "_VFDSGVMVIELQSHK_"
- ],
- [
- 9656,
- 2,
- 16,
- 5,
- 0.25652,
- "_EAMGIYISTLK_"
- ],
- [
- 18596,
- 2,
- 13,
- 4,
- 0.17105,
- "_VLQGDLVMNVYR_"
- ],
- [
- 16082,
- 3,
- 12,
- 6,
- 0.15681,
- "_NHTLALTETGSVFAFGENK_"
- ],
- [
- 18559,
- 3,
- 8,
- 5,
- 0.099788,
- "_WMMGAEELTKEDEMPVGR_"
- ],
- [
- 36814,
- 3,
- 24,
- 9,
- 0.32776,
- "_LNCQVIGASVDSHFCHLAWVNTPK_"
- ],
- [
- 38993,
- 2,
- 12,
- 4,
- 0.15681,
- "_TTHLLPIQSTYSLANIK_"
- ],
- [
- 23946,
- 4,
- 20,
- 8,
- 0.27081,
- "_EVLAGRPLFPHVLCHNCAVEFNFGQK_"
- ],
- [
- 33302,
- 2,
- 19,
- 5,
- 0.25652,
- "_TAMLLALQRPELVER_"
- ],
- [
- 14099,
- 2,
- 18,
- 3,
- 0.24227,
- "_SEIEYYAMLAK_"
- ],
- [
- 39428,
- 2,
- 15,
- 6,
- 0.19956,
- "_VIGDNPWTPEQLEQCK_"
- ],
- [
- 19007,
- 3,
- 18,
- 6,
- 0.24227,
- "_TMIQSPSGVILQEAADVHAR_"
- ],
- [
- 1277,
- 3,
- 15,
- 6,
- 0.19956,
- "_AAILPTSIFLTNKK_"
- ],
- [
- 39945,
- 2,
- 15,
- 5,
- 0.19956,
- "_FNFLNPNDPYHAYYR_"
- ],
- [
- 51213,
- 2,
- 10,
- 3,
- 0.12831,
- "_EHNFQPGDNVEVCEGELINLQGK_"
- ],
- [
- 30796,
- 2,
- 16,
- 3,
- 0.2138,
- "_KGTDVNVFNTILTTR_"
- ],
- [
- 12253,
- 2,
- 16,
- 5,
- 0.2138,
- "_FLANVSTVLTSK_"
- ],
- [
- 19610,
- 2,
- 16,
- 5,
- 0.2138,
- "_IPGGIIEDSCVLR_"
- ],
- [
- 7553,
- 4,
- 10,
- 2,
- 0.12831,
- "_TTDTTHLSSTEAFCVFYHLK_"
- ],
- [
- 27967,
- 2,
- 16,
- 3,
- 0.2138,
- "_TVEIPDPVEAGEEVK_"
- ],
- [
- 19045,
- 2,
- 10,
- 3,
- 0.12831,
- "_AYGVCFVDTSLGK_"
- ],
- [
- 26064,
- 2,
- 11,
- 3,
- 0.14254,
- "_IVLQGNQLAALTQAK_"
- ],
- [
- 4133,
- 2,
- 16,
- 4,
- 0.2138,
- "_QLIIDLETR_"
- ],
- [
- 50090,
- 2,
- 13,
- 7,
- 0.17105,
- "_NSADGLNMFDGTDSCYFHSGPR_"
- ],
- [
- 6874,
- 2,
- 10,
- 3,
- 0.12831,
- "_SDDPMPFDIK_"
- ],
- [
- 21974,
- 2,
- 14,
- 2,
- 0.18532,
- "_LVNYPGFNISTPR_"
- ],
- [
- 33872,
- 3,
- 12,
- 5,
- 0.15681,
- "_WVNYHLTNAGWHTISNFSQDIK_"
- ],
- [
- 37532,
- 2,
- 14,
- 3,
- 0.18532,
- "_CTLLLMLDHQPPQYK_"
- ],
- [
- 11541,
- 3,
- 14,
- 5,
- 0.18532,
- "_KIIQQVLQGLDYLHTK_"
- ],
- [
- 14755,
- 3,
- 14,
- 6,
- 0.18532,
- "_CSVPFTPIEFHYENTR_"
- ],
- [
- 17098,
- 4,
- 23,
- 8,
- 0.31352,
- "_LNCQVIGASVDSHFCHLAWVNTPK_"
- ],
- [
- 28901,
- 2,
- 14,
- 2,
- 0.18532,
- "_TTIHEMFLSTLDPK_"
- ],
- [
- 27686,
- 3,
- 19,
- 7,
- 0.25652,
- "_SLSNVIAHEISHSWTGNLVTNK_"
- ],
- [
- 40687,
- 3,
- 14,
- 6,
- 0.18532,
- "_LLQIIDRDGEEEEEEEEPLDESSVK_"
- ],
- [
- 48551,
- 2,
- 12,
- 5,
- 0.15681,
- "_GQALITFEKEEVAQNVVSMSK_"
- ],
- [
- 39657,
- 3,
- 11,
- 5,
- 0.14254,
- "_DEISGELAASSGVSTPGSAGHDIITEQPR_"
- ],
- [
- 21054,
- 2,
- 11,
- 4,
- 0.14254,
- "_ELEELSLEAQGIK_"
- ],
- [
- 25629,
- 2,
- 13,
- 5,
- 0.17105,
- "_ESFESQFLADTER_"
- ],
- [
- 38932,
- 2,
- 12,
- 2,
- 0.15678,
- "_NTTMVLDVLPDARPVEK_"
- ],
- [
- 38223,
- 3,
- 13,
- 9,
- 0.17105,
- "_ENPSATLEDLEKPGVDEEPQHVLLR_"
- ],
- [
- 4545,
- 2,
- 13,
- 2,
- 0.17105,
- "_FGAYIVDGLR_"
- ],
- [
- 25988,
- 3,
- 11,
- 3,
- 0.14254,
- "_TPAQECKPADFEVPETFLNR_"
- ],
- [
- 9983,
- 3,
- 12,
- 2,
- 0.15678,
- "_SFSCSATLEVAGQLIHK_"
- ],
- [
- 1321,
- 2,
- 11,
- 2,
- 0.14254,
- "_IELLIDAAR_"
- ],
- [
- 9723,
- 3,
- 10,
- 4,
- 0.12828,
- "_RLEEMLRPLVEEGLR_"
- ],
- [
- 36122,
- 4,
- 10,
- 8,
- 0.12828,
- "_MLPHAPGVQMQAIPEDAIPEESGDEDEDDPDKR_"
- ],
- [
- 41984,
- 2,
- 13,
- 5,
- 0.17105,
- "_LDGEIIPHIPANQEVLNK_"
- ],
- [
- 10331,
- 3,
- 12,
- 2,
- 0.15678,
- "_HLVVPGDTITTDTGFMR_"
- ],
- [
- 43136,
- 2,
- 10,
- 6,
- 0.15678,
- "_AMDPQDLQNTEVPIATTAK_"
- ],
- [
- 20566,
- 2,
- 24,
- 6,
- 0.32776,
- "_SDNKDDDIDIDAI_"
- ],
- [
- 5658,
- 3,
- 15,
- 5,
- 0.19956,
- "_HFIDVGAGVIDEDYR_"
- ],
- [
- 10941,
- 2,
- 15,
- 4,
- 0.19956,
- "_FLASVSTVLTSK_"
- ],
- [
- 49234,
- 2,
- 11,
- 4,
- 0.14254,
- "_LESGLTNGDEPMDQDLSDVPTK_"
- ],
- [
- 16326,
- 3,
- 14,
- 2,
- 0.18529,
- "_KVPEFQFLIGDEAATHLK_"
- ],
- [
- 28867,
- 3,
- 15,
- 6,
- 0.19956,
- "_NSADGLNMFDGTDSCYFHSGPR_"
- ],
- [
- 19205,
- 2,
- 25,
- 6,
- 0.342,
- "_QAQEYEALLNIK_"
- ],
- [
- 45396,
- 3,
- 20,
- 7,
- 0.27076,
- "_HSVEVTNCFSVPHNESEDEVAVDMEFAK_"
- ],
- [
- 12464,
- 2,
- 20,
- 5,
- 0.27076,
- "_EFSPFGTITSAK_"
- ],
- [
- 7941,
- 2,
- 17,
- 4,
- 0.22804,
- "_SILFVPTSAPR_"
- ],
- [
- 48079,
- 2,
- 14,
- 8,
- 0.18529,
- "_GGMGSGGLATGIAGGLAGM(Oxidation (M))GGIQNEK_"
- ],
- [
- 14737,
- 2,
- 9,
- 4,
- 0.11403,
- "_QIQPFQVLTTR_"
- ],
- [
- 29060,
- 2,
- 14,
- 2,
- 0.18529,
- "_NLTTNQFLMQEVAK_"
- ],
- [
- 15549,
- 2,
- 9,
- 4,
- 0.11403,
- "_LLIQAGYDVNIK_"
- ],
- [
- 27950,
- 3,
- 27,
- 7,
- 0.37048,
- "_SYDVPPPPMEPDHPFYSNISK_"
- ],
- [
- 8075,
- 2,
- 19,
- 5,
- 0.25651,
- "_EIGNIISDAMK_"
- ],
- [
- 14665,
- 2,
- 16,
- 6,
- 0.21379,
- "_GFAFVQYVNER_"
- ],
- [
- 16770,
- 2,
- 16,
- 5,
- 0.21379,
- "_LALPQSDASLLSR_"
- ],
- [
- 21454,
- 2,
- 5,
- 3,
- 0.056997,
- "_EQSWMTMANLEK_"
- ],
- [
- 18328,
- 2,
- 14,
- 3,
- 0.1853,
- "_GEGEGQIWGLVEK_"
- ],
- [
- 2639,
- 4,
- 14,
- 7,
- 0.1853,
- "_ILIHSVSLSSSPNIMLLHR_"
- ],
- [
- 31930,
- 3,
- 18,
- 8,
- 0.24229,
- "_VTYLVHNFEEGGGVAMGMYNQDK_"
- ],
- [
- 16371,
- 4,
- 19,
- 5,
- 0.25653,
- "_AHPRPPLPPGPSPASTFLGEVASGDDR_"
- ],
- [
- 19579,
- 3,
- 13,
- 4,
- 0.17103,
- "_VTEHLSGCIQQWGDSVLGR_"
- ],
- [
- 32650,
- 2,
- 11,
- 5,
- 0.14253,
- "_GGDLMLVHYEGYLEK_"
- ],
- [
- 12827,
- 2,
- 16,
- 3,
- 0.21381,
- "_NFSGAELEGLVR_"
- ],
- [
- 36194,
- 2,
- 13,
- 4,
- 0.17103,
- "_HFLDFQGSAIPQAMQK_"
- ],
- [
- 10767,
- 2,
- 9,
- 2,
- 0.11402,
- "_VPIDGPPIDIGR_"
- ],
- [
- 6679,
- 2,
- 17,
- 4,
- 0.22804,
- "_VLISTDVWAR_"
- ],
- [
- 11231,
- 4,
- 8,
- 4,
- 0.099789,
- "_KLQEDGLLSNVSHVIVDEVHER_"
- ],
- [
- 49775,
- 2,
- 13,
- 5,
- 0.17103,
- "_TEGCHIYLSEDALDCEIVSAK_"
- ],
- [
- 6329,
- 2,
- 12,
- 3,
- 0.15679,
- "_SELVNWYLK_"
- ],
- [
- 40908,
- 4,
- 10,
- 5,
- 0.12827,
- "_LAPLHQSATAPAIATAGAGAAAAGSGSNSQLLHFSPAAAPAAR_"
- ],
- [
- 39091,
- 2,
- 10,
- 3,
- 0.12827,
- "_MVWDSQASEHFFEYK_"
- ],
- [
- 10257,
- 2,
- 18,
- 5,
- 0.24229,
- "_NLVCTDLFTR_"
- ],
- [
- 38905,
- 2,
- 9,
- 4,
- 0.11402,
- "_YTFEEIQQETDIPER_"
- ],
- [
- 7332,
- 3,
- 9,
- 2,
- 0.11402,
- "_VTSLEEELTDLRVEK_"
- ],
- [
- 24899,
- 2,
- 12,
- 4,
- 0.15679,
- "_EGFHFEETLTGFK_"
- ],
- [
- 34196,
- 4,
- 17,
- 8,
- 0.22804,
- "_SNGTNTSAPQDIYAVNGIAFHPVHGTLATVGSDGR_"
- ],
- [
- 51468,
- 3,
- 16,
- 8,
- 0.21381,
- "_TQHEEFVTSLAQQQQQQQQQQQQLQMPQMEAEVK_"
- ],
- [
- 25571,
- 3,
- 11,
- 4,
- 0.14253,
- "_VAMSHFEPNEYIHYDLLEK_"
- ],
- [
- 45995,
- 2,
- 10,
- 4,
- 0.12827,
- "_VEVITGEEAESNVLQMQCK_"
- ],
- [
- 30826,
- 3,
- 11,
- 5,
- 0.14253,
- "_QHTLQAPGSISSVCLELYESDGK_"
- ],
- [
- 45186,
- 2,
- 15,
- 7,
- 0.19954,
- "_STNCFGDNDPIDVCEIGSK_"
- ],
- [
- 6629,
- 2,
- 11,
- 2,
- 0.14253,
- "_GTDTVAGLALIK_"
- ],
- [
- 48250,
- 2,
- 15,
- 4,
- 0.19954,
- "_SEYTQPTPIQCQGVPVALSGR_"
- ],
- [
- 22332,
- 2,
- 11,
- 4,
- 0.14253,
- "_EAGNINQSLLTLGR_"
- ],
- [
- 12013,
- 2,
- 11,
- 4,
- 0.14253,
- "_KVESLWPIFR_"
- ],
- [
- 24757,
- 3,
- 15,
- 5,
- 0.19954,
- "_VPCNTVFGSQHQMDVAFLEK_"
- ],
- [
- 29061,
- 2,
- 4,
- 2,
- 0.042743,
- "_IYIVMNYVEHDLK_"
- ],
- [
- 38636,
- 2,
- 6,
- 5,
- 0.071287,
- "_LAENACTLADLTEGQVGK_"
- ],
- [
- 29705,
- 2,
- 25,
- 5,
- 0.34201,
- "_LEENLPILQQPTEK_"
- ],
- [
- 15317,
- 4,
- 14,
- 7,
- 0.1853,
- "_CSYQPTMEGVHTVHVTFAGVPIPR_"
- ],
- [
- 27207,
- 4,
- 19,
- 6,
- 0.25653,
- "_YQHTGAVLDCAFYDPTHAWSGGLDHQLK_"
- ],
- [
- 36395,
- 2,
- 15,
- 6,
- 0.19954,
- "_DIDDDLEGEVTEECGK_"
- ],
- [
- 5797,
- 2,
- 11,
- 3,
- 0.14253,
- "_MADFWLTEK_"
- ],
- [
- 49908,
- 2,
- 16,
- 7,
- 0.21381,
- "_YADLTEDQLPSCESLKDTIAR_"
- ],
- [
- 50623,
- 2,
- 11,
- 7,
- 0.14253,
- "_EALDSSLESTLDNSCQGAQMDNK_"
- ],
- [
- 44877,
- 2,
- 16,
- 5,
- 0.21381,
- "_TVEPPISQVGNVDTASELEK_"
- ],
- [
- 31903,
- 2,
- 22,
- 6,
- 0.2993,
- "_HFIDVGAGVIDEDYR_"
- ],
- [
- 36163,
- 2,
- 15,
- 5,
- 0.19954,
- "_TTPLKPSPLPVIPDTIK_"
- ],
- [
- 39173,
- 3,
- 10,
- 5,
- 0.12827,
- "_HVMSDSSLDLPTVSGQHPPAADIEDLK_"
- ],
- [
- 10171,
- 2,
- 15,
- 2,
- 0.19954,
- "_DQTIVDPFSSK_"
- ],
- [
- 4323,
- 2,
- 13,
- 2,
- 0.17104,
- "_DPNNLFMVR_"
- ],
- [
- 23746,
- 2,
- 10,
- 4,
- 0.12827,
- "_LVVLATPQVSDSMR_"
- ],
- [
- 7508,
- 3,
- 7,
- 2,
- 0.085536,
- "_LWIDQSGDIEIVNHK_"
- ],
- [
- 32707,
- 2,
- 10,
- 4,
- 0.12827,
- "_SHIYFWTLEGGSLSK_"
- ],
- [
- 8276,
- 3,
- 10,
- 4,
- 0.12827,
- "_LTEKEEEIVDWWSK_"
- ],
- [
- 29524,
- 2,
- 10,
- 4,
- 0.12827,
- "_AVVIAGGTMQPVSDFR_"
- ],
- [
- 9334,
- 3,
- 10,
- 3,
- 0.12827,
- "_GFSFVATGLMEDDGKPR_"
- ],
- [
- 8818,
- 3,
- 10,
- 4,
- 0.12827,
- "_CGNVAAILELDEHLQK_"
- ],
- [
- 27325,
- 2,
- 10,
- 8,
- 0.12827,
- "_AVVVGFDPHFSYMK_"
- ],
- [
- 16546,
- 4,
- 10,
- 6,
- 0.12827,
- "_KRGFEVVYMTEPIDEYCVQQLK_"
- ],
- [
- 35045,
- 2,
- 11,
- 4,
- 0.14252,
- "_GFSAISCTVEGAPASFGK_"
- ],
- [
- 38923,
- 2,
- 8,
- 4,
- 0.099808,
- "_VTSYIINNLQPDTTYR_"
- ],
- [
- 49210,
- 2,
- 9,
- 3,
- 0.11404,
- "_EYLSQSCPSVSNVEYPDMPR_"
- ],
- [
- 35206,
- 3,
- 12,
- 4,
- 0.15678,
- "_CSYQPTMEGVHTVHVTFAGVPIPR_"
- ],
- [
- 48198,
- 2,
- 12,
- 3,
- 0.15678,
- "_EKEAAGGNDSSGATSPINPAVALE_"
- ],
- [
- 44123,
- 2,
- 8,
- 2,
- 0.099808,
- "_STDSQCGTVIDVNIDCAVK_"
- ],
- [
- 40653,
- 2,
- 11,
- 5,
- 0.14252,
- "_GGGSCVLCCGDLEATALGR_"
- ],
- [
- 46070,
- 2,
- 12,
- 2,
- 0.15678,
- "_MGSDLVSQQDICIDSASSVR_"
- ],
- [
- 17805,
- 3,
- 13,
- 7,
- 0.17104,
- "_DKYPNLQVIGGNVVTAAQAK_"
- ],
- [
- 7043,
- 4,
- 12,
- 7,
- 0.15678,
- "_VAMSHFEPNEYIHYDLLEK_"
- ],
- [
- 32212,
- 2,
- 12,
- 4,
- 0.15678,
- "_RPVFPPLCGDGLLSGK_"
- ],
- [
- 15722,
- 2,
- 11,
- 3,
- 0.14252,
- "_CQTVIVQSFLR_"
- ],
- [
- 42137,
- 2,
- 10,
- 4,
- 0.12827,
- "_AAISSGIEDPVPTLHLTER_"
- ],
- [
- 31867,
- 3,
- 12,
- 7,
- 0.15678,
- "_ACLISLGYDVENDRQGEAEFNR_"
- ],
- [
- 41510,
- 3,
- 11,
- 7,
- 0.14252,
- "_YKVEYPIMYSTDPENGHIFNCIQR_"
- ],
- [
- 18480,
- 2,
- 12,
- 3,
- 0.15678,
- "_NAVEEYVYDFR_"
- ],
- [
- 17334,
- 3,
- 12,
- 5,
- 0.15678,
- "_LSTRPPPNMICLLGPSYR_"
- ],
- [
- 51269,
- 2,
- 13,
- 5,
- 0.17104,
- "_ATLGPTPTTPPQPPDPSQPPPGPMQH_"
- ],
- [
- 3290,
- 3,
- 14,
- 4,
- 0.18528,
- "_KLYGLLDPSVFHVK_"
- ],
- [
- 27801,
- 2,
- 14,
- 5,
- 0.18528,
- "_VLGTSVESIMATEDR_"
- ],
- [
- 33745,
- 3,
- 14,
- 7,
- 0.18528,
- "_EHNFQPGDNVEVCEGELINLQGK_"
- ],
- [
- 14415,
- 3,
- 16,
- 7,
- 0.21379,
- "_SFPLHFDENSFFAGDKK_"
- ],
- [
- 19873,
- 3,
- 16,
- 2,
- 0.21379,
- "_NPMDYPVEDAFCKPQLVK_"
- ],
- [
- 41909,
- 2,
- 14,
- 6,
- 0.18528,
- "_GFGFITFTNPEHASVAM(Oxidation (M))R_"
- ],
- [
- 41650,
- 2,
- 28,
- 5,
- 0.38474,
- "_HDIAFVEFDNEVQAGAAR_"
- ],
- [
- 31642,
- 2,
- 14,
- 6,
- 0.18528,
- "_MKQELEAEYLAVFK_"
- ],
- [
- 23712,
- 2,
- 14,
- 2,
- 0.18528,
- "_LTPEEMMDSSTFK_"
- ],
- [
- 51138,
- 2,
- 14,
- 6,
- 0.18528,
- "_TGQATVASGIPAGWMGLDCGPESSKK_"
- ],
- [
- 10417,
- 3,
- 19,
- 8,
- 0.25654,
- "_QYYTLLNQAPDMLHR_"
- ],
- [
- 15843,
- 4,
- 19,
- 7,
- 0.25654,
- "_IWDLNMENRPVETYQVHEYLR_"
- ],
- [
- 29750,
- 3,
- 16,
- 5,
- 0.21379,
- "_VHSHSAEMEAQLSQALEELGGQK_"
- ],
- [
- 9052,
- 3,
- 15,
- 5,
- 0.19955,
- "_TTPLKPSPLPVIPDTIK_"
- ],
- [
- 3504,
- 2,
- 15,
- 2,
- 0.19955,
- "_NADPILISLK_"
- ],
- [
- 25970,
- 2,
- 19,
- 4,
- 0.25654,
- "_APDVDVNIAGPDAALK_"
- ],
- [
- 1619,
- 2,
- 15,
- 3,
- 0.19955,
- "_SDIIFFQR_"
- ],
- [
- 38593,
- 2,
- 20,
- 5,
- 0.27078,
- "_HSMNPFCEIAVEEAVR_"
- ],
- [
- 652,
- 2,
- 15,
- 3,
- 0.19955,
- "_ILFFNTPK_"
- ],
- [
- 50686,
- 2,
- 14,
- 7,
- 0.18528,
- "_DQAENEDGAQENTFSMDPQLER_"
- ],
- [
- 37631,
- 2,
- 17,
- 3,
- 0.22806,
- "_HLVVPGDTITTDTGFMR_"
- ],
- [
- 15104,
- 2,
- 15,
- 2,
- 0.19955,
- "_SFPPPGPAEGLLR_"
- ],
- [
- 40881,
- 2,
- 14,
- 5,
- 0.18528,
- "_EEQELMEEINEDEPVK_"
- ],
- [
- 10356,
- 2,
- 21,
- 6,
- 0.28501,
- "_TNIIPVLEDAR_"
- ],
- [
- 12348,
- 3,
- 18,
- 7,
- 0.24229,
- "_EKEHYCLADLASLMDK_"
- ],
- [
- 23893,
- 4,
- 17,
- 5,
- 0.22806,
- "_EIHPPFKPATGRPEDTFYFDPEFTAK_"
- ],
- [
- 7614,
- 2,
- 14,
- 4,
- 0.18528,
- "_VFEVMLATDR_"
- ],
- [
- 2905,
- 2,
- 18,
- 4,
- 0.24229,
- "_IGIVGLPNVGK_"
- ],
- [
- 42401,
- 2,
- 14,
- 6,
- 0.18528,
- "_LTQNADCVVVLDNTALNR_"
- ],
- [
- 51317,
- 2,
- 19,
- 7,
- 0.25654,
- "_GAYGGGYGGYDDYGGYNDGYGFGSDR_"
- ],
- [
- 51302,
- 2,
- 13,
- 6,
- 0.17103,
- "_ICSIYTQSGENSLVQEGSEASPIGK_"
- ],
- [
- 22231,
- 2,
- 13,
- 2,
- 0.17103,
- "_ESGQQYFSIISPK_"
- ],
- [
- 32530,
- 2,
- 12,
- 5,
- 0.15678,
- "_FTISDHPQPIDPLLK_"
- ],
- [
- 31556,
- 2,
- 13,
- 3,
- 0.17103,
- "_HVLEATYGINIITPR_"
- ],
- [
- 44231,
- 2,
- 16,
- 7,
- 0.2138,
- "_DKYPNLQVIGGNVVTAAQAK_"
- ],
- [
- 1891,
- 2,
- 11,
- 3,
- 0.14252,
- "_ATIGVDFALK_"
- ],
- [
- 31473,
- 3,
- 13,
- 6,
- 0.17103,
- "_KVWYEWAVTAPVCSAIHNPTGR_"
- ],
- [
- 24712,
- 3,
- 10,
- 6,
- 0.12829,
- "_GAHGIIVVYDVTDQESFNNVK_"
- ],
- [
- 29863,
- 2,
- 11,
- 3,
- 0.14252,
- "_FGLISSTAYAQEIQK_"
- ],
- [
- 32632,
- 3,
- 11,
- 5,
- 0.14252,
- "_KQQAIELTQEEPYSDIIATPGPR_"
- ],
- [
- 40412,
- 3,
- 11,
- 5,
- 0.14252,
- "_LNHLSSSEDGCSTEITCETFNDFVR_"
- ],
- [
- 50072,
- 2,
- 5,
- 2,
- 0.056988,
- "_CVVLNWQGGGGDAASSQEALQAAR_"
- ],
- [
- 22791,
- 3,
- 12,
- 4,
- 0.15678,
- "_LHTLVTEHCFPDMTWDIK_"
- ],
- [
- 43657,
- 3,
- 12,
- 7,
- 0.15678,
- "_LYNPENIYLSEHGGGAGNNWASGFSQGEK_"
- ],
- [
- 15018,
- 3,
- 12,
- 3,
- 0.15678,
- "_EGLEDKYNLQLNPEWR_"
- ],
- [
- 28203,
- 3,
- 20,
- 6,
- 0.27079,
- "_YADLTEDQLPSCESLKDTIAR_"
- ],
- [
- 7483,
- 2,
- 11,
- 3,
- 0.14252,
- "_FDLALAATEAR_"
- ],
- [
- 19863,
- 3,
- 20,
- 6,
- 0.27079,
- "_EDSAPSKPVVGIIYPPPEVR_"
- ],
- [
- 12979,
- 2,
- 17,
- 4,
- 0.22804,
- "_ALSEALTELGYK_"
- ],
- [
- 17997,
- 3,
- 17,
- 4,
- 0.22804,
- "_MVLAAAGGVEHQQLLDLAQK_"
- ],
- [
- 47959,
- 2,
- 19,
- 6,
- 0.25654,
- "_NIELICQENEGENDPVLQR_"
- ],
- [
- 28399,
- 3,
- 12,
- 7,
- 0.15678,
- "_CEM(Oxidation (M))ASTGEVACFGEGIHTAFLK_"
- ],
- [
- 46017,
- 3,
- 20,
- 9,
- 0.27079,
- "_ESAAPAAAPTAEAPPPSVVTRPEPQALPSPAIR_"
- ],
- [
- 6081,
- 2,
- 20,
- 5,
- 0.27079,
- "_YLTAEAFGFK_"
- ],
- [
- 25071,
- 2,
- 18,
- 6,
- 0.24231,
- "_EEAPDILCLQETK_"
- ],
- [
- 15750,
- 2,
- 11,
- 4,
- 0.14252,
- "_DITEEIMSGGGSR_"
- ],
- [
- 46880,
- 2,
- 18,
- 4,
- 0.24231,
- "_QLNSESLSQWTNPSTMANAK_"
- ],
- [
- 6726,
- 3,
- 11,
- 3,
- 0.14252,
- "_MLDGLDPHPMLPNYK_"
- ],
- [
- 45573,
- 2,
- 11,
- 4,
- 0.14252,
- "_SEVQIPYPLSENNQVQSGR_"
- ],
- [
- 21173,
- 2,
- 14,
- 4,
- 0.18529,
- "_NANFEALPEDWR_"
- ],
- [
- 5855,
- 2,
- 19,
- 4,
- 0.25654,
- "_LPDPFTPNLK_"
- ],
- [
- 1529,
- 2,
- 13,
- 4,
- 0.17103,
- "_LIDFLESGK_"
- ],
- [
- 15875,
- 2,
- 14,
- 4,
- 0.18529,
- "_LIIWDSYTTNK_"
- ],
- [
- 24246,
- 3,
- 13,
- 4,
- 0.17103,
- "_KLDDSCSGSVTYSYSALIVPK_"
- ],
- [
- 12698,
- 4,
- 15,
- 6,
- 0.19953,
- "_GYIWNYGTLPQTWEDPHEKDK_"
- ],
- [
- 42951,
- 2,
- 15,
- 5,
- 0.19953,
- "_NHTLALTETGSVFAFGENK_"
- ],
- [
- 1773,
- 2,
- 16,
- 4,
- 0.2138,
- "_FQPLLDGLK_"
- ],
- [
- 21798,
- 3,
- 27,
- 6,
- 0.37051,
- "_LGEHNIDVLEGNEQFINAAK_"
- ],
- [
- 44172,
- 2,
- 14,
- 5,
- 0.18529,
- "_DDVFGYPQQFEDKPALSK_"
- ],
- [
- 35666,
- 3,
- 14,
- 7,
- 0.18529,
- "_GSVPLSSSPPATHFPDETEITNPVPK_"
- ],
- [
- 14593,
- 2,
- 14,
- 5,
- 0.18529,
- "_LYCIYVAIGQK_"
- ],
- [
- 34323,
- 2,
- 8,
- 4,
- 0.099788,
- "_KEPVYLSGYGVELAIK_"
- ],
- [
- 6756,
- 2,
- 16,
- 3,
- 0.2138,
- "_ILDILGETCK_"
- ],
- [
- 41265,
- 2,
- 23,
- 7,
- 0.31351,
- "_IEWLESHQDADIEDFK_"
- ],
- [
- 48319,
- 2,
- 15,
- 3,
- 0.19953,
- "_AESSAGDGPVPYSQGSSSLIMPR_"
- ],
- [
- 48092,
- 3,
- 6,
- 5,
- 0.071243,
- "_GPTILDAPNTEGAHGAEGAEWTLAGTGQEAQAAPK_"
- ],
- [
- 22088,
- 3,
- 13,
- 4,
- 0.17103,
- "_WRYPSLSLHGIEGAFSGSGAK_"
- ],
- [
- 30542,
- 2,
- 9,
- 3,
- 0.11406,
- "_LNDPFQPFPGNDSPK_"
- ],
- [
- 22049,
- 2,
- 14,
- 4,
- 0.18529,
- "_AGGIETIANEFSDR_"
- ],
- [
- 10049,
- 2,
- 18,
- 2,
- 0.24227,
- "_SICEVLDLER_"
- ],
- [
- 10153,
- 2,
- 14,
- 4,
- 0.18526,
- "_KYDTVLDILR_"
- ],
- [
- 35837,
- 2,
- 12,
- 4,
- 0.15675,
- "_LQINQSIIFCNSSQR_"
- ],
- [
- 13890,
- 2,
- 13,
- 3,
- 0.17101,
- "_VSYLVFDEADR_"
- ],
- [
- 19801,
- 2,
- 23,
- 5,
- 0.31349,
- "_EIADGLCLEVEGK_"
- ],
- [
- 37847,
- 3,
- 10,
- 6,
- 0.12829,
- "_NQCCPICNMTFSSPVVAQSHYLGK_"
- ],
- [
- 35363,
- 2,
- 10,
- 4,
- 0.12829,
- "_NEAPEGNLGDFAEFQR_"
- ],
- [
- 30923,
- 2,
- 13,
- 2,
- 0.17101,
- "_IVSLPECFNSPYGAK_"
- ],
- [
- 20957,
- 2,
- 15,
- 2,
- 0.19952,
- "_LLSTGPTEPWSIR_"
- ],
- [
- 40494,
- 2,
- 20,
- 7,
- 0.27077,
- "_ESLQDTQPVGVLVDCCK_"
- ],
- [
- 21219,
- 3,
- 15,
- 6,
- 0.19952,
- "_HKIPVMALVGNDAGWTQISR_"
- ],
- [
- 49919,
- 2,
- 9,
- 4,
- 0.11402,
- "_TKIDCDNLEQYFIQQGGGPDK_"
- ],
- [
- 50875,
- 3,
- 15,
- 8,
- 0.19952,
- "_AFPQLGGRPGPEGEGSLESQPPPLQTQACPESSCLR_"
- ],
- [
- 14118,
- 2,
- 12,
- 5,
- 0.15675,
- "_LVECLETVLNK_"
- ],
- [
- 29502,
- 2,
- 10,
- 6,
- 0.12829,
- "_NISMSVEGDYTYLR_"
- ],
- [
- 22306,
- 3,
- 12,
- 3,
- 0.15675,
- "_KEELNAISGPNEFAEFYNR_"
- ],
- [
- 32428,
- 3,
- 17,
- 6,
- 0.22803,
- "_GYIWNYGTLPQTWEDPHEKDK_"
- ],
- [
- 48597,
- 2,
- 14,
- 6,
- 0.18526,
- "_ATEASAVEQTAESCEVQEMLK_"
- ],
- [
- 45931,
- 3,
- 10,
- 3,
- 0.12829,
- "_SGPEAALYSHPLPESCLGEHEVPVPSYYR_"
- ],
- [
- 9488,
- 3,
- 12,
- 7,
- 0.15675,
- "_EVPIPEHIDIYHLTR_"
- ],
- [
- 47811,
- 2,
- 11,
- 3,
- 0.14252,
- "_DLNSQADSLM(Oxidation (M))TSSAFDTSQVK_"
- ],
- [
- 7603,
- 3,
- 22,
- 5,
- 0.29926,
- "_YSGLCPHVVVLVATVR_"
- ],
- [
- 27603,
- 3,
- 13,
- 6,
- 0.17101,
- "_VCISILHAPGDDPMGYESSAER_"
- ],
- [
- 16680,
- 3,
- 13,
- 3,
- 0.17101,
- "_TFYVQADSPEDMHSWIK_"
- ],
- [
- 14894,
- 3,
- 17,
- 5,
- 0.22803,
- "_LDGEIIPHIPANQEVLNK_"
- ],
- [
- 24653,
- 2,
- 18,
- 4,
- 0.24227,
- "_EPAFEDITLESER_"
- ],
- [
- 32115,
- 2,
- 11,
- 5,
- 0.14252,
- "_GEFYNEASNLQVAIR_"
- ],
- [
- 15368,
- 2,
- 11,
- 5,
- 0.14252,
- "_LSEFDVEMSMR_"
- ],
- [
- 48794,
- 2,
- 11,
- 3,
- 0.14252,
- "_IDCDNLEQYFIQQGGGPDKK_"
- ],
- [
- 9526,
- 2,
- 11,
- 5,
- 0.14252,
- "_DIICQIAYAR_"
- ],
- [
- 42415,
- 3,
- 13,
- 7,
- 0.17101,
- "_QGTAVEVEAESLDPTVKPVDVGGDEPEEK_"
- ],
- [
- 10847,
- 2,
- 14,
- 3,
- 0.18526,
- "_FISEFLQPNR_"
- ],
- [
- 7926,
- 2,
- 10,
- 2,
- 0.12828,
- "_ENLIAELEEK_"
- ],
- [
- 9368,
- 2,
- 7,
- 3,
- 0.085478,
- "_AAVLFATDIAAR_"
- ],
- [
- 13726,
- 3,
- 10,
- 2,
- 0.12828,
- "_MIKNEVDMQVLHLLGPK_"
- ],
- [
- 49240,
- 2,
- 10,
- 5,
- 0.12828,
- "_CGPVCYSPEGGVHYVAGTGGLGPA_"
- ],
- [
- 28098,
- 2,
- 21,
- 6,
- 0.28503,
- "_IWSVPNASCVQVVR_"
- ],
- [
- 8293,
- 2,
- 12,
- 2,
- 0.15678,
- "_GVCLIDEFDK_"
- ],
- [
- 16471,
- 3,
- 8,
- 2,
- 0.099733,
- "_LLSQGMTEEEEDKLLALK_"
- ],
- [
- 45403,
- 2,
- 7,
- 3,
- 0.085478,
- "_FLSQANQEQSDTILLDCR_"
- ],
- [
- 35463,
- 2,
- 13,
- 2,
- 0.17101,
- "_EGDTAILSLGHGAMVAVR_"
- ],
- [
- 39504,
- 2,
- 13,
- 5,
- 0.17101,
- "_GVVCIDEFDKMSDMDR_"
- ],
- [
- 34111,
- 2,
- 11,
- 4,
- 0.14255,
- "_YILQLAQEYCGDCK_"
- ],
- [
- 13144,
- 3,
- 22,
- 7,
- 0.29928,
- "_FGAVWTGDNTAEWDHLK_"
- ],
- [
- 15859,
- 2,
- 8,
- 4,
- 0.099733,
- "_GECIVSDFTIGR_"
- ],
- [
- 18023,
- 2,
- 8,
- 2,
- 0.099733,
- "_LSAGESISLDEFK_"
- ],
- [
- 24965,
- 2,
- 11,
- 3,
- 0.14255,
- "_LVSIGAEEIVDGNVK_"
- ],
- [
- 25728,
- 2,
- 11,
- 3,
- 0.14255,
- "_SCEYCFDEPLLK_"
- ],
- [
- 13585,
- 2,
- 12,
- 4,
- 0.15678,
- "_GGEADNLDEFLK_"
- ],
- [
- 51362,
- 2,
- 9,
- 4,
- 0.11399,
- "_QGPSSGNVSAQPEEDEEDLGIGGLTGK_"
- ],
- [
- 11806,
- 3,
- 11,
- 5,
- 0.14255,
- "_INKPGNMIMAFSNLAER_"
- ],
- [
- 24932,
- 3,
- 12,
- 2,
- 0.15678,
- "_GSTGFGQDSILSLPGNVGHQDVK_"
- ],
- [
- 2836,
- 3,
- 13,
- 6,
- 0.17101,
- "_AVVVGFDPHFSYMK_"
- ],
- [
- 19137,
- 2,
- 12,
- 2,
- 0.15678,
- "_NAVEEYVYEFR_"
- ],
- [
- 32420,
- 2,
- 9,
- 3,
- 0.11399,
- "_QNGTVVQYLPTLQEK_"
- ],
- [
- 36344,
- 2,
- 11,
- 4,
- 0.14255,
- "_YQVEQCVNEASIIIR_"
- ],
- [
- 18763,
- 2,
- 11,
- 3,
- 0.14255,
- "_PGEVLGLVGTNGIGK_"
- ],
- [
- 9337,
- 3,
- 12,
- 6,
- 0.15678,
- "_LDGGIEPYRLPEVIQK_"
- ],
- [
- 35977,
- 2,
- 8,
- 3,
- 0.099733,
- "_QQIACIGGPPNICLDR_"
- ],
- [
- 31226,
- 2,
- 7,
- 2,
- 0.085478,
- "_GVQVPAGAEAIPEPVVR_"
- ],
- [
- 13771,
- 4,
- 15,
- 5,
- 0.19952,
- "_KPADLQNLAPGTHPPFITFNSEVK_"
- ],
- [
- 11529,
- 2,
- 20,
- 5,
- 0.2708,
- "_HLLGVEDLLQK_"
- ],
- [
- 30235,
- 4,
- 17,
- 7,
- 0.22802,
- "_HIDIHPENTHILDGNAVDLQAECDAFEEK_"
- ],
- [
- 33628,
- 3,
- 14,
- 4,
- 0.18527,
- "_KPADLQNLAPGTHPPFITFNSEVK_"
- ],
- [
- 6723,
- 2,
- 16,
- 5,
- 0.21378,
- "_IYVISLAEPR_"
- ],
- [
- 26632,
- 2,
- 17,
- 6,
- 0.22802,
- "_GYGFITFSDSECAK_"
- ],
- [
- 35257,
- 2,
- 16,
- 5,
- 0.21378,
- "_TTYDSSLSSYTVPLEK_"
- ],
- [
- 17500,
- 2,
- 16,
- 6,
- 0.21378,
- "_SYNDELQFLEK_"
- ],
- [
- 42076,
- 2,
- 14,
- 6,
- 0.18527,
- "_EMFPYEASTPTGISASCR_"
- ],
- [
- 22525,
- 2,
- 16,
- 4,
- 0.21378,
- "_MGLEVIPVTSTTNK_"
- ],
- [
- 25255,
- 3,
- 14,
- 6,
- 0.18527,
- "_HGFDPQSPLCVHIMLSGTVTK_"
- ],
- [
- 10074,
- 3,
- 15,
- 6,
- 0.19952,
- "_VFEEDALSWEDKLNR_"
- ],
- [
- 48698,
- 2,
- 16,
- 7,
- 0.21378,
- "_NTAAMVCSLENRDECLMCGS_"
- ],
- [
- 13805,
- 3,
- 6,
- 2,
- 0.07124,
- "_LVDHIDQTPGFSLQQLR_"
- ],
- [
- 18985,
- 2,
- 18,
- 6,
- 0.24229,
- "_DQYSVIFESGDR_"
- ],
- [
- 11715,
- 2,
- 7,
- 3,
- 0.085479,
- "_ALQQGLVGLELK_"
- ],
- [
- 31295,
- 2,
- 13,
- 4,
- 0.17102,
- "_SMLMEQDPDVAVTVR_"
- ],
- [
- 2409,
- 2,
- 14,
- 4,
- 0.18525,
- "_TGIPLNVLPK_"
- ],
- [
- 6142,
- 3,
- 18,
- 6,
- 0.24226,
- "_FTISDHPQPIDPLLK_"
- ],
- [
- 16362,
- 3,
- 12,
- 5,
- 0.15679,
- "_KGFIGPGIDVPAPDMSTGER_"
- ],
- [
- 5535,
- 2,
- 9,
- 3,
- 0.11397,
- "_EFPIPEQFK_"
- ],
- [
- 48504,
- 2,
- 16,
- 4,
- 0.21376,
- "_GAHGIIVVYDVTDQESFNNVK_"
- ],
- [
- 26851,
- 2,
- 12,
- 3,
- 0.15679,
- "_IAGDYVSEEVWYR_"
- ],
- [
- 10322,
- 2,
- 12,
- 4,
- 0.15679,
- "_AQEILSQLPIK_"
- ],
- [
- 19830,
- 2,
- 13,
- 5,
- 0.17102,
- "_FGYDEIDNGYLK_"
- ],
- [
- 38557,
- 2,
- 13,
- 6,
- 0.17102,
- "_DWILPSDYDHAEAEAR_"
- ],
- [
- 9038,
- 2,
- 9,
- 2,
- 0.11397,
- "_AEPIWELPTR_"
- ],
- [
- 16052,
- 3,
- 16,
- 4,
- 0.21376,
- "_FTPDIPTMLYHGTQEER_"
- ],
- [
- 21342,
- 2,
- 12,
- 5,
- 0.15679,
- "_GCQLTITFSVPNK_"
- ],
- [
- 19978,
- 2,
- 13,
- 4,
- 0.17102,
- "_PMSLASGLVPAAPPK_"
- ],
- [
- 4981,
- 3,
- 17,
- 6,
- 0.22802,
- "_YRVPDVLVADPPIAR_"
- ],
- [
- 18956,
- 2,
- 11,
- 5,
- 0.14252,
- "_VDGEIILHLYDK_"
- ],
- [
- 46773,
- 2,
- 14,
- 5,
- 0.18525,
- "_NTHATTHNAYDLEVIDIFK_"
- ],
- [
- 36546,
- 3,
- 15,
- 5,
- 0.1995,
- "_KPFPINHGETSDETLLEDAIEVCK_"
- ],
- [
- 18775,
- 3,
- 11,
- 2,
- 0.14252,
- "_GAALDVHESEPFSFSQGPLK_"
- ],
- [
- 6902,
- 3,
- 10,
- 5,
- 0.12823,
- "_HDWNYEHLFMDIK_"
- ],
- [
- 26402,
- 2,
- 9,
- 4,
- 0.12823,
- "_ALDIAENEMPGLM(Oxidation (M))R_"
- ],
- [
- 38242,
- 2,
- 11,
- 5,
- 0.14252,
- "_YPSLSLHGIEGAFSGSGAK_"
- ],
- [
- 25642,
- 2,
- 17,
- 6,
- 0.22802,
- "_GNINICLMGDPGVAK_"
- ],
- [
- 44940,
- 2,
- 14,
- 6,
- 0.18525,
- "_GAALDVHESEPFSFSQGPLK_"
- ],
- [
- 28215,
- 2,
- 14,
- 4,
- 0.18525,
- "_LLAEMSSFCGDMEK_"
- ],
- [
- 26508,
- 3,
- 17,
- 6,
- 0.22802,
- "_AVEHLDDLPGALSELSDLHAHK_"
- ],
- [
- 35411,
- 3,
- 11,
- 6,
- 0.14252,
- "_VFNNIGADLLTGSESENKEDGLQNK_"
- ],
- [
- 21993,
- 3,
- 11,
- 3,
- 0.14247,
- "_GNQHDVPVIPLDVVDNQTEK_"
- ],
- [
- 32272,
- 3,
- 14,
- 7,
- 0.18526,
- "_TGADTTAAGPLFQQRPYPSPGAVLR_"
- ],
- [
- 39819,
- 2,
- 13,
- 5,
- 0.17103,
- "_IYTCCIQLVESGDLQK_"
- ],
- [
- 16802,
- 4,
- 17,
- 6,
- 0.228,
- "_KPFPINHGETSDETLLEDAIEVCK_"
- ],
- [
- 32465,
- 3,
- 18,
- 8,
- 0.24226,
- "_IVGAPMHDLLLWNNATVTTCHSK_"
- ],
- [
- 37365,
- 2,
- 7,
- 2,
- 0.085472,
- "_ESQLFDPSDLQDTSNR_"
- ],
- [
- 48467,
- 2,
- 12,
- 3,
- 0.15676,
- "_GAFIDQSQSLNIHIAEPNYGK_"
- ],
- [
- 51115,
- 2,
- 18,
- 5,
- 0.24226,
- "_TEDSGLAAGPPEAAGENFAPCSVAPGK_"
- ],
- [
- 8448,
- 4,
- 19,
- 7,
- 0.2565,
- "_LEAQHQALVTLWHQLHVDMK_"
- ],
- [
- 15100,
- 3,
- 17,
- 6,
- 0.228,
- "_AAISSGIEDPVPTLHLTER_"
- ],
- [
- 24383,
- 2,
- 11,
- 5,
- 0.14247,
- "_SPSAQLMEQVAQLK_"
- ],
- [
- 33338,
- 2,
- 11,
- 5,
- 0.14247,
- "_NANKPLLDEIVPVYR_"
- ],
- [
- 37433,
- 2,
- 18,
- 5,
- 0.24226,
- "_YEEELEINDFPQTAR_"
- ],
- [
- 50792,
- 2,
- 10,
- 4,
- 0.12821,
- "_GVDCLSSHFQELSIYQDQEQR_"
- ],
- [
- 19396,
- 3,
- 11,
- 3,
- 0.14247,
- "_MHIAALASAILSDPENNIKK_"
- ],
- [
- 41495,
- 2,
- 11,
- 6,
- 0.14247,
- "_ALYYDLISNPDIHGTYK_"
- ],
- [
- 37581,
- 2,
- 11,
- 2,
- 0.14247,
- "_LSDVLKPLTDAQVEAMK_"
- ],
- [
- 50140,
- 3,
- 13,
- 7,
- 0.17103,
- "_RPYTGNPQYTYNNWSPPVQSNETSNGYFLER_"
- ],
- [
- 6363,
- 2,
- 13,
- 5,
- 0.17103,
- "_ALLTPVAIAAGR_"
- ],
- [
- 21691,
- 2,
- 14,
- 3,
- 0.18526,
- "_EATTTLHMLTLLK_"
- ],
- [
- 31039,
- 2,
- 20,
- 6,
- 0.27077,
- "_EYFSWEGAFQHVGK_"
- ],
- [
- 5060,
- 3,
- 23,
- 7,
- 0.31352,
- "_EYFSWEGAFQHVGK_"
- ],
- [
- 35905,
- 2,
- 16,
- 6,
- 0.21375,
- "_CGNVAAILELDEHLQK_"
- ],
- [
- 16589,
- 2,
- 15,
- 4,
- 0.19949,
- "_CDPVFDFGTGPR_"
- ],
- [
- 13513,
- 2,
- 14,
- 5,
- 0.21375,
- "_AIVQQWLEYR_"
- ],
- [
- 23081,
- 2,
- 16,
- 8,
- 0.21375,
- "_GDGPVQGIINFEQK_"
- ],
- [
- 36581,
- 2,
- 9,
- 4,
- 0.11396,
- "_TDASSASSFLDSDELER_"
- ],
- [
- 26385,
- 3,
- 20,
- 6,
- 0.27077,
- "_VGRPSNIGQAQPIIDQLAEEAR_"
- ],
- [
- 48565,
- 2,
- 14,
- 3,
- 0.18526,
- "_DWCYEATYSQLAHPIQQAK_"
- ],
- [
- 33521,
- 2,
- 14,
- 4,
- 0.18526,
- "_FDSNCITPGTEFMAR_"
- ],
- [
- 33678,
- 3,
- 16,
- 8,
- 0.21375,
- "_LHGGTPANFLDVGGGATVHQVTEAFK_"
- ],
- [
- 21500,
- 3,
- 14,
- 4,
- 0.18526,
- "_NTHATTHNAYDLEVIDIFK_"
- ],
- [
- 27007,
- 2,
- 16,
- 5,
- 0.21375,
- "_AMGAAQVVVTDLSATR_"
- ],
- [
- 29229,
- 2,
- 14,
- 2,
- 0.1853,
- "_VDIDAPDVSIEGPDAK_"
- ],
- [
- 20872,
- 3,
- 19,
- 8,
- 0.25654,
- "_IWNVIYEENCFKPQTIK_"
- ],
- [
- 39342,
- 2,
- 12,
- 6,
- 0.15674,
- "_LDIIETNVKPSILEAQK_"
- ],
- [
- 538,
- 2,
- 13,
- 3,
- 0.17103,
- "_LLLDEITR_"
- ],
- [
- 50970,
- 3,
- 12,
- 6,
- 0.15674,
- "_GGNVGINSFGFGGSNVHIILRPNTQPPPAPAPHATLPR_"
- ],
- [
- 43037,
- 2,
- 10,
- 3,
- 0.12823,
- "_AFQGYNACIFAYGQTGSGK_"
- ],
- [
- 4065,
- 3,
- 18,
- 5,
- 0.24228,
- "_TVSGVNGPLVILDHVK_"
- ],
- [
- 14933,
- 2,
- 15,
- 2,
- 0.19953,
- "_LEIEPEWAYGK_"
- ],
- [
- 33443,
- 3,
- 12,
- 7,
- 0.15674,
- "_EIYGINFSPNGYHIATGSGDNTCK_"
- ],
- [
- 36496,
- 2,
- 18,
- 6,
- 0.24228,
- "_GFSFVATGLMEDDGKPR_"
- ],
- [
- 29492,
- 2,
- 16,
- 3,
- 0.21376,
- "_DQNESLDEEMFYK_"
- ],
- [
- 34045,
- 2,
- 9,
- 3,
- 0.11399,
- "_CEVNGAGAHPLFAFLR_"
- ],
- [
- 8231,
- 2,
- 19,
- 5,
- 0.25654,
- "_MKLDYILGLK_"
- ],
- [
- 32744,
- 3,
- 11,
- 6,
- 0.14249,
- "_VSWAAAPHSIESFCLGHTEFVSR_"
- ],
- [
- 6977,
- 2,
- 16,
- 4,
- 0.21376,
- "_AVFVPDIYSR_"
- ],
- [
- 9785,
- 2,
- 16,
- 4,
- 0.21376,
- "_EFSFEAWNAK_"
- ],
- [
- 46845,
- 3,
- 13,
- 7,
- 0.17103,
- "_ADPAFGLESSGIAGTTSDEPERIEESGNDEAR_"
- ],
- [
- 21643,
- 3,
- 13,
- 4,
- 0.17103,
- "_AIGGIILTASHNPGGPNGDFGIK_"
- ],
- [
- 13090,
- 3,
- 10,
- 5,
- 0.12823,
- "_GILHLSPDVYQEMEASR_"
- ],
- [
- 14761,
- 2,
- 10,
- 3,
- 0.12823,
- "_TSFVNFTDICK_"
- ],
- [
- 33067,
- 3,
- 16,
- 4,
- 0.21376,
- "_NDIEWGVLHQPPPPAGSEEGSAWK_"
- ],
- [
- 16060,
- 3,
- 10,
- 5,
- 0.12823,
- "_YGISGELAMRPLASLSGGQK_"
- ],
- [
- 27482,
- 3,
- 16,
- 5,
- 0.21376,
- "_IIANALSSEPACLAEIEEDKAR_"
- ],
- [
- 39859,
- 2,
- 13,
- 5,
- 0.17103,
- "_FQDLGAAYEVLSDSEKR_"
- ],
- [
- 16269,
- 3,
- 16,
- 3,
- 0.21376,
- "_GLLGALTSTPYSPTQHLER_"
- ],
- [
- 11972,
- 3,
- 12,
- 5,
- 0.15674,
- "_LDIIETNVKPSILEAQK_"
- ],
- [
- 43507,
- 3,
- 17,
- 9,
- 0.22802,
- "_VGGTKPAGGDFGEVLNSAANASATTTEPLPEK_"
- ],
- [
- 1622,
- 3,
- 6,
- 2,
- 0.071244,
- "_FVGDPALVLNDIHK_"
- ],
- [
- 21456,
- 2,
- 8,
- 3,
- 0.099745,
- "_VFEEDALSWEDK_"
- ],
- [
- 32937,
- 2,
- 8,
- 4,
- 0.099745,
- "_ELDALLEQQNTIESK_"
- ],
- [
- 34829,
- 2,
- 5,
- 2,
- 0.057014,
- "_ETSELGGSDVSILDTTR_"
- ],
- [
- 42160,
- 2,
- 15,
- 6,
- 0.19953,
- "_NPLFCGAENTSLWELKK_"
- ],
- [
- 37069,
- 2,
- 10,
- 4,
- 0.12823,
- "_VGYYVNNEYLNPELR_"
- ],
- [
- 50351,
- 2,
- 9,
- 5,
- 0.11399,
- "_LLAEMDIQTQEAPSSTSQELGTK_"
- ],
- [
- 29253,
- 3,
- 14,
- 5,
- 0.1853,
- "_APSEEDSLSSVPISPYKDEPWK_"
- ],
- [
- 43078,
- 2,
- 15,
- 6,
- 0.19953,
- "_GLLGALTSTPYSPTQHLER_"
- ],
- [
- 25277,
- 3,
- 14,
- 7,
- 0.1853,
- "_IDCDNLEQYFIQQGGGPDKK_"
- ],
- [
- 10161,
- 3,
- 12,
- 4,
- 0.15674,
- "_GMLHQDHITFAMLLAR_"
- ],
- [
- 26982,
- 2,
- 14,
- 3,
- 0.1853,
- "_VMFSSFGQIEECR_"
- ],
- [
- 30797,
- 2,
- 11,
- 5,
- 0.14249,
- "_ETGVHSLLIDPLTQR_"
- ],
- [
- 27159,
- 3,
- 17,
- 7,
- 0.22802,
- "_GGAEVQIFAPDVPQMHVIDHTK_"
- ],
- [
- 44299,
- 2,
- 20,
- 5,
- 0.27077,
- "_FITHAPPGEFNEVFNDVR_"
- ],
- [
- 41467,
- 2,
- 10,
- 4,
- 0.12823,
- "_FSLCSDNLEGISEGPSNR_"
- ],
- [
- 36206,
- 2,
- 13,
- 5,
- 0.17098,
- "_FRPLQLETINVTMAGK_"
- ],
- [
- 33905,
- 3,
- 13,
- 6,
- 0.17098,
- "_LISTMPGIHLSPEQQQQQLQSLR_"
- ],
- [
- 22798,
- 3,
- 11,
- 5,
- 0.14247,
- "_VVGESLSPAFHLQLEESTGSR_"
- ],
- [
- 20129,
- 2,
- 4,
- 2,
- 0.042758,
- "_SGDLFNCGSLTIR_"
- ],
- [
- 7273,
- 3,
- 11,
- 3,
- 0.14247,
- "_CEVNGAGAHPLFAFLR_"
- ],
- [
- 3883,
- 2,
- 9,
- 4,
- 0.11399,
- "_YFDLGLPNR_"
- ],
- [
- 28741,
- 4,
- 12,
- 4,
- 0.15673,
- "_LYLQMWEHYAAGNKPDHMIKPVEVTESA_"
- ],
- [
- 15442,
- 2,
- 11,
- 3,
- 0.14247,
- "_TSAQVVLDGLVDK_"
- ],
- [
- 7470,
- 3,
- 12,
- 5,
- 0.15673,
- "_DVAEAKPELSLLGDGDH_"
- ],
- [
- 14694,
- 3,
- 9,
- 5,
- 0.11399,
- "_GTHIVLWTGDQELELQR_"
- ],
- [
- 9375,
- 3,
- 13,
- 6,
- 0.17098,
- "_TDCDIEDDRLAAMFR_"
- ],
- [
- 20106,
- 3,
- 11,
- 6,
- 0.14247,
- "_EYLESLQCLESDKSDWR_"
- ],
- [
- 18447,
- 2,
- 11,
- 2,
- 0.14247,
- "_KIEFSLPDLEGR_"
- ],
- [
- 44251,
- 2,
- 6,
- 2,
- 0.071256,
- "_HSYAGEQPETVPYLLLNR_"
- ],
- [
- 31749,
- 2,
- 9,
- 2,
- 0.11399,
- "_VDIDTPDINIEGSEGK_"
- ],
- [
- 13160,
- 3,
- 9,
- 2,
- 0.11399,
- "_MLGHSADETIGVVHLVLR_"
- ],
- [
- 15505,
- 3,
- 12,
- 3,
- 0.15673,
- "_AAVLYVMDLSEQCGHGLR_"
- ],
- [
- 42477,
- 2,
- 10,
- 8,
- 0.12824,
- "_AAVLYVMDLSEQCGHGLR_"
- ],
- [
- 48643,
- 2,
- 10,
- 5,
- 0.12824,
- "_LATEVNWDEEKECFESLSK_"
- ],
- [
- 9062,
- 3,
- 13,
- 5,
- 0.17098,
- "_FRPLQLETINVTMAGK_"
- ],
- [
- 29154,
- 2,
- 11,
- 4,
- 0.14247,
- "_LAAAAAAAQSVYAFSAR_"
- ],
- [
- 11039,
- 2,
- 11,
- 4,
- 0.14247,
- "_AITGFDDPFSGK_"
- ],
- [
- 43130,
- 2,
- 10,
- 2,
- 0.12824,
- "_VSNTQDASVSIVDYYEPR_"
- ],
- [
- 12120,
- 3,
- 13,
- 3,
- 0.17098,
- "_WDYSATEEGMKEVLEK_"
- ],
- [
- 2026,
- 2,
- 16,
- 5,
- 0.21378,
- "_YLTVAAVFR_"
- ],
- [
- 35111,
- 2,
- 14,
- 6,
- 0.18527,
- "_LGGNYGPTVLVQQEALK_"
- ],
- [
- 19782,
- 3,
- 14,
- 7,
- 0.18527,
- "_IKVDEFVTHNLSFDEINK_"
- ],
- [
- 4458,
- 2,
- 18,
- 5,
- 0.24226,
- "_ENILEEFSK_"
- ],
- [
- 46392,
- 2,
- 17,
- 7,
- 0.22801,
- "_IWNVIYEENCFKPQTIK_"
- ],
- [
- 10909,
- 3,
- 17,
- 6,
- 0.22801,
- "_YPSLSLHGIEGAFSGSGAK_"
- ],
- [
- 31663,
- 2,
- 18,
- 5,
- 0.24226,
- "_GFAFVTFDDHDSVDK_"
- ],
- [
- 16646,
- 2,
- 14,
- 3,
- 0.18527,
- "_LEESAVTVMFDK_"
- ],
- [
- 29378,
- 2,
- 17,
- 3,
- 0.22801,
- "_GADIMYTGTVDCWR_"
- ],
- [
- 36705,
- 2,
- 18,
- 6,
- 0.24226,
- "_VVVAENFDEIVNNENK_"
- ],
- [
- 33168,
- 3,
- 23,
- 8,
- 0.31353,
- "_TGQATVASGIPAGWMGLDCGPESSKK_"
- ],
- [
- 51491,
- 3,
- 19,
- 10,
- 0.25652,
- "_LLPCLHSACSACLGPAAPAAANSSGDGGAAGDGTVVDCPVCK_"
- ],
- [
- 38000,
- 2,
- 16,
- 6,
- 0.21378,
- "_GDTANEIGQVLHFENVK_"
- ],
- [
- 12714,
- 4,
- 19,
- 6,
- 0.25652,
- "_IVGAPMHDLLLWNNATVTTCHSK_"
- ],
- [
- 19486,
- 3,
- 16,
- 5,
- 0.21378,
- "_EVIPVNVPEAQEEMKEVAK_"
- ],
- [
- 40198,
- 2,
- 14,
- 2,
- 0.18527,
- "_DQQLEALQQEHLDLMK_"
- ],
- [
- 11249,
- 3,
- 16,
- 5,
- 0.21378,
- "_DWILPSDYDHAEAEAR_"
- ],
- [
- 46926,
- 2,
- 16,
- 4,
- 0.21378,
- "_KNGQLAASVETAGDSELFLMK_"
- ],
- [
- 37641,
- 2,
- 15,
- 4,
- 0.19955,
- "_QLGSVATGSTLQQSLELK_"
- ],
- [
- 41773,
- 2,
- 18,
- 6,
- 0.24226,
- "_WEAVDESELEAQAVTTSK_"
- ],
- [
- 22168,
- 3,
- 15,
- 5,
- 0.19955,
- "_EKQSDDEVYAPGLDIESSLK_"
- ],
- [
- 38046,
- 2,
- 12,
- 4,
- 0.15673,
- "_LAVEETKGELLLQLCR_"
- ],
- [
- 2229,
- 2,
- 18,
- 4,
- 0.24226,
- "_WELYIPPK_"
- ],
- [
- 47250,
- 2,
- 7,
- 2,
- 0.085509,
- "_WGTIEVENTTHCEFAYLR_"
- ],
- [
- 7760,
- 4,
- 23,
- 8,
- 0.31354,
- "_AVEHLDDLPGALSELSDLHAHK_"
- ],
- [
- 16440,
- 2,
- 7,
- 4,
- 0.085509,
- "_INPSSMFDVQVK_"
- ],
- [
- 13912,
- 2,
- 12,
- 4,
- 0.15673,
- "_IEELQLIVNDK_"
- ],
- [
- 49021,
- 2,
- 27,
- 7,
- 0.37053,
- "_GSSGGGCFGGSSGGYGGLGGFGGGSFR_"
- ],
- [
- 35726,
- 2,
- 9,
- 2,
- 0.11399,
- "_SFAELLHQCWEADAK_"
- ],
- [
- 47746,
- 2,
- 11,
- 3,
- 0.14249,
- "_IMGLDLPDGGHLTHGYMSDVK_"
- ],
- [
- 3426,
- 2,
- 25,
- 5,
- 0.34205,
- "_LLQDFFNGK_"
- ],
- [
- 10435,
- 2,
- 12,
- 4,
- 0.15673,
- "_FQMAYSNLLR_"
- ],
- [
- 22789,
- 2,
- 11,
- 5,
- 0.14249,
- "_SPLAGDFITMQCR_"
- ],
- [
- 32558,
- 2,
- 11,
- 3,
- 0.14249,
- "_NDLYYNTITNFSEK_"
- ],
- [
- 43464,
- 4,
- 19,
- 10,
- 0.25652,
- "_LLPCLHSACSACLGPAAPAAANSSGDGGAAGDGTVVDCPVCK_"
- ],
- [
- 42108,
- 2,
- 11,
- 5,
- 0.14249,
- "_TVDSQGPTPVCTPTFLER_"
- ],
- [
- 45680,
- 3,
- 11,
- 6,
- 0.14249,
- "_KAENAEGQTPAIGPDGEPLDETSQMSDLPVK_"
- ],
- [
- 25782,
- 2,
- 10,
- 4,
- 0.12824,
- "_VPLWLQSSEDMEK_"
- ],
- [
- 37542,
- 3,
- 8,
- 6,
- 0.09974,
- "_GPCSWGLCVQEDSLQAWHNGEAQR_"
- ],
- [
- 44307,
- 2,
- 10,
- 5,
- 0.12824,
- "_QLEESVSEKEQQLLSTLK_"
- ],
- [
- 42708,
- 2,
- 8,
- 4,
- 0.09974,
- "_SDWEVKEEM(Oxidation (M))DFPQLMK_"
- ],
- [
- 28385,
- 2,
- 9,
- 4,
- 0.11399,
- "_VGEATETALTCLVEK_"
- ],
- [
- 25797,
- 2,
- 9,
- 2,
- 0.11399,
- "_LAEGEQILSGGVFNK_"
- ],
- [
- 17986,
- 2,
- 9,
- 5,
- 0.11399,
- "_LGNGINIIVATPGR_"
- ],
- [
- 22322,
- 2,
- 18,
- 6,
- 0.24226,
- "_GVVDSDDLPLNVSR_"
- ],
- [
- 36393,
- 4,
- 13,
- 7,
- 0.17098,
- "_FMIQGGDFSNQNGTGGESIYGEKFEDENFHYK_"
- ],
- [
- 6632,
- 2,
- 12,
- 4,
- 0.15673,
- "_GIIASSVGTILK_"
- ],
- [
- 10708,
- 3,
- 16,
- 6,
- 0.2138,
- "_GDTANEIGQVLHFENVK_"
- ],
- [
- 44830,
- 2,
- 14,
- 3,
- 0.18524,
- "_NRPLSDEELDAMFPEGYK_"
- ],
- [
- 5724,
- 2,
- 14,
- 4,
- 0.18524,
- "_LKLEDFFAR_"
- ],
- [
- 9211,
- 3,
- 15,
- 3,
- 0.19953,
- "_YPLAVRPFYTMPDPR_"
- ],
- [
- 41207,
- 2,
- 15,
- 5,
- 0.19953,
- "_DSSTCPGDYVLSVSENSR_"
- ],
- [
- 4062,
- 3,
- 15,
- 5,
- 0.19953,
- "_FHTEALTALLSDDSK_"
- ],
- [
- 27316,
- 2,
- 14,
- 5,
- 0.18524,
- "_MLCDTWCIEAAAR_"
- ],
- [
- 4072,
- 2,
- 15,
- 5,
- 0.19953,
- "_MIFDVESMK_"
- ],
- [
- 14368,
- 3,
- 16,
- 4,
- 0.2138,
- "_LSSLIILMPHHVEPLER_"
- ],
- [
- 27332,
- 2,
- 16,
- 3,
- 0.2138,
- "_SIIGM(Oxidation (M))GTGAGAYILTR_"
- ],
- [
- 26172,
- 2,
- 13,
- 5,
- 0.17098,
- "_LDGMGCLEFDEER_"
- ],
- [
- 18916,
- 2,
- 6,
- 2,
- 0.07125,
- "_NGLLFTYGVTGSGK_"
- ],
- [
- 29518,
- 2,
- 9,
- 4,
- 0.11399,
- "_FHTEALTALLSDDSK_"
- ],
- [
- 49973,
- 2,
- 14,
- 3,
- 0.18522,
- "_AQIEEPDPPEMETSLDSSEMAK_"
- ],
- [
- 19479,
- 3,
- 14,
- 2,
- 0.18522,
- "_SSTISVHDPFSDVSDSSFPK_"
- ],
- [
- 50742,
- 2,
- 9,
- 5,
- 0.11398,
- "_QQGEWGQNEQPGYDDLNPDWR_"
- ],
- [
- 5903,
- 2,
- 13,
- 5,
- 0.17097,
- "_GVLLFGPPGTGK_"
- ],
- [
- 14899,
- 2,
- 11,
- 2,
- 0.14248,
- "_AVLGEVVLYSGAR_"
- ],
- [
- 19126,
- 3,
- 14,
- 7,
- 0.18522,
- "_AMEGIFIKPSVEPSAGHDEL_"
- ],
- [
- 24747,
- 2,
- 9,
- 2,
- 0.11398,
- "_AISALVPQGGPVLCR_"
- ],
- [
- 37418,
- 2,
- 9,
- 3,
- 0.11398,
- "_INLEAAELGEISDIHTK_"
- ],
- [
- 39706,
- 2,
- 13,
- 4,
- 0.17097,
- "_NTLIQFEDFGNHNAFR_"
- ],
- [
- 9165,
- 2,
- 9,
- 2,
- 0.11398,
- "_MIDLSGNPVLR_"
- ],
- [
- 24035,
- 2,
- 15,
- 5,
- 0.19948,
- "_VEIAGPGFINVHLR_"
- ],
- [
- 7591,
- 4,
- 15,
- 6,
- 0.19948,
- "_NHQNEIIAMAALVHHSFALDK_"
- ],
- [
- 11200,
- 2,
- 19,
- 4,
- 0.2565,
- "_VLEVPPVVYSR_"
- ],
- [
- 30010,
- 2,
- 11,
- 3,
- 0.14248,
- "_MYTDIQEPMFSAAR_"
- ],
- [
- 11944,
- 2,
- 17,
- 3,
- 0.22804,
- "_LGVDLDAQTWR_"
- ],
- [
- 3293,
- 2,
- 13,
- 4,
- 0.17097,
- "_AFSITQGLLK_"
- ],
- [
- 48044,
- 3,
- 7,
- 4,
- 0.085491,
- "_LMYDNTSEMPGKEDSIMEEESTPAVSDYSR_"
- ],
- [
- 11919,
- 2,
- 20,
- 4,
- 0.27076,
- "_SDSAFFWEER_"
- ],
- [
- 28775,
- 2,
- 14,
- 5,
- 0.18522,
- "_YLQLAEELIRPER_"
- ],
- [
- 30325,
- 2,
- 24,
- 7,
- 0.32778,
- "_NVQAEEMVEFSSGLK_"
- ],
- [
- 15302,
- 2,
- 7,
- 3,
- 0.085491,
- "_ILLEELANSDPK_"
- ],
- [
- 5034,
- 2,
- 12,
- 2,
- 0.15673,
- "_DGFVTVDELK_"
- ],
- [
- 23203,
- 3,
- 14,
- 6,
- 0.18522,
- "_IMGLDLPDGGHLTHGYMSDVK_"
- ],
- [
- 2792,
- 2,
- 13,
- 2,
- 0.17097,
- "_LFILDEADK_"
- ],
- [
- 39446,
- 3,
- 8,
- 5,
- 0.099751,
- "_SIEDQLQPNSASGSGALEHDPSSIYLR_"
- ],
- [
- 46450,
- 3,
- 19,
- 8,
- 0.2565,
- "_KPADDQDPIDALSGDLDSCPSTTETSQNTAK_"
- ],
- [
- 35538,
- 3,
- 18,
- 5,
- 0.24227,
- "_WVYPLTPEANFTDSTTQSCTHSR_"
- ],
- [
- 50827,
- 2,
- 18,
- 9,
- 0.24227,
- "_WSGFSGGAIECETAENTEECIAK_"
- ],
- [
- 18626,
- 3,
- 14,
- 5,
- 0.18522,
- "_NRPLSDEELDAMFPEGYK_"
- ],
- [
- 44722,
- 2,
- 13,
- 4,
- 0.17097,
- "_AGNLTNAYVYEVGPGPGGITR_"
- ],
- [
- 29989,
- 2,
- 15,
- 5,
- 0.19948,
- "_DDGKLDLSVVENGGLK_"
- ],
- [
- 47190,
- 2,
- 18,
- 4,
- 0.24227,
- "_EKQSDDEVYAPGLDIESSLK_"
- ],
- [
- 30577,
- 4,
- 14,
- 6,
- 0.18522,
- "_TSSVGNDILGFDSEGNVVNKPDSHGGSLEWTK_"
- ],
- [
- 40922,
- 2,
- 10,
- 3,
- 0.12823,
- "_FTSQGSYGVAGNVFIDSGR_"
- ],
- [
- 37312,
- 2,
- 10,
- 5,
- 0.12823,
- "_(Acetyl (Protein N-term))AAIPSSGSLVATHDYYR_"
- ],
- [
- 32872,
- 3,
- 10,
- 6,
- 0.12823,
- "_FDGSENRPFSPSPLNNISSTVTVK_"
- ],
- [
- 33848,
- 3,
- 15,
- 6,
- 0.19948,
- "_GSVTVLSGYAADEITHCIRPQDIK_"
- ],
- [
- 2811,
- 3,
- 13,
- 5,
- 0.17097,
- "_RLDLVHTAALMLDK_"
- ],
- [
- 3117,
- 3,
- 8,
- 2,
- 0.099751,
- "_AVNIPLDPLPGHPLR_"
- ],
- [
- 10590,
- 3,
- 13,
- 4,
- 0.17097,
- "_GSDHSASLEPGELAELVR_"
- ],
- [
- 37767,
- 3,
- 10,
- 7,
- 0.12823,
- "_DSGQWHYFDDNSVSPVNENQIESK_"
- ],
- [
- 31605,
- 4,
- 11,
- 4,
- 0.14248,
- "_VLGKPEPAAQPVPESLPGEPEILPQAPANAHLK_"
- ],
- [
- 7998,
- 3,
- 21,
- 6,
- 0.28501,
- "_LYGPTNFAPIINHVAR_"
- ],
- [
- 46123,
- 2,
- 15,
- 7,
- 0.19948,
- "_TNCNVAVINVGAPAAGMNAAVR_"
- ],
- [
- 13616,
- 2,
- 17,
- 5,
- 0.228,
- "_ILVTLLHTLER_"
- ],
- [
- 23806,
- 3,
- 13,
- 6,
- 0.17096,
- "_NISTPYSCAMHLSEWYCR_"
- ],
- [
- 43885,
- 2,
- 8,
- 2,
- 0.099724,
- "_AFVDSGAQMTIMSQACAER_"
- ],
- [
- 38168,
- 3,
- 11,
- 3,
- 0.14247,
- "_TVQSPNSSVPSPGLAGPVTMTSVHPPIR_"
- ],
- [
- 9791,
- 2,
- 17,
- 4,
- 0.228,
- "_VYSLFLDESR_"
- ],
- [
- 45231,
- 2,
- 16,
- 6,
- 0.21371,
- "_VSFASTDEQDAMDGELVCR_"
- ],
- [
- 19888,
- 2,
- 8,
- 3,
- 0.099724,
- "_ISEYAADIFYSR_"
- ],
- [
- 21396,
- 2,
- 11,
- 4,
- 0.14247,
- "_DGTSFGEYGGWYK_"
- ],
- [
- 28543,
- 2,
- 12,
- 5,
- 0.15671,
- "_QTFEAAILTQLHPR_"
- ],
- [
- 34087,
- 2,
- 10,
- 3,
- 0.12821,
- "_QIDSGSNLTTDLIVQR_"
- ],
- [
- 11746,
- 2,
- 17,
- 4,
- 0.228,
- "_QDGQFSVLFTK_"
- ],
- [
- 44088,
- 3,
- 10,
- 5,
- 0.12821,
- "_GREETVAEDVCIDLTCDSGSQAVPSPATR_"
- ],
- [
- 6843,
- 3,
- 10,
- 6,
- 0.12821,
- "_FSLENNFLLQHNIR_"
- ],
- [
- 14081,
- 3,
- 26,
- 7,
- 0.37052,
- "_IEWLESHQDADIEDFK_"
- ],
- [
- 33201,
- 2,
- 8,
- 2,
- 0.099724,
- "_SYTMMGTADQPGLIPR_"
- ],
- [
- 4127,
- 2,
- 13,
- 3,
- 0.17096,
- "_ELDILLQEK_"
- ],
- [
- 33457,
- 3,
- 13,
- 4,
- 0.17096,
- "_VDKGVVPLAGTDGETTTQGLDGLSER_"
- ],
- [
- 33596,
- 4,
- 13,
- 6,
- 0.17096,
- "_LESLSAESHRPPGNCGEVNGVIAGVAPSVEAFDK_"
- ],
- [
- 2348,
- 2,
- 8,
- 2,
- 0.099724,
- "_LYLAVLSDR_"
- ],
- [
- 7800,
- 2,
- 9,
- 3,
- 0.11398,
- "_AITVQEIAVLK_"
- ],
- [
- 873,
- 4,
- 18,
- 6,
- 0.24227,
- "_LSSLIILMPHHVEPLER_"
- ],
- [
- 13173,
- 2,
- 9,
- 5,
- 0.11398,
- "_MDQVEFSIAMK_"
- ],
- [
- 24344,
- 2,
- 8,
- 3,
- 0.099724,
- "_SIGNLTQLQTLNVK_"
- ],
- [
- 34268,
- 2,
- 15,
- 5,
- 0.19946,
- "_ENLATVEGNFASIDER_"
- ],
- [
- 34399,
- 4,
- 15,
- 7,
- 0.19946,
- "_AHSSPASLQLGAVSPGTLTPTGVVSGPAATPTAQHLR_"
- ],
- [
- 379,
- 3,
- 14,
- 6,
- 0.1852,
- "_VNLEVIKPWITK_"
- ],
- [
- 7954,
- 3,
- 15,
- 3,
- 0.19946,
- "_YPCFFNTLHVGGTIR_"
- ],
- [
- 30557,
- 2,
- 15,
- 5,
- 0.19946,
- "_QEIAEAQQLITICR_"
- ],
- [
- 25566,
- 2,
- 17,
- 4,
- 0.228,
- "_GHAVNLLDVPVPVAR_"
- ],
- [
- 23438,
- 4,
- 8,
- 6,
- 0.099724,
- "_IQHSITAQDHQPTPDSCIISM(Oxidation (M))VVGQLK_"
- ],
- [
- 36074,
- 2,
- 15,
- 3,
- 0.19946,
- "_TPQEAIMDGTEIAVSPR_"
- ],
- [
- 7492,
- 3,
- 10,
- 3,
- 0.12823,
- "_FLMYGSKPQIAEIIR_"
- ],
- [
- 20162,
- 2,
- 17,
- 5,
- 0.22795,
- "_VNLEVIKPWITK_"
- ],
- [
- 6643,
- 3,
- 17,
- 7,
- 0.22795,
- "_KHPEVDVLINFASLR_"
- ],
- [
- 14282,
- 4,
- 11,
- 4,
- 0.14246,
- "_GRPPEEEPFITHGFTMTTEVPLR_"
- ],
- [
- 2100,
- 2,
- 9,
- 4,
- 0.11397,
- "_QGLVVGIDLK_"
- ],
- [
- 32641,
- 4,
- 14,
- 5,
- 0.18521,
- "_VSNTQYHEVMNLEPENTLDQHSFSLPTCR_"
- ],
- [
- 17943,
- 2,
- 9,
- 3,
- 0.11397,
- "_LGFTQGDVGLAMGK_"
- ],
- [
- 30399,
- 3,
- 13,
- 6,
- 0.17096,
- "_MADPQSIQESQNLSMFLANHNK_"
- ],
- [
- 31159,
- 2,
- 10,
- 5,
- 0.12823,
- "_AMFINYEQVNMGDR_"
- ],
- [
- 44572,
- 2,
- 9,
- 5,
- 0.11397,
- "_CSYTEDAQCIDGTIEIPK_"
- ],
- [
- 30926,
- 4,
- 17,
- 7,
- 0.22795,
- "_LKTEQGGAHFSVSSLAEGSVTSVGSVNPAENFR_"
- ],
- [
- 27900,
- 2,
- 12,
- 5,
- 0.15671,
- "_VVLVNNILQNAQER_"
- ],
- [
- 48808,
- 2,
- 10,
- 2,
- 0.12823,
- "_HPSAVTACNLDLENLVTDSNR_"
- ],
- [
- 37888,
- 2,
- 15,
- 5,
- 0.19944,
- "_GSDHSASLEPGELAELVR_"
- ],
- [
- 41525,
- 2,
- 12,
- 3,
- 0.15671,
- "_GGACGDNIQSYTATVISAAK_"
- ],
- [
- 5844,
- 2,
- 15,
- 5,
- 0.19944,
- "_SLMDHTIPEV_"
- ],
- [
- 1359,
- 3,
- 20,
- 6,
- 0.27075,
- "_VEIAGPGFINVHLR_"
- ],
- [
- 34533,
- 2,
- 24,
- 8,
- 0.32775,
- "_CIPALDSLTPANEDQK_"
- ],
- [
- 49306,
- 2,
- 13,
- 6,
- 0.17096,
- "_QPALSAACLGPEVTTQYGGQYR_"
- ],
- [
- 13427,
- 2,
- 14,
- 6,
- 0.18521,
- "_DLTPEHLPLLR_"
- ],
- [
- 38311,
- 2,
- 11,
- 4,
- 0.14246,
- "_NVPTDVLSFPFHEHLK_"
- ],
- [
- 38351,
- 2,
- 11,
- 4,
- 0.14246,
- "_RHEILQWVLQTDSQQ_"
- ],
- [
- 49928,
- 2,
- 20,
- 7,
- 0.27075,
- "_VLGENYTLEDEEDSQICTVGR_"
- ],
- [
- 2690,
- 2,
- 13,
- 4,
- 0.17096,
- "_FFFDVGSNK_"
- ],
- [
- 24779,
- 2,
- 11,
- 4,
- 0.14246,
- "_EGGQVYGTLGGMLTR_"
- ],
- [
- 10503,
- 3,
- 22,
- 7,
- 0.29923,
- "_TKPSPSQFMPLVVDYR_"
- ],
- [
- 24885,
- 3,
- 9,
- 4,
- 0.11397,
- "_ANTVYGLGFASEQHLTQFAEK_"
- ],
- [
- 1131,
- 2,
- 13,
- 2,
- 0.17096,
- "_LAIYGMLPK_"
- ],
- [
- 9666,
- 2,
- 10,
- 5,
- 0.12823,
- "_VLIIGGGDGGVLR_"
- ],
- [
- 45756,
- 2,
- 9,
- 6,
- 0.11397,
- "_LLSYASYCIEHGDLELAAK_"
- ],
- [
- 43651,
- 2,
- 9,
- 3,
- 0.11397,
- "_GQAGPPESLGVPTAQEASVLR_"
- ],
- [
- 7712,
- 3,
- 7,
- 4,
- 0.085485,
- "_SFSMMGHAEQLGLIPR_"
- ],
- [
- 5479,
- 2,
- 13,
- 2,
- 0.17096,
- "_FFFDVGCNK_"
- ],
- [
- 10986,
- 3,
- 9,
- 3,
- 0.11397,
- "_NVPTDVLSFPFHEHLK_"
- ],
- [
- 34621,
- 2,
- 14,
- 2,
- 0.18521,
- "_LQPQITMIPPSAQPPR_"
- ],
- [
- 35433,
- 2,
- 17,
- 5,
- 0.22795,
- "_LNFSTPTSTNIVSVCR_"
- ],
- [
- 44265,
- 3,
- 11,
- 6,
- 0.14246,
- "_LVNTLNTIPSLGQSPGPVVVSNNSSAHGSQR_"
- ],
- [
- 16797,
- 3,
- 13,
- 6,
- 0.17096,
- "_FSPEKFPLAGLEENYCR_"
- ],
- [
- 8746,
- 2,
- 14,
- 3,
- 0.18521,
- "_QLEELLSDMK_"
- ],
- [
- 14085,
- 3,
- 11,
- 5,
- 0.14246,
- "_LNQVIFPVSYNDKFYK_"
- ],
- [
- 17506,
- 3,
- 10,
- 5,
- 0.1282,
- "_LEPNSPMHGGTLLEDVVGGR_"
- ],
- [
- 48591,
- 3,
- 11,
- 7,
- 0.14246,
- "_ATPSKPSGLSLLPDYEDEEEEEEEEEGDGER_"
- ],
- [
- 40605,
- 2,
- 10,
- 5,
- 0.1282,
- "_ALLQDKDVIAINQDPLGK_"
- ],
- [
- 9543,
- 3,
- 13,
- 6,
- 0.17094,
- "_EDSHPFDLGLYNEAVK_"
- ],
- [
- 39435,
- 2,
- 11,
- 7,
- 0.14246,
- "_IMEVIDAITTTAQSHQR_"
- ],
- [
- 30447,
- 2,
- 13,
- 4,
- 0.17094,
- "_DWDNSGPFCGTISSK_"
- ],
- [
- 28438,
- 2,
- 12,
- 5,
- 0.15669,
- "_HFCPNVPIILVANK_"
- ],
- [
- 45816,
- 2,
- 9,
- 4,
- 0.11396,
- "_AELTSQESQISTYEEELAK_"
- ],
- [
- 44179,
- 2,
- 10,
- 5,
- 0.1282,
- "_VLVYNNTSIVQDEILAHR_"
- ],
- [
- 42061,
- 2,
- 10,
- 5,
- 0.1282,
- "_ILQEIESTDTACVGPTLR_"
- ],
- [
- 6322,
- 2,
- 11,
- 3,
- 0.14246,
- "_IDCNLLEFK_"
- ],
- [
- 159,
- 2,
- 10,
- 3,
- 0.1282,
- "_FTLIDGIR_"
- ],
- [
- 32088,
- 2,
- 10,
- 4,
- 0.1282,
- "_TYGFHFTTPALVVEK_"
- ],
- [
- 26035,
- 4,
- 12,
- 6,
- 0.15669,
- "_CEDCGKPLSIEADDNGCFPLDGHVLCR_"
- ],
- [
- 17477,
- 2,
- 10,
- 3,
- 0.1282,
- "_EKAPDFLPLLNK_"
- ],
- [
- 35860,
- 2,
- 12,
- 6,
- 0.15669,
- "_EGGGNNLYGEEMVQALK_"
- ],
- [
- 49053,
- 3,
- 10,
- 3,
- 0.1282,
- "_VLVHPPQDGEDEPTLVQKEPVEAAPAAEPVPAST_"
- ],
- [
- 20401,
- 4,
- 16,
- 5,
- 0.21368,
- "_WVGGQHPCFIIAEIGQNHQGDLDVAK_"
- ],
- [
- 20943,
- 2,
- 15,
- 2,
- 0.19944,
- "_YLLADCNEAFIK_"
- ],
- [
- 1853,
- 2,
- 14,
- 3,
- 0.19944,
- "_TLADIIMEK_"
- ],
- [
- 36583,
- 2,
- 7,
- 3,
- 0.085444,
- "_AISEPNFSVAYANMCR_"
- ],
- [
- 29572,
- 3,
- 22,
- 7,
- 0.29921,
- "_IIDKEGDDYEVIPNSNFYVSR_"
- ],
- [
- 26224,
- 3,
- 22,
- 2,
- 0.29921,
- "_KQPPQIESFYPPLDEPSIGSK_"
- ],
- [
- 17895,
- 3,
- 23,
- 7,
- 0.31346,
- "_FITHAPPGEFNEVFNDVR_"
- ],
- [
- 17342,
- 2,
- 16,
- 3,
- 0.21368,
- "_LIQVLIGDEPER_"
- ],
- [
- 39561,
- 3,
- 14,
- 6,
- 0.18519,
- "_QGQIITCPAVCNFQTGEYVVVHDNK_"
- ],
- [
- 16712,
- 2,
- 14,
- 2,
- 0.18519,
- "_ALQGASQIIAEIR_"
- ],
- [
- 4736,
- 4,
- 16,
- 6,
- 0.21368,
- "_LNFHPDQEDQFFSLVHEK_"
- ],
- [
- 11943,
- 2,
- 5,
- 3,
- 0.056949,
- "_AWTVLTEYYK_"
- ],
- [
- 32475,
- 2,
- 8,
- 3,
- 0.099717,
- "_GYTAQGEMFSVADMGR_"
- ],
- [
- 9946,
- 2,
- 8,
- 3,
- 0.099717,
- "_LADQIFAYYK_"
- ],
- [
- 32026,
- 2,
- 21,
- 7,
- 0.28498,
- "_EHVEEISELFYDAK_"
- ],
- [
- 37784,
- 2,
- 5,
- 2,
- 0.056949,
- "_(Acetyl (Protein N-term))M(Oxidation (M))ELLGEYVGQEGKPQK_"
- ],
- [
- 16962,
- 2,
- 9,
- 3,
- 0.11396,
- "_ALAAEMTDYFSR_"
- ],
- [
- 26238,
- 2,
- 14,
- 2,
- 0.18519,
- "_VSHLLGINVTDFTR_"
- ],
- [
- 18592,
- 2,
- 19,
- 6,
- 0.25648,
- "_GNPTVEVDLFTSK_"
- ],
- [
- 3621,
- 3,
- 18,
- 6,
- 0.24219,
- "_YLQLAEELIRPER_"
- ],
- [
- 39333,
- 2,
- 12,
- 4,
- 0.15668,
- "_LSEQNPAASYYNVDVLK_"
- ],
- [
- 51034,
- 2,
- 13,
- 4,
- 0.17091,
- "_TPSAFPQTPAAPPATLGEGSADTEDR_"
- ],
- [
- 25318,
- 3,
- 14,
- 5,
- 0.18517,
- "_HPSAVTACNLDLENLVTDSNR_"
- ],
- [
- 24952,
- 2,
- 11,
- 3,
- 0.14242,
- "_DIHLEMESLVNSR_"
- ],
- [
- 41370,
- 2,
- 11,
- 5,
- 0.14242,
- "_YLQQPGCLLVGTNMDNR_"
- ],
- [
- 16188,
- 2,
- 13,
- 2,
- 0.17091,
- "_GTITDAPGFDPLR_"
- ],
- [
- 35132,
- 2,
- 8,
- 4,
- 0.099669,
- "_FLCDEGAGISGDYIDR_"
- ],
- [
- 39569,
- 2,
- 14,
- 4,
- 0.18517,
- "_AYPYMEGEPEDDVYLK_"
- ],
- [
- 13393,
- 3,
- 11,
- 6,
- 0.14242,
- "_GVCLIDEFDKMNDQDR_"
- ],
- [
- 25624,
- 3,
- 12,
- 2,
- 0.15668,
- "_YLSFTPPEKDGFPSGTPALNAK_"
- ],
- [
- 36982,
- 2,
- 17,
- 6,
- 0.2279,
- "_SEVMFFADATSHLEEK_"
- ],
- [
- 21777,
- 2,
- 23,
- 5,
- 0.31343,
- "_ISMSEVDLNVAAPK_"
- ],
- [
- 3507,
- 2,
- 13,
- 4,
- 0.17091,
- "_LIPVLVNGMK_"
- ],
- [
- 11840,
- 3,
- 7,
- 3,
- 0.085427,
- "_HSQFIGYPITLFVEKK_"
- ],
- [
- 33451,
- 2,
- 12,
- 2,
- 0.15668,
- "_AAFGLSEAGFNTACVTK_"
- ],
- [
- 5713,
- 2,
- 17,
- 3,
- 0.2279,
- "_DGVGMVEYLR_"
- ],
- [
- 35548,
- 4,
- 17,
- 4,
- 0.2279,
- "_TVTLPHEAERPDGSEDAEDDDDDDALSDWNLR_"
- ],
- [
- 39006,
- 4,
- 18,
- 6,
- 0.24216,
- "_YGPQYGHPPPPPPPPEYGPHADSPVLM(Oxidation (M))VYGLDQSK_"
- ],
- [
- 24746,
- 2,
- 7,
- 3,
- 0.085427,
- "_ALGLFSNDIPHVVR_"
- ],
- [
- 25850,
- 3,
- 11,
- 7,
- 0.14242,
- "_SNASLTNNQNLIQSLKEDLNK_"
- ],
- [
- 45368,
- 2,
- 18,
- 3,
- 0.24216,
- "_TVAPVVTQAAPPTPTPPVPPAK_"
- ],
- [
- 9315,
- 2,
- 21,
- 4,
- 0.28497,
- "_DAGTIAGLNVMR_"
- ],
- [
- 8593,
- 3,
- 16,
- 5,
- 0.21366,
- "_QGILGAQPQLIFQPHR_"
- ],
- [
- 50612,
- 2,
- 11,
- 2,
- 0.14242,
- "_EIGGGEAGAVIGGSAGASPPSTLTPDSR_"
- ],
- [
- 23798,
- 2,
- 13,
- 4,
- 0.17091,
- "_GLGSTVQEIDLTGVK_"
- ],
- [
- 39869,
- 4,
- 15,
- 8,
- 0.19941,
- "_RVEIQMPKPAEAPTAPSPAQTLENSEPAPVSQLQSR_"
- ],
- [
- 19948,
- 3,
- 13,
- 4,
- 0.17091,
- "_LLSYASYCIEHGDLELAAK_"
- ],
- [
- 26362,
- 2,
- 10,
- 5,
- 0.12819,
- "_FTDELMEQGLTYK_"
- ],
- [
- 35305,
- 2,
- 10,
- 5,
- 0.12819,
- "_NGGLITLEELHQQVLK_"
- ],
- [
- 13445,
- 3,
- 10,
- 2,
- 0.12819,
- "_HSAQIHTPVAIIELELGK_"
- ],
- [
- 6450,
- 3,
- 13,
- 5,
- 0.17091,
- "_ESNEEEQVWHFLGK_"
- ],
- [
- 25501,
- 2,
- 14,
- 3,
- 0.18517,
- "_TADVTSLFGGEDTSR_"
- ],
- [
- 46876,
- 2,
- 10,
- 5,
- 0.12819,
- "_YAESLGQYAAASQSCNFALR_"
- ],
- [
- 31141,
- 2,
- 14,
- 4,
- 0.18517,
- "_QVVQTPNTVLSTPFR_"
- ],
- [
- 17731,
- 3,
- 10,
- 5,
- 0.12819,
- "_VLVYNNTSIVQDEILAHR_"
- ],
- [
- 20776,
- 3,
- 14,
- 5,
- 0.18517,
- "_RPEDYEAVFVGNIDDHFR_"
- ],
- [
- 40711,
- 2,
- 13,
- 7,
- 0.17091,
- "_GVCLIDEFDKMNDQDR_"
- ],
- [
- 10726,
- 2,
- 14,
- 5,
- 0.18517,
- "_YSLEPVAVELK_"
- ],
- [
- 6572,
- 3,
- 14,
- 2,
- 0.18517,
- "_TTIENIQLPHTLLSR_"
- ],
- [
- 35033,
- 3,
- 14,
- 6,
- 0.18517,
- "_EEPVPLETQVVEEEEDSGAPPLKR_"
- ],
- [
- 40182,
- 2,
- 15,
- 5,
- 0.19941,
- "_DAGEGLLAVQITDPEGKPK_"
- ],
- [
- 35825,
- 2,
- 9,
- 5,
- 0.11394,
- "_SMDGYESYGECVVALK_"
- ],
- [
- 20228,
- 2,
- 14,
- 4,
- 0.18517,
- "_SDTSGDYEITLLK_"
- ],
- [
- 34039,
- 2,
- 10,
- 3,
- 0.12819,
- "_ESLTSFYQEEIQER_"
- ],
- [
- 2313,
- 2,
- 9,
- 5,
- 0.11394,
- "_MSVLNMVVR_"
- ],
- [
- 40144,
- 2,
- 14,
- 4,
- 0.18517,
- "_LNEADHNGDLALDLALSR_"
- ],
- [
- 49166,
- 2,
- 10,
- 4,
- 0.12823,
- "_GLDPSTPAQVIAPSETPSSSSVVK_"
- ],
- [
- 36782,
- 2,
- 15,
- 3,
- 0.19945,
- "_TTTVNIGSISTADGSALVK_"
- ],
- [
- 39022,
- 2,
- 14,
- 5,
- 0.1852,
- "_STPAITLESPDIKYPLR_"
- ],
- [
- 45520,
- 2,
- 6,
- 2,
- 0.071218,
- "_SLDVNQDSELKFNEYWR_"
- ],
- [
- 23659,
- 2,
- 15,
- 5,
- 0.19945,
- "_EFTVNIMDTCER_"
- ],
- [
- 22492,
- 3,
- 10,
- 4,
- 0.12823,
- "_FSLSQESSYIATQYSLRPR_"
- ],
- [
- 44840,
- 3,
- 8,
- 4,
- 0.099712,
- "_VQSVETVEGCTHEVALPAEEDYLPLKPR_"
- ],
- [
- 23925,
- 2,
- 18,
- 3,
- 0.24219,
- "_EGSVMLQVDVDTVK_"
- ],
- [
- 14662,
- 2,
- 12,
- 5,
- 0.15671,
- "_CLVLTGFGGYDK_"
- ],
- [
- 4300,
- 2,
- 13,
- 4,
- 0.17097,
- "_YGLIGLNGIGK_"
- ],
- [
- 14644,
- 2,
- 13,
- 5,
- 0.17097,
- "_SNTLPISLQSIR_"
- ],
- [
- 9646,
- 3,
- 18,
- 4,
- 0.24219,
- "_RFDEILEASDGIM(Oxidation (M))VAR_"
- ],
- [
- 702,
- 3,
- 15,
- 6,
- 0.19945,
- "_VWDLFPEADKVR_"
- ],
- [
- 25133,
- 2,
- 19,
- 6,
- 0.25644,
- "_VLEQLTGQTPVFSK_"
- ],
- [
- 18966,
- 2,
- 11,
- 5,
- 0.14247,
- "_VVVVQAISALCQK_"
- ],
- [
- 6433,
- 2,
- 16,
- 3,
- 0.2137,
- "_YAFVNWINK_"
- ],
- [
- 13763,
- 3,
- 16,
- 4,
- 0.2137,
- "_SKHEEIDLVSLEEFYK_"
- ],
- [
- 15950,
- 4,
- 10,
- 5,
- 0.12823,
- "_SSLLGSGDWHQYYDIVYMKPHGR_"
- ],
- [
- 14752,
- 3,
- 10,
- 4,
- 0.12823,
- "_EGGVIVDYHGCDFFPER_"
- ],
- [
- 32960,
- 2,
- 16,
- 5,
- 0.2137,
- "_ESNEEEQVWHFLGK_"
- ],
- [
- 50284,
- 2,
- 14,
- 6,
- 0.1852,
- "_TYSMGGAYTAEQENEPTVGVIPR_"
- ],
- [
- 24619,
- 2,
- 11,
- 3,
- 0.14247,
- "_EGPSLGPPPVASALSR_"
- ],
- [
- 19236,
- 2,
- 17,
- 6,
- 0.22795,
- "_DLLLNTMSQEEK_"
- ],
- [
- 12084,
- 3,
- 13,
- 5,
- 0.17097,
- "_IMEVIDAITTTAQSHQR_"
- ],
- [
- 43769,
- 3,
- 11,
- 6,
- 0.14247,
- "_LQESPEDMPAGQTPHTVILFAHNDLVDK_"
- ],
- [
- 26419,
- 2,
- 17,
- 6,
- 0.22795,
- "_TLFLAVQVQNEEGK_"
- ],
- [
- 28183,
- 2,
- 9,
- 5,
- 0.11395,
- "_DLCQVQGVPLQTMK_"
- ],
- [
- 12055,
- 2,
- 13,
- 2,
- 0.17097,
- "_MAENLGFVGPLK_"
- ],
- [
- 26250,
- 3,
- 18,
- 5,
- 0.24219,
- "_NKPYISWPSSGGSEPSVTVPLR_"
- ],
- [
- 12749,
- 3,
- 17,
- 6,
- 0.22795,
- "_AGTQIENIEEDFRDGLK_"
- ],
- [
- 22009,
- 2,
- 17,
- 3,
- 0.22795,
- "_QDLMNIAGTTLSSK_"
- ],
- [
- 30644,
- 3,
- 13,
- 4,
- 0.17097,
- "_FAFSPLSEEEEEDEQKEPMLK_"
- ],
- [
- 45996,
- 2,
- 17,
- 5,
- 0.22795,
- "_MTANSVLEPGNSEVSLVCEK_"
- ],
- [
- 25341,
- 4,
- 12,
- 8,
- 0.15672,
- "_LQESPEDMPAGQTPHTVILFAHNDLVDK_"
- ],
- [
- 14292,
- 3,
- 11,
- 2,
- 0.14247,
- "_LGHELMLCAPDDQELLK_"
- ],
- [
- 48910,
- 3,
- 12,
- 6,
- 0.15672,
- "_EAKPGAAEPEVGVPSSLSPSSPSSSWTETDVEER_"
- ],
- [
- 32696,
- 2,
- 12,
- 4,
- 0.15672,
- "_PCFSALTPDETYVPK_"
- ],
- [
- 6496,
- 3,
- 12,
- 5,
- 0.15672,
- "_MATHTLITGLEEYVR_"
- ],
- [
- 34203,
- 2,
- 8,
- 4,
- 0.099706,
- "_TLCGTPNYIAPEVLSK_"
- ],
- [
- 14939,
- 2,
- 10,
- 3,
- 0.1282,
- "_ISEIEDAAFLAR_"
- ],
- [
- 46793,
- 2,
- 10,
- 3,
- 0.1282,
- "_ALALDEAVSQSTQITEFHDK_"
- ],
- [
- 21723,
- 2,
- 12,
- 3,
- 0.15672,
- "_(Acetyl (Protein N-term))AELGEADEAELQR_"
- ],
- [
- 34636,
- 2,
- 12,
- 2,
- 0.15672,
- "_QYISAVQMYENCLR_"
- ],
- [
- 42374,
- 2,
- 12,
- 4,
- 0.15672,
- "_ELQNTAVAEGQVVVLECR_"
- ],
- [
- 27851,
- 2,
- 12,
- 5,
- 0.15672,
- "_AAALEFLNRFEEAK_"
- ],
- [
- 17890,
- 2,
- 10,
- 4,
- 0.1282,
- "_LGIEGLSLHNVLK_"
- ],
- [
- 23677,
- 2,
- 13,
- 2,
- 0.17096,
- "_LQLSPWESSVVNR_"
- ],
- [
- 13101,
- 3,
- 9,
- 2,
- 0.11396,
- "_PFQLGNYCNFYVMHR_"
- ],
- [
- 31617,
- 3,
- 12,
- 3,
- 0.15672,
- "_LLISLSQGNRDESTNVDMSLAQR_"
- ],
- [
- 35402,
- 2,
- 9,
- 5,
- 0.11396,
- "_AEDIPQMDDAFSQTVK_"
- ],
- [
- 24647,
- 3,
- 13,
- 5,
- 0.17096,
- "_VAAHEAEEESDNIAEDFLEGK_"
- ],
- [
- 36802,
- 2,
- 14,
- 4,
- 0.18521,
- "_TMQFEPSTMVYDACR_"
- ],
- [
- 4765,
- 2,
- 17,
- 3,
- 0.22795,
- "_SEGVVAVLLTK_"
- ],
- [
- 31464,
- 2,
- 15,
- 3,
- 0.19945,
- "_AVENINNTLGPALLQK_"
- ],
- [
- 3479,
- 2,
- 16,
- 5,
- 0.2137,
- "_DYPFHEEF_"
- ],
- [
- 21800,
- 3,
- 15,
- 2,
- 0.19945,
- "_FAHIDGDHLTLLNVYHAFK_"
- ],
- [
- 17426,
- 4,
- 15,
- 8,
- 0.19945,
- "_KSLPEEDVAEIQHAEEFLIKPESK_"
- ],
- [
- 15258,
- 2,
- 24,
- 6,
- 0.32773,
- "_LGGSAVISLEGKPL_"
- ],
- [
- 28921,
- 2,
- 20,
- 7,
- 0.27069,
- "_GEMMDLQHGSLFLR_"
- ],
- [
- 34845,
- 3,
- 14,
- 5,
- 0.18521,
- "_DKNFQWANTGAAVFGTQSVGTQSAGK_"
- ],
- [
- 34682,
- 3,
- 14,
- 7,
- 0.18521,
- "_CSYVVTNGLGINVFKDPVADPNKR_"
- ],
- [
- 27524,
- 3,
- 17,
- 6,
- 0.22795,
- "_GDHLFALLSSETHQEDPITYK_"
- ],
- [
- 21000,
- 3,
- 14,
- 6,
- 0.18521,
- "_LHDVEHVLIDVGTGYYVEK_"
- ],
- [
- 30777,
- 2,
- 20,
- 6,
- 0.27069,
- "_CGNQAAIMELDDTLK_"
- ],
- [
- 25111,
- 3,
- 15,
- 5,
- 0.19945,
- "_QQVQVVGLQEHLVNSADDVIK_"
- ],
- [
- 39911,
- 4,
- 23,
- 8,
- 0.31351,
- "_GGNVGINSFGFGGSNVHIILRPNTQPPPAPAPHATLPR_"
- ],
- [
- 33132,
- 2,
- 17,
- 5,
- 0.22795,
- "_TTIENIQLPHTLLSR_"
- ],
- [
- 30512,
- 3,
- 15,
- 6,
- 0.19945,
- "_SFTPHQQAHIPNSIMTILEASGK_"
- ],
- [
- 38486,
- 2,
- 13,
- 5,
- 0.17096,
- "_FWDFELVKDENSTQK_"
- ],
- [
- 9573,
- 2,
- 14,
- 2,
- 0.18521,
- "_EFGPVVIDYGK_"
- ],
- [
- 34367,
- 3,
- 13,
- 6,
- 0.17095,
- "_AVEDINEHITDAQLEAMTELHDR_"
- ],
- [
- 26803,
- 3,
- 25,
- 6,
- 0.34197,
- "_ASKPLPPAPAPDEYLVSPITGEK_"
- ],
- [
- 47207,
- 2,
- 20,
- 5,
- 0.27067,
- "_VENGSLCDQEIDSICSIER_"
- ],
- [
- 42686,
- 2,
- 10,
- 4,
- 0.12819,
- "_AALQVEEESWNAYPYTR_"
- ],
- [
- 45238,
- 3,
- 16,
- 8,
- 0.21368,
- "_VSGPDPKPGSNCSPAQSVLSEVPSVPTNGMAK_"
- ],
- [
- 30007,
- 2,
- 7,
- 3,
- 0.085465,
- "_DSLYVDGDCTMDIR_"
- ],
- [
- 16168,
- 2,
- 11,
- 3,
- 0.14244,
- "_QDAFANFANFSK_"
- ],
- [
- 26735,
- 4,
- 13,
- 5,
- 0.17095,
- "_VQSVETVEGCTHEVALPAEEDYLPLKPR_"
- ],
- [
- 48295,
- 2,
- 12,
- 4,
- 0.15671,
- "_ESLANEQDLDVEELGSAGTSAR_"
- ],
- [
- 8390,
- 2,
- 23,
- 4,
- 0.31347,
- "_FELTGIPPAPR_"
- ],
- [
- 31320,
- 3,
- 11,
- 7,
- 0.14244,
- "_LAIHNPNLPTTLPVNSQNIQPVR_"
- ],
- [
- 22089,
- 3,
- 13,
- 2,
- 0.17095,
- "_ETEGGTVLTATTSELEAINKR_"
- ],
- [
- 30044,
- 3,
- 13,
- 5,
- 0.17095,
- "_FINLNEFTTYGSEESTKPASVR_"
- ],
- [
- 7019,
- 3,
- 16,
- 4,
- 0.21368,
- "_SVQLPDGGWGLHIEDK_"
- ],
- [
- 32850,
- 2,
- 12,
- 3,
- 0.15671,
- "_GMEPIEVPLEENSER_"
- ],
- [
- 42972,
- 2,
- 14,
- 5,
- 0.18519,
- "_TLWNQELYIQQDNSER_"
- ],
- [
- 46214,
- 2,
- 12,
- 4,
- 0.15671,
- "_GILEGAGAGAAGGSDAEVTAADWK_"
- ],
- [
- 5784,
- 3,
- 16,
- 6,
- 0.21368,
- "_TYGFHFTTPALVVEK_"
- ],
- [
- 17142,
- 3,
- 8,
- 2,
- 0.099698,
- "_QKFEIGTMEEAGICGLGVK_"
- ],
- [
- 17741,
- 2,
- 14,
- 2,
- 0.18519,
- "_(Acetyl (Protein N-term))TATLRPYLSAVR_"
- ],
- [
- 15764,
- 2,
- 14,
- 2,
- 0.18519,
- "_CSVLAAANSVFGR_"
- ],
- [
- 20725,
- 2,
- 14,
- 5,
- 0.18519,
- "_AVDIPHMDIEALK_"
- ],
- [
- 21286,
- 2,
- 14,
- 5,
- 0.18519,
- "_VNFPENGFLSPDK_"
- ],
- [
- 40008,
- 2,
- 19,
- 4,
- 0.25643,
- "_FFQGSQEFLASASASAER_"
- ],
- [
- 24057,
- 2,
- 15,
- 3,
- 0.19945,
- "_ELDMEPYTVAGVAK_"
- ],
- [
- 38484,
- 2,
- 13,
- 4,
- 0.17095,
- "_TAGCVTGGEEIYLLCDK_"
- ],
- [
- 10196,
- 2,
- 36,
- 5,
- 0.49871,
- "_ILITTVPPNLR_"
- ],
- [
- 15555,
- 3,
- 3,
- 2,
- 0.028481,
- "_SNM(Oxidation (M))DNMFESYINNLRR_"
- ],
- [
- 23804,
- 2,
- 15,
- 4,
- 0.19945,
- "_ELLPLIYHHLLR_"
- ],
- [
- 25732,
- 2,
- 12,
- 6,
- 0.15671,
- "_MYELSCYLPQEK_"
- ],
- [
- 42799,
- 2,
- 17,
- 6,
- 0.22793,
- "_MQMLEDEDDLAYAETEK_"
- ],
- [
- 48103,
- 2,
- 18,
- 7,
- 0.24218,
- "_(Acetyl (Protein N-term))AFAETYPAASSLPNGDCGRPR_"
- ],
- [
- 34715,
- 2,
- 14,
- 5,
- 0.18519,
- "_ALEFIPSDQQNEMVR_"
- ],
- [
- 2670,
- 2,
- 13,
- 4,
- 0.17095,
- "_LLDLELTSR_"
- ],
- [
- 21638,
- 3,
- 11,
- 5,
- 0.14244,
- "_EKVNVDIINFGEEEVNTEK_"
- ],
- [
- 37368,
- 2,
- 11,
- 2,
- 0.14244,
- "_DRDPEAQFEMPYVVR_"
- ],
- [
- 24015,
- 3,
- 13,
- 3,
- 0.17095,
- "_QITEEDLEGKTEEEIEMMK_"
- ],
- [
- 18446,
- 2,
- 21,
- 3,
- 0.28491,
- "_SDGALLLGASSLSGR_"
- ],
- [
- 50833,
- 2,
- 32,
- 8,
- 0.44172,
- "_(Acetyl (Protein N-term))SSEPPPPPQPPTHQASVGLLDTPR_"
- ],
- [
- 3556,
- 2,
- 19,
- 6,
- 0.25642,
- "_STFVLDEFK_"
- ],
- [
- 14740,
- 2,
- 18,
- 5,
- 0.24217,
- "_TVSQIISLQTLK_"
- ],
- [
- 44223,
- 2,
- 10,
- 5,
- 0.12818,
- "_LASLSSHVTELEEDLDTAR_"
- ],
- [
- 17376,
- 2,
- 12,
- 4,
- 0.15668,
- "_TLQEVLTMEYR_"
- ],
- [
- 22254,
- 3,
- 10,
- 3,
- 0.12818,
- "_GEVPVEGNLLEVACHCSSLR_"
- ],
- [
- 475,
- 3,
- 21,
- 7,
- 0.28491,
- "_AVDIPHMDIEALK_"
- ],
- [
- 23385,
- 2,
- 20,
- 4,
- 0.27067,
- "_QYIISEELISEGK_"
- ],
- [
- 48971,
- 3,
- 12,
- 4,
- 0.15668,
- "_VDVEESEASSSVSISHSASATGNVCIEEIDVDGK_"
- ],
- [
- 50965,
- 3,
- 12,
- 6,
- 0.15668,
- "_YVQPPEM(Oxidation (M))IGPMRPEQFSDEVEPATPEEGEPATQR_"
- ],
- [
- 299,
- 2,
- 10,
- 4,
- 0.12818,
- "_EWDFDLK_"
- ],
- [
- 4730,
- 2,
- 10,
- 3,
- 0.12818,
- "_YSDFEWLR_"
- ],
- [
- 33055,
- 2,
- 12,
- 5,
- 0.15668,
- "_MATHTLITGLEEYVR_"
- ],
- [
- 4342,
- 4,
- 18,
- 7,
- 0.24217,
- "_FAHIDGDHLTLLNVYHAFK_"
- ],
- [
- 21066,
- 3,
- 10,
- 4,
- 0.12818,
- "_IEAMDPATVEQQEHWFEK_"
- ],
- [
- 10449,
- 2,
- 15,
- 5,
- 0.19943,
- "_DAGQISGLNVLR_"
- ],
- [
- 39754,
- 2,
- 14,
- 5,
- 0.18519,
- "_MLGETCADCGTILLQDK_"
- ],
- [
- 29780,
- 3,
- 9,
- 5,
- 0.11394,
- "_GLVNLQSGAPKPEENPSLNIQFK_"
- ],
- [
- 30425,
- 2,
- 17,
- 5,
- 0.22792,
- "_GFVFITFKEEEPVK_"
- ],
- [
- 31210,
- 2,
- 16,
- 4,
- 0.21369,
- "_NNQGTVNWSVDDIVK_"
- ],
- [
- 1624,
- 3,
- 17,
- 3,
- 0.22792,
- "_ALGLFSNDIPHVVR_"
- ],
- [
- 20264,
- 2,
- 10,
- 3,
- 0.12818,
- "_EYATEVDVDFVR_"
- ],
- [
- 36911,
- 2,
- 9,
- 2,
- 0.11394,
- "_SFEAEINYNNPLGTGGR_"
- ],
- [
- 1946,
- 2,
- 15,
- 5,
- 0.19943,
- "_SVVTSIFGVK_"
- ],
- [
- 28977,
- 2,
- 11,
- 2,
- 0.14242,
- "_AGLLEPEVFHLNPAK_"
- ],
- [
- 5267,
- 2,
- 13,
- 5,
- 0.17092,
- "_MCSFLEWR_"
- ],
- [
- 47137,
- 2,
- 17,
- 5,
- 0.22793,
- "_ETEGGTVLTATTSELEAINKR_"
- ],
- [
- 37284,
- 2,
- 13,
- 3,
- 0.17092,
- "_HIPGAAFFDIDQCSDR_"
- ],
- [
- 19249,
- 2,
- 11,
- 4,
- 0.14242,
- "_YAPLHLVPLIER_"
- ],
- [
- 31003,
- 2,
- 12,
- 5,
- 0.15667,
- "_DLDPNNVIIEQEER_"
- ],
- [
- 48209,
- 3,
- 13,
- 7,
- 0.17092,
- "_ITQNPVINGNVALSDGHNTAEEDMEDDTSWR_"
- ],
- [
- 13108,
- 2,
- 8,
- 4,
- 0.099704,
- "_TSFQMAGEWLK_"
- ],
- [
- 19711,
- 2,
- 17,
- 5,
- 0.22793,
- "_QIWQNLGLDDTK_"
- ],
- [
- 8677,
- 2,
- 13,
- 5,
- 0.17092,
- "_PYLLISTQIR_"
- ],
- [
- 9940,
- 3,
- 17,
- 5,
- 0.22793,
- "_FEEHVQSVDIAAFNKI_"
- ],
- [
- 23582,
- 2,
- 10,
- 2,
- 0.12818,
- "_TTWGVLDPPVGNTR_"
- ],
- [
- 11461,
- 3,
- 16,
- 6,
- 0.21367,
- "_EQQHVMEELFQSSFR_"
- ],
- [
- 36983,
- 2,
- 13,
- 3,
- 0.17092,
- "_VVYFGDSMHSDIFPAR_"
- ],
- [
- 49530,
- 2,
- 16,
- 6,
- 0.21367,
- "_NFAPGETPAAIANSSGQPYQPLR_"
- ],
- [
- 48943,
- 2,
- 21,
- 7,
- 0.28491,
- "_NGLLTEHNICEINGQNVIGLK_"
- ],
- [
- 47453,
- 2,
- 16,
- 4,
- 0.21367,
- "_GHPLGATGLAQCAELCWQLR_"
- ],
- [
- 39510,
- 2,
- 13,
- 4,
- 0.17092,
- "_MPGNPYSSNEPGIGPLMR_"
- ],
- [
- 10277,
- 4,
- 10,
- 5,
- 0.12818,
- "_NCGHIPFFFPTQGHDYVLAEK_"
- ],
- [
- 22731,
- 3,
- 14,
- 6,
- 0.18519,
- "_CKPISMVGAEQLLLDTHSLK_"
- ],
- [
- 10112,
- 3,
- 12,
- 5,
- 0.15667,
- "_DRDPEAQFEMPYVVR_"
- ],
- [
- 1071,
- 2,
- 12,
- 5,
- 0.15667,
- "_FLIQNVLR_"
- ],
- [
- 32757,
- 2,
- 12,
- 5,
- 0.15667,
- "_SALFLLEHQADINVR_"
- ],
- [
- 47794,
- 2,
- 18,
- 4,
- 0.24216,
- "_APYTCGGDSDQYVLMSSPVGR_"
- ],
- [
- 14386,
- 2,
- 11,
- 3,
- 0.14242,
- "_DSVASTITGVMDK_"
- ],
- [
- 32295,
- 2,
- 14,
- 4,
- 0.18519,
- "_KLFAPQQILQCSPAN_"
- ],
- [
- 20932,
- 3,
- 15,
- 2,
- 0.19943,
- "_CLAIHPDMVTIATGQVAGTTK_"
- ],
- [
- 4631,
- 3,
- 14,
- 5,
- 0.18519,
- "_LLVLEAFQVSHPCR_"
- ],
- [
- 25527,
- 3,
- 12,
- 2,
- 0.15667,
- "_PSYVLSGSAMNVVFSEDEM(Oxidation (M))KK_"
- ],
- [
- 37513,
- 3,
- 15,
- 6,
- 0.19943,
- "_DEQGACAVLAVHLNTLLGERPVQHR_"
- ],
- [
- 15464,
- 3,
- 14,
- 4,
- 0.18519,
- "_TLADIICEYPDIHQSSR_"
- ],
- [
- 33622,
- 3,
- 10,
- 6,
- 0.12818,
- "_ATGSPVSIFVYDVKPGAEEQTQVAK_"
- ],
- [
- 19461,
- 2,
- 14,
- 5,
- 0.18519,
- "_GVEGLIDIENPNR_"
- ],
- [
- 27440,
- 2,
- 12,
- 2,
- 0.15667,
- "_NSWGEEWGMGGYVK_"
- ],
- [
- 3625,
- 2,
- 12,
- 3,
- 0.15667,
- "_SFLDDFESK_"
- ],
- [
- 1352,
- 2,
- 12,
- 3,
- 0.15667,
- "_TQLVWLVR_"
- ],
- [
- 37221,
- 2,
- 20,
- 5,
- 0.27066,
- "_FEEHVQSVDIAAFNKI_"
- ],
- [
- 30746,
- 2,
- 14,
- 6,
- 0.18519,
- "_HFTVMNYDPDVVLK_"
- ],
- [
- 17216,
- 3,
- 22,
- 6,
- 0.29915,
- "_ERPDLPPIQYEPVLCSR_"
- ],
- [
- 20633,
- 2,
- 14,
- 5,
- 0.18519,
- "_HLVSPEALDLLDK_"
- ],
- [
- 21639,
- 3,
- 12,
- 4,
- 0.15666,
- "_LPTEWNVLGTDQSLHDAGPR_"
- ],
- [
- 30068,
- 2,
- 12,
- 5,
- 0.15666,
- "_NMEVLYDSLQLAHK_"
- ],
- [
- 16925,
- 3,
- 14,
- 6,
- 0.18516,
- "_EFHAPLIIDENGVHELVK_"
- ],
- [
- 12356,
- 3,
- 12,
- 5,
- 0.15666,
- "_NLAYDTLPVLIHGNGPTK_"
- ],
- [
- 38785,
- 2,
- 13,
- 6,
- 0.17092,
- "_LLPHMHNIVEYMLQR_"
- ],
- [
- 9753,
- 2,
- 13,
- 3,
- 0.17092,
- "_TLQLWLDNPK_"
- ],
- [
- 5463,
- 2,
- 13,
- 2,
- 0.17092,
- "_VALDLDPYVK_"
- ],
- [
- 33430,
- 3,
- 12,
- 7,
- 0.15666,
- "_SEQAVAQLEEEKQHLLFMSQIR_"
- ],
- [
- 9918,
- 2,
- 13,
- 4,
- 0.17092,
- "_FFIGQFSDDR_"
- ],
- [
- 45085,
- 2,
- 8,
- 5,
- 0.099714,
- "_CFVEVNEEGTEAAAATAVVR_"
- ],
- [
- 11201,
- 2,
- 11,
- 3,
- 0.14242,
- "_NVIFQPVAELK_"
- ],
- [
- 43261,
- 2,
- 12,
- 4,
- 0.15666,
- "_VCEAGGLFVNSPEEPSLSR_"
- ],
- [
- 36749,
- 2,
- 7,
- 4,
- 0.085489,
- "_DGVYFLYEALHGPPKK_"
- ],
- [
- 50382,
- 2,
- 11,
- 4,
- 0.14242,
- "_VLVTQQFPCQNPLPVNSGQAQR_"
- ],
- [
- 9732,
- 3,
- 7,
- 3,
- 0.085489,
- "_GDHPIMMGFEPLVNQR_"
- ],
- [
- 12977,
- 2,
- 19,
- 4,
- 0.2564,
- "_IAEESNFPFIK_"
- ],
- [
- 34265,
- 2,
- 15,
- 6,
- 0.19943,
- "_DGEEEIVYAVDFNHK_"
- ],
- [
- 11625,
- 2,
- 19,
- 5,
- 0.2564,
- "_SQLDIIIHSLK_"
- ],
- [
- 18162,
- 2,
- 19,
- 4,
- 0.2564,
- "_SQMDGLIPGVEPR_"
- ],
- [
- 4743,
- 4,
- 4,
- 2,
- 0.042724,
- "_HPWIVHWDQLPQYQLNR_"
- ],
- [
- 29189,
- 2,
- 14,
- 5,
- 0.18516,
- "_ASGEMASAQYITAALR_"
- ],
- [
- 50587,
- 3,
- 14,
- 7,
- 0.18516,
- "_VDVDEYDENKFVDEEDGGDGQAGPDEGEVDSCLR_"
- ],
- [
- 36261,
- 2,
- 14,
- 4,
- 0.18516,
- "_NDSLAGVVIADNEYPSR_"
- ],
- [
- 6257,
- 4,
- 17,
- 3,
- 0.22791,
- "_VTYRPLDPDNYDKDLSFIK_"
- ],
- [
- 44152,
- 2,
- 19,
- 6,
- 0.2564,
- "_AETECQNTEYQQLLDIK_"
- ],
- [
- 12715,
- 4,
- 11,
- 4,
- 0.14242,
- "_WPPEDEISKPEVPEDVDLDLKK_"
- ],
- [
- 13388,
- 3,
- 11,
- 4,
- 0.14242,
- "_LGLEALAANHQQLFTDGR_"
- ],
- [
- 9411,
- 4,
- 11,
- 6,
- 0.14242,
- "_VELHVHLDGSIKPETILYYGR_"
- ],
- [
- 34387,
- 2,
- 16,
- 5,
- 0.21367,
- "_CTLSANLVASGELMSSK_"
- ],
- [
- 44598,
- 2,
- 18,
- 5,
- 0.24215,
- "_NSVTGGTAAFEPSVDYCVVK_"
- ],
- [
- 17839,
- 3,
- 7,
- 3,
- 0.08544,
- "_NTLTNIAMRPGLEGYALPR_"
- ],
- [
- 34878,
- 3,
- 21,
- 7,
- 0.28489,
- "_HSSVYPTQEELEAVQNMVSHTER_"
- ],
- [
- 35191,
- 2,
- 11,
- 5,
- 0.14242,
- "_CIKDEETGLCLLPLK_"
- ],
- [
- 11650,
- 2,
- 13,
- 4,
- 0.1709,
- "_MTDVFEGSIIR_"
- ],
- [
- 22340,
- 4,
- 12,
- 6,
- 0.15666,
- "_SNDLFPVHHLDNNEFCPGDFVVDKR_"
- ],
- [
- 18445,
- 3,
- 11,
- 8,
- 0.14242,
- "_NLNYLHLDYNFNLKPVK_"
- ],
- [
- 5050,
- 3,
- 10,
- 3,
- 0.12818,
- "_CATPVIIDEILPSKK_"
- ],
- [
- 22238,
- 3,
- 13,
- 6,
- 0.1709,
- "_AALRPTDVVLEVGPGTGNMTVK_"
- ],
- [
- 14244,
- 2,
- 11,
- 3,
- 0.14242,
- "_EDIQSVMTEIR_"
- ],
- [
- 26815,
- 4,
- 21,
- 7,
- 0.28489,
- "_EMEPLGWIHTQPNESPQLSPQDVTTHAK_"
- ],
- [
- 20321,
- 3,
- 10,
- 6,
- 0.12818,
- "_DSELASQNKPLWQCYLGR_"
- ],
- [
- 1982,
- 3,
- 11,
- 6,
- 0.14242,
- "_VEPVGNAPLLALVHK_"
- ],
- [
- 6865,
- 3,
- 17,
- 5,
- 0.22791,
- "_FKLEESYDMESVLR_"
- ],
- [
- 42323,
- 3,
- 12,
- 6,
- 0.15666,
- "_MLMFECHPQVCPAGEFCQNQCFTK_"
- ],
- [
- 25590,
- 3,
- 12,
- 6,
- 0.15666,
- "_LWGTQDVSQDIQEMKDESAR_"
- ],
- [
- 5925,
- 2,
- 11,
- 2,
- 0.14242,
- "_SYWLDNFAK_"
- ],
- [
- 18048,
- 3,
- 12,
- 2,
- 0.15666,
- "_GRPGSGTSGVDSLSNFIESVK_"
- ],
- [
- 26249,
- 3,
- 15,
- 7,
- 0.19939,
- "_LGEVALLQGNHQIVEMCYQR_"
- ],
- [
- 6358,
- 2,
- 15,
- 3,
- 0.19939,
- "_EVTFVPGLYK_"
- ],
- [
- 35542,
- 3,
- 14,
- 5,
- 0.18515,
- "_EKVWAHYEEQPVEEVMPVLEEK_"
- ],
- [
- 21223,
- 2,
- 15,
- 5,
- 0.19939,
- "_MLDEYFEEQMK_"
- ],
- [
- 34839,
- 2,
- 14,
- 5,
- 0.18515,
- "_ALSSGGSITSPPLSPALPK_"
- ],
- [
- 21794,
- 3,
- 13,
- 7,
- 0.1709,
- "_EAGSQKDENLALYVENQFR_"
- ],
- [
- 25229,
- 3,
- 14,
- 6,
- 0.18515,
- "_ALKDENLPPVICQDVENLQK_"
- ],
- [
- 44004,
- 2,
- 9,
- 4,
- 0.11395,
- "_DILSNGQQVLVCSQEGSSR_"
- ],
- [
- 43047,
- 2,
- 15,
- 2,
- 0.19939,
- "_YPNIELSYEVVDKDSIR_"
- ],
- [
- 34313,
- 2,
- 9,
- 2,
- 0.11395,
- "_HGSILACAEVAYALYK_"
- ],
- [
- 35490,
- 2,
- 13,
- 4,
- 0.1709,
- "_HQFAWPFQQPVDAVK_"
- ],
- [
- 7537,
- 3,
- 14,
- 4,
- 0.18515,
- "_DLLSCNHTVLDPDLR_"
- ],
- [
- 38969,
- 2,
- 16,
- 6,
- 0.21367,
- "_DSSTSPGDYVLSVSENSR_"
- ],
- [
- 6086,
- 2,
- 16,
- 4,
- 0.21367,
- "_DLAEITTLDR_"
- ],
- [
- 24851,
- 3,
- 14,
- 5,
- 0.18515,
- "_ADLLLSTQPGREEGSPLELER_"
- ],
- [
- 33102,
- 2,
- 14,
- 5,
- 0.18515,
- "_SYEEDMEIAEGCFR_"
- ],
- [
- 13920,
- 4,
- 16,
- 7,
- 0.21367,
- "_HLMELNALDKQEELTPLGVHLAR_"
- ],
- [
- 4476,
- 2,
- 14,
- 2,
- 0.18515,
- "_LYSILGTTLK_"
- ],
- [
- 38803,
- 2,
- 16,
- 5,
- 0.21367,
- "_EQQHVMEELFQSSFR_"
- ],
- [
- 19628,
- 3,
- 16,
- 6,
- 0.21367,
- "_SLDVNQDSELKFNEYWR_"
- ],
- [
- 6577,
- 2,
- 12,
- 5,
- 0.15666,
- "_FSPAGPILSIR_"
- ],
- [
- 14421,
- 3,
- 14,
- 2,
- 0.18512,
- "_KEGPTLSVPMVQGECLLK_"
- ],
- [
- 3881,
- 2,
- 14,
- 3,
- 0.18512,
- "_LIDFLECGK_"
- ],
- [
- 42741,
- 3,
- 14,
- 3,
- 0.18512,
- "_WGEPPVAVPAPQQADGNPDVPPPRPLQGR_"
- ],
- [
- 27144,
- 2,
- 12,
- 4,
- 0.15664,
- "_EGSGNPTPLINPLAGR_"
- ],
- [
- 18930,
- 4,
- 12,
- 5,
- 0.15664,
- "_GKPNWEHLNEDLHVLITVEDAQNR_"
- ],
- [
- 20664,
- 2,
- 14,
- 4,
- 0.18512,
- "_AAFTAFEEAQLPR_"
- ],
- [
- 34075,
- 3,
- 12,
- 6,
- 0.15664,
- "_DEIFQVHWSPHNETILASSGTDR_"
- ],
- [
- 39713,
- 2,
- 14,
- 4,
- 0.18512,
- "_NLAYDTLPVLIHGNGPTK_"
- ],
- [
- 40556,
- 2,
- 19,
- 6,
- 0.25637,
- "_GNDISSGTVLSDYVGSGPPK_"
- ],
- [
- 8655,
- 3,
- 10,
- 4,
- 0.12817,
- "_VYADGIFDLFHSGHAR_"
- ],
- [
- 39611,
- 2,
- 19,
- 4,
- 0.25637,
- "_GLLSDSM(Oxidation (M))TDVPVDTGVAAR_"
- ],
- [
- 46968,
- 2,
- 15,
- 6,
- 0.19937,
- "_EAGSQKDENLALYVENQFR_"
- ],
- [
- 2217,
- 2,
- 20,
- 4,
- 0.27063,
- "_GFGFVSFER_"
- ],
- [
- 5645,
- 3,
- 18,
- 5,
- 0.24213,
- "_KDCEVVMMIGLPGAGK_"
- ],
- [
- 30181,
- 2,
- 10,
- 3,
- 0.12817,
- "_IGTLGSATTELLSGSTR_"
- ],
- [
- 16218,
- 3,
- 16,
- 6,
- 0.21361,
- "_YPNIELSYEVVDKDSIR_"
- ],
- [
- 31674,
- 2,
- 6,
- 4,
- 0.071177,
- "_FSEYLLECPSAEVR_"
- ],
- [
- 14324,
- 4,
- 9,
- 6,
- 0.11394,
- "_HDDVYFDHFHPCAALTTDIIEK_"
- ],
- [
- 37524,
- 2,
- 9,
- 4,
- 0.11394,
- "_VTDNISSCMENFNLGR_"
- ],
- [
- 27604,
- 3,
- 18,
- 4,
- 0.24213,
- "_ILQEYVEHQVDDAMMANAAQK_"
- ],
- [
- 8444,
- 3,
- 17,
- 4,
- 0.22788,
- "_HQFAWPFQQPVDAVK_"
- ],
- [
- 34755,
- 2,
- 9,
- 2,
- 0.11394,
- "_MLHFLTAVVGSTCDVK_"
- ],
- [
- 14263,
- 2,
- 22,
- 3,
- 0.29911,
- "_GLELERSELFK_"
- ],
- [
- 47082,
- 2,
- 18,
- 6,
- 0.24213,
- "_TYEPGEQIVFSCQPGYVSR_"
- ],
- [
- 14550,
- 2,
- 9,
- 4,
- 0.11394,
- "_ELLLTGPGLEER_"
- ],
- [
- 27265,
- 4,
- 15,
- 7,
- 0.19937,
- "_KPNIINFDTSLPTSHTYLGADMEEFHGR_"
- ],
- [
- 31880,
- 2,
- 18,
- 7,
- 0.24213,
- "_KDCEVVMMIGLPGAGK_"
- ],
- [
- 46788,
- 2,
- 15,
- 4,
- 0.19937,
- "_EM(Oxidation (M))EENFAVEAANYQDTIGR_"
- ],
- [
- 47730,
- 2,
- 11,
- 6,
- 0.1424,
- "_CAALVATAEENLCCEELSSK_"
- ],
- [
- 31369,
- 2,
- 20,
- 3,
- 0.27063,
- "_LTITSNPEMTFPGER_"
- ],
- [
- 14351,
- 2,
- 11,
- 5,
- 0.1424,
- "_NITVIFHPLLR_"
- ],
- [
- 38546,
- 3,
- 11,
- 4,
- 0.1424,
- "_GSNTCELIFEDCKIPAANILGHENK_"
- ],
- [
- 23058,
- 2,
- 14,
- 5,
- 0.18512,
- "_SLEDLQDEYDFK_"
- ],
- [
- 13547,
- 2,
- 15,
- 2,
- 0.19937,
- "_CLAPMMSEVIR_"
- ],
- [
- 24807,
- 3,
- 8,
- 4,
- 0.099657,
- "_DSETSFVPTNMAVNYVQHNR_"
- ],
- [
- 37701,
- 2,
- 11,
- 4,
- 0.1424,
- "_VYDDAHNMLNTLISQK_"
- ],
- [
- 4875,
- 2,
- 15,
- 5,
- 0.19937,
- "_VVYIFGPPVK_"
- ],
- [
- 16943,
- 3,
- 11,
- 5,
- 0.1424,
- "_SKHEEEEWTDDDLVESL_"
- ],
- [
- 23821,
- 2,
- 11,
- 4,
- 0.1424,
- "_LTESLDFTDYASR_"
- ],
- [
- 29022,
- 2,
- 15,
- 4,
- 0.19937,
- "_VFVHYTGWLLDGTK_"
- ],
- [
- 40046,
- 2,
- 10,
- 5,
- 0.12817,
- "_NELLQAQNPSELYLSSK_"
- ],
- [
- 38148,
- 2,
- 20,
- 6,
- 0.27063,
- "_DWEDDSDEDMSNFDR_"
- ],
- [
- 16574,
- 3,
- 4,
- 2,
- 0.042687,
- "_LKLEAELGNM(Oxidation (M))QGLVEDFK_"
- ],
- [
- 15807,
- 2,
- 9,
- 3,
- 0.11389,
- "_TEEGLGFNIMGGK_"
- ],
- [
- 276,
- 3,
- 9,
- 3,
- 0.11389,
- "_TCLHAILNILEK_"
- ],
- [
- 32299,
- 2,
- 13,
- 3,
- 0.17088,
- "_FSDSEIGGITIAHVIR_"
- ],
- [
- 40768,
- 2,
- 10,
- 5,
- 0.12818,
- "_AHVLAASVEQATENFLEK_"
- ],
- [
- 40640,
- 2,
- 13,
- 5,
- 0.17088,
- "_ALQAAIQQLAEAQPEATAK_"
- ],
- [
- 22873,
- 4,
- 13,
- 3,
- 0.17088,
- "_RPIIQFVESGDDKNSNYFSMDSMEGK_"
- ],
- [
- 8196,
- 3,
- 13,
- 4,
- 0.17088,
- "_CIKDEETGLCLLPLK_"
- ],
- [
- 17937,
- 3,
- 11,
- 2,
- 0.1424,
- "_LATYGITVAELTGDHQLCK_"
- ],
- [
- 34919,
- 2,
- 11,
- 5,
- 0.1424,
- "_DPYTGQSVSLFQALKK_"
- ],
- [
- 15094,
- 2,
- 11,
- 4,
- 0.1424,
- "_GAAGALMVYDITR_"
- ],
- [
- 51590,
- 2,
- 13,
- 5,
- 0.17088,
- "_DDDGGEDDDANCNLICGDEYGPETR_"
- ],
- [
- 5938,
- 3,
- 11,
- 2,
- 0.1424,
- "_FSDSEIGGITIAHVIR_"
- ],
- [
- 26025,
- 3,
- 12,
- 5,
- 0.15663,
- "_IEESAIDEVVVTNTIPHEVQK_"
- ],
- [
- 34036,
- 2,
- 12,
- 4,
- 0.15663,
- "_YWQQVIDMNDYQR_"
- ],
- [
- 15951,
- 4,
- 12,
- 6,
- 0.15663,
- "_ITKFENAFLSHVVSQHQALLGTIR_"
- ],
- [
- 33493,
- 2,
- 7,
- 2,
- 0.085411,
- "_YWSDIPTDQYESLK_"
- ],
- [
- 6801,
- 2,
- 10,
- 3,
- 0.12818,
- "_TLFLSIPESR_"
- ],
- [
- 25121,
- 2,
- 15,
- 4,
- 0.19935,
- "_DLECVTNLQEVAR_"
- ],
- [
- 47971,
- 3,
- 14,
- 6,
- 0.18511,
- "_GSGTGAAGASDTTIKPNPENTGPTLEWDNYDLR_"
- ],
- [
- 29691,
- 2,
- 20,
- 5,
- 0.2706,
- "_SQEQLAAELAEYTAK_"
- ],
- [
- 18866,
- 2,
- 16,
- 4,
- 0.2136,
- "_DGVLTLANNVTPAK_"
- ],
- [
- 50728,
- 2,
- 16,
- 6,
- 0.2136,
- "_GALCDTNPLNGQYICTCPQGYK_"
- ],
- [
- 27615,
- 2,
- 16,
- 5,
- 0.2136,
- "_CLMDQATDPNILGR_"
- ],
- [
- 33820,
- 2,
- 16,
- 6,
- 0.2136,
- "_LEILQQQLQVANEAR_"
- ],
- [
- 22428,
- 2,
- 14,
- 5,
- 0.2136,
- "_AQDVLVQEMEVVK_"
- ],
- [
- 15660,
- 4,
- 15,
- 5,
- 0.19935,
- "_EKVWAHYEEQPVEEVMPVLEEK_"
- ],
- [
- 11328,
- 2,
- 21,
- 6,
- 0.28486,
- "_AAMEALVVEVTK_"
- ],
- [
- 2492,
- 2,
- 15,
- 4,
- 0.19935,
- "_ALLAEGVILR_"
- ],
- [
- 25835,
- 2,
- 15,
- 4,
- 0.19935,
- "_LQSGILVCTDVMAR_"
- ],
- [
- 40210,
- 2,
- 14,
- 6,
- 0.18511,
- "_FSQELLSNGELNHLPLK_"
- ],
- [
- 36700,
- 2,
- 22,
- 4,
- 0.29909,
- "_DDGVFVQEVTQNSPAAR_"
- ],
- [
- 41994,
- 2,
- 21,
- 8,
- 0.28486,
- "_TDMDNQIVVSDYAQMDR_"
- ],
- [
- 29932,
- 2,
- 14,
- 3,
- 0.18511,
- "_VYLDNLPSASMYER_"
- ],
- [
- 34198,
- 2,
- 14,
- 5,
- 0.18511,
- "_ISMAAYVSGELEHVTR_"
- ],
- [
- 46111,
- 2,
- 13,
- 7,
- 0.17088,
- "_MQNWCPSWSEDETLCAR_"
- ],
- [
- 28434,
- 2,
- 17,
- 4,
- 0.22785,
- "_SSVVGGFVSHYLLEK_"
- ],
- [
- 42034,
- 2,
- 13,
- 8,
- 0.17088,
- "_LQQGYNAMGFSQGGQFLR_"
- ],
- [
- 44043,
- 2,
- 16,
- 4,
- 0.21359,
- "_DYEEVGADSADGEDEGEEY_"
- ],
- [
- 3044,
- 2,
- 13,
- 4,
- 0.17088,
- "_TSFLDDAFR_"
- ],
- [
- 3065,
- 2,
- 9,
- 2,
- 0.11389,
- "_IILEPMDLK_"
- ],
- [
- 35019,
- 2,
- 16,
- 4,
- 0.21359,
- "_SPQVPAAQQMLNFPEK_"
- ],
- [
- 39744,
- 4,
- 13,
- 8,
- 0.17088,
- "_DTNGSQFFITTKPTPHLDGHHVVFGQVISGQEVVR_"
- ],
- [
- 32866,
- 3,
- 13,
- 4,
- 0.17088,
- "_SIVEGIIEEEEEDEEGSESISKR_"
- ],
- [
- 16773,
- 2,
- 22,
- 6,
- 0.2991,
- "_TIIPLISQCTPK_"
- ],
- [
- 10890,
- 4,
- 17,
- 7,
- 0.22785,
- "_LKDDQTLDFYGIQPGSTVHVLR_"
- ],
- [
- 49909,
- 2,
- 12,
- 5,
- 0.15664,
- "_GTVVYGEPITASLGTDGSHYWSK_"
- ],
- [
- 11446,
- 3,
- 17,
- 5,
- 0.22785,
- "_LLPHMHNIVEYMLQR_"
- ],
- [
- 17851,
- 4,
- 17,
- 6,
- 0.22785,
- "_DEQGACAVLAVHLNTLLGERPVQHR_"
- ],
- [
- 35258,
- 2,
- 15,
- 5,
- 0.19935,
- "_NTVCVNVELTAEQWK_"
- ],
- [
- 10595,
- 3,
- 12,
- 5,
- 0.15664,
- "_DTLLSVEIVHELKGEGK_"
- ],
- [
- 7031,
- 3,
- 12,
- 3,
- 0.15664,
- "_QLISSLADVHIEVGNR_"
- ],
- [
- 24726,
- 2,
- 13,
- 2,
- 0.17088,
- "_DLNQLFQQDSSSR_"
- ],
- [
- 16596,
- 2,
- 7,
- 2,
- 0.085411,
- "_MWVFEETVNGR_"
- ],
- [
- 47173,
- 2,
- 12,
- 6,
- 0.15664,
- "_EETVVENATPDYAAGLVSTQK_"
- ],
- [
- 41195,
- 2,
- 13,
- 3,
- 0.17088,
- "_TFLETSTDTAVTNEWEK_"
- ],
- [
- 30327,
- 3,
- 10,
- 3,
- 0.12813,
- "_EAIHALSSSEDGGHIFCTLESLK_"
- ],
- [
- 48564,
- 2,
- 16,
- 10,
- 0.21359,
- "_DSETSFVPTNMAVNYVQHNR_"
- ],
- [
- 32792,
- 3,
- 10,
- 3,
- 0.12813,
- "_DYCGWTPLHEACNYGHLEIVR_"
- ],
- [
- 13248,
- 2,
- 17,
- 4,
- 0.22785,
- "_GVVQELQQAISK_"
- ],
- [
- 32642,
- 2,
- 10,
- 5,
- 0.12813,
- "_EVWSEGLGYADVENR_"
- ],
- [
- 13484,
- 3,
- 11,
- 3,
- 0.14242,
- "_AHVLAASVEQATENFLEK_"
- ],
- [
- 39874,
- 2,
- 15,
- 6,
- 0.19935,
- "_EQVTNVGGAVVTGVTAVAQK_"
- ],
- [
- 39848,
- 2,
- 8,
- 3,
- 0.099654,
- "_ESGPCTGGEELYLLCDK_"
- ],
- [
- 48012,
- 2,
- 11,
- 5,
- 0.14242,
- "_NPYYGGESASITPLEDLYKR_"
- ],
- [
- 19429,
- 2,
- 11,
- 4,
- 0.14242,
- "_TCLHAILNILEK_"
- ],
- [
- 51743,
- 2,
- 8,
- 3,
- 0.099654,
- "_FSDCWNTEGSYDCVCSPGYEPVSGAK_"
- ],
- [
- 9237,
- 3,
- 15,
- 4,
- 0.19935,
- "_KEENLADWYSQVITK_"
- ],
- [
- 497,
- 2,
- 14,
- 4,
- 0.18512,
- "_LLLLAGVDR_"
- ],
- [
- 44337,
- 2,
- 12,
- 4,
- 0.15664,
- "_LATYGITVAELTGDHQLCK_"
- ],
- [
- 28287,
- 2,
- 12,
- 3,
- 0.15664,
- "_AQLSGLQLQPCLYK_"
- ],
- [
- 20840,
- 3,
- 15,
- 4,
- 0.19935,
- "_WVTYFNKPDIDAWELRK_"
- ],
- [
- 1213,
- 2,
- 11,
- 3,
- 0.14242,
- "_AENFFILR_"
- ],
- [
- 12903,
- 3,
- 15,
- 7,
- 0.19935,
- "_FSQELLSNGELNHLPLK_"
- ],
- [
- 32587,
- 2,
- 12,
- 5,
- 0.15664,
- "_WEVLIGSTHILTPQK_"
- ],
- [
- 35928,
- 2,
- 18,
- 7,
- 0.24209,
- "_DLDIIDNYDYSHTVK_"
- ],
- [
- 32478,
- 4,
- 12,
- 7,
- 0.15664,
- "_EMIDPDKFCSLCHATFNDPVMAQQHYVGK_"
- ],
- [
- 41318,
- 2,
- 7,
- 3,
- 0.085411,
- "_VVIYDPDWNPSTDTQAR_"
- ],
- [
- 26137,
- 4,
- 14,
- 6,
- 0.18512,
- "_FHIYNGTRPCESVSSSVQLPEDELFAR_"
- ],
- [
- 19931,
- 3,
- 10,
- 5,
- 0.12813,
- "_EIFDDDLEDDALDADEKGK_"
- ],
- [
- 20318,
- 2,
- 9,
- 4,
- 0.11389,
- "_DPNNLLNDWSQK_"
- ],
- [
- 26356,
- 2,
- 11,
- 4,
- 0.14242,
- "_VEVDTFMEAYDQK_"
- ],
- [
- 39530,
- 3,
- 12,
- 5,
- 0.15666,
- "_ITHISGTLEDEDEDEDNDDIVMLEK_"
- ],
- [
- 34614,
- 2,
- 6,
- 2,
- 0.071174,
- "_EIMSQHNIYVDALLK_"
- ],
- [
- 31101,
- 2,
- 11,
- 4,
- 0.14238,
- "_HNIAYFPQIVSVAAR_"
- ],
- [
- 28011,
- 4,
- 18,
- 6,
- 0.24209,
- "_HSLPDLPYDYGALEPHINAQIMQLHHSK_"
- ],
- [
- 3208,
- 2,
- 12,
- 2,
- 0.15666,
- "_AEIDMLDIR_"
- ],
- [
- 32457,
- 2,
- 19,
- 6,
- 0.25633,
- "_IIDVVYNASNNELVR_"
- ],
- [
- 31599,
- 2,
- 19,
- 5,
- 0.25633,
- "_AGMQPGLTMVVGPPGTGK_"
- ],
- [
- 34192,
- 2,
- 12,
- 2,
- 0.15666,
- "_AIDENNEPTACFLIR_"
- ],
- [
- 47482,
- 2,
- 18,
- 7,
- 0.24209,
- "_TATEEWGTEDWNEDLSETK_"
- ],
- [
- 20329,
- 3,
- 13,
- 6,
- 0.17089,
- "_IIDINYYPVPEACLSNKR_"
- ],
- [
- 35427,
- 2,
- 11,
- 3,
- 0.14238,
- "_LSASSSISSADLFEEPR_"
- ],
- [
- 9844,
- 4,
- 13,
- 4,
- 0.17089,
- "_LAQLQVAYHQLFQEYDNHIK_"
- ],
- [
- 8183,
- 2,
- 13,
- 5,
- 0.17089,
- "_QINWTVLYR_"
- ],
- [
- 30636,
- 2,
- 11,
- 4,
- 0.14238,
- "_ALSNLESIPGGYNALR_"
- ],
- [
- 26813,
- 3,
- 13,
- 5,
- 0.17089,
- "_GEALSSLCALSDVTISTCHASAK_"
- ],
- [
- 36411,
- 2,
- 19,
- 5,
- 0.25633,
- "_KEENLADWYSQVITK_"
- ],
- [
- 26245,
- 4,
- 10,
- 3,
- 0.12813,
- "_ESIVLHGATLQEHTCVLHSIVGWGSTVGR_"
- ],
- [
- 49861,
- 3,
- 14,
- 5,
- 0.18512,
- "_SCLSPKPPQGQEQQGQEDEVVLVEGPTLPETPR_"
- ],
- [
- 19173,
- 4,
- 15,
- 7,
- 0.19936,
- "_KDGQMLPGEDEPLHALVTANTMENVK_"
- ],
- [
- 32234,
- 2,
- 23,
- 7,
- 0.31335,
- "_GFAFVTFDDHDTVDK_"
- ],
- [
- 29129,
- 3,
- 15,
- 8,
- 0.19936,
- "_CEAFGWHAIIVDGHSVEELCK_"
- ],
- [
- 28893,
- 2,
- 10,
- 4,
- 0.12813,
- "_SGPEAPEWYQVELK_"
- ],
- [
- 18923,
- 2,
- 14,
- 5,
- 0.18512,
- "_VLDPFTIKPLDR_"
- ],
- [
- 10914,
- 3,
- 14,
- 4,
- 0.18512,
- "_ALVSHNGSLINVGSLLQR_"
- ],
- [
- 49328,
- 2,
- 17,
- 6,
- 0.22784,
- "_NGAAQPLDQPQEESEEQPVFR_"
- ],
- [
- 36462,
- 3,
- 17,
- 6,
- 0.22784,
- "_ASQKPQPNFPSPEYMIFDHEFTK_"
- ],
- [
- 38707,
- 3,
- 15,
- 8,
- 0.19936,
- "_KDGQMLPGEDEPLHALVTANTMENVK_"
- ],
- [
- 23308,
- 2,
- 7,
- 2,
- 0.085416,
- "_LMTSSTNNWVLIK_"
- ],
- [
- 49025,
- 2,
- 15,
- 7,
- 0.19936,
- "_KDLYANTVLSGGTTMYPGIADR_"
- ],
- [
- 22688,
- 2,
- 15,
- 6,
- 0.19936,
- "_AQLLQPTLEINPR_"
- ],
- [
- 44489,
- 3,
- 11,
- 6,
- 0.14238,
- "_TFSGSLSHLGESSSYQGTGSVQFPGDQDLR_"
- ],
- [
- 37728,
- 3,
- 14,
- 6,
- 0.18512,
- "_YVWLVYEQDRPLKCDEPILSNR_"
- ],
- [
- 7852,
- 2,
- 15,
- 3,
- 0.19936,
- "_VVGVLLGSWQK_"
- ],
- [
- 40994,
- 3,
- 16,
- 6,
- 0.2136,
- "_SLVESVSSSPNKESNEEEQVWHFLGK_"
- ],
- [
- 19770,
- 2,
- 11,
- 5,
- 0.14237,
- "_YIAPTVLTDVDPK_"
- ],
- [
- 31695,
- 2,
- 10,
- 4,
- 0.12813,
- "_AQNDLIWNIKDELK_"
- ],
- [
- 35877,
- 2,
- 12,
- 5,
- 0.15661,
- "_GETLLSPLVMCGPHGLK_"
- ],
- [
- 12471,
- 2,
- 21,
- 5,
- 0.28484,
- "_DIPGLTDTTVPR_"
- ],
- [
- 14028,
- 4,
- 13,
- 8,
- 0.1709,
- "_GFGFVTYSCVEEVDAAMCARPHK_"
- ],
- [
- 15610,
- 3,
- 10,
- 4,
- 0.12813,
- "_STKPVVFSPTLMLTDEEK_"
- ],
- [
- 4935,
- 4,
- 13,
- 3,
- 0.1709,
- "_LPCPLGPLTVWHEEHVLNK_"
- ],
- [
- 23502,
- 2,
- 13,
- 4,
- 0.1709,
- "_EKQDWSSCPDIF_"
- ],
- [
- 31430,
- 2,
- 13,
- 5,
- 0.1709,
- "_VLSGEFQIVNPHLLK_"
- ],
- [
- 7986,
- 2,
- 26,
- 5,
- 0.35606,
- "_IDTIEIITDR_"
- ],
- [
- 11562,
- 2,
- 9,
- 2,
- 0.12813,
- "_TGWISTSSIWK_"
- ],
- [
- 33291,
- 2,
- 10,
- 4,
- 0.12813,
- "_GMFATNVTENVLNSSR_"
- ],
- [
- 29828,
- 3,
- 11,
- 6,
- 0.14237,
- "_YQEYIPVQTGAHADLNPFYQK_"
- ],
- [
- 1609,
- 2,
- 11,
- 2,
- 0.14237,
- "_VLSIGLPVAR_"
- ],
- [
- 23929,
- 4,
- 12,
- 7,
- 0.15661,
- "_LQVEHTVTEEITDVDLVHAQIHVAEGR_"
- ],
- [
- 24601,
- 2,
- 8,
- 2,
- 0.099651,
- "_GQGTYEDYLEGFR_"
- ],
- [
- 31204,
- 4,
- 12,
- 4,
- 0.15661,
- "_HTEVLPAEEENDSLGADGTHGAGAMESAAGVLIK_"
- ],
- [
- 23609,
- 2,
- 9,
- 4,
- 0.11389,
- "_SSMNVDEAFSSLAR_"
- ],
- [
- 31446,
- 2,
- 12,
- 4,
- 0.15661,
- "_DDEEADAIYAALDKR_"
- ],
- [
- 33141,
- 3,
- 13,
- 5,
- 0.1709,
- "_LSGPQAFDKNEINSLQSSEGLLEK_"
- ],
- [
- 33867,
- 3,
- 12,
- 5,
- 0.15661,
- "_GFGFVTYSCVEEVDAAMCARPHK_"
- ],
- [
- 41795,
- 4,
- 12,
- 7,
- 0.15661,
- "_VDGVADGFTGSGQQTGTSVEQTVIAQSQHHQQFLDASR_"
- ],
- [
- 18776,
- 3,
- 12,
- 4,
- 0.15661,
- "_FSCLGTTDKDVLISEFQR_"
- ],
- [
- 2820,
- 2,
- 12,
- 3,
- 0.15661,
- "_DGLFDTIQR_"
- ],
- [
- 27541,
- 2,
- 12,
- 2,
- 0.15661,
- "_QTMLFSATMTDEVK_"
- ],
- [
- 25101,
- 3,
- 12,
- 5,
- 0.15661,
- "_EVTLIHSQVALADKELLPSVR_"
- ],
- [
- 31310,
- 2,
- 7,
- 3,
- 0.085409,
- "_CGVHVLQSALLQLPR_"
- ],
- [
- 11046,
- 2,
- 12,
- 4,
- 0.15661,
- "_YFGDIISVGQR_"
- ],
- [
- 20795,
- 2,
- 11,
- 5,
- 0.14237,
- "_LDSSAQFGYYFR_"
- ],
- [
- 32044,
- 2,
- 11,
- 4,
- 0.14237,
- "_SLVPQVSQATGVQLPGK_"
- ],
- [
- 25655,
- 2,
- 9,
- 3,
- 0.11389,
- "_NLQEQVMAVTAQVK_"
- ],
- [
- 48129,
- 2,
- 11,
- 8,
- 0.14237,
- "_YVNNYTNSFGGEWSAPDTMK_"
- ],
- [
- 19624,
- 2,
- 15,
- 5,
- 0.19936,
- "_IRVESLLVTAISK_"
- ],
- [
- 36486,
- 3,
- 16,
- 4,
- 0.2136,
- "_NDSVNPDINIDLKPTAVLRPYQEK_"
- ],
- [
- 28205,
- 3,
- 16,
- 6,
- 0.2136,
- "_GTVVYGEPITASLGTDGSHYWSK_"
- ],
- [
- 22709,
- 2,
- 14,
- 2,
- 0.18512,
- "_TGENVEDAFLEAAK_"
- ],
- [
- 28615,
- 4,
- 15,
- 8,
- 0.19936,
- "_MYSFDDVLEEGKRPPTMTVSEASYQSER_"
- ],
- [
- 9553,
- 3,
- 15,
- 5,
- 0.19936,
- "_DGVYFLYEALHGPPKK_"
- ],
- [
- 3816,
- 2,
- 20,
- 2,
- 0.27057,
- "_EGDLLFTVAK_"
- ],
- [
- 24241,
- 2,
- 15,
- 6,
- 0.19936,
- "_NVIVNGLVLASDGQK_"
- ],
- [
- 38721,
- 2,
- 15,
- 5,
- 0.19936,
- "_HLVGVDSLIGPETQIGEK_"
- ],
- [
- 50111,
- 2,
- 16,
- 6,
- 0.2136,
- "_EPCQVQSCQEEMISLGDGDIR_"
- ],
- [
- 41252,
- 2,
- 17,
- 6,
- 0.22783,
- "_LVQAAQMLQSDPYSVPAR_"
- ],
- [
- 49647,
- 2,
- 16,
- 7,
- 0.2136,
- "_SNELGDVGVHCVLQGLQTPSCK_"
- ],
- [
- 5699,
- 3,
- 15,
- 5,
- 0.19937,
- "_VAIVKPGVPMEIVLNK_"
- ],
- [
- 45685,
- 2,
- 8,
- 3,
- 0.099651,
- "_VHVSEEGTEPEAMLQVLGPK_"
- ],
- [
- 41012,
- 2,
- 14,
- 6,
- 0.18514,
- "_GSGSQSSVPSVDQFTGVGIR_"
- ],
- [
- 27997,
- 2,
- 9,
- 5,
- 0.11389,
- "_EEACDCLFEVVNK_"
- ],
- [
- 48165,
- 2,
- 12,
- 4,
- 0.15661,
- "_GPMTGGIQGPGPINIGAGGPPQGPR_"
- ],
- [
- 15396,
- 3,
- 13,
- 6,
- 0.17086,
- "_DKTVVLGDLLIDDKDTVR_"
- ],
- [
- 39310,
- 2,
- 10,
- 4,
- 0.12813,
- "_EEEVTGPVIAPLFPQKR_"
- ],
- [
- 35737,
- 2,
- 9,
- 2,
- 0.11389,
- "_HVTFYQDLILSAGQGR_"
- ],
- [
- 27428,
- 3,
- 18,
- 7,
- 0.24207,
- "_SNELGDVGVHCVLQGLQTPSCK_"
- ],
- [
- 28714,
- 2,
- 18,
- 2,
- 0.24207,
- "_VPPFVDLNVNSNEGK_"
- ],
- [
- 7391,
- 3,
- 18,
- 5,
- 0.24207,
- "_ISMAAYVSGELEHVTR_"
- ],
- [
- 23175,
- 3,
- 9,
- 2,
- 0.11389,
- "_YICGVVHPSNEVLSSDILPR_"
- ],
- [
- 31961,
- 2,
- 13,
- 5,
- 0.17086,
- "_VAIVKPGVPMEIVLNK_"
- ],
- [
- 28495,
- 2,
- 17,
- 5,
- 0.22784,
- "_AGTEEAIVYSDIDLK_"
- ],
- [
- 14832,
- 2,
- 18,
- 5,
- 0.24207,
- "_APGQLALFSVSDK_"
- ],
- [
- 17523,
- 2,
- 13,
- 4,
- 0.17086,
- "_SLETSLVPLSDPK_"
- ],
- [
- 26554,
- 4,
- 10,
- 3,
- 0.12813,
- "_DKDEDQVHIIEHDQLSFSSITDQAAGMK_"
- ],
- [
- 5915,
- 4,
- 12,
- 5,
- 0.15661,
- "_AIQWGEDGRPFHYLFYTGK_"
- ],
- [
- 45740,
- 3,
- 16,
- 7,
- 0.2136,
- "_SSTFLSHSISNQANVHQSVISSWLSTDPAK_"
- ],
- [
- 51167,
- 2,
- 18,
- 10,
- 0.24207,
- "_(Acetyl (Protein N-term))MMCGAPSATQPATAETQHIADQVR_"
- ],
- [
- 8497,
- 3,
- 16,
- 5,
- 0.2136,
- "_YVPAIAHLIHSLNPVR_"
- ],
- [
- 46641,
- 2,
- 3,
- 4,
- 0.028478,
- "_IYNSIYIGSQDALIAHYPR_"
- ],
- [
- 9818,
- 4,
- 17,
- 5,
- 0.22784,
- "_CEAFGWHAIIVDGHSVEELCK_"
- ],
- [
- 29775,
- 2,
- 13,
- 6,
- 0.17086,
- "_LTAEAEELKPFFMK_"
- ],
- [
- 10225,
- 3,
- 12,
- 4,
- 0.15661,
- "_LWIEQYGNVEIINHK_"
- ],
- [
- 33507,
- 2,
- 10,
- 2,
- 0.12813,
- "_TTLQVDTLNAELAAER_"
- ],
- [
- 1651,
- 2,
- 14,
- 2,
- 0.18514,
- "_YLELLGYR_"
- ],
- [
- 6099,
- 2,
- 7,
- 3,
- 0.085416,
- "_QGIFQVVISR_"
- ],
- [
- 24662,
- 2,
- 7,
- 3,
- 0.085416,
- "_TMSEVGGSVEDLIAK_"
- ],
- [
- 23193,
- 2,
- 14,
- 4,
- 0.18514,
- "_LTPITYPQGLAMAK_"
- ],
- [
- 51029,
- 2,
- 14,
- 6,
- 0.18514,
- "_TPNNVVSTPAPSPDASQLASSLSSQK_"
- ],
- [
- 36915,
- 2,
- 13,
- 3,
- 0.17086,
- "_QSYDISIVAQVDQTGSK_"
- ],
- [
- 10469,
- 4,
- 15,
- 5,
- 0.19937,
- "_IGYPKPALLHSTFFPALQGAQTK_"
- ],
- [
- 33354,
- 3,
- 7,
- 2,
- 0.085416,
- "_RSDSVIHLQEIVHQAADPETLPR_"
- ],
- [
- 27299,
- 3,
- 11,
- 6,
- 0.14237,
- "_LSEPKPIFFNLNIAAAKPTPPK_"
- ],
- [
- 39457,
- 2,
- 14,
- 3,
- 0.18514,
- "_HVPCVEDEDFIQALDK_"
- ],
- [
- 32954,
- 3,
- 18,
- 6,
- 0.24207,
- "_GIYKDDIAQVDYVEPSQNTISLK_"
- ],
- [
- 27970,
- 2,
- 15,
- 6,
- 0.19937,
- "_GHSVLPLEEAVEGFK_"
- ],
- [
- 26292,
- 3,
- 12,
- 4,
- 0.15668,
- "_LEERPHLPSTFNYNPAQQAF_"
- ],
- [
- 45813,
- 2,
- 18,
- 8,
- 0.24215,
- "_LCGSGFQSIVNGCQEICVK_"
- ],
- [
- 41108,
- 3,
- 8,
- 6,
- 0.099721,
- "_RLLGADSATVFNIQEPEEETANQEYK_"
- ],
- [
- 6197,
- 3,
- 15,
- 4,
- 0.19945,
- "_FGNQADHFLGSLAFAK_"
- ],
- [
- 24833,
- 2,
- 14,
- 3,
- 0.18516,
- "_CQHAAEIITDLLR_"
- ],
- [
- 25258,
- 2,
- 12,
- 2,
- 0.15668,
- "_FAEFQYLQPGPPR_"
- ],
- [
- 13561,
- 2,
- 13,
- 4,
- 0.17091,
- "_HGVGLDVPPIFR_"
- ],
- [
- 33755,
- 2,
- 13,
- 5,
- 0.17091,
- "_CDYMDEVTYGELEK_"
- ],
- [
- 17601,
- 4,
- 10,
- 6,
- 0.1282,
- "_GILHAEM(Oxidation (M))PCSEEPAHGLQLWVNLR_"
- ],
- [
- 4236,
- 3,
- 18,
- 6,
- 0.24215,
- "_LTAEAEELKPFFMK_"
- ],
- [
- 45148,
- 2,
- 10,
- 6,
- 0.1282,
- "_GYGFCEYQDQETALSAMR_"
- ],
- [
- 21528,
- 2,
- 13,
- 4,
- 0.17091,
- "_LINNNPEIFGPLK_"
- ],
- [
- 25963,
- 2,
- 13,
- 4,
- 0.17091,
- "_MGFTEVTPVTGASLR_"
- ],
- [
- 26729,
- 2,
- 13,
- 5,
- 0.17091,
- "_LEFSDETFGSNIPK_"
- ],
- [
- 11367,
- 2,
- 13,
- 3,
- 0.17091,
- "_VITCGWDGLIK_"
- ],
- [
- 30762,
- 2,
- 19,
- 6,
- 0.25638,
- "_LLSPVVPQISAPQSNK_"
- ],
- [
- 43591,
- 3,
- 15,
- 7,
- 0.19945,
- "_ASHNNTQIQVVSASNEPLAFASCGTEGFR_"
- ],
- [
- 45459,
- 2,
- 19,
- 6,
- 0.25638,
- "_VVAPTISSPVCQEQLVEAGR_"
- ],
- [
- 43735,
- 2,
- 12,
- 7,
- 0.15668,
- "_QLILVGDHCQLGPVVMCK_"
- ],
- [
- 25301,
- 2,
- 27,
- 6,
- 0.37036,
- "_TDIQIALPSGCYGR_"
- ],
- [
- 38378,
- 2,
- 16,
- 3,
- 0.21367,
- "_IQAPSADLEVQAGQVDLK_"
- ],
- [
- 13135,
- 4,
- 15,
- 6,
- 0.19945,
- "_AVSTGLPHMIQELQNHIHDEGLR_"
- ],
- [
- 11847,
- 3,
- 16,
- 4,
- 0.21367,
- "_KVDIIADAAYSIFQKPK_"
- ],
- [
- 15445,
- 2,
- 9,
- 3,
- 0.11396,
- "_SPAFVQLAPLSSK_"
- ],
- [
- 1741,
- 2,
- 15,
- 4,
- 0.19945,
- "_EFPTVPLVK_"
- ],
- [
- 31842,
- 2,
- 9,
- 2,
- 0.11396,
- "_VPDPQMSMENLVESK_"
- ],
- [
- 27589,
- 2,
- 7,
- 5,
- 0.085504,
- "_LFSSVTFETVEESK_"
- ],
- [
- 9996,
- 4,
- 15,
- 5,
- 0.19945,
- "_KGHIENPGDGLFAPLPTYSYCK_"
- ],
- [
- 42292,
- 2,
- 16,
- 5,
- 0.21367,
- "_VCLLGCGISTGYGAAVNTAK_"
- ],
- [
- 24533,
- 3,
- 13,
- 5,
- 0.17091,
- "_DKNTPSPFIETFTEDDEASR_"
- ],
- [
- 37876,
- 2,
- 8,
- 2,
- 0.099721,
- "_AMWEAWGNPSSPYSAGR_"
- ],
- [
- 50907,
- 2,
- 14,
- 6,
- 0.18516,
- "_IDEDGENTQIEDTEPMSPVLNSK_"
- ],
- [
- 40435,
- 2,
- 13,
- 5,
- 0.17096,
- "_ALAILSQPTPSLVVDHER_"
- ],
- [
- 15155,
- 2,
- 13,
- 3,
- 0.17096,
- "_LPVGTTATLYFR_"
- ],
- [
- 31075,
- 2,
- 18,
- 4,
- 0.24218,
- "_ELCSLNQEDFFQR_"
- ],
- [
- 28939,
- 2,
- 13,
- 5,
- 0.17096,
- "_EGNVPNIIIAGPPGTGK_"
- ],
- [
- 24759,
- 3,
- 13,
- 2,
- 0.17096,
- "_LCVIAECGELKEGDDGGIFPK_"
- ],
- [
- 35768,
- 2,
- 20,
- 4,
- 0.27066,
- "_TAATSVPAYEPLDSLDR_"
- ],
- [
- 22285,
- 2,
- 12,
- 5,
- 0.15672,
- "_IQSIAPSLQVITSK_"
- ],
- [
- 11427,
- 2,
- 13,
- 5,
- 0.17096,
- "_FQELLQDLEK_"
- ],
- [
- 37272,
- 2,
- 13,
- 6,
- 0.17096,
- "_HEIEGTGLPQAQLLWR_"
- ],
- [
- 7914,
- 2,
- 12,
- 4,
- 0.15672,
- "_DQMYYNLLK_"
- ],
- [
- 9371,
- 2,
- 12,
- 5,
- 0.15672,
- "_LLALNSLYSPK_"
- ],
- [
- 42712,
- 2,
- 8,
- 3,
- 0.099785,
- "_FFGNLAVM(Oxidation (M))DSPQQICER_"
- ],
- [
- 37785,
- 2,
- 15,
- 4,
- 0.19944,
- "_TIVTNEYMKDDFFIK_"
- ],
- [
- 16684,
- 2,
- 16,
- 5,
- 0.21373,
- "_ENCGIYFPEIK_"
- ],
- [
- 17683,
- 2,
- 9,
- 2,
- 0.114,
- "_DGHPVVVNILIGR_"
- ],
- [
- 2853,
- 2,
- 9,
- 3,
- 0.114,
- "_LSMMLLDSR_"
- ],
- [
- 18393,
- 2,
- 16,
- 4,
- 0.21373,
- "_EKPDIFQLVSVK_"
- ],
- [
- 37465,
- 2,
- 9,
- 4,
- 0.114,
- "_YEESNLGLLESSVGDSR_"
- ],
- [
- 7830,
- 3,
- 17,
- 3,
- 0.22795,
- "_MLHFLTAVVGSTCDVK_"
- ],
- [
- 47661,
- 3,
- 15,
- 5,
- 0.19944,
- "_HTEVLPAEEENDSLGADGTHGAGAMESAAGVLIK_"
- ],
- [
- 32846,
- 2,
- 7,
- 4,
- 0.08555,
- "_MEVPSSFSEDMSNIR_"
- ],
- [
- 5858,
- 2,
- 17,
- 4,
- 0.22795,
- "_GALIVLEGVDR_"
- ],
- [
- 29919,
- 3,
- 17,
- 5,
- 0.22795,
- "_IGYPKPALLHSTFFPALQGAQTK_"
- ],
- [
- 42248,
- 2,
- 15,
- 2,
- 0.19944,
- "_NEFITLAHVNPQSFPAPK_"
- ],
- [
- 22652,
- 3,
- 14,
- 6,
- 0.18519,
- "_LIHEPSAALLAYGIGQDSPTGK_"
- ],
- [
- 12821,
- 4,
- 15,
- 3,
- 0.19944,
- "_KPEVFNFSAIHLIHDPQDFAEK_"
- ],
- [
- 6337,
- 2,
- 17,
- 4,
- 0.22795,
- "_TVVLPPIVASR_"
- ],
- [
- 5531,
- 2,
- 10,
- 4,
- 0.12824,
- "_YSCFALFVK_"
- ],
- [
- 47315,
- 3,
- 11,
- 4,
- 0.14248,
- "_EEIQDEEDDDDYVEEGEEEEEEEEGGLR_"
- ],
- [
- 48285,
- 3,
- 18,
- 5,
- 0.24218,
- "_RGGDGYDGGYGGFDDYGGYNNYGYGNDGFDDR_"
- ],
- [
- 17145,
- 3,
- 11,
- 7,
- 0.14248,
- "_QLILVGDHCQLGPVVMCK_"
- ],
- [
- 42427,
- 2,
- 18,
- 5,
- 0.24218,
- "_NYGSYSTQASAAAATAELLK_"
- ],
- [
- 42093,
- 2,
- 6,
- 4,
- 0.071307,
- "_AYLYLDEAHSIGALGPTGR_"
- ],
- [
- 18888,
- 2,
- 15,
- 3,
- 0.19944,
- "_AFALNDLDDYEK_"
- ],
- [
- 12779,
- 2,
- 18,
- 6,
- 0.24218,
- "_DIPVVHQLLTR_"
- ],
- [
- 39015,
- 2,
- 13,
- 4,
- 0.17095,
- "_NGGTQSVTLTHLFPLCR_"
- ],
- [
- 34775,
- 3,
- 12,
- 6,
- 0.15671,
- "_VHAIQCDVRDPDMVQNTVSELIK_"
- ],
- [
- 40717,
- 2,
- 10,
- 2,
- 0.12823,
- "_TYITDPVSAPCAPPLQPK_"
- ],
- [
- 10468,
- 3,
- 10,
- 6,
- 0.12823,
- "_LQLNEKPVQDLNIVLK_"
- ],
- [
- 39631,
- 2,
- 12,
- 6,
- 0.15671,
- "_NPGYPQSEGLLGECMIR_"
- ],
- [
- 35333,
- 2,
- 10,
- 5,
- 0.12823,
- "_VSSTATTQDVIETLAEK_"
- ],
- [
- 31823,
- 3,
- 10,
- 5,
- 0.12823,
- "_NDKPSPNSENEQNSVTLEVLLVK_"
- ],
- [
- 25872,
- 2,
- 9,
- 2,
- 0.11402,
- "_ISFCLDIHNMSVK_"
- ],
- [
- 17204,
- 3,
- 8,
- 6,
- 0.099783,
- "_VDFTEEEINNMKTELEK_"
- ],
- [
- 39998,
- 3,
- 9,
- 5,
- 0.11402,
- "_DAGVQPEEISYINAHATSTPLGDAAENK_"
- ],
- [
- 28747,
- 4,
- 12,
- 4,
- 0.15671,
- "_VTSQQFEAEAADEKDVVDNDEGNWLHAIK_"
- ],
- [
- 18059,
- 4,
- 11,
- 6,
- 0.14247,
- "_ISMFCHVNPEQVICIHDVSSTYR_"
- ],
- [
- 48090,
- 3,
- 11,
- 4,
- 0.14247,
- "_KGEEVEPAPIVDSGTVSDQDSCLQSLPDCGVK_"
- ],
- [
- 39017,
- 2,
- 12,
- 3,
- 0.15671,
- "_AGLLTEQAPGDTLTAVESK_"
- ],
- [
- 32410,
- 2,
- 11,
- 6,
- 0.14247,
- "_LIQAAYDVLSDPQER_"
- ],
- [
- 25760,
- 3,
- 13,
- 6,
- 0.17095,
- "_GVGDDQLGEESEERDDHLLPM_"
- ],
- [
- 6202,
- 3,
- 8,
- 2,
- 0.099783,
- "_NTLKPSPQAWLQLVK_"
- ],
- [
- 36783,
- 2,
- 9,
- 5,
- 0.11402,
- "_TDKPYEDVSIINITVK_"
- ],
- [
- 5717,
- 2,
- 12,
- 3,
- 0.15671,
- "_LQDPFSLYR_"
- ],
- [
- 45137,
- 2,
- 13,
- 5,
- 0.17095,
- "_AAPLAAPPPAPAAPPAVAPPAGPR_"
- ],
- [
- 33660,
- 2,
- 15,
- 3,
- 0.19943,
- "_MKPDETPMFDPSLLK_"
- ],
- [
- 26479,
- 3,
- 19,
- 8,
- 0.25642,
- "_TVYGGGCSEMLMAHAVTQLANR_"
- ],
- [
- 39156,
- 2,
- 25,
- 2,
- 0.3419,
- "_NTGTEAPDYLATVDVDPK_"
- ],
- [
- 17444,
- 3,
- 17,
- 4,
- 0.22796,
- "_AYPDNHLSQVDVNELFSK_"
- ],
- [
- 34583,
- 3,
- 18,
- 9,
- 0.24218,
- "_YGWSADESGQIFICSQEESIKPK_"
- ],
- [
- 15360,
- 3,
- 15,
- 6,
- 0.19943,
- "_AIELWYHDPACTTPVLK_"
- ],
- [
- 12943,
- 3,
- 15,
- 5,
- 0.19943,
- "_CYASDQEVLDMHGFLR_"
- ],
- [
- 50430,
- 2,
- 18,
- 7,
- 0.24218,
- "_NADMSEDMQQDAVDCATQAMEK_"
- ],
- [
- 22397,
- 3,
- 17,
- 5,
- 0.22796,
- "_HPWIVHWDQLPQYQLNR_"
- ],
- [
- 33532,
- 2,
- 18,
- 4,
- 0.24218,
- "_DLEADIIGDTSGHFQK_"
- ],
- [
- 23973,
- 2,
- 16,
- 4,
- 0.21367,
- "_PSLSLGTITDEEMK_"
- ],
- [
- 49300,
- 2,
- 22,
- 3,
- 0.29913,
- "_TVYGGGCSEMLMAHAVTQLANR_"
- ],
- [
- 51123,
- 3,
- 25,
- 5,
- 0.3419,
- "_AAEAAASAYYNPGNPHNVYMPTSQPPPPPYYPPEDK_"
- ],
- [
- 25813,
- 3,
- 20,
- 8,
- 0.27066,
- "_KDLYANTVLSGGTTMYPGIADR_"
- ],
- [
- 51329,
- 2,
- 15,
- 5,
- 0.19943,
- "_SRVEEPSGAVTTPAGVIAAAGPQGPGTGE_"
- ],
- [
- 8861,
- 2,
- 14,
- 4,
- 0.18519,
- "_LYLVDLAGSEK_"
- ],
- [
- 31637,
- 2,
- 13,
- 5,
- 0.17096,
- "_THVADFAPEVAWVTR_"
- ],
- [
- 43690,
- 2,
- 11,
- 4,
- 0.14248,
- "_DGVMEMNSIEPAKETTTNV_"
- ],
- [
- 32213,
- 2,
- 23,
- 4,
- 0.31338,
- "_LCPPGIPTPGSGLPPPR_"
- ],
- [
- 9582,
- 3,
- 13,
- 4,
- 0.17096,
- "_TDKPYEDVSIINITVK_"
- ],
- [
- 34052,
- 2,
- 17,
- 6,
- 0.22792,
- "_VSVGAPDLSLEASEGSIK_"
- ],
- [
- 7509,
- 3,
- 13,
- 6,
- 0.17096,
- "_LWIDQSGEIDIVNHK_"
- ],
- [
- 33942,
- 2,
- 13,
- 4,
- 0.17096,
- "_IEDYGLKPVPGDLVLK_"
- ],
- [
- 15889,
- 2,
- 20,
- 5,
- 0.27066,
- "_SLALSVAVNVAPGR_"
- ],
- [
- 46097,
- 2,
- 13,
- 5,
- 0.17096,
- "_IVDNGYGYVSNGSVYFDTAK_"
- ],
- [
- 31021,
- 2,
- 13,
- 4,
- 0.17096,
- "_IEVIKPGDLGVDLTSK_"
- ],
- [
- 35657,
- 2,
- 10,
- 2,
- 0.12826,
- "_TTQITQYLAEAGYTSR_"
- ],
- [
- 22187,
- 4,
- 13,
- 6,
- 0.17096,
- "_QLVNMCINPDPEKRPDVTYVYDVAK_"
- ],
- [
- 32648,
- 3,
- 20,
- 7,
- 0.27066,
- "_AHDGGIYAISWSPDSTHLLSASGDK_"
- ],
- [
- 31265,
- 2,
- 13,
- 5,
- 0.17096,
- "_NALYQYLHNGLDLR_"
- ],
- [
- 43780,
- 2,
- 8,
- 4,
- 0.099786,
- "_VDFTEEEINNMKTELEK_"
- ],
- [
- 38521,
- 2,
- 12,
- 4,
- 0.15672,
- "_MNSDTVDYDDACLIVR_"
- ],
- [
- 25138,
- 2,
- 12,
- 2,
- 0.15672,
- "_DVPRPILLGASAPLK_"
- ],
- [
- 5340,
- 3,
- 18,
- 5,
- 0.24221,
- "_VLSGEFQIVNPHLLK_"
- ],
- [
- 27705,
- 3,
- 8,
- 3,
- 0.099786,
- "_YAPTIAPSPEDGFEVQPLHPDK_"
- ],
- [
- 39100,
- 2,
- 16,
- 2,
- 0.21367,
- "_PGPELGPQLGLDGGPGDGDR_"
- ],
- [
- 18467,
- 3,
- 12,
- 2,
- 0.15672,
- "_HFPIEIDSTDYVSSGPSVR_"
- ],
- [
- 16342,
- 2,
- 17,
- 2,
- 0.22792,
- "_MSVDAVEIETLR_"
- ],
- [
- 27204,
- 2,
- 15,
- 2,
- 0.19944,
- "_NPVMILNELRPGLK_"
- ],
- [
- 19206,
- 2,
- 15,
- 6,
- 0.19944,
- "_AVNTLNEALEFAK_"
- ],
- [
- 40420,
- 2,
- 10,
- 4,
- 0.12826,
- "_EAAEAEAEVPVVQYVGER_"
- ],
- [
- 23238,
- 3,
- 17,
- 5,
- 0.22792,
- "_GQIIGNFQAFDEDTGLPAHAR_"
- ],
- [
- 9706,
- 4,
- 10,
- 5,
- 0.12826,
- "_AIGISNFNHLQVEM(Oxidation (M))ILNKPGLK_"
- ],
- [
- 19850,
- 3,
- 15,
- 4,
- 0.19944,
- "_VHVSEEGTEPEAMLQVLGPK_"
- ],
- [
- 20553,
- 2,
- 15,
- 5,
- 0.19944,
- "_IEEIKDFLLTAR_"
- ],
- [
- 47684,
- 2,
- 15,
- 4,
- 0.19944,
- "_QFYDQALQQAVVDDDANNAK_"
- ],
- [
- 36706,
- 2,
- 14,
- 3,
- 0.1852,
- "_DLILQCLDDKDESIR_"
- ],
- [
- 12728,
- 2,
- 18,
- 3,
- 0.24221,
- "_EQLELFQNIR_"
- ],
- [
- 14063,
- 2,
- 9,
- 3,
- 0.11403,
- "_DLNPDVNVFQR_"
- ],
- [
- 48233,
- 2,
- 12,
- 5,
- 0.15672,
- "_DEAIYECTATNSLGEINTSAK_"
- ],
- [
- 14902,
- 4,
- 14,
- 2,
- 0.1852,
- "_VHAIQCDVRDPDMVQNTVSELIK_"
- ],
- [
- 48568,
- 2,
- 9,
- 4,
- 0.11403,
- "_QNSATESADSIEIYVPEAQTR_"
- ],
- [
- 49220,
- 2,
- 17,
- 6,
- 0.22792,
- "_ENGSDNLPSSAGSGDKPLSDPAPF_"
- ],
- [
- 5822,
- 2,
- 17,
- 4,
- 0.22792,
- "_LQGLLQVELK_"
- ],
- [
- 47489,
- 2,
- 15,
- 7,
- 0.19944,
- "_KPVVDCVVSVPCFYTDAER_"
- ],
- [
- 10101,
- 2,
- 14,
- 3,
- 0.1852,
- "_EVFLVMPTGGGK_"
- ],
- [
- 22792,
- 2,
- 17,
- 6,
- 0.22792,
- "_GLELIASENFCSR_"
- ],
- [
- 32147,
- 2,
- 15,
- 5,
- 0.19944,
- "_TTQIPQWCVEYMR_"
- ],
- [
- 24420,
- 2,
- 18,
- 5,
- 0.24216,
- "_LANQAADYFGDAFK_"
- ],
- [
- 31066,
- 3,
- 13,
- 6,
- 0.17096,
- "_MQYAPNTQVEILPQGHESPIFK_"
- ],
- [
- 3689,
- 3,
- 12,
- 3,
- 0.15672,
- "_CNVWILDGDLYHK_"
- ],
- [
- 30207,
- 2,
- 11,
- 3,
- 0.1425,
- "_QSELNGIAASLGADYR_"
- ],
- [
- 32361,
- 2,
- 11,
- 5,
- 0.1425,
- "_PQLGEDEFSYGFDGR_"
- ],
- [
- 40505,
- 2,
- 11,
- 5,
- 0.1425,
- "_DVSALFGGSAASGFHQQLR_"
- ],
- [
- 39262,
- 2,
- 11,
- 4,
- 0.1425,
- "_HPQFPAGLEVTDEVLEK_"
- ],
- [
- 34354,
- 2,
- 12,
- 3,
- 0.15672,
- "_LWIDQSGEIDIVNHK_"
- ],
- [
- 43595,
- 2,
- 18,
- 6,
- 0.24216,
- "_YIDSADLEPITSQEEPVR_"
- ],
- [
- 13502,
- 3,
- 9,
- 2,
- 0.11403,
- "_FHLESVMIANPNVPAYR_"
- ],
- [
- 1172,
- 2,
- 10,
- 3,
- 0.12827,
- "_YLDVSILGK_"
- ],
- [
- 7699,
- 2,
- 10,
- 2,
- 0.12827,
- "_QVSITGFFQR_"
- ],
- [
- 28890,
- 2,
- 10,
- 3,
- 0.12827,
- "_CNVWILDGDLYHK_"
- ],
- [
- 44443,
- 3,
- 12,
- 7,
- 0.15672,
- "_KGDVVHCWYTGTLQDGTVFDTNIQTSAK_"
- ],
- [
- 42145,
- 2,
- 11,
- 3,
- 0.1425,
- "_SFGCPGPQDVGEFPEEVR_"
- ],
- [
- 3000,
- 2,
- 11,
- 5,
- 0.1425,
- "_VGDQILLAIK_"
- ],
- [
- 32624,
- 2,
- 11,
- 5,
- 0.1425,
- "_THMLTNAILVQQIIK_"
- ],
- [
- 1693,
- 2,
- 13,
- 4,
- 0.17096,
- "_DIEDVFYK_"
- ],
- [
- 29938,
- 2,
- 13,
- 4,
- 0.17096,
- "_TFLVWVNEEDHLR_"
- ],
- [
- 42470,
- 2,
- 9,
- 3,
- 0.11403,
- "_TPSAETPSEPVDWTFAQR_"
- ],
- [
- 12379,
- 2,
- 7,
- 2,
- 0.085547,
- "_VPAELICLDPR_"
- ],
- [
- 12461,
- 2,
- 8,
- 4,
- 0.099783,
- "_LLFDQAYQMR_"
- ],
- [
- 17806,
- 3,
- 13,
- 5,
- 0.17096,
- "_ILHVDNHIGISIAGLTADAR_"
- ],
- [
- 10159,
- 3,
- 8,
- 2,
- 0.099783,
- "_NLVPEEADEHLFALEK_"
- ],
- [
- 30629,
- 2,
- 8,
- 2,
- 0.099783,
- "_LQEEELLATQVDMR_"
- ],
- [
- 11523,
- 4,
- 14,
- 6,
- 0.1852,
- "_TKPVTGNLRPEEALQALTIYEGK_"
- ],
- [
- 24185,
- 3,
- 15,
- 5,
- 0.19944,
- "_NKQELSFYSIPEFDEWKK_"
- ],
- [
- 42807,
- 2,
- 19,
- 7,
- 0.25645,
- "_AEVIMNYHVGETVLSLQK_"
- ],
- [
- 39541,
- 2,
- 15,
- 3,
- 0.19944,
- "_DATEIQNIQIADGDVCR_"
- ],
- [
- 44153,
- 2,
- 8,
- 2,
- 0.099783,
- "_ENPVLDVVSNPEQTAGEER_"
- ],
- [
- 30271,
- 2,
- 12,
- 2,
- 0.15672,
- "_LDITTLTGVPEEHIK_"
- ],
- [
- 36835,
- 2,
- 4,
- 3,
- 0.042719,
- "_QETELSPEMISSGSWR_"
- ],
- [
- 35253,
- 2,
- 12,
- 4,
- 0.15672,
- "_GQNMLDGGAPFYTTYR_"
- ],
- [
- 18588,
- 4,
- 12,
- 6,
- 0.15672,
- "_SIMEECGGVHIHFPVEGSGSDTVVIR_"
- ],
- [
- 4007,
- 2,
- 15,
- 3,
- 0.19944,
- "_TPTLYLDFK_"
- ],
- [
- 29812,
- 4,
- 16,
- 8,
- 0.21368,
- "_LNSVQSSERPLFLVHPIEGSTTVFHSLASR_"
- ],
- [
- 4507,
- 2,
- 22,
- 5,
- 0.29915,
- "_LLQDFFNGR_"
- ],
- [
- 35970,
- 2,
- 16,
- 7,
- 0.21368,
- "_NLFEDQNTLTSICEK_"
- ],
- [
- 32887,
- 2,
- 9,
- 5,
- 0.11403,
- "_WTSQDSLLGM(Oxidation (M))EFSGR_"
- ],
- [
- 37439,
- 2,
- 7,
- 5,
- 0.085547,
- "_NLVPEEADEHLFALEK_"
- ],
- [
- 31366,
- 2,
- 17,
- 6,
- 0.22792,
- "_MGAVFMDAPVSGGVGAAR_"
- ],
- [
- 32043,
- 2,
- 14,
- 5,
- 0.18519,
- "_WEVLIGSSHILTPTR_"
- ],
- [
- 34149,
- 2,
- 9,
- 2,
- 0.11402,
- "_EALCGCSINVPTLDGR_"
- ],
- [
- 30491,
- 3,
- 13,
- 7,
- 0.17096,
- "_NGETYNGHLVSCDNWMNINLR_"
- ],
- [
- 40932,
- 2,
- 12,
- 4,
- 0.15674,
- "_VNAGDQPGADLGPLITPQAK_"
- ],
- [
- 33732,
- 2,
- 13,
- 6,
- 0.17096,
- "_GLLEMMETDEKEGLR_"
- ],
- [
- 22532,
- 2,
- 13,
- 5,
- 0.17096,
- "_DLKPSNIFLVDTK_"
- ],
- [
- 11795,
- 2,
- 12,
- 3,
- 0.15674,
- "_WVINPSGGLISK_"
- ],
- [
- 30935,
- 2,
- 16,
- 3,
- 0.21367,
- "_STLLGVLTHGELDNGR_"
- ],
- [
- 10541,
- 3,
- 16,
- 4,
- 0.21367,
- "_FQTIPLYYIEDHNGR_"
- ],
- [
- 42910,
- 2,
- 17,
- 6,
- 0.22792,
- "_QQLSAEELDAQLDAYNAR_"
- ],
- [
- 7700,
- 4,
- 12,
- 5,
- 0.15674,
- "_ISQM(Oxidation (M))PVILTPLHFDRDPLQK_"
- ],
- [
- 24676,
- 3,
- 16,
- 5,
- 0.21367,
- "_GTSVDGHSLASSNTDFAFSLYK_"
- ],
- [
- 5877,
- 2,
- 9,
- 3,
- 0.11402,
- "_TCDFLPDFK_"
- ],
- [
- 37499,
- 3,
- 12,
- 4,
- 0.15674,
- "_ELENIEEHQSVDIATLEDEAQENK_"
- ],
- [
- 17590,
- 3,
- 9,
- 4,
- 0.11402,
- "_DCDINDDEFLHLPAHLR_"
- ],
- [
- 16094,
- 2,
- 9,
- 3,
- 0.11402,
- "_LGLVGWVQNTDR_"
- ],
- [
- 39430,
- 3,
- 9,
- 3,
- 0.11402,
- "_VVDVEEQQLEESGPHDLTETSYLPR_"
- ],
- [
- 28277,
- 4,
- 14,
- 8,
- 0.18519,
- "_AYAANSHQGQMLAQYIESFTQGSIEAHKR_"
- ],
- [
- 38071,
- 2,
- 20,
- 5,
- 0.27068,
- "_SSPEVSSINQEALVLTAK_"
- ],
- [
- 18711,
- 2,
- 10,
- 4,
- 0.12826,
- "_DPTVSQTFMLDR_"
- ],
- [
- 47170,
- 2,
- 10,
- 3,
- 0.12826,
- "_AGGAGFGTDGDDQEAINEAISVK_"
- ],
- [
- 4362,
- 2,
- 14,
- 3,
- 0.18519,
- "_MMGLEVLGEK_"
- ],
- [
- 23576,
- 2,
- 18,
- 7,
- 0.24215,
- "_AKFEELNMDLFR_"
- ],
- [
- 48557,
- 3,
- 14,
- 8,
- 0.18519,
- "_DSSTSYTETKDPSSGQEVATPPVPQLQVCEPK_"
- ],
- [
- 43212,
- 2,
- 11,
- 4,
- 0.14251,
- "_IQCEENLTPVIGGYPVEK_"
- ],
- [
- 38006,
- 2,
- 11,
- 2,
- 0.14251,
- "_EINGISVANQTVEQLQK_"
- ],
- [
- 15903,
- 3,
- 16,
- 4,
- 0.21367,
- "_AEVIMNYHVGETVLSLQK_"
- ],
- [
- 42154,
- 4,
- 9,
- 7,
- 0.11402,
- "_ILEIPGPGDNQHFGDLHQTELGPSGAGCQVGINQNGTGK_"
- ],
- [
- 12859,
- 2,
- 14,
- 3,
- 0.18519,
- "_MCDVMAAYFGK_"
- ],
- [
- 27034,
- 2,
- 15,
- 5,
- 0.19944,
- "_TEGSLEDWDIAVQK_"
- ],
- [
- 38965,
- 2,
- 15,
- 4,
- 0.19944,
- "_EFQITCGPDSFATDPSK_"
- ],
- [
- 45675,
- 2,
- 8,
- 3,
- 0.099785,
- "_EIGINEDQFQEACTSPLAK_"
- ],
- [
- 18723,
- 2,
- 9,
- 4,
- 0.11402,
- "_INLWHLEITDR_"
- ],
- [
- 33737,
- 2,
- 18,
- 3,
- 0.24215,
- "_TFSVWYVPEVTGTHK_"
- ],
- [
- 31232,
- 3,
- 19,
- 7,
- 0.2564,
- "_YKYPNISCELLTSDVSQMNDR_"
- ],
- [
- 50359,
- 2,
- 15,
- 8,
- 0.19944,
- "_VIPATDLSEQISTAGTEASGTGNMK_"
- ],
- [
- 12431,
- 2,
- 16,
- 4,
- 0.21367,
- "_IVPGQFLAVDPK_"
- ],
- [
- 8616,
- 2,
- 19,
- 4,
- 0.2564,
- "_VLLMELEEAR_"
- ],
- [
- 14922,
- 2,
- 28,
- 6,
- 0.38463,
- "_SNNVEMDWVLK_"
- ],
- [
- 39219,
- 2,
- 28,
- 6,
- 0.38463,
- "_FSPNSSNPIIVSCGWDK_"
- ],
- [
- 38672,
- 2,
- 13,
- 4,
- 0.17099,
- "_DHPYIQYNVLWEEGK_"
- ],
- [
- 44555,
- 2,
- 9,
- 2,
- 0.11403,
- "_INETFVDKDFVPYQDIR_"
- ],
- [
- 39325,
- 2,
- 5,
- 2,
- 0.056972,
- "_SVLDQDDVDTSMEESLK_"
- ],
- [
- 28046,
- 2,
- 13,
- 4,
- 0.17099,
- "_FGIQAQMVTTDFQK_"
- ],
- [
- 22178,
- 2,
- 10,
- 6,
- 0.12827,
- "_IDLESTIDMSCAK_"
- ],
- [
- 17673,
- 2,
- 10,
- 3,
- 0.12827,
- "_SIDLPIQSSLCR_"
- ],
- [
- 14822,
- 2,
- 10,
- 4,
- 0.12827,
- "_QPEEVFDVLEK_"
- ],
- [
- 28496,
- 3,
- 9,
- 3,
- 0.11403,
- "_ESLPFQFAHHLLNPWNDNKK_"
- ],
- [
- 11341,
- 4,
- 10,
- 4,
- 0.12827,
- "_FYDQLNHHIFELVSSSDANER_"
- ],
- [
- 38512,
- 3,
- 9,
- 3,
- 0.11403,
- "_GHAVLAGMNVYSSEFENIKEEYSVR_"
- ],
- [
- 733,
- 2,
- 10,
- 2,
- 0.12827,
- "_EGWPLDIR_"
- ],
- [
- 49431,
- 2,
- 11,
- 4,
- 0.14251,
- "_SESDLEDVGPTAEWNGDGSGSLR_"
- ],
- [
- 10092,
- 2,
- 8,
- 2,
- 0.099791,
- "_LIDDMVAQAMK_"
- ],
- [
- 376,
- 2,
- 8,
- 2,
- 0.099791,
- "_ELLALCLK_"
- ],
- [
- 38329,
- 2,
- 11,
- 5,
- 0.14251,
- "_ASVDDDDSGWELSMPEK_"
- ],
- [
- 28764,
- 3,
- 12,
- 6,
- 0.15675,
- "_SLGTSAGSLVHISYLEMGHDITR_"
- ],
- [
- 38841,
- 2,
- 12,
- 5,
- 0.15675,
- "_FISSEGDHMTLLNIYR_"
- ],
- [
- 45942,
- 2,
- 12,
- 4,
- 0.15675,
- "_AELLVQMDGVGGTSENDDPSK_"
- ],
- [
- 18182,
- 2,
- 12,
- 4,
- 0.15675,
- "_KNLVELAELELK_"
- ],
- [
- 12400,
- 2,
- 13,
- 5,
- 0.17099,
- "_MIDMGFEGDIR_"
- ],
- [
- 16354,
- 2,
- 13,
- 2,
- 0.17099,
- "_QYIGPPSAAAIFK_"
- ],
- [
- 2759,
- 2,
- 9,
- 4,
- 0.11403,
- "_LGIQLDFEK_"
- ],
- [
- 45642,
- 2,
- 8,
- 2,
- 0.099791,
- "_LPSSVLCGSSFQAEQPITAR_"
- ],
- [
- 41245,
- 2,
- 14,
- 2,
- 0.18521,
- "_ESEALGGPGQVLICASDDR_"
- ],
- [
- 3050,
- 2,
- 14,
- 4,
- 0.18521,
- "_MFLSFPTTK_"
- ],
- [
- 4884,
- 3,
- 15,
- 4,
- 0.19944,
- "_VYGGEIVLALEHLHK_"
- ],
- [
- 50631,
- 2,
- 19,
- 7,
- 0.2564,
- "_NADMSEEMQQDSVECATQALEK_"
- ],
- [
- 22740,
- 3,
- 20,
- 8,
- 0.27065,
- "_KPVVDCVVSVPCFYTDAER_"
- ],
- [
- 28366,
- 2,
- 15,
- 6,
- 0.19944,
- "_MATEVAADALGEEWK_"
- ],
- [
- 11207,
- 3,
- 16,
- 5,
- 0.21368,
- "_MSLDPADLTHDTTGLTAK_"
- ],
- [
- 13741,
- 2,
- 15,
- 4,
- 0.19944,
- "_VMLESFIDTQK_"
- ],
- [
- 43918,
- 3,
- 18,
- 6,
- 0.24217,
- "_TVMIPGPQLKPEEEYEEAQGEAQKPQLA_"
- ],
- [
- 2163,
- 4,
- 18,
- 6,
- 0.24217,
- "_ILHVDNHIGISIAGLTADAR_"
- ],
- [
- 18242,
- 2,
- 21,
- 4,
- 0.28493,
- "_KPGGFDISLFYR_"
- ],
- [
- 44194,
- 2,
- 17,
- 7,
- 0.22792,
- "_ATESGAQSAPLPMEGVDISPK_"
- ],
- [
- 26206,
- 4,
- 15,
- 9,
- 0.19944,
- "_KGDVVHCWYTGTLQDGTVFDTNIQTSAK_"
- ],
- [
- 21143,
- 2,
- 15,
- 4,
- 0.19944,
- "_HLGLEIPAWDGPR_"
- ],
- [
- 17067,
- 2,
- 23,
- 4,
- 0.31339,
- "_MLNGLEDSIGLSK_"
- ],
- [
- 50589,
- 2,
- 14,
- 5,
- 0.18521,
- "_NGETYNGHLVSCDNWMNINLR_"
- ],
- [
- 16782,
- 3,
- 14,
- 6,
- 0.18524,
- "_YSPGYNTEVGDKWIWLK_"
- ],
- [
- 771,
- 2,
- 15,
- 4,
- 0.19946,
- "_WDLSELPK_"
- ],
- [
- 2395,
- 2,
- 9,
- 6,
- 0.11404,
- "_MDELQLFR_"
- ],
- [
- 4227,
- 2,
- 9,
- 3,
- 0.11404,
- "_LPGYAEVLLK_"
- ],
- [
- 9199,
- 2,
- 10,
- 2,
- 0.12828,
- "_LYQEMFAWK_"
- ],
- [
- 15246,
- 2,
- 12,
- 4,
- 0.15676,
- "_VDYYEVLGVQR_"
- ],
- [
- 4278,
- 3,
- 7,
- 5,
- 0.085453,
- "_VVIIESVLCPSHFR_"
- ],
- [
- 18225,
- 3,
- 10,
- 4,
- 0.12828,
- "_INETFVDKDFVPYQDIR_"
- ],
- [
- 26656,
- 2,
- 16,
- 5,
- 0.21369,
- "_ILDVNDNIPVVENK_"
- ],
- [
- 14677,
- 3,
- 16,
- 4,
- 0.21369,
- "_CHVPLAQAQALVTSELEK_"
- ],
- [
- 12846,
- 3,
- 10,
- 3,
- 0.12828,
- "_IFDLQDWTQEDERDK_"
- ],
- [
- 43389,
- 2,
- 16,
- 6,
- 0.21369,
- "_STAALSGEAASCSPIIMPYK_"
- ],
- [
- 16009,
- 3,
- 17,
- 3,
- 0.22793,
- "_GPSFDVQVGLHELLGHGSGK_"
- ],
- [
- 6800,
- 2,
- 17,
- 3,
- 0.22793,
- "_VLTIDPTEFK_"
- ],
- [
- 26065,
- 4,
- 6,
- 3,
- 0.07122,
- "_LSIM(Oxidation (M))IEECGGLDKIEALQNHENESVYK_"
- ],
- [
- 46180,
- 2,
- 13,
- 5,
- 0.171,
- "_ECLTAYYNDPAFYEECK_"
- ],
- [
- 32069,
- 3,
- 16,
- 4,
- 0.21369,
- "_TTFFHHEYPWILSASDDQTIR_"
- ],
- [
- 14316,
- 3,
- 16,
- 7,
- 0.21369,
- "_IGRPSETGIIGIIDPECR_"
- ],
- [
- 32810,
- 2,
- 14,
- 4,
- 0.18524,
- "_YTQQGFGNLPICMAK_"
- ],
- [
- 12735,
- 3,
- 13,
- 4,
- 0.171,
- "_VPVLSWIHPESQATITR_"
- ],
- [
- 16445,
- 2,
- 25,
- 4,
- 0.34188,
- "_TVDNFVALATGEK_"
- ],
- [
- 923,
- 2,
- 9,
- 4,
- 0.11404,
- "_FEFLGINR_"
- ],
- [
- 8491,
- 3,
- 10,
- 2,
- 0.12828,
- "_GMGLSMGTMICGWDKR_"
- ],
- [
- 48417,
- 2,
- 11,
- 4,
- 0.14252,
- "_SCSEASPSMCPVQSVPTTVFK_"
- ],
- [
- 49497,
- 2,
- 11,
- 5,
- 0.14252,
- "_ELVNLIDNHQVTVISGETGCGK_"
- ],
- [
- 18722,
- 3,
- 17,
- 3,
- 0.22793,
- "_APVLSIDPPVHEVEQGIDAK_"
- ],
- [
- 40603,
- 2,
- 15,
- 6,
- 0.19946,
- "_LTHYDHVLIELTQAGLK_"
- ],
- [
- 30896,
- 3,
- 12,
- 5,
- 0.15676,
- "_FYDQLNHHIFELVSSSDANER_"
- ],
- [
- 4295,
- 4,
- 18,
- 5,
- 0.24217,
- "_PAMDIPPIHPGMIPPKPLMR_"
- ],
- [
- 41380,
- 2,
- 12,
- 5,
- 0.15676,
- "_ELVELSQASPHDISNVLK_"
- ],
- [
- 3575,
- 2,
- 11,
- 5,
- 0.14252,
- "_GETLGIIGLGR_"
- ],
- [
- 29600,
- 3,
- 15,
- 7,
- 0.19946,
- "_AVTGYKDPYTGQQISLFQAMQK_"
- ],
- [
- 3471,
- 2,
- 9,
- 3,
- 0.11404,
- "_VIAIDIDPVK_"
- ],
- [
- 18692,
- 2,
- 14,
- 2,
- 0.18524,
- "_EDTLLLIGHLER_"
- ],
- [
- 41325,
- 3,
- 14,
- 4,
- 0.18524,
- "_DLPGAIPPPMSAAHQLQAMHAQSAELQR_"
- ],
- [
- 38142,
- 3,
- 15,
- 7,
- 0.19946,
- "_SIMEECGGVHIHFPVEGSGSDTVVIR_"
- ],
- [
- 10926,
- 2,
- 13,
- 3,
- 0.171,
- "_ELNLSFCEIK_"
- ],
- [
- 42113,
- 2,
- 12,
- 5,
- 0.15676,
- "_LLSNSQTLGNDMLMNTPR_"
- ],
- [
- 4916,
- 2,
- 19,
- 5,
- 0.25642,
- "_MNEVISLWK_"
- ],
- [
- 49118,
- 2,
- 19,
- 7,
- 0.25642,
- "_IIMTSSASGIYGNFGQANYSAAK_"
- ],
- [
- 16374,
- 2,
- 19,
- 6,
- 0.25642,
- "_DMSGTMGFNEFK_"
- ],
- [
- 19772,
- 2,
- 13,
- 4,
- 0.171,
- "_LAEQIATLCATLK_"
- ],
- [
- 9774,
- 3,
- 12,
- 2,
- 0.15676,
- "_QPEWVVYHELVLTTK_"
- ],
- [
- 30448,
- 2,
- 19,
- 5,
- 0.25642,
- "_TCDLEEFQTCLVR_"
- ],
- [
- 27873,
- 2,
- 13,
- 6,
- 0.171,
- "_IESIQLMMDSETGR_"
- ],
- [
- 39720,
- 3,
- 19,
- 9,
- 0.25642,
- "_KIEPELDGSAQVTSHDASTNGLINFIK_"
- ],
- [
- 41144,
- 3,
- 20,
- 9,
- 0.27066,
- "_NSVCHTATVIANSFMHCGTTSDQFLR_"
- ],
- [
- 31133,
- 2,
- 13,
- 6,
- 0.171,
- "_GSSSYSQLLAATCLTK_"
- ],
- [
- 41368,
- 2,
- 12,
- 5,
- 0.15676,
- "_AAEEFVNIYYETMDKR_"
- ],
- [
- 33409,
- 2,
- 13,
- 5,
- 0.171,
- "_DKNSIYSGLEAFGDVK_"
- ],
- [
- 27630,
- 2,
- 18,
- 4,
- 0.24218,
- "_EMSSSTLNLVVAGAPK_"
- ],
- [
- 13414,
- 2,
- 18,
- 2,
- 0.24218,
- "_GVIDMGNSLIER_"
- ],
- [
- 39332,
- 2,
- 14,
- 6,
- 0.18525,
- "_QLYEMVLTYNFHQPK_"
- ],
- [
- 32254,
- 2,
- 9,
- 2,
- 0.11398,
- "_QLLDEVEVATEPAGSR_"
- ],
- [
- 20200,
- 2,
- 16,
- 5,
- 0.2137,
- "_VVNAVLTQIDQIK_"
- ],
- [
- 27494,
- 2,
- 9,
- 3,
- 0.11398,
- "_QIQFADDMQEFTK_"
- ],
- [
- 16071,
- 2,
- 8,
- 2,
- 0.099697,
- "_DMAGDWHWALR_"
- ],
- [
- 35552,
- 2,
- 9,
- 4,
- 0.11398,
- "_GMGLSMGTMICGWDKR_"
- ],
- [
- 27208,
- 3,
- 8,
- 2,
- 0.099697,
- "_NALKQETEVELYNEFPEPIK_"
- ],
- [
- 20459,
- 3,
- 16,
- 5,
- 0.2137,
- "_KLGGSLADSYLDEGFLLDKK_"
- ],
- [
- 46820,
- 2,
- 10,
- 3,
- 0.12828,
- "_MHILEETFAEPSLQATQMK_"
- ],
- [
- 13504,
- 2,
- 15,
- 5,
- 0.19948,
- "_EQADFALEALAK_"
- ],
- [
- 33973,
- 3,
- 25,
- 6,
- 0.34188,
- "_KYGGPPPDSVYSGVQPGIGTEVFVGK_"
- ],
- [
- 40448,
- 2,
- 10,
- 5,
- 0.12828,
- "_FHMAAEEMEWFNNYK_"
- ],
- [
- 1775,
- 2,
- 10,
- 3,
- 0.12828,
- "_NLILSAFPR_"
- ],
- [
- 49580,
- 2,
- 15,
- 5,
- 0.19948,
- "_NALKQETEVELYNEFPEPIK_"
- ],
- [
- 32443,
- 2,
- 8,
- 3,
- 0.099697,
- "_FSLSGGYWNSVSDTAK_"
- ],
- [
- 13261,
- 3,
- 14,
- 5,
- 0.18525,
- "_YLLSLEEERPALMDDR_"
- ],
- [
- 197,
- 2,
- 16,
- 4,
- 0.2137,
- "_LIFYDLR_"
- ],
- [
- 39581,
- 2,
- 14,
- 5,
- 0.18525,
- "_ENVLVETLNHEMYEAK_"
- ],
- [
- 21052,
- 2,
- 17,
- 2,
- 0.22793,
- "_AWTQVLLGQAEDK_"
- ],
- [
- 43914,
- 2,
- 15,
- 6,
- 0.19948,
- "_GLELQPQDNNGLCDPYIK_"
- ],
- [
- 46037,
- 2,
- 10,
- 3,
- 0.12828,
- "_SESTDSLGGLSPSEVTAIQCK_"
- ],
- [
- 38117,
- 2,
- 8,
- 2,
- 0.099697,
- "_IEDDMDGGDWSFCDGR_"
- ],
- [
- 46966,
- 2,
- 17,
- 7,
- 0.22793,
- "_AMLSGPGQFAENETNEVNFR_"
- ],
- [
- 38247,
- 2,
- 31,
- 3,
- 0.42737,
- "_PLPPAAIESPAVAAPAYSR_"
- ],
- [
- 2634,
- 3,
- 14,
- 4,
- 0.18525,
- "_LETVDPTYIFHPR_"
- ],
- [
- 32230,
- 3,
- 11,
- 5,
- 0.14253,
- "_IGSLGLGTGEDDDYVDDFNSTSHR_"
- ],
- [
- 29399,
- 2,
- 17,
- 4,
- 0.22793,
- "_DKPPLTDIGVLYEGK_"
- ],
- [
- 19918,
- 3,
- 9,
- 4,
- 0.11394,
- "_WSPTHEQQLISGSLDNIVK_"
- ],
- [
- 21256,
- 3,
- 19,
- 7,
- 0.25642,
- "_IYNSIYIGSQDALIAHYPR_"
- ],
- [
- 35134,
- 2,
- 8,
- 5,
- 0.099705,
- "_SYIDFEIEQEETER_"
- ],
- [
- 43115,
- 2,
- 29,
- 5,
- 0.39884,
- "_TVIGELPPASSGSALAANVCK_"
- ],
- [
- 20273,
- 4,
- 19,
- 8,
- 0.25642,
- "_KIEPELDGSAQVTSHDASTNGLINFIK_"
- ],
- [
- 1947,
- 2,
- 10,
- 3,
- 0.12822,
- "_STLINTLFK_"
- ],
- [
- 51151,
- 2,
- 10,
- 6,
- 0.12822,
- "_NTWAPAPDTWAPAPDQTEQDQNR_"
- ],
- [
- 13139,
- 3,
- 10,
- 6,
- 0.12822,
- "_FHMAAEEMEWFNNYK_"
- ],
- [
- 10364,
- 2,
- 13,
- 2,
- 0.171,
- "_VNPVTLETVLR_"
- ],
- [
- 29208,
- 2,
- 11,
- 6,
- 0.14252,
- "_VEAMALKPDLVNVIK_"
- ],
- [
- 22914,
- 3,
- 12,
- 5,
- 0.15677,
- "_SGSSSPDSEITELKFPSINHD_"
- ],
- [
- 5918,
- 4,
- 12,
- 7,
- 0.15677,
- "_LKQDTYGDIYNFPIHAFDK_"
- ],
- [
- 1073,
- 2,
- 12,
- 4,
- 0.15677,
- "_LLQQLFLK_"
- ],
- [
- 17078,
- 2,
- 12,
- 4,
- 0.15677,
- "_TVVAEYAIALAQK_"
- ],
- [
- 40892,
- 2,
- 12,
- 5,
- 0.15677,
- "_AMGDYLIVGVHTDEEIAK_"
- ],
- [
- 19765,
- 2,
- 6,
- 3,
- 0.071218,
- "_GMITVTDPDLIEK_"
- ],
- [
- 28239,
- 2,
- 12,
- 5,
- 0.15677,
- "_LVFLACCVAPTNPR_"
- ],
- [
- 28532,
- 2,
- 12,
- 6,
- 0.15677,
- "_VVSEDFLQDVSASTK_"
- ],
- [
- 29009,
- 2,
- 15,
- 2,
- 0.19949,
- "_SQLELLISPTCSCK_"
- ],
- [
- 23008,
- 4,
- 16,
- 6,
- 0.21372,
- "_EATAHFQITLNEIQAQLEQHDIHNAK_"
- ],
- [
- 16514,
- 3,
- 17,
- 6,
- 0.22794,
- "_STSESFIQHIVSLVHHVK_"
- ],
- [
- 38869,
- 2,
- 14,
- 3,
- 0.18524,
- "_DCGGAAQLAGPAAEADPLGR_"
- ],
- [
- 21961,
- 2,
- 16,
- 3,
- 0.21372,
- "_LENDGATALAEAFR_"
- ],
- [
- 41802,
- 2,
- 18,
- 3,
- 0.24218,
- "_CHVPLAQAQALVTSELEK_"
- ],
- [
- 5051,
- 3,
- 15,
- 5,
- 0.19949,
- "_IEVIKPGDLGVDLTSK_"
- ],
- [
- 29110,
- 2,
- 17,
- 4,
- 0.22794,
- "_VGVEVPDVNIEGPEGK_"
- ],
- [
- 18505,
- 2,
- 14,
- 4,
- 0.18524,
- "_NPEQEPIPIVLR_"
- ],
- [
- 13297,
- 3,
- 16,
- 4,
- 0.21372,
- "_LTHYDHVLIELTQAGLK_"
- ],
- [
- 10462,
- 3,
- 18,
- 6,
- 0.24218,
- "_GQYISPFHDIPIYADK_"
- ],
- [
- 11131,
- 2,
- 14,
- 4,
- 0.18524,
- "_FLLADNLYCK_"
- ],
- [
- 41534,
- 2,
- 17,
- 5,
- 0.22794,
- "_TGETGIEETILEGHLGVTK_"
- ],
- [
- 17343,
- 2,
- 17,
- 5,
- 0.22794,
- "_LGGNVVVSLEGKPL_"
- ],
- [
- 16121,
- 3,
- 18,
- 8,
- 0.24218,
- "_LHDLMHFNTLNNIDVIK_"
- ],
- [
- 26610,
- 2,
- 17,
- 5,
- 0.22794,
- "_NNGAGYFLEHLAFK_"
- ],
- [
- 1657,
- 2,
- 15,
- 4,
- 0.19949,
- "_IQDIVGILR_"
- ],
- [
- 6129,
- 3,
- 15,
- 5,
- 0.19949,
- "_RGGPPFAFVEFEDPR_"
- ],
- [
- 36596,
- 2,
- 17,
- 3,
- 0.22794,
- "_GVGIISEGNETVEDIAAR_"
- ],
- [
- 12893,
- 2,
- 14,
- 5,
- 0.18524,
- "_HLNSILVLDLR_"
- ],
- [
- 33010,
- 2,
- 15,
- 4,
- 0.19948,
- "_AAALATVNAWAEQTGMK_"
- ],
- [
- 24295,
- 2,
- 18,
- 5,
- 0.24218,
- "_DNNGVIGLLEPMKK_"
- ],
- [
- 16729,
- 3,
- 17,
- 5,
- 0.22796,
- "_ALNQEQVIAVHIDNGFMR_"
- ],
- [
- 3331,
- 4,
- 11,
- 3,
- 0.14245,
- "_IMDYSLLMSIHNIDHAQR_"
- ],
- [
- 48352,
- 2,
- 11,
- 2,
- 0.14245,
- "_AEEVEDETVELDVSDEEMAR_"
- ],
- [
- 38202,
- 2,
- 15,
- 4,
- 0.19948,
- "_LAQSLGNMNQICVCIR_"
- ],
- [
- 382,
- 2,
- 15,
- 5,
- 0.19948,
- "_QFLDYFK_"
- ],
- [
- 17791,
- 3,
- 17,
- 6,
- 0.22796,
- "_DHPESYHSFMWNNFFK_"
- ],
- [
- 45731,
- 2,
- 13,
- 6,
- 0.171,
- "_WSPTHEQQLISGSLDNIVK_"
- ],
- [
- 8317,
- 4,
- 19,
- 7,
- 0.25641,
- "_KGDVVIVLTGWRPGSGFTNTMR_"
- ],
- [
- 4020,
- 2,
- 19,
- 5,
- 0.25641,
- "_LHLGFIEIR_"
- ],
- [
- 4834,
- 2,
- 12,
- 3,
- 0.15676,
- "_LPLNFLSGEK_"
- ],
- [
- 39786,
- 2,
- 12,
- 4,
- 0.15676,
- "_LLDDAMAADKSDEWFAK_"
- ],
- [
- 15601,
- 2,
- 17,
- 2,
- 0.22796,
- "_GTPPPVFTPPLPK_"
- ],
- [
- 33350,
- 3,
- 16,
- 6,
- 0.21372,
- "_LALPGHAESYNPPPEYLLSEEER_"
- ],
- [
- 41062,
- 2,
- 12,
- 5,
- 0.15676,
- "_AVEQGGAFSNPETLDLYR_"
- ],
- [
- 18303,
- 3,
- 11,
- 7,
- 0.14245,
- "_(Acetyl (Protein N-term))AYHSFLVEPISCHAWNK_"
- ],
- [
- 14035,
- 3,
- 23,
- 6,
- 0.31337,
- "_WPEVDDDSIEDLGEVKK_"
- ],
- [
- 39487,
- 4,
- 16,
- 8,
- 0.21372,
- "_NGSFWRPPPLNPYLHGMSEEQETEAFVEEPSKK_"
- ],
- [
- 35878,
- 2,
- 14,
- 4,
- 0.18524,
- "_ALPAVQQNNLDEDLIR_"
- ],
- [
- 37786,
- 2,
- 17,
- 6,
- 0.22796,
- "_GQYISPFHDIPIYADK_"
- ],
- [
- 21555,
- 3,
- 13,
- 4,
- 0.171,
- "_MHILEETFAEPSLQATQMK_"
- ],
- [
- 28866,
- 4,
- 15,
- 9,
- 0.19948,
- "_LQSECHPDTCTQMTATEQWIFLCAAHK_"
- ],
- [
- 29309,
- 2,
- 21,
- 2,
- 0.28489,
- "_ETLDQINQELIQAK_"
- ],
- [
- 36539,
- 2,
- 10,
- 5,
- 0.12817,
- "_NIAIVFVPCGHLVTCK_"
- ],
- [
- 9240,
- 2,
- 9,
- 3,
- 0.11394,
- "_WDLFACNYK_"
- ],
- [
- 4652,
- 2,
- 14,
- 4,
- 0.18524,
- "_DSTFNVFVGK_"
- ],
- [
- 34529,
- 2,
- 9,
- 3,
- 0.11394,
- "_YFFGEGYTYGAQLQK_"
- ],
- [
- 37650,
- 3,
- 10,
- 7,
- 0.12817,
- "_ECTLLPETAHPDAAFQLTHAAQQLK_"
- ],
- [
- 45044,
- 2,
- 15,
- 6,
- 0.19948,
- "_LAGANPAVITCDELLLGHEK_"
- ],
- [
- 4040,
- 2,
- 17,
- 5,
- 0.22796,
- "_VNLFTDFDK_"
- ],
- [
- 23740,
- 3,
- 14,
- 6,
- 0.18524,
- "_TTNIELQGVPNDEVHPLLGVK_"
- ],
- [
- 34426,
- 2,
- 8,
- 3,
- 0.099694,
- "_QLQDQQAAQILDLER_"
- ],
- [
- 39493,
- 3,
- 14,
- 4,
- 0.18524,
- "_PAEAPTAPSPAQTLENSEPAPVSQLQSR_"
- ],
- [
- 41017,
- 3,
- 8,
- 3,
- 0.099694,
- "_MSQENISVHDSVISQWSEEDELADAK_"
- ],
- [
- 24094,
- 3,
- 18,
- 5,
- 0.24218,
- "_AHEACGPMEIDSALNTVQTLK_"
- ],
- [
- 8083,
- 2,
- 13,
- 2,
- 0.17102,
- "_YLNWIGVPTK_"
- ],
- [
- 41479,
- 4,
- 13,
- 8,
- 0.17102,
- "_SPHPAIQPLQAPQPAVHVQGQEPLTASMLAAAPPQEQK_"
- ],
- [
- 10643,
- 3,
- 13,
- 5,
- 0.17102,
- "_VDLPATSVVITFHNEAR_"
- ],
- [
- 15363,
- 3,
- 10,
- 4,
- 0.1282,
- "_ISMPGFKGEGPEVDVNLPK_"
- ],
- [
- 43890,
- 2,
- 10,
- 3,
- 0.1282,
- "_VDGHTLASSNTDFAFSLYK_"
- ],
- [
- 44993,
- 2,
- 10,
- 4,
- 0.1282,
- "_NSNVDSSYLESLYQSCPR_"
- ],
- [
- 1780,
- 2,
- 11,
- 2,
- 0.14243,
- "_LVGMSVLLAK_"
- ],
- [
- 47508,
- 2,
- 11,
- 4,
- 0.14243,
- "_SASVVSSDSISTSADNFSPDLR_"
- ],
- [
- 14163,
- 2,
- 11,
- 4,
- 0.14243,
- "_LDPHLVLDQLR_"
- ],
- [
- 37059,
- 2,
- 11,
- 5,
- 0.14243,
- "_DAEGLDEIDHAEMELR_"
- ],
- [
- 44681,
- 3,
- 13,
- 6,
- 0.17102,
- "_QGMDLSANQDEETDQETFQLEIDRDTK_"
- ],
- [
- 20349,
- 3,
- 12,
- 5,
- 0.15671,
- "_SAMQSVVDDWIESYKHDR_"
- ],
- [
- 28978,
- 2,
- 11,
- 4,
- 0.14243,
- "_NHQINSDLAQLLLR_"
- ],
- [
- 7440,
- 2,
- 7,
- 3,
- 0.085474,
- "_EEDLAPFSLR_"
- ],
- [
- 26449,
- 2,
- 11,
- 4,
- 0.14243,
- "_DTVATQLSEAVDATR_"
- ],
- [
- 1458,
- 2,
- 7,
- 4,
- 0.085474,
- "_NLFEQLVR_"
- ],
- [
- 47295,
- 2,
- 7,
- 3,
- 0.085474,
- "_ASPVAVGSSGAGADPSFQPVLSAR_"
- ],
- [
- 46561,
- 2,
- 7,
- 5,
- 0.085474,
- "_QQQLEQEQFHAFEEMIR_"
- ],
- [
- 45103,
- 2,
- 10,
- 4,
- 0.1282,
- "_EYFNSSTNLTDSCMDLAR_"
- ],
- [
- 36024,
- 2,
- 7,
- 2,
- 0.085474,
- "_KFIAYQFTDTPLQIK_"
- ],
- [
- 35582,
- 2,
- 15,
- 4,
- 0.19949,
- "_MTFALCCYSLTFMR_"
- ],
- [
- 20095,
- 2,
- 14,
- 4,
- 0.18526,
- "_QTLYTCLDVGLR_"
- ],
- [
- 27847,
- 2,
- 20,
- 4,
- 0.27067,
- "_CQLEINFNTLQTK_"
- ],
- [
- 3956,
- 2,
- 16,
- 3,
- 0.21374,
- "_DNAMLEYLK_"
- ],
- [
- 39953,
- 2,
- 14,
- 4,
- 0.18526,
- "_QAIPLDENEGIYVQDVK_"
- ],
- [
- 12446,
- 3,
- 14,
- 6,
- 0.18526,
- "_LLDDAMAADKSDEWFAK_"
- ],
- [
- 31748,
- 2,
- 17,
- 4,
- 0.22798,
- "_FGSEFSPELQASFQK_"
- ],
- [
- 13052,
- 4,
- 16,
- 5,
- 0.21374,
- "_AADVENVPPVISTPHHYLISIYR_"
- ],
- [
- 24229,
- 2,
- 20,
- 4,
- 0.27067,
- "_EYTDVYPEIIER_"
- ],
- [
- 23031,
- 2,
- 20,
- 4,
- 0.27067,
- "_DAGEGGLSLAIEGPSK_"
- ],
- [
- 36702,
- 2,
- 15,
- 4,
- 0.19949,
- "_EELNSSVAIADTALEDR_"
- ],
- [
- 26969,
- 3,
- 16,
- 5,
- 0.21374,
- "_ELVNLIDNHQVTVISGETGCGK_"
- ],
- [
- 48645,
- 2,
- 16,
- 5,
- 0.21374,
- "_EAALANQEVWEETQGMAPPSR_"
- ],
- [
- 44607,
- 2,
- 16,
- 3,
- 0.21374,
- "_QLQEETPPGGPLTEALPPAR_"
- ],
- [
- 25249,
- 3,
- 17,
- 6,
- 0.22799,
- "_SAYCPYSHFPVGAALLTQEGR_"
- ],
- [
- 12368,
- 4,
- 20,
- 6,
- 0.27069,
- "_TTFFHHEYPWILSASDDQTIR_"
- ],
- [
- 27602,
- 3,
- 16,
- 7,
- 0.21375,
- "_TATVGGAMMGSTHIYDMSTVMSR_"
- ],
- [
- 25575,
- 3,
- 15,
- 6,
- 0.19951,
- "_LGSPDYGNSALLSLPGYRPTTR_"
- ],
- [
- 47939,
- 2,
- 12,
- 6,
- 0.15669,
- "_HNYYESFSLSPAAVADNVER_"
- ],
- [
- 23479,
- 2,
- 16,
- 6,
- 0.21375,
- "_QILENELQIPVSK_"
- ],
- [
- 12818,
- 2,
- 12,
- 5,
- 0.15669,
- "_ALMAPNLDSFGR_"
- ],
- [
- 18021,
- 4,
- 13,
- 7,
- 0.17097,
- "_ECTLLPETAHPDAAFQLTHAAQQLK_"
- ],
- [
- 26696,
- 2,
- 14,
- 4,
- 0.18527,
- "_YGWLAAPQAYVSEK_"
- ],
- [
- 25113,
- 2,
- 12,
- 5,
- 0.15669,
- "_DMSISNTTMDEFR_"
- ],
- [
- 7798,
- 2,
- 14,
- 4,
- 0.18527,
- "_LNDTIQLLVR_"
- ],
- [
- 13970,
- 3,
- 14,
- 6,
- 0.18527,
- "_LISGVSRPDEVLECIER_"
- ],
- [
- 46315,
- 2,
- 13,
- 3,
- 0.17097,
- "_FGQAATM(Oxidation (M))EGIGAIGGTPPAFNR_"
- ],
- [
- 21563,
- 4,
- 15,
- 4,
- 0.19951,
- "_TEVSFTLNEDLANIHDIGGKPASVSAPR_"
- ],
- [
- 9703,
- 2,
- 15,
- 4,
- 0.19951,
- "_WELNPEIVAR_"
- ],
- [
- 9761,
- 2,
- 10,
- 2,
- 0.12821,
- "_SGPIFIVVPNGK_"
- ],
- [
- 17112,
- 2,
- 16,
- 4,
- 0.21375,
- "_ESMLVEWEQVK_"
- ],
- [
- 34541,
- 2,
- 12,
- 2,
- 0.15669,
- "_YYQLFLDSLRDPNK_"
- ],
- [
- 24278,
- 3,
- 11,
- 4,
- 0.14245,
- "_SAQFEHTLLVTDTGCEILTR_"
- ],
- [
- 48297,
- 2,
- 12,
- 3,
- 0.15669,
- "_SAQFEHTLLVTDTGCEILTR_"
- ],
- [
- 15811,
- 2,
- 14,
- 4,
- 0.18527,
- "_TEMENEFVLIK_"
- ],
- [
- 4584,
- 4,
- 11,
- 5,
- 0.14245,
- "_ALDIDLDKPLADSEKLPIQK_"
- ],
- [
- 43346,
- 4,
- 16,
- 6,
- 0.21375,
- "_EVGGQGAGNTGGLEPVHPASLPDSSLATSAPLCCTLCHER_"
- ],
- [
- 23668,
- 2,
- 14,
- 4,
- 0.18527,
- "_APDVEGQGLDWSLK_"
- ],
- [
- 34990,
- 2,
- 16,
- 6,
- 0.21375,
- "_VSLDVNHFAPDELTVK_"
- ],
- [
- 47590,
- 2,
- 15,
- 6,
- 0.19951,
- "_DLGLSESGEDVNAAILDESGKK_"
- ],
- [
- 6540,
- 4,
- 20,
- 7,
- 0.27069,
- "_IEEVPELPLVVEDKVEGYKK_"
- ],
- [
- 17027,
- 2,
- 10,
- 3,
- 0.12821,
- "_DKPLLSALDFEK_"
- ],
- [
- 20690,
- 4,
- 9,
- 6,
- 0.11397,
- "_AFPSDHYAIESQLQLHGLNIEESM(Oxidation (M))R_"
- ],
- [
- 37201,
- 2,
- 15,
- 3,
- 0.19951,
- "_FMQDPM(Oxidation (M))EVFVDDETK_"
- ],
- [
- 3467,
- 2,
- 14,
- 3,
- 0.18527,
- "_DVPLLPSDVK_"
- ],
- [
- 23977,
- 2,
- 16,
- 6,
- 0.21375,
- "_DAGYGGISLAVEGPSK_"
- ],
- [
- 37798,
- 4,
- 15,
- 7,
- 0.19951,
- "_LHSSGDWPVPQAHADTGETGAPSADSQADVIPAVMGR_"
- ],
- [
- 41971,
- 2,
- 13,
- 4,
- 0.17094,
- "_DLQELGDSDKYFIEDGR_"
- ],
- [
- 10788,
- 2,
- 19,
- 5,
- 0.25649,
- "_ADIEMPFDPSK_"
- ],
- [
- 48779,
- 2,
- 18,
- 7,
- 0.24225,
- "_SAYCPYSHFPVGAALLTQEGR_"
- ],
- [
- 27588,
- 2,
- 8,
- 4,
- 0.099739,
- "_SSMDGAGAEEVLAPLR_"
- ],
- [
- 24694,
- 2,
- 15,
- 5,
- 0.19953,
- "_QIDAPGDPFPLNPR_"
- ],
- [
- 32095,
- 4,
- 13,
- 5,
- 0.17094,
- "_QQIEELENHLATQANNSHITPQDLSMAMQK_"
- ],
- [
- 37296,
- 2,
- 13,
- 4,
- 0.17094,
- "_KEDLIYLTSDSPNILK_"
- ],
- [
- 19048,
- 2,
- 13,
- 3,
- 0.17094,
- "_NLQEEIDALESR_"
- ],
- [
- 13200,
- 2,
- 13,
- 2,
- 0.17094,
- "_SPALQILLTNTK_"
- ],
- [
- 35730,
- 2,
- 10,
- 2,
- 0.12822,
- "_ELEEAVTSALQQETEK_"
- ],
- [
- 10424,
- 3,
- 10,
- 2,
- 0.12822,
- "_AGIGVYWGPGHPLNVGIR_"
- ],
- [
- 14875,
- 2,
- 12,
- 3,
- 0.15671,
- "_DCMLTNPELLK_"
- ],
- [
- 21157,
- 3,
- 11,
- 3,
- 0.14246,
- "_QQQLEQEQFHAFEEMIR_"
- ],
- [
- 36419,
- 2,
- 11,
- 5,
- 0.14246,
- "_EVIDLLKPDQVEGIQK_"
- ],
- [
- 37318,
- 2,
- 17,
- 3,
- 0.22801,
- "_TIQTAESLGVPYEQWK_"
- ],
- [
- 6672,
- 2,
- 12,
- 3,
- 0.15671,
- "_ESDVVQELLK_"
- ],
- [
- 44564,
- 4,
- 17,
- 7,
- 0.22801,
- "_MESEGGADDSAEEGDLLDDDDNEDRGDDQLELIKDDEK_"
- ],
- [
- 34479,
- 4,
- 11,
- 7,
- 0.14246,
- "_IQALPTVPVTEEHVGSGLECPVCKDDYALGER_"
- ],
- [
- 20893,
- 3,
- 13,
- 6,
- 0.17094,
- "_LTEEETVCLDLDKVEAYR_"
- ],
- [
- 43356,
- 2,
- 10,
- 6,
- 0.12822,
- "_LTMELTGDSMEVKPIMTR_"
- ],
- [
- 18939,
- 3,
- 18,
- 7,
- 0.24225,
- "_LAGANPAVITCDELLLGHEK_"
- ],
- [
- 45437,
- 3,
- 16,
- 6,
- 0.21377,
- "_VEGQLGCKPEVTIECTGAEASIQAGIYATR_"
- ],
- [
- 27933,
- 2,
- 15,
- 6,
- 0.19953,
- "_VNVEAPDVNLEGLGGK_"
- ],
- [
- 35369,
- 2,
- 14,
- 6,
- 0.18522,
- "_QLCDNAGFDATNILNK_"
- ],
- [
- 2586,
- 2,
- 9,
- 3,
- 0.11399,
- "_ILDTIDIVR_"
- ],
- [
- 37948,
- 2,
- 16,
- 5,
- 0.21377,
- "_VDLPATSVVITFHNEAR_"
- ],
- [
- 23627,
- 3,
- 9,
- 5,
- 0.11399,
- "_AVIVPGNGGGDVTTHGWYGWVK_"
- ],
- [
- 22916,
- 3,
- 8,
- 2,
- 0.099739,
- "_DLGLSESGEDVNAAILDESGKK_"
- ],
- [
- 48950,
- 2,
- 16,
- 5,
- 0.21377,
- "_MTSQEAACFPDIISGPQQTQK_"
- ],
- [
- 33729,
- 2,
- 14,
- 4,
- 0.18522,
- "_EYCGIPGEADEELLR_"
- ],
- [
- 50228,
- 2,
- 16,
- 6,
- 0.21377,
- "_VGSSSSESCAQDLPVLVGEEGEVK_"
- ],
- [
- 48355,
- 2,
- 13,
- 4,
- 0.17094,
- "_IQEIIEQLDVTTSEYEKEK_"
- ],
- [
- 25268,
- 2,
- 16,
- 6,
- 0.21377,
- "_NILFVITKPDVYK_"
- ],
- [
- 27209,
- 3,
- 27,
- 7,
- 0.37039,
- "_KGDVVIVLTGWRPGSGFTNTMR_"
- ],
- [
- 33315,
- 3,
- 13,
- 4,
- 0.17094,
- "_TGTTVPESIHSFIGDGLVKPEALNK_"
- ],
- [
- 16628,
- 3,
- 13,
- 5,
- 0.17094,
- "_LTMELTGDSMEVKPIMTR_"
- ],
- [
- 31114,
- 3,
- 13,
- 5,
- 0.17096,
- "_GSWDDLVEGHNELSVSTLTADKR_"
- ],
- [
- 22443,
- 3,
- 9,
- 2,
- 0.11399,
- "_HLAGLFNSITSFYHPSNNGR_"
- ],
- [
- 6480,
- 4,
- 18,
- 3,
- 0.24226,
- "_YLLHGLECVVAMHQAQLISK_"
- ],
- [
- 3176,
- 2,
- 12,
- 4,
- 0.15672,
- "_LDVTLGDLTK_"
- ],
- [
- 43503,
- 2,
- 12,
- 4,
- 0.15672,
- "_GTLSDSEIETNSATSTIFGK_"
- ],
- [
- 12075,
- 3,
- 11,
- 3,
- 0.14248,
- "_QIYQDLFQDCHFYH_"
- ],
- [
- 29623,
- 2,
- 21,
- 8,
- 0.28498,
- "_MACGAEFSMIMDCK_"
- ],
- [
- 20304,
- 3,
- 9,
- 5,
- 0.11399,
- "_LLDTTITFSLEQSGTRPER_"
- ],
- [
- 51762,
- 3,
- 13,
- 7,
- 0.17096,
- "_(Acetyl (Protein N-term))SSEAETQQPPAAPPAAPALSAADTKPGTTGSGAGSGGPGGLTSAAPAGGDK_"
- ],
- [
- 40109,
- 2,
- 16,
- 3,
- 0.21378,
- "_TQGQDSLEAQLSSLESSR_"
- ],
- [
- 17525,
- 2,
- 9,
- 3,
- 0.11399,
- "_AHLALIDYLTQK_"
- ],
- [
- 36044,
- 2,
- 11,
- 5,
- 0.14248,
- "_EFGTEFTDHYIEVVK_"
- ],
- [
- 10388,
- 4,
- 11,
- 5,
- 0.14248,
- "_TLITVAHTDGNYLGNSWHEILK_"
- ],
- [
- 49688,
- 2,
- 18,
- 8,
- 0.24226,
- "_LIEAEDNMNCQMSNITVTYR_"
- ],
- [
- 11270,
- 2,
- 7,
- 4,
- 0.085498,
- "_DEEMIGPIIDK_"
- ],
- [
- 5782,
- 3,
- 9,
- 4,
- 0.11399,
- "_DKDMVQDLLDFKDK_"
- ],
- [
- 9238,
- 3,
- 11,
- 4,
- 0.14248,
- "_EVIDLLKPDQVEGIQK_"
- ],
- [
- 30267,
- 2,
- 13,
- 4,
- 0.17096,
- "_AITFFTEDDKPLLR_"
- ],
- [
- 22014,
- 2,
- 10,
- 2,
- 0.12824,
- "_LLYEANLPENFR_"
- ],
- [
- 25076,
- 3,
- 17,
- 5,
- 0.22802,
- "_TREGNDLYHEMIESGVINLK_"
- ],
- [
- 19192,
- 2,
- 14,
- 5,
- 0.18519,
- "_FQDGVLEPDFPR_"
- ],
- [
- 50069,
- 2,
- 12,
- 5,
- 0.15672,
- "_(Acetyl (Protein N-term))MDHTDNELQGTNSSGSLGGLDVR_"
- ],
- [
- 17348,
- 3,
- 12,
- 4,
- 0.15672,
- "_VDGHTLASSNTDFAFSLYK_"
- ],
- [
- 26633,
- 2,
- 14,
- 6,
- 0.18519,
- "_DMQPSMESDMALVK_"
- ],
- [
- 34997,
- 4,
- 12,
- 6,
- 0.15672,
- "_EDVSTLIGDDLASCKDETDESSKEETEPQVLK_"
- ],
- [
- 37447,
- 2,
- 12,
- 4,
- 0.15672,
- "_IGGVQQDTILAEGLHFR_"
- ],
- [
- 10572,
- 2,
- 16,
- 3,
- 0.21378,
- "_LMDEVAGIVAAR_"
- ],
- [
- 36726,
- 2,
- 5,
- 2,
- 0.057022,
- "_AAIVCYDLTDSSSFER_"
- ],
- [
- 29707,
- 3,
- 13,
- 6,
- 0.17096,
- "_KGVNLPGAAVDLPAVSEKDIQDLK_"
- ],
- [
- 11240,
- 2,
- 7,
- 3,
- 0.085498,
- "_LFGAPEPSTIAR_"
- ],
- [
- 40189,
- 2,
- 12,
- 2,
- 0.15672,
- "_DYNPYPYSDAINTYDK_"
- ],
- [
- 4366,
- 2,
- 11,
- 5,
- 0.14248,
- "_ALDDMISTLK_"
- ],
- [
- 26793,
- 2,
- 16,
- 6,
- 0.21378,
- "_AVFQANQENLPILK_"
- ],
- [
- 22110,
- 2,
- 20,
- 7,
- 0.27075,
- "_CSEGVFLLTTTPR_"
- ],
- [
- 18031,
- 4,
- 15,
- 4,
- 0.19948,
- "_QVQCKPLLESQKPLPDAVLEELQK_"
- ],
- [
- 43739,
- 2,
- 12,
- 2,
- 0.15672,
- "_ELSESVQQQSTPVPLISPK_"
- ],
- [
- 24728,
- 2,
- 6,
- 2,
- 0.071289,
- "_TSDIFEADIANDVK_"
- ],
- [
- 44516,
- 2,
- 13,
- 5,
- 0.17098,
- "_AEGEAEEESDFDVFPSSPR_"
- ],
- [
- 5543,
- 2,
- 14,
- 2,
- 0.18523,
- "_FEELTNLIR_"
- ],
- [
- 28049,
- 2,
- 9,
- 4,
- 0.11401,
- "_LQEVEVPEDFGPVR_"
- ],
- [
- 40576,
- 3,
- 13,
- 6,
- 0.17098,
- "_STLMNTLFNTTFETEEASHHEACVR_"
- ],
- [
- 30224,
- 3,
- 13,
- 5,
- 0.17098,
- "_VVTNYNSAHDQNSNLLIEYFR_"
- ],
- [
- 31009,
- 3,
- 13,
- 4,
- 0.17098,
- "_TTIPHVLLTWRPVGMEEDSSEK_"
- ],
- [
- 17169,
- 2,
- 10,
- 4,
- 0.12826,
- "_QSIDALKDWFR_"
- ],
- [
- 30159,
- 2,
- 13,
- 4,
- 0.17098,
- "_QDLPNAMAISEMTDK_"
- ],
- [
- 6089,
- 2,
- 15,
- 4,
- 0.19946,
- "_MLIEDVDALK_"
- ],
- [
- 3283,
- 2,
- 7,
- 3,
- 0.085525,
- "_TMFLPLAER_"
- ],
- [
- 5131,
- 2,
- 11,
- 3,
- 0.14251,
- "_SLLLVPNGALK_"
- ],
- [
- 9581,
- 2,
- 11,
- 3,
- 0.14251,
- "_GAAFGFNVIATR_"
- ],
- [
- 3500,
- 2,
- 11,
- 3,
- 0.14251,
- "_DPGLVDQLVK_"
- ],
- [
- 31395,
- 3,
- 11,
- 6,
- 0.14251,
- "_ACLNSTYEYIFNNCHDLYSR_"
- ],
- [
- 22224,
- 2,
- 16,
- 6,
- 0.21374,
- "_GSFSEQGINEFLR_"
- ],
- [
- 11374,
- 2,
- 16,
- 4,
- 0.21374,
- "_AITGASLADIMAK_"
- ],
- [
- 19902,
- 2,
- 11,
- 2,
- 0.14251,
- "_LLPHQLYGVVPQA_"
- ],
- [
- 48078,
- 2,
- 16,
- 6,
- 0.21374,
- "_GLGAAEFGGAAGNVEAPGETFAQR_"
- ],
- [
- 35489,
- 2,
- 12,
- 4,
- 0.15674,
- "_SVGYKPDFVGFEIPDK_"
- ],
- [
- 33202,
- 2,
- 12,
- 3,
- 0.15674,
- "_VGDTVLGMATQCVQMK_"
- ],
- [
- 5137,
- 3,
- 16,
- 6,
- 0.21374,
- "_LEIYVVTAEGLRPVK_"
- ],
- [
- 22566,
- 2,
- 14,
- 5,
- 0.18523,
- "_QSIINPDWNFEK_"
- ],
- [
- 21903,
- 2,
- 16,
- 7,
- 0.21374,
- "_MNPGDLQWMTAGR_"
- ],
- [
- 16923,
- 2,
- 12,
- 3,
- 0.15674,
- "_TEEELQAILEAK_"
- ],
- [
- 34778,
- 3,
- 14,
- 7,
- 0.18523,
- "_CVLLSNLSSTSHVPEVDPGSAELQK_"
- ],
- [
- 39182,
- 2,
- 8,
- 3,
- 0.099765,
- "_DFSASYFSGEQEVTPSR_"
- ],
- [
- 26604,
- 2,
- 6,
- 3,
- 0.071289,
- "_LDSTQVGDFLGDSAR_"
- ],
- [
- 24852,
- 3,
- 15,
- 3,
- 0.19946,
- "_YLLHGLECVVAMHQAQLISK_"
- ],
- [
- 33716,
- 3,
- 12,
- 2,
- 0.15674,
- "_FYQNNKDFIDSLGLLHEQNMAK_"
- ],
- [
- 13899,
- 2,
- 10,
- 4,
- 0.12826,
- "_GVSFTFGADVVSK_"
- ],
- [
- 6879,
- 2,
- 12,
- 6,
- 0.15674,
- "_DGETLEELMK_"
- ],
- [
- 20577,
- 2,
- 14,
- 3,
- 0.18523,
- "_CSWLVVQCLQR_"
- ],
- [
- 13570,
- 3,
- 14,
- 5,
- 0.18521,
- "_VDINAPDVGVQGPDWHLK_"
- ],
- [
- 21631,
- 3,
- 14,
- 6,
- 0.18521,
- "_EPPCFLQCFQGGMVVHSGR_"
- ],
- [
- 47649,
- 3,
- 11,
- 7,
- 0.14249,
- "_GAPSPGVLGPHASEPQLAPPACTPAAPAVPGPPGPR_"
- ],
- [
- 28831,
- 2,
- 14,
- 6,
- 0.18521,
- "_VCMDLNDTFPEYK_"
- ],
- [
- 32070,
- 3,
- 13,
- 6,
- 0.17097,
- "_SSIEDAQCPGLPDLIEENHVVNK_"
- ],
- [
- 17665,
- 2,
- 13,
- 2,
- 0.17097,
- "_DFLPVDPATSNGR_"
- ],
- [
- 49785,
- 2,
- 12,
- 5,
- 0.15673,
- "_VSEALLDGSFGNCSSQYEEYR_"
- ],
- [
- 27175,
- 2,
- 11,
- 3,
- 0.14249,
- "_GPELLNMYVGESER_"
- ],
- [
- 18660,
- 3,
- 13,
- 5,
- 0.17097,
- "_AILQHLGLESTCDDSIIVK_"
- ],
- [
- 34050,
- 2,
- 11,
- 4,
- 0.14249,
- "_LPQFVQSADLEVQER_"
- ],
- [
- 7491,
- 2,
- 10,
- 4,
- 0.12824,
- "_VSVENFELLK_"
- ],
- [
- 40832,
- 3,
- 14,
- 5,
- 0.18521,
- "_SEMDSMPYTQNFISCNQPVLPQHSK_"
- ],
- [
- 30937,
- 2,
- 18,
- 3,
- 0.24228,
- "_QTQPTVNWVVPVADK_"
- ],
- [
- 32237,
- 2,
- 17,
- 5,
- 0.22797,
- "_ESVNAAFEMTLTEGSK_"
- ],
- [
- 39055,
- 3,
- 18,
- 8,
- 0.24228,
- "_VGMGSGSICITQEVLACGRPQATAVYK_"
- ],
- [
- 10162,
- 3,
- 15,
- 7,
- 0.19946,
- "_IGGVQQDTILAEGLHFR_"
- ],
- [
- 32747,
- 2,
- 15,
- 6,
- 0.19946,
- "_VAECSTGTLDYILQR_"
- ],
- [
- 35274,
- 3,
- 18,
- 8,
- 0.24228,
- "_MEVGPTMVGDEQSDPELMQHLGASK_"
- ],
- [
- 27187,
- 2,
- 17,
- 5,
- 0.22797,
- "_LGIGQSQEMNTLFR_"
- ],
- [
- 32346,
- 3,
- 16,
- 6,
- 0.21369,
- "_HVITLHVSALTQTQAVEGEIDLAK_"
- ],
- [
- 40765,
- 2,
- 22,
- 6,
- 0.29924,
- "_GTGVVTSVPSDSPDDIAALR_"
- ],
- [
- 8443,
- 3,
- 15,
- 5,
- 0.19946,
- "_SVGYKPDFVGFEIPDK_"
- ],
- [
- 10774,
- 3,
- 14,
- 5,
- 0.18521,
- "_AFIHWVSQPLMCEVR_"
- ],
- [
- 36263,
- 2,
- 25,
- 6,
- 0.34193,
- "_FEVQGLQPNGEEMTLK_"
- ],
- [
- 33341,
- 2,
- 19,
- 4,
- 0.25652,
- "_TLVAHYPPVQVLFEK_"
- ],
- [
- 20202,
- 2,
- 15,
- 6,
- 0.19946,
- "_AVAQAGTVGTLLIVK_"
- ],
- [
- 43253,
- 4,
- 16,
- 7,
- 0.21369,
- "_LVLGTHTSDEQNHLVIASVQLPNDDAQFDASHYDSEK_"
- ],
- [
- 32579,
- 2,
- 14,
- 6,
- 0.18521,
- "_NATVHPGLELPLMMAK_"
- ],
- [
- 32774,
- 2,
- 15,
- 5,
- 0.19949,
- "_GDVSNLDPNFSFEGTK_"
- ],
- [
- 45061,
- 2,
- 17,
- 6,
- 0.22797,
- "_GMQTQSAECLVIGQIACQK_"
- ],
- [
- 43029,
- 3,
- 16,
- 6,
- 0.21373,
- "_ETVKPVEVEEGESVVLPCNPPPSAEPLR_"
- ],
- [
- 5818,
- 2,
- 14,
- 3,
- 0.18525,
- "_QDVINTLLPK_"
- ],
- [
- 35054,
- 2,
- 11,
- 2,
- 0.14251,
- "_EEEAIQLDGLNASQIR_"
- ],
- [
- 33857,
- 2,
- 21,
- 5,
- 0.28503,
- "_LPQVAEEISGPLTSANK_"
- ],
- [
- 31107,
- 4,
- 14,
- 6,
- 0.18525,
- "_SEHQAVLQSLSQTIECLQQGGHEEGLVHEK_"
- ],
- [
- 4559,
- 3,
- 14,
- 5,
- 0.18525,
- "_AITFFTEDDKPLLR_"
- ],
- [
- 39376,
- 2,
- 8,
- 5,
- 0.099792,
- "_MDAGIICDVCTCELQK_"
- ],
- [
- 16822,
- 2,
- 10,
- 2,
- 0.12827,
- "_GNQLEICAVVLR_"
- ],
- [
- 9326,
- 2,
- 19,
- 4,
- 0.25655,
- "_IIQLLDDYPK_"
- ],
- [
- 13590,
- 2,
- 17,
- 4,
- 0.22797,
- "_SNSVEMDWVLK_"
- ],
- [
- 17156,
- 2,
- 14,
- 4,
- 0.18525,
- "_GFDQELNVDWR_"
- ],
- [
- 27547,
- 3,
- 13,
- 5,
- 0.17101,
- "_SDVCTPGGTTIYGLHALEQGGLR_"
- ],
- [
- 13874,
- 4,
- 17,
- 5,
- 0.22797,
- "_FYQNNKDFIDSLGLLHEQNMAK_"
- ],
- [
- 32833,
- 2,
- 13,
- 5,
- 0.17101,
- "_TKTENPLILIDEVDK_"
- ],
- [
- 39221,
- 2,
- 17,
- 8,
- 0.22797,
- "_LFTFHADICTLPDTEK_"
- ],
- [
- 23105,
- 3,
- 20,
- 7,
- 0.27079,
- "_EKPSYDTETDPSEGLMNVLK_"
- ],
- [
- 19513,
- 2,
- 18,
- 5,
- 0.24225,
- "_SLLVNPEGPTLMR_"
- ],
- [
- 47177,
- 2,
- 16,
- 6,
- 0.21373,
- "_GFTGIDSEYEKPEAPELVLK_"
- ],
- [
- 45990,
- 2,
- 12,
- 3,
- 0.15676,
- "_FLGSNDEEMSYDNNPYIR_"
- ],
- [
- 6981,
- 2,
- 15,
- 4,
- 0.19949,
- "_YLAVESPFLK_"
- ],
- [
- 30685,
- 3,
- 15,
- 5,
- 0.19949,
- "_EGEELEYEFDEQGHSTWLCR_"
- ],
- [
- 22149,
- 3,
- 15,
- 6,
- 0.19949,
- "_GFTGIDSEYEKPEAPELVLK_"
- ],
- [
- 16837,
- 3,
- 12,
- 5,
- 0.15676,
- "_MDGPGYGDEEEPLHTILGK_"
- ],
- [
- 46148,
- 3,
- 12,
- 6,
- 0.15676,
- "_TPVANQSSNLTATQMSFPVQGVHTVAQTVSR_"
- ],
- [
- 47574,
- 2,
- 12,
- 3,
- 0.15676,
- "_DLKPSNILYVDESGNPESIR_"
- ],
- [
- 3844,
- 2,
- 13,
- 3,
- 0.17101,
- "_DLAFTLEER_"
- ],
- [
- 35868,
- 2,
- 11,
- 2,
- 0.14251,
- "_LEAELGNM(Oxidation (M))QGLVEDFK_"
- ],
- [
- 19623,
- 2,
- 15,
- 4,
- 0.19949,
- "_AVSILPLLGHGVPR_"
- ],
- [
- 28701,
- 2,
- 11,
- 3,
- 0.14251,
- "_DGSLIVSSSYDGLCR_"
- ],
- [
- 38376,
- 2,
- 10,
- 3,
- 0.12827,
- "_LNLSCIHSPVVNELMR_"
- ],
- [
- 4021,
- 2,
- 10,
- 3,
- 0.12827,
- "_AWITAPVALR_"
- ],
- [
- 8192,
- 2,
- 14,
- 4,
- 0.18525,
- "_GDGVVLVAPPLR_"
- ],
- [
- 47310,
- 2,
- 10,
- 4,
- 0.12827,
- "_HENNLSVLAISNMEASSTLAK_"
- ],
- [
- 19026,
- 3,
- 10,
- 4,
- 0.12827,
- "_VQKEDIEVYFTGPGWEAR_"
- ],
- [
- 41387,
- 3,
- 13,
- 7,
- 0.17101,
- "_LSFDSSPTSSTDGHSSYGLDSGFCTISR_"
- ],
- [
- 26145,
- 2,
- 14,
- 4,
- 0.18525,
- "_SNLISGSVMYIEEK_"
- ],
- [
- 32449,
- 2,
- 9,
- 4,
- 0.11403,
- "_VSLVELCDGQADLATK_"
- ],
- [
- 40846,
- 2,
- 14,
- 4,
- 0.18526,
- "_EEGQDPDEIGIELEATSK_"
- ],
- [
- 49235,
- 2,
- 18,
- 6,
- 0.24222,
- "_TYLSEGPYYVKPVSTTAVEGAE_"
- ],
- [
- 9968,
- 2,
- 9,
- 3,
- 0.11405,
- "_QSVVVLMGSLAK_"
- ],
- [
- 33155,
- 2,
- 8,
- 2,
- 0.099791,
- "_KIGDEYFTFITDCK_"
- ],
- [
- 29681,
- 3,
- 12,
- 6,
- 0.15677,
- "_VTENYLCKPEDNIYSIDFTR_"
- ],
- [
- 31145,
- 2,
- 23,
- 7,
- 0.31353,
- "_LEIYVVTAEGLRPVK_"
- ],
- [
- 13983,
- 2,
- 13,
- 5,
- 0.17102,
- "_DYTYEELLNR_"
- ],
- [
- 2755,
- 2,
- 12,
- 2,
- 0.15677,
- "_WPGDILAYK_"
- ],
- [
- 6355,
- 2,
- 11,
- 4,
- 0.14252,
- "_APSYIEIFGR_"
- ],
- [
- 16027,
- 2,
- 21,
- 3,
- 0.28505,
- "_NVGQFSGFPFEK_"
- ],
- [
- 19233,
- 2,
- 10,
- 5,
- 0.12828,
- "_FYEADCYIVLK_"
- ],
- [
- 13483,
- 3,
- 10,
- 4,
- 0.12828,
- "_GVMISHSNIIAGITGMAER_"
- ],
- [
- 21261,
- 4,
- 16,
- 6,
- 0.21374,
- "_STLMNTLFNTTFETEEASHHEACVR_"
- ],
- [
- 32604,
- 2,
- 16,
- 3,
- 0.21374,
- "_EALENCITLQDFNR_"
- ],
- [
- 9096,
- 3,
- 17,
- 5,
- 0.22799,
- "_ILGSGISSSSVLHGMVFK_"
- ],
- [
- 46941,
- 2,
- 13,
- 5,
- 0.17102,
- "_VNNSTM(Oxidation (M))LGASGDYADFQYLK_"
- ],
- [
- 15217,
- 4,
- 10,
- 2,
- 0.12828,
- "_THPVHPELVSGTFLCLDCQTVIR_"
- ],
- [
- 19822,
- 3,
- 10,
- 2,
- 0.12828,
- "_LQPASLQSLWLQDTQVHGK_"
- ],
- [
- 47687,
- 2,
- 17,
- 7,
- 0.22799,
- "_EKPSYDTETDPSEGLMNVLK_"
- ],
- [
- 16038,
- 2,
- 15,
- 3,
- 0.1995,
- "_QAVQILDELAEK_"
- ],
- [
- 37476,
- 2,
- 7,
- 3,
- 0.085535,
- "_ELLILQGGPPQSCTDVK_"
- ],
- [
- 34616,
- 2,
- 25,
- 6,
- 0.34201,
- "_QFASQANVVGPWIQTK_"
- ],
- [
- 2215,
- 3,
- 14,
- 4,
- 0.18526,
- "_EWYGYHFPELVK_"
- ],
- [
- 27039,
- 2,
- 13,
- 3,
- 0.17102,
- "_DQLASIFLACTSHK_"
- ],
- [
- 27407,
- 2,
- 18,
- 5,
- 0.24222,
- "_TYEAALETIQNMSK_"
- ],
- [
- 20921,
- 2,
- 9,
- 3,
- 0.11405,
- "_LPQLLSSESVNLR_"
- ],
- [
- 22425,
- 2,
- 11,
- 4,
- 0.14252,
- "_GGGVTNLLWSPDGSK_"
- ],
- [
- 44581,
- 2,
- 11,
- 6,
- 0.14252,
- "_GAALDVHESEPFSFAQGPLK_"
- ],
- [
- 21175,
- 3,
- 8,
- 3,
- 0.099791,
- "_KEETFTPMPSPYYMELTK_"
- ],
- [
- 41620,
- 2,
- 20,
- 7,
- 0.27081,
- "_CLELFSELAEDKENYK_"
- ],
- [
- 51226,
- 2,
- 8,
- 3,
- 0.099791,
- "_MSESPTPCSGSSFEETEALVNTAAK_"
- ],
- [
- 46311,
- 2,
- 9,
- 4,
- 0.11405,
- "_CYFCSGPIYPGHGMMFVR_"
- ],
- [
- 45188,
- 2,
- 11,
- 5,
- 0.14252,
- "_MQQLNNMDEVCYENVLK_"
- ],
- [
- 32965,
- 2,
- 9,
- 4,
- 0.11405,
- "_EESQIPVDEVFFHR_"
- ],
- [
- 2131,
- 2,
- 15,
- 3,
- 0.1995,
- "_ELNLVLSVR_"
- ],
- [
- 42431,
- 2,
- 20,
- 5,
- 0.27081,
- "_AQIAGYLYGVSPPDNPQVK_"
- ],
- [
- 39071,
- 2,
- 14,
- 5,
- 0.18528,
- "_SGGLSVEVCGPALSQQWK_"
- ],
- [
- 13659,
- 2,
- 9,
- 3,
- 0.11405,
- "_FGELGGFAAIQAK_"
- ],
- [
- 36145,
- 2,
- 13,
- 3,
- 0.17103,
- "_EPEYVPWTATSGPGGIR_"
- ],
- [
- 20774,
- 3,
- 9,
- 6,
- 0.11405,
- "_CYFCSGPIYPGHGMMFVR_"
- ],
- [
- 27349,
- 4,
- 13,
- 6,
- 0.17103,
- "_KLAVNNIAGIEEVNMIKDDGTVIHFNNPK_"
- ],
- [
- 3193,
- 2,
- 11,
- 2,
- 0.14254,
- "_ELFDFYNK_"
- ],
- [
- 49678,
- 2,
- 11,
- 5,
- 0.14254,
- "_AELLDNEKPAAVVAPITTGYTVK_"
- ],
- [
- 36391,
- 3,
- 11,
- 6,
- 0.14254,
- "_KHISQISVAEDDDESLLGHLMIVGK_"
- ],
- [
- 24940,
- 3,
- 27,
- 7,
- 0.37048,
- "_IEEVPELPLVVEDKVEGYKK_"
- ],
- [
- 4079,
- 2,
- 11,
- 3,
- 0.14254,
- "_SIFYVPDMK_"
- ],
- [
- 14544,
- 2,
- 27,
- 5,
- 0.37048,
- "_ESVPEFPLSPPK_"
- ],
- [
- 22490,
- 3,
- 12,
- 6,
- 0.15679,
- "_FVVDVDKNIDINDVTPNCR_"
- ],
- [
- 11653,
- 3,
- 12,
- 2,
- 0.15679,
- "_QTWDQLLLHYQQEAK_"
- ],
- [
- 14869,
- 2,
- 12,
- 4,
- 0.15679,
- "_EAFELLPDDER_"
- ],
- [
- 40906,
- 4,
- 12,
- 8,
- 0.15679,
- "_GAKPQGHIGVDASAPQIGGSITGPSVEVQAPDIDVQGPGSK_"
- ],
- [
- 30342,
- 2,
- 12,
- 6,
- 0.15679,
- "_VMIPVPAGVEDGQTVR_"
- ],
- [
- 4841,
- 3,
- 12,
- 5,
- 0.15679,
- "_QTLTFFDELHNVGR_"
- ],
- [
- 22877,
- 2,
- 10,
- 2,
- 0.12831,
- "_DPIDVDLPEEAER_"
- ],
- [
- 1399,
- 4,
- 10,
- 4,
- 0.12831,
- "_EPAHLMSLFGGKPMIIYK_"
- ],
- [
- 5292,
- 2,
- 12,
- 4,
- 0.15679,
- "_ELLESLPLSK_"
- ],
- [
- 5121,
- 4,
- 12,
- 6,
- 0.15679,
- "_DNHSPEIQHGSLLALGFTVGR_"
- ],
- [
- 25662,
- 2,
- 13,
- 4,
- 0.17103,
- "_IHHDVNELLSLLR_"
- ],
- [
- 51378,
- 2,
- 13,
- 5,
- 0.17103,
- "_(Acetyl (Protein N-term))ADYSTVPPPSSGSAGGGGGGGGGGGVNDAFK_"
- ],
- [
- 28343,
- 2,
- 13,
- 3,
- 0.17103,
- "_AVPKPDLDSYVFLR_"
- ],
- [
- 35622,
- 2,
- 13,
- 3,
- 0.17103,
- "_LLVDVDESTLSPEEQK_"
- ],
- [
- 41010,
- 2,
- 10,
- 5,
- 0.12831,
- "_AESLIGVYPEQGDCVISK_"
- ],
- [
- 10412,
- 4,
- 11,
- 3,
- 0.14254,
- "_SNAHYNLQNAFNLAEQHLGLTK_"
- ],
- [
- 11912,
- 3,
- 19,
- 5,
- 0.25648,
- "_EIEGEEIEIVLAKPPDK_"
- ],
- [
- 24403,
- 3,
- 19,
- 4,
- 0.25648,
- "_IQEIIEQLDVTTSEYEKEK_"
- ],
- [
- 37200,
- 2,
- 8,
- 4,
- 0.099796,
- "_DCEESNMDIFDADSAK_"
- ],
- [
- 27685,
- 3,
- 14,
- 5,
- 0.18528,
- "_PVIAAVHGGCIGGGVDLVTACDIR_"
- ],
- [
- 49364,
- 2,
- 18,
- 6,
- 0.24225,
- "_LTESPCALVASQYGWSGNM(Oxidation (M))ER_"
- ],
- [
- 11063,
- 3,
- 14,
- 6,
- 0.18528,
- "_LNLSCIHSPVVNELMR_"
- ],
- [
- 40085,
- 3,
- 8,
- 7,
- 0.099796,
- "_ASYPCMSLHGGIDQYDRDSIINDFK_"
- ],
- [
- 41490,
- 2,
- 17,
- 5,
- 0.228,
- "_VLNNM(Oxidation (M))EIGTSLFDEEGAK_"
- ],
- [
- 21673,
- 2,
- 19,
- 4,
- 0.25648,
- "_TPSSDVLVFDYTK_"
- ],
- [
- 10686,
- 3,
- 8,
- 3,
- 0.099796,
- "_HTYLPLEVCNIVAGQR_"
- ],
- [
- 5637,
- 2,
- 19,
- 5,
- 0.25648,
- "_IYGISFPDPK_"
- ],
- [
- 9418,
- 3,
- 14,
- 6,
- 0.18528,
- "_ATAAFILANEHNVALFK_"
- ],
- [
- 10189,
- 2,
- 17,
- 5,
- 0.228,
- "_VSVELTNSLFK_"
- ],
- [
- 1749,
- 3,
- 9,
- 4,
- 0.11405,
- "_CTEIVAIDALHFR_"
- ],
- [
- 8165,
- 2,
- 13,
- 4,
- 0.17102,
- "_YMDVQFDFK_"
- ],
- [
- 36585,
- 2,
- 11,
- 3,
- 0.14254,
- "_ISPTFADAYSNMGNTLK_"
- ],
- [
- 22639,
- 3,
- 13,
- 5,
- 0.17102,
- "_FINEDRLPHLLLYGPPGTGK_"
- ],
- [
- 29635,
- 2,
- 16,
- 2,
- 0.21376,
- "_VPDYWYPQDLQAR_"
- ],
- [
- 42326,
- 4,
- 13,
- 8,
- 0.17102,
- "_GINQHVQNGYHGIVMNNFECEPAFYTCVEVTAGNR_"
- ],
- [
- 2831,
- 2,
- 15,
- 4,
- 0.19951,
- "_VQTFPFLGR_"
- ],
- [
- 3261,
- 2,
- 9,
- 2,
- 0.11403,
- "_SQLEAIFLR_"
- ],
- [
- 36520,
- 2,
- 9,
- 2,
- 0.11403,
- "_DSQDPYCGWCVVEGR_"
- ],
- [
- 19484,
- 3,
- 11,
- 4,
- 0.14254,
- "_NEDIPNVAVYPHNGMIDLK_"
- ],
- [
- 18703,
- 3,
- 9,
- 4,
- 0.11403,
- "_LDNNFEVNFDKDPMEMR_"
- ],
- [
- 22096,
- 2,
- 18,
- 4,
- 0.24224,
- "_FCGTSFFTVGDDK_"
- ],
- [
- 40767,
- 2,
- 12,
- 3,
- 0.15678,
- "_GVMISHSNIIAGITGMAER_"
- ],
- [
- 48891,
- 2,
- 12,
- 4,
- 0.15678,
- "_CPQPPQEQQQLNGLISPELR_"
- ],
- [
- 29605,
- 2,
- 12,
- 4,
- 0.15678,
- "_EFDLTKEEDLAALR_"
- ],
- [
- 35881,
- 2,
- 8,
- 2,
- 0.099773,
- "_ETSEELLPPPVQTQIK_"
- ],
- [
- 625,
- 2,
- 12,
- 2,
- 0.15678,
- "_YLLDVLNK_"
- ],
- [
- 46738,
- 3,
- 12,
- 5,
- 0.15678,
- "_SSSHLPANSQDVQGYITNQSPESIVEEAQGK_"
- ],
- [
- 2619,
- 2,
- 13,
- 4,
- 0.17102,
- "_QWELLLEK_"
- ],
- [
- 35077,
- 3,
- 16,
- 5,
- 0.21376,
- "_THPVHPELVSGTFLCLDCQTVIR_"
- ],
- [
- 48425,
- 2,
- 18,
- 7,
- 0.24224,
- "_IITHPNFNGNTLDNDIM(Oxidation (M))LIK_"
- ],
- [
- 28855,
- 3,
- 14,
- 3,
- 0.18526,
- "_TTITEPHHIWPTLTDEEWIK_"
- ],
- [
- 26544,
- 2,
- 10,
- 4,
- 0.12829,
- "_GQPLPETLQLAVQGK_"
- ],
- [
- 29323,
- 3,
- 20,
- 8,
- 0.27072,
- "_LAELEEFINGPNNAHIQQVGDR_"
- ],
- [
- 21366,
- 2,
- 15,
- 3,
- 0.19951,
- "_LFNCSASLDWPR_"
- ],
- [
- 36239,
- 2,
- 21,
- 7,
- 0.285,
- "_ILGSGISSSSVLHGMVFK_"
- ],
- [
- 23856,
- 3,
- 10,
- 3,
- 0.12829,
- "_VGLYTIYVNPANTHQFAVGGR_"
- ],
- [
- 41556,
- 2,
- 10,
- 4,
- 0.12829,
- "_DKPNPQLIYDDEIPSLK_"
- ],
- [
- 3821,
- 2,
- 15,
- 4,
- 0.19951,
- "_EPLPTLPLGR_"
- ],
- [
- 44865,
- 2,
- 10,
- 4,
- 0.12829,
- "_LDENSAEPGPWEDPGTGWR_"
- ],
- [
- 46769,
- 2,
- 15,
- 5,
- 0.19951,
- "_IVEPEVVGESDSEVEGDAWR_"
- ],
- [
- 12331,
- 2,
- 15,
- 2,
- 0.19951,
- "_ISMPDLDLHLK_"
- ],
- [
- 49489,
- 2,
- 14,
- 5,
- 0.18526,
- "_LGTYMGHTGAVWCVDADWDTK_"
- ],
- [
- 45705,
- 2,
- 14,
- 4,
- 0.18526,
- "_VIEVSHWGNIAVEENVDLK_"
- ],
- [
- 5775,
- 4,
- 13,
- 7,
- 0.17102,
- "_TLYVHWTDAGQLTPALLHSR_"
- ],
- [
- 44130,
- 2,
- 19,
- 3,
- 0.25648,
- "_VTTM(Oxidation (M))DAELEFAIQPNTTGK_"
- ],
- [
- 14480,
- 3,
- 20,
- 7,
- 0.27073,
- "_CLELFSELAEDKENYK_"
- ],
- [
- 31111,
- 3,
- 14,
- 7,
- 0.18526,
- "_CDVTDNQSEVADKTEDYLWLK_"
- ],
- [
- 49911,
- 2,
- 9,
- 2,
- 0.11402,
- "_SMVSPVPSPTGTISVPNSCPASPR_"
- ],
- [
- 14457,
- 2,
- 20,
- 3,
- 0.27073,
- "_EASIDILHSIVK_"
- ],
- [
- 36703,
- 2,
- 12,
- 4,
- 0.15679,
- "_AALEEVYPDLTPEETR_"
- ],
- [
- 42291,
- 2,
- 11,
- 3,
- 0.14253,
- "_LTEGQGSEIQPGDLDPLSR_"
- ],
- [
- 8140,
- 2,
- 13,
- 2,
- 0.17102,
- "_FIVDLTVQEK_"
- ],
- [
- 12421,
- 2,
- 13,
- 2,
- 0.17102,
- "_VNPAAALEELEK_"
- ],
- [
- 33693,
- 2,
- 11,
- 4,
- 0.14253,
- "_QTEQADLINELYQGK_"
- ],
- [
- 45291,
- 3,
- 9,
- 7,
- 0.11402,
- "_LLQIAGISPHGNALGASMQQQVNQQIPQEK_"
- ],
- [
- 49071,
- 3,
- 16,
- 9,
- 0.21376,
- "_AHIANPSGASTECFVTDNADGTYQVEYTPFEK_"
- ],
- [
- 24890,
- 4,
- 13,
- 5,
- 0.17102,
- "_GAAAQGQTQTVAAQAQALAAQAAAAAHAAQAHR_"
- ],
- [
- 42275,
- 3,
- 16,
- 6,
- 0.21376,
- "_GLLAQGLRPESPPPAGPLLNGAPAGESPQPK_"
- ],
- [
- 19689,
- 2,
- 13,
- 5,
- 0.17102,
- "_SEDFSLPAYMDR_"
- ],
- [
- 47085,
- 2,
- 16,
- 5,
- 0.21376,
- "_ATALQEISQVCQLCQQSPR_"
- ],
- [
- 4099,
- 2,
- 13,
- 3,
- 0.17102,
- "_HDFVDLIIK_"
- ],
- [
- 9740,
- 3,
- 11,
- 4,
- 0.14253,
- "_SYTLNAVSFHFLGEQK_"
- ],
- [
- 10012,
- 2,
- 18,
- 4,
- 0.24224,
- "_EMVQNLMVLR_"
- ],
- [
- 21034,
- 2,
- 15,
- 3,
- 0.19951,
- "_VEGDMQVPDLDIK_"
- ],
- [
- 44398,
- 3,
- 12,
- 4,
- 0.15679,
- "_ASAGPAPGPVVTAEGLHPSLPSPTGNSTPLGSSK_"
- ],
- [
- 8592,
- 3,
- 15,
- 5,
- 0.19951,
- "_FLNDTTKPVGLLLSER_"
- ],
- [
- 12730,
- 2,
- 17,
- 4,
- 0.228,
- "_TLAMDTILANAR_"
- ],
- [
- 27487,
- 3,
- 14,
- 7,
- 0.18526,
- "_AELLDNEKPAAVVAPITTGYTVK_"
- ],
- [
- 18800,
- 2,
- 12,
- 2,
- 0.15679,
- "_VFDLQFSTDSPR_"
- ],
- [
- 33304,
- 2,
- 10,
- 3,
- 0.12827,
- "_VHLPNGSPIPAVLLANK_"
- ],
- [
- 1173,
- 2,
- 12,
- 3,
- 0.15679,
- "_YVALTSLLK_"
- ],
- [
- 30169,
- 2,
- 14,
- 5,
- 0.18526,
- "_NDIYVTLIHGEFDK_"
- ],
- [
- 18233,
- 3,
- 15,
- 7,
- 0.19951,
- "_IYHPNINSNGSICLDILR_"
- ],
- [
- 16865,
- 2,
- 10,
- 4,
- 0.12827,
- "_SLFIDTYSDVGR_"
- ],
- [
- 2317,
- 2,
- 10,
- 2,
- 0.12827,
- "_GDLLFLTNR_"
- ],
- [
- 16610,
- 4,
- 14,
- 7,
- 0.18526,
- "_KHISQISVAEDDDESLLGHLMIVGK_"
- ],
- [
- 14400,
- 3,
- 12,
- 5,
- 0.15679,
- "_DKPNPQLIYDDEIPSLK_"
- ],
- [
- 38985,
- 3,
- 17,
- 7,
- 0.228,
- "_HELLLGAGSGPGAGQQQATPGALLQAGPPR_"
- ],
- [
- 35287,
- 2,
- 10,
- 6,
- 0.12827,
- "_QITQVYGFYDECLR_"
- ],
- [
- 7695,
- 2,
- 21,
- 5,
- 0.28496,
- "_APDFVFYAPR_"
- ],
- [
- 33472,
- 2,
- 14,
- 5,
- 0.18526,
- "_ETLESALIALDSEKPK_"
- ],
- [
- 47748,
- 3,
- 10,
- 5,
- 0.12827,
- "_EKAELAPVNTEGALLDNGSVVPNCDISNGGSQK_"
- ],
- [
- 12444,
- 3,
- 11,
- 4,
- 0.14253,
- "_ELMCFDPDTDKWIQK_"
- ],
- [
- 3379,
- 2,
- 21,
- 7,
- 0.28496,
- "_APFDLFENK_"
- ],
- [
- 30683,
- 2,
- 13,
- 5,
- 0.17103,
- "_LQAVEVVITHLAPGTK_"
- ],
- [
- 31152,
- 3,
- 11,
- 6,
- 0.14252,
- "_ISTEVGITNVDLSTVDKDQSIAPK_"
- ],
- [
- 35610,
- 2,
- 8,
- 4,
- 0.099745,
- "_QESGGDGEVEEYLSFR_"
- ],
- [
- 13168,
- 2,
- 13,
- 5,
- 0.17103,
- "_VCFGDFPTMPK_"
- ],
- [
- 43778,
- 2,
- 12,
- 5,
- 0.15678,
- "_QFEQNDLSFVGQDVDGDR_"
- ],
- [
- 7020,
- 3,
- 33,
- 6,
- 0.45592,
- "_TFSVWYVPEVTGTHK_"
- ],
- [
- 41072,
- 2,
- 11,
- 6,
- 0.14252,
- "_GKLPGPTLWASYSLEYGK_"
- ],
- [
- 19712,
- 2,
- 14,
- 4,
- 0.18527,
- "_EELITNWEQIR_"
- ],
- [
- 7593,
- 3,
- 9,
- 2,
- 0.11401,
- "_YEIEWITEYACHR_"
- ],
- [
- 28723,
- 2,
- 9,
- 4,
- 0.11401,
- "_QEMFAVHSVNLLLK_"
- ],
- [
- 19925,
- 4,
- 13,
- 6,
- 0.17103,
- "_LIRPEYAWIVQPVSGAVYDRPGASPK_"
- ],
- [
- 31992,
- 2,
- 9,
- 4,
- 0.11401,
- "_ALTVPELTQQMFDSK_"
- ],
- [
- 14392,
- 3,
- 11,
- 6,
- 0.14252,
- "_CQNILQGNFKPDFYLK_"
- ],
- [
- 11884,
- 2,
- 14,
- 4,
- 0.18527,
- "_DGSPIADDLLEK_"
- ],
- [
- 18901,
- 2,
- 19,
- 3,
- 0.25649,
- "_FQIMNEIVYEK_"
- ],
- [
- 9855,
- 3,
- 23,
- 5,
- 0.31349,
- "_VHLMVHNLVPPFLDGR_"
- ],
- [
- 31459,
- 2,
- 19,
- 6,
- 0.25649,
- "_NAVITVPAYFNDSQR_"
- ],
- [
- 17993,
- 3,
- 15,
- 4,
- 0.19951,
- "_WGPEEDKVELPPAELVQR_"
- ],
- [
- 50714,
- 2,
- 19,
- 5,
- 0.25649,
- "_FQNVNSVTIFVQSNQGEEETTR_"
- ],
- [
- 29183,
- 2,
- 17,
- 3,
- 0.228,
- "_VDTILEFSQNMNTK_"
- ],
- [
- 26965,
- 3,
- 15,
- 8,
- 0.19951,
- "_LGTYMGHTGAVWCVDADWDTK_"
- ],
- [
- 21191,
- 2,
- 21,
- 7,
- 0.28497,
- "_DIELVMSQANVSR_"
- ],
- [
- 27875,
- 3,
- 22,
- 5,
- 0.29921,
- "_DKNFMLHYEFPPYATNEIGK_"
- ],
- [
- 36605,
- 2,
- 18,
- 7,
- 0.24225,
- "_ATAAFILANEHNVALFK_"
- ],
- [
- 19632,
- 3,
- 16,
- 3,
- 0.21375,
- "_ALDEYYDKHFTEFVPLR_"
- ],
- [
- 39269,
- 2,
- 22,
- 6,
- 0.29921,
- "_EIEGEEIEIVLAKPPDK_"
- ],
- [
- 29396,
- 2,
- 14,
- 4,
- 0.18527,
- "_APSVATVGSICDLNLK_"
- ],
- [
- 13426,
- 2,
- 15,
- 3,
- 0.19951,
- "_VLTPELYAELR_"
- ],
- [
- 40468,
- 2,
- 14,
- 5,
- 0.18527,
- "_HVYLTYENLLSEPVGGR_"
- ],
- [
- 8627,
- 3,
- 14,
- 7,
- 0.18527,
- "_DQDLTQEIAMEHFVK_"
- ],
- [
- 11867,
- 3,
- 23,
- 7,
- 0.31349,
- "_LFTFHADICTLPDTEK_"
- ],
- [
- 45121,
- 2,
- 14,
- 6,
- 0.18527,
- "_DQEEEMDYAPDDVYDYK_"
- ],
- [
- 20003,
- 2,
- 16,
- 3,
- 0.21375,
- "_EEAQSLEDLAGFK_"
- ],
- [
- 39094,
- 2,
- 7,
- 3,
- 0.085484,
- "_ALDSDMQTLVYENYNK_"
- ],
- [
- 47230,
- 2,
- 14,
- 5,
- 0.18528,
- "_FGDQVLQINGENCAGWSSDK_"
- ],
- [
- 15020,
- 3,
- 16,
- 4,
- 0.21375,
- "_TSPYPVILSFENHVDSAK_"
- ],
- [
- 23254,
- 4,
- 12,
- 4,
- 0.15676,
- "_SCEINIHGQILHCDANVYVVPWEEK_"
- ],
- [
- 47320,
- 2,
- 18,
- 6,
- 0.24224,
- "_(Acetyl (Protein N-term))MDEQAGPGVFFSNNHPGAGGAK_"
- ],
- [
- 45409,
- 2,
- 17,
- 7,
- 0.228,
- "_VLTAEELNAAQTSVAYGCIK_"
- ],
- [
- 16352,
- 2,
- 14,
- 5,
- 0.18528,
- "_YLGINSDGLVVGR_"
- ],
- [
- 48854,
- 2,
- 23,
- 7,
- 0.31345,
- "_AFVHWYVGEGMEEGEFSEAR_"
- ],
- [
- 9042,
- 2,
- 34,
- 5,
- 0.47017,
- "_EFLSEKFALK_"
- ],
- [
- 25176,
- 2,
- 19,
- 7,
- 0.25649,
- "_DVCISLEIDDLKK_"
- ],
- [
- 15868,
- 2,
- 14,
- 2,
- 0.18528,
- "_TIVTDVFQGSMR_"
- ],
- [
- 32663,
- 2,
- 9,
- 3,
- 0.11399,
- "_LHDNLIISDLENTVK_"
- ],
- [
- 22079,
- 2,
- 12,
- 5,
- 0.15676,
- "_SDVSPIIQPVPSIK_"
- ],
- [
- 9149,
- 3,
- 12,
- 4,
- 0.15676,
- "_YVDTPFGKPSDALILGK_"
- ],
- [
- 45741,
- 3,
- 21,
- 4,
- 0.28497,
- "_VGGTNLGAPGAFGQSPFSQPPAPPHQNTFPPR_"
- ],
- [
- 23497,
- 3,
- 15,
- 5,
- 0.19951,
- "_KPVILEVTPGGFDQINPATNR_"
- ],
- [
- 2968,
- 3,
- 14,
- 6,
- 0.18528,
- "_ETITAPVPFDFTHK_"
- ],
- [
- 26072,
- 3,
- 13,
- 4,
- 0.17102,
- "_AATGYRDPATGDTIPLFQAMQK_"
- ],
- [
- 14614,
- 3,
- 10,
- 5,
- 0.12825,
- "_EMIDKWEDRWEWLR_"
- ],
- [
- 29856,
- 3,
- 22,
- 7,
- 0.29922,
- "_SNAHYNLQNAFNLAEQHLGLTK_"
- ],
- [
- 4228,
- 2,
- 16,
- 4,
- 0.21375,
- "_LYALGLVPTR_"
- ],
- [
- 8299,
- 3,
- 13,
- 5,
- 0.17102,
- "_EHEEHVCSILASLLR_"
- ],
- [
- 31362,
- 2,
- 22,
- 2,
- 0.29922,
- "_ENIEEFAMGPEEAVK_"
- ],
- [
- 45972,
- 2,
- 17,
- 6,
- 0.228,
- "_INPYMSSPCHIEMILTEK_"
- ],
- [
- 42090,
- 2,
- 14,
- 5,
- 0.18528,
- "_TSPYPVILSFENHVDSAK_"
- ],
- [
- 28020,
- 2,
- 13,
- 5,
- 0.17102,
- "_QVGVNPTSIDSVVIGK_"
- ],
- [
- 20701,
- 4,
- 14,
- 4,
- 0.18525,
- "_ASYPCMSLHGGIDQYDRDSIINDFK_"
- ],
- [
- 10206,
- 3,
- 14,
- 4,
- 0.18525,
- "_EKLNLLHEFLQTEIK_"
- ],
- [
- 6529,
- 2,
- 14,
- 5,
- 0.18525,
- "_MLVVLLQANR_"
- ],
- [
- 39005,
- 2,
- 8,
- 4,
- 0.099718,
- "_EVAAQGNDYSMAFLTQR_"
- ],
- [
- 24979,
- 3,
- 19,
- 7,
- 0.25648,
- "_TIDGQQTIIACIESHQFQPK_"
- ],
- [
- 8765,
- 2,
- 14,
- 4,
- 0.18525,
- "_FATEAAITILR_"
- ],
- [
- 34364,
- 2,
- 16,
- 7,
- 0.21375,
- "_DLKPQNLLINTEGAIK_"
- ],
- [
- 37019,
- 2,
- 25,
- 4,
- 0.34196,
- "_NLIDEDGNNQWPEGLK_"
- ],
- [
- 31103,
- 2,
- 14,
- 5,
- 0.18525,
- "_ITNLTQQLEQASIVK_"
- ],
- [
- 31245,
- 2,
- 19,
- 3,
- 0.25648,
- "_ADFPAGIPECGTDALR_"
- ],
- [
- 47697,
- 3,
- 16,
- 6,
- 0.21375,
- "_DGDTQTDAGGEPDSLGQQPTDTPYEWDLDKK_"
- ],
- [
- 43867,
- 2,
- 10,
- 4,
- 0.12822,
- "_IQDWQSMYQSTHIPIPK_"
- ],
- [
- 49479,
- 2,
- 12,
- 6,
- 0.15674,
- "_YSYCNECMLDPDCGFCYK_"
- ],
- [
- 42218,
- 2,
- 12,
- 6,
- 0.15674,
- "_LGDVGMAELCPGLLHPSSR_"
- ],
- [
- 51418,
- 2,
- 12,
- 7,
- 0.15674,
- "_YYEDLDEVSSTSSVSQSLESEDAR_"
- ],
- [
- 35360,
- 2,
- 7,
- 3,
- 0.085463,
- "_TPSSNTLDDYMSCFR_"
- ],
- [
- 46925,
- 2,
- 12,
- 2,
- 0.15674,
- "_AHLVFDFHQAVDGLQEVQR_"
- ],
- [
- 42990,
- 2,
- 12,
- 3,
- 0.15674,
- "_AGEGEQVEVDGWDCSFPR_"
- ],
- [
- 27232,
- 2,
- 11,
- 2,
- 0.14249,
- "_LLYPVAPPEPVEDR_"
- ],
- [
- 21513,
- 2,
- 11,
- 2,
- 0.14249,
- "_GAEEWILTGSYDK_"
- ],
- [
- 3435,
- 2,
- 11,
- 2,
- 0.14249,
- "_LYMVLITTK_"
- ],
- [
- 48070,
- 4,
- 11,
- 4,
- 0.14249,
- "_LEQCEVPEREEQEQQAEVSKPTPTPEGTSQDVTTVTLLLR_"
- ],
- [
- 5847,
- 2,
- 11,
- 3,
- 0.14249,
- "_DGFLAFQTSR_"
- ],
- [
- 42685,
- 2,
- 23,
- 6,
- 0.31345,
- "_MFVEEVSTGQECGVVLDK_"
- ],
- [
- 27883,
- 4,
- 13,
- 4,
- 0.171,
- "_KDNVAGVTLPVFEHYHEGTDSYELTGLAR_"
- ],
- [
- 12682,
- 2,
- 13,
- 5,
- 0.171,
- "_VFIGNLNTALVK_"
- ],
- [
- 11706,
- 2,
- 24,
- 5,
- 0.32768,
- "_TENLLGSYFPK_"
- ],
- [
- 14311,
- 3,
- 13,
- 4,
- 0.171,
- "_EELTAFLHPEEFPHMR_"
- ],
- [
- 45652,
- 2,
- 11,
- 4,
- 0.14249,
- "_MDIDDGTSAWGDPNSYNYK_"
- ],
- [
- 27028,
- 2,
- 13,
- 4,
- 0.171,
- "_GYAFVEFESEDVAK_"
- ],
- [
- 28230,
- 2,
- 20,
- 5,
- 0.27073,
- "_WGLGGTCVNVGCIPK_"
- ],
- [
- 800,
- 2,
- 20,
- 6,
- 0.27073,
- "_MLLVDELR_"
- ],
- [
- 22329,
- 3,
- 10,
- 5,
- 0.12822,
- "_DSSLLTLPNIENHHLHLFK_"
- ],
- [
- 20371,
- 2,
- 10,
- 2,
- 0.12822,
- "_FLEYSISDEITK_"
- ],
- [
- 22958,
- 3,
- 13,
- 6,
- 0.171,
- "_DNHSPEIQHGSLLALGFTVGR_"
- ],
- [
- 23426,
- 4,
- 12,
- 6,
- 0.15674,
- "_VFTSSTISGGYAEYALAADHTVYKLPEK_"
- ],
- [
- 19444,
- 2,
- 17,
- 4,
- 0.22799,
- "_DGAGNSFDLSSLSR_"
- ],
- [
- 26903,
- 2,
- 15,
- 2,
- 0.19951,
- "_AEINILLCGDPGTSK_"
- ],
- [
- 36991,
- 2,
- 15,
- 5,
- 0.19951,
- "_SYTLNAVSFHFLGEQK_"
- ],
- [
- 15187,
- 3,
- 15,
- 5,
- 0.19951,
- "_LGDVGMAELCPGLLHPSSR_"
- ],
- [
- 40673,
- 2,
- 17,
- 6,
- 0.22799,
- "_RNVQALEIELQSQLALK_"
- ],
- [
- 24638,
- 3,
- 15,
- 4,
- 0.19951,
- "_ALAFHPIEPVLITASEDHTLK_"
- ],
- [
- 26052,
- 3,
- 10,
- 5,
- 0.12822,
- "_IAEITHLQQQLQESQQMLGR_"
- ],
- [
- 12641,
- 3,
- 15,
- 7,
- 0.19951,
- "_GEMMDLQHGSLFLQTPK_"
- ],
- [
- 10302,
- 2,
- 15,
- 3,
- 0.19951,
- "_CGNIASIMVFK_"
- ],
- [
- 28269,
- 2,
- 10,
- 5,
- 0.12822,
- "_AYLMSICCMVNEK_"
- ],
- [
- 37976,
- 2,
- 18,
- 6,
- 0.24223,
- "_HTYLPLEVCNIVAGQR_"
- ],
- [
- 7577,
- 3,
- 18,
- 3,
- 0.24223,
- "_GTMTTGHNVADLVVILK_"
- ],
- [
- 5475,
- 4,
- 10,
- 7,
- 0.12822,
- "_QVDFLNWEVTDHNLHELR_"
- ],
- [
- 1533,
- 3,
- 14,
- 5,
- 0.18525,
- "_VRAWGPGLHGGIVGR_"
- ],
- [
- 30124,
- 3,
- 15,
- 6,
- 0.19951,
- "_EKEQCCVSLAAGLPHFSSGIFR_"
- ],
- [
- 35982,
- 2,
- 14,
- 6,
- 0.18525,
- "_LDTHPAMVTVLEMGAAR_"
- ],
- [
- 20167,
- 4,
- 10,
- 5,
- 0.12822,
- "_RPQELVNLLSDPDQGVEVTGHFETAK_"
- ],
- [
- 25860,
- 2,
- 16,
- 3,
- 0.21375,
- "_(Acetyl (Protein N-term))GTRDDEYDYLFK_"
- ],
- [
- 10483,
- 2,
- 16,
- 5,
- 0.21375,
- "_EYPDFNFVGR_"
- ],
- [
- 29000,
- 3,
- 7,
- 2,
- 0.08545,
- "_HIDCHTTSISDLEFSSDFTLK_"
- ],
- [
- 21519,
- 2,
- 13,
- 2,
- 0.17099,
- "_FYTLIPHDFGMK_"
- ],
- [
- 26375,
- 2,
- 13,
- 4,
- 0.17099,
- "_VDQSILTGESVSVIK_"
- ],
- [
- 47538,
- 2,
- 11,
- 5,
- 0.14247,
- "_WIGLPTNSAQECQNLEVER_"
- ],
- [
- 4544,
- 2,
- 8,
- 3,
- 0.099711,
- "_IMISDFGLSK_"
- ],
- [
- 33058,
- 3,
- 14,
- 4,
- 0.18525,
- "_TVEEVLGHFGVNESTGLSLEQVKK_"
- ],
- [
- 40923,
- 2,
- 9,
- 4,
- 0.11397,
- "_ELYHVISFDGSYVNYR_"
- ],
- [
- 23797,
- 2,
- 17,
- 5,
- 0.22799,
- "_SQNVMAAASIANIVK_"
- ],
- [
- 41818,
- 2,
- 16,
- 5,
- 0.21376,
- "_DDGISFSNQTGPAWAGSER_"
- ],
- [
- 36248,
- 2,
- 11,
- 4,
- 0.14247,
- "_CDFAYETMGTIEVQR_"
- ],
- [
- 49976,
- 2,
- 11,
- 5,
- 0.14247,
- "_TPVEGAQTSIYLASSPEVEGVSGR_"
- ],
- [
- 26496,
- 2,
- 13,
- 4,
- 0.17099,
- "_TYEEIASLVAEQPK_"
- ],
- [
- 32789,
- 2,
- 9,
- 4,
- 0.11397,
- "_TKLEEALSPEVLELR_"
- ],
- [
- 33311,
- 3,
- 10,
- 6,
- 0.12824,
- "_ENALVQMADANQAQLAMNHLSGQR_"
- ],
- [
- 5251,
- 2,
- 10,
- 2,
- 0.12824,
- "_IANVTLIDLR_"
- ],
- [
- 32512,
- 2,
- 10,
- 4,
- 0.12824,
- "_ADAEENLEDAMEEVR_"
- ],
- [
- 24772,
- 2,
- 12,
- 4,
- 0.15674,
- "_NVDAILEEYANCK_"
- ],
- [
- 19715,
- 4,
- 12,
- 4,
- 0.15674,
- "_KLGNNCVFAPADVTSEKDVQTALALAK_"
- ],
- [
- 7012,
- 2,
- 13,
- 5,
- 0.17099,
- "_VCMDFNIIR_"
- ],
- [
- 23091,
- 2,
- 12,
- 4,
- 0.15674,
- "_SISVIDSPGILSGEK_"
- ],
- [
- 14074,
- 2,
- 12,
- 4,
- 0.15674,
- "_VYSTALSSFLTK_"
- ],
- [
- 38252,
- 4,
- 9,
- 6,
- 0.11397,
- "_EPAGEAVALALLESPRPEGGEEPPRPSPEETQQCK_"
- ],
- [
- 43110,
- 2,
- 12,
- 5,
- 0.15674,
- "_QEQINTEPLEDTVLSPTK_"
- ],
- [
- 42321,
- 2,
- 12,
- 4,
- 0.15674,
- "_HLPTLDHPIIPADYVAIK_"
- ],
- [
- 44692,
- 2,
- 12,
- 4,
- 0.15674,
- "_AANIPEHNTIGFMFACVGR_"
- ],
- [
- 3644,
- 3,
- 15,
- 5,
- 0.1995,
- "_EGHLPEILSMIHVR_"
- ],
- [
- 42435,
- 3,
- 11,
- 4,
- 0.14247,
- "_SNCDQLEKPSVETPPDPTFTPVPIQTK_"
- ],
- [
- 19281,
- 2,
- 11,
- 3,
- 0.14247,
- "_IGAMLAYTPLDEK_"
- ],
- [
- 22801,
- 2,
- 11,
- 4,
- 0.14247,
- "_VFQEPLFYEAPR_"
- ],
- [
- 27155,
- 3,
- 20,
- 5,
- 0.27073,
- "_FLHNPDAAQGFVGCALSSTIQR_"
- ],
- [
- 1953,
- 3,
- 15,
- 5,
- 0.1995,
- "_NLLESYHVPELIK_"
- ],
- [
- 20798,
- 2,
- 15,
- 5,
- 0.1995,
- "_ILNMDFETEVDK_"
- ],
- [
- 4837,
- 3,
- 20,
- 6,
- 0.27073,
- "_LQAVEVVITHLAPGTK_"
- ],
- [
- 4373,
- 2,
- 15,
- 3,
- 0.1995,
- "_YMLPLDNLK_"
- ],
- [
- 6858,
- 3,
- 15,
- 6,
- 0.1995,
- "_YCPNSVLVIIDVKPK_"
- ],
- [
- 20892,
- 3,
- 15,
- 6,
- 0.1995,
- "_PLADTMRPDTLQDYFGQSK_"
- ],
- [
- 38235,
- 2,
- 17,
- 3,
- 0.22799,
- "_DSLVQSCPGSLSLCAGVK_"
- ],
- [
- 30756,
- 3,
- 18,
- 6,
- 0.24224,
- "_VTVLTHCNTGALATAGYGTALGVIR_"
- ],
- [
- 39782,
- 3,
- 18,
- 7,
- 0.24224,
- "_GQPVAPYNTTQFLMDDHDQEEPDLK_"
- ],
- [
- 45495,
- 2,
- 14,
- 6,
- 0.18525,
- "_NQETMGAFQEFPQVEACR_"
- ],
- [
- 23914,
- 2,
- 16,
- 5,
- 0.21376,
- "_FAMVAPDVQIEDGK_"
- ],
- [
- 43795,
- 2,
- 11,
- 4,
- 0.14247,
- "_SQVTPNTHIYSALINAAIR_"
- ],
- [
- 12008,
- 2,
- 9,
- 4,
- 0.11397,
- "_IGASTLLSDIER_"
- ],
- [
- 49243,
- 2,
- 14,
- 5,
- 0.18525,
- "_DFQEETVKDYEAGQLYGLEK_"
- ],
- [
- 14989,
- 2,
- 7,
- 4,
- 0.08545,
- "_CGLQFLGNIASR_"
- ],
- [
- 16856,
- 2,
- 12,
- 4,
- 0.15674,
- "_EEFSFLTPDCK_"
- ],
- [
- 17840,
- 2,
- 16,
- 3,
- 0.21376,
- "_LPFAAAQIGNSFR_"
- ],
- [
- 17323,
- 2,
- 10,
- 3,
- 0.12821,
- "_LFVINEVCEMK_"
- ],
- [
- 10921,
- 2,
- 12,
- 5,
- 0.15671,
- "_EDFDSLLQSAK_"
- ],
- [
- 49008,
- 3,
- 12,
- 7,
- 0.15671,
- "_SHCIAEVEKDAIPENLPPLTADFAEDKDVCK_"
- ],
- [
- 44691,
- 2,
- 14,
- 2,
- 0.18523,
- "_YDDIEGANYFQQANELSK_"
- ],
- [
- 5812,
- 4,
- 10,
- 5,
- 0.12821,
- "_IHNIDIPTTQQVPHIEALLK_"
- ],
- [
- 2406,
- 3,
- 13,
- 3,
- 0.17098,
- "_FIITALPTIYHCK_"
- ],
- [
- 23299,
- 2,
- 13,
- 3,
- 0.17098,
- "_ELYLEEALQNER_"
- ],
- [
- 15007,
- 4,
- 10,
- 4,
- 0.12821,
- "_EKETLAVNYEKEEEFLTNELSR_"
- ],
- [
- 16129,
- 2,
- 12,
- 3,
- 0.15671,
- "_GEFGDVMLGDYR_"
- ],
- [
- 23958,
- 3,
- 13,
- 5,
- 0.17098,
- "_IHNIDIPTTQQVPHIEALLK_"
- ],
- [
- 9931,
- 2,
- 9,
- 2,
- 0.11395,
- "_FFEFGSLEQK_"
- ],
- [
- 24983,
- 3,
- 12,
- 6,
- 0.15671,
- "_VSQTPESLDFLKVPDQGAAGVR_"
- ],
- [
- 35832,
- 2,
- 10,
- 3,
- 0.12821,
- "_EHGEPFIQACMTFLK_"
- ],
- [
- 34485,
- 3,
- 12,
- 6,
- 0.15671,
- "_LASEYNWGGPESSDKGDPFATLSAR_"
- ],
- [
- 34663,
- 2,
- 10,
- 2,
- 0.12821,
- "_APWIEQEGPEYWDR_"
- ],
- [
- 9816,
- 3,
- 11,
- 5,
- 0.14248,
- "_KVQSDGQIVLVDDWIK_"
- ],
- [
- 25752,
- 2,
- 13,
- 3,
- 0.17098,
- "_NPYLICPATIGDVK_"
- ],
- [
- 7738,
- 2,
- 9,
- 3,
- 0.11395,
- "_DQIYEIFQK_"
- ],
- [
- 3124,
- 2,
- 13,
- 5,
- 0.17098,
- "_PSFFDFEGK_"
- ],
- [
- 23780,
- 2,
- 12,
- 2,
- 0.15671,
- "_FYGPEGPYGVFAGR_"
- ],
- [
- 13059,
- 3,
- 9,
- 2,
- 0.11395,
- "_LPSPAHHLWSLLSEATGK_"
- ],
- [
- 8570,
- 3,
- 8,
- 5,
- 0.099689,
- "_TGIPIVTSPYQIHFTK_"
- ],
- [
- 48366,
- 2,
- 16,
- 2,
- 0.21374,
- "_EVATEEFNSDISLSDNTTPVK_"
- ],
- [
- 6331,
- 4,
- 15,
- 5,
- 0.19949,
- "_ALAFHPIEPVLITASEDHTLK_"
- ],
- [
- 42055,
- 2,
- 22,
- 6,
- 0.29922,
- "_EECPVFTPPGGETLDQVK_"
- ],
- [
- 39867,
- 3,
- 15,
- 3,
- 0.19949,
- "_FIKPLSNAYHELAQVYSTNNPSELR_"
- ],
- [
- 18258,
- 2,
- 15,
- 3,
- 0.19949,
- "_VMQVLNADAIVVK_"
- ],
- [
- 20251,
- 3,
- 21,
- 9,
- 0.28497,
- "_INPYMSSPCHIEMILTEK_"
- ],
- [
- 13016,
- 2,
- 20,
- 6,
- 0.27072,
- "_NLGMTDAFELGK_"
- ],
- [
- 33391,
- 3,
- 15,
- 7,
- 0.19949,
- "_GADSLEDFLYHEGYACTSIHGDR_"
- ],
- [
- 20447,
- 4,
- 19,
- 3,
- 0.25647,
- "_FIKPLSNAYHELAQVYSTNNPSELR_"
- ],
- [
- 43750,
- 2,
- 14,
- 3,
- 0.18523,
- "_LGNDFM(Oxidation (M))GITLASSQAVSNAR_"
- ],
- [
- 22292,
- 3,
- 16,
- 4,
- 0.21374,
- "_LHAIIDPNHEIEFPDIPEK_"
- ],
- [
- 50647,
- 2,
- 16,
- 5,
- 0.21374,
- "_PALYEVPDGEWQCPACQPATAR_"
- ],
- [
- 48221,
- 2,
- 16,
- 7,
- 0.21374,
- "_YTPVQQGPVGVNVTYGGDPIPK_"
- ],
- [
- 14724,
- 2,
- 17,
- 7,
- 0.228,
- "_NLDENGLDLLSK_"
- ],
- [
- 35663,
- 2,
- 18,
- 5,
- 0.24223,
- "_FLNDTTKPVGLLLSER_"
- ],
- [
- 13804,
- 3,
- 17,
- 6,
- 0.228,
- "_GKLPGPTLWASYSLEYGK_"
- ],
- [
- 9259,
- 2,
- 18,
- 2,
- 0.24223,
- "_ENLISALEEAK_"
- ],
- [
- 25761,
- 3,
- 18,
- 6,
- 0.24223,
- "_KGPDGLALPNNYCDFCLGDSK_"
- ],
- [
- 37864,
- 2,
- 16,
- 4,
- 0.21374,
- "_QYEQQTYQVIPEVIK_"
- ],
- [
- 42945,
- 2,
- 14,
- 6,
- 0.18523,
- "_CLSENISAAIQANGEMVTK_"
- ],
- [
- 21770,
- 3,
- 17,
- 2,
- 0.228,
- "_ATLLNVPDLSDSIHSANASER_"
- ],
- [
- 24236,
- 2,
- 24,
- 3,
- 0.32769,
- "_LFPPDDSPLPVSSR_"
- ],
- [
- 31572,
- 2,
- 14,
- 5,
- 0.18523,
- "_SACDTVDTWLDDTAK_"
- ],
- [
- 34431,
- 2,
- 21,
- 7,
- 0.28497,
- "_GTMTTGHNVADLVVILK_"
- ],
- [
- 49120,
- 2,
- 14,
- 5,
- 0.18522,
- "_IAEITHLQQQLQESQQMLGR_"
- ],
- [
- 17733,
- 2,
- 14,
- 2,
- 0.18522,
- "_QAALQVAEGFISR_"
- ],
- [
- 27241,
- 3,
- 13,
- 4,
- 0.17096,
- "_MTGGGFGGCTVTLLEASAAPHAMR_"
- ],
- [
- 16316,
- 2,
- 10,
- 5,
- 0.1282,
- "_DEPIHILNVAIK_"
- ],
- [
- 46021,
- 2,
- 13,
- 4,
- 0.17096,
- "_FINPIQNGQCADSTMVDVR_"
- ],
- [
- 38162,
- 2,
- 11,
- 5,
- 0.14245,
- "_CGDLEEELKNVTNNLK_"
- ],
- [
- 7876,
- 2,
- 11,
- 4,
- 0.14245,
- "_LYGEFADPFK_"
- ],
- [
- 36169,
- 3,
- 14,
- 7,
- 0.18522,
- "_ALLYTAVNQLAMGSSSAEDEKNTALK_"
- ],
- [
- 34860,
- 2,
- 14,
- 5,
- 0.18522,
- "_SLVSWHYCMIDIEK_"
- ],
- [
- 35925,
- 2,
- 13,
- 4,
- 0.17096,
- "_EIDDTYIEDAADVDAR_"
- ],
- [
- 23413,
- 2,
- 14,
- 4,
- 0.18522,
- "_ALFAGDIEEMEER_"
- ],
- [
- 14635,
- 2,
- 16,
- 2,
- 0.21373,
- "_YAALYQPLFDK_"
- ],
- [
- 25141,
- 3,
- 13,
- 3,
- 0.17096,
- "_MKPDIVCIPDDADMGTADSLR_"
- ],
- [
- 42538,
- 3,
- 16,
- 6,
- 0.21373,
- "_FPSNSPVTHVAANTQPGLATPAVITVTANR_"
- ],
- [
- 31486,
- 2,
- 34,
- 6,
- 0.4702,
- "_GFGFVTFDDHDPVDK_"
- ],
- [
- 8329,
- 2,
- 12,
- 4,
- 0.15673,
- "_WEFPNFNSR_"
- ],
- [
- 22831,
- 3,
- 11,
- 5,
- 0.14245,
- "_SALVQIYELEEHKIETWR_"
- ],
- [
- 40646,
- 3,
- 18,
- 6,
- 0.24225,
- "_HSTSGTDEGEDGDEPDDGSNDVVDLLPR_"
- ],
- [
- 38763,
- 2,
- 10,
- 3,
- 0.1282,
- "_EYCLPGPVLCAACGGGGR_"
- ],
- [
- 38885,
- 2,
- 16,
- 4,
- 0.21373,
- "_SVPAGLTLQSVSPQSLQGK_"
- ],
- [
- 9603,
- 4,
- 10,
- 5,
- 0.1282,
- "_TFTDHMLMVEWNDKGWGQPR_"
- ],
- [
- 21431,
- 3,
- 8,
- 3,
- 0.099703,
- "_GNGYFQVPPHTPVIFGEAGGR_"
- ],
- [
- 41405,
- 2,
- 10,
- 5,
- 0.1282,
- "_EEVAYDPEDETILEEAK_"
- ],
- [
- 29655,
- 2,
- 15,
- 6,
- 0.19948,
- "_TYFNILIKPETLAK_"
- ],
- [
- 11104,
- 2,
- 9,
- 3,
- 0.11394,
- "_KQELLVEIQR_"
- ],
- [
- 33312,
- 3,
- 4,
- 2,
- 0.042736,
- "_MHPDLSPHLHTEECNVLINLLK_"
- ],
- [
- 13850,
- 2,
- 13,
- 4,
- 0.17096,
- "_CLTPLVPEDLR_"
- ],
- [
- 25475,
- 2,
- 19,
- 5,
- 0.25648,
- "_NLLESYHVPELIK_"
- ],
- [
- 40002,
- 2,
- 11,
- 6,
- 0.14245,
- "_ENPGFDFSGAEISGNYTK_"
- ],
- [
- 25410,
- 3,
- 25,
- 8,
- 0.34194,
- "_AFVHWYVGEGMEEGEFSEAR_"
- ],
- [
- 19276,
- 4,
- 17,
- 7,
- 0.22799,
- "_ERPQDRPEDLDVPPALADFIHQQR_"
- ],
- [
- 37087,
- 2,
- 12,
- 4,
- 0.15673,
- "_KVQSDGQIVLVDDWIK_"
- ],
- [
- 18590,
- 2,
- 14,
- 6,
- 0.18522,
- "_(Acetyl (Protein N-term))SIHFSSPVFTSR_"
- ],
- [
- 25316,
- 3,
- 9,
- 4,
- 0.11394,
- "_TCVPADINKEEEFVEEFNR_"
- ],
- [
- 51565,
- 2,
- 12,
- 3,
- 0.15673,
- "_LFGEAGPASGVGSSGGGGSGSGTGGGDAALDFK_"
- ],
- [
- 28685,
- 4,
- 10,
- 5,
- 0.1282,
- "_AHFPLGANPFLERPQSFISPQSCDAQGQR_"
- ],
- [
- 30992,
- 3,
- 12,
- 3,
- 0.15673,
- "_FSTSVKPDVVVQVTVLAENNHIK_"
- ],
- [
- 35632,
- 2,
- 13,
- 4,
- 0.17096,
- "_DSEQVAELKQELATLK_"
- ],
- [
- 26703,
- 2,
- 15,
- 3,
- 0.19948,
- "_YSLRDEFPLLTTK_"
- ],
- [
- 9489,
- 2,
- 14,
- 2,
- 0.18521,
- "_LTPVPDSFFAK_"
- ],
- [
- 30700,
- 3,
- 15,
- 6,
- 0.19948,
- "_VIPSQEHLNGPLPVPFTNGEIQK_"
- ],
- [
- 39976,
- 2,
- 20,
- 6,
- 0.27074,
- "_GEMMDLQHGSLFLQTPK_"
- ],
- [
- 40554,
- 2,
- 15,
- 2,
- 0.19948,
- "_GVESQGM(Oxidation (M))LLCASIEGINR_"
- ],
- [
- 36385,
- 3,
- 19,
- 4,
- 0.2565,
- "_VPAEPQTMSVLISCTTCHSEFPSR_"
- ],
- [
- 13575,
- 4,
- 19,
- 8,
- 0.2565,
- "_GADSLEDFLYHEGYACTSIHGDR_"
- ],
- [
- 2033,
- 2,
- 12,
- 3,
- 0.15671,
- "_LEDLPVIIK_"
- ],
- [
- 27817,
- 2,
- 12,
- 4,
- 0.15671,
- "_NALLLLPEEQQDPK_"
- ],
- [
- 35308,
- 3,
- 10,
- 6,
- 0.12819,
- "_HSVNNPYSQFQDEYSLDEVMASK_"
- ],
- [
- 39214,
- 2,
- 13,
- 2,
- 0.17099,
- "_WNTDNTLGTEISWENK_"
- ],
- [
- 4046,
- 2,
- 10,
- 3,
- 0.12819,
- "_SSFVPSLFSK_"
- ],
- [
- 42956,
- 2,
- 9,
- 5,
- 0.11396,
- "_ATENPEQVASEGLPEPVLR_"
- ],
- [
- 37787,
- 2,
- 10,
- 4,
- 0.12819,
- "_LLGPGVNYSGCQITWAK_"
- ],
- [
- 32075,
- 2,
- 11,
- 3,
- 0.14245,
- "_LGVTPEGQSYLDQFR_"
- ],
- [
- 35131,
- 2,
- 19,
- 7,
- 0.2565,
- "_LDVGNFSWGSECCTR_"
- ],
- [
- 38007,
- 2,
- 8,
- 2,
- 0.099714,
- "_LNTPEELIVAGSQSGSIR_"
- ],
- [
- 14226,
- 3,
- 14,
- 4,
- 0.18521,
- "_FSPFPVQDRPESSLVFK_"
- ],
- [
- 10854,
- 2,
- 11,
- 3,
- 0.14245,
- "_DFKPGDLIFAK_"
- ],
- [
- 46522,
- 2,
- 12,
- 5,
- 0.15671,
- "_MLDDNNHLIQCIMDSQNK_"
- ],
- [
- 31733,
- 3,
- 15,
- 7,
- 0.19948,
- "_VFTSSTISGGYAEYALAADHTVYK_"
- ],
- [
- 20128,
- 2,
- 17,
- 6,
- 0.22799,
- "_MMTPEVLAEAYGK_"
- ],
- [
- 41146,
- 2,
- 24,
- 7,
- 0.32772,
- "_ANCIDSTASAEAVFASEVK_"
- ],
- [
- 33567,
- 3,
- 15,
- 5,
- 0.19948,
- "_VNVTVDYIRPASPATETVPAFSER_"
- ],
- [
- 33675,
- 3,
- 16,
- 7,
- 0.21373,
- "_NTPVYVSSPTWENHNAVFSAAGFK_"
- ],
- [
- 29848,
- 2,
- 15,
- 4,
- 0.19948,
- "_SYLEFSEDSVQVPR_"
- ],
- [
- 34879,
- 3,
- 16,
- 7,
- 0.21373,
- "_EKETLAVNYEKEEEFLTNELSR_"
- ],
- [
- 31219,
- 2,
- 10,
- 4,
- 0.12819,
- "_QVLLSEPEEAAALYR_"
- ],
- [
- 23309,
- 2,
- 6,
- 3,
- 0.071226,
- "_PNGLILQYGTAGFR_"
- ],
- [
- 38342,
- 2,
- 16,
- 2,
- 0.21373,
- "_AVCM(Oxidation (M))LSNTTAIAEAWAR_"
- ],
- [
- 28550,
- 3,
- 15,
- 4,
- 0.19948,
- "_FACQWLNAHFEVNPDCSVSR_"
- ],
- [
- 17173,
- 2,
- 11,
- 4,
- 0.14245,
- "_TVINFTMPNTIK_"
- ],
- [
- 38589,
- 2,
- 11,
- 4,
- 0.14245,
- "_VCEVEFVFSEGSEASGR_"
- ],
- [
- 28163,
- 4,
- 7,
- 5,
- 0.085468,
- "_QFDNYGEEFTMHDTIGCYLDIDKGHVK_"
- ],
- [
- 22973,
- 3,
- 10,
- 5,
- 0.12819,
- "_LAFAYLEDLHSEFDEQHGK_"
- ],
- [
- 23225,
- 2,
- 11,
- 2,
- 0.14245,
- "_DVDETGITVASLER_"
- ],
- [
- 40048,
- 3,
- 15,
- 6,
- 0.19948,
- "_ILDLGITGPEGHVLSRPEEVEAEAVNR_"
- ],
- [
- 21076,
- 3,
- 14,
- 4,
- 0.18521,
- "_MLDDNNHLIQCIMDSQNK_"
- ],
- [
- 27511,
- 2,
- 18,
- 4,
- 0.24224,
- "_QIPAITCIQSQWR_"
- ],
- [
- 25172,
- 3,
- 14,
- 2,
- 0.18521,
- "_DNVSSPGGATIHALHVLESGGFR_"
- ],
- [
- 29295,
- 2,
- 12,
- 5,
- 0.15671,
- "_GMDHFLYGLSDEMK_"
- ],
- [
- 9969,
- 2,
- 14,
- 4,
- 0.18521,
- "_GILIGIQQSFR_"
- ],
- [
- 26421,
- 2,
- 7,
- 3,
- 0.085468,
- "_TQLQQLGVTLSMTR_"
- ],
- [
- 18996,
- 2,
- 8,
- 3,
- 0.099714,
- "_QFEYIEVGQFR_"
- ],
- [
- 48743,
- 2,
- 14,
- 6,
- 0.18521,
- "_DNVSSPGGATIHALHVLESGGFR_"
- ],
- [
- 14510,
- 2,
- 11,
- 5,
- 0.14243,
- "_AVAALLTIPEAEK_"
- ],
- [
- 46102,
- 2,
- 22,
- 7,
- 0.29921,
- "_VAYIPDEMAAQQNPLQQPR_"
- ],
- [
- 35150,
- 2,
- 28,
- 7,
- 0.38468,
- "_TITLEVEPSDTIENVK_"
- ],
- [
- 36777,
- 2,
- 13,
- 6,
- 0.17095,
- "_IATSLDGFDVASVQQQR_"
- ],
- [
- 23641,
- 3,
- 11,
- 5,
- 0.14243,
- "_IAELLENVTLIHKPVSLQPR_"
- ],
- [
- 24498,
- 2,
- 13,
- 5,
- 0.17095,
- "_(Acetyl (Protein N-term))CDFTEDQTAEFK_"
- ],
- [
- 9729,
- 2,
- 12,
- 2,
- 0.15669,
- "_DGFEVMECIK_"
- ],
- [
- 29312,
- 2,
- 12,
- 3,
- 0.15669,
- "_YGSIAGLAELGHDVIK_"
- ],
- [
- 30410,
- 2,
- 11,
- 5,
- 0.14243,
- "_EVWYFGLHYVDNK_"
- ],
- [
- 20434,
- 2,
- 12,
- 3,
- 0.15669,
- "_SLLINAVEASCIR_"
- ],
- [
- 11059,
- 3,
- 10,
- 2,
- 0.12819,
- "_IMDPDEQLETLHEALK_"
- ],
- [
- 17930,
- 3,
- 11,
- 4,
- 0.14243,
- "_AIQTLGYFPVGDGDFPHQK_"
- ],
- [
- 35002,
- 2,
- 13,
- 2,
- 0.17095,
- "_VTLLDASEYECEVEK_"
- ],
- [
- 5999,
- 2,
- 13,
- 3,
- 0.17095,
- "_LLMLGLDNAGK_"
- ],
- [
- 10569,
- 2,
- 17,
- 5,
- 0.22797,
- "_VSMPDVELNLK_"
- ],
- [
- 38723,
- 2,
- 17,
- 7,
- 0.22797,
- "_FGVPVIADGGIQNVGHIAK_"
- ],
- [
- 46421,
- 2,
- 18,
- 6,
- 0.24223,
- "_(Acetyl (Protein N-term))AEPDYIEDDNPELIRPQK_"
- ],
- [
- 4688,
- 2,
- 7,
- 3,
- 0.085463,
- "_FFLGDLCSR_"
- ],
- [
- 28042,
- 2,
- 18,
- 4,
- 0.24223,
- "_GIEDNPMVVPLCNR_"
- ],
- [
- 8347,
- 4,
- 15,
- 5,
- 0.19945,
- "_KPPMLQPLALPPGLSVHQALER_"
- ],
- [
- 36224,
- 2,
- 9,
- 4,
- 0.11395,
- "_VTYQGYSPYQLTWGR_"
- ],
- [
- 15293,
- 2,
- 9,
- 4,
- 0.11395,
- "_APEDVIQALEEK_"
- ],
- [
- 11336,
- 3,
- 18,
- 5,
- 0.24223,
- "_KDDPLTNLNTAFDVAEK_"
- ],
- [
- 5010,
- 2,
- 7,
- 2,
- 0.085463,
- "_FAIDIGGSLTK_"
- ],
- [
- 18394,
- 2,
- 15,
- 5,
- 0.19945,
- "_FGNEVIPVTVTVK_"
- ],
- [
- 44252,
- 2,
- 9,
- 2,
- 0.11395,
- "_NQVLTLEEWQDKWVNGK_"
- ],
- [
- 8881,
- 3,
- 16,
- 5,
- 0.21372,
- "_LDTHPAMVTVLEMGAAR_"
- ],
- [
- 26945,
- 2,
- 20,
- 5,
- 0.27074,
- "_AIIEEYLHLNDMK_"
- ],
- [
- 2587,
- 2,
- 9,
- 4,
- 0.11395,
- "_LMALLGQALK_"
- ],
- [
- 24959,
- 2,
- 8,
- 2,
- 0.099705,
- "_DLYVNIQPVQEPK_"
- ],
- [
- 9467,
- 2,
- 14,
- 3,
- 0.18522,
- "_DITEEIMSGAR_"
- ],
- [
- 29348,
- 3,
- 18,
- 6,
- 0.24223,
- "_EKFGAVFLWDSGSSVGEITGHNK_"
- ],
- [
- 13625,
- 3,
- 16,
- 5,
- 0.21372,
- "_ELYHVISFDGSYVNYR_"
- ],
- [
- 25339,
- 2,
- 17,
- 6,
- 0.22797,
- "_GQFSTDELVAEVEK_"
- ],
- [
- 38394,
- 2,
- 17,
- 6,
- 0.22797,
- "_SDALETLGFLNHYQM(Oxidation (M))K_"
- ],
- [
- 8224,
- 2,
- 20,
- 5,
- 0.27074,
- "_EVFSMAGVVVR_"
- ],
- [
- 19969,
- 2,
- 8,
- 3,
- 0.099705,
- "_YLQCILGVDNIK_"
- ],
- [
- 17299,
- 4,
- 17,
- 7,
- 0.22797,
- "_FIVDGWHEMDAENPLHQPSPSLNK_"
- ],
- [
- 1682,
- 2,
- 16,
- 5,
- 0.21372,
- "_VVLPYLVPK_"
- ],
- [
- 2319,
- 2,
- 14,
- 5,
- 0.18522,
- "_LLLEEIYR_"
- ],
- [
- 44333,
- 2,
- 13,
- 5,
- 0.17095,
- "_AIQTLGYFPVGDGDFPHQK_"
- ],
- [
- 9356,
- 2,
- 19,
- 3,
- 0.25649,
- "_DANLYISGLPR_"
- ],
- [
- 8475,
- 2,
- 18,
- 3,
- 0.24223,
- "_WLMHLAPGFK_"
- ],
- [
- 19806,
- 2,
- 13,
- 2,
- 0.17095,
- "_IMPEDIIINCSK_"
- ],
- [
- 47875,
- 2,
- 13,
- 4,
- 0.17095,
- "_AKEEASAMEEEMALAEEQLR_"
- ],
- [
- 7757,
- 2,
- 13,
- 4,
- 0.17095,
- "_LLDSITVPVAR_"
- ],
- [
- 49660,
- 2,
- 13,
- 5,
- 0.17095,
- "_TPEQCPSVVSLLSESYNPHVR_"
- ],
- [
- 9799,
- 2,
- 17,
- 4,
- 0.22798,
- "_YLYTLVITDK_"
- ],
- [
- 24997,
- 3,
- 12,
- 6,
- 0.15669,
- "_ADFDNTVAIHPTSSEELVTLR_"
- ],
- [
- 24134,
- 2,
- 17,
- 6,
- 0.22798,
- "_EMLICTNMEDLR_"
- ],
- [
- 22075,
- 2,
- 13,
- 4,
- 0.17095,
- "_DIEIIHEELQLK_"
- ],
- [
- 30875,
- 2,
- 9,
- 2,
- 0.11397,
- "_VGELMDQNAFSLTQK_"
- ],
- [
- 4023,
- 2,
- 10,
- 5,
- 0.12821,
- "_IQAELAVILK_"
- ],
- [
- 39858,
- 2,
- 12,
- 4,
- 0.15669,
- "_NTCQLYIQTDHLFFK_"
- ],
- [
- 13891,
- 3,
- 12,
- 4,
- 0.15669,
- "_TLYDFPGNDAEDLPFKK_"
- ],
- [
- 17383,
- 2,
- 15,
- 2,
- 0.19948,
- "_NPPAFTELQLPR_"
- ],
- [
- 17619,
- 4,
- 15,
- 8,
- 0.19948,
- "_DYALHWLVLGTHTSDEQNHLVVAR_"
- ],
- [
- 23696,
- 3,
- 12,
- 4,
- 0.15669,
- "_GVVPLAGTNGETTTQGLDGLSER_"
- ],
- [
- 48560,
- 2,
- 12,
- 5,
- 0.15669,
- "_VQTDAFVSNELDDPDDLQCK_"
- ],
- [
- 48462,
- 2,
- 11,
- 4,
- 0.14246,
- "_NFGYPLGEMSQPTPSPAPAAGGR_"
- ],
- [
- 50260,
- 2,
- 19,
- 7,
- 0.25649,
- "_DGAVNGPSVVGDQTPIEPQTSIER_"
- ],
- [
- 34393,
- 2,
- 11,
- 3,
- 0.14246,
- "_VYEEVLSVTPNDGFAK_"
- ],
- [
- 11556,
- 2,
- 12,
- 4,
- 0.15669,
- "_FYFLEAYNAK_"
- ],
- [
- 8742,
- 2,
- 14,
- 5,
- 0.18521,
- "_DCTVEMPILK_"
- ],
- [
- 42519,
- 2,
- 15,
- 5,
- 0.19948,
- "_EEFTAFLHPEEFEHMK_"
- ],
- [
- 30360,
- 3,
- 21,
- 7,
- 0.285,
- "_ELELMFGCQVEGDAAETPPRPR_"
- ],
- [
- 34915,
- 2,
- 14,
- 6,
- 0.18521,
- "_FQNVADLHLYLYSAK_"
- ],
- [
- 48662,
- 2,
- 14,
- 6,
- 0.18521,
- "_ADFDNTVAIHPTSSEELVTLR_"
- ],
- [
- 36454,
- 2,
- 23,
- 5,
- 0.31348,
- "_YFVQGMGYMPSASMTR_"
- ],
- [
- 15423,
- 2,
- 8,
- 4,
- 0.099726,
- "_SSPDMLYQYLK_"
- ],
- [
- 25609,
- 3,
- 10,
- 5,
- 0.12821,
- "_TEQGTVLIGSEHGLIEVDPVSR_"
- ],
- [
- 12513,
- 3,
- 10,
- 4,
- 0.12821,
- "_NTCQLYIQTDHLFFK_"
- ],
- [
- 25733,
- 2,
- 17,
- 2,
- 0.22798,
- "_FMDLYPCSASELK_"
- ],
- [
- 38317,
- 2,
- 15,
- 4,
- 0.19948,
- "_FQSPQIQATISPPLQPK_"
- ],
- [
- 44967,
- 2,
- 6,
- 3,
- 0.071242,
- "_FVPYLIAGIQHSCQDIGAK_"
- ],
- [
- 28981,
- 3,
- 11,
- 4,
- 0.14246,
- "_TSALCADSYNASLAAYHPWVVR_"
- ],
- [
- 17469,
- 2,
- 13,
- 5,
- 0.17095,
- "_LYLNETFSELR_"
- ],
- [
- 46184,
- 2,
- 15,
- 5,
- 0.19948,
- "_HFDGEDYTCITFQPDLSK_"
- ],
- [
- 36789,
- 3,
- 13,
- 7,
- 0.17091,
- "_MEEEEGAKGEDEEMADPMEDVIIR_"
- ],
- [
- 27567,
- 2,
- 12,
- 3,
- 0.15668,
- "_QNVLLSATLTEGVTR_"
- ],
- [
- 14319,
- 3,
- 10,
- 2,
- 0.12819,
- "_TPLSTGGTLAFVSPSLAVHK_"
- ],
- [
- 10673,
- 2,
- 10,
- 2,
- 0.12819,
- "_NATMPVTMLIR_"
- ],
- [
- 27492,
- 2,
- 7,
- 4,
- 0.085464,
- "_CDCYTGADLSALVR_"
- ],
- [
- 18357,
- 3,
- 10,
- 2,
- 0.12819,
- "_QTEITSATQNQLLFHMLK_"
- ],
- [
- 14656,
- 3,
- 12,
- 5,
- 0.15668,
- "_FSEDLHLSSTEVDDMIR_"
- ],
- [
- 29024,
- 2,
- 12,
- 4,
- 0.15668,
- "_NVHLAPGWLMQLEK_"
- ],
- [
- 16892,
- 3,
- 13,
- 6,
- 0.17091,
- "_NITRPFEDQTSLEFFSK_"
- ],
- [
- 13683,
- 3,
- 11,
- 6,
- 0.14244,
- "_FVYTPAMESVCGYFHR_"
- ],
- [
- 25829,
- 2,
- 9,
- 4,
- 0.11395,
- "_EAQTLDSQIQETSI_"
- ],
- [
- 11569,
- 2,
- 9,
- 4,
- 0.11395,
- "_MPLLSLHLDVK_"
- ],
- [
- 39454,
- 2,
- 7,
- 3,
- 0.085464,
- "_SDSEGPYDFGGVLTNSNR_"
- ],
- [
- 22029,
- 3,
- 13,
- 5,
- 0.17091,
- "_EMTDSSHIPVSDMVMYGYR_"
- ],
- [
- 18945,
- 2,
- 10,
- 4,
- 0.12819,
- "_YYVSPSDLLDDK_"
- ],
- [
- 44896,
- 2,
- 9,
- 3,
- 0.11395,
- "_GIYVMESDDTPVTESDLSR_"
- ],
- [
- 28505,
- 4,
- 10,
- 6,
- 0.12819,
- "_TGLNALHQAVHPIHGLAWTDGNQVVLTDLR_"
- ],
- [
- 14566,
- 3,
- 17,
- 5,
- 0.22793,
- "_VEGRPGASLPPLDLQALEK_"
- ],
- [
- 5607,
- 4,
- 20,
- 7,
- 0.27071,
- "_IAELLENVTLIHKPVSLQPR_"
- ],
- [
- 16507,
- 2,
- 15,
- 3,
- 0.19943,
- "_ALADDDFLTVTGK_"
- ],
- [
- 43149,
- 2,
- 15,
- 7,
- 0.19943,
- "_DDANNDPQWSEEQLIAAK_"
- ],
- [
- 33197,
- 2,
- 15,
- 6,
- 0.19943,
- "_SSEMNILIPQDGDYR_"
- ],
- [
- 9227,
- 2,
- 15,
- 3,
- 0.19943,
- "_TLMNLGGLAVAR_"
- ],
- [
- 24027,
- 2,
- 15,
- 4,
- 0.19943,
- "_ALNEVFIGESLSSR_"
- ],
- [
- 26493,
- 2,
- 19,
- 4,
- 0.25645,
- "_FGGGNPELLTQMVSK_"
- ],
- [
- 10114,
- 3,
- 19,
- 6,
- 0.25645,
- "_TIRPMDMETIEASVMK_"
- ],
- [
- 33690,
- 2,
- 14,
- 5,
- 0.18518,
- "_EGDTGGTMEITEAALVR_"
- ],
- [
- 33099,
- 3,
- 15,
- 4,
- 0.19943,
- "_IEISTIASNYHLEVNPSDAGNSDR_"
- ],
- [
- 37377,
- 2,
- 18,
- 6,
- 0.2422,
- "_TIRPMDMETIEASVMK_"
- ],
- [
- 28448,
- 3,
- 18,
- 6,
- 0.2422,
- "_RLDPDAIPSPIQVIEDDRNNR_"
- ],
- [
- 37320,
- 3,
- 14,
- 6,
- 0.18518,
- "_DYALHWLVLGTHTSDEQNHLVVAR_"
- ],
- [
- 29069,
- 2,
- 19,
- 6,
- 0.25645,
- "_DVAIKEPLVDVVDPK_"
- ],
- [
- 42046,
- 3,
- 28,
- 6,
- 0.38468,
- "_ENVPENSRPATGYPLPPQIFNESQYR_"
- ],
- [
- 41837,
- 2,
- 14,
- 5,
- 0.18518,
- "_AGVAAPATQVAQVTLQSVQR_"
- ],
- [
- 27788,
- 2,
- 14,
- 5,
- 0.18518,
- "_EADSVYGEWVPVEK_"
- ],
- [
- 10027,
- 3,
- 14,
- 3,
- 0.18518,
- "_VVYQPEHMSFEELLK_"
- ],
- [
- 23152,
- 2,
- 17,
- 4,
- 0.22793,
- "_GGDPFWDGPGDPMR_"
- ],
- [
- 27662,
- 2,
- 14,
- 3,
- 0.18518,
- "_VPEANSSWMDTVIR_"
- ],
- [
- 46720,
- 3,
- 11,
- 7,
- 0.14242,
- "_PHSEAGTAFIQTQQLHAAMADTFLEHMCR_"
- ],
- [
- 11377,
- 3,
- 22,
- 8,
- 0.2992,
- "_FGVPVIADGGIQNVGHIAK_"
- ],
- [
- 12732,
- 3,
- 12,
- 5,
- 0.15667,
- "_TGKPFNPLLGETYELVR_"
- ],
- [
- 32258,
- 2,
- 17,
- 3,
- 0.22794,
- "_PMNIQLVTSQIDAQR_"
- ],
- [
- 34601,
- 3,
- 12,
- 2,
- 0.15667,
- "_INICGSVDIVQCGPSSAVCMHDLK_"
- ],
- [
- 26288,
- 3,
- 13,
- 6,
- 0.17091,
- "_ALECFCQAASEVGKEEFLDR_"
- ],
- [
- 24567,
- 2,
- 13,
- 6,
- 0.17091,
- "_CADLSLSPIYPAAR_"
- ],
- [
- 49068,
- 2,
- 12,
- 4,
- 0.15667,
- "_NQKDDVAQTDLLQIDPNFGSK_"
- ],
- [
- 31053,
- 2,
- 17,
- 2,
- 0.22794,
- "_EVLEALGEVMVSRPR_"
- ],
- [
- 13647,
- 2,
- 11,
- 5,
- 0.14242,
- "_LALDMEINAYR_"
- ],
- [
- 45774,
- 2,
- 10,
- 2,
- 0.12818,
- "_QQGEQICWGGSSSVMSLATK_"
- ],
- [
- 8980,
- 2,
- 11,
- 4,
- 0.14242,
- "_TSYLTELIDR_"
- ],
- [
- 33178,
- 4,
- 11,
- 5,
- 0.14242,
- "_IEIHEQEAILHNFSSTNPTQVNGSVIDEPVR_"
- ],
- [
- 5281,
- 2,
- 19,
- 2,
- 0.25643,
- "_EMAIPVLEAR_"
- ],
- [
- 10866,
- 3,
- 17,
- 4,
- 0.22794,
- "_CGDLEEELKNVTNNLK_"
- ],
- [
- 36078,
- 2,
- 11,
- 5,
- 0.14242,
- "_AETSLGIPGPSEISTEVK_"
- ],
- [
- 49345,
- 3,
- 19,
- 8,
- 0.25643,
- "_(Acetyl (Protein N-term))SKPHSEAGTAFIQTQQLHAAMADTFLEHMCR_"
- ],
- [
- 12390,
- 3,
- 17,
- 6,
- 0.22794,
- "_ALEHAFQLEHIMDLTR_"
- ],
- [
- 17957,
- 2,
- 6,
- 2,
- 0.07121,
- "_EAITHLLGVALTR_"
- ],
- [
- 44945,
- 2,
- 12,
- 5,
- 0.15667,
- "_KYFEEYALVNQDILENK_"
- ],
- [
- 511,
- 2,
- 10,
- 3,
- 0.12818,
- "_ILLLLEEK_"
- ],
- [
- 24764,
- 3,
- 10,
- 7,
- 0.12818,
- "_IQYQLVDISQDNALRDEMR_"
- ],
- [
- 34119,
- 2,
- 13,
- 3,
- 0.17091,
- "_EYLNLLICEESHLK_"
- ],
- [
- 33018,
- 2,
- 7,
- 3,
- 0.085458,
- "_QQQVLPLDPAEPEIR_"
- ],
- [
- 41492,
- 2,
- 7,
- 6,
- 0.085458,
- "_QLIEPVQYDEQGMAFSK_"
- ],
- [
- 49480,
- 2,
- 14,
- 7,
- 0.18515,
- "_EWPYCSQCPAVWNGSGAVSAR_"
- ],
- [
- 37004,
- 3,
- 16,
- 6,
- 0.21366,
- "_FIVDGWHEMDAENPLHQPSPSLNK_"
- ],
- [
- 43053,
- 4,
- 16,
- 7,
- 0.21366,
- "_RPSYAPPPTPAPATQMPSTPGFVGYNPYSHLAYNNYR_"
- ],
- [
- 14962,
- 3,
- 8,
- 3,
- 0.099697,
- "_LAQTLSTQLFQMVHTQR_"
- ],
- [
- 45189,
- 2,
- 10,
- 3,
- 0.12818,
- "_LNINPEDGMADYSDPSYVK_"
- ],
- [
- 15675,
- 2,
- 27,
- 6,
- 0.37043,
- "_TLTLVDTGIGMTK_"
- ],
- [
- 10521,
- 2,
- 7,
- 2,
- 0.085458,
- "_LDLSVVENGGLK_"
- ],
- [
- 34439,
- 3,
- 9,
- 7,
- 0.11395,
- "_QSTQVMAASMSAFDPLKNQDEINK_"
- ],
- [
- 2769,
- 3,
- 9,
- 3,
- 0.11395,
- "_AMEGIFMKPSELLK_"
- ],
- [
- 11841,
- 2,
- 15,
- 3,
- 0.1994,
- "_IYIPLPEEAAR_"
- ],
- [
- 16687,
- 2,
- 18,
- 4,
- 0.2422,
- "_CVDWSIAVYTR_"
- ],
- [
- 13501,
- 3,
- 13,
- 5,
- 0.17092,
- "_DGDSVMVLPTIPEEEAKK_"
- ],
- [
- 27450,
- 3,
- 15,
- 6,
- 0.1994,
- "_TPEQCPSVVSLLSESYNPHVR_"
- ],
- [
- 37212,
- 2,
- 9,
- 5,
- 0.11395,
- "_GPSIQQAEMGAAMDALEK_"
- ],
- [
- 16603,
- 2,
- 14,
- 5,
- 0.18517,
- "_DLVDYITTHYK_"
- ],
- [
- 33571,
- 2,
- 13,
- 6,
- 0.17092,
- "_SFPGFQAFCETQGDR_"
- ],
- [
- 48106,
- 2,
- 12,
- 3,
- 0.15668,
- "_LLEENETEAVTVPTPSPTPVR_"
- ],
- [
- 27252,
- 3,
- 20,
- 7,
- 0.27069,
- "_KPPMLQPLALPPGLSVHQALER_"
- ],
- [
- 31819,
- 3,
- 13,
- 6,
- 0.17092,
- "_HAQPTCPGAQLCTVYYASLNFR_"
- ],
- [
- 16199,
- 4,
- 19,
- 6,
- 0.25642,
- "_PRPPRPEPPPGLMALEVPEPLGEDK_"
- ],
- [
- 28219,
- 2,
- 9,
- 2,
- 0.11395,
- "_EMDACLSDIWLHK_"
- ],
- [
- 21421,
- 2,
- 12,
- 5,
- 0.15668,
- "_DILADVNHPFVVK_"
- ],
- [
- 17264,
- 4,
- 16,
- 5,
- 0.21366,
- "_PQPEIEPEAAVQEMRPPTDLTHFK_"
- ],
- [
- 29437,
- 2,
- 13,
- 6,
- 0.17092,
- "_VINEPTAAALAYGLDK_"
- ],
- [
- 46240,
- 3,
- 13,
- 7,
- 0.17092,
- "_ACVSQLNGMVFCPHCGEDASEAQEVTIPR_"
- ],
- [
- 42042,
- 2,
- 13,
- 6,
- 0.17092,
- "_LAQTLSTQLFQMVHTQR_"
- ],
- [
- 30006,
- 2,
- 13,
- 5,
- 0.17092,
- "_TACGFCFVEYYSR_"
- ],
- [
- 18720,
- 2,
- 13,
- 3,
- 0.17092,
- "_VLATTFDPYLGGR_"
- ],
- [
- 3971,
- 2,
- 13,
- 5,
- 0.17092,
- "_AWGAVVPLVGK_"
- ],
- [
- 33309,
- 3,
- 11,
- 7,
- 0.14244,
- "_KCVEEAYSLLNEYGDDMYGPEK_"
- ],
- [
- 44444,
- 3,
- 9,
- 6,
- 0.11395,
- "_SQHSGVDICINNAGLARPDTLLSGSTSGWK_"
- ],
- [
- 45260,
- 2,
- 12,
- 6,
- 0.15668,
- "_FVEEQGPNSSATFMVSCLK_"
- ],
- [
- 38901,
- 2,
- 11,
- 6,
- 0.14244,
- "_MAGVMAQCGGLECMLNR_"
- ],
- [
- 9089,
- 2,
- 14,
- 3,
- 0.18517,
- "_LAPGTIVEVWK_"
- ],
- [
- 6791,
- 2,
- 7,
- 2,
- 0.085465,
- "_EVSFDVELPK_"
- ],
- [
- 41226,
- 2,
- 10,
- 3,
- 0.1282,
- "_NNTLMGKPTEGALIALAMK_"
- ],
- [
- 35516,
- 2,
- 11,
- 3,
- 0.14244,
- "_YQESLGNTVFELENR_"
- ],
- [
- 30971,
- 2,
- 16,
- 4,
- 0.21366,
- "_NLIAFSEDGSDPYVR_"
- ],
- [
- 9960,
- 2,
- 11,
- 2,
- 0.14244,
- "_VGMIPVPYVEK_"
- ],
- [
- 11760,
- 2,
- 17,
- 2,
- 0.22792,
- "_EPFHSILSVLK_"
- ],
- [
- 39689,
- 4,
- 15,
- 4,
- 0.1994,
- "_EQAAAAPFPSPAPASPAISVVGVSAGGHTLSRPPPAQVPR_"
- ],
- [
- 41728,
- 2,
- 12,
- 5,
- 0.15668,
- "_GYFFIEGELYCETHAR_"
- ],
- [
- 5081,
- 3,
- 14,
- 5,
- 0.18517,
- "_EVLEALGEVMVSRPR_"
- ],
- [
- 2953,
- 2,
- 13,
- 3,
- 0.17092,
- "_FEALNLSFK_"
- ],
- [
- 15572,
- 3,
- 24,
- 6,
- 0.32769,
- "_EEFTAFLHPEEFEHMK_"
- ],
- [
- 34841,
- 2,
- 12,
- 4,
- 0.15667,
- "_WTTLNSLQLHGLQLR_"
- ],
- [
- 38677,
- 2,
- 21,
- 6,
- 0.28492,
- "_KDDPLTNLNTAFDVAEK_"
- ],
- [
- 47671,
- 2,
- 10,
- 5,
- 0.12818,
- "_MWDLSSNQAIQIAQHDAPVK_"
- ],
- [
- 30149,
- 3,
- 9,
- 5,
- 0.11395,
- "_FYQAELEELSFAEDTEECRK_"
- ],
- [
- 27122,
- 2,
- 9,
- 2,
- 0.11395,
- "_ISDDTPLEMMTSPR_"
- ],
- [
- 21945,
- 2,
- 12,
- 5,
- 0.15667,
- "_DQDELNPYAAWR_"
- ],
- [
- 30275,
- 2,
- 12,
- 5,
- 0.15667,
- "_SELLHIESQVELLR_"
- ],
- [
- 33671,
- 2,
- 12,
- 6,
- 0.15667,
- "_GHIASVLNAWPEDVIK_"
- ],
- [
- 8508,
- 2,
- 8,
- 2,
- 0.099697,
- "_WPVDAWEVAK_"
- ],
- [
- 23032,
- 2,
- 12,
- 3,
- 0.15667,
- "_IIEGLQDLDDDVR_"
- ],
- [
- 31507,
- 3,
- 10,
- 3,
- 0.12818,
- "_LNEELKVDEETQEVLENLKDR_"
- ],
- [
- 43379,
- 3,
- 11,
- 7,
- 0.14243,
- "_VIDPVTGKPCAGTTYLESPLSSETTQLSK_"
- ],
- [
- 42912,
- 2,
- 9,
- 6,
- 0.11395,
- "_TSIFWNDVKDPVSIEER_"
- ],
- [
- 11082,
- 3,
- 10,
- 3,
- 0.12818,
- "_KLLSSGFDIDTPDDFGR_"
- ],
- [
- 42745,
- 2,
- 9,
- 3,
- 0.11395,
- "_TM(Oxidation (M))GFCYQILTEPNADPR_"
- ],
- [
- 17120,
- 2,
- 8,
- 4,
- 0.099697,
- "_NLTWTLSNLCR_"
- ],
- [
- 29743,
- 2,
- 13,
- 5,
- 0.17091,
- "_NLPVPVYLRPLDEK_"
- ],
- [
- 37257,
- 3,
- 13,
- 6,
- 0.17091,
- "_WLSTRPEVASIEPLGLDEQQCSQK_"
- ],
- [
- 33947,
- 4,
- 25,
- 9,
- 0.34194,
- "_SHCIAEVEKDAIPENLPPLTADFAEDKDVCK_"
- ],
- [
- 47816,
- 2,
- 13,
- 2,
- 0.17091,
- "_SVPHYAAIEPDGNGLMIVSYK_"
- ],
- [
- 47378,
- 2,
- 12,
- 5,
- 0.15667,
- "_GVTEQLDGSTWDFCSEDCK_"
- ],
- [
- 34827,
- 2,
- 5,
- 2,
- 0.056942,
- "_FWESPETVSQLDSVR_"
- ],
- [
- 47522,
- 2,
- 15,
- 5,
- 0.1994,
- "_IIIRPQNVSWEVVAYDDPK_"
- ],
- [
- 5556,
- 3,
- 14,
- 6,
- 0.18516,
- "_RPWITGDESIVGLMK_"
- ],
- [
- 10967,
- 2,
- 19,
- 4,
- 0.25643,
- "_LEDQYFPWR_"
- ],
- [
- 14340,
- 2,
- 7,
- 3,
- 0.085442,
- "_YLLQETWLEK_"
- ],
- [
- 50471,
- 2,
- 16,
- 6,
- 0.21363,
- "_TGQATVASGIPAGWM(Oxidation (M))GLDCGPESSK_"
- ],
- [
- 46234,
- 2,
- 16,
- 5,
- 0.21363,
- "_GKEENISCDNLVLEINSLK_"
- ],
- [
- 46979,
- 3,
- 15,
- 6,
- 0.1994,
- "_LVSQTGPVHAPIFTMSVEVDGNSFEASGPSKK_"
- ],
- [
- 31143,
- 2,
- 15,
- 3,
- 0.1994,
- "_NEIIILANTTNTELK_"
- ],
- [
- 50861,
- 2,
- 17,
- 7,
- 0.2279,
- "_HAQPTCPGAQLCTVYYASLNFR_"
- ],
- [
- 3397,
- 2,
- 15,
- 2,
- 0.1994,
- "_LLGIETPLPK_"
- ],
- [
- 25901,
- 3,
- 18,
- 7,
- 0.24215,
- "_NQKDDVAQTDLLQIDPNFGSK_"
- ],
- [
- 38350,
- 2,
- 7,
- 5,
- 0.085442,
- "_YSDLLSQSLNQPLTSSK_"
- ],
- [
- 50798,
- 2,
- 14,
- 5,
- 0.18516,
- "_VQAFLAECDTVEQNICQETER_"
- ],
- [
- 23342,
- 3,
- 18,
- 4,
- 0.24215,
- "_SVPHYAAIEPDGNGLMIVSYK_"
- ],
- [
- 29588,
- 4,
- 16,
- 8,
- 0.21363,
- "_PHSEAGTAFIQTQQLHAAMADTFLEHMCR_"
- ],
- [
- 33946,
- 4,
- 16,
- 8,
- 0.21363,
- "_PTGDFDSKPSWADQVEEEGEDDKCVTSELLK_"
- ],
- [
- 10334,
- 3,
- 15,
- 4,
- 0.1994,
- "_ASLHALVGSPIIWGGEPR_"
- ],
- [
- 12966,
- 2,
- 16,
- 5,
- 0.21363,
- "_DGTLFAWGNGEK_"
- ],
- [
- 22854,
- 2,
- 19,
- 5,
- 0.25643,
- "_MLNIHPSLLPSFK_"
- ],
- [
- 21827,
- 2,
- 16,
- 4,
- 0.21363,
- "_VSILESLDKWER_"
- ],
- [
- 3098,
- 2,
- 16,
- 5,
- 0.21363,
- "_QEVDILDLK_"
- ],
- [
- 42607,
- 3,
- 14,
- 6,
- 0.18516,
- "_DSEQVTVSLQNLGIHAGAYHANLEPEDK_"
- ],
- [
- 29736,
- 2,
- 7,
- 4,
- 0.085442,
- "_DVGATAVHIQLIMER_"
- ],
- [
- 27752,
- 2,
- 10,
- 2,
- 0.12818,
- "_GQLGNWMSPADFQR_"
- ],
- [
- 31468,
- 3,
- 13,
- 5,
- 0.1709,
- "_LYEEDDLDRLEQMEDSEGTVR_"
- ],
- [
- 38934,
- 3,
- 13,
- 5,
- 0.1709,
- "_MDESVNGILTTLCNHSFHSQCLQR_"
- ],
- [
- 21677,
- 2,
- 10,
- 2,
- 0.12818,
- "_APQMNINIATWGR_"
- ],
- [
- 15771,
- 2,
- 8,
- 3,
- 0.099677,
- "_SVYSWDIVVQR_"
- ],
- [
- 5385,
- 2,
- 10,
- 2,
- 0.12818,
- "_LMDEAVLALR_"
- ],
- [
- 50127,
- 2,
- 13,
- 5,
- 0.1709,
- "_EKVGEQAQVVIIDMNDPSNPIR_"
- ],
- [
- 44962,
- 2,
- 17,
- 4,
- 0.22787,
- "_YTVQFTTMVQVNEETGNR_"
- ],
- [
- 21205,
- 3,
- 19,
- 6,
- 0.25639,
- "_FIQENIFGICPHMTEDNK_"
- ],
- [
- 26906,
- 2,
- 11,
- 4,
- 0.14242,
- "_DVILGLEYLHCQK_"
- ],
- [
- 29980,
- 2,
- 11,
- 2,
- 0.14242,
- "_(Acetyl (Protein N-term))SYTPGVGGDPAQLAQR_"
- ],
- [
- 30081,
- 4,
- 11,
- 6,
- 0.14242,
- "_FERPQYAEILADHPDAPMSQVYGAPHLLR_"
- ],
- [
- 25613,
- 2,
- 5,
- 2,
- 0.056955,
- "_ISEVLDAGTVDPLTK_"
- ],
- [
- 21859,
- 2,
- 17,
- 6,
- 0.22787,
- "_FASYLTFSPSEVK_"
- ],
- [
- 37574,
- 2,
- 12,
- 4,
- 0.15667,
- "_ASIEIANESGETPLDIAK_"
- ],
- [
- 25826,
- 2,
- 7,
- 5,
- 0.085441,
- "_LQVSYEEYLCMK_"
- ],
- [
- 28486,
- 2,
- 10,
- 4,
- 0.12818,
- "_YYGESLPFGDNSFK_"
- ],
- [
- 40619,
- 3,
- 10,
- 6,
- 0.12818,
- "_CAGCDELIFSNEYTQAENQNWHLK_"
- ],
- [
- 40914,
- 2,
- 12,
- 6,
- 0.15667,
- "_GLYGGSSYVDFLCCVHK_"
- ],
- [
- 17363,
- 4,
- 10,
- 5,
- 0.12818,
- "_DYYFDSYAHFGIHEEMLKDEVR_"
- ],
- [
- 9436,
- 4,
- 18,
- 2,
- 0.24213,
- "_ISHMVIEEVNFMQNHLEIEK_"
- ],
- [
- 5630,
- 2,
- 10,
- 3,
- 0.12818,
- "_LWIEFDGEK_"
- ],
- [
- 4668,
- 2,
- 12,
- 4,
- 0.15667,
- "_QIGTLLAELR_"
- ],
- [
- 24327,
- 2,
- 10,
- 3,
- 0.12818,
- "_DDVIQICGPADGIR_"
- ],
- [
- 40738,
- 2,
- 12,
- 2,
- 0.15667,
- "_LAQDFLDSQNLSAYNTR_"
- ],
- [
- 964,
- 3,
- 18,
- 6,
- 0.24213,
- "_MLNIHPSLLPSFK_"
- ],
- [
- 36673,
- 3,
- 19,
- 6,
- 0.25639,
- "_NALKQETEVELYNEFPEPIKLDK_"
- ],
- [
- 48789,
- 2,
- 12,
- 4,
- 0.15667,
- "_ALQLEDGSFCAVPEGSENDMR_"
- ],
- [
- 35891,
- 2,
- 9,
- 6,
- 0.11393,
- "_EEEHDCFLEEIMTK_"
- ],
- [
- 1649,
- 2,
- 20,
- 3,
- 0.27066,
- "_LVFDEYLK_"
- ],
- [
- 44238,
- 2,
- 14,
- 5,
- 0.18515,
- "_LYCEEDQMPICVVCDR_"
- ],
- [
- 23073,
- 3,
- 14,
- 6,
- 0.18515,
- "_MWDLSSNQAIQIAQHDAPVK_"
- ],
- [
- 29513,
- 2,
- 14,
- 4,
- 0.18515,
- "_LVTMQIWDTAGQER_"
- ],
- [
- 22498,
- 3,
- 15,
- 6,
- 0.19939,
- "_KNDPQSITADDLHQLLVVAR_"
- ],
- [
- 36286,
- 3,
- 14,
- 4,
- 0.18515,
- "_HDSIPAADTFEDLSDVEGGGSEPTQR_"
- ],
- [
- 6500,
- 3,
- 15,
- 5,
- 0.19939,
- "_LPTPVLLPYKPQVIR_"
- ],
- [
- 18750,
- 2,
- 14,
- 3,
- 0.18515,
- "_QYYALEVSYFK_"
- ],
- [
- 7728,
- 2,
- 9,
- 3,
- 0.11393,
- "_SFEWLSQMR_"
- ],
- [
- 7960,
- 3,
- 21,
- 5,
- 0.28489,
- "_FQNVADLHLYLYSAK_"
- ],
- [
- 4267,
- 2,
- 16,
- 3,
- 0.21364,
- "_EMLIEVIEK_"
- ],
- [
- 26932,
- 2,
- 13,
- 2,
- 0.1709,
- "_GEWCGVELDEPLGK_"
- ],
- [
- 6519,
- 2,
- 15,
- 5,
- 0.19939,
- "_NLIDAGVDALR_"
- ],
- [
- 29983,
- 4,
- 16,
- 6,
- 0.21364,
- "_LVSQTGPVHAPIFTMSVEVDGNSFEASGPSKK_"
- ],
- [
- 23450,
- 3,
- 12,
- 6,
- 0.15664,
- "_LHSIILANPQDNENFIATVR_"
- ],
- [
- 21239,
- 2,
- 15,
- 4,
- 0.19937,
- "_FTQLDLEDVQVR_"
- ],
- [
- 45106,
- 2,
- 13,
- 4,
- 0.17089,
- "_ILQSQDFSLDSSAEEEGLR_"
- ],
- [
- 44488,
- 4,
- 11,
- 7,
- 0.1424,
- "_QNPHDGVVTPAASPSLPQPGLQMPGQWGPVQGGPQPSGQHR_"
- ],
- [
- 2681,
- 3,
- 10,
- 3,
- 0.12816,
- "_FQFVGIENIHVMR_"
- ],
- [
- 17561,
- 2,
- 11,
- 4,
- 0.1424,
- "_MISGMYMGELVR_"
- ],
- [
- 37966,
- 2,
- 11,
- 6,
- 0.1424,
- "_FDEVLVNHFCEEFGK_"
- ],
- [
- 10030,
- 3,
- 10,
- 4,
- 0.12816,
- "_VRDVLDFYNVPIQDR_"
- ],
- [
- 7222,
- 2,
- 19,
- 5,
- 0.25636,
- "_IQELEDLLAK_"
- ],
- [
- 39610,
- 4,
- 11,
- 6,
- 0.1424,
- "_AINSLGIHVLDSSRPTDPLSHSSNSSSEPAMFIEDK_"
- ],
- [
- 7406,
- 2,
- 12,
- 5,
- 0.15664,
- "_ALQEFDLALR_"
- ],
- [
- 41346,
- 4,
- 15,
- 8,
- 0.19937,
- "_ENPPGPPIAASAPGPSQSLGLNVHNMTPATSPIGASGVAHR_"
- ],
- [
- 13221,
- 3,
- 18,
- 6,
- 0.24209,
- "_IGDEYFTFITDCKDPK_"
- ],
- [
- 17080,
- 3,
- 11,
- 3,
- 0.1424,
- "_EEFTAFLHPEEYDYM(Oxidation (M))K_"
- ],
- [
- 8767,
- 2,
- 15,
- 5,
- 0.19937,
- "_LGNPIVPLNIR_"
- ],
- [
- 12206,
- 3,
- 16,
- 3,
- 0.21362,
- "_PNFGHLTDPFDTPAFNK_"
- ],
- [
- 31768,
- 2,
- 18,
- 6,
- 0.24209,
- "_RPWITGDESIVGLMK_"
- ],
- [
- 31631,
- 2,
- 11,
- 4,
- 0.1424,
- "_STLNPQWNESFTFK_"
- ],
- [
- 32462,
- 3,
- 12,
- 5,
- 0.15664,
- "_TLTEPSVDFNHSDDFTPISTVQK_"
- ],
- [
- 50051,
- 2,
- 22,
- 5,
- 0.29911,
- "_ATLVESSTSGFTPGGGGSSVSMIASR_"
- ],
- [
- 19289,
- 3,
- 12,
- 3,
- 0.15664,
- "_GKPPDVSTEAFLTNLSIQSK_"
- ],
- [
- 20766,
- 2,
- 12,
- 3,
- 0.15664,
- "_EGLVPVSEDPVAIK_"
- ],
- [
- 45473,
- 2,
- 15,
- 3,
- 0.19937,
- "_PVTVEPMDQLDDEEGLPEK_"
- ],
- [
- 45909,
- 2,
- 11,
- 3,
- 0.1424,
- "_IYHCNINSQGVICLDILK_"
- ],
- [
- 34596,
- 3,
- 16,
- 7,
- 0.21362,
- "_LAQCQVYDMRPETDPQSMFGMR_"
- ],
- [
- 48952,
- 2,
- 16,
- 5,
- 0.21362,
- "_RGVQAQPLNVGFCEQEFEQT_"
- ],
- [
- 13271,
- 2,
- 11,
- 3,
- 0.1424,
- "_GWPEVWAGSVGR_"
- ],
- [
- 6301,
- 2,
- 9,
- 4,
- 0.1139,
- "_ILETLYTLGK_"
- ],
- [
- 18464,
- 4,
- 11,
- 6,
- 0.1424,
- "_(Acetyl (Protein N-term))MLSLQYPDVYRDETAVQDYHGHK_"
- ],
- [
- 5785,
- 3,
- 11,
- 4,
- 0.1424,
- "_IDVYLYEVDIKPDK_"
- ],
- [
- 30093,
- 3,
- 9,
- 6,
- 0.1139,
- "_VFCMTEEELKEHLLGDSAIDR_"
- ],
- [
- 23381,
- 2,
- 14,
- 2,
- 0.18513,
- "_TTMILLCEDGSLR_"
- ],
- [
- 31550,
- 2,
- 17,
- 5,
- 0.22786,
- "_GLLSELLHNCDGQLK_"
- ],
- [
- 27191,
- 2,
- 14,
- 4,
- 0.18513,
- "_AMEGIFMKPSELLK_"
- ],
- [
- 19160,
- 2,
- 10,
- 4,
- 0.12816,
- "_LHSFLGDDVFLR_"
- ],
- [
- 30822,
- 3,
- 17,
- 6,
- 0.22786,
- "_MKPNIEPPENVEWSGAEASMFR_"
- ],
- [
- 22720,
- 2,
- 10,
- 5,
- 0.12816,
- "_LTLHVGDGFEFMK_"
- ],
- [
- 13036,
- 3,
- 14,
- 4,
- 0.18513,
- "_KYGYILPDITKDELFK_"
- ],
- [
- 37934,
- 2,
- 14,
- 2,
- 0.18513,
- "_STTTQTDMDENILFPR_"
- ],
- [
- 35320,
- 2,
- 16,
- 6,
- 0.21362,
- "_DNFTLIPEGTNGTEER_"
- ],
- [
- 33187,
- 3,
- 9,
- 3,
- 0.1139,
- "_FREFLESQEDYDPCWSLQEK_"
- ],
- [
- 25106,
- 3,
- 9,
- 6,
- 0.1139,
- "_DLKPSNILYVDESGNPECLR_"
- ],
- [
- 11860,
- 4,
- 13,
- 6,
- 0.17089,
- "_LNEELKVDEETQEVLENLKDR_"
- ],
- [
- 35847,
- 2,
- 18,
- 5,
- 0.24209,
- "_VAHALAEGLGVIACIGEK_"
- ],
- [
- 37093,
- 3,
- 13,
- 6,
- 0.17089,
- "_DYYFDSYAHFGIHEEMLKDEVR_"
- ],
- [
- 41223,
- 2,
- 13,
- 5,
- 0.17089,
- "_SVANVIQQAGCPVPEYIK_"
- ],
- [
- 7901,
- 3,
- 23,
- 4,
- 0.31338,
- "_WTTLNSLQLHGLQLR_"
- ],
- [
- 26774,
- 4,
- 14,
- 6,
- 0.18513,
- "_LKPLMDVDEEIQNHVMEENGIGEEDER_"
- ],
- [
- 10493,
- 3,
- 13,
- 5,
- 0.17089,
- "_LYPFQCFLAHDQAVR_"
- ],
- [
- 30117,
- 2,
- 15,
- 3,
- 0.19937,
- "_GIYQSLEGAVQAGQLK_"
- ],
- [
- 41675,
- 2,
- 10,
- 3,
- 0.12816,
- "_VTAGDMGSYTCVAENMVGK_"
- ],
- [
- 26836,
- 3,
- 8,
- 2,
- 0.099665,
- "_CSCLTALDMTGKPVYTLTYGK_"
- ],
- [
- 1832,
- 4,
- 13,
- 4,
- 0.17089,
- "_LFRPVAADGQLHTLGDLLK_"
- ],
- [
- 30123,
- 3,
- 13,
- 4,
- 0.17088,
- "_ENTEGEYSSLEHESVAGVVESLK_"
- ],
- [
- 12186,
- 2,
- 9,
- 3,
- 0.1139,
- "_IVIDFDSINSR_"
- ],
- [
- 48314,
- 2,
- 12,
- 4,
- 0.15664,
- "_SESNLSSVCYIFESNNEGEK_"
- ],
- [
- 8815,
- 3,
- 9,
- 5,
- 0.1139,
- "_SKGYAFIEFASFEDAK_"
- ],
- [
- 4918,
- 3,
- 9,
- 2,
- 0.1139,
- "_KEPLEFEQYLNLR_"
- ],
- [
- 23528,
- 2,
- 10,
- 5,
- 0.12814,
- "_DVIDEPIIEEPSR_"
- ],
- [
- 43661,
- 2,
- 12,
- 4,
- 0.15664,
- "_EEFTAFLHPEEYDYM(Oxidation (M))K_"
- ],
- [
- 3884,
- 2,
- 11,
- 2,
- 0.14239,
- "_LFGPYVWGR_"
- ],
- [
- 31685,
- 3,
- 9,
- 2,
- 0.1139,
- "_LDGELGGQTLEHSTVLGLPAGAEER_"
- ],
- [
- 2456,
- 2,
- 11,
- 2,
- 0.14239,
- "_SFTVMELVK_"
- ],
- [
- 28152,
- 4,
- 12,
- 7,
- 0.15664,
- "_DHMVTMHDVLDAQWLYDNHKDESYLR_"
- ],
- [
- 24602,
- 2,
- 11,
- 5,
- 0.14239,
- "_EYTACELMNIYK_"
- ],
- [
- 40792,
- 2,
- 20,
- 7,
- 0.27059,
- "_DGDSVMVLPTIPEEEAKK_"
- ],
- [
- 36471,
- 2,
- 18,
- 4,
- 0.2421,
- "_TSVLAAANPIESQWNPK_"
- ],
- [
- 46604,
- 2,
- 19,
- 6,
- 0.25633,
- "_DVISNTSDVIGTCEAADVAQK_"
- ],
- [
- 12129,
- 3,
- 14,
- 4,
- 0.18513,
- "_LCSLLLQEHFGEIVEK_"
- ],
- [
- 49718,
- 3,
- 26,
- 9,
- 0.35613,
- "_(Acetyl (Protein N-term))AEQEPTAEQLAQIAAENEEDEHSVNYKPPAQK_"
- ],
- [
- 42198,
- 2,
- 18,
- 6,
- 0.2421,
- "_LVAGQQQVLQQLAEEEPK_"
- ],
- [
- 5100,
- 3,
- 15,
- 5,
- 0.19936,
- "_HSGNITFDEIVNIAR_"
- ],
- [
- 15330,
- 3,
- 25,
- 7,
- 0.34187,
- "_HLPTLDHPIIPADYVAIK_"
- ],
- [
- 10658,
- 4,
- 14,
- 5,
- 0.18513,
- "_VFCMTEEELKEHLLGDSAIDR_"
- ],
- [
- 19476,
- 4,
- 15,
- 5,
- 0.19936,
- "_VLEEVCASPQGPGALFVQSHLEDLKK_"
- ],
- [
- 16976,
- 2,
- 20,
- 3,
- 0.27056,
- "_PEFLEDPSVLTK_"
- ],
- [
- 40524,
- 2,
- 15,
- 7,
- 0.19936,
- "_IGDEYFTFITDCKDPK_"
- ],
- [
- 24830,
- 2,
- 15,
- 3,
- 0.19936,
- "_VTLPGQEEPWDIR_"
- ],
- [
- 25104,
- 4,
- 13,
- 7,
- 0.17087,
- "_STGLILDSGATHTTAIPVHDGYVLQQGIVK_"
- ],
- [
- 1409,
- 2,
- 11,
- 4,
- 0.14237,
- "_LNILDTLSK_"
- ],
- [
- 42177,
- 2,
- 16,
- 6,
- 0.2136,
- "_LFECDRDQMYYNLLK_"
- ],
- [
- 48616,
- 2,
- 15,
- 3,
- 0.19936,
- "_SADGEEAAAVPGPPPEPQVPQLR_"
- ],
- [
- 4917,
- 2,
- 12,
- 4,
- 0.15663,
- "_AWDIAIATMK_"
- ],
- [
- 28984,
- 3,
- 17,
- 7,
- 0.22784,
- "_EKVGEQAQVVIIDMNDPSNPIR_"
- ],
- [
- 33290,
- 3,
- 12,
- 8,
- 0.15663,
- "_AGTDPSHMPTGPQAASCLDLNLVTR_"
- ],
- [
- 44524,
- 2,
- 18,
- 8,
- 0.24208,
- "_GALMANFLTQGQVCCNGTR_"
- ],
- [
- 39352,
- 2,
- 12,
- 3,
- 0.15663,
- "_LPDDDPTAVAGSFSCTMK_"
- ],
- [
- 47272,
- 2,
- 17,
- 5,
- 0.22784,
- "_STSSCISTNALLPDPYESER_"
- ],
- [
- 14511,
- 2,
- 14,
- 4,
- 0.18511,
- "_VITDIAGVIPAEK_"
- ],
- [
- 8024,
- 2,
- 12,
- 4,
- 0.15663,
- "_CLGISLEELR_"
- ],
- [
- 816,
- 2,
- 18,
- 5,
- 0.24208,
- "_ILFLDPSGK_"
- ],
- [
- 47381,
- 2,
- 24,
- 6,
- 0.32758,
- "_GATELTHEDYMEGILEVQAK_"
- ],
- [
- 7795,
- 2,
- 12,
- 4,
- 0.15663,
- "_GPVGLEGLLTTK_"
- ],
- [
- 47165,
- 3,
- 13,
- 8,
- 0.17087,
- "_ASAGHAVSIAQDDAGADDWETDPDFVNDVSEK_"
- ],
- [
- 38522,
- 2,
- 15,
- 2,
- 0.19936,
- "_NFQMEVLSGEQNMMTK_"
- ],
- [
- 18117,
- 2,
- 18,
- 4,
- 0.24208,
- "_FQADGTYTLIIR_"
- ],
- [
- 26558,
- 2,
- 13,
- 3,
- 0.17087,
- "_GWDQGLLGMCEGEK_"
- ],
- [
- 33509,
- 4,
- 10,
- 8,
- 0.12813,
- "_IFNITDNAAIKPGTPLYAAHFRPGQYVDVTAK_"
- ],
- [
- 32381,
- 2,
- 13,
- 4,
- 0.17087,
- "_TPSPLILDQNYINTK_"
- ],
- [
- 47735,
- 2,
- 10,
- 5,
- 0.12813,
- "_RNQDLAPNSAEQASILSLVTK_"
- ],
- [
- 26152,
- 3,
- 15,
- 5,
- 0.19936,
- "_KPPLAAALGEAEPPGPVDATDLPK_"
- ],
- [
- 42876,
- 2,
- 13,
- 6,
- 0.17087,
- "_AAYSNFWCGMTSQGYYK_"
- ],
- [
- 51639,
- 2,
- 10,
- 5,
- 0.12813,
- "_CISEVQANNVVLGQYVGNPDGEGEATK_"
- ],
- [
- 48570,
- 2,
- 10,
- 6,
- 0.12813,
- "_ADCPTMEAQTTLTTNDIVISK_"
- ],
- [
- 19729,
- 4,
- 10,
- 6,
- 0.12813,
- "_MLEIDPQKVNINGGAVSLGHPIGMSGAR_"
- ],
- [
- 11010,
- 4,
- 14,
- 5,
- 0.18511,
- "_ENLLHGALEHYVNCLDLVNKR_"
- ],
- [
- 16242,
- 4,
- 14,
- 6,
- 0.18511,
- "_LLPGQSDLLVAHNTWNNYQHMLR_"
- ],
- [
- 18448,
- 2,
- 10,
- 4,
- 0.12813,
- "_INELQAELQAFK_"
- ],
- [
- 29212,
- 4,
- 14,
- 7,
- 0.18511,
- "_SVVLMSHLGRPDGVPM(Oxidation (M))PDKYSLEPVAVELK_"
- ],
- [
- 8758,
- 3,
- 21,
- 7,
- 0.28482,
- "_VAHALAEGLGVIACIGEK_"
- ],
- [
- 49117,
- 2,
- 18,
- 6,
- 0.24207,
- "_QWNTLYLCGTDEYGTATETK_"
- ],
- [
- 31804,
- 2,
- 15,
- 6,
- 0.19935,
- "_(Acetyl (Protein N-term))SSVAVLTQESFAEHR_"
- ],
- [
- 37735,
- 2,
- 19,
- 4,
- 0.25632,
- "_YFEADPPGQVAASPDPTT_"
- ],
- [
- 40491,
- 2,
- 13,
- 5,
- 0.17086,
- "_ELVNDDEDIDWVQTEK_"
- ],
- [
- 18200,
- 3,
- 13,
- 6,
- 0.17086,
- "_PATTLYQHNLTGILETAVR_"
- ],
- [
- 47943,
- 2,
- 20,
- 3,
- 0.27056,
- "_LYTEGYQVPPGATYTAIEAPK_"
- ],
- [
- 10739,
- 3,
- 15,
- 5,
- 0.19935,
- "_YTELEYIHALTLLHR_"
- ],
- [
- 39785,
- 2,
- 14,
- 5,
- 0.18511,
- "_DKEFGSMVLELNASDDR_"
- ],
- [
- 38996,
- 3,
- 16,
- 3,
- 0.2136,
- "_EQVHQGGVELQQLEAGLQEAGEEDTR_"
- ],
- [
- 15452,
- 3,
- 15,
- 4,
- 0.19935,
- "_MSDLTPVHFTPLDSSVDR_"
- ],
- [
- 43803,
- 2,
- 21,
- 8,
- 0.2848,
- "_APVAGTCYQAEWDDYVPK_"
- ],
- [
- 37462,
- 2,
- 13,
- 5,
- 0.17086,
- "_DMDNQIFGAYATHPFK_"
- ],
- [
- 3611,
- 2,
- 15,
- 5,
- 0.19935,
- "_DLASVNNLLK_"
- ],
- [
- 49226,
- 2,
- 14,
- 6,
- 0.18511,
- "_SSNLSVTTDFSESLQSSNIESK_"
- ],
- [
- 30821,
- 2,
- 11,
- 2,
- 0.14237,
- "_CLGSLFSMLHQACR_"
- ],
- [
- 28555,
- 3,
- 9,
- 6,
- 0.11388,
- "_LAIALGDAVNHPTPMAAAANEVYK_"
- ],
- [
- 44781,
- 2,
- 11,
- 4,
- 0.14237,
- "_VNNTFSECLNLINEGCPK_"
- ],
- [
- 21017,
- 4,
- 11,
- 7,
- 0.14237,
- "_EAINILSHLPSHHYNTGWVLCQIGR_"
- ],
- [
- 15693,
- 3,
- 12,
- 2,
- 0.15661,
- "_NNVAPDELYTPHSWLLR_"
- ],
- [
- 5252,
- 2,
- 13,
- 2,
- 0.17086,
- "_LVALLNTLDR_"
- ],
- [
- 34501,
- 2,
- 14,
- 4,
- 0.18511,
- "_YSEVFEAINITNNEK_"
- ],
- [
- 34170,
- 2,
- 22,
- 5,
- 0.29907,
- "_LGLPPLTPEQQEALQK_"
- ],
- [
- 35829,
- 4,
- 11,
- 5,
- 0.14238,
- "_AVAAAHTFFVGNPEHMEMQQNLDYYQTMSGVK_"
- ],
- [
- 49456,
- 2,
- 12,
- 5,
- 0.15664,
- "_IDAAQNWLADPNGGPEGEEQIR_"
- ],
- [
- 27066,
- 4,
- 12,
- 7,
- 0.15664,
- "_DGEERGEEDPEEEHELPVDMETINLDR_"
- ],
- [
- 8643,
- 3,
- 11,
- 5,
- 0.14238,
- "_DGLFCLHENGCITLR_"
- ],
- [
- 35699,
- 2,
- 10,
- 3,
- 0.12816,
- "_DPVHTVSLQQFIYEK_"
- ],
- [
- 32154,
- 2,
- 12,
- 5,
- 0.15664,
- "_VTAMQLYECQLIDK_"
- ],
- [
- 18143,
- 3,
- 14,
- 6,
- 0.18513,
- "_VSVGAPDLSLEASEGSIKLPK_"
- ],
- [
- 12327,
- 3,
- 11,
- 2,
- 0.14238,
- "_EIIQDVTLHDLDVANAR_"
- ],
- [
- 36728,
- 3,
- 21,
- 7,
- 0.28484,
- "_AYHEQLSVAEITNACFEPANQMVK_"
- ],
- [
- 14221,
- 3,
- 12,
- 7,
- 0.15664,
- "_VSGLMMANHTSISSLFER_"
- ],
- [
- 10581,
- 2,
- 7,
- 2,
- 0.085437,
- "_LGMIVAEVVSAR_"
- ],
- [
- 20598,
- 3,
- 13,
- 5,
- 0.17088,
- "_CLGPPAAHSLSEEMELEFR_"
- ],
- [
- 47698,
- 3,
- 13,
- 6,
- 0.17088,
- "_SGTHTLPVEQGDMQGHFSMSVPVESDIAPVAR_"
- ],
- [
- 39888,
- 2,
- 12,
- 5,
- 0.15664,
- "_SPMVSFGAVGFDPHPPMR_"
- ],
- [
- 51625,
- 2,
- 10,
- 4,
- 0.12816,
- "_GAEEEEEEEEEEEEELQVVQVSEK_"
- ],
- [
- 25354,
- 2,
- 13,
- 5,
- 0.17088,
- "_LHEQVLDLGLTWK_"
- ],
- [
- 34298,
- 2,
- 13,
- 5,
- 0.17088,
- "_EHEWMYTEALESLK_"
- ],
- [
- 26801,
- 3,
- 13,
- 2,
- 0.17088,
- "_SPSLDNPTPFPNLGPSENPLKR_"
- ],
- [
- 22268,
- 2,
- 21,
- 4,
- 0.28484,
- "_ETFLTSPEELYR_"
- ],
- [
- 4134,
- 2,
- 14,
- 3,
- 0.18513,
- "_ISVESIPSLR_"
- ],
- [
- 49776,
- 3,
- 12,
- 6,
- 0.15664,
- "_AVAAAHTFFVGNPEHMEMQQNLDYYQTMSGVK_"
- ],
- [
- 16493,
- 3,
- 14,
- 4,
- 0.18513,
- "_LLSFMAPIDHTTMNDDAR_"
- ],
- [
- 18805,
- 3,
- 17,
- 6,
- 0.22787,
- "_FVPYLIAGIQHSCQDIGAK_"
- ],
- [
- 2120,
- 2,
- 18,
- 5,
- 0.2421,
- "_DVIEEYFK_"
- ],
- [
- 28578,
- 3,
- 14,
- 5,
- 0.18513,
- "_KIPLEDEVPGVPGEMEPEPGYR_"
- ],
- [
- 14068,
- 2,
- 7,
- 3,
- 0.085437,
- "_LNGLADLEACIK_"
- ],
- [
- 47999,
- 2,
- 32,
- 7,
- 0.44162,
- "_GVVPLAGTNGETTTQGLDGLSER_"
- ],
- [
- 34409,
- 3,
- 16,
- 6,
- 0.21362,
- "_TEVSLTLTNKFDVPGDENAEMDAR_"
- ],
- [
- 3509,
- 2,
- 16,
- 4,
- 0.21362,
- "_LQVLVGDVLK_"
- ],
- [
- 39578,
- 2,
- 18,
- 7,
- 0.2421,
- "_NFEATLGWLQEHACSR_"
- ],
- [
- 37154,
- 2,
- 15,
- 4,
- 0.19938,
- "_DLKPSNLLLNTTCDLK_"
- ],
- [
- 49869,
- 2,
- 14,
- 4,
- 0.18513,
- "_TDVCTVHLPNDFPTCLTSESK_"
- ],
- [
- 30043,
- 3,
- 11,
- 3,
- 0.1424,
- "_LDDYASAFQGHDVGFCCLGTTR_"
- ],
- [
- 41005,
- 2,
- 18,
- 6,
- 0.24211,
- "_GTGGVDTAAVGGVFDVSNADR_"
- ],
- [
- 22108,
- 2,
- 3,
- 2,
- 0.028513,
- "_VCSICMEVILEK_"
- ],
- [
- 42164,
- 3,
- 15,
- 6,
- 0.19937,
- "_FLSNGHVTIPGQQDKDMFQETMEAMR_"
- ],
- [
- 50554,
- 2,
- 21,
- 7,
- 0.28483,
- "_LQEALDAEMLEDEAGGGGAGPGGACK_"
- ],
- [
- 7819,
- 3,
- 9,
- 5,
- 0.11391,
- "_IEALGGFVSHMDCWR_"
- ],
- [
- 23187,
- 3,
- 14,
- 5,
- 0.18512,
- "_RNQDLAPNSAEQASILSLVTK_"
- ],
- [
- 15627,
- 2,
- 14,
- 3,
- 0.18512,
- "_QTLMWSATWPK_"
- ],
- [
- 34770,
- 4,
- 30,
- 9,
- 0.41311,
- "_(Acetyl (Protein N-term))SKPHSEAGTAFIQTQQLHAAMADTFLEHMCR_"
- ],
- [
- 39685,
- 2,
- 13,
- 3,
- 0.17088,
- "_EIIQDVTLHDLDVANAR_"
- ],
- [
- 43587,
- 3,
- 18,
- 9,
- 0.24211,
- "_STGLILDSGATHTTAIPVHDGYVLQQGIVK_"
- ],
- [
- 26322,
- 2,
- 18,
- 3,
- 0.24211,
- "_NIYVLQELDNPGAK_"
- ],
- [
- 33701,
- 2,
- 9,
- 2,
- 0.11391,
- "_FMEFVSVSVTHPELK_"
- ],
- [
- 26424,
- 2,
- 13,
- 6,
- 0.17088,
- "_IFSFAHQTISALIK_"
- ],
- [
- 28431,
- 2,
- 18,
- 4,
- 0.24211,
- "_SVILEAFSSPSEEVK_"
- ],
- [
- 12583,
- 2,
- 22,
- 3,
- 0.29908,
- "_AMLESIGVPLEK_"
- ],
- [
- 47045,
- 2,
- 9,
- 4,
- 0.11391,
- "_YYVPSYEEVMNTNYSEAR_"
- ],
- [
- 13614,
- 2,
- 11,
- 4,
- 0.1424,
- "_MVPPVQVSPLIK_"
- ],
- [
- 20855,
- 2,
- 3,
- 2,
- 0.028513,
- "_QAFDPVQFNFNK_"
- ],
- [
- 40658,
- 2,
- 16,
- 3,
- 0.21362,
- "_SLPSVETLGCTSVICSDK_"
- ],
- [
- 47847,
- 2,
- 9,
- 6,
- 0.11391,
- "_GPAVGIDLGTTYSCVGVFQHGK_"
- ],
- [
- 28323,
- 2,
- 12,
- 4,
- 0.15662,
- "_AGLNEMVEYITHSR_"
- ],
- [
- 50356,
- 2,
- 12,
- 4,
- 0.15662,
- "_SSSSESEDEDVIPATQCLTPGIR_"
- ],
- [
- 5345,
- 2,
- 23,
- 5,
- 0.31331,
- "_MLVVLLQGTR_"
- ],
- [
- 7625,
- 2,
- 13,
- 5,
- 0.17088,
- "_IPGIIIAASAVR_"
- ],
- [
- 25741,
- 2,
- 11,
- 4,
- 0.1424,
- "_DSALETLQGQLEEK_"
- ],
- [
- 6646,
- 4,
- 13,
- 4,
- 0.17088,
- "_LEGDTALQGVSHIIVDEVHER_"
- ],
- [
- 43579,
- 2,
- 11,
- 4,
- 0.1424,
- "_FHPLAANVLASSSYDLTVR_"
- ],
- [
- 10755,
- 2,
- 22,
- 5,
- 0.29908,
- "_ELEVLLMCNK_"
- ],
- [
- 24869,
- 4,
- 11,
- 5,
- 0.1424,
- "_TLQEVHFLLHPSDHENIQAFSDEFAR_"
- ],
- [
- 37795,
- 2,
- 7,
- 5,
- 0.085442,
- "_ELCAQPGQVVAPGAVLVR_"
- ],
- [
- 37870,
- 3,
- 14,
- 7,
- 0.18512,
- "_IDPTVTMMQVEEKPDVTYSDVGGCK_"
- ],
- [
- 23039,
- 2,
- 10,
- 3,
- 0.12816,
- "_LHLSLNDAYDLVK_"
- ],
- [
- 45299,
- 2,
- 10,
- 4,
- 0.12816,
- "_NITAQVSIQNNLFEEQER_"
- ],
- [
- 13663,
- 2,
- 14,
- 4,
- 0.18512,
- "_GVGAEPLLPWNR_"
- ],
- [
- 28058,
- 2,
- 16,
- 5,
- 0.21362,
- "_LLDAQLSTGGIVDPSK_"
- ],
- [
- 9279,
- 3,
- 22,
- 6,
- 0.29908,
- "_SEEPAGQILSHLSSELK_"
- ],
- [
- 45174,
- 2,
- 10,
- 5,
- 0.12816,
- "_YMTISDEWDIPEKQPFK_"
- ],
- [
- 44022,
- 2,
- 15,
- 2,
- 0.19937,
- "_EICSLFGEAPQNLSQTQR_"
- ],
- [
- 31739,
- 3,
- 15,
- 7,
- 0.19937,
- "_TELAEPIAIRPTSETVMYPAYAK_"
- ],
- [
- 31062,
- 3,
- 14,
- 5,
- 0.18512,
- "_TCYPLESRPSLSLGTITDEEMK_"
- ],
- [
- 32675,
- 3,
- 27,
- 5,
- 0.37033,
- "_ESVELPLTHPEYYEEMGIKPPK_"
- ],
- [
- 30528,
- 3,
- 21,
- 7,
- 0.28483,
- "_VTYHPDGPEGQAYDVDFTPPFR_"
- ],
- [
- 23131,
- 2,
- 9,
- 4,
- 0.11393,
- "_APLDLDKYVEIAR_"
- ],
- [
- 38355,
- 2,
- 13,
- 6,
- 0.17088,
- "_LQPAYQVTLPGQEPIVK_"
- ],
- [
- 35162,
- 2,
- 11,
- 5,
- 0.14242,
- "_KVSQEILELLNTTTAK_"
- ],
- [
- 1658,
- 2,
- 7,
- 2,
- 0.085475,
- "_LQTLAVLLR_"
- ],
- [
- 45485,
- 2,
- 13,
- 4,
- 0.17088,
- "_VTELVDAVYDPYKPYQLK_"
- ],
- [
- 12264,
- 3,
- 10,
- 2,
- 0.12817,
- "_SLLEAVSFLHANNIVHR_"
- ],
- [
- 18941,
- 2,
- 13,
- 6,
- 0.17088,
- "_LMEFLCNMDNK_"
- ],
- [
- 23341,
- 2,
- 7,
- 2,
- 0.085475,
- "_QPVDLLEYPDYR_"
- ],
- [
- 6674,
- 2,
- 14,
- 4,
- 0.18514,
- "_EFDAILINPK_"
- ],
- [
- 22290,
- 3,
- 9,
- 3,
- 0.11393,
- "_KTAFVVEHDFIMATYLADR_"
- ],
- [
- 17290,
- 3,
- 14,
- 7,
- 0.18514,
- "_LSDPELGVEEEPFHTIMK_"
- ],
- [
- 33921,
- 3,
- 13,
- 6,
- 0.17088,
- "_FLAAGTHLGGTNLDFQM(Oxidation (M))EQYIYK_"
- ],
- [
- 41539,
- 3,
- 18,
- 6,
- 0.24212,
- "_KPEDWDEEM(Oxidation (M))DGEWEPPVIQNPEYK_"
- ],
- [
- 19123,
- 3,
- 13,
- 5,
- 0.17088,
- "_YMTISDEWDIPEKQPFK_"
- ],
- [
- 5634,
- 2,
- 13,
- 3,
- 0.17088,
- "_WFVLDAETR_"
- ],
- [
- 9490,
- 2,
- 14,
- 4,
- 0.18514,
- "_VFEFGGPEVLK_"
- ],
- [
- 18469,
- 3,
- 10,
- 2,
- 0.12817,
- "_LEDRDNWISVDSVTSEIK_"
- ],
- [
- 12904,
- 4,
- 17,
- 5,
- 0.22788,
- "_KPKPNPNLLFSDVYQEMPAQLR_"
- ],
- [
- 2204,
- 2,
- 8,
- 3,
- 0.099699,
- "_AFIPQLLSR_"
- ],
- [
- 9179,
- 2,
- 15,
- 5,
- 0.19938,
- "_ALVFQPVAELK_"
- ],
- [
- 35746,
- 3,
- 15,
- 7,
- 0.19938,
- "_HQPQEFPTYVEPTNDEICEAFR_"
- ],
- [
- 47915,
- 2,
- 15,
- 2,
- 0.19938,
- "_EAGGNYTPALTEQEVYAQVAR_"
- ],
- [
- 35638,
- 2,
- 15,
- 6,
- 0.19938,
- "_VYAILTHGIFSGPAISR_"
- ],
- [
- 45532,
- 3,
- 11,
- 6,
- 0.14242,
- "_FSQEYESIDPGQQFTWENSNLEVNKPK_"
- ],
- [
- 23250,
- 4,
- 15,
- 9,
- 0.19938,
- "_FLSNGHVTIPGQQDKDMFQETMEAMR_"
- ],
- [
- 34747,
- 2,
- 12,
- 2,
- 0.15665,
- "_LWGTQDVSQDIQEMK_"
- ],
- [
- 5360,
- 2,
- 15,
- 3,
- 0.19938,
- "_DDDVPLDWR_"
- ],
- [
- 41411,
- 2,
- 17,
- 4,
- 0.22788,
- "_VSGLMMANHTSISSLFER_"
- ],
- [
- 2511,
- 2,
- 29,
- 6,
- 0.39886,
- "_VSFELFADK_"
- ],
- [
- 21769,
- 2,
- 10,
- 4,
- 0.12817,
- "_VDQEIINIMQDR_"
- ],
- [
- 24666,
- 2,
- 12,
- 4,
- 0.15665,
- "_GCALQCAILSPAFK_"
- ],
- [
- 46883,
- 2,
- 13,
- 4,
- 0.17088,
- "_TPLLSSLSATSNNSTVACIDR_"
- ],
- [
- 42503,
- 2,
- 13,
- 6,
- 0.17088,
- "_ETVAYLQAHALTTEGIFR_"
- ],
- [
- 35123,
- 3,
- 12,
- 5,
- 0.15665,
- "_YVSHFETEGPHVLLYFDSVPTSR_"
- ],
- [
- 33771,
- 2,
- 17,
- 7,
- 0.22788,
- "_LTEMETLQSQLMAEK_"
- ],
- [
- 36598,
- 2,
- 17,
- 6,
- 0.22788,
- "_LQAEAQELLGYQVDPR_"
- ],
- [
- 41127,
- 2,
- 14,
- 6,
- 0.18514,
- "_AEAYVLACTDQQYLVPK_"
- ],
- [
- 25809,
- 3,
- 13,
- 3,
- 0.17088,
- "_SGFEPPGDIEFEDYTQPMKR_"
- ],
- [
- 6284,
- 2,
- 12,
- 4,
- 0.15666,
- "_ETDLQELFR_"
- ],
- [
- 35818,
- 3,
- 14,
- 6,
- 0.18511,
- "_AQVWLEQVCAHLGLGVQEPHPGER_"
- ],
- [
- 34085,
- 3,
- 14,
- 5,
- 0.18511,
- "_ENSTASEVLDSLSQSVHVKPENLR_"
- ],
- [
- 42652,
- 3,
- 12,
- 6,
- 0.15666,
- "_FSGFGSGAGGKPLEGLSNGNNITSAPPFASAK_"
- ],
- [
- 40023,
- 2,
- 11,
- 5,
- 0.1424,
- "_ESEVAELTVLERPSFVK_"
- ],
- [
- 23488,
- 3,
- 11,
- 4,
- 0.1424,
- "_KEGGALSEAMSLEGDEWELSK_"
- ],
- [
- 18974,
- 3,
- 11,
- 3,
- 0.1424,
- "_LLIQYHEPELCSYLDTK_"
- ],
- [
- 8926,
- 3,
- 12,
- 5,
- 0.15666,
- "_ACDLPAWVHFPDTER_"
- ],
- [
- 46768,
- 4,
- 13,
- 7,
- 0.17089,
- "_ISDAITHLNPENVTDVSLGISSNEQDQGSDKGENEAMESSGK_"
- ],
- [
- 41029,
- 3,
- 11,
- 3,
- 0.1424,
- "_TTQLTQYLHEDGYTDYGMIGCTQPR_"
- ],
- [
- 14935,
- 2,
- 12,
- 4,
- 0.15666,
- "_QGVCIGLSEIMK_"
- ],
- [
- 30943,
- 3,
- 12,
- 5,
- 0.15666,
- "_PGHVSPLQLTNIQVPQQALPTQR_"
- ],
- [
- 30141,
- 2,
- 13,
- 2,
- 0.17089,
- "_AVLQEEQANLWFSK_"
- ],
- [
- 41829,
- 2,
- 11,
- 4,
- 0.1424,
- "_GLGLGTEGPQGTGGLEPDLAR_"
- ],
- [
- 31275,
- 4,
- 14,
- 7,
- 0.18511,
- "_SGTHTLPVEQGDMQGHFSMSVPVESDIAPVAR_"
- ],
- [
- 14892,
- 3,
- 13,
- 6,
- 0.17089,
- "_HGLQPALLVHWAECLQK_"
- ],
- [
- 39570,
- 2,
- 15,
- 4,
- 0.19938,
- "_ENYTWSQDYTDLEVR_"
- ],
- [
- 15975,
- 4,
- 14,
- 7,
- 0.18511,
- "_AQVWLEQVCAHLGLGVQEPHPGER_"
- ],
- [
- 10005,
- 2,
- 15,
- 5,
- 0.19938,
- "_EELSNVLAAMR_"
- ],
- [
- 6816,
- 3,
- 17,
- 5,
- 0.22787,
- "_VACITEQVLTLVNKR_"
- ],
- [
- 19051,
- 2,
- 16,
- 2,
- 0.21361,
- "_EDDVGTGAGLLEIK_"
- ],
- [
- 39705,
- 2,
- 15,
- 6,
- 0.19938,
- "_FSIQTMCPIEGEGNIAR_"
- ],
- [
- 50546,
- 2,
- 15,
- 4,
- 0.19938,
- "_SFCPGGTDSVSPPPSVITQENLGR_"
- ],
- [
- 34864,
- 2,
- 9,
- 2,
- 0.11394,
- "_TPAPGPEAASGEWELLR_"
- ],
- [
- 20997,
- 2,
- 25,
- 5,
- 0.34181,
- "_DTNGSQFFITTVK_"
- ],
- [
- 8572,
- 3,
- 15,
- 3,
- 0.19938,
- "_VYAILTHGIFSGPAISR_"
- ],
- [
- 21441,
- 4,
- 15,
- 7,
- 0.19938,
- "_VIISAPSADAPMFVMGVNHEKYDNSLK_"
- ],
- [
- 24958,
- 2,
- 14,
- 4,
- 0.18511,
- "_EVDVGLAADVGTLQR_"
- ],
- [
- 36079,
- 2,
- 15,
- 6,
- 0.19938,
- "_TDAVEALTALNHYQIR_"
- ],
- [
- 26422,
- 2,
- 15,
- 2,
- 0.19938,
- "_IFLITLDNSDPSLK_"
- ],
- [
- 32432,
- 3,
- 14,
- 2,
- 0.18511,
- "_AITVFSPDGHLFQVEYAQEAVKK_"
- ],
- [
- 31988,
- 2,
- 18,
- 4,
- 0.24212,
- "_VDVEALENSAGATYIR_"
- ],
- [
- 3178,
- 2,
- 16,
- 5,
- 0.21361,
- "_VPSLVGSFIR_"
- ],
- [
- 16598,
- 2,
- 8,
- 5,
- 0.099713,
- "_CLVMDVQAFER_"
- ],
- [
- 42449,
- 2,
- 14,
- 6,
- 0.18511,
- "_VDINAPDVDVQGPDWHLK_"
- ],
- [
- 43295,
- 3,
- 14,
- 4,
- 0.18511,
- "_NSLEVVTPEVLGESDHGNCITSLQLHPK_"
- ],
- [
- 32129,
- 2,
- 9,
- 3,
- 0.11394,
- "_MGPLNISTPVEPVAASK_"
- ],
- [
- 41566,
- 2,
- 14,
- 6,
- 0.18511,
- "_LASGEDDPFDSDFSCPVK_"
- ],
- [
- 32099,
- 3,
- 14,
- 5,
- 0.18511,
- "_QYLVFHDGDSVVFAGPAGNSVETR_"
- ],
- [
- 16828,
- 2,
- 15,
- 4,
- 0.19938,
- "_LSVLGAITSVQQR_"
- ],
- [
- 11741,
- 2,
- 9,
- 3,
- 0.11394,
- "_YITGTDILDMK_"
- ],
- [
- 32601,
- 2,
- 9,
- 3,
- 0.11395,
- "_YSTWEPEENILDAR_"
- ],
- [
- 29586,
- 2,
- 5,
- 3,
- 0.056969,
- "_DLVFEEACGYYQR_"
- ],
- [
- 11423,
- 4,
- 13,
- 5,
- 0.17089,
- "_LLTAHELPLDAHVLEPDEDLQR_"
- ],
- [
- 20175,
- 3,
- 19,
- 6,
- 0.25635,
- "_IYHCNINSQGVICLDILK_"
- ],
- [
- 17575,
- 2,
- 10,
- 4,
- 0.12817,
- "_IMHFPTWVDLK_"
- ],
- [
- 50233,
- 3,
- 10,
- 4,
- 0.12817,
- "_GQPGNAYDGAGQPSAAYLSMSQGAVANANSTPPPYER_"
- ],
- [
- 48430,
- 2,
- 10,
- 7,
- 0.12817,
- "_VNIAFNYDMPEDSDTYLHR_"
- ],
- [
- 34495,
- 2,
- 10,
- 5,
- 0.12817,
- "_DCFVVSEGANTMDIGR_"
- ],
- [
- 48280,
- 2,
- 11,
- 4,
- 0.14241,
- "_GALILSNVQPSDTMVTQCEAR_"
- ],
- [
- 19661,
- 2,
- 12,
- 2,
- 0.15664,
- "_LSEQELEALELR_"
- ],
- [
- 16055,
- 3,
- 21,
- 8,
- 0.28484,
- "_TSIFWNDVKDPVSIEER_"
- ],
- [
- 22902,
- 2,
- 12,
- 3,
- 0.15664,
- "_EVLASEAILNVPDK_"
- ],
- [
- 6114,
- 2,
- 19,
- 6,
- 0.25635,
- "_AFPMPGFDEH_"
- ],
- [
- 15474,
- 3,
- 12,
- 3,
- 0.15664,
- "_VDINAPDVDVQGPDWHLK_"
- ],
- [
- 50607,
- 2,
- 18,
- 7,
- 0.2421,
- "_QWVDTDDTSSENTVVPPETYVK_"
- ],
- [
- 15000,
- 2,
- 17,
- 4,
- 0.22785,
- "_YILAATLDNTLK_"
- ],
- [
- 1050,
- 3,
- 12,
- 6,
- 0.15664,
- "_APLDLDKYVEIAR_"
- ],
- [
- 5904,
- 2,
- 16,
- 5,
- 0.21361,
- "_LLDYVPIGPR_"
- ],
- [
- 12699,
- 4,
- 15,
- 7,
- 0.19935,
- "_AITVFSPDGHLFQVEYAQEAVKK_"
- ],
- [
- 28736,
- 3,
- 11,
- 4,
- 0.14241,
- "_NWSAAGNAFCQAAQLHLQLQSK_"
- ],
- [
- 33093,
- 2,
- 16,
- 4,
- 0.21361,
- "_ELLMNGTSSTAEAIGLK_"
- ],
- [
- 8088,
- 2,
- 14,
- 5,
- 0.18513,
- "_VANVSLLALYK_"
- ],
- [
- 8635,
- 4,
- 16,
- 5,
- 0.21361,
- "_AVLSAEQLRDEEVHAGLGELLR_"
- ],
- [
- 19520,
- 3,
- 10,
- 5,
- 0.12817,
- "_NMDPLNDNVATLLHQSSDR_"
- ],
- [
- 27636,
- 3,
- 14,
- 5,
- 0.18514,
- "_AVLSAEQLRDEEVHAGLGELLR_"
- ],
- [
- 18698,
- 3,
- 11,
- 5,
- 0.14242,
- "_AENGKLVINGNPITIFQER_"
- ],
- [
- 24345,
- 3,
- 10,
- 3,
- 0.12819,
- "_EYSDDKVQLAMQTYEMVDK_"
- ],
- [
- 35614,
- 2,
- 9,
- 5,
- 0.11396,
- "_KDDEEEDPLDQLISR_"
- ],
- [
- 20934,
- 3,
- 15,
- 2,
- 0.19937,
- "_VPEEEKDTNVQVLMVLGAGR_"
- ],
- [
- 16723,
- 3,
- 11,
- 5,
- 0.14242,
- "_MKPWQSEYGGVVFGGWAR_"
- ],
- [
- 17858,
- 3,
- 23,
- 7,
- 0.31332,
- "_EAEAAIYHLQLFEELRR_"
- ],
- [
- 4849,
- 2,
- 17,
- 3,
- 0.22786,
- "_DLLPVMCDR_"
- ],
- [
- 8112,
- 2,
- 15,
- 4,
- 0.19937,
- "_DLTQMADELR_"
- ],
- [
- 25184,
- 2,
- 11,
- 2,
- 0.14242,
- "_KFLETVELQISLK_"
- ],
- [
- 8093,
- 3,
- 17,
- 4,
- 0.22786,
- "_FQPVHDLTIGVEFGAR_"
- ],
- [
- 39009,
- 2,
- 13,
- 4,
- 0.17089,
- "_DLQLELNSESEVGTPGGR_"
- ],
- [
- 17202,
- 2,
- 12,
- 4,
- 0.15665,
- "_DEGNYLDDALVR_"
- ],
- [
- 28070,
- 3,
- 22,
- 6,
- 0.29909,
- "_TDVCTVHLPNDFPTCLTSESK_"
- ],
- [
- 44886,
- 2,
- 11,
- 5,
- 0.14242,
- "_AENGKLVINGNPITIFQER_"
- ],
- [
- 17417,
- 2,
- 10,
- 3,
- 0.12819,
- "_PVAVMAESAFSFK_"
- ],
- [
- 23836,
- 2,
- 13,
- 3,
- 0.17089,
- "_IIDETMAQLQDLK_"
- ],
- [
- 21346,
- 2,
- 10,
- 5,
- 0.12819,
- "_TKGDFILVGDLMR_"
- ],
- [
- 17395,
- 3,
- 11,
- 3,
- 0.14242,
- "_DQLIYNLLKEEQTPQNK_"
- ],
- [
- 17830,
- 2,
- 14,
- 4,
- 0.18514,
- "_QVETELFPCLR_"
- ],
- [
- 4456,
- 2,
- 14,
- 5,
- 0.18514,
- "_APFDLFENR_"
- ],
- [
- 42287,
- 2,
- 7,
- 3,
- 0.085489,
- "_LFDDSTVTTVDESQVVTR_"
- ],
- [
- 40107,
- 2,
- 7,
- 4,
- 0.085489,
- "_AYYGNINFFGGPSNTSVK_"
- ],
- [
- 10951,
- 3,
- 10,
- 2,
- 0.12819,
- "_TAHNLENVLIHFWER_"
- ],
- [
- 9891,
- 2,
- 14,
- 2,
- 0.18514,
- "_LVSELWDAGIK_"
- ],
- [
- 13185,
- 2,
- 7,
- 2,
- 0.085489,
- "_TVLGEYNLFSR_"
- ],
- [
- 19561,
- 3,
- 15,
- 5,
- 0.19937,
- "_IFCVHGGLSPSIQTLDQIR_"
- ],
- [
- 50026,
- 3,
- 11,
- 4,
- 0.14242,
- "_VVTTSANSANGYILTSQGAAGGSHDAAGAAVLDLGSEAR_"
- ],
- [
- 7905,
- 2,
- 12,
- 4,
- 0.15665,
- "_DGFDMFAQTR_"
- ],
- [
- 26150,
- 2,
- 12,
- 5,
- 0.15665,
- "_WIGSETDLEPPVVK_"
- ],
- [
- 19805,
- 4,
- 12,
- 6,
- 0.15665,
- "_SVQFLIQHGFNFNQQYAQGIPYHK_"
- ],
- [
- 16893,
- 3,
- 9,
- 2,
- 0.11396,
- "_AGSPFHPAMEALSLSSLSEK_"
- ],
- [
- 25140,
- 3,
- 10,
- 2,
- 0.12819,
- "_KPWFLTNEVEECENYFSK_"
- ],
- [
- 21348,
- 2,
- 7,
- 5,
- 0.085489,
- "_IPLLSDLTHQISK_"
- ],
- [
- 32311,
- 3,
- 13,
- 6,
- 0.17089,
- "_MNDADSTSVEAMYSVASQCLHEK_"
- ],
- [
- 44098,
- 2,
- 14,
- 5,
- 0.18512,
- "_ELQQELQEYEVVTESEK_"
- ],
- [
- 48749,
- 2,
- 13,
- 7,
- 0.17089,
- "_DHFGLEGDEESTMLEDSVSPK_"
- ],
- [
- 13993,
- 3,
- 10,
- 5,
- 0.12819,
- "_YSIFTEKDEILSDVASR_"
- ],
- [
- 34855,
- 2,
- 13,
- 5,
- 0.17089,
- "_TEFDQEIDMGSLNPGK_"
- ],
- [
- 8709,
- 2,
- 13,
- 2,
- 0.17089,
- "_LTCLGVWLDK_"
- ],
- [
- 19560,
- 3,
- 10,
- 3,
- 0.12819,
- "_VTELVDAVYDPYKPYQLK_"
- ],
- [
- 6582,
- 4,
- 10,
- 5,
- 0.12819,
- "_VLIMHGGLFSEDGVTLDDIRK_"
- ],
- [
- 26623,
- 3,
- 12,
- 6,
- 0.15665,
- "_ENFCNIHVSLVPQLSATGEQK_"
- ],
- [
- 29701,
- 3,
- 14,
- 6,
- 0.18512,
- "_IDTHNIIVNQLVFPDPEKPCK_"
- ],
- [
- 3659,
- 2,
- 12,
- 3,
- 0.15665,
- "_AIAINTFLPK_"
- ],
- [
- 20260,
- 2,
- 11,
- 5,
- 0.14243,
- "_SGDWMIDYVSNR_"
- ],
- [
- 31015,
- 2,
- 8,
- 2,
- 0.099725,
- "_GIVNLNELQSSDGPLK_"
- ],
- [
- 7351,
- 2,
- 14,
- 5,
- 0.19938,
- "_EGLLLWCQR_"
- ],
- [
- 46430,
- 2,
- 16,
- 6,
- 0.21361,
- "_VPEEEKDTNVQVLMVLGAGR_"
- ],
- [
- 33363,
- 2,
- 18,
- 6,
- 0.24209,
- "_ETTDTDTADQVIASFK_"
- ],
- [
- 36948,
- 2,
- 8,
- 5,
- 0.099725,
- "_WQLSVATEQPELEGPR_"
- ],
- [
- 2366,
- 2,
- 8,
- 3,
- 0.099725,
- "_LDFNWVTR_"
- ],
- [
- 14419,
- 3,
- 15,
- 6,
- 0.19938,
- "_DVQIGDIVTVGECRPLSK_"
- ],
- [
- 20846,
- 2,
- 9,
- 5,
- 0.11396,
- "_CDFTQMSQYFK_"
- ],
- [
- 26905,
- 2,
- 9,
- 3,
- 0.11396,
- "_DTADVVHPFFLAQK_"
- ],
- [
- 30924,
- 2,
- 15,
- 5,
- 0.19938,
- "_VDVDVPDVNIEGPDAK_"
- ],
- [
- 37095,
- 3,
- 20,
- 8,
- 0.27059,
- "_AYHEQLTVAEITNACFEPANQMVK_"
- ],
- [
- 17537,
- 3,
- 17,
- 3,
- 0.22783,
- "_SSILLDVKPWDDETDM(Oxidation (M))AK_"
- ],
- [
- 36108,
- 2,
- 15,
- 6,
- 0.19938,
- "_YEPVAEIGVGAYGTVYK_"
- ],
- [
- 6992,
- 3,
- 15,
- 7,
- 0.19938,
- "_FMEFVSVSVTHPELK_"
- ],
- [
- 2570,
- 2,
- 15,
- 4,
- 0.19938,
- "_YGLECLFR_"
- ],
- [
- 50813,
- 2,
- 9,
- 6,
- 0.11396,
- "_IQALQTACPDLQLSAASVGNCPTK_"
- ],
- [
- 51131,
- 2,
- 12,
- 5,
- 0.15665,
- "_GPSVGEVVPNVGPPEGAVTCETPTPR_"
- ],
- [
- 47189,
- 2,
- 9,
- 3,
- 0.11396,
- "_QFVVFEGNHYFYSPYPTK_"
- ],
- [
- 44919,
- 2,
- 9,
- 4,
- 0.11396,
- "_FVPYLIAGIQHGCQDIGAR_"
- ],
- [
- 19944,
- 3,
- 9,
- 2,
- 0.11396,
- "_HYFQNTQGLIFVVDSNDR_"
- ],
- [
- 42156,
- 2,
- 6,
- 2,
- 0.071212,
- "_DKICIIWDLQSCQATR_"
- ],
- [
- 15158,
- 3,
- 24,
- 7,
- 0.32756,
- "_LFECDRDQMYYNLLK_"
- ],
- [
- 41218,
- 2,
- 9,
- 4,
- 0.11396,
- "_YSIFTEKDEILSDVASR_"
- ],
- [
- 26159,
- 2,
- 14,
- 3,
- 0.18512,
- "_MKPLVVFVLGGPGAGK_"
- ],
- [
- 44912,
- 2,
- 14,
- 5,
- 0.18512,
- "_HYYTGTQGLIFVVDCADR_"
- ],
- [
- 13198,
- 2,
- 20,
- 6,
- 0.27059,
- "_VHLVGIDIFTGK_"
- ],
- [
- 10280,
- 4,
- 21,
- 5,
- 0.28484,
- "_IDTHNIIVNQLVFPDPEKPCK_"
- ],
- [
- 10998,
- 2,
- 31,
- 4,
- 0.4273,
- "_MELLAHLLGEK_"
- ],
- [
- 13508,
- 3,
- 19,
- 4,
- 0.25635,
- "_DITELFSQLHVSSKPEK_"
- ],
- [
- 8519,
- 2,
- 9,
- 3,
- 0.11398,
- "_INLIDLAGSER_"
- ],
- [
- 38622,
- 2,
- 20,
- 10,
- 0.27059,
- "_AMADPEVQQIMSDPAMR_"
- ],
- [
- 1015,
- 2,
- 12,
- 4,
- 0.15669,
- "_LNLDSIIGR_"
- ],
- [
- 44571,
- 3,
- 13,
- 8,
- 0.17091,
- "_IMEEGMGQTISCPAHGCDILVDDNTVMR_"
- ],
- [
- 15292,
- 2,
- 20,
- 8,
- 0.27059,
- "_GFPTIYFSPANK_"
- ],
- [
- 30203,
- 2,
- 13,
- 4,
- 0.17091,
- "_ITLETDEDMVTEIR_"
- ],
- [
- 29405,
- 3,
- 8,
- 6,
- 0.099709,
- "_LPSAHTCFNQLDLPAYESFEK_"
- ],
- [
- 15566,
- 4,
- 22,
- 7,
- 0.29909,
- "_MHDYDGNNLLDGLELSTAITHVHK_"
- ],
- [
- 43642,
- 2,
- 13,
- 6,
- 0.17091,
- "_ELETQLLEQCTVDTSVAK_"
- ],
- [
- 43966,
- 2,
- 8,
- 3,
- 0.099709,
- "_SHSSAQFLIGDQEPWAFR_"
- ],
- [
- 15219,
- 3,
- 26,
- 6,
- 0.35606,
- "_HLNSEHALDDRSTAQCR_"
- ],
- [
- 43393,
- 2,
- 12,
- 5,
- 0.15669,
- "_ILAEADGLSTNHWLIGTDK_"
- ],
- [
- 17852,
- 3,
- 11,
- 3,
- 0.14245,
- "_QPTFCSHCTDFIWGFGK_"
- ],
- [
- 24905,
- 2,
- 9,
- 4,
- 0.11398,
- "_TPGFSVQSISDFEK_"
- ],
- [
- 16900,
- 2,
- 9,
- 4,
- 0.11398,
- "_DQDGYYWITGR_"
- ],
- [
- 22099,
- 2,
- 10,
- 3,
- 0.12822,
- "_MSAYAFFVQTCR_"
- ],
- [
- 38206,
- 2,
- 10,
- 4,
- 0.12822,
- "_EGGANGVTATNTVSGLMGLK_"
- ],
- [
- 1912,
- 2,
- 10,
- 3,
- 0.12822,
- "_EVLTDIFAK_"
- ],
- [
- 47270,
- 2,
- 11,
- 5,
- 0.14245,
- "_MQEEEEVVDKMDDDVFLR_"
- ],
- [
- 2094,
- 2,
- 14,
- 3,
- 0.18515,
- "_LEDPLLWR_"
- ],
- [
- 12412,
- 3,
- 18,
- 7,
- 0.24209,
- "_LLPQLTYLDGYDRDDK_"
- ],
- [
- 29571,
- 3,
- 11,
- 4,
- 0.14245,
- "_NCDKGQSFFIDAPDSPATLAYR_"
- ],
- [
- 45281,
- 2,
- 15,
- 6,
- 0.19938,
- "_TFDLYANVRPCVSIEGYK_"
- ],
- [
- 37406,
- 2,
- 13,
- 3,
- 0.17091,
- "_TSEESWIEQQMLEDK_"
- ],
- [
- 27707,
- 3,
- 9,
- 5,
- 0.11398,
- "_LHYVVTEVQGPSITVEFSDCK_"
- ],
- [
- 15826,
- 2,
- 16,
- 7,
- 0.21363,
- "_MVVPGLDGAQIPR_"
- ],
- [
- 21962,
- 2,
- 14,
- 3,
- 0.18515,
- "_NPEVPVNFAEFSK_"
- ],
- [
- 46278,
- 2,
- 17,
- 6,
- 0.22787,
- "_VPSSCPIVTVDGYVDPSGGDR_"
- ],
- [
- 33307,
- 3,
- 16,
- 5,
- 0.21363,
- "_KPVWVDEEDEDEEMVDMMNNR_"
- ],
- [
- 5211,
- 2,
- 9,
- 3,
- 0.11398,
- "_ALAVGGLGSIIR_"
- ],
- [
- 47731,
- 2,
- 12,
- 5,
- 0.15669,
- "_VAHMEFCYQELCQLAAER_"
- ],
- [
- 41744,
- 2,
- 7,
- 2,
- 0.085449,
- "_KVEVYADADEILQEEIK_"
- ],
- [
- 10492,
- 3,
- 6,
- 4,
- 0.071211,
- "_IGDFGLATDHLAFSADSK_"
- ],
- [
- 30212,
- 2,
- 11,
- 4,
- 0.14246,
- "_GQTPGGAQFVGLELYK_"
- ],
- [
- 50251,
- 2,
- 8,
- 3,
- 0.099707,
- "_VLAPASTLQSSYQIPTENSMTAR_"
- ],
- [
- 19381,
- 3,
- 8,
- 3,
- 0.099707,
- "_YKDGIPVSVAETQTVISSIK_"
- ],
- [
- 22289,
- 3,
- 13,
- 7,
- 0.17092,
- "_MQEEEEVVDKMDDDVFLR_"
- ],
- [
- 41109,
- 3,
- 9,
- 6,
- 0.11395,
- "_CVPAPGAGASGGTSPSATQPNPAVFIFEHK_"
- ],
- [
- 33790,
- 3,
- 10,
- 5,
- 0.12822,
- "_WDCESICSTYSNLYNHPQLIK_"
- ],
- [
- 48697,
- 2,
- 11,
- 3,
- 0.14246,
- "_FLESAAADFSDEDEDDDVDGR_"
- ],
- [
- 21291,
- 3,
- 12,
- 5,
- 0.15669,
- "_GKDPTEHIPEIILNNFTTR_"
- ],
- [
- 12148,
- 2,
- 10,
- 3,
- 0.12822,
- "_CLLAALTMDNR_"
- ],
- [
- 20012,
- 2,
- 12,
- 4,
- 0.15669,
- "_WMIQYNNLNLK_"
- ],
- [
- 18734,
- 3,
- 12,
- 2,
- 0.15669,
- "_FVPYLIAGIQHGCQDIGAR_"
- ],
- [
- 51194,
- 3,
- 8,
- 5,
- 0.099707,
- "_SEVASSVFSSSSTQGVTNHAPLSGESLTQVGSDCYTVR_"
- ],
- [
- 38396,
- 2,
- 15,
- 7,
- 0.19938,
- "_LEQELFSGGNTGINFEK_"
- ],
- [
- 22446,
- 3,
- 17,
- 7,
- 0.22787,
- "_GQLNADEISLRPAQSFLMNK_"
- ],
- [
- 39494,
- 2,
- 16,
- 5,
- 0.21362,
- "_LQQTQNQVDEVVDIMR_"
- ],
- [
- 24304,
- 2,
- 17,
- 6,
- 0.22787,
- "_LAAVDATVNQVLASR_"
- ],
- [
- 42578,
- 2,
- 22,
- 8,
- 0.29908,
- "_EIVVTDYSDQNLQELEK_"
- ],
- [
- 39298,
- 3,
- 16,
- 7,
- 0.21362,
- "_SVQFLIQHGFNFNQQYAQGIPYHK_"
- ],
- [
- 20630,
- 2,
- 15,
- 3,
- 0.19938,
- "_SLGPPGPPFNITPR_"
- ],
- [
- 9536,
- 2,
- 15,
- 5,
- 0.19938,
- "_ATGYPLAFIAAK_"
- ],
- [
- 37623,
- 2,
- 17,
- 6,
- 0.22787,
- "_EFPDVLECTVSHAVEK_"
- ],
- [
- 42929,
- 3,
- 15,
- 7,
- 0.19938,
- "_SIYVGNVDYGATAEELEAHFHGCGSVNR_"
- ],
- [
- 34537,
- 2,
- 17,
- 5,
- 0.22787,
- "_VWDAVSGDELMTLAHK_"
- ],
- [
- 44411,
- 2,
- 14,
- 5,
- 0.18515,
- "_ATGSYIAGTNGNSNGLVPMLR_"
- ],
- [
- 1535,
- 2,
- 14,
- 4,
- 0.18515,
- "_VFSIGPVFR_"
- ],
- [
- 37247,
- 2,
- 14,
- 5,
- 0.18515,
- "_MEEGEVYAIETFGSTGK_"
- ],
- [
- 35036,
- 4,
- 14,
- 8,
- 0.18515,
- "_AVGEPMRPLAEECCQLGLGLCDQVDDPDLRR_"
- ],
- [
- 42866,
- 2,
- 25,
- 3,
- 0.34182,
- "_LGSTAIGIQTSEGVCLAVEK_"
- ],
- [
- 18473,
- 3,
- 16,
- 5,
- 0.21362,
- "_EEAPASPLRPLYPQISPLK_"
- ],
- [
- 48144,
- 2,
- 18,
- 5,
- 0.2421,
- "_AIELLQEFSDQHPENAAEIK_"
- ],
- [
- 5603,
- 2,
- 23,
- 5,
- 0.31333,
- "_SDGIYIINLK_"
- ],
- [
- 7469,
- 2,
- 18,
- 4,
- 0.2421,
- "_VDGMDILCVR_"
- ],
- [
- 43249,
- 2,
- 8,
- 5,
- 0.099721,
- "_LEEGLVNNKYDTALNLLK_"
- ],
- [
- 43269,
- 4,
- 16,
- 9,
- 0.21366,
- "_SNNTSKPSHSVDAHTAEVNCLSFNPYSEFILATGSADK_"
- ],
- [
- 16701,
- 3,
- 16,
- 4,
- 0.21366,
- "_ILAEADGLSTNHWLIGTDK_"
- ],
- [
- 26361,
- 2,
- 17,
- 5,
- 0.22789,
- "_AMDPAVPNMMIDAAK_"
- ],
- [
- 45230,
- 2,
- 9,
- 5,
- 0.11398,
- "_AMMEEGEDLQSCMICVAR_"
- ],
- [
- 10501,
- 2,
- 17,
- 4,
- 0.22789,
- "_GFLEDLAPPER_"
- ],
- [
- 46487,
- 2,
- 12,
- 5,
- 0.15673,
- "_SLTMSGHVGFESLPDQLVNR_"
- ],
- [
- 28003,
- 2,
- 10,
- 3,
- 0.12822,
- "_IWSAEDASCVVTFK_"
- ],
- [
- 44663,
- 3,
- 15,
- 7,
- 0.19942,
- "_PAPVAVAAAATAAAYGGYPTAHTATDYGYTQR_"
- ],
- [
- 3217,
- 2,
- 12,
- 3,
- 0.15673,
- "_WLLDGISSGK_"
- ],
- [
- 32439,
- 2,
- 11,
- 3,
- 0.14249,
- "_(Acetyl (Protein N-term))MEESVNQMQPLNEK_"
- ],
- [
- 40644,
- 2,
- 10,
- 5,
- 0.12822,
- "_VALQHNLGIGGAVVVTLYK_"
- ],
- [
- 7133,
- 2,
- 13,
- 4,
- 0.17096,
- "_AINIGQLVDVK_"
- ],
- [
- 27556,
- 3,
- 10,
- 3,
- 0.12822,
- "_GSGNTVAIDLIVQHVHSQLEER_"
- ],
- [
- 20292,
- 2,
- 12,
- 4,
- 0.15673,
- "_KELIINEILVMK_"
- ],
- [
- 50311,
- 2,
- 17,
- 6,
- 0.22789,
- "_(Acetyl (Protein N-term))M(Oxidation (M))ETEQPEETFPNTETNGEFGK_"
- ],
- [
- 10819,
- 4,
- 10,
- 6,
- 0.12822,
- "_ALLTAVTSPHIEIHEGTILQTVR_"
- ],
- [
- 39765,
- 2,
- 19,
- 6,
- 0.25638,
- "_LLPQLTYLDGYDRDDK_"
- ],
- [
- 43895,
- 2,
- 23,
- 5,
- 0.31335,
- "_VENQENVSNLVIEDTELK_"
- ],
- [
- 12231,
- 3,
- 13,
- 5,
- 0.17096,
- "_YKVEGFPTIYFAPSGDK_"
- ],
- [
- 35404,
- 2,
- 11,
- 6,
- 0.14249,
- "_ATWYTLTVPGDSPCAR_"
- ],
- [
- 7656,
- 3,
- 17,
- 7,
- 0.22789,
- "_VWDAVSGDELMTLAHK_"
- ],
- [
- 36628,
- 2,
- 14,
- 4,
- 0.1852,
- "_LLENISPADVGGMEETR_"
- ],
- [
- 25636,
- 2,
- 12,
- 4,
- 0.15673,
- "_DDTHYLLYIYDK_"
- ],
- [
- 24487,
- 2,
- 11,
- 6,
- 0.14249,
- "_VLALPEPSPAAPTLR_"
- ],
- [
- 12565,
- 2,
- 19,
- 6,
- 0.25638,
- "_DFMIQGGDFTR_"
- ],
- [
- 19854,
- 2,
- 12,
- 3,
- 0.1852,
- "_DVKPDNFLMGLGK_"
- ],
- [
- 2416,
- 3,
- 16,
- 5,
- 0.21366,
- "_FVLLSAQGSLMFHK_"
- ],
- [
- 27224,
- 2,
- 16,
- 4,
- 0.21366,
- "_VNLQMVYDSPLCR_"
- ],
- [
- 23155,
- 3,
- 14,
- 8,
- 0.1852,
- "_VAHMEFCYQELCQLAAER_"
- ],
- [
- 40776,
- 3,
- 14,
- 6,
- 0.1852,
- "_WLETCQHESDEQPLDPIPQISSTPK_"
- ],
- [
- 15690,
- 3,
- 10,
- 5,
- 0.12822,
- "_FDGGEEVLISGEFNDLRK_"
- ],
- [
- 45922,
- 2,
- 11,
- 6,
- 0.14249,
- "_DELHIVEAEAM(Oxidation (M))NYEGSPIK_"
- ],
- [
- 25086,
- 2,
- 14,
- 4,
- 0.1852,
- "_LEDCVLLATDVAAR_"
- ],
- [
- 28157,
- 3,
- 10,
- 5,
- 0.12822,
- "_FYQNVSITQGEGGFEINLDHR_"
- ],
- [
- 40848,
- 2,
- 10,
- 4,
- 0.12822,
- "_SDHLTVVNAFEGWEEAR_"
- ],
- [
- 43238,
- 2,
- 12,
- 4,
- 0.15673,
- "_EIQEPLESVEVNQETFR_"
- ],
- [
- 19128,
- 3,
- 14,
- 5,
- 0.1852,
- "_TQDPAKAPNTPDILEIEFK_"
- ],
- [
- 41231,
- 3,
- 13,
- 7,
- 0.17096,
- "_DLPASLSAPMSAAHQLQAMHAQSAELQR_"
- ],
- [
- 44213,
- 2,
- 12,
- 2,
- 0.15676,
- "_ELGCSYTDVAAQDGEAMLR_"
- ],
- [
- 23246,
- 3,
- 6,
- 5,
- 0.071274,
- "_WCNTCQLYYMGDLIQHR_"
- ],
- [
- 42637,
- 2,
- 12,
- 6,
- 0.15676,
- "_FDGGEEVLISGEFNDLRK_"
- ],
- [
- 23399,
- 3,
- 21,
- 7,
- 0.28487,
- "_GPAVGIDLGTTYSCVGVFQHGK_"
- ],
- [
- 10741,
- 3,
- 12,
- 4,
- 0.15676,
- "_LKESVAPVLSVLTECAR_"
- ],
- [
- 46038,
- 2,
- 11,
- 5,
- 0.14249,
- "_LCSISLSHINAYACLVCGK_"
- ],
- [
- 38215,
- 2,
- 13,
- 3,
- 0.171,
- "_SAVPGDLLTLPGTTEHLR_"
- ],
- [
- 32856,
- 2,
- 20,
- 5,
- 0.27065,
- "_NEDITEPQSILAAAEK_"
- ],
- [
- 40466,
- 2,
- 24,
- 7,
- 0.32762,
- "_EFPGFLENQKDPLAVDK_"
- ],
- [
- 17099,
- 4,
- 13,
- 5,
- 0.171,
- "_IGCHGSSLLILAPSEAEYVNSLASHK_"
- ],
- [
- 37826,
- 2,
- 13,
- 5,
- 0.171,
- "_AYSVLQATVAAATTTPTAK_"
- ],
- [
- 29394,
- 2,
- 13,
- 2,
- 0.171,
- "_TPSNEMTPVTIDLVK_"
- ],
- [
- 47264,
- 3,
- 24,
- 8,
- 0.32762,
- "_GFTMIGEHSIYCTVNNDEGEWSGPPPECR_"
- ],
- [
- 30416,
- 3,
- 12,
- 7,
- 0.15676,
- "_KVNAEGSVDSVFSQVCTHLDALK_"
- ],
- [
- 28843,
- 2,
- 16,
- 4,
- 0.21369,
- "_FQNIDFAEEVYTR_"
- ],
- [
- 32144,
- 2,
- 18,
- 5,
- 0.24216,
- "_DPETLVGYSMVGCQR_"
- ],
- [
- 21801,
- 3,
- 16,
- 6,
- 0.21369,
- "_EIEELKQELIQAEIQNGVK_"
- ],
- [
- 24606,
- 2,
- 14,
- 5,
- 0.18523,
- "_DIVVQETMEDIDK_"
- ],
- [
- 40587,
- 2,
- 14,
- 7,
- 0.18523,
- "_TLSPGDSFSTFDTPYCR_"
- ],
- [
- 40967,
- 3,
- 10,
- 7,
- 0.12825,
- "_QLPITYPSAEEDLASHEDSVPSAMTTR_"
- ],
- [
- 7974,
- 4,
- 10,
- 6,
- 0.12825,
- "_GMVVEECHLPGLGVALTLDHTK_"
- ],
- [
- 6231,
- 2,
- 9,
- 4,
- 0.11399,
- "_EAFLQEVWK_"
- ],
- [
- 31332,
- 2,
- 10,
- 5,
- 0.12825,
- "_GAEEMETVIPVDVM(Oxidation (M))R_"
- ],
- [
- 50458,
- 2,
- 8,
- 7,
- 0.099754,
- "_VM(Oxidation (M))TIPYQPMPASSPVICAGGQDR_"
- ],
- [
- 37451,
- 4,
- 15,
- 7,
- 0.19947,
- "_VAWAEADENEEEAVILAQEEEGVEKPAETHLSGK_"
- ],
- [
- 12051,
- 3,
- 15,
- 5,
- 0.19947,
- "_VGADLSHVFCASAAAPVIK_"
- ],
- [
- 26005,
- 2,
- 9,
- 3,
- 0.11399,
- "_GEAQLLMNEFESAK_"
- ],
- [
- 5013,
- 2,
- 17,
- 4,
- 0.22793,
- "_ANPDLPILIR_"
- ],
- [
- 31412,
- 3,
- 16,
- 5,
- 0.21369,
- "_VVQEENQHMQMTIQALQDELR_"
- ],
- [
- 19686,
- 3,
- 18,
- 5,
- 0.24216,
- "_HTVTMIPGDGIGPELMLHVK_"
- ],
- [
- 38641,
- 3,
- 15,
- 5,
- 0.19947,
- "_LITGATSPTVLYVSGGNTQVIAYSEHR_"
- ],
- [
- 9901,
- 3,
- 16,
- 4,
- 0.2137,
- "_PPSAFFLFCSEYRPK_"
- ],
- [
- 39177,
- 2,
- 13,
- 4,
- 0.171,
- "_GCSMYVALFPCNECAK_"
- ],
- [
- 28924,
- 2,
- 13,
- 5,
- 0.171,
- "_AALSEMVEYITHNR_"
- ],
- [
- 50192,
- 2,
- 11,
- 5,
- 0.14248,
- "_DNLAQQSFNM(Oxidation (M))EQANYTIQSLK_"
- ],
- [
- 34381,
- 4,
- 13,
- 8,
- 0.171,
- "_GFCHLCDGQEACCVGLEAGINPTDHLITAYR_"
- ],
- [
- 4465,
- 2,
- 14,
- 3,
- 0.18523,
- "_EDFVLSITGK_"
- ],
- [
- 45618,
- 2,
- 17,
- 4,
- 0.22792,
- "_LFIEYPTGSGNVYSSASGVAK_"
- ],
- [
- 33372,
- 2,
- 7,
- 3,
- 0.085506,
- "_AVFPEGPCEEPLQLR_"
- ],
- [
- 35005,
- 2,
- 13,
- 4,
- 0.171,
- "_EEEIEFLYNENTVR_"
- ],
- [
- 15194,
- 3,
- 16,
- 6,
- 0.2137,
- "_YNQPFFVTSLPDDKIPK_"
- ],
- [
- 37386,
- 2,
- 16,
- 7,
- 0.2137,
- "_HPNIVSLQDVLMQDSR_"
- ],
- [
- 12118,
- 3,
- 10,
- 5,
- 0.12823,
- "_DVFFYQADDEHYIPR_"
- ],
- [
- 45032,
- 2,
- 10,
- 3,
- 0.12823,
- "_GWQYSDHMENVYGYLMK_"
- ],
- [
- 39609,
- 2,
- 13,
- 2,
- 0.171,
- "_WTEIEDSHTLVTVMMK_"
- ],
- [
- 46927,
- 2,
- 7,
- 2,
- 0.085506,
- "_IENLSNLHQLQMLELGSNR_"
- ],
- [
- 48567,
- 2,
- 12,
- 3,
- 0.15672,
- "_SPEEQLVCVPPQEAFPNDPR_"
- ],
- [
- 30897,
- 3,
- 14,
- 5,
- 0.18523,
- "_YYPYQSFQTPQHPSFLFQDK_"
- ],
- [
- 11638,
- 2,
- 15,
- 6,
- 0.19946,
- "_EEMDFPQLMK_"
- ],
- [
- 19949,
- 2,
- 6,
- 2,
- 0.071271,
- "_WNQLQAFWGTGK_"
- ],
- [
- 17476,
- 2,
- 14,
- 4,
- 0.18523,
- "_VQVALEELQDLK_"
- ],
- [
- 7761,
- 4,
- 16,
- 7,
- 0.2137,
- "_FENAFLSHVVSQHQALLGTIR_"
- ],
- [
- 51443,
- 2,
- 11,
- 5,
- 0.14248,
- "_IGVGGGAASSVQVQGDNTSDLDFGAVQR_"
- ],
- [
- 24548,
- 3,
- 19,
- 7,
- 0.25639,
- "_VNIAFNYDMPEDSDTYLHR_"
- ],
- [
- 34201,
- 2,
- 15,
- 6,
- 0.19946,
- "_YINENLIVNTDELGR_"
- ],
- [
- 45130,
- 2,
- 15,
- 5,
- 0.19946,
- "_HSSEVDINTTLQILGSPGEK_"
- ],
- [
- 39736,
- 3,
- 15,
- 5,
- 0.19946,
- "_KIEPELDGSSPVTSHDSSTNGLINFIK_"
- ],
- [
- 26761,
- 3,
- 11,
- 5,
- 0.14248,
- "_GMVVEECHLPGLGVALTLDHTK_"
- ],
- [
- 30289,
- 3,
- 12,
- 5,
- 0.15672,
- "_ALLTAVTSPHIEIHEGTILQTVR_"
- ],
- [
- 43114,
- 2,
- 14,
- 4,
- 0.18523,
- "_EVLASEAILNVPDKSDWR_"
- ],
- [
- 25987,
- 3,
- 12,
- 4,
- 0.15674,
- "_EVSIEDTGVDVDPEKLEMESK_"
- ],
- [
- 15250,
- 2,
- 12,
- 3,
- 0.15674,
- "_EVLPGEIVEISR_"
- ],
- [
- 10601,
- 2,
- 11,
- 4,
- 0.14249,
- "_MANMDFVFDR_"
- ],
- [
- 13152,
- 3,
- 26,
- 6,
- 0.35612,
- "_EFPGFLENQKDPLAVDK_"
- ],
- [
- 13566,
- 3,
- 14,
- 6,
- 0.18526,
- "_SDHLTVVNAFEGWEEAR_"
- ],
- [
- 42922,
- 2,
- 13,
- 6,
- 0.17099,
- "_ATFYLLIGNANAAKPDLDK_"
- ],
- [
- 12018,
- 2,
- 9,
- 3,
- 0.11402,
- "_ITQLLGLPTYR_"
- ],
- [
- 25355,
- 2,
- 11,
- 3,
- 0.14249,
- "_ELEISWGLHQIVK_"
- ],
- [
- 47032,
- 2,
- 12,
- 4,
- 0.15674,
- "_AYLTEENGQIAVFDATNTTR_"
- ],
- [
- 20897,
- 2,
- 5,
- 2,
- 0.057038,
- "_FTAEEGDLGFTLR_"
- ],
- [
- 42822,
- 3,
- 12,
- 5,
- 0.15674,
- "_VMYTDRPLSQTDPVTLQYCCLTDDR_"
- ],
- [
- 9955,
- 2,
- 12,
- 6,
- 0.15674,
- "_ICDDELILIK_"
- ],
- [
- 32296,
- 2,
- 14,
- 4,
- 0.18526,
- "_VQLDLAETDLSQGVAR_"
- ],
- [
- 34301,
- 3,
- 13,
- 5,
- 0.17099,
- "_DGAAYFYGPIFIHPEETEHEPTK_"
- ],
- [
- 20236,
- 2,
- 11,
- 2,
- 0.14249,
- "_GGIPASPIDPFQSR_"
- ],
- [
- 30873,
- 2,
- 13,
- 6,
- 0.17099,
- "_NLMAFATASMAQPATR_"
- ],
- [
- 51497,
- 2,
- 11,
- 8,
- 0.14249,
- "_(Acetyl (Protein N-term))MDHYDSQQTNDYMQPEEDWDR_"
- ],
- [
- 9991,
- 2,
- 20,
- 5,
- 0.27065,
- "_VFSWGFGGYGR_"
- ],
- [
- 21408,
- 2,
- 15,
- 6,
- 0.19949,
- "_FDSLTDLVEHYK_"
- ],
- [
- 7053,
- 3,
- 16,
- 5,
- 0.21373,
- "_DCTALLHLFHAAVQR_"
- ],
- [
- 26386,
- 4,
- 15,
- 5,
- 0.19949,
- "_IDVHLHDALGRPHQCGTIQLDFQLPLR_"
- ],
- [
- 14314,
- 3,
- 15,
- 6,
- 0.19949,
- "_QIHVIDMDTIDVSNLNR_"
- ],
- [
- 11242,
- 2,
- 21,
- 6,
- 0.28491,
- "_EKLEATINELV_"
- ],
- [
- 46488,
- 2,
- 6,
- 2,
- 0.071277,
- "_YYELIVNGSYTPQTVPTGGK_"
- ],
- [
- 21021,
- 3,
- 15,
- 7,
- 0.19949,
- "_SLTMSGHVGFESLPDQLVNR_"
- ],
- [
- 20859,
- 4,
- 17,
- 6,
- 0.22796,
- "_NVADDYIHTAACLHSLALEEPTVIKK_"
- ],
- [
- 27802,
- 2,
- 17,
- 5,
- 0.22796,
- "_AISSYFVSTMSSSIK_"
- ],
- [
- 30358,
- 3,
- 14,
- 6,
- 0.18526,
- "_HQNQNTIQELLQNCSDCLMR_"
- ],
- [
- 8230,
- 2,
- 17,
- 4,
- 0.22796,
- "_VSGLLVLDYSK_"
- ],
- [
- 14329,
- 2,
- 18,
- 4,
- 0.24219,
- "_SLAMEMVLTGDR_"
- ],
- [
- 46053,
- 2,
- 14,
- 3,
- 0.18526,
- "_VSGSPEQAVEENLSSYSLDR_"
- ],
- [
- 24948,
- 4,
- 21,
- 8,
- 0.28491,
- "_CSENKLPAELQELPGLSHQYWSAPSDK_"
- ],
- [
- 31581,
- 2,
- 18,
- 5,
- 0.24219,
- "_EAYPEEAYIADLDAK_"
- ],
- [
- 23523,
- 2,
- 7,
- 3,
- 0.085533,
- "_GSAMQVSPLMFTDK_"
- ],
- [
- 31883,
- 2,
- 19,
- 4,
- 0.25642,
- "_QLILVLCSEENMQK_"
- ],
- [
- 27415,
- 2,
- 18,
- 4,
- 0.24219,
- "_GGVQVPAVDISSSLGGR_"
- ],
- [
- 43465,
- 3,
- 18,
- 7,
- 0.24219,
- "_CSENKLPAELQELPGLSHQYWSAPSDK_"
- ],
- [
- 26509,
- 3,
- 18,
- 3,
- 0.24219,
- "_FENAFLSHVVSQHQALLGTIR_"
- ],
- [
- 18136,
- 3,
- 12,
- 4,
- 0.15674,
- "_LFDSTIADEGTWTLEDRK_"
- ],
- [
- 5740,
- 3,
- 14,
- 6,
- 0.18524,
- "_WVPLQIDMKPEVPR_"
- ],
- [
- 4592,
- 2,
- 18,
- 5,
- 0.24222,
- "_ELLIIGGVAAR_"
- ],
- [
- 37427,
- 2,
- 11,
- 4,
- 0.1425,
- "_DDMIFEDCGDVPSEPK_"
- ],
- [
- 45753,
- 2,
- 27,
- 6,
- 0.37037,
- "_HYFQNTQGLIFVVDSNDR_"
- ],
- [
- 29051,
- 2,
- 12,
- 3,
- 0.15674,
- "_QVFELTDQVCELR_"
- ],
- [
- 37748,
- 2,
- 12,
- 5,
- 0.15674,
- "_ALIQLATCHFALGEYR_"
- ],
- [
- 25832,
- 2,
- 13,
- 6,
- 0.171,
- "_ICPVEFNPNFVAR_"
- ],
- [
- 45498,
- 2,
- 13,
- 3,
- 0.171,
- "_NSLDDLVGPPSNLEGQSDER_"
- ],
- [
- 23559,
- 3,
- 10,
- 5,
- 0.12827,
- "_VLPNDPVFLEPHEEMTLCK_"
- ],
- [
- 31093,
- 2,
- 31,
- 6,
- 0.42734,
- "_HSGNITFDEIVNIAR_"
- ],
- [
- 43084,
- 3,
- 13,
- 7,
- 0.171,
- "_GLLALGDYMNVQCHACIGGTNVGEDIRK_"
- ],
- [
- 12251,
- 2,
- 21,
- 5,
- 0.28491,
- "_IVLLDSSLEYK_"
- ],
- [
- 24224,
- 4,
- 22,
- 8,
- 0.29916,
- "_SIYVGNVDYGATAEELEAHFHGCGSVNR_"
- ],
- [
- 34694,
- 3,
- 13,
- 6,
- 0.171,
- "_PSWADQVEEEGEDDKCVTSELLK_"
- ],
- [
- 10899,
- 3,
- 18,
- 4,
- 0.24222,
- "_SAVPGDLLTLPGTTEHLR_"
- ],
- [
- 37813,
- 2,
- 18,
- 4,
- 0.24222,
- "_LASCDIVVDVGGEYDPR_"
- ],
- [
- 8854,
- 2,
- 13,
- 2,
- 0.171,
- "_LGVQDLFNSSK_"
- ],
- [
- 17740,
- 2,
- 14,
- 3,
- 0.18524,
- "_MKIELFADVVPK_"
- ],
- [
- 27436,
- 4,
- 10,
- 3,
- 0.12827,
- "_AAFCLEELMMTNPHNHLYCQQYAEVK_"
- ],
- [
- 19940,
- 3,
- 30,
- 3,
- 0.41311,
- "_EAHLPPGAMAAVGLSWEECK_"
- ],
- [
- 13981,
- 2,
- 17,
- 6,
- 0.22798,
- "_FEELCSDLFR_"
- ],
- [
- 29199,
- 3,
- 12,
- 6,
- 0.15674,
- "_HTLQLQGLDSGFVPSVQDFDKK_"
- ],
- [
- 9695,
- 2,
- 15,
- 5,
- 0.19951,
- "_DITIHANPFAQ_"
- ],
- [
- 35426,
- 2,
- 8,
- 4,
- 0.099787,
- "_ELNQWEALTEYGQSK_"
- ],
- [
- 39669,
- 2,
- 15,
- 5,
- 0.19951,
- "_(Acetyl (Protein N-term))MNGTLDHPDQPDLDAIK_"
- ],
- [
- 7996,
- 3,
- 19,
- 2,
- 0.25644,
- "_RPDLYALAMGYSGQLK_"
- ],
- [
- 23211,
- 2,
- 15,
- 5,
- 0.19951,
- "_ITFDDYIACCVK_"
- ],
- [
- 5128,
- 2,
- 12,
- 4,
- 0.15674,
- "_VTIMGIYSIK_"
- ],
- [
- 22844,
- 2,
- 15,
- 6,
- 0.19951,
- "_AYLEGTCVEWLR_"
- ],
- [
- 11664,
- 2,
- 15,
- 3,
- 0.19951,
- "_FLSTEAISIMR_"
- ],
- [
- 9078,
- 2,
- 24,
- 4,
- 0.32762,
- "_FYALDPSFPR_"
- ],
- [
- 23937,
- 2,
- 15,
- 5,
- 0.19951,
- "_KQPALDVLYDVMK_"
- ],
- [
- 47694,
- 2,
- 14,
- 3,
- 0.18524,
- "_VSPGLPSPNLENGAPAVGPVQPR_"
- ],
- [
- 27899,
- 2,
- 15,
- 5,
- 0.19951,
- "_TLTELILDAQEHVK_"
- ],
- [
- 36346,
- 3,
- 12,
- 5,
- 0.15674,
- "_EIFISNITQANPGIVTCLENHPHK_"
- ],
- [
- 50543,
- 2,
- 15,
- 8,
- 0.19951,
- "_HQNQNTIQELLQNCSDCLMR_"
- ],
- [
- 2493,
- 2,
- 13,
- 2,
- 0.171,
- "_LLALGLVAER_"
- ],
- [
- 31684,
- 3,
- 12,
- 2,
- 0.15674,
- "_NLAHQHQSMFPTLEIDIEGQLK_"
- ],
- [
- 17413,
- 2,
- 9,
- 3,
- 0.11402,
- "_EGMFNNANVLFK_"
- ],
- [
- 28294,
- 2,
- 14,
- 5,
- 0.18524,
- "_LTIVNTVGFGDQINK_"
- ],
- [
- 47267,
- 2,
- 16,
- 6,
- 0.21375,
- "_NQASCGSCYSFASMGMLEAR_"
- ],
- [
- 21753,
- 3,
- 11,
- 5,
- 0.1425,
- "_IENLSNLHQLQMLELGSNR_"
- ],
- [
- 2668,
- 2,
- 9,
- 2,
- 0.11402,
- "_SDLEIELLK_"
- ],
- [
- 13515,
- 2,
- 9,
- 3,
- 0.11402,
- "_ELGVLVFENSAK_"
- ],
- [
- 20309,
- 4,
- 16,
- 7,
- 0.21375,
- "_KIEPELDGSSPVTSHDSSTNGLINFIK_"
- ],
- [
- 19386,
- 4,
- 18,
- 8,
- 0.24223,
- "_FIQENIFGICPHMTEDNKDLIQGK_"
- ],
- [
- 14241,
- 2,
- 12,
- 2,
- 0.15675,
- "_GEDLFEDGGIIR_"
- ],
- [
- 15373,
- 2,
- 13,
- 4,
- 0.17099,
- "_ISDIMDVYEMK_"
- ],
- [
- 46762,
- 3,
- 13,
- 5,
- 0.17099,
- "_VHVSEEGTEPEAMLQVLGPKPALPAGTEDTAK_"
- ],
- [
- 44422,
- 3,
- 9,
- 4,
- 0.11404,
- "_CKLEEMGFQDSDGDSQPFSLQETYEAK_"
- ],
- [
- 19573,
- 2,
- 13,
- 3,
- 0.17099,
- "_ILGLAIESQDAGIK_"
- ],
- [
- 33283,
- 2,
- 13,
- 3,
- 0.17099,
- "_GDAFDFNVSLQDHFK_"
- ],
- [
- 41974,
- 3,
- 13,
- 7,
- 0.17099,
- "_GEHTQNVPLSVTLATSPAQFPCTDGTDR_"
- ],
- [
- 50259,
- 2,
- 8,
- 6,
- 0.099779,
- "_YEHDDIVSTVSVLSSGTQAVSGSK_"
- ],
- [
- 28401,
- 3,
- 13,
- 4,
- 0.17099,
- "_LRPNLEFMLAQLNYEHETGR_"
- ],
- [
- 10413,
- 4,
- 10,
- 6,
- 0.12827,
- "_YRPQTLNDLISHQDILSTIQK_"
- ],
- [
- 23036,
- 2,
- 10,
- 4,
- 0.12827,
- "_WVAIQSVSAWPEK_"
- ],
- [
- 43996,
- 2,
- 15,
- 5,
- 0.19949,
- "_EEKDPGMGAMGGMGGGM(Oxidation (M))GGGMF_"
- ],
- [
- 22850,
- 2,
- 17,
- 3,
- 0.228,
- "_AGYPQYVSEILEK_"
- ],
- [
- 10082,
- 2,
- 11,
- 5,
- 0.14252,
- "_FNDYFEFPR_"
- ],
- [
- 13294,
- 3,
- 10,
- 6,
- 0.12827,
- "_GHATDEWFLLSSHIPLK_"
- ],
- [
- 30659,
- 2,
- 9,
- 3,
- 0.11404,
- "_LQSFFGGTVMGESGMK_"
- ],
- [
- 37070,
- 4,
- 15,
- 8,
- 0.19949,
- "_LGVHPLSCHGWVLGEHGDSSVPVWSGM(Oxidation (M))NVAGVSLK_"
- ],
- [
- 36803,
- 3,
- 15,
- 5,
- 0.19949,
- "_REEAVSALCWGTGGETQMLVGCADR_"
- ],
- [
- 16721,
- 3,
- 11,
- 4,
- 0.14252,
- "_EWDPLKDCTYGTEIISK_"
- ],
- [
- 10019,
- 2,
- 7,
- 2,
- 0.085541,
- "_MGLAISLVATEK_"
- ],
- [
- 11445,
- 3,
- 15,
- 5,
- 0.19949,
- "_GQVQEVGWHDVAGWLGR_"
- ],
- [
- 20207,
- 3,
- 16,
- 4,
- 0.21376,
- "_DELHIVEAEAM(Oxidation (M))NYEGSPIK_"
- ],
- [
- 11909,
- 3,
- 16,
- 4,
- 0.21376,
- "_AFEEEKWDEISIGSLR_"
- ],
- [
- 38936,
- 3,
- 15,
- 6,
- 0.19949,
- "_FIQENIFGICPHMTEDNKDLIQGK_"
- ],
- [
- 30803,
- 3,
- 11,
- 3,
- 0.14252,
- "_AMTDTFTLQAHDQFSPFSSSSGR_"
- ],
- [
- 170,
- 3,
- 12,
- 5,
- 0.15675,
- "_LVDLPISKPFFK_"
- ],
- [
- 44657,
- 2,
- 11,
- 3,
- 0.14252,
- "_QGLPTLQQDEFLQSGVQSK_"
- ],
- [
- 29728,
- 2,
- 10,
- 4,
- 0.12827,
- "_ETLEQLSEFNDSLK_"
- ],
- [
- 25046,
- 2,
- 10,
- 3,
- 0.12827,
- "_VHLFGASLGGFLAQK_"
- ],
- [
- 1752,
- 3,
- 10,
- 3,
- 0.12827,
- "_VHLFGASLGGFLAQK_"
- ],
- [
- 17443,
- 3,
- 24,
- 4,
- 0.32764,
- "_SHSSAQFLIGDQEPWAFR_"
- ],
- [
- 33810,
- 2,
- 11,
- 3,
- 0.14252,
- "_NASEMIDKLTLTFNR_"
- ],
- [
- 28629,
- 2,
- 14,
- 4,
- 0.18525,
- "_GFQQISFVNSIATSK_"
- ],
- [
- 1863,
- 3,
- 9,
- 3,
- 0.11404,
- "_LAAAWDALIVRPVR_"
- ],
- [
- 48797,
- 2,
- 14,
- 3,
- 0.18525,
- "_IIDDSEITKEDDALWPPPDR_"
- ],
- [
- 46818,
- 2,
- 6,
- 2,
- 0.071243,
- "_NQPTVYIAASPPNTDELMSR_"
- ],
- [
- 11632,
- 3,
- 11,
- 4,
- 0.14252,
- "_LAGSLLTQALESHAEGFR_"
- ],
- [
- 24115,
- 2,
- 11,
- 5,
- 0.14252,
- "_LGQGVLVQVSPSLVK_"
- ],
- [
- 24449,
- 4,
- 13,
- 3,
- 0.171,
- "_GLLALGDYMNVQCHACIGGTNVGEDIRK_"
- ],
- [
- 16063,
- 3,
- 11,
- 2,
- 0.14252,
- "_ATFYLLIGNANAAKPDLDK_"
- ],
- [
- 38167,
- 2,
- 10,
- 6,
- 0.12828,
- "_EDFLIKPSDNLIVCGR_"
- ],
- [
- 29368,
- 3,
- 13,
- 7,
- 0.171,
- "_YEHDDIVSTVSVLSSGTQAVSGSK_"
- ],
- [
- 16475,
- 3,
- 13,
- 4,
- 0.171,
- "_LEEGLVNNKYDTALNLLK_"
- ],
- [
- 28659,
- 4,
- 10,
- 4,
- 0.12828,
- "_EDAVHAMNNLNGTELEGSCLEVTLAKPVDK_"
- ],
- [
- 38713,
- 2,
- 9,
- 2,
- 0.11403,
- "_VLPASLVISDDYQTENK_"
- ],
- [
- 41053,
- 2,
- 12,
- 4,
- 0.15676,
- "_DWPAQYCEALADEENR_"
- ],
- [
- 18178,
- 2,
- 9,
- 3,
- 0.11403,
- "_STLIGEDVNPLIK_"
- ],
- [
- 36146,
- 2,
- 12,
- 4,
- 0.15676,
- "_QLTLSCPLCVNPVCR_"
- ],
- [
- 32310,
- 4,
- 12,
- 7,
- 0.15676,
- "_FAMVAPDVQIEDGKGTILISSEEGETEANNHK_"
- ],
- [
- 21756,
- 4,
- 11,
- 5,
- 0.14252,
- "_TVSLGAGAKDELHIVEAEAM(Oxidation (M))NYEGSPIK_"
- ],
- [
- 46284,
- 2,
- 12,
- 6,
- 0.15676,
- "_ELLLPNWQGSGSHGLTIAQR_"
- ],
- [
- 27566,
- 2,
- 9,
- 5,
- 0.11403,
- "_LQGLSASDVTEQIIK_"
- ],
- [
- 4501,
- 2,
- 10,
- 3,
- 0.12828,
- "_QLFCWLDK_"
- ],
- [
- 2134,
- 2,
- 8,
- 3,
- 0.099787,
- "_QLLLVSLTR_"
- ],
- [
- 44667,
- 2,
- 12,
- 3,
- 0.15676,
- "_VSEEFGCCLGQEVGYTIR_"
- ],
- [
- 23908,
- 2,
- 8,
- 2,
- 0.099787,
- "_LMIETDAPWCGVK_"
- ],
- [
- 26971,
- 4,
- 11,
- 5,
- 0.14252,
- "_ILNHVLQHAEPGNAQSVLEAIDTYCEQK_"
- ],
- [
- 23747,
- 2,
- 13,
- 4,
- 0.171,
- "_VGQLSEGAIAAIMQK_"
- ],
- [
- 18675,
- 2,
- 12,
- 5,
- 0.15676,
- "_EMESNWVSLVSK_"
- ],
- [
- 21297,
- 4,
- 13,
- 5,
- 0.171,
- "_LQHVPGTQPHLDQSIVTITFEVPGNAK_"
- ],
- [
- 32765,
- 3,
- 14,
- 6,
- 0.18524,
- "_EKPEEESLAAPTWLVHLQQVER_"
- ],
- [
- 34652,
- 3,
- 16,
- 8,
- 0.21373,
- "_CQEVISWLDANTLAEKDEFEHK_"
- ],
- [
- 46879,
- 2,
- 15,
- 5,
- 0.19949,
- "_VTWAHPEFGQVLASCSFDR_"
- ],
- [
- 10537,
- 3,
- 15,
- 5,
- 0.19949,
- "_EEDAFHFVSYVPVNGR_"
- ],
- [
- 38440,
- 2,
- 14,
- 6,
- 0.18524,
- "_GLQAQIASSGLTVEVDAPK_"
- ],
- [
- 8328,
- 2,
- 17,
- 4,
- 0.22801,
- "_GLEEFFDDPK_"
- ],
- [
- 3769,
- 2,
- 15,
- 5,
- 0.19949,
- "_SELDMLDIR_"
- ],
- [
- 27078,
- 2,
- 17,
- 3,
- 0.22801,
- "_SWLPQNCTLVDMK_"
- ],
- [
- 30396,
- 2,
- 39,
- 6,
- 0.54132,
- "_VVVSGLPPSGSWQDLK_"
- ],
- [
- 36879,
- 2,
- 15,
- 2,
- 0.19949,
- "_AQEVSIDEEAYITLEK_"
- ],
- [
- 30668,
- 3,
- 14,
- 6,
- 0.18524,
- "_KVLVTVEEDDTIMEELVDNHGK_"
- ],
- [
- 43055,
- 3,
- 14,
- 8,
- 0.18524,
- "_EAEKENLVEQSIPSNACSSLEVEAAISR_"
- ],
- [
- 46972,
- 2,
- 19,
- 6,
- 0.25647,
- "_EIEELKQELIQAEIQNGVK_"
- ],
- [
- 24180,
- 2,
- 18,
- 5,
- 0.24224,
- "_EEASDYLELDTIK_"
- ],
- [
- 25433,
- 2,
- 17,
- 5,
- 0.22801,
- "_TLINAEDPPMVVVR_"
- ],
- [
- 4294,
- 2,
- 20,
- 4,
- 0.27073,
- "_AFLDSLPDVK_"
- ],
- [
- 36689,
- 3,
- 14,
- 3,
- 0.21375,
- "_IEDLLQSEENKNLDLEPCTGFQR_"
- ],
- [
- 16810,
- 4,
- 17,
- 4,
- 0.22799,
- "_SDKPIFTLNAHNDEISGLDLSSQIK_"
- ],
- [
- 31023,
- 4,
- 15,
- 8,
- 0.19949,
- "_VPLVAPEDLRDDIIENAPTTHTEEYSGEEK_"
- ],
- [
- 21376,
- 2,
- 11,
- 3,
- 0.14254,
- "_TLYNNQPIDFLK_"
- ],
- [
- 35339,
- 2,
- 13,
- 6,
- 0.17102,
- "_YEAAGTLVTLSSAPTAIK_"
- ],
- [
- 27343,
- 3,
- 11,
- 4,
- 0.14254,
- "_LTDVILEADQNDSQSLELVHR_"
- ],
- [
- 49895,
- 2,
- 16,
- 5,
- 0.21375,
- "_HMEMENISSEEVVEIEYVEK_"
- ],
- [
- 33448,
- 3,
- 13,
- 5,
- 0.17102,
- "_IESDVQEPTEPEDDLDIMLGNKK_"
- ],
- [
- 17836,
- 3,
- 13,
- 5,
- 0.17102,
- "_(Acetyl (Protein N-term))SNPFAHLAEPLDPVQPGKK_"
- ],
- [
- 31966,
- 3,
- 11,
- 4,
- 0.14254,
- "_LVEQLDIEETEQSKLPQYLER_"
- ],
- [
- 14900,
- 2,
- 13,
- 4,
- 0.17102,
- "_LFVTNDAATILR_"
- ],
- [
- 48299,
- 2,
- 11,
- 4,
- 0.14254,
- "_CLAFHDISPQAPTHFLVIPK_"
- ],
- [
- 48089,
- 2,
- 11,
- 4,
- 0.14254,
- "_MLASASEDHFIDIAEVETGDK_"
- ],
- [
- 25279,
- 3,
- 11,
- 6,
- 0.14254,
- "_IIDDSEITKEDDALWPPPDR_"
- ],
- [
- 31586,
- 2,
- 12,
- 4,
- 0.15677,
- "_FEEYGPVIECDIVK_"
- ],
- [
- 19267,
- 2,
- 11,
- 3,
- 0.14254,
- "_VNNADDFPNLFR_"
- ],
- [
- 39599,
- 2,
- 13,
- 4,
- 0.17102,
- "_QQEANETLAEMEEELR_"
- ],
- [
- 7631,
- 3,
- 10,
- 2,
- 0.12828,
- "_TDEGTEVAFPLLVSHR_"
- ],
- [
- 12997,
- 3,
- 8,
- 5,
- 0.099772,
- "_VAAGLPPILVHTDAAQALGK_"
- ],
- [
- 41779,
- 2,
- 15,
- 4,
- 0.19949,
- "_LLDPQTNTEIANYPIYK_"
- ],
- [
- 5176,
- 2,
- 15,
- 4,
- 0.19949,
- "_IDISPVLLQK_"
- ],
- [
- 10842,
- 2,
- 14,
- 4,
- 0.18526,
- "_DSILGEPGMGFK_"
- ],
- [
- 49814,
- 2,
- 17,
- 7,
- 0.22799,
- "_CEMASTGEVACFGEGIHTAFLK_"
- ],
- [
- 18207,
- 2,
- 18,
- 6,
- 0.24226,
- "_SIDMSWDSVTMK_"
- ],
- [
- 33956,
- 2,
- 12,
- 2,
- 0.15677,
- "_TACYDIDVEVDDTLK_"
- ],
- [
- 20728,
- 3,
- 12,
- 5,
- 0.15677,
- "_ELLLPNWQGSGSHGLTIAQR_"
- ],
- [
- 23889,
- 3,
- 10,
- 2,
- 0.12828,
- "_MLASASEDHFIDIAEVETGDK_"
- ],
- [
- 42397,
- 2,
- 14,
- 7,
- 0.18526,
- "_ATAPVSFNYYGVVTGPSASK_"
- ],
- [
- 21781,
- 2,
- 15,
- 6,
- 0.19949,
- "_NLANTVTEEILEK_"
- ],
- [
- 17600,
- 4,
- 10,
- 2,
- 0.12828,
- "_QLCAEHGISPEGIVEEFATEGTDRK_"
- ],
- [
- 35015,
- 2,
- 12,
- 3,
- 0.15677,
- "_GDDLLPAGTEDYIHIR_"
- ],
- [
- 33552,
- 2,
- 15,
- 2,
- 0.19949,
- "_AQVTSLLGELQESQSR_"
- ],
- [
- 39810,
- 3,
- 15,
- 7,
- 0.19949,
- "_LIDDYGVEEEPAELPEGTSLTVDNKR_"
- ],
- [
- 42030,
- 2,
- 18,
- 7,
- 0.24226,
- "_CLELFTELAEDKENYK_"
- ],
- [
- 49191,
- 3,
- 16,
- 6,
- 0.21375,
- "_GFCHLCDGQEACCVGLEAGINPTDHLITAYR_"
- ],
- [
- 2699,
- 2,
- 7,
- 3,
- 0.085501,
- "_GWAPVFLDR_"
- ],
- [
- 34034,
- 2,
- 12,
- 4,
- 0.15677,
- "_ASYYEISVDDGPWEK_"
- ],
- [
- 10868,
- 3,
- 13,
- 5,
- 0.17103,
- "_EDFLIKPSDNLIVCGR_"
- ],
- [
- 13751,
- 2,
- 19,
- 5,
- 0.25652,
- "_KVEDLFLTFAK_"
- ],
- [
- 14758,
- 4,
- 19,
- 7,
- 0.25652,
- "_CQEVISWLDANTLAEKDEFEHK_"
- ],
- [
- 12702,
- 3,
- 13,
- 4,
- 0.17103,
- "_VATEFESFSFDATFHAK_"
- ],
- [
- 14958,
- 3,
- 19,
- 8,
- 0.25652,
- "_CLELFTELAEDKENYK_"
- ],
- [
- 26225,
- 2,
- 12,
- 5,
- 0.15679,
- "_IQALGLGEDWNVEK_"
- ],
- [
- 21224,
- 2,
- 21,
- 3,
- 0.28499,
- "_NWPSDEMPDFPK_"
- ],
- [
- 26577,
- 2,
- 3,
- 2,
- 0.028513,
- "_CPHSTPLWLLLSR_"
- ],
- [
- 9863,
- 2,
- 7,
- 4,
- 0.085524,
- "_VLSTDVDVILR_"
- ],
- [
- 34632,
- 2,
- 8,
- 2,
- 0.099756,
- "_FDDLSGEYNPEVFDK_"
- ],
- [
- 24457,
- 3,
- 9,
- 3,
- 0.11403,
- "_GEDPLAGDQNDHDMDSIAGVLK_"
- ],
- [
- 26664,
- 4,
- 9,
- 5,
- 0.11403,
- "_KLEDNYCEITGMNTLLSAPIHTQMQQK_"
- ],
- [
- 47483,
- 2,
- 31,
- 7,
- 0.42738,
- "_TCFYAEQGGQIYDEGYLVK_"
- ],
- [
- 28551,
- 3,
- 10,
- 5,
- 0.1283,
- "_LCDFGSASHVADNDITPYLVSR_"
- ],
- [
- 26432,
- 3,
- 10,
- 2,
- 0.1283,
- "_ADVLTTGAGNPVGDKLNVITVGPR_"
- ],
- [
- 9721,
- 3,
- 11,
- 2,
- 0.14254,
- "_EVFLPSTPGLGMHVEVK_"
- ],
- [
- 41587,
- 2,
- 24,
- 7,
- 0.32768,
- "_DVQIGDIVTVGECRPLSK_"
- ],
- [
- 8769,
- 4,
- 24,
- 6,
- 0.32768,
- "_TLHTTASNWLHLIPQTLSHLK_"
- ],
- [
- 10110,
- 2,
- 11,
- 3,
- 0.14254,
- "_LAQPYVGVFLK_"
- ],
- [
- 43652,
- 2,
- 12,
- 4,
- 0.15679,
- "_NAQLAQYNFILVVGEKEK_"
- ],
- [
- 48689,
- 2,
- 12,
- 7,
- 0.15679,
- "_DKAPGQLECETAIAALNSCLR_"
- ],
- [
- 21301,
- 2,
- 12,
- 2,
- 0.15679,
- "_VVTYGMANLLTGPK_"
- ],
- [
- 35831,
- 2,
- 12,
- 4,
- 0.15679,
- "_EESDVPQWSSQFLQK_"
- ],
- [
- 2793,
- 2,
- 12,
- 2,
- 0.15679,
- "_DEFPLLTTK_"
- ],
- [
- 17879,
- 2,
- 21,
- 7,
- 0.28499,
- "_ALAGCDFLTISPK_"
- ],
- [
- 39113,
- 2,
- 13,
- 3,
- 0.17103,
- "_FKDEQIDILVATDVAAR_"
- ],
- [
- 45597,
- 3,
- 11,
- 6,
- 0.14254,
- "_AIVDALPPPCESACTVPTDVDKWFHHQK_"
- ],
- [
- 36925,
- 3,
- 15,
- 5,
- 0.19951,
- "_ESGYCTGHEPDSLEFSTVGGWVSTR_"
- ],
- [
- 39455,
- 2,
- 16,
- 5,
- 0.21375,
- "_DVFFYQADDEHYIPR_"
- ],
- [
- 38780,
- 2,
- 14,
- 5,
- 0.18528,
- "_GQVQEVGWHDVAGWLGR_"
- ],
- [
- 8203,
- 4,
- 17,
- 4,
- 0.22801,
- "_MMDKVEFVHMLNATMCATTR_"
- ],
- [
- 41235,
- 4,
- 18,
- 9,
- 0.24225,
- "_CSDAAGYPHATHDLEGPPLDAYSIQGQHTISPLDLAK_"
- ],
- [
- 25799,
- 2,
- 16,
- 3,
- 0.21375,
- "_MANITSSQILDQLK_"
- ],
- [
- 4103,
- 2,
- 17,
- 4,
- 0.22801,
- "_VLDIIATINK_"
- ],
- [
- 10754,
- 2,
- 14,
- 2,
- 0.18528,
- "_DDSILSVTVDGK_"
- ],
- [
- 3104,
- 2,
- 17,
- 2,
- 0.22801,
- "_SEIDLLNIR_"
- ],
- [
- 43430,
- 2,
- 13,
- 6,
- 0.17103,
- "_ITQAVLGAHDGGVFGLCALR_"
- ],
- [
- 4385,
- 2,
- 16,
- 4,
- 0.21375,
- "_VVLPIEAPIR_"
- ],
- [
- 132,
- 2,
- 14,
- 3,
- 0.18528,
- "_LLDLDALR_"
- ],
- [
- 21666,
- 3,
- 15,
- 5,
- 0.19951,
- "_VTWAHPEFGQVLASCSFDR_"
- ],
- [
- 38944,
- 2,
- 14,
- 3,
- 0.18528,
- "_GTDYCSVVTIVDQTNVK_"
- ],
- [
- 40003,
- 2,
- 16,
- 7,
- 0.21375,
- "_ALGNNFYEYYVDDPPR_"
- ],
- [
- 47601,
- 2,
- 16,
- 5,
- 0.21375,
- "_DIGMLNTSVPNDMDEQQNAR_"
- ],
- [
- 23493,
- 3,
- 7,
- 5,
- 0.0855,
- "_EPPAASWAVQPHYQLPTAFR_"
- ],
- [
- 12322,
- 2,
- 16,
- 4,
- 0.21375,
- "_LALDMEISAYR_"
- ],
- [
- 49202,
- 2,
- 12,
- 7,
- 0.15678,
- "_GEGYAKPNEGAIVEVALEGYYK_"
- ],
- [
- 42859,
- 2,
- 13,
- 3,
- 0.17103,
- "_ESLYQLLSQTSPENMHR_"
- ],
- [
- 13023,
- 2,
- 23,
- 3,
- 0.31346,
- "_TMVQLGICAFR_"
- ],
- [
- 11176,
- 4,
- 13,
- 4,
- 0.17103,
- "_SQDHFHVFVGDLSPEITTEDIK_"
- ],
- [
- 11985,
- 2,
- 13,
- 2,
- 0.17103,
- "_ALMDSLGPEWR_"
- ],
- [
- 42696,
- 2,
- 24,
- 4,
- 0.32769,
- "_GNGTSMISLIIPPKDQISR_"
- ],
- [
- 26822,
- 2,
- 13,
- 5,
- 0.17103,
- "_LDSGDLLQQAQEIR_"
- ],
- [
- 40847,
- 2,
- 13,
- 5,
- 0.17103,
- "_EEIEASNIDNVVLDEDR_"
- ],
- [
- 22160,
- 2,
- 13,
- 6,
- 0.17103,
- "_MLLGHMPTVELLK_"
- ],
- [
- 29866,
- 3,
- 16,
- 6,
- 0.21375,
- "_YRPQTLNDLISHQDILSTIQK_"
- ],
- [
- 46802,
- 2,
- 12,
- 5,
- 0.15678,
- "_NAALNTIVTVYNVHGDQVFK_"
- ],
- [
- 49281,
- 2,
- 9,
- 2,
- 0.11399,
- "_ADVLTTGAGNPVGDKLNVITVGPR_"
- ],
- [
- 41631,
- 2,
- 9,
- 5,
- 0.11399,
- "_LPNFGSHVLTPAEMEAFK_"
- ],
- [
- 19355,
- 3,
- 10,
- 4,
- 0.12827,
- "_DKEGYTSFWNDCISSGLR_"
- ],
- [
- 21975,
- 2,
- 7,
- 2,
- 0.0855,
- "_QNVIMFVGLQGSGK_"
- ],
- [
- 37373,
- 4,
- 9,
- 7,
- 0.11399,
- "_QHLDQLQYNQQFLSCHDPINIQFTSGTTGSPK_"
- ],
- [
- 44376,
- 3,
- 10,
- 3,
- 0.12827,
- "_KVPGVTAIDLDEDTCTFHIYGEDQDAVK_"
- ],
- [
- 10069,
- 4,
- 11,
- 3,
- 0.14254,
- "_SLLLEHLEPAHITDLSLCHIR_"
- ],
- [
- 12889,
- 2,
- 11,
- 3,
- 0.14254,
- "_VVYNVLSELEK_"
- ],
- [
- 9245,
- 4,
- 16,
- 6,
- 0.21375,
- "_VPSPLTDEEGDFILIHHEDLR_"
- ],
- [
- 30505,
- 3,
- 11,
- 4,
- 0.14254,
- "_TKTEDMVSQLHTNLLGSMLTCK_"
- ],
- [
- 37803,
- 3,
- 11,
- 5,
- 0.14254,
- "_QQNVDQAVATLQGEGLSVTGTVCHVGK_"
- ],
- [
- 47561,
- 2,
- 8,
- 3,
- 0.099762,
- "_TYSTGLLGGAMENQDIAANYR_"
- ],
- [
- 14488,
- 3,
- 11,
- 3,
- 0.14254,
- "_LPNFGSHVLTPAEMEAFK_"
- ],
- [
- 17048,
- 3,
- 13,
- 2,
- 0.17103,
- "_NAQLAQYNFILVVGEKEK_"
- ],
- [
- 11267,
- 3,
- 12,
- 5,
- 0.15678,
- "_NPESPFMFSLHLNEAR_"
- ],
- [
- 41949,
- 2,
- 12,
- 4,
- 0.15678,
- "_VEANSTLLNVHIVFEGEK_"
- ],
- [
- 44991,
- 3,
- 15,
- 5,
- 0.19952,
- "_ILNHVLQHAEPGNAQSVLEAIDTYCEQK_"
- ],
- [
- 8047,
- 3,
- 17,
- 8,
- 0.22799,
- "_GDDLLPAGTEDYIHIR_"
- ],
- [
- 34703,
- 2,
- 14,
- 7,
- 0.18527,
- "_NCYPSPLNYYNFPK_"
- ],
- [
- 44757,
- 2,
- 15,
- 3,
- 0.19952,
- "_QAMSLEENLPCISCVSNR_"
- ],
- [
- 37756,
- 3,
- 14,
- 5,
- 0.18527,
- "_KEVEETDEMDQVELVDFDPNQER_"
- ],
- [
- 43191,
- 2,
- 14,
- 2,
- 0.18527,
- "_LALCSADSVAFPVLTHSTR_"
- ],
- [
- 37913,
- 2,
- 20,
- 5,
- 0.27076,
- "_IMYDLTSKPPGTTEWE_"
- ],
- [
- 15267,
- 4,
- 13,
- 6,
- 0.17103,
- "_TFEHVTSEIGAEEAEEVGVEHLLR_"
- ],
- [
- 42825,
- 2,
- 14,
- 5,
- 0.18527,
- "_ALALNCFAPINDQEGAEAK_"
- ],
- [
- 12533,
- 2,
- 18,
- 5,
- 0.24224,
- "_GLGLSPDLVVCR_"
- ],
- [
- 27597,
- 2,
- 14,
- 6,
- 0.18527,
- "_(Acetyl (Protein N-term))AFLASGPYLTHQQK_"
- ],
- [
- 18729,
- 3,
- 14,
- 5,
- 0.18527,
- "_SMNLRPEEDDIPWEDLR_"
- ],
- [
- 16399,
- 3,
- 15,
- 3,
- 0.19952,
- "_LALCSADSVAFPVLTHSTR_"
- ],
- [
- 23640,
- 2,
- 8,
- 3,
- 0.099762,
- "_LLLINNAGSLGDVSK_"
- ],
- [
- 17488,
- 4,
- 16,
- 5,
- 0.21376,
- "_AEIIHHLADLLTDQRDEILLANKK_"
- ],
- [
- 31847,
- 2,
- 17,
- 7,
- 0.22799,
- "_NVVTIFSAPNYCYR_"
- ],
- [
- 42591,
- 2,
- 15,
- 4,
- 0.19951,
- "_IVSMTLDKEYDVAVQAIK_"
- ],
- [
- 23305,
- 2,
- 12,
- 5,
- 0.15678,
- "_AQFEQLCASLLAR_"
- ],
- [
- 42783,
- 3,
- 12,
- 6,
- 0.15678,
- "_KPSLVSDLPWEGAAPQSPSFSGSEDSGSPK_"
- ],
- [
- 34303,
- 2,
- 17,
- 6,
- 0.22799,
- "_DTAYPETNDAIPMISK_"
- ],
- [
- 26995,
- 2,
- 12,
- 5,
- 0.15678,
- "_SDSPTGDVLLDETLK_"
- ],
- [
- 32840,
- 3,
- 11,
- 5,
- 0.14251,
- "_NFTSAGDHIIIDGLHAESPDDLVR_"
- ],
- [
- 45500,
- 2,
- 9,
- 4,
- 0.11401,
- "_HSFTAETSLGSEFVTGWTGK_"
- ],
- [
- 30419,
- 2,
- 9,
- 5,
- 0.11401,
- "_LKTPGVDAPSWLEEQ_"
- ],
- [
- 17794,
- 3,
- 13,
- 4,
- 0.17102,
- "_LFLDGEEEKEWAFEESK_"
- ],
- [
- 10915,
- 3,
- 9,
- 3,
- 0.11401,
- "_DAGIALLSITHRPSLWK_"
- ],
- [
- 19853,
- 2,
- 16,
- 3,
- 0.21376,
- "_EVESFQQLLNAR_"
- ],
- [
- 5947,
- 2,
- 17,
- 3,
- 0.22799,
- "_LAVNMVPFPR_"
- ],
- [
- 47326,
- 3,
- 12,
- 6,
- 0.15678,
- "_NSLVSPAQEPAPLQTAMEPQTTVVHNATDGIK_"
- ],
- [
- 8428,
- 2,
- 12,
- 4,
- 0.15678,
- "_LGLENAEALIR_"
- ],
- [
- 34279,
- 2,
- 13,
- 5,
- 0.17102,
- "_LELLHPIIPEQSTFK_"
- ],
- [
- 30057,
- 2,
- 12,
- 4,
- 0.15678,
- "_ECGLWLSLGGFHER_"
- ],
- [
- 30453,
- 2,
- 12,
- 5,
- 0.15678,
- "_YSGPEDDAAISLAFSK_"
- ],
- [
- 26666,
- 3,
- 13,
- 5,
- 0.17102,
- "_HPEIFVNFMEPCYGSCTER_"
- ],
- [
- 39594,
- 2,
- 13,
- 6,
- 0.17102,
- "_VLDSGAPIKIPVGPETLGR_"
- ],
- [
- 41474,
- 2,
- 27,
- 7,
- 0.3704,
- "_TVTNAVVTVPAYFNDSQR_"
- ],
- [
- 5005,
- 3,
- 10,
- 3,
- 0.12824,
- "_GVLVEIEDLPASHFR_"
- ],
- [
- 9495,
- 2,
- 10,
- 4,
- 0.12824,
- "_SIGVYDVVELK_"
- ],
- [
- 10323,
- 2,
- 10,
- 3,
- 0.12824,
- "_NPLIINSIIDK_"
- ],
- [
- 34357,
- 2,
- 10,
- 5,
- 0.12824,
- "_NANPEWNQVVNLQIK_"
- ],
- [
- 27053,
- 3,
- 16,
- 6,
- 0.21376,
- "_MMDKVEFVHMLNATMCATTR_"
- ],
- [
- 17509,
- 3,
- 14,
- 3,
- 0.18528,
- "_AVASLPPEQMFELMKQMK_"
- ],
- [
- 20333,
- 3,
- 10,
- 2,
- 0.12824,
- "_LLHTADTCQLEVALIGASPR_"
- ],
- [
- 18540,
- 2,
- 10,
- 6,
- 0.12824,
- "_EVGEAFTILSDPK_"
- ],
- [
- 30695,
- 3,
- 14,
- 7,
- 0.18528,
- "_SQDHFHVFVGDLSPEITTEDIK_"
- ],
- [
- 45001,
- 2,
- 21,
- 6,
- 0.285,
- "_SLAYLTAATHGLDEEAESLK_"
- ],
- [
- 28526,
- 2,
- 19,
- 6,
- 0.25649,
- "_ACLISLGYDVENDR_"
- ],
- [
- 51561,
- 3,
- 11,
- 8,
- 0.14251,
- "_SYGMYEDYENEQYGEYEGDEEEDMGKEDYDDFTK_"
- ],
- [
- 21495,
- 4,
- 23,
- 7,
- 0.31347,
- "_HNLITEMVALNPDFKPPADYKPPATR_"
- ],
- [
- 26091,
- 4,
- 11,
- 3,
- 0.14251,
- "_KVPGVTAIDLDEDTCTFHIYGEDQDAVK_"
- ],
- [
- 37926,
- 3,
- 11,
- 6,
- 0.14251,
- "_DGDSYDPYDFSDTEEEMPQVHTPK_"
- ],
- [
- 27545,
- 2,
- 12,
- 2,
- 0.15678,
- "_LSSTDDGYIDLQFK_"
- ],
- [
- 47957,
- 3,
- 11,
- 6,
- 0.14251,
- "_VTVVCEPEDYVVVSTEMQSSESKDTSLETR_"
- ],
- [
- 49326,
- 2,
- 14,
- 4,
- 0.18528,
- "_EWPSAESPYSQSSELSLTGASR_"
- ],
- [
- 24088,
- 3,
- 9,
- 4,
- 0.11401,
- "_LADLGYGCGTAAFPYPMMHGR_"
- ],
- [
- 22679,
- 2,
- 14,
- 3,
- 0.18528,
- "_EDIYAVEIVGGATR_"
- ],
- [
- 39032,
- 4,
- 15,
- 9,
- 0.19951,
- "_DVAEEIANYRPTLDTLHEQASALPQEHAESPDVR_"
- ],
- [
- 49403,
- 2,
- 11,
- 4,
- 0.14249,
- "_TPIQVESSPQPGLPAGEQLEGLK_"
- ],
- [
- 25068,
- 3,
- 6,
- 2,
- 0.071245,
- "_PSYVLSGSAMNVVFSEDEMKK_"
- ],
- [
- 48948,
- 2,
- 11,
- 7,
- 0.14249,
- "_VYDQVGTQEFEDVSYESTLK_"
- ],
- [
- 40222,
- 2,
- 11,
- 5,
- 0.14249,
- "_GDVLITASTGMMTEAEGEK_"
- ],
- [
- 39172,
- 3,
- 16,
- 8,
- 0.21376,
- "_FAHPADSTMIDTNDNTVTVCMDYIK_"
- ],
- [
- 5869,
- 3,
- 9,
- 2,
- 0.11399,
- "_MKQELEAEYLAIFK_"
- ],
- [
- 31413,
- 2,
- 13,
- 5,
- 0.17103,
- "_ADMGGAATICSAIVSAAK_"
- ],
- [
- 37984,
- 3,
- 12,
- 6,
- 0.15676,
- "_ISMFCHVEPEQVICVHDVSSIYR_"
- ],
- [
- 10031,
- 3,
- 10,
- 5,
- 0.12826,
- "_APHNGFLSLVGGGLGPVTR_"
- ],
- [
- 39050,
- 3,
- 10,
- 5,
- 0.12826,
- "_AVAVWGIGTPGGPQDPQPGLTAHVVSAGGR_"
- ],
- [
- 7455,
- 3,
- 13,
- 5,
- 0.17103,
- "_LELLHPIIPEQSTFK_"
- ],
- [
- 27904,
- 3,
- 21,
- 9,
- 0.28498,
- "_CEMASTGEVACFGEGIHTAFLK_"
- ],
- [
- 36291,
- 3,
- 11,
- 4,
- 0.14249,
- "_HLFVHIGQSSPSYSDPYLEAVDIR_"
- ],
- [
- 41963,
- 2,
- 13,
- 7,
- 0.17103,
- "_DGPLGETVLECYNCGCR_"
- ],
- [
- 21353,
- 3,
- 12,
- 4,
- 0.15676,
- "_NLVEQHIQDIVVHYTFNK_"
- ],
- [
- 7615,
- 2,
- 12,
- 4,
- 0.15676,
- "_YLELCVDLR_"
- ],
- [
- 24562,
- 3,
- 16,
- 7,
- 0.21376,
- "_APEVNLNAPDVDVHGPDWNLK_"
- ],
- [
- 17089,
- 3,
- 11,
- 2,
- 0.14249,
- "_QAGGNPWHQFVENNLILK_"
- ],
- [
- 42158,
- 2,
- 15,
- 5,
- 0.19953,
- "_SSPEPVALTESETEYVIR_"
- ],
- [
- 40977,
- 3,
- 17,
- 6,
- 0.22801,
- "_TVSLGAGAKDELHIVEAEAM(Oxidation (M))NYEGSPIK_"
- ],
- [
- 19677,
- 4,
- 14,
- 6,
- 0.18527,
- "_HFEQMKDDAIVCNIGHFDVEIDVK_"
- ],
- [
- 38452,
- 2,
- 8,
- 4,
- 0.09974,
- "_KDASDDLDDLNFFNQK_"
- ],
- [
- 45084,
- 2,
- 15,
- 6,
- 0.19953,
- "_MNLSEEVDLEDYVARPDK_"
- ],
- [
- 15430,
- 2,
- 15,
- 4,
- 0.19953,
- "_SEISLLPSDIDR_"
- ],
- [
- 17185,
- 3,
- 15,
- 7,
- 0.19953,
- "_GPSSEAMHVGHLIPFIFTK_"
- ],
- [
- 3747,
- 2,
- 14,
- 4,
- 0.18527,
- "_LQYLIDLGR_"
- ],
- [
- 35517,
- 2,
- 17,
- 5,
- 0.22801,
- "_YSEVFEAINITNNER_"
- ],
- [
- 16731,
- 3,
- 14,
- 5,
- 0.18527,
- "_ITQAVLGAHDGGVFGLCALR_"
- ],
- [
- 36441,
- 2,
- 27,
- 6,
- 0.37042,
- "_VGINYQPPTVVPGGDLAK_"
- ],
- [
- 15779,
- 3,
- 24,
- 4,
- 0.32772,
- "_GNGTSMISLIIPPKDQISR_"
- ],
- [
- 32740,
- 2,
- 14,
- 2,
- 0.18527,
- "_LIAMYNDGAEVWDTK_"
- ],
- [
- 42421,
- 2,
- 18,
- 6,
- 0.24224,
- "_TPMSVLQQAGGSMMDGPGPR_"
- ],
- [
- 38057,
- 2,
- 15,
- 6,
- 0.19953,
- "_ADIEVACYGYEGIDAVK_"
- ],
- [
- 22890,
- 2,
- 10,
- 3,
- 0.12826,
- "_VNTDLGNDLYFVK_"
- ],
- [
- 39977,
- 2,
- 20,
- 5,
- 0.27074,
- "_TTQIPQYLFEEGYTNK_"
- ],
- [
- 9479,
- 4,
- 23,
- 7,
- 0.31353,
- "_VAEKLDEIYVAGLVAHSDLDER_"
- ],
- [
- 32083,
- 3,
- 13,
- 6,
- 0.17104,
- "_LTAIIEEAEEAPGARPQLQDAWR_"
- ],
- [
- 32337,
- 2,
- 13,
- 3,
- 0.17104,
- "_MNLLNQQIQEELSR_"
- ],
- [
- 8838,
- 2,
- 10,
- 3,
- 0.12827,
- "_GIFLGDDEWR_"
- ],
- [
- 31119,
- 2,
- 16,
- 5,
- 0.21381,
- "_FAMEPEEFDSDTLR_"
- ],
- [
- 1971,
- 2,
- 17,
- 4,
- 0.22804,
- "_LPLISGFYK_"
- ],
- [
- 37480,
- 2,
- 18,
- 6,
- 0.24229,
- "_TVNELQNLSSAEVVVPR_"
- ],
- [
- 45028,
- 4,
- 16,
- 8,
- 0.21381,
- "_LDRPAGGPSAESPRPSSAYNGDLNGLLVPDPLCSGDSTSANK_"
- ],
- [
- 26720,
- 3,
- 15,
- 7,
- 0.19955,
- "_HFIEITDDQFDFHTYCMR_"
- ],
- [
- 7408,
- 2,
- 18,
- 2,
- 0.24229,
- "_LQLPVWEYK_"
- ],
- [
- 23801,
- 2,
- 10,
- 5,
- 0.12827,
- "_VSSQNLVAIPVYVK_"
- ],
- [
- 4187,
- 2,
- 13,
- 2,
- 0.17104,
- "_ILMLGLDAAGK_"
- ],
- [
- 39654,
- 3,
- 11,
- 6,
- 0.14254,
- "_LREEEVDADAADAAAAEEEDGEFLGMK_"
- ],
- [
- 45529,
- 2,
- 14,
- 4,
- 0.18531,
- "_SPQTPSQMVPLPSANPPGPLK_"
- ],
- [
- 50459,
- 2,
- 12,
- 7,
- 0.15677,
- "_VMTIPYQPM(Oxidation (M))PASSPVICAGGQDR_"
- ],
- [
- 47631,
- 3,
- 14,
- 5,
- 0.18531,
- "_NTTVSGAGVPGPLPDFGLEESGHSNSTITTSSTR_"
- ],
- [
- 28576,
- 2,
- 6,
- 2,
- 0.071268,
- "_LVDVGEFSEEAQFR_"
- ],
- [
- 16572,
- 3,
- 16,
- 4,
- 0.21381,
- "_YLQDSTFATSPHLESLLK_"
- ],
- [
- 19082,
- 3,
- 14,
- 6,
- 0.18531,
- "_YEQACNEFTTHVMNLLR_"
- ],
- [
- 47909,
- 3,
- 12,
- 8,
- 0.15677,
- "_DHGFEVASTSPEDESPGSNPEPDATPFQEGLR_"
- ],
- [
- 13845,
- 2,
- 15,
- 3,
- 0.19955,
- "_SYGIPFIETSAK_"
- ],
- [
- 16512,
- 2,
- 11,
- 2,
- 0.14254,
- "_EQLGYIVFSGPR_"
- ],
- [
- 11900,
- 2,
- 10,
- 3,
- 0.12827,
- "_LPEIYIQLQR_"
- ],
- [
- 28336,
- 2,
- 12,
- 4,
- 0.15677,
- "_AIDDSSASISLAQLTK_"
- ],
- [
- 22476,
- 2,
- 21,
- 4,
- 0.28502,
- "_LAYINPDLALEEK_"
- ],
- [
- 10737,
- 3,
- 11,
- 6,
- 0.14254,
- "_EEVGEEAIVELVENGKK_"
- ],
- [
- 35747,
- 3,
- 21,
- 8,
- 0.28502,
- "_SPDVGLYGVIPECGETYHSDLAEAK_"
- ],
- [
- 15731,
- 2,
- 29,
- 5,
- 0.39893,
- "_LATLLGLQAPPTR_"
- ],
- [
- 37844,
- 2,
- 14,
- 5,
- 0.18529,
- "_WDLPDSDWDNDSSSAR_"
- ],
- [
- 17371,
- 4,
- 13,
- 6,
- 0.17102,
- "_GTTGTQASFLQLFEGDDHKVEQLDK_"
- ],
- [
- 51011,
- 2,
- 13,
- 5,
- 0.17102,
- "_NTSVGSTSTGVESILEPCDEIEQK_"
- ],
- [
- 27147,
- 2,
- 11,
- 4,
- 0.14252,
- "_YTLLLGQDENSVIK_"
- ],
- [
- 40422,
- 4,
- 11,
- 3,
- 0.14252,
- "_ANVMSSQLHSLTHFSDISALTGGTVHLDEDQNPIKK_"
- ],
- [
- 33586,
- 2,
- 17,
- 6,
- 0.22806,
- "_KIEDNNTLVFIVDVK_"
- ],
- [
- 50004,
- 2,
- 8,
- 5,
- 0.099775,
- "_EMDESLANLSEDEYYSEEER_"
- ],
- [
- 33337,
- 2,
- 13,
- 5,
- 0.17102,
- "_LASIVEQVSVLQNQGR_"
- ],
- [
- 6056,
- 4,
- 19,
- 8,
- 0.25654,
- "_CLAFHDISPQAPTHFLVIPK_"
- ],
- [
- 4147,
- 3,
- 8,
- 4,
- 0.099775,
- "_HLEPALAFQLELNR_"
- ],
- [
- 20246,
- 3,
- 11,
- 5,
- 0.14252,
- "_DREGYTSFWNDCISSGLR_"
- ],
- [
- 17893,
- 3,
- 11,
- 5,
- 0.14252,
- "_ILMDSPEDADLFHSEEIK_"
- ],
- [
- 11827,
- 3,
- 24,
- 6,
- 0.32778,
- "_VGNPWDPNVLYGPLHTK_"
- ],
- [
- 39271,
- 2,
- 14,
- 4,
- 0.18529,
- "_FLLHQETLPEQLLAEK_"
- ],
- [
- 14579,
- 2,
- 20,
- 5,
- 0.27077,
- "_MFVGGLSWDTSK_"
- ],
- [
- 20962,
- 2,
- 12,
- 3,
- 0.15679,
- "_ILAQATSDLVNAIK_"
- ],
- [
- 30828,
- 2,
- 8,
- 3,
- 0.099775,
- "_ESSLLVSELEDTTEK_"
- ],
- [
- 16676,
- 3,
- 15,
- 5,
- 0.19956,
- "_IFTPYFNYMHECFER_"
- ],
- [
- 18992,
- 3,
- 15,
- 7,
- 0.19956,
- "_MNLSEEVDLEDYVARPDK_"
- ],
- [
- 33038,
- 3,
- 10,
- 4,
- 0.12827,
- "_STDRDWETASAASSLASVAEYTGPK_"
- ],
- [
- 1913,
- 2,
- 15,
- 2,
- 0.19956,
- "_ISELDAFLK_"
- ],
- [
- 20275,
- 2,
- 6,
- 3,
- 0.071262,
- "_ENYVWNVLLHR_"
- ],
- [
- 24872,
- 2,
- 5,
- 3,
- 0.057024,
- "_FLGTSGQNVSDIFR_"
- ],
- [
- 45296,
- 2,
- 11,
- 5,
- 0.14252,
- "_MEEVYLPDNINEGQVQVR_"
- ],
- [
- 15089,
- 2,
- 10,
- 3,
- 0.12827,
- "_LYGDVPFIEER_"
- ],
- [
- 30638,
- 2,
- 12,
- 4,
- 0.15679,
- "_(Acetyl (Protein N-term))MNPIVVVHGGGAGPISK_"
- ],
- [
- 41774,
- 2,
- 9,
- 4,
- 0.11402,
- "_TECAVVLGSLAMGTENNVK_"
- ],
- [
- 14722,
- 2,
- 4,
- 2,
- 0.042778,
- "_MAELPVDPMLSK_"
- ],
- [
- 23108,
- 3,
- 14,
- 5,
- 0.18529,
- "_GAVLVCDMSSNFLSKPVDVSK_"
- ],
- [
- 38139,
- 2,
- 14,
- 3,
- 0.18529,
- "_GLFSAITRPTAVNSLISK_"
- ],
- [
- 37096,
- 3,
- 16,
- 6,
- 0.2138,
- "_GTTGTQASFLQLFEGDDHKVEQLDK_"
- ],
- [
- 29490,
- 3,
- 11,
- 2,
- 0.14252,
- "_VNAVNPTVVMTSMGQATWSDPHK_"
- ],
- [
- 51719,
- 3,
- 12,
- 6,
- 0.15679,
- "_HSGLVNVPEEPIEEEEEEEEEEEEEEEEDQDMDADDR_"
- ],
- [
- 25459,
- 2,
- 11,
- 4,
- 0.14252,
- "_(Acetyl (Protein N-term))MEMTEMTGVSLKR_"
- ],
- [
- 25719,
- 3,
- 14,
- 2,
- 0.18529,
- "_YPPSATTLHFEFYADPGAEVK_"
- ],
- [
- 6097,
- 2,
- 18,
- 4,
- 0.24229,
- "_LVFLGLDNAGK_"
- ],
- [
- 14500,
- 2,
- 10,
- 2,
- 0.12827,
- "_ATFYLNVLEQK_"
- ],
- [
- 8355,
- 3,
- 10,
- 3,
- 0.12827,
- "_AFLTGVDPILGHQLSAR_"
- ],
- [
- 29018,
- 2,
- 11,
- 3,
- 0.14252,
- "_ADALYPVVSAASICAK_"
- ],
- [
- 41926,
- 2,
- 9,
- 5,
- 0.11402,
- "_GFPVLLHYQTVSEPAVIK_"
- ],
- [
- 41404,
- 2,
- 10,
- 2,
- 0.12827,
- "_FNSGTYNNQWMIVDYK_"
- ],
- [
- 26284,
- 2,
- 12,
- 3,
- 0.15681,
- "_VDLILQNTTVISEK_"
- ],
- [
- 27451,
- 2,
- 12,
- 3,
- 0.15681,
- "_GEIDASVPELEGDLR_"
- ],
- [
- 38748,
- 2,
- 12,
- 4,
- 0.15681,
- "_FSLVPHNYGLVLYENK_"
- ],
- [
- 47106,
- 3,
- 14,
- 6,
- 0.1853,
- "_GSLDGCEAKPGALAEASSQYLPTDSQYLSPSK_"
- ],
- [
- 17318,
- 3,
- 14,
- 3,
- 0.1853,
- "_TAGTICLETFKDFPQMGR_"
- ],
- [
- 50302,
- 2,
- 9,
- 3,
- 0.11406,
- "_SSVSHSVLSEMQVIEQETPVSAK_"
- ],
- [
- 49374,
- 2,
- 19,
- 4,
- 0.25658,
- "_HPEIFVNFMEPCYGSCTER_"
- ],
- [
- 51352,
- 2,
- 14,
- 5,
- 0.1853,
- "_WDYPEGTPNGGSTTLPSAPPPASAGLK_"
- ],
- [
- 24291,
- 3,
- 20,
- 8,
- 0.27083,
- "_CLAFHDISPQAPTHFLVIPK_"
- ],
- [
- 786,
- 3,
- 19,
- 6,
- 0.25658,
- "_MLLGHMPTVELLK_"
- ],
- [
- 36735,
- 2,
- 17,
- 6,
- 0.22809,
- "_VIEGLDTGLQGMCVGER_"
- ],
- [
- 13340,
- 4,
- 17,
- 5,
- 0.22809,
- "_QGLYELSASNFELHVAQGDHFIK_"
- ],
- [
- 15584,
- 2,
- 11,
- 2,
- 0.14256,
- "_NTWDCGLQILK_"
- ],
- [
- 8710,
- 2,
- 11,
- 6,
- 0.14256,
- "_NFFNPPIISR_"
- ],
- [
- 31309,
- 2,
- 11,
- 2,
- 0.14256,
- "_YLESLVQTQQQLIK_"
- ],
- [
- 11005,
- 2,
- 16,
- 5,
- 0.21385,
- "_GLTPSQIGVILR_"
- ],
- [
- 2464,
- 2,
- 12,
- 3,
- 0.15681,
- "_ELLIQFYK_"
- ],
- [
- 37501,
- 2,
- 19,
- 6,
- 0.25658,
- "_AIEEGIPAFTCEEYVK_"
- ],
- [
- 40712,
- 2,
- 19,
- 5,
- 0.25658,
- "_AANDAGYFNDEMAPIEVK_"
- ],
- [
- 46441,
- 2,
- 19,
- 6,
- 0.25658,
- "_YAGSALQYEDVSTAVQNLQK_"
- ],
- [
- 16560,
- 2,
- 16,
- 3,
- 0.21385,
- "_LGGIPVGVVAVETR_"
- ],
- [
- 32430,
- 3,
- 11,
- 2,
- 0.14256,
- "_LYTAWAYQHELEETTVPEIQR_"
- ],
- [
- 22869,
- 2,
- 15,
- 5,
- 0.19958,
- "_QMWAEFEWENK_"
- ],
- [
- 49033,
- 2,
- 15,
- 6,
- 0.19958,
- "_KPGMFFNPEESELDLTYGNR_"
- ],
- [
- 34397,
- 2,
- 10,
- 4,
- 0.12831,
- "_SLLSEIQALHAQMNGR_"
- ],
- [
- 41194,
- 2,
- 8,
- 2,
- 0.099804,
- "_LLATGQEDSSCMLYDIR_"
- ],
- [
- 21409,
- 4,
- 15,
- 4,
- 0.19958,
- "_MHAGQLMSVSSSLPIEGTPPPQMPHFR_"
- ],
- [
- 22066,
- 2,
- 10,
- 3,
- 0.12831,
- "_VYEIDITDASVVR_"
- ],
- [
- 40029,
- 3,
- 15,
- 5,
- 0.19958,
- "_EHAFVASEYPVILSIEDHCSIAQQR_"
- ],
- [
- 18403,
- 4,
- 15,
- 8,
- 0.19958,
- "_ISMFCHVEPEQVICVHDVSSIYR_"
- ],
- [
- 47364,
- 2,
- 10,
- 2,
- 0.12831,
- "_TQDVLAQDAAGDNLEMMAPSR_"
- ],
- [
- 49648,
- 2,
- 21,
- 4,
- 0.28506,
- "_GQIPPLVTTDCMIQDQGNASPR_"
- ],
- [
- 43221,
- 2,
- 15,
- 6,
- 0.19958,
- "_LVSPGSANETSSILVESVTR_"
- ],
- [
- 30147,
- 2,
- 12,
- 5,
- 0.15681,
- "_IAPVHIDSEAISALVK_"
- ],
- [
- 3063,
- 2,
- 11,
- 5,
- 0.14256,
- "_EAEILEVLR_"
- ],
- [
- 12823,
- 2,
- 4,
- 3,
- 0.042816,
- "_MAVPTCLLQMK_"
- ],
- [
- 38038,
- 2,
- 15,
- 5,
- 0.19958,
- "_EEVGEEAIVELVENGKK_"
- ],
- [
- 39471,
- 2,
- 12,
- 5,
- 0.15681,
- "_IDLPAENSNSETIIITGK_"
- ],
- [
- 12975,
- 2,
- 12,
- 2,
- 0.15681,
- "_AELGFLESCLR_"
- ],
- [
- 21310,
- 3,
- 11,
- 4,
- 0.14256,
- "_YRPDLIDFDSLDEQNVEK_"
- ],
- [
- 6167,
- 3,
- 12,
- 4,
- 0.15681,
- "_LVLSDLHLLTQSQVR_"
- ],
- [
- 16926,
- 2,
- 12,
- 3,
- 0.15681,
- "_MTQLVLPGMVER_"
- ],
- [
- 83,
- 3,
- 13,
- 3,
- 0.17106,
- "_QFAEILHFTLR_"
- ],
- [
- 47501,
- 2,
- 11,
- 4,
- 0.14256,
- "_TEDDFPVIETSNQLTCGCR_"
- ],
- [
- 20507,
- 4,
- 12,
- 5,
- 0.15681,
- "_ELSHYMSINDSFYTSHLHVSLDGLK_"
- ],
- [
- 10855,
- 2,
- 11,
- 2,
- 0.14256,
- "_IYLDLPQNFK_"
- ],
- [
- 35807,
- 2,
- 11,
- 4,
- 0.14256,
- "_KLYESLLVGSLPDMNK_"
- ],
- [
- 31313,
- 3,
- 13,
- 4,
- 0.17106,
- "_DPECLLVATDRDPWHPLSDGSR_"
- ],
- [
- 43819,
- 2,
- 13,
- 2,
- 0.17106,
- "_TTVVNDNGLSPIWAPTQEK_"
- ],
- [
- 29037,
- 2,
- 10,
- 4,
- 0.12831,
- "_NVFDFDSYNNDMR_"
- ],
- [
- 15924,
- 4,
- 13,
- 5,
- 0.17106,
- "_ISVCDAVLDHNPPGCTFTVLVHTR_"
- ],
- [
- 22803,
- 2,
- 17,
- 2,
- 0.2281,
- "_AAFALGGLGSGFASNR_"
- ],
- [
- 16968,
- 2,
- 12,
- 3,
- 0.15681,
- "_EDVLSFIQMHR_"
- ],
- [
- 27162,
- 2,
- 12,
- 5,
- 0.15681,
- "_DAMHEMEEMIETK_"
- ],
- [
- 29241,
- 2,
- 7,
- 2,
- 0.085564,
- "_GFQQISFVNSIATTK_"
- ],
- [
- 9230,
- 2,
- 9,
- 4,
- 0.11406,
- "_TLVAGTIWNLK_"
- ],
- [
- 1882,
- 4,
- 15,
- 6,
- 0.19956,
- "_GPSSEAMHVGHLIPFIFTK_"
- ],
- [
- 42439,
- 3,
- 15,
- 7,
- 0.19956,
- "_IEPDMMGVEHGFETASHEGEAGPSAEALQ_"
- ],
- [
- 34216,
- 3,
- 18,
- 7,
- 0.24234,
- "_KQLDSTIGIHPVCAEVFTTLSVTK_"
- ],
- [
- 38086,
- 3,
- 15,
- 8,
- 0.19956,
- "_VECYDYDNDGSHDLIGTFQTTMTK_"
- ],
- [
- 14156,
- 2,
- 9,
- 4,
- 0.11406,
- "_VEMTLEILNEK_"
- ],
- [
- 37260,
- 4,
- 25,
- 7,
- 0.34205,
- "_(Acetyl (Protein N-term))ATEHPEPPKAELQLPPPPPPGHYGAWAAQELQAK_"
- ],
- [
- 27620,
- 2,
- 14,
- 3,
- 0.18533,
- "_VPDNYGDEIAIELR_"
- ],
- [
- 41646,
- 2,
- 16,
- 4,
- 0.21383,
- "_FQEELPMYSLSSSDEAR_"
- ],
- [
- 14589,
- 2,
- 16,
- 6,
- 0.21383,
- "_DVFHMVVEVPR_"
- ],
- [
- 27150,
- 2,
- 14,
- 3,
- 0.18533,
- "_QLPAMTALQTLHLR_"
- ],
- [
- 29539,
- 3,
- 10,
- 4,
- 0.12831,
- "_SSVSHSVLSEMQVIEQETPVSAK_"
- ],
- [
- 29636,
- 2,
- 14,
- 3,
- 0.18533,
- "_VIELFSVCTNEDPK_"
- ],
- [
- 14807,
- 3,
- 10,
- 2,
- 0.12831,
- "_GFPVLLHYQTVSEPAVIK_"
- ],
- [
- 33766,
- 2,
- 14,
- 6,
- 0.18533,
- "_AEEYEFLTPVEEAPK_"
- ],
- [
- 13428,
- 2,
- 14,
- 6,
- 0.18533,
- "_FLAVGLVDNTVR_"
- ],
- [
- 30032,
- 2,
- 23,
- 6,
- 0.31355,
- "_IINEPTAAAIAYGLDK_"
- ],
- [
- 35336,
- 2,
- 10,
- 2,
- 0.12831,
- "_VVSIYGSSIDVELQQR_"
- ],
- [
- 38491,
- 2,
- 12,
- 4,
- 0.1568,
- "_HIEWESVLTNTAGCLR_"
- ],
- [
- 31594,
- 2,
- 9,
- 4,
- 0.11404,
- "_ALEIPGEELPGVCSAR_"
- ],
- [
- 26373,
- 2,
- 12,
- 2,
- 0.1568,
- "_EVCTALLEADVNIK_"
- ],
- [
- 32559,
- 2,
- 12,
- 4,
- 0.1568,
- "_AEMTCSGILPIDQMR_"
- ],
- [
- 43903,
- 2,
- 8,
- 5,
- 0.099798,
- "_RVEILSEGNEVQFIQLAK_"
- ],
- [
- 20969,
- 3,
- 8,
- 3,
- 0.099798,
- "_VLYQVEGFVDKNNDLLYR_"
- ],
- [
- 21385,
- 4,
- 8,
- 3,
- 0.099798,
- "_SLTASQDPEHSLTEYIHHLEVIQQR_"
- ],
- [
- 29651,
- 2,
- 12,
- 4,
- 0.1568,
- "_HLEPALAFQLELNR_"
- ],
- [
- 13691,
- 2,
- 13,
- 4,
- 0.17104,
- "_DVLSVAFSSDNR_"
- ],
- [
- 38010,
- 2,
- 13,
- 3,
- 0.17104,
- "_KQQTIILDDELIQWK_"
- ],
- [
- 29427,
- 4,
- 6,
- 4,
- 0.071304,
- "_STYSLSSILTLPSSEYQSHDAYTCEVSHK_"
- ],
- [
- 4274,
- 2,
- 22,
- 5,
- 0.29931,
- "_ILVATNLFGR_"
- ],
- [
- 36568,
- 2,
- 9,
- 4,
- 0.11404,
- "_SNIGTEGGPPPFVPFGQK_"
- ],
- [
- 18186,
- 3,
- 13,
- 4,
- 0.17104,
- "_EQQEMQQMYDMIMQHK_"
- ],
- [
- 24480,
- 2,
- 17,
- 4,
- 0.22806,
- "_IICSAGLSLLAEER_"
- ],
- [
- 44416,
- 2,
- 10,
- 6,
- 0.12829,
- "_LGVNNNQGVNIFNYQVATK_"
- ],
- [
- 8560,
- 4,
- 10,
- 2,
- 0.12829,
- "_KVPTVSRPYSFIEFDTFIQK_"
- ],
- [
- 556,
- 3,
- 14,
- 5,
- 0.1853,
- "_IDFLPHYDTLVK_"
- ],
- [
- 32211,
- 2,
- 16,
- 6,
- 0.21379,
- "_MKQELEAEYLAIFK_"
- ],
- [
- 31397,
- 3,
- 14,
- 7,
- 0.1853,
- "_EVFEFRPELVNDDDEEADDTR_"
- ],
- [
- 50131,
- 2,
- 11,
- 6,
- 0.14255,
- "_GEYNVYSTFQSHEPEFDYLK_"
- ],
- [
- 16319,
- 4,
- 11,
- 4,
- 0.14255,
- "_SPEEQCLDVVTHWIQEGEEGRPK_"
- ],
- [
- 26348,
- 3,
- 14,
- 6,
- 0.1853,
- "_VAELLLLHGAEPNCADPATLTR_"
- ],
- [
- 27326,
- 2,
- 10,
- 3,
- 0.12829,
- "_FFVADTANEALEAAK_"
- ],
- [
- 2745,
- 3,
- 15,
- 4,
- 0.19956,
- "_QLPAMTALQTLHLR_"
- ],
- [
- 15702,
- 2,
- 16,
- 5,
- 0.21379,
- "_DGEDLMDESVLK_"
- ],
- [
- 934,
- 3,
- 10,
- 2,
- 0.12829,
- "_IFPLLGLHEEGLR_"
- ],
- [
- 25713,
- 4,
- 17,
- 7,
- 0.22806,
- "_LSIMIEECGGLDKIEALQNHENESVYK_"
- ],
- [
- 51481,
- 2,
- 13,
- 5,
- 0.17104,
- "_GSSPGIQDTLEAEDGAFETDEAPEDR_"
- ],
- [
- 47162,
- 4,
- 11,
- 8,
- 0.14255,
- "_MENGVLGNALEGVHVEEEEGEKTEDESLVENNDNIDEEAR_"
- ],
- [
- 6733,
- 3,
- 10,
- 4,
- 0.12829,
- "_GLEAALVYVENAHVAGK_"
- ],
- [
- 29629,
- 2,
- 7,
- 4,
- 0.08555,
- "_EMLTADNLDIDNMR_"
- ],
- [
- 20153,
- 3,
- 8,
- 3,
- 0.099798,
- "_LGLLDTQTSQVLTAVDKDNK_"
- ],
- [
- 44150,
- 2,
- 8,
- 4,
- 0.099798,
- "_YEFTDALLCHDDELEGR_"
- ],
- [
- 34790,
- 2,
- 9,
- 4,
- 0.11404,
- "_DSQGELMVYPYYGEK_"
- ],
- [
- 11587,
- 3,
- 7,
- 5,
- 0.08555,
- "_LPELTPAERDDLASIMK_"
- ],
- [
- 869,
- 2,
- 13,
- 4,
- 0.17104,
- "_ELFDELVK_"
- ],
- [
- 10769,
- 2,
- 9,
- 4,
- 0.11404,
- "_LVVFDTSLQVK_"
- ],
- [
- 38173,
- 2,
- 12,
- 6,
- 0.1568,
- "_VAQMPQEEVELLPPAPK_"
- ],
- [
- 29424,
- 3,
- 11,
- 5,
- 0.14254,
- "_LHFSCSSYLITTPCYSDAFAK_"
- ],
- [
- 17303,
- 2,
- 11,
- 4,
- 0.14254,
- "_DDFHWEEYLK_"
- ],
- [
- 36113,
- 3,
- 10,
- 4,
- 0.12828,
- "_LVQQTILCHQNPVTGLLPASYDQK_"
- ],
- [
- 24067,
- 2,
- 13,
- 5,
- 0.17104,
- "_DILVEVNHPFIVK_"
- ],
- [
- 38153,
- 2,
- 13,
- 5,
- 0.17104,
- "_YECEESFTTLNVDIR_"
- ],
- [
- 36606,
- 2,
- 12,
- 3,
- 0.1568,
- "_VKPYLPQICGTVLWR_"
- ],
- [
- 10420,
- 3,
- 10,
- 5,
- 0.12828,
- "_LLLPGWCHLTVEDGPR_"
- ],
- [
- 7420,
- 4,
- 11,
- 6,
- 0.14254,
- "_LKPAFFLESVDAHLQIGPLKK_"
- ],
- [
- 33535,
- 2,
- 9,
- 4,
- 0.11404,
- "_ITLDCAQATFISYDK_"
- ],
- [
- 27560,
- 3,
- 12,
- 5,
- 0.1568,
- "_KVPTVSRPYSFIEFDTFIQK_"
- ],
- [
- 18981,
- 3,
- 15,
- 6,
- 0.19954,
- "_LLAALLEDEGGSGRPLLQAAK_"
- ],
- [
- 20679,
- 3,
- 14,
- 7,
- 0.18529,
- "_NPDGTMNLMNWECAIPGKK_"
- ],
- [
- 4564,
- 4,
- 15,
- 7,
- 0.19954,
- "_QQILHSEEFLSFFDHSTR_"
- ],
- [
- 34937,
- 2,
- 20,
- 4,
- 0.27082,
- "_FDTGNLCMVTGGANLGR_"
- ],
- [
- 51267,
- 2,
- 16,
- 8,
- 0.21381,
- "_DNFWEMGDTGPCGPCSEIHYDR_"
- ],
- [
- 25846,
- 3,
- 18,
- 6,
- 0.24231,
- "_KPGMFFNPEESELDLTYGNR_"
- ],
- [
- 44071,
- 3,
- 20,
- 3,
- 0.27082,
- "_LSIMIEECGGLDKIEALQNHENESVYK_"
- ],
- [
- 49813,
- 2,
- 16,
- 6,
- 0.21381,
- "_FYFNGEYAGFDETQPTAESGGK_"
- ],
- [
- 33651,
- 2,
- 30,
- 8,
- 0.41327,
- "_TSACFEPSLDYMVTK_"
- ],
- [
- 23995,
- 2,
- 14,
- 4,
- 0.18529,
- "_ELLASTILTHVPVK_"
- ],
- [
- 46211,
- 4,
- 14,
- 7,
- 0.18529,
- "_STSSVDSDILSSSHSSDTLCNADNAQIPLANGLDSHSITSSR_"
- ],
- [
- 19130,
- 3,
- 14,
- 7,
- 0.18529,
- "_LYPNMTAVLLHNTQLDQR_"
- ],
- [
- 9772,
- 3,
- 14,
- 5,
- 0.18529,
- "_YLTAEETDKIINYLR_"
- ],
- [
- 11399,
- 3,
- 14,
- 3,
- 0.18529,
- "_FSLVPHNYGLVLYENK_"
- ],
- [
- 3438,
- 2,
- 14,
- 3,
- 0.18529,
- "_VLQVIIQLR_"
- ],
- [
- 33333,
- 2,
- 13,
- 5,
- 0.17105,
- "_GLEAALVYVENAHVAGK_"
- ],
- [
- 35936,
- 2,
- 18,
- 6,
- 0.2423,
- "_YGPIADVSIVYDQQSR_"
- ],
- [
- 3119,
- 4,
- 18,
- 6,
- 0.2423,
- "_DVHNIYGLYVHMATADGLR_"
- ],
- [
- 12059,
- 2,
- 18,
- 3,
- 0.2423,
- "_QIPCVVSMLTK_"
- ],
- [
- 14011,
- 2,
- 12,
- 3,
- 0.1568,
- "_EEAWVIGSVVAR_"
- ],
- [
- 35997,
- 3,
- 12,
- 6,
- 0.1568,
- "_ESSPLFDDGQPWGEETEDGIMHNK_"
- ],
- [
- 38929,
- 2,
- 12,
- 5,
- 0.1568,
- "_VASMPQEEQELVVTIPK_"
- ],
- [
- 17503,
- 3,
- 12,
- 5,
- 0.1568,
- "_QFHETAEPISDFLSVTEK_"
- ],
- [
- 45072,
- 2,
- 16,
- 5,
- 0.2138,
- "_LLAALLEDEGGSGRPLLQAAK_"
- ],
- [
- 11338,
- 3,
- 12,
- 2,
- 0.1568,
- "_KQGLLPLTFADPADYNK_"
- ],
- [
- 2867,
- 2,
- 13,
- 3,
- 0.17105,
- "_SFLFEPVVK_"
- ],
- [
- 18684,
- 2,
- 13,
- 3,
- 0.17105,
- "_DSTPNQYMVLIK_"
- ],
- [
- 19285,
- 2,
- 12,
- 4,
- 0.1568,
- "_SNSFVYLEPLPR_"
- ],
- [
- 14305,
- 2,
- 13,
- 4,
- 0.17105,
- "_EVPMVVVPPVGAK_"
- ],
- [
- 29617,
- 3,
- 19,
- 5,
- 0.25657,
- "_NEVTLEFHQNDDAEVSLMEVR_"
- ],
- [
- 10394,
- 2,
- 19,
- 7,
- 0.25657,
- "_ELGLPEELVSR_"
- ],
- [
- 16006,
- 3,
- 8,
- 4,
- 0.09981,
- "_FSMPGFKGEGPDVDVNLPK_"
- ],
- [
- 51355,
- 2,
- 8,
- 5,
- 0.09981,
- "_SAAYNPSYYSDNPSSDSFLGSGDLR_"
- ],
- [
- 23343,
- 2,
- 9,
- 3,
- 0.11406,
- "_FGLTPEQFGENLR_"
- ],
- [
- 48765,
- 2,
- 10,
- 2,
- 0.1283,
- "_GRDPSSDTYEEDSELLLQIR_"
- ],
- [
- 35047,
- 4,
- 10,
- 2,
- 0.1283,
- "_STLKEDVGDEGEEEKEFISYNINIDIHYGVK_"
- ],
- [
- 6887,
- 2,
- 21,
- 2,
- 0.28508,
- "_NGDLPWPPLR_"
- ],
- [
- 49432,
- 2,
- 21,
- 7,
- 0.28508,
- "_EPFDLGEPEQSNGGFPCTTAPK_"
- ],
- [
- 45381,
- 2,
- 10,
- 2,
- 0.1283,
- "_FEMLNAELEENQELANSR_"
- ],
- [
- 34546,
- 2,
- 20,
- 6,
- 0.27084,
- "_LVYLVENPGGYVAYSK_"
- ],
- [
- 1638,
- 3,
- 10,
- 4,
- 0.1283,
- "_HVLSCLGGGLALWR_"
- ],
- [
- 50571,
- 2,
- 15,
- 7,
- 0.19955,
- "_NSFYMGTCQDEPEQLDDWNR_"
- ],
- [
- 30565,
- 2,
- 11,
- 5,
- 0.14254,
- "_DIKPANVFITATGVVK_"
- ],
- [
- 31208,
- 2,
- 11,
- 5,
- 0.14254,
- "_YMVYPQTFALNADR_"
- ],
- [
- 46216,
- 2,
- 19,
- 3,
- 0.25657,
- "_NTNGSQFFITTVPTPHLDGK_"
- ],
- [
- 2276,
- 3,
- 11,
- 4,
- 0.14254,
- "_FAPSPTGFLHLGGLR_"
- ],
- [
- 4296,
- 2,
- 12,
- 3,
- 0.1568,
- "_ELLTSFGPLK_"
- ],
- [
- 4929,
- 2,
- 13,
- 4,
- 0.17105,
- "_GETLGLIGFGR_"
- ],
- [
- 47650,
- 2,
- 11,
- 3,
- 0.14254,
- "_DGSAFQYEYEPPCTSLCAR_"
- ],
- [
- 48459,
- 2,
- 15,
- 4,
- 0.19955,
- "_AVLTCSEQDGSPPSEYTWFK_"
- ],
- [
- 28894,
- 2,
- 15,
- 3,
- 0.19955,
- "_HAFFEGLNWENIR_"
- ],
- [
- 32227,
- 3,
- 15,
- 4,
- 0.19955,
- "_QLPLLTSALHGLQQQHPAFSGVAR_"
- ],
- [
- 46778,
- 2,
- 15,
- 5,
- 0.19955,
- "_ALQQVIQDYTTPPNEELSR_"
- ],
- [
- 11142,
- 2,
- 14,
- 4,
- 0.1853,
- "_NIEDVIAQGIGK_"
- ],
- [
- 41845,
- 2,
- 14,
- 3,
- 0.1853,
- "_GIINDDEDDEDLMMASGR_"
- ],
- [
- 23271,
- 4,
- 15,
- 6,
- 0.19955,
- "_TSPKPAVVETVTTAKPQQIQALMDEVTK_"
- ],
- [
- 28734,
- 3,
- 15,
- 2,
- 0.19955,
- "_ESPFSTSASPLLSGSQHFDVPPR_"
- ],
- [
- 33407,
- 2,
- 14,
- 3,
- 0.1853,
- "_QQYPDWNPEILPSR_"
- ],
- [
- 8117,
- 3,
- 15,
- 5,
- 0.19955,
- "_THNGESVSYLFSHVPL_"
- ],
- [
- 8487,
- 3,
- 14,
- 4,
- 0.1853,
- "_IFLAQKPAPLLESPFK_"
- ],
- [
- 41201,
- 2,
- 14,
- 5,
- 0.1853,
- "_ALYLIATNGTPELQNPEK_"
- ],
- [
- 8145,
- 2,
- 12,
- 3,
- 0.15677,
- "_SLLFVNTLER_"
- ],
- [
- 51085,
- 2,
- 11,
- 6,
- 0.14254,
- "_TPYTPNSQYQMLLDPTNPSAGTAK_"
- ],
- [
- 45452,
- 2,
- 15,
- 5,
- 0.19953,
- "_FADGSAVVQSGDTAVMVTAVSK_"
- ],
- [
- 17692,
- 3,
- 13,
- 5,
- 0.17103,
- "_YEFTDALLCHDDELEGR_"
- ],
- [
- 42950,
- 2,
- 14,
- 6,
- 0.18529,
- "_AELTSSAPACYALAISPDAK_"
- ],
- [
- 45717,
- 2,
- 13,
- 4,
- 0.17103,
- "_GASLEEVNDEGYTPLMEAAR_"
- ],
- [
- 10481,
- 3,
- 12,
- 6,
- 0.15677,
- "_GPSTEYGFYHDFFLGK_"
- ],
- [
- 50674,
- 2,
- 16,
- 5,
- 0.21378,
- "_EADIDGDGQVNYEEFVQM(Oxidation (M))M(Oxidation (M))TAK_"
- ],
- [
- 12076,
- 3,
- 10,
- 2,
- 0.12829,
- "_NVFVEFYAPWCGHCK_"
- ],
- [
- 51724,
- 3,
- 10,
- 5,
- 0.12829,
- "_GGGGYGGSGDGYNGFGNDGSNFGGGGSYNDFGNYNNQSSNFGPM(Oxidation (M))K_"
- ],
- [
- 49894,
- 2,
- 16,
- 7,
- 0.21378,
- "_TIMVNYNPETVSTDYDMCDR_"
- ],
- [
- 48173,
- 2,
- 12,
- 5,
- 0.15677,
- "_PTTETQFSNMGMEDVPLATSK_"
- ],
- [
- 47906,
- 2,
- 23,
- 7,
- 0.31357,
- "_IPSAVGYQPTLATDMGTMQER_"
- ],
- [
- 43345,
- 2,
- 13,
- 5,
- 0.17103,
- "_ACNDATLVQITSNMDSVGR_"
- ],
- [
- 39421,
- 2,
- 15,
- 6,
- 0.19953,
- "_NVFVEFYAPWCGHCK_"
- ],
- [
- 35484,
- 2,
- 15,
- 6,
- 0.19953,
- "_SIEDFAHSSFQMALSK_"
- ],
- [
- 26514,
- 3,
- 20,
- 7,
- 0.2708,
- "_GLESLPPLRPQQNPVLPVAGER_"
- ],
- [
- 33125,
- 2,
- 20,
- 5,
- 0.2708,
- "_LGNTISSLFGGGTTPDAK_"
- ],
- [
- 37401,
- 3,
- 13,
- 4,
- 0.17103,
- "_AQVEIVTDGEEPAEM(Oxidation (M))IQVLGPKPALK_"
- ],
- [
- 7175,
- 2,
- 9,
- 4,
- 0.11404,
- "_QVITLLNELK_"
- ],
- [
- 409,
- 2,
- 13,
- 4,
- 0.17103,
- "_EEILAFIK_"
- ],
- [
- 3576,
- 2,
- 14,
- 2,
- 0.18529,
- "_GLAGAVSELLR_"
- ],
- [
- 8728,
- 3,
- 15,
- 5,
- 0.19953,
- "_KLYESLLVGSLPDMNK_"
- ],
- [
- 32717,
- 2,
- 12,
- 5,
- 0.15677,
- "_ASVITQVFHVPLEER_"
- ],
- [
- 26221,
- 3,
- 22,
- 6,
- 0.29931,
- "_GEGYAKPNEGAIVEVALEGYYK_"
- ],
- [
- 47199,
- 3,
- 14,
- 5,
- 0.18529,
- "_FLENGSQEDLLHGNPGSTYLASNSTSAPNWK_"
- ],
- [
- 34758,
- 2,
- 17,
- 4,
- 0.22804,
- "_EANSIIITPGYGLCAAK_"
- ],
- [
- 36655,
- 3,
- 14,
- 6,
- 0.18529,
- "_CDYMDEVTYGELEKEEAQPIVTK_"
- ],
- [
- 45593,
- 2,
- 8,
- 5,
- 0.099762,
- "_AEDNGVLICEYVDQDSYR_"
- ],
- [
- 9682,
- 3,
- 12,
- 5,
- 0.15677,
- "_PIFFNLNIAAAKPTPPK_"
- ],
- [
- 28997,
- 3,
- 15,
- 3,
- 0.19953,
- "_GEYNVYSTFQSHEPEFDYLK_"
- ],
- [
- 41161,
- 3,
- 14,
- 7,
- 0.18529,
- "_QQGHFNSMVALAYSPDGQYIVTGGDDGK_"
- ],
- [
- 51422,
- 3,
- 11,
- 6,
- 0.14254,
- "_AYAALGLPYMNQPQTQLQPQVPGQQPAQPQTHQQMR_"
- ],
- [
- 27878,
- 4,
- 24,
- 8,
- 0.3278,
- "_AIVDALPPPCESACTVPTDVDKWFHHQK_"
- ],
- [
- 22001,
- 2,
- 14,
- 5,
- 0.18529,
- "_GYSFSLTTFSPSGK_"
- ],
- [
- 13226,
- 2,
- 14,
- 5,
- 0.18529,
- "_AATFFGCIGIDK_"
- ],
- [
- 26685,
- 2,
- 11,
- 3,
- 0.14254,
- "_GVEELESLCEVYR_"
- ],
- [
- 48720,
- 2,
- 14,
- 4,
- 0.18527,
- "_GHFEAFGTLTDCVVVVNPQTK_"
- ],
- [
- 51405,
- 2,
- 6,
- 5,
- 0.071211,
- "_EVYEGEVTELTPCETENPMGGYGK_"
- ],
- [
- 19769,
- 2,
- 12,
- 4,
- 0.15677,
- "_LLETVIDVSTADR_"
- ],
- [
- 47041,
- 3,
- 17,
- 6,
- 0.22802,
- "_RGSDELFSTCVTNGPFIMSSNSASAANGNDSK_"
- ],
- [
- 12254,
- 3,
- 22,
- 7,
- 0.29931,
- "_VLDSGAPIKIPVGPETLGR_"
- ],
- [
- 37061,
- 2,
- 13,
- 6,
- 0.17101,
- "_GEIIDNDTEEEFYLR_"
- ],
- [
- 42235,
- 3,
- 12,
- 4,
- 0.15677,
- "_SNSGLGGEVSGVMSKPNVDPQPWFQDGPK_"
- ],
- [
- 48684,
- 2,
- 12,
- 3,
- 0.15677,
- "_WINDVEDSYGQQWTYEQR_"
- ],
- [
- 8440,
- 3,
- 11,
- 5,
- 0.14253,
- "_SIEDFAHSSFQMALSK_"
- ],
- [
- 10109,
- 2,
- 12,
- 4,
- 0.15677,
- "_ATGILLYGLASR_"
- ],
- [
- 50124,
- 2,
- 7,
- 7,
- 0.085464,
- "_ATLSSTSGLDLMSESGEGEISPQR_"
- ],
- [
- 9283,
- 4,
- 12,
- 7,
- 0.15677,
- "_EWIKPIMFSGGIGSMEADHISK_"
- ],
- [
- 29103,
- 2,
- 13,
- 5,
- 0.17101,
- "_AGSVELLGAMAYCAPK_"
- ],
- [
- 38380,
- 2,
- 12,
- 3,
- 0.15677,
- "_AAGALLNGPPQFSTAPEIK_"
- ],
- [
- 44082,
- 2,
- 6,
- 5,
- 0.071211,
- "_VQIEAAQCPDVVVAQIDPK_"
- ],
- [
- 46143,
- 2,
- 13,
- 4,
- 0.17101,
- "_AAELEM(Oxidation (M))ELNEHSLVIDTLK_"
- ],
- [
- 10085,
- 2,
- 11,
- 5,
- 0.14253,
- "_LFGYEMAEFK_"
- ],
- [
- 31241,
- 4,
- 10,
- 7,
- 0.12828,
- "_RLDCAACGERPTVTDLLDYEAFCGSSATDK_"
- ],
- [
- 21976,
- 2,
- 10,
- 3,
- 0.12828,
- "_RPDLLTMVVDYR_"
- ],
- [
- 30411,
- 2,
- 14,
- 3,
- 0.18527,
- "_LQSVEYVVFDEADR_"
- ],
- [
- 50332,
- 2,
- 25,
- 6,
- 0.34204,
- "_NEVTLEFHQNDDAEVSLMEVR_"
- ],
- [
- 28105,
- 2,
- 19,
- 5,
- 0.25654,
- "_QLWGLLIEETEKR_"
- ],
- [
- 24891,
- 2,
- 10,
- 5,
- 0.12828,
- "_DCISWVGDEGEFK_"
- ],
- [
- 47204,
- 3,
- 10,
- 5,
- 0.12828,
- "_EDEESNEGDSDDTDLQIFCVSCGHPINPR_"
- ],
- [
- 40661,
- 2,
- 14,
- 3,
- 0.18527,
- "_CNEGPILELENLPQNGR_"
- ],
- [
- 31735,
- 3,
- 19,
- 7,
- 0.25654,
- "_KNNFSDTGNFGFGIQEHIDLGIK_"
- ],
- [
- 49924,
- 2,
- 9,
- 6,
- 0.114,
- "_KNPGVGNGDDEAAELMQQVNVLK_"
- ],
- [
- 45598,
- 2,
- 18,
- 7,
- 0.24227,
- "_YESSALPSGQLTSLSEYASR_"
- ],
- [
- 42596,
- 4,
- 15,
- 3,
- 0.19953,
- "_SQSASVESIPEVLEECTSPADHSDSASVHDMDYVNPR_"
- ],
- [
- 33553,
- 2,
- 9,
- 5,
- 0.114,
- "_QVAELSECIGSALIQK_"
- ],
- [
- 22192,
- 2,
- 9,
- 4,
- 0.114,
- "_GVVTLLSDYEVCK_"
- ],
- [
- 48992,
- 2,
- 9,
- 5,
- 0.114,
- "_HPSAVTACNLDLENLITDSNR_"
- ],
- [
- 34843,
- 4,
- 19,
- 9,
- 0.25654,
- "_RPHDYQPLPGMSENPSVYVPGVVSTVVPDSAHK_"
- ],
- [
- 19316,
- 2,
- 9,
- 4,
- 0.114,
- "_MMLMSTATAFYR_"
- ],
- [
- 11322,
- 2,
- 12,
- 4,
- 0.15677,
- "_AEIDLVCELAK_"
- ],
- [
- 40080,
- 2,
- 12,
- 4,
- 0.15677,
- "_VEGMEIYSTTLWHLQK_"
- ],
- [
- 35765,
- 2,
- 14,
- 4,
- 0.18527,
- "_EYAQNIWNVEPSDLK_"
- ],
- [
- 22349,
- 3,
- 11,
- 2,
- 0.14253,
- "_KLVGFISAIPANIHIYDTEK_"
- ],
- [
- 36144,
- 2,
- 14,
- 5,
- 0.18527,
- "_LLELTSSYSPDVSDYK_"
- ],
- [
- 23527,
- 3,
- 14,
- 5,
- 0.18527,
- "_IIGVHQEDELLECLSPATSR_"
- ],
- [
- 8381,
- 2,
- 11,
- 3,
- 0.14253,
- "_(Acetyl (Protein N-term))SLSDWHLAVK_"
- ],
- [
- 12213,
- 4,
- 10,
- 5,
- 0.12828,
- "_VHDEGVWALQVNDAFTHVYSGGR_"
- ],
- [
- 40175,
- 3,
- 10,
- 4,
- 0.12828,
- "_STHVPVGEDQVQHMELVQDLAQGFNK_"
- ],
- [
- 47828,
- 2,
- 20,
- 4,
- 0.27077,
- "_AAANFFSASCVPCADQSSFPK_"
- ],
- [
- 25448,
- 3,
- 10,
- 2,
- 0.12823,
- "_RLAPITSDPTEATAVGAVEASFK_"
- ],
- [
- 3660,
- 2,
- 13,
- 3,
- 0.17101,
- "_VALIGFPSVGK_"
- ],
- [
- 33864,
- 2,
- 13,
- 3,
- 0.17101,
- "_VDQIQEIVTGNPTVIK_"
- ],
- [
- 25202,
- 4,
- 10,
- 6,
- 0.12823,
- "_ELHMLATEPPPGITCWQDKDQMDDLR_"
- ],
- [
- 34316,
- 2,
- 10,
- 5,
- 0.12823,
- "_EQYGLGPYEAVTPLTK_"
- ],
- [
- 13725,
- 3,
- 10,
- 6,
- 0.12823,
- "_HNQLPLVIEFTEQTAPK_"
- ],
- [
- 48143,
- 2,
- 10,
- 5,
- 0.12823,
- "_QGEYGLASICNGGGGASAMLIQK_"
- ],
- [
- 43104,
- 2,
- 12,
- 7,
- 0.15676,
- "_LCEAICPAQAITIEAEPR_"
- ],
- [
- 45607,
- 3,
- 13,
- 6,
- 0.17101,
- "_DEALQNISADDLPDSASQAAHPQDSAFSYR_"
- ],
- [
- 9336,
- 3,
- 12,
- 4,
- 0.15676,
- "_YNPLQDEWVLVSAHR_"
- ],
- [
- 43901,
- 2,
- 11,
- 3,
- 0.14252,
- "_VVTLAQHISEVITQDYTR_"
- ],
- [
- 49073,
- 3,
- 12,
- 6,
- 0.15676,
- "_VNDASVNTDPATSASTVDVKPSPSAAEADFDIVTK_"
- ],
- [
- 18036,
- 2,
- 9,
- 2,
- 0.11399,
- "_DIPAQHITLFLK_"
- ],
- [
- 41652,
- 2,
- 11,
- 8,
- 0.14252,
- "_SMQNWHQLENLSNFIK_"
- ],
- [
- 34165,
- 2,
- 18,
- 6,
- 0.24226,
- "_VLAQNSGFDLQETLVK_"
- ],
- [
- 39115,
- 2,
- 13,
- 5,
- 0.17101,
- "_SELLVPGSQLILGPHESK_"
- ],
- [
- 30515,
- 2,
- 11,
- 3,
- 0.14252,
- "_VLGTPVETIELTEDR_"
- ],
- [
- 31784,
- 3,
- 12,
- 4,
- 0.15676,
- "_VEGEFPTEEVTCKEPILVVSYK_"
- ],
- [
- 30265,
- 3,
- 11,
- 6,
- 0.14252,
- "_MKGEVDVSLANVEGDLKGPALDIK_"
- ],
- [
- 46976,
- 3,
- 13,
- 5,
- 0.17101,
- "_IGTSTSFDSGIAGLSSISQCTSSSQLDETSHR_"
- ],
- [
- 47525,
- 3,
- 10,
- 6,
- 0.12823,
- "_LISKPVASDSTYFAWCPDGEHILTATCAPR_"
- ],
- [
- 23592,
- 2,
- 13,
- 4,
- 0.17101,
- "_TPEILTVNSIGQLK_"
- ],
- [
- 9776,
- 3,
- 13,
- 2,
- 0.17101,
- "_TLGHNLLVSELYNQLK_"
- ],
- [
- 7037,
- 3,
- 12,
- 3,
- 0.15676,
- "_LTPLGYHLASLPVDVR_"
- ],
- [
- 4776,
- 3,
- 9,
- 3,
- 0.11399,
- "_AILILDNDGDRLFAK_"
- ],
- [
- 24296,
- 2,
- 10,
- 3,
- 0.12823,
- "_APQLTSPELMALTR_"
- ],
- [
- 19685,
- 3,
- 22,
- 7,
- 0.29928,
- "_DVHNIYGLYVHMATADGLR_"
- ],
- [
- 11716,
- 2,
- 14,
- 4,
- 0.18525,
- "_ELLLQPVTISR_"
- ],
- [
- 7344,
- 2,
- 15,
- 3,
- 0.1995,
- "_GFAFVEFETK_"
- ],
- [
- 812,
- 2,
- 5,
- 3,
- 0.056965,
- "_LWLLDDSK_"
- ],
- [
- 8977,
- 2,
- 10,
- 4,
- 0.12823,
- "_CLFQSPLFAK_"
- ],
- [
- 35950,
- 2,
- 16,
- 6,
- 0.21376,
- "_LKVPPAINQFTQALDR_"
- ],
- [
- 9419,
- 3,
- 14,
- 7,
- 0.18525,
- "_VKPYLPQICGTVLWR_"
- ],
- [
- 39405,
- 3,
- 17,
- 9,
- 0.22801,
- "_HSAPGLLSMANSGPSTNGCQFFITCSK_"
- ],
- [
- 45125,
- 2,
- 15,
- 7,
- 0.1995,
- "_HAVSDPSILDSLDLNEDER_"
- ],
- [
- 36249,
- 3,
- 15,
- 8,
- 0.1995,
- "_GFETVSYLLEGGSMAHEDFCGHTGK_"
- ],
- [
- 47960,
- 3,
- 8,
- 5,
- 0.099699,
- "_GIPGFGNTGNISGAPVTYPSAGAQGVNNTASGNNSR_"
- ],
- [
- 46116,
- 2,
- 7,
- 3,
- 0.085445,
- "_FSSVTVSTIDEEEEEIEAR_"
- ],
- [
- 11755,
- 3,
- 15,
- 5,
- 0.1995,
- "_SELLVPGSQLILGPHESK_"
- ],
- [
- 47084,
- 2,
- 15,
- 5,
- 0.1995,
- "_ALQSGQCAGAALDVFTEEPPR_"
- ],
- [
- 37690,
- 2,
- 15,
- 5,
- 0.1995,
- "_YYDGWLICEEPTCR_"
- ],
- [
- 41009,
- 2,
- 16,
- 2,
- 0.21376,
- "_(Acetyl (Protein N-term))MDLAAAAEPGAGSQHLEVR_"
- ],
- [
- 13456,
- 2,
- 20,
- 5,
- 0.27077,
- "_CNEIINWLDK_"
- ],
- [
- 37294,
- 2,
- 13,
- 2,
- 0.17101,
- "_HTVYAALQDFSQVTLR_"
- ],
- [
- 25876,
- 2,
- 8,
- 3,
- 0.099699,
- "_SYQLEGVNWLAQR_"
- ],
- [
- 28446,
- 3,
- 16,
- 2,
- 0.21376,
- "_EWIKPIMFSGGIGSMEADHISK_"
- ],
- [
- 35475,
- 4,
- 16,
- 7,
- 0.21376,
- "_EHPWEVM(Oxidation (M))PDLYFYRDPEEIEKEEQAAAEK_"
- ],
- [
- 25844,
- 2,
- 16,
- 5,
- 0.21376,
- "_NVIPALELVEPIKK_"
- ],
- [
- 8761,
- 2,
- 8,
- 3,
- 0.099699,
- "_AVSILGDEVFR_"
- ],
- [
- 8253,
- 2,
- 14,
- 4,
- 0.18525,
- "_EESLADDLFR_"
- ],
- [
- 11555,
- 2,
- 13,
- 5,
- 0.17101,
- "_DIIACGFDINK_"
- ],
- [
- 40825,
- 2,
- 20,
- 6,
- 0.27077,
- "_ITNQVIYLNPPIEECR_"
- ],
- [
- 29846,
- 3,
- 10,
- 6,
- 0.1282,
- "_ILNEIDAGVCEEMTYAEIEKR_"
- ],
- [
- 51100,
- 3,
- 22,
- 7,
- 0.29922,
- "_ADCPPGNPAPTSNHGPDATEAEEDFVDPWTVQTSSAK_"
- ],
- [
- 539,
- 2,
- 13,
- 4,
- 0.17098,
- "_IDILTELR_"
- ],
- [
- 15480,
- 3,
- 23,
- 5,
- 0.31349,
- "_IHFVPGWDCHGLPIEIK_"
- ],
- [
- 22519,
- 2,
- 16,
- 5,
- 0.21372,
- "_ISMQDVDLSLGSPK_"
- ],
- [
- 7690,
- 4,
- 13,
- 5,
- 0.17098,
- "_FTDDDKTDHLSWEWNLTIK_"
- ],
- [
- 23122,
- 2,
- 14,
- 5,
- 0.18523,
- "_MINLSVPDTIDER_"
- ],
- [
- 42188,
- 2,
- 13,
- 2,
- 0.17098,
- "_FAQEQIAPLVSTMDENSK_"
- ],
- [
- 37074,
- 2,
- 12,
- 3,
- 0.15673,
- "_NLETLQQELGIEGENR_"
- ],
- [
- 12890,
- 2,
- 8,
- 3,
- 0.099665,
- "_FAATTVEEILAK_"
- ],
- [
- 30607,
- 2,
- 10,
- 4,
- 0.1282,
- "_AILILDNDGDRLFAK_"
- ],
- [
- 26667,
- 3,
- 6,
- 2,
- 0.071184,
- "_CADVANPCRPLDLCIEWAGR_"
- ],
- [
- 9266,
- 2,
- 10,
- 4,
- 0.1282,
- "_VSILAAIDEASK_"
- ],
- [
- 43983,
- 2,
- 10,
- 5,
- 0.1282,
- "_MLAQPLKDSDVEVYNIIK_"
- ],
- [
- 19500,
- 2,
- 10,
- 2,
- 0.1282,
- "_ESAAADAGFALFEK_"
- ],
- [
- 34667,
- 2,
- 5,
- 3,
- 0.056925,
- "_YNTWEPEENILDPR_"
- ],
- [
- 2110,
- 3,
- 16,
- 4,
- 0.21372,
- "_NVIPALELVEPIKK_"
- ],
- [
- 46734,
- 2,
- 12,
- 5,
- 0.15673,
- "_ATDTINSQGQFPSYLETVTK_"
- ],
- [
- 35856,
- 3,
- 12,
- 6,
- 0.15673,
- "_KEGPYDVVVLPGGNLGAQNLSESAAVK_"
- ],
- [
- 27598,
- 2,
- 11,
- 3,
- 0.14245,
- "_GSLLIDSSTIDPAVSK_"
- ],
- [
- 36335,
- 2,
- 10,
- 3,
- 0.1282,
- "_SEDLLDVDTAAGGFQQR_"
- ],
- [
- 7592,
- 4,
- 10,
- 3,
- 0.1282,
- "_SGTGIHIDPLGTSAWNALVQGHK_"
- ],
- [
- 46947,
- 2,
- 19,
- 7,
- 0.25647,
- "_AINVLLEGNPDTHSWEMVGK_"
- ],
- [
- 36877,
- 2,
- 13,
- 5,
- 0.17098,
- "_GAPGVSVDMNITYMSPAK_"
- ],
- [
- 16142,
- 2,
- 11,
- 3,
- 0.14245,
- "_ALEPLEGLETMR_"
- ],
- [
- 31604,
- 2,
- 14,
- 5,
- 0.18523,
- "_YLETLLYSQQQLAK_"
- ],
- [
- 16544,
- 4,
- 14,
- 6,
- 0.18523,
- "_LGGSPTSLGTWGSWIGPDHDKFSAMK_"
- ],
- [
- 37300,
- 3,
- 11,
- 4,
- 0.14245,
- "_FLAAGTHLGGTNLDFQMEQYIYKR_"
- ],
- [
- 46670,
- 2,
- 9,
- 4,
- 0.11392,
- "_YFHVVIAGPQDSPFEGGTFK_"
- ],
- [
- 34176,
- 3,
- 20,
- 8,
- 0.27073,
- "_DNFWEMGDTGPCGPCSEIHYDR_"
- ],
- [
- 24024,
- 2,
- 15,
- 2,
- 0.19947,
- "_LAFYPNQDGDILR_"
- ],
- [
- 19517,
- 2,
- 11,
- 4,
- 0.14245,
- "_EKPGSEVLTLLLK_"
- ],
- [
- 51727,
- 3,
- 15,
- 7,
- 0.19947,
- "_YFYVNEQSGESQWEFPDGEEEEEESQAQENRDETLAK_"
- ],
- [
- 28427,
- 2,
- 15,
- 2,
- 0.19947,
- "_DNTTLLTQVQTTMR_"
- ],
- [
- 3294,
- 4,
- 11,
- 5,
- 0.14245,
- "_IMGLDLPDGGHLTHGFMTDK_"
- ],
- [
- 50685,
- 3,
- 25,
- 8,
- 0.342,
- "_YGPQYGHPPPPPPPPEYGPHADSPVLMVYGLDQSK_"
- ],
- [
- 16157,
- 3,
- 11,
- 4,
- 0.14245,
- "_SMGGTLDLYSIDEHFQPK_"
- ],
- [
- 31889,
- 3,
- 9,
- 4,
- 0.11392,
- "_VHDEGVWALQVNDAFTHVYSGGR_"
- ],
- [
- 25864,
- 3,
- 11,
- 6,
- 0.14245,
- "_EEIAHNMQSTLDDATDAWGIK_"
- ],
- [
- 49175,
- 2,
- 20,
- 8,
- 0.27073,
- "_AIVDALPPPCESACTVPTDVDK_"
- ],
- [
- 40365,
- 2,
- 15,
- 4,
- 0.19947,
- "_LCVQGAALLYEYCQQK_"
- ],
- [
- 13204,
- 3,
- 8,
- 5,
- 0.099665,
- "_MTDQEAIQDLWQWRK_"
- ],
- [
- 36621,
- 2,
- 8,
- 2,
- 0.099665,
- "_AGLSEEDDSLVDVYYR_"
- ],
- [
- 17109,
- 3,
- 12,
- 4,
- 0.15673,
- "_WITGLSWEPLHANPECR_"
- ],
- [
- 14290,
- 3,
- 19,
- 6,
- 0.25647,
- "_GFGFITFTNPEHASVAMR_"
- ],
- [
- 4999,
- 2,
- 20,
- 5,
- 0.27073,
- "_EQGVLSFWR_"
- ],
- [
- 51610,
- 2,
- 9,
- 5,
- 0.11392,
- "_FSISPDEDSSSYSSNSDFNYSYPTK_"
- ],
- [
- 14979,
- 2,
- 11,
- 4,
- 0.14245,
- "_TLSGLLEWECK_"
- ],
- [
- 10262,
- 2,
- 12,
- 3,
- 0.15673,
- "_AYVPALQMAFK_"
- ],
- [
- 35656,
- 2,
- 12,
- 3,
- 0.15668,
- "_EIVEPELSIEVCEEK_"
- ],
- [
- 50790,
- 2,
- 13,
- 6,
- 0.17097,
- "_CSSLQAPIMLLSGHEGEVYCCK_"
- ],
- [
- 18875,
- 3,
- 13,
- 7,
- 0.17097,
- "_HLFLTSKPMVYLVNLSEK_"
- ],
- [
- 16476,
- 4,
- 17,
- 7,
- 0.22795,
- "_GFETVSYLLEGGSMAHEDFCGHTGK_"
- ],
- [
- 35202,
- 3,
- 12,
- 6,
- 0.15668,
- "_VEYPIMYSTDPENGHIFNCIQR_"
- ],
- [
- 36559,
- 2,
- 12,
- 6,
- 0.15668,
- "_(Acetyl (Protein N-term))ASCASIDIEDATQHLR_"
- ],
- [
- 3807,
- 2,
- 18,
- 4,
- 0.24221,
- "_LWDFIENR_"
- ],
- [
- 7855,
- 2,
- 13,
- 4,
- 0.17097,
- "_AVVPSYIPLVK_"
- ],
- [
- 14783,
- 2,
- 12,
- 4,
- 0.15668,
- "_VQFGVLSPDELK_"
- ],
- [
- 26428,
- 3,
- 17,
- 7,
- 0.22795,
- "_FTDDDKTDHLSWEWNLTIK_"
- ],
- [
- 44544,
- 2,
- 13,
- 5,
- 0.17097,
- "_WDFDTQEEYSEYMNNK_"
- ],
- [
- 2433,
- 2,
- 10,
- 3,
- 0.12815,
- "_IFQWPSFK_"
- ],
- [
- 12434,
- 2,
- 12,
- 4,
- 0.15668,
- "_QSTVLAPVIDLK_"
- ],
- [
- 51409,
- 3,
- 10,
- 9,
- 0.12815,
- "_GILGYTEHQVVSSDFNSDTHSSTFDAGAGIALNDHFVK_"
- ],
- [
- 123,
- 2,
- 15,
- 4,
- 0.19946,
- "_FLPPVLLK_"
- ],
- [
- 48080,
- 2,
- 16,
- 5,
- 0.2137,
- "_GGM(Oxidation (M))GSGGLATGIAGGLAGMGGIQNEK_"
- ],
- [
- 25473,
- 2,
- 16,
- 7,
- 0.2137,
- "_SLHDALCVLAQTVK_"
- ],
- [
- 27396,
- 2,
- 44,
- 6,
- 0.61259,
- "_IIPGFMCQGGDFTR_"
- ],
- [
- 40749,
- 2,
- 15,
- 5,
- 0.19946,
- "_ASLEAAIADAEQRGELAIK_"
- ],
- [
- 14847,
- 3,
- 14,
- 5,
- 0.18521,
- "_KLQDLAGGIFPEDEIPEK_"
- ],
- [
- 13192,
- 2,
- 8,
- 3,
- 0.099661,
- "_GAPPLQVQWFR_"
- ],
- [
- 22432,
- 3,
- 15,
- 6,
- 0.19946,
- "_NRPNVQVGDLIYGQFVVANK_"
- ],
- [
- 35180,
- 2,
- 16,
- 7,
- 0.2137,
- "_AVGDGILCNTYIDSYK_"
- ],
- [
- 24689,
- 2,
- 10,
- 4,
- 0.12815,
- "_M(Oxidation (M))LVLDEADEMLNK_"
- ],
- [
- 41472,
- 2,
- 20,
- 7,
- 0.27071,
- "_GFGFITFTNPEHASVAMR_"
- ],
- [
- 36337,
- 3,
- 15,
- 6,
- 0.19946,
- "_LGGSPTSLGTWGSWIGPDHDKFSAMK_"
- ],
- [
- 38760,
- 2,
- 10,
- 6,
- 0.12815,
- "_FEGDFDFESANAQFNR_"
- ],
- [
- 14438,
- 4,
- 15,
- 2,
- 0.19946,
- "_SLVIELDKDLYGPDNHLVEWHR_"
- ],
- [
- 32785,
- 2,
- 16,
- 4,
- 0.2137,
- "_ELEPITTSQALQIAGR_"
- ],
- [
- 21355,
- 4,
- 11,
- 5,
- 0.14244,
- "_TLDHVLTHGCFDIFTTEEDHPFAVK_"
- ],
- [
- 4219,
- 2,
- 10,
- 2,
- 0.12815,
- "_EEGVLTLWR_"
- ],
- [
- 48949,
- 2,
- 11,
- 3,
- 0.14244,
- "_ETEAALEFAQTQLAEQGEESR_"
- ],
- [
- 12108,
- 2,
- 9,
- 3,
- 0.1139,
- "_DILLCTDIASR_"
- ],
- [
- 20024,
- 3,
- 11,
- 4,
- 0.14244,
- "_IMGLDLPDGGHLTHGFMTDK_"
- ],
- [
- 26372,
- 2,
- 7,
- 3,
- 0.085415,
- "_MYAPAWVAPEALQK_"
- ],
- [
- 19599,
- 4,
- 20,
- 8,
- 0.27071,
- "_CKDDEFTHLYTLIVRPDNTYEVK_"
- ],
- [
- 25490,
- 4,
- 11,
- 4,
- 0.14244,
- "_DFAYVCEAEFPSKPVAEYLTRPHLGGR_"
- ],
- [
- 9519,
- 2,
- 9,
- 3,
- 0.1139,
- "_YFSSMAEFLK_"
- ],
- [
- 29956,
- 4,
- 9,
- 6,
- 0.1139,
- "_GPGGPGSFELWQVQCAQSFQAGHHYWEVR_"
- ],
- [
- 5207,
- 2,
- 14,
- 2,
- 0.18521,
- "_LDLLGNLPGSK_"
- ],
- [
- 17788,
- 2,
- 17,
- 4,
- 0.22795,
- "_TVIVAALDGTFQR_"
- ],
- [
- 4720,
- 2,
- 27,
- 5,
- 0.37049,
- "_VLITTDLLAR_"
- ],
- [
- 20585,
- 2,
- 13,
- 2,
- 0.17094,
- "_TGAESISLLELCR_"
- ],
- [
- 51277,
- 2,
- 13,
- 6,
- 0.17094,
- "_WTCTSSGSSPQYNICEQMIQIR_"
- ],
- [
- 44361,
- 2,
- 12,
- 6,
- 0.15669,
- "_SAEEAASVLATSISPEQCIK_"
- ],
- [
- 3666,
- 2,
- 12,
- 4,
- 0.15669,
- "_FSMDFWQK_"
- ],
- [
- 36557,
- 2,
- 11,
- 2,
- 0.1424,
- "_AVYSTNCPVWEEAFR_"
- ],
- [
- 37363,
- 2,
- 11,
- 5,
- 0.1424,
- "_GMMIDEADEFVAGPQNK_"
- ],
- [
- 44217,
- 2,
- 6,
- 2,
- 0.071177,
- "_DKNEQAFEEVFQNANFR_"
- ],
- [
- 31014,
- 3,
- 11,
- 6,
- 0.1424,
- "_VLLEAGEGLVTITPTTGSDGRPDAR_"
- ],
- [
- 25418,
- 3,
- 10,
- 4,
- 0.12815,
- "_FRIEYEPLVACSSCLDVSGK_"
- ],
- [
- 45715,
- 3,
- 10,
- 4,
- 0.12815,
- "_VGDTITVAAWNHSASMEEEGEDCTLSVYR_"
- ],
- [
- 7259,
- 2,
- 13,
- 3,
- 0.17094,
- "_DLMTLPIQNK_"
- ],
- [
- 51713,
- 3,
- 9,
- 5,
- 0.11391,
- "_AAAAAAAAAAAATGTEAGPGTAGGSENGSEVAAQPAGLSGPAEVGPGAVGER_"
- ],
- [
- 37523,
- 2,
- 10,
- 4,
- 0.12815,
- "_CPDCDMAFVTSGELVR_"
- ],
- [
- 39316,
- 3,
- 7,
- 5,
- 0.085409,
- "_VHAAVQPGSLDSESGIFACAFDQSESR_"
- ],
- [
- 51518,
- 2,
- 10,
- 7,
- 0.12815,
- "_NPSTNFQEPVQPLTQQQVAQMQLK_"
- ],
- [
- 44718,
- 2,
- 10,
- 3,
- 0.12815,
- "_ASPAFDYAEFEPHIVPSTK_"
- ],
- [
- 33770,
- 2,
- 12,
- 5,
- 0.15669,
- "_AIELNPANAVYFCNR_"
- ],
- [
- 41250,
- 2,
- 13,
- 6,
- 0.17094,
- "_IDLPEYQGEPDEISIQK_"
- ],
- [
- 12359,
- 3,
- 20,
- 5,
- 0.27071,
- "_LGVQVVITDPEKLDQIR_"
- ],
- [
- 39716,
- 2,
- 20,
- 5,
- 0.27071,
- "_LGVQVVITDPEKLDQIR_"
- ],
- [
- 20427,
- 2,
- 14,
- 3,
- 0.18522,
- "_LEGTEDLSDVLVR_"
- ],
- [
- 29962,
- 3,
- 21,
- 6,
- 0.28496,
- "_ALSDDGVSDLEDPTLTPLKDTER_"
- ],
- [
- 30716,
- 2,
- 19,
- 5,
- 0.25646,
- "_NEGNIFPNPEATFVK_"
- ],
- [
- 23633,
- 2,
- 23,
- 5,
- 0.31347,
- "_GVVDSEDLPLNISR_"
- ],
- [
- 35874,
- 2,
- 14,
- 3,
- 0.18522,
- "_VQSGSESVIQEYVDLR_"
- ],
- [
- 50217,
- 3,
- 14,
- 5,
- 0.18522,
- "_TFGGFASSSFGEQKPTGTFSSGGGSVASQGFGFSSPNK_"
- ],
- [
- 21931,
- 3,
- 15,
- 4,
- 0.19947,
- "_LWEVQCESPTFTVAWHPK_"
- ],
- [
- 32288,
- 2,
- 16,
- 4,
- 0.21371,
- "_YLLETSGNLDGLEYK_"
- ],
- [
- 42731,
- 2,
- 15,
- 6,
- 0.19947,
- "_TVLMNPNIASVQTNEVGLK_"
- ],
- [
- 13078,
- 2,
- 15,
- 3,
- 0.19947,
- "_FTTDAIALAMSR_"
- ],
- [
- 31701,
- 3,
- 14,
- 4,
- 0.18522,
- "_KPALGFYDTSEENYQALDADFR_"
- ],
- [
- 10657,
- 2,
- 13,
- 3,
- 0.17094,
- "_FMEPYIFGSR_"
- ],
- [
- 40245,
- 3,
- 16,
- 7,
- 0.21371,
- "_HMDGGQIDGQEITATAVLAPWPRPPPR_"
- ],
- [
- 13792,
- 3,
- 16,
- 4,
- 0.21371,
- "_ETLVYLTHLDYVDTER_"
- ],
- [
- 21390,
- 3,
- 13,
- 2,
- 0.17094,
- "_AAVGVSMAHFSVSDALMSPPPK_"
- ],
- [
- 41064,
- 2,
- 17,
- 6,
- 0.22795,
- "_ETLVYLTHLDYVDTER_"
- ],
- [
- 43676,
- 2,
- 14,
- 5,
- 0.18522,
- "_GLDKLEENLPILQQPTEK_"
- ],
- [
- 31384,
- 3,
- 17,
- 6,
- 0.22795,
- "_CSSLQAPIMLLSGHEGEVYCCK_"
- ],
- [
- 37042,
- 2,
- 21,
- 5,
- 0.28493,
- "_TLGHNLLVSELYNQLK_"
- ],
- [
- 17451,
- 3,
- 17,
- 5,
- 0.22794,
- "_MLAQPLKDSDVEVYNIIK_"
- ],
- [
- 15808,
- 2,
- 13,
- 4,
- 0.17091,
- "_AFEDTLQLMER_"
- ],
- [
- 10972,
- 2,
- 20,
- 5,
- 0.27069,
- "_FEELNADLFR_"
- ],
- [
- 30948,
- 4,
- 16,
- 8,
- 0.21369,
- "_LISKPVASDSTYFAWCPDGEHILTATCAPR_"
- ],
- [
- 43518,
- 4,
- 11,
- 9,
- 0.14237,
- "_EAATQEDPEQLPELEAHGVSESEGEERPVAEEEILLR_"
- ],
- [
- 14483,
- 3,
- 18,
- 2,
- 0.24218,
- "_YVRPGGGFEPNFMLFEK_"
- ],
- [
- 29234,
- 2,
- 12,
- 5,
- 0.15663,
- "_LNEGVVEFASYGDLK_"
- ],
- [
- 8015,
- 4,
- 11,
- 6,
- 0.14237,
- "_QFGFIVLTTSAGIMDHEEARR_"
- ],
- [
- 44724,
- 2,
- 16,
- 5,
- 0.21369,
- "_HVFWGSGSHTLPALLENLK_"
- ],
- [
- 36210,
- 3,
- 13,
- 5,
- 0.17091,
- "_TLGNVTYMSQVLIQCAGSEEKNER_"
- ],
- [
- 21767,
- 3,
- 18,
- 6,
- 0.24218,
- "_AINVLLEGNPDTHSWEMVGK_"
- ],
- [
- 17093,
- 3,
- 19,
- 4,
- 0.25643,
- "_GLDKLEENLPILQQPTEK_"
- ],
- [
- 16627,
- 3,
- 16,
- 5,
- 0.21369,
- "_LSNTQGVVSAFSTMMSVHR_"
- ],
- [
- 15105,
- 2,
- 11,
- 4,
- 0.14237,
- "_KFTFGLDWVPK_"
- ],
- [
- 19036,
- 2,
- 19,
- 5,
- 0.25643,
- "_GIFGFTDSDCIGK_"
- ],
- [
- 18253,
- 2,
- 15,
- 2,
- 0.19944,
- "_LQQYYIFIPSK_"
- ],
- [
- 36433,
- 2,
- 11,
- 4,
- 0.14237,
- "_ENVATTDTLESTTVGTSV_"
- ],
- [
- 22809,
- 2,
- 14,
- 5,
- 0.18516,
- "_VYEFLDKLDVVR_"
- ],
- [
- 49080,
- 2,
- 14,
- 6,
- 0.18516,
- "_MESADQAVAELNGTQVESVQLK_"
- ],
- [
- 44707,
- 3,
- 4,
- 3,
- 0.042709,
- "_TSVVFHQLGTAMPMSVEEGPECQGPVVDR_"
- ],
- [
- 46902,
- 2,
- 14,
- 4,
- 0.18516,
- "_GSVEICHVLLQAGANINAVDK_"
- ],
- [
- 33971,
- 2,
- 35,
- 5,
- 0.48442,
- "_IHFPLATYAPVISAEK_"
- ],
- [
- 36027,
- 3,
- 14,
- 5,
- 0.18516,
- "_GYFHTFAGDTCQVALNFANEEEAK_"
- ],
- [
- 25107,
- 3,
- 21,
- 5,
- 0.28493,
- "_GHFEAFGTLTDCVVVVNPQTK_"
- ],
- [
- 40005,
- 2,
- 14,
- 7,
- 0.18516,
- "_ICYQEVSQCFGVLSSR_"
- ],
- [
- 27104,
- 2,
- 14,
- 4,
- 0.18516,
- "_LTIVSTVGFGDQINK_"
- ],
- [
- 37669,
- 2,
- 15,
- 6,
- 0.19944,
- "_CAVSEAAIILNSCVEPK_"
- ],
- [
- 34807,
- 2,
- 12,
- 5,
- 0.15663,
- "_NAAPILHLSGMDVTIVK_"
- ],
- [
- 49596,
- 3,
- 9,
- 5,
- 0.11389,
- "_AALLAQYADVTDEEDEADEKDDSGATTMNIGSDK_"
- ],
- [
- 33794,
- 3,
- 13,
- 6,
- 0.17091,
- "_SLVQNNCLSRPNIFLCPEIEPK_"
- ],
- [
- 1351,
- 2,
- 9,
- 3,
- 0.11388,
- "_WEINVIIK_"
- ],
- [
- 32156,
- 3,
- 18,
- 5,
- 0.24218,
- "_YGEDGLAGESVEFQNLATLKPSNK_"
- ],
- [
- 38566,
- 2,
- 12,
- 5,
- 0.15662,
- "_VLELEPNNFEATNELR_"
- ],
- [
- 10185,
- 2,
- 11,
- 2,
- 0.14238,
- "_ELAMQTFGVLK_"
- ],
- [
- 34486,
- 3,
- 18,
- 7,
- 0.24218,
- "_ENSIEILSSTIKPYNAEDNENFK_"
- ],
- [
- 15413,
- 3,
- 13,
- 3,
- 0.17087,
- "_VHLSTGELGIIDSAFGQSGK_"
- ],
- [
- 29550,
- 2,
- 13,
- 4,
- 0.17087,
- "_ILTDEMLLQACEGR_"
- ],
- [
- 1629,
- 3,
- 13,
- 3,
- 0.17087,
- "_LVLIGSNHSLPFLK_"
- ],
- [
- 22004,
- 2,
- 7,
- 2,
- 0.085407,
- "_AMDLVQEEFLQR_"
- ],
- [
- 7219,
- 3,
- 36,
- 6,
- 0.49867,
- "_IHFPLATYAPVISAEK_"
- ],
- [
- 12363,
- 2,
- 13,
- 5,
- 0.17087,
- "_NLDFGIDMDSR_"
- ],
- [
- 22585,
- 3,
- 13,
- 7,
- 0.17087,
- "_SHTEEDCTEELFDFLHAR_"
- ],
- [
- 11378,
- 3,
- 11,
- 6,
- 0.14238,
- "_IVLAAAGGVSHDELLDLAK_"
- ],
- [
- 14774,
- 4,
- 12,
- 4,
- 0.15662,
- "_SLVIELDKELYGPDNHLVEWHR_"
- ],
- [
- 22675,
- 2,
- 8,
- 3,
- 0.099646,
- "_TFDATNPLNLCVK_"
- ],
- [
- 38724,
- 2,
- 12,
- 7,
- 0.15662,
- "_IVLAAAGGVSHDELLDLAK_"
- ],
- [
- 15214,
- 2,
- 11,
- 4,
- 0.14238,
- "_EANLLNAVIVQR_"
- ],
- [
- 3248,
- 2,
- 11,
- 4,
- 0.14238,
- "_LGMMPLWTK_"
- ],
- [
- 49151,
- 2,
- 10,
- 7,
- 0.12814,
- "_ISGETIFVTAPHEATAGIIGVNR_"
- ],
- [
- 13698,
- 3,
- 20,
- 3,
- 0.27068,
- "_TSKPFNPLLGETFELDR_"
- ],
- [
- 21836,
- 3,
- 12,
- 4,
- 0.15662,
- "_LLTHWEQMDYGLQFTSSR_"
- ],
- [
- 45885,
- 2,
- 12,
- 4,
- 0.15662,
- "_VGSHITGGDIYGIVSENSLIK_"
- ],
- [
- 8188,
- 2,
- 9,
- 3,
- 0.11388,
- "_TSLSALTQLMK_"
- ],
- [
- 1928,
- 3,
- 12,
- 4,
- 0.15662,
- "_IPLLYDAEIHLTR_"
- ],
- [
- 44142,
- 4,
- 9,
- 4,
- 0.11388,
- "_ELTVDPTAAGDVRPIMHHPPNQIDDLETQWGVGSSPQR_"
- ],
- [
- 39776,
- 3,
- 9,
- 5,
- 0.11388,
- "_LSQTVAPNCFNSSINNIHEMEIQLK_"
- ],
- [
- 17653,
- 3,
- 10,
- 5,
- 0.12814,
- "_ALEIYQHQVVVANILESR_"
- ],
- [
- 8801,
- 2,
- 15,
- 5,
- 0.19941,
- "_NLDFQDVLDK_"
- ],
- [
- 13926,
- 3,
- 17,
- 7,
- 0.22794,
- "_HEDLKDMLEFPAQELR_"
- ],
- [
- 6439,
- 4,
- 17,
- 6,
- 0.22794,
- "_PLFLVHPIEGSTTVFHSLASR_"
- ],
- [
- 30204,
- 2,
- 17,
- 4,
- 0.22794,
- "_SEETNTEIVECILK_"
- ],
- [
- 49588,
- 2,
- 18,
- 7,
- 0.24218,
- "_TPQGPPEIYSDTQFPSLQSTAK_"
- ],
- [
- 6489,
- 2,
- 16,
- 3,
- 0.21369,
- "_ILAIELENLK_"
- ],
- [
- 22783,
- 2,
- 16,
- 7,
- 0.21369,
- "_GLVVDMDGFEEER_"
- ],
- [
- 12141,
- 3,
- 16,
- 5,
- 0.21369,
- "_IDPQTGWPFFVDHNSR_"
- ],
- [
- 673,
- 2,
- 14,
- 4,
- 0.18516,
- "_VNIIPLIAK_"
- ],
- [
- 27188,
- 2,
- 13,
- 6,
- 0.17089,
- "_GNTAAQMAQILSFNK_"
- ],
- [
- 32896,
- 2,
- 17,
- 6,
- 0.22796,
- "_AYSNWPTYPQLYVK_"
- ],
- [
- 44918,
- 2,
- 17,
- 7,
- 0.22796,
- "_ETLLNGVGYLHEGLSPMER_"
- ],
- [
- 31761,
- 2,
- 15,
- 3,
- 0.19943,
- "_EEPGSDSGTTAVVALIR_"
- ],
- [
- 28851,
- 3,
- 15,
- 6,
- 0.19943,
- "_TPALIVYGDQDPMGQTSFEHLK_"
- ],
- [
- 34456,
- 2,
- 7,
- 2,
- 0.085447,
- "_GGNQTSGIDFFITQER_"
- ],
- [
- 17010,
- 3,
- 12,
- 4,
- 0.15666,
- "_VTLENFYSNLIAQHEER_"
- ],
- [
- 27737,
- 3,
- 12,
- 5,
- 0.15666,
- "_QFNLTPPICEQAEYHMFQR_"
- ],
- [
- 51356,
- 2,
- 11,
- 5,
- 0.14241,
- "_VNLIYGTISDGCTEQSCPVMSGGPK_"
- ],
- [
- 40937,
- 3,
- 11,
- 6,
- 0.14241,
- "_NVASVCLQIGYPTVASVPHSIINGYKR_"
- ],
- [
- 36633,
- 2,
- 9,
- 2,
- 0.11392,
- "_DIVQWLNASSGMKPER_"
- ],
- [
- 35763,
- 2,
- 9,
- 6,
- 0.11392,
- "_MEVQEQEEDISSLIR_"
- ],
- [
- 19296,
- 4,
- 10,
- 5,
- 0.12815,
- "_NWRDPDQTDGLGLSYLSSHIANVER_"
- ],
- [
- 21617,
- 2,
- 9,
- 4,
- 0.11392,
- "_LLLWAQNELDQK_"
- ],
- [
- 22242,
- 2,
- 10,
- 4,
- 0.12815,
- "_LLPDTINSINLDR_"
- ],
- [
- 29709,
- 4,
- 10,
- 7,
- 0.12815,
- "_NSMYHVGDYVYVEPAEANLQPHIVCIER_"
- ],
- [
- 34559,
- 3,
- 10,
- 2,
- 0.12815,
- "_ELENLLSQEEEENIVLEEENKK_"
- ],
- [
- 16182,
- 3,
- 8,
- 3,
- 0.15666,
- "_VCNALALLQCVASHPETR_"
- ],
- [
- 35541,
- 3,
- 15,
- 5,
- 0.19943,
- "_VMSAILMENTPGSENHEDIELLQK_"
- ],
- [
- 26787,
- 2,
- 15,
- 3,
- 0.19943,
- "_LLAPDCEIIQEVGK_"
- ],
- [
- 24902,
- 2,
- 17,
- 6,
- 0.22796,
- "_FMATNDLMTELQK_"
- ],
- [
- 32515,
- 2,
- 14,
- 4,
- 0.18515,
- "_QSPECENFLDVGLGR_"
- ],
- [
- 18317,
- 2,
- 19,
- 4,
- 0.25646,
- "_DTPDEPWAFPAR_"
- ],
- [
- 31985,
- 2,
- 14,
- 6,
- 0.18515,
- "_EGEEAGPGDPLLEAVPK_"
- ],
- [
- 20849,
- 2,
- 20,
- 7,
- 0.27069,
- "_MAIMVQSPMFDGK_"
- ],
- [
- 41292,
- 2,
- 6,
- 4,
- 0.071228,
- "_WSNMATMPTLPETQAGIK_"
- ],
- [
- 34795,
- 4,
- 14,
- 3,
- 0.18515,
- "_CFGFVTYSNVEEADAAMAASPHAVDGNTVELKR_"
- ],
- [
- 43537,
- 3,
- 13,
- 5,
- 0.17089,
- "_EEDPPGEEDLPGEEDLPGEEDLPEVKPK_"
- ],
- [
- 28233,
- 3,
- 14,
- 6,
- 0.18515,
- "_KNPGVGNGDDEAAELMQQVNVLK_"
- ],
- [
- 39353,
- 2,
- 10,
- 4,
- 0.12814,
- "_EGGGGISCVLQDGCVFEK_"
- ],
- [
- 28054,
- 2,
- 20,
- 2,
- 0.27068,
- "_DELKEALDDVTLPR_"
- ],
- [
- 9409,
- 2,
- 15,
- 5,
- 0.19937,
- "_ILALASFEVEK_"
- ],
- [
- 21464,
- 2,
- 6,
- 2,
- 0.07122,
- "_FLEQSMDIEDLK_"
- ],
- [
- 40164,
- 3,
- 13,
- 7,
- 0.17088,
- "_VMGIVENMSGFTCPHCTECTSVFSR_"
- ],
- [
- 2297,
- 2,
- 13,
- 4,
- 0.17088,
- "_FLGTEVLLR_"
- ],
- [
- 16036,
- 2,
- 18,
- 2,
- 0.24219,
- "_DNIQAMVIVPTR_"
- ],
- [
- 26295,
- 3,
- 17,
- 4,
- 0.22791,
- "_SGTGIHIDPLGTSAWNALVQGHK_"
- ],
- [
- 33703,
- 4,
- 13,
- 6,
- 0.17088,
- "_GDPQQQSITHIAIPQEAYNAVHVSGSPTALAAVK_"
- ],
- [
- 46348,
- 3,
- 10,
- 7,
- 0.12814,
- "_LHQQLQDCFSISDCPVWMDSSTTAQCR_"
- ],
- [
- 23183,
- 2,
- 11,
- 4,
- 0.14238,
- "_IGNTGGMLDNILASK_"
- ],
- [
- 16102,
- 4,
- 13,
- 5,
- 0.17088,
- "_GDTNIKPILQVINIRPITTGNSPPR_"
- ],
- [
- 28693,
- 3,
- 12,
- 3,
- 0.15664,
- "_LLYMLAEALPVSHGAHFSGDVSK_"
- ],
- [
- 47194,
- 2,
- 13,
- 4,
- 0.17088,
- "_ISTLYYQLGDHELSLSEVR_"
- ],
- [
- 22815,
- 2,
- 13,
- 3,
- 0.17088,
- "_DILLRPELEELR_"
- ],
- [
- 17793,
- 3,
- 15,
- 5,
- 0.19937,
- "_DKNEQAFEEVFQNANFR_"
- ],
- [
- 33882,
- 2,
- 17,
- 6,
- 0.22791,
- "_PMCVESFSDYPPLGR_"
- ],
- [
- 2700,
- 2,
- 20,
- 5,
- 0.27068,
- "_IPDWFLNR_"
- ],
- [
- 41596,
- 3,
- 20,
- 5,
- 0.27068,
- "_NSVTFVAEQVSHHPPISAFYAECFNK_"
- ],
- [
- 22273,
- 2,
- 10,
- 2,
- 0.12814,
- "_GVGQADWTPDLGLR_"
- ],
- [
- 14361,
- 3,
- 11,
- 4,
- 0.14238,
- "_TIEDLDENQLKDEFFK_"
- ],
- [
- 38914,
- 2,
- 10,
- 4,
- 0.12814,
- "_ALIQYFSPYVSADMHR_"
- ],
- [
- 46566,
- 2,
- 9,
- 4,
- 0.1139,
- "_TVQAAPPALPGPPGAPVNMYSR_"
- ],
- [
- 26495,
- 2,
- 16,
- 5,
- 0.21366,
- "_IAPPEAPVTGYMFGK_"
- ],
- [
- 12769,
- 2,
- 12,
- 3,
- 0.1566,
- "_ENLSYDLVPLK_"
- ],
- [
- 22531,
- 2,
- 12,
- 6,
- 0.1566,
- "_LTYIDKWFLYK_"
- ],
- [
- 4774,
- 3,
- 11,
- 3,
- 0.14237,
- "_LITDTDSFLHDAGLR_"
- ],
- [
- 39808,
- 3,
- 12,
- 7,
- 0.1566,
- "_SVGDESWEQTQEGDVGALYHEQLALK_"
- ],
- [
- 16824,
- 2,
- 11,
- 3,
- 0.14237,
- "_LELQSALEAEIR_"
- ],
- [
- 11526,
- 2,
- 12,
- 4,
- 0.1566,
- "_GVVFSVTTVDLK_"
- ],
- [
- 50257,
- 2,
- 12,
- 5,
- 0.1566,
- "_DNQGILYEAAPTSTLTCDSGPQK_"
- ],
- [
- 1128,
- 2,
- 8,
- 2,
- 0.099678,
- "_EFLNELLK_"
- ],
- [
- 4991,
- 2,
- 11,
- 4,
- 0.14237,
- "_DIFPAGWCR_"
- ],
- [
- 30723,
- 2,
- 13,
- 3,
- 0.17086,
- "_LADFGVAGQLTDTQIK_"
- ],
- [
- 18645,
- 3,
- 11,
- 5,
- 0.14237,
- "_KDELDSLITAITTNGAHPSK_"
- ],
- [
- 43860,
- 3,
- 5,
- 5,
- 0.056969,
- "_NLSVQVSEANLIGTGTSEHWVDDEGPQPK_"
- ],
- [
- 20432,
- 3,
- 11,
- 6,
- 0.14237,
- "_GPFLPGFRPVSSAPGPGWVSR_"
- ],
- [
- 6446,
- 2,
- 11,
- 4,
- 0.14237,
- "_DIVVPSLNVAK_"
- ],
- [
- 46663,
- 3,
- 12,
- 8,
- 0.1566,
- "_GSDELFSTCVTNGPFIMSSNSASAANGNDSKK_"
- ],
- [
- 17354,
- 3,
- 9,
- 5,
- 0.1139,
- "_AQIMGFMPVTYKDPAYLK_"
- ],
- [
- 24790,
- 2,
- 9,
- 4,
- 0.1139,
- "_LLEAQIATGGIIDPK_"
- ],
- [
- 16645,
- 2,
- 7,
- 5,
- 0.085447,
- "_LFEAEEQDLFK_"
- ],
- [
- 15539,
- 2,
- 17,
- 4,
- 0.22788,
- "_TTSQLCWPLLK_"
- ],
- [
- 43622,
- 2,
- 9,
- 3,
- 0.1139,
- "_VTLENFYSNLIAQHEER_"
- ],
- [
- 41309,
- 3,
- 10,
- 3,
- 0.12813,
- "_AGAGAPVVGSGSSGGGNAFTGLGPVSTLPSLHGK_"
- ],
- [
- 44140,
- 2,
- 14,
- 6,
- 0.18511,
- "_ALEIYQHQVVVANILESR_"
- ],
- [
- 8550,
- 4,
- 16,
- 7,
- 0.2136,
- "_IDWPVGSPATIHYPALDGHLSR_"
- ],
- [
- 41996,
- 2,
- 7,
- 6,
- 0.085447,
- "_GGLVLFSANSNSSCMELSK_"
- ],
- [
- 5110,
- 2,
- 14,
- 4,
- 0.18511,
- "_ENVMEDFLK_"
- ],
- [
- 28996,
- 3,
- 14,
- 5,
- 0.18511,
- "_YTAPQPEQCMFHDDWISSIK_"
- ],
- [
- 5344,
- 3,
- 9,
- 2,
- 0.1139,
- "_GDTNIKPILQVINIR_"
- ],
- [
- 15711,
- 2,
- 8,
- 3,
- 0.099678,
- "_SFYGSTLFLCR_"
- ],
- [
- 34322,
- 2,
- 9,
- 5,
- 0.1139,
- "_SLGELGLEHFQAPLVR_"
- ],
- [
- 35739,
- 2,
- 7,
- 4,
- 0.085447,
- "_NAVANNNAAVCLLYLGK_"
- ],
- [
- 51414,
- 3,
- 7,
- 5,
- 0.085447,
- "_YIQTDSGPYCVPCYDNTFANTCAECQQLIGHDSR_"
- ],
- [
- 30911,
- 2,
- 10,
- 6,
- 0.12813,
- "_GTGGIFEVCWNAAGDK_"
- ],
- [
- 8587,
- 3,
- 10,
- 4,
- 0.12813,
- "_PVVTLTSYWEDISHR_"
- ],
- [
- 32173,
- 2,
- 8,
- 2,
- 0.099678,
- "_LHPVILASIVDSYER_"
- ],
- [
- 28719,
- 2,
- 19,
- 5,
- 0.25641,
- "_FHDIISDAEIEIVK_"
- ],
- [
- 49883,
- 2,
- 8,
- 4,
- 0.099678,
- "_MVCEAADDAPSSEEEAIVVLCK_"
- ],
- [
- 36762,
- 3,
- 9,
- 3,
- 0.1139,
- "_(Acetyl (Protein N-term))AHCVTLVQLSISCDHLIDKDIGSK_"
- ],
- [
- 26952,
- 2,
- 9,
- 3,
- 0.1139,
- "_ADSSSVLPSPLSISTK_"
- ],
- [
- 48164,
- 2,
- 9,
- 4,
- 0.11392,
- "_QQQLAGNGAPFEESLAPLQER_"
- ],
- [
- 27811,
- 2,
- 9,
- 5,
- 0.11392,
- "_SNFLVLCYLHDVK_"
- ],
- [
- 19559,
- 2,
- 10,
- 3,
- 0.12814,
- "_SYTLTTGMDLVVK_"
- ],
- [
- 3278,
- 4,
- 9,
- 4,
- 0.11392,
- "_VCAPEETTFHLLHLSLMR_"
- ],
- [
- 43560,
- 3,
- 12,
- 4,
- 0.15661,
- "_DGGNPFAEPSELDNPFQDPAVIQHRPSR_"
- ],
- [
- 6675,
- 3,
- 13,
- 4,
- 0.17084,
- "_KVGILDVDLCGPSIPR_"
- ],
- [
- 11557,
- 3,
- 11,
- 3,
- 0.14237,
- "_ALIQYFSPYVSADMHR_"
- ],
- [
- 33561,
- 3,
- 12,
- 5,
- 0.15661,
- "_LGVEPSDDDCVSVQHVCTIVSFR_"
- ],
- [
- 17231,
- 3,
- 12,
- 4,
- 0.15661,
- "_LAEFLSEHPNVTLTISAAR_"
- ],
- [
- 43305,
- 2,
- 10,
- 5,
- 0.12814,
- "_VEAGSSTSGSDIIDLAGDTVR_"
- ],
- [
- 41526,
- 2,
- 8,
- 4,
- 0.099686,
- "_TIEDLDENQLKDEFFK_"
- ],
- [
- 10667,
- 2,
- 10,
- 4,
- 0.12814,
- "_GIQEEMEALVK_"
- ],
- [
- 12427,
- 3,
- 12,
- 2,
- 0.15661,
- "_IEANAGQLYLTGVVVLHK_"
- ],
- [
- 23974,
- 2,
- 10,
- 2,
- 0.12814,
- "_TLNDELEIIEGM(Oxidation (M))K_"
- ],
- [
- 19478,
- 3,
- 12,
- 6,
- 0.15661,
- "_AHFVYGIACDNGCIWDLK_"
- ],
- [
- 36221,
- 2,
- 9,
- 2,
- 0.11392,
- "_YM(Oxidation (M))TISGFQIEETIDR_"
- ],
- [
- 17565,
- 2,
- 11,
- 5,
- 0.14237,
- "_EDYYDIQLSIK_"
- ],
- [
- 39633,
- 2,
- 11,
- 3,
- 0.14237,
- "_VDSLVSLSEEDLESDQR_"
- ],
- [
- 47925,
- 2,
- 9,
- 3,
- 0.11392,
- "_MYDLNSNNPNPIISYDGVNK_"
- ],
- [
- 32752,
- 4,
- 9,
- 6,
- 0.11392,
- "_VTGIQLLNTPAPLPTSCNPSDMSHGYVTVKPR_"
- ],
- [
- 47213,
- 3,
- 17,
- 7,
- 0.22783,
- "_IYCVACQELDSDVDKDNPALNAQAALSQAR_"
- ],
- [
- 37385,
- 2,
- 18,
- 4,
- 0.24212,
- "_SLVEASSSGVSVLSLCEK_"
- ],
- [
- 5287,
- 2,
- 18,
- 5,
- 0.24212,
- "_LGDDIDLIVR_"
- ],
- [
- 7449,
- 2,
- 15,
- 5,
- 0.19935,
- "_LGGNEIVSFLK_"
- ],
- [
- 28474,
- 3,
- 26,
- 7,
- 0.35614,
- "_HVAEVLEYTKDEQLESLFQR_"
- ],
- [
- 41015,
- 2,
- 21,
- 5,
- 0.2849,
- "_HNQLPLVIEFTEQTAPK_"
- ],
- [
- 40782,
- 4,
- 13,
- 7,
- 0.17084,
- "_TKKPGAGDTAFPGTGGFSATFDYQQAFGNSTGGFDGQAR_"
- ],
- [
- 21433,
- 3,
- 18,
- 4,
- 0.24212,
- "_FVLAPSATPAEAFIQHDETR_"
- ],
- [
- 5856,
- 3,
- 15,
- 6,
- 0.19935,
- "_LHPVILASIVDSYER_"
- ],
- [
- 13292,
- 3,
- 18,
- 9,
- 0.24212,
- "_GYIFLEYASPAHAVDAVK_"
- ],
- [
- 20117,
- 2,
- 15,
- 5,
- 0.19935,
- "_DGEAVWFGCDVGK_"
- ],
- [
- 42098,
- 2,
- 4,
- 2,
- 0.042688,
- "_ANQTSVGCTQLVLVEGLSK_"
- ],
- [
- 26009,
- 2,
- 6,
- 3,
- 0.071207,
- "_AQEGWFSLSGSELR_"
- ],
- [
- 24960,
- 2,
- 14,
- 6,
- 0.1851,
- "_DPIVMGVTVEAGQVK_"
- ],
- [
- 51577,
- 2,
- 14,
- 9,
- 0.1851,
- "_HTGPGILSMANAGPNTNGSQFFICTAK_"
- ],
- [
- 18655,
- 3,
- 17,
- 6,
- 0.22783,
- "_LSEMEAYLENIEKEEER_"
- ],
- [
- 35061,
- 2,
- 14,
- 6,
- 0.1851,
- "_EVYPHVSTIINICLK_"
- ],
- [
- 38739,
- 4,
- 33,
- 9,
- 0.45592,
- "_YGPQYGHPPPPPPPPEYGPHADSPVLMVYGLDQSK_"
- ],
- [
- 15393,
- 2,
- 9,
- 3,
- 0.11393,
- "_TPLEELCLQIK_"
- ],
- [
- 34388,
- 2,
- 12,
- 6,
- 0.15662,
- "_(Acetyl (Protein N-term))ADHVQSLAQLENLCK_"
- ],
- [
- 38132,
- 2,
- 16,
- 3,
- 0.27062,
- "_TPAVSISCLELSNNLEK_"
- ],
- [
- 49136,
- 2,
- 11,
- 5,
- 0.14238,
- "_VWNNSSTVNAVPVAPPVCDVAR_"
- ],
- [
- 37032,
- 2,
- 9,
- 5,
- 0.11393,
- "_VTEQEVDAIGQTLVDPK_"
- ],
- [
- 25303,
- 2,
- 11,
- 4,
- 0.19935,
- "_IQAMEAAVQLSFDK_"
- ],
- [
- 46119,
- 2,
- 14,
- 5,
- 0.18509,
- "_EIYCPAPPQIDNGIIQGER_"
- ],
- [
- 41232,
- 3,
- 9,
- 5,
- 0.11393,
- "_LLEAQACTGGIIDPSTGERFPVTDAVNK_"
- ],
- [
- 14057,
- 2,
- 12,
- 4,
- 0.15662,
- "_GGPTVDPEELFR_"
- ],
- [
- 48038,
- 2,
- 11,
- 6,
- 0.14238,
- "_IVDIIDTTGSGDVNTATEVEPK_"
- ],
- [
- 7489,
- 3,
- 11,
- 6,
- 0.14238,
- "_SLGELGLEHFQAPLVR_"
- ],
- [
- 35583,
- 2,
- 11,
- 5,
- 0.14238,
- "_(Acetyl (Protein N-term))MQDAENVAVPEAAEER_"
- ],
- [
- 14836,
- 2,
- 10,
- 4,
- 0.12816,
- "_LTGQLFLGGSIVK_"
- ],
- [
- 44798,
- 2,
- 24,
- 7,
- 0.32763,
- "_NVIDGDLCEQFNSMEPNK_"
- ],
- [
- 18471,
- 3,
- 23,
- 6,
- 0.31339,
- "_HVFWGSGSHTLPALLENLK_"
- ],
- [
- 15414,
- 3,
- 10,
- 3,
- 0.12816,
- "_WLIELIKDDYNETVHK_"
- ],
- [
- 10871,
- 4,
- 18,
- 7,
- 0.24208,
- "_LRPLFEACGEVVQIRPIFSNR_"
- ],
- [
- 50715,
- 2,
- 10,
- 6,
- 0.12816,
- "_TQDGVALEIQPLNSQEGIDNEEK_"
- ],
- [
- 3657,
- 4,
- 11,
- 5,
- 0.14238,
- "_NPLFQETLGLKPHLLVLNK_"
- ],
- [
- 40495,
- 3,
- 15,
- 6,
- 0.19935,
- "_DLLSTQPSETLASSDSFASTQPTHSWK_"
- ],
- [
- 42654,
- 2,
- 12,
- 6,
- 0.15662,
- "_ISDVIEDSVVEDYNSVDK_"
- ],
- [
- 13530,
- 3,
- 13,
- 5,
- 0.17085,
- "_KFMQDPMEVFVDDETK_"
- ],
- [
- 47492,
- 2,
- 14,
- 6,
- 0.18509,
- "_TELFIAAEGIHTGQFVYCGK_"
- ],
- [
- 21068,
- 3,
- 15,
- 5,
- 0.19935,
- "_VREQLGPVTQEFWDNLEK_"
- ],
- [
- 20149,
- 3,
- 20,
- 5,
- 0.27062,
- "_VGSHITGGDIYGIVSENSLIK_"
- ],
- [
- 16930,
- 2,
- 7,
- 3,
- 0.085453,
- "_GVPLQFDINSVGK_"
- ],
- [
- 45035,
- 2,
- 13,
- 5,
- 0.17085,
- "_FHMVDGNVSGEFTDLVPEK_"
- ],
- [
- 20814,
- 4,
- 8,
- 3,
- 0.099678,
- "_TEEVKQDKDDIINIFSVASGHLYER_"
- ],
- [
- 32022,
- 2,
- 13,
- 6,
- 0.17085,
- "_NPDIFTEVANCCIR_"
- ],
- [
- 15931,
- 2,
- 13,
- 5,
- 0.17085,
- "_VVYSAFLMATPR_"
- ],
- [
- 8675,
- 2,
- 7,
- 2,
- 0.085453,
- "_LLDEQFAVLR_"
- ],
- [
- 8096,
- 3,
- 13,
- 4,
- 0.17085,
- "_EVYPHVSTIINICLK_"
- ],
- [
- 13211,
- 3,
- 14,
- 2,
- 0.18509,
- "_IPVLSWIHPESQATITR_"
- ],
- [
- 30380,
- 2,
- 14,
- 4,
- 0.18509,
- "_EGAFSNFPISEETIK_"
- ],
- [
- 29053,
- 2,
- 13,
- 4,
- 0.17085,
- "_DAAVDTLFGDLKEDK_"
- ],
- [
- 7885,
- 2,
- 14,
- 5,
- 0.18508,
- "_ISMPDVGLNLK_"
- ],
- [
- 10274,
- 3,
- 12,
- 5,
- 0.15661,
- "_MHLSNTLLDGEMIIDR_"
- ],
- [
- 39580,
- 2,
- 12,
- 2,
- 0.15661,
- "_NAQELACGVCLLNVDSR_"
- ],
- [
- 14881,
- 3,
- 10,
- 4,
- 0.12816,
- "_GGHFAAFEEPELLAQDIR_"
- ],
- [
- 6295,
- 2,
- 17,
- 5,
- 0.22782,
- "_LLDIEGLYSK_"
- ],
- [
- 16808,
- 3,
- 10,
- 6,
- 0.12816,
- "_ETYGLVETFNLRPNEFK_"
- ],
- [
- 12843,
- 4,
- 8,
- 4,
- 0.099678,
- "_WSFDETVTHFIYQGRPNDTNR_"
- ],
- [
- 49314,
- 3,
- 12,
- 6,
- 0.15661,
- "_ITEDFIATYQANYGFSNDGASSSTANVEDVHAR_"
- ],
- [
- 18566,
- 3,
- 24,
- 4,
- 0.32762,
- "_EKFEGVELNTDEPPMVFK_"
- ],
- [
- 12187,
- 2,
- 8,
- 3,
- 0.099678,
- "_FNLDATELSIR_"
- ],
- [
- 11610,
- 2,
- 17,
- 6,
- 0.22782,
- "_ALDTMNFDVIK_"
- ],
- [
- 31466,
- 2,
- 15,
- 7,
- 0.19931,
- "_DVKPSNVLINALGQVK_"
- ],
- [
- 3872,
- 3,
- 12,
- 6,
- 0.15661,
- "_TTIEAIHGLMSQVIK_"
- ],
- [
- 21314,
- 3,
- 20,
- 7,
- 0.27059,
- "_YFHVVIAGPQDSPFEGGTFK_"
- ],
- [
- 45090,
- 2,
- 10,
- 5,
- 0.12816,
- "_APSVASSWQPWTPVPQAGEK_"
- ],
- [
- 29597,
- 2,
- 7,
- 2,
- 0.085434,
- "_ADPSLLGFSVNASSER_"
- ],
- [
- 23764,
- 3,
- 12,
- 7,
- 0.15661,
- "_MVNSNLASVEELKEIDVEVR_"
- ],
- [
- 4286,
- 2,
- 21,
- 5,
- 0.28484,
- "_DSFPWEVPK_"
- ],
- [
- 4053,
- 2,
- 7,
- 2,
- 0.085434,
- "_LALELPDVTK_"
- ],
- [
- 43800,
- 2,
- 12,
- 4,
- 0.15661,
- "_DDDEGPVSNQGYMPYLNR_"
- ],
- [
- 28833,
- 3,
- 11,
- 5,
- 0.14239,
- "_EVFNTDECSIQHCLYQFTR_"
- ],
- [
- 39300,
- 4,
- 32,
- 7,
- 0.44161,
- "_GDFFPPERPQQLPHGLGGIGMGLGPGGQPIDANHLNK_"
- ],
- [
- 16252,
- 2,
- 9,
- 4,
- 0.1139,
- "_ENALSQLDVPFK_"
- ],
- [
- 34517,
- 2,
- 13,
- 4,
- 0.17084,
- "_LAGHDINYLALSGVLSK_"
- ],
- [
- 11310,
- 2,
- 11,
- 5,
- 0.14239,
- "_PVWSDDDWLK_"
- ],
- [
- 45636,
- 2,
- 9,
- 3,
- 0.1139,
- "_DGQLGLGHTEDIPYFTPCK_"
- ],
- [
- 37325,
- 2,
- 21,
- 2,
- 0.28484,
- "_(Acetyl (Protein N-term))AERPEDLNLPNAVITR_"
- ],
- [
- 35871,
- 2,
- 9,
- 4,
- 0.1139,
- "_LMLESQEFDHFLATK_"
- ],
- [
- 43073,
- 2,
- 13,
- 5,
- 0.17084,
- "_PVTTPEEIAQVATISANGDK_"
- ],
- [
- 49704,
- 2,
- 9,
- 6,
- 0.1139,
- "_GVVSMANNGPNTNGSQFFITYGK_"
- ],
- [
- 8578,
- 2,
- 17,
- 4,
- 0.22782,
- "_ALQIPEVYLR_"
- ],
- [
- 11754,
- 2,
- 8,
- 3,
- 0.099678,
- "_ELVPQDLWAAK_"
- ],
- [
- 28513,
- 3,
- 13,
- 5,
- 0.17084,
- "_AIGISNFNHLQVEMILNKPGLK_"
- ],
- [
- 20411,
- 3,
- 21,
- 7,
- 0.28484,
- "_LGGSPTSLGTWGSWIGPDHDK_"
- ],
- [
- 5089,
- 3,
- 9,
- 3,
- 0.1139,
- "_FLYVGGALHALPTGLR_"
- ],
- [
- 46109,
- 3,
- 5,
- 5,
- 0.056932,
- "_TAHNDTEPIEEEQEAFFEPPPGQGEDVLK_"
- ],
- [
- 44499,
- 2,
- 13,
- 3,
- 0.17083,
- "_NGQLAASVETAGDSELFLM(Oxidation (M))K_"
- ],
- [
- 35912,
- 3,
- 19,
- 6,
- 0.25628,
- "_GDTNIKPILQVINIRPITTGNSPPR_"
- ],
- [
- 17947,
- 2,
- 21,
- 3,
- 0.28481,
- "_VTAVIPCFPYAR_"
- ],
- [
- 24740,
- 3,
- 12,
- 6,
- 0.15661,
- "_QQPLTELAAHGDLVQSAVWSR_"
- ],
- [
- 47463,
- 2,
- 12,
- 4,
- 0.15661,
- "_NQQDGQLEDSPGLWPGAGTIR_"
- ],
- [
- 2555,
- 2,
- 15,
- 2,
- 0.1993,
- "_EAIVAALLTR_"
- ],
- [
- 13646,
- 2,
- 20,
- 5,
- 0.27053,
- "_DSVVAGFQWATK_"
- ],
- [
- 32645,
- 2,
- 8,
- 4,
- 0.099657,
- "_GDAFDFNVALQDHFK_"
- ],
- [
- 30938,
- 2,
- 21,
- 6,
- 0.28481,
- "_TPVEEVPAAIAPFQGR_"
- ],
- [
- 43792,
- 2,
- 13,
- 4,
- 0.17083,
- "_LAEFLSEHPNVTLTISAAR_"
- ],
- [
- 19603,
- 2,
- 14,
- 2,
- 0.18506,
- "_ANDDIIVNWVNR_"
- ],
- [
- 20905,
- 4,
- 22,
- 6,
- 0.29906,
- "_HMDGGQIDGQEITATAVLAPWPRPPPR_"
- ],
- [
- 41476,
- 2,
- 16,
- 6,
- 0.21354,
- "_TAWGQQPDLAANEAQLLR_"
- ],
- [
- 1968,
- 2,
- 14,
- 3,
- 0.18506,
- "_LDGFSVLMR_"
- ],
- [
- 45483,
- 2,
- 15,
- 4,
- 0.1993,
- "_HLQLQTQLEQLQEETFR_"
- ],
- [
- 3928,
- 2,
- 10,
- 2,
- 0.12813,
- "_YPTFIDALR_"
- ],
- [
- 46887,
- 3,
- 14,
- 6,
- 0.18506,
- "_DLDGTCSLHTTASTLDDDGNYTIMAANPQGR_"
- ],
- [
- 24105,
- 2,
- 10,
- 3,
- 0.12813,
- "_AGGLIYQLDSYAPR_"
- ],
- [
- 19716,
- 2,
- 17,
- 5,
- 0.22779,
- "_QVEEALHQLHAR_"
- ],
- [
- 27831,
- 2,
- 11,
- 5,
- 0.14238,
- "_YASPEMCFVFSDR_"
- ],
- [
- 46808,
- 3,
- 12,
- 4,
- 0.15661,
- "_YSSQFGGGSQYAYFHEEDESSFQLVDTAR_"
- ],
- [
- 24634,
- 3,
- 15,
- 4,
- 0.1993,
- "_STPLEENVVDREQIDFLAAR_"
- ],
- [
- 36354,
- 3,
- 6,
- 2,
- 0.071159,
- "_LAGLLQHPDPIVINHVISVDPNDQK_"
- ],
- [
- 4799,
- 2,
- 22,
- 3,
- 0.29906,
- "_VLIEILCTR_"
- ],
- [
- 40599,
- 2,
- 19,
- 4,
- 0.25628,
- "_GYIFLEYASPAHAVDAVK_"
- ],
- [
- 31087,
- 2,
- 10,
- 4,
- 0.12813,
- "_EGEGGLSLQVEPEWR_"
- ],
- [
- 19298,
- 3,
- 10,
- 5,
- 0.12813,
- "_YPYLWLCYNGEIYNHK_"
- ],
- [
- 42206,
- 3,
- 10,
- 3,
- 0.12813,
- "_LVIASTLYEDGTLDDGEYNPTDDRPSR_"
- ],
- [
- 43808,
- 2,
- 13,
- 4,
- 0.17084,
- "_GTGFGTGSTASGWDVEQALTK_"
- ],
- [
- 50556,
- 2,
- 12,
- 4,
- 0.15661,
- "_IESDVQEPTEPEDDLDIM(Oxidation (M))LGNK_"
- ],
- [
- 46187,
- 2,
- 7,
- 5,
- 0.08539,
- "_GENINICWSPDGQTIAVGNK_"
- ],
- [
- 47286,
- 2,
- 9,
- 4,
- 0.11389,
- "_GTWEELCNSCEMENEVLK_"
- ],
- [
- 15314,
- 2,
- 9,
- 3,
- 0.11389,
- "_VAVLQALASTVNR_"
- ],
- [
- 23083,
- 3,
- 9,
- 4,
- 0.11389,
- "_TEALELQDVHPELTVTIESK_"
- ],
- [
- 45552,
- 2,
- 12,
- 6,
- 0.15661,
- "_GLGVDSVDKDAMNAAIQQAIK_"
- ],
- [
- 44173,
- 2,
- 10,
- 2,
- 0.12813,
- "_ENITSDSLLTASMASESTVK_"
- ],
- [
- 20951,
- 2,
- 9,
- 3,
- 0.11389,
- "_(Acetyl (Protein N-term))AELVQGQSAPVGMK_"
- ],
- [
- 41832,
- 2,
- 11,
- 3,
- 0.14236,
- "_KLDIVEDSIYIAYGPNGK_"
- ],
- [
- 14682,
- 2,
- 11,
- 3,
- 0.14236,
- "_LQELTDLLQEK_"
- ],
- [
- 20455,
- 3,
- 11,
- 6,
- 0.14236,
- "_SLHVLDTFDGHFDGVPVVSK_"
- ],
- [
- 31776,
- 2,
- 10,
- 4,
- 0.12813,
- "_ISTITPQIQAFNLQK_"
- ],
- [
- 37397,
- 3,
- 10,
- 2,
- 0.12813,
- "_ICCIGAGYVGGPTCSVIAHMCPEIR_"
- ],
- [
- 44449,
- 2,
- 13,
- 5,
- 0.17084,
- "_DTLDYSSNTMESALQYEK_"
- ],
- [
- 23236,
- 3,
- 11,
- 5,
- 0.14236,
- "_DNWFCEPCSNPHPLVWAK_"
- ],
- [
- 42567,
- 2,
- 14,
- 3,
- 0.18506,
- "_LDQEDALLGSYPVDDGCR_"
- ],
- [
- 4363,
- 2,
- 19,
- 4,
- 0.25627,
- "_FYMYELLK_"
- ],
- [
- 41861,
- 2,
- 18,
- 5,
- 0.24203,
- "_VAVVLMDTQGAFDSQSTVK_"
- ],
- [
- 33838,
- 3,
- 14,
- 5,
- 0.18506,
- "_EGLGVNEVHYVDNQDCIDLIEAK_"
- ],
- [
- 16078,
- 3,
- 14,
- 4,
- 0.18506,
- "_VFVDIEFTGDPHQFEQK_"
- ],
- [
- 23470,
- 2,
- 19,
- 4,
- 0.25627,
- "_DEWLRPEDLPIK_"
- ],
- [
- 36698,
- 4,
- 17,
- 4,
- 0.22777,
- "_FSFLSKPVDENHQQDGDEDSLVSHFYTNPIAK_"
- ],
- [
- 17038,
- 4,
- 15,
- 7,
- 0.1993,
- "_(Acetyl (Protein N-term))AHCVTLVQLSISCDHLIDKDIGSK_"
- ],
- [
- 28614,
- 2,
- 17,
- 7,
- 0.22777,
- "_YMTISDEWDIPEK_"
- ],
- [
- 13150,
- 3,
- 14,
- 8,
- 0.18506,
- "_VCIESEHSMDTLLATLK_"
- ],
- [
- 35991,
- 2,
- 17,
- 6,
- 0.22777,
- "_QLIMANPQMQQLIQR_"
- ],
- [
- 12716,
- 3,
- 23,
- 4,
- 0.3133,
- "_TLDSWRDEFLIQASPR_"
- ],
- [
- 18713,
- 3,
- 24,
- 8,
- 0.32758,
- "_WFNGQPIHAELSPVTDFR_"
- ],
- [
- 29245,
- 2,
- 15,
- 5,
- 0.1993,
- "_TTIEAIHGLMSQVIK_"
- ],
- [
- 17217,
- 2,
- 12,
- 5,
- 0.17084,
- "_TDIFGVEETAIGK_"
- ],
- [
- 49939,
- 2,
- 12,
- 4,
- 0.1566,
- "_DSGSDEDFLMEDDDDSDYGSSK_"
- ],
- [
- 5209,
- 2,
- 13,
- 3,
- 0.17085,
- "_NVQGIIEILK_"
- ],
- [
- 44069,
- 3,
- 12,
- 6,
- 0.1566,
- "_NARPEDLMNMQHCNLLCLPENYQMK_"
- ],
- [
- 7957,
- 3,
- 12,
- 4,
- 0.1566,
- "_NAPWTLTPEFLAEHR_"
- ],
- [
- 29313,
- 2,
- 12,
- 3,
- 0.1566,
- "_SPALAFSLAATAQAAPR_"
- ],
- [
- 42911,
- 4,
- 15,
- 4,
- 0.1993,
- "_QHVAPVTSVEWHPQDSGVFAASGADHQITQWDLAVER_"
- ],
- [
- 9095,
- 3,
- 12,
- 3,
- 0.1566,
- "_LIQLMEEIMAEKENK_"
- ],
- [
- 14697,
- 3,
- 13,
- 5,
- 0.17085,
- "_KLDIVEDSIYIAYGPNGK_"
- ],
- [
- 2628,
- 2,
- 18,
- 4,
- 0.24201,
- "_IEGLLAAFPK_"
- ],
- [
- 4056,
- 2,
- 16,
- 5,
- 0.21354,
- "_YLAIAPPIIK_"
- ],
- [
- 23416,
- 3,
- 16,
- 7,
- 0.21354,
- "_TMCPLLSMKPGEYSYFSPR_"
- ],
- [
- 45295,
- 2,
- 11,
- 3,
- 0.14237,
- "_SLEPQEIADVSVQMCSPSR_"
- ],
- [
- 25026,
- 2,
- 16,
- 6,
- 0.21354,
- "_FNADEFEDMVAEK_"
- ],
- [
- 8777,
- 3,
- 13,
- 4,
- 0.17085,
- "_LMLESQEFDHFLATK_"
- ],
- [
- 42117,
- 2,
- 16,
- 7,
- 0.21354,
- "_IWNLSENSTSGSTQLVLR_"
- ],
- [
- 40801,
- 2,
- 13,
- 6,
- 0.17085,
- "_SLCIPFKPLCELQPGAK_"
- ],
- [
- 1904,
- 2,
- 11,
- 2,
- 0.14237,
- "_ILDEWFGR_"
- ],
- [
- 6771,
- 3,
- 16,
- 6,
- 0.21354,
- "_ECREPELGLEELLR_"
- ],
- [
- 45194,
- 2,
- 12,
- 4,
- 0.1566,
- "_VWAVLPSSPEACGAASLQER_"
- ],
- [
- 25067,
- 4,
- 19,
- 7,
- 0.25627,
- "_DGGNPFAEPSELDNPFQDPAVIQHRPSR_"
- ],
- [
- 20297,
- 3,
- 10,
- 5,
- 0.12813,
- "_FSNDDSSSYDKPITFLSLK_"
- ],
- [
- 43478,
- 2,
- 14,
- 5,
- 0.18508,
- "_ETYGLVETFNLRPNEFK_"
- ],
- [
- 37504,
- 3,
- 14,
- 6,
- 0.18508,
- "_TTPTGWTLDQCIQTGVDNPGHPFIK_"
- ],
- [
- 37685,
- 3,
- 20,
- 5,
- 0.27051,
- "_HTGPGILSMANAGPNTNGSQFFICTAK_"
- ],
- [
- 9541,
- 2,
- 13,
- 5,
- 0.17085,
- "_KLPAIALDLLR_"
- ],
- [
- 34892,
- 2,
- 20,
- 5,
- 0.27051,
- "_DYPDFSPSVDAEAIQK_"
- ],
- [
- 16615,
- 3,
- 10,
- 5,
- 0.12813,
- "_LYLNSNKLDFDGLPSGIGK_"
- ],
- [
- 9354,
- 2,
- 28,
- 5,
- 0.38455,
- "_IEVIEIMTDR_"
- ],
- [
- 8429,
- 2,
- 15,
- 5,
- 0.1993,
- "_HLSMFILLPK_"
- ],
- [
- 51140,
- 2,
- 14,
- 5,
- 0.18508,
- "_TLSVAAAFNEDEDSEPEEMPPEAK_"
- ],
- [
- 22614,
- 3,
- 14,
- 5,
- 0.18508,
- "_QNFLLFDMTTHPVTNTTEK_"
- ],
- [
- 29816,
- 2,
- 9,
- 6,
- 0.11385,
- "_LLDAQLATGGLVCPAR_"
- ],
- [
- 50092,
- 2,
- 14,
- 8,
- 0.18508,
- "_LVSSPCCIVTSTYGWTANM(Oxidation (M))ER_"
- ],
- [
- 10719,
- 3,
- 5,
- 2,
- 0.056934,
- "_KEQDDLLVLLADQDQK_"
- ],
- [
- 29143,
- 2,
- 5,
- 2,
- 0.056934,
- "_ESYHDCVLLFLSR_"
- ],
- [
- 13722,
- 3,
- 7,
- 3,
- 0.085405,
- "_YFSLQATHPLGFDDVVR_"
- ],
- [
- 5874,
- 3,
- 17,
- 7,
- 0.22778,
- "_RGVMLAVDAVIAELKK_"
- ],
- [
- 35592,
- 2,
- 7,
- 3,
- 0.085405,
- "_LNLEAINYM(Oxidation (M))AADGDFK_"
- ],
- [
- 41001,
- 2,
- 13,
- 2,
- 0.17084,
- "_FGWDCHGLPVEYEIDK_"
- ],
- [
- 40814,
- 2,
- 18,
- 5,
- 0.24201,
- "_KFMQDPMEVFVDDETK_"
- ],
- [
- 18782,
- 4,
- 5,
- 3,
- 0.056934,
- "_VDMANFAISSIRPHLMQQSVEYER_"
- ],
- [
- 51286,
- 2,
- 12,
- 6,
- 0.15661,
- "_ESFEGQM(Oxidation (M))TEDNIEVGICNEAGFR_"
- ],
- [
- 28191,
- 2,
- 8,
- 3,
- 0.099644,
- "_LGALQGDPEALTLYR_"
- ],
- [
- 22943,
- 2,
- 12,
- 3,
- 0.15661,
- "_DLELAYQVHGLLK_"
- ],
- [
- 36588,
- 2,
- 9,
- 5,
- 0.11387,
- "_NSDVLQSPLDSAARDEL_"
- ],
- [
- 47982,
- 2,
- 9,
- 2,
- 0.11387,
- "_EKIDLENTLEQEQEALVNR_"
- ],
- [
- 19673,
- 2,
- 9,
- 2,
- 0.11387,
- "_NAPVTFIVDGAVVK_"
- ],
- [
- 5545,
- 2,
- 10,
- 4,
- 0.12809,
- "_SVLIGEFLEK_"
- ],
- [
- 19482,
- 3,
- 19,
- 5,
- 0.25625,
- "_LWSLDSDEPVADIEGHTVR_"
- ],
- [
- 4683,
- 3,
- 10,
- 5,
- 0.12809,
- "_QILEDAAALIIHHVK_"
- ],
- [
- 31183,
- 2,
- 19,
- 6,
- 0.25625,
- "_IINEPTAAAIAYGLDR_"
- ],
- [
- 10906,
- 2,
- 11,
- 4,
- 0.14237,
- "_QQEILGVLVPR_"
- ],
- [
- 18935,
- 3,
- 18,
- 7,
- 0.24201,
- "_FHMVDGNVSGEFTDLVPEK_"
- ],
- [
- 35687,
- 2,
- 8,
- 2,
- 0.099644,
- "_GIEGTVPYVTTDYNFK_"
- ],
- [
- 13017,
- 3,
- 11,
- 4,
- 0.14237,
- "_HTAMVSWGGVSIPNSPFR_"
- ],
- [
- 36769,
- 2,
- 15,
- 3,
- 0.19932,
- "_QTNLENLDQAFSVAER_"
- ],
- [
- 46794,
- 2,
- 13,
- 5,
- 0.17084,
- "_APQETYADIGGLDNQIQEIK_"
- ],
- [
- 40379,
- 2,
- 14,
- 5,
- 0.18509,
- "_ATQTLQANESASDILILR_"
- ],
- [
- 33677,
- 3,
- 13,
- 7,
- 0.17084,
- "_VHTVMTLEQQDMVCYTAQTLVR_"
- ],
- [
- 46442,
- 2,
- 15,
- 4,
- 0.19932,
- "_SLQYSNTGDMILVVSGSSQAK_"
- ],
- [
- 11108,
- 4,
- 14,
- 7,
- 0.18509,
- "_WDEMNILATYHPADKDYGLMK_"
- ],
- [
- 14216,
- 2,
- 14,
- 4,
- 0.18509,
- "_GAAGALLVYDITR_"
- ],
- [
- 37250,
- 2,
- 16,
- 4,
- 0.21354,
- "_WMQSELNVEEVVNDR_"
- ],
- [
- 22983,
- 2,
- 15,
- 3,
- 0.19932,
- "_NSIYSGLEAFGDVK_"
- ],
- [
- 2066,
- 2,
- 17,
- 3,
- 0.22778,
- "_DLILPTIQK_"
- ],
- [
- 23221,
- 4,
- 16,
- 5,
- 0.21354,
- "_SCDEPLTPPPHSPTSMLQLIHDPVSPR_"
- ],
- [
- 30409,
- 3,
- 14,
- 7,
- 0.18509,
- "_VVNAPIFHVNSDDPEAVMYVCK_"
- ],
- [
- 30558,
- 2,
- 13,
- 5,
- 0.17085,
- "_GTQCVEQIQELVLR_"
- ],
- [
- 15678,
- 2,
- 11,
- 2,
- 0.14233,
- "_QTIAAISELTFR_"
- ],
- [
- 25770,
- 2,
- 16,
- 5,
- 0.21356,
- "_GFGFVDFNSEEDAK_"
- ],
- [
- 12323,
- 2,
- 19,
- 5,
- 0.25625,
- "_SLVQEMVGSFGK_"
- ],
- [
- 33094,
- 2,
- 13,
- 5,
- 0.17085,
- "_ALVTGYFMQVAHLER_"
- ],
- [
- 1407,
- 2,
- 11,
- 3,
- 0.14233,
- "_ELEPFLLR_"
- ],
- [
- 32009,
- 3,
- 11,
- 7,
- 0.14233,
- "_DMEKLDEMEFNPVQQPQLNEK_"
- ],
- [
- 11295,
- 2,
- 11,
- 3,
- 0.14233,
- "_AIGVGLGFELQR_"
- ],
- [
- 6528,
- 2,
- 18,
- 3,
- 0.24201,
- "_GILLFGPPGTGK_"
- ],
- [
- 22741,
- 3,
- 24,
- 6,
- 0.32748,
- "_TELFIAAEGIHTGQFVYCGK_"
- ],
- [
- 23086,
- 2,
- 15,
- 5,
- 0.19933,
- "_VNQAIWLLCTGAR_"
- ],
- [
- 51209,
- 2,
- 15,
- 6,
- 0.19933,
- "_VTTEEFEAPMPSAVSGDDSQLTASR_"
- ],
- [
- 6677,
- 2,
- 11,
- 5,
- 0.14233,
- "_ALELCEILAK_"
- ],
- [
- 25712,
- 4,
- 15,
- 9,
- 0.19933,
- "_NARPEDLMNMQHCNLLCLPENYQMK_"
- ],
- [
- 39067,
- 2,
- 8,
- 5,
- 0.099642,
- "_SDLQDELDINELPNCK_"
- ],
- [
- 5201,
- 4,
- 15,
- 2,
- 0.19933,
- "_QFRPPITQEIHHFLDFVK_"
- ],
- [
- 3323,
- 2,
- 10,
- 3,
- 0.12811,
- "_NSYLEVLLK_"
- ],
- [
- 32534,
- 2,
- 14,
- 4,
- 0.18507,
- "_LTGDVLQPPGTSVPIVK_"
- ],
- [
- 9557,
- 3,
- 10,
- 2,
- 0.12811,
- "_GHALLILRPEELGFLR_"
- ],
- [
- 7052,
- 3,
- 14,
- 6,
- 0.18507,
- "_EVGVYEALKDDSWLK_"
- ],
- [
- 26151,
- 2,
- 22,
- 6,
- 0.29899,
- "_VPPAINQFTQALDR_"
- ],
- [
- 22533,
- 2,
- 15,
- 4,
- 0.19933,
- "_AYPAAITILETAQK_"
- ],
- [
- 13509,
- 3,
- 19,
- 7,
- 0.25625,
- "_SLCIPFKPLCELQPGAK_"
- ],
- [
- 36037,
- 3,
- 12,
- 5,
- 0.1566,
- "_NMKDEGFNITAGVDEETGFVYGGNR_"
- ],
- [
- 21095,
- 2,
- 25,
- 5,
- 0.34176,
- "_LPAAGVGDMVMATVK_"
- ],
- [
- 28221,
- 2,
- 10,
- 4,
- 0.12811,
- "_NEGVIEFVSYSDMK_"
- ],
- [
- 37103,
- 3,
- 11,
- 6,
- 0.14233,
- "_MDETGMVHCDTAVGTPDYISPEVLK_"
- ],
- [
- 33120,
- 2,
- 10,
- 3,
- 0.12811,
- "_IYQWINELSSPETR_"
- ],
- [
- 25754,
- 2,
- 19,
- 6,
- 0.25625,
- "_LYTLVLTDPDAPSR_"
- ],
- [
- 38783,
- 4,
- 12,
- 7,
- 0.1566,
- "_DDVDNSKPGPSRPGPSPLINQYSLTVGLDLGPHDTK_"
- ],
- [
- 2024,
- 2,
- 14,
- 4,
- 0.18507,
- "_IFAFDLDAK_"
- ],
- [
- 24252,
- 3,
- 12,
- 4,
- 0.1566,
- "_DSVPKPSVLFLHPDLGVGGAER_"
- ],
- [
- 49657,
- 2,
- 14,
- 4,
- 0.18507,
- "_VCEDLDTSVNLAWTSGTNCTR_"
- ],
- [
- 32372,
- 2,
- 13,
- 6,
- 0.17085,
- "_GFLNSSELSGLPAGPDR_"
- ],
- [
- 50969,
- 2,
- 18,
- 7,
- 0.24203,
- "_GAAAAATGQPGTAPAGTPGAPPLAGMAIVK_"
- ],
- [
- 40311,
- 2,
- 7,
- 3,
- 0.085419,
- "_NLFIGNLDHSVSEVELR_"
- ],
- [
- 13242,
- 3,
- 13,
- 5,
- 0.17085,
- "_TSLSFLNRPDLPNLAYK_"
- ],
- [
- 34215,
- 3,
- 12,
- 4,
- 0.15658,
- "_VVAGVLHLGNIDFEEAGSTSGGCNLK_"
- ],
- [
- 45420,
- 2,
- 12,
- 6,
- 0.15658,
- "_EANTLNLAPYDACWNACR_"
- ],
- [
- 49262,
- 2,
- 16,
- 6,
- 0.21358,
- "_VASEQSSQPTCTVGVWIDVGSR_"
- ],
- [
- 14115,
- 2,
- 10,
- 4,
- 0.12813,
- "_LNFGDDIPSALR_"
- ],
- [
- 31063,
- 3,
- 13,
- 3,
- 0.17085,
- "_EHEVEVNGTDTLWGETALTAAAGR_"
- ],
- [
- 12832,
- 2,
- 15,
- 5,
- 0.19932,
- "_ILDVGFEEELK_"
- ],
- [
- 17463,
- 2,
- 11,
- 3,
- 0.14235,
- "_SSTQMTWGALFR_"
- ],
- [
- 40460,
- 2,
- 18,
- 8,
- 0.24203,
- "_VCIESEHSMDTLLATLK_"
- ],
- [
- 20669,
- 4,
- 12,
- 6,
- 0.15658,
- "_QVASHVGLHSASIPGILALDLCPSDTNK_"
- ],
- [
- 9134,
- 2,
- 15,
- 4,
- 0.19932,
- "_ILELDQELIK_"
- ],
- [
- 19412,
- 2,
- 11,
- 4,
- 0.14235,
- "_GISAFPESDNLFK_"
- ],
- [
- 28345,
- 3,
- 14,
- 5,
- 0.1851,
- "_LLQLPSTTIENISVSVHQPQPK_"
- ],
- [
- 12050,
- 3,
- 14,
- 7,
- 0.1851,
- "_LFGVPGGPAENENGALKSR_"
- ],
- [
- 40887,
- 2,
- 7,
- 2,
- 0.085419,
- "_SSTIYSNSAESFLPGICK_"
- ],
- [
- 21483,
- 2,
- 13,
- 6,
- 0.17085,
- "_GTQGVVTNFEIFR_"
- ],
- [
- 50779,
- 2,
- 8,
- 3,
- 0.099644,
- "_FTPNPEFSTYPPAATEGPNIVCK_"
- ],
- [
- 11481,
- 3,
- 14,
- 6,
- 0.1851,
- "_LGISPLMLAAMNGHTAAVK_"
- ],
- [
- 14335,
- 2,
- 19,
- 3,
- 0.25626,
- "_MSTSPEAFLALR_"
- ],
- [
- 25671,
- 3,
- 17,
- 6,
- 0.22781,
- "_HQILEQAVEDYAETVHQLSK_"
- ],
- [
- 44784,
- 2,
- 19,
- 7,
- 0.25626,
- "_ELQSQISDTSVVLSMDNSR_"
- ],
- [
- 16272,
- 3,
- 18,
- 7,
- 0.24206,
- "_LVINGNPITIFQERDPSK_"
- ],
- [
- 6147,
- 2,
- 12,
- 2,
- 0.15661,
- "_EQQILTLFR_"
- ],
- [
- 10800,
- 2,
- 11,
- 3,
- 0.14238,
- "_LQDQIFNLMK_"
- ],
- [
- 3506,
- 2,
- 13,
- 5,
- 0.17083,
- "_WTNIPLLVK_"
- ],
- [
- 41568,
- 2,
- 11,
- 3,
- 0.14238,
- "_ENNSGMNSMETVLFTPSK_"
- ],
- [
- 8590,
- 3,
- 11,
- 4,
- 0.14238,
- "_VLNNVVIHLLGDEDPR_"
- ],
- [
- 33433,
- 3,
- 11,
- 5,
- 0.14238,
- "_GLPQVKPETASVCSTTLWVGQLDK_"
- ],
- [
- 18788,
- 2,
- 12,
- 4,
- 0.15661,
- "_CISDAMSWLNSK_"
- ],
- [
- 10706,
- 3,
- 12,
- 4,
- 0.15661,
- "_LDTPLYFSYSHLVCR_"
- ],
- [
- 38056,
- 2,
- 11,
- 4,
- 0.14238,
- "_YSSDVQEMILSSATADR_"
- ],
- [
- 49948,
- 3,
- 11,
- 5,
- 0.14238,
- "_VGGTKPAGGDFGEVLNSAANASATTTEPLPEKTQESL_"
- ],
- [
- 28052,
- 2,
- 11,
- 6,
- 0.14238,
- "_DTTQLLASEMVHLR_"
- ],
- [
- 27146,
- 2,
- 16,
- 5,
- 0.21358,
- "_NEVDMQVLHLLGPK_"
- ],
- [
- 40374,
- 2,
- 14,
- 4,
- 0.18511,
- "_AALETDENLLLCAPTGAGK_"
- ],
- [
- 35169,
- 3,
- 15,
- 6,
- 0.19935,
- "_HLLPNSGAAATSAAMAAAAATTSSYYGR_"
- ],
- [
- 37997,
- 2,
- 15,
- 5,
- 0.19935,
- "_LDTPLYFSYSHLVCR_"
- ],
- [
- 43131,
- 2,
- 10,
- 2,
- 0.12814,
- "_HSIDITSELWNDELQSR_"
- ],
- [
- 24384,
- 2,
- 22,
- 5,
- 0.29898,
- "_VVLDDKDYFLFR_"
- ],
- [
- 32287,
- 4,
- 15,
- 3,
- 0.19935,
- "_LENVLFGPHDCSHAPPDGYPIIPTSGSVPVQK_"
- ],
- [
- 9364,
- 4,
- 22,
- 2,
- 0.29898,
- "_AIGISNFNHLQVEMILNKPGLK_"
- ],
- [
- 40821,
- 2,
- 6,
- 3,
- 0.071218,
- "_DLKEELCPGNLSLVDTR_"
- ],
- [
- 35491,
- 4,
- 10,
- 6,
- 0.12814,
- "_QNHVTADDFVQTSVIGSNGYILNKPALQAQPLR_"
- ],
- [
- 9893,
- 2,
- 14,
- 5,
- 0.18511,
- "_EACGVIVELIK_"
- ],
- [
- 23573,
- 2,
- 6,
- 2,
- 0.071218,
- "_AICGLIDDYSMVR_"
- ],
- [
- 30129,
- 2,
- 14,
- 6,
- 0.18511,
- "_GFGFVCFSSPEEATK_"
- ],
- [
- 12476,
- 2,
- 18,
- 3,
- 0.24206,
- "_SLVPAAELLESR_"
- ],
- [
- 21848,
- 3,
- 14,
- 5,
- 0.18511,
- "_NGLPDHTDPEDNEIVCFLK_"
- ],
- [
- 18064,
- 2,
- 17,
- 5,
- 0.22783,
- "_DFAYGETDPLIR_"
- ],
- [
- 11214,
- 3,
- 9,
- 2,
- 0.1139,
- "_LIDLHTNVATAVLEHIK_"
- ],
- [
- 43082,
- 2,
- 18,
- 7,
- 0.24206,
- "_LVINGNPITIFQERDPSK_"
- ],
- [
- 38814,
- 2,
- 14,
- 5,
- 0.18511,
- "_VADGGGAGGTFQPYLDTLR_"
- ],
- [
- 26210,
- 2,
- 9,
- 3,
- 0.1139,
- "_MFVLDEADEM(Oxidation (M))LSR_"
- ],
- [
- 2871,
- 2,
- 14,
- 3,
- 0.18511,
- "_SLTYLSILR_"
- ],
- [
- 7415,
- 2,
- 17,
- 2,
- 0.22786,
- "_LGIPDAVSYIK_"
- ],
- [
- 15038,
- 2,
- 21,
- 7,
- 0.28479,
- "_MLDMGFEPQIR_"
- ],
- [
- 16176,
- 2,
- 16,
- 5,
- 0.21363,
- "_FLQDYFDGNLK_"
- ],
- [
- 22051,
- 2,
- 13,
- 3,
- 0.17089,
- "_YLLCELVSDDPR_"
- ],
- [
- 37666,
- 2,
- 16,
- 5,
- 0.21363,
- "_EVTDMNLNVINEGGIDK_"
- ],
- [
- 35048,
- 2,
- 13,
- 4,
- 0.17089,
- "_SGQSALYDALFSSQSPK_"
- ],
- [
- 17316,
- 2,
- 10,
- 3,
- 0.12818,
- "_FLEMCNDLLAR_"
- ],
- [
- 39764,
- 2,
- 13,
- 2,
- 0.17089,
- "_IISVTCSFFNSQAPTPR_"
- ],
- [
- 26901,
- 2,
- 17,
- 5,
- 0.22786,
- "_DIPNENELQFQIK_"
- ],
- [
- 43471,
- 2,
- 10,
- 3,
- 0.12818,
- "_PFITYHNELDMNLYMR_"
- ],
- [
- 25998,
- 2,
- 17,
- 5,
- 0.22786,
- "_MYSDAFLNDSYLK_"
- ],
- [
- 15255,
- 2,
- 6,
- 4,
- 0.071259,
- "_EISHVLNFLIR_"
- ],
- [
- 28113,
- 3,
- 12,
- 6,
- 0.15666,
- "_GSEGLYMVNGPPHFTESTVFPR_"
- ],
- [
- 40813,
- 2,
- 8,
- 4,
- 0.09973,
- "_ICQEFNSTWAWEMEK_"
- ],
- [
- 41311,
- 3,
- 16,
- 5,
- 0.21363,
- "_ILCEAPVESVVQVSGTVISRPAGQENPK_"
- ],
- [
- 30908,
- 2,
- 13,
- 4,
- 0.17089,
- "_ISDEECFVLGMEPR_"
- ],
- [
- 6251,
- 2,
- 14,
- 4,
- 0.18511,
- "_IGDFGLVTSLK_"
- ],
- [
- 24324,
- 2,
- 5,
- 2,
- 0.057018,
- "_FFHLAFEEEFGR_"
- ],
- [
- 33530,
- 2,
- 15,
- 5,
- 0.19939,
- "_SMAASGNLGHTPFVDEL_"
- ],
- [
- 31946,
- 2,
- 11,
- 4,
- 0.14242,
- "_QFQFTDWPEQGVPK_"
- ],
- [
- 23441,
- 3,
- 9,
- 7,
- 0.11395,
- "_DYYFDSYAHFGIHEEMLK_"
- ],
- [
- 24991,
- 2,
- 14,
- 4,
- 0.18511,
- "_NVDSILEDYANYK_"
- ],
- [
- 3523,
- 2,
- 20,
- 6,
- 0.27056,
- "_VFDAIMNFK_"
- ],
- [
- 2174,
- 4,
- 11,
- 5,
- 0.14242,
- "_ICLLLEHLCHYFDEPK_"
- ],
- [
- 1620,
- 2,
- 12,
- 4,
- 0.15666,
- "_DFVNYLVR_"
- ],
- [
- 16529,
- 3,
- 11,
- 5,
- 0.14242,
- "_HEALMSDLSAYGSSIQALR_"
- ],
- [
- 23005,
- 3,
- 12,
- 5,
- 0.15665,
- "_LVHLQTLVLNGNPLLHAQLR_"
- ],
- [
- 20178,
- 3,
- 12,
- 5,
- 0.15665,
- "_ISPIQKPQGLDPVEILQER_"
- ],
- [
- 38170,
- 2,
- 13,
- 4,
- 0.17089,
- "_ISLAIPNLGNTSQQEYK_"
- ],
- [
- 18442,
- 2,
- 11,
- 3,
- 0.1424,
- "_CDVIAQGIVMAVK_"
- ],
- [
- 38952,
- 2,
- 13,
- 4,
- 0.17089,
- "_WSFVESLEPSHVVQVR_"
- ],
- [
- 4431,
- 2,
- 13,
- 4,
- 0.17089,
- "_LDDSLLYLR_"
- ],
- [
- 37222,
- 2,
- 9,
- 4,
- 0.11396,
- "_LFVYDPNNPPSSEVLR_"
- ],
- [
- 9450,
- 2,
- 13,
- 4,
- 0.17089,
- "_VLLLIDDEYK_"
- ],
- [
- 38343,
- 2,
- 9,
- 4,
- 0.11396,
- "_LSNTSPEFQEMSLLER_"
- ],
- [
- 14925,
- 2,
- 12,
- 2,
- 0.15665,
- "_YIFCVSGDFVK_"
- ],
- [
- 41873,
- 3,
- 10,
- 5,
- 0.12818,
- "_EMGQLIVQSAEDPEKSESHVIQDIALK_"
- ],
- [
- 37361,
- 2,
- 12,
- 4,
- 0.15665,
- "_(Acetyl (Protein N-term))SGTNLDGNDEFDEQLR_"
- ],
- [
- 8939,
- 3,
- 9,
- 5,
- 0.11396,
- "_LEEASSWTAIEHSLLK_"
- ],
- [
- 26328,
- 3,
- 13,
- 5,
- 0.17089,
- "_MLALKDPVHTVSLQQFIYEK_"
- ],
- [
- 50550,
- 3,
- 14,
- 4,
- 0.18512,
- "_VTLEGPSATAPASSPGLAKPQMPPGPCSPGPLAQLQSR_"
- ],
- [
- 33452,
- 2,
- 9,
- 4,
- 0.11396,
- "_NLPIYSEEIVEM(Oxidation (M))YK_"
- ],
- [
- 6538,
- 3,
- 19,
- 7,
- 0.25634,
- "_ALVTGYFMQVAHLER_"
- ],
- [
- 20223,
- 2,
- 17,
- 5,
- 0.22786,
- "_TFNMDEYVGLPR_"
- ],
- [
- 43826,
- 3,
- 9,
- 6,
- 0.11396,
- "_SSAPAQEEEEDPLAYYENHTSQIEIVR_"
- ],
- [
- 46656,
- 2,
- 17,
- 2,
- 0.22786,
- "_VVYGGGAAEISCALAVSQEADK_"
- ],
- [
- 1068,
- 2,
- 18,
- 5,
- 0.24208,
- "_EMVLELIR_"
- ],
- [
- 22256,
- 3,
- 7,
- 2,
- 0.085485,
- "_LSYLEEAVMHLDHSDPITR_"
- ],
- [
- 32971,
- 3,
- 14,
- 5,
- 0.18512,
- "_KLTAGEACAQGLVTEVFPDSTFQK_"
- ],
- [
- 32079,
- 2,
- 14,
- 6,
- 0.18512,
- "_FFVTLLEAQADYHR_"
- ],
- [
- 50629,
- 2,
- 14,
- 5,
- 0.18512,
- "_EATNTTSEPSAPSQDLLDLSPSPR_"
- ],
- [
- 10361,
- 2,
- 17,
- 2,
- 0.22786,
- "_LDADLLVPASVK_"
- ],
- [
- 49207,
- 2,
- 14,
- 4,
- 0.18512,
- "_ALEEDEEMWFNEDEEEEGK_"
- ],
- [
- 31458,
- 2,
- 18,
- 6,
- 0.24208,
- "_ALAESWNAAFLESSAK_"
- ],
- [
- 48248,
- 2,
- 23,
- 4,
- 0.31326,
- "_VIAINVDDPDAANYNDINDVK_"
- ],
- [
- 29612,
- 2,
- 14,
- 5,
- 0.18512,
- "_DRPASGSPFQLFLSK_"
- ],
- [
- 49878,
- 2,
- 14,
- 4,
- 0.18512,
- "_GSEGLYMVNGPPHFTESTVFPR_"
- ],
- [
- 44992,
- 2,
- 8,
- 4,
- 0.099724,
- "_MIMEGQYQFSSPEWDDR_"
- ],
- [
- 20255,
- 3,
- 9,
- 5,
- 0.11396,
- "_IVITGDADIDHDQVLVQAIK_"
- ],
- [
- 17765,
- 2,
- 7,
- 4,
- 0.085484,
- "_EMYYNIAMDLK_"
- ],
- [
- 15195,
- 4,
- 13,
- 5,
- 0.17089,
- "_ILAHFHTTAEDYTVIFTAGSTAALK_"
- ],
- [
- 6757,
- 3,
- 7,
- 3,
- 0.085484,
- "_AGLLSPYQILHECLK_"
- ],
- [
- 16143,
- 2,
- 12,
- 3,
- 0.15664,
- "_ELPDLEDLMKR_"
- ],
- [
- 46686,
- 3,
- 13,
- 7,
- 0.17089,
- "_FVTAVATGGPDNQVHFEGYQVSNQCMALVR_"
- ],
- [
- 7051,
- 3,
- 6,
- 2,
- 0.071247,
- "_LWDEESAQLLPHWK_"
- ],
- [
- 17129,
- 2,
- 18,
- 3,
- 0.2421,
- "_TTNFAGILSQGLR_"
- ],
- [
- 33854,
- 2,
- 11,
- 3,
- 0.14242,
- "_GPVFAPPYEPLPENVK_"
- ],
- [
- 19254,
- 4,
- 12,
- 5,
- 0.15664,
- "_NQIISQPFPSLQLSISLCHSSNDKK_"
- ],
- [
- 17329,
- 2,
- 6,
- 4,
- 0.071247,
- "_ELNVMFIETSAK_"
- ],
- [
- 13640,
- 2,
- 8,
- 2,
- 0.099724,
- "_DPVATFLETCR_"
- ],
- [
- 26133,
- 2,
- 10,
- 2,
- 0.12819,
- "_QAFAELESCLMDR_"
- ],
- [
- 34286,
- 4,
- 24,
- 7,
- 0.3275,
- "_FAHTNVESLVNEYDDNGEGIILFRPSHLTNK_"
- ],
- [
- 27848,
- 2,
- 12,
- 5,
- 0.15664,
- "_EQTGLEAYALGLDTK_"
- ],
- [
- 34506,
- 2,
- 11,
- 3,
- 0.14242,
- "_PAISSFSSSGIGFGESLK_"
- ],
- [
- 14264,
- 2,
- 8,
- 4,
- 0.099724,
- "_YLQSLLAEVER_"
- ],
- [
- 7790,
- 2,
- 12,
- 5,
- 0.15664,
- "_DGIVPDIAVGTK_"
- ],
- [
- 23388,
- 2,
- 8,
- 6,
- 0.099724,
- "_STGNFLTLTQAIDK_"
- ],
- [
- 35794,
- 4,
- 9,
- 4,
- 0.11396,
- "_SIDDTSNFDEFPESDILKPTVATSNHPETDYK_"
- ],
- [
- 49225,
- 2,
- 12,
- 8,
- 0.15664,
- "_WCNVQSTQDEFEELTMSQK_"
- ],
- [
- 40416,
- 2,
- 9,
- 4,
- 0.11396,
- "_SMDELNHDFQALALEGR_"
- ],
- [
- 34334,
- 3,
- 10,
- 6,
- 0.12819,
- "_KLAQQYYLVYQEPIPTAQLVQR_"
- ],
- [
- 18336,
- 2,
- 10,
- 2,
- 0.12819,
- "_TNDQDGLISGILR_"
- ],
- [
- 24810,
- 2,
- 15,
- 4,
- 0.19935,
- "_EICALVGFCDEVK_"
- ],
- [
- 28412,
- 3,
- 10,
- 4,
- 0.12819,
- "_AESGDSLGSEDRDLLYSIDAYR_"
- ],
- [
- 8127,
- 2,
- 14,
- 2,
- 0.18513,
- "_EQIDIFEGIK_"
- ],
- [
- 12738,
- 2,
- 15,
- 3,
- 0.19935,
- "_GTLTEAFPVLGGK_"
- ],
- [
- 44332,
- 2,
- 10,
- 5,
- 0.12819,
- "_SVVCSDVEQQVIVIEEEK_"
- ],
- [
- 47111,
- 2,
- 11,
- 5,
- 0.14242,
- "_SIGSSGTSPPYCCVDLYSLR_"
- ],
- [
- 45448,
- 2,
- 11,
- 5,
- 0.14242,
- "_IVSGCPLPEACELYYVNR_"
- ],
- [
- 19018,
- 2,
- 11,
- 5,
- 0.14242,
- "_LGLAPQIQDLYGK_"
- ],
- [
- 13281,
- 2,
- 15,
- 4,
- 0.19935,
- "_DLLQADQLGSLK_"
- ],
- [
- 5816,
- 4,
- 14,
- 7,
- 0.18513,
- "_ALKDPNAFLFDHLLTLKPVK_"
- ],
- [
- 40047,
- 3,
- 9,
- 5,
- 0.11396,
- "_QVASHVGLHSASIPGILALDLCPSDTNK_"
- ],
- [
- 43288,
- 2,
- 15,
- 6,
- 0.19935,
- "_HEALMSDLSAYGSSIQALR_"
- ],
- [
- 15184,
- 3,
- 10,
- 5,
- 0.12819,
- "_FKENDASNIDGFLGPWAK_"
- ],
- [
- 47836,
- 2,
- 14,
- 7,
- 0.18513,
- "_INNACFEAVVVTNTIPQEDK_"
- ],
- [
- 14507,
- 2,
- 15,
- 5,
- 0.19935,
- "_LTMVPPNIAELK_"
- ],
- [
- 50035,
- 2,
- 10,
- 6,
- 0.12819,
- "_VWAHYEEQPVEEVMPVLEEK_"
- ],
- [
- 38971,
- 2,
- 10,
- 3,
- 0.12819,
- "_LYYFQYPCYQEGLR_"
- ],
- [
- 11585,
- 3,
- 16,
- 6,
- 0.21358,
- "_WSFVESLEPSHVVQVR_"
- ],
- [
- 32365,
- 2,
- 16,
- 4,
- 0.21358,
- "_LLMMAGIDDCYTSAR_"
- ],
- [
- 32836,
- 4,
- 16,
- 7,
- 0.21358,
- "_KESESCDCLQGFQLTHSLGGGTGSGMGTLLISK_"
- ],
- [
- 42730,
- 2,
- 14,
- 5,
- 0.18513,
- "_TSLSACIITMPTHLIQNK_"
- ],
- [
- 40543,
- 2,
- 16,
- 5,
- 0.21358,
- "_FGDYQCNSAMGISQMLK_"
- ],
- [
- 49085,
- 2,
- 12,
- 2,
- 0.15665,
- "_SVLFNPDGCCLYSGCQDSLR_"
- ],
- [
- 16973,
- 2,
- 13,
- 3,
- 0.17088,
- "_ELLEQMDLEVR_"
- ],
- [
- 26193,
- 2,
- 12,
- 4,
- 0.15665,
- "_HLTVEELFGTSLPK_"
- ],
- [
- 13106,
- 3,
- 12,
- 5,
- 0.15665,
- "_SMDELNHDFQALALEGR_"
- ],
- [
- 47367,
- 2,
- 13,
- 5,
- 0.17088,
- "_SATIVADLSETTIQTPDGEER_"
- ],
- [
- 11476,
- 2,
- 12,
- 4,
- 0.15665,
- "_YPLSWIEEVK_"
- ],
- [
- 28656,
- 3,
- 11,
- 6,
- 0.14243,
- "_VWAHYEEQPVEEVMPVLEEK_"
- ],
- [
- 2908,
- 3,
- 9,
- 3,
- 0.11396,
- "_LTLGEALQHPFFAR_"
- ],
- [
- 50835,
- 2,
- 12,
- 8,
- 0.15665,
- "_QAFTDVATGSLGQGLGAACGM(Oxidation (M))AYTGK_"
- ],
- [
- 34549,
- 2,
- 12,
- 5,
- 0.15665,
- "_TVVLGDLLIDDKDTVR_"
- ],
- [
- 33103,
- 2,
- 11,
- 2,
- 0.14243,
- "_FCMISATFCDSQLR_"
- ],
- [
- 2713,
- 2,
- 10,
- 3,
- 0.1282,
- "_QAFDVLVLR_"
- ],
- [
- 40121,
- 2,
- 12,
- 4,
- 0.15665,
- "_NTFYETLPVAINGNGPTK_"
- ],
- [
- 48460,
- 3,
- 9,
- 3,
- 0.11396,
- "_LMPSAPVNTTTYVADTESEQADTWDLSERPK_"
- ],
- [
- 2523,
- 2,
- 10,
- 4,
- 0.1282,
- "_LTSFITVFK_"
- ],
- [
- 42174,
- 2,
- 22,
- 8,
- 0.29904,
- "_CELLYEGPPDDEAAMGIK_"
- ],
- [
- 26956,
- 2,
- 8,
- 3,
- 0.09972,
- "_LFNSLLLGPTASNNK_"
- ],
- [
- 8947,
- 3,
- 15,
- 4,
- 0.19936,
- "_VLLFNATGDRDPAALLK_"
- ],
- [
- 30326,
- 3,
- 14,
- 3,
- 0.18513,
- "_LDWESFKEEEGIGEELAIHNR_"
- ],
- [
- 43842,
- 2,
- 15,
- 4,
- 0.19936,
- "_LQYAVSGLEPLAWSEDHR_"
- ],
- [
- 11713,
- 2,
- 15,
- 4,
- 0.19936,
- "_IEGLQNLVNLR_"
- ],
- [
- 30166,
- 3,
- 14,
- 5,
- 0.18513,
- "_AVVPGPAEHPLQYNYTFWYSR_"
- ],
- [
- 8583,
- 3,
- 15,
- 2,
- 0.19936,
- "_DEAGHFLWPGFGENAR_"
- ],
- [
- 17614,
- 2,
- 16,
- 5,
- 0.21359,
- "_QDVLNWLNEEK_"
- ],
- [
- 28603,
- 4,
- 14,
- 6,
- 0.18513,
- "_SSLELHNHSAASATGSLDLSSDFLSLEHIGR_"
- ],
- [
- 37012,
- 2,
- 16,
- 6,
- 0.21359,
- "_FVCSPDEVMDTIDEGK_"
- ],
- [
- 30709,
- 2,
- 17,
- 5,
- 0.22781,
- "_MFLQYYLNEQGDR_"
- ],
- [
- 24789,
- 2,
- 15,
- 6,
- 0.19936,
- "_LLDAQLATGGIVDPR_"
- ],
- [
- 27914,
- 2,
- 14,
- 3,
- 0.18513,
- "_DIELSDDPYDCIR_"
- ],
- [
- 15796,
- 3,
- 15,
- 4,
- 0.19936,
- "_TSLSACIITMPTHLIQNK_"
- ],
- [
- 47014,
- 2,
- 21,
- 8,
- 0.28481,
- "_VIISAPSADAPMFVMGVNHEK_"
- ],
- [
- 48440,
- 2,
- 19,
- 6,
- 0.25633,
- "_ISPLSSPCSSPLQGTPASSLVSK_"
- ],
- [
- 33910,
- 2,
- 13,
- 5,
- 0.17088,
- "_TETVVDDWDEEFDR_"
- ],
- [
- 31344,
- 2,
- 13,
- 6,
- 0.17088,
- "_CPSIAAAIAAVNALHGR_"
- ],
- [
- 7572,
- 2,
- 9,
- 2,
- 0.11396,
- "_YQADITDLLK_"
- ],
- [
- 19302,
- 3,
- 9,
- 4,
- 0.11396,
- "_LDGAWLEGDLSVADKDVTTK_"
- ],
- [
- 1663,
- 4,
- 9,
- 3,
- 0.11396,
- "_TFIVPAIKPFDHYDFSR_"
- ],
- [
- 38228,
- 2,
- 16,
- 4,
- 0.2136,
- "_SFCSIEGEWNGVMYAK_"
- ],
- [
- 7794,
- 2,
- 16,
- 6,
- 0.2136,
- "_GGIVGMTLPIAR_"
- ],
- [
- 35493,
- 2,
- 9,
- 4,
- 0.11396,
- "_ALLSTLHTVLWDGESR_"
- ],
- [
- 46624,
- 2,
- 6,
- 2,
- 0.071218,
- "_CELGAVCTIINAEEEEQTK_"
- ],
- [
- 33255,
- 2,
- 21,
- 7,
- 0.28479,
- "_FMQTFVLAPEGSVANK_"
- ],
- [
- 20550,
- 3,
- 10,
- 5,
- 0.1282,
- "_LHSLQLLPIYQTGSLTSDGK_"
- ],
- [
- 16013,
- 3,
- 17,
- 5,
- 0.22783,
- "_AYEAAASALQIATHTAFVAK_"
- ],
- [
- 30499,
- 2,
- 12,
- 5,
- 0.15667,
- "_WTCCALLAGSEYLK_"
- ],
- [
- 42664,
- 2,
- 10,
- 4,
- 0.1282,
- "_YLQEFAPLGTGGGLYHFR_"
- ],
- [
- 35634,
- 2,
- 17,
- 6,
- 0.22783,
- "_DIVIEMEDTKPLLASK_"
- ],
- [
- 19791,
- 2,
- 7,
- 5,
- 0.085472,
- "_MYSFDDVLEEGK_"
- ],
- [
- 3225,
- 2,
- 20,
- 3,
- 0.27057,
- "_MLISILTER_"
- ],
- [
- 5141,
- 4,
- 18,
- 3,
- 0.24205,
- "_LVHLQTLVLNGNPLLHAQLR_"
- ],
- [
- 26707,
- 2,
- 11,
- 5,
- 0.14244,
- "_ILAQVVGDVDTSLPR_"
- ],
- [
- 28066,
- 2,
- 11,
- 4,
- 0.14244,
- "_AFDLIVDRPVTLVR_"
- ],
- [
- 47880,
- 2,
- 9,
- 5,
- 0.11396,
- "_AAAIGIDLGTTYSCVGVFQHGK_"
- ],
- [
- 51200,
- 2,
- 9,
- 6,
- 0.11396,
- "_DIIEHLNTSGAPADTSDPLQQICK_"
- ],
- [
- 31718,
- 2,
- 18,
- 5,
- 0.24205,
- "_NHQNLLDSLEQYVK_"
- ],
- [
- 32165,
- 2,
- 14,
- 5,
- 0.18512,
- "_VDIETPNLEGTLTGPR_"
- ],
- [
- 40067,
- 2,
- 14,
- 6,
- 0.18512,
- "_FECSEEEVLSCLYNR_"
- ],
- [
- 49996,
- 2,
- 14,
- 6,
- 0.18512,
- "_IITGGAPELAVEGNGPVESNAVLTK_"
- ],
- [
- 25371,
- 3,
- 15,
- 6,
- 0.19936,
- "_WAHLDIAGVMTNKDEVPYLR_"
- ],
- [
- 34359,
- 2,
- 15,
- 5,
- 0.19936,
- "_APLNVQFNSPLPGDAVK_"
- ],
- [
- 12291,
- 3,
- 15,
- 6,
- 0.19936,
- "_DSNYHLLMSVQESLER_"
- ],
- [
- 32192,
- 2,
- 15,
- 4,
- 0.19936,
- "_DLISHDEMFSDIYK_"
- ],
- [
- 5352,
- 3,
- 5,
- 5,
- 0.056938,
- "_INLAEDVLAWEHER_"
- ],
- [
- 39638,
- 2,
- 13,
- 3,
- 0.17089,
- "_DSNYHLLMSVQESLER_"
- ],
- [
- 13241,
- 2,
- 12,
- 4,
- 0.15667,
- "_ELGENLDQILR_"
- ],
- [
- 42414,
- 4,
- 14,
- 8,
- 0.18512,
- "_GSESATYVPVAPPTPAWQPEIKPEPAWHDQDETSSVK_"
- ],
- [
- 28731,
- 3,
- 4,
- 3,
- 0.042704,
- "_GSEHLNSYEAEWDMVNTVSFK_"
- ],
- [
- 30603,
- 2,
- 11,
- 4,
- 0.14243,
- "_ERVDELTTDLEILK_"
- ],
- [
- 16655,
- 2,
- 10,
- 3,
- 0.12819,
- "_ELAYQTFEVLR_"
- ],
- [
- 42464,
- 3,
- 11,
- 7,
- 0.14243,
- "_SGDAAIVDM(Oxidation (M))VPGKPM(Oxidation (M))CVESFSDYPPLGR_"
- ],
- [
- 31199,
- 2,
- 14,
- 6,
- 0.18512,
- "_GTDIMYTGTLDCWR_"
- ],
- [
- 40660,
- 2,
- 18,
- 4,
- 0.24206,
- "_GPSLDIDTPDVNIEGPEGK_"
- ],
- [
- 19545,
- 2,
- 11,
- 3,
- 0.14243,
- "_(Acetyl (Protein N-term))MEAAAEPGNLAGVR_"
- ],
- [
- 16812,
- 3,
- 13,
- 7,
- 0.1709,
- "_(Acetyl (Protein N-term))MLAVHFDKPGGPENLYVK_"
- ],
- [
- 15737,
- 3,
- 12,
- 4,
- 0.15667,
- "_YLQEFAPLGTGGGLYHFR_"
- ],
- [
- 39217,
- 2,
- 13,
- 5,
- 0.1709,
- "_SMVMSLLSANTPEEDQR_"
- ],
- [
- 32649,
- 2,
- 13,
- 5,
- 0.1709,
- "_GELGCFLSHYNIWK_"
- ],
- [
- 9139,
- 2,
- 16,
- 5,
- 0.21359,
- "_VLPSITTEILK_"
- ],
- [
- 7298,
- 2,
- 18,
- 3,
- 0.24206,
- "_IM(Oxidation (M))LPWDPTGK_"
- ],
- [
- 13744,
- 2,
- 19,
- 5,
- 0.25628,
- "_SLESLDTSLFAK_"
- ],
- [
- 21069,
- 3,
- 19,
- 7,
- 0.25628,
- "_RPTPQDSPIFLPVDDTSFR_"
- ],
- [
- 48330,
- 3,
- 19,
- 7,
- 0.25628,
- "_KEAESCDCLQGFQLTHSLGGGTGSGMGTLLLSK_"
- ],
- [
- 46507,
- 2,
- 9,
- 5,
- 0.11395,
- "_GNPQGFNQGLDCDVIVAEVR_"
- ],
- [
- 46022,
- 2,
- 13,
- 4,
- 0.1709,
- "_IIDTGGGFILEEEEEEEQK_"
- ],
- [
- 20832,
- 2,
- 16,
- 5,
- 0.21359,
- "_NVGLDIEAEVPAVK_"
- ],
- [
- 29070,
- 2,
- 21,
- 4,
- 0.2848,
- "_LFPLIQAMHPTLAGK_"
- ],
- [
- 7541,
- 3,
- 15,
- 4,
- 0.19935,
- "_VSAAVLPLVHPLPEGLR_"
- ],
- [
- 39362,
- 2,
- 15,
- 4,
- 0.19935,
- "_DLKPVLDSYVFNDGSSR_"
- ],
- [
- 35334,
- 2,
- 14,
- 5,
- 0.18512,
- "_GLIVYQLENQPSEFR_"
- ],
- [
- 15325,
- 3,
- 10,
- 4,
- 0.12819,
- "_LLHYAGEVTYSVTGFLDK_"
- ],
- [
- 33091,
- 2,
- 17,
- 3,
- 0.22783,
- "_EGGSIPVTLTFQEATGK_"
- ],
- [
- 21593,
- 2,
- 7,
- 3,
- 0.085449,
- "_QGLDEMYSDVWK_"
- ],
- [
- 5471,
- 3,
- 14,
- 7,
- 0.18512,
- "_IKDYLLMEEEFIR_"
- ],
- [
- 18822,
- 2,
- 12,
- 4,
- 0.15667,
- "_ALMGSPQLVAAVVR_"
- ],
- [
- 11143,
- 4,
- 12,
- 7,
- 0.15667,
- "_ALDINPQSSVLLCHIGVVQHALK_"
- ],
- [
- 22346,
- 3,
- 15,
- 6,
- 0.19935,
- "_NLVQCGDFPHLLVYGPSGAGK_"
- ],
- [
- 12394,
- 3,
- 15,
- 6,
- 0.19935,
- "_APGPGLAQGLPQLHSLVLR_"
- ],
- [
- 42896,
- 3,
- 14,
- 7,
- 0.18512,
- "_SPGHILCCECGVPISPNPANICVACLR_"
- ],
- [
- 22448,
- 3,
- 12,
- 5,
- 0.15667,
- "_GLCRPENIGYPFLVSVPASR_"
- ],
- [
- 37759,
- 3,
- 19,
- 7,
- 0.25628,
- "_EQPEKEPELQQYVPQLQNNTILR_"
- ],
- [
- 43174,
- 4,
- 10,
- 8,
- 0.12819,
- "_HTEDREEGMDVEEGEMGDEEAPTTCSIPIDYNLYR_"
- ],
- [
- 31643,
- 2,
- 11,
- 2,
- 0.14243,
- "_IKDYLLMEEEFIR_"
- ],
- [
- 30687,
- 3,
- 22,
- 7,
- 0.29902,
- "_EELYQNLTREQADYCVSHMK_"
- ],
- [
- 28886,
- 2,
- 13,
- 7,
- 0.1709,
- "_GFGFVTFENSADADR_"
- ],
- [
- 30424,
- 2,
- 15,
- 4,
- 0.19935,
- "_LILGLMMPPAHYDAK_"
- ],
- [
- 23766,
- 3,
- 13,
- 5,
- 0.1709,
- "_AALHLYSNTLNFQISEVEPK_"
- ],
- [
- 38423,
- 3,
- 12,
- 6,
- 0.15667,
- "_AMCVLAGSDHSASLTDAGEVYVWGSNK_"
- ],
- [
- 13004,
- 2,
- 16,
- 5,
- 0.21359,
- "_ETEELMAWMR_"
- ],
- [
- 22695,
- 3,
- 10,
- 2,
- 0.1282,
- "_QIIEDQSGHYIWVPSPEKL_"
- ],
- [
- 19574,
- 2,
- 11,
- 3,
- 0.14244,
- "_VSIGNITLSPAISR_"
- ],
- [
- 37694,
- 2,
- 10,
- 3,
- 0.1282,
- "_AVDTDGVEPMESVLEDR_"
- ],
- [
- 34976,
- 2,
- 6,
- 2,
- 0.07119,
- "_DSNIPGSDYINANYIK_"
- ],
- [
- 48578,
- 2,
- 10,
- 4,
- 0.1282,
- "_ACYTLTGYQIDITTENQYR_"
- ],
- [
- 29893,
- 2,
- 17,
- 4,
- 0.22784,
- "_AGFDSDYDQALADIR_"
- ],
- [
- 50661,
- 2,
- 15,
- 5,
- 0.19937,
- "_IDNSQVESGSLEDDWDFLPPKK_"
- ],
- [
- 47964,
- 2,
- 10,
- 3,
- 0.1282,
- "_SNVNNNPGSITPTVELNGLAMK_"
- ],
- [
- 22903,
- 2,
- 11,
- 3,
- 0.14244,
- "_QVPVESDLQEIIK_"
- ],
- [
- 10009,
- 2,
- 11,
- 3,
- 0.14244,
- "_LGIWGEGTPFR_"
- ],
- [
- 31403,
- 3,
- 11,
- 4,
- 0.14244,
- "_GSIHDFPGFDPNQDAEALYTAM(Oxidation (M))K_"
- ],
- [
- 46432,
- 2,
- 11,
- 6,
- 0.14244,
- "_LSGTVGVAAVTAGPGLTNTVTAVK_"
- ],
- [
- 33601,
- 2,
- 8,
- 3,
- 0.099697,
- "_MVQQLQEDVDMEDAP_"
- ],
- [
- 44807,
- 2,
- 12,
- 3,
- 0.15668,
- "_EWSLESSPAQNWTPPQPR_"
- ],
- [
- 35112,
- 2,
- 10,
- 2,
- 0.1282,
- "_VLAQQGEYSEAIPILR_"
- ],
- [
- 29131,
- 3,
- 11,
- 5,
- 0.14244,
- "_ESHATLVFHNLLGEIDQQYSR_"
- ],
- [
- 4377,
- 2,
- 5,
- 2,
- 0.056952,
- "_NFLELTELK_"
- ],
- [
- 1743,
- 2,
- 12,
- 5,
- 0.15668,
- "_IIDGLLVMR_"
- ],
- [
- 20041,
- 3,
- 11,
- 3,
- 0.14244,
- "_HLSGWEAETFALEHLEMR_"
- ],
- [
- 14829,
- 2,
- 12,
- 4,
- 0.15668,
- "_TFVSDLLPPTDK_"
- ],
- [
- 48786,
- 3,
- 10,
- 2,
- 0.1282,
- "_ELQAMEALQNGQTTVEGSIEGQSAGAASHAMIEK_"
- ],
- [
- 45280,
- 2,
- 9,
- 3,
- 0.15668,
- "_LNHNAAFMQIPMGLEGNFK_"
- ],
- [
- 25661,
- 2,
- 11,
- 4,
- 0.14244,
- "_AIAEGLGSELLVGTTK_"
- ],
- [
- 19304,
- 3,
- 12,
- 6,
- 0.15668,
- "_IGPILDTNALQGEVKPVLQK_"
- ],
- [
- 33965,
- 2,
- 13,
- 3,
- 0.17092,
- "_VTYTPM(Oxidation (M))APGSYLISIK_"
- ],
- [
- 28655,
- 2,
- 7,
- 2,
- 0.085417,
- "_GAVLVCDMSSNFLSK_"
- ],
- [
- 5790,
- 3,
- 14,
- 3,
- 0.18515,
- "_LLEQALVIEEQLRR_"
- ],
- [
- 29551,
- 2,
- 17,
- 6,
- 0.22784,
- "_YFYVSAEQVVQGMK_"
- ],
- [
- 40017,
- 2,
- 13,
- 4,
- 0.17092,
- "_ELAQQVTPGDIVSTYGVR_"
- ],
- [
- 13110,
- 2,
- 8,
- 2,
- 0.099697,
- "_ALAFNGVMFGDR_"
- ],
- [
- 37329,
- 2,
- 13,
- 7,
- 0.17092,
- "_AGLGSGLSLSGLVHPELSR_"
- ],
- [
- 34086,
- 2,
- 14,
- 2,
- 0.18515,
- "_LAQMEEAPLFPGESIK_"
- ],
- [
- 28119,
- 2,
- 9,
- 4,
- 0.11395,
- "_MDDPECYFNSLPK_"
- ],
- [
- 27255,
- 2,
- 18,
- 4,
- 0.24208,
- "_VFITDDFHDMMPK_"
- ],
- [
- 40860,
- 2,
- 8,
- 2,
- 0.099697,
- "_ESAIQGSLASLEAEQASIR_"
- ],
- [
- 17616,
- 3,
- 8,
- 5,
- 0.099697,
- "_ALVDPGPDFVVCDEGHILK_"
- ],
- [
- 2728,
- 2,
- 15,
- 2,
- 0.19937,
- "_LSFFFDGTK_"
- ],
- [
- 41822,
- 2,
- 15,
- 5,
- 0.19937,
- "_VGMGSGSICITQEVLACGR_"
- ],
- [
- 40578,
- 3,
- 14,
- 6,
- 0.18515,
- "_VVETDPSPYCIVAPDTVIHCEGEPIK_"
- ],
- [
- 30387,
- 2,
- 15,
- 6,
- 0.19937,
- "_VDVEVPDVSLEGPEGK_"
- ],
- [
- 38099,
- 2,
- 14,
- 6,
- 0.18515,
- "_ENMNLSEAQVQALALSR_"
- ],
- [
- 48157,
- 2,
- 13,
- 4,
- 0.17092,
- "_APEEDAGGEALGGSFWEAGNYR_"
- ],
- [
- 9860,
- 2,
- 9,
- 3,
- 0.11395,
- "_EALESVEVLIK_"
- ],
- [
- 30016,
- 2,
- 9,
- 5,
- 0.11397,
- "_MVIENELEDPAIMR_"
- ],
- [
- 27383,
- 3,
- 9,
- 4,
- 0.11397,
- "_LQEDTSAHQNVVAETLSALENK_"
- ],
- [
- 33780,
- 2,
- 23,
- 6,
- 0.31332,
- "_EVGVYEALKDDSWLK_"
- ],
- [
- 40185,
- 2,
- 15,
- 3,
- 0.19942,
- "_HLVGLWTADNATATNLLK_"
- ],
- [
- 18201,
- 3,
- 9,
- 6,
- 0.11397,
- "_KPIFQANQELAQLELISR_"
- ],
- [
- 40499,
- 3,
- 9,
- 4,
- 0.11397,
- "_LSGGQVLSEYTGPTSADLDHFPSVSQTK_"
- ],
- [
- 24661,
- 3,
- 15,
- 6,
- 0.19942,
- "_IRELESQISELQEDLESER_"
- ],
- [
- 28237,
- 2,
- 14,
- 4,
- 0.18519,
- "_GQATDIAIQAEEIMK_"
- ],
- [
- 44021,
- 4,
- 13,
- 7,
- 0.17095,
- "_LQAYLEEHAEEEANEEDVLGDETEEEETKPIELPVK_"
- ],
- [
- 45979,
- 2,
- 15,
- 5,
- 0.19942,
- "_IVITGDADIDHDQVLVQAIK_"
- ],
- [
- 30120,
- 2,
- 24,
- 5,
- 0.32755,
- "_IYLAIESANELAVQK_"
- ],
- [
- 42066,
- 3,
- 12,
- 7,
- 0.15671,
- "_DNPEAAVHIFEGTHENPELIWNDNSR_"
- ],
- [
- 14048,
- 2,
- 16,
- 6,
- 0.21364,
- "_FCIWTESAFR_"
- ],
- [
- 48780,
- 2,
- 9,
- 3,
- 0.11397,
- "_GIINLSTAQVEYSEDQQAMVK_"
- ],
- [
- 22072,
- 2,
- 15,
- 6,
- 0.21364,
- "_LGEYGFQNALIVR_"
- ],
- [
- 23300,
- 2,
- 27,
- 6,
- 0.37025,
- "_TVQSLEIDLDSMR_"
- ],
- [
- 43603,
- 2,
- 16,
- 5,
- 0.21364,
- "_ATTSTNWILESQNINELK_"
- ],
- [
- 19116,
- 2,
- 5,
- 4,
- 0.05699,
- "_WLPLGLGLNHLGK_"
- ],
- [
- 25173,
- 2,
- 19,
- 4,
- 0.25635,
- "_WSSLACNIALDAVK_"
- ],
- [
- 32503,
- 4,
- 20,
- 9,
- 0.27058,
- "_KEAESCDCLQGFQLTHSLGGGTGSGMGTLLLSK_"
- ],
- [
- 24838,
- 3,
- 8,
- 5,
- 0.099691,
- "_FPTLTNINENNPTLLNPIKR_"
- ],
- [
- 29327,
- 2,
- 15,
- 5,
- 0.19942,
- "_CCMLFVDDMAEPR_"
- ],
- [
- 25505,
- 2,
- 20,
- 4,
- 0.27058,
- "_FTTDDSICVLGISK_"
- ],
- [
- 10553,
- 2,
- 10,
- 4,
- 0.12823,
- "_AFEMEFDLDK_"
- ],
- [
- 26924,
- 2,
- 14,
- 6,
- 0.18519,
- "_TVEDYFCFCYGK_"
- ],
- [
- 14059,
- 4,
- 11,
- 6,
- 0.14247,
- "_NLLALDKDSFSDPYAHICFLHR_"
- ],
- [
- 32949,
- 3,
- 10,
- 5,
- 0.12823,
- "_GEEDPEEEHELPVDMETINLDR_"
- ],
- [
- 12067,
- 2,
- 21,
- 4,
- 0.2848,
- "_FLMSLVNQVPK_"
- ],
- [
- 40255,
- 2,
- 11,
- 3,
- 0.14247,
- "_ELICYCLDTIAENQAK_"
- ],
- [
- 35263,
- 2,
- 31,
- 2,
- 0.42722,
- "_SYELPDGQVITIGNER_"
- ],
- [
- 5956,
- 2,
- 14,
- 4,
- 0.18519,
- "_LSLLLNDISR_"
- ],
- [
- 8040,
- 2,
- 14,
- 4,
- 0.18519,
- "_VAEAVATFLIR_"
- ],
- [
- 20752,
- 3,
- 14,
- 7,
- 0.18519,
- "_IPIFSAAGLPHNEIAAQICR_"
- ],
- [
- 41688,
- 2,
- 14,
- 5,
- 0.18519,
- "_PSSINYMVAPVTGNDVGIR_"
- ],
- [
- 31134,
- 2,
- 11,
- 5,
- 0.14247,
- "_SPAISWVNNLEVDSR_"
- ],
- [
- 39086,
- 3,
- 14,
- 4,
- 0.18519,
- "_LTEVQDDKEEEEEENPLLVPLEEK_"
- ],
- [
- 49933,
- 2,
- 15,
- 2,
- 0.19942,
- "_NFQWANTGAAVFGTQSVGTQSAGK_"
- ],
- [
- 45803,
- 2,
- 13,
- 5,
- 0.17095,
- "_FGVVLDEIKPSSAPELQAVR_"
- ],
- [
- 28115,
- 3,
- 11,
- 5,
- 0.14247,
- "_LKNPTVEYMNSIYNPVPWEK_"
- ],
- [
- 42214,
- 2,
- 13,
- 5,
- 0.17096,
- "_LSVACFYGGTPYGGQFER_"
- ],
- [
- 50615,
- 3,
- 10,
- 7,
- 0.12822,
- "_THLCDVEIPGQGPMCESNSTMPGPSLESPVSTPAGK_"
- ],
- [
- 34421,
- 2,
- 10,
- 3,
- 0.12822,
- "_HVNTNPLCDLTPIFK_"
- ],
- [
- 10929,
- 2,
- 10,
- 2,
- 0.12822,
- "_FGEAIGMGFPVK_"
- ],
- [
- 33981,
- 2,
- 9,
- 4,
- 0.11394,
- "_MVEDACMLLADYNGR_"
- ],
- [
- 39393,
- 2,
- 13,
- 6,
- 0.17096,
- "_KLFIGGLSFETTDESLR_"
- ],
- [
- 15439,
- 2,
- 10,
- 2,
- 0.12822,
- "_ILNITDVVAACR_"
- ],
- [
- 34273,
- 2,
- 11,
- 4,
- 0.14247,
- "_DTYLDTQVVGQTGVIR_"
- ],
- [
- 23755,
- 2,
- 11,
- 5,
- 0.14247,
- "_GFTLGVEDILVKPK_"
- ],
- [
- 28553,
- 3,
- 11,
- 2,
- 0.14247,
- "_KLEVFLCCATQPIIESSSNIK_"
- ],
- [
- 37580,
- 3,
- 12,
- 7,
- 0.15672,
- "_AIPTVNHSGTFSPQAPVPTTVPVVDVR_"
- ],
- [
- 29264,
- 2,
- 7,
- 3,
- 0.085472,
- "_PVLGICYGMQMMNK_"
- ],
- [
- 34744,
- 2,
- 10,
- 4,
- 0.12822,
- "_ELIEDDFEVNVNDAR_"
- ],
- [
- 23115,
- 2,
- 8,
- 4,
- 0.09971,
- "_YSLLTDGSWDMSK_"
- ],
- [
- 44107,
- 2,
- 12,
- 4,
- 0.15672,
- "_ALVDPGPDFVVCDEGHILK_"
- ],
- [
- 25980,
- 2,
- 12,
- 4,
- 0.15672,
- "_SLNLPVGSSQVLVPR_"
- ],
- [
- 36196,
- 2,
- 12,
- 4,
- 0.15672,
- "_QQNSSVAAPMMVSNILK_"
- ],
- [
- 35279,
- 2,
- 11,
- 5,
- 0.14247,
- "_DVFSGSDTDPDMAFCK_"
- ],
- [
- 9954,
- 3,
- 13,
- 4,
- 0.17096,
- "_NLHIPTMENGPELILR_"
- ],
- [
- 27282,
- 2,
- 10,
- 3,
- 0.12822,
- "_GTHFNFAIVFTDVK_"
- ],
- [
- 36971,
- 3,
- 14,
- 4,
- 0.1852,
- "_VSQMLILTPFQGQGHGAQLLETVHR_"
- ],
- [
- 26690,
- 2,
- 14,
- 6,
- 0.1852,
- "_NPEQVDLYQFMAK_"
- ],
- [
- 38077,
- 3,
- 15,
- 5,
- 0.19944,
- "_KNQMYFDWGPGEMLVCETSFNKK_"
- ],
- [
- 25696,
- 2,
- 15,
- 2,
- 0.19944,
- "_TLIDDDNPPVSFVK_"
- ],
- [
- 37233,
- 3,
- 21,
- 4,
- 0.28483,
- "_SAMPIEVMMNETAQQNMENHPVIR_"
- ],
- [
- 39396,
- 2,
- 24,
- 6,
- 0.32757,
- "_LFIHNKEVYHEKDIK_"
- ],
- [
- 9909,
- 4,
- 14,
- 5,
- 0.1852,
- "_LCPLKDEPWPIHPWEPGSFR_"
- ],
- [
- 36805,
- 3,
- 14,
- 8,
- 0.1852,
- "_YGEVEEMNVCDNLGDHLVGNVYVK_"
- ],
- [
- 22382,
- 2,
- 14,
- 4,
- 0.1852,
- "_EGPAVVGQFIQDVK_"
- ],
- [
- 20027,
- 3,
- 15,
- 6,
- 0.19944,
- "_FGVVLDEIKPSSAPELQAVR_"
- ],
- [
- 44282,
- 2,
- 15,
- 7,
- 0.19944,
- "_VNPCIGGVILFHETLYQK_"
- ],
- [
- 24521,
- 2,
- 13,
- 4,
- 0.17096,
- "_GMLSAITNVVQNTGK_"
- ],
- [
- 7115,
- 2,
- 14,
- 4,
- 0.1852,
- "_DQIYDIFQK_"
- ],
- [
- 9820,
- 4,
- 17,
- 4,
- 0.22789,
- "_ESHATLVFHNLLGEIDQQYSR_"
- ],
- [
- 51137,
- 2,
- 13,
- 5,
- 0.17096,
- "_EFNGMINGETNENIDVNEELPAR_"
- ],
- [
- 48487,
- 2,
- 13,
- 6,
- 0.17096,
- "_YEQAIQCYTEAISLCPTEK_"
- ],
- [
- 10977,
- 2,
- 16,
- 4,
- 0.21367,
- "_YWEAFLPEAK_"
- ],
- [
- 22795,
- 3,
- 18,
- 7,
- 0.24212,
- "_NNQFQALLQYADPVSAQHAK_"
- ],
- [
- 50702,
- 2,
- 16,
- 6,
- 0.21367,
- "_EQFGNNPFSSLAGNSDSSSSQPLR_"
- ],
- [
- 47530,
- 2,
- 18,
- 9,
- 0.24212,
- "_NNQFQALLQYADPVSAQHAK_"
- ],
- [
- 18110,
- 2,
- 13,
- 5,
- 0.17097,
- "_WELNTYLYAPK_"
- ],
- [
- 9050,
- 3,
- 13,
- 3,
- 0.17097,
- "_LTPLHLAVQAGSEIIVR_"
- ],
- [
- 47663,
- 2,
- 11,
- 3,
- 0.14247,
- "_EFYSEWETYQGDYYESR_"
- ],
- [
- 12382,
- 2,
- 8,
- 4,
- 0.099726,
- "_LEPLVNDLTLR_"
- ],
- [
- 48656,
- 3,
- 13,
- 8,
- 0.17097,
- "_WSGPLSLQEVDEQPQHPLHVTYAGAAVDELGK_"
- ],
- [
- 47269,
- 4,
- 17,
- 8,
- 0.22792,
- "_GVSLTNHHFYDESKPFTCLDGSATIPFDQVNDDYCDCK_"
- ],
- [
- 3108,
- 2,
- 9,
- 3,
- 0.11396,
- "_VLCILPVMK_"
- ],
- [
- 40321,
- 3,
- 13,
- 7,
- 0.17097,
- "_TTDGVYEGVAIGGDRYPGSTFMDHVLR_"
- ],
- [
- 41305,
- 4,
- 16,
- 8,
- 0.21369,
- "_AISNNEADAVTLDGGLVYEAGLKPNNLKPVVAEFHGTK_"
- ],
- [
- 45292,
- 2,
- 10,
- 5,
- 0.12819,
- "_NGSYDIGMACGVESMSLADR_"
- ],
- [
- 27041,
- 2,
- 9,
- 3,
- 0.11396,
- "_VTSSIPVFDLQDGGR_"
- ],
- [
- 32634,
- 4,
- 18,
- 9,
- 0.24214,
- "_EGSTHNWQHITDQIGMFCFTGLKPEQVER_"
- ],
- [
- 39925,
- 2,
- 12,
- 5,
- 0.15672,
- "_SVLSALWNLSAHCTENK_"
- ],
- [
- 26118,
- 3,
- 16,
- 7,
- 0.21369,
- "_KPESFFTQFDAVCLTCCSR_"
- ],
- [
- 47275,
- 2,
- 19,
- 6,
- 0.25637,
- "_QMNMSPPPGNAGPVIMSIEEK_"
- ],
- [
- 33199,
- 3,
- 12,
- 2,
- 0.15672,
- "_AQLEEEAAAAEERPLVFLCSGCR_"
- ],
- [
- 7898,
- 3,
- 12,
- 3,
- 0.15672,
- "_LPLGFTFSFPCHQTK_"
- ],
- [
- 7428,
- 3,
- 12,
- 5,
- 0.15672,
- "_MTELADVFSGVKPLTR_"
- ],
- [
- 21259,
- 3,
- 11,
- 5,
- 0.14247,
- "_PFLELDTNLPANRVPAGLEK_"
- ],
- [
- 16705,
- 3,
- 11,
- 5,
- 0.14247,
- "_IHFGQITSNQMLVPVIEK_"
- ],
- [
- 7915,
- 2,
- 12,
- 4,
- 0.15672,
- "_YCIFDLATGK_"
- ],
- [
- 43154,
- 2,
- 13,
- 4,
- 0.17097,
- "_DEENDALLGGPAQLTDEEK_"
- ],
- [
- 20188,
- 2,
- 17,
- 4,
- 0.22792,
- "_EMMLVTSGAVAFGK_"
- ],
- [
- 29610,
- 2,
- 8,
- 5,
- 0.099726,
- "_EICTIQSSGGIMLLK_"
- ],
- [
- 36704,
- 2,
- 7,
- 3,
- 0.085489,
- "_EDALELTEKLDQDWK_"
- ],
- [
- 12920,
- 3,
- 13,
- 6,
- 0.17097,
- "_VCSTLLGLEEHLNALDR_"
- ],
- [
- 5946,
- 2,
- 7,
- 3,
- 0.085489,
- "_DFHILFVPR_"
- ],
- [
- 2494,
- 2,
- 14,
- 3,
- 0.18521,
- "_GVTSILPVLR_"
- ],
- [
- 47914,
- 2,
- 15,
- 3,
- 0.19945,
- "_VLEVDPENPESSAGYAISAYR_"
- ],
- [
- 10062,
- 3,
- 15,
- 6,
- 0.19945,
- "_AGLGSGLSLSGLVHPELSR_"
- ],
- [
- 40275,
- 2,
- 14,
- 6,
- 0.18521,
- "_QAVLGAGLPISTPCTTINK_"
- ],
- [
- 11243,
- 2,
- 13,
- 3,
- 0.17097,
- "_LAGLDITDATLR_"
- ],
- [
- 6066,
- 3,
- 10,
- 5,
- 0.1282,
- "_LLQVASPFLEPHLVR_"
- ],
- [
- 9269,
- 2,
- 11,
- 2,
- 0.14243,
- "_LPDINIYQLK_"
- ],
- [
- 19820,
- 3,
- 11,
- 6,
- 0.14243,
- "_AGAASLDVIQEVEYVKEEAK_"
- ],
- [
- 31851,
- 2,
- 15,
- 3,
- 0.19945,
- "_MCSQPAVSQLLSNIR_"
- ],
- [
- 41931,
- 3,
- 13,
- 7,
- 0.17097,
- "_ASSDLSIASSEEDKLSQNACILESVSEK_"
- ],
- [
- 49440,
- 2,
- 16,
- 4,
- 0.21369,
- "_QQQDFSASSTTILDEEPIVNR_"
- ],
- [
- 24003,
- 3,
- 13,
- 6,
- 0.17097,
- "_GFAFVTFDDHDTVDKIVVQK_"
- ],
- [
- 15298,
- 2,
- 13,
- 2,
- 0.17097,
- "_NMGWNLVGPVVR_"
- ],
- [
- 36604,
- 2,
- 13,
- 5,
- 0.17097,
- "_QTQVSVLPEGGETPLFK_"
- ],
- [
- 24980,
- 3,
- 14,
- 5,
- 0.18521,
- "_LSGSHLTPLCYSFISYVQNK_"
- ],
- [
- 37859,
- 2,
- 11,
- 3,
- 0.14243,
- "_TM(Oxidation (M))QALEIELQSQLSMK_"
- ],
- [
- 997,
- 2,
- 13,
- 3,
- 0.17097,
- "_GLMVLELPK_"
- ],
- [
- 28202,
- 3,
- 13,
- 4,
- 0.17097,
- "_EVPTQFLDRDEEEEDADFLK_"
- ],
- [
- 25059,
- 3,
- 11,
- 4,
- 0.14243,
- "_QDPGTELLHCENEDLICFK_"
- ],
- [
- 39150,
- 4,
- 17,
- 9,
- 0.22793,
- "_GTHTGVWVGVSGSETSEALSRDPETLVGYSMVGCQR_"
- ],
- [
- 33676,
- 3,
- 15,
- 6,
- 0.19945,
- "_DIIEHLNTSGAPADTSDPLQQICK_"
- ],
- [
- 10139,
- 2,
- 15,
- 3,
- 0.19945,
- "_EAFVVEEWVK_"
- ],
- [
- 46483,
- 2,
- 28,
- 7,
- 0.38454,
- "_EMEENFAVEAANYQDTIGR_"
- ],
- [
- 30970,
- 2,
- 12,
- 4,
- 0.15671,
- "_CNLEAAFFEGHFLK_"
- ],
- [
- 41341,
- 2,
- 15,
- 5,
- 0.19945,
- "_TCSPASLSQASADLEATLR_"
- ],
- [
- 36964,
- 2,
- 18,
- 5,
- 0.24216,
- "_LQVTNVLSQPLTQATVK_"
- ],
- [
- 20524,
- 3,
- 6,
- 2,
- 0.071262,
- "_NFMLHYEFPPYATNEIGK_"
- ],
- [
- 13307,
- 3,
- 16,
- 2,
- 0.21369,
- "_SYETLVDFDNHLDDIR_"
- ],
- [
- 48015,
- 2,
- 22,
- 6,
- 0.29909,
- "_GVVPLAGTDGETTTQGLDGLSER_"
- ],
- [
- 20104,
- 2,
- 13,
- 5,
- 0.17097,
- "_IDILDSALLRPGR_"
- ],
- [
- 37416,
- 2,
- 15,
- 6,
- 0.19945,
- "_GGLEMLPQALETHLTSR_"
- ],
- [
- 35944,
- 2,
- 16,
- 3,
- 0.21369,
- "_LCSGPGIVGNVLVDPSAR_"
- ],
- [
- 448,
- 2,
- 16,
- 4,
- 0.21369,
- "_VVVLGLLPR_"
- ],
- [
- 32614,
- 2,
- 14,
- 5,
- 0.18521,
- "_DRPSAAHIVEALETDV_"
- ],
- [
- 6581,
- 2,
- 14,
- 3,
- 0.18521,
- "_VLITTLITAGR_"
- ],
- [
- 20978,
- 4,
- 16,
- 9,
- 0.21369,
- "_TTDGVYEGVAIGGDRYPGSTFMDHVLR_"
- ],
- [
- 26992,
- 3,
- 9,
- 4,
- 0.11397,
- "_KTYFGGGTASAYLAGEDFYIPR_"
- ],
- [
- 16313,
- 2,
- 14,
- 5,
- 0.18521,
- "_TGMILLAGEITSR_"
- ],
- [
- 12494,
- 3,
- 26,
- 6,
- 0.35606,
- "_KLFIGGLSFETTEESLR_"
- ],
- [
- 19141,
- 2,
- 9,
- 5,
- 0.11397,
- "_YGLEGTVFFEEK_"
- ],
- [
- 44699,
- 2,
- 9,
- 2,
- 0.11397,
- "_ALLAPLVAPEAGEAEPGSQER_"
- ],
- [
- 34642,
- 2,
- 17,
- 4,
- 0.22792,
- "_SNQQLENDLNLMDIK_"
- ],
- [
- 49181,
- 3,
- 10,
- 7,
- 0.1282,
- "_KPPVPLDWAEVQSQGEETNASDQQNEPQLGLK_"
- ],
- [
- 28605,
- 3,
- 10,
- 4,
- 0.1282,
- "_(Acetyl (Protein N-term))MEESGYESVLCVKPDVHVYR_"
- ],
- [
- 18509,
- 3,
- 15,
- 6,
- 0.19944,
- "_KLPGFPTQDDEVMMLTER_"
- ],
- [
- 23015,
- 3,
- 13,
- 3,
- 0.17094,
- "_SDPNRETDDTLVLSFVGQTR_"
- ],
- [
- 47075,
- 3,
- 13,
- 6,
- 0.17094,
- "_GSALAALHCGRPPESPVNYGSPPSIADTLFSR_"
- ],
- [
- 44744,
- 4,
- 19,
- 9,
- 0.25639,
- "_GEGDIHENVDTDLPGSLGQSEEKPVPAAPVPSPVAPAPVPSR_"
- ],
- [
- 26892,
- 2,
- 13,
- 2,
- 0.17094,
- "_VADEGSFTCFVSIR_"
- ],
- [
- 21073,
- 3,
- 8,
- 5,
- 0.099724,
- "_MWKPGDECFALYWEDNK_"
- ],
- [
- 23446,
- 3,
- 20,
- 5,
- 0.27061,
- "_AAAIGIDLGTTYSCVGVFQHGK_"
- ],
- [
- 25525,
- 3,
- 18,
- 7,
- 0.24216,
- "_GYIWNYGTLPQTWEDPHEK_"
- ],
- [
- 38815,
- 2,
- 15,
- 5,
- 0.19944,
- "_AAIDWFDGKEFSGNPIK_"
- ],
- [
- 48226,
- 3,
- 13,
- 7,
- 0.17094,
- "_DRWEEAGPPSALSSSAPGQGPEADGQWASADFR_"
- ],
- [
- 20097,
- 2,
- 13,
- 2,
- 0.17094,
- "_IDPNVLLDPADEK_"
- ],
- [
- 30486,
- 4,
- 13,
- 5,
- 0.17094,
- "_LDAFLQPLSKPLSSQPQAIVTEDKTDISSGR_"
- ],
- [
- 18227,
- 3,
- 7,
- 5,
- 0.085493,
- "_NLALMTHITTDMEDGPIVK_"
- ],
- [
- 24342,
- 2,
- 15,
- 4,
- 0.19944,
- "_VISDKDLELLLDR_"
- ],
- [
- 51166,
- 2,
- 16,
- 6,
- 0.21368,
- "_CFCQVSGYLDDCTCDVETIDR_"
- ],
- [
- 45082,
- 2,
- 11,
- 4,
- 0.14244,
- "_NPDGSITGPWCYTTSPTLR_"
- ],
- [
- 13871,
- 3,
- 12,
- 6,
- 0.15666,
- "_QLLELHQGQGLDIYWR_"
- ],
- [
- 36461,
- 2,
- 14,
- 5,
- 0.1852,
- "_ALYDNVAESPDELSFR_"
- ],
- [
- 29604,
- 3,
- 18,
- 7,
- 0.24216,
- "_LNATNIELATVQPGQNFHMFTK_"
- ],
- [
- 3929,
- 2,
- 11,
- 4,
- 0.14244,
- "_EVTFSFIPR_"
- ],
- [
- 27192,
- 2,
- 16,
- 2,
- 0.21368,
- "_EGTIQVQGQALFFR_"
- ],
- [
- 34238,
- 3,
- 10,
- 5,
- 0.1282,
- "_ETVSEAPPLLFSDEEEKEAQLGVK_"
- ],
- [
- 40623,
- 2,
- 15,
- 3,
- 0.19944,
- "_SYETLVDFDNHLDDIR_"
- ],
- [
- 28973,
- 2,
- 18,
- 2,
- 0.24216,
- "_LTVEDPVTVEYITR_"
- ],
- [
- 35194,
- 2,
- 22,
- 6,
- 0.29909,
- "_VQGGALEDSQLVAGVAFK_"
- ],
- [
- 15676,
- 3,
- 9,
- 5,
- 0.11396,
- "_ESLPVIAAPSMWTRPQIK_"
- ],
- [
- 51363,
- 3,
- 9,
- 5,
- 0.11396,
- "_GQNGDDSSAGGDFPPPAEVEPTPEAELLAQPCHDSEASK_"
- ],
- [
- 30277,
- 2,
- 12,
- 4,
- 0.15666,
- "_ALNLLPANTQINDIR_"
- ],
- [
- 39001,
- 2,
- 12,
- 4,
- 0.15666,
- "_LGIYDADGDGDFDVDDAK_"
- ],
- [
- 8122,
- 2,
- 9,
- 2,
- 0.11396,
- "_NLGIDFEDIR_"
- ],
- [
- 23776,
- 2,
- 11,
- 4,
- 0.14245,
- "_SFLTAEDCFELGK_"
- ],
- [
- 15981,
- 3,
- 11,
- 2,
- 0.14245,
- "_SLTLFVTHYPPVCELEK_"
- ],
- [
- 36793,
- 3,
- 13,
- 5,
- 0.17092,
- "_FAAEHTIFASNTSSLQITSIANATTR_"
- ],
- [
- 43420,
- 2,
- 12,
- 4,
- 0.15669,
- "_HTWSNNLAVLECLQDVR_"
- ],
- [
- 40682,
- 4,
- 11,
- 7,
- 0.14245,
- "_KPHTSLTTAASPVSTSAGGIMTAPAIDIFSTPSSSNSTSK_"
- ],
- [
- 8225,
- 3,
- 27,
- 5,
- 0.3703,
- "_IEINFPAEYPFKPPK_"
- ],
- [
- 3785,
- 3,
- 28,
- 6,
- 0.38455,
- "_LFPLIQAMHPTLAGK_"
- ],
- [
- 45399,
- 2,
- 13,
- 3,
- 0.17092,
- "_VDALSPQLQQLACECYSR_"
- ],
- [
- 5958,
- 2,
- 11,
- 3,
- 0.14245,
- "_LVTELTNLIK_"
- ],
- [
- 48201,
- 2,
- 9,
- 4,
- 0.11398,
- "_ELYLSHNGIEVIEGLENNNK_"
- ],
- [
- 38427,
- 3,
- 9,
- 3,
- 0.11398,
- "_VEGDTCSLNEFTITGSTYAPIGEVHK_"
- ],
- [
- 40756,
- 3,
- 11,
- 6,
- 0.14245,
- "_AVQTRPVLQPQPGSLNSSIWDGSEVLR_"
- ],
- [
- 15465,
- 2,
- 14,
- 5,
- 0.1852,
- "_GDFSYIGNLMTK_"
- ],
- [
- 32535,
- 2,
- 14,
- 5,
- 0.1852,
- "_SAQPLPLKIEELALAK_"
- ],
- [
- 37939,
- 2,
- 13,
- 3,
- 0.17092,
- "_LLSDLCGTVMSTTDVEK_"
- ],
- [
- 25096,
- 2,
- 14,
- 5,
- 0.1852,
- "_NLIESMQINGSVLK_"
- ],
- [
- 6961,
- 2,
- 13,
- 2,
- 0.17092,
- "_ETEAWDFLR_"
- ],
- [
- 27294,
- 2,
- 14,
- 5,
- 0.1852,
- "_EQTADGVAVIPVLQR_"
- ],
- [
- 12539,
- 2,
- 19,
- 5,
- 0.25641,
- "_LPQLPITNFSR_"
- ],
- [
- 12119,
- 3,
- 18,
- 5,
- 0.24217,
- "_TFQMDDYSLCGLISHK_"
- ],
- [
- 37204,
- 2,
- 17,
- 6,
- 0.22793,
- "_AQEYDSSFPNWEFAR_"
- ],
- [
- 37073,
- 2,
- 15,
- 2,
- 0.19945,
- "_HIEAAFDQEAAAVLMAR_"
- ],
- [
- 13407,
- 3,
- 15,
- 4,
- 0.19945,
- "_TLGSFEFEGHSLTQFVR_"
- ],
- [
- 17276,
- 4,
- 18,
- 6,
- 0.24217,
- "_VSQMLILTPFQGQGHGAQLLETVHR_"
- ],
- [
- 39046,
- 2,
- 18,
- 2,
- 0.24217,
- "_VAEGQVTCPYLPPFPAR_"
- ],
- [
- 26264,
- 2,
- 14,
- 6,
- 0.1852,
- "_FGFPEGSVELYAEK_"
- ],
- [
- 34057,
- 2,
- 14,
- 6,
- 0.1852,
- "_EPPLSLTIHLTSPVVR_"
- ],
- [
- 48485,
- 2,
- 17,
- 5,
- 0.22793,
- "_NFTMDTESSVYNFEGEDYR_"
- ],
- [
- 23286,
- 3,
- 15,
- 4,
- 0.19945,
- "_TEVEVEELPPIDHGIPITDR_"
- ],
- [
- 19566,
- 2,
- 13,
- 5,
- 0.17091,
- "_FSEGNILELLHR_"
- ],
- [
- 45840,
- 2,
- 11,
- 4,
- 0.14243,
- "_YYMASPDLEIQEINAANSK_"
- ],
- [
- 6232,
- 2,
- 13,
- 3,
- 0.17091,
- "_DAYIGLCLPK_"
- ],
- [
- 28816,
- 2,
- 11,
- 6,
- 0.14243,
- "_DVAPQAPVHFLVIPK_"
- ],
- [
- 21586,
- 3,
- 8,
- 4,
- 0.099718,
- "_LYSNDIHAIANTYGIEAALR_"
- ],
- [
- 20730,
- 3,
- 9,
- 4,
- 0.11397,
- "_IENVVFCRPGALQIELYR_"
- ],
- [
- 36625,
- 2,
- 4,
- 2,
- 0.042704,
- "_REDIQQFFEEFQSK_"
- ],
- [
- 27918,
- 4,
- 10,
- 5,
- 0.1282,
- "_GDLAQGFSPVIQGHTDELWGLCTHPSQNR_"
- ],
- [
- 42386,
- 2,
- 14,
- 4,
- 0.18513,
- "_NIFGEESNEFTNDWGEK_"
- ],
- [
- 46832,
- 3,
- 13,
- 4,
- 0.17091,
- "_RAEQDSTTVAAFASSLVSGLNSSASEPAKEPAK_"
- ],
- [
- 14763,
- 3,
- 13,
- 7,
- 0.17091,
- "_MVTMVEIDQMVIDGCKK_"
- ],
- [
- 48713,
- 2,
- 16,
- 5,
- 0.21367,
- "_EGTLTQVPLAPPPPGAPPSPAPAR_"
- ],
- [
- 29509,
- 2,
- 7,
- 3,
- 0.085443,
- "_SYFSEEGIGYNIIR_"
- ],
- [
- 42862,
- 2,
- 11,
- 4,
- 0.14243,
- "_SLTLFVTHYPPVCELEK_"
- ],
- [
- 19464,
- 2,
- 16,
- 6,
- 0.21367,
- "_LQSTFVFEEIGR_"
- ],
- [
- 40926,
- 2,
- 16,
- 6,
- 0.21367,
- "_QLSAQGQMTQLCELINK_"
- ],
- [
- 45309,
- 3,
- 8,
- 4,
- 0.099718,
- "_PAGNKDEEEYEGFSIISNEPLATYQENR_"
- ],
- [
- 35315,
- 2,
- 15,
- 5,
- 0.19942,
- "_ANEDAVPLCMSADFPR_"
- ],
- [
- 12717,
- 4,
- 14,
- 8,
- 0.18513,
- "_FMNSHLQKPYEINLMEELTLK_"
- ],
- [
- 41882,
- 2,
- 12,
- 5,
- 0.15667,
- "_MVTMVEIDQMVIDGCKK_"
- ],
- [
- 9777,
- 3,
- 10,
- 5,
- 0.1282,
- "_GNIIISTPEKWDILSR_"
- ],
- [
- 13559,
- 2,
- 15,
- 3,
- 0.19942,
- "_APGFGFGIAISGGR_"
- ],
- [
- 11050,
- 4,
- 17,
- 7,
- 0.22792,
- "_IIHTDIKPENILLSVNEQYIR_"
- ],
- [
- 4657,
- 3,
- 22,
- 5,
- 0.29909,
- "_LILGLMMPPAHYDAK_"
- ],
- [
- 34679,
- 3,
- 11,
- 3,
- 0.14243,
- "_GPGNPVPGPLAPLPDYMSEEKLQEK_"
- ],
- [
- 35409,
- 2,
- 8,
- 4,
- 0.099718,
- "_SVHAWEISDQLLQIR_"
- ],
- [
- 3633,
- 2,
- 15,
- 3,
- 0.19942,
- "_SALLDFYMK_"
- ],
- [
- 18839,
- 3,
- 10,
- 2,
- 0.1282,
- "_ILGADLIFACGETEKPEVR_"
- ],
- [
- 40676,
- 3,
- 13,
- 6,
- 0.17091,
- "_SVGFFLQCNAESDSTSWSCHAQAVLK_"
- ],
- [
- 11553,
- 2,
- 14,
- 4,
- 0.18514,
- "_FSWNVWPSSR_"
- ],
- [
- 50108,
- 2,
- 18,
- 6,
- 0.24215,
- "_LTETVVTEYLNSGNANEAVNGVR_"
- ],
- [
- 17393,
- 3,
- 19,
- 5,
- 0.25639,
- "_SDADSGFLGLRPTSVDPALR_"
- ],
- [
- 15541,
- 2,
- 18,
- 3,
- 0.24215,
- "_AALEALLPYTER_"
- ],
- [
- 3771,
- 2,
- 3,
- 2,
- 0.028456,
- "_VQQSFETPR_"
- ],
- [
- 30524,
- 4,
- 13,
- 3,
- 0.17091,
- "_IFANAHTYHINSISINSDYETYLSADDLR_"
- ],
- [
- 20254,
- 3,
- 21,
- 2,
- 0.28487,
- "_REEEEFNTGPLSVLTQSVK_"
- ],
- [
- 38615,
- 3,
- 20,
- 7,
- 0.27063,
- "_GSGDPSSSSSSGNPLVYLDVDANGKPLGR_"
- ],
- [
- 29527,
- 2,
- 8,
- 5,
- 0.09968,
- "_IFVGGLSANTVVEDVK_"
- ],
- [
- 27183,
- 3,
- 14,
- 5,
- 0.18514,
- "_IEEAMDGSETPQLFTVLPEKR_"
- ],
- [
- 18449,
- 2,
- 10,
- 2,
- 0.1282,
- "_GALVVVNDLGGDFK_"
- ],
- [
- 33468,
- 2,
- 13,
- 4,
- 0.17091,
- "_LIQQVAQEIWVCEK_"
- ],
- [
- 29065,
- 2,
- 10,
- 4,
- 0.1282,
- "_FHVLLTTYEICLK_"
- ],
- [
- 26587,
- 3,
- 10,
- 6,
- 0.1282,
- "_QRFPLGGDDEVMSSTLQQFSK_"
- ],
- [
- 11203,
- 4,
- 12,
- 5,
- 0.15667,
- "_IIHTDIKPENILMCVDDAYVR_"
- ],
- [
- 44785,
- 2,
- 15,
- 5,
- 0.19937,
- "_EGEVLYIIEEDKGDGWTR_"
- ],
- [
- 41719,
- 3,
- 12,
- 3,
- 0.15667,
- "_TCLHAAAAGGNLECLNLLLNTGADFNKK_"
- ],
- [
- 42940,
- 2,
- 15,
- 6,
- 0.19937,
- "_SVPGFNPDSMCESQVIIR_"
- ],
- [
- 38460,
- 2,
- 19,
- 4,
- 0.25639,
- "_SSSPAPADIAQTVQEDLR_"
- ],
- [
- 9618,
- 2,
- 14,
- 4,
- 0.18514,
- "_ELQLIPDQLR_"
- ],
- [
- 50265,
- 2,
- 16,
- 5,
- 0.21365,
- "_FNEEHIPDSPFVVPVASPSGDAR_"
- ],
- [
- 11027,
- 2,
- 12,
- 4,
- 0.15667,
- "_GWEFMWNER_"
- ],
- [
- 25665,
- 2,
- 14,
- 7,
- 0.18514,
- "_ALPLIVGAQLIHADK_"
- ],
- [
- 50336,
- 2,
- 10,
- 4,
- 0.1282,
- "_TEDGGWEWSDDEFDEESEEGK_"
- ],
- [
- 5647,
- 3,
- 11,
- 3,
- 0.14243,
- "_DLHSVMAPYFLQQR_"
- ],
- [
- 8902,
- 2,
- 7,
- 3,
- 0.085434,
- "_NGISFTIWDR_"
- ],
- [
- 47187,
- 2,
- 10,
- 3,
- 0.1282,
- "_QTDVEEWTSWDEDAPTSVK_"
- ],
- [
- 14439,
- 2,
- 11,
- 3,
- 0.14244,
- "_ELPEYYELIR_"
- ],
- [
- 11320,
- 2,
- 19,
- 5,
- 0.25639,
- "_LMMDPLTGLNR_"
- ],
- [
- 44322,
- 2,
- 7,
- 5,
- 0.085417,
- "_ACFLMAHNGWVMGDDPLR_"
- ],
- [
- 29383,
- 2,
- 23,
- 2,
- 0.31334,
- "_SENCGVPEDLLNGLK_"
- ],
- [
- 29067,
- 2,
- 19,
- 6,
- 0.25639,
- "_GVNLPGAAVDLPAVSEK_"
- ],
- [
- 29223,
- 4,
- 9,
- 6,
- 0.11392,
- "_EVLCDHMVDGQPLAEDSGLHIIAACNPYR_"
- ],
- [
- 19441,
- 2,
- 17,
- 5,
- 0.22789,
- "_DDGSWEVIEGYR_"
- ],
- [
- 26883,
- 3,
- 17,
- 4,
- 0.22789,
- "_NVAVIPPGTGMAHQINLEYLSR_"
- ],
- [
- 19269,
- 3,
- 18,
- 5,
- 0.24214,
- "_LNHNAAFMQIPMGLEGNFK_"
- ],
- [
- 17859,
- 3,
- 22,
- 7,
- 0.29911,
- "_VNPCIGGVILFHETLYQK_"
- ],
- [
- 25266,
- 2,
- 14,
- 2,
- 0.18514,
- "_EAAASGLPLMVIIHK_"
- ],
- [
- 7074,
- 4,
- 14,
- 6,
- 0.18514,
- "_ILDILEYIHEHEYVHGDIK_"
- ],
- [
- 44007,
- 2,
- 14,
- 3,
- 0.18514,
- "_TVTYEDPQAVGGLASALDNR_"
- ],
- [
- 20761,
- 4,
- 17,
- 6,
- 0.22789,
- "_VHCCLYFIPATGHSLRPLDIEFMK_"
- ],
- [
- 41703,
- 2,
- 9,
- 3,
- 0.11392,
- "_CMEPDPEIPSAFNSLQR_"
- ],
- [
- 20222,
- 2,
- 8,
- 2,
- 0.09967,
- "_FATEDEAWAFVR_"
- ],
- [
- 43442,
- 2,
- 20,
- 3,
- 0.27063,
- "_NTPSPFIETFTEDDEASR_"
- ],
- [
- 29507,
- 4,
- 10,
- 7,
- 0.12819,
- "_LGLNQCMSGIINHEAYHEVPYTTSFTLAK_"
- ],
- [
- 44081,
- 2,
- 11,
- 5,
- 0.14244,
- "_EHPFILNLQEDQIENLK_"
- ],
- [
- 27554,
- 2,
- 22,
- 6,
- 0.29911,
- "_AVLVDLEPGTMDSVR_"
- ],
- [
- 12054,
- 3,
- 19,
- 7,
- 0.25639,
- "_KLFIGGLSFETTDESLR_"
- ],
- [
- 11349,
- 2,
- 9,
- 4,
- 0.11392,
- "_DSDYYNMLLK_"
- ],
- [
- 14198,
- 3,
- 8,
- 2,
- 0.09967,
- "_DPNEPQKPVSAYALFFR_"
- ],
- [
- 36847,
- 2,
- 12,
- 3,
- 0.15667,
- "_SNDLAVLDASNQISVYK_"
- ],
- [
- 18958,
- 2,
- 14,
- 5,
- 0.19938,
- "_NSILAQVLDQSAR_"
- ],
- [
- 13210,
- 3,
- 15,
- 5,
- 0.19938,
- "_TGKPFNPLLGETYELIR_"
- ],
- [
- 17594,
- 3,
- 10,
- 3,
- 0.12819,
- "_EHPFILNLQEDQIENLK_"
- ],
- [
- 28138,
- 2,
- 12,
- 5,
- 0.15667,
- "_TQADELPACLLSAAR_"
- ],
- [
- 44749,
- 2,
- 15,
- 6,
- 0.19938,
- "_TVPLAGHVGFDSLPDQLVNK_"
- ],
- [
- 42383,
- 4,
- 13,
- 7,
- 0.17092,
- "_TVSSPIPYTPSPSSSRPISPGLSYASHTVGFTPPTSLTR_"
- ],
- [
- 21278,
- 2,
- 13,
- 3,
- 0.17092,
- "_YCIFANFSVTGGK_"
- ],
- [
- 17081,
- 3,
- 14,
- 4,
- 0.18516,
- "_MDIDAPDVEVQGPDWHLK_"
- ],
- [
- 32271,
- 3,
- 14,
- 5,
- 0.18516,
- "_CGYAGSNFPEHIFPALVGRPIIR_"
- ],
- [
- 23689,
- 3,
- 14,
- 2,
- 0.18516,
- "_DVHEDSITVAFENNWQPDR_"
- ],
- [
- 37043,
- 2,
- 14,
- 6,
- 0.18516,
- "_GNIIISTPEKWDILSR_"
- ],
- [
- 46723,
- 2,
- 14,
- 5,
- 0.18516,
- "_CYYSNTDAVIYVVDSCDR_"
- ],
- [
- 17189,
- 4,
- 14,
- 7,
- 0.18516,
- "_GILHAEMPCSEEPAHGLQLWVNLR_"
- ],
- [
- 2150,
- 2,
- 15,
- 4,
- 0.1994,
- "_YLMDNLFK_"
- ],
- [
- 3161,
- 3,
- 12,
- 4,
- 0.15669,
- "_PIVKPEYFTEFLK_"
- ],
- [
- 41103,
- 2,
- 9,
- 2,
- 0.11392,
- "_EVVHSVLDGQGVGWLNMK_"
- ],
- [
- 8680,
- 4,
- 19,
- 2,
- 0.2564,
- "_QDLPNAMNAAEITDKLGLHSLR_"
- ],
- [
- 16323,
- 3,
- 9,
- 4,
- 0.11392,
- "_TATYITELANALSYCHSK_"
- ],
- [
- 13038,
- 2,
- 12,
- 2,
- 0.15669,
- "_EYIEIITSSIK_"
- ],
- [
- 49458,
- 2,
- 13,
- 6,
- 0.17092,
- "_VAEPELMGTPDGTCYPPPPVPR_"
- ],
- [
- 18514,
- 3,
- 16,
- 5,
- 0.21363,
- "_TVPLAGHVGFDSLPDQLVNK_"
- ],
- [
- 17578,
- 2,
- 16,
- 2,
- 0.21363,
- "_GVDLVLNSLAEEK_"
- ],
- [
- 34019,
- 2,
- 10,
- 6,
- 0.12817,
- "_IPTPLNTSGVQVICMK_"
- ],
- [
- 39523,
- 2,
- 17,
- 5,
- 0.22786,
- "_PSPAISVSVSAPAFYAPQK_"
- ],
- [
- 7278,
- 3,
- 19,
- 6,
- 0.2564,
- "_EPPLSLTIHLTSPVVR_"
- ],
- [
- 35482,
- 2,
- 16,
- 5,
- 0.21363,
- "_YIQPWESEFIDSQR_"
- ],
- [
- 20564,
- 3,
- 16,
- 5,
- 0.21363,
- "_TAPATMSTPTILVATAVHAYR_"
- ],
- [
- 36241,
- 3,
- 13,
- 7,
- 0.17092,
- "_TDDEVVQREEEAIQLDGLNASQIR_"
- ],
- [
- 6405,
- 2,
- 20,
- 5,
- 0.27064,
- "_ENGELLPILR_"
- ],
- [
- 41674,
- 2,
- 18,
- 7,
- 0.24214,
- "_YGETANECGEAFFFYGK_"
- ],
- [
- 33135,
- 4,
- 20,
- 7,
- 0.27064,
- "_WSGPLSLQEVDEQPQHPLHVTYAGAAVDELGK_"
- ],
- [
- 24282,
- 2,
- 8,
- 3,
- 0.09967,
- "_STSLDVEPIYTFR_"
- ],
- [
- 24338,
- 2,
- 9,
- 3,
- 0.11392,
- "_HDVVILDSLNYIK_"
- ],
- [
- 27025,
- 2,
- 10,
- 3,
- 0.12817,
- "_DFFTSGSPEETAFR_"
- ],
- [
- 4831,
- 2,
- 13,
- 3,
- 0.17092,
- "_AEVLWLMGAK_"
- ],
- [
- 30595,
- 2,
- 18,
- 6,
- 0.24214,
- "_TPMENIGLQDSLLSR_"
- ],
- [
- 25362,
- 2,
- 23,
- 4,
- 0.31336,
- "_VLGVPIIVQASQAEK_"
- ],
- [
- 45338,
- 2,
- 17,
- 3,
- 0.22786,
- "_QSGGSSQAGVVTVSDVQELMR_"
- ],
- [
- 50995,
- 2,
- 15,
- 2,
- 0.19942,
- "_YTEHSTVGLAQQWDQLDQLGMR_"
- ],
- [
- 11542,
- 4,
- 7,
- 2,
- 0.085457,
- "_KIETFLNHYPVESSWIAPELR_"
- ],
- [
- 13028,
- 4,
- 14,
- 6,
- 0.18518,
- "_APQLLIAPFKEEDEWDSPHIVR_"
- ],
- [
- 47210,
- 3,
- 14,
- 4,
- 0.18518,
- "_HPLFTQSQESSCDQNADWFIASDVAPQEK_"
- ],
- [
- 34361,
- 2,
- 12,
- 5,
- 0.1567,
- "_VSVNGAVVLEEPVGELR_"
- ],
- [
- 37974,
- 2,
- 14,
- 7,
- 0.18518,
- "_STIGGQIMYLTGMVDKR_"
- ],
- [
- 10422,
- 3,
- 14,
- 6,
- 0.18518,
- "_LVQDLPEELVHAGWEK_"
- ],
- [
- 11766,
- 3,
- 14,
- 4,
- 0.18518,
- "_LTQLGTFEDHFLSLQR_"
- ],
- [
- 27268,
- 2,
- 12,
- 2,
- 0.1567,
- "_QTDMQGVNLLFSSR_"
- ],
- [
- 46294,
- 2,
- 14,
- 6,
- 0.18518,
- "_GPIPGYGSGFSSGGMDYGMVGGK_"
- ],
- [
- 50634,
- 2,
- 12,
- 5,
- 0.1567,
- "_PGSNCSPAQSVLSEVPSVPTNGMAK_"
- ],
- [
- 16032,
- 2,
- 13,
- 4,
- 0.17095,
- "_YAVLYQPLFDK_"
- ],
- [
- 50502,
- 2,
- 13,
- 7,
- 0.17095,
- "_LASGETVAAFCLTEPSSGSDAASIR_"
- ],
- [
- 12636,
- 4,
- 13,
- 3,
- 0.17095,
- "_VAVAGCCHGELDKIYETLALAER_"
- ],
- [
- 37610,
- 3,
- 8,
- 4,
- 0.099688,
- "_QFPCYTQQILTEHCNEVWFCK_"
- ],
- [
- 2032,
- 3,
- 16,
- 6,
- 0.21365,
- "_ALPLIVGAQLIHADK_"
- ],
- [
- 24147,
- 2,
- 21,
- 5,
- 0.2849,
- "_CPQIVIAFYEER_"
- ],
- [
- 15428,
- 2,
- 9,
- 4,
- 0.11393,
- "_FLVYVANFDEK_"
- ],
- [
- 31910,
- 2,
- 16,
- 4,
- 0.21365,
- "_ENSETVVTGSLDDLVK_"
- ],
- [
- 35804,
- 2,
- 16,
- 3,
- 0.21365,
- "_ELDELLNCLHPQGIR_"
- ],
- [
- 48168,
- 2,
- 28,
- 8,
- 0.38454,
- "_IITHPNFNGNTLDNDIMLIK_"
- ],
- [
- 31326,
- 3,
- 17,
- 4,
- 0.22789,
- "_AVQCTSDYPEHVCEVLLTMER_"
- ],
- [
- 38118,
- 2,
- 10,
- 4,
- 0.12818,
- "_SWDVDPGVCNLDEQLK_"
- ],
- [
- 1855,
- 3,
- 20,
- 6,
- 0.27065,
- "_EAAASGLPLMVIIHK_"
- ],
- [
- 32466,
- 3,
- 16,
- 6,
- 0.21365,
- "_FMNSHLQKPYEINLMEELTLK_"
- ],
- [
- 19485,
- 3,
- 10,
- 4,
- 0.12818,
- "_HHISIAEIYETELVDIEK_"
- ],
- [
- 48472,
- 2,
- 11,
- 3,
- 0.14243,
- "_QVQELQAGPLNIDVAPGAPQEK_"
- ],
- [
- 21004,
- 2,
- 17,
- 6,
- 0.22789,
- "_NPFGNAGLLLGEAGK_"
- ],
- [
- 49534,
- 2,
- 17,
- 4,
- 0.22789,
- "_ESPNFESYTCLCAPGWQGQR_"
- ],
- [
- 48047,
- 2,
- 12,
- 5,
- 0.1567,
- "_DFEPILEQQIHQDDFGESK_"
- ],
- [
- 14082,
- 3,
- 20,
- 4,
- 0.27065,
- "_DHLMLYPYHLSDIMVK_"
- ],
- [
- 18708,
- 2,
- 16,
- 3,
- 0.21365,
- "_TPESALECFLDK_"
- ],
- [
- 29964,
- 3,
- 16,
- 3,
- 0.21365,
- "_SALQSINEWAAQTTDGKLPEVTK_"
- ],
- [
- 41289,
- 2,
- 15,
- 5,
- 0.19942,
- "_AVTVYTNYPFPGETFNR_"
- ],
- [
- 17468,
- 2,
- 15,
- 5,
- 0.19942,
- "_IFDSEEILAGYK_"
- ],
- [
- 22128,
- 4,
- 15,
- 4,
- 0.19942,
- "_LLIYGEYCSHMEHAQNTLNQLLASR_"
- ],
- [
- 22742,
- 3,
- 16,
- 7,
- 0.21365,
- "_IDGVFAACQSGSFDKLEAVVK_"
- ],
- [
- 43684,
- 2,
- 12,
- 5,
- 0.1567,
- "_DCVDIEVFPAGENTEDQK_"
- ],
- [
- 37494,
- 2,
- 11,
- 3,
- 0.14243,
- "_QACAQPFEAFEECLR_"
- ],
- [
- 31068,
- 3,
- 12,
- 4,
- 0.1567,
- "_IAAQEVPIEIKPVNPSPLSQLQR_"
- ],
- [
- 30045,
- 3,
- 15,
- 7,
- 0.19942,
- "_AKPYEGSILEADCDILIPAASEK_"
- ],
- [
- 38735,
- 2,
- 11,
- 6,
- 0.14243,
- "_EEILECQVMWEPDSK_"
- ],
- [
- 4479,
- 3,
- 9,
- 4,
- 0.11393,
- "_SFNFYVFPKPFNR_"
- ],
- [
- 33768,
- 2,
- 15,
- 6,
- 0.19942,
- "_SMLEVNYPMENGIVR_"
- ],
- [
- 43133,
- 2,
- 11,
- 3,
- 0.14243,
- "_TATYITELANALSYCHSK_"
- ],
- [
- 21883,
- 3,
- 11,
- 6,
- 0.14243,
- "_FFDHSGTLVMDAYEPEISR_"
- ],
- [
- 5140,
- 4,
- 11,
- 3,
- 0.14246,
- "_ISNIVHISNLVRPFTLGQLK_"
- ],
- [
- 41826,
- 2,
- 10,
- 4,
- 0.12821,
- "_LQAEWHDSDWILSVPAK_"
- ],
- [
- 48488,
- 2,
- 6,
- 2,
- 0.071266,
- "_TASGAVDEDALTLEELEEQQR_"
- ],
- [
- 21386,
- 4,
- 11,
- 3,
- 0.14246,
- "_EGSVVVDLAAEAGGNFETTKPGELYIHK_"
- ],
- [
- 10654,
- 2,
- 11,
- 4,
- 0.14246,
- "_DFGGAVQDYFK_"
- ],
- [
- 46837,
- 2,
- 11,
- 3,
- 0.14246,
- "_YWDVPPPGFEHITPMQYK_"
- ],
- [
- 25670,
- 3,
- 9,
- 5,
- 0.11397,
- "_MEDQFAALHENPDIIIATPGR_"
- ],
- [
- 50385,
- 2,
- 9,
- 5,
- 0.11397,
- "_IEDIDNEDWENPQLCSDYVK_"
- ],
- [
- 44606,
- 2,
- 9,
- 2,
- 0.11397,
- "_LYSEVSLTIDHSLIPEER_"
- ],
- [
- 47086,
- 2,
- 12,
- 4,
- 0.15671,
- "_INVDIPEEANQNLSFGATER_"
- ],
- [
- 14596,
- 2,
- 9,
- 3,
- 0.11397,
- "_VVLEGPAPWGFR_"
- ],
- [
- 45429,
- 2,
- 9,
- 4,
- 0.11397,
- "_HHISIAEIYETELVDIEK_"
- ],
- [
- 27382,
- 3,
- 13,
- 5,
- 0.17098,
- "_HPSVESVVQCEIDEDVIQVSK_"
- ],
- [
- 2318,
- 2,
- 12,
- 4,
- 0.15671,
- "_QFLPFLQR_"
- ],
- [
- 35562,
- 3,
- 12,
- 7,
- 0.15671,
- "_TKVENGEGTIPVESSDIVPTWDGIR_"
- ],
- [
- 46657,
- 2,
- 9,
- 2,
- 0.11397,
- "_SCVYISSSPDEVALVEGVQR_"
- ],
- [
- 42170,
- 2,
- 12,
- 4,
- 0.15671,
- "_GNEFFCEVDEDYIQDK_"
- ],
- [
- 7255,
- 2,
- 13,
- 5,
- 0.17098,
- "_IPDEIIDMVK_"
- ],
- [
- 33019,
- 2,
- 8,
- 2,
- 0.099739,
- "_RLDQELDFILSQQK_"
- ],
- [
- 47991,
- 2,
- 13,
- 3,
- 0.17098,
- "_DVHEDSITVAFENNWQPDR_"
- ],
- [
- 17916,
- 3,
- 12,
- 6,
- 0.15671,
- "_ACFLMAHNGWVMGDDPLR_"
- ],
- [
- 32795,
- 3,
- 11,
- 6,
- 0.14246,
- "_APQLLIAPFKEEDEWDSPHIVR_"
- ],
- [
- 13298,
- 4,
- 9,
- 6,
- 0.11397,
- "_DTSNHFHVFVGDLSPEITTEDIK_"
- ],
- [
- 42028,
- 2,
- 25,
- 6,
- 0.3419,
- "_TVDFTQDSNYLLTGGQDK_"
- ],
- [
- 33133,
- 2,
- 23,
- 5,
- 0.31342,
- "_AAIAQALAGEVSVVPPSR_"
- ],
- [
- 10685,
- 3,
- 17,
- 7,
- 0.22794,
- "_STIGGQIMYLTGMVDKR_"
- ],
- [
- 29407,
- 3,
- 17,
- 8,
- 0.22794,
- "_FNEEHIPDSPFVVPVASPSGDAR_"
- ],
- [
- 16681,
- 2,
- 17,
- 8,
- 0.22794,
- "_(Acetyl (Protein N-term))CDKEFMWALK_"
- ],
- [
- 5355,
- 3,
- 15,
- 6,
- 0.19946,
- "_LKPGYLEATVDWFR_"
- ],
- [
- 22208,
- 4,
- 18,
- 5,
- 0.24217,
- "_YIANLGHGLYPDMDPEHVGAFVDAVHK_"
- ],
- [
- 47766,
- 2,
- 23,
- 7,
- 0.31342,
- "_DGSCGVAYVVQEPGDYEVSVK_"
- ],
- [
- 48306,
- 2,
- 18,
- 4,
- 0.24217,
- "_SAYQTIDSAEAPADPFAVPEGR_"
- ],
- [
- 34735,
- 3,
- 17,
- 5,
- 0.22794,
- "_EQFWPAVCEHFGVEATGEESSIR_"
- ],
- [
- 36902,
- 3,
- 19,
- 8,
- 0.2564,
- "_GILHAEMPCSEEPAHGLQLWVNLR_"
- ],
- [
- 22309,
- 3,
- 15,
- 6,
- 0.19946,
- "_SYQLRPGTMIEWGNYWAR_"
- ],
- [
- 30920,
- 2,
- 16,
- 5,
- 0.2137,
- "_FDEILEASDGIM(Oxidation (M))VAR_"
- ],
- [
- 47134,
- 2,
- 22,
- 7,
- 0.29918,
- "_WLSCTATPQIEEEVSLTQK_"
- ],
- [
- 48825,
- 2,
- 15,
- 5,
- 0.19946,
- "_VNIVFNYDMPEDSDTYLHR_"
- ],
- [
- 43545,
- 3,
- 16,
- 7,
- 0.2137,
- "_HLEPEPEEEIIAEDYDDDPVDYEATR_"
- ],
- [
- 19785,
- 3,
- 14,
- 6,
- 0.18523,
- "_VGEFSGANKEKLEATINELV_"
- ],
- [
- 10308,
- 2,
- 17,
- 4,
- 0.27068,
- "_GLSSLLCNFTK_"
- ],
- [
- 38034,
- 3,
- 16,
- 7,
- 0.2137,
- "_AEAVESAQAGDKCDFTGTLIVVPDVSK_"
- ],
- [
- 43000,
- 2,
- 13,
- 4,
- 0.17095,
- "_VVIEDEQLVLGASQEPVGR_"
- ],
- [
- 49183,
- 2,
- 24,
- 8,
- 0.32766,
- "_LTESPCALVASQYGWSGNMER_"
- ],
- [
- 26499,
- 2,
- 13,
- 4,
- 0.17095,
- "_EGVIHFLELYETK_"
- ],
- [
- 20099,
- 2,
- 13,
- 3,
- 0.17095,
- "_GGIFQPELLSSYK_"
- ],
- [
- 50781,
- 2,
- 19,
- 5,
- 0.25641,
- "_YPEDDPDYCVWVPPEGQSGDGR_"
- ],
- [
- 40083,
- 2,
- 19,
- 6,
- 0.25641,
- "_IPPSSAPTVLSVPAGTTIVK_"
- ],
- [
- 22727,
- 2,
- 13,
- 3,
- 0.17095,
- "_YFQTYFLTPSVK_"
- ],
- [
- 26308,
- 3,
- 23,
- 4,
- 0.31342,
- "_SIHLACTAGIFDAYVPPEGDAR_"
- ],
- [
- 36950,
- 2,
- 18,
- 5,
- 0.24217,
- "_ATNESEDEIPQLVPIGK_"
- ],
- [
- 22312,
- 2,
- 10,
- 3,
- 0.12821,
- "_DSFQISTLVCSTK_"
- ],
- [
- 29825,
- 3,
- 21,
- 5,
- 0.28492,
- "_AEPEDHYFLLTEPPLNTPENR_"
- ],
- [
- 15113,
- 2,
- 11,
- 4,
- 0.14245,
- "_NAVLGLPVALQDK_"
- ],
- [
- 42613,
- 2,
- 11,
- 3,
- 0.14245,
- "_HSVDGESLSSELQQLGLPK_"
- ],
- [
- 30567,
- 3,
- 22,
- 7,
- 0.29917,
- "_LQEVPHEGPMCDLLWSDPDDR_"
- ],
- [
- 45793,
- 2,
- 11,
- 4,
- 0.14245,
- "_SFCSMAGPNLIAIGSSESAQK_"
- ],
- [
- 19659,
- 2,
- 11,
- 3,
- 0.14245,
- "_LSAYVSYGGLLMR_"
- ],
- [
- 50842,
- 3,
- 8,
- 6,
- 0.099724,
- "_TCVQTLEGHAQNVSCASFHPELPIIITGSEDGTVR_"
- ],
- [
- 43326,
- 2,
- 12,
- 5,
- 0.1567,
- "_VADTFQDYFGECSEAAIK_"
- ],
- [
- 2031,
- 2,
- 12,
- 5,
- 0.1567,
- "_ELGELIPLR_"
- ],
- [
- 15664,
- 3,
- 22,
- 5,
- 0.29917,
- "_VGDFGDAINWPTPGEIAHK_"
- ],
- [
- 44441,
- 3,
- 10,
- 8,
- 0.12821,
- "_WFESSGIHVAALVVGECCPTPSHWSATR_"
- ],
- [
- 8266,
- 2,
- 12,
- 2,
- 0.1567,
- "_FPPVVFYTPK_"
- ],
- [
- 1914,
- 2,
- 12,
- 4,
- 0.1567,
- "_VMPFVAMIK_"
- ],
- [
- 15948,
- 3,
- 12,
- 6,
- 0.1567,
- "_KGDILTLLNSTNKDWWK_"
- ],
- [
- 15136,
- 4,
- 10,
- 5,
- 0.12821,
- "_LNLPESTHVEFVMFSTDVSHCVK_"
- ],
- [
- 39737,
- 2,
- 6,
- 3,
- 0.071268,
- "_DKYILQGVTSWGLGCAR_"
- ],
- [
- 8053,
- 3,
- 14,
- 4,
- 0.18522,
- "_IVQWPAITYKPLLDK_"
- ],
- [
- 40826,
- 2,
- 11,
- 6,
- 0.14245,
- "_SVTVAEGLIEDHFDVTVK_"
- ],
- [
- 42422,
- 2,
- 14,
- 2,
- 0.18522,
- "_VCLEITEDGGDSIEVPGAR_"
- ],
- [
- 37852,
- 4,
- 16,
- 6,
- 0.2137,
- "_KEGITGPPADSSKPIGPDDAIDALSSDFTCGSPTAAGK_"
- ],
- [
- 42399,
- 3,
- 14,
- 3,
- 0.18522,
- "_RLEASDGGLDSAELAAELGMEHQAVVGAVK_"
- ],
- [
- 49064,
- 2,
- 17,
- 6,
- 0.22794,
- "_DLTDGHFENILADNSVNDQTK_"
- ],
- [
- 50301,
- 2,
- 16,
- 6,
- 0.2137,
- "_IAQLEEELEEEQGNTELINDR_"
- ],
- [
- 48507,
- 2,
- 14,
- 7,
- 0.18522,
- "_AAVAWEAGKPLSIEEIEVAPPK_"
- ],
- [
- 41077,
- 4,
- 16,
- 7,
- 0.2137,
- "_NLHTHHFPSPLSNNQEVSAFGEDGEGDDLDLWTVR_"
- ],
- [
- 25896,
- 3,
- 16,
- 6,
- 0.2137,
- "_DLTDGHFENILADNSVNDQTK_"
- ],
- [
- 46893,
- 2,
- 5,
- 3,
- 0.057014,
- "_LTLDTEENDVDDEILSGSSR_"
- ],
- [
- 15397,
- 2,
- 10,
- 2,
- 0.12821,
- "_AGGLSLVVNVMQR_"
- ],
- [
- 8482,
- 2,
- 20,
- 6,
- 0.27065,
- "_DAGTIAGLNVLR_"
- ],
- [
- 14691,
- 3,
- 16,
- 4,
- 0.21371,
- "_LQAEWHDSDWILSVPAK_"
- ],
- [
- 2995,
- 2,
- 20,
- 4,
- 0.27065,
- "_LSPEELLLR_"
- ],
- [
- 43958,
- 2,
- 16,
- 7,
- 0.21371,
- "_MQFESSSYEGYFLACEK_"
- ],
- [
- 38191,
- 4,
- 11,
- 8,
- 0.14244,
- "_ETAIMDDLTEVLCSGAGGVHSGGSGDGAGSGGPGAQNHVK_"
- ],
- [
- 12674,
- 4,
- 26,
- 6,
- 0.35613,
- "_LSELSNSQQSVQTLSLWLIHHR_"
- ],
- [
- 44124,
- 2,
- 11,
- 5,
- 0.14244,
- "_EGEELVMDEEAYVLYHR_"
- ],
- [
- 11237,
- 2,
- 10,
- 4,
- 0.12821,
- "_ISMPEVDLNLK_"
- ],
- [
- 32398,
- 3,
- 20,
- 6,
- 0.27065,
- "_YTEHSTVGLAQQWDQLDQLGMR_"
- ],
- [
- 16109,
- 2,
- 17,
- 6,
- 0.22794,
- "_GIPVLVGLLDHPK_"
- ],
- [
- 8357,
- 4,
- 12,
- 3,
- 0.15668,
- "_LLGTSADVDIHHLASLDPEVYK_"
- ],
- [
- 45475,
- 2,
- 20,
- 7,
- 0.27065,
- "_QAWFIENEEQEYVQTVK_"
- ],
- [
- 40838,
- 2,
- 14,
- 5,
- 0.18518,
- "_DCWTVAFGNAYNQEER_"
- ],
- [
- 6042,
- 3,
- 15,
- 5,
- 0.19946,
- "_YLWESPSLAIKPWK_"
- ],
- [
- 44900,
- 2,
- 20,
- 8,
- 0.27065,
- "_GQVGGEINVEMDAAPGVDLSR_"
- ],
- [
- 15559,
- 3,
- 16,
- 4,
- 0.21371,
- "_SFGLVGQSFCAALHQELR_"
- ],
- [
- 50757,
- 2,
- 13,
- 4,
- 0.17094,
- "_GDPTGAGPEASLEPGADSVSMQAFSR_"
- ],
- [
- 17678,
- 2,
- 21,
- 5,
- 0.28488,
- "_ASGQAFELILSPR_"
- ],
- [
- 49640,
- 2,
- 17,
- 5,
- 0.22794,
- "_HPSVESVVQCEIDEDVIQVSK_"
- ],
- [
- 39878,
- 3,
- 12,
- 7,
- 0.15668,
- "_YEDTLLLEDQPTGENEMVIMRPGNK_"
- ],
- [
- 42506,
- 2,
- 29,
- 7,
- 0.39883,
- "_ILATPPQEDAPSVDIANIR_"
- ],
- [
- 34269,
- 2,
- 5,
- 2,
- 0.057014,
- "_DFLQAMNDIRPSAMR_"
- ],
- [
- 31540,
- 4,
- 13,
- 7,
- 0.17094,
- "_FHEFHSPALEDADFDNKPMVLLVGQYSTGK_"
- ],
- [
- 35105,
- 2,
- 18,
- 6,
- 0.24217,
- "_VIAALLQTMEDQGNQR_"
- ],
- [
- 31163,
- 2,
- 17,
- 4,
- 0.22794,
- "_MDVNVGDIDIEGPEGK_"
- ],
- [
- 25366,
- 3,
- 18,
- 5,
- 0.24217,
- "_VNIVFNYDMPEDSDTYLHR_"
- ],
- [
- 43989,
- 4,
- 14,
- 9,
- 0.18518,
- "_NVLGWQDANSTEFDPTTSHPVVVDMPEHNPGQMGGTMR_"
- ],
- [
- 9804,
- 2,
- 14,
- 4,
- 0.18518,
- "_TALALEVGDIVK_"
- ],
- [
- 40708,
- 3,
- 14,
- 5,
- 0.18518,
- "_EGSVVVDLAAEAGGNFETTKPGELYIHK_"
- ],
- [
- 43290,
- 2,
- 18,
- 6,
- 0.24217,
- "_GMNFSVVVFDTAPTGHTLR_"
- ],
- [
- 49740,
- 2,
- 19,
- 8,
- 0.25641,
- "_YTPTQQGNMQVLVTYGGDPIPK_"
- ],
- [
- 10532,
- 2,
- 22,
- 6,
- 0.29916,
- "_DFLLKPELLR_"
- ],
- [
- 49604,
- 2,
- 10,
- 4,
- 0.12821,
- "_YESLDYDNSENQLFLEEER_"
- ],
- [
- 25950,
- 2,
- 14,
- 4,
- 0.18518,
- "_YCNSLPDIPFDPK_"
- ],
- [
- 10893,
- 2,
- 11,
- 4,
- 0.14244,
- "_TSLALDESLFR_"
- ],
- [
- 40579,
- 3,
- 16,
- 8,
- 0.21368,
- "_VEPSDRYPQCLCLSPTYELALQTGK_"
- ],
- [
- 30831,
- 2,
- 22,
- 2,
- 0.2991,
- "_VINQILTEMDGMSTK_"
- ],
- [
- 30513,
- 2,
- 12,
- 4,
- 0.15667,
- "_ELDTLNNEIVDLQR_"
- ],
- [
- 50857,
- 2,
- 5,
- 4,
- 0.05698,
- "_LTQAEISEQPTMATVVPQVPTSPK_"
- ],
- [
- 37213,
- 2,
- 11,
- 4,
- 0.14244,
- "_GPPNPNVEYIPFDEMK_"
- ],
- [
- 17647,
- 3,
- 14,
- 5,
- 0.18516,
- "_EGEELVMDEEAYVLYHR_"
- ],
- [
- 29984,
- 2,
- 15,
- 3,
- 0.19941,
- "_VDAILCVAGGWAGGNAK_"
- ],
- [
- 7350,
- 4,
- 10,
- 4,
- 0.12818,
- "_ELENGNLEVGVHIADVSHFIR_"
- ],
- [
- 33643,
- 3,
- 13,
- 5,
- 0.17091,
- "_NKPQQNLQEDLPTAVEPLMEVTK_"
- ],
- [
- 32733,
- 4,
- 13,
- 7,
- 0.17091,
- "_ECEHCDCLQGFQLTHSLGGGTGSGMGTLLISK_"
- ],
- [
- 21797,
- 3,
- 17,
- 4,
- 0.22793,
- "_TQFPSLDIEVDGGVGPDTVHK_"
- ],
- [
- 3748,
- 2,
- 9,
- 3,
- 0.11396,
- "_GLAVFISDIR_"
- ],
- [
- 32507,
- 3,
- 11,
- 2,
- 0.14244,
- "_EGIAMDQLLSQSLPNDGDEKYEK_"
- ],
- [
- 45533,
- 3,
- 14,
- 7,
- 0.18516,
- "_KLGVNNISGIEEVNMFTNQGTVIHFNNPK_"
- ],
- [
- 8744,
- 2,
- 8,
- 3,
- 0.099728,
- "_DVDETISWIK_"
- ],
- [
- 42789,
- 2,
- 13,
- 3,
- 0.17091,
- "_TPLAVELEVLDGHDPDPGR_"
- ],
- [
- 12372,
- 2,
- 26,
- 7,
- 0.35612,
- "_LAQMFSDMVLK_"
- ],
- [
- 18430,
- 3,
- 11,
- 5,
- 0.14244,
- "_IGPQHQAGSDSLLTGMAFFK_"
- ],
- [
- 45192,
- 2,
- 11,
- 5,
- 0.14244,
- "_VQLNVFDEQGEEDSYDLK_"
- ],
- [
- 42711,
- 3,
- 14,
- 5,
- 0.18516,
- "_KSEDEEDAAKDTYIIECQGIGMTNPNL_"
- ],
- [
- 9503,
- 4,
- 5,
- 2,
- 0.05698,
- "_SRKEEEDLEALIAHFQTLDAK_"
- ],
- [
- 23877,
- 2,
- 16,
- 5,
- 0.21368,
- "_GSLLFTAGPLEEER_"
- ],
- [
- 14895,
- 2,
- 20,
- 5,
- 0.27063,
- "_QININNPFVFK_"
- ],
- [
- 7868,
- 2,
- 15,
- 4,
- 0.19941,
- "_DIVENYFMR_"
- ],
- [
- 44535,
- 2,
- 15,
- 6,
- 0.19941,
- "_TVATPLNQVANPNSAIFGGAR_"
- ],
- [
- 41550,
- 2,
- 12,
- 5,
- 0.15667,
- "_SSEPVQLTEAETEYFVR_"
- ],
- [
- 31732,
- 3,
- 14,
- 6,
- 0.18516,
- "_QHNEEQSGDELLDVVTVPSGELR_"
- ],
- [
- 36850,
- 2,
- 9,
- 4,
- 0.11396,
- "_ITSLVVSSNQLCMSLGK_"
- ],
- [
- 24580,
- 2,
- 12,
- 3,
- 0.15667,
- "_AGQNSFSLELVVAAK_"
- ],
- [
- 44616,
- 3,
- 16,
- 4,
- 0.21368,
- "_IIQTAQTTPVQTVTIVQQAPLGQHQLPIK_"
- ],
- [
- 21382,
- 2,
- 10,
- 5,
- 0.12819,
- "_GEILWSHLELLR_"
- ],
- [
- 35140,
- 2,
- 11,
- 3,
- 0.14241,
- "_VYEIQDIYENSWTK_"
- ],
- [
- 30381,
- 2,
- 9,
- 3,
- 0.14241,
- "_YAGPEDDAAITLAFSK_"
- ],
- [
- 12303,
- 4,
- 14,
- 3,
- 0.18514,
- "_VANILHDDCAFLSAFGDVSKPER_"
- ],
- [
- 4470,
- 2,
- 12,
- 4,
- 0.15667,
- "_IFNAEVLFR_"
- ],
- [
- 25737,
- 2,
- 14,
- 4,
- 0.18514,
- "_GDLDIAGPNLEGDFK_"
- ],
- [
- 32502,
- 4,
- 18,
- 9,
- 0.24216,
- "_GLQSIFQEQGMAESVHTWQDHGYLATYTNK_"
- ],
- [
- 44052,
- 2,
- 10,
- 5,
- 0.12819,
- "_GDVPSVGLEGPDVDLQGPEAK_"
- ],
- [
- 27810,
- 2,
- 12,
- 4,
- 0.15667,
- "_YNVLGAETVLNQMR_"
- ],
- [
- 11166,
- 4,
- 11,
- 5,
- 0.14241,
- "_IMVLMNSAFLHLGQNNFAEAHR_"
- ],
- [
- 22473,
- 2,
- 14,
- 5,
- 0.18514,
- "_EAAWAISNLTISGR_"
- ],
- [
- 15983,
- 3,
- 9,
- 3,
- 0.11396,
- "_FTASAGIQVVGDDLTVTNPK_"
- ],
- [
- 33069,
- 3,
- 14,
- 5,
- 0.18514,
- "_DTSNHFHVFVGDLSPEITTEDIK_"
- ],
- [
- 42143,
- 3,
- 12,
- 8,
- 0.15667,
- "_SHCIAEVEKDAIPENLPPLTADFAEDK_"
- ],
- [
- 39731,
- 3,
- 27,
- 6,
- 0.37035,
- "_AFPSDHYAIESQLQLHGLNIEESMR_"
- ],
- [
- 6233,
- 3,
- 13,
- 6,
- 0.1709,
- "_LWSVPDCNLLHTLR_"
- ],
- [
- 20666,
- 2,
- 9,
- 3,
- 0.11396,
- "_GASSPLITVFTDDK_"
- ],
- [
- 14563,
- 3,
- 11,
- 4,
- 0.14241,
- "_WQVVDTPGILDHPLEDR_"
- ],
- [
- 43764,
- 3,
- 12,
- 6,
- 0.15667,
- "_FWEVISDEHGIDPTGSYHGDSDLQLER_"
- ],
- [
- 5769,
- 2,
- 13,
- 4,
- 0.1709,
- "_IIVAIDGWPR_"
- ],
- [
- 40888,
- 2,
- 13,
- 4,
- 0.1709,
- "_TPEVSFLPEEATEEAGVR_"
- ],
- [
- 11586,
- 3,
- 11,
- 6,
- 0.14241,
- "_KLFIGGLSFETTDDSLR_"
- ],
- [
- 51063,
- 3,
- 13,
- 7,
- 0.1709,
- "_KFLESGGQDGAGDDDDLEDLEEAEEPDMEEDDDQK_"
- ],
- [
- 28025,
- 4,
- 9,
- 6,
- 0.11396,
- "_SSNDHGSLALTPRPQLELAESSPAASFLSSR_"
- ],
- [
- 4969,
- 2,
- 18,
- 5,
- 0.24216,
- "_AAFVLPEFAR_"
- ],
- [
- 50313,
- 2,
- 11,
- 7,
- 0.14241,
- "_AFQQSVEQDNLFDISTEEGSTK_"
- ],
- [
- 9009,
- 3,
- 17,
- 5,
- 0.22791,
- "_DGQWFTDWDAVPHSR_"
- ],
- [
- 19679,
- 4,
- 17,
- 5,
- 0.22791,
- "_VEANSTLLNVHIVFEGEKEFDQNVK_"
- ],
- [
- 24716,
- 3,
- 17,
- 7,
- 0.22791,
- "_AAVAWEAGKPLSIEEIEVAPPK_"
- ],
- [
- 37340,
- 2,
- 17,
- 6,
- 0.22791,
- "_AVCMLSNTTAVAEAWAR_"
- ],
- [
- 26753,
- 3,
- 16,
- 6,
- 0.21364,
- "_SESPDHMVSQYQQALEEIER_"
- ],
- [
- 48747,
- 3,
- 17,
- 8,
- 0.22791,
- "_KEEQEVQATLESEEVDLNAGLHGNWTLENAK_"
- ],
- [
- 49351,
- 2,
- 16,
- 5,
- 0.21364,
- "_YAFGQETNVPLNNFSADQVTR_"
- ],
- [
- 38487,
- 2,
- 15,
- 4,
- 0.19939,
- "_IPTCFTLYQDEITER_"
- ],
- [
- 23453,
- 2,
- 15,
- 4,
- 0.19939,
- "_FCFWPDSPSPDR_"
- ],
- [
- 10570,
- 2,
- 15,
- 3,
- 0.19939,
- "_ISMPDVDLNLK_"
- ],
- [
- 3394,
- 2,
- 19,
- 5,
- 0.25639,
- "_TCLLIVFSK_"
- ],
- [
- 24044,
- 3,
- 35,
- 2,
- 0.48422,
- "_IITHPNFNGNTLDNDIMLIK_"
- ],
- [
- 38902,
- 3,
- 15,
- 3,
- 0.19939,
- "_YAHPTDASMIEASDNTVTICMDYIK_"
- ],
- [
- 16532,
- 3,
- 19,
- 6,
- 0.25639,
- "_GMNFSVVVFDTAPTGHTLR_"
- ],
- [
- 8256,
- 2,
- 8,
- 2,
- 0.099722,
- "_QELLCAFWK_"
- ],
- [
- 46683,
- 2,
- 8,
- 3,
- 0.099722,
- "_TVQPKPDYGAAVAFFEETAR_"
- ],
- [
- 14454,
- 2,
- 14,
- 2,
- 0.18514,
- "_FGSLLPIHPVTSG_"
- ],
- [
- 33761,
- 2,
- 10,
- 5,
- 0.1282,
- "_ISELQWSVMDQEMR_"
- ],
- [
- 17996,
- 3,
- 23,
- 8,
- 0.31335,
- "_IKAEYEGDGIPTVFVAVAGR_"
- ],
- [
- 27371,
- 2,
- 17,
- 5,
- 0.22788,
- "_VAGALAEAGVGLEEIAK_"
- ],
- [
- 25331,
- 4,
- 17,
- 4,
- 0.22788,
- "_FWEVISDEHGIDPTGSYHGDSDLQLER_"
- ],
- [
- 42694,
- 2,
- 17,
- 5,
- 0.22788,
- "_LNEAAAGLNQAATELVQASR_"
- ],
- [
- 3444,
- 3,
- 9,
- 5,
- 0.11397,
- "_HGLIPNLLGEGIYAR_"
- ],
- [
- 13813,
- 2,
- 15,
- 4,
- 0.19938,
- "_DGPSLLVVEQVR_"
- ],
- [
- 28963,
- 2,
- 4,
- 2,
- 0.042698,
- "_PLFTANPFEQDVEK_"
- ],
- [
- 36569,
- 2,
- 18,
- 6,
- 0.24216,
- "_LQEQNAIDMEIIVNAK_"
- ],
- [
- 31142,
- 2,
- 17,
- 3,
- 0.22788,
- "_RQELDAFLAQALSPK_"
- ],
- [
- 20428,
- 3,
- 11,
- 5,
- 0.14244,
- "_YLLDHLHLELQGGFNGVSR_"
- ],
- [
- 22364,
- 2,
- 13,
- 2,
- 0.17091,
- "_EAVCVIDMSSFTK_"
- ],
- [
- 50507,
- 2,
- 9,
- 5,
- 0.11397,
- "_TNHLVTVEGGWPQFGVGAEICAR_"
- ],
- [
- 18644,
- 3,
- 13,
- 5,
- 0.17091,
- "_LGQMLSIQDDAFINPHLAK_"
- ],
- [
- 38970,
- 3,
- 21,
- 7,
- 0.28487,
- "_DTVCEDMTFSTWTPPPGVHSQTLSR_"
- ],
- [
- 47984,
- 2,
- 13,
- 6,
- 0.17091,
- "_ASYVAWGHSTVVNPWGEVLAK_"
- ],
- [
- 16659,
- 2,
- 18,
- 5,
- 0.24216,
- "_GDGPICLVLAPTR_"
- ],
- [
- 1357,
- 2,
- 13,
- 4,
- 0.17091,
- "_LQLLSLVTK_"
- ],
- [
- 18809,
- 2,
- 13,
- 2,
- 0.17091,
- "_SPTPPLFSLPEAR_"
- ],
- [
- 6185,
- 2,
- 13,
- 4,
- 0.17091,
- "_TDESLFPVLK_"
- ],
- [
- 31634,
- 2,
- 16,
- 5,
- 0.21364,
- "_LWSPDEEVSPEVLAK_"
- ],
- [
- 25932,
- 3,
- 12,
- 6,
- 0.15666,
- "_LQVNQVVIHEDFIQSCFDR_"
- ],
- [
- 37299,
- 3,
- 14,
- 7,
- 0.18514,
- "_QEVTCLCPSPDGLHLAVGYEDGSIR_"
- ],
- [
- 6579,
- 2,
- 12,
- 2,
- 0.15666,
- "_LLSAVDILGEK_"
- ],
- [
- 40663,
- 2,
- 10,
- 7,
- 0.1282,
- "_FQQQLEQLNSMGFINR_"
- ],
- [
- 23356,
- 2,
- 10,
- 4,
- 0.1282,
- "_ALNILQSTNMAFGK_"
- ],
- [
- 25103,
- 4,
- 8,
- 5,
- 0.099712,
- "_YGKDATNVGDEGGFAPNILENKEGLELLK_"
- ],
- [
- 39025,
- 3,
- 14,
- 4,
- 0.18514,
- "_GPSYEDLYTQNVVINMDDQEDLHR_"
- ],
- [
- 21624,
- 2,
- 16,
- 4,
- 0.21364,
- "_VATQAVEDVLNIAK_"
- ],
- [
- 33356,
- 4,
- 16,
- 3,
- 0.21364,
- "_KEEQEVQATLESEEVDLNAGLHGNWTLENAK_"
- ],
- [
- 9981,
- 3,
- 12,
- 5,
- 0.15666,
- "_MSAYSGITDVIIGMPHR_"
- ],
- [
- 2311,
- 2,
- 10,
- 3,
- 0.1282,
- "_DFLHLFEK_"
- ],
- [
- 10126,
- 2,
- 12,
- 3,
- 0.15666,
- "_ESLLGDMEWR_"
- ],
- [
- 28848,
- 3,
- 11,
- 6,
- 0.14244,
- "_RNDDISELEDLSELEDLKDAK_"
- ],
- [
- 46302,
- 2,
- 10,
- 4,
- 0.1282,
- "_TNLIVNYLPQNM(Oxidation (M))TQDELR_"
- ],
- [
- 1713,
- 2,
- 12,
- 4,
- 0.15666,
- "_VVINVPIFK_"
- ],
- [
- 48558,
- 3,
- 13,
- 7,
- 0.17091,
- "_QLQEQHYQQYMQQLYQVQLAQQQAALQK_"
- ],
- [
- 20803,
- 2,
- 9,
- 3,
- 0.11397,
- "_LDPADFSVGYVDR_"
- ],
- [
- 44446,
- 3,
- 16,
- 5,
- 0.21364,
- "_MITEGGVSINHQQVTNPESVLIVGQHILK_"
- ],
- [
- 26058,
- 3,
- 14,
- 6,
- 0.18514,
- "_ELFPIAAQVDKEHLFPAAQVK_"
- ],
- [
- 46993,
- 2,
- 20,
- 5,
- 0.27064,
- "_FEQQLAQTDGTLSTLEFQR_"
- ],
- [
- 17261,
- 2,
- 13,
- 3,
- 0.17092,
- "_ISNQFDWALMR_"
- ],
- [
- 43488,
- 3,
- 14,
- 6,
- 0.18517,
- "_APTAALPQGVVMAASPGSLHSPQQLAEEATR_"
- ],
- [
- 39228,
- 2,
- 21,
- 7,
- 0.28489,
- "_TIGTGLVTNTLAMTEEEK_"
- ],
- [
- 50258,
- 2,
- 13,
- 6,
- 0.17092,
- "_LIFQNCAEFNEPDSEVANAGIK_"
- ],
- [
- 47995,
- 3,
- 13,
- 5,
- 0.17092,
- "_NSSAQAFLGPENPEEPYLDGINYNCVAPGKR_"
- ],
- [
- 27507,
- 2,
- 14,
- 3,
- 0.18517,
- "_GQVCLPVISAENWK_"
- ],
- [
- 45612,
- 2,
- 13,
- 6,
- 0.17092,
- "_YAACNAVGQMATDFAPGFQK_"
- ],
- [
- 1708,
- 2,
- 6,
- 2,
- 0.071194,
- "_ELTLGNLLR_"
- ],
- [
- 25213,
- 2,
- 21,
- 6,
- 0.28489,
- "_DASLMVTNDGATILK_"
- ],
- [
- 8092,
- 3,
- 20,
- 5,
- 0.27066,
- "_GTVPDDAVEALADSLGKK_"
- ],
- [
- 36111,
- 2,
- 12,
- 4,
- 0.1567,
- "_LLPEYPGVLSDVQEEK_"
- ],
- [
- 20510,
- 2,
- 13,
- 4,
- 0.17092,
- "_DDSFDSLDSFGSR_"
- ],
- [
- 9228,
- 2,
- 14,
- 5,
- 0.18517,
- "_VTGEVLDILTR_"
- ],
- [
- 15665,
- 2,
- 14,
- 3,
- 0.18517,
- "_SELLNELMDSAK_"
- ],
- [
- 27141,
- 4,
- 10,
- 6,
- 0.12823,
- "_TFNQVEIKPEM(Oxidation (M))IGHYLGEFSITYKPVK_"
- ],
- [
- 33950,
- 3,
- 12,
- 2,
- 0.1567,
- "_AIGNEVTVDKWEPLLNNLGHVCR_"
- ],
- [
- 44848,
- 2,
- 10,
- 5,
- 0.12823,
- "_DDPFTQPDQSTPSSFDSLK_"
- ],
- [
- 21601,
- 2,
- 17,
- 3,
- 0.2279,
- "_TGGLEIDSDFGGFR_"
- ],
- [
- 23136,
- 2,
- 11,
- 4,
- 0.14246,
- "_VAIFTLINEINKK_"
- ],
- [
- 49265,
- 2,
- 17,
- 4,
- 0.2279,
- "_APTIETVVLYTGETPSEQDQGK_"
- ],
- [
- 16405,
- 2,
- 8,
- 2,
- 0.099714,
- "_YIAEAVASIVEAK_"
- ],
- [
- 14731,
- 2,
- 22,
- 3,
- 0.29913,
- "_DLSTVEALQNLK_"
- ],
- [
- 18529,
- 4,
- 11,
- 4,
- 0.14246,
- "_LHDSLYNEDCTFQQLGTYIHSIR_"
- ],
- [
- 32766,
- 3,
- 8,
- 3,
- 0.099714,
- "_ALSYASLDKEDLLSPINQNTLQR_"
- ],
- [
- 36135,
- 2,
- 18,
- 4,
- 0.24214,
- "_DGQWFTDWDAVPHSR_"
- ],
- [
- 15237,
- 2,
- 11,
- 4,
- 0.14246,
- "_PMEVFMCSVLK_"
- ],
- [
- 37005,
- 3,
- 8,
- 2,
- 0.099714,
- "_NRVDLQHLCGYVTMLNASSQLADR_"
- ],
- [
- 33466,
- 2,
- 8,
- 4,
- 0.099714,
- "_GVSFDQANNLLIEPAR_"
- ],
- [
- 15285,
- 3,
- 12,
- 5,
- 0.1567,
- "_LAHSWVLQNMENWVER_"
- ],
- [
- 37929,
- 3,
- 12,
- 6,
- 0.1567,
- "_KLQIQCVVEDDKVGTDLLEEEITK_"
- ],
- [
- 1812,
- 2,
- 19,
- 5,
- 0.25642,
- "_TLFPLIEAK_"
- ],
- [
- 23650,
- 3,
- 14,
- 6,
- 0.18517,
- "_ASYVAWGHSTVVNPWGEVLAK_"
- ],
- [
- 39534,
- 2,
- 14,
- 5,
- 0.18517,
- "_PAADEGFWDCSVCTFR_"
- ],
- [
- 45739,
- 3,
- 12,
- 7,
- 0.1567,
- "_NYSEGLTMHTHIVSTSNFSETSAFMPVLK_"
- ],
- [
- 15696,
- 3,
- 11,
- 5,
- 0.14246,
- "_LTLQTTSDGVMLDKDLFK_"
- ],
- [
- 11357,
- 2,
- 13,
- 7,
- 0.17094,
- "_LNDYIFSFDK_"
- ],
- [
- 28633,
- 2,
- 11,
- 4,
- 0.14246,
- "_GSIFVVFDSIESAKK_"
- ],
- [
- 28469,
- 2,
- 12,
- 4,
- 0.1567,
- "_HGLIPNLLGEGIYAR_"
- ],
- [
- 11132,
- 4,
- 5,
- 3,
- 0.056973,
- "_ANNMGVGVVGIIECNFLKPTHNK_"
- ],
- [
- 31258,
- 2,
- 12,
- 3,
- 0.1567,
- "_TSLATILDGGEENLEK_"
- ],
- [
- 35455,
- 2,
- 12,
- 6,
- 0.1567,
- "_MELDLEPDTSYGGTLR_"
- ],
- [
- 45303,
- 2,
- 14,
- 6,
- 0.18516,
- "_LGGLTQAPGNPVLAVQINQDK_"
- ],
- [
- 3601,
- 2,
- 11,
- 4,
- 0.14246,
- "_FYLDLYPR_"
- ],
- [
- 22457,
- 2,
- 8,
- 3,
- 0.09967,
- "_IVDDWANDGWGLK_"
- ],
- [
- 50565,
- 2,
- 10,
- 4,
- 0.12821,
- "_FIIGESQAGEQPTQTVMPGQVMR_"
- ],
- [
- 37020,
- 2,
- 9,
- 4,
- 0.11395,
- "_YNTIETFNELFDAHK_"
- ],
- [
- 44890,
- 3,
- 9,
- 5,
- 0.11395,
- "_LLHSPHQNVCEQAVWALGNIIGDGPQCR_"
- ],
- [
- 51677,
- 2,
- 14,
- 7,
- 0.18516,
- "_QVYEEEYGSSLEDDVVGDTSGYYQR_"
- ],
- [
- 26866,
- 2,
- 9,
- 2,
- 0.11395,
- "_AQDLSNLENTVAALK_"
- ],
- [
- 9556,
- 3,
- 8,
- 4,
- 0.09967,
- "_TFLLTYVLQRPNLQK_"
- ],
- [
- 44293,
- 2,
- 7,
- 3,
- 0.085432,
- "_CCPAIGTLYNTNTLESFK_"
- ],
- [
- 29481,
- 2,
- 13,
- 3,
- 0.17094,
- "_AIELATTLDESLTNR_"
- ],
- [
- 20812,
- 3,
- 9,
- 2,
- 0.11395,
- "_IGALHSIVFAGFSSESLCER_"
- ],
- [
- 31539,
- 2,
- 10,
- 2,
- 0.12821,
- "_CGITVSQVSNWFGNK_"
- ],
- [
- 40401,
- 2,
- 13,
- 3,
- 0.17094,
- "_QALEEAATADLDITEINK_"
- ],
- [
- 41350,
- 2,
- 11,
- 5,
- 0.14246,
- "_LFSLSNPSLSTTNLSGPSR_"
- ],
- [
- 29790,
- 3,
- 14,
- 6,
- 0.18516,
- "_ILVSCNNQQDLQEWVEHLQK_"
- ],
- [
- 40458,
- 4,
- 18,
- 7,
- 0.24213,
- "_GDDYFNYNVQQTSTNPPLPEPGYFTKPPIAAHASR_"
- ],
- [
- 7845,
- 3,
- 17,
- 7,
- 0.22788,
- "_EIRPALELLEPIEQK_"
- ],
- [
- 44279,
- 2,
- 17,
- 4,
- 0.22788,
- "_YPLLLQSIGQNTEEPTER_"
- ],
- [
- 22995,
- 2,
- 31,
- 4,
- 0.42733,
- "_GISLNPEQWSQLK_"
- ],
- [
- 44226,
- 2,
- 20,
- 6,
- 0.27065,
- "_DNPHFQSGETSIVISDVLK_"
- ],
- [
- 34499,
- 2,
- 15,
- 5,
- 0.19941,
- "_APVPTGEVYFADSFDR_"
- ],
- [
- 7854,
- 2,
- 21,
- 6,
- 0.2849,
- "_TAVETAVLLLR_"
- ],
- [
- 18058,
- 2,
- 17,
- 2,
- 0.22788,
- "_DVIELTDDSFDK_"
- ],
- [
- 36473,
- 2,
- 17,
- 6,
- 0.22788,
- "_APGEQTVPALNLQNAFR_"
- ],
- [
- 41023,
- 2,
- 14,
- 5,
- 0.18516,
- "_KEESEESDDDM(Oxidation (M))GFGLFD_"
- ],
- [
- 44395,
- 2,
- 15,
- 4,
- 0.19941,
- "_IKAEYEGDGIPTVFVAVAGR_"
- ],
- [
- 23853,
- 3,
- 16,
- 2,
- 0.21364,
- "_GPAIGIDLGTTYSCVGVFQHGK_"
- ],
- [
- 2906,
- 2,
- 14,
- 3,
- 0.18516,
- "_LLLGDLAPVR_"
- ],
- [
- 28280,
- 2,
- 16,
- 3,
- 0.21364,
- "_QNFIDPLQNLCEK_"
- ],
- [
- 14021,
- 4,
- 15,
- 6,
- 0.19941,
- "_HPVLCQSLLPILVQHITGPVRPR_"
- ],
- [
- 50990,
- 3,
- 22,
- 9,
- 0.29913,
- "_TVAQQHDEDGIEEEDDDDDEIDDDDTISDWNLR_"
- ],
- [
- 27836,
- 2,
- 5,
- 3,
- 0.056982,
- "_ICAVQEIIEDCMK_"
- ],
- [
- 25523,
- 3,
- 14,
- 6,
- 0.18518,
- "_GRDDCGTFEDTGPLLQFDYK_"
- ],
- [
- 41724,
- 2,
- 10,
- 4,
- 0.12819,
- "_GLWMDCVTQSTGMMSCK_"
- ],
- [
- 42622,
- 2,
- 14,
- 7,
- 0.18518,
- "_GLGLGANLTEAQALTPTGPSR_"
- ],
- [
- 33951,
- 3,
- 11,
- 6,
- 0.14245,
- "_RDEELVLPINSSLSVTLHQDQLK_"
- ],
- [
- 16516,
- 2,
- 13,
- 3,
- 0.17094,
- "_VFECISSGIILK_"
- ],
- [
- 35694,
- 2,
- 19,
- 8,
- 0.25637,
- "_TLPGSDWTPNAQFITR_"
- ],
- [
- 47625,
- 2,
- 18,
- 6,
- 0.24212,
- "_SNTSPEELGPLANQLTSDYGR_"
- ],
- [
- 18125,
- 2,
- 20,
- 6,
- 0.27062,
- "_ELEEIVQPIISK_"
- ],
- [
- 27240,
- 3,
- 10,
- 5,
- 0.12819,
- "_AKYESDMVTGGYAALINLCCR_"
- ],
- [
- 51148,
- 2,
- 12,
- 6,
- 0.1567,
- "_GYENVPIPCVNGVDGEPCPEDYK_"
- ],
- [
- 29578,
- 3,
- 17,
- 8,
- 0.22788,
- "_VTSVVFHPSQDLVFSASPDATIR_"
- ],
- [
- 25762,
- 3,
- 15,
- 7,
- 0.1994,
- "_NDWHGGAIVSALSQTGSLFKPR_"
- ],
- [
- 44502,
- 2,
- 12,
- 6,
- 0.1567,
- "_IPGMLIIDTPGHESFSNLR_"
- ],
- [
- 50219,
- 2,
- 10,
- 6,
- 0.12819,
- "_LVTSPCCIVTSTYGWTANM(Oxidation (M))ER_"
- ],
- [
- 38619,
- 2,
- 12,
- 5,
- 0.1567,
- "_DASMQDSDTFEIYDPR_"
- ],
- [
- 37781,
- 3,
- 16,
- 7,
- 0.21365,
- "_SGAFGHLFRPDNFIFGQSGAGNNWAK_"
- ],
- [
- 20422,
- 2,
- 10,
- 2,
- 0.12819,
- "_WDDSGNDIIVLAK_"
- ],
- [
- 17117,
- 3,
- 14,
- 5,
- 0.18518,
- "_EFLLSLDDSVDETEAVKR_"
- ],
- [
- 39372,
- 4,
- 16,
- 8,
- 0.21365,
- "_TCVQTLEGHAQNVSCASFHPELPIIITGSEDGTVR_"
- ],
- [
- 19099,
- 2,
- 18,
- 4,
- 0.24212,
- "_AFYGDTLVTGFAR_"
- ],
- [
- 42258,
- 2,
- 19,
- 6,
- 0.25637,
- "_FNESGDPSCVIMQNWAR_"
- ],
- [
- 46168,
- 3,
- 28,
- 8,
- 0.38459,
- "_TAPVQAPPAPVIVTETPEPAMTSGVYRPPGAR_"
- ],
- [
- 35325,
- 4,
- 12,
- 6,
- 0.1567,
- "_SQQNDEEPVATSQLLKPHTTSSPPDMSPFFLR_"
- ],
- [
- 5638,
- 2,
- 19,
- 4,
- 0.25637,
- "_DIVQFVPYR_"
- ],
- [
- 9766,
- 3,
- 13,
- 5,
- 0.17094,
- "_YNTIETFNELFDAHK_"
- ],
- [
- 45746,
- 2,
- 13,
- 3,
- 0.17094,
- "_LGQYGFPNPEWSEVSEDAK_"
- ],
- [
- 25922,
- 2,
- 14,
- 5,
- 0.18518,
- "_GLGWVQFSSEEGLR_"
- ],
- [
- 25001,
- 3,
- 16,
- 7,
- 0.21365,
- "_TPAVEGLTEAEEEELRAELTK_"
- ],
- [
- 11009,
- 4,
- 24,
- 7,
- 0.32761,
- "_TVGGKEDVIWELLNHAQEHFGK_"
- ],
- [
- 1552,
- 2,
- 19,
- 5,
- 0.25637,
- "_LVFGFLNGR_"
- ],
- [
- 27341,
- 3,
- 12,
- 5,
- 0.1567,
- "_SREDMTEAEQIIFDHFSDPK_"
- ],
- [
- 21044,
- 2,
- 18,
- 4,
- 0.24212,
- "_EEDIPAPLNLYGK_"
- ],
- [
- 7120,
- 3,
- 14,
- 6,
- 0.18518,
- "_NGGLGHMNIALLSDLTK_"
- ],
- [
- 31185,
- 3,
- 22,
- 7,
- 0.29913,
- "_VETGVLKPGM(Oxidation (M))VVTFAPVNVTTEVK_"
- ],
- [
- 31879,
- 2,
- 18,
- 3,
- 0.24212,
- "_GTFDAISLNPDNAIEK_"
- ],
- [
- 32853,
- 2,
- 10,
- 5,
- 0.12815,
- "_LAYFNDIAVGAVCCR_"
- ],
- [
- 30534,
- 3,
- 19,
- 7,
- 0.25636,
- "_IPQSHIQQICETILTSGENLAR_"
- ],
- [
- 40523,
- 2,
- 10,
- 4,
- 0.12815,
- "_IQEGEEPEEFWNSLGGK_"
- ],
- [
- 21892,
- 3,
- 18,
- 5,
- 0.24212,
- "_AIAHPYSQALIQYVCGLGPR_"
- ],
- [
- 6297,
- 2,
- 15,
- 4,
- 0.19941,
- "_LYDVVAVFPK_"
- ],
- [
- 34594,
- 2,
- 10,
- 5,
- 0.12815,
- "_MEDYLQLPDDYDTR_"
- ],
- [
- 22819,
- 4,
- 12,
- 8,
- 0.15669,
- "_LSRPERPDLVFEEEDLPYEEEIMR_"
- ],
- [
- 31179,
- 2,
- 9,
- 2,
- 0.11391,
- "_EHVEPVFGFPQFVR_"
- ],
- [
- 23312,
- 2,
- 14,
- 6,
- 0.18518,
- "_SGILPILVHCLER_"
- ],
- [
- 5873,
- 3,
- 13,
- 7,
- 0.17094,
- "_LLLQQLEATLETGKR_"
- ],
- [
- 34008,
- 2,
- 13,
- 2,
- 0.17094,
- "_NLDTGEEIPLSLAEEK_"
- ],
- [
- 19291,
- 2,
- 10,
- 4,
- 0.12815,
- "_FQIGELANTLTSK_"
- ],
- [
- 42064,
- 2,
- 15,
- 6,
- 0.19941,
- "_IAVALEIGADLPSNHVIDR_"
- ],
- [
- 32029,
- 2,
- 10,
- 2,
- 0.12815,
- "_VGWSTMQASLDLGTDK_"
- ],
- [
- 14766,
- 3,
- 12,
- 4,
- 0.15669,
- "_VKNEGDDFGWGVVVNFSK_"
- ],
- [
- 23737,
- 2,
- 17,
- 5,
- 0.22789,
- "_LQLLSNLFHGMDK_"
- ],
- [
- 22388,
- 2,
- 10,
- 5,
- 0.12815,
- "_LLSVVPVPEGYSVK_"
- ],
- [
- 5170,
- 2,
- 5,
- 2,
- 0.056974,
- "_DNILPELGVR_"
- ],
- [
- 29106,
- 2,
- 13,
- 3,
- 0.17093,
- "_LADFGVAGQLTDTMAK_"
- ],
- [
- 9018,
- 2,
- 10,
- 3,
- 0.12816,
- "_MGIGMAEFLDK_"
- ],
- [
- 43094,
- 2,
- 11,
- 4,
- 0.1424,
- "_LTDSEDEFPEITEEMEK_"
- ],
- [
- 27771,
- 3,
- 14,
- 7,
- 0.18519,
- "_ELSTDIEDFVHPGHGDLSGWAK_"
- ],
- [
- 31224,
- 2,
- 10,
- 2,
- 0.12816,
- "_IEVGLVVGNSQVAFEK_"
- ],
- [
- 8474,
- 4,
- 13,
- 6,
- 0.17093,
- "_LAPLIQVIQDCSHLYHYTVK_"
- ],
- [
- 50711,
- 2,
- 10,
- 5,
- 0.12816,
- "_VEDGAQQCLDCGLCFASPGSLSR_"
- ],
- [
- 45601,
- 2,
- 9,
- 4,
- 0.11392,
- "_VIESTQDLGNDLAGVM(Oxidation (M))ALQR_"
- ],
- [
- 12651,
- 3,
- 14,
- 5,
- 0.18519,
- "_VAVSLGTPIMKPEWIYK_"
- ],
- [
- 33227,
- 3,
- 11,
- 4,
- 0.1424,
- "_TSGEGGCFYEFEWHTAAACVLSK_"
- ],
- [
- 23510,
- 2,
- 15,
- 5,
- 0.19942,
- "_LDALEWESCFNK_"
- ],
- [
- 13183,
- 2,
- 17,
- 4,
- 0.22788,
- "_LYFEELSLER_"
- ],
- [
- 12780,
- 2,
- 6,
- 4,
- 0.071222,
- "_ALAVHLLDLGLR_"
- ],
- [
- 24377,
- 3,
- 7,
- 5,
- 0.085466,
- "_DCTNGVSLHPSLPLLATASGQR_"
- ],
- [
- 30251,
- 3,
- 18,
- 7,
- 0.24213,
- "_TNHLVTVEGGWPQFGVGAEICAR_"
- ],
- [
- 44117,
- 3,
- 28,
- 8,
- 0.38457,
- "_TEQGGAHFSVSSLAEGSVTSVGSVNPAENFR_"
- ],
- [
- 31025,
- 3,
- 16,
- 5,
- 0.21366,
- "_SEEITTGSAWFSFLESHNKLDK_"
- ],
- [
- 30115,
- 2,
- 18,
- 6,
- 0.24213,
- "_VTPPEGYEVVTVFPK_"
- ],
- [
- 39304,
- 2,
- 16,
- 6,
- 0.21366,
- "_VLAGETLSVNDPPDVLDR_"
- ],
- [
- 17991,
- 3,
- 18,
- 5,
- 0.24213,
- "_CGYAGSNFPEHIFPALVGR_"
- ],
- [
- 779,
- 2,
- 15,
- 3,
- 0.19942,
- "_MLPLIWSK_"
- ],
- [
- 41985,
- 2,
- 14,
- 5,
- 0.18519,
- "_GIVNGAAPELPVPTGGPAVGAR_"
- ],
- [
- 9842,
- 2,
- 15,
- 2,
- 0.19942,
- "_FSYMAIIEGAK_"
- ],
- [
- 1932,
- 2,
- 15,
- 4,
- 0.19942,
- "_FGFYEVFK_"
- ],
- [
- 18450,
- 2,
- 15,
- 4,
- 0.19942,
- "_IALYGLGSIPDER_"
- ],
- [
- 41277,
- 3,
- 15,
- 5,
- 0.19942,
- "_GHMVAGYACQVDFSPDMSYVISGDGNGK_"
- ],
- [
- 33855,
- 2,
- 15,
- 6,
- 0.19942,
- "_NGGLGHMNIALLSDLTK_"
- ],
- [
- 19475,
- 4,
- 8,
- 5,
- 0.099697,
- "_FDSASSSYYLDMHSLPHVINPVESR_"
- ],
- [
- 17473,
- 2,
- 13,
- 5,
- 0.17093,
- "_VLGTEELYGYLK_"
- ],
- [
- 14552,
- 2,
- 19,
- 4,
- 0.25636,
- "_IYGLGSLALYEK_"
- ],
- [
- 41419,
- 2,
- 8,
- 4,
- 0.099697,
- "_ELLALQNDPPPGMTLNEK_"
- ],
- [
- 24700,
- 2,
- 8,
- 3,
- 0.099697,
- "_ENLESWLNYLKK_"
- ],
- [
- 38840,
- 2,
- 15,
- 4,
- 0.19942,
- "_GLMELHMVLPAPDTDEK_"
- ],
- [
- 39821,
- 2,
- 12,
- 4,
- 0.15668,
- "_LTYQDAVNLQNYVEEK_"
- ],
- [
- 1672,
- 2,
- 13,
- 5,
- 0.17093,
- "_SLDFGFTIK_"
- ],
- [
- 45664,
- 2,
- 9,
- 4,
- 0.11392,
- "_LSAELLLGQLNAEHAEADVR_"
- ],
- [
- 17079,
- 2,
- 19,
- 5,
- 0.25636,
- "_YILVTGGVISGIGK_"
- ],
- [
- 21583,
- 3,
- 31,
- 2,
- 0.42732,
- "_YWDVPPPGFEHITPMQYK_"
- ],
- [
- 33748,
- 3,
- 13,
- 5,
- 0.17092,
- "_LEAPFTQDDTLGLENSHPVWTQK_"
- ],
- [
- 16303,
- 3,
- 23,
- 6,
- 0.31335,
- "_DLEGENIEIVFAKPPDQK_"
- ],
- [
- 16630,
- 3,
- 13,
- 3,
- 0.17092,
- "_(Acetyl (Protein N-term))MQPQSVLHSGYFHPLLR_"
- ],
- [
- 5160,
- 3,
- 14,
- 5,
- 0.18518,
- "_EHVEPVFGFPQFVR_"
- ],
- [
- 22142,
- 4,
- 14,
- 4,
- 0.18518,
- "_DKENTGVLHAFPPCEFSQQFLDSPAK_"
- ],
- [
- 17756,
- 3,
- 22,
- 6,
- 0.2991,
- "_ELLNPVVEFVSHPSTTCR_"
- ],
- [
- 30048,
- 3,
- 12,
- 5,
- 0.15664,
- "_QSLAQSHLPAQPDISPNIFEAVK_"
- ],
- [
- 33525,
- 2,
- 13,
- 5,
- 0.17092,
- "_SSDFLESAELDSGGFGK_"
- ],
- [
- 10517,
- 3,
- 14,
- 7,
- 0.18518,
- "_AHLAALDETPVAGPPHLR_"
- ],
- [
- 34219,
- 2,
- 29,
- 6,
- 0.39882,
- "_LISWYDNEFGYSNR_"
- ],
- [
- 31435,
- 3,
- 15,
- 6,
- 0.19943,
- "_HISSLEVIGAGLHCPSPQLIATLK_"
- ],
- [
- 43208,
- 2,
- 16,
- 3,
- 0.21367,
- "_TLPETLDPAEYNISPETR_"
- ],
- [
- 23808,
- 3,
- 12,
- 7,
- 0.15664,
- "_HQLGGPMWAEPIHDLDFVGR_"
- ],
- [
- 30982,
- 2,
- 16,
- 5,
- 0.21367,
- "_VLVSGLPPSGSWQDLK_"
- ],
- [
- 18139,
- 3,
- 16,
- 5,
- 0.21367,
- "_IPGMLIIDTPGHESFSNLR_"
- ],
- [
- 27433,
- 3,
- 16,
- 6,
- 0.21367,
- "_DTPLEHHLYVVSYEAAGEIVR_"
- ],
- [
- 20994,
- 2,
- 8,
- 3,
- 0.099712,
- "_IFEGMPVTFTCR_"
- ],
- [
- 30823,
- 3,
- 34,
- 8,
- 0.47006,
- "_IDNSQVESGSLEDDWDFLPPKK_"
- ],
- [
- 48584,
- 2,
- 16,
- 6,
- 0.21367,
- "_SPPTVLVICGPGNNGGDGLVCAR_"
- ],
- [
- 14112,
- 4,
- 19,
- 7,
- 0.25638,
- "_AIGNEVTVDKWEPLLNNLGHVCR_"
- ],
- [
- 5515,
- 3,
- 17,
- 5,
- 0.22791,
- "_PHASIMFCTVGVLLR_"
- ],
- [
- 12618,
- 3,
- 17,
- 5,
- 0.22791,
- "_GIEILTDMSRPVELSDR_"
- ],
- [
- 9939,
- 2,
- 19,
- 4,
- 0.25638,
- "_DIEAMDPSILK_"
- ],
- [
- 43704,
- 2,
- 18,
- 6,
- 0.24213,
- "_EFLLSLDDSVDETEAVKR_"
- ],
- [
- 15515,
- 3,
- 18,
- 6,
- 0.24213,
- "_LKPEDITQIQPQQLVLR_"
- ],
- [
- 24572,
- 2,
- 7,
- 2,
- 0.085468,
- "_IDFSSIAVPGTSSPR_"
- ],
- [
- 39957,
- 2,
- 17,
- 6,
- 0.22791,
- "_GIEILTDMSRPVELSDR_"
- ],
- [
- 24004,
- 3,
- 20,
- 5,
- 0.27061,
- "_GFAFVTFDDHDSVDKIVIQK_"
- ],
- [
- 36262,
- 2,
- 13,
- 2,
- 0.17092,
- "_GFSEGLWEIENNPTVK_"
- ],
- [
- 27236,
- 2,
- 11,
- 2,
- 0.1424,
- "_IPSIVSSPLNSPLDR_"
- ],
- [
- 26760,
- 3,
- 15,
- 2,
- 0.19943,
- "_TCFSMVPALQQELDSRPQLR_"
- ],
- [
- 28585,
- 2,
- 15,
- 4,
- 0.19943,
- "_DHADSNIVIMLVGNK_"
- ],
- [
- 50913,
- 3,
- 21,
- 8,
- 0.28485,
- "_YVQPPEMIGPMRPEQFSDEVEPATPEEGEPATQR_"
- ],
- [
- 1111,
- 3,
- 15,
- 5,
- 0.19943,
- "_SGILPILVHCLER_"
- ],
- [
- 49555,
- 2,
- 15,
- 4,
- 0.19943,
- "_AAQYGLQLVESQNELQNQLDK_"
- ],
- [
- 47668,
- 2,
- 11,
- 4,
- 0.1424,
- "_AEQENNFPTSSIAFLGQNER_"
- ],
- [
- 47795,
- 2,
- 10,
- 4,
- 0.12817,
- "_SAMDSPVPASMFAPEPSSPGAAR_"
- ],
- [
- 29614,
- 2,
- 15,
- 5,
- 0.19943,
- "_NILQLHDLTTGALLK_"
- ],
- [
- 40407,
- 3,
- 16,
- 5,
- 0.21367,
- "_TYEDMTLEELEDHEDEFNEEDER_"
- ],
- [
- 45321,
- 2,
- 12,
- 4,
- 0.15665,
- "_TMGTQTVQTISVGLQTEALR_"
- ],
- [
- 17108,
- 2,
- 8,
- 3,
- 0.099714,
- "_WCELIPGAEFR_"
- ],
- [
- 20624,
- 2,
- 12,
- 5,
- 0.15665,
- "_VDLVDENFTELR_"
- ],
- [
- 17237,
- 2,
- 13,
- 5,
- 0.17089,
- "_PALELLEPIEQK_"
- ],
- [
- 2101,
- 2,
- 14,
- 4,
- 0.18517,
- "_NLLNLDVIK_"
- ],
- [
- 34831,
- 2,
- 28,
- 5,
- 0.38459,
- "_GADFLVTEVENGGSLGSK_"
- ],
- [
- 39725,
- 2,
- 8,
- 3,
- 0.099714,
- "_DYNPYNYSDSISPFNK_"
- ],
- [
- 35625,
- 2,
- 10,
- 2,
- 0.12819,
- "_QLLILLQNCTDEGER_"
- ],
- [
- 44985,
- 3,
- 11,
- 6,
- 0.14241,
- "_TAIEAMAAVFGGTQSLHTNSFDEALGLPTVK_"
- ],
- [
- 5733,
- 3,
- 12,
- 5,
- 0.15665,
- "_AQLADSFHLQQFFR_"
- ],
- [
- 48929,
- 3,
- 10,
- 6,
- 0.12819,
- "_VSGEEELHTGPPAPQGPLSVPQGLPTQSLASPPAR_"
- ],
- [
- 22344,
- 3,
- 13,
- 6,
- 0.17089,
- "_MVEEVFSNAIDCLSDEDKK_"
- ],
- [
- 4126,
- 2,
- 13,
- 3,
- 0.17089,
- "_LPFLPTPMGK_"
- ],
- [
- 33270,
- 3,
- 13,
- 4,
- 0.17089,
- "_HGLEVSEM(Oxidation (M))AVSELPGNPNAVWTVR_"
- ],
- [
- 12387,
- 3,
- 10,
- 2,
- 0.12819,
- "_YSHVDLVVMVDGFEGEK_"
- ],
- [
- 37662,
- 2,
- 10,
- 3,
- 0.12819,
- "_LVCTILDTCGQYFDR_"
- ],
- [
- 11006,
- 2,
- 14,
- 4,
- 0.18517,
- "_VVVEQLNLLVK_"
- ],
- [
- 39480,
- 3,
- 13,
- 6,
- 0.17089,
- "_(Acetyl (Protein N-term))ADVLDLHEAGGEDFAM(Oxidation (M))DEDGDESIHK_"
- ],
- [
- 46917,
- 2,
- 12,
- 5,
- 0.15665,
- "_YQMGDQNVYPGPIDNSGLLK_"
- ],
- [
- 47216,
- 2,
- 15,
- 3,
- 0.19943,
- "_YKDLDEDELLGNLSETELK_"
- ],
- [
- 42267,
- 2,
- 17,
- 5,
- 0.22792,
- "_AIFTTGQGASAVGLTAYVQR_"
- ],
- [
- 29279,
- 2,
- 15,
- 4,
- 0.19943,
- "_GANVIAGVWLEEAGQK_"
- ],
- [
- 32605,
- 2,
- 23,
- 4,
- 0.31335,
- "_DDGLFSGDPNWFPKK_"
- ],
- [
- 14998,
- 3,
- 17,
- 6,
- 0.22792,
- "_IAVALEIGADLPSNHVIDR_"
- ],
- [
- 32786,
- 2,
- 14,
- 3,
- 0.18517,
- "_SRPPFDVVIDGLNVAK_"
- ],
- [
- 1778,
- 2,
- 15,
- 2,
- 0.19943,
- "_LTLSALLDGK_"
- ],
- [
- 40266,
- 2,
- 21,
- 7,
- 0.28486,
- "_VTEGLVDVILYHQPDDK_"
- ],
- [
- 25626,
- 3,
- 16,
- 5,
- 0.21368,
- "_LHFLMTGYTPLTTDQSVASVR_"
- ],
- [
- 12951,
- 3,
- 26,
- 2,
- 0.35612,
- "_VTEGLVDVILYHQPDDK_"
- ],
- [
- 40787,
- 3,
- 17,
- 7,
- 0.22793,
- "_QPYITQNYFPVGTVVEYECRPGYR_"
- ],
- [
- 16207,
- 2,
- 11,
- 4,
- 0.14244,
- "_GLFIIDDKGILR_"
- ],
- [
- 25507,
- 2,
- 17,
- 4,
- 0.22793,
- "_FELSCYSLAPQIK_"
- ],
- [
- 24335,
- 2,
- 16,
- 6,
- 0.21368,
- "_DPILFPSFIHSQK_"
- ],
- [
- 161,
- 2,
- 10,
- 3,
- 0.12821,
- "_LWYVLLK_"
- ],
- [
- 28425,
- 2,
- 21,
- 4,
- 0.28488,
- "_VCNFLASQVPFPSR_"
- ],
- [
- 3683,
- 2,
- 13,
- 3,
- 0.1709,
- "_LMDLLGEGLK_"
- ],
- [
- 4567,
- 2,
- 12,
- 3,
- 0.15666,
- "_SMDIDDFIR_"
- ],
- [
- 34435,
- 2,
- 17,
- 7,
- 0.22793,
- "_ALESPERPFLAILGGAK_"
- ],
- [
- 23835,
- 3,
- 12,
- 5,
- 0.15666,
- "_DGVSEGQFQQVLHHELLAIR_"
- ],
- [
- 25905,
- 3,
- 12,
- 5,
- 0.15666,
- "_LDQVIHSNPAGIQQALAQLSSR_"
- ],
- [
- 34768,
- 2,
- 22,
- 6,
- 0.29911,
- "_EIRPALELLEPIEQK_"
- ],
- [
- 43416,
- 4,
- 20,
- 9,
- 0.27062,
- "_SNTTSKPSHLVDAHTAEVNCLSFNPYSEFILATGSADK_"
- ],
- [
- 27808,
- 2,
- 10,
- 5,
- 0.12821,
- "_GFQEVVTPNIFNSR_"
- ],
- [
- 28689,
- 3,
- 13,
- 2,
- 0.1709,
- "_DNVCSPGGATIHALHFLESGGFR_"
- ],
- [
- 21874,
- 2,
- 17,
- 5,
- 0.22793,
- "_GLVQALGLSNFNSR_"
- ],
- [
- 40851,
- 2,
- 10,
- 3,
- 0.12821,
- "_ITLIIGGSYGAGNYGMCGR_"
- ],
- [
- 19892,
- 2,
- 17,
- 2,
- 0.22793,
- "_FDQPLEASTWLK_"
- ],
- [
- 6004,
- 2,
- 9,
- 3,
- 0.11397,
- "_TEVVSLLLDR_"
- ],
- [
- 24968,
- 2,
- 11,
- 2,
- 0.14244,
- "_VTLNPPGTFLEGVAK_"
- ],
- [
- 41884,
- 2,
- 18,
- 6,
- 0.24217,
- "_ELTTEIDNNIEQISSYK_"
- ],
- [
- 2086,
- 2,
- 9,
- 2,
- 0.11397,
- "_SMDFIGMIK_"
- ],
- [
- 26564,
- 2,
- 23,
- 3,
- 0.31335,
- "_FNYGFEYLGVQDK_"
- ],
- [
- 31438,
- 2,
- 16,
- 4,
- 0.21368,
- "_GEAGQNLLEMMACDR_"
- ],
- [
- 36208,
- 4,
- 16,
- 8,
- 0.21368,
- "_SPQPPVEEEDEHFDDTVVCLDTYNCDLHFK_"
- ],
- [
- 31991,
- 2,
- 12,
- 5,
- 0.15666,
- "_AQLADSFHLQQFFR_"
- ],
- [
- 20533,
- 3,
- 14,
- 3,
- 0.18514,
- "_QLLTDFCTHLPNLPDSTAK_"
- ],
- [
- 42142,
- 3,
- 11,
- 3,
- 0.14244,
- "_TYQGLESLEEVCVYHSGVPIFHEGMK_"
- ],
- [
- 32159,
- 3,
- 22,
- 7,
- 0.29911,
- "_NGPGFHNDIDSNSTIQEILIPASK_"
- ],
- [
- 30055,
- 2,
- 15,
- 6,
- 0.19942,
- "_AVQGMLDFDYVCSR_"
- ],
- [
- 29994,
- 2,
- 12,
- 4,
- 0.15666,
- "_TEVWGLVLLSEEKR_"
- ],
- [
- 23304,
- 2,
- 8,
- 3,
- 0.099707,
- "_FQVWDLGGQTSIR_"
- ],
- [
- 50941,
- 2,
- 22,
- 6,
- 0.29911,
- "_YGGPPPDSVYSGQQPSVGTEIFVGK_"
- ],
- [
- 22243,
- 2,
- 14,
- 3,
- 0.18514,
- "_RDPTEEIEILLR_"
- ],
- [
- 12789,
- 3,
- 15,
- 5,
- 0.19942,
- "_VEALTKEELEFEVPFR_"
- ],
- [
- 37248,
- 2,
- 11,
- 5,
- 0.14244,
- "_ALYDYAGQEADELSFR_"
- ],
- [
- 33888,
- 2,
- 11,
- 5,
- 0.14244,
- "_(Acetyl (Protein N-term))AVNVYSTSVTSDNLSR_"
- ],
- [
- 40962,
- 2,
- 14,
- 4,
- 0.18514,
- "_TQYACPPFDLTECSFK_"
- ],
- [
- 28156,
- 3,
- 14,
- 4,
- 0.18514,
- "_GTWERPGGAAPLGYDFWYQPR_"
- ],
- [
- 11849,
- 3,
- 18,
- 3,
- 0.24217,
- "_FGVPIIADGGIQTVGHVVK_"
- ],
- [
- 13027,
- 2,
- 16,
- 3,
- 0.21368,
- "_MALDIEIATYR_"
- ],
- [
- 30362,
- 3,
- 11,
- 5,
- 0.14244,
- "_NELM(Oxidation (M))YQLEQDHDLQAILQER_"
- ],
- [
- 24257,
- 4,
- 16,
- 5,
- 0.21368,
- "_EEMQDAHVILNDITEECRPPSSLITR_"
- ],
- [
- 42467,
- 2,
- 14,
- 2,
- 0.18514,
- "_AAFGISDSYVDGSSFDPQR_"
- ],
- [
- 35817,
- 3,
- 16,
- 6,
- 0.21368,
- "_NGYGFVEFEDSRDADDAVYELNGK_"
- ],
- [
- 42865,
- 2,
- 20,
- 6,
- 0.27062,
- "_FTASAGIQVVGDDLTVTNPK_"
- ],
- [
- 46248,
- 2,
- 16,
- 5,
- 0.21368,
- "_CEEEDVEMSEDAYTVLTR_"
- ],
- [
- 40037,
- 2,
- 14,
- 5,
- 0.18514,
- "_SESLIDASEDSQLEAAIR_"
- ],
- [
- 32939,
- 2,
- 10,
- 3,
- 0.12821,
- "_NCIIVPNGDNVFAAVK_"
- ],
- [
- 22689,
- 2,
- 15,
- 3,
- 0.19942,
- "_NALTTLAGPLTPPVK_"
- ],
- [
- 44131,
- 2,
- 13,
- 3,
- 0.17089,
- "_ADAPALTASFQCNLSLSTSK_"
- ],
- [
- 8579,
- 2,
- 13,
- 4,
- 0.17089,
- "_LLNFPTIVER_"
- ],
- [
- 1477,
- 3,
- 12,
- 4,
- 0.15667,
- "_DPILFPSFIHSQK_"
- ],
- [
- 36916,
- 2,
- 10,
- 4,
- 0.15667,
- "_DAPTHLPSVDLSNPFTK_"
- ],
- [
- 44997,
- 2,
- 13,
- 4,
- 0.17089,
- "_VTFQGVGDEEDEDEIIVPK_"
- ],
- [
- 41356,
- 2,
- 13,
- 5,
- 0.17089,
- "_VLQLSDTAIVPIGYHVPR_"
- ],
- [
- 3880,
- 2,
- 6,
- 2,
- 0.071222,
- "_LDYVPSSASR_"
- ],
- [
- 30476,
- 2,
- 7,
- 3,
- 0.085459,
- "_KNPMVETLGTVLQLK_"
- ],
- [
- 16191,
- 3,
- 6,
- 2,
- 0.071222,
- "_QLALETIDINKDPYFMK_"
- ],
- [
- 16964,
- 2,
- 12,
- 3,
- 0.15667,
- "_YFNEFLDGELK_"
- ],
- [
- 25177,
- 2,
- 9,
- 3,
- 0.11394,
- "_MTLVEEGFNPAVIK_"
- ],
- [
- 8733,
- 2,
- 24,
- 6,
- 0.32758,
- "_CMPTFQFFK_"
- ],
- [
- 39260,
- 2,
- 17,
- 8,
- 0.22791,
- "_AEDGSVIDYELIDQDAR_"
- ],
- [
- 21058,
- 2,
- 8,
- 3,
- 0.099699,
- "_LLDVTGGLGTDELR_"
- ],
- [
- 32120,
- 2,
- 20,
- 2,
- 0.27064,
- "_VAVGPNTVMSFYNGVR_"
- ],
- [
- 32210,
- 2,
- 16,
- 3,
- 0.21365,
- "_HPNILAYIDGLETEK_"
- ],
- [
- 12014,
- 2,
- 16,
- 5,
- 0.21365,
- "_LLVVYPWTQR_"
- ],
- [
- 42347,
- 2,
- 22,
- 7,
- 0.29911,
- "_(Acetyl (Protein N-term))ACGLVASNLNLKPGECLR_"
- ],
- [
- 17126,
- 2,
- 8,
- 3,
- 0.099699,
- "_EAFLVNSDLTLR_"
- ],
- [
- 9184,
- 3,
- 25,
- 6,
- 0.34183,
- "_RFDEILEASDGIMVAR_"
- ],
- [
- 45212,
- 2,
- 11,
- 6,
- 0.14244,
- "_MYGAQEDGSVGEGDLSCILK_"
- ],
- [
- 39203,
- 3,
- 14,
- 6,
- 0.18513,
- "_STVDGLQVTQLNVDHTTENEDELFR_"
- ],
- [
- 4291,
- 2,
- 14,
- 2,
- 0.18513,
- "_IGFPWSEIR_"
- ],
- [
- 46146,
- 2,
- 9,
- 3,
- 0.11394,
- "_TFAGNTPLHLAAGLGYPTLTR_"
- ],
- [
- 45246,
- 2,
- 14,
- 3,
- 0.18513,
- "_QLGIIVSDFQPSSQAGLNQK_"
- ],
- [
- 7093,
- 3,
- 11,
- 5,
- 0.14244,
- "_WDTCAPEVILHAVGGK_"
- ],
- [
- 26805,
- 4,
- 21,
- 8,
- 0.28485,
- "_LLHSPHQNVCEQAVWALGNIIGDGPQCR_"
- ],
- [
- 37161,
- 2,
- 13,
- 2,
- 0.17089,
- "_EYTGFPDPYDELNTGK_"
- ],
- [
- 4682,
- 3,
- 3,
- 2,
- 0.028482,
- "_KNPMVETLGTVLQLK_"
- ],
- [
- 14541,
- 4,
- 10,
- 4,
- 0.1282,
- "_ITHSDVAPTHILYAVNASWVGLCK_"
- ],
- [
- 30231,
- 3,
- 11,
- 4,
- 0.14244,
- "_NMLSGYAEPAHINDFMFEQQR_"
- ],
- [
- 4734,
- 4,
- 10,
- 6,
- 0.1282,
- "_EHNFFHLDPANVVMFEQR_"
- ],
- [
- 34200,
- 2,
- 18,
- 6,
- 0.24216,
- "_GLVYETSVLDPDEGIR_"
- ],
- [
- 7762,
- 4,
- 11,
- 5,
- 0.14244,
- "_WVPSLNEVPLHYLKPNSFVK_"
- ],
- [
- 2807,
- 3,
- 11,
- 2,
- 0.14244,
- "_LQSLPFALTHLNLK_"
- ],
- [
- 13476,
- 2,
- 13,
- 3,
- 0.17091,
- "_LPAYLTIQMVR_"
- ],
- [
- 5682,
- 2,
- 8,
- 3,
- 0.099697,
- "_TFDPYIIIR_"
- ],
- [
- 44547,
- 2,
- 12,
- 4,
- 0.15668,
- "_NSCISGNNFSWSLQWNGK_"
- ],
- [
- 38272,
- 2,
- 11,
- 4,
- 0.14244,
- "_SEALSSVLDQEEAMEIK_"
- ],
- [
- 7864,
- 3,
- 17,
- 5,
- 0.22789,
- "_QGTPLIAFSLLPHEQK_"
- ],
- [
- 23620,
- 3,
- 12,
- 4,
- 0.15668,
- "_NYAFEIPDVPEKSEYLEVK_"
- ],
- [
- 11083,
- 2,
- 11,
- 3,
- 0.14244,
- "_IGIEEADSFFK_"
- ],
- [
- 25193,
- 3,
- 6,
- 2,
- 0.071213,
- "_VSGLLVLDYSKDYNHWLATK_"
- ],
- [
- 37807,
- 2,
- 7,
- 3,
- 0.085461,
- "_EVLQSLVDDGMVDCER_"
- ],
- [
- 40125,
- 2,
- 11,
- 4,
- 0.14244,
- "_VEALTKEELEFEVPFR_"
- ],
- [
- 43454,
- 2,
- 11,
- 3,
- 0.14244,
- "_VVSQYSSLLSPMSVNAVM(Oxidation (M))K_"
- ],
- [
- 7582,
- 3,
- 22,
- 7,
- 0.29909,
- "_ALESPERPFLAILGGAK_"
- ],
- [
- 36436,
- 2,
- 10,
- 4,
- 0.12818,
- "_LYQEVEIASVDAFQGR_"
- ],
- [
- 39828,
- 2,
- 11,
- 4,
- 0.14244,
- "_WAASLENLLEDPEGVKR_"
- ],
- [
- 8086,
- 2,
- 17,
- 3,
- 0.22789,
- "_TLDLPIYVTR_"
- ],
- [
- 8824,
- 3,
- 10,
- 4,
- 0.12818,
- "_RLPGAIDVIGQTITISR_"
- ],
- [
- 32286,
- 2,
- 14,
- 2,
- 0.18513,
- "_QQVQELLDELDEQK_"
- ],
- [
- 41671,
- 3,
- 10,
- 6,
- 0.12818,
- "_KEESVVGSVTQLNQQIGQVNNAATLDLK_"
- ],
- [
- 27564,
- 2,
- 10,
- 4,
- 0.12818,
- "_TIPSWATLSASQLAR_"
- ],
- [
- 37977,
- 2,
- 19,
- 5,
- 0.2564,
- "_ANLQIDQINTDLNLER_"
- ],
- [
- 11953,
- 3,
- 15,
- 3,
- 0.19937,
- "_EAIDSPVSFLALHNQIR_"
- ],
- [
- 44902,
- 3,
- 10,
- 6,
- 0.12818,
- "_THAAGTPSEPSATVTIEELDPPPAPTLTVDR_"
- ],
- [
- 33714,
- 3,
- 10,
- 3,
- 0.12818,
- "_MSVDYISFSAHTDYQQTSEFIR_"
- ],
- [
- 37528,
- 2,
- 10,
- 3,
- 0.12818,
- "_NSEGEATELITETFTSK_"
- ],
- [
- 31306,
- 2,
- 15,
- 6,
- 0.19937,
- "_LFIGGLNVQTSESGLR_"
- ],
- [
- 40216,
- 2,
- 10,
- 3,
- 0.12818,
- "_FDYAFDDSAPNEMVYR_"
- ],
- [
- 43112,
- 2,
- 31,
- 6,
- 0.42731,
- "_DLEGENIEIVFAKPPDQK_"
- ],
- [
- 40873,
- 2,
- 10,
- 4,
- 0.12818,
- "_RTAVDSGIPLLTNFQVTK_"
- ],
- [
- 36593,
- 2,
- 9,
- 2,
- 0.11394,
- "_DILELGGPEGDAASGTISK_"
- ],
- [
- 25224,
- 3,
- 13,
- 7,
- 0.17091,
- "_LQTSLTCNSMVLFDHVGCLK_"
- ],
- [
- 30455,
- 2,
- 13,
- 6,
- 0.17091,
- "_YNQPFFVTSLPDDK_"
- ],
- [
- 14171,
- 3,
- 14,
- 4,
- 0.18513,
- "_VLQLSDTAIVPIGYHVPR_"
- ],
- [
- 31501,
- 2,
- 14,
- 3,
- 0.18513,
- "_TFLYNELYVYNTR_"
- ],
- [
- 33123,
- 2,
- 3,
- 2,
- 0.028469,
- "_MEDDKVAEAAIQIFR_"
- ],
- [
- 48766,
- 2,
- 15,
- 4,
- 0.19937,
- "_LQTSLTCNSMVLFDHVGCLK_"
- ],
- [
- 9678,
- 3,
- 14,
- 7,
- 0.18513,
- "_DAPTHLPSVDLSNPFTK_"
- ],
- [
- 17541,
- 3,
- 16,
- 6,
- 0.21361,
- "_KFLDGNEMTLADCNLLPK_"
- ],
- [
- 46659,
- 2,
- 17,
- 6,
- 0.22785,
- "_LVGQGASAVLLDLPNSGGEAQAK_"
- ],
- [
- 12492,
- 3,
- 9,
- 5,
- 0.11394,
- "_WAASLENLLEDPEGVKR_"
- ],
- [
- 13900,
- 2,
- 4,
- 2,
- 0.042713,
- "_AIYDFTDTVIR_"
- ],
- [
- 22201,
- 3,
- 17,
- 5,
- 0.22785,
- "_YKDLDEDELLGNLSETELK_"
- ],
- [
- 6762,
- 2,
- 12,
- 2,
- 0.15668,
- "_VGIENFELLK_"
- ],
- [
- 23063,
- 3,
- 13,
- 3,
- 0.17092,
- "_NLQLFMENKQPEDDLFDR_"
- ],
- [
- 28181,
- 2,
- 9,
- 5,
- 0.11394,
- "_GGTYDTYVGSGWLIK_"
- ],
- [
- 39915,
- 3,
- 8,
- 4,
- 0.099705,
- "_LGSTFSLDTSMSMNSSPLVGPECDHPK_"
- ],
- [
- 2487,
- 2,
- 10,
- 3,
- 0.12818,
- "_YLIEFELK_"
- ],
- [
- 20545,
- 3,
- 11,
- 5,
- 0.14242,
- "_TFAGNTPLHLAAGLGYPTLTR_"
- ],
- [
- 34418,
- 2,
- 15,
- 6,
- 0.19938,
- "_TVSLLDENNVSSYLSK_"
- ],
- [
- 20443,
- 3,
- 14,
- 3,
- 0.18515,
- "_LLQAVTDLGWSRPTLIQEK_"
- ],
- [
- 10147,
- 2,
- 15,
- 5,
- 0.19938,
- "_YIVPMLTVDGK_"
- ],
- [
- 6555,
- 3,
- 11,
- 5,
- 0.14242,
- "_MEDDKVAEAAIQIFR_"
- ],
- [
- 1046,
- 2,
- 15,
- 3,
- 0.19938,
- "_FALEVPGLR_"
- ],
- [
- 25874,
- 2,
- 7,
- 4,
- 0.085457,
- "_LSSGFDDIDLPSAVK_"
- ],
- [
- 23985,
- 2,
- 9,
- 3,
- 0.11394,
- "_AGCAVTSLLASELTK_"
- ],
- [
- 29738,
- 2,
- 14,
- 5,
- 0.18515,
- "_LNPADAPNPVVFVATK_"
- ],
- [
- 32875,
- 3,
- 11,
- 5,
- 0.14242,
- "_WIQEHLTDANLNLTVDEGVQVAK_"
- ],
- [
- 24972,
- 2,
- 15,
- 5,
- 0.19938,
- "_ITSEALLVTQQLVK_"
- ],
- [
- 30656,
- 3,
- 12,
- 5,
- 0.15668,
- "_ICSWSLDMLSHPQDSMELVHK_"
- ],
- [
- 22649,
- 3,
- 15,
- 3,
- 0.19938,
- "_QFGFIVLTTSAGIM(Oxidation (M))DHEEAR_"
- ],
- [
- 22805,
- 2,
- 15,
- 2,
- 0.19938,
- "_VSDILHSIFSSYK_"
- ],
- [
- 24240,
- 2,
- 13,
- 4,
- 0.17092,
- "_LLDTIGISQPQWR_"
- ],
- [
- 31782,
- 3,
- 13,
- 8,
- 0.17092,
- "_LQCSLDAHEICLQDIQLDPER_"
- ],
- [
- 48988,
- 3,
- 9,
- 5,
- 0.11396,
- "_YSCQFIEMCLMVTADHGPAVSGAHNTIICAR_"
- ],
- [
- 4569,
- 3,
- 11,
- 3,
- 0.14244,
- "_NVDPFHIYFCNLK_"
- ],
- [
- 14733,
- 2,
- 13,
- 4,
- 0.17094,
- "_FIEDELQIPVK_"
- ],
- [
- 12664,
- 2,
- 12,
- 3,
- 0.15668,
- "_EDVDDLVSQLR_"
- ],
- [
- 1486,
- 2,
- 12,
- 4,
- 0.15668,
- "_QELLELFK_"
- ],
- [
- 23444,
- 3,
- 12,
- 5,
- 0.15668,
- "_DGLLENQTPEFFQDVCKPK_"
- ],
- [
- 33801,
- 2,
- 11,
- 4,
- 0.14244,
- "_TACYDIDVEVDDPLK_"
- ],
- [
- 8822,
- 3,
- 10,
- 2,
- 0.1282,
- "_VAYFQSALDKLNEAIK_"
- ],
- [
- 36714,
- 2,
- 13,
- 4,
- 0.17094,
- "_LTASSVGQIVGLCSAEIK_"
- ],
- [
- 28097,
- 2,
- 12,
- 5,
- 0.15668,
- "_CDILVQEELLASPK_"
- ],
- [
- 30427,
- 2,
- 11,
- 4,
- 0.14244,
- "_NLNPVFGGSGPALTGLR_"
- ],
- [
- 17776,
- 2,
- 10,
- 3,
- 0.1282,
- "_ESSCLALNDLLR_"
- ],
- [
- 51647,
- 2,
- 12,
- 6,
- 0.15668,
- "_EMLMEDVGSEEEQEEEDEAPFQEK_"
- ],
- [
- 49371,
- 3,
- 11,
- 5,
- 0.14244,
- "_LASPSGSTSSGLEVVAPEGTSAPGGGPGTLDDSATICR_"
- ],
- [
- 35267,
- 2,
- 11,
- 5,
- 0.14244,
- "_NMPGLSAATLASLGGTSSR_"
- ],
- [
- 26511,
- 3,
- 14,
- 5,
- 0.18518,
- "_WVPSLNEVPLHYLKPNSFVK_"
- ],
- [
- 36345,
- 2,
- 25,
- 4,
- 0.34185,
- "_RFDEILEASDGIMVAR_"
- ],
- [
- 43857,
- 2,
- 16,
- 4,
- 0.21363,
- "_ICHQIEYYFGDFNLPR_"
- ],
- [
- 36230,
- 2,
- 6,
- 3,
- 0.071222,
- "_ITVVDDADTVELCGALK_"
- ],
- [
- 38400,
- 4,
- 16,
- 8,
- 0.21363,
- "_SQPAFMQSSLSQPSVVLSGTAIHNFPTVQHQELAK_"
- ],
- [
- 9051,
- 2,
- 8,
- 4,
- 0.099714,
- "_VQIPIMLVGNK_"
- ],
- [
- 10588,
- 3,
- 13,
- 6,
- 0.17094,
- "_SDALETLGFLNHYQMK_"
- ],
- [
- 5343,
- 2,
- 26,
- 6,
- 0.35608,
- "_QVSDLISVLR_"
- ],
- [
- 41391,
- 3,
- 17,
- 5,
- 0.22787,
- "_SLSSSPQAQPPRPAELSDEEVAELFQR_"
- ],
- [
- 34021,
- 2,
- 17,
- 5,
- 0.22787,
- "_QFGAQANVIGPWIQTK_"
- ],
- [
- 32489,
- 3,
- 18,
- 5,
- 0.24211,
- "_VTDFGDKVEDPTFLNQLQSGVNR_"
- ],
- [
- 24575,
- 2,
- 5,
- 2,
- 0.056971,
- "_DKLTPWEQFLEK_"
- ],
- [
- 29206,
- 2,
- 7,
- 4,
- 0.085468,
- "_LGASVIGIDPVDENIK_"
- ],
- [
- 11428,
- 2,
- 8,
- 2,
- 0.099714,
- "_ELQELNELFK_"
- ],
- [
- 50557,
- 2,
- 13,
- 6,
- 0.17092,
- "_VLGCNPGPMTLQGTNTYLVGTGPR_"
- ],
- [
- 45648,
- 2,
- 11,
- 3,
- 0.14244,
- "_RQATTIIADNIIFLSDQTK_"
- ],
- [
- 50720,
- 2,
- 11,
- 4,
- 0.14244,
- "_VMEM(Oxidation (M))YQPSAVVLQCGADSLSGDR_"
- ],
- [
- 38348,
- 4,
- 16,
- 4,
- 0.21366,
- "_PLSLDGADSAPPPPAPSAPPPHHSQGFSVDNIMTSLR_"
- ],
- [
- 28212,
- 3,
- 16,
- 7,
- 0.21366,
- "_GPHLANSILFQSSGLTNGIIEEK_"
- ],
- [
- 8233,
- 2,
- 14,
- 4,
- 0.18518,
- "_LVLVNAVYFR_"
- ],
- [
- 51125,
- 2,
- 17,
- 7,
- 0.22788,
- "_VTVVCEPEDYVVVSTEMQSSESK_"
- ],
- [
- 49605,
- 2,
- 10,
- 3,
- 0.12821,
- "_DMNLTGCLESGGSEEPGGIGVGEK_"
- ],
- [
- 43318,
- 3,
- 7,
- 6,
- 0.085468,
- "_YCEHDFQMLFAPCCHQCGEFIIGR_"
- ],
- [
- 11165,
- 4,
- 13,
- 9,
- 0.17092,
- "_ICSWSLDMLSHPQDSMELVHK_"
- ],
- [
- 48745,
- 3,
- 13,
- 7,
- 0.17092,
- "_LTEELQTVENGYHDNPTLEVMETSSEMQEK_"
- ],
- [
- 13461,
- 2,
- 7,
- 2,
- 0.085468,
- "_DSTLDAAEEIIK_"
- ],
- [
- 31648,
- 2,
- 22,
- 5,
- 0.29915,
- "_M(Oxidation (M))IAGQVLDINLAAEPK_"
- ],
- [
- 21123,
- 2,
- 18,
- 4,
- 0.24212,
- "_YEELFPAFSDSR_"
- ],
- [
- 9704,
- 2,
- 7,
- 3,
- 0.085468,
- "_QAMFLNLVYK_"
- ],
- [
- 4348,
- 3,
- 17,
- 2,
- 0.22788,
- "_TEVWGLVLLSEEKR_"
- ],
- [
- 29758,
- 2,
- 17,
- 4,
- 0.22788,
- "_CIPEIDDSEFCIR_"
- ],
- [
- 31925,
- 2,
- 16,
- 6,
- 0.21366,
- "_DLVLGPSGVLQGIRPGK_"
- ],
- [
- 33352,
- 3,
- 9,
- 5,
- 0.11396,
- "_LKGDVDVSLPEVEGEMKVPDVDIK_"
- ],
- [
- 10527,
- 2,
- 16,
- 3,
- 0.21366,
- "_LFLELEPQVR_"
- ],
- [
- 9357,
- 2,
- 10,
- 3,
- 0.12821,
- "_LDGNAIVDFVR_"
- ],
- [
- 50470,
- 2,
- 15,
- 6,
- 0.19943,
- "_CSDSQSWEDIAPEIEPCAENR_"
- ],
- [
- 18850,
- 2,
- 9,
- 3,
- 0.11396,
- "_FFDTELENLER_"
- ],
- [
- 17313,
- 3,
- 15,
- 7,
- 0.19943,
- "_ICHQIEYYFGDFNLPR_"
- ],
- [
- 11215,
- 3,
- 15,
- 2,
- 0.19943,
- "_SNAINIGLTTLPPVHVIK_"
- ],
- [
- 46395,
- 2,
- 15,
- 5,
- 0.19943,
- "_SYSM(Oxidation (M))IVNNLLKPISVEGSSK_"
- ],
- [
- 930,
- 2,
- 14,
- 3,
- 0.18518,
- "_FLLQVFTK_"
- ],
- [
- 39690,
- 3,
- 14,
- 7,
- 0.18518,
- "_ISVIVETVYTHVLHPYPTQITQSEK_"
- ],
- [
- 31719,
- 2,
- 14,
- 6,
- 0.18516,
- "_VDNIQAGELTEGIWR_"
- ],
- [
- 41410,
- 2,
- 8,
- 5,
- 0.099701,
- "_EYEAELETQLQQIETR_"
- ],
- [
- 48876,
- 2,
- 14,
- 6,
- 0.18516,
- "_QQVASLETNDPILGFQATNER_"
- ],
- [
- 41612,
- 3,
- 14,
- 6,
- 0.18516,
- "_EALALQGSLEFDDAGGEGVTSHVDDEYR_"
- ],
- [
- 32384,
- 3,
- 15,
- 7,
- 0.19942,
- "_KIEIDNGDELTADFLYEEVHPK_"
- ],
- [
- 15240,
- 2,
- 15,
- 3,
- 0.19942,
- "_YSFLQFDPAPR_"
- ],
- [
- 14334,
- 4,
- 9,
- 4,
- 0.11395,
- "_VLPLAYSQETVSFYEDLKNHYK_"
- ],
- [
- 9516,
- 2,
- 12,
- 3,
- 0.15668,
- "_FDMELDDLPK_"
- ],
- [
- 29190,
- 3,
- 12,
- 5,
- 0.15668,
- "_QLHEFAITEPLVTFQGETENR_"
- ],
- [
- 7334,
- 3,
- 13,
- 4,
- 0.17092,
- "_LPPPTILKPVTLWTGK_"
- ],
- [
- 26700,
- 2,
- 10,
- 2,
- 0.12819,
- "_LTVDGVETYMVVTR_"
- ],
- [
- 29006,
- 3,
- 20,
- 6,
- 0.27059,
- "_NRPPGAADNTAWAVMTPQELWK_"
- ],
- [
- 23242,
- 4,
- 20,
- 8,
- 0.27059,
- "_TYQGLESLEEVCVYHSGVPIFHEGMK_"
- ],
- [
- 28518,
- 2,
- 13,
- 4,
- 0.17092,
- "_DDEENYLDLFSHK_"
- ],
- [
- 42500,
- 2,
- 7,
- 6,
- 0.085449,
- "_VLNEAVGAMMYHTITLTR_"
- ],
- [
- 40103,
- 3,
- 13,
- 4,
- 0.17092,
- "_AYNYVAQEVDDYHAFQTLTHIYNK_"
- ],
- [
- 23422,
- 2,
- 13,
- 5,
- 0.17092,
- "_LDVTVQSFGWSDR_"
- ],
- [
- 40336,
- 2,
- 21,
- 7,
- 0.28487,
- "_TSIDAYDNFDNISLAQR_"
- ],
- [
- 35579,
- 3,
- 15,
- 6,
- 0.19942,
- "_IAEELPKEPQGIIACCNPVPPLVR_"
- ],
- [
- 9742,
- 3,
- 13,
- 4,
- 0.17092,
- "_CPNLVHLDLSDSVMLK_"
- ],
- [
- 42646,
- 2,
- 12,
- 5,
- 0.15668,
- "_IIGAVDQIQLTQAQLEER_"
- ],
- [
- 26922,
- 3,
- 10,
- 5,
- 0.12819,
- "_NWVYSHDGVSLHELLAAELTK_"
- ],
- [
- 31503,
- 2,
- 14,
- 5,
- 0.18516,
- "_VDIDVPDVNIEGPEGK_"
- ],
- [
- 22967,
- 2,
- 14,
- 4,
- 0.18516,
- "_DDEFYQQWQLK_"
- ],
- [
- 17940,
- 2,
- 16,
- 6,
- 0.21366,
- "_FVEGLPINDFSR_"
- ],
- [
- 48317,
- 2,
- 16,
- 6,
- 0.21366,
- "_AVATEANNSTFFSVSSSDLMSK_"
- ],
- [
- 30273,
- 2,
- 14,
- 5,
- 0.18516,
- "_IVIPNEESVVIYYK_"
- ],
- [
- 12634,
- 2,
- 15,
- 5,
- 0.19942,
- "_ATVGILITTIASK_"
- ],
- [
- 33056,
- 2,
- 17,
- 4,
- 0.22789,
- "_LLSAMLVSEGDLTEQK_"
- ],
- [
- 22939,
- 2,
- 16,
- 3,
- 0.21366,
- "_NQLPLVVDAICTR_"
- ],
- [
- 35795,
- 2,
- 8,
- 2,
- 0.099701,
- "_NVPPGLDEYNPFSDSR_"
- ],
- [
- 20252,
- 3,
- 12,
- 5,
- 0.15668,
- "_ITDAYLDQYLWYEADKR_"
- ],
- [
- 6511,
- 4,
- 11,
- 2,
- 0.14244,
- "_QLELVEPSGWIHVPLTDNHK_"
- ],
- [
- 35716,
- 3,
- 12,
- 7,
- 0.15668,
- "_SSTVLHTFNSTILTPVSNNNSGFLR_"
- ],
- [
- 41111,
- 3,
- 15,
- 5,
- 0.19942,
- "_QQPTQFINPETPGYVGFANLPNQVHR_"
- ],
- [
- 26459,
- 3,
- 14,
- 3,
- 0.18516,
- "_RYDQDLCYTDILFTEQER_"
- ],
- [
- 30080,
- 3,
- 11,
- 6,
- 0.14245,
- "_LQLDLHEPPVSQCVQWVDEAK_"
- ],
- [
- 6256,
- 4,
- 11,
- 2,
- 0.14245,
- "_KHPNEICVPMSVEFEELLK_"
- ],
- [
- 27861,
- 3,
- 10,
- 3,
- 0.12821,
- "_DAEAHPWLSDYDDLTSATYDK_"
- ],
- [
- 29444,
- 3,
- 11,
- 5,
- 0.14245,
- "_VALRGEDVPLTEQTVSQVLQSAK_"
- ],
- [
- 43322,
- 2,
- 10,
- 5,
- 0.12821,
- "_VTHDMDMCYGMMGSLFR_"
- ],
- [
- 48917,
- 2,
- 5,
- 3,
- 0.056997,
- "_CQEILEVDCSASNPTQTLLR_"
- ],
- [
- 15635,
- 2,
- 11,
- 2,
- 0.14245,
- "_VGFEEVIVVTTR_"
- ],
- [
- 44085,
- 2,
- 10,
- 4,
- 0.12821,
- "_ANALHATNNLQIIPDFSLK_"
- ],
- [
- 46152,
- 2,
- 14,
- 5,
- 0.18518,
- "_ADTGLDDDIENEADISMYGK_"
- ],
- [
- 31410,
- 2,
- 11,
- 2,
- 0.14245,
- "_VSEGVEQFEDIWQK_"
- ],
- [
- 26234,
- 2,
- 7,
- 4,
- 0.08548,
- "_GLTPTGMLPSGVLSGGK_"
- ],
- [
- 16757,
- 2,
- 7,
- 4,
- 0.08548,
- "_YETFISDVLQR_"
- ],
- [
- 32109,
- 4,
- 13,
- 7,
- 0.17094,
- "_EFHLEYDKLEERPHLPSTFNYNPAQQAF_"
- ],
- [
- 20412,
- 3,
- 12,
- 4,
- 0.1567,
- "_ATDSSDPLKPYQDFIIDSR_"
- ],
- [
- 14157,
- 2,
- 10,
- 3,
- 0.12821,
- "_NLIEMSELEIK_"
- ],
- [
- 41125,
- 2,
- 13,
- 5,
- 0.17094,
- "_QQDEEMLELPAPAEVAAK_"
- ],
- [
- 220,
- 2,
- 16,
- 4,
- 0.21368,
- "_VLIVVPFR_"
- ],
- [
- 27335,
- 2,
- 19,
- 5,
- 0.25637,
- "_SPISVPGGSALISNLGK_"
- ],
- [
- 33902,
- 3,
- 16,
- 6,
- 0.21368,
- "_KEEENASVIDSAELQAYPALVVEK_"
- ],
- [
- 15863,
- 2,
- 15,
- 3,
- 0.19942,
- "_EGFSIPVSADGFK_"
- ],
- [
- 15498,
- 2,
- 15,
- 3,
- 0.19942,
- "_IQLEPLPPLTPK_"
- ],
- [
- 33031,
- 4,
- 15,
- 8,
- 0.19942,
- "_VVPGFIVQGGDPTGTGSGGESIYGAPFKDEFHSR_"
- ],
- [
- 45973,
- 2,
- 15,
- 6,
- 0.19942,
- "_ITDAYLDQYLWYEADKR_"
- ],
- [
- 43019,
- 2,
- 16,
- 6,
- 0.21368,
- "_QLALETIDINKDPYFMK_"
- ],
- [
- 35823,
- 4,
- 18,
- 8,
- 0.24215,
- "_RKPVLPALTINPTIAEGPSPTSEGASEANLVDLQK_"
- ],
- [
- 34794,
- 2,
- 17,
- 4,
- 0.22792,
- "_EPSLATWEATWSEGSK_"
- ],
- [
- 36690,
- 3,
- 23,
- 7,
- 0.31339,
- "_DLPTIPGVTSPSSDEPPMEASQSHLR_"
- ],
- [
- 4594,
- 2,
- 10,
- 3,
- 0.12824,
- "_VIEQLLVGLK_"
- ],
- [
- 41607,
- 2,
- 14,
- 5,
- 0.18522,
- "_NLENDVNSLKDQLEDLK_"
- ],
- [
- 47762,
- 2,
- 11,
- 4,
- 0.14249,
- "_LSNSSSSVSPLILSSNLPVNNK_"
- ],
- [
- 24665,
- 2,
- 16,
- 6,
- 0.2137,
- "_EFINLQSALESER_"
- ],
- [
- 12940,
- 2,
- 13,
- 6,
- 0.17098,
- "_ILVVNAAYFVGK_"
- ],
- [
- 47044,
- 2,
- 11,
- 3,
- 0.14249,
- "_LMTIMDSMNDQELDSTDGAK_"
- ],
- [
- 39603,
- 2,
- 17,
- 4,
- 0.22795,
- "_MESGIEPSVDLETLDER_"
- ],
- [
- 31629,
- 2,
- 8,
- 2,
- 0.099758,
- "_FSMNPFYEPNSPIR_"
- ],
- [
- 48774,
- 3,
- 5,
- 4,
- 0.057018,
- "_QYYQQPTATAAAVAAAAQPQPSVAETYYQTAPK_"
- ],
- [
- 25205,
- 2,
- 4,
- 3,
- 0.042772,
- "_EWYGWHFPELGK_"
- ],
- [
- 15482,
- 2,
- 12,
- 2,
- 0.15673,
- "_SISDLIGSLNNGR_"
- ],
- [
- 4371,
- 2,
- 19,
- 5,
- 0.25643,
- "_SEIDLFNIR_"
- ],
- [
- 28663,
- 2,
- 13,
- 5,
- 0.17098,
- "_TLMMFVTVSGSPTEK_"
- ],
- [
- 47784,
- 2,
- 13,
- 4,
- 0.17098,
- "_FIEAGQFNDNLYGTSIQSVR_"
- ],
- [
- 37612,
- 3,
- 13,
- 4,
- 0.17098,
- "_TSICFQYEVSAVHNLQPTQPSLIR_"
- ],
- [
- 43962,
- 2,
- 13,
- 5,
- 0.17098,
- "_TLNHQYDYTFDWTMLK_"
- ],
- [
- 26653,
- 3,
- 5,
- 2,
- 0.057018,
- "_TPQNLHAFLISVPGSFAESGATK_"
- ],
- [
- 22019,
- 2,
- 13,
- 2,
- 0.17098,
- "_DLTQNTVVSINFK_"
- ],
- [
- 25717,
- 3,
- 11,
- 6,
- 0.14249,
- "_LQEDYSMYSKPEDFVADFR_"
- ],
- [
- 46913,
- 2,
- 10,
- 5,
- 0.12824,
- "_ESYTEEIVSEAESHVSGISR_"
- ],
- [
- 48286,
- 3,
- 10,
- 6,
- 0.12824,
- "_IVCEQEGSGPCLFCGTLVCTHEEQDILQR_"
- ],
- [
- 39528,
- 2,
- 9,
- 2,
- 0.11399,
- "_SLAAALAQHSVPLQLELR_"
- ],
- [
- 13528,
- 4,
- 14,
- 6,
- 0.18522,
- "_LKGDVDVSLPEVEGEMKVPDVDIK_"
- ],
- [
- 46855,
- 2,
- 10,
- 4,
- 0.12824,
- "_SNDSEEGLEDAVEGADEALQK_"
- ],
- [
- 51536,
- 3,
- 12,
- 6,
- 0.15673,
- "_SGSTSISAPTGPSSPLPAPETPTAPAAESAPNGLSTVSHDYLK_"
- ],
- [
- 28868,
- 4,
- 20,
- 9,
- 0.27065,
- "_SVVLMSHLGRPDGVPMPDKYSLEPVAVELK_"
- ],
- [
- 26203,
- 3,
- 12,
- 4,
- 0.15673,
- "_QLSDGIQELQQSLNQDFHQK_"
- ],
- [
- 31423,
- 2,
- 12,
- 4,
- 0.15673,
- "_ELFLLGQHYVFEAK_"
- ],
- [
- 5832,
- 3,
- 17,
- 5,
- 0.22795,
- "_LPVATIFTTHATLLGR_"
- ],
- [
- 46269,
- 3,
- 18,
- 7,
- 0.2422,
- "_SVVLMSHLGRPDGVPMPDKYSLEPVAVELK_"
- ],
- [
- 1681,
- 2,
- 15,
- 3,
- 0.19946,
- "_LLIDEAILK_"
- ],
- [
- 24096,
- 3,
- 10,
- 5,
- 0.12824,
- "_DGQPLAGLIQDHMVSGASMTTR_"
- ],
- [
- 31589,
- 2,
- 15,
- 6,
- 0.19946,
- "_AFVDFLSDEIKEER_"
- ],
- [
- 24109,
- 2,
- 14,
- 3,
- 0.18522,
- "_LVSEFPYIEAEVK_"
- ],
- [
- 26088,
- 2,
- 10,
- 5,
- 0.12826,
- "_EIMAEDDQVFLMK_"
- ],
- [
- 8559,
- 3,
- 14,
- 6,
- 0.18526,
- "_LTTLPSDFCGLTHLVK_"
- ],
- [
- 37763,
- 2,
- 13,
- 6,
- 0.17101,
- "_GLCNFLMSDEEYDDR_"
- ],
- [
- 37745,
- 2,
- 13,
- 4,
- 0.17101,
- "_QYHQEIEEFVSNLVK_"
- ],
- [
- 4225,
- 2,
- 14,
- 5,
- 0.18526,
- "_ELVALMSAIR_"
- ],
- [
- 37599,
- 2,
- 12,
- 4,
- 0.15676,
- "_LITSVADVVNNDPMVGSK_"
- ],
- [
- 28662,
- 3,
- 6,
- 3,
- 0.071293,
- "_LFIGGLSFETTDDSLREHFEK_"
- ],
- [
- 35914,
- 2,
- 7,
- 2,
- 0.08555,
- "_KVTMINAIPVASLDPIK_"
- ],
- [
- 28288,
- 2,
- 13,
- 4,
- 0.17101,
- "_LVNGMGQSLIVSWSK_"
- ],
- [
- 14659,
- 3,
- 10,
- 4,
- 0.12826,
- "_PGSHTIEFFEMCANLIK_"
- ],
- [
- 33623,
- 2,
- 13,
- 4,
- 0.17101,
- "_TIADLELHYQEFIR_"
- ],
- [
- 13425,
- 2,
- 10,
- 4,
- 0.12826,
- "_ALLSAPWYLNR_"
- ],
- [
- 38531,
- 2,
- 14,
- 4,
- 0.18526,
- "_LVPSGSELTFDYQFQR_"
- ],
- [
- 30105,
- 2,
- 13,
- 4,
- 0.17101,
- "_GAVEAELDPVEYTLR_"
- ],
- [
- 51153,
- 2,
- 14,
- 4,
- 0.18526,
- "_STGVVNIPAAECLDEYEDDEAGQK_"
- ],
- [
- 38163,
- 2,
- 9,
- 2,
- 0.11403,
- "_LFVGNLPPDITEEEM(Oxidation (M))R_"
- ],
- [
- 45306,
- 3,
- 17,
- 7,
- 0.22797,
- "_TTGIVM(Oxidation (M))DSGDGVTHTVPIYEGYALPHAILR_"
- ],
- [
- 15261,
- 2,
- 13,
- 5,
- 0.17101,
- "_QGTIFLAGPPLVK_"
- ],
- [
- 6847,
- 2,
- 14,
- 5,
- 0.18526,
- "_LFDQAFGLPR_"
- ],
- [
- 35915,
- 2,
- 16,
- 4,
- 0.21373,
- "_RLPGAIDVIGQTITISR_"
- ],
- [
- 28871,
- 3,
- 11,
- 5,
- 0.14252,
- "_DIDLICSNALEYNPDRDPGDR_"
- ],
- [
- 44400,
- 2,
- 16,
- 6,
- 0.21373,
- "_DFEADDTCLAHCWVVVR_"
- ],
- [
- 39165,
- 2,
- 16,
- 6,
- 0.21373,
- "_LATQSNEITIPVTFESR_"
- ],
- [
- 35717,
- 3,
- 7,
- 5,
- 0.08555,
- "_SLQENIAYGLTQKPTMEEITAAAVK_"
- ],
- [
- 46676,
- 3,
- 16,
- 7,
- 0.21373,
- "_SSVELPPYSGTVLCGTQAVDKLPDGQEYQR_"
- ],
- [
- 42181,
- 2,
- 16,
- 5,
- 0.21373,
- "_SSGTFLSGLSDCTNVTFSK_"
- ],
- [
- 12696,
- 3,
- 15,
- 6,
- 0.19949,
- "_LNYYVGGEIVTIAHLDR_"
- ],
- [
- 40985,
- 2,
- 21,
- 6,
- 0.28493,
- "_TSGVVTSCTGVLPQLSMVK_"
- ],
- [
- 42897,
- 3,
- 22,
- 9,
- 0.29916,
- "_(Acetyl (Protein N-term))SLICSISNEVPEHPCVSPVSNHVYER_"
- ],
- [
- 26562,
- 2,
- 12,
- 6,
- 0.15676,
- "_LPMPEDYAMDELR_"
- ],
- [
- 41594,
- 2,
- 15,
- 7,
- 0.19949,
- "_GVTIASGGVLPNIHPELLAK_"
- ],
- [
- 21828,
- 4,
- 15,
- 6,
- 0.19949,
- "_LLEAQIATGGIIDPEESHRLPVEVAYK_"
- ],
- [
- 11759,
- 2,
- 10,
- 3,
- 0.12826,
- "_QNLDALLNQLK_"
- ],
- [
- 38386,
- 3,
- 10,
- 6,
- 0.12826,
- "_VLSFTHPTSFHSAETYESLLQCLR_"
- ],
- [
- 50324,
- 2,
- 20,
- 5,
- 0.2707,
- "_SVASQFFTQEEGPGIDGMTTSER_"
- ],
- [
- 34874,
- 2,
- 15,
- 6,
- 0.19949,
- "_NTSGILGFSVTVGTQATK_"
- ],
- [
- 48091,
- 2,
- 12,
- 3,
- 0.15676,
- "_SAEPSPTVMSTSLGSNLSELDR_"
- ],
- [
- 38670,
- 2,
- 12,
- 6,
- 0.15676,
- "_EEDATLSSPAVVMPTMGR_"
- ],
- [
- 30720,
- 2,
- 20,
- 6,
- 0.2707,
- "_GINTLVTYDMVPEPK_"
- ],
- [
- 34777,
- 3,
- 17,
- 2,
- 0.22797,
- "_TGLIPSNYVAEQAESIDNPLHEAAK_"
- ],
- [
- 39220,
- 2,
- 9,
- 3,
- 0.11403,
- "_ADEDPIMGFHQM(Oxidation (M))FLLK_"
- ],
- [
- 37978,
- 2,
- 8,
- 3,
- 0.099794,
- "_PTVMGEPFTVNPALTPAK_"
- ],
- [
- 34720,
- 2,
- 9,
- 3,
- 0.11403,
- "_THVDILNDFTLDVM(Oxidation (M))K_"
- ],
- [
- 45077,
- 3,
- 17,
- 7,
- 0.22797,
- "_KELEQVCNPIISGLYQGAGGPGPGGFGAQGPK_"
- ],
- [
- 5441,
- 3,
- 17,
- 7,
- 0.22797,
- "_AFVDFLSDEIKEER_"
- ],
- [
- 25259,
- 2,
- 12,
- 2,
- 0.15675,
- "_WDNLIYYALGGHK_"
- ],
- [
- 8134,
- 2,
- 11,
- 4,
- 0.1425,
- "_FSDQFPLPLK_"
- ],
- [
- 1331,
- 2,
- 12,
- 3,
- 0.15675,
- "_PFSVDFFR_"
- ],
- [
- 16155,
- 2,
- 14,
- 6,
- 0.18524,
- "_IITLAGPTNAIFK_"
- ],
- [
- 27114,
- 2,
- 11,
- 3,
- 0.1425,
- "_ETSDCSYLFEWR_"
- ],
- [
- 32594,
- 3,
- 13,
- 3,
- 0.171,
- "_QSEVALPCTSIEADEGLIIGTHSR_"
- ],
- [
- 10377,
- 2,
- 12,
- 5,
- 0.15675,
- "_YDGLVGMFDPK_"
- ],
- [
- 8048,
- 3,
- 20,
- 6,
- 0.27071,
- "_SNYNFEKPFLWLAR_"
- ],
- [
- 31728,
- 2,
- 12,
- 5,
- 0.15675,
- "_DINITKPASVFVQLR_"
- ],
- [
- 49483,
- 2,
- 10,
- 3,
- 0.1425,
- "_LSIFDANESGFESYEALPQHK_"
- ],
- [
- 8489,
- 3,
- 12,
- 3,
- 0.15675,
- "_VLSLPKPTIILSAYQR_"
- ],
- [
- 3774,
- 2,
- 13,
- 4,
- 0.171,
- "_DPLTLFEEK_"
- ],
- [
- 19456,
- 2,
- 25,
- 6,
- 0.34192,
- "_YISPDQLADLYK_"
- ],
- [
- 17599,
- 3,
- 13,
- 5,
- 0.171,
- "_ANALHATNNLQIIPDFSLK_"
- ],
- [
- 46934,
- 3,
- 12,
- 3,
- 0.15675,
- "_LVSSSNAMENASHQASVQVESLQEQLNVVSK_"
- ],
- [
- 13220,
- 2,
- 16,
- 6,
- 0.21373,
- "_GFGFVEFEDPR_"
- ],
- [
- 25390,
- 2,
- 18,
- 4,
- 0.2422,
- "_DDMIHQLPLLTEK_"
- ],
- [
- 35698,
- 2,
- 16,
- 7,
- 0.21373,
- "_AINCATSGVVGLVNCLR_"
- ],
- [
- 45924,
- 2,
- 15,
- 3,
- 0.19949,
- "_SVQATYNTQVNFMASQMLK_"
- ],
- [
- 44668,
- 2,
- 15,
- 4,
- 0.19949,
- "_ASYDVSDSGQLEHVQPWSV_"
- ],
- [
- 43571,
- 2,
- 10,
- 2,
- 0.12827,
- "_MNLTQLYGSNTAGYIVCR_"
- ],
- [
- 49630,
- 2,
- 17,
- 5,
- 0.22797,
- "_DMLAQCESNMSELQQLQNEK_"
- ],
- [
- 43917,
- 2,
- 8,
- 3,
- 0.099785,
- "_APGQLECETAIAALNSCLR_"
- ],
- [
- 25408,
- 2,
- 16,
- 5,
- 0.21373,
- "_ECEDVMDWINDK_"
- ],
- [
- 35022,
- 2,
- 28,
- 6,
- 0.38467,
- "_SNYNFEKPFLWLAR_"
- ],
- [
- 33906,
- 4,
- 15,
- 9,
- 0.19949,
- "_YSCQFIEMCLMVTADHGPAVSGAHNTIICAR_"
- ],
- [
- 37884,
- 2,
- 15,
- 4,
- 0.19949,
- "_QPEECNLNLPVWDPR_"
- ],
- [
- 42861,
- 2,
- 10,
- 3,
- 0.12827,
- "_LQITPDSNGEQFSSLIQR_"
- ],
- [
- 29747,
- 3,
- 14,
- 6,
- 0.18524,
- "_LDMVPHLETDMMQGGVYGSGGER_"
- ],
- [
- 32835,
- 2,
- 10,
- 5,
- 0.12827,
- "_VTLAQTAVPVLCGSALK_"
- ],
- [
- 30302,
- 2,
- 9,
- 3,
- 0.11403,
- "_MKDWQEIIALYEK_"
- ],
- [
- 1082,
- 2,
- 10,
- 3,
- 0.12827,
- "_DLAEWLEK_"
- ],
- [
- 40703,
- 4,
- 17,
- 10,
- 0.22797,
- "_LLLEGQGESGGGSLGAQPLLQPSHYGQSGISMSHMDLR_"
- ],
- [
- 6894,
- 2,
- 12,
- 4,
- 0.15675,
- "_QTLSIYQALK_"
- ],
- [
- 28506,
- 2,
- 14,
- 5,
- 0.18524,
- "_GNENANGAPAITLLIR_"
- ],
- [
- 46230,
- 2,
- 14,
- 5,
- 0.18524,
- "_SSPGTQDLLGIQTGMMAPENK_"
- ],
- [
- 30239,
- 2,
- 17,
- 5,
- 0.22797,
- "_TPLSEAEFEEIMNR_"
- ],
- [
- 41823,
- 2,
- 17,
- 5,
- 0.22797,
- "_ELTGYNADVICLQEVDR_"
- ],
- [
- 1631,
- 2,
- 14,
- 3,
- 0.18524,
- "_LEVDIPLVK_"
- ],
- [
- 31042,
- 2,
- 18,
- 4,
- 0.2422,
- "_AEQEEEFISNTLFK_"
- ],
- [
- 29882,
- 3,
- 13,
- 8,
- 0.17098,
- "_EVQMHSFPLQFTLHCALLANK_"
- ],
- [
- 26916,
- 3,
- 7,
- 2,
- 0.085516,
- "_LSIFDANESGFESYEALPQHK_"
- ],
- [
- 8258,
- 4,
- 12,
- 2,
- 0.15673,
- "_LQEDGLLSNVSHVIVDEVHER_"
- ],
- [
- 18957,
- 2,
- 12,
- 3,
- 0.15673,
- "_LFPDTPLALDANK_"
- ],
- [
- 20580,
- 2,
- 18,
- 7,
- 0.2422,
- "_TTAGDIDIELWSK_"
- ],
- [
- 39462,
- 2,
- 11,
- 4,
- 0.1425,
- "_ASPAAAEEVVPEWASCLK_"
- ],
- [
- 27477,
- 4,
- 18,
- 5,
- 0.2422,
- "_TTGIVM(Oxidation (M))DSGDGVTHTVPIYEGYALPHAILR_"
- ],
- [
- 8773,
- 3,
- 11,
- 5,
- 0.1425,
- "_SFMDQPLAEHFSPFR_"
- ],
- [
- 51278,
- 2,
- 12,
- 4,
- 0.15673,
- "_AEQENQELPDEGTLEETLTNETR_"
- ],
- [
- 21206,
- 3,
- 10,
- 5,
- 0.12826,
- "_HFILDECDKMLEQLDMR_"
- ],
- [
- 8953,
- 3,
- 13,
- 6,
- 0.17098,
- "_SEAHLTELLEEICDR_"
- ],
- [
- 19062,
- 2,
- 12,
- 3,
- 0.15673,
- "_QLSEVFIQLPSR_"
- ],
- [
- 36658,
- 2,
- 17,
- 6,
- 0.22796,
- "_IAVYSCPFDGMITETK_"
- ],
- [
- 49051,
- 2,
- 8,
- 3,
- 0.099762,
- "_LDNASAFQGAVISPHYDSLLVK_"
- ],
- [
- 44747,
- 2,
- 20,
- 7,
- 0.2707,
- "_IGEHTPSALAIMENANVLAR_"
- ],
- [
- 33566,
- 3,
- 9,
- 2,
- 0.11402,
- "_QIDSVNHINLFFTELKEEDVTK_"
- ],
- [
- 19831,
- 3,
- 15,
- 5,
- 0.19948,
- "_LFHEDGECWVYDEPLLK_"
- ],
- [
- 49709,
- 2,
- 20,
- 5,
- 0.2707,
- "_DLQCPVLQSSELEGTPEVSCR_"
- ],
- [
- 19654,
- 2,
- 9,
- 2,
- 0.11402,
- "_YGYTDIDLLSAAK_"
- ],
- [
- 16584,
- 3,
- 15,
- 6,
- 0.19948,
- "_VTHDMDMCYGMMGSLFR_"
- ],
- [
- 39908,
- 3,
- 12,
- 3,
- 0.15673,
- "_ELPGSTELTGSTNLITHYNLEQAYNK_"
- ],
- [
- 42605,
- 2,
- 10,
- 4,
- 0.12826,
- "_LYLEDDDPVQAEAYINR_"
- ],
- [
- 5291,
- 2,
- 9,
- 4,
- 0.11402,
- "_AEAAGLIGWLK_"
- ],
- [
- 29250,
- 3,
- 19,
- 7,
- 0.25644,
- "_GYIWNYGAIPQTWEDPGHNDK_"
- ],
- [
- 25748,
- 2,
- 12,
- 3,
- 0.15673,
- "_SPQISMSDIDLNLK_"
- ],
- [
- 9577,
- 3,
- 12,
- 3,
- 0.15673,
- "_QNDQVSFASLVEELKK_"
- ],
- [
- 28592,
- 2,
- 6,
- 4,
- 0.071283,
- "_QSLIDWNNPAIINK_"
- ],
- [
- 42078,
- 2,
- 15,
- 4,
- 0.19948,
- "_SNMDNMFESYINNLRR_"
- ],
- [
- 17953,
- 3,
- 14,
- 5,
- 0.18523,
- "_IIPPGSGIIHQVNLEYLAR_"
- ],
- [
- 25787,
- 3,
- 9,
- 6,
- 0.11402,
- "_EQAPLEMSMHPAASAPLSVFTK_"
- ],
- [
- 8913,
- 3,
- 10,
- 2,
- 0.12826,
- "_EYVEPELHINDLWR_"
- ],
- [
- 28959,
- 2,
- 16,
- 7,
- 0.21372,
- "_ASEWVQQVSGLMDGK_"
- ],
- [
- 33632,
- 2,
- 10,
- 6,
- 0.12826,
- "_FTVVVATQLPESTSLR_"
- ],
- [
- 21356,
- 4,
- 28,
- 9,
- 0.38464,
- "_TVSLGAGAKDELHIVEAEAMNYEGSPIK_"
- ],
- [
- 43281,
- 2,
- 8,
- 4,
- 0.099749,
- "_NAMNMQETYTAYLIETR_"
- ],
- [
- 44977,
- 2,
- 8,
- 4,
- 0.099749,
- "_VSSQAEDTSSSFDNLFIDR_"
- ],
- [
- 46308,
- 3,
- 11,
- 7,
- 0.1425,
- "_EPLYVGVDDDKANATVDGLEQGYVVCPSEK_"
- ],
- [
- 8401,
- 3,
- 14,
- 5,
- 0.18522,
- "_MACEVGLYYVLHITK_"
- ],
- [
- 13714,
- 4,
- 12,
- 6,
- 0.15673,
- "_QIDSVNHINLFFTELKEEDVTK_"
- ],
- [
- 14465,
- 3,
- 8,
- 5,
- 0.099749,
- "_KCPFGALSIVNLPSNLEK_"
- ],
- [
- 35487,
- 2,
- 11,
- 3,
- 0.1425,
- "_QVLNSYEVLGEEFDR_"
- ],
- [
- 27684,
- 3,
- 13,
- 2,
- 0.17097,
- "_LVQDYGLESEVAQHLAATYGDK_"
- ],
- [
- 38303,
- 4,
- 12,
- 6,
- 0.15673,
- "_YQKPIIQSEYGAETIAGFHQDPPLMFTEEYQK_"
- ],
- [
- 36812,
- 3,
- 12,
- 6,
- 0.15673,
- "_QAFSMYEPGSALKPFGGPPGDELTTR_"
- ],
- [
- 46359,
- 2,
- 25,
- 7,
- 0.34187,
- "_DNLTLWTSDMQGDGEEQNK_"
- ],
- [
- 16413,
- 4,
- 13,
- 4,
- 0.17097,
- "_ISIPELLAHPYVQIQTHPVNQMAK_"
- ],
- [
- 27480,
- 3,
- 11,
- 2,
- 0.1425,
- "_NVVFVDMGHSAYQVSVCAFNR_"
- ],
- [
- 42096,
- 2,
- 12,
- 4,
- 0.15673,
- "_DHVSGVTGQTFNFVLINR_"
- ],
- [
- 37886,
- 2,
- 23,
- 7,
- 0.31341,
- "_SDALETLGFLNHYQMK_"
- ],
- [
- 6046,
- 2,
- 14,
- 2,
- 0.18522,
- "_TLLLDGNPFR_"
- ],
- [
- 30698,
- 3,
- 15,
- 2,
- 0.19946,
- "_GHTLAGEEFMGLGLGNLVSGGVDKR_"
- ],
- [
- 19759,
- 2,
- 12,
- 2,
- 0.15673,
- "_(Acetyl (Protein N-term))ATGANATPLDFPSK_"
- ],
- [
- 3999,
- 2,
- 16,
- 5,
- 0.21371,
- "_FDAMPFTLR_"
- ],
- [
- 17008,
- 3,
- 22,
- 7,
- 0.29918,
- "_SSILLDVKPWDDETDMAK_"
- ],
- [
- 13299,
- 4,
- 16,
- 6,
- 0.21371,
- "_ISSQQNPNSNTLGHILCVIGHIAK_"
- ],
- [
- 9460,
- 4,
- 10,
- 5,
- 0.12825,
- "_LFIGGLSFETTDDSLREHFEK_"
- ],
- [
- 27739,
- 3,
- 17,
- 5,
- 0.22796,
- "_VQTLQFHPFEAQTLISGSYDK_"
- ],
- [
- 37313,
- 2,
- 15,
- 5,
- 0.19946,
- "_ENQLQLSCFINQEVK_"
- ],
- [
- 6765,
- 2,
- 10,
- 2,
- 0.12825,
- "_TMQTLLSLVR_"
- ],
- [
- 27540,
- 2,
- 20,
- 6,
- 0.27067,
- "_CEFQDAYVLLSEK_"
- ],
- [
- 10860,
- 2,
- 18,
- 5,
- 0.24219,
- "_HVLDTLIQLAK_"
- ],
- [
- 34491,
- 3,
- 20,
- 7,
- 0.27067,
- "_KVNIDFEPFKPINTSLYLCDNK_"
- ],
- [
- 14422,
- 3,
- 18,
- 6,
- 0.24219,
- "_GVTIASGGVLPNIHPELLAK_"
- ],
- [
- 48181,
- 2,
- 18,
- 5,
- 0.24219,
- "_TETAPLVVVVSTTGTGDPPDTAR_"
- ],
- [
- 40022,
- 2,
- 18,
- 4,
- 0.24219,
- "_LNYYVGGEIVTIAHLDR_"
- ],
- [
- 27256,
- 2,
- 18,
- 6,
- 0.24219,
- "_TEDSLMPEEEFLR_"
- ],
- [
- 14450,
- 2,
- 10,
- 6,
- 0.12825,
- "_GALPLDTVTFYK_"
- ],
- [
- 17685,
- 2,
- 23,
- 6,
- 0.31341,
- "_IITLTGPTNAIFK_"
- ],
- [
- 12931,
- 2,
- 12,
- 5,
- 0.15673,
- "_DTQSGSLLFIGR_"
- ],
- [
- 23774,
- 2,
- 14,
- 3,
- 0.18522,
- "_SADFNPDFVFTEK_"
- ],
- [
- 48003,
- 2,
- 11,
- 3,
- 0.1425,
- "_AVQLMQQVASNGATLPSALSASK_"
- ],
- [
- 27048,
- 2,
- 14,
- 2,
- 0.18522,
- "_TIVQLENEIYQIK_"
- ],
- [
- 42810,
- 2,
- 14,
- 4,
- 0.18522,
- "_TVFLVNSANQVAQQVSAVR_"
- ],
- [
- 18457,
- 2,
- 11,
- 4,
- 0.1425,
- "_ESLWPFLIDKR_"
- ],
- [
- 3179,
- 2,
- 9,
- 2,
- 0.11399,
- "_AIFEIVLNR_"
- ],
- [
- 15583,
- 2,
- 13,
- 6,
- 0.17097,
- "_IWIFDGPTGEGR_"
- ],
- [
- 22910,
- 4,
- 13,
- 5,
- 0.17097,
- "_DTSSLESYLQTELHLYTEQSHKEEK_"
- ],
- [
- 51170,
- 3,
- 19,
- 8,
- 0.25643,
- "_EGICALGGTSELSSEGTQHSYSEEEKYAFVNWINK_"
- ],
- [
- 3937,
- 2,
- 11,
- 3,
- 0.14249,
- "_LLSVVLPNIK_"
- ],
- [
- 41900,
- 3,
- 13,
- 4,
- 0.17097,
- "_GHLNSTNCVITQPLTGELVVESSEAAIR_"
- ],
- [
- 16530,
- 3,
- 18,
- 5,
- 0.24219,
- "_VSVPSNLSYGEWLHGFEK_"
- ],
- [
- 42523,
- 2,
- 28,
- 5,
- 0.38462,
- "_ISGADINSICQESGMLAVR_"
- ],
- [
- 27284,
- 3,
- 18,
- 5,
- 0.24219,
- "_YTALDKWTNQLNSLNQAVVSK_"
- ],
- [
- 35364,
- 3,
- 17,
- 6,
- 0.22795,
- "_DAPNLICTPHTAWYSEQASLEMR_"
- ],
- [
- 14901,
- 2,
- 8,
- 5,
- 0.099752,
- "_LILISTNGSFIR_"
- ],
- [
- 26763,
- 3,
- 13,
- 4,
- 0.17097,
- "_AQGPGAFGSHLSLPSPVELEQVR_"
- ],
- [
- 33336,
- 2,
- 21,
- 6,
- 0.28491,
- "_AIVAIENPADVSVISSR_"
- ],
- [
- 37062,
- 2,
- 13,
- 5,
- 0.17097,
- "_NEQAFEEVFQNANFR_"
- ],
- [
- 30916,
- 3,
- 21,
- 6,
- 0.28491,
- "_DTSQSDKDLDDALDKLSDSLGQR_"
- ],
- [
- 16396,
- 3,
- 15,
- 4,
- 0.19945,
- "_DAFDTLFDHAPDKLNVVK_"
- ],
- [
- 26448,
- 2,
- 9,
- 2,
- 0.11399,
- "_WPFSLSEQQLDAR_"
- ],
- [
- 7188,
- 4,
- 13,
- 5,
- 0.17097,
- "_LLMLQNALTTMLPHHAGLNPR_"
- ],
- [
- 26251,
- 3,
- 11,
- 5,
- 0.14249,
- "_TTIACSLGELPNLKEEDILNK_"
- ],
- [
- 25630,
- 4,
- 25,
- 5,
- 0.34187,
- "_FWEVISDEHGIDPTGTYHGDSDLQLER_"
- ],
- [
- 19443,
- 2,
- 14,
- 5,
- 0.1852,
- "_EGPMFEAMIMNR_"
- ],
- [
- 37022,
- 2,
- 20,
- 6,
- 0.27067,
- "_STGEAFVQFASQEIAEK_"
- ],
- [
- 5028,
- 2,
- 14,
- 5,
- 0.1852,
- "_YDWDLLAAR_"
- ],
- [
- 10220,
- 2,
- 10,
- 4,
- 0.12823,
- "_DVVVDLVCYR_"
- ],
- [
- 49810,
- 2,
- 14,
- 4,
- 0.1852,
- "_SEQLLSTQGDASQVIGPLTEGQR_"
- ],
- [
- 4513,
- 3,
- 10,
- 2,
- 0.12823,
- "_GGSYVYELSAVLIHR_"
- ],
- [
- 45389,
- 3,
- 6,
- 2,
- 0.071213,
- "_LTPKPETSFEENDGNIILGATVDTQLCDK_"
- ],
- [
- 42557,
- 2,
- 12,
- 4,
- 0.15673,
- "_SLPYNQPGTCYTLVALPK_"
- ],
- [
- 21683,
- 2,
- 12,
- 4,
- 0.15673,
- "_GGGTLCAQLPALWK_"
- ],
- [
- 9348,
- 2,
- 11,
- 3,
- 0.14249,
- "_FSDFLGLYEK_"
- ],
- [
- 11864,
- 3,
- 16,
- 5,
- 0.2137,
- "_ADEDPIMGFHQM(Oxidation (M))FLLK_"
- ],
- [
- 16076,
- 2,
- 9,
- 3,
- 0.11399,
- "_VLAFFETDMER_"
- ],
- [
- 42047,
- 3,
- 15,
- 7,
- 0.19945,
- "_IQHSITAQDHQPTPDSCIISMVVGQLK_"
- ],
- [
- 23742,
- 3,
- 10,
- 6,
- 0.12823,
- "_LSTGVFRPQLDEPIPLYEAK_"
- ],
- [
- 50609,
- 3,
- 12,
- 6,
- 0.15673,
- "_EQAQQAGLDDEVPHGQESDLFSETSSVVSGSEMSGK_"
- ],
- [
- 26146,
- 2,
- 14,
- 5,
- 0.1852,
- "_FQGQDTILDYTLR_"
- ],
- [
- 43504,
- 3,
- 22,
- 6,
- 0.29917,
- "_KYLAGADPSTVEMCYPPIIQSGGNYNLK_"
- ],
- [
- 15183,
- 2,
- 11,
- 4,
- 0.14249,
- "_FCADCIITALR_"
- ],
- [
- 23222,
- 2,
- 16,
- 5,
- 0.2137,
- "_NDLNPMFLDQVAK_"
- ],
- [
- 45152,
- 2,
- 12,
- 6,
- 0.15673,
- "_NMDPLNDNIATLLHQSSDK_"
- ],
- [
- 40655,
- 2,
- 12,
- 5,
- 0.15674,
- "_ELYANVVLGDDSLNDCR_"
- ],
- [
- 29462,
- 2,
- 10,
- 3,
- 0.12824,
- "_DYQSSLEDLTFNSK_"
- ],
- [
- 6587,
- 3,
- 12,
- 4,
- 0.15674,
- "_FFTDDLFQYAGEKR_"
- ],
- [
- 2673,
- 2,
- 11,
- 2,
- 0.14249,
- "_FPEILATLR_"
- ],
- [
- 32467,
- 3,
- 10,
- 5,
- 0.12824,
- "_TMQALPYSTVGNSNNYLHLSVLR_"
- ],
- [
- 4382,
- 2,
- 12,
- 5,
- 0.15674,
- "_FFPLIEVNK_"
- ],
- [
- 7942,
- 2,
- 12,
- 4,
- 0.15674,
- "_TAAFALPVLER_"
- ],
- [
- 47337,
- 2,
- 13,
- 5,
- 0.17099,
- "_LVAEWEGQDSDSDQLFYTK_"
- ],
- [
- 35338,
- 2,
- 12,
- 4,
- 0.15674,
- "_HASPILPITEFSDIPR_"
- ],
- [
- 6150,
- 2,
- 13,
- 3,
- 0.17099,
- "_ITPLMAAFRK_"
- ],
- [
- 23928,
- 3,
- 10,
- 4,
- 0.12824,
- "_GDVVIVLTGWRPGSGFTNTM(Oxidation (M))R_"
- ],
- [
- 47833,
- 2,
- 11,
- 7,
- 0.14249,
- "_CAEGYALYAQALTDQQQFGK_"
- ],
- [
- 29579,
- 3,
- 13,
- 6,
- 0.17099,
- "_ESLKAELGTDLLSQLSLEDQKR_"
- ],
- [
- 31734,
- 3,
- 12,
- 5,
- 0.15674,
- "_NLQHHDYSTYTFLDLNLELSK_"
- ],
- [
- 38921,
- 2,
- 10,
- 3,
- 0.12824,
- "_HAFPLSNGQALFAFSYK_"
- ],
- [
- 30178,
- 2,
- 10,
- 5,
- 0.12824,
- "_GGSYVYELSAVLIHR_"
- ],
- [
- 31720,
- 2,
- 11,
- 6,
- 0.14249,
- "_DLQGLTVEHAIDSFR_"
- ],
- [
- 31893,
- 3,
- 13,
- 5,
- 0.17099,
- "_KISELDAFLKEPALNEANLSNLK_"
- ],
- [
- 6279,
- 2,
- 13,
- 4,
- 0.17099,
- "_ELWDSIMTR_"
- ],
- [
- 39593,
- 2,
- 21,
- 6,
- 0.28493,
- "_ISSIQSIVPALEIANAHR_"
- ],
- [
- 1194,
- 2,
- 14,
- 4,
- 0.18523,
- "_VLLPVLLNK_"
- ],
- [
- 38255,
- 3,
- 7,
- 5,
- 0.085468,
- "_SNGGTNLCAVDDSNDHVLSVWDWQK_"
- ],
- [
- 33500,
- 2,
- 15,
- 3,
- 0.19946,
- "_WDVLIQQATQCLNR_"
- ],
- [
- 49990,
- 2,
- 15,
- 7,
- 0.19946,
- "_FELPMGTTEQPPLPQQTQPPAK_"
- ],
- [
- 24538,
- 3,
- 18,
- 7,
- 0.2422,
- "_KHPNEICVPMSVEFEELLK_"
- ],
- [
- 36050,
- 2,
- 16,
- 6,
- 0.21371,
- "_(Acetyl (Protein N-term))ASSSGAGAAAAAAAANLNAVR_"
- ],
- [
- 44018,
- 3,
- 27,
- 9,
- 0.37036,
- "_FWEVISDEHGIDPTGTYHGDSDLQLER_"
- ],
- [
- 26534,
- 2,
- 19,
- 4,
- 0.25645,
- "_IQVWLYEQVNMR_"
- ],
- [
- 18512,
- 3,
- 26,
- 7,
- 0.35612,
- "_IGEHTPSALAIMENANVLAR_"
- ],
- [
- 36891,
- 2,
- 16,
- 5,
- 0.21371,
- "_VQANLGAPDINIEGLDAK_"
- ],
- [
- 14700,
- 3,
- 16,
- 5,
- 0.21371,
- "_DRLPLAVVGSNTIIEVNGK_"
- ],
- [
- 25880,
- 3,
- 16,
- 7,
- 0.21371,
- "_LDNASAFQGAVISPHYDSLLVK_"
- ],
- [
- 27459,
- 3,
- 8,
- 3,
- 0.099747,
- "_GVLDLSYGPGPSLRPQNVTSWR_"
- ],
- [
- 46714,
- 2,
- 14,
- 4,
- 0.18523,
- "_LCLQQGQLCEPLPSLAESR_"
- ],
- [
- 15010,
- 3,
- 17,
- 7,
- 0.22795,
- "_SNMDNMFESYINNLRR_"
- ],
- [
- 2971,
- 3,
- 18,
- 5,
- 0.2422,
- "_VPFLSSLEGHIYLK_"
- ],
- [
- 8620,
- 2,
- 15,
- 2,
- 0.19946,
- "_EDIVVPVYLR_"
- ],
- [
- 8719,
- 2,
- 18,
- 4,
- 0.2422,
- "_DLSSVQTLLTK_"
- ],
- [
- 13699,
- 3,
- 23,
- 7,
- 0.31342,
- "_LFVGNLPADITEDEFKR_"
- ],
- [
- 25606,
- 2,
- 19,
- 2,
- 0.25645,
- "_EQWANLEQLSAIR_"
- ],
- [
- 30928,
- 2,
- 14,
- 6,
- 0.18523,
- "_ITLECLPQNVGFYK_"
- ],
- [
- 20006,
- 2,
- 14,
- 4,
- 0.18523,
- "_IEEDSEVLMMIK_"
- ],
- [
- 17714,
- 2,
- 9,
- 4,
- 0.11401,
- "_NCPWTVALWSR_"
- ],
- [
- 41838,
- 2,
- 14,
- 6,
- 0.18523,
- "_DRLPLAVVGSNTIIEVNGK_"
- ],
- [
- 29552,
- 2,
- 20,
- 6,
- 0.27069,
- "_SVMDATQIAGLNCLR_"
- ],
- [
- 7583,
- 3,
- 14,
- 3,
- 0.18523,
- "_IIQQVLQGLDYLHTK_"
- ],
- [
- 23373,
- 2,
- 13,
- 4,
- 0.17097,
- "_DGVGAVMDSMELER_"
- ],
- [
- 6162,
- 3,
- 8,
- 2,
- 0.099699,
- "_GFGSDKEAILDIITSR_"
- ],
- [
- 43066,
- 2,
- 21,
- 5,
- 0.28492,
- "_GIVDQSQQAYQEAFEISK_"
- ],
- [
- 12555,
- 3,
- 13,
- 4,
- 0.17097,
- "_VLSMTGVGQTLVWCLHK_"
- ],
- [
- 21973,
- 2,
- 8,
- 3,
- 0.099699,
- "_EMISSNIQAMIIK_"
- ],
- [
- 35430,
- 2,
- 8,
- 2,
- 0.099699,
- "_ALLAQEQVSFFEEER_"
- ],
- [
- 20839,
- 3,
- 13,
- 2,
- 0.17097,
- "_EFCTDSGLVVPSISYELHK_"
- ],
- [
- 34232,
- 2,
- 13,
- 6,
- 0.17097,
- "_SGCIVNNLAEFTVDPK_"
- ],
- [
- 22573,
- 2,
- 20,
- 5,
- 0.27068,
- "_LFGYEPTIYYPK_"
- ],
- [
- 46819,
- 3,
- 7,
- 5,
- 0.085424,
- "_QAEAFLNNQEYVLAHTEM(Oxidation (M))PTTLEGAEAAIK_"
- ],
- [
- 43621,
- 2,
- 23,
- 8,
- 0.31339,
- "_SSILLDVKPWDDETDMAK_"
- ],
- [
- 21905,
- 2,
- 20,
- 6,
- 0.27068,
- "_DGQAMLWDLNEGK_"
- ],
- [
- 50207,
- 2,
- 24,
- 8,
- 0.32765,
- "_GYIWNYGAIPQTWEDPGHNDK_"
- ],
- [
- 39961,
- 3,
- 8,
- 6,
- 0.099699,
- "_EVQTAMQISHSWEESFSLSDNDVEK_"
- ],
- [
- 27665,
- 2,
- 8,
- 2,
- 0.099699,
- "_LDNLMLELDGTENK_"
- ],
- [
- 43964,
- 3,
- 7,
- 4,
- 0.085424,
- "_IGIQNLGSPLWGDDICCAENGGNSHSLTK_"
- ],
- [
- 26548,
- 3,
- 23,
- 3,
- 0.31339,
- "_TTHLHNDLWEVFSNPEDWK_"
- ],
- [
- 24704,
- 2,
- 18,
- 7,
- 0.24219,
- "_DVTPPPETEVVLIK_"
- ],
- [
- 23278,
- 4,
- 9,
- 4,
- 0.11398,
- "_EMSWIADTYASTIGHYDINAHACVTGK_"
- ],
- [
- 40457,
- 2,
- 9,
- 2,
- 0.11398,
- "_LGLGSYPDWGSNYYQVK_"
- ],
- [
- 39020,
- 2,
- 14,
- 4,
- 0.18522,
- "_GLCLLEQIDSFKPPQR_"
- ],
- [
- 26111,
- 2,
- 10,
- 4,
- 0.12824,
- "_LNQNLNDVLVGLEK_"
- ],
- [
- 22005,
- 2,
- 9,
- 2,
- 0.11398,
- "_VDIIENQVMDFR_"
- ],
- [
- 36525,
- 2,
- 9,
- 5,
- 0.11398,
- "_MDLMIDCQPPAMSYR_"
- ],
- [
- 1275,
- 2,
- 15,
- 4,
- 0.19946,
- "_LDPAVQQLK_"
- ],
- [
- 36071,
- 2,
- 16,
- 4,
- 0.21369,
- "_SEAHLTELLEEICDR_"
- ],
- [
- 50029,
- 3,
- 18,
- 7,
- 0.24219,
- "_NAVSGSECLLSMVEEGNPHHYFVATQDQNLSVK_"
- ],
- [
- 31213,
- 2,
- 16,
- 5,
- 0.21369,
- "_LQPFATEADVEEALR_"
- ],
- [
- 15890,
- 2,
- 11,
- 4,
- 0.14247,
- "_ILTPLVSLDTPGK_"
- ],
- [
- 31762,
- 2,
- 12,
- 4,
- 0.15672,
- "_SPQESLSDLGAIESLR_"
- ],
- [
- 5606,
- 2,
- 8,
- 4,
- 0.099699,
- "_YALVWGLSVK_"
- ],
- [
- 27367,
- 2,
- 14,
- 4,
- 0.18522,
- "_NLTYSAPLYVDITK_"
- ],
- [
- 8166,
- 2,
- 13,
- 4,
- 0.17097,
- "_YMDINFDFK_"
- ],
- [
- 25254,
- 3,
- 12,
- 3,
- 0.15672,
- "_GSSVHVLYSTPACYLWELNK_"
- ],
- [
- 39520,
- 2,
- 9,
- 5,
- 0.11398,
- "_EPLLVNESLNVENSGFR_"
- ],
- [
- 24251,
- 3,
- 13,
- 5,
- 0.17096,
- "_LSEVLQAVTDHDIPQQLVER_"
- ],
- [
- 46385,
- 3,
- 4,
- 3,
- 0.042732,
- "_CNNPGEIDVPSHELNCSLLSETCVTIGEK_"
- ],
- [
- 35611,
- 2,
- 12,
- 4,
- 0.15672,
- "_QDYDLMVFPESDSQK_"
- ],
- [
- 28096,
- 2,
- 12,
- 2,
- 0.15672,
- "_GSLPSGTTIEWLEPK_"
- ],
- [
- 6724,
- 2,
- 5,
- 3,
- 0.056969,
- "_IQEFIELIR_"
- ],
- [
- 18654,
- 3,
- 7,
- 2,
- 0.085436,
- "_LDSDYVYTDSLFYMDHK_"
- ],
- [
- 33964,
- 2,
- 11,
- 5,
- 0.14248,
- "_LLDSVEQDFHLEIAK_"
- ],
- [
- 44385,
- 3,
- 12,
- 2,
- 0.15672,
- "_VATTAGLYGSNLM(Oxidation (M))EHTEIDHWLEFSATK_"
- ],
- [
- 50350,
- 2,
- 10,
- 4,
- 0.12822,
- "_VEAPSLDVHMDSPDINIEGPDVK_"
- ],
- [
- 45807,
- 4,
- 12,
- 7,
- 0.15672,
- "_ENSDKINCFDFSPNGETVISSSDDDSIVLYDCQEGKPK_"
- ],
- [
- 36264,
- 2,
- 13,
- 5,
- 0.17096,
- "_EALELTDTGLLSGSEER_"
- ],
- [
- 34741,
- 3,
- 13,
- 5,
- 0.17096,
- "_ALLIDEVCCQNDGPHSALYTMMK_"
- ],
- [
- 23354,
- 2,
- 10,
- 3,
- 0.12822,
- "_TIAEIFGNPNYLR_"
- ],
- [
- 11605,
- 4,
- 10,
- 2,
- 0.12822,
- "_QGDPNYHPVLPWVVDFTTPHGR_"
- ],
- [
- 10405,
- 2,
- 10,
- 3,
- 0.12822,
- "_EVWALVQAGIR_"
- ],
- [
- 19537,
- 3,
- 13,
- 6,
- 0.17096,
- "_QYQDFLEDLEEDEAIRK_"
- ],
- [
- 32910,
- 2,
- 10,
- 6,
- 0.12822,
- "_TSLLTLEDVKQELIK_"
- ],
- [
- 39835,
- 2,
- 12,
- 5,
- 0.15672,
- "_CRPDQLTGLSLLPLSEK_"
- ],
- [
- 18228,
- 4,
- 13,
- 6,
- 0.17096,
- "_DKDDQEWESPSPPKPTVFISGVIAR_"
- ],
- [
- 47823,
- 3,
- 12,
- 8,
- 0.15672,
- "_YFEMIHNVDDCGFSLNHPNQFFCESQR_"
- ],
- [
- 38582,
- 3,
- 14,
- 6,
- 0.18522,
- "_YMMIVDPAISSSGPAGSYRPYDEGLR_"
- ],
- [
- 10889,
- 3,
- 27,
- 7,
- 0.37037,
- "_AGKPVICATQMLESMIK_"
- ],
- [
- 15274,
- 3,
- 16,
- 6,
- 0.2137,
- "_SDWEVKEEMDFPQLMK_"
- ],
- [
- 38213,
- 2,
- 26,
- 7,
- 0.35614,
- "_AGKPVICATQMLESMIK_"
- ],
- [
- 47414,
- 2,
- 15,
- 4,
- 0.19946,
- "_SGGSPLSPVIYDSDMDDVPER_"
- ],
- [
- 12252,
- 3,
- 25,
- 7,
- 0.3419,
- "_ISSIQSIVPALEIANAHR_"
- ],
- [
- 9848,
- 3,
- 15,
- 6,
- 0.19946,
- "_VPVFRPMDLMVEASPR_"
- ],
- [
- 12389,
- 3,
- 15,
- 3,
- 0.19946,
- "_GALPDDTEALQSLIDTHK_"
- ],
- [
- 16198,
- 2,
- 15,
- 3,
- 0.19946,
- "_ELLQDIGDTLSR_"
- ],
- [
- 34436,
- 2,
- 14,
- 4,
- 0.18522,
- "_IIQQVLQGLDYLHTK_"
- ],
- [
- 24331,
- 2,
- 19,
- 5,
- 0.25643,
- "_YNIEVVCEYIVK_"
- ],
- [
- 1838,
- 3,
- 16,
- 6,
- 0.2137,
- "_EWYGWHFPELGK_"
- ],
- [
- 33230,
- 3,
- 18,
- 6,
- 0.24219,
- "_SPYTLDSLYWSVKPASSSFGSEAK_"
- ],
- [
- 27062,
- 4,
- 16,
- 5,
- 0.2137,
- "_DGCMHCDADGLHSLSYHPALNAILAVTSR_"
- ],
- [
- 13963,
- 2,
- 16,
- 2,
- 0.2137,
- "_AVMVSNILLINK_"
- ],
- [
- 43511,
- 2,
- 14,
- 6,
- 0.18522,
- "_VLSMTGVGQTLVWCLHKE_"
- ],
- [
- 16980,
- 2,
- 13,
- 3,
- 0.18522,
- "_ILMAIDSELVDR_"
- ],
- [
- 39746,
- 3,
- 12,
- 6,
- 0.15674,
- "_TALKEDGVLCCQGECQWLHLDLIK_"
- ],
- [
- 46750,
- 2,
- 9,
- 4,
- 0.11393,
- "_LHDINAQMVEDQGFLDSLR_"
- ],
- [
- 46556,
- 3,
- 9,
- 5,
- 0.11393,
- "_LKPGDWSQQDIGTNLVEADNQAEWTDVQK_"
- ],
- [
- 47196,
- 2,
- 17,
- 4,
- 0.22796,
- "_ILEVGGSLQDPPGELAVTANSR_"
- ],
- [
- 27694,
- 3,
- 9,
- 4,
- 0.11393,
- "_LDFCDGHSPAVTITFVCPSER_"
- ],
- [
- 50906,
- 2,
- 13,
- 4,
- 0.17097,
- "_MPQAPPSLCVTPYPEPSECSWK_"
- ],
- [
- 27825,
- 3,
- 13,
- 3,
- 0.17097,
- "_GYNPGLLVHPDLAYLQAEGGGDR_"
- ],
- [
- 45480,
- 2,
- 12,
- 6,
- 0.15674,
- "_ALLADIEAHYQDPSLPYPK_"
- ],
- [
- 25359,
- 2,
- 16,
- 6,
- 0.21372,
- "_VAAPDVVVPTLDTVR_"
- ],
- [
- 9054,
- 2,
- 11,
- 6,
- 0.14248,
- "_QVQIDGLVVLK_"
- ],
- [
- 14987,
- 3,
- 8,
- 5,
- 0.099693,
- "_YHQCATIQLDFQLPIR_"
- ],
- [
- 40173,
- 2,
- 21,
- 7,
- 0.28493,
- "_ECSIYLIGGSIPEEDAGK_"
- ],
- [
- 29881,
- 3,
- 13,
- 4,
- 0.17097,
- "_FVDGLM(Oxidation (M))IHSGDPVNYYVDTAVR_"
- ],
- [
- 19088,
- 3,
- 17,
- 6,
- 0.22796,
- "_NMDPLNDNIATLLHQSSDK_"
- ],
- [
- 1921,
- 2,
- 3,
- 2,
- 0.028503,
- "_VPFFIVVSK_"
- ],
- [
- 38685,
- 2,
- 10,
- 5,
- 0.1282,
- "_PLVLPSPLVTPGSNSQER_"
- ],
- [
- 7502,
- 2,
- 13,
- 4,
- 0.17097,
- "_LLLVPCPPLR_"
- ],
- [
- 43272,
- 3,
- 11,
- 3,
- 0.14248,
- "_SVPVCEPVPEIDNIEPSSNKDDDFLEK_"
- ],
- [
- 31524,
- 4,
- 12,
- 7,
- 0.15674,
- "_YFEMIHNVDDCGFSLNHPNQFFCESQR_"
- ],
- [
- 14667,
- 2,
- 13,
- 5,
- 0.17097,
- "_(Acetyl (Protein N-term))ADSELQLVEQR_"
- ],
- [
- 37509,
- 2,
- 8,
- 3,
- 0.099693,
- "_IAFIFNNLSQSNMTQK_"
- ],
- [
- 32513,
- 2,
- 15,
- 6,
- 0.19948,
- "_QYMEGFNDELEAFK_"
- ],
- [
- 8831,
- 2,
- 14,
- 4,
- 0.18522,
- "_DDEYDYLFK_"
- ],
- [
- 23098,
- 4,
- 19,
- 9,
- 0.25644,
- "_IQHSITAQDHQPTPDSCIISMVVGQLK_"
- ],
- [
- 39900,
- 2,
- 11,
- 4,
- 0.14248,
- "_VLSMTGVGQTLVWCLHK_"
- ],
- [
- 20547,
- 2,
- 12,
- 4,
- 0.15674,
- "_ALLQEFDNAVLSK_"
- ],
- [
- 9691,
- 2,
- 12,
- 3,
- 0.15674,
- "_SMDLSEYIIR_"
- ],
- [
- 49872,
- 2,
- 8,
- 3,
- 0.099693,
- "_GVSASAVPFTPSSPLLSCSQEGSR_"
- ],
- [
- 34450,
- 2,
- 8,
- 4,
- 0.099693,
- "_MVGVSDDVNEYAMALR_"
- ],
- [
- 39385,
- 2,
- 15,
- 4,
- 0.19948,
- "_YLDSIPPGQYMDSSLVK_"
- ],
- [
- 24166,
- 3,
- 14,
- 3,
- 0.18522,
- "_KVDPMAIVVFHQADIGEYVR_"
- ],
- [
- 14610,
- 4,
- 20,
- 8,
- 0.27069,
- "_FSVICPAVLQQLNFHPCEDRPK_"
- ],
- [
- 28579,
- 2,
- 14,
- 3,
- 0.18522,
- "_EISFAYEVLSNPEK_"
- ],
- [
- 13243,
- 2,
- 15,
- 4,
- 0.19948,
- "_GLGLSPDLIVCR_"
- ],
- [
- 42062,
- 2,
- 6,
- 5,
- 0.071226,
- "_YHQCATIQLDFQLPIR_"
- ],
- [
- 39367,
- 2,
- 18,
- 4,
- 0.24219,
- "_IIEVVDAIMTTAQSHQR_"
- ],
- [
- 25003,
- 2,
- 15,
- 2,
- 0.19948,
- "_SDAPTGDVLLDEALK_"
- ],
- [
- 48588,
- 2,
- 12,
- 4,
- 0.15673,
- "_QGNGPVLVCAPSNIAVDQLTEK_"
- ],
- [
- 41139,
- 3,
- 11,
- 7,
- 0.14246,
- "_VPSFESFEDDCSQSLCLNKPTMSFK_"
- ],
- [
- 13086,
- 2,
- 13,
- 5,
- 0.171,
- "_(Acetyl (Protein N-term))MEVLRPQLIR_"
- ],
- [
- 30901,
- 3,
- 13,
- 5,
- 0.171,
- "_AGQMVTVWAAGAGVAHSPPSTLVWK_"
- ],
- [
- 22228,
- 3,
- 13,
- 5,
- 0.171,
- "_LDDLSVLDLSHNQLTECPR_"
- ],
- [
- 51223,
- 2,
- 14,
- 6,
- 0.18523,
- "_ELCEQECEWEEITITGSDGSTR_"
- ],
- [
- 13802,
- 3,
- 18,
- 6,
- 0.24221,
- "_NLDKEYLPIGGLAEFCK_"
- ],
- [
- 14212,
- 3,
- 14,
- 5,
- 0.18523,
- "_FYLPGTSRPPIIVSEFR_"
- ],
- [
- 38359,
- 3,
- 13,
- 7,
- 0.171,
- "_STKPIVAAINGSCLGGGLEVAISCQYR_"
- ],
- [
- 44161,
- 2,
- 12,
- 4,
- 0.15673,
- "_HKPAFTEEDVLNIFPVVK_"
- ],
- [
- 20602,
- 3,
- 12,
- 5,
- 0.15673,
- "_THGTGIMNTTVNFTYQFLK_"
- ],
- [
- 26044,
- 2,
- 13,
- 4,
- 0.171,
- "_SVLDDLTSCTTSLR_"
- ],
- [
- 51318,
- 2,
- 13,
- 6,
- 0.171,
- "_CTVEYGEDLPECVQVYSMGGPNR_"
- ],
- [
- 19324,
- 2,
- 13,
- 3,
- 0.171,
- "_GSIVWQEVFDDK_"
- ],
- [
- 30842,
- 2,
- 18,
- 7,
- 0.24221,
- "_NEVSFVIHNLPVLAK_"
- ],
- [
- 20033,
- 3,
- 13,
- 5,
- 0.171,
- "_KEEEDDDMKELENWAGSM_"
- ],
- [
- 41067,
- 2,
- 14,
- 5,
- 0.18523,
- "_NLDKEYLPIGGLAEFCK_"
- ],
- [
- 47214,
- 3,
- 15,
- 7,
- 0.19947,
- "_GGMGSGGLATGIAGGLAGMGGIQNEKETMQSLNDR_"
- ],
- [
- 6156,
- 4,
- 6,
- 3,
- 0.071243,
- "_VDLAEKNVASPSRIQQIIEGK_"
- ],
- [
- 29263,
- 2,
- 15,
- 3,
- 0.19947,
- "_DSLLQDGEFSM(Oxidation (M))DLR_"
- ],
- [
- 31026,
- 3,
- 15,
- 5,
- 0.19947,
- "_EEGGCSLASTPATTLHLLQLSGQR_"
- ],
- [
- 38576,
- 2,
- 14,
- 4,
- 0.18523,
- "_ALYEDVILQPGTQEALK_"
- ],
- [
- 17568,
- 2,
- 23,
- 4,
- 0.31344,
- "_TYSYLTPDLWK_"
- ],
- [
- 35189,
- 2,
- 15,
- 3,
- 0.19947,
- "_VQYTLPDGSTLDVGPAR_"
- ],
- [
- 24724,
- 4,
- 16,
- 8,
- 0.21373,
- "_ATEDGEEDEEMIESIENLEDLKGHSVR_"
- ],
- [
- 16079,
- 3,
- 15,
- 6,
- 0.19947,
- "_DTSEDIEELVEPVAAHGPK_"
- ],
- [
- 23830,
- 2,
- 9,
- 2,
- 0.11395,
- "_AAYTFNIEAVGFSK_"
- ],
- [
- 17622,
- 2,
- 8,
- 4,
- 0.099712,
- "_PAEIDSLWEISK_"
- ],
- [
- 42176,
- 3,
- 17,
- 8,
- 0.22798,
- "_EMSWIADTYASTIGHYDINAHACVTGK_"
- ],
- [
- 32134,
- 3,
- 17,
- 9,
- 0.22798,
- "_EGLHYTEVCGYDIASPNAGPLFR_"
- ],
- [
- 45676,
- 2,
- 6,
- 3,
- 0.071243,
- "_PCESVSSSVQLPEDELFAR_"
- ],
- [
- 29442,
- 2,
- 16,
- 6,
- 0.21373,
- "_KNILEESLCELVAK_"
- ],
- [
- 15096,
- 2,
- 6,
- 2,
- 0.071243,
- "_DVQELLTQYTK_"
- ],
- [
- 37245,
- 2,
- 11,
- 4,
- 0.14246,
- "_SLGFDVIVYNDCSCAK_"
- ],
- [
- 35117,
- 3,
- 11,
- 6,
- 0.14246,
- "_EGDNVNYDWIHWDPEHSYEFK_"
- ],
- [
- 25958,
- 3,
- 14,
- 8,
- 0.18523,
- "_GIAFPTSISVNNCVCHFSPLK_"
- ],
- [
- 6485,
- 2,
- 17,
- 6,
- 0.22798,
- "_WEDAIPLALK_"
- ],
- [
- 36287,
- 3,
- 10,
- 6,
- 0.12818,
- "_LPTGYYFGASAGTGDLSDNHDIISMK_"
- ],
- [
- 41429,
- 3,
- 16,
- 6,
- 0.21373,
- "_TSVQFQNFSPTVVHPGDLQTQLAVQTK_"
- ],
- [
- 27670,
- 2,
- 7,
- 3,
- 0.085491,
- "_VEADVSLLSMQGDLK_"
- ],
- [
- 37764,
- 2,
- 13,
- 5,
- 0.17098,
- "_SNM(Oxidation (M))DNMFESYINNLR_"
- ],
- [
- 36330,
- 2,
- 13,
- 4,
- 0.17098,
- "_ASGGLPQFGDEYDFYR_"
- ],
- [
- 29905,
- 2,
- 5,
- 2,
- 0.057005,
- "_TLQDTLSNAVIYYR_"
- ],
- [
- 50839,
- 2,
- 7,
- 4,
- 0.085491,
- "_AQVPGSSPGLLSLSLNQQPAAPECK_"
- ],
- [
- 44950,
- 2,
- 10,
- 5,
- 0.12819,
- "_TIVHYSPNLVFSGIEAIQK_"
- ],
- [
- 22906,
- 2,
- 9,
- 3,
- 0.11396,
- "_VEILQHVIDYIR_"
- ],
- [
- 4665,
- 3,
- 10,
- 4,
- 0.12819,
- "_QSVQIPVFVMIRPR_"
- ],
- [
- 3671,
- 4,
- 10,
- 3,
- 0.12819,
- "_AFGFSHLEALLDDSKELQR_"
- ],
- [
- 12177,
- 4,
- 13,
- 6,
- 0.17098,
- "_ISPEQHWDFTAEDLKDLGEIGR_"
- ],
- [
- 46836,
- 2,
- 11,
- 4,
- 0.14243,
- "_TGASFQQAQEEFSQGIFSSR_"
- ],
- [
- 29387,
- 2,
- 11,
- 5,
- 0.14243,
- "_NNGNWQEALQFVPK_"
- ],
- [
- 39904,
- 2,
- 11,
- 2,
- 0.14243,
- "_KTGLSSEQTVNVLAQILK_"
- ],
- [
- 39536,
- 2,
- 12,
- 4,
- 0.1567,
- "_GLIMYSWDCPMEQCK_"
- ],
- [
- 25529,
- 3,
- 22,
- 6,
- 0.29919,
- "_STPDGTEHGEFLALDLGGTNFR_"
- ],
- [
- 50309,
- 3,
- 12,
- 6,
- 0.1567,
- "_IQLQQQQQQSCQHLGLLTPVGVGEQLSEGDYAR_"
- ],
- [
- 33402,
- 2,
- 9,
- 3,
- 0.11396,
- "_DMYTICQSAGLDGLAK_"
- ],
- [
- 50439,
- 2,
- 12,
- 4,
- 0.1567,
- "_ELQEGTYVM(Oxidation (M))VAGPSFETVAECR_"
- ],
- [
- 33912,
- 2,
- 16,
- 7,
- 0.21372,
- "_NINDAWVCTNDMFR_"
- ],
- [
- 15751,
- 3,
- 16,
- 7,
- 0.21372,
- "_SLPEETMDFMVQHTSFK_"
- ],
- [
- 39092,
- 2,
- 15,
- 7,
- 0.19948,
- "_EGIDPTPYYWYTDQR_"
- ],
- [
- 21401,
- 2,
- 15,
- 5,
- 0.19948,
- "_SDPLMDTLSSMNR_"
- ],
- [
- 46197,
- 2,
- 16,
- 6,
- 0.21372,
- "_INNAAFEAVVVTNTIPQEDK_"
- ],
- [
- 17388,
- 2,
- 17,
- 5,
- 0.22798,
- "_YKETDLLILFK_"
- ],
- [
- 26830,
- 3,
- 17,
- 7,
- 0.22798,
- "_QAIVDKVPSVSSSALVSSLHLLK_"
- ],
- [
- 41198,
- 2,
- 14,
- 4,
- 0.18524,
- "_FLSQLEDGGTEYVIATTK_"
- ],
- [
- 7956,
- 3,
- 15,
- 2,
- 0.19948,
- "_LLVFSTDAGFHFAGDGK_"
- ],
- [
- 49903,
- 2,
- 15,
- 4,
- 0.19948,
- "_TTDISIQPPSAQLEVQAGQVDVK_"
- ],
- [
- 16784,
- 3,
- 16,
- 6,
- 0.21372,
- "_SLSLGGHVGFDSLPDQLVSK_"
- ],
- [
- 46245,
- 3,
- 14,
- 7,
- 0.18524,
- "_GIVVTAYSPLGSPDRPWAKPEDPSLLEDPR_"
- ],
- [
- 39624,
- 3,
- 14,
- 5,
- 0.18524,
- "_HFIEVPEGATWAEVTVCSCSSEVSAK_"
- ],
- [
- 30582,
- 3,
- 18,
- 6,
- 0.24222,
- "_GFGFVTYATVEEVDAAMNARPHK_"
- ],
- [
- 42297,
- 3,
- 14,
- 3,
- 0.18524,
- "_DSILNPSDKEEVPTPTLGSITIPRPQGR_"
- ],
- [
- 26863,
- 2,
- 17,
- 6,
- 0.22798,
- "_VVDLLAQDADIVCR_"
- ],
- [
- 6141,
- 2,
- 13,
- 2,
- 0.17095,
- "_DFNVPLSISR_"
- ],
- [
- 32734,
- 2,
- 13,
- 4,
- 0.17095,
- "_YQEELNFDNPLGMR_"
- ],
- [
- 20322,
- 4,
- 19,
- 8,
- 0.25647,
- "_TALKEDGVLCCQGECQWLHLDLIK_"
- ],
- [
- 35709,
- 3,
- 16,
- 7,
- 0.21373,
- "_GIAVEVQDTPNACATFNFLCHEGR_"
- ],
- [
- 38792,
- 3,
- 16,
- 7,
- 0.21373,
- "_AKCELSSSVQTDINLPYLTMDSSGPK_"
- ],
- [
- 30436,
- 3,
- 10,
- 2,
- 0.12821,
- "_DYEVSDSAPHLEGLAEFQENVR_"
- ],
- [
- 38232,
- 2,
- 13,
- 4,
- 0.17095,
- "_TLFAYEGTNEDELTFK_"
- ],
- [
- 45234,
- 2,
- 14,
- 6,
- 0.18523,
- "_CIAVGESDGSIWNPDGIDPK_"
- ],
- [
- 27226,
- 2,
- 12,
- 6,
- 0.15668,
- "_SQFEELCAELLQK_"
- ],
- [
- 12023,
- 3,
- 25,
- 4,
- 0.34193,
- "_IIEVVDAIMTTAQSHQR_"
- ],
- [
- 33242,
- 2,
- 12,
- 4,
- 0.15668,
- "_GFGTDEQAIIDCLGSR_"
- ],
- [
- 49258,
- 2,
- 17,
- 7,
- 0.22797,
- "_EQNSALPTSSQDEELMEVVEK_"
- ],
- [
- 33710,
- 2,
- 11,
- 4,
- 0.14244,
- "_HTAAGQLVQDLLTQVR_"
- ],
- [
- 49454,
- 2,
- 11,
- 6,
- 0.14244,
- "_GPTYVNMTVGSFVCTSCSGSLR_"
- ],
- [
- 5300,
- 2,
- 17,
- 4,
- 0.22797,
- "_VAEITELILK_"
- ],
- [
- 14017,
- 2,
- 11,
- 3,
- 0.14244,
- "_QIDDILSVASVR_"
- ],
- [
- 12681,
- 2,
- 10,
- 3,
- 0.12821,
- "_VLLQAFDVVER_"
- ],
- [
- 23471,
- 2,
- 10,
- 5,
- 0.12821,
- "_TVEFLQEYIVNR_"
- ],
- [
- 10973,
- 2,
- 10,
- 3,
- 0.12821,
- "_VFFDVDIGGER_"
- ],
- [
- 7637,
- 4,
- 20,
- 5,
- 0.27071,
- "_TLAYLLPAIVHINHQPYLER_"
- ],
- [
- 17698,
- 3,
- 17,
- 5,
- 0.22797,
- "_HKPAFTEEDVLNIFPVVK_"
- ],
- [
- 49669,
- 2,
- 10,
- 4,
- 0.12821,
- "_AEVTAPDGEVSLPSMEVDVQAQK_"
- ],
- [
- 38781,
- 3,
- 10,
- 4,
- 0.12821,
- "_GLLGLPEEETELDNLTEFNTAHNKR_"
- ],
- [
- 16843,
- 3,
- 18,
- 7,
- 0.24223,
- "_VLSMTGVGQTLVWCLHKE_"
- ],
- [
- 42281,
- 2,
- 23,
- 7,
- 0.31344,
- "_SDWEVKEEMDFPQLMK_"
- ],
- [
- 17835,
- 2,
- 10,
- 3,
- 0.12821,
- "_DGALTQLNVAFSR_"
- ],
- [
- 42669,
- 4,
- 15,
- 7,
- 0.19949,
- "_KLHEEEIQELQAQIQEQHVQIDVDVSKPDLTAALR_"
- ],
- [
- 3754,
- 3,
- 15,
- 4,
- 0.19949,
- "_IFTPIVEHLGLQIR_"
- ],
- [
- 2805,
- 2,
- 6,
- 2,
- 0.071255,
- "_IISVDEIFK_"
- ],
- [
- 45791,
- 2,
- 15,
- 6,
- 0.19949,
- "_KAEQMFGEMEVWNAISER_"
- ],
- [
- 27476,
- 4,
- 14,
- 7,
- 0.18523,
- "_EHSSLGHADLDALQQNPQPLIFHMEMLK_"
- ],
- [
- 24713,
- 3,
- 14,
- 6,
- 0.18523,
- "_LLCHLTPSIYTEFPDETLR_"
- ],
- [
- 44827,
- 2,
- 14,
- 5,
- 0.18523,
- "_DFQEYVEPGEDFPASPQR_"
- ],
- [
- 49093,
- 2,
- 20,
- 7,
- 0.27071,
- "_GIAFPTSISVNNCVCHFSPLK_"
- ],
- [
- 6937,
- 4,
- 13,
- 3,
- 0.17091,
- "_ELCMSLMAICRPLPVTFHR_"
- ],
- [
- 41615,
- 3,
- 14,
- 6,
- 0.18519,
- "_KTQEQDEEVGLGTEEDPSLPALLTQPR_"
- ],
- [
- 27470,
- 2,
- 12,
- 4,
- 0.15668,
- "_IQQIETTLNILDAK_"
- ],
- [
- 14079,
- 2,
- 27,
- 7,
- 0.37041,
- "_VFIGNLNTLVVK_"
- ],
- [
- 51720,
- 3,
- 9,
- 7,
- 0.11398,
- "_EPNQAFGSGNNSYSGSNSGAAIGWGSASNAGSGSGFNGGFGSSMDSK_"
- ],
- [
- 27457,
- 2,
- 6,
- 4,
- 0.071243,
- "_LMSINYLGSVYPSR_"
- ],
- [
- 14265,
- 2,
- 12,
- 4,
- 0.15668,
- "_AVLTFALDSVER_"
- ],
- [
- 26026,
- 3,
- 12,
- 4,
- 0.15668,
- "_HPPHTELLDLQPLPITALGCK_"
- ],
- [
- 11331,
- 2,
- 18,
- 5,
- 0.24221,
- "_APLDIPVPDPVK_"
- ],
- [
- 49107,
- 2,
- 9,
- 4,
- 0.11398,
- "_EGCEAIVDTGTSLM(Oxidation (M))VGPVDEVR_"
- ],
- [
- 48076,
- 2,
- 14,
- 4,
- 0.18519,
- "_YIMVPSGNMGVFDPTEIHNR_"
- ],
- [
- 10041,
- 3,
- 11,
- 2,
- 0.14244,
- "_MM(Oxidation (M))LDQCLELQLFHR_"
- ],
- [
- 23050,
- 3,
- 19,
- 7,
- 0.25646,
- "_(Acetyl (Protein N-term))AHCVTLVQLSISCDHLIDK_"
- ],
- [
- 26991,
- 2,
- 16,
- 5,
- 0.21373,
- "_TNLVWDEVSGQWR_"
- ],
- [
- 35448,
- 3,
- 10,
- 7,
- 0.17091,
- "_(Acetyl (Protein N-term))MFHGIPATPGIGAPGNKPELYEEVK_"
- ],
- [
- 9338,
- 3,
- 9,
- 6,
- 0.11398,
- "_KQALQSLTELLMAQPR_"
- ],
- [
- 46330,
- 2,
- 7,
- 2,
- 0.085489,
- "_QYLPGNEQGVACSGSDPSWK_"
- ],
- [
- 21485,
- 3,
- 12,
- 6,
- 0.15668,
- "_LSSSIIHEIDSILGNKPYSK_"
- ],
- [
- 4931,
- 3,
- 18,
- 6,
- 0.24221,
- "_VLLGQDEPLIHVFAK_"
- ],
- [
- 11717,
- 2,
- 17,
- 5,
- 0.22796,
- "_NIPGITLLNVSK_"
- ],
- [
- 35024,
- 2,
- 12,
- 4,
- 0.15668,
- "_HEVSVPYAMNLLNGIK_"
- ],
- [
- 7209,
- 3,
- 16,
- 6,
- 0.21373,
- "_LLDSVEQDFHLEIAK_"
- ],
- [
- 12132,
- 4,
- 13,
- 5,
- 0.17091,
- "_ILIVGEPGFGQGSHLAPAVIHALEK_"
- ],
- [
- 42946,
- 2,
- 20,
- 6,
- 0.27071,
- "_DTSEDIEELVEPVAAHGPK_"
- ],
- [
- 43458,
- 2,
- 14,
- 2,
- 0.18519,
- "_SLSLGGHVGFDSLPDQLVSK_"
- ],
- [
- 24978,
- 3,
- 15,
- 6,
- 0.19947,
- "_KEVMQEVAQLSQFDEELYK_"
- ],
- [
- 25088,
- 2,
- 21,
- 3,
- 0.28495,
- "_LVIWGTDVNVAACK_"
- ],
- [
- 38978,
- 2,
- 10,
- 2,
- 0.12821,
- "_NAELDPVTTEEQVLDVK_"
- ],
- [
- 40601,
- 2,
- 14,
- 5,
- 0.18519,
- "_EGAAGAGVAQAGPLVDGELLR_"
- ],
- [
- 36072,
- 2,
- 15,
- 6,
- 0.19947,
- "_DGGLQNMELHGMIMLR_"
- ],
- [
- 21616,
- 2,
- 14,
- 5,
- 0.18519,
- "_LNLVDLAGSENIGR_"
- ],
- [
- 47305,
- 2,
- 11,
- 5,
- 0.14244,
- "_PSYVLSGAAMNVAYTDGDLER_"
- ],
- [
- 40044,
- 2,
- 23,
- 4,
- 0.31343,
- "_GIDPPQVLSPDMVPPSER_"
- ],
- [
- 36423,
- 3,
- 17,
- 5,
- 0.22796,
- "_TAASFDECSTAGVFLSTLHCQDYR_"
- ],
- [
- 19501,
- 2,
- 14,
- 4,
- 0.18519,
- "_TSLIGMFDSDVNK_"
- ],
- [
- 22745,
- 3,
- 10,
- 2,
- 0.12821,
- "_EEAAEVASLDVANIISGSGRPR_"
- ],
- [
- 50137,
- 3,
- 14,
- 7,
- 0.18519,
- "_EGVIEPDTDAPQEMGDENAEITEEMMDQANDKK_"
- ],
- [
- 26342,
- 3,
- 15,
- 5,
- 0.19947,
- "_GLQLTPGIGGMQQHFFDDEDR_"
- ],
- [
- 13171,
- 2,
- 14,
- 4,
- 0.18519,
- "_YWDLMNLSEK_"
- ],
- [
- 45305,
- 3,
- 14,
- 7,
- 0.18519,
- "_EHSSLGHADLDALQQNPQPLIFHMEMLK_"
- ],
- [
- 43674,
- 2,
- 20,
- 4,
- 0.27071,
- "_MIPCDFLIPVQTQHPIR_"
- ],
- [
- 13660,
- 2,
- 10,
- 2,
- 0.12821,
- "_YLLQPLGDFSR_"
- ],
- [
- 49635,
- 2,
- 16,
- 4,
- 0.21372,
- "_NTPSISEEQIKDIFYIENQK_"
- ],
- [
- 31174,
- 3,
- 12,
- 6,
- 0.15669,
- "_IQGGYENVPTIDIHMNQIGFER_"
- ],
- [
- 21793,
- 2,
- 12,
- 5,
- 0.15669,
- "_VNYVVQEAIVVIK_"
- ],
- [
- 34151,
- 4,
- 13,
- 7,
- 0.17093,
- "_DASSQGFLPHFQHFATQAIHVGQDPEQWTSR_"
- ],
- [
- 46155,
- 2,
- 13,
- 6,
- 0.17093,
- "_ASMMYLENGTPDTAAMALER_"
- ],
- [
- 14837,
- 2,
- 13,
- 5,
- 0.17093,
- "_LVGQSIIAYLQK_"
- ],
- [
- 31662,
- 3,
- 12,
- 6,
- 0.15669,
- "_WCVLSGNCISYWTYPDDEKR_"
- ],
- [
- 48354,
- 2,
- 12,
- 4,
- 0.15669,
- "_LNEQYEHASIHLWDLLEGK_"
- ],
- [
- 7832,
- 2,
- 16,
- 4,
- 0.21372,
- "_FGFPAFSGISR_"
- ],
- [
- 17637,
- 2,
- 6,
- 4,
- 0.071236,
- "_SDGPYALVLVPTR_"
- ],
- [
- 40351,
- 3,
- 13,
- 6,
- 0.17093,
- "_SFSFDYSYWSHTSPEDPCFASQNR_"
- ],
- [
- 50712,
- 2,
- 16,
- 4,
- 0.21372,
- "_LGPQDSDPTEANLESADPELCIR_"
- ],
- [
- 13488,
- 4,
- 11,
- 6,
- 0.14246,
- "_GCQLTITFSVPNKDVFQELEKR_"
- ],
- [
- 19307,
- 2,
- 11,
- 4,
- 0.14246,
- "_MFDMGFEYQVR_"
- ],
- [
- 30126,
- 3,
- 13,
- 5,
- 0.17093,
- "_PADLQNLAPGTHPPFITFNSEVK_"
- ],
- [
- 39136,
- 2,
- 20,
- 5,
- 0.27071,
- "_SKAECEILMMVGLPAAGK_"
- ],
- [
- 5433,
- 2,
- 12,
- 4,
- 0.15669,
- "_ALELNMLSLK_"
- ],
- [
- 23697,
- 3,
- 11,
- 5,
- 0.14246,
- "_SKDDLVVAEVEINDVPLTCR_"
- ],
- [
- 44280,
- 2,
- 13,
- 3,
- 0.17093,
- "_KPANDITSQLEINFGDLGR_"
- ],
- [
- 33584,
- 2,
- 11,
- 4,
- 0.14246,
- "_AATIVATSEGSLWGLDR_"
- ],
- [
- 33515,
- 3,
- 16,
- 5,
- 0.21372,
- "_LKNDIEEQETLLGTIMPEEESAK_"
- ],
- [
- 21471,
- 3,
- 19,
- 5,
- 0.25646,
- "_LHDINAQMVEDQGFLDSLR_"
- ],
- [
- 42545,
- 2,
- 14,
- 6,
- 0.18516,
- "_EGMAALQSDPWQQELYR_"
- ],
- [
- 46493,
- 3,
- 10,
- 5,
- 0.12823,
- "_TKEEMIVATSQTSQYGGDLTNTFGAIQYAR_"
- ],
- [
- 43888,
- 2,
- 14,
- 4,
- 0.18516,
- "_GIPELEQYDPPELADSSGR_"
- ],
- [
- 17133,
- 2,
- 9,
- 3,
- 0.11397,
- "_LLLFSSATDAAIR_"
- ],
- [
- 9097,
- 3,
- 10,
- 4,
- 0.12823,
- "_VPTLAVPAISLPDDVRR_"
- ],
- [
- 3263,
- 2,
- 14,
- 3,
- 0.18516,
- "_QVLLEIFSK_"
- ],
- [
- 6870,
- 3,
- 10,
- 2,
- 0.12823,
- "_IMDYSLLVGIHDVDR_"
- ],
- [
- 7055,
- 3,
- 15,
- 5,
- 0.19944,
- "_FVGIKDEDQLEAFLK_"
- ],
- [
- 22878,
- 3,
- 10,
- 5,
- 0.12823,
- "_SGMDMGIVNAGNLPVYDDIHK_"
- ],
- [
- 37185,
- 2,
- 9,
- 2,
- 0.11397,
- "_LLLVQTGSSSPCLDLSR_"
- ],
- [
- 41770,
- 2,
- 21,
- 6,
- 0.28496,
- "_MVSDINNAWGCLEQVEK_"
- ],
- [
- 48419,
- 2,
- 14,
- 5,
- 0.18516,
- "_HYDLESVPMTWDPVDQNPR_"
- ],
- [
- 20933,
- 3,
- 18,
- 7,
- 0.24221,
- "_PDGVPMPDKYSLEPVAVELK_"
- ],
- [
- 41342,
- 2,
- 18,
- 5,
- 0.24221,
- "_TEPTEDSGISLEMAAVTVK_"
- ],
- [
- 49764,
- 2,
- 8,
- 2,
- 0.099739,
- "_WLIVSFSGGQQDDDNTQNQEK_"
- ],
- [
- 29102,
- 3,
- 22,
- 6,
- 0.2992,
- "_TGPFAEHSNQLWNISAVPSWSK_"
- ],
- [
- 16387,
- 2,
- 7,
- 3,
- 0.085493,
- "_EFWPQEVWSR_"
- ],
- [
- 51225,
- 2,
- 9,
- 6,
- 0.11397,
- "_LDSEADAEPQDLESTNLLESEAPR_"
- ],
- [
- 33263,
- 2,
- 12,
- 3,
- 0.15668,
- "_AVVEVNIPVESEVNLK_"
- ],
- [
- 15233,
- 4,
- 16,
- 7,
- 0.21366,
- "_EGDNVNYDWIHWDPEHSYEFK_"
- ],
- [
- 46083,
- 2,
- 9,
- 4,
- 0.11396,
- "_GNNDILSITQPDVIYQIHK_"
- ],
- [
- 48707,
- 2,
- 16,
- 5,
- 0.21366,
- "_NSNPDEIEIDFETLKPSTLR_"
- ],
- [
- 30106,
- 2,
- 10,
- 3,
- 0.12819,
- "_EGGSAGLIPSQFLEEK_"
- ],
- [
- 40678,
- 3,
- 38,
- 8,
- 0.52707,
- "_TVSLGAGAKDELHIVEAEAMNYEGSPIK_"
- ],
- [
- 33020,
- 2,
- 13,
- 5,
- 0.17092,
- "_ASSISEEVAVGSIAATLK_"
- ],
- [
- 50585,
- 2,
- 13,
- 4,
- 0.17092,
- "_YDILASEDVEGQEAATLPSEGGVR_"
- ],
- [
- 11081,
- 4,
- 19,
- 8,
- 0.25643,
- "_GFGFVTYATVEEVDAAMNARPHK_"
- ],
- [
- 29684,
- 3,
- 17,
- 7,
- 0.22794,
- "_VEAPSLDVHMDSPDINIEGPDVK_"
- ],
- [
- 12535,
- 3,
- 9,
- 2,
- 0.11396,
- "_FSSLLQALEIQHTTALR_"
- ],
- [
- 8781,
- 3,
- 18,
- 4,
- 0.2422,
- "_CPLLKPWALTFSYGR_"
- ],
- [
- 13613,
- 2,
- 10,
- 2,
- 0.12819,
- "_IPELAINPLGDR_"
- ],
- [
- 43971,
- 2,
- 12,
- 6,
- 0.15668,
- "_LAFSCIWEMNHNAEILK_"
- ],
- [
- 37953,
- 2,
- 13,
- 4,
- 0.17092,
- "_GITAAVVINGSVANVGGTLR_"
- ],
- [
- 20918,
- 3,
- 13,
- 3,
- 0.17092,
- "_HVAELLINHAQAPIPAWFR_"
- ],
- [
- 40171,
- 3,
- 7,
- 4,
- 0.085459,
- "_AGEM(Oxidation (M))ELKPFNGEDYTCITFQPDLSK_"
- ],
- [
- 19237,
- 4,
- 14,
- 5,
- 0.18515,
- "_GLLGLPEEETELDNLTEFNTAHNKR_"
- ],
- [
- 34805,
- 2,
- 18,
- 8,
- 0.2422,
- "_GLDVDSLVIEHIQVNK_"
- ],
- [
- 26938,
- 2,
- 11,
- 3,
- 0.14245,
- "_AIQTGEELFFDYR_"
- ],
- [
- 49822,
- 2,
- 6,
- 3,
- 0.071205,
- "_ECLPMPSMNSAAQFCNICSAK_"
- ],
- [
- 43120,
- 3,
- 11,
- 5,
- 0.14245,
- "_NHGLSDEHVFEVICPSIPGYGFSEASSK_"
- ],
- [
- 27910,
- 3,
- 19,
- 3,
- 0.25643,
- "_FPLEEPGPRPLPWPPGSDEVAK_"
- ],
- [
- 14525,
- 3,
- 14,
- 5,
- 0.18515,
- "_NHQDPLAVAYHLIIDNR_"
- ],
- [
- 2362,
- 2,
- 17,
- 6,
- 0.22794,
- "_DWVLNEFK_"
- ],
- [
- 39667,
- 2,
- 15,
- 5,
- 0.19939,
- "_QQYEQCMDLQLFYR_"
- ],
- [
- 14445,
- 2,
- 11,
- 3,
- 0.14245,
- "_TMGVMFTPLTVK_"
- ],
- [
- 50692,
- 2,
- 14,
- 3,
- 0.18515,
- "_YAELLVSQGVVNQPEYEEEISK_"
- ],
- [
- 51056,
- 2,
- 12,
- 6,
- 0.15668,
- "_YPALTKPENQDIDWTLLEGETR_"
- ],
- [
- 14843,
- 3,
- 12,
- 2,
- 0.15668,
- "_ALFDFNGNDEEDLPFKK_"
- ],
- [
- 48200,
- 2,
- 14,
- 5,
- 0.18515,
- "_YSTPATLEQNYIVCELQQK_"
- ],
- [
- 37170,
- 2,
- 14,
- 3,
- 0.18515,
- "_DGDSVM(Oxidation (M))VLPTIPEEEAK_"
- ],
- [
- 9857,
- 2,
- 12,
- 3,
- 0.15671,
- "_GDLITEPFLPK_"
- ],
- [
- 49794,
- 2,
- 10,
- 3,
- 0.12823,
- "_AFCTGQELQLVQLEGGGGAGTYR_"
- ],
- [
- 23875,
- 2,
- 5,
- 2,
- 0.056971,
- "_GWVGEFSLSVGPQR_"
- ],
- [
- 34623,
- 2,
- 13,
- 4,
- 0.17095,
- "_KVMVLDFVTPTPLGTR_"
- ],
- [
- 44363,
- 2,
- 13,
- 6,
- 0.17095,
- "_VAASCGAIQYIPTELDQVR_"
- ],
- [
- 45497,
- 2,
- 21,
- 4,
- 0.28494,
- "_ETFGVNNAVYGIDAMNPSSR_"
- ],
- [
- 10974,
- 3,
- 7,
- 2,
- 0.085468,
- "_FLLGYLSWEGTAEEHK_"
- ],
- [
- 28102,
- 2,
- 11,
- 2,
- 0.14246,
- "_TEVIQLEDTLAQVR_"
- ],
- [
- 13670,
- 3,
- 11,
- 4,
- 0.14246,
- "_SVQMFELFYSQHFSGR_"
- ],
- [
- 44882,
- 2,
- 11,
- 4,
- 0.14246,
- "_DPGSAPSLGDRVPYVIISAAK_"
- ],
- [
- 22814,
- 2,
- 13,
- 4,
- 0.17095,
- "_DTLLSVEIVHELK_"
- ],
- [
- 19372,
- 3,
- 13,
- 4,
- 0.17095,
- "_LDPQGEYEEHLGILGPVIR_"
- ],
- [
- 30232,
- 2,
- 8,
- 2,
- 0.099722,
- "_EHYCLADLASLMDK_"
- ],
- [
- 32776,
- 4,
- 13,
- 7,
- 0.17095,
- "_ITADLLSNGIDVYPQKEFDEDSEDRLVNEK_"
- ],
- [
- 41259,
- 3,
- 10,
- 4,
- 0.12823,
- "_DEAMAIGGHWSPSLDGPDPEKDPSVLIK_"
- ],
- [
- 29266,
- 3,
- 10,
- 6,
- 0.12823,
- "_PGPCPPELGLGLGQLACCCLHR_"
- ],
- [
- 12263,
- 3,
- 12,
- 4,
- 0.15671,
- "_NIHLWDPENSVLQNLK_"
- ],
- [
- 18215,
- 2,
- 13,
- 7,
- 0.17095,
- "_AFFPCFDTPAVK_"
- ],
- [
- 23282,
- 4,
- 18,
- 6,
- 0.2422,
- "_ISIIINSSAPPHTILNELKPEQVEQLK_"
- ],
- [
- 23850,
- 3,
- 20,
- 5,
- 0.2707,
- "_YIMVPSGNMGVFDPTEIHNR_"
- ],
- [
- 19025,
- 3,
- 17,
- 5,
- 0.22792,
- "_EMQQWSIPPFPVSGHDIR_"
- ],
- [
- 6290,
- 2,
- 16,
- 3,
- 0.21365,
- "_TLVEDLFADK_"
- ],
- [
- 17855,
- 3,
- 17,
- 7,
- 0.22792,
- "_KPANDITSQLEINFGDLGR_"
- ],
- [
- 31408,
- 2,
- 16,
- 4,
- 0.21365,
- "_ILVDNLCDMEMVNK_"
- ],
- [
- 27963,
- 2,
- 18,
- 3,
- 0.2422,
- "_NYPATFWVNPQFK_"
- ],
- [
- 5762,
- 2,
- 20,
- 5,
- 0.2707,
- "_VLELFESFR_"
- ],
- [
- 34382,
- 3,
- 15,
- 5,
- 0.19942,
- "_DYVESHYQLQLCPGADCPMVIR_"
- ],
- [
- 27342,
- 3,
- 21,
- 6,
- 0.28494,
- "_NPHLITNWGPAAFTEAELEER_"
- ],
- [
- 21011,
- 2,
- 14,
- 3,
- 0.18518,
- "_QLAELETWVIQK_"
- ],
- [
- 37179,
- 2,
- 19,
- 7,
- 0.25646,
- "_DAALAVAEAMADKAELEK_"
- ],
- [
- 33538,
- 2,
- 14,
- 4,
- 0.18518,
- "_QLGFQETAYGEFLSR_"
- ],
- [
- 37937,
- 2,
- 16,
- 7,
- 0.21365,
- "_CYVQPQWVFDSVNAR_"
- ],
- [
- 29880,
- 3,
- 14,
- 7,
- 0.18518,
- "_TGESLCYAFIEFEKEEDCEK_"
- ],
- [
- 13746,
- 2,
- 18,
- 5,
- 0.2422,
- "_FILSIAYSPDGK_"
- ],
- [
- 49702,
- 2,
- 14,
- 2,
- 0.18518,
- "_QADSCPYGTMYLSPPADTSWR_"
- ],
- [
- 24402,
- 3,
- 14,
- 6,
- 0.18518,
- "_LNEQYEHASIHLWDLLEGK_"
- ],
- [
- 22447,
- 3,
- 14,
- 5,
- 0.18518,
- "_YLMASDPNLQVLGAAYIQHK_"
- ],
- [
- 36021,
- 2,
- 17,
- 5,
- 0.2279,
- "_LLYDLADQLHAAVGASR_"
- ],
- [
- 43385,
- 3,
- 15,
- 7,
- 0.19943,
- "_AYAANSHQGQMLAQYIESFTQGSIEAHK_"
- ],
- [
- 33378,
- 3,
- 10,
- 3,
- 0.12823,
- "_LYDEGDPSEKLELVTGTNVYITR_"
- ],
- [
- 26886,
- 2,
- 7,
- 2,
- 0.085468,
- "_(Acetyl (Protein N-term))ALDGPEQMELEEGK_"
- ],
- [
- 9061,
- 3,
- 11,
- 3,
- 0.14247,
- "_YKEDGEALLILLPSEK_"
- ],
- [
- 15542,
- 2,
- 13,
- 4,
- 0.17096,
- "_FLLELQISNNR_"
- ],
- [
- 45599,
- 2,
- 16,
- 4,
- 0.21366,
- "_AHVFECNLESSVESIISPK_"
- ],
- [
- 26240,
- 2,
- 9,
- 5,
- 0.11397,
- "_LNETISTLQQAILK_"
- ],
- [
- 16716,
- 4,
- 19,
- 9,
- 0.25645,
- "_AWVWNTHADFADECPKPELLAIR_"
- ],
- [
- 48902,
- 2,
- 14,
- 8,
- 0.1852,
- "_MQQNIQELEEQLEEEESAR_"
- ],
- [
- 46350,
- 3,
- 16,
- 9,
- 0.21366,
- "_AVLASMDNENMHTPDIGGQGTTSEAIQDVIR_"
- ],
- [
- 51015,
- 2,
- 16,
- 7,
- 0.21366,
- "_YLEVSEPQDIECCGALEYYDK_"
- ],
- [
- 28153,
- 3,
- 11,
- 6,
- 0.14247,
- "_EGFGLSENPFASLSPDEQKDEK_"
- ],
- [
- 35667,
- 3,
- 19,
- 4,
- 0.25645,
- "_VPFLEVNDPGEPSGLETLKDTPPPR_"
- ],
- [
- 10574,
- 2,
- 22,
- 7,
- 0.29919,
- "_INEWLTLVEK_"
- ],
- [
- 45988,
- 2,
- 11,
- 6,
- 0.14247,
- "_PNQGEDCYFFFYSTCTK_"
- ],
- [
- 22570,
- 2,
- 15,
- 5,
- 0.19943,
- "_DVPGFAIGGLSGGESK_"
- ],
- [
- 22148,
- 2,
- 21,
- 5,
- 0.28494,
- "_GEVYPFGIVGMANK_"
- ],
- [
- 39206,
- 3,
- 14,
- 6,
- 0.1852,
- "_VAQNLVGPDNVHVALSLVEYKPELQK_"
- ],
- [
- 18466,
- 3,
- 12,
- 6,
- 0.1567,
- "_QQAMHLCFENLMEGIER_"
- ],
- [
- 41655,
- 2,
- 12,
- 5,
- 0.1567,
- "_AMQADISQAAQILSSDPSR_"
- ],
- [
- 46852,
- 2,
- 14,
- 5,
- 0.1852,
- "_GHLDAELDAYMAQTDPETND_"
- ],
- [
- 33982,
- 2,
- 14,
- 4,
- 0.1852,
- "_EFAGEDTSDLFLEER_"
- ],
- [
- 15006,
- 4,
- 11,
- 7,
- 0.14247,
- "_LFEFMHETHDGVQDMACDTFIK_"
- ],
- [
- 30552,
- 2,
- 15,
- 2,
- 0.19943,
- "_NFINNPLAQADWAAK_"
- ],
- [
- 39778,
- 3,
- 12,
- 6,
- 0.1567,
- "_SQGNDILCLSLPDKPPPQPQQWNVR_"
- ],
- [
- 48674,
- 2,
- 10,
- 2,
- 0.12823,
- "_EMEHYFSQGLSVQLFNDGSK_"
- ],
- [
- 6455,
- 3,
- 14,
- 5,
- 0.1852,
- "_TYCYLLPTFAFAHK_"
- ],
- [
- 7276,
- 3,
- 10,
- 4,
- 0.12823,
- "_QWALEDFEIGRPLGK_"
- ],
- [
- 36696,
- 2,
- 12,
- 4,
- 0.15672,
- "_CPLGVPLVLDGCGCCR_"
- ],
- [
- 14377,
- 3,
- 13,
- 6,
- 0.17095,
- "_WMEQFEMAMSNIKPDK_"
- ],
- [
- 9407,
- 2,
- 13,
- 5,
- 0.17095,
- "_DFLAGGVAAAISK_"
- ],
- [
- 51574,
- 3,
- 19,
- 8,
- 0.25642,
- "_TAQALAQLAAQHSQSGSTTTSSWDMGSTTQSPSLVQYDLK_"
- ],
- [
- 24398,
- 2,
- 10,
- 4,
- 0.12821,
- "_KIPGIYVLSLEIGK_"
- ],
- [
- 17445,
- 3,
- 14,
- 5,
- 0.1852,
- "_LAFSCIWEMNHNAEILK_"
- ],
- [
- 21315,
- 3,
- 14,
- 5,
- 0.1852,
- "_IPSNMWVEAWETAKPIPAR_"
- ],
- [
- 36303,
- 2,
- 14,
- 5,
- 0.1852,
- "_QLGQDLLNSYIENEGK_"
- ],
- [
- 36205,
- 2,
- 9,
- 4,
- 0.11396,
- "_YKEDGEALLILLPSEK_"
- ],
- [
- 830,
- 2,
- 10,
- 3,
- 0.12821,
- "_PLFLEFPK_"
- ],
- [
- 30634,
- 2,
- 12,
- 6,
- 0.15672,
- "_LQLDSPEDAEFIVAK_"
- ],
- [
- 33637,
- 4,
- 9,
- 3,
- 0.11396,
- "_AHMEDSCPQFLGPSPLVIPMNHETDVNFQGK_"
- ],
- [
- 6926,
- 3,
- 5,
- 3,
- 0.056978,
- "_VDPVVIMQVIHPDGTK_"
- ],
- [
- 25021,
- 3,
- 10,
- 5,
- 0.12821,
- "_EMEHYFSQGLSVQLFNDGSK_"
- ],
- [
- 39226,
- 2,
- 14,
- 4,
- 0.1852,
- "_GMSIDQALAQLEFNDKK_"
- ],
- [
- 18964,
- 2,
- 15,
- 5,
- 0.19944,
- "_QSLGELIGTLNAAK_"
- ],
- [
- 26230,
- 2,
- 16,
- 5,
- 0.21367,
- "_LYLVSDVLYNSSAK_"
- ],
- [
- 25244,
- 3,
- 11,
- 6,
- 0.14247,
- "_EKWTEEDIAPYIQDLCGEK_"
- ],
- [
- 48935,
- 3,
- 11,
- 8,
- 0.14247,
- "_QYPANQGQEVEYFVAGTHPYPPGPGVALTADTK_"
- ],
- [
- 6403,
- 2,
- 17,
- 2,
- 0.22791,
- "_FFLEETLVR_"
- ],
- [
- 36949,
- 2,
- 17,
- 6,
- 0.22791,
- "_LYNTCAVFGPDGTLLAK_"
- ],
- [
- 16696,
- 2,
- 11,
- 3,
- 0.14247,
- "_FQPLFGDFAAEK_"
- ],
- [
- 43220,
- 2,
- 15,
- 6,
- 0.19944,
- "_LISLTDENALSGNEELTVK_"
- ],
- [
- 44401,
- 2,
- 17,
- 6,
- 0.22791,
- "_AYSFCGTVEYMAPEVVNR_"
- ],
- [
- 27870,
- 3,
- 11,
- 3,
- 0.14247,
- "_DAFELFDTDKDEAIDYHELK_"
- ],
- [
- 19760,
- 3,
- 9,
- 6,
- 0.11396,
- "_VGVHIADVSYFVPEGSDLDK_"
- ],
- [
- 10224,
- 2,
- 9,
- 2,
- 0.11396,
- "_EFEFSQLPLK_"
- ],
- [
- 41647,
- 2,
- 9,
- 2,
- 0.11396,
- "_NNDALHMSLESLICESR_"
- ],
- [
- 18537,
- 2,
- 9,
- 4,
- 0.11396,
- "_LPADTCLLEFAR_"
- ],
- [
- 38315,
- 2,
- 14,
- 4,
- 0.1852,
- "_AAELAVQNEVGLVDNPLK_"
- ],
- [
- 24711,
- 3,
- 14,
- 6,
- 0.1852,
- "_NNQFQALLQYADPVNAHYAK_"
- ],
- [
- 25723,
- 3,
- 17,
- 6,
- 0.22791,
- "_EPIPVLPTVHYNMGGIPTNYK_"
- ],
- [
- 28455,
- 2,
- 20,
- 3,
- 0.27069,
- "_QNDAGEFVDLYVPR_"
- ],
- [
- 49196,
- 2,
- 16,
- 5,
- 0.21367,
- "_NFDSDISSVGIDGCWQADSQR_"
- ],
- [
- 11869,
- 3,
- 11,
- 3,
- 0.1425,
- "_GMSIDQALAQLEFNDKK_"
- ],
- [
- 23748,
- 2,
- 12,
- 4,
- 0.15675,
- "_LVVENVDVLTQMR_"
- ],
- [
- 43480,
- 2,
- 12,
- 3,
- 0.15675,
- "_GGTPAFLPSSLSPQSSLPASR_"
- ],
- [
- 31635,
- 2,
- 12,
- 5,
- 0.15675,
- "_DPGVITYDLPTPPGEK_"
- ],
- [
- 40886,
- 2,
- 31,
- 6,
- 0.42743,
- "_DATNVGDEGGFAPNILENK_"
- ],
- [
- 41327,
- 4,
- 13,
- 7,
- 0.171,
- "_THSDSKPYGPMSVGLDFSLPGMEHVYGIPEHADNLR_"
- ],
- [
- 8418,
- 2,
- 9,
- 4,
- 0.11399,
- "_LSDYLFTLAR_"
- ],
- [
- 31250,
- 3,
- 12,
- 2,
- 0.15675,
- "_IKWGDAGAEYVVESTGVFTTM(Oxidation (M))EK_"
- ],
- [
- 13159,
- 3,
- 10,
- 5,
- 0.12824,
- "_TQSGLQSYLLQFHGLVR_"
- ],
- [
- 35879,
- 2,
- 21,
- 4,
- 0.28498,
- "_HSQFLGYPITLYLEK_"
- ],
- [
- 8918,
- 3,
- 20,
- 6,
- 0.2707,
- "_LLYDLADQLHAAVGASR_"
- ],
- [
- 43196,
- 3,
- 10,
- 7,
- 0.12824,
- "_AHFIMDDPAGNSYLQNVYAPEDDPEMK_"
- ],
- [
- 10990,
- 4,
- 13,
- 4,
- 0.171,
- "_TSQLLETLNQLSTHTHVVDITR_"
- ],
- [
- 14621,
- 4,
- 13,
- 5,
- 0.171,
- "_DHEKDQMTCLDTLAAYYVQQAR_"
- ],
- [
- 35138,
- 3,
- 11,
- 6,
- 0.1425,
- "_SIYNLNEDEELTHYGQSLADIEK_"
- ],
- [
- 37437,
- 2,
- 9,
- 3,
- 0.11399,
- "_DLNWIHVQDAEEAWK_"
- ],
- [
- 40983,
- 2,
- 11,
- 4,
- 0.1425,
- "_GTFLVTQAAAQALVSNGCR_"
- ],
- [
- 15830,
- 2,
- 14,
- 5,
- 0.18523,
- "_DIKPENLLLGLK_"
- ],
- [
- 40360,
- 2,
- 18,
- 5,
- 0.24219,
- "_ESTEFLQQNPVTEYMK_"
- ],
- [
- 34183,
- 3,
- 9,
- 2,
- 0.11399,
- "_ALSIVESEQDKAHILTALAITEYK_"
- ],
- [
- 38166,
- 3,
- 19,
- 6,
- 0.25642,
- "_QYNGVPLDGRPMNIQLVTSQIDAQR_"
- ],
- [
- 6448,
- 2,
- 8,
- 2,
- 0.099745,
- "_LELLLQIANK_"
- ],
- [
- 38472,
- 3,
- 15,
- 6,
- 0.19949,
- "_AGPDLPSLPSHALEDEGWAAAAPSPGSAR_"
- ],
- [
- 25217,
- 2,
- 15,
- 4,
- 0.19949,
- "_TGLIDYNQLALTAR_"
- ],
- [
- 43373,
- 2,
- 19,
- 3,
- 0.25642,
- "_EPAPETADGPYLVIVEQPK_"
- ],
- [
- 38642,
- 2,
- 15,
- 5,
- 0.19949,
- "_EPNPPIDEVISTPGVVAR_"
- ],
- [
- 20748,
- 3,
- 24,
- 5,
- 0.32772,
- "_GDVAEGDLIEHFSQFGTVEK_"
- ],
- [
- 39016,
- 2,
- 15,
- 5,
- 0.19949,
- "_VLEGHTDFINGLVFDPK_"
- ],
- [
- 4593,
- 2,
- 19,
- 5,
- 0.25642,
- "_ELLGQGLLLR_"
- ],
- [
- 6153,
- 4,
- 19,
- 5,
- 0.25642,
- "_LNEQYEHASIHLWDLLEGK_"
- ],
- [
- 8580,
- 2,
- 18,
- 4,
- 0.24219,
- "_YLLLLAAGDPR_"
- ],
- [
- 32984,
- 2,
- 18,
- 5,
- 0.24219,
- "_VIGNQSLVNELAFTAR_"
- ],
- [
- 21667,
- 2,
- 18,
- 4,
- 0.24219,
- "_LGFYGLDESDLDK_"
- ],
- [
- 31374,
- 2,
- 16,
- 4,
- 0.21372,
- "_YEQGFITDPVVLSPK_"
- ],
- [
- 12242,
- 2,
- 16,
- 5,
- 0.21372,
- "_QSSFALLGDLTK_"
- ],
- [
- 28192,
- 2,
- 17,
- 2,
- 0.22795,
- "_TLSGLEVSMVTAVPGR_"
- ],
- [
- 38870,
- 2,
- 16,
- 5,
- 0.21372,
- "_GDGQFFAVSVVCPETGAR_"
- ],
- [
- 35382,
- 2,
- 14,
- 6,
- 0.18523,
- "_DTIIKPLLVEPEGLEK_"
- ],
- [
- 39966,
- 3,
- 11,
- 6,
- 0.14246,
- "_FHDTSSPLLISGTSAAELPWAVKPEDK_"
- ],
- [
- 1973,
- 3,
- 12,
- 4,
- 0.15672,
- "_TLFVSGLPLDIKPR_"
- ],
- [
- 51483,
- 3,
- 13,
- 7,
- 0.17097,
- "_QLQQAVTGISNAAQATASDDASQHQGGGGGELAYALNNFDK_"
- ],
- [
- 7829,
- 3,
- 11,
- 6,
- 0.14246,
- "_LFQEDPEAFLLYHR_"
- ],
- [
- 13822,
- 3,
- 16,
- 5,
- 0.21371,
- "_IHCPLLAGSALITFDDPK_"
- ],
- [
- 4153,
- 4,
- 19,
- 5,
- 0.25641,
- "_LSSSIIHEIDSILGNKPYSK_"
- ],
- [
- 51177,
- 2,
- 12,
- 5,
- 0.15672,
- "_GSFDATGSGFSMTFSSSSYSSSGYGR_"
- ],
- [
- 40751,
- 2,
- 12,
- 6,
- 0.15672,
- "_ELQELNELFKPVVAAQK_"
- ],
- [
- 41509,
- 3,
- 12,
- 5,
- 0.15672,
- "_DRVTGQHQGYGFVEFLSEEDADYAIK_"
- ],
- [
- 30483,
- 3,
- 15,
- 6,
- 0.19945,
- "_TSQLLETLNQLSTHTHVVDITR_"
- ],
- [
- 34005,
- 2,
- 13,
- 5,
- 0.17097,
- "_LALTTAEFLAYQCEK_"
- ],
- [
- 49111,
- 2,
- 13,
- 6,
- 0.17097,
- "_FLEQQTLCNNQVNDLTTALK_"
- ],
- [
- 29951,
- 2,
- 17,
- 2,
- 0.22794,
- "_WTTEEQLLAVQAIR_"
- ],
- [
- 30027,
- 2,
- 17,
- 3,
- 0.22794,
- "_VVNEINIEDLCLTK_"
- ],
- [
- 5959,
- 2,
- 12,
- 3,
- 0.15672,
- "_LLLDTLQLSK_"
- ],
- [
- 15886,
- 2,
- 13,
- 5,
- 0.17097,
- "_GLLGCNIIPLQR_"
- ],
- [
- 15135,
- 2,
- 13,
- 5,
- 0.17097,
- "_ACGLNFADLMAR_"
- ],
- [
- 35034,
- 3,
- 13,
- 2,
- 0.17097,
- "_LHVFDANTLTWSQPETLGNPPSPR_"
- ],
- [
- 7720,
- 3,
- 18,
- 5,
- 0.24218,
- "_KVMVLDFVTPTPLGTR_"
- ],
- [
- 17283,
- 2,
- 13,
- 6,
- 0.17097,
- "_WVGPLPVEATLAK_"
- ],
- [
- 21462,
- 2,
- 13,
- 2,
- 0.17097,
- "_TYTFDMVFGASTK_"
- ],
- [
- 36943,
- 3,
- 21,
- 6,
- 0.28492,
- "_ASCLPAMLLDPPPGSHVIDACAAPGNK_"
- ],
- [
- 44104,
- 2,
- 21,
- 6,
- 0.28492,
- "_DETGNNSVQTVFQGTLAATK_"
- ],
- [
- 29834,
- 4,
- 14,
- 7,
- 0.18522,
- "_KQEVPHDGPMCDLLWSDPEDTTGWGVSPR_"
- ],
- [
- 46300,
- 2,
- 19,
- 5,
- 0.25641,
- "_GDVAEGDLIEHFSQFGTVEK_"
- ],
- [
- 42714,
- 2,
- 35,
- 7,
- 0.48438,
- "_YQLNLPPYPDTECVYR_"
- ],
- [
- 2109,
- 3,
- 10,
- 2,
- 0.12822,
- "_RLDLSELLTHIPR_"
- ],
- [
- 47132,
- 2,
- 21,
- 3,
- 0.28492,
- "_FYSQAIELNPSNAIYYGNR_"
- ],
- [
- 48476,
- 2,
- 15,
- 5,
- 0.19945,
- "_EFLESQEDYDPCWSLQEK_"
- ],
- [
- 31959,
- 2,
- 10,
- 5,
- 0.12822,
- "_IAPVHIDTESISALIK_"
- ],
- [
- 20826,
- 2,
- 14,
- 4,
- 0.18522,
- "_LDYLGVSYGLTPR_"
- ],
- [
- 40073,
- 2,
- 15,
- 5,
- 0.19945,
- "_SPAESCDLLGDIQTCIR_"
- ],
- [
- 42331,
- 2,
- 14,
- 5,
- 0.18522,
- "_VFIWTCDDASSNTWSPK_"
- ],
- [
- 17090,
- 3,
- 32,
- 7,
- 0.44165,
- "_MIPCDFLIPVQTQHPIR_"
- ],
- [
- 13049,
- 2,
- 14,
- 5,
- 0.18519,
- "_LAAVALINAAIQK_"
- ],
- [
- 48503,
- 2,
- 14,
- 6,
- 0.18519,
- "_NNQFQALLQYADPVNAHYAK_"
- ],
- [
- 37380,
- 2,
- 13,
- 5,
- 0.17093,
- "_LVCGMVSYLNDLPSQR_"
- ],
- [
- 44811,
- 2,
- 11,
- 6,
- 0.14243,
- "_WIVPGGGMEPEEEPSVAAVR_"
- ],
- [
- 42256,
- 2,
- 14,
- 5,
- 0.18519,
- "_SWDEEEEDEYDYFVR_"
- ],
- [
- 22690,
- 2,
- 16,
- 6,
- 0.21367,
- "_AVAEQIPLLVQGVR_"
- ],
- [
- 46644,
- 2,
- 13,
- 6,
- 0.17093,
- "_IGPILDNSTLQSEVKPILEK_"
- ],
- [
- 25488,
- 3,
- 13,
- 4,
- 0.17093,
- "_EYDLIVHQLATYPDVNNSIK_"
- ],
- [
- 33041,
- 2,
- 18,
- 6,
- 0.24216,
- "_IEFEGQPVDFVDPNK_"
- ],
- [
- 44758,
- 3,
- 11,
- 2,
- 0.14243,
- "_FEFQPHMGDMASQLCAQQPVQSELVQR_"
- ],
- [
- 48893,
- 2,
- 14,
- 3,
- 0.18519,
- "_EYDLIVHQLATYPDVNNSIK_"
- ],
- [
- 7349,
- 2,
- 16,
- 2,
- 0.21367,
- "_EDMLETLVPK_"
- ],
- [
- 48192,
- 2,
- 11,
- 6,
- 0.14243,
- "_GFGFVTYSCVEEVDAAM(Oxidation (M))CAR_"
- ],
- [
- 38702,
- 2,
- 13,
- 5,
- 0.17093,
- "_GYSYDLEVEQAYDLAR_"
- ],
- [
- 47781,
- 2,
- 10,
- 4,
- 0.12818,
- "_(Acetyl (Protein N-term))SLYDDLGVETSDSKTEGWSK_"
- ],
- [
- 26565,
- 3,
- 11,
- 3,
- 0.14243,
- "_LQTTLTCNSMVLFDHMGCLK_"
- ],
- [
- 15870,
- 2,
- 15,
- 6,
- 0.19944,
- "_LLTFMGMAVENK_"
- ],
- [
- 8321,
- 3,
- 15,
- 5,
- 0.19944,
- "_DTIIKPLLVEPEGLEK_"
- ],
- [
- 6735,
- 3,
- 15,
- 4,
- 0.19944,
- "_LFLFHTSLPIAEAPGK_"
- ],
- [
- 26615,
- 2,
- 17,
- 6,
- 0.22792,
- "_SIIGMGTGAGAYILTR_"
- ],
- [
- 25977,
- 3,
- 13,
- 5,
- 0.17093,
- "_ISQMPVILTPLHFDRDPLQK_"
- ],
- [
- 38626,
- 2,
- 13,
- 2,
- 0.17093,
- "_DQVYPQYVIEYTEDK_"
- ],
- [
- 12404,
- 2,
- 8,
- 4,
- 0.099697,
- "_SGTFDLLEMDR_"
- ],
- [
- 23269,
- 2,
- 12,
- 5,
- 0.15668,
- "_VGLELIASENFASR_"
- ],
- [
- 39409,
- 3,
- 15,
- 7,
- 0.19944,
- "_GGGPLILLDLNDENSNQSFHSEGSLQK_"
- ],
- [
- 33641,
- 3,
- 11,
- 5,
- 0.14243,
- "_VTLFSDSKPLGSEDIDNQGLMMPK_"
- ],
- [
- 34253,
- 3,
- 12,
- 3,
- 0.15668,
- "_QAHPPTGLEFSMYCNFFNNSER_"
- ],
- [
- 22509,
- 2,
- 11,
- 4,
- 0.14243,
- "_DLFEQALDGCPPK_"
- ],
- [
- 12600,
- 4,
- 12,
- 5,
- 0.15668,
- "_FHEAFIPSPDGDRDIFIDGVVAR_"
- ],
- [
- 47042,
- 3,
- 13,
- 6,
- 0.17093,
- "_GDEQQVESMTPKPVLQEENNQESFIAFAR_"
- ],
- [
- 7602,
- 3,
- 9,
- 2,
- 0.11393,
- "_DVVEPLLRPQWYVR_"
- ],
- [
- 38143,
- 3,
- 10,
- 5,
- 0.12818,
- "_TVQVPVYSEQEYQLYLHDDAWTK_"
- ],
- [
- 22413,
- 4,
- 14,
- 6,
- 0.18516,
- "_DRVTGQHQGYGFVEFLSEEDADYAIK_"
- ],
- [
- 7158,
- 2,
- 10,
- 3,
- 0.12818,
- "_DIFQEIYDK_"
- ],
- [
- 11657,
- 3,
- 14,
- 3,
- 0.18516,
- "_VLEGHTDFINGLVFDPK_"
- ],
- [
- 20357,
- 3,
- 10,
- 5,
- 0.12818,
- "_AVLALGGSLAGSAAEASHLVTDR_"
- ],
- [
- 38648,
- 2,
- 11,
- 6,
- 0.14241,
- "_(Acetyl (Protein N-term))AGYKPVAIQTYPILGEK_"
- ],
- [
- 30130,
- 2,
- 10,
- 4,
- 0.12818,
- "_LLNCSDFAFTDMTK_"
- ],
- [
- 40032,
- 3,
- 12,
- 4,
- 0.15666,
- "_MGLYPGLEGFRPVEQCNLDYCPER_"
- ],
- [
- 4543,
- 2,
- 12,
- 3,
- 0.15666,
- "_DLGYPFALSK_"
- ],
- [
- 51107,
- 3,
- 12,
- 7,
- 0.15666,
- "_EAAAAEPPRENGLDEAGPGDETTGQEVIVIQDTGFSVK_"
- ],
- [
- 47278,
- 2,
- 13,
- 5,
- 0.17091,
- "_AQLQQVEAALSGNGENEDLLK_"
- ],
- [
- 6490,
- 2,
- 13,
- 2,
- 0.17091,
- "_NVEELVIVLK_"
- ],
- [
- 11316,
- 2,
- 8,
- 4,
- 0.099703,
- "_YLFLGDYVDR_"
- ],
- [
- 8779,
- 3,
- 11,
- 4,
- 0.14241,
- "_GFFNIYHPLDPVAYR_"
- ],
- [
- 8618,
- 2,
- 9,
- 2,
- 0.11393,
- "_DVPTGGIFQLR_"
- ],
- [
- 51715,
- 3,
- 9,
- 9,
- 0.11393,
- "_GGGGYGGSGDGYNGFGNDGSNFGGGGSYNDFGNYNNQSSNFGPMK_"
- ],
- [
- 35,
- 2,
- 11,
- 3,
- 0.14241,
- "_LWPLFVK_"
- ],
- [
- 46192,
- 2,
- 13,
- 4,
- 0.17091,
- "_IIANALSSEPACLAEIEEDK_"
- ],
- [
- 50501,
- 2,
- 11,
- 5,
- 0.14241,
- "_YGVYEDENYEVGSDDEEIPFK_"
- ],
- [
- 37902,
- 2,
- 11,
- 3,
- 0.14241,
- "_KLTFLYLANDVIQNSK_"
- ],
- [
- 16104,
- 2,
- 11,
- 5,
- 0.14241,
- "_QYPISLVLAPTR_"
- ],
- [
- 16864,
- 2,
- 13,
- 4,
- 0.17091,
- "_DNLAEELEGVAGR_"
- ],
- [
- 10851,
- 2,
- 14,
- 5,
- 0.18516,
- "_ATNDEIFSILK_"
- ],
- [
- 51603,
- 3,
- 10,
- 4,
- 0.12818,
- "_ILSLFNSGTVTANSSSASPSVAAGNTPNQNFSTAANSQPQQR_"
- ],
- [
- 3474,
- 3,
- 18,
- 4,
- 0.24215,
- "_QPIDIFLSHDWPR_"
- ],
- [
- 43556,
- 2,
- 15,
- 6,
- 0.19942,
- "_VTPAVVAYSENEEIVGLAAK_"
- ],
- [
- 25167,
- 3,
- 14,
- 4,
- 0.18516,
- "_TQHLSNDHICYFLYQILR_"
- ],
- [
- 37487,
- 3,
- 19,
- 7,
- 0.25639,
- "_TSQLIPEMQEAFFQCQVCAHTTR_"
- ],
- [
- 29113,
- 2,
- 16,
- 5,
- 0.21367,
- "_MIVVLGEIGGTEEYK_"
- ],
- [
- 13444,
- 3,
- 16,
- 6,
- 0.21367,
- "_ELQELNELFKPVVAAQK_"
- ],
- [
- 28290,
- 2,
- 18,
- 5,
- 0.24215,
- "_MQSLDKDIVALMVR_"
- ],
- [
- 19719,
- 4,
- 19,
- 6,
- 0.25639,
- "_VAQNLVGPDNVHVALSLVEYKPELQK_"
- ],
- [
- 41919,
- 2,
- 18,
- 5,
- 0.24215,
- "_IEEPPIPPLEQPVAPEDK_"
- ],
- [
- 46545,
- 2,
- 14,
- 4,
- 0.18516,
- "_EMSADVVCMSLANVPPGEQR_"
- ],
- [
- 43765,
- 3,
- 30,
- 8,
- 0.41312,
- "_FWEVISDEHGIDPTGTYHGDSDLQLDR_"
- ],
- [
- 32764,
- 3,
- 21,
- 8,
- 0.28485,
- "_YPALTKPENQDIDWTLLEGETR_"
- ],
- [
- 37789,
- 2,
- 18,
- 5,
- 0.24215,
- "_EEELKDIQNMNFLLK_"
- ],
- [
- 34877,
- 3,
- 17,
- 8,
- 0.2279,
- "_LFEFMHETHDGVQDMACDTFIK_"
- ],
- [
- 17356,
- 3,
- 13,
- 4,
- 0.17088,
- "_LQNELDNVSTLLEEAEKK_"
- ],
- [
- 15755,
- 2,
- 18,
- 4,
- 0.24212,
- "_LCWFLDEAAAR_"
- ],
- [
- 28622,
- 2,
- 16,
- 3,
- 0.21364,
- "_FAFVEFADQNSVPR_"
- ],
- [
- 11293,
- 2,
- 12,
- 6,
- 0.15663,
- "_LQLIPGVCGFR_"
- ],
- [
- 31317,
- 3,
- 14,
- 5,
- 0.18513,
- "_LHEWTKPENLDFIEVNVSLPR_"
- ],
- [
- 29673,
- 3,
- 16,
- 6,
- 0.21364,
- "_WSWEDWSDCLSQDPESPKPK_"
- ],
- [
- 32451,
- 2,
- 12,
- 4,
- 0.15663,
- "_SLAELTACSIELFHK_"
- ],
- [
- 15140,
- 2,
- 13,
- 4,
- 0.17088,
- "_LFEAEAQDLFR_"
- ],
- [
- 14412,
- 4,
- 19,
- 6,
- 0.25637,
- "_KVEAAHCAACDLFIPMQFGIIQK_"
- ],
- [
- 24001,
- 3,
- 17,
- 3,
- 0.22789,
- "_YTLPLYHAMMGGSEVAQTLAK_"
- ],
- [
- 47852,
- 2,
- 13,
- 6,
- 0.17088,
- "_VLNGPEGDGVPEAVVTLNNQIK_"
- ],
- [
- 31596,
- 3,
- 20,
- 6,
- 0.27061,
- "_THTQDAVPLTLGQEFSGYVQQVK_"
- ],
- [
- 28547,
- 2,
- 12,
- 4,
- 0.15663,
- "_LHLPIGDSASNLLFK_"
- ],
- [
- 14215,
- 3,
- 13,
- 4,
- 0.17088,
- "_EQIPAGTLLLAVEDPEKR_"
- ],
- [
- 49047,
- 2,
- 13,
- 5,
- 0.17088,
- "_TTENCENLQPQIDAITNDLR_"
- ],
- [
- 41324,
- 3,
- 17,
- 6,
- 0.22789,
- "_HMFTNHIVFQFDCTNTLNDQLLEK_"
- ],
- [
- 45340,
- 2,
- 13,
- 5,
- 0.17088,
- "_DDIAQVDYVEPSQNTISLK_"
- ],
- [
- 36333,
- 3,
- 17,
- 7,
- 0.22789,
- "_HAHLTDTEIMTLVDETNMYEGVGR_"
- ],
- [
- 46625,
- 2,
- 19,
- 6,
- 0.25637,
- "_VNNSTMLGASGDYADFQYLK_"
- ],
- [
- 11709,
- 4,
- 17,
- 5,
- 0.22789,
- "_LHEWTKPENLDFIEVNVSLPR_"
- ],
- [
- 42063,
- 2,
- 13,
- 5,
- 0.17088,
- "_KDPELWGSVLLESNPYR_"
- ],
- [
- 32834,
- 2,
- 16,
- 5,
- 0.21364,
- "_SVIEQGGIQTVDQLIK_"
- ],
- [
- 28479,
- 4,
- 15,
- 9,
- 0.19938,
- "_TAVIDHHNYDISDLGQHTLIVADTENLLK_"
- ],
- [
- 41100,
- 2,
- 15,
- 5,
- 0.19938,
- "_SFHIFYQLIEGASAEQK_"
- ],
- [
- 7799,
- 2,
- 25,
- 5,
- 0.34187,
- "_IINDLLQSLR_"
- ],
- [
- 50687,
- 2,
- 2,
- 2,
- 0.014223,
- "_IMQSSSEVGYDAM(Oxidation (M))AGDFVNMVEK_"
- ],
- [
- 26584,
- 3,
- 9,
- 5,
- 0.11393,
- "_TSGNVEDDLIIFPDDCEFKR_"
- ],
- [
- 38305,
- 2,
- 10,
- 4,
- 0.12815,
- "_FLLGYLSWEGTAEEHK_"
- ],
- [
- 9959,
- 3,
- 10,
- 4,
- 0.12815,
- "_KLLVLDVDYTLFDHR_"
- ],
- [
- 17980,
- 2,
- 22,
- 4,
- 0.29908,
- "_FGVSSVAEAMALGR_"
- ],
- [
- 11936,
- 3,
- 10,
- 3,
- 0.12815,
- "_DAQIGWIQTVEDLHER_"
- ],
- [
- 25611,
- 3,
- 14,
- 5,
- 0.18513,
- "_TFVPAMTAIHGPPITAPVVCTR_"
- ],
- [
- 28108,
- 2,
- 8,
- 4,
- 0.099663,
- "_YVLVAGITPTPLGEGK_"
- ],
- [
- 27703,
- 2,
- 10,
- 4,
- 0.12815,
- "_LYSFYDLESNINK_"
- ],
- [
- 14153,
- 4,
- 16,
- 5,
- 0.21364,
- "_TPHLVNLNEDPLMSECLLYHIK_"
- ],
- [
- 45105,
- 2,
- 21,
- 4,
- 0.28484,
- "_ISGATFSVGSGSVYAYGVMDR_"
- ],
- [
- 48916,
- 2,
- 7,
- 3,
- 0.085415,
- "_MYGISLCQAILDETKGDYEK_"
- ],
- [
- 22386,
- 2,
- 11,
- 5,
- 0.1424,
- "_LTSAVSSLPELLEK_"
- ],
- [
- 26351,
- 3,
- 31,
- 7,
- 0.42735,
- "_TLAYLLPAIVHINHQPYLER_"
- ],
- [
- 46688,
- 3,
- 9,
- 5,
- 0.1139,
- "_LVVWEAAQNGADEGTELASNTHNIAQDLSNK_"
- ],
- [
- 17696,
- 3,
- 20,
- 6,
- 0.27061,
- "_HVINFDLPSDIEEYVHR_"
- ],
- [
- 16799,
- 2,
- 7,
- 4,
- 0.085409,
- "_WIYTDELEFR_"
- ],
- [
- 19742,
- 2,
- 20,
- 5,
- 0.27061,
- "_NGYGFVEFDDLR_"
- ],
- [
- 47591,
- 2,
- 14,
- 4,
- 0.18512,
- "_NNQFQALLQYGDPVNAQQAK_"
- ],
- [
- 34044,
- 2,
- 10,
- 2,
- 0.12816,
- "_LWVPDEEVSPETMVK_"
- ],
- [
- 30816,
- 2,
- 7,
- 3,
- 0.085409,
- "_DYLSSSFLCSDDDR_"
- ],
- [
- 46360,
- 2,
- 19,
- 6,
- 0.25636,
- "_MPPYDEQTQAFIDAAQEAR_"
- ],
- [
- 12543,
- 2,
- 8,
- 2,
- 0.099653,
- "_VEILPSYIPVR_"
- ],
- [
- 20173,
- 3,
- 12,
- 6,
- 0.15664,
- "_MCNFHHQGFVDAITELLK_"
- ],
- [
- 27605,
- 3,
- 11,
- 3,
- 0.14239,
- "_GKHDELADSLPCAEGEFIFLR_"
- ],
- [
- 25931,
- 3,
- 13,
- 4,
- 0.17087,
- "_KLGVENCYFPMFVSQSALEK_"
- ],
- [
- 42817,
- 2,
- 12,
- 5,
- 0.15664,
- "_AEGEWEDQEALDYFSDK_"
- ],
- [
- 48131,
- 2,
- 22,
- 4,
- 0.29908,
- "_YTLPLYHAMMGGSEVAQTLAK_"
- ],
- [
- 17030,
- 2,
- 12,
- 4,
- 0.15664,
- "_QNIGVATFIGLDK_"
- ],
- [
- 48945,
- 2,
- 13,
- 5,
- 0.17087,
- "_LAEPQSQGNSQVLLDAPIQLSK_"
- ],
- [
- 33850,
- 2,
- 11,
- 4,
- 0.14239,
- "_LNTAEIPCPEPIMLR_"
- ],
- [
- 8601,
- 4,
- 13,
- 4,
- 0.17087,
- "_GKHDELADSLPCAEGEFIFLR_"
- ],
- [
- 24748,
- 2,
- 11,
- 4,
- 0.14239,
- "_LGEILANLSNPQLR_"
- ],
- [
- 7450,
- 2,
- 13,
- 4,
- 0.17087,
- "_DAFVAIVQSVK_"
- ],
- [
- 15180,
- 4,
- 13,
- 4,
- 0.17087,
- "_VLYIDIDIHHGDGVEEAFYTTDR_"
- ],
- [
- 42563,
- 3,
- 11,
- 5,
- 0.14239,
- "_GDINIEGPSMNIEGPDLNVEGPEGGLKGPK_"
- ],
- [
- 46088,
- 3,
- 11,
- 6,
- 0.14239,
- "_VSVQLEASPAFLAVPEKEQETYCICGNGR_"
- ],
- [
- 7138,
- 2,
- 21,
- 6,
- 0.28485,
- "_ILLAELEQLK_"
- ],
- [
- 20425,
- 2,
- 20,
- 6,
- 0.27061,
- "_SVDVILDDDLVDK_"
- ],
- [
- 21260,
- 3,
- 21,
- 7,
- 0.28485,
- "_IGPILDNSTLQSEVKPILEK_"
- ],
- [
- 23665,
- 2,
- 19,
- 4,
- 0.25636,
- "_CSEGSFLLTTFPR_"
- ],
- [
- 46444,
- 2,
- 11,
- 5,
- 0.14239,
- "_MLAQSALSPYLSSPVSSYQR_"
- ],
- [
- 12910,
- 2,
- 15,
- 4,
- 0.19937,
- "_YYSFFDLNPK_"
- ],
- [
- 11856,
- 2,
- 15,
- 5,
- 0.19937,
- "_QVVNIPSFIVR_"
- ],
- [
- 31300,
- 2,
- 15,
- 5,
- 0.19937,
- "_GFGTDEQAIVDVVANR_"
- ],
- [
- 25549,
- 2,
- 18,
- 4,
- 0.24213,
- "_VVIGM(Oxidation (M))DVAASEFFR_"
- ],
- [
- 12240,
- 3,
- 15,
- 5,
- 0.19937,
- "_FLTAFLVQISAHSDQNK_"
- ],
- [
- 32953,
- 3,
- 16,
- 7,
- 0.21362,
- "_PTTQQSPQDEQEKLLDEAIQAVK_"
- ],
- [
- 22920,
- 3,
- 14,
- 6,
- 0.18512,
- "_DPFHASCLPVHIGTLVELNK_"
- ],
- [
- 39932,
- 2,
- 14,
- 5,
- 0.18512,
- "_(Acetyl (Protein N-term))SNITIDPDVKPGEYVIK_"
- ],
- [
- 14990,
- 3,
- 14,
- 7,
- 0.18512,
- "_KDPELWGSVLLESNPYR_"
- ],
- [
- 31356,
- 2,
- 14,
- 7,
- 0.18512,
- "_AMDSDWFAENYMGR_"
- ],
- [
- 37137,
- 2,
- 16,
- 2,
- 0.21362,
- "_TVYFSEQWVSSLNER_"
- ],
- [
- 21249,
- 3,
- 15,
- 4,
- 0.19937,
- "_HMPDPWAEFHLEDIATER_"
- ],
- [
- 19125,
- 3,
- 15,
- 7,
- 0.19937,
- "_DVAFTVGEGEDHDIPIGIDK_"
- ],
- [
- 9620,
- 4,
- 14,
- 7,
- 0.18512,
- "_VRPVALIPSSIPHEVPQILINR_"
- ],
- [
- 34716,
- 2,
- 15,
- 5,
- 0.19937,
- "_ASSTSPVEISEWLDQK_"
- ],
- [
- 9170,
- 2,
- 13,
- 2,
- 0.17088,
- "_LLLLDYPPDR_"
- ],
- [
- 19055,
- 2,
- 7,
- 3,
- 0.085365,
- "_VLLEELTDPTMR_"
- ],
- [
- 37589,
- 2,
- 20,
- 6,
- 0.2706,
- "_TGYAFVDCPDESWALK_"
- ],
- [
- 29689,
- 2,
- 17,
- 7,
- 0.22786,
- "_AELNPWPEYIYTR_"
- ],
- [
- 2985,
- 3,
- 18,
- 7,
- 0.24212,
- "_FAGLHFFNPVPVMK_"
- ],
- [
- 29544,
- 2,
- 17,
- 6,
- 0.22786,
- "_FGYVDFESAEDLEK_"
- ],
- [
- 17097,
- 4,
- 13,
- 6,
- 0.17088,
- "_GSDPSTHQRPPSEMADFLSDAIPGLK_"
- ],
- [
- 34207,
- 4,
- 18,
- 6,
- 0.24212,
- "_TLLPHDPTADVFVTPAEEKPIEIQWVKPEPK_"
- ],
- [
- 13820,
- 3,
- 16,
- 4,
- 0.21361,
- "_SFHIFYQLIEGASAEQK_"
- ],
- [
- 38304,
- 2,
- 14,
- 4,
- 0.18511,
- "_TGLTPLMEAASGGYAEVGR_"
- ],
- [
- 43325,
- 2,
- 13,
- 4,
- 0.17088,
- "_ELCEVDEDGDSWLQVTR_"
- ],
- [
- 15899,
- 3,
- 12,
- 6,
- 0.15663,
- "_CEYPAACNALETLLIHR_"
- ],
- [
- 14363,
- 3,
- 9,
- 3,
- 0.11389,
- "_EREFLFNAIETMPCVK_"
- ],
- [
- 13486,
- 3,
- 13,
- 6,
- 0.17088,
- "_QADFVQTPITGIFGGHIR_"
- ],
- [
- 35469,
- 3,
- 15,
- 5,
- 0.19936,
- "_KVLILGSGGLSIGQAGEFDYSGSQAIK_"
- ],
- [
- 1584,
- 2,
- 11,
- 3,
- 0.1424,
- "_IIAATFLFK_"
- ],
- [
- 6859,
- 2,
- 10,
- 4,
- 0.12814,
- "_LGISFQPVFR_"
- ],
- [
- 39588,
- 2,
- 17,
- 5,
- 0.22786,
- "_FLTAFLVQISAHSDQNK_"
- ],
- [
- 35534,
- 2,
- 13,
- 5,
- 0.17088,
- "_IIASSPEMNLPTVSALR_"
- ],
- [
- 32464,
- 3,
- 12,
- 8,
- 0.15663,
- "_KFVHLLDQSDQDFQEELDLMK_"
- ],
- [
- 14430,
- 2,
- 15,
- 5,
- 0.19936,
- "_NALFCLDSAWK_"
- ],
- [
- 40555,
- 3,
- 10,
- 4,
- 0.12814,
- "_SISQYLHAGPPVYFVLEEGHDYTSSK_"
- ],
- [
- 48422,
- 2,
- 10,
- 5,
- 0.12814,
- "_TVSFHLYISTAPCGDGALFDK_"
- ],
- [
- 33846,
- 3,
- 14,
- 6,
- 0.18511,
- "_TTNEVVLAVEFHPTDANTIITCGK_"
- ],
- [
- 35371,
- 2,
- 14,
- 4,
- 0.18511,
- "_SCVLGIYPQCVLCPK_"
- ],
- [
- 29299,
- 2,
- 12,
- 3,
- 0.15663,
- "_CVVLADGFYEWQR_"
- ],
- [
- 23600,
- 3,
- 12,
- 3,
- 0.15663,
- "_HGNIHLSAPCIYSEVMEALK_"
- ],
- [
- 19972,
- 2,
- 14,
- 3,
- 0.18511,
- "_ESGAINTSLFVLGK_"
- ],
- [
- 50079,
- 3,
- 9,
- 8,
- 0.11389,
- "_LGVHPLSCHGWVLGEHGDSSVPVWSGMNVAGVSLK_"
- ],
- [
- 40486,
- 2,
- 12,
- 6,
- 0.15663,
- "_MLYDMENPPADEYFGR_"
- ],
- [
- 37226,
- 2,
- 12,
- 5,
- 0.15663,
- "_VGSLNCIVAVSQNMGIGK_"
- ],
- [
- 19855,
- 2,
- 13,
- 2,
- 0.17085,
- "_NVYPEEMIVALR_"
- ],
- [
- 30284,
- 3,
- 14,
- 4,
- 0.1851,
- "_EREEETPAYQGPGIPELLSPMR_"
- ],
- [
- 23473,
- 2,
- 14,
- 5,
- 0.1851,
- "_GPGVDLPSVNLSMPK_"
- ],
- [
- 4738,
- 2,
- 17,
- 5,
- 0.22783,
- "_MLFDYLADK_"
- ],
- [
- 35764,
- 3,
- 21,
- 5,
- 0.28482,
- "_(Acetyl (Protein N-term))MEFDLGAALEPTSQKPGVGAGHGGDPK_"
- ],
- [
- 9527,
- 2,
- 13,
- 3,
- 0.17085,
- "_NLICAFLTDR_"
- ],
- [
- 50033,
- 2,
- 12,
- 7,
- 0.15663,
- "_TCMIATISPGMASCENTLNTLR_"
- ],
- [
- 43392,
- 2,
- 12,
- 3,
- 0.15663,
- "_ANSFVGTAQYVSPELLTEK_"
- ],
- [
- 51357,
- 2,
- 11,
- 6,
- 0.14236,
- "_LLEYMPLPPEEAENGENAGNEEPK_"
- ],
- [
- 33630,
- 2,
- 11,
- 4,
- 0.14236,
- "_VDPVVIMQVIHPDGTK_"
- ],
- [
- 50247,
- 3,
- 11,
- 6,
- 0.14236,
- "_GHGDTAASTAAPLSEEGEVTSGLQALAVEDTGGPSASAGK_"
- ],
- [
- 46984,
- 2,
- 11,
- 5,
- 0.14236,
- "_VGECEASAMLPLECQYLNK_"
- ],
- [
- 39246,
- 3,
- 11,
- 6,
- 0.14236,
- "_NTHPFLYLSLEISPQNVDVNVHPTK_"
- ],
- [
- 23420,
- 4,
- 10,
- 5,
- 0.12812,
- "_GEKPNGEINSILLDYYLWDYAHDHR_"
- ],
- [
- 31654,
- 2,
- 10,
- 5,
- 0.12812,
- "_ELTIEFSKPLLPVGR_"
- ],
- [
- 25251,
- 3,
- 9,
- 4,
- 0.11387,
- "_GHSEVVAILQSPGDWMCPVNK_"
- ],
- [
- 7300,
- 3,
- 9,
- 3,
- 0.11387,
- "_LMDYSLLVGIHDVER_"
- ],
- [
- 17094,
- 3,
- 8,
- 5,
- 0.09959,
- "_EPTAVLKDEAMVLHLTLGK_"
- ],
- [
- 12004,
- 2,
- 8,
- 2,
- 0.09959,
- "_EELTWLQSLR_"
- ],
- [
- 38188,
- 2,
- 13,
- 5,
- 0.17085,
- "_M(Oxidation (M))EGNAEESTLFCFAVR_"
- ],
- [
- 28586,
- 2,
- 5,
- 2,
- 0.056925,
- "_VLMTCVGIGFSNLSK_"
- ],
- [
- 28823,
- 3,
- 12,
- 5,
- 0.15663,
- "_ISPVDVNSRPSSCLTNFLLNGR_"
- ],
- [
- 31054,
- 2,
- 24,
- 7,
- 0.32755,
- "_AAVEEGIVLGGGCALLR_"
- ],
- [
- 45175,
- 2,
- 16,
- 5,
- 0.21358,
- "_DVAFTVGEGEDHDIPIGIDK_"
- ],
- [
- 16179,
- 3,
- 16,
- 5,
- 0.21358,
- "_FLSQPFQVAEVFTGHM(Oxidation (M))GK_"
- ],
- [
- 18160,
- 2,
- 15,
- 4,
- 0.19934,
- "_TYEQMEFPLLK_"
- ],
- [
- 49250,
- 2,
- 15,
- 7,
- 0.19934,
- "_ERDVYEELLTQAEIQGNINK_"
- ],
- [
- 46785,
- 3,
- 20,
- 7,
- 0.27059,
- "_RQDEDYDEQVEESLQDEDDNDVYILTK_"
- ],
- [
- 44929,
- 2,
- 20,
- 7,
- 0.27059,
- "_NCTVYCGGIASGLTDQLMR_"
- ],
- [
- 37026,
- 2,
- 16,
- 3,
- 0.21358,
- "_TAWNPLGEAAPPGELYR_"
- ],
- [
- 29433,
- 2,
- 14,
- 2,
- 0.1851,
- "_FISVGYVDDTQFVR_"
- ],
- [
- 17134,
- 3,
- 15,
- 6,
- 0.19934,
- "_LTSADALRPSVVSITGPLIR_"
- ],
- [
- 18528,
- 2,
- 13,
- 4,
- 0.17086,
- "_FFDEESYSLLR_"
- ],
- [
- 15383,
- 3,
- 18,
- 5,
- 0.24207,
- "_LDEIYVAGLVAHSDLDER_"
- ],
- [
- 26946,
- 4,
- 19,
- 9,
- 0.25632,
- "_YASICQQNGIVPIVEPEILPDGDHDLKR_"
- ],
- [
- 12150,
- 3,
- 13,
- 3,
- 0.17086,
- "_CDRVDQLTAQLADLAAR_"
- ],
- [
- 46447,
- 2,
- 12,
- 5,
- 0.1566,
- "_ISDSVLVDIKDTEPLIQTAK_"
- ],
- [
- 41090,
- 2,
- 7,
- 5,
- 0.08539,
- "_NDQANYSLNTDDPLIFK_"
- ],
- [
- 12954,
- 3,
- 16,
- 6,
- 0.21357,
- "_VISTMSVGIDHLALDEIK_"
- ],
- [
- 13564,
- 2,
- 12,
- 3,
- 0.1566,
- "_VTLILELLQHK_"
- ],
- [
- 41008,
- 2,
- 18,
- 3,
- 0.24207,
- "_QETEVELYNEFPEPIK_"
- ],
- [
- 3153,
- 2,
- 12,
- 4,
- 0.1566,
- "_LVLDPYLLK_"
- ],
- [
- 11434,
- 2,
- 6,
- 2,
- 0.071161,
- "_YAIPCLIGISR_"
- ],
- [
- 28692,
- 3,
- 12,
- 4,
- 0.1566,
- "_ITDLANLSAANHDAAIFPGGFGAAK_"
- ],
- [
- 40891,
- 2,
- 11,
- 4,
- 0.14235,
- "_SVTTVQWENSFVSVYSK_"
- ],
- [
- 7265,
- 2,
- 17,
- 4,
- 0.22782,
- "_GLALALFGGEPK_"
- ],
- [
- 43530,
- 2,
- 17,
- 2,
- 0.22782,
- "_LLSMNLENPSCNSVLDPR_"
- ],
- [
- 18169,
- 2,
- 17,
- 4,
- 0.22782,
- "_LGFGTGVNVYLMK_"
- ],
- [
- 26450,
- 2,
- 19,
- 2,
- 0.25632,
- "_ELNFSVDEINQIR_"
- ],
- [
- 43226,
- 2,
- 10,
- 6,
- 0.12811,
- "_DLTKPVVTISDEPDILYK_"
- ],
- [
- 12109,
- 2,
- 17,
- 4,
- 0.22782,
- "_LDPSIFESLQK_"
- ],
- [
- 5939,
- 3,
- 10,
- 3,
- 0.12811,
- "_SSGPTSLFAVTVAPPGAR_"
- ],
- [
- 27741,
- 3,
- 10,
- 5,
- 0.12811,
- "_FQSLCHLDLQLPSLRPEDLK_"
- ],
- [
- 42097,
- 2,
- 9,
- 4,
- 0.11383,
- "_NVFIAQNVASLQELGGSEK_"
- ],
- [
- 7981,
- 2,
- 17,
- 5,
- 0.22782,
- "_DLQMVNISLR_"
- ],
- [
- 40761,
- 4,
- 11,
- 6,
- 0.14235,
- "_MEVNETQYNEMFGMVLAPAEGTHPGIAPQSRPPEGK_"
- ],
- [
- 39297,
- 2,
- 14,
- 3,
- 0.18509,
- "_DAQIGWIQTVEDLHER_"
- ],
- [
- 44780,
- 2,
- 9,
- 4,
- 0.11383,
- "_CQGSGDDNLTSLGTLNFPGR_"
- ],
- [
- 34504,
- 2,
- 14,
- 5,
- 0.18509,
- "_ELFPVLCQPDNPSVR_"
- ],
- [
- 32358,
- 3,
- 18,
- 6,
- 0.24207,
- "_LVHSLFESIMSTQESSNPNNVLK_"
- ],
- [
- 44986,
- 3,
- 20,
- 8,
- 0.27058,
- "_YASICQQNGIVPIVEPEILPDGDHDLKR_"
- ],
- [
- 6053,
- 2,
- 14,
- 4,
- 0.18509,
- "_VMPLIIQGFK_"
- ],
- [
- 33027,
- 3,
- 15,
- 9,
- 0.19934,
- "_QGGDVLQNEEGETTSHLMGMFYR_"
- ],
- [
- 44301,
- 2,
- 15,
- 6,
- 0.19934,
- "_GVCDQSFGIHVAELANFPK_"
- ],
- [
- 21875,
- 2,
- 15,
- 4,
- 0.19934,
- "_QLNYVQLEIDIK_"
- ],
- [
- 45513,
- 3,
- 19,
- 6,
- 0.2563,
- "_SQLQALHIGLDSSSIGSGPGDAEADDGFPESR_"
- ],
- [
- 17837,
- 2,
- 16,
- 4,
- 0.21357,
- "_QFCLELNGLAVK_"
- ],
- [
- 24537,
- 3,
- 10,
- 4,
- 0.12806,
- "_TVSFHLYISTAPCGDGALFDK_"
- ],
- [
- 19374,
- 2,
- 11,
- 2,
- 0.14234,
- "_IITQVFEMDISK_"
- ],
- [
- 6988,
- 3,
- 8,
- 3,
- 0.099619,
- "_QNDFMQSILHTMER_"
- ],
- [
- 23247,
- 2,
- 20,
- 6,
- 0.27055,
- "_DAGHPLYPFNDPY_"
- ],
- [
- 25122,
- 2,
- 24,
- 4,
- 0.32754,
- "_EVTWEVLEGEVEK_"
- ],
- [
- 37305,
- 3,
- 14,
- 7,
- 0.18509,
- "_LFNNSSSHLEDYSGLSVSWSQFNR_"
- ],
- [
- 42700,
- 3,
- 12,
- 5,
- 0.15658,
- "_IIENAENEYQTAISENYQTMSDTTFK_"
- ],
- [
- 17037,
- 4,
- 12,
- 6,
- 0.15658,
- "_LAAFADALEFADEEKESPVEFTGHK_"
- ],
- [
- 22538,
- 3,
- 17,
- 6,
- 0.2278,
- "_LKEGDTIIVPGVEGPIVTQIR_"
- ],
- [
- 49482,
- 2,
- 9,
- 3,
- 0.11383,
- "_YGYIHLYDLETGTCIYMNR_"
- ],
- [
- 26383,
- 3,
- 21,
- 6,
- 0.28481,
- "_ERDVYEELLTQAEIQGNINK_"
- ],
- [
- 44550,
- 2,
- 17,
- 6,
- 0.2278,
- "_SEIQFLISDNQGFSCPEK_"
- ],
- [
- 25483,
- 2,
- 20,
- 4,
- 0.27055,
- "_VPPAVIIPPAAPLSGR_"
- ],
- [
- 43077,
- 2,
- 11,
- 4,
- 0.14234,
- "_NSAEAIIHGLSSLTACQLR_"
- ],
- [
- 39653,
- 3,
- 11,
- 5,
- 0.14234,
- "_VSCGDEFTIAATDDNHIFAWGNGGNGR_"
- ],
- [
- 40039,
- 2,
- 16,
- 8,
- 0.21357,
- "_GVESQGMLLCASIEGINR_"
- ],
- [
- 5390,
- 2,
- 18,
- 3,
- 0.24205,
- "_IELFADVVPK_"
- ],
- [
- 24116,
- 4,
- 15,
- 3,
- 0.19932,
- "_LDSLHPDLIYNVSWNHNGSLFCSACK_"
- ],
- [
- 51298,
- 3,
- 10,
- 4,
- 0.12806,
- "_TGSLKPNPASPLPASPYGGPTPASYTTASTPAGPAFPVQVK_"
- ],
- [
- 23919,
- 2,
- 14,
- 5,
- 0.18509,
- "_GEAGVPAEFSIWTR_"
- ],
- [
- 628,
- 3,
- 10,
- 4,
- 0.12806,
- "_KAIIIFVPVPQLK_"
- ],
- [
- 34308,
- 3,
- 10,
- 6,
- 0.12806,
- "_SAPSPASEIHPLTFFNTCLDTSQK_"
- ],
- [
- 49561,
- 2,
- 10,
- 5,
- 0.12806,
- "_CHDYYTTEFLYNLYSSEGK_"
- ],
- [
- 12181,
- 2,
- 14,
- 5,
- 0.18509,
- "_ISMPDVDFNLK_"
- ],
- [
- 10625,
- 4,
- 10,
- 3,
- 0.12806,
- "_ILSEALETLATEHHELEQSLVK_"
- ],
- [
- 5591,
- 2,
- 20,
- 3,
- 0.27055,
- "_NGFLLDGFPR_"
- ],
- [
- 38888,
- 2,
- 10,
- 2,
- 0.12806,
- "_DLVASLKPGTQVIVLSTR_"
- ],
- [
- 40936,
- 3,
- 10,
- 5,
- 0.12806,
- "_LAINLSSGVSGAGGTVHQPGFIVVETNYR_"
- ],
- [
- 22234,
- 2,
- 14,
- 3,
- 0.18509,
- "_ELVLALYDYQEK_"
- ],
- [
- 16702,
- 3,
- 11,
- 4,
- 0.14234,
- "_VNLIDTPGHVDFTLEVER_"
- ],
- [
- 42013,
- 3,
- 11,
- 6,
- 0.14234,
- "_GSEGKPSLTLPASAPGPEEALTTVTVAPAPR_"
- ],
- [
- 36534,
- 2,
- 20,
- 6,
- 0.27055,
- "_VGDAIPAVEVFEGEPGNK_"
- ],
- [
- 15283,
- 2,
- 10,
- 4,
- 0.12806,
- "_MFIGGLSWDTSK_"
- ],
- [
- 39401,
- 2,
- 13,
- 5,
- 0.17084,
- "_CLHVVTEAVTPLGIYLK_"
- ],
- [
- 15124,
- 3,
- 10,
- 5,
- 0.12809,
- "_AESTFLFLVGQDDHNWK_"
- ],
- [
- 34561,
- 2,
- 13,
- 4,
- 0.17084,
- "_AFTFDDEDDELSQLK_"
- ],
- [
- 30072,
- 2,
- 9,
- 2,
- 0.11387,
- "_ELCGTPGYLAPEILK_"
- ],
- [
- 43566,
- 2,
- 13,
- 3,
- 0.17084,
- "_MSPDEGQEELEEVQAELK_"
- ],
- [
- 25962,
- 2,
- 18,
- 6,
- 0.24206,
- "_LPIGDVATQYFADR_"
- ],
- [
- 42913,
- 2,
- 16,
- 6,
- 0.21357,
- "_LNNPGSTVFTEDCNILLK_"
- ],
- [
- 47871,
- 2,
- 16,
- 4,
- 0.21357,
- "_NSDDTVTWDEYNIQMYDR_"
- ],
- [
- 11043,
- 2,
- 17,
- 3,
- 0.22782,
- "_ISFSNIISDMK_"
- ],
- [
- 4138,
- 2,
- 13,
- 5,
- 0.17084,
- "_LLELFPVNR_"
- ],
- [
- 27165,
- 3,
- 11,
- 5,
- 0.14231,
- "_CHDYYTTEFLYNLYSSEGK_"
- ],
- [
- 29737,
- 2,
- 13,
- 4,
- 0.17084,
- "_ILQDVADEEIAALPR_"
- ],
- [
- 45418,
- 3,
- 10,
- 3,
- 0.12809,
- "_VISCEFAHNSNWYITFQSDTDAQQAFK_"
- ],
- [
- 31638,
- 2,
- 12,
- 5,
- 0.15659,
- "_FTPGTFTNQIQAAFR_"
- ],
- [
- 6978,
- 2,
- 12,
- 3,
- 0.15659,
- "_FLDPITGTFR_"
- ],
- [
- 33842,
- 2,
- 7,
- 3,
- 0.085423,
- "_HWEEILQQSLWER_"
- ],
- [
- 44688,
- 2,
- 12,
- 4,
- 0.15659,
- "_SQGYDWSEPFSPGEDEFK_"
- ],
- [
- 31818,
- 3,
- 10,
- 4,
- 0.12809,
- "_EMVMGLNVLDPHTSHSWLCDGR_"
- ],
- [
- 45227,
- 3,
- 13,
- 5,
- 0.17084,
- "_NQQLHTVTLQTVPLTTVIASTDPSAGTGSQK_"
- ],
- [
- 39982,
- 3,
- 13,
- 4,
- 0.17084,
- "_TGASYYGEQTLHYIATNGESAVVQLPK_"
- ],
- [
- 16474,
- 3,
- 14,
- 7,
- 0.18509,
- "_YILPDEPAIIVHPNWAAK_"
- ],
- [
- 25528,
- 3,
- 21,
- 7,
- 0.28481,
- "_MYGISLCQAILDETKGDYEK_"
- ],
- [
- 41329,
- 2,
- 14,
- 5,
- 0.18509,
- "_FWTFETGCTVCDEGLR_"
- ],
- [
- 16660,
- 2,
- 16,
- 5,
- 0.21357,
- "_IQPDTIIQVWR_"
- ],
- [
- 12724,
- 2,
- 14,
- 3,
- 0.18509,
- "_TYQLVYFLDK_"
- ],
- [
- 12946,
- 3,
- 9,
- 5,
- 0.11387,
- "_DHPAFAPLYFPMELHR_"
- ],
- [
- 38439,
- 2,
- 9,
- 3,
- 0.11387,
- "_EMASLSAAAITVPPSVPSR_"
- ],
- [
- 30162,
- 2,
- 14,
- 5,
- 0.18509,
- "_AGDMENAENILTVMR_"
- ],
- [
- 18079,
- 2,
- 15,
- 3,
- 0.19935,
- "_VTAQSIIPGILER_"
- ],
- [
- 24123,
- 3,
- 23,
- 6,
- 0.31331,
- "_VEDMAELTCLNEASVLHNLK_"
- ],
- [
- 40262,
- 4,
- 16,
- 10,
- 0.21357,
- "_VSMKPEFLHLTPGVQLEAGGDNLGQQYNSPQEVIGK_"
- ],
- [
- 20999,
- 2,
- 11,
- 3,
- 0.14233,
- "_VEGMTELYFQLK_"
- ],
- [
- 42153,
- 2,
- 11,
- 6,
- 0.14233,
- "_AESTFLFLVGQDDHNWK_"
- ],
- [
- 36540,
- 2,
- 11,
- 5,
- 0.14233,
- "_LITIEINPDCAAITQR_"
- ],
- [
- 34256,
- 3,
- 22,
- 2,
- 0.29905,
- "_TCEEHQLCVVAVLPHILDTGAAGR_"
- ],
- [
- 20834,
- 2,
- 17,
- 4,
- 0.22782,
- "_EVTINQSLLAPLR_"
- ],
- [
- 8731,
- 4,
- 14,
- 5,
- 0.18508,
- "_FQSLCHLDLQLPSLRPEDLK_"
- ],
- [
- 3567,
- 2,
- 23,
- 6,
- 0.31331,
- "_LPFPIIDDR_"
- ],
- [
- 48312,
- 2,
- 11,
- 3,
- 0.14233,
- "_LHGSVGGAQNLSALGALVSLSNAR_"
- ],
- [
- 37636,
- 3,
- 16,
- 5,
- 0.21359,
- "_IQFHNVKPEYLDAYNSLTEAVLPK_"
- ],
- [
- 36275,
- 2,
- 11,
- 3,
- 0.14233,
- "_QLAQIDGTLSTIEFQR_"
- ],
- [
- 44672,
- 2,
- 13,
- 4,
- 0.17084,
- "_(Acetyl (Protein N-term))MDEPSPLAQPLELNQHSR_"
- ],
- [
- 20103,
- 2,
- 13,
- 4,
- 0.17084,
- "_LVIQSYFVQTLK_"
- ],
- [
- 49179,
- 3,
- 6,
- 4,
- 0.07119,
- "_VSAPYYSSWGTLEYHNAMVVGTEEAEDGSAGVR_"
- ],
- [
- 49879,
- 2,
- 10,
- 3,
- 0.12812,
- "_YGDESSNSLPGHSVALCLAVAFK_"
- ],
- [
- 14690,
- 3,
- 11,
- 3,
- 0.14233,
- "_EFLCSEAMFHLGVPTTR_"
- ],
- [
- 47502,
- 2,
- 7,
- 5,
- 0.085428,
- "_YPNISCELLTSDVSQMNDR_"
- ],
- [
- 28178,
- 2,
- 28,
- 6,
- 0.38451,
- "_SFYPEEVSSMVLTK_"
- ],
- [
- 17759,
- 3,
- 17,
- 5,
- 0.22782,
- "_ASKPGWWLLDTEVGEIQR_"
- ],
- [
- 42824,
- 2,
- 13,
- 3,
- 0.17084,
- "_NIGWGTDQGIGGFGEEPGIK_"
- ],
- [
- 41721,
- 3,
- 16,
- 5,
- 0.21359,
- "_GGLGVGEPGPLGGGGSGGPQMGLPPPPPALRPR_"
- ],
- [
- 18004,
- 4,
- 16,
- 6,
- 0.21359,
- "_IQFHNVKPEYLDAYNSLTEAVLPK_"
- ],
- [
- 29185,
- 3,
- 12,
- 5,
- 0.15656,
- "_LTPLEACAHSFFDELRDPNVK_"
- ],
- [
- 36661,
- 2,
- 9,
- 3,
- 0.11389,
- "_YNYVAMDTEFPGVVAR_"
- ],
- [
- 36918,
- 2,
- 15,
- 3,
- 0.19933,
- "_APPVDDAEVDELVLQTK_"
- ],
- [
- 22369,
- 2,
- 17,
- 4,
- 0.22782,
- "_GFAFVTFESPADAK_"
- ],
- [
- 14805,
- 3,
- 9,
- 3,
- 0.11389,
- "_RWLLLCNPGLADTIVEK_"
- ],
- [
- 3718,
- 2,
- 11,
- 3,
- 0.14233,
- "_MELITILEK_"
- ],
- [
- 9865,
- 4,
- 14,
- 3,
- 0.18508,
- "_LTPLEACAHSFFDELRDPNVK_"
- ],
- [
- 24317,
- 3,
- 14,
- 4,
- 0.18508,
- "_LHGSVGGAQNLSALGALVSLSNAR_"
- ],
- [
- 31257,
- 2,
- 8,
- 3,
- 0.099667,
- "_LDFDLEPEPPPAPPR_"
- ],
- [
- 32539,
- 3,
- 11,
- 6,
- 0.14233,
- "_LAVSAPPMPSVEMHMENNVVCIR_"
- ],
- [
- 40273,
- 2,
- 15,
- 6,
- 0.19933,
- "_VISTMSVGIDHLALDEIK_"
- ],
- [
- 45801,
- 2,
- 14,
- 6,
- 0.18508,
- "_TYQELLVNQNPIAQPLASR_"
- ],
- [
- 27198,
- 2,
- 18,
- 6,
- 0.24207,
- "_DMLLANPHELSLLK_"
- ],
- [
- 20974,
- 3,
- 16,
- 7,
- 0.21359,
- "_ISDSVLVDIKDTEPLIQTAK_"
- ],
- [
- 7359,
- 4,
- 22,
- 8,
- 0.29905,
- "_ISQMPVILTPLHFDRDPLQK_"
- ],
- [
- 18662,
- 3,
- 11,
- 4,
- 0.14233,
- "_GLDIPTVQVVINHNTPGLPK_"
- ],
- [
- 38587,
- 3,
- 15,
- 5,
- 0.19933,
- "_QTASVTLQAIAAQNAAVQAVNAHSNILK_"
- ],
- [
- 11606,
- 2,
- 15,
- 3,
- 0.19933,
- "_WSMVDVQFVR_"
- ],
- [
- 3072,
- 2,
- 12,
- 3,
- 0.15656,
- "_IPGLLGVFQK_"
- ],
- [
- 19682,
- 3,
- 18,
- 8,
- 0.24206,
- "_DELHIVEAEAMNYEGSPIK_"
- ],
- [
- 16522,
- 3,
- 13,
- 7,
- 0.1708,
- "_EEFTAFLHPEEYDYMK_"
- ],
- [
- 50935,
- 3,
- 8,
- 6,
- 0.099672,
- "_VDTGVILEEGELKDDGEDSEMQVEAPSDSSVIAQQK_"
- ],
- [
- 31502,
- 3,
- 12,
- 3,
- 0.15658,
- "_LSALGNVTTCNDYVALVHPDLDR_"
- ],
- [
- 11834,
- 2,
- 13,
- 3,
- 0.1708,
- "_EVLAELEALER_"
- ],
- [
- 46609,
- 2,
- 12,
- 6,
- 0.15658,
- "_GLLPSQYGQEVYDTPPMAVK_"
- ],
- [
- 14934,
- 2,
- 14,
- 3,
- 0.18508,
- "_ENQWFDVGVIK_"
- ],
- [
- 32793,
- 3,
- 10,
- 2,
- 0.12813,
- "_LHICASDGAEWLEEATEDTSVEK_"
- ],
- [
- 32947,
- 2,
- 8,
- 4,
- 0.099672,
- "_EKIQVLGSLVSLEMGK_"
- ],
- [
- 39521,
- 2,
- 23,
- 7,
- 0.3133,
- "_EQGVTFPSGDIQEQLIR_"
- ],
- [
- 41070,
- 2,
- 13,
- 4,
- 0.1708,
- "_SEVIGDGNQIEIEIPPTR_"
- ],
- [
- 20681,
- 3,
- 13,
- 4,
- 0.1708,
- "_NKQEMAFYSLPEFEEWK_"
- ],
- [
- 37797,
- 2,
- 13,
- 4,
- 0.1708,
- "_ILTEAEIDAHLVALAER_"
- ],
- [
- 31221,
- 2,
- 17,
- 5,
- 0.22784,
- "_EAVELPLTHFELYK_"
- ],
- [
- 8905,
- 2,
- 8,
- 3,
- 0.099672,
- "_FEVGDIM(Oxidation (M))LIR_"
- ],
- [
- 15485,
- 2,
- 14,
- 4,
- 0.18508,
- "_GNSIIMLEALER_"
- ],
- [
- 3400,
- 3,
- 11,
- 5,
- 0.14236,
- "_ETGLMYSIMVHALR_"
- ],
- [
- 44504,
- 2,
- 6,
- 5,
- 0.071209,
- "_LALVTGGEIASTFDHPELVK_"
- ],
- [
- 8997,
- 3,
- 11,
- 4,
- 0.14236,
- "_VLVDDGWILAYCHVR_"
- ],
- [
- 38171,
- 3,
- 16,
- 6,
- 0.21357,
- "_KFEQGFITDPVVLSPSHTVGDVLEAK_"
- ],
- [
- 16424,
- 3,
- 15,
- 5,
- 0.19933,
- "_DLTKPVVTISDEPDILYK_"
- ],
- [
- 37935,
- 4,
- 12,
- 6,
- 0.15658,
- "_KTVVVNCNPETVSTDFDECDKLYFEELSLER_"
- ],
- [
- 29059,
- 2,
- 12,
- 5,
- 0.15658,
- "_LVPTGLDFGQEGFTR_"
- ],
- [
- 49103,
- 2,
- 9,
- 4,
- 0.11391,
- "_VMNHVNSGCQLMLTQQLQTF_"
- ],
- [
- 33046,
- 2,
- 12,
- 3,
- 0.15658,
- "_AASAFFTYVSLSQEGR_"
- ],
- [
- 40799,
- 2,
- 11,
- 4,
- 0.14236,
- "_INELPTEETEIMIVQAK_"
- ],
- [
- 40248,
- 2,
- 10,
- 3,
- 0.12813,
- "_MSYLTAMGADYLSCDSR_"
- ],
- [
- 24578,
- 2,
- 12,
- 5,
- 0.15658,
- "_SPFSVAVSPSLDLSK_"
- ],
- [
- 34838,
- 2,
- 11,
- 2,
- 0.14236,
- "_SGENANIQPNIQLILR_"
- ],
- [
- 2986,
- 2,
- 18,
- 6,
- 0.24206,
- "_FLCIFLEK_"
- ],
- [
- 25332,
- 4,
- 40,
- 8,
- 0.55549,
- "_FWEVISDEHGIDPTGTYHGDSDLQLDR_"
- ],
- [
- 10313,
- 2,
- 17,
- 3,
- 0.22784,
- "_DLPELALDTPR_"
- ],
- [
- 43667,
- 2,
- 11,
- 2,
- 0.14236,
- "_SADACLTTINIMTSPNMPK_"
- ],
- [
- 7371,
- 2,
- 10,
- 2,
- 0.12817,
- "_NAQFIIISLR_"
- ],
- [
- 43797,
- 2,
- 14,
- 4,
- 0.18506,
- "_AGQTQPNPGILPIQPALTPR_"
- ],
- [
- 8033,
- 2,
- 11,
- 4,
- 0.1424,
- "_QLDMELISLK_"
- ],
- [
- 24201,
- 2,
- 10,
- 4,
- 0.12817,
- "_SSIDSEPALVLGPLK_"
- ],
- [
- 37804,
- 3,
- 14,
- 6,
- 0.18506,
- "_GKPAVAALGDLTDLPTYEHIQTALSSK_"
- ],
- [
- 23932,
- 2,
- 10,
- 5,
- 0.12817,
- "_ANGMGVIGQDGLLFK_"
- ],
- [
- 27064,
- 3,
- 9,
- 6,
- 0.11394,
- "_YGYDGQDHLEFCPDTLDWR_"
- ],
- [
- 24476,
- 2,
- 11,
- 2,
- 0.1424,
- "_FQVDPSGEIVELAK_"
- ],
- [
- 33650,
- 2,
- 12,
- 3,
- 0.15663,
- "_QMFGNADMNTFPTFK_"
- ],
- [
- 26020,
- 2,
- 13,
- 5,
- 0.17084,
- "_APVPASELLASGVLSR_"
- ],
- [
- 45576,
- 4,
- 13,
- 8,
- 0.17084,
- "_KEPEVTVVSQPTEPQPVLIPSININSDSGENKEEIGSLSK_"
- ],
- [
- 23002,
- 2,
- 13,
- 5,
- 0.17084,
- "_WLLLTGISAQQNR_"
- ],
- [
- 34545,
- 2,
- 9,
- 3,
- 0.11394,
- "_NLHVIDLDDATFLSAK_"
- ],
- [
- 46200,
- 2,
- 13,
- 4,
- 0.17084,
- "_FLPGYVGGIQEGAVTPAGVVNK_"
- ],
- [
- 29298,
- 2,
- 11,
- 4,
- 0.1424,
- "_SLPCFEPYEFTPR_"
- ],
- [
- 34038,
- 2,
- 10,
- 5,
- 0.12817,
- "_YMSPMEAQEFGILDK_"
- ],
- [
- 26201,
- 3,
- 10,
- 5,
- 0.12817,
- "_CSAFPDVPDKENFEIPIYSK_"
- ],
- [
- 11321,
- 2,
- 16,
- 4,
- 0.21359,
- "_LDDDGLPFIGAK_"
- ],
- [
- 37024,
- 3,
- 18,
- 8,
- 0.2421,
- "_VLEDNKLPGAICSLTCGGADIGTAMAK_"
- ],
- [
- 33536,
- 2,
- 17,
- 5,
- 0.22784,
- "_AIEEGTLEEIEEEVR_"
- ],
- [
- 21384,
- 2,
- 18,
- 3,
- 0.2421,
- "_KAIIIFVPVPQLK_"
- ],
- [
- 7927,
- 3,
- 15,
- 3,
- 0.19934,
- "_YFLNLVLVDEEDRR_"
- ],
- [
- 29370,
- 3,
- 18,
- 7,
- 0.2421,
- "_LPAELQELPGLSHQYWSAPSDK_"
- ],
- [
- 10467,
- 3,
- 15,
- 2,
- 0.19934,
- "_ILTEAEIDAHLVALAER_"
- ],
- [
- 48357,
- 2,
- 20,
- 8,
- 0.27057,
- "_STVLTPMFVETQASQGTLQTR_"
- ],
- [
- 31120,
- 2,
- 17,
- 5,
- 0.22784,
- "_VAADMFSDGNFNWGR_"
- ],
- [
- 47040,
- 2,
- 14,
- 6,
- 0.18506,
- "_ASLPTLGFTHFQPAQLTTVGK_"
- ],
- [
- 45830,
- 3,
- 14,
- 7,
- 0.18506,
- "_GHSNYVFCCNFNPQSNLIVSGSFDESVR_"
- ],
- [
- 38443,
- 4,
- 15,
- 4,
- 0.19934,
- "_LDKPCPAYVEPMTVVCHLEGSGQWPQDAEAVQR_"
- ],
- [
- 43643,
- 2,
- 14,
- 6,
- 0.18506,
- "_ETEGGTVLTATTSELEAINK_"
- ],
- [
- 37500,
- 2,
- 21,
- 6,
- 0.28481,
- "_(Acetyl (Protein N-term))SDEFSLADALPEHSPAK_"
- ],
- [
- 51464,
- 2,
- 22,
- 6,
- 0.29906,
- "_LLDSLEPPGEPGPSTNIPENDTVDGR_"
- ],
- [
- 14267,
- 2,
- 21,
- 5,
- 0.28481,
- "_TVLELQYVLDK_"
- ],
- [
- 37314,
- 2,
- 13,
- 2,
- 0.17086,
- "_NNITAQGFQDIAVAMEK_"
- ],
- [
- 28244,
- 2,
- 13,
- 2,
- 0.17086,
- "_QVGDIFSNPETVLAK_"
- ],
- [
- 45567,
- 2,
- 18,
- 7,
- 0.24207,
- "_DELHIVEAEAMNYEGSPIK_"
- ],
- [
- 30529,
- 3,
- 9,
- 5,
- 0.11394,
- "_TSSVSLTATFRPQEDFCFLSSK_"
- ],
- [
- 33153,
- 2,
- 13,
- 6,
- 0.17086,
- "_YEEENFYLEPYLK_"
- ],
- [
- 14911,
- 3,
- 11,
- 3,
- 0.14241,
- "_FPRPMSPLQDVSTIIGSR_"
- ],
- [
- 5183,
- 3,
- 17,
- 5,
- 0.22783,
- "_EAVELPLTHFELYK_"
- ],
- [
- 28670,
- 2,
- 17,
- 4,
- 0.22783,
- "_FLGSGGFIGYAPNLSK_"
- ],
- [
- 42316,
- 2,
- 17,
- 2,
- 0.22783,
- "_DQLFATLDVTAHAGTLPSR_"
- ],
- [
- 9397,
- 2,
- 18,
- 4,
- 0.24207,
- "_VWDLFPEADK_"
- ],
- [
- 9699,
- 2,
- 18,
- 5,
- 0.24207,
- "_LLDEVFFSEK_"
- ],
- [
- 45070,
- 2,
- 10,
- 4,
- 0.12817,
- "_NQVVHVPLEAYDSSLPLIK_"
- ],
- [
- 42024,
- 2,
- 13,
- 3,
- 0.17086,
- "_SFMESGGTVLSTNWSDVGK_"
- ],
- [
- 18979,
- 3,
- 11,
- 4,
- 0.14241,
- "_NQVVHVPLEAYDSSLPLIK_"
- ],
- [
- 6419,
- 3,
- 12,
- 2,
- 0.15664,
- "_EKIQVLGSLVSLEMGK_"
- ],
- [
- 22284,
- 2,
- 12,
- 5,
- 0.15664,
- "_VLVVGAGGIGCELLK_"
- ],
- [
- 39997,
- 3,
- 12,
- 7,
- 0.15664,
- "_MAADDVEEYMIERPEPEFQDLNEK_"
- ],
- [
- 14699,
- 3,
- 10,
- 2,
- 0.12817,
- "_IPNIYAIGDVVAGPM(Oxidation (M))LAHK_"
- ],
- [
- 23021,
- 3,
- 12,
- 5,
- 0.15664,
- "_LLSRPQDALEGVVLSPSLEAR_"
- ],
- [
- 47970,
- 3,
- 10,
- 4,
- 0.12817,
- "_NPTDAYQLNYDMHNPFDICAASYRPIYR_"
- ],
- [
- 15093,
- 2,
- 20,
- 4,
- 0.27056,
- "_EALFNEFVAAAR_"
- ],
- [
- 27627,
- 2,
- 10,
- 4,
- 0.12817,
- "_QLVQQLEQWEFR_"
- ],
- [
- 36160,
- 2,
- 6,
- 4,
- 0.071245,
- "_SQHELLFSLTQICIK_"
- ],
- [
- 7414,
- 3,
- 19,
- 6,
- 0.25634,
- "_MALDNLLANLPPAKPGK_"
- ],
- [
- 40206,
- 2,
- 13,
- 4,
- 0.17086,
- "_ISNGDVILVYGCSSLVSR_"
- ],
- [
- 43426,
- 2,
- 14,
- 4,
- 0.18508,
- "_LVQNGTEPSSLPFLDPNAR_"
- ],
- [
- 12127,
- 3,
- 13,
- 3,
- 0.17086,
- "_VPEFQFLIGDEAATHLK_"
- ],
- [
- 34872,
- 2,
- 19,
- 5,
- 0.25634,
- "_YFLNLVLVDEEDRR_"
- ],
- [
- 2240,
- 2,
- 8,
- 3,
- 0.09971,
- "_FLELLPVSK_"
- ],
- [
- 8431,
- 2,
- 10,
- 3,
- 0.12817,
- "_QLTIQVLLDR_"
- ],
- [
- 26523,
- 2,
- 9,
- 2,
- 0.11394,
- "_TDISLDDPNFWQK_"
- ],
- [
- 9947,
- 3,
- 15,
- 6,
- 0.1993,
- "_LILADALCYAHTFNPK_"
- ],
- [
- 17802,
- 3,
- 9,
- 2,
- 0.11394,
- "_TNPSQLNAVEFLWDPAKR_"
- ],
- [
- 48914,
- 2,
- 14,
- 6,
- 0.18508,
- "_DEYFAVAAENEQEQEGWYR_"
- ],
- [
- 7894,
- 2,
- 15,
- 5,
- 0.1993,
- "_LTTLELLEVR_"
- ],
- [
- 45315,
- 2,
- 14,
- 5,
- 0.18508,
- "_TIIITCSFTPGSCTLTAYK_"
- ],
- [
- 10629,
- 2,
- 16,
- 6,
- 0.21358,
- "_LLDMDGIIVEK_"
- ],
- [
- 24321,
- 2,
- 10,
- 4,
- 0.12817,
- "_NCNGVVMMFDITK_"
- ],
- [
- 27373,
- 2,
- 10,
- 4,
- 0.12817,
- "_LNLLHEFLQTEIK_"
- ],
- [
- 50473,
- 2,
- 7,
- 4,
- 0.085474,
- "_LEEQLSINVYDYNCHVDLIR_"
- ],
- [
- 19240,
- 2,
- 8,
- 2,
- 0.09971,
- "_YNISDPLMALQR_"
- ],
- [
- 43279,
- 2,
- 16,
- 5,
- 0.21358,
- "_EEFTAFLHPEEYDYMK_"
- ],
- [
- 28114,
- 3,
- 17,
- 3,
- 0.22784,
- "_YGDESSNSLPGHSVALCLAVAFK_"
- ],
- [
- 50665,
- 2,
- 14,
- 2,
- 0.18512,
- "_QYPWGVAEVENGEHCDFTILR_"
- ],
- [
- 19057,
- 2,
- 11,
- 4,
- 0.14243,
- "_VSVVEDGGLSWLR_"
- ],
- [
- 13982,
- 3,
- 14,
- 3,
- 0.18512,
- "_KFMQDPMEIFVDDETK_"
- ],
- [
- 47685,
- 2,
- 11,
- 2,
- 0.14243,
- "_ENIQALCECALQTPYDSLK_"
- ],
- [
- 46387,
- 2,
- 12,
- 5,
- 0.15667,
- "_NFQMASITSPSLVVECGGER_"
- ],
- [
- 36561,
- 2,
- 11,
- 3,
- 0.14243,
- "_YGLTLDPEADSEYLSR_"
- ],
- [
- 19506,
- 2,
- 10,
- 2,
- 0.12819,
- "_AMFIFLSNAGAER_"
- ],
- [
- 20444,
- 2,
- 12,
- 4,
- 0.15667,
- "_LQNVQIALDYLR_"
- ],
- [
- 45632,
- 2,
- 15,
- 7,
- 0.19934,
- "_SMGYDDLDYGMMSDYGTAR_"
- ],
- [
- 28535,
- 2,
- 8,
- 3,
- 0.099731,
- "_SYSQSILLDLTDNR_"
- ],
- [
- 22758,
- 2,
- 13,
- 4,
- 0.17089,
- "_ENEQSLLEYLEK_"
- ],
- [
- 30428,
- 2,
- 11,
- 5,
- 0.14243,
- "_ELFLTAGGAGGLHLWK_"
- ],
- [
- 32078,
- 2,
- 12,
- 5,
- 0.15667,
- "_VDIDVPDVNLEAPEGK_"
- ],
- [
- 13830,
- 2,
- 12,
- 5,
- 0.15667,
- "_AWDDFFPGSDR_"
- ],
- [
- 21895,
- 3,
- 18,
- 5,
- 0.24208,
- "_ASLPTLGFTHFQPAQLTTVGK_"
- ],
- [
- 40918,
- 4,
- 12,
- 7,
- 0.15667,
- "_SMIGEPTNFVHTAHVGSGDLFSGMNSVSSIQNQMQSK_"
- ],
- [
- 19253,
- 3,
- 6,
- 2,
- 0.071247,
- "_HPLLLLHQSFQPLESIMK_"
- ],
- [
- 34548,
- 2,
- 10,
- 3,
- 0.12819,
- "_GGGNQVSLLNVVMDLKK_"
- ],
- [
- 49634,
- 2,
- 12,
- 5,
- 0.15667,
- "_AQMSNFLASTTNQQEIASLDVK_"
- ],
- [
- 16644,
- 2,
- 20,
- 6,
- 0.2706,
- "_LEYCEALAMLR_"
- ],
- [
- 16434,
- 2,
- 21,
- 4,
- 0.28482,
- "_YGDLANWMIPGK_"
- ],
- [
- 37772,
- 2,
- 24,
- 9,
- 0.32755,
- "_DEPSVAAMVYPFTGDHK_"
- ],
- [
- 5809,
- 2,
- 8,
- 2,
- 0.099731,
- "_DLPVGLEELR_"
- ],
- [
- 42308,
- 2,
- 15,
- 6,
- 0.19934,
- "_TMGFCYQILTEPNADPR_"
- ],
- [
- 41943,
- 4,
- 17,
- 8,
- 0.22784,
- "_FTVDTISAGQGDVMVFVEDPEGNKEEAQVTPDSDKNK_"
- ],
- [
- 47588,
- 2,
- 16,
- 7,
- 0.21356,
- "_GDWSVGAPGGVQEITYTVPADK_"
- ],
- [
- 23279,
- 4,
- 11,
- 6,
- 0.14243,
- "_HPVEELLDSYHNQVELALQIENQHR_"
- ],
- [
- 51389,
- 3,
- 14,
- 6,
- 0.18512,
- "_RPPGGTSPPNGGLPGPLATSAAPPGPPAAASPCLGPVAAAGSGLR_"
- ],
- [
- 34753,
- 2,
- 11,
- 3,
- 0.14243,
- "_IMASSPDMDLATVSALR_"
- ],
- [
- 48547,
- 2,
- 10,
- 3,
- 0.12819,
- "_MEEMQQHNMSWIEVQFLK_"
- ],
- [
- 41947,
- 2,
- 12,
- 6,
- 0.15667,
- "_LLVATTFTHSYPFCWR_"
- ],
- [
- 37227,
- 2,
- 14,
- 4,
- 0.18512,
- "_LILADALCYAHTFNPK_"
- ],
- [
- 19613,
- 2,
- 14,
- 4,
- 0.18512,
- "_EIGDIAGVADVTIR_"
- ],
- [
- 30125,
- 3,
- 12,
- 4,
- 0.15668,
- "_LEEQLSINVYDYNCHVDLIR_"
- ],
- [
- 34531,
- 2,
- 15,
- 5,
- 0.19938,
- "_FQDLGAAYEVLSDSEK_"
- ],
- [
- 10391,
- 3,
- 10,
- 3,
- 0.12822,
- "_SVSIPAPAYYAHLVAFR_"
- ],
- [
- 39954,
- 2,
- 17,
- 5,
- 0.22781,
- "_EVVQEILQFQEDPQTK_"
- ],
- [
- 16709,
- 2,
- 14,
- 4,
- 0.18515,
- "_NFSAHLLDLLAR_"
- ],
- [
- 32065,
- 2,
- 17,
- 6,
- 0.22781,
- "_FMADIDLDPGCTLNK_"
- ],
- [
- 31862,
- 3,
- 14,
- 3,
- 0.18515,
- "_LSQERPGVLLNQFPCENLLTVK_"
- ],
- [
- 24552,
- 3,
- 21,
- 6,
- 0.28485,
- "_LPNVTGSHMHLPFAGDIYSED_"
- ],
- [
- 13868,
- 3,
- 11,
- 3,
- 0.14245,
- "_EKSEMVPSCPFIYIIR_"
- ],
- [
- 41487,
- 2,
- 18,
- 4,
- 0.24209,
- "_NTENCDFLFSPPEVTGR_"
- ],
- [
- 30138,
- 2,
- 13,
- 5,
- 0.17092,
- "_NQEQLAAELAEFTAK_"
- ],
- [
- 27279,
- 2,
- 18,
- 2,
- 0.24209,
- "_FEQAQMLDPYLIK_"
- ],
- [
- 46257,
- 2,
- 15,
- 5,
- 0.19938,
- "_WNTDNTLGTEITVEDQLAR_"
- ],
- [
- 49997,
- 3,
- 13,
- 9,
- 0.17092,
- "_NLVFSSSATVYGNPQYLPLDEAHPTGGCTNPYGK_"
- ],
- [
- 40376,
- 2,
- 15,
- 5,
- 0.19938,
- "_TVLQIDDNVTSAVEGINR_"
- ],
- [
- 29125,
- 2,
- 11,
- 4,
- 0.14245,
- "_ELATVLSDQPGLLGPK_"
- ],
- [
- 34231,
- 2,
- 8,
- 5,
- 0.099756,
- "_ICIIWDLQSCQATR_"
- ],
- [
- 17265,
- 2,
- 22,
- 5,
- 0.29907,
- "_TDTLEDLFPTTK_"
- ],
- [
- 22226,
- 2,
- 13,
- 3,
- 0.17092,
- "_GYVVWQEVFDNK_"
- ],
- [
- 26914,
- 3,
- 15,
- 6,
- 0.19938,
- "_YGYIHLYDLETGTCIYMNR_"
- ],
- [
- 48731,
- 2,
- 10,
- 5,
- 0.12822,
- "_TYFAHDALQQCTVGDIVLLR_"
- ],
- [
- 38911,
- 2,
- 18,
- 2,
- 0.24209,
- "_QTFYCVPVPGESTWVK_"
- ],
- [
- 25403,
- 3,
- 14,
- 5,
- 0.18515,
- "_GGQEPDRPPLSGFLPPITPPEK_"
- ],
- [
- 6291,
- 2,
- 11,
- 3,
- 0.14245,
- "_LGLEDFESLK_"
- ],
- [
- 39830,
- 2,
- 15,
- 4,
- 0.19938,
- "_DLKPENILLDDNMQIR_"
- ],
- [
- 47961,
- 2,
- 14,
- 3,
- 0.18515,
- "_DVALSSGSACTSASLEPSYVLR_"
- ],
- [
- 46412,
- 2,
- 16,
- 4,
- 0.21359,
- "_VLIVSEDPELPYMRPPLSK_"
- ],
- [
- 46811,
- 2,
- 16,
- 4,
- 0.21359,
- "_ESEGLYGQPGDETYQDIFR_"
- ],
- [
- 12834,
- 2,
- 13,
- 3,
- 0.17092,
- "_ELLDTVNNVFK_"
- ],
- [
- 45976,
- 2,
- 26,
- 8,
- 0.35605,
- "_FGQAATMEGIGAIGGTPPAFNR_"
- ],
- [
- 48505,
- 2,
- 12,
- 8,
- 0.15668,
- "_LIEAYVIQCQAEAQEVTIAR_"
- ],
- [
- 41817,
- 4,
- 8,
- 7,
- 0.099756,
- "_RPWRPEEAVEDPDEEDEDNTSEAENGFSLEEVLR_"
- ],
- [
- 44786,
- 2,
- 11,
- 3,
- 0.14245,
- "_TLQLDEDVLCVSYSPNQK_"
- ],
- [
- 10098,
- 2,
- 11,
- 2,
- 0.14245,
- "_FSLIDLAGNER_"
- ],
- [
- 40670,
- 2,
- 11,
- 3,
- 0.14245,
- "_TPASINATPANINLADLTR_"
- ],
- [
- 13021,
- 3,
- 11,
- 4,
- 0.14245,
- "_ELMLCYLIKPSTMTDK_"
- ],
- [
- 3645,
- 2,
- 12,
- 3,
- 0.1567,
- "_TLYFFIAGR_"
- ],
- [
- 46874,
- 2,
- 7,
- 3,
- 0.08551,
- "_QCVETVVNMGYSYECVLR_"
- ],
- [
- 39190,
- 2,
- 7,
- 2,
- 0.08551,
- "_ACLSLMTAMVTQGPEAAR_"
- ],
- [
- 51392,
- 2,
- 10,
- 4,
- 0.12824,
- "_VTTEIQLPSQSPVEEQSPASLSSLR_"
- ],
- [
- 47637,
- 2,
- 9,
- 2,
- 0.11401,
- "_ADIQMPFTCSVTYYGPSGQK_"
- ],
- [
- 14776,
- 3,
- 12,
- 2,
- 0.1567,
- "_GSVHSLDAGLLLPSGDPFSK_"
- ],
- [
- 45858,
- 2,
- 11,
- 4,
- 0.14248,
- "_VVAAAFQSEDPADPCALLQR_"
- ],
- [
- 47384,
- 2,
- 5,
- 3,
- 0.057003,
- "_SSTAISSIAADGEFLHELEEK_"
- ],
- [
- 22627,
- 3,
- 12,
- 2,
- 0.1567,
- "_RVVALSMSPVDDTFISGSLDK_"
- ],
- [
- 41141,
- 3,
- 12,
- 6,
- 0.1567,
- "_NLNLNAALHPDEINIEILNDSHTPGTK_"
- ],
- [
- 35480,
- 3,
- 10,
- 6,
- 0.12824,
- "_YLQSAQSQIHNTCWAMMGLMAVR_"
- ],
- [
- 20025,
- 3,
- 13,
- 6,
- 0.17094,
- "_AAELEMELNEHSLVIDTLK_"
- ],
- [
- 43752,
- 2,
- 10,
- 3,
- 0.12824,
- "_QTVEAYSAAVQSQLQWMK_"
- ],
- [
- 51294,
- 2,
- 10,
- 5,
- 0.12824,
- "_LQSLDTSFLEQGDVTTPTSEQVEK_"
- ],
- [
- 49318,
- 2,
- 14,
- 5,
- 0.18518,
- "_GYDYGPHFQGILEASLEGDSGR_"
- ],
- [
- 9206,
- 2,
- 12,
- 4,
- 0.1567,
- "_ALQYAFFAER_"
- ],
- [
- 40807,
- 4,
- 17,
- 9,
- 0.22784,
- "_AQAHAENNEFITWNDIQACVDHVNLVVQEEHER_"
- ],
- [
- 5897,
- 2,
- 15,
- 4,
- 0.1994,
- "_LEALFPDLPK_"
- ],
- [
- 23920,
- 3,
- 15,
- 5,
- 0.1994,
- "_IEQLLTSDWAVHIPEEDQR_"
- ],
- [
- 4860,
- 2,
- 17,
- 2,
- 0.22784,
- "_ALDLADMITR_"
- ],
- [
- 36014,
- 2,
- 19,
- 5,
- 0.25635,
- "_NAEPLINLDVNNPDFK_"
- ],
- [
- 18305,
- 3,
- 21,
- 5,
- 0.28484,
- "_FIIHAPPGEFNEVFNDVR_"
- ],
- [
- 10594,
- 3,
- 20,
- 5,
- 0.27059,
- "_DHPAVAATLNNLAVLYGK_"
- ],
- [
- 7666,
- 3,
- 15,
- 5,
- 0.1994,
- "_GGGNQVSLLNVVMDLKK_"
- ],
- [
- 19771,
- 3,
- 17,
- 4,
- 0.22784,
- "_LIKEELQSQVELLNSFEK_"
- ],
- [
- 49061,
- 2,
- 16,
- 4,
- 0.21363,
- "_GEEEDPEVNVEMSLQDEIQR_"
- ],
- [
- 20004,
- 2,
- 19,
- 6,
- 0.25635,
- "_EIEDFDSLEALR_"
- ],
- [
- 42371,
- 2,
- 27,
- 9,
- 0.37031,
- "_LDEIYVAGLVAHSDLDER_"
- ],
- [
- 26547,
- 3,
- 18,
- 8,
- 0.24207,
- "_GYDYGPHFQGILEASLEGDSGR_"
- ],
- [
- 37234,
- 3,
- 17,
- 4,
- 0.22784,
- "_WSSFSSTYLPENILVDKPNDQSSR_"
- ],
- [
- 46131,
- 3,
- 14,
- 5,
- 0.18518,
- "_VKPTLIAVRPPVPLPAPSHPASTNEPIVLED_"
- ],
- [
- 33138,
- 3,
- 17,
- 7,
- 0.22784,
- "_RGFEVVYMTEPIDEYCVQQLK_"
- ],
- [
- 49215,
- 3,
- 11,
- 3,
- 0.14249,
- "_LNSTGMYVANTKPGGFTIEISNNNSTMVMTGMR_"
- ],
- [
- 51472,
- 2,
- 11,
- 6,
- 0.14249,
- "_AVQGGGATPVVGAVQGPVPGMPPMTQAPR_"
- ],
- [
- 29827,
- 3,
- 13,
- 6,
- 0.17096,
- "_ELEPLLCHSDNPSQLIWTSSR_"
- ],
- [
- 13925,
- 3,
- 11,
- 2,
- 0.14249,
- "_TSLFEEDKEDDLFAIAK_"
- ],
- [
- 42792,
- 2,
- 12,
- 3,
- 0.15673,
- "_TGEMSGPVFTDSGIHIILR_"
- ],
- [
- 6946,
- 3,
- 11,
- 4,
- 0.14249,
- "_ALEPSFLPVAELHGLR_"
- ],
- [
- 20417,
- 3,
- 18,
- 7,
- 0.2421,
- "_KPVTDCVISVPSFFTDAER_"
- ],
- [
- 33759,
- 2,
- 17,
- 3,
- 0.22788,
- "_NYMAFLDSQTATFSR_"
- ],
- [
- 46076,
- 2,
- 14,
- 6,
- 0.18519,
- "_KPVTDCVISVPSFFTDAER_"
- ],
- [
- 18142,
- 3,
- 17,
- 6,
- 0.22788,
- "_LALVTGGEIASTFDHPELVK_"
- ],
- [
- 37044,
- 2,
- 12,
- 5,
- 0.15673,
- "_GHYTIGKEIIDLVLDR_"
- ],
- [
- 38035,
- 2,
- 11,
- 3,
- 0.14249,
- "_AVELGDELQIDAIDDQK_"
- ],
- [
- 33240,
- 2,
- 13,
- 6,
- 0.17096,
- "_GLDEDETNFLDEVSR_"
- ],
- [
- 14605,
- 2,
- 12,
- 2,
- 0.15673,
- "_ELSLLLQVEQR_"
- ],
- [
- 37899,
- 2,
- 15,
- 5,
- 0.19943,
- "_DHPAVAATLNNLAVLYGK_"
- ],
- [
- 48056,
- 3,
- 17,
- 7,
- 0.22788,
- "_FVSEAWQQVQQQLDGGPAGEGGPRPVQYVER_"
- ],
- [
- 24729,
- 4,
- 18,
- 7,
- 0.2421,
- "_KMDEYVASLHLPSFDAHLTELTDDQAK_"
- ],
- [
- 27881,
- 3,
- 24,
- 5,
- 0.32758,
- "_VWYEWAVTAPVCSAIHNPTGR_"
- ],
- [
- 30333,
- 2,
- 23,
- 4,
- 0.31336,
- "_ESCLEAYTGIVQGLK_"
- ],
- [
- 24274,
- 4,
- 15,
- 4,
- 0.19943,
- "_KYPNKYESVIATLCENLDSLDEPEAR_"
- ],
- [
- 48393,
- 2,
- 8,
- 5,
- 0.099766,
- "_AAVEDNTLTIEPVASQTLPTVK_"
- ],
- [
- 16571,
- 3,
- 8,
- 4,
- 0.099766,
- "_GADLNLVDSLGYNALHYSK_"
- ],
- [
- 45752,
- 2,
- 16,
- 5,
- 0.21366,
- "_HTDVQFYTEVGEITTDLGK_"
- ],
- [
- 37577,
- 2,
- 10,
- 3,
- 0.12827,
- "_PTELLSNPQFIVDGATR_"
- ],
- [
- 46689,
- 3,
- 16,
- 7,
- 0.21366,
- "_DIQNTQCLLNVEHLSAGCPHVTLQFADSK_"
- ],
- [
- 31826,
- 4,
- 16,
- 9,
- 0.21366,
- "_NPTDAYQLNYDMHNPFDICAASYRPIYR_"
- ],
- [
- 35381,
- 2,
- 13,
- 5,
- 0.17096,
- "_SAELPDAVGPIVQLQEK_"
- ],
- [
- 38257,
- 3,
- 13,
- 6,
- 0.17096,
- "_HVGPGVLSMANAGPNTNGSQFFICTIK_"
- ],
- [
- 32087,
- 2,
- 10,
- 3,
- 0.12827,
- "_IGVQLTDSAYVVASMR_"
- ],
- [
- 28735,
- 3,
- 16,
- 7,
- 0.21366,
- "_QVLGQMVIDEELLGDGHSYSPR_"
- ],
- [
- 16984,
- 2,
- 10,
- 5,
- 0.12827,
- "_LILSTDTLEELK_"
- ],
- [
- 17184,
- 3,
- 10,
- 2,
- 0.12827,
- "_AMVLALQDVNMEHLENLK_"
- ],
- [
- 46320,
- 2,
- 10,
- 4,
- 0.12827,
- "_GSITQGTPALPQTGIPTEALVK_"
- ],
- [
- 30789,
- 2,
- 25,
- 5,
- 0.34183,
- "_QMEQISQFLQAAER_"
- ],
- [
- 49493,
- 2,
- 10,
- 5,
- 0.12827,
- "_IVQQWNLQDNDDDQLFYTK_"
- ],
- [
- 30983,
- 2,
- 12,
- 3,
- 0.15673,
- "_SPLTQEQLIPNLAMK_"
- ],
- [
- 48864,
- 2,
- 14,
- 4,
- 0.18519,
- "_EALNLAQMQEQTLQLEQQSK_"
- ],
- [
- 28987,
- 4,
- 12,
- 8,
- 0.15673,
- "_GRPGWHIECSAMAGTLLGASMDIHGGGFDLR_"
- ],
- [
- 28369,
- 2,
- 13,
- 5,
- 0.17101,
- "_LAEYQAYIDFEMK_"
- ],
- [
- 49801,
- 2,
- 21,
- 7,
- 0.28489,
- "_ENPSEEAQNLVEFTDEEGYGR_"
- ],
- [
- 46571,
- 3,
- 14,
- 5,
- 0.18524,
- "_LNDHFPLVVWQTGSGTQTNM(Oxidation (M))NVNEVISNR_"
- ],
- [
- 27145,
- 2,
- 13,
- 3,
- 0.17101,
- "_IFVNSNTDVAPFLR_"
- ],
- [
- 5969,
- 3,
- 13,
- 2,
- 0.17101,
- "_DELNADHPFIYIIR_"
- ],
- [
- 42039,
- 2,
- 14,
- 5,
- 0.18524,
- "_VLNYAPGPLDTDMQQLAR_"
- ],
- [
- 12396,
- 4,
- 12,
- 6,
- 0.15678,
- "_YFVESCHPDVIQHLLQDPVIR_"
- ],
- [
- 40155,
- 3,
- 22,
- 6,
- 0.29913,
- "_EQELHNLLEVVSQCCEASSSDITEK_"
- ],
- [
- 32300,
- 2,
- 30,
- 6,
- 0.4131,
- "_SSGPTSLFAVTVAPPGAR_"
- ],
- [
- 30470,
- 2,
- 10,
- 4,
- 0.12829,
- "_EHLLLDLGLEAEYR_"
- ],
- [
- 24649,
- 2,
- 10,
- 2,
- 0.12829,
- "_EDLECLIQEQMK_"
- ],
- [
- 50331,
- 2,
- 11,
- 4,
- 0.14255,
- "_GWAQMGSPSPCYGCGFPVYPTR_"
- ],
- [
- 35741,
- 2,
- 26,
- 5,
- 0.35611,
- "_AAVPSGASTGIYEALELR_"
- ],
- [
- 6520,
- 2,
- 11,
- 3,
- 0.14255,
- "_NLLDVIDQAR_"
- ],
- [
- 35329,
- 2,
- 11,
- 3,
- 0.14255,
- "_EELQSQVELLNSFEK_"
- ],
- [
- 13191,
- 2,
- 11,
- 5,
- 0.14255,
- "_SALYYVDLIGGK_"
- ],
- [
- 14946,
- 2,
- 7,
- 4,
- 0.085541,
- "_NSILFLNSLDAK_"
- ],
- [
- 48539,
- 3,
- 12,
- 6,
- 0.15678,
- "_VVYGGGAAEISCALAVSQEADKCPTLEQYAM(Oxidation (M))R_"
- ],
- [
- 47733,
- 2,
- 12,
- 5,
- 0.15678,
- "_ELEGLAGQLQAQVQDNEGLSR_"
- ],
- [
- 30042,
- 4,
- 12,
- 8,
- 0.15678,
- "_HTSTSNIQVGLAELTSVSNHVSSPFELSIHK_"
- ],
- [
- 9724,
- 3,
- 12,
- 4,
- 0.15678,
- "_ILDVASLEVLNEVNRR_"
- ],
- [
- 51369,
- 2,
- 12,
- 3,
- 0.15678,
- "_SICEEFSQQADDEGCFTQLVNAK_"
- ],
- [
- 20171,
- 3,
- 20,
- 7,
- 0.2706,
- "_EHINLGCDMDFDIAGPSIR_"
- ],
- [
- 48921,
- 2,
- 12,
- 2,
- 0.15678,
- "_GPIPSGMQGPSPINMGAVVPQGSR_"
- ],
- [
- 15938,
- 2,
- 22,
- 5,
- 0.29913,
- "_LVAIVDVIDQNR_"
- ],
- [
- 47783,
- 2,
- 12,
- 2,
- 0.15678,
- "_QDGTLCLQEPGVFPQEVADR_"
- ],
- [
- 37178,
- 2,
- 13,
- 3,
- 0.17101,
- "_GGSGSVLQDEEVLASLER_"
- ],
- [
- 23994,
- 2,
- 13,
- 4,
- 0.17101,
- "_QLAPLLPSLAPSSAR_"
- ],
- [
- 13748,
- 2,
- 20,
- 7,
- 0.2706,
- "_TVTAMDVVYALK_"
- ],
- [
- 40880,
- 2,
- 9,
- 4,
- 0.11405,
- "_GDFIHVMDNSDPNWWK_"
- ],
- [
- 39779,
- 3,
- 15,
- 4,
- 0.19948,
- "_QPIPASSMPQQIGIPTSSLTQVVHSAGR_"
- ],
- [
- 13148,
- 3,
- 17,
- 7,
- 0.22794,
- "_SLHSELMCPICLDMLK_"
- ],
- [
- 41050,
- 3,
- 14,
- 7,
- 0.18524,
- "_TPDIDVPKENITSDSLLTASMASESTVK_"
- ],
- [
- 46016,
- 3,
- 14,
- 9,
- 0.18524,
- "_SSIIVAADESTISWGPSPTFGELGYGDHKPK_"
- ],
- [
- 6071,
- 2,
- 14,
- 4,
- 0.18524,
- "_DDDVPLMWR_"
- ],
- [
- 29530,
- 4,
- 19,
- 9,
- 0.25638,
- "_DIQNTQCLLNVEHLSAGCPHVTLQFADSK_"
- ],
- [
- 49255,
- 3,
- 14,
- 5,
- 0.18524,
- "_LGSHPLLFSGEVDCTDPQAPSTQPPTCYVELK_"
- ],
- [
- 13443,
- 3,
- 14,
- 7,
- 0.18524,
- "_LIHFSGVALGEACTIVLR_"
- ],
- [
- 5611,
- 4,
- 17,
- 5,
- 0.22794,
- "_FPGLHSFAPDKPGGILMMDLK_"
- ],
- [
- 27884,
- 2,
- 5,
- 2,
- 0.057045,
- "_LCTEFWEPSTLVK_"
- ],
- [
- 9788,
- 2,
- 18,
- 4,
- 0.24217,
- "_NPFDTFFGQR_"
- ],
- [
- 45627,
- 2,
- 16,
- 2,
- 0.21371,
- "_LIKEELQSQVELLNSFEK_"
- ],
- [
- 26297,
- 3,
- 17,
- 6,
- 0.22794,
- "_NVPMTGSISHVLVQLPHVFQR_"
- ],
- [
- 50778,
- 2,
- 19,
- 5,
- 0.25638,
- "_YVPGSASMGTTMAGVDPFTGNSAYR_"
- ],
- [
- 14745,
- 3,
- 8,
- 2,
- 0.099773,
- "_TFHIFYYLLSGAGEHLK_"
- ],
- [
- 8874,
- 4,
- 9,
- 3,
- 0.11404,
- "_KLEEVVQILGDKFPCTLVAQK_"
- ],
- [
- 18823,
- 2,
- 11,
- 5,
- 0.14252,
- "_AQEIDGQALLLLK_"
- ],
- [
- 9202,
- 3,
- 22,
- 6,
- 0.29912,
- "_LMCPQEIVDYIADKK_"
- ],
- [
- 42053,
- 2,
- 6,
- 2,
- 0.071278,
- "_TDTLAIWTSSSFQSDTSR_"
- ],
- [
- 38344,
- 2,
- 16,
- 3,
- 0.21371,
- "_VQLVGLDEESSEFICR_"
- ],
- [
- 47340,
- 2,
- 21,
- 7,
- 0.28484,
- "_SSYPGQITGNM(Oxidation (M))ICVGFLEGGK_"
- ],
- [
- 30850,
- 3,
- 21,
- 4,
- 0.28484,
- "_QYPWGVAEVENGEHCDFTILR_"
- ],
- [
- 22410,
- 2,
- 12,
- 5,
- 0.15678,
- "_YGYEIPVDMLCK_"
- ],
- [
- 24962,
- 2,
- 22,
- 5,
- 0.29912,
- "_EQLWLANEGLITR_"
- ],
- [
- 32207,
- 2,
- 9,
- 2,
- 0.11404,
- "_GEIVIGGQNISMGYFK_"
- ],
- [
- 29480,
- 2,
- 24,
- 8,
- 0.32761,
- "_NEVLMVNIGSLSTGGR_"
- ],
- [
- 40289,
- 2,
- 11,
- 3,
- 0.14252,
- "_EDLISAFGTDDQTEICK_"
- ],
- [
- 20238,
- 2,
- 12,
- 4,
- 0.15678,
- "_EAVTEILGIEPDR_"
- ],
- [
- 36460,
- 3,
- 11,
- 7,
- 0.14252,
- "_DYTVLHPSCLSVCNVTIQDTMER_"
- ],
- [
- 51694,
- 2,
- 10,
- 7,
- 0.12828,
- "_MGQAVPAPTGAPPGGQPDYSAAWAEYYR_"
- ],
- [
- 30223,
- 3,
- 20,
- 6,
- 0.27061,
- "_RGPFELEAFYSDPQGVPYPEAK_"
- ],
- [
- 10680,
- 2,
- 16,
- 4,
- 0.21371,
- "_LGAIFLEGVTVK_"
- ],
- [
- 20916,
- 3,
- 21,
- 5,
- 0.28484,
- "_VLIVSEDPELPYMRPPLSK_"
- ],
- [
- 14195,
- 4,
- 19,
- 4,
- 0.2564,
- "_SLPEEDVAEIQHAEEFLIKPESK_"
- ],
- [
- 37422,
- 2,
- 13,
- 5,
- 0.17101,
- "_TVNELQNLTAAEVVVPR_"
- ],
- [
- 20253,
- 3,
- 10,
- 2,
- 0.12828,
- "_QAGEVVCEAIKNEMNVMLK_"
- ],
- [
- 931,
- 2,
- 13,
- 4,
- 0.17101,
- "_VLEALLPLK_"
- ],
- [
- 10865,
- 3,
- 12,
- 2,
- 0.15678,
- "_FFSTLYENCFHILGK_"
- ],
- [
- 41210,
- 2,
- 19,
- 3,
- 0.2564,
- "_KFMQDPMEIFVDDETK_"
- ],
- [
- 39063,
- 2,
- 12,
- 6,
- 0.15678,
- "_LFDVCGSQDFESDLDR_"
- ],
- [
- 13785,
- 2,
- 14,
- 4,
- 0.18525,
- "_SEDLLDYGPFR_"
- ],
- [
- 21146,
- 2,
- 17,
- 6,
- 0.22795,
- "_NLATTVTEEILEK_"
- ],
- [
- 3311,
- 2,
- 15,
- 5,
- 0.19947,
- "_DWVLNEFR_"
- ],
- [
- 34595,
- 2,
- 13,
- 2,
- 0.17101,
- "_LMEMYNNVFCPPMK_"
- ],
- [
- 26990,
- 2,
- 11,
- 2,
- 0.14252,
- "_FSSYYLSLPPEMR_"
- ],
- [
- 11509,
- 2,
- 12,
- 5,
- 0.15678,
- "_TSLDWWITDK_"
- ],
- [
- 34061,
- 3,
- 16,
- 7,
- 0.21371,
- "_SLPEEDVAEIQHAEEFLIKPESK_"
- ],
- [
- 36637,
- 2,
- 13,
- 2,
- 0.17101,
- "_GQENQLVALIPYSDQR_"
- ],
- [
- 32001,
- 3,
- 16,
- 6,
- 0.21371,
- "_DTIVLLCKPEPELNAAIPSANPAK_"
- ],
- [
- 15288,
- 2,
- 15,
- 3,
- 0.19947,
- "_YITDWQNVFR_"
- ],
- [
- 28078,
- 3,
- 13,
- 4,
- 0.17102,
- "_TPPQLEALQELHPYMEGAQLR_"
- ],
- [
- 40704,
- 3,
- 19,
- 4,
- 0.25641,
- "_APKPEDIDEEDDDVPDLVENFDEASK_"
- ],
- [
- 38040,
- 2,
- 4,
- 4,
- 0.042751,
- "_EIVSDVIDGNEQLSVVR_"
- ],
- [
- 19225,
- 3,
- 9,
- 2,
- 0.11401,
- "_LGSLVAAEWRPEEGFVELK_"
- ],
- [
- 30171,
- 2,
- 12,
- 4,
- 0.15676,
- "_LPCLEISQSVTGFGR_"
- ],
- [
- 19728,
- 3,
- 13,
- 5,
- 0.17102,
- "_HLAPPPLLSPLLPSIKPTVR_"
- ],
- [
- 37930,
- 3,
- 9,
- 3,
- 0.11401,
- "_ESALPCQASPLHPALAYSLPQSPIVR_"
- ],
- [
- 15873,
- 3,
- 16,
- 6,
- 0.21371,
- "_TGEMSGPVFTDSGIHIILR_"
- ],
- [
- 35348,
- 3,
- 17,
- 6,
- 0.22795,
- "_AALDSGAFQSVWVSTDHDEIENVAK_"
- ],
- [
- 5684,
- 2,
- 9,
- 3,
- 0.11401,
- "_TNFFIQLVR_"
- ],
- [
- 42195,
- 2,
- 9,
- 4,
- 0.11401,
- "_MHIAALASAILSDPENNIK_"
- ],
- [
- 18614,
- 3,
- 13,
- 4,
- 0.17102,
- "_DITQQHLCDPLTVSLIEK_"
- ],
- [
- 11996,
- 2,
- 13,
- 3,
- 0.17102,
- "_NFATSLYSMIK_"
- ],
- [
- 19629,
- 3,
- 13,
- 2,
- 0.17102,
- "_YFQIGTIVDNPADFYHSR_"
- ],
- [
- 19446,
- 3,
- 9,
- 4,
- 0.11401,
- "_YHDLECQLIQEFTSAQR_"
- ],
- [
- 39544,
- 2,
- 8,
- 3,
- 0.099771,
- "_FEVTLQTPLYCSMNSK_"
- ],
- [
- 30014,
- 2,
- 9,
- 4,
- 0.11401,
- "_LYGPSSVSFADDFVR_"
- ],
- [
- 32458,
- 2,
- 18,
- 6,
- 0.24218,
- "_DVYVQLYLQHLTAR_"
- ],
- [
- 22058,
- 3,
- 19,
- 6,
- 0.25641,
- "_TDGALLVNAMFFKPHWDEK_"
- ],
- [
- 18545,
- 2,
- 19,
- 5,
- 0.25641,
- "_VESLQEEIAFLK_"
- ],
- [
- 23096,
- 2,
- 15,
- 4,
- 0.19948,
- "_VNYVVQEAIVVIR_"
- ],
- [
- 42813,
- 3,
- 11,
- 6,
- 0.14252,
- "_KISENSYSLDDLEIGPGQLSSSTFDSEK_"
- ],
- [
- 28471,
- 2,
- 21,
- 6,
- 0.28485,
- "_VVVQVLAEEPEAVLK_"
- ],
- [
- 13365,
- 2,
- 14,
- 4,
- 0.18525,
- "_YLMIEEYLTK_"
- ],
- [
- 50352,
- 2,
- 13,
- 5,
- 0.17102,
- "_LTQTSSTEQLNVLETETEVLNK_"
- ],
- [
- 33688,
- 2,
- 7,
- 2,
- 0.085514,
- "_WYLLSEHSGSVEDDI_"
- ],
- [
- 24565,
- 2,
- 15,
- 4,
- 0.19948,
- "_AEAGVPAEFSIWTR_"
- ],
- [
- 51397,
- 2,
- 9,
- 5,
- 0.11401,
- "_NSQEDVFYEDDIWPGENENGAEK_"
- ],
- [
- 28682,
- 4,
- 21,
- 7,
- 0.28485,
- "_VKPTLIAVRPPVPLPAPSHPASTNEPIVLED_"
- ],
- [
- 4679,
- 3,
- 11,
- 4,
- 0.14252,
- "_EHLLLDLGLEAEYR_"
- ],
- [
- 37017,
- 2,
- 12,
- 5,
- 0.15676,
- "_EEFAIMQTPAGELYDK_"
- ],
- [
- 37889,
- 2,
- 16,
- 5,
- 0.21371,
- "_AQYYLPDGSTIEIGPSR_"
- ],
- [
- 40827,
- 2,
- 12,
- 5,
- 0.15676,
- "_NLSELQDTSLQQLVSQR_"
- ],
- [
- 18107,
- 2,
- 7,
- 2,
- 0.085514,
- "_DLFLQGAYDTVR_"
- ],
- [
- 38375,
- 3,
- 14,
- 3,
- 0.18525,
- "_IQNSQLQLQLNQDLSILHQDDGSSK_"
- ],
- [
- 42020,
- 2,
- 7,
- 3,
- 0.085514,
- "_WASENGASVEGFEMVNFK_"
- ],
- [
- 12742,
- 2,
- 14,
- 4,
- 0.18525,
- "_GAVGALLVYDIAK_"
- ],
- [
- 17524,
- 2,
- 21,
- 5,
- 0.28485,
- "_SLVDLTAVDVPTR_"
- ],
- [
- 5346,
- 2,
- 13,
- 5,
- 0.17102,
- "_IDISQLVITK_"
- ],
- [
- 14882,
- 4,
- 20,
- 7,
- 0.27065,
- "_GMSVSDLADKLSTDDLNSLIAHAHR_"
- ],
- [
- 8221,
- 2,
- 20,
- 5,
- 0.27065,
- "_IFGGLDMLAEK_"
- ],
- [
- 49379,
- 2,
- 14,
- 5,
- 0.18526,
- "_VSSTWTTTTSATGLPTLEPAPVR_"
- ],
- [
- 32677,
- 3,
- 14,
- 5,
- 0.18526,
- "_QDNLTIDTQYYLAQQIHPVVAR_"
- ],
- [
- 47555,
- 4,
- 14,
- 9,
- 0.18526,
- "_THHPLGAGAGSGCAPLEADSGASGALAMFFQGGETENEENLSSEK_"
- ],
- [
- 47352,
- 2,
- 14,
- 3,
- 0.18526,
- "_LENQNLLIQVEEVSQTCSK_"
- ],
- [
- 17655,
- 2,
- 18,
- 5,
- 0.24218,
- "_DMFQETMEAMR_"
- ],
- [
- 32338,
- 2,
- 14,
- 3,
- 0.18526,
- "_DELNADHPFIYIIR_"
- ],
- [
- 38277,
- 2,
- 18,
- 2,
- 0.24218,
- "_AHLLAEVIENLECDPR_"
- ],
- [
- 45796,
- 2,
- 17,
- 7,
- 0.22795,
- "_AAELEMELNEHSLVIDTLK_"
- ],
- [
- 50518,
- 2,
- 11,
- 3,
- 0.14251,
- "_VSPEDVEYFNCQQELASELNK_"
- ],
- [
- 44302,
- 2,
- 16,
- 4,
- 0.21372,
- "_GSPQSAAAELSSGLLASAAASSR_"
- ],
- [
- 18246,
- 3,
- 9,
- 4,
- 0.11401,
- "_ASPSEVVFLDDIGANLKPAR_"
- ],
- [
- 2601,
- 2,
- 12,
- 3,
- 0.15676,
- "_LDFEEFMK_"
- ],
- [
- 28632,
- 2,
- 16,
- 4,
- 0.21372,
- "_TVGIDDLTGEPLIQR_"
- ],
- [
- 34555,
- 4,
- 12,
- 5,
- 0.15676,
- "_ISEKPGAPEDNQEEEDEGLGVDLSFIGSHAFAR_"
- ],
- [
- 19943,
- 3,
- 22,
- 6,
- 0.29909,
- "_HTDVQFYTEVGEITTDLGK_"
- ],
- [
- 17871,
- 2,
- 12,
- 3,
- 0.15676,
- "_GCSLWCVELIR_"
- ],
- [
- 29891,
- 2,
- 16,
- 6,
- 0.21372,
- "_GDEGIFEESFIEER_"
- ],
- [
- 10362,
- 2,
- 10,
- 4,
- 0.12825,
- "_LDTPDINIVLK_"
- ],
- [
- 32950,
- 3,
- 11,
- 7,
- 0.14251,
- "_AVLIDEVCTMNDGPHSALYTMMK_"
- ],
- [
- 15789,
- 4,
- 12,
- 5,
- 0.15676,
- "_KTFSHELSDFGLESTAGEIPVVAIR_"
- ],
- [
- 40589,
- 2,
- 12,
- 4,
- 0.15676,
- "_DVICFHAEDFTDVVQR_"
- ],
- [
- 45039,
- 2,
- 16,
- 4,
- 0.21372,
- "_ILPGSMIVSSDDTVDSTIDR_"
- ],
- [
- 13175,
- 2,
- 12,
- 3,
- 0.15676,
- "_DVTFLFNEEGK_"
- ],
- [
- 39292,
- 2,
- 21,
- 6,
- 0.28487,
- "_EGPYSISVLYGDEEVPR_"
- ],
- [
- 13119,
- 4,
- 15,
- 6,
- 0.19948,
- "_FKPLWIEEPTSPDDILGHATISK_"
- ],
- [
- 27858,
- 2,
- 17,
- 4,
- 0.22795,
- "_ILALLDALSTVHSQK_"
- ],
- [
- 16859,
- 2,
- 15,
- 2,
- 0.19948,
- "_DPQFAEDYIFK_"
- ],
- [
- 46489,
- 2,
- 17,
- 5,
- 0.22795,
- "_LQQTQEYFIIQYQESLR_"
- ],
- [
- 36466,
- 2,
- 15,
- 4,
- 0.19948,
- "_MVSISNYPLSAALTCAK_"
- ],
- [
- 26075,
- 3,
- 13,
- 5,
- 0.171,
- "_ESILQRPLSLPSLHVFGDTDK_"
- ],
- [
- 27283,
- 2,
- 9,
- 3,
- 0.11401,
- "_YAIPTIDAEAYAIGK_"
- ],
- [
- 15013,
- 3,
- 11,
- 4,
- 0.14251,
- "_FFIEFYSTCLEEYKK_"
- ],
- [
- 36062,
- 4,
- 15,
- 7,
- 0.19948,
- "_FLNEHPGGEEVLLEQAGVDASESFEDVGHSSDAR_"
- ],
- [
- 4375,
- 2,
- 13,
- 4,
- 0.171,
- "_YWIDIQLR_"
- ],
- [
- 20242,
- 3,
- 15,
- 4,
- 0.19948,
- "_LDALSNFHFIPKPPVPEIK_"
- ],
- [
- 47830,
- 2,
- 15,
- 6,
- 0.19948,
- "_CIQMWFDPAQGNPNEEVAR_"
- ],
- [
- 44434,
- 2,
- 16,
- 6,
- 0.21372,
- "_VSWNITGTVLASSGDDGCVR_"
- ],
- [
- 34489,
- 3,
- 12,
- 6,
- 0.15673,
- "_IIEEAPATIATPAVFEHMEQCAVK_"
- ],
- [
- 11825,
- 3,
- 20,
- 4,
- 0.27064,
- "_IPDIVLWPTCHDDVVK_"
- ],
- [
- 43742,
- 3,
- 13,
- 7,
- 0.17098,
- "_GLSASYLEPDRYDEEEEGEESISLAAIK_"
- ],
- [
- 46185,
- 2,
- 12,
- 5,
- 0.15673,
- "_IMGFDFCVSSTNPSEQEPK_"
- ],
- [
- 41469,
- 2,
- 5,
- 2,
- 0.056929,
- "_GEQTSSGTLSAFASYFNSK_"
- ],
- [
- 31428,
- 2,
- 14,
- 5,
- 0.18522,
- "_TILATGELGTLTNVYK_"
- ],
- [
- 39019,
- 2,
- 12,
- 7,
- 0.15673,
- "_ELAILLGM(Oxidation (M))LDPAEKDEK_"
- ],
- [
- 11398,
- 3,
- 13,
- 2,
- 0.17098,
- "_QISVADLPGLIEGAHMNK_"
- ],
- [
- 45596,
- 2,
- 13,
- 7,
- 0.17098,
- "_IVSWLEYESSFSNEEAQK_"
- ],
- [
- 3434,
- 4,
- 20,
- 7,
- 0.27064,
- "_LDALSNFHFIPKPPVPEIK_"
- ],
- [
- 37181,
- 2,
- 14,
- 5,
- 0.18522,
- "_SALLLEQAAHCFINMK_"
- ],
- [
- 37828,
- 2,
- 18,
- 2,
- 0.24217,
- "_IGPIATPDYIQNAPGLPK_"
- ],
- [
- 23647,
- 3,
- 9,
- 3,
- 0.11397,
- "_CWAQGMDGWRPLQSIPQLK_"
- ],
- [
- 43448,
- 2,
- 17,
- 5,
- 0.22794,
- "_VCLEFQDCGVGLNAAQFK_"
- ],
- [
- 48640,
- 3,
- 17,
- 9,
- 0.22794,
- "_GWVLGPNNYYSFASQQQKPEDTTIPSTELAK_"
- ],
- [
- 40118,
- 2,
- 9,
- 2,
- 0.11397,
- "_LPSGAVFVIANSCVEMNK_"
- ],
- [
- 47815,
- 2,
- 26,
- 7,
- 0.35606,
- "_GGMGSGGLATGIAGGLAGMGGIQNEK_"
- ],
- [
- 15677,
- 3,
- 17,
- 5,
- 0.22794,
- "_APSHVPFLLIGGGTAAFAAAR_"
- ],
- [
- 26821,
- 2,
- 28,
- 4,
- 0.38457,
- "_HWPTFISDIVGASR_"
- ],
- [
- 25751,
- 2,
- 25,
- 5,
- 0.34181,
- "_VDFPQDQLTALTGR_"
- ],
- [
- 49557,
- 3,
- 10,
- 7,
- 0.12823,
- "_NSEYVTEPIQAYIIPSGDAHQSEYIAPCDCR_"
- ],
- [
- 40982,
- 3,
- 10,
- 6,
- 0.12823,
- "_FGGEHVPNSPFQVTALAGDQPSVQPPLR_"
- ],
- [
- 39677,
- 3,
- 11,
- 7,
- 0.14247,
- "_EADLPMTAASHSSAFTPVTAAASPVSLPR_"
- ],
- [
- 35598,
- 2,
- 15,
- 6,
- 0.19948,
- "_ALIEVLQPLIAEHQAR_"
- ],
- [
- 25883,
- 3,
- 15,
- 6,
- 0.19948,
- "_LSFAHPPSAEVEAIALATLHDR_"
- ],
- [
- 43520,
- 3,
- 18,
- 8,
- 0.24217,
- "_EIEMYQGAAQYENPPHIYALADNMYR_"
- ],
- [
- 50098,
- 2,
- 18,
- 6,
- 0.24217,
- "_NQDATEDTDVQNMNEYLSSFK_"
- ],
- [
- 50891,
- 2,
- 12,
- 6,
- 0.15673,
- "_TPAALAALSLTGSGTPPTAANYPSSSR_"
- ],
- [
- 26463,
- 3,
- 19,
- 4,
- 0.2564,
- "_LTLYDIAHTPGVAADLSHIETK_"
- ],
- [
- 23759,
- 3,
- 17,
- 4,
- 0.22794,
- "_GYLTDLNSMIPTHGGDINDIK_"
- ],
- [
- 16325,
- 3,
- 11,
- 3,
- 0.14248,
- "_GTITDAPGFDPLRDAEVLR_"
- ],
- [
- 34508,
- 2,
- 11,
- 3,
- 0.14248,
- "_(Acetyl (Protein N-term))SELEQLRQEAEQLR_"
- ],
- [
- 35512,
- 2,
- 11,
- 4,
- 0.14248,
- "_GTEFGIDYNSWEVGPK_"
- ],
- [
- 31843,
- 2,
- 10,
- 6,
- 0.14248,
- "_SFGGGTGSGFTSLLMER_"
- ],
- [
- 36653,
- 2,
- 14,
- 6,
- 0.18523,
- "_MNQVEDEVFEEFCR_"
- ],
- [
- 27743,
- 3,
- 9,
- 5,
- 0.11397,
- "_IGTILIQTNQLTGEPELHYLR_"
- ],
- [
- 42405,
- 2,
- 9,
- 2,
- 0.11397,
- "_QALDYVELSPLTQASPQR_"
- ],
- [
- 42727,
- 2,
- 6,
- 4,
- 0.071178,
- "_LLCDVTIEVVTPGSGPGTGR_"
- ],
- [
- 25110,
- 3,
- 10,
- 2,
- 0.12822,
- "_EQIVTIGNKPVETIGFDSIMK_"
- ],
- [
- 21070,
- 4,
- 10,
- 5,
- 0.12822,
- "_QPLSEEDVASLSWRPLHLPSADWQR_"
- ],
- [
- 34828,
- 2,
- 11,
- 3,
- 0.14248,
- "_PAPYWEGTAVIDGEFK_"
- ],
- [
- 43527,
- 2,
- 11,
- 3,
- 0.14248,
- "_ADSCQLDYSQGPCLGLFK_"
- ],
- [
- 4024,
- 2,
- 11,
- 3,
- 0.14248,
- "_QLLLIAGLTR_"
- ],
- [
- 42408,
- 2,
- 13,
- 5,
- 0.17098,
- "_AELGTDLLSQLSLEDQKR_"
- ],
- [
- 13966,
- 3,
- 11,
- 4,
- 0.14248,
- "_LSAFFEEHISSVLSDYK_"
- ],
- [
- 46708,
- 3,
- 10,
- 6,
- 0.12822,
- "_DLFLEHAHNLADNVQSISTENTTADGDNAGQ_"
- ],
- [
- 24058,
- 2,
- 10,
- 2,
- 0.12822,
- "_CSAAALDVLANVYR_"
- ],
- [
- 28935,
- 3,
- 12,
- 5,
- 0.15672,
- "_NLQQQYLQINQEITELHPLK_"
- ],
- [
- 44627,
- 4,
- 14,
- 8,
- 0.18523,
- "_CSENKLPAELQELPGLSHQYWSAPSDKEGYSGVGLLSR_"
- ],
- [
- 50591,
- 2,
- 12,
- 7,
- 0.15672,
- "_AVTLHDQGTAQWADLSSQFYLR_"
- ],
- [
- 19156,
- 2,
- 13,
- 4,
- 0.17098,
- "_DTGIFLDLM(Oxidation (M))HLK_"
- ],
- [
- 39640,
- 2,
- 16,
- 8,
- 0.21373,
- "_AGDTVIPLYIPQCGECK_"
- ],
- [
- 38286,
- 2,
- 15,
- 5,
- 0.19947,
- "_DIKPQNLLVDPDTAVLK_"
- ],
- [
- 34310,
- 3,
- 15,
- 4,
- 0.19947,
- "_HVQETTDSILSHFQSLSYSLAER_"
- ],
- [
- 7723,
- 4,
- 18,
- 7,
- 0.24219,
- "_LTLYDIAHTPGVAADLSHIETK_"
- ],
- [
- 15164,
- 3,
- 14,
- 3,
- 0.18523,
- "_MHIAALASAILSDPENNIK_"
- ],
- [
- 35049,
- 2,
- 14,
- 5,
- 0.18523,
- "_NPDQVYLVDYGLAYR_"
- ],
- [
- 11621,
- 2,
- 16,
- 5,
- 0.21373,
- "_VFLGNVETFIK_"
- ],
- [
- 29285,
- 2,
- 16,
- 3,
- 0.21373,
- "_LQGYQLPSALPPVMK_"
- ],
- [
- 23375,
- 2,
- 18,
- 6,
- 0.24219,
- "_DMSPLSETEMALGK_"
- ],
- [
- 51158,
- 2,
- 16,
- 5,
- 0.21373,
- "_QTGDFTFECNCLPGFEGSTCER_"
- ],
- [
- 49163,
- 2,
- 14,
- 6,
- 0.18523,
- "_VDSDTLCTEEVFPTAGAGTDLR_"
- ],
- [
- 27912,
- 3,
- 17,
- 4,
- 0.22795,
- "_KLEEVVQILGDKFPCTLVAQK_"
- ],
- [
- 37276,
- 4,
- 16,
- 7,
- 0.21373,
- "_AAAVPVEFQEHHLSEVQNMASEEKLEQVLSSMK_"
- ],
- [
- 8530,
- 3,
- 16,
- 5,
- 0.21373,
- "_ALIEVLQPLIAEHQAR_"
- ],
- [
- 38632,
- 2,
- 17,
- 6,
- 0.22795,
- "_DGSELILHFVTQCNTR_"
- ],
- [
- 24873,
- 2,
- 21,
- 2,
- 0.2849,
- "_ANDTTFGLAAGVFTR_"
- ],
- [
- 38925,
- 3,
- 10,
- 3,
- 0.12821,
- "_SMALPTQAQVVICGGGITGTSVAYHLSK_"
- ],
- [
- 10948,
- 3,
- 17,
- 4,
- 0.22797,
- "_AHLLAEVIENLECDPR_"
- ],
- [
- 34104,
- 2,
- 13,
- 6,
- 0.17096,
- "_FSLDCPSCDMMELR_"
- ],
- [
- 25520,
- 2,
- 13,
- 5,
- 0.17096,
- "_NVLLEQSGIDILNK_"
- ],
- [
- 26506,
- 3,
- 10,
- 5,
- 0.12821,
- "_AHSNPDFLPVDNCLQSVLGQR_"
- ],
- [
- 40793,
- 4,
- 10,
- 7,
- 0.12821,
- "_PVYAQVGQPDVDLPVSPSDGVLPNSTHEDGILRPSMK_"
- ],
- [
- 42471,
- 4,
- 22,
- 3,
- 0.29914,
- "_GILGYTEHQVVSSDFNSDTHSSTFDAGAGIALNDHFVK_"
- ],
- [
- 12645,
- 3,
- 11,
- 2,
- 0.14247,
- "_TVLEHYALEDDPLAAFK_"
- ],
- [
- 35304,
- 2,
- 10,
- 4,
- 0.12821,
- "_ILVQQFEVQLQQYR_"
- ],
- [
- 4757,
- 2,
- 21,
- 5,
- 0.2849,
- "_MPLIGLGTWK_"
- ],
- [
- 26047,
- 4,
- 9,
- 3,
- 0.11396,
- "_LWGDHGQEALESAHVCLINATATGTEILK_"
- ],
- [
- 7567,
- 2,
- 16,
- 4,
- 0.21371,
- "_LQDMLDGFIK_"
- ],
- [
- 28766,
- 2,
- 13,
- 5,
- 0.17096,
- "_FIAVGYVDDTQFVR_"
- ],
- [
- 47491,
- 2,
- 23,
- 6,
- 0.31336,
- "_QIWTLEQPPDEAGSAAVCLR_"
- ],
- [
- 32401,
- 2,
- 10,
- 3,
- 0.12821,
- "_EAEELIEIEIDGTEK_"
- ],
- [
- 38826,
- 2,
- 21,
- 3,
- 0.2849,
- "_NVNLIEVSLSDLKPPEK_"
- ],
- [
- 9133,
- 2,
- 12,
- 4,
- 0.15672,
- "_ALAVALNWDIK_"
- ],
- [
- 35648,
- 3,
- 15,
- 6,
- 0.19947,
- "_KTFSHELSDFGLESTAGEIPVVAIR_"
- ],
- [
- 18999,
- 3,
- 15,
- 6,
- 0.19947,
- "_EAMFSAGMQLPTLDEINKK_"
- ],
- [
- 30957,
- 3,
- 12,
- 6,
- 0.15672,
- "_IGDVVLSIDGINAQGMTHLEAQNK_"
- ],
- [
- 26652,
- 3,
- 15,
- 3,
- 0.19947,
- "_FHPNLVVGGTYSGQIVLWDNR_"
- ],
- [
- 50410,
- 2,
- 19,
- 7,
- 0.25644,
- "_GEQGQYLQQDANECWIQMMR_"
- ],
- [
- 40406,
- 2,
- 14,
- 3,
- 0.18523,
- "_IFATSTEPVLQQELQLK_"
- ],
- [
- 49332,
- 3,
- 11,
- 5,
- 0.14247,
- "_(Acetyl (Protein N-term))AEQDVENDLLDYDEEEEPQAPQESTPAPPKK_"
- ],
- [
- 33919,
- 2,
- 12,
- 4,
- 0.15672,
- "_SPEYESLGFELTVER_"
- ],
- [
- 47861,
- 2,
- 14,
- 3,
- 0.18523,
- "_AEFEVHEVYAVDVLVSSGEGK_"
- ],
- [
- 3112,
- 2,
- 14,
- 4,
- 0.18523,
- "_INMLVIELK_"
- ],
- [
- 36743,
- 2,
- 20,
- 4,
- 0.27066,
- "_ILFIFIDSDHTDNQR_"
- ],
- [
- 24152,
- 2,
- 20,
- 7,
- 0.27066,
- "_VGNLGLATSFFNER_"
- ],
- [
- 22279,
- 2,
- 14,
- 4,
- 0.18523,
- "_VDQLTAQLADLAAR_"
- ],
- [
- 37202,
- 2,
- 9,
- 3,
- 0.11396,
- "_FM(Oxidation (M))QDPMEVFVDDETK_"
- ],
- [
- 42510,
- 3,
- 14,
- 4,
- 0.18523,
- "_ASAETPAEEQELLTQVCGDVLSTCEHR_"
- ],
- [
- 43213,
- 2,
- 13,
- 4,
- 0.17097,
- "_VDIDVPDVNVQGPDWHLK_"
- ],
- [
- 49517,
- 2,
- 12,
- 6,
- 0.15671,
- "_LIENNDTILESTQPVDELEGR_"
- ],
- [
- 37860,
- 2,
- 12,
- 4,
- 0.15671,
- "_TMQALEIELQSQLSM(Oxidation (M))K_"
- ],
- [
- 48994,
- 2,
- 13,
- 4,
- 0.17097,
- "_ADSDVADDVPVAQETVQVIPGSK_"
- ],
- [
- 43821,
- 2,
- 12,
- 4,
- 0.15671,
- "_LYIQNYTSAVPGTCLTIR_"
- ],
- [
- 39809,
- 3,
- 18,
- 5,
- 0.24221,
- "_DYIQESENIASLHNQITACDAVLER_"
- ],
- [
- 33262,
- 2,
- 18,
- 6,
- 0.24221,
- "_DVCTELLPLIKPQGR_"
- ],
- [
- 1527,
- 2,
- 21,
- 4,
- 0.2849,
- "_FDILCVVR_"
- ],
- [
- 48309,
- 2,
- 12,
- 6,
- 0.15671,
- "_DVYGGAHQTLGLSGNLIASSFGK_"
- ],
- [
- 46694,
- 2,
- 20,
- 6,
- 0.27068,
- "_AIAIASDMQDDFISPCGACR_"
- ],
- [
- 50268,
- 2,
- 12,
- 5,
- 0.15671,
- "_VNPASPSGVFPASVVSSEGQVPNLK_"
- ],
- [
- 23088,
- 2,
- 16,
- 5,
- 0.21371,
- "_EQDIYLPIANVAR_"
- ],
- [
- 17595,
- 3,
- 12,
- 4,
- 0.15671,
- "_VFEVSLADLQNDEVAFRK_"
- ],
- [
- 25902,
- 3,
- 15,
- 5,
- 0.21371,
- "_FRPVPGSALQIFELCAQEQR_"
- ],
- [
- 40101,
- 2,
- 6,
- 5,
- 0.071196,
- "_VIVDGSDMEEWPCIASK_"
- ],
- [
- 12491,
- 3,
- 16,
- 4,
- 0.21371,
- "_FGHGTFLLCLETIYQK_"
- ],
- [
- 24378,
- 3,
- 16,
- 5,
- 0.21371,
- "_ALYPGALGRPPPMPPMNFDPR_"
- ],
- [
- 45088,
- 2,
- 15,
- 6,
- 0.19947,
- "_EAMFSAGMQLPTLDEINKK_"
- ],
- [
- 27102,
- 2,
- 8,
- 3,
- 0.099665,
- "_WFTLSSGQGQVLLR_"
- ],
- [
- 10100,
- 2,
- 9,
- 2,
- 0.11395,
- "_LSIDWGTAFPK_"
- ],
- [
- 39921,
- 3,
- 10,
- 4,
- 0.1282,
- "_AQAYGELGSLHSQLGNYEQAISCLER_"
- ],
- [
- 5156,
- 2,
- 10,
- 2,
- 0.1282,
- "_NVFDFLNEK_"
- ],
- [
- 44096,
- 2,
- 17,
- 4,
- 0.22796,
- "_AGAYDFPSPEWDTVTPEAK_"
- ],
- [
- 29906,
- 2,
- 14,
- 4,
- 0.18521,
- "_ALGEPITLFGEGPAER_"
- ],
- [
- 15415,
- 3,
- 15,
- 2,
- 0.19947,
- "_AELGTDLLSQLSLEDQKR_"
- ],
- [
- 2206,
- 2,
- 14,
- 4,
- 0.19947,
- "_MALLATVLGR_"
- ],
- [
- 49666,
- 2,
- 13,
- 4,
- 0.17097,
- "_QICNMYTMYSMMNVGQTAEK_"
- ],
- [
- 21970,
- 2,
- 12,
- 3,
- 0.15671,
- "_IFTAEELEAEIGR_"
- ],
- [
- 14365,
- 3,
- 11,
- 2,
- 0.14246,
- "_FSQLAEAYEVLSDEVKR_"
- ],
- [
- 31657,
- 3,
- 14,
- 4,
- 0.18521,
- "_IEAAHCLACDMLIPAQPQLLQR_"
- ],
- [
- 7891,
- 2,
- 14,
- 3,
- 0.18521,
- "_NIVSAFGIIPR_"
- ],
- [
- 21860,
- 2,
- 14,
- 2,
- 0.18521,
- "_VQGDYFETLLYK_"
- ],
- [
- 24714,
- 3,
- 11,
- 6,
- 0.14246,
- "_FTQNMMMPIIHYPNEVIVK_"
- ],
- [
- 39970,
- 2,
- 13,
- 6,
- 0.17096,
- "_CAQYWPTDDQEMLFK_"
- ],
- [
- 49999,
- 2,
- 8,
- 4,
- 0.099686,
- "_ECLAVMESYFNENQYPDEAK_"
- ],
- [
- 13581,
- 3,
- 17,
- 6,
- 0.22797,
- "_GDFIHVMDNSDPNWWK_"
- ],
- [
- 15473,
- 2,
- 21,
- 4,
- 0.28493,
- "_DEPDTNLVALMK_"
- ],
- [
- 35139,
- 2,
- 7,
- 2,
- 0.085449,
- "_MVEMFLEYQNQISR_"
- ],
- [
- 38432,
- 2,
- 9,
- 4,
- 0.11392,
- "_FQPETIACACIYLAAR_"
- ],
- [
- 13203,
- 3,
- 12,
- 2,
- 0.15671,
- "_GHYGAFLQDEWDLLQR_"
- ],
- [
- 41238,
- 3,
- 30,
- 9,
- 0.41305,
- "_KPEDWDEEMDGEWEPPVIQNPEYK_"
- ],
- [
- 26453,
- 2,
- 10,
- 3,
- 0.1282,
- "_VDGLAFVNEDIVASK_"
- ],
- [
- 25117,
- 2,
- 6,
- 3,
- 0.071211,
- "_SSYPVMGFEFQVR_"
- ],
- [
- 44026,
- 2,
- 30,
- 7,
- 0.41305,
- "_GAVVGIDLGTTNSCVAVMEGK_"
- ],
- [
- 41280,
- 4,
- 13,
- 7,
- 0.17096,
- "_GSMYMQQQQPLLSTQDFNMAADIDPQNADVYHHR_"
- ],
- [
- 46459,
- 2,
- 12,
- 2,
- 0.15671,
- "_FNEVSSQQAAIQAYEDMVR_"
- ],
- [
- 50195,
- 2,
- 11,
- 6,
- 0.14246,
- "_GEWIKPGAIVIDCGINYVPDDK_"
- ],
- [
- 44852,
- 2,
- 11,
- 5,
- 0.14246,
- "_LALEQQVETANEEMTFMK_"
- ],
- [
- 16091,
- 2,
- 11,
- 3,
- 0.14246,
- "_VDMLSEINIAPR_"
- ],
- [
- 45465,
- 3,
- 12,
- 8,
- 0.15671,
- "_GVNIGGAGSYIYEKPLAEGPQVTGPIEVPAAR_"
- ],
- [
- 26431,
- 3,
- 14,
- 3,
- 0.18522,
- "_VSDVEELTPPEHLSDLPPFSR_"
- ],
- [
- 5171,
- 2,
- 12,
- 4,
- 0.15671,
- "_DLALGLVPGDR_"
- ],
- [
- 31545,
- 2,
- 27,
- 6,
- 0.3703,
- "_NSSYFVEWIPNNVK_"
- ],
- [
- 40408,
- 3,
- 14,
- 4,
- 0.18522,
- "_AQPLEDLAGFTELSETSGHTQESLTAGK_"
- ],
- [
- 14515,
- 4,
- 14,
- 7,
- 0.18522,
- "_RPNVVLLLTDDQDEVLGGMTPLKK_"
- ],
- [
- 6676,
- 3,
- 18,
- 5,
- 0.24221,
- "_DVCTELLPLIKPQGR_"
- ],
- [
- 16945,
- 3,
- 14,
- 2,
- 0.18522,
- "_NPTFMCLALHCIANVGSR_"
- ],
- [
- 31352,
- 3,
- 15,
- 2,
- 0.19946,
- "_LQQELEFLEVQEEYIKDEQK_"
- ],
- [
- 31370,
- 2,
- 18,
- 4,
- 0.24221,
- "_SETITEEELVGLMNK_"
- ],
- [
- 6087,
- 2,
- 19,
- 4,
- 0.25647,
- "_DIDEVSSLLR_"
- ],
- [
- 50488,
- 2,
- 18,
- 4,
- 0.24221,
- "_QPPDSGPMCDLLWSDPQPQNGR_"
- ],
- [
- 46095,
- 2,
- 16,
- 5,
- 0.21372,
- "_LLTETEDWLYEEGEDQAK_"
- ],
- [
- 20613,
- 4,
- 14,
- 7,
- 0.18522,
- "_MIDVDSLTDKECDWLNNYHLTCR_"
- ],
- [
- 21712,
- 3,
- 16,
- 6,
- 0.21372,
- "_FGAVFLWDSGSSVGEITGHNK_"
- ],
- [
- 41737,
- 3,
- 19,
- 7,
- 0.25647,
- "_ITSAVWGPLGECIIAGHESGELNQYSAK_"
- ],
- [
- 28501,
- 3,
- 15,
- 6,
- 0.19946,
- "_SINGELYAPLQHVSAVLPGGAADR_"
- ],
- [
- 27460,
- 2,
- 16,
- 6,
- 0.21372,
- "_NLSTVMDEIHTVLK_"
- ],
- [
- 8989,
- 2,
- 18,
- 5,
- 0.24221,
- "_VLPSIVNEVLK_"
- ],
- [
- 35373,
- 3,
- 14,
- 7,
- 0.18522,
- "_DRPQEADGIDSVIVVDNVPQVGPDR_"
- ],
- [
- 33398,
- 2,
- 17,
- 6,
- 0.22797,
- "_DEGLHCDFACLMFK_"
- ],
- [
- 24216,
- 3,
- 17,
- 5,
- 0.22797,
- "_SLGQWLQEEKVPAIYGVDTR_"
- ],
- [
- 15512,
- 3,
- 18,
- 5,
- 0.24221,
- "_IASWADLVNAHVVPGSGVVK_"
- ],
- [
- 19378,
- 2,
- 14,
- 3,
- 0.18522,
- "_LNGFQLENFTLK_"
- ],
- [
- 46621,
- 2,
- 16,
- 4,
- 0.21372,
- "_GFFICDQPYEPVSPYSCK_"
- ],
- [
- 42499,
- 2,
- 10,
- 4,
- 0.12817,
- "_LYLFGLESAEQAHEWVK_"
- ],
- [
- 20622,
- 2,
- 13,
- 5,
- 0.17096,
- "_LAEISDVWEEMK_"
- ],
- [
- 49525,
- 3,
- 13,
- 5,
- 0.17096,
- "_EHPWEVMPDLYFYRDPEEIEKEEQAAAEK_"
- ],
- [
- 5006,
- 3,
- 13,
- 4,
- 0.17096,
- "_NTIEMQAITALAHLR_"
- ],
- [
- 34403,
- 3,
- 16,
- 6,
- 0.21371,
- "_RPNVVLLLTDDQDEVLGGMTPLKK_"
- ],
- [
- 20165,
- 4,
- 13,
- 7,
- 0.17096,
- "_DSELLIHVFPCVPERPGMPCPGEDK_"
- ],
- [
- 30726,
- 3,
- 13,
- 7,
- 0.17096,
- "_ANIVAYHDSIMNPDYNVEFFR_"
- ],
- [
- 20782,
- 3,
- 13,
- 5,
- 0.17096,
- "_NGTKPPLDADVNLEAIAGDLR_"
- ],
- [
- 46362,
- 2,
- 5,
- 2,
- 0.056993,
- "_QLVSCSSDGGIAVWNMDVSR_"
- ],
- [
- 14258,
- 2,
- 10,
- 3,
- 0.12817,
- "_AEFFADVVPAVR_"
- ],
- [
- 25955,
- 2,
- 12,
- 4,
- 0.15671,
- "_NISFTVWDVGGQDK_"
- ],
- [
- 45020,
- 2,
- 7,
- 4,
- 0.085464,
- "_GQFNFDHPDAFDNELILK_"
- ],
- [
- 30464,
- 2,
- 10,
- 5,
- 0.12817,
- "_CSYVVTNGLGINVFK_"
- ],
- [
- 9958,
- 3,
- 10,
- 4,
- 0.12817,
- "_IPLPVSNILWEHCIR_"
- ],
- [
- 16640,
- 2,
- 12,
- 5,
- 0.15671,
- "_ALMVEWTDEFK_"
- ],
- [
- 47319,
- 3,
- 12,
- 4,
- 0.15671,
- "_GM(Oxidation (M))QELGVHPDQETYTDYVIPCFDSVNSAR_"
- ],
- [
- 19161,
- 2,
- 6,
- 3,
- 0.071243,
- "_EIIEQGIDLFNK_"
- ],
- [
- 45672,
- 2,
- 12,
- 6,
- 0.15671,
- "_SPFLQVFNNSPDESSYYR_"
- ],
- [
- 36935,
- 3,
- 12,
- 7,
- 0.15671,
- "_LKEEEDEYETSGEGQDIWDMLDK_"
- ],
- [
- 40517,
- 3,
- 12,
- 6,
- 0.15671,
- "_QNYVDLVSSLSPSLESSSQVEPGTDRK_"
- ],
- [
- 35506,
- 3,
- 12,
- 6,
- 0.15671,
- "_HTEVPTGTCPVDPFEAQWAALENK_"
- ],
- [
- 33624,
- 2,
- 11,
- 4,
- 0.14245,
- "_SAVPFLPVNPEYSATR_"
- ],
- [
- 27472,
- 2,
- 17,
- 6,
- 0.22798,
- "_NLTALGLNLVASGGTAK_"
- ],
- [
- 22553,
- 2,
- 11,
- 2,
- 0.14245,
- "_CLFIQMEFCDK_"
- ],
- [
- 37117,
- 2,
- 13,
- 3,
- 0.17096,
- "_QDQTLAELQNNMVLVK_"
- ],
- [
- 24143,
- 2,
- 7,
- 4,
- 0.085464,
- "_CSDAVPGGLFGFAAR_"
- ],
- [
- 39761,
- 2,
- 16,
- 4,
- 0.21371,
- "_TLVSTVGSMVFNEGEAQR_"
- ],
- [
- 11499,
- 3,
- 14,
- 4,
- 0.18522,
- "_LALELPDVTKEDLAIQK_"
- ],
- [
- 13524,
- 2,
- 8,
- 3,
- 0.099703,
- "_FQVIVYNPLGR_"
- ],
- [
- 45198,
- 3,
- 22,
- 5,
- 0.29918,
- "_LGPISPPQPPSVSAWNKPLTSFGSAPSSEGAK_"
- ],
- [
- 31235,
- 3,
- 20,
- 7,
- 0.27072,
- "_AGQVVTIWAAGAGATHSPPTDLVWK_"
- ],
- [
- 32676,
- 3,
- 18,
- 6,
- 0.24222,
- "_VNKEESLQMQVQDILEQNEALK_"
- ],
- [
- 25246,
- 2,
- 15,
- 3,
- 0.19947,
- "_NSQSFFSGLFGGSSK_"
- ],
- [
- 12986,
- 2,
- 9,
- 4,
- 0.11394,
- "_YLLLGQGDFIR_"
- ],
- [
- 49224,
- 3,
- 8,
- 4,
- 0.099703,
- "_LYSEDYDDNYDYLESGNWMNDYDSTSHAR_"
- ],
- [
- 38877,
- 2,
- 14,
- 4,
- 0.18522,
- "_MEAQALLQDYISTQSAK_"
- ],
- [
- 15687,
- 3,
- 8,
- 2,
- 0.099703,
- "_EYELESLFEHYCYSR_"
- ],
- [
- 16171,
- 4,
- 14,
- 4,
- 0.18524,
- "_QYSHHSSVQDAVSQLDSELMDITK_"
- ],
- [
- 31277,
- 4,
- 11,
- 5,
- 0.14245,
- "_DCHVLTFSSSGSVSDHLVLHPQLATGNFIIK_"
- ],
- [
- 1106,
- 2,
- 9,
- 3,
- 0.11398,
- "_CMLGLLLGK_"
- ],
- [
- 35998,
- 3,
- 15,
- 7,
- 0.19949,
- "_QYSHHSSVQDAVSQLDSELMDITK_"
- ],
- [
- 45518,
- 2,
- 12,
- 4,
- 0.15673,
- "_ASLLSFQDEEEENEEVFK_"
- ],
- [
- 16632,
- 3,
- 13,
- 4,
- 0.17099,
- "_AAGAEPDSILKPELLSAIEK_"
- ],
- [
- 21195,
- 3,
- 12,
- 5,
- 0.15673,
- "_VLVPEHEKDVLEWIACVR_"
- ],
- [
- 50641,
- 2,
- 13,
- 9,
- 0.17099,
- "_ANIVAYHDSIMNPDYNVEFFR_"
- ],
- [
- 11846,
- 2,
- 14,
- 4,
- 0.18524,
- "_ADGILVPGGFGIR_"
- ],
- [
- 25887,
- 2,
- 13,
- 5,
- 0.17099,
- "_LTVEFMHYIIAAR_"
- ],
- [
- 18572,
- 3,
- 16,
- 5,
- 0.21375,
- "_PYTPISSDDDKGFVDLVIK_"
- ],
- [
- 26950,
- 2,
- 12,
- 3,
- 0.15673,
- "_(Acetyl (Protein N-term))SDSEKLNLDSIIGR_"
- ],
- [
- 20356,
- 3,
- 16,
- 6,
- 0.21375,
- "_SYSMIVNNLLKPISVEGSSK_"
- ],
- [
- 34923,
- 2,
- 12,
- 4,
- 0.15673,
- "_VLGLIKPLEMLQDQGK_"
- ],
- [
- 47653,
- 2,
- 16,
- 7,
- 0.21375,
- "_ELLMNADVICCTCVGAGDPR_"
- ],
- [
- 36115,
- 3,
- 9,
- 6,
- 0.11398,
- "_QQALTVSTDPEHRFELALQLGELK_"
- ],
- [
- 36503,
- 2,
- 11,
- 3,
- 0.14245,
- "_SISDVTFGAGVSYIGTPR_"
- ],
- [
- 48441,
- 2,
- 12,
- 3,
- 0.15673,
- "_AVTESINQLITLCTQQAPGQK_"
- ],
- [
- 40531,
- 2,
- 14,
- 5,
- 0.18524,
- "_GTEDITSPHGIPLDLLDR_"
- ],
- [
- 31469,
- 3,
- 11,
- 5,
- 0.14245,
- "_LAMDLPGHADEVYAVDWSPDGQR_"
- ],
- [
- 42481,
- 2,
- 17,
- 5,
- 0.22799,
- "_IASWADLVNAHVVPGSGVVK_"
- ],
- [
- 45468,
- 2,
- 14,
- 2,
- 0.18524,
- "_SEAEDEDDEDYVPYVPLR_"
- ],
- [
- 37316,
- 2,
- 15,
- 6,
- 0.19949,
- "_ALCQITDSTMLQAIER_"
- ],
- [
- 43570,
- 2,
- 15,
- 2,
- 0.19949,
- "_NPTFMCLALHCIANVGSR_"
- ],
- [
- 42631,
- 2,
- 11,
- 6,
- 0.14245,
- "_EYELESLFEHYCYSR_"
- ],
- [
- 29975,
- 2,
- 11,
- 3,
- 0.14245,
- "_IVYLCITDDDFER_"
- ],
- [
- 8494,
- 3,
- 15,
- 6,
- 0.19949,
- "_WGTDEEKFITIFGTR_"
- ],
- [
- 13232,
- 3,
- 11,
- 5,
- 0.14245,
- "_GTEDITSPHGIPLDLLDR_"
- ],
- [
- 39928,
- 2,
- 20,
- 6,
- 0.27073,
- "_DLDEVLQTHSVFVNVSK_"
- ],
- [
- 36773,
- 4,
- 36,
- 9,
- 0.49854,
- "_LGVHPLSCHGWVLGEHGDSSVPVWSGMNVAGVSLK_"
- ],
- [
- 9093,
- 3,
- 12,
- 3,
- 0.15668,
- "_DGSGTDHFIQALDSLSR_"
- ],
- [
- 15969,
- 2,
- 27,
- 5,
- 0.37039,
- "_MFIGGLSWDTTK_"
- ],
- [
- 33308,
- 3,
- 16,
- 7,
- 0.21372,
- "_TCENFLALCASNYYNGCIFHR_"
- ],
- [
- 1408,
- 2,
- 13,
- 3,
- 0.17096,
- "_FYSFLVLK_"
- ],
- [
- 13675,
- 3,
- 10,
- 2,
- 0.12821,
- "_NFLNAIATDIIHLHSQR_"
- ],
- [
- 30028,
- 2,
- 9,
- 2,
- 0.11397,
- "_CLSLSVWNQQVLGR_"
- ],
- [
- 16321,
- 4,
- 12,
- 5,
- 0.15668,
- "_QQALTVSTDPEHRFELALQLGELK_"
- ],
- [
- 7961,
- 3,
- 12,
- 5,
- 0.15668,
- "_VLGLIKPLEMLQDQGK_"
- ],
- [
- 33288,
- 2,
- 13,
- 5,
- 0.17096,
- "_TSDSPWFLSGSETLGR_"
- ],
- [
- 35496,
- 2,
- 9,
- 5,
- 0.11397,
- "_MLLSPGGVSQPLTASLAR_"
- ],
- [
- 30942,
- 2,
- 13,
- 6,
- 0.17096,
- "_NTIEMQAITALAHLR_"
- ],
- [
- 8946,
- 2,
- 15,
- 3,
- 0.19947,
- "_LMFSGLLVSSR_"
- ],
- [
- 40263,
- 2,
- 12,
- 5,
- 0.15668,
- "_NPLDIDASGVVGLSFSGHR_"
- ],
- [
- 18388,
- 2,
- 13,
- 5,
- 0.17096,
- "_GLSIEQLTTLAEK_"
- ],
- [
- 28161,
- 3,
- 11,
- 3,
- 0.14244,
- "_SHIGVVPQDTVLFNDTIADNIR_"
- ],
- [
- 41531,
- 2,
- 15,
- 5,
- 0.19947,
- "_FSQLAEAYEVLSDEVKR_"
- ],
- [
- 30506,
- 3,
- 19,
- 7,
- 0.25648,
- "_AVTLHDQGTAQWADLSSQFYLR_"
- ],
- [
- 29193,
- 3,
- 18,
- 6,
- 0.24222,
- "_GEWIKPGAIVIDCGINYVPDDK_"
- ],
- [
- 17110,
- 2,
- 12,
- 2,
- 0.15668,
- "_DIPVNPMCIYR_"
- ],
- [
- 32830,
- 2,
- 12,
- 6,
- 0.15668,
- "_LAVNNIAGIEEVNMIK_"
- ],
- [
- 34665,
- 2,
- 19,
- 5,
- 0.25648,
- "_AM(Oxidation (M))GIM(Oxidation (M))NSFVNDIFER_"
- ],
- [
- 50937,
- 2,
- 7,
- 4,
- 0.085499,
- "_LCYVALDFEQEM(Oxidation (M))ATAASSSSLEK_"
- ],
- [
- 21440,
- 4,
- 21,
- 8,
- 0.28497,
- "_TEHSPFHEHVLGALCSLVTDFPQGVR_"
- ],
- [
- 39106,
- 2,
- 15,
- 5,
- 0.19947,
- "_GLLSDSMTDVPVDTGVAAR_"
- ],
- [
- 46435,
- 3,
- 16,
- 6,
- 0.21372,
- "_NQMAEPPPPEPPAGPSEVEQQLQAEAEHLR_"
- ],
- [
- 4340,
- 2,
- 9,
- 2,
- 0.11397,
- "_FLILPDM(Oxidation (M))LK_"
- ],
- [
- 49039,
- 2,
- 14,
- 5,
- 0.18521,
- "_HPTVLFVYGGPQVQLVNNSFK_"
- ],
- [
- 47652,
- 2,
- 10,
- 2,
- 0.12822,
- "_AYGNLGDCYEALGDYEEAIK_"
- ],
- [
- 41177,
- 2,
- 11,
- 4,
- 0.14246,
- "_QQNWDSLIAGDQLINQK_"
- ],
- [
- 31828,
- 3,
- 14,
- 6,
- 0.18521,
- "_KQEIEKPVAVSELFTTLPIVQGK_"
- ],
- [
- 21019,
- 3,
- 13,
- 4,
- 0.17093,
- "_GDVMDVIEKPENDPEWWK_"
- ],
- [
- 48608,
- 2,
- 13,
- 5,
- 0.17093,
- "_AILQENGCLSDSDMFSQAGLR_"
- ],
- [
- 31153,
- 3,
- 13,
- 3,
- 0.17093,
- "_VLRPGSSASLTCVAPLSGVDFQLR_"
- ],
- [
- 18150,
- 4,
- 13,
- 7,
- 0.17093,
- "_MTDLSDNPIHESMWELEVEDLHR_"
- ],
- [
- 45670,
- 3,
- 13,
- 6,
- 0.17093,
- "_PVSWADETDDLEGDVSTTWHSNDDDVYR_"
- ],
- [
- 37402,
- 3,
- 13,
- 7,
- 0.17093,
- "_LVTAVSNNTIQVHTFPEGVPDGILTR_"
- ],
- [
- 31499,
- 2,
- 10,
- 3,
- 0.12822,
- "_GVSAIVYMVDAADQEK_"
- ],
- [
- 28311,
- 3,
- 10,
- 5,
- 0.12822,
- "_PARPDPIDMDEDELEMLSEAR_"
- ],
- [
- 39518,
- 2,
- 12,
- 3,
- 0.15669,
- "_AVDLCAAPGSWSQVLSQK_"
- ],
- [
- 46161,
- 2,
- 11,
- 6,
- 0.14246,
- "_LSPTPSMQDGLDLPSETDLR_"
- ],
- [
- 27413,
- 2,
- 12,
- 4,
- 0.15669,
- "_ETYPNYLPLYVAR_"
- ],
- [
- 38919,
- 2,
- 11,
- 6,
- 0.14246,
- "_HLISGAEDGLICIWDAK_"
- ],
- [
- 6248,
- 2,
- 9,
- 4,
- 0.114,
- "_ALFAISCLVR_"
- ],
- [
- 41848,
- 2,
- 17,
- 4,
- 0.22797,
- "_ESGVGQTDWSGVEAGEFLK_"
- ],
- [
- 35696,
- 3,
- 16,
- 6,
- 0.21372,
- "_KHGLEVIYMIEPIDEYCVQQLK_"
- ],
- [
- 39605,
- 3,
- 16,
- 7,
- 0.21372,
- "_DSELLIHVFPCVPERPGMPCPGEDK_"
- ],
- [
- 41966,
- 4,
- 16,
- 9,
- 0.21372,
- "_QQFPFHSAPALDVDWQSNNTFASCSTDMCIHVCK_"
- ],
- [
- 9579,
- 2,
- 16,
- 4,
- 0.21372,
- "_LYTWVEWVK_"
- ],
- [
- 9970,
- 2,
- 12,
- 4,
- 0.15669,
- "_LAGATLLIFANK_"
- ],
- [
- 25767,
- 2,
- 19,
- 6,
- 0.25647,
- "_MEMEMEQVFEMK_"
- ],
- [
- 19989,
- 3,
- 16,
- 5,
- 0.21372,
- "_TSFNLLPQPSSIVLEEDHK_"
- ],
- [
- 21178,
- 2,
- 10,
- 3,
- 0.12822,
- "_DAVFIPAGWDNEK_"
- ],
- [
- 6853,
- 2,
- 19,
- 6,
- 0.25647,
- "_DGVYVLDLAAK_"
- ],
- [
- 35861,
- 2,
- 8,
- 3,
- 0.099747,
- "_PGCFIAGADINMLAACK_"
- ],
- [
- 31727,
- 2,
- 16,
- 4,
- 0.21372,
- "_TAAPTVCLLVLSQAEK_"
- ],
- [
- 43624,
- 2,
- 22,
- 6,
- 0.29922,
- "_VCATLPSTVAVTSVCWSPK_"
- ],
- [
- 26682,
- 2,
- 10,
- 5,
- 0.12822,
- "_AQNIMESFENPFR_"
- ],
- [
- 34339,
- 2,
- 16,
- 5,
- 0.21372,
- "_VLSECSPLMNDIFNK_"
- ],
- [
- 50043,
- 2,
- 24,
- 4,
- 0.3277,
- "_TVSLPPPDLGTGTDGPAGSDTSPFR_"
- ],
- [
- 35972,
- 2,
- 16,
- 6,
- 0.21372,
- "_QSTQVMAASMSAFDPLK_"
- ],
- [
- 36228,
- 2,
- 18,
- 4,
- 0.24223,
- "_TFEEDPAVGAIVLTGGDK_"
- ],
- [
- 25801,
- 2,
- 15,
- 4,
- 0.19946,
- "_VLFASQEIPASPFR_"
- ],
- [
- 36881,
- 3,
- 24,
- 8,
- 0.3277,
- "_IEPELDGSAQVTSHDASTNGLINFIK_"
- ],
- [
- 36563,
- 2,
- 10,
- 3,
- 0.12822,
- "_MQDTSVSFGYQLDLPK_"
- ],
- [
- 41034,
- 2,
- 14,
- 5,
- 0.18521,
- "_QSDDEVYAPGLDIESSLK_"
- ],
- [
- 6201,
- 3,
- 17,
- 5,
- 0.22797,
- "_LKEAELLEPLMPAIR_"
- ],
- [
- 7279,
- 4,
- 25,
- 7,
- 0.34194,
- "_LSFAHPPSAEVEAIALATLHDR_"
- ],
- [
- 15560,
- 3,
- 10,
- 3,
- 0.12822,
- "_LYLFGLESAEQAHEWVK_"
- ],
- [
- 48816,
- 2,
- 15,
- 6,
- 0.19946,
- "_WYYFDDSSVSTASEDQIVSK_"
- ],
- [
- 33870,
- 3,
- 18,
- 8,
- 0.24223,
- "_NLNTLCWAIGSISGAMHEEDEKR_"
- ],
- [
- 49598,
- 3,
- 10,
- 4,
- 0.12822,
- "_HQQEQEAEGVAAPADPEMVTLPLQPSSTMGQVGR_"
- ],
- [
- 23839,
- 2,
- 13,
- 4,
- 0.17096,
- "_VMAGALEGDLFIGPK_"
- ],
- [
- 37968,
- 2,
- 20,
- 2,
- 0.27074,
- "_WPDFNQEAYVGGTMVR_"
- ],
- [
- 34810,
- 3,
- 12,
- 4,
- 0.15673,
- "_M(Oxidation (M))VHNGIEYGDMQLICEAYHLMK_"
- ],
- [
- 10759,
- 2,
- 18,
- 3,
- 0.24224,
- "_GTELDLSWISK_"
- ],
- [
- 37383,
- 2,
- 10,
- 5,
- 0.12827,
- "_LVSASYDGTAQVWDALR_"
- ],
- [
- 9550,
- 3,
- 28,
- 6,
- 0.38467,
- "_ILFIFIDSDHTDNQR_"
- ],
- [
- 34483,
- 3,
- 10,
- 4,
- 0.12827,
- "_GSYHLDWDKMDDPNFIPFGGDTK_"
- ],
- [
- 4908,
- 2,
- 14,
- 3,
- 0.1852,
- "_EEDMLELLK_"
- ],
- [
- 25380,
- 2,
- 19,
- 2,
- 0.2565,
- "_DYVIEDDVNMAIR_"
- ],
- [
- 46356,
- 2,
- 19,
- 6,
- 0.2565,
- "_SGEEDFESLASQFSDCSSAK_"
- ],
- [
- 26343,
- 3,
- 11,
- 6,
- 0.14249,
- "_LEGYWGEAQSLCQAVDEHLR_"
- ],
- [
- 49247,
- 2,
- 11,
- 4,
- 0.14249,
- "_AGSAMAIGGGGGSGTLGSGLLLEDSAR_"
- ],
- [
- 12950,
- 3,
- 15,
- 5,
- 0.19948,
- "_NPLDIDASGVVGLSFSGHR_"
- ],
- [
- 46695,
- 3,
- 11,
- 6,
- 0.14249,
- "_NGEENKDDDNVFSSNLPSEPVDISTAMSER_"
- ],
- [
- 18097,
- 2,
- 11,
- 2,
- 0.14249,
- "_GPDFTPAFADFGR_"
- ],
- [
- 20797,
- 2,
- 16,
- 2,
- 0.21373,
- "_DTTINEIEDTFR_"
- ],
- [
- 32637,
- 2,
- 16,
- 4,
- 0.21373,
- "_QPDELLDSMSDWCK_"
- ],
- [
- 29289,
- 3,
- 11,
- 4,
- 0.14249,
- "_FNQLNEDVTHVIVGDYDDELK_"
- ],
- [
- 11582,
- 3,
- 14,
- 4,
- 0.1852,
- "_WVSCVSLQALHDALSGR_"
- ],
- [
- 15897,
- 3,
- 11,
- 4,
- 0.14249,
- "_GHGEPQEPGDDFFNMLIK_"
- ],
- [
- 7807,
- 3,
- 14,
- 2,
- 0.1852,
- "_FDLQVEHPYQFLLK_"
- ],
- [
- 32082,
- 2,
- 13,
- 6,
- 0.17096,
- "_EAQLEEQFYLQALK_"
- ],
- [
- 21303,
- 2,
- 14,
- 4,
- 0.1852,
- "_LQLNYLGNYIPR_"
- ],
- [
- 36018,
- 2,
- 11,
- 4,
- 0.14249,
- "_VPTPWVQSDSDITVLR_"
- ],
- [
- 15845,
- 4,
- 17,
- 8,
- 0.22799,
- "_KHGLEVIYMIEPIDEYCVQQLK_"
- ],
- [
- 47805,
- 3,
- 9,
- 6,
- 0.11402,
- "_NGADYAVYINTAQEFDGSDSGARPDEAVSWGK_"
- ],
- [
- 37871,
- 3,
- 14,
- 8,
- 0.1852,
- "_LTVIDTPGFGDHINNENCWQPIMK_"
- ],
- [
- 13816,
- 2,
- 13,
- 3,
- 0.17101,
- "_GETVPLDVLQIK_"
- ],
- [
- 31281,
- 3,
- 11,
- 5,
- 0.14255,
- "_IGDYVQCHGGVSLVEQMFQDPR_"
- ],
- [
- 41330,
- 4,
- 13,
- 7,
- 0.17101,
- "_TCSSSTSVIADLQEDEDGVYFSSYGHYGIHEEMLK_"
- ],
- [
- 48508,
- 3,
- 12,
- 6,
- 0.15677,
- "_TEDSIRDYEDGMEVDTTPTVAGQFEDADVDH_"
- ],
- [
- 38450,
- 2,
- 11,
- 5,
- 0.14255,
- "_NSGSCLGGDEIFLLCDK_"
- ],
- [
- 18797,
- 2,
- 12,
- 4,
- 0.15677,
- "_TVTDMLMTICAR_"
- ],
- [
- 32521,
- 2,
- 11,
- 3,
- 0.14255,
- "_HSDELTSLLGYFPNK_"
- ],
- [
- 48266,
- 2,
- 13,
- 5,
- 0.17101,
- "_IETSCSLLEQTQPATPSLWK_"
- ],
- [
- 44493,
- 3,
- 9,
- 3,
- 0.11405,
- "_QAEGVLSSQEYVLSHTEMPGTLQAADAAIK_"
- ],
- [
- 31853,
- 2,
- 12,
- 4,
- 0.15677,
- "_TQEQLALEMAELTAR_"
- ],
- [
- 1828,
- 2,
- 12,
- 3,
- 0.15677,
- "_LFLDSYFK_"
- ],
- [
- 25617,
- 2,
- 13,
- 3,
- 0.17101,
- "_SYHLSELVQQILK_"
- ],
- [
- 43523,
- 2,
- 9,
- 5,
- 0.11405,
- "_ESLNLWYDCTWNNDTK_"
- ],
- [
- 50688,
- 2,
- 12,
- 7,
- 0.15677,
- "_IMQSSSEVGYDAMAGDFVNM(Oxidation (M))VEK_"
- ],
- [
- 20145,
- 2,
- 8,
- 3,
- 0.099812,
- "_QELEAEYLAVFK_"
- ],
- [
- 40395,
- 2,
- 10,
- 3,
- 0.1283,
- "_IYPYLVMNDACLTESR_"
- ],
- [
- 36153,
- 2,
- 9,
- 2,
- 0.11405,
- "_QQYWTEVLQPLQQR_"
- ],
- [
- 33306,
- 4,
- 10,
- 4,
- 0.1283,
- "_DQGSTYSGDLESEAVSTPHSWEEELNHYALK_"
- ],
- [
- 13623,
- 3,
- 12,
- 5,
- 0.15677,
- "_HGYNMEQALGMLFWHK_"
- ],
- [
- 49808,
- 2,
- 12,
- 5,
- 0.15677,
- "_ETLAVNYEKEEEFLTNELSR_"
- ],
- [
- 47047,
- 2,
- 13,
- 7,
- 0.17101,
- "_MMAEIYANGPISCGIMATER_"
- ],
- [
- 27882,
- 3,
- 12,
- 5,
- 0.15677,
- "_ETLAVNYEKEEEFLTNELSR_"
- ],
- [
- 32804,
- 2,
- 22,
- 6,
- 0.29928,
- "_LGTDESCFNMILATR_"
- ],
- [
- 44334,
- 3,
- 16,
- 7,
- 0.21376,
- "_LWGDHGQEALESAHVCLINATATGTEILK_"
- ],
- [
- 7861,
- 3,
- 16,
- 6,
- 0.21376,
- "_MFEIVFEDPKIPGEK_"
- ],
- [
- 19515,
- 2,
- 17,
- 7,
- 0.22801,
- "_LSDLLAPISEQIK_"
- ],
- [
- 12158,
- 2,
- 18,
- 5,
- 0.24227,
- "_LALDLEIATYR_"
- ],
- [
- 18892,
- 3,
- 14,
- 7,
- 0.18524,
- "_GQFNFDHPDAFDNELILK_"
- ],
- [
- 50138,
- 3,
- 18,
- 8,
- 0.24227,
- "_GGYYYYHNLETQEGGWDEPPNFVQNSMQLSR_"
- ],
- [
- 41986,
- 2,
- 15,
- 4,
- 0.19948,
- "_LAQAAQSSAATITQLAEVVK_"
- ],
- [
- 1217,
- 2,
- 20,
- 6,
- 0.27078,
- "_EIFNFVLK_"
- ],
- [
- 42173,
- 2,
- 25,
- 4,
- 0.34202,
- "_TIGGGDDSFNTFFSETGAGK_"
- ],
- [
- 30991,
- 3,
- 45,
- 6,
- 0.62683,
- "_QLLHNFPPDQLTSSGAPFWSGPK_"
- ],
- [
- 17676,
- 2,
- 14,
- 4,
- 0.18524,
- "_INEAVECLLSLK_"
- ],
- [
- 11430,
- 2,
- 14,
- 5,
- 0.18524,
- "_FTMVQVWPVR_"
- ],
- [
- 33211,
- 2,
- 11,
- 5,
- 0.14254,
- "_EQSTCNFQAIVISLK_"
- ],
- [
- 29184,
- 2,
- 13,
- 3,
- 0.17101,
- "_MDVAQSELDIYLSR_"
- ],
- [
- 35568,
- 2,
- 4,
- 3,
- 0.042791,
- "_VLSLQIASIPVECSQR_"
- ],
- [
- 38033,
- 2,
- 17,
- 5,
- 0.228,
- "_WSTISENLFATTGYPGK_"
- ],
- [
- 37691,
- 2,
- 6,
- 4,
- 0.071268,
- "_SDGCGGSFYTLDSLNLR_"
- ],
- [
- 7588,
- 2,
- 13,
- 4,
- 0.17101,
- "_LVLVNAIYFK_"
- ],
- [
- 51760,
- 3,
- 18,
- 7,
- 0.24225,
- "_ESQAVVDPPQAASTGAPQSSAVAAAAATTTATTTTTSSGGHPLEFLR_"
- ],
- [
- 41189,
- 2,
- 13,
- 6,
- 0.17101,
- "_AAWGEETDYTPVWCMR_"
- ],
- [
- 49713,
- 2,
- 8,
- 3,
- 0.099798,
- "_NPTQFQLPNELTCTTALPGSSK_"
- ],
- [
- 19521,
- 3,
- 9,
- 5,
- 0.11405,
- "_INCLEGTHEFFEAIGFQK_"
- ],
- [
- 34801,
- 2,
- 13,
- 5,
- 0.17101,
- "_MFEIVFEDPKIPGEK_"
- ],
- [
- 27398,
- 2,
- 21,
- 4,
- 0.28502,
- "_WSTLVEDYGMELR_"
- ],
- [
- 16416,
- 3,
- 21,
- 6,
- 0.28502,
- "_VDIDVPDVNVQGPDWHLK_"
- ],
- [
- 11672,
- 2,
- 21,
- 4,
- 0.28502,
- "_VTLTLPVLNAAR_"
- ],
- [
- 20013,
- 2,
- 12,
- 3,
- 0.15679,
- "_PLVVFCGLPYSGK_"
- ],
- [
- 45853,
- 2,
- 9,
- 3,
- 0.11405,
- "_NNTDTLYEVVCLESESER_"
- ],
- [
- 20035,
- 3,
- 10,
- 5,
- 0.12829,
- "_DDISLRPDMYPCSLCWK_"
- ],
- [
- 37369,
- 3,
- 12,
- 5,
- 0.15679,
- "_HQALGITVLGSNSMVSMQDDAFPACK_"
- ],
- [
- 32336,
- 2,
- 12,
- 5,
- 0.15679,
- "_ELEELKEIEADLER_"
- ],
- [
- 31028,
- 3,
- 12,
- 3,
- 0.15679,
- "_MIVTPQSNRPVMGIVQDTLTAVR_"
- ],
- [
- 32897,
- 2,
- 11,
- 2,
- 0.14254,
- "_DNSNIILLGDSQGDLR_"
- ],
- [
- 13259,
- 3,
- 10,
- 2,
- 0.12829,
- "_AEENLLMVLGTDMSDRR_"
- ],
- [
- 17130,
- 2,
- 21,
- 3,
- 0.28502,
- "_ILLTQENPFFR_"
- ],
- [
- 44356,
- 2,
- 15,
- 5,
- 0.19948,
- "_MVESCLGSPCWASPQLLR_"
- ],
- [
- 14014,
- 3,
- 15,
- 5,
- 0.19948,
- "_LNVSQLTINTAIVYMHR_"
- ],
- [
- 12783,
- 3,
- 14,
- 5,
- 0.18525,
- "_CEFEEVQGFLDQVAHK_"
- ],
- [
- 38463,
- 2,
- 14,
- 5,
- 0.18525,
- "_LSVEEAVAAGVVGGEIQEK_"
- ],
- [
- 5299,
- 2,
- 14,
- 2,
- 0.18525,
- "_VLLFPPLSSR_"
- ],
- [
- 4583,
- 2,
- 15,
- 5,
- 0.19948,
- "_DGLGGLPDIVR_"
- ],
- [
- 2709,
- 2,
- 15,
- 4,
- 0.19948,
- "_QTLLDMIAR_"
- ],
- [
- 18337,
- 2,
- 15,
- 4,
- 0.19948,
- "_NLDPDVFNQIVK_"
- ],
- [
- 47174,
- 2,
- 15,
- 5,
- 0.19948,
- "_VDGAEWGVDLPSVEAQLGSHR_"
- ],
- [
- 40064,
- 3,
- 14,
- 8,
- 0.18525,
- "_EVLHNQLLLQTQLVDQLQQQEAQGK_"
- ],
- [
- 38373,
- 4,
- 15,
- 4,
- 0.19948,
- "_ANVMSSQLHSLTHFSDISALTGGTVHLDEDQNPIK_"
- ],
- [
- 11026,
- 2,
- 13,
- 4,
- 0.17102,
- "_CWTWDDIMK_"
- ],
- [
- 37614,
- 3,
- 15,
- 4,
- 0.19948,
- "_SGFEPASLKEEVGEEAIVELVENGKK_"
- ],
- [
- 41089,
- 2,
- 10,
- 4,
- 0.12828,
- "_QASQNFTFTPEWGADLR_"
- ],
- [
- 29073,
- 2,
- 14,
- 7,
- 0.18524,
- "_GVQGIIVVNTEGIPIK_"
- ],
- [
- 14029,
- 4,
- 19,
- 7,
- 0.25648,
- "_NLNTLCWAIGSISGAMHEEDEKR_"
- ],
- [
- 8825,
- 3,
- 19,
- 6,
- 0.25648,
- "_EAVILPIKFPHLFTGK_"
- ],
- [
- 32236,
- 2,
- 21,
- 6,
- 0.28499,
- "_WTSQDSLLGMEFSGR_"
- ],
- [
- 30312,
- 3,
- 20,
- 6,
- 0.27074,
- "_RNIPPYFVALVPQEEELDDQK_"
- ],
- [
- 20607,
- 4,
- 16,
- 5,
- 0.21371,
- "_QNFFSQTPILQALQHVQASCDEAHK_"
- ],
- [
- 47559,
- 2,
- 13,
- 2,
- 0.17102,
- "_VEEILEQADYLYESGETEK_"
- ],
- [
- 28905,
- 2,
- 11,
- 4,
- 0.14252,
- "_KNICQFLVEIGLAK_"
- ],
- [
- 22671,
- 2,
- 19,
- 5,
- 0.25648,
- "_MLLNDFLNDQNR_"
- ],
- [
- 27879,
- 2,
- 13,
- 4,
- 0.17102,
- "_EECFGLTAELVVDK_"
- ],
- [
- 29810,
- 2,
- 15,
- 5,
- 0.19948,
- "_EEPVTADVINPMALR_"
- ],
- [
- 23316,
- 3,
- 13,
- 6,
- 0.17102,
- "_SFTDLEELDETELYMCHK_"
- ],
- [
- 39347,
- 3,
- 23,
- 6,
- 0.31349,
- "_VAVAIPNRPPDAVLTDTTSLNQAALYR_"
- ],
- [
- 21585,
- 3,
- 13,
- 4,
- 0.17102,
- "_LQERPWLVDSYSEWLQR_"
- ],
- [
- 20458,
- 3,
- 13,
- 7,
- 0.17102,
- "_LHDINAQLVEDQGFLDTLK_"
- ],
- [
- 28142,
- 2,
- 23,
- 6,
- 0.31349,
- "_AILVDLEPGTMDSVR_"
- ],
- [
- 37101,
- 2,
- 12,
- 5,
- 0.15677,
- "_MFSEADACELWIDEK_"
- ],
- [
- 47793,
- 2,
- 12,
- 2,
- 0.15677,
- "_SFTDLEELDETELYMCHK_"
- ],
- [
- 35218,
- 4,
- 22,
- 8,
- 0.29925,
- "_EHPWEVMPDLYFYRDPEEIEKEEQAAAEK_"
- ],
- [
- 34748,
- 3,
- 16,
- 6,
- 0.21371,
- "_RVLECLASGIVMPDGSGIYDPCEK_"
- ],
- [
- 8312,
- 2,
- 15,
- 3,
- 0.19948,
- "_DLWVLHLATK_"
- ],
- [
- 39651,
- 2,
- 14,
- 6,
- 0.18524,
- "_TVITPDPNLSIDQVGVPR_"
- ],
- [
- 39485,
- 2,
- 18,
- 4,
- 0.24223,
- "_FYPLEIDYGQDEEAVK_"
- ],
- [
- 45407,
- 2,
- 10,
- 2,
- 0.12828,
- "_LENINGVTDGYLNSLCTVR_"
- ],
- [
- 1793,
- 3,
- 8,
- 2,
- 0.099775,
- "_CDGLIDSLVHYVR_"
- ],
- [
- 29929,
- 2,
- 7,
- 3,
- 0.085499,
- "_TFLNMFVDSNQDAR_"
- ],
- [
- 28466,
- 2,
- 17,
- 6,
- 0.22795,
- "_QGGLGPMNIPLVSDPK_"
- ],
- [
- 18961,
- 2,
- 17,
- 4,
- 0.22795,
- "_IMVANIEEVLQR_"
- ],
- [
- 35176,
- 2,
- 15,
- 5,
- 0.19948,
- "_FCNPGFPIGCYITDK_"
- ],
- [
- 37709,
- 2,
- 16,
- 5,
- 0.21371,
- "_FDDDKVSIVTPEDILR_"
- ],
- [
- 51767,
- 3,
- 8,
- 5,
- 0.099775,
- "_ELGVGETSGPETQGEDYSSSSLEPHPADPGMETGEALSFGASPGR_"
- ],
- [
- 33657,
- 4,
- 16,
- 6,
- 0.21371,
- "_NHIHSCFSDVTCFLLPHPGLQVATSPDFDGK_"
- ],
- [
- 42215,
- 2,
- 9,
- 6,
- 0.11403,
- "_QVELALWDTAGQEDYDR_"
- ],
- [
- 5396,
- 2,
- 16,
- 3,
- 0.21374,
- "_LFALVLTPTR_"
- ],
- [
- 27087,
- 3,
- 14,
- 2,
- 0.18528,
- "_VYETYESPLPIPFGQDHGPLK_"
- ],
- [
- 44295,
- 2,
- 13,
- 3,
- 0.17103,
- "_VMQPQILEVNFNPDCER_"
- ],
- [
- 13806,
- 2,
- 13,
- 4,
- 0.17103,
- "_HLDLIEMLEAK_"
- ],
- [
- 23653,
- 3,
- 13,
- 6,
- 0.17103,
- "_LFTTVRPLIEVQLSEEQIR_"
- ],
- [
- 16116,
- 3,
- 14,
- 4,
- 0.18528,
- "_VMIDAASTEDLEYLMHAK_"
- ],
- [
- 35151,
- 2,
- 14,
- 6,
- 0.18528,
- "_QTDVLQQLSIQMANAK_"
- ],
- [
- 36996,
- 2,
- 13,
- 4,
- 0.17103,
- "_IFYVNYLSELSEHVK_"
- ],
- [
- 38538,
- 2,
- 9,
- 4,
- 0.11404,
- "_LQVVLEHMPVGPDAILR_"
- ],
- [
- 24249,
- 3,
- 13,
- 5,
- 0.17103,
- "_KDPDMVKDIINEEEVQFLK_"
- ],
- [
- 47585,
- 2,
- 16,
- 3,
- 0.21374,
- "_VMFENPDFQVDEESEEFR_"
- ],
- [
- 39502,
- 2,
- 13,
- 5,
- 0.17103,
- "_GALQAVDQLSLFRPLCK_"
- ],
- [
- 28509,
- 2,
- 13,
- 5,
- 0.17103,
- "_NLTNPNTVIILIGNK_"
- ],
- [
- 31216,
- 2,
- 12,
- 6,
- 0.15679,
- "_LMTDTINEPILLCR_"
- ],
- [
- 31472,
- 3,
- 16,
- 5,
- 0.21374,
- "_TFHETLDCCGSSTLTALTTSVLK_"
- ],
- [
- 24376,
- 2,
- 15,
- 2,
- 0.1995,
- "_NTIQWLENELNR_"
- ],
- [
- 47927,
- 2,
- 13,
- 6,
- 0.17103,
- "_TGEAYVQFEEPEMANQALLK_"
- ],
- [
- 40136,
- 2,
- 15,
- 4,
- 0.1995,
- "_GTGQSDDSDIWDDTALIK_"
- ],
- [
- 13517,
- 3,
- 15,
- 3,
- 0.1995,
- "_LVHLPSCTVFSNFPVIK_"
- ],
- [
- 28740,
- 4,
- 12,
- 5,
- 0.15679,
- "_DHCVQHLPDGSVTVESVLLQAAAPSEDPGTK_"
- ],
- [
- 45732,
- 2,
- 14,
- 6,
- 0.18528,
- "_AAYPDLENPPLLVTPSQQAK_"
- ],
- [
- 11091,
- 2,
- 17,
- 2,
- 0.22798,
- "_YVLGMQELFR_"
- ],
- [
- 17981,
- 4,
- 20,
- 7,
- 0.27075,
- "_SGFEPASLKEEVGEEAIVELVENGKK_"
- ],
- [
- 14672,
- 2,
- 20,
- 5,
- 0.27075,
- "_EWGEELQAVLR_"
- ],
- [
- 43309,
- 2,
- 19,
- 5,
- 0.25649,
- "_PSNIGQAQPIIDQLAEEAR_"
- ],
- [
- 27169,
- 2,
- 12,
- 4,
- 0.15679,
- "_WYQMGAYQPFFR_"
- ],
- [
- 43923,
- 2,
- 22,
- 4,
- 0.29926,
- "_DGSLVSLSLTSHTGWVTSVK_"
- ],
- [
- 9744,
- 3,
- 15,
- 5,
- 0.1995,
- "_IFYVNYLSELSEHVK_"
- ],
- [
- 41371,
- 2,
- 10,
- 3,
- 0.12829,
- "_IDTIAPDEITVSSDFEAR_"
- ],
- [
- 21048,
- 4,
- 15,
- 5,
- 0.1995,
- "_FFTDNVPALVQGFHAAPQDVKPNYLK_"
- ],
- [
- 23817,
- 4,
- 11,
- 6,
- 0.14255,
- "_QWWFGGGCDLTPTYLNQEDAVHFHR_"
- ],
- [
- 18994,
- 2,
- 14,
- 5,
- 0.18528,
- "_DFTATDLSEFAAK_"
- ],
- [
- 11297,
- 4,
- 10,
- 7,
- 0.12829,
- "_NVFIIGATNRPDIIDPAILRPGR_"
- ],
- [
- 29055,
- 2,
- 13,
- 2,
- 0.17103,
- "_LLGPTVMLGGCEFSR_"
- ],
- [
- 30143,
- 2,
- 10,
- 2,
- 0.12829,
- "_IPEPWITPPDLQEK_"
- ],
- [
- 23552,
- 4,
- 9,
- 6,
- 0.11404,
- "_IRSEDEEDLGNARPSAPSTLFDFLESK_"
- ],
- [
- 17898,
- 3,
- 25,
- 4,
- 0.34197,
- "_VQADVPPEILNNVGALHFR_"
- ],
- [
- 18807,
- 2,
- 5,
- 2,
- 0.05695,
- "_PALDIWPYPSPR_"
- ],
- [
- 15674,
- 3,
- 14,
- 6,
- 0.18525,
- "_VLPGDYEILATHPTWALK_"
- ],
- [
- 26084,
- 2,
- 12,
- 3,
- 0.15676,
- "_DVDFEGTDEPIFGK_"
- ],
- [
- 34169,
- 3,
- 18,
- 7,
- 0.24219,
- "_INFAVFPSLQGGPHNHAIAAVAVALK_"
- ],
- [
- 9807,
- 2,
- 18,
- 3,
- 0.24219,
- "_LLEVIILQCK_"
- ],
- [
- 38473,
- 3,
- 13,
- 6,
- 0.171,
- "_LQGHQDQIFSLAWSPDGQQLATVCK_"
- ],
- [
- 1680,
- 2,
- 10,
- 3,
- 0.12825,
- "_VDALLLDLR_"
- ],
- [
- 47290,
- 2,
- 12,
- 5,
- 0.15676,
- "_CSAFSVDSTLLATGDDNGEIR_"
- ],
- [
- 16636,
- 4,
- 14,
- 6,
- 0.18525,
- "_GLNCELCMDFYHDLPWRPAEGR_"
- ],
- [
- 24170,
- 3,
- 14,
- 4,
- 0.18525,
- "_SESELIDELSEDFDRSECK_"
- ],
- [
- 42526,
- 2,
- 10,
- 4,
- 0.12825,
- "_(Acetyl (Protein N-term))MHSLATAAPVPTTLAQVDR_"
- ],
- [
- 51596,
- 2,
- 13,
- 4,
- 0.171,
- "_FVSSSSSGAYGGGYGGVLTASDGLLAGNEK_"
- ],
- [
- 13610,
- 3,
- 9,
- 4,
- 0.11398,
- "_QGIPLCALINQHLSGLAR_"
- ],
- [
- 16058,
- 3,
- 11,
- 4,
- 0.14251,
- "_YAISSQMVSYSSVLTAISK_"
- ],
- [
- 12987,
- 2,
- 12,
- 4,
- 0.15676,
- "_AVIVLVENFYK_"
- ],
- [
- 50000,
- 2,
- 12,
- 6,
- 0.15676,
- "_SIVEGIIEEEEEDEEGSESISK_"
- ],
- [
- 24158,
- 2,
- 13,
- 3,
- 0.171,
- "_LENLGIPEEELLR_"
- ],
- [
- 28925,
- 3,
- 25,
- 3,
- 0.34197,
- "_WPPEDEISKPEVPEDVDLDLK_"
- ],
- [
- 23917,
- 2,
- 13,
- 2,
- 0.171,
- "_MPSLQPVVMCVMK_"
- ],
- [
- 49850,
- 2,
- 13,
- 2,
- 0.171,
- "_GEPSGIEPSGLEEPPGPFVPEAAR_"
- ],
- [
- 26513,
- 3,
- 13,
- 4,
- 0.171,
- "_LNIIIVAEGAIDTQNKPITSEK_"
- ],
- [
- 30041,
- 4,
- 12,
- 3,
- 0.15676,
- "_LQEVPHEGPMCDLLWSDPDDRGGWGISPR_"
- ],
- [
- 18898,
- 2,
- 8,
- 2,
- 0.099749,
- "_VDAWVGTYFEVK_"
- ],
- [
- 20130,
- 2,
- 9,
- 3,
- 0.11398,
- "_NLSLAVSDCFWK_"
- ],
- [
- 47956,
- 3,
- 11,
- 6,
- 0.14251,
- "_ISENSYSLDDLEIGPGQLSSSTFDSEKNESR_"
- ],
- [
- 15159,
- 3,
- 16,
- 4,
- 0.21372,
- "_AIMTYVSSFYHAFSGAQK_"
- ],
- [
- 51306,
- 2,
- 15,
- 5,
- 0.1995,
- "_EQFDTLTPEPPVDPNQEVPPGPPR_"
- ],
- [
- 41658,
- 2,
- 20,
- 7,
- 0.27071,
- "_YQVFFFGTHETAFLGPK_"
- ],
- [
- 21263,
- 4,
- 15,
- 5,
- 0.1995,
- "_LLHLLLDDMPVKPYSDGEGGIEDENR_"
- ],
- [
- 49474,
- 2,
- 16,
- 4,
- 0.21372,
- "_ATDLSIQPPSADLEVQAGQVDVK_"
- ],
- [
- 19110,
- 2,
- 15,
- 5,
- 0.1995,
- "_EGIAQTVFLGLNR_"
- ],
- [
- 25132,
- 2,
- 19,
- 2,
- 0.25643,
- "_VPVSDLLLSYESPK_"
- ],
- [
- 5070,
- 2,
- 15,
- 3,
- 0.1995,
- "_EIVEMLFSR_"
- ],
- [
- 21509,
- 2,
- 24,
- 6,
- 0.32773,
- "_CDENILWLDYK_"
- ],
- [
- 41269,
- 2,
- 15,
- 4,
- 0.1995,
- "_YVAVPACEHVFIWDLR_"
- ],
- [
- 17242,
- 3,
- 16,
- 5,
- 0.21372,
- "_HNIQFSSFDIFSDEEVR_"
- ],
- [
- 24685,
- 2,
- 16,
- 4,
- 0.21372,
- "_MEEADALIESLCR_"
- ],
- [
- 29300,
- 2,
- 24,
- 6,
- 0.32773,
- "_DPVQEAWAEDVDLR_"
- ],
- [
- 10858,
- 2,
- 16,
- 4,
- 0.21372,
- "_GNVGVVLFNFGK_"
- ],
- [
- 40530,
- 2,
- 14,
- 5,
- 0.18525,
- "_VNVDIINFGEEEVNTEK_"
- ],
- [
- 26286,
- 2,
- 16,
- 5,
- 0.21372,
- "_GVM(Oxidation (M))LAVDAVIAELKK_"
- ],
- [
- 29598,
- 2,
- 17,
- 5,
- 0.22796,
- "_AFGFSHLEALLDDSK_"
- ],
- [
- 28159,
- 3,
- 16,
- 5,
- 0.21372,
- "_VIDRFDEGEDGEGDFLVVGSIR_"
- ],
- [
- 51726,
- 3,
- 15,
- 7,
- 0.1995,
- "_RLQMEGEGGGETPEQPGLNGAAAAAAGAPDEAAEALGSADCELSAK_"
- ],
- [
- 47470,
- 3,
- 18,
- 7,
- 0.24219,
- "_APKPEDIDEEDDDVPDLVENFDEASKNEAN_"
- ],
- [
- 22143,
- 3,
- 18,
- 7,
- 0.24219,
- "_VDGAEWGVDLPSVEAQLGSHR_"
- ],
- [
- 7982,
- 2,
- 14,
- 5,
- 0.18524,
- "_ALLDQLMGTAR_"
- ],
- [
- 41973,
- 2,
- 18,
- 5,
- 0.24219,
- "_VDVSAPDVEMQGPDWNLK_"
- ],
- [
- 40307,
- 3,
- 14,
- 7,
- 0.18524,
- "_NLVTGIQLNPNNHLQLYSCSLDGTIK_"
- ],
- [
- 10346,
- 2,
- 21,
- 5,
- 0.28494,
- "_NLGFGMGIEFR_"
- ],
- [
- 44431,
- 4,
- 13,
- 7,
- 0.17099,
- "_EVAYCSTYTHCEIHPSMILGVCASIIPFPDHNQSPR_"
- ],
- [
- 47710,
- 2,
- 13,
- 4,
- 0.17099,
- "_NGASALEISYNGEPQSWFQR_"
- ],
- [
- 14084,
- 3,
- 16,
- 6,
- 0.21373,
- "_YVAVPACEHVFIWDLR_"
- ],
- [
- 39964,
- 3,
- 9,
- 6,
- 0.11398,
- "_RLLEDGEDFNLGDALDSSNSMQTIQK_"
- ],
- [
- 15107,
- 2,
- 13,
- 4,
- 0.17099,
- "_ELPPGVEELLNK_"
- ],
- [
- 47624,
- 2,
- 8,
- 2,
- 0.099733,
- "_DAGECAICLEELQQGDTIAR_"
- ],
- [
- 35143,
- 3,
- 13,
- 3,
- 0.17099,
- "_ESSALGPAGQLSYNLMDTYSHQALK_"
- ],
- [
- 16620,
- 2,
- 8,
- 4,
- 0.099733,
- "_YVDQVLQLVYK_"
- ],
- [
- 8718,
- 2,
- 17,
- 3,
- 0.22795,
- "_EGFLLALTQGR_"
- ],
- [
- 48359,
- 2,
- 13,
- 5,
- 0.17099,
- "_LGEINVIGEPFLNVNCEHIK_"
- ],
- [
- 25304,
- 2,
- 9,
- 3,
- 0.11398,
- "_IGDFGLACTDILQK_"
- ],
- [
- 50334,
- 2,
- 22,
- 8,
- 0.2992,
- "_VMTIPYQPMPASSPVICAGGQDR_"
- ],
- [
- 27380,
- 3,
- 9,
- 5,
- 0.11398,
- "_GLVAMANAGSHDNGSQFFFTLGR_"
- ],
- [
- 26660,
- 2,
- 13,
- 2,
- 0.17099,
- "_DLIQGLLTVDPNKR_"
- ],
- [
- 14323,
- 2,
- 13,
- 5,
- 0.17099,
- "_YFFFDDGNGLK_"
- ],
- [
- 43443,
- 2,
- 13,
- 5,
- 0.17099,
- "_LSGWEEEEESWLYSSPK_"
- ],
- [
- 26102,
- 2,
- 13,
- 6,
- 0.17099,
- "_FLFDSVSSQNVGLR_"
- ],
- [
- 16149,
- 2,
- 13,
- 3,
- 0.17099,
- "_DVVGNDVATILSR_"
- ],
- [
- 40535,
- 2,
- 11,
- 7,
- 0.14249,
- "_ALSCLGPTHMGPLALGILK_"
- ],
- [
- 48244,
- 2,
- 14,
- 7,
- 0.18524,
- "_SESELIDELSEDFDRSECK_"
- ],
- [
- 44317,
- 4,
- 6,
- 6,
- 0.071182,
- "_EHVIDAFRPDVTSSSFQRPVNDMNIASGCPLFCPVSK_"
- ],
- [
- 34311,
- 3,
- 11,
- 3,
- 0.14249,
- "_TMHHLLLEVEVIEGTLQCPESGR_"
- ],
- [
- 38068,
- 2,
- 11,
- 4,
- 0.14249,
- "_IEESDQGPYAIILAPTR_"
- ],
- [
- 28617,
- 2,
- 15,
- 6,
- 0.19948,
- "_TSYGWIEIVGCADR_"
- ],
- [
- 40816,
- 2,
- 11,
- 3,
- 0.14249,
- "_AFMDIMSAQASSGSTSVLR_"
- ],
- [
- 23006,
- 4,
- 11,
- 5,
- 0.14249,
- "_FLPGHLGMGLVEGYDSMGYEMSKPDLR_"
- ],
- [
- 10598,
- 3,
- 11,
- 4,
- 0.14249,
- "_LIPHAVLPPTVDVVALGR_"
- ],
- [
- 16040,
- 2,
- 6,
- 3,
- 0.085463,
- "_SSIGLNTWPIIR_"
- ],
- [
- 13711,
- 2,
- 11,
- 5,
- 0.14249,
- "_IELVVAPAGVTLK_"
- ],
- [
- 46484,
- 2,
- 10,
- 3,
- 0.12821,
- "_GIGHVTDVQAITAGEAQANMGF_"
- ],
- [
- 39617,
- 2,
- 15,
- 6,
- 0.19948,
- "_FVLSGANIMCPGLTSPGAK_"
- ],
- [
- 16940,
- 4,
- 12,
- 6,
- 0.15674,
- "_NKSEDSTKDDIDLDALAAEIEGAGAAK_"
- ],
- [
- 26747,
- 2,
- 25,
- 5,
- 0.34196,
- "_ASTNAMLISAGLPPLK_"
- ],
- [
- 38051,
- 3,
- 10,
- 6,
- 0.12821,
- "_FVSSSSSGAYGGGYGGVLTASDGLLAGNEK_"
- ],
- [
- 38975,
- 2,
- 10,
- 3,
- 0.12821,
- "_SLQFYSVENGDCLLVR_"
- ],
- [
- 19751,
- 4,
- 13,
- 6,
- 0.17099,
- "_TMLITHMQDLQEVTQDLHYENFR_"
- ],
- [
- 36406,
- 2,
- 20,
- 5,
- 0.27066,
- "_SPLIIFSDCDMNNAVK_"
- ],
- [
- 39404,
- 3,
- 14,
- 6,
- 0.18524,
- "_SIFEMYEPSELESSHLTDQDNEIR_"
- ],
- [
- 8843,
- 2,
- 8,
- 2,
- 0.099733,
- "_DEDQLEAFLK_"
- ],
- [
- 41644,
- 2,
- 12,
- 3,
- 0.15674,
- "_CNNATVDWEWCAPLPR_"
- ],
- [
- 15234,
- 2,
- 13,
- 5,
- 0.17099,
- "_EWLTNFMEDR_"
- ],
- [
- 11963,
- 2,
- 14,
- 5,
- 0.18524,
- "_GVLPYVGNLITK_"
- ],
- [
- 18571,
- 3,
- 12,
- 2,
- 0.15673,
- "_FQVWDLGGQTSIRPYWR_"
- ],
- [
- 29141,
- 2,
- 12,
- 2,
- 0.15673,
- "_NICFTVWDVGGQDK_"
- ],
- [
- 13521,
- 2,
- 13,
- 4,
- 0.17098,
- "_IGPITPLEFYR_"
- ],
- [
- 11832,
- 2,
- 11,
- 3,
- 0.14245,
- "_VLYVYDMLAGK_"
- ],
- [
- 36394,
- 4,
- 12,
- 5,
- 0.15673,
- "_QEETFSISDSQISNTEFLQVIEIHNHQPCSK_"
- ],
- [
- 24483,
- 2,
- 14,
- 3,
- 0.18524,
- "_SASLCAATLAAVLQR_"
- ],
- [
- 6462,
- 3,
- 13,
- 3,
- 0.17098,
- "_TSLVQLLAHLTGHTLK_"
- ],
- [
- 46047,
- 2,
- 25,
- 8,
- 0.34195,
- "_SYSMIVNNLLKPISVEGSSK_"
- ],
- [
- 30972,
- 2,
- 12,
- 6,
- 0.15673,
- "_EMACPYSVLISGDIK_"
- ],
- [
- 16328,
- 3,
- 12,
- 6,
- 0.15673,
- "_MSVFQTQLPTLGVGALKPR_"
- ],
- [
- 36665,
- 3,
- 18,
- 5,
- 0.2422,
- "_NKSEDSTKDDIDLDALAAEIEGAGAAK_"
- ],
- [
- 16931,
- 2,
- 20,
- 4,
- 0.27067,
- "_SIQLDGLVWGASK_"
- ],
- [
- 30035,
- 2,
- 13,
- 4,
- 0.17098,
- "_QLLSNELLLTQMEK_"
- ],
- [
- 13246,
- 3,
- 10,
- 5,
- 0.12823,
- "_ALSCLGPTHMGPLALGILK_"
- ],
- [
- 45713,
- 2,
- 16,
- 6,
- 0.21372,
- "_DASALLDPMECTDTAEEQR_"
- ],
- [
- 35185,
- 2,
- 8,
- 4,
- 0.099707,
- "_DHMGQLLYQLVQSEK_"
- ],
- [
- 41389,
- 3,
- 15,
- 6,
- 0.19948,
- "_NLLEVSEVEQELACQNDHSSALQNIK_"
- ],
- [
- 43805,
- 2,
- 16,
- 5,
- 0.21372,
- "_HNIQFSSFDIFSDEEVR_"
- ],
- [
- 25192,
- 3,
- 5,
- 2,
- 0.056955,
- "_LSIMKDEPEEAELILHDALR_"
- ],
- [
- 30856,
- 3,
- 16,
- 4,
- 0.21372,
- "_IVNGHLQPNLVDLCASVAELDDK_"
- ],
- [
- 47792,
- 4,
- 10,
- 8,
- 0.12823,
- "_YLDEGETDEDKMEEYKDELEMQQDEENLPYEEEIYK_"
- ],
- [
- 42689,
- 2,
- 20,
- 4,
- 0.27067,
- "_QLPNGDWPQENIAGVFNK_"
- ],
- [
- 10186,
- 2,
- 32,
- 5,
- 0.44168,
- "_TLQIFNIEMK_"
- ],
- [
- 39572,
- 2,
- 9,
- 3,
- 0.11398,
- "_TGSELMEILDGMDQSHR_"
- ],
- [
- 51511,
- 3,
- 9,
- 7,
- 0.11398,
- "_EFEVKDPELEAQGDDMVCDDPEAGEMTSENLVQTAPK_"
- ],
- [
- 39978,
- 2,
- 14,
- 5,
- 0.18524,
- "_GIDASDYQTVQIFYPSK_"
- ],
- [
- 41678,
- 2,
- 7,
- 3,
- 0.085426,
- "_QAAAYGLGVMAQFGGDDYR_"
- ],
- [
- 25749,
- 2,
- 10,
- 3,
- 0.12823,
- "_LYITTSLYSAWDK_"
- ],
- [
- 32716,
- 2,
- 14,
- 5,
- 0.18524,
- "_IQELENLPGSLAGDLR_"
- ],
- [
- 14302,
- 4,
- 19,
- 4,
- 0.25643,
- "_INFAVFPSLQGGPHNHAIAAVAVALK_"
- ],
- [
- 27292,
- 2,
- 14,
- 3,
- 0.18522,
- "_ALQLLHCFPLDIR_"
- ],
- [
- 4012,
- 2,
- 9,
- 2,
- 0.11395,
- "_LVLEFFSSR_"
- ],
- [
- 30201,
- 2,
- 22,
- 6,
- 0.29914,
- "_SESVPPVTDWAWYK_"
- ],
- [
- 27106,
- 2,
- 16,
- 4,
- 0.21372,
- "_LEQPDPGAVAAAAILR_"
- ],
- [
- 49710,
- 3,
- 15,
- 8,
- 0.19948,
- "_APPFHPPGPMPSVGSMPSAGPMPSAGPMPSAGPVPSAR_"
- ],
- [
- 18646,
- 4,
- 14,
- 8,
- 0.18522,
- "_ATTLPTDFNYNVDTLVQLHLKPGTR_"
- ],
- [
- 32916,
- 3,
- 13,
- 6,
- 0.17097,
- "_ELEFLGWYTTGGPPDPSDIHVHK_"
- ],
- [
- 2153,
- 2,
- 17,
- 5,
- 0.22796,
- "_NFAFLEFR_"
- ],
- [
- 23319,
- 3,
- 13,
- 7,
- 0.17097,
- "_TCFSLHLDGNVLDHFSELR_"
- ],
- [
- 23189,
- 2,
- 13,
- 3,
- 0.17097,
- "_LGNLFLNEDLEVK_"
- ],
- [
- 45864,
- 2,
- 13,
- 4,
- 0.17097,
- "_AEELTSQNIQLSNEVTLLR_"
- ],
- [
- 43717,
- 2,
- 13,
- 3,
- 0.17097,
- "_ICDPYAWLEDPDSEQTK_"
- ],
- [
- 19717,
- 2,
- 17,
- 4,
- 0.22796,
- "_SIPLAMAPVFEQK_"
- ],
- [
- 20241,
- 3,
- 18,
- 5,
- 0.24221,
- "_FIAHVPVPSQQEIEEALVR_"
- ],
- [
- 46008,
- 2,
- 14,
- 4,
- 0.18522,
- "_EILTLLQGVHQGAGFQDIPK_"
- ],
- [
- 32791,
- 2,
- 9,
- 2,
- 0.17097,
- "_EKLSDGIGVMLPQVLK_"
- ],
- [
- 10240,
- 3,
- 10,
- 5,
- 0.12822,
- "_QHLCLVFEPLSMNLR_"
- ],
- [
- 28104,
- 2,
- 10,
- 3,
- 0.12822,
- "_ISEMIQGLATPVDLK_"
- ],
- [
- 34139,
- 3,
- 10,
- 3,
- 0.12822,
- "_LPCAVEEHPVGEASILATFSVTEGK_"
- ],
- [
- 43491,
- 4,
- 18,
- 6,
- 0.24221,
- "_VVGSAVGSGSITSNIVASNSLPPATIAPPKPASWADIASKPAK_"
- ],
- [
- 29998,
- 3,
- 18,
- 4,
- 0.24221,
- "_FGSPADSWWRPEPTMPPTSWR_"
- ],
- [
- 32931,
- 2,
- 10,
- 4,
- 0.12822,
- "_IPFYMSTDCENLLK_"
- ],
- [
- 25926,
- 2,
- 15,
- 4,
- 0.19948,
- "_YTLNVLEDLGDGQK_"
- ],
- [
- 12295,
- 3,
- 15,
- 2,
- 0.19948,
- "_LNEHFLNTTDFLDTIK_"
- ],
- [
- 38791,
- 3,
- 18,
- 7,
- 0.24221,
- "_FQPGETLTEILETPATSEQEAEHQR_"
- ],
- [
- 33139,
- 3,
- 16,
- 7,
- 0.21372,
- "_MHIAQDINQDNLQLFLNSYNGR_"
- ],
- [
- 28776,
- 2,
- 15,
- 3,
- 0.19948,
- "_LSGGIDFNQPLVITR_"
- ],
- [
- 22888,
- 3,
- 15,
- 6,
- 0.19948,
- "_SSVGAPVEVTHNFQVDFVWK_"
- ],
- [
- 12540,
- 2,
- 15,
- 7,
- 0.19948,
- "_EIGADLVLQISK_"
- ],
- [
- 23336,
- 2,
- 15,
- 3,
- 0.19948,
- "_LNTQEIFDDWAR_"
- ],
- [
- 42744,
- 2,
- 9,
- 4,
- 0.1139,
- "_DAQQTTLMNMEIADYER_"
- ],
- [
- 19649,
- 2,
- 9,
- 4,
- 0.1139,
- "_QWFELVTASDHP_"
- ],
- [
- 37858,
- 3,
- 9,
- 6,
- 0.1139,
- "_ETDVVNFDDIASSENLLHLTANRPK_"
- ],
- [
- 9313,
- 3,
- 14,
- 3,
- 0.18521,
- "_FPNLVDPWTPHLYAR_"
- ],
- [
- 15176,
- 4,
- 11,
- 3,
- 0.14245,
- "_QLGQDPFFDMHMMVSKPEQWVK_"
- ],
- [
- 27976,
- 2,
- 10,
- 3,
- 0.12818,
- "_TVGAALDILCPSGPIK_"
- ],
- [
- 11720,
- 2,
- 9,
- 5,
- 0.1139,
- "_ISLQAIQQLVR_"
- ],
- [
- 30489,
- 2,
- 12,
- 6,
- 0.1567,
- "_LSVAPEMDIMDYCK_"
- ],
- [
- 29814,
- 2,
- 12,
- 2,
- 0.1567,
- "_LMDPPSNEAVLLSIR_"
- ],
- [
- 31051,
- 2,
- 12,
- 4,
- 0.1567,
- "_VEGTDVTGIEEVVIPK_"
- ],
- [
- 31150,
- 3,
- 14,
- 5,
- 0.18521,
- "_RPLGDSLSWVASQEDTNCILLR_"
- ],
- [
- 38696,
- 2,
- 13,
- 4,
- 0.17093,
- "_EGYTSFWNDCISSGLR_"
- ],
- [
- 5177,
- 2,
- 11,
- 3,
- 0.14245,
- "_LTLILNPLTK_"
- ],
- [
- 35702,
- 2,
- 13,
- 7,
- 0.17093,
- "_YVIWSADMSHVALLAK_"
- ],
- [
- 46420,
- 2,
- 12,
- 3,
- 0.1567,
- "_WSDGSMSLHLGNEVFDVYK_"
- ],
- [
- 34246,
- 3,
- 13,
- 3,
- 0.17093,
- "_LFILQGPEEDREAESELTVTQLK_"
- ],
- [
- 50646,
- 2,
- 13,
- 5,
- 0.17093,
- "_DGMEYPFIGEGEPHVDGEPGDLR_"
- ],
- [
- 11908,
- 3,
- 13,
- 5,
- 0.17093,
- "_YFLSVLADPYMPAEHR_"
- ],
- [
- 27733,
- 4,
- 13,
- 5,
- 0.17093,
- "_WFTHASPTLFNAGTNRPQLSSCFLLSMK_"
- ],
- [
- 12569,
- 2,
- 13,
- 4,
- 0.17093,
- "_SFFDNISSELK_"
- ],
- [
- 29448,
- 3,
- 13,
- 7,
- 0.17093,
- "_IAAAGLDVTSPEPLPTNHPLLTLK_"
- ],
- [
- 30604,
- 2,
- 13,
- 2,
- 0.17093,
- "_SLVATGNLLDLEETAK_"
- ],
- [
- 33994,
- 2,
- 10,
- 3,
- 0.12818,
- "_M(Oxidation (M))YGISLCQAILDETK_"
- ],
- [
- 36128,
- 3,
- 11,
- 8,
- 0.14245,
- "_LTTPTYGDLNHLVSATM(Oxidation (M))SGVTTCLR_"
- ],
- [
- 27010,
- 2,
- 13,
- 2,
- 0.17093,
- "_GAVFEGLGNVASVELK_"
- ],
- [
- 45431,
- 2,
- 28,
- 6,
- 0.38468,
- "_ALEESESSQLISPPLAQAIR_"
- ],
- [
- 44743,
- 2,
- 12,
- 4,
- 0.1567,
- "_YVLHMIEDGEIFASINQK_"
- ],
- [
- 22842,
- 2,
- 13,
- 4,
- 0.17093,
- "_NWDDVLTVDYTR_"
- ],
- [
- 45068,
- 2,
- 8,
- 2,
- 0.099663,
- "_QELPPIVQNCCLPAVVER_"
- ],
- [
- 23694,
- 3,
- 16,
- 4,
- 0.21371,
- "_AFQHWELIQEDILDTGNDK_"
- ],
- [
- 46345,
- 2,
- 17,
- 6,
- 0.22796,
- "_SVLLLAYKPMEGNFEEIAR_"
- ],
- [
- 31838,
- 2,
- 17,
- 5,
- 0.22796,
- "_ELAPYDENWFYTR_"
- ],
- [
- 29575,
- 3,
- 20,
- 6,
- 0.27067,
- "_LIAQACVSIFPDSGHFNVDNIR_"
- ],
- [
- 36069,
- 2,
- 15,
- 4,
- 0.19946,
- "_TSSGLGGSTTDFLEEWK_"
- ],
- [
- 24635,
- 3,
- 19,
- 5,
- 0.25645,
- "_IYPHGLVLLDLQSYDGDAQGK_"
- ],
- [
- 17725,
- 3,
- 4,
- 2,
- 0.042721,
- "_IVEIDAHIGCAMSGLIADAK_"
- ],
- [
- 30949,
- 3,
- 16,
- 7,
- 0.21371,
- "_VLAEDEELYGDFEDLETGDVHK_"
- ],
- [
- 43699,
- 2,
- 24,
- 4,
- 0.32766,
- "_VTTMDAELEFAIQPNTTGK_"
- ],
- [
- 1383,
- 2,
- 14,
- 2,
- 0.18521,
- "_MLALALLDR_"
- ],
- [
- 47259,
- 2,
- 16,
- 5,
- 0.21371,
- "_GLHVVEVTYDDVPIPNSPFK_"
- ],
- [
- 25215,
- 2,
- 21,
- 5,
- 0.28491,
- "_ISFLENNLEQLTK_"
- ],
- [
- 39844,
- 3,
- 15,
- 3,
- 0.19946,
- "_EGLEAWPQLLQLLQHSTHSPHSPER_"
- ],
- [
- 50441,
- 2,
- 18,
- 7,
- 0.2422,
- "_AAEMVPDLPSPPMEAPAPASNPSGR_"
- ],
- [
- 14923,
- 4,
- 22,
- 2,
- 0.29915,
- "_TWPDHGVPSDPGGVLDFLEEVHHK_"
- ],
- [
- 50286,
- 2,
- 18,
- 5,
- 0.2422,
- "_QQLAGNGGPPEGSLDVLQSWCEK_"
- ],
- [
- 28327,
- 3,
- 14,
- 6,
- 0.18521,
- "_YIGENLQLLVDRPDGTYCFR_"
- ],
- [
- 20925,
- 3,
- 14,
- 7,
- 0.18521,
- "_WSDGSMSLHLGNEVFDVYK_"
- ],
- [
- 44532,
- 2,
- 14,
- 6,
- 0.18521,
- "_TVLQTQALYVGCAMLSSQK_"
- ],
- [
- 30422,
- 3,
- 12,
- 5,
- 0.15673,
- "_THCPYAVALPEVAPAQPLTEALR_"
- ],
- [
- 36930,
- 3,
- 13,
- 5,
- 0.17098,
- "_QKEVNENFAIDLIAEQPVSEVETR_"
- ],
- [
- 19924,
- 4,
- 12,
- 6,
- 0.15673,
- "_KGISLNPEQWSQLKEQISDIDDAVR_"
- ],
- [
- 12110,
- 2,
- 13,
- 5,
- 0.17098,
- "_ALEDAFLAIDAK_"
- ],
- [
- 22587,
- 3,
- 17,
- 4,
- 0.22799,
- "_EQCCVSLAAGLPHFSSGIFR_"
- ],
- [
- 3524,
- 2,
- 13,
- 5,
- 0.17098,
- "_FFIEEMIR_"
- ],
- [
- 38683,
- 2,
- 17,
- 4,
- 0.22799,
- "_IQDPVLQAVTSQTSLPGH_"
- ],
- [
- 42488,
- 2,
- 20,
- 5,
- 0.27073,
- "_GFEVYLAEMSADNQTCGK_"
- ],
- [
- 11040,
- 2,
- 13,
- 5,
- 0.17098,
- "_MFEIVFEDPK_"
- ],
- [
- 19457,
- 3,
- 30,
- 4,
- 0.4132,
- "_TIGVMTMVHGDNMGLVLPPR_"
- ],
- [
- 27111,
- 3,
- 8,
- 4,
- 0.099712,
- "_VTIHECDEGSEPLGFWDALGR_"
- ],
- [
- 48447,
- 2,
- 12,
- 5,
- 0.15673,
- "_DVEETLFQVAHDPDCGDVVR_"
- ],
- [
- 14482,
- 2,
- 9,
- 3,
- 0.11394,
- "_ADVEEEFLAFR_"
- ],
- [
- 14304,
- 2,
- 9,
- 4,
- 0.11394,
- "_YGEVLNLVLSSK_"
- ],
- [
- 39244,
- 3,
- 19,
- 5,
- 0.25648,
- "_TMLITHMQDLQEVTQDLHYENFR_"
- ],
- [
- 13458,
- 2,
- 10,
- 4,
- 0.12818,
- "_YFSLPFCVGSK_"
- ],
- [
- 14951,
- 2,
- 10,
- 3,
- 0.12818,
- "_IISLETYNLLR_"
- ],
- [
- 32811,
- 2,
- 10,
- 2,
- 0.12818,
- "_SFIFMSEDALTNPQK_"
- ],
- [
- 49058,
- 2,
- 18,
- 5,
- 0.24224,
- "_EEEELSSQMSSFNEAMTQIR_"
- ],
- [
- 24404,
- 3,
- 19,
- 7,
- 0.25648,
- "_LGEINVIGEPFLNVNCEHIK_"
- ],
- [
- 40314,
- 2,
- 19,
- 6,
- 0.25648,
- "_MPSESAAQSLAVALPLQTK_"
- ],
- [
- 10996,
- 2,
- 18,
- 3,
- 0.24224,
- "_FLSQLEITFR_"
- ],
- [
- 23348,
- 3,
- 18,
- 7,
- 0.24224,
- "_QNFLLFDMTTHPLTNNNIK_"
- ],
- [
- 26724,
- 2,
- 11,
- 4,
- 0.14246,
- "_WNTDSVEEFLSEK_"
- ],
- [
- 48196,
- 2,
- 12,
- 3,
- 0.15673,
- "_MGQYEFPNPEWSEVSEEVK_"
- ],
- [
- 24904,
- 4,
- 13,
- 4,
- 0.17098,
- "_TYPVQEYFLEDCIQMTHFVPPPKDK_"
- ],
- [
- 11962,
- 3,
- 19,
- 4,
- 0.25648,
- "_IVEVLGIPPAHILDQAPK_"
- ],
- [
- 46503,
- 2,
- 7,
- 4,
- 0.085449,
- "_EGEEVYSWSESQDQVFLR_"
- ],
- [
- 29275,
- 2,
- 19,
- 4,
- 0.25648,
- "_SFPWSVLVVDEAHR_"
- ],
- [
- 48380,
- 3,
- 16,
- 5,
- 0.21374,
- "_AAAAPAATTATPPPEGAPPQPGVHNLPVPTLFGTVK_"
- ],
- [
- 51738,
- 2,
- 6,
- 6,
- 0.071234,
- "_EDMAALEKDYEEVGADSADGEDEGEEY_"
- ],
- [
- 45982,
- 3,
- 16,
- 7,
- 0.21374,
- "_RDETALQEEEELQLALALSQSEAEEKER_"
- ],
- [
- 50209,
- 2,
- 22,
- 7,
- 0.29919,
- "_NVMSAFGLTDDQVSGPPSAPAEDR_"
- ],
- [
- 40896,
- 2,
- 21,
- 7,
- 0.28495,
- "_IISAASEGGANVFTVSYFK_"
- ],
- [
- 43951,
- 2,
- 14,
- 6,
- 0.18521,
- "_YLLSQSSPAPLTAAEEELR_"
- ],
- [
- 21690,
- 2,
- 16,
- 3,
- 0.21374,
- "_LLPELLQPYTER_"
- ],
- [
- 33839,
- 3,
- 15,
- 7,
- 0.19949,
- "_DEIFQVQWSPHNETILASSGTDR_"
- ],
- [
- 43835,
- 2,
- 14,
- 2,
- 0.18521,
- "_SLGDVDDGDTVTDFMAQER_"
- ],
- [
- 27417,
- 2,
- 15,
- 4,
- 0.19949,
- "_EEQIVQLLNSVQAK_"
- ],
- [
- 32874,
- 3,
- 15,
- 3,
- 0.19949,
- "_DQLQTFSEEHPVLLTEAPLNPSK_"
- ],
- [
- 3180,
- 2,
- 15,
- 5,
- 0.19949,
- "_LLEFQLALK_"
- ],
- [
- 32160,
- 2,
- 16,
- 5,
- 0.21372,
- "_AHMGMFTELAILYSK_"
- ],
- [
- 39703,
- 2,
- 15,
- 7,
- 0.19945,
- "_DESSPYAAMLAAQDVAQR_"
- ],
- [
- 30811,
- 3,
- 21,
- 7,
- 0.28497,
- "_NVFIIGATNRPDIIDPAILRPGR_"
- ],
- [
- 37578,
- 2,
- 19,
- 6,
- 0.25647,
- "_QAPELSLSSQDLELVTK_"
- ],
- [
- 21628,
- 2,
- 16,
- 4,
- 0.21372,
- "_LIVVLEGASLETVK_"
- ],
- [
- 10565,
- 2,
- 15,
- 4,
- 0.19945,
- "_NIISPPWDFR_"
- ],
- [
- 26764,
- 3,
- 10,
- 2,
- 0.12818,
- "_NITLSLVANPSHLEAADPVVMGK_"
- ],
- [
- 44539,
- 3,
- 24,
- 5,
- 0.32766,
- "_VASGNDHLVMLTADGDLYTLGCGEQGQLGR_"
- ],
- [
- 6930,
- 2,
- 13,
- 3,
- 0.17097,
- "_AQFDLAFVVR_"
- ],
- [
- 17632,
- 3,
- 13,
- 7,
- 0.17097,
- "_EKDNIDITLQWLIQHSK_"
- ],
- [
- 25066,
- 3,
- 13,
- 6,
- 0.17097,
- "_LFQLMVEHTPDEESIDWTK_"
- ],
- [
- 49855,
- 2,
- 10,
- 4,
- 0.12818,
- "_HGESICLSPCNTLAAVTDDFGR_"
- ],
- [
- 13672,
- 3,
- 17,
- 6,
- 0.22798,
- "_FSLYFLAYEDKNDIPK_"
- ],
- [
- 48029,
- 2,
- 17,
- 5,
- 0.22798,
- "_QLQEFSTAIEEYNCALTEK_"
- ],
- [
- 8632,
- 3,
- 16,
- 6,
- 0.21372,
- "_YVIWSADMSHVALLAK_"
- ],
- [
- 33600,
- 2,
- 16,
- 5,
- 0.21372,
- "_EDPTAVACTFSCMMK_"
- ],
- [
- 24399,
- 4,
- 9,
- 5,
- 0.11395,
- "_ILNEDGSPNLDFKPEDQPHFDIKDEF_"
- ],
- [
- 34271,
- 2,
- 18,
- 4,
- 0.24223,
- "_EDLYEAADKWVAAVGK_"
- ],
- [
- 39963,
- 3,
- 12,
- 4,
- 0.1567,
- "_LLEDFLQEGEEPDEDDAYQVLSTLK_"
- ],
- [
- 42069,
- 3,
- 16,
- 6,
- 0.21372,
- "_TTPPEAAQNGQSPMAALILVADNAGGSHASK_"
- ],
- [
- 38256,
- 3,
- 20,
- 5,
- 0.27072,
- "_TYLLDGSCMVEESGTLESQLEATKR_"
- ],
- [
- 17215,
- 3,
- 10,
- 2,
- 0.12818,
- "_SGSLECISALVANGAHVDLR_"
- ],
- [
- 35852,
- 3,
- 11,
- 5,
- 0.14242,
- "_RGTSLMEDDEEPIVEDVMMSSEGR_"
- ],
- [
- 11584,
- 3,
- 11,
- 2,
- 0.14242,
- "_CPTQFPLILWHPYAR_"
- ],
- [
- 47343,
- 4,
- 7,
- 8,
- 0.08547,
- "_RDLEIERPMPGTHTVTLQCPALLVVGDSSPAVDAVVECNSK_"
- ],
- [
- 7510,
- 3,
- 13,
- 5,
- 0.17097,
- "_ISQMPVILTPLHFDR_"
- ],
- [
- 46125,
- 2,
- 22,
- 7,
- 0.29919,
- "_LIVDEAINEDNSVVSLSQPK_"
- ],
- [
- 45380,
- 2,
- 8,
- 3,
- 0.099686,
- "_AYYEDSPQQVFSAEFEVK_"
- ],
- [
- 34432,
- 2,
- 17,
- 4,
- 0.22798,
- "_IASLPQEVQDVSLLEK_"
- ],
- [
- 45841,
- 2,
- 8,
- 3,
- 0.099686,
- "_AIDQASFTTSMEWDTQVVK_"
- ],
- [
- 30309,
- 2,
- 18,
- 6,
- 0.24223,
- "_QAQIEVVPSASALIIK_"
- ],
- [
- 22052,
- 3,
- 14,
- 6,
- 0.18522,
- "_VSLGIDICHPDTFSYPIER_"
- ],
- [
- 22681,
- 2,
- 14,
- 4,
- 0.18522,
- "_LDNLLLDTEGYVK_"
- ],
- [
- 36681,
- 2,
- 7,
- 2,
- 0.08547,
- "_LESLSAATTFEPLEPVK_"
- ],
- [
- 27645,
- 3,
- 14,
- 4,
- 0.18522,
- "_HTHEGDPLESVVFIYSMPGYK_"
- ],
- [
- 39093,
- 2,
- 8,
- 5,
- 0.099686,
- "_SEFLCCQDSFLQEIK_"
- ],
- [
- 24620,
- 2,
- 18,
- 5,
- 0.24223,
- "_LTSTVMLWLQTNK_"
- ],
- [
- 35869,
- 2,
- 15,
- 4,
- 0.19945,
- "_NENQLIIFADDTYPR_"
- ],
- [
- 50003,
- 3,
- 11,
- 7,
- 0.14241,
- "_TLSMENIQSLNAAYATSGPMYLSDHENVGSETPK_"
- ],
- [
- 44133,
- 2,
- 15,
- 7,
- 0.19945,
- "_MDSLLIAGQINTYCQNIK_"
- ],
- [
- 15791,
- 3,
- 10,
- 5,
- 0.12818,
- "_DEDPHTSDLVGGLMTDGLR_"
- ],
- [
- 25040,
- 2,
- 6,
- 2,
- 0.071226,
- "_SFLEEVLASGLHSR_"
- ],
- [
- 42127,
- 2,
- 13,
- 2,
- 0.17093,
- "_EVWEETDGLDPNDFDPK_"
- ],
- [
- 41444,
- 2,
- 9,
- 4,
- 0.11392,
- "_ATVLQTVFEDYVHSSER_"
- ],
- [
- 30315,
- 2,
- 15,
- 5,
- 0.19945,
- "_DISMEIDSPENMMR_"
- ],
- [
- 28028,
- 3,
- 12,
- 4,
- 0.15665,
- "_HGESICLSPCNTLAAVTDDFGR_"
- ],
- [
- 8432,
- 2,
- 12,
- 3,
- 0.15665,
- "_SGAPVLSLLSVR_"
- ],
- [
- 38401,
- 2,
- 10,
- 6,
- 0.12818,
- "_LSLEFPSGYPYNAPTVK_"
- ],
- [
- 30780,
- 2,
- 13,
- 3,
- 0.17093,
- "_FSAEFVDFTSQCLK_"
- ],
- [
- 37982,
- 4,
- 10,
- 5,
- 0.12818,
- "_GNMVVLVHDSGDAEDEENDILLNGLSHQSHLILR_"
- ],
- [
- 31271,
- 2,
- 9,
- 5,
- 0.11392,
- "_LTFPEQSVPGALQFR_"
- ],
- [
- 4090,
- 2,
- 12,
- 5,
- 0.15665,
- "_EFYILWTK_"
- ],
- [
- 366,
- 2,
- 19,
- 5,
- 0.25646,
- "_EILIPVFK_"
- ],
- [
- 2491,
- 2,
- 13,
- 5,
- 0.17093,
- "_VDLPLAVLSK_"
- ],
- [
- 50774,
- 2,
- 14,
- 6,
- 0.1852,
- "_VQETGDIVISNAYVDLAPTSGTSAK_"
- ],
- [
- 24032,
- 3,
- 16,
- 4,
- 0.21368,
- "_VVGFHVLGPNAGEVTQGFAAALK_"
- ],
- [
- 17116,
- 3,
- 17,
- 6,
- 0.22796,
- "_IVGELEQMVSEDVPLDHR_"
- ],
- [
- 32367,
- 2,
- 19,
- 4,
- 0.25646,
- "_GFGFVTFENEDVVEK_"
- ],
- [
- 50671,
- 2,
- 12,
- 5,
- 0.15665,
- "_VMGNDLGFPQQGQISLSSGETDLK_"
- ],
- [
- 23621,
- 2,
- 19,
- 5,
- 0.25646,
- "_TIISYIDEQFER_"
- ],
- [
- 31225,
- 2,
- 14,
- 5,
- 0.1852,
- "_GTEVATNLVILCTGIK_"
- ],
- [
- 9626,
- 3,
- 15,
- 5,
- 0.19945,
- "_KEDLELIMTEMEISR_"
- ],
- [
- 21373,
- 3,
- 17,
- 5,
- 0.22796,
- "_AVDDLNLHSYSNLPIWVNK_"
- ],
- [
- 7263,
- 2,
- 14,
- 3,
- 0.1852,
- "_GVVLFPWQAR_"
- ],
- [
- 5376,
- 2,
- 15,
- 4,
- 0.19945,
- "_LDMPEVLWK_"
- ],
- [
- 34009,
- 4,
- 12,
- 8,
- 0.15664,
- "_SREPQAKPQLDLSIDSLDLSCEEGTPLSITSK_"
- ],
- [
- 19154,
- 2,
- 12,
- 5,
- 0.15664,
- "_VDALNDEINFLR_"
- ],
- [
- 27523,
- 3,
- 10,
- 4,
- 0.12815,
- "_FELGSSSIAHMVMGTTNQFSTR_"
- ],
- [
- 7077,
- 2,
- 14,
- 3,
- 0.18516,
- "_FLVFLTGTDR_"
- ],
- [
- 38804,
- 2,
- 22,
- 5,
- 0.29918,
- "_IYADTFGDINYQEFAK_"
- ],
- [
- 30841,
- 3,
- 11,
- 7,
- 0.14241,
- "_GDYLAVVLATQGHTQVLIHQLSR_"
- ],
- [
- 47408,
- 2,
- 13,
- 5,
- 0.17088,
- "_STQAPLIIRPDSGNPLDTVLK_"
- ],
- [
- 21265,
- 4,
- 9,
- 5,
- 0.11393,
- "_KGTELWLGVDALGLNIYEHDDKLTPK_"
- ],
- [
- 28966,
- 2,
- 12,
- 3,
- 0.15664,
- "_ISPQSNVDFDLMLR_"
- ],
- [
- 42627,
- 3,
- 16,
- 9,
- 0.21368,
- "_TDTKPVQMMNMEATFCMGNIDSINCK_"
- ],
- [
- 29435,
- 2,
- 13,
- 4,
- 0.17088,
- "_DAGVTESGLNVTLTIR_"
- ],
- [
- 45323,
- 2,
- 11,
- 5,
- 0.14241,
- "_QLSVPIPGGSNGDIQQVGVIR_"
- ],
- [
- 34977,
- 2,
- 15,
- 6,
- 0.19943,
- "_YGIVDYMIEQSGPPSK_"
- ],
- [
- 12764,
- 2,
- 9,
- 4,
- 0.11393,
- "_EQQLLEFLDR_"
- ],
- [
- 14275,
- 3,
- 11,
- 5,
- 0.14241,
- "_ATVLQTVFEDYVHSSER_"
- ],
- [
- 35276,
- 3,
- 15,
- 7,
- 0.19943,
- "_QLGDNEAITQEIVGCAHLENYALK_"
- ],
- [
- 46446,
- 2,
- 19,
- 4,
- 0.25644,
- "_IEEVPELPLVVEDKVEGYK_"
- ],
- [
- 44963,
- 2,
- 20,
- 6,
- 0.27069,
- "_NPYYGGESASITPLEDLYK_"
- ],
- [
- 8029,
- 3,
- 10,
- 5,
- 0.12815,
- "_ETSSDVALASHILTALR_"
- ],
- [
- 25493,
- 4,
- 10,
- 5,
- 0.12815,
- "_LWLDNTENDLNQGDDHGFSPLHWACR_"
- ],
- [
- 46254,
- 4,
- 8,
- 3,
- 0.099699,
- "_EGAAHAFAQYNMDQFTPVKIEGYEDQVLITEHGDLGNSR_"
- ],
- [
- 6699,
- 2,
- 15,
- 4,
- 0.19943,
- "_DCIFPYAFK_"
- ],
- [
- 27391,
- 2,
- 15,
- 6,
- 0.19943,
- "_DIPNMFMDSAGSVSK_"
- ],
- [
- 11655,
- 4,
- 15,
- 7,
- 0.19943,
- "_REDIVDTMVFKPSDVMLVHFR_"
- ],
- [
- 5365,
- 4,
- 16,
- 7,
- 0.21368,
- "_TCFSLHLDGNVLDHFSELR_"
- ],
- [
- 41999,
- 2,
- 11,
- 3,
- 0.14241,
- "_DINLDSIIVDHQNDSFR_"
- ],
- [
- 48326,
- 2,
- 15,
- 2,
- 0.19943,
- "_DVEGDSVPKPLPPALSVISSASK_"
- ],
- [
- 27242,
- 3,
- 9,
- 2,
- 0.11393,
- "_FLEEHECLSEQQLEQFLGR_"
- ],
- [
- 21737,
- 2,
- 14,
- 3,
- 0.18516,
- "_NIVWIAECIAQR_"
- ],
- [
- 18226,
- 4,
- 14,
- 6,
- 0.18516,
- "_ETDVVNFDDIASSENLLHLTANRPK_"
- ],
- [
- 25393,
- 2,
- 14,
- 5,
- 0.18516,
- "_GFVHPDPLWIPFK_"
- ],
- [
- 25558,
- 2,
- 16,
- 4,
- 0.21368,
- "_QDVIITALDNVEAR_"
- ],
- [
- 45427,
- 2,
- 7,
- 4,
- 0.085455,
- "_YAEFSSALVSINQTIPNER_"
- ],
- [
- 51620,
- 2,
- 11,
- 4,
- 0.14241,
- "_SLGTGAPVIESPYGETISPEDAPESISK_"
- ],
- [
- 1324,
- 2,
- 16,
- 2,
- 0.21368,
- "_ILDTLGLLR_"
- ],
- [
- 24883,
- 2,
- 17,
- 3,
- 0.22791,
- "_FIQPNIGELPTALK_"
- ],
- [
- 28456,
- 2,
- 14,
- 6,
- 0.18516,
- "_FISLASLEYSDYSK_"
- ],
- [
- 24832,
- 2,
- 12,
- 4,
- 0.15666,
- "_LTVENIGYQMLMK_"
- ],
- [
- 14012,
- 3,
- 8,
- 4,
- 0.099701,
- "_EFGFVIPERPVVVDDVR_"
- ],
- [
- 12381,
- 2,
- 13,
- 2,
- 0.17089,
- "_ELAPLQELIEK_"
- ],
- [
- 46233,
- 2,
- 9,
- 3,
- 0.11395,
- "_LLSQEPSNGISSDPTVFLDR_"
- ],
- [
- 43908,
- 3,
- 12,
- 6,
- 0.15666,
- "_QPNENGVSVQNENFEEIINLPIGSKPSR_"
- ],
- [
- 39846,
- 4,
- 10,
- 5,
- 0.12818,
- "_KYQQQTVVAIDLAGDETIPGSSLLPGHVQAYQEAVK_"
- ],
- [
- 36729,
- 2,
- 11,
- 2,
- 0.14239,
- "_WISDYADSVPDPEALR_"
- ],
- [
- 42175,
- 2,
- 12,
- 5,
- 0.15666,
- "_DEDISLTLNMNEEEVEK_"
- ],
- [
- 22966,
- 4,
- 11,
- 6,
- 0.14239,
- "_YSIAFPLLCTHFMSCTHELCPEER_"
- ],
- [
- 7184,
- 3,
- 12,
- 4,
- 0.15666,
- "_RPVVLFGPIADIAMEK_"
- ],
- [
- 45868,
- 3,
- 9,
- 6,
- 0.11395,
- "_QALTSCGFDCLETSIGAPGVSIHSATSLDSR_"
- ],
- [
- 23933,
- 4,
- 11,
- 5,
- 0.14239,
- "_LVHILNMVTGTIHTYPVTEDESLQSLK_"
- ],
- [
- 51531,
- 3,
- 5,
- 2,
- 0.056944,
- "_MLFSPEEMDLSQEQPLDAQQGPPEPAQESLSGSESKPK_"
- ],
- [
- 50266,
- 2,
- 12,
- 5,
- 0.15666,
- "_GLTMLDHEQVTPEDPGAQFLIR_"
- ],
- [
- 20858,
- 2,
- 12,
- 3,
- 0.15666,
- "_EEIVYLPCIYR_"
- ],
- [
- 46967,
- 2,
- 13,
- 2,
- 0.17089,
- "_SFSYTGDSQAQELCLYLTK_"
- ],
- [
- 29144,
- 2,
- 7,
- 4,
- 0.085461,
- "_EGDYIVSIQLVDCK_"
- ],
- [
- 26405,
- 3,
- 13,
- 6,
- 0.17089,
- "_MFHPNVYADGSICLDILQNR_"
- ],
- [
- 25062,
- 2,
- 13,
- 5,
- 0.17089,
- "_CIFSAIDAVYCAR_"
- ],
- [
- 32669,
- 2,
- 13,
- 5,
- 0.17089,
- "_LPLAVVGSNTIIEVNGK_"
- ],
- [
- 24657,
- 2,
- 13,
- 2,
- 0.17089,
- "_NCPLIDNICAFAK_"
- ],
- [
- 24569,
- 2,
- 10,
- 4,
- 0.12818,
- "_DTSATTALELVAGER_"
- ],
- [
- 30733,
- 3,
- 18,
- 4,
- 0.24216,
- "_DGMEYPFIGEGEPHVDGEPGDLR_"
- ],
- [
- 36780,
- 2,
- 15,
- 5,
- 0.19941,
- "_IIQQAGQVWFPDSAFK_"
- ],
- [
- 49680,
- 2,
- 17,
- 6,
- 0.22793,
- "_SDFSWAAGQGYCQGGFSAEFTK_"
- ],
- [
- 31566,
- 3,
- 17,
- 5,
- 0.22793,
- "_SENLGQGDKPDYFSSVATVVYLR_"
- ],
- [
- 27628,
- 2,
- 24,
- 4,
- 0.32767,
- "_SPAGLQVLNDYLADK_"
- ],
- [
- 16952,
- 3,
- 18,
- 5,
- 0.24216,
- "_KFLDGNELTLADCNLLPK_"
- ],
- [
- 43578,
- 2,
- 20,
- 5,
- 0.27069,
- "_KFLDGNELTLADCNLLPK_"
- ],
- [
- 45441,
- 2,
- 20,
- 4,
- 0.27069,
- "_SSFLQVFNNSPDESSYYR_"
- ],
- [
- 29538,
- 3,
- 15,
- 5,
- 0.19941,
- "_VFVLDEADVMIATQGHQDQSIR_"
- ],
- [
- 33659,
- 2,
- 14,
- 6,
- 0.18513,
- "_VLQLTSWDEDAWASK_"
- ],
- [
- 48148,
- 2,
- 21,
- 7,
- 0.28494,
- "_VVGFHVLGPNAGEVTQGFAAALK_"
- ],
- [
- 29408,
- 3,
- 14,
- 6,
- 0.18513,
- "_GLTMLDHEQVTPEDPGAQFLIR_"
- ],
- [
- 18425,
- 4,
- 16,
- 4,
- 0.21368,
- "_VDTVNHLADELINSGHSDAATIAEWK_"
- ],
- [
- 38986,
- 2,
- 9,
- 2,
- 0.11392,
- "_TSTSAVPNLFVPLNTNPK_"
- ],
- [
- 35645,
- 3,
- 15,
- 7,
- 0.19934,
- "_QTVADQVLVGSYCVFSNQGGLVHPK_"
- ],
- [
- 34438,
- 3,
- 14,
- 6,
- 0.1851,
- "_KQEDSVTELTVEDSGESLEDLMAK_"
- ],
- [
- 44316,
- 4,
- 9,
- 5,
- 0.11392,
- "_LGGIVLPNDGQCHLENNMYTMSHYYDYPSIAHLVQK_"
- ],
- [
- 26215,
- 2,
- 24,
- 4,
- 0.32764,
- "_EVWEELDGLDPNR_"
- ],
- [
- 30894,
- 3,
- 11,
- 4,
- 0.1424,
- "_ECLCCFQHIDFVTAIAFHPR_"
- ],
- [
- 25130,
- 2,
- 11,
- 3,
- 0.1424,
- "_LNLETTLQESTAAR_"
- ],
- [
- 22257,
- 3,
- 19,
- 7,
- 0.25637,
- "_GLHVVEVTYDDVPIPNSPFK_"
- ],
- [
- 27798,
- 4,
- 11,
- 4,
- 0.1424,
- "_WVNEAQEAASSDNIMVQYHALGLLYHVR_"
- ],
- [
- 49477,
- 3,
- 12,
- 4,
- 0.15661,
- "_TVGTALSSSGMTSIATNSVPPVSSAAPKPTSWAAIAR_"
- ],
- [
- 21619,
- 2,
- 11,
- 4,
- 0.1424,
- "_AIYAYALQVFPSK_"
- ],
- [
- 42987,
- 3,
- 8,
- 6,
- 0.099678,
- "_ENYLEATVWIHGDNEENKEIILQGLK_"
- ],
- [
- 36226,
- 4,
- 12,
- 4,
- 0.15661,
- "_ELNSPILFAFSHLESSDGEAGRDPPAKDVMPGPR_"
- ],
- [
- 2659,
- 3,
- 6,
- 3,
- 0.071161,
- "_EEDKEPLIELFVK_"
- ],
- [
- 22547,
- 3,
- 18,
- 7,
- 0.24214,
- "_STQAPLIIRPDSGNPLDTVLK_"
- ],
- [
- 3753,
- 3,
- 11,
- 5,
- 0.1424,
- "_LALLEPVFPIACHR_"
- ],
- [
- 12285,
- 2,
- 12,
- 2,
- 0.15661,
- "_FIATLQYIVGR_"
- ],
- [
- 14132,
- 3,
- 11,
- 2,
- 0.1424,
- "_SQDHIPLAALPLLATSSSR_"
- ],
- [
- 50169,
- 2,
- 18,
- 6,
- 0.24214,
- "_QQAIELTQEEPYSDIIATPGPR_"
- ],
- [
- 1854,
- 2,
- 12,
- 3,
- 0.15661,
- "_GLAFLDELR_"
- ],
- [
- 47296,
- 2,
- 9,
- 3,
- 0.11392,
- "_ALHQGDSLECTAMTVQILLK_"
- ],
- [
- 48060,
- 3,
- 9,
- 5,
- 0.11392,
- "_AVGEPMRPLAEECCQLGLGLCDQVDDPDLR_"
- ],
- [
- 44404,
- 2,
- 14,
- 2,
- 0.1851,
- "_FEDQPEGIDLEVVTESTGK_"
- ],
- [
- 40071,
- 2,
- 13,
- 3,
- 0.17087,
- "_EVQGNESDLFM(Oxidation (M))SYFPR_"
- ],
- [
- 48782,
- 3,
- 14,
- 7,
- 0.1851,
- "_QIPFPSGTPLHANSMVSENVIQSTAVTTVSSGTK_"
- ],
- [
- 27549,
- 2,
- 15,
- 2,
- 0.19934,
- "_LYTVEYLSNMVGGR_"
- ],
- [
- 41507,
- 3,
- 13,
- 7,
- 0.17087,
- "_FSHDADPEVSYNSIFAMGMVGSGTNNAR_"
- ],
- [
- 14213,
- 2,
- 7,
- 5,
- 0.085442,
- "_LQENFSLDLLK_"
- ],
- [
- 10446,
- 2,
- 15,
- 3,
- 0.19934,
- "_GMEELIPLVNK_"
- ],
- [
- 32544,
- 3,
- 9,
- 3,
- 0.11392,
- "_THSGLTDGIPLQSISAPGSGIWSDGK_"
- ],
- [
- 23267,
- 3,
- 14,
- 3,
- 0.1851,
- "_NNGHSVQLTLPPGLEMALGPGR_"
- ],
- [
- 42661,
- 2,
- 9,
- 2,
- 0.11392,
- "_MEAQALLQDYISTQSAKE_"
- ],
- [
- 38231,
- 2,
- 8,
- 2,
- 0.099678,
- "_YNLAIEEHCTFGDPIV_"
- ],
- [
- 43074,
- 2,
- 14,
- 6,
- 0.1851,
- "_LGGSLADSYLDEGFLLDKK_"
- ],
- [
- 45503,
- 3,
- 21,
- 9,
- 0.2849,
- "_KAPGFGGFGSSAVSGGSTAAMITETIIETDKPK_"
- ],
- [
- 11211,
- 3,
- 16,
- 5,
- 0.21362,
- "_IELFVGGELIDPADDRK_"
- ],
- [
- 47133,
- 2,
- 17,
- 4,
- 0.2279,
- "_IEDGNNFGVSIQEETVAELR_"
- ],
- [
- 46897,
- 2,
- 5,
- 3,
- 0.056925,
- "_AEHSVDIDVDIDWPIAEQR_"
- ],
- [
- 17878,
- 2,
- 10,
- 2,
- 0.12817,
- "_FQEDIISIWNK_"
- ],
- [
- 23594,
- 2,
- 19,
- 6,
- 0.2564,
- "_GQVPPLVTTNFLVK_"
- ],
- [
- 29459,
- 2,
- 19,
- 7,
- 0.2564,
- "_TCGFDFTGAVEDISK_"
- ],
- [
- 37559,
- 2,
- 9,
- 3,
- 0.11393,
- "_ALYDFEPENEGELGFK_"
- ],
- [
- 42998,
- 2,
- 33,
- 7,
- 0.45587,
- "_IQEIIEQLDVTTSEYEK_"
- ],
- [
- 48210,
- 2,
- 8,
- 3,
- 0.099697,
- "_LGQAQGSLSFCMLEASQDMGR_"
- ],
- [
- 31557,
- 2,
- 9,
- 4,
- 0.11393,
- "_EIIELPLKQPELFK_"
- ],
- [
- 50784,
- 2,
- 11,
- 4,
- 0.14242,
- "_YIELFLNSTPGGGSGM(Oxidation (M))GGSGMGGYGR_"
- ],
- [
- 35780,
- 2,
- 7,
- 4,
- 0.085417,
- "_LVEDNPSSLSLVEIYK_"
- ],
- [
- 12022,
- 3,
- 8,
- 4,
- 0.099697,
- "_KLSVEEFFMDLHNFR_"
- ],
- [
- 12575,
- 4,
- 11,
- 6,
- 0.14242,
- "_VSVGIHKEDIDAAIETYNLLSER_"
- ],
- [
- 46847,
- 3,
- 12,
- 6,
- 0.15665,
- "_LSQTSNVDKEEEAVTIEM(Oxidation (M))NEPVQLTFALR_"
- ],
- [
- 25738,
- 2,
- 11,
- 4,
- 0.14242,
- "_EEDIVEDGWTIVR_"
- ],
- [
- 7715,
- 3,
- 12,
- 2,
- 0.15665,
- "_DPANPGELVLDHIVER_"
- ],
- [
- 33268,
- 3,
- 22,
- 7,
- 0.29916,
- "_YTQLQYIGEGAYGMVSSAYDHVR_"
- ],
- [
- 43726,
- 2,
- 8,
- 4,
- 0.099697,
- "_SQELESVDEGLLQFCANK_"
- ],
- [
- 41134,
- 2,
- 11,
- 4,
- 0.14242,
- "_VLFSAGHDGNVIVWDLAR_"
- ],
- [
- 31779,
- 4,
- 11,
- 5,
- 0.14242,
- "_PHDYQPLPGMSENPSVYVPGVVSTVVPDSAHK_"
- ],
- [
- 26877,
- 4,
- 10,
- 8,
- 0.12817,
- "_MDDDEEMKNQCFGGEYMGEVFDHMMK_"
- ],
- [
- 51214,
- 2,
- 14,
- 6,
- 0.18513,
- "_FEEVEEEPEVIPGPPSESPGMLTK_"
- ],
- [
- 26352,
- 3,
- 18,
- 2,
- 0.24215,
- "_TLSYLLPAIVHINHQPFLER_"
- ],
- [
- 35313,
- 2,
- 16,
- 5,
- 0.2136,
- "_SPDTNYLFMGDYVDR_"
- ],
- [
- 34738,
- 3,
- 18,
- 4,
- 0.24215,
- "_AFDLVPPEAVPEQKDPDPEFPTVK_"
- ],
- [
- 26060,
- 2,
- 17,
- 7,
- 0.22788,
- "_IAELLSPGSVDPLTR_"
- ],
- [
- 10805,
- 2,
- 13,
- 4,
- 0.17087,
- "_VLEGFLDIDTK_"
- ],
- [
- 39391,
- 2,
- 15,
- 5,
- 0.19936,
- "_TPAILEASAGAIQNLCAGR_"
- ],
- [
- 33335,
- 2,
- 15,
- 4,
- 0.19936,
- "_LLEGIGLENLDSPAATK_"
- ],
- [
- 20612,
- 3,
- 18,
- 7,
- 0.24215,
- "_TTFDEAMADLHTLSEDSYK_"
- ],
- [
- 49402,
- 2,
- 13,
- 2,
- 0.17087,
- "_VLNGTVEEEDPYQGTIVLATVK_"
- ],
- [
- 50818,
- 2,
- 17,
- 6,
- 0.22788,
- "_GLVEPVDVVDNADGTQTVNYVPSR_"
- ],
- [
- 16265,
- 3,
- 17,
- 6,
- 0.22788,
- "_LGGSLADSYLDEGFLLDKK_"
- ],
- [
- 3818,
- 2,
- 13,
- 3,
- 0.17087,
- "_CGIFLILEK_"
- ],
- [
- 20053,
- 2,
- 17,
- 6,
- 0.22788,
- "_SVLFVCLGNICR_"
- ],
- [
- 42236,
- 2,
- 6,
- 2,
- 0.07118,
- "_NWFGPSPYVEVTVDGQSK_"
- ],
- [
- 13904,
- 4,
- 12,
- 6,
- 0.15666,
- "_QLEILQLAQAQGLDPPTHHFELK_"
- ],
- [
- 35626,
- 2,
- 12,
- 3,
- 0.15666,
- "_NVAADIAVQLCESVANK_"
- ],
- [
- 43896,
- 2,
- 10,
- 3,
- 0.12817,
- "_KGDEVQCEIEELGVIINK_"
- ],
- [
- 27644,
- 3,
- 10,
- 4,
- 0.12817,
- "_SQTLDAETDVLCAVLYSNHNR_"
- ],
- [
- 31541,
- 2,
- 9,
- 4,
- 0.11394,
- "_SSSSPTGSDWFNLAIK_"
- ],
- [
- 36219,
- 2,
- 12,
- 4,
- 0.15666,
- "_ISFGTDYGCCIVELGK_"
- ],
- [
- 44175,
- 2,
- 12,
- 7,
- 0.15666,
- "_IVEIDAHIGCAMSGLIADAK_"
- ],
- [
- 29679,
- 3,
- 14,
- 5,
- 0.1851,
- "_TGQATVASGIPAGWMGLDCGPESSK_"
- ],
- [
- 50132,
- 2,
- 10,
- 3,
- 0.12817,
- "_LIEGCFEGYNATVFAYGQTGAGK_"
- ],
- [
- 42178,
- 3,
- 25,
- 9,
- 0.34189,
- "_SGDAAIVDM(Oxidation (M))VPGKPMCVESFSDYPPLGR_"
- ],
- [
- 25990,
- 3,
- 15,
- 2,
- 0.19937,
- "_GVNLPGAAVDLPAVSEKDIQDLK_"
- ],
- [
- 50986,
- 2,
- 12,
- 5,
- 0.15666,
- "_GLTPPASYNLDDDQAAWENELQK_"
- ],
- [
- 40504,
- 2,
- 10,
- 3,
- 0.12817,
- "_EEFQQQAANLTAIIDEK_"
- ],
- [
- 26998,
- 3,
- 11,
- 3,
- 0.14241,
- "_KGFVPNMQVEGVFYVNDALEK_"
- ],
- [
- 29903,
- 2,
- 10,
- 4,
- 0.12817,
- "_PSETGIIGIIDPECR_"
- ],
- [
- 42518,
- 4,
- 6,
- 6,
- 0.071186,
- "_QQFPFHSAPALDVDWQNNTTFASCSTDMCIHVCR_"
- ],
- [
- 39788,
- 2,
- 11,
- 4,
- 0.14241,
- "_NAAPCAVSYLLFDQNDK_"
- ],
- [
- 43370,
- 2,
- 5,
- 2,
- 0.056957,
- "_SSVVLDDGLVQDEFSESVK_"
- ],
- [
- 47899,
- 2,
- 11,
- 4,
- 0.14241,
- "_YTLQYTYPYAYYMESGPR_"
- ],
- [
- 22887,
- 2,
- 11,
- 4,
- 0.14241,
- "_GALWILGEYCSTK_"
- ],
- [
- 43148,
- 2,
- 27,
- 6,
- 0.37039,
- "_LATGSDDNCAAFFEGPPFK_"
- ],
- [
- 30461,
- 2,
- 10,
- 2,
- 0.12817,
- "_DILGEAGLHFDELNK_"
- ],
- [
- 35354,
- 3,
- 10,
- 6,
- 0.12817,
- "_NERPDGVLLTFGGQTALNCGVELTK_"
- ],
- [
- 22541,
- 4,
- 10,
- 5,
- 0.12817,
- "_FHAHYIAQCWAPEDTIPLQDLVAAGR_"
- ],
- [
- 36080,
- 2,
- 12,
- 4,
- 0.15666,
- "_LYDILGVPPGASENELK_"
- ],
- [
- 29216,
- 3,
- 20,
- 8,
- 0.27064,
- "_LCPGGQLPFLLYGTEVHTDTNK_"
- ],
- [
- 27885,
- 2,
- 14,
- 6,
- 0.1851,
- "_WFLTCINQPQFR_"
- ],
- [
- 46763,
- 2,
- 13,
- 5,
- 0.17089,
- "_LADCDCDGMLDEEEFALAK_"
- ],
- [
- 10192,
- 2,
- 16,
- 5,
- 0.2136,
- "_YIESPVLFLR_"
- ],
- [
- 32308,
- 3,
- 14,
- 5,
- 0.1851,
- "_VSVGIHKEDIDAAIETYNLLSER_"
- ],
- [
- 19216,
- 2,
- 8,
- 3,
- 0.099655,
- "_VSGISFPTTELLR_"
- ],
- [
- 45470,
- 2,
- 8,
- 6,
- 0.099655,
- "_YFAYDCEASFPGISTGPMK_"
- ],
- [
- 38015,
- 3,
- 19,
- 7,
- 0.25639,
- "_VDTVNHLADELINSGHSDAATIAEWK_"
- ],
- [
- 34993,
- 2,
- 15,
- 5,
- 0.19937,
- "_ETSSDVALASHILTALR_"
- ],
- [
- 39718,
- 3,
- 20,
- 6,
- 0.27064,
- "_ELNSPILFAFSHLESSDGEAGRDPPAK_"
- ],
- [
- 37232,
- 3,
- 13,
- 5,
- 0.17089,
- "_EYWDYEAHVPSWGNQDDYQLVR_"
- ],
- [
- 41407,
- 2,
- 15,
- 4,
- 0.19937,
- "_SVVCQESDLPDELLYGR_"
- ],
- [
- 46209,
- 2,
- 20,
- 8,
- 0.27064,
- "_TTFDEAMADLHTLSEDSYK_"
- ],
- [
- 13609,
- 3,
- 14,
- 5,
- 0.1851,
- "_YGLPVNFQAMLLQPNKK_"
- ],
- [
- 51364,
- 2,
- 9,
- 4,
- 0.11394,
- "_CLELEEMMEEQGYEEQQIQEK_"
- ],
- [
- 4669,
- 2,
- 12,
- 2,
- 0.15666,
- "_VPLALFALNR_"
- ],
- [
- 18427,
- 3,
- 7,
- 5,
- 0.085434,
- "_NWLGNEIEVMVSTEEAKR_"
- ],
- [
- 17849,
- 4,
- 12,
- 7,
- 0.15666,
- "_GPLINSEFYTGWLDHWGQPHSTIK_"
- ],
- [
- 31090,
- 2,
- 7,
- 4,
- 0.085434,
- "_DPVSHICFIEEIVK_"
- ],
- [
- 11450,
- 3,
- 18,
- 5,
- 0.24209,
- "_KLPVESIQIVLEELRK_"
- ],
- [
- 48889,
- 2,
- 12,
- 6,
- 0.15666,
- "_GPLLEDGALSQAVSAGASSPEFTK_"
- ],
- [
- 10335,
- 3,
- 12,
- 5,
- 0.15666,
- "_LILSTDTLEELKEIDK_"
- ],
- [
- 42834,
- 2,
- 11,
- 4,
- 0.14242,
- "_LLQPDFQPVCASQLYPR_"
- ],
- [
- 34578,
- 2,
- 9,
- 4,
- 0.1139,
- "_VPLQGFAALEGMNGIQK_"
- ],
- [
- 35643,
- 3,
- 15,
- 8,
- 0.19935,
- "_VTGQHQGYGFVEFLSEEDADYAIK_"
- ],
- [
- 43685,
- 3,
- 9,
- 5,
- 0.1139,
- "_HGVCWIYYPDGGSLVGEVNEDGEMTGEK_"
- ],
- [
- 22147,
- 2,
- 9,
- 4,
- 0.1139,
- "_WYLENVYPELR_"
- ],
- [
- 45154,
- 3,
- 17,
- 7,
- 0.22785,
- "_LVSQTGPVHAPIFTMSVEVDGNSFEASGPSK_"
- ],
- [
- 7131,
- 2,
- 9,
- 3,
- 0.1139,
- "_LEGWLSLPVR_"
- ],
- [
- 15407,
- 3,
- 12,
- 4,
- 0.15666,
- "_WLCAVSMDELLSTTHPR_"
- ],
- [
- 17844,
- 2,
- 10,
- 3,
- 0.12818,
- "_DIIVIGNDITYR_"
- ],
- [
- 20604,
- 3,
- 13,
- 5,
- 0.1709,
- "_GLTLAPGLSPARPLFGSDFEK_"
- ],
- [
- 29992,
- 2,
- 14,
- 4,
- 0.18514,
- "_EAVNLQQDAFVVIGR_"
- ],
- [
- 22913,
- 3,
- 10,
- 6,
- 0.12818,
- "_DFSHPCTWQVLDGAEDTLR_"
- ],
- [
- 29366,
- 4,
- 13,
- 6,
- 0.1709,
- "_LRPSGDDVELIGEEEDVSVYDIADHPDFR_"
- ],
- [
- 41649,
- 2,
- 16,
- 2,
- 0.21362,
- "_MANVLDEPGQDLEADFPK_"
- ],
- [
- 37193,
- 4,
- 16,
- 8,
- 0.21362,
- "_LGQHVPTLHPTSEELTIAGMTFTTFDLGGHEQAR_"
- ],
- [
- 20499,
- 3,
- 8,
- 2,
- 0.099667,
- "_SEEITTGSAWFSFLESHNK_"
- ],
- [
- 3024,
- 2,
- 13,
- 4,
- 0.1709,
- "_QVDLIDLVR_"
- ],
- [
- 9849,
- 3,
- 8,
- 2,
- 0.099667,
- "_MHWSNVGGLSGMILTLK_"
- ],
- [
- 3986,
- 3,
- 13,
- 4,
- 0.1709,
- "_AVSELELLGFIKPTK_"
- ],
- [
- 50618,
- 2,
- 20,
- 7,
- 0.27064,
- "_EFSGPSTPTGTLEFEGGEVSLEGGK_"
- ],
- [
- 38930,
- 2,
- 8,
- 3,
- 0.099667,
- "_NTSGLLYPPEAPELQIR_"
- ],
- [
- 25843,
- 2,
- 18,
- 3,
- 0.24209,
- "_TIPQPPILQLSVEK_"
- ],
- [
- 12839,
- 2,
- 8,
- 3,
- 0.099667,
- "_LLEEEIIAFSK_"
- ],
- [
- 31261,
- 3,
- 13,
- 7,
- 0.1709,
- "_DQLQTFSEEHPVLLTEAPLNPR_"
- ],
- [
- 47890,
- 3,
- 14,
- 3,
- 0.18514,
- "_NCSVTGIDDLEQIPADTTDINHLETQPVSSK_"
- ],
- [
- 14788,
- 2,
- 8,
- 2,
- 0.099667,
- "_LLAVSLLDCTVK_"
- ],
- [
- 23855,
- 3,
- 11,
- 5,
- 0.14242,
- "_GFGFVTFDDHDPVDKIVLQK_"
- ],
- [
- 24640,
- 4,
- 14,
- 7,
- 0.18514,
- "_VTWNHFSPCHFLASTDDGFVYNLDAR_"
- ],
- [
- 28635,
- 2,
- 14,
- 3,
- 0.18514,
- "_NIYGNIEDLVVHIK_"
- ],
- [
- 9224,
- 2,
- 11,
- 3,
- 0.14244,
- "_GTAGLLEQWLK_"
- ],
- [
- 34136,
- 3,
- 6,
- 3,
- 0.071211,
- "_DQHFDQNLNFMYIEVDKVTER_"
- ],
- [
- 16394,
- 3,
- 11,
- 3,
- 0.14244,
- "_SLMVDHVTEVSQWMVGVK_"
- ],
- [
- 11332,
- 2,
- 10,
- 4,
- 0.12815,
- "_APSDLYQIILK_"
- ],
- [
- 37611,
- 3,
- 6,
- 4,
- 0.071211,
- "_SRLEVSDDLENVCNWVVDTCLHK_"
- ],
- [
- 35992,
- 2,
- 6,
- 2,
- 0.071211,
- "_ASVLFNTGALYTQIGTR_"
- ],
- [
- 2241,
- 2,
- 12,
- 3,
- 0.15667,
- "_VSFLLPTLR_"
- ],
- [
- 31421,
- 2,
- 9,
- 6,
- 0.11392,
- "_GPPITEAYVTDVLYR_"
- ],
- [
- 13161,
- 3,
- 9,
- 5,
- 0.11392,
- "_LPLLLTHEGVLLPGSTMR_"
- ],
- [
- 12259,
- 3,
- 10,
- 2,
- 0.12815,
- "_DAIELNAANYTVWHFR_"
- ],
- [
- 32468,
- 3,
- 12,
- 7,
- 0.15667,
- "_VWNLVTGQEIMSLGGHPNNVVSVK_"
- ],
- [
- 45385,
- 2,
- 10,
- 3,
- 0.12815,
- "_MIVSDIMQQAQYDQPLEK_"
- ],
- [
- 29447,
- 2,
- 11,
- 4,
- 0.14244,
- "_IFQTLNGAVDEVVLK_"
- ],
- [
- 40204,
- 2,
- 16,
- 4,
- 0.2136,
- "_TLLQGSGCLAGIYLEDTK_"
- ],
- [
- 34832,
- 3,
- 17,
- 6,
- 0.22787,
- "_LGKDPNTYFIVGTAMVYPEEAEPK_"
- ],
- [
- 36867,
- 4,
- 15,
- 8,
- 0.19939,
- "_KGADHSSAPPADGDDEEMMATEVTPSAMAELTDLGK_"
- ],
- [
- 20229,
- 2,
- 15,
- 4,
- 0.19939,
- "_AGVNFSEFTGVWK_"
- ],
- [
- 34179,
- 3,
- 13,
- 5,
- 0.17091,
- "_GHNGWVTQIATTPQFPDM(Oxidation (M))ILSASR_"
- ],
- [
- 20673,
- 2,
- 17,
- 6,
- 0.22787,
- "_TVCAEYAIALALR_"
- ],
- [
- 44241,
- 2,
- 14,
- 5,
- 0.18516,
- "_GPFVEAEVPDVDLECPDAK_"
- ],
- [
- 36940,
- 2,
- 19,
- 4,
- 0.25634,
- "_QYEEFYVGLEGSFGSK_"
- ],
- [
- 47860,
- 2,
- 15,
- 4,
- 0.19939,
- "_LNLQQSGSFQYYFLQGNEK_"
- ],
- [
- 28507,
- 2,
- 17,
- 6,
- 0.22787,
- "_LAGTQPLEVLEAVQR_"
- ],
- [
- 12104,
- 2,
- 14,
- 3,
- 0.18516,
- "_SPNELVDDLFK_"
- ],
- [
- 50895,
- 2,
- 13,
- 6,
- 0.17091,
- "_EREDESSSMFDEYFQECQDE_"
- ],
- [
- 31913,
- 2,
- 14,
- 5,
- 0.18516,
- "_SCYLSSLDLLLEHR_"
- ],
- [
- 33232,
- 3,
- 13,
- 5,
- 0.17091,
- "_QFASLEHGIVPVTSDCQYLFPAK_"
- ],
- [
- 20486,
- 2,
- 15,
- 4,
- 0.19939,
- "_SDIGEVILVGGMTR_"
- ],
- [
- 35819,
- 3,
- 15,
- 4,
- 0.19939,
- "_YLATAHIDGAVIITTPQEVSLQDVR_"
- ],
- [
- 47356,
- 2,
- 15,
- 7,
- 0.19939,
- "_MLIAQEGLLCGGSAGSTVAVAVK_"
- ],
- [
- 32348,
- 2,
- 13,
- 4,
- 0.1709,
- "_ELALQVSQICIQVSK_"
- ],
- [
- 6562,
- 2,
- 23,
- 7,
- 0.31337,
- "_IMLPWDPTGK_"
- ],
- [
- 34090,
- 2,
- 17,
- 5,
- 0.22784,
- "_ASIPFSVVGSNQLIEAK_"
- ],
- [
- 7417,
- 3,
- 17,
- 5,
- 0.22784,
- "_TPLQGILQLGQELKPK_"
- ],
- [
- 44084,
- 2,
- 11,
- 6,
- 0.14239,
- "_NLNLNDESQHGLLMQLLK_"
- ],
- [
- 29712,
- 3,
- 9,
- 2,
- 0.11392,
- "_HSLEISSALNMFNIAPHGPDISK_"
- ],
- [
- 48725,
- 3,
- 20,
- 8,
- 0.27057,
- "_ITFPGCFTNTCCSHPLSNPAELEESDALGVR_"
- ],
- [
- 45678,
- 2,
- 11,
- 2,
- 0.14239,
- "_GPGTSAEFSEFPLVNVNDNR_"
- ],
- [
- 20971,
- 3,
- 25,
- 6,
- 0.34188,
- "_IEEVPELPLVVEDKVEGYK_"
- ],
- [
- 44602,
- 2,
- 19,
- 6,
- 0.25633,
- "_GTPEQPQCGFSNAVVQILR_"
- ],
- [
- 21708,
- 3,
- 12,
- 6,
- 0.15667,
- "_AEHSVDIDVDIDWPIAEQR_"
- ],
- [
- 17983,
- 2,
- 12,
- 3,
- 0.15667,
- "_IIPYLSFGEVEK_"
- ],
- [
- 9864,
- 2,
- 11,
- 4,
- 0.14239,
- "_IWVNISLSGIK_"
- ],
- [
- 22947,
- 2,
- 15,
- 5,
- 0.19939,
- "_VAALTGLPFVTAPNK_"
- ],
- [
- 43217,
- 2,
- 16,
- 6,
- 0.21362,
- "_QELEIVIGDEHISFTTSK_"
- ],
- [
- 46295,
- 2,
- 13,
- 6,
- 0.1709,
- "_MDTDLETMDLDQGGEALAPR_"
- ],
- [
- 47118,
- 2,
- 13,
- 4,
- 0.1709,
- "_GHLDNISNNLLIGAINIENGK_"
- ],
- [
- 24563,
- 3,
- 18,
- 5,
- 0.2421,
- "_ESVLIISTDPAHNISDAFDQK_"
- ],
- [
- 27084,
- 3,
- 14,
- 7,
- 0.18514,
- "_VHAFLEQWGLVNYQVDPESR_"
- ],
- [
- 45324,
- 2,
- 7,
- 4,
- 0.085443,
- "_LGAQTPVGVSTLEPGQTLLPR_"
- ],
- [
- 44126,
- 2,
- 13,
- 5,
- 0.1709,
- "_LEAEEAIEVDHSHDLDIF_"
- ],
- [
- 32471,
- 4,
- 15,
- 5,
- 0.19939,
- "_SVDYPCLLRPSYVLSGSAM(Oxidation (M))NVVFSEDEMKK_"
- ],
- [
- 42394,
- 4,
- 10,
- 5,
- 0.12815,
- "_ALIHAPPQRPQDDYSVLFEDTSYADGYSPPLNVAQR_"
- ],
- [
- 10850,
- 2,
- 10,
- 3,
- 0.12815,
- "_SLLFLDNCLR_"
- ],
- [
- 26099,
- 2,
- 13,
- 5,
- 0.1709,
- "_ENGAFTVLVDNYVK_"
- ],
- [
- 36347,
- 3,
- 14,
- 6,
- 0.18514,
- "_LGNNCVFAPADVTSEKDVQTALALAK_"
- ],
- [
- 4301,
- 2,
- 15,
- 4,
- 0.19939,
- "_QVTVLELFR_"
- ],
- [
- 50509,
- 2,
- 10,
- 4,
- 0.12815,
- "_NIPSIFNTPEPTTTQEPLVGSQK_"
- ],
- [
- 39855,
- 2,
- 7,
- 2,
- 0.085443,
- "_(Acetyl (Protein N-term))VAPVLETSHVFCCPNR_"
- ],
- [
- 36791,
- 3,
- 12,
- 6,
- 0.15662,
- "_TYINQLSMNSPEMSECDILHTLR_"
- ],
- [
- 44461,
- 2,
- 18,
- 6,
- 0.24207,
- "_NVDLLSDMVQEHDEPILK_"
- ],
- [
- 32828,
- 2,
- 12,
- 5,
- 0.15662,
- "_NALLQLTDSQIADVAR_"
- ],
- [
- 27189,
- 2,
- 23,
- 6,
- 0.31335,
- "_GVLFGVPGAFTPGCSK_"
- ],
- [
- 9372,
- 2,
- 11,
- 3,
- 0.14238,
- "_LGANILLETFK_"
- ],
- [
- 48437,
- 2,
- 12,
- 6,
- 0.15662,
- "_ESVLIISTDPAHNISDAFDQK_"
- ],
- [
- 13034,
- 2,
- 12,
- 4,
- 0.15662,
- "_ELIDWLIEHK_"
- ],
- [
- 11784,
- 2,
- 18,
- 5,
- 0.24207,
- "_STLMDTLFNTK_"
- ],
- [
- 47306,
- 2,
- 10,
- 3,
- 0.12815,
- "_SSNYVLTDEQSLWIEDTTK_"
- ],
- [
- 47095,
- 2,
- 11,
- 2,
- 0.14238,
- "_SSSPNNTNPFGSTFCFGLQR_"
- ],
- [
- 49597,
- 3,
- 12,
- 6,
- 0.15662,
- "_KENSSSSSTPLSNGPLNGDVDYFGQQFDQISNR_"
- ],
- [
- 5668,
- 3,
- 17,
- 6,
- 0.22785,
- "_SCYLSSLDLLLEHR_"
- ],
- [
- 40895,
- 2,
- 12,
- 3,
- 0.15662,
- "_MLSAVSQQVQCIQEALR_"
- ],
- [
- 15229,
- 3,
- 12,
- 2,
- 0.15662,
- "_LPVIDPESGNTLYILTHK_"
- ],
- [
- 19570,
- 2,
- 22,
- 2,
- 0.29908,
- "_GNGTSMISLIIPPK_"
- ],
- [
- 31525,
- 4,
- 13,
- 7,
- 0.1709,
- "_HQLWEGWPTSATDDSMCLAESGLSYPCHR_"
- ],
- [
- 39612,
- 2,
- 13,
- 6,
- 0.1709,
- "_DAIELNAANYTVWHFR_"
- ],
- [
- 37668,
- 4,
- 20,
- 8,
- 0.27056,
- "_HVGDLGNVTADKDGVADVSIEDSVISLSGDHCIIGR_"
- ],
- [
- 51598,
- 2,
- 16,
- 8,
- 0.21362,
- "_QGMDLSANQDEETDQETFQLEIDR_"
- ],
- [
- 34678,
- 2,
- 9,
- 5,
- 0.11392,
- "_VLIGTYYDNFCAIAR_"
- ],
- [
- 51207,
- 3,
- 6,
- 6,
- 0.071201,
- "_ALANVNIGSLICNVGAGGPAPAAGAAPAGGPAPSTAAAPAEEKK_"
- ],
- [
- 35044,
- 3,
- 16,
- 6,
- 0.21362,
- "_IATPFQVYSWTAPQAEHAMDCVR_"
- ],
- [
- 22618,
- 2,
- 14,
- 5,
- 0.18513,
- "_DLFHCVSFTLPR_"
- ],
- [
- 6532,
- 2,
- 14,
- 5,
- 0.18513,
- "_TSLGNVVLLLK_"
- ],
- [
- 38784,
- 2,
- 9,
- 4,
- 0.11392,
- "_QNPLLAEAYSNLGNVYK_"
- ],
- [
- 32899,
- 3,
- 20,
- 6,
- 0.27056,
- "_SAVLISSKPGCFIAGADINMLAACK_"
- ],
- [
- 51339,
- 2,
- 9,
- 3,
- 0.11391,
- "_EEQLYDGYDEEYDCPILDEDR_"
- ],
- [
- 9116,
- 2,
- 11,
- 3,
- 0.14239,
- "_DYTGALAVFTR_"
- ],
- [
- 48719,
- 2,
- 15,
- 5,
- 0.19938,
- "_DALLSALSIQNYHLECNETK_"
- ],
- [
- 32982,
- 3,
- 13,
- 6,
- 0.17086,
- "_PAVVETVTTAKPQQIQALMDEVTK_"
- ],
- [
- 49763,
- 2,
- 15,
- 5,
- 0.19938,
- "_AGVSCCELAEEDFLAVSPSDPR_"
- ],
- [
- 45735,
- 2,
- 19,
- 3,
- 0.25631,
- "_TELPVTENVQTIPPPYVVR_"
- ],
- [
- 14897,
- 2,
- 15,
- 4,
- 0.19938,
- "_AIDTTQLFSLPK_"
- ],
- [
- 18081,
- 3,
- 18,
- 6,
- 0.24209,
- "_NVDLLSDMVQEHDEPILK_"
- ],
- [
- 39625,
- 3,
- 17,
- 8,
- 0.22786,
- "_ICDFENASKPQSIQESTGSIIEVLSK_"
- ],
- [
- 23190,
- 2,
- 13,
- 3,
- 0.17086,
- "_LYDNLLEQNLIR_"
- ],
- [
- 46213,
- 2,
- 9,
- 4,
- 0.11391,
- "_SGTWWDEHLSEENVPFIK_"
- ],
- [
- 4140,
- 2,
- 14,
- 4,
- 0.18514,
- "_LMDVGLIAIR_"
- ],
- [
- 17596,
- 3,
- 15,
- 3,
- 0.19938,
- "_NLNLNDESQHGLLMQLLK_"
- ],
- [
- 18542,
- 2,
- 12,
- 5,
- 0.15662,
- "_QALMPTLEALYR_"
- ],
- [
- 49366,
- 2,
- 12,
- 5,
- 0.15662,
- "_YNPMYSEPVDQEYLPEELR_"
- ],
- [
- 15201,
- 3,
- 10,
- 2,
- 0.12816,
- "_VSVYLQNWSHVLSYVSK_"
- ],
- [
- 34143,
- 3,
- 11,
- 4,
- 0.14239,
- "_AEIIHHLADLLTDQRDEILLANK_"
- ],
- [
- 15644,
- 3,
- 25,
- 7,
- 0.34184,
- "_ITLPVDFVTADKFDENAK_"
- ],
- [
- 32180,
- 3,
- 8,
- 2,
- 0.099697,
- "_SEVQAIIESTPELDMDKDLSGYK_"
- ],
- [
- 33540,
- 3,
- 16,
- 6,
- 0.21362,
- "_FLTPCYHPNVDTQGNICLDILK_"
- ],
- [
- 37271,
- 2,
- 13,
- 3,
- 0.17086,
- "_VLTLVSQIDVNNEFEK_"
- ],
- [
- 10732,
- 3,
- 13,
- 4,
- 0.17086,
- "_LQQAQLYPIAIFIKPK_"
- ],
- [
- 42577,
- 2,
- 11,
- 7,
- 0.14239,
- "_GTGGVDTAATGGVFDISNLDR_"
- ],
- [
- 8607,
- 2,
- 17,
- 7,
- 0.22786,
- "_EADDIVNWLK_"
- ],
- [
- 50348,
- 2,
- 22,
- 8,
- 0.29904,
- "_TGQATVASGIPAGWMGLDCGPESSK_"
- ],
- [
- 12211,
- 3,
- 11,
- 4,
- 0.14239,
- "_QIDSVNHINLFFTELK_"
- ],
- [
- 31900,
- 2,
- 14,
- 5,
- 0.18514,
- "_NACGSGYDFDVFVVR_"
- ],
- [
- 42588,
- 2,
- 21,
- 8,
- 0.2848,
- "_ITLPVDFVTADKFDENAK_"
- ],
- [
- 45232,
- 2,
- 11,
- 6,
- 0.14239,
- "_GEVNAADAFDIGSFDEEDTK_"
- ],
- [
- 12813,
- 2,
- 9,
- 3,
- 0.11391,
- "_WIDLTMEDIR_"
- ],
- [
- 51423,
- 3,
- 10,
- 5,
- 0.12816,
- "_AYSQEEITQGFEETGDTLYAPYSTHFQLQNQPPQK_"
- ],
- [
- 3926,
- 2,
- 13,
- 4,
- 0.17087,
- "_EFLFSLPDK_"
- ],
- [
- 37337,
- 2,
- 8,
- 3,
- 0.11395,
- "_FQALEPNELDFEVGDK_"
- ],
- [
- 44901,
- 2,
- 8,
- 3,
- 0.099689,
- "_VDVGGSEPASLSYLSFEGATK_"
- ],
- [
- 20619,
- 3,
- 10,
- 3,
- 0.12816,
- "_SGTWWDEHLSEENVPFIK_"
- ],
- [
- 3452,
- 2,
- 6,
- 3,
- 0.071203,
- "_DFLYSYFK_"
- ],
- [
- 28148,
- 2,
- 7,
- 2,
- 0.085451,
- "_TKLDDLALLEDLEK_"
- ],
- [
- 24039,
- 3,
- 11,
- 5,
- 0.14241,
- "_LEIEAENHYWLSMPYMTR_"
- ],
- [
- 6005,
- 2,
- 12,
- 3,
- 0.15664,
- "_ILFDGIPLEK_"
- ],
- [
- 50768,
- 2,
- 12,
- 3,
- 0.15664,
- "_YWPQEAGEYAVHVLCNSEDIR_"
- ],
- [
- 4684,
- 3,
- 11,
- 2,
- 0.14241,
- "_(Acetyl (Protein N-term))ALLAEHLLKPLPADK_"
- ],
- [
- 11818,
- 2,
- 7,
- 2,
- 0.085451,
- "_DALYFLDDTAK_"
- ],
- [
- 6759,
- 3,
- 10,
- 4,
- 0.12816,
- "_QFHIIVCGLDSIIAR_"
- ],
- [
- 41742,
- 3,
- 11,
- 4,
- 0.14241,
- "_ERLEQQVPVNQVFGQDEM(Oxidation (M))IDVIGVTK_"
- ],
- [
- 41927,
- 2,
- 17,
- 4,
- 0.22786,
- "_VVVLSPGTLQEDQATLLSK_"
- ],
- [
- 5389,
- 2,
- 15,
- 4,
- 0.19939,
- "_EAILDIITSR_"
- ],
- [
- 8911,
- 2,
- 14,
- 5,
- 0.18511,
- "_LGINLLGGPLGGK_"
- ],
- [
- 27004,
- 2,
- 14,
- 3,
- 0.18511,
- "_EAINVEQAFQTIAR_"
- ],
- [
- 21484,
- 2,
- 14,
- 5,
- 0.18511,
- "_DLGLAFEIPPHMK_"
- ],
- [
- 30127,
- 3,
- 14,
- 2,
- 0.18511,
- "_LPDYKPYPMYPATTSLVNVVPK_"
- ],
- [
- 22069,
- 3,
- 16,
- 5,
- 0.21362,
- "_GHLDNISNNLLIGAINIENGK_"
- ],
- [
- 18629,
- 2,
- 14,
- 5,
- 0.18511,
- "_DMTSEQLDDILK_"
- ],
- [
- 12801,
- 3,
- 14,
- 5,
- 0.18511,
- "_DPSGPFLMSVDHCFSIK_"
- ],
- [
- 21071,
- 4,
- 15,
- 9,
- 0.19939,
- "_YQQQYLQPLPLTHYELVTDAFGHR_"
- ],
- [
- 28140,
- 2,
- 20,
- 5,
- 0.27056,
- "_IMGIPEEEQMGLLR_"
- ],
- [
- 17353,
- 3,
- 17,
- 6,
- 0.22786,
- "_KGDEVQCEIEELGVIINK_"
- ],
- [
- 24099,
- 4,
- 13,
- 5,
- 0.17087,
- "_KLDDDSDSPSFFEEKPEEPVVLALDPK_"
- ],
- [
- 47930,
- 2,
- 15,
- 5,
- 0.19939,
- "_VAAQVDGGAQVQQVLNIECLR_"
- ],
- [
- 16419,
- 3,
- 16,
- 5,
- 0.21362,
- "_QELEIVIGDEHISFTTSK_"
- ],
- [
- 41381,
- 2,
- 14,
- 6,
- 0.18511,
- "_ILTEAEIDAHLVALAERD_"
- ],
- [
- 16772,
- 2,
- 17,
- 5,
- 0.22786,
- "_ASQDPFPAAIILK_"
- ],
- [
- 29098,
- 2,
- 5,
- 2,
- 0.056952,
- "_YFQLDENTIGYFK_"
- ],
- [
- 3620,
- 3,
- 18,
- 5,
- 0.24211,
- "_GIEKPPFELPDFIK_"
- ],
- [
- 29715,
- 3,
- 13,
- 4,
- 0.17087,
- "_MQLHGIAQPVTAVALATASLQTEK_"
- ],
- [
- 39571,
- 2,
- 16,
- 7,
- 0.21361,
- "_GDPQVYEELFSYSCPK_"
- ],
- [
- 17901,
- 3,
- 12,
- 4,
- 0.15663,
- "_VMMLVYPEELKPVLTQAK_"
- ],
- [
- 22535,
- 2,
- 15,
- 5,
- 0.19933,
- "_LCSALTLSGLVEVK_"
- ],
- [
- 31987,
- 2,
- 13,
- 4,
- 0.17086,
- "_DLQPFPTCQALVYR_"
- ],
- [
- 30108,
- 2,
- 8,
- 2,
- 0.099674,
- "_SSCDLQILDAAIVEK_"
- ],
- [
- 46249,
- 3,
- 11,
- 7,
- 0.14239,
- "_CPEALFQPSFLGM(Oxidation (M))ESCGIHETTFNSIM(Oxidation (M))K_"
- ],
- [
- 38407,
- 2,
- 15,
- 6,
- 0.19933,
- "_FLSAIVSSVDKIPYGMR_"
- ],
- [
- 43734,
- 2,
- 12,
- 4,
- 0.15663,
- "_GAQAAIVVYDITNQETFAR_"
- ],
- [
- 2069,
- 2,
- 16,
- 5,
- 0.21361,
- "_NIIIALIDR_"
- ],
- [
- 33783,
- 4,
- 16,
- 6,
- 0.21361,
- "_IDDIADGAVKPPPNKYPIFFFGTHETAFLGPK_"
- ],
- [
- 11550,
- 2,
- 12,
- 4,
- 0.15663,
- "_GLFYFDNSFR_"
- ],
- [
- 44049,
- 2,
- 16,
- 3,
- 0.21361,
- "_LGDFFGDPGNPPEFNPSGSK_"
- ],
- [
- 24233,
- 2,
- 8,
- 5,
- 0.099674,
- "_CLAPTYLGEFSLR_"
- ],
- [
- 23845,
- 2,
- 12,
- 4,
- 0.15663,
- "_TILTLTGVSTLGDVK_"
- ],
- [
- 12596,
- 3,
- 10,
- 4,
- 0.12817,
- "_HGYNVEQALGMLFWHK_"
- ],
- [
- 18946,
- 2,
- 12,
- 4,
- 0.15663,
- "_FFDDDLLVSTSR_"
- ],
- [
- 15874,
- 2,
- 12,
- 3,
- 0.15663,
- "_SLTSSLENIFSR_"
- ],
- [
- 46747,
- 2,
- 12,
- 5,
- 0.15663,
- "_NAFATPTISLQESCDYLDR_"
- ],
- [
- 40292,
- 2,
- 15,
- 4,
- 0.19933,
- "_SNDIDLEGFDSVVSSTEK_"
- ],
- [
- 31845,
- 3,
- 14,
- 5,
- 0.18509,
- "_RPCFSSLVVDETYVPPPFSDDK_"
- ],
- [
- 6406,
- 2,
- 15,
- 5,
- 0.19933,
- "_VSVFFGGLSIK_"
- ],
- [
- 27760,
- 2,
- 14,
- 2,
- 0.18509,
- "_DLAEDLYDGQVLQK_"
- ],
- [
- 29560,
- 2,
- 14,
- 6,
- 0.18509,
- "_AMELSFALVNGNNIR_"
- ],
- [
- 33004,
- 4,
- 13,
- 6,
- 0.17086,
- "_PSHSVDAHTAEVNCLSFNPYSEFILATGSADK_"
- ],
- [
- 34408,
- 3,
- 13,
- 7,
- 0.17086,
- "_MVHNGIEYGDMQLICEAYHLMK_"
- ],
- [
- 37564,
- 2,
- 13,
- 4,
- 0.17086,
- "_DISAIEEAMSASLQQHK_"
- ],
- [
- 36519,
- 4,
- 14,
- 9,
- 0.18509,
- "_YEMACAIADAFNLPSSHLRPITDSPVLGAQRPR_"
- ],
- [
- 30731,
- 2,
- 15,
- 7,
- 0.19933,
- "_MCDLVSDFDGFSER_"
- ],
- [
- 4424,
- 2,
- 15,
- 5,
- 0.19932,
- "_ELFGPELFR_"
- ],
- [
- 34880,
- 3,
- 18,
- 6,
- 0.24207,
- "_LTEHQVAEPPEDWPALIWQQQR_"
- ],
- [
- 50973,
- 2,
- 10,
- 3,
- 0.12814,
- "_VEEESTGDPFGFDSDDESLPVSSK_"
- ],
- [
- 40899,
- 2,
- 11,
- 3,
- 0.14239,
- "_EVLLENTNLSATTSLSLR_"
- ],
- [
- 31312,
- 3,
- 22,
- 7,
- 0.299,
- "_YWPQEAGEYAVHVLCNSEDIR_"
- ],
- [
- 37034,
- 2,
- 13,
- 6,
- 0.17086,
- "_ALEEQNELLSAELGGLR_"
- ],
- [
- 34587,
- 3,
- 11,
- 5,
- 0.14239,
- "_VIKDFMIQGGDFVNGDGTGVASIYR_"
- ],
- [
- 45760,
- 2,
- 9,
- 2,
- 0.1139,
- "_WHLLSELEAAPYLPQEEK_"
- ],
- [
- 27841,
- 2,
- 13,
- 7,
- 0.17086,
- "_YNFPVEVEVPMER_"
- ],
- [
- 44309,
- 2,
- 12,
- 4,
- 0.15661,
- "_VMMLVYPEELKPVLTQAK_"
- ],
- [
- 33265,
- 2,
- 11,
- 4,
- 0.14239,
- "_ELGIIPTIIRDEELK_"
- ],
- [
- 45193,
- 2,
- 12,
- 4,
- 0.15661,
- "_GLNDLQPWPNQMAIACGSR_"
- ],
- [
- 48052,
- 2,
- 11,
- 5,
- 0.14239,
- "_KYLEVVLNTLQQASQAQVDK_"
- ],
- [
- 30608,
- 2,
- 11,
- 4,
- 0.14239,
- "_TITSVAMTSALPIIQK_"
- ],
- [
- 22380,
- 2,
- 10,
- 3,
- 0.12814,
- "_PGDGEFVEVISLPK_"
- ],
- [
- 33974,
- 3,
- 9,
- 5,
- 0.1139,
- "_SMLRPLELSLPSQTSYSENEILK_"
- ],
- [
- 35071,
- 4,
- 17,
- 6,
- 0.22783,
- "_QSKPVTTPEEIAQVATISANGDKEIGNIISDAM(Oxidation (M))K_"
- ],
- [
- 24271,
- 3,
- 10,
- 4,
- 0.12814,
- "_VTGDFEDDFDAPFNPHLNLK_"
- ],
- [
- 39365,
- 2,
- 11,
- 3,
- 0.14239,
- "_FIYMAVQHYIETLQR_"
- ],
- [
- 27416,
- 2,
- 16,
- 6,
- 0.21355,
- "_DFNHINVELSLLGK_"
- ],
- [
- 23567,
- 2,
- 11,
- 3,
- 0.14239,
- "_YDMGILDLGSGDEK_"
- ],
- [
- 13654,
- 2,
- 4,
- 3,
- 0.042696,
- "_GVPWNFTFNVK_"
- ],
- [
- 35724,
- 2,
- 11,
- 4,
- 0.14239,
- "_ANDTQEFNLSAYFER_"
- ],
- [
- 42021,
- 2,
- 12,
- 5,
- 0.1566,
- "_SLYGGFVEWQMGEQADGK_"
- ],
- [
- 49308,
- 2,
- 14,
- 4,
- 0.18507,
- "_FINNEYYPADLQVAPTQDLR_"
- ],
- [
- 43241,
- 2,
- 10,
- 3,
- 0.12811,
- "_VDIDVPDVDVQGPDWHLK_"
- ],
- [
- 4721,
- 2,
- 11,
- 3,
- 0.14235,
- "_SLLEVVVLSR_"
- ],
- [
- 39407,
- 3,
- 10,
- 7,
- 0.12811,
- "_ITADLLSNGIDVYPQKEFDEDSEDR_"
- ],
- [
- 39743,
- 2,
- 9,
- 4,
- 0.11386,
- "_TGISLNIPAPQPVCISEK_"
- ],
- [
- 39031,
- 4,
- 12,
- 5,
- 0.1566,
- "_MWHPNIYENGDVCISILHPPVDDPQSGELPSER_"
- ],
- [
- 44930,
- 2,
- 12,
- 5,
- 0.1566,
- "_EATNDDPWGPSGQLMGEIAK_"
- ],
- [
- 19194,
- 2,
- 16,
- 3,
- 0.21353,
- "_MAVQDAVDALMQK_"
- ],
- [
- 34333,
- 3,
- 17,
- 6,
- 0.22776,
- "_VQQELSRPGMLEMLLPGQPEAVAR_"
- ],
- [
- 21963,
- 3,
- 12,
- 6,
- 0.1566,
- "_SQYDYILPQVSFTAVGYHK_"
- ],
- [
- 16170,
- 2,
- 15,
- 2,
- 0.1993,
- "_YGPDAFFNFPGK_"
- ],
- [
- 28043,
- 3,
- 16,
- 5,
- 0.21353,
- "_KDEFPFALEVQTLPQTCDGPK_"
- ],
- [
- 41739,
- 2,
- 9,
- 2,
- 0.11386,
- "_EAVEQFESQGVDLSNIVK_"
- ],
- [
- 43421,
- 2,
- 19,
- 6,
- 0.25628,
- "_ATNIEVLSNTFQFTNEAR_"
- ],
- [
- 32542,
- 3,
- 14,
- 5,
- 0.18507,
- "_TYTAYVDLEKDFAAEVVHPGDLK_"
- ],
- [
- 43977,
- 2,
- 17,
- 4,
- 0.22776,
- "_EELQLLQEQGSYVGEVVR_"
- ],
- [
- 27434,
- 3,
- 15,
- 4,
- 0.1993,
- "_VLLIESLATMEPDSRPELQEK_"
- ],
- [
- 28281,
- 2,
- 9,
- 3,
- 0.11386,
- "_LGPEVASLAMDSLCR_"
- ],
- [
- 45410,
- 2,
- 13,
- 4,
- 0.17082,
- "_NLLANQTLVYSQDLGEMTK_"
- ],
- [
- 9363,
- 2,
- 13,
- 6,
- 0.17082,
- "_FQDQVLDLLK_"
- ],
- [
- 27982,
- 2,
- 13,
- 5,
- 0.17082,
- "_AIQLNSNSVQALLLK_"
- ],
- [
- 40647,
- 3,
- 13,
- 6,
- 0.17082,
- "_ETLEFADQENQVAHLELGQVECQLK_"
- ],
- [
- 46327,
- 2,
- 13,
- 7,
- 0.17082,
- "_CSQFCTTGMDGGMSIWDVK_"
- ],
- [
- 42886,
- 2,
- 8,
- 4,
- 0.099598,
- "_MQILQAVQTNELAFDNAK_"
- ],
- [
- 7568,
- 2,
- 13,
- 4,
- 0.17082,
- "_VQIFDLMDAK_"
- ],
- [
- 17668,
- 2,
- 15,
- 3,
- 0.19929,
- "_DIISIAEDEDLR_"
- ],
- [
- 7083,
- 2,
- 9,
- 4,
- 0.11383,
- "_VDLSLPNIGIK_"
- ],
- [
- 8021,
- 3,
- 16,
- 5,
- 0.21352,
- "_LRPLYDIPYMFEAR_"
- ],
- [
- 19959,
- 2,
- 14,
- 2,
- 0.18504,
- "_LSFGDAAQTLWAR_"
- ],
- [
- 37472,
- 2,
- 18,
- 5,
- 0.24199,
- "_CFNTLTNSFQPSLLGR_"
- ],
- [
- 42928,
- 3,
- 17,
- 10,
- 0.22775,
- "_ERYEDSQQEEAQYGAMFQEQLMTLK_"
- ],
- [
- 23810,
- 3,
- 16,
- 4,
- 0.21352,
- "_KYLEVVLNTLQQASQAQVDK_"
- ],
- [
- 7573,
- 3,
- 9,
- 4,
- 0.11383,
- "_ACANPAAGSVILLENLR_"
- ],
- [
- 40053,
- 2,
- 10,
- 3,
- 0.12808,
- "_QPPLVTGISPNEGIPWTK_"
- ],
- [
- 14446,
- 2,
- 9,
- 4,
- 0.11383,
- "_CLILCYELLK_"
- ],
- [
- 17022,
- 2,
- 15,
- 5,
- 0.19929,
- "_FTVLLMPNGPMR_"
- ],
- [
- 16266,
- 3,
- 17,
- 6,
- 0.22775,
- "_KLGGSLADSYLDEGFLLDK_"
- ],
- [
- 45081,
- 2,
- 15,
- 5,
- 0.19929,
- "_DNMAQEGVILDDVDSSVCR_"
- ],
- [
- 45022,
- 3,
- 19,
- 7,
- 0.25627,
- "_LLAETHYQLGLAYGYNSQYDEAVAQFSK_"
- ],
- [
- 35838,
- 2,
- 16,
- 5,
- 0.21352,
- "_TTLADCLISSNGIISSR_"
- ],
- [
- 39159,
- 2,
- 14,
- 5,
- 0.18504,
- "_TQEIQENLLSLEETMK_"
- ],
- [
- 18345,
- 2,
- 11,
- 3,
- 0.14233,
- "_LQLDLSSINISAK_"
- ],
- [
- 41060,
- 2,
- 27,
- 7,
- 0.37017,
- "_VLNNMEIGTSLFDEEGAK_"
- ],
- [
- 14531,
- 4,
- 16,
- 9,
- 0.21352,
- "_MVHNGIEYGDMQLICEAYHLMK_"
- ],
- [
- 25005,
- 2,
- 13,
- 6,
- 0.17081,
- "_LDLIAQQMMPEVR_"
- ],
- [
- 21879,
- 2,
- 9,
- 2,
- 0.11384,
- "_EALILEPSLYTVK_"
- ],
- [
- 20172,
- 3,
- 10,
- 3,
- 0.12808,
- "_NKQELSFYSIPEFDEWK_"
- ],
- [
- 20544,
- 2,
- 10,
- 2,
- 0.12808,
- "_DGLIVYEDSPLVK_"
- ],
- [
- 27774,
- 3,
- 10,
- 4,
- 0.12808,
- "_HIEVQILGDQYGNILHLYER_"
- ],
- [
- 15623,
- 2,
- 11,
- 4,
- 0.14233,
- "_DMLEFPAQELR_"
- ],
- [
- 38515,
- 3,
- 9,
- 5,
- 0.11384,
- "_VFSAYQDCIQLQLQLNLAHNAVQR_"
- ],
- [
- 38649,
- 2,
- 11,
- 4,
- 0.14233,
- "_EATVKPFAIDIFPVTNK_"
- ],
- [
- 18954,
- 2,
- 11,
- 4,
- 0.14233,
- "_NLEAMNPPLFLR_"
- ],
- [
- 46055,
- 2,
- 14,
- 4,
- 0.18507,
- "_VPAEEPANELPMNEIEAWK_"
- ],
- [
- 34502,
- 2,
- 12,
- 4,
- 0.15658,
- "_AAVMHDILDMMPEGIK_"
- ],
- [
- 7456,
- 3,
- 12,
- 5,
- 0.15658,
- "_NLALDINELKPGNLLK_"
- ],
- [
- 50452,
- 2,
- 9,
- 4,
- 0.11384,
- "_VLPPEVADGGVVDSGVYAVPPPAER_"
- ],
- [
- 37308,
- 3,
- 12,
- 4,
- 0.15658,
- "_QTQTFTTYSDNQPGVLIQVYEGER_"
- ],
- [
- 5339,
- 2,
- 8,
- 3,
- 0.099613,
- "_TLGWEALLAR_"
- ],
- [
- 22471,
- 2,
- 13,
- 4,
- 0.17081,
- "_EPELFQTVAEGLR_"
- ],
- [
- 34280,
- 2,
- 12,
- 7,
- 0.15658,
- "_NLALDINELKPGNLLK_"
- ],
- [
- 45471,
- 2,
- 13,
- 5,
- 0.17081,
- "_AQDVDATNPNYEIMCMIR_"
- ],
- [
- 37640,
- 3,
- 12,
- 8,
- 0.15658,
- "_GGKPGLTIQAPQLEVSVPSANIEGLEGK_"
- ],
- [
- 30054,
- 2,
- 13,
- 4,
- 0.17081,
- "_NGEFFMSPNDFVTR_"
- ],
- [
- 44248,
- 2,
- 11,
- 3,
- 0.14233,
- "_DKPTYDEIFYTLSPVNGK_"
- ],
- [
- 31405,
- 2,
- 10,
- 4,
- 0.12808,
- "_ALDQASEEIWNDFR_"
- ],
- [
- 39074,
- 2,
- 6,
- 3,
- 0.071125,
- "_SVHFQDSLDLILSADSR_"
- ],
- [
- 40570,
- 2,
- 15,
- 5,
- 0.19929,
- "_LENYPIPEPGPNEVLLR_"
- ],
- [
- 17826,
- 3,
- 15,
- 3,
- 0.19929,
- "_DKPTYDEIFYTLSPVNGK_"
- ],
- [
- 33375,
- 2,
- 15,
- 7,
- 0.19929,
- "_ELDALDANDELTPLGR_"
- ],
- [
- 30299,
- 2,
- 18,
- 5,
- 0.24199,
- "_NICFTVWDVGGQDR_"
- ],
- [
- 40137,
- 2,
- 16,
- 6,
- 0.21353,
- "_DPSGPFLMSVDHCFSIK_"
- ],
- [
- 45079,
- 3,
- 22,
- 8,
- 0.29899,
- "_TTGIVMDSGDGVTHTVPIYEGYALPHAILR_"
- ],
- [
- 39962,
- 3,
- 10,
- 7,
- 0.12808,
- "_VKPEELESFCEGGMLDSDTLNPDWK_"
- ],
- [
- 38824,
- 2,
- 9,
- 4,
- 0.11385,
- "_GPITSAAELNDPQSILLR_"
- ],
- [
- 33310,
- 3,
- 11,
- 5,
- 0.14231,
- "_LPEEEFGHFYTQDCYVFLCR_"
- ],
- [
- 42059,
- 2,
- 19,
- 6,
- 0.25623,
- "_HFYWYLTNEGIQYLR_"
- ],
- [
- 32000,
- 2,
- 14,
- 5,
- 0.18505,
- "_SPTSQEVMFLTIQVK_"
- ],
- [
- 21502,
- 3,
- 14,
- 5,
- 0.18505,
- "_GLDIPHVDVVVNFDIPTHSK_"
- ],
- [
- 19622,
- 2,
- 13,
- 4,
- 0.17081,
- "_LILLITQVTASEK_"
- ],
- [
- 9624,
- 2,
- 11,
- 4,
- 0.14231,
- "_GIIPLENLSIR_"
- ],
- [
- 40271,
- 2,
- 13,
- 3,
- 0.17081,
- "_LTYPQPVTPWNVQELR_"
- ],
- [
- 32889,
- 4,
- 11,
- 7,
- 0.14231,
- "_MEAIPCVVGDEEVWTSDVQYQVSPFNHGHK_"
- ],
- [
- 8206,
- 3,
- 9,
- 3,
- 0.11385,
- "_EFMNYFHALEIGYR_"
- ],
- [
- 18141,
- 3,
- 19,
- 5,
- 0.25623,
- "_NHMDITTPPLPPVAPEVLR_"
- ],
- [
- 43892,
- 2,
- 9,
- 3,
- 0.11385,
- "_EILLEMIHSIQNSQDM(Oxidation (M))R_"
- ],
- [
- 47176,
- 2,
- 16,
- 3,
- 0.21352,
- "_IQSALEEESVFAVTAVNASEK_"
- ],
- [
- 49767,
- 2,
- 9,
- 4,
- 0.11385,
- "_VESTADDLGDALPGGAAVAAVPDAAR_"
- ],
- [
- 3402,
- 3,
- 16,
- 6,
- 0.21352,
- "_LHFFMPGFAPLTSR_"
- ],
- [
- 23014,
- 3,
- 13,
- 4,
- 0.17081,
- "_IVQIPFCGEIDCEDWIKK_"
- ],
- [
- 31852,
- 2,
- 15,
- 3,
- 0.1993,
- "_TPVGFIGLGNMGNPMAK_"
- ],
- [
- 35222,
- 2,
- 10,
- 5,
- 0.12808,
- "_EFMNYFHALEIGYR_"
- ],
- [
- 31973,
- 4,
- 7,
- 6,
- 0.085358,
- "_QTCLECSFEIPDFPNHFPTYVHCSLCR_"
- ],
- [
- 34360,
- 2,
- 11,
- 2,
- 0.14231,
- "_AWDVLLDHIQSAALSK_"
- ],
- [
- 14643,
- 2,
- 18,
- 3,
- 0.24199,
- "_LLESLDQLELR_"
- ],
- [
- 5974,
- 2,
- 19,
- 5,
- 0.25623,
- "_DAEDWFFSK_"
- ],
- [
- 10983,
- 3,
- 14,
- 4,
- 0.18505,
- "_IFHIVENDLYIDFGGK_"
- ],
- [
- 40436,
- 2,
- 11,
- 4,
- 0.14231,
- "_VYFLPITPHYVTQVIR_"
- ],
- [
- 24316,
- 3,
- 8,
- 4,
- 0.099606,
- "_SLLHGDFHAFSAGPGLFSYIR_"
- ],
- [
- 32595,
- 3,
- 12,
- 6,
- 0.15656,
- "_EALQINQDHPDAWSLIGNLHLAK_"
- ],
- [
- 50578,
- 2,
- 15,
- 6,
- 0.1993,
- "_EADIDGDGQVNYEEFVQMM(Oxidation (M))TAK_"
- ],
- [
- 14799,
- 3,
- 16,
- 5,
- 0.21352,
- "_LFATCSDDTTIALWDLR_"
- ],
- [
- 43779,
- 2,
- 12,
- 3,
- 0.15656,
- "_SCGLFTAPFPQDSDELER_"
- ],
- [
- 40733,
- 3,
- 14,
- 6,
- 0.18505,
- "_LHACTEEGQLENQVIAFEWDEMQR_"
- ],
- [
- 30509,
- 2,
- 3,
- 2,
- 0.028479,
- "_LYAASDMLQLEYVR_"
- ],
- [
- 13127,
- 3,
- 11,
- 4,
- 0.14231,
- "_VYFLPITPHYVTQVIR_"
- ],
- [
- 22634,
- 3,
- 12,
- 5,
- 0.15656,
- "_SFAMSAVITEGVKPTLSELEK_"
- ],
- [
- 20876,
- 4,
- 11,
- 6,
- 0.14231,
- "_EDGEGPEATNAVTFDADDDSIIHLLHK_"
- ],
- [
- 14205,
- 3,
- 23,
- 6,
- 0.31322,
- "_ILTEAEIDAHLVALAERD_"
- ],
- [
- 18154,
- 2,
- 12,
- 5,
- 0.15655,
- "_QQDVFMFLTNR_"
- ],
- [
- 28918,
- 4,
- 11,
- 7,
- 0.14232,
- "_M(Oxidation (M))MVDKDGDVTVTNDGATILSMMDVDHQIAK_"
- ],
- [
- 37887,
- 4,
- 12,
- 6,
- 0.15655,
- "_KPLNFQNLPEHLDQLLQVDNEEEESQGQVEGR_"
- ],
- [
- 40695,
- 2,
- 13,
- 6,
- 0.1708,
- "_NLEGYVGFANLPNQVYR_"
- ],
- [
- 34487,
- 3,
- 20,
- 7,
- 0.27047,
- "_GAGYTFGQDISETFNHANGLTLVSR_"
- ],
- [
- 7629,
- 3,
- 14,
- 5,
- 0.18505,
- "_AAVMHDILDMMPEGIK_"
- ],
- [
- 34249,
- 2,
- 12,
- 3,
- 0.15655,
- "_QIEINTISASFGGLASR_"
- ],
- [
- 31825,
- 3,
- 14,
- 6,
- 0.18505,
- "_GRPYTLSVALPGSILDNAQSPELR_"
- ],
- [
- 38100,
- 3,
- 13,
- 3,
- 0.1708,
- "_THLLPQTGFPEDQLSLSDQQILSSR_"
- ],
- [
- 3784,
- 2,
- 18,
- 5,
- 0.24201,
- "_TEILPPFFK_"
- ],
- [
- 5438,
- 4,
- 14,
- 7,
- 0.18505,
- "_EAELQAVLHPEFHIQFLGGK_"
- ],
- [
- 45282,
- 2,
- 12,
- 6,
- 0.15655,
- "_AVLLASDAQECTLEEVVER_"
- ],
- [
- 47850,
- 2,
- 14,
- 6,
- 0.18505,
- "_GDVVIVLTGWRPGSGFTNTMR_"
- ],
- [
- 20784,
- 3,
- 15,
- 5,
- 0.19929,
- "_LFVPALDKPETDLLSHLDR_"
- ],
- [
- 51178,
- 2,
- 10,
- 5,
- 0.12809,
- "_VFEAMNSYDLGCGPGGGDTAPQVFK_"
- ],
- [
- 16468,
- 3,
- 17,
- 6,
- 0.22776,
- "_VDIDVPDVDVQGPDWHLK_"
- ],
- [
- 47282,
- 3,
- 15,
- 4,
- 0.19929,
- "_SSAQDMPCQICYLNYPNSYFTGLECGHK_"
- ],
- [
- 51553,
- 2,
- 15,
- 7,
- 0.19929,
- "_QTQTFTTYSDNQPGVLIQVYEGER_"
- ],
- [
- 36748,
- 2,
- 17,
- 6,
- 0.22776,
- "_QIQSLCFQVNNLLEK_"
- ],
- [
- 41213,
- 2,
- 17,
- 6,
- 0.22776,
- "_IVSVGDDQEIHIYDCPI_"
- ],
- [
- 39388,
- 2,
- 9,
- 4,
- 0.11385,
- "_QYLQEVGYTDTILDVR_"
- ],
- [
- 5309,
- 4,
- 14,
- 3,
- 0.18505,
- "_FEHSLGVGYLAGCLVHALGEK_"
- ],
- [
- 39959,
- 2,
- 7,
- 3,
- 0.085377,
- "_LSLLNGGLQEEELSTSLK_"
- ],
- [
- 17742,
- 2,
- 10,
- 4,
- 0.12809,
- "_LQGFAAVLAIGSSR_"
- ],
- [
- 36047,
- 3,
- 11,
- 3,
- 0.14232,
- "_IIAVSFPAGCSEESYLHNLQEVTR_"
- ],
- [
- 44608,
- 2,
- 20,
- 6,
- 0.27047,
- "_LELNSMQEQLIQAQNTLK_"
- ],
- [
- 8147,
- 2,
- 16,
- 4,
- 0.21354,
- "_LFTAESLIGLK_"
- ],
- [
- 19957,
- 3,
- 16,
- 4,
- 0.21354,
- "_WHLLSELEAAPYLPQEEK_"
- ],
- [
- 20627,
- 2,
- 14,
- 4,
- 0.18505,
- "_GYELLFQPEVVR_"
- ],
- [
- 39525,
- 2,
- 18,
- 7,
- 0.24201,
- "_GSYGDLGGPIITTQVTIPK_"
- ],
- [
- 31340,
- 2,
- 17,
- 2,
- 0.22776,
- "_FSIYPPIPGEESSLR_"
- ],
- [
- 44015,
- 3,
- 9,
- 5,
- 0.11382,
- "_GVMTTGSDIGFSVIQAHDVQNPLHFGEMK_"
- ],
- [
- 14533,
- 4,
- 10,
- 6,
- 0.12807,
- "_AELLMSLHDLDVGEICTVDPCHK_"
- ],
- [
- 24273,
- 2,
- 8,
- 2,
- 0.099594,
- "_EFLDYQLDELSR_"
- ],
- [
- 7328,
- 3,
- 13,
- 4,
- 0.17077,
- "_EELGDEWLKPELFR_"
- ],
- [
- 13375,
- 2,
- 10,
- 3,
- 0.12807,
- "_VFDLPESLGGIR_"
- ],
- [
- 4619,
- 2,
- 13,
- 5,
- 0.17077,
- "_DADPILISLR_"
- ],
- [
- 45117,
- 3,
- 12,
- 5,
- 0.15654,
- "_AGSALPGFANSPAGSTSVVLVPPAHGTLVPDGNK_"
- ],
- [
- 7862,
- 3,
- 10,
- 3,
- 0.12807,
- "_HSQFIGYPITLFVEK_"
- ],
- [
- 25404,
- 3,
- 11,
- 2,
- 0.14231,
- "_VLGEVYLHTWITENTSIPTR_"
- ],
- [
- 33504,
- 2,
- 12,
- 4,
- 0.15654,
- "_ARGDLEEAVQMLVEGK_"
- ],
- [
- 22757,
- 2,
- 11,
- 5,
- 0.14231,
- "_VGGCFLNLMPQMK_"
- ],
- [
- 49773,
- 2,
- 11,
- 6,
- 0.14231,
- "_LAEPYLCDSQVSTFTMECMK_"
- ],
- [
- 44051,
- 2,
- 13,
- 5,
- 0.17077,
- "_TVSYNILADTYAQTEFSR_"
- ],
- [
- 33438,
- 2,
- 11,
- 2,
- 0.14231,
- "_NCISEQLFMEMADR_"
- ],
- [
- 50173,
- 2,
- 25,
- 7,
- 0.34168,
- "_(Acetyl (Protein N-term))METEQPEETFPNTETNGEFGK_"
- ],
- [
- 17998,
- 3,
- 12,
- 4,
- 0.15654,
- "_AVGMHSFLVVGPQALDPVVR_"
- ],
- [
- 47558,
- 2,
- 12,
- 8,
- 0.15654,
- "_DLNSQADSLMTSSAFDTSQVK_"
- ],
- [
- 19657,
- 2,
- 12,
- 5,
- 0.15654,
- "_FKDIFQEIFDK_"
- ],
- [
- 50951,
- 2,
- 10,
- 5,
- 0.12807,
- "_NTPSPDVTLGTNPGTEDIQFPIQK_"
- ],
- [
- 28067,
- 4,
- 20,
- 6,
- 0.27045,
- "_RPCFSSLVVDETYVPPPFSDDKFIFHK_"
- ],
- [
- 16258,
- 2,
- 9,
- 3,
- 0.11382,
- "_LSCVPVLIFANK_"
- ],
- [
- 31975,
- 2,
- 15,
- 5,
- 0.19927,
- "_GFCYVEFDEVDSLK_"
- ],
- [
- 17257,
- 2,
- 20,
- 4,
- 0.27045,
- "_DFPELTMEVDGK_"
- ],
- [
- 24074,
- 3,
- 18,
- 8,
- 0.24198,
- "_LLDVLSGHEGPISGLCFNPMK_"
- ],
- [
- 28390,
- 2,
- 18,
- 7,
- 0.24198,
- "_LHFFMPGFAPLTSR_"
- ],
- [
- 23072,
- 2,
- 15,
- 5,
- 0.19927,
- "_MSLFYAEATPMLK_"
- ],
- [
- 38309,
- 2,
- 16,
- 3,
- 0.21351,
- "_IFHIVENDLYIDFGGK_"
- ],
- [
- 35196,
- 2,
- 18,
- 5,
- 0.24198,
- "_PGMVVTFAPVNVTTEVK_"
- ],
- [
- 48025,
- 2,
- 16,
- 9,
- 0.21351,
- "_LCYDAFTENMAGENQLLER_"
- ],
- [
- 21043,
- 2,
- 16,
- 2,
- 0.21351,
- "_LDELEELLTNNR_"
- ],
- [
- 16671,
- 3,
- 19,
- 7,
- 0.25623,
- "_WVTYFNKPDIDAWELR_"
- ],
- [
- 36209,
- 4,
- 16,
- 5,
- 0.21351,
- "_EDSKLDYNNIPTVVFSHPPIGTVGLTEDEAIHK_"
- ],
- [
- 47891,
- 3,
- 15,
- 5,
- 0.19927,
- "_CFSIDNPGYEPEVVAVHPGGDTVAIGGVDGNVR_"
- ],
- [
- 47353,
- 2,
- 20,
- 5,
- 0.27045,
- "_GEVAYIDGQVLVPPGYGQDVR_"
- ],
- [
- 50617,
- 2,
- 16,
- 9,
- 0.21351,
- "_ADIDVSGPSVDTDAPDLDIEGPEGK_"
- ],
- [
- 20626,
- 3,
- 14,
- 3,
- 0.18502,
- "_KSLEGADLPNLLFYGPPGTGK_"
- ],
- [
- 21125,
- 2,
- 19,
- 7,
- 0.25623,
- "_SYSPYDMLESIR_"
- ],
- [
- 11238,
- 2,
- 17,
- 5,
- 0.22776,
- "_ISMPDLDLNLK_"
- ],
- [
- 21980,
- 2,
- 16,
- 4,
- 0.21351,
- "_LVGTVLNGYLCLR_"
- ],
- [
- 41825,
- 2,
- 16,
- 7,
- 0.21351,
- "_AFCEPGNVENNGVLSFIK_"
- ],
- [
- 2799,
- 3,
- 19,
- 5,
- 0.25623,
- "_GMAFLHTLEPLIPR_"
- ],
- [
- 38730,
- 3,
- 18,
- 7,
- 0.242,
- "_EVADEVTRPRPSGEEVLQDIQVMLK_"
- ],
- [
- 33843,
- 2,
- 9,
- 4,
- 0.11383,
- "_VFPLSCAVQQYAWGK_"
- ],
- [
- 40176,
- 2,
- 12,
- 4,
- 0.15655,
- "_ELCSLASDLSQPDLVYK_"
- ],
- [
- 40809,
- 3,
- 11,
- 8,
- 0.14231,
- "_TMELKPLNVSNNALVWTASDYADGEAK_"
- ],
- [
- 41953,
- 3,
- 16,
- 5,
- 0.21351,
- "_LGTPDEQLEMANCQAVILSVEDDTGHR_"
- ],
- [
- 16665,
- 2,
- 18,
- 5,
- 0.242,
- "_EGGFLLLHTLLR_"
- ],
- [
- 13384,
- 3,
- 13,
- 5,
- 0.17078,
- "_SESIRPDEFSLEIFER_"
- ],
- [
- 34986,
- 2,
- 12,
- 5,
- 0.15655,
- "_VMYTPMAPGNYLISVK_"
- ],
- [
- 20712,
- 3,
- 13,
- 7,
- 0.17078,
- "_DSDLATQNRPLWQCFLGR_"
- ],
- [
- 20077,
- 3,
- 25,
- 4,
- 0.34168,
- "_LPPKVESLESLYFTPIPAR_"
- ],
- [
- 25449,
- 3,
- 16,
- 6,
- 0.21351,
- "_TTHVVNLGSNQYLFSVIVDPK_"
- ],
- [
- 24977,
- 3,
- 14,
- 5,
- 0.18501,
- "_DVHEDSLTVVFENNWQPER_"
- ],
- [
- 51664,
- 2,
- 10,
- 6,
- 0.12806,
- "_EIELYGCPPDFPDEEEEEEETSVK_"
- ],
- [
- 14189,
- 2,
- 11,
- 2,
- 0.14231,
- "_DLPSWSSVDWK_"
- ],
- [
- 46536,
- 2,
- 18,
- 6,
- 0.242,
- "_LDVTLGPVPEIGGSEAPAPQNK_"
- ],
- [
- 22730,
- 2,
- 21,
- 5,
- 0.28469,
- "_DTLQSELVGQLYK_"
- ],
- [
- 9945,
- 3,
- 12,
- 3,
- 0.15655,
- "_NHQDVAGVFALSSFLNK_"
- ],
- [
- 50197,
- 2,
- 5,
- 2,
- 0.056932,
- "_QQVQMTVTETNQEWQVLQLR_"
- ],
- [
- 21283,
- 2,
- 7,
- 2,
- 0.0854,
- "_DATNVAAAFEEAVR_"
- ],
- [
- 19066,
- 2,
- 19,
- 5,
- 0.25622,
- "_LAALPNVYEVISK_"
- ],
- [
- 35321,
- 2,
- 12,
- 5,
- 0.15655,
- "_NWNSPVANFIMESQR_"
- ],
- [
- 49665,
- 3,
- 12,
- 6,
- 0.15655,
- "_AEDGHEEAMETEASTSGEVAEVAEEAMETESSEK_"
- ],
- [
- 29704,
- 2,
- 16,
- 5,
- 0.21351,
- "_AAQAPSSFQLLYDLK_"
- ],
- [
- 35533,
- 2,
- 14,
- 4,
- 0.18501,
- "_NFVDIGIVTSIEINHK_"
- ],
- [
- 28880,
- 2,
- 12,
- 4,
- 0.15655,
- "_MQYSMEYFQFMK_"
- ],
- [
- 5686,
- 2,
- 19,
- 5,
- 0.25624,
- "_VAVFFGGLSIK_"
- ],
- [
- 44165,
- 3,
- 17,
- 8,
- 0.22775,
- "_DAGYGGISLAVEGPSKVDIQTEDLEDGTCK_"
- ],
- [
- 6296,
- 2,
- 12,
- 4,
- 0.15655,
- "_LIYPVGFWR_"
- ],
- [
- 26454,
- 2,
- 20,
- 4,
- 0.27046,
- "_LDQELDFILSQQK_"
- ],
- [
- 35171,
- 3,
- 12,
- 6,
- 0.15655,
- "_ETVSQRPGATVPTDFATFPSSAFLR_"
- ],
- [
- 29132,
- 3,
- 12,
- 5,
- 0.15655,
- "_ATLTSLAPEMGEELLGSEGIHSSK_"
- ],
- [
- 44002,
- 2,
- 12,
- 2,
- 0.15655,
- "_VSLDMMSVQANTGPPWESK_"
- ],
- [
- 25166,
- 2,
- 11,
- 2,
- 0.1423,
- "_SELVAMLEEEELR_"
- ],
- [
- 23132,
- 2,
- 12,
- 5,
- 0.15655,
- "_QFVAALADLQEAVK_"
- ],
- [
- 41374,
- 2,
- 22,
- 3,
- 0.29893,
- "_EVTSSVLPNDFFSTNPPK_"
- ],
- [
- 1801,
- 2,
- 19,
- 3,
- 0.25624,
- "_WDLDILEK_"
- ],
- [
- 5029,
- 2,
- 9,
- 3,
- 0.11385,
- "_ELDGLWSFR_"
- ],
- [
- 17928,
- 3,
- 15,
- 6,
- 0.19925,
- "_HSVESMITTLDPGMAPYIK_"
- ],
- [
- 47008,
- 2,
- 9,
- 5,
- 0.11385,
- "_FFACAPNYSYAALCECLR_"
- ],
- [
- 42893,
- 2,
- 8,
- 2,
- 0.09964,
- "_TQLQHSLPLLLICDNLR_"
- ],
- [
- 36601,
- 2,
- 22,
- 4,
- 0.29893,
- "_QICVVMLETLSQSPPK_"
- ],
- [
- 28658,
- 2,
- 7,
- 3,
- 0.085419,
- "_ASEVQEFTAEFLEK_"
- ],
- [
- 8807,
- 4,
- 16,
- 5,
- 0.2135,
- "_TLQDQTLVQIFKPLTHSLSDK_"
- ],
- [
- 42858,
- 2,
- 15,
- 4,
- 0.19925,
- "_YM(Oxidation (M))IGVTYGGDDIPLSPYR_"
- ],
- [
- 24367,
- 2,
- 9,
- 6,
- 0.11385,
- "_IFTELCETFLEK_"
- ],
- [
- 13715,
- 4,
- 10,
- 3,
- 0.12807,
- "_AQQGIVFLDEVDKIGSVPGIHQLR_"
- ],
- [
- 41045,
- 2,
- 14,
- 5,
- 0.18502,
- "_DSLTDLYVQHAIPLPQR_"
- ],
- [
- 26555,
- 4,
- 10,
- 7,
- 0.12807,
- "_TTGVVLDSGDGVTHAVPIYEGFAMPHSIMR_"
- ],
- [
- 47065,
- 2,
- 11,
- 5,
- 0.1423,
- "_YVMSWIKPGMTMIEICEK_"
- ],
- [
- 37659,
- 2,
- 22,
- 5,
- 0.29893,
- "_MEGNAEESTLFCFAVR_"
- ],
- [
- 50644,
- 2,
- 11,
- 7,
- 0.1423,
- "_VETGVLKPGMVVTFAPVNVTTEVK_"
- ],
- [
- 19202,
- 4,
- 16,
- 6,
- 0.2135,
- "_EVADEVTRPRPSGEEVLQDIQVMLK_"
- ],
- [
- 39618,
- 2,
- 10,
- 4,
- 0.12807,
- "_LSQAFIDLHSAGNMLFR_"
- ],
- [
- 39501,
- 2,
- 8,
- 2,
- 0.099651,
- "_GIWSIHVYCVDNILVK_"
- ],
- [
- 941,
- 2,
- 6,
- 2,
- 0.071173,
- "_NALDLLLPK_"
- ],
- [
- 26223,
- 2,
- 9,
- 4,
- 0.11387,
- "_QLLDLDPEVECLK_"
- ],
- [
- 32222,
- 3,
- 10,
- 4,
- 0.12808,
- "_DSVTCAGFSHDSTLVATGDMSGLLK_"
- ],
- [
- 36126,
- 3,
- 10,
- 2,
- 0.12808,
- "_KADLPLLTSTFLGSHMFSCCPEGR_"
- ],
- [
- 38161,
- 2,
- 10,
- 3,
- 0.12808,
- "_NEVSLVAEGFLPEDGSGR_"
- ],
- [
- 16406,
- 2,
- 12,
- 4,
- 0.15653,
- "_TAVVIDLGEAFTK_"
- ],
- [
- 49012,
- 3,
- 10,
- 4,
- 0.12808,
- "_GSYNGQVGWFPSNYVTEEGDSPLGDHVGSLSEK_"
- ],
- [
- 51232,
- 2,
- 29,
- 8,
- 0.39864,
- "_ESFEGQMTEDNIEVGICNEAGFR_"
- ],
- [
- 24760,
- 3,
- 12,
- 4,
- 0.15653,
- "_RDENVCNFLEGGLLIGGSDNK_"
- ],
- [
- 45960,
- 3,
- 10,
- 5,
- 0.12808,
- "_AVYDEQGTVDEDSPVLTQDRDWEAYWR_"
- ],
- [
- 29505,
- 3,
- 10,
- 2,
- 0.12808,
- "_SHFPGCLAQEMQQQAQELLQK_"
- ],
- [
- 9574,
- 2,
- 13,
- 5,
- 0.17078,
- "_EGIFAVDTMLK_"
- ],
- [
- 14161,
- 2,
- 20,
- 6,
- 0.27048,
- "_MQLLEIITTEK_"
- ],
- [
- 8688,
- 3,
- 11,
- 5,
- 0.14231,
- "_LTLMGSNGHEFVFLLK_"
- ],
- [
- 21540,
- 2,
- 11,
- 3,
- 0.14231,
- "_ETEWLFGMDEGR_"
- ],
- [
- 4141,
- 2,
- 12,
- 4,
- 0.15653,
- "_LIPVPMVGFK_"
- ],
- [
- 15081,
- 2,
- 12,
- 2,
- 0.15653,
- "_DLGYIYFYQR_"
- ],
- [
- 18538,
- 2,
- 13,
- 4,
- 0.17078,
- "_SGGNLEVMGLMLGK_"
- ],
- [
- 49982,
- 3,
- 14,
- 7,
- 0.18502,
- "_GAGFNQNNGAGSENFGLGVVPVSASPSSVEVHPVLEK_"
- ],
- [
- 45474,
- 2,
- 10,
- 3,
- 0.12808,
- "_QQLQVTGDASESAEDIFFR_"
- ],
- [
- 34429,
- 2,
- 24,
- 7,
- 0.3274,
- "_ACANPAAGSVILLENLR_"
- ],
- [
- 50253,
- 2,
- 22,
- 8,
- 0.29894,
- "_TATESFASDPILYRPVAVALDTK_"
- ],
- [
- 48624,
- 3,
- 16,
- 7,
- 0.21348,
- "_KINSSPNVNTTASGVEDLNIIQVTIPDDDNER_"
- ],
- [
- 23400,
- 3,
- 18,
- 7,
- 0.24198,
- "_GDVVIVLTGWRPGSGFTNTMR_"
- ],
- [
- 20237,
- 2,
- 18,
- 5,
- 0.24198,
- "_YGLFPANYVELR_"
- ],
- [
- 47273,
- 2,
- 17,
- 5,
- 0.22773,
- "_ADAENLIYTADPESFEVNTK_"
- ],
- [
- 26411,
- 3,
- 14,
- 5,
- 0.18502,
- "_LPDLSLDNMIGQSAIAGEEHPR_"
- ],
- [
- 25467,
- 2,
- 17,
- 4,
- 0.22773,
- "_FDLQIQSSNLFDK_"
- ],
- [
- 43240,
- 2,
- 19,
- 4,
- 0.25622,
- "_LSLQDAVSQGVIDQDMATR_"
- ],
- [
- 28573,
- 2,
- 17,
- 4,
- 0.22773,
- "_NLFDMCGISEAQLK_"
- ],
- [
- 27939,
- 2,
- 17,
- 4,
- 0.22773,
- "_EIEELKELLPEIR_"
- ],
- [
- 11262,
- 4,
- 18,
- 7,
- 0.24198,
- "_CPVTVCGDVHGQFHDLMELFR_"
- ],
- [
- 32392,
- 2,
- 14,
- 4,
- 0.18501,
- "_(Acetyl (Protein N-term))MEATLEQHLEDTMK_"
- ],
- [
- 30769,
- 3,
- 19,
- 7,
- 0.25622,
- "_CPVTVCGDVHGQFHDLMELFR_"
- ],
- [
- 15190,
- 2,
- 16,
- 5,
- 0.21348,
- "_MNYSDAIVWLK_"
- ],
- [
- 34211,
- 2,
- 11,
- 5,
- 0.14232,
- "_GSLPLSAHGIVVAWLSR_"
- ],
- [
- 28767,
- 2,
- 13,
- 4,
- 0.17076,
- "_NLELNDDTILNDIK_"
- ],
- [
- 50746,
- 2,
- 17,
- 8,
- 0.22772,
- "_QAFTDVATGSLGQGLGAACGMAYTGK_"
- ],
- [
- 44330,
- 2,
- 16,
- 7,
- 0.21348,
- "_HSVESMITTLDPGMAPYIK_"
- ],
- [
- 43916,
- 3,
- 12,
- 2,
- 0.15654,
- "_SCLAVLTAHYSAVTSLAFSADGHTMLSSGR_"
- ],
- [
- 21526,
- 2,
- 10,
- 4,
- 0.12811,
- "_ESSIIGVTLFSSTK_"
- ],
- [
- 45294,
- 2,
- 15,
- 5,
- 0.19925,
- "_LGESVQDLSSFDEYSSELK_"
- ],
- [
- 50039,
- 2,
- 11,
- 3,
- 0.14232,
- "_YEEYDNAIITMMNHPTDAWK_"
- ],
- [
- 32756,
- 2,
- 18,
- 6,
- 0.24197,
- "_NSHLINVLMWELEK_"
- ],
- [
- 27035,
- 2,
- 15,
- 3,
- 0.19925,
- "_GTAYVVYEDIFDAK_"
- ],
- [
- 38395,
- 2,
- 14,
- 6,
- 0.18501,
- "_WGTDEDKFTEILCLR_"
- ],
- [
- 37519,
- 4,
- 15,
- 8,
- 0.19925,
- "_MSFSSNLNHYGMTHVASVSDVLLDNSFTPPCQR_"
- ],
- [
- 38050,
- 4,
- 15,
- 8,
- 0.19925,
- "_YVEAAWYPWWEQQGFFKPEYGRPNVSAANPR_"
- ],
- [
- 47955,
- 3,
- 11,
- 7,
- 0.14232,
- "_AYCGFLRPGVSSENLSAVATGNWGCGAFGGDAR_"
- ],
- [
- 44287,
- 3,
- 7,
- 2,
- 0.085407,
- "_AVAPTMSLHGSHLYTSLPSLGLEQPLALTK_"
- ],
- [
- 6098,
- 2,
- 12,
- 4,
- 0.15654,
- "_LEVIFADLAR_"
- ],
- [
- 24436,
- 2,
- 14,
- 3,
- 0.18501,
- "_LLWEQLQGLESSK_"
- ],
- [
- 39104,
- 4,
- 12,
- 5,
- 0.15654,
- "_FESVSHLISYHMDNHLPIISAGSELCLQQPVER_"
- ],
- [
- 48276,
- 2,
- 9,
- 5,
- 0.11389,
- "_CLSEFACNAAFPDTSMEAIR_"
- ],
- [
- 45149,
- 2,
- 10,
- 4,
- 0.12811,
- "_SENNCFLYGVFNGYDGNR_"
- ],
- [
- 12739,
- 3,
- 11,
- 4,
- 0.14232,
- "_LLAELPASVHALTGVDLSK_"
- ],
- [
- 28597,
- 2,
- 13,
- 4,
- 0.17076,
- "_ALIPLALEGTDVGQTK_"
- ],
- [
- 43733,
- 2,
- 17,
- 6,
- 0.22775,
- "_QINIHNLSAFYDSELFR_"
- ],
- [
- 46280,
- 2,
- 17,
- 4,
- 0.22775,
- "_VFWDPSVNLFGHVGSTTASR_"
- ],
- [
- 23407,
- 2,
- 14,
- 7,
- 0.18503,
- "_SDYLNTFEFMDK_"
- ],
- [
- 11524,
- 2,
- 18,
- 5,
- 0.24198,
- "_AFITNIPFDVK_"
- ],
- [
- 10773,
- 3,
- 9,
- 4,
- 0.1139,
- "_KTDFEVFDALMVDSQK_"
- ],
- [
- 41557,
- 2,
- 13,
- 5,
- 0.1708,
- "_HSNLLYVNVIGLADDSVR_"
- ],
- [
- 2557,
- 2,
- 12,
- 2,
- 0.15658,
- "_LQLTDLLIK_"
- ],
- [
- 50296,
- 2,
- 13,
- 7,
- 0.1708,
- "_NVSINTVTYEWAPPVQNQALAR_"
- ],
- [
- 29358,
- 3,
- 26,
- 7,
- 0.3559,
- "_TATESFASDPILYRPVAVALDTK_"
- ],
- [
- 15118,
- 4,
- 13,
- 6,
- 0.1708,
- "_LTITQLENNIPSSFLHPNWASHR_"
- ],
- [
- 10533,
- 2,
- 10,
- 3,
- 0.12815,
- "_ILLNYLPLER_"
- ],
- [
- 14747,
- 3,
- 20,
- 4,
- 0.27048,
- "_TLLPVPSFEDVSIPEKPK_"
- ],
- [
- 12830,
- 2,
- 17,
- 5,
- 0.22775,
- "_NFIVWLEDQK_"
- ],
- [
- 44072,
- 2,
- 12,
- 4,
- 0.15658,
- "_TLEALEEGGGELNDFVSTAK_"
- ],
- [
- 38062,
- 2,
- 10,
- 2,
- 0.12815,
- "_KTDFEVFDALMVDSQK_"
- ],
- [
- 48587,
- 2,
- 12,
- 3,
- 0.15658,
- "_IEDPNQFVPLNTNPNEVLEK_"
- ],
- [
- 7530,
- 2,
- 12,
- 3,
- 0.15658,
- "_LSEFIPAVFR_"
- ],
- [
- 29723,
- 2,
- 16,
- 4,
- 0.21352,
- "_EEGDLGPVYGFQWR_"
- ],
- [
- 19835,
- 2,
- 16,
- 4,
- 0.21352,
- "_YGTFMAPDLFGSK_"
- ],
- [
- 28273,
- 2,
- 12,
- 5,
- 0.15658,
- "_DQFGFINYEVGDSK_"
- ],
- [
- 29952,
- 2,
- 24,
- 4,
- 0.32744,
- "_VEEEIQTLSQVLAAK_"
- ],
- [
- 28190,
- 2,
- 19,
- 4,
- 0.25623,
- "_QMTDVLLTPATDALK_"
- ],
- [
- 21850,
- 3,
- 12,
- 3,
- 0.15658,
- "_YEAPWTVYAMNWSVRPDK_"
- ],
- [
- 17127,
- 2,
- 14,
- 5,
- 0.18503,
- "_EALQLMATYLPK_"
- ],
- [
- 17240,
- 3,
- 11,
- 5,
- 0.14237,
- "_EEMHMPTTMEDFEMALK_"
- ],
- [
- 16983,
- 2,
- 12,
- 2,
- 0.15658,
- "_TLVLFPNIDAGSK_"
- ],
- [
- 8981,
- 2,
- 11,
- 4,
- 0.14237,
- "_IMLLDEFTTK_"
- ],
- [
- 42382,
- 3,
- 12,
- 8,
- 0.15658,
- "_ALKEENIQTLLINPNIATVQTSQGLADK_"
- ],
- [
- 46079,
- 2,
- 14,
- 5,
- 0.18505,
- "_DTPLNAIVIHEVYEEGAAAR_"
- ],
- [
- 26734,
- 4,
- 12,
- 6,
- 0.15662,
- "_QGEEEVASHHEAAFPIAVVASGIWELHPR_"
- ],
- [
- 39361,
- 3,
- 12,
- 6,
- 0.15662,
- "_PQELVGTFIQQEVGKPEDEASGSFFK_"
- ],
- [
- 32153,
- 3,
- 19,
- 7,
- 0.25623,
- "_EFASHLQQLQDALNELTEEHSK_"
- ],
- [
- 44708,
- 3,
- 14,
- 8,
- 0.18505,
- "_TTGVVLDSGDGVTHAVPIYEGFAMPHSIMR_"
- ],
- [
- 38539,
- 3,
- 10,
- 6,
- 0.12815,
- "_EYWDYESHVVEWGNQDDYQLVR_"
- ],
- [
- 44225,
- 2,
- 13,
- 5,
- 0.17083,
- "_QLEPGLQGILITCNMNER_"
- ],
- [
- 47673,
- 2,
- 13,
- 3,
- 0.17083,
- "_LYTTSPNVEESYLPSPDVLK_"
- ],
- [
- 12677,
- 2,
- 10,
- 3,
- 0.12815,
- "_SSEAVIWEVLR_"
- ],
- [
- 27356,
- 2,
- 10,
- 3,
- 0.12815,
- "_FYTGNDPLDVWDR_"
- ],
- [
- 26504,
- 3,
- 19,
- 6,
- 0.25623,
- "_KPGADLSDYFNYGFNEDTWK_"
- ],
- [
- 20298,
- 3,
- 13,
- 6,
- 0.17083,
- "_(Acetyl (Protein N-term))SLHQFLLEPITCHAWNR_"
- ],
- [
- 26583,
- 2,
- 13,
- 3,
- 0.17083,
- "_TGVLAAVLASQPSIPR_"
- ],
- [
- 50261,
- 2,
- 11,
- 4,
- 0.1424,
- "_ILNAHMDSLQWIDQNSALLQR_"
- ],
- [
- 33940,
- 2,
- 13,
- 3,
- 0.17083,
- "_LVVVISNIESGEVLER_"
- ],
- [
- 25051,
- 3,
- 13,
- 3,
- 0.17083,
- "_AYWQVHLDQVEVASGLTLCK_"
- ],
- [
- 50319,
- 3,
- 14,
- 5,
- 0.18505,
- "_STSTPNVHMVSTTAPMDSNLIQLTGQSFSTDAAGSR_"
- ],
- [
- 30420,
- 3,
- 14,
- 2,
- 0.18505,
- "_DLLNGVKPQDIDFATTATPTQMK_"
- ],
- [
- 11079,
- 3,
- 15,
- 6,
- 0.19927,
- "_WGTDEDKFTEILCLR_"
- ],
- [
- 29372,
- 3,
- 9,
- 5,
- 0.11392,
- "_ILNAHMDSLQWIDQNSALLQR_"
- ],
- [
- 30208,
- 2,
- 18,
- 5,
- 0.24199,
- "_DLAYCVSQLPLTER_"
- ],
- [
- 18841,
- 3,
- 16,
- 5,
- 0.21352,
- "_VAIQLNDTHPALSIPELMR_"
- ],
- [
- 50569,
- 3,
- 16,
- 6,
- 0.21352,
- "_VVPENLGLQEGTHELCYNTACALIGQGQLNQAMK_"
- ],
- [
- 40620,
- 2,
- 16,
- 5,
- 0.21352,
- "_DGLNDDDFEPYLSPQAR_"
- ],
- [
- 33723,
- 2,
- 14,
- 4,
- 0.18505,
- "_EGFYDLSSEDPFGCK_"
- ],
- [
- 25252,
- 2,
- 15,
- 5,
- 0.19927,
- "_FLGDIEVWDQAEK_"
- ],
- [
- 36176,
- 2,
- 14,
- 4,
- 0.18505,
- "_DCGEWAIPGGMVDPGEK_"
- ],
- [
- 11589,
- 3,
- 9,
- 3,
- 0.11392,
- "_AQDEGLLSDVVPFKVPGK_"
- ],
- [
- 41338,
- 2,
- 9,
- 3,
- 0.11393,
- "_LFLSDGNTSEFTDIYQK_"
- ],
- [
- 49722,
- 2,
- 12,
- 7,
- 0.15665,
- "_LQNAENDYINASLVDIEEAQR_"
- ],
- [
- 34016,
- 2,
- 16,
- 7,
- 0.21353,
- "_LMNETTAVALAYGIYK_"
- ],
- [
- 17143,
- 3,
- 16,
- 7,
- 0.21353,
- "_QINIHNLSAFYDSELFR_"
- ],
- [
- 31563,
- 3,
- 19,
- 6,
- 0.25625,
- "_TYNTDVPLVLMNSFNTDEDTKK_"
- ],
- [
- 12245,
- 3,
- 7,
- 2,
- 0.085474,
- "_VLQHILNPAFLYSFEK_"
- ],
- [
- 31404,
- 3,
- 10,
- 5,
- 0.12817,
- "_EWDENLKDDSLPSNPIDFSYR_"
- ],
- [
- 46506,
- 3,
- 16,
- 8,
- 0.21353,
- "_AKVDEFPLCGHMVSDEYEQLSSEALEAAR_"
- ],
- [
- 9254,
- 2,
- 25,
- 4,
- 0.34169,
- "_EELEEVIKDI_"
- ],
- [
- 26211,
- 2,
- 16,
- 4,
- 0.21353,
- "_M(Oxidation (M))FVLDEADEMLSR_"
- ],
- [
- 26536,
- 2,
- 8,
- 3,
- 0.099714,
- "_AASSLLANLWQYNK_"
- ],
- [
- 29257,
- 4,
- 18,
- 8,
- 0.24202,
- "_AKVDEFPLCGHMVSDEYEQLSSEALEAAR_"
- ],
- [
- 39674,
- 2,
- 17,
- 6,
- 0.22778,
- "_MQLSAELQSDTEEILSK_"
- ],
- [
- 35076,
- 3,
- 18,
- 5,
- 0.24202,
- "_EDSLEVSSFCSEALVTCAALTHPR_"
- ],
- [
- 41902,
- 2,
- 12,
- 6,
- 0.15665,
- "_VDVMQQCDDGWFVGVSR_"
- ],
- [
- 43411,
- 2,
- 9,
- 3,
- 0.11393,
- "_AFEGFNTCLFAYGQTGSGK_"
- ],
- [
- 32797,
- 3,
- 14,
- 6,
- 0.18508,
- "_LIDGQVIQLEDGSAAYVQHVPIPK_"
- ],
- [
- 15905,
- 3,
- 9,
- 3,
- 0.11393,
- "_LKPMQVALSEDDLTVLMK_"
- ],
- [
- 12069,
- 2,
- 8,
- 3,
- 0.099714,
- "_VGFLSSLLPQSK_"
- ],
- [
- 14997,
- 2,
- 13,
- 3,
- 0.17087,
- "_YATDLLSVALNR_"
- ],
- [
- 31876,
- 2,
- 18,
- 6,
- 0.24202,
- "_ELDQWIEQLNECK_"
- ],
- [
- 20462,
- 2,
- 12,
- 3,
- 0.15665,
- "_DMYEQFQNIMK_"
- ],
- [
- 14536,
- 2,
- 15,
- 5,
- 0.19931,
- "_LWLFGYDEQR_"
- ],
- [
- 46332,
- 2,
- 15,
- 6,
- 0.19931,
- "_IEPPLIFECNQACSCWR_"
- ],
- [
- 36680,
- 3,
- 14,
- 4,
- 0.18508,
- "_LTTTSGVQDELHLPLNSPLPGSELTK_"
- ],
- [
- 38322,
- 3,
- 11,
- 6,
- 0.14241,
- "_SREEIEEEANGDIFDIEIGVSDPEK_"
- ],
- [
- 45729,
- 2,
- 11,
- 3,
- 0.14241,
- "_ACVSMLGVPVDPDTLHATLR_"
- ],
- [
- 50401,
- 3,
- 11,
- 5,
- 0.14241,
- "_DTLDDLFPNEDEQSPAPSPGGGDVSGQHGGYEIPAR_"
- ],
- [
- 44116,
- 3,
- 15,
- 5,
- 0.19931,
- "_ICHSSVYIWPSSDINTIPGELTDASACK_"
- ],
- [
- 34846,
- 3,
- 15,
- 6,
- 0.19931,
- "_QAEVQMYVCNKEEYGFLPVPLR_"
- ],
- [
- 28757,
- 3,
- 15,
- 6,
- 0.19931,
- "_ELLQLCEDLIWNKDPEATEK_"
- ],
- [
- 46646,
- 3,
- 14,
- 6,
- 0.18508,
- "_NLTQQLQTTCHTLLSNIQGVPQNIQDQAK_"
- ],
- [
- 35553,
- 2,
- 10,
- 4,
- 0.12817,
- "_GGFDGEYQDDSLDLLR_"
- ],
- [
- 8315,
- 2,
- 11,
- 4,
- 0.14241,
- "_LLGDLLPEAVR_"
- ],
- [
- 27329,
- 2,
- 7,
- 2,
- 0.085472,
- "_VQEYFEWAAQVVK_"
- ],
- [
- 15226,
- 3,
- 15,
- 7,
- 0.19932,
- "_EKVGEVTYVELLMDAEGK_"
- ],
- [
- 15544,
- 2,
- 11,
- 3,
- 0.14241,
- "_IGLIQFCLSAPK_"
- ],
- [
- 9453,
- 2,
- 16,
- 5,
- 0.21355,
- "_YLEKPITMLL_"
- ],
- [
- 5132,
- 2,
- 13,
- 2,
- 0.17089,
- "_NVPGLAILLSK_"
- ],
- [
- 27678,
- 2,
- 11,
- 4,
- 0.14241,
- "_FTITPSTTQVVGILK_"
- ],
- [
- 49504,
- 2,
- 10,
- 3,
- 0.12817,
- "_GSIYCVAWSPCGQLLATGSNDK_"
- ],
- [
- 40227,
- 4,
- 14,
- 7,
- 0.18511,
- "_ALPAINGVTCYANPAVTEANGHIHFDNVSVVSLQDGK_"
- ],
- [
- 35351,
- 3,
- 14,
- 4,
- 0.18511,
- "_YGAFGLPITVAHVDGQTHMLFGSDR_"
- ],
- [
- 3254,
- 2,
- 13,
- 4,
- 0.17089,
- "_QFLIDWVR_"
- ],
- [
- 13817,
- 2,
- 15,
- 2,
- 0.19932,
- "_AQPLSLEELLAK_"
- ],
- [
- 21956,
- 3,
- 19,
- 6,
- 0.25626,
- "_YVMSWIKPGMTMIEICEK_"
- ],
- [
- 39211,
- 2,
- 16,
- 5,
- 0.21355,
- "_WSSSDWTLDPQELESK_"
- ],
- [
- 44574,
- 2,
- 12,
- 2,
- 0.15664,
- "_EELNAISGPNEFAEFYNR_"
- ],
- [
- 50592,
- 2,
- 20,
- 6,
- 0.27049,
- "_YGGPPPDSVYSGVQPGIGTEVFVGK_"
- ],
- [
- 10324,
- 2,
- 10,
- 4,
- 0.12817,
- "_IDAELVLPTIR_"
- ],
- [
- 4874,
- 2,
- 15,
- 3,
- 0.19932,
- "_LLGLFGETLR_"
- ],
- [
- 43330,
- 2,
- 23,
- 7,
- 0.31322,
- "_TNAFLVATSAPQAVLYNDR_"
- ],
- [
- 21833,
- 2,
- 11,
- 4,
- 0.14241,
- "_VFLQNLLSVSQAR_"
- ],
- [
- 36873,
- 2,
- 9,
- 2,
- 0.11395,
- "_DSGGPVLQFDYEAVANR_"
- ],
- [
- 32038,
- 2,
- 11,
- 3,
- 0.14241,
- "_QGIVPPGLTENELWR_"
- ],
- [
- 39816,
- 4,
- 11,
- 6,
- 0.14241,
- "_AVEFHEDLFPDTAGCVPATDPHSWWAGDNQQVQK_"
- ],
- [
- 45673,
- 2,
- 13,
- 5,
- 0.17089,
- "_SAPYEFPEESPIEQLEER_"
- ],
- [
- 11386,
- 2,
- 13,
- 4,
- 0.17089,
- "_GLLPGLLPAPADK_"
- ],
- [
- 22656,
- 3,
- 11,
- 5,
- 0.14241,
- "_SEFQAIIPAVNSHIQSDLLR_"
- ],
- [
- 10406,
- 2,
- 15,
- 5,
- 0.19932,
- "_SPGADLLQVLTK_"
- ],
- [
- 19003,
- 3,
- 17,
- 5,
- 0.22777,
- "_GDSFTHTPPLDPQELDILK_"
- ],
- [
- 24520,
- 2,
- 12,
- 3,
- 0.15666,
- "_QIIVDPLSFSEER_"
- ],
- [
- 31127,
- 2,
- 8,
- 2,
- 0.09972,
- "_LSIYGDLEFMNEQK_"
- ],
- [
- 23531,
- 3,
- 9,
- 5,
- 0.11396,
- "_SSLISAMLGEMENVHGHITIK_"
- ],
- [
- 13758,
- 3,
- 11,
- 4,
- 0.14242,
- "_EFSFHNFNQAFGFMSR_"
- ],
- [
- 26017,
- 2,
- 15,
- 5,
- 0.19936,
- "_LLPQLTYLDGYDR_"
- ],
- [
- 25886,
- 3,
- 12,
- 5,
- 0.15666,
- "_VLQQAFNYLNQGVVHSITWK_"
- ],
- [
- 34574,
- 2,
- 13,
- 3,
- 0.17089,
- "_GYVVPNVDLPPLCSSR_"
- ],
- [
- 32920,
- 3,
- 13,
- 4,
- 0.17089,
- "_SLCPETWPTWAGRPQDGVAVLVR_"
- ],
- [
- 21745,
- 2,
- 15,
- 5,
- 0.19936,
- "_MQVTITLTSPIIR_"
- ],
- [
- 41693,
- 3,
- 11,
- 5,
- 0.14242,
- "_VLHALQEAAPEVVQPTTVQSSTIPSLLR_"
- ],
- [
- 50489,
- 2,
- 15,
- 4,
- 0.19936,
- "_ISIENEQLVIGSYSQPSDSWDK_"
- ],
- [
- 16641,
- 2,
- 15,
- 5,
- 0.19936,
- "_DDSIEGIYDTLK_"
- ],
- [
- 32482,
- 2,
- 21,
- 5,
- 0.28474,
- "_MNSSCADILLFASYK_"
- ],
- [
- 11895,
- 2,
- 19,
- 5,
- 0.25627,
- "_ISMPEIDLNLK_"
- ],
- [
- 20937,
- 3,
- 16,
- 5,
- 0.21357,
- "_GKPEIVGSNLDTLVSIGLDEK_"
- ],
- [
- 13643,
- 2,
- 20,
- 6,
- 0.27051,
- "_FQWDLNAWTK_"
- ],
- [
- 42244,
- 2,
- 19,
- 5,
- 0.25627,
- "_EKVGEVTYVELLMDAEGK_"
- ],
- [
- 7135,
- 2,
- 16,
- 5,
- 0.21357,
- "_GVPTGFILPIR_"
- ],
- [
- 10579,
- 2,
- 8,
- 2,
- 0.099735,
- "_LSQSLLELWR_"
- ],
- [
- 39840,
- 3,
- 19,
- 8,
- 0.25627,
- "_MLETCGDAENQLALELSQHEVFVEK_"
- ],
- [
- 29483,
- 2,
- 17,
- 4,
- 0.22782,
- "_TEQEVDIILPQFSK_"
- ],
- [
- 48000,
- 2,
- 13,
- 5,
- 0.17091,
- "_ENLELNGSILSGGYPGSAPLQR_"
- ],
- [
- 32326,
- 3,
- 18,
- 6,
- 0.24204,
- "_DLGLPTEAYISVEEVHDDGTPTSK_"
- ],
- [
- 18616,
- 3,
- 17,
- 5,
- 0.22782,
- "_WFHPNITGVEAENLLLTR_"
- ],
- [
- 17123,
- 3,
- 14,
- 5,
- 0.18514,
- "_FDHALVPEENINGVISALK_"
- ],
- [
- 48706,
- 2,
- 19,
- 7,
- 0.25627,
- "_GEVPCTVTSASPLEEATLSELK_"
- ],
- [
- 3719,
- 2,
- 17,
- 4,
- 0.22782,
- "_DAVLLVFANK_"
- ],
- [
- 15458,
- 4,
- 13,
- 6,
- 0.17091,
- "_YGAFGLPITVAHVDGQTHMLFGSDR_"
- ],
- [
- 50102,
- 2,
- 17,
- 6,
- 0.22782,
- "_AITVFSPDGHLFQVEYAQEAVK_"
- ],
- [
- 13042,
- 3,
- 17,
- 6,
- 0.22782,
- "_VVVHPLVLLSVVDHFNR_"
- ],
- [
- 41107,
- 2,
- 13,
- 5,
- 0.17091,
- "_VVPINTPTAAVDQTLFPGK_"
- ],
- [
- 21740,
- 2,
- 17,
- 3,
- 0.22782,
- "_ITVPFLEQCPIR_"
- ],
- [
- 43824,
- 4,
- 14,
- 8,
- 0.18514,
- "_EGNQEVPFDVPELWYEDEKHSLNSSSASTTEPDFQK_"
- ],
- [
- 30307,
- 2,
- 13,
- 4,
- 0.17091,
- "_QEILVEPEPLFGAPK_"
- ],
- [
- 45815,
- 2,
- 17,
- 6,
- 0.22782,
- "_SASLDNGGCALTTFSVLEGEK_"
- ],
- [
- 11407,
- 2,
- 11,
- 3,
- 0.14245,
- "_MSFNLPWPDR_"
- ],
- [
- 27414,
- 2,
- 16,
- 5,
- 0.21361,
- "_LSLAEIYEQEYIK_"
- ],
- [
- 46064,
- 3,
- 11,
- 6,
- 0.14245,
- "_SNADSLIGLDLSSVSDTPCVSSTDHDSDTVR_"
- ],
- [
- 10619,
- 2,
- 20,
- 6,
- 0.27051,
- "_MSLPDVDLDLK_"
- ],
- [
- 38477,
- 3,
- 16,
- 7,
- 0.21361,
- "_KLGCEVLGVSVDSQFTHLAWINTPR_"
- ],
- [
- 42793,
- 2,
- 17,
- 6,
- 0.22782,
- "_GAILSEEELAAMSPTAAAVAK_"
- ],
- [
- 50952,
- 3,
- 10,
- 6,
- 0.12821,
- "_DTPELVAYPLPQASSSYMHGGNPSGSVVMVSGLHQLK_"
- ],
- [
- 49029,
- 3,
- 9,
- 5,
- 0.11397,
- "_TQETMLQQRPSVFQGTNGTSVITPLDPTAQLR_"
- ],
- [
- 44834,
- 2,
- 10,
- 6,
- 0.12821,
- "_SDIYVCMISFAHNVAAQGK_"
- ],
- [
- 35297,
- 3,
- 9,
- 6,
- 0.11397,
- "_ELNFSHLPSNSVSPGDCLLTTTLGK_"
- ],
- [
- 13825,
- 3,
- 12,
- 2,
- 0.15667,
- "_CKEENTIILQQLLPLR_"
- ],
- [
- 48083,
- 2,
- 12,
- 3,
- 0.15667,
- "_ALAETGIAVPSYYNPAAVNPMK_"
- ],
- [
- 36651,
- 4,
- 13,
- 5,
- 0.17091,
- "_LGQHVPTLHPTSEELTIAGMTFTTFDLGGHVQAR_"
- ],
- [
- 12439,
- 4,
- 19,
- 7,
- 0.25627,
- "_EFASHLQQLQDALNELTEEHSK_"
- ],
- [
- 46247,
- 2,
- 11,
- 4,
- 0.14245,
- "_WASMWSSMSEDASVADMER_"
- ],
- [
- 33663,
- 2,
- 17,
- 5,
- 0.22782,
- "_EFDPTITDASLSLPSR_"
- ],
- [
- 7085,
- 2,
- 12,
- 3,
- 0.15669,
- "_LLIIASIGQLK_"
- ],
- [
- 43933,
- 3,
- 12,
- 5,
- 0.15669,
- "_HSEELGTEEGEVEEMDTLDPQTGLFYR_"
- ],
- [
- 43562,
- 2,
- 18,
- 8,
- 0.24206,
- "_EEKDPGMGAMGGMGGGMGGGMF_"
- ],
- [
- 49013,
- 2,
- 12,
- 5,
- 0.15669,
- "_DIAAGDFIEHAEFSGNLYGTSK_"
- ],
- [
- 47528,
- 2,
- 7,
- 4,
- 0.085484,
- "_LVTGSFDNTVACWEWSSGAR_"
- ],
- [
- 31943,
- 2,
- 10,
- 5,
- 0.12821,
- "_EGPVQFEEDPFGLDK_"
- ],
- [
- 43938,
- 2,
- 12,
- 2,
- 0.15669,
- "_DNVGEEVDAEQLIQEACR_"
- ],
- [
- 36088,
- 3,
- 14,
- 5,
- 0.18515,
- "_EHPWEVMPDLYFYRDPEEIEK_"
- ],
- [
- 18108,
- 2,
- 9,
- 4,
- 0.11398,
- "_QGVEDAFYTLVR_"
- ],
- [
- 28087,
- 2,
- 11,
- 3,
- 0.14245,
- "_FETYQLIWQQMK_"
- ],
- [
- 39845,
- 4,
- 12,
- 7,
- 0.15669,
- "_DTPELVAYPLPQASSSYMHGGNPSGSVVMVSGLHQLK_"
- ],
- [
- 37956,
- 3,
- 13,
- 5,
- 0.17091,
- "_FYEEEENGGVWEGFGDFSPTDVHR_"
- ],
- [
- 5680,
- 2,
- 13,
- 4,
- 0.17091,
- "_LFDLLYPEK_"
- ],
- [
- 47778,
- 3,
- 21,
- 5,
- 0.28476,
- "_TLSGFSSTSVLPHTGYIYHSDIVQSLPPDLR_"
- ],
- [
- 32976,
- 2,
- 21,
- 6,
- 0.28476,
- "_NNSELLNNLGNFINR_"
- ],
- [
- 21255,
- 3,
- 12,
- 5,
- 0.15669,
- "_RIELIQDFEMPTVCTTIK_"
- ],
- [
- 49201,
- 2,
- 18,
- 6,
- 0.24206,
- "_FEAHPNDLYVEGLPENIPFR_"
- ],
- [
- 26220,
- 3,
- 17,
- 6,
- 0.22785,
- "_FEAHPNDLYVEGLPENIPFR_"
- ],
- [
- 24097,
- 2,
- 15,
- 4,
- 0.19939,
- "_SPNTEEIFNMLTK_"
- ],
- [
- 49955,
- 2,
- 32,
- 9,
- 0.44138,
- "_LVSSPCCIVTSTYGWTANMER_"
- ],
- [
- 12195,
- 2,
- 25,
- 6,
- 0.34171,
- "_TLGVDFIDVATK_"
- ],
- [
- 51084,
- 2,
- 17,
- 2,
- 0.22785,
- "_LDEYLNSPLPDEIDENSM(Oxidation (M))EDIK_"
- ],
- [
- 18931,
- 4,
- 17,
- 5,
- 0.22785,
- "_KLGCEVLGVSVDSQFTHLAWINTPR_"
- ],
- [
- 4446,
- 3,
- 12,
- 5,
- 0.15669,
- "_EDGLPTGYLFVWHK_"
- ],
- [
- 37432,
- 2,
- 18,
- 6,
- 0.24206,
- "_(Acetyl (Protein N-term))AAPPGEYFSVGSQVSCR_"
- ],
- [
- 19056,
- 2,
- 15,
- 5,
- 0.19939,
- "_ILDIDNVDLAMGK_"
- ],
- [
- 36816,
- 3,
- 15,
- 6,
- 0.19939,
- "_QQVAPTDDETGKELVLALYDYQEK_"
- ],
- [
- 26811,
- 3,
- 18,
- 6,
- 0.24206,
- "_NPPGFAFVEFEDPRDAEDAVR_"
- ],
- [
- 9173,
- 2,
- 12,
- 3,
- 0.15669,
- "_GDVVIVLTGWR_"
- ],
- [
- 40509,
- 2,
- 16,
- 2,
- 0.21363,
- "_DRDVTFSPATIENELIK_"
- ],
- [
- 38741,
- 2,
- 15,
- 5,
- 0.19939,
- "_EAGITAVLTVDSEEPSFK_"
- ],
- [
- 16846,
- 3,
- 15,
- 7,
- 0.19939,
- "_KEPLFGISTGNLITGLAAGAK_"
- ],
- [
- 36073,
- 2,
- 17,
- 3,
- 0.22785,
- "_EVCPVLDQFLCHVAK_"
- ],
- [
- 20715,
- 3,
- 17,
- 7,
- 0.22785,
- "_VFWDPSVNLFGHVGSTTASR_"
- ],
- [
- 20799,
- 2,
- 12,
- 5,
- 0.15669,
- "_CLELFSELAEDK_"
- ],
- [
- 11491,
- 4,
- 14,
- 5,
- 0.18516,
- "_VAESCKPGAGLLLVETLLDEEKR_"
- ],
- [
- 39841,
- 3,
- 12,
- 2,
- 0.1567,
- "_TSEVQELQNDLDRETSSLQELEAQK_"
- ],
- [
- 50802,
- 2,
- 14,
- 5,
- 0.18516,
- "_GELLGCFGLTEPNSGSDPSSMETR_"
- ],
- [
- 8956,
- 3,
- 17,
- 5,
- 0.22788,
- "_EVCPVLDQFLCHVAK_"
- ],
- [
- 36851,
- 2,
- 17,
- 6,
- 0.22788,
- "_SLVEIIEHGLVDEQQK_"
- ],
- [
- 43516,
- 2,
- 14,
- 5,
- 0.18516,
- "_KEPLFGISTGNLITGLAAGAK_"
- ],
- [
- 10021,
- 2,
- 16,
- 4,
- 0.21363,
- "_ILFEITAGALGK_"
- ],
- [
- 39981,
- 2,
- 12,
- 5,
- 0.1567,
- "_ACGDSTLTQITAGLDPVGR_"
- ],
- [
- 27792,
- 2,
- 22,
- 7,
- 0.29901,
- "_FYALSASFEPFSNK_"
- ],
- [
- 44849,
- 2,
- 12,
- 2,
- 0.18516,
- "_APEAWDYGQGFVNEEMIR_"
- ],
- [
- 46591,
- 2,
- 8,
- 2,
- 0.099731,
- "_IPGLLSPHPLLQLSYTATDR_"
- ],
- [
- 28819,
- 3,
- 8,
- 3,
- 0.099731,
- "_IPEYQQLLNDIHQCYLDQR_"
- ],
- [
- 51383,
- 2,
- 10,
- 4,
- 0.12823,
- "_GHVEIPNLSDENSVDEVEISVSLAK_"
- ],
- [
- 45158,
- 2,
- 14,
- 3,
- 0.18516,
- "_YYLVQGLVEECQAALQNK_"
- ],
- [
- 25530,
- 3,
- 18,
- 5,
- 0.2421,
- "_EWNVICITDVVYNHTAANSK_"
- ],
- [
- 8820,
- 3,
- 10,
- 3,
- 0.12823,
- "_DFTHVLLQLGHLCTR_"
- ],
- [
- 28909,
- 3,
- 18,
- 7,
- 0.2421,
- "_AITVFSPDGHLFQVEYAQEAVK_"
- ],
- [
- 12972,
- 2,
- 18,
- 5,
- 0.2421,
- "_EELEFEVPFR_"
- ],
- [
- 9627,
- 3,
- 17,
- 6,
- 0.22788,
- "_SLVEIIEHGLVDEQQK_"
- ],
- [
- 13907,
- 2,
- 17,
- 5,
- 0.22788,
- "_TSFFQALGITTK_"
- ],
- [
- 18632,
- 3,
- 13,
- 6,
- 0.17094,
- "_SDIYVCMISFAHNVAAQGK_"
- ],
- [
- 26122,
- 3,
- 16,
- 4,
- 0.21363,
- "_QKDFLDGVYAFEYYPSTPGR_"
- ],
- [
- 26786,
- 4,
- 26,
- 6,
- 0.35596,
- "_TFNQVEIKPEMIGHYLGEFSITYKPVK_"
- ],
- [
- 19564,
- 2,
- 11,
- 4,
- 0.14246,
- "_LIMNYLVTEGFK_"
- ],
- [
- 35676,
- 3,
- 15,
- 7,
- 0.1994,
- "_STHGPGMAMNWPQFEEWSLDTQR_"
- ],
- [
- 32540,
- 3,
- 19,
- 7,
- 0.25631,
- "_FNDEHIPESPYLVPVIAPSDDAR_"
- ],
- [
- 12415,
- 2,
- 10,
- 4,
- 0.12823,
- "_DVLFTDTITMK_"
- ],
- [
- 22403,
- 2,
- 16,
- 6,
- 0.21363,
- "_MFDMGFEPQVMR_"
- ],
- [
- 20044,
- 2,
- 10,
- 2,
- 0.12823,
- "_QWLQEAMSAAFR_"
- ],
- [
- 47370,
- 2,
- 11,
- 7,
- 0.14246,
- "_QYLSGELEVELTPQGTLAER_"
- ],
- [
- 27200,
- 2,
- 20,
- 4,
- 0.27054,
- "_LAYLQILSEETSVK_"
- ],
- [
- 41229,
- 3,
- 19,
- 7,
- 0.25631,
- "_TLYDHVDEVTCLAFHPTEQILASGSR_"
- ],
- [
- 13529,
- 4,
- 20,
- 7,
- 0.27054,
- "_VIHDNFGIVEGLM(Oxidation (M))TTVHAITATQK_"
- ],
- [
- 22381,
- 2,
- 17,
- 5,
- 0.22788,
- "_APNTPDILEIEFK_"
- ],
- [
- 35230,
- 2,
- 11,
- 4,
- 0.14246,
- "_ASNGDITQAVSLLTDER_"
- ],
- [
- 10687,
- 3,
- 11,
- 5,
- 0.14246,
- "_SIDQFANLVLHQTVER_"
- ],
- [
- 46510,
- 2,
- 10,
- 4,
- 0.12823,
- "_LVSGVLGSALTSGGPSLSAMGNGR_"
- ],
- [
- 37816,
- 2,
- 33,
- 7,
- 0.45563,
- "_AVCMLSNTTAIAEAWAR_"
- ],
- [
- 43339,
- 3,
- 15,
- 5,
- 0.1994,
- "_RPQQPNPPSAPLVPGLLDQSNPLSTPMPK_"
- ],
- [
- 40562,
- 2,
- 17,
- 5,
- 0.22788,
- "_LLAVAIGADCTYPELTDK_"
- ],
- [
- 27245,
- 3,
- 14,
- 6,
- 0.18516,
- "_TIEDAIAVLSVAEEAADRHPER_"
- ],
- [
- 41777,
- 2,
- 14,
- 7,
- 0.18518,
- "_LGVCFDVPTASVTEIQEK_"
- ],
- [
- 13434,
- 4,
- 10,
- 6,
- 0.12823,
- "_YLTLENVADLVRPSPLTLHTVQK_"
- ],
- [
- 19979,
- 2,
- 14,
- 5,
- 0.18518,
- "_SNPDQPAVILLLR_"
- ],
- [
- 8307,
- 2,
- 7,
- 4,
- 0.085466,
- "_YLVLANMLMK_"
- ],
- [
- 23551,
- 4,
- 13,
- 3,
- 0.17094,
- "_ESGGHHYVNMTLPVDAVISVAPEETWGK_"
- ],
- [
- 45235,
- 3,
- 12,
- 6,
- 0.1567,
- "_NMITQYWPDRETAPGDISPYTIPEEDR_"
- ],
- [
- 42391,
- 3,
- 12,
- 6,
- 0.1567,
- "_ESGGHHYVNMTLPVDAVISVAPEETWGK_"
- ],
- [
- 35166,
- 3,
- 12,
- 5,
- 0.1567,
- "_YSDNWEAITGTGDPEHYLINVCK_"
- ],
- [
- 25218,
- 2,
- 12,
- 2,
- 0.1567,
- "_ASQTLSFQEIALLK_"
- ],
- [
- 1140,
- 2,
- 9,
- 3,
- 0.11397,
- "_EDILEFIK_"
- ],
- [
- 27755,
- 2,
- 12,
- 2,
- 0.1567,
- "_MVFCPYYDAILSK_"
- ],
- [
- 38157,
- 2,
- 11,
- 4,
- 0.14247,
- "_AIYDFEAAEDNELTFK_"
- ],
- [
- 47046,
- 2,
- 12,
- 7,
- 0.1567,
- "_VIDFDENTALDDAEEESFR_"
- ],
- [
- 16400,
- 3,
- 12,
- 6,
- 0.1567,
- "_NALFNLMFLDLDKHPEK_"
- ],
- [
- 39192,
- 2,
- 8,
- 3,
- 0.099724,
- "_IAQDLEM(Oxidation (M))YGVNYFSIK_"
- ],
- [
- 33791,
- 3,
- 12,
- 5,
- 0.1567,
- "_GLDGIPFTVDATSQIHCIEDFHR_"
- ],
- [
- 34083,
- 2,
- 11,
- 5,
- 0.14247,
- "_QGFDLNVPGGEIDASLK_"
- ],
- [
- 45074,
- 3,
- 9,
- 3,
- 0.11397,
- "_KGQEAGGFFEDASQYDENLSFQDMNLSR_"
- ],
- [
- 36640,
- 2,
- 5,
- 3,
- 0.05698,
- "_VDPIGPLSYTGGVSELAR_"
- ],
- [
- 6177,
- 2,
- 13,
- 3,
- 0.17094,
- "_SFLDDPIWR_"
- ],
- [
- 49481,
- 3,
- 13,
- 7,
- 0.17094,
- "_KFCAGGSYVGEDCPQWMVPITISTSEDPNQAK_"
- ],
- [
- 49527,
- 2,
- 10,
- 2,
- 0.12823,
- "_STMDNPTTTQYASLMHSFILK_"
- ],
- [
- 25147,
- 3,
- 14,
- 5,
- 0.18518,
- "_FGHLGLAINLITYDDRFNLK_"
- ],
- [
- 48416,
- 2,
- 14,
- 5,
- 0.18518,
- "_NSVEEWTTEDWTEDLSETK_"
- ],
- [
- 21410,
- 2,
- 16,
- 5,
- 0.21364,
- "_DKDMVQDLLDFK_"
- ],
- [
- 24844,
- 3,
- 20,
- 5,
- 0.27055,
- "_LVVEEYYEVLDHCSSILNK_"
- ],
- [
- 46199,
- 2,
- 24,
- 4,
- 0.32749,
- "_LQPALPPEAQSVPELEEVAR_"
- ],
- [
- 46292,
- 3,
- 14,
- 6,
- 0.18518,
- "_LQDSQNNLQINVSELQTLQSEHDTLLER_"
- ],
- [
- 24876,
- 4,
- 16,
- 6,
- 0.21364,
- "_EREEFLIPIYHQVAVQFADLHDTPGR_"
- ],
- [
- 34889,
- 2,
- 25,
- 6,
- 0.34172,
- "_DCEECIQLEPTFIK_"
- ],
- [
- 33514,
- 3,
- 21,
- 8,
- 0.28477,
- "_FLAAGTHLGGTNLDFQMEQYIYK_"
- ],
- [
- 39800,
- 2,
- 15,
- 5,
- 0.1994,
- "_LIICVFLEKDEDIYR_"
- ],
- [
- 47514,
- 2,
- 19,
- 7,
- 0.25634,
- "_YPQCLCLSPTYELALQTGK_"
- ],
- [
- 36623,
- 2,
- 18,
- 6,
- 0.24212,
- "_GEADAMSLDGGYLYIAGK_"
- ],
- [
- 11208,
- 3,
- 16,
- 5,
- 0.21364,
- "_GFDQTINLILDESHER_"
- ],
- [
- 38915,
- 2,
- 9,
- 3,
- 0.11394,
- "_DCVQLGPPSEGELVELR_"
- ],
- [
- 14024,
- 2,
- 16,
- 3,
- 0.21361,
- "_TLQLALDLVSSR_"
- ],
- [
- 8419,
- 2,
- 8,
- 3,
- 0.09968,
- "_FSFTLPYPVK_"
- ],
- [
- 35621,
- 2,
- 20,
- 5,
- 0.27055,
- "_VFLLGEEVAQYDGAYK_"
- ],
- [
- 18791,
- 2,
- 13,
- 4,
- 0.17091,
- "_ASSIMDELFQDR_"
- ],
- [
- 11162,
- 3,
- 14,
- 2,
- 0.18515,
- "_IISEEHWYLDLPELK_"
- ],
- [
- 16012,
- 3,
- 14,
- 2,
- 0.18515,
- "_FIKPIFTDESYLELYR_"
- ],
- [
- 38399,
- 2,
- 12,
- 6,
- 0.15668,
- "_EQNIVFNAETYSNLIK_"
- ],
- [
- 33194,
- 2,
- 9,
- 2,
- 0.11394,
- "_CWDPSPQAYFTLPR_"
- ],
- [
- 18123,
- 3,
- 19,
- 4,
- 0.25633,
- "_LEVIIPERYPFEPPQIR_"
- ],
- [
- 32178,
- 4,
- 13,
- 6,
- 0.17091,
- "_DNLHAVFCLAENSVGPNATRPDDIHLLYSGK_"
- ],
- [
- 6323,
- 2,
- 13,
- 3,
- 0.17091,
- "_TEFLGFFYK_"
- ],
- [
- 27110,
- 4,
- 41,
- 7,
- 0.56955,
- "_TTGIVMDSGDGVTHTVPIYEGYALPHAILR_"
- ],
- [
- 15790,
- 4,
- 13,
- 3,
- 0.17091,
- "_EVPTTASSYVDSALKPLFQLQSGHK_"
- ],
- [
- 41079,
- 2,
- 17,
- 5,
- 0.22785,
- "_EIFDDDLEDDALDADEK_"
- ],
- [
- 36458,
- 4,
- 17,
- 6,
- 0.22785,
- "_FPTSLGGHGADAMHTDPDYSAAYVVIETDAEDGIK_"
- ],
- [
- 44702,
- 2,
- 13,
- 5,
- 0.17091,
- "_NDPQSITADDLHQLLVVAR_"
- ],
- [
- 29032,
- 3,
- 16,
- 3,
- 0.21361,
- "_LSSCDSFTSTINELNHCLSLR_"
- ],
- [
- 17073,
- 2,
- 18,
- 4,
- 0.24209,
- "_AGNILFTLDGDIK_"
- ],
- [
- 47430,
- 2,
- 16,
- 4,
- 0.21361,
- "_DM(Oxidation (M))GEMVTQGQTDAQYMFLR_"
- ],
- [
- 33210,
- 3,
- 24,
- 5,
- 0.32746,
- "_HISQISVAEDDDESLLGHLMIVGK_"
- ],
- [
- 45395,
- 2,
- 12,
- 5,
- 0.15668,
- "_AEYEFDSPYWDDISDSAK_"
- ],
- [
- 42025,
- 2,
- 12,
- 5,
- 0.15668,
- "_ELVFDIDMTDYDDVRR_"
- ],
- [
- 31809,
- 2,
- 15,
- 3,
- 0.19939,
- "_VLDMPTQELGLPAYR_"
- ],
- [
- 45430,
- 2,
- 29,
- 7,
- 0.39866,
- "_IAWPPPTELGSSGSALEEGIK_"
- ],
- [
- 45906,
- 2,
- 10,
- 4,
- 0.12818,
- "_TTYLEDLPPPPEYELAPSK_"
- ],
- [
- 41551,
- 2,
- 9,
- 2,
- 0.12818,
- "_VCPVLIELTAPDSNDDVK_"
- ],
- [
- 35026,
- 2,
- 15,
- 4,
- 0.19939,
- "_LGADAVGMSTVPEVIVAR_"
- ],
- [
- 51247,
- 3,
- 12,
- 6,
- 0.15668,
- "_TEAPAPASSTPQEPWPGPTAPSPTSRPPWAVDPAFAER_"
- ],
- [
- 48159,
- 2,
- 29,
- 6,
- 0.39866,
- "_TWELANNMQEAQSIDEIYK_"
- ],
- [
- 44407,
- 2,
- 10,
- 2,
- 0.12818,
- "_FLESHLDDAEPYLLTMAK_"
- ],
- [
- 48031,
- 3,
- 16,
- 7,
- 0.21361,
- "_AFIHHELLAYLYSSADQSSLMEESADQAQR_"
- ],
- [
- 50681,
- 2,
- 8,
- 5,
- 0.09968,
- "_HACVEVQDEIAFIPNDVYFEK_"
- ],
- [
- 33930,
- 3,
- 16,
- 3,
- 0.21361,
- "_NVLLDPQLVPGGGASEM(Oxidation (M))AVAHALTEK_"
- ],
- [
- 39811,
- 3,
- 10,
- 4,
- 0.12818,
- "_LQFSEQVENIKPEIVSVTAACEELR_"
- ],
- [
- 3860,
- 2,
- 11,
- 4,
- 0.14243,
- "_IQLPIIQLR_"
- ],
- [
- 24741,
- 3,
- 13,
- 4,
- 0.17093,
- "_LIETLKPFGVFEEEEELQR_"
- ],
- [
- 25623,
- 3,
- 12,
- 5,
- 0.15669,
- "_KYDFDSSEVLQGLDFFGNKK_"
- ],
- [
- 50340,
- 2,
- 13,
- 3,
- 0.17093,
- "_CSTLLVVGDNSPAVEAVVECNSR_"
- ],
- [
- 3001,
- 2,
- 14,
- 5,
- 0.18516,
- "_ELGLGLGLGLK_"
- ],
- [
- 21244,
- 2,
- 23,
- 6,
- 0.31323,
- "_IYVDDGLISLQVK_"
- ],
- [
- 23949,
- 3,
- 21,
- 4,
- 0.2848,
- "_YATDTFAGLCHQLTNALVER_"
- ],
- [
- 44864,
- 3,
- 26,
- 7,
- 0.35595,
- "_TFNQVEIKPEMIGHYLGEFSITYKPVK_"
- ],
- [
- 16037,
- 2,
- 14,
- 4,
- 0.18516,
- "_FGPLTPELMVPR_"
- ],
- [
- 31228,
- 2,
- 14,
- 6,
- 0.18516,
- "_VMQPLVQQPILPVVK_"
- ],
- [
- 28059,
- 2,
- 13,
- 8,
- 0.17093,
- "_YMEAFKPFLGIGLK_"
- ],
- [
- 40736,
- 3,
- 20,
- 9,
- 0.27058,
- "_GLLALGDYMNVQCHACIGGTNVGEDIR_"
- ],
- [
- 24290,
- 3,
- 22,
- 6,
- 0.29901,
- "_ALVAIGTHDLDTLSGPFTYTAK_"
- ],
- [
- 47475,
- 2,
- 11,
- 2,
- 0.14243,
- "_NASEVPMVLVGTQDAISAANPR_"
- ],
- [
- 33353,
- 3,
- 22,
- 7,
- 0.29901,
- "_VIHDNFGIVEGLM(Oxidation (M))TTVHAITATQK_"
- ],
- [
- 40229,
- 3,
- 11,
- 6,
- 0.14243,
- "_PTVVVMDVSLSMTRPVSIEGSEEYQR_"
- ],
- [
- 8621,
- 2,
- 13,
- 3,
- 0.17093,
- "_LDTLVEFPIR_"
- ],
- [
- 19974,
- 2,
- 16,
- 5,
- 0.21364,
- "_LFPQETLFLEAK_"
- ],
- [
- 49687,
- 3,
- 10,
- 5,
- 0.12818,
- "_SAFTPATATGSSPSPVLGQGEKVEGLQAQALYPWR_"
- ],
- [
- 27058,
- 3,
- 16,
- 4,
- 0.21364,
- "_STMDNPTTTQYASLMHSFILK_"
- ],
- [
- 27960,
- 3,
- 16,
- 6,
- 0.21364,
- "_LMEEDELPSWIIKDDAEVER_"
- ],
- [
- 23093,
- 2,
- 16,
- 6,
- 0.21364,
- "_SPFTVGVAAPLDLSK_"
- ],
- [
- 28498,
- 2,
- 16,
- 4,
- 0.21364,
- "_TSVLLSWEVPDSYK_"
- ],
- [
- 45019,
- 2,
- 16,
- 3,
- 0.21364,
- "_LEQVYFSELDENLEYTK_"
- ],
- [
- 35750,
- 3,
- 16,
- 5,
- 0.21364,
- "_MQLHGIAQPVTAVALATASLQTEKDN_"
- ],
- [
- 18598,
- 2,
- 16,
- 3,
- 0.21364,
- "_IYDALDVSLIER_"
- ],
- [
- 19916,
- 3,
- 17,
- 7,
- 0.22786,
- "_ACVSMLGVPVDPDTLHATLR_"
- ],
- [
- 30984,
- 2,
- 30,
- 5,
- 0.41291,
- "_MIAGQVLDINLAAEPK_"
- ],
- [
- 32667,
- 2,
- 15,
- 4,
- 0.1994,
- "_LLLSIPHSDLLDYPK_"
- ],
- [
- 38182,
- 3,
- 10,
- 5,
- 0.12818,
- "_LLENSSFEAINSQLTVETGDAHIIGR_"
- ],
- [
- 50307,
- 2,
- 15,
- 7,
- 0.1994,
- "_IFTASNVSSVPLPAENVTITAGQR_"
- ],
- [
- 30431,
- 4,
- 15,
- 9,
- 0.1994,
- "_THLGHLLNPGDLVLGFDLANCNLNDEHVNK_"
- ],
- [
- 36104,
- 2,
- 12,
- 4,
- 0.15669,
- "_FPLSFASAEYQEALSR_"
- ],
- [
- 30102,
- 2,
- 18,
- 3,
- 0.2421,
- "_EDGLPTGYLFVWHK_"
- ],
- [
- 9999,
- 2,
- 10,
- 3,
- 0.12818,
- "_LCLWDLAEGR_"
- ],
- [
- 26699,
- 2,
- 18,
- 2,
- 0.2421,
- "_TPTEALASFDYIVR_"
- ],
- [
- 12030,
- 3,
- 10,
- 4,
- 0.12818,
- "_GFDVASMMSVTLSCDHR_"
- ],
- [
- 26867,
- 2,
- 16,
- 5,
- 0.21364,
- "_ARDDLITDLLNEAK_"
- ],
- [
- 34374,
- 4,
- 10,
- 4,
- 0.12817,
- "_DNPQGSFDCIQQYVSSHGEVHLDCLGSIQDK_"
- ],
- [
- 24939,
- 3,
- 16,
- 4,
- 0.21364,
- "_VLQQTLNYINQGVSHALTWK_"
- ],
- [
- 44000,
- 2,
- 15,
- 4,
- 0.1994,
- "_EYQLNDSAAYYLNDLER_"
- ],
- [
- 13165,
- 2,
- 13,
- 4,
- 0.17093,
- "_DMSTWVFGAER_"
- ],
- [
- 49547,
- 2,
- 17,
- 5,
- 0.22788,
- "_TGMDCGLSLDEDNMEFQVGDR_"
- ],
- [
- 48149,
- 2,
- 13,
- 6,
- 0.17093,
- "_GVVGPGPAAIAALGGGGAGPPVVGGGGGR_"
- ],
- [
- 44998,
- 2,
- 10,
- 4,
- 0.12817,
- "_NIEVMNSFELLSHTVEEK_"
- ],
- [
- 18873,
- 3,
- 9,
- 4,
- 0.11393,
- "_LTLENFYSNLILQHEER_"
- ],
- [
- 15692,
- 3,
- 17,
- 6,
- 0.22788,
- "_DGIDDESYGQIFKPIISK_"
- ],
- [
- 39461,
- 2,
- 14,
- 8,
- 0.18517,
- "_YGSVAFPNFEQGVACLR_"
- ],
- [
- 38032,
- 3,
- 21,
- 8,
- 0.28482,
- "_VELFFKDDANNDPQWSEEQLIAAK_"
- ],
- [
- 21934,
- 3,
- 9,
- 4,
- 0.11393,
- "_FRPFYLSQLEESVEEDVK_"
- ],
- [
- 34351,
- 2,
- 15,
- 6,
- 0.1994,
- "_FGPYYTEPVIAGLDPK_"
- ],
- [
- 31614,
- 3,
- 13,
- 4,
- 0.17093,
- "_AKELDPTNMTYITNQAAVYFEK_"
- ],
- [
- 50184,
- 2,
- 19,
- 5,
- 0.25634,
- "_DAIPENLPPLTADFAEDKDVCK_"
- ],
- [
- 16932,
- 2,
- 11,
- 3,
- 0.14242,
- "_LEDILESINSIK_"
- ],
- [
- 21881,
- 4,
- 14,
- 7,
- 0.18517,
- "_LVMGGPQQLYHLDAYIPLQINSHESK_"
- ],
- [
- 43641,
- 2,
- 15,
- 7,
- 0.1994,
- "_LQGINCGPDFTPSFANLGR_"
- ],
- [
- 19634,
- 3,
- 13,
- 8,
- 0.17093,
- "_VVLLGEFLHPCEDDIVCK_"
- ],
- [
- 14791,
- 2,
- 12,
- 4,
- 0.15667,
- "_LLPVYLNCVLK_"
- ],
- [
- 30063,
- 4,
- 15,
- 6,
- 0.1994,
- "_THFHDLPCGASVILGNNGFIWIYPTPEHK_"
- ],
- [
- 39283,
- 2,
- 13,
- 4,
- 0.17093,
- "_EVMYAYVDQLDFCEK_"
- ],
- [
- 13478,
- 2,
- 15,
- 4,
- 0.1994,
- "_VTGVPLSYLLSR_"
- ],
- [
- 20135,
- 2,
- 18,
- 4,
- 0.2421,
- "_DFTVASPAEFVTR_"
- ],
- [
- 26112,
- 2,
- 12,
- 6,
- 0.15667,
- "_IPPPVIMVQNVSFK_"
- ],
- [
- 41879,
- 2,
- 12,
- 6,
- 0.15667,
- "_WLCTGDIGEFEPDGCLK_"
- ],
- [
- 36343,
- 2,
- 18,
- 8,
- 0.2421,
- "_LILDVFCGSQMHFVR_"
- ],
- [
- 39344,
- 2,
- 13,
- 5,
- 0.17093,
- "_VLQALGSEPIQYAVPVVK_"
- ],
- [
- 19398,
- 3,
- 14,
- 5,
- 0.18517,
- "_INEVLTAAVTQASLQSIIHK_"
- ],
- [
- 24421,
- 4,
- 16,
- 4,
- 0.21364,
- "_PMMETQMTAGVDGHSWALSAIDELKVDK_"
- ],
- [
- 23030,
- 2,
- 12,
- 3,
- 0.15667,
- "_AIYFDGDFGQIVR_"
- ],
- [
- 27127,
- 2,
- 16,
- 5,
- 0.21364,
- "_VQQACEMVMDILR_"
- ],
- [
- 18721,
- 2,
- 22,
- 5,
- 0.29904,
- "_GELQNWPDLLPK_"
- ],
- [
- 33672,
- 2,
- 11,
- 4,
- 0.14242,
- "_NHEIVPGSLIASIASLK_"
- ],
- [
- 32048,
- 3,
- 14,
- 6,
- 0.18518,
- "_TCNVLVALEQQSPDIAQGVHLDR_"
- ],
- [
- 43459,
- 2,
- 8,
- 5,
- 0.099678,
- "_LVHTNEVTVLLGDNWFAK_"
- ],
- [
- 1434,
- 2,
- 12,
- 3,
- 0.15667,
- "_VLAFLVLSR_"
- ],
- [
- 24102,
- 2,
- 14,
- 4,
- 0.18518,
- "_FSDSEIGGITIAWK_"
- ],
- [
- 49270,
- 2,
- 10,
- 4,
- 0.12817,
- "_ELDPTNM(Oxidation (M))TYITNQAAVYFEK_"
- ],
- [
- 21139,
- 2,
- 11,
- 2,
- 0.14241,
- "_TIIPWDVDTICK_"
- ],
- [
- 32938,
- 2,
- 11,
- 4,
- 0.14241,
- "_VLNTGSDVEEAVADALK_"
- ],
- [
- 44976,
- 3,
- 13,
- 8,
- 0.17092,
- "_ASGPDGECDSNGPGFYLYDLGSTHGTFLNK_"
- ],
- [
- 39406,
- 3,
- 11,
- 6,
- 0.14241,
- "_SELWKPEAFSQEFGDQDVDLVNCR_"
- ],
- [
- 14164,
- 3,
- 13,
- 4,
- 0.17092,
- "_TFVDFFSQCLHEEYR_"
- ],
- [
- 48701,
- 2,
- 12,
- 5,
- 0.15667,
- "_SQIEETDNMDFSSMTLTQIK_"
- ],
- [
- 2734,
- 2,
- 12,
- 2,
- 0.15667,
- "_DLFEPILSK_"
- ],
- [
- 1525,
- 2,
- 13,
- 4,
- 0.17092,
- "_WFLDALEK_"
- ],
- [
- 33781,
- 2,
- 8,
- 4,
- 0.099678,
- "_PNEGAIVEVALEGYYK_"
- ],
- [
- 20727,
- 3,
- 13,
- 3,
- 0.17092,
- "_VIFHPVFSVMVSASEDATIK_"
- ],
- [
- 30727,
- 3,
- 30,
- 7,
- 0.4129,
- "_VETGVLKPGMVVTFAPVNVTTEVK_"
- ],
- [
- 3614,
- 2,
- 16,
- 4,
- 0.21365,
- "_LFTVPWPVK_"
- ],
- [
- 29260,
- 2,
- 24,
- 7,
- 0.3275,
- "_GDDGIFDDNFIEER_"
- ],
- [
- 34556,
- 3,
- 18,
- 6,
- 0.24213,
- "_ANHGPGMAMNWPQFEEWSADLNR_"
- ],
- [
- 40369,
- 2,
- 15,
- 4,
- 0.19941,
- "_NYELSFQGMIQTNIASK_"
- ],
- [
- 21212,
- 3,
- 15,
- 5,
- 0.19941,
- "_IDGDKDGFVTVDELKDWIK_"
- ],
- [
- 22787,
- 2,
- 18,
- 6,
- 0.24213,
- "_CPLDPYFIMPDK_"
- ],
- [
- 30457,
- 2,
- 15,
- 3,
- 0.19941,
- "_LSPESAEEYIEYLK_"
- ],
- [
- 51143,
- 2,
- 19,
- 7,
- 0.25634,
- "_GEPYMSIQPAEDPDDYDDGFSMK_"
- ],
- [
- 30847,
- 4,
- 16,
- 7,
- 0.21365,
- "_LQSQMSGQQLVEQSHVVLSTLWEPHITQR_"
- ],
- [
- 30611,
- 3,
- 15,
- 4,
- 0.19941,
- "_IKEPLYYWQQTEDDLTVTIR_"
- ],
- [
- 34264,
- 2,
- 16,
- 3,
- 0.21365,
- "_YANMWLEYYNLER_"
- ],
- [
- 47864,
- 3,
- 16,
- 8,
- 0.21365,
- "_KAQLNIGNVLPVGTMPEGTIVCCLEEKPGDR_"
- ],
- [
- 39144,
- 3,
- 17,
- 10,
- 0.22789,
- "_(Acetyl (Protein N-term))ADVLDLHEAGGEDFAMDEDGDESIHK_"
- ],
- [
- 35125,
- 3,
- 16,
- 6,
- 0.21365,
- "_GHVEIPNLSDENSVDEVEISVSLAK_"
- ],
- [
- 6247,
- 3,
- 17,
- 4,
- 0.22789,
- "_LLLSIPHSDLLDYPK_"
- ],
- [
- 3787,
- 2,
- 13,
- 5,
- 0.17097,
- "_LVTLEEFLK_"
- ],
- [
- 23472,
- 2,
- 11,
- 3,
- 0.14248,
- "_LQELVDQLYSFR_"
- ],
- [
- 25225,
- 3,
- 12,
- 4,
- 0.15672,
- "_EVLLLHNNDQDNALEDLMAR_"
- ],
- [
- 33970,
- 2,
- 13,
- 4,
- 0.17097,
- "_GFHQVPFAPIVFIER_"
- ],
- [
- 31610,
- 4,
- 18,
- 9,
- 0.24219,
- "_KAQLNIGNVLPVGTMPEGTIVCCLEEKPGDR_"
- ],
- [
- 38530,
- 2,
- 18,
- 6,
- 0.24219,
- "_GFDQTINLILDESHER_"
- ],
- [
- 37215,
- 2,
- 9,
- 2,
- 0.11398,
- "_DEDEEKLVASLWGAER_"
- ],
- [
- 12377,
- 4,
- 12,
- 4,
- 0.15672,
- "_FVMLLPSSTHTIPFYPNPLHPR_"
- ],
- [
- 4524,
- 2,
- 16,
- 5,
- 0.21372,
- "_LLGAALPLLTK_"
- ],
- [
- 45526,
- 2,
- 16,
- 8,
- 0.21372,
- "_VVLLGEFLHPCEDDIVCK_"
- ],
- [
- 42641,
- 2,
- 16,
- 5,
- 0.21372,
- "_DGIDDESYGQIFKPIISK_"
- ],
- [
- 2909,
- 3,
- 14,
- 4,
- 0.18522,
- "_LSHPLLEQLLPALR_"
- ],
- [
- 19041,
- 2,
- 8,
- 3,
- 0.099735,
- "_ITAEEMYDIFGK_"
- ],
- [
- 39379,
- 2,
- 14,
- 6,
- 0.18522,
- "_GFDVASMMSVTLSCDHR_"
- ],
- [
- 7149,
- 3,
- 16,
- 5,
- 0.21372,
- "_DPLPPLDPQAIKPILK_"
- ],
- [
- 3988,
- 4,
- 16,
- 6,
- 0.21372,
- "_IDGDKDGFVTVDELKDWIK_"
- ],
- [
- 11870,
- 3,
- 5,
- 3,
- 0.057035,
- "_YFIADLPHLQDSFVDK_"
- ],
- [
- 13223,
- 4,
- 9,
- 4,
- 0.11398,
- "_AELGALPDDFIDSLEKTDDDKYK_"
- ],
- [
- 34654,
- 3,
- 11,
- 5,
- 0.14248,
- "_TGIDNPMFDTEEGIVLESPHYAVK_"
- ],
- [
- 44654,
- 2,
- 15,
- 4,
- 0.19948,
- "_LCDSLTSFSQNATLYLNR_"
- ],
- [
- 41981,
- 2,
- 19,
- 7,
- 0.25643,
- "_DLSSHQLNEFLAQTLQR_"
- ],
- [
- 39868,
- 4,
- 15,
- 6,
- 0.19948,
- "_DSQNGAIAPGHVSVIRPPQNLYPENIVPSFSPGPSGR_"
- ],
- [
- 26023,
- 3,
- 11,
- 4,
- 0.14248,
- "_LGLLVFPYTHQNWEVQYSR_"
- ],
- [
- 32569,
- 2,
- 15,
- 5,
- 0.19948,
- "_LNECPLDPGGYFIVK_"
- ],
- [
- 42511,
- 3,
- 19,
- 8,
- 0.25643,
- "_TQQTSPDKVDYEYSELLLYQNQVLR_"
- ],
- [
- 34573,
- 2,
- 11,
- 3,
- 0.14248,
- "_VSWLGEEPVAGVWSEK_"
- ],
- [
- 34804,
- 2,
- 28,
- 5,
- 0.38449,
- "_HSQFIGYPITLFVEK_"
- ],
- [
- 46914,
- 2,
- 15,
- 3,
- 0.19948,
- "_NLAVLCLGCCGLQNQDFAR_"
- ],
- [
- 18894,
- 3,
- 15,
- 6,
- 0.19948,
- "_ADYFNMPVHMVPTELVEK_"
- ],
- [
- 12808,
- 2,
- 11,
- 2,
- 0.14248,
- "_DFTQYIFTEK_"
- ],
- [
- 36279,
- 2,
- 15,
- 2,
- 0.19948,
- "_LVLVSPTSEQYDSLLR_"
- ],
- [
- 50911,
- 3,
- 10,
- 6,
- 0.12823,
- "_IDEPSTPYHSMMGDDEDACSDTEATEAMAPDILAR_"
- ],
- [
- 15264,
- 3,
- 10,
- 5,
- 0.12823,
- "_DSLLSGCHPGFGPLGVELR_"
- ],
- [
- 12679,
- 2,
- 16,
- 4,
- 0.21372,
- "_ILETWGELLSK_"
- ],
- [
- 5426,
- 2,
- 16,
- 3,
- 0.21372,
- "_IELPELFDR_"
- ],
- [
- 15546,
- 2,
- 10,
- 4,
- 0.12823,
- "_LVVFPTDDISLK_"
- ],
- [
- 30335,
- 2,
- 14,
- 3,
- 0.18522,
- "_KQNWFEAFEILDK_"
- ],
- [
- 44566,
- 4,
- 12,
- 7,
- 0.15673,
- "_GDIAECSPAVCMDPGLSNCTIHIVTVTINGDDAENARPK_"
- ],
- [
- 27522,
- 3,
- 14,
- 5,
- 0.18522,
- "_ESGHSNWLGDPEEPLTGFSWR_"
- ],
- [
- 40419,
- 2,
- 6,
- 4,
- 0.071285,
- "_NSLFTGDTLGAGQFSFQR_"
- ],
- [
- 10201,
- 3,
- 12,
- 3,
- 0.15673,
- "_AALEAIDELDLFGAHGGR_"
- ],
- [
- 35358,
- 3,
- 9,
- 7,
- 0.11399,
- "_RPVINAGDGVGEHPTQALLDIFTIR_"
- ],
- [
- 38275,
- 2,
- 19,
- 4,
- 0.25644,
- "_LQSSDGEIFEVDVEIAK_"
- ],
- [
- 44584,
- 2,
- 16,
- 3,
- 0.21373,
- "_ISIVENCFGAAGQPLTIPGR_"
- ],
- [
- 26588,
- 3,
- 13,
- 4,
- 0.17097,
- "_PMEISGTHTEINLDNAIDMIR_"
- ],
- [
- 29160,
- 3,
- 21,
- 7,
- 0.2849,
- "_DAIPENLPPLTADFAEDKDVCK_"
- ],
- [
- 41179,
- 2,
- 13,
- 3,
- 0.17097,
- "_QHFPATPLLDYALEVEK_"
- ],
- [
- 19947,
- 4,
- 13,
- 5,
- 0.17097,
- "_VHCCFYFISPFGHGLKPLDVAFMK_"
- ],
- [
- 48516,
- 2,
- 9,
- 5,
- 0.11399,
- "_(Acetyl (Protein N-term))MDFTAQPKPATALCGVVSADGK_"
- ],
- [
- 28928,
- 3,
- 11,
- 4,
- 0.14248,
- "_ISYFTFIGTPVQATNMNDFKR_"
- ],
- [
- 18870,
- 3,
- 13,
- 5,
- 0.17097,
- "_NIEVMNSFELLSHTVEEK_"
- ],
- [
- 26546,
- 3,
- 13,
- 4,
- 0.17097,
- "_SPAAECLSEKETEELMAWMR_"
- ],
- [
- 29842,
- 3,
- 22,
- 7,
- 0.29914,
- "_TDIELEIYGMEGIPEKDMDER_"
- ],
- [
- 51505,
- 2,
- 10,
- 6,
- 0.12823,
- "_SLQPSQWGMLCPSDTPEGEACGLVK_"
- ],
- [
- 28744,
- 2,
- 16,
- 5,
- 0.21373,
- "_GMGLSMGSMICGWDK_"
- ],
- [
- 33949,
- 3,
- 14,
- 7,
- 0.18522,
- "_CIEVMGDGCLNNEHFEELGGILK_"
- ],
- [
- 39116,
- 2,
- 16,
- 6,
- 0.21373,
- "_GHVDILAPTVQELAALEK_"
- ],
- [
- 50115,
- 2,
- 8,
- 2,
- 0.099737,
- "_QNAVNSNQSNVVIEDFESSLTR_"
- ],
- [
- 32298,
- 2,
- 16,
- 5,
- 0.21373,
- "_IMLNTPEDVQALVSGK_"
- ],
- [
- 19346,
- 3,
- 10,
- 5,
- 0.12823,
- "_FAGSESAVFHGFFSMPEMR_"
- ],
- [
- 31475,
- 3,
- 18,
- 5,
- 0.2422,
- "_EGDAHPLGALPVGTLINNVESEPGR_"
- ],
- [
- 44105,
- 2,
- 17,
- 7,
- 0.22797,
- "_NGQLAASVETAGDSELFLMK_"
- ],
- [
- 24040,
- 3,
- 8,
- 5,
- 0.099737,
- "_DMTLIHGYFGSTQGLSDELAK_"
- ],
- [
- 24188,
- 4,
- 10,
- 6,
- 0.12823,
- "_LGGGSGESILVSQLQHGLTLEFEHSDSPR_"
- ],
- [
- 16465,
- 3,
- 10,
- 5,
- 0.12823,
- "_DVVMMENFHHIFATLSR_"
- ],
- [
- 15040,
- 2,
- 18,
- 4,
- 0.2422,
- "_WYEWLDPSIK_"
- ],
- [
- 30334,
- 3,
- 11,
- 5,
- 0.14248,
- "_LSFGDTLQVQNIHGAFNALGGADR_"
- ],
- [
- 43703,
- 2,
- 14,
- 4,
- 0.18522,
- "_VDAYGNLLVCAHGFNFIR_"
- ],
- [
- 17807,
- 3,
- 19,
- 5,
- 0.25642,
- "_VIFPAAEDKDQDLITIIGK_"
- ],
- [
- 33654,
- 2,
- 9,
- 3,
- 0.11396,
- "_YILEMYCEEPFVR_"
- ],
- [
- 48121,
- 2,
- 11,
- 3,
- 0.1567,
- "_QQLEEQTVELSTEVQSLYR_"
- ],
- [
- 26873,
- 2,
- 13,
- 6,
- 0.17095,
- "_RIVSQLLTLMDGLK_"
- ],
- [
- 40146,
- 2,
- 24,
- 4,
- 0.32759,
- "_TYGNVLVLDGVIQCTER_"
- ],
- [
- 35283,
- 2,
- 15,
- 6,
- 0.19945,
- "_LDMMDEEEVEVSLPR_"
- ],
- [
- 44386,
- 2,
- 22,
- 7,
- 0.29912,
- "_GQLITGMDQALVGMCVNER_"
- ],
- [
- 33447,
- 2,
- 15,
- 4,
- 0.19945,
- "_EPGLGFSFEFTEQQK_"
- ],
- [
- 21642,
- 3,
- 16,
- 4,
- 0.21369,
- "_QPDSPTALYHFNASLYLLR_"
- ],
- [
- 42045,
- 3,
- 14,
- 4,
- 0.18519,
- "_DSGKDQEEEEIEDTLMDTEEQEEFK_"
- ],
- [
- 36157,
- 2,
- 9,
- 3,
- 0.11396,
- "_SDVPIQLLSATNQFQR_"
- ],
- [
- 20037,
- 3,
- 13,
- 5,
- 0.17095,
- "_DQHFDQNLNFMYIEVDK_"
- ],
- [
- 36130,
- 3,
- 11,
- 4,
- 0.14245,
- "_LLLQDPGNHLINMTSSTTLNLSADR_"
- ],
- [
- 29332,
- 2,
- 12,
- 6,
- 0.1567,
- "_GMGLSMGTMICGWDK_"
- ],
- [
- 11756,
- 3,
- 16,
- 6,
- 0.21369,
- "_GHVDILAPTVQELAALEK_"
- ],
- [
- 8707,
- 2,
- 10,
- 3,
- 0.12821,
- "_SDASLLGSLWR_"
- ],
- [
- 10047,
- 3,
- 12,
- 5,
- 0.1567,
- "_EVGSHFDDFVTNLIEK_"
- ],
- [
- 34415,
- 2,
- 8,
- 2,
- 0.099722,
- "_VSLLDDTVYECVVEK_"
- ],
- [
- 31246,
- 2,
- 16,
- 5,
- 0.21369,
- "_SDATADDLIDVVEGNR_"
- ],
- [
- 19861,
- 2,
- 13,
- 5,
- 0.17095,
- "_QFILVMNALDNR_"
- ],
- [
- 35154,
- 2,
- 10,
- 2,
- 0.12821,
- "_TLPTPSPEAYQAMLLR_"
- ],
- [
- 12258,
- 3,
- 7,
- 3,
- 0.085508,
- "_YVGDMLAWLHQATASEK_"
- ],
- [
- 12298,
- 3,
- 16,
- 5,
- 0.21369,
- "_LLEIPAVSHVCADLLDR_"
- ],
- [
- 46127,
- 2,
- 15,
- 5,
- 0.19945,
- "_AVLALHQDLFSLAQQCIDK_"
- ],
- [
- 43417,
- 2,
- 9,
- 4,
- 0.11396,
- "_AYIATQGPLAESTEDFWR_"
- ],
- [
- 37112,
- 3,
- 10,
- 3,
- 0.12821,
- "_IGYLAASQSFHEGTDVIMLTTNQIR_"
- ],
- [
- 6707,
- 2,
- 13,
- 5,
- 0.17095,
- "_DEMLGLVPMR_"
- ],
- [
- 45707,
- 2,
- 11,
- 5,
- 0.14245,
- "_LLLNLSQHVDESGLSLTLAK_"
- ],
- [
- 44737,
- 2,
- 12,
- 5,
- 0.1567,
- "_DVLEGYNGTIFAYGQTSSGK_"
- ],
- [
- 38066,
- 2,
- 16,
- 3,
- 0.21369,
- "_HLAEQFAVGEIITDMAK_"
- ],
- [
- 44921,
- 2,
- 12,
- 4,
- 0.1567,
- "_AGSATVLSGSIAGLEGGSQLALR_"
- ],
- [
- 17679,
- 2,
- 14,
- 4,
- 0.18519,
- "_IDLAGSSLSGILDK_"
- ],
- [
- 41249,
- 2,
- 18,
- 7,
- 0.24218,
- "_SQETECTYFSTPLLLGK_"
- ],
- [
- 15460,
- 4,
- 14,
- 7,
- 0.18517,
- "_RPVINAGDGVGEHPTQALLDIFTIR_"
- ],
- [
- 39850,
- 3,
- 13,
- 6,
- 0.17092,
- "_EHNSMWASLSSPDAEAVEPDFSSIER_"
- ],
- [
- 39279,
- 3,
- 14,
- 6,
- 0.18517,
- "_EVIITPNSAWGGEGSLGCGIGYGYLHR_"
- ],
- [
- 32499,
- 2,
- 14,
- 5,
- 0.18517,
- "_SGGVNQYVVQEVLSIK_"
- ],
- [
- 13327,
- 3,
- 18,
- 4,
- 0.24218,
- "_DPEDRIPSPLGYAAIPIK_"
- ],
- [
- 35736,
- 2,
- 10,
- 5,
- 0.12818,
- "_QEIFQEQLAAVPEFR_"
- ],
- [
- 41310,
- 3,
- 12,
- 7,
- 0.15668,
- "_LNGICAQVLPYLSQEHQQQVLGAIER_"
- ],
- [
- 42179,
- 3,
- 22,
- 7,
- 0.29912,
- "_SGDAAIVDMVPGKPM(Oxidation (M))CVESFSDYPPLGR_"
- ],
- [
- 37507,
- 2,
- 14,
- 2,
- 0.18517,
- "_EVMVLNATESFVYEPK_"
- ],
- [
- 34092,
- 2,
- 9,
- 2,
- 0.11394,
- "_KWEQDPETFLIIIK_"
- ],
- [
- 41273,
- 2,
- 11,
- 3,
- 0.14243,
- "_IDLAGSSLSGILDKDLSDR_"
- ],
- [
- 12249,
- 3,
- 12,
- 6,
- 0.15668,
- "_LGISPLMLAAMNGHVPAVK_"
- ],
- [
- 11305,
- 3,
- 11,
- 4,
- 0.14243,
- "_VQSFLASLDGEKLELLK_"
- ],
- [
- 9183,
- 3,
- 22,
- 7,
- 0.29912,
- "_LILDVFCGSQMHFVR_"
- ],
- [
- 15633,
- 2,
- 10,
- 4,
- 0.12818,
- "_GQIFPTVNGLFR_"
- ],
- [
- 43770,
- 3,
- 13,
- 7,
- 0.17092,
- "_LPEQPVDVPSEIADSSMTRPQELPELPK_"
- ],
- [
- 23117,
- 2,
- 16,
- 6,
- 0.21367,
- "_EVDDLEQWIAER_"
- ],
- [
- 31908,
- 2,
- 9,
- 3,
- 0.11394,
- "_DLVFNTESLPSVDNR_"
- ],
- [
- 51683,
- 3,
- 12,
- 7,
- 0.15668,
- "_EVSQHFNQAPGDLPAAGGPPSGAMPFYNPAQLAQACATSGSSR_"
- ],
- [
- 45694,
- 2,
- 17,
- 6,
- 0.22791,
- "_FQMPDQGMTSADDFFQGTK_"
- ],
- [
- 50272,
- 2,
- 17,
- 5,
- 0.22791,
- "_FVDGLMIHSGDPVNYYVDTAVR_"
- ],
- [
- 45444,
- 2,
- 13,
- 8,
- 0.17092,
- "_DPTVHDDVLELEMDELNR_"
- ],
- [
- 9280,
- 3,
- 7,
- 3,
- 0.085484,
- "_FQNIVVEILIENHEK_"
- ],
- [
- 39759,
- 2,
- 13,
- 5,
- 0.17092,
- "_STMVGTPYWMAPEVVTR_"
- ],
- [
- 50605,
- 2,
- 8,
- 5,
- 0.09973,
- "_AEGSDVANAVLDGADCIM(Oxidation (M))LSGETAK_"
- ],
- [
- 11934,
- 2,
- 17,
- 5,
- 0.22791,
- "_GGYFDEFGIIR_"
- ],
- [
- 13323,
- 2,
- 16,
- 3,
- 0.21367,
- "_LIGVYTDFAFR_"
- ],
- [
- 51041,
- 2,
- 4,
- 2,
- 0.042694,
- "_EGAGDAEADPLEPPPPQQQLGLSLR_"
- ],
- [
- 16733,
- 3,
- 16,
- 6,
- 0.21367,
- "_LEGVLAEVAQHYQDTLIR_"
- ],
- [
- 45327,
- 3,
- 20,
- 6,
- 0.27064,
- "_LQDPKDDECPVVNAYATLIENDSNPEVR_"
- ],
- [
- 17245,
- 3,
- 12,
- 5,
- 0.15668,
- "_LDNNLDSVSLLIDHVCSR_"
- ],
- [
- 42878,
- 2,
- 11,
- 2,
- 0.14243,
- "_ELESQISELQEDLESER_"
- ],
- [
- 40217,
- 2,
- 16,
- 5,
- 0.21367,
- "_GAEDDELEEEADWIYR_"
- ],
- [
- 50374,
- 2,
- 14,
- 7,
- 0.18517,
- "_LLGDASVSFTENCVVGIQANTER_"
- ],
- [
- 48264,
- 2,
- 26,
- 7,
- 0.35606,
- "_ALGTPNNEVWPEVESLQDYK_"
- ],
- [
- 23303,
- 2,
- 12,
- 3,
- 0.15667,
- "_DVYAVLQLEAEEK_"
- ],
- [
- 27891,
- 2,
- 12,
- 6,
- 0.15667,
- "_AFLEENNLDYIIR_"
- ],
- [
- 20300,
- 3,
- 13,
- 2,
- 0.17091,
- "_GFFDPNTHENLTYVQLLR_"
- ],
- [
- 38264,
- 2,
- 14,
- 4,
- 0.18516,
- "_FFQPTEMASQDFFQR_"
- ],
- [
- 41867,
- 3,
- 14,
- 5,
- 0.18516,
- "_SSDECVVALCDQWYLDYGEENWKK_"
- ],
- [
- 51162,
- 2,
- 10,
- 5,
- 0.12818,
- "_SDTIPIPNGVVTNNSGYITNGYMGK_"
- ],
- [
- 37410,
- 2,
- 14,
- 3,
- 0.18516,
- "_AVAENQPFLIEAMTYR_"
- ],
- [
- 17755,
- 3,
- 10,
- 4,
- 0.12818,
- "_EKFSQLAEAYEVLSDEVK_"
- ],
- [
- 32767,
- 3,
- 13,
- 5,
- 0.17091,
- "_LSQAYAISAGVSLEGQQLFQTIHK_"
- ],
- [
- 30952,
- 3,
- 16,
- 7,
- 0.21365,
- "_HACVEVQDEIAFIPNDVYFEK_"
- ],
- [
- 45432,
- 2,
- 11,
- 6,
- 0.14242,
- "_APLNVTNTAGTSLPSVDLLQK_"
- ],
- [
- 22821,
- 3,
- 11,
- 3,
- 0.14242,
- "_GESLMEWAENVMQIHADRK_"
- ],
- [
- 12477,
- 2,
- 20,
- 4,
- 0.27065,
- "_IPDQLVILDMK_"
- ],
- [
- 7215,
- 3,
- 18,
- 5,
- 0.24215,
- "_GFHQVPFAPIVFIER_"
- ],
- [
- 43432,
- 2,
- 17,
- 7,
- 0.22791,
- "_LEGVLAEVAQHYQDTLIR_"
- ],
- [
- 22860,
- 3,
- 5,
- 2,
- 0.056932,
- "_LSTHLQQEGSELLWYLAEK_"
- ],
- [
- 36008,
- 2,
- 8,
- 4,
- 0.099722,
- "_TYDEMSLIQDDVDLR_"
- ],
- [
- 8340,
- 4,
- 25,
- 6,
- 0.34182,
- "_TIEDAIAVLSVAEEAADRHPER_"
- ],
- [
- 43357,
- 2,
- 21,
- 7,
- 0.28488,
- "_LGNDFMGITLASSQAVSNAR_"
- ],
- [
- 21199,
- 3,
- 22,
- 7,
- 0.29912,
- "_IPGLLSPHPLLQLSYTATDR_"
- ],
- [
- 18015,
- 3,
- 16,
- 4,
- 0.21365,
- "_MDIDVPDVEVQGPDWHLK_"
- ],
- [
- 2526,
- 2,
- 12,
- 3,
- 0.15667,
- "_NLWVLVVGR_"
- ],
- [
- 47342,
- 2,
- 16,
- 7,
- 0.21365,
- "_DLYANTVLSGGTTM(Oxidation (M))YPGIADR_"
- ],
- [
- 22683,
- 2,
- 9,
- 3,
- 0.11397,
- "_VLNVISLEFSDTR_"
- ],
- [
- 4802,
- 2,
- 13,
- 3,
- 0.17091,
- "_GFPLITITVR_"
- ],
- [
- 24527,
- 2,
- 11,
- 4,
- 0.14242,
- "_TVQTAVFLYSLYK_"
- ],
- [
- 30467,
- 2,
- 12,
- 5,
- 0.15667,
- "_(Acetyl (Protein N-term))ASQSQGIQQLLQAEK_"
- ],
- [
- 41614,
- 3,
- 11,
- 7,
- 0.14242,
- "_IGTYTGPLQHGIVYSGGSSDTICDLLGAK_"
- ],
- [
- 43547,
- 2,
- 15,
- 5,
- 0.19941,
- "_FDSNCITPGTEFMDNLAK_"
- ],
- [
- 25144,
- 3,
- 15,
- 5,
- 0.19941,
- "_NPPGFAFVEFEDPRDAADAVR_"
- ],
- [
- 46266,
- 2,
- 9,
- 3,
- 0.11397,
- "_IISHFSQDDLTALVQMTEK_"
- ],
- [
- 12990,
- 2,
- 11,
- 3,
- 0.14242,
- "_HTALSLISVILK_"
- ],
- [
- 45904,
- 2,
- 9,
- 4,
- 0.11397,
- "_NPSIVGVLCTDSQGLNLGCR_"
- ],
- [
- 14912,
- 3,
- 19,
- 7,
- 0.25638,
- "_MLVTFDEELRPLPVSVR_"
- ],
- [
- 36734,
- 2,
- 12,
- 5,
- 0.15665,
- "_MMLDQCLELQLFHR_"
- ],
- [
- 22033,
- 3,
- 12,
- 4,
- 0.15665,
- "_CFLEADPYIDIDQNVLHR_"
- ],
- [
- 47618,
- 4,
- 14,
- 8,
- 0.18515,
- "_ATGLPSSLASIPGGKPAYSFHVSADGQMQPVPFPHDALAGPGIPR_"
- ],
- [
- 43155,
- 2,
- 21,
- 6,
- 0.28488,
- "_YVEVYEINNEDVDALMK_"
- ],
- [
- 47919,
- 3,
- 18,
- 9,
- 0.24214,
- "_CFGFVTYSNVEEADAAMAASPHAVDGNTVELK_"
- ],
- [
- 46027,
- 2,
- 21,
- 6,
- 0.28488,
- "_GPGNPVPGPLAPLPDYMSEEK_"
- ],
- [
- 31608,
- 2,
- 13,
- 5,
- 0.1709,
- "_NVMEFLAPLKPVAIR_"
- ],
- [
- 16829,
- 2,
- 10,
- 3,
- 0.1282,
- "_SSVAVPYVIVPLK_"
- ],
- [
- 22291,
- 3,
- 12,
- 6,
- 0.15665,
- "_SLLEQDLATYITECSSLKR_"
- ],
- [
- 43224,
- 2,
- 11,
- 6,
- 0.14241,
- "_NQPLVYLMLTTHPSLYR_"
- ],
- [
- 31824,
- 3,
- 11,
- 4,
- 0.14241,
- "_LADVDKDGLLDDEEFALANHLIK_"
- ],
- [
- 46482,
- 2,
- 13,
- 4,
- 0.1709,
- "_SGFEPPGDIEFEDYTQPMK_"
- ],
- [
- 11294,
- 3,
- 13,
- 4,
- 0.1709,
- "_VKIPEGTILTMDMLTVK_"
- ],
- [
- 6644,
- 3,
- 15,
- 4,
- 0.19939,
- "_IIYGDPVTFLPHLPR_"
- ],
- [
- 7770,
- 3,
- 12,
- 5,
- 0.15665,
- "_EEPAIAPIEHVLSGWK_"
- ],
- [
- 43816,
- 2,
- 13,
- 2,
- 0.1709,
- "_LDNNLDSVSLLIDHVCSR_"
- ],
- [
- 42612,
- 3,
- 16,
- 7,
- 0.21364,
- "_QSTSFLVLQEILESEEKGDPNKPSGFR_"
- ],
- [
- 36247,
- 2,
- 9,
- 2,
- 0.11395,
- "_FMPVEGMVFCSVECK_"
- ],
- [
- 17381,
- 2,
- 16,
- 5,
- 0.21364,
- "_VLDQYIFELSR_"
- ],
- [
- 2675,
- 2,
- 13,
- 3,
- 0.1709,
- "_LTIPILYVK_"
- ],
- [
- 32385,
- 3,
- 11,
- 7,
- 0.14241,
- "_SVQVVNLDPAAEHFNYSVMADIR_"
- ],
- [
- 50456,
- 2,
- 18,
- 7,
- 0.24214,
- "_LCSLLDSEDYNTCEGAFGALQK_"
- ],
- [
- 19275,
- 3,
- 16,
- 7,
- 0.21364,
- "_YM(Oxidation (M))HSGPVVAMVWEGLNVVK_"
- ],
- [
- 25444,
- 3,
- 11,
- 4,
- 0.14241,
- "_HTLQLQGLDSGFVPSVQDFDK_"
- ],
- [
- 26616,
- 2,
- 15,
- 3,
- 0.19939,
- "_LVQAIFPTPDPAALK_"
- ],
- [
- 50464,
- 3,
- 15,
- 6,
- 0.19939,
- "_INCFDFSPNGETVISSSDDDSIVLYDCQEGKPK_"
- ],
- [
- 14645,
- 2,
- 14,
- 2,
- 0.18517,
- "_VNIWLGLSAVEK_"
- ],
- [
- 11636,
- 4,
- 13,
- 4,
- 0.17092,
- "_KGGEADNLDEFLKEFENPEVPR_"
- ],
- [
- 9180,
- 2,
- 13,
- 4,
- 0.17092,
- "_LLSGGSVLDIIK_"
- ],
- [
- 34304,
- 3,
- 13,
- 7,
- 0.17092,
- "_IYEAPDVMNLSQWSLQHEISCK_"
- ],
- [
- 27777,
- 3,
- 13,
- 5,
- 0.17092,
- "_VKTPSFGISAPQVSIPDVNVNLK_"
- ],
- [
- 48877,
- 2,
- 11,
- 4,
- 0.14247,
- "_HTLQLQGLDSGFVPSVQDFDK_"
- ],
- [
- 25560,
- 2,
- 9,
- 3,
- 0.11398,
- "_(Acetyl (Protein N-term))SYIPGQPVTAVVQR_"
- ],
- [
- 39075,
- 2,
- 10,
- 3,
- 0.12822,
- "_LLLDMGSDINAQIETNR_"
- ],
- [
- 20388,
- 2,
- 9,
- 5,
- 0.11398,
- "_ALGTEVIQLFPEK_"
- ],
- [
- 48383,
- 3,
- 18,
- 10,
- 0.24215,
- "_VVYGGGAAEISCALAVSQEADKCPTLEQYAMR_"
- ],
- [
- 5304,
- 3,
- 8,
- 4,
- 0.099737,
- "_TFEVNVLAHFWTTK_"
- ],
- [
- 18140,
- 3,
- 18,
- 5,
- 0.24215,
- "_VEAAVGEDLFQEAHEVILK_"
- ],
- [
- 15739,
- 3,
- 11,
- 5,
- 0.14247,
- "_SMPGKPPGMDPIGIMASALR_"
- ],
- [
- 38204,
- 2,
- 15,
- 4,
- 0.19942,
- "_VYVGSIYYELGEDTIR_"
- ],
- [
- 37585,
- 3,
- 18,
- 8,
- 0.24215,
- "_NVASVCLQIGYPTVASVPHSIINGYK_"
- ],
- [
- 51659,
- 3,
- 8,
- 4,
- 0.099737,
- "_ECISVHVGQAGVQMGNACWELYCLEHGIQPDGQMPSDK_"
- ],
- [
- 40964,
- 3,
- 17,
- 8,
- 0.22791,
- "_YNFPNPNPFVEDDMDKNEIASVAYR_"
- ],
- [
- 26507,
- 3,
- 11,
- 5,
- 0.14247,
- "_AAFQSLLDAQADEAVLDHPDLK_"
- ],
- [
- 35655,
- 2,
- 20,
- 6,
- 0.27065,
- "_YMTISGFQIEETIDR_"
- ],
- [
- 22020,
- 2,
- 17,
- 5,
- 0.22791,
- "_VAGFDLDGTLITTR_"
- ],
- [
- 19293,
- 2,
- 17,
- 4,
- 0.22791,
- "_IQIEAIPLALQGR_"
- ],
- [
- 9966,
- 2,
- 17,
- 5,
- 0.22791,
- "_SGAYLIPLLER_"
- ],
- [
- 47153,
- 2,
- 16,
- 6,
- 0.21366,
- "_(Acetyl (Protein N-term))AVAGAVSGEPLVHWCTQQLR_"
- ],
- [
- 8870,
- 2,
- 12,
- 4,
- 0.15668,
- "_SGIVEYLSLVK_"
- ],
- [
- 13387,
- 3,
- 16,
- 5,
- 0.21366,
- "_LLLFDYDKVELANMNR_"
- ],
- [
- 29649,
- 2,
- 12,
- 4,
- 0.15668,
- "_VSEYVPEIVNFVQK_"
- ],
- [
- 49173,
- 2,
- 6,
- 2,
- 0.071184,
- "_TM(Oxidation (M))MACGGSIQTSVNALSADVLGR_"
- ],
- [
- 47000,
- 2,
- 15,
- 3,
- 0.19942,
- "_AAPPALLEPLQPPTDVSQDPR_"
- ],
- [
- 40131,
- 3,
- 12,
- 5,
- 0.15668,
- "_LQLFIQEVNHAVEETSHQALQNMPK_"
- ],
- [
- 29430,
- 3,
- 25,
- 8,
- 0.34186,
- "_FVDGLMIHSGDPVNYYVDTAVR_"
- ],
- [
- 49949,
- 2,
- 12,
- 5,
- 0.15668,
- "_WCAEVGSWGQGPGPSIASLGSDGR_"
- ],
- [
- 51009,
- 2,
- 15,
- 7,
- 0.19942,
- "_VCQEMYLTYGDGEEVGGMWVEK_"
- ],
- [
- 33471,
- 2,
- 11,
- 4,
- 0.14247,
- "_DQSAVVVQGLPEGVAFK_"
- ],
- [
- 44609,
- 2,
- 9,
- 2,
- 0.114,
- "_VDAAPGIPPAVESIQDSPLPK_"
- ],
- [
- 18756,
- 4,
- 10,
- 3,
- 0.12824,
- "_IEFVGQIELFNDKSNTHEFVNLVK_"
- ],
- [
- 22769,
- 2,
- 11,
- 5,
- 0.14248,
- "_GLIDVKPLGVIWGK_"
- ],
- [
- 34221,
- 3,
- 13,
- 3,
- 0.17094,
- "_QLCAEHGISPEGIVEEFATEGTDR_"
- ],
- [
- 38096,
- 2,
- 11,
- 3,
- 0.14248,
- "_IGASLADVDPMQLDSSVR_"
- ],
- [
- 37924,
- 2,
- 11,
- 4,
- 0.14248,
- "_QLAQLGGLDALDVGRWR_"
- ],
- [
- 29652,
- 2,
- 14,
- 5,
- 0.18518,
- "_LVYAPLSGVGGVLYDK_"
- ],
- [
- 8784,
- 3,
- 11,
- 2,
- 0.14248,
- "_QLLADIIQFHPGDTLK_"
- ],
- [
- 48575,
- 3,
- 12,
- 10,
- 0.15673,
- "_GQYQGLSQDPNSLSNLDQDLPNNMIHQVPIK_"
- ],
- [
- 48903,
- 2,
- 12,
- 5,
- 0.15673,
- "_VTFSEDDEIINPEDVDPSVGR_"
- ],
- [
- 9658,
- 3,
- 13,
- 3,
- 0.17094,
- "_NMPVQLPLAHSGWLFK_"
- ],
- [
- 23144,
- 3,
- 13,
- 5,
- 0.17094,
- "_IRPPADWQPPFAVEVDNFR_"
- ],
- [
- 41011,
- 2,
- 6,
- 3,
- 0.07122,
- "_TLSLQATSEDEVNMWIK_"
- ],
- [
- 51471,
- 3,
- 11,
- 7,
- 0.14248,
- "_TNTSSVTTTITQSTATTNIANTESSQQTLQNSQFLLTR_"
- ],
- [
- 19050,
- 2,
- 7,
- 3,
- 0.085443,
- "_AFSVFLFNTENK_"
- ],
- [
- 9811,
- 3,
- 21,
- 7,
- 0.28491,
- "_GNQLQEFAAMLMPHQK_"
- ],
- [
- 29861,
- 2,
- 17,
- 5,
- 0.22792,
- "_FYEGVVELSLTAAEK_"
- ],
- [
- 25785,
- 3,
- 15,
- 6,
- 0.19943,
- "_VVQLSDACDMLGDHIVLDSVR_"
- ],
- [
- 10894,
- 2,
- 29,
- 3,
- 0.39882,
- "_YAVEILTWEK_"
- ],
- [
- 51493,
- 3,
- 15,
- 5,
- 0.19943,
- "_LGVVPVNGSGLSTPAWPPLQQEGPPTGPAEGANSHTTLPQR_"
- ],
- [
- 34882,
- 3,
- 30,
- 6,
- 0.41306,
- "_YVAVMPPHIGDQPLTGAYTVTLDGR_"
- ],
- [
- 35955,
- 3,
- 18,
- 7,
- 0.24217,
- "_ADQELMTYSHDNIICGITSVSFSK_"
- ],
- [
- 47845,
- 2,
- 21,
- 5,
- 0.28491,
- "_WQASSLPADDLCTENAIMLK_"
- ],
- [
- 34685,
- 2,
- 18,
- 4,
- 0.24217,
- "_TSGVPSGFNFTAPPVLGK_"
- ],
- [
- 35204,
- 3,
- 14,
- 6,
- 0.18518,
- "_TGDVQTASYCMLQGSPLDVLKDER_"
- ],
- [
- 34142,
- 3,
- 15,
- 4,
- 0.19943,
- "_HEVGYVLGQLQHEAAVPQLAAALAR_"
- ],
- [
- 42757,
- 2,
- 18,
- 5,
- 0.24217,
- "_GEDVPLTEQTVSQVLQSAK_"
- ],
- [
- 31777,
- 3,
- 14,
- 5,
- 0.18523,
- "_NELHNLLDKPQLQGIPVLVLGNK_"
- ],
- [
- 24092,
- 4,
- 14,
- 6,
- 0.18523,
- "_IQAIDATDSCIMSIGFDHMEGLEHVEK_"
- ],
- [
- 12115,
- 4,
- 14,
- 7,
- 0.18523,
- "_NELHNLLDKPQLQGIPVLVLGNK_"
- ],
- [
- 32723,
- 3,
- 17,
- 6,
- 0.22796,
- "_NFYNEHEEITNLTPQQLIDLR_"
- ],
- [
- 9888,
- 2,
- 14,
- 3,
- 0.18523,
- "_SVFGGLVNYFK_"
- ],
- [
- 26881,
- 3,
- 17,
- 4,
- 0.22796,
- "_GSLPPQHGLELLTVYAWEQGGK_"
- ],
- [
- 26070,
- 3,
- 12,
- 4,
- 0.15677,
- "_ESAIRPFINGDVIMEDFNER_"
- ],
- [
- 9710,
- 2,
- 24,
- 5,
- 0.3277,
- "_VPDGMVGLIIGR_"
- ],
- [
- 15902,
- 3,
- 12,
- 4,
- 0.15677,
- "_SELKDFFQSYGNVVELR_"
- ],
- [
- 40858,
- 3,
- 14,
- 5,
- 0.18523,
- "_AIPLVLVSGNHDIGNTPTAETVEEFCR_"
- ],
- [
- 33756,
- 2,
- 21,
- 5,
- 0.28495,
- "_DAEDAMDAMDGAVLDGR_"
- ],
- [
- 45317,
- 2,
- 12,
- 4,
- 0.15677,
- "_LLSSGFEEVYPNLPADVQR_"
- ],
- [
- 23749,
- 2,
- 13,
- 4,
- 0.17101,
- "_NIPMTLELLQSTR_"
- ],
- [
- 16666,
- 2,
- 13,
- 3,
- 0.17101,
- "_SLLVNPVLFPNR_"
- ],
- [
- 4088,
- 2,
- 19,
- 4,
- 0.25646,
- "_DWNVDLIPK_"
- ],
- [
- 41893,
- 2,
- 19,
- 5,
- 0.25646,
- "_TILQGSSEGTGLSALLPQPK_"
- ],
- [
- 18044,
- 4,
- 17,
- 4,
- 0.22796,
- "_QTNHCYIAILNIIQGEVDPTQVHK_"
- ],
- [
- 7404,
- 2,
- 18,
- 4,
- 0.24221,
- "_GCMLIELALR_"
- ],
- [
- 43040,
- 2,
- 19,
- 4,
- 0.25646,
- "_ENITDAIWGSESNYEAIK_"
- ],
- [
- 13131,
- 2,
- 11,
- 3,
- 0.14253,
- "_VNPVTALTLLEK_"
- ],
- [
- 16415,
- 3,
- 11,
- 3,
- 0.14253,
- "_GAIFEEMLTPLHMSQSVR_"
- ],
- [
- 25612,
- 2,
- 25,
- 4,
- 0.34193,
- "_SPQTPELVEALAFR_"
- ],
- [
- 19519,
- 3,
- 16,
- 2,
- 0.21371,
- "_DPTVHDDVLELEMDELNR_"
- ],
- [
- 26231,
- 2,
- 24,
- 4,
- 0.3277,
- "_DMTLPPETNVILTK_"
- ],
- [
- 41967,
- 2,
- 10,
- 2,
- 0.12828,
- "_ELADVLMDPPMDDQPGEK_"
- ],
- [
- 29304,
- 2,
- 14,
- 5,
- 0.18523,
- "_TELPQFVSYFQQR_"
- ],
- [
- 29255,
- 3,
- 11,
- 5,
- 0.14253,
- "_VTFDPTSSYTLEDLKPDTLYR_"
- ],
- [
- 49242,
- 2,
- 10,
- 5,
- 0.12828,
- "_QSFAIGGSGSSYIYGYVDATYR_"
- ],
- [
- 44761,
- 2,
- 8,
- 3,
- 0.09973,
- "_QVYDGFSFIGNTGPYEVSK_"
- ],
- [
- 20863,
- 2,
- 10,
- 4,
- 0.12828,
- "_VLLAGADVNLAWGR_"
- ],
- [
- 30188,
- 4,
- 10,
- 6,
- 0.12828,
- "_AYNHLDELTAAHSLCFSPDGSQLFCGFNR_"
- ],
- [
- 34825,
- 2,
- 15,
- 5,
- 0.19947,
- "_DSPDEFPVYVGINEAK_"
- ],
- [
- 13058,
- 3,
- 11,
- 4,
- 0.14253,
- "_ISPEQWSSLLYGDLAHK_"
- ],
- [
- 31553,
- 2,
- 11,
- 5,
- 0.14254,
- "_ENAGVDPTLAIPMIQK_"
- ],
- [
- 19244,
- 2,
- 9,
- 3,
- 0.11399,
- "_FVDIFQQTPLGR_"
- ],
- [
- 50181,
- 3,
- 14,
- 8,
- 0.18527,
- "_KPGAGDTAFPGTGGFSATFDYQQAFGNSTGGFDGQAR_"
- ],
- [
- 32374,
- 2,
- 13,
- 5,
- 0.17103,
- "_QDLEAEVSQLTGEVAK_"
- ],
- [
- 39818,
- 2,
- 11,
- 6,
- 0.14254,
- "_QNVQVFEFQLTAEDMK_"
- ],
- [
- 46090,
- 3,
- 14,
- 5,
- 0.18527,
- "_TNLDESDVQPVKEQLAQAMFDHIPVGVGSK_"
- ],
- [
- 17982,
- 2,
- 10,
- 2,
- 0.12824,
- "_NIGCFLLEVTTK_"
- ],
- [
- 17664,
- 2,
- 12,
- 2,
- 0.15679,
- "_EYNEFAEVFLK_"
- ],
- [
- 40361,
- 2,
- 22,
- 6,
- 0.29921,
- "_DSDPVMAGIGEEIAHFQK_"
- ],
- [
- 16262,
- 3,
- 12,
- 5,
- 0.15679,
- "_DDGQLFHIDFGHFLDHK_"
- ],
- [
- 50678,
- 2,
- 13,
- 4,
- 0.17103,
- "_YSVSSPNSLGVVPYLGGEQSYYR_"
- ],
- [
- 34022,
- 3,
- 12,
- 5,
- 0.15679,
- "_GVLIAVLDTGVDPGAPGMQVTTDGKPK_"
- ],
- [
- 24264,
- 3,
- 12,
- 6,
- 0.15679,
- "_PSQFEEDLALMEEMEAEHR_"
- ],
- [
- 37833,
- 3,
- 13,
- 5,
- 0.17103,
- "_VLTFLDSHCECNEHWLEPLLER_"
- ],
- [
- 21554,
- 2,
- 12,
- 5,
- 0.15679,
- "_ESGCSFVLALMQK_"
- ],
- [
- 47750,
- 3,
- 12,
- 7,
- 0.15679,
- "_IEINQTGTTLYYQPGLLYGGSVEHDCSVLR_"
- ],
- [
- 6921,
- 2,
- 12,
- 5,
- 0.15679,
- "_FNLMAIVSDR_"
- ],
- [
- 31816,
- 2,
- 13,
- 4,
- 0.17103,
- "_VKEEIIEAFVQELR_"
- ],
- [
- 39227,
- 2,
- 9,
- 5,
- 0.11399,
- "_ANYQADLANITCEIAIK_"
- ],
- [
- 10670,
- 2,
- 20,
- 3,
- 0.27071,
- "_EYLLDMIPPR_"
- ],
- [
- 21818,
- 2,
- 9,
- 2,
- 0.11399,
- "_ENSSNILDNLLSR_"
- ],
- [
- 43531,
- 2,
- 10,
- 3,
- 0.12824,
- "_ATNQISPAQVQGYFMLYK_"
- ],
- [
- 27016,
- 3,
- 13,
- 2,
- 0.17103,
- "_QGVLHLLQSVNMDSDQFQLGR_"
- ],
- [
- 16421,
- 3,
- 16,
- 5,
- 0.21372,
- "_NQPLVYLMLTTHPSLYR_"
- ],
- [
- 50117,
- 2,
- 8,
- 3,
- 0.099764,
- "_AIAGVINQPYYNYEAGPDAVLGR_"
- ],
- [
- 31284,
- 3,
- 17,
- 6,
- 0.22797,
- "_QYASLTGTQALPPLFSLGYHQSR_"
- ],
- [
- 9545,
- 3,
- 18,
- 8,
- 0.24222,
- "_MMLDQCLELQLFHR_"
- ],
- [
- 42217,
- 2,
- 18,
- 5,
- 0.24222,
- "_VYIGSFWAQPLQNTDNR_"
- ],
- [
- 38612,
- 2,
- 19,
- 5,
- 0.25647,
- "_VKIPEGTILTMDMLTVK_"
- ],
- [
- 28624,
- 4,
- 15,
- 6,
- 0.19949,
- "_TNLDESDVQPVKEQLAQAMFDHIPVGVGSK_"
- ],
- [
- 23782,
- 2,
- 16,
- 4,
- 0.21372,
- "_EYQDAFLFNELK_"
- ],
- [
- 40564,
- 2,
- 14,
- 3,
- 0.18527,
- "_LQQELDDLLVDLDHQR_"
- ],
- [
- 38778,
- 2,
- 16,
- 7,
- 0.21372,
- "_MQQQLDEYQELLDIK_"
- ],
- [
- 17529,
- 2,
- 17,
- 5,
- 0.22797,
- "_TALALAIAQELGSK_"
- ],
- [
- 19877,
- 2,
- 19,
- 6,
- 0.25647,
- "_MEDGEFWMSFR_"
- ],
- [
- 19468,
- 2,
- 16,
- 3,
- 0.21372,
- "_AIQAAFFYLEPR_"
- ],
- [
- 36900,
- 3,
- 20,
- 6,
- 0.27071,
- "_IEPELDGSSPVTSHDSSTNGLINFIK_"
- ],
- [
- 38866,
- 2,
- 15,
- 3,
- 0.19952,
- "_AAQTAEDAMQIMEQMTK_"
- ],
- [
- 32108,
- 2,
- 11,
- 5,
- 0.14248,
- "_EWYPSLATMQESLR_"
- ],
- [
- 2738,
- 2,
- 14,
- 4,
- 0.18527,
- "_MVSVLPIFR_"
- ],
- [
- 49009,
- 2,
- 21,
- 7,
- 0.28496,
- "_TYFGPYDETTCIDWTDDSR_"
- ],
- [
- 51707,
- 3,
- 19,
- 8,
- 0.25647,
- "_NDPPMEAAGFTAQVIILNHPGQISAGYAPVLDCHTAHIACK_"
- ],
- [
- 14338,
- 4,
- 18,
- 6,
- 0.24222,
- "_LGDLNYLIYVFPDRPKDEVYSK_"
- ],
- [
- 14955,
- 2,
- 11,
- 2,
- 0.14248,
- "_EGIHLALVELLK_"
- ],
- [
- 45697,
- 4,
- 16,
- 10,
- 0.21373,
- "_ECISVHVGQAGVQMGNACWELYCLEHGIQPDGQMPSDK_"
- ],
- [
- 21060,
- 2,
- 11,
- 2,
- 0.14248,
- "_IEEEELTLTILR_"
- ],
- [
- 13262,
- 3,
- 16,
- 5,
- 0.21373,
- "_LQQELDDLLVDLDHQR_"
- ],
- [
- 35932,
- 2,
- 13,
- 5,
- 0.17103,
- "_GDFLFSSDHLIEMATK_"
- ],
- [
- 28733,
- 3,
- 16,
- 4,
- 0.21373,
- "_TLGTPEFVTATECVHYFEWR_"
- ],
- [
- 16487,
- 2,
- 12,
- 3,
- 0.15679,
- "_ELDFWQEGWR_"
- ],
- [
- 26776,
- 2,
- 25,
- 5,
- 0.34197,
- "_SIQFVDWCPTGFK_"
- ],
- [
- 36895,
- 2,
- 18,
- 4,
- 0.24222,
- "_SVPNQPSTNEILQAVLK_"
- ],
- [
- 25928,
- 2,
- 16,
- 2,
- 0.21373,
- "_ELLQSFDSALQSVK_"
- ],
- [
- 10526,
- 3,
- 13,
- 3,
- 0.17103,
- "_GGPNIITLADIVKDPVSR_"
- ],
- [
- 11682,
- 3,
- 6,
- 2,
- 0.07132,
- "_RVVDFIDEGVNIGLEVK_"
- ],
- [
- 44155,
- 2,
- 16,
- 5,
- 0.21373,
- "_GQTQVLCTVTFDSLESGIK_"
- ],
- [
- 41583,
- 2,
- 15,
- 4,
- 0.19952,
- "_ALSDDGVSDLEDPTLTPLK_"
- ],
- [
- 24623,
- 2,
- 14,
- 6,
- 0.18527,
- "_LLAESVTEVEIFGK_"
- ],
- [
- 39646,
- 2,
- 17,
- 4,
- 0.22797,
- "_SSPDLTGVVTIYEDLRR_"
- ],
- [
- 27789,
- 2,
- 15,
- 6,
- 0.19952,
- "_EMSGDLEEGMLAVVK_"
- ],
- [
- 27759,
- 2,
- 9,
- 2,
- 0.11401,
- "_VSPYVPWIEETMR_"
- ],
- [
- 18641,
- 2,
- 9,
- 2,
- 0.11401,
- "_CPFGGAFALAAGLR_"
- ],
- [
- 48683,
- 2,
- 12,
- 5,
- 0.15679,
- "_YGNYFFPGTGDMYEVGAESGR_"
- ],
- [
- 37928,
- 3,
- 17,
- 7,
- 0.22797,
- "_NTELAVFHDETEIQNQTDLLSLSGK_"
- ],
- [
- 27011,
- 2,
- 15,
- 2,
- 0.19952,
- "_LTIVDAVGFGDQINK_"
- ],
- [
- 12646,
- 3,
- 22,
- 7,
- 0.2992,
- "_EAEAAIYHLQLFEELR_"
- ],
- [
- 20436,
- 4,
- 12,
- 5,
- 0.15679,
- "_ELISLLHLSLLHLEEDKTTVSQESR_"
- ],
- [
- 29104,
- 2,
- 14,
- 4,
- 0.18527,
- "_SQPDMAIMAVNSFVK_"
- ],
- [
- 34651,
- 3,
- 12,
- 4,
- 0.15679,
- "_DFSYHYPSCDLYFVGASSEVYR_"
- ],
- [
- 31264,
- 2,
- 13,
- 2,
- 0.17103,
- "_SEQLEELFSQVGPVK_"
- ],
- [
- 50049,
- 2,
- 14,
- 7,
- 0.18527,
- "_DNLAQQSFNMEQANYTIQSLK_"
- ],
- [
- 24516,
- 2,
- 20,
- 6,
- 0.27071,
- "_FPEVEDVVMVNVR_"
- ],
- [
- 17328,
- 4,
- 15,
- 7,
- 0.19952,
- "_EQWLNNMQIPEKLEDLEVIQHR_"
- ],
- [
- 47029,
- 2,
- 14,
- 4,
- 0.18527,
- "_VSADTCSVCEAALLDVDFNK_"
- ],
- [
- 17296,
- 3,
- 14,
- 4,
- 0.18527,
- "_SKLEDIANAALAASAVTQVAK_"
- ],
- [
- 17860,
- 3,
- 15,
- 5,
- 0.19952,
- "_VTFLCGDAGPLAVGAVIYHK_"
- ],
- [
- 30395,
- 2,
- 12,
- 4,
- 0.15671,
- "_NLFAEIIEEHLANR_"
- ],
- [
- 25640,
- 2,
- 13,
- 5,
- 0.17101,
- "_GGGPSALWEITWER_"
- ],
- [
- 39408,
- 3,
- 13,
- 3,
- 0.17101,
- "_NIELFFSGSAKPIYDDDPSLEGGVNGK_"
- ],
- [
- 37942,
- 2,
- 12,
- 4,
- 0.15671,
- "_KFDLNSPWEAFPVYR_"
- ],
- [
- 31029,
- 3,
- 12,
- 6,
- 0.15671,
- "_QLTSYVGSVRPLVTELDPDAPIR_"
- ],
- [
- 22229,
- 3,
- 7,
- 5,
- 0.085545,
- "_VIMELFDNDQVGKDEFLGR_"
- ],
- [
- 23436,
- 3,
- 19,
- 4,
- 0.25644,
- "_PPMLQPLALPPGLSVHQALER_"
- ],
- [
- 16245,
- 2,
- 31,
- 7,
- 0.42736,
- "_EGDVLTLLESER_"
- ],
- [
- 23010,
- 4,
- 13,
- 3,
- 0.17101,
- "_SSETQQPLSFKPNTLIGTLNVHTVFLK_"
- ],
- [
- 7607,
- 2,
- 18,
- 6,
- 0.2422,
- "_MDMSLDDIIK_"
- ],
- [
- 27269,
- 4,
- 13,
- 8,
- 0.17101,
- "_YLNIYVGLPDVEESFNVTRPVSPHECR_"
- ],
- [
- 31288,
- 2,
- 13,
- 4,
- 0.17101,
- "_WSMPELMPDPSADSK_"
- ],
- [
- 34683,
- 3,
- 11,
- 7,
- 0.14246,
- "_LTEQPELANKVDMVWIVGGSSVYK_"
- ],
- [
- 40954,
- 2,
- 22,
- 7,
- 0.29919,
- "_VLGQLTETGVVSPEQFMK_"
- ],
- [
- 35043,
- 4,
- 15,
- 7,
- 0.1995,
- "_ESISSCNTIESGITSPSVLFWWEYEHNNRK_"
- ],
- [
- 37027,
- 3,
- 15,
- 7,
- 0.1995,
- "_EQWLNNMQIPEKLEDLEVIQHR_"
- ],
- [
- 43849,
- 2,
- 15,
- 6,
- 0.1995,
- "_SKLEDIANAALAASAVTQVAK_"
- ],
- [
- 21954,
- 3,
- 8,
- 5,
- 0.099777,
- "_LFAANYMMNVIEVDSAHYK_"
- ],
- [
- 35238,
- 4,
- 15,
- 6,
- 0.1995,
- "_GSLAAVAHAQSLVEAQPNVDKLVEDHLAVQSLIR_"
- ],
- [
- 28222,
- 3,
- 15,
- 3,
- 0.1995,
- "_KASAFNSWFENAEEDLTDPVR_"
- ],
- [
- 22027,
- 2,
- 17,
- 5,
- 0.22796,
- "_VLELDPALAPVVSR_"
- ],
- [
- 24310,
- 3,
- 10,
- 5,
- 0.12824,
- "_DNTCVVEFQFMLPTSHPNR_"
- ],
- [
- 8394,
- 2,
- 23,
- 5,
- 0.31343,
- "_DAGVIAGLNVLR_"
- ],
- [
- 27934,
- 2,
- 10,
- 3,
- 0.12824,
- "_ADFVLAANSYDLAIK_"
- ],
- [
- 47643,
- 3,
- 10,
- 4,
- 0.12824,
- "_IKFETNPEDSPADQTLIVQSQPVEVIYDAK_"
- ],
- [
- 21893,
- 3,
- 8,
- 4,
- 0.099777,
- "_GKEDPWNSITSGALTGAVLAAR_"
- ],
- [
- 17777,
- 2,
- 22,
- 4,
- 0.29919,
- "_FMELLEPLNER_"
- ],
- [
- 47241,
- 2,
- 7,
- 4,
- 0.085545,
- "_EELSALVAPAFAHTSQVLVDK_"
- ],
- [
- 49840,
- 2,
- 16,
- 5,
- 0.21375,
- "_VEFETSEEVDVTPTFDTM(Oxidation (M))GLR_"
- ],
- [
- 35508,
- 3,
- 16,
- 3,
- 0.21375,
- "_NTPVQSPVSLGEDLQWWPDKDGTK_"
- ],
- [
- 1384,
- 2,
- 14,
- 3,
- 0.18526,
- "_MLGLDLVVR_"
- ],
- [
- 9892,
- 2,
- 11,
- 4,
- 0.14248,
- "_SDWQLIVELK_"
- ],
- [
- 40272,
- 2,
- 8,
- 3,
- 0.099785,
- "_SPLTILQDDNSPGTLTLR_"
- ],
- [
- 51304,
- 2,
- 13,
- 5,
- 0.17095,
- "_NYEASVDSLTFSVVTGPAPSQEAGTK_"
- ],
- [
- 16629,
- 3,
- 8,
- 4,
- 0.099785,
- "_AFLSTHPNTETVFEAFLK_"
- ],
- [
- 12919,
- 2,
- 12,
- 5,
- 0.1567,
- "_FDLGIICVDNK_"
- ],
- [
- 42701,
- 3,
- 12,
- 5,
- 0.1567,
- "_FFTGDVFGYHGYTFANLGEHEFVEEK_"
- ],
- [
- 43489,
- 4,
- 13,
- 6,
- 0.17095,
- "_QIDDILSVASVRPAVLQVECHPYLAQNELIAHCQAR_"
- ],
- [
- 43300,
- 2,
- 10,
- 5,
- 0.12826,
- "_SEEGCIPNIAPDICIAYK_"
- ],
- [
- 28478,
- 4,
- 9,
- 4,
- 0.11402,
- "_IRLDETDDPDDYGDRESGCSFVLALMQK_"
- ],
- [
- 26329,
- 2,
- 9,
- 3,
- 0.11402,
- "_EIFLTVPVGGGESLR_"
- ],
- [
- 28601,
- 2,
- 13,
- 5,
- 0.17095,
- "_RESPEVLLTLDILK_"
- ],
- [
- 40464,
- 2,
- 12,
- 5,
- 0.1567,
- "_TPEQVAEEEYLLQELR_"
- ],
- [
- 18173,
- 2,
- 13,
- 5,
- 0.17095,
- "_EGFLDTLVVLHR_"
- ],
- [
- 50027,
- 2,
- 8,
- 3,
- 0.099785,
- "_TQMNSFLLSTASQQEIATLDNK_"
- ],
- [
- 13379,
- 2,
- 12,
- 3,
- 0.1567,
- "_IDEAILITWTK_"
- ],
- [
- 9608,
- 2,
- 8,
- 4,
- 0.099785,
- "_ETYLAILMDR_"
- ],
- [
- 31494,
- 3,
- 12,
- 6,
- 0.1567,
- "_EAGLAHLCEFIEDCEHTVLATK_"
- ],
- [
- 48974,
- 2,
- 13,
- 4,
- 0.17095,
- "_ISTSAWSSSFSLDTVGSYGCVK_"
- ],
- [
- 21349,
- 3,
- 11,
- 3,
- 0.14248,
- "_WNVHCVTTQWFFDSIEK_"
- ],
- [
- 47788,
- 2,
- 11,
- 4,
- 0.14248,
- "_EGIQAEFVGGVLVCNNQVAVR_"
- ],
- [
- 19775,
- 2,
- 18,
- 4,
- 0.2422,
- "_TGALLLQGFIQDR_"
- ],
- [
- 21627,
- 2,
- 15,
- 6,
- 0.1995,
- "_YQQAGLPLIVLAGK_"
- ],
- [
- 46365,
- 2,
- 15,
- 5,
- 0.1995,
- "_PADVYLIDEPSAYLDSEQR_"
- ],
- [
- 45515,
- 3,
- 19,
- 6,
- 0.25644,
- "_RTVPPAVTGITFLSGGQSEEEASINLNAINK_"
- ],
- [
- 25311,
- 2,
- 28,
- 6,
- 0.38467,
- "_ALIAGGGAPEIELALR_"
- ],
- [
- 39686,
- 2,
- 14,
- 6,
- 0.18525,
- "_PSLLITDSFNATYVQPR_"
- ],
- [
- 15315,
- 2,
- 16,
- 4,
- 0.21374,
- "_ALLVEVQLLESK_"
- ],
- [
- 37961,
- 4,
- 24,
- 7,
- 0.32767,
- "_KREDAITQQNTIQNEAVNLLDPGSSYLLQEPPR_"
- ],
- [
- 25219,
- 2,
- 17,
- 2,
- 0.22799,
- "_PGASLPPLDLQALEK_"
- ],
- [
- 13928,
- 3,
- 22,
- 9,
- 0.29918,
- "_QHFPATPLLDYALEVEK_"
- ],
- [
- 46705,
- 2,
- 17,
- 5,
- 0.22799,
- "_VLMLTLQNDPPSLETGVQDK_"
- ],
- [
- 33246,
- 2,
- 22,
- 7,
- 0.29916,
- "_LVVVDFSATWCGPCK_"
- ],
- [
- 48799,
- 2,
- 20,
- 6,
- 0.27067,
- "_NQIIACNGSIQSIPEIPDDLK_"
- ],
- [
- 51070,
- 2,
- 13,
- 5,
- 0.17093,
- "_HGLEVSEMAVSELPGNPNAVWTVR_"
- ],
- [
- 45546,
- 2,
- 12,
- 4,
- 0.15671,
- "_ILGDPEEESWSPSLTNLEK_"
- ],
- [
- 19568,
- 3,
- 9,
- 5,
- 0.11402,
- "_SLKDPNNSLTLWVIDQGLK_"
- ],
- [
- 23007,
- 4,
- 12,
- 5,
- 0.15671,
- "_VEESGEHVILGTGELYLDCVMHDLRK_"
- ],
- [
- 47166,
- 2,
- 10,
- 5,
- 0.12825,
- "_NLDFQALEETTEYDGGYTR_"
- ],
- [
- 49589,
- 2,
- 19,
- 6,
- 0.25643,
- "_LPLTLAGASYEGVAVNDCIESGR_"
- ],
- [
- 1480,
- 2,
- 11,
- 3,
- 0.14249,
- "_NDFLELLR_"
- ],
- [
- 45761,
- 2,
- 10,
- 4,
- 0.12825,
- "_AAQLGFGGVYIQTDVGGSGLSR_"
- ],
- [
- 33128,
- 2,
- 10,
- 4,
- 0.12825,
- "_SILGTLTVEQIYQDR_"
- ],
- [
- 35700,
- 2,
- 13,
- 4,
- 0.17093,
- "_NSVGFSSQLYGYALLGK_"
- ],
- [
- 49729,
- 2,
- 28,
- 8,
- 0.38466,
- "_EPACDDPDTEQAALAAVDYINK_"
- ],
- [
- 30615,
- 3,
- 22,
- 5,
- 0.29916,
- "_QFPNASLIGLTATATNHVLTDAQK_"
- ],
- [
- 34344,
- 2,
- 12,
- 5,
- 0.15671,
- "_VWDISTVSSVNEAFGR_"
- ],
- [
- 31013,
- 2,
- 11,
- 4,
- 0.14249,
- "_ANNNNQWLQIDLLK_"
- ],
- [
- 42133,
- 2,
- 12,
- 4,
- 0.15671,
- "_QFILQCDSDPELVQWK_"
- ],
- [
- 41396,
- 2,
- 11,
- 4,
- 0.14249,
- "_MECPEIDCEEGWALLK_"
- ],
- [
- 10107,
- 2,
- 11,
- 4,
- 0.14249,
- "_GVLTLSFALADK_"
- ],
- [
- 37469,
- 2,
- 11,
- 3,
- 0.14249,
- "_DPYTGQQISLFQAMQK_"
- ],
- [
- 51270,
- 3,
- 16,
- 9,
- 0.21373,
- "_GLAPLHWADDDGNPTEQYPLNPNGSPGGVAGICSCDGR_"
- ],
- [
- 39381,
- 2,
- 9,
- 3,
- 0.11402,
- "_GVFINTGPEFLVGCDCK_"
- ],
- [
- 43613,
- 2,
- 10,
- 4,
- 0.12825,
- "_FDSNEEDSASVFSPSFGLK_"
- ],
- [
- 31495,
- 2,
- 15,
- 3,
- 0.19948,
- "_MIDAGDALIYMEPEK_"
- ],
- [
- 25406,
- 4,
- 15,
- 5,
- 0.19948,
- "_APHLVGPHLGLETGNGGGVINLNAFDPTLPK_"
- ],
- [
- 34205,
- 2,
- 15,
- 4,
- 0.19948,
- "_LLVLYSGEDDELLQR_"
- ],
- [
- 23255,
- 2,
- 14,
- 3,
- 0.18518,
- "_LALFNPDVCWDR_"
- ],
- [
- 32325,
- 2,
- 8,
- 2,
- 0.099747,
- "_STTTSDMIAEVGAAFSK_"
- ],
- [
- 8306,
- 4,
- 14,
- 6,
- 0.18518,
- "_HHGPQTLYLPVTLSSIPVFQR_"
- ],
- [
- 38711,
- 2,
- 10,
- 3,
- 0.12827,
- "_(Acetyl (Protein N-term))GTTAPGPIHLLELCDQK_"
- ],
- [
- 32393,
- 2,
- 11,
- 2,
- 0.1425,
- "_EFTAWYSDMETPLK_"
- ],
- [
- 26701,
- 2,
- 16,
- 7,
- 0.21373,
- "_NFTTEQVTAMLLSK_"
- ],
- [
- 25430,
- 3,
- 11,
- 3,
- 0.1425,
- "_TLVQQLYTTLCIEQHQLNK_"
- ],
- [
- 18575,
- 3,
- 14,
- 2,
- 0.18518,
- "_TCQVLEALNVLVNRPNIR_"
- ],
- [
- 44551,
- 2,
- 14,
- 5,
- 0.18518,
- "_VICVNYLVGFCPEGPSCK_"
- ],
- [
- 49086,
- 3,
- 14,
- 5,
- 0.18518,
- "_QTFTGHESDINAICFFPNGNAFATGSDDATCR_"
- ],
- [
- 48304,
- 2,
- 13,
- 2,
- 0.17096,
- "_DNTCVVEFQFMLPTSHPNR_"
- ],
- [
- 21147,
- 2,
- 20,
- 5,
- 0.27068,
- "_ILTFDQLALDSPK_"
- ],
- [
- 50538,
- 2,
- 22,
- 6,
- 0.29917,
- "_CVEYCPEVNVMVTGSWDQTVK_"
- ],
- [
- 14301,
- 2,
- 27,
- 6,
- 0.3704,
- "_VLGTAFDPFLGGK_"
- ],
- [
- 25203,
- 2,
- 17,
- 5,
- 0.22798,
- "_EYCIQAFESFVR_"
- ],
- [
- 42802,
- 2,
- 12,
- 5,
- 0.15674,
- "_SIFSLDTPEQYQEAFQK_"
- ],
- [
- 51102,
- 2,
- 11,
- 5,
- 0.1425,
- "_ETEDEPGEAGLSSGPAPGGLSGLWER_"
- ],
- [
- 41712,
- 2,
- 10,
- 4,
- 0.12827,
- "_FVDHVFDEQVIDSLTVK_"
- ],
- [
- 34363,
- 2,
- 15,
- 5,
- 0.19943,
- "_IAIIGAGIGGTSAAYYLR_"
- ],
- [
- 27346,
- 3,
- 21,
- 8,
- 0.28492,
- "_KGLIAAICAGPTALLAHEIGFGSK_"
- ],
- [
- 15211,
- 2,
- 14,
- 3,
- 0.18518,
- "_DIPVLVATDVAAR_"
- ],
- [
- 32831,
- 3,
- 13,
- 7,
- 0.17096,
- "_LVEIVGMHDLGVGITLGAHQSIGFK_"
- ],
- [
- 44009,
- 2,
- 4,
- 2,
- 0.042721,
- "_NCIPIGEQLQSVLGNSGYK_"
- ],
- [
- 10757,
- 2,
- 13,
- 4,
- 0.17096,
- "_CSLLDPFAAVR_"
- ],
- [
- 26571,
- 2,
- 11,
- 3,
- 0.1425,
- "_GAFGVGQEQIDAFLK_"
- ],
- [
- 39231,
- 2,
- 15,
- 3,
- 0.19943,
- "_LYVGSLHFNITEDMLR_"
- ],
- [
- 45489,
- 2,
- 12,
- 4,
- 0.15674,
- "_SLKDPNNSLTLWVIDQGLK_"
- ],
- [
- 43214,
- 2,
- 9,
- 6,
- 0.114,
- "_(Acetyl (Protein N-term))SWLSSSQGVVLTAYHPSGK_"
- ],
- [
- 18918,
- 2,
- 14,
- 4,
- 0.18518,
- "_IEELEALLQEAR_"
- ],
- [
- 36709,
- 2,
- 6,
- 2,
- 0.071184,
- "_(Acetyl (Protein N-term))SGALDVLQM(Oxidation (M))KEEDVLK_"
- ],
- [
- 49502,
- 3,
- 13,
- 6,
- 0.17097,
- "_QISSTLADTAVAAQVNGEPYDLERPLETDSDLR_"
- ],
- [
- 48490,
- 2,
- 13,
- 5,
- 0.17097,
- "_AVTDSINQLITMCTQQAPGQK_"
- ],
- [
- 50167,
- 2,
- 14,
- 4,
- 0.1852,
- "_INVAMICQTLVSPPEGNQEISR_"
- ],
- [
- 49873,
- 2,
- 14,
- 6,
- 0.1852,
- "_ASLVALPEQTASEEETPPPLLTK_"
- ],
- [
- 44815,
- 3,
- 16,
- 7,
- 0.21367,
- "_VSTHVIENIYLPAAQTMNSGTFNTTVDIK_"
- ],
- [
- 32817,
- 2,
- 16,
- 6,
- 0.21367,
- "_NLPIYSEEIVEMYK_"
- ],
- [
- 26312,
- 3,
- 9,
- 3,
- 0.11398,
- "_LNDGHFMPVLGFGTYAPAEVPK_"
- ],
- [
- 34563,
- 2,
- 9,
- 3,
- 0.11398,
- "_AFDFLSEETEASLASR_"
- ],
- [
- 44188,
- 2,
- 14,
- 6,
- 0.1852,
- "_ELSEPMEFQYLPDTDDR_"
- ],
- [
- 11521,
- 2,
- 15,
- 5,
- 0.19942,
- "_DFLLQQTMLR_"
- ],
- [
- 10635,
- 2,
- 17,
- 6,
- 0.22797,
- "_ASILNTWISLK_"
- ],
- [
- 32842,
- 3,
- 16,
- 7,
- 0.21367,
- "_HGLEVSEMAVSELPGNPNAVWTVR_"
- ],
- [
- 34818,
- 2,
- 10,
- 4,
- 0.12823,
- "_DDDIAALVVDNGSGMCK_"
- ],
- [
- 39077,
- 2,
- 10,
- 3,
- 0.12823,
- "_APNILLYVGSDSQEALGR_"
- ],
- [
- 43629,
- 2,
- 10,
- 4,
- 0.12823,
- "_GSIYLAGQNIQDVSLESLR_"
- ],
- [
- 27081,
- 3,
- 11,
- 5,
- 0.1425,
- "_DPDQTDGLGLSYLSSHIANVER_"
- ],
- [
- 15833,
- 3,
- 11,
- 5,
- 0.1425,
- "_DFWNQCMPDHVIPEIK_"
- ],
- [
- 43360,
- 2,
- 14,
- 5,
- 0.1852,
- "_AFLSTHPNTETVFEAFLK_"
- ],
- [
- 9905,
- 3,
- 10,
- 4,
- 0.12823,
- "_ALFEEVPELLTEAEKK_"
- ],
- [
- 33469,
- 2,
- 11,
- 6,
- 0.1425,
- "_EATGVLLSIDGEDGIVR_"
- ],
- [
- 10641,
- 3,
- 17,
- 7,
- 0.22797,
- "_KFDLNSPWEAFPVYR_"
- ],
- [
- 39986,
- 2,
- 30,
- 6,
- 0.41315,
- "_EAEAAIYHLQLFEELR_"
- ],
- [
- 35357,
- 3,
- 16,
- 6,
- 0.21367,
- "_LPPGEYVVVPSTFEPNKEGDFVLR_"
- ],
- [
- 19619,
- 2,
- 11,
- 2,
- 0.1425,
- "_EILTAQALELSLK_"
- ],
- [
- 41530,
- 3,
- 11,
- 3,
- 0.1425,
- "_PADVEEGFSIQAPLVYHFGSTTPGTNIK_"
- ],
- [
- 45422,
- 2,
- 14,
- 5,
- 0.18524,
- "_(Acetyl (Protein N-term))MDEMATTQISKDELDELK_"
- ],
- [
- 45253,
- 3,
- 13,
- 6,
- 0.171,
- "_DIDHETVVEEQIIGENSPPDYSEYMTGK_"
- ],
- [
- 40539,
- 3,
- 13,
- 5,
- 0.171,
- "_SPLGSTASAPAPSALPAPPAPPVFHGMLER_"
- ],
- [
- 18610,
- 3,
- 9,
- 6,
- 0.11395,
- "_(Acetyl (Protein N-term))AFPHRPDAPELPDFSMLK_"
- ],
- [
- 17520,
- 2,
- 14,
- 3,
- 0.18524,
- "_TPLLLMLGQEDR_"
- ],
- [
- 34026,
- 3,
- 14,
- 6,
- 0.18524,
- "_SVNDQPSGNLPFLKPDDIQYFDK_"
- ],
- [
- 23358,
- 2,
- 11,
- 2,
- 0.1425,
- "_VQDLSSGVLSFSLR_"
- ],
- [
- 24553,
- 3,
- 13,
- 4,
- 0.171,
- "_LYTDFDEIRQEIENETER_"
- ],
- [
- 11718,
- 2,
- 12,
- 3,
- 0.15677,
- "_EVGNALLNVVLK_"
- ],
- [
- 51334,
- 2,
- 5,
- 3,
- 0.056982,
- "_HNVEVLGILSDDVETDTVAPGENLK_"
- ],
- [
- 4442,
- 4,
- 14,
- 5,
- 0.18524,
- "_IFFIDPNERPVTLYHLLK_"
- ],
- [
- 26758,
- 3,
- 13,
- 5,
- 0.171,
- "_VNAEGSVDSVFSQVCTHLDALK_"
- ],
- [
- 38029,
- 3,
- 13,
- 6,
- 0.171,
- "_SSILLDVKPWDDETDM(Oxidation (M))AQLEACVR_"
- ],
- [
- 28100,
- 2,
- 13,
- 5,
- 0.171,
- "_ELTGPAVLAVELCSR_"
- ],
- [
- 47056,
- 3,
- 8,
- 4,
- 0.099695,
- "_GTINLATANITVEDSCNFIISNGGAQTYHLK_"
- ],
- [
- 18793,
- 2,
- 13,
- 3,
- 0.171,
- "_GDGLVDVMWEYK_"
- ],
- [
- 37830,
- 2,
- 18,
- 6,
- 0.24224,
- "_GGPNIITLADIVKDPVSR_"
- ],
- [
- 50239,
- 2,
- 16,
- 6,
- 0.21368,
- "_GFEVVYM(Oxidation (M))TEPIDEYCVQQLK_"
- ],
- [
- 10531,
- 2,
- 17,
- 2,
- 0.22793,
- "_IISAISELLER_"
- ],
- [
- 8556,
- 2,
- 20,
- 5,
- 0.27072,
- "_LGFDVVFNYK_"
- ],
- [
- 48581,
- 2,
- 16,
- 4,
- 0.21368,
- "_FICVTPTTCSNTIDLPMSPR_"
- ],
- [
- 50105,
- 3,
- 19,
- 8,
- 0.25648,
- "_EEETEAAIGAPPTATEGPETKPVLMALAEGPGAEGPR_"
- ],
- [
- 50295,
- 2,
- 15,
- 9,
- 0.19946,
- "_WNPEALPSNTGEVNFQSGIIAAR_"
- ],
- [
- 32185,
- 3,
- 18,
- 5,
- 0.24224,
- "_SEPTQALELTEDDIKEDGIVPLR_"
- ],
- [
- 43139,
- 2,
- 15,
- 7,
- 0.19946,
- "_LILPVGPAGGNQMLEQYDK_"
- ],
- [
- 39839,
- 3,
- 16,
- 8,
- 0.21368,
- "_AGEMELKPFNGEDYTCITFQPDLSK_"
- ],
- [
- 40652,
- 2,
- 20,
- 4,
- 0.27072,
- "_TYDAASYICEAAFDEVK_"
- ],
- [
- 33743,
- 2,
- 15,
- 4,
- 0.19946,
- "_QALQESLVQILQPQR_"
- ],
- [
- 36172,
- 3,
- 17,
- 6,
- 0.22793,
- "_HVEVSQAPLPPAPAYLSSPLALPSQR_"
- ],
- [
- 35789,
- 3,
- 15,
- 8,
- 0.19946,
- "_DGQMLPGEDEPLHALVTANTMENVK_"
- ],
- [
- 24485,
- 2,
- 15,
- 3,
- 0.19946,
- "_FATSLVDNSVPLLR_"
- ],
- [
- 40529,
- 2,
- 9,
- 3,
- 0.11394,
- "_IAQDLEM(Oxidation (M))YGVNYFEIK_"
- ],
- [
- 45582,
- 2,
- 8,
- 6,
- 0.099695,
- "_SSVTSAAAVSALAGVQDQLIEK_"
- ],
- [
- 45844,
- 2,
- 14,
- 4,
- 0.18525,
- "_AMLEAQQEALEELQLESPK_"
- ],
- [
- 9001,
- 3,
- 18,
- 5,
- 0.24218,
- "_SVAAIHPSLEIPMLIPK_"
- ],
- [
- 41938,
- 2,
- 14,
- 3,
- 0.18525,
- "_AAVFEEEDFQSMTYGFK_"
- ],
- [
- 12545,
- 2,
- 12,
- 4,
- 0.15675,
- "_TQLIQLSTLLR_"
- ],
- [
- 26891,
- 2,
- 14,
- 5,
- 0.18525,
- "_QDTFSGTGFFPLDR_"
- ],
- [
- 28934,
- 2,
- 17,
- 5,
- 0.22793,
- "_KVPELMEMFLPATK_"
- ],
- [
- 31829,
- 4,
- 12,
- 5,
- 0.15675,
- "_ELENSPDIHIVQAGNLHSLTIAEAFEEDTGR_"
- ],
- [
- 29034,
- 3,
- 9,
- 3,
- 0.11394,
- "_TFDETVSTYVPLAQQVEDFHK_"
- ],
- [
- 36138,
- 2,
- 18,
- 4,
- 0.24218,
- "_ELTEEKESAFEFLSSA_"
- ],
- [
- 36843,
- 2,
- 19,
- 5,
- 0.25648,
- "_LWEPLVEEPPADQWK_"
- ],
- [
- 8039,
- 2,
- 18,
- 5,
- 0.24218,
- "_ATFDISLVVPK_"
- ],
- [
- 38470,
- 3,
- 11,
- 3,
- 0.14249,
- "_GFGFVTFSSMAEVDAAMAARPHSIDGR_"
- ],
- [
- 47274,
- 2,
- 18,
- 7,
- 0.24218,
- "_MVQQCCTYVEEITDLPIK_"
- ],
- [
- 19538,
- 4,
- 12,
- 6,
- 0.15675,
- "_WGDWRPHLAMVLSNLNNNMDVESR_"
- ],
- [
- 43868,
- 2,
- 23,
- 3,
- 0.31343,
- "_ECCQPVLVYIPPQAELR_"
- ],
- [
- 2434,
- 2,
- 13,
- 4,
- 0.17101,
- "_CFLSWLVK_"
- ],
- [
- 27199,
- 3,
- 18,
- 7,
- 0.24218,
- "_HHGPQTLYLPVTLSSIPVFQR_"
- ],
- [
- 43435,
- 3,
- 11,
- 4,
- 0.14249,
- "_HPVIDVLLGEQDQYVPNNTDLSEDSER_"
- ],
- [
- 35738,
- 2,
- 6,
- 3,
- 0.07123,
- "_LYSLEGYGTDAVIYIK_"
- ],
- [
- 28030,
- 2,
- 12,
- 4,
- 0.15675,
- "_SELDVGNFAEEFTR_"
- ],
- [
- 45062,
- 3,
- 14,
- 7,
- 0.18525,
- "_SLLQSEQQPSWTDDLPLCHLSGVGSASNR_"
- ],
- [
- 29308,
- 2,
- 16,
- 5,
- 0.21371,
- "_DKWLAPDGLIFPDR_"
- ],
- [
- 34894,
- 3,
- 15,
- 5,
- 0.19949,
- "_SYDFEFMQVEKPYESYIGANVR_"
- ],
- [
- 40666,
- 2,
- 29,
- 3,
- 0.3989,
- "_VFPGSTTEDYNLIVIER_"
- ],
- [
- 43956,
- 4,
- 18,
- 6,
- 0.24218,
- "_SISEIKPPNLFPLAPQEITHCHDEDDDEEEEEEEE_"
- ],
- [
- 41850,
- 2,
- 12,
- 2,
- 0.15675,
- "_GMESLEDTFVSQANALQR_"
- ],
- [
- 46790,
- 2,
- 19,
- 5,
- 0.25648,
- "_GCLLIAEMSSTGSLATGDYTR_"
- ],
- [
- 2092,
- 2,
- 15,
- 4,
- 0.19949,
- "_LLFDQFMK_"
- ],
- [
- 20928,
- 3,
- 12,
- 4,
- 0.15675,
- "_FNPDFAEAHYLSYLNNLR_"
- ],
- [
- 31914,
- 2,
- 16,
- 6,
- 0.21371,
- "_DGVYFLYEALHGPPK_"
- ],
- [
- 46607,
- 4,
- 29,
- 8,
- 0.3989,
- "_NDPPMEAAGFTAQVIILNHPGQISAGYAPVLDCHTAHIACK_"
- ],
- [
- 21494,
- 4,
- 9,
- 5,
- 0.11394,
- "_ADGVFEEDSQIDIATVQDMLSSHHYK_"
- ],
- [
- 48344,
- 2,
- 16,
- 5,
- 0.21373,
- "_EAFLNTEDKGDSLDSVEALIK_"
- ],
- [
- 49097,
- 2,
- 19,
- 8,
- 0.25643,
- "_DYEEVGVDSVEGEGEEEGEEY_"
- ],
- [
- 11595,
- 2,
- 10,
- 5,
- 0.12819,
- "_DIFDCLEGAAR_"
- ],
- [
- 48051,
- 2,
- 12,
- 5,
- 0.15673,
- "_VLVALYEEPEKPNSALDFLK_"
- ],
- [
- 45363,
- 3,
- 10,
- 5,
- 0.12819,
- "_VPMLVPVPVSEPVPEPEPEPEPEPVKEEK_"
- ],
- [
- 7445,
- 4,
- 11,
- 6,
- 0.14245,
- "_SHGFDTLLQNLHEDLKPLFK_"
- ],
- [
- 36967,
- 3,
- 10,
- 2,
- 0.12819,
- "_EDFLVGRPPELGQGDADVAGYLQSAR_"
- ],
- [
- 15051,
- 2,
- 18,
- 3,
- 0.24218,
- "_AAAVLPVLDLAQR_"
- ],
- [
- 47078,
- 3,
- 18,
- 3,
- 0.24218,
- "_ILEGPQQSLSGSPLQPIPASPPPQIPPGLRPR_"
- ],
- [
- 18827,
- 4,
- 19,
- 9,
- 0.25643,
- "_VQCCLYFIAPSGHGLKPLDIEFMK_"
- ],
- [
- 23494,
- 3,
- 9,
- 4,
- 0.11394,
- "_MHPLPGTQLLDVAGGTGDIAFR_"
- ],
- [
- 16359,
- 3,
- 17,
- 7,
- 0.22795,
- "_DGIDDESYEAIFKPVMSK_"
- ],
- [
- 24009,
- 3,
- 15,
- 6,
- 0.19949,
- "_FVGGVYGGNIKPTPFLCLTLK_"
- ],
- [
- 17466,
- 2,
- 22,
- 4,
- 0.29922,
- "_DPPMFIPTPVDR_"
- ],
- [
- 35004,
- 4,
- 15,
- 7,
- 0.19949,
- "_LVSELSGGTGGDEEEEWLYGGPWDVHVHSDLAK_"
- ],
- [
- 47120,
- 2,
- 12,
- 4,
- 0.15673,
- "_LVGTPNPSTPLPNTVPQFIAR_"
- ],
- [
- 47972,
- 3,
- 12,
- 6,
- 0.15673,
- "_ELENSPDIHIVQAGNLHSLTIAEAFEEDTGR_"
- ],
- [
- 37455,
- 3,
- 10,
- 4,
- 0.12819,
- "_ILYEEVDESEVEVIHVPSPALEER_"
- ],
- [
- 28144,
- 3,
- 15,
- 7,
- 0.19949,
- "_IGDYVQQHGGVSLVEQLLQDPK_"
- ],
- [
- 50914,
- 2,
- 12,
- 5,
- 0.15673,
- "_IWGPAPFIDHQNIEEECSSMDS_"
- ],
- [
- 47122,
- 3,
- 13,
- 9,
- 0.17099,
- "_GMQELGVHPDQETYTDYVIPCFDSVNSAR_"
- ],
- [
- 2632,
- 2,
- 15,
- 3,
- 0.19949,
- "_TILPLINFK_"
- ],
- [
- 8924,
- 2,
- 13,
- 4,
- 0.17099,
- "_DCSWIEMIR_"
- ],
- [
- 46692,
- 2,
- 11,
- 3,
- 0.14245,
- "_VFCEEDFLYSGFQQSADR_"
- ],
- [
- 12531,
- 4,
- 15,
- 5,
- 0.19949,
- "_LQHVTISQLFAPGDLPELGLEHR_"
- ],
- [
- 21341,
- 2,
- 20,
- 6,
- 0.27073,
- "_ELQLPSMSMLTSK_"
- ],
- [
- 6802,
- 2,
- 13,
- 3,
- 0.17099,
- "_GFLSGLLDNVK_"
- ],
- [
- 9454,
- 2,
- 15,
- 3,
- 0.19949,
- "_GVTFLFPIQAK_"
- ],
- [
- 14160,
- 2,
- 18,
- 3,
- 0.24218,
- "_ITLPVDFVTADK_"
- ],
- [
- 41182,
- 2,
- 16,
- 4,
- 0.21373,
- "_AIEPPPLDAVIEAEHTLR_"
- ],
- [
- 8712,
- 2,
- 18,
- 5,
- 0.24218,
- "_EFVEAVLELR_"
- ],
- [
- 26423,
- 2,
- 14,
- 5,
- 0.18527,
- "_VVAVFVQGPAWQFK_"
- ],
- [
- 51045,
- 2,
- 11,
- 5,
- 0.14247,
- "_STYSPLPDDYNCNVELALTSDGR_"
- ],
- [
- 35188,
- 2,
- 12,
- 4,
- 0.15673,
- "_RESPESEGPIYEGLIL_"
- ],
- [
- 49213,
- 2,
- 20,
- 2,
- 0.27071,
- "_MQEAMTQEVSDVFSDTTTPIK_"
- ],
- [
- 46256,
- 2,
- 14,
- 6,
- 0.18527,
- "_SVAPAAPTSCDFSPGDLVWAK_"
- ],
- [
- 45300,
- 2,
- 11,
- 5,
- 0.14247,
- "_TFNLTAGSLESTEPIYVYK_"
- ],
- [
- 36077,
- 2,
- 14,
- 3,
- 0.18527,
- "_FVQAVIPTIEYDYTR_"
- ],
- [
- 35618,
- 3,
- 16,
- 5,
- 0.21377,
- "_SGSKFPVFNMSYNPAENAVLLCTR_"
- ],
- [
- 43736,
- 2,
- 16,
- 3,
- 0.21377,
- "_EILSSPPNDAVGELEQQLK_"
- ],
- [
- 38074,
- 2,
- 10,
- 3,
- 0.12822,
- "_SILPSNLLTVCQEGTLK_"
- ],
- [
- 47600,
- 4,
- 10,
- 8,
- 0.12822,
- "_MACGGHGYSHCSGLPNIYVNFTPSCTFEGENTVMMLQTAR_"
- ],
- [
- 35712,
- 3,
- 9,
- 4,
- 0.114,
- "_GLQVVEHACSVTSLMMGETMPSITK_"
- ],
- [
- 42395,
- 2,
- 18,
- 5,
- 0.24223,
- "_GVLTGPEYEALDALPDAER_"
- ],
- [
- 39476,
- 3,
- 24,
- 6,
- 0.32774,
- "_GQDGLQNDFLSISEDVPRPPDTVSTGK_"
- ],
- [
- 24762,
- 3,
- 17,
- 6,
- 0.22801,
- "_LIDWGLAEFYHPGQEYNVR_"
- ],
- [
- 33328,
- 2,
- 13,
- 3,
- 0.17101,
- "_WTPVGMADLVAPEQVK_"
- ],
- [
- 49105,
- 2,
- 13,
- 4,
- 0.17101,
- "_NAFACFDEEATGTIQEDYLR_"
- ],
- [
- 46384,
- 2,
- 9,
- 4,
- 0.114,
- "_GAQDPTAFSVQDPWFCEAR_"
- ],
- [
- 4041,
- 2,
- 13,
- 4,
- 0.17101,
- "_DFINFISDK_"
- ],
- [
- 28086,
- 4,
- 10,
- 4,
- 0.12822,
- "_WINEAQEAASSDNIMVQYHALGVLYHLR_"
- ],
- [
- 18902,
- 2,
- 12,
- 4,
- 0.15673,
- "_FYLENLEQMVK_"
- ],
- [
- 36243,
- 4,
- 14,
- 5,
- 0.18527,
- "_QEELDAMTQALQEQDSAFGAVHAQMHAAVGQLGR_"
- ],
- [
- 51175,
- 3,
- 16,
- 7,
- 0.21377,
- "_LHEEEIQELQAQIQEQHVQIDVDVSKPDLTAALR_"
- ],
- [
- 46655,
- 2,
- 10,
- 4,
- 0.12822,
- "_ERDLELEMGDDYILDLQK_"
- ],
- [
- 20380,
- 2,
- 13,
- 3,
- 0.17101,
- "_LGIGMDTCVIPLR_"
- ],
- [
- 38751,
- 2,
- 12,
- 4,
- 0.15673,
- "_DIKPQNLLLDPDTAVLK_"
- ],
- [
- 28874,
- 3,
- 9,
- 5,
- 0.114,
- "_QVLDLEDLVFTQGSHFMANKR_"
- ],
- [
- 14686,
- 2,
- 13,
- 2,
- 0.17101,
- "_SISLPSLDLVSAK_"
- ],
- [
- 28060,
- 2,
- 13,
- 5,
- 0.17101,
- "_IQALESNLENLLTR_"
- ],
- [
- 8828,
- 4,
- 13,
- 2,
- 0.17101,
- "_ISPDTVLHLILPESPGSHEESR_"
- ],
- [
- 12603,
- 3,
- 11,
- 7,
- 0.14247,
- "_ECSPWMSDFKVEFLR_"
- ],
- [
- 2529,
- 2,
- 12,
- 3,
- 0.15673,
- "_ILDLDLVVR_"
- ],
- [
- 17702,
- 4,
- 25,
- 8,
- 0.34196,
- "_SKDDQVTVIGAGVTLHEALAAAELLKK_"
- ],
- [
- 29724,
- 2,
- 9,
- 4,
- 0.114,
- "_IDPAYFDENWLNR_"
- ],
- [
- 27008,
- 4,
- 11,
- 5,
- 0.14247,
- "_VLTLSERPLDFLDLERPPTTPQNEEIR_"
- ],
- [
- 49171,
- 2,
- 15,
- 3,
- 0.19952,
- "_SNEDVNSSELDEEYLIELEK_"
- ],
- [
- 45775,
- 2,
- 8,
- 2,
- 0.099773,
- "_LCSLWLENSGVSEVNGMMK_"
- ],
- [
- 22236,
- 3,
- 19,
- 6,
- 0.25648,
- "_EELSALVAPAFAHTSQVLVDK_"
- ],
- [
- 8520,
- 2,
- 14,
- 4,
- 0.18526,
- "_IEDILEVIEK_"
- ],
- [
- 38818,
- 2,
- 8,
- 3,
- 0.099773,
- "_SVSVTLNPQGLDFVQYK_"
- ],
- [
- 50722,
- 2,
- 13,
- 5,
- 0.17097,
- "_TGAFEPAEASVNPQDLQGSLQELK_"
- ],
- [
- 37901,
- 4,
- 9,
- 6,
- 0.114,
- "_LPSGEVVSIGQLASLAQRPVANAGGSKPLTFQIQGNK_"
- ],
- [
- 5950,
- 2,
- 10,
- 3,
- 0.12824,
- "_DLVGELGTALR_"
- ],
- [
- 43156,
- 2,
- 14,
- 6,
- 0.18526,
- "_DGIDDESYEAIFKPVMSK_"
- ],
- [
- 37041,
- 2,
- 10,
- 3,
- 0.12824,
- "_PLMVLGSQALLTPTSADK_"
- ],
- [
- 48251,
- 2,
- 7,
- 4,
- 0.085524,
- "_VAVGQDDLTVVLNEEGICTQK_"
- ],
- [
- 51691,
- 3,
- 9,
- 2,
- 0.114,
- "_(Acetyl (Protein N-term))SNTTVVPSTAGPGPSGGPGGGGGGGGGGGGTEVIQVTNVSPSASSEQMR_"
- ],
- [
- 38809,
- 2,
- 12,
- 5,
- 0.15672,
- "_GPAFNMASPESDFGINLK_"
- ],
- [
- 13727,
- 3,
- 12,
- 5,
- 0.15672,
- "_GKLPIVNEDDELVAIIAR_"
- ],
- [
- 18927,
- 4,
- 16,
- 9,
- 0.21379,
- "_GFGFVTFSSMAEVDAAMAARPHSIDGR_"
- ],
- [
- 22247,
- 2,
- 16,
- 5,
- 0.21379,
- "_LQGLPIVAGTMDIR_"
- ],
- [
- 18174,
- 2,
- 10,
- 2,
- 0.12824,
- "_EQLSGSPWILLR_"
- ],
- [
- 6102,
- 2,
- 17,
- 4,
- 0.22802,
- "_LLLSEIFPSK_"
- ],
- [
- 896,
- 2,
- 18,
- 4,
- 0.24226,
- "_IIVLGLLPR_"
- ],
- [
- 19856,
- 2,
- 19,
- 6,
- 0.25648,
- "_AVEYLLMGIPGDR_"
- ],
- [
- 45214,
- 2,
- 12,
- 3,
- 0.15672,
- "_TNLDEFAMGSGSTDGVFGPVK_"
- ],
- [
- 47396,
- 2,
- 11,
- 5,
- 0.14247,
- "_YFQDADGCELAENITYLGR_"
- ],
- [
- 44987,
- 2,
- 16,
- 6,
- 0.21379,
- "_LFLNETQTQEITEDIPVK_"
- ],
- [
- 43625,
- 2,
- 6,
- 2,
- 0.071285,
- "_DLAILQCHGELDPMVPVR_"
- ],
- [
- 45806,
- 3,
- 12,
- 7,
- 0.15672,
- "_KGYEVIYLTEPVDEYCIQALPEFDGKR_"
- ],
- [
- 26198,
- 2,
- 18,
- 4,
- 0.24226,
- "_FTITPPTAQVVGVLK_"
- ],
- [
- 41097,
- 2,
- 18,
- 3,
- 0.24226,
- "_ETSAGFQNGLNYIAIDVR_"
- ],
- [
- 23972,
- 2,
- 19,
- 5,
- 0.25648,
- "_MLVLDEADEMLNK_"
- ],
- [
- 33774,
- 2,
- 17,
- 4,
- 0.22802,
- "_DYDLLVVGGGSGGLACAK_"
- ],
- [
- 49867,
- 2,
- 11,
- 4,
- 0.14249,
- "_TYTVGCEECTVFPCLSIPCK_"
- ],
- [
- 50505,
- 2,
- 14,
- 5,
- 0.18522,
- "_VFADYEAYMQCQAQVDQLYR_"
- ],
- [
- 26034,
- 2,
- 12,
- 4,
- 0.15671,
- "_SPWCDVFDIDDAK_"
- ],
- [
- 42253,
- 3,
- 14,
- 6,
- 0.18522,
- "_NTLSLMHSCGMYDFSGQFAFHVGLPAK_"
- ],
- [
- 44538,
- 3,
- 11,
- 7,
- 0.14249,
- "_FLSYALIDPTHEGTAEGMENMADAVTHAR_"
- ],
- [
- 38753,
- 3,
- 23,
- 6,
- 0.3135,
- "_LYYHVLGTDQSEDILCAEFPDEPK_"
- ],
- [
- 44764,
- 2,
- 13,
- 3,
- 0.17096,
- "_ANFWYQPSFHGVDLSALR_"
- ],
- [
- 10913,
- 3,
- 11,
- 4,
- 0.14249,
- "_AIALQPENPMAHFLLGR_"
- ],
- [
- 17036,
- 2,
- 13,
- 5,
- 0.17096,
- "_AAQIFITELTLR_"
- ],
- [
- 21968,
- 2,
- 10,
- 5,
- 0.12825,
- "_TLWIWECGITAK_"
- ],
- [
- 39923,
- 2,
- 14,
- 4,
- 0.18522,
- "_AVEPAQQYDMFNIYIK_"
- ],
- [
- 21023,
- 3,
- 13,
- 5,
- 0.17096,
- "_VLIMHGGLFSEDGVTLDDIR_"
- ],
- [
- 31354,
- 3,
- 12,
- 5,
- 0.15671,
- "_VKELLVDCYKPTEAFISGLLDK_"
- ],
- [
- 49759,
- 3,
- 13,
- 7,
- 0.17096,
- "_RQPNISVMQSPLVGVTSTPGTGQSMFSPASIGQPR_"
- ],
- [
- 13516,
- 3,
- 12,
- 4,
- 0.15671,
- "_MVGGIAQIIAAQEEMLRK_"
- ],
- [
- 44101,
- 2,
- 18,
- 7,
- 0.24226,
- "_LGDLLISQFSGPSAEQMCK_"
- ],
- [
- 32487,
- 2,
- 17,
- 7,
- 0.22803,
- "_LMDGEEPLPMLPSYK_"
- ],
- [
- 42544,
- 2,
- 21,
- 6,
- 0.28495,
- "_EAPETDTSPSLWDVEFAK_"
- ],
- [
- 4392,
- 3,
- 8,
- 2,
- 0.099766,
- "_LLAPLGLHLLPYSPR_"
- ],
- [
- 23593,
- 2,
- 21,
- 4,
- 0.28495,
- "_TVAGQDAVIVLLGTR_"
- ],
- [
- 21490,
- 2,
- 7,
- 3,
- 0.085527,
- "_ALVLANPEVSLWR_"
- ],
- [
- 28416,
- 2,
- 22,
- 6,
- 0.2992,
- "_NPPGFAFVEFEDPR_"
- ],
- [
- 19207,
- 2,
- 16,
- 3,
- 0.21376,
- "_EDQTLALLNQFK_"
- ],
- [
- 18398,
- 3,
- 20,
- 6,
- 0.27072,
- "_EHAPSIIFMDEIDSIGSSR_"
- ],
- [
- 44643,
- 3,
- 15,
- 5,
- 0.1995,
- "_TTASMVSVLPQDPTQPCVHFLTATPDPSR_"
- ],
- [
- 39484,
- 3,
- 9,
- 5,
- 0.11402,
- "_FLENFCHSLQCDNLLSSQPFSSSR_"
- ],
- [
- 34102,
- 3,
- 16,
- 7,
- 0.21376,
- "_GVAGALRPLVQATVPATPEQPVLDLK_"
- ],
- [
- 36299,
- 2,
- 23,
- 3,
- 0.3135,
- "_EVEGDDVPESIMLEMK_"
- ],
- [
- 28061,
- 2,
- 8,
- 2,
- 0.099766,
- "_LPLPSPALEYTLGSR_"
- ],
- [
- 39225,
- 3,
- 17,
- 4,
- 0.22803,
- "_APPKPCAGNQGTQITVEDLFYNIATR_"
- ],
- [
- 36186,
- 4,
- 9,
- 3,
- 0.11402,
- "_KGQEAGGFFEDASQYDENLSFQDMNLSRPLLK_"
- ],
- [
- 7683,
- 3,
- 9,
- 5,
- 0.11402,
- "_GLLCLGNVISALGDDKK_"
- ],
- [
- 39574,
- 2,
- 8,
- 4,
- 0.099766,
- "_EHQEDPEMLIDLMYR_"
- ],
- [
- 13619,
- 4,
- 20,
- 4,
- 0.27072,
- "_MLSHLLQALDYGAPPHGGIALGLDR_"
- ],
- [
- 12697,
- 3,
- 8,
- 2,
- 0.099766,
- "_HILLAVANDEELNQLLK_"
- ],
- [
- 14336,
- 2,
- 8,
- 3,
- 0.099766,
- "_SFVLPSWMVEK_"
- ],
- [
- 32988,
- 3,
- 19,
- 7,
- 0.2565,
- "_LLQDHPWLLSQNLVVKPDQLIK_"
- ],
- [
- 18726,
- 2,
- 22,
- 6,
- 0.2992,
- "_ILPTLEAVAALGNK_"
- ],
- [
- 47913,
- 2,
- 8,
- 3,
- 0.099766,
- "_WDETKGEDNIDFMPTILSR_"
- ],
- [
- 12956,
- 3,
- 15,
- 5,
- 0.1995,
- "_VVTLWYRPPELLLGER_"
- ],
- [
- 22891,
- 2,
- 13,
- 6,
- 0.17095,
- "_NLFFSTNIDDAIK_"
- ],
- [
- 41297,
- 2,
- 18,
- 4,
- 0.24227,
- "_TLLYNPFPPTNESDVIR_"
- ],
- [
- 37076,
- 2,
- 12,
- 2,
- 0.15673,
- "_GLQCGAPLSLVDLAGSER_"
- ],
- [
- 31896,
- 4,
- 9,
- 5,
- 0.11401,
- "_KLPPLPSLTSQPHQVLASEPIPFSDLQQVSR_"
- ],
- [
- 21434,
- 3,
- 14,
- 5,
- 0.1852,
- "_KEEEDLEALIAHFQTLDAK_"
- ],
- [
- 50627,
- 2,
- 22,
- 5,
- 0.29919,
- "_VMEMYQPSAVVLQCGADSLSGDR_"
- ],
- [
- 12049,
- 2,
- 12,
- 5,
- 0.15673,
- "_IEFSLPDLEGR_"
- ],
- [
- 18037,
- 2,
- 13,
- 5,
- 0.17095,
- "_IPANQLAELWLK_"
- ],
- [
- 22804,
- 3,
- 9,
- 2,
- 0.11401,
- "_LVILDEADAMTQDAQNALRR_"
- ],
- [
- 34697,
- 3,
- 12,
- 2,
- 0.15673,
- "_HNVEVLGILSDDVETDTVAPGENLK_"
- ],
- [
- 27124,
- 2,
- 13,
- 2,
- 0.17095,
- "_DCEVVM(Oxidation (M))MIGLPGAGK_"
- ],
- [
- 8525,
- 2,
- 13,
- 5,
- 0.17095,
- "_TAAFVLPILQK_"
- ],
- [
- 36198,
- 2,
- 12,
- 5,
- 0.15673,
- "_DVFHTTVNFINQNLR_"
- ],
- [
- 11753,
- 4,
- 13,
- 5,
- 0.17095,
- "_VKELLVDCYKPTEAFISGLLDK_"
- ],
- [
- 18199,
- 3,
- 8,
- 2,
- 0.09977,
- "_LAQQSQALQELISELDRR_"
- ],
- [
- 8999,
- 3,
- 9,
- 2,
- 0.11401,
- "_FNSDQLNHLFVLIQK_"
- ],
- [
- 47135,
- 2,
- 12,
- 5,
- 0.15673,
- "_GSTDDKGPVAGWINALEAYQK_"
- ],
- [
- 34437,
- 3,
- 12,
- 4,
- 0.15673,
- "_SQHLDSDGLAQIFMQYGDHLYSK_"
- ],
- [
- 49165,
- 3,
- 13,
- 7,
- 0.17095,
- "_VIQAQTAFSANPANPAILSEASAPIPHDGNLYPR_"
- ],
- [
- 30810,
- 3,
- 13,
- 5,
- 0.17095,
- "_SPNPSLLHLCGSLAQLACVEPVR_"
- ],
- [
- 24370,
- 3,
- 19,
- 4,
- 0.25651,
- "_EAFLNTEDKGDSLDSVEALIK_"
- ],
- [
- 37832,
- 3,
- 16,
- 6,
- 0.21375,
- "_AFVSGFDGSAGTAIITEEHAAMWTDGR_"
- ],
- [
- 14030,
- 4,
- 14,
- 6,
- 0.1852,
- "_YHQHLQEQLDLDLSPLEYMMK_"
- ],
- [
- 45940,
- 2,
- 10,
- 6,
- 0.12826,
- "_ENWCTIEPCPDAASLLASK_"
- ],
- [
- 51275,
- 2,
- 15,
- 4,
- 0.19946,
- "_RDNYVPEVSALDQEIIEVDPDTK_"
- ],
- [
- 41956,
- 4,
- 10,
- 5,
- 0.12826,
- "_SPSIVLADADMEHAVEQCHEALFFNMGQCCCAGSR_"
- ],
- [
- 41866,
- 2,
- 17,
- 6,
- 0.228,
- "_GKLPIVNDCDELVAIIAR_"
- ],
- [
- 39906,
- 3,
- 15,
- 7,
- 0.19946,
- "_MHPALSAFPSNIFYEGSLQNGVTAADR_"
- ],
- [
- 50658,
- 2,
- 14,
- 5,
- 0.1852,
- "_TDLNPDNLQGGDDLDPNYVLSSR_"
- ],
- [
- 26129,
- 4,
- 16,
- 8,
- 0.21375,
- "_RPDHPDFDASTLYVPEDFLNSCTPGMR_"
- ],
- [
- 18307,
- 3,
- 17,
- 6,
- 0.228,
- "_KGEPVSAEDLGVSGALTVLMK_"
- ],
- [
- 38241,
- 2,
- 17,
- 5,
- 0.228,
- "_EFLPEGQDIGAFVAEQK_"
- ],
- [
- 25309,
- 2,
- 17,
- 6,
- 0.228,
- "_GTDVNVFNTILTTR_"
- ],
- [
- 9605,
- 4,
- 15,
- 5,
- 0.19946,
- "_QVLDLEDLVFTQGSHFMANKR_"
- ],
- [
- 39532,
- 3,
- 16,
- 7,
- 0.21375,
- "_AGTFQAFEQFGQQLLAHGHYASPEIK_"
- ],
- [
- 42939,
- 2,
- 10,
- 7,
- 0.12826,
- "_WNPTAGVAFEYDPDNALR_"
- ],
- [
- 35107,
- 2,
- 15,
- 5,
- 0.19946,
- "_SETEDSILHQLFIVR_"
- ],
- [
- 11854,
- 2,
- 10,
- 3,
- 0.12826,
- "_LPPVLTFELSR_"
- ],
- [
- 7369,
- 2,
- 15,
- 4,
- 0.19946,
- "_ELIVGEIFVR_"
- ],
- [
- 45867,
- 2,
- 14,
- 7,
- 0.1852,
- "_GSNTIASAAADKIPGLLGVFQK_"
- ],
- [
- 14558,
- 2,
- 18,
- 5,
- 0.24227,
- "_LALIQLQISSIK_"
- ],
- [
- 25695,
- 3,
- 22,
- 7,
- 0.29919,
- "_IDQLEGDHQLIQEALIFDNK_"
- ],
- [
- 48141,
- 2,
- 12,
- 5,
- 0.15673,
- "_NINDVDTALSFYHMAGASLDK_"
- ],
- [
- 44831,
- 2,
- 9,
- 2,
- 0.11401,
- "_FCESNIESLNMELQQLR_"
- ],
- [
- 28640,
- 3,
- 18,
- 6,
- 0.24227,
- "_YFEITDESPYVHYLNTFSSK_"
- ],
- [
- 23809,
- 3,
- 16,
- 4,
- 0.21375,
- "_VLVALYEEPEKPNSALDFLK_"
- ],
- [
- 15861,
- 3,
- 9,
- 4,
- 0.11401,
- "_DFLPEGEDVHNFLLEQK_"
- ],
- [
- 45820,
- 2,
- 11,
- 5,
- 0.14248,
- "_LSEDSAATLLSINSDTPYMK_"
- ],
- [
- 28182,
- 4,
- 14,
- 8,
- 0.18518,
- "_KGYEVIYLTEPVDEYCIQALPEFDGKR_"
- ],
- [
- 23367,
- 3,
- 14,
- 2,
- 0.18518,
- "_TTSCQHLVQYLATIAGISGNK_"
- ],
- [
- 31345,
- 2,
- 11,
- 4,
- 0.14248,
- "_TVTSLGVMADGVAPVFK_"
- ],
- [
- 19111,
- 2,
- 10,
- 4,
- 0.12823,
- "_GALQAVDQLSLFR_"
- ],
- [
- 26068,
- 3,
- 11,
- 2,
- 0.14248,
- "_DVHEDSVTIFFENNWQSER_"
- ],
- [
- 18953,
- 2,
- 8,
- 3,
- 0.09973,
- "_CNSLLPLDDIVR_"
- ],
- [
- 49603,
- 2,
- 8,
- 4,
- 0.09973,
- "_SQDIDADGQGFCQGGFSIDFTK_"
- ],
- [
- 14956,
- 3,
- 13,
- 4,
- 0.17095,
- "_DQAHFYFSQMPQIFDK_"
- ],
- [
- 30192,
- 3,
- 13,
- 5,
- 0.17095,
- "_LALSPNAQVLALASGSSIHLYNTR_"
- ],
- [
- 42784,
- 2,
- 9,
- 5,
- 0.11399,
- "_DFLPEGEDVHNFLLEQK_"
- ],
- [
- 38025,
- 2,
- 13,
- 6,
- 0.17095,
- "_ALCSFVTEDEVEWMR_"
- ],
- [
- 31171,
- 4,
- 9,
- 3,
- 0.11399,
- "_ATHLVELAQVLCYHDFTQQTNCSALDAIR_"
- ],
- [
- 46743,
- 2,
- 12,
- 6,
- 0.15671,
- "_ALESLMTEFFHDCTTNER_"
- ],
- [
- 10919,
- 2,
- 11,
- 2,
- 0.14248,
- "_DVSLGDWEFGK_"
- ],
- [
- 45954,
- 2,
- 11,
- 3,
- 0.14248,
- "_TDGTVQLSVQVISYQGIEPK_"
- ],
- [
- 33554,
- 2,
- 12,
- 5,
- 0.15671,
- "_TGLGLLQDSGLCVVADK_"
- ],
- [
- 51426,
- 2,
- 12,
- 3,
- 0.15671,
- "_YQAEINDLENLGEMGSGTCGQVWK_"
- ],
- [
- 26827,
- 2,
- 13,
- 2,
- 0.17095,
- "_VGPDVVTDPAFLVTR_"
- ],
- [
- 24066,
- 2,
- 13,
- 4,
- 0.17095,
- "_DPAVQAAILAQLNAK_"
- ],
- [
- 29273,
- 2,
- 9,
- 2,
- 0.11399,
- "_YTISSALNLMQICK_"
- ],
- [
- 11739,
- 3,
- 9,
- 4,
- 0.11399,
- "_SDLNNLMELLEAEKER_"
- ],
- [
- 31592,
- 3,
- 10,
- 6,
- 0.12823,
- "_EEGSAHLAVPGVYFTCPLTGATLR_"
- ],
- [
- 32248,
- 3,
- 12,
- 4,
- 0.15671,
- "_ERIPEAPAGPPSDFGLFLSDDDPK_"
- ],
- [
- 42762,
- 2,
- 10,
- 5,
- 0.12823,
- "_TMIQQQGGSIVNVGSIVGLK_"
- ],
- [
- 36529,
- 3,
- 14,
- 6,
- 0.18518,
- "_KAELMGISTDIFPVDNSDTSSSVDGR_"
- ],
- [
- 32414,
- 2,
- 15,
- 3,
- 0.19942,
- "_VPTMALTVGVGTVMDAR_"
- ],
- [
- 49743,
- 3,
- 15,
- 7,
- 0.19942,
- "_TSEQLDQPISACCFNHNGNIFAYASSYDWSK_"
- ],
- [
- 36662,
- 3,
- 19,
- 6,
- 0.2565,
- "_GFTPIPGTIEMLHPWNNEGAPPEDK_"
- ],
- [
- 50582,
- 2,
- 17,
- 6,
- 0.22797,
- "_GSDCGIVNVNIPTSGAEIGGAFGGEK_"
- ],
- [
- 13931,
- 3,
- 29,
- 4,
- 0.39891,
- "_AIEPPPLDAVIEAEHTLR_"
- ],
- [
- 27419,
- 2,
- 14,
- 5,
- 0.18518,
- "_VGIQLPEVELSVSTK_"
- ],
- [
- 33480,
- 3,
- 15,
- 3,
- 0.19942,
- "_GFNMSIPMPGHPVNFSSVTLEQAR_"
- ],
- [
- 17593,
- 3,
- 15,
- 6,
- 0.19942,
- "_THFLMPFPVNYVGECIR_"
- ],
- [
- 19326,
- 2,
- 16,
- 5,
- 0.21368,
- "_EGEIAQFLCDIK_"
- ],
- [
- 48978,
- 2,
- 18,
- 4,
- 0.24223,
- "_IDQLEGDHQLIQEALIFDNK_"
- ],
- [
- 33343,
- 2,
- 14,
- 5,
- 0.18518,
- "_ISVTQPDSIVGIVAVDK_"
- ],
- [
- 33565,
- 3,
- 18,
- 6,
- 0.24223,
- "_LRPAAAPLEELTMGTSCLPDTFTK_"
- ],
- [
- 34242,
- 2,
- 14,
- 4,
- 0.18518,
- "_LELFLPEEYPM(Oxidation (M))AAPK_"
- ],
- [
- 3105,
- 2,
- 16,
- 5,
- 0.21368,
- "_LSLDDLLQR_"
- ],
- [
- 21991,
- 3,
- 14,
- 3,
- 0.18518,
- "_GDCTVLKPTLMAAVPEIMDR_"
- ],
- [
- 31519,
- 2,
- 14,
- 3,
- 0.18518,
- "_LGLNCAIYATIPVYK_"
- ],
- [
- 21126,
- 2,
- 30,
- 6,
- 0.41315,
- "_TFEMSDFIVDTR_"
- ],
- [
- 13215,
- 4,
- 23,
- 9,
- 0.31341,
- "_LLQDHPWLLSQNLVVKPDQLIK_"
- ],
- [
- 36775,
- 2,
- 15,
- 3,
- 0.19942,
- "_FSGLPSNDEPILSFSPK_"
- ],
- [
- 44381,
- 3,
- 18,
- 6,
- 0.24221,
- "_RPDHPDFDASTLYVPEDFLNSCTPGMR_"
- ],
- [
- 18401,
- 3,
- 16,
- 5,
- 0.21366,
- "_APGAEAAVEVLAAVGPCLRPR_"
- ],
- [
- 15597,
- 3,
- 16,
- 7,
- 0.21366,
- "_HLAILGAGLMGAGIAQVSVDK_"
- ],
- [
- 14088,
- 3,
- 22,
- 4,
- 0.29921,
- "_FLILQGEVEQIAMMKPK_"
- ],
- [
- 10796,
- 2,
- 9,
- 2,
- 0.11397,
- "_MEDILCVLTR_"
- ],
- [
- 31004,
- 2,
- 12,
- 4,
- 0.15672,
- "_AANSLEAFIFETQDK_"
- ],
- [
- 12321,
- 2,
- 16,
- 4,
- 0.21366,
- "_LLFEVFDENR_"
- ],
- [
- 33871,
- 3,
- 18,
- 6,
- 0.24221,
- "_YHQHLQEQLDLDLSPLEYMMK_"
- ],
- [
- 35976,
- 3,
- 16,
- 4,
- 0.21366,
- "_WKPMDVEDSLELLSSHYTNPTVR_"
- ],
- [
- 21772,
- 2,
- 9,
- 5,
- 0.11397,
- "_DMVVNLFHELEK_"
- ],
- [
- 32116,
- 2,
- 13,
- 4,
- 0.17095,
- "_GWDENVYYTVPLVR_"
- ],
- [
- 29910,
- 2,
- 12,
- 3,
- 0.15672,
- "_NSGPALTESLVQTLVK_"
- ],
- [
- 42530,
- 2,
- 17,
- 5,
- 0.22792,
- "_HLAILGAGLMGAGIAQVSVDK_"
- ],
- [
- 25165,
- 3,
- 13,
- 6,
- 0.17095,
- "_LIDWGLAEFYHPAQEYNVR_"
- ],
- [
- 34579,
- 2,
- 13,
- 5,
- 0.17095,
- "_GLLCLGNVISALGDDKK_"
- ],
- [
- 20068,
- 4,
- 18,
- 7,
- 0.24221,
- "_AGTFQAFEQFGQQLLAHGHYASPEIK_"
- ],
- [
- 29359,
- 2,
- 9,
- 5,
- 0.11397,
- "_ALESSLWELQALQR_"
- ],
- [
- 9755,
- 2,
- 13,
- 4,
- 0.17095,
- "_ISIPDVDLDLK_"
- ],
- [
- 48673,
- 3,
- 18,
- 9,
- 0.24221,
- "_VTDETSGCSLTCAQFHPDGLIFGTGTMDSQIK_"
- ],
- [
- 21281,
- 3,
- 14,
- 3,
- 0.18519,
- "_ERDLELEMGDDYILDLQK_"
- ],
- [
- 50076,
- 2,
- 19,
- 8,
- 0.25647,
- "_LVTSPCCIVTSTYGWTANMER_"
- ],
- [
- 35387,
- 3,
- 9,
- 6,
- 0.11397,
- "_ELPQGTSGQLWYYGEHLFMLHGK_"
- ],
- [
- 15303,
- 3,
- 11,
- 3,
- 0.14247,
- "_GTLQIHPVVITSFEIAMR_"
- ],
- [
- 21567,
- 2,
- 14,
- 3,
- 0.18519,
- "_VIYAMAEDGLLFK_"
- ],
- [
- 17014,
- 3,
- 11,
- 6,
- 0.14247,
- "_DLAILQCHGELDPMVPVR_"
- ],
- [
- 41497,
- 2,
- 14,
- 4,
- 0.18519,
- "_LGGTSLSLSVMEVNSGIYR_"
- ],
- [
- 19149,
- 2,
- 10,
- 2,
- 0.12823,
- "_WSNAGELMELIR_"
- ],
- [
- 37152,
- 2,
- 24,
- 6,
- 0.32765,
- "_LAALNPESNTAGLDIFAK_"
- ],
- [
- 25108,
- 3,
- 15,
- 2,
- 0.19942,
- "_SDTALEEAVAEVLDHRPIEPK_"
- ],
- [
- 40341,
- 2,
- 15,
- 3,
- 0.19942,
- "_GTDECAIESIAVAATPIPK_"
- ],
- [
- 17675,
- 2,
- 10,
- 4,
- 0.12823,
- "_LSLEEETLWLR_"
- ],
- [
- 4933,
- 2,
- 22,
- 5,
- 0.29921,
- "_DQLIYNLLK_"
- ],
- [
- 19292,
- 2,
- 9,
- 2,
- 0.11397,
- "_LLANYFEVDIPK_"
- ],
- [
- 47088,
- 2,
- 14,
- 5,
- 0.18519,
- "_GDCTVLKPTLMAAVPEIMDR_"
- ],
- [
- 35029,
- 2,
- 10,
- 5,
- 0.12823,
- "_ILLGSEQGSLQLWNVK_"
- ],
- [
- 31365,
- 2,
- 11,
- 4,
- 0.14247,
- "_ICESMGLAPFDLSPR_"
- ],
- [
- 36833,
- 2,
- 14,
- 6,
- 0.18519,
- "_(Acetyl (Protein N-term))AGAGGGNDIQWCFSQVK_"
- ],
- [
- 18221,
- 2,
- 28,
- 6,
- 0.38469,
- "_TVMENFVAFVDK_"
- ],
- [
- 43424,
- 2,
- 14,
- 5,
- 0.18519,
- "_IIEPDNSYISDTLGQVYK_"
- ],
- [
- 12878,
- 2,
- 13,
- 5,
- 0.17096,
- "_ISMPDIDFNLK_"
- ],
- [
- 47744,
- 2,
- 13,
- 6,
- 0.17096,
- "_GWTQWYDLTEDGTRPQAMT_"
- ],
- [
- 44996,
- 2,
- 12,
- 5,
- 0.15671,
- "_DLGLSESGEDVNAAILDESGK_"
- ],
- [
- 42606,
- 2,
- 10,
- 4,
- 0.12821,
- "_AVQFGTGELCDAISAVEEK_"
- ],
- [
- 26494,
- 2,
- 12,
- 4,
- 0.15671,
- "_QAMTSIWNALVTDK_"
- ],
- [
- 43573,
- 2,
- 24,
- 7,
- 0.32767,
- "_EGNDLYHEMIESGVINLK_"
- ],
- [
- 38802,
- 2,
- 13,
- 6,
- 0.17096,
- "_DVLIEFYAPWCGHCK_"
- ],
- [
- 34234,
- 3,
- 21,
- 7,
- 0.28498,
- "_RDNYVPEVSALDQEIIEVDPDTK_"
- ],
- [
- 1358,
- 2,
- 12,
- 4,
- 0.15671,
- "_IASLLGLLSK_"
- ],
- [
- 30661,
- 2,
- 22,
- 7,
- 0.29921,
- "_GAEEMETVIPVDVMR_"
- ],
- [
- 51688,
- 3,
- 13,
- 6,
- 0.17096,
- "_LSNPQIEWQNSTIDSEDGEQFDNMTDGVAEPMHGSLAGVK_"
- ],
- [
- 25384,
- 4,
- 12,
- 4,
- 0.15671,
- "_VEELGDLAQAHIQQLSEAAGEDDHFLIR_"
- ],
- [
- 22825,
- 3,
- 11,
- 3,
- 0.14247,
- "_GLDWVKEEAPDILCLQETK_"
- ],
- [
- 40143,
- 2,
- 20,
- 6,
- 0.27071,
- "_FQQQLEQLNAMGFLNR_"
- ],
- [
- 48839,
- 2,
- 6,
- 2,
- 0.071186,
- "_EDSFVWYMDNPQNLPSGSSR_"
- ],
- [
- 40312,
- 2,
- 10,
- 2,
- 0.12821,
- "_LNQQEQEDLELAIALSK_"
- ],
- [
- 47499,
- 2,
- 12,
- 5,
- 0.15671,
- "_NGMNMSFSFLNYAQSSQCR_"
- ],
- [
- 22948,
- 2,
- 11,
- 3,
- 0.14247,
- "_VLVIGAGGLGCELLK_"
- ],
- [
- 33229,
- 3,
- 11,
- 2,
- 0.14247,
- "_AAEGAEAQGFSGLFAAYTDHPPPFR_"
- ],
- [
- 36086,
- 2,
- 26,
- 6,
- 0.35614,
- "_TVGALQVLGTEAQSSLLK_"
- ],
- [
- 40061,
- 3,
- 14,
- 6,
- 0.18519,
- "_AIHTAPVATMAFDPTSTLLATGGCDGAVR_"
- ],
- [
- 16947,
- 3,
- 24,
- 7,
- 0.32767,
- "_EGNDLYHEMIESGVINLK_"
- ],
- [
- 23673,
- 2,
- 16,
- 3,
- 0.21366,
- "_GDINLLMLGDPGTAK_"
- ],
- [
- 45346,
- 2,
- 8,
- 4,
- 0.099714,
- "_AIEHADGGVAAGVAVLDNPYPV_"
- ],
- [
- 38955,
- 2,
- 8,
- 3,
- 0.099714,
- "_INESAEGEIIIDGINIAK_"
- ],
- [
- 25685,
- 2,
- 17,
- 7,
- 0.2279,
- "_GFGFVTFENIDDAK_"
- ],
- [
- 6936,
- 2,
- 15,
- 3,
- 0.19943,
- "_ILALVPPWTR_"
- ],
- [
- 50929,
- 3,
- 8,
- 5,
- 0.099714,
- "_PGPAAHVYPAGSQVMMIPSQISYPASQGAYYIPGQGR_"
- ],
- [
- 22636,
- 2,
- 14,
- 5,
- 0.18519,
- "_VLFLLGADGGCITR_"
- ],
- [
- 37372,
- 2,
- 17,
- 4,
- 0.2279,
- "_FEGVELNTDEPPMVFK_"
- ],
- [
- 31712,
- 2,
- 9,
- 3,
- 0.11396,
- "_SPLSDYMNLDFSSPK_"
- ],
- [
- 12526,
- 3,
- 8,
- 4,
- 0.099714,
- "_EIQNQTLPVDFFAHLR_"
- ],
- [
- 19825,
- 4,
- 17,
- 5,
- 0.2279,
- "_LSISGWFHGPSLTRPPNYFEPPIPR_"
- ],
- [
- 43990,
- 4,
- 17,
- 8,
- 0.2279,
- "_ERPGSEEPPAEPVSFYTQPFSHYGQALCVSFPQPCR_"
- ],
- [
- 15543,
- 2,
- 15,
- 4,
- 0.19943,
- "_LGLQNDLFSLAR_"
- ],
- [
- 41750,
- 2,
- 10,
- 5,
- 0.12821,
- "_NFAALEVLREEEFSPLK_"
- ],
- [
- 21786,
- 2,
- 15,
- 4,
- 0.19943,
- "_LCLELLNVGVESK_"
- ],
- [
- 48818,
- 2,
- 14,
- 3,
- 0.18519,
- "_ILNEIDAGVCEEMTYAEIEK_"
- ],
- [
- 20227,
- 2,
- 15,
- 3,
- 0.19943,
- "_VPLSEFDFSWSK_"
- ],
- [
- 28673,
- 2,
- 16,
- 3,
- 0.21366,
- "_GDNLETLVLLNPSDK_"
- ],
- [
- 26967,
- 3,
- 13,
- 6,
- 0.17096,
- "_KVFSDVMEDLYNYINPHNGK_"
- ],
- [
- 37164,
- 2,
- 18,
- 4,
- 0.24216,
- "_WPEVDDDSIEDLGEVK_"
- ],
- [
- 20331,
- 3,
- 13,
- 4,
- 0.17096,
- "_QNLDTIVQAIQHIEGTQEK_"
- ],
- [
- 46547,
- 2,
- 16,
- 5,
- 0.21368,
- "_SPECLDLLVDSGAEVEATER_"
- ],
- [
- 45859,
- 2,
- 10,
- 5,
- 0.12821,
- "_SNNEIILVLQHFDNCVDK_"
- ],
- [
- 27250,
- 3,
- 16,
- 5,
- 0.21368,
- "_VASLEEVPFAAASIGQVHQGLLR_"
- ],
- [
- 44727,
- 3,
- 12,
- 6,
- 0.15672,
- "_GQFHEYQESTIGAAFLTQTVCLDDTTVK_"
- ],
- [
- 46336,
- 2,
- 9,
- 4,
- 0.11396,
- "_NLMMEGAASSAGEQLVDLTSR_"
- ],
- [
- 51324,
- 2,
- 4,
- 4,
- 0.042725,
- "_NLIMSGYSPEHDVSGISDPFLQVR_"
- ],
- [
- 25463,
- 2,
- 13,
- 2,
- 0.17096,
- "_AFCADQLDVFLQK_"
- ],
- [
- 18615,
- 3,
- 12,
- 7,
- 0.15672,
- "_MLFESLHHGLDDIQTLIK_"
- ],
- [
- 6252,
- 2,
- 13,
- 4,
- 0.17096,
- "_AALSALESFLK_"
- ],
- [
- 15738,
- 3,
- 12,
- 4,
- 0.15672,
- "_ENNIMITLETNIEHNLK_"
- ],
- [
- 24576,
- 2,
- 13,
- 4,
- 0.17096,
- "_STDQTVLEELASIK_"
- ],
- [
- 32787,
- 2,
- 12,
- 4,
- 0.15672,
- "_VVPSFLPVDQGGSLVGR_"
- ],
- [
- 22086,
- 3,
- 17,
- 7,
- 0.2279,
- "_GSTDDKGPVAGWINALEAYQK_"
- ],
- [
- 31060,
- 3,
- 12,
- 5,
- 0.15672,
- "_DHIWSQEEPQNMGPWSFVSPR_"
- ],
- [
- 30250,
- 2,
- 25,
- 6,
- 0.34191,
- "_FDEILEASDGIMVAR_"
- ],
- [
- 41253,
- 2,
- 13,
- 3,
- 0.17096,
- "_IWTQEMLLQVNDQSLR_"
- ],
- [
- 41488,
- 2,
- 15,
- 5,
- 0.19944,
- "_TMCGTLDYLPPEMIEGR_"
- ],
- [
- 23520,
- 3,
- 15,
- 8,
- 0.19944,
- "_WDETKGEDNIDFMPTILSR_"
- ],
- [
- 41016,
- 2,
- 20,
- 6,
- 0.27069,
- "_GKLPIVNEDDELVAIIAR_"
- ],
- [
- 34671,
- 2,
- 18,
- 2,
- 0.24215,
- "_GFQFVSSSLPDICYR_"
- ],
- [
- 30678,
- 2,
- 14,
- 3,
- 0.18521,
- "_NVSLGNVLAVAYATQR_"
- ],
- [
- 2992,
- 3,
- 11,
- 5,
- 0.14245,
- "_GAEILEVLHSLPAVR_"
- ],
- [
- 23496,
- 3,
- 8,
- 3,
- 0.09968,
- "_EPLTIIHPLLGCSDPYALTR_"
- ],
- [
- 38404,
- 2,
- 11,
- 2,
- 0.14245,
- "_MLVIPPGLSEEEEALQK_"
- ],
- [
- 27763,
- 2,
- 15,
- 4,
- 0.19944,
- "_QMTDPNVALTFLEK_"
- ],
- [
- 31725,
- 2,
- 20,
- 5,
- 0.27069,
- "_QAACTIVEALATIPSR_"
- ],
- [
- 38245,
- 3,
- 11,
- 3,
- 0.14245,
- "_NHLPQDSQDLVLGGDVPISSIQATIAK_"
- ],
- [
- 30403,
- 4,
- 15,
- 8,
- 0.19944,
- "_MVCHGEHTYLFAQAMMSVLAQEEQGGSAVR_"
- ],
- [
- 3675,
- 2,
- 9,
- 4,
- 0.11396,
- "_WPFWLSPR_"
- ],
- [
- 9127,
- 2,
- 16,
- 5,
- 0.21368,
- "_ALSPLEEWLR_"
- ],
- [
- 23135,
- 2,
- 16,
- 4,
- 0.21368,
- "_FTVLFPSGTPLPAR_"
- ],
- [
- 20111,
- 3,
- 22,
- 7,
- 0.29922,
- "_GSNTIASAAADKIPGLLGVFQK_"
- ],
- [
- 35408,
- 2,
- 22,
- 7,
- 0.29922,
- "_NLPPEEQMISALPDIK_"
- ],
- [
- 16369,
- 3,
- 16,
- 5,
- 0.21368,
- "_HFAVQVVDMLALHLPPEK_"
- ],
- [
- 28324,
- 3,
- 11,
- 2,
- 0.14245,
- "_MDLEKPNYIVPDYMPVVYDK_"
- ],
- [
- 37415,
- 2,
- 12,
- 3,
- 0.15669,
- "_IYITDGNMQLTVLTDR_"
- ],
- [
- 6633,
- 2,
- 11,
- 4,
- 0.14244,
- "_VVLPTFILEK_"
- ],
- [
- 33885,
- 2,
- 12,
- 3,
- 0.15669,
- "_LLSSGFDIDTPDDFGR_"
- ],
- [
- 32463,
- 3,
- 3,
- 3,
- 0.028479,
- "_ILYVDLDLHHGDGVEDAFSFTSK_"
- ],
- [
- 29940,
- 2,
- 13,
- 2,
- 0.17095,
- "_ELDDISQEIAQLQR_"
- ],
- [
- 46661,
- 2,
- 13,
- 7,
- 0.17095,
- "_(Acetyl (Protein N-term))ASEKPLAAVTCTAPVNIAVIK_"
- ],
- [
- 41360,
- 3,
- 12,
- 6,
- 0.15669,
- "_TMPAEGADDIPGPVTWEPRPENSIFLK_"
- ],
- [
- 30580,
- 2,
- 9,
- 2,
- 0.11391,
- "_LECWIDPLSMGPQK_"
- ],
- [
- 22437,
- 2,
- 12,
- 4,
- 0.15669,
- "_RDNNELLLFILK_"
- ],
- [
- 21665,
- 2,
- 12,
- 4,
- 0.15669,
- "_EIFGMSIQEFDR_"
- ],
- [
- 47630,
- 3,
- 9,
- 3,
- 0.11391,
- "_(Acetyl (Protein N-term))MEPEQMLEGQTQVAENPHSEYGLTDNVER_"
- ],
- [
- 23383,
- 2,
- 27,
- 5,
- 0.37037,
- "_TGTLVEEAFWIDK_"
- ],
- [
- 27405,
- 2,
- 30,
- 5,
- 0.41317,
- "_TIQFVDWCPTGFK_"
- ],
- [
- 33428,
- 3,
- 11,
- 4,
- 0.14244,
- "_QTDDLRGEIAVLEATVQNNQDER_"
- ],
- [
- 19973,
- 3,
- 13,
- 4,
- 0.17095,
- "_KLELDILPLQEANAELSEK_"
- ],
- [
- 48050,
- 2,
- 13,
- 4,
- 0.17095,
- "_LAATPSPGASQVYEALLPQYAK_"
- ],
- [
- 29026,
- 2,
- 11,
- 2,
- 0.14244,
- "_LLTLFNPDLANNYK_"
- ],
- [
- 9904,
- 3,
- 12,
- 4,
- 0.15669,
- "_PLHISTFINELDSGFR_"
- ],
- [
- 23022,
- 3,
- 15,
- 7,
- 0.19944,
- "_LCTLALHVLPNSSIGILATTR_"
- ],
- [
- 33212,
- 2,
- 15,
- 4,
- 0.19944,
- "_DIAPPPEECLQLLSR_"
- ],
- [
- 33539,
- 2,
- 16,
- 6,
- 0.21367,
- "_SAFSNLFGGEPLSYTR_"
- ],
- [
- 26346,
- 3,
- 16,
- 5,
- 0.21367,
- "_VALIGSPVDLTYTYDHLGDSPK_"
- ],
- [
- 42130,
- 2,
- 16,
- 3,
- 0.21367,
- "_VAGTGEGGLEEMVEELNSGK_"
- ],
- [
- 43616,
- 2,
- 15,
- 6,
- 0.19944,
- "_NFLYDIAGCSGTFTVQNR_"
- ],
- [
- 43815,
- 3,
- 14,
- 7,
- 0.18519,
- "_VEELGDLAQAHIQQLSEAAGEDDHFLIR_"
- ],
- [
- 33717,
- 3,
- 14,
- 5,
- 0.18519,
- "_IYAEDPSNNFMPVAGPLVHLSTPR_"
- ],
- [
- 37443,
- 2,
- 4,
- 2,
- 0.042719,
- "_DEYKYNVEAVELLIR_"
- ],
- [
- 37106,
- 3,
- 19,
- 7,
- 0.25638,
- "_VLSEDEEDVDFDIIHNANDTFTVK_"
- ],
- [
- 26057,
- 2,
- 17,
- 7,
- 0.22791,
- "_DAVSGMGVIVHIIEK_"
- ],
- [
- 26910,
- 2,
- 17,
- 5,
- 0.22791,
- "_VLSVPESTPFTAVLK_"
- ],
- [
- 32898,
- 3,
- 17,
- 3,
- 0.22791,
- "_AENGLLMTPCYTANFVAPEVLKR_"
- ],
- [
- 51454,
- 2,
- 14,
- 7,
- 0.18519,
- "_YIAENGTDPINNQPLSEEQLIDIK_"
- ],
- [
- 17994,
- 3,
- 17,
- 4,
- 0.22791,
- "_LDKDNLSYIEHIFEISR_"
- ],
- [
- 30913,
- 2,
- 26,
- 7,
- 0.35615,
- "_TTGFGMIYDSLDYAK_"
- ],
- [
- 33992,
- 2,
- 17,
- 6,
- 0.22791,
- "_TVVGQITVDMMYGGMR_"
- ],
- [
- 34599,
- 2,
- 13,
- 2,
- 0.17093,
- "_DMASPNWSILPEEER_"
- ],
- [
- 42665,
- 2,
- 18,
- 5,
- 0.24215,
- "_GAQAAIVVYDITNTDTFAR_"
- ],
- [
- 47544,
- 2,
- 13,
- 5,
- 0.17093,
- "_GLDWVKEEAPDILCLQETK_"
- ],
- [
- 22376,
- 4,
- 13,
- 8,
- 0.17093,
- "_WLHGLESQIQSDDYGKDLTSVNILLK_"
- ],
- [
- 32780,
- 2,
- 8,
- 2,
- 0.099667,
- "_EVDPQVNWAALVEEK_"
- ],
- [
- 38490,
- 2,
- 13,
- 5,
- 0.17093,
- "_AKLDLVQSMMDCLYAK_"
- ],
- [
- 8191,
- 2,
- 17,
- 4,
- 0.22791,
- "_YSDIDIILLK_"
- ],
- [
- 41821,
- 2,
- 14,
- 4,
- 0.18519,
- "_NPVEGFSAGLIDDNDLYR_"
- ],
- [
- 25547,
- 2,
- 13,
- 5,
- 0.17093,
- "_FETFCLDPSLVTK_"
- ],
- [
- 28803,
- 2,
- 13,
- 3,
- 0.17093,
- "_ELLEQISAFDNVPR_"
- ],
- [
- 27148,
- 2,
- 16,
- 5,
- 0.21368,
- "_GITGVDLFGTTDAVVK_"
- ],
- [
- 45135,
- 2,
- 10,
- 4,
- 0.12816,
- "_IVGQADGELNITLPEEVTVK_"
- ],
- [
- 25721,
- 3,
- 10,
- 6,
- 0.12816,
- "_SALAMADSDHLTIYNAYLGWK_"
- ],
- [
- 34289,
- 2,
- 19,
- 6,
- 0.25638,
- "_DMCSFDNEQLFTMK_"
- ],
- [
- 48205,
- 3,
- 7,
- 3,
- 0.085424,
- "_ECENCDCLQGFQLTHSLGGGTGSGMGTLLISK_"
- ],
- [
- 31584,
- 2,
- 10,
- 3,
- 0.12816,
- "_DLFLASCSQDCLIR_"
- ],
- [
- 46028,
- 2,
- 17,
- 5,
- 0.22791,
- "_QNLDTIVQAIQHIEGTQEK_"
- ],
- [
- 49559,
- 3,
- 12,
- 4,
- 0.15668,
- "_GASSPLITVFTDDKGAYSVGPLHSDLEYTVTSQK_"
- ],
- [
- 23167,
- 2,
- 18,
- 5,
- 0.24215,
- "_YFTFEVQVLDDK_"
- ],
- [
- 2203,
- 2,
- 15,
- 2,
- 0.19943,
- "_WLGDLILSK_"
- ],
- [
- 49513,
- 3,
- 6,
- 8,
- 0.071201,
- "_NYVTVMQNNPLTSGLEPSPPQCDYIRPSLTGK_"
- ],
- [
- 51087,
- 2,
- 15,
- 7,
- 0.19943,
- "_AGGAGVPAFYTPTGYGTLVQEGGSPIK_"
- ],
- [
- 23939,
- 2,
- 29,
- 5,
- 0.39886,
- "_FGANAILGVSLAVCK_"
- ],
- [
- 40930,
- 4,
- 26,
- 10,
- 0.35617,
- "_LHEEEIQELQAQIQEQHVQIDVDVSKPDLTAALR_"
- ],
- [
- 37991,
- 2,
- 11,
- 3,
- 0.14244,
- "_VQSTADIFGDEEGDLFK_"
- ],
- [
- 43399,
- 2,
- 15,
- 4,
- 0.19943,
- "_LNLSGVNLPGVLQQGCVSAK_"
- ],
- [
- 15500,
- 4,
- 14,
- 6,
- 0.18519,
- "_ELPQGTSGQLWYYGEHLFMLHGK_"
- ],
- [
- 49298,
- 2,
- 11,
- 4,
- 0.14242,
- "_FYQAELEELSFAEDTEECR_"
- ],
- [
- 15166,
- 3,
- 18,
- 4,
- 0.24218,
- "_PGIVELPTLEELKVDEVK_"
- ],
- [
- 25516,
- 2,
- 12,
- 3,
- 0.1567,
- "_LFSLPAQPLWNNR_"
- ],
- [
- 11051,
- 2,
- 23,
- 6,
- 0.31343,
- "_ELGIWEPLAVK_"
- ],
- [
- 31049,
- 2,
- 12,
- 5,
- 0.1567,
- "_FIAYQFTDTPLQIK_"
- ],
- [
- 36464,
- 3,
- 13,
- 2,
- 0.17095,
- "_KENALVQMADANQAQLAMNHLSGQR_"
- ],
- [
- 29692,
- 2,
- 20,
- 4,
- 0.27064,
- "_SQPDMAIMAVNTFVK_"
- ],
- [
- 49342,
- 2,
- 13,
- 5,
- 0.17095,
- "_IQTYLQSTKPIIDLYEEMGK_"
- ],
- [
- 36081,
- 2,
- 12,
- 3,
- 0.1567,
- "_YGYILPDITKDELFK_"
- ],
- [
- 49321,
- 3,
- 9,
- 7,
- 0.11393,
- "_LHQLLTEENAGEPDSWSSLSYEIPYGDCSVR_"
- ],
- [
- 11327,
- 2,
- 26,
- 6,
- 0.3562,
- "_VPDGMVGFIIGR_"
- ],
- [
- 27572,
- 3,
- 16,
- 6,
- 0.2137,
- "_LPIGDVATQYFADRDMFCAGR_"
- ],
- [
- 19913,
- 3,
- 15,
- 2,
- 0.19946,
- "_KPVADCVISIPSFFTDAER_"
- ],
- [
- 40010,
- 2,
- 10,
- 3,
- 0.12817,
- "_GLPQLFCSSSCLTTFSK_"
- ],
- [
- 37628,
- 2,
- 41,
- 5,
- 0.56984,
- "_LFVGNLPPDITEEEMR_"
- ],
- [
- 27641,
- 2,
- 17,
- 4,
- 0.22795,
- "_GAEILEVLHSLPAVR_"
- ],
- [
- 35210,
- 3,
- 15,
- 5,
- 0.19946,
- "_DGLGNTPLHLAACTNHVPVITTLLR_"
- ],
- [
- 49686,
- 3,
- 32,
- 6,
- 0.44168,
- "_TNVANFPGHSGPITSIAFSENGYYLATAADDSSVK_"
- ],
- [
- 11036,
- 2,
- 17,
- 4,
- 0.22795,
- "_SWGIDCLFEK_"
- ],
- [
- 45765,
- 2,
- 16,
- 5,
- 0.2137,
- "_KLELDILPLQEANAELSEK_"
- ],
- [
- 28951,
- 3,
- 14,
- 5,
- 0.1852,
- "_ESTLGPDHPAVAATLNNLAVLYGK_"
- ],
- [
- 42436,
- 3,
- 15,
- 5,
- 0.19946,
- "_SSLVHLLCQNQVLGNPSWTVGCSVDVR_"
- ],
- [
- 10801,
- 2,
- 15,
- 3,
- 0.19946,
- "_SIFTGLMIDPR_"
- ],
- [
- 40409,
- 3,
- 11,
- 7,
- 0.14242,
- "_TCAPLAVLQGHSASITSLQFSPLCSGSK_"
- ],
- [
- 48502,
- 2,
- 14,
- 4,
- 0.18519,
- "_MPGQCSVLLFPGQGSQVVGMGR_"
- ],
- [
- 36962,
- 2,
- 14,
- 5,
- 0.18519,
- "_VLVAEVNALQGMAAIGQR_"
- ],
- [
- 39095,
- 2,
- 9,
- 2,
- 0.11393,
- "_MAAISNTVQFLEEYCK_"
- ],
- [
- 17693,
- 3,
- 17,
- 6,
- 0.22794,
- "_SFALLFDDIDHNMCAADK_"
- ],
- [
- 35594,
- 2,
- 17,
- 7,
- 0.22794,
- "_DLTLDQAYSYAVENAK_"
- ],
- [
- 21218,
- 3,
- 17,
- 6,
- 0.22794,
- "_ALAPTWEQLALGLEHSETVK_"
- ],
- [
- 8146,
- 3,
- 11,
- 4,
- 0.14241,
- "_SHLPLALLPQTLLDQK_"
- ],
- [
- 22489,
- 3,
- 6,
- 5,
- 0.071226,
- "_EHQNFFGMDESLGPVAVSLR_"
- ],
- [
- 23783,
- 4,
- 10,
- 5,
- 0.12817,
- "_GGGYESESAYPNAELVFLEIHNIHVMR_"
- ],
- [
- 48908,
- 2,
- 17,
- 6,
- 0.22794,
- "_IGQGASGTVFTATDVALGQEVAIK_"
- ],
- [
- 45440,
- 2,
- 11,
- 5,
- 0.14241,
- "_ALQPDWFQCLSDGEVSCK_"
- ],
- [
- 39330,
- 4,
- 19,
- 4,
- 0.25642,
- "_HFACEQNLLSRPDGSASFLQGDTSVLAGVYGPAEVK_"
- ],
- [
- 12601,
- 2,
- 18,
- 5,
- 0.24219,
- "_DFSYNYFGFK_"
- ],
- [
- 4766,
- 2,
- 11,
- 2,
- 0.14241,
- "_DLTSVNILLK_"
- ],
- [
- 29603,
- 3,
- 15,
- 3,
- 0.19943,
- "_KIEIGDGAELTAEFLYDEVHPK_"
- ],
- [
- 36631,
- 2,
- 15,
- 6,
- 0.19943,
- "_DFIDSLGLLHEQNMAK_"
- ],
- [
- 46791,
- 2,
- 12,
- 5,
- 0.15666,
- "_IPETSLDCLENTLGVEEQR_"
- ],
- [
- 37730,
- 3,
- 15,
- 4,
- 0.19943,
- "_EPAIHSEGQWVTLPAPLDTINVHLR_"
- ],
- [
- 29748,
- 3,
- 12,
- 5,
- 0.15666,
- "_LDNGTWVLMDQHMGFLCNEAK_"
- ],
- [
- 25312,
- 2,
- 8,
- 3,
- 0.099705,
- "_ALDAGLALGPSSPLLR_"
- ],
- [
- 40142,
- 2,
- 9,
- 2,
- 0.11393,
- "_SLLEGSIDPTQYEDTLR_"
- ],
- [
- 35423,
- 2,
- 10,
- 2,
- 0.12817,
- "_MFLENETWELCPVK_"
- ],
- [
- 41664,
- 2,
- 9,
- 2,
- 0.11393,
- "_TSFPLSESQTLLSSAPVPK_"
- ],
- [
- 36142,
- 2,
- 15,
- 5,
- 0.19943,
- "_ENEITGALLPCLDESR_"
- ],
- [
- 40596,
- 2,
- 13,
- 2,
- 0.17094,
- "_ICLEYWNHLAAELYR_"
- ],
- [
- 42645,
- 2,
- 14,
- 5,
- 0.18519,
- "_HVQLVLGQLIDENYLDR_"
- ],
- [
- 1736,
- 2,
- 15,
- 4,
- 0.19943,
- "_LLDWLVDR_"
- ],
- [
- 44603,
- 2,
- 9,
- 4,
- 0.11393,
- "_EAPATSIATVLPQPMTSAMGK_"
- ],
- [
- 20096,
- 2,
- 15,
- 5,
- 0.19943,
- "_LSIQCYLSALDR_"
- ],
- [
- 11602,
- 2,
- 11,
- 3,
- 0.14243,
- "_MFGAWLGELDK_"
- ],
- [
- 39395,
- 2,
- 11,
- 6,
- 0.14243,
- "_INAWNSPTLPIYEPGLK_"
- ],
- [
- 34743,
- 2,
- 9,
- 4,
- 0.11396,
- "_ELIEVDDVMEDDSLR_"
- ],
- [
- 47116,
- 2,
- 11,
- 5,
- 0.14243,
- "_IGQPTLLLYVDAGPETM(Oxidation (M))TQR_"
- ],
- [
- 14466,
- 3,
- 14,
- 4,
- 0.1852,
- "_IHEQGLIAILDVEPQALK_"
- ],
- [
- 41354,
- 2,
- 11,
- 5,
- 0.14243,
- "_LLADLLHNVSQNIAAETR_"
- ],
- [
- 8034,
- 2,
- 10,
- 2,
- 0.12818,
- "_MSGDLLELALK_"
- ],
- [
- 37481,
- 2,
- 14,
- 5,
- 0.1852,
- "_AELSVLEQLNVSPQISK_"
- ],
- [
- 50998,
- 2,
- 8,
- 3,
- 0.099722,
- "_LASETEDNDNSLGDILQASDNLSR_"
- ],
- [
- 8244,
- 3,
- 10,
- 5,
- 0.12818,
- "_FLYIVNLDAPFEGHR_"
- ],
- [
- 45278,
- 2,
- 12,
- 2,
- 0.15667,
- "_SEAPETPMEEEAELVLTEK_"
- ],
- [
- 15016,
- 3,
- 14,
- 7,
- 0.1852,
- "_DGFIDKEDLHDMLASLGK_"
- ],
- [
- 40366,
- 2,
- 14,
- 4,
- 0.1852,
- "_(Acetyl (Protein N-term))MNGEAICSALPTIPYHK_"
- ],
- [
- 16246,
- 4,
- 22,
- 6,
- 0.29914,
- "_FTFYDGPPFATGLPHYGHILAGTIK_"
- ],
- [
- 45574,
- 2,
- 18,
- 6,
- 0.24219,
- "_YVQLPADEVDTQLLQDAAR_"
- ],
- [
- 22673,
- 2,
- 7,
- 3,
- 0.085482,
- "_SYLFLLSSDYER_"
- ],
- [
- 20830,
- 2,
- 16,
- 4,
- 0.21369,
- "_TAQNLSIFLGSFR_"
- ],
- [
- 25903,
- 3,
- 19,
- 7,
- 0.25644,
- "_FQLLVQQVALGTMMHCQTLK_"
- ],
- [
- 13420,
- 2,
- 21,
- 5,
- 0.28491,
- "_EQEAGLLQFLR_"
- ],
- [
- 45559,
- 3,
- 15,
- 7,
- 0.19944,
- "_DFDCCCLSLQPCHDPVVTPDGYLYER_"
- ],
- [
- 27929,
- 2,
- 19,
- 4,
- 0.25644,
- "_(Acetyl (Protein N-term))STGTFVVSQPLNYR_"
- ],
- [
- 43825,
- 3,
- 16,
- 7,
- 0.21369,
- "_DIYYNNMEEVCGGEKPYLSPDILEEK_"
- ],
- [
- 21150,
- 2,
- 21,
- 5,
- 0.28491,
- "_VNVAGLVLAGSADFK_"
- ],
- [
- 49576,
- 2,
- 15,
- 6,
- 0.19944,
- "_NQMGQVEIEDQVEGLQFVAEK_"
- ],
- [
- 26589,
- 3,
- 18,
- 8,
- 0.24219,
- "_IQTYLQSTKPIIDLYEEMGK_"
- ],
- [
- 46215,
- 3,
- 14,
- 4,
- 0.18515,
- "_HIAELNPYVHVTSSSVPFNETTDLSFLDK_"
- ],
- [
- 22495,
- 3,
- 13,
- 6,
- 0.1709,
- "_SEDISKFDWLDLDPLSKPK_"
- ],
- [
- 30799,
- 2,
- 12,
- 3,
- 0.15666,
- "_LADSPPPQVWQLISK_"
- ],
- [
- 13291,
- 3,
- 13,
- 6,
- 0.1709,
- "_ICLEYWNHLAAELYR_"
- ],
- [
- 15641,
- 3,
- 14,
- 7,
- 0.18515,
- "_MSYLELMEHPFFTLHK_"
- ],
- [
- 44222,
- 2,
- 17,
- 5,
- 0.22792,
- "_SFANTLVDVCAYAGSGNVLK_"
- ],
- [
- 27660,
- 2,
- 10,
- 4,
- 0.12819,
- "_FTDDYQLFEELGK_"
- ],
- [
- 31110,
- 3,
- 17,
- 6,
- 0.22792,
- "_WMHPQVTPTDDSNPWWAAFSR_"
- ],
- [
- 33832,
- 4,
- 11,
- 7,
- 0.14241,
- "_SMLLNYQHHWIVDNMPVTWCYDVEDGQR_"
- ],
- [
- 26590,
- 3,
- 12,
- 2,
- 0.15666,
- "_HCAADLALAPLGDAQLVLLRPR_"
- ],
- [
- 42675,
- 3,
- 7,
- 4,
- 0.085466,
- "_RNENCTLQFEAAWALTNIASGTSQQTK_"
- ],
- [
- 19300,
- 3,
- 14,
- 6,
- 0.18515,
- "_KDPTGMDPDDIWQLSSSLK_"
- ],
- [
- 18085,
- 4,
- 17,
- 7,
- 0.22792,
- "_EPAIHSEGQWVTLPAPLDTINVHLR_"
- ],
- [
- 15994,
- 2,
- 17,
- 4,
- 0.22792,
- "_SDLAVPSELALLK_"
- ],
- [
- 30662,
- 2,
- 8,
- 3,
- 0.099712,
- "_GMELLSPEDLVNACK_"
- ],
- [
- 38269,
- 2,
- 14,
- 3,
- 0.18515,
- "_ELIEPVLTCFNDADSR_"
- ],
- [
- 19554,
- 3,
- 14,
- 6,
- 0.18515,
- "_ILWCPSPHATAELFEELK_"
- ],
- [
- 13887,
- 2,
- 23,
- 5,
- 0.31337,
- "_FEELNMDLFR_"
- ],
- [
- 48257,
- 2,
- 12,
- 6,
- 0.15666,
- "_VVNQLAAAYEQDLLPGGCTLR_"
- ],
- [
- 37800,
- 3,
- 12,
- 6,
- 0.15666,
- "_SFLENQKPTSEEITMIADQLNMEK_"
- ],
- [
- 35144,
- 2,
- 25,
- 6,
- 0.34187,
- "_CVIFEIPGAPDDEAVR_"
- ],
- [
- 45561,
- 3,
- 15,
- 6,
- 0.19943,
- "_TFPLCFDDHDPAVIHENASQPEVLVPIR_"
- ],
- [
- 36381,
- 2,
- 15,
- 4,
- 0.19943,
- "_ELEPGDGPIAVIVCPTR_"
- ],
- [
- 25985,
- 4,
- 12,
- 5,
- 0.15666,
- "_KTPESFLGPNAALVDLDSLVSRPGPTPPGAK_"
- ],
- [
- 5205,
- 2,
- 12,
- 4,
- 0.15666,
- "_APWELLELR_"
- ],
- [
- 47773,
- 2,
- 19,
- 4,
- 0.25642,
- "_EAALTSEEVGADLEQVEVLQK_"
- ],
- [
- 27171,
- 2,
- 9,
- 2,
- 0.11395,
- "_ENAAYFQFFSDVR_"
- ],
- [
- 22847,
- 2,
- 15,
- 4,
- 0.19943,
- "_EYLPIGGLAEFCK_"
- ],
- [
- 48993,
- 2,
- 11,
- 4,
- 0.14241,
- "_LYVGGLSQDISEADLQNQFSR_"
- ],
- [
- 48136,
- 3,
- 9,
- 7,
- 0.11395,
- "_ELDQGTPQYMENMEQVFEQCQQFEEKR_"
- ],
- [
- 39047,
- 2,
- 16,
- 5,
- 0.21367,
- "_SLMEQGIQEDEQLLLR_"
- ],
- [
- 16156,
- 3,
- 13,
- 4,
- 0.1709,
- "_YGVFFDDDYDYLQHLK_"
- ],
- [
- 35330,
- 4,
- 16,
- 7,
- 0.21367,
- "_LPAELQELPGLSHQYWSAPSDKEGYSGVGLLSR_"
- ],
- [
- 18539,
- 3,
- 8,
- 2,
- 0.099712,
- "_QAAPPIELDAVWEDIRER_"
- ],
- [
- 29161,
- 3,
- 11,
- 5,
- 0.14241,
- "_KPAPAQLNYLLTDEQIMEDLR_"
- ],
- [
- 31736,
- 3,
- 18,
- 6,
- 0.24218,
- "_GVILTSDRPGVFSAGLDLTEMCGR_"
- ],
- [
- 13815,
- 3,
- 11,
- 6,
- 0.14241,
- "_PADLDLIQSTPFKPLALK_"
- ],
- [
- 39582,
- 4,
- 13,
- 7,
- 0.17089,
- "_ELQDSFHLRPSPYSNCGSLPNTILPEDSSTSLFK_"
- ],
- [
- 31928,
- 4,
- 12,
- 7,
- 0.15665,
- "_VPAHISLLHVEQEVAGDDTPALQSVLESDSVR_"
- ],
- [
- 19869,
- 2,
- 19,
- 5,
- 0.25642,
- "_VSASPLLYTLIEK_"
- ],
- [
- 45404,
- 2,
- 10,
- 5,
- 0.12819,
- "_GEPEPMEVEEGELEIVPVR_"
- ],
- [
- 38684,
- 2,
- 21,
- 6,
- 0.2849,
- "_LTAELIEQAAQYTNAVR_"
- ],
- [
- 36282,
- 4,
- 14,
- 3,
- 0.18513,
- "_HQYYNQEWTLWDRFEVQGLQPNGEEMTLK_"
- ],
- [
- 36054,
- 3,
- 22,
- 5,
- 0.29914,
- "_FTFYDGPPFATGLPHYGHILAGTIK_"
- ],
- [
- 49960,
- 2,
- 12,
- 5,
- 0.15665,
- "_ASENPVLQNIQADPTIVCTSFK_"
- ],
- [
- 47837,
- 2,
- 14,
- 6,
- 0.18513,
- "_LGQPLLNENPQLSEGWEIPK_"
- ],
- [
- 27277,
- 3,
- 19,
- 6,
- 0.25642,
- "_GAEEEPPPPLQAVLVADSFDRR_"
- ],
- [
- 41923,
- 2,
- 13,
- 5,
- 0.17089,
- "_QMQVLLAQVQNSEQLLR_"
- ],
- [
- 49645,
- 2,
- 10,
- 2,
- 0.12819,
- "_CFTLLCYYDPNSDADSETVK_"
- ],
- [
- 43701,
- 2,
- 14,
- 5,
- 0.18513,
- "_TPPLGPMPNSDIDLSNLER_"
- ],
- [
- 37687,
- 3,
- 12,
- 5,
- 0.15665,
- "_QLAELNKNPVEGFSAGLIDDNDLYR_"
- ],
- [
- 48087,
- 2,
- 17,
- 7,
- 0.22791,
- "_VELVQYWDQCFYSQEQR_"
- ],
- [
- 37793,
- 2,
- 7,
- 2,
- 0.085466,
- "_QFILLTPQSMSSLPSSK_"
- ],
- [
- 19449,
- 2,
- 16,
- 5,
- 0.21366,
- "_DLLNMYIETEGK_"
- ],
- [
- 21465,
- 2,
- 11,
- 3,
- 0.14242,
- "_CLELFTELAEDK_"
- ],
- [
- 26143,
- 3,
- 16,
- 7,
- 0.21366,
- "_HLGGIPWTYAEDAVPTLTPCR_"
- ],
- [
- 10910,
- 3,
- 9,
- 3,
- 0.11395,
- "_PEYNFLINLDHVEFK_"
- ],
- [
- 49164,
- 2,
- 17,
- 7,
- 0.22791,
- "_HLGGIPWTYAEDAVPTLTPCR_"
- ],
- [
- 41708,
- 2,
- 18,
- 4,
- 0.24215,
- "_ACLDYPVTSVLPPASLCK_"
- ],
- [
- 43486,
- 3,
- 11,
- 5,
- 0.14242,
- "_EHENFLETIQEQQTTESAGQDLISIPK_"
- ],
- [
- 45109,
- 2,
- 14,
- 6,
- 0.18513,
- "_GITNLCVIGGDGSLTGADTFR_"
- ],
- [
- 25849,
- 3,
- 13,
- 5,
- 0.17089,
- "_FFGSLPDSWASGHSVPVVTVVR_"
- ],
- [
- 36641,
- 2,
- 5,
- 2,
- 0.056957,
- "_ASLPYSQISGLNALQLR_"
- ],
- [
- 51431,
- 2,
- 15,
- 7,
- 0.19938,
- "_YIYDQCPAVAGYGPIEQLPDYNR_"
- ],
- [
- 13113,
- 2,
- 11,
- 2,
- 0.14242,
- "_FLVQEIMFDR_"
- ],
- [
- 28986,
- 3,
- 11,
- 5,
- 0.14242,
- "_LHVGYLQPLVAVQVSFAPNNTGK_"
- ],
- [
- 42562,
- 3,
- 14,
- 6,
- 0.18513,
- "_CRLAHSSCSPGGDPTAGAAWACFRLDGR_"
- ],
- [
- 38072,
- 2,
- 15,
- 4,
- 0.19938,
- "_FNEIVAPGSVQCLAVLR_"
- ],
- [
- 15227,
- 3,
- 13,
- 5,
- 0.1709,
- "_FNHPEIVQLVSELEAER_"
- ],
- [
- 44382,
- 2,
- 13,
- 4,
- 0.1709,
- "_ISQTAPEWTAQAMEAQMAQ_"
- ],
- [
- 17335,
- 2,
- 13,
- 2,
- 0.1709,
- "_TLSSIFNIEMVK_"
- ],
- [
- 12665,
- 4,
- 20,
- 7,
- 0.27067,
- "_AYTIDPSNPMVLNHLANHFFFK_"
- ],
- [
- 42520,
- 2,
- 11,
- 7,
- 0.14244,
- "_FNACFESVATNIDEIYK_"
- ],
- [
- 7082,
- 2,
- 20,
- 5,
- 0.27067,
- "_ILDVLEEIPK_"
- ],
- [
- 45727,
- 2,
- 9,
- 3,
- 0.11395,
- "_LLDGIQDNYTFAQPGIQMK_"
- ],
- [
- 48708,
- 2,
- 14,
- 5,
- 0.18514,
- "_SPAASSFGSPGFSGLPASLATGPVR_"
- ],
- [
- 50732,
- 2,
- 11,
- 2,
- 0.14244,
- "_MSEITTSSSAPFTQPLSSNEIFR_"
- ],
- [
- 13094,
- 3,
- 11,
- 4,
- 0.14244,
- "_LLLLEEEDLKDMGIVSK_"
- ],
- [
- 28820,
- 3,
- 13,
- 6,
- 0.1709,
- "_RIDTPSLEEPSDLEELEQFAK_"
- ],
- [
- 5883,
- 2,
- 11,
- 4,
- 0.14244,
- "_CLLAYFLDK_"
- ],
- [
- 40995,
- 3,
- 10,
- 5,
- 0.1282,
- "_VDLVDENFTELRGEIAGPPDTPYEGGR_"
- ],
- [
- 23767,
- 3,
- 18,
- 6,
- 0.24216,
- "_VPTVSRPYSFIEFDTFIQK_"
- ],
- [
- 28389,
- 2,
- 12,
- 2,
- 0.15668,
- "_NFDFEGSLSPVIAPK_"
- ],
- [
- 24247,
- 3,
- 12,
- 4,
- 0.15668,
- "_IGHGTFLNSGEGGSLDLVDFVR_"
- ],
- [
- 5130,
- 2,
- 19,
- 5,
- 0.2564,
- "_VDILDPALLR_"
- ],
- [
- 6499,
- 3,
- 12,
- 3,
- 0.15668,
- "_KALTGHLEEVVLALLK_"
- ],
- [
- 37489,
- 3,
- 12,
- 4,
- 0.15668,
- "_DTLTISGTPEVTCVVVDVGHDDPEVK_"
- ],
- [
- 47249,
- 2,
- 14,
- 5,
- 0.18514,
- "_WQGLPYSECSWEDGALISK_"
- ],
- [
- 48601,
- 2,
- 16,
- 6,
- 0.21363,
- "_ECICEVEGQVPCPSLVPLPK_"
- ],
- [
- 47105,
- 3,
- 7,
- 4,
- 0.085474,
- "_ESESCDCLQGFQLTHSLGGGTGSGMGTLLISK_"
- ],
- [
- 37655,
- 2,
- 12,
- 5,
- 0.15668,
- "_FM(Oxidation (M))QDPMEIFVDDETK_"
- ],
- [
- 30033,
- 2,
- 19,
- 8,
- 0.2564,
- "_ALTVPELTQQVFDAK_"
- ],
- [
- 5072,
- 3,
- 12,
- 5,
- 0.15668,
- "_LCETVMAQILEHLK_"
- ],
- [
- 46297,
- 2,
- 13,
- 4,
- 0.1709,
- "_(Acetyl (Protein N-term))ADTTPNGPQGAGAVQFMMTNK_"
- ],
- [
- 40824,
- 2,
- 13,
- 4,
- 0.1709,
- "_SVVFAQNSVYLDALNYR_"
- ],
- [
- 43111,
- 2,
- 8,
- 4,
- 0.099718,
- "_HDM(Oxidation (M))LAWINESLQLNLTK_"
- ],
- [
- 31517,
- 3,
- 15,
- 6,
- 0.19938,
- "_AAGIIHLGATSCYVGDNTDLIILR_"
- ],
- [
- 50825,
- 2,
- 7,
- 5,
- 0.085474,
- "_CYESFMSGADSFDEMNAELQSK_"
- ],
- [
- 40025,
- 2,
- 25,
- 8,
- 0.34185,
- "_HILLAVANDEELNQLLK_"
- ],
- [
- 35124,
- 3,
- 12,
- 2,
- 0.15669,
- "_TDGSFVVHDIPSGSYVVEVVSPAYR_"
- ],
- [
- 13236,
- 4,
- 13,
- 5,
- 0.17093,
- "_SFVWHALDYADELPKPEQLAIR_"
- ],
- [
- 46066,
- 3,
- 14,
- 4,
- 0.18516,
- "_MMVDKDGDVTVTNDGATILSMMDVDHQIAK_"
- ],
- [
- 31417,
- 2,
- 13,
- 4,
- 0.17093,
- "_KLDLEAWFPGSGAFR_"
- ],
- [
- 14549,
- 4,
- 13,
- 7,
- 0.17093,
- "_VLIDPVSVQDKDTLSIHYLMLPR_"
- ],
- [
- 37449,
- 2,
- 8,
- 2,
- 0.099731,
- "_ILQSLSAAQELDPLTVR_"
- ],
- [
- 20201,
- 2,
- 13,
- 6,
- 0.17093,
- "_ALQSVGQIVGEVLK_"
- ],
- [
- 44470,
- 3,
- 14,
- 6,
- 0.18516,
- "_AGLLHNILPSQSTDLHHSVGTELLSLVYK_"
- ],
- [
- 32725,
- 3,
- 17,
- 7,
- 0.22789,
- "_LNSNTQVVLLSATMPSDVLEVTKK_"
- ],
- [
- 32541,
- 3,
- 17,
- 6,
- 0.22789,
- "_ECTIVPSNHYGPIPGIPVGTMWR_"
- ],
- [
- 47495,
- 2,
- 11,
- 3,
- 0.14245,
- "_ISVSSDSVSTLNSEDFVLVSR_"
- ],
- [
- 34606,
- 3,
- 17,
- 5,
- 0.22789,
- "_CETMVYHPNIDLEGNVCLNILR_"
- ],
- [
- 27107,
- 2,
- 20,
- 5,
- 0.27066,
- "_ILQIAESYLIVSDK_"
- ],
- [
- 27728,
- 2,
- 14,
- 6,
- 0.18516,
- "_LAATNALLNSLEFTK_"
- ],
- [
- 31305,
- 2,
- 8,
- 3,
- 0.099731,
- "_LLLYDTLQGELQER_"
- ],
- [
- 47287,
- 2,
- 10,
- 3,
- 0.12821,
- "_GGEFDEFVNDDTDDDLPISK_"
- ],
- [
- 8473,
- 2,
- 19,
- 5,
- 0.25641,
- "_DLLLDPAWEK_"
- ],
- [
- 22144,
- 3,
- 18,
- 7,
- 0.24217,
- "_QFGFIVLTTSAGIMDHEEAR_"
- ],
- [
- 30753,
- 3,
- 17,
- 8,
- 0.22789,
- "_QLDSTIGIHPVCAEVFTTLSVTK_"
- ],
- [
- 25148,
- 3,
- 12,
- 6,
- 0.15669,
- "_PLSPLHSLTPYQVPFNAVALR_"
- ],
- [
- 15887,
- 2,
- 15,
- 2,
- 0.1994,
- "_VPEILQLSDALR_"
- ],
- [
- 39218,
- 3,
- 15,
- 5,
- 0.1994,
- "_HYSSGYGQGDVLGFYINLPEDTETAK_"
- ],
- [
- 18144,
- 3,
- 11,
- 5,
- 0.14245,
- "_LSLNSLQLVSEWRPVVEK_"
- ],
- [
- 13940,
- 2,
- 11,
- 3,
- 0.14245,
- "_DGPVGFADFVYK_"
- ],
- [
- 28255,
- 2,
- 9,
- 2,
- 0.11398,
- "_LLELQSIGTNNFLR_"
- ],
- [
- 42454,
- 2,
- 10,
- 4,
- 0.12821,
- "_HLLNVINENFGTLAFCR_"
- ],
- [
- 50437,
- 3,
- 14,
- 6,
- 0.18516,
- "_QGMSHGELSSEAYNQVWEECYSQVLYLPGQSR_"
- ],
- [
- 10235,
- 2,
- 14,
- 5,
- 0.18516,
- "_EYLPFLNTLK_"
- ],
- [
- 26739,
- 3,
- 8,
- 4,
- 0.099731,
- "_RLEMTGVCASQMALTLLGGPNR_"
- ],
- [
- 26420,
- 2,
- 11,
- 6,
- 0.14245,
- "_QVCEIIESPLFLK_"
- ],
- [
- 27897,
- 3,
- 13,
- 6,
- 0.17093,
- "_ITEGDVVVGIASSGLHSNGFSLVR_"
- ],
- [
- 40349,
- 3,
- 12,
- 7,
- 0.15669,
- "_LQEVHPLLTLCGQIVENWQGNPIQK_"
- ],
- [
- 46525,
- 2,
- 12,
- 3,
- 0.15669,
- "_GSDPLLPSNCEPVVSPSMFR_"
- ],
- [
- 34902,
- 3,
- 10,
- 6,
- 0.12821,
- "_VPSIDVLCNEFHTPHDAAFFLSR_"
- ],
- [
- 41378,
- 2,
- 13,
- 2,
- 0.17093,
- "_TLTTMAPYLSTEDVPLAR_"
- ],
- [
- 33750,
- 3,
- 12,
- 4,
- 0.15669,
- "_VFNTTPDDLDLHVIYDVSHNIAK_"
- ],
- [
- 2563,
- 3,
- 12,
- 5,
- 0.15669,
- "_RGVMLAVDAVIAELK_"
- ],
- [
- 23964,
- 4,
- 13,
- 7,
- 0.17093,
- "_EGNEMEGEELDPLDAYMEEVKEEVKK_"
- ],
- [
- 46687,
- 3,
- 13,
- 8,
- 0.17093,
- "_QDGSPSTELVSGGSDNQVIHWEIEDNQLLK_"
- ],
- [
- 26691,
- 4,
- 9,
- 4,
- 0.11397,
- "_LQACGFGPSFFLSHQTALGSAFQDAEHLK_"
- ],
- [
- 27061,
- 3,
- 13,
- 4,
- 0.17093,
- "_NVTEDLVPIEDIPDVHPDLQK_"
- ],
- [
- 46166,
- 2,
- 10,
- 5,
- 0.12821,
- "_NVPVAALPVTQQMTEMSISR_"
- ],
- [
- 50075,
- 2,
- 13,
- 5,
- 0.17093,
- "_TFCGTPEYLAPEVLEDNDYGR_"
- ],
- [
- 2947,
- 2,
- 11,
- 3,
- 0.14244,
- "_DLFNVDAFK_"
- ],
- [
- 36148,
- 2,
- 12,
- 6,
- 0.15669,
- "_LMNDMTAVALNYGIYK_"
- ],
- [
- 35968,
- 4,
- 10,
- 7,
- 0.12821,
- "_TGGMSASPHVLPDDSHMDTYEQGVLFSSLCLDR_"
- ],
- [
- 48941,
- 3,
- 11,
- 7,
- 0.14244,
- "_TSYREEEPAEFQIDDTYSVPGVGTVVSGTTLR_"
- ],
- [
- 50420,
- 2,
- 19,
- 8,
- 0.2564,
- "_NELMYQLEQDHDLQAILQER_"
- ],
- [
- 28536,
- 2,
- 16,
- 5,
- 0.21363,
- "_TDLEMYVAVLNTQK_"
- ],
- [
- 21918,
- 2,
- 16,
- 5,
- 0.21363,
- "_DIINEEEVQFLK_"
- ],
- [
- 25431,
- 3,
- 17,
- 6,
- 0.22788,
- "_VLFICTANVTDTIPEPLRDR_"
- ],
- [
- 33014,
- 2,
- 17,
- 5,
- 0.22788,
- "_(Acetyl (Protein N-term))AALGPSSQNVTEYVVR_"
- ],
- [
- 35116,
- 2,
- 17,
- 6,
- 0.22788,
- "_SHLPLALLPQTLLDQK_"
- ],
- [
- 21870,
- 3,
- 17,
- 6,
- 0.22788,
- "_EEGFPIRPHYFWPLLVGR_"
- ],
- [
- 21902,
- 2,
- 14,
- 5,
- 0.18517,
- "_VFDFTFSPEEMK_"
- ],
- [
- 42716,
- 2,
- 18,
- 6,
- 0.24212,
- "_EVWNTYELDLVNYQNK_"
- ],
- [
- 36818,
- 4,
- 15,
- 7,
- 0.19939,
- "_IQLKPEQFSSYLTSPDVGFSSYELVATPHNTSK_"
- ],
- [
- 4395,
- 4,
- 16,
- 5,
- 0.21363,
- "_EEGFPIRPHYFWPLLVGR_"
- ],
- [
- 18219,
- 3,
- 8,
- 3,
- 0.099703,
- "_TAFVVEHDFIMATYLADR_"
- ],
- [
- 14102,
- 2,
- 20,
- 5,
- 0.27065,
- "_YPSPFFVFGEK_"
- ],
- [
- 17467,
- 4,
- 20,
- 6,
- 0.27065,
- "_MEIVDHALHALTDEVIIPHSGWER_"
- ],
- [
- 39934,
- 2,
- 16,
- 6,
- 0.21363,
- "_ILESITVSSLMATPQDPK_"
- ],
- [
- 41208,
- 2,
- 14,
- 6,
- 0.18517,
- "_HPWDDISYVLPEHM(Oxidation (M))SM_"
- ],
- [
- 35331,
- 2,
- 8,
- 2,
- 0.099703,
- "_GDSGQPLFLTPYIEAGK_"
- ],
- [
- 14790,
- 3,
- 14,
- 3,
- 0.18517,
- "_IPSLFEIVVRPTGQLAEK_"
- ],
- [
- 19382,
- 2,
- 20,
- 6,
- 0.27065,
- "_LFQVEYAIEAIK_"
- ],
- [
- 49980,
- 3,
- 20,
- 9,
- 0.27065,
- "_AIVDCGFEHPSEVQHECIPQAILGMDVLCQAK_"
- ],
- [
- 41625,
- 2,
- 21,
- 6,
- 0.2849,
- "_VLYSNMLGEENTYLWR_"
- ],
- [
- 3571,
- 2,
- 23,
- 5,
- 0.3134,
- "_EIIDLVLDR_"
- ],
- [
- 37960,
- 3,
- 11,
- 5,
- 0.14245,
- "_LHALLMPPEPIIINHVISVDPNDQK_"
- ],
- [
- 36481,
- 4,
- 22,
- 9,
- 0.29914,
- "_AIVDCGFEHPSEVQHECIPQAILGMDVLCQAK_"
- ],
- [
- 31632,
- 2,
- 8,
- 2,
- 0.099707,
- "_DVLDSEGYLLFYHK_"
- ],
- [
- 17355,
- 3,
- 8,
- 4,
- 0.099707,
- "_SFQVALHIYPMNPEIWK_"
- ],
- [
- 38053,
- 3,
- 11,
- 6,
- 0.14245,
- "_LNLYLHSGQVALANQCLSQADAFFK_"
- ],
- [
- 15039,
- 4,
- 13,
- 6,
- 0.17093,
- "_VPSIDVLCNEFHTPHDAAFFLSR_"
- ],
- [
- 48170,
- 4,
- 11,
- 7,
- 0.14245,
- "_DSSGGDSCASEEEPTFDPGYEPDWAVISTVRPQLCHSEPTR_"
- ],
- [
- 44549,
- 2,
- 8,
- 2,
- 0.099707,
- "_GAGPAPAWGPEAFTPDWESR_"
- ],
- [
- 23142,
- 3,
- 19,
- 6,
- 0.25637,
- "_GVNWAAFHPTMPLIVSGADDR_"
- ],
- [
- 33388,
- 2,
- 13,
- 3,
- 0.17093,
- "_IEQVIVAEPGAVLLYK_"
- ],
- [
- 25610,
- 2,
- 13,
- 3,
- 0.17093,
- "_ESLPVIAAPSMWTR_"
- ],
- [
- 37522,
- 3,
- 11,
- 4,
- 0.14245,
- "_LILPVGPAGGNQMLEQYDKLQDGSIK_"
- ],
- [
- 10222,
- 2,
- 12,
- 4,
- 0.15669,
- "_FLSLPDTWMK_"
- ],
- [
- 44536,
- 2,
- 7,
- 3,
- 0.085451,
- "_SYPGLLIVPQSVQDNALQR_"
- ],
- [
- 23981,
- 2,
- 13,
- 2,
- 0.17093,
- "_QMDIIVSEVSMIR_"
- ],
- [
- 19678,
- 4,
- 10,
- 3,
- 0.12821,
- "_QIFQEDKDLVPEFVHSEGLSCLIR_"
- ],
- [
- 46428,
- 2,
- 14,
- 6,
- 0.18517,
- "_FANSLVGVQQQLQAFNTYR_"
- ],
- [
- 43746,
- 2,
- 25,
- 6,
- 0.34189,
- "_TIGGGDDSFTTFFCETGAGK_"
- ],
- [
- 28569,
- 4,
- 17,
- 4,
- 0.22788,
- "_MMVDKDGDVTVTNDGATILSMMDVDHQIAK_"
- ],
- [
- 21775,
- 2,
- 16,
- 2,
- 0.21363,
- "_LDWVEVGLQVCR_"
- ],
- [
- 19053,
- 2,
- 16,
- 3,
- 0.21363,
- "_NSNILEDLETLR_"
- ],
- [
- 3491,
- 2,
- 16,
- 2,
- 0.21363,
- "_FWDFELVK_"
- ],
- [
- 28912,
- 3,
- 12,
- 6,
- 0.15669,
- "_LEGPDVSLKGPGVDLPSVNLSMPK_"
- ],
- [
- 40901,
- 3,
- 15,
- 5,
- 0.19941,
- "_RWDNDDMTDDIPESSLFSPMPSEEK_"
- ],
- [
- 10564,
- 2,
- 31,
- 5,
- 0.42738,
- "_GWPLELLCEK_"
- ],
- [
- 32681,
- 4,
- 9,
- 6,
- 0.11395,
- "_EDNSEGEEILEEVGGDLEEEDDHHMEFCR_"
- ],
- [
- 42942,
- 2,
- 14,
- 4,
- 0.18517,
- "_EEENVGIDITEPLYMQR_"
- ],
- [
- 25806,
- 2,
- 14,
- 6,
- 0.18517,
- "_AYIVQLQIEDLTR_"
- ],
- [
- 40743,
- 2,
- 15,
- 3,
- 0.19941,
- "_ELGSPEGVLVCPSIEELK_"
- ],
- [
- 25944,
- 3,
- 12,
- 4,
- 0.15669,
- "_NMFHPM(Oxidation (M))DFEDDPLVLNEIR_"
- ],
- [
- 28133,
- 3,
- 23,
- 6,
- 0.31337,
- "_NNFSDTGNFGFGIQEHIDLGIK_"
- ],
- [
- 21829,
- 2,
- 17,
- 2,
- 0.22786,
- "_GQIQVILGPMFSGK_"
- ],
- [
- 41853,
- 2,
- 10,
- 2,
- 0.12817,
- "_DMDEPSPVPNVEEVTLPK_"
- ],
- [
- 15495,
- 2,
- 16,
- 5,
- 0.21364,
- "_ISLDQIDLLSTK_"
- ],
- [
- 38794,
- 3,
- 10,
- 5,
- 0.12817,
- "_TFIGPGGNM(Oxidation (M))PGYLRPETAQGIFLNFK_"
- ],
- [
- 18350,
- 4,
- 14,
- 5,
- 0.18516,
- "_LHALLMPPEPIIINHVISVDPNDQK_"
- ],
- [
- 24637,
- 3,
- 10,
- 5,
- 0.12817,
- "_LSVLVDDYQMDFHPSPVVLK_"
- ],
- [
- 45939,
- 2,
- 16,
- 2,
- 0.21364,
- "_GNWAMLEGSAGADASFSSLYK_"
- ],
- [
- 43709,
- 4,
- 13,
- 7,
- 0.17092,
- "_VSMEDAHNCIPELDSETAMFSVYDGHGGEEVALYCAK_"
- ],
- [
- 42766,
- 3,
- 21,
- 9,
- 0.28488,
- "_GGPEVQQVPAGERPLWFICSGMGTQWR_"
- ],
- [
- 51667,
- 3,
- 14,
- 5,
- 0.18516,
- "_APPGAPGPGPGSGAPGSQEEEEEPGLVEGDPGDGAIEDPELEAIK_"
- ],
- [
- 50924,
- 2,
- 12,
- 3,
- 0.15668,
- "_VLQAMGYPTGFDADIECMSSDEK_"
- ],
- [
- 24302,
- 2,
- 16,
- 5,
- 0.21364,
- "_LPTFGAPEQLVDLK_"
- ],
- [
- 28088,
- 2,
- 22,
- 6,
- 0.29912,
- "_AFYPEEISSMVLTK_"
- ],
- [
- 33859,
- 2,
- 24,
- 5,
- 0.32763,
- "_EEEVTGPVIAPLFPQK_"
- ],
- [
- 31715,
- 2,
- 13,
- 3,
- 0.17092,
- "_VVSNFMDFDETGVLK_"
- ],
- [
- 14861,
- 3,
- 13,
- 5,
- 0.17092,
- "_ELCHLVSEEEAFDFFK_"
- ],
- [
- 27629,
- 2,
- 13,
- 3,
- 0.17092,
- "_SVEEVASEIQPFLR_"
- ],
- [
- 44455,
- 2,
- 19,
- 5,
- 0.25635,
- "_YCEDIVNTAAWGGQLELR_"
- ],
- [
- 21305,
- 3,
- 15,
- 4,
- 0.1994,
- "_AGLLPSGPRPGYAAIQALLSSR_"
- ],
- [
- 12580,
- 2,
- 12,
- 3,
- 0.15668,
- "_SEGQGIWALLGR_"
- ],
- [
- 32274,
- 2,
- 14,
- 5,
- 0.18516,
- "_GESEDDFWWCIDR_"
- ],
- [
- 46478,
- 3,
- 13,
- 4,
- 0.17092,
- "_SAGDGTDWEKEDQCLMPEAWNVDQGVITK_"
- ],
- [
- 35895,
- 3,
- 14,
- 6,
- 0.18516,
- "_NDITAWQECVNNSMAQLEHQAVR_"
- ],
- [
- 48668,
- 3,
- 17,
- 6,
- 0.22786,
- "_LFPNSLDQTDMHGDSEYNIM(Oxidation (M))FGPDICGPGTK_"
- ],
- [
- 5324,
- 3,
- 14,
- 5,
- 0.18516,
- "_KLDLEAWFPGSGAFR_"
- ],
- [
- 26271,
- 2,
- 10,
- 4,
- 0.12817,
- "_WEAAEGLLQEALDK_"
- ],
- [
- 13903,
- 3,
- 15,
- 3,
- 0.1994,
- "_LYELLTHCIPPEIIMK_"
- ],
- [
- 15425,
- 2,
- 18,
- 5,
- 0.24211,
- "_FDEISFVNFAR_"
- ],
- [
- 26796,
- 2,
- 15,
- 6,
- 0.1994,
- "_RGVMLAVDAVIAELK_"
- ],
- [
- 39360,
- 3,
- 15,
- 6,
- 0.1994,
- "_LEASDGGLDSAELAAELGMEHQAVVGAVK_"
- ],
- [
- 28377,
- 2,
- 5,
- 2,
- 0.056965,
- "_SVPDCVLYYYLTK_"
- ],
- [
- 49745,
- 3,
- 8,
- 5,
- 0.09968,
- "_EMQVTEAPVTQEAVNGHGALEVDMALGSPEMDVR_"
- ],
- [
- 51292,
- 2,
- 6,
- 3,
- 0.071196,
- "_MTTQSPLNQSSMNAMGSLSVLSPDR_"
- ],
- [
- 20301,
- 3,
- 13,
- 7,
- 0.17091,
- "_ESGYNMIHFTPLQTLGLSR_"
- ],
- [
- 36989,
- 2,
- 13,
- 2,
- 0.17091,
- "_AVLCVDSTDDLLFTGSK_"
- ],
- [
- 49410,
- 2,
- 13,
- 5,
- 0.17091,
- "_SHLFDGLDDDEPSLANGAFMPK_"
- ],
- [
- 24111,
- 3,
- 11,
- 6,
- 0.1424,
- "_DSSQVHPLAVLLLTDGDVHIR_"
- ],
- [
- 46516,
- 3,
- 8,
- 6,
- 0.09968,
- "_DSGFVHIHTPIITSNDSEGAGELFQLEPSGK_"
- ],
- [
- 2763,
- 2,
- 11,
- 3,
- 0.1424,
- "_LILDFLNSK_"
- ],
- [
- 14964,
- 3,
- 12,
- 6,
- 0.15667,
- "_VGIALKPFLPQLQTTFTK_"
- ],
- [
- 30978,
- 2,
- 11,
- 3,
- 0.1424,
- "_NTEDITFPSVYVGLK_"
- ],
- [
- 47743,
- 2,
- 11,
- 3,
- 0.1424,
- "_AFEDWLNDDLGSYQGAQGNR_"
- ],
- [
- 45502,
- 2,
- 11,
- 2,
- 0.1424,
- "_EAASILQELQVETYGSM(Oxidation (M))EK_"
- ],
- [
- 18339,
- 3,
- 11,
- 3,
- 0.1424,
- "_KGPNVVGPYGLLQPFADAMK_"
- ],
- [
- 26878,
- 3,
- 12,
- 4,
- 0.15667,
- "_LNHVGDWGTQFGMLIAHLQDK_"
- ],
- [
- 50600,
- 3,
- 13,
- 6,
- 0.17091,
- "_GATGASTTVYAIEANGDPSGDFDTEKDEGEIQYLIK_"
- ],
- [
- 34723,
- 2,
- 11,
- 4,
- 0.1424,
- "_LKDLDLDAFAEELER_"
- ],
- [
- 45017,
- 2,
- 12,
- 5,
- 0.15667,
- "_MATVWDEAEQDGIGEEVLK_"
- ],
- [
- 49275,
- 2,
- 12,
- 5,
- 0.15667,
- "_SSEVSLTSSVTSLDSSPVDLTPR_"
- ],
- [
- 34582,
- 3,
- 10,
- 3,
- 0.12817,
- "_TETGQELECLQDHLDDLVVECR_"
- ],
- [
- 10229,
- 3,
- 12,
- 5,
- 0.15667,
- "_NPHPSSAFLNLIGFVSR_"
- ],
- [
- 40274,
- 2,
- 10,
- 4,
- 0.12817,
- "_DPNNSLTLWVIDQGLKK_"
- ],
- [
- 47809,
- 2,
- 14,
- 5,
- 0.18515,
- "_DMFDPHGWSEDSYYEALAK_"
- ],
- [
- 28109,
- 2,
- 10,
- 4,
- 0.12817,
- "_LKVNFLPEIITLSK_"
- ],
- [
- 9267,
- 2,
- 10,
- 2,
- 0.12817,
- "_LELFPVELEK_"
- ],
- [
- 8197,
- 3,
- 10,
- 5,
- 0.12817,
- "_WLIKEELEEMLVEK_"
- ],
- [
- 28826,
- 3,
- 19,
- 3,
- 0.25634,
- "_TLSTEIIFNLSPNNNISEALKK_"
- ],
- [
- 22203,
- 3,
- 15,
- 6,
- 0.19939,
- "_TSMTEEYRVPDGMVGLIIGR_"
- ],
- [
- 34401,
- 3,
- 17,
- 9,
- 0.22787,
- "_LSAIYGGTYMLNKPIEEIIVQNGK_"
- ],
- [
- 12167,
- 3,
- 14,
- 5,
- 0.18515,
- "_GKDILYIGDHIFGDILK_"
- ],
- [
- 25957,
- 3,
- 14,
- 6,
- 0.18515,
- "_IYDMDKDGYISNGELFQVLK_"
- ],
- [
- 44215,
- 2,
- 15,
- 6,
- 0.19939,
- "_SPTDWALFTYEGNSNDIR_"
- ],
- [
- 23327,
- 3,
- 15,
- 6,
- 0.19939,
- "_DMFDPHGWSEDSYYEALAK_"
- ],
- [
- 21603,
- 2,
- 15,
- 3,
- 0.19939,
- "_AGFWEEFESLQK_"
- ],
- [
- 29934,
- 3,
- 22,
- 7,
- 0.29911,
- "_NELMYQLEQDHDLQAILQER_"
- ],
- [
- 40113,
- 2,
- 17,
- 5,
- 0.22787,
- "_ELLDMMIAEEESLKER_"
- ],
- [
- 17746,
- 3,
- 14,
- 6,
- 0.18515,
- "_IHWWENVYGFDMSCIK_"
- ],
- [
- 47998,
- 2,
- 23,
- 3,
- 0.31335,
- "_NLWPFVSDPAPTASSQAAVSAR_"
- ],
- [
- 50314,
- 2,
- 23,
- 7,
- 0.31335,
- "_ELQEGTYVMVAGPSFETVAECR_"
- ],
- [
- 30568,
- 3,
- 15,
- 7,
- 0.19939,
- "_DLVQLTHYHDPEMDFFENMK_"
- ],
- [
- 42194,
- 3,
- 24,
- 6,
- 0.3276,
- "_HIADLAGNSEVILPVPAFNVINGGSHAGNK_"
- ],
- [
- 8349,
- 2,
- 17,
- 5,
- 0.22787,
- "_QGLLPVLESLK_"
- ],
- [
- 29512,
- 2,
- 17,
- 5,
- 0.22787,
- "_DPIVNVWYSVNGER_"
- ],
- [
- 463,
- 2,
- 13,
- 3,
- 0.17092,
- "_ILEFFGLK_"
- ],
- [
- 21090,
- 2,
- 12,
- 4,
- 0.15665,
- "_QQGPPTPFDFLGR_"
- ],
- [
- 43605,
- 2,
- 12,
- 3,
- 0.15665,
- "_VLSEQLSQQTALFAEIER_"
- ],
- [
- 25014,
- 2,
- 12,
- 4,
- 0.15665,
- "_GVDEATIIDILTKR_"
- ],
- [
- 29803,
- 2,
- 17,
- 5,
- 0.22788,
- "_YFVTFPYPYMNGR_"
- ],
- [
- 40951,
- 2,
- 18,
- 4,
- 0.24212,
- "_SWPEGHFATITLTFIDK_"
- ],
- [
- 44554,
- 2,
- 13,
- 3,
- 0.17092,
- "_TAFVVEHDFIMATYLADR_"
- ],
- [
- 27833,
- 2,
- 17,
- 4,
- 0.22788,
- "_IGDEYFTFITDCK_"
- ],
- [
- 38271,
- 2,
- 8,
- 3,
- 0.099693,
- "_ENLLVEDSLMIECSAR_"
- ],
- [
- 8073,
- 4,
- 15,
- 5,
- 0.19939,
- "_LNHVGDWGTQFGMLIAHLQDK_"
- ],
- [
- 43462,
- 2,
- 12,
- 4,
- 0.15665,
- "_REPIPSLEAIYLLSPTEK_"
- ],
- [
- 22193,
- 2,
- 9,
- 3,
- 0.11393,
- "_TFLTLSLQDMASR_"
- ],
- [
- 34942,
- 2,
- 10,
- 2,
- 0.12816,
- "_ALTGIDLSVCTQWYR_"
- ],
- [
- 8284,
- 3,
- 10,
- 4,
- 0.12816,
- "_AATETNLPLLFLPVHR_"
- ],
- [
- 47369,
- 2,
- 10,
- 5,
- 0.12816,
- "_KIWCFGPDGTGPNILTDITK_"
- ],
- [
- 34348,
- 2,
- 11,
- 2,
- 0.14241,
- "_QFAEENGLLFLEASAK_"
- ],
- [
- 26236,
- 4,
- 23,
- 8,
- 0.31335,
- "_AGLLHNILPSQSTDLHHSVGTELLSLVYK_"
- ],
- [
- 13674,
- 3,
- 18,
- 4,
- 0.24212,
- "_SWPEGHFATITLTFIDK_"
- ],
- [
- 42008,
- 3,
- 11,
- 8,
- 0.14241,
- "_RQDLEDSLQAQQYFADANEAESWMR_"
- ],
- [
- 19458,
- 3,
- 11,
- 4,
- 0.14241,
- "_QLHPQLLLPDDYLDCLGK_"
- ],
- [
- 40442,
- 3,
- 11,
- 4,
- 0.14241,
- "_DLVPNHLSYYLYNHVAMWPEQSDK_"
- ],
- [
- 31870,
- 3,
- 20,
- 7,
- 0.27058,
- "_MIINEELMASLDQPTQTVVMHR_"
- ],
- [
- 41283,
- 4,
- 19,
- 9,
- 0.25634,
- "_EVDWSQNTATFSPAISPTHPGEGLVLRPLCTADLNR_"
- ],
- [
- 38184,
- 3,
- 12,
- 6,
- 0.15665,
- "_GMEVVQLNLSRPIEEQGPLDVIIHK_"
- ],
- [
- 16787,
- 3,
- 13,
- 4,
- 0.17092,
- "_REPIPSLEAIYLLSPTEK_"
- ],
- [
- 32260,
- 3,
- 22,
- 8,
- 0.29907,
- "_IVSLFAEHNDLQYAAPGGLIGVGTK_"
- ],
- [
- 32991,
- 3,
- 16,
- 6,
- 0.21364,
- "_SFVWHALDYADELPKPEQLAIR_"
- ],
- [
- 10901,
- 2,
- 12,
- 3,
- 0.15665,
- "_DSLTLVFVETK_"
- ],
- [
- 19217,
- 2,
- 14,
- 3,
- 0.18516,
- "_SQTDQLVLIFAGK_"
- ],
- [
- 9580,
- 2,
- 14,
- 2,
- 0.18516,
- "_LYLSWVEWK_"
- ],
- [
- 23424,
- 2,
- 14,
- 4,
- 0.18516,
- "_VEGVGQLLFEMCK_"
- ],
- [
- 36610,
- 4,
- 14,
- 8,
- 0.18516,
- "_LYLVFPHDSSALSNSFHHLQLFDQDSSNVVSR_"
- ],
- [
- 13608,
- 2,
- 13,
- 3,
- 0.17092,
- "_VVQGLFDNFLR_"
- ],
- [
- 32015,
- 3,
- 16,
- 5,
- 0.21364,
- "_TNFFIQLVRPGVAQPEDTVQFR_"
- ],
- [
- 49138,
- 2,
- 8,
- 4,
- 0.099693,
- "_AIGQTELNASNPEEVLQLAAQR_"
- ],
- [
- 43335,
- 3,
- 13,
- 5,
- 0.17092,
- "_QFAPIHAEAPEFM(Oxidation (M))EM(Oxidation (M))SVEQEILVTGIK_"
- ],
- [
- 5464,
- 2,
- 16,
- 4,
- 0.21364,
- "_LDVSLPFVSR_"
- ],
- [
- 49269,
- 2,
- 15,
- 5,
- 0.1994,
- "_NALFPEVFSPTPDENSDQNSR_"
- ],
- [
- 30976,
- 2,
- 12,
- 6,
- 0.15665,
- "_EAALSYMAAVVNANMK_"
- ],
- [
- 31932,
- 3,
- 12,
- 3,
- 0.15665,
- "_LDLTGPHFESSILSPCEDVTLTK_"
- ],
- [
- 44611,
- 2,
- 6,
- 2,
- 0.07119,
- "_LVGFISAIPANIHIYDTEK_"
- ],
- [
- 37080,
- 2,
- 11,
- 6,
- 0.1424,
- "_VCNDEQLLLELQQIK_"
- ],
- [
- 50705,
- 2,
- 11,
- 4,
- 0.1424,
- "_LEAIETQDPSLGCGLPLNCTPIK_"
- ],
- [
- 50342,
- 2,
- 12,
- 4,
- 0.15665,
- "_STTSGEELVVQVPVVDVQSNNFK_"
- ],
- [
- 38638,
- 2,
- 4,
- 2,
- 0.042719,
- "_TVQVGNCLQVMWLADR_"
- ],
- [
- 49130,
- 2,
- 9,
- 4,
- 0.11394,
- "_ISYTDAEGNLGLLENVCDPSGK_"
- ],
- [
- 27014,
- 3,
- 13,
- 8,
- 0.17089,
- "_VLVTVEEDDTIMEELVDNHGK_"
- ],
- [
- 47157,
- 3,
- 15,
- 4,
- 0.1994,
- "_NEHTYVHSSATIPLDDPTLLFANAGMNQFK_"
- ],
- [
- 12352,
- 3,
- 16,
- 4,
- 0.21363,
- "_TLNDELEIIEGMKFDR_"
- ],
- [
- 48316,
- 2,
- 27,
- 6,
- 0.37035,
- "_WGDAGAEYVVESTGVFTTM(Oxidation (M))EK_"
- ],
- [
- 30133,
- 2,
- 8,
- 3,
- 0.099684,
- "_QLLDTIAACEEMLR_"
- ],
- [
- 42221,
- 2,
- 12,
- 5,
- 0.15665,
- "_VIEDVAFACALTSSVPTTK_"
- ],
- [
- 36650,
- 4,
- 21,
- 8,
- 0.28482,
- "_THVPMLQVWTADKPHPQEEYLDCLWAQIQK_"
- ],
- [
- 29192,
- 3,
- 10,
- 2,
- 0.12817,
- "_VVGIHMQGLGCDEMLQGFAVAVK_"
- ],
- [
- 13896,
- 4,
- 18,
- 8,
- 0.24212,
- "_VFNTTPDDLDLHVIYDVSHNIAK_"
- ],
- [
- 23321,
- 3,
- 14,
- 6,
- 0.18516,
- "_DLKPENLLFTDENDNLEIK_"
- ],
- [
- 24326,
- 2,
- 14,
- 5,
- 0.18516,
- "_ESADPLGAWLQDAR_"
- ],
- [
- 29068,
- 2,
- 18,
- 5,
- 0.24212,
- "_(Acetyl (Protein N-term))ADPDVLTEVPAALKR_"
- ],
- [
- 40902,
- 3,
- 14,
- 6,
- 0.18516,
- "_LGTITPDGADVYSFQEEEPVLDPHLAK_"
- ],
- [
- 49333,
- 3,
- 11,
- 4,
- 0.14243,
- "_LITKPQNLNDAYGPPSNFLEIDVSNPQTVGVGR_"
- ],
- [
- 23281,
- 4,
- 29,
- 8,
- 0.39885,
- "_HIADLAGNSEVILPVPAFNVINGGSHAGNK_"
- ],
- [
- 29441,
- 3,
- 9,
- 4,
- 0.11394,
- "_NLLAPYEQRPWAQTNWILVR_"
- ],
- [
- 26242,
- 3,
- 9,
- 4,
- 0.11394,
- "_ALGLAISLDRPHTVLTVIQAIR_"
- ],
- [
- 17384,
- 2,
- 10,
- 2,
- 0.12819,
- "_LTAYAMTIPFVR_"
- ],
- [
- 36756,
- 3,
- 12,
- 6,
- 0.15666,
- "_(Acetyl (Protein N-term))M(Oxidation (M))ENGYTYEDYKNTAEWLLSHTK_"
- ],
- [
- 47965,
- 2,
- 8,
- 3,
- 0.099684,
- "_YQVSSNGIQSTPLNLATYWK_"
- ],
- [
- 26391,
- 2,
- 14,
- 5,
- 0.18515,
- "_IADFLNSFDMSCR_"
- ],
- [
- 27334,
- 2,
- 13,
- 4,
- 0.17091,
- "_WSPIASTLPELVQR_"
- ],
- [
- 41627,
- 2,
- 8,
- 2,
- 0.099684,
- "_YFEEYALVNQDILENK_"
- ],
- [
- 47146,
- 2,
- 5,
- 3,
- 0.056976,
- "_VPSVELTNLYPYCDYEMK_"
- ],
- [
- 31974,
- 2,
- 10,
- 3,
- 0.12819,
- "_TWNFSMNDYSALMK_"
- ],
- [
- 46453,
- 4,
- 16,
- 10,
- 0.21366,
- "_NTKPPLSQLLICQAFPAVAQCTLHTDDNATMQNGGECLR_"
- ],
- [
- 33817,
- 2,
- 13,
- 3,
- 0.17091,
- "_LVWFDLDLSTKPYR_"
- ],
- [
- 28403,
- 4,
- 13,
- 4,
- 0.17091,
- "_VVSDDALMHWLDQYNSSADTCTHAYWR_"
- ],
- [
- 38882,
- 2,
- 19,
- 6,
- 0.25638,
- "_LIALSIDSVEDHLAWSK_"
- ],
- [
- 26582,
- 2,
- 12,
- 4,
- 0.15666,
- "_AGIEAVLLSLHPGFR_"
- ],
- [
- 44522,
- 3,
- 10,
- 6,
- 0.12819,
- "_STYEEFVEGTGSLDEDTSLPEGLKDWNK_"
- ],
- [
- 49469,
- 2,
- 19,
- 6,
- 0.25638,
- "_CNQIANELCECPELLGSAFR_"
- ],
- [
- 50396,
- 2,
- 12,
- 4,
- 0.15666,
- "_MAEEGENLEAEIVYPITCGDSR_"
- ],
- [
- 28408,
- 2,
- 14,
- 5,
- 0.18515,
- "_SQDDAMVDYFFQR_"
- ],
- [
- 10703,
- 2,
- 14,
- 5,
- 0.18515,
- "_AEVWDLDMLR_"
- ],
- [
- 43897,
- 2,
- 14,
- 5,
- 0.18515,
- "_SFQVALHIYPMNPEIWK_"
- ],
- [
- 34908,
- 3,
- 11,
- 5,
- 0.14243,
- "_TAIQAAGYPDKVVIGMDVAASEFYR_"
- ],
- [
- 12879,
- 2,
- 17,
- 5,
- 0.22789,
- "_ISMPDFDLNLK_"
- ],
- [
- 35264,
- 2,
- 14,
- 2,
- 0.18515,
- "_NDLGVGYLLIGDNDNAK_"
- ],
- [
- 30806,
- 3,
- 20,
- 7,
- 0.27062,
- "_IKWGDAGAEYVVESTGVFTTMEK_"
- ],
- [
- 48886,
- 3,
- 13,
- 7,
- 0.17088,
- "_LQQGLAANPSGYGPLTELPDWSYADGRPAPPMK_"
- ],
- [
- 39515,
- 2,
- 12,
- 5,
- 0.15665,
- "_DNEVEQEDLAQSLSLVK_"
- ],
- [
- 7097,
- 3,
- 13,
- 6,
- 0.17088,
- "_LVWFDLDLSTKPYR_"
- ],
- [
- 35429,
- 3,
- 17,
- 5,
- 0.22789,
- "_NPETGLDLPQLVYHVENEGAAGVDR_"
- ],
- [
- 18795,
- 4,
- 10,
- 5,
- 0.12817,
- "_TDEQGLIVEDLVEEVGREEDPHEGK_"
- ],
- [
- 16517,
- 3,
- 10,
- 5,
- 0.12817,
- "_TLLATVDETIPLLPASTHR_"
- ],
- [
- 44675,
- 2,
- 11,
- 5,
- 0.14242,
- "_YNPENNTWTLIAPMNVAR_"
- ],
- [
- 19352,
- 4,
- 18,
- 6,
- 0.24212,
- "_GIDFHHVSAVLNFDLPPTPEAYIHR_"
- ],
- [
- 8986,
- 2,
- 12,
- 5,
- 0.15665,
- "_LGIYTVLFER_"
- ],
- [
- 34282,
- 3,
- 12,
- 4,
- 0.15665,
- "_ITLDNAYMEKCDENILWLDYK_"
- ],
- [
- 30633,
- 2,
- 13,
- 6,
- 0.17088,
- "_LQLIAM(Oxidation (M))DLPMVSGDR_"
- ],
- [
- 29138,
- 2,
- 6,
- 4,
- 0.071203,
- "_SDLYNCFYAIMNK_"
- ],
- [
- 49426,
- 3,
- 10,
- 5,
- 0.12817,
- "_LSAVQFMLNNHTSEHFSFLGINNQSNLTDMR_"
- ],
- [
- 12456,
- 4,
- 13,
- 3,
- 0.17088,
- "_EENKSDMNTVLNYIFSHAQVTK_"
- ],
- [
- 40488,
- 3,
- 12,
- 5,
- 0.15665,
- "_KADMVNEDLLSDGTSENESGFWDSFK_"
- ],
- [
- 51071,
- 3,
- 9,
- 5,
- 0.11391,
- "_DAPWNNQPDAAWNSQFEGPWNSQHEQPPWGGGQR_"
- ],
- [
- 50434,
- 2,
- 12,
- 6,
- 0.15665,
- "_TCMIATISPGISSCEYTLNTLR_"
- ],
- [
- 45377,
- 2,
- 13,
- 6,
- 0.17088,
- "_ELGDDCNFGPALGEVGEAMR_"
- ],
- [
- 43061,
- 2,
- 13,
- 5,
- 0.17088,
- "_LFSASEFEDPLVGEDTER_"
- ],
- [
- 9147,
- 3,
- 13,
- 2,
- 0.17088,
- "_VLPSDLDLLLHMNNAR_"
- ],
- [
- 42584,
- 2,
- 16,
- 3,
- 0.21364,
- "_FLSQPFQVAEVFTGHMGK_"
- ],
- [
- 30279,
- 4,
- 16,
- 8,
- 0.21364,
- "_NEHTYVHSSATIPLDDPTLLFANAGMNQFK_"
- ],
- [
- 19029,
- 3,
- 10,
- 5,
- 0.12817,
- "_AAQSALAAIFNLHLDQTPSR_"
- ],
- [
- 47500,
- 2,
- 19,
- 5,
- 0.25636,
- "_INAGFGDDLNCIFNDDNAEK_"
- ],
- [
- 46634,
- 2,
- 17,
- 7,
- 0.22789,
- "_FSELPTQMFPEGATPAEITK_"
- ],
- [
- 10631,
- 3,
- 12,
- 2,
- 0.15665,
- "_LLETIDQLYLEYAKR_"
- ],
- [
- 21816,
- 2,
- 8,
- 2,
- 0.099674,
- "_AAVWEVDFPDVAR_"
- ],
- [
- 17598,
- 3,
- 21,
- 4,
- 0.28484,
- "_LLEIDPYLKPYAVDFQR_"
- ],
- [
- 46616,
- 3,
- 15,
- 5,
- 0.19938,
- "_KFGNSEFDPPGPNVATTTVSDDVSMTFITSK_"
- ],
- [
- 45994,
- 2,
- 15,
- 4,
- 0.19938,
- "_GFGFVTYATVEEVDAAM(Oxidation (M))NAR_"
- ],
- [
- 41905,
- 2,
- 22,
- 5,
- 0.29907,
- "_DCNLAAQLLQCSQTYGR_"
- ],
- [
- 7185,
- 3,
- 11,
- 4,
- 0.14242,
- "_KVIEASDVVLEVLDAR_"
- ],
- [
- 32870,
- 3,
- 16,
- 5,
- 0.21364,
- "_HGLEVIYM(Oxidation (M))IEPIDEYCVQQLK_"
- ],
- [
- 3692,
- 3,
- 14,
- 5,
- 0.18514,
- "_LPLFPEPLHVFAPR_"
- ],
- [
- 19893,
- 2,
- 14,
- 4,
- 0.18514,
- "_APESLFLLEEMR_"
- ],
- [
- 41242,
- 2,
- 8,
- 6,
- 0.099674,
- "_FIFDCVSQEYGINPER_"
- ],
- [
- 19756,
- 3,
- 16,
- 4,
- 0.21364,
- "_KLTWFVNEGLVDGWDDPR_"
- ],
- [
- 39794,
- 2,
- 24,
- 5,
- 0.32755,
- "_WVTTASLLDYDTVAGADK_"
- ],
- [
- 33941,
- 2,
- 11,
- 4,
- 0.14242,
- "_KVIEASDVVLEVLDAR_"
- ],
- [
- 48300,
- 3,
- 9,
- 8,
- 0.11391,
- "_QDTVSEPVTPASLAALQSDVQPVGHDYVEEVR_"
- ],
- [
- 25991,
- 3,
- 14,
- 6,
- 0.18514,
- "_KPAFNLSAFGTLSPSLGNSSILK_"
- ],
- [
- 43776,
- 2,
- 14,
- 4,
- 0.18511,
- "_QDWDGELYENGSFYFAK_"
- ],
- [
- 47655,
- 2,
- 22,
- 6,
- 0.29907,
- "_LDYVSMMCNEQAYSLAVEK_"
- ],
- [
- 47726,
- 3,
- 10,
- 4,
- 0.12814,
- "_ETELPAAAEPGAENALTLQGLKPDTAYDLQVR_"
- ],
- [
- 39601,
- 2,
- 16,
- 4,
- 0.21361,
- "_FLQMCNDDPDVLPDLK_"
- ],
- [
- 8811,
- 2,
- 11,
- 4,
- 0.1424,
- "_YSEIDIILLK_"
- ],
- [
- 40180,
- 2,
- 7,
- 2,
- 0.085434,
- "_LIGCYVGNTMEDVVLVR_"
- ],
- [
- 38284,
- 2,
- 20,
- 4,
- 0.2706,
- "_TVQLTSSELESTLETLK_"
- ],
- [
- 47879,
- 2,
- 13,
- 5,
- 0.17088,
- "_TDAVLMTSDDSVTGSELSPLVK_"
- ],
- [
- 21648,
- 3,
- 11,
- 5,
- 0.1424,
- "_TLQSLPAGTLLHLELSSVAAGK_"
- ],
- [
- 17734,
- 2,
- 13,
- 3,
- 0.17088,
- "_CVPQIIAFLNSK_"
- ],
- [
- 18650,
- 2,
- 12,
- 3,
- 0.15665,
- "_GLAFELVYSPAIK_"
- ],
- [
- 47938,
- 2,
- 11,
- 2,
- 0.1424,
- "_VQYLEDTDPFACANFPEPR_"
- ],
- [
- 37183,
- 2,
- 8,
- 3,
- 0.099663,
- "_LSTVDMTGIPTLDNLQK_"
- ],
- [
- 36350,
- 3,
- 11,
- 4,
- 0.1424,
- "_NVGESVAAALSPLGIEVDIDVEHGGKR_"
- ],
- [
- 38238,
- 4,
- 9,
- 3,
- 0.1139,
- "_RYCVRPNSGIIDPGSTVTVSVMLQPFDYDPNEK_"
- ],
- [
- 18810,
- 2,
- 13,
- 5,
- 0.17088,
- "_IISYAQGFMLLR_"
- ],
- [
- 50863,
- 2,
- 12,
- 6,
- 0.15665,
- "_VVLPCSVQEYQVGQLYSVAEASK_"
- ],
- [
- 25265,
- 2,
- 8,
- 5,
- 0.099663,
- "_HVLNLLDEIENIK_"
- ],
- [
- 47718,
- 2,
- 11,
- 4,
- 0.1424,
- "_VAEEHAPSIVFIDEIDAIGTK_"
- ],
- [
- 44968,
- 2,
- 16,
- 4,
- 0.21361,
- "_QLLQNPPAGVDPIIWEQAK_"
- ],
- [
- 47616,
- 2,
- 10,
- 6,
- 0.12814,
- "_TVMVGDRLDTDILLGATCGLK_"
- ],
- [
- 45136,
- 2,
- 17,
- 6,
- 0.22787,
- "_AQFAQPEILIGTIPGAGGTQR_"
- ],
- [
- 12183,
- 2,
- 12,
- 3,
- 0.15665,
- "_ISWIPFMQEK_"
- ],
- [
- 20482,
- 2,
- 21,
- 5,
- 0.28484,
- "_DIDPQNDLTFLR_"
- ],
- [
- 43601,
- 3,
- 9,
- 5,
- 0.1139,
- "_ALGGHMTTLSGEEISYTGSDGIEGGLLASIR_"
- ],
- [
- 43450,
- 3,
- 12,
- 6,
- 0.15665,
- "_YVYVWHCPQGPGLETPLVADTSGAYFR_"
- ],
- [
- 20726,
- 2,
- 12,
- 4,
- 0.15665,
- "_GVYVLMSGLDLER_"
- ],
- [
- 42995,
- 4,
- 17,
- 8,
- 0.22787,
- "_SKGHGFITPADGGPDIFLHISDVEGEYVPVEGDEVTYK_"
- ],
- [
- 28672,
- 3,
- 14,
- 3,
- 0.18511,
- "_SPASIEVVKPMEAASAILSQADAR_"
- ],
- [
- 33920,
- 2,
- 12,
- 4,
- 0.15665,
- "_TSTDVMDSQEALAFLK_"
- ],
- [
- 46106,
- 2,
- 10,
- 4,
- 0.12814,
- "_QLPLTSICLETDSPALGPEK_"
- ],
- [
- 7943,
- 2,
- 15,
- 5,
- 0.19937,
- "_DIIALNPLYR_"
- ],
- [
- 40090,
- 4,
- 12,
- 7,
- 0.15665,
- "_RFEIINAIYEPTEEECEWKPDEEDEISEELK_"
- ],
- [
- 50625,
- 2,
- 12,
- 4,
- 0.15665,
- "_TFFPEYTHQLFGDDETAFGYK_"
- ],
- [
- 20753,
- 3,
- 14,
- 4,
- 0.18511,
- "_VFMKPGLPTTFATLDIDGVR_"
- ],
- [
- 41669,
- 3,
- 17,
- 7,
- 0.22787,
- "_LQDAFSSIGQSCHLDLPQIAVVGGQSAGK_"
- ],
- [
- 32219,
- 2,
- 12,
- 4,
- 0.15665,
- "_IITLEEGDIILTGTPK_"
- ],
- [
- 14834,
- 2,
- 17,
- 5,
- 0.22787,
- "_VCVSLLGTWIGK_"
- ],
- [
- 47031,
- 2,
- 19,
- 7,
- 0.25635,
- "_TQPYDVYDQVEFDVPVGSR_"
- ],
- [
- 42673,
- 3,
- 15,
- 8,
- 0.19937,
- "_(Acetyl (Protein N-term))VSVINTVDTSHEDMIHDAQMDYYGTR_"
- ],
- [
- 7578,
- 2,
- 10,
- 2,
- 0.12814,
- "_TAAFVLAMLSR_"
- ],
- [
- 31721,
- 2,
- 9,
- 3,
- 0.1139,
- "_YMLVTFEEPPYAIK_"
- ],
- [
- 49389,
- 2,
- 12,
- 5,
- 0.15664,
- "_FAELVYTGFWHSPECEFVR_"
- ],
- [
- 50298,
- 3,
- 12,
- 7,
- 0.15664,
- "_VTQHLGIVGECNVQYALNPESEQYYIIEVNAR_"
- ],
- [
- 42890,
- 2,
- 14,
- 4,
- 0.18512,
- "_LKLEAELGNMQGLVEDFK_"
- ],
- [
- 16895,
- 3,
- 13,
- 3,
- 0.17089,
- "_ALEEVPIHIEDPPFPSLR_"
- ],
- [
- 35934,
- 4,
- 12,
- 6,
- 0.15664,
- "_SHLNFSMLESPALHCQPSTSSAFPIGSSGFSLVK_"
- ],
- [
- 29779,
- 2,
- 13,
- 4,
- 0.17089,
- "_QLIAQVMLYSQGFR_"
- ],
- [
- 14395,
- 4,
- 16,
- 3,
- 0.21361,
- "_HLAGYEQQDAHEFLIAALDVLHR_"
- ],
- [
- 23867,
- 2,
- 14,
- 5,
- 0.18512,
- "_NNVAFMSYFLQGK_"
- ],
- [
- 41685,
- 2,
- 16,
- 6,
- 0.21361,
- "_GLTVQQWDALYTDLPNR_"
- ],
- [
- 42475,
- 2,
- 16,
- 4,
- 0.21361,
- "_SIFYVPDMKPSMFDVSR_"
- ],
- [
- 41435,
- 2,
- 25,
- 3,
- 0.34178,
- "_EPGLLASCSDDGEVAFWK_"
- ],
- [
- 12335,
- 2,
- 24,
- 4,
- 0.32754,
- "_DPIPYLPPLEK_"
- ],
- [
- 17861,
- 3,
- 17,
- 6,
- 0.22785,
- "_FNLLAHLADDLGHVVPNSR_"
- ],
- [
- 25011,
- 2,
- 10,
- 3,
- 0.12814,
- "_VFGAPEVLENLEVK_"
- ],
- [
- 11539,
- 3,
- 23,
- 7,
- 0.31331,
- "_LIALSIDSVEDHLAWSK_"
- ],
- [
- 48659,
- 2,
- 9,
- 2,
- 0.1139,
- "_NILDSDNYSPIPVTSEEMYK_"
- ],
- [
- 31148,
- 3,
- 18,
- 7,
- 0.24211,
- "_DTGTVHLNELGNTQNFMLLCPR_"
- ],
- [
- 22198,
- 2,
- 18,
- 4,
- 0.24211,
- "_LLPQVLNSWSIGR_"
- ],
- [
- 44641,
- 4,
- 21,
- 10,
- 0.28483,
- "_LASLMNLGMSSSLNQQGAHSALSSASTSSHNLQSIFNIGSR_"
- ],
- [
- 51290,
- 3,
- 20,
- 8,
- 0.27059,
- "_LSGNMFSTGSGNTYAYGVMDSGYRPNLSPEEAYDLGR_"
- ],
- [
- 51042,
- 2,
- 3,
- 4,
- 0.028469,
- "_GALADEPPSLDPVQSFSQEAVDTGR_"
- ],
- [
- 43268,
- 2,
- 10,
- 5,
- 0.12814,
- "_TLLATVDETIPLLPASTHR_"
- ],
- [
- 26802,
- 3,
- 10,
- 4,
- 0.12814,
- "_EHLVDMGITHGPAIQIEELFK_"
- ],
- [
- 19239,
- 2,
- 20,
- 3,
- 0.27059,
- "_TDYIPLLDVDEK_"
- ],
- [
- 30332,
- 2,
- 20,
- 6,
- 0.27059,
- "_MVSAVLNGMLDQSFR_"
- ],
- [
- 27475,
- 4,
- 14,
- 3,
- 0.18512,
- "_YWTLTATGGVQSTASSKNASCYFDIEWR_"
- ],
- [
- 14501,
- 2,
- 7,
- 5,
- 0.085442,
- "_VNFGTDFLTAIK_"
- ],
- [
- 38366,
- 2,
- 12,
- 2,
- 0.15664,
- "_EHPWEVMPDLYFYR_"
- ],
- [
- 24699,
- 2,
- 26,
- 7,
- 0.35602,
- "_TFAPEEISAMVLTK_"
- ],
- [
- 28139,
- 3,
- 11,
- 5,
- 0.14238,
- "_DTILNAIEQHPVVVISGDTGCGK_"
- ],
- [
- 44118,
- 3,
- 15,
- 4,
- 0.19935,
- "_VATTAGLYGSNLMEHTEIDHWLEFSATK_"
- ],
- [
- 42629,
- 3,
- 15,
- 7,
- 0.19935,
- "_LPVQTSPEGLDAAFIGVPLDTGTSNRPGAR_"
- ],
- [
- 24339,
- 2,
- 15,
- 6,
- 0.19935,
- "_LLTGELLPTDGMIR_"
- ],
- [
- 8933,
- 2,
- 15,
- 5,
- 0.19935,
- "_DLTSWVTEMK_"
- ],
- [
- 36822,
- 2,
- 15,
- 3,
- 0.19935,
- "_GLEHVTVDDLVAEITPK_"
- ],
- [
- 6793,
- 2,
- 8,
- 3,
- 0.099672,
- "_IDMSLDDIIK_"
- ],
- [
- 33879,
- 4,
- 14,
- 5,
- 0.18512,
- "_GSGPSGGSGGGANGTSFSYTFHGDPHAMFAEFFGGR_"
- ],
- [
- 39425,
- 2,
- 12,
- 3,
- 0.15664,
- "_LSEECNSLSDVLDAFSK_"
- ],
- [
- 45002,
- 2,
- 11,
- 4,
- 0.14238,
- "_HNAVFDQLDLVTYEEVVK_"
- ],
- [
- 43878,
- 2,
- 13,
- 6,
- 0.17088,
- "_GVAVDGLNQLTVTTGSEGLLK_"
- ],
- [
- 49490,
- 2,
- 13,
- 6,
- 0.17088,
- "_DMHYYQSCLEAILQNSPDAK_"
- ],
- [
- 37632,
- 2,
- 10,
- 4,
- 0.12814,
- "_ETESQLLPDVGAIVTCK_"
- ],
- [
- 29498,
- 2,
- 13,
- 6,
- 0.17088,
- "_SDVYCEVCEFLVK_"
- ],
- [
- 45203,
- 3,
- 8,
- 6,
- 0.09968,
- "_EGPIIIHTDEADSEVLYPNYQSCWSLR_"
- ],
- [
- 23952,
- 3,
- 12,
- 2,
- 0.15662,
- "_IVLAGDHMQLSPFVYSEFAR_"
- ],
- [
- 25442,
- 3,
- 11,
- 7,
- 0.14238,
- "_GHSACEPENLEFSSFMFWR_"
- ],
- [
- 1410,
- 2,
- 13,
- 3,
- 0.17088,
- "_ILNIFGVIK_"
- ],
- [
- 13754,
- 2,
- 11,
- 4,
- 0.14238,
- "_LLDPSAEIIVLK_"
- ],
- [
- 3974,
- 2,
- 12,
- 2,
- 0.15662,
- "_SLGPVELLLR_"
- ],
- [
- 5133,
- 2,
- 12,
- 4,
- 0.15662,
- "_ELGIIPTIIR_"
- ],
- [
- 49848,
- 3,
- 9,
- 5,
- 0.11391,
- "_IDSVAAQPTATSPVVYTRPAISSFSSSGIGFGESLK_"
- ],
- [
- 15401,
- 2,
- 13,
- 4,
- 0.17088,
- "_MLSEVLLVSAPGK_"
- ],
- [
- 24217,
- 3,
- 11,
- 6,
- 0.14238,
- "_GNILIPGLSQKPISSFADFER_"
- ],
- [
- 14789,
- 2,
- 15,
- 5,
- 0.19936,
- "_SLVALLVETQMK_"
- ],
- [
- 20500,
- 3,
- 8,
- 6,
- 0.09968,
- "_YGIICM(Oxidation (M))EDLIHEIYTVGK_"
- ],
- [
- 48423,
- 2,
- 28,
- 6,
- 0.38451,
- "_IPAYFVTVSDPAVPPGEDPDGR_"
- ],
- [
- 11701,
- 2,
- 18,
- 6,
- 0.24208,
- "_CMQLTDFILK_"
- ],
- [
- 22959,
- 3,
- 15,
- 4,
- 0.19936,
- "_TVMVGDRLDTDILLGATCGLK_"
- ],
- [
- 43497,
- 2,
- 4,
- 2,
- 0.042707,
- "_QMFYQLCDLNVEELQK_"
- ],
- [
- 43785,
- 2,
- 7,
- 2,
- 0.085434,
- "_AYIATQGPLAETTEDFWR_"
- ],
- [
- 18346,
- 2,
- 15,
- 4,
- 0.19936,
- "_TQIVTEIISEIR_"
- ],
- [
- 27600,
- 2,
- 15,
- 6,
- 0.19936,
- "_VVLAYEPVWAIGTGK_"
- ],
- [
- 45754,
- 2,
- 14,
- 6,
- 0.18513,
- "_QLLSLTNQCFDIEEEVSK_"
- ],
- [
- 46585,
- 3,
- 10,
- 2,
- 0.12814,
- "_GFSFVAITSDDESQAMQTVGVHSIVQQLHR_"
- ],
- [
- 39730,
- 2,
- 19,
- 2,
- 0.25635,
- "_SFITTDVNPYYDSFVR_"
- ],
- [
- 3287,
- 2,
- 17,
- 3,
- 0.22785,
- "_IIDISDVFR_"
- ],
- [
- 45768,
- 3,
- 17,
- 7,
- 0.22785,
- "_ALGALVDSCAPGLCPDWDSWDASKPVTNAR_"
- ],
- [
- 12988,
- 4,
- 5,
- 4,
- 0.056934,
- "_LPDVVLKPPPLFPDTDYKPVPLK_"
- ],
- [
- 7544,
- 4,
- 14,
- 5,
- 0.18513,
- "_ALGLAISLDRPHTVLTVIQAIR_"
- ],
- [
- 51684,
- 3,
- 13,
- 8,
- 0.17088,
- "_ENGLNAGLAFPTGCSLNNCAAHYTPNAGDTTVLQYDDICK_"
- ],
- [
- 50703,
- 2,
- 6,
- 4,
- 0.071192,
- "_VLECLASGIVM(Oxidation (M))PDGSGIYDPCEK_"
- ],
- [
- 22494,
- 3,
- 16,
- 8,
- 0.21359,
- "_KIWCFGPDGTGPNILTDITK_"
- ],
- [
- 15504,
- 3,
- 16,
- 7,
- 0.21359,
- "_SIFYVPDMKPSMFDVSR_"
- ],
- [
- 17069,
- 2,
- 16,
- 6,
- 0.21359,
- "_TDLVPAFQNLMK_"
- ],
- [
- 46895,
- 3,
- 20,
- 9,
- 0.27059,
- "_EAESCDCLQGFQLTHSLGGGTGSGMGTLLLSK_"
- ],
- [
- 19387,
- 4,
- 13,
- 5,
- 0.17088,
- "_MEIIELANHPYFVGVQFHPEFSSR_"
- ],
- [
- 39960,
- 2,
- 7,
- 2,
- 0.085434,
- "_KNSLISSLEEEVSILNR_"
- ],
- [
- 32181,
- 3,
- 21,
- 5,
- 0.28483,
- "_EENKSDMNTVLNYIFSHAQVTK_"
- ],
- [
- 42881,
- 2,
- 8,
- 3,
- 0.099657,
- "_LVCGDEGLGAMAEVGTIVDK_"
- ],
- [
- 22527,
- 3,
- 18,
- 6,
- 0.24207,
- "_ISQAEEEDQQLLGHLLLVAK_"
- ],
- [
- 8194,
- 3,
- 10,
- 4,
- 0.12813,
- "_FLVLATDGLWETMHR_"
- ],
- [
- 17267,
- 2,
- 9,
- 4,
- 0.1139,
- "_LWALQDFSCLK_"
- ],
- [
- 47025,
- 2,
- 7,
- 2,
- 0.085415,
- "_EELQVPTDETDFVCFDGGR_"
- ],
- [
- 41483,
- 3,
- 19,
- 7,
- 0.25631,
- "_GHNCPKPVLNFYEANFPANVMDVIAR_"
- ],
- [
- 6687,
- 2,
- 19,
- 5,
- 0.25631,
- "_FLLLQGLVEK_"
- ],
- [
- 6472,
- 2,
- 7,
- 3,
- 0.085415,
- "_QVWDYLFGK_"
- ],
- [
- 26941,
- 2,
- 19,
- 5,
- 0.25631,
- "_VFNVFCLYGNVEK_"
- ],
- [
- 23147,
- 3,
- 16,
- 6,
- 0.21358,
- "_VAEEHAPSIVFIDEIDAIGTK_"
- ],
- [
- 37716,
- 2,
- 12,
- 4,
- 0.1566,
- "_(Acetyl (Protein N-term))AQSSPQLDIQVLHDLR_"
- ],
- [
- 50088,
- 2,
- 14,
- 7,
- 0.1851,
- "_AVTGYTDPYTGQQISLFQAMQK_"
- ],
- [
- 31177,
- 2,
- 14,
- 2,
- 0.1851,
- "_DLDLLASVPSPSSSGSR_"
- ],
- [
- 14580,
- 4,
- 9,
- 4,
- 0.1139,
- "_YEQACILYNLGALHSMLGAMDKR_"
- ],
- [
- 13676,
- 3,
- 12,
- 3,
- 0.1566,
- "_NPELSTQLIDIIHTAAAR_"
- ],
- [
- 50512,
- 2,
- 9,
- 3,
- 0.1139,
- "_QLIPALVNYSQGGEVQQVSQAIR_"
- ],
- [
- 10064,
- 2,
- 12,
- 4,
- 0.1566,
- "_IGLFADIELSR_"
- ],
- [
- 12989,
- 2,
- 12,
- 4,
- 0.1566,
- "_DLVISLSGILHK_"
- ],
- [
- 42015,
- 2,
- 9,
- 2,
- 0.1139,
- "_LSFSDTYQDYEEYWR_"
- ],
- [
- 43597,
- 2,
- 12,
- 4,
- 0.1566,
- "_ADAVQDSEM(Oxidation (M))VELVELEIR_"
- ],
- [
- 10163,
- 3,
- 14,
- 4,
- 0.1851,
- "_TFNLIPAVGLNVHSMLK_"
- ],
- [
- 17699,
- 3,
- 11,
- 4,
- 0.14236,
- "_KPIFQANLELAQLELISR_"
- ],
- [
- 16311,
- 2,
- 23,
- 6,
- 0.3133,
- "_AQFEGIVTDLIR_"
- ],
- [
- 19862,
- 3,
- 15,
- 6,
- 0.19935,
- "_LLQFHVATMVDNELPGLPR_"
- ],
- [
- 21768,
- 3,
- 11,
- 3,
- 0.14236,
- "_HTDNVIQWLNAM(Oxidation (M))DEIGLPK_"
- ],
- [
- 36838,
- 2,
- 15,
- 5,
- 0.19935,
- "_DSEEPFSSVEIQAALSK_"
- ],
- [
- 43256,
- 2,
- 13,
- 6,
- 0.17084,
- "_MSQYLESMQIGDTIEFR_"
- ],
- [
- 48598,
- 2,
- 13,
- 4,
- 0.17084,
- "_CIVMVCEQPEVFASACALAR_"
- ],
- [
- 32673,
- 3,
- 13,
- 6,
- 0.17084,
- "_EVSQVDTICECLLEHEEQVLR_"
- ],
- [
- 48692,
- 2,
- 7,
- 3,
- 0.085388,
- "_ETGINTGSQELLSETGISLDPR_"
- ],
- [
- 41820,
- 2,
- 15,
- 3,
- 0.19933,
- "_GQMLGLGNPSFSDPFTGGGR_"
- ],
- [
- 33369,
- 2,
- 20,
- 5,
- 0.27054,
- "_MYGISLCQAILDETK_"
- ],
- [
- 33936,
- 2,
- 7,
- 3,
- 0.085388,
- "_LEPQELSPLSATVFPK_"
- ],
- [
- 8573,
- 3,
- 13,
- 3,
- 0.17084,
- "_TTTPVYVALGIFVQHR_"
- ],
- [
- 16159,
- 3,
- 11,
- 5,
- 0.14236,
- "_AQVLVEDISDILEEHAEK_"
- ],
- [
- 38689,
- 3,
- 13,
- 5,
- 0.17084,
- "_THISSQNSELSSAALQALGFCLYNPK_"
- ],
- [
- 32032,
- 2,
- 13,
- 4,
- 0.17084,
- "_DTLLTLAGCTPYEVR_"
- ],
- [
- 50358,
- 2,
- 13,
- 5,
- 0.17084,
- "_AYMQNPNAIILCIQDGSVDAER_"
- ],
- [
- 21161,
- 3,
- 12,
- 5,
- 0.15659,
- "_EAYNLFAVNGILFNHESPR_"
- ],
- [
- 37436,
- 3,
- 12,
- 6,
- 0.15659,
- "_(Acetyl (Protein N-term))SYMLPHLHNGWQVDQAILSEEDR_"
- ],
- [
- 32783,
- 2,
- 22,
- 5,
- 0.29905,
- "_DGSIDLVINLPNNNTK_"
- ],
- [
- 46660,
- 2,
- 13,
- 7,
- 0.17084,
- "_LGAASLGAEDPETQVVLINAVK_"
- ],
- [
- 28671,
- 2,
- 5,
- 2,
- 0.056931,
- "_LFIYNPTTGEFLGR_"
- ],
- [
- 4179,
- 2,
- 13,
- 4,
- 0.17084,
- "_YLDFVFAVK_"
- ],
- [
- 49899,
- 2,
- 13,
- 6,
- 0.17084,
- "_GELFVGQLPSEEMVMTGSQGATR_"
- ],
- [
- 25837,
- 2,
- 14,
- 7,
- 0.18507,
- "_FHVDISLTDFIQK_"
- ],
- [
- 46474,
- 2,
- 14,
- 4,
- 0.18507,
- "_LSTTEPVISISSNNAVIELAK_"
- ],
- [
- 38453,
- 2,
- 12,
- 6,
- 0.19933,
- "_NATNVEQSFMTMAAEIK_"
- ],
- [
- 46882,
- 2,
- 15,
- 7,
- 0.19933,
- "_AGEQAQPPGDQEPEAVLAMLR_"
- ],
- [
- 13969,
- 3,
- 15,
- 5,
- 0.19933,
- "_YPIFFFGTHETAFLGPK_"
- ],
- [
- 12683,
- 2,
- 15,
- 4,
- 0.19933,
- "_ILEFIAVSQLR_"
- ],
- [
- 9455,
- 2,
- 15,
- 4,
- 0.19933,
- "_IFGLLMGTLQK_"
- ],
- [
- 32556,
- 3,
- 10,
- 4,
- 0.12813,
- "_EHDWNNSISQYTEALNIADYAK_"
- ],
- [
- 18275,
- 2,
- 16,
- 5,
- 0.21358,
- "_SWMGYELPFDR_"
- ],
- [
- 45575,
- 2,
- 16,
- 4,
- 0.21358,
- "_NQDLALSNLESIPGGYNALR_"
- ],
- [
- 41840,
- 3,
- 10,
- 4,
- 0.12813,
- "_VLDNYLTSPLPEEVDETSAEDEGVSQR_"
- ],
- [
- 42791,
- 2,
- 17,
- 5,
- 0.22781,
- "_SLPAGDALYLSFNPPQPSR_"
- ],
- [
- 46352,
- 3,
- 17,
- 8,
- 0.22781,
- "_LNDHFPLVVWQTGSGTQTNMNVNEVISNR_"
- ],
- [
- 41042,
- 2,
- 10,
- 4,
- 0.12813,
- "_ILPALCHDITDWVVGTR_"
- ],
- [
- 9592,
- 3,
- 19,
- 5,
- 0.2563,
- "_GLEHVTVDDLVAEITPK_"
- ],
- [
- 39222,
- 2,
- 17,
- 4,
- 0.22781,
- "_HGYPLIIYDVFPDACK_"
- ],
- [
- 16988,
- 3,
- 9,
- 2,
- 0.11389,
- "_DYMNQLSHEVLCHIFR_"
- ],
- [
- 50539,
- 2,
- 17,
- 7,
- 0.22781,
- "_LQLQEQLQAETELCAEAEELR_"
- ],
- [
- 32486,
- 3,
- 12,
- 3,
- 0.15659,
- "_LSTQISTLECNFGHIVWTEGMR_"
- ],
- [
- 40955,
- 2,
- 14,
- 6,
- 0.18507,
- "_NPELSTQLIDIIHTAAAR_"
- ],
- [
- 29990,
- 2,
- 18,
- 6,
- 0.24204,
- "_LDLDLTADSQPPVFK_"
- ],
- [
- 39176,
- 3,
- 14,
- 8,
- 0.18507,
- "_KGEQMNSAVLPEMENQVAVSSLSAVIK_"
- ],
- [
- 48232,
- 2,
- 18,
- 6,
- 0.24204,
- "_ESDDPMAYIHFTAEGEVTFK_"
- ],
- [
- 37346,
- 2,
- 18,
- 3,
- 0.24204,
- "_LLPVLLSTAQEADPEVR_"
- ],
- [
- 11055,
- 3,
- 14,
- 7,
- 0.18507,
- "_EHPWEVMPDLYFYR_"
- ],
- [
- 39438,
- 2,
- 11,
- 3,
- 0.14236,
- "_SANGVILTPGNTDGFLLPK_"
- ],
- [
- 15144,
- 4,
- 9,
- 4,
- 0.1139,
- "_GLMELHMVLPAPDTDEKNGLNLLR_"
- ],
- [
- 19596,
- 4,
- 10,
- 3,
- 0.12814,
- "_LDSQNAQGYEWIFIAWSPDHSHVR_"
- ],
- [
- 37965,
- 3,
- 11,
- 7,
- 0.14239,
- "_TDPFIFPECPHVYFCGNTPSFGSK_"
- ],
- [
- 25425,
- 2,
- 11,
- 5,
- 0.14239,
- "_QTFSPFGQIMEIR_"
- ],
- [
- 40213,
- 2,
- 12,
- 6,
- 0.15662,
- "_ITTVNSVLPQNSVLGGVLK_"
- ],
- [
- 29367,
- 4,
- 11,
- 7,
- 0.14239,
- "_GFSFVAITSDDESQAMQTVGVHSIVQQLHR_"
- ],
- [
- 38266,
- 2,
- 12,
- 3,
- 0.15662,
- "_QIEEELWEEEFIER_"
- ],
- [
- 2558,
- 2,
- 10,
- 4,
- 0.12814,
- "_LVLLGVDLSK_"
- ],
- [
- 16367,
- 3,
- 13,
- 5,
- 0.17085,
- "_VPASMTAEELTLEILDRR_"
- ],
- [
- 15364,
- 3,
- 12,
- 4,
- 0.15662,
- "_VYIGSFWSHPLLIPDNR_"
- ],
- [
- 50559,
- 2,
- 12,
- 6,
- 0.15662,
- "_IEIPVTPTGQSVPSSPSIPGTPTLK_"
- ],
- [
- 31651,
- 2,
- 7,
- 3,
- 0.085413,
- "_IYAPQGLLLTDPIER_"
- ],
- [
- 15732,
- 3,
- 11,
- 6,
- 0.14239,
- "_AEWDQVTVYLFCDDHK_"
- ],
- [
- 33297,
- 3,
- 13,
- 6,
- 0.17085,
- "_LLVLEDENANVDEVELKPDTLIK_"
- ],
- [
- 853,
- 2,
- 19,
- 6,
- 0.2563,
- "_ENLLDFIK_"
- ],
- [
- 24796,
- 3,
- 14,
- 7,
- 0.18509,
- "_AAHIFFTDTCPEPLFSELGR_"
- ],
- [
- 33531,
- 4,
- 20,
- 9,
- 0.27055,
- "_PSHLVDAHTAEVNCLSFNPYSEFILATGSADK_"
- ],
- [
- 31755,
- 3,
- 15,
- 6,
- 0.19932,
- "_CNGLLPVWGPHVPESAFATCLAR_"
- ],
- [
- 29014,
- 3,
- 15,
- 6,
- 0.19932,
- "_GCQLTITFSVPNKDVFQELEK_"
- ],
- [
- 44812,
- 3,
- 18,
- 7,
- 0.24207,
- "_SPEEGAETPVYLALLPPDAEGPHGQFVSEK_"
- ],
- [
- 43048,
- 2,
- 15,
- 5,
- 0.21358,
- "_VVSQYSSLLSPMSVNAVMK_"
- ],
- [
- 17686,
- 2,
- 15,
- 5,
- 0.19932,
- "_AAILPTSIFLTNK_"
- ],
- [
- 6271,
- 3,
- 16,
- 5,
- 0.21359,
- "_RFPVAPLIPYPLITK_"
- ],
- [
- 9872,
- 3,
- 9,
- 4,
- 0.11391,
- "_ASLAAILEHSLFSTEQK_"
- ],
- [
- 11868,
- 3,
- 15,
- 5,
- 0.19935,
- "_HGYPLIIYDVFPDACK_"
- ],
- [
- 30933,
- 2,
- 13,
- 4,
- 0.17088,
- "_PSILTYQYAEDLIR_"
- ],
- [
- 33049,
- 2,
- 13,
- 5,
- 0.17088,
- "_TEFDVAVDELSLNPGK_"
- ],
- [
- 28354,
- 3,
- 16,
- 6,
- 0.21359,
- "_GHQLSITCLVVTPDDSAIFSAAK_"
- ],
- [
- 37036,
- 3,
- 20,
- 8,
- 0.27056,
- "_AQVEIVTDGEEPAEMIQVLGPKPALK_"
- ],
- [
- 35247,
- 3,
- 13,
- 5,
- 0.17088,
- "_ILSLICNSSSEKPTVQQLQILWK_"
- ],
- [
- 44779,
- 2,
- 17,
- 5,
- 0.22785,
- "_(Acetyl (Protein N-term))AMSSGGSGGGVPEQEDSVLFR_"
- ],
- [
- 3025,
- 2,
- 13,
- 4,
- 0.17088,
- "_VDSLIPWIK_"
- ],
- [
- 30653,
- 3,
- 17,
- 5,
- 0.22785,
- "_TFFPEYTHQLFGDDETAFGYK_"
- ],
- [
- 47169,
- 2,
- 6,
- 2,
- 0.071211,
- "_AHFPLDVQWNDLDYMDSR_"
- ],
- [
- 24045,
- 3,
- 12,
- 3,
- 0.15665,
- "_MLTELLFELHVAATPDKLNK_"
- ],
- [
- 26243,
- 2,
- 10,
- 4,
- 0.12816,
- "_LSVILGLLKPDLYK_"
- ],
- [
- 16011,
- 3,
- 21,
- 7,
- 0.28482,
- "_LKLEAELGNMQGLVEDFK_"
- ],
- [
- 48787,
- 3,
- 24,
- 7,
- 0.32757,
- "_EEGLYAVDVTYDGHPVPGSPYTVEASLPPDPSK_"
- ],
- [
- 25765,
- 4,
- 20,
- 8,
- 0.27056,
- "_VATTAGLYGSNLMEHTEIDHWLEFSATK_"
- ],
- [
- 35661,
- 2,
- 11,
- 5,
- 0.14241,
- "_ISVMGGEQAANVLATITK_"
- ],
- [
- 44125,
- 2,
- 8,
- 3,
- 0.09968,
- "_FELACLANLCPETAEESK_"
- ],
- [
- 20154,
- 2,
- 15,
- 5,
- 0.19935,
- "_VALTGLTVAEYFR_"
- ],
- [
- 39366,
- 2,
- 20,
- 3,
- 0.27056,
- "_IPDEFDNDPILVQQLR_"
- ],
- [
- 25597,
- 2,
- 14,
- 5,
- 0.18511,
- "_GFGFVTFADPASVDK_"
- ],
- [
- 23089,
- 2,
- 15,
- 3,
- 0.19935,
- "_EVAWNLTSVDLVR_"
- ],
- [
- 35555,
- 3,
- 14,
- 7,
- 0.18511,
- "_SYLFNIM(Oxidation (M))DTPGHVNFSDEVTAGLR_"
- ],
- [
- 42767,
- 3,
- 14,
- 9,
- 0.18511,
- "_VSCAGQMLEVQPGLYFGGAAAVAEPDHLR_"
- ],
- [
- 9537,
- 2,
- 9,
- 4,
- 0.11391,
- "_FGIAVLGYLNR_"
- ],
- [
- 12629,
- 3,
- 15,
- 5,
- 0.19935,
- "_KNSLISSLEEEVSILNR_"
- ],
- [
- 44978,
- 2,
- 11,
- 4,
- 0.14241,
- "_SPFEGAVTESQSLFSDNFR_"
- ],
- [
- 47260,
- 2,
- 16,
- 5,
- 0.2136,
- "_TALPTSGSSAGELELLAGEVPAR_"
- ],
- [
- 11429,
- 2,
- 18,
- 6,
- 0.24209,
- "_GIDPFSLDALSK_"
- ],
- [
- 32404,
- 3,
- 16,
- 6,
- 0.2136,
- "_FSLLSQHDISFYEALESDPLHK_"
- ],
- [
- 42430,
- 2,
- 15,
- 3,
- 0.19936,
- "_MVIPALIQSDSGDSIEVSR_"
- ],
- [
- 33549,
- 2,
- 11,
- 3,
- 0.14241,
- "_AGPVVTDNGNFILDWK_"
- ],
- [
- 25405,
- 4,
- 15,
- 5,
- 0.19936,
- "_THLYGSLLYYLQIAQRPDEPDTLEAAK_"
- ],
- [
- 49707,
- 3,
- 10,
- 5,
- 0.12815,
- "_DQDGSPQGEGTVTGELHNGWIDVTWDAGGSNSYR_"
- ],
- [
- 50018,
- 2,
- 22,
- 7,
- 0.29906,
- "_GVIINTASVAAFEGQVGQAAYSASK_"
- ],
- [
- 27651,
- 3,
- 14,
- 5,
- 0.18513,
- "_YALNHPDTVEGLVLINIDPNAK_"
- ],
- [
- 4516,
- 2,
- 15,
- 4,
- 0.19936,
- "_IIFVDEVFK_"
- ],
- [
- 42381,
- 3,
- 17,
- 7,
- 0.22784,
- "_SGDAAIVEMVPGKPMCVESFSQYPPLGR_"
- ],
- [
- 35961,
- 3,
- 20,
- 7,
- 0.27058,
- "_VLTFALSEEVRPQDTVSVIGGVAGGSK_"
- ],
- [
- 45215,
- 2,
- 16,
- 5,
- 0.2136,
- "_SGSGVNPYCGLIEEAYGLDK_"
- ],
- [
- 35350,
- 3,
- 11,
- 2,
- 0.14241,
- "_VYTHNLYYLAQVYQHLEMFEK_"
- ],
- [
- 13767,
- 3,
- 15,
- 6,
- 0.19936,
- "_ILPALCHDITDWVVGTR_"
- ],
- [
- 9380,
- 3,
- 11,
- 2,
- 0.14241,
- "_IPDEIIDMVKEEVVAK_"
- ],
- [
- 24162,
- 3,
- 20,
- 5,
- 0.27058,
- "_ESDDPMAYIHFTAEGEVTFK_"
- ],
- [
- 7557,
- 2,
- 16,
- 4,
- 0.2136,
- "_WNFDDLLEK_"
- ],
- [
- 34982,
- 3,
- 13,
- 7,
- 0.1709,
- "_VGKDELFALEQSCAQVVLQAANER_"
- ],
- [
- 42992,
- 2,
- 14,
- 4,
- 0.18514,
- "_AEPSISYSCNPLYFDFK_"
- ],
- [
- 34876,
- 2,
- 10,
- 3,
- 0.12817,
- "_SVLCQEVEVAIPLPAR_"
- ],
- [
- 35599,
- 2,
- 9,
- 4,
- 0.11394,
- "_THLPLALLPQTLLDQK_"
- ],
- [
- 20684,
- 3,
- 13,
- 3,
- 0.1709,
- "_GDTSMLKPTLMAAVPEIMDR_"
- ],
- [
- 49257,
- 2,
- 11,
- 2,
- 0.1424,
- "_VYAAATEDMDCLTFGSPVLM(Oxidation (M))R_"
- ],
- [
- 32454,
- 2,
- 16,
- 4,
- 0.2136,
- "_FVLINWTGEGVNDVR_"
- ],
- [
- 8858,
- 3,
- 13,
- 5,
- 0.1709,
- "_QLEDCLILQTLLHSK_"
- ],
- [
- 46069,
- 2,
- 32,
- 8,
- 0.44148,
- "_AAGYDLYSAYDYTIPPMEK_"
- ],
- [
- 38830,
- 3,
- 17,
- 5,
- 0.22784,
- "_MSTGPDIHHFIMGSEGTLGVITEATIK_"
- ],
- [
- 47198,
- 3,
- 14,
- 8,
- 0.18514,
- "_EVDPLVYNMSHEDPGNVSYSEIGGLSEQIR_"
- ],
- [
- 37262,
- 3,
- 15,
- 7,
- 0.19937,
- "_LPGAWDPAAHQGGNGVLLEGELIDVSR_"
- ],
- [
- 18453,
- 2,
- 15,
- 2,
- 0.19937,
- "_EEIFGPVQPLFK_"
- ],
- [
- 40373,
- 3,
- 16,
- 8,
- 0.2136,
- "_VSDSISAQYPVVDHEFDAVVVGAGGAGLR_"
- ],
- [
- 29136,
- 3,
- 16,
- 7,
- 0.2136,
- "_EVIELPVKHPELFEALGIAQPK_"
- ],
- [
- 37109,
- 4,
- 16,
- 8,
- 0.2136,
- "_MTEQHFPHPIQSFSPESMPEPLNGPINILGEGR_"
- ],
- [
- 35833,
- 2,
- 17,
- 7,
- 0.22784,
- "_QLDDEEVSEFALDGLK_"
- ],
- [
- 35009,
- 2,
- 24,
- 6,
- 0.32755,
- "_LNLEAINYMAADGDFK_"
- ],
- [
- 31802,
- 2,
- 11,
- 5,
- 0.1424,
- "_EAWEEEQEVAELLK_"
- ],
- [
- 34913,
- 2,
- 16,
- 5,
- 0.2136,
- "_LPGPTLWASYSLEYGK_"
- ],
- [
- 16833,
- 4,
- 17,
- 6,
- 0.22784,
- "_ICEMAAYFTHSNLQPVHMILVLR_"
- ],
- [
- 38637,
- 4,
- 12,
- 6,
- 0.15665,
- "_LGNAPAEVDEEGKDINPHIPQYISSVPWYIDPSK_"
- ],
- [
- 49354,
- 2,
- 14,
- 4,
- 0.19937,
- "_VLVIGCGNSELSEQLYDVGYR_"
- ],
- [
- 16450,
- 2,
- 12,
- 3,
- 0.15665,
- "_VALDMTTLTIMR_"
- ],
- [
- 3456,
- 2,
- 10,
- 3,
- 0.12821,
- "_MLFYSFFK_"
- ],
- [
- 16670,
- 3,
- 11,
- 4,
- 0.14244,
- "_VEESGYAGFIMPIEVHFK_"
- ],
- [
- 42344,
- 2,
- 16,
- 3,
- 0.21364,
- "_IDLENTLEQEQEALVNR_"
- ],
- [
- 11511,
- 2,
- 5,
- 2,
- 0.057024,
- "_DELLASMMAGVK_"
- ],
- [
- 22440,
- 4,
- 14,
- 7,
- 0.18516,
- "_VPHSLDLSSPNMANTVNAALKPLETLSR_"
- ],
- [
- 26788,
- 2,
- 16,
- 5,
- 0.21364,
- "_FYAYNPLAGGLLTGK_"
- ],
- [
- 11906,
- 3,
- 10,
- 4,
- 0.12821,
- "_EFTMAEIEHFVDPSEK_"
- ],
- [
- 35133,
- 3,
- 14,
- 6,
- 0.18516,
- "_KNQMYFDWGPGEMLVCETSFNK_"
- ],
- [
- 11551,
- 3,
- 16,
- 4,
- 0.21364,
- "_AQDALPFFMMHLGYEK_"
- ],
- [
- 25445,
- 3,
- 12,
- 5,
- 0.15666,
- "_IQIMHAFSVAPFDQNLSIDGK_"
- ],
- [
- 45679,
- 2,
- 11,
- 3,
- 0.14244,
- "_MLLFCPGCGNGLIVEEGQR_"
- ],
- [
- 41535,
- 3,
- 10,
- 4,
- 0.12821,
- "_VPHSLDLSSPNMANTVNAALKPLETLSR_"
- ],
- [
- 28173,
- 4,
- 17,
- 6,
- 0.22787,
- "_MGEDMHTIGFGIYEVPEELSGQTNIHLSK_"
- ],
- [
- 37121,
- 2,
- 11,
- 3,
- 0.14244,
- "_QLPQLTSLELQYVSPK_"
- ],
- [
- 27185,
- 3,
- 11,
- 3,
- 0.14244,
- "_HHMISFVDPLVTNYTVVDFR_"
- ],
- [
- 42602,
- 2,
- 20,
- 6,
- 0.27061,
- "_WDPTGNLLASCSDDMTLK_"
- ],
- [
- 3713,
- 2,
- 15,
- 3,
- 0.19941,
- "_TLDDLFPLR_"
- ],
- [
- 46748,
- 2,
- 14,
- 4,
- 0.18516,
- "_VMGLDISSDGQLIATCSYDR_"
- ],
- [
- 33177,
- 3,
- 13,
- 5,
- 0.17092,
- "_VLGDTLLTKPVEISADGLPSPNQLK_"
- ],
- [
- 11385,
- 2,
- 11,
- 5,
- 0.14244,
- "_LMVPVTVVFTR_"
- ],
- [
- 31567,
- 3,
- 20,
- 6,
- 0.27061,
- "_GTAFVTLLNGEQAEAAINAFHQSR_"
- ],
- [
- 41696,
- 3,
- 12,
- 5,
- 0.15666,
- "_FSPTFINNVISHTGTEHSAPAWMLLSK_"
- ],
- [
- 42057,
- 2,
- 17,
- 3,
- 0.22787,
- "_QVVTFLDYSTDLDTTER_"
- ],
- [
- 20074,
- 3,
- 28,
- 5,
- 0.38456,
- "_VVACTSAFLLWDPTKVPPR_"
- ],
- [
- 41776,
- 2,
- 8,
- 2,
- 0.09973,
- "_TESIDVMDAVGSNIVVSTR_"
- ],
- [
- 43150,
- 2,
- 11,
- 2,
- 0.14244,
- "_VSENDFEDLLSNQGFSSR_"
- ],
- [
- 47689,
- 2,
- 13,
- 3,
- 0.17091,
- "_IDLCLSSEGSEVILATSSDEK_"
- ],
- [
- 41383,
- 2,
- 13,
- 5,
- 0.17091,
- "_YGGTFQNVSVQLPITLNK_"
- ],
- [
- 8397,
- 2,
- 14,
- 4,
- 0.18517,
- "_TNLANVVLLLK_"
- ],
- [
- 46264,
- 2,
- 12,
- 6,
- 0.15669,
- "_GDTSMLKPTLMAAVPEIMDR_"
- ],
- [
- 32267,
- 3,
- 13,
- 6,
- 0.17091,
- "_DCAIDPTCVLCMDCFQDSVHK_"
- ],
- [
- 24445,
- 3,
- 14,
- 4,
- 0.18517,
- "_ANSGLSMESIHVPDPVISIAMK_"
- ],
- [
- 26282,
- 2,
- 12,
- 3,
- 0.15669,
- "_IEEVLSGVLDTELR_"
- ],
- [
- 8227,
- 2,
- 14,
- 3,
- 0.18517,
- "_FLQLCIFPR_"
- ],
- [
- 23891,
- 3,
- 12,
- 3,
- 0.15669,
- "_LLSRPQDVLEGVVLSPSLEAR_"
- ],
- [
- 48726,
- 2,
- 13,
- 7,
- 0.17091,
- "_AAGMNMEEEEELQQNLWGLK_"
- ],
- [
- 45220,
- 2,
- 13,
- 5,
- 0.17091,
- "_NVVHQLSVTLEDLYNGATR_"
- ],
- [
- 45947,
- 2,
- 18,
- 5,
- 0.24212,
- "_TNLIVNYLPQNMTQDELR_"
- ],
- [
- 14249,
- 2,
- 24,
- 6,
- 0.32757,
- "_SLDMDSIIAEVK_"
- ],
- [
- 38358,
- 3,
- 8,
- 5,
- 0.099756,
- "_AAENNVFHLVATVCSQEEPVQPLLR_"
- ],
- [
- 23822,
- 2,
- 8,
- 4,
- 0.099756,
- "_FEDTLEFVGFDAK_"
- ],
- [
- 18254,
- 2,
- 9,
- 4,
- 0.11398,
- "_VWLEVEPVGMLK_"
- ],
- [
- 45486,
- 2,
- 17,
- 3,
- 0.22789,
- "_ILPDGEDFLAVQTSQGVPVR_"
- ],
- [
- 9806,
- 2,
- 20,
- 2,
- 0.2706,
- "_TLGVDLVALATR_"
- ],
- [
- 38579,
- 2,
- 14,
- 5,
- 0.18517,
- "_SPVSPLAAQGIPLPAQLTK_"
- ],
- [
- 37104,
- 2,
- 9,
- 4,
- 0.11398,
- "_ASFAYAWVLDETGEER_"
- ],
- [
- 45469,
- 2,
- 10,
- 5,
- 0.12822,
- "_DVYPGQCLWEGCEPFQR_"
- ],
- [
- 48671,
- 2,
- 10,
- 4,
- 0.12822,
- "_MTLSNPSELDELMSEEAYEK_"
- ],
- [
- 35120,
- 3,
- 19,
- 6,
- 0.25636,
- "_YYFYHGLSWPQLSYIAEDENGK_"
- ],
- [
- 43686,
- 2,
- 16,
- 3,
- 0.21366,
- "_EEASAMEEEMALAEEQLR_"
- ],
- [
- 47539,
- 2,
- 8,
- 2,
- 0.099756,
- "_MLAGNEFQVSLSSSMSVSELK_"
- ],
- [
- 32096,
- 3,
- 10,
- 5,
- 0.12822,
- "_EFMDSYLMNHFDLPTCDNCR_"
- ],
- [
- 19020,
- 2,
- 18,
- 4,
- 0.24212,
- "_VETPVLPPVLVPR_"
- ],
- [
- 38101,
- 2,
- 18,
- 5,
- 0.24212,
- "_GEELLSPLNLEQAAYAR_"
- ],
- [
- 33890,
- 2,
- 16,
- 4,
- 0.21366,
- "_NLPIYSENIIEMYR_"
- ],
- [
- 17218,
- 4,
- 7,
- 6,
- 0.085526,
- "_YKLDFSLQPETGPGNLIDPIHEFK_"
- ],
- [
- 32719,
- 2,
- 18,
- 5,
- 0.24212,
- "_RFPVAPLIPYPLITK_"
- ],
- [
- 30415,
- 2,
- 15,
- 4,
- 0.19941,
- "_FAPDISSYVLSDDIK_"
- ],
- [
- 41722,
- 4,
- 11,
- 7,
- 0.14246,
- "_VAYEGSDSEKGEGAEPLKVPVWEPQDWQQQLVNIR_"
- ],
- [
- 48888,
- 2,
- 15,
- 6,
- 0.19941,
- "_VCNNPGLYSNPDLSAAASLALGK_"
- ],
- [
- 44935,
- 2,
- 11,
- 5,
- 0.14246,
- "_QIQFEIAHAYYDMMDLK_"
- ],
- [
- 48140,
- 2,
- 18,
- 5,
- 0.24212,
- "_EVSSWTVEGDINTDPWAGYR_"
- ],
- [
- 15642,
- 3,
- 28,
- 8,
- 0.38457,
- "_FLSQPFQVAEVFTGHMGK_"
- ],
- [
- 44868,
- 2,
- 16,
- 5,
- 0.21366,
- "_CPDPVPMEPSVVEVICER_"
- ],
- [
- 47191,
- 2,
- 17,
- 5,
- 0.22789,
- "_GLVYIQQTDDSLIHFCWK_"
- ],
- [
- 23228,
- 2,
- 27,
- 6,
- 0.37032,
- "_TLNDELEIIEGMK_"
- ],
- [
- 14767,
- 3,
- 14,
- 4,
- 0.18517,
- "_SLFAHDDSVMYLQFVPK_"
- ],
- [
- 4297,
- 2,
- 7,
- 2,
- 0.085529,
- "_EFIINDILK_"
- ],
- [
- 18284,
- 2,
- 10,
- 4,
- 0.12823,
- "_LSDLDYMQFIR_"
- ],
- [
- 41880,
- 2,
- 9,
- 4,
- 0.11401,
- "_DNPAQDFSTLYGSSPLER_"
- ],
- [
- 25975,
- 3,
- 10,
- 5,
- 0.12823,
- "_ATIGVGLGLPSFKPGFAEQSLMK_"
- ],
- [
- 10445,
- 2,
- 10,
- 2,
- 0.12823,
- "_DPGIVGLLTSDR_"
- ],
- [
- 42679,
- 2,
- 11,
- 5,
- 0.14247,
- "_WDTDEEGMAFCFEYAR_"
- ],
- [
- 25543,
- 2,
- 11,
- 4,
- 0.14247,
- "_DMILNFAEQNSFK_"
- ],
- [
- 26711,
- 3,
- 28,
- 6,
- 0.38458,
- "_FAELVYTGFWHSPECEFVR_"
- ],
- [
- 17781,
- 2,
- 11,
- 2,
- 0.14247,
- "_DLPFETLEVEAK_"
- ],
- [
- 24392,
- 2,
- 12,
- 5,
- 0.15671,
- "_HGFLEEFITPIVK_"
- ],
- [
- 17735,
- 2,
- 12,
- 3,
- 0.15671,
- "_GWLTINNISLMK_"
- ],
- [
- 27372,
- 2,
- 12,
- 2,
- 0.15671,
- "_ELVGPPLAETVFTPK_"
- ],
- [
- 47016,
- 2,
- 13,
- 5,
- 0.17094,
- "_VLMLTLQNDPPTLETGVEDK_"
- ],
- [
- 25004,
- 4,
- 14,
- 4,
- 0.18517,
- "_IQPFQNLTLHPASSSLHYSLQLFEGMK_"
- ],
- [
- 47941,
- 2,
- 11,
- 3,
- 0.14247,
- "_YLEQLHQLYSDSFPMELR_"
- ],
- [
- 49222,
- 2,
- 13,
- 5,
- 0.17094,
- "_LPIGNTIQPSQAATFMNDAIEK_"
- ],
- [
- 6093,
- 2,
- 15,
- 3,
- 0.19943,
- "_VESLWPIFR_"
- ],
- [
- 46584,
- 2,
- 20,
- 6,
- 0.27062,
- "_VPADTEVVCAPPTAYIDFAR_"
- ],
- [
- 7585,
- 2,
- 15,
- 3,
- 0.19943,
- "_VLGFLIENFK_"
- ],
- [
- 11789,
- 2,
- 15,
- 3,
- 0.19943,
- "_FFEILSPVYR_"
- ],
- [
- 28593,
- 3,
- 16,
- 6,
- 0.21367,
- "_FGAILAQGILDAGGHNVTISLQSR_"
- ],
- [
- 30846,
- 4,
- 14,
- 6,
- 0.18517,
- "_ALHLEQYTGLFEQHGLVWATECQGLSDTR_"
- ],
- [
- 25012,
- 2,
- 18,
- 6,
- 0.24215,
- "_EPEVLSTMAIIVNK_"
- ],
- [
- 36790,
- 3,
- 15,
- 5,
- 0.21367,
- "_SMDHFDDIGPSVVMASPGMMQSGLSR_"
- ],
- [
- 7315,
- 2,
- 15,
- 6,
- 0.19943,
- "_ALVDILSEVSK_"
- ],
- [
- 34370,
- 3,
- 18,
- 3,
- 0.24215,
- "_RAEISNAIDQYVTGTIGEDEDLIK_"
- ],
- [
- 28414,
- 2,
- 21,
- 6,
- 0.28485,
- "_GFAFVYFENVDDAK_"
- ],
- [
- 40120,
- 3,
- 12,
- 6,
- 0.15671,
- "_SLVQANPEVAMDSIIHMTQHISPTQR_"
- ],
- [
- 13477,
- 2,
- 11,
- 2,
- 0.14247,
- "_LLEFELAQLTK_"
- ],
- [
- 36321,
- 3,
- 11,
- 6,
- 0.14247,
- "_ALPLEAEVAPVKDMAQLPETEIAPAK_"
- ],
- [
- 45912,
- 2,
- 11,
- 4,
- 0.14247,
- "_SGLNQGAISTLQSSDILNLTK_"
- ],
- [
- 8803,
- 2,
- 13,
- 4,
- 0.17095,
- "_LLMDLDISMR_"
- ],
- [
- 20841,
- 3,
- 5,
- 2,
- 0.057009,
- "_RVEDAIAYVEYITSSIHSK_"
- ],
- [
- 32591,
- 4,
- 11,
- 3,
- 0.14247,
- "_LNATNIELATVQPGQNFHMFTKEELEEVIK_"
- ],
- [
- 10407,
- 2,
- 18,
- 4,
- 0.24215,
- "_LLLDDLVPTSR_"
- ],
- [
- 40580,
- 3,
- 17,
- 5,
- 0.22791,
- "_SHALQQALTAAASMGHSSVVQCLLGMEK_"
- ],
- [
- 39258,
- 2,
- 13,
- 5,
- 0.17095,
- "_EFTMAEIEHFVDPSEK_"
- ],
- [
- 26573,
- 2,
- 13,
- 4,
- 0.17095,
- "_ANINVENAFFTLAR_"
- ],
- [
- 9661,
- 2,
- 12,
- 3,
- 0.15671,
- "_EAEPDLLAVLR_"
- ],
- [
- 39508,
- 2,
- 12,
- 4,
- 0.15671,
- "_DRTQQYDDLIDEFMK_"
- ],
- [
- 42864,
- 2,
- 17,
- 4,
- 0.22791,
- "_YLQGTGCIAGLLLPGSQER_"
- ],
- [
- 37842,
- 4,
- 13,
- 7,
- 0.17095,
- "_EHSLIKPYQGVGSSSMPLWDFQGSTMLTSQYVR_"
- ],
- [
- 45530,
- 2,
- 17,
- 5,
- 0.22791,
- "_ILCEAPVESVVQVSGTVISR_"
- ],
- [
- 16805,
- 3,
- 18,
- 3,
- 0.24215,
- "_EILLEMIHSIQNSQDMR_"
- ],
- [
- 3729,
- 3,
- 11,
- 2,
- 0.14247,
- "_AAHSAELEAVLLALAR_"
- ],
- [
- 29602,
- 2,
- 14,
- 6,
- 0.18518,
- "_ADVIQATGDAICIFR_"
- ],
- [
- 24625,
- 2,
- 17,
- 5,
- 0.22791,
- "_GLVPPMHLADILMK_"
- ],
- [
- 25619,
- 3,
- 10,
- 5,
- 0.12825,
- "_LVVNFDMPSSMDEYVHQIGR_"
- ],
- [
- 19310,
- 2,
- 9,
- 3,
- 0.11402,
- "_FCDDILSSYFR_"
- ],
- [
- 26340,
- 3,
- 15,
- 5,
- 0.19941,
- "_GFDPLLVEEALEMHQCSEEK_"
- ],
- [
- 51544,
- 2,
- 9,
- 5,
- 0.11402,
- "_SVEDLQWSPTENTVFASCSADASIR_"
- ],
- [
- 45560,
- 3,
- 9,
- 8,
- 0.11402,
- "_SSPSFSSLHYQDAGNYVCETALQEVEGLK_"
- ],
- [
- 33081,
- 2,
- 15,
- 6,
- 0.19941,
- "_LQDAYYIFQEMADK_"
- ],
- [
- 20819,
- 2,
- 14,
- 4,
- 0.18518,
- "_QELEAEYLAIFK_"
- ],
- [
- 49668,
- 2,
- 8,
- 5,
- 0.099766,
- "_GNMYYENSYALAVLSNYDANK_"
- ],
- [
- 42492,
- 2,
- 10,
- 3,
- 0.12825,
- "_NYSFPLNNLVCSYDSVK_"
- ],
- [
- 26165,
- 3,
- 15,
- 7,
- 0.19941,
- "_VPAPVTMDSFFFGCELSGHTR_"
- ],
- [
- 15550,
- 2,
- 16,
- 6,
- 0.21366,
- "_ITQDIFQQLLK_"
- ],
- [
- 27857,
- 2,
- 19,
- 5,
- 0.25638,
- "_IEEVPELPLVVEDK_"
- ],
- [
- 41074,
- 2,
- 10,
- 3,
- 0.12825,
- "_ADLVIVGAEGVVENGGIINK_"
- ],
- [
- 49304,
- 3,
- 16,
- 6,
- 0.21366,
- "_DNQVVQLHPSTVLDHKPEWVLYNEFVLTTK_"
- ],
- [
- 41886,
- 2,
- 16,
- 5,
- 0.21366,
- "_SLFAHDDSVMYLQFVPK_"
- ],
- [
- 48821,
- 3,
- 9,
- 6,
- 0.11404,
- "_M(Oxidation (M))RPGAYSTGYGGYEEYSGLSDGYGFTTDLFGR_"
- ],
- [
- 46374,
- 2,
- 13,
- 4,
- 0.17099,
- "_AGGTALLPGPPAPSPLPATPLSAK_"
- ],
- [
- 24756,
- 3,
- 11,
- 3,
- 0.14253,
- "_DFSSHDEINNYLQQIDQLK_"
- ],
- [
- 35620,
- 2,
- 10,
- 2,
- 0.1283,
- "_QLLFEDTSLTFGTSSR_"
- ],
- [
- 46869,
- 3,
- 7,
- 3,
- 0.085531,
- "_FSSITDTDICNAMACLGEPDHNEALSVDAR_"
- ],
- [
- 46413,
- 3,
- 12,
- 6,
- 0.15675,
- "_VTGNEMLGLEEGDLEDDFDPAQHDQLMQK_"
- ],
- [
- 21641,
- 3,
- 12,
- 4,
- 0.15675,
- "_DTPEDIVLEAPASGLAFHPAR_"
- ],
- [
- 1293,
- 2,
- 10,
- 3,
- 0.1283,
- "_FDMIFIVK_"
- ],
- [
- 46985,
- 2,
- 10,
- 2,
- 0.1283,
- "_HFECLDFVFDNTEAIAQR_"
- ],
- [
- 49100,
- 2,
- 21,
- 5,
- 0.28489,
- "_YDEEYEDVSGSSFPQIEINK_"
- ],
- [
- 17140,
- 3,
- 13,
- 5,
- 0.17099,
- "_(Acetyl (Protein N-term))MNAIVALCHFCELHGPR_"
- ],
- [
- 23634,
- 2,
- 13,
- 3,
- 0.17099,
- "_ISMPDIDLNLTGPK_"
- ],
- [
- 27312,
- 3,
- 19,
- 2,
- 0.25643,
- "_TLDGIFSEQVAMGYSHSLVIAR_"
- ],
- [
- 40992,
- 3,
- 11,
- 3,
- 0.14253,
- "_MDEYVASLHLPSFDAHLTELTDDQAK_"
- ],
- [
- 41424,
- 3,
- 13,
- 5,
- 0.17099,
- "_LLSHSLLVTLASHLPSDFTPAVHASLDK_"
- ],
- [
- 12149,
- 2,
- 21,
- 5,
- 0.28489,
- "_DALLLWCQMK_"
- ],
- [
- 18554,
- 2,
- 19,
- 5,
- 0.25643,
- "_DGQILPVPNVVVR_"
- ],
- [
- 34657,
- 4,
- 19,
- 9,
- 0.25643,
- "_DNQVVQLHPSTVLDHKPEWVLYNEFVLTTK_"
- ],
- [
- 29163,
- 3,
- 13,
- 5,
- 0.17099,
- "_LLREELQLLQEQGSYVGEVVR_"
- ],
- [
- 31758,
- 2,
- 8,
- 3,
- 0.099777,
- "_IQLEEIECAVLNDR_"
- ],
- [
- 22043,
- 3,
- 12,
- 3,
- 0.15675,
- "_DPDDDKFFQSAMSICSSLR_"
- ],
- [
- 11666,
- 2,
- 23,
- 3,
- 0.31337,
- "_LLEVYDQLFK_"
- ],
- [
- 43038,
- 3,
- 12,
- 6,
- 0.15675,
- "_NCFQLYPVGGPSQFSTIYSLNMEHNR_"
- ],
- [
- 2646,
- 2,
- 12,
- 3,
- 0.15675,
- "_DFLFQDFK_"
- ],
- [
- 28804,
- 2,
- 7,
- 2,
- 0.085531,
- "_ESVAPVLSVLTECAR_"
- ],
- [
- 12668,
- 2,
- 13,
- 5,
- 0.17099,
- "_DINAVLIDMER_"
- ],
- [
- 21760,
- 4,
- 12,
- 5,
- 0.15675,
- "_MDEYVASLHLPSFDAHLTELTDDQAK_"
- ],
- [
- 29501,
- 2,
- 10,
- 3,
- 0.1283,
- "_QISSFMSEISDEFK_"
- ],
- [
- 36083,
- 2,
- 15,
- 4,
- 0.19946,
- "_LSTVVDADEIIVLDQGK_"
- ],
- [
- 15486,
- 2,
- 14,
- 4,
- 0.18523,
- "_ESLDDLTNLVVK_"
- ],
- [
- 51709,
- 2,
- 16,
- 7,
- 0.21368,
- "_EQSELDQDLDDVEEVEEEETGEETK_"
- ],
- [
- 46862,
- 2,
- 14,
- 3,
- 0.18523,
- "_DTPEDIVLEAPASGLAFHPAR_"
- ],
- [
- 15691,
- 3,
- 14,
- 6,
- 0.18523,
- "_VPAPSIEDICHVLSTVCK_"
- ],
- [
- 15019,
- 3,
- 17,
- 3,
- 0.22794,
- "_GHPDLIMGFNTFLPPGYK_"
- ],
- [
- 44839,
- 2,
- 18,
- 2,
- 0.24218,
- "_LCQIGQFTVPLGGQQVPLR_"
- ],
- [
- 7706,
- 2,
- 14,
- 3,
- 0.18523,
- "_PATLLWLIQK_"
- ],
- [
- 19503,
- 2,
- 14,
- 3,
- 0.18523,
- "_SPEYLSLFIDDK_"
- ],
- [
- 22134,
- 3,
- 17,
- 3,
- 0.22794,
- "_AHFPLDVQWNDLDYMDSR_"
- ],
- [
- 39427,
- 3,
- 15,
- 8,
- 0.19946,
- "_AHFFLGQCQLEMESYDEAIANLQR_"
- ],
- [
- 30179,
- 2,
- 14,
- 3,
- 0.18528,
- "_VWDLAQQVVLSSYR_"
- ],
- [
- 40957,
- 3,
- 14,
- 6,
- 0.18528,
- "_SSCSLIAFNSDRPGVLGIVPLQGQGEDK_"
- ],
- [
- 39149,
- 3,
- 10,
- 2,
- 0.12834,
- "_NQIIACNGSIQSIPEIPDDLKQLYK_"
- ],
- [
- 23243,
- 4,
- 18,
- 8,
- 0.24223,
- "_LLASSDPLAQIAEDKPYAELWMGTHPR_"
- ],
- [
- 14440,
- 2,
- 13,
- 4,
- 0.17104,
- "_LDESFLVSWTK_"
- ],
- [
- 27716,
- 3,
- 12,
- 4,
- 0.15682,
- "_LLGYNEKPINLQMFIGTADDR_"
- ],
- [
- 43475,
- 2,
- 21,
- 7,
- 0.28495,
- "_EILLEMIHSIQNSQDMR_"
- ],
- [
- 36995,
- 2,
- 15,
- 4,
- 0.19952,
- "_TTQVTQFILDNYIER_"
- ],
- [
- 50114,
- 2,
- 9,
- 3,
- 0.11407,
- "_NFIGDYIGMEEHPELQQFVGK_"
- ],
- [
- 16528,
- 3,
- 17,
- 6,
- 0.22798,
- "_IPHFGYCDEIDLTELVK_"
- ],
- [
- 40625,
- 2,
- 9,
- 4,
- 0.11407,
- "_CQLLDDLTTSEMEQLR_"
- ],
- [
- 35412,
- 3,
- 18,
- 6,
- 0.24223,
- "_TVVPCDFGLSTEEILAADDKELNR_"
- ],
- [
- 35875,
- 2,
- 16,
- 6,
- 0.21375,
- "_EIGLLSEEVELYGETK_"
- ],
- [
- 37625,
- 3,
- 16,
- 6,
- 0.21375,
- "_QPEYLDATGGTLHPYQMEGLNWLR_"
- ],
- [
- 39364,
- 3,
- 9,
- 6,
- 0.11407,
- "_SIVGMTMYNQATQEIAKPSELLTSVR_"
- ],
- [
- 47721,
- 2,
- 16,
- 5,
- 0.21375,
- "_LGQSVTTIPTVGFNVETVTYK_"
- ],
- [
- 19201,
- 3,
- 18,
- 7,
- 0.24223,
- "_NVVHQLSVTLEDLYNGATR_"
- ],
- [
- 45094,
- 2,
- 12,
- 5,
- 0.15682,
- "_HGVSCVSLWPGIVQTELLK_"
- ],
- [
- 50954,
- 3,
- 12,
- 7,
- 0.15682,
- "_TDTLGLSCGVGSGNCSNSSSSNFEGLLWSQGQLHGLK_"
- ],
- [
- 37947,
- 2,
- 27,
- 7,
- 0.3704,
- "_YVASYLLAALGGNSSPSAK_"
- ],
- [
- 31625,
- 2,
- 17,
- 3,
- 0.22798,
- "_DVASAMQQMLTESCK_"
- ],
- [
- 35571,
- 2,
- 11,
- 3,
- 0.14259,
- "_LEGQLEALSLEASQALK_"
- ],
- [
- 44850,
- 3,
- 14,
- 7,
- 0.18528,
- "_EALVNWDPVDQTVLANEQVDEHGCSWR_"
- ],
- [
- 48239,
- 2,
- 11,
- 4,
- 0.14259,
- "_LEEVVQILGDKFPCTLVAQK_"
- ],
- [
- 48635,
- 2,
- 14,
- 7,
- 0.18528,
- "_EQELQQTLQQEQSVLDQLR_"
- ],
- [
- 24037,
- 4,
- 11,
- 7,
- 0.14259,
- "_LTKEEIVDKYDLFVGSQATDFGEALVR_"
- ],
- [
- 36297,
- 2,
- 14,
- 4,
- 0.18528,
- "_YMADMDELFSQVDEK_"
- ],
- [
- 21687,
- 2,
- 10,
- 2,
- 0.12834,
- "_QIEILELEDLEK_"
- ],
- [
- 43239,
- 2,
- 11,
- 4,
- 0.14259,
- "_VGDSQNPLLSDGDLSTMIGK_"
- ],
- [
- 24827,
- 2,
- 11,
- 5,
- 0.14259,
- "_ECGNYPGFLTILR_"
- ],
- [
- 29180,
- 2,
- 15,
- 4,
- 0.19952,
- "_LAAFADALEFADEEK_"
- ],
- [
- 19016,
- 3,
- 11,
- 6,
- 0.14259,
- "_HGVSCVSLWPGIVQTELLK_"
- ],
- [
- 42377,
- 2,
- 17,
- 4,
- 0.22798,
- "_ETSALEASSPLLTGQILER_"
- ],
- [
- 30566,
- 3,
- 15,
- 6,
- 0.19952,
- "_CFQEMLEEEEEHEWFIPAR_"
- ],
- [
- 51024,
- 3,
- 11,
- 4,
- 0.14259,
- "_VNVTVRPGLAM(Oxidation (M))ALSGSTEPCAQLSISSIGVVGTAEDNR_"
- ],
- [
- 9299,
- 3,
- 17,
- 5,
- 0.22798,
- "_FPGIPFPLDAAVECHR_"
- ],
- [
- 13607,
- 2,
- 19,
- 6,
- 0.25648,
- "_CIESLIAVFQK_"
- ],
- [
- 39881,
- 3,
- 10,
- 6,
- 0.12834,
- "_NLTYFGVVHGPSAQLLSAAPEGVPLAQR_"
- ],
- [
- 13423,
- 2,
- 16,
- 4,
- 0.21376,
- "_VMDGLLVIAMNK_"
- ],
- [
- 48623,
- 3,
- 12,
- 6,
- 0.15683,
- "_NMVVNQAQSCPEHIIYIQEPSDVVNSLDLR_"
- ],
- [
- 39987,
- 2,
- 18,
- 5,
- 0.24222,
- "_LAALPENPPAIDWAYYK_"
- ],
- [
- 18135,
- 3,
- 7,
- 2,
- 0.085558,
- "_FLFNPSACLDEHLMQFK_"
- ],
- [
- 20742,
- 4,
- 18,
- 5,
- 0.24222,
- "_SLVQANPEVAMDSIIHMTQHISPTQR_"
- ],
- [
- 26144,
- 3,
- 10,
- 2,
- 0.12831,
- "_FFGLQTAEEHMQLSFTNVVR_"
- ],
- [
- 14343,
- 2,
- 10,
- 2,
- 0.12831,
- "_FLFVDADQIVR_"
- ],
- [
- 15741,
- 3,
- 12,
- 5,
- 0.15683,
- "_MAVTFIGNSTAIQELFKR_"
- ],
- [
- 6463,
- 3,
- 12,
- 2,
- 0.15683,
- "_VLGIVVGVLLQDHDVR_"
- ],
- [
- 3002,
- 3,
- 13,
- 3,
- 0.17106,
- "_RVPVLGSLLNLPGIR_"
- ],
- [
- 37425,
- 4,
- 13,
- 5,
- 0.17106,
- "_VKLDFVAPATGAHNYTLYFMSDAYMGCDQEYK_"
- ],
- [
- 51773,
- 3,
- 12,
- 5,
- 0.15683,
- "_YNSSSISSVLKDPDSNPYSLLDTSEPEPPVDSEPGEPPPASAR_"
- ],
- [
- 30098,
- 2,
- 19,
- 5,
- 0.25648,
- "_GAGTDEGCLIEILASR_"
- ],
- [
- 32094,
- 2,
- 12,
- 3,
- 0.15683,
- "_KLDTSGFSSILVTLTK_"
- ],
- [
- 46617,
- 3,
- 17,
- 8,
- 0.22799,
- "_QAEAFLNNQEYVLAHTEMPTTLEGAEAAIK_"
- ],
- [
- 44060,
- 2,
- 18,
- 5,
- 0.24222,
- "_GIDIHGVPYVINVTLPDEK_"
- ],
- [
- 11436,
- 2,
- 10,
- 2,
- 0.12831,
- "_TLDVFNITIAR_"
- ],
- [
- 2633,
- 2,
- 10,
- 2,
- 0.12831,
- "_STLLLLLTGK_"
- ],
- [
- 44374,
- 3,
- 26,
- 8,
- 0.35616,
- "_ALVLDCHYPEDEVGQEDEAESDIFSIR_"
- ],
- [
- 46792,
- 4,
- 12,
- 7,
- 0.15683,
- "_LHIACFPVQLDTLSDGASVDESHGISPPLQGEISQTQENSK_"
- ],
- [
- 40770,
- 2,
- 14,
- 2,
- 0.18529,
- "_LGWSQPLGNLQAPLGYDK_"
- ],
- [
- 50229,
- 2,
- 9,
- 4,
- 0.11407,
- "_QPYITQNYFPVGTVVEYECR_"
- ],
- [
- 51521,
- 2,
- 14,
- 5,
- 0.18529,
- "_LLEDGEDFNLGDALDSSNSM(Oxidation (M))QTIQK_"
- ],
- [
- 31918,
- 2,
- 16,
- 5,
- 0.21376,
- "_TGLCYLPEELAALQK_"
- ],
- [
- 26882,
- 3,
- 14,
- 7,
- 0.18529,
- "_LLKPGGVLTYCNLTSWGELMK_"
- ],
- [
- 44240,
- 2,
- 15,
- 6,
- 0.19953,
- "_QGFWEEFETLQQQECK_"
- ],
- [
- 42803,
- 2,
- 9,
- 2,
- 0.11407,
- "_FHDFLGDSWGILFSHPR_"
- ],
- [
- 36094,
- 4,
- 20,
- 8,
- 0.27072,
- "_DLVPNHLSYYLYNHVAMWPEQSDKWPTAVR_"
- ],
- [
- 43552,
- 2,
- 15,
- 5,
- 0.19953,
- "_IIILDEADSMTDGAQQALR_"
- ],
- [
- 21370,
- 3,
- 9,
- 4,
- 0.11407,
- "_VHEENTTIEELEALGESLGK_"
- ],
- [
- 33149,
- 2,
- 9,
- 5,
- 0.11407,
- "_KGNFFMGGSDGGYTIW_"
- ],
- [
- 14782,
- 3,
- 8,
- 3,
- 0.099825,
- "_LGSGDDISVYVIPLIHGNK_"
- ],
- [
- 24510,
- 2,
- 15,
- 3,
- 0.19953,
- "_FEWELPLDEAQR_"
- ],
- [
- 34416,
- 2,
- 12,
- 3,
- 0.15685,
- "_VGEVTYVELLM(Oxidation (M))DAEGK_"
- ],
- [
- 42671,
- 2,
- 12,
- 3,
- 0.15685,
- "_MAVTFIGNSTAIQELFKR_"
- ],
- [
- 11437,
- 2,
- 10,
- 4,
- 0.12833,
- "_VLFNITLDSIK_"
- ],
- [
- 29127,
- 2,
- 19,
- 6,
- 0.25649,
- "_SMVPVQVQLDVPVVK_"
- ],
- [
- 35809,
- 2,
- 10,
- 5,
- 0.12833,
- "_NAQLAQYNFILVVGEK_"
- ],
- [
- 31017,
- 3,
- 13,
- 5,
- 0.1711,
- "_EGQELTALLNTPHIQALLLAHDK_"
- ],
- [
- 42947,
- 4,
- 12,
- 7,
- 0.15685,
- "_KYSEPLEEHGNFLITVPGGSDGPSGVLICSENYITYK_"
- ],
- [
- 49567,
- 3,
- 16,
- 6,
- 0.21379,
- "_YWSQQIEESTTVVTTQSAEVGAAETTLTELRR_"
- ],
- [
- 38060,
- 4,
- 16,
- 8,
- 0.21379,
- "_ETGVITPEEFVAAGDHLVHHCPTWQWATGEELK_"
- ],
- [
- 30377,
- 2,
- 13,
- 3,
- 0.1711,
- "_SEVEEVDFAGWLCK_"
- ],
- [
- 28943,
- 3,
- 13,
- 6,
- 0.1711,
- "_NFIGDYIGMEEHPELQQFVGK_"
- ],
- [
- 6253,
- 2,
- 16,
- 4,
- 0.21379,
- "_VTDLLGGLFSK_"
- ],
- [
- 43809,
- 2,
- 12,
- 3,
- 0.15685,
- "_SFESTVGQGSDTYIYIFR_"
- ],
- [
- 44464,
- 2,
- 13,
- 4,
- 0.1711,
- "_QDIVLTTYNILTHDYGTK_"
- ],
- [
- 45689,
- 3,
- 13,
- 4,
- 0.1711,
- "_EEEEISELQEDDRDQFSDQLASVGMLGR_"
- ],
- [
- 20456,
- 3,
- 17,
- 5,
- 0.22803,
- "_EYFVFRPGSIEQAVEEIR_"
- ],
- [
- 21059,
- 2,
- 10,
- 3,
- 0.12833,
- "_QLWGLLIEETEK_"
- ],
- [
- 31341,
- 2,
- 28,
- 6,
- 0.38468,
- "_ALTVPELTQQMFDAK_"
- ],
- [
- 51406,
- 2,
- 12,
- 7,
- 0.15685,
- "_YTNLSYIGEGAYGMVCSAYDNVNK_"
- ],
- [
- 30768,
- 3,
- 9,
- 2,
- 0.11409,
- "_KGEFVNEYVGELIDEEECMAR_"
- ],
- [
- 22295,
- 4,
- 19,
- 6,
- 0.25649,
- "_LLSHSLLVTLASHLPSDFTPAVHASLDK_"
- ],
- [
- 33927,
- 3,
- 14,
- 5,
- 0.18533,
- "_LLHDGIQPVAAIDSNFASFTYTPR_"
- ],
- [
- 41634,
- 2,
- 23,
- 5,
- 0.31346,
- "_SPDLLMYQGPPDTAEIIK_"
- ],
- [
- 44625,
- 2,
- 14,
- 5,
- 0.18533,
- "_DGNLIAAACQNGSIQIWDR_"
- ],
- [
- 29347,
- 4,
- 14,
- 6,
- 0.18533,
- "_VATDASFTVQSAFLGNSVLGHLENMHPDNSK_"
- ],
- [
- 40728,
- 3,
- 14,
- 7,
- 0.18533,
- "_LQLEYVDVVFANRPDPNTPMEETVR_"
- ],
- [
- 47881,
- 2,
- 9,
- 6,
- 0.11409,
- "_DSNSLAYYNMANGAVIHLALK_"
- ],
- [
- 23726,
- 3,
- 7,
- 2,
- 0.085573,
- "_MPQELIEASNWHGFFLPEK_"
- ],
- [
- 6734,
- 3,
- 10,
- 2,
- 0.12833,
- "_WIAFQILTAVDQAHK_"
- ],
- [
- 15119,
- 4,
- 14,
- 6,
- 0.18533,
- "_IGEIATGSPVSTELGHVLIEISSTHK_"
- ],
- [
- 27526,
- 3,
- 14,
- 3,
- 0.18533,
- "_IETFLNHYPVESSWIAPELR_"
- ],
- [
- 45248,
- 2,
- 10,
- 5,
- 0.12833,
- "_AVANEVGAYVSVINGPEIISK_"
- ],
- [
- 30303,
- 2,
- 18,
- 3,
- 0.24226,
- "_TFDTFCPLGPALVTK_"
- ],
- [
- 33983,
- 3,
- 11,
- 3,
- 0.14258,
- "_DSASEEVFTTMASVCHTLMVQHR_"
- ],
- [
- 34088,
- 2,
- 10,
- 5,
- 0.12833,
- "_DIEQASLAAVSQSLATR_"
- ],
- [
- 45649,
- 3,
- 11,
- 6,
- 0.14258,
- "_IQAQLALKPGLIGNANMVGLANLHAMGIAPPK_"
- ],
- [
- 37637,
- 2,
- 15,
- 7,
- 0.19955,
- "_LDGLVETPTGYIESLPR_"
- ],
- [
- 36945,
- 3,
- 20,
- 6,
- 0.27074,
- "_EDAQVAAEILEIADTPSGDKTSLETR_"
- ],
- [
- 44336,
- 2,
- 5,
- 3,
- 0.057081,
- "_ETYYLSDSPLLGPPVGEPR_"
- ],
- [
- 32164,
- 2,
- 8,
- 4,
- 0.099827,
- "_DVIGFNMAGLDYLKR_"
- ],
- [
- 10575,
- 2,
- 9,
- 5,
- 0.11408,
- "_LIDDMVAQVLK_"
- ],
- [
- 33506,
- 4,
- 11,
- 4,
- 0.14259,
- "_YANVFLQPVTDDIAPGYHSIVQRPMDLSTIK_"
- ],
- [
- 22324,
- 2,
- 5,
- 2,
- 0.057056,
- "_FLMNVITIEDYK_"
- ],
- [
- 29035,
- 3,
- 10,
- 6,
- 0.12834,
- "_DAVPATLHLLPCEVAVDGPAPVGR_"
- ],
- [
- 47325,
- 2,
- 7,
- 4,
- 0.085571,
- "_SDGTLINQVEVGEDGEDLLVK_"
- ],
- [
- 34653,
- 3,
- 12,
- 3,
- 0.15683,
- "_ALEDPAHFEVWCQNTGEVAFLTK_"
- ],
- [
- 1628,
- 2,
- 12,
- 4,
- 0.15683,
- "_DGLIPLEIR_"
- ],
- [
- 36634,
- 2,
- 8,
- 3,
- 0.099827,
- "_APVLLAGTADGNTWMWK_"
- ],
- [
- 38843,
- 2,
- 11,
- 4,
- 0.14259,
- "_LIMVLAGASEFDPQYNK_"
- ],
- [
- 50230,
- 2,
- 4,
- 3,
- 0.042765,
- "_VSNGAGTMSVSLVADENPFAQGALK_"
- ],
- [
- 29554,
- 2,
- 8,
- 2,
- 0.099827,
- "_CITDTLQELVNQSK_"
- ],
- [
- 48510,
- 3,
- 10,
- 4,
- 0.12834,
- "_KPVLPALTINPTIAEGPSPTSEGASEANLVDLQK_"
- ],
- [
- 13051,
- 4,
- 10,
- 5,
- 0.12834,
- "_DLHEFALQNLMHIGPLYPHAFK_"
- ],
- [
- 18082,
- 3,
- 13,
- 5,
- 0.1711,
- "_QDIVLTTYNILTHDYGTK_"
- ],
- [
- 24242,
- 2,
- 13,
- 3,
- 0.1711,
- "_EVLASQLLVLTGQR_"
- ],
- [
- 44284,
- 2,
- 13,
- 5,
- 0.1711,
- "_AILQQLGLNSTCDDSILVK_"
- ],
- [
- 29873,
- 2,
- 6,
- 4,
- 0.071335,
- "_TNLDVNLAVNNLLSR_"
- ],
- [
- 14586,
- 3,
- 9,
- 2,
- 0.11408,
- "_ALDFFVPALHYEVDAQR_"
- ],
- [
- 39309,
- 2,
- 13,
- 5,
- 0.1711,
- "_AFGDVTAHLLQPCLVLR_"
- ],
- [
- 25515,
- 3,
- 13,
- 7,
- 0.1711,
- "_QDLLTAAPASEIAEGLNLHTIR_"
- ],
- [
- 32413,
- 4,
- 8,
- 7,
- 0.099827,
- "_KQGFDLNVPGGEIDASLKAPDVDVNIAGPDAALK_"
- ],
- [
- 22172,
- 3,
- 20,
- 5,
- 0.27074,
- "_GLVYIQQTDDSLIHFCWK_"
- ],
- [
- 16789,
- 4,
- 16,
- 6,
- 0.21381,
- "_LAQENEVDFILLGGDLFHENKPSR_"
- ],
- [
- 38995,
- 3,
- 14,
- 6,
- 0.18535,
- "_MMYGVSPWGDSPIDFEDSAHVPCPR_"
- ],
- [
- 17075,
- 2,
- 15,
- 5,
- 0.19958,
- "_ADVFHAYLSLLK_"
- ],
- [
- 21172,
- 2,
- 16,
- 5,
- 0.21381,
- "_DGWSLWYSEYR_"
- ],
- [
- 28064,
- 2,
- 27,
- 6,
- 0.37042,
- "_LVINGNPITIFQER_"
- ],
- [
- 10065,
- 2,
- 14,
- 4,
- 0.18535,
- "_DFLAGGIAAAISK_"
- ],
- [
- 32915,
- 3,
- 18,
- 7,
- 0.24228,
- "_DVPNETLQVEEDDRPELPWWK_"
- ],
- [
- 25521,
- 2,
- 15,
- 5,
- 0.19958,
- "_THQLSLDAFLVALK_"
- ],
- [
- 29741,
- 2,
- 16,
- 6,
- 0.21381,
- "_SLEQNIQLPAALLSR_"
- ],
- [
- 36804,
- 2,
- 18,
- 7,
- 0.24228,
- "_M(Oxidation (M))TDQEAIQDLWQWR_"
- ],
- [
- 31108,
- 4,
- 18,
- 7,
- 0.24228,
- "_HLGIVGECNIQFALHPTSMEYCIIEVNAR_"
- ],
- [
- 23599,
- 3,
- 18,
- 6,
- 0.24228,
- "_YLEQLHQLYSDSFPMELR_"
- ],
- [
- 28116,
- 3,
- 18,
- 7,
- 0.24228,
- "_LQPHEFQGGTFTISNLGMFGIK_"
- ],
- [
- 17549,
- 3,
- 19,
- 6,
- 0.25651,
- "_GIDIHGVPYVINVTLPDEK_"
- ],
- [
- 36244,
- 4,
- 15,
- 5,
- 0.19958,
- "_HVYIFGGMTPAGALDTMYQYHTEEQHWTLLK_"
- ],
- [
- 34949,
- 2,
- 14,
- 4,
- 0.18535,
- "_DLDQASLAAVSQQLAPR_"
- ],
- [
- 37321,
- 2,
- 24,
- 6,
- 0.32772,
- "_TMQALEIELQSQLSMK_"
- ],
- [
- 42952,
- 2,
- 14,
- 5,
- 0.18535,
- "_GLMVSLSTDDPLQFHFTK_"
- ],
- [
- 50974,
- 2,
- 21,
- 8,
- 0.285,
- "_EEFASTCPDDEEIELAYEQVAK_"
- ],
- [
- 38431,
- 2,
- 12,
- 5,
- 0.18535,
- "_DLLNELESPKEEPIEE_"
- ],
- [
- 38561,
- 2,
- 16,
- 5,
- 0.21381,
- "_DAAEIVLEAFCAHASQR_"
- ],
- [
- 39656,
- 3,
- 17,
- 6,
- 0.22811,
- "_GHADSVTGLSLSSEGSYLLSNAMDNTVR_"
- ],
- [
- 32297,
- 2,
- 13,
- 5,
- 0.17113,
- "_VQSDGQIVLVDDWIK_"
- ],
- [
- 24167,
- 3,
- 13,
- 5,
- 0.17113,
- "_LEEVVQILGDKFPCTLVAQK_"
- ],
- [
- 30372,
- 3,
- 18,
- 6,
- 0.24234,
- "_EEISATQIIVCTPEKWDIITR_"
- ],
- [
- 42736,
- 2,
- 12,
- 4,
- 0.15689,
- "_GSPLLGPVVPGPSPIPSVTEK_"
- ],
- [
- 51284,
- 3,
- 12,
- 7,
- 0.15689,
- "_FEIINAIYEPTEEECEWKPDEEDEISEELKEK_"
- ],
- [
- 46056,
- 2,
- 12,
- 4,
- 0.15689,
- "_GYAVNVFDIQQGFDNPQVR_"
- ],
- [
- 49856,
- 2,
- 18,
- 7,
- 0.24234,
- "_FLYGCQAPTICFVYQDPQGR_"
- ],
- [
- 19954,
- 2,
- 13,
- 4,
- 0.17113,
- "_NGEDLGVAFWISK_"
- ],
- [
- 33289,
- 3,
- 12,
- 4,
- 0.15689,
- "_DTSSLESYLQTELHLYTEQSHK_"
- ],
- [
- 47109,
- 3,
- 12,
- 6,
- 0.15689,
- "_GPSPRPPATAYDAPASAFGSSLLGSGGSAFAPPLR_"
- ],
- [
- 45750,
- 2,
- 19,
- 7,
- 0.25658,
- "_GQCDLELINVCNENSLFK_"
- ],
- [
- 24164,
- 3,
- 10,
- 4,
- 0.12838,
- "_KENVIFFQQGMLPAMSFDGK_"
- ],
- [
- 21599,
- 2,
- 17,
- 3,
- 0.22811,
- "_LWDFQGFECIR_"
- ],
- [
- 46071,
- 3,
- 13,
- 6,
- 0.17113,
- "_NDVDVQIDQESYLPEDIAGGVEIYNGDRK_"
- ],
- [
- 36409,
- 2,
- 23,
- 4,
- 0.31354,
- "_SLLNLLSSQEEDFNSK_"
- ],
- [
- 36002,
- 3,
- 15,
- 5,
- 0.19965,
- "_ISNGGLEEGKPVDLVLSCVDNFEAR_"
- ],
- [
- 16366,
- 3,
- 14,
- 4,
- 0.1854,
- "_VLEVQPEKLELIMDEMK_"
- ],
- [
- 16204,
- 3,
- 14,
- 6,
- 0.1854,
- "_EGDIIPPLTGATPPLIGHLK_"
- ],
- [
- 28267,
- 3,
- 16,
- 7,
- 0.21388,
- "_AEVLISTVGPEDCVVPFLTRPK_"
- ],
- [
- 34480,
- 4,
- 15,
- 7,
- 0.19965,
- "_HLDLIYNFGCHLTDDYRPGVDPALSDPVLAR_"
- ],
- [
- 43698,
- 2,
- 13,
- 4,
- 0.17113,
- "_VPFESEDNQGIVYAWVGR_"
- ],
- [
- 38219,
- 3,
- 16,
- 6,
- 0.21388,
- "_LMSSNSTDLPLNIECFMNDKDVSGK_"
- ],
- [
- 39299,
- 2,
- 13,
- 5,
- 0.1854,
- "_FQQQLEQLSAMGFLNR_"
- ],
- [
- 20996,
- 3,
- 15,
- 6,
- 0.19965,
- "_WNQQQLDDLYLIAICHR_"
- ],
- [
- 47180,
- 3,
- 12,
- 2,
- 0.15689,
- "_EQQNISPVVEEEPEFSLPQPSLHDLTQDK_"
- ],
- [
- 50696,
- 3,
- 9,
- 5,
- 0.11412,
- "_TLENDEEQEALPSLDKPGWYSQGNAVHLYELLK_"
- ],
- [
- 40820,
- 2,
- 31,
- 7,
- 0.42748,
- "_GHYTEGAELVDSVLDVVR_"
- ],
- [
- 50771,
- 3,
- 12,
- 4,
- 0.15689,
- "_ENGAFTVLVDNYVKEEEGTGVVHQAPYFGAEDYR_"
- ],
- [
- 50874,
- 2,
- 13,
- 5,
- 0.17113,
- "_QMNTNWPASVQVSVNATPLTIER_"
- ],
- [
- 43687,
- 3,
- 16,
- 7,
- 0.2139,
- "_VDEFPLCGHM(Oxidation (M))VSDEYEQLSSEALEAAR_"
- ],
- [
- 16621,
- 2,
- 17,
- 2,
- 0.22813,
- "_DSLPPSPLLFPGK_"
- ],
- [
- 21748,
- 3,
- 14,
- 6,
- 0.18538,
- "_QWIQISDAVYHMVYEQAK_"
- ],
- [
- 9835,
- 2,
- 13,
- 3,
- 0.17113,
- "_QNIFEFFER_"
- ],
- [
- 26313,
- 3,
- 14,
- 5,
- 0.18538,
- "_QVCQLPGLFSYAQHIASIDGR_"
- ],
- [
- 47610,
- 3,
- 20,
- 8,
- 0.27083,
- "_HLGIVGECNIQFALHPTSMEYCIIEVNAR_"
- ],
- [
- 10318,
- 3,
- 12,
- 4,
- 0.15689,
- "_APSIIFIDELDAIGTKR_"
- ],
- [
- 28566,
- 2,
- 14,
- 4,
- 0.18538,
- "_EGFWPEAFSEVAEK_"
- ],
- [
- 5618,
- 3,
- 10,
- 5,
- 0.12837,
- "_LIIDCSFDHLMVLK_"
- ],
- [
- 49805,
- 3,
- 7,
- 6,
- 0.085602,
- "_LAGLSQITNQLHTFNDVCNNESLVSDTETSIAK_"
- ],
- [
- 34618,
- 2,
- 10,
- 4,
- 0.12837,
- "_YLTLPQDNELAIDLR_"
- ],
- [
- 12992,
- 3,
- 10,
- 4,
- 0.12837,
- "_FYGAEIVSALDYLHSEK_"
- ],
- [
- 50676,
- 2,
- 19,
- 10,
- 0.25659,
- "_YIELFLNSTPGGGSGMGGSGMGGYGR_"
- ],
- [
- 15319,
- 4,
- 13,
- 6,
- 0.17113,
- "_EKLEAYQHLFYLLQTNPTYLAK_"
- ],
- [
- 43619,
- 2,
- 11,
- 2,
- 0.14262,
- "_NITATFQYLYLCPSEDK_"
- ],
- [
- 45184,
- 3,
- 16,
- 8,
- 0.2139,
- "_HAVSDPSILDSLDLNEDEREVLINNINR_"
- ],
- [
- 42327,
- 3,
- 13,
- 5,
- 0.17113,
- "_GPELSLASIHVPLESIKPSSALPVTAYDK_"
- ],
- [
- 50977,
- 2,
- 11,
- 6,
- 0.14262,
- "_VLAAGGLGQGGGGGQSSVLSGISLYDPR_"
- ],
- [
- 22313,
- 3,
- 11,
- 5,
- 0.14262,
- "_GIGGIFFDDLDSPSKEEVFR_"
- ],
- [
- 28463,
- 2,
- 17,
- 6,
- 0.22813,
- "_LFQEDDEIPLYLK_"
- ],
- [
- 20525,
- 2,
- 19,
- 5,
- 0.25659,
- "_MLAIYDGFDGFAK_"
- ],
- [
- 20244,
- 4,
- 13,
- 3,
- 0.17113,
- "_LKEDLLSHTTAELNYGLAHFVNEIR_"
- ],
- [
- 31085,
- 3,
- 11,
- 3,
- 0.14263,
- "_SIEVMGDGCLNDEHLEELGGILK_"
- ],
- [
- 46290,
- 3,
- 14,
- 7,
- 0.18539,
- "_TPIGTPAMNMATPTPGHIMSMTPEQLQAWR_"
- ],
- [
- 23955,
- 3,
- 14,
- 4,
- 0.18539,
- "_VISEFVIPSVYWVEDQNKK_"
- ],
- [
- 4497,
- 2,
- 15,
- 5,
- 0.19963,
- "_DLEALMFDR_"
- ],
- [
- 47098,
- 2,
- 13,
- 2,
- 0.17114,
- "_TDTSPVLETAGTVAAMAATPSAR_"
- ],
- [
- 27635,
- 2,
- 10,
- 5,
- 0.12837,
- "_ELMNLTGTIPVPYR_"
- ],
- [
- 47777,
- 3,
- 27,
- 7,
- 0.37052,
- "_GYSFGHPSSVAGEVVFNTGLGGYPEAITDPAYK_"
- ],
- [
- 47167,
- 2,
- 13,
- 3,
- 0.17114,
- "_ENTAEALPEGFFDDPEVDAR_"
- ],
- [
- 12178,
- 2,
- 10,
- 4,
- 0.12837,
- "_LFWEWGDGIR_"
- ],
- [
- 48759,
- 3,
- 10,
- 4,
- 0.12837,
- "_GTITLELLEHNEAYTWTNPTCCVHNIIVGK_"
- ],
- [
- 27295,
- 2,
- 11,
- 4,
- 0.14263,
- "_DLSIGNPIPTVVSGAR_"
- ],
- [
- 45915,
- 4,
- 12,
- 3,
- 0.15688,
- "_APVQLENHQLVPPGGGGGGSGGPPSAPAPPPPGAAVAAAAAAAASPGYR_"
- ],
- [
- 35519,
- 4,
- 12,
- 6,
- 0.15688,
- "_LFHTLTVEASTHPDALVGTGFEDDPQAVLQTMR_"
- ],
- [
- 22933,
- 2,
- 12,
- 5,
- 0.15688,
- "_SLNYWCNLLGMK_"
- ],
- [
- 18405,
- 4,
- 12,
- 5,
- 0.15688,
- "_LPEDSTKEDIQIQFLPDHINIVLK_"
- ],
- [
- 2293,
- 2,
- 11,
- 3,
- 0.14263,
- "_DLSDFPLIK_"
- ],
- [
- 30259,
- 3,
- 8,
- 2,
- 0.099855,
- "_AITPAYPANHADIIFDITDGNLR_"
- ],
- [
- 34813,
- 3,
- 13,
- 6,
- 0.17114,
- "_TCAHLFTATINLNSANDSWFGSLK_"
- ],
- [
- 44558,
- 2,
- 20,
- 7,
- 0.27084,
- "_NQDLAPNSAEQASILSLVTK_"
- ],
- [
- 44932,
- 2,
- 9,
- 4,
- 0.11413,
- "_EGPIDLGACNQDDWISAVR_"
- ],
- [
- 13534,
- 3,
- 31,
- 7,
- 0.42748,
- "_GHYTEGAELVDSVLDVVR_"
- ],
- [
- 40484,
- 4,
- 15,
- 8,
- 0.19963,
- "_RDDSNESDVVESLDEIYHTGTFAQIHEMQDLGDK_"
- ],
- [
- 49577,
- 2,
- 15,
- 6,
- 0.19963,
- "_AAETVVDPEMTPYLDIANQTGR_"
- ],
- [
- 32434,
- 3,
- 18,
- 6,
- 0.24238,
- "_IALALTAISLGTARPPPSMSAAGLAAR_"
- ],
- [
- 23128,
- 2,
- 15,
- 2,
- 0.19963,
- "_NAGLAFIELVNEGR_"
- ],
- [
- 45937,
- 4,
- 17,
- 10,
- 0.22815,
- "_EPGEYAVHIMCDDEDIKDSPYMAFIHPATGGYNPDLVR_"
- ],
- [
- 23526,
- 3,
- 14,
- 4,
- 0.18539,
- "_ELICHNQFSLFLVGSGGFGGK_"
- ],
- [
- 50270,
- 2,
- 19,
- 6,
- 0.25661,
- "_LAENSASSDDLLVAEVGISDYGDK_"
- ],
- [
- 20313,
- 2,
- 15,
- 4,
- 0.19963,
- "_WLGGAVEDYFMR_"
- ],
- [
- 43075,
- 2,
- 19,
- 6,
- 0.25661,
- "_VPFLEVNDPGEPSGLETLK_"
- ],
- [
- 34956,
- 3,
- 14,
- 7,
- 0.18539,
- "_LQIQCVVEDDKVGTDLLEEEITK_"
- ],
- [
- 49015,
- 2,
- 19,
- 5,
- 0.25661,
- "_GLPGDVTNQEVHDLLSDYELK_"
- ],
- [
- 41570,
- 4,
- 17,
- 8,
- 0.22815,
- "_FEIINAIYEPTEEECEWKPDEEDEISEELKEK_"
- ],
- [
- 47060,
- 3,
- 9,
- 5,
- 0.11413,
- "_ISEVFDCWFESGSMPYAQVHYPFENKR_"
- ],
- [
- 45023,
- 2,
- 18,
- 4,
- 0.24242,
- "_GM(Oxidation (M))SLNLEPDNVGVVVFGNDK_"
- ],
- [
- 50355,
- 2,
- 13,
- 5,
- 0.17114,
- "_NQDETEDTELQGMNEYLSSFK_"
- ],
- [
- 31997,
- 3,
- 11,
- 6,
- 0.14264,
- "_CPSPPMINLISVGGQHQGVFGLPR_"
- ],
- [
- 43650,
- 2,
- 16,
- 7,
- 0.2139,
- "_DMAGLLKPTACTMLVSSLR_"
- ],
- [
- 24925,
- 4,
- 13,
- 5,
- 0.17114,
- "_DLPRPSEVNETILRPLNVEPPLTDLQK_"
- ],
- [
- 18749,
- 2,
- 14,
- 2,
- 0.18541,
- "_VDDLLESYMGIR_"
- ],
- [
- 25427,
- 3,
- 7,
- 5,
- 0.085583,
- "_NFAADHFNQEILPVFLNANR_"
- ],
- [
- 27943,
- 4,
- 16,
- 5,
- 0.2139,
- "_IQAQLALKPGLIGNANMVGLANLHAMGIAPPK_"
- ],
- [
- 41660,
- 2,
- 13,
- 5,
- 0.17114,
- "_AIGAVPLIQGEYMIPCEK_"
- ],
- [
- 10888,
- 2,
- 14,
- 4,
- 0.18541,
- "_EVDFCISLLR_"
- ],
- [
- 49400,
- 2,
- 13,
- 2,
- 0.17114,
- "_IYASQTDQMVFNAYQAGVGALK_"
- ],
- [
- 38130,
- 2,
- 10,
- 2,
- 0.1284,
- "_YFTLGLPTGSTPLGCYK_"
- ],
- [
- 44832,
- 2,
- 12,
- 3,
- 0.15689,
- "_EEVQWDVDTIYLTQDTR_"
- ],
- [
- 33692,
- 2,
- 11,
- 5,
- 0.14264,
- "_STAAPLTMTMCLPDLK_"
- ],
- [
- 18484,
- 2,
- 15,
- 2,
- 0.19965,
- "_WMMIPPYVDPR_"
- ],
- [
- 37067,
- 2,
- 12,
- 4,
- 0.15689,
- "_DYGVQLVEEGADTFTAK_"
- ],
- [
- 27816,
- 2,
- 15,
- 5,
- 0.19965,
- "_ALLAYAFALAGNQER_"
- ],
- [
- 37283,
- 2,
- 18,
- 4,
- 0.24242,
- "_GSLELCDFVTASSFCR_"
- ],
- [
- 23815,
- 2,
- 11,
- 4,
- 0.14264,
- "_DQLAADMYNFMAK_"
- ],
- [
- 41282,
- 4,
- 15,
- 6,
- 0.19965,
- "_VLLPTPPCGALQPGFPLQHDGERDPFTCPGFASQDK_"
- ],
- [
- 46002,
- 2,
- 15,
- 5,
- 0.19965,
- "_LATVAPMSVYACLGNDAAAIR_"
- ],
- [
- 45345,
- 2,
- 18,
- 7,
- 0.24242,
- "_PVIVEPLEQLDDEDGLPEK_"
- ],
- [
- 18853,
- 2,
- 25,
- 4,
- 0.34206,
- "_GGELCLSMASFLK_"
- ],
- [
- 26168,
- 3,
- 12,
- 6,
- 0.15689,
- "_VNDKNPHVALYALEVMESVVK_"
- ],
- [
- 25439,
- 2,
- 16,
- 3,
- 0.2139,
- "_LLEQALVIEEQLR_"
- ],
- [
- 27275,
- 4,
- 20,
- 4,
- 0.27087,
- "_HAVSDPSILDSLDLNEDEREVLINNINR_"
- ],
- [
- 22258,
- 3,
- 8,
- 2,
- 0.099829,
- "_TILSELAPSLPSYHNLEWR_"
- ],
- [
- 44457,
- 2,
- 19,
- 6,
- 0.25665,
- "_NSLLAGGDDDTMSVISGISSR_"
- ],
- [
- 43052,
- 2,
- 15,
- 6,
- 0.19965,
- "_VLVTVIQGAVEYPDPIAQK_"
- ],
- [
- 8852,
- 2,
- 14,
- 4,
- 0.18537,
- "_DLQEFVPFGR_"
- ],
- [
- 35407,
- 2,
- 14,
- 4,
- 0.18537,
- "_TDNTEVLLSADFTGAIK_"
- ],
- [
- 29029,
- 2,
- 11,
- 3,
- 0.14263,
- "_PQTVILPGPAPWGFR_"
- ],
- [
- 27484,
- 3,
- 16,
- 2,
- 0.21388,
- "_VNSDSGIPGLAASVLVVSHGAYMR_"
- ],
- [
- 18735,
- 3,
- 20,
- 6,
- 0.27088,
- "_KLDVSIEMPEELDISQLR_"
- ],
- [
- 36683,
- 2,
- 11,
- 6,
- 0.14263,
- "_LDMLVASVGTGGTITGIAR_"
- ],
- [
- 26923,
- 3,
- 12,
- 5,
- 0.15687,
- "_KLSDLQTQLSHEIQSDVLTIN_"
- ],
- [
- 19868,
- 2,
- 13,
- 3,
- 0.17112,
- "_AAALVLQTIWGYK_"
- ],
- [
- 23447,
- 3,
- 17,
- 4,
- 0.22813,
- "_DSNSLAYYNMANGAVIHLALK_"
- ],
- [
- 26620,
- 3,
- 13,
- 2,
- 0.17112,
- "_TELEETTAEAEEEIQALTAHR_"
- ],
- [
- 31639,
- 2,
- 13,
- 4,
- 0.17112,
- "_QTITQLSFELSEFR_"
- ],
- [
- 40302,
- 2,
- 13,
- 3,
- 0.17112,
- "_FYGAEIVSALDYLHSEK_"
- ],
- [
- 49448,
- 2,
- 14,
- 4,
- 0.18537,
- "_AYTSPLIDMFNNPATAAPNSQR_"
- ],
- [
- 18217,
- 3,
- 12,
- 5,
- 0.15687,
- "_EGTYDGSWALADVMSQLKK_"
- ],
- [
- 50830,
- 2,
- 18,
- 7,
- 0.2424,
- "_LVEYDIDEVVYDEDSPYQNIK_"
- ],
- [
- 42845,
- 3,
- 8,
- 5,
- 0.099813,
- "_VGAAISMTYITSKPIVFVGTGQTYCDLR_"
- ],
- [
- 50394,
- 2,
- 16,
- 5,
- 0.21388,
- "_DGFPGPEDFGPEENFDASEEAAR_"
- ],
- [
- 44545,
- 2,
- 11,
- 2,
- 0.14263,
- "_DEYDDLSDLNAVQMESVR_"
- ],
- [
- 46546,
- 2,
- 16,
- 7,
- 0.21388,
- "_PSYVLSGSAMNVVFSEDEMK_"
- ],
- [
- 7504,
- 4,
- 15,
- 6,
- 0.19964,
- "_VNDKNPHVALYALEVMESVVK_"
- ],
- [
- 38941,
- 2,
- 12,
- 2,
- 0.15687,
- "_TEFLIEFDGVQSAGDDR_"
- ],
- [
- 20005,
- 2,
- 12,
- 5,
- 0.15687,
- "_DIINMLFYHDR_"
- ],
- [
- 38012,
- 2,
- 14,
- 6,
- 0.18537,
- "_IMVVGSTINDVLAVNTPK_"
- ],
- [
- 8149,
- 3,
- 16,
- 5,
- 0.21388,
- "_YQPFKPLSIGGIIILK_"
- ],
- [
- 22151,
- 3,
- 15,
- 4,
- 0.19964,
- "_DMAAFNERPIIFALSNPTSK_"
- ],
- [
- 43086,
- 3,
- 15,
- 7,
- 0.19964,
- "_LSHLDYDITLQEAGLCPQETVFVQER_"
- ],
- [
- 29595,
- 3,
- 15,
- 3,
- 0.19964,
- "_QCIRPAEIVASLLEGEENTCGK_"
- ],
- [
- 48923,
- 3,
- 12,
- 6,
- 0.15687,
- "_AGAGYILEDFNEAQCNTAYQCLLIADQHCR_"
- ],
- [
- 29700,
- 2,
- 15,
- 3,
- 0.19964,
- "_TSQTVATFLDELAQK_"
- ],
- [
- 2132,
- 2,
- 9,
- 3,
- 0.11406,
- "_GLIPVFALGR_"
- ],
- [
- 34867,
- 2,
- 8,
- 3,
- 0.099813,
- "_NITTVLQPCSLFMEK_"
- ],
- [
- 12156,
- 2,
- 20,
- 5,
- 0.27088,
- "_QWFINITDIK_"
- ],
- [
- 51195,
- 2,
- 11,
- 5,
- 0.14263,
- "_AFQNQENSVNQEIEQFQQAIEK_"
- ],
- [
- 37400,
- 3,
- 15,
- 5,
- 0.19964,
- "_FLVEDYCFADLAPQKPAPPLDTDR_"
- ],
- [
- 41859,
- 2,
- 9,
- 2,
- 0.11406,
- "_ELAEATGLTTTQVSNWFK_"
- ],
- [
- 43036,
- 2,
- 14,
- 5,
- 0.21388,
- "_ELGGESNFGDALLDAGESMK_"
- ],
- [
- 10556,
- 2,
- 14,
- 3,
- 0.18537,
- "_SLFLFDEMDK_"
- ],
- [
- 25786,
- 3,
- 22,
- 5,
- 0.29934,
- "_GLPGDVTNQEVHDLLSDYELK_"
- ],
- [
- 46549,
- 2,
- 10,
- 7,
- 0.12835,
- "_NDLSICGTLHSVDQYLNIK_"
- ],
- [
- 21210,
- 3,
- 11,
- 5,
- 0.14259,
- "_ENKPSIIFIDEIDSLCGSR_"
- ],
- [
- 37230,
- 2,
- 12,
- 3,
- 0.15687,
- "_VAASQLTCLGCLELIAK_"
- ],
- [
- 44473,
- 2,
- 10,
- 2,
- 0.1283,
- "_EDPNYYSYLEMDLQCR_"
- ],
- [
- 16602,
- 3,
- 14,
- 5,
- 0.18536,
- "_GMLSTHLTSMFEYLAPPR_"
- ],
- [
- 29955,
- 2,
- 13,
- 4,
- 0.1711,
- "_DQLIYLLEQLPGKK_"
- ],
- [
- 18523,
- 2,
- 14,
- 4,
- 0.18536,
- "_CYADTMFSLLGK_"
- ],
- [
- 45603,
- 2,
- 10,
- 5,
- 0.1283,
- "_TSNFALVGSYTLSLSSVGNTK_"
- ],
- [
- 38992,
- 2,
- 13,
- 5,
- 0.1711,
- "_GTVIEVNVSELGLVTQGGK_"
- ],
- [
- 49622,
- 2,
- 12,
- 4,
- 0.15687,
- "_TIHFPSGQTLDVFEAAELYQK_"
- ],
- [
- 49809,
- 2,
- 12,
- 4,
- 0.15687,
- "_LNDGHFMPVLGFGTYAPPEVPR_"
- ],
- [
- 41418,
- 2,
- 14,
- 6,
- 0.18536,
- "_FASWALESDNNTALLLSK_"
- ],
- [
- 32914,
- 3,
- 13,
- 6,
- 0.1711,
- "_AEMDMVAWGVDLASVEQHINSHR_"
- ],
- [
- 39281,
- 4,
- 13,
- 8,
- 0.1711,
- "_SPNCQGLMHLQGKPVCSFDPEGLIFAAGVNSEMVK_"
- ],
- [
- 21626,
- 2,
- 11,
- 5,
- 0.14259,
- "_LNLDNVISVSIGAR_"
- ],
- [
- 48865,
- 2,
- 12,
- 6,
- 0.15687,
- "_NFAADHFNQEILPVFLNANR_"
- ],
- [
- 38928,
- 3,
- 13,
- 6,
- 0.1711,
- "_RPLGNFTAPPTYTETLSTAPLASWVR_"
- ],
- [
- 42632,
- 2,
- 11,
- 4,
- 0.14259,
- "_ELWAYCGSEQLDVADLR_"
- ],
- [
- 23733,
- 3,
- 8,
- 2,
- 0.099787,
- "_CTVIGGSGFLGQHMVEQLLAR_"
- ],
- [
- 50424,
- 2,
- 23,
- 7,
- 0.31358,
- "_IESDVQEPTEPEDDLDIMLGNK_"
- ],
- [
- 37827,
- 2,
- 15,
- 3,
- 0.19961,
- "_LLGPDAAINLTDPDGALAK_"
- ],
- [
- 7896,
- 2,
- 16,
- 5,
- 0.21388,
- "_VVLPTFILER_"
- ],
- [
- 33555,
- 2,
- 18,
- 5,
- 0.24237,
- "_TINLYPLTNYTFGTK_"
- ],
- [
- 35208,
- 3,
- 17,
- 7,
- 0.22812,
- "_EKLEAYQHLFYLLQTNPTYLAK_"
- ],
- [
- 13826,
- 3,
- 26,
- 7,
- 0.35627,
- "_DPNAFLFDHLLTLKPVK_"
- ],
- [
- 30555,
- 2,
- 6,
- 4,
- 0.071234,
- "_VDVVCLASLSDPELR_"
- ],
- [
- 49261,
- 2,
- 16,
- 8,
- 0.21388,
- "_LSLVAVSNSVPQDICCMAADGR_"
- ],
- [
- 41154,
- 2,
- 15,
- 5,
- 0.19961,
- "_VLQLLLEAFHCAEPSSR_"
- ],
- [
- 46702,
- 2,
- 10,
- 5,
- 0.1283,
- "_VSQM(Oxidation (M))AQYFEPLTLAAVGAASK_"
- ],
- [
- 4221,
- 2,
- 14,
- 4,
- 0.18536,
- "_WDGVPFILR_"
- ],
- [
- 33351,
- 3,
- 9,
- 4,
- 0.11405,
- "_FNANISYSGVLHAVTQDGLFSENK_"
- ],
- [
- 48464,
- 2,
- 10,
- 2,
- 0.1283,
- "_AQPVQVAEGSEPDSFWEALGGK_"
- ],
- [
- 28930,
- 3,
- 14,
- 5,
- 0.18536,
- "_VPAEGLEEVLTTPETVLTGHTEK_"
- ],
- [
- 49672,
- 2,
- 9,
- 4,
- 0.11405,
- "_VEPTQDISISDQLGGQDVPVFR_"
- ],
- [
- 15901,
- 3,
- 20,
- 5,
- 0.27089,
- "_FHDFLGDSWGILFSHPR_"
- ],
- [
- 30564,
- 2,
- 16,
- 4,
- 0.21388,
- "_IFQNLNGALDEVVLK_"
- ],
- [
- 21787,
- 2,
- 9,
- 2,
- 0.11405,
- "_MLGLTVSLIQDAGR_"
- ],
- [
- 49395,
- 2,
- 9,
- 4,
- 0.11404,
- "_GEADLFDSGDIFSTGTGSQSVER_"
- ],
- [
- 35903,
- 3,
- 18,
- 3,
- 0.24238,
- "_AGIEAGNINITSGEVFEIEEHISER_"
- ],
- [
- 14506,
- 2,
- 11,
- 2,
- 0.14255,
- "_GVDILLTSPWPK_"
- ],
- [
- 40439,
- 3,
- 11,
- 2,
- 0.14255,
- "_IHQLEDLEATFADLCDGDDEETVQR_"
- ],
- [
- 44884,
- 2,
- 29,
- 6,
- 0.39903,
- "_TILSNQTVDIPENVDITLK_"
- ],
- [
- 21547,
- 4,
- 13,
- 6,
- 0.17112,
- "_DVLCVQIAGLCHDLGHGPFSHMFDGR_"
- ],
- [
- 48577,
- 2,
- 13,
- 5,
- 0.17112,
- "_YQTDCAPNNGYFMIPLYDK_"
- ],
- [
- 6997,
- 3,
- 9,
- 4,
- 0.11404,
- "_TGLFTPDLAFEAIVKK_"
- ],
- [
- 38647,
- 3,
- 15,
- 7,
- 0.19962,
- "_ILLSQTTGVAIPLHASSLDDVSLASTPK_"
- ],
- [
- 30311,
- 3,
- 9,
- 5,
- 0.11404,
- "_IFPHLYLGSEWNAANLEELQR_"
- ],
- [
- 5253,
- 2,
- 12,
- 2,
- 0.15685,
- "_LSIWAIPSLK_"
- ],
- [
- 28827,
- 3,
- 20,
- 5,
- 0.27089,
- "_AIVHAVGQELQVTGPFNLQLIAK_"
- ],
- [
- 25090,
- 2,
- 10,
- 4,
- 0.12831,
- "_QATLIPDEVFDAVK_"
- ],
- [
- 36049,
- 2,
- 12,
- 3,
- 0.15685,
- "_FVGLGVFVDTYPNEEK_"
- ],
- [
- 3901,
- 2,
- 21,
- 6,
- 0.28514,
- "_LLEPVLLLGK_"
- ],
- [
- 24440,
- 2,
- 12,
- 6,
- 0.15685,
- "_YSVQLLTPANLLAK_"
- ],
- [
- 20306,
- 3,
- 13,
- 5,
- 0.17112,
- "_LELLIDKTENLVDSSVTFK_"
- ],
- [
- 13485,
- 3,
- 12,
- 6,
- 0.15685,
- "_FDLNEPLHLSFLQNAAK_"
- ],
- [
- 29353,
- 2,
- 13,
- 3,
- 0.17112,
- "_MLAAYLYEVSQLKD_"
- ],
- [
- 43509,
- 3,
- 22,
- 9,
- 0.29937,
- "_LGVNNISGIEEVNMFTNQGTVIHFNNPK_"
- ],
- [
- 4625,
- 2,
- 13,
- 4,
- 0.17112,
- "_DLIGVQNLLK_"
- ],
- [
- 33644,
- 3,
- 10,
- 2,
- 0.12831,
- "_NLASLLLHCVQLTDGVSQIHYIK_"
- ],
- [
- 31311,
- 3,
- 17,
- 5,
- 0.22813,
- "_WFCTGDIGEFHPDGCLQIIDR_"
- ],
- [
- 24763,
- 3,
- 10,
- 4,
- 0.12831,
- "_SIFELWGHGQSPEELYSSLK_"
- ],
- [
- 47012,
- 2,
- 12,
- 5,
- 0.15685,
- "_NLGDNTINMPPLSTIDPSGTR_"
- ],
- [
- 13133,
- 4,
- 19,
- 7,
- 0.25662,
- "_AEMDMVAWGVDLASVEQHINSHR_"
- ],
- [
- 22127,
- 3,
- 12,
- 4,
- 0.15685,
- "_GVAASLLAPLLPEGIKEEEER_"
- ],
- [
- 34120,
- 2,
- 16,
- 5,
- 0.21387,
- "_THVDILNDFTLDVMK_"
- ],
- [
- 49706,
- 3,
- 10,
- 4,
- 0.12831,
- "_LLGGQTSYQSAGDPKEDELYEAAIIETNCIYR_"
- ],
- [
- 42398,
- 2,
- 11,
- 4,
- 0.14255,
- "_LLEDDFWADVSTLHVQK_"
- ],
- [
- 50118,
- 2,
- 11,
- 6,
- 0.14255,
- "_TDLDQQTSILIVPPAEPGACAVR_"
- ],
- [
- 51110,
- 3,
- 15,
- 5,
- 0.19962,
- "_AHESAVTGLSLHATGDYLLSSSDDQYWAFSDIQTGR_"
- ],
- [
- 37355,
- 4,
- 14,
- 8,
- 0.18536,
- "_CQFGLAQECLHHAQDYGGLLLLATASGNANMVNK_"
- ],
- [
- 9775,
- 3,
- 18,
- 6,
- 0.24238,
- "_VLEGLREDMLETLVPK_"
- ],
- [
- 30121,
- 4,
- 17,
- 8,
- 0.22812,
- "_ISEVFDCWFESGSMPYAQVHYPFENKR_"
- ],
- [
- 30593,
- 3,
- 14,
- 5,
- 0.18537,
- "_EKLEDPDPGVQSAAVNVICELAR_"
- ],
- [
- 50786,
- 3,
- 11,
- 7,
- 0.14256,
- "_AECTEESIVEQTYAPAECVSQAIDINEPIGNLKK_"
- ],
- [
- 25334,
- 3,
- 12,
- 4,
- 0.1568,
- "_TVSYAVEFHPDTGDIIMEFR_"
- ],
- [
- 11342,
- 4,
- 13,
- 5,
- 0.17109,
- "_MLPVDEFLPVMFDKHPVSEYK_"
- ],
- [
- 50847,
- 2,
- 11,
- 6,
- 0.14256,
- "_AYPVSGSPEYLTEDLPDSIQVGGR_"
- ],
- [
- 40232,
- 2,
- 16,
- 5,
- 0.21387,
- "_LAM(Oxidation (M))QEFM(Oxidation (M))ILPVGAANFR_"
- ],
- [
- 48484,
- 2,
- 6,
- 5,
- 0.071239,
- "_EMFDAEYDEGESTYFDDLK_"
- ],
- [
- 50930,
- 3,
- 12,
- 2,
- 0.1568,
- "_ALDEVTSSQPPPLPPPPPPAQETQEPSPILDSEETR_"
- ],
- [
- 41766,
- 2,
- 13,
- 6,
- 0.17109,
- "_YGQESEFLCLEFDEVK_"
- ],
- [
- 20460,
- 3,
- 12,
- 5,
- 0.1568,
- "_AHPQGLVLVTDAIPALGLGNGR_"
- ],
- [
- 47752,
- 2,
- 13,
- 5,
- 0.17109,
- "_MTLDTLSIYETPSMGLLDKK_"
- ],
- [
- 17438,
- 2,
- 13,
- 4,
- 0.17109,
- "_SVLELIPELNEK_"
- ],
- [
- 42293,
- 3,
- 9,
- 4,
- 0.11404,
- "_LEELAVICANYDIPHIVNNAYGVQSSK_"
- ],
- [
- 32332,
- 2,
- 8,
- 3,
- 0.099739,
- "_DQDLSILSTSYQFAK_"
- ],
- [
- 47923,
- 2,
- 16,
- 5,
- 0.21387,
- "_SIMGLEGEDEGAISMLSDNTAK_"
- ],
- [
- 41211,
- 2,
- 28,
- 7,
- 0.38478,
- "_SLDLFNCEVTNLNDYR_"
- ],
- [
- 32071,
- 3,
- 10,
- 3,
- 0.12829,
- "_VIGENDITLHCVDQIYGVFDEK_"
- ],
- [
- 21969,
- 2,
- 17,
- 3,
- 0.22812,
- "_APLPDLYPFGTMR_"
- ],
- [
- 13091,
- 3,
- 11,
- 2,
- 0.14256,
- "_EEENYSFLPLVHNIIK_"
- ],
- [
- 40771,
- 2,
- 10,
- 2,
- 0.12829,
- "_FDLNEPLHLSFLQNAAK_"
- ],
- [
- 49227,
- 2,
- 9,
- 2,
- 0.11404,
- "_AVELLGDIVQNCSLEDSQIEK_"
- ],
- [
- 50690,
- 2,
- 12,
- 7,
- 0.1568,
- "_GSIHDFPGFDPNQDAEALYTAMK_"
- ],
- [
- 49703,
- 2,
- 10,
- 3,
- 0.12829,
- "_AQSSQDAVSSM(Oxidation (M))NLFDLGGQYLR_"
- ],
- [
- 25814,
- 3,
- 18,
- 5,
- 0.24238,
- "_QNSLTQFMSIPSSVIHPAMVR_"
- ],
- [
- 38152,
- 2,
- 15,
- 6,
- 0.19961,
- "_NSEGWEQNGLYEFFR_"
- ],
- [
- 41156,
- 2,
- 26,
- 7,
- 0.35632,
- "_ISLGLPVGAVINCADNTGAK_"
- ],
- [
- 41681,
- 2,
- 7,
- 5,
- 0.085493,
- "_EENISCDNLVLEINSLK_"
- ],
- [
- 41860,
- 3,
- 13,
- 8,
- 0.17109,
- "_SHSTEPGLVLTLGQGDVGQLGLGENVMER_"
- ],
- [
- 47360,
- 3,
- 15,
- 6,
- 0.19961,
- "_LQAETGVTISQVDEETFSVFAPTPSAMHEAR_"
- ],
- [
- 26539,
- 2,
- 15,
- 3,
- 0.19961,
- "_YAIQLITAASLVCR_"
- ],
- [
- 28762,
- 3,
- 14,
- 6,
- 0.18537,
- "_FVLCRPQLAEQYYDMLIER_"
- ],
- [
- 39557,
- 2,
- 11,
- 2,
- 0.14254,
- "_SAVLLVDETATTPIFANR_"
- ],
- [
- 36023,
- 2,
- 12,
- 3,
- 0.15681,
- "_IVEGISQPIWLVSDTR_"
- ],
- [
- 11333,
- 2,
- 13,
- 3,
- 0.17105,
- "_FELALQLGELK_"
- ],
- [
- 26658,
- 2,
- 13,
- 4,
- 0.17105,
- "_TPLEQEIFNLLHK_"
- ],
- [
- 42898,
- 3,
- 13,
- 4,
- 0.17105,
- "_WEAGEPVNVGAQLTTETEVHMLQDGIAR_"
- ],
- [
- 7684,
- 3,
- 13,
- 6,
- 0.17105,
- "_IMNLTVMLDTALGKPR_"
- ],
- [
- 29774,
- 2,
- 13,
- 3,
- 0.17105,
- "_DPYTGQSVSLFQALK_"
- ],
- [
- 23019,
- 3,
- 10,
- 3,
- 0.12829,
- "_ILSENFGSIHVYFGDPVSLR_"
- ],
- [
- 28927,
- 3,
- 11,
- 6,
- 0.14254,
- "_VANGQYSHLVLLAAFDCIDDTK_"
- ],
- [
- 28253,
- 2,
- 12,
- 5,
- 0.15681,
- "_TVQCIATIALMIQR_"
- ],
- [
- 50751,
- 2,
- 12,
- 5,
- 0.15681,
- "_MENQSENNDIDEVIIPTAPLYK_"
- ],
- [
- 16031,
- 2,
- 13,
- 3,
- 0.17105,
- "_DACLVANILDPR_"
- ],
- [
- 29533,
- 4,
- 14,
- 7,
- 0.18534,
- "_NVLASASADNTVILWDMSLGKPAASLAVHTDK_"
- ],
- [
- 14801,
- 3,
- 9,
- 4,
- 0.11399,
- "_ADIFVDPVLHTACALDIK_"
- ],
- [
- 36692,
- 3,
- 19,
- 6,
- 0.25663,
- "_TLGTPDEVVWPGVTSMPDYKPSFPK_"
- ],
- [
- 35474,
- 2,
- 9,
- 4,
- 0.11399,
- "_EENLCQAFSDALLCK_"
- ],
- [
- 48800,
- 2,
- 16,
- 5,
- 0.21386,
- "_VVLNMNLTPTQGSYTFDPVTK_"
- ],
- [
- 30717,
- 2,
- 5,
- 4,
- 0.056993,
- "_AWALNLNGFDVEEAK_"
- ],
- [
- 42094,
- 2,
- 17,
- 7,
- 0.22812,
- "_AGGSASAMLQPLLDNQVGFK_"
- ],
- [
- 37258,
- 2,
- 15,
- 5,
- 0.19962,
- "_(Acetyl (Protein N-term))MELLGEYVGQEGKPQK_"
- ],
- [
- 51679,
- 3,
- 9,
- 4,
- 0.11399,
- "_GTGLVLDGDTSYTYHLVCMGPEASGWGQDEPQTWPTDHR_"
- ],
- [
- 45971,
- 2,
- 9,
- 2,
- 0.11399,
- "_GCDCLVLEPSEMIVVENAK_"
- ],
- [
- 21114,
- 3,
- 15,
- 6,
- 0.19962,
- "_NDLSICGTLHSVDQYLNIK_"
- ],
- [
- 18472,
- 3,
- 5,
- 2,
- 0.056993,
- "_RPVVEQALYQFSNLLNSK_"
- ],
- [
- 35728,
- 2,
- 18,
- 8,
- 0.24236,
- "_LLMSEDYFTQAMEVK_"
- ],
- [
- 22383,
- 2,
- 15,
- 2,
- 0.19962,
- "_NASILLEELDLEK_"
- ],
- [
- 17571,
- 2,
- 14,
- 2,
- 0.18534,
- "_DVNCLEPWLIK_"
- ],
- [
- 25574,
- 3,
- 19,
- 5,
- 0.25663,
- "_IIDPLPPIDHSEIDYPPFEK_"
- ],
- [
- 50552,
- 3,
- 19,
- 6,
- 0.25663,
- "_ILTVEDHYYEGGIGEAVSSAVVGEPGITVTHLAVNR_"
- ],
- [
- 46690,
- 3,
- 16,
- 8,
- 0.21386,
- "_NVLASASADNTVILWDMSLGKPAASLAVHTDK_"
- ],
- [
- 18076,
- 2,
- 21,
- 5,
- 0.28512,
- "_FYNELTEILVR_"
- ],
- [
- 47682,
- 2,
- 21,
- 7,
- 0.28512,
- "_GVGDGTVSWGLEDDEDMTLTR_"
- ],
- [
- 38212,
- 4,
- 21,
- 6,
- 0.28512,
- "_ILTVEDHYYEGGIGEAVSSAVVGEPGITVTHLAVNR_"
- ],
- [
- 5434,
- 2,
- 10,
- 3,
- 0.12829,
- "_GLECLVSILK_"
- ],
- [
- 30725,
- 2,
- 10,
- 3,
- 0.12829,
- "_TVVNISSLCALQPFK_"
- ],
- [
- 38779,
- 4,
- 21,
- 8,
- 0.28511,
- "_TLENDEEQEALPSLDKPGWYSQGNAVHLYELLK_"
- ],
- [
- 26949,
- 4,
- 23,
- 6,
- 0.31362,
- "_LDYNNIPTVVFSHPPIGTVGLTEDEAIHK_"
- ],
- [
- 44506,
- 2,
- 10,
- 2,
- 0.12822,
- "_ISVVPTQPGLLLSSSGDGTLR_"
- ],
- [
- 45071,
- 2,
- 10,
- 3,
- 0.12822,
- "_TLTALPGLFLQNQPGGGPAAAK_"
- ],
- [
- 23207,
- 3,
- 18,
- 5,
- 0.24235,
- "_MTLDTLSIYETPSMGLLDKK_"
- ],
- [
- 18348,
- 2,
- 8,
- 2,
- 0.099722,
- "_SSLSVPYVIVPLK_"
- ],
- [
- 18002,
- 4,
- 9,
- 2,
- 0.11398,
- "_LSDVDRDGMLDDEEFALASHLIEAK_"
- ],
- [
- 39755,
- 2,
- 19,
- 5,
- 0.2566,
- "_SYFSQYGEVVDCVIMK_"
- ],
- [
- 17666,
- 2,
- 20,
- 4,
- 0.27086,
- "_EEGWWVVIGDAK_"
- ],
- [
- 13061,
- 3,
- 12,
- 4,
- 0.15677,
- "_MLQIQPEKDIIVEFIK_"
- ],
- [
- 46551,
- 2,
- 7,
- 5,
- 0.085457,
- "_SVAEGLSGSLVQEPFQLATEK_"
- ],
- [
- 13753,
- 2,
- 13,
- 5,
- 0.17104,
- "_GGPNIITLADIVK_"
- ],
- [
- 49935,
- 3,
- 12,
- 4,
- 0.15677,
- "_GALSPITDNTEVDTGIHVPSEDIPETMDEDSSLR_"
- ],
- [
- 49020,
- 3,
- 20,
- 8,
- 0.27086,
- "_TIGTKPVAHIDQFTADMLGSAELAEEVNLNGSGK_"
- ],
- [
- 26641,
- 3,
- 9,
- 5,
- 0.11398,
- "_GPDEEGVHEINFLFYYESVK_"
- ],
- [
- 28546,
- 2,
- 26,
- 6,
- 0.35633,
- "_TGAIVDVPVGEELLGR_"
- ],
- [
- 40525,
- 2,
- 13,
- 5,
- 0.17104,
- "_FTELVCSLSDVYQMEK_"
- ],
- [
- 40380,
- 2,
- 13,
- 6,
- 0.17104,
- "_MLQIQPEKDIIVEFIK_"
- ],
- [
- 24629,
- 3,
- 11,
- 4,
- 0.14252,
- "_EQFLQYAYDITFDPDTAHK_"
- ],
- [
- 19098,
- 4,
- 12,
- 5,
- 0.15677,
- "_MQSIAESHLELDDVHDPLLAINFAR_"
- ],
- [
- 31857,
- 3,
- 15,
- 6,
- 0.19958,
- "_ALEVFPEFAAAHSNLASVLQQQGK_"
- ],
- [
- 35569,
- 2,
- 11,
- 5,
- 0.14252,
- "_TSDTIAPWFHGILTLK_"
- ],
- [
- 10766,
- 2,
- 10,
- 3,
- 0.12822,
- "_QLFLDVLDGTK_"
- ],
- [
- 20140,
- 2,
- 16,
- 4,
- 0.21386,
- "_VVFELFSDVCPK_"
- ],
- [
- 6661,
- 3,
- 12,
- 3,
- 0.15677,
- "_AKDFLTDLVMSEVDR_"
- ],
- [
- 13611,
- 3,
- 15,
- 3,
- 0.19958,
- "_ALLLVGDVAQAADVAIEHR_"
- ],
- [
- 38112,
- 2,
- 11,
- 5,
- 0.14252,
- "_VIISTNIAETSITITGIK_"
- ],
- [
- 37078,
- 2,
- 11,
- 4,
- 0.14252,
- "_TDELGLASSWHWISLK_"
- ],
- [
- 50915,
- 2,
- 15,
- 7,
- 0.19958,
- "_ITAQSIEELCAVNLYGPDAQVDR_"
- ],
- [
- 34180,
- 3,
- 10,
- 4,
- 0.12822,
- "_VSFSYAGLSGDDPDLGPAHVVTVIAR_"
- ],
- [
- 24828,
- 3,
- 15,
- 5,
- 0.19958,
- "_GDSLASWDGILDLPEQNTIHK_"
- ],
- [
- 30393,
- 2,
- 16,
- 4,
- 0.21386,
- "_GLGSGLQPWCPLDLR_"
- ],
- [
- 41480,
- 3,
- 11,
- 5,
- 0.14252,
- "_LAAAAAAAQSVYAFSARPLAGGEPVSLGSLR_"
- ],
- [
- 24415,
- 2,
- 14,
- 5,
- 0.18529,
- "_SMEDFVTWVDSSK_"
- ],
- [
- 42125,
- 3,
- 10,
- 6,
- 0.12822,
- "_TRYDSGQDLDEEGMNMGDFDPNNIFK_"
- ],
- [
- 33432,
- 3,
- 11,
- 4,
- 0.14252,
- "_HGANLNFEDPVTYYTALHIAVLR_"
- ],
- [
- 29283,
- 2,
- 12,
- 4,
- 0.15677,
- "_LAFLNVQAAEEALPR_"
- ],
- [
- 9369,
- 2,
- 17,
- 5,
- 0.22809,
- "_ATFCLPILGVK_"
- ],
- [
- 49632,
- 2,
- 11,
- 6,
- 0.14245,
- "_ACLISLGYDIGNDPQGEAEFAR_"
- ],
- [
- 19585,
- 3,
- 12,
- 2,
- 0.15675,
- "_IVELPAPADFLSLSSETKPK_"
- ],
- [
- 35486,
- 3,
- 12,
- 2,
- 0.15675,
- "_VIEMIQNCLASLPDDLPHSEAGMR_"
- ],
- [
- 37050,
- 3,
- 12,
- 6,
- 0.15675,
- "_YKGPGFEYFSPMPAWAQDDWQKD_"
- ],
- [
- 10292,
- 2,
- 13,
- 4,
- 0.17101,
- "_EDLSGIAEMFK_"
- ],
- [
- 28873,
- 3,
- 8,
- 3,
- 0.099688,
- "_ENAIYSNDFDTYITFSGHLIK_"
- ],
- [
- 41918,
- 2,
- 12,
- 5,
- 0.15675,
- "_ADIFVDPVLHTACALDIK_"
- ],
- [
- 11149,
- 2,
- 10,
- 2,
- 0.12821,
- "_GLELLENSLLR_"
- ],
- [
- 35270,
- 2,
- 13,
- 4,
- 0.17101,
- "_VGLNLLYAQTVSDIER_"
- ],
- [
- 49329,
- 2,
- 8,
- 3,
- 0.099688,
- "_SFESPEEVVVVWDNGTAANYR_"
- ],
- [
- 43344,
- 3,
- 13,
- 7,
- 0.17101,
- "_FWEVISDEHGIDPSGNYVGDSDLQLER_"
- ],
- [
- 21637,
- 3,
- 13,
- 4,
- 0.17101,
- "_LLYVQELLEDGQMDQFHK_"
- ],
- [
- 40418,
- 2,
- 10,
- 3,
- 0.12821,
- "_QYLEEVGYTDTILDMR_"
- ],
- [
- 25297,
- 2,
- 13,
- 6,
- 0.17101,
- "_NDLEEAFIHFMGK_"
- ],
- [
- 47409,
- 2,
- 11,
- 5,
- 0.14245,
- "_VFHLLGVDTLVVTNAAGGLNPK_"
- ],
- [
- 16821,
- 2,
- 11,
- 3,
- 0.14245,
- "_EIDEVGDLLQLK_"
- ],
- [
- 50044,
- 2,
- 10,
- 3,
- 0.12821,
- "_AEVTAPDVEVSLPSMEVDVQAQK_"
- ],
- [
- 49838,
- 2,
- 11,
- 3,
- 0.14245,
- "_ETFNLYYAESDLDYGTNFQK_"
- ],
- [
- 23768,
- 3,
- 25,
- 6,
- 0.3421,
- "_MGLVDQLVEPLGPGLKPPEER_"
- ],
- [
- 27887,
- 3,
- 22,
- 3,
- 0.29934,
- "_LNDGHFMPVLGFGTYAPPEVPR_"
- ],
- [
- 33396,
- 3,
- 14,
- 6,
- 0.18527,
- "_TLVQNNCLTRPNIYLIPDIDLK_"
- ],
- [
- 27795,
- 3,
- 17,
- 3,
- 0.22809,
- "_AETHENEPGPLTVGDELLSQFK_"
- ],
- [
- 25918,
- 2,
- 29,
- 5,
- 0.39903,
- "_GGPPFAFVEFEDPR_"
- ],
- [
- 32731,
- 2,
- 14,
- 4,
- 0.18527,
- "_VWLWTACDFADGER_"
- ],
- [
- 19767,
- 3,
- 16,
- 6,
- 0.21381,
- "_VNFPENGFLSPDKLSLLEK_"
- ],
- [
- 34071,
- 2,
- 24,
- 6,
- 0.32785,
- "_AMGIM(Oxidation (M))NSFVNDIFER_"
- ],
- [
- 46067,
- 4,
- 15,
- 8,
- 0.19952,
- "_GTGLVLDGDTSYTYHLVCMGPEASGWGQDEPQTWPTDHR_"
- ],
- [
- 39666,
- 2,
- 14,
- 3,
- 0.18527,
- "_EQPGDLFNEDWDSELK_"
- ],
- [
- 21754,
- 3,
- 15,
- 5,
- 0.19952,
- "_VSVLNVAVLENPSPFHSPFR_"
- ],
- [
- 32186,
- 3,
- 19,
- 8,
- 0.25658,
- "_QKVEGTEPTTAFNLFVGNLNFNK_"
- ],
- [
- 26728,
- 2,
- 19,
- 6,
- 0.25658,
- "_(Acetyl (Protein N-term))AAGTLYTYPENWR_"
- ],
- [
- 31652,
- 2,
- 14,
- 6,
- 0.18527,
- "_ESVLTATSILNNPIVK_"
- ],
- [
- 18947,
- 2,
- 15,
- 5,
- 0.19952,
- "_FQELIFEDFAR_"
- ],
- [
- 43484,
- 3,
- 11,
- 5,
- 0.14243,
- "_MTEEEVETVLAGHEDSNGCINYEAFLK_"
- ],
- [
- 35605,
- 3,
- 13,
- 7,
- 0.17098,
- "_GLQVRPAPLSAELQAALAMEPTPGGVK_"
- ],
- [
- 38503,
- 2,
- 19,
- 5,
- 0.25655,
- "_GGHPPAIQSLINLLADNR_"
- ],
- [
- 30989,
- 3,
- 20,
- 7,
- 0.2708,
- "_GSIHDFPGFDPNQDAEALYTAMK_"
- ],
- [
- 50506,
- 2,
- 15,
- 4,
- 0.1995,
- "_SLTFVQAGQDLEENMDEDISEK_"
- ],
- [
- 29569,
- 3,
- 12,
- 8,
- 0.15668,
- "_EDGVLCCQGECQWLHLDLIK_"
- ],
- [
- 19224,
- 3,
- 16,
- 2,
- 0.21374,
- "_LTFPLPCVVLYATHQENK_"
- ],
- [
- 39089,
- 2,
- 12,
- 5,
- 0.15668,
- "_EFSFMDEEEEDEIRV_"
- ],
- [
- 48967,
- 2,
- 13,
- 5,
- 0.17098,
- "_GQVFDQNGNPLPNVIVEVQDR_"
- ],
- [
- 19409,
- 2,
- 11,
- 2,
- 0.14243,
- "_IDPSSLSFNMWK_"
- ],
- [
- 30772,
- 3,
- 9,
- 2,
- 0.11391,
- "_YTEVFPPTPVRPAFSFYETLR_"
- ],
- [
- 13158,
- 3,
- 10,
- 4,
- 0.12818,
- "_EELGLAVPEEHVWGLLR_"
- ],
- [
- 10508,
- 4,
- 14,
- 6,
- 0.18523,
- "_GSRPLLSFDPAFDELPHYALLK_"
- ],
- [
- 21868,
- 2,
- 8,
- 2,
- 0.099682,
- "_QGGITAEVMMGILR_"
- ],
- [
- 43669,
- 2,
- 10,
- 2,
- 0.12818,
- "_AASVFVLYATSCANNFAMK_"
- ],
- [
- 27311,
- 3,
- 18,
- 6,
- 0.24231,
- "_TIHFPSGQTLDVFEAAELYQK_"
- ],
- [
- 50461,
- 2,
- 12,
- 3,
- 0.15668,
- "_SMADVLGDGGNSSLTISEGPIVSER_"
- ],
- [
- 45875,
- 2,
- 9,
- 3,
- 0.11391,
- "_NSLMYYPEGVPDEEQLFK_"
- ],
- [
- 40548,
- 4,
- 19,
- 8,
- 0.25655,
- "_AHESAVTGLSLHATGDYLLSSSDDQYWAFSDIQTGR_"
- ],
- [
- 17967,
- 2,
- 9,
- 2,
- 0.11391,
- "_DDMMMPIDLGEK_"
- ],
- [
- 36378,
- 2,
- 14,
- 4,
- 0.18523,
- "_LFVGGLDWSTTQETLR_"
- ],
- [
- 12026,
- 3,
- 18,
- 5,
- 0.24231,
- "_PIKPSPPYFGLLLASVGR_"
- ],
- [
- 9056,
- 3,
- 11,
- 6,
- 0.14243,
- "_EEFWEMFDGSLYHK_"
- ],
- [
- 24938,
- 3,
- 13,
- 2,
- 0.17098,
- "_NLILKPGGSLDGMDMLHNFLK_"
- ],
- [
- 10734,
- 4,
- 9,
- 3,
- 0.11391,
- "_DHEHTDPHVQQIAVAILDSLEK_"
- ],
- [
- 17239,
- 4,
- 9,
- 3,
- 0.11391,
- "_VPHLLTEAELLQLANSAHGYVGADLK_"
- ],
- [
- 34411,
- 2,
- 14,
- 4,
- 0.18521,
- "_EDIEVYFTGPGWEAR_"
- ],
- [
- 45206,
- 3,
- 14,
- 9,
- 0.18521,
- "_LKPYFLTDGTGTVTPANASGINDGAAAVVLMK_"
- ],
- [
- 42571,
- 2,
- 19,
- 4,
- 0.25654,
- "_SIPDYWDSSALPDPGFQK_"
- ],
- [
- 21148,
- 2,
- 12,
- 4,
- 0.15666,
- "_NFVDSPIIVDITK_"
- ],
- [
- 15773,
- 2,
- 21,
- 4,
- 0.28503,
- "_FFPLESWQIGK_"
- ],
- [
- 11195,
- 3,
- 21,
- 6,
- 0.28503,
- "_GGHPPAIQSLINLLADNR_"
- ],
- [
- 22316,
- 3,
- 13,
- 6,
- 0.17091,
- "_SVMTEEYKVPDGMVGFIIGR_"
- ],
- [
- 20581,
- 2,
- 12,
- 6,
- 0.15666,
- "_AICIEEIGVWMK_"
- ],
- [
- 42869,
- 2,
- 10,
- 4,
- 0.12814,
- "_ETKPIPNLIFAIEQYEK_"
- ],
- [
- 38121,
- 2,
- 10,
- 6,
- 0.12814,
- "_DMTYSAPITVDIEYTR_"
- ],
- [
- 43354,
- 2,
- 12,
- 4,
- 0.15666,
- "_ALVDDYCCLVPGSIQTLK_"
- ],
- [
- 26533,
- 2,
- 11,
- 5,
- 0.14241,
- "_GPDALTLLEYTETR_"
- ],
- [
- 13851,
- 2,
- 11,
- 3,
- 0.14241,
- "_LPDVYGVFQFK_"
- ],
- [
- 27650,
- 3,
- 11,
- 6,
- 0.14241,
- "_LSSIIDCTGTASYHGFLPVLVR_"
- ],
- [
- 49538,
- 2,
- 11,
- 5,
- 0.14241,
- "_LSLPMQETQLCSTDSPLPLEK_"
- ],
- [
- 37379,
- 3,
- 11,
- 6,
- 0.14241,
- "_YLAALHENCSQLIQTIEDTGTIMR_"
- ],
- [
- 8496,
- 3,
- 11,
- 3,
- 0.14241,
- "_TSDTIAPWFHGILTLK_"
- ],
- [
- 48757,
- 2,
- 13,
- 6,
- 0.17091,
- "_EAHQLFLEPEVLDPESVELK_"
- ],
- [
- 18929,
- 4,
- 14,
- 6,
- 0.18521,
- "_VEHINLHPELDGQEYVVEFDFLGK_"
- ],
- [
- 31006,
- 2,
- 16,
- 5,
- 0.21373,
- "_IVSWLEMEYGLSEK_"
- ],
- [
- 34329,
- 3,
- 17,
- 8,
- 0.22797,
- "_DINAYNCEEPTEKLPFPIIDDR_"
- ],
- [
- 35075,
- 3,
- 16,
- 5,
- 0.21373,
- "_YAVWFGGSMLASTPEFYQVCHTK_"
- ],
- [
- 37922,
- 3,
- 15,
- 5,
- 0.19946,
- "_QLLVAWQDQEGVHATPENLINALNK_"
- ],
- [
- 7810,
- 3,
- 17,
- 7,
- 0.22797,
- "_AGLLVLAVLSDGAGDHIR_"
- ],
- [
- 45398,
- 2,
- 18,
- 4,
- 0.24226,
- "_EGGALSEAMSLEGDEWELSK_"
- ],
- [
- 50972,
- 2,
- 15,
- 6,
- 0.19946,
- "_MTEEFDEDSGDYPLTMPGPQWK_"
- ],
- [
- 19330,
- 4,
- 15,
- 4,
- 0.19946,
- "_TFNQVEIKPEMIGHYLGEFSITYK_"
- ],
- [
- 48528,
- 3,
- 15,
- 7,
- 0.19946,
- "_AQLDYVDLYLIHSPMSLKPGEELSPTDENGK_"
- ],
- [
- 19084,
- 3,
- 15,
- 5,
- 0.19946,
- "_YNSMVLICALMGSECLHK_"
- ],
- [
- 47602,
- 3,
- 15,
- 8,
- 0.19946,
- "_YITEPEMVFEEHEVNEDIQPMTAFESEK_"
- ],
- [
- 31018,
- 3,
- 17,
- 7,
- 0.22797,
- "_IGLIHGHQVIPWGDMASLALLQR_"
- ],
- [
- 16255,
- 2,
- 16,
- 4,
- 0.21373,
- "_ELSAVTFPDIIR_"
- ],
- [
- 9138,
- 2,
- 15,
- 4,
- 0.19946,
- "_QEVPIIIVFR_"
- ],
- [
- 33976,
- 4,
- 22,
- 8,
- 0.2993,
- "_TIGTKPVAHIDQFTADMLGSAELAEEVNLNGSGK_"
- ],
- [
- 32566,
- 3,
- 18,
- 5,
- 0.24224,
- "_IHSEVVEDTEAVSAVQQLLDDER_"
- ],
- [
- 29521,
- 4,
- 14,
- 4,
- 0.18518,
- "_MLLELSEEHKEHLAFLPQVDSAVVAEFGR_"
- ],
- [
- 35271,
- 2,
- 17,
- 5,
- 0.22799,
- "_(Acetyl (Protein N-term))AAAAAAGAASGLPGPVAQGLK_"
- ],
- [
- 14007,
- 3,
- 15,
- 7,
- 0.19948,
- "_KIEDLGAAMEEALILDNK_"
- ],
- [
- 25436,
- 2,
- 8,
- 4,
- 0.099688,
- "_ILPVLCGLTVDPEK_"
- ],
- [
- 47638,
- 2,
- 9,
- 3,
- 0.11394,
- "_FQLTLYPDATEGEAYADMSK_"
- ],
- [
- 37738,
- 2,
- 21,
- 6,
- 0.28505,
- "_FDVQFPENNWINPDK_"
- ],
- [
- 11622,
- 2,
- 13,
- 3,
- 0.17093,
- "_LQIVFDFVASK_"
- ],
- [
- 34702,
- 2,
- 14,
- 3,
- 0.18518,
- "_DEIGEFSDNIEFYAK_"
- ],
- [
- 50479,
- 2,
- 13,
- 5,
- 0.17093,
- "_DYAGVFSDAGLTFTSSSGQQTAQR_"
- ],
- [
- 29478,
- 2,
- 13,
- 4,
- 0.17093,
- "_EVEDGLMLQDLVSAK_"
- ],
- [
- 3403,
- 3,
- 9,
- 2,
- 0.11394,
- "_CLFTLLGHLDYIR_"
- ],
- [
- 38258,
- 3,
- 24,
- 8,
- 0.32782,
- "_IEFEGQPVDFVDPNKQNLIAEVSTK_"
- ],
- [
- 47480,
- 3,
- 14,
- 5,
- 0.18518,
- "_ITYYQNTLTVMINNGFTPDKNDYEFCAK_"
- ],
- [
- 12918,
- 2,
- 13,
- 4,
- 0.17093,
- "_NPWVQIMMFK_"
- ],
- [
- 28763,
- 2,
- 15,
- 4,
- 0.19948,
- "_LAGLVEELEADEWR_"
- ],
- [
- 19961,
- 2,
- 9,
- 2,
- 0.11394,
- "_SYSPSDLVELVAR_"
- ],
- [
- 43981,
- 3,
- 15,
- 8,
- 0.19948,
- "_QLLLTADDRVNPCIGGVILFHETLYQK_"
- ],
- [
- 15499,
- 2,
- 12,
- 6,
- 0.15668,
- "_LQQLFIELTLK_"
- ],
- [
- 47885,
- 2,
- 15,
- 6,
- 0.19948,
- "_TAGYYPNPPLVLSSDETLISK_"
- ],
- [
- 17085,
- 3,
- 20,
- 7,
- 0.27081,
- "_EDVIWELLNHAQEHFGK_"
- ],
- [
- 34523,
- 3,
- 10,
- 5,
- 0.12818,
- "_SDKFLIIPLHSLMPTVNQTQVFK_"
- ],
- [
- 24077,
- 3,
- 11,
- 2,
- 0.14241,
- "_ELFASLTPWACGSHTPLLAGR_"
- ],
- [
- 16842,
- 3,
- 10,
- 4,
- 0.12818,
- "_GVDGQWDLSNYHLLDLGR_"
- ],
- [
- 19208,
- 2,
- 15,
- 5,
- 0.19948,
- "_LEGLTDEINFLR_"
- ],
- [
- 39905,
- 3,
- 14,
- 8,
- 0.18518,
- "_YMEEMADTADAIEMATLDKEMAEER_"
- ],
- [
- 43050,
- 2,
- 12,
- 4,
- 0.15668,
- "_LGEWQLNLQGINESTIPK_"
- ],
- [
- 28992,
- 3,
- 9,
- 5,
- 0.11394,
- "_EMCDVCDTTIFNLHWVCPR_"
- ],
- [
- 33427,
- 3,
- 10,
- 7,
- 0.12818,
- "_DPYEACDGAHAVVICTEWDMFK_"
- ],
- [
- 29122,
- 2,
- 12,
- 4,
- 0.15668,
- "_LFYADHPFIFLVR_"
- ],
- [
- 11471,
- 3,
- 11,
- 3,
- 0.14241,
- "_ETDLQELFRPFGSISR_"
- ],
- [
- 17651,
- 3,
- 10,
- 4,
- 0.12818,
- "_AMEVEIEDLHLQIDDIAK_"
- ],
- [
- 14396,
- 3,
- 12,
- 3,
- 0.15668,
- "_VHIADGLDYIASLAGGGEAR_"
- ],
- [
- 46032,
- 3,
- 13,
- 7,
- 0.17091,
- "_CPEALFQPSFLGMESCGIHETTFNSIM(Oxidation (M))K_"
- ],
- [
- 10463,
- 3,
- 26,
- 5,
- 0.35629,
- "_KIPNPDFFEDLEPFR_"
- ],
- [
- 49158,
- 2,
- 12,
- 5,
- 0.15664,
- "_GETEQDLEADFPSDSFDPLNK_"
- ],
- [
- 35377,
- 2,
- 10,
- 7,
- 0.12817,
- "_LPCIYLVDSGGAYLPR_"
- ],
- [
- 15496,
- 3,
- 10,
- 5,
- 0.12817,
- "_KGPEPVPLEFIPAQGLLGR_"
- ],
- [
- 47089,
- 2,
- 13,
- 5,
- 0.17091,
- "_ASAFALQEQPVVNAVIDDTTK_"
- ],
- [
- 24687,
- 2,
- 14,
- 2,
- 0.18516,
- "_SWFEPLVEDMQR_"
- ],
- [
- 4979,
- 3,
- 12,
- 5,
- 0.15664,
- "_HENVIGLLDVFTPAR_"
- ],
- [
- 51470,
- 2,
- 6,
- 6,
- 0.071186,
- "_EEADQPPSCGPEDDAQLQLALSLSR_"
- ],
- [
- 23040,
- 2,
- 12,
- 4,
- 0.15664,
- "_APMILNGVCVIWK_"
- ],
- [
- 42778,
- 3,
- 13,
- 7,
- 0.17091,
- "_CMLFSSALVSSHSDNESLGGFSIEDVQK_"
- ],
- [
- 23522,
- 3,
- 13,
- 5,
- 0.17091,
- "_FLEQVHQLYDDSFPMEIR_"
- ],
- [
- 45784,
- 2,
- 6,
- 6,
- 0.071186,
- "_VIDGLETLDELEKLPVNEK_"
- ],
- [
- 43456,
- 2,
- 12,
- 4,
- 0.15664,
- "_GPTEQLVSPEPEVYEILR_"
- ],
- [
- 28402,
- 3,
- 21,
- 3,
- 0.28504,
- "_LSLEGLPSLPSMHEYPLPPEPK_"
- ],
- [
- 19557,
- 3,
- 16,
- 7,
- 0.21371,
- "_VRTDITYPAGFMDVISIDK_"
- ],
- [
- 50810,
- 3,
- 9,
- 3,
- 0.11392,
- "_(Acetyl (Protein N-term))METVISSDSSPAVENEHPQETPESNNSVYTSFMK_"
- ],
- [
- 50883,
- 2,
- 10,
- 3,
- 0.12817,
- "_VVEGMQLSLTEESSSSDSMWLSR_"
- ],
- [
- 36751,
- 2,
- 11,
- 5,
- 0.14241,
- "_FLSESVLAVAGDEEVIR_"
- ],
- [
- 29948,
- 3,
- 19,
- 6,
- 0.25647,
- "_GSRPLLSFDPAFDELPHYALLK_"
- ],
- [
- 23123,
- 2,
- 10,
- 5,
- 0.12817,
- "_QLQDELEMLVER_"
- ],
- [
- 34732,
- 2,
- 16,
- 4,
- 0.21371,
- "_AGLLVLAVLSDGAGDHIR_"
- ],
- [
- 45625,
- 2,
- 14,
- 5,
- 0.18516,
- "_AILLLQTAEDQDTYNVAIR_"
- ],
- [
- 26156,
- 2,
- 14,
- 4,
- 0.18516,
- "_ACPQIVTALTLLNR_"
- ],
- [
- 34014,
- 2,
- 24,
- 4,
- 0.32778,
- "_VCTLAIIDPGDSDIIR_"
- ],
- [
- 46178,
- 3,
- 15,
- 8,
- 0.19941,
- "_VATIQQCQSPTNYLQGLDGKPIIAAPVFTK_"
- ],
- [
- 50832,
- 2,
- 11,
- 2,
- 0.14241,
- "_QGSSLNLFEDVQITEPEAEPESK_"
- ],
- [
- 48863,
- 2,
- 9,
- 5,
- 0.11393,
- "_IPIHNEDITYDELVLMMQR_"
- ],
- [
- 41321,
- 2,
- 16,
- 4,
- 0.21367,
- "_EQVFLVPTGEVFEQQVK_"
- ],
- [
- 29145,
- 2,
- 13,
- 4,
- 0.1709,
- "_GLSDALICTDDFIAK_"
- ],
- [
- 45836,
- 4,
- 18,
- 8,
- 0.24222,
- "_ECISIHVGQAGVQIGNACWELYCLEHGIQPDGQM(Oxidation (M))PSDK_"
- ],
- [
- 40677,
- 3,
- 14,
- 5,
- 0.18517,
- "_MGQLGLGNQTDAVPSPAQIMYNGQPITK_"
- ],
- [
- 11425,
- 2,
- 18,
- 4,
- 0.24222,
- "_LQMWVDVFPK_"
- ],
- [
- 31476,
- 3,
- 21,
- 8,
- 0.28502,
- "_TVWDWELMNDIKPIWQRPSK_"
- ],
- [
- 19617,
- 2,
- 16,
- 5,
- 0.21367,
- "_NVLIVEDIIDTGK_"
- ],
- [
- 50840,
- 3,
- 16,
- 7,
- 0.21367,
- "_QFCQTVGYPCVVRPSYVLSGAAMNVAYTDGDLER_"
- ],
- [
- 37511,
- 3,
- 25,
- 6,
- 0.34204,
- "_KDGNASGTTLLEALDCILPPTRPTDK_"
- ],
- [
- 9630,
- 3,
- 13,
- 3,
- 0.1709,
- "_LLIIIQNEDIAGFIHK_"
- ],
- [
- 28809,
- 2,
- 14,
- 5,
- 0.18517,
- "_QLIELDYLNPGSIR_"
- ],
- [
- 24969,
- 2,
- 18,
- 6,
- 0.24222,
- "_LLDAVDTYIPVPAR_"
- ],
- [
- 47359,
- 3,
- 10,
- 6,
- 0.12818,
- "_LDNTVVGQTSWKPCGPNAWDQSFTLELER_"
- ],
- [
- 3794,
- 3,
- 13,
- 5,
- 0.1709,
- "_LFYADHPFIFLVR_"
- ],
- [
- 50220,
- 2,
- 14,
- 5,
- 0.18517,
- "_LNPQNSEVMPWDPPYYSGVIR_"
- ],
- [
- 50785,
- 2,
- 15,
- 5,
- 0.19942,
- "_TSQLLAELNFEEDEEDTYYTK_"
- ],
- [
- 51731,
- 3,
- 15,
- 5,
- 0.19942,
- "_EELTPGAPQHQLPPVPGSPEPYPGQQAPGPEPSQPLLELTPR_"
- ],
- [
- 14773,
- 2,
- 17,
- 5,
- 0.22796,
- "_EGIPALDNFLDK_"
- ],
- [
- 49168,
- 3,
- 12,
- 6,
- 0.15667,
- "_VDSDDQWGEYSCVFLPEPM(Oxidation (M))GTANIQLHGPPR_"
- ],
- [
- 38872,
- 2,
- 14,
- 5,
- 0.18517,
- "_FDGGEEVLISGEFNDLR_"
- ],
- [
- 50729,
- 3,
- 17,
- 8,
- 0.22796,
- "_MQELNNEINMQQTVIYQASQALNCCVDEEHGK_"
- ],
- [
- 46548,
- 2,
- 9,
- 4,
- 0.11393,
- "_WGPNYNLMNIDINNNELR_"
- ],
- [
- 25889,
- 2,
- 9,
- 4,
- 0.11393,
- "_LIELNYLGTVSLTK_"
- ],
- [
- 19435,
- 3,
- 19,
- 4,
- 0.25648,
- "_WQQHQGLLPPGMTIDLFR_"
- ],
- [
- 40192,
- 2,
- 15,
- 4,
- 0.19942,
- "_GGESIYGGFFEDESFAVK_"
- ],
- [
- 12334,
- 2,
- 11,
- 2,
- 0.14243,
- "_WEWPNPVLLK_"
- ],
- [
- 27290,
- 2,
- 13,
- 4,
- 0.1709,
- "_LGSIFGLGLAYAGSNR_"
- ],
- [
- 45481,
- 2,
- 13,
- 4,
- 0.1709,
- "_VRTDITYPAGFMDVISIDK_"
- ],
- [
- 41839,
- 3,
- 14,
- 4,
- 0.18515,
- "_LEKPNEGYLEFFVDCSASATPEFEGR_"
- ],
- [
- 33634,
- 2,
- 12,
- 5,
- 0.15668,
- "_GLAPVQAYLHIPDIIK_"
- ],
- [
- 26738,
- 3,
- 11,
- 4,
- 0.14242,
- "_FHEILCSFPLIPQEAFQNGK_"
- ],
- [
- 51141,
- 2,
- 13,
- 4,
- 0.17092,
- "_ETSSGIEVEASDLSLSLTGDDGGPNR_"
- ],
- [
- 50633,
- 2,
- 11,
- 2,
- 0.14242,
- "_ESGFSYPNFSLPAANGLSSGVGGGGGK_"
- ],
- [
- 51319,
- 2,
- 14,
- 4,
- 0.18515,
- "_SEQEEYEAEGIAWEPVQYFNNK_"
- ],
- [
- 37822,
- 2,
- 11,
- 2,
- 0.14242,
- "_GMTTLLSSLGAQCVIASR_"
- ],
- [
- 7574,
- 3,
- 11,
- 4,
- 0.14242,
- "_AQATPDHVLFMLLNAK_"
- ],
- [
- 43505,
- 2,
- 12,
- 3,
- 0.15668,
- "_GVDGQWDLSNYHLLDLGR_"
- ],
- [
- 44167,
- 4,
- 10,
- 5,
- 0.12817,
- "_TSSLIPTQTTITAGMGMLPFFPNQHIAGQAGPGHSNTQEK_"
- ],
- [
- 22517,
- 2,
- 12,
- 4,
- 0.15668,
- "_QMNPFIEDILNR_"
- ],
- [
- 19981,
- 4,
- 14,
- 7,
- 0.18515,
- "_KGIIRPGTAFELLEAQAATGYVIDPIK_"
- ],
- [
- 15865,
- 4,
- 14,
- 6,
- 0.18515,
- "_DPGEARPDITHQSLLMLMDSPLNR_"
- ],
- [
- 18497,
- 2,
- 13,
- 5,
- 0.17092,
- "_GLALDLEDGNFLK_"
- ],
- [
- 49278,
- 3,
- 10,
- 4,
- 0.12817,
- "_AVGNIVTGTDEQTQVVLNCDALSHFPALLTHPK_"
- ],
- [
- 30690,
- 3,
- 12,
- 6,
- 0.15668,
- "_CQAWDLGTNFFLSEDDVVNKR_"
- ],
- [
- 48813,
- 3,
- 14,
- 5,
- 0.18515,
- "_YLNPLQTDAAENNVCDINSVHGLFATGTIEGR_"
- ],
- [
- 49078,
- 2,
- 9,
- 6,
- 0.11392,
- "_TECYITGWGETQGTFGEGLLK_"
- ],
- [
- 25582,
- 4,
- 21,
- 7,
- 0.28498,
- "_QLLLTADDRVNPCIGGVILFHETLYQK_"
- ],
- [
- 34819,
- 2,
- 29,
- 7,
- 0.39904,
- "_DAGYEFDICFTSVQK_"
- ],
- [
- 32912,
- 4,
- 18,
- 9,
- 0.24221,
- "_AQLDYVDLYLIHSPMSLKPGEELSPTDENGK_"
- ],
- [
- 37649,
- 3,
- 23,
- 4,
- 0.31355,
- "_HLAEYTHVEAECPFLTFDDLLNR_"
- ],
- [
- 49252,
- 2,
- 16,
- 7,
- 0.21367,
- "_IELCSGLSEGGTTPSMGVLQVVK_"
- ],
- [
- 11452,
- 4,
- 21,
- 2,
- 0.28498,
- "_IGLIHGHQVIPWGDMASLALLQR_"
- ],
- [
- 25190,
- 3,
- 15,
- 7,
- 0.19941,
- "_EAHQLFLEPEVLDPESVELK_"
- ],
- [
- 44291,
- 2,
- 15,
- 5,
- 0.19941,
- "_CYCADVIYPMAVVATAER_"
- ],
- [
- 7672,
- 2,
- 15,
- 3,
- 0.19941,
- "_LASALDLPLLR_"
- ],
- [
- 39223,
- 2,
- 16,
- 2,
- 0.21367,
- "_EELGTVNGMTITMVGDLK_"
- ],
- [
- 42424,
- 2,
- 21,
- 7,
- 0.28498,
- "_YMIGVTYGGDDIPLSPYR_"
- ],
- [
- 47542,
- 2,
- 17,
- 5,
- 0.22791,
- "_LFTEYPCGSGNVYAGVLAVAR_"
- ],
- [
- 44232,
- 3,
- 17,
- 8,
- 0.22791,
- "_MTEEEVEMLVAGHEDSNGCINYEAFVR_"
- ],
- [
- 44365,
- 2,
- 15,
- 6,
- 0.19941,
- "_SVLCSTPTINIPASPFMQK_"
- ],
- [
- 46842,
- 2,
- 15,
- 6,
- 0.19941,
- "_SLSVLSSSTIIANPDIPEAYK_"
- ],
- [
- 43729,
- 2,
- 19,
- 7,
- 0.25646,
- "_IFYPEIEEVQALDDTER_"
- ],
- [
- 20870,
- 3,
- 14,
- 5,
- 0.18515,
- "_LNYIHWVEDLIGHQDSDK_"
- ],
- [
- 21876,
- 2,
- 19,
- 4,
- 0.25646,
- "_LNFIVTGLQDIDK_"
- ],
- [
- 10646,
- 3,
- 11,
- 4,
- 0.14241,
- "_SPGLVLCHGGIFVPFLR_"
- ],
- [
- 10768,
- 2,
- 10,
- 3,
- 0.12816,
- "_ALFGIFIPSQR_"
- ],
- [
- 39170,
- 4,
- 11,
- 6,
- 0.14241,
- "_TVWQLSDSSPIDHLNFHKPDFSELTLNGSLEER_"
- ],
- [
- 45721,
- 2,
- 11,
- 4,
- 0.14241,
- "_SGTTAPLGFDEMEVEIQTVK_"
- ],
- [
- 46273,
- 3,
- 11,
- 7,
- 0.14241,
- "_LTPPVLEEM(Oxidation (M))GHCDSVYLSEVGDTQVVVFK_"
- ],
- [
- 27479,
- 4,
- 14,
- 5,
- 0.18515,
- "_LQSLFEEHLQGQLQTLAAHPIANFPLQR_"
- ],
- [
- 45052,
- 2,
- 18,
- 6,
- 0.24215,
- "_DINLQDEDWNEFNDINK_"
- ],
- [
- 14089,
- 3,
- 11,
- 5,
- 0.14241,
- "_LLQAGEENQVLELLIHR_"
- ],
- [
- 13604,
- 3,
- 10,
- 3,
- 0.12816,
- "_HGSGAFYSPELLEALTLR_"
- ],
- [
- 50407,
- 2,
- 12,
- 7,
- 0.15666,
- "_SVYAHFPINVVIQENGSLVEIR_"
- ],
- [
- 50393,
- 3,
- 24,
- 9,
- 0.32778,
- "_(Acetyl (Protein N-term))SYNYVVTAQKPTAVNGCVTGHFTSAEDLNLLIAK_"
- ],
- [
- 11824,
- 4,
- 23,
- 8,
- 0.31351,
- "_TVWDWELMNDIKPIWQRPSK_"
- ],
- [
- 27903,
- 4,
- 14,
- 7,
- 0.18515,
- "_DILVDLGHLEGADAGEEDLEQQFHYHLR_"
- ],
- [
- 48435,
- 3,
- 23,
- 8,
- 0.31351,
- "_EQQEAIEHIDEVQNEIDRLNEQASEEILK_"
- ],
- [
- 32726,
- 4,
- 22,
- 8,
- 0.29921,
- "_EQQEAIEHIDEVQNEIDRLNEQASEEILK_"
- ],
- [
- 32975,
- 2,
- 21,
- 6,
- 0.28497,
- "_ALESDMAPVLIMATNR_"
- ],
- [
- 47294,
- 2,
- 20,
- 7,
- 0.2707,
- "_SVMTEEYKVPDGMVGFIIGR_"
- ],
- [
- 35578,
- 3,
- 13,
- 6,
- 0.17092,
- "_GLSGGEERPETEPLLSFVASVSPADR_"
- ],
- [
- 35778,
- 2,
- 20,
- 6,
- 0.2707,
- "_LFIGGLPNYLNDDQVK_"
- ],
- [
- 38596,
- 2,
- 13,
- 4,
- 0.17092,
- "_SWGSFTVLDNSAWYQK_"
- ],
- [
- 26229,
- 3,
- 13,
- 4,
- 0.17092,
- "_RYNEDLELEDAIHTAILTLK_"
- ],
- [
- 50566,
- 2,
- 20,
- 5,
- 0.2707,
- "_QFIDSNPNQPLVILEM(Oxidation (M))ESGASAK_"
- ],
- [
- 30554,
- 2,
- 11,
- 4,
- 0.14241,
- "_VPFLPGDSDLDQLTR_"
- ],
- [
- 45307,
- 3,
- 14,
- 4,
- 0.18515,
- "_LQSLFEEHLQGQLQTLAAHPIANFPLQR_"
- ],
- [
- 49947,
- 3,
- 20,
- 6,
- 0.2707,
- "_NVQFNYPQPSVTDVTQNSFHNYFGGSEIVVAGK_"
- ],
- [
- 3111,
- 2,
- 15,
- 5,
- 0.19938,
- "_EALLLLSWK_"
- ],
- [
- 30421,
- 2,
- 8,
- 3,
- 0.099697,
- "_IQLYDNDIYFIPR_"
- ],
- [
- 39295,
- 2,
- 17,
- 4,
- 0.2279,
- "_YGMPPQDAFTTQWLVR_"
- ],
- [
- 20293,
- 2,
- 15,
- 5,
- 0.19938,
- "_LYTLVLVLQPQR_"
- ],
- [
- 30609,
- 3,
- 14,
- 5,
- 0.18515,
- "_DHVSLGDYEIHDGMNLELYYQ_"
- ],
- [
- 48189,
- 3,
- 15,
- 4,
- 0.19938,
- "_EDKLPYEDVAIPLNELPEPEQDNGGTTESVK_"
- ],
- [
- 24579,
- 2,
- 16,
- 4,
- 0.21365,
- "_EELALLDGSNVVFK_"
- ],
- [
- 26113,
- 2,
- 15,
- 6,
- 0.19938,
- "_LASQANIAQVLAELK_"
- ],
- [
- 39832,
- 2,
- 17,
- 6,
- 0.2279,
- "_VGLTNYAAAYCTGLLLAR_"
- ],
- [
- 15986,
- 3,
- 15,
- 5,
- 0.19938,
- "_ETKPIPNLIFAIEQYEK_"
- ],
- [
- 49124,
- 3,
- 14,
- 4,
- 0.18515,
- "_EVDPSTGELQSLQMPESEGPSSLDPSQEGPTGLK_"
- ],
- [
- 38410,
- 3,
- 17,
- 5,
- 0.22791,
- "_YCMGDRPVQFEILSDQSVNFGFSK_"
- ],
- [
- 29953,
- 2,
- 13,
- 4,
- 0.17092,
- "_HISVLVPCFLTFPK_"
- ],
- [
- 33516,
- 3,
- 18,
- 8,
- 0.24216,
- "_NVLLDPQLVPGGGASEMAVAHALTEK_"
- ],
- [
- 42283,
- 2,
- 22,
- 5,
- 0.29922,
- "_VADEMDVMLGQEVGYSIR_"
- ],
- [
- 33865,
- 2,
- 14,
- 5,
- 0.18517,
- "_LVLDPGEAPLVPVYSGK_"
- ],
- [
- 20352,
- 3,
- 13,
- 2,
- 0.17092,
- "_DHVEVCPDAGVIIEELSQR_"
- ],
- [
- 19428,
- 4,
- 13,
- 5,
- 0.17092,
- "_ALAVLGEEGTRPEALELELLLSSGRPK_"
- ],
- [
- 32493,
- 2,
- 23,
- 3,
- 0.31347,
- "_ALTVPELTQQMFDAR_"
- ],
- [
- 44212,
- 2,
- 13,
- 3,
- 0.17092,
- "_EFGEPWDLNSGDGAFYGPK_"
- ],
- [
- 27103,
- 2,
- 10,
- 3,
- 0.12818,
- "_NIVLTGGNSLFPGFR_"
- ],
- [
- 34972,
- 2,
- 11,
- 3,
- 0.14242,
- "_VIDIFDTDGNGEVDFK_"
- ],
- [
- 32987,
- 3,
- 18,
- 5,
- 0.24216,
- "_HLAPPGLHPVPGGVFPVPPAAVVLMK_"
- ],
- [
- 48522,
- 2,
- 11,
- 5,
- 0.14242,
- "_GFFDPNTHENLTYLQLLQR_"
- ],
- [
- 51396,
- 3,
- 11,
- 4,
- 0.14242,
- "_SKPSEPIQPVNTWEISSLPSSTVTSETLPSSLSPSVEK_"
- ],
- [
- 37512,
- 2,
- 15,
- 4,
- 0.19941,
- "_TLLFTFNVPGSGNTYPK_"
- ],
- [
- 25423,
- 3,
- 16,
- 5,
- 0.21364,
- "_IPIHNEDITYDELVLMMQR_"
- ],
- [
- 47081,
- 2,
- 7,
- 6,
- 0.085497,
- "_FDDGAVFLAACSSGDTDEVLK_"
- ],
- [
- 41203,
- 3,
- 15,
- 7,
- 0.19941,
- "_ALTVGGFIEEEKEDLLQHFSTANQGPK_"
- ],
- [
- 43949,
- 2,
- 8,
- 3,
- 0.099728,
- "_TIQQCCENILLNAAWLK_"
- ],
- [
- 19865,
- 2,
- 12,
- 3,
- 0.15667,
- "_CLVFSLIGLHFK_"
- ],
- [
- 8565,
- 3,
- 8,
- 4,
- 0.099728,
- "_NFSEIHPGMLLIGFVK_"
- ],
- [
- 30184,
- 3,
- 15,
- 2,
- 0.19941,
- "_ALVNLAADPGLHETLLAADPGLPAR_"
- ],
- [
- 30266,
- 3,
- 17,
- 6,
- 0.22791,
- "_SIAVLELICDVHNPGQDLVIHR_"
- ],
- [
- 39469,
- 2,
- 18,
- 4,
- 0.24216,
- "_TLSLDEVYLIDSGAQYK_"
- ],
- [
- 15443,
- 2,
- 20,
- 4,
- 0.2707,
- "_VLEEVDWLITK_"
- ],
- [
- 11247,
- 2,
- 12,
- 3,
- 0.15667,
- "_TLAGLPLLVAYK_"
- ],
- [
- 34782,
- 3,
- 15,
- 5,
- 0.19941,
- "_VTEPSAPCQALVSIGDLQATFHGIR_"
- ],
- [
- 8867,
- 2,
- 15,
- 4,
- 0.19941,
- "_ILDLVISCFK_"
- ],
- [
- 18451,
- 2,
- 8,
- 2,
- 0.099735,
- "_DTALLLDPNIYR_"
- ],
- [
- 45255,
- 3,
- 10,
- 4,
- 0.12819,
- "_IPQLAPPASDSTVTKLDFDLEPEPPPAPPR_"
- ],
- [
- 32771,
- 2,
- 10,
- 5,
- 0.12819,
- "_SGIGSCAFATVEDYLH_"
- ],
- [
- 13116,
- 2,
- 10,
- 2,
- 0.12819,
- "_LENYFEELLK_"
- ],
- [
- 50745,
- 2,
- 10,
- 5,
- 0.12819,
- "_IAQLEEELEEEQSNMELLNDR_"
- ],
- [
- 36909,
- 4,
- 13,
- 9,
- 0.1709,
- "_GNEFFCEVDEDYIQDKFNLTGLNEQVPHYR_"
- ],
- [
- 49209,
- 2,
- 11,
- 4,
- 0.14242,
- "_ISFDNEYFNQSDFSSVAMTR_"
- ],
- [
- 31262,
- 3,
- 11,
- 6,
- 0.14242,
- "_AYLFAHAVDFVPSEENNLVGTLK_"
- ],
- [
- 24239,
- 2,
- 11,
- 2,
- 0.14242,
- "_SILTQIDHILMDK_"
- ],
- [
- 37898,
- 2,
- 13,
- 5,
- 0.1709,
- "_DLEQPSQAAGINLEIIR_"
- ],
- [
- 31957,
- 2,
- 12,
- 4,
- 0.15665,
- "_LLGPNASPDGLIPWTR_"
- ],
- [
- 13857,
- 2,
- 12,
- 3,
- 0.15665,
- "_NDGVLLLQALTR_"
- ],
- [
- 19218,
- 2,
- 14,
- 3,
- 0.18515,
- "_FLETVELQISLK_"
- ],
- [
- 21887,
- 3,
- 13,
- 7,
- 0.1709,
- "_NIANPTATLLASCMMLDHLK_"
- ],
- [
- 6199,
- 3,
- 8,
- 3,
- 0.099735,
- "_TADKIEGFLDIMEIK_"
- ],
- [
- 28378,
- 2,
- 19,
- 7,
- 0.2564,
- "_ISATSIFFESMPYK_"
- ],
- [
- 13214,
- 4,
- 15,
- 8,
- 0.19941,
- "_HLAPPGLHPVPGGVFPVPPAAVVLMK_"
- ],
- [
- 41710,
- 2,
- 15,
- 5,
- 0.19941,
- "_VVTLVEDPAGCVWGVAYR_"
- ],
- [
- 37016,
- 2,
- 16,
- 8,
- 0.21365,
- "_TLYDFPGNDAEDLPFK_"
- ],
- [
- 14207,
- 2,
- 15,
- 4,
- 0.19941,
- "_EEYGFLPVPLR_"
- ],
- [
- 37097,
- 3,
- 20,
- 7,
- 0.27064,
- "_LPPGEYILVPSTFEPNKDGDFCIR_"
- ],
- [
- 46419,
- 3,
- 15,
- 7,
- 0.19941,
- "_IIDEEGVESINDMFHENAMLQTENNNLR_"
- ],
- [
- 36319,
- 3,
- 19,
- 8,
- 0.2564,
- "_ETFASTASQLHSNVVNYVQQIVAPK_"
- ],
- [
- 41120,
- 2,
- 16,
- 4,
- 0.21365,
- "_LFDSTIADEGTWTLEDR_"
- ],
- [
- 23750,
- 3,
- 17,
- 3,
- 0.22788,
- "_IYQTFVALAAQLQSIHENVK_"
- ],
- [
- 50120,
- 3,
- 16,
- 7,
- 0.21365,
- "_GNEFFCEVDEDYIQDKFNLTGLNEQVPHYR_"
- ],
- [
- 17642,
- 2,
- 16,
- 6,
- 0.21365,
- "_ITVNEVELLVMK_"
- ],
- [
- 48242,
- 3,
- 15,
- 6,
- 0.19941,
- "_TDPVPEEGEDVAATISATETLSEEEQEELRR_"
- ],
- [
- 30886,
- 2,
- 20,
- 5,
- 0.27064,
- "_HENVIGLLDVFTPAR_"
- ],
- [
- 34590,
- 4,
- 18,
- 9,
- 0.24214,
- "_AVGNIVTGTDEQTQVVLNCDALSHFPALLTHPK_"
- ],
- [
- 43328,
- 2,
- 14,
- 4,
- 0.18518,
- "_DFGGDVAAYVAPTNDLNGVR_"
- ],
- [
- 7372,
- 2,
- 17,
- 5,
- 0.22792,
- "_GILLQLFGGTR_"
- ],
- [
- 38433,
- 2,
- 14,
- 4,
- 0.18518,
- "_FSPGFFPGTGDVSDVGLGK_"
- ],
- [
- 34398,
- 2,
- 17,
- 6,
- 0.22792,
- "_GLPLVDDGGWNTVPISK_"
- ],
- [
- 32216,
- 2,
- 12,
- 4,
- 0.15669,
- "_NPTIVNFPITNVDLR_"
- ],
- [
- 16385,
- 4,
- 14,
- 4,
- 0.18518,
- "_YSHDFNFHINYGDLGFLGPEDLR_"
- ],
- [
- 43557,
- 2,
- 14,
- 6,
- 0.18518,
- "_NLPLGWDGKPIPYWLYK_"
- ],
- [
- 2581,
- 2,
- 14,
- 4,
- 0.18518,
- "_GWLVDLLNK_"
- ],
- [
- 45100,
- 4,
- 12,
- 8,
- 0.15669,
- "_IYDVQHANLAGTLSGHASWVLNVAFCPDDTHFVSSSSDK_"
- ],
- [
- 44854,
- 3,
- 17,
- 4,
- 0.22792,
- "_VTPVLYLNYGPYSSYAPHYDSTFANISK_"
- ],
- [
- 25646,
- 2,
- 17,
- 5,
- 0.22792,
- "_NTLEWCLPVIDAK_"
- ],
- [
- 16100,
- 2,
- 12,
- 4,
- 0.15669,
- "_APLVCLPVFVSR_"
- ],
- [
- 51263,
- 2,
- 14,
- 6,
- 0.18518,
- "_SLAALDALNTDDENDEEEYEAWK_"
- ],
- [
- 18129,
- 2,
- 17,
- 7,
- 0.22792,
- "_LGLVGVNLTLDGVK_"
- ],
- [
- 40763,
- 2,
- 13,
- 3,
- 0.17093,
- "_DAATIMQPYFTSNGLVTK_"
- ],
- [
- 7008,
- 3,
- 17,
- 5,
- 0.22792,
- "_QGFDFLCMPVFHPR_"
- ],
- [
- 10396,
- 3,
- 20,
- 6,
- 0.27067,
- "_QIQELVEAIVLPMNHK_"
- ],
- [
- 15712,
- 2,
- 11,
- 4,
- 0.14246,
- "_LEILEWMCTR_"
- ],
- [
- 41622,
- 2,
- 16,
- 3,
- 0.21368,
- "_YSVLNNDDYFADVSPLR_"
- ],
- [
- 43255,
- 2,
- 15,
- 6,
- 0.19943,
- "_NPDGTMNLMNWECAIPGK_"
- ],
- [
- 45361,
- 2,
- 19,
- 6,
- 0.25642,
- "_ATLQAALCLENFSSQVVER_"
- ],
- [
- 17845,
- 2,
- 9,
- 4,
- 0.11401,
- "_TQGELFLLLDSR_"
- ],
- [
- 45241,
- 2,
- 8,
- 4,
- 0.099739,
- "_AASNIIFSNGNLDPWAGGGIR_"
- ],
- [
- 10353,
- 2,
- 10,
- 4,
- 0.12824,
- "_DVLEYVVFEK_"
- ],
- [
- 45224,
- 2,
- 15,
- 5,
- 0.19943,
- "_VVSLLLSHLPLLQPGNTEAK_"
- ],
- [
- 42879,
- 2,
- 10,
- 2,
- 0.12824,
- "_NMLLVMDTAEIFHSADAR_"
- ],
- [
- 9771,
- 3,
- 10,
- 3,
- 0.12824,
- "_NHPFFQGLDWVALAAR_"
- ],
- [
- 46726,
- 2,
- 10,
- 2,
- 0.12824,
- "_ICALDDNVCM(Oxidation (M))AFAGLTADAR_"
- ],
- [
- 21287,
- 3,
- 15,
- 4,
- 0.19943,
- "_NFHIFYQLLEGGEEETLR_"
- ],
- [
- 24736,
- 3,
- 10,
- 4,
- 0.12824,
- "_GFFDPNTHENLTYLQLLQR_"
- ],
- [
- 26909,
- 2,
- 10,
- 4,
- 0.12824,
- "_LLPLGATDTAVFDVR_"
- ],
- [
- 43013,
- 2,
- 7,
- 2,
- 0.085508,
- "_NQPDYYEVVSQPIDLMK_"
- ],
- [
- 30951,
- 3,
- 11,
- 7,
- 0.14246,
- "_EFLSEPDLASYSVVMVDEAHER_"
- ],
- [
- 33975,
- 4,
- 15,
- 5,
- 0.19943,
- "_(Acetyl (Protein N-term))MEETIKDPPTSAVLLDHCHFSQVIFNSVEK_"
- ],
- [
- 37720,
- 2,
- 19,
- 3,
- 0.25642,
- "_QIQELVEAIVLPMNHK_"
- ],
- [
- 32472,
- 4,
- 22,
- 12,
- 0.29922,
- "_SVDYPCLLRPSYVLSGSAMNVVFSEDEM(Oxidation (M))KK_"
- ],
- [
- 22548,
- 3,
- 27,
- 7,
- 0.37055,
- "_VFHLLGVDTLVVTNAAGGLNPK_"
- ],
- [
- 44156,
- 2,
- 19,
- 6,
- 0.25641,
- "_AVIGSTYMLTQDEVLWEK_"
- ],
- [
- 47929,
- 3,
- 8,
- 5,
- 0.099764,
- "_QVTMLTGNGGGWNIEQPSILNQSLSLKPYQK_"
- ],
- [
- 38607,
- 2,
- 9,
- 3,
- 0.11399,
- "_IFLDESAPDNVLEVTAR_"
- ],
- [
- 39860,
- 2,
- 10,
- 3,
- 0.12826,
- "_DIPFSAIYFPCYAHVK_"
- ],
- [
- 36942,
- 2,
- 10,
- 2,
- 0.12826,
- "_EDFPLIETEDEAYLR_"
- ],
- [
- 23529,
- 4,
- 13,
- 6,
- 0.17095,
- "_NIDHMLWLEQPENIATCIALRPYPK_"
- ],
- [
- 12980,
- 2,
- 12,
- 4,
- 0.15672,
- "_VCLNLPYFLR_"
- ],
- [
- 4889,
- 4,
- 11,
- 6,
- 0.14249,
- "_MLEVHFVGDDDVLNHILDR_"
- ],
- [
- 39861,
- 2,
- 11,
- 5,
- 0.14249,
- "_DIPFSAIYFPVYAHCK_"
- ],
- [
- 45490,
- 2,
- 6,
- 5,
- 0.07126,
- "_LLLEAQAATGFLLDPVKGER_"
- ],
- [
- 8247,
- 3,
- 13,
- 3,
- 0.17095,
- "_LQEQLPELLEIIKPK_"
- ],
- [
- 35635,
- 2,
- 13,
- 3,
- 0.17095,
- "_NFSEIHPGMLLIGFVK_"
- ],
- [
- 3721,
- 2,
- 12,
- 3,
- 0.15672,
- "_VLIEFSLLR_"
- ],
- [
- 38959,
- 3,
- 13,
- 6,
- 0.17095,
- "_ALAVLGEEGTRPEALELELLLSSGRPK_"
- ],
- [
- 45710,
- 3,
- 34,
- 7,
- 0.4703,
- "_KYTLPPGVDPTQVSSSLSPEGTLTVEAPMPK_"
- ],
- [
- 38782,
- 3,
- 21,
- 9,
- 0.28493,
- "_LFDHPESPTPNPTEPLFLAQAEVYK_"
- ],
- [
- 47017,
- 2,
- 12,
- 2,
- 0.15672,
- "_QLLAQQLGAESADSIGAVLNSK_"
- ],
- [
- 341,
- 2,
- 13,
- 3,
- 0.17095,
- "_DLLQNLLK_"
- ],
- [
- 35714,
- 3,
- 20,
- 8,
- 0.27067,
- "_DPGEARPDITHQSLLMLMDSPLNR_"
- ],
- [
- 32006,
- 4,
- 13,
- 7,
- 0.17095,
- "_SLLGSVSDNGIVTLWDVNSQSPYHNFDSVHK_"
- ],
- [
- 35226,
- 3,
- 13,
- 7,
- 0.17095,
- "_GLLGLPEEETELDNLTEFNTAHNK_"
- ],
- [
- 25016,
- 2,
- 12,
- 2,
- 0.15672,
- "_ILSVQGTEPLVLFK_"
- ],
- [
- 44947,
- 2,
- 20,
- 7,
- 0.27067,
- "_YMHSGPVVAMVWEGLNVVK_"
- ],
- [
- 11883,
- 2,
- 8,
- 4,
- 0.099764,
- "_IMEDFTTFLR_"
- ],
- [
- 22111,
- 2,
- 18,
- 2,
- 0.24218,
- "_AAEMLSQLDLFSR_"
- ],
- [
- 28753,
- 3,
- 16,
- 6,
- 0.21368,
- "_GVDDLDFFIGDEAIEKPTYATK_"
- ],
- [
- 51032,
- 3,
- 17,
- 6,
- 0.22794,
- "_YDVDLSLTTQDTEHDMVISTSPSGGSEADIEGPLPAK_"
- ],
- [
- 28983,
- 3,
- 18,
- 6,
- 0.24218,
- "_TFHEEEGIDEVIVPLPTWNAR_"
- ],
- [
- 14413,
- 4,
- 22,
- 7,
- 0.29917,
- "_EGVFPDNFAVQINELDKDFPKPK_"
- ],
- [
- 19991,
- 3,
- 18,
- 4,
- 0.24218,
- "_VIDGLETLDELEKLPVNEK_"
- ],
- [
- 14150,
- 2,
- 15,
- 4,
- 0.19943,
- "_LSVEIWDWDR_"
- ],
- [
- 39145,
- 3,
- 23,
- 6,
- 0.31347,
- "_HFPELADSAINAQLDLCEDEDVSIR_"
- ],
- [
- 30724,
- 2,
- 14,
- 4,
- 0.1852,
- "_VIVSDVQESFIWVR_"
- ],
- [
- 13054,
- 3,
- 10,
- 3,
- 0.12824,
- "_FNIDEVLQEWEAEHGK_"
- ],
- [
- 46346,
- 2,
- 16,
- 5,
- 0.21368,
- "_VAAPVGPVGPTPTVLPMGAPVPR_"
- ],
- [
- 22832,
- 3,
- 16,
- 5,
- 0.21368,
- "_VDAVLVTHPGADSLPGLNSLLR_"
- ],
- [
- 32139,
- 3,
- 5,
- 2,
- 0.057014,
- "_GSYLLPGMASFVTSNKPDLQVTIK_"
- ],
- [
- 17484,
- 3,
- 10,
- 2,
- 0.12824,
- "_FSLASVLRPLQEESIMEK_"
- ],
- [
- 44377,
- 3,
- 13,
- 6,
- 0.17097,
- "_VSTPWLQHLSGACGVVDEAVLVCPDPSSR_"
- ],
- [
- 37624,
- 2,
- 23,
- 3,
- 0.31342,
- "_EPPPGMFVVPDTVDMTK_"
- ],
- [
- 34773,
- 4,
- 16,
- 7,
- 0.21368,
- "_VVSVGVPVAHALDPASQAALQTSVELCCGTHLLR_"
- ],
- [
- 46235,
- 2,
- 31,
- 7,
- 0.42755,
- "_LAPITSDPTEATAVGAVEASFK_"
- ],
- [
- 26108,
- 2,
- 10,
- 3,
- 0.12824,
- "_DLANIAEVEVSIPAK_"
- ],
- [
- 20452,
- 3,
- 13,
- 5,
- 0.17097,
- "_GYSFYLAHEFFDVLPVHK_"
- ],
- [
- 47703,
- 2,
- 10,
- 3,
- 0.12824,
- "_EYQDAFLFNELKGETM(Oxidation (M))DTS_"
- ],
- [
- 21889,
- 3,
- 16,
- 7,
- 0.21368,
- "_SVTHFDSLAVIDIPGADTLDK_"
- ],
- [
- 18188,
- 3,
- 10,
- 6,
- 0.12824,
- "_WGDEVEYMLVSFDHENK_"
- ],
- [
- 22817,
- 2,
- 15,
- 3,
- 0.19943,
- "_LAQVSPELLLASVR_"
- ],
- [
- 22537,
- 2,
- 16,
- 4,
- 0.21368,
- "_TPSLTVFLLGQSAR_"
- ],
- [
- 51340,
- 2,
- 18,
- 8,
- 0.24219,
- "_EVEETDEMDQVELVDFDPNQER_"
- ],
- [
- 22616,
- 3,
- 10,
- 3,
- 0.12824,
- "_MLEVHFVGDDDVLNHILDR_"
- ],
- [
- 29658,
- 3,
- 18,
- 6,
- 0.24219,
- "_EGLNGGGGGGSHFDSPFEFGFTFR_"
- ],
- [
- 29613,
- 3,
- 15,
- 7,
- 0.19943,
- "_APVNTAELTDLLIQQNHIGSVIK_"
- ],
- [
- 14522,
- 3,
- 17,
- 7,
- 0.22793,
- "_(Acetyl (Protein N-term))MNVDHEVNLLVEEIHR_"
- ],
- [
- 21307,
- 2,
- 11,
- 4,
- 0.14251,
- "_VTVNPGLLVPLDVK_"
- ],
- [
- 41036,
- 2,
- 12,
- 3,
- 0.15674,
- "_VSFADPIYQAGLADDIDR_"
- ],
- [
- 50561,
- 3,
- 18,
- 7,
- 0.24219,
- "_FTVDTISAGQGDVMVFVEDPEGNKEEAQVTPDSDK_"
- ],
- [
- 39777,
- 3,
- 15,
- 7,
- 0.19943,
- "_FFYSDQNVDSRDPVQLNLLYVQAR_"
- ],
- [
- 27704,
- 2,
- 18,
- 6,
- 0.24219,
- "_TDDIPVWDQEFLK_"
- ],
- [
- 16668,
- 2,
- 16,
- 4,
- 0.21368,
- "_LNIIIVAEGAIDK_"
- ],
- [
- 48402,
- 2,
- 18,
- 5,
- 0.24218,
- "_NPGVGNGDDEAAELMQQVNVLK_"
- ],
- [
- 22816,
- 3,
- 12,
- 2,
- 0.15676,
- "_VLLPTRPAPPTVEQILEDVR_"
- ],
- [
- 49457,
- 2,
- 11,
- 4,
- 0.14249,
- "_NACVLLSQSCLFEEPDLTQR_"
- ],
- [
- 45098,
- 3,
- 9,
- 4,
- 0.114,
- "_SLLESTPSPVVFCHNDCQEGNILLLEGR_"
- ],
- [
- 40691,
- 2,
- 12,
- 3,
- 0.15676,
- "_EIFTNLAPFSEVSADGEK_"
- ],
- [
- 15745,
- 4,
- 9,
- 5,
- 0.114,
- "_SIHLEGDGQQLLDALQHELVTTQR_"
- ],
- [
- 11558,
- 2,
- 19,
- 5,
- 0.25643,
- "_EANNFLWPFK_"
- ],
- [
- 34062,
- 3,
- 14,
- 7,
- 0.18521,
- "_GGTNAEMAPQIDYTVMVFKPIVEK_"
- ],
- [
- 33614,
- 2,
- 12,
- 6,
- 0.15676,
- "_SGLEELVLSEMNSPSR_"
- ],
- [
- 41913,
- 3,
- 19,
- 8,
- 0.25643,
- "_ADHQPLTEASYVNLPTIALCNTDSPLR_"
- ],
- [
- 48202,
- 2,
- 13,
- 2,
- 0.17099,
- "_DNDFIYHEAVPALDTLQPVK_"
- ],
- [
- 36515,
- 3,
- 18,
- 4,
- 0.24218,
- "_SVEGWILFVTGVHEEATEEDIHDK_"
- ],
- [
- 29463,
- 2,
- 10,
- 5,
- 0.12826,
- "_NYNFGGEFVEAMIR_"
- ],
- [
- 38114,
- 3,
- 13,
- 8,
- 0.17099,
- "_QFDNYGEEFTMHDTIGCYLDIDK_"
- ],
- [
- 15307,
- 2,
- 11,
- 4,
- 0.14249,
- "_DNALLAQLIQDK_"
- ],
- [
- 26524,
- 2,
- 14,
- 6,
- 0.18521,
- "_MNTLQAIWMMDPK_"
- ],
- [
- 28295,
- 4,
- 15,
- 5,
- 0.19944,
- "_DLELPIIPPTHLDLSALHNVLNKPFHHR_"
- ],
- [
- 43158,
- 3,
- 10,
- 5,
- 0.12826,
- "_ISVDEALQHPYINVWYDPSEAEAPPPK_"
- ],
- [
- 35834,
- 2,
- 9,
- 3,
- 0.114,
- "_DNSVFHVSNLEFPFR_"
- ],
- [
- 49003,
- 2,
- 15,
- 6,
- 0.19944,
- "_VTFTCQASFDPSLQPSITWR_"
- ],
- [
- 39519,
- 2,
- 15,
- 5,
- 0.19944,
- "_DTAEGVSQELISAGLVDGR_"
- ],
- [
- 36026,
- 2,
- 15,
- 6,
- 0.19944,
- "_GLVAVITGGASGLGLATAER_"
- ],
- [
- 24639,
- 3,
- 10,
- 3,
- 0.12826,
- "_IVSINGQPLDGLSHADVVNLLK_"
- ],
- [
- 43332,
- 3,
- 16,
- 6,
- 0.21368,
- "_DHASSMPNAESWPVVGQFSSVGSLGADESK_"
- ],
- [
- 49752,
- 2,
- 15,
- 5,
- 0.19944,
- "_SCTYYFSVDADVALTEPNSLR_"
- ],
- [
- 19163,
- 2,
- 10,
- 4,
- 0.12826,
- "_PFSQFWQPLLR_"
- ],
- [
- 18779,
- 3,
- 23,
- 8,
- 0.31342,
- "_YMHSGPVVAMVWEGLNVVK_"
- ],
- [
- 19572,
- 3,
- 16,
- 6,
- 0.21368,
- "_LLLEAQAATGFLLDPVKGER_"
- ],
- [
- 31996,
- 2,
- 9,
- 4,
- 0.114,
- "_QLQSFGMDVTLLEAR_"
- ],
- [
- 16747,
- 4,
- 16,
- 4,
- 0.21368,
- "_SVEGWILFVTGVHEEATEEDIHDK_"
- ],
- [
- 51007,
- 2,
- 24,
- 6,
- 0.32767,
- "_NENPVDYTVQIPPSTTYAITPMK_"
- ],
- [
- 31151,
- 3,
- 10,
- 4,
- 0.12826,
- "_GKSEVPEDLAGFIELFQTPSHTK_"
- ],
- [
- 46707,
- 4,
- 14,
- 7,
- 0.18521,
- "_KGGPPFTQEEEEDGGPALQELLSTRPTGSVSSTLGLASIQPSK_"
- ],
- [
- 38017,
- 3,
- 14,
- 4,
- 0.18521,
- "_GLDIPEVDLVIQSSPPKDVESYIHR_"
- ],
- [
- 50614,
- 2,
- 10,
- 3,
- 0.12826,
- "_VTTGAPIPCGADAVVQVEDTELIR_"
- ],
- [
- 34584,
- 3,
- 11,
- 5,
- 0.14249,
- "_YIQDIYSCGEIVEHLEESTAFR_"
- ],
- [
- 44303,
- 2,
- 6,
- 4,
- 0.07126,
- "_VSSYPVALIPGQFQEYYK_"
- ],
- [
- 11917,
- 3,
- 8,
- 4,
- 0.099749,
- "_ISLEVQLEQLRPFSHL_"
- ],
- [
- 51799,
- 2,
- 4,
- 6,
- 0.042727,
- "_DSCQGDSGGPVVCNGQLQGIVSWGYGCAQK_"
- ],
- [
- 25398,
- 3,
- 13,
- 4,
- 0.17099,
- "_LMCPQEIVDYIADKKDVYE_"
- ],
- [
- 44534,
- 2,
- 16,
- 6,
- 0.21368,
- "_PGGLLLGDVAPNFEANTTVGR_"
- ],
- [
- 21778,
- 3,
- 13,
- 4,
- 0.17099,
- "_ATAFNEQVDKFFPLIEVNK_"
- ],
- [
- 28846,
- 3,
- 16,
- 5,
- 0.21368,
- "_IEIDNGDELTADFLYEEVHPK_"
- ],
- [
- 46361,
- 2,
- 11,
- 4,
- 0.14249,
- "_GVQAQPLNVGFCEQEFEQT_"
- ],
- [
- 31367,
- 4,
- 22,
- 8,
- 0.29913,
- "_IHAYVDYPIYDVLQMVGHANRPLQDDEGR_"
- ],
- [
- 42109,
- 2,
- 20,
- 5,
- 0.27066,
- "_YIGFETVNGDIFICTQK_"
- ],
- [
- 24581,
- 2,
- 14,
- 3,
- 0.18522,
- "_TQSSLVPALTDFVR_"
- ],
- [
- 28931,
- 3,
- 16,
- 5,
- 0.21368,
- "_ICKPLHELIMQLLEETPEEK_"
- ],
- [
- 21867,
- 2,
- 14,
- 4,
- 0.18522,
- "_GLEEIPVFDISEK_"
- ],
- [
- 27287,
- 4,
- 11,
- 5,
- 0.14249,
- "_KNIILEEGKEILVGDVGQTVDDPYATFVK_"
- ],
- [
- 36339,
- 2,
- 13,
- 5,
- 0.17099,
- "_QQWQQLYDTLNAWK_"
- ],
- [
- 49550,
- 2,
- 3,
- 2,
- 0.028479,
- "_CGGGLLIGGQAWDWANQGEDER_"
- ],
- [
- 51239,
- 2,
- 14,
- 5,
- 0.18522,
- "_LPSTGEGTQFYLFENVDNAQQFK_"
- ],
- [
- 34091,
- 2,
- 9,
- 3,
- 0.11399,
- "_ASAELQTLLMNQLTVK_"
- ],
- [
- 21141,
- 2,
- 15,
- 4,
- 0.19945,
- "_GNTAAYLLYAFTR_"
- ],
- [
- 834,
- 2,
- 15,
- 4,
- 0.19945,
- "_VTILELFR_"
- ],
- [
- 47317,
- 2,
- 18,
- 6,
- 0.24216,
- "_QMSVPGIFNPHEIPEEMCD_"
- ],
- [
- 40424,
- 2,
- 13,
- 2,
- 0.17099,
- "_ELQVLDGANIQSIMASEK_"
- ],
- [
- 44988,
- 2,
- 12,
- 5,
- 0.15672,
- "_ADAPVALVVHMAPASVLVDSR_"
- ],
- [
- 16928,
- 3,
- 18,
- 5,
- 0.24216,
- "_NLPLGWDGKPIPYWLYK_"
- ],
- [
- 21104,
- 2,
- 11,
- 3,
- 0.14249,
- "_TAPAVVYIEILDR_"
- ],
- [
- 42657,
- 2,
- 12,
- 6,
- 0.15672,
- "_LLEYIEEISCASDQVEK_"
- ],
- [
- 28038,
- 4,
- 14,
- 4,
- 0.18522,
- "_FSSHVSGTLGQFYQDVLWGPLDTADDSKR_"
- ],
- [
- 37809,
- 2,
- 12,
- 4,
- 0.15675,
- "_ETGWASFSEFTSSLSTK_"
- ],
- [
- 49671,
- 2,
- 9,
- 5,
- 0.11401,
- "_ITLEGPTEDVNVAQEQIEGMVK_"
- ],
- [
- 45613,
- 4,
- 13,
- 9,
- 0.17098,
- "_ATDPSMSEQDWSAIQNFCEQVNTDPNGPTHAPWLLAHK_"
- ],
- [
- 41455,
- 2,
- 12,
- 4,
- 0.15675,
- "_LQDALASNAGLTQSIPILR_"
- ],
- [
- 27729,
- 2,
- 12,
- 4,
- 0.15675,
- "_ILGNTFTDTVGNILK_"
- ],
- [
- 46586,
- 2,
- 13,
- 4,
- 0.17098,
- "_TPPEAIALCSSLLEYTPSSR_"
- ],
- [
- 5666,
- 3,
- 13,
- 2,
- 0.17098,
- "_EFESVLVDAFSHVAR_"
- ],
- [
- 44186,
- 3,
- 11,
- 5,
- 0.14249,
- "_TTPEGSELNIPHVVAWAQIPEETGLPQGR_"
- ],
- [
- 44267,
- 4,
- 13,
- 6,
- 0.17098,
- "_EDGVYVFHPHSQPVSCLYFSPANPAHILSLSYDGTLR_"
- ],
- [
- 1918,
- 2,
- 12,
- 3,
- 0.15675,
- "_VAFVDMLLK_"
- ],
- [
- 37169,
- 2,
- 10,
- 5,
- 0.12825,
- "_MYVPMTEDIYNAISAK_"
- ],
- [
- 23834,
- 2,
- 13,
- 4,
- 0.17098,
- "_AQDEGLLSDVVPFK_"
- ],
- [
- 48852,
- 3,
- 13,
- 5,
- 0.17098,
- "_GQEEYVLSYEPVNQQEVNYTRPVIILGPMK_"
- ],
- [
- 41998,
- 4,
- 11,
- 6,
- 0.14249,
- "_FHINWEDNTEKLEDAESSNPNLQSLLSTDALPSASK_"
- ],
- [
- 47617,
- 2,
- 13,
- 6,
- 0.17098,
- "_TQIAPGSQTVLGIGPGPADLIDK_"
- ],
- [
- 22923,
- 3,
- 10,
- 3,
- 0.12825,
- "_LQVHLSSTCPQIFSEFLLK_"
- ],
- [
- 30669,
- 2,
- 10,
- 2,
- 0.12825,
- "_LCSEVPILEDTLMR_"
- ],
- [
- 47397,
- 4,
- 11,
- 7,
- 0.14249,
- "_AFGVTDEGFSVCCHIHGFAPYFYTPAPPGFGPEHMGDLQR_"
- ],
- [
- 9652,
- 4,
- 17,
- 6,
- 0.22794,
- "_ICKPLHELIMQLLEETPEEK_"
- ],
- [
- 49303,
- 3,
- 17,
- 9,
- 0.22794,
- "_PMPGTHTVTLQCPALLVVGDSSPAVDAVVECNSK_"
- ],
- [
- 36685,
- 2,
- 8,
- 3,
- 0.099752,
- "_PLVQQPEPLPIQVAFR_"
- ],
- [
- 39707,
- 2,
- 20,
- 5,
- 0.27067,
- "_FLQDCQELSLWINEK_"
- ],
- [
- 22950,
- 2,
- 16,
- 5,
- 0.21371,
- "_EKPLLIFEILQR_"
- ],
- [
- 21045,
- 2,
- 16,
- 2,
- 0.21371,
- "_(Acetyl (Protein N-term))AEEQPQVELFVK_"
- ],
- [
- 16080,
- 2,
- 15,
- 4,
- 0.19948,
- "_ELGEYFLFDPK_"
- ],
- [
- 35126,
- 3,
- 21,
- 6,
- 0.28492,
- "_LLNNGDKWEAEIAANIQADYLYR_"
- ],
- [
- 20942,
- 2,
- 9,
- 3,
- 0.11401,
- "_AILDWDYYIER_"
- ],
- [
- 33986,
- 2,
- 15,
- 6,
- 0.19948,
- "_SAMQSVVDDWIESYK_"
- ],
- [
- 48915,
- 2,
- 19,
- 7,
- 0.25642,
- "_EGCEAIVDTGTSLMVGPVDEVR_"
- ],
- [
- 35163,
- 3,
- 16,
- 4,
- 0.21371,
- "_HIQVLVSTATLAWGVNLPAHTVIIK_"
- ],
- [
- 14587,
- 2,
- 26,
- 4,
- 0.35616,
- "_FVFSLVDAMNGK_"
- ],
- [
- 40050,
- 2,
- 33,
- 5,
- 0.45603,
- "_DNHLLGTFDLTGIPPAPR_"
- ],
- [
- 20686,
- 3,
- 17,
- 7,
- 0.22794,
- "_LVFVHSAEGNEFWSALLEK_"
- ],
- [
- 34834,
- 2,
- 14,
- 4,
- 0.18525,
- "_EASSASQFEELEIVLK_"
- ],
- [
- 38716,
- 2,
- 14,
- 4,
- 0.18525,
- "_GEIEVVTSSLPELYVEK_"
- ],
- [
- 42106,
- 2,
- 17,
- 5,
- 0.22794,
- "_DYQLNGLNWLAHSWCK_"
- ],
- [
- 45923,
- 2,
- 22,
- 8,
- 0.29916,
- "_(Acetyl (Protein N-term))SGEDEQQEQTIAEDLVVTK_"
- ],
- [
- 47810,
- 2,
- 9,
- 2,
- 0.11399,
- "_ELEGEESEPQEMDIDEILR_"
- ],
- [
- 19841,
- 2,
- 6,
- 2,
- 0.071228,
- "_NFAAESFTFLMR_"
- ],
- [
- 34369,
- 3,
- 11,
- 2,
- 0.14249,
- "_KAEGDLGPSWVCGFSNLESQVLEK_"
- ],
- [
- 41538,
- 2,
- 17,
- 6,
- 0.22795,
- "_TLQALEFHTVPFQLLAR_"
- ],
- [
- 20354,
- 3,
- 11,
- 5,
- 0.14249,
- "_DEQGACAVLAVHLNTLLGER_"
- ],
- [
- 35235,
- 2,
- 8,
- 3,
- 0.099756,
- "_LALIICNEEFDSIPR_"
- ],
- [
- 32239,
- 3,
- 12,
- 7,
- 0.15673,
- "_AAGLATMISTMRPDIDNMDEYVR_"
- ],
- [
- 41906,
- 2,
- 16,
- 4,
- 0.21372,
- "_CLLIDYNPDSQELDFR_"
- ],
- [
- 17522,
- 3,
- 14,
- 5,
- 0.18522,
- "_FLNSGGFIGFATTIHQIVR_"
- ],
- [
- 19857,
- 2,
- 21,
- 4,
- 0.28491,
- "_VDFPTAIGMVVER_"
- ],
- [
- 27888,
- 2,
- 12,
- 4,
- 0.15673,
- "_EIFMLSALSQEDVK_"
- ],
- [
- 20282,
- 2,
- 18,
- 5,
- 0.24218,
- "_GSPMEISLPIALSK_"
- ],
- [
- 14367,
- 3,
- 15,
- 5,
- 0.19949,
- "_TLQALEFHTVPFQLLAR_"
- ],
- [
- 32520,
- 2,
- 12,
- 5,
- 0.15673,
- "_VELTITPDFQWDEK_"
- ],
- [
- 29413,
- 3,
- 4,
- 2,
- 0.042734,
- "_LQLEPGKEYLIMGLDGATYDLK_"
- ],
- [
- 46029,
- 2,
- 12,
- 4,
- 0.15673,
- "_VPSVPETELTDQAWLPAGVR_"
- ],
- [
- 39013,
- 2,
- 16,
- 5,
- 0.21372,
- "_ALLEAFGTTGFQATNFGR_"
- ],
- [
- 6685,
- 3,
- 14,
- 2,
- 0.18522,
- "_GPFIAIFASDPHIIIK_"
- ],
- [
- 27776,
- 3,
- 13,
- 5,
- 0.17099,
- "_TVEFQHIIPISAVTGEGIEELK_"
- ],
- [
- 50666,
- 2,
- 11,
- 4,
- 0.14249,
- "_TVLSANADHMAQIEGLMDDVDFK_"
- ],
- [
- 24996,
- 3,
- 14,
- 5,
- 0.18522,
- "_GHLDSMNVSLNQEDLNLLFR_"
- ],
- [
- 24318,
- 3,
- 26,
- 7,
- 0.35615,
- "_(Acetyl (Protein N-term))SLPLNPKPFLNGLTGKPVMVK_"
- ],
- [
- 47141,
- 3,
- 12,
- 6,
- 0.15673,
- "_ETLQLVDSTTSYGLTGAVFSQDKDVVQEATK_"
- ],
- [
- 51299,
- 2,
- 13,
- 5,
- 0.17101,
- "_VLYCGVCSLPTEYCEYMPDVAK_"
- ],
- [
- 36999,
- 2,
- 14,
- 5,
- 0.18526,
- "_QQQWLLYLSNSGYLK_"
- ],
- [
- 40501,
- 2,
- 20,
- 5,
- 0.27068,
- "_YEDAYQYQNIFGPLVK_"
- ],
- [
- 35941,
- 4,
- 14,
- 7,
- 0.18526,
- "_ANLEAFTVDKDITLTNDKPATAIGVIGNFTDAER_"
- ],
- [
- 6498,
- 3,
- 40,
- 7,
- 0.5558,
- "_DYLHLPPEIVPATLR_"
- ],
- [
- 19915,
- 3,
- 13,
- 5,
- 0.17101,
- "_AWSATFDELIGRPIGEFSR_"
- ],
- [
- 49796,
- 2,
- 13,
- 2,
- 0.17101,
- "_AQLQQVELALGAGLDSSEQADLR_"
- ],
- [
- 37818,
- 2,
- 7,
- 3,
- 0.085499,
- "_YNAVTGEWLDDEVLIK_"
- ],
- [
- 18222,
- 2,
- 6,
- 2,
- 0.071251,
- "_YDNMAELFAVVK_"
- ],
- [
- 49691,
- 3,
- 21,
- 7,
- 0.28493,
- "_EGITGPPADSSKPIGPDDAIDALSSDFTCGSPTAAGK_"
- ],
- [
- 41257,
- 3,
- 14,
- 5,
- 0.18526,
- "_VRPGETLLIHSGSGGVGQAAIAIALSLGCR_"
- ],
- [
- 33546,
- 3,
- 14,
- 7,
- 0.18526,
- "_KTEEMLSNQMLSGIPEVDLGIDAK_"
- ],
- [
- 29409,
- 3,
- 16,
- 4,
- 0.21376,
- "_VEGSFPVTMLPGDGVGPELMHAVK_"
- ],
- [
- 21885,
- 3,
- 12,
- 6,
- 0.15676,
- "_DCMEHAVLPVDGATLAEVMR_"
- ],
- [
- 41771,
- 2,
- 10,
- 2,
- 0.12827,
- "_AYSFCGTIEYMAPDIVR_"
- ],
- [
- 31912,
- 2,
- 16,
- 6,
- 0.21376,
- "_EFESVLVDAFSHVAR_"
- ],
- [
- 47071,
- 3,
- 16,
- 8,
- 0.21376,
- "_ALGALVDSCAPGLCPDWESWDPQKPVDNAR_"
- ],
- [
- 24028,
- 2,
- 16,
- 3,
- 0.21376,
- "_ASSSLGLQDFDLLR_"
- ],
- [
- 5092,
- 2,
- 15,
- 4,
- 0.19949,
- "_EGIPLIILAGK_"
- ],
- [
- 49189,
- 3,
- 11,
- 6,
- 0.14252,
- "_STFSAHLAHGLAEDENTQIALLDIDICGPSIPK_"
- ],
- [
- 15607,
- 3,
- 15,
- 5,
- 0.19949,
- "_YSSMEDHLEILEWTLR_"
- ],
- [
- 35437,
- 3,
- 16,
- 6,
- 0.21376,
- "_VQAERPDTMLGVVCGALHVADVSLR_"
- ],
- [
- 40875,
- 3,
- 12,
- 6,
- 0.15676,
- "_TM(Oxidation (M))VGFGPEDDHFVAELTYNYGVGDYK_"
- ],
- [
- 17625,
- 3,
- 12,
- 5,
- 0.15676,
- "_TQEWGLMILDEVHTIPAK_"
- ],
- [
- 29406,
- 3,
- 17,
- 6,
- 0.22799,
- "_KPPEADMNIFEDIGDYVPSTTK_"
- ],
- [
- 12458,
- 2,
- 17,
- 5,
- 0.22799,
- "_DFPSFAQLTMK_"
- ],
- [
- 28938,
- 2,
- 15,
- 6,
- 0.19949,
- "_ELLVPLTSSMYVPGK_"
- ],
- [
- 44308,
- 2,
- 13,
- 6,
- 0.17101,
- "_ESIGNVQVLLEYHIAYLK_"
- ],
- [
- 3589,
- 3,
- 9,
- 3,
- 0.11403,
- "_HLLIGLPSGAILSLPK_"
- ],
- [
- 40211,
- 2,
- 18,
- 6,
- 0.24222,
- "_LLQQVSQIYQSIEFSR_"
- ],
- [
- 14020,
- 2,
- 12,
- 5,
- 0.15676,
- "_SLPVSVPVWGFK_"
- ],
- [
- 17938,
- 3,
- 9,
- 2,
- 0.11403,
- "_MQIMTHLPGAISDMIYIR_"
- ],
- [
- 17480,
- 3,
- 11,
- 4,
- 0.14252,
- "_EADLLQESLEHIEMYEK_"
- ],
- [
- 8460,
- 2,
- 14,
- 4,
- 0.18526,
- "_EMLFEFIDR_"
- ],
- [
- 51651,
- 2,
- 10,
- 5,
- 0.12828,
- "_ITVTFNINNSIPPTFDGEEEPSQGQK_"
- ],
- [
- 44428,
- 3,
- 12,
- 6,
- 0.15678,
- "_LNDDWAYGNDLDARPWDFQAEECALR_"
- ],
- [
- 42953,
- 2,
- 13,
- 6,
- 0.17101,
- "_SQPFVDHVFTFTILDNR_"
- ],
- [
- 47945,
- 2,
- 14,
- 5,
- 0.18526,
- "_TNQIDLLQAEISENQAIIQK_"
- ],
- [
- 13673,
- 3,
- 11,
- 6,
- 0.14252,
- "_GCFAVPMVHSTFLIDLR_"
- ],
- [
- 46784,
- 4,
- 12,
- 7,
- 0.15678,
- "_QDMGEEAEEEPQKVNGEVSHVDIDVLPQIICCSEPPVVK_"
- ],
- [
- 44003,
- 2,
- 9,
- 4,
- 0.11401,
- "_EADLLQESLEHIEMYEK_"
- ],
- [
- 47263,
- 2,
- 12,
- 5,
- 0.15678,
- "_ASPSPTDPVVPAVPIGPPPAGFR_"
- ],
- [
- 41361,
- 3,
- 12,
- 6,
- 0.15678,
- "_KENCTLQFESAWVLTNIASGNSLQTR_"
- ],
- [
- 48227,
- 3,
- 13,
- 6,
- 0.17101,
- "_EFGSPDGVCLHSVDAAFTCPGSSQLYIMAGQK_"
- ],
- [
- 37116,
- 2,
- 9,
- 4,
- 0.11401,
- "_QQDLNPDLILQYDIR_"
- ],
- [
- 45401,
- 2,
- 10,
- 3,
- 0.12828,
- "_WDEALQLTPNDATLYEMK_"
- ],
- [
- 48197,
- 4,
- 11,
- 5,
- 0.14252,
- "_FFVVDCRPAEQYNAGHLSTAFHLDSDLMLQNPSEFAQSVK_"
- ],
- [
- 48868,
- 2,
- 13,
- 5,
- 0.17101,
- "_PSPQLLVLFGSQTGTAQDVSER_"
- ],
- [
- 37342,
- 2,
- 14,
- 7,
- 0.18526,
- "_AEYEGDGIPTVFVAVAGR_"
- ],
- [
- 18990,
- 2,
- 12,
- 4,
- 0.15678,
- "_TWSTDDFFAGLR_"
- ],
- [
- 15567,
- 4,
- 16,
- 6,
- 0.21375,
- "_VQAERPDTMLGVVCGALHVADVSLR_"
- ],
- [
- 43594,
- 2,
- 15,
- 5,
- 0.19952,
- "_LSTEFNPEPWIQVDMQK_"
- ],
- [
- 26551,
- 3,
- 16,
- 6,
- 0.21375,
- "_AETLMTVTDPVHDIAFAPNLGR_"
- ],
- [
- 31497,
- 2,
- 24,
- 4,
- 0.32769,
- "_DVTNFTVGGFAPMSPR_"
- ],
- [
- 50279,
- 2,
- 20,
- 6,
- 0.2707,
- "_LTAGEACAQGLVTEVFPDSTFQK_"
- ],
- [
- 30851,
- 3,
- 14,
- 7,
- 0.18526,
- "_TVLSANADHMAQIEGLMDDVDFK_"
- ],
- [
- 18161,
- 2,
- 20,
- 7,
- 0.2707,
- "_IYLSCLEELMK_"
- ],
- [
- 28487,
- 2,
- 15,
- 6,
- 0.19952,
- "_DTNMGAWFEAQVVR_"
- ],
- [
- 40861,
- 2,
- 17,
- 6,
- 0.22802,
- "_QICLVMLETLSQSPQGR_"
- ],
- [
- 20586,
- 2,
- 19,
- 5,
- 0.25647,
- "_GYPPEDIFNLVGK_"
- ],
- [
- 45724,
- 3,
- 19,
- 8,
- 0.25647,
- "_DCFIIYQGHHGDVGAPIADVILPGAAYTEK_"
- ],
- [
- 35604,
- 3,
- 18,
- 5,
- 0.24225,
- "_SIHLEGDGQQLLDALQHELVTTQR_"
- ],
- [
- 28729,
- 2,
- 13,
- 4,
- 0.17105,
- "_HLLIGLPSGAILSLPK_"
- ],
- [
- 20058,
- 3,
- 11,
- 4,
- 0.14255,
- "_FTPTVPHCSLATLIGLCLR_"
- ],
- [
- 46223,
- 4,
- 11,
- 5,
- 0.14255,
- "_ILASEPDNAEGIHNFAPLGTITSSSPTAQPAEVLLQATPPHR_"
- ],
- [
- 39781,
- 2,
- 14,
- 6,
- 0.18529,
- "_ELLNVTPEDWDFCCK_"
- ],
- [
- 22121,
- 4,
- 19,
- 7,
- 0.25652,
- "_VRPGETLLIHSGSGGVGQAAIAIALSLGCR_"
- ],
- [
- 49886,
- 2,
- 17,
- 6,
- 0.22802,
- "_TELPLTLYLCAGTQAESAQSNR_"
- ],
- [
- 14738,
- 2,
- 14,
- 4,
- 0.18529,
- "_VPGLYVIDSIVR_"
- ],
- [
- 48589,
- 2,
- 11,
- 5,
- 0.14255,
- "_VGAIPANALDDGQWSQGLISAAR_"
- ],
- [
- 32759,
- 2,
- 17,
- 4,
- 0.22802,
- "_VEAAIALQVLISNQEK_"
- ],
- [
- 28270,
- 2,
- 12,
- 5,
- 0.15679,
- "_DGWQVEEADDWLR_"
- ],
- [
- 17739,
- 3,
- 21,
- 5,
- 0.28498,
- "_VITLWYRPPELLLGEER_"
- ],
- [
- 36587,
- 2,
- 21,
- 7,
- 0.28498,
- "_DGDSVMVLPTIPEEEAK_"
- ],
- [
- 8762,
- 2,
- 10,
- 2,
- 0.12828,
- "_DSTLIM(Oxidation (M))QLLR_"
- ],
- [
- 24801,
- 4,
- 12,
- 6,
- 0.15679,
- "_EELFQGDAFHQSDTHIFIIMGASGDLAK_"
- ],
- [
- 50510,
- 2,
- 12,
- 5,
- 0.15679,
- "_ETVVEVPQVTWEDIGGLEDVKR_"
- ],
- [
- 47300,
- 3,
- 12,
- 5,
- 0.15679,
- "_VLLSLEHGLWAPNLHFHSPNPEIPALLDGR_"
- ],
- [
- 16083,
- 3,
- 18,
- 4,
- 0.24229,
- "_SQPFVDHVFTFTILDNR_"
- ],
- [
- 13408,
- 2,
- 12,
- 2,
- 0.15679,
- "_DLLQQMEEGLK_"
- ],
- [
- 17899,
- 3,
- 13,
- 5,
- 0.17105,
- "_ESIGNVQVLLEYHIAYLK_"
- ],
- [
- 48549,
- 2,
- 13,
- 2,
- 0.17105,
- "_DCIGGCSDLVSLQQSGELLTR_"
- ],
- [
- 50689,
- 2,
- 16,
- 8,
- 0.21379,
- "_IM(Oxidation (M))QSSSEVGYDAMAGDFVNMVEK_"
- ],
- [
- 50113,
- 2,
- 19,
- 6,
- 0.25652,
- "_LSAVLEDTENWLYEDGEDQPK_"
- ],
- [
- 33065,
- 2,
- 40,
- 5,
- 0.55584,
- "_DYLHLPPEIVPATLR_"
- ],
- [
- 4777,
- 3,
- 8,
- 2,
- 0.099777,
- "_IFLHQDLPLLVLPR_"
- ],
- [
- 3174,
- 2,
- 14,
- 2,
- 0.18529,
- "_GFDWPLLVK_"
- ],
- [
- 36766,
- 2,
- 9,
- 4,
- 0.11403,
- "_DVDSEISDLENEVENK_"
- ],
- [
- 42498,
- 3,
- 15,
- 6,
- 0.19953,
- "_NHVLETFYPISPIIDLHECNIYDVK_"
- ],
- [
- 17233,
- 3,
- 9,
- 3,
- 0.11403,
- "_QVIHLILECYADLSLPGK_"
- ],
- [
- 28291,
- 2,
- 23,
- 6,
- 0.31346,
- "_IEDNNTLVFIVDVK_"
- ],
- [
- 25434,
- 2,
- 17,
- 7,
- 0.22804,
- "_LYSPSQIGAFVLMK_"
- ],
- [
- 16189,
- 3,
- 26,
- 5,
- 0.35622,
- "_IIHDFPQFYPLGIVQHD_"
- ],
- [
- 43351,
- 3,
- 16,
- 6,
- 0.21379,
- "_EELFQGDAFHQSDTHIFIIMGASGDLAK_"
- ],
- [
- 29884,
- 3,
- 26,
- 8,
- 0.35622,
- "_SVYAHFPINVVIQENGSLVEIR_"
- ],
- [
- 41591,
- 2,
- 16,
- 3,
- 0.21379,
- "_LCVVATNVAETSLTIPGIK_"
- ],
- [
- 42294,
- 2,
- 12,
- 5,
- 0.15681,
- "_EQTVSVSGAFQINTFDLR_"
- ],
- [
- 46033,
- 3,
- 19,
- 8,
- 0.25654,
- "_CPEALFQPSFLGM(Oxidation (M))ESCGIHETTFNSIMK_"
- ],
- [
- 45320,
- 2,
- 14,
- 5,
- 0.1853,
- "_EAQTSFLHLGYLPNQLFR_"
- ],
- [
- 31554,
- 2,
- 14,
- 6,
- 0.1853,
- "_RDIEDPEIVVQATVL_"
- ],
- [
- 11438,
- 2,
- 14,
- 3,
- 0.1853,
- "_IEIQTLTGLFK_"
- ],
- [
- 28340,
- 3,
- 20,
- 8,
- 0.27077,
- "_ISELDAFLKEPALNEANLSNLK_"
- ],
- [
- 49623,
- 3,
- 8,
- 2,
- 0.099787,
- "_SCNCVTELDGQVENLHLDLCCLAGNQEDLSK_"
- ],
- [
- 21726,
- 2,
- 20,
- 5,
- 0.27077,
- "_(Acetyl (Protein N-term))MDDKELIEYFK_"
- ],
- [
- 8261,
- 2,
- 8,
- 3,
- 0.099787,
- "_FWTFPEVLR_"
- ],
- [
- 26452,
- 2,
- 12,
- 4,
- 0.15681,
- "_IVSLMWDPVTPYR_"
- ],
- [
- 31934,
- 3,
- 12,
- 4,
- 0.15681,
- "_AATHGLMLGALQGDGPLPAELEELR_"
- ],
- [
- 18440,
- 2,
- 14,
- 5,
- 0.1853,
- "_IMWNELETLVR_"
- ],
- [
- 16365,
- 3,
- 11,
- 5,
- 0.14254,
- "_QLFHGTPVTIENFLNWK_"
- ],
- [
- 32615,
- 2,
- 11,
- 4,
- 0.14254,
- "_LCDFGISGQLVDSIAK_"
- ],
- [
- 50104,
- 2,
- 11,
- 4,
- 0.14254,
- "_SVLELIPELNEKEEAYNSLMK_"
- ],
- [
- 25929,
- 2,
- 12,
- 3,
- 0.15681,
- "_ISIVEALTLLNNHK_"
- ],
- [
- 43662,
- 2,
- 10,
- 3,
- 0.12828,
- "_FYQAEM(Oxidation (M))EELDFISAVEK_"
- ],
- [
- 32253,
- 2,
- 17,
- 5,
- 0.22804,
- "_STIGGQIMYLTGMVDK_"
- ],
- [
- 25577,
- 3,
- 10,
- 6,
- 0.12828,
- "_GTVLLADNVICPGAPDFLAHVR_"
- ],
- [
- 11565,
- 2,
- 12,
- 4,
- 0.15681,
- "_SFFGPLELVEK_"
- ],
- [
- 33429,
- 3,
- 18,
- 4,
- 0.24228,
- "_LDGHELPPPIAFDVEAPTTLPPCK_"
- ],
- [
- 30261,
- 3,
- 14,
- 6,
- 0.1853,
- "_ETVVEVPQVTWEDIGGLEDVKR_"
- ],
- [
- 21246,
- 2,
- 10,
- 4,
- 0.12828,
- "_LYLQELITITQK_"
- ],
- [
- 33324,
- 2,
- 18,
- 6,
- 0.24228,
- "_YCNTWPVAISMLASK_"
- ],
- [
- 8865,
- 2,
- 15,
- 7,
- 0.19954,
- "_VLTLDHPDAVK_"
- ],
- [
- 40671,
- 2,
- 11,
- 4,
- 0.14254,
- "_SALHTIAGALEATESLLQK_"
- ],
- [
- 46825,
- 2,
- 10,
- 4,
- 0.12828,
- "_GNILIPGINEAVAAVTEEEHK_"
- ],
- [
- 34567,
- 2,
- 15,
- 5,
- 0.19954,
- "_DPYSGSTISLFQAMQK_"
- ],
- [
- 46854,
- 3,
- 17,
- 6,
- 0.22804,
- "_GGLVGLVDYPDDDEDDDEDEDKEDTLPLSK_"
- ],
- [
- 50048,
- 2,
- 14,
- 4,
- 0.1853,
- "_FQDTSQYVCAELQALEQEQR_"
- ],
- [
- 32748,
- 2,
- 9,
- 3,
- 0.11404,
- "_EQLYQEIIHYFDK_"
- ],
- [
- 10675,
- 2,
- 10,
- 3,
- 0.12829,
- "_LDLMAEISNLK_"
- ],
- [
- 51517,
- 2,
- 11,
- 5,
- 0.14254,
- "_FAHTNVESLVNEYDDNGEGIILFR_"
- ],
- [
- 35773,
- 2,
- 14,
- 4,
- 0.1853,
- "_VNDVPEEFLYNPLTR_"
- ],
- [
- 20054,
- 3,
- 14,
- 6,
- 0.1853,
- "_NENTFLDLTVQQIEHLNK_"
- ],
- [
- 43992,
- 3,
- 14,
- 8,
- 0.1853,
- "_SEPDKADPFSFEGPEIVDCDGCTIDWK_"
- ],
- [
- 41376,
- 2,
- 17,
- 6,
- 0.22804,
- "_VLFEYIPQNEDELELK_"
- ],
- [
- 49455,
- 2,
- 6,
- 2,
- 0.071308,
- "_WYYFDDSNVSLASEDQIVTK_"
- ],
- [
- 8402,
- 3,
- 7,
- 3,
- 0.08555,
- "_KVSVEDFLTDLNNFR_"
- ],
- [
- 23379,
- 2,
- 11,
- 5,
- 0.14254,
- "_DAEGILEDLQSYR_"
- ],
- [
- 45826,
- 2,
- 17,
- 7,
- 0.22804,
- "_NENTFLDLTVQQIEHLNK_"
- ],
- [
- 51094,
- 2,
- 14,
- 6,
- 0.1853,
- "_SVNLDQWTAEQIQCMQDMGNTK_"
- ],
- [
- 24690,
- 2,
- 15,
- 6,
- 0.19956,
- "_(Acetyl (Protein N-term))ADKMDMSLDDIIK_"
- ],
- [
- 18842,
- 3,
- 19,
- 6,
- 0.25653,
- "_ADAPVALVVHMAPASVLVDSR_"
- ],
- [
- 16885,
- 2,
- 16,
- 4,
- 0.2138,
- "_LIHIPINNIIVGG_"
- ],
- [
- 19350,
- 3,
- 16,
- 6,
- 0.2138,
- "_EAQTSFLHLGYLPNQLFR_"
- ],
- [
- 17275,
- 2,
- 15,
- 4,
- 0.19956,
- "_QEIVSLFNAFGR_"
- ],
- [
- 31387,
- 3,
- 15,
- 6,
- 0.19956,
- "_LAIGVEGGFDLSEEKFELDEDVK_"
- ],
- [
- 34987,
- 3,
- 17,
- 3,
- 0.22804,
- "_SMIASTAITVHYLDLSLNPSGEVTR_"
- ],
- [
- 44296,
- 2,
- 17,
- 5,
- 0.22804,
- "_MWINPCAQVIFDSDPAPK_"
- ],
- [
- 43119,
- 2,
- 16,
- 5,
- 0.2138,
- "_VAMANIQPQMLVAGATSIAR_"
- ],
- [
- 44423,
- 3,
- 11,
- 5,
- 0.14255,
- "_VKVDDLEGFAEGGMIDQETVNTEWETVK_"
- ],
- [
- 48682,
- 3,
- 25,
- 9,
- 0.34198,
- "_MRPGAYSTGYGGYEEYSGLSDGYGFTTDLFGR_"
- ],
- [
- 36203,
- 2,
- 17,
- 6,
- 0.22806,
- "_TLQGLEIELQSQLSMK_"
- ],
- [
- 29874,
- 2,
- 13,
- 3,
- 0.17106,
- "_KESPELLELIEDLK_"
- ],
- [
- 34352,
- 2,
- 13,
- 5,
- 0.17106,
- "_APGQPELWNALLAACR_"
- ],
- [
- 9359,
- 2,
- 20,
- 2,
- 0.2708,
- "_NALADFLPVMK_"
- ],
- [
- 50398,
- 2,
- 13,
- 5,
- 0.17106,
- "_DQYLGHLQQYVAAYQQLTSEK_"
- ],
- [
- 26053,
- 3,
- 8,
- 4,
- 0.099815,
- "_YLTEALQSISELELEDKLEK_"
- ],
- [
- 27347,
- 3,
- 13,
- 6,
- 0.17106,
- "_AAGVLEGALGPHVVTNLYLYPIK_"
- ],
- [
- 45839,
- 2,
- 8,
- 3,
- 0.099815,
- "_EAMVAFFNSAVASAEEEQAR_"
- ],
- [
- 26160,
- 2,
- 19,
- 5,
- 0.25657,
- "_ILGIPVIVTEQYPK_"
- ],
- [
- 7365,
- 2,
- 13,
- 2,
- 0.17106,
- "_IPEFELLWK_"
- ],
- [
- 44391,
- 2,
- 9,
- 2,
- 0.11407,
- "_ESDVGFIPTSGLSGENLITR_"
- ],
- [
- 26860,
- 4,
- 18,
- 9,
- 0.24231,
- "_GQYISPFHDIPIYADKDVFHMVVEVPR_"
- ],
- [
- 25145,
- 3,
- 19,
- 6,
- 0.25657,
- "_GEPETFLPLDYLEVKPTDEK_"
- ],
- [
- 27834,
- 2,
- 12,
- 3,
- 0.1568,
- "_YLGGSMDLSTFDFR_"
- ],
- [
- 44509,
- 3,
- 9,
- 5,
- 0.11407,
- "_EDPNLISVNNFEDCSLCPSVPIEHGFR_"
- ],
- [
- 12725,
- 3,
- 42,
- 6,
- 0.58435,
- "_DNHLLGTFDLTGIPPAPR_"
- ],
- [
- 26442,
- 4,
- 9,
- 7,
- 0.11407,
- "_FWTFQELAGHGVPLPDTFSYGGHENFAK_"
- ],
- [
- 35017,
- 2,
- 19,
- 5,
- 0.25657,
- "_FSNTGEDWYVLVGVAK_"
- ],
- [
- 47954,
- 2,
- 19,
- 6,
- 0.25657,
- "_VYQSLCPTSWVTDWDEQR_"
- ],
- [
- 6764,
- 2,
- 9,
- 3,
- 0.11407,
- "_QDLLVASLFR_"
- ],
- [
- 42342,
- 3,
- 26,
- 9,
- 0.35623,
- "_YASICQQNGIVPIVEPEILPDGDHDLK_"
- ],
- [
- 48104,
- 2,
- 18,
- 5,
- 0.24231,
- "_QQAQVPCPPQLPEEELFLR_"
- ],
- [
- 3688,
- 2,
- 11,
- 4,
- 0.14255,
- "_PVTLLASLFK_"
- ],
- [
- 18605,
- 3,
- 11,
- 5,
- 0.14255,
- "_SEEMDMDHIMTWATDVAK_"
- ],
- [
- 47786,
- 2,
- 18,
- 3,
- 0.24231,
- "_GQLTTAVNAVCPEAELFVDPK_"
- ],
- [
- 51532,
- 2,
- 12,
- 4,
- 0.1568,
- "_VWTANPQQFVEDEDDDTFSYTVR_"
- ],
- [
- 23485,
- 2,
- 14,
- 6,
- 0.18533,
- "_NVIVLQTVLQEVR_"
- ],
- [
- 43894,
- 2,
- 11,
- 2,
- 0.14255,
- "_HAWCGGNFLEVTEQILAK_"
- ],
- [
- 50323,
- 2,
- 15,
- 5,
- 0.19957,
- "_ASSQVLSESPSQDSLDAFMSEMK_"
- ],
- [
- 31659,
- 3,
- 15,
- 5,
- 0.19957,
- "_IHVVDSGLTFNLPYPLILRPQR_"
- ],
- [
- 10207,
- 3,
- 16,
- 6,
- 0.21382,
- "_LLTSLFQDLQVEALHK_"
- ],
- [
- 50436,
- 3,
- 16,
- 8,
- 0.21382,
- "_AIMMASQSLMCGHQDVMVAGGMESMSNVPYVMNR_"
- ],
- [
- 42734,
- 2,
- 15,
- 6,
- 0.19957,
- "_KLELSDNIISGGLEVLAEK_"
- ],
- [
- 48822,
- 2,
- 14,
- 7,
- 0.18533,
- "_GWSTSENSLNVMLESHMDCM_"
- ],
- [
- 29049,
- 2,
- 14,
- 5,
- 0.18533,
- "_WQIGEQEFEALMR_"
- ],
- [
- 30518,
- 4,
- 16,
- 8,
- 0.21379,
- "_VLLSLEHGLWAPNLHFHSPNPEIPALLDGR_"
- ],
- [
- 11848,
- 2,
- 13,
- 3,
- 0.17103,
- "_FGPIPLGSLGWK_"
- ],
- [
- 31316,
- 3,
- 13,
- 4,
- 0.17103,
- "_FSNQGPLENDLVVHVALIAESQR_"
- ],
- [
- 17045,
- 3,
- 12,
- 4,
- 0.15678,
- "_SSFTVQDLKPFTEYVFR_"
- ],
- [
- 15944,
- 3,
- 9,
- 3,
- 0.11404,
- "_LCAEDVKDFLEHMAVVR_"
- ],
- [
- 48328,
- 3,
- 13,
- 5,
- 0.17103,
- "_QSFTGHVSDINAVSFFPNGYAFATGSDDATCR_"
- ],
- [
- 36063,
- 3,
- 13,
- 5,
- 0.17103,
- "_QPEKEEEEEAGESVEDIFSEVVGR_"
- ],
- [
- 24055,
- 4,
- 13,
- 6,
- 0.17103,
- "_GTFNDGFQIEVQGHTDELWGLATHPFK_"
- ],
- [
- 36316,
- 3,
- 19,
- 5,
- 0.25653,
- "_SIPDTYAEHLIAGGLMTQEEVSEIK_"
- ],
- [
- 33777,
- 3,
- 25,
- 7,
- 0.34198,
- "_GHNGWVTQIATTPQFPDMILSASR_"
- ],
- [
- 26272,
- 2,
- 16,
- 4,
- 0.21379,
- "_NYIVEDGDIIFFK_"
- ],
- [
- 38977,
- 2,
- 11,
- 2,
- 0.14253,
- "_AGYINEFVSISTNLTDR_"
- ],
- [
- 18938,
- 3,
- 8,
- 2,
- 0.099798,
- "_NVIPDEVLQTLLDHYSHK_"
- ],
- [
- 17787,
- 2,
- 13,
- 3,
- 0.17103,
- "_CVSTLLDLIQTK_"
- ],
- [
- 48278,
- 2,
- 20,
- 7,
- 0.27079,
- "_VASMPLISSTCDMVSAAYASTK_"
- ],
- [
- 15141,
- 2,
- 16,
- 4,
- 0.21379,
- "_WPDPEDLLTPR_"
- ],
- [
- 28209,
- 3,
- 12,
- 5,
- 0.15678,
- "_LSNLPTVDPIAVCHELYNTIR_"
- ],
- [
- 32387,
- 3,
- 12,
- 3,
- 0.15678,
- "_GFYNRPLSPDLSYQCFVLASLK_"
- ],
- [
- 10688,
- 3,
- 12,
- 3,
- 0.15678,
- "_LIHELAAVYTEAIADIK_"
- ],
- [
- 16613,
- 2,
- 13,
- 2,
- 0.17103,
- "_VFDYEGLGNLLK_"
- ],
- [
- 28773,
- 2,
- 14,
- 2,
- 0.18528,
- "_AQILVADTWSVLEGK_"
- ],
- [
- 38853,
- 2,
- 11,
- 5,
- 0.14253,
- "_INISQVIAVVGQQNVEGK_"
- ],
- [
- 34423,
- 2,
- 18,
- 6,
- 0.24229,
- "_GLGTDEDTIIDIITHR_"
- ],
- [
- 26194,
- 2,
- 8,
- 2,
- 0.099798,
- "_LPEYPQVDDLLLR_"
- ],
- [
- 8646,
- 2,
- 15,
- 3,
- 0.19955,
- "_TDFEEFFLR_"
- ],
- [
- 41746,
- 3,
- 19,
- 6,
- 0.25653,
- "_IVDAVIQEHQPSVLLELGAYCGYSAVR_"
- ],
- [
- 27246,
- 3,
- 21,
- 8,
- 0.28502,
- "_LVQTTYECLMQAIDAVKPGVR_"
- ],
- [
- 36839,
- 2,
- 14,
- 4,
- 0.18528,
- "_TDIELEIYGMEGIPEK_"
- ],
- [
- 51463,
- 2,
- 15,
- 7,
- 0.19955,
- "_GGNVGYGEPSDQADVVMSMTTDDFVK_"
- ],
- [
- 6052,
- 2,
- 17,
- 6,
- 0.22805,
- "_GITIDISLWK_"
- ],
- [
- 27281,
- 3,
- 11,
- 3,
- 0.14253,
- "_TVQVVPHITDAVQEWVMNQAK_"
- ],
- [
- 26281,
- 2,
- 14,
- 4,
- 0.18528,
- "_MNLPGEVTFLPLNK_"
- ],
- [
- 30474,
- 2,
- 17,
- 4,
- 0.22805,
- "_LTVQEEQIVELIEK_"
- ],
- [
- 11323,
- 2,
- 12,
- 5,
- 0.15678,
- "_DCLLELIEQK_"
- ],
- [
- 42882,
- 2,
- 9,
- 2,
- 0.11404,
- "_YNFLPEALDFVGVHQER_"
- ],
- [
- 34728,
- 2,
- 10,
- 3,
- 0.12829,
- "_DLVQDPSLLGGTISAYK_"
- ],
- [
- 17385,
- 2,
- 10,
- 3,
- 0.12829,
- "_TLITFAGMIPYR_"
- ],
- [
- 41041,
- 2,
- 6,
- 2,
- 0.071247,
- "_CCQGILSTPALAVIYTAK_"
- ],
- [
- 34943,
- 2,
- 13,
- 2,
- 0.17102,
- "_YNDFVVFQEMLLHK_"
- ],
- [
- 30348,
- 3,
- 10,
- 5,
- 0.12829,
- "_ATVEHQENQPSLTPIEVIVVLGK_"
- ],
- [
- 33382,
- 4,
- 12,
- 5,
- 0.15678,
- "_SSSVYPLSQDLPYVHIIYQKPYYLGPVVEK_"
- ],
- [
- 34441,
- 3,
- 22,
- 6,
- 0.29927,
- "_EPLPPIQQHIWNMLNPPAEVTTK_"
- ],
- [
- 45096,
- 3,
- 13,
- 8,
- 0.17102,
- "_DSCQGDSGGPVVCNGQLQGIVSWGYGCAQK_"
- ],
- [
- 44765,
- 2,
- 15,
- 5,
- 0.19953,
- "_TISQTSAPVWDESASFLIR_"
- ],
- [
- 9264,
- 2,
- 17,
- 3,
- 0.22804,
- "_DLSLLQIQMR_"
- ],
- [
- 47437,
- 2,
- 8,
- 2,
- 0.099773,
- "_SLGELYILNVNDIQETCQK_"
- ],
- [
- 46381,
- 2,
- 11,
- 6,
- 0.14255,
- "_QDDDWIVDDDGIGYVEDGR_"
- ],
- [
- 10316,
- 3,
- 10,
- 5,
- 0.12829,
- "_ELAMPGEDLKFNLILR_"
- ],
- [
- 23590,
- 2,
- 17,
- 5,
- 0.22804,
- "_TLELQGLINDLQR_"
- ],
- [
- 37498,
- 2,
- 17,
- 6,
- 0.22804,
- "_GEISATQDVMMEEIFR_"
- ],
- [
- 38098,
- 2,
- 19,
- 4,
- 0.25653,
- "_M(Oxidation (M))SATFIGNSTAIQELFK_"
- ],
- [
- 29011,
- 3,
- 11,
- 5,
- 0.14255,
- "_SINPLGGFVHYGEVTNDFVM(Oxidation (M))LK_"
- ],
- [
- 42991,
- 2,
- 16,
- 5,
- 0.2138,
- "_NEDLWDSMASICPTDGVK_"
- ],
- [
- 40973,
- 2,
- 12,
- 4,
- 0.15678,
- "_NMLTEELYGNTFQLYK_"
- ],
- [
- 47989,
- 3,
- 12,
- 5,
- 0.15678,
- "_DSPAVSLSEPATQQASLDVEKPVGVAASLSDIPK_"
- ],
- [
- 38720,
- 2,
- 7,
- 5,
- 0.085518,
- "_NIFVLQQNLTNITMSR_"
- ],
- [
- 22620,
- 2,
- 11,
- 4,
- 0.14255,
- "_ENGLEVLQEAFSR_"
- ],
- [
- 14995,
- 2,
- 14,
- 2,
- 0.18527,
- "_FMVWNSIGIIR_"
- ],
- [
- 35820,
- 3,
- 12,
- 6,
- 0.15678,
- "_TQVAAVETGGITQHIGAFLVSLPSGEK_"
- ],
- [
- 18047,
- 3,
- 17,
- 7,
- 0.22804,
- "_QENLPDEIYHVYSFALR_"
- ],
- [
- 45133,
- 2,
- 22,
- 6,
- 0.29927,
- "_SGLGELILPENEPGSSIMPGK_"
- ],
- [
- 37570,
- 2,
- 12,
- 4,
- 0.15678,
- "_AYSEALAAFGNGALFVEK_"
- ],
- [
- 44595,
- 2,
- 12,
- 6,
- 0.15678,
- "_MVEEVFSNAIDCLSDEDK_"
- ],
- [
- 33849,
- 2,
- 8,
- 2,
- 0.099773,
- "_VASFYEGQVAIWDLR_"
- ],
- [
- 21568,
- 3,
- 18,
- 6,
- 0.24229,
- "_GNILIPGINEAVAAVTEEEHK_"
- ],
- [
- 38577,
- 2,
- 13,
- 5,
- 0.171,
- "_TVTIPTQPYQDIVTALK_"
- ],
- [
- 9859,
- 2,
- 13,
- 4,
- 0.171,
- "_LELLLMDNLR_"
- ],
- [
- 21010,
- 2,
- 13,
- 5,
- 0.171,
- "_DTLAFLMIHLQR_"
- ],
- [
- 35900,
- 4,
- 13,
- 7,
- 0.171,
- "_ADIGTPSNFQHIGHVGWDPNTGFDLNNLDPELK_"
- ],
- [
- 45701,
- 2,
- 14,
- 5,
- 0.18524,
- "_(Acetyl (Protein N-term))SEEIITPVYCTGVSAQVQK_"
- ],
- [
- 37853,
- 3,
- 36,
- 7,
- 0.49866,
- "_SGPFGQIFRPDNFVFGQSGAGNNWAK_"
- ],
- [
- 27336,
- 2,
- 18,
- 4,
- 0.24226,
- "_IQQLQEILQDLQK_"
- ],
- [
- 15742,
- 3,
- 18,
- 2,
- 0.24226,
- "_IISSDRDLLAVVFYGTEK_"
- ],
- [
- 36792,
- 3,
- 21,
- 9,
- 0.285,
- "_FAHTNVESLVNEYDDNGEGIILFR_"
- ],
- [
- 27764,
- 2,
- 15,
- 6,
- 0.21375,
- "_LFSLELVDESGEIR_"
- ],
- [
- 43581,
- 2,
- 7,
- 4,
- 0.085466,
- "_HEAGEALGAIGDPEVLEILK_"
- ],
- [
- 21415,
- 2,
- 16,
- 3,
- 0.21375,
- "_MMQINLTGFLNGK_"
- ],
- [
- 12297,
- 3,
- 15,
- 7,
- 0.19949,
- "_MAAGDIGELLVPHMPTIR_"
- ],
- [
- 38020,
- 4,
- 16,
- 7,
- 0.21375,
- "_TPTHEMFVGFTPSPVAQPHPSAGLNVDFESVFGNK_"
- ],
- [
- 28910,
- 3,
- 15,
- 4,
- 0.19949,
- "_SVLELIPELNEKEEAYNSLMK_"
- ],
- [
- 47457,
- 2,
- 17,
- 3,
- 0.22802,
- "_GSVAGGAVYLVYDQELLGPSDK_"
- ],
- [
- 25510,
- 2,
- 15,
- 2,
- 0.19949,
- "_AFQGLLDTYSVWR_"
- ],
- [
- 36114,
- 2,
- 17,
- 2,
- 0.22802,
- "_LAQDPFPLYPGEVLEK_"
- ],
- [
- 32013,
- 3,
- 11,
- 5,
- 0.14251,
- "_QYSVGFEVVTVSTLGDPGPHGFLR_"
- ],
- [
- 48744,
- 2,
- 25,
- 7,
- 0.34199,
- "_TTPYQIACGISQGLADNTVIAK_"
- ],
- [
- 25091,
- 2,
- 17,
- 4,
- 0.22802,
- "_WQTLLSVDDLVEK_"
- ],
- [
- 51569,
- 2,
- 8,
- 6,
- 0.099737,
- "_QTQIFTTYSDNQPGVLIQVYEGER_"
- ],
- [
- 34954,
- 2,
- 17,
- 5,
- 0.228,
- "_IEVPLYSLLEQTHLK_"
- ],
- [
- 1390,
- 4,
- 13,
- 5,
- 0.17101,
- "_LCAEDVKDFLEHMAVVR_"
- ],
- [
- 13535,
- 3,
- 14,
- 6,
- 0.18525,
- "_PQGGQDILSMMGQLMKPK_"
- ],
- [
- 29995,
- 2,
- 13,
- 3,
- 0.17101,
- "_GFSIGIGDVTPGQGLLK_"
- ],
- [
- 47654,
- 2,
- 17,
- 6,
- 0.228,
- "_DTVLEPYADPYYDYEIER_"
- ],
- [
- 39496,
- 2,
- 20,
- 6,
- 0.27076,
- "_IEFGVDEVIEPSDTLPR_"
- ],
- [
- 16065,
- 3,
- 8,
- 2,
- 0.099716,
- "_AREDSGMVPLIIPVSVPVR_"
- ],
- [
- 20240,
- 3,
- 12,
- 4,
- 0.15676,
- "_GIKGEEIVQQLIENSTTFR_"
- ],
- [
- 35748,
- 3,
- 18,
- 5,
- 0.24227,
- "_KAVDVFFPPEAQNDFPVAMQISEK_"
- ],
- [
- 28737,
- 3,
- 13,
- 6,
- 0.17101,
- "_LLFGHSTEGDILELVDGHFDTK_"
- ],
- [
- 46074,
- 3,
- 11,
- 5,
- 0.14251,
- "_CKLELLVGSPASCMELELYGVDDKFYSK_"
- ],
- [
- 47292,
- 2,
- 11,
- 5,
- 0.14251,
- "_DLYANNVLSGGTTMYPGIADR_"
- ],
- [
- 31065,
- 3,
- 14,
- 2,
- 0.18525,
- "_VNIDFEPFKPINTSLYLCDNK_"
- ],
- [
- 35326,
- 2,
- 17,
- 5,
- 0.228,
- "_LEAELGNMQGLVEDFK_"
- ],
- [
- 37817,
- 2,
- 9,
- 4,
- 0.11399,
- "_EEAVQQMADALQYLQK_"
- ],
- [
- 29852,
- 2,
- 15,
- 4,
- 0.19949,
- "_FGALLSDQGFDLMNK_"
- ],
- [
- 40592,
- 2,
- 10,
- 4,
- 0.12824,
- "_VEMENQIYAIPEDIMR_"
- ],
- [
- 38243,
- 2,
- 24,
- 4,
- 0.32774,
- "_AEEIWQQSVIGDYLAR_"
- ],
- [
- 22938,
- 2,
- 25,
- 4,
- 0.342,
- "_TENPLILIDEVDK_"
- ],
- [
- 20668,
- 2,
- 10,
- 3,
- 0.12824,
- "_GVPLVYEAFNWR_"
- ],
- [
- 24715,
- 3,
- 8,
- 4,
- 0.099716,
- "_NDLDAVALMHPDGSAVVVVLNR_"
- ],
- [
- 19620,
- 2,
- 17,
- 6,
- 0.228,
- "_GTIEILSDVQLIK_"
- ],
- [
- 35561,
- 2,
- 20,
- 6,
- 0.27076,
- "_AYLPVNESFGFTADLR_"
- ],
- [
- 35066,
- 2,
- 14,
- 5,
- 0.18525,
- "_NNGVLFENQLLQIGVK_"
- ],
- [
- 48211,
- 2,
- 9,
- 2,
- 0.11399,
- "_DCGSTGAGTDNDPNIYFLIQK_"
- ],
- [
- 8577,
- 2,
- 13,
- 4,
- 0.17101,
- "_DVLGISDTLIR_"
- ],
- [
- 38891,
- 3,
- 10,
- 4,
- 0.12824,
- "_SINTEVVACSVDSQFTHLAWINTPR_"
- ],
- [
- 32469,
- 3,
- 17,
- 4,
- 0.228,
- "_AVDHINSTIAPALISSGLSVVEQEK_"
- ],
- [
- 33127,
- 2,
- 14,
- 4,
- 0.18525,
- "_LYLAPLTTCGNLPFR_"
- ],
- [
- 16845,
- 3,
- 12,
- 4,
- 0.15676,
- "_GLSDEQIHTILQVLGHVAK_"
- ],
- [
- 3894,
- 2,
- 13,
- 4,
- 0.171,
- "_VNILFDFVK_"
- ],
- [
- 30804,
- 3,
- 12,
- 6,
- 0.15676,
- "_DEFSYQEMIANLPLCSHPNPR_"
- ],
- [
- 37411,
- 2,
- 13,
- 3,
- 0.171,
- "_SSGDYSATFLPGLIPAEK_"
- ],
- [
- 50657,
- 2,
- 14,
- 6,
- 0.18526,
- "_DEFSYQEMIANLPLCSHPNPR_"
- ],
- [
- 13293,
- 3,
- 13,
- 4,
- 0.171,
- "_SEDSTIYDLLKDPVSLR_"
- ],
- [
- 30320,
- 4,
- 14,
- 6,
- 0.18526,
- "_ELFDAPDPVMSYLCCQYHIHEVPVGTEK_"
- ],
- [
- 39082,
- 2,
- 14,
- 5,
- 0.18526,
- "_SISVNQWGSQLGLSVLSK_"
- ],
- [
- 40713,
- 2,
- 13,
- 4,
- 0.171,
- "_SLSPDCGGSIEVMQSFLK_"
- ],
- [
- 50901,
- 3,
- 12,
- 8,
- 0.15676,
- "_ELSPHSGPSGEQLIQMETEEMEACSNGALIPGNLSK_"
- ],
- [
- 42505,
- 2,
- 13,
- 6,
- 0.171,
- "_APFAAHGYGAFLTLSILDR_"
- ],
- [
- 26896,
- 2,
- 12,
- 5,
- 0.15676,
- "_ELPTAFDYVEFTR_"
- ],
- [
- 12012,
- 4,
- 23,
- 6,
- 0.31349,
- "_IHVVDSGLTFNLPYPLILRPQR_"
- ],
- [
- 32860,
- 2,
- 15,
- 5,
- 0.19949,
- "_CITDPQTGLCLLPLK_"
- ],
- [
- 47178,
- 2,
- 11,
- 6,
- 0.14249,
- "_LGPDVSVGENCIISGSYILTK_"
- ],
- [
- 44357,
- 2,
- 11,
- 3,
- 0.14249,
- "_VNAQAAAYEYMAAYIENAK_"
- ],
- [
- 33666,
- 2,
- 16,
- 2,
- 0.21374,
- "_AAVETLGVPCFLGGMAR_"
- ],
- [
- 14898,
- 3,
- 9,
- 4,
- 0.11396,
- "_VITESTVHLIQLLENYK_"
- ],
- [
- 36537,
- 2,
- 15,
- 5,
- 0.19949,
- "_TYYMSGGLQPVPIVFR_"
- ],
- [
- 50208,
- 2,
- 22,
- 7,
- 0.29925,
- "_YEPDSANPDALQCPIVLCGWR_"
- ],
- [
- 17900,
- 3,
- 12,
- 5,
- 0.18526,
- "_GLLPYDKDLFEPQTALLR_"
- ],
- [
- 7018,
- 2,
- 24,
- 5,
- 0.32775,
- "_NLPFDFTWK_"
- ],
- [
- 35951,
- 2,
- 19,
- 6,
- 0.25652,
- "_ISTLPQLNSALVQDLAK_"
- ],
- [
- 43748,
- 2,
- 14,
- 5,
- 0.18526,
- "_LIPYTSVEDFDWCTPPK_"
- ],
- [
- 36484,
- 3,
- 11,
- 6,
- 0.14249,
- "_AGELWLPHGTVATPVFMPVGTQATMK_"
- ],
- [
- 44491,
- 3,
- 14,
- 6,
- 0.18524,
- "_LLEMNLM(Oxidation (M))HAPQVADAILGNQMFTHYDR_"
- ],
- [
- 38655,
- 3,
- 14,
- 5,
- 0.18524,
- "_LFLNEDDKPHNPMVNAGAIVVTSLIK_"
- ],
- [
- 30286,
- 3,
- 11,
- 2,
- 0.14247,
- "_VGDTSFDLPEANVLIQISSHGGSR_"
- ],
- [
- 28459,
- 2,
- 11,
- 2,
- 0.14247,
- "_ELEMIGFIENNVSK_"
- ],
- [
- 37267,
- 3,
- 16,
- 3,
- 0.21373,
- "_RKLEGDSTDLSDQIAELQAQIAELK_"
- ],
- [
- 42479,
- 2,
- 12,
- 5,
- 0.15673,
- "_LTGEEVNSCVEVLLEEAK_"
- ],
- [
- 28778,
- 3,
- 18,
- 4,
- 0.24223,
- "_GLNELMNVCQHVLDKFEASIK_"
- ],
- [
- 45412,
- 2,
- 11,
- 4,
- 0.14247,
- "_ILPVFDEPPNPTNVEESLK_"
- ],
- [
- 12902,
- 3,
- 11,
- 5,
- 0.14247,
- "_GAHLTALEMLTAFASHIR_"
- ],
- [
- 33301,
- 2,
- 13,
- 6,
- 0.171,
- "_IASLPVEVQEVSLLDK_"
- ],
- [
- 44620,
- 3,
- 13,
- 6,
- 0.171,
- "_SLLQDAAIEEVEMEDFDANIEEQKEEK_"
- ],
- [
- 29644,
- 2,
- 13,
- 3,
- 0.171,
- "_CDFTGTLIVVPDVSK_"
- ],
- [
- 19669,
- 2,
- 15,
- 4,
- 0.1995,
- "_NDPQLSLISAMIK_"
- ],
- [
- 31147,
- 3,
- 13,
- 5,
- 0.171,
- "_EFESCIQYYLENNWLQHEK_"
- ],
- [
- 19119,
- 4,
- 10,
- 4,
- 0.1282,
- "_LFLNEDDKPHNPMVNAGAIVVTSLIK_"
- ],
- [
- 7452,
- 2,
- 18,
- 5,
- 0.24223,
- "_LFEISDIVIK_"
- ],
- [
- 44313,
- 3,
- 11,
- 5,
- 0.14246,
- "_TILQMSLDHHIVTPLTAMVIENEAGDER_"
- ],
- [
- 12733,
- 2,
- 13,
- 4,
- 0.17098,
- "_ANVEAIMLAVMK_"
- ],
- [
- 51259,
- 3,
- 12,
- 5,
- 0.15673,
- "_YNYSLRPSGSYEFGTCEAQVLQLYTEDGTAVASVGK_"
- ],
- [
- 37033,
- 2,
- 14,
- 6,
- 0.18525,
- "_SEGALELADVSNELPGLK_"
- ],
- [
- 50960,
- 2,
- 10,
- 4,
- 0.1282,
- "_MFLGDNAHLSIINEYLSQSYQK_"
- ],
- [
- 29315,
- 2,
- 10,
- 3,
- 0.1282,
- "_AIGLLDVDVYGPSVPK_"
- ],
- [
- 16519,
- 2,
- 13,
- 3,
- 0.17098,
- "_ISSILSSLTSVMK_"
- ],
- [
- 25136,
- 2,
- 14,
- 7,
- 0.18525,
- "_LFILLDTGTTPVTR_"
- ],
- [
- 18338,
- 2,
- 14,
- 5,
- 0.18525,
- "_DLDVAILVGSM(Oxidation (M))PR_"
- ],
- [
- 49185,
- 2,
- 11,
- 6,
- 0.14246,
- "_WGGQEYSVTTLSEDDTVLDLK_"
- ],
- [
- 22115,
- 2,
- 11,
- 3,
- 0.14246,
- "_NVYASVVEDMILK_"
- ],
- [
- 40878,
- 3,
- 16,
- 6,
- 0.21375,
- "_EDHGLETGDPPLPPPPVLPGPGEELPGAR_"
- ],
- [
- 13123,
- 2,
- 25,
- 4,
- 0.34199,
- "_EPELGLEELLR_"
- ],
- [
- 12414,
- 2,
- 21,
- 6,
- 0.28501,
- "_AFVDFLSDEIK_"
- ],
- [
- 28225,
- 4,
- 17,
- 8,
- 0.22799,
- "_SSFDWLTGSSTDPLVDHTSPSSDSLLFAHK_"
- ],
- [
- 36056,
- 3,
- 16,
- 6,
- 0.21375,
- "_DIEIIHEELQLKDEEMIGPIIDK_"
- ],
- [
- 21279,
- 2,
- 16,
- 5,
- 0.21375,
- "_WSFDDVPMTPLR_"
- ],
- [
- 49531,
- 3,
- 16,
- 6,
- 0.21375,
- "_DGSCSVEYIPYEAGTYSLNVTYGGHQVPGSPFK_"
- ],
- [
- 33454,
- 2,
- 16,
- 4,
- 0.21375,
- "_EEVGEEAIVELVENGK_"
- ],
- [
- 35170,
- 3,
- 18,
- 6,
- 0.24223,
- "_EGPIDLGACNQDDWISAVRPVIEK_"
- ],
- [
- 34848,
- 3,
- 18,
- 7,
- 0.24223,
- "_ETDAHLANPVLPDEVLQEAVPGSIR_"
- ],
- [
- 30878,
- 2,
- 16,
- 5,
- 0.21375,
- "_ETDDTLVLSFVGQTR_"
- ],
- [
- 7476,
- 2,
- 22,
- 6,
- 0.29925,
- "_EAVGDLLDAFK_"
- ],
- [
- 19274,
- 2,
- 18,
- 5,
- 0.24223,
- "_GYEEWLLNEIR_"
- ],
- [
- 45831,
- 3,
- 21,
- 6,
- 0.28501,
- "_SSFDWLTGSSTDPLVDHTSPSSDSLLFAHK_"
- ],
- [
- 40014,
- 2,
- 18,
- 5,
- 0.24223,
- "_EQLGPVTQEFWDNLEK_"
- ],
- [
- 9502,
- 4,
- 19,
- 7,
- 0.25648,
- "_LLFGHSTEGDILELVDGHFDTK_"
- ],
- [
- 50287,
- 2,
- 14,
- 6,
- 0.18523,
- "_VENGEGTIPVESSDIVPTWDGIR_"
- ],
- [
- 37537,
- 2,
- 12,
- 5,
- 0.15671,
- "_SVQNDSQAIAEVLNQLK_"
- ],
- [
- 32076,
- 3,
- 11,
- 2,
- 0.14245,
- "_GFLNQFTEDKPTLNFFYQQVK_"
- ],
- [
- 20903,
- 3,
- 14,
- 6,
- 0.18523,
- "_GFPIKEDFLEQSEQLFGAK_"
- ],
- [
- 29292,
- 3,
- 13,
- 4,
- 0.17098,
- "_SSVLIAQQTDTSDPEKVVSAFLK_"
- ],
- [
- 21115,
- 3,
- 18,
- 7,
- 0.24224,
- "_TVGEIMWGYKDPLVNLINK_"
- ],
- [
- 41988,
- 2,
- 13,
- 6,
- 0.17098,
- "_VITESTVHLIQLLENYK_"
- ],
- [
- 1242,
- 2,
- 12,
- 3,
- 0.15671,
- "_SIFLFLDR_"
- ],
- [
- 46675,
- 3,
- 15,
- 7,
- 0.1995,
- "_QICPSLAGFQFTQWDSETHNESVSALVDK_"
- ],
- [
- 27965,
- 3,
- 13,
- 6,
- 0.17098,
- "_MLDEMKDNLLLDMYLAPHVR_"
- ],
- [
- 15059,
- 3,
- 10,
- 2,
- 0.12819,
- "_IPHFSELPLDDQVILLR_"
- ],
- [
- 26029,
- 4,
- 15,
- 6,
- 0.1995,
- "_TILQMSLDHHIVTPLTAMVIENEAGDER_"
- ],
- [
- 10645,
- 3,
- 6,
- 4,
- 0.071239,
- "_IDTSTLNLFQHLPELK_"
- ],
- [
- 30719,
- 2,
- 16,
- 4,
- 0.21375,
- "_YSNFVSFPLYLNGR_"
- ],
- [
- 51169,
- 3,
- 8,
- 5,
- 0.099705,
- "_QSVNISLSGCQPAPEGYSPTLQWQQQQVAQFSTVR_"
- ],
- [
- 14401,
- 3,
- 15,
- 4,
- 0.1995,
- "_TVLGSINWAFLGVDEAHR_"
- ],
- [
- 43063,
- 4,
- 12,
- 5,
- 0.15671,
- "_YITEPEMVFEEHEVNEDIQPMTAFESEKEIELPK_"
- ],
- [
- 16838,
- 3,
- 17,
- 8,
- 0.228,
- "_YLDQMEDLYEDFHIVK_"
- ],
- [
- 47708,
- 2,
- 12,
- 5,
- 0.15671,
- "_TQEGSAIDMTPIEADFSWQK_"
- ],
- [
- 26378,
- 3,
- 15,
- 7,
- 0.19949,
- "_LANLAATICSWEDDVNHSFAK_"
- ],
- [
- 2868,
- 2,
- 11,
- 4,
- 0.14245,
- "_VSLPLFDFK_"
- ],
- [
- 46101,
- 2,
- 11,
- 3,
- 0.14245,
- "_ITEQLIEAINNGDFEAYTK_"
- ],
- [
- 25774,
- 4,
- 10,
- 6,
- 0.12819,
- "_CGDLVHPLVYCPELHFSEFTSAVADMK_"
- ],
- [
- 33420,
- 2,
- 11,
- 5,
- 0.14245,
- "_QQTIILDDELIQWK_"
- ],
- [
- 47242,
- 3,
- 9,
- 4,
- 0.11396,
- "_MTSAFIDHFGFNDEEFGEQEESVNAPFDK_"
- ],
- [
- 46658,
- 2,
- 17,
- 4,
- 0.228,
- "_FIIGSVSEDNSEDEISNLVK_"
- ],
- [
- 16007,
- 3,
- 13,
- 6,
- 0.17097,
- "_YNFLPEALDFVGVHQER_"
- ],
- [
- 3221,
- 2,
- 14,
- 2,
- 0.18524,
- "_ADLFPILMR_"
- ],
- [
- 32285,
- 2,
- 14,
- 5,
- 0.18524,
- "_IENMDTFSNLLYVR_"
- ],
- [
- 8000,
- 3,
- 23,
- 6,
- 0.31352,
- "_IEVPLYSLLEQTHLK_"
- ],
- [
- 11823,
- 2,
- 15,
- 5,
- 0.19949,
- "_PGGFDISLFYR_"
- ],
- [
- 25247,
- 3,
- 14,
- 4,
- 0.18524,
- "_KELQENQDEIENMMNAIFK_"
- ],
- [
- 45991,
- 2,
- 9,
- 4,
- 0.15671,
- "_ESIWLPFMETELHCDEK_"
- ],
- [
- 37127,
- 3,
- 12,
- 5,
- 0.15671,
- "_LIGQHLNGLGLNQTVDLLMQESGCR_"
- ],
- [
- 46492,
- 2,
- 16,
- 5,
- 0.21376,
- "_VIMGEEVEPVGLMTGSGVVGVK_"
- ],
- [
- 3291,
- 2,
- 18,
- 6,
- 0.24226,
- "_LLELDSFLK_"
- ],
- [
- 16953,
- 3,
- 18,
- 4,
- 0.24226,
- "_HEAGEALGAIGDPEVLEILK_"
- ],
- [
- 27313,
- 3,
- 12,
- 4,
- 0.15671,
- "_HIGNDIVTIVFQEPGAQPFSPK_"
- ],
- [
- 44895,
- 2,
- 16,
- 6,
- 0.21376,
- "_YGLLGLGDSEYTYFCNGGK_"
- ],
- [
- 33928,
- 2,
- 10,
- 2,
- 0.12819,
- "_LDIDLTHLIDSCVNK_"
- ],
- [
- 43316,
- 3,
- 18,
- 5,
- 0.24226,
- "_LGPVPQPPAPQDEPVFAQLKPVLGAANPAR_"
- ],
- [
- 40158,
- 3,
- 19,
- 7,
- 0.2565,
- "_VEQIAAIAQELNELDYYDSHNVNTR_"
- ],
- [
- 48169,
- 3,
- 10,
- 5,
- 0.12819,
- "_FSLDYQVITGGHYDVDCYVEDPQGNTIYR_"
- ],
- [
- 41082,
- 2,
- 10,
- 4,
- 0.12819,
- "_MCISGFDEPVPDLCSLK_"
- ],
- [
- 43381,
- 2,
- 14,
- 2,
- 0.18524,
- "_TMTCEYALCSFFVPGDR_"
- ],
- [
- 18968,
- 2,
- 10,
- 3,
- 0.12819,
- "_EELLPHLLPLLK_"
- ],
- [
- 44981,
- 2,
- 12,
- 3,
- 0.15671,
- "_TYYIELWDVGGSVGSASSVK_"
- ],
- [
- 18239,
- 2,
- 14,
- 5,
- 0.18524,
- "_DNNGVIGLLEPMK_"
- ],
- [
- 15832,
- 2,
- 20,
- 6,
- 0.27074,
- "_VLLVLELQGLQK_"
- ],
- [
- 1221,
- 2,
- 6,
- 2,
- 0.071249,
- "_TLLGFFLAK_"
- ],
- [
- 48932,
- 2,
- 15,
- 4,
- 0.19945,
- "_STSDGSPVMAVMPGTTDTIQVLK_"
- ],
- [
- 20160,
- 2,
- 24,
- 5,
- 0.32774,
- "_SGVPVLAVSLALEGK_"
- ],
- [
- 20429,
- 3,
- 15,
- 6,
- 0.19945,
- "_LPSETIFVGCEFLHHLLR_"
- ],
- [
- 9281,
- 3,
- 14,
- 4,
- 0.18518,
- "_TENPLILIDEVDKIGR_"
- ],
- [
- 32005,
- 2,
- 13,
- 4,
- 0.17093,
- "_QILLYSATFPLSVQK_"
- ],
- [
- 36493,
- 2,
- 14,
- 5,
- 0.18518,
- "_LDNWLNELETYCTR_"
- ],
- [
- 22640,
- 2,
- 14,
- 6,
- 0.18518,
- "_DIVLVAYSALGSQR_"
- ],
- [
- 32919,
- 3,
- 13,
- 6,
- 0.17093,
- "_DITDPLSLNTCTDEGHVVLASPLK_"
- ],
- [
- 35444,
- 3,
- 14,
- 6,
- 0.18518,
- "_CLHNFLTDGVPAEGAFTEDFQGLR_"
- ],
- [
- 41592,
- 2,
- 14,
- 7,
- 0.18518,
- "_SLGSTAGTDITVNSVILLPK_"
- ],
- [
- 20571,
- 2,
- 14,
- 6,
- 0.18518,
- "_FSTFFDDAPVFR_"
- ],
- [
- 28810,
- 2,
- 22,
- 5,
- 0.29921,
- "_LAALADQWQFLVQK_"
- ],
- [
- 40043,
- 2,
- 13,
- 4,
- 0.17093,
- "_YLQEVIDVLETDGHFR_"
- ],
- [
- 50572,
- 2,
- 10,
- 5,
- 0.12818,
- "_ETSIEMEESELDAQYLQNTFK_"
- ],
- [
- 16974,
- 2,
- 13,
- 5,
- 0.17093,
- "_EEIYEYIIFR_"
- ],
- [
- 24006,
- 3,
- 10,
- 3,
- 0.12818,
- "_SLSVYHPQLAYCVVQFLEK_"
- ],
- [
- 42805,
- 2,
- 10,
- 3,
- 0.12818,
- "_DENPFASLTATSQPIAAAAR_"
- ],
- [
- 36240,
- 2,
- 10,
- 3,
- 0.12818,
- "_QQPPLGPSSSLLSLPGLK_"
- ],
- [
- 12713,
- 3,
- 10,
- 4,
- 0.12818,
- "_YLQEVIDVLETDGHFR_"
- ],
- [
- 15563,
- 3,
- 19,
- 5,
- 0.25648,
- "_APFAAHGYGAFLTLSILDR_"
- ],
- [
- 30078,
- 3,
- 10,
- 3,
- 0.12818,
- "_VDLQHLCGYVTMLNASSQLADR_"
- ],
- [
- 38197,
- 2,
- 9,
- 2,
- 0.11394,
- "_PYLFQSDPSGAYFAWK_"
- ],
- [
- 24332,
- 2,
- 17,
- 5,
- 0.22798,
- "_(Acetyl (Protein N-term))MNAGSDPVVIVSAAR_"
- ],
- [
- 25347,
- 2,
- 15,
- 3,
- 0.19945,
- "_IEFVGQIELFNDK_"
- ],
- [
- 33478,
- 4,
- 16,
- 6,
- 0.21371,
- "_QTVVPPPMCTYQLLFPHPVNQVTFLAHPQK_"
- ],
- [
- 11054,
- 2,
- 20,
- 6,
- 0.27071,
- "_IALLNVELELK_"
- ],
- [
- 25608,
- 3,
- 11,
- 5,
- 0.14241,
- "_VIFSIPCEPNLDALIQNQHK_"
- ],
- [
- 16577,
- 3,
- 15,
- 5,
- 0.19945,
- "_TFLALINQVFPAEEDSKK_"
- ],
- [
- 24935,
- 3,
- 12,
- 6,
- 0.15667,
- "_DKLDGNELDLSLSDLNEVPVK_"
- ],
- [
- 19139,
- 2,
- 13,
- 3,
- 0.17093,
- "_DISSITMFADYR_"
- ],
- [
- 30001,
- 3,
- 21,
- 6,
- 0.28496,
- "_VTPLGYVLPSHVTEEMLWECK_"
- ],
- [
- 50099,
- 2,
- 12,
- 4,
- 0.15667,
- "_GNTCLENGSFLLNFTGCAVCSK_"
- ],
- [
- 230,
- 3,
- 12,
- 4,
- 0.15667,
- "_EELLPHLLPLLK_"
- ],
- [
- 43696,
- 2,
- 12,
- 4,
- 0.15667,
- "_TTLCGTLDYLPPEMIEGR_"
- ],
- [
- 20711,
- 2,
- 9,
- 2,
- 0.11394,
- "_TQMMDLELAMLR_"
- ],
- [
- 43313,
- 2,
- 15,
- 5,
- 0.19943,
- "_TFLALINQVFPAEEDSKK_"
- ],
- [
- 11646,
- 2,
- 11,
- 4,
- 0.14243,
- "_CWAGSLWLFK_"
- ],
- [
- 37918,
- 2,
- 30,
- 6,
- 0.41322,
- "_ITGEAFVQFASQELAEK_"
- ],
- [
- 46040,
- 4,
- 13,
- 9,
- 0.17092,
- "_ISMVNNIIHNNEGYGVVLVKPTIFSDLQENAEDGTEENK_"
- ],
- [
- 49291,
- 2,
- 9,
- 4,
- 0.11396,
- "_TVMVANVGPASYNVEETLTTLR_"
- ],
- [
- 51248,
- 2,
- 10,
- 5,
- 0.12818,
- "_AAASMGDTLSEQQLGDSDIPVIVYR_"
- ],
- [
- 47048,
- 2,
- 29,
- 7,
- 0.39896,
- "_SSYPGQITGNMICVGFLEGGK_"
- ],
- [
- 35172,
- 3,
- 12,
- 3,
- 0.15665,
- "_LTYAQHQEEDDLLNLIDAPSVVAK_"
- ],
- [
- 18270,
- 3,
- 13,
- 5,
- 0.17092,
- "_RPILQSLLLPVMDQDYAK_"
- ],
- [
- 23935,
- 2,
- 12,
- 3,
- 0.15665,
- "_GLDLEQITSATLMK_"
- ],
- [
- 39671,
- 3,
- 14,
- 6,
- 0.18517,
- "_AQEADAGPAPWAASSAAACELVLTTMHR_"
- ],
- [
- 46912,
- 2,
- 13,
- 6,
- 0.17092,
- "_YDQDLCYTDILFTEQER_"
- ],
- [
- 43767,
- 3,
- 13,
- 4,
- 0.17092,
- "_EITSDTMEQSIHETIPLVSQNIMCPTK_"
- ],
- [
- 50811,
- 3,
- 10,
- 5,
- 0.12818,
- "_QYLLTQAQPGPWEYHSAVLTSQTPEEICANIIR_"
- ],
- [
- 27676,
- 2,
- 13,
- 5,
- 0.17092,
- "_ADVVISAFGSVLSDPK_"
- ],
- [
- 13742,
- 2,
- 12,
- 3,
- 0.15665,
- "_SIMDNFTEIIK_"
- ],
- [
- 49675,
- 2,
- 19,
- 7,
- 0.25647,
- "_DFVAEPMGEKPVGSLAGIGEVLGK_"
- ],
- [
- 19864,
- 2,
- 16,
- 4,
- 0.2137,
- "_IVMFTIDIGEAPK_"
- ],
- [
- 18593,
- 2,
- 16,
- 2,
- 0.2137,
- "_MLLCEAVAAVMAK_"
- ],
- [
- 49094,
- 2,
- 15,
- 3,
- 0.19943,
- "_DYEIESQNPLASPTNTLLGSAK_"
- ],
- [
- 48976,
- 2,
- 22,
- 8,
- 0.29921,
- "_TMMACGGSIQTSVNALSADVLGR_"
- ],
- [
- 40541,
- 2,
- 31,
- 6,
- 0.42745,
- "_KEESEESDDDMGFGLFD_"
- ],
- [
- 43446,
- 2,
- 26,
- 7,
- 0.35622,
- "_STNGDTFLGGEDFDQALLR_"
- ],
- [
- 50292,
- 3,
- 16,
- 7,
- 0.2137,
- "_FYPDTSFQEDEDYRDFEYSGPPPSAMMNLEK_"
- ],
- [
- 21388,
- 3,
- 18,
- 6,
- 0.24223,
- "_SLTPDDDVFQYLAHTYASR_"
- ],
- [
- 22806,
- 4,
- 15,
- 4,
- 0.19943,
- "_LISPESTVMLLEAQAATGGIIDPHRNEK_"
- ],
- [
- 26743,
- 2,
- 21,
- 4,
- 0.28496,
- "_ELDSITPEVLPGWK_"
- ],
- [
- 26961,
- 2,
- 15,
- 5,
- 0.19943,
- "_VLLLSSPGLEELYR_"
- ],
- [
- 49430,
- 2,
- 17,
- 6,
- 0.22796,
- "_DVPNPNQDDDDDEGFSFNPLK_"
- ],
- [
- 40056,
- 2,
- 16,
- 6,
- 0.2137,
- "_VPAGNWVLIEGVDQPIVK_"
- ],
- [
- 26310,
- 2,
- 17,
- 6,
- 0.22796,
- "_DFFQSYGNVVELR_"
- ],
- [
- 18377,
- 2,
- 8,
- 2,
- 0.099714,
- "_AVSDWLIASVEGR_"
- ],
- [
- 23638,
- 2,
- 16,
- 3,
- 0.2137,
- "_GEVLGDVLQLETLK_"
- ],
- [
- 39287,
- 2,
- 17,
- 5,
- 0.22794,
- "_AALMFANAEEEFFYEK_"
- ],
- [
- 32273,
- 3,
- 14,
- 8,
- 0.18515,
- "_VETGILRPGMVVTFAPVNITTEVK_"
- ],
- [
- 27553,
- 2,
- 10,
- 6,
- 0.1282,
- "_VLWPQLCEALNMK_"
- ],
- [
- 26715,
- 4,
- 9,
- 5,
- 0.11395,
- "_KTCGDVLDNLKGDCYQVLIEDCIPVLK_"
- ],
- [
- 45887,
- 2,
- 10,
- 5,
- 0.1282,
- "_ALEQQPLAAGAAPPELQWLR_"
- ],
- [
- 42638,
- 2,
- 8,
- 2,
- 0.099703,
- "_DALQPQTTDAEATIFFTR_"
- ],
- [
- 46162,
- 2,
- 13,
- 5,
- 0.17089,
- "_SNGWILPTVYQGMYNATTR_"
- ],
- [
- 33175,
- 4,
- 14,
- 7,
- 0.18515,
- "_WCIYPTYDYTHCLCDSIEHITHSLCTK_"
- ],
- [
- 14748,
- 3,
- 10,
- 6,
- 0.1282,
- "_RWLLLCNPGLAELIAEK_"
- ],
- [
- 41286,
- 2,
- 14,
- 6,
- 0.18515,
- "_(Acetyl (Protein N-term))MEDSEALGFEHMGLDPR_"
- ],
- [
- 31036,
- 2,
- 11,
- 5,
- 0.14242,
- "_VWNMDTFMPVGEMK_"
- ],
- [
- 25960,
- 3,
- 11,
- 5,
- 0.14242,
- "_LYSTPLLAIPTCMGFGVHQDK_"
- ],
- [
- 7853,
- 2,
- 6,
- 3,
- 0.071209,
- "_AALELLSLDLK_"
- ],
- [
- 44344,
- 2,
- 14,
- 4,
- 0.18515,
- "_LCDLLGVPRPQLVPQPGAC_"
- ],
- [
- 27485,
- 3,
- 21,
- 6,
- 0.28496,
- "_DFVAEPMGEKPVGSLAGIGEVLGK_"
- ],
- [
- 27790,
- 2,
- 17,
- 4,
- 0.22794,
- "_GEDNIDFMPTILSR_"
- ],
- [
- 18682,
- 2,
- 20,
- 4,
- 0.2707,
- "_EWLTELFQQSK_"
- ],
- [
- 34472,
- 3,
- 12,
- 5,
- 0.15666,
- "_LQTQEKPNTTVQVPAFLQELVDR_"
- ],
- [
- 30397,
- 2,
- 16,
- 5,
- 0.21367,
- "_SPLVMDVLNIQGVQR_"
- ],
- [
- 48132,
- 2,
- 9,
- 5,
- 0.11395,
- "_SLSVYHPQLAYCVVQFLEK_"
- ],
- [
- 34948,
- 2,
- 12,
- 4,
- 0.15666,
- "_NEYLLALEATNASVFK_"
- ],
- [
- 48506,
- 2,
- 19,
- 6,
- 0.25646,
- "_NDLDAVALMHPDGSAVVVVLNR_"
- ],
- [
- 38372,
- 2,
- 16,
- 4,
- 0.21367,
- "_DLLGYLNGEASTSASIDR_"
- ],
- [
- 3857,
- 2,
- 15,
- 4,
- 0.19941,
- "_EEMLALFLK_"
- ],
- [
- 34259,
- 3,
- 15,
- 5,
- 0.19941,
- "_IFLLGLADNEAAIVQAESEETKER_"
- ],
- [
- 32268,
- 3,
- 19,
- 6,
- 0.25646,
- "_MFLGDNAHLSIINEYLSQSYQK_"
- ],
- [
- 6488,
- 2,
- 17,
- 4,
- 0.22794,
- "_MWVQLLIPR_"
- ],
- [
- 31373,
- 2,
- 12,
- 4,
- 0.15666,
- "_SFECLLGLNSNIGIR_"
- ],
- [
- 44605,
- 2,
- 13,
- 2,
- 0.17089,
- "_NLGIESQDVMQQATNAILR_"
- ],
- [
- 13366,
- 2,
- 17,
- 6,
- 0.22794,
- "_EWSGLLEELAR_"
- ],
- [
- 50890,
- 2,
- 10,
- 4,
- 0.1282,
- "_FQSVTNTMESIQGLSSWCIENK_"
- ],
- [
- 24508,
- 2,
- 12,
- 4,
- 0.15666,
- "_YDVEIVEEYFAR_"
- ],
- [
- 6041,
- 2,
- 12,
- 3,
- 0.15666,
- "_GVISDILDWK_"
- ],
- [
- 32633,
- 3,
- 13,
- 6,
- 0.17096,
- "_EGPYDVVVLPGGNLGAQNLSESAAVK_"
- ],
- [
- 15218,
- 4,
- 13,
- 7,
- 0.17096,
- "_TGGMAFHSYFMEAIAPPLLQELKK_"
- ],
- [
- 32625,
- 2,
- 14,
- 5,
- 0.18518,
- "_QLLLTPNAVVIVEDAK_"
- ],
- [
- 47937,
- 2,
- 13,
- 7,
- 0.17096,
- "_GFGFVTYSCVEEVDAAMCAR_"
- ],
- [
- 4149,
- 3,
- 22,
- 5,
- 0.29926,
- "_SPLVAAMQHFLPVLK_"
- ],
- [
- 17757,
- 3,
- 7,
- 2,
- 0.085505,
- "_DVLDLGCNVGHLTLSIACK_"
- ],
- [
- 40069,
- 2,
- 9,
- 2,
- 0.114,
- "_SCQSFISWTGDGWEFK_"
- ],
- [
- 28440,
- 4,
- 12,
- 5,
- 0.15671,
- "_CNLEEISNYYGVSGFQTTEHFLTAVAHR_"
- ],
- [
- 18547,
- 2,
- 8,
- 2,
- 0.099758,
- "_YLTLENVADLVR_"
- ],
- [
- 47288,
- 3,
- 14,
- 7,
- 0.18518,
- "_SNDGAYSLVLAGGYEDDVDHGNFFTYTGSGGR_"
- ],
- [
- 30215,
- 2,
- 9,
- 3,
- 0.114,
- "_AFEDSYPQLQLIIK_"
- ],
- [
- 38280,
- 2,
- 20,
- 3,
- 0.27076,
- "_NPPPPINFQEWDGLVR_"
- ],
- [
- 15108,
- 2,
- 22,
- 5,
- 0.29926,
- "_TPVLFDIYEIK_"
- ],
- [
- 22274,
- 2,
- 12,
- 3,
- 0.15671,
- "_VTFELTYEELLK_"
- ],
- [
- 31948,
- 2,
- 17,
- 5,
- 0.22796,
- "_DLQEEVSNLYNNIR_"
- ],
- [
- 30758,
- 2,
- 6,
- 2,
- 0.071255,
- "_LIADLGSTSITNLGFR_"
- ],
- [
- 36977,
- 2,
- 28,
- 7,
- 0.38475,
- "_IDFYFDENPYFENK_"
- ],
- [
- 41384,
- 2,
- 17,
- 5,
- 0.22796,
- "_IPNIYAIGDVVAGPMLAHK_"
- ],
- [
- 44323,
- 2,
- 10,
- 4,
- 0.12824,
- "_FFESFGDLSTADAVMNNPK_"
- ],
- [
- 36727,
- 3,
- 21,
- 5,
- 0.285,
- "_VGWSVDFSRPQLGEDEFSYGFDGR_"
- ],
- [
- 44435,
- 2,
- 27,
- 2,
- 0.37051,
- "_TNGKEPELLEPIPYEFM(Oxidation (M))A_"
- ],
- [
- 42693,
- 2,
- 17,
- 6,
- 0.22796,
- "_LLSEEVFDFSSGQITQVK_"
- ],
- [
- 41202,
- 2,
- 17,
- 6,
- 0.22796,
- "_IAALQAFADQLIAAGHYAK_"
- ],
- [
- 11289,
- 2,
- 13,
- 4,
- 0.17096,
- "_AEELFLWVPR_"
- ],
- [
- 42334,
- 2,
- 17,
- 5,
- 0.22796,
- "_GADCCVLVFDVTAPNTFK_"
- ],
- [
- 26048,
- 2,
- 16,
- 5,
- 0.21371,
- "_AFDSGIIPMEFVNK_"
- ],
- [
- 17034,
- 2,
- 11,
- 3,
- 0.14249,
- "_AAYADLLTPLISK_"
- ],
- [
- 26942,
- 2,
- 12,
- 4,
- 0.15671,
- "_DPDMVQNTVSELIK_"
- ],
- [
- 30632,
- 4,
- 15,
- 4,
- 0.19945,
- "_YQGYIGAALVLGGVDVTGPHLYSIYPHGSTDK_"
- ],
- [
- 49602,
- 2,
- 18,
- 4,
- 0.24223,
- "_WCVLSGNCISYWTYPDDEK_"
- ],
- [
- 15507,
- 3,
- 10,
- 3,
- 0.12824,
- "_DKESGMSSLYVFNPIFGK_"
- ],
- [
- 29620,
- 3,
- 11,
- 5,
- 0.14249,
- "_INEGIGQGDLSELPELHALTAGLK_"
- ],
- [
- 30331,
- 2,
- 6,
- 2,
- 0.071255,
- "_(Acetyl (Protein N-term))AAVPELLQQQEEDR_"
- ],
- [
- 40850,
- 2,
- 18,
- 3,
- 0.24223,
- "_CVEDPETGLCLLPLTDK_"
- ],
- [
- 50378,
- 2,
- 15,
- 6,
- 0.19945,
- "_LM(Oxidation (M))DLDVEQLGIPEQEYSCVVK_"
- ],
- [
- 28985,
- 3,
- 11,
- 4,
- 0.14249,
- "_ENLQLNQETEAIKEELLYFK_"
- ],
- [
- 43865,
- 2,
- 12,
- 5,
- 0.15673,
- "_IELLCQDQVLDPNMDLR_"
- ],
- [
- 16254,
- 2,
- 13,
- 3,
- 0.17095,
- "_ILTMDGLIEDIK_"
- ],
- [
- 33787,
- 2,
- 13,
- 5,
- 0.17095,
- "_VDPSQPIDLTQLVNGR_"
- ],
- [
- 15163,
- 3,
- 7,
- 2,
- 0.085489,
- "_APSSEKLPVMYLMDSIVK_"
- ],
- [
- 5640,
- 2,
- 11,
- 3,
- 0.14248,
- "_SCDLLLFLR_"
- ],
- [
- 50806,
- 3,
- 12,
- 6,
- 0.15673,
- "_(Acetyl (Protein N-term))AAGGGGSCDPLAPAGVPCAFSPHSQAYFALASTDGHLR_"
- ],
- [
- 31640,
- 2,
- 11,
- 5,
- 0.14248,
- "_GAMELEPELLLQEAR_"
- ],
- [
- 4803,
- 2,
- 10,
- 2,
- 0.12823,
- "_FLLVLADGLR_"
- ],
- [
- 15228,
- 3,
- 11,
- 2,
- 0.14248,
- "_DPTEHIPEIILNNFTTR_"
- ],
- [
- 42151,
- 2,
- 12,
- 2,
- 0.15673,
- "_ITDAYLDQYLWYEADK_"
- ],
- [
- 9667,
- 2,
- 14,
- 6,
- 0.18519,
- "_LLELQELVLR_"
- ],
- [
- 50236,
- 2,
- 13,
- 3,
- 0.17095,
- "_ICDFCYDLLSAGDMATCQPAR_"
- ],
- [
- 30076,
- 2,
- 11,
- 5,
- 0.14248,
- "_LQGQQLPVVLPPIMK_"
- ],
- [
- 46005,
- 2,
- 10,
- 5,
- 0.12823,
- "_GILSGTSDLLLTFDEAEVRK_"
- ],
- [
- 27561,
- 2,
- 2,
- 2,
- 0.014235,
- "_HMVFLGGAVLADIMK_"
- ],
- [
- 7448,
- 2,
- 7,
- 2,
- 0.085489,
- "_FLDVLELAEK_"
- ],
- [
- 37752,
- 2,
- 15,
- 5,
- 0.19942,
- "_ITISSLQDLTLYNPER_"
- ],
- [
- 27143,
- 2,
- 18,
- 5,
- 0.2422,
- "_LVIDQIDNGFFSPK_"
- ],
- [
- 41260,
- 3,
- 20,
- 5,
- 0.27072,
- "_DLMLMSHLQDNIQHADPPVQILYNR_"
- ],
- [
- 40949,
- 2,
- 15,
- 6,
- 0.19942,
- "_GQVLNSDELQELYEGLR_"
- ],
- [
- 44458,
- 2,
- 15,
- 4,
- 0.19942,
- "_NLFASFPTEESSINYTFK_"
- ],
- [
- 36817,
- 2,
- 14,
- 6,
- 0.18519,
- "_LTSSVSCALDEAAAALTR_"
- ],
- [
- 27818,
- 2,
- 13,
- 5,
- 0.18519,
- "_LFSVPSVFTPAVDTK_"
- ],
- [
- 40575,
- 2,
- 17,
- 7,
- 0.22794,
- "_VPLASQGLGPGSTVLLVVDK_"
- ],
- [
- 40428,
- 2,
- 24,
- 5,
- 0.32773,
- "_LQVELDNVTGLLSQSDSK_"
- ],
- [
- 13916,
- 2,
- 23,
- 4,
- 0.31349,
- "_LDTSQWPLLLK_"
- ],
- [
- 45048,
- 3,
- 16,
- 5,
- 0.21368,
- "_QEVPHDGPMCDLLWSDPEDTTGWGVSPR_"
- ],
- [
- 31529,
- 3,
- 14,
- 7,
- 0.18519,
- "_STVLSLDWHPNNVLLAAGSCDFK_"
- ],
- [
- 29654,
- 2,
- 23,
- 6,
- 0.31349,
- "_SPLVAAMQHFLPVLK_"
- ],
- [
- 4970,
- 2,
- 13,
- 5,
- 0.171,
- "_DIVQFVPFR_"
- ],
- [
- 7299,
- 2,
- 11,
- 4,
- 0.1425,
- "_IMYDIFPFK_"
- ],
- [
- 22106,
- 4,
- 10,
- 5,
- 0.12826,
- "_LYGDESELHFWTVAAHYLHSLSQEK_"
- ],
- [
- 5468,
- 2,
- 14,
- 4,
- 0.18522,
- "_VLLDIFTGVR_"
- ],
- [
- 14657,
- 3,
- 11,
- 4,
- 0.1425,
- "_EMSLWESLGESWMRPR_"
- ],
- [
- 11355,
- 3,
- 17,
- 4,
- 0.22795,
- "_ADEDPIMGFHQMFLLK_"
- ],
- [
- 5301,
- 2,
- 12,
- 4,
- 0.15675,
- "_VVTDLISLIR_"
- ],
- [
- 41897,
- 3,
- 25,
- 8,
- 0.342,
- "_SGDAAIVDMVPGKPMCVESFSDYPPLGR_"
- ],
- [
- 20793,
- 3,
- 17,
- 6,
- 0.22795,
- "_FAQFFLCPLFDESCKDR_"
- ],
- [
- 51597,
- 3,
- 16,
- 7,
- 0.21369,
- "_ISSLSFTLEEEEEGGEEEEEAAMYEEEMEREEITTK_"
- ],
- [
- 7902,
- 3,
- 11,
- 5,
- 0.1425,
- "_TLNLAGNLLESLSGLHK_"
- ],
- [
- 37550,
- 3,
- 11,
- 3,
- 0.1425,
- "_ALQECPNSGILWSEAIFLEARPQR_"
- ],
- [
- 51385,
- 3,
- 15,
- 5,
- 0.19946,
- "_TEFKVDSDDQWGEYSCVFLPEPMGTANIQLHGPPR_"
- ],
- [
- 42220,
- 2,
- 14,
- 3,
- 0.18522,
- "_LTQAQIFDYGEIPNFPR_"
- ],
- [
- 10997,
- 3,
- 11,
- 3,
- 0.1425,
- "_LALYVYEYLLHVGAQK_"
- ],
- [
- 34227,
- 3,
- 15,
- 5,
- 0.19946,
- "_IYSHDGTDSPPDADEVVIVLNNFK_"
- ],
- [
- 37196,
- 3,
- 12,
- 8,
- 0.15675,
- "_KLSEEEILENPDLFLTSEATDYGR_"
- ],
- [
- 35246,
- 3,
- 11,
- 5,
- 0.1425,
- "_FEQGFITDPVVLSPSHTVGDVLEAK_"
- ],
- [
- 35113,
- 2,
- 14,
- 5,
- 0.18522,
- "_ESFSLVQVQPGVDIIR_"
- ],
- [
- 29981,
- 2,
- 12,
- 4,
- 0.15675,
- "_GGDINFVFTGFSVNGK_"
- ],
- [
- 25343,
- 2,
- 11,
- 5,
- 0.1425,
- "_FQQAVDAVEEFLR_"
- ],
- [
- 48231,
- 2,
- 11,
- 4,
- 0.1425,
- "_QDYINLDESEAAAFDDEWR_"
- ],
- [
- 36676,
- 2,
- 12,
- 3,
- 0.15675,
- "_SELECVTNITLANVIR_"
- ],
- [
- 15891,
- 2,
- 15,
- 5,
- 0.19946,
- "_ATLQEILPEVLK_"
- ],
- [
- 18643,
- 3,
- 14,
- 4,
- 0.18522,
- "_TEHLGLNWFPNSVENILK_"
- ],
- [
- 28739,
- 3,
- 12,
- 3,
- 0.15675,
- "_SLTHTQAASLPYVALTAWSAINK_"
- ],
- [
- 47877,
- 2,
- 16,
- 4,
- 0.21369,
- "_WLACQSMDNQILIFGAQNR_"
- ],
- [
- 38676,
- 2,
- 22,
- 5,
- 0.29922,
- "_IAQDLEMYGVNYFSIK_"
- ],
- [
- 35090,
- 2,
- 14,
- 3,
- 0.18523,
- "_DYGEFEVDDGTSVLLK_"
- ],
- [
- 33295,
- 2,
- 14,
- 4,
- 0.18523,
- "_ASLESWWQNPVPGLR_"
- ],
- [
- 18399,
- 3,
- 11,
- 4,
- 0.1425,
- "_EQDHASDAYTALLSSVLQR_"
- ],
- [
- 29149,
- 2,
- 14,
- 5,
- 0.18523,
- "_MYLALQSLEQDLSK_"
- ],
- [
- 49123,
- 3,
- 13,
- 7,
- 0.17098,
- "_ISFYMTNYGEEGTHVGSAAALDNTDLVFGQYR_"
- ],
- [
- 51037,
- 2,
- 22,
- 9,
- 0.29922,
- "_EGPYDVVVLPGGNLGAQNLSESAAVK_"
- ],
- [
- 29859,
- 3,
- 11,
- 2,
- 0.1425,
- "_EKLDQLKQEFEFWYPVDLR_"
- ],
- [
- 4577,
- 2,
- 14,
- 2,
- 0.18523,
- "_DLLYFDGLR_"
- ],
- [
- 32906,
- 2,
- 12,
- 2,
- 0.15674,
- "_CISQLELAQLIGTGVK_"
- ],
- [
- 36575,
- 3,
- 13,
- 4,
- 0.17098,
- "_LYAVGDNPMSDVYGANLFHQYLQK_"
- ],
- [
- 21989,
- 4,
- 21,
- 5,
- 0.28497,
- "_VLLFSLPHPEALLAQQPPDAVKPAIYK_"
- ],
- [
- 30478,
- 3,
- 13,
- 4,
- 0.17098,
- "_YLLAEYCEWLPQAMHPDIEK_"
- ],
- [
- 17367,
- 2,
- 13,
- 4,
- 0.17098,
- "_SDLDTLLSMEMK_"
- ],
- [
- 36154,
- 2,
- 18,
- 7,
- 0.24219,
- "_(Acetyl (Protein N-term))SGALDVLQMKEEDVLK_"
- ],
- [
- 19294,
- 2,
- 11,
- 4,
- 0.1425,
- "_LALTGVPIVQWPK_"
- ],
- [
- 51554,
- 3,
- 12,
- 6,
- 0.15674,
- "_EPEVTVVSQPTEPQPVLIPSININSDSGENKEEIGSLSK_"
- ],
- [
- 21113,
- 3,
- 10,
- 2,
- 0.12824,
- "_SAMLCILTVPAAMTSHDLMK_"
- ],
- [
- 553,
- 2,
- 10,
- 3,
- 0.12824,
- "_SMLALLLGR_"
- ],
- [
- 47344,
- 2,
- 14,
- 6,
- 0.18523,
- "_NIHVCLGGLFVPEAYITATR_"
- ],
- [
- 34540,
- 2,
- 18,
- 5,
- 0.24219,
- "_TPALVFEYINNTDFK_"
- ],
- [
- 26341,
- 3,
- 9,
- 4,
- 0.11399,
- "_QDHTYYQGLFSTADLDSMLR_"
- ],
- [
- 29311,
- 2,
- 10,
- 2,
- 0.12824,
- "_AVQMDELVPLGELTK_"
- ],
- [
- 40872,
- 2,
- 15,
- 6,
- 0.19945,
- "_EKAPSIIFIDELDAIGTK_"
- ],
- [
- 27643,
- 3,
- 9,
- 4,
- 0.11399,
- "_GHYWTIDPASEFMFEEGSFR_"
- ],
- [
- 46520,
- 2,
- 18,
- 4,
- 0.24219,
- "_ATGVDEEDVEVFDSFENMR_"
- ],
- [
- 36825,
- 2,
- 7,
- 2,
- 0.085516,
- "_SSVPLYLIYPSVENVR_"
- ],
- [
- 26296,
- 3,
- 25,
- 5,
- 0.342,
- "_SLQPVVEDVSLSWHLPPGLSAK_"
- ],
- [
- 41494,
- 2,
- 16,
- 4,
- 0.2137,
- "_AYPDVAALSDGYWVVSNR_"
- ],
- [
- 39924,
- 2,
- 10,
- 4,
- 0.12824,
- "_AGNGQNSCGVEDVLQLLR_"
- ],
- [
- 23720,
- 2,
- 10,
- 2,
- 0.12824,
- "_SCETDALINFFAK_"
- ],
- [
- 47385,
- 2,
- 15,
- 6,
- 0.19945,
- "_IEEAMDGSETPQLFTVLPEK_"
- ],
- [
- 39097,
- 2,
- 11,
- 4,
- 0.1425,
- "_ALYDFEAVEDNELTFK_"
- ],
- [
- 20017,
- 2,
- 16,
- 4,
- 0.2137,
- "_NFPALLSTGEFLK_"
- ],
- [
- 40267,
- 2,
- 26,
- 5,
- 0.35623,
- "_SYDYDLIIIGGGSGGLAAAK_"
- ],
- [
- 28426,
- 3,
- 9,
- 4,
- 0.11399,
- "_ITSAPDMEDILTESEIKLDGVR_"
- ],
- [
- 8582,
- 2,
- 15,
- 5,
- 0.19947,
- "_LLLSTLTLLSK_"
- ],
- [
- 38848,
- 2,
- 21,
- 6,
- 0.28494,
- "_EISLWFKPEELVDYK_"
- ],
- [
- 46973,
- 2,
- 9,
- 2,
- 0.11397,
- "_LGAASLGSDDPETQVVLINAIK_"
- ],
- [
- 13972,
- 3,
- 21,
- 6,
- 0.28494,
- "_IAALQAFADQLIAAGHYAK_"
- ],
- [
- 17602,
- 4,
- 14,
- 4,
- 0.18522,
- "_QDVTSTPCWIEIHLHGPLQWLDK_"
- ],
- [
- 46751,
- 2,
- 14,
- 5,
- 0.18522,
- "_ATGYLELSNWPEVAPDPSVR_"
- ],
- [
- 9171,
- 2,
- 13,
- 4,
- 0.17097,
- "_QISDLMGLIPK_"
- ],
- [
- 42260,
- 4,
- 21,
- 6,
- 0.28494,
- "_TEFKVDSDDQWGEYSCVFLPEPMGTANIQLHGPPR_"
- ],
- [
- 20445,
- 2,
- 14,
- 5,
- 0.18522,
- "_ALEVAEYLTPVLK_"
- ],
- [
- 41659,
- 2,
- 13,
- 5,
- 0.17097,
- "_MVVTGDNVGNVILLNMDGK_"
- ],
- [
- 46865,
- 2,
- 17,
- 5,
- 0.22794,
- "_ALGPSLPNSQPPPEVYVSLIK_"
- ],
- [
- 50495,
- 2,
- 11,
- 4,
- 0.18522,
- "_YEDTLLLEDQPTGENEMVIMR_"
- ],
- [
- 48829,
- 2,
- 23,
- 7,
- 0.31346,
- "_TLDLSNNQLSEIPAELADCPK_"
- ],
- [
- 38742,
- 2,
- 10,
- 2,
- 0.12823,
- "_TGESTVLSSIPLPSDDFK_"
- ],
- [
- 42932,
- 3,
- 11,
- 4,
- 0.14248,
- "_TGGAFSNALSSLNVLRPGEIPDAAFIHAAR_"
- ],
- [
- 25337,
- 3,
- 13,
- 4,
- 0.17097,
- "_GDILHVISQEDPNWWQAYR_"
- ],
- [
- 42324,
- 3,
- 12,
- 6,
- 0.15673,
- "_MAEAGFIHCPTENEPDLAQCFFCFK_"
- ],
- [
- 11800,
- 2,
- 11,
- 3,
- 0.14248,
- "_LLQIIDTTLLK_"
- ],
- [
- 19241,
- 2,
- 13,
- 4,
- 0.17097,
- "_FTLWWSPTINR_"
- ],
- [
- 14428,
- 2,
- 15,
- 3,
- 0.19947,
- "_FFEDYGLFMR_"
- ],
- [
- 33218,
- 2,
- 12,
- 2,
- 0.15673,
- "_TYNQLQVIFQGIEGK_"
- ],
- [
- 30596,
- 4,
- 15,
- 3,
- 0.19947,
- "_(Acetyl (Protein N-term))SYMLPHLHNGWQVDQAILSEEDRVVVIR_"
- ],
- [
- 46044,
- 2,
- 16,
- 3,
- 0.21369,
- "_VANAESLNAIGVLIYM(Oxidation (M))DQTK_"
- ],
- [
- 12615,
- 3,
- 13,
- 4,
- 0.17097,
- "_REEDGHLFSQLLDMLK_"
- ],
- [
- 43190,
- 2,
- 15,
- 3,
- 0.19947,
- "_ELFSPLHALNFGIGGDTTR_"
- ],
- [
- 40115,
- 2,
- 11,
- 2,
- 0.14248,
- "_EYVLPSFEVQLEPEEK_"
- ],
- [
- 35079,
- 3,
- 14,
- 3,
- 0.18522,
- "_TGGMAFHSYFMEAIAPPLLQELKK_"
- ],
- [
- 44230,
- 2,
- 18,
- 4,
- 0.24216,
- "_TMPILSPGNTQTLTELELK_"
- ],
- [
- 41663,
- 2,
- 5,
- 3,
- 0.056984,
- "_SLEGGNFIAGVLIQGTQER_"
- ],
- [
- 12883,
- 2,
- 6,
- 3,
- 0.071218,
- "_DCLTLIPAFSR_"
- ],
- [
- 18018,
- 2,
- 7,
- 2,
- 0.085514,
- "_FSLYFLAYEDK_"
- ],
- [
- 11853,
- 2,
- 13,
- 3,
- 0.17098,
- "_NSLEILLGSIGR_"
- ],
- [
- 27634,
- 2,
- 8,
- 3,
- 0.099749,
- "_GPVYIGELPQDFLR_"
- ],
- [
- 20475,
- 2,
- 13,
- 5,
- 0.17098,
- "_TDAPASALWDIMR_"
- ],
- [
- 38630,
- 2,
- 13,
- 3,
- 0.17098,
- "_(Acetyl (Protein N-term))SAIQNLHSFDPFADASK_"
- ],
- [
- 11221,
- 4,
- 9,
- 2,
- 0.114,
- "_HREDIEDYISLFPLDDVQPSK_"
- ],
- [
- 21001,
- 2,
- 12,
- 5,
- 0.15672,
- "_LDAIEDLMVVPDK_"
- ],
- [
- 40298,
- 2,
- 13,
- 7,
- 0.17098,
- "_WDPTANEDPEWILVEK_"
- ],
- [
- 48074,
- 2,
- 13,
- 5,
- 0.17098,
- "_YCAYNIGDQSAINELMQMR_"
- ],
- [
- 10202,
- 3,
- 10,
- 3,
- 0.12821,
- "_FYGAEIVSALEYLHSR_"
- ],
- [
- 32415,
- 2,
- 12,
- 4,
- 0.15672,
- "_AEVITCDVLLVCIGR_"
- ],
- [
- 46859,
- 2,
- 13,
- 5,
- 0.17098,
- "_HEQVENCLLTSPFEDIFK_"
- ],
- [
- 10946,
- 3,
- 11,
- 5,
- 0.14247,
- "_ELVHNFLMDLCCSLK_"
- ],
- [
- 34368,
- 3,
- 19,
- 8,
- 0.2564,
- "_YAEYFLRPMLQYVCDNSPEVR_"
- ],
- [
- 34789,
- 2,
- 16,
- 5,
- 0.21371,
- "_NNWNDVDDFNWLAR_"
- ],
- [
- 49875,
- 2,
- 16,
- 5,
- 0.21371,
- "_YCDFDILVQMCEQTDNQSR_"
- ],
- [
- 22581,
- 2,
- 19,
- 5,
- 0.2564,
- "_DGIQLSEYLPEVK_"
- ],
- [
- 43264,
- 2,
- 20,
- 6,
- 0.27067,
- "_IPYLPITNFNQNWQDGK_"
- ],
- [
- 33258,
- 2,
- 20,
- 5,
- 0.27067,
- "_NEHNSILQSLLETLK_"
- ],
- [
- 11497,
- 3,
- 21,
- 7,
- 0.28492,
- "_EISLWFKPEELVDYK_"
- ],
- [
- 33494,
- 2,
- 18,
- 6,
- 0.24218,
- "_SNILTLMYQCMQDK_"
- ],
- [
- 24160,
- 2,
- 18,
- 8,
- 0.24218,
- "_GDINILLIGDPSVAK_"
- ],
- [
- 22830,
- 3,
- 18,
- 6,
- 0.24218,
- "_WARPPISMNFEVPFAPSGLK_"
- ],
- [
- 10636,
- 2,
- 15,
- 4,
- 0.19946,
- "_TIYPLADLLAR_"
- ],
- [
- 22429,
- 3,
- 17,
- 5,
- 0.22793,
- "_NIHVCLGGLFVPEAYITATR_"
- ],
- [
- 43934,
- 3,
- 17,
- 9,
- 0.22793,
- "_VSYPLCFIFSSPVGCKPEQQMMYAGSK_"
- ],
- [
- 14214,
- 3,
- 23,
- 8,
- 0.31345,
- "_IPNIYAIGDVVAGPMLAHK_"
- ],
- [
- 25672,
- 3,
- 14,
- 5,
- 0.18522,
- "_KLDSLGLCSVSCALEFIPNSK_"
- ],
- [
- 38998,
- 3,
- 14,
- 6,
- 0.1852,
- "_GIYETPAGTILYHAHLDIEAFTM(Oxidation (M))DR_"
- ],
- [
- 36184,
- 3,
- 17,
- 4,
- 0.22794,
- "_EDGPSVFGSFFLQHCVTMNTPVEK_"
- ],
- [
- 38270,
- 2,
- 12,
- 6,
- 0.1567,
- "_ELVHNFLMDLCCSLK_"
- ],
- [
- 44417,
- 2,
- 8,
- 4,
- 0.099739,
- "_MGGYLFSGSQAPQLSPALLR_"
- ],
- [
- 21634,
- 3,
- 13,
- 7,
- 0.17095,
- "_HEQVENCLLTSPFEDIFK_"
- ],
- [
- 25428,
- 4,
- 12,
- 3,
- 0.1567,
- "_LLVENSQQTSGFALALGNIVHGLSVCGHGK_"
- ],
- [
- 51516,
- 2,
- 13,
- 5,
- 0.17095,
- "_GDINIEGPSMNIEGPDLNVEGPEGGLK_"
- ],
- [
- 16397,
- 3,
- 17,
- 7,
- 0.22794,
- "_ELFSPLHALNFGIGGDTTR_"
- ],
- [
- 12194,
- 2,
- 14,
- 3,
- 0.1852,
- "_ALMQVVDFLSR_"
- ],
- [
- 40614,
- 4,
- 22,
- 9,
- 0.29915,
- "_DAIKPNLMQTLEGTPVFVHAGPFANIAHGNSSIIADR_"
- ],
- [
- 43469,
- 2,
- 14,
- 6,
- 0.1852,
- "_QVDPEFADMITVQEFCK_"
- ],
- [
- 21625,
- 2,
- 20,
- 3,
- 0.27063,
- "_DLAPYLPSVTPGLK_"
- ],
- [
- 23524,
- 3,
- 14,
- 5,
- 0.1852,
- "_EAADAIDAEGASAPLMELLHSR_"
- ],
- [
- 13132,
- 2,
- 6,
- 3,
- 0.071209,
- "_VAIAENLLDVIK_"
- ],
- [
- 3608,
- 2,
- 14,
- 4,
- 0.1852,
- "_FLFSLFGQK_"
- ],
- [
- 50793,
- 2,
- 8,
- 2,
- 0.099739,
- "_LISGEYIGALAMSEPNAGSDVVSMK_"
- ],
- [
- 46528,
- 2,
- 11,
- 5,
- 0.14244,
- "_GPLLVQDVVFTDEMAHFDR_"
- ],
- [
- 15048,
- 4,
- 12,
- 6,
- 0.1567,
- "_AFQAHKEENWALPVMYAVALDLR_"
- ],
- [
- 38500,
- 2,
- 12,
- 5,
- 0.1567,
- "_EVENLILENTQLLETK_"
- ],
- [
- 37474,
- 2,
- 11,
- 3,
- 0.14244,
- "_FYGAEIVSALEYLHSR_"
- ],
- [
- 45553,
- 2,
- 11,
- 6,
- 0.14244,
- "_LTVPDDIAANCIYLNIPNK_"
- ],
- [
- 31730,
- 3,
- 11,
- 6,
- 0.14244,
- "_GDIMITHFEPSISFEGLCNEVR_"
- ],
- [
- 22240,
- 2,
- 10,
- 5,
- 0.12822,
- "_NCEPMIGLVPILK_"
- ],
- [
- 36289,
- 3,
- 16,
- 5,
- 0.21369,
- "_LLESLQENHFQEDEQFLGAVMPR_"
- ],
- [
- 23186,
- 2,
- 16,
- 3,
- 0.21369,
- "_LVSDEMVVELIEK_"
- ],
- [
- 14038,
- 3,
- 12,
- 6,
- 0.1567,
- "_LSGGGDWHIAYVLLYGPR_"
- ],
- [
- 11344,
- 4,
- 5,
- 2,
- 0.056938,
- "_YRLEVGIQAMEHLIHVLQTDR_"
- ],
- [
- 51004,
- 2,
- 5,
- 2,
- 0.056938,
- "_LDEYLNSPLPDEIDENSMEDIK_"
- ],
- [
- 11727,
- 3,
- 18,
- 4,
- 0.24216,
- "_LKDETLQPFFEGLLPR_"
- ],
- [
- 16318,
- 2,
- 13,
- 5,
- 0.17095,
- "_VFSATLGLVDIVK_"
- ],
- [
- 28548,
- 2,
- 12,
- 4,
- 0.1567,
- "_LMVSGSAALPLPVLEK_"
- ],
- [
- 51415,
- 2,
- 12,
- 3,
- 0.1567,
- "_AVPTWASVQVVDDPGSLASVESPGTPK_"
- ],
- [
- 13574,
- 3,
- 16,
- 5,
- 0.21369,
- "_EKAPSIIFIDELDAIGTK_"
- ],
- [
- 35788,
- 3,
- 17,
- 5,
- 0.22794,
- "_NPMTNYTTVPQELMDHSISPFMR_"
- ],
- [
- 51003,
- 2,
- 18,
- 4,
- 0.2422,
- "_TGGTVSDQALLFGDDDAGEGPSSLIR_"
- ],
- [
- 19395,
- 3,
- 22,
- 8,
- 0.29915,
- "_INAGMLAQFIDKPVCFVGR_"
- ],
- [
- 37699,
- 2,
- 14,
- 5,
- 0.18521,
- "_NTTWEDVGLWDPSLTK_"
- ],
- [
- 44384,
- 3,
- 18,
- 7,
- 0.2422,
- "_LLHHDDPEVLADTCWAISYLTDGPNER_"
- ],
- [
- 42085,
- 3,
- 18,
- 5,
- 0.2422,
- "_ATQCQLEADVLWSDVVSHPPEGPWQR_"
- ],
- [
- 23999,
- 3,
- 11,
- 3,
- 0.14248,
- "_AAHVFFTDSCPDALFNELVK_"
- ],
- [
- 45654,
- 4,
- 20,
- 10,
- 0.27066,
- "_ECISIHVGQAGVQIGNACWELYCLEHGIQPDGQMPSDK_"
- ],
- [
- 5035,
- 2,
- 12,
- 3,
- 0.1567,
- "_DGIISDIFDK_"
- ],
- [
- 35640,
- 2,
- 14,
- 5,
- 0.18521,
- "_SLTLGPSLSLGSISGVSVK_"
- ],
- [
- 25938,
- 2,
- 13,
- 4,
- 0.17096,
- "_FDMAVMFMSETEK_"
- ],
- [
- 39573,
- 2,
- 19,
- 6,
- 0.25641,
- "_EVQGNESDLFMSYFPR_"
- ],
- [
- 36429,
- 3,
- 14,
- 5,
- 0.18521,
- "_MCLAADVPLIESGTAGYLGQVTTIKK_"
- ],
- [
- 8396,
- 2,
- 13,
- 4,
- 0.17096,
- "_EGLLGLQNLLK_"
- ],
- [
- 44197,
- 2,
- 19,
- 6,
- 0.25641,
- "_DVLDLGCNVGHLTLSIACK_"
- ],
- [
- 10870,
- 4,
- 10,
- 5,
- 0.12823,
- "_AMESHKDEFTIIPVLVGALSESK_"
- ],
- [
- 36612,
- 3,
- 12,
- 3,
- 0.1567,
- "_VEGMVAIVQLGPEWHGMLYSQADSK_"
- ],
- [
- 21105,
- 2,
- 12,
- 3,
- 0.1567,
- "_IISLDLPVAEVYK_"
- ],
- [
- 30827,
- 3,
- 12,
- 3,
- 0.1567,
- "_VEAAHCAACDLFIPMQFGIIQK_"
- ],
- [
- 49346,
- 3,
- 19,
- 8,
- 0.25641,
- "_QSKPVTTPEEIAQVATISANGDKEIGNIISDAMK_"
- ],
- [
- 17165,
- 2,
- 11,
- 3,
- 0.14248,
- "_LWGLTEMFPER_"
- ],
- [
- 23530,
- 3,
- 18,
- 4,
- 0.2422,
- "_GVSFYEVPPHLFAVADTVYR_"
- ],
- [
- 50812,
- 3,
- 15,
- 6,
- 0.19946,
- "_IEPAQAVDEVEPLPEDYYTRPVNLTEVTTLQQR_"
- ],
- [
- 28968,
- 2,
- 15,
- 6,
- 0.19946,
- "_GLMPGLTFSNELISR_"
- ],
- [
- 19920,
- 3,
- 16,
- 4,
- 0.2137,
- "_ISSHSDLLALHQALELEYL_"
- ],
- [
- 49176,
- 2,
- 15,
- 5,
- 0.19946,
- "_SVNESLNNLFITEEDYQALR_"
- ],
- [
- 41457,
- 3,
- 18,
- 9,
- 0.2422,
- "_ERLEQQVPVNQVFGQDEMIDVIGVTK_"
- ],
- [
- 17285,
- 2,
- 18,
- 5,
- 0.2422,
- "_VLGATLLPDLIQK_"
- ],
- [
- 15127,
- 3,
- 15,
- 5,
- 0.19946,
- "_VGSGGATLNALLVAAEHLSAR_"
- ],
- [
- 26614,
- 2,
- 16,
- 5,
- 0.2137,
- "_EIELIGSGGFGQVFK_"
- ],
- [
- 38479,
- 4,
- 16,
- 7,
- 0.2137,
- "_KIEDLTELEGWEELEDNEKEQITQHIADLSSK_"
- ],
- [
- 27219,
- 2,
- 25,
- 7,
- 0.34193,
- "_GYAFIEFASFEDAK_"
- ],
- [
- 19702,
- 2,
- 16,
- 6,
- 0.2137,
- "_YAETFLEPWFK_"
- ],
- [
- 24697,
- 2,
- 17,
- 6,
- 0.22795,
- "_WAIAQLNYADMLK_"
- ],
- [
- 34380,
- 2,
- 17,
- 6,
- 0.22795,
- "_EDGSFAGDIWGEIDTR_"
- ],
- [
- 44794,
- 2,
- 15,
- 6,
- 0.19946,
- "_ALETLTGALFQRPPLIAAVK_"
- ],
- [
- 46436,
- 3,
- 20,
- 6,
- 0.27066,
- "_GENINICWSPDGQTIAVGNKDDVVTFIDAK_"
- ],
- [
- 27706,
- 4,
- 15,
- 8,
- 0.19946,
- "_NEDSQSIVWVHAFPELFLSCLNHPDKK_"
- ],
- [
- 40745,
- 2,
- 8,
- 2,
- 0.099701,
- "_GAYIELTLQTYQEALSR_"
- ],
- [
- 34772,
- 4,
- 20,
- 7,
- 0.27069,
- "_QSKPVTTPEEIAQVATISANGDKEIGNIISDAMK_"
- ],
- [
- 28246,
- 2,
- 16,
- 3,
- 0.21373,
- "_VAGSVTELIQAAEAMK_"
- ],
- [
- 34063,
- 3,
- 10,
- 7,
- 0.12827,
- "_ATAAVIFLHGLGDTGHGWAEAFAGIR_"
- ],
- [
- 35465,
- 2,
- 28,
- 6,
- 0.38473,
- "_NVQALEIELQSQLALK_"
- ],
- [
- 22255,
- 3,
- 14,
- 3,
- 0.18523,
- "_AIDDNMSLDEIEKLTYIDK_"
- ],
- [
- 10425,
- 3,
- 18,
- 7,
- 0.24222,
- "_KEGGLGPLNIPLLADVTR_"
- ],
- [
- 49877,
- 2,
- 12,
- 4,
- 0.15675,
- "_SQYGLPEDAIVYCNFNQLYK_"
- ],
- [
- 21791,
- 2,
- 24,
- 5,
- 0.32768,
- "_IQVLGSLVSLEMGK_"
- ],
- [
- 14674,
- 2,
- 14,
- 5,
- 0.18523,
- "_LFEFAGYDVLR_"
- ],
- [
- 25171,
- 3,
- 17,
- 5,
- 0.22797,
- "_SQAPLESSLDSLGDVFLDSGRK_"
- ],
- [
- 39386,
- 2,
- 14,
- 6,
- 0.18523,
- "_FQAAVQTTCDLMSLVTK_"
- ],
- [
- 51636,
- 3,
- 13,
- 4,
- 0.17097,
- "_LQMEGEGGGETPEQPGLNGAAAAAAGAPDEAAEALGSADCELSAK_"
- ],
- [
- 25481,
- 2,
- 10,
- 4,
- 0.12827,
- "_ITNININQALSILK_"
- ],
- [
- 20439,
- 3,
- 14,
- 5,
- 0.18523,
- "_LALQTIPEDLDLRDDSLLK_"
- ],
- [
- 37007,
- 3,
- 14,
- 5,
- 0.18523,
- "_SQQGWLEIDKSPEGQFTQLMTLPK_"
- ],
- [
- 45798,
- 2,
- 11,
- 2,
- 0.1425,
- "_NSPPYILDLLPDTYQHLR_"
- ],
- [
- 46259,
- 2,
- 17,
- 3,
- 0.22797,
- "_EIILVDDYSNDPEDGALLGK_"
- ],
- [
- 15670,
- 2,
- 15,
- 3,
- 0.19948,
- "_EALQYFYFLR_"
- ],
- [
- 36089,
- 3,
- 9,
- 6,
- 0.11397,
- "_NYILSASASALWNDEVDKAEQELR_"
- ],
- [
- 13260,
- 3,
- 9,
- 3,
- 0.11397,
- "_DGWENVPPFDHPLIWK_"
- ],
- [
- 45622,
- 2,
- 19,
- 5,
- 0.25647,
- "_NLQLLMDRVDEMSQDIVK_"
- ],
- [
- 51274,
- 2,
- 11,
- 7,
- 0.1425,
- "_QQLPTFLQQMQNPDTLSAMSNPR_"
- ],
- [
- 50881,
- 3,
- 13,
- 5,
- 0.17097,
- "_DAEALAAAQQHFNAVSAGLSSNEDGAEATLAGQMMACK_"
- ],
- [
- 50668,
- 2,
- 11,
- 3,
- 0.1425,
- "_NIGDINQDGYPDIAVGAPYDDLGK_"
- ],
- [
- 31283,
- 3,
- 16,
- 5,
- 0.21373,
- "_TPLHVSIMAGNEYVFSQLLQCK_"
- ],
- [
- 11899,
- 2,
- 4,
- 3,
- 0.042755,
- "_DLELLIQTATR_"
- ],
- [
- 26553,
- 3,
- 16,
- 6,
- 0.21373,
- "_QPIPSEGLQLHLPQVLADAVSR_"
- ],
- [
- 43749,
- 2,
- 13,
- 2,
- 0.17097,
- "_DFPELTMEVDGKVESIMK_"
- ],
- [
- 38027,
- 3,
- 27,
- 8,
- 0.37046,
- "_EKLCYVALDFEQEMATAASSSSLEK_"
- ],
- [
- 14199,
- 4,
- 10,
- 6,
- 0.12827,
- "_ATAAVIFLHGLGDTGHGWAEAFAGIR_"
- ],
- [
- 41136,
- 2,
- 17,
- 5,
- 0.22797,
- "_IGPYQPNVPVGIDYVIPK_"
- ],
- [
- 48639,
- 2,
- 13,
- 5,
- 0.17097,
- "_FIPLSEPAPVPPIPNEQQLAR_"
- ],
- [
- 45400,
- 2,
- 20,
- 6,
- 0.27069,
- "_SEIIPMFSNLASDEQDSVR_"
- ],
- [
- 36903,
- 3,
- 12,
- 4,
- 0.15675,
- "_LHYTPPLQSPIIDNDPLLGQSPWR_"
- ],
- [
- 18111,
- 2,
- 9,
- 2,
- 0.11397,
- "_VPNVLTFDFMSK_"
- ],
- [
- 16023,
- 2,
- 10,
- 3,
- 0.12827,
- "_LDPSVDFSAFMK_"
- ],
- [
- 18577,
- 3,
- 16,
- 5,
- 0.21371,
- "_ALETLTGALFQRPPLIAAVK_"
- ],
- [
- 35243,
- 4,
- 12,
- 6,
- 0.15674,
- "_NQKDDVAQTDLLQIDPNFGSKEDFDSLLQSAK_"
- ],
- [
- 45073,
- 2,
- 26,
- 6,
- 0.35617,
- "_EALGLGPPAAQLTPPPAPVGLR_"
- ],
- [
- 35384,
- 4,
- 21,
- 8,
- 0.28492,
- "_DVMQNHLLQMLCLVAMEKPASTNSDDVRDEK_"
- ],
- [
- 45243,
- 2,
- 18,
- 6,
- 0.24221,
- "_VIESTQDLGNDLAGVMALQR_"
- ],
- [
- 50005,
- 2,
- 14,
- 5,
- 0.18521,
- "_DNGDVCQDCIQMVTDIQTAVR_"
- ],
- [
- 39550,
- 4,
- 14,
- 8,
- 0.18521,
- "_AIVESVESCEISLRPLLVSHVMACGGNTLYPGFTK_"
- ],
- [
- 21084,
- 3,
- 18,
- 6,
- 0.24221,
- "_GPLLVQDVVFTDEMAHFDR_"
- ],
- [
- 26130,
- 4,
- 19,
- 7,
- 0.25645,
- "_LLHHDDPEVLADTCWAISYLTDGPNER_"
- ],
- [
- 33969,
- 2,
- 16,
- 6,
- 0.21371,
- "_VSYFPTVPGVYIVSTK_"
- ],
- [
- 47059,
- 2,
- 11,
- 5,
- 0.14251,
- "_PGMFFNPEESELDLTYGNR_"
- ],
- [
- 43877,
- 2,
- 13,
- 4,
- 0.17099,
- "_FLLSDQSLLLLPEYHQR_"
- ],
- [
- 40789,
- 2,
- 16,
- 6,
- 0.21371,
- "_DTLVQGLNEAGDDLEAVAK_"
- ],
- [
- 48879,
- 2,
- 10,
- 5,
- 0.12821,
- "_ECPGIEPVCVDLGDWEATER_"
- ],
- [
- 35472,
- 2,
- 9,
- 5,
- 0.11398,
- "_WAFSDEWVACLGSNR_"
- ],
- [
- 21925,
- 2,
- 12,
- 5,
- 0.15674,
- "_LDNLLLDTEGFVK_"
- ],
- [
- 12354,
- 3,
- 16,
- 3,
- 0.21371,
- "_IFNQWLTEAEQFLRK_"
- ],
- [
- 42082,
- 2,
- 9,
- 2,
- 0.11398,
- "_EAQSQGAQVFQAGDVPSER_"
- ],
- [
- 41359,
- 3,
- 16,
- 4,
- 0.21371,
- "_SALTIQLIQNHFVDEYDPTIEDSYR_"
- ],
- [
- 9625,
- 3,
- 11,
- 6,
- 0.14251,
- "_DRPMEESLLLFEAMR_"
- ],
- [
- 50491,
- 3,
- 18,
- 6,
- 0.24221,
- "_ENGIHEEQDQEPQDLFADATVELSLDSTQNNQK_"
- ],
- [
- 30423,
- 2,
- 15,
- 6,
- 0.19946,
- "_DNLLLDMYLAPHVR_"
- ],
- [
- 25967,
- 2,
- 9,
- 2,
- 0.11398,
- "_TSSMEISSILQELK_"
- ],
- [
- 35241,
- 3,
- 11,
- 5,
- 0.14251,
- "_MIWWANKDPLPPLDPQAIKPILK_"
- ],
- [
- 50876,
- 3,
- 16,
- 5,
- 0.21371,
- "_AIVESVESCEISLRPLLVSHVMACGGNTLYPGFTK_"
- ],
- [
- 48631,
- 2,
- 14,
- 6,
- 0.18525,
- "_VDLNSNGFICDYELHELFK_"
- ],
- [
- 41950,
- 2,
- 12,
- 4,
- 0.15676,
- "_LAIQEIMSLTSPSAPPTSR_"
- ],
- [
- 34995,
- 2,
- 12,
- 6,
- 0.15676,
- "_ALIVVPYAEGVIPDEAK_"
- ],
- [
- 32182,
- 3,
- 12,
- 2,
- 0.15676,
- "_DDEFTHLYTLIVRPDNTYEVK_"
- ],
- [
- 30605,
- 2,
- 6,
- 3,
- 0.071251,
- "_VVVENGELIMGILCK_"
- ],
- [
- 24150,
- 2,
- 14,
- 3,
- 0.18525,
- "_AFEQLMTDLTLSR_"
- ],
- [
- 24341,
- 2,
- 11,
- 4,
- 0.14247,
- "_IVSCGNAIIAELLR_"
- ],
- [
- 29912,
- 2,
- 10,
- 4,
- 0.12823,
- "_YAVQLINALIQDPAK_"
- ],
- [
- 30118,
- 2,
- 12,
- 4,
- 0.15676,
- "_VM(Oxidation (M))VLDFVTPTPLGTR_"
- ],
- [
- 31371,
- 2,
- 10,
- 5,
- 0.12823,
- "_WLGLEEACQLAQFK_"
- ],
- [
- 50765,
- 2,
- 7,
- 4,
- 0.085493,
- "_NSILASSGFGAPLPSSSQPLTFGSGR_"
- ],
- [
- 22635,
- 3,
- 14,
- 5,
- 0.18525,
- "_GLYTLRPEWVQMAPTLFSK_"
- ],
- [
- 28319,
- 2,
- 19,
- 7,
- 0.25647,
- "_IFVEFTSVFDCQK_"
- ],
- [
- 27190,
- 2,
- 17,
- 5,
- 0.22797,
- "_SVLGDVGITEVFSDR_"
- ],
- [
- 47745,
- 2,
- 18,
- 6,
- 0.24223,
- "_TYFGGGTASAYLAGEDFYIPR_"
- ],
- [
- 13080,
- 2,
- 18,
- 5,
- 0.24223,
- "_VFDFLVDSINK_"
- ],
- [
- 47874,
- 2,
- 14,
- 6,
- 0.18525,
- "_YMPDLTPQYVDDMDGLYTK_"
- ],
- [
- 37754,
- 2,
- 20,
- 5,
- 0.27071,
- "_KEGGLGPLNIPLLADVTR_"
- ],
- [
- 25567,
- 2,
- 24,
- 7,
- 0.32765,
- "_GVMLAVDAVIAELKK_"
- ],
- [
- 43782,
- 2,
- 16,
- 4,
- 0.21372,
- "_YETNLTFVGCVGMLDPPR_"
- ],
- [
- 8182,
- 2,
- 21,
- 7,
- 0.28496,
- "_FEVGDIMLIR_"
- ],
- [
- 48184,
- 2,
- 15,
- 5,
- 0.19946,
- "_VLSSLQTIQGLLVAQGGASSQAR_"
- ],
- [
- 44971,
- 3,
- 19,
- 8,
- 0.25647,
- "_IVSGEAESVEVTPENLQDFVGKPVFTVER_"
- ],
- [
- 36840,
- 2,
- 14,
- 6,
- 0.18525,
- "_DRPMEESLLLFEAMR_"
- ],
- [
- 30107,
- 2,
- 10,
- 4,
- 0.12818,
- "_EEWTTAIQTVADGLK_"
- ],
- [
- 44171,
- 2,
- 14,
- 6,
- 0.18522,
- "_WGEYWCEVTVNGLDTVR_"
- ],
- [
- 14687,
- 2,
- 20,
- 5,
- 0.27069,
- "_VMVQPINLIFR_"
- ],
- [
- 14556,
- 2,
- 12,
- 3,
- 0.15669,
- "_LTQNVDLLGLLK_"
- ],
- [
- 51653,
- 3,
- 22,
- 9,
- 0.29918,
- "_ECISIHVGQAGVQIGNACWELYCLEHGIQPDGQMPSDK_"
- ],
- [
- 26157,
- 2,
- 16,
- 5,
- 0.21368,
- "_ATQLLEGLVQELQK_"
- ],
- [
- 43972,
- 2,
- 12,
- 2,
- 0.15669,
- "_SPLSAEELMTIEDEGVLDK_"
- ],
- [
- 23763,
- 3,
- 15,
- 5,
- 0.19947,
- "_ASVMLEHDPQYAVILAFDVR_"
- ],
- [
- 49692,
- 2,
- 13,
- 6,
- 0.17098,
- "_MGDEGGESELLGEDLPLEPSVTK_"
- ],
- [
- 43631,
- 2,
- 8,
- 4,
- 0.099712,
- "_DSIANATVLLDYHLNYLK_"
- ],
- [
- 42871,
- 3,
- 14,
- 6,
- 0.18522,
- "_CAPGVVGPAEADIDFDIIRNDNDTFTVK_"
- ],
- [
- 19067,
- 2,
- 13,
- 2,
- 0.17094,
- "_FGQDIISPLLSVK_"
- ],
- [
- 22674,
- 2,
- 12,
- 3,
- 0.15671,
- "_GEFVVSLDDGWIR_"
- ],
- [
- 8151,
- 4,
- 17,
- 3,
- 0.22794,
- "_FVELHFDELPSSELETILHK_"
- ],
- [
- 41408,
- 2,
- 18,
- 6,
- 0.2422,
- "_SVEFEEMDILDQGALQR_"
- ],
- [
- 51428,
- 3,
- 13,
- 8,
- 0.17094,
- "_SDTVAPGTGIDLEFDADVQTMSPEASEYETCYVTSHK_"
- ],
- [
- 41805,
- 2,
- 18,
- 5,
- 0.2422,
- "_DTTVIIWQVDPDTHLLK_"
- ],
- [
- 6360,
- 2,
- 14,
- 4,
- 0.18524,
- "_QLYLPMLFK_"
- ],
- [
- 26063,
- 2,
- 36,
- 3,
- 0.49868,
- "_TIAIIAEGIPEALTR_"
- ],
- [
- 34551,
- 2,
- 19,
- 6,
- 0.25645,
- "_NALGPGLSPELGPLPALR_"
- ],
- [
- 48733,
- 3,
- 13,
- 8,
- 0.17094,
- "_LCQPEGIHICDGTEAENTATLTLLEQQGLIR_"
- ],
- [
- 44610,
- 2,
- 13,
- 5,
- 0.17094,
- "_NAISLPQLNQAAYDSLVVGK_"
- ],
- [
- 33173,
- 3,
- 13,
- 3,
- 0.17094,
- "_VLTPNLVAALPPSTHGAGWQLFCR_"
- ],
- [
- 12553,
- 3,
- 13,
- 4,
- 0.17094,
- "_SLEDLIFESLPENASHK_"
- ],
- [
- 17834,
- 2,
- 14,
- 4,
- 0.18524,
- "_QPALDVLYDVMK_"
- ],
- [
- 45147,
- 2,
- 13,
- 4,
- 0.17094,
- "_TDLGAWLCDDNFPDDESR_"
- ],
- [
- 39606,
- 3,
- 20,
- 4,
- 0.2707,
- "_LFEASDPYQVHVCNLCGIMAIANTR_"
- ],
- [
- 9539,
- 2,
- 7,
- 2,
- 0.085501,
- "_DIALSLPQLPR_"
- ],
- [
- 5249,
- 2,
- 16,
- 2,
- 0.21372,
- "_EALDVLGAVLK_"
- ],
- [
- 29288,
- 2,
- 11,
- 4,
- 0.14244,
- "_VVALIGVATAADTLVTK_"
- ],
- [
- 26837,
- 3,
- 11,
- 2,
- 0.14244,
- "_GLFLISMGMTDPEMVEVHASSK_"
- ],
- [
- 45944,
- 2,
- 17,
- 7,
- 0.22794,
- "_VFSDIIYTVASCTENEASR_"
- ],
- [
- 50427,
- 3,
- 17,
- 8,
- 0.22794,
- "_YFNPTGAHASGCIGEDPQGIPNNLMPYVSQVAIGR_"
- ],
- [
- 31808,
- 2,
- 6,
- 2,
- 0.071243,
- "_DLYQLNPNAEWVIK_"
- ],
- [
- 36222,
- 4,
- 16,
- 6,
- 0.21372,
- "_FENAAAGNKPEAVEVTFADFDGVLYHISNPNGDK_"
- ],
- [
- 42552,
- 2,
- 15,
- 5,
- 0.19947,
- "_LVSQDNFGFDLPAVEAATK_"
- ],
- [
- 27338,
- 2,
- 6,
- 2,
- 0.071243,
- "_LIPTLVSIMQAPADK_"
- ],
- [
- 41449,
- 2,
- 10,
- 4,
- 0.12822,
- "_AAPASIPPFPVLEPVTSCK_"
- ],
- [
- 5599,
- 2,
- 10,
- 3,
- 0.12822,
- "_MDELFVLIR_"
- ],
- [
- 48926,
- 3,
- 9,
- 5,
- 0.11398,
- "_AGLQTADKYAALANLDNIFSAGQGGDQGSGFGTTGK_"
- ],
- [
- 27714,
- 2,
- 11,
- 4,
- 0.14246,
- "_ADALQLSVEEFVER_"
- ],
- [
- 46140,
- 2,
- 20,
- 4,
- 0.2707,
- "_HPNEICVPMSVEFEELLK_"
- ],
- [
- 10809,
- 2,
- 8,
- 3,
- 0.099754,
- "_LQFLFELPSR_"
- ],
- [
- 50022,
- 3,
- 13,
- 7,
- 0.17096,
- "_EESPYCVVCFETLFANTCEECGKPIGCDCK_"
- ],
- [
- 42785,
- 2,
- 22,
- 5,
- 0.2992,
- "_ICDYLFNVSDSSALNLAK_"
- ],
- [
- 34478,
- 2,
- 11,
- 2,
- 0.14246,
- "_DLLLQLYLQRPELR_"
- ],
- [
- 51585,
- 2,
- 9,
- 6,
- 0.11398,
- "_IGWSLDSCSTQLGEEPFSYGYGGTGK_"
- ],
- [
- 39691,
- 2,
- 20,
- 8,
- 0.2707,
- "_ATTLSNAVSSLASTGLSLTK_"
- ],
- [
- 22810,
- 2,
- 12,
- 4,
- 0.15669,
- "_GIVSEEAYILFVR_"
- ],
- [
- 35848,
- 3,
- 12,
- 6,
- 0.15669,
- "_VHLEGIFQAVYTAGVVLPKPVGTCR_"
- ],
- [
- 32900,
- 2,
- 12,
- 6,
- 0.15669,
- "_YGAATANYMEVVSLLK_"
- ],
- [
- 38972,
- 2,
- 9,
- 2,
- 0.11398,
- "_DSYLEEDVYQLQELR_"
- ],
- [
- 14749,
- 4,
- 14,
- 4,
- 0.1852,
- "_QDEWIKFDDDKVSIVTPEDILR_"
- ],
- [
- 31670,
- 2,
- 13,
- 3,
- 0.17096,
- "_NCVPMEFEEYLLR_"
- ],
- [
- 28262,
- 4,
- 14,
- 7,
- 0.1852,
- "_LWEFPINNEAGFDDDGSEFHEHIFLEK_"
- ],
- [
- 51732,
- 3,
- 11,
- 7,
- 0.14246,
- "_GEDSAEETEAKPAVVAPAPVVEAVSTPSAAFPSDATAEQGPILTK_"
- ],
- [
- 25270,
- 2,
- 17,
- 5,
- 0.22798,
- "_LLGASELPIVTPALR_"
- ],
- [
- 37315,
- 4,
- 15,
- 3,
- 0.19949,
- "_VIPNLPSEGQPALVEVHSMEALLQHTSEQEEMR_"
- ],
- [
- 48137,
- 3,
- 18,
- 9,
- 0.24219,
- "_SVDYPCLLRPSYVLSGSAMNVVFSEDEMKK_"
- ],
- [
- 30368,
- 3,
- 18,
- 6,
- 0.24219,
- "_ENTEGEYSGIEHVIVDGVVQSIK_"
- ],
- [
- 15733,
- 3,
- 6,
- 2,
- 0.071224,
- "_EQMYNILMWIHDNYR_"
- ],
- [
- 15352,
- 4,
- 18,
- 8,
- 0.24219,
- "_MIWWANKDPLPPLDPQAIKPILK_"
- ],
- [
- 21096,
- 3,
- 16,
- 5,
- 0.21373,
- "_MKDSYIEVLLPLGSEPELR_"
- ],
- [
- 26749,
- 3,
- 16,
- 7,
- 0.21373,
- "_LQLNGNLQLELAQVLAQERPK_"
- ],
- [
- 49506,
- 2,
- 16,
- 3,
- 0.21373,
- "_SEECLSGTWTQQICLPAIYK_"
- ],
- [
- 41945,
- 2,
- 17,
- 3,
- 0.22798,
- "_(Acetyl (Protein N-term))MEVSPLQPVNENMQVNK_"
- ],
- [
- 27601,
- 2,
- 16,
- 7,
- 0.21373,
- "_IPVDTYNNILTVLK_"
- ],
- [
- 51520,
- 2,
- 18,
- 7,
- 0.24219,
- "_DYEDGMEVDTTPTVAGQFEDADVDH_"
- ],
- [
- 34920,
- 2,
- 18,
- 2,
- 0.24219,
- "_VLPAVGISYVVYENMK_"
- ],
- [
- 17338,
- 3,
- 15,
- 3,
- 0.19949,
- "_FLLSDQSLLLLPEYHQR_"
- ],
- [
- 21672,
- 2,
- 19,
- 5,
- 0.25645,
- "_DFYVAFQDLPTR_"
- ],
- [
- 38349,
- 2,
- 12,
- 4,
- 0.15673,
- "_EASDIILTDDNFTSIVK_"
- ],
- [
- 20608,
- 4,
- 13,
- 4,
- 0.17097,
- "_QAAVVLDNPIQVEMGEELVLSIQHHK_"
- ],
- [
- 43869,
- 2,
- 13,
- 4,
- 0.17097,
- "_QCNDAPVSVLQEDIVGSLK_"
- ],
- [
- 26545,
- 2,
- 13,
- 4,
- 0.17097,
- "_PAPLLLNTPAIPSFK_"
- ],
- [
- 42917,
- 2,
- 17,
- 4,
- 0.228,
- "_LTAASVGVQGSGWGWLGFNK_"
- ],
- [
- 25042,
- 2,
- 18,
- 4,
- 0.24225,
- "_SLTLDTWEPELLK_"
- ],
- [
- 36087,
- 2,
- 12,
- 4,
- 0.15673,
- "_YVLGQLVGLNSPNSILK_"
- ],
- [
- 30462,
- 2,
- 7,
- 3,
- 0.085497,
- "_LLTFYNLADCIAEK_"
- ],
- [
- 22692,
- 3,
- 15,
- 6,
- 0.19947,
- "_LCSSPVSMVHLADMLSFCGK_"
- ],
- [
- 7589,
- 2,
- 14,
- 3,
- 0.18524,
- "_IQDLIPVLLR_"
- ],
- [
- 48736,
- 2,
- 10,
- 5,
- 0.12825,
- "_YLFPEDPSYSSTMIDDEALK_"
- ],
- [
- 27626,
- 2,
- 9,
- 2,
- 0.11403,
- "_AVDTDMIILPCLSR_"
- ],
- [
- 50379,
- 2,
- 9,
- 4,
- 0.11403,
- "_EGVIEAGAFQGSPAPPLPSVMSPSR_"
- ],
- [
- 30825,
- 2,
- 14,
- 6,
- 0.18524,
- "_NMEVMGFLHGIFER_"
- ],
- [
- 42453,
- 2,
- 12,
- 4,
- 0.15673,
- "_TSDPALCTLIVSAAADSAVR_"
- ],
- [
- 44693,
- 2,
- 25,
- 6,
- 0.34196,
- "_ELQDQLEAEQYFSTLYK_"
- ],
- [
- 46406,
- 2,
- 16,
- 4,
- 0.21377,
- "_AVTDPQGVGTPEMIPLDWEK_"
- ],
- [
- 16715,
- 4,
- 16,
- 8,
- 0.21377,
- "_LDDIHPFYADLMNILYDKDHYK_"
- ],
- [
- 41275,
- 2,
- 21,
- 2,
- 0.28498,
- "_VNTFSALLLEPYKPPSAQ_"
- ],
- [
- 46277,
- 2,
- 25,
- 5,
- 0.34196,
- "_EYFGGFGEVESIELPM(Oxidation (M))DNK_"
- ],
- [
- 13858,
- 2,
- 22,
- 5,
- 0.2992,
- "_IASGLGLAWIVGR_"
- ],
- [
- 28862,
- 3,
- 13,
- 5,
- 0.17096,
- "_YQDTPGVEHIPVVQIDLSVPLK_"
- ],
- [
- 26022,
- 3,
- 11,
- 3,
- 0.14248,
- "_TQAVLDQSDVYTHVLSAFVEK_"
- ],
- [
- 42633,
- 2,
- 12,
- 5,
- 0.15672,
- "_VTMVNADPMGEEINVMFK_"
- ],
- [
- 27050,
- 2,
- 10,
- 3,
- 0.12825,
- "_GQQELLYVVPFVAK_"
- ],
- [
- 46513,
- 3,
- 16,
- 7,
- 0.2137,
- "_GGAFDGTMNGPFGHGYGEGAGEGIDDVEWVVGK_"
- ],
- [
- 39167,
- 2,
- 9,
- 6,
- 0.11399,
- "_FGEVISYQQLAALAGNPK_"
- ],
- [
- 36753,
- 2,
- 11,
- 5,
- 0.14248,
- "_DSSFIVVNTQSLPVTVK_"
- ],
- [
- 49750,
- 2,
- 20,
- 3,
- 0.27069,
- "_YWPSLAGEDTYTEAFVDSGGDK_"
- ],
- [
- 16000,
- 4,
- 12,
- 3,
- 0.15672,
- "_VHLEGIFQAVYTAGVVLPKPVGTCR_"
- ],
- [
- 36893,
- 2,
- 14,
- 4,
- 0.18519,
- "_DVLASGFLTVLPHTDPR_"
- ],
- [
- 26868,
- 2,
- 14,
- 3,
- 0.18519,
- "_IPVENILGEVGDGFK_"
- ],
- [
- 16085,
- 3,
- 9,
- 2,
- 0.11399,
- "_SYRDDIDLQNLIDSLQK_"
- ],
- [
- 50047,
- 2,
- 18,
- 2,
- 0.24223,
- "_GYFNNNIPPVEFTQENPFCR_"
- ],
- [
- 40939,
- 2,
- 14,
- 2,
- 0.18519,
- "_EIDYTAYPWFAGNMER_"
- ],
- [
- 27924,
- 2,
- 18,
- 4,
- 0.24223,
- "_DENLALYVENQFR_"
- ],
- [
- 11563,
- 2,
- 22,
- 5,
- 0.2992,
- "_EDSLDSVLFLK_"
- ],
- [
- 15603,
- 4,
- 11,
- 7,
- 0.14248,
- "_LICCDILDVLDKHLIPAANTGESK_"
- ],
- [
- 35288,
- 2,
- 14,
- 4,
- 0.18519,
- "_DAEAFYASEVLSTNFK_"
- ],
- [
- 10509,
- 2,
- 14,
- 5,
- 0.18519,
- "_ELWAVLNGWR_"
- ],
- [
- 11113,
- 3,
- 9,
- 4,
- 0.11399,
- "_DGHVSLQEYMAFMISR_"
- ],
- [
- 10938,
- 2,
- 11,
- 5,
- 0.14248,
- "_FALTFGLDQLK_"
- ],
- [
- 23729,
- 2,
- 18,
- 5,
- 0.24223,
- "_EVAFFNNFLTDAK_"
- ],
- [
- 27935,
- 2,
- 13,
- 5,
- 0.17096,
- "_VGILDVDLCGPSIPR_"
- ],
- [
- 19211,
- 2,
- 15,
- 5,
- 0.19946,
- "_ITMELFSNIVPR_"
- ],
- [
- 24928,
- 3,
- 18,
- 8,
- 0.24223,
- "_VDLNSNGFICDYELHELFK_"
- ],
- [
- 29197,
- 2,
- 15,
- 4,
- 0.19946,
- "_FHFIDIYLDELSK_"
- ],
- [
- 51624,
- 3,
- 10,
- 7,
- 0.12825,
- "_IHFISPNIYCCGAGTAADTDMTTQLISSNLELHSLSTGR_"
- ],
- [
- 43761,
- 3,
- 13,
- 6,
- 0.17096,
- "_VRPVLPGEPTPPPGLLLFPSGPGGPSDPPTR_"
- ],
- [
- 50548,
- 2,
- 15,
- 5,
- 0.19946,
- "_ENTEGEYSGIEHVIVDGVVQSIK_"
- ],
- [
- 24765,
- 3,
- 15,
- 6,
- 0.19946,
- "_GFFDPNTHENLTYLQLLER_"
- ],
- [
- 33541,
- 2,
- 15,
- 4,
- 0.19946,
- "_DPAEALQLPMDYVQR_"
- ],
- [
- 38411,
- 3,
- 19,
- 5,
- 0.25647,
- "_AFTELFQVACAKPPPLGLCDYPSSR_"
- ],
- [
- 49341,
- 2,
- 15,
- 5,
- 0.19946,
- "_LPQYQTDLLLTFNQPPPDNR_"
- ],
- [
- 17087,
- 3,
- 9,
- 5,
- 0.11399,
- "_SLLLAGAAEYDNFFQHLR_"
- ],
- [
- 39897,
- 2,
- 15,
- 4,
- 0.19946,
- "_SLEDLIFESLPENASHK_"
- ],
- [
- 29573,
- 3,
- 21,
- 7,
- 0.28495,
- "_EIEMASEERPPAQALEIMMGLK_"
- ],
- [
- 42628,
- 3,
- 10,
- 5,
- 0.12825,
- "_VVNVEIVEEPVSYVSGEKPEEFSVPFK_"
- ],
- [
- 29062,
- 2,
- 12,
- 3,
- 0.15672,
- "_SFISMEVPVMVVNGK_"
- ],
- [
- 42777,
- 3,
- 15,
- 4,
- 0.19946,
- "_HGFELVELSPEELPEEDDDFPESTGVK_"
- ],
- [
- 42870,
- 2,
- 15,
- 5,
- 0.19946,
- "_IAQPGDHVSVTGIFLPILR_"
- ],
- [
- 20718,
- 3,
- 18,
- 6,
- 0.24223,
- "_FLEFQYLTGGLVDPEVHGR_"
- ],
- [
- 33918,
- 2,
- 11,
- 4,
- 0.14248,
- "_FVVGYALDYNEYFR_"
- ],
- [
- 25674,
- 3,
- 13,
- 2,
- 0.17096,
- "_QKPGHPECDILTNVFAILSAK_"
- ],
- [
- 12776,
- 2,
- 12,
- 5,
- 0.1567,
- "_ATLWYVPLSLK_"
- ],
- [
- 41511,
- 3,
- 14,
- 6,
- 0.18518,
- "_QPCPSQYSAIKEEDLVVWVDPLDGTK_"
- ],
- [
- 42764,
- 3,
- 14,
- 6,
- 0.18518,
- "_TMELFCQTDQTCICYLCMFQEHK_"
- ],
- [
- 41093,
- 2,
- 13,
- 3,
- 0.17094,
- "_AAEWYNIDFSLQNQLR_"
- ],
- [
- 16825,
- 3,
- 13,
- 4,
- 0.17094,
- "_TVGVNNPVFLLDEVDKLGK_"
- ],
- [
- 45639,
- 3,
- 13,
- 8,
- 0.17094,
- "_VCIDAETLEVGDCVSVIPDDSSKPLYLAR_"
- ],
- [
- 21697,
- 2,
- 13,
- 6,
- 0.17094,
- "_LLVPTQYVGAIIGK_"
- ],
- [
- 49655,
- 3,
- 14,
- 7,
- 0.18518,
- "_(Acetyl (Protein N-term))ASPSSFTYYCPPSSSPVWSEPLYSLRPEHAR_"
- ],
- [
- 17483,
- 3,
- 12,
- 4,
- 0.1567,
- "_HPVISESEVFQQFLNFR_"
- ],
- [
- 43872,
- 3,
- 12,
- 6,
- 0.1567,
- "_KGPAPELQGVEVALAPEELELDPMAM(Oxidation (M))TQK_"
- ],
- [
- 50146,
- 2,
- 13,
- 6,
- 0.17094,
- "_LNEESGALLQCALLYTSCAGQR_"
- ],
- [
- 43433,
- 2,
- 15,
- 5,
- 0.19941,
- "_ILNNSGLPITSAIDLEDAAK_"
- ],
- [
- 36548,
- 3,
- 11,
- 5,
- 0.14248,
- "_EKFGDQDVWILPQAEWQPGETLR_"
- ],
- [
- 50339,
- 3,
- 17,
- 9,
- 0.22792,
- "_EGYGLSWNSNLSGHLLSASDDHTVCLWDINAGPK_"
- ],
- [
- 31636,
- 2,
- 11,
- 4,
- 0.14248,
- "_EGYVLTAVEGTIGDFK_"
- ],
- [
- 49236,
- 2,
- 17,
- 7,
- 0.22792,
- "_NIVVMEEVVITPPYQVENCK_"
- ],
- [
- 23942,
- 2,
- 22,
- 6,
- 0.29917,
- "_VLAFLSSVAGDALTR_"
- ],
- [
- 32140,
- 4,
- 23,
- 9,
- 0.31342,
- "_SVDYPCLLRPSYVLSGSAMNVVFSEDEMKK_"
- ],
- [
- 13567,
- 3,
- 9,
- 5,
- 0.11395,
- "_FHQLLDDESDPFDILR_"
- ],
- [
- 27418,
- 2,
- 17,
- 4,
- 0.22792,
- "_VSALDLAVLDQVEAR_"
- ],
- [
- 39760,
- 2,
- 16,
- 2,
- 0.21368,
- "_LSEEASQALIEAYVDMR_"
- ],
- [
- 14366,
- 3,
- 11,
- 6,
- 0.14248,
- "_QDWLILHIPDAHLWVK_"
- ],
- [
- 16355,
- 2,
- 10,
- 2,
- 0.12822,
- "_ELLFNEVVIMR_"
- ],
- [
- 31432,
- 3,
- 27,
- 7,
- 0.37041,
- "_GGPPFAFVEFEDPRDAEDAVYGR_"
- ],
- [
- 8862,
- 2,
- 13,
- 4,
- 0.17094,
- "_DSLIFLVDASK_"
- ],
- [
- 13193,
- 4,
- 8,
- 2,
- 0.099709,
- "_ADPVRPIDPAAWLSHTAALTGALPR_"
- ],
- [
- 40609,
- 3,
- 15,
- 5,
- 0.19941,
- "_YPNKYESVIATLCENLDSLDEPEAR_"
- ],
- [
- 16455,
- 2,
- 12,
- 4,
- 0.1567,
- "_LLILADMADVYK_"
- ],
- [
- 46279,
- 2,
- 6,
- 2,
- 0.07123,
- "_WQDIQNDAQFAIINEPFK_"
- ],
- [
- 41386,
- 4,
- 16,
- 6,
- 0.21368,
- "_NRPISLGHVVVAPPGAPGLVAALHIVGGTPSPDPAGLVTPR_"
- ],
- [
- 5850,
- 3,
- 12,
- 6,
- 0.1567,
- "_LLEALDEMLTHDIAK_"
- ],
- [
- 46939,
- 2,
- 12,
- 3,
- 0.15675,
- "_NMIENSMFEEEPDVVDLAK_"
- ],
- [
- 22085,
- 3,
- 13,
- 6,
- 0.17097,
- "_DYFEEYGKIDTIEIITDR_"
- ],
- [
- 10244,
- 3,
- 13,
- 5,
- 0.17097,
- "_KLDLWSLPPVLVVHLK_"
- ],
- [
- 22501,
- 4,
- 9,
- 4,
- 0.11398,
- "_LLETKPEYHSLLQELGVDPDDLPVTR_"
- ],
- [
- 45512,
- 4,
- 14,
- 7,
- 0.18521,
- "_RPVLETTYGEYPLTAMTLTPGGNSVIVGNTHGQLAEIDLR_"
- ],
- [
- 45038,
- 2,
- 13,
- 8,
- 0.17097,
- "_FVVDLSDQVAPTDIEEGMR_"
- ],
- [
- 47062,
- 2,
- 12,
- 4,
- 0.15675,
- "_CFKPALPYLDVDMMDICK_"
- ],
- [
- 28979,
- 2,
- 10,
- 3,
- 0.12822,
- "_GIPILSLDWLHQSR_"
- ],
- [
- 33234,
- 3,
- 11,
- 5,
- 0.14249,
- "_NPELVPQNYISDSLAQSVVQHLR_"
- ],
- [
- 24855,
- 3,
- 11,
- 4,
- 0.14249,
- "_RPEAAQLLEDVQAALKPFSVK_"
- ],
- [
- 23489,
- 3,
- 12,
- 4,
- 0.15675,
- "_CCLWIQDLCMDLQNLKR_"
- ],
- [
- 44193,
- 2,
- 11,
- 3,
- 0.14249,
- "_DMIILPEM(Oxidation (M))VGSM(Oxidation (M))VGVYNGK_"
- ],
- [
- 31454,
- 4,
- 9,
- 6,
- 0.11398,
- "_APGTAHPYDSGHIAMTYTGLSCLVILGDDLSR_"
- ],
- [
- 7624,
- 2,
- 12,
- 3,
- 0.15675,
- "_LLLLLPEVDR_"
- ],
- [
- 39903,
- 2,
- 14,
- 5,
- 0.18521,
- "_LPNGLVIASLENYSPVSR_"
- ],
- [
- 20256,
- 3,
- 13,
- 7,
- 0.17097,
- "_QVQEFLKDGDDVIIIGVFK_"
- ],
- [
- 17623,
- 2,
- 13,
- 4,
- 0.17097,
- "_DEETGLCLLPLK_"
- ],
- [
- 8603,
- 2,
- 19,
- 5,
- 0.25649,
- "_ELPDLEDLMK_"
- ],
- [
- 28259,
- 2,
- 14,
- 4,
- 0.18521,
- "_LALLLSQFVGSQSVR_"
- ],
- [
- 47454,
- 3,
- 14,
- 8,
- 0.18521,
- "_GAVTSEALKDPDVCTDPVQLTTYAMGVNIYK_"
- ],
- [
- 48270,
- 3,
- 20,
- 9,
- 0.27072,
- "_SAAEMYGSVTEHPSPSPLLSSSFDLDYDFQR_"
- ],
- [
- 31424,
- 2,
- 20,
- 7,
- 0.27072,
- "_GLAPDLPEDLYHLIK_"
- ],
- [
- 34560,
- 3,
- 16,
- 7,
- 0.21369,
- "_VQDLFCSVGLNVNNPHFLIMQGR_"
- ],
- [
- 45050,
- 3,
- 18,
- 5,
- 0.24219,
- "_LEQNQQHLQELQQEKEELMQELSSLE_"
- ],
- [
- 15783,
- 2,
- 18,
- 5,
- 0.24219,
- "_DAAIYLVTSLASK_"
- ],
- [
- 43574,
- 2,
- 16,
- 4,
- 0.21369,
- "_SMEIEVLVDADPVVDSSQK_"
- ],
- [
- 42548,
- 3,
- 19,
- 5,
- 0.25649,
- "_CGDYGGALAAYTQALGLDATPQDQAVLHR_"
- ],
- [
- 38754,
- 3,
- 26,
- 7,
- 0.35619,
- "_TYPVQEYFLEDCIQMTHFVPPPK_"
- ],
- [
- 19879,
- 2,
- 14,
- 5,
- 0.18521,
- "_KFMEDGLEGMMF_"
- ],
- [
- 36620,
- 2,
- 21,
- 5,
- 0.28497,
- "_FMQDPMEVFVDDETK_"
- ],
- [
- 50214,
- 2,
- 14,
- 5,
- 0.18522,
- "_AEVTAPDVEMSLSSMEVDVQAPR_"
- ],
- [
- 31841,
- 3,
- 13,
- 5,
- 0.171,
- "_PSAFTDTQYLQDTMNHVLSCVK_"
- ],
- [
- 38426,
- 2,
- 14,
- 4,
- 0.18522,
- "_DGHVSLQEYMAFMISR_"
- ],
- [
- 2656,
- 2,
- 11,
- 3,
- 0.14247,
- "_DLGFFGIYK_"
- ],
- [
- 39829,
- 2,
- 9,
- 2,
- 0.11397,
- "_VTIDPENNLISIWNNGK_"
- ],
- [
- 9494,
- 2,
- 9,
- 3,
- 0.11397,
- "_EMLSVGLGFLR_"
- ],
- [
- 48466,
- 2,
- 11,
- 4,
- 0.14247,
- "_VTPIDSPPVWSPEGYMALQSK_"
- ],
- [
- 38924,
- 2,
- 21,
- 7,
- 0.28497,
- "_AFYAELYHIISSNLEK_"
- ],
- [
- 21950,
- 3,
- 13,
- 4,
- 0.171,
- "_CFKPALPYLDVDMMDICK_"
- ],
- [
- 48940,
- 2,
- 11,
- 2,
- 0.14247,
- "_(Acetyl (Protein N-term))AVETLSPDWEFDRVDDGSQK_"
- ],
- [
- 33627,
- 2,
- 14,
- 4,
- 0.18522,
- "_IVGDLAQFMVQNGLSR_"
- ],
- [
- 34868,
- 2,
- 10,
- 3,
- 0.12823,
- "_VLLFVASDVDALCACK_"
- ],
- [
- 49902,
- 2,
- 13,
- 5,
- 0.171,
- "_ATPLSSTVTLSM(Oxidation (M))SADVPLVVEYK_"
- ],
- [
- 16811,
- 3,
- 13,
- 4,
- 0.171,
- "_YLESFLAFTTHPSQFLR_"
- ],
- [
- 45980,
- 2,
- 13,
- 7,
- 0.171,
- "_QVQEFLKDGDDVIIIGVFK_"
- ],
- [
- 15993,
- 3,
- 19,
- 8,
- 0.25644,
- "_IAQPGDHVSVTGIFLPILR_"
- ],
- [
- 38082,
- 3,
- 13,
- 5,
- 0.171,
- "_ILVQLSPHDNLILSQPVSSPLPLSGGK_"
- ],
- [
- 37554,
- 4,
- 21,
- 8,
- 0.28497,
- "_EGYGLSWNSNLSGHLLSASDDHTVCLWDINAGPK_"
- ],
- [
- 48045,
- 3,
- 21,
- 9,
- 0.28497,
- "_TTIPEEEEEEEEAAGVVVEEELFHQQGTPR_"
- ],
- [
- 38717,
- 2,
- 11,
- 4,
- 0.14247,
- "_AFTGFIVEADTPGIQIGR_"
- ],
- [
- 41874,
- 3,
- 30,
- 7,
- 0.41316,
- "_NFQNIFPPSATLHLSNIPPSVSEEDLK_"
- ],
- [
- 39842,
- 3,
- 14,
- 6,
- 0.18522,
- "_HWTNFVITENANDAIGILNNSASFNK_"
- ],
- [
- 20806,
- 3,
- 16,
- 6,
- 0.21371,
- "_FGCTVDMNIALTTFIPHDK_"
- ],
- [
- 30412,
- 4,
- 11,
- 4,
- 0.14247,
- "_EALKLDVYCFEAFDLLTSHHMLTAQEEK_"
- ],
- [
- 34776,
- 3,
- 16,
- 6,
- 0.21371,
- "_AAFTVSLDPGPLEQFPHSMEPQLR_"
- ],
- [
- 49129,
- 2,
- 15,
- 6,
- 0.19947,
- "_QDMEQAMTSSEMANSLGLPALK_"
- ],
- [
- 32131,
- 2,
- 12,
- 6,
- 0.15674,
- "_IGNVEISQVTIVGIIR_"
- ],
- [
- 43508,
- 4,
- 23,
- 9,
- 0.31344,
- "_AMGTLGVSLSSCSVPGSKPTFELSADEVELGLGIHGEAGVR_"
- ],
- [
- 51210,
- 2,
- 16,
- 8,
- 0.21371,
- "_LEGDLTGPSVGVEVPDVELECPDAK_"
- ],
- [
- 47802,
- 2,
- 11,
- 4,
- 0.1425,
- "_AIAGVSGFGYDHLILNVEWAK_"
- ],
- [
- 26016,
- 2,
- 11,
- 3,
- 0.1425,
- "_LNLMYIDSIDLEK_"
- ],
- [
- 49730,
- 3,
- 28,
- 10,
- 0.38471,
- "_TVVVNCNPETVSTDFDECDKLYFEELSLER_"
- ],
- [
- 50388,
- 2,
- 12,
- 5,
- 0.15673,
- "_WEFEESEEDPVTSIPYQLQR_"
- ],
- [
- 26189,
- 2,
- 19,
- 5,
- 0.25647,
- "_DDGTGQLLLPLSDAR_"
- ],
- [
- 25443,
- 3,
- 12,
- 5,
- 0.15673,
- "_DKDIIPFIDKYWECMTTR_"
- ],
- [
- 43479,
- 2,
- 14,
- 4,
- 0.18526,
- "_YLESFLAFTTHPSQFLR_"
- ],
- [
- 25402,
- 3,
- 14,
- 5,
- 0.18526,
- "_EEISDIKEEGNLEAVLNALDK_"
- ],
- [
- 27273,
- 3,
- 14,
- 5,
- 0.18526,
- "_QGTFPHGIDILTTADYFAVGNR_"
- ],
- [
- 48583,
- 2,
- 4,
- 2,
- 0.042789,
- "_ISYFTFIGTPVQATNM(Oxidation (M))NDFK_"
- ],
- [
- 22604,
- 2,
- 16,
- 6,
- 0.21373,
- "_LTLEDLEDSWDR_"
- ],
- [
- 45900,
- 3,
- 16,
- 7,
- 0.21373,
- "_EKNTSSETTMEEELGLVGATADDTEAELIR_"
- ],
- [
- 43317,
- 2,
- 14,
- 4,
- 0.18526,
- "_QLGPQVQQIILVSPMGVSR_"
- ],
- [
- 47609,
- 3,
- 16,
- 7,
- 0.21373,
- "_NLSQILSDREEIAHNMQSTLDDATDAWGIK_"
- ],
- [
- 31211,
- 2,
- 13,
- 2,
- 0.17101,
- "_TAADELEAFLGGGAPGGR_"
- ],
- [
- 46318,
- 2,
- 19,
- 5,
- 0.25647,
- "_LSAASTWLEDEGVGATTVMLK_"
- ],
- [
- 25839,
- 2,
- 10,
- 2,
- 0.12824,
- "_EIGLLADEIEIYGK_"
- ],
- [
- 48859,
- 2,
- 18,
- 4,
- 0.2422,
- "_ASYGVEDPEYAVTQLAQTTMR_"
- ],
- [
- 50445,
- 2,
- 8,
- 6,
- 0.099764,
- "_AVLQLYPENSEQLELITTQATK_"
- ],
- [
- 43879,
- 4,
- 12,
- 7,
- 0.15673,
- "_RVDIDEFDENKFVDEQEEAAAAAAEPGPDPSEVDGLLR_"
- ],
- [
- 49335,
- 3,
- 18,
- 7,
- 0.2422,
- "_RVETNQDWSLMCPNECPGLDEVWGEEFEK_"
- ],
- [
- 15400,
- 3,
- 18,
- 4,
- 0.2422,
- "_FVNLFPEVKPTIQDVLR_"
- ],
- [
- 35309,
- 3,
- 21,
- 8,
- 0.285,
- "_NPWSMDENLMHISYEAGILENPK_"
- ],
- [
- 27300,
- 3,
- 10,
- 4,
- 0.12824,
- "_LLPVGQTVFITIETPDGIPVKR_"
- ],
- [
- 17955,
- 3,
- 15,
- 5,
- 0.19949,
- "_KLEEIIHQITNVEALIAR_"
- ],
- [
- 33264,
- 2,
- 18,
- 3,
- 0.2422,
- "_HNTLSEDIPIVIIFK_"
- ],
- [
- 43953,
- 3,
- 18,
- 8,
- 0.2422,
- "_NLNDQVLFIDQGNRPLFEDMTDSDCR_"
- ],
- [
- 44392,
- 4,
- 13,
- 6,
- 0.17101,
- "_KIIPTLEEGLQLPSPTATSQLPLESDAVECLNYQHYK_"
- ],
- [
- 27794,
- 2,
- 10,
- 4,
- 0.12824,
- "_MDLTLAELQEMASR_"
- ],
- [
- 35379,
- 2,
- 13,
- 4,
- 0.17101,
- "_FQGQQNDYILLSLVR_"
- ],
- [
- 28837,
- 3,
- 10,
- 2,
- 0.12824,
- "_DLEVDGHFVTMQIWDTAGQER_"
- ],
- [
- 39028,
- 3,
- 15,
- 6,
- 0.19949,
- "_QEDMPFTCEGITPDIIINPHAIPSR_"
- ],
- [
- 45119,
- 3,
- 18,
- 6,
- 0.2422,
- "_NDLNHSTQFVQGLALCTLGCMGSSEMCR_"
- ],
- [
- 41944,
- 2,
- 17,
- 4,
- 0.22797,
- "_DGSYAWEIKDFLVGQDR_"
- ],
- [
- 37243,
- 2,
- 23,
- 9,
- 0.31349,
- "_SNMDNMFESYINNLR_"
- ],
- [
- 5332,
- 3,
- 24,
- 7,
- 0.32773,
- "_GLAPDLPEDLYHLIK_"
- ],
- [
- 40196,
- 2,
- 13,
- 2,
- 0.17098,
- "_MVEDLISVGEEESFNLK_"
- ],
- [
- 16230,
- 2,
- 14,
- 4,
- 0.18526,
- "_IAFWDDVYGFK_"
- ],
- [
- 12485,
- 3,
- 13,
- 5,
- 0.17098,
- "_GSLDPESIFEMMETGKR_"
- ],
- [
- 38003,
- 2,
- 14,
- 4,
- 0.18526,
- "_VPIWDQDIQFLPGSQK_"
- ],
- [
- 42166,
- 3,
- 23,
- 7,
- 0.31349,
- "_FSFSGNTLVSSSADPEGHFETPIWIER_"
- ],
- [
- 38462,
- 2,
- 14,
- 7,
- 0.18526,
- "_LAQEGIYTLYPFINSR_"
- ],
- [
- 39884,
- 2,
- 13,
- 4,
- 0.17098,
- "_WNFEQISFPNMASDSR_"
- ],
- [
- 45366,
- 2,
- 12,
- 5,
- 0.15675,
- "_VVIEACDELGIILAHTNLR_"
- ],
- [
- 25580,
- 4,
- 13,
- 6,
- 0.17098,
- "_LAAFRPSAFTDTQYLQDTMNHVLSCVK_"
- ],
- [
- 5550,
- 2,
- 14,
- 3,
- 0.18526,
- "_LLVPILLPEK_"
- ],
- [
- 36388,
- 3,
- 17,
- 6,
- 0.22798,
- "_VVQGDIGEANEDVTQIVEILHSGPSK_"
- ],
- [
- 27509,
- 2,
- 12,
- 3,
- 0.15675,
- "_DTLQEANDILNNLK_"
- ],
- [
- 47575,
- 2,
- 17,
- 6,
- 0.22798,
- "_LATLGGSQALGLDGEIGNFEVGK_"
- ],
- [
- 30346,
- 2,
- 5,
- 2,
- 0.057037,
- "_DTIIDVVGAPLTPNSR_"
- ],
- [
- 35835,
- 2,
- 17,
- 6,
- 0.22798,
- "_EVAWVIFDEIHYMR_"
- ],
- [
- 32500,
- 2,
- 8,
- 4,
- 0.099758,
- "_EQQPLSSLSSVLLYR_"
- ],
- [
- 31860,
- 2,
- 8,
- 2,
- 0.099758,
- "_VLSTSTDLEAAVADALK_"
- ],
- [
- 31105,
- 4,
- 16,
- 7,
- 0.21374,
- "_NLSQILSDREEIAHNMQSTLDDATDAWGIK_"
- ],
- [
- 31303,
- 2,
- 32,
- 2,
- 0.44167,
- "_AVASLPPEQMFELMK_"
- ],
- [
- 30367,
- 3,
- 10,
- 5,
- 0.12827,
- "_LEDKGDTPLELGDDCSLALVWR_"
- ],
- [
- 17933,
- 2,
- 16,
- 4,
- 0.21374,
- "_ASSIIDELFQDR_"
- ],
- [
- 47131,
- 2,
- 16,
- 5,
- 0.21374,
- "_DYFEEYGKIDTIEIITDR_"
- ],
- [
- 46306,
- 3,
- 11,
- 6,
- 0.14249,
- "_GEERPYCEICEMFGHWATNCNDDETF_"
- ],
- [
- 51098,
- 2,
- 10,
- 5,
- 0.12827,
- "_VCLYLTSCVNYVPEPENSALLR_"
- ],
- [
- 25810,
- 3,
- 19,
- 2,
- 0.25645,
- "_FFGEFTGFVDMCVQHIPSPK_"
- ],
- [
- 29713,
- 3,
- 12,
- 6,
- 0.15675,
- "_LGPLNLQDPFDLSHNVAANVTSR_"
- ],
- [
- 40015,
- 2,
- 12,
- 2,
- 0.15675,
- "_IAQDLEMYGVNYFEIK_"
- ],
- [
- 37278,
- 4,
- 29,
- 3,
- 0.39895,
- "_AVPIPPHPIYIPPSMMEHTLPPPPSGLPFNAQPR_"
- ],
- [
- 16978,
- 2,
- 16,
- 4,
- 0.21374,
- "_LCDAVAVLLNMR_"
- ],
- [
- 37343,
- 2,
- 11,
- 2,
- 0.14249,
- "_QLNYTIGEVPISFVDR_"
- ],
- [
- 19318,
- 2,
- 12,
- 3,
- 0.15675,
- "_DTATYWPLNWR_"
- ],
- [
- 38806,
- 2,
- 11,
- 3,
- 0.14249,
- "_MEEDGSTVLGLLESSAEK_"
- ],
- [
- 49860,
- 2,
- 11,
- 6,
- 0.14252,
- "_PLGCCMILIGIDEEQGPQVYK_"
- ],
- [
- 42091,
- 2,
- 13,
- 5,
- 0.171,
- "_NVTVQPDDPISFMQLTAK_"
- ],
- [
- 47518,
- 2,
- 12,
- 5,
- 0.15674,
- "_YSEFLPSMQSAQGLITQVDK_"
- ],
- [
- 42351,
- 2,
- 14,
- 4,
- 0.18524,
- "_NTVVLFVPQQEAWVVER_"
- ],
- [
- 38692,
- 3,
- 8,
- 3,
- 0.099739,
- "_VIEIVTDCKPNGETDISSISIFTGIK_"
- ],
- [
- 47256,
- 2,
- 7,
- 4,
- 0.085514,
- "_ESEIPTSEIQTPSYGFSLLK_"
- ],
- [
- 24213,
- 3,
- 13,
- 3,
- 0.171,
- "_DFLQEVCLRPSADPIFEPR_"
- ],
- [
- 6719,
- 2,
- 12,
- 3,
- 0.15674,
- "_IIWEDIFPK_"
- ],
- [
- 38076,
- 2,
- 6,
- 5,
- 0.071291,
- "_ILDDDTIITTLENLKR_"
- ],
- [
- 23310,
- 2,
- 11,
- 4,
- 0.14252,
- "_LVTLEEFLASTQR_"
- ],
- [
- 17754,
- 3,
- 12,
- 2,
- 0.15674,
- "_MASPEDVSEVLAHIGTCLR_"
- ],
- [
- 37829,
- 2,
- 11,
- 4,
- 0.14252,
- "_SLTGLLSSFVEVESIKR_"
- ],
- [
- 18416,
- 2,
- 23,
- 5,
- 0.31351,
- "_MYFPDVEFDIK_"
- ],
- [
- 37119,
- 2,
- 15,
- 3,
- 0.19951,
- "_SLPALIEQGEGFSQVLR_"
- ],
- [
- 34278,
- 2,
- 16,
- 6,
- 0.21377,
- "_GNAGGIQPDLLISLTAPK_"
- ],
- [
- 40261,
- 2,
- 23,
- 6,
- 0.31351,
- "_LYAYEPADTALLLDNMK_"
- ],
- [
- 46674,
- 4,
- 17,
- 10,
- 0.22799,
- "_DATWSPLNHSLLTTVGWDHQVVHHVVPTEPLPAPGPASVTE_"
- ],
- [
- 29786,
- 2,
- 18,
- 2,
- 0.24223,
- "_LPGAIDVIGQTITISR_"
- ],
- [
- 35836,
- 2,
- 17,
- 4,
- 0.22799,
- "_LFVGNLPADITEDEFK_"
- ],
- [
- 37114,
- 3,
- 16,
- 5,
- 0.21377,
- "_YSSDVQEMILSSATADRIPIAVSGVR_"
- ],
- [
- 30525,
- 4,
- 19,
- 7,
- 0.25647,
- "_IYPHGLVLLDLQSYDGDAQGKEEIDSILNK_"
- ],
- [
- 19451,
- 2,
- 14,
- 5,
- 0.18524,
- "_EDGMVPFVFVGTK_"
- ],
- [
- 30944,
- 2,
- 16,
- 4,
- 0.21377,
- "_AVLICLAQLGEPELR_"
- ],
- [
- 39273,
- 2,
- 13,
- 4,
- 0.17101,
- "_DFLLGEHLLLVGNQGVGK_"
- ],
- [
- 8720,
- 2,
- 14,
- 2,
- 0.18527,
- "_VFELDLVTLR_"
- ],
- [
- 8810,
- 2,
- 10,
- 4,
- 0.12828,
- "_AFLLFPTIER_"
- ],
- [
- 40317,
- 2,
- 10,
- 4,
- 0.12828,
- "_PGVLLNQFPCENLLTVK_"
- ],
- [
- 48544,
- 2,
- 22,
- 7,
- 0.29925,
- "_MAEDEAETIGNLIEECGGLEK_"
- ],
- [
- 44413,
- 2,
- 17,
- 6,
- 0.22804,
- "_LQALQSQVEFLEQSMVDK_"
- ],
- [
- 19258,
- 2,
- 11,
- 4,
- 0.14254,
- "_FWDFAGMDASFK_"
- ],
- [
- 7277,
- 3,
- 11,
- 4,
- 0.14254,
- "_LNLQFLTLHDYLLR_"
- ],
- [
- 38158,
- 4,
- 12,
- 3,
- 0.15679,
- "_AGHFTLDQCLNLFTRPEVLAPEEAWYCPQCK_"
- ],
- [
- 23324,
- 3,
- 14,
- 6,
- 0.18527,
- "_AIAGVSGFGYDHLILNVEWAK_"
- ],
- [
- 40159,
- 3,
- 14,
- 5,
- 0.18527,
- "_TLDEVTVTIPHDIYVFGTQENSVGDR_"
- ],
- [
- 41633,
- 2,
- 11,
- 5,
- 0.14254,
- "_LSPEPWTPETGLVTDAFK_"
- ],
- [
- 49549,
- 2,
- 17,
- 6,
- 0.22804,
- "_YTFNEDEGELPEWFVQEEK_"
- ],
- [
- 50628,
- 2,
- 18,
- 3,
- 0.24226,
- "_VMEMFQPSAVVLQCGSDSLSGDR_"
- ],
- [
- 21155,
- 2,
- 17,
- 5,
- 0.22804,
- "_ILGGSVLHLVLALR_"
- ],
- [
- 32011,
- 3,
- 17,
- 7,
- 0.22804,
- "_TPGTWNHITDQIGMFSFTGLNPK_"
- ],
- [
- 3472,
- 2,
- 14,
- 3,
- 0.18527,
- "_LELPLWLAK_"
- ],
- [
- 41481,
- 4,
- 13,
- 6,
- 0.17101,
- "_LPSEGPRPAHVVVGDVLQAADVDKTVAGQDAVIVLLGTR_"
- ],
- [
- 35390,
- 2,
- 13,
- 5,
- 0.17101,
- "_EFGSADSDLWMDYMK_"
- ],
- [
- 38855,
- 4,
- 12,
- 7,
- 0.15679,
- "_NVNQEVVDFEKLDDYASAFQGHDVGFCCLGTTR_"
- ],
- [
- 44360,
- 2,
- 12,
- 3,
- 0.15679,
- "_NIADLMTQAGVEELESENK_"
- ],
- [
- 36420,
- 2,
- 15,
- 3,
- 0.19951,
- "_TTEPGVTGLLLAVEGPAAK_"
- ],
- [
- 21083,
- 4,
- 20,
- 7,
- 0.27074,
- "_MEIVELEDHPFFVGVQYHPEFLSR_"
- ],
- [
- 6861,
- 2,
- 27,
- 6,
- 0.37048,
- "_IALGIPLPEIK_"
- ],
- [
- 2965,
- 2,
- 15,
- 3,
- 0.19951,
- "_LVDVVAVILK_"
- ],
- [
- 9971,
- 2,
- 8,
- 2,
- 0.099785,
- "_LLDYLVIVGAR_"
- ],
- [
- 49712,
- 2,
- 12,
- 6,
- 0.15679,
- "_TFCGTPDYIAPEIIAYQPYGK_"
- ],
- [
- 50406,
- 3,
- 11,
- 8,
- 0.14254,
- "_YQQQTVVAIDLAGDETIPGSSLLPGHVQAYQEAVK_"
- ],
- [
- 13328,
- 3,
- 11,
- 3,
- 0.14254,
- "_DPPDPYVSLLLLPDKNR_"
- ],
- [
- 24199,
- 3,
- 8,
- 3,
- 0.099785,
- "_SILDVSMGAQEPSRPLFSLIK_"
- ],
- [
- 47903,
- 2,
- 16,
- 5,
- 0.21378,
- "_EVFGSSLPSNWQDISLEDSR_"
- ],
- [
- 37356,
- 4,
- 18,
- 9,
- 0.24226,
- "_LNKPFLFDTKPLIVQYEVNFQNGIECGGAYVK_"
- ],
- [
- 42362,
- 2,
- 4,
- 2,
- 0.042772,
- "_MNLDPFNNYSDEEIWK_"
- ],
- [
- 28865,
- 3,
- 15,
- 5,
- 0.19951,
- "_TLTAIAVILTNFHDGRPLPIER_"
- ],
- [
- 47997,
- 2,
- 13,
- 4,
- 0.17101,
- "_IGITNYEEYSLIQETIEEK_"
- ],
- [
- 22472,
- 2,
- 14,
- 4,
- 0.18528,
- "_LLDISELDMVGAGR_"
- ],
- [
- 4272,
- 2,
- 14,
- 4,
- 0.18528,
- "_DAVLLLFANK_"
- ],
- [
- 47391,
- 2,
- 12,
- 6,
- 0.1568,
- "_TNILNSEQVIVEVLPNQPVK_"
- ],
- [
- 45165,
- 4,
- 19,
- 10,
- 0.25653,
- "_IHFISPNIYCCGAGTAADTDMTTQLISSNLELHSLSTGR_"
- ],
- [
- 47829,
- 2,
- 13,
- 4,
- 0.17106,
- "_FTGYWWCPTASWEGSEGLK_"
- ],
- [
- 34027,
- 3,
- 22,
- 7,
- 0.29924,
- "_LPDNVTFEEGALIEPLSVGIHACR_"
- ],
- [
- 41287,
- 4,
- 14,
- 8,
- 0.18528,
- "_ELSTNAFQAFTSGNYDACLQHLACLQDINKDDYK_"
- ],
- [
- 43144,
- 3,
- 12,
- 5,
- 0.1568,
- "_TLTFCQGSHYLAIASDNGAVQLLGIEASK_"
- ],
- [
- 42268,
- 2,
- 18,
- 3,
- 0.2423,
- "_LVIGQNGILSTPAVSCIIR_"
- ],
- [
- 41085,
- 3,
- 18,
- 5,
- 0.2423,
- "_SEKEECNLWTEVWQENVPGSFGGIR_"
- ],
- [
- 33299,
- 2,
- 11,
- 3,
- 0.14255,
- "_GMGGAFVLVLYDELKK_"
- ],
- [
- 38997,
- 3,
- 8,
- 3,
- 0.099827,
- "_NMLDGYRPSMLYIEDPLQPGNDVGR_"
- ],
- [
- 47200,
- 3,
- 7,
- 2,
- 0.085554,
- "_KSGDMTLIPEQEPMEIDSEPGVENVFEVSK_"
- ],
- [
- 33122,
- 3,
- 16,
- 3,
- 0.21377,
- "_VLEVSFCEDKDTGEPVIYYLVK_"
- ],
- [
- 11904,
- 3,
- 16,
- 5,
- 0.21377,
- "_TQCPTCCVTVTEPDLK_"
- ],
- [
- 50087,
- 2,
- 17,
- 3,
- 0.22804,
- "_EAFQPQEPDFPPPPPDLEQLR_"
- ],
- [
- 46601,
- 2,
- 14,
- 7,
- 0.18528,
- "_YESDMVTGGYAALINLCCR_"
- ],
- [
- 34722,
- 2,
- 10,
- 3,
- 0.12827,
- "_MFVELNNLLNTTPDR_"
- ],
- [
- 39931,
- 2,
- 10,
- 3,
- 0.12827,
- "_TISAQNMDILQNPLMIK_"
- ],
- [
- 17049,
- 3,
- 11,
- 5,
- 0.14255,
- "_AANVTLLTSLVEGEAVHLAR_"
- ],
- [
- 18083,
- 3,
- 13,
- 7,
- 0.17106,
- "_QLACGEGVADLIIGHLCIR_"
- ],
- [
- 13376,
- 2,
- 18,
- 5,
- 0.2423,
- "_EGSGLFPDLLVR_"
- ],
- [
- 49846,
- 2,
- 11,
- 6,
- 0.14255,
- "_AIPLPIQMYYQQQPVSTSVVR_"
- ],
- [
- 29271,
- 3,
- 11,
- 5,
- 0.14255,
- "_LALVHDMAECIVGDIAPADNIPK_"
- ],
- [
- 32788,
- 2,
- 23,
- 3,
- 0.31351,
- "_QLLQANPILEAFGNAK_"
- ],
- [
- 29668,
- 3,
- 15,
- 4,
- 0.19954,
- "_KYETVIMPVFGIATPFHIATIK_"
- ],
- [
- 19836,
- 2,
- 15,
- 5,
- 0.19954,
- "_DVDEIEAWISEK_"
- ],
- [
- 48207,
- 2,
- 13,
- 5,
- 0.17105,
- "_MCINTEWGAFGDDGSLEDIR_"
- ],
- [
- 5823,
- 2,
- 11,
- 3,
- 0.14252,
- "_GGIQELIGLIK_"
- ],
- [
- 43654,
- 2,
- 10,
- 6,
- 0.1283,
- "_AANVTLLTSLVEGEAVHLAR_"
- ],
- [
- 47388,
- 2,
- 10,
- 6,
- 0.1283,
- "_IVASTLSNPELFEEWTGNVK_"
- ],
- [
- 34611,
- 3,
- 12,
- 7,
- 0.15679,
- "_SGFEPASLKEEVGEEAIVELVENGK_"
- ],
- [
- 25710,
- 2,
- 10,
- 4,
- 0.1283,
- "_SLTTLSEQWIILR_"
- ],
- [
- 25817,
- 3,
- 9,
- 5,
- 0.11407,
- "_FLPHGQLLFLNDQFVQGLEK_"
- ],
- [
- 49882,
- 3,
- 20,
- 7,
- 0.27077,
- "_GTNVMVTHYFLPPDDAVPSDDDLGTVPDYNQLK_"
- ],
- [
- 48738,
- 2,
- 12,
- 5,
- 0.15679,
- "_LQTTDNLLPMSPEEFDEVSR_"
- ],
- [
- 32263,
- 2,
- 12,
- 4,
- 0.15679,
- "_DMVVGFANLGILHVTK_"
- ],
- [
- 7633,
- 3,
- 14,
- 5,
- 0.1853,
- "_EMDLVGLGLHPLFSSR_"
- ],
- [
- 36317,
- 3,
- 9,
- 5,
- 0.11407,
- "_SMEFAPSEGAGTQDAAKPLEVLLLEK_"
- ],
- [
- 29961,
- 3,
- 12,
- 6,
- 0.15679,
- "_GETFSHVFGTNTSSLELFLMNR_"
- ],
- [
- 13603,
- 2,
- 21,
- 5,
- 0.28502,
- "_VDIIPGFEFDR_"
- ],
- [
- 29875,
- 2,
- 17,
- 4,
- 0.22802,
- "_LISEILSESVVPDVR_"
- ],
- [
- 23652,
- 3,
- 16,
- 6,
- 0.21378,
- "_YHYELLNYIDLPVLAIHGK_"
- ],
- [
- 37995,
- 2,
- 17,
- 5,
- 0.22802,
- "_(Acetyl (Protein N-term))TEWETAAPAVAETPDIK_"
- ],
- [
- 35035,
- 3,
- 17,
- 4,
- 0.22802,
- "_FFGTAVTCLLSPHSQVLTAATQSLK_"
- ],
- [
- 44658,
- 2,
- 16,
- 5,
- 0.21378,
- "_ISEQIVIGTPGTVLDWCSK_"
- ],
- [
- 37933,
- 2,
- 19,
- 2,
- 0.25655,
- "_MVTMVEIDQMVIDGCK_"
- ],
- [
- 29056,
- 2,
- 19,
- 7,
- 0.25655,
- "_SDPGLLTNTMDVFVK_"
- ],
- [
- 41835,
- 2,
- 14,
- 5,
- 0.1853,
- "_VAIEWPGANAQLLEIDQK_"
- ],
- [
- 50939,
- 2,
- 30,
- 7,
- 0.41325,
- "_ALVLELCCNDESGEDVEVPYVR_"
- ],
- [
- 21536,
- 3,
- 9,
- 5,
- 0.11406,
- "_ITEDYYVHLIADNLPVATR_"
- ],
- [
- 49116,
- 2,
- 22,
- 7,
- 0.29927,
- "_DNLTLWTSENQGDEGDAGEGEN_"
- ],
- [
- 46019,
- 2,
- 20,
- 7,
- 0.27081,
- "_IEIESFYEGEDFSETLTR_"
- ],
- [
- 38474,
- 3,
- 18,
- 6,
- 0.24228,
- "_DLQNPIIVQLCDQWDNPAPVQHVK_"
- ],
- [
- 48715,
- 3,
- 16,
- 5,
- 0.21378,
- "_FQMQVLPQCGHAVHEDAPDKVAEAVATFLIR_"
- ],
- [
- 36639,
- 2,
- 13,
- 6,
- 0.17105,
- "_MSINAEEVVVGDLVEVK_"
- ],
- [
- 40742,
- 2,
- 22,
- 7,
- 0.29927,
- "_GEELGGGQDPVQLLSGFPR_"
- ],
- [
- 48064,
- 2,
- 13,
- 6,
- 0.17105,
- "_TISLTDFLAEDGGTGGGSTYVSK_"
- ],
- [
- 45040,
- 2,
- 9,
- 4,
- 0.11406,
- "_QLNDLWDQIEQAHLELR_"
- ],
- [
- 32221,
- 3,
- 11,
- 4,
- 0.14255,
- "_NLFPCGDSMVCIIDDREDVWK_"
- ],
- [
- 36841,
- 4,
- 22,
- 9,
- 0.29927,
- "_LADDVDLEQVANETHGHVGADLAALCSEAALQAIR_"
- ],
- [
- 10002,
- 2,
- 19,
- 4,
- 0.25655,
- "_DLFDPIIEDR_"
- ],
- [
- 51451,
- 3,
- 9,
- 4,
- 0.11406,
- "_KYVLASQEQQMNEIVTIDQPVQIIPASVQSATPTTIK_"
- ],
- [
- 24788,
- 2,
- 12,
- 4,
- 0.15678,
- "_LLLDTFEYQGLVK_"
- ],
- [
- 11769,
- 3,
- 9,
- 2,
- 0.11406,
- "_TPETLLPFAEAEAFLKK_"
- ],
- [
- 17138,
- 3,
- 12,
- 6,
- 0.15678,
- "_DDDSNFHMDFIVAASNLR_"
- ],
- [
- 48187,
- 3,
- 9,
- 5,
- 0.11406,
- "_YCLTLMQNAQLSMQDNIGELDLDKQSELR_"
- ],
- [
- 12357,
- 3,
- 18,
- 5,
- 0.24228,
- "_LGDLNYLIYVFPDRPK_"
- ],
- [
- 45128,
- 2,
- 10,
- 5,
- 0.12833,
- "_TLFVLNVPPYCTEESLSR_"
- ],
- [
- 22191,
- 2,
- 12,
- 5,
- 0.15678,
- "_EQLDAFIDQLYK_"
- ],
- [
- 24970,
- 2,
- 19,
- 5,
- 0.25655,
- "_NPMVETLGTVLQLK_"
- ],
- [
- 18910,
- 3,
- 12,
- 3,
- 0.15678,
- "_HLELEWSVGPIPVGDTWGK_"
- ],
- [
- 37297,
- 2,
- 10,
- 3,
- 0.12833,
- "_QPTPVQLGCIPAILEGR_"
- ],
- [
- 7498,
- 3,
- 7,
- 3,
- 0.085541,
- "_LPVESIQIVLEELRK_"
- ],
- [
- 31319,
- 3,
- 16,
- 7,
- 0.21378,
- "_AGFIQDTSLILYEEVKPNLTER_"
- ],
- [
- 43384,
- 2,
- 14,
- 4,
- 0.1853,
- "_LLQFQDLTGIESMDQCR_"
- ],
- [
- 40806,
- 2,
- 15,
- 6,
- 0.19956,
- "_VPLAPITDPQQLQLSPLK_"
- ],
- [
- 18937,
- 3,
- 14,
- 6,
- 0.1853,
- "_QLNDLWDQIEQAHLELR_"
- ],
- [
- 24937,
- 3,
- 15,
- 5,
- 0.19956,
- "_LDLSNNDISSLPYSLGNLHLK_"
- ],
- [
- 39111,
- 2,
- 16,
- 6,
- 0.21378,
- "_IGVGAMTWSPLACGIVSGK_"
- ],
- [
- 33275,
- 4,
- 15,
- 8,
- 0.19956,
- "_FQMQVLPQCGHAVHEDAPDKVAEAVATFLIR_"
- ],
- [
- 40945,
- 2,
- 9,
- 4,
- 0.11406,
- "_EFPSNLGYSELAFYTPK_"
- ],
- [
- 44860,
- 2,
- 15,
- 6,
- 0.19956,
- "_AQPTTLVLPPQYVDDVISR_"
- ],
- [
- 46645,
- 3,
- 23,
- 5,
- 0.31351,
- "_LSQTSNVDKEEEAVTIEMNEPVQLTFALR_"
- ],
- [
- 42690,
- 2,
- 15,
- 5,
- 0.19956,
- "_NSYPDVAVGSLSDSVTIFR_"
- ],
- [
- 37540,
- 2,
- 10,
- 4,
- 0.12833,
- "_VEPAVSSVVNSIQVLTSK_"
- ],
- [
- 10524,
- 3,
- 15,
- 5,
- 0.19956,
- "_SLTGLLSSFVEVESIKR_"
- ],
- [
- 51069,
- 3,
- 13,
- 7,
- 0.17102,
- "_NANSYVMVGTFNLPSDGSAVDVHINMEQAPIQSEPR_"
- ],
- [
- 19397,
- 3,
- 16,
- 7,
- 0.21381,
- "_VVIEACDELGIILAHTNLR_"
- ],
- [
- 19714,
- 2,
- 13,
- 3,
- 0.17102,
- "_ETLIAEIEELDR_"
- ],
- [
- 18599,
- 2,
- 12,
- 3,
- 0.1568,
- "_FVTVEELLETAR_"
- ],
- [
- 12292,
- 3,
- 10,
- 5,
- 0.1283,
- "_LLYDEYMYYLIEHR_"
- ],
- [
- 35545,
- 3,
- 16,
- 5,
- 0.21381,
- "_ETPLKPIPVEALCDFEGEQGLISR_"
- ],
- [
- 48037,
- 3,
- 12,
- 6,
- 0.1568,
- "_ITVFDENADEASTAELSKPTVQPWIAPPMPR_"
- ],
- [
- 36571,
- 2,
- 10,
- 2,
- 0.1283,
- "_ALLLAQWAWQEGSVTR_"
- ],
- [
- 11368,
- 2,
- 9,
- 2,
- 0.11405,
- "_EFNIPLEMLR_"
- ],
- [
- 39296,
- 2,
- 16,
- 4,
- 0.21381,
- "_EFLLSLDDSVDETEAVK_"
- ],
- [
- 50555,
- 2,
- 15,
- 5,
- 0.19955,
- "_ELEDLGVFNETEESNLNMYTR_"
- ],
- [
- 43694,
- 2,
- 9,
- 2,
- 0.11405,
- "_NLEYDDETMELILPSGAR_"
- ],
- [
- 30738,
- 2,
- 21,
- 5,
- 0.28505,
- "_NNDLCYWVPELVR_"
- ],
- [
- 34314,
- 2,
- 11,
- 2,
- 0.14258,
- "_FQNMLEFQTPELLR_"
- ],
- [
- 39717,
- 3,
- 17,
- 6,
- 0.22803,
- "_PSHFLNFALLQEGEVYSADREDLYA_"
- ],
- [
- 31653,
- 2,
- 12,
- 5,
- 0.1568,
- "_ISNAQLQTELVEILK_"
- ],
- [
- 33023,
- 2,
- 19,
- 6,
- 0.25652,
- "_ENIVEAIIHSPELIR_"
- ],
- [
- 45847,
- 2,
- 12,
- 2,
- 0.1568,
- "_AHQANQLYPFAISLIESVR_"
- ],
- [
- 35962,
- 4,
- 15,
- 7,
- 0.19955,
- "_SSAALDVHIGSLSDPPNIAGLSHFCEHMLFLGTK_"
- ],
- [
- 41101,
- 2,
- 8,
- 4,
- 0.099787,
- "_EIINTYTEAVQTVDPFK_"
- ],
- [
- 29210,
- 2,
- 12,
- 3,
- 0.1568,
- "_LAMAIPDKWIQLLK_"
- ],
- [
- 37869,
- 2,
- 9,
- 5,
- 0.11405,
- "_AVFDNLIQLEHLNIVK_"
- ],
- [
- 47862,
- 2,
- 12,
- 7,
- 0.1568,
- "_ETAVPGPLGIEDISPNLSPDDK_"
- ],
- [
- 42461,
- 2,
- 14,
- 4,
- 0.1853,
- "_LLDAPGIVPGPNSEVGTILR_"
- ],
- [
- 14945,
- 2,
- 14,
- 3,
- 0.18526,
- "_LDNTLEEIIFK_"
- ],
- [
- 41122,
- 2,
- 20,
- 6,
- 0.27075,
- "_SLGGDVASDGDFLIFEGNR_"
- ],
- [
- 36723,
- 2,
- 10,
- 6,
- 0.12828,
- "_SFLEYYDFYEVACK_"
- ],
- [
- 37035,
- 2,
- 8,
- 4,
- 0.099771,
- "_LHLFPDEYIPEDILK_"
- ],
- [
- 31334,
- 3,
- 13,
- 6,
- 0.17103,
- "_EPFELEAFYTNLHEVPYPDAR_"
- ],
- [
- 40375,
- 2,
- 11,
- 2,
- 0.14254,
- "_LWISYVNGSLFSETAEK_"
- ],
- [
- 31865,
- 2,
- 10,
- 4,
- 0.12828,
- "_IGCPLTPLPPVSIAIR_"
- ],
- [
- 48700,
- 3,
- 11,
- 4,
- 0.14254,
- "_LSEAACEDEDSASEGLGELFLDGLSTENPHGAR_"
- ],
- [
- 7136,
- 3,
- 13,
- 4,
- 0.17103,
- "_LSDLVNTAILIALNKR_"
- ],
- [
- 36440,
- 2,
- 14,
- 4,
- 0.18526,
- "_IGIIGGTGLDDPEILEGR_"
- ],
- [
- 32909,
- 2,
- 11,
- 3,
- 0.14254,
- "_IFLLTNNNLLLADQK_"
- ],
- [
- 30599,
- 2,
- 20,
- 4,
- 0.27075,
- "_GAGTNEDALIEILTTR_"
- ],
- [
- 37679,
- 2,
- 11,
- 3,
- 0.14254,
- "_QQPPAVQFVPPLPEWK_"
- ],
- [
- 28565,
- 2,
- 23,
- 6,
- 0.31351,
- "_DSLLQDGEFSMDLR_"
- ],
- [
- 32819,
- 3,
- 12,
- 6,
- 0.15681,
- "_AATTGHVIDIYACALDQTGLLEMK_"
- ],
- [
- 21692,
- 2,
- 16,
- 2,
- 0.21378,
- "_LAEGVQLLCLIDK_"
- ],
- [
- 49284,
- 3,
- 15,
- 6,
- 0.19953,
- "_GADHSSAPPADGDDEEMMATEVTPSAMAELTDLGK_"
- ],
- [
- 41933,
- 3,
- 15,
- 6,
- 0.19953,
- "_QELEQHSVDTASTSDAVTFITYVQSLK_"
- ],
- [
- 43324,
- 2,
- 15,
- 3,
- 0.19953,
- "_GDQFVFYEDWGENMVSK_"
- ],
- [
- 28722,
- 2,
- 16,
- 5,
- 0.21378,
- "_SVLDAAQIVGLNCLR_"
- ],
- [
- 11898,
- 2,
- 22,
- 6,
- 0.29928,
- "_SLDLDGIIAEVK_"
- ],
- [
- 32050,
- 3,
- 19,
- 6,
- 0.25652,
- "_VLQASVLDDWFPLQGGQGQVHLR_"
- ],
- [
- 14616,
- 3,
- 15,
- 5,
- 0.19953,
- "_MNGFIDQIDGIVHFETR_"
- ],
- [
- 44752,
- 4,
- 12,
- 7,
- 0.15681,
- "_MCWYVHPQVLQSFQQEHLPVPCQWSYVTSVPSAPK_"
- ],
- [
- 50096,
- 3,
- 24,
- 8,
- 0.32775,
- "_LADDVDLEQVANETHGHVGADLAALCSEAALQAIR_"
- ],
- [
- 28590,
- 2,
- 7,
- 2,
- 0.085518,
- "_AYLCTITGFILPEK_"
- ],
- [
- 31081,
- 3,
- 19,
- 6,
- 0.25652,
- "_LPEADDIQYPSMLLLTADHDDR_"
- ],
- [
- 12293,
- 3,
- 14,
- 4,
- 0.18526,
- "_ISFEEFCAVVGGLDIHK_"
- ],
- [
- 21439,
- 3,
- 14,
- 5,
- 0.18526,
- "_MLSELPALGISGIRPTYILR_"
- ],
- [
- 47351,
- 2,
- 5,
- 2,
- 0.056982,
- "_GEMDSFSLISDSAYVAQNAAR_"
- ],
- [
- 6294,
- 2,
- 8,
- 3,
- 0.099771,
- "_LNYLDILMR_"
- ],
- [
- 33505,
- 2,
- 14,
- 6,
- 0.18526,
- "_GVAFVGGFSYADVLGSAK_"
- ],
- [
- 22797,
- 2,
- 14,
- 5,
- 0.18526,
- "_GDFLALDLGGTNFR_"
- ],
- [
- 40432,
- 2,
- 10,
- 4,
- 0.12828,
- "_SSGNLIPLVQSSVMSDALK_"
- ],
- [
- 29807,
- 2,
- 12,
- 4,
- 0.15676,
- "_GAMGIMLVYDITNEK_"
- ],
- [
- 49437,
- 2,
- 13,
- 4,
- 0.17104,
- "_YGLGYQLCDNSVGVLFNDSTR_"
- ],
- [
- 32709,
- 2,
- 13,
- 6,
- 0.17104,
- "_AAYNVTLLNFMDPQK_"
- ],
- [
- 24375,
- 4,
- 13,
- 4,
- 0.17104,
- "_QACEDHVQAQILPFREDSLDSVLFLK_"
- ],
- [
- 15003,
- 3,
- 14,
- 3,
- 0.18526,
- "_PKLPEDPLLSGLLDSPALK_"
- ],
- [
- 39647,
- 2,
- 15,
- 5,
- 0.19949,
- "_TYAFSENPLPTVEIAIR_"
- ],
- [
- 51374,
- 2,
- 8,
- 3,
- 0.099747,
- "_AVEFQEAQAYADDNSLLFMETSAK_"
- ],
- [
- 12678,
- 4,
- 14,
- 7,
- 0.18526,
- "_SMLDIVEHDLLKPHLPSVTYLR_"
- ],
- [
- 18806,
- 4,
- 12,
- 5,
- 0.15676,
- "_EAQTLCDELSVLIGEQYLKDELKK_"
- ],
- [
- 49026,
- 2,
- 15,
- 7,
- 0.19949,
- "_VQTDPPSVPICDLYPNGVFPK_"
- ],
- [
- 36532,
- 2,
- 15,
- 2,
- 0.19949,
- "_FSQLAEAYEVLSDEVK_"
- ],
- [
- 46508,
- 3,
- 18,
- 6,
- 0.24227,
- "_GSWAQPVDTGVSEASLGDGEPHIPSLLSMSTR_"
- ],
- [
- 14849,
- 3,
- 10,
- 4,
- 0.12825,
- "_AVLGTLLNLMEDPDKDVR_"
- ],
- [
- 34064,
- 3,
- 14,
- 6,
- 0.18526,
- "_RLPVTNEMVHNLVAIELAYINTK_"
- ],
- [
- 37569,
- 2,
- 16,
- 5,
- 0.21376,
- "_GEETPVIVGSALCALEGR_"
- ],
- [
- 26662,
- 2,
- 11,
- 4,
- 0.14251,
- "_IEVFVQTLLHLAAK_"
- ],
- [
- 49486,
- 3,
- 16,
- 4,
- 0.21376,
- "_LKPAFIKPYGTVTAANSSFLTDGASAMLIMAEEK_"
- ],
- [
- 26825,
- 2,
- 11,
- 3,
- 0.14251,
- "_QLAWVGDGVWVSIR_"
- ],
- [
- 43259,
- 2,
- 11,
- 3,
- 0.14251,
- "_EDENSWFNLFVIHQNR_"
- ],
- [
- 32527,
- 2,
- 11,
- 4,
- 0.14251,
- "_ALDLVSDPEYINLMK_"
- ],
- [
- 8634,
- 3,
- 12,
- 3,
- 0.15677,
- "_GTSIVVPEPLHFLLPGK_"
- ],
- [
- 25227,
- 3,
- 13,
- 4,
- 0.17103,
- "_FAVPESDHLTYLNVYLQWK_"
- ],
- [
- 45621,
- 2,
- 9,
- 3,
- 0.11401,
- "_VNSVSSGLAEEDLETLLQSR_"
- ],
- [
- 17618,
- 3,
- 13,
- 5,
- 0.17103,
- "_PDITHQSLLMLMDSPLNR_"
- ],
- [
- 27826,
- 3,
- 12,
- 4,
- 0.15677,
- "_LKGEENTVMIDYVLPDFSTIK_"
- ],
- [
- 7670,
- 4,
- 7,
- 3,
- 0.085472,
- "_QIPVHPVPDPLVHEVLNLAFK_"
- ],
- [
- 6103,
- 2,
- 13,
- 4,
- 0.17103,
- "_VLVYELLLGK_"
- ],
- [
- 29269,
- 2,
- 11,
- 3,
- 0.14251,
- "_FGIDDQDYLVSLTR_"
- ],
- [
- 26018,
- 2,
- 7,
- 3,
- 0.085472,
- "_ILIFQTDFEDGIR_"
- ],
- [
- 49319,
- 3,
- 13,
- 7,
- 0.17103,
- "_TYSHLNIAGLVGSIDNDFCGTDMTIGTDSALHR_"
- ],
- [
- 10549,
- 3,
- 12,
- 5,
- 0.15677,
- "_AVFDNLIQLEHLNIVK_"
- ],
- [
- 42360,
- 3,
- 11,
- 7,
- 0.14251,
- "_HIADLAGNPDLILPVPAFNVINGGSHAGNK_"
- ],
- [
- 18269,
- 3,
- 16,
- 6,
- 0.21375,
- "_WLAVDYENVRPDIVLLGK_"
- ],
- [
- 51323,
- 2,
- 11,
- 7,
- 0.14251,
- "_TYLLDGSCMVEESGTLESQLEATK_"
- ],
- [
- 16839,
- 3,
- 9,
- 4,
- 0.11401,
- "_AGYAFEYLIETLNDSSHK_"
- ],
- [
- 19417,
- 2,
- 9,
- 3,
- 0.11401,
- "_LWEFFQVDVNK_"
- ],
- [
- 33101,
- 3,
- 16,
- 7,
- 0.21375,
- "_ETCSLWPGQALSLQVEQLLHHR_"
- ],
- [
- 9773,
- 3,
- 9,
- 2,
- 0.11401,
- "_LHLFPDEYIPEDILK_"
- ],
- [
- 21237,
- 2,
- 15,
- 3,
- 0.19952,
- "_AICIEEIGIWMK_"
- ],
- [
- 41248,
- 3,
- 28,
- 7,
- 0.38471,
- "_FWEVISDEHGIDPAGGYVGDSALQLER_"
- ],
- [
- 43730,
- 2,
- 28,
- 7,
- 0.38471,
- "_ALSVGNIDDALQCYSEAIK_"
- ],
- [
- 10778,
- 3,
- 15,
- 6,
- 0.19952,
- "_ILDDDTIITTLENLKR_"
- ],
- [
- 8077,
- 2,
- 14,
- 4,
- 0.1853,
- "_DFDFVPPVVR_"
- ],
- [
- 4552,
- 2,
- 21,
- 5,
- 0.28501,
- "_LLLPWLEAR_"
- ],
- [
- 35529,
- 2,
- 23,
- 6,
- 0.31352,
- "_LFIGGLSFETTEESLR_"
- ],
- [
- 18513,
- 3,
- 10,
- 5,
- 0.12826,
- "_VKYEETVFYGLQYILNK_"
- ],
- [
- 19282,
- 2,
- 20,
- 4,
- 0.27075,
- "_IIGIMEEVADGFK_"
- ],
- [
- 51326,
- 3,
- 9,
- 6,
- 0.11401,
- "_(Acetyl (Protein N-term))ATEHVNGNGTEEPMDTTSAVIHSENFQTLLDAGLPQK_"
- ],
- [
- 29364,
- 2,
- 34,
- 6,
- 0.47021,
- "_TFVNITPAEVGVLVGK_"
- ],
- [
- 35106,
- 4,
- 22,
- 7,
- 0.29924,
- "_LKPAFIKPYGTVTAANSSFLTDGASAMLIMAEEK_"
- ],
- [
- 30432,
- 4,
- 14,
- 7,
- 0.1853,
- "_NIDLATPLHHTWTYQALVHDVLDFHLNR_"
- ],
- [
- 30956,
- 3,
- 14,
- 4,
- 0.1853,
- "_GLGGLEGTHQALDLLAGGMMPEEVK_"
- ],
- [
- 50462,
- 2,
- 10,
- 6,
- 0.12828,
- "_LPQGSLVPYMPNAVEQASEAVYK_"
- ],
- [
- 19558,
- 3,
- 14,
- 6,
- 0.1853,
- "_KFDVSIDMPDLLDINHLR_"
- ],
- [
- 12558,
- 3,
- 14,
- 4,
- 0.1853,
- "_TVHYLPILFIDQLSNR_"
- ],
- [
- 6088,
- 2,
- 11,
- 3,
- 0.14253,
- "_MPMIWLDLK_"
- ],
- [
- 14627,
- 2,
- 13,
- 4,
- 0.17104,
- "_GYMDLMPFINK_"
- ],
- [
- 25074,
- 2,
- 11,
- 4,
- 0.14253,
- "_NAGAFGFNISFLCK_"
- ],
- [
- 46829,
- 3,
- 20,
- 7,
- 0.2708,
- "_YVGFDSWDKYQMGDQNVYPGPIDNSGLLK_"
- ],
- [
- 7801,
- 2,
- 12,
- 6,
- 0.15678,
- "_LNMILVQILK_"
- ],
- [
- 15341,
- 2,
- 15,
- 3,
- 0.19957,
- "_DPWDAVLLEER_"
- ],
- [
- 34384,
- 2,
- 15,
- 3,
- 0.19957,
- "_FIPGSALNGMVEMMDR_"
- ],
- [
- 51358,
- 2,
- 12,
- 7,
- 0.15678,
- "_VWGNVGTVEWADPIEDPDPEVM(Oxidation (M))AK_"
- ],
- [
- 8281,
- 3,
- 13,
- 4,
- 0.17104,
- "_LYTVDLESGLHYLLR_"
- ],
- [
- 21830,
- 2,
- 19,
- 6,
- 0.25654,
- "_SGVLDESTIATILR_"
- ],
- [
- 46181,
- 2,
- 15,
- 6,
- 0.19957,
- "_DQGSCGSCWAFGAVEAISDR_"
- ],
- [
- 36467,
- 2,
- 10,
- 2,
- 0.12828,
- "_VFVPLPGSTVMLCDYK_"
- ],
- [
- 22336,
- 3,
- 14,
- 5,
- 0.1853,
- "_LGRPLEPILYNDILYTLPK_"
- ],
- [
- 28321,
- 2,
- 22,
- 6,
- 0.29928,
- "_DLLIAYYDVDYEK_"
- ],
- [
- 38608,
- 2,
- 13,
- 4,
- 0.17104,
- "_LENWITSLAESQLQTR_"
- ],
- [
- 24783,
- 2,
- 14,
- 3,
- 0.1853,
- "_LAGFLDLTEQEFR_"
- ],
- [
- 36401,
- 3,
- 16,
- 6,
- 0.21379,
- "_(Acetyl (Protein N-term))MENGYTYEDYKNTAEWLLSHTK_"
- ],
- [
- 41186,
- 3,
- 12,
- 5,
- 0.15678,
- "_NLSMPLELICSDEHMQGSGSLAQAVIR_"
- ],
- [
- 39033,
- 4,
- 13,
- 7,
- 0.17101,
- "_EGDQIVGATIYFDNLQSGEVTQLLNTM(Oxidation (M))GHHTVGLK_"
- ],
- [
- 43762,
- 2,
- 14,
- 5,
- 0.18527,
- "_ILTATVDNANILLQIDNAR_"
- ],
- [
- 29426,
- 3,
- 13,
- 4,
- 0.17101,
- "_DNFHGLAIFLDTYPNDETTER_"
- ],
- [
- 42831,
- 2,
- 10,
- 5,
- 0.12823,
- "_PTPQDSPIFLPVDDTSFR_"
- ],
- [
- 15698,
- 3,
- 14,
- 6,
- 0.18527,
- "_TPLLDDPVFIHPSSVLFK_"
- ],
- [
- 51057,
- 2,
- 21,
- 7,
- 0.28502,
- "_IITITGTQDQIQNAQYLLQNSVK_"
- ],
- [
- 30494,
- 2,
- 14,
- 4,
- 0.18527,
- "_MATDFAENELDLFR_"
- ],
- [
- 29850,
- 2,
- 13,
- 2,
- 0.17101,
- "_VDNAYWLWTFQGR_"
- ],
- [
- 29937,
- 2,
- 23,
- 3,
- 0.3135,
- "_GTVPDDAVEALADSLGK_"
- ],
- [
- 29753,
- 4,
- 13,
- 6,
- 0.17101,
- "_YTDPHNPHSPFNTAVADYWMPVDLYIGGK_"
- ],
- [
- 38008,
- 2,
- 10,
- 4,
- 0.12823,
- "_VEFATLQEALAHALTEK_"
- ],
- [
- 24029,
- 2,
- 17,
- 5,
- 0.24224,
- "_NLVDPFVEVSFAGK_"
- ],
- [
- 35086,
- 2,
- 12,
- 6,
- 0.15676,
- "_SGDLYTQAAEAAMEAMK_"
- ],
- [
- 43855,
- 3,
- 9,
- 6,
- 0.11397,
- "_ELEDDEQFVSLYGTEEYLHPDMYER_"
- ],
- [
- 43656,
- 3,
- 16,
- 6,
- 0.21379,
- "_MPFGELMFESSSSCGWVHGVCFSASGSR_"
- ],
- [
- 24041,
- 3,
- 15,
- 3,
- 0.19952,
- "_ESCKPIWWPEDIPWANVR_"
- ],
- [
- 20386,
- 2,
- 16,
- 3,
- 0.21379,
- "_GNSIIMLEALERV_"
- ],
- [
- 30146,
- 2,
- 20,
- 4,
- 0.27077,
- "_IVEPYVTWGFPNLK_"
- ],
- [
- 42317,
- 2,
- 15,
- 4,
- 0.19952,
- "_IGPSILNSDLANLGAECLR_"
- ],
- [
- 33459,
- 2,
- 16,
- 4,
- 0.21379,
- "_AIWNVINWENVTER_"
- ],
- [
- 41709,
- 2,
- 10,
- 5,
- 0.12823,
- "_QIISILESMSNDTSLPDK_"
- ],
- [
- 37167,
- 2,
- 7,
- 3,
- 0.085464,
- "_QMMSELLFECYGIPK_"
- ],
- [
- 35224,
- 2,
- 15,
- 5,
- 0.19952,
- "_GMFEVLEPLHAMMER_"
- ],
- [
- 26600,
- 2,
- 11,
- 5,
- 0.1425,
- "_FFTDDLFQYAGEK_"
- ],
- [
- 41434,
- 2,
- 12,
- 6,
- 0.15676,
- "_GELWDTCNIGVPWYDR_"
- ],
- [
- 13321,
- 4,
- 18,
- 8,
- 0.24224,
- "_ETCSLWPGQALSLQVEQLLHHR_"
- ],
- [
- 43550,
- 2,
- 16,
- 5,
- 0.21379,
- "_EIGPNDGFLAQLCQLNDR_"
- ],
- [
- 21055,
- 2,
- 19,
- 3,
- 0.25652,
- "_EDEVQAIATLIEK_"
- ],
- [
- 48167,
- 2,
- 19,
- 4,
- 0.25652,
- "_LTELYNAYVETQDQLLLEK_"
- ],
- [
- 43499,
- 2,
- 11,
- 5,
- 0.1425,
- "_AGYAFEYLIETLNDSSHK_"
- ],
- [
- 31456,
- 2,
- 15,
- 4,
- 0.19952,
- "_DNMSIVLVCFSNAPK_"
- ],
- [
- 22827,
- 3,
- 12,
- 4,
- 0.15676,
- "_VRPEPNGDLDLEAMVAVFGSK_"
- ],
- [
- 36189,
- 3,
- 14,
- 4,
- 0.18527,
- "_CKLELLVGSPASCMELELYGVDDK_"
- ],
- [
- 38954,
- 2,
- 11,
- 3,
- 0.1425,
- "_WLPLEANPEVTNQFLK_"
- ],
- [
- 50988,
- 2,
- 14,
- 6,
- 0.18527,
- "_TFSHELSDFGLESTAGEIPVVAIR_"
- ],
- [
- 45948,
- 2,
- 12,
- 4,
- 0.15677,
- "_ETEHCVSLSLAQLSATIFR_"
- ],
- [
- 24343,
- 2,
- 13,
- 5,
- 0.17102,
- "_DGVTVAVISGEALGIK_"
- ],
- [
- 50918,
- 3,
- 14,
- 7,
- 0.18527,
- "_KGSITSVQAIYVPADDLTDPAPATTFAHLDATTVLSR_"
- ],
- [
- 19906,
- 2,
- 11,
- 3,
- 0.1425,
- "_NVIPALELVEPIK_"
- ],
- [
- 28394,
- 2,
- 13,
- 4,
- 0.17102,
- "_FKPIEQLLGFTPSSG_"
- ],
- [
- 40280,
- 3,
- 12,
- 7,
- 0.15677,
- "_GVLTNPNCEFEANYVAIHTLATWYK_"
- ],
- [
- 51196,
- 2,
- 13,
- 7,
- 0.17102,
- "_AVEMTDQLMVPTLGSQEGAFENVR_"
- ],
- [
- 43056,
- 3,
- 8,
- 3,
- 0.099728,
- "_QFAPIHAEAPEFM(Oxidation (M))EMSVEQEILVTGIK_"
- ],
- [
- 37534,
- 2,
- 16,
- 4,
- 0.21379,
- "_VYVAESLISSAGEGLFSK_"
- ],
- [
- 38154,
- 3,
- 9,
- 5,
- 0.11399,
- "_EAVDMTCHGEPSLYNSLSMAMQTLK_"
- ],
- [
- 39481,
- 2,
- 17,
- 5,
- 0.22806,
- "_SETEEMGDEEVFSWLK_"
- ],
- [
- 40882,
- 2,
- 9,
- 3,
- 0.11399,
- "_LTDASWYTVVFDDGDEK_"
- ],
- [
- 42273,
- 3,
- 19,
- 4,
- 0.25651,
- "_TIHSEQAVFDIYYPTEQVTIQVLPPK_"
- ],
- [
- 20073,
- 3,
- 20,
- 2,
- 0.27078,
- "_AHQANQLYPFAISLIESVR_"
- ],
- [
- 9853,
- 2,
- 16,
- 4,
- 0.21379,
- "_ILDLIDDAWR_"
- ],
- [
- 18764,
- 2,
- 10,
- 2,
- 0.12823,
- "_QLLDSGLPSLLVR_"
- ],
- [
- 11116,
- 3,
- 10,
- 5,
- 0.12823,
- "_NEEDAAELVALAQAVNAR_"
- ],
- [
- 43044,
- 2,
- 10,
- 4,
- 0.12823,
- "_FLIDNGVSLDSFSQAAAER_"
- ],
- [
- 17882,
- 2,
- 21,
- 5,
- 0.28503,
- "_FSPIPFPPLSYK_"
- ],
- [
- 36577,
- 3,
- 22,
- 9,
- 0.29929,
- "_DATNVGDEGGFAPNILENKEGLELLK_"
- ],
- [
- 40062,
- 3,
- 8,
- 3,
- 0.099728,
- "_SQQAVLTPQFLHVITSNNLQCFTVR_"
- ],
- [
- 51314,
- 2,
- 10,
- 4,
- 0.12823,
- "_LTSDPTDIPVVCLESDNGNIMIQK_"
- ],
- [
- 34926,
- 4,
- 15,
- 7,
- 0.19953,
- "_MTIAGTTDTPTDVTHHPIPSEEDINFILNEVR_"
- ],
- [
- 35734,
- 2,
- 15,
- 4,
- 0.19953,
- "_GISDPLTVFEQTEAAAR_"
- ],
- [
- 37485,
- 3,
- 16,
- 6,
- 0.2138,
- "_EGNDKDFTLNDFGFMIFHSPYCK_"
- ],
- [
- 47519,
- 2,
- 8,
- 4,
- 0.099749,
- "_WSPDLPVCAPITCPPPPIPK_"
- ],
- [
- 48370,
- 2,
- 15,
- 4,
- 0.19954,
- "_EYLCNLHGFVDIETPTLFK_"
- ],
- [
- 31181,
- 2,
- 12,
- 4,
- 0.15676,
- "_EGLISQDGSSLEALLR_"
- ],
- [
- 26672,
- 3,
- 17,
- 6,
- 0.22805,
- "_FSSDELQILTYQLCHTYVR_"
- ],
- [
- 6631,
- 2,
- 12,
- 3,
- 0.15676,
- "_ILMDLDVVLK_"
- ],
- [
- 32074,
- 4,
- 9,
- 4,
- 0.11399,
- "_AAALATVNAWAEQTGMKEWLEGEDLSEELKK_"
- ],
- [
- 22007,
- 2,
- 9,
- 3,
- 0.11399,
- "_WFIQQEMDLLR_"
- ],
- [
- 47760,
- 2,
- 14,
- 6,
- 0.18529,
- "_SLTFSPDSQLLVTASDDGYIK_"
- ],
- [
- 38080,
- 3,
- 13,
- 5,
- 0.17103,
- "_PLHQLATDSTFSLDQPGGTLDLTLIR_"
- ],
- [
- 18379,
- 2,
- 14,
- 3,
- 0.18529,
- "_DLLMNLGQEITR_"
- ],
- [
- 36528,
- 2,
- 13,
- 7,
- 0.17103,
- "_EEYNGVIEEFLATGEK_"
- ],
- [
- 22265,
- 2,
- 10,
- 3,
- 0.12825,
- "_GYEENYFFIFR_"
- ],
- [
- 29242,
- 2,
- 14,
- 4,
- 0.18529,
- "_AFIITLNSFGTELSK_"
- ],
- [
- 40593,
- 2,
- 26,
- 5,
- 0.35627,
- "_FLDGNEMTLADCNLLPK_"
- ],
- [
- 30573,
- 3,
- 12,
- 4,
- 0.15676,
- "_GDDILTILTEVNYEVSNKDDKK_"
- ],
- [
- 29820,
- 2,
- 12,
- 4,
- 0.15676,
- "_LMLPPPPLTASGVFSK_"
- ],
- [
- 30693,
- 3,
- 14,
- 7,
- 0.18529,
- "_GLFYCMWMQDKPLLQEELGR_"
- ],
- [
- 43823,
- 2,
- 8,
- 5,
- 0.099749,
- "_ALNVVQSVLQINLSNSTNR_"
- ],
- [
- 20683,
- 3,
- 16,
- 6,
- 0.2138,
- "_AGYTDKVVIGMDVAASEFFR_"
- ],
- [
- 35715,
- 3,
- 13,
- 6,
- 0.17103,
- "_RFESIPDMLELDHLTVSGDVTFGK_"
- ],
- [
- 40645,
- 4,
- 16,
- 7,
- 0.2138,
- "_GPLLAQEMPTVSVLEYALPQRPPQGPEDDRDLSER_"
- ],
- [
- 35440,
- 2,
- 8,
- 3,
- 0.099749,
- "_LSPPECLNASLLGGVLR_"
- ],
- [
- 25565,
- 2,
- 10,
- 4,
- 0.12825,
- "_LLLQQLEATLETGK_"
- ],
- [
- 34806,
- 2,
- 17,
- 5,
- 0.22805,
- "_TLQLLNDLSIGYSSVR_"
- ],
- [
- 40804,
- 2,
- 11,
- 5,
- 0.1425,
- "_ILSMVNTDDVNAIILAQK_"
- ],
- [
- 3226,
- 2,
- 11,
- 3,
- 0.1425,
- "_EFLIALLEK_"
- ],
- [
- 10141,
- 2,
- 15,
- 4,
- 0.19954,
- "_GDFILVGDLMR_"
- ],
- [
- 10723,
- 3,
- 17,
- 3,
- 0.22805,
- "_VEFATLQEALAHALTEK_"
- ],
- [
- 16494,
- 3,
- 14,
- 6,
- 0.18529,
- "_EDENSWFNLFVIHQNR_"
- ],
- [
- 45274,
- 2,
- 14,
- 3,
- 0.18529,
- "_TGGQVPDTNYIFMGDFVDR_"
- ],
- [
- 44397,
- 2,
- 11,
- 4,
- 0.1425,
- "_LINQVLELQHTLEDLSAR_"
- ],
- [
- 47993,
- 2,
- 15,
- 4,
- 0.19954,
- "_GESPLTDCYGPFSGQLIATMK_"
- ],
- [
- 11412,
- 2,
- 10,
- 3,
- 0.12825,
- "_EDVMNILDWK_"
- ],
- [
- 5042,
- 2,
- 14,
- 3,
- 0.18528,
- "_DMILQFISR_"
- ],
- [
- 48987,
- 3,
- 14,
- 7,
- 0.18528,
- "_QTFIGHESDINAVAFFPNGYAFTTGSDDATCR_"
- ],
- [
- 45604,
- 3,
- 6,
- 2,
- 0.071272,
- "_APSAEVEMTAYVILAHVTAQPAPNPEDLKR_"
- ],
- [
- 30686,
- 3,
- 13,
- 6,
- 0.17101,
- "_CSDGWGFDATTLDEHGNMLFLK_"
- ],
- [
- 32803,
- 3,
- 11,
- 5,
- 0.1425,
- "_GFGFVEFEDPRDADDAVYELDGK_"
- ],
- [
- 21680,
- 2,
- 12,
- 4,
- 0.15674,
- "_LAEYFIGDVFAAR_"
- ],
- [
- 47485,
- 2,
- 12,
- 4,
- 0.15674,
- "_VVCICLGNPPETFTWEYR_"
- ],
- [
- 33300,
- 2,
- 13,
- 5,
- 0.17101,
- "_ELLFHPALFEVPSLK_"
- ],
- [
- 38799,
- 2,
- 12,
- 2,
- 0.15674,
- "_WAFSMYDLDGNGYISR_"
- ],
- [
- 31740,
- 3,
- 12,
- 3,
- 0.15674,
- "_IKDAFDRNPELQNLLLDDFFK_"
- ],
- [
- 30015,
- 3,
- 12,
- 5,
- 0.15674,
- "_LLPAPSFSLDDMDVDKDPGGMLR_"
- ],
- [
- 35867,
- 2,
- 14,
- 6,
- 0.18528,
- "_YCYLQNEVFGLFQK_"
- ],
- [
- 34146,
- 2,
- 12,
- 2,
- 0.15674,
- "_MCDFGISGYLVDSVAK_"
- ],
- [
- 9316,
- 2,
- 11,
- 4,
- 0.1425,
- "_DVVGGLMAWAAK_"
- ],
- [
- 6693,
- 3,
- 13,
- 4,
- 0.17101,
- "_ELLFHPALFEVPSLK_"
- ],
- [
- 32355,
- 3,
- 13,
- 3,
- 0.17101,
- "_(Acetyl (Protein N-term))AQHFSLAACDVVGFDLDHTLCR_"
- ],
- [
- 37706,
- 3,
- 11,
- 4,
- 0.1425,
- "_EVDEDTTVTIPSAVYVAQLYHQVSK_"
- ],
- [
- 21863,
- 3,
- 11,
- 3,
- 0.1425,
- "_VLHEEHVELLMEEFAFLK_"
- ],
- [
- 50106,
- 2,
- 11,
- 5,
- 0.1425,
- "_FVHLLDQSDQDFQEELDLMK_"
- ],
- [
- 37319,
- 3,
- 13,
- 5,
- 0.17101,
- "_AEQPDGLILGMGGQTALNCGVELFKR_"
- ],
- [
- 24444,
- 3,
- 14,
- 6,
- 0.18528,
- "_EYLCNLHGFVDIETPTLFK_"
- ],
- [
- 4735,
- 2,
- 15,
- 5,
- 0.19953,
- "_WFDFPFTR_"
- ],
- [
- 14528,
- 3,
- 17,
- 2,
- 0.22805,
- "_GVLSTLIAGPVVEISHQLR_"
- ],
- [
- 30987,
- 2,
- 20,
- 6,
- 0.27079,
- "_VLQEALCVISGVPGLK_"
- ],
- [
- 33620,
- 2,
- 20,
- 5,
- 0.27079,
- "_IMEGPAFNFLDAPAVR_"
- ],
- [
- 33635,
- 2,
- 17,
- 5,
- 0.22805,
- "_DLKPPNLLLVAGGTVLK_"
- ],
- [
- 31894,
- 4,
- 15,
- 5,
- 0.19953,
- "_LDNLHSCFCALQALIDSCAGPGSLATEPHVR_"
- ],
- [
- 21920,
- 2,
- 15,
- 4,
- 0.19953,
- "_EPESFPFVILGNK_"
- ],
- [
- 23837,
- 2,
- 16,
- 3,
- 0.21378,
- "_NILEESLCELVAK_"
- ],
- [
- 35435,
- 3,
- 16,
- 7,
- 0.21378,
- "_HVPVVYVDYPGPASLTQIYGTFNR_"
- ],
- [
- 33533,
- 4,
- 15,
- 8,
- 0.19953,
- "_DPTVHDDVLELEMDELNRHECMAPLTALVK_"
- ],
- [
- 35751,
- 3,
- 18,
- 8,
- 0.2423,
- "_EQALSTLQLEHTSTQALVSELLPAK_"
- ],
- [
- 45285,
- 4,
- 15,
- 7,
- 0.19953,
- "_DGGELLCCDTCPSSYHIHCLNPPLPEIPNGEWLCPR_"
- ],
- [
- 8160,
- 3,
- 17,
- 4,
- 0.22805,
- "_TLLAHAIAGELDLPILK_"
- ],
- [
- 16758,
- 2,
- 18,
- 5,
- 0.2423,
- "_ELSDFISYLQR_"
- ],
- [
- 35341,
- 2,
- 17,
- 3,
- 0.22805,
- "_QAVTPPGLQEAINDLVK_"
- ],
- [
- 42336,
- 2,
- 18,
- 2,
- 0.2423,
- "_YYGGAEVVDEIELLCQR_"
- ],
- [
- 46834,
- 2,
- 14,
- 5,
- 0.18528,
- "_DLFDLNSSEEDDTEGFSER_"
- ],
- [
- 35368,
- 2,
- 14,
- 4,
- 0.18528,
- "_TDSDEEVAMLLDTVQK_"
- ],
- [
- 11819,
- 2,
- 18,
- 6,
- 0.2423,
- "_DLEEFFSTVGK_"
- ],
- [
- 11422,
- 2,
- 15,
- 4,
- 0.19953,
- "_QIWLGLFDDR_"
- ],
- [
- 44803,
- 2,
- 20,
- 4,
- 0.27079,
- "_SSYDVFQLEFNDGAYNIK_"
- ],
- [
- 7576,
- 2,
- 17,
- 3,
- 0.22803,
- "_KIDYSWIAAL_"
- ],
- [
- 26455,
- 2,
- 17,
- 5,
- 0.22803,
- "_LLDNWDTLASTLSK_"
- ],
- [
- 32270,
- 3,
- 13,
- 4,
- 0.171,
- "_LEQLILSDTGISSLHFPDAGIGCK_"
- ],
- [
- 43618,
- 2,
- 12,
- 3,
- 0.15675,
- "_EDSPGLLQFEVCPLSESR_"
- ],
- [
- 34692,
- 4,
- 18,
- 8,
- 0.2423,
- "_TYSHLNIAGLVGSIDNDFCGTDMTIGTDSALHR_"
- ],
- [
- 37165,
- 4,
- 18,
- 9,
- 0.2423,
- "_RPYGVGLLIAGYDDMGPHIFQTCPSANYFDCR_"
- ],
- [
- 23499,
- 4,
- 18,
- 6,
- 0.2423,
- "_HIADLAGNPDLILPVPAFNVINGGSHAGNK_"
- ],
- [
- 12411,
- 2,
- 18,
- 4,
- 0.2423,
- "_LMDSMVAEFLK_"
- ],
- [
- 46899,
- 2,
- 13,
- 4,
- 0.171,
- "_QLAQFCNITTCLAVGGLDVK_"
- ],
- [
- 28869,
- 4,
- 13,
- 3,
- 0.171,
- "_FIQVDICAEELGNNVKPAVTLLGNIHAVTK_"
- ],
- [
- 32658,
- 2,
- 13,
- 4,
- 0.171,
- "_GFTTAILTNTWLDDR_"
- ],
- [
- 37582,
- 2,
- 11,
- 4,
- 0.14249,
- "_LGGFGVAIQLGESGLVAGGR_"
- ],
- [
- 32204,
- 2,
- 19,
- 7,
- 0.25655,
- "_IIGATDSSGELMFLMK_"
- ],
- [
- 28937,
- 2,
- 21,
- 5,
- 0.28505,
- "_VYEIPGLEPITFAGK_"
- ],
- [
- 12074,
- 4,
- 15,
- 6,
- 0.19953,
- "_IKDAFDRNPELQNLLLDDFFK_"
- ],
- [
- 39265,
- 2,
- 11,
- 4,
- 0.14249,
- "_FDTQLFHTIGVEFLNK_"
- ],
- [
- 18003,
- 4,
- 16,
- 6,
- 0.21379,
- "_VVTTPAFMCETALHYIHDGIGAMVR_"
- ],
- [
- 21372,
- 2,
- 28,
- 4,
- 0.38477,
- "_SFPDFPTPGVVFR_"
- ],
- [
- 24936,
- 3,
- 9,
- 4,
- 0.11402,
- "_QSVHIVENEIQASIDQIFSR_"
- ],
- [
- 43689,
- 2,
- 9,
- 6,
- 0.11402,
- "_EFDYVFSIDVNEGGPSYK_"
- ],
- [
- 21941,
- 4,
- 17,
- 4,
- 0.22803,
- "_VSIEPNFHSLYSNFLDTLKNPEFNK_"
- ],
- [
- 47813,
- 2,
- 11,
- 4,
- 0.14249,
- "_IFDYSPLDPTQDFNTQMTK_"
- ],
- [
- 9972,
- 2,
- 13,
- 2,
- 0.17099,
- "_IPILSTFLTAR_"
- ],
- [
- 35494,
- 2,
- 11,
- 3,
- 0.14249,
- "_EAVLDAHFLVLASDLGK_"
- ],
- [
- 25899,
- 3,
- 15,
- 5,
- 0.1995,
- "_VFIGEFAYTYAAMYDKGPFR_"
- ],
- [
- 40471,
- 2,
- 13,
- 6,
- 0.17099,
- "_VQSSYLHSLLEMGELLK_"
- ],
- [
- 41697,
- 3,
- 14,
- 6,
- 0.18524,
- "_HVDAHATLNDGVVVQVMGLLSNNNQALR_"
- ],
- [
- 39895,
- 2,
- 11,
- 3,
- 0.14249,
- "_NYPNTFWMNPQYLIK_"
- ],
- [
- 24364,
- 2,
- 11,
- 2,
- 0.14249,
- "_NEWDPIIEWAEK_"
- ],
- [
- 46800,
- 2,
- 19,
- 5,
- 0.25654,
- "_IGQPTLLLYVDAGPETMTQR_"
- ],
- [
- 22524,
- 2,
- 16,
- 4,
- 0.21377,
- "_LLEPVVSMSDMLR_"
- ],
- [
- 37854,
- 2,
- 20,
- 5,
- 0.27079,
- "_TEFLSFM(Oxidation (M))NTELAAFTK_"
- ],
- [
- 24069,
- 2,
- 16,
- 5,
- 0.21377,
- "_VLLATLSIPITPER_"
- ],
- [
- 40106,
- 2,
- 16,
- 4,
- 0.21377,
- "_EADESLNFEEQILEAAK_"
- ],
- [
- 36701,
- 2,
- 9,
- 2,
- 0.11403,
- "_DMLAVACVNQWEQLR_"
- ],
- [
- 48497,
- 3,
- 25,
- 10,
- 0.34204,
- "_LFPNSLDQTDMHGDSEYNIMFGPDICGPGTK_"
- ],
- [
- 50859,
- 2,
- 16,
- 8,
- 0.21377,
- "_VLILGSGGLSIGQAGEFDYSGSQAVK_"
- ],
- [
- 20232,
- 3,
- 16,
- 5,
- 0.21377,
- "_SPIIFIGTGEHIDDFEPFK_"
- ],
- [
- 16482,
- 4,
- 24,
- 6,
- 0.32779,
- "_YAHWVVSQPPDTYLKPLMTELLK_"
- ],
- [
- 28023,
- 3,
- 15,
- 5,
- 0.1995,
- "_TFYNLTTVALHDWATYSEMR_"
- ],
- [
- 32218,
- 2,
- 15,
- 7,
- 0.1995,
- "_AITIAGIPQSIIECVK_"
- ],
- [
- 45619,
- 2,
- 7,
- 2,
- 0.085497,
- "_MLLDPM(Oxidation (M))GGIVMTNDGNAILR_"
- ],
- [
- 27936,
- 2,
- 18,
- 4,
- 0.24228,
- "_YFLVGAGAIGCELLK_"
- ],
- [
- 45730,
- 2,
- 12,
- 2,
- 0.15673,
- "_LAQVVDDGAFTAGLAQVSFDK_"
- ],
- [
- 41529,
- 3,
- 15,
- 7,
- 0.1995,
- "_LHLQSTDYGNFLANEASPLTVSVIDDR_"
- ],
- [
- 44216,
- 2,
- 13,
- 3,
- 0.17099,
- "_CFIEEIPDETMVIGNYR_"
- ],
- [
- 27385,
- 3,
- 10,
- 5,
- 0.12826,
- "_KVVSLNGELGDSWIVPLDNLTK_"
- ],
- [
- 16950,
- 3,
- 14,
- 5,
- 0.18524,
- "_LNSLCMAWLVDHVYAIR_"
- ],
- [
- 29941,
- 4,
- 17,
- 5,
- 0.22803,
- "_ELEESHDQHAVLVLQPAVEAFFLVHATER_"
- ],
- [
- 28012,
- 4,
- 12,
- 6,
- 0.15675,
- "_QLHEQAMQFGQLLTHLDTTQQMIANSLK_"
- ],
- [
- 28556,
- 3,
- 13,
- 6,
- 0.171,
- "_FQEYIDAHPETIVLDPLPAIR_"
- ],
- [
- 46518,
- 3,
- 12,
- 7,
- 0.15675,
- "_TPVVTGTGPNFSLGELQGHLAYDLNPASTGLR_"
- ],
- [
- 51268,
- 2,
- 11,
- 5,
- 0.14252,
- "_NWDQEDEAEEVGTFSMASEEVLK_"
- ],
- [
- 33436,
- 4,
- 10,
- 3,
- 0.12829,
- "_GVTACHVALAAYLCGKPDVAVYDGSWSEWFR_"
- ],
- [
- 45156,
- 2,
- 13,
- 6,
- 0.171,
- "_VISLEYEAYLPMAENEVR_"
- ],
- [
- 17999,
- 3,
- 14,
- 3,
- 0.18526,
- "_LINQVLELQHTLEDLSAR_"
- ],
- [
- 34532,
- 2,
- 14,
- 8,
- 0.18526,
- "_IIGATDSCGDLMFLMK_"
- ],
- [
- 18232,
- 3,
- 13,
- 4,
- 0.171,
- "_DKPVYDELFYTLSPINGK_"
- ],
- [
- 36277,
- 3,
- 23,
- 5,
- 0.31355,
- "_YAHWVVSQPPDTYLKPLMTELLK_"
- ],
- [
- 31234,
- 3,
- 12,
- 4,
- 0.15675,
- "_NSCFPTSMHILEGDQGVISSLLK_"
- ],
- [
- 24719,
- 4,
- 26,
- 7,
- 0.3563,
- "_ANDHQGFYLLNSIIEHMPPESVDQYR_"
- ],
- [
- 42609,
- 2,
- 16,
- 7,
- 0.21377,
- "_CSVLPLSQNQEFMPFVK_"
- ],
- [
- 26316,
- 2,
- 17,
- 3,
- 0.22804,
- "_VGDQVWLFIDEPR_"
- ],
- [
- 20860,
- 2,
- 9,
- 2,
- 0.11403,
- "_FLLEYIAPMTEK_"
- ],
- [
- 15181,
- 2,
- 16,
- 4,
- 0.21377,
- "_EDDVFLTELMK_"
- ],
- [
- 27773,
- 3,
- 10,
- 3,
- 0.12829,
- "_AGPSEDREDWVEEPTVLVLLR_"
- ],
- [
- 30220,
- 2,
- 21,
- 6,
- 0.28506,
- "_INEAIVAVQAIIADPK_"
- ],
- [
- 20538,
- 2,
- 20,
- 6,
- 0.27081,
- "_LIQLMEEIMAEK_"
- ],
- [
- 27360,
- 2,
- 9,
- 2,
- 0.11403,
- "_DSGPLFNTDYDILK_"
- ],
- [
- 46588,
- 2,
- 18,
- 6,
- 0.24229,
- "_LGYAGNTEPQFIIPSCIAIK_"
- ],
- [
- 27113,
- 3,
- 12,
- 5,
- 0.15679,
- "_TYTWLGALPVLHCCMELAPR_"
- ],
- [
- 32955,
- 3,
- 10,
- 4,
- 0.1283,
- "_EAFGEQPLQLTTKPDLLAWDPAR_"
- ],
- [
- 25097,
- 2,
- 13,
- 5,
- 0.17102,
- "_FGLEGCEVLIPALK_"
- ],
- [
- 30092,
- 3,
- 14,
- 6,
- 0.18526,
- "_IVGCICEEDNTSVVWFWLHK_"
- ],
- [
- 36646,
- 3,
- 14,
- 6,
- 0.18526,
- "_FNRYPLIIDPSGQATEFIMNEYK_"
- ],
- [
- 27182,
- 2,
- 20,
- 3,
- 0.27081,
- "_DVLDFYNVPIQDR_"
- ],
- [
- 43452,
- 2,
- 9,
- 5,
- 0.11403,
- "_SEDALGLTITDNGAGYAFIK_"
- ],
- [
- 49397,
- 2,
- 10,
- 4,
- 0.1283,
- "_WVSTSVESMDWDSAIQTGFTK_"
- ],
- [
- 4461,
- 2,
- 14,
- 3,
- 0.18526,
- "_YIFDLFYK_"
- ],
- [
- 5136,
- 3,
- 17,
- 4,
- 0.22803,
- "_IFWEVFHELPLEK_"
- ],
- [
- 23670,
- 2,
- 8,
- 4,
- 0.0998,
- "_FANDGSFLQQFLK_"
- ],
- [
- 35628,
- 4,
- 13,
- 8,
- 0.17102,
- "_AVGNIVTGTDEQTQVVLNCDVLSHFPNLLSHPK_"
- ],
- [
- 50370,
- 2,
- 15,
- 6,
- 0.19952,
- "_GMDSGFAGGEDEIYNVYDQAWR_"
- ],
- [
- 23077,
- 4,
- 9,
- 6,
- 0.11403,
- "_TYAQESNVQALEILFTYHGSDLLPHR_"
- ],
- [
- 40536,
- 2,
- 15,
- 6,
- 0.19952,
- "_LVLPAPQISDAELQEVVK_"
- ],
- [
- 34826,
- 2,
- 9,
- 4,
- 0.11403,
- "_EMCLSALANLTWQSR_"
- ],
- [
- 15326,
- 3,
- 19,
- 6,
- 0.25656,
- "_TGLPSTLLAHIWSLCDTK_"
- ],
- [
- 37347,
- 3,
- 19,
- 6,
- 0.25656,
- "_EDSMDMDMSPLRPQNYLFGCELK_"
- ],
- [
- 40293,
- 3,
- 16,
- 6,
- 0.21377,
- "_IEVSTEEAPEEENDFFNSFTTVLHK_"
- ],
- [
- 39684,
- 4,
- 18,
- 9,
- 0.2423,
- "_KGSITSVQAIYVPADDLTDPAPATTFAHLDATTVLSR_"
- ],
- [
- 41129,
- 2,
- 13,
- 3,
- 0.17102,
- "_VVVPIYCTSFLAVEEDK_"
- ],
- [
- 44358,
- 2,
- 19,
- 7,
- 0.25656,
- "_ATSNVFAMFDQSQIQEFK_"
- ],
- [
- 42976,
- 2,
- 11,
- 3,
- 0.14256,
- "_ENPEDVLSPTSVATYLSSK_"
- ],
- [
- 35771,
- 2,
- 12,
- 3,
- 0.15683,
- "_VLGILAM(Oxidation (M))IDEGETDWK_"
- ],
- [
- 30997,
- 3,
- 15,
- 4,
- 0.19954,
- "_FSELSEELLWEYVHSGEPMDK_"
- ],
- [
- 43702,
- 4,
- 13,
- 4,
- 0.17106,
- "_QEPLHSTSYAVNILENISSSESSKPIELDGLPSDQFAK_"
- ],
- [
- 25049,
- 3,
- 14,
- 6,
- 0.18529,
- "_WSMQNFSPQCSIVLLEHLK_"
- ],
- [
- 37275,
- 2,
- 11,
- 4,
- 0.14257,
- "_ALGLVTPAGVLLAGPPGCGK_"
- ],
- [
- 30616,
- 3,
- 13,
- 6,
- 0.17106,
- "_ILHFLQDASIGELTLIPQCSQK_"
- ],
- [
- 48883,
- 2,
- 9,
- 4,
- 0.11407,
- "_NMFHPMDFEDDPLVLNEIR_"
- ],
- [
- 15562,
- 3,
- 10,
- 4,
- 0.1283,
- "_VIQDEEFYTLPFHLIR_"
- ],
- [
- 30869,
- 2,
- 14,
- 5,
- 0.18529,
- "_EVPFADLSNMEIGMK_"
- ],
- [
- 22156,
- 2,
- 14,
- 5,
- 0.18529,
- "_EAELLEPLMPAIR_"
- ],
- [
- 14397,
- 2,
- 14,
- 4,
- 0.18529,
- "_MLVDVFAPEFR_"
- ],
- [
- 13155,
- 3,
- 17,
- 5,
- 0.22804,
- "_VQSSYLHSLLEMGELLK_"
- ],
- [
- 29920,
- 4,
- 10,
- 5,
- 0.1283,
- "_SVFFVGQLEAPQHVVSCDGAVHVWDPFTGK_"
- ],
- [
- 47657,
- 2,
- 8,
- 2,
- 0.099808,
- "_SASSNSAEAGGDTVTLDDILSLK_"
- ],
- [
- 42060,
- 2,
- 17,
- 4,
- 0.22804,
- "_SVSAFAPICNPVLCPWGK_"
- ],
- [
- 14607,
- 2,
- 22,
- 4,
- 0.29934,
- "_TIAALLPCLLDK_"
- ],
- [
- 32097,
- 3,
- 11,
- 6,
- 0.14257,
- "_IDSDDALNHDFFWSDPMPSDLK_"
- ],
- [
- 49367,
- 3,
- 10,
- 6,
- 0.1283,
- "_EDKVPGPLEIPSGMEDAGPGADIIGVNGQGPNLEGK_"
- ],
- [
- 32672,
- 3,
- 10,
- 5,
- 0.1283,
- "_ELFEFVTDPSITHENMDAYLSK_"
- ],
- [
- 48066,
- 2,
- 16,
- 6,
- 0.21379,
- "_HLYTLDGGDIINALCFSPNR_"
- ],
- [
- 7363,
- 2,
- 17,
- 4,
- 0.22804,
- "_DFILPISDVR_"
- ],
- [
- 41379,
- 2,
- 12,
- 5,
- 0.15683,
- "_VVPVSLSEVYLLQCNMK_"
- ],
- [
- 47142,
- 3,
- 17,
- 5,
- 0.22804,
- "_IVKPNGEKPDEFESGISQALLELEMNSDLK_"
- ],
- [
- 41768,
- 2,
- 10,
- 5,
- 0.1283,
- "_DTFYDNFENEPILYGR_"
- ],
- [
- 18491,
- 2,
- 21,
- 4,
- 0.28508,
- "_EWLLGMLGAESAK_"
- ],
- [
- 49757,
- 2,
- 12,
- 5,
- 0.15683,
- "_LLQQQNLPQTGEQELESLVLK_"
- ],
- [
- 22808,
- 3,
- 12,
- 5,
- 0.15683,
- "_LSLVDVSQVSVVHTLQTDFR_"
- ],
- [
- 8766,
- 2,
- 7,
- 2,
- 0.085541,
- "_LVFDMLVLQK_"
- ],
- [
- 19234,
- 2,
- 15,
- 5,
- 0.19954,
- "_SEWSDLLSDLQK_"
- ],
- [
- 34391,
- 3,
- 15,
- 7,
- 0.19954,
- "_VDKDAELVAQWNYCTLSQEILR_"
- ],
- [
- 18257,
- 2,
- 12,
- 6,
- 0.15683,
- "_EALQLWSALQLK_"
- ],
- [
- 19209,
- 3,
- 15,
- 3,
- 0.19954,
- "_NVVHQLSVTLEDLYNGVTK_"
- ],
- [
- 17268,
- 2,
- 15,
- 5,
- 0.19954,
- "_EAFCQLLQLMK_"
- ],
- [
- 19129,
- 3,
- 11,
- 2,
- 0.14257,
- "_HVSLPSFNQLFGLSDPVNR_"
- ],
- [
- 35791,
- 3,
- 12,
- 5,
- 0.15684,
- "_LREPLSGQDVQMVTENWLVLEPR_"
- ],
- [
- 26698,
- 2,
- 14,
- 5,
- 0.18533,
- "_GAMGIMLVYDITNGK_"
- ],
- [
- 4798,
- 2,
- 12,
- 3,
- 0.15684,
- "_ADLTALFLPR_"
- ],
- [
- 20508,
- 4,
- 11,
- 3,
- 0.14257,
- "_GDPLGGCQVSPEGYAHLTHLLMGLASGR_"
- ],
- [
- 21491,
- 2,
- 12,
- 3,
- 0.15684,
- "_MALVLEALPQIAAK_"
- ],
- [
- 43429,
- 2,
- 13,
- 4,
- 0.1711,
- "_VLPFFERPDFQLFTGNK_"
- ],
- [
- 25605,
- 2,
- 9,
- 5,
- 0.11408,
- "_FCTGLTQIETLFK_"
- ],
- [
- 17333,
- 3,
- 11,
- 5,
- 0.14257,
- "_HREDVLSLLETFQLDTR_"
- ],
- [
- 46431,
- 2,
- 8,
- 2,
- 0.09981,
- "_LMLLNMPGQLPQTLSSPSTR_"
- ],
- [
- 11246,
- 2,
- 12,
- 3,
- 0.15684,
- "_VLGLLGALDPYK_"
- ],
- [
- 49797,
- 3,
- 13,
- 6,
- 0.1711,
- "_QVINEGEEPENFFWVGIGAQKPYDDDAEYMK_"
- ],
- [
- 43293,
- 3,
- 27,
- 6,
- 0.37058,
- "_ANDHQGFYLLNSIIEHMPPESVDQYR_"
- ],
- [
- 48237,
- 2,
- 25,
- 7,
- 0.34213,
- "_VEEQEPELTSTPNFVVEVIK_"
- ],
- [
- 32388,
- 3,
- 26,
- 8,
- 0.35636,
- "_TFSHELSDFGLESTAGEIPVVAIR_"
- ],
- [
- 18570,
- 3,
- 15,
- 4,
- 0.19956,
- "_FESVHPNIYSIYELLER_"
- ],
- [
- 36823,
- 2,
- 6,
- 4,
- 0.07131,
- "_SLFSTTPLTTDDGVLLR_"
- ],
- [
- 20284,
- 2,
- 19,
- 4,
- 0.25657,
- "_LPDIFEAQIAGLR_"
- ],
- [
- 38981,
- 2,
- 17,
- 6,
- 0.22806,
- "_IAVGSDADLVIWDPDSVK_"
- ],
- [
- 30630,
- 2,
- 19,
- 5,
- 0.25657,
- "_LLDTVDDMLANDIAR_"
- ],
- [
- 43666,
- 2,
- 10,
- 3,
- 0.12834,
- "_CLLSGPTSEGLMTWELDR_"
- ],
- [
- 14018,
- 3,
- 16,
- 2,
- 0.2138,
- "_IWNVHSVLNVLHSLVDK_"
- ],
- [
- 47233,
- 2,
- 17,
- 6,
- 0.22806,
- "_IGSSVEFDWCAVGCIQQLR_"
- ],
- [
- 16713,
- 2,
- 9,
- 3,
- 0.11408,
- "_LIPSWTTVILVK_"
- ],
- [
- 50544,
- 2,
- 15,
- 4,
- 0.19956,
- "_VTGDEWGDNYFLVGPYTEQGVR_"
- ],
- [
- 48737,
- 2,
- 20,
- 6,
- 0.27084,
- "_LYVTYFGGDEAAGLEADLECK_"
- ],
- [
- 8678,
- 2,
- 20,
- 5,
- 0.27084,
- "_YCALLLPLLK_"
- ],
- [
- 38436,
- 2,
- 21,
- 7,
- 0.2851,
- "_NEEDAAELVALAQAVNAR_"
- ],
- [
- 37082,
- 2,
- 10,
- 2,
- 0.12831,
- "_VSAPGESIEALVDVSELK_"
- ],
- [
- 40669,
- 2,
- 14,
- 6,
- 0.18533,
- "_YAICSALAASALPALVM(Oxidation (M))SK_"
- ],
- [
- 33011,
- 2,
- 14,
- 4,
- 0.18533,
- "_VIFLEDDDVAAVVDGR_"
- ],
- [
- 33813,
- 4,
- 24,
- 8,
- 0.32784,
- "_MGYAEEAPYDAIHVGAAAPVVPQALIDQLKPGGR_"
- ],
- [
- 50110,
- 3,
- 14,
- 6,
- 0.18533,
- "_YNEWLQDGSQLSSNPLMTPDILGSSGAAVHTCVK_"
- ],
- [
- 31451,
- 2,
- 19,
- 5,
- 0.25654,
- "_LMCPQEIVDYIADK_"
- ],
- [
- 45181,
- 2,
- 12,
- 2,
- 0.1568,
- "_HVSLPSFNQLFGLSDPVNR_"
- ],
- [
- 25450,
- 3,
- 9,
- 5,
- 0.11404,
- "_NILPMTPVWAPVPNLNADLKK_"
- ],
- [
- 21488,
- 3,
- 24,
- 7,
- 0.32784,
- "_IGHVGMQIEHIIENIVAVTK_"
- ],
- [
- 38868,
- 2,
- 20,
- 5,
- 0.27081,
- "_GFPGYMYTDLATIYER_"
- ],
- [
- 48117,
- 3,
- 12,
- 6,
- 0.1568,
- "_LPELQGVETELCYNVNWTAEALPSAEETKK_"
- ],
- [
- 36121,
- 2,
- 13,
- 5,
- 0.17107,
- "_LDLITVEAFKPILSTR_"
- ],
- [
- 22409,
- 2,
- 20,
- 4,
- 0.27081,
- "_TFDLEAMFEQTR_"
- ],
- [
- 50595,
- 2,
- 20,
- 5,
- 0.27081,
- "_IMQSSSEVGYDAMAGDFVNMVEK_"
- ],
- [
- 39403,
- 3,
- 10,
- 4,
- 0.12831,
- "_ENFLGEDDDFVDLEELSSQTGGGMHK_"
- ],
- [
- 30356,
- 4,
- 13,
- 6,
- 0.17107,
- "_ENGFHGLVAYDSDYALCNIPYYFSAHALK_"
- ],
- [
- 16103,
- 2,
- 13,
- 3,
- 0.17107,
- "_LLFPAVDDNLLK_"
- ],
- [
- 18574,
- 3,
- 7,
- 4,
- 0.085543,
- "_LLLPDSLTTWEIHGVSLSK_"
- ],
- [
- 44682,
- 3,
- 12,
- 5,
- 0.1568,
- "_KADLHDEEDEQDILLAQDLEDMWEQK_"
- ],
- [
- 35183,
- 4,
- 9,
- 5,
- 0.11404,
- "_RTEEGISNEISQLESDDFVICQKPLELLGEK_"
- ],
- [
- 30899,
- 3,
- 13,
- 5,
- 0.17107,
- "_SIDRPFIDPQRYEEEQLSWL_"
- ],
- [
- 44623,
- 3,
- 17,
- 6,
- 0.22804,
- "_FIGMPESLLYCSLHDPVSPCPAGYVTNK_"
- ],
- [
- 46267,
- 2,
- 16,
- 8,
- 0.21379,
- "_ILATGANVILTTGGIDDMCLK_"
- ],
- [
- 10932,
- 2,
- 15,
- 6,
- 0.19956,
- "_MLFDLLVNCK_"
- ],
- [
- 26552,
- 3,
- 17,
- 6,
- 0.22804,
- "_KFDVNTSAVQVLIEHIGNLDR_"
- ],
- [
- 47894,
- 3,
- 10,
- 5,
- 0.12831,
- "_LAGAWASEAYSPQGLKPVVSTEAPPIIFATPTK_"
- ],
- [
- 42904,
- 4,
- 15,
- 9,
- 0.19956,
- "_MEENHHSTAEELQATLQELSDQQQMVQELTAENEK_"
- ],
- [
- 25657,
- 2,
- 10,
- 2,
- 0.12831,
- "_CDAVLCTLPLGVLK_"
- ],
- [
- 17789,
- 2,
- 16,
- 3,
- 0.21379,
- "_LAQNILSYLDLK_"
- ],
- [
- 45249,
- 2,
- 16,
- 3,
- 0.21379,
- "_TIASELNVAAVDTNLTLAVSK_"
- ],
- [
- 29732,
- 2,
- 14,
- 4,
- 0.18533,
- "_ELSFVLDYINQSPK_"
- ],
- [
- 50318,
- 2,
- 12,
- 4,
- 0.1568,
- "_EPILSSEPSPAVTPVTPTTLIAPR_"
- ],
- [
- 36600,
- 2,
- 15,
- 4,
- 0.19956,
- "_AITFVTQYDVELFQR_"
- ],
- [
- 27638,
- 2,
- 11,
- 4,
- 0.14257,
- "_NALESFPELTIITR_"
- ],
- [
- 14078,
- 2,
- 14,
- 6,
- 0.18533,
- "_ELLIQIFSTPR_"
- ],
- [
- 44740,
- 4,
- 14,
- 7,
- 0.18533,
- "_RYSDLTTLVAFPSSSVYPTKDEENNPLETEYGLSVYK_"
- ],
- [
- 21235,
- 2,
- 12,
- 3,
- 0.1568,
- "_SIVEELCAWVEK_"
- ],
- [
- 28539,
- 2,
- 13,
- 3,
- 0.17105,
- "_FGFELPQGPLGTSFK_"
- ],
- [
- 51407,
- 2,
- 17,
- 6,
- 0.22804,
- "_APLATGEDDDDEVPDLVENFDEASK_"
- ],
- [
- 22434,
- 2,
- 11,
- 3,
- 0.14256,
- "_TSLLNLVDLAGSER_"
- ],
- [
- 34080,
- 2,
- 5,
- 4,
- 0.057022,
- "_ALSEQINIFFDYSGR_"
- ],
- [
- 23824,
- 3,
- 21,
- 7,
- 0.28506,
- "_HLYTLDGGDIINALCFSPNR_"
- ],
- [
- 44999,
- 2,
- 14,
- 7,
- 0.18532,
- "_EIGWTDVGGWTGQGGSILGTK_"
- ],
- [
- 34980,
- 3,
- 11,
- 3,
- 0.14256,
- "_RDGFVMGEGAAVLVLEEYEHAVQR_"
- ],
- [
- 36051,
- 3,
- 17,
- 7,
- 0.22804,
- "_ITFHGEGDQEPGLEPGDIIIVLDQK_"
- ],
- [
- 42491,
- 2,
- 10,
- 4,
- 0.12829,
- "_DYQLEGLNWLAHSWCK_"
- ],
- [
- 9002,
- 3,
- 17,
- 6,
- 0.22804,
- "_LDLITVEAFKPILSTR_"
- ],
- [
- 38131,
- 2,
- 14,
- 3,
- 0.18532,
- "_ILDELDADIVCLQETK_"
- ],
- [
- 44204,
- 3,
- 13,
- 6,
- 0.17105,
- "_YYHGPTPIQSLQYATSQDIINSFQSIR_"
- ],
- [
- 42579,
- 2,
- 11,
- 2,
- 0.14256,
- "_NLYDIGEQLDSEDLASLK_"
- ],
- [
- 31237,
- 3,
- 8,
- 5,
- 0.099792,
- "_LVAVGGFSPNVNHGELLNAAIEALK_"
- ],
- [
- 44024,
- 3,
- 18,
- 5,
- 0.24229,
- "_SHPTILDIPNQLYYEGELQACADVVDR_"
- ],
- [
- 38397,
- 2,
- 11,
- 3,
- 0.14256,
- "_DQGSFTEVVSISNLGMAK_"
- ],
- [
- 21927,
- 2,
- 9,
- 5,
- 0.11405,
- "_LSSLPVGPSFLGFR_"
- ],
- [
- 43793,
- 2,
- 10,
- 4,
- 0.12829,
- "_LPAYFVVPTPLPEENVQR_"
- ],
- [
- 44277,
- 2,
- 27,
- 3,
- 0.37062,
- "_EAINLLEPMTNDPVNYVR_"
- ],
- [
- 28310,
- 2,
- 15,
- 5,
- 0.19958,
- "_EFIDFSDTDEVFR_"
- ],
- [
- 16730,
- 3,
- 17,
- 7,
- 0.22804,
- "_VLPFFERPDFQLFTGNK_"
- ],
- [
- 27894,
- 4,
- 15,
- 8,
- 0.19958,
- "_APSAEVEMTAYVILAHVTAQPAPNPEDLKR_"
- ],
- [
- 44578,
- 2,
- 11,
- 3,
- 0.14256,
- "_FSDIYALCVAYPEPLGER_"
- ],
- [
- 22516,
- 3,
- 12,
- 2,
- 0.15682,
- "_TLELPHVFVNCVECFTLR_"
- ],
- [
- 50794,
- 3,
- 14,
- 8,
- 0.18532,
- "_ALANVNIGSLICNVGAGGPAPAAGAAPAGGPAPSTAAAPAEEK_"
- ],
- [
- 19437,
- 3,
- 16,
- 7,
- 0.21381,
- "_IWHPNISSVTGAICLDILK_"
- ],
- [
- 31001,
- 3,
- 13,
- 6,
- 0.17105,
- "_HVDVLNLCFAQFEPDSTEYIK_"
- ],
- [
- 50583,
- 2,
- 6,
- 2,
- 0.071287,
- "_ANCSDNEFTQALTAAIPPESLTR_"
- ],
- [
- 39907,
- 3,
- 14,
- 6,
- 0.18532,
- "_GDPLGGCQVSPEGYAHLTHLLMGLASGR_"
- ],
- [
- 35689,
- 3,
- 14,
- 4,
- 0.18532,
- "_GVHFLMADGGFSVEGQENLQEILSK_"
- ],
- [
- 31771,
- 2,
- 25,
- 6,
- 0.34209,
- "_AVFVDLEPTVIDEVR_"
- ],
- [
- 28257,
- 3,
- 16,
- 6,
- 0.21381,
- "_QEIEKPVAVSELFTTLPIVQGK_"
- ],
- [
- 18977,
- 3,
- 20,
- 4,
- 0.27079,
- "_TVQVVPHITDAIQEWVMR_"
- ],
- [
- 49751,
- 2,
- 12,
- 6,
- 0.1568,
- "_YGGFLLASYDEDSEELQAICK_"
- ],
- [
- 30148,
- 2,
- 13,
- 3,
- 0.17106,
- "_VPTLAVPAISLPDDVR_"
- ],
- [
- 12391,
- 3,
- 13,
- 6,
- 0.17106,
- "_SMIGSTAQQFLTFLSHR_"
- ],
- [
- 45684,
- 2,
- 13,
- 2,
- 0.17106,
- "_YQAPDIDVQLSSELTDSLR_"
- ],
- [
- 15128,
- 3,
- 14,
- 6,
- 0.18529,
- "_LKQEYFVVAATLQDIIR_"
- ],
- [
- 17478,
- 2,
- 13,
- 4,
- 0.17106,
- "_LTNGIWVLAELR_"
- ],
- [
- 44671,
- 2,
- 11,
- 4,
- 0.14253,
- "_FLSGSWSEFSTQPENFLK_"
- ],
- [
- 28470,
- 2,
- 16,
- 4,
- 0.21382,
- "_ELALALQEALEPAVR_"
- ],
- [
- 1280,
- 2,
- 12,
- 3,
- 0.1568,
- "_LALFPLLPK_"
- ],
- [
- 33252,
- 2,
- 19,
- 7,
- 0.25653,
- "_EFNEEGALSVLQQFK_"
- ],
- [
- 50497,
- 3,
- 11,
- 7,
- 0.14253,
- "_TVGSVVSSVALTGVLSGNGGTNVNMPVSKPTSWAAIASK_"
- ],
- [
- 16256,
- 2,
- 18,
- 4,
- 0.24228,
- "_ILDVEIIFNER_"
- ],
- [
- 21417,
- 2,
- 9,
- 4,
- 0.11403,
- "_TECALLGFVTDLK_"
- ],
- [
- 28920,
- 3,
- 20,
- 8,
- 0.27079,
- "_FVHLLDQSDQDFQEELDLMK_"
- ],
- [
- 30258,
- 4,
- 28,
- 5,
- 0.38486,
- "_IVKPNGEKPDEFESGISQALLELEMNSDLK_"
- ],
- [
- 13044,
- 3,
- 16,
- 6,
- 0.21382,
- "_QKLPDGSEIPLPPILLGR_"
- ],
- [
- 45442,
- 2,
- 10,
- 4,
- 0.12829,
- "_IAEELGMDDFTASNGWLDR_"
- ],
- [
- 24007,
- 3,
- 16,
- 6,
- 0.21382,
- "_AITTGLQEYVEAVSFQHFIK_"
- ],
- [
- 46286,
- 2,
- 9,
- 6,
- 0.11403,
- "_LLALEEATLSTDLQQGYALK_"
- ],
- [
- 26336,
- 2,
- 16,
- 4,
- 0.21382,
- "_LKPWSLFDVLVEK_"
- ],
- [
- 46698,
- 2,
- 19,
- 4,
- 0.25653,
- "_GTSNMSFEELLELQSQVGTK_"
- ],
- [
- 48612,
- 2,
- 22,
- 7,
- 0.2993,
- "_QDPPGIDLASVEWLVVDESDK_"
- ],
- [
- 51238,
- 2,
- 18,
- 8,
- 0.24228,
- "_FMTPVIQDNPSGWGPCAVPEQFR_"
- ],
- [
- 21061,
- 2,
- 11,
- 4,
- 0.14253,
- "_NMLQFNLQILPK_"
- ],
- [
- 42159,
- 2,
- 23,
- 5,
- 0.31357,
- "_EEEEFNTGPLSVLTQSVK_"
- ],
- [
- 30413,
- 3,
- 15,
- 7,
- 0.19956,
- "_SQLDLELEIENMGAHLNAYTSR_"
- ],
- [
- 37788,
- 2,
- 11,
- 2,
- 0.14253,
- "_GEEIVQQLIENSTTFR_"
- ],
- [
- 29422,
- 2,
- 15,
- 4,
- 0.19956,
- "_TQQYDDLIDEFMK_"
- ],
- [
- 41447,
- 2,
- 15,
- 4,
- 0.19956,
- "_FNGEDIDTISPTLGFNIK_"
- ],
- [
- 40988,
- 3,
- 14,
- 3,
- 0.18529,
- "_NYTLVTVFGNLHQAQLGGVPGTYQLVR_"
- ],
- [
- 51562,
- 2,
- 10,
- 7,
- 0.12829,
- "_PFDPQYYEDEFEDEEMLDEEGR_"
- ],
- [
- 27521,
- 2,
- 11,
- 4,
- 0.14253,
- "_NLLIFENLIDLKR_"
- ],
- [
- 39738,
- 2,
- 11,
- 5,
- 0.14253,
- "_SMIGSTAQQFLTFLSHR_"
- ],
- [
- 11973,
- 3,
- 9,
- 2,
- 0.11403,
- "_ITTVIQHVFQNLILGSK_"
- ],
- [
- 20110,
- 3,
- 10,
- 5,
- 0.12829,
- "_ERFSPLTTNLINLLAENGR_"
- ],
- [
- 45645,
- 2,
- 8,
- 2,
- 0.099787,
- "_LFEGVAINNTFLPSQNDLR_"
- ],
- [
- 35930,
- 2,
- 14,
- 5,
- 0.18532,
- "_MDYPEMGLCIIINNK_"
- ],
- [
- 38115,
- 3,
- 14,
- 6,
- 0.18532,
- "_VDAYDRPELSLGSYEFLATVDYCK_"
- ],
- [
- 40472,
- 2,
- 13,
- 5,
- 0.17106,
- "_LLQDYPITDVCQILQK_"
- ],
- [
- 37778,
- 2,
- 13,
- 4,
- 0.17106,
- "_NDALEMVEETTWQGLK_"
- ],
- [
- 48954,
- 2,
- 13,
- 4,
- 0.17106,
- "_SNTYILINTLEPVEEDAEMR_"
- ],
- [
- 34520,
- 3,
- 13,
- 3,
- 0.17106,
- "_TDFLSPMCIGEVAHVSAEITYTSK_"
- ],
- [
- 36544,
- 4,
- 22,
- 5,
- 0.29929,
- "_LGPQNFIDETSDIENLLKEEEDYKEENNDSK_"
- ],
- [
- 19371,
- 2,
- 8,
- 3,
- 0.099787,
- "_IANMFELSVPFR_"
- ],
- [
- 29565,
- 2,
- 28,
- 3,
- 0.38484,
- "_TVIPGMPTVIPPGLTR_"
- ],
- [
- 33691,
- 2,
- 12,
- 5,
- 0.15679,
- "_MAFFTYPTLTEICR_"
- ],
- [
- 25484,
- 3,
- 17,
- 6,
- 0.22808,
- "_NMFHPMDFEDDPLVLNEIR_"
- ],
- [
- 13615,
- 2,
- 15,
- 4,
- 0.19955,
- "_SPLLPAVLEGLAK_"
- ],
- [
- 48119,
- 2,
- 9,
- 2,
- 0.11405,
- "_EATSILEENQALCTITSFPR_"
- ],
- [
- 42252,
- 3,
- 12,
- 6,
- 0.15679,
- "_EIHPFIDDYQYDTEESLWCQVTVK_"
- ],
- [
- 36364,
- 3,
- 12,
- 6,
- 0.15679,
- "_QLIMSPLITSHVIGENEPLTSVLNK_"
- ],
- [
- 41743,
- 3,
- 15,
- 6,
- 0.19955,
- "_LVIQSTGGGEEYLPVSHTCFNLLDLPK_"
- ],
- [
- 38668,
- 2,
- 15,
- 5,
- 0.19955,
- "_TQNDVDIADVAYYFEK_"
- ],
- [
- 30276,
- 2,
- 11,
- 2,
- 0.14255,
- "_SALTVQFVQGIFVEK_"
- ],
- [
- 34239,
- 2,
- 15,
- 4,
- 0.19955,
- "_DLMTDLKSEISGDLAR_"
- ],
- [
- 41948,
- 2,
- 19,
- 5,
- 0.25654,
- "_LLSALCILPQPEDMNER_"
- ],
- [
- 48823,
- 2,
- 13,
- 4,
- 0.17106,
- "_GLFDDEDEESDLFTEAPQDR_"
- ],
- [
- 49460,
- 2,
- 12,
- 3,
- 0.15679,
- "_YMNSLLIGELSPEQPSFEPTK_"
- ],
- [
- 42829,
- 2,
- 14,
- 5,
- 0.18532,
- "_AVAEAVETGEEDVIMEALR_"
- ],
- [
- 20503,
- 3,
- 13,
- 5,
- 0.17106,
- "_SVAHVTEADLFHTIETLMR_"
- ],
- [
- 43192,
- 2,
- 19,
- 6,
- 0.25654,
- "_EQMIDLQNLLTTQSPSVK_"
- ],
- [
- 44106,
- 2,
- 11,
- 4,
- 0.14255,
- "_IDSLPLTENFSLQTDMTR_"
- ],
- [
- 38513,
- 3,
- 17,
- 6,
- 0.22808,
- "_NGTTTACYFATIHTDSSLLLADITDK_"
- ],
- [
- 48604,
- 2,
- 12,
- 4,
- 0.1568,
- "_GPGLGSTQGQTIALPAQGLIEFR_"
- ],
- [
- 24079,
- 3,
- 12,
- 6,
- 0.1568,
- "_LENILLDSNGHVVLTDFGLSK_"
- ],
- [
- 40388,
- 3,
- 11,
- 4,
- 0.14255,
- "_GEGAEPLKVPVWEPQDWQQQLVNIR_"
- ],
- [
- 21890,
- 3,
- 11,
- 4,
- 0.14255,
- "_FLEEEVYPLLKPYESVMK_"
- ],
- [
- 47511,
- 3,
- 14,
- 5,
- 0.18532,
- "_IEVEQALAHPYLEQYYDPSDEPIAEAPFK_"
- ],
- [
- 42299,
- 3,
- 11,
- 7,
- 0.14255,
- "_LVQNGTEPSSLPFLDPNARPLVPEVSIK_"
- ],
- [
- 38967,
- 3,
- 12,
- 6,
- 0.1568,
- "_VGEELDEQGIMLDAFAQEMDHTQSR_"
- ],
- [
- 36253,
- 2,
- 25,
- 7,
- 0.34208,
- "_MTDQEAIQDLWQWR_"
- ],
- [
- 32339,
- 2,
- 17,
- 5,
- 0.22808,
- "_AIFLADGNVFTTGFSR_"
- ],
- [
- 44035,
- 2,
- 15,
- 5,
- 0.19958,
- "_IDSVAVNISNLVLENQPPR_"
- ],
- [
- 40018,
- 2,
- 15,
- 5,
- 0.19958,
- "_LLVAGSEDGGVQLFDISGR_"
- ],
- [
- 22701,
- 4,
- 24,
- 7,
- 0.32781,
- "_HVDAHATLNDGVVVQVMGLLSNNNQALR_"
- ],
- [
- 46112,
- 3,
- 16,
- 7,
- 0.21381,
- "_IDDDDDERENFEITDWDLQNEFNPNR_"
- ],
- [
- 20495,
- 2,
- 14,
- 6,
- 0.18532,
- "_LTLAELNQILYR_"
- ],
- [
- 37194,
- 3,
- 19,
- 8,
- 0.25657,
- "_GIEEEEILPGFILCDPNNLCHSGR_"
- ],
- [
- 6552,
- 2,
- 17,
- 5,
- 0.22808,
- "_SDPFLEFFR_"
- ],
- [
- 47577,
- 3,
- 16,
- 7,
- 0.21381,
- "_STNVIVDSGGFDELGGLLKPTVASQNQNLPVAK_"
- ],
- [
- 50511,
- 2,
- 17,
- 6,
- 0.22808,
- "_GYYEVTPPTLVQTQVEGGATLFK_"
- ],
- [
- 13389,
- 4,
- 8,
- 2,
- 0.099779,
- "_QATQLINALIKDPDKEIDELIPK_"
- ],
- [
- 29403,
- 3,
- 14,
- 8,
- 0.18532,
- "_FQQDDAHIFCAMEQIEDEIK_"
- ],
- [
- 41246,
- 2,
- 17,
- 6,
- 0.22808,
- "_QAFTPSSTMMEVFLQEK_"
- ],
- [
- 19284,
- 3,
- 14,
- 5,
- 0.18532,
- "_IHEAIIQSPPIDYFDVFK_"
- ],
- [
- 39771,
- 2,
- 14,
- 6,
- 0.18532,
- "_HQTLVLTLPTVAFLEDK_"
- ],
- [
- 29795,
- 3,
- 11,
- 4,
- 0.14255,
- "_TCLITFKPGAFIPGAPVQPVVLR_"
- ],
- [
- 13657,
- 2,
- 7,
- 4,
- 0.085508,
- "_GFEPTLEALFGK_"
- ],
- [
- 48655,
- 3,
- 16,
- 7,
- 0.21381,
- "_VLQGDESIVNCLQPHPSYCFLATSGIDPVVR_"
- ],
- [
- 50001,
- 2,
- 14,
- 5,
- 0.18531,
- "_INVLAAQYQSLLNSYGEPVDDK_"
- ],
- [
- 32490,
- 4,
- 21,
- 8,
- 0.28506,
- "_TIFTGHTAVVEDVSWHLLHESLFGSVADDQK_"
- ],
- [
- 51371,
- 2,
- 13,
- 6,
- 0.17107,
- "_NESCSENYTTDFIYQLYSEEGK_"
- ],
- [
- 19867,
- 2,
- 18,
- 6,
- 0.24234,
- "_SVDPTLALSVYLR_"
- ],
- [
- 37207,
- 2,
- 14,
- 5,
- 0.18531,
- "_DVDYVCISDNYWLGK_"
- ],
- [
- 40569,
- 3,
- 8,
- 5,
- 0.099771,
- "_NVQVLYSEQSPLSHDLILNLTQDGIK_"
- ],
- [
- 32754,
- 3,
- 20,
- 6,
- 0.27083,
- "_YQFLADSDTSLMLSLNHPLAPVR_"
- ],
- [
- 50963,
- 3,
- 19,
- 8,
- 0.2566,
- "_VNVTVRPGLAMALSGSTEPCAQLSISSIGVVGTAEDNR_"
- ],
- [
- 49299,
- 2,
- 19,
- 5,
- 0.2566,
- "_YLCAGAVDFYNNLENFNVDK_"
- ],
- [
- 7888,
- 2,
- 12,
- 2,
- 0.15681,
- "_NIFPIWALGR_"
- ],
- [
- 48274,
- 2,
- 11,
- 5,
- 0.14257,
- "_LMAGFVECLDCEDAEEFVR_"
- ],
- [
- 44095,
- 2,
- 11,
- 6,
- 0.14257,
- "_GFGFVTFSSMAEVDAAM(Oxidation (M))AAR_"
- ],
- [
- 48892,
- 2,
- 10,
- 3,
- 0.12831,
- "_SLWSSLCLGPAPAPPGPVSPEGR_"
- ],
- [
- 14825,
- 4,
- 12,
- 5,
- 0.15681,
- "_ELFSPLHALNFGIGGDGTQHVLWR_"
- ],
- [
- 45370,
- 3,
- 15,
- 8,
- 0.19958,
- "_SQSSNDTFPTAMHIAAAIEVHEVLLPGLQK_"
- ],
- [
- 24744,
- 3,
- 10,
- 3,
- 0.12831,
- "_RPGLEGLLAGVDNNLVELEAAR_"
- ],
- [
- 18890,
- 2,
- 13,
- 2,
- 0.17107,
- "_QCMPLLDFSFR_"
- ],
- [
- 38755,
- 3,
- 16,
- 7,
- 0.21384,
- "_AHNAVVTSAIFAPNPSLMLSLDVQSEK_"
- ],
- [
- 44445,
- 3,
- 12,
- 6,
- 0.15681,
- "_SAVMSFTVTDEPVYIDLTLSENKEEPVK_"
- ],
- [
- 19980,
- 4,
- 16,
- 5,
- 0.21384,
- "_VEESGEHVILGTGELYLDCVMHDLR_"
- ],
- [
- 23477,
- 2,
- 12,
- 3,
- 0.15681,
- "_NIIGVIPYFPYSK_"
- ],
- [
- 49690,
- 2,
- 17,
- 6,
- 0.22807,
- "_VEFETSEEVDVTPTFDTMGLR_"
- ],
- [
- 51457,
- 2,
- 12,
- 6,
- 0.15681,
- "_MGIGLGSENAAGPCNWDEADIGPWAK_"
- ],
- [
- 44067,
- 3,
- 9,
- 4,
- 0.11404,
- "_APLATGEDDDDEVPDLVENFDEASKNEAN_"
- ],
- [
- 38526,
- 2,
- 12,
- 4,
- 0.15681,
- "_VSAWELINSEYFSEGR_"
- ],
- [
- 14768,
- 3,
- 12,
- 3,
- 0.15681,
- "_SLYICDPFSGVVFDHLK_"
- ],
- [
- 47037,
- 2,
- 12,
- 6,
- 0.15681,
- "_FLEEEVYPLLKPYESVMK_"
- ],
- [
- 50264,
- 2,
- 15,
- 6,
- 0.19958,
- "_FQQDDAHIFCAMEQIEDEIK_"
- ],
- [
- 49849,
- 2,
- 12,
- 6,
- 0.15681,
- "_FCSVLWTYGSSLSNPLNCSVK_"
- ],
- [
- 31255,
- 2,
- 10,
- 6,
- 0.12831,
- "_AECEILMMVGLPAAGK_"
- ],
- [
- 40060,
- 3,
- 15,
- 7,
- 0.19958,
- "_ETVYCLNDDDETEVLKEDIIQGFR_"
- ],
- [
- 39434,
- 2,
- 16,
- 4,
- 0.21384,
- "_YLQDLLAWVEENQHR_"
- ],
- [
- 32111,
- 2,
- 7,
- 3,
- 0.085516,
- "_YNFIPEVWAEVSEK_"
- ],
- [
- 45884,
- 2,
- 21,
- 4,
- 0.28507,
- "_ALFLPPMTLPPHGPAAGGSVAAS_"
- ],
- [
- 35020,
- 2,
- 28,
- 6,
- 0.38485,
- "_LFIGGLSFETTDESLR_"
- ],
- [
- 14280,
- 3,
- 22,
- 5,
- 0.29931,
- "_LTTLADLFRPPIDLMHK_"
- ],
- [
- 26344,
- 3,
- 22,
- 5,
- 0.29931,
- "_EDSWTLFKPPPVFPVDNSSAK_"
- ],
- [
- 49507,
- 2,
- 13,
- 6,
- 0.17106,
- "_GSLLGCSIDITSAADSEAITFQK_"
- ],
- [
- 4756,
- 2,
- 13,
- 2,
- 0.17106,
- "_DLIQMLVQR_"
- ],
- [
- 39073,
- 2,
- 14,
- 3,
- 0.18531,
- "_NAGPIANYLQQVMQEAR_"
- ],
- [
- 37839,
- 3,
- 13,
- 7,
- 0.17106,
- "_GTELWLGVDALGLNIYEHDDKLTPK_"
- ],
- [
- 15988,
- 2,
- 16,
- 4,
- 0.21383,
- "_YNVPFLTFINK_"
- ],
- [
- 39994,
- 2,
- 12,
- 6,
- 0.15682,
- "_DNALLAQLIQDKLDAYK_"
- ],
- [
- 43558,
- 2,
- 11,
- 5,
- 0.14255,
- "_ILDQPYDVNLQVTSVLSR_"
- ],
- [
- 49641,
- 3,
- 16,
- 7,
- 0.21383,
- "_KLDDQSEDEALELEGPLITPGSGSIYSSPGLYSK_"
- ],
- [
- 34699,
- 3,
- 17,
- 7,
- 0.22809,
- "_ELFSPLHALNFGIGGDGTQHVLWR_"
- ],
- [
- 42901,
- 2,
- 12,
- 4,
- 0.15682,
- "_DYNTLQEALSNMDDYDK_"
- ],
- [
- 1481,
- 2,
- 15,
- 5,
- 0.19956,
- "_DDLLGFALR_"
- ],
- [
- 28885,
- 2,
- 18,
- 6,
- 0.24232,
- "_SDYDMVDYLNELR_"
- ],
- [
- 32347,
- 2,
- 12,
- 2,
- 0.15682,
- "_ELLFLSNANPSLLER_"
- ],
- [
- 22174,
- 3,
- 14,
- 7,
- 0.18531,
- "_ELGGLGMLSMGHVLIPQSDLR_"
- ],
- [
- 50168,
- 2,
- 12,
- 5,
- 0.15682,
- "_VLGMELAGGVPLDQCQGLSQDLR_"
- ],
- [
- 15841,
- 3,
- 15,
- 4,
- 0.19956,
- "_EAGFLRPVTIFGPIADVAR_"
- ],
- [
- 48798,
- 2,
- 19,
- 4,
- 0.25658,
- "_QGQYSPM(Oxidation (M))AIEEQVAVIYAGVR_"
- ],
- [
- 15593,
- 3,
- 14,
- 3,
- 0.18531,
- "_QIFFGLAPGWVVNMADKK_"
- ],
- [
- 45051,
- 2,
- 18,
- 5,
- 0.24232,
- "_DNLTLWTSDQQDEEAGEGN_"
- ],
- [
- 49055,
- 3,
- 10,
- 7,
- 0.12829,
- "_AQAALQAVSAVQSGSLALSGGPSNEGTVLPGQSPVLR_"
- ],
- [
- 17956,
- 2,
- 13,
- 5,
- 0.17106,
- "_DTILAELLQIHK_"
- ],
- [
- 47770,
- 3,
- 13,
- 6,
- 0.17106,
- "_GMEGAVLPVWSAHGEGYVAFSSPELQAQIEAR_"
- ],
- [
- 38674,
- 2,
- 10,
- 4,
- 0.12826,
- "_ISFGTPAPGFSSMLYGMK_"
- ],
- [
- 31775,
- 2,
- 7,
- 3,
- 0.085508,
- "_ILVEDELSSPVVVFR_"
- ],
- [
- 6062,
- 3,
- 13,
- 7,
- 0.17106,
- "_LLVLDVDYTLFDHR_"
- ],
- [
- 1958,
- 2,
- 13,
- 3,
- 0.17106,
- "_DSWVDIFR_"
- ],
- [
- 49065,
- 2,
- 13,
- 8,
- 0.17106,
- "_GVEGTWVDICNNPAMEAEILK_"
- ],
- [
- 47064,
- 2,
- 13,
- 5,
- 0.17106,
- "_QQTQQVQSPVDSATMSPVER_"
- ],
- [
- 18299,
- 2,
- 11,
- 4,
- 0.14253,
- "_LLPLVSDEVFIR_"
- ],
- [
- 18792,
- 3,
- 10,
- 2,
- 0.12826,
- "_YQWHVEDLVPWIEDCK_"
- ],
- [
- 48924,
- 3,
- 11,
- 4,
- 0.14253,
- "_LITETNCQLWVVEEQSVSQIDGDFEDYKR_"
- ],
- [
- 46795,
- 2,
- 12,
- 3,
- 0.1568,
- "_STVYVSNLPFSLTNNDLYR_"
- ],
- [
- 37110,
- 3,
- 13,
- 5,
- 0.17106,
- "_SLLNDVQFGQFGDDPKEEVMVLER_"
- ],
- [
- 30958,
- 3,
- 13,
- 4,
- 0.17106,
- "_RPNVVLLLTDDQDEVLGGMTPLK_"
- ],
- [
- 26607,
- 2,
- 12,
- 5,
- 0.1568,
- "_SLLNEIESIYDER_"
- ],
- [
- 6796,
- 2,
- 9,
- 2,
- 0.11399,
- "_ELELAVFWR_"
- ],
- [
- 26578,
- 3,
- 13,
- 2,
- 0.17106,
- "_LEQITGLPRPEIIQWFGDTR_"
- ],
- [
- 48648,
- 2,
- 12,
- 6,
- 0.1568,
- "_IVVEFLQSNSDSTYEDLINK_"
- ],
- [
- 38532,
- 2,
- 18,
- 9,
- 0.24233,
- "_EELIAELQDCEGLIVR_"
- ],
- [
- 51652,
- 3,
- 16,
- 9,
- 0.2138,
- "_VEYTPYEEGLHSVDVTYDGSPVPSSPFQVPVTEGCDPSR_"
- ],
- [
- 43270,
- 4,
- 16,
- 7,
- 0.2138,
- "_YINFEHNVAGQWNPVFMQPLPEEEIVIRDDQDPR_"
- ],
- [
- 46532,
- 2,
- 16,
- 2,
- 0.2138,
- "_IVAQLLTCMDDLNNVAATAR_"
- ],
- [
- 31998,
- 2,
- 16,
- 5,
- 0.2138,
- "_VVACTSAFLLWDPTK_"
- ],
- [
- 38048,
- 2,
- 15,
- 5,
- 0.19955,
- "_DITPLQVVLPNTALHLK_"
- ],
- [
- 39315,
- 4,
- 17,
- 7,
- 0.22807,
- "_IFQGYSFVAPSILFDHNNAVMTDGLEAPGAGDRPGR_"
- ],
- [
- 49002,
- 2,
- 18,
- 4,
- 0.24233,
- "_GPFELEAFYSDPQGVPYPEAK_"
- ],
- [
- 15202,
- 3,
- 15,
- 4,
- 0.19955,
- "_MKQELSSELSTLLSSLSR_"
- ],
- [
- 27100,
- 2,
- 16,
- 5,
- 0.2138,
- "_IGSFGPQEDLLFLR_"
- ],
- [
- 19027,
- 3,
- 14,
- 2,
- 0.1853,
- "_EALEAMQDLAMYINEVKR_"
- ],
- [
- 15770,
- 3,
- 4,
- 3,
- 0.042742,
- "_KYVFFLDPCNLDLINR_"
- ],
- [
- 15786,
- 2,
- 17,
- 5,
- 0.22805,
- "_MLLLEILHEIK_"
- ],
- [
- 35940,
- 2,
- 11,
- 4,
- 0.14251,
- "_QGFEFNIMVVGQSGLGK_"
- ],
- [
- 14484,
- 3,
- 10,
- 4,
- 0.12824,
- "_LSDSFSLYPQFMFHLR_"
- ],
- [
- 30748,
- 3,
- 17,
- 6,
- 0.22805,
- "_SEGTYLNSVIESHTEFIFTTIK_"
- ],
- [
- 45616,
- 2,
- 8,
- 4,
- 0.099762,
- "_ASQLDAWLEMNPGYEVAPR_"
- ],
- [
- 33131,
- 2,
- 26,
- 4,
- 0.35631,
- "_LGSIAEIDLGVPPPVMK_"
- ],
- [
- 43049,
- 2,
- 18,
- 5,
- 0.24232,
- "_EANLQALIATGGDINAAIER_"
- ],
- [
- 28444,
- 3,
- 10,
- 2,
- 0.12824,
- "_DCASAGELVDSEVVMLSAHWEK_"
- ],
- [
- 32610,
- 2,
- 12,
- 3,
- 0.15678,
- "_EVQGFESATFLGYFK_"
- ],
- [
- 32052,
- 3,
- 12,
- 4,
- 0.15678,
- "_ALQLAQRPVSLLASPWTSPTWLK_"
- ],
- [
- 40843,
- 2,
- 18,
- 5,
- 0.24232,
- "_(Acetyl (Protein N-term))SSIGTGYDLSASTFSPDGR_"
- ],
- [
- 50205,
- 3,
- 10,
- 6,
- 0.12824,
- "_SSSLNFSFPSLPTMGQMPGHSSDTSGLSFSQPSCK_"
- ],
- [
- 15716,
- 2,
- 14,
- 4,
- 0.18531,
- "_GGDIMLWNFGIK_"
- ],
- [
- 12998,
- 4,
- 13,
- 5,
- 0.17105,
- "_LQEGYDHSYYFIATFITDHIR_"
- ],
- [
- 44630,
- 2,
- 9,
- 3,
- 0.11401,
- "_VLPLAYSQETVSFYEDLK_"
- ],
- [
- 21744,
- 2,
- 20,
- 6,
- 0.27081,
- "_TPFLLVGTQIDLR_"
- ],
- [
- 29591,
- 4,
- 12,
- 6,
- 0.15678,
- "_PYGPMSVGLDFSLPGMEHVYGIPEHADNLR_"
- ],
- [
- 22025,
- 2,
- 12,
- 4,
- 0.15678,
- "_DLIADLKYELTGK_"
- ],
- [
- 8941,
- 2,
- 14,
- 5,
- 0.18531,
- "_FTFGLDWVPK_"
- ],
- [
- 51486,
- 3,
- 15,
- 4,
- 0.19955,
- "_EQTTGLAAELQQQQAEYEDLMGQKDDLNSQLQESLR_"
- ],
- [
- 47545,
- 2,
- 15,
- 3,
- 0.19955,
- "_IMLFTGGPPTQGPGMVVGDELK_"
- ],
- [
- 10014,
- 2,
- 14,
- 3,
- 0.18531,
- "_DSLVDIIGICK_"
- ],
- [
- 34250,
- 3,
- 16,
- 7,
- 0.21381,
- "_LPPLPVTPGMEGAGVVIAVGEGVSDRK_"
- ],
- [
- 40757,
- 2,
- 16,
- 3,
- 0.21381,
- "_HPWDDISYVLPEHMSM_"
- ],
- [
- 34093,
- 4,
- 15,
- 7,
- 0.19955,
- "_TLAHLEELQPLPQRPSPWPQASLLGATVTVLR_"
- ],
- [
- 11000,
- 2,
- 16,
- 4,
- 0.21381,
- "_FDTIYQILLK_"
- ],
- [
- 36535,
- 3,
- 15,
- 4,
- 0.19955,
- "_GISLNPEQWSQLKEQISDIDDAVR_"
- ],
- [
- 27987,
- 3,
- 14,
- 6,
- 0.1853,
- "_LVATLHPCMSDVAEDLCSMLR_"
- ],
- [
- 26503,
- 4,
- 19,
- 8,
- 0.25658,
- "_DLSQAPFSWPAGALVAQACHAATAALHTHR_"
- ],
- [
- 42683,
- 2,
- 16,
- 5,
- 0.21381,
- "_AEQMFGEMEVWNAISER_"
- ],
- [
- 38438,
- 3,
- 21,
- 8,
- 0.28507,
- "_TFIGPGGNMPGYLRPETAQGIFLNFK_"
- ],
- [
- 18288,
- 4,
- 11,
- 6,
- 0.1425,
- "_ELWHEINGLLVGFGQQTCLPVHPR_"
- ],
- [
- 34588,
- 3,
- 18,
- 6,
- 0.24231,
- "_AIAGVSGFGYDHLILNVEWAKPSTN_"
- ],
- [
- 30839,
- 4,
- 10,
- 7,
- 0.12827,
- "_KGPEPVPLEFIPAQGLLGRPGELCAQHFTLS_"
- ],
- [
- 22433,
- 3,
- 10,
- 3,
- 0.12827,
- "_KLDEQQEFSAIILATAGLQR_"
- ],
- [
- 44242,
- 2,
- 13,
- 7,
- 0.17104,
- "_DHQPCIIFMDEIDAIGGR_"
- ],
- [
- 39021,
- 2,
- 13,
- 6,
- 0.17104,
- "_SVGMIAGGTGITPMLQVIR_"
- ],
- [
- 24203,
- 2,
- 14,
- 3,
- 0.1853,
- "_VLTLGESWPVLVGR_"
- ],
- [
- 27595,
- 4,
- 20,
- 8,
- 0.27084,
- "_SQSSNDTFPTAMHIAAAIEVHEVLLPGLQK_"
- ],
- [
- 23871,
- 4,
- 10,
- 5,
- 0.12827,
- "_DPLREEEVFNYIHNILSIPGHSAEEK_"
- ],
- [
- 18717,
- 2,
- 16,
- 5,
- 0.21381,
- "_DVLLPWYNAYR_"
- ],
- [
- 37265,
- 2,
- 14,
- 5,
- 0.1853,
- "_SIYPTLEIDIEGELQK_"
- ],
- [
- 25936,
- 2,
- 11,
- 4,
- 0.1425,
- "_DISSMAMEYFDEK_"
- ],
- [
- 50128,
- 2,
- 14,
- 4,
- 0.1853,
- "_VIVGSLSVQDLQASQSACYWLK_"
- ],
- [
- 37139,
- 2,
- 7,
- 4,
- 0.085518,
- "_DIDFVEDDSDILHALK_"
- ],
- [
- 36856,
- 3,
- 15,
- 7,
- 0.19957,
- "_GFGSSAPEGLEPDSMASAASALHLLSPR_"
- ],
- [
- 18243,
- 2,
- 18,
- 5,
- 0.24231,
- "_WLAPDGLIFPDR_"
- ],
- [
- 13244,
- 2,
- 15,
- 3,
- 0.19957,
- "_NALDPMSVLLAR_"
- ],
- [
- 12083,
- 3,
- 24,
- 5,
- 0.32783,
- "_YLQDLLAWVEENQHR_"
- ],
- [
- 37571,
- 2,
- 18,
- 6,
- 0.24231,
- "_MASTFIGNSTAIQELFK_"
- ],
- [
- 9443,
- 2,
- 11,
- 3,
- 0.1425,
- "_EFGIGDLVWGK_"
- ],
- [
- 22477,
- 4,
- 18,
- 4,
- 0.24231,
- "_HILAILQDCPSLRPPIDHLCELLPR_"
- ],
- [
- 36614,
- 3,
- 15,
- 7,
- 0.19957,
- "_HAAWYPSEILDPHVVLLTSDNVIR_"
- ],
- [
- 10077,
- 3,
- 15,
- 6,
- 0.19957,
- "_DLLDDLKSELTGKFEK_"
- ],
- [
- 47642,
- 2,
- 12,
- 3,
- 0.15677,
- "_DWVCALGVVPDHPVLLSGCR_"
- ],
- [
- 31012,
- 3,
- 9,
- 4,
- 0.11402,
- "_PSQVLQPLWAASHTPDFFGSALR_"
- ],
- [
- 29972,
- 2,
- 13,
- 5,
- 0.171,
- "_SLSLCNMFLDEMAK_"
- ],
- [
- 25497,
- 2,
- 26,
- 7,
- 0.35629,
- "_MFVLDEADEMLSR_"
- ],
- [
- 47825,
- 3,
- 13,
- 5,
- 0.171,
- "_GKNQAFIEMNTEEAANTMVNYYTSVTPVLR_"
- ],
- [
- 25207,
- 2,
- 14,
- 4,
- 0.18527,
- "_TAMDQALQWLEDK_"
- ],
- [
- 11062,
- 3,
- 13,
- 5,
- 0.171,
- "_DFQQLLQGISEDVPHR_"
- ],
- [
- 41932,
- 3,
- 13,
- 5,
- 0.171,
- "_THYIVGYNLPSYEYLYNLGDQYALK_"
- ],
- [
- 31855,
- 2,
- 12,
- 3,
- 0.15673,
- "_DVPLTAEEVEFVVEK_"
- ],
- [
- 8714,
- 2,
- 14,
- 4,
- 0.18527,
- "_FDMIVPILEK_"
- ],
- [
- 35619,
- 2,
- 14,
- 2,
- 0.18527,
- "_SEDGASLPVMDLTELPK_"
- ],
- [
- 48367,
- 3,
- 9,
- 3,
- 0.11401,
- "_VSTPWQPPTVLLGHSQEVTSVCWCPSDFTK_"
- ],
- [
- 30535,
- 3,
- 13,
- 2,
- 0.171,
- "_GQVLPAHTLLNTVDVELIYEGVK_"
- ],
- [
- 47962,
- 2,
- 17,
- 4,
- 0.22804,
- "_EPLYYWQQTEDDLTVTIR_"
- ],
- [
- 25514,
- 2,
- 13,
- 5,
- 0.171,
- "_NQIALWDQLLEGR_"
- ],
- [
- 46379,
- 3,
- 23,
- 8,
- 0.31357,
- "_KPAAGLSAAPVPTAPAAGAPLMDFGNDFVPPAPR_"
- ],
- [
- 40383,
- 4,
- 12,
- 7,
- 0.15673,
- "_DNKDGSCSAEYIPFAPGDYDVNITYGGAHIPGSPFR_"
- ],
- [
- 44471,
- 3,
- 11,
- 5,
- 0.1425,
- "_QKLEAQLTENNIVKEELALLDGSNVVFK_"
- ],
- [
- 36784,
- 2,
- 11,
- 6,
- 0.1425,
- "_LLGTIYTAAEEIEAVGGK_"
- ],
- [
- 39200,
- 2,
- 10,
- 3,
- 0.12825,
- "_VLDLIVNGISINSAYTSK_"
- ],
- [
- 49556,
- 2,
- 10,
- 6,
- 0.12825,
- "_LSVSSLLAAGAPMSSSASVPNLSSR_"
- ],
- [
- 24739,
- 3,
- 10,
- 6,
- 0.12825,
- "_ELTDLDYRPIAMQSLWNIK_"
- ],
- [
- 9764,
- 4,
- 15,
- 6,
- 0.19954,
- "_LLALLSLGEVGHHIDLSGQLELK_"
- ],
- [
- 51154,
- 2,
- 11,
- 6,
- 0.1425,
- "_WIDEEGDPCTVSSQLELEEAFR_"
- ],
- [
- 32575,
- 3,
- 15,
- 6,
- 0.19954,
- "_DSGPLSDPITGKPYVPLLEAEEVR_"
- ],
- [
- 6205,
- 4,
- 11,
- 3,
- 0.1425,
- "_ELLCQLLTSLHHFVGEGESK_"
- ],
- [
- 46848,
- 3,
- 15,
- 6,
- 0.19954,
- "_AIYHSLGMTGIPIINVNNNCATGSTALFMAR_"
- ],
- [
- 34964,
- 2,
- 15,
- 5,
- 0.19954,
- "_SESELIDELSEDFDR_"
- ],
- [
- 47442,
- 4,
- 13,
- 8,
- 0.171,
- "_MLASASEDHFIDIAEVETGDKLWEVQCESPTFTVAWHPK_"
- ],
- [
- 24034,
- 2,
- 15,
- 4,
- 0.19954,
- "_TLAESALQLLYTAK_"
- ],
- [
- 43449,
- 2,
- 16,
- 4,
- 0.21378,
- "_VFGGMNEENMTELLSSGLK_"
- ],
- [
- 39554,
- 2,
- 18,
- 3,
- 0.24229,
- "_HVLVILTDMSSYAEALR_"
- ],
- [
- 43771,
- 3,
- 17,
- 9,
- 0.22805,
- "_AAAYNLVQHGITNLCVIGGDGSLTGANIFR_"
- ],
- [
- 23133,
- 2,
- 11,
- 5,
- 0.14249,
- "_TFLVDPNLDLSIR_"
- ],
- [
- 45633,
- 2,
- 17,
- 6,
- 0.22805,
- "_YMEEMADTADAIEMATLDK_"
- ],
- [
- 48296,
- 2,
- 10,
- 6,
- 0.12825,
- "_EPQVNQQQLQQLMDMGFTR_"
- ],
- [
- 21682,
- 3,
- 10,
- 4,
- 0.12825,
- "_QLGAHSPSTLLTTLMFFNTK_"
- ],
- [
- 23635,
- 2,
- 18,
- 6,
- 0.24229,
- "_ISLPEAMQLLQDR_"
- ],
- [
- 43298,
- 2,
- 19,
- 6,
- 0.25654,
- "_DICFNTAGTQFLSAAYDR_"
- ],
- [
- 23016,
- 3,
- 13,
- 4,
- 0.17098,
- "_DWVCALGVVPDHPVLLSGCR_"
- ],
- [
- 33220,
- 2,
- 11,
- 4,
- 0.14249,
- "_DAVWWLHTVVPSISK_"
- ],
- [
- 22743,
- 3,
- 12,
- 2,
- 0.15674,
- "_GIPVELWAHYVEELNSTQR_"
- ],
- [
- 39308,
- 2,
- 15,
- 3,
- 0.19952,
- "_SPLFGQYFVLENPGTIK_"
- ],
- [
- 35165,
- 3,
- 12,
- 5,
- 0.15674,
- "_GTYTFDIDKWDDPNFNPFSSTSK_"
- ],
- [
- 26185,
- 2,
- 16,
- 5,
- 0.21378,
- "_IGLFYMDNDLITR_"
- ],
- [
- 49365,
- 2,
- 18,
- 6,
- 0.24229,
- "_YLFNQLFGEEDADQEVSPDR_"
- ],
- [
- 42379,
- 2,
- 22,
- 6,
- 0.29932,
- "_VAVLISGTGSNLQALIDSTR_"
- ],
- [
- 29945,
- 2,
- 15,
- 4,
- 0.19952,
- "_FEIPYFTTSGIQVR_"
- ],
- [
- 43976,
- 2,
- 12,
- 4,
- 0.15678,
- "_YSDLTTLVAFPSSSVYPTK_"
- ],
- [
- 51109,
- 2,
- 14,
- 7,
- 0.18526,
- "_GTGLQPGEEELPDIAPPLVTPDEPK_"
- ],
- [
- 25924,
- 2,
- 11,
- 4,
- 0.14253,
- "_QHVLDMLFSAFEK_"
- ],
- [
- 17221,
- 2,
- 9,
- 4,
- 0.11402,
- "_AVMQVFTEWLR_"
- ],
- [
- 44592,
- 4,
- 11,
- 6,
- 0.14253,
- "_ETMNPHDIVQDAIHNFSPAYQQYTQQSTLEPGPTWR_"
- ],
- [
- 10731,
- 2,
- 14,
- 3,
- 0.18526,
- "_FYLPILVPSAK_"
- ],
- [
- 50975,
- 2,
- 14,
- 6,
- 0.18526,
- "_SFDSMISTNCTEELENAGVEVLK_"
- ],
- [
- 18084,
- 3,
- 11,
- 4,
- 0.14253,
- "_ASLPNFLDHIIASVVENKK_"
- ],
- [
- 30341,
- 3,
- 14,
- 7,
- 0.18526,
- "_KNFEVVDLVDVNTPDLMAPVSAK_"
- ],
- [
- 14442,
- 2,
- 13,
- 4,
- 0.17103,
- "_GFAAFLTELAER_"
- ],
- [
- 45509,
- 2,
- 14,
- 2,
- 0.18526,
- "_IPEQIIVVDSSMVENEVIK_"
- ],
- [
- 47138,
- 2,
- 11,
- 4,
- 0.14253,
- "_LGYAGNTEPQFIIPSCIAIR_"
- ],
- [
- 48130,
- 2,
- 10,
- 6,
- 0.12828,
- "_DFNQNFILTAQASPSNTVWK_"
- ],
- [
- 51163,
- 3,
- 13,
- 4,
- 0.17103,
- "_QKGDTPASATAPTEAAQIISAAGDTLSVPAPAVQPEESLK_"
- ],
- [
- 41412,
- 2,
- 9,
- 3,
- 0.11402,
- "_LATDNIGYIDWDPYVPK_"
- ],
- [
- 38334,
- 2,
- 13,
- 4,
- 0.17103,
- "_CFEMTIPQFQNFYR_"
- ],
- [
- 37600,
- 2,
- 9,
- 4,
- 0.11402,
- "_DLAHVVEIYDFEPALK_"
- ],
- [
- 30175,
- 3,
- 13,
- 6,
- 0.17103,
- "_LLEVSDDPQVLAVAAHDVGEYVR_"
- ],
- [
- 36808,
- 3,
- 13,
- 5,
- 0.17103,
- "_SGPFTHPDFEPSTESLQFLLDTCK_"
- ],
- [
- 39767,
- 2,
- 12,
- 5,
- 0.15678,
- "_AYEQALNLYTELLNNR_"
- ],
- [
- 46422,
- 2,
- 15,
- 5,
- 0.19953,
- "_GIVCPFVEIEVAGAEYDSTK_"
- ],
- [
- 38471,
- 3,
- 16,
- 6,
- 0.2138,
- "_IGTVSIFHMSDSYSETPLEDFVPQK_"
- ],
- [
- 23595,
- 2,
- 15,
- 4,
- 0.19953,
- "_VAGFNPALQLILTR_"
- ],
- [
- 16917,
- 2,
- 23,
- 6,
- 0.3136,
- "_WPDLLTEMVNR_"
- ],
- [
- 36444,
- 2,
- 16,
- 5,
- 0.2138,
- "_INIILSETDRDPLQVV_"
- ],
- [
- 13082,
- 2,
- 19,
- 3,
- 0.25657,
- "_FILLACDGLFK_"
- ],
- [
- 49907,
- 2,
- 17,
- 5,
- 0.24233,
- "_YAACGSPEEVLQAEQEFLANAK_"
- ],
- [
- 40727,
- 3,
- 15,
- 6,
- 0.19953,
- "_LDGSHPAFLYGYGGFNISITPNYSVSR_"
- ],
- [
- 50579,
- 2,
- 15,
- 7,
- 0.19953,
- "_EADIDGDGQVNYEEFVQM(Oxidation (M))MTAK_"
- ],
- [
- 18573,
- 3,
- 15,
- 4,
- 0.19953,
- "_NHMDITIPPLPPVAPEVLR_"
- ],
- [
- 15516,
- 3,
- 17,
- 5,
- 0.22806,
- "_LGLVPVSEASIIIAVSSAHR_"
- ],
- [
- 29027,
- 3,
- 18,
- 7,
- 0.24233,
- "_GLVETAAHLGYSVVAINHIVDFK_"
- ],
- [
- 29079,
- 3,
- 16,
- 6,
- 0.2138,
- "_LLALLSLGEVGHHIDLSGQLELK_"
- ],
- [
- 36151,
- 2,
- 17,
- 5,
- 0.22806,
- "_LTDGFMLPDPQNISLR_"
- ],
- [
- 34283,
- 3,
- 17,
- 4,
- 0.22803,
- "_ETAHSVLGSDANDVVITVPFDFGEK_"
- ],
- [
- 30172,
- 4,
- 10,
- 5,
- 0.12825,
- "_QHNIFLDQMTIDEDKLIAQNLELNETIK_"
- ],
- [
- 49452,
- 2,
- 10,
- 5,
- 0.12825,
- "_CSSCQAFLCASLQPAFDFDR_"
- ],
- [
- 33512,
- 2,
- 17,
- 3,
- 0.22803,
- "_GVLLEIEDLQVNQFK_"
- ],
- [
- 17344,
- 2,
- 18,
- 6,
- 0.2423,
- "_LEVAPISDIIAIK_"
- ],
- [
- 44838,
- 2,
- 14,
- 7,
- 0.18526,
- "_IVMLVNENPLLTEEAALNK_"
- ],
- [
- 29917,
- 3,
- 12,
- 4,
- 0.15677,
- "_SLDADHAPLQQFFVVMEHCLK_"
- ],
- [
- 19091,
- 4,
- 18,
- 7,
- 0.2423,
- "_GIYETPAGTILYHAHLDIEAFTMDR_"
- ],
- [
- 41323,
- 2,
- 19,
- 6,
- 0.25656,
- "_LALETTVLVESYTLPDGR_"
- ],
- [
- 46042,
- 2,
- 33,
- 7,
- 0.45607,
- "_EILVGDVGQTVDDPYATFVK_"
- ],
- [
- 22828,
- 3,
- 23,
- 4,
- 0.31357,
- "_TDVAVQIISNIYHNFPEQR_"
- ],
- [
- 19167,
- 4,
- 13,
- 7,
- 0.17101,
- "_EQLELFQNIRPLFINKPLIVVANK_"
- ],
- [
- 43012,
- 2,
- 23,
- 5,
- 0.31357,
- "_DYVCSQFPTPEAVLEGAR_"
- ],
- [
- 24212,
- 3,
- 10,
- 4,
- 0.12825,
- "_LTELM(Oxidation (M))FEHYNIPAFFLCK_"
- ],
- [
- 33682,
- 4,
- 10,
- 6,
- 0.12825,
- "_GIDVEQVSVVINFDLPVDKDGNPDNETYLHR_"
- ],
- [
- 16422,
- 3,
- 10,
- 3,
- 0.12825,
- "_FYPGLLEHNPNLLFMLK_"
- ],
- [
- 43620,
- 2,
- 14,
- 5,
- 0.18526,
- "_NTTGVTEEALKEFSMMFK_"
- ],
- [
- 42099,
- 2,
- 10,
- 3,
- 0.12825,
- "_LNSPTLSVNSDGFIPMLAK_"
- ],
- [
- 26096,
- 2,
- 10,
- 3,
- 0.12825,
- "_TSMNVNEIFMAIAK_"
- ],
- [
- 33935,
- 3,
- 21,
- 2,
- 0.28506,
- "_GSEIEDLVLLDEESRPVNLPPALK_"
- ],
- [
- 46631,
- 3,
- 11,
- 7,
- 0.14251,
- "_LNLSVTTPYNADFDGDEMNLHLPQSLETR_"
- ],
- [
- 4441,
- 4,
- 16,
- 6,
- 0.21376,
- "_LLQELSHPNIIGLLDAFGHK_"
- ],
- [
- 35537,
- 2,
- 12,
- 5,
- 0.15677,
- "_QPPLLPAALQAPTQILK_"
- ],
- [
- 27829,
- 3,
- 9,
- 3,
- 0.11399,
- "_QWLDLHLHQEIPTSLLILSR_"
- ],
- [
- 42370,
- 2,
- 20,
- 5,
- 0.2708,
- "_CAPGVVGPAEADIDFDIIR_"
- ],
- [
- 37726,
- 3,
- 15,
- 7,
- 0.19949,
- "_NHIPVFSPALTDGSLGDMIFFHSYK_"
- ],
- [
- 42541,
- 2,
- 16,
- 5,
- 0.21376,
- "_QNCFDDFQCAAEYLIK_"
- ],
- [
- 38976,
- 3,
- 12,
- 6,
- 0.15677,
- "_VPLNTCLQELGPLEPEEMIEHCLK_"
- ],
- [
- 34395,
- 3,
- 15,
- 7,
- 0.19949,
- "_VEVPQPLSWYPEELAWHTNLSR_"
- ],
- [
- 10180,
- 2,
- 15,
- 3,
- 0.19949,
- "_VLLDFLMEEK_"
- ],
- [
- 8141,
- 3,
- 15,
- 5,
- 0.19949,
- "_WSLALGLPLPLGEHAGR_"
- ],
- [
- 10309,
- 3,
- 9,
- 3,
- 0.11399,
- "_DLAHVVEIYDFEPALK_"
- ],
- [
- 14359,
- 3,
- 12,
- 4,
- 0.15677,
- "_DFGLYVVNMFDTHQAAR_"
- ],
- [
- 23736,
- 3,
- 15,
- 7,
- 0.19949,
- "_FVTHVSDWGALATISTLEAVR_"
- ],
- [
- 38695,
- 3,
- 15,
- 7,
- 0.19949,
- "_EQLELFQNIRPLFINKPLIVVANK_"
- ],
- [
- 47279,
- 2,
- 21,
- 5,
- 0.28505,
- "_LIDAETTAAAWPNVAAVSITGR_"
- ],
- [
- 21242,
- 2,
- 21,
- 5,
- 0.28505,
- "_DYGVLLEGSGLALR_"
- ],
- [
- 13918,
- 2,
- 20,
- 4,
- 0.27081,
- "_AILCLLLGGVER_"
- ],
- [
- 36390,
- 3,
- 14,
- 5,
- 0.18526,
- "_ILQMAEGIDIGEMPSYDLVLSKPSK_"
- ],
- [
- 26828,
- 2,
- 13,
- 2,
- 0.17102,
- "_NFVLPEEIIQEVR_"
- ],
- [
- 27726,
- 2,
- 11,
- 4,
- 0.1425,
- "_FNEQIEPIYALLR_"
- ],
- [
- 24525,
- 4,
- 13,
- 4,
- 0.17102,
- "_ASPPFPLISNAQDLAQEVQTVLKPVHHK_"
- ],
- [
- 35318,
- 4,
- 13,
- 8,
- 0.17102,
- "_MWPLAFGSGMGLGMAYSNCQHDFQAPYLLHGK_"
- ],
- [
- 38887,
- 2,
- 12,
- 5,
- 0.15676,
- "_VEAALALQSLISNQIQAK_"
- ],
- [
- 47715,
- 2,
- 13,
- 5,
- 0.17102,
- "_AVTFIDLTTLSGDDTSSNIQR_"
- ],
- [
- 35680,
- 3,
- 12,
- 3,
- 0.15676,
- "_HLQEIPDLSSNVATSFTWGWDSSK_"
- ],
- [
- 48887,
- 3,
- 13,
- 7,
- 0.17102,
- "_GIDVEQVSVVINFDLPVDKDGNPDNETYLHR_"
- ],
- [
- 41524,
- 2,
- 13,
- 6,
- 0.17102,
- "_DFGLYVVNMFDTHQAAR_"
- ],
- [
- 47101,
- 3,
- 13,
- 6,
- 0.17102,
- "_QHNIFLDQMTIDEDKLIAQNLELNETIK_"
- ],
- [
- 47348,
- 2,
- 10,
- 3,
- 0.12824,
- "_DNLEDETEDDDLFETEFR_"
- ],
- [
- 47402,
- 2,
- 11,
- 3,
- 0.1425,
- "_IVEIGDENATLDGTDVLFTGR_"
- ],
- [
- 43790,
- 2,
- 11,
- 4,
- 0.1425,
- "_LSPGGYFIGTTPNSFELIR_"
- ],
- [
- 39650,
- 2,
- 16,
- 7,
- 0.21374,
- "_LGAVFNQVAFPLQYTPR_"
- ],
- [
- 31010,
- 2,
- 17,
- 6,
- 0.22801,
- "_TQGFLALFSGDTGEIK_"
- ],
- [
- 15864,
- 2,
- 9,
- 4,
- 0.11399,
- "_DNFNVDEIFLK_"
- ],
- [
- 50273,
- 2,
- 9,
- 4,
- 0.11399,
- "_LSAITMALQYGSESEEDAALAAAR_"
- ],
- [
- 36864,
- 2,
- 15,
- 5,
- 0.19951,
- "_EWTAWMMEADPDLSR_"
- ],
- [
- 49865,
- 3,
- 11,
- 7,
- 0.1425,
- "_IGEMPLTDSILCDGLTDAFHNCHMGITAENVAK_"
- ],
- [
- 23345,
- 2,
- 11,
- 4,
- 0.1425,
- "_SFAAVIQALDGEMR_"
- ],
- [
- 22362,
- 2,
- 15,
- 4,
- 0.19951,
- "_LEDEFDMFALTR_"
- ],
- [
- 28676,
- 2,
- 15,
- 2,
- 0.19951,
- "_IGDFIDVSEGPLIPR_"
- ],
- [
- 31433,
- 3,
- 19,
- 4,
- 0.25655,
- "_FAVQDVNDVLDLEWDQHLEQK_"
- ],
- [
- 44479,
- 4,
- 13,
- 6,
- 0.17102,
- "_RQEYMQNCEQLLLGSSQAFQHVGQTLGDMAGQEVLPK_"
- ],
- [
- 49573,
- 2,
- 33,
- 6,
- 0.45605,
- "_IDNSQVESGSLEDDWDFLPPK_"
- ],
- [
- 45548,
- 2,
- 10,
- 4,
- 0.12824,
- "_MTLDTLSIYETPSM(Oxidation (M))GLLDK_"
- ],
- [
- 24472,
- 3,
- 15,
- 6,
- 0.19951,
- "_ELLCQLLTSLHHFVGEGESK_"
- ],
- [
- 15134,
- 2,
- 11,
- 3,
- 0.14253,
- "_ALEDMFDALEGK_"
- ],
- [
- 46704,
- 2,
- 6,
- 2,
- 0.071302,
- "_LSEELQGLDQLQLDNDVLR_"
- ],
- [
- 28154,
- 3,
- 14,
- 6,
- 0.18531,
- "_QDDMWEHIATFNALGYVQASK_"
- ],
- [
- 43030,
- 3,
- 18,
- 8,
- 0.2423,
- "_TLTGTVIDSGDGVTHVIPVAEGYVIGSCIK_"
- ],
- [
- 35607,
- 4,
- 17,
- 7,
- 0.22803,
- "_CAVGAACQPFHFYFPTPTVLCNEIWTHSYK_"
- ],
- [
- 46237,
- 2,
- 14,
- 5,
- 0.18531,
- "_SILALVDGQPWDMYKPLTK_"
- ],
- [
- 26237,
- 4,
- 18,
- 8,
- 0.2423,
- "_QKLEAQLTENNIVKEELALLDGSNVVFK_"
- ],
- [
- 22293,
- 3,
- 13,
- 6,
- 0.17105,
- "_MMITSQDVLHSWAVPTLGLK_"
- ],
- [
- 43529,
- 2,
- 15,
- 6,
- 0.19955,
- "_MMILYCTLLASAQSEAEK_"
- ],
- [
- 24610,
- 4,
- 10,
- 5,
- 0.12828,
- "_AVAAHQLFDASGHGLNEADADFLDDLLSR_"
- ],
- [
- 29596,
- 3,
- 13,
- 6,
- 0.17105,
- "_LNIHVGNISLVDQFEWDMSEK_"
- ],
- [
- 39732,
- 2,
- 6,
- 2,
- 0.071302,
- "_NGIQAMVEFESVLCAQK_"
- ],
- [
- 35458,
- 2,
- 16,
- 5,
- 0.2138,
- "_QCIGTMTIEIDFLQK_"
- ],
- [
- 31891,
- 3,
- 24,
- 8,
- 0.32784,
- "_GIFPVLCKDPVQEAWAEDVDLR_"
- ],
- [
- 46992,
- 2,
- 15,
- 4,
- 0.19955,
- "_TSETGIVDQVMVTLNQEGYK_"
- ],
- [
- 43434,
- 3,
- 20,
- 9,
- 0.27084,
- "_VDEFPLCGHMVSDEYEQLSSEALEAAR_"
- ],
- [
- 19898,
- 2,
- 15,
- 5,
- 0.19955,
- "_FNVLQYVVPEVK_"
- ],
- [
- 40479,
- 3,
- 12,
- 3,
- 0.15679,
- "_LKLEQDMTTVDEGDEGSMPADIATLLK_"
- ],
- [
- 30392,
- 2,
- 21,
- 7,
- 0.2851,
- "_MIMALVSDSALFNTR_"
- ],
- [
- 8433,
- 2,
- 8,
- 2,
- 0.099789,
- "_ILVLTELLER_"
- ],
- [
- 13632,
- 3,
- 9,
- 3,
- 0.11404,
- "_LEEIIHQITNVEALIAR_"
- ],
- [
- 28858,
- 2,
- 13,
- 4,
- 0.17105,
- "_QYVYGVLFSLAESR_"
- ],
- [
- 31220,
- 2,
- 12,
- 2,
- 0.15679,
- "_DGTFPLPIGESVTVTR_"
- ],
- [
- 7499,
- 3,
- 12,
- 5,
- 0.15679,
- "_KLPVESIQIVLEELR_"
- ],
- [
- 13039,
- 3,
- 9,
- 2,
- 0.11404,
- "_LLETELLQEISEIEKR_"
- ],
- [
- 49125,
- 3,
- 13,
- 5,
- 0.17105,
- "_TETFVLSANLHGGALVASYPFDNGVQATGALYSR_"
- ],
- [
- 10358,
- 2,
- 12,
- 4,
- 0.15678,
- "_LFFPVIYDVK_"
- ],
- [
- 17798,
- 3,
- 8,
- 2,
- 0.099787,
- "_AFEWYGTYLELCGVLHK_"
- ],
- [
- 41707,
- 2,
- 13,
- 6,
- 0.17105,
- "_NGIAFMGPPSQAMWALGDK_"
- ],
- [
- 20643,
- 3,
- 15,
- 6,
- 0.19956,
- "_SILALVDGQPWDMYKPLTK_"
- ],
- [
- 49979,
- 3,
- 9,
- 3,
- 0.11404,
- "_SEVFYPGETVVHGPGEATAVEWGPNTWMVEYGR_"
- ],
- [
- 17687,
- 2,
- 10,
- 5,
- 0.1283,
- "_ILQAVNFPFLVK_"
- ],
- [
- 51062,
- 2,
- 14,
- 6,
- 0.1853,
- "_GAMVASFSPAAGQLATPESFIEPPSK_"
- ],
- [
- 33696,
- 2,
- 7,
- 3,
- 0.085556,
- "_DTGNFVIGQILSDQSR_"
- ],
- [
- 40034,
- 3,
- 14,
- 7,
- 0.1853,
- "_QGLLDAYHDGACCSLSIPFIPQNPAR_"
- ],
- [
- 28582,
- 4,
- 11,
- 3,
- 0.14254,
- "_YPMALGNLADLEELEPTPGRPDPLTLYHK_"
- ],
- [
- 20345,
- 2,
- 14,
- 4,
- 0.1853,
- "_IESILMSLPLTAR_"
- ],
- [
- 45113,
- 2,
- 7,
- 2,
- 0.085556,
- "_LIADLQPNTEYSFVLMNR_"
- ],
- [
- 41358,
- 3,
- 13,
- 5,
- 0.17105,
- "_TLYSFTSFGVNPDGSPSSLDPPEHLFR_"
- ],
- [
- 30650,
- 4,
- 12,
- 6,
- 0.15678,
- "_NREEMLLNSDIFWKPQEAVQGDVGSFVLK_"
- ],
- [
- 36819,
- 2,
- 11,
- 5,
- 0.14254,
- "_TWTLELSPELASMTTR_"
- ],
- [
- 25356,
- 2,
- 14,
- 4,
- 0.1853,
- "_YLLVPAFQGALTMK_"
- ],
- [
- 15090,
- 2,
- 21,
- 5,
- 0.28509,
- "_DDGSAVIWVTFK_"
- ],
- [
- 14248,
- 2,
- 22,
- 4,
- 0.29936,
- "_ESYPVFYLFR_"
- ],
- [
- 38913,
- 2,
- 17,
- 5,
- 0.22805,
- "_LAVTSYTDIADLMDAGNK_"
- ],
- [
- 43160,
- 2,
- 17,
- 5,
- 0.22805,
- "_ILLDDTGLAYICQTYER_"
- ],
- [
- 22714,
- 2,
- 18,
- 5,
- 0.24229,
- "_SNDPVATAFAEMLK_"
- ],
- [
- 45153,
- 2,
- 19,
- 6,
- 0.25656,
- "_EAASILQELQVETYGSMEK_"
- ],
- [
- 19373,
- 3,
- 15,
- 4,
- 0.19956,
- "_ITNHGDLVSLHQALELDFL_"
- ],
- [
- 35705,
- 2,
- 27,
- 6,
- 0.37063,
- "_TAVDSGIPLLTNFQVTK_"
- ],
- [
- 46752,
- 2,
- 19,
- 4,
- 0.25656,
- "_HFTEDGNILQLANLPDLYK_"
- ],
- [
- 39317,
- 3,
- 15,
- 5,
- 0.19956,
- "_GYGLCHGSAGNAYAFLTLYNLTQDMK_"
- ],
- [
- 40637,
- 2,
- 20,
- 6,
- 0.27083,
- "_FVQNVTSDLQLAAEFAAK_"
- ],
- [
- 32161,
- 2,
- 15,
- 5,
- 0.19956,
- "_SEMVPSCPFIYIIR_"
- ],
- [
- 39472,
- 2,
- 17,
- 4,
- 0.22805,
- "_YGDLLPADGILIQGNDLK_"
- ],
- [
- 41752,
- 2,
- 17,
- 7,
- 0.22804,
- "_QATTIIADNIIFLSDQTK_"
- ],
- [
- 21853,
- 2,
- 17,
- 5,
- 0.22804,
- "_GFYEGIMLVDGFK_"
- ],
- [
- 41843,
- 3,
- 17,
- 4,
- 0.22804,
- "_IDGSLVIRPYTPVTSDEDQGYVDLVIK_"
- ],
- [
- 46620,
- 2,
- 23,
- 7,
- 0.3136,
- "_DNLTLWTSDQQDDDGGEGNN_"
- ],
- [
- 47203,
- 4,
- 18,
- 7,
- 0.24229,
- "_GSNAHEQALETGVTVTGCTVHFVAEDVDAGQIILQEAVPVKR_"
- ],
- [
- 47428,
- 3,
- 11,
- 6,
- 0.14254,
- "_VIELFSVCTNEDPKDRPSAAHIVEALETDV_"
- ],
- [
- 21888,
- 3,
- 16,
- 7,
- 0.2138,
- "_AQSDGIWGEHEIDYILLVR_"
- ],
- [
- 39447,
- 3,
- 12,
- 5,
- 0.15678,
- "_WVTTASLLDYDTVAGADKFGNICVVR_"
- ],
- [
- 7721,
- 3,
- 11,
- 4,
- 0.14254,
- "_QMLISLAPPVLTLHLK_"
- ],
- [
- 33621,
- 2,
- 19,
- 6,
- 0.25653,
- "_LELFLPEEYPMAAPK_"
- ],
- [
- 16707,
- 2,
- 12,
- 4,
- 0.15678,
- "_DAANLLNDALAIR_"
- ],
- [
- 34325,
- 2,
- 13,
- 4,
- 0.17102,
- "_KLPVESIQIVLEELR_"
- ],
- [
- 37727,
- 3,
- 13,
- 7,
- 0.17102,
- "_ATVAPEDVSEVIFGHVLAAGCGQNPVR_"
- ],
- [
- 17736,
- 2,
- 20,
- 3,
- 0.2708,
- "_ELLPGSVMLGFAR_"
- ],
- [
- 24834,
- 3,
- 20,
- 5,
- 0.2708,
- "_GVPQIEVTFDIDANGIVHVSAK_"
- ],
- [
- 9668,
- 2,
- 13,
- 5,
- 0.17102,
- "_LILPELGPVFK_"
- ],
- [
- 36963,
- 2,
- 13,
- 5,
- 0.17102,
- "_GLPLGSAVSSPVLFSPVGR_"
- ],
- [
- 37796,
- 2,
- 11,
- 5,
- 0.14254,
- "_VGVWNVPYISQAYVIR_"
- ],
- [
- 15454,
- 3,
- 11,
- 4,
- 0.14254,
- "_TFLEYLEYEKDVLNIK_"
- ],
- [
- 32529,
- 2,
- 13,
- 5,
- 0.17102,
- "_AVLPVAESFGFADEIR_"
- ],
- [
- 14732,
- 2,
- 15,
- 3,
- 0.19954,
- "_TIEDDLVSALVR_"
- ],
- [
- 16260,
- 2,
- 15,
- 5,
- 0.19954,
- "_IIIPPFLAYGEK_"
- ],
- [
- 33214,
- 2,
- 10,
- 3,
- 0.12828,
- "_NACLLPAYFAVTEIR_"
- ],
- [
- 19210,
- 2,
- 9,
- 2,
- 0.11403,
- "_LVDTAWLEIMTK_"
- ],
- [
- 50927,
- 2,
- 17,
- 7,
- 0.22804,
- "_ADIDISGPNVDVDVPDVNIEGPDAK_"
- ],
- [
- 51666,
- 3,
- 16,
- 8,
- 0.2138,
- "_DLEIERPMPGTHTVTLQCPALLVVGDSSPAVDAVVECNSK_"
- ],
- [
- 37317,
- 3,
- 15,
- 6,
- 0.2138,
- "_IDVLLQQIEELGSEGKVEEAQGMMK_"
- ],
- [
- 32421,
- 2,
- 9,
- 3,
- 0.11403,
- "_DFIHTASISFLTPLR_"
- ],
- [
- 34521,
- 3,
- 13,
- 6,
- 0.17102,
- "_IHVQGTDLPDPIATFQQLDQEYK_"
- ],
- [
- 47798,
- 2,
- 17,
- 6,
- 0.22804,
- "_QLVPASGLTVMDLEAEGTCLR_"
- ],
- [
- 24887,
- 3,
- 11,
- 7,
- 0.14252,
- "_VGADNHVLPLDCVTLQTFLAK_"
- ],
- [
- 42985,
- 3,
- 16,
- 8,
- 0.21379,
- "_ELEQVCNPIISGLYQGAGGPGPGGFGAQGPK_"
- ],
- [
- 44011,
- 2,
- 6,
- 5,
- 0.071276,
- "_EIVAISSAQLQDFDWQVK_"
- ],
- [
- 30606,
- 2,
- 21,
- 4,
- 0.28504,
- "_IFQNLDGALDEVVLK_"
- ],
- [
- 7187,
- 3,
- 16,
- 5,
- 0.21379,
- "_IPAEVLILNSIVLPHK_"
- ],
- [
- 35135,
- 2,
- 14,
- 3,
- 0.18527,
- "_GWEWEGEWIVDPER_"
- ],
- [
- 45204,
- 3,
- 13,
- 4,
- 0.17102,
- "_NLQGLLQMAITAGSEEPDPPPEPMSEERR_"
- ],
- [
- 26713,
- 3,
- 13,
- 2,
- 0.17102,
- "_LGTDPTHVMGLYPDLLPTDYR_"
- ],
- [
- 36928,
- 3,
- 19,
- 4,
- 0.25654,
- "_ATVQVVILADPDGHEICFVGDEAFR_"
- ],
- [
- 41098,
- 3,
- 13,
- 6,
- 0.17102,
- "_LCLTLGIPQATDPDKTYELTTDNMLK_"
- ],
- [
- 40193,
- 2,
- 8,
- 2,
- 0.099792,
- "_LQQDDNWVESYLSWR_"
- ],
- [
- 40897,
- 2,
- 31,
- 4,
- 0.4276,
- "_(Acetyl (Protein N-term))MELIQDTSRPPLEYVK_"
- ],
- [
- 27574,
- 3,
- 10,
- 5,
- 0.12827,
- "_VHLTPYTVDSPICDFLELQR_"
- ],
- [
- 47312,
- 3,
- 10,
- 6,
- 0.12827,
- "_AEISCIDNKDGTCTVTYLPTLPGDYSILVK_"
- ],
- [
- 38116,
- 3,
- 13,
- 8,
- 0.17102,
- "_LNSDPQFVLAQNVGTTHDLLDICLK_"
- ],
- [
- 22076,
- 2,
- 15,
- 5,
- 0.19953,
- "_DISEVIALGVPNPR_"
- ],
- [
- 49874,
- 2,
- 12,
- 4,
- 0.15678,
- "_ISALQSAGVVVSMSPAQLGTTIYK_"
- ],
- [
- 33322,
- 2,
- 15,
- 5,
- 0.19953,
- "_M(Oxidation (M))PCTEDYLSLILNR_"
- ],
- [
- 47551,
- 3,
- 15,
- 9,
- 0.19953,
- "_AGLPCQDLEFVQFHPTGIYGAGCLITEGCR_"
- ],
- [
- 9136,
- 2,
- 22,
- 4,
- 0.29931,
- "_ELLPVLISAMK_"
- ],
- [
- 34028,
- 3,
- 15,
- 6,
- 0.19953,
- "_LVVLDEELEGISPDELKDELPER_"
- ],
- [
- 39660,
- 3,
- 26,
- 7,
- 0.35633,
- "_RPLIDQVVQTALSETQDPEEVSVTVK_"
- ],
- [
- 23840,
- 3,
- 15,
- 6,
- 0.19953,
- "_LDYLDLYLIHWPTGFKPGK_"
- ],
- [
- 24389,
- 2,
- 17,
- 5,
- 0.22804,
- "_EVQLAQIFEPLSR_"
- ],
- [
- 45720,
- 2,
- 16,
- 5,
- 0.21379,
- "_GSPFPEVAESVQQELESYR_"
- ],
- [
- 49273,
- 2,
- 12,
- 3,
- 0.15678,
- "_AYQELLATVNEMDISPDEAVR_"
- ],
- [
- 3424,
- 2,
- 13,
- 4,
- 0.17101,
- "_DFLSVMLEK_"
- ],
- [
- 33092,
- 2,
- 11,
- 2,
- 0.1425,
- "_LLIPVADGMNEMYLR_"
- ],
- [
- 51542,
- 2,
- 9,
- 6,
- 0.11402,
- "_QPNENGVSVQNENFEEIINLPIGSK_"
- ],
- [
- 31694,
- 2,
- 14,
- 4,
- 0.18525,
- "_EELQNLIQSLEAANK_"
- ],
- [
- 38633,
- 3,
- 25,
- 7,
- 0.34207,
- "_GIYETPAGTILYHAHLDIEAFTMDR_"
- ],
- [
- 49528,
- 2,
- 12,
- 3,
- 0.15675,
- "_NEVEEGVSPSQPSMDGILDAIAK_"
- ],
- [
- 25382,
- 2,
- 13,
- 5,
- 0.17101,
- "_NDVMNLLESAGFSR_"
- ],
- [
- 23484,
- 2,
- 13,
- 4,
- 0.17101,
- "_EVLQSLPLTEIIR_"
- ],
- [
- 3788,
- 2,
- 14,
- 5,
- 0.18525,
- "_ETDLLILFK_"
- ],
- [
- 48388,
- 2,
- 13,
- 6,
- 0.17101,
- "_FVCQSSSIDFLASQGFDFNK_"
- ],
- [
- 24875,
- 2,
- 31,
- 7,
- 0.42756,
- "_VVIGMDVAASEFFR_"
- ],
- [
- 43904,
- 2,
- 26,
- 5,
- 0.35631,
- "_TGPLPPGPPPEIVIYQELR_"
- ],
- [
- 40836,
- 3,
- 12,
- 5,
- 0.15675,
- "_ISNIEDLPPLYTLNKPLLSGISNAEAR_"
- ],
- [
- 33479,
- 3,
- 13,
- 4,
- 0.17101,
- "_TFITFSDDATFEEWFPQGRPPK_"
- ],
- [
- 41811,
- 3,
- 12,
- 4,
- 0.15675,
- "_LLPEFNMAEPPLIFECNHACSCWR_"
- ],
- [
- 11993,
- 2,
- 13,
- 5,
- 0.17101,
- "_DLIDWTDGIAR_"
- ],
- [
- 19465,
- 2,
- 23,
- 5,
- 0.31354,
- "_NTLFNLSNFLDK_"
- ],
- [
- 26757,
- 3,
- 18,
- 5,
- 0.24227,
- "_ELNSPILFAFSHLESSDGEAGR_"
- ],
- [
- 26425,
- 2,
- 11,
- 4,
- 0.1425,
- "_VLDIIYQPQAIFR_"
- ],
- [
- 19571,
- 2,
- 12,
- 5,
- 0.15675,
- "_LDPETLESLGLIK_"
- ],
- [
- 45763,
- 2,
- 11,
- 6,
- 0.1425,
- "_VHAVIGVLMDDTDPLVTVMK_"
- ],
- [
- 33314,
- 3,
- 17,
- 6,
- 0.22802,
- "_GEETPVIVGSALCALEGRDPELGLK_"
- ],
- [
- 27709,
- 2,
- 10,
- 3,
- 0.12827,
- "_NACQMLMILGLEGR_"
- ],
- [
- 45945,
- 3,
- 20,
- 8,
- 0.27077,
- "_MQHLNPDPQLIPEQITTDITPECLVSPR_"
- ],
- [
- 41502,
- 2,
- 15,
- 4,
- 0.1995,
- "_LEVQCPQGGAAVWVLLSR_"
- ],
- [
- 28248,
- 3,
- 16,
- 6,
- 0.21376,
- "_LEAYQHLFYLLQTNPTYLAK_"
- ],
- [
- 36272,
- 2,
- 16,
- 4,
- 0.21376,
- "_DLEFQLHEPFLLYR_"
- ],
- [
- 42755,
- 2,
- 17,
- 6,
- 0.22802,
- "_LIDIFYPGDQQSVTFGTK_"
- ],
- [
- 35600,
- 3,
- 15,
- 3,
- 0.1995,
- "_IGDWQHAQNIMDQMPPYYAASHK_"
- ],
- [
- 44260,
- 3,
- 17,
- 8,
- 0.22802,
- "_LTKEEILENWNMFVGSQATNYGEDLTK_"
- ],
- [
- 23674,
- 2,
- 15,
- 3,
- 0.1995,
- "_SFLSGLYEFPLNK_"
- ],
- [
- 34072,
- 2,
- 19,
- 8,
- 0.25652,
- "_AM(Oxidation (M))GIMNSFVNDIFER_"
- ],
- [
- 45758,
- 4,
- 19,
- 10,
- 0.25652,
- "_DLEIERPMPGTHTVTLQCPALLVVGDSSPAVDAVVECNSK_"
- ],
- [
- 42815,
- 4,
- 19,
- 9,
- 0.25652,
- "_QVFAENKDEIALVLFGTDGTDNPLSGGDQYQNITVHR_"
- ],
- [
- 45467,
- 2,
- 15,
- 4,
- 0.1995,
- "_WGIMADWNNCYYTFDGK_"
- ],
- [
- 25627,
- 3,
- 20,
- 6,
- 0.27077,
- "_YLEEERPFAIEQVTGMLLAK_"
- ],
- [
- 50508,
- 3,
- 16,
- 7,
- 0.21376,
- "_FSVAIQTCLITPAEGPVVTAQYECLGCVHPISTK_"
- ],
- [
- 51124,
- 3,
- 22,
- 8,
- 0.29927,
- "_IQAEHSESGQLVGVDLNTGEPMVAAEVGVWDNYCVK_"
- ],
- [
- 37920,
- 2,
- 17,
- 3,
- 0.22802,
- "_(Acetyl (Protein N-term))ATAATEEPFPFHGLLPK_"
- ],
- [
- 36042,
- 2,
- 15,
- 5,
- 0.1995,
- "_EAFDLFDADGTGTIDVK_"
- ],
- [
- 30757,
- 2,
- 20,
- 6,
- 0.27077,
- "_VLLESEQFLTELTR_"
- ],
- [
- 33024,
- 2,
- 10,
- 2,
- 0.12827,
- "_GTTVSVQQLFSTLPVR_"
- ],
- [
- 29390,
- 2,
- 19,
- 6,
- 0.25652,
- "_EIVLADVIDNDSWR_"
- ],
- [
- 5720,
- 4,
- 15,
- 6,
- 0.1995,
- "_LDYLDLYLIHWPTGFKPGK_"
- ],
- [
- 48955,
- 2,
- 17,
- 5,
- 0.22802,
- "_TDTMIQTPGPLPAPQLTSTVLR_"
- ],
- [
- 37328,
- 2,
- 6,
- 3,
- 0.071194,
- "_IVSLEPAYPPVFYLNK_"
- ],
- [
- 37646,
- 2,
- 11,
- 4,
- 0.1425,
- "_ETLPLLLQHLWQVNR_"
- ],
- [
- 23975,
- 4,
- 12,
- 5,
- 0.15673,
- "_SPSPVHGAGPSVMEIPWDDLIALCINHK_"
- ],
- [
- 48071,
- 3,
- 16,
- 8,
- 0.21372,
- "_ILHTLLASGEDALDFTQESEPSYISDVGPPGR_"
- ],
- [
- 43926,
- 3,
- 13,
- 7,
- 0.17098,
- "_LFNHLSAVSESIQALGWVAMAPKPGPYVK_"
- ],
- [
- 9329,
- 2,
- 18,
- 6,
- 0.24224,
- "_FVSISDLLVPK_"
- ],
- [
- 19295,
- 2,
- 12,
- 4,
- 0.15673,
- "_VLAPELIPSILEK_"
- ],
- [
- 28410,
- 3,
- 13,
- 4,
- 0.17098,
- "_MNWIDAPDDVFYMATEETRK_"
- ],
- [
- 51461,
- 2,
- 13,
- 5,
- 0.17098,
- "_YAALANLDNIFSAGQGGDQGSGFGTTGK_"
- ],
- [
- 36099,
- 4,
- 19,
- 8,
- 0.2565,
- "_IGEMPLTDSILCDGLTDAFHNCHMGITAENVAK_"
- ],
- [
- 33595,
- 4,
- 13,
- 4,
- 0.17098,
- "_SHFTDKETGQEHELIESMPLLEWFANNYK_"
- ],
- [
- 33563,
- 3,
- 18,
- 5,
- 0.24224,
- "_GGSDPETTGIQIWSEVFTVEKPGGK_"
- ],
- [
- 38001,
- 2,
- 19,
- 4,
- 0.2565,
- "_DVFANYLTSNFQAPGVK_"
- ],
- [
- 13550,
- 2,
- 18,
- 6,
- 0.24224,
- "_EFEPLLNWMK_"
- ],
- [
- 51617,
- 2,
- 8,
- 5,
- 0.099733,
- "_GAFNFDQETVINPETGEQIQSWYR_"
- ],
- [
- 17589,
- 2,
- 10,
- 2,
- 0.12825,
- "_IIVELVEFISPK_"
- ],
- [
- 35882,
- 2,
- 17,
- 6,
- 0.22799,
- "_AIIASNIMYIVGQYPR_"
- ],
- [
- 48644,
- 2,
- 14,
- 3,
- 0.18524,
- "_SVVDSLDIESMTIEDEYSGPK_"
- ],
- [
- 25180,
- 3,
- 24,
- 6,
- 0.32777,
- "_LFPPWIKPADTEPPPLLVYK_"
- ],
- [
- 41094,
- 2,
- 21,
- 6,
- 0.28499,
- "_IMEFTTTLLNTSPEGWK_"
- ],
- [
- 42575,
- 4,
- 14,
- 3,
- 0.18524,
- "_VNPTQCEAMTMVAAQVMGNHVAVTVGGSNGHFELNVFK_"
- ],
- [
- 45083,
- 4,
- 48,
- 9,
- 0.66981,
- "_SNTGGQAFPQCVFDHWQILPGDPFDNSSRPSQVVAETR_"
- ],
- [
- 16411,
- 2,
- 15,
- 5,
- 0.19948,
- "_LGPLLLDPSLAVR_"
- ],
- [
- 50403,
- 3,
- 16,
- 8,
- 0.21372,
- "_TTSGYAGGLSSAYGGLTSPGLSYSLGSSFGSGAGSSSFSR_"
- ],
- [
- 50447,
- 2,
- 16,
- 5,
- 0.21372,
- "_GEQQPISSPWDVVFGTSGSEVQR_"
- ],
- [
- 12210,
- 3,
- 8,
- 4,
- 0.099733,
- "_VFMQQLASALQFLHER_"
- ],
- [
- 44447,
- 2,
- 15,
- 6,
- 0.19948,
- "_DFNLDGAPYGYTPFCDSR_"
- ],
- [
- 41898,
- 3,
- 14,
- 5,
- 0.18523,
- "_TVMSNSTSVPAWQWLAHVYQSQGMMR_"
- ],
- [
- 51530,
- 2,
- 9,
- 7,
- 0.11399,
- "_TEFTQGMILPTMNGESVDPVGQPALK_"
- ],
- [
- 30745,
- 4,
- 16,
- 7,
- 0.21373,
- "_VIELFSVCTNEDPKDRPSAAHIVEALETDV_"
- ],
- [
- 17339,
- 2,
- 13,
- 3,
- 0.17098,
- "_VQLDVFTLSGFR_"
- ],
- [
- 25511,
- 3,
- 13,
- 4,
- 0.17098,
- "_FAVSQMSALLDSAHLLASSTQR_"
- ],
- [
- 51489,
- 2,
- 19,
- 8,
- 0.2565,
- "_LLEDGEDFNLGDALDSSNSMQTIQK_"
- ],
- [
- 46491,
- 2,
- 14,
- 5,
- 0.18523,
- "_LDCIYLNAGIMPNPQLNIK_"
- ],
- [
- 45254,
- 3,
- 23,
- 7,
- 0.31348,
- "_NIFLVAATLRPETMFGQTNCWVRPDMK_"
- ],
- [
- 31019,
- 2,
- 12,
- 3,
- 0.15675,
- "_ILDVASLEVLNEVNR_"
- ],
- [
- 29778,
- 2,
- 16,
- 4,
- 0.21373,
- "_NFLVFQGAVESIAMK_"
- ],
- [
- 47796,
- 2,
- 14,
- 4,
- 0.18523,
- "_GLEMDPIDCTPPEYILPGSR_"
- ],
- [
- 38106,
- 2,
- 14,
- 5,
- 0.18523,
- "_LFDSDPITVTVPVEVSR_"
- ],
- [
- 16619,
- 3,
- 11,
- 5,
- 0.1425,
- "_PHINMLTILAEENLPFAK_"
- ],
- [
- 41440,
- 4,
- 22,
- 9,
- 0.29925,
- "_KEIEDAAQFATADPEPPLEELGYHIYSSDPPFEVR_"
- ],
- [
- 44415,
- 2,
- 8,
- 2,
- 0.099737,
- "_GVVIVLGAGDTAFDCATSALR_"
- ],
- [
- 26051,
- 4,
- 14,
- 4,
- 0.18523,
- "_THGIAVSPCGAYLAIITTEGMINGLHPVNK_"
- ],
- [
- 49016,
- 2,
- 7,
- 5,
- 0.085445,
- "_ASGPGLNTTGVPASLPVEFTIDAK_"
- ],
- [
- 50162,
- 3,
- 21,
- 5,
- 0.285,
- "_ALDTLIQSGPALSHLVSQTTAQMGQPQAPMGSYQR_"
- ],
- [
- 22047,
- 3,
- 15,
- 5,
- 0.19949,
- "_HDELADSLPCAEGEFIFLR_"
- ],
- [
- 18993,
- 2,
- 15,
- 3,
- 0.19949,
- "_MVMTVFACLMGR_"
- ],
- [
- 37354,
- 4,
- 13,
- 6,
- 0.17098,
- "_LHLDEDYPCSLVGNWNTWYGEQDQAVHLWR_"
- ],
- [
- 20975,
- 3,
- 21,
- 5,
- 0.285,
- "_NKNPAPPIDAVEQILPTLVR_"
- ],
- [
- 37634,
- 2,
- 12,
- 4,
- 0.15674,
- "_AELGTDLLSQLSLEDQK_"
- ],
- [
- 41759,
- 3,
- 21,
- 3,
- 0.28499,
- "_IYNLPPELYHEGEQVEYAEMVPVLR_"
- ],
- [
- 35265,
- 2,
- 9,
- 3,
- 0.11397,
- "_VDFEQLTENLGQLER_"
- ],
- [
- 40844,
- 2,
- 10,
- 5,
- 0.12822,
- "_YLTVEQIMTCVADTCR_"
- ],
- [
- 48699,
- 2,
- 11,
- 3,
- 0.14245,
- "_GLFDDEDEESDLFTEASQDR_"
- ],
- [
- 37430,
- 2,
- 9,
- 5,
- 0.11397,
- "_DMNQGELFDCALLGDR_"
- ],
- [
- 28815,
- 2,
- 14,
- 6,
- 0.18521,
- "_IESEGLLSLTTQLVK_"
- ],
- [
- 18237,
- 3,
- 14,
- 5,
- 0.18521,
- "_QTPDFHTVIGDTVTGLLER_"
- ],
- [
- 22978,
- 2,
- 15,
- 4,
- 0.19947,
- "_MFLGDAVDVFETR_"
- ],
- [
- 51337,
- 2,
- 16,
- 5,
- 0.21372,
- "_LEGDMATIQVYEETSGVSVGDPVLR_"
- ],
- [
- 7501,
- 2,
- 11,
- 5,
- 0.14245,
- "_QIFILLFQR_"
- ],
- [
- 23651,
- 3,
- 9,
- 3,
- 0.11397,
- "_GMFTLFSYHPVPTEPLPIPK_"
- ],
- [
- 13186,
- 2,
- 13,
- 2,
- 0.17098,
- "_IDVYGFSALWK_"
- ],
- [
- 35312,
- 3,
- 15,
- 5,
- 0.19947,
- "_IKEWVDKYDPGALVIPFSGALELK_"
- ],
- [
- 31187,
- 2,
- 12,
- 5,
- 0.15674,
- "_ALESSIAPIVIFASNR_"
- ],
- [
- 33631,
- 2,
- 12,
- 4,
- 0.15674,
- "_LLSAIGTSAIMDSDLLK_"
- ],
- [
- 10336,
- 3,
- 13,
- 3,
- 0.17098,
- "_ETLPLLLQHLWQVNR_"
- ],
- [
- 45777,
- 3,
- 17,
- 6,
- 0.22796,
- "_GTSPTQIWCNNSQLPVDHILAGSFETAMR_"
- ],
- [
- 31940,
- 2,
- 15,
- 5,
- 0.19947,
- "_AYMCPFMQFIEGGR_"
- ],
- [
- 22244,
- 2,
- 20,
- 3,
- 0.27073,
- "_SIIGVIPYFPYSK_"
- ],
- [
- 19966,
- 3,
- 17,
- 6,
- 0.22796,
- "_VHAVIGVLMDDTDPLVTVMK_"
- ],
- [
- 39822,
- 2,
- 15,
- 2,
- 0.19947,
- "_LSTIDESGSILSDISFDK_"
- ],
- [
- 27249,
- 3,
- 15,
- 5,
- 0.19946,
- "_AVATVGPISVAIDAGHESFLFYK_"
- ],
- [
- 9629,
- 3,
- 9,
- 4,
- 0.11393,
- "_VLDVLDLCVVVLQSHK_"
- ],
- [
- 39615,
- 2,
- 9,
- 2,
- 0.11393,
- "_ELVQVQTLMDNMTLER_"
- ],
- [
- 14331,
- 4,
- 10,
- 5,
- 0.12822,
- "_NPDMEKDCPTIIHFVLANINFR_"
- ],
- [
- 29274,
- 3,
- 13,
- 4,
- 0.17098,
- "_SEEIKDTILQTVDLVSQETGEK_"
- ],
- [
- 23596,
- 3,
- 18,
- 8,
- 0.24221,
- "_NGMVEDWDSFQAILDHTYK_"
- ],
- [
- 50329,
- 3,
- 14,
- 6,
- 0.18523,
- "_AQELDALDNSHPIEVSVGHPSEVDEIFDAISYSK_"
- ],
- [
- 41562,
- 4,
- 18,
- 6,
- 0.24221,
- "_ERPEISPPSDFEHTIHVGFDAVTGEFTGMPEQWAR_"
- ],
- [
- 48133,
- 4,
- 17,
- 7,
- 0.22797,
- "_TGVTTAVIQPLSVPVQQVHSPTSYLCRPDGTTTAYFPPVFTK_"
- ],
- [
- 16327,
- 3,
- 10,
- 2,
- 0.12822,
- "_LFEEVLGVICRPAAEALR_"
- ],
- [
- 31389,
- 3,
- 5,
- 2,
- 0.056961,
- "_HSDSYFPPPLGCGAVGGPVLEALAK_"
- ],
- [
- 17177,
- 2,
- 11,
- 3,
- 0.14247,
- "_SLLVVSDLFTER_"
- ],
- [
- 44340,
- 3,
- 17,
- 7,
- 0.22797,
- "_THGIAVSPCGAYLAIITTEGMINGLHPVNK_"
- ],
- [
- 45770,
- 3,
- 12,
- 3,
- 0.1567,
- "_LVAFCPFASSQVALENANAVSEGVVHEDLR_"
- ],
- [
- 34214,
- 3,
- 12,
- 6,
- 0.1567,
- "_NPDMEKDCPTIIHFVLANINFR_"
- ],
- [
- 42302,
- 3,
- 11,
- 4,
- 0.14247,
- "_GNEVSALPATLDSLSIHQLAAQGELDQLK_"
- ],
- [
- 43072,
- 2,
- 16,
- 4,
- 0.21371,
- "_EVLPLAFLGMHEIADEEK_"
- ],
- [
- 25179,
- 2,
- 12,
- 6,
- 0.1567,
- "_NLYVTFPIPDLQK_"
- ],
- [
- 40282,
- 3,
- 16,
- 8,
- 0.21371,
- "_QHFIQEEQILEIDCTMLTPEPVLK_"
- ],
- [
- 32033,
- 4,
- 21,
- 6,
- 0.28498,
- "_VLYLGAASGTTVSHVSDIVGPDGLVYAVEFSHR_"
- ],
- [
- 12592,
- 3,
- 10,
- 4,
- 0.12822,
- "_SLINMVLDHVEDMEER_"
- ],
- [
- 30116,
- 2,
- 15,
- 4,
- 0.19946,
- "_IPEGTILTMDMLTVK_"
- ],
- [
- 44980,
- 3,
- 13,
- 5,
- 0.17098,
- "_SNVTSLDCHISQYATICQQLQAEVAALR_"
- ],
- [
- 44788,
- 2,
- 13,
- 4,
- 0.17098,
- "_YMNSGPVVAM(Oxidation (M))VWEGLNVVK_"
- ],
- [
- 45825,
- 3,
- 6,
- 3,
- 0.07119,
- "_KEEEAVLVGGEWSPSLDGLDPQADPQVLVR_"
- ],
- [
- 23003,
- 3,
- 16,
- 7,
- 0.21371,
- "_KIEFVVVGPEAPLAAGIVGNLR_"
- ],
- [
- 31431,
- 3,
- 18,
- 9,
- 0.24221,
- "_DIDFLKEEEHDCFLEEIMTK_"
- ],
- [
- 33481,
- 3,
- 12,
- 5,
- 0.15672,
- "_LVQWGPGLVALQEAEIPEHFGAVR_"
- ],
- [
- 36430,
- 2,
- 12,
- 6,
- 0.15672,
- "_QMCMIMMEMTDFTR_"
- ],
- [
- 38318,
- 3,
- 11,
- 6,
- 0.14247,
- "_VLQAIDSIHQVGVYCLALVPANTLPK_"
- ],
- [
- 5375,
- 2,
- 13,
- 3,
- 0.17095,
- "_GFGFVDFLTK_"
- ],
- [
- 42338,
- 2,
- 14,
- 4,
- 0.18523,
- "_SQMTTSFTDPAISMDLLR_"
- ],
- [
- 36283,
- 4,
- 14,
- 7,
- 0.18523,
- "_SGFQMDWLSEPHPVKPTFIGTQVFEDYDLQK_"
- ],
- [
- 49746,
- 3,
- 14,
- 8,
- 0.18523,
- "_ISSIQATTAAGSGHPTSCCSAAEIMAVLFFHTMR_"
- ],
- [
- 22937,
- 2,
- 14,
- 4,
- 0.18523,
- "_GSIFVVFDSIESAK_"
- ],
- [
- 38363,
- 3,
- 14,
- 5,
- 0.18523,
- "_HCAEPFTEYWTCIDYTGQQLFR_"
- ],
- [
- 16607,
- 4,
- 11,
- 6,
- 0.14247,
- "_VLSFTHPISFHSAETFESLLACLK_"
- ],
- [
- 15838,
- 3,
- 17,
- 6,
- 0.22796,
- "_NPLPNIDHELQELLIDR_"
- ],
- [
- 45350,
- 3,
- 12,
- 6,
- 0.15672,
- "_SEEKDECAMISTSIGEEFELPISSATTIK_"
- ],
- [
- 42455,
- 2,
- 9,
- 4,
- 0.11392,
- "_GTVGFSGAELENLVNQAALK_"
- ],
- [
- 49066,
- 3,
- 17,
- 7,
- 0.22796,
- "_IFTSLEPEHDLNDVCLYPNSGMLLTANETPK_"
- ],
- [
- 28075,
- 3,
- 9,
- 4,
- 0.11392,
- "_TNFIEADKYFLPFELACQSK_"
- ],
- [
- 49537,
- 2,
- 16,
- 5,
- 0.21371,
- "_MFFEDEKPALLSQIDAEFEK_"
- ],
- [
- 47634,
- 4,
- 18,
- 9,
- 0.24222,
- "_IIATAVCHTDAYTLSGADPEGCFPVILGHEGAGIVESVGEGVTK_"
- ],
- [
- 41337,
- 2,
- 16,
- 6,
- 0.21371,
- "_TSLPAWSAAMDAGLEAMQK_"
- ],
- [
- 49148,
- 2,
- 16,
- 6,
- 0.21371,
- "_AQVEIVTDGEEPAEMIQVLGPK_"
- ],
- [
- 11475,
- 2,
- 3,
- 3,
- 0.028496,
- "_EDLDVLGLSFR_"
- ],
- [
- 37520,
- 4,
- 21,
- 7,
- 0.28497,
- "_AQELDALDNSHPIEVSVGHPSEVDEIFDAISYSK_"
- ],
- [
- 48843,
- 2,
- 16,
- 4,
- 0.21371,
- "_NNLSFIETSALDSTNVEEAFK_"
- ],
- [
- 10457,
- 2,
- 15,
- 3,
- 0.19948,
- "_FLIPVLNGLEK_"
- ],
- [
- 39329,
- 2,
- 16,
- 5,
- 0.21371,
- "_WLSDECTNAVVNFLSR_"
- ],
- [
- 39368,
- 2,
- 10,
- 4,
- 0.12818,
- "_AQVVDLLQQELTAAEQR_"
- ],
- [
- 48527,
- 3,
- 14,
- 6,
- 0.18519,
- "_(Acetyl (Protein N-term))SHVAVENALGLDQQFAGLDLNSSDNQSGGSTASK_"
- ],
- [
- 19219,
- 2,
- 12,
- 4,
- 0.15671,
- "_SQALIEELLLYK_"
- ],
- [
- 12044,
- 3,
- 9,
- 2,
- 0.11392,
- "_DGLLDDEEFALANHLIK_"
- ],
- [
- 22852,
- 2,
- 13,
- 2,
- 0.17096,
- "_SLAINEEFVSIFK_"
- ],
- [
- 47092,
- 3,
- 13,
- 4,
- 0.17096,
- "_LTPRPSPSPMIESTPMSIAGDATPLLDEMDR_"
- ],
- [
- 12942,
- 2,
- 19,
- 5,
- 0.25646,
- "_LLPPLLQIVCK_"
- ],
- [
- 25092,
- 4,
- 19,
- 5,
- 0.25646,
- "_DIEIIHEELQLKDEEMIGPIIDKLEK_"
- ],
- [
- 16253,
- 2,
- 20,
- 5,
- 0.2707,
- "_VDPLVSLMMVEK_"
- ],
- [
- 24966,
- 2,
- 21,
- 5,
- 0.28495,
- "_GVDEVTIVNILTNR_"
- ],
- [
- 44262,
- 3,
- 9,
- 5,
- 0.11392,
- "_NPLLDLTALEDKPLDEGYGISSVPSASNSK_"
- ],
- [
- 31671,
- 3,
- 13,
- 5,
- 0.17096,
- "_NECDPALALLSDYVLHNSNTM(Oxidation (M))R_"
- ],
- [
- 42035,
- 2,
- 14,
- 6,
- 0.18519,
- "_GMGMNSPELLLLVENCPK_"
- ],
- [
- 46132,
- 3,
- 9,
- 6,
- 0.11392,
- "_QDVEALWENMAVIDCFASDHAPHTLEEK_"
- ],
- [
- 38054,
- 3,
- 13,
- 4,
- 0.17096,
- "_DGTLKPGDTIIEPTSGNTGIGLALAAAVR_"
- ],
- [
- 40342,
- 2,
- 13,
- 2,
- 0.17096,
- "_GHYTEGAELVDAVLDVVR_"
- ],
- [
- 28263,
- 4,
- 8,
- 3,
- 0.099682,
- "_NYRPQCLVLTGPPNFRPALVDFVGTFTR_"
- ],
- [
- 44523,
- 2,
- 9,
- 4,
- 0.11392,
- "_MENFAPEFQVGDGIGMDLK_"
- ],
- [
- 38595,
- 2,
- 26,
- 3,
- 0.35622,
- "_VFIGEFAYTYAAMYDK_"
- ],
- [
- 8434,
- 2,
- 13,
- 4,
- 0.17096,
- "_ITVLQLSALLK_"
- ],
- [
- 32829,
- 3,
- 12,
- 5,
- 0.15671,
- "_DATHQEAVSALLRPCLELSLLVR_"
- ],
- [
- 29237,
- 2,
- 10,
- 3,
- 0.12816,
- "_DCPAQLQQLLELGR_"
- ],
- [
- 26817,
- 3,
- 17,
- 3,
- 0.22795,
- "_EDIVDTMVFKPSDVMLVHFR_"
- ],
- [
- 40528,
- 2,
- 11,
- 4,
- 0.14242,
- "_NWLGNEIEVMVSTEEAK_"
- ],
- [
- 30569,
- 3,
- 12,
- 5,
- 0.15671,
- "_GFGFVTFENIDDAKDAMMAMNGK_"
- ],
- [
- 50738,
- 2,
- 10,
- 5,
- 0.12816,
- "_EGDPVSLSTPLETEFGSPSELSPR_"
- ],
- [
- 50224,
- 2,
- 12,
- 2,
- 0.15671,
- "_SEEIKDTILQTVDLVSQETGEK_"
- ],
- [
- 22715,
- 2,
- 10,
- 2,
- 0.12816,
- "_DIIDTPMDFATVR_"
- ],
- [
- 37135,
- 2,
- 12,
- 4,
- 0.15671,
- "_SGTFCLADTCLLLMDK_"
- ],
- [
- 2873,
- 2,
- 12,
- 2,
- 0.15671,
- "_VLELLLPIR_"
- ],
- [
- 12637,
- 4,
- 15,
- 6,
- 0.19947,
- "_FSEAEHWLDYFPPLAIQDLKR_"
- ],
- [
- 38476,
- 3,
- 18,
- 4,
- 0.24221,
- "_DETSGLHLLPLPESAPALPTEEQVQR_"
- ],
- [
- 19005,
- 2,
- 15,
- 5,
- 0.19947,
- "_(Acetyl (Protein N-term))ASFVTEVLAHSGR_"
- ],
- [
- 36136,
- 4,
- 10,
- 5,
- 0.12816,
- "_KADYQAVDDEIEANLEEFDISEDDIDDGFRR_"
- ],
- [
- 36495,
- 2,
- 16,
- 4,
- 0.21372,
- "_AAFGCFGNWLATVEQR_"
- ],
- [
- 40665,
- 2,
- 11,
- 3,
- 0.14242,
- "_LQECIELFTTVETLEK_"
- ],
- [
- 34851,
- 2,
- 9,
- 5,
- 0.11394,
- "_MMDLEEVIPLDCCR_"
- ],
- [
- 44463,
- 2,
- 12,
- 3,
- 0.15668,
- "_FELLSEPQSGDLTSVTLMK_"
- ],
- [
- 33413,
- 2,
- 14,
- 5,
- 0.18522,
- "_EQDDLLVLLADQDQK_"
- ],
- [
- 20645,
- 3,
- 13,
- 5,
- 0.17097,
- "_KFESEILEAISQNSVVIIR_"
- ],
- [
- 50449,
- 2,
- 10,
- 2,
- 0.12818,
- "_KGSELWLGVDALGLNIYEQNDR_"
- ],
- [
- 35317,
- 2,
- 12,
- 3,
- 0.15668,
- "_NSMDIQCEVDALLER_"
- ],
- [
- 23542,
- 2,
- 11,
- 5,
- 0.14242,
- "_YPYLMLGDSLVLK_"
- ],
- [
- 23390,
- 2,
- 13,
- 3,
- 0.17097,
- "_GIDYDFPSLILQK_"
- ],
- [
- 35649,
- 3,
- 14,
- 5,
- 0.18522,
- "_KFGGIDILVNNASAISLTNTLDTPTK_"
- ],
- [
- 35776,
- 2,
- 13,
- 7,
- 0.17097,
- "_FSTETTFLVDKYEIL_"
- ],
- [
- 35205,
- 3,
- 13,
- 8,
- 0.17097,
- "_SYLFNIMDTPGHVNFSDEVTAGLR_"
- ],
- [
- 4630,
- 3,
- 13,
- 5,
- 0.17097,
- "_QVDLENVWLHFIR_"
- ],
- [
- 28636,
- 2,
- 12,
- 4,
- 0.15668,
- "_DLVQLPVVTSSTIVR_"
- ],
- [
- 47345,
- 3,
- 12,
- 3,
- 0.15668,
- "_HNTPSLLEAALTQEASTPDSQVWPTAPDITR_"
- ],
- [
- 45525,
- 2,
- 18,
- 6,
- 0.24221,
- "_LAEVTEEEWLSIPEVGDAR_"
- ],
- [
- 41271,
- 2,
- 18,
- 3,
- 0.24221,
- "_IVILDEADSMTSAAQAALR_"
- ],
- [
- 33894,
- 4,
- 19,
- 6,
- 0.25647,
- "_LIQHAQIPPEDSEIITNMAHLGVPIVTDSTLR_"
- ],
- [
- 28780,
- 3,
- 19,
- 7,
- 0.25647,
- "_VFTTQELVQAFTHAPATLEADR_"
- ],
- [
- 35761,
- 4,
- 23,
- 10,
- 0.31347,
- "_ISSIQATTAAGSGHPTSCCSAAEIMAVLFFHTMR_"
- ],
- [
- 48956,
- 3,
- 16,
- 6,
- 0.21373,
- "_LLEEEGVSLPDLEPAPLDSLCSGASAEEPTSHR_"
- ],
- [
- 45544,
- 3,
- 16,
- 4,
- 0.21373,
- "_LNIPADQVELSMGMSADFQHAVEVGSTNVR_"
- ],
- [
- 43538,
- 3,
- 26,
- 9,
- 0.35623,
- "_GAVDDDVAEADIISTVEFNHSGELLATGDK_"
- ],
- [
- 41868,
- 4,
- 15,
- 8,
- 0.19945,
- "_LIEVDKDWVPDAAGTSLYVRPVLIGNEPSLGVSQPTR_"
- ],
- [
- 28045,
- 2,
- 17,
- 4,
- 0.22798,
- "_FDISVNDSVWYLR_"
- ],
- [
- 47691,
- 2,
- 15,
- 5,
- 0.19945,
- "_VAGLGTPSFAPYEANVDFEIR_"
- ],
- [
- 44704,
- 2,
- 14,
- 4,
- 0.18522,
- "_TVLELQYVLDKLGDDEVR_"
- ],
- [
- 16153,
- 2,
- 14,
- 3,
- 0.18522,
- "_GALNPADITVLFK_"
- ],
- [
- 36933,
- 2,
- 14,
- 5,
- 0.18521,
- "_FFDCDSLVCLCEFK_"
- ],
- [
- 33044,
- 3,
- 13,
- 5,
- 0.17092,
- "_DRPVAGEDDLEQATEALDSISLAGK_"
- ],
- [
- 32895,
- 2,
- 14,
- 5,
- 0.18521,
- "_GCVNPMINIEQLWR_"
- ],
- [
- 29574,
- 3,
- 12,
- 4,
- 0.15666,
- "_ELGIPASVDLVSSDPSHMVASFSK_"
- ],
- [
- 34736,
- 3,
- 18,
- 6,
- 0.24222,
- "_NTGDADQWCPLLETLTDAEMEKK_"
- ],
- [
- 40720,
- 2,
- 12,
- 5,
- 0.15666,
- "_SSQLNNPQFVWVVPALR_"
- ],
- [
- 25280,
- 3,
- 13,
- 5,
- 0.17092,
- "_IPEIWEGHNIADYIDPAIMK_"
- ],
- [
- 30694,
- 3,
- 15,
- 7,
- 0.19946,
- "_DGVADVSIEDSVISLSGDHCIIGR_"
- ],
- [
- 40183,
- 3,
- 13,
- 3,
- 0.17092,
- "_MGGEGLLPQNVGLLYVGGYERPFAQIK_"
- ],
- [
- 40212,
- 2,
- 17,
- 4,
- 0.22797,
- "_LPDMLNAEIVLGNVQNAK_"
- ],
- [
- 4174,
- 4,
- 18,
- 6,
- 0.24222,
- "_LEVGIQAMEHLIHVLQTDR_"
- ],
- [
- 44074,
- 4,
- 17,
- 8,
- 0.22797,
- "_SLAYLTAATHGLDEEAESLKETFDPEKETIPDIDPNAK_"
- ],
- [
- 48906,
- 2,
- 17,
- 7,
- 0.22797,
- "_SEVTFSTPALYIYTSGTTGLPK_"
- ],
- [
- 13997,
- 3,
- 12,
- 5,
- 0.15666,
- "_AFLGGLNWAFIGVDEAHR_"
- ],
- [
- 14779,
- 2,
- 17,
- 4,
- 0.22797,
- "_LIFFYEWSVK_"
- ],
- [
- 45857,
- 2,
- 17,
- 6,
- 0.22797,
- "_RYMMIVDPAISSSGPAGSYR_"
- ],
- [
- 34202,
- 2,
- 19,
- 4,
- 0.25645,
- "_QGLLPLTFADPADYNK_"
- ],
- [
- 42624,
- 2,
- 18,
- 6,
- 0.24222,
- "_APPSVFAEVPQAQPVLVFK_"
- ],
- [
- 48605,
- 2,
- 13,
- 7,
- 0.17092,
- "_VPATLQVLQTLPEENYQVLR_"
- ],
- [
- 51601,
- 3,
- 14,
- 5,
- 0.18521,
- "_LITEENEEEHNFFLAPGTCVVDTGITNSQTLIPDCQK_"
- ],
- [
- 7719,
- 3,
- 15,
- 4,
- 0.19946,
- "_RNDSIIVDIFHGLFK_"
- ],
- [
- 48611,
- 3,
- 14,
- 4,
- 0.18521,
- "_MTLLNVCSLVNNLNSPAEETGEVHEEELVAR_"
- ],
- [
- 41290,
- 2,
- 15,
- 4,
- 0.19946,
- "_DDVAQTDLLQIDPNFGSK_"
- ],
- [
- 27593,
- 2,
- 26,
- 3,
- 0.35622,
- "_IEEFLEEVLCPPK_"
- ],
- [
- 47567,
- 3,
- 15,
- 5,
- 0.19946,
- "_SLFGFSGSHSYSPITVESDFSNPLYEAGDTR_"
- ],
- [
- 40545,
- 3,
- 16,
- 8,
- 0.21369,
- "_TMVGFGPEDDHFVAELTYNYGVGDYK_"
- ],
- [
- 15894,
- 2,
- 21,
- 6,
- 0.28496,
- "_NLQNLLILTAIK_"
- ],
- [
- 34930,
- 3,
- 10,
- 6,
- 0.12818,
- "_NEDEDSPNKLYTLVTYVPVTTFK_"
- ],
- [
- 39157,
- 2,
- 16,
- 5,
- 0.21369,
- "_CVPDPDTGLYMLQLAGR_"
- ],
- [
- 41312,
- 3,
- 11,
- 3,
- 0.14242,
- "_NFQNIFPPSATLHLSNIPPSVTVDDLK_"
- ],
- [
- 13024,
- 3,
- 16,
- 6,
- 0.21369,
- "_GHYTEGAELVDAVLDVVR_"
- ],
- [
- 45252,
- 3,
- 10,
- 4,
- 0.12818,
- "_DNSDFDLLTVSETANEPPQDEGNSFNSPR_"
- ],
- [
- 21503,
- 3,
- 16,
- 6,
- 0.21369,
- "_LEVGIQAMEHLIHVLQTDR_"
- ],
- [
- 17428,
- 3,
- 11,
- 5,
- 0.14242,
- "_KLEENPYDLDAWSILIR_"
- ],
- [
- 10522,
- 2,
- 23,
- 5,
- 0.31345,
- "_DSLIIIDELGR_"
- ],
- [
- 23458,
- 2,
- 14,
- 4,
- 0.18521,
- "_GDEVIFGEFSWPK_"
- ],
- [
- 23844,
- 2,
- 15,
- 4,
- 0.19946,
- "_LLYPPETGLFLVR_"
- ],
- [
- 44792,
- 2,
- 11,
- 3,
- 0.14242,
- "_DILVLPLDLTDTGSHEAATK_"
- ],
- [
- 51349,
- 3,
- 9,
- 6,
- 0.11395,
- "_LSEDEWTSQAHPGYGAGTGLLAWMECCCVSSGISER_"
- ],
- [
- 48981,
- 3,
- 16,
- 5,
- 0.21369,
- "_LIQHAQIPPEDSEIITNMAHLGVPIVTDSTLR_"
- ],
- [
- 21557,
- 2,
- 20,
- 5,
- 0.27072,
- "_DADVQNFVSFISK_"
- ],
- [
- 26163,
- 4,
- 11,
- 5,
- 0.14245,
- "_GNKPDFHLAMPTEQAEGFYNSFLEQLR_"
- ],
- [
- 29196,
- 2,
- 11,
- 2,
- 0.14245,
- "_YYLIQLLEDDAQR_"
- ],
- [
- 47257,
- 2,
- 11,
- 5,
- 0.14245,
- "_SAALPIFSSFVSNWDEATKR_"
- ],
- [
- 36389,
- 3,
- 14,
- 6,
- 0.18519,
- "_VLSFTHPISFHSAETFESLLACLK_"
- ],
- [
- 50769,
- 2,
- 8,
- 3,
- 0.099741,
- "_LCYVALDFENEMATAASSSSLEK_"
- ],
- [
- 19763,
- 2,
- 14,
- 4,
- 0.18519,
- "_NIVDQIWSFGPR_"
- ],
- [
- 49076,
- 2,
- 22,
- 7,
- 0.29923,
- "_VYAAATEDMDCLTFGSPVLMR_"
- ],
- [
- 40830,
- 2,
- 13,
- 6,
- 0.17093,
- "_EQITISQLSLVDLAGSER_"
- ],
- [
- 39604,
- 3,
- 12,
- 8,
- 0.15669,
- "_ELVVNCCTEFIHLISSEANEICNK_"
- ],
- [
- 35424,
- 2,
- 13,
- 4,
- 0.17093,
- "_STELDSNWNWFQLR_"
- ],
- [
- 29991,
- 2,
- 9,
- 2,
- 0.11399,
- "_DVTVLSVAEEQDLLK_"
- ],
- [
- 50093,
- 2,
- 24,
- 8,
- 0.32772,
- "_GFEVVYMTEPIDEYCVQQLK_"
- ],
- [
- 36944,
- 3,
- 12,
- 4,
- 0.15669,
- "_IQTSGEPDVAERVDLEELIECATGK_"
- ],
- [
- 25803,
- 2,
- 13,
- 4,
- 0.17093,
- "_TGSVDIIVTDLPFGK_"
- ],
- [
- 51000,
- 2,
- 9,
- 6,
- 0.11399,
- "_HGLEVIYMIEPIDEYCVQQLK_"
- ],
- [
- 32547,
- 3,
- 8,
- 3,
- 0.099741,
- "_LLQFIQNIIYEEGFDGSNPQKK_"
- ],
- [
- 49024,
- 2,
- 9,
- 4,
- 0.11399,
- "_LISEAQIQEFGVNFSVMSSEK_"
- ],
- [
- 18608,
- 3,
- 14,
- 3,
- 0.18519,
- "_YNLEELYQAVENLCSHK_"
- ],
- [
- 50312,
- 2,
- 13,
- 6,
- 0.17093,
- "_CCANLTGGYMVMGDSFNTSLFK_"
- ],
- [
- 35335,
- 2,
- 11,
- 4,
- 0.14245,
- "_VSSQPVPWDFYINLK_"
- ],
- [
- 48120,
- 2,
- 6,
- 3,
- 0.07126,
- "_RFFPYYVYNIIGGLDEEGK_"
- ],
- [
- 36740,
- 2,
- 15,
- 3,
- 0.19948,
- "_LQSFEDLASISTYGFR_"
- ],
- [
- 17841,
- 2,
- 18,
- 6,
- 0.24224,
- "_SICTTVLELLDK_"
- ],
- [
- 9540,
- 2,
- 15,
- 4,
- 0.19948,
- "_PLLGLILLNEK_"
- ],
- [
- 27009,
- 2,
- 17,
- 6,
- 0.22796,
- "_IAPSFAVESIEDALK_"
- ],
- [
- 45595,
- 2,
- 15,
- 6,
- 0.19948,
- "_MSSFGDFVALSDVCDVPTAK_"
- ],
- [
- 28683,
- 4,
- 17,
- 7,
- 0.22796,
- "_QDVEALWENMAVIDCFASDHAPHTLEEK_"
- ],
- [
- 14927,
- 4,
- 16,
- 7,
- 0.21373,
- "_ILEAIENDCIQDFMFHGIHLPR_"
- ],
- [
- 38518,
- 2,
- 16,
- 7,
- 0.21373,
- "_DNPNLLFNMCGFECR_"
- ],
- [
- 40402,
- 2,
- 17,
- 4,
- 0.22796,
- "_SAPWNSFLPPPPPMPGPR_"
- ],
- [
- 21264,
- 4,
- 17,
- 7,
- 0.22796,
- "_QIHEGASLPFFEVFVDAPLHVCEQR_"
- ],
- [
- 43060,
- 2,
- 17,
- 4,
- 0.22796,
- "_ETWYLSWALDTNQEER_"
- ],
- [
- 15262,
- 2,
- 28,
- 5,
- 0.38474,
- "_IILDLISESPIK_"
- ],
- [
- 31687,
- 2,
- 14,
- 6,
- 0.18519,
- "_FGVVTEVVMIYDAEK_"
- ],
- [
- 27228,
- 2,
- 8,
- 3,
- 0.099737,
- "_LSTQQVLDWFDSR_"
- ],
- [
- 39673,
- 2,
- 16,
- 6,
- 0.21371,
- "_GDCYQVLIEDCIPVLK_"
- ],
- [
- 24556,
- 3,
- 10,
- 3,
- 0.12822,
- "_MLDLLEDFLEHEGYKYER_"
- ],
- [
- 25093,
- 3,
- 12,
- 5,
- 0.15668,
- "_AEGIPVEMVVIGDDSAFTVLKK_"
- ],
- [
- 20176,
- 3,
- 20,
- 5,
- 0.27072,
- "_SFKPDFGAESIYGGFLLGVR_"
- ],
- [
- 34507,
- 2,
- 28,
- 8,
- 0.38473,
- "_LFIGGLSFETTDDSLR_"
- ],
- [
- 9225,
- 2,
- 26,
- 2,
- 0.35621,
- "_LASDLLEWIR_"
- ],
- [
- 44421,
- 2,
- 11,
- 5,
- 0.14245,
- "_VYSPHVLNLTLIDLPGITK_"
- ],
- [
- 33609,
- 2,
- 16,
- 7,
- 0.21371,
- "_IVPEGEWGQFMDALR_"
- ],
- [
- 38667,
- 2,
- 8,
- 2,
- 0.099737,
- "_DLEEALEAGGCDLETLR_"
- ],
- [
- 49661,
- 2,
- 11,
- 5,
- 0.14245,
- "_IANDNSLNHEYLPILGLAEFR_"
- ],
- [
- 47145,
- 2,
- 11,
- 6,
- 0.14245,
- "_DMGEMVTQGQTDAQYMFLR_"
- ],
- [
- 28256,
- 3,
- 11,
- 4,
- 0.14245,
- "_IFSSLHVSGEQLSQLTGVAAILR_"
- ],
- [
- 25700,
- 2,
- 12,
- 2,
- 0.15668,
- "_GPLSQEALMELFPK_"
- ],
- [
- 46598,
- 2,
- 11,
- 2,
- 0.14245,
- "_ESADFWCFECEQLLCAK_"
- ],
- [
- 44806,
- 2,
- 15,
- 3,
- 0.19942,
- "_YNLEELYQAVENLCSHK_"
- ],
- [
- 44642,
- 4,
- 14,
- 8,
- 0.18516,
- "_SHFVLIAGEPLREPVIQHGPFVMNTNEEISQAILDFR_"
- ],
- [
- 41013,
- 2,
- 14,
- 4,
- 0.18516,
- "_ETYCPVIVDNLIQLCK_"
- ],
- [
- 8951,
- 2,
- 15,
- 4,
- 0.19942,
- "_LVLADLLEPVK_"
- ],
- [
- 36931,
- 4,
- 14,
- 7,
- 0.18516,
- "_SVEGWILFVTGVHEEATEEDIHDKFAEYGEIK_"
- ],
- [
- 10264,
- 2,
- 16,
- 4,
- 0.21371,
- "_DLFQVIYNVK_"
- ],
- [
- 37684,
- 3,
- 21,
- 8,
- 0.28495,
- "_SSILLDVKPWDDETDMAQLEACVR_"
- ],
- [
- 26124,
- 3,
- 16,
- 7,
- 0.21371,
- "_GVQYLNEIKDSVVAGFQWATK_"
- ],
- [
- 36305,
- 2,
- 14,
- 5,
- 0.18516,
- "_LVILDNYDLASEWAAK_"
- ],
- [
- 24288,
- 2,
- 14,
- 3,
- 0.18516,
- "_DNPTAQQIMQLLR_"
- ],
- [
- 18444,
- 3,
- 16,
- 4,
- 0.21371,
- "_TVLELQYVLDKLGDDEVR_"
- ],
- [
- 46592,
- 4,
- 20,
- 8,
- 0.27072,
- "_MRPGVACSVSQAQKDELILEGNDIELVSNSAALIQQATTVK_"
- ],
- [
- 51273,
- 2,
- 9,
- 5,
- 0.11397,
- "_NYSEVIEVDESDVEEDIFPTTSK_"
- ],
- [
- 19014,
- 3,
- 16,
- 5,
- 0.21365,
- "_VQHQDALQISDVVMASLLR_"
- ],
- [
- 8866,
- 2,
- 14,
- 4,
- 0.18515,
- "_ITLESFLAWK_"
- ],
- [
- 34696,
- 3,
- 12,
- 6,
- 0.15668,
- "_VGWSTMQASLDLGTDKFGFGFGGTGK_"
- ],
- [
- 30890,
- 2,
- 12,
- 2,
- 0.15668,
- "_DILLVNDHLLNFVR_"
- ],
- [
- 42216,
- 2,
- 9,
- 3,
- 0.11397,
- "_DWDSATLSNESLLDTVSR_"
- ],
- [
- 12932,
- 2,
- 16,
- 4,
- 0.21365,
- "_DNIACVILTFK_"
- ],
- [
- 15455,
- 3,
- 10,
- 5,
- 0.1282,
- "_PLFPGSTVEEQLHFIFR_"
- ],
- [
- 50943,
- 2,
- 13,
- 7,
- 0.17091,
- "_VLILGSGGLSIGQAGEFDYSGSQAIK_"
- ],
- [
- 39237,
- 2,
- 12,
- 4,
- 0.15668,
- "_GDITPLMAASSGGYLDIVK_"
- ],
- [
- 25534,
- 3,
- 12,
- 3,
- 0.15668,
- "_GANFLTQILLRPGASDLTGSFR_"
- ],
- [
- 26444,
- 2,
- 18,
- 6,
- 0.24219,
- "_DCEVVMMIGLPGAGK_"
- ],
- [
- 17987,
- 2,
- 12,
- 4,
- 0.15668,
- "_TAPLLLSYYLIK_"
- ],
- [
- 27456,
- 2,
- 10,
- 2,
- 0.1282,
- "_TYINPFVSFLDQR_"
- ],
- [
- 24437,
- 2,
- 13,
- 4,
- 0.17091,
- "_QELDAFLAQALSPK_"
- ],
- [
- 48630,
- 2,
- 14,
- 4,
- 0.18515,
- "_EQVCNWLMEQGLGSYLNSGK_"
- ],
- [
- 42874,
- 4,
- 12,
- 6,
- 0.15668,
- "_WKGENVATTEVADTVGLVDFVQEVNVYGVHVPDHEGR_"
- ],
- [
- 33590,
- 3,
- 9,
- 4,
- 0.11397,
- "_NMCEHSNTLVQQAMMVSEELIR_"
- ],
- [
- 13827,
- 3,
- 15,
- 6,
- 0.19939,
- "_VLLVGADNFTLLGKPLLGK_"
- ],
- [
- 43542,
- 4,
- 9,
- 5,
- 0.11397,
- "_SLANVILGGYGTTSTAGGKPMEISGTHTEINLDNAIDMIR_"
- ],
- [
- 24847,
- 3,
- 11,
- 2,
- 0.14245,
- "_YGIICMEDLIHEIYTVGKR_"
- ],
- [
- 27458,
- 3,
- 20,
- 7,
- 0.2707,
- "_IANDNSLNHEYLPILGLAEFR_"
- ],
- [
- 21915,
- 2,
- 19,
- 5,
- 0.25642,
- "_LICCDILDVLDK_"
- ],
- [
- 42036,
- 3,
- 11,
- 3,
- 0.14245,
- "_HMEAWQYLGTTQAENEQELLAISALR_"
- ],
- [
- 46307,
- 4,
- 13,
- 7,
- 0.17091,
- "_DHLPPPEEEPLVLMCGPPPMIQYACLPNLDHVGHPTER_"
- ],
- [
- 16317,
- 2,
- 12,
- 3,
- 0.15668,
- "_LLLNLSFDTGLR_"
- ],
- [
- 33899,
- 2,
- 18,
- 3,
- 0.24219,
- "_NTDSDVNLVVPLEVIK_"
- ],
- [
- 30807,
- 3,
- 11,
- 3,
- 0.14245,
- "_VCFTYDLFLNLEGNPPVNHLR_"
- ],
- [
- 30046,
- 3,
- 18,
- 6,
- 0.24219,
- "_KGSELWLGVDALGLNIYEQNDR_"
- ],
- [
- 39514,
- 4,
- 13,
- 5,
- 0.17094,
- "_SPSEYLMMLMPPSQEEEKDKPVAPSNVLSMAQLR_"
- ],
- [
- 50521,
- 2,
- 7,
- 2,
- 0.085487,
- "_LFEAVDLSIDESSLTGETTPCSK_"
- ],
- [
- 42429,
- 2,
- 8,
- 2,
- 0.09973,
- "_MVPIPAGVFTMGTDDPQIK_"
- ],
- [
- 47027,
- 2,
- 14,
- 3,
- 0.18517,
- "_TSGNVEDDLIIFPDDCEFK_"
- ],
- [
- 16569,
- 3,
- 10,
- 4,
- 0.12823,
- "_FSETFSLYPQFMFHLR_"
- ],
- [
- 31137,
- 2,
- 13,
- 5,
- 0.17094,
- "_TYNFLPEFLVSTQK_"
- ],
- [
- 44738,
- 2,
- 11,
- 2,
- 0.14246,
- "_EDLAAFVEELDKVESQER_"
- ],
- [
- 28055,
- 3,
- 8,
- 3,
- 0.09973,
- "_GVTEDDGRPIYALVNLATTSISK_"
- ],
- [
- 51500,
- 3,
- 12,
- 8,
- 0.15671,
- "_SLANVILGGYGTTSTAGGKPMEISGTHTEINLDNAIDMIR_"
- ],
- [
- 48666,
- 3,
- 12,
- 4,
- 0.15671,
- "_EKLDGLYECILCACCSTSCPSYWWNGDK_"
- ],
- [
- 34473,
- 2,
- 6,
- 2,
- 0.071228,
- "_MLSLLVVDVGNPEEVR_"
- ],
- [
- 41169,
- 2,
- 12,
- 5,
- 0.15671,
- "_FFGGYVPEMVLTPDDQR_"
- ],
- [
- 51046,
- 2,
- 10,
- 6,
- 0.12823,
- "_SQMESMLISGYALNCVVGSQGMPK_"
- ],
- [
- 50343,
- 2,
- 10,
- 4,
- 0.12823,
- "_SLEPSPSPGPQEEDGEVALVLLGR_"
- ],
- [
- 37837,
- 3,
- 10,
- 4,
- 0.12823,
- "_IETVNESWNALATPSDKLFFWNSK_"
- ],
- [
- 44653,
- 2,
- 14,
- 4,
- 0.18517,
- "_VINDGLFYYEQDLWAEK_"
- ],
- [
- 6278,
- 4,
- 14,
- 4,
- 0.18517,
- "_MLDLLEDFLEHEGYKYER_"
- ],
- [
- 45677,
- 2,
- 16,
- 3,
- 0.21365,
- "_VEELCPFPLDSLQQEMSK_"
- ],
- [
- 49761,
- 2,
- 23,
- 6,
- 0.31344,
- "_DNLTLWTSDTQGDEAEAGEGGEN_"
- ],
- [
- 17324,
- 2,
- 15,
- 5,
- 0.19941,
- "_MTIGMLIESMAGK_"
- ],
- [
- 43610,
- 3,
- 16,
- 9,
- 0.21365,
- "_KILGQEGDASYLASEISTWDGVIVTPSEK_"
- ],
- [
- 22087,
- 3,
- 23,
- 5,
- 0.31344,
- "_ECHGLVDALVTSINHALDAGK_"
- ],
- [
- 47448,
- 2,
- 16,
- 7,
- 0.21365,
- "_EYQDAFLFNELKGETMDTS_"
- ],
- [
- 30437,
- 3,
- 17,
- 6,
- 0.22791,
- "_SEDSTKDDIDLDALAAEIEGAGAAK_"
- ],
- [
- 20435,
- 2,
- 22,
- 6,
- 0.29921,
- "_SNEILTAIIQGMR_"
- ],
- [
- 48246,
- 2,
- 20,
- 5,
- 0.27068,
- "_EGNSPSFFNPEEAATVTSYLK_"
- ],
- [
- 49134,
- 2,
- 13,
- 4,
- 0.17098,
- "_TAMVAALSPADINYDETLSTLR_"
- ],
- [
- 42307,
- 2,
- 14,
- 3,
- 0.18521,
- "_QYQDFLEDLEEDEAIR_"
- ],
- [
- 37292,
- 2,
- 16,
- 5,
- 0.21368,
- "_ENNAVYAFLGLTAPPGSK_"
- ],
- [
- 28552,
- 3,
- 26,
- 8,
- 0.35622,
- "_SINPLGGFVHYGEVTNDFVMLK_"
- ],
- [
- 42116,
- 2,
- 16,
- 5,
- 0.21368,
- "_(Acetyl (Protein N-term))AAAVAAAGAGEPQSPDELLPK_"
- ],
- [
- 36993,
- 2,
- 16,
- 5,
- 0.21368,
- "_VLSDVDAFIAYVGTDQK_"
- ],
- [
- 38908,
- 2,
- 16,
- 4,
- 0.21368,
- "_GIDIQDVSMVVNYDMAK_"
- ],
- [
- 17582,
- 2,
- 18,
- 5,
- 0.24217,
- "_TGEAIVDAALSALR_"
- ],
- [
- 11375,
- 3,
- 12,
- 4,
- 0.15673,
- "_IGSDQDLGIELLNVLHR_"
- ],
- [
- 50412,
- 2,
- 14,
- 4,
- 0.18521,
- "_SFSESGINYEIIIIDDGSPDGTR_"
- ],
- [
- 32046,
- 3,
- 12,
- 5,
- 0.15673,
- "_GAVTGCEDCLAALLDHDAFVLCR_"
- ],
- [
- 28863,
- 3,
- 12,
- 4,
- 0.15673,
- "_LIKEPAPDSGLLGLFQGQNSLLH_"
- ],
- [
- 29805,
- 2,
- 12,
- 5,
- 0.15673,
- "_DFTATFGPLDSLNTR_"
- ],
- [
- 36170,
- 3,
- 12,
- 6,
- 0.15673,
- "_FWVLAAHPNLNLFAAGHDGGMIVFK_"
- ],
- [
- 15531,
- 2,
- 10,
- 4,
- 0.12825,
- "_DAVLQGMFYFR_"
- ],
- [
- 40075,
- 2,
- 19,
- 6,
- 0.25647,
- "_ELDLSDANPEVTMTMLR_"
- ],
- [
- 30059,
- 2,
- 22,
- 5,
- 0.29923,
- "_EVWFFGLQYQDTK_"
- ],
- [
- 26626,
- 4,
- 11,
- 4,
- 0.14249,
- "_RTDLTVLVAHNDDPTDQMFVFFPEEPK_"
- ],
- [
- 19509,
- 2,
- 12,
- 5,
- 0.15673,
- "_TDGALLVNAMFFK_"
- ],
- [
- 18038,
- 3,
- 14,
- 7,
- 0.18521,
- "_VYSPHVLNLTLIDLPGITK_"
- ],
- [
- 45093,
- 2,
- 17,
- 6,
- 0.22792,
- "_VQHQDALQISDVVMASLLR_"
- ],
- [
- 20334,
- 2,
- 9,
- 2,
- 0.114,
- "_MGFPEIILPGDVR_"
- ],
- [
- 51772,
- 3,
- 15,
- 9,
- 0.19944,
- "_YRAPGEQDGDAMPLGSAVDILATDDPNFSQEDQQDTQIYEK_"
- ],
- [
- 48228,
- 3,
- 15,
- 9,
- 0.19944,
- "_KEPFTLEAYYSSPQDLPYPDPAIAQFSVQK_"
- ],
- [
- 43188,
- 2,
- 8,
- 2,
- 0.099756,
- "_CQEIGVSLNELLNLNSNK_"
- ],
- [
- 39014,
- 2,
- 14,
- 3,
- 0.18521,
- "_LLCLLPDNELDSLEEK_"
- ],
- [
- 34468,
- 3,
- 15,
- 4,
- 0.19944,
- "_HYQEEGQGTEVVQGVLLGLVVEDR_"
- ],
- [
- 41827,
- 2,
- 15,
- 3,
- 0.19944,
- "_EPYQILLDGTFCQAALR_"
- ],
- [
- 12541,
- 2,
- 20,
- 7,
- 0.27071,
- "_IIIEDLLEATR_"
- ],
- [
- 48334,
- 4,
- 13,
- 7,
- 0.17098,
- "_LHCTVPAYNFPVTAMAIAPNTNNLVIAHSDQQVFEYSIPDK_"
- ],
- [
- 3720,
- 2,
- 18,
- 5,
- 0.24217,
- "_FLILPDMLK_"
- ],
- [
- 42196,
- 2,
- 12,
- 2,
- 0.15674,
- "_VPEGVAGAPNEAALLALMER_"
- ],
- [
- 35110,
- 2,
- 13,
- 4,
- 0.17098,
- "_LGMPQFLSPEAQSLLR_"
- ],
- [
- 33588,
- 2,
- 13,
- 4,
- 0.17098,
- "_MPLHTIIPLLQELTK_"
- ],
- [
- 31800,
- 4,
- 13,
- 5,
- 0.17098,
- "_SHDDGNIDLESDSFLKFDSEPSAVALELPTR_"
- ],
- [
- 25591,
- 3,
- 13,
- 5,
- 0.17098,
- "_IFDLDGDECLSHEEFLGVLK_"
- ],
- [
- 9091,
- 2,
- 13,
- 3,
- 0.17098,
- "_AIQDAILEVLK_"
- ],
- [
- 50672,
- 2,
- 16,
- 7,
- 0.21369,
- "_GNVQVVIPFLTESYSSSQDPPEK_"
- ],
- [
- 49161,
- 2,
- 10,
- 3,
- 0.12825,
- "_DTYYDTPELSLMQADHWLR_"
- ],
- [
- 48690,
- 2,
- 9,
- 2,
- 0.11401,
- "_VSLQALEAEAEAGAETEAMLQR_"
- ],
- [
- 43952,
- 2,
- 15,
- 4,
- 0.19946,
- "_KLEENPYDLDAWSILIR_"
- ],
- [
- 7496,
- 2,
- 15,
- 3,
- 0.19946,
- "_VIFFLPWQK_"
- ],
- [
- 48138,
- 2,
- 12,
- 3,
- 0.15672,
- "_VFLMDPAWNPAAEDQCFDR_"
- ],
- [
- 30898,
- 3,
- 20,
- 7,
- 0.27065,
- "_VHTVEDYQAIVDAEWNILYDK_"
- ],
- [
- 19375,
- 2,
- 10,
- 3,
- 0.12823,
- "_YDENMVLVSLLK_"
- ],
- [
- 46678,
- 2,
- 17,
- 6,
- 0.22791,
- "_AMEFVFGTTFVCDNMDNAK_"
- ],
- [
- 18872,
- 3,
- 11,
- 6,
- 0.14247,
- "_DLANDIMTLMSHTKPYIR_"
- ],
- [
- 44023,
- 2,
- 12,
- 3,
- 0.15672,
- "_VLEMETTVEDLQWDIEK_"
- ],
- [
- 23263,
- 2,
- 20,
- 5,
- 0.27065,
- "_GQSEDPGSLLSLFR_"
- ],
- [
- 44109,
- 2,
- 22,
- 6,
- 0.29919,
- "_VADPVVTFCETVVETSSLK_"
- ],
- [
- 48784,
- 2,
- 9,
- 5,
- 0.11397,
- "_NVQLPEVTINEETALAEVNLK_"
- ],
- [
- 25387,
- 2,
- 17,
- 4,
- 0.22791,
- "_TAMNVNEIFMAIAK_"
- ],
- [
- 42705,
- 3,
- 17,
- 7,
- 0.22791,
- "_VACVQVVIIPCGITNALSEEDKEALIAK_"
- ],
- [
- 31955,
- 2,
- 10,
- 5,
- 0.12823,
- "_DGTIDFTPGSELLITK_"
- ],
- [
- 7078,
- 2,
- 13,
- 4,
- 0.17097,
- "_ESLVYFLIGK_"
- ],
- [
- 41680,
- 4,
- 13,
- 8,
- 0.17097,
- "_SSAISLHYATGNEEYLINLIDSPGHVDFSSEVSTAVR_"
- ],
- [
- 30945,
- 2,
- 16,
- 5,
- 0.21368,
- "_VTMINAIPVASLDPIK_"
- ],
- [
- 41637,
- 2,
- 21,
- 7,
- 0.28494,
- "_AIAELGIYPAVDPLDSTSR_"
- ],
- [
- 9994,
- 2,
- 17,
- 5,
- 0.22791,
- "_EVWDYVFFK_"
- ],
- [
- 34193,
- 2,
- 17,
- 3,
- 0.22791,
- "_DDPLTNLNTAFDVAEK_"
- ],
- [
- 21201,
- 2,
- 15,
- 6,
- 0.19946,
- "_GNLEVLLFTIQSK_"
- ],
- [
- 29742,
- 2,
- 17,
- 6,
- 0.22791,
- "_TPSALAILENANVLAR_"
- ],
- [
- 39985,
- 2,
- 15,
- 4,
- 0.19946,
- "_TIEECEVILMVGLPGSGK_"
- ],
- [
- 47980,
- 2,
- 13,
- 4,
- 0.17095,
- "_VAIAGAPVTVWMAYDTGYTER_"
- ],
- [
- 38613,
- 2,
- 22,
- 6,
- 0.29917,
- "_LYIGLAGLATDVQTVAQR_"
- ],
- [
- 20291,
- 2,
- 10,
- 4,
- 0.1282,
- "_LLALNPDAVELFK_"
- ],
- [
- 44410,
- 2,
- 14,
- 4,
- 0.1852,
- "_SEIVPLFTSLASDEQDSVR_"
- ],
- [
- 10155,
- 3,
- 11,
- 5,
- 0.14246,
- "_LLKPLNIPELLFATDR_"
- ],
- [
- 11568,
- 2,
- 26,
- 5,
- 0.35618,
- "_TFSFAIPLIEK_"
- ],
- [
- 49030,
- 3,
- 9,
- 2,
- 0.11396,
- "_TLSLPVVVIVHGSQDHNATATVLWDNAFAEPGR_"
- ],
- [
- 33944,
- 2,
- 9,
- 4,
- 0.11396,
- "_LTEHFIITLPMLLSK_"
- ],
- [
- 7314,
- 2,
- 14,
- 4,
- 0.1852,
- "_ALMDLLQLTR_"
- ],
- [
- 39678,
- 3,
- 10,
- 3,
- 0.1282,
- "_NLPDEEIFQQLNQLNSLHQETIMK_"
- ],
- [
- 16061,
- 3,
- 10,
- 4,
- 0.1282,
- "_ALLGLVQDVIGDLHQCQR_"
- ],
- [
- 38383,
- 2,
- 14,
- 3,
- 0.1852,
- "_AVETPPLSSVNLLEGLSR_"
- ],
- [
- 50246,
- 2,
- 27,
- 7,
- 0.37041,
- "_GIPLATGDTSPEPELLPGAPLPPPK_"
- ],
- [
- 50153,
- 2,
- 12,
- 4,
- 0.1567,
- "_IYEDCDGLEFESSCSFIDLR_"
- ],
- [
- 24663,
- 2,
- 18,
- 5,
- 0.24214,
- "_LNWLSVDFNNWK_"
- ],
- [
- 8581,
- 2,
- 17,
- 4,
- 0.22791,
- "_LSSDVLTLLIK_"
- ],
- [
- 18683,
- 2,
- 19,
- 5,
- 0.25638,
- "_ENLESWLNYLK_"
- ],
- [
- 47647,
- 3,
- 12,
- 4,
- 0.1567,
- "_EGEEATAEAEEKQPEEDFQCIVYFWQGR_"
- ],
- [
- 49615,
- 2,
- 16,
- 7,
- 0.21368,
- "_MCVNMEWGAFGDNGCLDDFR_"
- ],
- [
- 40870,
- 2,
- 8,
- 3,
- 0.099691,
- "_MSFVVPNQTLPQLNIMK_"
- ],
- [
- 41460,
- 4,
- 15,
- 6,
- 0.19943,
- "_LSAQLTHASSLGYNGAILQALAVHLALQGESSSEHFLK_"
- ],
- [
- 46301,
- 2,
- 24,
- 8,
- 0.32765,
- "_GIGMGNIGPAGMGMEGIGFGINK_"
- ],
- [
- 25267,
- 2,
- 14,
- 6,
- 0.1852,
- "_VPGLPTPIENMILR_"
- ],
- [
- 25422,
- 3,
- 17,
- 3,
- 0.22791,
- "_PGGVHQDLPLGLMDDIYQFSK_"
- ],
- [
- 34318,
- 2,
- 15,
- 4,
- 0.19943,
- "_TQYSSAMLESLLPGIR_"
- ],
- [
- 14260,
- 2,
- 15,
- 3,
- 0.19943,
- "_EMLGPVTFIWK_"
- ],
- [
- 13956,
- 2,
- 12,
- 5,
- 0.1567,
- "_LGELPSWILMR_"
- ],
- [
- 44684,
- 3,
- 15,
- 4,
- 0.19943,
- "_VVLHDGDPNEPVSDYINANIIMPEFETK_"
- ],
- [
- 23101,
- 4,
- 12,
- 8,
- 0.1567,
- "_YAVIPLSTNSGLIGWVPHCDTLHALIR_"
- ],
- [
- 21100,
- 2,
- 13,
- 4,
- 0.17095,
- "_SGLDSVSSWLPLAK_"
- ],
- [
- 24184,
- 3,
- 12,
- 5,
- 0.15671,
- "_LGQTHLALMNFSWAMDLDPK_"
- ],
- [
- 32871,
- 3,
- 11,
- 2,
- 0.14245,
- "_GMGEAVQEFVDKEEKDAIEELVK_"
- ],
- [
- 14970,
- 3,
- 13,
- 3,
- 0.17095,
- "_YGGEGAESMMGFFHELLK_"
- ],
- [
- 47113,
- 2,
- 13,
- 4,
- 0.17095,
- "_LGVENCYFPMFVSQSALEK_"
- ],
- [
- 42551,
- 3,
- 13,
- 6,
- 0.17095,
- "_LTGILSHSPSLLNETSENGWTALMYAAR_"
- ],
- [
- 24529,
- 2,
- 11,
- 4,
- 0.14245,
- "_VLVEITDVDFAALK_"
- ],
- [
- 17964,
- 3,
- 12,
- 2,
- 0.15671,
- "_LIFIVDVWHPELTPQQR_"
- ],
- [
- 34996,
- 2,
- 8,
- 3,
- 0.099707,
- "_ILSIGGGAGEIDLQILSK_"
- ],
- [
- 30763,
- 2,
- 10,
- 5,
- 0.12821,
- "_(Acetyl (Protein N-term))SQVLFHQLVPLQVK_"
- ],
- [
- 22407,
- 3,
- 10,
- 2,
- 0.12821,
- "_ATIPIFFDMMQCEFHSTR_"
- ],
- [
- 51127,
- 2,
- 7,
- 4,
- 0.085478,
- "_SSGTASSVAFTPLQGLEIVNPQAAEK_"
- ],
- [
- 45482,
- 2,
- 17,
- 4,
- 0.22793,
- "_VAIAALEVLEEENLAENADK_"
- ],
- [
- 23951,
- 3,
- 18,
- 8,
- 0.24216,
- "_RFFPYYVYNIIGGLDEEGK_"
- ],
- [
- 42270,
- 3,
- 10,
- 3,
- 0.12821,
- "_RPLWESGPTVDMPVPSSFNDISQDWR_"
- ],
- [
- 7186,
- 3,
- 10,
- 4,
- 0.12821,
- "_LTEHFIITLPMLLSK_"
- ],
- [
- 42663,
- 3,
- 19,
- 7,
- 0.25639,
- "_MADHYVPVPGGPNNNNYANVELILDIAK_"
- ],
- [
- 30440,
- 3,
- 12,
- 4,
- 0.15669,
- "_KGENIEQILDYLFAHGQLCEK_"
- ],
- [
- 43830,
- 3,
- 9,
- 5,
- 0.11395,
- "_ILITQEKPSAEFITLNDCLQLAYLPSK_"
- ],
- [
- 24481,
- 3,
- 19,
- 5,
- 0.2564,
- "_GITLHPELFSIDNGLLTPTMK_"
- ],
- [
- 17856,
- 3,
- 9,
- 2,
- 0.11395,
- "_DGSSGGVIYLVTITAAGVDHR_"
- ],
- [
- 48471,
- 2,
- 13,
- 6,
- 0.17095,
- "_INPQTTEFCAQLGIIDINVR_"
- ],
- [
- 45696,
- 2,
- 21,
- 5,
- 0.28487,
- "_EYCISSDDLFSLPYCPGK_"
- ],
- [
- 32217,
- 2,
- 14,
- 6,
- 0.18519,
- "_EQLQALIPYVLNPSK_"
- ],
- [
- 44531,
- 3,
- 18,
- 8,
- 0.24217,
- "_LVNSVAGCADDALAGLVACNPNLQLLQGHR_"
- ],
- [
- 37916,
- 3,
- 18,
- 6,
- 0.24217,
- "_MRGPEPGPQPTMEGDVLDTLEALGYK_"
- ],
- [
- 13124,
- 2,
- 13,
- 4,
- 0.17095,
- "_EGELPLEELLR_"
- ],
- [
- 23753,
- 2,
- 10,
- 5,
- 0.12818,
- "_NIFLNQVLAEINK_"
- ],
- [
- 48596,
- 2,
- 16,
- 4,
- 0.21369,
- "_SLPQEWLWCETWCDDASK_"
- ],
- [
- 39436,
- 2,
- 18,
- 4,
- 0.24217,
- "_NFQIIEEDAALVEIGPR_"
- ],
- [
- 40087,
- 3,
- 14,
- 6,
- 0.18519,
- "_GETHQGIGLFPSNFVTADLTAEPEMIK_"
- ],
- [
- 31043,
- 2,
- 11,
- 2,
- 0.14245,
- "_YFDTVPVAAAMCVLK_"
- ],
- [
- 35449,
- 3,
- 16,
- 5,
- 0.21369,
- "_GHAVPPTLVPLMNGSATPLPTALGLGGR_"
- ],
- [
- 25790,
- 3,
- 15,
- 5,
- 0.19944,
- "_VQSYEKEEDLLQAWSTFIR_"
- ],
- [
- 36684,
- 2,
- 30,
- 6,
- 0.41316,
- "_TLAQLNPESSLFIIASK_"
- ],
- [
- 48303,
- 4,
- 15,
- 8,
- 0.19944,
- "_SSTSPSIINEDVIINGHSHEDDNPFAEYMWMENEEEFNR_"
- ],
- [
- 11070,
- 2,
- 15,
- 5,
- 0.19944,
- "_LWDMFDSWR_"
- ],
- [
- 40762,
- 2,
- 16,
- 8,
- 0.21369,
- "_FSLSCSETLMGELGNIAK_"
- ],
- [
- 41046,
- 2,
- 13,
- 3,
- 0.17095,
- "_VLPNLPCVVQEGAIVMAR_"
- ],
- [
- 38556,
- 4,
- 15,
- 8,
- 0.19944,
- "_MFFDALYDEDVVKEDAFYSWESSKDPAEQQGK_"
- ],
- [
- 44371,
- 2,
- 14,
- 6,
- 0.18519,
- "_LIFIVDVWHPELTPQQR_"
- ],
- [
- 45360,
- 2,
- 24,
- 5,
- 0.32766,
- "_GIIWGEDTLMEYLENPKK_"
- ],
- [
- 9499,
- 2,
- 11,
- 2,
- 0.14245,
- "_LASLFPALFSR_"
- ],
- [
- 50306,
- 2,
- 11,
- 5,
- 0.14244,
- "_LHLSGIDANPNALFPPVEFPAPR_"
- ],
- [
- 51055,
- 2,
- 9,
- 5,
- 0.11398,
- "_LASLTPGFSGADVANVCNEAALIAAR_"
- ],
- [
- 37208,
- 4,
- 11,
- 6,
- 0.14244,
- "_CYSNDAPDDMVLGMCFSGLGIPVTHSPLFHQAR_"
- ],
- [
- 44728,
- 3,
- 11,
- 4,
- 0.14244,
- "_MLPTYVCATPDGTEKGDFLALDLGGTNFR_"
- ],
- [
- 45956,
- 2,
- 11,
- 4,
- 0.14244,
- "_LALLNVATQGVHLWDLQDR_"
- ],
- [
- 33374,
- 3,
- 12,
- 5,
- 0.15671,
- "_EGVYELATFQMKPGGPALWGDAFK_"
- ],
- [
- 21894,
- 3,
- 9,
- 2,
- 0.11398,
- "_AFLDFHALPYQVVEVNPVR_"
- ],
- [
- 39135,
- 2,
- 10,
- 3,
- 0.12821,
- "_ANAPCVIFIDELDSVGGK_"
- ],
- [
- 33421,
- 2,
- 12,
- 4,
- 0.15671,
- "_ELAIQIDEVLSHFTK_"
- ],
- [
- 51350,
- 2,
- 13,
- 5,
- 0.17095,
- "_SGVDQMDLFGDMSTPPDLNSPTESK_"
- ],
- [
- 43181,
- 2,
- 12,
- 5,
- 0.15671,
- "_ATENDIYNFFSPLNPM(Oxidation (M))R_"
- ],
- [
- 38189,
- 2,
- 12,
- 5,
- 0.15671,
- "_EDDMLDMAPLLQENSR_"
- ],
- [
- 35574,
- 2,
- 9,
- 4,
- 0.11398,
- "_NNGVLFENQLLQIGLK_"
- ],
- [
- 23807,
- 3,
- 13,
- 5,
- 0.17095,
- "_DHPVFCALVNGEGEVTDFLR_"
- ],
- [
- 14852,
- 4,
- 13,
- 5,
- 0.17095,
- "_LLDSGAFHLLLDVRPQVEVDICR_"
- ],
- [
- 31926,
- 4,
- 13,
- 6,
- 0.17095,
- "_TAHYGMLFDEYQGLSHLEALEILSNESESK_"
- ],
- [
- 44588,
- 2,
- 14,
- 3,
- 0.18521,
- "_IAQFLSDIPETVPLSTVNR_"
- ],
- [
- 46141,
- 2,
- 16,
- 4,
- 0.2137,
- "_FSPNTSQFLLVSSWDTSVR_"
- ],
- [
- 30180,
- 2,
- 16,
- 3,
- 0.2137,
- "_LLNNAFEELVAFQR_"
- ],
- [
- 50762,
- 2,
- 17,
- 5,
- 0.22794,
- "_APSENWAMEGGMDPESLLEGDDGK_"
- ],
- [
- 19394,
- 3,
- 21,
- 7,
- 0.28489,
- "_GIIWGEDTLMEYLENPKK_"
- ],
- [
- 50718,
- 2,
- 21,
- 6,
- 0.28489,
- "_DNLTLWTADNAGEEGGEAPQEPQS_"
- ],
- [
- 42920,
- 2,
- 14,
- 5,
- 0.18521,
- "_ALLGLVQDVIGDLHQCQR_"
- ],
- [
- 50950,
- 2,
- 14,
- 7,
- 0.18519,
- "_NDDDSSEAMNDILAQVATNTETSK_"
- ],
- [
- 38485,
- 2,
- 2,
- 2,
- 0.01424,
- "_SALFQLAEMCLASEGMK_"
- ],
- [
- 10518,
- 2,
- 11,
- 3,
- 0.14245,
- "_DLVEVADILEK_"
- ],
- [
- 30206,
- 2,
- 11,
- 5,
- 0.14245,
- "_LSGMPDLSLSFMNPR_"
- ],
- [
- 49693,
- 2,
- 17,
- 7,
- 0.22794,
- "_AGVLEELGPWGDSLEETGAATGSR_"
- ],
- [
- 10197,
- 2,
- 14,
- 4,
- 0.18519,
- "_LVPDLLAIVQR_"
- ],
- [
- 8150,
- 2,
- 22,
- 6,
- 0.29913,
- "_LALGIPLPELR_"
- ],
- [
- 42751,
- 2,
- 22,
- 2,
- 0.29913,
- "_ASYPGLQFEIIAMSTTGDK_"
- ],
- [
- 15876,
- 4,
- 12,
- 6,
- 0.15668,
- "_VWLIDVSQSVEPTHPHGLEFLFR_"
- ],
- [
- 32431,
- 3,
- 22,
- 8,
- 0.29913,
- "_HGLEVIYMIEPIDEYCVQQLK_"
- ],
- [
- 50996,
- 2,
- 12,
- 5,
- 0.15668,
- "_VTDGALVVVDCVSGVCVQTETVLR_"
- ],
- [
- 12383,
- 2,
- 13,
- 3,
- 0.17095,
- "_LGPLLDILADSR_"
- ],
- [
- 29854,
- 3,
- 12,
- 5,
- 0.15668,
- "_IREYFGEFGEIEAIELPMDPK_"
- ],
- [
- 46461,
- 2,
- 20,
- 5,
- 0.27067,
- "_EVMQEVAQLSQFDEELYK_"
- ],
- [
- 32827,
- 2,
- 13,
- 2,
- 0.17095,
- "_SDPLLIGIPTSENPFK_"
- ],
- [
- 9508,
- 3,
- 11,
- 4,
- 0.14245,
- "_NPTNDLLVLHLSDLIR_"
- ],
- [
- 28118,
- 4,
- 15,
- 7,
- 0.19945,
- "_KKEPVGDDESVPENVLSFDDLTADALANLK_"
- ],
- [
- 31149,
- 3,
- 13,
- 5,
- 0.17095,
- "_EKLTELMFEHYNIPAFFLCK_"
- ],
- [
- 25561,
- 2,
- 14,
- 6,
- 0.18519,
- "_LDQLIYIPLPDEK_"
- ],
- [
- 22680,
- 2,
- 16,
- 3,
- 0.21369,
- "_GNDTFVTLDEILR_"
- ],
- [
- 19089,
- 2,
- 28,
- 5,
- 0.38464,
- "_WGDIEFPPPFGR_"
- ],
- [
- 48281,
- 2,
- 9,
- 4,
- 0.11396,
- "_SSIVEDGLMVQITPETMNGLR_"
- ],
- [
- 30570,
- 3,
- 10,
- 2,
- 0.12822,
- "_KAEDDIDSSILETLVASCCNLR_"
- ],
- [
- 16991,
- 3,
- 7,
- 2,
- 0.08544,
- "_QSSLGLSFFNSILAHGDLR_"
- ],
- [
- 17722,
- 3,
- 8,
- 4,
- 0.099689,
- "_APIDHGLEQLETWFTAGAK_"
- ],
- [
- 43143,
- 3,
- 14,
- 4,
- 0.18519,
- "_YGGQEHLDAPPAELLLAQTEDYVEYSR_"
- ],
- [
- 8302,
- 2,
- 15,
- 5,
- 0.19945,
- "_VNDFLAEIFK_"
- ],
- [
- 14026,
- 2,
- 10,
- 2,
- 0.12822,
- "_ISTINILLSTLK_"
- ],
- [
- 46084,
- 2,
- 9,
- 3,
- 0.11396,
- "_EVIGGLCSLANIPLTPETQR_"
- ],
- [
- 17907,
- 4,
- 7,
- 5,
- 0.085453,
- "_AAELFGLTAEEVYLVHDELDKPLGR_"
- ],
- [
- 37105,
- 2,
- 13,
- 2,
- 0.17092,
- "_ACTAQSLGNLLDMMYR_"
- ],
- [
- 27974,
- 3,
- 9,
- 2,
- 0.11393,
- "_GQHETVIPGDLPLIQEVTTTLR_"
- ],
- [
- 31753,
- 3,
- 13,
- 2,
- 0.17092,
- "_DVSSLFPDVVNCMQTDNLELKK_"
- ],
- [
- 46057,
- 2,
- 21,
- 4,
- 0.28491,
- "_GLAILSETEFLSCANDASIR_"
- ],
- [
- 37572,
- 2,
- 20,
- 5,
- 0.27066,
- "_MSATFIGNSTAIQELFK_"
- ],
- [
- 38974,
- 2,
- 6,
- 4,
- 0.071224,
- "_APEDSSGDLIFPSYFVR_"
- ],
- [
- 23012,
- 3,
- 10,
- 6,
- 0.1282,
- "_LLCMCPVDFHGIFQLDER_"
- ],
- [
- 6773,
- 3,
- 13,
- 3,
- 0.17092,
- "_ELAIQIDEVLSHFTK_"
- ],
- [
- 36584,
- 3,
- 13,
- 7,
- 0.17092,
- "_FCTLLGGTTADAMCPILEFEADRR_"
- ],
- [
- 51751,
- 3,
- 14,
- 5,
- 0.18519,
- "_TLASPEQLAQFQAQLQTGSPPATTQPQGTTQPPAQPASQGSGPTA_"
- ],
- [
- 24308,
- 4,
- 12,
- 5,
- 0.15668,
- "_MSGSFYFVIVGHHDNPVFEMEFLPAGK_"
- ],
- [
- 51279,
- 2,
- 13,
- 4,
- 0.17092,
- "_DGDVTVTNDGATILSMMDVDHQIAK_"
- ],
- [
- 32101,
- 3,
- 11,
- 5,
- 0.14246,
- "_LGQALELGYGLQVGTVWINAHGLR_"
- ],
- [
- 11163,
- 3,
- 24,
- 6,
- 0.32761,
- "_ELAILLGMLDPAEKDEK_"
- ],
- [
- 36914,
- 2,
- 11,
- 4,
- 0.14246,
- "_FEDLMENLPLPEYTK_"
- ],
- [
- 25698,
- 3,
- 12,
- 6,
- 0.15668,
- "_KAEAFQLYQEAAQLDMLLEK_"
- ],
- [
- 11117,
- 3,
- 8,
- 3,
- 0.099678,
- "_TQFSDVLDLYLGTHFK_"
- ],
- [
- 21861,
- 2,
- 23,
- 3,
- 0.31337,
- "_DPENFPFVVLGNK_"
- ],
- [
- 26759,
- 3,
- 13,
- 4,
- 0.17092,
- "_LDLFEISQPTEDLEFHGVMR_"
- ],
- [
- 7531,
- 2,
- 7,
- 4,
- 0.085453,
- "_TLLWTELFR_"
- ],
- [
- 48529,
- 3,
- 12,
- 3,
- 0.15668,
- "_KGIFTGSSGLQIVYLSGTESLNEPVPGYSFSPK_"
- ],
- [
- 43334,
- 3,
- 23,
- 7,
- 0.31337,
- "_KGYEVIYLTEPVDEYCIQALPEFDGK_"
- ],
- [
- 49363,
- 2,
- 12,
- 6,
- 0.15668,
- "_GQFYQCDLDGNLLDSWEGVR_"
- ],
- [
- 15719,
- 2,
- 16,
- 5,
- 0.21368,
- "_YDLLCLEGLVR_"
- ],
- [
- 14870,
- 3,
- 13,
- 3,
- 0.17092,
- "_LFEELAMDVYDEVDRR_"
- ],
- [
- 47038,
- 2,
- 13,
- 6,
- 0.17092,
- "_AFLDFHALPYQVVEVNPVR_"
- ],
- [
- 40522,
- 2,
- 12,
- 5,
- 0.15668,
- "_YFGFDTNAEGCILQWK_"
- ],
- [
- 42841,
- 2,
- 8,
- 2,
- 0.099678,
- "_ELNVITETQCTLGLTALR_"
- ],
- [
- 45555,
- 2,
- 12,
- 5,
- 0.15668,
- "_SNFSLAILNVGAPAAGMNAAVR_"
- ],
- [
- 30463,
- 2,
- 15,
- 5,
- 0.19942,
- "_VLSLDDYFITEVEK_"
- ],
- [
- 20198,
- 2,
- 14,
- 4,
- 0.18519,
- "_DALPELLGLEAGSR_"
- ],
- [
- 35812,
- 2,
- 14,
- 6,
- 0.18519,
- "_GLDIPEVDLVIQSSPPK_"
- ],
- [
- 45197,
- 3,
- 14,
- 7,
- 0.18519,
- "_VALALLEAQAATGTIMDPHSPESLSVDEAVR_"
- ],
- [
- 33818,
- 2,
- 14,
- 2,
- 0.18519,
- "_YLGPYLEDTLQLSLK_"
- ],
- [
- 50608,
- 2,
- 18,
- 8,
- 0.24218,
- "_VLECLASGIVMPDGSGIYDPCEK_"
- ],
- [
- 42936,
- 4,
- 16,
- 8,
- 0.21368,
- "_VMECLASGILLPGGPGLHDPCERDPTDALSYMTIQQK_"
- ],
- [
- 16663,
- 2,
- 18,
- 6,
- 0.24218,
- "_LDNLVAILDINR_"
- ],
- [
- 49199,
- 2,
- 14,
- 6,
- 0.18519,
- "_NFSLLSFGEEAEEEEEEVNR_"
- ],
- [
- 46943,
- 2,
- 14,
- 4,
- 0.18519,
- "_TPDGTENGDFLALDLGGTNFR_"
- ],
- [
- 39719,
- 3,
- 15,
- 6,
- 0.19942,
- "_EPVIQHGPFVMNTNEEISQAILDFR_"
- ],
- [
- 11306,
- 3,
- 10,
- 5,
- 0.12821,
- "_AHVEAPIAGSMVLAAVLLK_"
- ],
- [
- 22493,
- 3,
- 12,
- 3,
- 0.15673,
- "_FLYEELGLDSTSVFEDLKK_"
- ],
- [
- 50243,
- 3,
- 15,
- 5,
- 0.19946,
- "_SAFQEEDFPALVSSVPKPGTAPTSLVSAWNSSSSSK_"
- ],
- [
- 8574,
- 2,
- 11,
- 4,
- 0.14248,
- "_SLLDILTDPSK_"
- ],
- [
- 38651,
- 2,
- 12,
- 5,
- 0.15673,
- "_AHVEAPIAGSMVLAAVLLK_"
- ],
- [
- 32882,
- 2,
- 9,
- 4,
- 0.11396,
- "_CFGFDMDYTLAVYK_"
- ],
- [
- 37442,
- 2,
- 12,
- 4,
- 0.15673,
- "_DFQQALYELSYHVIK_"
- ],
- [
- 48723,
- 3,
- 14,
- 7,
- 0.18519,
- "_LDFVAPATGAHNYTLYFMSDAYMGCDQEYK_"
- ],
- [
- 28424,
- 2,
- 13,
- 4,
- 0.17096,
- "_YDLEQGLGDLLTER_"
- ],
- [
- 51794,
- 3,
- 6,
- 5,
- 0.071257,
- "_FVAISDLYEPIDDGCESQVFCSCSYDATTHFETTCNDIK_"
- ],
- [
- 40223,
- 3,
- 13,
- 5,
- 0.17096,
- "_EALIEIDYGDLCEDLKDAQAEEEIK_"
- ],
- [
- 51036,
- 3,
- 13,
- 6,
- 0.17096,
- "_SSVGETVYGGSDELSDDITQQQLLPGVKDPNLWTVK_"
- ],
- [
- 16267,
- 3,
- 12,
- 6,
- 0.15673,
- "_LTFLEEDDKDLYILWK_"
- ],
- [
- 48105,
- 2,
- 13,
- 7,
- 0.17096,
- "_VQVPNCDEIFYAGTGNLLLR_"
- ],
- [
- 49294,
- 2,
- 18,
- 7,
- 0.2422,
- "_KPLVIIAEDVDGEALSTLVLNR_"
- ],
- [
- 50886,
- 3,
- 13,
- 6,
- 0.17096,
- "_LAQEPCYHEIITPEQFQLCALVINDECYQVR_"
- ],
- [
- 48055,
- 3,
- 19,
- 7,
- 0.25645,
- "_LAENSASSDDLLVAEVGISDYGDKLNMELSEK_"
- ],
- [
- 44861,
- 2,
- 18,
- 7,
- 0.2422,
- "_ILQEAQNLMALTNVDTPLK_"
- ],
- [
- 40024,
- 2,
- 16,
- 7,
- 0.2137,
- "_AAVATFLQSVQVPEFTPK_"
- ],
- [
- 35563,
- 3,
- 18,
- 7,
- 0.2422,
- "_LGCEVLGVSVDSQFTHLAWINTPR_"
- ],
- [
- 40188,
- 3,
- 11,
- 4,
- 0.14248,
- "_FIIVSAFDHFASVHSVSAEGTVVSNLSS_"
- ],
- [
- 43355,
- 2,
- 24,
- 5,
- 0.32764,
- "_NVIFEISPTEEVGDFEVK_"
- ],
- [
- 16259,
- 4,
- 8,
- 6,
- 0.099731,
- "_LIILDEIHLLHDDRGPVLEALVAR_"
- ],
- [
- 42668,
- 2,
- 15,
- 2,
- 0.19946,
- "_QLAAGWGPCEVLLSNALAR_"
- ],
- [
- 49889,
- 2,
- 15,
- 4,
- 0.19946,
- "_IGPLQSTLDVGLESPPLSVSEER_"
- ],
- [
- 25135,
- 2,
- 21,
- 4,
- 0.28493,
- "_TEGLSVLSQAMAVIK_"
- ],
- [
- 44100,
- 2,
- 9,
- 3,
- 0.11396,
- "_SNTPPMYLQADIEAFDIR_"
- ],
- [
- 46418,
- 2,
- 15,
- 2,
- 0.19946,
- "_ICALDDNVCMAFAGLTADAR_"
- ],
- [
- 23118,
- 2,
- 14,
- 4,
- 0.18519,
- "_DSTEYFIVFEPR_"
- ],
- [
- 47688,
- 2,
- 14,
- 5,
- 0.18519,
- "_QDYLMLATLDENEEVIDGGK_"
- ],
- [
- 18163,
- 2,
- 17,
- 5,
- 0.22796,
- "_EYPFILDAFQR_"
- ],
- [
- 44180,
- 2,
- 10,
- 5,
- 0.12821,
- "_LLEAQVASGFLVDPLNNQR_"
- ],
- [
- 20967,
- 3,
- 5,
- 3,
- 0.057013,
- "_KLEFDISEDEIFTSLTAAR_"
- ],
- [
- 51265,
- 3,
- 14,
- 7,
- 0.1852,
- "_YMGSHIPESPLQFYVNYPNSGSVSAYGPGLVYGVANK_"
- ],
- [
- 41761,
- 3,
- 14,
- 6,
- 0.1852,
- "_NILGAQVSEAVPLPEHGVSVVFVNLGNTK_"
- ],
- [
- 48961,
- 3,
- 15,
- 5,
- 0.19943,
- "_GQEAGGFFEDASQYDENLSFQDMNLSRPLLK_"
- ],
- [
- 46841,
- 2,
- 15,
- 5,
- 0.19943,
- "_LVPNMTPEVVGEQVTSYLTK_"
- ],
- [
- 47152,
- 2,
- 10,
- 5,
- 0.1282,
- "_ALIELNMDSPEELQSYIQK_"
- ],
- [
- 46411,
- 2,
- 14,
- 4,
- 0.1852,
- "_TPSFGISAPQVSIPDVNVNLK_"
- ],
- [
- 34847,
- 3,
- 17,
- 8,
- 0.22794,
- "_VNNVVWDLDRPLEEDCTLELLK_"
- ],
- [
- 22855,
- 2,
- 19,
- 5,
- 0.25644,
- "_LGLLGLANSLAIEGR_"
- ],
- [
- 23090,
- 2,
- 14,
- 4,
- 0.1852,
- "_ELSLVGPFPGLNMK_"
- ],
- [
- 50517,
- 2,
- 13,
- 7,
- 0.17097,
- "_SVDPTQTEYQGMIEIVEEGDMK_"
- ],
- [
- 41087,
- 2,
- 17,
- 3,
- 0.22794,
- "_LEELWLDGNSLCDTFR_"
- ],
- [
- 17088,
- 3,
- 12,
- 6,
- 0.15672,
- "_ILDFHPVTMATFTMTLAR_"
- ],
- [
- 38043,
- 2,
- 17,
- 3,
- 0.22794,
- "_TELQGLIGQLDEVSLEK_"
- ],
- [
- 14983,
- 3,
- 9,
- 5,
- 0.11397,
- "_ADLELPWRPLYDMVER_"
- ],
- [
- 48099,
- 4,
- 13,
- 8,
- 0.17097,
- "_GGTGAIVEYHGPGVDSISCTGMATICNMGAEIGATTSVFPYNHR_"
- ],
- [
- 37171,
- 2,
- 21,
- 5,
- 0.28494,
- "_(Acetyl (Protein N-term))ATDSWALAVDEQEAAVK_"
- ],
- [
- 13768,
- 3,
- 14,
- 2,
- 0.1852,
- "_QLDNILAAVHDVLNESSK_"
- ],
- [
- 48381,
- 2,
- 11,
- 5,
- 0.14245,
- "_NSAPQLPLLQSSGPFVEGSIVR_"
- ],
- [
- 40607,
- 3,
- 15,
- 4,
- 0.19943,
- "_IEGCIIGFDEYM(Oxidation (M))NLVLDDAEEIHSK_"
- ],
- [
- 48777,
- 2,
- 17,
- 4,
- 0.22794,
- "_EMYDDGVGLPFQSQPDLIGDK_"
- ],
- [
- 49788,
- 2,
- 11,
- 4,
- 0.14245,
- "_AVASLNTPFIPANPNMSPLESIK_"
- ],
- [
- 46905,
- 4,
- 11,
- 7,
- 0.14245,
- "_KKEFEELIDSNHDGIVTAEELESYMDPMNEYNALNEAK_"
- ],
- [
- 33545,
- 4,
- 15,
- 5,
- 0.19943,
- "_MALIQMGSVEEAVQALIDLHNHDLGENHHLR_"
- ],
- [
- 23391,
- 2,
- 11,
- 3,
- 0.14245,
- "_AGLGTAMLYELIEK_"
- ],
- [
- 1507,
- 2,
- 11,
- 4,
- 0.14245,
- "_EFVLPFLR_"
- ],
- [
- 36888,
- 2,
- 12,
- 5,
- 0.15669,
- "_TYDLPGNFLTQALTQR_"
- ],
- [
- 38444,
- 3,
- 22,
- 7,
- 0.29918,
- "_SGPFGQLFRPDNFIFGQTGAGNNWAK_"
- ],
- [
- 39267,
- 2,
- 6,
- 3,
- 0.071238,
- "_IALFGAGPASISCASFLAR_"
- ],
- [
- 31565,
- 3,
- 14,
- 5,
- 0.18521,
- "_RGEAEAEAEEWEAESVLGTLLQK_"
- ],
- [
- 30113,
- 2,
- 11,
- 3,
- 0.14244,
- "_EIQGFFNIPVDNLR_"
- ],
- [
- 25271,
- 4,
- 14,
- 9,
- 0.18521,
- "_GFGFITFEDEQSVDQAVNMHFHDIMGK_"
- ],
- [
- 49963,
- 3,
- 18,
- 4,
- 0.24218,
- "_ALHGEATNSMASDNQPEGMISESLDNLESMMPNK_"
- ],
- [
- 40859,
- 2,
- 10,
- 4,
- 0.12821,
- "_PANDITSQLEINFGDLGR_"
- ],
- [
- 47608,
- 2,
- 13,
- 4,
- 0.17096,
- "_QEESQAGIIPQLCEELFEK_"
- ],
- [
- 33259,
- 2,
- 13,
- 4,
- 0.17096,
- "_LTFLYLANDVIQNSK_"
- ],
- [
- 18355,
- 3,
- 22,
- 5,
- 0.29918,
- "_QSTTHLADGPFAVLVDYIR_"
- ],
- [
- 6107,
- 3,
- 13,
- 4,
- 0.17096,
- "_EM(Oxidation (M))KPVIFLDVFLPR_"
- ],
- [
- 29318,
- 2,
- 17,
- 7,
- 0.22795,
- "_IVFVPGCSIPLTIVK_"
- ],
- [
- 47318,
- 2,
- 13,
- 6,
- 0.17096,
- "_ICSPPFMELTSLCGDDTMR_"
- ],
- [
- 30308,
- 2,
- 10,
- 3,
- 0.12821,
- "_GPTPAILESLISINNK_"
- ],
- [
- 32794,
- 3,
- 18,
- 4,
- 0.24218,
- "_EQELSEEDKQLQDELEMLVER_"
- ],
- [
- 35245,
- 3,
- 15,
- 5,
- 0.19944,
- "_TLELCVDNLQPDFLYDHIQPVR_"
- ],
- [
- 18298,
- 2,
- 16,
- 5,
- 0.21367,
- "_EQSILELGSLLAK_"
- ],
- [
- 36626,
- 2,
- 11,
- 4,
- 0.14244,
- "_ADLVWQPWEDLESSR_"
- ],
- [
- 35713,
- 3,
- 19,
- 8,
- 0.25644,
- "_TLTPIIQEYFEHGDTNEVAEMLR_"
- ],
- [
- 37725,
- 3,
- 15,
- 6,
- 0.19944,
- "_AIHYALNCCGLAGGVEQFISDICPK_"
- ],
- [
- 28720,
- 2,
- 25,
- 6,
- 0.3419,
- "_FGDPECQVILPLLK_"
- ],
- [
- 18967,
- 2,
- 16,
- 6,
- 0.21367,
- "_IVILPDYLEIAR_"
- ],
- [
- 6254,
- 2,
- 11,
- 3,
- 0.14244,
- "_NLFLVIFQR_"
- ],
- [
- 26180,
- 4,
- 10,
- 4,
- 0.12821,
- "_EPLPHLHFDVELLGDCDVIINELCHR_"
- ],
- [
- 42280,
- 3,
- 18,
- 5,
- 0.24218,
- "_MPFGQLMSEFGGSGTGGWVHGVSFSASGSR_"
- ],
- [
- 7900,
- 3,
- 12,
- 4,
- 0.15669,
- "_VLLWDIGHGLMVGELK_"
- ],
- [
- 29542,
- 3,
- 17,
- 8,
- 0.22795,
- "_LHLSGIDANPNALFPPVEFPAPR_"
- ],
- [
- 10243,
- 3,
- 12,
- 5,
- 0.15669,
- "_LLGGQLGLEDFIFAHVK_"
- ],
- [
- 17429,
- 2,
- 15,
- 3,
- 0.19944,
- "_SFDSNAFTLLLR_"
- ],
- [
- 41785,
- 2,
- 12,
- 4,
- 0.15665,
- "_QLGTAYVSATTGAVATALGLK_"
- ],
- [
- 41332,
- 2,
- 13,
- 4,
- 0.1709,
- "_CLLQDLSYYCCLELK_"
- ],
- [
- 46160,
- 3,
- 11,
- 5,
- 0.14243,
- "_PYKNDPEILAMTNLVSAYQNNDITEFEK_"
- ],
- [
- 41997,
- 2,
- 13,
- 5,
- 0.1709,
- "_DINWDSSQWQPLIQDR_"
- ],
- [
- 19071,
- 2,
- 13,
- 4,
- 0.1709,
- "_ILQAVNFPFLVR_"
- ],
- [
- 36957,
- 3,
- 14,
- 5,
- 0.18517,
- "_ISASLQSQSPEHLLPVLIQAAQLCR_"
- ],
- [
- 19582,
- 3,
- 13,
- 6,
- 0.1709,
- "_APQMYEFHLPLSPEELLK_"
- ],
- [
- 37710,
- 2,
- 14,
- 5,
- 0.18517,
- "_LNPVTTDEDLEIIFSR_"
- ],
- [
- 42112,
- 2,
- 21,
- 3,
- 0.2849,
- "_YDDMLVVPIIENTPEEK_"
- ],
- [
- 18543,
- 2,
- 10,
- 3,
- 0.1282,
- "_WEYVPLGPFLGK_"
- ],
- [
- 9965,
- 3,
- 10,
- 4,
- 0.1282,
- "_EELMAPTLLPELHLLK_"
- ],
- [
- 11379,
- 2,
- 11,
- 4,
- 0.14243,
- "_LLEIDIDGVFK_"
- ],
- [
- 18808,
- 3,
- 13,
- 3,
- 0.1709,
- "_IATPQIVINYAMFLEEHK_"
- ],
- [
- 20018,
- 2,
- 18,
- 4,
- 0.24216,
- "_IDSVYLDPLVFR_"
- ],
- [
- 22889,
- 4,
- 19,
- 6,
- 0.2564,
- "_TLLIVSHDQGFLDDVCTDIIHLDAQR_"
- ],
- [
- 50326,
- 2,
- 16,
- 7,
- 0.21366,
- "_INNEIDQLMNQMQQIETQQR_"
- ],
- [
- 29045,
- 2,
- 16,
- 4,
- 0.21366,
- "_LDYEDIIDDLPCR_"
- ],
- [
- 42384,
- 4,
- 24,
- 8,
- 0.32763,
- "_AFGPSETNESPAVVLEPPVVSMEVSEPHILETLKPATK_"
- ],
- [
- 41624,
- 3,
- 15,
- 7,
- 0.19943,
- "_GAGHPCYLDKPEEWHTGLLDFLQGLQ_"
- ],
- [
- 43555,
- 2,
- 22,
- 7,
- 0.29915,
- "_LGGTIDDCELVEGLVLTQK_"
- ],
- [
- 37453,
- 3,
- 16,
- 7,
- 0.21366,
- "_EQPFGEGVPLDGDDPEHIQWIFQK_"
- ],
- [
- 16056,
- 3,
- 16,
- 6,
- 0.21366,
- "_IGDQEFDHLPALLEFYK_"
- ],
- [
- 28596,
- 2,
- 23,
- 3,
- 0.3134,
- "_NAGNCLSPAVIVGLLK_"
- ],
- [
- 29432,
- 3,
- 17,
- 4,
- 0.22789,
- "_KGWEVVESDLYAMNFNPIISR_"
- ],
- [
- 36448,
- 3,
- 18,
- 7,
- 0.24216,
- "_TFGTAIVINPEKDKDMVQDLLDFK_"
- ],
- [
- 39740,
- 2,
- 19,
- 7,
- 0.2564,
- "_LAM(Oxidation (M))QEFMILPVGAANFR_"
- ],
- [
- 42247,
- 2,
- 18,
- 5,
- 0.24216,
- "_TLSFSSDNIAVLSAAADSIK_"
- ],
- [
- 34255,
- 3,
- 18,
- 6,
- 0.24216,
- "_DGDVTVTNDGATILSMMDVDHQIAK_"
- ],
- [
- 50380,
- 2,
- 8,
- 3,
- 0.099669,
- "_GENITNAPELQPNAVTWGIFPGR_"
- ],
- [
- 38956,
- 2,
- 18,
- 6,
- 0.24211,
- "_LFVSDGVPGCLPVLAAAGR_"
- ],
- [
- 37467,
- 2,
- 13,
- 2,
- 0.17087,
- "_TPEEVIEYSAVFWER_"
- ],
- [
- 41872,
- 3,
- 20,
- 7,
- 0.27061,
- "_TLLIVSHDQGFLDDVCTDIIHLDAQR_"
- ],
- [
- 24992,
- 2,
- 19,
- 5,
- 0.25638,
- "_NYSWMDIITICK_"
- ],
- [
- 44687,
- 3,
- 14,
- 6,
- 0.18512,
- "_QLHEAIVTLGLAEPSTNISFPLVTVHLEK_"
- ],
- [
- 42826,
- 2,
- 7,
- 2,
- 0.085428,
- "_EAGGIVIDTSGGPLDLMACR_"
- ],
- [
- 40368,
- 2,
- 7,
- 3,
- 0.085428,
- "_PAEELAQLWAAEELDMK_"
- ],
- [
- 39311,
- 4,
- 18,
- 8,
- 0.24211,
- "_LGGVNNILLPQGRPPVFQQPVIFLGADVTHPPAGDGK_"
- ],
- [
- 40805,
- 2,
- 11,
- 5,
- 0.14241,
- "_WLVIDPVPAAVPTQVAGPK_"
- ],
- [
- 45855,
- 2,
- 16,
- 7,
- 0.21365,
- "_QAFDDAIAELDTLNEDSYK_"
- ],
- [
- 49466,
- 3,
- 12,
- 6,
- 0.15664,
- "_IASHYYITNDTVQTYNQLLKPTLSEIELFR_"
- ],
- [
- 22594,
- 4,
- 16,
- 7,
- 0.21365,
- "_GAGHPCYLDKPEEWHTGLLDFLQGLQ_"
- ],
- [
- 20358,
- 3,
- 9,
- 4,
- 0.11392,
- "_ENIRPVWQLASLVENIER_"
- ],
- [
- 44005,
- 2,
- 16,
- 4,
- 0.21365,
- "_NALNIGMVEEVLQSSDETK_"
- ],
- [
- 42682,
- 2,
- 16,
- 5,
- 0.21365,
- "_WDPSGMLLASCSDDMTLK_"
- ],
- [
- 36129,
- 3,
- 25,
- 8,
- 0.34185,
- "_EKPYFPIPEEYTFIQNVPLEDR_"
- ],
- [
- 42163,
- 2,
- 16,
- 6,
- 0.2136,
- "_TVLGTPEVLLGALPGAGGTQR_"
- ],
- [
- 10146,
- 2,
- 16,
- 3,
- 0.2136,
- "_DFAPVIVEAFK_"
- ],
- [
- 22590,
- 3,
- 18,
- 6,
- 0.24209,
- "_GFDPNQLSVATLLFEGDREK_"
- ],
- [
- 47486,
- 2,
- 20,
- 7,
- 0.27059,
- "_LGDGLFLQCCEEVAELYPK_"
- ],
- [
- 42312,
- 2,
- 16,
- 4,
- 0.2136,
- "_SVNGLAFYDWDNTELIR_"
- ],
- [
- 43691,
- 2,
- 17,
- 6,
- 0.22786,
- "_YYGGTEFIDELETLCQK_"
- ],
- [
- 38701,
- 2,
- 11,
- 4,
- 0.14238,
- "_EYLNEDVNGFMEYLR_"
- ],
- [
- 26335,
- 2,
- 20,
- 5,
- 0.27059,
- "_LLLLDTVTMQVTAR_"
- ],
- [
- 38332,
- 4,
- 11,
- 8,
- 0.14238,
- "_EQMYNILMWIHDNYRDPESETDNDSQEIFK_"
- ],
- [
- 49505,
- 2,
- 22,
- 8,
- 0.29909,
- "_ANPDPNCCLGVFGLSLYTTER_"
- ],
- [
- 49336,
- 2,
- 9,
- 6,
- 0.11388,
- "_MSAQVPMNMTITGCMMTFYR_"
- ],
- [
- 12025,
- 3,
- 14,
- 4,
- 0.18508,
- "_RPLIFDTNEFHIPLVT_"
- ],
- [
- 48848,
- 2,
- 11,
- 5,
- 0.14238,
- "_NFSAIINPPQACILAIGASEDK_"
- ],
- [
- 41019,
- 3,
- 18,
- 6,
- 0.24209,
- "_ILAAALTQHNGDAAASLTVAEQYVSAFSK_"
- ],
- [
- 1243,
- 2,
- 15,
- 4,
- 0.19933,
- "_SLLIDFFR_"
- ],
- [
- 47322,
- 2,
- 12,
- 4,
- 0.15663,
- "_MTAYITELSDMVPTCSALAR_"
- ],
- [
- 43862,
- 2,
- 22,
- 5,
- 0.29909,
- "_EDAQVAAEILEIADTPSGDK_"
- ],
- [
- 35375,
- 2,
- 9,
- 5,
- 0.11388,
- "_LGLVDYDVVEMSNLAR_"
- ],
- [
- 9049,
- 3,
- 16,
- 5,
- 0.2136,
- "_TVFRPPLDIYDVLIR_"
- ],
- [
- 11771,
- 3,
- 12,
- 6,
- 0.15663,
- "_VQLPTETLQELLDLHR_"
- ],
- [
- 24301,
- 2,
- 16,
- 5,
- 0.2136,
- "_SLQALGEVIEAELR_"
- ],
- [
- 12937,
- 2,
- 7,
- 4,
- 0.085403,
- "_TFSFAIPLIER_"
- ],
- [
- 48063,
- 2,
- 13,
- 6,
- 0.17086,
- "_EDLNGPFLNQLETDPSLDMK_"
- ],
- [
- 13556,
- 2,
- 20,
- 5,
- 0.27059,
- "_DILPCLDGYLK_"
- ],
- [
- 25284,
- 3,
- 13,
- 9,
- 0.17086,
- "_VLDGLHNELQTIGFQIETIGK_"
- ],
- [
- 50611,
- 2,
- 6,
- 3,
- 0.071125,
- "_(Acetyl (Protein N-term))MELEDGVVYQEEPGGSGAVMSER_"
- ],
- [
- 39815,
- 2,
- 11,
- 3,
- 0.14238,
- "_GQVEFFEPFWDSGEPR_"
- ],
- [
- 39558,
- 2,
- 22,
- 6,
- 0.29909,
- "_TCATVTIGGINIAEALVSK_"
- ],
- [
- 29159,
- 3,
- 12,
- 4,
- 0.15663,
- "_EEQKDFVSLYQDFENFYTR_"
- ],
- [
- 42590,
- 2,
- 13,
- 3,
- 0.17086,
- "_ESSDQPPTIPVEILQLEK_"
- ],
- [
- 37376,
- 2,
- 15,
- 3,
- 0.19933,
- "_EDIDAAIETYNLLSER_"
- ],
- [
- 34647,
- 2,
- 15,
- 6,
- 0.1993,
- "_LTAIDILTTCAADIQR_"
- ],
- [
- 48421,
- 2,
- 15,
- 6,
- 0.1993,
- "_QEPMLFALAICSQCSDISTK_"
- ],
- [
- 49031,
- 2,
- 14,
- 6,
- 0.18507,
- "_CNENYTTDFIFNLYSEEGK_"
- ],
- [
- 44182,
- 4,
- 14,
- 6,
- 0.18507,
- "_AALPSHVVTM(Oxidation (M))LDNFPTNLHPMSQLSAAVTALNSESNFAR_"
- ],
- [
- 48980,
- 2,
- 10,
- 5,
- 0.1281,
- "_ILEGLGPQVELPLYNQPSDTR_"
- ],
- [
- 30857,
- 3,
- 12,
- 5,
- 0.1566,
- "_VKGQVSEMAVLLIDPEPQIAALAK_"
- ],
- [
- 20565,
- 3,
- 15,
- 5,
- 0.1993,
- "_VAHILNISPPLNLNPVWFK_"
- ],
- [
- 14470,
- 4,
- 18,
- 4,
- 0.24207,
- "_SKDDQVTVIGAGVTLHEALAAAELLK_"
- ],
- [
- 38718,
- 2,
- 17,
- 3,
- 0.22781,
- "_FLSQIESDCLALLQVR_"
- ],
- [
- 11721,
- 2,
- 11,
- 2,
- 0.14235,
- "_LVSIPELLSAVK_"
- ],
- [
- 41212,
- 2,
- 16,
- 4,
- 0.21354,
- "_EDGVFNISVDNTCSLFR_"
- ],
- [
- 43738,
- 2,
- 18,
- 6,
- 0.24207,
- "_ENIIAVATTNNLYIFQDK_"
- ],
- [
- 39497,
- 3,
- 16,
- 5,
- 0.21354,
- "_RGDESQFLLQAPGSTELEELTVQVAR_"
- ],
- [
- 34974,
- 2,
- 16,
- 5,
- 0.21354,
- "_GDLSTALEVAIDCYEK_"
- ],
- [
- 16108,
- 2,
- 16,
- 3,
- 0.21354,
- "_QLIPIFTDVALK_"
- ],
- [
- 44907,
- 2,
- 15,
- 3,
- 0.1993,
- "_QAEETAAFEEVMMDIGSTR_"
- ],
- [
- 23692,
- 3,
- 8,
- 2,
- 0.099617,
- "_FGDILHVINASDDEWWQAR_"
- ],
- [
- 18819,
- 2,
- 16,
- 4,
- 0.21354,
- "_AFVPPLAEDLLAR_"
- ],
- [
- 6553,
- 3,
- 7,
- 2,
- 0.085339,
- "_EDALDYLIGGLYHEK_"
- ],
- [
- 25363,
- 2,
- 20,
- 6,
- 0.27053,
- "_IVQVALNGLENILR_"
- ],
- [
- 36776,
- 2,
- 16,
- 3,
- 0.21354,
- "_NPQIMYLEQELESLK_"
- ],
- [
- 41618,
- 2,
- 11,
- 4,
- 0.14235,
- "_LICNVQAMEEMMMEMK_"
- ],
- [
- 47817,
- 2,
- 8,
- 2,
- 0.099571,
- "_LALTEWLQEFGVPHQYSSR_"
- ],
- [
- 45891,
- 3,
- 10,
- 6,
- 0.12809,
- "_QFNKPLFSASGLPTMFPMTDCCFSPDDK_"
- ],
- [
- 50979,
- 3,
- 14,
- 8,
- 0.18507,
- "_GHGFITPADGGPDIFLHISDVEGEYVPVEGDEVTYK_"
- ],
- [
- 18452,
- 3,
- 14,
- 3,
- 0.18507,
- "_KGTDLWLGVDALGLNIYEK_"
- ],
- [
- 25904,
- 3,
- 15,
- 5,
- 0.1993,
- "_LLALGQGAWDMIDSQVFKEPK_"
- ],
- [
- 49771,
- 3,
- 9,
- 5,
- 0.11385,
- "_EETSHIEELQSEETAISDFSTGENVGPLALPVGK_"
- ],
- [
- 48826,
- 2,
- 10,
- 6,
- 0.12809,
- "_LINEPSNDWDIYYWATEAK_"
- ],
- [
- 31950,
- 2,
- 9,
- 2,
- 0.11385,
- "_ADLTAEMISAPLGDFR_"
- ],
- [
- 45818,
- 2,
- 9,
- 3,
- 0.11385,
- "_GGNYAVELVNDSLYDWNVK_"
- ],
- [
- 44683,
- 3,
- 13,
- 8,
- 0.17083,
- "_GAEISEENSEGGLHVDLAQIIEACDVCLK_"
- ],
- [
- 45348,
- 2,
- 12,
- 7,
- 0.15658,
- "_GITNLCVIGGDGSLTGANLFR_"
- ],
- [
- 46218,
- 2,
- 11,
- 4,
- 0.14233,
- "_VPTDEIEAQTLATADLDLMK_"
- ],
- [
- 49032,
- 3,
- 18,
- 8,
- 0.24205,
- "_VDSDDQWGEYSCVFLPEPMGTANIQLHGPPR_"
- ],
- [
- 26158,
- 2,
- 11,
- 3,
- 0.14233,
- "_VTLDPVQLESSLLR_"
- ],
- [
- 13910,
- 2,
- 7,
- 3,
- 0.085331,
- "_DIWLSLGVPASR_"
- ],
- [
- 48513,
- 3,
- 17,
- 6,
- 0.22778,
- "_GADPFKGDPFQNDPFAEQQTTSTDPFGGDPFK_"
- ],
- [
- 31822,
- 3,
- 19,
- 8,
- 0.25631,
- "_SNFLNCYVSGFHPSDIEVDLLK_"
- ],
- [
- 42839,
- 2,
- 8,
- 5,
- 0.099571,
- "_ILIDTGEPAIPEYISCLK_"
- ],
- [
- 42812,
- 3,
- 20,
- 9,
- 0.27053,
- "_TNISDEESEQATEMLVHNAQNLMQSVK_"
- ],
- [
- 24156,
- 2,
- 16,
- 3,
- 0.21353,
- "_QLYQILTDFDIR_"
- ],
- [
- 45013,
- 3,
- 18,
- 5,
- 0.24205,
- "_IEREEEEEEEALPLDMMDEDDLQLMK_"
- ],
- [
- 37957,
- 3,
- 18,
- 8,
- 0.24205,
- "_NFNYHILSPCDLSNYTDLAMSTVK_"
- ],
- [
- 47549,
- 2,
- 15,
- 5,
- 0.1993,
- "_HLEVQILADQYGNAISLFGR_"
- ],
- [
- 47362,
- 3,
- 17,
- 6,
- 0.22778,
- "_ESDTGLAPPALWDLAADKQTLQSEQPLQVAR_"
- ],
- [
- 31259,
- 4,
- 24,
- 9,
- 0.32753,
- "_AFAMIIDKLEEDINSSMTNSTAASRPPVTLR_"
- ],
- [
- 47678,
- 3,
- 24,
- 9,
- 0.32753,
- "_AFAMIIDKLEEDINSSMTNSTAASRPPVTLR_"
- ],
- [
- 44760,
- 2,
- 23,
- 7,
- 0.31327,
- "_DQMQQQLNDYEQLLDVK_"
- ],
- [
- 27431,
- 3,
- 19,
- 6,
- 0.25628,
- "_DRDNDSDDVESNLLLPAGIALR_"
- ],
- [
- 41869,
- 3,
- 20,
- 9,
- 0.27054,
- "_YLGIPGDKEYCISSDDLFSLPYCPGK_"
- ],
- [
- 45786,
- 3,
- 33,
- 6,
- 0.45569,
- "_CPEALFQPSFLGMESCGIHETTFNSIMK_"
- ],
- [
- 44676,
- 2,
- 20,
- 4,
- 0.27054,
- "_GMSLNLEPDNVGVVVFGNDK_"
- ],
- [
- 37857,
- 3,
- 13,
- 5,
- 0.17082,
- "_KVIEINPYLLGTMAGGAADCSFWER_"
- ],
- [
- 51002,
- 2,
- 11,
- 4,
- 0.14232,
- "_NDGTVGDLAGLQNGSDLQFIEMQR_"
- ],
- [
- 31016,
- 2,
- 21,
- 5,
- 0.28477,
- "_ALPFWNEEIVPQIK_"
- ],
- [
- 20917,
- 2,
- 13,
- 4,
- 0.17082,
- "_AIAYLFPSGLFEK_"
- ],
- [
- 32631,
- 3,
- 13,
- 4,
- 0.17082,
- "_ELETLQQTVEELQAQVHSMDGAK_"
- ],
- [
- 31854,
- 2,
- 12,
- 3,
- 0.15656,
- "_GVGTDEACLIEILASR_"
- ],
- [
- 43714,
- 3,
- 22,
- 8,
- 0.299,
- "_GFGFITFEDEQSVDQAVNMHFHDIMGK_"
- ],
- [
- 41298,
- 3,
- 22,
- 6,
- 0.299,
- "_DVNLRPEQLGDICVGNVLQPGAGAIMAR_"
- ],
- [
- 23562,
- 3,
- 12,
- 3,
- 0.15656,
- "_VLGYDLLELSLHGPQETLDR_"
- ],
- [
- 38854,
- 2,
- 11,
- 3,
- 0.14232,
- "_AVLQALEVLPVAPPPEPR_"
- ],
- [
- 43267,
- 3,
- 12,
- 6,
- 0.15656,
- "_ADVTTAFPTLGTDQVSELVPGKEELNIVK_"
- ],
- [
- 28031,
- 3,
- 12,
- 7,
- 0.15656,
- "_ELHSEFSEVMNEIWASDQIR_"
- ],
- [
- 51229,
- 2,
- 11,
- 6,
- 0.14232,
- "_DIAQQLQATCTSLGSSIQGLPTNVK_"
- ],
- [
- 41901,
- 3,
- 11,
- 5,
- 0.14232,
- "_ANILVTELFDTELIGEGALPSYEHAHR_"
- ],
- [
- 50122,
- 2,
- 14,
- 7,
- 0.18506,
- "_QWQPDVEWAQQFGGAVMYPSK_"
- ],
- [
- 36060,
- 3,
- 16,
- 5,
- 0.21354,
- "_LIILDEIHLLHDDRGPVLEALVAR_"
- ],
- [
- 42547,
- 4,
- 15,
- 9,
- 0.19931,
- "_VNPSQTHNNMYAWGQESGAPILTDDVSLQVFMDHLK_"
- ],
- [
- 16938,
- 2,
- 16,
- 5,
- 0.21354,
- "_VNFLPEIITLSK_"
- ],
- [
- 50193,
- 2,
- 17,
- 6,
- 0.22776,
- "_TSTSNVEQYQAMVTSLEESLNK_"
- ],
- [
- 21618,
- 2,
- 15,
- 5,
- 0.19931,
- "_AIPMLVDVLQDTR_"
- ],
- [
- 22067,
- 2,
- 18,
- 4,
- 0.24201,
- "_DILFPYIEENVK_"
- ],
- [
- 50515,
- 2,
- 8,
- 4,
- 0.099564,
- "_CCPNLTGGYMVMGDSFNTSLFK_"
- ],
- [
- 26541,
- 4,
- 18,
- 6,
- 0.24201,
- "_QLHEAIVTLGLAEPSTNISFPLVTVHLEK_"
- ],
- [
- 38464,
- 2,
- 36,
- 6,
- 0.49848,
- "_ELAILLGMLDPAEKDEK_"
- ],
- [
- 45217,
- 2,
- 19,
- 5,
- 0.25628,
- "_VFLIYEGYEGLVEGGENIK_"
- ],
- [
- 22912,
- 4,
- 11,
- 7,
- 0.14234,
- "_ANILVTELFDTELIGEGALPSYEHAHR_"
- ],
- [
- 28062,
- 4,
- 17,
- 4,
- 0.22779,
- "_PAHVVVGDVLQAADVDKTVAGQDAVIVLLGTR_"
- ],
- [
- 38147,
- 3,
- 11,
- 5,
- 0.14234,
- "_DQAVFPQNGLVVSSVDVQSVEPVDQR_"
- ],
- [
- 7532,
- 2,
- 10,
- 4,
- 0.12806,
- "_EFSVLTELLK_"
- ],
- [
- 29865,
- 2,
- 7,
- 2,
- 0.08536,
- "_LFVDGQEIAVVYFR_"
- ],
- [
- 19469,
- 2,
- 24,
- 4,
- 0.32752,
- "_FVDILTNWYVR_"
- ],
- [
- 35959,
- 3,
- 17,
- 6,
- 0.22779,
- "_KPLLPYTPGSDVAGVIEAVGDNASAFK_"
- ],
- [
- 30173,
- 2,
- 10,
- 2,
- 0.12806,
- "_HIAELIFYMEELR_"
- ],
- [
- 27430,
- 3,
- 14,
- 5,
- 0.18507,
- "_EFETAETLLNSEVHMLLEHR_"
- ],
- [
- 7865,
- 3,
- 11,
- 3,
- 0.14234,
- "_KLPDVPNPLQILYIR_"
- ],
- [
- 24785,
- 2,
- 18,
- 2,
- 0.24201,
- "_GLLEESSFATLFPK_"
- ],
- [
- 24390,
- 2,
- 10,
- 4,
- 0.12806,
- "_ACGDVLVTAELILR_"
- ],
- [
- 49857,
- 2,
- 15,
- 6,
- 0.19931,
- "_ELHSEFSEVMNEIWASDQIR_"
- ],
- [
- 25426,
- 2,
- 14,
- 4,
- 0.18507,
- "_EMGLSLQWLYSAR_"
- ],
- [
- 24594,
- 3,
- 10,
- 5,
- 0.12806,
- "_EFEFSQLPLKVEFLECSAK_"
- ],
- [
- 40739,
- 2,
- 18,
- 3,
- 0.24201,
- "_DAIPENLPPLTADFAEDK_"
- ],
- [
- 34929,
- 3,
- 10,
- 5,
- 0.12806,
- "_ALYALQEEMLQLSQQLDASEQHK_"
- ],
- [
- 14833,
- 2,
- 16,
- 4,
- 0.21356,
- "_LGDPLEAFPVFK_"
- ],
- [
- 49034,
- 3,
- 9,
- 6,
- 0.11382,
- "_QTQSWTAVTPQQTWASPAEVVDLTLDEDSRR_"
- ],
- [
- 21393,
- 3,
- 13,
- 6,
- 0.17081,
- "_LGANSGLHIIIFDEIDAICK_"
- ],
- [
- 25329,
- 2,
- 11,
- 4,
- 0.14234,
- "_YFFDFLDEQAEK_"
- ],
- [
- 12342,
- 2,
- 13,
- 3,
- 0.17081,
- "_TAQNFLSIFLK_"
- ],
- [
- 27071,
- 2,
- 19,
- 7,
- 0.25626,
- "_MFFDALYDEDVVK_"
- ],
- [
- 25533,
- 3,
- 15,
- 5,
- 0.19931,
- "_AIEALKEFNEDGALAVLQQFK_"
- ],
- [
- 46949,
- 2,
- 11,
- 2,
- 0.14234,
- "_IADSIGCSTNNILFLTDVTR_"
- ],
- [
- 35057,
- 4,
- 19,
- 8,
- 0.25626,
- "_IASHYYITNDTVQTYNQLLKPTLSEIELFR_"
- ],
- [
- 19663,
- 3,
- 8,
- 2,
- 0.099577,
- "_GIDVQQVSLVINYDLPTNR_"
- ],
- [
- 46672,
- 2,
- 15,
- 6,
- 0.19931,
- "_QILVGDIGDTVEDPYTSFVK_"
- ],
- [
- 50237,
- 2,
- 13,
- 7,
- 0.17083,
- "_GWTGQESLSDSDPEMWELLQR_"
- ],
- [
- 47911,
- 3,
- 18,
- 6,
- 0.24205,
- "_LKPPFPADVGVFGCPTTVANVETVAVSPTICR_"
- ],
- [
- 45941,
- 2,
- 11,
- 3,
- 0.14231,
- "_LISVCYFESENDWWVSK_"
- ],
- [
- 29871,
- 2,
- 14,
- 6,
- 0.18507,
- "_(Acetyl (Protein N-term))ADLDKLNIDSIIQR_"
- ],
- [
- 16250,
- 2,
- 18,
- 3,
- 0.24205,
- "_YLFIFSVANMR_"
- ],
- [
- 34890,
- 3,
- 16,
- 6,
- 0.21357,
- "_MSFGEIEEDAYQEDLGFSLGHLGK_"
- ],
- [
- 16205,
- 3,
- 13,
- 3,
- 0.17083,
- "_LMQITSLHSLNAFLLPIK_"
- ],
- [
- 37129,
- 3,
- 8,
- 4,
- 0.099617,
- "_LFLASLPGSTHSTAAELTGPSLVEVLR_"
- ],
- [
- 36318,
- 3,
- 16,
- 6,
- 0.21357,
- "_SMAQWLSTLPIHNFSATALTAGGTGAK_"
- ],
- [
- 29720,
- 2,
- 10,
- 5,
- 0.12807,
- "_WNQPWLEFDMMR_"
- ],
- [
- 49141,
- 2,
- 20,
- 5,
- 0.27052,
- "_TAYSYFYEAFEGYDSIDSPK_"
- ],
- [
- 43731,
- 2,
- 22,
- 4,
- 0.29905,
- "_SLPADILYEDQQCLVFR_"
- ],
- [
- 44311,
- 3,
- 12,
- 4,
- 0.15659,
- "_REGDVAACYANPSLAQEELGWTAALGLDR_"
- ],
- [
- 43437,
- 4,
- 15,
- 8,
- 0.19933,
- "_LPCSFVTHALLGSYAVQAELGDYDAEEHVGNYVSELR_"
- ],
- [
- 27557,
- 2,
- 17,
- 5,
- 0.22782,
- "_LVDQNIFSFYLSR_"
- ],
- [
- 39902,
- 2,
- 11,
- 3,
- 0.14231,
- "_IIQEQDAGLDALSSIISR_"
- ],
- [
- 33604,
- 2,
- 15,
- 4,
- 0.19933,
- "_YDGNVYENLFEWAK_"
- ],
- [
- 51305,
- 3,
- 15,
- 8,
- 0.19933,
- "_M(Oxidation (M))AAISESNINLCGSHCGVSIGEDGPSQMALEDLAMFR_"
- ],
- [
- 36552,
- 3,
- 13,
- 4,
- 0.17083,
- "_VVHLLNDQHLGVVTAATSLITTLAQK_"
- ],
- [
- 49900,
- 2,
- 8,
- 2,
- 0.099659,
- "_TVSVTLDPQSASGYLQLSEDWK_"
- ],
- [
- 37214,
- 2,
- 14,
- 5,
- 0.18509,
- "_DMSSIYSMYSTLLAHK_"
- ],
- [
- 38203,
- 2,
- 14,
- 6,
- 0.18509,
- "_DMAGAQAAAVALNEEFLR_"
- ],
- [
- 43023,
- 2,
- 15,
- 6,
- 0.19933,
- "_LMQITSLHSLNAFLLPIK_"
- ],
- [
- 28107,
- 2,
- 13,
- 5,
- 0.17085,
- "_SMLAALIAAQATALNR_"
- ],
- [
- 21018,
- 3,
- 10,
- 4,
- 0.12809,
- "_DGDGYIDYYEFVAALHPNK_"
- ],
- [
- 51145,
- 2,
- 12,
- 5,
- 0.15657,
- "_TSTFCGTPEFLAPEVLTETSYTR_"
- ],
- [
- 46529,
- 2,
- 12,
- 4,
- 0.15657,
- "_IYQAFLMSATFNEDVQALK_"
- ],
- [
- 48742,
- 2,
- 13,
- 4,
- 0.17085,
- "_IGSSELQEFCPTILQQLDSR_"
- ],
- [
- 48446,
- 2,
- 11,
- 6,
- 0.14233,
- "_MCINMEWGAFGDDGSLNDIR_"
- ],
- [
- 2829,
- 2,
- 9,
- 3,
- 0.11387,
- "_ADGLLGMFLK_"
- ],
- [
- 20214,
- 4,
- 7,
- 3,
- 0.085445,
- "_APSCLEAFRDPQFQGLFQYLLRPK_"
- ],
- [
- 28674,
- 3,
- 13,
- 6,
- 0.17085,
- "_YQNLLPLFVGHNMLLVSEEPK_"
- ],
- [
- 36055,
- 3,
- 13,
- 6,
- 0.17085,
- "_TVPAHVETVVLFFPDVWHCLPTR_"
- ],
- [
- 27322,
- 2,
- 17,
- 3,
- 0.22783,
- "_DLFDMKPFEDALR_"
- ],
- [
- 32264,
- 2,
- 18,
- 6,
- 0.24207,
- "_LLLLDTQQEAGMLLR_"
- ],
- [
- 26625,
- 3,
- 22,
- 5,
- 0.29905,
- "_FGLALAVAGGVVNSALYNVDAGHR_"
- ],
- [
- 42592,
- 2,
- 16,
- 5,
- 0.21358,
- "_ITVAALDASNLLASVPSPQR_"
- ],
- [
- 34511,
- 2,
- 21,
- 4,
- 0.28478,
- "_DLLDTVLPHLYNETK_"
- ],
- [
- 46310,
- 3,
- 20,
- 7,
- 0.27053,
- "_AQLNIGNVLPVGTMPEGTIVCCLEEKPGDR_"
- ],
- [
- 28266,
- 3,
- 16,
- 5,
- 0.21358,
- "_DIAEPHIPCLMPEYFEPQIK_"
- ],
- [
- 49959,
- 2,
- 25,
- 9,
- 0.34176,
- "_FIECYIAEQNMVSIAVGCATR_"
- ],
- [
- 50651,
- 2,
- 19,
- 5,
- 0.2563,
- "_SQDLDEELGSTAAGEIVEADVAIGK_"
- ],
- [
- 33793,
- 3,
- 15,
- 6,
- 0.19933,
- "_LNNDDNVDGLLVQLPLPEHIDER_"
- ],
- [
- 31420,
- 3,
- 21,
- 8,
- 0.28478,
- "_AFTKPEEACSFILSADFPALVVK_"
- ],
- [
- 23347,
- 3,
- 16,
- 5,
- 0.21356,
- "_LALTEWLQEFGVPHQYSSR_"
- ],
- [
- 23675,
- 2,
- 16,
- 3,
- 0.21356,
- "_FQSISTEFLALMK_"
- ],
- [
- 35499,
- 4,
- 10,
- 6,
- 0.1281,
- "_CDACPEGAALPAALSCLSCLASFCPAHLGPHER_"
- ],
- [
- 32158,
- 2,
- 12,
- 4,
- 0.15656,
- "_GGIMSLTEVYCLVNR_"
- ],
- [
- 48101,
- 3,
- 13,
- 6,
- 0.1708,
- "_LQGTLAADKNEILFSEFNINYNNELPMYR_"
- ],
- [
- 27098,
- 3,
- 18,
- 2,
- 0.24206,
- "_ELPQLVASVIESESEILHHEK_"
- ],
- [
- 49891,
- 3,
- 19,
- 8,
- 0.2563,
- "_ICDVGVSLPLDENMTVTDPEACYIGTEPWKPK_"
- ],
- [
- 30094,
- 3,
- 11,
- 6,
- 0.14232,
- "_NSLIELPDDYSCLLNQASHFR_"
- ],
- [
- 40566,
- 3,
- 15,
- 6,
- 0.19932,
- "_AAGGIELFVGGIGPDGHIAFNEPGSSLVSR_"
- ],
- [
- 40462,
- 2,
- 18,
- 7,
- 0.24206,
- "_IAQDLEMYGINYFEIK_"
- ],
- [
- 30439,
- 3,
- 18,
- 6,
- 0.24206,
- "_NHMWIFVNALIENPTFDSQTK_"
- ],
- [
- 37381,
- 2,
- 13,
- 4,
- 0.1708,
- "_SFEYIQDYVNIYGLK_"
- ],
- [
- 29656,
- 2,
- 26,
- 6,
- 0.356,
- "_SALSGHLETVILGLLK_"
- ],
- [
- 49060,
- 3,
- 9,
- 7,
- 0.11389,
- "_IIWCPFIPEESEDCCEESSPTVALLHEDR_"
- ],
- [
- 47515,
- 2,
- 13,
- 5,
- 0.1708,
- "_IAFPSANEVFYNPVQEFNR_"
- ],
- [
- 32031,
- 2,
- 26,
- 6,
- 0.356,
- "_EFNEDGALAVLQQFK_"
- ],
- [
- 44111,
- 2,
- 13,
- 5,
- 0.1708,
- "_DKVVLDVGSGTGILCMFAAK_"
- ],
- [
- 27575,
- 3,
- 10,
- 6,
- 0.1281,
- "_VDYTLSSSLLQSVEEPMVHLR_"
- ],
- [
- 39993,
- 2,
- 13,
- 3,
- 0.1708,
- "_QLIQGGVAECVLALGFEK_"
- ],
- [
- 42266,
- 2,
- 8,
- 5,
- 0.099676,
- "_DLELAVPGTYDPNQPIIR_"
- ],
- [
- 47424,
- 4,
- 17,
- 9,
- 0.22781,
- "_FAESTEISELSHNFVMVNLEDEEEPKDEDFSPDGGYIPR_"
- ],
- [
- 44414,
- 2,
- 17,
- 6,
- 0.22781,
- "_ALSEIAGMTLPYDTLDQVR_"
- ],
- [
- 10546,
- 3,
- 8,
- 2,
- 0.099676,
- "_SLDLSGLELLSEHLDPK_"
- ],
- [
- 40734,
- 3,
- 17,
- 5,
- 0.22781,
- "_NLAFSFDMHDLDHFDELPINGETQK_"
- ],
- [
- 31215,
- 4,
- 11,
- 4,
- 0.14232,
- "_FFVDGQWVHDPSEPVVTSQLGTINNLIHVK_"
- ],
- [
- 37413,
- 2,
- 10,
- 4,
- 0.1281,
- "_CTVLLMLDYQPPQFK_"
- ],
- [
- 3795,
- 3,
- 15,
- 5,
- 0.19932,
- "_LHDAIVEVVTCLLR_"
- ],
- [
- 22026,
- 2,
- 17,
- 4,
- 0.22781,
- "_AVIPEAVVEVLDPK_"
- ],
- [
- 49639,
- 2,
- 14,
- 5,
- 0.18508,
- "_SSLSCSLQEGLIPGSQFWDASK_"
- ],
- [
- 26054,
- 2,
- 14,
- 5,
- 0.18505,
- "_NLGLEELGIELDPR_"
- ],
- [
- 36968,
- 3,
- 13,
- 5,
- 0.17081,
- "_STIVAIFPSPMLYAGPTEVQWHCR_"
- ],
- [
- 34206,
- 2,
- 10,
- 2,
- 0.12814,
- "_LTESLNIFETIVNNR_"
- ],
- [
- 38290,
- 3,
- 14,
- 7,
- 0.18505,
- "_SNGGNLLCAVDESNDHMLSVWDWAK_"
- ],
- [
- 30670,
- 3,
- 14,
- 5,
- 0.18505,
- "_GEFVTPLLETVSSFRPNEFESK_"
- ],
- [
- 40031,
- 2,
- 14,
- 5,
- 0.18505,
- "_QEMAFYSLPEFEEWK_"
- ],
- [
- 45999,
- 2,
- 9,
- 3,
- 0.11393,
- "_LVNWSCTLNSAISDIEVDK_"
- ],
- [
- 33943,
- 2,
- 10,
- 3,
- 0.12814,
- "_ITIIPQDPVLFSGSLR_"
- ],
- [
- 50152,
- 2,
- 23,
- 7,
- 0.31326,
- "_DNLTLWTSDSAGEECDAAEGAEN_"
- ],
- [
- 44805,
- 2,
- 14,
- 3,
- 0.18505,
- "_DPSSDTYEEDSELLLQIR_"
- ],
- [
- 49684,
- 2,
- 13,
- 4,
- 0.17081,
- "_SQCQISLDVTLSVPNVSEGIVR_"
- ],
- [
- 42979,
- 2,
- 20,
- 6,
- 0.27055,
- "_LAYELYTEALGIDPNNIK_"
- ],
- [
- 30977,
- 4,
- 14,
- 8,
- 0.18505,
- "_FVSAIEGMHPNQEDHETFVDINPLTGIILK_"
- ],
- [
- 21824,
- 2,
- 14,
- 5,
- 0.18505,
- "_TQMDGMSLLPILR_"
- ],
- [
- 50804,
- 3,
- 9,
- 2,
- 0.11393,
- "_AMASINERPVIFALSNPTAQAECTAEEAYTLTEGR_"
- ],
- [
- 39939,
- 4,
- 21,
- 8,
- 0.28478,
- "_GHGFITPADGGPDIFLHISDVEGEYVPVEGDEVTYK_"
- ],
- [
- 36994,
- 2,
- 14,
- 4,
- 0.18505,
- "_PAMAATSFILMTTFPNK_"
- ],
- [
- 21117,
- 3,
- 17,
- 7,
- 0.22781,
- "_RPVELVPPESPLAQLFLER_"
- ],
- [
- 35221,
- 2,
- 16,
- 4,
- 0.21357,
- "_ELLYFLDSCEPEFK_"
- ],
- [
- 50337,
- 3,
- 16,
- 7,
- 0.21357,
- "_FEIINAIYEPTEEECEWKPDEEDEISEELK_"
- ],
- [
- 29307,
- 2,
- 18,
- 2,
- 0.24206,
- "_AEVEVADELLENLAK_"
- ],
- [
- 35602,
- 3,
- 18,
- 7,
- 0.24206,
- "_EEIVDKYDLFVGSQATDFGEALVR_"
- ],
- [
- 34812,
- 3,
- 15,
- 5,
- 0.19933,
- "_YDTEHLHPDLWQIFDNPVDWK_"
- ],
- [
- 30237,
- 3,
- 15,
- 5,
- 0.19933,
- "_YLADPSNLFVVSSDFCHWGQR_"
- ],
- [
- 36304,
- 2,
- 13,
- 5,
- 0.19933,
- "_GPGLLESPSIFNFTADR_"
- ],
- [
- 42830,
- 2,
- 12,
- 2,
- 0.15657,
- "_ALQDEWDAVMLHSFTLR_"
- ],
- [
- 30253,
- 2,
- 14,
- 5,
- 0.18505,
- "_DNATEEEILVYLEK_"
- ],
- [
- 25518,
- 2,
- 15,
- 6,
- 0.19933,
- "_LAVVDPLFGMQPIR_"
- ],
- [
- 42717,
- 2,
- 13,
- 4,
- 0.17081,
- "_GYLVTQDELDQTLEEFK_"
- ],
- [
- 45711,
- 3,
- 19,
- 5,
- 0.25631,
- "_PAHVVVGDVLQAADVDKTVAGQDAVIVLLGTR_"
- ],
- [
- 32775,
- 2,
- 19,
- 4,
- 0.25631,
- "_(Acetyl (Protein N-term))AETLEFNDVYQEVK_"
- ],
- [
- 32450,
- 2,
- 14,
- 5,
- 0.18505,
- "_VEQMFQILLDPEEK_"
- ],
- [
- 50077,
- 2,
- 19,
- 5,
- 0.25631,
- "_WMEACLGEDLPPTTELEEGLR_"
- ],
- [
- 35211,
- 3,
- 12,
- 5,
- 0.15657,
- "_QALQLAACGLAGGSAAVLFSAVAVGKPR_"
- ],
- [
- 46011,
- 4,
- 12,
- 7,
- 0.15657,
- "_TTGQVCTIDPGQTGFMHHPSFFTSEPPSIYQWVSSCLK_"
- ],
- [
- 51133,
- 3,
- 18,
- 8,
- 0.24206,
- "_YYPTAEEVYGPEVETIVQEEDTQPLTEPIIKPVK_"
- ],
- [
- 37867,
- 2,
- 13,
- 5,
- 0.1708,
- "_SLDLSGLELLSEHLDPK_"
- ],
- [
- 45726,
- 4,
- 11,
- 4,
- 0.14237,
- "_YNTEEFITVYPTDPPKDWPVVTLIAEDDRHYNIPVR_"
- ],
- [
- 17545,
- 3,
- 13,
- 3,
- 0.1708,
- "_MTDIMTEGITIVEDINKR_"
- ],
- [
- 27301,
- 3,
- 11,
- 4,
- 0.14237,
- "_KLAPPLVTLLSGEPEVQYVALR_"
- ],
- [
- 15683,
- 2,
- 13,
- 5,
- 0.1708,
- "_AYVVLGQFLVLK_"
- ],
- [
- 37001,
- 3,
- 10,
- 3,
- 0.12815,
- "_TLWAHCWCPLLQGIACLCCDAR_"
- ],
- [
- 18834,
- 3,
- 28,
- 6,
- 0.38447,
- "_EDFPQKWPDLLTEMVNR_"
- ],
- [
- 48930,
- 2,
- 12,
- 4,
- 0.15658,
- "_SDTEPGMDLWEFCSETFQR_"
- ],
- [
- 48018,
- 2,
- 13,
- 6,
- 0.1708,
- "_AVIGMTAGATGAFVGTPAEVALIR_"
- ],
- [
- 48809,
- 2,
- 12,
- 6,
- 0.15658,
- "_EGNYAIVANVESMDYDPLVVK_"
- ],
- [
- 11914,
- 3,
- 10,
- 5,
- 0.12815,
- "_LHPGDLITVVDAVTFSPK_"
- ],
- [
- 40344,
- 2,
- 10,
- 3,
- 0.12815,
- "_ELFEQYGAVYEINVLR_"
- ],
- [
- 40415,
- 3,
- 12,
- 5,
- 0.15658,
- "_GEAYNLFEHNCNTFSNEVAQFLTGR_"
- ],
- [
- 23476,
- 2,
- 16,
- 4,
- 0.21356,
- "_EVVIFGAASELFTK_"
- ],
- [
- 38368,
- 4,
- 10,
- 5,
- 0.12815,
- "_TYGPAWIAYGHSFAVESEHDQAMAAYFTAAQLMK_"
- ],
- [
- 49372,
- 3,
- 15,
- 6,
- 0.19928,
- "_VMEVTFQGEYPATLVSQGAEIIPSGTEHPVFPK_"
- ],
- [
- 28976,
- 2,
- 20,
- 4,
- 0.27054,
- "_LFADAVQELLPQYK_"
- ],
- [
- 27854,
- 2,
- 15,
- 3,
- 0.19928,
- "_YLVPDLVQEYIEK_"
- ],
- [
- 48521,
- 2,
- 18,
- 7,
- 0.24204,
- "_NLPGLVQEGEPFSEEATLFTK_"
- ],
- [
- 41875,
- 3,
- 15,
- 6,
- 0.19928,
- "_YIHPQQEAFSIQLISPVSWEAIPNAR_"
- ],
- [
- 41892,
- 2,
- 21,
- 7,
- 0.28478,
- "_DCVAVAGPLGVTHFLILSK_"
- ],
- [
- 23272,
- 2,
- 12,
- 3,
- 0.15661,
- "_SVISGGLDALEFIGK_"
- ],
- [
- 44685,
- 3,
- 10,
- 5,
- 0.12818,
- "_GWDLVDAVTPGPQPTLEQLEEGGPRPLER_"
- ],
- [
- 24946,
- 2,
- 10,
- 4,
- 0.12818,
- "_GWDDTYVLSDMLK_"
- ],
- [
- 45543,
- 2,
- 6,
- 3,
- 0.071205,
- "_QQLYNLETLLQSSCDFGK_"
- ],
- [
- 45365,
- 2,
- 12,
- 5,
- 0.15661,
- "_EVSQPDWTPPPEVTLVLTK_"
- ],
- [
- 40225,
- 2,
- 27,
- 3,
- 0.37025,
- "_VSPDMAIFITMNPGYAGR_"
- ],
- [
- 21013,
- 2,
- 11,
- 4,
- 0.1424,
- "_LLSALEDLEVLSR_"
- ],
- [
- 22729,
- 3,
- 10,
- 5,
- 0.12818,
- "_FDHGAEAIVPTLFNLVPNSAK_"
- ],
- [
- 31349,
- 3,
- 19,
- 6,
- 0.25628,
- "_EFEMWAPDMYVVTYVGDKDSR_"
- ],
- [
- 1413,
- 3,
- 9,
- 3,
- 0.11395,
- "_PLLSAFADIIHSLK_"
- ],
- [
- 28458,
- 4,
- 18,
- 8,
- 0.24204,
- "_VLKPNFAAAWEEVGDTFEKEETFALSSTK_"
- ],
- [
- 49062,
- 2,
- 13,
- 3,
- 0.17082,
- "_EFKDEDWNMGDIVYTLTNR_"
- ],
- [
- 43827,
- 3,
- 9,
- 5,
- 0.11395,
- "_EIFTSLEYGPVPESHACALAWLDTQDR_"
- ],
- [
- 15097,
- 3,
- 13,
- 7,
- 0.17082,
- "_LCLPSFDKLELLECIR_"
- ],
- [
- 18380,
- 2,
- 17,
- 6,
- 0.2278,
- "_DTGIFLDLMHLK_"
- ],
- [
- 29398,
- 2,
- 21,
- 5,
- 0.28478,
- "_LAGPQLVQMFIGDGAK_"
- ],
- [
- 32138,
- 3,
- 16,
- 5,
- 0.21352,
- "_LQQGVSATVAHLLDLAGSAGATGSWR_"
- ],
- [
- 45496,
- 3,
- 14,
- 8,
- 0.18504,
- "_HGFESGDFVSFSEVQGMVELNGNQPMEIK_"
- ],
- [
- 25893,
- 3,
- 15,
- 7,
- 0.19928,
- "_EFKDEDWNMGDIVYTLTNR_"
- ],
- [
- 43495,
- 2,
- 11,
- 4,
- 0.1424,
- "_QEDWEYIIGFCDQINK_"
- ],
- [
- 9973,
- 2,
- 12,
- 4,
- 0.15661,
- "_IPLLLTSLSFK_"
- ],
- [
- 34335,
- 3,
- 30,
- 8,
- 0.41298,
- "_SKDDQVTVIGAGVTLHEALAAAELLK_"
- ],
- [
- 48897,
- 3,
- 15,
- 6,
- 0.19928,
- "_ALIEEVFPETGDVMCNSVNAGWNQDPTHVIR_"
- ],
- [
- 17626,
- 3,
- 15,
- 6,
- 0.19928,
- "_DKVVLDVGSGTGILCMFAAK_"
- ],
- [
- 45959,
- 4,
- 12,
- 5,
- 0.15661,
- "_TENAYNAIINGEANVTGSQLLSSILPTSDVSQHNILTSHSK_"
- ],
- [
- 36425,
- 3,
- 12,
- 4,
- 0.15661,
- "_IQNAVHCTDLPEDGLLEVQYFFK_"
- ],
- [
- 7750,
- 3,
- 12,
- 2,
- 0.15661,
- "_TIQTIALITYLMEHK_"
- ],
- [
- 39562,
- 3,
- 12,
- 4,
- 0.15661,
- "_SALQAIGVEAHQAVMIGDDIVGDVGGAQR_"
- ],
- [
- 25060,
- 4,
- 22,
- 8,
- 0.29902,
- "_MYPIDFEKDDDSNFHMDFIVAASNLR_"
- ],
- [
- 43026,
- 3,
- 16,
- 7,
- 0.21352,
- "_MLSELKDEYDDLAESEQFGVVMGTVPR_"
- ],
- [
- 46462,
- 3,
- 14,
- 7,
- 0.18504,
- "_QFRPPMGGYCIEFPAGLIDDGETPEAAALR_"
- ],
- [
- 50783,
- 2,
- 14,
- 6,
- 0.18504,
- "_YIMSNSGDYEILYWDIPNGCK_"
- ],
- [
- 48677,
- 2,
- 14,
- 5,
- 0.18504,
- "_HSNLGQGTNPLVFLSQFSLEK_"
- ],
- [
- 38324,
- 3,
- 13,
- 6,
- 0.17086,
- "_FIDPLAKEEENVGIDITEPLYMQR_"
- ],
- [
- 44075,
- 3,
- 12,
- 4,
- 0.15664,
- "_DLPETIPWNPTPSMGGPGTPDSRPPFLSR_"
- ],
- [
- 24853,
- 3,
- 8,
- 5,
- 0.09971,
- "_ESVQQAIASGITAQQIIHFLR_"
- ],
- [
- 24794,
- 3,
- 11,
- 5,
- 0.14243,
- "_IHVDLFDLESGEYLCPLCK_"
- ],
- [
- 23092,
- 3,
- 12,
- 5,
- 0.15664,
- "_QLAENLVVIGGTSMLPGFLHR_"
- ],
- [
- 28184,
- 2,
- 11,
- 3,
- 0.14243,
- "_VFNLFCLYGNIEK_"
- ],
- [
- 41563,
- 4,
- 13,
- 5,
- 0.17086,
- "_IFQVNAPINCVCLHPNQAELIVGDQSGAIHIWDLK_"
- ],
- [
- 22326,
- 3,
- 14,
- 2,
- 0.18507,
- "_LLAGEGPDVLVYSLDFGGHLR_"
- ],
- [
- 10903,
- 2,
- 9,
- 2,
- 0.11396,
- "_MGIEILSFTIK_"
- ],
- [
- 45556,
- 2,
- 27,
- 7,
- 0.37024,
- "_GIDVQQVSLVINYDLPTNR_"
- ],
- [
- 35849,
- 2,
- 20,
- 4,
- 0.27052,
- "_LTVLPPELGNLDLTGQK_"
- ],
- [
- 12774,
- 2,
- 15,
- 3,
- 0.19929,
- "_TLATDILM(Oxidation (M))GVLK_"
- ],
- [
- 30479,
- 3,
- 16,
- 6,
- 0.21353,
- "_DLGVTDVLCEACDQLGWTKPTK_"
- ],
- [
- 34649,
- 2,
- 15,
- 5,
- 0.19929,
- "_TIQTIALITYLMEHK_"
- ],
- [
- 15943,
- 3,
- 19,
- 6,
- 0.25628,
- "_ALQDEWDAVMLHSFTLR_"
- ],
- [
- 4876,
- 2,
- 21,
- 5,
- 0.28478,
- "_ILGLLDAYLK_"
- ],
- [
- 44879,
- 2,
- 16,
- 4,
- 0.21353,
- "_IPLPGAEMLEEEPLYVNAK_"
- ],
- [
- 28077,
- 3,
- 13,
- 5,
- 0.17091,
- "_EKPDDPLNYFLGGCAGGLTLGAR_"
- ],
- [
- 40277,
- 2,
- 20,
- 6,
- 0.27055,
- "_LYQGINQLPNVIQALEK_"
- ],
- [
- 23996,
- 2,
- 16,
- 6,
- 0.21355,
- "_AVPLALALISVSNPR_"
- ],
- [
- 39516,
- 2,
- 14,
- 3,
- 0.18512,
- "_YSTDESITSLAEFVVQK_"
- ],
- [
- 49970,
- 2,
- 12,
- 3,
- 0.1567,
- "_GWAPPGPSPSSGALDLLDTPAGLEK_"
- ],
- [
- 49953,
- 3,
- 11,
- 6,
- 0.14246,
- "_ACEPIIQNFCHDVADNQIDSGDLMECLIQNK_"
- ],
- [
- 48361,
- 3,
- 16,
- 6,
- 0.21355,
- "_ESISSCNTIESGITSPSVLFWWEYEHNNR_"
- ],
- [
- 27264,
- 3,
- 9,
- 2,
- 0.11398,
- "_AGWLDSELNMFTHQYLQPSR_"
- ],
- [
- 28883,
- 2,
- 8,
- 4,
- 0.09972,
- "_DCLYEVFDDLESK_"
- ],
- [
- 28492,
- 3,
- 14,
- 6,
- 0.18512,
- "_EISEVFPDQFIHLGGDEVEFK_"
- ],
- [
- 23931,
- 3,
- 18,
- 6,
- 0.24203,
- "_KFDLGQDVIDFTGHALALYR_"
- ],
- [
- 49989,
- 2,
- 13,
- 4,
- 0.17091,
- "_EISEVFPDQFIHLGGDEVEFK_"
- ],
- [
- 51074,
- 2,
- 15,
- 4,
- 0.19934,
- "_LNEDMACSVAGITSDANVLTNELR_"
- ],
- [
- 42278,
- 2,
- 18,
- 7,
- 0.24203,
- "_YYLCGFCPAELFTNTR_"
- ],
- [
- 49514,
- 2,
- 15,
- 7,
- 0.19934,
- "_FQYECGNYSGAAEYLYFFR_"
- ],
- [
- 48348,
- 2,
- 23,
- 3,
- 0.31329,
- "_GCASTGVIMSVNNSLYLGPILK_"
- ],
- [
- 40552,
- 3,
- 12,
- 7,
- 0.1567,
- "_MGSSLVIEISEEEVNKMESQLQNDSK_"
- ],
- [
- 39338,
- 2,
- 12,
- 4,
- 0.15671,
- "_ASPETTLSSGFFVAVIER_"
- ],
- [
- 51333,
- 3,
- 12,
- 5,
- 0.15671,
- "_YLFNQLFGEEDADQEVSPDRADPEAAWEPTEAEAR_"
- ],
- [
- 33233,
- 3,
- 22,
- 5,
- 0.29904,
- "_STLINSLFLTDLYSPEYPGPSHR_"
- ],
- [
- 40857,
- 2,
- 20,
- 6,
- 0.27056,
- "_DTNGENIAESLVAEGLATR_"
- ],
- [
- 15710,
- 2,
- 19,
- 3,
- 0.25628,
- "_DNFPFDPPFVR_"
- ],
- [
- 45814,
- 2,
- 13,
- 5,
- 0.17094,
- "_LEWDGFFSTTVTNPEPMGK_"
- ],
- [
- 50868,
- 2,
- 20,
- 6,
- 0.27056,
- "_GTSLMEDDEEPIVEDVMMSSEGR_"
- ],
- [
- 38831,
- 3,
- 19,
- 6,
- 0.25628,
- "_AFPYGNVAFPHLPGSAPSWPSLVDTSK_"
- ],
- [
- 43039,
- 4,
- 13,
- 6,
- 0.17094,
- "_AQFMSLWDGLDTDHSCQVIVMGATNRPQDLDSAIMR_"
- ],
- [
- 27736,
- 3,
- 14,
- 7,
- 0.18516,
- "_QWGLCIFDDVIEHCSPASFK_"
- ],
- [
- 33611,
- 4,
- 14,
- 4,
- 0.18516,
- "_LFNPNDDGKEEPPTTLLWVQYYLAQHYDK_"
- ],
- [
- 50435,
- 2,
- 25,
- 8,
- 0.34178,
- "_QFIDSNPNQPLVILEMESGASAK_"
- ],
- [
- 42808,
- 2,
- 13,
- 4,
- 0.17094,
- "_GAIILSSLLQSCDLEVANK_"
- ],
- [
- 38614,
- 2,
- 10,
- 4,
- 0.12822,
- "_LIQIPQLPENPPNFLR_"
- ],
- [
- 24080,
- 3,
- 14,
- 5,
- 0.18516,
- "_NATGPRPALFVPEVSFELLVK_"
- ],
- [
- 25838,
- 2,
- 15,
- 4,
- 0.19937,
- "_ALCIDQLDVFLQK_"
- ],
- [
- 42970,
- 4,
- 13,
- 9,
- 0.17094,
- "_NSISVLDYPHCVVHELPELTAESLEAGDSNQFCWR_"
- ],
- [
- 24717,
- 3,
- 15,
- 4,
- 0.19937,
- "_LQLETEIEALKEELLFMKK_"
- ],
- [
- 50423,
- 3,
- 12,
- 7,
- 0.15671,
- "_NIFESFVDYVAVEQLDGDNKYDAGEHGLQEAEK_"
- ],
- [
- 40243,
- 3,
- 16,
- 8,
- 0.21358,
- "_WAESVPEEAPGFSNTSLIILHQLEDK_"
- ],
- [
- 1147,
- 2,
- 11,
- 3,
- 0.14248,
- "_ELFPLLFK_"
- ],
- [
- 51288,
- 3,
- 15,
- 7,
- 0.19937,
- "_PLHSSGINVNAAPFQSMQTVFNMNAPVPPVNEPETLK_"
- ],
- [
- 33583,
- 2,
- 12,
- 4,
- 0.15671,
- "_VIICLDLSEEMSLPK_"
- ],
- [
- 37037,
- 2,
- 8,
- 3,
- 0.099714,
- "_WLLLCNPGLADTIVEK_"
- ],
- [
- 18767,
- 2,
- 17,
- 4,
- 0.22782,
- "_LLSLISIALPENK_"
- ],
- [
- 5437,
- 2,
- 12,
- 3,
- 0.15671,
- "_SAVAGFLLLLK_"
- ],
- [
- 16409,
- 2,
- 17,
- 5,
- 0.22782,
- "_MLYLIGLGLGDAK_"
- ],
- [
- 51796,
- 3,
- 17,
- 7,
- 0.22782,
- "_DLTVCEPPKPQCSLPQDPAIVQSSLGSSTSSFQSMGSYGPFGR_"
- ],
- [
- 49369,
- 2,
- 9,
- 3,
- 0.11395,
- "_IEELENLLQQGGSGVIETDLSK_"
- ],
- [
- 20873,
- 3,
- 10,
- 5,
- 0.1282,
- "_ILVVGAHGSLEAALQCLFQR_"
- ],
- [
- 4521,
- 2,
- 17,
- 7,
- 0.22782,
- "_IAIYELLFK_"
- ],
- [
- 47841,
- 2,
- 10,
- 2,
- 0.1282,
- "_DAGYEYLCIDDCWMAPQR_"
- ],
- [
- 12419,
- 3,
- 12,
- 5,
- 0.15671,
- "_YLNNVVEQLKDWLYK_"
- ],
- [
- 20628,
- 4,
- 12,
- 6,
- 0.15671,
- "_MYQPLLAVGTSNGSVLVYHLTSGLLHK_"
- ],
- [
- 50067,
- 3,
- 12,
- 7,
- 0.15671,
- "_VEEEHTNAIGTLHGGLTATLVDNISTMALLCTER_"
- ],
- [
- 43866,
- 2,
- 5,
- 2,
- 0.056995,
- "_(Acetyl (Protein N-term))MEGLVVAAGGDVSLHNFSAR_"
- ],
- [
- 38004,
- 4,
- 19,
- 4,
- 0.25628,
- "_HTQLQQILQQYQQIIQPPPHIQTMSVDMQLR_"
- ],
- [
- 48752,
- 2,
- 11,
- 3,
- 0.14246,
- "_EFSFVQLSDAYSTGSSLMPQK_"
- ],
- [
- 43398,
- 3,
- 18,
- 7,
- 0.24203,
- "_HGLANLTAELLQQGANPNLQTEEALPLPK_"
- ],
- [
- 40834,
- 3,
- 18,
- 8,
- 0.24203,
- "_FISDKDASIVGFFDDSFSEAHSEFLK_"
- ],
- [
- 38679,
- 2,
- 7,
- 3,
- 0.085464,
- "_TLAEELMQTQQMLLNK_"
- ],
- [
- 16064,
- 3,
- 13,
- 5,
- 0.17094,
- "_EDIQIQFLPDHINIVLK_"
- ],
- [
- 28504,
- 2,
- 9,
- 2,
- 0.11395,
- "_STLNELVDYITISR_"
- ],
- [
- 30248,
- 3,
- 7,
- 2,
- 0.085464,
- "_YEQACILYNLGALHSMLGAMDK_"
- ],
- [
- 49795,
- 2,
- 15,
- 5,
- 0.19939,
- "_EQMIQVQDSPEPDQLLATLEK_"
- ],
- [
- 48151,
- 2,
- 15,
- 6,
- 0.19939,
- "_IASSIVAQTAGIPTLPWSGSGLR_"
- ],
- [
- 28664,
- 3,
- 10,
- 6,
- 0.1282,
- "_ALCLDLLSLSAACDALDQHNLK_"
- ],
- [
- 28944,
- 3,
- 16,
- 7,
- 0.2136,
- "_EHFGTFFECLQESLLDLHTK_"
- ],
- [
- 49884,
- 2,
- 15,
- 6,
- 0.19939,
- "_ESTSEQMPSFPEMVYYIQEK_"
- ],
- [
- 35217,
- 3,
- 14,
- 6,
- 0.18521,
- "_DDSGMVAPSNIFHQPMASGFVDFSK_"
- ],
- [
- 20930,
- 3,
- 14,
- 7,
- 0.18521,
- "_EQMCLMVADMLEYVPVKK_"
- ],
- [
- 33954,
- 2,
- 15,
- 6,
- 0.19944,
- "_DASDDLDDLNFFNQK_"
- ],
- [
- 45609,
- 3,
- 12,
- 4,
- 0.15672,
- "_QGEFVVAMGSPFALQNTITSGIVSSAQRPAR_"
- ],
- [
- 41281,
- 4,
- 15,
- 8,
- 0.19944,
- "_EVCSTCVQDFSNCSGHLGHIELPLTVYNPLLFDK_"
- ],
- [
- 6891,
- 2,
- 12,
- 2,
- 0.15672,
- "_EVGLDLFFPK_"
- ],
- [
- 26661,
- 3,
- 11,
- 5,
- 0.14247,
- "_IELTLNKPDFTSLIGSQAALIK_"
- ],
- [
- 47565,
- 2,
- 13,
- 3,
- 0.17098,
- "_EESLQMQVQDILEQNEALK_"
- ],
- [
- 30522,
- 2,
- 14,
- 4,
- 0.18521,
- "_NTMSLLAANNLLAGLR_"
- ],
- [
- 47211,
- 2,
- 13,
- 4,
- 0.17098,
- "_GEFLESDSVSVSVPWDDSLR_"
- ],
- [
- 20769,
- 2,
- 15,
- 5,
- 0.19944,
- "_YYGLQILENVIK_"
- ],
- [
- 27519,
- 2,
- 11,
- 3,
- 0.14247,
- "_FALQLGDPSTGLLIR_"
- ],
- [
- 21531,
- 2,
- 10,
- 4,
- 0.12821,
- "_EVDILISTALIPGK_"
- ],
- [
- 48432,
- 2,
- 11,
- 4,
- 0.14247,
- "_LLSNGWETASAVDMMELYNR_"
- ],
- [
- 42157,
- 2,
- 20,
- 4,
- 0.27054,
- "_GTGFDGDQCLGVQLLELGK_"
- ],
- [
- 47717,
- 2,
- 20,
- 5,
- 0.27054,
- "_LSDLQTQLSHEIQSDVLTIN_"
- ],
- [
- 41887,
- 2,
- 16,
- 4,
- 0.21366,
- "_SELVVDSQMQSIFTDIGK_"
- ],
- [
- 49102,
- 2,
- 20,
- 6,
- 0.27054,
- "_IVNDDQSFYADIYMEDGLIK_"
- ],
- [
- 29461,
- 2,
- 17,
- 4,
- 0.22787,
- "_DEVLYVFPSDFCR_"
- ],
- [
- 39675,
- 2,
- 17,
- 6,
- 0.22787,
- "_EDQFQLSLLAAMGNTQR_"
- ],
- [
- 47607,
- 2,
- 20,
- 6,
- 0.27054,
- "_DVVENGETADQTLSLMEQLR_"
- ],
- [
- 19060,
- 2,
- 17,
- 4,
- 0.22787,
- "_VDLLGEFQSALPK_"
- ],
- [
- 48392,
- 2,
- 17,
- 7,
- 0.22787,
- "_GPFTYISPSNTELTLMIQER_"
- ],
- [
- 19600,
- 2,
- 17,
- 5,
- 0.22787,
- "_GCYFVLDWLQK_"
- ],
- [
- 22944,
- 2,
- 9,
- 3,
- 0.11398,
- "_GLSPLETLQQWVK_"
- ],
- [
- 50333,
- 2,
- 18,
- 4,
- 0.24208,
- "_DAVFDGSSCISPTIVQQFGYQR_"
- ],
- [
- 48032,
- 2,
- 10,
- 2,
- 0.12821,
- "_AYIQITYVEPYFDTYEMK_"
- ],
- [
- 50761,
- 3,
- 13,
- 6,
- 0.17098,
- "_LSEMTEAEQQQLIDDHFLFDKPVSPLLTAAGMAR_"
- ],
- [
- 49888,
- 2,
- 9,
- 4,
- 0.11398,
- "_SSSQYPFPVTLYVPNVPEGSVR_"
- ],
- [
- 36336,
- 2,
- 16,
- 4,
- 0.21366,
- "_YEDFVVDGFNVLYNK_"
- ],
- [
- 16927,
- 2,
- 16,
- 5,
- 0.21366,
- "_LLGMGDIEGLIDK_"
- ],
- [
- 36981,
- 2,
- 11,
- 3,
- 0.14247,
- "_CGESMLCVVPDISAFR_"
- ],
- [
- 22389,
- 2,
- 16,
- 5,
- 0.21366,
- "_VISGVLQLGNIVFK_"
- ],
- [
- 29761,
- 4,
- 10,
- 6,
- 0.12821,
- "_NINPDVLFEVHNYNITTVENFQHFMDR_"
- ],
- [
- 23141,
- 3,
- 11,
- 5,
- 0.14247,
- "_NMHSFNTDPEVFIFLVSTR_"
- ],
- [
- 31704,
- 3,
- 30,
- 4,
- 0.41299,
- "_KLEWPLTEVAEGVFETEAPGGYK_"
- ],
- [
- 35913,
- 2,
- 10,
- 4,
- 0.12821,
- "_IAEVGGVPYLLPLVNQK_"
- ],
- [
- 38984,
- 2,
- 15,
- 4,
- 0.19945,
- "_AVEGLLDATSGADADLLLR_"
- ],
- [
- 48475,
- 2,
- 15,
- 6,
- 0.19945,
- "_DMYECSCPELDQLVDICR_"
- ],
- [
- 48188,
- 3,
- 14,
- 6,
- 0.18521,
- "_QLVLQTGALVLSDNGICCIDEFDKMNESTR_"
- ],
- [
- 44383,
- 2,
- 13,
- 4,
- 0.17096,
- "_ELIGSSLDFFGQSYDEER_"
- ],
- [
- 37458,
- 3,
- 13,
- 5,
- 0.17096,
- "_NLLEISGPETVPLPNVPSIALPSKPAK_"
- ],
- [
- 33330,
- 4,
- 18,
- 4,
- 0.24211,
- "_LLNQADPCVQILIQETGEHVLVTAGEVHLQR_"
- ],
- [
- 31346,
- 2,
- 12,
- 5,
- 0.1567,
- "_IDQISIEELDIIYK_"
- ],
- [
- 34534,
- 2,
- 14,
- 5,
- 0.18521,
- "_DPYTEQTISLFQAMK_"
- ],
- [
- 19688,
- 3,
- 19,
- 5,
- 0.25632,
- "_LQPHLLEMLIQLPANSVTK_"
- ],
- [
- 13818,
- 4,
- 16,
- 6,
- 0.21368,
- "_YDLLVSNAIQFLASVCERPHYK_"
- ],
- [
- 46563,
- 4,
- 16,
- 6,
- 0.21368,
- "_ALSLSLSYSFVTPLTSMVITKPEGQEQSQVAEKPVEDESR_"
- ],
- [
- 45934,
- 4,
- 17,
- 8,
- 0.22789,
- "_QPVPVGGAISTAQAQAFLGHLHQVQLAGTSLQAAAQSLNVQSK_"
- ],
- [
- 48235,
- 2,
- 15,
- 5,
- 0.19945,
- "_VGIGAFPTEQDNEIGELLQTR_"
- ],
- [
- 37938,
- 2,
- 17,
- 6,
- 0.22789,
- "_NATNVEQAFMTMAAEIK_"
- ],
- [
- 43057,
- 3,
- 13,
- 7,
- 0.17096,
- "_QFAPIHAEAPEFMEM(Oxidation (M))SVEQEILVTGIK_"
- ],
- [
- 33339,
- 2,
- 15,
- 4,
- 0.19945,
- "_ALPGMGTTIDVILINGR_"
- ],
- [
- 10824,
- 3,
- 11,
- 2,
- 0.14245,
- "_MSLSPDGMLLAAIHFSGK_"
- ],
- [
- 9417,
- 3,
- 15,
- 5,
- 0.19945,
- "_GNEFLFSHLWPLIEK_"
- ],
- [
- 34558,
- 3,
- 9,
- 4,
- 0.11397,
- "_EQGYDVIAYLANIGQKEDFEEAR_"
- ],
- [
- 36602,
- 2,
- 16,
- 2,
- 0.21368,
- "_GNEFLFSHLWPLIEK_"
- ],
- [
- 43134,
- 2,
- 17,
- 2,
- 0.22789,
- "_GYDLELSMALGTYYPPPR_"
- ],
- [
- 26274,
- 2,
- 28,
- 6,
- 0.38452,
- "_IEEFLEAVLCPPR_"
- ],
- [
- 30079,
- 3,
- 9,
- 5,
- 0.11397,
- "_LFVCICEFTSQELDNLPLHR_"
- ],
- [
- 41397,
- 3,
- 12,
- 5,
- 0.1567,
- "_RAEEDLTFEEDDEMAAVMGFSGFGSTK_"
- ],
- [
- 44915,
- 2,
- 8,
- 4,
- 0.099737,
- "_YILANVGDQFCQLVMSEK_"
- ],
- [
- 28751,
- 3,
- 13,
- 5,
- 0.17097,
- "_GSEKPLEQTFATMVSSLGSGMMR_"
- ],
- [
- 46922,
- 4,
- 9,
- 7,
- 0.114,
- "_AYFQQYGCTFTAVIPTNVFGPHDNFNIEDGHVLPGLIHK_"
- ],
- [
- 40635,
- 2,
- 14,
- 7,
- 0.18522,
- "_VFEVSLADLQNDEVAFR_"
- ],
- [
- 46613,
- 2,
- 14,
- 4,
- 0.18522,
- "_GLGGAVQELTALSVGCIQTYR_"
- ],
- [
- 33068,
- 3,
- 12,
- 5,
- 0.15671,
- "_QFFMEDIVLANHPDIFNPDNPK_"
- ],
- [
- 29851,
- 3,
- 12,
- 5,
- 0.15671,
- "_INWAMEDKQEMVDIIETVYR_"
- ],
- [
- 49139,
- 3,
- 12,
- 6,
- 0.15671,
- "_KLVAEVSLQNPLPVALEGCTFTVEGAGLTEEQK_"
- ],
- [
- 34124,
- 2,
- 14,
- 3,
- 0.18522,
- "_AEIEGLTDSWLTNALK_"
- ],
- [
- 33296,
- 4,
- 13,
- 4,
- 0.17097,
- "_LTRPGSSYFNLNPFEVLQIDPEVTDEEIKK_"
- ],
- [
- 27639,
- 2,
- 11,
- 2,
- 0.14248,
- "_IYDLQLWNGLLQK_"
- ],
- [
- 48177,
- 2,
- 18,
- 3,
- 0.24216,
- "_LYPELSQYMGLSLNEEEIR_"
- ],
- [
- 38523,
- 2,
- 20,
- 6,
- 0.27058,
- "_TCDISFSDPDDLLNFK_"
- ],
- [
- 46638,
- 2,
- 22,
- 6,
- 0.29904,
- "_GGSVYPDICTISLVAVSDVNK_"
- ],
- [
- 36674,
- 2,
- 20,
- 4,
- 0.27058,
- "_QPNSGIENFLASLNISK_"
- ],
- [
- 47476,
- 2,
- 16,
- 2,
- 0.21371,
- "_VPVLQLDSGNYLFSTSAICR_"
- ],
- [
- 32409,
- 2,
- 15,
- 5,
- 0.19948,
- "_GEDEAAMVESVGLALVK_"
- ],
- [
- 41692,
- 2,
- 20,
- 6,
- 0.27058,
- "_KEDLVFIFWAPESAPLK_"
- ],
- [
- 37597,
- 2,
- 17,
- 4,
- 0.22794,
- "_YITGDQLGALYQDFVR_"
- ],
- [
- 48395,
- 2,
- 16,
- 3,
- 0.21371,
- "_EELDEDFEQLCEEIQESR_"
- ],
- [
- 43510,
- 3,
- 18,
- 5,
- 0.24216,
- "_DLIDEGHAATQLVNQLHDVVVENNLSDK_"
- ],
- [
- 39757,
- 2,
- 7,
- 3,
- 0.085485,
- "_SM(Oxidation (M))FFFLAQTEQGDIFK_"
- ],
- [
- 40387,
- 3,
- 14,
- 4,
- 0.18521,
- "_DVHAASSPGMGGAAASWAGWAVTGVSSLTSK_"
- ],
- [
- 40058,
- 4,
- 14,
- 6,
- 0.18521,
- "_KHSDNEAESIADALSSTSNILASEFFEEEKQESPK_"
- ],
- [
- 11382,
- 2,
- 14,
- 3,
- 0.18521,
- "_AFLTLAEDILR_"
- ],
- [
- 30649,
- 3,
- 19,
- 6,
- 0.2564,
- "_VAALEASGTLAALYPVAFSSHLVPK_"
- ],
- [
- 51234,
- 2,
- 14,
- 3,
- 0.18521,
- "_TDPSEQVEGNCEIVNELIAASTQK_"
- ],
- [
- 36742,
- 4,
- 19,
- 8,
- 0.2564,
- "_VEEEHTNAIGTLHGGLTATLVDNISTMALLCTER_"
- ],
- [
- 45455,
- 2,
- 13,
- 4,
- 0.17095,
- "_MYFTQTLLPGLAGPSGEMVK_"
- ],
- [
- 33952,
- 3,
- 10,
- 3,
- 0.12824,
- "_IINLTSVLSLQEEINEQGHEVLR_"
- ],
- [
- 44010,
- 2,
- 10,
- 6,
- 0.12824,
- "_DVYEELLTQAEIQGNINK_"
- ],
- [
- 33715,
- 4,
- 18,
- 7,
- 0.24218,
- "_VTWLAETTHALPIPVICVTYEHLITKPVLGK_"
- ],
- [
- 39865,
- 3,
- 17,
- 8,
- 0.22795,
- "_VHTVEDYQAIVDAEWNILYDKLEK_"
- ],
- [
- 45762,
- 4,
- 16,
- 9,
- 0.21372,
- "_VLLALFCHEPCRPLHQLATDSTFSLDQPGGTLDLTLIR_"
- ],
- [
- 43539,
- 3,
- 16,
- 4,
- 0.21372,
- "_DETALQEEEELQLALALSQSEAEEKER_"
- ],
- [
- 27930,
- 2,
- 16,
- 3,
- 0.21372,
- "_DFPDEVLQLIHER_"
- ],
- [
- 44228,
- 2,
- 5,
- 3,
- 0.057005,
- "_APGIILLDEATSALDTSNER_"
- ],
- [
- 39866,
- 2,
- 20,
- 6,
- 0.27064,
- "_GSTTATFAAVVLYVENER_"
- ],
- [
- 38982,
- 3,
- 17,
- 3,
- 0.22796,
- "_LESLSAATTFEPLEPVKDTDIQGFLK_"
- ],
- [
- 37131,
- 2,
- 22,
- 7,
- 0.29907,
- "_FMQDPMEIFVDDETK_"
- ],
- [
- 14565,
- 3,
- 20,
- 6,
- 0.27064,
- "_KEDLVFIFWAPESAPLK_"
- ],
- [
- 36105,
- 2,
- 13,
- 4,
- 0.17097,
- "_VDLQEINNWVQAQMK_"
- ],
- [
- 27002,
- 3,
- 10,
- 4,
- 0.12825,
- "_ILSHFPEELSLAFVYGSGVYR_"
- ],
- [
- 37398,
- 3,
- 17,
- 7,
- 0.22796,
- "_NTVGNVPLEWYDDFPHVGYDLDGR_"
- ],
- [
- 44673,
- 3,
- 11,
- 7,
- 0.14249,
- "_DWALNGNTLSLDEETVIDVPEPYNHVSK_"
- ],
- [
- 47973,
- 3,
- 21,
- 5,
- 0.28485,
- "_LTISPDYAYGATGHPGIIPPHATLVFDVELLK_"
- ],
- [
- 25920,
- 4,
- 21,
- 8,
- 0.28485,
- "_LLEMNLMHAPQVADAILGNQMFTHYDR_"
- ],
- [
- 49459,
- 3,
- 14,
- 7,
- 0.1852,
- "_LLQDSLGGNSHTLMIACVSPADSNLEETLNTLR_"
- ],
- [
- 43902,
- 4,
- 14,
- 7,
- 0.1852,
- "_QLGVNPSTTGTQELKPGLEGSLGVGDTLYLVNGLHPLTLR_"
- ],
- [
- 47534,
- 3,
- 14,
- 4,
- 0.1852,
- "_SGDIVMIQSEHTGAIDVLSADLESADLLGDHR_"
- ],
- [
- 44580,
- 4,
- 17,
- 8,
- 0.22796,
- "_EELDKYWSQQIEESTTVVTTQSAEVGAAETTLTELRR_"
- ],
- [
- 46761,
- 3,
- 11,
- 5,
- 0.14249,
- "_QDFSLSVALDGGSMLVTYPYDKPVQTVENK_"
- ],
- [
- 45493,
- 4,
- 15,
- 6,
- 0.19945,
- "_LDLTLEIQTVGEQENGDEAPGVWMIPTSDPAANLHPAKPK_"
- ],
- [
- 21344,
- 2,
- 17,
- 4,
- 0.22796,
- "_TEDFIIDTLELR_"
- ],
- [
- 23754,
- 2,
- 8,
- 4,
- 0.099731,
- "_TQEFPQILTLIGR_"
- ],
- [
- 42472,
- 2,
- 18,
- 4,
- 0.2422,
- "_QEEAEDPACIPIFWVSK_"
- ],
- [
- 34140,
- 3,
- 12,
- 4,
- 0.15672,
- "_NLGQVLLHCLYDSDPPTLLETSR_"
- ],
- [
- 38897,
- 4,
- 15,
- 5,
- 0.19945,
- "_EEGIENFDVYAIKPGHPLQPDFFLDEYPEAVSK_"
- ],
- [
- 35234,
- 2,
- 12,
- 4,
- 0.15672,
- "_MELSPDLISACLALEK_"
- ],
- [
- 44087,
- 4,
- 12,
- 6,
- 0.15672,
- "_QVLLHWGYYPDSYDTWIPASEIEASVEDAPTPEKPR_"
- ],
- [
- 43287,
- 2,
- 15,
- 8,
- 0.19945,
- "_DVDDGLQAAEEVGYPVMIK_"
- ],
- [
- 18343,
- 3,
- 11,
- 4,
- 0.14249,
- "_LDVEFKPLAPDGVLLFSGGK_"
- ],
- [
- 48730,
- 3,
- 12,
- 6,
- 0.15672,
- "_NSGTFSSQIENTPILCPFHLQPVPEPETVLK_"
- ],
- [
- 20501,
- 3,
- 12,
- 2,
- 0.15672,
- "_DSASFNPELLTHILDGSPEK_"
- ],
- [
- 28249,
- 2,
- 14,
- 4,
- 0.1852,
- "_DAQGLVLFDVTGQVR_"
- ],
- [
- 49293,
- 2,
- 14,
- 6,
- 0.1852,
- "_SILTSLLLNSSQSSTSEETVLR_"
- ],
- [
- 22700,
- 4,
- 12,
- 3,
- 0.15672,
- "_DAGIEPGPDTYLALLNAYAEKGDIDHVK_"
- ],
- [
- 41059,
- 2,
- 15,
- 5,
- 0.19943,
- "_EECLQFTANALALAMER_"
- ],
- [
- 32003,
- 2,
- 14,
- 6,
- 0.1852,
- "_LFAAYNEGIINLLEK_"
- ],
- [
- 48023,
- 3,
- 14,
- 8,
- 0.1852,
- "_HVILGTQQFKPNEFASQINLSVENAWGILR_"
- ],
- [
- 25934,
- 4,
- 13,
- 7,
- 0.17095,
- "_LAQMCGLHIVVHADELEELINYYQDR_"
- ],
- [
- 39676,
- 2,
- 12,
- 3,
- 0.15672,
- "_AELLEFLESQQENMIK_"
- ],
- [
- 46514,
- 3,
- 12,
- 4,
- 0.15672,
- "_VHLDSAVALAAESPVNMMPWQGDTNNMIDR_"
- ],
- [
- 21548,
- 4,
- 29,
- 9,
- 0.39876,
- "_FISDKDASIVGFFDDSFSEAHSEFLK_"
- ],
- [
- 33747,
- 3,
- 12,
- 6,
- 0.15672,
- "_TLHEWCDGCEAVLLGIEQQVLR_"
- ],
- [
- 45970,
- 2,
- 14,
- 2,
- 0.1852,
- "_ENFVETEGEFVFATSLDTK_"
- ],
- [
- 33203,
- 2,
- 26,
- 3,
- 0.356,
- "_LYENLGEYFIFDSK_"
- ],
- [
- 22021,
- 2,
- 12,
- 6,
- 0.15672,
- "_FLQLESLQELMK_"
- ],
- [
- 27156,
- 3,
- 14,
- 6,
- 0.1852,
- "_GPIVESYIGFIESYRDPFGSR_"
- ],
- [
- 30620,
- 2,
- 15,
- 5,
- 0.25643,
- "_EDIQQFFEEFQSK_"
- ],
- [
- 24582,
- 3,
- 17,
- 5,
- 0.22794,
- "_IHGFTVNQVTSVPELFLTAVK_"
- ],
- [
- 36774,
- 2,
- 16,
- 4,
- 0.21368,
- "_(Acetyl (Protein N-term))M(Oxidation (M))DAGVTESGLNVTLTIR_"
- ],
- [
- 37862,
- 2,
- 10,
- 2,
- 0.12823,
- "_VNGSEQTVVAFFIMPAR_"
- ],
- [
- 51646,
- 3,
- 16,
- 6,
- 0.21368,
- "_LDLTLEIQTVGEQENGDEAPGVWMIPTSDPAANLHPAKPK_"
- ],
- [
- 27674,
- 2,
- 17,
- 4,
- 0.22794,
- "_VTPVEVMPVFPDFK_"
- ],
- [
- 31238,
- 4,
- 8,
- 5,
- 0.099718,
- "_VPLFIRPEDDDEKQLLVEAIDVPAGTATLGR_"
- ],
- [
- 9373,
- 2,
- 20,
- 5,
- 0.27066,
- "_NVFLLGFIPAK_"
- ],
- [
- 30371,
- 3,
- 16,
- 6,
- 0.21368,
- "_LHDVLIAPGTADLTADVDFSYLR_"
- ],
- [
- 23277,
- 2,
- 20,
- 5,
- 0.27066,
- "_VGPEELPVVGQLLR_"
- ],
- [
- 44120,
- 4,
- 12,
- 5,
- 0.15672,
- "_VGAGLQNLGNTCFANAALQCLTYTPPLANYMLSHEHSK_"
- ],
- [
- 22481,
- 2,
- 10,
- 5,
- 0.12823,
- "_ELVTIIPNFSLDK_"
- ],
- [
- 28598,
- 2,
- 20,
- 3,
- 0.27066,
- "_TSVPVLDAELFIPPK_"
- ],
- [
- 48531,
- 2,
- 10,
- 3,
- 0.12823,
- "_ELLQDGCYSDFLNEDFDVK_"
- ],
- [
- 26467,
- 3,
- 40,
- 7,
- 0.55546,
- "_KPLVIIAEDVDGEALSTLVLNR_"
- ],
- [
- 32826,
- 2,
- 18,
- 4,
- 0.2422,
- "_SELALSALGGCVFYLK_"
- ],
- [
- 39194,
- 2,
- 17,
- 6,
- 0.22794,
- "_NFEVEADDLVTISELGR_"
- ],
- [
- 18765,
- 2,
- 11,
- 4,
- 0.14248,
- "_LNIIIIAEGAIDR_"
- ],
- [
- 11151,
- 2,
- 19,
- 6,
- 0.25643,
- "_LGTLSALDILIK_"
- ],
- [
- 37197,
- 3,
- 8,
- 2,
- 0.099718,
- "_ALQENLALLTQTLAEREEEVETLR_"
- ],
- [
- 44220,
- 3,
- 21,
- 3,
- 0.28487,
- "_LLEMNLMHAPQVADAILGNQMFTHYDR_"
- ],
- [
- 23575,
- 4,
- 11,
- 4,
- 0.14248,
- "_LIDWLEDAESHLDSELEISNDPDKIK_"
- ],
- [
- 37025,
- 2,
- 11,
- 6,
- 0.14248,
- "_SAIYQLEEEYENLLK_"
- ],
- [
- 33591,
- 3,
- 14,
- 5,
- 0.18518,
- "_QEELGDLVDKEMAATSAAIETATAR_"
- ],
- [
- 42846,
- 3,
- 14,
- 7,
- 0.18518,
- "_ATRPEELLELLGGSHDLDSNQAAMVLIR_"
- ],
- [
- 41344,
- 2,
- 14,
- 6,
- 0.18518,
- "_MLDFLAENNLCGQAILR_"
- ],
- [
- 27429,
- 3,
- 10,
- 5,
- 0.1282,
- "_LNTYIGFSEILDMEPYVEHK_"
- ],
- [
- 35010,
- 4,
- 12,
- 5,
- 0.15672,
- "_VNNVFDHFSDCEFLAALYNPFGNFKPHLQK_"
- ],
- [
- 36476,
- 2,
- 13,
- 5,
- 0.17096,
- "_YGLVFAGGASGLQIFPTK_"
- ],
- [
- 46753,
- 2,
- 14,
- 4,
- 0.18518,
- "_QIWQDNQALFGDEVSPLLK_"
- ],
- [
- 29819,
- 2,
- 9,
- 2,
- 0.11395,
- "_GVFVQSVLPYFVATK_"
- ],
- [
- 46045,
- 2,
- 12,
- 2,
- 0.15672,
- "_NNEDISIIPPLFTVSVDHR_"
- ],
- [
- 21499,
- 3,
- 13,
- 6,
- 0.17096,
- "_MCNFHYQGFVDSITELLK_"
- ],
- [
- 8136,
- 2,
- 8,
- 3,
- 0.09972,
- "_DIFTGLIGPMK_"
- ],
- [
- 45577,
- 2,
- 10,
- 5,
- 0.1282,
- "_LEELSLEGNPFLTVNDNLK_"
- ],
- [
- 15457,
- 4,
- 10,
- 4,
- 0.1282,
- "_HGEEVTPEDVLSAAMYPDVFAHFK_"
- ],
- [
- 30260,
- 2,
- 17,
- 6,
- 0.22792,
- "_YTPEEIAMATVTALR_"
- ],
- [
- 46086,
- 2,
- 21,
- 3,
- 0.2849,
- "_IFGYPVGIVGNNGVLFSESAK_"
- ],
- [
- 34209,
- 2,
- 15,
- 6,
- 0.19943,
- "_AALGPLVTGLYDVQAFK_"
- ],
- [
- 49249,
- 3,
- 15,
- 7,
- 0.19943,
- "_QQADFVDLSFPTISSTGPNGAIIHYAPVPETNR_"
- ],
- [
- 46020,
- 2,
- 15,
- 2,
- 0.19943,
- "_DSQSWIGGNNEPLTGFTWR_"
- ],
- [
- 33222,
- 2,
- 16,
- 3,
- 0.21367,
- "_(Acetyl (Protein N-term))SLPLNPKPFLNGLTGK_"
- ],
- [
- 24570,
- 2,
- 15,
- 4,
- 0.19943,
- "_LWEMDNMLIQIK_"
- ],
- [
- 25440,
- 2,
- 12,
- 4,
- 0.15672,
- "_NLIQTLVSGIAPATR_"
- ],
- [
- 33121,
- 2,
- 14,
- 7,
- 0.18521,
- "_DNLSYIEHIFEISR_"
- ],
- [
- 36788,
- 2,
- 12,
- 4,
- 0.15672,
- "_INAGLNVIGIPSEIISPK_"
- ],
- [
- 12684,
- 2,
- 10,
- 3,
- 0.12821,
- "_VSELVQFLLIK_"
- ],
- [
- 24451,
- 4,
- 12,
- 5,
- 0.15672,
- "_KDLLPSDMAVALLEAQAGTGHIIDPATSAR_"
- ],
- [
- 27942,
- 4,
- 16,
- 6,
- 0.21369,
- "_QHEEPESFFTWFTDHSDAGADELGEVIK_"
- ],
- [
- 18073,
- 2,
- 16,
- 5,
- 0.21369,
- "_LFMSLLEDTLSK_"
- ],
- [
- 30034,
- 2,
- 15,
- 5,
- 0.19944,
- "_ATSFLLALEPELEAR_"
- ],
- [
- 34750,
- 2,
- 25,
- 9,
- 0.34179,
- "_GLGTDEDSLIEIICSR_"
- ],
- [
- 13137,
- 4,
- 35,
- 8,
- 0.48422,
- "_VIHDNFGIVEGLMTTVHAITATQK_"
- ],
- [
- 45237,
- 2,
- 14,
- 5,
- 0.18521,
- "_VQFMYGEDPSNAMPVIFGK_"
- ],
- [
- 50056,
- 2,
- 19,
- 7,
- 0.25643,
- "_YNLSPSIFFCATPPDDGNLCR_"
- ],
- [
- 47456,
- 2,
- 22,
- 2,
- 0.29915,
- "_LLPVEPCDLTEGFDPSVPPR_"
- ],
- [
- 35910,
- 2,
- 14,
- 4,
- 0.18521,
- "_MLIQILTELEHSGIGR_"
- ],
- [
- 36166,
- 3,
- 9,
- 3,
- 0.11398,
- "_FCINPNAGFVHQLQEYEAIYLAK_"
- ],
- [
- 32359,
- 3,
- 10,
- 3,
- 0.12821,
- "_RAELLGETPIQGSATSVLEFLSQK_"
- ],
- [
- 10066,
- 2,
- 19,
- 4,
- 0.25643,
- "_ILFSSLILISK_"
- ],
- [
- 21689,
- 3,
- 13,
- 5,
- 0.17097,
- "_RPFSQCLSTIISPLFAELK_"
- ],
- [
- 50837,
- 2,
- 10,
- 3,
- 0.12821,
- "_VLQQFAACFLETLPAQEEQTPK_"
- ],
- [
- 46220,
- 2,
- 14,
- 5,
- 0.18521,
- "_VIQGDGVDINTLQEIVEGM(Oxidation (M))K_"
- ],
- [
- 37757,
- 3,
- 14,
- 7,
- 0.18521,
- "_GDGAELIWDKDDPSAMDFVTSAANLR_"
- ],
- [
- 38583,
- 3,
- 12,
- 3,
- 0.15672,
- "_SSDSTFLVLMSHGILEGICGTVHDEK_"
- ],
- [
- 50431,
- 2,
- 11,
- 5,
- 0.14246,
- "_MVEYLTDWVMGTSNQAADDDVK_"
- ],
- [
- 38282,
- 2,
- 11,
- 4,
- 0.14246,
- "_EYVLPSFEVIVEPTEK_"
- ],
- [
- 25651,
- 2,
- 16,
- 6,
- 0.21369,
- "_SLDWQIDVDLLNK_"
- ],
- [
- 42597,
- 4,
- 16,
- 8,
- 0.21369,
- "_EGFSGQIQFTAPLSDKVELGVIGDSVHMEGLPGSSTSIR_"
- ],
- [
- 50945,
- 3,
- 19,
- 8,
- 0.25643,
- "_QVYQIVKPLNPNFCFLQCTSAYPLQPEDVNLR_"
- ],
- [
- 34349,
- 2,
- 15,
- 3,
- 0.19944,
- "_YSNDPVVASLAQDIFK_"
- ],
- [
- 17234,
- 2,
- 15,
- 3,
- 0.19944,
- "_TSLVEYLAAVTGR_"
- ],
- [
- 44513,
- 3,
- 15,
- 8,
- 0.19944,
- "_FQEHLQLQNLGINPANIGFSTLTMESDK_"
- ],
- [
- 12842,
- 2,
- 11,
- 3,
- 0.14246,
- "_(Acetyl (Protein N-term))AAVLKPVLLGLR_"
- ],
- [
- 32127,
- 2,
- 12,
- 3,
- 0.15672,
- "_QTLSVVFDAFITGQGK_"
- ],
- [
- 32922,
- 3,
- 39,
- 7,
- 0.54123,
- "_VIHDNFGIVEGLMTTVHAITATQK_"
- ],
- [
- 35346,
- 3,
- 16,
- 5,
- 0.21369,
- "_HGEEVTPEDVLSAAMYPDVFAHFK_"
- ],
- [
- 32596,
- 3,
- 14,
- 5,
- 0.18522,
- "_VNLTLADLEQLAGSDLKVPNEDTK_"
- ],
- [
- 48991,
- 2,
- 18,
- 7,
- 0.24217,
- "_EENVGLHQTLDQTLNELNCI_"
- ],
- [
- 24816,
- 2,
- 23,
- 5,
- 0.3134,
- "_SDFFLEGPFMPPR_"
- ],
- [
- 48634,
- 2,
- 16,
- 5,
- 0.21369,
- "_AEMIIEQNTDGVNFYNILTK_"
- ],
- [
- 51201,
- 3,
- 16,
- 5,
- 0.21369,
- "_GSWEQDFGHPVSQESSWSQEYSFGPSAVLGDFGSSR_"
- ],
- [
- 7759,
- 2,
- 12,
- 4,
- 0.1567,
- "_ILQIITELIK_"
- ],
- [
- 48494,
- 2,
- 21,
- 7,
- 0.28493,
- "_TVSEWISQMATLPQASNLATR_"
- ],
- [
- 51219,
- 3,
- 13,
- 9,
- 0.17097,
- "_YSEPLEEHGNFLITVPGGSDGPSGVLICSENYITYK_"
- ],
- [
- 43017,
- 2,
- 16,
- 5,
- 0.21369,
- "_LGLTMQYPEGYLEALANR_"
- ],
- [
- 48900,
- 2,
- 11,
- 4,
- 0.14246,
- "_NADYFSNYVTEDFTTYINR_"
- ],
- [
- 39687,
- 3,
- 19,
- 5,
- 0.25642,
- "_LHDLVLPLVMGVQQGEVLGSSPYTSSR_"
- ],
- [
- 24153,
- 4,
- 18,
- 7,
- 0.24217,
- "_ATRPEELLELLGGSHDLDSNQAAMVLIR_"
- ],
- [
- 19019,
- 2,
- 11,
- 2,
- 0.14246,
- "_ESLCQAALGLILK_"
- ],
- [
- 17440,
- 2,
- 14,
- 3,
- 0.18522,
- "_IIDEDGLLNLIR_"
- ],
- [
- 40016,
- 2,
- 25,
- 7,
- 0.34183,
- "_FLDGNELTLADCNLLPK_"
- ],
- [
- 28828,
- 4,
- 16,
- 7,
- 0.21369,
- "_FNVLHWHIVDDQSFPYQSITFPELSNK_"
- ],
- [
- 32060,
- 2,
- 13,
- 4,
- 0.17097,
- "_DLETDEVEEFLENK_"
- ],
- [
- 23554,
- 4,
- 13,
- 2,
- 0.17097,
- "_KPGSPELLVGHLGQIFIQNFVAGDDESR_"
- ],
- [
- 43623,
- 2,
- 13,
- 4,
- 0.17097,
- "_GPVLGPMVYAICYCPLPR_"
- ],
- [
- 37010,
- 4,
- 15,
- 10,
- 0.19946,
- "_MLDSGADYLHLDVMDGHFVPNITFGHPVVESLR_"
- ],
- [
- 22881,
- 2,
- 15,
- 2,
- 0.19946,
- "_DMNADAVFAFQLR_"
- ],
- [
- 24312,
- 3,
- 17,
- 5,
- 0.22794,
- "_ESDPSDPNKDMVVQLIDDFK_"
- ],
- [
- 46039,
- 3,
- 17,
- 9,
- 0.22794,
- "_LTPPVLEEMGHCDSVYLSEVGDTQVVVFK_"
- ],
- [
- 38534,
- 2,
- 13,
- 4,
- 0.17097,
- "_FVEFFGSGVSQLSIVDR_"
- ],
- [
- 30262,
- 3,
- 11,
- 3,
- 0.14246,
- "_QLAIFCPHVALQTTICEVLER_"
- ],
- [
- 18041,
- 2,
- 19,
- 5,
- 0.25642,
- "_LMVEPLQAILIR_"
- ],
- [
- 40371,
- 2,
- 15,
- 3,
- 0.19946,
- "_WFGFLEAQQAFQSVGTK_"
- ],
- [
- 35994,
- 2,
- 9,
- 3,
- 0.11396,
- "_VLVLNQTGITWAEVLR_"
- ],
- [
- 28643,
- 3,
- 12,
- 5,
- 0.1567,
- "_WLDEQQQIMESLNVLHSELK_"
- ],
- [
- 31086,
- 3,
- 11,
- 6,
- 0.14247,
- "_VIALQYPVYWDHLEFCDGFR_"
- ],
- [
- 43741,
- 2,
- 13,
- 3,
- 0.17095,
- "_AQHQQALSSLELLNVLFR_"
- ],
- [
- 21144,
- 2,
- 14,
- 3,
- 0.18522,
- "_DYLSPVLADLAQR_"
- ],
- [
- 48199,
- 2,
- 11,
- 4,
- 0.14247,
- "_IPEAPAGPPSDFGLFLSDDDPK_"
- ],
- [
- 37736,
- 2,
- 12,
- 2,
- 0.1567,
- "_FCTTGIDGAMTIWDFK_"
- ],
- [
- 46830,
- 3,
- 20,
- 6,
- 0.27067,
- "_NINPDVLFEVHNYNITTVENFQHFMDR_"
- ],
- [
- 5088,
- 2,
- 13,
- 3,
- 0.17095,
- "_MLTFLMLVR_"
- ],
- [
- 44145,
- 3,
- 14,
- 4,
- 0.18522,
- "_VHVASVNNFPTAAGLASSAAGYACLAYTLAR_"
- ],
- [
- 23838,
- 3,
- 15,
- 6,
- 0.19946,
- "_DITDTLVAVTISEGAHHLDLR_"
- ],
- [
- 44442,
- 3,
- 16,
- 4,
- 0.21371,
- "_ASEMAGPPQMPNDFLSFQDIATEAAHPIR_"
- ],
- [
- 47115,
- 2,
- 16,
- 6,
- 0.21371,
- "_LTESVDVLMPNVGEIVGGSM(Oxidation (M))R_"
- ],
- [
- 48795,
- 2,
- 18,
- 6,
- 0.24218,
- "_ANPDPNTCLGVFGLSLYTTER_"
- ],
- [
- 24854,
- 3,
- 18,
- 4,
- 0.24218,
- "_EMPVKVEAAIALQVLISNQEK_"
- ],
- [
- 3312,
- 2,
- 16,
- 4,
- 0.21371,
- "_LSFFFDFR_"
- ],
- [
- 38931,
- 2,
- 17,
- 5,
- 0.22793,
- "_DEQGALLLGHELQSFLK_"
- ],
- [
- 20179,
- 3,
- 18,
- 5,
- 0.24218,
- "_TLMEALVASYLIKPEVQVR_"
- ],
- [
- 31830,
- 4,
- 27,
- 8,
- 0.37029,
- "_LTISPDYAYGATGHPGIIPPHATLVFDVELLK_"
- ],
- [
- 49355,
- 2,
- 11,
- 4,
- 0.14247,
- "_DSAAAVVVYDITNVNSFQQTTK_"
- ],
- [
- 33752,
- 4,
- 15,
- 3,
- 0.19946,
- "_MLGNLLRPPYERPELPTCLYVIGLTGISGSGK_"
- ],
- [
- 40610,
- 3,
- 16,
- 5,
- 0.21371,
- "_YPNKYESIIATLCENLDSLDEPDAR_"
- ],
- [
- 21837,
- 3,
- 15,
- 5,
- 0.19946,
- "_LGTTNYDDFLSFIHAVQDR_"
- ],
- [
- 31480,
- 4,
- 15,
- 8,
- 0.19946,
- "_RPYPDPEDEIPDEMIQCVVCEDWFHGR_"
- ],
- [
- 41458,
- 3,
- 11,
- 5,
- 0.14243,
- "_QSPEHNLTHPELSVAVEMLSSVALINR_"
- ],
- [
- 46323,
- 3,
- 14,
- 7,
- 0.18518,
- "_SNAALLFVEAFPIRDPNLHAIEMDSEIQK_"
- ],
- [
- 38137,
- 2,
- 24,
- 4,
- 0.32764,
- "_DAFPEAIIVKPSDIFGR_"
- ],
- [
- 44006,
- 2,
- 6,
- 2,
- 0.071213,
- "_FSDHVALLSVFQAWDDAR_"
- ],
- [
- 41629,
- 2,
- 14,
- 3,
- 0.18518,
- "_YDLFVGSQATDFGEALVR_"
- ],
- [
- 25361,
- 2,
- 9,
- 3,
- 0.11393,
- "_VLLPVWEAEGLGLR_"
- ],
- [
- 34407,
- 4,
- 11,
- 4,
- 0.14243,
- "_LQLTNMIIEGGHFTLGAQKPAADADLQLSEILK_"
- ],
- [
- 50006,
- 3,
- 13,
- 6,
- 0.17093,
- "_AFLQAILEHEEENEEEDEVPDDETLNQMIAR_"
- ],
- [
- 51165,
- 3,
- 14,
- 8,
- 0.18518,
- "_GPGLEAVGNIANKPTYFDIYTAGAGVGDIGVEVEDPQGK_"
- ],
- [
- 45788,
- 3,
- 14,
- 4,
- 0.18518,
- "_MVVPTQSAQGTVIGSSPQMSGMAALAAAAAATQK_"
- ],
- [
- 45059,
- 2,
- 19,
- 5,
- 0.25641,
- "_ETNPVVFFDVCADGEPLGR_"
- ],
- [
- 36119,
- 2,
- 15,
- 4,
- 0.19944,
- "_AFLQGGQEATDIALLLR_"
- ],
- [
- 27590,
- 2,
- 10,
- 5,
- 0.12819,
- "_IETAQQFFSWFAK_"
- ],
- [
- 24253,
- 3,
- 10,
- 4,
- 0.12819,
- "_PGTALETPVGFTWIPLLQHGR_"
- ],
- [
- 8823,
- 3,
- 18,
- 4,
- 0.24216,
- "_MLIQILTELEHSGIGR_"
- ],
- [
- 10156,
- 4,
- 9,
- 3,
- 0.11393,
- "_KPLHYAADCGQLEILEFLLLK_"
- ],
- [
- 17785,
- 2,
- 14,
- 3,
- 0.18518,
- "_AEVLSFILEDVR_"
- ],
- [
- 33470,
- 3,
- 14,
- 2,
- 0.18518,
- "_IPIGFIPLGETSSLSHTLFAESGNK_"
- ],
- [
- 49193,
- 3,
- 14,
- 6,
- 0.18518,
- "_EKPEEIQDPAALTSDAEQPSGFTFSFFDSDTK_"
- ],
- [
- 22337,
- 2,
- 16,
- 3,
- 0.21369,
- "_LDLSVTEAVVAGIAK_"
- ],
- [
- 15001,
- 2,
- 19,
- 6,
- 0.25641,
- "_FLEEFITPIVK_"
- ],
- [
- 16614,
- 2,
- 17,
- 4,
- 0.22793,
- "_DILYVFQGIDGK_"
- ],
- [
- 28462,
- 2,
- 11,
- 5,
- 0.14243,
- "_LLSDFLDSEVSELR_"
- ],
- [
- 36643,
- 2,
- 15,
- 4,
- 0.19944,
- "_VDLTNPQYTVVVEIIK_"
- ],
- [
- 20355,
- 3,
- 20,
- 5,
- 0.27064,
- "_NNEDISIIPPLFTVSVDHR_"
- ],
- [
- 42139,
- 2,
- 14,
- 3,
- 0.18518,
- "_EVQYIVLQNIATMSIQR_"
- ],
- [
- 43008,
- 3,
- 16,
- 4,
- 0.21369,
- "_IFDANTKPNLNLQVLSNPEFLAEGTAIK_"
- ],
- [
- 35438,
- 2,
- 20,
- 4,
- 0.27064,
- "_GQELIYAGMPITEVFK_"
- ],
- [
- 38267,
- 2,
- 16,
- 4,
- 0.21369,
- "_EQLQDMGLEDLFSPEK_"
- ],
- [
- 33489,
- 4,
- 22,
- 6,
- 0.29915,
- "_GGLWDDDDAPRPSQFEEDLALMEEMEAEHR_"
- ],
- [
- 15949,
- 3,
- 13,
- 5,
- 0.17093,
- "_RFPELESLVPNALDYIR_"
- ],
- [
- 19280,
- 3,
- 16,
- 5,
- 0.21369,
- "_EKEQLSSLQEELESLLEK_"
- ],
- [
- 44068,
- 2,
- 12,
- 3,
- 0.15667,
- "_YFVSEGFEFFCAQSFSK_"
- ],
- [
- 31812,
- 2,
- 13,
- 3,
- 0.17093,
- "_EMALLATSLPEGIMVK_"
- ],
- [
- 13563,
- 2,
- 13,
- 6,
- 0.17093,
- "_FILNLPTFSVR_"
- ],
- [
- 18867,
- 2,
- 13,
- 5,
- 0.17093,
- "_EIWLLVDHLFK_"
- ],
- [
- 29913,
- 2,
- 14,
- 3,
- 0.18517,
- "_MVLLDLPSISSQVVR_"
- ],
- [
- 43589,
- 2,
- 13,
- 4,
- 0.17093,
- "_DVLGDEICCWSFYGQGR_"
- ],
- [
- 40114,
- 2,
- 12,
- 4,
- 0.15667,
- "_SLEVEVLEDDVSAVEFR_"
- ],
- [
- 37651,
- 3,
- 14,
- 4,
- 0.18517,
- "_LLIDRDPEGAVAHAQDVISDLLCNR_"
- ],
- [
- 26183,
- 2,
- 14,
- 3,
- 0.18517,
- "_DYIMEPSIFNTLK_"
- ],
- [
- 50081,
- 2,
- 14,
- 5,
- 0.18517,
- "_GPTVGGGLPGIGVQGLEGNLQMPGIK_"
- ],
- [
- 18769,
- 3,
- 12,
- 2,
- 0.15667,
- "_GESLMEWAENVMQIHADR_"
- ],
- [
- 24046,
- 3,
- 12,
- 6,
- 0.15667,
- "_ELAPAVSVLQLFCSSPKPALR_"
- ],
- [
- 32246,
- 4,
- 13,
- 3,
- 0.17093,
- "_RVPLPPELVEQFGHMQCNCMMGVFPPISR_"
- ],
- [
- 39398,
- 2,
- 12,
- 4,
- 0.15667,
- "_ENLELILTQSVENVGVR_"
- ],
- [
- 37514,
- 2,
- 13,
- 4,
- 0.17093,
- "_IFLTVTADLNCNLFSK_"
- ],
- [
- 43812,
- 3,
- 13,
- 8,
- 0.17093,
- "_GYEVIYLTEPVDEYCIQALPEFDGKR_"
- ],
- [
- 22946,
- 2,
- 13,
- 4,
- 0.17093,
- "_SLEVLVADLVNAQK_"
- ],
- [
- 33557,
- 2,
- 18,
- 5,
- 0.24217,
- "_VVDFIDEGVNIGLEVK_"
- ],
- [
- 12154,
- 2,
- 17,
- 5,
- 0.22793,
- "_EVLDSFLDLAR_"
- ],
- [
- 43533,
- 2,
- 17,
- 5,
- 0.22793,
- "_VLFICTANVTDTIPEPLR_"
- ],
- [
- 13252,
- 2,
- 17,
- 4,
- 0.22793,
- "_NLSQEIIELLK_"
- ],
- [
- 39205,
- 3,
- 15,
- 7,
- 0.19941,
- "_ENISNAQALLEYHLSYLQEVEQLR_"
- ],
- [
- 26708,
- 2,
- 19,
- 5,
- 0.2564,
- "_QVLLSAAEAAEVILR_"
- ],
- [
- 43218,
- 3,
- 25,
- 8,
- 0.34188,
- "_EVEAVIPDHCIFASNTSALPISEIAAVSK_"
- ],
- [
- 20805,
- 3,
- 17,
- 6,
- 0.22793,
- "_DPEGAVAHAQDVISDLLCNR_"
- ],
- [
- 50933,
- 2,
- 16,
- 7,
- 0.21368,
- "_ESTLEAIGYICQDIDPEQLQDK_"
- ],
- [
- 29666,
- 3,
- 19,
- 7,
- 0.2564,
- "_KLVPLLLEDGGEAPAALEAALEEK_"
- ],
- [
- 35597,
- 2,
- 12,
- 5,
- 0.1567,
- "_TGLSSEQTVNVLAQILK_"
- ],
- [
- 49833,
- 2,
- 14,
- 4,
- 0.1852,
- "_TYNTDVPLVLMNSFNTDEDTK_"
- ],
- [
- 15776,
- 3,
- 12,
- 5,
- 0.1567,
- "_GQVLFDLVCEHLNLLEK_"
- ],
- [
- 43753,
- 2,
- 15,
- 3,
- 0.19944,
- "_SDMNTVLNYIFSHAQVTK_"
- ],
- [
- 50409,
- 3,
- 18,
- 6,
- 0.2422,
- "_ASPATQPPPLLPPSATGPDATVGGPAPTPLLPPSATASVK_"
- ],
- [
- 43165,
- 2,
- 18,
- 3,
- 0.2422,
- "_VIEVGNNDIDDVNIIVFR_"
- ],
- [
- 34434,
- 2,
- 19,
- 6,
- 0.25644,
- "_VIQEIWPVLSETLNK_"
- ],
- [
- 36379,
- 2,
- 14,
- 3,
- 0.1852,
- "_QAAPPIELDAVWEDIR_"
- ],
- [
- 35850,
- 2,
- 14,
- 5,
- 0.1852,
- "_VAVPLLSSGGQVAVLELR_"
- ],
- [
- 13902,
- 2,
- 19,
- 4,
- 0.25644,
- "_DPSEEIEILLR_"
- ],
- [
- 33419,
- 2,
- 13,
- 3,
- 0.17094,
- "_GVGTGGIVSTAFCLLYK_"
- ],
- [
- 13736,
- 2,
- 14,
- 3,
- 0.1852,
- "_DFMFQPLDGLK_"
- ],
- [
- 14608,
- 2,
- 13,
- 4,
- 0.17094,
- "_TLADVLVQEVIK_"
- ],
- [
- 32951,
- 3,
- 17,
- 4,
- 0.22795,
- "_ADLPLLTSTFLGSHMFSCCPEGR_"
- ],
- [
- 47327,
- 2,
- 13,
- 4,
- 0.17094,
- "_VTVNTNMVDLNDYLQHILK_"
- ],
- [
- 42068,
- 3,
- 20,
- 8,
- 0.27067,
- "_SIDAGPVDAWTLAFSPDSQYLATGTHVGK_"
- ],
- [
- 50116,
- 2,
- 15,
- 6,
- 0.19944,
- "_YLDSLGNPSANGLYDLALGPADSK_"
- ],
- [
- 18503,
- 4,
- 9,
- 2,
- 0.11395,
- "_IKNEPVVFPEEPEISEELKDLILK_"
- ],
- [
- 44034,
- 2,
- 7,
- 2,
- 0.085482,
- "_QYGLGPNGGIVTSLNLFATR_"
- ],
- [
- 2582,
- 2,
- 5,
- 3,
- 0.05698,
- "_DEIIWLLR_"
- ],
- [
- 38611,
- 2,
- 10,
- 3,
- 0.1282,
- "_EALMQQLNSESLTALLK_"
- ],
- [
- 19552,
- 3,
- 9,
- 2,
- 0.11398,
- "_KDEASGFCYLNDAVLGILR_"
- ],
- [
- 37253,
- 2,
- 15,
- 6,
- 0.19946,
- "_LAEDILNTMFDTSYSK_"
- ],
- [
- 44835,
- 2,
- 10,
- 3,
- 0.12821,
- "_QFLAPWIESQDWAYAASK_"
- ],
- [
- 32453,
- 2,
- 10,
- 3,
- 0.12821,
- "_EYFNVMLGTQLLYK_"
- ],
- [
- 44659,
- 2,
- 17,
- 5,
- 0.22794,
- "_AAPCIYWLPLTDSQIVQK_"
- ],
- [
- 22343,
- 4,
- 17,
- 6,
- 0.22794,
- "_QSPEHNLTHPELSVAVEMLSSVALINR_"
- ],
- [
- 20877,
- 3,
- 20,
- 6,
- 0.2707,
- "_TLAGLPLLVAYKEDEIPVLK_"
- ],
- [
- 50542,
- 3,
- 23,
- 8,
- 0.31341,
- "_GETITGLLQEFDVQEQDIETLHGSVHVTLCGTPK_"
- ],
- [
- 19009,
- 3,
- 10,
- 2,
- 0.12821,
- "_TDLEMQIEGLKEELAYLK_"
- ],
- [
- 42026,
- 2,
- 19,
- 6,
- 0.25646,
- "_SLDLFNCEITNLEDYR_"
- ],
- [
- 16744,
- 2,
- 19,
- 6,
- 0.25646,
- "_FDDPGLMLMGFK_"
- ],
- [
- 19115,
- 3,
- 8,
- 2,
- 0.099743,
- "_VQLSLLQTELKEEIELLK_"
- ],
- [
- 46908,
- 3,
- 22,
- 8,
- 0.29918,
- "_AALANLCIGDVITAIDGENTSNMTHLEAQNR_"
- ],
- [
- 37988,
- 2,
- 11,
- 5,
- 0.14246,
- "_ALFDFNGNDEEDLPFK_"
- ],
- [
- 14907,
- 3,
- 5,
- 2,
- 0.056993,
- "_HNIMDFAMPYFIQVM(Oxidation (M))K_"
- ],
- [
- 23163,
- 2,
- 14,
- 6,
- 0.1852,
- "_LSFEDFVTMTASR_"
- ],
- [
- 27969,
- 2,
- 15,
- 4,
- 0.19946,
- "_MLESITNELSLFSK_"
- ],
- [
- 28342,
- 2,
- 11,
- 5,
- 0.14244,
- "_GYTLAALGDLAQTLGR_"
- ],
- [
- 29710,
- 4,
- 22,
- 8,
- 0.29915,
- "_LITHGLGGEGYLNFMGNEFGHPEWLDFPR_"
- ],
- [
- 12373,
- 2,
- 13,
- 5,
- 0.17092,
- "_LNIFDMMAVTK_"
- ],
- [
- 19344,
- 2,
- 15,
- 3,
- 0.19942,
- "_LLPGIEVLWTGPK_"
- ],
- [
- 19637,
- 3,
- 12,
- 6,
- 0.15668,
- "_CGGLPNNIVDVWEFLGKPK_"
- ],
- [
- 48781,
- 3,
- 21,
- 8,
- 0.28493,
- "_EEGPYEVEVTYDGVPVPGSPFPLEAVAPTKPSK_"
- ],
- [
- 51173,
- 2,
- 13,
- 5,
- 0.17092,
- "_VILTSIDGVPGSDYINANYIDGYR_"
- ],
- [
- 51245,
- 3,
- 14,
- 8,
- 0.18519,
- "_FQEMIETTLDMDQVENHEFLVKPSFDPNLSELR_"
- ],
- [
- 34315,
- 3,
- 11,
- 5,
- 0.14244,
- "_REPLGVCVGIGAWNYPFQIASWK_"
- ],
- [
- 49529,
- 2,
- 23,
- 10,
- 0.3134,
- "_SVDETTQAMAFDGIIFQGQSLK_"
- ],
- [
- 49859,
- 2,
- 6,
- 4,
- 0.07122,
- "_LHDVNSDGFLDEQELEALFTK_"
- ],
- [
- 39729,
- 2,
- 11,
- 6,
- 0.14244,
- "_GLWQTCGELMFSLEPR_"
- ],
- [
- 26382,
- 3,
- 15,
- 6,
- 0.19942,
- "_GSDGAPDTGYLWHVPLTFITSK_"
- ],
- [
- 51482,
- 2,
- 10,
- 4,
- 0.12821,
- "_TEAYEYAQSLGAETCPLPSFQVFK_"
- ],
- [
- 45531,
- 3,
- 22,
- 8,
- 0.29915,
- "_AQPYDPNFYDETYDYGGFTMMFDDRR_"
- ],
- [
- 44113,
- 2,
- 10,
- 4,
- 0.12821,
- "_ILDPAYPDITLPLNSDVPK_"
- ],
- [
- 43286,
- 2,
- 12,
- 7,
- 0.15668,
- "_SMEAEMIQLQEELAAAER_"
- ],
- [
- 31954,
- 4,
- 13,
- 5,
- 0.17092,
- "_ILDIYHQEACGGCIISVGGQIPNNLAVPLYK_"
- ],
- [
- 44734,
- 2,
- 18,
- 3,
- 0.24217,
- "_GDVDMSEVEHFMPILMEK_"
- ],
- [
- 43336,
- 3,
- 17,
- 7,
- 0.22792,
- "_EFFVTSAPWSVIDQQAIHPELNGATYR_"
- ],
- [
- 20537,
- 3,
- 17,
- 6,
- 0.22792,
- "_ACDSVTSNVLPLLLEQFHK_"
- ],
- [
- 29374,
- 3,
- 18,
- 6,
- 0.24217,
- "_LGDAVIWGTGQLFQAQQDLLHR_"
- ],
- [
- 37521,
- 4,
- 16,
- 7,
- 0.21369,
- "_SVDLHPTEPWMLASLYNGSVCVWNHETQTLVK_"
- ],
- [
- 18027,
- 4,
- 17,
- 6,
- 0.22792,
- "_LLIDRDPEGAVAHAQDVISDLLCNR_"
- ],
- [
- 42782,
- 2,
- 20,
- 5,
- 0.27069,
- "_NDLSPASSGNAVYDFFIGR_"
- ],
- [
- 38875,
- 2,
- 17,
- 2,
- 0.22792,
- "_SELLMIIQMETQSSMR_"
- ],
- [
- 47918,
- 2,
- 3,
- 2,
- 0.028488,
- "_GLIAAICAGPTALLAHEIGFGSK_"
- ],
- [
- 41051,
- 3,
- 17,
- 4,
- 0.22792,
- "_HLILPEKYPPPTELLDLQPLPVSALR_"
- ],
- [
- 46217,
- 3,
- 20,
- 8,
- 0.27069,
- "_MKEIAEAYLGYPVTNAVITVPAYFNDSQR_"
- ],
- [
- 24540,
- 3,
- 9,
- 2,
- 0.11397,
- "_LENVLLDSEGHIVLTDFGLSK_"
- ],
- [
- 35769,
- 3,
- 32,
- 8,
- 0.44151,
- "_LTTPTYGDLNHLVSATMSGVTTCLR_"
- ],
- [
- 10724,
- 2,
- 19,
- 5,
- 0.25644,
- "_ESLWPFLIDK_"
- ],
- [
- 27239,
- 3,
- 18,
- 5,
- 0.24217,
- "_YQQELEEEIKELYENFCK_"
- ],
- [
- 24314,
- 3,
- 16,
- 6,
- 0.21369,
- "_QVLDLEDLVFTQGSHFMANK_"
- ],
- [
- 13962,
- 2,
- 13,
- 4,
- 0.17092,
- "_ELIINEILVMK_"
- ],
- [
- 50177,
- 2,
- 13,
- 6,
- 0.17092,
- "_LSGAYLVDDSDPDTSLFINVCR_"
- ],
- [
- 48020,
- 3,
- 10,
- 5,
- 0.12821,
- "_RVDDFEAGAAAGAAPGEEDLCAAFNVICDNVGK_"
- ],
- [
- 29580,
- 3,
- 20,
- 3,
- 0.27068,
- "_LFPHEVADVEPVLDLVTIQNPK_"
- ],
- [
- 42695,
- 2,
- 14,
- 7,
- 0.18516,
- "_GQVLFDLVCEHLNLLEK_"
- ],
- [
- 48841,
- 2,
- 12,
- 2,
- 0.15668,
- "_HDAVYGPADTMVQYMELFNK_"
- ],
- [
- 26433,
- 3,
- 12,
- 3,
- 0.15668,
- "_YGNLGHVNIGAIQEPLAFILPK_"
- ],
- [
- 28512,
- 3,
- 17,
- 3,
- 0.22793,
- "_HSTYDTDLFSPLLNAIQQGCR_"
- ],
- [
- 23743,
- 2,
- 14,
- 5,
- 0.18516,
- "_EIVVLETLEDIDK_"
- ],
- [
- 17183,
- 3,
- 17,
- 3,
- 0.22793,
- "_SDMNTVLNYIFSHAQVTK_"
- ],
- [
- 49748,
- 3,
- 10,
- 5,
- 0.12821,
- "_VAVLISGTGSNLQALIDSTREPNSSAQIDIVISNK_"
- ],
- [
- 45661,
- 2,
- 20,
- 7,
- 0.27068,
- "_AAPLDSIHSLAAYYIDCIR_"
- ],
- [
- 9231,
- 2,
- 10,
- 3,
- 0.12821,
- "_VALAGLLGFGLGK_"
- ],
- [
- 36693,
- 3,
- 13,
- 4,
- 0.17092,
- "_EQNFYGSQESIIALCTHLQQLIR_"
- ],
- [
- 39387,
- 2,
- 16,
- 7,
- 0.21366,
- "_LGGSLADSYLDEGFLLDK_"
- ],
- [
- 47975,
- 2,
- 11,
- 5,
- 0.14244,
- "_WMGLPYSECSWEDEALIGK_"
- ],
- [
- 49052,
- 2,
- 17,
- 5,
- 0.22793,
- "_LFLASLAAAGSGTDAQVALVNEVK_"
- ],
- [
- 34167,
- 2,
- 11,
- 5,
- 0.14244,
- "_AIGLSPMSFPTADLTLK_"
- ],
- [
- 21679,
- 2,
- 17,
- 6,
- 0.22793,
- "_QIGLDQIWDDLR_"
- ],
- [
- 47612,
- 2,
- 16,
- 5,
- 0.21366,
- "_IMMFIGGPATQGPGMVVGDELK_"
- ],
- [
- 39274,
- 2,
- 13,
- 4,
- 0.17092,
- "_GGGLFLLAGPPASVETLGPR_"
- ],
- [
- 49494,
- 2,
- 17,
- 3,
- 0.22793,
- "_VSMLAVEEYEEMQVNLELEK_"
- ],
- [
- 48059,
- 2,
- 19,
- 6,
- 0.25641,
- "_VISICYFEQENDWWVCK_"
- ],
- [
- 45199,
- 2,
- 30,
- 4,
- 0.4131,
- "_FINVPPQIALPMYQQLQK_"
- ],
- [
- 29682,
- 2,
- 9,
- 2,
- 0.11394,
- "_EAAYPNSSLFMFFK_"
- ],
- [
- 33172,
- 3,
- 15,
- 8,
- 0.19939,
- "_LATPTYGDLNHLVSATMSGVTTSLR_"
- ],
- [
- 41452,
- 2,
- 11,
- 2,
- 0.14244,
- "_QQLVEVIGQLEETLPER_"
- ],
- [
- 32183,
- 3,
- 15,
- 4,
- 0.19939,
- "_YPTHIEGALEYGITSDDIFWLK_"
- ],
- [
- 49624,
- 2,
- 13,
- 4,
- 0.17091,
- "_IEDLNEGMDFDTMDIDLPPSK_"
- ],
- [
- 40326,
- 3,
- 21,
- 7,
- 0.2849,
- "_LQAAATLTEVANGIESLGVKPDLPPPPSK_"
- ],
- [
- 38953,
- 2,
- 21,
- 2,
- 0.2849,
- "_NKDGVLVDEFGLPQIPAS_"
- ],
- [
- 17147,
- 3,
- 21,
- 6,
- 0.2849,
- "_AQHQQALSSLELLNVLFR_"
- ],
- [
- 22398,
- 3,
- 18,
- 7,
- 0.24216,
- "_VTVNTNMVDLNDYLQHILK_"
- ],
- [
- 32643,
- 3,
- 16,
- 6,
- 0.21366,
- "_TSFDDRLEDDDFDLIEENLGVK_"
- ],
- [
- 9716,
- 2,
- 25,
- 5,
- 0.34187,
- "_LIALLEVLSQK_"
- ],
- [
- 44903,
- 2,
- 18,
- 5,
- 0.24216,
- "_EQSLPSVMGSVPEGVLEDIK_"
- ],
- [
- 47150,
- 2,
- 12,
- 4,
- 0.15667,
- "_MQAQAMLEGSPQLNMVGLFR_"
- ],
- [
- 44079,
- 2,
- 13,
- 2,
- 0.17091,
- "_WTDLALQYLHENVPPIGN_"
- ],
- [
- 48219,
- 3,
- 18,
- 7,
- 0.24216,
- "_YWSQQIEESTTVVTTQSAEVGAAETTLTELR_"
- ],
- [
- 19955,
- 2,
- 20,
- 5,
- 0.27064,
- "_EGLDWDLIYVGR_"
- ],
- [
- 39478,
- 4,
- 11,
- 3,
- 0.14244,
- "_IM(Oxidation (M))RPTDVPDTGLLCDLLWSDPDKDVQGWGENDR_"
- ],
- [
- 35055,
- 2,
- 19,
- 5,
- 0.25639,
- "_DLNCVPEIADTLGAVAK_"
- ],
- [
- 15491,
- 2,
- 12,
- 5,
- 0.15667,
- "_VQMDMLQVLLR_"
- ],
- [
- 49266,
- 2,
- 16,
- 4,
- 0.21366,
- "_M(Oxidation (M))LPTIIADNAGYDSADLVAQLR_"
- ],
- [
- 29290,
- 3,
- 13,
- 5,
- 0.17091,
- "_ETPDPWQSLDPFDSLESKPFK_"
- ],
- [
- 32549,
- 3,
- 16,
- 5,
- 0.21366,
- "_SLLLTTIPQIGSTEWSETLHNLK_"
- ],
- [
- 31106,
- 4,
- 13,
- 7,
- 0.17091,
- "_DLNLDGFNDIVIGAPLEDDHGGAVYIYHGSGK_"
- ],
- [
- 50750,
- 2,
- 16,
- 5,
- 0.21366,
- "_NECDPALALLSDYVLHNSNTMR_"
- ],
- [
- 23498,
- 4,
- 17,
- 8,
- 0.22789,
- "_DGNASGTTLLEALDCILPPTRPTDKPLR_"
- ],
- [
- 17092,
- 3,
- 19,
- 3,
- 0.25639,
- "_RPFGISALIVGFDFDGTPR_"
- ],
- [
- 33626,
- 3,
- 12,
- 3,
- 0.15667,
- "_LFVPQESDTLFYHAPPLSAITFK_"
- ],
- [
- 28609,
- 3,
- 15,
- 4,
- 0.19939,
- "_QLLHSCTVIATNILLVDEIMR_"
- ],
- [
- 41304,
- 4,
- 16,
- 10,
- 0.21366,
- "_FQEMIETTLDMDQVENHEFLVKPSFDPNLSELR_"
- ],
- [
- 36302,
- 2,
- 9,
- 2,
- 0.11394,
- "_AMQDALADLPEWYGIK_"
- ],
- [
- 33164,
- 2,
- 13,
- 5,
- 0.17093,
- "_AVVYSNTIQSIMAIVK_"
- ],
- [
- 36322,
- 3,
- 14,
- 4,
- 0.18516,
- "_FGGIDILVNNASAISLTNTLDTPTKR_"
- ],
- [
- 39918,
- 4,
- 12,
- 3,
- 0.15669,
- "_VDDHMHTSLPDIYAAGDICTTSWQLSPVWQQMR_"
- ],
- [
- 45949,
- 2,
- 14,
- 3,
- 0.18516,
- "_LFTFQFNNLGNTDINYIK_"
- ],
- [
- 19843,
- 4,
- 9,
- 3,
- 0.11394,
- "_DLAHCHAYLVEMSQLLQSMDVLHR_"
- ],
- [
- 42447,
- 2,
- 14,
- 7,
- 0.18516,
- "_EYLYQLQEFLVTDNSR_"
- ],
- [
- 28040,
- 3,
- 14,
- 6,
- 0.18516,
- "_LHDVNSDGFLDEQELEALFTK_"
- ],
- [
- 45733,
- 2,
- 10,
- 5,
- 0.12819,
- "_SLNNPAMLQVLLQPQLCGR_"
- ],
- [
- 40286,
- 3,
- 13,
- 6,
- 0.17093,
- "_EGNEMEGEELDPLDAYMEEVKEEVK_"
- ],
- [
- 16124,
- 3,
- 14,
- 5,
- 0.18516,
- "_LFVCDVLPLIINNHDVR_"
- ],
- [
- 21302,
- 2,
- 20,
- 5,
- 0.27065,
- "_IGYLGAMLLLDER_"
- ],
- [
- 45913,
- 2,
- 10,
- 3,
- 0.12819,
- "_HGQLIVNDGINLLGVLEEAR_"
- ],
- [
- 46681,
- 2,
- 17,
- 4,
- 0.24215,
- "_LTVIAENMWDPFSTTQTSR_"
- ],
- [
- 45549,
- 2,
- 18,
- 3,
- 0.24215,
- "_GTVVPEPFSTESFTLDVYR_"
- ],
- [
- 40469,
- 2,
- 18,
- 4,
- 0.24215,
- "_GALTWPSLAAAIHAQVPED_"
- ],
- [
- 31570,
- 4,
- 18,
- 7,
- 0.24215,
- "_SVFKPIVQIAVIENSESLDCQLLAVTHAGVR_"
- ],
- [
- 50009,
- 2,
- 11,
- 6,
- 0.14244,
- "_FQLCVLGQNAQTMAYNITPLR_"
- ],
- [
- 39973,
- 2,
- 12,
- 4,
- 0.15669,
- "_LFSMENWGGATFDVAMR_"
- ],
- [
- 30151,
- 3,
- 11,
- 5,
- 0.14244,
- "_AEGSDVANAVLDGADCIMLSGETAK_"
- ],
- [
- 41007,
- 2,
- 14,
- 2,
- 0.18516,
- "_GFAVMALAYYNYEDLPK_"
- ],
- [
- 39284,
- 2,
- 16,
- 7,
- 0.21365,
- "_TCGFDFGGNIIMFSTDK_"
- ],
- [
- 22120,
- 4,
- 16,
- 8,
- 0.21365,
- "_EGNASGVSLLEALDTILPPTRPTDKPLR_"
- ],
- [
- 39084,
- 2,
- 16,
- 3,
- 0.21365,
- "_LLYLLESTEDPVIIER_"
- ],
- [
- 38179,
- 4,
- 26,
- 8,
- 0.35613,
- "_GETITGLLQEFDVQEQDIETLHGSVHVTLCGTPK_"
- ],
- [
- 8976,
- 2,
- 8,
- 3,
- 0.099716,
- "_AEFIFEWLR_"
- ],
- [
- 41498,
- 2,
- 15,
- 5,
- 0.19941,
- "_GMALVLYNEIEYAQAAVK_"
- ],
- [
- 48937,
- 2,
- 15,
- 6,
- 0.19941,
- "_DMEYFFGENWEEQVQCPK_"
- ],
- [
- 29822,
- 2,
- 8,
- 5,
- 0.099716,
- "_TVETVEGGGLVVILLR_"
- ],
- [
- 51120,
- 2,
- 15,
- 5,
- 0.19941,
- "_VPQSVVDEEDSGLQSTLEASLELR_"
- ],
- [
- 22623,
- 4,
- 10,
- 3,
- 0.12819,
- "_HCLYGLDADLIMLGLTSHEAHFSLLR_"
- ],
- [
- 41336,
- 2,
- 16,
- 5,
- 0.21365,
- "_QEMLVQYLQDAYSFSR_"
- ],
- [
- 47006,
- 3,
- 10,
- 4,
- 0.12819,
- "_KEQGVLTGMNETSAVIIAAPQNFTPSVIFQK_"
- ],
- [
- 25231,
- 3,
- 12,
- 4,
- 0.15668,
- "_LCLHVADLSMVPITSLPSTLR_"
- ],
- [
- 34628,
- 3,
- 12,
- 4,
- 0.15668,
- "_LLLNGFDDVHFLGSNVMEEQDLR_"
- ],
- [
- 36361,
- 3,
- 13,
- 5,
- 0.17093,
- "_FVVYEEDMFSDPNFLAHATYPIK_"
- ],
- [
- 49553,
- 2,
- 13,
- 6,
- 0.17093,
- "_DVAWAPSIGLPTSTIASCSQDGR_"
- ],
- [
- 16105,
- 2,
- 11,
- 4,
- 0.14243,
- "_IAVLVLLNEMSR_"
- ],
- [
- 33292,
- 4,
- 12,
- 3,
- 0.15668,
- "_GSVTLSDLPGFLGDLASEEDSIEKDKEEAAISR_"
- ],
- [
- 17507,
- 2,
- 13,
- 2,
- 0.17093,
- "_GLDSLFSYLQDK_"
- ],
- [
- 40871,
- 2,
- 11,
- 4,
- 0.14243,
- "_SLSNATIINEEVLNAMLK_"
- ],
- [
- 27633,
- 2,
- 11,
- 5,
- 0.14243,
- "_WSLSQAVTGLIDTGR_"
- ],
- [
- 43551,
- 3,
- 11,
- 6,
- 0.14243,
- "_AQGPDGGLTASTYSYLGGFDSSSNVLAGQLR_"
- ],
- [
- 23989,
- 2,
- 14,
- 3,
- 0.18517,
- "_TAMNVNDLFLAIAK_"
- ],
- [
- 50889,
- 2,
- 12,
- 4,
- 0.15668,
- "_CIVQSYLQWLQDSDYNPNCR_"
- ],
- [
- 37030,
- 2,
- 13,
- 5,
- 0.17093,
- "_ATGEVLGQFYLDLYPR_"
- ],
- [
- 47966,
- 2,
- 6,
- 2,
- 0.071188,
- "_ASEGAQVALAASVPDWWPTVSK_"
- ],
- [
- 31321,
- 4,
- 18,
- 7,
- 0.24215,
- "_FTFPDPPPLSPPVLGLHGVTFGYQGQKPLFK_"
- ],
- [
- 48371,
- 2,
- 17,
- 4,
- 0.22788,
- "_YDPSLTFSENVDLTEPIISR_"
- ],
- [
- 48338,
- 3,
- 19,
- 6,
- 0.25639,
- "_LVDPLGEMLAPSWEEHATCLANAEEQDMQR_"
- ],
- [
- 5040,
- 2,
- 10,
- 2,
- 0.12818,
- "_DQLMFDLLK_"
- ],
- [
- 50126,
- 2,
- 4,
- 3,
- 0.042723,
- "_LAGADVVLGVEMTSTGEVAGFGESR_"
- ],
- [
- 46145,
- 2,
- 20,
- 6,
- 0.27065,
- "_ETSVTPSNLWGGQGLLGVSIR_"
- ],
- [
- 20472,
- 2,
- 18,
- 5,
- 0.24215,
- "_EDGVTPYMIFFK_"
- ],
- [
- 45436,
- 3,
- 15,
- 5,
- 0.1994,
- "_FQDATAVVPPMCLLPNSHYEQVMTAFGGK_"
- ],
- [
- 38325,
- 3,
- 20,
- 8,
- 0.27065,
- "_GLFYFDNSFRPVPLEQTYVGITEK_"
- ],
- [
- 28857,
- 2,
- 21,
- 7,
- 0.28489,
- "_TIAECLADELINAAK_"
- ],
- [
- 38750,
- 2,
- 8,
- 5,
- 0.099718,
- "_TNIQQAVAAAPWWLPVK_"
- ],
- [
- 36865,
- 2,
- 23,
- 8,
- 0.3134,
- "_(Acetyl (Protein N-term))DDDIAALVVDNGSGM(Oxidation (M))CK_"
- ],
- [
- 37670,
- 2,
- 15,
- 3,
- 0.1994,
- "_GLCESVVEADLVEALEK_"
- ],
- [
- 40629,
- 2,
- 18,
- 7,
- 0.24215,
- "_GPELLTM(Oxidation (M))WFGESEANVR_"
- ],
- [
- 35118,
- 3,
- 15,
- 4,
- 0.1994,
- "_MIIEDETEFCGEELLHSVLQCK_"
- ],
- [
- 28534,
- 4,
- 16,
- 7,
- 0.21365,
- "_IKWDEYGEIIKPEDFLVPELQATEEEK_"
- ],
- [
- 47716,
- 2,
- 13,
- 2,
- 0.17092,
- "_MALSGQQQGPPVAEMMLALGPK_"
- ],
- [
- 44614,
- 3,
- 13,
- 8,
- 0.17092,
- "_GNADLAYILSMEPCGHCLIINNVNFCR_"
- ],
- [
- 30340,
- 2,
- 15,
- 5,
- 0.19941,
- "_DAVLYFSESLVPTAR_"
- ],
- [
- 18691,
- 2,
- 13,
- 3,
- 0.17092,
- "_LPVMYLMDSIVK_"
- ],
- [
- 28727,
- 2,
- 13,
- 4,
- 0.17092,
- "_TLLQVLGGTILESER_"
- ],
- [
- 45041,
- 2,
- 22,
- 6,
- 0.29913,
- "_LVDELMEAPGDVEALAPPVR_"
- ],
- [
- 31422,
- 2,
- 13,
- 4,
- 0.17092,
- "_QVLEDFPTISLEFR_"
- ],
- [
- 14347,
- 2,
- 19,
- 5,
- 0.25639,
- "_AAVESLGFILFR_"
- ],
- [
- 51065,
- 2,
- 18,
- 6,
- 0.24212,
- "_FAPEMDDYVGTFLEGCQDDPER_"
- ],
- [
- 47262,
- 2,
- 15,
- 6,
- 0.19941,
- "_(Acetyl (Protein N-term))ADLANEEKPAIAPPVFVFQK_"
- ],
- [
- 27043,
- 2,
- 15,
- 5,
- 0.19941,
- "_ELTDEEILASVMIK_"
- ],
- [
- 24641,
- 3,
- 15,
- 5,
- 0.19941,
- "_YIFPTLDKPSVVSLQNLIVR_"
- ],
- [
- 48545,
- 2,
- 12,
- 4,
- 0.15667,
- "_FNLDLYPDATEGDLYTDMSK_"
- ],
- [
- 11719,
- 2,
- 12,
- 3,
- 0.15667,
- "_AAMLAPLLEVIK_"
- ],
- [
- 38418,
- 4,
- 16,
- 5,
- 0.21364,
- "_DDEEMNTWIQAISSAISSDKHEVSASTQSTPASSR_"
- ],
- [
- 43201,
- 3,
- 11,
- 8,
- 0.14242,
- "_VDYDFSYHQMEFPCNINVFITSEGR_"
- ],
- [
- 22747,
- 3,
- 12,
- 4,
- 0.15667,
- "_LLHPGVNTCDIITLYISAIK_"
- ],
- [
- 41256,
- 3,
- 18,
- 5,
- 0.24212,
- "_EGNASGVSLLEALDTILPPTRPTDKPLR_"
- ],
- [
- 21552,
- 2,
- 10,
- 4,
- 0.12819,
- "_WNVEDVYEFIR_"
- ],
- [
- 12744,
- 2,
- 15,
- 4,
- 0.19941,
- "_VIYVLPMLTIK_"
- ],
- [
- 18507,
- 3,
- 17,
- 6,
- 0.22789,
- "_GDVDMSEVEHFMPILMEK_"
- ],
- [
- 41091,
- 2,
- 18,
- 6,
- 0.24212,
- "_(Acetyl (Protein N-term))MNYMPGTASLIEDIDKK_"
- ],
- [
- 19811,
- 2,
- 12,
- 4,
- 0.15667,
- "_LAMILYDIPDIR_"
- ],
- [
- 48968,
- 2,
- 10,
- 4,
- 0.12819,
- "_NEVTDSGIVGPQPIDFVPNALR_"
- ],
- [
- 44631,
- 3,
- 13,
- 7,
- 0.17093,
- "_GVPIIFADELDDSKPPPSSSMPLILQEEK_"
- ],
- [
- 35781,
- 3,
- 14,
- 6,
- 0.18517,
- "_KLESVITAVEIPSEWHIELMLDR_"
- ],
- [
- 27505,
- 4,
- 8,
- 2,
- 0.099686,
- "_SAHLLPEHIFDGEGLASSFGYDVAVVDLNK_"
- ],
- [
- 42006,
- 2,
- 13,
- 3,
- 0.17093,
- "_VSVFQTQLPSLGAGLLQSR_"
- ],
- [
- 30602,
- 2,
- 10,
- 3,
- 0.12822,
- "_DLGQVSVGSFEILPGR_"
- ],
- [
- 22233,
- 2,
- 11,
- 2,
- 0.14245,
- "_YTLDLTGGMFPLR_"
- ],
- [
- 4872,
- 2,
- 10,
- 3,
- 0.12822,
- "_GVIDLDVFLK_"
- ],
- [
- 34328,
- 3,
- 11,
- 5,
- 0.14245,
- "_EIYDDLQALHTDDPLTWDYVAR_"
- ],
- [
- 21317,
- 3,
- 11,
- 4,
- 0.14245,
- "_SREIFLSQPILLELEAPLK_"
- ],
- [
- 31619,
- 3,
- 10,
- 2,
- 0.12822,
- "_LKDALLDHDLALPLCLLMAQQR_"
- ],
- [
- 32678,
- 3,
- 15,
- 5,
- 0.19943,
- "_TKEEVAGTLEAVQTIQSITQALQK_"
- ],
- [
- 37615,
- 4,
- 16,
- 6,
- 0.21367,
- "_YLKPSGNMFPTIGDVHLAPFTDEQLYMEQFTK_"
- ],
- [
- 44403,
- 2,
- 15,
- 6,
- 0.19943,
- "_QSDQINWESWLLEDSSR_"
- ],
- [
- 37819,
- 2,
- 16,
- 5,
- 0.21367,
- "_DTTALSFFHMLNGAALR_"
- ],
- [
- 39613,
- 2,
- 20,
- 5,
- 0.27065,
- "_ELNMIIM(Oxidation (M))LPDETTDLR_"
- ],
- [
- 18300,
- 2,
- 17,
- 6,
- 0.2279,
- "_DELLPHILPLLK_"
- ],
- [
- 48057,
- 3,
- 19,
- 9,
- 0.25638,
- "_ILDIYHQEACGGCIISVGGQIPNNLAVPLYK_"
- ],
- [
- 36921,
- 2,
- 15,
- 3,
- 0.19943,
- "_VVQCISELGIFGVYVR_"
- ],
- [
- 29915,
- 3,
- 18,
- 7,
- 0.24214,
- "_SFGWETLDSFMQHDVQELCR_"
- ],
- [
- 28380,
- 2,
- 14,
- 4,
- 0.18516,
- "_VEWSAFLEAADNLR_"
- ],
- [
- 18816,
- 2,
- 14,
- 4,
- 0.18516,
- "_ELLITDLLPDNR_"
- ],
- [
- 2349,
- 2,
- 18,
- 5,
- 0.24213,
- "_LFMVLWLK_"
- ],
- [
- 42124,
- 4,
- 18,
- 8,
- 0.24213,
- "_EALIEIDYGDLCEDLKDAQAEEEIKQEMNTLQQK_"
- ],
- [
- 6192,
- 2,
- 13,
- 4,
- 0.17092,
- "_NLLQLLPIPK_"
- ],
- [
- 33518,
- 4,
- 13,
- 4,
- 0.17092,
- "_TSEDLINACSHYGLIYPWVHVVISSDSLADK_"
- ],
- [
- 48814,
- 3,
- 12,
- 3,
- 0.15669,
- "_TSEDLINACSHYGLIYPWVHVVISSDSLADK_"
- ],
- [
- 51366,
- 3,
- 16,
- 6,
- 0.21367,
- "_EALIEIDYGDLCEDLKDAQAEEEIKQEMNTLQQK_"
- ],
- [
- 11965,
- 4,
- 12,
- 5,
- 0.15669,
- "_LKDALLDHDLALPLCLLMAQQR_"
- ],
- [
- 33972,
- 3,
- 20,
- 7,
- 0.27062,
- "_LTTPTYGDLNHLVSATMSGVTTSLR_"
- ],
- [
- 44367,
- 2,
- 11,
- 3,
- 0.14245,
- "_TALMLACEIGSSNAVEALIK_"
- ],
- [
- 25802,
- 2,
- 11,
- 3,
- 0.14245,
- "_VPINESFISMVIGR_"
- ],
- [
- 35000,
- 3,
- 16,
- 6,
- 0.21367,
- "_FFEEVLLFEDELHDHGVSSLSVK_"
- ],
- [
- 35115,
- 2,
- 7,
- 4,
- 0.085457,
- "_QSQLQELILQQIAFK_"
- ],
- [
- 21709,
- 3,
- 10,
- 2,
- 0.12818,
- "_LNEGHTLDMDLVFLFDNSK_"
- ],
- [
- 19819,
- 3,
- 29,
- 4,
- 0.39885,
- "_AAPLDSIHSLAAYYIDCIR_"
- ],
- [
- 19220,
- 2,
- 9,
- 3,
- 0.11392,
- "_KLVIVSLMELFK_"
- ],
- [
- 51670,
- 2,
- 16,
- 7,
- 0.21367,
- "_CDYENVPTTVFTPLEYGACGLSEEK_"
- ],
- [
- 36608,
- 2,
- 12,
- 5,
- 0.15669,
- "_SVPLAATSMLITQGLISK_"
- ],
- [
- 42771,
- 4,
- 12,
- 6,
- 0.15669,
- "_GGHTSVVCYLLDYPNNLLSAPPPDVTQLTPPSHDLNR_"
- ],
- [
- 20593,
- 2,
- 14,
- 6,
- 0.18516,
- "_PFGVALLFGGVDEK_"
- ],
- [
- 18541,
- 3,
- 16,
- 5,
- 0.21367,
- "_GAVEALAAALAHISGATSVDQR_"
- ],
- [
- 42835,
- 2,
- 15,
- 4,
- 0.19941,
- "_QIPLQSLDLEFGSGFQPR_"
- ],
- [
- 32679,
- 3,
- 16,
- 7,
- 0.21367,
- "_QIPVLQTNNGPSLTGLTTIAAHLVK_"
- ],
- [
- 26657,
- 2,
- 15,
- 3,
- 0.19941,
- "_EVDLSDIINTPLPR_"
- ],
- [
- 39168,
- 4,
- 16,
- 6,
- 0.21367,
- "_GLVPQNEGLPLLQVQLATGGVVDPVHGVHLPQAAACR_"
- ],
- [
- 26585,
- 4,
- 18,
- 5,
- 0.24219,
- "_TLAGLPLLVAYKEDEIPVLKDELIHELK_"
- ],
- [
- 40796,
- 2,
- 16,
- 2,
- 0.2137,
- "_QLEESVDALSEELVQLR_"
- ],
- [
- 29445,
- 2,
- 19,
- 7,
- 0.25642,
- "_VMVLDFVTPTPLGTR_"
- ],
- [
- 38795,
- 3,
- 14,
- 4,
- 0.18521,
- "_GCQLLVYPGAFNLTTGPAHWELLQR_"
- ],
- [
- 44591,
- 2,
- 14,
- 5,
- 0.18521,
- "_LVNQQLLADPLVPPQLTIK_"
- ],
- [
- 33807,
- 2,
- 28,
- 4,
- 0.38467,
- "_VGEVTYVELLMDAEGK_"
- ],
- [
- 31056,
- 2,
- 8,
- 4,
- 0.099747,
- "_GTWIPILTITVQGSAK_"
- ],
- [
- 25321,
- 3,
- 12,
- 5,
- 0.15674,
- "_AVSFIGNGVVIHLPGLFEEAEK_"
- ],
- [
- 42674,
- 3,
- 14,
- 5,
- 0.18521,
- "_WQFSMSAIKEEQELMEEINEDEPVK_"
- ],
- [
- 41369,
- 2,
- 7,
- 2,
- 0.085518,
- "_SYFSSFTDDIISQPMLK_"
- ],
- [
- 43673,
- 2,
- 13,
- 6,
- 0.17098,
- "_LISPNLGVVFFNACEAASR_"
- ],
- [
- 23701,
- 3,
- 13,
- 5,
- 0.17098,
- "_RPLEATFDLGIPQAVLPPLPK_"
- ],
- [
- 41899,
- 3,
- 16,
- 6,
- 0.2137,
- "_AVYLGELPHDQDVVEYIMNQPNVVPR_"
- ],
- [
- 25351,
- 2,
- 19,
- 3,
- 0.25642,
- "_LKEIVTNFLAGFEA_"
- ],
- [
- 38983,
- 2,
- 11,
- 4,
- 0.14247,
- "_NQNLMLELETVQQALR_"
- ],
- [
- 23355,
- 3,
- 16,
- 6,
- 0.2137,
- "_FIQAWQSLPEFGITHFIAR_"
- ],
- [
- 21840,
- 3,
- 10,
- 4,
- 0.12821,
- "_ISTHVSFPLEGLDLQPFLAK_"
- ],
- [
- 25063,
- 3,
- 18,
- 6,
- 0.24219,
- "_NFGEEVDDESLKELFSQFGK_"
- ],
- [
- 45899,
- 2,
- 15,
- 5,
- 0.19945,
- "_IYMQMLLCPDPAVSFSCK_"
- ],
- [
- 45047,
- 2,
- 15,
- 6,
- 0.19945,
- "_LGIPATIVLPESTSLQVVQR_"
- ],
- [
- 37724,
- 3,
- 15,
- 6,
- 0.19945,
- "_DVSETSFQNAMLKPMCETLTYISK_"
- ],
- [
- 14999,
- 2,
- 11,
- 4,
- 0.14247,
- "_YLLLVLMDAER_"
- ],
- [
- 16273,
- 3,
- 17,
- 2,
- 0.22795,
- "_VHLEGIFQAVYTAGVVLPK_"
- ],
- [
- 23103,
- 3,
- 9,
- 2,
- 0.11399,
- "_DCPFLISSHFLLDDGMETR_"
- ],
- [
- 32130,
- 2,
- 15,
- 5,
- 0.19946,
- "_TAAYAIPMLQLLLHR_"
- ],
- [
- 37518,
- 2,
- 13,
- 3,
- 0.17099,
- "_GTVLDQVPVNPSLYLIK_"
- ],
- [
- 49383,
- 3,
- 16,
- 8,
- 0.2137,
- "_SASYKPVFVTEITDDLHFYVQDVETGTQLEK_"
- ],
- [
- 48703,
- 2,
- 16,
- 8,
- 0.2137,
- "_NFGEEVDDESLKELFSQFGK_"
- ],
- [
- 48995,
- 2,
- 11,
- 5,
- 0.14246,
- "_AQTALPYAMNSEFSSVLAAQLK_"
- ],
- [
- 44468,
- 3,
- 21,
- 6,
- 0.28492,
- "_LAHHLVALYYQSEEQAEEELLDMAVLK_"
- ],
- [
- 12474,
- 2,
- 8,
- 2,
- 0.099768,
- "_ADAFLPVPLWR_"
- ],
- [
- 33708,
- 3,
- 18,
- 6,
- 0.2422,
- "_LVEGILHAPDAGWGNLVYVVNYPK_"
- ],
- [
- 37228,
- 2,
- 14,
- 5,
- 0.18523,
- "_IPNAPYVLEDFVENVK_"
- ],
- [
- 50016,
- 2,
- 8,
- 4,
- 0.099768,
- "_YTGDTISMAQTQLFAWEAYDK_"
- ],
- [
- 30879,
- 2,
- 24,
- 6,
- 0.32766,
- "_ITSEAEDLVANFFPK_"
- ],
- [
- 32334,
- 2,
- 13,
- 5,
- 0.17099,
- "_LTEVSISSDAFFPFR_"
- ],
- [
- 48160,
- 4,
- 17,
- 9,
- 0.22795,
- "_ILCEELGAPANSAVNCVPLEDFGGHHPDPNLTYAADLVETMK_"
- ],
- [
- 30288,
- 3,
- 17,
- 7,
- 0.22795,
- "_ALLDSLQLGPDSLTVHLIHEVTK_"
- ],
- [
- 28786,
- 2,
- 12,
- 4,
- 0.15672,
- "_MPVWYIMDEFGSR_"
- ],
- [
- 42207,
- 3,
- 19,
- 8,
- 0.25644,
- "_LGLALNYSVFYYEIQNAPEQACHLAK_"
- ],
- [
- 50050,
- 2,
- 14,
- 4,
- 0.18523,
- "_AVTLEASFTPDSQFIMIGSEDGK_"
- ],
- [
- 22126,
- 3,
- 9,
- 5,
- 0.114,
- "_TLMEEDPEKYEELLQLIK_"
- ],
- [
- 28875,
- 3,
- 15,
- 7,
- 0.19946,
- "_FALNHPELVEGLVLINVDPCAK_"
- ],
- [
- 10818,
- 4,
- 19,
- 7,
- 0.25644,
- "_ALLDSLQLGPDSLTVHLIHEVTK_"
- ],
- [
- 49663,
- 3,
- 17,
- 6,
- 0.22795,
- "_YCVRPNSGIIDPGSTVTVSVMLQPFDYDPNEK_"
- ],
- [
- 28213,
- 3,
- 9,
- 2,
- 0.114,
- "_APKPTLLWLQQFDTEYSFLK_"
- ],
- [
- 50845,
- 2,
- 15,
- 7,
- 0.19946,
- "_LCYVALDFEQEMATAASSSSLEK_"
- ],
- [
- 23160,
- 3,
- 20,
- 6,
- 0.27067,
- "_VFSDVMEDLYNYINPHNGK_"
- ],
- [
- 45110,
- 2,
- 15,
- 4,
- 0.19946,
- "_DPVYTFSISQNPFPIENR_"
- ],
- [
- 48850,
- 3,
- 10,
- 4,
- 0.12822,
- "_GNDETIGFEDILNDPSQSEVMGEPHLMVEYK_"
- ],
- [
- 46188,
- 2,
- 12,
- 2,
- 0.15669,
- "_SVSQGFCFNILCVGETGLGK_"
- ],
- [
- 41317,
- 4,
- 14,
- 7,
- 0.18522,
- "_WVEGITSEGYHYYYDLISGASQWEKPEGFQGDLK_"
- ],
- [
- 41806,
- 2,
- 14,
- 3,
- 0.18522,
- "_LPPTPLLLFPEEEATNGR_"
- ],
- [
- 33731,
- 2,
- 12,
- 2,
- 0.15669,
- "_QEFVDAYVDYIFNK_"
- ],
- [
- 22328,
- 4,
- 14,
- 7,
- 0.18522,
- "_EIDKNDHLYILLSTLEPTDAGILGTTK_"
- ],
- [
- 38393,
- 2,
- 13,
- 4,
- 0.17095,
- "_AGFFCPICSLFYSGEK_"
- ],
- [
- 40538,
- 3,
- 11,
- 4,
- 0.14246,
- "_QAFAPFCAEDYTESLLQLHDAEIVR_"
- ],
- [
- 33215,
- 2,
- 12,
- 2,
- 0.15669,
- "_YIFTLGDIAQLCPAR_"
- ],
- [
- 31551,
- 4,
- 10,
- 5,
- 0.12822,
- "_ELKDDLKGDLSGHFEHLMVALVTPPAVFDAK_"
- ],
- [
- 24117,
- 4,
- 10,
- 6,
- 0.12822,
- "_KADSIFTEEGETPAWLEQMIAHTTWR_"
- ],
- [
- 45205,
- 3,
- 14,
- 6,
- 0.18522,
- "_TLTQESCDVSPVLTQAMEALQDRPVLYK_"
- ],
- [
- 32501,
- 2,
- 14,
- 3,
- 0.18522,
- "_ILLANFLAQTEALM(Oxidation (M))R_"
- ],
- [
- 31989,
- 2,
- 13,
- 3,
- 0.17095,
- "_LQYFMEQFYGIIR_"
- ],
- [
- 26125,
- 3,
- 17,
- 6,
- 0.22793,
- "_VELSDVQNPAISITENVLHFK_"
- ],
- [
- 38502,
- 2,
- 15,
- 5,
- 0.19946,
- "_EPLPSLEAVYLITPSEK_"
- ],
- [
- 9040,
- 4,
- 20,
- 7,
- 0.27067,
- "_QQQEGLSHLISIIKDDLEDIK_"
- ],
- [
- 47749,
- 2,
- 20,
- 6,
- 0.27067,
- "_GFVPNMQVEGVFYVNDALEK_"
- ],
- [
- 45183,
- 3,
- 19,
- 7,
- 0.25643,
- "_GYAFCEYVDINVTDQAIAGLNGMQLGDKK_"
- ],
- [
- 37973,
- 2,
- 20,
- 5,
- 0.27067,
- "_ESDTGLAPPALWDLAADK_"
- ],
- [
- 35327,
- 2,
- 16,
- 6,
- 0.21368,
- "_GDADQASNILASFGLSAR_"
- ],
- [
- 24441,
- 2,
- 19,
- 5,
- 0.25643,
- "_ILLIFEGTNEILR_"
- ],
- [
- 28856,
- 3,
- 16,
- 3,
- 0.21368,
- "_MPNQIATLDFNDTFLSIEHLK_"
- ],
- [
- 43743,
- 3,
- 16,
- 5,
- 0.21368,
- "_NSNFPSNMHLLQGDLQVASSLLVEGSTGGK_"
- ],
- [
- 21442,
- 4,
- 21,
- 8,
- 0.2849,
- "_TLSDLKLDYLDLYLIHWPTGFKPGK_"
- ],
- [
- 7447,
- 2,
- 16,
- 4,
- 0.21368,
- "_FPLPFPFPSK_"
- ],
- [
- 40281,
- 3,
- 16,
- 6,
- 0.21368,
- "_KDTTFLESDCDEQLLITVAFNQPVK_"
- ],
- [
- 26818,
- 3,
- 19,
- 7,
- 0.25643,
- "_INDRFEFPEQLPLDEFLQK_"
- ],
- [
- 50422,
- 3,
- 12,
- 8,
- 0.15669,
- "_LTHNCLNFDFIGTSTDESSDDLCTVQIPTSWR_"
- ],
- [
- 26140,
- 3,
- 19,
- 6,
- 0.25643,
- "_DGTTHQTSLELFMYLNEVAGK_"
- ],
- [
- 17897,
- 3,
- 10,
- 3,
- 0.12825,
- "_VKLDDLLAYLPSDDSSLPK_"
- ],
- [
- 44802,
- 4,
- 18,
- 7,
- 0.24219,
- "_EEKDGELNVLDDILTEVPEQDDELYNPESEQDKNEK_"
- ],
- [
- 15025,
- 3,
- 7,
- 2,
- 0.085518,
- "_VLEDQFDEIIVDIATKR_"
- ],
- [
- 28627,
- 2,
- 8,
- 3,
- 0.099758,
- "_SFLGLTCLMQISTR_"
- ],
- [
- 35495,
- 2,
- 21,
- 5,
- 0.28493,
- "_EVIELPLTNPELFQR_"
- ],
- [
- 51766,
- 3,
- 12,
- 5,
- 0.15672,
- "_NDYEMTFNNETSVMPCEDDHHLPTVQFDFTGIDDLENK_"
- ],
- [
- 25718,
- 3,
- 11,
- 4,
- 0.14248,
- "_LDEHDFLGQFSCSLGTIVSSK_"
- ],
- [
- 39559,
- 4,
- 16,
- 8,
- 0.21371,
- "_DEADVLEVDQGFDDHNLPCDVIWLDIEHADGKR_"
- ],
- [
- 24225,
- 2,
- 14,
- 4,
- 0.18521,
- "_DGGFTLEDICMLR_"
- ],
- [
- 26795,
- 2,
- 18,
- 2,
- 0.24219,
- "_LTAIQSLPWWTLR_"
- ],
- [
- 49662,
- 2,
- 10,
- 6,
- 0.12825,
- "_LIEIGENVLNGSVPVSQFEINK_"
- ],
- [
- 28147,
- 2,
- 19,
- 6,
- 0.25643,
- "_VGVDPLIIPTDYWK_"
- ],
- [
- 45259,
- 2,
- 18,
- 6,
- 0.24219,
- "_VGGDVPETNYLFMGDFVDR_"
- ],
- [
- 36285,
- 4,
- 10,
- 3,
- 0.12825,
- "_TFGGGFELHTWSELPHGSGLGTSSILAGTALAALQR_"
- ],
- [
- 7812,
- 3,
- 8,
- 2,
- 0.099758,
- "_DGALHVIGSLAEILLKK_"
- ],
- [
- 16830,
- 2,
- 19,
- 5,
- 0.25643,
- "_LLTSFLPAQLLR_"
- ],
- [
- 50256,
- 3,
- 15,
- 6,
- 0.19948,
- "_DFVNEAISHWELQSEGGQSAAPSPASWACSPNLR_"
- ],
- [
- 14461,
- 2,
- 20,
- 5,
- 0.27069,
- "_IVPVEITISLLK_"
- ],
- [
- 51628,
- 2,
- 15,
- 7,
- 0.19948,
- "_ATMKDDLADYGGYDGGYVQDYEDFM_"
- ],
- [
- 13046,
- 2,
- 8,
- 2,
- 0.099758,
- "_LPSVALLLNDLK_"
- ],
- [
- 18180,
- 2,
- 15,
- 5,
- 0.19948,
- "_LTNGIWILAELR_"
- ],
- [
- 17629,
- 2,
- 22,
- 5,
- 0.29916,
- "_DLLPCFPEGLVK_"
- ],
- [
- 33380,
- 2,
- 11,
- 2,
- 0.14251,
- "_VYTVVDEMFLAGEIR_"
- ],
- [
- 29449,
- 2,
- 14,
- 2,
- 0.1852,
- "_LLPYEQSSLLELIK_"
- ],
- [
- 40999,
- 2,
- 17,
- 6,
- 0.22797,
- "_AAFECMYTLLDSCLDR_"
- ],
- [
- 34836,
- 2,
- 16,
- 6,
- 0.21373,
- "_EYGGLDVLVNNAGIAFK_"
- ],
- [
- 5906,
- 2,
- 10,
- 3,
- 0.12825,
- "_ELLLSELLGR_"
- ],
- [
- 35854,
- 3,
- 17,
- 6,
- 0.22797,
- "_LENLNEAIEEDIVQSVLRPTNCR_"
- ],
- [
- 42193,
- 2,
- 21,
- 5,
- 0.28494,
- "_SLVGLQEELLFQYPDTR_"
- ],
- [
- 42642,
- 2,
- 18,
- 3,
- 0.24219,
- "_EGTIGDM(Oxidation (M))AILGITESFQVK_"
- ],
- [
- 23539,
- 3,
- 19,
- 6,
- 0.25644,
- "_GLIAAICAGPTALLAHEIGFGSK_"
- ],
- [
- 35937,
- 2,
- 11,
- 4,
- 0.14251,
- "_LMLDTWNESIFSNIK_"
- ],
- [
- 32651,
- 2,
- 9,
- 2,
- 0.11401,
- "_ALPTDWLIYDEMTR_"
- ],
- [
- 35001,
- 2,
- 14,
- 3,
- 0.1852,
- "_SEMDEMAVQLDDVFR_"
- ],
- [
- 19598,
- 2,
- 19,
- 5,
- 0.25644,
- "_DFSPSGIFGAFQR_"
- ],
- [
- 30213,
- 2,
- 25,
- 3,
- 0.3419,
- "_DGLLPENTFIVGYAR_"
- ],
- [
- 48112,
- 2,
- 12,
- 5,
- 0.15673,
- "_GGESIFGQLYGDQASFFEAEK_"
- ],
- [
- 23151,
- 4,
- 10,
- 5,
- 0.12825,
- "_VTWLAETTHALPIPVICVTYEHLITK_"
- ],
- [
- 36538,
- 2,
- 15,
- 4,
- 0.19946,
- "_ALTLQDLDNIWAAQAGK_"
- ],
- [
- 12680,
- 2,
- 12,
- 3,
- 0.15673,
- "_FVDPSAALDLLK_"
- ],
- [
- 2411,
- 2,
- 9,
- 2,
- 0.11401,
- "_LLLTLPLLR_"
- ],
- [
- 38094,
- 2,
- 14,
- 6,
- 0.1852,
- "_LEDLSESIVNDFAYMK_"
- ],
- [
- 22633,
- 2,
- 18,
- 3,
- 0.24219,
- "_LGDFPYVSILDPR_"
- ],
- [
- 21352,
- 3,
- 15,
- 4,
- 0.19946,
- "_RLEEALMADMLAHVEELAR_"
- ],
- [
- 23874,
- 2,
- 14,
- 3,
- 0.1852,
- "_LMLYEGFYDVLR_"
- ],
- [
- 43041,
- 2,
- 13,
- 4,
- 0.17097,
- "_FSWAQGTDTILADEMGLGK_"
- ],
- [
- 37575,
- 2,
- 9,
- 3,
- 0.11401,
- "_EVLQMWSVLQDGPISR_"
- ],
- [
- 47905,
- 4,
- 14,
- 8,
- 0.18521,
- "_SGINPFDSQEAKPYKNDPEILAMTNLVSAYQNNDITEFEK_"
- ],
- [
- 31274,
- 2,
- 12,
- 3,
- 0.15674,
- "_ISNIPSLIFLDATTGK_"
- ],
- [
- 37357,
- 4,
- 12,
- 3,
- 0.15674,
- "_AAFALGGLGSGFASNREELSALVAPAFAHTSQVLVDK_"
- ],
- [
- 23639,
- 2,
- 7,
- 3,
- 0.085514,
- "_NQITEVLDLDLIK_"
- ],
- [
- 25182,
- 2,
- 14,
- 5,
- 0.18521,
- "_FQEFSNIVIPLIK_"
- ],
- [
- 50958,
- 3,
- 15,
- 7,
- 0.19944,
- "_SSLPEFQAAPEAEPEPGEPLLQVTLVDCPGHASLIR_"
- ],
- [
- 43107,
- 3,
- 14,
- 5,
- 0.18521,
- "_ELGGAIDFGAAYVLEQASSHIGNSTQATVR_"
- ],
- [
- 36514,
- 3,
- 15,
- 8,
- 0.19944,
- "_ADQELLMYSHDNIICGITSVAFSR_"
- ],
- [
- 21966,
- 2,
- 16,
- 4,
- 0.2137,
- "_ENVVNFIDCLVR_"
- ],
- [
- 28465,
- 2,
- 18,
- 4,
- 0.2422,
- "_DQPPNSVEGLLNALR_"
- ],
- [
- 44234,
- 3,
- 16,
- 3,
- 0.2137,
- "_EAATAVEQEKEILLEMIHSIQNSQDM(Oxidation (M))R_"
- ],
- [
- 51301,
- 2,
- 18,
- 7,
- 0.2422,
- "_VWGNVGTVEWADPIEDPDPEVMAK_"
- ],
- [
- 39741,
- 2,
- 20,
- 6,
- 0.27068,
- "_LAMQEFM(Oxidation (M))ILPVGAANFR_"
- ],
- [
- 41430,
- 3,
- 18,
- 4,
- 0.2422,
- "_EIDKNDHLYILLSTLEPTDAGILGTTK_"
- ],
- [
- 40179,
- 2,
- 19,
- 8,
- 0.25643,
- "_LPNFGFVVFDDSEPVQK_"
- ],
- [
- 27791,
- 2,
- 19,
- 7,
- 0.25643,
- "_DVSELTGFPEMLGGR_"
- ],
- [
- 22155,
- 3,
- 12,
- 6,
- 0.15675,
- "_GVQDIVVGEGTHFLIPWVQK_"
- ],
- [
- 22829,
- 3,
- 14,
- 6,
- 0.18523,
- "_VLASSLNSLPDFFLPEAMHR_"
- ],
- [
- 35504,
- 4,
- 11,
- 7,
- 0.14251,
- "_ALQHLDPPAPLPLVIWHGMGDSCCNPLSMGAIK_"
- ],
- [
- 14555,
- 2,
- 14,
- 2,
- 0.18523,
- "_ALGVLAQLIWSR_"
- ],
- [
- 13030,
- 2,
- 18,
- 3,
- 0.24223,
- "_LEWFSTLFPR_"
- ],
- [
- 36836,
- 2,
- 14,
- 5,
- 0.18523,
- "_ESETFVGDYTLSFWR_"
- ],
- [
- 50478,
- 2,
- 33,
- 7,
- 0.45591,
- "_AEGSDVANAVLDGADCIMLSGETAK_"
- ],
- [
- 14606,
- 2,
- 18,
- 5,
- 0.24223,
- "_SLDFLIELLHK_"
- ],
- [
- 33266,
- 2,
- 11,
- 3,
- 0.14251,
- "_LFLLQQPLAPSGLTLK_"
- ],
- [
- 23998,
- 3,
- 13,
- 4,
- 0.171,
- "_DGTSLWDLLSSCHFTEEQR_"
- ],
- [
- 50103,
- 2,
- 12,
- 4,
- 0.15675,
- "_IIWASGCGSLQLVFSPNEEITK_"
- ],
- [
- 47592,
- 4,
- 11,
- 7,
- 0.14251,
- "_YTAPHILIATGGMPSTPHESQIPGASLGITSDGFFQLEELPGR_"
- ],
- [
- 22818,
- 2,
- 13,
- 4,
- 0.171,
- "_GGNLTLLHFLLGLK_"
- ],
- [
- 47967,
- 2,
- 10,
- 3,
- 0.12827,
- "_LTESLAMAPASAVSGLYFSNLK_"
- ],
- [
- 47054,
- 2,
- 12,
- 5,
- 0.15675,
- "_NFSGPVPDLPEGITVAYTIPK_"
- ],
- [
- 45569,
- 2,
- 12,
- 2,
- 0.15675,
- "_VQYQFEMESFDSIPGLVR_"
- ],
- [
- 29792,
- 3,
- 12,
- 4,
- 0.15675,
- "_IKEDILACSAAELNYGLAQFVR_"
- ],
- [
- 36853,
- 2,
- 12,
- 4,
- 0.15675,
- "_HLLLAPSDVAGWGIFIK_"
- ],
- [
- 32036,
- 2,
- 10,
- 3,
- 0.12827,
- "_ILDVIGLPGEEDWPR_"
- ],
- [
- 5598,
- 2,
- 7,
- 3,
- 0.085485,
- "_PLLDDFLFR_"
- ],
- [
- 32883,
- 2,
- 11,
- 4,
- 0.14251,
- "_DSEEISEDTLMFWK_"
- ],
- [
- 39555,
- 2,
- 7,
- 2,
- 0.085485,
- "_ALLSGSFAEAQMDLVPLR_"
- ],
- [
- 32340,
- 3,
- 14,
- 5,
- 0.18523,
- "_GDTHPLTLDEILDETQHLDIGLK_"
- ],
- [
- 12752,
- 3,
- 16,
- 5,
- 0.2137,
- "_TLVTQNSGVEALIHAILR_"
- ],
- [
- 39199,
- 2,
- 16,
- 5,
- 0.2137,
- "_MLLTAVQLLYSPESSVR_"
- ],
- [
- 44678,
- 2,
- 24,
- 7,
- 0.32768,
- "_MLVDDIGDVTITNDGATILK_"
- ],
- [
- 29785,
- 2,
- 16,
- 5,
- 0.21371,
- "_ILDPEGLALGAVIASSK_"
- ],
- [
- 24718,
- 3,
- 16,
- 5,
- 0.21371,
- "_LPLEHLVEEQVAAVTFVPVSK_"
- ],
- [
- 43586,
- 3,
- 20,
- 8,
- 0.2707,
- "_KGPAPELQGVEVALAPEELELDPMAMTQK_"
- ],
- [
- 38414,
- 3,
- 13,
- 6,
- 0.17099,
- "_(Acetyl (Protein N-term))MEHVTEGSWESLPVPLHPQVLGALR_"
- ],
- [
- 49423,
- 2,
- 11,
- 3,
- 0.14251,
- "_NLSNAEICSVFLLDQNELVAK_"
- ],
- [
- 37421,
- 2,
- 14,
- 5,
- 0.18524,
- "_WAELLPLLQQCQVVR_"
- ],
- [
- 20787,
- 4,
- 11,
- 4,
- 0.14251,
- "_DQHDTFFLRDPAEALQLPMDYVQR_"
- ],
- [
- 40431,
- 3,
- 16,
- 6,
- 0.21371,
- "_GEDLTSEHPLLEQVELPAVASVSASVIK_"
- ],
- [
- 47425,
- 3,
- 10,
- 6,
- 0.12825,
- "_MFSEADACELWIDEKEQWLNNMQIPEK_"
- ],
- [
- 38639,
- 2,
- 15,
- 6,
- 0.19947,
- "_WTYDPYVPEPVPWLK_"
- ],
- [
- 12070,
- 2,
- 14,
- 5,
- 0.18524,
- "_ILVELATFLEK_"
- ],
- [
- 46871,
- 3,
- 17,
- 6,
- 0.22794,
- "_SVDYPCLLRPSYVLSGSAMNVVFSEDEM(Oxidation (M))K_"
- ],
- [
- 25126,
- 2,
- 15,
- 4,
- 0.19947,
- "_GFIWDLISPAENGK_"
- ],
- [
- 31603,
- 2,
- 12,
- 3,
- 0.15675,
- "_ALVENCLVPDLWIR_"
- ],
- [
- 15313,
- 2,
- 17,
- 6,
- 0.22794,
- "_TSDLIVLGLPWK_"
- ],
- [
- 46408,
- 2,
- 27,
- 4,
- 0.3704,
- "_LTGDLIVWSDEMNPPQVIR_"
- ],
- [
- 12941,
- 3,
- 19,
- 5,
- 0.25645,
- "_INEALITTILHLLNHPK_"
- ],
- [
- 31705,
- 3,
- 13,
- 5,
- 0.171,
- "_NLHDFALQNLMQIGPQYSSVFK_"
- ],
- [
- 45419,
- 3,
- 12,
- 4,
- 0.15676,
- "_SNLLTQDNGILTFSNLSPGQYYFKPMMK_"
- ],
- [
- 49498,
- 2,
- 14,
- 3,
- 0.18524,
- "_QTQAIPYTGPFNLLCYQLQK_"
- ],
- [
- 47011,
- 2,
- 20,
- 5,
- 0.27072,
- "_AQQLAAELEVEMMADMYNR_"
- ],
- [
- 40013,
- 2,
- 14,
- 5,
- 0.18524,
- "_DLDEDELLGNLSETELK_"
- ],
- [
- 41192,
- 2,
- 18,
- 5,
- 0.24219,
- "_TSLFEEDEEDDLFAIAK_"
- ],
- [
- 47790,
- 4,
- 17,
- 11,
- 0.22796,
- "_NDYEMTFNNETSVMPCEDDHHLPTVQFDFTGIDDLENK_"
- ],
- [
- 49633,
- 3,
- 13,
- 7,
- 0.171,
- "_IAGGAAVSDSSSTSMNVYSLSVDPNTWQTLLHER_"
- ],
- [
- 22438,
- 2,
- 26,
- 6,
- 0.35617,
- "_LISQIVSSITASLR_"
- ],
- [
- 41459,
- 4,
- 13,
- 8,
- 0.171,
- "_ACFCLLEGDKMDQADAQFHFVLNQSPNNIPALLGK_"
- ],
- [
- 51048,
- 2,
- 12,
- 8,
- 0.15676,
- "_SILIDESTQATEPECMVPVVLGAK_"
- ],
- [
- 48343,
- 2,
- 13,
- 6,
- 0.171,
- "_ISYFTFIGTPVQATNMNDFK_"
- ],
- [
- 22653,
- 3,
- 15,
- 5,
- 0.19949,
- "_IPEELKPWLVEDWDLVTR_"
- ],
- [
- 43282,
- 2,
- 19,
- 7,
- 0.25645,
- "_FYQAEMEELDFISAVEK_"
- ],
- [
- 49904,
- 3,
- 21,
- 9,
- 0.28495,
- "_CSEGSFLLTTFPRPVTVEPMDQLDDEEGLPEK_"
- ],
- [
- 32128,
- 2,
- 11,
- 2,
- 0.1425,
- "_VSQFLQVLETDLYR_"
- ],
- [
- 38827,
- 2,
- 19,
- 6,
- 0.25645,
- "_KPFGAILNLVPLAESVVK_"
- ],
- [
- 16815,
- 3,
- 8,
- 3,
- 0.099726,
- "_EVLVDHVVEFSTAWLQGK_"
- ],
- [
- 13764,
- 3,
- 8,
- 4,
- 0.099726,
- "_CAGFVVGDLYALLTHSSR_"
- ],
- [
- 47666,
- 3,
- 19,
- 7,
- 0.25644,
- "_HFIQDTCLYECSPNLGPWIQQVDQSWR_"
- ],
- [
- 7495,
- 2,
- 14,
- 5,
- 0.18526,
- "_ILDLCVLFGK_"
- ],
- [
- 32157,
- 3,
- 14,
- 5,
- 0.18526,
- "_TGGM(Oxidation (M))AFHSYFMEAIAPPLLQELK_"
- ],
- [
- 33349,
- 3,
- 19,
- 7,
- 0.25644,
- "_KEPEAFDWSPVVTYVCDLEGNR_"
- ],
- [
- 18256,
- 3,
- 14,
- 5,
- 0.18526,
- "_ELAKVEEEIQTLSQVLAAK_"
- ],
- [
- 29360,
- 2,
- 14,
- 6,
- 0.18526,
- "_GGGNQVSLLNVVMDLK_"
- ],
- [
- 28688,
- 3,
- 13,
- 6,
- 0.17102,
- "_VCGYDTPFPHIFEPFYIPDK_"
- ],
- [
- 27151,
- 2,
- 50,
- 5,
- 0.69794,
- "_LLGQFTLIGIPPAPR_"
- ],
- [
- 50433,
- 2,
- 14,
- 5,
- 0.18526,
- "_DLCSITVSGEEIPNMPPEMQLK_"
- ],
- [
- 10821,
- 3,
- 9,
- 3,
- 0.11398,
- "_DICPQVLDLFHFQDK_"
- ],
- [
- 18443,
- 2,
- 13,
- 3,
- 0.17102,
- "_LEWLSLLSDAEK_"
- ],
- [
- 35790,
- 3,
- 17,
- 4,
- 0.22798,
- "_SDTPAMLNPANVPTHLMVLCCVLR_"
- ],
- [
- 34765,
- 2,
- 11,
- 2,
- 0.14252,
- "_ETVQNEVYLGLPIFR_"
- ],
- [
- 43482,
- 2,
- 20,
- 5,
- 0.27071,
- "_VVLLSQEMDAGLQAWQLR_"
- ],
- [
- 30838,
- 2,
- 12,
- 4,
- 0.15676,
- "_EAGISDYLTIEELVK_"
- ],
- [
- 42619,
- 2,
- 12,
- 3,
- 0.15676,
- "_DILQQVVDHLSPVSTMNK_"
- ],
- [
- 24774,
- 2,
- 20,
- 4,
- 0.27071,
- "_IPDYLWMGLDGMK_"
- ],
- [
- 47646,
- 2,
- 13,
- 5,
- 0.17102,
- "_LGLSDMNLYDHELVFGVSLK_"
- ],
- [
- 36630,
- 2,
- 13,
- 5,
- 0.17102,
- "_MLAMPIDLDTLSPEER_"
- ],
- [
- 47192,
- 2,
- 21,
- 5,
- 0.28498,
- "_LVGPEGFVVTEAGFGADIGMEK_"
- ],
- [
- 40384,
- 4,
- 16,
- 9,
- 0.21375,
- "_ILDEDKESTFGYVHGVSGPVVTACDMAGAAMYELVR_"
- ],
- [
- 40157,
- 3,
- 17,
- 8,
- 0.22798,
- "_DQHDTFFLRDPAEALQLPMDYVQR_"
- ],
- [
- 11489,
- 3,
- 19,
- 5,
- 0.25644,
- "_KPFGAILNLVPLAESVVK_"
- ],
- [
- 43843,
- 2,
- 16,
- 2,
- 0.21375,
- "_SLLEQDLATYITECSSLK_"
- ],
- [
- 34236,
- 3,
- 15,
- 5,
- 0.1995,
- "_SQIVMLEASAENILQQDFCHAIK_"
- ],
- [
- 48840,
- 2,
- 18,
- 6,
- 0.24222,
- "_LMSSNSTDLPLNIECFMNDK_"
- ],
- [
- 36382,
- 2,
- 18,
- 5,
- 0.24222,
- "_TGIVDISILTTGMSATSR_"
- ],
- [
- 40533,
- 2,
- 13,
- 4,
- 0.17101,
- "_FSLALECGNIEIALEAAK_"
- ],
- [
- 25703,
- 2,
- 11,
- 3,
- 0.14249,
- "_LLESWLTLVQDDK_"
- ],
- [
- 29012,
- 3,
- 11,
- 2,
- 0.14249,
- "_PIYGGWLLLAPDGTDFDNPVHR_"
- ],
- [
- 48254,
- 2,
- 13,
- 5,
- 0.17101,
- "_TQTSDPAMLPTM(Oxidation (M))IGLLAEAGVR_"
- ],
- [
- 27248,
- 3,
- 13,
- 4,
- 0.17101,
- "_YHLADSLVTGITALNSIEGVYR_"
- ],
- [
- 43740,
- 2,
- 13,
- 6,
- 0.18527,
- "_LGLQDGSTSLLPEQLLSAPK_"
- ],
- [
- 43204,
- 3,
- 12,
- 3,
- 0.15678,
- "_DVCESLEGCHTLCLMGNLLHLGSLSPR_"
- ],
- [
- 47787,
- 2,
- 14,
- 5,
- 0.18527,
- "_SLAMSVTTSGFSEFTPQSILR_"
- ],
- [
- 43382,
- 2,
- 14,
- 6,
- 0.18527,
- "_TATIMEELADALMYCHGK_"
- ],
- [
- 47614,
- 2,
- 14,
- 2,
- 0.18527,
- "_GIDVQGVELVVNYDAPQYLR_"
- ],
- [
- 37088,
- 2,
- 6,
- 2,
- 0.071264,
- "_LVLEWADSEVTLQALR_"
- ],
- [
- 34455,
- 3,
- 12,
- 5,
- 0.15678,
- "_HGGEDYVFSLLTGYCEPPTGVSLR_"
- ],
- [
- 34047,
- 2,
- 13,
- 2,
- 0.17101,
- "_IELFVGGELIDPADDR_"
- ],
- [
- 20340,
- 2,
- 25,
- 4,
- 0.34194,
- "_DVPVVAILGSGGGFR_"
- ],
- [
- 40747,
- 2,
- 11,
- 4,
- 0.14249,
- "_WASNPGMESLVPLVQSLK_"
- ],
- [
- 41844,
- 3,
- 16,
- 6,
- 0.21375,
- "_LNTILAQIMPFLSQEHQQQVAQAVER_"
- ],
- [
- 42359,
- 3,
- 35,
- 6,
- 0.4844,
- "_DGNASGTTLLEALDCILPPTRPTDKPLR_"
- ],
- [
- 44836,
- 2,
- 17,
- 3,
- 0.22801,
- "_LLAIVADLYEQEQYSDLK_"
- ],
- [
- 44561,
- 2,
- 15,
- 5,
- 0.19951,
- "_ELAKVEEEIQTLSQVLAAK_"
- ],
- [
- 42954,
- 4,
- 17,
- 8,
- 0.22801,
- "_KNPFGLVPVLENSQGQLIYESAITCEYLDEAYPGKK_"
- ],
- [
- 42880,
- 2,
- 18,
- 5,
- 0.24224,
- "_TLMELLNQMDGFDTLHR_"
- ],
- [
- 37091,
- 2,
- 18,
- 6,
- 0.24224,
- "_ILSISADIETIGEILKK_"
- ],
- [
- 24880,
- 2,
- 17,
- 5,
- 0.22801,
- "_FASFPDYLVIQIK_"
- ],
- [
- 38773,
- 2,
- 17,
- 4,
- 0.22801,
- "_GELFWDDGESLEVLER_"
- ],
- [
- 27365,
- 2,
- 19,
- 5,
- 0.25647,
- "_EIWELIGIPEDQR_"
- ],
- [
- 45223,
- 2,
- 16,
- 7,
- 0.21375,
- "_DLEKPFLLPVEAVYSVPGR_"
- ],
- [
- 34459,
- 2,
- 16,
- 3,
- 0.21375,
- "_LHFGIDPDDTTITDLP_"
- ],
- [
- 50953,
- 2,
- 12,
- 5,
- 0.15674,
- "_LPTSVSLFDDEDEEDNLFGGTAAK_"
- ],
- [
- 19000,
- 3,
- 8,
- 3,
- 0.099752,
- "_DAFSHVVENTAFFGDVVLR_"
- ],
- [
- 30060,
- 2,
- 13,
- 5,
- 0.17103,
- "_(Acetyl (Protein N-term))AMDQVNALCEQLVK_"
- ],
- [
- 37237,
- 3,
- 14,
- 6,
- 0.18527,
- "_TLQLTPGFPNPAVAEAYLKPVVDDSK_"
- ],
- [
- 17035,
- 2,
- 14,
- 4,
- 0.18527,
- "_ILDLSNFEILAK_"
- ],
- [
- 49591,
- 3,
- 12,
- 7,
- 0.15674,
- "_SMTEAEQQQLIDDHFLFDKPVSPLLLASGMAR_"
- ],
- [
- 46974,
- 2,
- 20,
- 4,
- 0.27073,
- "_PTAAELEEVLQVNSLIQTQK_"
- ],
- [
- 21419,
- 2,
- 21,
- 5,
- 0.28495,
- "_LNTDPMLLQFFK_"
- ],
- [
- 49324,
- 2,
- 14,
- 4,
- 0.18527,
- "_SVFEPEDSSIVDNELWSEMR_"
- ],
- [
- 10453,
- 2,
- 9,
- 3,
- 0.11401,
- "_GDLIGVVEALTR_"
- ],
- [
- 46515,
- 3,
- 15,
- 8,
- 0.19952,
- "_RPLNPLASGQGTSEENTFYSWLEGLCVEK_"
- ],
- [
- 41780,
- 2,
- 10,
- 3,
- 0.12826,
- "_VVPVSLSELYLLQCNMK_"
- ],
- [
- 43711,
- 4,
- 19,
- 6,
- 0.25649,
- "_LLVDSLPPSTKPFQEAQSELNQAAADLNQSAGEVVHATR_"
- ],
- [
- 32671,
- 4,
- 20,
- 3,
- 0.27073,
- "_GVFMMCIPPPNVTGSLHLGHALTNAIQDSLTR_"
- ],
- [
- 34946,
- 2,
- 14,
- 3,
- 0.18527,
- "_VSDFLAEEEINYILK_"
- ],
- [
- 10807,
- 3,
- 14,
- 4,
- 0.18527,
- "_LTDDHVQFLIYQILR_"
- ],
- [
- 10519,
- 2,
- 22,
- 4,
- 0.29921,
- "_DLLEVADVLEK_"
- ],
- [
- 33937,
- 2,
- 11,
- 4,
- 0.14249,
- "_DLYLIPLSAQDPVPSK_"
- ],
- [
- 51440,
- 3,
- 9,
- 4,
- 0.11401,
- "_AKGPEEAVAADGEIAIPVGDGEGIIVVGAPGEGAAAAAAMAGAGAK_"
- ],
- [
- 48642,
- 2,
- 10,
- 6,
- 0.12826,
- "_HNTEDFTLFTLDDVDAAFDK_"
- ],
- [
- 15156,
- 2,
- 11,
- 2,
- 0.14249,
- "_EQLALQLAVLLK_"
- ],
- [
- 47293,
- 2,
- 18,
- 5,
- 0.24226,
- "_SIQQGFCFNILCVGETGIGK_"
- ],
- [
- 35244,
- 3,
- 18,
- 8,
- 0.24226,
- "_(Acetyl (Protein N-term))MDEMATTQISKDELDELKEAFAK_"
- ],
- [
- 41924,
- 2,
- 21,
- 6,
- 0.28495,
- "_AAELIANSLATAGDGLIELR_"
- ],
- [
- 41160,
- 2,
- 17,
- 5,
- 0.228,
- "_LLEPLVTQVTTLVNTNSK_"
- ],
- [
- 43974,
- 3,
- 15,
- 3,
- 0.19952,
- "_DM(Oxidation (M))AIATGGAVFGEEGLTLNLEDVQPHDLGK_"
- ],
- [
- 47711,
- 4,
- 15,
- 9,
- 0.19952,
- "_NNTHSNLHTSIGNSVWGSINTGPPNQWASDLVSSIWSNADTK_"
- ],
- [
- 17310,
- 2,
- 22,
- 6,
- 0.29919,
- "_DLDDFQSWLSR_"
- ],
- [
- 40862,
- 2,
- 18,
- 6,
- 0.24224,
- "_EGDQTSNNIPADIVFVLK_"
- ],
- [
- 30637,
- 2,
- 11,
- 4,
- 0.1425,
- "_ELPLAADALTFAEVSK_"
- ],
- [
- 36236,
- 2,
- 19,
- 4,
- 0.25649,
- "_IDMVPELLSSNLCSLK_"
- ],
- [
- 38409,
- 2,
- 17,
- 6,
- 0.228,
- "_ILAIGLINEALDEGDAQK_"
- ],
- [
- 30347,
- 2,
- 17,
- 5,
- 0.228,
- "_LGFAGLVQEISFGTTK_"
- ],
- [
- 28559,
- 4,
- 14,
- 5,
- 0.18526,
- "_FLSVASLQGLIHEGTMTSLCMAMTEEQHK_"
- ],
- [
- 6736,
- 3,
- 7,
- 2,
- 0.085489,
- "_IYDITNVLEGIHLIK_"
- ],
- [
- 18386,
- 2,
- 14,
- 3,
- 0.18526,
- "_VTIGLLFWDGPGK_"
- ],
- [
- 24701,
- 2,
- 16,
- 4,
- 0.21376,
- "_LCLISTFLEDGIR_"
- ],
- [
- 16682,
- 3,
- 18,
- 6,
- 0.24224,
- "_TATIMEELADALMYCHGK_"
- ],
- [
- 44255,
- 2,
- 16,
- 5,
- 0.21376,
- "_VLVLLSGGVDSTVCTALLNR_"
- ],
- [
- 43085,
- 3,
- 20,
- 8,
- 0.27072,
- "_VLWLADCDVSDSSCSSLAATLLANHSLR_"
- ],
- [
- 28932,
- 2,
- 12,
- 2,
- 0.15672,
- "_IPELDFEIPAFSQK_"
- ],
- [
- 14256,
- 2,
- 11,
- 3,
- 0.1425,
- "_MWPVFWTVVR_"
- ],
- [
- 31972,
- 2,
- 16,
- 6,
- 0.21376,
- "_FEEMCGLVMGMFTR_"
- ],
- [
- 23018,
- 3,
- 16,
- 8,
- 0.21376,
- "_LGLSDMNLYDHELVFGVSLK_"
- ],
- [
- 48755,
- 2,
- 12,
- 4,
- 0.15672,
- "_QTITDDVEVNSYLSLPADLTK_"
- ],
- [
- 26864,
- 2,
- 15,
- 4,
- 0.1995,
- "_CLILWDDILPNSK_"
- ],
- [
- 44888,
- 2,
- 15,
- 6,
- 0.1995,
- "_VLCPIIQTADYPINLAAIK_"
- ],
- [
- 31811,
- 2,
- 27,
- 6,
- 0.37043,
- "_AAGVNVEPFWPGLFAK_"
- ],
- [
- 45127,
- 4,
- 12,
- 4,
- 0.15672,
- "_ADTSLPQTQGPGLLCSPGVSAAALALQWAESPPADDHHVQR_"
- ],
- [
- 41503,
- 2,
- 19,
- 4,
- 0.25649,
- "_LLAVTDTGALYLYDVEVK_"
- ],
- [
- 38092,
- 3,
- 17,
- 5,
- 0.228,
- "_HYLAQWIESQPWDAIDLDNPQDR_"
- ],
- [
- 33875,
- 3,
- 13,
- 4,
- 0.17097,
- "_CIIVEEGKEILVGDVGVTITDPFK_"
- ],
- [
- 47723,
- 2,
- 14,
- 4,
- 0.18522,
- "_AKEILQEEEDLAEIVQLVGK_"
- ],
- [
- 40934,
- 3,
- 11,
- 6,
- 0.14249,
- "_IQVDAYFSPIHSQLDHLLDPSSFTGR_"
- ],
- [
- 36752,
- 2,
- 12,
- 4,
- 0.15675,
- "_VSFLIPECGILSEELK_"
- ],
- [
- 37153,
- 2,
- 14,
- 4,
- 0.18522,
- "_VFLDPNILSDDGTVALR_"
- ],
- [
- 42285,
- 2,
- 13,
- 3,
- 0.17097,
- "_MTVETDYCLLLALPCGR_"
- ],
- [
- 12530,
- 3,
- 14,
- 6,
- 0.18522,
- "_DEDHIAHIIELLGSIPR_"
- ],
- [
- 27133,
- 4,
- 14,
- 6,
- 0.18522,
- "_CPADEPLAIMKPEIVFFGENLPEQFHR_"
- ],
- [
- 45464,
- 3,
- 11,
- 4,
- 0.14249,
- "_EADQKEQFSQGSPSNCLETSLAEIFPLGK_"
- ],
- [
- 38109,
- 2,
- 14,
- 2,
- 0.18522,
- "_LTDDHVQFLIYQILR_"
- ],
- [
- 38714,
- 2,
- 11,
- 3,
- 0.14249,
- "_DVIKEIEDFDSLEALR_"
- ],
- [
- 46158,
- 2,
- 12,
- 4,
- 0.15675,
- "_DLGGIVLANACGPCIGQWDR_"
- ],
- [
- 35386,
- 4,
- 14,
- 8,
- 0.18522,
- "_SMTEAEQQQLIDDHFLFDKPVSPLLLASGMAR_"
- ],
- [
- 50303,
- 2,
- 15,
- 6,
- 0.19951,
- "_NVPGFLPTNDLSQPTGFLAQPMK_"
- ],
- [
- 44025,
- 2,
- 25,
- 4,
- 0.34197,
- "_TNGKEPELLEPIPYEFMA_"
- ],
- [
- 24118,
- 4,
- 8,
- 6,
- 0.099739,
- "_IATPQIVINYAMFLEEHKYFEESFK_"
- ],
- [
- 35945,
- 4,
- 16,
- 7,
- 0.21375,
- "_VIGTLEEVHMPQNGINHPGITALAQAFAVNPLLR_"
- ],
- [
- 9817,
- 3,
- 25,
- 7,
- 0.34197,
- "_ILSISADIETIGEILKK_"
- ],
- [
- 31528,
- 3,
- 16,
- 6,
- 0.21375,
- "_VLGTEDLYDYIDKYNIELDPR_"
- ],
- [
- 41135,
- 2,
- 7,
- 2,
- 0.085501,
- "_FAMVVIAEPLQSWQPPR_"
- ],
- [
- 37444,
- 3,
- 9,
- 3,
- 0.114,
- "_TLNHFDLTNGVLVESLSEEPLPSLR_"
- ],
- [
- 45667,
- 4,
- 19,
- 7,
- 0.25649,
- "_LHEADIVVLGSPKPEEIPLTWIQPGTTVLNCSHDFLSGK_"
- ],
- [
- 8785,
- 3,
- 7,
- 4,
- 0.099739,
- "_DGALHMIGSLAEILLKK_"
- ],
- [
- 20211,
- 3,
- 9,
- 5,
- 0.114,
- "_ISAEDLIDLCELTVTGHFK_"
- ],
- [
- 37471,
- 4,
- 9,
- 5,
- 0.11399,
- "_KVVSLNGELGDSWIVPLDNLTKDDLDEEEDTHL_"
- ],
- [
- 49914,
- 2,
- 9,
- 7,
- 0.11399,
- "_LLDFGSLSNLQVTQPTVGM(Oxidation (M))NFK_"
- ],
- [
- 29788,
- 4,
- 20,
- 7,
- 0.27074,
- "_LLGTQHGEGNSALSPLNPGELLIALHNIDSVK_"
- ],
- [
- 44847,
- 3,
- 14,
- 7,
- 0.18523,
- "_ISEVFDCWFESGSMPYAQVHYPFENK_"
- ],
- [
- 20807,
- 4,
- 9,
- 5,
- 0.11399,
- "_ETGQEHELIESMPLLEWFANNYKK_"
- ],
- [
- 49606,
- 2,
- 21,
- 8,
- 0.285,
- "_ELYTLLNENYVEDDDNMFR_"
- ],
- [
- 41417,
- 2,
- 22,
- 6,
- 0.29922,
- "_GQIAFDDFIQGCIVLQR_"
- ],
- [
- 11572,
- 2,
- 23,
- 6,
- 0.31346,
- "_LLGNVLVVVLAR_"
- ],
- [
- 24541,
- 4,
- 13,
- 6,
- 0.171,
- "_QLPAEIGELCNLITLDVAHNQLEHLPK_"
- ],
- [
- 29105,
- 2,
- 13,
- 4,
- 0.171,
- "_VGWIFTDLVSEDTR_"
- ],
- [
- 51450,
- 2,
- 13,
- 7,
- 0.171,
- "_AGYVDFENGQWATDDIPDDLNSIR_"
- ],
- [
- 20733,
- 3,
- 14,
- 5,
- 0.18523,
- "_QVTITGSAASISLAQYLINAR_"
- ],
- [
- 34128,
- 2,
- 18,
- 6,
- 0.24226,
- "_IEFPILEDSSELQLK_"
- ],
- [
- 45665,
- 2,
- 8,
- 4,
- 0.099754,
- "_TSSTDLSDIPALPANPIPVIK_"
- ],
- [
- 13960,
- 2,
- 10,
- 3,
- 0.12825,
- "_LCTPLLDLLTR_"
- ],
- [
- 43635,
- 3,
- 14,
- 7,
- 0.18523,
- "_SNFEPFFMMIATPAPHSPWTAAPQYQK_"
- ],
- [
- 19849,
- 2,
- 11,
- 4,
- 0.14249,
- "_VWEWDIPVDFK_"
- ],
- [
- 23469,
- 2,
- 12,
- 3,
- 0.15674,
- "_DSLILPFQFSSEK_"
- ],
- [
- 28703,
- 2,
- 17,
- 5,
- 0.228,
- "_QEFEFWYPVDLR_"
- ],
- [
- 43081,
- 2,
- 10,
- 4,
- 0.12825,
- "_EQIKLDEGWVPLEIMIK_"
- ],
- [
- 23757,
- 4,
- 17,
- 6,
- 0.228,
- "_NM(Oxidation (M))DPLNDNIATLLHQSSDKFVSELWK_"
- ],
- [
- 35668,
- 3,
- 11,
- 4,
- 0.14249,
- "_VLSWIPSNNHQLQLAGALAIANFAR_"
- ],
- [
- 31658,
- 3,
- 15,
- 6,
- 0.19948,
- "_KGNYVADLGAMVVTGLGGNPMAVVSK_"
- ],
- [
- 19776,
- 2,
- 18,
- 3,
- 0.24226,
- "_LPLTPVFEGLAFK_"
- ],
- [
- 35446,
- 3,
- 11,
- 5,
- 0.14249,
- "_ADQELLLYSHDNIICGITSVAFSK_"
- ],
- [
- 50008,
- 2,
- 15,
- 6,
- 0.19948,
- "_AENGLLMTPCYTANFVAPEVLK_"
- ],
- [
- 40594,
- 2,
- 11,
- 5,
- 0.14249,
- "_FGIGDGNLQYYLYNWK_"
- ],
- [
- 45163,
- 2,
- 9,
- 3,
- 0.11399,
- "_SLLMSVGPIQSLQMLPQQR_"
- ],
- [
- 40309,
- 2,
- 14,
- 5,
- 0.18524,
- "_VMDIPYLNLEGPDLQPK_"
- ],
- [
- 11318,
- 2,
- 12,
- 2,
- 0.15673,
- "_DVLEWIACVR_"
- ],
- [
- 36479,
- 3,
- 12,
- 5,
- 0.15673,
- "_ELQEALPEAPAPLLPHITATSLLGTR_"
- ],
- [
- 18840,
- 3,
- 13,
- 4,
- 0.17098,
- "_IEKELETVCNDVLSLLDK_"
- ],
- [
- 26204,
- 3,
- 13,
- 6,
- 0.17098,
- "_TGKPLSVELGPGIMGAIFDGIQR_"
- ],
- [
- 49279,
- 2,
- 13,
- 7,
- 0.17098,
- "_LLSSAFDEVYPALPSDVQTAIK_"
- ],
- [
- 48360,
- 2,
- 10,
- 4,
- 0.12823,
- "_ANNPGIVLTFVLPTEQFHLGK_"
- ],
- [
- 21803,
- 3,
- 11,
- 5,
- 0.14249,
- "_SSLLSALLAEMDKVEGHVAIK_"
- ],
- [
- 20161,
- 2,
- 14,
- 4,
- 0.18524,
- "_NLGIPIITVLGDSK_"
- ],
- [
- 39122,
- 3,
- 14,
- 7,
- 0.18524,
- "_IVGCTHITAQTAVLIETLCALGAQCR_"
- ],
- [
- 30290,
- 3,
- 14,
- 7,
- 0.18524,
- "_RDELLAQHAAGALGLPDLVAVLTR_"
- ],
- [
- 31953,
- 2,
- 11,
- 5,
- 0.14249,
- "_ALDELMDGDIIVFQK_"
- ],
- [
- 4015,
- 2,
- 12,
- 3,
- 0.15673,
- "_VLPGVDALSNI_"
- ],
- [
- 6288,
- 2,
- 14,
- 4,
- 0.18524,
- "_ENLFMDLLR_"
- ],
- [
- 42310,
- 4,
- 13,
- 8,
- 0.17098,
- "_FLQMCDSAEEGVDGDTVNMFVVHPTTPAQYFHLLR_"
- ],
- [
- 42672,
- 4,
- 14,
- 6,
- 0.18524,
- "_LQSGQFGDVGFNPYEPAVDFFSGDVMIHPVTNRPADK_"
- ],
- [
- 24976,
- 3,
- 15,
- 5,
- 0.19946,
- "_HNTEDFTLFTLDDVDAAFDK_"
- ],
- [
- 37002,
- 3,
- 16,
- 6,
- 0.21371,
- "_WIYDGELEDTYHEFFVASDPTVK_"
- ],
- [
- 20487,
- 2,
- 22,
- 6,
- 0.29923,
- "_DLLDDLKSELTGK_"
- ],
- [
- 50912,
- 3,
- 15,
- 5,
- 0.19946,
- "_AQELMWPAAPVACSCSPTHVTVYSEYGVDVFDVR_"
- ],
- [
- 16002,
- 3,
- 24,
- 6,
- 0.3277,
- "_TLMELLNQMDGFDTLHR_"
- ],
- [
- 43422,
- 2,
- 16,
- 5,
- 0.21371,
- "_LDVATDNFFQNPELYIR_"
- ],
- [
- 19215,
- 3,
- 26,
- 7,
- 0.35619,
- "_DLEKPFLLPVEAVYSVPGR_"
- ],
- [
- 50575,
- 2,
- 18,
- 5,
- 0.24224,
- "_LVACAQNGLEVSLSSLNLAVPPPR_"
- ],
- [
- 32412,
- 2,
- 15,
- 4,
- 0.19946,
- "_ALFEEVPELLTEAEK_"
- ],
- [
- 31227,
- 2,
- 16,
- 5,
- 0.21371,
- "_AIGPHDVLATLLNNLK_"
- ],
- [
- 28204,
- 3,
- 17,
- 7,
- 0.228,
- "_NVTFHGVLLDAFFNESSADWR_"
- ],
- [
- 44628,
- 2,
- 26,
- 5,
- 0.35619,
- "_NLCDLGIVDPYPPLCDIK_"
- ],
- [
- 29771,
- 2,
- 17,
- 6,
- 0.228,
- "_DISEASVFDAYVLPK_"
- ],
- [
- 47243,
- 3,
- 20,
- 8,
- 0.27074,
- "_YEPFSFADDIGSNNCGYYDLQAVLTHQGR_"
- ],
- [
- 19994,
- 3,
- 19,
- 5,
- 0.25648,
- "_LPHLPGLEDLGIQATPLELK_"
- ],
- [
- 30684,
- 4,
- 19,
- 7,
- 0.25648,
- "_AFAMIIDKLEEDISSSMTNSTAASRPPVTLR_"
- ],
- [
- 29581,
- 4,
- 11,
- 3,
- 0.14246,
- "_NSGVPDDIFKLDDLSVLDLSHNQLTECPR_"
- ],
- [
- 46833,
- 3,
- 12,
- 4,
- 0.15672,
- "_QGFDLNVPGGEIDASLKAPDVDVNIAGPDAALK_"
- ],
- [
- 30900,
- 3,
- 12,
- 7,
- 0.15672,
- "_EDYTGKDVLILGGGDGGILCEIVK_"
- ],
- [
- 27796,
- 3,
- 14,
- 5,
- 0.18521,
- "_ACELWEQILQDHPTDMLALK_"
- ],
- [
- 38834,
- 2,
- 13,
- 6,
- 0.17096,
- "_FDVFYCMNITDIDDK_"
- ],
- [
- 34837,
- 2,
- 16,
- 4,
- 0.2137,
- "_IFSFLLNTLQENVNK_"
- ],
- [
- 37205,
- 2,
- 13,
- 5,
- 0.17096,
- "_DFNCWESLGEAYLSR_"
- ],
- [
- 49659,
- 2,
- 15,
- 5,
- 0.19947,
- "_FEDLLSPAEYEALQSPSEAFR_"
- ],
- [
- 30917,
- 2,
- 16,
- 4,
- 0.2137,
- "_QSLLDMAQTWGEFR_"
- ],
- [
- 47212,
- 3,
- 9,
- 6,
- 0.11397,
- "_GPSEGFTSDKFPSEGLLDFNFEQLESQTTK_"
- ],
- [
- 50730,
- 2,
- 15,
- 6,
- 0.19947,
- "_VWLQYQCLWDMQAENIYNR_"
- ],
- [
- 36477,
- 2,
- 15,
- 6,
- 0.19947,
- "_ENDAVTIQVLNQLIQK_"
- ],
- [
- 44062,
- 2,
- 9,
- 4,
- 0.11397,
- "_FQSVIITSGTLSPLDIYPK_"
- ],
- [
- 42432,
- 2,
- 16,
- 4,
- 0.2137,
- "_GMPFSELAGLSGTPEGLVVR_"
- ],
- [
- 35917,
- 3,
- 13,
- 5,
- 0.17096,
- "_VDNNAIEFLLLQASDGIHHWTPPK_"
- ],
- [
- 16112,
- 4,
- 16,
- 6,
- 0.2137,
- "_VDNNAIEFLLLQASDGIHHWTPPK_"
- ],
- [
- 38715,
- 3,
- 10,
- 5,
- 0.12823,
- "_LLEFQLALKDCEECIQLEPTFIK_"
- ],
- [
- 30110,
- 3,
- 21,
- 8,
- 0.28499,
- "_GLVLIAFSQYLQQCPFDEHVK_"
- ],
- [
- 28950,
- 3,
- 10,
- 4,
- 0.12823,
- "_LGQTPFDVADEGLVEHLELLQK_"
- ],
- [
- 46287,
- 2,
- 18,
- 7,
- 0.2422,
- "_QVTITGSAASISLAQYLINAR_"
- ],
- [
- 40116,
- 2,
- 12,
- 5,
- 0.15672,
- "_FSQYFYEAPIFTIPGR_"
- ],
- [
- 40020,
- 4,
- 19,
- 7,
- 0.25649,
- "_LDLQWSLEGHQLGVVSVDISHTLPIAASSSLDAHIR_"
- ],
- [
- 30586,
- 2,
- 14,
- 3,
- 0.18522,
- "_NDSFIVDLFQGQYK_"
- ],
- [
- 44710,
- 3,
- 12,
- 6,
- 0.15672,
- "_LGGLTQAPGNPVLAVQINQDKNFAFLEFR_"
- ],
- [
- 51393,
- 3,
- 13,
- 7,
- 0.17098,
- "_LGSAGGLGSTLGGSSYSSCYSFGSGGGYGSSFGGVDGLLAGGEK_"
- ],
- [
- 24409,
- 3,
- 12,
- 2,
- 0.15672,
- "_ANNPGIVLTFVLPTEQFHLGK_"
- ],
- [
- 5186,
- 3,
- 19,
- 6,
- 0.25649,
- "_AIGPHDVLATLLNNLK_"
- ],
- [
- 44271,
- 2,
- 7,
- 3,
- 0.085464,
- "_CLIAEVWCPEADLQDLR_"
- ],
- [
- 27047,
- 2,
- 22,
- 5,
- 0.29923,
- "_VLDVNLMGTFNVIR_"
- ],
- [
- 17833,
- 3,
- 11,
- 4,
- 0.14248,
- "_KLLCTVFETLSDFESGLK_"
- ],
- [
- 37426,
- 4,
- 11,
- 4,
- 0.14248,
- "_TVIQIHMCEEEEGDLLLFLTGQEEIDEACKR_"
- ],
- [
- 36220,
- 2,
- 13,
- 4,
- 0.17098,
- "_QMLFDLESAYNAFNR_"
- ],
- [
- 45606,
- 3,
- 13,
- 5,
- 0.17098,
- "_FLQAGWTACGAVDMNEFYHCFLPAEER_"
- ],
- [
- 15888,
- 2,
- 11,
- 4,
- 0.14248,
- "_ELVDGAPLWLLK_"
- ],
- [
- 48279,
- 2,
- 12,
- 3,
- 0.15672,
- "_IDTPSLEEPSDLEELEQFAK_"
- ],
- [
- 22225,
- 3,
- 10,
- 4,
- 0.12823,
- "_SYMLQDSLEHVQLFDLMR_"
- ],
- [
- 4229,
- 2,
- 8,
- 3,
- 0.099716,
- "_DFVVGALILR_"
- ],
- [
- 16412,
- 4,
- 17,
- 6,
- 0.22795,
- "_DVLSYHIPFLVSSIEDFKDHIPR_"
- ],
- [
- 50249,
- 2,
- 18,
- 7,
- 0.2422,
- "_LMDLDVEQLGIPEQEYSCVVK_"
- ],
- [
- 42495,
- 4,
- 15,
- 6,
- 0.19947,
- "_VNPSQTHNNLYAWGQETGAPILTDDVSLQVFMDHLK_"
- ],
- [
- 51498,
- 3,
- 15,
- 8,
- 0.19947,
- "_KGAGNPQASTLALQSNITQCLLGQPWPLNEAQVQASVVK_"
- ],
- [
- 25350,
- 2,
- 17,
- 4,
- 0.22795,
- "_SLLDELLEVDHIR_"
- ],
- [
- 21700,
- 4,
- 16,
- 7,
- 0.21373,
- "_IQVDAYFSPIHSQLDHLLDPSSFTGR_"
- ],
- [
- 46196,
- 2,
- 15,
- 5,
- 0.19947,
- "_VWQISDQTCAISWPLLQK_"
- ],
- [
- 37417,
- 2,
- 17,
- 5,
- 0.22795,
- "_FVEFFGPGVAQLSIADR_"
- ],
- [
- 25018,
- 4,
- 15,
- 5,
- 0.19947,
- "_FKPDCVNVEEVLPHWLSWLPLHEDK_"
- ],
- [
- 46526,
- 2,
- 16,
- 5,
- 0.21373,
- "_YLDEELMVLSSNSMSLTTR_"
- ],
- [
- 41040,
- 2,
- 18,
- 5,
- 0.2422,
- "_SPISVAAAAIYMASQASAEK_"
- ],
- [
- 26376,
- 2,
- 16,
- 6,
- 0.21373,
- "_(Acetyl (Protein N-term))ATLKDQLIYNLLK_"
- ],
- [
- 39872,
- 2,
- 15,
- 4,
- 0.19947,
- "_DEDHIAHIIELLGSIPR_"
- ],
- [
- 30435,
- 4,
- 11,
- 2,
- 0.14245,
- "_QAALGIMQMVEDTLIEHAHTKPLLPSQLVR_"
- ],
- [
- 36447,
- 3,
- 17,
- 8,
- 0.22795,
- "_YNYHLDSSGSYVFENTVATVMALR_"
- ],
- [
- 27754,
- 2,
- 10,
- 3,
- 0.12819,
- "_TYPPFVNFFEMSK_"
- ],
- [
- 15511,
- 3,
- 8,
- 4,
- 0.099686,
- "_IFSTALFVEHVLLGTESR_"
- ],
- [
- 49441,
- 2,
- 13,
- 3,
- 0.17094,
- "_EFNGQHFILEEAITGDFALVK_"
- ],
- [
- 40059,
- 4,
- 11,
- 8,
- 0.14245,
- "_LSQSVIDGVTVLGGQFHDYGLLTTPQLHYMVYCR_"
- ],
- [
- 27822,
- 4,
- 11,
- 3,
- 0.14245,
- "_DVMQNHLLQMLCLVAMEKPASTNSDDVR_"
- ],
- [
- 23178,
- 2,
- 13,
- 5,
- 0.17094,
- "_EDFGLSIDIPLER_"
- ],
- [
- 28304,
- 3,
- 11,
- 4,
- 0.14245,
- "_EEVLKDFEDLAGKLPWSNPLK_"
- ],
- [
- 14803,
- 3,
- 12,
- 4,
- 0.1567,
- "_EGDLPPLWWYIVTRPR_"
- ],
- [
- 22822,
- 3,
- 8,
- 3,
- 0.099686,
- "_IMDRFEEVVYQAMEEVQK_"
- ],
- [
- 31510,
- 3,
- 14,
- 6,
- 0.1852,
- "_DAIFIMTSNVASDEIAQHALQLR_"
- ],
- [
- 45102,
- 2,
- 12,
- 5,
- 0.1567,
- "_YGWFWVCPGGGDICMYR_"
- ],
- [
- 12991,
- 2,
- 16,
- 5,
- 0.21369,
- "_VILDLPLVIGSR_"
- ],
- [
- 31139,
- 2,
- 22,
- 5,
- 0.29921,
- "_FDLLWLIQDRPDR_"
- ],
- [
- 39632,
- 4,
- 15,
- 8,
- 0.19944,
- "_IMRPTDVPDQGLLCDLLWSDPDKDVQGWGENDR_"
- ],
- [
- 37910,
- 2,
- 8,
- 3,
- 0.099686,
- "_SWGTELWDQFDNLEK_"
- ],
- [
- 45919,
- 2,
- 19,
- 7,
- 0.25643,
- "_EYFGGFGEVESIELPMDNK_"
- ],
- [
- 25437,
- 2,
- 19,
- 5,
- 0.25643,
- "_DVPLGTPLCIIVEK_"
- ],
- [
- 19028,
- 3,
- 15,
- 5,
- 0.19944,
- "_LWLALASLCVLDQDHVDR_"
- ],
- [
- 22641,
- 2,
- 14,
- 4,
- 0.1852,
- "_ETIEILFSEGLIK_"
- ],
- [
- 50764,
- 2,
- 9,
- 5,
- 0.11394,
- "_QTIMETLEQGPAQASPSYVPLFK_"
- ],
- [
- 34055,
- 2,
- 9,
- 2,
- 0.11394,
- "_LLLETLPGYSLSLDPK_"
- ],
- [
- 3643,
- 2,
- 19,
- 5,
- 0.25643,
- "_DLADWLNIK_"
- ],
- [
- 5584,
- 2,
- 16,
- 4,
- 0.21369,
- "_IVLSCDDSVK_"
- ],
- [
- 35197,
- 2,
- 15,
- 3,
- 0.19944,
- "_LLAMVMVTTVPLVCNK_"
- ],
- [
- 38412,
- 3,
- 14,
- 4,
- 0.1852,
- "_LDSLDVESEQTVCHVAVQWLEAAPK_"
- ],
- [
- 27892,
- 2,
- 9,
- 3,
- 0.11395,
- "_LSSMNPAFVMPFLR_"
- ],
- [
- 27715,
- 2,
- 19,
- 2,
- 0.25644,
- "_IQIVCDILNCVMK_"
- ],
- [
- 4139,
- 2,
- 14,
- 3,
- 0.1852,
- "_ELWTILLGR_"
- ],
- [
- 45089,
- 2,
- 10,
- 3,
- 0.1282,
- "_IAAVEALCMLAQSSPSFAEK_"
- ],
- [
- 38319,
- 2,
- 13,
- 3,
- 0.17096,
- "_QHLPLSDLSLAVQLFAK_"
- ],
- [
- 24396,
- 2,
- 19,
- 6,
- 0.25644,
- "_WSGLLVTVGEVLEK_"
- ],
- [
- 22924,
- 3,
- 8,
- 2,
- 0.099712,
- "_LLPGSEYLTHELLLSCVFR_"
- ],
- [
- 51276,
- 3,
- 24,
- 10,
- 0.32771,
- "_MAAISESNINLCGSHCGVSIGEDGPSQMALEDLAMFR_"
- ],
- [
- 41961,
- 4,
- 17,
- 9,
- 0.22795,
- "_EAASLTSLADSVHLQTPLHMAIAYNHPDVVSVILEQK_"
- ],
- [
- 48556,
- 3,
- 14,
- 6,
- 0.1852,
- "_SGHVFTIEPMICEGGWQDETWPDGWTAVTR_"
- ],
- [
- 26855,
- 2,
- 11,
- 2,
- 0.14245,
- "_YETLEVDVASWFK_"
- ],
- [
- 41362,
- 3,
- 16,
- 8,
- 0.2137,
- "_YFAEALGPLQSFQARPDDLLINTYPK_"
- ],
- [
- 16271,
- 3,
- 18,
- 7,
- 0.24221,
- "_EQIKLDEGWVPLEIMIK_"
- ],
- [
- 26403,
- 3,
- 16,
- 4,
- 0.2137,
- "_EVIYDMLNALAAYHAPEEADK_"
- ],
- [
- 13855,
- 2,
- 7,
- 3,
- 0.085463,
- "_NYLSLAPLFFK_"
- ],
- [
- 2741,
- 2,
- 11,
- 4,
- 0.14245,
- "_ELLELLGFK_"
- ],
- [
- 29794,
- 3,
- 12,
- 3,
- 0.15671,
- "_EMPVKVEAALALQSLISNQIQAK_"
- ],
- [
- 28312,
- 2,
- 12,
- 5,
- 0.15671,
- "_LLFEDWTYDDFR_"
- ],
- [
- 48763,
- 2,
- 17,
- 3,
- 0.22795,
- "_EGNQEVPFDVPELWYEDEK_"
- ],
- [
- 25795,
- 3,
- 15,
- 5,
- 0.19946,
- "_KDGNASGTTLLEALDCILPPTR_"
- ],
- [
- 8907,
- 2,
- 17,
- 3,
- 0.22795,
- "_MLDILAEYLK_"
- ],
- [
- 33216,
- 2,
- 17,
- 5,
- 0.22795,
- "_WISLTNFISEATVEK_"
- ],
- [
- 4922,
- 2,
- 17,
- 2,
- 0.22794,
- "_LVLRACMEK_"
- ],
- [
- 6804,
- 2,
- 12,
- 3,
- 0.1567,
- "_YWPVIPLKF_"
- ],
- [
- 39394,
- 2,
- 13,
- 3,
- 0.17095,
- "_ETPPDALILESPFTNIR_"
- ],
- [
- 962,
- 2,
- 20,
- 5,
- 0.27068,
- "_DILADLIPK_"
- ],
- [
- 49535,
- 2,
- 17,
- 7,
- 0.22794,
- "_AQSSQDAVSSMNLFDLGGQYLR_"
- ],
- [
- 29885,
- 3,
- 10,
- 2,
- 0.12819,
- "_IADQLEELNKELTGIQQGFLPK_"
- ],
- [
- 37289,
- 2,
- 19,
- 4,
- 0.25645,
- "_VSGLEPATVDWAFDLTK_"
- ],
- [
- 4800,
- 2,
- 10,
- 4,
- 0.12819,
- "_VTLLDLMIAK_"
- ],
- [
- 28982,
- 3,
- 18,
- 6,
- 0.2422,
- "_LHNVFNDFLMLSNTQFIENR_"
- ],
- [
- 17887,
- 2,
- 15,
- 4,
- 0.19944,
- "_DLLALFNSFKPK_"
- ],
- [
- 51192,
- 2,
- 8,
- 6,
- 0.099705,
- "_GPSADGALGVSISAPGGAIASVPNWTLR_"
- ],
- [
- 32698,
- 2,
- 16,
- 7,
- 0.21371,
- "_MPCTEDYLSLILNR_"
- ],
- [
- 47641,
- 2,
- 16,
- 5,
- 0.21371,
- "_TYLFPETEFIAVTAYQNDK_"
- ],
- [
- 30430,
- 2,
- 16,
- 5,
- 0.21371,
- "_CVGALVGLAVLELNNK_"
- ],
- [
- 17585,
- 2,
- 26,
- 5,
- 0.35619,
- "_VGWEQLLTTIAR_"
- ],
- [
- 31020,
- 2,
- 16,
- 3,
- 0.21371,
- "_TLFSNIVLSGGSTLFK_"
- ],
- [
- 10802,
- 2,
- 26,
- 7,
- 0.35619,
- "_FMLQDVLDLR_"
- ],
- [
- 3154,
- 2,
- 15,
- 3,
- 0.19944,
- "_LPFLVMIIK_"
- ],
- [
- 47058,
- 3,
- 17,
- 8,
- 0.22798,
- "_YIIVTQVGPGPQILDDPCAHLLGPDGLPKPAA_"
- ],
- [
- 32635,
- 4,
- 13,
- 3,
- 0.17097,
- "_SYIEGYVPSQADVAVFEAVSSPPPADLCHALR_"
- ],
- [
- 34101,
- 3,
- 13,
- 4,
- 0.17097,
- "_KPLLSPIPELPEVPEMTPSIPSIR_"
- ],
- [
- 50417,
- 2,
- 16,
- 4,
- 0.21372,
- "_LAADPSVVNLGQGFPDISPPTYVK_"
- ],
- [
- 31182,
- 2,
- 14,
- 6,
- 0.18523,
- "_LNTEWSELENLVLK_"
- ],
- [
- 27149,
- 2,
- 17,
- 5,
- 0.22798,
- "_SQLLQYVYNLVPR_"
- ],
- [
- 24787,
- 2,
- 9,
- 2,
- 0.11398,
- "_SLMPYFLLTQAVR_"
- ],
- [
- 51161,
- 2,
- 12,
- 6,
- 0.15671,
- "_LQLLDGEYEVAMQEMEECPISK_"
- ],
- [
- 40833,
- 3,
- 13,
- 4,
- 0.17097,
- "_LLCVAWSPLDPDCIYSGADDFCVHK_"
- ],
- [
- 32016,
- 3,
- 15,
- 5,
- 0.19948,
- "_DDQVTVIGAGVTLHEALAAAELLKK_"
- ],
- [
- 19567,
- 2,
- 16,
- 4,
- 0.21372,
- "_LGWGSGWDVLLPK_"
- ],
- [
- 26337,
- 3,
- 16,
- 3,
- 0.21372,
- "_HQLASISSPVVTSLLINLGSPVK_"
- ],
- [
- 20960,
- 2,
- 17,
- 4,
- 0.22798,
- "_EAGLAPVPMIIFAK_"
- ],
- [
- 41934,
- 3,
- 16,
- 6,
- 0.21372,
- "_KMDLTVNGEQLDLDPGQTLIYYVDEK_"
- ],
- [
- 39085,
- 2,
- 15,
- 7,
- 0.19948,
- "_SNLAYDIVQLPTGLTGIK_"
- ],
- [
- 45757,
- 2,
- 23,
- 6,
- 0.31349,
- "_GNVPSSELQIYTWMDATLK_"
- ],
- [
- 14125,
- 2,
- 11,
- 3,
- 0.14246,
- "_LALIGGLEGFLSK_"
- ],
- [
- 33169,
- 3,
- 15,
- 6,
- 0.19948,
- "_DVQSMDELKDVYNHFLLYYGR_"
- ],
- [
- 50541,
- 3,
- 12,
- 9,
- 0.15671,
- "_GLPWSCSVEDVQNFLSDCTIHDGAAGVHFIYTR_"
- ],
- [
- 41849,
- 4,
- 8,
- 5,
- 0.099724,
- "_VGEVGGNTLGFYDCQFNEDGSMIIAHAFHGALHLWK_"
- ],
- [
- 41571,
- 3,
- 15,
- 6,
- 0.19948,
- "_STLIDTLFNTNFEDYESSHFCPNVK_"
- ],
- [
- 39327,
- 2,
- 20,
- 6,
- 0.27073,
- "_SDGEMVLPGFPDADSFVK_"
- ],
- [
- 32403,
- 3,
- 15,
- 4,
- 0.19948,
- "_NHIWVFINCLIENPTFDSQTK_"
- ],
- [
- 45304,
- 3,
- 9,
- 2,
- 0.11398,
- "_GKDVEFPNDYPSGCLLGCVDLIDCLSQK_"
- ],
- [
- 28825,
- 3,
- 12,
- 5,
- 0.15671,
- "_VTELEDKFDLLVDANDVILER_"
- ],
- [
- 46923,
- 2,
- 14,
- 6,
- 0.18521,
- "_SSFQVQLASNPVLDAWYGAR_"
- ],
- [
- 26819,
- 3,
- 14,
- 7,
- 0.18521,
- "_EFNGQHFILEEAITGDFALVK_"
- ],
- [
- 41230,
- 3,
- 12,
- 5,
- 0.17096,
- "_LVQDVQTFIENLGHDCAANIVMENTK_"
- ],
- [
- 40154,
- 2,
- 12,
- 4,
- 0.15671,
- "_EADLVQLNLQVQAVLQR_"
- ],
- [
- 37707,
- 2,
- 10,
- 4,
- 0.12822,
- "_LDDLLAYLPSDDSSLPK_"
- ],
- [
- 43331,
- 2,
- 16,
- 5,
- 0.21372,
- "_GFSELSTLEVLPQVYNVR_"
- ],
- [
- 24817,
- 2,
- 8,
- 2,
- 0.099733,
- "_NLADEIESYMNLK_"
- ],
- [
- 42122,
- 3,
- 17,
- 6,
- 0.22796,
- "_VSSSSELDLPSGDHCEAGLLQLDVPLLR_"
- ],
- [
- 50860,
- 2,
- 15,
- 4,
- 0.19947,
- "_EPQTPTNVIILSEAEEESLVLNK_"
- ],
- [
- 44887,
- 2,
- 11,
- 5,
- 0.14247,
- "_IFPAALQLVASGTVQLGENGK_"
- ],
- [
- 40692,
- 3,
- 16,
- 8,
- 0.21372,
- "_NFLIEPFVPHSQAEEFYVCIYATR_"
- ],
- [
- 49271,
- 2,
- 13,
- 4,
- 0.17096,
- "_DQDQLQAWESEGLFQISQNK_"
- ],
- [
- 44202,
- 3,
- 17,
- 7,
- 0.22796,
- "_TTVSMALEEYLVCHGIPCYTLDGDNIR_"
- ],
- [
- 39747,
- 3,
- 18,
- 7,
- 0.24222,
- "_TSQTWHGGIATIFQSPGDEVWGVVWK_"
- ],
- [
- 43006,
- 3,
- 23,
- 4,
- 0.31345,
- "_TVPPAVTGITFLSGGQSEEEASINLNAINK_"
- ],
- [
- 43672,
- 2,
- 23,
- 5,
- 0.31345,
- "_AAESLADPTEYENLFPGLK_"
- ],
- [
- 36320,
- 3,
- 15,
- 6,
- 0.19947,
- "_KDQVEYLVQQNVIPPFCNLLSVK_"
- ],
- [
- 34721,
- 2,
- 15,
- 4,
- 0.19947,
- "_EYFSTFGEVLMVQVK_"
- ],
- [
- 44768,
- 2,
- 11,
- 2,
- 0.14247,
- "_GDAVTVYVSGGNPILFELEK_"
- ],
- [
- 45950,
- 2,
- 10,
- 4,
- 0.12822,
- "_TVLDLIVEDLQSTSEDKEK_"
- ],
- [
- 36427,
- 3,
- 9,
- 6,
- 0.11399,
- "_QTVTSTPCWIELHLNGPLQWLDK_"
- ],
- [
- 25191,
- 3,
- 11,
- 2,
- 0.14248,
- "_LNLTEVEGLADLIHAETEAQR_"
- ],
- [
- 36029,
- 3,
- 14,
- 6,
- 0.18521,
- "_GIISILDEECLRPGEATDLTFLEK_"
- ],
- [
- 42372,
- 2,
- 10,
- 3,
- 0.12822,
- "_ELCINAPAIDPCLYIPR_"
- ],
- [
- 41267,
- 2,
- 13,
- 5,
- 0.17096,
- "_AVECCPTSVELWLALAR_"
- ],
- [
- 22012,
- 4,
- 12,
- 6,
- 0.15673,
- "_QLPDQISFFSGNPSVEIVHGIMHLYK_"
- ],
- [
- 48203,
- 2,
- 14,
- 5,
- 0.18521,
- "_FLAITTDCLQLLAYGNQESK_"
- ],
- [
- 30728,
- 3,
- 12,
- 5,
- 0.15673,
- "_YQNIWNINLQLRPSLITGIMK_"
- ],
- [
- 29950,
- 4,
- 12,
- 5,
- 0.15673,
- "_NLDTGEEIPLSLAEEKLPTGINPLTLHIMR_"
- ],
- [
- 49711,
- 2,
- 12,
- 5,
- 0.15673,
- "_DAASLESQLQDTQELLQEETR_"
- ],
- [
- 23325,
- 3,
- 8,
- 5,
- 0.099752,
- "_YLQCILGVDNIKDVIPFPR_"
- ],
- [
- 48999,
- 3,
- 8,
- 3,
- 0.099752,
- "_EEEDDWVCCATLEGHESTVWSLAFDPSGQR_"
- ],
- [
- 33368,
- 2,
- 5,
- 2,
- 0.057014,
- "_CSVFQCLLNLCSLK_"
- ],
- [
- 7970,
- 2,
- 11,
- 2,
- 0.14248,
- "_EFNFLDYLK_"
- ],
- [
- 17247,
- 3,
- 12,
- 2,
- 0.15673,
- "_VTEELLFELFHQAGPVIK_"
- ],
- [
- 32362,
- 2,
- 13,
- 5,
- 0.17096,
- "_FCEDWMQAFLNGAK_"
- ],
- [
- 47818,
- 2,
- 15,
- 5,
- 0.19947,
- "_SPQLILVNMASFPECTAAAIK_"
- ],
- [
- 33475,
- 2,
- 15,
- 5,
- 0.19947,
- "_GSLTFEPLTLVPIQTK_"
- ],
- [
- 45542,
- 3,
- 18,
- 8,
- 0.24222,
- "_DVMQNHLLQMLCLVAMEKPASTNSDDVR_"
- ],
- [
- 43927,
- 2,
- 16,
- 4,
- 0.21373,
- "_LDVLVNNAYAGVQTILNTR_"
- ],
- [
- 44822,
- 3,
- 16,
- 6,
- 0.21373,
- "_ELDALGHELPVLAPQWEGYDELQTDGNR_"
- ],
- [
- 28510,
- 2,
- 15,
- 5,
- 0.19947,
- "_MLLPNILLTGTPGVGK_"
- ],
- [
- 45016,
- 2,
- 10,
- 5,
- 0.12822,
- "_CLDSEVVTFEILSDDYSK_"
- ],
- [
- 37779,
- 2,
- 10,
- 4,
- 0.12822,
- "_LEDDDFDLIEENLGVK_"
- ],
- [
- 44030,
- 2,
- 14,
- 5,
- 0.18519,
- "_LLEPSSPQFVQMLSWTSK_"
- ],
- [
- 36811,
- 2,
- 17,
- 6,
- 0.22796,
- "_MQQLEQMLTALDQMR_"
- ],
- [
- 40296,
- 2,
- 11,
- 4,
- 0.14246,
- "_LCYELDLEESAVELMK_"
- ],
- [
- 35543,
- 3,
- 14,
- 5,
- 0.18519,
- "_VSNEEVTEELLHVNDDLNNVFLR_"
- ],
- [
- 45311,
- 2,
- 11,
- 5,
- 0.14246,
- "_HGEQDPSLWEQALSYFAR_"
- ],
- [
- 24886,
- 3,
- 17,
- 5,
- 0.22796,
- "_ELLVDCYKPTEAFISGLLDK_"
- ],
- [
- 35870,
- 2,
- 13,
- 3,
- 0.17096,
- "_DLVSACDLLGVGAEYAR_"
- ],
- [
- 43737,
- 2,
- 13,
- 4,
- 0.17096,
- "_MPAEIVVLLDSEDNPSLPK_"
- ],
- [
- 32576,
- 2,
- 11,
- 3,
- 0.14246,
- "_NNYSEDLELASLLIK_"
- ],
- [
- 35269,
- 2,
- 12,
- 6,
- 0.15671,
- "_LGMPQFLSTEAQSLLR_"
- ],
- [
- 23790,
- 2,
- 18,
- 3,
- 0.24221,
- "_YFEVDFPMIVTR_"
- ],
- [
- 25947,
- 2,
- 13,
- 5,
- 0.17096,
- "_ADEIEMIMTDLER_"
- ],
- [
- 27608,
- 4,
- 12,
- 7,
- 0.15671,
- "_YQLTNAFGSFDLLDNTDIHLHFPAGAVTK_"
- ],
- [
- 48807,
- 2,
- 19,
- 5,
- 0.25645,
- "_HNYECLVYVQLPFMEDLR_"
- ],
- [
- 41110,
- 3,
- 12,
- 3,
- 0.15671,
- "_KEIEVDSSPSVLEILDTAGTEQFASMR_"
- ],
- [
- 48492,
- 2,
- 15,
- 4,
- 0.19945,
- "_GATLAFLNDEVWNLSNVQQGK_"
- ],
- [
- 42702,
- 3,
- 22,
- 8,
- 0.2992,
- "_FFEEVNDPAKNDALEMVEETTWQGLK_"
- ],
- [
- 22170,
- 3,
- 12,
- 3,
- 0.15671,
- "_ARNDEYENLFNMIVEIPR_"
- ],
- [
- 11635,
- 3,
- 10,
- 4,
- 0.12822,
- "_LKLVLLELNFLPTTGTK_"
- ],
- [
- 43912,
- 2,
- 10,
- 4,
- 0.12822,
- "_YDFGIYDDDPEIITLER_"
- ],
- [
- 46393,
- 2,
- 16,
- 7,
- 0.2137,
- "_VSQMAQYFEPLTLAAVGAASK_"
- ],
- [
- 28958,
- 2,
- 16,
- 6,
- 0.2137,
- "_FQDNFEFVQWFK_"
- ],
- [
- 47392,
- 3,
- 24,
- 9,
- 0.32768,
- "_AFAMIIDKLEEDISSSMTNSTAASRPPVTLR_"
- ],
- [
- 49830,
- 2,
- 9,
- 5,
- 0.11399,
- "_SLCYQLPACVSPGVTVVISPLR_"
- ],
- [
- 47149,
- 2,
- 15,
- 5,
- 0.19945,
- "_EMNDLPDTQVFICTSPLLK_"
- ],
- [
- 47583,
- 3,
- 15,
- 5,
- 0.19945,
- "_FFVDGQWTHDPSEPIVTSQLGTVNNIIQVK_"
- ],
- [
- 32423,
- 2,
- 12,
- 4,
- 0.1567,
- "_VAALTFEANVLAELEK_"
- ],
- [
- 30443,
- 3,
- 17,
- 6,
- 0.22795,
- "_ERPISLGIFPLPAGDGLLTPDAQK_"
- ],
- [
- 51420,
- 2,
- 6,
- 5,
- 0.071249,
- "_VWGNVVTVEWADPVEEPDPEVMAK_"
- ],
- [
- 33556,
- 3,
- 13,
- 5,
- 0.17095,
- "_VEGFLTPNKYDNEAIGLWLPLTK_"
- ],
- [
- 51492,
- 3,
- 15,
- 7,
- 0.19944,
- "_NSGPLGTEMNTGFSSEVKEDLNGPFLNQLETDPSLDMK_"
- ],
- [
- 50466,
- 3,
- 13,
- 8,
- 0.17095,
- "_DDSNESDVVESLDEIYHTGTFAQIHEMQDLGDK_"
- ],
- [
- 38497,
- 2,
- 20,
- 4,
- 0.27069,
- "_IPMPVNFNEPLSMLQR_"
- ],
- [
- 45026,
- 2,
- 20,
- 3,
- 0.27069,
- "_ILQQGTEFDTLAETVLADR_"
- ],
- [
- 41558,
- 2,
- 7,
- 2,
- 0.085491,
- "_ETTVSQLLINPTDLDIGR_"
- ],
- [
- 14502,
- 4,
- 13,
- 5,
- 0.17095,
- "_TFEQLHSTIGHQALEDILPFLLK_"
- ],
- [
- 32092,
- 3,
- 13,
- 6,
- 0.17095,
- "_LKLGEIVTTIPTIGFNVETVEYK_"
- ],
- [
- 50549,
- 2,
- 9,
- 3,
- 0.11397,
- "_EVNENFAIDLIAEQPVSEVETR_"
- ],
- [
- 37125,
- 3,
- 14,
- 4,
- 0.1852,
- "_EFEETMDALQADIDQLEAEKAELK_"
- ],
- [
- 9496,
- 2,
- 18,
- 6,
- 0.2422,
- "_SIFSAVLDELK_"
- ],
- [
- 45438,
- 3,
- 11,
- 7,
- 0.14246,
- "_TSESVLSVEHGQPVESVLLFPSGGLLVSAGGR_"
- ],
- [
- 48858,
- 3,
- 15,
- 7,
- 0.19944,
- "_AEGSDVANAVLDGADCIMLSGETAKGDYPLEAVR_"
- ],
- [
- 43744,
- 4,
- 17,
- 7,
- 0.22795,
- "_GPQGPGGGGINVQEILTSIMGSPNSHPSEELLKQPDYSDK_"
- ],
- [
- 48454,
- 3,
- 25,
- 7,
- 0.34193,
- "_GAMPPAPVPAGTPAPPGPATMMPDGTLGLTPPTTER_"
- ],
- [
- 17636,
- 2,
- 15,
- 6,
- 0.19944,
- "_GDLDLELVLLCK_"
- ],
- [
- 45644,
- 2,
- 13,
- 5,
- 0.17095,
- "_AQLSDYSDIVTTLDLAPPTK_"
- ],
- [
- 44677,
- 3,
- 13,
- 5,
- 0.17096,
- "_LEDSLWVSLTDQHVQLPM(Oxidation (M))AMTAENLAVK_"
- ],
- [
- 50534,
- 3,
- 9,
- 5,
- 0.11401,
- "_SLAAETTEEEEEEEEVPWTQHEFELAQWAFR_"
- ],
- [
- 46072,
- 2,
- 22,
- 6,
- 0.29921,
- "_DVGLPLCQALVEAEDGNPDR_"
- ],
- [
- 37162,
- 2,
- 11,
- 2,
- 0.14248,
- "_ELVFDIDMTDYDDVR_"
- ],
- [
- 47942,
- 2,
- 6,
- 2,
- 0.071232,
- "_EYLNETVTEVWIEDPYIR_"
- ],
- [
- 51436,
- 2,
- 10,
- 4,
- 0.12823,
- "_(Acetyl (Protein N-term))ADDLDFETGDAGASATFPM(Oxidation (M))QCSALR_"
- ],
- [
- 16580,
- 3,
- 7,
- 2,
- 0.085505,
- "_TILLLLLETLGDKDHSIR_"
- ],
- [
- 47700,
- 3,
- 22,
- 9,
- 0.29921,
- "_ETGANLAICQWGFDDEANHLLLQNNLPAVR_"
- ],
- [
- 51188,
- 2,
- 9,
- 6,
- 0.11401,
- "_LEDPTEVTPGLSFFNPVCATPNSK_"
- ],
- [
- 20968,
- 3,
- 11,
- 4,
- 0.14248,
- "_DFSHDDTLDVPTQVELLIK_"
- ],
- [
- 31315,
- 3,
- 13,
- 5,
- 0.17096,
- "_LVFFEVSPVSFHQVSEVLSEEK_"
- ],
- [
- 32918,
- 3,
- 8,
- 3,
- 0.099747,
- "_LSNFLPDLPGMIDLPGSHDNSSLR_"
- ],
- [
- 48592,
- 3,
- 11,
- 7,
- 0.14248,
- "_HCSLLCNPLSCVPALEAPPSLVSLGCSGGCPR_"
- ],
- [
- 51784,
- 3,
- 17,
- 8,
- 0.22795,
- "_AVEYLLTGIPGSPEPEHGSVQESQVSEQPATEAAGENPLEFLR_"
- ],
- [
- 20235,
- 3,
- 13,
- 6,
- 0.17096,
- "_TVLDLIVEDLQSTSEDKEK_"
- ],
- [
- 40641,
- 2,
- 16,
- 7,
- 0.21369,
- "_TYLTITDTQLVNSLLEK_"
- ],
- [
- 34131,
- 2,
- 17,
- 4,
- 0.22795,
- "_LNTLASLGYAVVVIDGR_"
- ],
- [
- 36507,
- 2,
- 17,
- 5,
- 0.22795,
- "_EAIGAVIHYLLQVGSEK_"
- ],
- [
- 32593,
- 3,
- 16,
- 6,
- 0.21369,
- "_AAFAHFPELYDFALSNVAEVDTR_"
- ],
- [
- 35743,
- 2,
- 17,
- 4,
- 0.22795,
- "_YLPDTLLLEECGLLR_"
- ],
- [
- 28001,
- 2,
- 17,
- 6,
- 0.22795,
- "_VLDILEDYCMWR_"
- ],
- [
- 18912,
- 2,
- 15,
- 4,
- 0.19946,
- "_GPLDLAAVWMQGR_"
- ],
- [
- 11177,
- 2,
- 15,
- 5,
- 0.19946,
- "_DFLDSLGFSTR_"
- ],
- [
- 39087,
- 4,
- 15,
- 5,
- 0.19946,
- "_VEMEDAHTAVIGLPSGLESWSFFAVYDGHAGSQVAK_"
- ],
- [
- 38176,
- 4,
- 17,
- 10,
- 0.22795,
- "_GLPWSCSVEDVQNFLSDCTIHDGAAGVHFIYTR_"
- ],
- [
- 37081,
- 2,
- 15,
- 2,
- 0.19946,
- "_SPPFFENLTLDLQPPK_"
- ],
- [
- 30714,
- 4,
- 14,
- 6,
- 0.18521,
- "_ALLDFEDKDGDKVVAGDEWLFEGPGTYIPR_"
- ],
- [
- 47696,
- 2,
- 14,
- 6,
- 0.18521,
- "_LLEAQIASGGVVDPVNSVFLPK_"
- ],
- [
- 46205,
- 3,
- 13,
- 5,
- 0.17095,
- "_KFYLCLFSGPSTFIPEGLSENQDEVEPR_"
- ],
- [
- 19171,
- 3,
- 13,
- 6,
- 0.17095,
- "_VAQLVIDSDLDVLLFPDKK_"
- ],
- [
- 13859,
- 2,
- 11,
- 3,
- 0.14246,
- "_GILTVDELLAIR_"
- ],
- [
- 43116,
- 3,
- 21,
- 8,
- 0.28494,
- "_NIILEEGKEILVGDVGQTVDDPYATFVK_"
- ],
- [
- 51529,
- 3,
- 15,
- 9,
- 0.19944,
- "_IADISQVYTQNAEMRPLGCCMILIGIDEEQGPQVYK_"
- ],
- [
- 25317,
- 3,
- 20,
- 6,
- 0.27069,
- "_HNYECLVYVQLPFMEDLR_"
- ],
- [
- 16332,
- 2,
- 18,
- 6,
- 0.24217,
- "_DMFAFMGSLDTK_"
- ],
- [
- 51156,
- 3,
- 20,
- 7,
- 0.27069,
- "_LTQAIAETPENDIPETEVEDDEGWMSHVLQFEDK_"
- ],
- [
- 31990,
- 3,
- 18,
- 7,
- 0.24217,
- "_AEPYCSVLPGFTFIQHLPLSER_"
- ],
- [
- 29438,
- 2,
- 10,
- 3,
- 0.12824,
- "_QLEADILDVNQIFK_"
- ],
- [
- 43828,
- 3,
- 12,
- 6,
- 0.15671,
- "_QLQGCPWAPGPAPCLLPQLELHPGLLDK_"
- ],
- [
- 30722,
- 2,
- 13,
- 3,
- 0.17095,
- "_DVTFSPATIENELIK_"
- ],
- [
- 20031,
- 4,
- 13,
- 4,
- 0.17095,
- "_KAPPPLAAALAHEAVSQLLQTDLSEFR_"
- ],
- [
- 42960,
- 4,
- 15,
- 6,
- 0.19944,
- "_HAEGQLSFIQHSLINPEIFCFADYPCHTVATDILK_"
- ],
- [
- 21986,
- 4,
- 12,
- 3,
- 0.15671,
- "_KVTMINAIPVASLDPIKEWLNSCDLK_"
- ],
- [
- 35227,
- 3,
- 10,
- 4,
- 0.12824,
- "_IMRPTDVPDQGLLCDLLWSDPDK_"
- ],
- [
- 38469,
- 3,
- 12,
- 4,
- 0.15671,
- "_ELELVQNAFFTDPNDQSAWFYHR_"
- ],
- [
- 48559,
- 2,
- 22,
- 6,
- 0.29918,
- "_DFPEYTFAIADEEDYAGEVK_"
- ],
- [
- 24477,
- 2,
- 12,
- 5,
- 0.15671,
- "_VLNQLEELLSDMK_"
- ],
- [
- 35498,
- 2,
- 19,
- 4,
- 0.25643,
- "_LSLSNAISTALPLTQLR_"
- ],
- [
- 30562,
- 2,
- 15,
- 2,
- 0.19944,
- "_LGLEFFDQPAVPLAR_"
- ],
- [
- 44306,
- 2,
- 11,
- 3,
- 0.14246,
- "_VNQWTTNVVEQTLSQLTK_"
- ],
- [
- 19576,
- 2,
- 16,
- 5,
- 0.21369,
- "_AGTLLPVIQFLQK_"
- ],
- [
- 32760,
- 2,
- 12,
- 5,
- 0.15671,
- "_TDVVVNSVPLDLVLSR_"
- ],
- [
- 26077,
- 3,
- 15,
- 4,
- 0.19944,
- "_IQVSERPLMFLLDTPGVLAPR_"
- ],
- [
- 42209,
- 2,
- 15,
- 4,
- 0.19945,
- "_DELVEAACALTCDWAER_"
- ],
- [
- 31007,
- 2,
- 18,
- 5,
- 0.24219,
- "_FLGLLYELEENTDK_"
- ],
- [
- 12073,
- 4,
- 20,
- 6,
- 0.2707,
- "_GDLSGHFEHLMVALVTPPAVFDAK_"
- ],
- [
- 21714,
- 3,
- 15,
- 5,
- 0.19945,
- "_ADLSIPDLHEIVTEELEER_"
- ],
- [
- 43822,
- 2,
- 12,
- 4,
- 0.15672,
- "_VTEELLFELFHQAGPVIK_"
- ],
- [
- 15989,
- 3,
- 14,
- 4,
- 0.18521,
- "_EKTELLQTLSSDVSELLK_"
- ],
- [
- 16561,
- 2,
- 15,
- 5,
- 0.19945,
- "_AQLGLGEIILAIR_"
- ],
- [
- 25704,
- 2,
- 15,
- 3,
- 0.19945,
- "_ESFADVLPEAAALVK_"
- ],
- [
- 42984,
- 2,
- 18,
- 6,
- 0.24219,
- "_AVPLAVPLGQTEVFQALQR_"
- ],
- [
- 16880,
- 2,
- 12,
- 2,
- 0.15672,
- "_QDIMLSLANLVR_"
- ],
- [
- 49154,
- 3,
- 14,
- 6,
- 0.18521,
- "_LDPQCWGVNVQPYSGSPANFAVYTALVEPHGR_"
- ],
- [
- 38568,
- 3,
- 13,
- 5,
- 0.17098,
- "_LESNKPAGDVDMSLSLLQEISSLQEK_"
- ],
- [
- 38217,
- 2,
- 12,
- 5,
- 0.15672,
- "_VSPEVPLQNILPVICAK_"
- ],
- [
- 49285,
- 3,
- 15,
- 7,
- 0.19945,
- "_GFMIQTGDPTGTGMGGESIWGGEFEDEFHSTLR_"
- ],
- [
- 32027,
- 2,
- 11,
- 5,
- 0.1425,
- "_EDLELIMTEMEISR_"
- ],
- [
- 30389,
- 2,
- 16,
- 4,
- 0.21371,
- "_EIQGFFSFPVDNLR_"
- ],
- [
- 20243,
- 2,
- 11,
- 4,
- 0.1425,
- "_IGLPILCVGSVWK_"
- ],
- [
- 48572,
- 2,
- 23,
- 6,
- 0.31344,
- "_QGQYSPMAIEEQVAVIYAGVR_"
- ],
- [
- 25660,
- 2,
- 26,
- 6,
- 0.3562,
- "_GNAIYNLLPDIISR_"
- ],
- [
- 47754,
- 2,
- 10,
- 3,
- 0.12824,
- "_LVCPAAYGEPLQAAASALGAAVR_"
- ],
- [
- 40438,
- 3,
- 16,
- 8,
- 0.21371,
- "_MGFCTDREDINSLCMTVVQNLMER_"
- ],
- [
- 48831,
- 2,
- 11,
- 3,
- 0.1425,
- "_(Acetyl (Protein N-term))AEAHQAVAFQFTVTPDGIDLR_"
- ],
- [
- 47050,
- 2,
- 16,
- 4,
- 0.21371,
- "_DLYANTVLSGGTTMYPGIADR_"
- ],
- [
- 49317,
- 2,
- 16,
- 5,
- 0.21371,
- "_TAAGSSWEDPSLLEWDADDFR_"
- ],
- [
- 41037,
- 2,
- 22,
- 6,
- 0.29921,
- "_LPNFGFVVFDDSEPVQR_"
- ],
- [
- 44618,
- 2,
- 9,
- 4,
- 0.114,
- "_DCEASLFCNPSFIGDTLR_"
- ],
- [
- 44394,
- 2,
- 19,
- 4,
- 0.25644,
- "_LDYFLLSHSLLPALCDSK_"
- ],
- [
- 50946,
- 2,
- 11,
- 3,
- 0.1425,
- "_AGQTVTIWAANAGVTASPPTDLIWK_"
- ],
- [
- 21116,
- 3,
- 15,
- 5,
- 0.19945,
- "_RFDDPGLMLMGFKPLVLLK_"
- ],
- [
- 22628,
- 2,
- 14,
- 4,
- 0.18521,
- "_FAELETILGDIDR_"
- ],
- [
- 35815,
- 2,
- 16,
- 5,
- 0.21371,
- "_LIILANGGPQALVQIMR_"
- ],
- [
- 17995,
- 3,
- 19,
- 9,
- 0.25644,
- "_LDYFLLSHSLLPALCDSK_"
- ],
- [
- 33163,
- 2,
- 11,
- 5,
- 0.1425,
- "_NLGIEAVPWTADIPLK_"
- ],
- [
- 17180,
- 2,
- 11,
- 2,
- 0.14249,
- "_GGATPPALLLLLSR_"
- ],
- [
- 35906,
- 2,
- 11,
- 2,
- 0.14249,
- "_FFLEDPTGTVQLDLSK_"
- ],
- [
- 38129,
- 2,
- 10,
- 2,
- 0.12825,
- "_GIADVGLMEEVVCNIQK_"
- ],
- [
- 32247,
- 3,
- 12,
- 5,
- 0.15675,
- "_FSDSLQEMINFHTILFDQTQR_"
- ],
- [
- 23449,
- 3,
- 10,
- 5,
- 0.12825,
- "_QLFLAFNMLMDRPLEEAVK_"
- ],
- [
- 47594,
- 2,
- 12,
- 3,
- 0.15675,
- "_IDGAVIPDHWLDPSAVWEVK_"
- ],
- [
- 36505,
- 2,
- 13,
- 2,
- 0.17097,
- "_LPSGVFSLEFQDFVNK_"
- ],
- [
- 41300,
- 2,
- 12,
- 5,
- 0.15675,
- "_DLPFVTHTLSSEFTILR_"
- ],
- [
- 41824,
- 2,
- 10,
- 4,
- 0.12825,
- "_IGEDAEVLMSLYDPVESK_"
- ],
- [
- 43166,
- 2,
- 10,
- 5,
- 0.12825,
- "_LPFTALGSGQDAALAVLEDR_"
- ],
- [
- 40904,
- 3,
- 10,
- 3,
- 0.12825,
- "_LELLPDPLLRPSPLLATGQPAGSEDLTK_"
- ],
- [
- 51030,
- 2,
- 12,
- 5,
- 0.15675,
- "_MENILSGNPLLNLTGPSQPQANFK_"
- ],
- [
- 39451,
- 2,
- 19,
- 7,
- 0.25644,
- "_GVESVFDIMEMEDEER_"
- ],
- [
- 21294,
- 2,
- 11,
- 2,
- 0.14249,
- "_SCVAAFLDVVIGGR_"
- ],
- [
- 44261,
- 3,
- 15,
- 8,
- 0.19946,
- "_DVVFNYLHATAFQGTPLAQAVEGPSENVR_"
- ],
- [
- 48108,
- 3,
- 16,
- 5,
- 0.2137,
- "_KILDPNTGEPAPVLSSPPPADVSTFLAFPSPEK_"
- ],
- [
- 33679,
- 3,
- 7,
- 2,
- 0.085474,
- "_ALAVLGEEGTRPEALELELLLSSGR_"
- ],
- [
- 50210,
- 2,
- 16,
- 6,
- 0.2137,
- "_YSNEDTLSVALPYFWEHFDK_"
- ],
- [
- 37293,
- 2,
- 9,
- 4,
- 0.11397,
- "_SIDPVLMAPTCVFLASK_"
- ],
- [
- 33393,
- 3,
- 17,
- 6,
- 0.22795,
- "_DQDWPALAVDLAHHLQVSEDVVR_"
- ],
- [
- 48017,
- 2,
- 24,
- 6,
- 0.32769,
- "_ESSLILAVTPANMDLANSDALK_"
- ],
- [
- 34445,
- 2,
- 15,
- 6,
- 0.19946,
- "_DMGEDLECLCQIMR_"
- ],
- [
- 49812,
- 3,
- 15,
- 6,
- 0.19946,
- "_VAAGVLCELAQDKEAADAIDAEGASAPLMELLHSR_"
- ],
- [
- 44246,
- 2,
- 17,
- 8,
- 0.22795,
- "_LPYVTMGSGSLAAMAVFEDK_"
- ],
- [
- 14390,
- 2,
- 17,
- 6,
- 0.22795,
- "_MLSLDFLDDVR_"
- ],
- [
- 49246,
- 2,
- 15,
- 3,
- 0.19946,
- "_NLITDICTEQCTLSDQLLPK_"
- ],
- [
- 10557,
- 2,
- 17,
- 5,
- 0.22795,
- "_DAAEFELFFR_"
- ],
- [
- 35148,
- 4,
- 19,
- 6,
- 0.25644,
- "_HLAFLAESCATLSQEQHSQELLAELLTHLER_"
- ],
- [
- 39232,
- 2,
- 15,
- 7,
- 0.19946,
- "_MWSIENIAFGSGGGLLQK_"
- ],
- [
- 35963,
- 4,
- 15,
- 8,
- 0.19946,
- "_VAAGVLCELAQDKEAADAIDAEGASAPLMELLHSR_"
- ],
- [
- 19921,
- 3,
- 13,
- 4,
- 0.17099,
- "_AVEQLAEGLLSHYLPDLQR_"
- ],
- [
- 31318,
- 3,
- 14,
- 3,
- 0.18521,
- "_QLQQLQELLSAVSLTDHEGLADK_"
- ],
- [
- 46846,
- 3,
- 17,
- 7,
- 0.22794,
- "_GFAVLEYETAEMAEEAQQQADGLSLGGSHLR_"
- ],
- [
- 18033,
- 2,
- 18,
- 4,
- 0.24219,
- "_NAYAVLYDIILK_"
- ],
- [
- 23235,
- 2,
- 29,
- 6,
- 0.39894,
- "_FFEVILIDPFHK_"
- ],
- [
- 48394,
- 3,
- 26,
- 7,
- 0.35619,
- "_SYIEGYVPSQADVAVFEAVSSPPPADLCHALR_"
- ],
- [
- 36858,
- 3,
- 20,
- 6,
- 0.27067,
- "_CLGIPNTAHFANVTQIEDAVSLWAK_"
- ],
- [
- 29077,
- 3,
- 17,
- 6,
- 0.22794,
- "_LLQYSDALEHLLTTGQGVVLER_"
- ],
- [
- 51631,
- 3,
- 9,
- 3,
- 0.11397,
- "_AADDREEDGCSQAVPLVPLTEENEEAMENEQFQQLLR_"
- ],
- [
- 34373,
- 3,
- 18,
- 2,
- 0.24219,
- "_TFEQLHSTIGHQALEDILPFLLK_"
- ],
- [
- 51449,
- 3,
- 12,
- 4,
- 0.15673,
- "_VFPSEITDTVAASTAQSPGMNLSHSASSLSLQQAFSELR_"
- ],
- [
- 32670,
- 4,
- 17,
- 7,
- 0.22794,
- "_AATFPLQVLGFEIDAVNSVQFSNHTGYAHWK_"
- ],
- [
- 50274,
- 3,
- 17,
- 7,
- 0.22794,
- "_MDKEYLSLMAELGEAPVPASVGSTSGPATTPLASAPR_"
- ],
- [
- 46626,
- 2,
- 13,
- 2,
- 0.17099,
- "_CVQQTIETIEENIGWMDK_"
- ],
- [
- 44615,
- 3,
- 12,
- 6,
- 0.15673,
- "_DRAEWADIDPVPQNDGPNPVVQIIYSDK_"
- ],
- [
- 48878,
- 3,
- 11,
- 7,
- 0.14248,
- "_VEGEAVICNSPSSIPVTPPGQDHVAVTIQLLLR_"
- ],
- [
- 50071,
- 2,
- 8,
- 4,
- 0.099712,
- "_AVPEAAAMDYVGGYALCLDMTAR_"
- ],
- [
- 46469,
- 2,
- 22,
- 3,
- 0.29918,
- "_EQIVGPLESPVEDSLWPYK_"
- ],
- [
- 8011,
- 3,
- 16,
- 6,
- 0.2137,
- "_LSVEEFFMDLHNFR_"
- ],
- [
- 22744,
- 3,
- 16,
- 5,
- 0.2137,
- "_ACGLLNCEAVLQLLTCHLR_"
- ],
- [
- 49563,
- 2,
- 15,
- 4,
- 0.19946,
- "_CDTYATEFDLEAEEYVPLPK_"
- ],
- [
- 26917,
- 3,
- 10,
- 2,
- 0.12821,
- "_EQM(Oxidation (M))DNAVYTFETLLHQELGK_"
- ],
- [
- 28197,
- 2,
- 15,
- 6,
- 0.19946,
- "_TMLETEEGILLLVR_"
- ],
- [
- 50978,
- 3,
- 18,
- 7,
- 0.24219,
- "_TFDESDFDDEAYYAALGTRPPINMEELDESYQK_"
- ],
- [
- 45287,
- 3,
- 10,
- 6,
- 0.12821,
- "_YLNEYGAPDAGGLEHVPLGWSYWYALEK_"
- ],
- [
- 49035,
- 2,
- 22,
- 7,
- 0.29918,
- "_NIPPYFVALVPQEEELDDQK_"
- ],
- [
- 42186,
- 2,
- 18,
- 6,
- 0.24219,
- "_GWFDAEGQALDGVSISDLK_"
- ],
- [
- 34779,
- 3,
- 15,
- 7,
- 0.19946,
- "_TQLTSMLMMNLESRPVIFEDVGR_"
- ],
- [
- 50199,
- 2,
- 13,
- 6,
- 0.17099,
- "_LNSNTQVVLLSATMPSDVLEVTK_"
- ],
- [
- 34936,
- 2,
- 9,
- 3,
- 0.11397,
- "_DTSGAAALEMMSQAMIR_"
- ],
- [
- 47488,
- 2,
- 16,
- 6,
- 0.2137,
- "_EVFLSNLEETCPMTCILGK_"
- ],
- [
- 48225,
- 2,
- 11,
- 5,
- 0.14248,
- "_ALLQDSAPQPALPQVQIPFPR_"
- ],
- [
- 29217,
- 3,
- 7,
- 2,
- 0.085476,
- "_VTDSCIVALLSHGVEGAIYGVDGK_"
- ],
- [
- 49618,
- 2,
- 19,
- 9,
- 0.25643,
- "_VEQLFQVMNGILAQDSACSQR_"
- ],
- [
- 46041,
- 2,
- 19,
- 5,
- 0.25643,
- "_APEVPVISGAFCYDVVLDSK_"
- ],
- [
- 10325,
- 2,
- 14,
- 5,
- 0.18523,
- "_LLLIDWPELK_"
- ],
- [
- 28502,
- 2,
- 13,
- 5,
- 0.17097,
- "_FFLSINWQDVVQK_"
- ],
- [
- 34912,
- 2,
- 20,
- 6,
- 0.27068,
- "_EQGYDVIAYLANIGQK_"
- ],
- [
- 50011,
- 3,
- 14,
- 6,
- 0.18523,
- "_AQEIQDESAVLWLDEIQGGIWQSNKDTQEAQK_"
- ],
- [
- 47523,
- 2,
- 12,
- 4,
- 0.15672,
- "_TIVLVPSPLGQQQDMIFEAR_"
- ],
- [
- 44108,
- 2,
- 12,
- 5,
- 0.15672,
- "_LPSSVFASEFEEDVGLLNK_"
- ],
- [
- 14169,
- 3,
- 9,
- 3,
- 0.11395,
- "_EALGHWLGLLNADGWIGR_"
- ],
- [
- 50928,
- 3,
- 14,
- 7,
- 0.18523,
- "_NAFANDTIPSESYISAVQAAHLGTLCSQSLPLAASLK_"
- ],
- [
- 27216,
- 2,
- 29,
- 7,
- 0.39892,
- "_DDGLFSGDPNWFPK_"
- ],
- [
- 45734,
- 2,
- 16,
- 3,
- 0.21371,
- "_AVEQLAEGLLSHYLPDLQR_"
- ],
- [
- 32447,
- 2,
- 11,
- 4,
- 0.14245,
- "_DNMSVILICFPNAPK_"
- ],
- [
- 28575,
- 3,
- 16,
- 5,
- 0.21371,
- "_YQPNIDVQESIHFLESEFSR_"
- ],
- [
- 12016,
- 2,
- 11,
- 4,
- 0.14245,
- "_NLDPLVYLLSK_"
- ],
- [
- 46826,
- 3,
- 16,
- 8,
- 0.21371,
- "_SAVLSEPVLFLKPSTAYAPEGSPILMPAYTR_"
- ],
- [
- 36545,
- 4,
- 17,
- 7,
- 0.22794,
- "_(Acetyl (Protein N-term))SAIQNLHSFDPFADASKGDDLLPAGTEDYIHIR_"
- ],
- [
- 42872,
- 4,
- 11,
- 7,
- 0.14245,
- "_HVPGASFFDIEECRDTASPYEMMLPSEAGFAEYVGR_"
- ],
- [
- 36482,
- 3,
- 14,
- 4,
- 0.18523,
- "_SDTPSMLNPANVPTHLLLMCCVLR_"
- ],
- [
- 43203,
- 3,
- 12,
- 4,
- 0.15672,
- "_AEPPQCTSLAWSADGQTLFAGYTDNLVR_"
- ],
- [
- 26333,
- 2,
- 12,
- 4,
- 0.15672,
- "_IYIGDDNPLTLIVK_"
- ],
- [
- 38417,
- 3,
- 21,
- 7,
- 0.28491,
- "_IVAAGCIPLTLGGDHTITYPILQAMAK_"
- ],
- [
- 45141,
- 3,
- 15,
- 5,
- 0.19945,
- "_AAAANLCPGDVILAIDGFGTESMTHADAQDR_"
- ],
- [
- 36288,
- 3,
- 18,
- 6,
- 0.24218,
- "_GHQLLEEVTQGDMSAADTFLSDLPR_"
- ],
- [
- 48517,
- 2,
- 15,
- 4,
- 0.19945,
- "_SYYNVVLQNILETENEYSK_"
- ],
- [
- 22460,
- 2,
- 18,
- 3,
- 0.24218,
- "_DWCPWVNITLGK_"
- ],
- [
- 33998,
- 2,
- 14,
- 5,
- 0.18523,
- "_LYTVCDVAMNIIMSK_"
- ],
- [
- 41166,
- 3,
- 18,
- 8,
- 0.24218,
- "_KVTMINAIPVASLDPIKEWLNSCDLK_"
- ],
- [
- 14133,
- 3,
- 10,
- 4,
- 0.12821,
- "_SLVTASPLWASFLESLKK_"
- ],
- [
- 10357,
- 2,
- 9,
- 3,
- 0.11395,
- "_(Acetyl (Protein N-term))AEVQVLVLDGR_"
- ],
- [
- 37440,
- 2,
- 10,
- 3,
- 0.12818,
- "_EYPNLSTSLDDAFLLR_"
- ],
- [
- 28861,
- 3,
- 7,
- 3,
- 0.085451,
- "_ILGGVISAISEAAAQYNPEPPPPR_"
- ],
- [
- 20963,
- 2,
- 10,
- 4,
- 0.12818,
- "_NIIGLLNVFTPQK_"
- ],
- [
- 44953,
- 3,
- 14,
- 8,
- 0.1852,
- "_ESTFGYVHGVSGPVVTACDMAGAAMYELVR_"
- ],
- [
- 44842,
- 4,
- 12,
- 8,
- 0.15668,
- "_TTEALAAPADESQASTLRPASPLMHIQGFLAALTTANQDGR_"
- ],
- [
- 25847,
- 3,
- 11,
- 6,
- 0.14244,
- "_FEISCNLSLDAMEEFLNRR_"
- ],
- [
- 17744,
- 4,
- 11,
- 4,
- 0.14244,
- "_LQSLSNHLFEELAMDVYDEVDRR_"
- ],
- [
- 46673,
- 2,
- 14,
- 3,
- 0.1852,
- "_FLAQLSEFATTNQISLGSLR_"
- ],
- [
- 47446,
- 2,
- 15,
- 5,
- 0.19946,
- "_SCSTFEQWFNAPFAMTGEK_"
- ],
- [
- 45388,
- 3,
- 21,
- 8,
- 0.28491,
- "_KPVIAAVNGYAFGGGCELAMMCDIIYAGEK_"
- ],
- [
- 50547,
- 3,
- 15,
- 9,
- 0.19946,
- "_EGYGLSWNPNLSGHLLSASDDHTICLWDISAVPK_"
- ],
- [
- 31738,
- 3,
- 23,
- 7,
- 0.3134,
- "_GDLSGHFEHLMVALVTPPAVFDAK_"
- ],
- [
- 29251,
- 3,
- 16,
- 6,
- 0.21368,
- "_YSNEDTLSVALPYFWEHFDK_"
- ],
- [
- 42691,
- 2,
- 14,
- 5,
- 0.1852,
- "_(Acetyl (Protein N-term))MELPAVGEHVFAVESIEK_"
- ],
- [
- 44042,
- 3,
- 16,
- 6,
- 0.21368,
- "_APYFSGSSTFSPTILSSDKETIEIIDLAK_"
- ],
- [
- 48912,
- 2,
- 16,
- 5,
- 0.21368,
- "_IEEEEQEPEPPEPFEYIDD_"
- ],
- [
- 23728,
- 3,
- 16,
- 7,
- 0.21368,
- "_LTELMFEHYNIPAFFLCK_"
- ],
- [
- 38198,
- 4,
- 14,
- 8,
- 0.18519,
- "_EGYGLSWNPNLSGHLLSASDDHTICLWDISAVPK_"
- ],
- [
- 22919,
- 3,
- 16,
- 7,
- 0.2137,
- "_IDGAVIPDHWLDPSAVWEVK_"
- ],
- [
- 36663,
- 3,
- 17,
- 8,
- 0.22792,
- "_LLEDFGDGGAFPEIHVAQYPLDMGR_"
- ],
- [
- 28969,
- 2,
- 13,
- 3,
- 0.17092,
- "_QLIFCTLAALAEER_"
- ],
- [
- 22122,
- 2,
- 12,
- 3,
- 0.15668,
- "_LLGPLLPASDLMLK_"
- ],
- [
- 11095,
- 3,
- 18,
- 5,
- 0.24217,
- "_DLPVTEAVFSALVTGHAR_"
- ],
- [
- 44719,
- 2,
- 12,
- 7,
- 0.15668,
- "_MVMESGDWLVGGDLQVLEK_"
- ],
- [
- 20770,
- 2,
- 18,
- 5,
- 0.24217,
- "_GLVFDTLYGNLLK_"
- ],
- [
- 30742,
- 4,
- 12,
- 6,
- 0.15668,
- "_LAQDDLHIMDSLELPTGDPQYLTELAHYR_"
- ],
- [
- 34975,
- 2,
- 19,
- 6,
- 0.25641,
- "_LSVEEFFMDLHNFR_"
- ],
- [
- 22989,
- 2,
- 17,
- 4,
- 0.22792,
- "_VLFLFEFDEQGR_"
- ],
- [
- 51106,
- 2,
- 22,
- 4,
- 0.29915,
- "_SLEEILNSIPPPPPPAMTNEAGAPR_"
- ],
- [
- 50926,
- 2,
- 13,
- 5,
- 0.17092,
- "_ALVIGGEACMWGEYVDNTNLVPR_"
- ],
- [
- 45076,
- 3,
- 10,
- 3,
- 0.12819,
- "_AEWADIDPVPQNDGPNPVVQIIYSDKFR_"
- ],
- [
- 37621,
- 2,
- 11,
- 4,
- 0.14242,
- "_ADEQTTCEVLDYFLR_"
- ],
- [
- 33140,
- 3,
- 11,
- 3,
- 0.14242,
- "_KFVIPDFMSFTSHIDELYESAK_"
- ],
- [
- 49172,
- 2,
- 24,
- 7,
- 0.32763,
- "_VLGPYTFSICDTSNFSDYIR_"
- ],
- [
- 35948,
- 2,
- 8,
- 4,
- 0.099689,
- "_(Acetyl (Protein N-term))STLLLNLDFGEPPPKK_"
- ],
- [
- 38016,
- 3,
- 15,
- 3,
- 0.19944,
- "_GLDIPEVDLVIQSSPPQDVESYIHR_"
- ],
- [
- 45190,
- 2,
- 10,
- 4,
- 0.12819,
- "_EEEDMYMNMVLAHFLQK_"
- ],
- [
- 41183,
- 2,
- 16,
- 3,
- 0.2137,
- "_FINQLLGVVPLSTPTEDK_"
- ],
- [
- 49701,
- 2,
- 10,
- 3,
- 0.12819,
- "_PVNTSLSPSPALALPNLANVDLAK_"
- ],
- [
- 20751,
- 3,
- 9,
- 4,
- 0.11395,
- "_VKDALEFWLQAGVDGFQVR_"
- ],
- [
- 45905,
- 2,
- 13,
- 5,
- 0.17092,
- "_SQALNAFGSGDYTAAIAFLDK_"
- ],
- [
- 25417,
- 3,
- 13,
- 3,
- 0.17092,
- "_SLGADFTFGFIQVMDGEKDPR_"
- ],
- [
- 30781,
- 2,
- 9,
- 5,
- 0.11394,
- "_DVVYFTFGDSELMR_"
- ],
- [
- 10370,
- 3,
- 10,
- 3,
- 0.12819,
- "_LTEFEEAIGVIFTHVR_"
- ],
- [
- 23232,
- 2,
- 8,
- 3,
- 0.099709,
- "_GYIPIYTPFFMR_"
- ],
- [
- 47466,
- 3,
- 13,
- 7,
- 0.17092,
- "_SLEQYDQVLDGAHGASLTDLANLSEGVSLAER_"
- ],
- [
- 30988,
- 2,
- 12,
- 2,
- 0.15667,
- "_VNALLPTETFIPVIR_"
- ],
- [
- 47304,
- 2,
- 12,
- 6,
- 0.15667,
- "_ANEMNISPASLASLYEEDFK_"
- ],
- [
- 31759,
- 2,
- 11,
- 2,
- 0.14244,
- "_EFLFNAIETMPYVK_"
- ],
- [
- 38406,
- 2,
- 22,
- 6,
- 0.29915,
- "_DLPVTEAVFSALVTGHAR_"
- ],
- [
- 46531,
- 2,
- 6,
- 6,
- 0.071196,
- "_QSSANLLCFAPDLIINEQR_"
- ],
- [
- 51005,
- 2,
- 12,
- 5,
- 0.15667,
- "_MSNWQGAIDSCLEALELDPSNTK_"
- ],
- [
- 36824,
- 2,
- 12,
- 6,
- 0.15667,
- "_FGIEPNAELIYEVTLK_"
- ],
- [
- 37175,
- 3,
- 12,
- 2,
- 0.15667,
- "_PSMQFVGLLATDAGYSEFLTGEGHLK_"
- ],
- [
- 49755,
- 2,
- 13,
- 5,
- 0.17092,
- "_HLSDHLSELVEQTLSDLEQSK_"
- ],
- [
- 48009,
- 2,
- 16,
- 4,
- 0.21368,
- "_EQFPDISQESDSPFVFICK_"
- ],
- [
- 27908,
- 3,
- 12,
- 4,
- 0.15667,
- "_ELPEVTNSVFHEINMWVSQR_"
- ],
- [
- 37866,
- 2,
- 14,
- 3,
- 0.18517,
- "_FFPSGLVVLSGGMDAQLK_"
- ],
- [
- 38756,
- 3,
- 17,
- 6,
- 0.22795,
- "_NITLPHLESQSLSIQWVYNILDKK_"
- ],
- [
- 40831,
- 3,
- 14,
- 7,
- 0.18517,
- "_CVNMDGWQANMILDDGGDLTHWVYK_"
- ],
- [
- 38352,
- 2,
- 16,
- 4,
- 0.21368,
- "_SSLGYEITFSLLNPDPK_"
- ],
- [
- 47357,
- 2,
- 16,
- 5,
- 0.21368,
- "_SILSSASATVATVGQGISNVIEK_"
- ],
- [
- 40567,
- 2,
- 15,
- 6,
- 0.19944,
- "_EGINIFLDGYVPTENLR_"
- ],
- [
- 40800,
- 3,
- 15,
- 5,
- 0.19944,
- "_LEGLVLTHQQFSSYEPELFPGLIYR_"
- ],
- [
- 17962,
- 3,
- 7,
- 2,
- 0.085442,
- "_DVVLPTYDITHSMLEAMR_"
- ],
- [
- 30031,
- 3,
- 16,
- 7,
- 0.21368,
- "_AWRDPDEPVLLEEPVVLALAEK_"
- ],
- [
- 31097,
- 2,
- 14,
- 6,
- 0.18517,
- "_PSGEEVLQDIQVMLK_"
- ],
- [
- 44936,
- 2,
- 17,
- 8,
- 0.22794,
- "_LCYGLNMDFVDPAQITMK_"
- ],
- [
- 21699,
- 4,
- 14,
- 6,
- 0.18518,
- "_EALPESGELLDVWTELQDIHDAHGLR_"
- ],
- [
- 13526,
- 3,
- 20,
- 3,
- 0.27068,
- "_LAELLVSVLEQGLPPSHR_"
- ],
- [
- 31801,
- 2,
- 9,
- 4,
- 0.11396,
- "_FEGFMDYSVPEILR_"
- ],
- [
- 45247,
- 3,
- 13,
- 5,
- 0.17092,
- "_GEVLGDVLQLETLKQEAATLAANNTQLQAR_"
- ],
- [
- 37925,
- 2,
- 16,
- 3,
- 0.2137,
- "_NIGVVVVGFPATPIIESR_"
- ],
- [
- 38910,
- 3,
- 12,
- 6,
- 0.15669,
- "_VMGGYDFPGSNSNIDLHALTGWIPER_"
- ],
- [
- 46884,
- 2,
- 12,
- 3,
- 0.15669,
- "_GEPLGVICNWPPALESALQR_"
- ],
- [
- 46219,
- 2,
- 12,
- 7,
- 0.15669,
- "_PGVGLDAINDANLLEACIYR_"
- ],
- [
- 32170,
- 2,
- 18,
- 5,
- 0.2422,
- "_LLETIDQLYLEYAK_"
- ],
- [
- 22766,
- 2,
- 41,
- 6,
- 0.56989,
- "_TFCQLILDPIFK_"
- ],
- [
- 47232,
- 2,
- 15,
- 3,
- 0.19942,
- "_TDIQCLIPCAIDQDPYFR_"
- ],
- [
- 20781,
- 3,
- 14,
- 6,
- 0.18518,
- "_VLLQNTSFFSSLLNEMAHK_"
- ],
- [
- 49260,
- 2,
- 21,
- 6,
- 0.28491,
- "_VSCEAPGDGDPFQGLLSGVAQMK_"
- ],
- [
- 33228,
- 3,
- 10,
- 3,
- 0.12819,
- "_ENDSGEVNWDAFSMPELHNFLR_"
- ],
- [
- 34816,
- 4,
- 10,
- 6,
- 0.12819,
- "_PGNYVEPTIVTGLGHDASIAHTETFAPILYVFK_"
- ],
- [
- 50121,
- 2,
- 11,
- 8,
- 0.14245,
- "_GQWGTVCDNLWDLTDASVVCR_"
- ],
- [
- 47582,
- 3,
- 9,
- 7,
- 0.11392,
- "_YINFEHNVAGQWNPVFMQPLPEEEIVIR_"
- ],
- [
- 34172,
- 2,
- 14,
- 5,
- 0.18515,
- "_SLVWGPGLQAAVVLPVR_"
- ],
- [
- 31513,
- 2,
- 10,
- 2,
- 0.12819,
- "_ELVDYFLNVATAQGR_"
- ],
- [
- 47878,
- 2,
- 11,
- 5,
- 0.14241,
- "_VMNNLGTWIDWQYLQNAAK_"
- ],
- [
- 44424,
- 3,
- 9,
- 4,
- 0.11392,
- "_KECLEDVTAVCILEGFQNQQSMLLADK_"
- ],
- [
- 47240,
- 2,
- 17,
- 4,
- 0.22792,
- "_MLGEALGNPQEVGPLLNTMIK_"
- ],
- [
- 48243,
- 4,
- 9,
- 5,
- 0.11392,
- "_VITPYQDGPDISYLEVEDGDIFLKEEINMEQNHSETMFK_"
- ],
- [
- 41278,
- 3,
- 17,
- 8,
- 0.22792,
- "_GHESEVFICAWNPVSDLLASGSGDSTAR_"
- ],
- [
- 49705,
- 3,
- 12,
- 4,
- 0.15667,
- "_VLTQTSSGGFCGNDGFMHMTLASLPFGGVGASGMGR_"
- ],
- [
- 19169,
- 3,
- 13,
- 5,
- 0.17091,
- "_EEEDMYMNMVLAHFLQK_"
- ],
- [
- 50564,
- 2,
- 15,
- 6,
- 0.1994,
- "_CSAIWSEDGCIYPATIASIDFK_"
- ],
- [
- 31641,
- 4,
- 18,
- 6,
- 0.24216,
- "_HSTVHVDELCPLIVPNLGVAVIHDYADWVK_"
- ],
- [
- 49152,
- 2,
- 20,
- 8,
- 0.27064,
- "_SLLVIPNTLAVNAAQDSTDLVAK_"
- ],
- [
- 46583,
- 2,
- 15,
- 5,
- 0.1994,
- "_NAMLDFVFTVDDPVAWHSK_"
- ],
- [
- 24921,
- 2,
- 12,
- 4,
- 0.15667,
- "_VSLLNEQFLPLIR_"
- ],
- [
- 9717,
- 2,
- 9,
- 2,
- 0.11392,
- "_TALENLIVLLK_"
- ],
- [
- 30216,
- 2,
- 17,
- 5,
- 0.22792,
- "_QLSAFGEYVAEILPK_"
- ],
- [
- 33381,
- 3,
- 11,
- 2,
- 0.14241,
- "_NGFLLLNDSNTTVLGGEVEHLIEK_"
- ],
- [
- 24870,
- 2,
- 14,
- 2,
- 0.18515,
- "_MFEGEMASLTAILK_"
- ],
- [
- 14489,
- 3,
- 11,
- 5,
- 0.14251,
- "_FGVEQDVDMVFASFIRK_"
- ],
- [
- 40818,
- 2,
- 18,
- 6,
- 0.24224,
- "_AGEIITVLDDSDPNWWK_"
- ],
- [
- 21179,
- 3,
- 13,
- 5,
- 0.17099,
- "_NAMLDFVFTVDDPVAWHSK_"
- ],
- [
- 25562,
- 2,
- 14,
- 4,
- 0.18524,
- "_LAGVTALSCWLPLR_"
- ],
- [
- 47411,
- 3,
- 14,
- 7,
- 0.18524,
- "_SFLEANLEWMQEEMESNPDSPYWHQVR_"
- ],
- [
- 50073,
- 2,
- 7,
- 2,
- 0.085518,
- "_IPFYGSYTEMDPVIIASEGVEK_"
- ],
- [
- 37039,
- 2,
- 12,
- 3,
- 0.15674,
- "_TSPPDSSVIVTLLDQAAK_"
- ],
- [
- 11858,
- 2,
- 11,
- 3,
- 0.14251,
- "_FLTEVLLPIVK_"
- ],
- [
- 31425,
- 2,
- 8,
- 2,
- 0.099758,
- "_YPTAEEILVLGGYLR_"
- ],
- [
- 40890,
- 2,
- 10,
- 3,
- 0.12824,
- "_GSWFVQALCSILEEHGK_"
- ],
- [
- 24025,
- 2,
- 12,
- 5,
- 0.15674,
- "_VGGGWMALDEFLVK_"
- ],
- [
- 40877,
- 3,
- 13,
- 6,
- 0.17099,
- "_SPVYLDLAYLPSGSSAHLVDEEFFQR_"
- ],
- [
- 29661,
- 3,
- 26,
- 2,
- 0.3562,
- "_YFEITEEPPYIHFLNTFTSK_"
- ],
- [
- 46803,
- 2,
- 16,
- 3,
- 0.21372,
- "_SITFLCGDAGPLAVAAVLYHK_"
- ],
- [
- 7036,
- 2,
- 16,
- 4,
- 0.21372,
- "_ELYLFDVLR_"
- ],
- [
- 34858,
- 2,
- 11,
- 2,
- 0.14251,
- "_PALPYLDVDMMDICK_"
- ],
- [
- 30792,
- 2,
- 12,
- 6,
- 0.15674,
- "_NLNSLFNNMEELIK_"
- ],
- [
- 39968,
- 4,
- 23,
- 9,
- 0.31346,
- "_EIIQDVTLHDLDVANARPQGGQDILSMMGQLMKPK_"
- ],
- [
- 21537,
- 3,
- 18,
- 7,
- 0.24224,
- "_SITFLCGDAGPLAVAAVLYHK_"
- ],
- [
- 34015,
- 3,
- 10,
- 6,
- 0.12824,
- "_ASLQVLGTVGEPINPEAWLWYHR_"
- ],
- [
- 38091,
- 2,
- 10,
- 3,
- 0.12824,
- "_GDLPDCEADQLLQMIR_"
- ],
- [
- 49461,
- 2,
- 10,
- 3,
- 0.12824,
- "_TAMIAALSPADINYEETLSTLR_"
- ],
- [
- 43758,
- 2,
- 15,
- 6,
- 0.19947,
- "_QMLAVSATYPEFLANALTK_"
- ],
- [
- 32531,
- 2,
- 6,
- 2,
- 0.071287,
- "_VLDLGCGSGLLGITAFK_"
- ],
- [
- 22849,
- 2,
- 15,
- 3,
- 0.19947,
- "_FDGLLGFPGGFVDR_"
- ],
- [
- 48679,
- 2,
- 24,
- 5,
- 0.32769,
- "_IFTLETILISNNQVGSVDPQK_"
- ],
- [
- 45251,
- 3,
- 11,
- 5,
- 0.14251,
- "_GDMSDEDDENEFFDAPEIITMPENLGHK_"
- ],
- [
- 38743,
- 2,
- 17,
- 6,
- 0.22798,
- "_SMMGGGLAEIPGLSINFAK_"
- ],
- [
- 24430,
- 4,
- 12,
- 7,
- 0.15676,
- "_TMDILASLATSVDKGECLGGSTLSLLHDR_"
- ],
- [
- 44526,
- 2,
- 14,
- 6,
- 0.18525,
- "_WDGEGSMYVPEDLLPVYK_"
- ],
- [
- 51675,
- 3,
- 11,
- 11,
- 0.1425,
- "_TCNCETEDYGEKFDENDVITCFANFESDEVELSYAK_"
- ],
- [
- 33385,
- 2,
- 17,
- 5,
- 0.22798,
- "_QIVLTGILEQVVNCR_"
- ],
- [
- 49311,
- 2,
- 17,
- 7,
- 0.22798,
- "_NQILNLTTDNANILLQIDNAR_"
- ],
- [
- 27975,
- 2,
- 7,
- 3,
- 0.085541,
- "_TVSSSVIEQLFFVR_"
- ],
- [
- 39056,
- 3,
- 13,
- 6,
- 0.17099,
- "_LLTQLHYCESTGIPLVVIIGEQELK_"
- ],
- [
- 23927,
- 3,
- 13,
- 4,
- 0.17099,
- "_AKFFPEDVSEELIQEITQR_"
- ],
- [
- 50536,
- 3,
- 14,
- 5,
- 0.18525,
- "_AEVAAIYEPPQIGTQNSLELLEDPKAEVVDEIAAK_"
- ],
- [
- 36212,
- 3,
- 18,
- 8,
- 0.24222,
- "_GASIAHCPNSNLSLSSGFLNVLEVLK_"
- ],
- [
- 16656,
- 2,
- 8,
- 2,
- 0.099771,
- "_EFTNFLDTIIR_"
- ],
- [
- 51112,
- 3,
- 8,
- 8,
- 0.099771,
- "_NTDNAWMETEAVNYHDETGEIMDNLMLEAGDDAGK_"
- ],
- [
- 24408,
- 3,
- 18,
- 8,
- 0.24222,
- "_CMALAQLLVEQNFPAIAIHR_"
- ],
- [
- 49798,
- 3,
- 11,
- 4,
- 0.1425,
- "_FPVEIANEIDGTFSSSGCLNGSFLAVSNDDHYR_"
- ],
- [
- 51187,
- 2,
- 14,
- 5,
- 0.18525,
- "_DDECPVVNAYATLIENDSNPEVR_"
- ],
- [
- 37711,
- 2,
- 19,
- 4,
- 0.2565,
- "_EVLQALEELAVNYDQK_"
- ],
- [
- 37146,
- 2,
- 13,
- 5,
- 0.17099,
- "_IEDLGAAMEEALILDNK_"
- ],
- [
- 18402,
- 3,
- 16,
- 4,
- 0.21372,
- "_ILEETLYVYELLGVPKPK_"
- ],
- [
- 46000,
- 3,
- 11,
- 5,
- 0.1425,
- "_LVGEFLEVTCINPTFICDHPQIM(Oxidation (M))SPLAK_"
- ],
- [
- 51310,
- 3,
- 6,
- 5,
- 0.071302,
- "_HLYNEDNVDISEDTLSPITDVNEAVDVSDLNATEIK_"
- ],
- [
- 20182,
- 4,
- 12,
- 3,
- 0.15676,
- "_TDICEDEDEGDQAASVEELEKQIEK_"
- ],
- [
- 43161,
- 2,
- 11,
- 5,
- 0.1425,
- "_DSIIYLTADSPNVMTTFR_"
- ],
- [
- 35777,
- 2,
- 15,
- 3,
- 0.19949,
- "_IITIPPFLAYGEDGDGK_"
- ],
- [
- 13594,
- 3,
- 12,
- 4,
- 0.15676,
- "_GSWFVQALCSILEEHGK_"
- ],
- [
- 39193,
- 4,
- 15,
- 7,
- 0.19949,
- "_VVGYAFDQVDDHLQTPYHETVYSLLDTLSPAYR_"
- ],
- [
- 28472,
- 3,
- 16,
- 4,
- 0.21372,
- "_GHFAELSQLLEMLNDSQYNPK_"
- ],
- [
- 29401,
- 2,
- 15,
- 2,
- 0.19949,
- "_HDFSTVLTVFPILR_"
- ],
- [
- 42037,
- 3,
- 19,
- 6,
- 0.2565,
- "_ELAQNASSDTPMDPVTFIQTLPSDLRR_"
- ],
- [
- 48712,
- 2,
- 14,
- 5,
- 0.18525,
- "_TLSTEIIFNLSPNNNISEALK_"
- ],
- [
- 35260,
- 2,
- 16,
- 4,
- 0.21372,
- "_LMFTAFLPDSTGSFTR_"
- ],
- [
- 33812,
- 2,
- 15,
- 4,
- 0.19949,
- "_ALLQMVQQFGVDFEK_"
- ],
- [
- 44586,
- 2,
- 15,
- 6,
- 0.19949,
- "_LAGGNDVGIFVAGVLEDSPAAK_"
- ],
- [
- 35880,
- 2,
- 12,
- 3,
- 0.15676,
- "_YILNVTPNLPNFFEK_"
- ],
- [
- 36155,
- 2,
- 13,
- 2,
- 0.17102,
- "_NIANPTAMLLSASNMLR_"
- ],
- [
- 33095,
- 4,
- 11,
- 6,
- 0.14251,
- "_AKGPVTIPYPLFQSHVEDLYVEGLPEGIPFR_"
- ],
- [
- 43197,
- 3,
- 12,
- 6,
- 0.15676,
- "_DFTQPFIHCTDDSPDPCIEYELVLR_"
- ],
- [
- 49238,
- 2,
- 10,
- 6,
- 0.12827,
- "_DTVTISGPQAPVFEFVEQLRK_"
- ],
- [
- 32746,
- 3,
- 13,
- 4,
- 0.17102,
- "_ERESLNASIVDAINQAADCWGIR_"
- ],
- [
- 48179,
- 3,
- 12,
- 5,
- 0.15676,
- "_SYESSLPQTQQVDLDLSRPLFTSAALLSACK_"
- ],
- [
- 46996,
- 2,
- 14,
- 6,
- 0.18525,
- "_FVCMLVTEDNVFEAPTIVK_"
- ],
- [
- 47564,
- 2,
- 10,
- 6,
- 0.12827,
- "_LEGGVAYNVIPATMSASFDFR_"
- ],
- [
- 43058,
- 3,
- 13,
- 5,
- 0.17102,
- "_TMDILASLATSVDKGECLGGSTLSLLHDR_"
- ],
- [
- 22248,
- 3,
- 11,
- 4,
- 0.14251,
- "_KLSALALLSLLPSDNSVIQDK_"
- ],
- [
- 19860,
- 2,
- 13,
- 4,
- 0.17102,
- "_LDLEQLLTMETK_"
- ],
- [
- 39204,
- 3,
- 12,
- 5,
- 0.15676,
- "_ILYLLNQGEHFGTTEATEAFFAMTR_"
- ],
- [
- 33697,
- 2,
- 11,
- 3,
- 0.14251,
- "_MIDEAEVLEFPMVVK_"
- ],
- [
- 25757,
- 2,
- 10,
- 2,
- 0.12827,
- "_GLPFFGQVLLVNEK_"
- ],
- [
- 19721,
- 2,
- 11,
- 3,
- 0.14251,
- "_LILDWVPYINGK_"
- ],
- [
- 43630,
- 2,
- 16,
- 5,
- 0.21375,
- "_ETDLLLDDSLVSIFGNRR_"
- ],
- [
- 39448,
- 3,
- 14,
- 6,
- 0.18525,
- "_GAAVESIPVFGALCSSSSLHQTLEALAR_"
- ],
- [
- 25315,
- 2,
- 17,
- 6,
- 0.22799,
- "_ALLLLLVGGVDQSPR_"
- ],
- [
- 28017,
- 2,
- 17,
- 6,
- 0.22799,
- "_ESYVETELIFALAK_"
- ],
- [
- 47935,
- 3,
- 16,
- 6,
- 0.21375,
- "_RLETEASTGQQLNSLNLSSPFDLNFPLPGEK_"
- ],
- [
- 44863,
- 2,
- 19,
- 7,
- 0.25648,
- "_KLPIDVTEGEVISLGLPFGK_"
- ],
- [
- 8036,
- 2,
- 37,
- 6,
- 0.51295,
- "_DSTLIMQLLR_"
- ],
- [
- 35855,
- 3,
- 16,
- 5,
- 0.21375,
- "_GSNMFNHLSAVSESIPALGWIAVSPK_"
- ],
- [
- 21394,
- 3,
- 27,
- 7,
- 0.37046,
- "_VLNMKPPEILSMIEEAAGTR_"
- ],
- [
- 11945,
- 2,
- 19,
- 5,
- 0.25648,
- "_DLLADLIGCQR_"
- ],
- [
- 27206,
- 2,
- 15,
- 4,
- 0.19951,
- "_ASGLVPNVVVLVATVR_"
- ],
- [
- 11202,
- 2,
- 25,
- 5,
- 0.34197,
- "_DFLTPPLLSVR_"
- ],
- [
- 33224,
- 4,
- 14,
- 6,
- 0.18525,
- "_AFEDDDITHVEGSVDPIRDIEIIHEELQLK_"
- ],
- [
- 45433,
- 2,
- 20,
- 5,
- 0.27076,
- "_DIVINANPASPPLSLLVLHR_"
- ],
- [
- 28137,
- 4,
- 16,
- 8,
- 0.21373,
- "_ANCDASLIVTEELHLITFETEVYHQGLK_"
- ],
- [
- 51444,
- 3,
- 13,
- 9,
- 0.17098,
- "_DAYGNCVTVCNMENLDPLGIHTGESIVVAPSQTLNDR_"
- ],
- [
- 40086,
- 3,
- 12,
- 4,
- 0.15674,
- "_DLQVTLIPTFDSVAMHTWYAETHAR_"
- ],
- [
- 25974,
- 2,
- 18,
- 5,
- 0.24221,
- "_GITEPPFGIFVFNK_"
- ],
- [
- 26366,
- 2,
- 19,
- 5,
- 0.25646,
- "_EFFMSFGNVVELR_"
- ],
- [
- 39880,
- 3,
- 14,
- 5,
- 0.18525,
- "_VEPPELPADLQHWISYNEASSQLLR_"
- ],
- [
- 27483,
- 3,
- 12,
- 5,
- 0.15674,
- "_QQLHDITVPLEVFEYIDQGR_"
- ],
- [
- 49023,
- 2,
- 12,
- 5,
- 0.15674,
- "_FPVFNMSYNPAENAVLLCTR_"
- ],
- [
- 43274,
- 3,
- 18,
- 7,
- 0.24221,
- "_QPSTQSDTYSMLALGNVWLQTLHQPTR_"
- ],
- [
- 41545,
- 3,
- 20,
- 6,
- 0.27071,
- "_DSGYPETLVNLIVLSQHLGKPPEVTNR_"
- ],
- [
- 37134,
- 2,
- 9,
- 4,
- 0.11403,
- "_LWLDYCQFLMDQGR_"
- ],
- [
- 27723,
- 2,
- 17,
- 5,
- 0.22798,
- "_SHFIEIFLEELTK_"
- ],
- [
- 31650,
- 2,
- 13,
- 4,
- 0.17098,
- "_QNGTVVGTDIAELLLR_"
- ],
- [
- 46367,
- 2,
- 15,
- 5,
- 0.19948,
- "_LYIGNLSENAAPSDLESIFK_"
- ],
- [
- 9906,
- 3,
- 15,
- 6,
- 0.19948,
- "_YAGLQGLMSVLAEIRPK_"
- ],
- [
- 29867,
- 3,
- 20,
- 6,
- 0.27071,
- "_TDQVIQSLIALVNDPQPEHPLR_"
- ],
- [
- 44645,
- 3,
- 16,
- 5,
- 0.21373,
- "_ICGLSPTTTLAIYFEVVNQHNAPIPQGGR_"
- ],
- [
- 49568,
- 2,
- 13,
- 5,
- 0.17098,
- "_VVVVDDLLATGGTM(Oxidation (M))NAACELLGR_"
- ],
- [
- 29959,
- 3,
- 16,
- 7,
- 0.21373,
- "_HNIVFGDYTWTEFDEPFLTR_"
- ],
- [
- 33967,
- 2,
- 21,
- 3,
- 0.28498,
- "_DCLVAAAPYGGPIALLR_"
- ],
- [
- 23941,
- 2,
- 16,
- 4,
- 0.21373,
- "_SVLTGGLDALEFIGK_"
- ],
- [
- 29685,
- 2,
- 27,
- 7,
- 0.37043,
- "_TVPFCSTFAAFFTR_"
- ],
- [
- 29996,
- 2,
- 20,
- 5,
- 0.27071,
- "_AAVENLPTFLVELSR_"
- ],
- [
- 40437,
- 4,
- 8,
- 7,
- 0.099789,
- "_VTEKYPELQNLPQELFAVDPTTVSQGLKDEVLYK_"
- ],
- [
- 42550,
- 2,
- 13,
- 5,
- 0.17098,
- "_DNIGSQYLLNWCVQIAK_"
- ],
- [
- 35691,
- 2,
- 16,
- 3,
- 0.21373,
- "_DDSIISSLDVTDIAPSR_"
- ],
- [
- 50880,
- 2,
- 10,
- 4,
- 0.12826,
- "_EIAVGDSEGQIVIYDVGEQIAVPR_"
- ],
- [
- 18663,
- 3,
- 21,
- 7,
- 0.28493,
- "_KLPIDVTEGEVISLGLPFGK_"
- ],
- [
- 17284,
- 2,
- 24,
- 6,
- 0.32771,
- "_LTLIDPETLLPR_"
- ],
- [
- 43353,
- 3,
- 21,
- 6,
- 0.28493,
- "_ACGYDSLQHLINQNSDYLVNGISLNLR_"
- ],
- [
- 27711,
- 3,
- 24,
- 8,
- 0.32771,
- "_HLSDHLSELVEQTLSDLEQSK_"
- ],
- [
- 43713,
- 3,
- 14,
- 7,
- 0.18521,
- "_FTLDCTHPVEDGIM(Oxidation (M))DAANFEQFLQER_"
- ],
- [
- 26115,
- 2,
- 13,
- 4,
- 0.17096,
- "_VLSVLLNELDGVGLK_"
- ],
- [
- 48613,
- 2,
- 20,
- 5,
- 0.27069,
- "_LQQYEEIIQSTEEFENALK_"
- ],
- [
- 28544,
- 2,
- 14,
- 4,
- 0.18521,
- "_LDDIFEPVLIPEPK_"
- ],
- [
- 25573,
- 3,
- 10,
- 4,
- 0.12825,
- "_GTDLWLGVDALGLNIYEKDDK_"
- ],
- [
- 41002,
- 2,
- 10,
- 4,
- 0.12825,
- "_SEDCILSLDSDPLLEMK_"
- ],
- [
- 48284,
- 2,
- 16,
- 4,
- 0.2137,
- "_TAMIATISPAASNIEETLSTLR_"
- ],
- [
- 12243,
- 2,
- 10,
- 3,
- 0.12825,
- "_YWELLIDLSK_"
- ],
- [
- 29439,
- 2,
- 15,
- 6,
- 0.19947,
- "_ASLLDDYQLPEILR_"
- ],
- [
- 40960,
- 4,
- 17,
- 6,
- 0.22796,
- "_REDYFGITNLVEHPAQLNPPVDNDTPVTLGVYLTK_"
- ],
- [
- 44889,
- 3,
- 11,
- 7,
- 0.14248,
- "_QLYEEEIRELQSQISDTSVVLSMDNSR_"
- ],
- [
- 39722,
- 4,
- 13,
- 5,
- 0.17096,
- "_VLTEQQQEQAAHNNFNFDHPDAFDFDLIISTLK_"
- ],
- [
- 44970,
- 3,
- 12,
- 6,
- 0.15672,
- "_SLLFCFESEESPDLLKPWETYNQNTK_"
- ],
- [
- 31388,
- 3,
- 11,
- 4,
- 0.14248,
- "_GPAISSWDWLDISSVNSLAEVHR_"
- ],
- [
- 40283,
- 3,
- 17,
- 8,
- 0.22796,
- "_KPSETQELVQQVLSLATQDSDNPDLR_"
- ],
- [
- 50574,
- 2,
- 10,
- 3,
- 0.12822,
- "_IVFNAQGDSVLGAGACGGVPIIFSR_"
- ],
- [
- 51399,
- 2,
- 12,
- 7,
- 0.15669,
- "_LEQQVPVNQVFGQDEMIDVIGVTK_"
- ],
- [
- 42974,
- 2,
- 12,
- 6,
- 0.15669,
- "_EIMVGSMFQAEIPVGICR_"
- ],
- [
- 9232,
- 4,
- 12,
- 2,
- 0.15669,
- "_VLLDDDNLLPLLHLTIEYHGK_"
- ],
- [
- 14469,
- 4,
- 12,
- 4,
- 0.15669,
- "_KTEPATGFIDGDLIESFLDISRPK_"
- ],
- [
- 42262,
- 2,
- 10,
- 3,
- 0.12822,
- "_DVLSSNEATMQSMESLLR_"
- ],
- [
- 50989,
- 2,
- 14,
- 5,
- 0.18517,
- "_IGAAIQEELGYNCQTGGVIAEILR_"
- ],
- [
- 51197,
- 2,
- 10,
- 3,
- 0.12822,
- "_AETVPEEANYEAVPVEAYGLAMLR_"
- ],
- [
- 20529,
- 2,
- 12,
- 2,
- 0.15669,
- "_QSALDYFMFAVR_"
- ],
- [
- 28195,
- 2,
- 11,
- 5,
- 0.14246,
- "_SWSNIPFITVPLSR_"
- ],
- [
- 51227,
- 2,
- 14,
- 5,
- 0.18517,
- "_AFGAPVPSVQWLDEDGTTVLQDER_"
- ],
- [
- 7313,
- 2,
- 13,
- 3,
- 0.17093,
- "_DLLFDPLGGVK_"
- ],
- [
- 51119,
- 2,
- 11,
- 4,
- 0.14246,
- "_LIDNFEGEYDYVTNEGTVFTFK_"
- ],
- [
- 30699,
- 3,
- 17,
- 7,
- 0.22791,
- "_LGADVTAVEFLGHVGGVGIDMEISK_"
- ],
- [
- 34731,
- 2,
- 24,
- 5,
- 0.32766,
- "_VGLGLGYLELPQINYK_"
- ],
- [
- 47436,
- 2,
- 16,
- 4,
- 0.21368,
- "_GAEEEPPPPLQAVLVADSFDR_"
- ],
- [
- 17021,
- 3,
- 20,
- 6,
- 0.27065,
- "_ETDLLLDDSLVSIFGNRR_"
- ],
- [
- 37538,
- 2,
- 20,
- 5,
- 0.27065,
- "_MSQVAPSLSALIGEAVGAR_"
- ],
- [
- 48373,
- 2,
- 18,
- 4,
- 0.24217,
- "_PVLNFYEANFPANVM(Oxidation (M))DVIAR_"
- ],
- [
- 50425,
- 2,
- 18,
- 6,
- 0.24217,
- "_HNIVFGDYTWTEFDEPFLTR_"
- ],
- [
- 40582,
- 3,
- 17,
- 7,
- 0.22791,
- "_KPTETQELVQQVLSLATQDSDNPDLR_"
- ],
- [
- 44199,
- 2,
- 17,
- 6,
- 0.22791,
- "_IVENSDAVTEILNNAELLK_"
- ],
- [
- 50910,
- 2,
- 16,
- 5,
- 0.21365,
- "_VYCENQPMLPIGLSDIPGEAMVK_"
- ],
- [
- 47077,
- 3,
- 17,
- 8,
- 0.22792,
- "_SIVDYKPNLDLLEQQHQLIQEALIFDNK_"
- ],
- [
- 48942,
- 2,
- 9,
- 4,
- 0.11395,
- "_SSSNSGSTGFISFSGVESALSSLK_"
- ],
- [
- 15697,
- 3,
- 17,
- 6,
- 0.22792,
- "_AQDITLPHLCSVLLAFAR_"
- ],
- [
- 49092,
- 2,
- 17,
- 7,
- 0.22792,
- "_ELDPTNMTYITNQAAVYFEK_"
- ],
- [
- 35985,
- 3,
- 14,
- 6,
- 0.18517,
- "_EAVVHGLNESEASYLITSVELLESK_"
- ],
- [
- 45952,
- 2,
- 13,
- 5,
- 0.17093,
- "_SELLVEQYLPLTEEELEK_"
- ],
- [
- 36603,
- 2,
- 19,
- 5,
- 0.2564,
- "_MVGGIAQIIAAQEEMLR_"
- ],
- [
- 13747,
- 2,
- 8,
- 3,
- 0.099731,
- "_DAVSPFSFSLLK_"
- ],
- [
- 50089,
- 2,
- 20,
- 6,
- 0.27065,
- "_ILGGVISAISEAAAQYNPEPPPPR_"
- ],
- [
- 33009,
- 2,
- 11,
- 5,
- 0.14246,
- "_AELGALPDDFIDSLEK_"
- ],
- [
- 16558,
- 2,
- 21,
- 4,
- 0.28488,
- "_FEIVYNLLSLR_"
- ],
- [
- 36498,
- 2,
- 12,
- 4,
- 0.15669,
- "_DLTQAWDLYYHVFR_"
- ],
- [
- 25372,
- 3,
- 12,
- 5,
- 0.15669,
- "_KDEVYLNLVLDYVPETVYR_"
- ],
- [
- 20961,
- 2,
- 11,
- 4,
- 0.14246,
- "_DIVNIDISEVVIK_"
- ],
- [
- 47547,
- 2,
- 10,
- 3,
- 0.12821,
- "_IEEDVVVTDSGIELLTCVPR_"
- ],
- [
- 36882,
- 3,
- 17,
- 8,
- 0.22792,
- "_ICEDSAEILDSDVLDRPLNIMIPK_"
- ],
- [
- 24495,
- 3,
- 13,
- 4,
- 0.17093,
- "_TLVAVERPLDDIIAQLPPPIK_"
- ],
- [
- 36760,
- 3,
- 14,
- 5,
- 0.18517,
- "_FEALAAHDALVELSGAMNTTACSLMK_"
- ],
- [
- 33392,
- 3,
- 16,
- 2,
- 0.21365,
- "_WLVLFCDEINLPDMDKYGTQR_"
- ],
- [
- 16043,
- 2,
- 16,
- 4,
- 0.21365,
- "_LNVVAFLNELPK_"
- ],
- [
- 31084,
- 2,
- 15,
- 5,
- 0.1994,
- "_GTEDFIVESLDASFR_"
- ],
- [
- 34332,
- 3,
- 15,
- 8,
- 0.1994,
- "_KTEPATGFIDGDLIESFLDISRPK_"
- ],
- [
- 29454,
- 3,
- 15,
- 7,
- 0.1994,
- "_LFNHLSAVSESIQALGWVAMAPK_"
- ],
- [
- 21262,
- 4,
- 15,
- 5,
- 0.1994,
- "_TEYGDLELCIEVVDNVQDAIDHIHK_"
- ],
- [
- 38193,
- 2,
- 15,
- 4,
- 0.1994,
- "_ADIFMFDEPSSYLDVK_"
- ],
- [
- 40772,
- 2,
- 16,
- 3,
- 0.21365,
- "_IFPGDTILETGEVIPPMK_"
- ],
- [
- 19213,
- 2,
- 11,
- 4,
- 0.14246,
- "_SLSGLTEVMEILK_"
- ],
- [
- 23185,
- 3,
- 14,
- 5,
- 0.18516,
- "_VVLLLGLLNEDDACHASFLR_"
- ],
- [
- 43170,
- 2,
- 14,
- 5,
- 0.18516,
- "_MAPVITEETTLQLEDIIK_"
- ],
- [
- 4804,
- 2,
- 12,
- 4,
- 0.15669,
- "_LSIIFPLWK_"
- ],
- [
- 18397,
- 3,
- 12,
- 6,
- 0.15669,
- "_DGMLDDEEFALASHLIEAK_"
- ],
- [
- 25143,
- 3,
- 13,
- 4,
- 0.17093,
- "_WSALESEDMHFILQTLEDR_"
- ],
- [
- 26806,
- 4,
- 16,
- 4,
- 0.21364,
- "_KLWHQLTLQVLDFVQDPCFAQGDGLIK_"
- ],
- [
- 12770,
- 2,
- 18,
- 5,
- 0.24215,
- "_DGDDVIIIGVFK_"
- ],
- [
- 30973,
- 4,
- 17,
- 6,
- 0.22789,
- "_SDPM(Oxidation (M))VQCIIEESGEHIIAGAGELHLEICLK_"
- ],
- [
- 43436,
- 3,
- 13,
- 5,
- 0.17093,
- "_NEDSQSIVWVHAFPELFLSCLNHPDK_"
- ],
- [
- 34476,
- 2,
- 2,
- 2,
- 0.014236,
- "_LTIIPQDPILFSGSLR_"
- ],
- [
- 42647,
- 3,
- 12,
- 6,
- 0.15669,
- "_TSNTDGIDSFLDKVDEVSTEPIPESWR_"
- ],
- [
- 15101,
- 2,
- 14,
- 4,
- 0.18516,
- "_DFLFTPTEVLR_"
- ],
- [
- 25726,
- 3,
- 14,
- 6,
- 0.18516,
- "_LVLSLEPLEHPLISSPSFFSK_"
- ],
- [
- 16939,
- 2,
- 12,
- 3,
- 0.15669,
- "_LLLLLVGTDFNR_"
- ],
- [
- 49817,
- 2,
- 9,
- 2,
- 0.11397,
- "_QNTPLETPVGYTWIPMLQNGR_"
- ],
- [
- 38894,
- 3,
- 15,
- 8,
- 0.1994,
- "_LEAEGVPEVSEKYEISSVPTFLFFK_"
- ],
- [
- 40577,
- 3,
- 17,
- 5,
- 0.22789,
- "_TEYGDLELCIEVVDNVQDAIDHIHK_"
- ],
- [
- 44876,
- 2,
- 19,
- 3,
- 0.25638,
- "_TPMGIVLDALEQQEEGINR_"
- ],
- [
- 38979,
- 2,
- 29,
- 6,
- 0.39887,
- "_TYTDELTPIESAVSVFK_"
- ],
- [
- 50463,
- 3,
- 15,
- 9,
- 0.1994,
- "_LEITNCFPFPQHTEDDADFDEVQYQMEMMR_"
- ],
- [
- 36356,
- 4,
- 14,
- 6,
- 0.18516,
- "_ASLPNLSHVTENLIIGAFVTEPQIIQERPLTNK_"
- ],
- [
- 37277,
- 4,
- 13,
- 7,
- 0.17093,
- "_AFKPETISAFTSDPALLSFAEYFCKPTVNMGQK_"
- ],
- [
- 23699,
- 3,
- 13,
- 4,
- 0.17093,
- "_LEDLASLVYLNESSVLHTLR_"
- ],
- [
- 44700,
- 2,
- 19,
- 7,
- 0.25638,
- "_FLEVQYLTGGLIEPDTPGR_"
- ],
- [
- 20958,
- 2,
- 23,
- 7,
- 0.31334,
- "_DALSDLALHFLNK_"
- ],
- [
- 38675,
- 2,
- 8,
- 2,
- 0.099619,
- "_IDPENAEFLTALCELR_"
- ],
- [
- 47450,
- 3,
- 13,
- 7,
- 0.17092,
- "_HLWNGTFDYENCDINPLDPGECNPLIPR_"
- ],
- [
- 18857,
- 2,
- 21,
- 4,
- 0.28487,
- "_DTFNGNLPFLFK_"
- ],
- [
- 26349,
- 3,
- 19,
- 6,
- 0.25638,
- "_DTVTISGPQAPVFEFVEQLRK_"
- ],
- [
- 25344,
- 3,
- 14,
- 3,
- 0.18516,
- "_QEPDNTGVLLLLSSIHFQCR_"
- ],
- [
- 19488,
- 3,
- 30,
- 6,
- 0.4131,
- "_DIVINANPASPPLSLLVLHR_"
- ],
- [
- 35383,
- 2,
- 8,
- 4,
- 0.099619,
- "_IQIVGLTELQSLAVGPR_"
- ],
- [
- 49644,
- 3,
- 15,
- 4,
- 0.19939,
- "_HGGFILDEADVDDEYEDEDQWEDGAEDILEK_"
- ],
- [
- 42205,
- 3,
- 13,
- 7,
- 0.17092,
- "_AEIDYSDAPDEFRDPLMDTLMTDPVR_"
- ],
- [
- 45245,
- 2,
- 18,
- 4,
- 0.24212,
- "_DLDELIVQHYTELTTAIR_"
- ],
- [
- 41293,
- 3,
- 12,
- 2,
- 0.15667,
- "_LELLVGSPASCMELELYGVDDKFYSK_"
- ],
- [
- 50602,
- 2,
- 9,
- 6,
- 0.11387,
- "_GVFEAIVDQSPFVPEETMEEQK_"
- ],
- [
- 48767,
- 2,
- 18,
- 6,
- 0.24212,
- "_WSTDDVQINDISLQDYIAVK_"
- ],
- [
- 30365,
- 3,
- 18,
- 7,
- 0.24212,
- "_FVLDHEDGLNLNEDLENFLQK_"
- ],
- [
- 51476,
- 2,
- 12,
- 6,
- 0.15667,
- "_ALELEEFQYIGESQGYDIMEPAAK_"
- ],
- [
- 36437,
- 2,
- 15,
- 3,
- 0.19939,
- "_LNLFYLANDVIQNCK_"
- ],
- [
- 24984,
- 3,
- 20,
- 6,
- 0.27061,
- "_FLILDPHYTGAEDLQVILEK_"
- ],
- [
- 46568,
- 2,
- 12,
- 4,
- 0.15667,
- "_DIVPGDIVEIAVGDKVPADIR_"
- ],
- [
- 31859,
- 3,
- 20,
- 8,
- 0.27061,
- "_GVEITGFPEAQALGLEVFHAGTALK_"
- ],
- [
- 36307,
- 2,
- 16,
- 5,
- 0.21363,
- "_LTPFMLGALVAMYEHK_"
- ],
- [
- 30144,
- 4,
- 20,
- 6,
- 0.27061,
- "_SIVDYKPNLDLLEQQHQLIQEALIFDNK_"
- ],
- [
- 27815,
- 2,
- 9,
- 4,
- 0.11387,
- "_SIGATLTDVDDLIFK_"
- ],
- [
- 32068,
- 4,
- 9,
- 4,
- 0.11387,
- "_KDLYLASVFHATAFELDTDGNPFDQDIYGR_"
- ],
- [
- 49741,
- 2,
- 17,
- 6,
- 0.22787,
- "_ISGECGSSFPQVVGSLFLSPGGPK_"
- ],
- [
- 19752,
- 3,
- 19,
- 6,
- 0.25638,
- "_AIGTEPDSDVLSEIMHSFAK_"
- ],
- [
- 46252,
- 2,
- 15,
- 5,
- 0.19939,
- "_LDCYEGLIECYLASNSIR_"
- ],
- [
- 21165,
- 3,
- 10,
- 4,
- 0.1282,
- "_DIVPGDIVEIAVGDKVPADIR_"
- ],
- [
- 35946,
- 2,
- 19,
- 5,
- 0.25638,
- "_LPIVNDCDELVAIIAR_"
- ],
- [
- 48399,
- 2,
- 14,
- 2,
- 0.18522,
- "_ASAFNSWFENAEEDLTDPVR_"
- ],
- [
- 33476,
- 2,
- 14,
- 6,
- 0.18522,
- "_GLALLNGEYLLAAQLGK_"
- ],
- [
- 30801,
- 2,
- 12,
- 4,
- 0.15672,
- "_ENIESLAHALVEIIK_"
- ],
- [
- 46799,
- 2,
- 8,
- 3,
- 0.099655,
- "_LPETELGEYSLGGYSISFLK_"
- ],
- [
- 48277,
- 2,
- 11,
- 5,
- 0.14249,
- "_NFEVNYQELQEEYACLLK_"
- ],
- [
- 13081,
- 2,
- 14,
- 2,
- 0.18522,
- "_DFLSGIQIEFK_"
- ],
- [
- 25435,
- 2,
- 9,
- 5,
- 0.11392,
- "_QLWIELAPLSMPR_"
- ],
- [
- 35159,
- 3,
- 12,
- 3,
- 0.15672,
- "_AAQLIGTCSQNVAAIQEQVLGLGALR_"
- ],
- [
- 43423,
- 2,
- 12,
- 4,
- 0.15672,
- "_EIQEIFSSPACLTGSFLR_"
- ],
- [
- 50882,
- 2,
- 11,
- 6,
- 0.14249,
- "_ADPFSFEGPEIVDCDGCTIDWK_"
- ],
- [
- 47063,
- 2,
- 15,
- 7,
- 0.19946,
- "_SPNEEYTWEEDPLAGIIPR_"
- ],
- [
- 50480,
- 2,
- 17,
- 5,
- 0.22793,
- "_AEISNAIDQYVTGTIGEDEDLIK_"
- ],
- [
- 46749,
- 2,
- 22,
- 6,
- 0.29916,
- "_GWGDQLIWTQTYEEALYK_"
- ],
- [
- 48538,
- 2,
- 14,
- 3,
- 0.18522,
- "_LDLNLGAQATWTELPWLHTK_"
- ],
- [
- 45446,
- 3,
- 17,
- 5,
- 0.22793,
- "_KSDLFQDDLYPDTAGPEAALEAEEWVSGR_"
- ],
- [
- 40150,
- 2,
- 23,
- 7,
- 0.31341,
- "_YAICSALAASALPALVMSK_"
- ],
- [
- 25956,
- 3,
- 15,
- 6,
- 0.19946,
- "_TDCNHIFLNFVPTVIMDPSK_"
- ],
- [
- 18557,
- 4,
- 19,
- 7,
- 0.25641,
- "_INPPPYLTCESFPHAVDHILQHLL_"
- ],
- [
- 41142,
- 3,
- 17,
- 4,
- 0.22794,
- "_ETLPDSGFSANIEDINEADLVRPLLPK_"
- ],
- [
- 48824,
- 2,
- 13,
- 5,
- 0.17097,
- "_DDMLDVETDAYIHCVSAFVK_"
- ],
- [
- 49491,
- 2,
- 10,
- 3,
- 0.12816,
- "_AMEELQDQEGWEYASLIGWK_"
- ],
- [
- 50824,
- 2,
- 10,
- 5,
- 0.12816,
- "_GQGNWNMGPPGGLQEFNFIVPTGK_"
- ],
- [
- 38584,
- 3,
- 15,
- 7,
- 0.19947,
- "_DLTQNTVVSINFKDPQFAEDYIFK_"
- ],
- [
- 17044,
- 3,
- 12,
- 4,
- 0.15674,
- "_DKAFELELSWVGELTNGR_"
- ],
- [
- 43979,
- 2,
- 17,
- 7,
- 0.22794,
- "_AVAFFLESIAMHDIIAAEK_"
- ],
- [
- 49509,
- 2,
- 11,
- 5,
- 0.14242,
- "_DQMLQIQNSTEPDPLLATLEK_"
- ],
- [
- 22896,
- 3,
- 7,
- 2,
- 0.085455,
- "_LDHTLQSPWEIAAQWVVPR_"
- ],
- [
- 27468,
- 3,
- 11,
- 5,
- 0.14242,
- "_IQTLHLVGVNVPEIPCIPMLR_"
- ],
- [
- 50528,
- 2,
- 11,
- 6,
- 0.14242,
- "_EEVGNISILQENDFGDFGMDDR_"
- ],
- [
- 44058,
- 2,
- 13,
- 2,
- 0.17097,
- "_LPPFETFSQGPTLQFTLR_"
- ],
- [
- 46553,
- 2,
- 8,
- 3,
- 0.099678,
- "_FGLLQGTSAETSGGLLICLPR_"
- ],
- [
- 29744,
- 2,
- 13,
- 5,
- 0.17097,
- "_ETQPGLLVASVLGLQK_"
- ],
- [
- 38079,
- 3,
- 10,
- 3,
- 0.12816,
- "_DQHQLDTILFFDEANTTEAISCIK_"
- ],
- [
- 24767,
- 3,
- 12,
- 5,
- 0.15674,
- "_LDLNLGAQATWTELPWLHTK_"
- ],
- [
- 45630,
- 3,
- 23,
- 7,
- 0.31341,
- "_SWTDVSLLPAFDAVGQLSSGTKPNPQVYSR_"
- ],
- [
- 49992,
- 2,
- 15,
- 6,
- 0.19947,
- "_VLDALFPCVQGGTTAIPGAFGCGK_"
- ],
- [
- 48663,
- 2,
- 9,
- 5,
- 0.1139,
- "_NTFEVIPVNSAGSPVGDVPFIR_"
- ],
- [
- 48434,
- 2,
- 18,
- 5,
- 0.24218,
- "_GESLADSVQTMSCYADVVVLR_"
- ],
- [
- 42868,
- 2,
- 15,
- 6,
- 0.19947,
- "_AVLPLLDAQQPCYLLYR_"
- ],
- [
- 41672,
- 4,
- 16,
- 8,
- 0.21371,
- "_SACMLSSPESSLTPPLSTNLHLESELDALASLENHVK_"
- ],
- [
- 31856,
- 2,
- 12,
- 2,
- 0.15674,
- "_EIELPSGQLMGLFNR_"
- ],
- [
- 14513,
- 2,
- 12,
- 4,
- 0.15674,
- "_QIADIILPMLAK_"
- ],
- [
- 31477,
- 3,
- 15,
- 7,
- 0.19947,
- "_ELYVAADEASIAPILAEAQAHFGR_"
- ],
- [
- 42559,
- 2,
- 14,
- 6,
- 0.18521,
- "_LPVDYYGIPFAAPTALASR_"
- ],
- [
- 24214,
- 3,
- 13,
- 2,
- 0.17099,
- "_NYFENTDILIYVIDSADRK_"
- ],
- [
- 45637,
- 2,
- 26,
- 6,
- 0.35614,
- "_GFGFVTYATVEEVDAAMNAR_"
- ],
- [
- 38796,
- 3,
- 21,
- 4,
- 0.28491,
- "_TYPALETLTEPHQLTATLSCVIGVAR_"
- ],
- [
- 49263,
- 2,
- 14,
- 5,
- 0.18521,
- "_PQTGLSFLGPEPEDLEDLYSR_"
- ],
- [
- 17449,
- 3,
- 19,
- 6,
- 0.25642,
- "_AVAFFLESIAMHDIIAAEK_"
- ],
- [
- 5641,
- 2,
- 13,
- 5,
- 0.17099,
- "_LFLIDFGLAK_"
- ],
- [
- 24916,
- 3,
- 14,
- 7,
- 0.18521,
- "_GGVSVAGHSLGSLILFDILSNQK_"
- ],
- [
- 34233,
- 3,
- 16,
- 7,
- 0.21371,
- "_EFAFIDMPDAAHGISSQDGPLSVLK_"
- ],
- [
- 43577,
- 2,
- 14,
- 3,
- 0.18521,
- "_VLSVDWTDTGLLLSGGADNK_"
- ],
- [
- 27803,
- 2,
- 17,
- 5,
- 0.22795,
- "_ALFPGDSEIDQLFR_"
- ],
- [
- 9144,
- 3,
- 16,
- 2,
- 0.21371,
- "_LTPFMLGALVAMYEHK_"
- ],
- [
- 45975,
- 2,
- 11,
- 6,
- 0.14241,
- "_FGPCATLWASLDPVSVDTAR_"
- ],
- [
- 42962,
- 3,
- 23,
- 2,
- 0.3134,
- "_YDSEFQTMLQHLQPTAENAYEYFTK_"
- ],
- [
- 43106,
- 2,
- 15,
- 4,
- 0.19947,
- "_ISFDLAEYTADVDGVGTLR_"
- ],
- [
- 19197,
- 3,
- 16,
- 7,
- 0.21371,
- "_FVIFPIEYHDIWQMYK_"
- ],
- [
- 36691,
- 3,
- 12,
- 4,
- 0.15667,
- "_HSQDLAFLSM(Oxidation (M))LNDIAAVPATAM(Oxidation (M))PFR_"
- ],
- [
- 50831,
- 3,
- 6,
- 6,
- 0.071259,
- "_ATAAPAGAPPQPQDLEFTKLPNGLVIASLENYSPVSR_"
- ],
- [
- 49512,
- 3,
- 9,
- 6,
- 0.11393,
- "_FAAEEFKVPAATSAIITNDGIGINPAQTAGNVFLK_"
- ],
- [
- 46987,
- 3,
- 18,
- 7,
- 0.24218,
- "_TVCIYGHLDVQPAALEDGWDSEPFTLVER_"
- ],
- [
- 17641,
- 2,
- 26,
- 6,
- 0.35614,
- "_GVDEATIIDILTK_"
- ],
- [
- 19138,
- 2,
- 15,
- 5,
- 0.19947,
- "_EMFNPMYALFR_"
- ],
- [
- 34006,
- 3,
- 15,
- 5,
- 0.19947,
- "_LSLMEQVSGVEAFLQASQPPDPHR_"
- ],
- [
- 6803,
- 2,
- 14,
- 4,
- 0.18521,
- "_IVIWDFLTR_"
- ],
- [
- 48145,
- 2,
- 16,
- 4,
- 0.21371,
- "_AELGIPLEEVPPEEINYLTR_"
- ],
- [
- 37311,
- 2,
- 20,
- 4,
- 0.27065,
- "_VDLTLDWLTETSEEAK_"
- ],
- [
- 29314,
- 2,
- 11,
- 4,
- 0.14237,
- "_(Acetyl (Protein N-term))AGSVGLALCGQTLVVR_"
- ],
- [
- 35570,
- 2,
- 10,
- 5,
- 0.12815,
- "_AGQPLQLLDASWYLPK_"
- ],
- [
- 29829,
- 3,
- 8,
- 3,
- 0.099714,
- "_QYLSTNLVSHIEEMLQTAYNK_"
- ],
- [
- 40463,
- 2,
- 10,
- 4,
- 0.12815,
- "_(Acetyl (Protein N-term))MDFENLFSKPPNPALGK_"
- ],
- [
- 23208,
- 3,
- 12,
- 5,
- 0.15664,
- "_QIGYDVLAEDTITALLHNNR_"
- ],
- [
- 45578,
- 2,
- 12,
- 3,
- 0.15664,
- "_VEGAETLAYLIEPDVELQR_"
- ],
- [
- 46495,
- 4,
- 13,
- 7,
- 0.17089,
- "_NASNPLAHYDTTADEILQQCDGKLDMLVASVGTGGTITGIAR_"
- ],
- [
- 48298,
- 2,
- 9,
- 4,
- 0.11393,
- "_NVCQTCLLDLEYGLPIQVR_"
- ],
- [
- 19563,
- 3,
- 10,
- 4,
- 0.12815,
- "_TRPLEFAAIGDYLDTFALK_"
- ],
- [
- 14010,
- 3,
- 11,
- 2,
- 0.14237,
- "_ELDIEVFSILHCGLVTK_"
- ],
- [
- 37295,
- 2,
- 9,
- 5,
- 0.11393,
- "_LPGISETAMIFAGVDVTK_"
- ],
- [
- 39712,
- 2,
- 11,
- 4,
- 0.14237,
- "_TISAQDTLAYATALLNEK_"
- ],
- [
- 44751,
- 4,
- 14,
- 8,
- 0.18521,
- "_CMLLPWAPTDMLDLSSCTPEPPAEHYQAILEENKEK_"
- ],
- [
- 49229,
- 2,
- 16,
- 3,
- 0.21369,
- "_VAPEMFFSPQVFEQPGPSIPR_"
- ],
- [
- 48965,
- 2,
- 8,
- 2,
- 0.099714,
- "_LVVDLTDIDPDVAYSSVPYEK_"
- ],
- [
- 6473,
- 3,
- 8,
- 2,
- 0.099714,
- "_YHDMPDVIDFLVLR_"
- ],
- [
- 40315,
- 2,
- 16,
- 5,
- 0.21369,
- "_LNIISNLDCVNEVIGIR_"
- ],
- [
- 46889,
- 3,
- 19,
- 7,
- 0.25641,
- "_MLQTDPTARPTINELLNDEFFTSGYIPAR_"
- ],
- [
- 37448,
- 2,
- 17,
- 6,
- 0.22794,
- "_ALLDLCAAPGGWLQVAAK_"
- ],
- [
- 22880,
- 2,
- 18,
- 5,
- 0.24218,
- "_ELDELMASLSDFK_"
- ],
- [
- 39464,
- 2,
- 19,
- 7,
- 0.25641,
- "_DSYLILETLPTEYDSR_"
- ],
- [
- 40693,
- 4,
- 17,
- 8,
- 0.22794,
- "_ELEDLEVDGQKVEVPQPLSWYPEELAWHTNLSR_"
- ],
- [
- 49005,
- 2,
- 13,
- 6,
- 0.18521,
- "_SPPYTAFLGNLPYDVTEESIK_"
- ],
- [
- 48191,
- 2,
- 14,
- 5,
- 0.18521,
- "_YSDESGNM(Oxidation (M))DFDNFISCLVR_"
- ],
- [
- 46471,
- 2,
- 15,
- 4,
- 0.19944,
- "_VADVVTPLWTVPYAEQLER_"
- ],
- [
- 43721,
- 4,
- 13,
- 8,
- 0.17088,
- "_YGSSHTDVIVTEDENTAEFFLQHVDSACVFWNASTR_"
- ],
- [
- 36386,
- 3,
- 16,
- 4,
- 0.21368,
- "_LLESLGYSLYASLGTADFYTEHGVK_"
- ],
- [
- 26831,
- 2,
- 20,
- 5,
- 0.27065,
- "_IPGGATLVFEVELLK_"
- ],
- [
- 49524,
- 2,
- 18,
- 6,
- 0.24218,
- "_ENAAYFQFFEEAQSTEAYLK_"
- ],
- [
- 48724,
- 3,
- 10,
- 3,
- 0.12817,
- "_SSELRPGEFVVAIGSPFSLQNTVTTGIVSTTQR_"
- ],
- [
- 43829,
- 3,
- 18,
- 6,
- 0.24218,
- "_LLIPERDPLEEIAESSPQTAANSAAELLK_"
- ],
- [
- 18978,
- 3,
- 12,
- 6,
- 0.15661,
- "_LDDLFLESFEITDVKPLK_"
- ],
- [
- 50999,
- 2,
- 12,
- 7,
- 0.15661,
- "_NVNTALNTTQIPSSIEDIFNDDR_"
- ],
- [
- 47083,
- 2,
- 6,
- 2,
- 0.071257,
- "_QSSFEIPDDVPLPAGWEMAK_"
- ],
- [
- 51506,
- 2,
- 12,
- 5,
- 0.15661,
- "_SQFFEQGSSDSVVPDLPVPTISAPSR_"
- ],
- [
- 27160,
- 3,
- 11,
- 5,
- 0.14239,
- "_TGLGLLQDSGLCVVADKLNFIR_"
- ],
- [
- 43307,
- 2,
- 21,
- 5,
- 0.28489,
- "_TTQVPQFILDDFIQNDR_"
- ],
- [
- 41225,
- 2,
- 10,
- 5,
- 0.12817,
- "_ELDIEVFSILHCGLVTK_"
- ],
- [
- 37782,
- 2,
- 15,
- 7,
- 0.19945,
- "_(Acetyl (Protein N-term))ADDIDIEAMLEAPYKK_"
- ],
- [
- 28460,
- 2,
- 15,
- 4,
- 0.19945,
- "_NTAWPYFLPMLNR_"
- ],
- [
- 50643,
- 2,
- 10,
- 6,
- 0.12817,
- "_GDNVAVIGEIDEETDSALDLGNIR_"
- ],
- [
- 30075,
- 2,
- 15,
- 4,
- 0.19945,
- "_ETVNATFPVAIVMLR_"
- ],
- [
- 18127,
- 2,
- 15,
- 4,
- 0.19945,
- "_QGLVNVALDILSR_"
- ],
- [
- 46610,
- 2,
- 16,
- 4,
- 0.21368,
- "_NMINTEEGITLENSFVLLR_"
- ],
- [
- 11855,
- 2,
- 14,
- 4,
- 0.18513,
- "_TMLLLDILPSR_"
- ],
- [
- 21694,
- 2,
- 7,
- 3,
- 0.085485,
- "_IGDAIVLGMITQLK_"
- ],
- [
- 39369,
- 2,
- 10,
- 3,
- 0.12817,
- "_NINEYLAVVDAPPLDLR_"
- ],
- [
- 42314,
- 2,
- 19,
- 7,
- 0.2564,
- "_FEGGVVIAADMLGSYGSLAR_"
- ],
- [
- 46569,
- 3,
- 16,
- 7,
- 0.21367,
- "_RSDAEEVDFAGWLCSTIGLNQPSTPTHAAGV_"
- ],
- [
- 40984,
- 2,
- 13,
- 5,
- 0.17083,
- "_NMFLVGEGDSVITQVLNK_"
- ],
- [
- 49998,
- 3,
- 9,
- 6,
- 0.11394,
- "_LLQDSLGGNSQTIMIACVSPSDRDFMETLNTLK_"
- ],
- [
- 48376,
- 2,
- 10,
- 7,
- 0.12817,
- "_GAGSYTIMVLFADQATPTSPIR_"
- ],
- [
- 32187,
- 3,
- 17,
- 8,
- 0.2279,
- "_ELELQFDLGNLLASDRNPPTGLR_"
- ],
- [
- 37703,
- 3,
- 12,
- 4,
- 0.15661,
- "_GHGDILQYLLTCEWSPGPPQPGTLR_"
- ],
- [
- 19904,
- 2,
- 17,
- 4,
- 0.2279,
- "_DPQLVPILIEAAR_"
- ],
- [
- 23192,
- 2,
- 16,
- 4,
- 0.21367,
- "_LGLFEELWAAQVK_"
- ],
- [
- 46389,
- 2,
- 13,
- 5,
- 0.17083,
- "_SQDQMTEDLSLFLGNNTIR_"
- ],
- [
- 51699,
- 2,
- 6,
- 7,
- 0.071178,
- "_AFVNLPTENELTFNAEEYSDISEMR_"
- ],
- [
- 24307,
- 2,
- 20,
- 5,
- 0.27064,
- "_ILITIVEEVETLR_"
- ],
- [
- 50415,
- 2,
- 9,
- 4,
- 0.11394,
- "_APLLYEQYIGQYLTQEELSAR_"
- ],
- [
- 44078,
- 3,
- 19,
- 8,
- 0.2564,
- "_GSMVGPFQEAAFALPVSGMDKPVFTDPPVK_"
- ],
- [
- 47978,
- 2,
- 18,
- 7,
- 0.24215,
- "_NYAEYQVCLAAVGLVGDLCR_"
- ],
- [
- 16098,
- 4,
- 14,
- 4,
- 0.18509,
- "_GYGTVIPPQASLVFHVLLIDVHNPK_"
- ],
- [
- 45277,
- 3,
- 15,
- 7,
- 0.19935,
- "_SDPKPGVMTQEVGQLLQDMGDDVYQQYR_"
- ],
- [
- 27642,
- 4,
- 19,
- 7,
- 0.2564,
- "_TPAGNFVTLEEGKGDLEEYGQDLLHTVFK_"
- ],
- [
- 29452,
- 3,
- 15,
- 6,
- 0.19935,
- "_ETIEDVEEMLNNLPGVTSVHSR_"
- ],
- [
- 21163,
- 3,
- 17,
- 6,
- 0.2279,
- "_AFHITNDEPIPFWTFLSR_"
- ],
- [
- 33171,
- 3,
- 12,
- 5,
- 0.15661,
- "_EFIYYADVKEPESFPFVILGNK_"
- ],
- [
- 43501,
- 2,
- 10,
- 3,
- 0.12817,
- "_(Acetyl (Protein N-term))MLQQVPENINFPAEEEK_"
- ],
- [
- 36579,
- 3,
- 12,
- 7,
- 0.15661,
- "_GIIRPGTAFELLEAQAATGYVIDPIK_"
- ],
- [
- 16195,
- 3,
- 10,
- 5,
- 0.12818,
- "_ATFVANDLDWLLALPHDK_"
- ],
- [
- 46679,
- 2,
- 6,
- 5,
- 0.071169,
- "_M(Oxidation (M))SNYDTDLFVPYFEAIQK_"
- ],
- [
- 39066,
- 2,
- 13,
- 7,
- 0.17085,
- "_IADFGLSNMMSDGEFLR_"
- ],
- [
- 42930,
- 3,
- 10,
- 4,
- 0.12818,
- "_LLEDFLQEGEEPDEDDAYQVLSTLKR_"
- ],
- [
- 18718,
- 3,
- 10,
- 3,
- 0.12818,
- "_QDAVHAILAYSQSAEELLR_"
- ],
- [
- 16214,
- 3,
- 14,
- 6,
- 0.18507,
- "_EKIDMESLLMCTVDDLK_"
- ],
- [
- 40797,
- 2,
- 12,
- 4,
- 0.15662,
- "_SPGIIFIPGYLSYMNGTK_"
- ],
- [
- 44956,
- 3,
- 11,
- 4,
- 0.14241,
- "_LLIEHALSFLPFQDCVVQTPQGQDYAGK_"
- ],
- [
- 29397,
- 2,
- 12,
- 2,
- 0.15662,
- "_GLLCLGNVISALGDDK_"
- ],
- [
- 24124,
- 3,
- 11,
- 4,
- 0.14241,
- "_FDHGAEAIMPTIFNLIPNSAK_"
- ],
- [
- 43262,
- 2,
- 14,
- 2,
- 0.18507,
- "_SVLNSITEEVLDHMGTFR_"
- ],
- [
- 27594,
- 2,
- 19,
- 2,
- 0.25639,
- "_DLGVFIPAPMAQGMR_"
- ],
- [
- 44114,
- 2,
- 22,
- 4,
- 0.2991,
- "_IIEENIPELLSLNLSNNR_"
- ],
- [
- 40110,
- 2,
- 18,
- 5,
- 0.24213,
- "_GPELLTMWFGESEANVR_"
- ],
- [
- 47800,
- 2,
- 18,
- 7,
- 0.24213,
- "_SINPDEAVAYGAAVQAAILSGDK_"
- ],
- [
- 24198,
- 2,
- 17,
- 4,
- 0.22791,
- "_DLPDVQELITQVR_"
- ],
- [
- 37072,
- 2,
- 17,
- 6,
- 0.22791,
- "_(Acetyl (Protein N-term))TTQQIDLQGPGPWGFR_"
- ],
- [
- 33445,
- 2,
- 23,
- 6,
- 0.31334,
- "_AMGIMNSFVNDIFER_"
- ],
- [
- 43646,
- 2,
- 17,
- 8,
- 0.22791,
- "_SPITGNDLSPPVSFNLMFK_"
- ],
- [
- 50238,
- 3,
- 11,
- 7,
- 0.14241,
- "_AIVEDCSGIQFAPYTWSYPEIDKDFESSGLDR_"
- ],
- [
- 20723,
- 2,
- 15,
- 5,
- 0.19933,
- "_DIFSEVGPVVSFR_"
- ],
- [
- 41885,
- 2,
- 25,
- 5,
- 0.34183,
- "_ATENDIYNFFSPLNPVR_"
- ],
- [
- 47611,
- 2,
- 9,
- 5,
- 0.11394,
- "_(Acetyl (Protein N-term))TANGTAEAVQIQFGLINCGNK_"
- ],
- [
- 28258,
- 3,
- 14,
- 6,
- 0.18507,
- "_LLWGLEGLPLTVSAVQGAHPVLR_"
- ],
- [
- 38820,
- 2,
- 14,
- 6,
- 0.18507,
- "_HLQIEIEGLIDQMIDK_"
- ],
- [
- 15497,
- 2,
- 14,
- 3,
- 0.18507,
- "_FVTDLLLHFIK_"
- ],
- [
- 49614,
- 3,
- 14,
- 5,
- 0.18507,
- "_SLCEPGEAVGLLAAQSIGEPSTQMTLNTFHFAGR_"
- ],
- [
- 41930,
- 3,
- 9,
- 6,
- 0.11394,
- "_CWSCGASLQGLTPFHYLDFSFCSTR_"
- ],
- [
- 21420,
- 2,
- 19,
- 5,
- 0.25636,
- "_SLLGMLSDLQVYK_"
- ],
- [
- 26673,
- 3,
- 10,
- 2,
- 0.12817,
- "_SGQEHWFTELPPVLTFELSR_"
- ],
- [
- 50892,
- 2,
- 11,
- 8,
- 0.1424,
- "_APGSLVISAYAVCPDITATVTPDLK_"
- ],
- [
- 47552,
- 3,
- 18,
- 8,
- 0.24213,
- "_GFQQILAGEYDHLPEQAFYM(Oxidation (M))VGPIEEAVAK_"
- ],
- [
- 30444,
- 3,
- 19,
- 6,
- 0.25636,
- "_SGGNLVLVGLGSEMTTVPLLHAAIR_"
- ],
- [
- 32694,
- 2,
- 12,
- 3,
- 0.15664,
- "_CYFFLSAFVDTAQR_"
- ],
- [
- 35237,
- 2,
- 8,
- 3,
- 0.09964,
- "_TAAFVLAMLSQVEPANK_"
- ],
- [
- 30843,
- 2,
- 16,
- 4,
- 0.21356,
- "_QEAVSMIPPLLLNVR_"
- ],
- [
- 13919,
- 2,
- 14,
- 6,
- 0.18507,
- "_QTLAAFVPLLLK_"
- ],
- [
- 51152,
- 3,
- 11,
- 6,
- 0.1424,
- "_QQVQQLQVLLLQAHGGTLPGSITVEPSENLQSLMEK_"
- ],
- [
- 34475,
- 2,
- 11,
- 4,
- 0.1424,
- "_VYLILEYAPLGTVYR_"
- ],
- [
- 51649,
- 2,
- 12,
- 6,
- 0.15665,
- "_VILITPTPLCETAWEEQCIIQGCK_"
- ],
- [
- 33158,
- 2,
- 13,
- 5,
- 0.17088,
- "_DGDESSPILTSFELVK_"
- ],
- [
- 43391,
- 3,
- 13,
- 8,
- 0.17088,
- "_VDYIMQLPVPMDAALNKEELLEYEEK_"
- ],
- [
- 34007,
- 3,
- 21,
- 6,
- 0.28486,
- "_NQSFCPTVNLDKLWTLVSEQTR_"
- ],
- [
- 49772,
- 3,
- 9,
- 6,
- 0.11389,
- "_VLSAEALKPGMLLTGTVSSLEDHGYLVDIGVDGTR_"
- ],
- [
- 39709,
- 2,
- 19,
- 6,
- 0.25638,
- "_(Acetyl (Protein N-term))SVVGLDVGSQSCYIAVAR_"
- ],
- [
- 28172,
- 2,
- 17,
- 5,
- 0.2278,
- "_LGDPEELMFQYFK_"
- ],
- [
- 38413,
- 3,
- 15,
- 4,
- 0.19932,
- "_GIDIPEVNWVLQYDPPSNASAFVHR_"
- ],
- [
- 27298,
- 2,
- 15,
- 3,
- 0.19932,
- "_VLDLLDPASGDLVIR_"
- ],
- [
- 43123,
- 3,
- 13,
- 7,
- 0.17088,
- "_GVNSLSQSLSANPLTASTLVHLDLSGNVLR_"
- ],
- [
- 21094,
- 2,
- 7,
- 3,
- 0.085392,
- "_TTSPGLFFSLFSR_"
- ],
- [
- 43219,
- 2,
- 16,
- 4,
- 0.21354,
- "_SLEGADLPNLLFYGPPGTGK_"
- ],
- [
- 33390,
- 4,
- 14,
- 6,
- 0.18509,
- "_AEQISPFFPLVSAHLSSAMTHITEGIQEDSLK_"
- ],
- [
- 44857,
- 3,
- 18,
- 8,
- 0.24206,
- "_GKEDLQTNSFPVLLTQGLESNDFEMLNK_"
- ],
- [
- 34840,
- 2,
- 18,
- 7,
- 0.24206,
- "_LPIVNEDDELVAIIAR_"
- ],
- [
- 29099,
- 4,
- 17,
- 8,
- 0.2278,
- "_FMQDPMEVFVDDETKLTLHGLQQYYVK_"
- ],
- [
- 45364,
- 3,
- 14,
- 6,
- 0.18514,
- "_ETETEVLLLEHDVPHQPFSQAVLSFLPK_"
- ],
- [
- 24447,
- 3,
- 11,
- 2,
- 0.14244,
- "_KFVVQLFAEEWGQYVDLPK_"
- ],
- [
- 46134,
- 3,
- 13,
- 6,
- 0.1709,
- "_HFQTLYVEPGLCLCDCPGLVMPSFVSTK_"
- ],
- [
- 44288,
- 3,
- 11,
- 6,
- 0.14244,
- "_AAPDPVLEAGPVAHGPLPVPLVLDNGSFQVR_"
- ],
- [
- 49804,
- 3,
- 12,
- 8,
- 0.15667,
- "_FFLYGDHDGEVYATGGEVQIAMEPQALYDEVR_"
- ],
- [
- 33719,
- 3,
- 17,
- 6,
- 0.2278,
- "_IVPEGEWGQFMDALREPLPATLR_"
- ],
- [
- 50196,
- 2,
- 20,
- 2,
- 0.27064,
- "_ILLSVVSMLAEPNDESGANVDASK_"
- ],
- [
- 18308,
- 3,
- 16,
- 2,
- 0.21357,
- "_VKLPIIGVVENMSGFICPK_"
- ],
- [
- 16534,
- 3,
- 20,
- 6,
- 0.27064,
- "_LGPSDYFGEIALLMNRPR_"
- ],
- [
- 21773,
- 2,
- 17,
- 5,
- 0.2278,
- "_FLLGYFPWDSTK_"
- ],
- [
- 44196,
- 2,
- 9,
- 2,
- 0.11389,
- "_LLQGGIETGSITEMFGEFR_"
- ],
- [
- 51462,
- 2,
- 11,
- 6,
- 0.14239,
- "_GTITIQDTGIGMTQEELVSNLGTIAR_"
- ],
- [
- 49545,
- 2,
- 17,
- 6,
- 0.22782,
- "_QILLGPNTGLSGGMPGALPSLPGKI_"
- ],
- [
- 40970,
- 2,
- 17,
- 5,
- 0.22782,
- "_FAGGDYTTTIEAFISASGR_"
- ],
- [
- 19621,
- 2,
- 14,
- 2,
- 0.18515,
- "_VEVYPVELLLVR_"
- ],
- [
- 26197,
- 2,
- 20,
- 7,
- 0.27056,
- "_ISLPLPNFSSLNLR_"
- ],
- [
- 40979,
- 2,
- 5,
- 3,
- 0.056973,
- "_ILSEVLGMDAGEMVIQMK_"
- ],
- [
- 39586,
- 2,
- 13,
- 4,
- 0.17092,
- "_ATENDIANFFSPLNPIR_"
- ],
- [
- 39552,
- 2,
- 4,
- 2,
- 0.042749,
- "_VDYIMQLPVPMDAALNK_"
- ],
- [
- 37648,
- 4,
- 12,
- 7,
- 0.15669,
- "_NTASQEDKDDSVVLPLGADTLTHNLGIPVLVVCTK_"
- ],
- [
- 19287,
- 2,
- 21,
- 5,
- 0.28488,
- "_QSMWSLLTALSGK_"
- ],
- [
- 50791,
- 2,
- 13,
- 6,
- 0.17092,
- "_GAQAMQFGQPLVFDMAYENYMK_"
- ],
- [
- 50366,
- 2,
- 12,
- 6,
- 0.15669,
- "_AGVLSQADYLNLVQCETLEDLK_"
- ],
- [
- 30735,
- 4,
- 14,
- 7,
- 0.18515,
- "_AELFTQSCADLDKWLHGLESQIQSDDYGK_"
- ],
- [
- 17032,
- 2,
- 11,
- 2,
- 0.14239,
- "_FLFNLPLNIER_"
- ],
- [
- 38144,
- 3,
- 18,
- 6,
- 0.24204,
- "_WGDSVLLVDLTHEEMPQSIVEATSR_"
- ],
- [
- 31268,
- 2,
- 17,
- 5,
- 0.22782,
- "_SSFADISNLLQIEPR_"
- ],
- [
- 23553,
- 4,
- 9,
- 3,
- 0.11389,
- "_KDTEIFYQFTSFLSPGIIYHCDLTK_"
- ],
- [
- 45591,
- 4,
- 16,
- 6,
- 0.2136,
- "_GSNAHEQALETGVTVTGCTVHFVAEDVDAGQIILQEAVPVK_"
- ],
- [
- 35918,
- 3,
- 14,
- 3,
- 0.18517,
- "_IECPLIYHLDVGAMYPNIILTNR_"
- ],
- [
- 34640,
- 2,
- 14,
- 5,
- 0.18517,
- "_IFFQELCEYMGLPK_"
- ],
- [
- 36513,
- 3,
- 14,
- 5,
- 0.18517,
- "_ADDPSSYMEVVQAANTSGNWEELVK_"
- ],
- [
- 47963,
- 2,
- 10,
- 2,
- 0.12815,
- "_GPAFVNPLIPESPEEEELFR_"
- ],
- [
- 40492,
- 2,
- 10,
- 5,
- 0.12815,
- "_YMMLIDGTNEVFMIDR_"
- ],
- [
- 35058,
- 2,
- 13,
- 5,
- 0.17094,
- "_VGAVAGNDWLIWDITR_"
- ],
- [
- 45029,
- 3,
- 12,
- 4,
- 0.15664,
- "_SEEMQTVQQEQLLQETQALQQSFLSEK_"
- ],
- [
- 25791,
- 2,
- 21,
- 6,
- 0.28481,
- "_MVGVPAALDMMLTGR_"
- ],
- [
- 31931,
- 3,
- 15,
- 6,
- 0.19941,
- "_NDCFQEFFQLNYLQHLSLSR_"
- ],
- [
- 41695,
- 3,
- 13,
- 8,
- 0.17094,
- "_SFIKDYPVVSIEDPFDQDDWGAWQK_"
- ],
- [
- 46490,
- 2,
- 11,
- 6,
- 0.1424,
- "_(Acetyl (Protein N-term))ASM(Oxidation (M))GTLAFDEYGRPFLIIK_"
- ],
- [
- 42724,
- 4,
- 12,
- 4,
- 0.15664,
- "_IIPTLEEGLQLPSPTATSQLPLESDAVECLNYQHYK_"
- ],
- [
- 47926,
- 2,
- 11,
- 2,
- 0.1424,
- "_AVEILAQEMMTDLPSSFEEK_"
- ],
- [
- 15636,
- 2,
- 16,
- 4,
- 0.21364,
- "_LWDYIDGILIK_"
- ],
- [
- 49756,
- 2,
- 17,
- 7,
- 0.22785,
- "_ATPLSSTVTLSMSADVPLVVEYK_"
- ],
- [
- 40925,
- 3,
- 9,
- 3,
- 0.11393,
- "_FAEEENLCIDSITPCADGIHLLVGLR_"
- ],
- [
- 40650,
- 3,
- 12,
- 6,
- 0.15664,
- "_NLVELSFLPGDTGKPDVLSASLEGQLTK_"
- ],
- [
- 32335,
- 2,
- 19,
- 6,
- 0.2563,
- "_SIITYVSSLYDAMPR_"
- ],
- [
- 50683,
- 2,
- 11,
- 5,
- 0.1424,
- "_PSAYNFDNSPVLQEWVTATDIR_"
- ],
- [
- 24642,
- 3,
- 12,
- 5,
- 0.15664,
- "_VVITGIGLVTPLGVGTHLVWDR_"
- ],
- [
- 48933,
- 2,
- 9,
- 3,
- 0.11397,
- "_TSLSSPPWPEVVLPDPVEETR_"
- ],
- [
- 40443,
- 3,
- 6,
- 2,
- 0.071287,
- "_ENLEETLQLEIENCKEEIASISSLK_"
- ],
- [
- 27646,
- 3,
- 11,
- 5,
- 0.14243,
- "_DCAVSENFQEFLSLNGHLLGR_"
- ],
- [
- 44348,
- 4,
- 14,
- 8,
- 0.18522,
- "_NNKPLYSFEDNADYVYDVMWSPTHPALFACVDGMGR_"
- ],
- [
- 18696,
- 3,
- 11,
- 4,
- 0.14243,
- "_DMVTELFDPLVQGEVQHR_"
- ],
- [
- 26027,
- 3,
- 11,
- 4,
- 0.14243,
- "_EVTLHLLPGEQLLCEASTVLK_"
- ],
- [
- 43277,
- 2,
- 14,
- 3,
- 0.18522,
- "_DMGYTYLNIDDCWIGGR_"
- ],
- [
- 38565,
- 2,
- 10,
- 4,
- 0.12821,
- "_AMFGVYDNIGILGNFEK_"
- ],
- [
- 47729,
- 2,
- 7,
- 5,
- 0.08551,
- "_EDFATFDYILCM(Oxidation (M))DESNLR_"
- ],
- [
- 49295,
- 3,
- 14,
- 7,
- 0.18522,
- "_LGLGIDEDDPTADDTSAAVTEEMPPLEGDDDTSR_"
- ],
- [
- 20342,
- 3,
- 11,
- 2,
- 0.14243,
- "_DSIHLTPVLTSSILNQLTGR_"
- ],
- [
- 44633,
- 3,
- 12,
- 4,
- 0.15668,
- "_MSHHVWTAQNVDPASFLSTTLGNVLVTVK_"
- ],
- [
- 34076,
- 2,
- 9,
- 4,
- 0.11397,
- "_DEDPVCLQLDDILSK_"
- ],
- [
- 21693,
- 2,
- 9,
- 3,
- 0.11397,
- "_ISLPVILMDETLK_"
- ],
- [
- 48705,
- 2,
- 11,
- 3,
- 0.14243,
- "_LPIGTPDYMAPEVLTVMNGDGK_"
- ],
- [
- 11761,
- 2,
- 10,
- 3,
- 0.12821,
- "_SLLQAWGLILR_"
- ],
- [
- 42978,
- 2,
- 14,
- 5,
- 0.18522,
- "_LLTVFAYGTYADYLAEAR_"
- ],
- [
- 34677,
- 4,
- 20,
- 7,
- 0.27058,
- "_FSQMLHPIFEEASDVIKEEFPNENQVVFAR_"
- ],
- [
- 34780,
- 3,
- 22,
- 7,
- 0.2991,
- "_EIGGGEAGAVIGGSAGASPPSTLTPDSRR_"
- ],
- [
- 29606,
- 2,
- 15,
- 2,
- 0.19945,
- "_NGAEFTDSLISNLLR_"
- ],
- [
- 26540,
- 2,
- 15,
- 5,
- 0.19945,
- "_FALGLSGGSLVSMLAR_"
- ],
- [
- 41800,
- 2,
- 15,
- 6,
- 0.19945,
- "_FLQGDSFLNEDLNQLIK_"
- ],
- [
- 48836,
- 3,
- 15,
- 8,
- 0.19945,
- "_IHCNITESYPAVPPIWSVESDDPNLAAVLER_"
- ],
- [
- 34396,
- 3,
- 15,
- 5,
- 0.19945,
- "_EQGIDGETLPLLTEEHLLTNMGLK_"
- ],
- [
- 15056,
- 3,
- 17,
- 5,
- 0.22792,
- "_YLVEVEELAEEVLADKR_"
- ],
- [
- 41401,
- 2,
- 10,
- 3,
- 0.12824,
- "_FCDTCLQEFLSEGVFK_"
- ],
- [
- 44243,
- 2,
- 9,
- 5,
- 0.11402,
- "_NYFESTDGLIWVVDSADR_"
- ],
- [
- 23145,
- 3,
- 13,
- 4,
- 0.17095,
- "_FKGFDPNQLSVATLLFEGDR_"
- ],
- [
- 37806,
- 2,
- 14,
- 5,
- 0.1852,
- "_EDCSPDEFIDVIVGNR_"
- ],
- [
- 46668,
- 3,
- 17,
- 8,
- 0.22796,
- "_SVDYPCLLRPSYVLSGSAMNVVFSEDEMK_"
- ],
- [
- 33286,
- 2,
- 13,
- 4,
- 0.17095,
- "_CSDSTLLSNLLEEMK_"
- ],
- [
- 29278,
- 3,
- 14,
- 6,
- 0.1852,
- "_YLEEFITNITNVLPETVHTTK_"
- ],
- [
- 25281,
- 3,
- 17,
- 4,
- 0.22796,
- "_EKFPEADPYEIIESFNVVAK_"
- ],
- [
- 50376,
- 3,
- 17,
- 6,
- 0.22796,
- "_NTASQEDKDDSVVLPLGADTLTHNLGIPVLVVCTK_"
- ],
- [
- 26049,
- 2,
- 20,
- 4,
- 0.27063,
- "_AGPFDEFQIATMLK_"
- ],
- [
- 35595,
- 2,
- 13,
- 4,
- 0.17095,
- "_AVLLDEDDDLWVELR_"
- ],
- [
- 45004,
- 2,
- 11,
- 2,
- 0.14248,
- "_QFLILNDFPSVNEAIDQR_"
- ],
- [
- 30304,
- 2,
- 17,
- 5,
- 0.22796,
- "_SETSGSFEDALLAIVK_"
- ],
- [
- 38842,
- 2,
- 15,
- 4,
- 0.1995,
- "_EGETYFDVVAVVDPVTR_"
- ],
- [
- 50148,
- 2,
- 11,
- 5,
- 0.14248,
- "_IVSVISSPSLTSETEWVGYPFR_"
- ],
- [
- 24986,
- 4,
- 11,
- 5,
- 0.14248,
- "_EAALHIFWNFPGIFGNQQQHYLDVIK_"
- ],
- [
- 10523,
- 2,
- 15,
- 5,
- 0.1995,
- "_VWLIDDILEK_"
- ],
- [
- 14595,
- 2,
- 16,
- 4,
- 0.21373,
- "_DPTEEIEILLR_"
- ],
- [
- 43941,
- 2,
- 8,
- 4,
- 0.099783,
- "_IWDMTPVVGCSLATGFSPH_"
- ],
- [
- 50353,
- 2,
- 8,
- 3,
- 0.099783,
- "_ALNLFQGSVEDTTGSQSLAALLNK_"
- ],
- [
- 50853,
- 3,
- 17,
- 8,
- 0.22796,
- "_EGSGIGAIDSNLDWSHNFTNMLGYTDHQFTELTR_"
- ],
- [
- 29324,
- 3,
- 12,
- 4,
- 0.1567,
- "_ILAHLWHLGYSPEDIIGNIFR_"
- ],
- [
- 51488,
- 2,
- 19,
- 7,
- 0.25646,
- "_ADDPSSYMEVVQAANTSGNWEELVK_"
- ],
- [
- 40803,
- 2,
- 13,
- 4,
- 0.17097,
- "_ELVSDLSSQFVISPPALR_"
- ],
- [
- 22994,
- 4,
- 12,
- 5,
- 0.15675,
- "_QDLEAWGYPVTLQVYHGLLSFTVHPK_"
- ],
- [
- 33564,
- 3,
- 18,
- 6,
- 0.24223,
- "_LTWFVNEGLVDGWDDPRFPTVR_"
- ],
- [
- 18604,
- 2,
- 12,
- 3,
- 0.15675,
- "_SQAFTLLLWVTK_"
- ],
- [
- 48754,
- 2,
- 13,
- 4,
- 0.17097,
- "_AVPTGDMEDLPCGLVLSSIGYK_"
- ],
- [
- 40320,
- 4,
- 14,
- 8,
- 0.18522,
- "_SMSCPSTGLTEDILTHIGNVASSVPVENFTIHGGLSR_"
- ],
- [
- 51346,
- 3,
- 12,
- 7,
- 0.15675,
- "_DSGIQTMTASGSSAMSPETTVSQIAVESDLGQMLEEGKK_"
- ],
- [
- 29515,
- 4,
- 14,
- 4,
- 0.18522,
- "_VLSVEEFDALTPVIESSLHQVESMHGAGNAK_"
- ],
- [
- 20093,
- 2,
- 24,
- 6,
- 0.32764,
- "_FFDDPMLLELAK_"
- ],
- [
- 27052,
- 3,
- 13,
- 4,
- 0.17097,
- "_NCEEVGLFNELASSFEHEFK_"
- ],
- [
- 25758,
- 2,
- 14,
- 5,
- 0.18522,
- "_DIVISVGIYNLVQK_"
- ],
- [
- 42582,
- 2,
- 14,
- 5,
- 0.18522,
- "_VFGAPNVVEDEIDQYLSK_"
- ],
- [
- 13111,
- 2,
- 14,
- 4,
- 0.18522,
- "_LLMDMALFMGR_"
- ],
- [
- 15212,
- 2,
- 20,
- 6,
- 0.27068,
- "_QLFSSLFSGILK_"
- ],
- [
- 20768,
- 2,
- 15,
- 5,
- 0.19947,
- "_NPGLVLDIVEDLR_"
- ],
- [
- 42533,
- 2,
- 16,
- 4,
- 0.21377,
- "_VLPQLISTITASVQNPALR_"
- ],
- [
- 23266,
- 2,
- 18,
- 5,
- 0.24223,
- "_VPELMEMFLPATK_"
- ],
- [
- 50400,
- 2,
- 7,
- 5,
- 0.085581,
- "_ALDEGIPITSASYYATVTLDQVR_"
- ],
- [
- 25675,
- 3,
- 11,
- 4,
- 0.14251,
- "_DHPDHELIDPFPVPLVIIGSK_"
- ],
- [
- 41493,
- 2,
- 11,
- 4,
- 0.14251,
- "_DDELYILTNVGEPTEFK_"
- ],
- [
- 14173,
- 3,
- 11,
- 5,
- 0.14251,
- "_PVFGICLGHQLLALAIGAK_"
- ],
- [
- 12633,
- 3,
- 18,
- 6,
- 0.24223,
- "_VTIAQGGVLPNIQAVLLPK_"
- ],
- [
- 15310,
- 2,
- 15,
- 2,
- 0.19945,
- "_DLNPFTPLVGIR_"
- ],
- [
- 51469,
- 2,
- 11,
- 6,
- 0.14252,
- "_VVAQSTNSEEIIEGEYNTVMLAIGR_"
- ],
- [
- 33619,
- 2,
- 18,
- 6,
- 0.24222,
- "_ELETVCNDVLSLLDK_"
- ],
- [
- 32309,
- 3,
- 10,
- 2,
- 0.12828,
- "_TQLDETVLWVVHVSGPINPQVLK_"
- ],
- [
- 27647,
- 3,
- 11,
- 4,
- 0.14252,
- "_MHITLCDFIVPWDTLSTTQK_"
- ],
- [
- 20783,
- 3,
- 10,
- 4,
- 0.12828,
- "_LLEILQHDPDSILDTLTSR_"
- ],
- [
- 51552,
- 3,
- 14,
- 7,
- 0.1852,
- "_GLGCQTLGPHNPTPPPSLDMFAEELAEEELETPTPTQR_"
- ],
- [
- 46058,
- 4,
- 20,
- 7,
- 0.27069,
- "_EPILNIHDLTQIHSDMNLPVPDPILLTNSHDGLDGPTYK_"
- ],
- [
- 50476,
- 3,
- 16,
- 8,
- 0.2137,
- "_IQDLTGLDVSTAEELQVANYGVGGQYEPHFDFAR_"
- ],
- [
- 25446,
- 3,
- 12,
- 3,
- 0.15674,
- "_LRDLEDADLLIQLEAFEEAK_"
- ],
- [
- 46857,
- 3,
- 17,
- 7,
- 0.22799,
- "_WLMGEGLEGLVPCTTTCDTETLHFVSINK_"
- ],
- [
- 37457,
- 3,
- 12,
- 6,
- 0.15674,
- "_AEFFCQLYKPEIVINELDLQVGR_"
- ],
- [
- 18168,
- 2,
- 21,
- 8,
- 0.2849,
- "_TTPDVIFVFGFR_"
- ],
- [
- 41871,
- 3,
- 18,
- 7,
- 0.24222,
- "_QVEDLQATFSSIHSFQDLSSSILAQSR_"
- ],
- [
- 36885,
- 3,
- 20,
- 8,
- 0.27069,
- "_HLLSLMGIPYLDAPSEAEASCAALVK_"
- ],
- [
- 29443,
- 2,
- 12,
- 2,
- 0.15674,
- "_NAININELFIEISR_"
- ],
- [
- 45614,
- 2,
- 11,
- 4,
- 0.14252,
- "_DQMTCLDTLAAYYVQQAR_"
- ],
- [
- 13213,
- 3,
- 15,
- 5,
- 0.19945,
- "_ISAIHILDVLVLNGTDVR_"
- ],
- [
- 24076,
- 3,
- 13,
- 5,
- 0.17098,
- "_EHLIDELDYVLVPTEAWNK_"
- ],
- [
- 44451,
- 2,
- 22,
- 7,
- 0.29913,
- "_SVNEVMEWMNNVMNAQAK_"
- ],
- [
- 10848,
- 2,
- 9,
- 3,
- 0.11406,
- "_NDFSIWSILR_"
- ],
- [
- 38178,
- 4,
- 15,
- 5,
- 0.19945,
- "_GENVATTEVADTVGLVDFVQEVNVYGVHVPDHEGR_"
- ],
- [
- 44873,
- 2,
- 13,
- 6,
- 0.17098,
- "_DMVTELFDPLVQGEVQHR_"
- ],
- [
- 16154,
- 2,
- 15,
- 4,
- 0.19945,
- "_TLIEDEIATILK_"
- ],
- [
- 28800,
- 2,
- 19,
- 6,
- 0.25646,
- "_EPESILQVLSQMEK_"
- ],
- [
- 51116,
- 2,
- 16,
- 7,
- 0.2137,
- "_ETEEITSLWQGSLFNANYDVQR_"
- ],
- [
- 35779,
- 3,
- 15,
- 3,
- 0.19945,
- "_NLVDFTFVENVVHGHILAAEQLSR_"
- ],
- [
- 39423,
- 4,
- 21,
- 9,
- 0.2849,
- "_EGSGIGAIDSNLDWSHNFTNMLGYTDHQFTELTR_"
- ],
- [
- 39768,
- 2,
- 12,
- 4,
- 0.15674,
- "_TLDQISDADNIPGLLVLK_"
- ],
- [
- 32422,
- 3,
- 17,
- 7,
- 0.22799,
- "_ALAPLLLAFVTKPNSALESCSFAR_"
- ],
- [
- 32660,
- 2,
- 14,
- 4,
- 0.18525,
- "_ELWPSADVQIFGSFK_"
- ],
- [
- 22629,
- 2,
- 13,
- 3,
- 0.17101,
- "_ELEDYIDNLLVR_"
- ],
- [
- 33435,
- 3,
- 14,
- 6,
- 0.18525,
- "_HAGGVTGGWDNLLAVIPGGSSTPLIPK_"
- ],
- [
- 16425,
- 3,
- 13,
- 5,
- 0.17101,
- "_IVQQIAILMGCAILPHLR_"
- ],
- [
- 38719,
- 2,
- 12,
- 3,
- 0.15679,
- "_TLTGNTFSLADCIPLLR_"
- ],
- [
- 37268,
- 2,
- 13,
- 6,
- 0.17101,
- "_VGGYILGEFGNLIAGDPR_"
- ],
- [
- 31927,
- 4,
- 10,
- 3,
- 0.12832,
- "_(Acetyl (Protein N-term))AAEVYFGDLELFEPFDHPEESIPKPVHTR_"
- ],
- [
- 28716,
- 2,
- 13,
- 2,
- 0.17101,
- "_RALEEELEDLELGL_"
- ],
- [
- 24559,
- 3,
- 15,
- 6,
- 0.19947,
- "_FLVEAPHDWDLEEVMNSIR_"
- ],
- [
- 49574,
- 2,
- 17,
- 6,
- 0.22796,
- "_FYQEIFESPFLTETGEYYK_"
- ],
- [
- 30313,
- 3,
- 17,
- 7,
- 0.22796,
- "_LLPALTVLDIHDNQLTSLPSAIR_"
- ],
- [
- 27180,
- 3,
- 17,
- 6,
- 0.22796,
- "_AIVVDPVHGFMYWTDWGTPAK_"
- ],
- [
- 21640,
- 3,
- 16,
- 5,
- 0.21372,
- "_DYPQLVLPNFDMLYNHVK_"
- ],
- [
- 36428,
- 3,
- 17,
- 6,
- 0.22796,
- "_RNDFQLIGIQDGYLSLLQDSGEVR_"
- ],
- [
- 19581,
- 3,
- 16,
- 5,
- 0.21372,
- "_IFEDHENLVENLLNWTR_"
- ],
- [
- 42067,
- 3,
- 18,
- 7,
- 0.24226,
- "_YYIQNGIQSFMQNYSSIDVLLHQSR_"
- ],
- [
- 43151,
- 2,
- 6,
- 2,
- 0.07132,
- "_MVENVAFGAFDQWWESK_"
- ],
- [
- 15398,
- 2,
- 19,
- 4,
- 0.25649,
- "_VLGELWPLFGGR_"
- ],
- [
- 35822,
- 4,
- 18,
- 6,
- 0.24222,
- "_VLSAEALKPGMLLTGTVSSLEDHGYLVDIGVDGTR_"
- ],
- [
- 48346,
- 2,
- 9,
- 2,
- 0.11408,
- "_ADGGPEAGELPSIGEATAALALAGR_"
- ],
- [
- 29594,
- 3,
- 14,
- 6,
- 0.18526,
- "_IVPDEIEEIKETLIDWCDEK_"
- ],
- [
- 51479,
- 3,
- 14,
- 6,
- 0.18526,
- "_EALNIIGDISTSTVSTPVPPPVDDTWLQSASSHSPTPQR_"
- ],
- [
- 21151,
- 2,
- 10,
- 4,
- 0.12833,
- "_GSSVDGSPLLLFLR_"
- ],
- [
- 50773,
- 3,
- 14,
- 7,
- 0.18526,
- "_LQDISELLATGAGLSESEAEPDGDHNITELPQAVAGR_"
- ],
- [
- 10596,
- 3,
- 21,
- 5,
- 0.28498,
- "_VPLINELESAIHQLYK_"
- ],
- [
- 36550,
- 3,
- 21,
- 6,
- 0.28498,
- "_VGDAIPAVEVFEGEPGNKVNLAELFK_"
- ],
- [
- 19723,
- 2,
- 23,
- 4,
- 0.31343,
- "_IVSQLLTLMDGLK_"
- ],
- [
- 46861,
- 2,
- 17,
- 7,
- 0.22797,
- "_DYPQLVLPNFDMLYNHVK_"
- ],
- [
- 28130,
- 3,
- 15,
- 6,
- 0.1995,
- "_FIDHLMVMFGETPSWDLEQK_"
- ],
- [
- 51250,
- 2,
- 11,
- 5,
- 0.14258,
- "_ELGAFGLQVPSELGGVGLCNTQYAR_"
- ],
- [
- 32259,
- 2,
- 17,
- 5,
- 0.22797,
- "_IELEEMGPSLDLVLR_"
- ],
- [
- 50325,
- 3,
- 15,
- 9,
- 0.1995,
- "_YNGKDEVCLTLYGDGAANQGQIFEAYNMAALWK_"
- ],
- [
- 45819,
- 2,
- 11,
- 5,
- 0.14258,
- "_HWLDSPWPGFFTLDGQPR_"
- ],
- [
- 28391,
- 2,
- 14,
- 5,
- 0.18526,
- "_VFEISPFEPWITR_"
- ],
- [
- 9255,
- 2,
- 12,
- 4,
- 0.1568,
- "_DIEEIIDELK_"
- ],
- [
- 14086,
- 3,
- 15,
- 5,
- 0.1995,
- "_IFEDIPTLEDLAETLKK_"
- ],
- [
- 30849,
- 3,
- 11,
- 4,
- 0.14258,
- "_DMLCEDLAHATEQLNMLTEASK_"
- ],
- [
- 25522,
- 4,
- 16,
- 5,
- 0.21372,
- "_SVTHFDSLAVIDIPGADTLDKLFDHAVSK_"
- ],
- [
- 40643,
- 2,
- 12,
- 5,
- 0.1568,
- "_EQVLQPVSAELLELDIR_"
- ],
- [
- 42993,
- 3,
- 35,
- 9,
- 0.4844,
- "_TAFQEALDAAGDKLVVVDFSATWCGPCK_"
- ],
- [
- 48520,
- 2,
- 13,
- 6,
- 0.17105,
- "_GSTVNTMQISCLLGQIELEGR_"
- ],
- [
- 34629,
- 3,
- 10,
- 2,
- 0.12833,
- "_DSLREELVITPLPSGDVAATFQFR_"
- ],
- [
- 31055,
- 2,
- 15,
- 3,
- 0.19951,
- "_VLPSFWIPSLTPEAK_"
- ],
- [
- 16111,
- 4,
- 11,
- 5,
- 0.14258,
- "_WFNTILDDSHLLVHCYLSNLVR_"
- ],
- [
- 32137,
- 3,
- 12,
- 5,
- 0.15683,
- "_ATILWDNAFSEMDRVPFVVAER_"
- ],
- [
- 40324,
- 3,
- 11,
- 5,
- 0.14258,
- "_LVLLGPHVLCAPPSPTLESMAQVLSQR_"
- ],
- [
- 10975,
- 3,
- 15,
- 6,
- 0.19951,
- "_FHNLEGFLEEFADIAK_"
- ],
- [
- 36717,
- 2,
- 12,
- 4,
- 0.15683,
- "_DLKLDNLLLDTEGFVK_"
- ],
- [
- 50300,
- 2,
- 13,
- 5,
- 0.17105,
- "_GPGFEYFSPMPAWAQDDWQKD_"
- ],
- [
- 42457,
- 2,
- 14,
- 3,
- 0.18529,
- "_IIGLDQVAGMSETALPGAFK_"
- ],
- [
- 16882,
- 2,
- 15,
- 4,
- 0.19951,
- "_LPVEAMVTILMR_"
- ],
- [
- 18515,
- 3,
- 10,
- 2,
- 0.12833,
- "_SKEETGISLQDLLLEIYR_"
- ],
- [
- 28337,
- 3,
- 22,
- 4,
- 0.29923,
- "_AVVHGILMGVPVPFPIPEPDGCK_"
- ],
- [
- 23997,
- 3,
- 19,
- 4,
- 0.25647,
- "_ETEDGHESPLFDFIESCLR_"
- ],
- [
- 15115,
- 2,
- 23,
- 6,
- 0.31346,
- "_AIIIFVPVPQLK_"
- ],
- [
- 39207,
- 4,
- 22,
- 9,
- 0.29923,
- "_IMRPTDVPDTGLLCDLLWSDPDKDVQGWGENDR_"
- ],
- [
- 51344,
- 2,
- 17,
- 4,
- 0.22797,
- "_IIWDENIVPTEYYSGEGCLALPK_"
- ],
- [
- 20042,
- 3,
- 15,
- 5,
- 0.19951,
- "_HWLDSPWPGFFTLDGQPR_"
- ],
- [
- 29124,
- 2,
- 26,
- 6,
- 0.35612,
- "_AFAISGPFNVQFLVK_"
- ],
- [
- 50620,
- 2,
- 15,
- 5,
- 0.19951,
- "_MPIINNLEWETVPNYLPPDTR_"
- ],
- [
- 24528,
- 2,
- 16,
- 5,
- 0.21375,
- "_NICQFLLEVGIVK_"
- ],
- [
- 39793,
- 3,
- 13,
- 5,
- 0.17108,
- "_AFLEHMSEVQPDSPQGIYDTLLELR_"
- ],
- [
- 26287,
- 2,
- 14,
- 6,
- 0.1853,
- "_VNLTGTIQLLEIMK_"
- ],
- [
- 38466,
- 2,
- 15,
- 6,
- 0.19954,
- "_DIGEGNLSTAAAAALAAAAVK_"
- ],
- [
- 17016,
- 2,
- 13,
- 4,
- 0.17108,
- "_DMEANLLPGFLR_"
- ],
- [
- 43487,
- 3,
- 19,
- 5,
- 0.25647,
- "_EAALHIFWNFPGIFGNQQQHYLDVIK_"
- ],
- [
- 47376,
- 3,
- 13,
- 7,
- 0.17108,
- "_VVSNLPAITMEEVAPVSVSDAALLAPEEIKEK_"
- ],
- [
- 21530,
- 2,
- 13,
- 6,
- 0.17108,
- "_ALLQEMPLTALLR_"
- ],
- [
- 45386,
- 2,
- 14,
- 5,
- 0.1853,
- "_VTPEEYAGQITLMDVPVFK_"
- ],
- [
- 43308,
- 2,
- 14,
- 5,
- 0.1853,
- "_VGLTSEILNSFEHEFLSK_"
- ],
- [
- 30352,
- 2,
- 13,
- 5,
- 0.17108,
- "_TLFANIVLSGGSTLFK_"
- ],
- [
- 51080,
- 3,
- 15,
- 7,
- 0.19954,
- "_ETAAPVVPELSSDIDSSNFDDIEDDKGDVETFPIPK_"
- ],
- [
- 21003,
- 3,
- 17,
- 6,
- 0.228,
- "_PLLSFDPAFDELPHYALLK_"
- ],
- [
- 51580,
- 2,
- 11,
- 6,
- 0.14258,
- "_ADMVNEDLLSDGTSENESGFWDSFK_"
- ],
- [
- 29111,
- 2,
- 13,
- 5,
- 0.17108,
- "_FMQDASNVMQLLLK_"
- ],
- [
- 16410,
- 2,
- 19,
- 5,
- 0.25647,
- "_LNLAFVANLFNK_"
- ],
- [
- 21912,
- 2,
- 15,
- 5,
- 0.19954,
- "_VDLEELIECATGK_"
- ],
- [
- 35916,
- 3,
- 12,
- 6,
- 0.15683,
- "_WFNTILDDSHLLVHCYLSNLVR_"
- ],
- [
- 36284,
- 4,
- 16,
- 6,
- 0.21376,
- "_DLDGNIPLLLAVQNGHSEICHFLLDHGADVNSR_"
- ],
- [
- 43593,
- 2,
- 17,
- 6,
- 0.228,
- "_DSIFSNLTGQLDYQGFEK_"
- ],
- [
- 47383,
- 2,
- 17,
- 7,
- 0.228,
- "_LPEEWSQWLGGSSWPGYVR_"
- ],
- [
- 38276,
- 2,
- 17,
- 6,
- 0.228,
- "_GQETSTNPIASIFAWTR_"
- ],
- [
- 43993,
- 3,
- 12,
- 6,
- 0.15683,
- "_EKAQEIQDESAVLWLDEIQGGIWQSNK_"
- ],
- [
- 36352,
- 3,
- 11,
- 2,
- 0.14258,
- "_KTISPEHVIQALESLGFGSYISEVK_"
- ],
- [
- 34134,
- 3,
- 17,
- 8,
- 0.228,
- "_FMFNIADGGFTELHSLWQNEER_"
- ],
- [
- 42787,
- 3,
- 22,
- 10,
- 0.29924,
- "_QFAPIHAEAPEFMEMSVEQEILVTGIK_"
- ],
- [
- 43083,
- 2,
- 20,
- 4,
- 0.2707,
- "_LLVALGTLISDDSNAVQLAK_"
- ],
- [
- 36048,
- 2,
- 10,
- 4,
- 0.12831,
- "_VGLFTEIGPMSCFISR_"
- ],
- [
- 43403,
- 2,
- 12,
- 5,
- 0.15681,
- "_AQLVLVGATFPEGVGQLLNK_"
- ],
- [
- 51680,
- 3,
- 12,
- 4,
- 0.15681,
- "_LAQTATASSAAVGSGPPPEAEQAWPQSSGEEELQLQLALAMSK_"
- ],
- [
- 38825,
- 2,
- 12,
- 4,
- 0.15681,
- "_DLENLGLTHLIGSPFLR_"
- ],
- [
- 27193,
- 3,
- 10,
- 6,
- 0.12831,
- "_MQMPQGNPLLLSHTLQELLAR_"
- ],
- [
- 14739,
- 2,
- 10,
- 4,
- 0.12831,
- "_SMVLTLGLIDLR_"
- ],
- [
- 22396,
- 3,
- 18,
- 6,
- 0.24223,
- "_TVWDWELMNDIKPIWQR_"
- ],
- [
- 18459,
- 2,
- 11,
- 3,
- 0.14256,
- "_EPAVLMGILGIYK_"
- ],
- [
- 37180,
- 3,
- 10,
- 6,
- 0.12831,
- "_EKYCTFNDDIQGTAAVALAGLLAAQK_"
- ],
- [
- 21644,
- 3,
- 10,
- 4,
- 0.12831,
- "_ETLQNTVDILLHHIFQER_"
- ],
- [
- 25482,
- 2,
- 19,
- 2,
- 0.25645,
- "_LVLPPPDPLDLPLR_"
- ],
- [
- 48646,
- 2,
- 16,
- 3,
- 0.21377,
- "_CDSDCLWVGLAGPQILPPCR_"
- ],
- [
- 51753,
- 3,
- 16,
- 8,
- 0.21377,
- "_PASQIGCSAPGYLPTSLAWHPQQSEVFVFGDENGTVSLVDTK_"
- ],
- [
- 32577,
- 2,
- 16,
- 2,
- 0.21377,
- "_LTSALFNAASGWLGWK_"
- ],
- [
- 42774,
- 2,
- 16,
- 6,
- 0.21377,
- "_YMTQFADQNFSDFLFR_"
- ],
- [
- 27435,
- 3,
- 11,
- 5,
- 0.14256,
- "_IEACLPLYTNMIALHQLLER_"
- ],
- [
- 32303,
- 2,
- 11,
- 4,
- 0.14256,
- "_LSTPIAGLDNINVFLK_"
- ],
- [
- 21472,
- 3,
- 10,
- 3,
- 0.12831,
- "_MTESWFSSLSRDPLELFR_"
- ],
- [
- 43543,
- 2,
- 13,
- 4,
- 0.17105,
- "_FDFDSDEDFNAFFNSSR_"
- ],
- [
- 5683,
- 2,
- 12,
- 4,
- 0.1568,
- "_AELFELLFR_"
- ],
- [
- 41797,
- 2,
- 13,
- 3,
- 0.17105,
- "_VMGFGLYLMDGSVSNIYK_"
- ],
- [
- 46142,
- 2,
- 14,
- 6,
- 0.1853,
- "_LILLWNVYGDCDNYATLK_"
- ],
- [
- 38916,
- 2,
- 21,
- 4,
- 0.28494,
- "_EYEIPSNLTPADVFFR_"
- ],
- [
- 16553,
- 4,
- 15,
- 4,
- 0.19955,
- "_KTISPEHVIQALESLGFGSYISEVK_"
- ],
- [
- 36106,
- 3,
- 15,
- 6,
- 0.19955,
- "_VVAQSTNSEEIIEGEYNTVMLAIGR_"
- ],
- [
- 26217,
- 2,
- 14,
- 5,
- 0.1853,
- "_IEYDDFVECLLR_"
- ],
- [
- 22843,
- 2,
- 14,
- 6,
- 0.1853,
- "_(Acetyl (Protein N-term))MMLGTEGGEGFVVK_"
- ],
- [
- 44883,
- 2,
- 12,
- 6,
- 0.1568,
- "_LSIQDNNVDLILATPPFSR_"
- ],
- [
- 42369,
- 2,
- 14,
- 4,
- 0.1853,
- "_FFESFGDLSSADAILGNPK_"
- ],
- [
- 30854,
- 3,
- 13,
- 6,
- 0.17105,
- "_KAPQETLNGGITDMLTELANFEK_"
- ],
- [
- 30689,
- 3,
- 8,
- 4,
- 0.099722,
- "_YFDQWSESDQVEFVEHLISR_"
- ],
- [
- 43900,
- 2,
- 18,
- 6,
- 0.24223,
- "_SGQPVTADDLGVTGALTVLMK_"
- ],
- [
- 32824,
- 2,
- 25,
- 6,
- 0.34195,
- "_VNEMIIGGGMAFTFLK_"
- ],
- [
- 39535,
- 3,
- 11,
- 6,
- 0.14255,
- "_DQDEQEELDFLFDEEMEQMDGRK_"
- ],
- [
- 37713,
- 2,
- 26,
- 5,
- 0.35619,
- "_TWIEGLTGLSIGPDFQK_"
- ],
- [
- 51181,
- 3,
- 16,
- 9,
- 0.21377,
- "_(Acetyl (Protein N-term))MDHYDSQQTNDYMQPEEDWDRDLLLDPAWEK_"
- ],
- [
- 49765,
- 2,
- 16,
- 9,
- 0.21377,
- "_LTLDSEEEGPLEECLAYLTAR_"
- ],
- [
- 22654,
- 3,
- 16,
- 5,
- 0.21377,
- "_IPEELKPWLVDDWDLITR_"
- ],
- [
- 48525,
- 3,
- 17,
- 6,
- 0.22801,
- "_EAPAGPLEEDDLEPLTLAPAPAPRPPQDLIGLR_"
- ],
- [
- 51539,
- 3,
- 16,
- 5,
- 0.21377,
- "_TQLEQLYQWAQVKPNSNQVNLASCCVMPPDLTAFAK_"
- ],
- [
- 47928,
- 2,
- 11,
- 4,
- 0.14255,
- "_ELFQEM(Oxidation (M))NIELVPPYMIASK_"
- ],
- [
- 32396,
- 3,
- 15,
- 5,
- 0.19955,
- "_ESSEDSFLSAIINYTNSSTVHFK_"
- ],
- [
- 29965,
- 3,
- 15,
- 3,
- 0.19955,
- "_ALVSEEGEGKNPVDYIQGLLDLK_"
- ],
- [
- 45691,
- 3,
- 14,
- 5,
- 0.1853,
- "_QLIYNYPEQLFGAAGVM(Oxidation (M))AIEHADFAGVER_"
- ],
- [
- 38948,
- 4,
- 11,
- 6,
- 0.14251,
- "_FLELGKEEDFHPELESLDGDLDPGLPSTEDVILK_"
- ],
- [
- 20195,
- 2,
- 11,
- 4,
- 0.14251,
- "_NLVATFICVFEK_"
- ],
- [
- 39920,
- 2,
- 11,
- 5,
- 0.14251,
- "_WVYPSEQMFWNAMLK_"
- ],
- [
- 45687,
- 2,
- 19,
- 7,
- 0.25648,
- "_VANAESLNAIGVLIYMDQTK_"
- ],
- [
- 41740,
- 2,
- 8,
- 2,
- 0.099741,
- "_QETQLLEDYVEAIEGVR_"
- ],
- [
- 33000,
- 2,
- 14,
- 8,
- 0.1853,
- "_LYDDIDFDIEEFAK_"
- ],
- [
- 41603,
- 2,
- 11,
- 5,
- 0.14251,
- "_TAENFDLLSSFSVGEGWK_"
- ],
- [
- 38480,
- 4,
- 9,
- 5,
- 0.11397,
- "_WVTEIFSQIPNNGLPRPNFGHLTDPFDTPAFNK_"
- ],
- [
- 37188,
- 2,
- 12,
- 4,
- 0.15679,
- "_ASFPVQILPNLYLGSAR_"
- ],
- [
- 46786,
- 3,
- 12,
- 5,
- 0.15679,
- "_TTCFLSALACYDCPDGLVCLSHINDLCK_"
- ],
- [
- 34013,
- 2,
- 19,
- 4,
- 0.25648,
- "_LCDCPGLIFPSLLPR_"
- ],
- [
- 49309,
- 2,
- 19,
- 6,
- 0.25648,
- "_LISGVVQSYVELGLNEDDAFAK_"
- ],
- [
- 45921,
- 2,
- 14,
- 3,
- 0.1853,
- "_YMEFDLNNEGEIDLMSLK_"
- ],
- [
- 40952,
- 2,
- 15,
- 5,
- 0.19955,
- "_LLFMANEADLDEELVIK_"
- ],
- [
- 50638,
- 3,
- 11,
- 6,
- 0.14251,
- "_TLHGQGFSQPSLTTLTAFSAGGVLAGALCNSNPELVR_"
- ],
- [
- 49087,
- 2,
- 18,
- 6,
- 0.24226,
- "_LFCDFGDEFEVLDTTGEEPK_"
- ],
- [
- 47195,
- 2,
- 12,
- 5,
- 0.15679,
- "_APSPLYSVEFSEEPFGVIVR_"
- ],
- [
- 40235,
- 2,
- 10,
- 5,
- 0.12824,
- "_GLLAFGTSCSVVLYDPLK_"
- ],
- [
- 34208,
- 2,
- 21,
- 6,
- 0.28494,
- "_YGALALQEIFDGIQPK_"
- ],
- [
- 23858,
- 3,
- 22,
- 8,
- 0.29919,
- "_CIALAQLLVEQNFPAIAIHR_"
- ],
- [
- 33792,
- 3,
- 10,
- 4,
- 0.12824,
- "_VREQLEQELEELTASLFEEAHK_"
- ],
- [
- 30047,
- 3,
- 17,
- 6,
- 0.22802,
- "_NFEHLIPDAPELIHDFLVNEK_"
- ],
- [
- 34835,
- 2,
- 21,
- 6,
- 0.28494,
- "_EFQQYLPVVMGPLMK_"
- ],
- [
- 42863,
- 2,
- 13,
- 6,
- 0.17105,
- "_FVAPEEVLPFTEGDILEK_"
- ],
- [
- 31136,
- 2,
- 12,
- 3,
- 0.15679,
- "_DDVGGAQDVGMLGILVK_"
- ],
- [
- 37350,
- 3,
- 20,
- 8,
- 0.27072,
- "_DSEDNPQTLLFSATCPHWVFNVAK_"
- ],
- [
- 23761,
- 3,
- 18,
- 6,
- 0.24226,
- "_NYLPAINGIVFLVDCADHSR_"
- ],
- [
- 46716,
- 2,
- 17,
- 7,
- 0.22802,
- "_VMLPGQCQYLGLPVADYFK_"
- ],
- [
- 23129,
- 2,
- 15,
- 2,
- 0.19955,
- "_DLDVALPIIENYK_"
- ],
- [
- 44519,
- 2,
- 10,
- 3,
- 0.12824,
- "_DLETQIECLMSDQECVK_"
- ],
- [
- 35203,
- 3,
- 15,
- 6,
- 0.19955,
- "_SWSHYTVPAGMTVIQWVSDFSER_"
- ],
- [
- 37195,
- 3,
- 7,
- 2,
- 0.085449,
- "_(Acetyl (Protein N-term))MYTAIPQSGSPFPGSVQDPGLHVWR_"
- ],
- [
- 50877,
- 3,
- 14,
- 7,
- 0.18528,
- "_FQEHLQLQNLGINPANIGFSTLTMESDKFICIR_"
- ],
- [
- 44560,
- 2,
- 10,
- 3,
- 0.1282,
- "_IQIFPVDSAIDTISPLNQK_"
- ],
- [
- 44362,
- 2,
- 11,
- 2,
- 0.14247,
- "_GLWGGEGWILGQIYANNDK_"
- ],
- [
- 34733,
- 4,
- 15,
- 7,
- 0.19953,
- "_RPIVPALVPESLQEQIQSNFIIVIHPGSTTLR_"
- ],
- [
- 42941,
- 4,
- 15,
- 8,
- 0.19953,
- "_YGDMEESNLLIQMSAVPLEHGEVIDCVQELSHSVNK_"
- ],
- [
- 30617,
- 3,
- 12,
- 3,
- 0.15674,
- "_ILPPGLLAYLESSDLVPEKDADR_"
- ],
- [
- 24010,
- 3,
- 11,
- 4,
- 0.14247,
- "_VLADVAIIFSGLHPTNFPIEK_"
- ],
- [
- 26872,
- 2,
- 14,
- 5,
- 0.18528,
- "_ALLQAILQTEDMLK_"
- ],
- [
- 32737,
- 2,
- 11,
- 6,
- 0.14247,
- "_MAEFLDWSLCNLAR_"
- ],
- [
- 18969,
- 2,
- 14,
- 4,
- 0.18528,
- "_EFIGQQLILIIK_"
- ],
- [
- 21091,
- 4,
- 12,
- 5,
- 0.15674,
- "_DLIDDATNLVQLYHVLHPDGQSAQGAK_"
- ],
- [
- 13378,
- 2,
- 21,
- 4,
- 0.28495,
- "_DVAQIFNNILR_"
- ],
- [
- 40130,
- 3,
- 20,
- 5,
- 0.27071,
- "_TLEEGHDFIQEFPGSPAFAALTSIAQK_"
- ],
- [
- 36256,
- 2,
- 19,
- 5,
- 0.25649,
- "_TVGMLSNMIAFYDMAR_"
- ],
- [
- 40885,
- 2,
- 18,
- 5,
- 0.24225,
- "_VFDESLSMFTELQQMR_"
- ],
- [
- 48072,
- 3,
- 20,
- 8,
- 0.27071,
- "_TTQLIEMLHADMNVPFPEGFVIANDVDNKR_"
- ],
- [
- 39023,
- 2,
- 21,
- 6,
- 0.28495,
- "_LLIYAILPDGEVVGDSAR_"
- ],
- [
- 48735,
- 2,
- 18,
- 6,
- 0.24225,
- "_FMVQSMFAPTDTSDMEAVWK_"
- ],
- [
- 42860,
- 2,
- 17,
- 6,
- 0.22803,
- "_NLGPINEWWITGFDGGEK_"
- ],
- [
- 34477,
- 2,
- 20,
- 4,
- 0.27071,
- "_TPLEPPPIVVVVMGPPK_"
- ],
- [
- 49082,
- 2,
- 22,
- 7,
- 0.29917,
- "_MLPTIIADNAGYDSADLVAQLR_"
- ],
- [
- 37900,
- 2,
- 22,
- 3,
- 0.29917,
- "_HLIATQLLSNLEDIMR_"
- ],
- [
- 29946,
- 2,
- 16,
- 5,
- 0.21378,
- "_MAESMLAILCHILR_"
- ],
- [
- 48681,
- 3,
- 16,
- 7,
- 0.21378,
- "_WILDTDTFNEWMNEEDYEVNDDKNPVSR_"
- ],
- [
- 40256,
- 2,
- 16,
- 8,
- 0.21378,
- "_LLELFTDLSCNPEMMK_"
- ],
- [
- 51435,
- 3,
- 27,
- 8,
- 0.37043,
- "_IIPTLEEGLQLPSPTATSQLPLESDAVECLNYQHYK_"
- ],
- [
- 46994,
- 3,
- 15,
- 3,
- 0.19953,
- "_LEEALYEYQPLQIETYGPHVPELEMLGR_"
- ],
- [
- 40981,
- 2,
- 11,
- 4,
- 0.14244,
- "_DVVLQWGEMPTSVAYIR_"
- ],
- [
- 45435,
- 3,
- 21,
- 6,
- 0.28495,
- "_EESFRDPAEVLGTGAEVDYLEQFGTSSFK_"
- ],
- [
- 40423,
- 3,
- 13,
- 7,
- 0.17098,
- "_DLIDDATNLVQLYHVLHPDGQSAQGAK_"
- ],
- [
- 17358,
- 3,
- 13,
- 4,
- 0.17098,
- "_FLSHSLVELLNQISPTFK_"
- ],
- [
- 20922,
- 2,
- 19,
- 5,
- 0.25649,
- "_LLVPTQFVGAIIGK_"
- ],
- [
- 39983,
- 2,
- 13,
- 6,
- 0.17098,
- "_SCLTGFLQEYGLSVMVK_"
- ],
- [
- 11835,
- 2,
- 16,
- 3,
- 0.21377,
- "_EAELPLLDLMK_"
- ],
- [
- 37573,
- 2,
- 19,
- 5,
- 0.25649,
- "_YIVDFLMENGSITSIR_"
- ],
- [
- 47023,
- 4,
- 22,
- 10,
- 0.29919,
- "_LNQTTFTATRPGVYYGQCSEICGANHSFMPIVLELIPLK_"
- ],
- [
- 22848,
- 4,
- 12,
- 3,
- 0.15671,
- "_HPAGQQLDEFLQLAVDKVEAGLGSGPCR_"
- ],
- [
- 35782,
- 2,
- 11,
- 3,
- 0.14244,
- "_GATAILCGTLICSILSR_"
- ],
- [
- 45983,
- 3,
- 8,
- 4,
- 0.099689,
- "_RVYGSFLVNPESGYNVSLLYDLENLPASK_"
- ],
- [
- 17225,
- 2,
- 7,
- 3,
- 0.085442,
- "_DSALEFLTQLSR_"
- ],
- [
- 24464,
- 2,
- 12,
- 5,
- 0.15671,
- "_MNFGDFLTVMTQK_"
- ],
- [
- 13325,
- 3,
- 17,
- 5,
- 0.22802,
- "_VPFLGGLIQHVVEDSWR_"
- ],
- [
- 38881,
- 2,
- 8,
- 3,
- 0.099689,
- "_GPYPLGIDPIWNLATNR_"
- ],
- [
- 12371,
- 2,
- 12,
- 4,
- 0.15671,
- "_FLVFDWNWR_"
- ],
- [
- 51710,
- 3,
- 26,
- 9,
- 0.35621,
- "_QALVEFEDVLGACNAVNYAADNQIYIAGHPAFVNYSTSQK_"
- ],
- [
- 38446,
- 3,
- 15,
- 4,
- 0.19952,
- "_GSFSNASGLFEIHGATVVPIVSVLAPEK_"
- ],
- [
- 30202,
- 2,
- 12,
- 5,
- 0.15671,
- "_DISSDAFTALDPLGDK_"
- ],
- [
- 25022,
- 3,
- 21,
- 5,
- 0.28495,
- "_NYLPAINGIVFLVDCADHER_"
- ],
- [
- 19474,
- 2,
- 15,
- 2,
- 0.19952,
- "_LLELILLDQTVR_"
- ],
- [
- 16573,
- 3,
- 18,
- 6,
- 0.24227,
- "_VGLTSEILNSFEHEFLSK_"
- ],
- [
- 27671,
- 2,
- 17,
- 4,
- 0.22802,
- "_LLDEWFTLDEVPK_"
- ],
- [
- 41482,
- 3,
- 11,
- 5,
- 0.14244,
- "_EFEDVVNILHSSYLEPTSVTNFNYR_"
- ],
- [
- 50010,
- 2,
- 7,
- 3,
- 0.085421,
- "_FHGILDQGEGVLIIFDEPPVDK_"
- ],
- [
- 40752,
- 2,
- 9,
- 4,
- 0.11392,
- "_IVENLGILTGPQLFSLNK_"
- ],
- [
- 32433,
- 3,
- 8,
- 6,
- 0.09967,
- "_LKVEDFLNLSTQLSGFHICIDK_"
- ],
- [
- 47237,
- 2,
- 26,
- 5,
- 0.35614,
- "_IYLTADNLVLNLQDESFTR_"
- ],
- [
- 10738,
- 3,
- 11,
- 5,
- 0.14244,
- "_LLSEIEFLVNHMDLAK_"
- ],
- [
- 49826,
- 2,
- 13,
- 6,
- 0.17094,
- "_VSCLGVTDDGMAVATGSWDSFLK_"
- ],
- [
- 37979,
- 2,
- 34,
- 6,
- 0.47005,
- "_MAVTFIGNSTAIQELFK_"
- ],
- [
- 28684,
- 4,
- 12,
- 4,
- 0.15667,
- "_DKEEEHQSGFFSALTNMVGSMFIADAHEK_"
- ],
- [
- 11105,
- 2,
- 17,
- 4,
- 0.228,
- "_TIDGILLLIER_"
- ],
- [
- 29402,
- 2,
- 15,
- 3,
- 0.19949,
- "_MITGSMVPLLQVISR_"
- ],
- [
- 33625,
- 3,
- 17,
- 6,
- 0.228,
- "_ASVVTASSGSALQYDTLISLMEHLK_"
- ],
- [
- 17533,
- 2,
- 16,
- 4,
- 0.21375,
- "_MVVPVAALFTPLK_"
- ],
- [
- 39645,
- 2,
- 7,
- 3,
- 0.085421,
- "_ALPLPMACTLTQFVSGSK_"
- ],
- [
- 42144,
- 3,
- 22,
- 7,
- 0.29918,
- "_AGVCAALEAWPALQIAVENGFGGVHSQEK_"
- ],
- [
- 42667,
- 2,
- 16,
- 5,
- 0.21375,
- "_HDMLAWINESLQLNLTK_"
- ],
- [
- 49350,
- 2,
- 18,
- 6,
- 0.24225,
- "_DPNTYFIVGTAMVYPEEAEPK_"
- ],
- [
- 20637,
- 4,
- 17,
- 4,
- 0.228,
- "_LAEVLEAVMPHLDQTPNPLVSSVFHR_"
- ],
- [
- 33323,
- 2,
- 15,
- 3,
- 0.19949,
- "_FDLNSPWEAFPVYR_"
- ],
- [
- 8786,
- 3,
- 17,
- 5,
- 0.228,
- "_VLSLLALVKPEVWTLK_"
- ],
- [
- 48384,
- 3,
- 15,
- 5,
- 0.19949,
- "_AGGLGINLATADTVIIYDSDWNPHNDIQAFSR_"
- ],
- [
- 27732,
- 2,
- 20,
- 6,
- 0.27072,
- "_ALTGHLEEVVLALLK_"
- ],
- [
- 39551,
- 4,
- 18,
- 10,
- 0.24224,
- "_FQEHLQLQNLGINPANIGFSTLTMESDKFICIR_"
- ],
- [
- 22710,
- 2,
- 15,
- 5,
- 0.19945,
- "_DLGDLIEATEFDR_"
- ],
- [
- 49160,
- 3,
- 18,
- 9,
- 0.24224,
- "_DGSCSAEYIPFAPGDYDVNITYGGAHIPGSPFR_"
- ],
- [
- 45832,
- 3,
- 19,
- 7,
- 0.25649,
- "_SIYFQPPSFYVSAQDLPHIENGGVAVLTGK_"
- ],
- [
- 39266,
- 2,
- 25,
- 5,
- 0.34188,
- "_SLVASLAEPDFVVTDFAK_"
- ],
- [
- 33342,
- 2,
- 17,
- 4,
- 0.22799,
- "_GIPIEVIPMAYVPVSR_"
- ],
- [
- 12435,
- 2,
- 14,
- 4,
- 0.18518,
- "_ISALNIVGDLLR_"
- ],
- [
- 9270,
- 2,
- 14,
- 4,
- 0.18518,
- "_LMPVIMIIMR_"
- ],
- [
- 33762,
- 3,
- 18,
- 7,
- 0.24224,
- "_ETGLSHLCEFIEDCEFTVLATR_"
- ],
- [
- 31434,
- 3,
- 24,
- 8,
- 0.32766,
- "_LDINLLDNVVNCLYHGEGAQQR_"
- ],
- [
- 33207,
- 3,
- 10,
- 5,
- 0.12816,
- "_TLAANEPHLTLEFLEECISGFSK_"
- ],
- [
- 44327,
- 3,
- 15,
- 7,
- 0.19945,
- "_LYDQCHDTLVQFGGFLASNLSTEDYIK_"
- ],
- [
- 29909,
- 2,
- 11,
- 4,
- 0.14241,
- "_NTVALLQLLDAGCLR_"
- ],
- [
- 42650,
- 3,
- 18,
- 8,
- 0.24224,
- "_TCGDVLDNLKGDCYQVLIEDCIPVLK_"
- ],
- [
- 35310,
- 3,
- 16,
- 6,
- 0.21373,
- "_QEDKDDLDVTELTNEDLLDQLVK_"
- ],
- [
- 14172,
- 3,
- 14,
- 4,
- 0.18518,
- "_IGGQVHAVQALVQLFLER_"
- ],
- [
- 23560,
- 3,
- 19,
- 5,
- 0.25647,
- "_DGPLNM(Oxidation (M))ILDDGGDLTNLIHTK_"
- ],
- [
- 48590,
- 2,
- 13,
- 6,
- 0.17091,
- "_WIQGLQETNPTLAQIPVVFR_"
- ],
- [
- 47416,
- 2,
- 14,
- 2,
- 0.18514,
- "_IWSEPFYQETYLPYMIR_"
- ],
- [
- 36510,
- 2,
- 13,
- 4,
- 0.17091,
- "_GPLIVDTVSAESLSVLVK_"
- ],
- [
- 38248,
- 2,
- 14,
- 3,
- 0.18514,
- "_ILPFQYVLCAATSPAVK_"
- ],
- [
- 2808,
- 2,
- 5,
- 3,
- 0.056938,
- "_LFMILWLK_"
- ],
- [
- 48451,
- 2,
- 10,
- 3,
- 0.12814,
- "_AALAPELALEIPSGSQADIPLPK_"
- ],
- [
- 51311,
- 3,
- 15,
- 8,
- 0.19941,
- "_IYSDSEFSSPEVQGPIINFNVLDDKGNIIGYSQVDK_"
- ],
- [
- 48019,
- 2,
- 10,
- 2,
- 0.12814,
- "_EFQASPLLLPVPTQVPQPVGR_"
- ],
- [
- 15456,
- 3,
- 16,
- 5,
- 0.21368,
- "_MSDILAEGITIVEDINKR_"
- ],
- [
- 31986,
- 4,
- 23,
- 8,
- 0.31343,
- "_TTQLIEMLHADMNVPFPEGFVIANDVDNKR_"
- ],
- [
- 24596,
- 3,
- 12,
- 5,
- 0.15664,
- "_VGALHGVLYVLECDLLDDTAK_"
- ],
- [
- 8624,
- 2,
- 16,
- 4,
- 0.21368,
- "_MILIYLLPVK_"
- ],
- [
- 46117,
- 3,
- 13,
- 7,
- 0.17091,
- "_EADGSDSLEGFVLCHSIAGGTGSGLGSYLLER_"
- ],
- [
- 6767,
- 4,
- 13,
- 5,
- 0.17091,
- "_TSGHDHPDVATMLNILALVYR_"
- ],
- [
- 9741,
- 2,
- 13,
- 4,
- 0.17091,
- "_FPELFNWFK_"
- ],
- [
- 41682,
- 3,
- 22,
- 6,
- 0.29919,
- "_HEEEAFTAFTPAPEDSLASVPYPPLLR_"
- ],
- [
- 17246,
- 3,
- 9,
- 2,
- 0.11389,
- "_AEGLWNLFLPLEADPEKK_"
- ],
- [
- 47738,
- 3,
- 15,
- 7,
- 0.19941,
- "_GNPGFSGLNLNIPILSSLGSSAPSESHPSDFQR_"
- ],
- [
- 35161,
- 3,
- 17,
- 7,
- 0.22796,
- "_SLVHAGVPASYLLIPAASYVLPEVSK_"
- ],
- [
- 28631,
- 2,
- 21,
- 5,
- 0.28497,
- "_TIEYLEEVAITFAK_"
- ],
- [
- 35050,
- 2,
- 8,
- 4,
- 0.099657,
- "_SMQLDYTTWTALLSR_"
- ],
- [
- 21425,
- 2,
- 12,
- 4,
- 0.15663,
- "_VVLAITDLSLPLGR_"
- ],
- [
- 17804,
- 3,
- 26,
- 8,
- 0.35613,
- "_ISGWTQALPDMVVSHLFGK_"
- ],
- [
- 51345,
- 3,
- 12,
- 6,
- 0.15663,
- "_EATPENDPNYFMNEPTFYTSDGVPFTAADPDYQEK_"
- ],
- [
- 24672,
- 3,
- 15,
- 6,
- 0.19938,
- "_LNNLQAVFTDLSSMDLIRPR_"
- ],
- [
- 25228,
- 3,
- 16,
- 7,
- 0.21365,
- "_TSGHDHPDVATMLNILALVYR_"
- ],
- [
- 21587,
- 3,
- 17,
- 5,
- 0.22792,
- "_QVTITGSAASISLAQYLINVR_"
- ],
- [
- 28348,
- 2,
- 20,
- 7,
- 0.2707,
- "_ITPENLPQILLQLK_"
- ],
- [
- 22630,
- 4,
- 9,
- 2,
- 0.1139,
- "_VFELQTSACQILHGHTDIVLALDVFR_"
- ],
- [
- 23827,
- 2,
- 15,
- 4,
- 0.19939,
- "_GDLEEAVQMLVEGK_"
- ],
- [
- 37280,
- 3,
- 15,
- 6,
- 0.19939,
- "_DYIPQAFPGGHSMILDSEVLLIDNK_"
- ],
- [
- 43963,
- 2,
- 11,
- 4,
- 0.14237,
- "_NCQMLLFSATFEDSVWK_"
- ],
- [
- 30980,
- 2,
- 15,
- 2,
- 0.19939,
- "_DMEALNVLPPDVLTR_"
- ],
- [
- 24433,
- 4,
- 14,
- 4,
- 0.18513,
- "_APELLFQPDLVGDESEGLHEVVAFAIHK_"
- ],
- [
- 40160,
- 3,
- 14,
- 4,
- 0.18513,
- "_HLLPTSGAAATAAAAAAAAAAVTAASTSYYGR_"
- ],
- [
- 47201,
- 3,
- 9,
- 3,
- 0.1139,
- "_GIEACTNAADALLQCMNVALRPGHDLLLAVK_"
- ],
- [
- 37288,
- 2,
- 17,
- 4,
- 0.22789,
- "_GELFQAFIDTAQHMLK_"
- ],
- [
- 50242,
- 2,
- 14,
- 4,
- 0.18513,
- "_YVGPADFQEGTWVGVELDLPSGK_"
- ],
- [
- 42254,
- 3,
- 18,
- 6,
- 0.24216,
- "_NMDPLNDNIATLLHQSSDKFVSELWK_"
- ],
- [
- 49862,
- 3,
- 18,
- 7,
- 0.24216,
- "_AQDEIPALSVSRPQTGLSFLGPEPEDLEDLYSR_"
- ],
- [
- 18017,
- 3,
- 24,
- 6,
- 0.32767,
- "_GFPTDATLDDIKEWLEDK_"
- ],
- [
- 46600,
- 2,
- 19,
- 6,
- 0.25645,
- "_DYLDFLDDEEDQGIYQSK_"
- ],
- [
- 41553,
- 2,
- 12,
- 2,
- 0.15662,
- "_VTSIMQFGCFVQLEGLR_"
- ],
- [
- 25512,
- 3,
- 12,
- 4,
- 0.15662,
- "_QLHELAPSIFFYLVDAEQGR_"
- ],
- [
- 33412,
- 2,
- 7,
- 2,
- 0.085423,
- "_SGLTEVYQWYLDLR_"
- ],
- [
- 48353,
- 2,
- 13,
- 3,
- 0.18513,
- "_LDGSLDEYLSLQEQLTDVEK_"
- ],
- [
- 24628,
- 3,
- 6,
- 5,
- 0.071182,
- "_EHAEADTFFCFTNLMAEIR_"
- ],
- [
- 41022,
- 4,
- 16,
- 5,
- 0.21362,
- "_ALYAIPGLDYVSHEDILPYTSTDQVPIQHELFER_"
- ],
- [
- 14349,
- 2,
- 13,
- 4,
- 0.17087,
- "_ICPFTIAIFLK_"
- ],
- [
- 48433,
- 2,
- 13,
- 2,
- 0.17087,
- "_QFLLSPAEVPNWYEFSGCR_"
- ],
- [
- 31256,
- 4,
- 22,
- 8,
- 0.2992,
- "_AIFTGHSAVVEDVAWHLLHESLFGSVADDQK_"
- ],
- [
- 22861,
- 3,
- 10,
- 6,
- 0.12815,
- "_LVDGCYSFWQAGLLPLLHR_"
- ],
- [
- 32256,
- 2,
- 15,
- 3,
- 0.19937,
- "_TFEQALTGAFMSAVIK_"
- ],
- [
- 48095,
- 2,
- 12,
- 5,
- 0.15662,
- "_LFILSSSSGDFAATEFVYPAR_"
- ],
- [
- 44507,
- 2,
- 10,
- 5,
- 0.12815,
- "_EIDILPTQLVNTSSVQLVK_"
- ],
- [
- 43199,
- 3,
- 15,
- 6,
- 0.19937,
- "_LLPDHTYSVVSGGDPLCIPELTWEQLK_"
- ],
- [
- 30681,
- 2,
- 14,
- 4,
- 0.18512,
- "_VLGALLPFLDAQYQK_"
- ],
- [
- 36124,
- 4,
- 15,
- 7,
- 0.19937,
- "_AVDVFFPPEAQNDFPVAMQISEKHDVVFLITK_"
- ],
- [
- 42621,
- 2,
- 15,
- 5,
- 0.19937,
- "_SLAILESMVLNSQSLYQK_"
- ],
- [
- 25873,
- 3,
- 15,
- 6,
- 0.19937,
- "_TLQEQMDELLQQCFLHALK_"
- ],
- [
- 46754,
- 2,
- 14,
- 4,
- 0.18512,
- "_YNEDLELEDAIHTAILTLK_"
- ],
- [
- 45318,
- 3,
- 14,
- 5,
- 0.18512,
- "_YNKPSETVIPESVDGLQENLDVVVSLAER_"
- ],
- [
- 46165,
- 2,
- 12,
- 5,
- 0.15662,
- "_DILLVDLNSEIDTNQNSLR_"
- ],
- [
- 28587,
- 3,
- 20,
- 5,
- 0.27069,
- "_FHGILDQGEGVLIIFDEPPVDK_"
- ],
- [
- 46085,
- 2,
- 15,
- 4,
- 0.19937,
- "_TSPPPAIATTIAMTLGNDLQR_"
- ],
- [
- 39443,
- 3,
- 16,
- 7,
- 0.21364,
- "_SSAQLLEDWGMEDIDHVFSEEDYR_"
- ],
- [
- 17643,
- 2,
- 19,
- 4,
- 0.25641,
- "_LLWTLESLVTGR_"
- ],
- [
- 42031,
- 2,
- 16,
- 2,
- 0.21364,
- "_(Acetyl (Protein N-term))MTEWETAAPAVAETPDIK_"
- ],
- [
- 26331,
- 2,
- 17,
- 3,
- 0.22787,
- "_VLLMLVDGIDPNFK_"
- ],
- [
- 31644,
- 4,
- 4,
- 2,
- 0.042728,
- "_LIHQSYHGTMDTVSLSGTIPVQMLLEIGLDK_"
- ],
- [
- 49419,
- 2,
- 17,
- 7,
- 0.22787,
- "_EMYLQSLFTPGQFTNEALCK_"
- ],
- [
- 51189,
- 3,
- 18,
- 6,
- 0.24214,
- "_ALYAIPGLDYVSHEDILPYTSTDQVPIQHELFER_"
- ],
- [
- 23365,
- 4,
- 19,
- 8,
- 0.25641,
- "_NMDPLNDNIATLLHQSSDKFVSELWK_"
- ],
- [
- 39742,
- 2,
- 13,
- 4,
- 0.17085,
- "_ELPEFVVYQEIVETTK_"
- ],
- [
- 33570,
- 3,
- 18,
- 5,
- 0.2421,
- "_LISPESTVMLLEAQAATGGIIDPHR_"
- ],
- [
- 47771,
- 2,
- 15,
- 5,
- 0.19935,
- "_YTLTMEDLTPALSEYGINVK_"
- ],
- [
- 38852,
- 2,
- 11,
- 4,
- 0.14238,
- "_EHWNPTIVALVYNVLK_"
- ],
- [
- 49312,
- 2,
- 14,
- 6,
- 0.1851,
- "_TLTAVHDAILEDLVFPSEIVGK_"
- ],
- [
- 48721,
- 2,
- 11,
- 5,
- 0.14238,
- "_EEEAVTIEMNEPVQLTFALR_"
- ],
- [
- 24956,
- 2,
- 20,
- 6,
- 0.27064,
- "_(Acetyl (Protein N-term))AAGVEAAAEVAATEIK_"
- ],
- [
- 48457,
- 3,
- 12,
- 5,
- 0.15662,
- "_IYMANVENTSYWLQPSLQPSSVISIMKPVR_"
- ],
- [
- 50119,
- 2,
- 14,
- 5,
- 0.1851,
- "_GIASLTAASTPLNPLSFQCEFVK_"
- ],
- [
- 44791,
- 2,
- 22,
- 4,
- 0.29918,
- "_ELMGEEILGASLSAPLTSYK_"
- ],
- [
- 50345,
- 3,
- 13,
- 5,
- 0.17085,
- "_RPPCDPLADTIDSSGPSLTLPNGGCLSAVGLPLGPGR_"
- ],
- [
- 45461,
- 2,
- 17,
- 5,
- 0.22787,
- "_GLDVPQVSLIINYDLPNNR_"
- ],
- [
- 42296,
- 2,
- 17,
- 4,
- 0.22787,
- "_MVADLVENSYSISVPIFK_"
- ],
- [
- 32195,
- 2,
- 13,
- 4,
- 0.17085,
- "_(Acetyl (Protein N-term))TTYLEFIQQNEER_"
- ],
- [
- 46930,
- 2,
- 11,
- 5,
- 0.14238,
- "_SFLVLGFSNENESNIANIIK_"
- ],
- [
- 33143,
- 3,
- 20,
- 6,
- 0.27064,
- "_DDNLVSQLVHSLNQVSTDHIELK_"
- ],
- [
- 38279,
- 2,
- 13,
- 2,
- 0.17085,
- "_YSQFINFPIYVWSSK_"
- ],
- [
- 29198,
- 2,
- 15,
- 5,
- 0.19937,
- "_TGLFTPDMAFEAIVK_"
- ],
- [
- 20353,
- 3,
- 11,
- 6,
- 0.1424,
- "_VPHATGALNELLQLWMGCR_"
- ],
- [
- 16160,
- 3,
- 14,
- 5,
- 0.18512,
- "_KFDPFLDLSLDIPSQFR_"
- ],
- [
- 44405,
- 2,
- 26,
- 5,
- 0.3562,
- "_GFPTDATLDDIKEWLEDK_"
- ],
- [
- 47427,
- 3,
- 23,
- 7,
- 0.31345,
- "_VLGAHILGPGAGEMVNEAALALEYGASCEDIAR_"
- ],
- [
- 49331,
- 2,
- 7,
- 2,
- 0.085459,
- "_TAYEWVNPAAYGLVVVTSSEGR_"
- ],
- [
- 44697,
- 2,
- 20,
- 4,
- 0.27064,
- "_IWCFGPDGTGPNILTDITK_"
- ],
- [
- 27860,
- 2,
- 20,
- 5,
- 0.27064,
- "_SGLLVLTTPLASLAPR_"
- ],
- [
- 49200,
- 2,
- 19,
- 5,
- 0.25637,
- "_TVYFDFQVGEDPPLFPSENR_"
- ],
- [
- 15600,
- 2,
- 16,
- 4,
- 0.21362,
- "_SLNTDVLFGLLR_"
- ],
- [
- 41420,
- 2,
- 18,
- 5,
- 0.24214,
- "_QSTSFLVLQEILESEEK_"
- ],
- [
- 43414,
- 2,
- 20,
- 6,
- 0.27064,
- "_VPSTETEALASNLMGMFEK_"
- ],
- [
- 35606,
- 3,
- 16,
- 7,
- 0.21362,
- "_KDQVAYLIQQNVIPPFCNLLTVK_"
- ],
- [
- 51179,
- 2,
- 12,
- 5,
- 0.15664,
- "_LSEVFEQEIDPVMQSLGYCCGR_"
- ],
- [
- 47154,
- 2,
- 10,
- 4,
- 0.12817,
- "_PAFNLSAFGTLSPSLGNSSILK_"
- ],
- [
- 32533,
- 2,
- 10,
- 4,
- 0.12817,
- "_DSHLTLLNQLLQGLR_"
- ],
- [
- 43928,
- 2,
- 11,
- 5,
- 0.1424,
- "_EKLDSVIEFSIPDSLLIR_"
- ],
- [
- 46844,
- 2,
- 18,
- 7,
- 0.24214,
- "_QVTITGSAASISLAQYLINVR_"
- ],
- [
- 47087,
- 2,
- 16,
- 5,
- 0.21362,
- "_VTSEDLILIGNELDLACGER_"
- ],
- [
- 40285,
- 3,
- 12,
- 7,
- 0.15664,
- "_SIVDAYVLLNLGDSVTTDHISPAGNIAR_"
- ],
- [
- 38832,
- 3,
- 17,
- 3,
- 0.22787,
- "_THLSEEVLAMLSASSTLPAVVPAGCSSK_"
- ],
- [
- 20488,
- 2,
- 12,
- 4,
- 0.15664,
- "_LLDICAAMGLLEK_"
- ],
- [
- 31815,
- 2,
- 16,
- 4,
- 0.21362,
- "_APSIIFIDELDAIGTK_"
- ],
- [
- 44300,
- 2,
- 12,
- 4,
- 0.15664,
- "_SCQMNLVADLVQEVQQAR_"
- ],
- [
- 20065,
- 2,
- 15,
- 5,
- 0.19937,
- "_GSLQILDQLLLPK_"
- ],
- [
- 34536,
- 3,
- 12,
- 2,
- 0.15664,
- "_IMRPTDVPDTGLLCDLLWSDPDK_"
- ],
- [
- 11304,
- 3,
- 7,
- 2,
- 0.085476,
- "_NIMINLMDILEVDTKK_"
- ],
- [
- 38544,
- 3,
- 11,
- 6,
- 0.14241,
- "_LMSDPDSSIIDFYPEDFAIDLNGKK_"
- ],
- [
- 18344,
- 2,
- 11,
- 5,
- 0.14241,
- "_NGLTMVVQELLGK_"
- ],
- [
- 45078,
- 3,
- 14,
- 4,
- 0.18513,
- "_ICGLDPTSTLGIYFEVVNQHNTPIPQGGR_"
- ],
- [
- 23360,
- 3,
- 14,
- 4,
- 0.18513,
- "_DLGNLVLRPFGLSTENFQIK_"
- ],
- [
- 36656,
- 2,
- 10,
- 5,
- 0.12817,
- "_EFGFNMVASDMISLDR_"
- ],
- [
- 36443,
- 2,
- 10,
- 3,
- 0.12817,
- "_EDVGAPLVTPSLLQMVR_"
- ],
- [
- 43881,
- 4,
- 11,
- 6,
- 0.14241,
- "_VDPGLGGPLVPDLEKPSLDVFPTLTVSSIQPSDCHTTVR_"
- ],
- [
- 31958,
- 2,
- 13,
- 5,
- 0.17089,
- "_NYLNTLSTALNILEK_"
- ],
- [
- 47002,
- 4,
- 17,
- 8,
- 0.22786,
- "_KPYNPILGEIFQCHWTLPNDTEENTELVSEGPVPWVSK_"
- ],
- [
- 45334,
- 2,
- 16,
- 6,
- 0.21362,
- "_SSDPLGDTASNLGSAVDELMR_"
- ],
- [
- 39124,
- 3,
- 15,
- 6,
- 0.19937,
- "_VVFGPELVSLGPEEQFTVLSLSAGRPK_"
- ],
- [
- 42089,
- 3,
- 16,
- 6,
- 0.21362,
- "_LAECMPLPSLVVCPPTLTGHWVDEVGK_"
- ],
- [
- 21482,
- 3,
- 20,
- 6,
- 0.27061,
- "_YNEDLELEDAIHTAILTLK_"
- ],
- [
- 31292,
- 2,
- 20,
- 5,
- 0.27061,
- "_TTDFSDFLSIVGCTK_"
- ],
- [
- 33465,
- 3,
- 18,
- 7,
- 0.24212,
- "_KLEGDSTDLSDQIAELQAQIAELK_"
- ],
- [
- 28231,
- 2,
- 16,
- 6,
- 0.21362,
- "_EVWFFGLQYVDSK_"
- ],
- [
- 48288,
- 3,
- 19,
- 8,
- 0.25639,
- "_SPGVVISDDEPGYDLDLFCIPNHYAEDLER_"
- ],
- [
- 40829,
- 2,
- 19,
- 6,
- 0.25639,
- "_ISVNNVLPVFDNLMQQK_"
- ],
- [
- 42965,
- 3,
- 17,
- 7,
- 0.22786,
- "_AAAVVGINSETIMKPASISEEELLNLINK_"
- ],
- [
- 41608,
- 2,
- 17,
- 2,
- 0.22786,
- "_LDVSIEMPEELDISQLR_"
- ],
- [
- 46210,
- 2,
- 11,
- 4,
- 0.14242,
- "_DDNICNFLEGGSLIGGSDYK_"
- ],
- [
- 20644,
- 3,
- 16,
- 2,
- 0.21361,
- "_LFTLPLLHYLEVSGCGSLR_"
- ],
- [
- 38893,
- 3,
- 22,
- 4,
- 0.29913,
- "_KLENTGIEANVLCLESEISENILEK_"
- ],
- [
- 47821,
- 2,
- 14,
- 6,
- 0.18514,
- "_DLGNLVLRPFGLSTENFQIK_"
- ],
- [
- 51573,
- 2,
- 13,
- 4,
- 0.17089,
- "_EEILENWNMFVGSQATNYGEDLTK_"
- ],
- [
- 25264,
- 2,
- 19,
- 6,
- 0.25636,
- "_LTTDFNVIVEALSK_"
- ],
- [
- 30000,
- 3,
- 14,
- 6,
- 0.18514,
- "_ADGFGDNPFYHCLVAEILPAPGK_"
- ],
- [
- 50772,
- 3,
- 13,
- 2,
- 0.17089,
- "_QESLQAEVIPDPMEGEQTWPTEEELSEAKDFLK_"
- ],
- [
- 44841,
- 4,
- 13,
- 5,
- 0.17089,
- "_GGAAGGGYSQVIPM(Oxidation (M))EEFNLHLTGDIHAITAANNLVAAAIDAR_"
- ],
- [
- 51146,
- 3,
- 15,
- 7,
- 0.19938,
- "_QTIAHQQQQLTNLQMAAVTMGFGDPLSPLQSMAAQR_"
- ],
- [
- 28193,
- 2,
- 36,
- 2,
- 0.49862,
- "_GFPPSASLCLLDLVK_"
- ],
- [
- 16986,
- 2,
- 13,
- 4,
- 0.17089,
- "_LVDLPLGLPFYK_"
- ],
- [
- 50709,
- 3,
- 17,
- 6,
- 0.22786,
- "_TPEDLPSGFPQNLHVTGLTTSTTELAWDPPVLAER_"
- ],
- [
- 30339,
- 4,
- 16,
- 6,
- 0.21361,
- "_GIEACTNAADALLQCMNVALRPGHDLLLAVK_"
- ],
- [
- 34112,
- 2,
- 17,
- 4,
- 0.22786,
- "_GTYFPTWEGLFWEK_"
- ],
- [
- 51718,
- 3,
- 33,
- 7,
- 0.45583,
- "_SEEVPAFGVASPPPLTDTPDTTANAEGDLPTTMGGPLPPHLALK_"
- ],
- [
- 48599,
- 2,
- 10,
- 4,
- 0.12819,
- "_CIESNMLTDMTLQGIEQISK_"
- ],
- [
- 27421,
- 2,
- 22,
- 6,
- 0.29913,
- "_VWINTSDIILVGLR_"
- ],
- [
- 33066,
- 3,
- 8,
- 2,
- 0.09972,
- "_LNTSIQVVLLSATMPTDVLEVTKK_"
- ],
- [
- 21983,
- 2,
- 10,
- 2,
- 0.1282,
- "_ATVAVLSFILSSAAK_"
- ],
- [
- 49685,
- 3,
- 14,
- 7,
- 0.18514,
- "_TSSEMSWVDLNIPDTPEAPPCYMDVIPEDHR_"
- ],
- [
- 36293,
- 3,
- 10,
- 6,
- 0.1282,
- "_GLDHLLDENRVPDLAQMYQLFSR_"
- ],
- [
- 50519,
- 2,
- 21,
- 6,
- 0.28488,
- "_MCINSVGNGDIDTPFEVSQFLR_"
- ],
- [
- 45143,
- 3,
- 27,
- 8,
- 0.37044,
- "_GNFTLPEVAECFDEITYVELQKEEAQK_"
- ],
- [
- 42451,
- 2,
- 14,
- 3,
- 0.18514,
- "_NQLLLEFSFWNEPQPR_"
- ],
- [
- 46986,
- 2,
- 11,
- 4,
- 0.14244,
- "_YSTMETVEEALQEAINNNR_"
- ],
- [
- 21015,
- 2,
- 12,
- 6,
- 0.15667,
- "_TVLIMELINNVAK_"
- ],
- [
- 29133,
- 3,
- 9,
- 2,
- 0.11397,
- "_FFTVEPQHIPCVLMAFLDHR_"
- ],
- [
- 11680,
- 3,
- 13,
- 4,
- 0.17091,
- "_TSPDAFVQLALQLAHYK_"
- ],
- [
- 46955,
- 4,
- 13,
- 4,
- 0.17091,
- "_MFDVTEGALGTVSPTHNFEPPHYDGIEALTIQGDNLFSGSR_"
- ],
- [
- 46189,
- 2,
- 9,
- 7,
- 0.11397,
- "_DLHEEMNYITAIIEEQPK_"
- ],
- [
- 32018,
- 2,
- 13,
- 4,
- 0.17091,
- "_NFDFDFGFCIPSSR_"
- ],
- [
- 50841,
- 3,
- 11,
- 7,
- 0.14244,
- "_NYNVPYEPDSVVMAEAPPGVETDLIDVGFTDDVKK_"
- ],
- [
- 45866,
- 2,
- 13,
- 3,
- 0.17091,
- "_SELPLDPLPVPTEEGNPLLK_"
- ],
- [
- 44851,
- 2,
- 22,
- 6,
- 0.29911,
- "_DGPCIYNNLEFGIDLDTR_"
- ],
- [
- 41473,
- 3,
- 9,
- 4,
- 0.11397,
- "_AFADNPGPMVVFATPGMLHAGQSLQIFR_"
- ],
- [
- 24196,
- 2,
- 14,
- 4,
- 0.18514,
- "_DGVPGLNIEELIEK_"
- ],
- [
- 45910,
- 2,
- 23,
- 6,
- 0.31338,
- "_LVPLLDTGDIIIDGGNSEYR_"
- ],
- [
- 39833,
- 2,
- 13,
- 3,
- 0.17091,
- "_LIVYTVVEMNTAADIFK_"
- ],
- [
- 36883,
- 3,
- 17,
- 5,
- 0.22786,
- "_ITGMLLEIDNSELLHM(Oxidation (M))LESPESLR_"
- ],
- [
- 23076,
- 3,
- 8,
- 2,
- 0.099735,
- "_KTEGVSPIPQEIFEYLMDR_"
- ],
- [
- 6630,
- 2,
- 16,
- 3,
- 0.21363,
- "_SLDLIESLLR_"
- ],
- [
- 29386,
- 4,
- 16,
- 8,
- 0.21363,
- "_FMQDPMEIFVDDETKLTLHGLQQYYVK_"
- ],
- [
- 30211,
- 2,
- 7,
- 4,
- 0.085489,
- "_TFIIDYYFEVVQK_"
- ],
- [
- 51439,
- 3,
- 20,
- 9,
- 0.27062,
- "_YSDLTTLVAFPSSSVYPTKDEENNPLETEYGLSVYK_"
- ],
- [
- 32289,
- 2,
- 16,
- 4,
- 0.21363,
- "_EEDLVVWVDPLDGTK_"
- ],
- [
- 21006,
- 2,
- 18,
- 5,
- 0.24211,
- "_TFFSFPAVVAPFK_"
- ],
- [
- 39151,
- 4,
- 18,
- 9,
- 0.24211,
- "_QVINNACATQAIVSVLLNCTHQDVHLGETLSEFK_"
- ],
- [
- 41976,
- 3,
- 19,
- 6,
- 0.25636,
- "_EGQDVPLKPDAEYPEWLFEMNLGPPK_"
- ],
- [
- 46243,
- 3,
- 15,
- 6,
- 0.19939,
- "_DSYMMFGNQFQCDDLIIRPLESQGIER_"
- ],
- [
- 37015,
- 2,
- 16,
- 5,
- 0.21363,
- "_DLLDAELTAMAGESYSR_"
- ],
- [
- 34182,
- 3,
- 18,
- 5,
- 0.24211,
- "_YLVQHNMVDVLVTTAGGVEEDLIK_"
- ],
- [
- 51033,
- 2,
- 11,
- 7,
- 0.14244,
- "_QDLAAIPDFQSGAMENWGLTTYR_"
- ],
- [
- 16505,
- 4,
- 12,
- 6,
- 0.15668,
- "_GLDHLLDENRVPDLAQMYQLFSR_"
- ],
- [
- 47209,
- 3,
- 16,
- 7,
- 0.21362,
- "_LEHEVFDAGEVFGIMQVEEVEEEEDEAAR_"
- ],
- [
- 51272,
- 2,
- 9,
- 6,
- 0.11397,
- "_YTFCPTGSPIPVMEGDDDIEVFR_"
- ],
- [
- 29619,
- 3,
- 23,
- 5,
- 0.31335,
- "_LYPPGDVDEIPEWVHQLVIQK_"
- ],
- [
- 41228,
- 2,
- 20,
- 6,
- 0.2706,
- "_ITVVGVGQVGMACAISILGK_"
- ],
- [
- 19349,
- 3,
- 16,
- 5,
- 0.21362,
- "_EHFSSEVTISNLLNLFQR_"
- ],
- [
- 39371,
- 2,
- 23,
- 5,
- 0.31335,
- "_VLPLEALVTDAGEVTEAGK_"
- ],
- [
- 37959,
- 3,
- 15,
- 9,
- 0.19938,
- "_FYYNVESCGSLRPETIVLSALSGLK_"
- ],
- [
- 26683,
- 2,
- 15,
- 4,
- 0.19938,
- "_DLLLYDCMPWTR_"
- ],
- [
- 44548,
- 2,
- 15,
- 4,
- 0.19938,
- "_AAYIYFTDFCPDNLFNK_"
- ],
- [
- 15564,
- 3,
- 15,
- 4,
- 0.19938,
- "_GLGMEVFPVDLIYRPWK_"
- ],
- [
- 43376,
- 2,
- 14,
- 5,
- 0.18515,
- "_MGGSSGALYGLFLTAAAQPLK_"
- ],
- [
- 38644,
- 2,
- 13,
- 5,
- 0.17091,
- "_NIMINLMDILEVDTKK_"
- ],
- [
- 43284,
- 2,
- 16,
- 5,
- 0.21362,
- "_ENPDLACLQSIIFDEER_"
- ],
- [
- 50948,
- 3,
- 21,
- 8,
- 0.28485,
- "_TVLGQVVLPGEELLLPEQEDAEGPGGAVERPLSLNAR_"
- ],
- [
- 43861,
- 2,
- 11,
- 5,
- 0.14244,
- "_IMSSLEDEGFSNLLFVDR_"
- ],
- [
- 49610,
- 2,
- 16,
- 2,
- 0.21362,
- "_NSGMPPGAAAIAVLPVTLDTPMNR_"
- ],
- [
- 25007,
- 2,
- 16,
- 4,
- 0.21362,
- "_NQLDAVLQCLLEK_"
- ],
- [
- 22545,
- 3,
- 12,
- 5,
- 0.15668,
- "_IRQELPFMATENIIMAMVK_"
- ],
- [
- 35345,
- 2,
- 21,
- 7,
- 0.28484,
- "_VAVLGASGGIGQPLSLLLK_"
- ],
- [
- 26908,
- 3,
- 12,
- 5,
- 0.15668,
- "_AAARPLLTDLYQATMALGYWR_"
- ],
- [
- 39051,
- 2,
- 14,
- 4,
- 0.18515,
- "_TSPDAFVQLALQLAHYK_"
- ],
- [
- 46451,
- 3,
- 41,
- 8,
- 0.56982,
- "_SNTGGQAFPQCVFDHWQILPGDPFDNSSR_"
- ],
- [
- 44235,
- 3,
- 15,
- 5,
- 0.19939,
- "_RLEAGYQIAVETEQIGQEMLENLSHDR_"
- ],
- [
- 32805,
- 3,
- 13,
- 7,
- 0.17092,
- "_QESTTDHMDSMLLLETLQEELK_"
- ],
- [
- 43168,
- 2,
- 16,
- 6,
- 0.21362,
- "_LQNGLQALLISDLSNMEGK_"
- ],
- [
- 15785,
- 3,
- 13,
- 5,
- 0.17092,
- "_LVQIEYALAAVAGGAPSVGIK_"
- ],
- [
- 15129,
- 3,
- 16,
- 6,
- 0.21362,
- "_LVEVQCLLLLEVLGGSHK_"
- ],
- [
- 7225,
- 2,
- 10,
- 4,
- 0.12822,
- "_PLILQLIFSK_"
- ],
- [
- 46473,
- 3,
- 11,
- 5,
- 0.14245,
- "_ETWTTSVAEVQPSVLQVVNLPLVERPVCK_"
- ],
- [
- 50652,
- 2,
- 10,
- 4,
- 0.12822,
- "_ASPATVQWLLDNYETAEGVSLPR_"
- ],
- [
- 7527,
- 4,
- 14,
- 6,
- 0.1852,
- "_FYTAEVVLALDAIHSMGLIHR_"
- ],
- [
- 17397,
- 3,
- 20,
- 6,
- 0.27062,
- "_EKLDSVIEFSIPDSLLIR_"
- ],
- [
- 47855,
- 3,
- 15,
- 6,
- 0.19942,
- "_IELFGAVQVTPLSSGYALGSSNWIIQSHYEK_"
- ],
- [
- 47066,
- 3,
- 12,
- 5,
- 0.15673,
- "_NLPQQCMQEDFLVHEVTNLPVTEALIER_"
- ],
- [
- 33610,
- 3,
- 14,
- 5,
- 0.1852,
- "_DVFNMFCYLGPHLSHDPILFAK_"
- ],
- [
- 24597,
- 3,
- 12,
- 2,
- 0.15673,
- "_EAFFHQELPLYIPPPIFSR_"
- ],
- [
- 44729,
- 3,
- 13,
- 5,
- 0.17096,
- "_GVFPEGEGDGSLPEDHFSELPQVDTILFK_"
- ],
- [
- 29566,
- 2,
- 13,
- 4,
- 0.17096,
- "_IVDGPDPENIILILK_"
- ],
- [
- 41662,
- 2,
- 22,
- 4,
- 0.29911,
- "_GAVMIVYPMGLPPYDPIR_"
- ],
- [
- 38306,
- 2,
- 12,
- 4,
- 0.15673,
- "_YEETVFYGLQYILNK_"
- ],
- [
- 37450,
- 3,
- 10,
- 5,
- 0.12824,
- "_SNLVISDPIPGAKPLPVPPELAPFVGR_"
- ],
- [
- 28350,
- 4,
- 16,
- 8,
- 0.21367,
- "_ALLQSGAPAVPQLLHMPDFEGLYPVHLAVR_"
- ],
- [
- 48881,
- 2,
- 10,
- 4,
- 0.12824,
- "_GEDAEESLEEEEALDPLGIMR_"
- ],
- [
- 50834,
- 2,
- 16,
- 5,
- 0.21367,
- "_VTASGPGLSSYGVPASLPVDFAIDAR_"
- ],
- [
- 34767,
- 2,
- 10,
- 3,
- 0.12824,
- "_WVDGGLTNALPILPVGR_"
- ],
- [
- 22582,
- 2,
- 13,
- 4,
- 0.17099,
- "_QELLAMLVNFANK_"
- ],
- [
- 49237,
- 2,
- 18,
- 4,
- 0.24216,
- "_IFLLGLADNEAAIVQAESEETK_"
- ],
- [
- 42698,
- 2,
- 19,
- 6,
- 0.25641,
- "_LVQIEYALAAVAGGAPSVGIK_"
- ],
- [
- 40148,
- 2,
- 18,
- 5,
- 0.24216,
- "_FALGIFAINEAVESGDVGK_"
- ],
- [
- 36897,
- 3,
- 15,
- 6,
- 0.19946,
- "_RWLPAGDALLQMITIHLPSPVTAQK_"
- ],
- [
- 49343,
- 2,
- 11,
- 7,
- 0.14251,
- "_GGQLQEQLTQQLSQALSSAVAGR_"
- ],
- [
- 51514,
- 2,
- 14,
- 5,
- 0.18522,
- "_YDSGQDLDEEGMNMGDFDPNNIFK_"
- ],
- [
- 50752,
- 2,
- 10,
- 4,
- 0.12826,
- "_SENILENTDSMETDEIIPILEK_"
- ],
- [
- 31600,
- 2,
- 18,
- 4,
- 0.24216,
- "_SGSLSLTQFADMISLK_"
- ],
- [
- 44880,
- 2,
- 14,
- 3,
- 0.18522,
- "_TGEQDGLIGTALNCVLQVPK_"
- ],
- [
- 27197,
- 3,
- 22,
- 7,
- 0.29913,
- "_VIVDANNLTVEIENELNIIHK_"
- ],
- [
- 25137,
- 2,
- 13,
- 3,
- 0.17099,
- "_IQLSSLIAAFQVTR_"
- ],
- [
- 21789,
- 2,
- 17,
- 4,
- 0.22793,
- "_LGLVEFNILWNR_"
- ],
- [
- 32758,
- 2,
- 13,
- 5,
- 0.17099,
- "_(Acetyl (Protein N-term))AALTAEHFAALQSLLK_"
- ],
- [
- 44086,
- 2,
- 17,
- 6,
- 0.22793,
- "_VFSSSQGVEQVVLGLYIVR_"
- ],
- [
- 48676,
- 2,
- 11,
- 6,
- 0.14251,
- "_EDVGTVVGIDLGTTYSCVGVFK_"
- ],
- [
- 37671,
- 2,
- 20,
- 4,
- 0.27065,
- "_ENLWLNLTDGSILCGR_"
- ],
- [
- 12895,
- 3,
- 13,
- 3,
- 0.17099,
- "_DHSFFIPDIEYLSDIK_"
- ],
- [
- 50919,
- 3,
- 13,
- 5,
- 0.17099,
- "_SGQNNSVFTLYELTNGEDTEDEEFHGLDEATLLR_"
- ],
- [
- 43664,
- 2,
- 23,
- 7,
- 0.31338,
- "_GFGFVTFSSMAEVDAAMAAR_"
- ],
- [
- 50444,
- 2,
- 11,
- 3,
- 0.14251,
- "_LASGVEGSDIPDDGKLIGFAQLSIS_"
- ],
- [
- 35703,
- 2,
- 16,
- 4,
- 0.21369,
- "_NEFIPTNFEILPLEK_"
- ],
- [
- 27972,
- 3,
- 12,
- 4,
- 0.15677,
- "_VLTLAAENPFLTHLICTFQTK_"
- ],
- [
- 12276,
- 4,
- 11,
- 4,
- 0.14252,
- "_LDIFEFLNHVEDGLKDHYDIK_"
- ],
- [
- 35536,
- 2,
- 15,
- 5,
- 0.19948,
- "_LLLEAQAATGFLLDPVK_"
- ],
- [
- 33585,
- 2,
- 10,
- 5,
- 0.12829,
- "_DSGLVSQQLPWLFEK_"
- ],
- [
- 43091,
- 3,
- 14,
- 5,
- 0.18525,
- "_ALSHILQTPIEIIQADSPPIIVGEEYSK_"
- ],
- [
- 17732,
- 3,
- 13,
- 3,
- 0.17101,
- "_GVNADKVGIEAAEMLLANLR_"
- ],
- [
- 51244,
- 3,
- 10,
- 4,
- 0.12829,
- "_AIAIAAGVPVVPGTDAPITSLHEAHEFSNTYGFPIIFK_"
- ],
- [
- 34150,
- 2,
- 12,
- 3,
- 0.15677,
- "_GDFVTSFYWPWQTK_"
- ],
- [
- 51330,
- 3,
- 19,
- 4,
- 0.25642,
- "_SQTAEYMQSHVEDFLPFLTNPNTGDMYTPEEFQK_"
- ],
- [
- 14786,
- 2,
- 16,
- 3,
- 0.21372,
- "_WVLSCLATLLR_"
- ],
- [
- 36016,
- 2,
- 16,
- 6,
- 0.21372,
- "_AEIYEAFENIYPILK_"
- ],
- [
- 20341,
- 2,
- 16,
- 3,
- 0.21372,
- "_DNLQLPLQFLSR_"
- ],
- [
- 37182,
- 4,
- 16,
- 7,
- 0.21372,
- "_ELLTEFGYKGEETPVIVGSALCALEGRDPELGLK_"
- ],
- [
- 45487,
- 2,
- 16,
- 8,
- 0.21372,
- "_TSTVDLPIENQLLWQIDR_"
- ],
- [
- 38578,
- 3,
- 19,
- 7,
- 0.25642,
- "_VQELGLSAPLTVLPTITCGHTIEILR_"
- ],
- [
- 39623,
- 4,
- 16,
- 9,
- 0.21372,
- "_ECVDGVLGGEDYNHNNINQWTASIVEQSLTHLVK_"
- ],
- [
- 44651,
- 2,
- 19,
- 2,
- 0.25642,
- "_TLGEDDPWLDDTAAWIER_"
- ],
- [
- 46798,
- 2,
- 15,
- 7,
- 0.19948,
- "_LTESVDVLMPNVGEIVGGSMR_"
- ],
- [
- 51105,
- 3,
- 21,
- 10,
- 0.28491,
- "_QTRPVQSWLCDPDAMEQGETPLTMLQSQVPNIVK_"
- ],
- [
- 23495,
- 3,
- 14,
- 3,
- 0.18526,
- "_YFLGTPVMEPAFIIQHFAGK_"
- ],
- [
- 42473,
- 2,
- 14,
- 3,
- 0.18526,
- "_LTWFVNEGLVDGWDDPR_"
- ],
- [
- 22941,
- 2,
- 12,
- 4,
- 0.15677,
- "_LVGILDILDEENR_"
- ],
- [
- 49842,
- 2,
- 14,
- 5,
- 0.18526,
- "_AFEYNMQIFNELDQAGSTLAR_"
- ],
- [
- 17238,
- 2,
- 17,
- 5,
- 0.22797,
- "_AEELGLPILGVLR_"
- ],
- [
- 42549,
- 2,
- 17,
- 4,
- 0.22797,
- "_DMEDPTPVPNIEEVVLPK_"
- ],
- [
- 39061,
- 2,
- 14,
- 5,
- 0.18526,
- "_HEDGEFWMSFSDFLR_"
- ],
- [
- 38361,
- 4,
- 11,
- 6,
- 0.14254,
- "_YQDTPGVEHIPVVQIDLSVPLKVPGLPMSDQYVK_"
- ],
- [
- 48972,
- 3,
- 17,
- 7,
- 0.22797,
- "_VLPAQATEYAFAFIQVPQDDDARTDAVDSVVR_"
- ],
- [
- 33042,
- 2,
- 14,
- 4,
- 0.18526,
- "_PQGGQDILSMMGQLMK_"
- ],
- [
- 42760,
- 2,
- 10,
- 5,
- 0.12827,
- "_LMVNLTQPALLCFGNLPK_"
- ],
- [
- 22081,
- 2,
- 21,
- 7,
- 0.28492,
- "_IQLLDLPGIIEGAK_"
- ],
- [
- 27631,
- 2,
- 16,
- 4,
- 0.21373,
- "_SILLQSLIEGMEDR_"
- ],
- [
- 24277,
- 2,
- 16,
- 5,
- 0.21373,
- "_DVDFMYVELIQR_"
- ],
- [
- 46636,
- 2,
- 24,
- 7,
- 0.32764,
- "_HTDNVIQWLNAMDEIGLPK_"
- ],
- [
- 37390,
- 2,
- 14,
- 5,
- 0.18526,
- "_QDLASLPAELINQIGNR_"
- ],
- [
- 21701,
- 4,
- 10,
- 6,
- 0.12827,
- "_VCTELDNHLGINDKDLAEFVISLAEK_"
- ],
- [
- 20158,
- 2,
- 10,
- 4,
- 0.12827,
- "_GLFEDALPPIVLR_"
- ],
- [
- 31377,
- 2,
- 13,
- 5,
- 0.17101,
- "_SLSDALISLQMVYPR_"
- ],
- [
- 45688,
- 2,
- 15,
- 5,
- 0.1995,
- "_LQLNGNLQLELAQVLAQER_"
- ],
- [
- 45195,
- 2,
- 24,
- 7,
- 0.32763,
- "_MTLDTLSIYETPSMGLLDK_"
- ],
- [
- 36712,
- 2,
- 24,
- 6,
- 0.32763,
- "_FQIGDYLDIAITPPNR_"
- ],
- [
- 27772,
- 3,
- 15,
- 3,
- 0.1995,
- "_LESGHLPSMQQLVQILDNEMK_"
- ],
- [
- 12544,
- 3,
- 5,
- 2,
- 0.057016,
- "_SLAEITELIHIALLVHR_"
- ],
- [
- 36953,
- 3,
- 13,
- 6,
- 0.17101,
- "_VDFSLSSDRDFILLNVPIPQEQAR_"
- ],
- [
- 49446,
- 2,
- 15,
- 6,
- 0.1995,
- "_YLCDAYQCADVIWQYGLLK_"
- ],
- [
- 18389,
- 2,
- 14,
- 4,
- 0.18526,
- "_EDAVLYLLEIPK_"
- ],
- [
- 46452,
- 3,
- 7,
- 4,
- 0.085535,
- "_GILLMAASENEDNDILWCVNHDTFPFQK_"
- ],
- [
- 45537,
- 3,
- 11,
- 5,
- 0.14252,
- "_KLMSANASDLPLSIECFMNDVDVSGTMNR_"
- ],
- [
- 37046,
- 2,
- 10,
- 3,
- 0.12827,
- "_LGMIAGGTGITPMLQLIR_"
- ],
- [
- 49828,
- 3,
- 10,
- 4,
- 0.12827,
- "_NHFSVPLSVYEGDTLLGTASPENEFNIPLGSYR_"
- ],
- [
- 47024,
- 2,
- 9,
- 4,
- 0.11402,
- "_DWLCNSSYSFESDFDLTK_"
- ],
- [
- 22905,
- 2,
- 10,
- 2,
- 0.12827,
- "_DILPNLVSLDVSGR_"
- ],
- [
- 33718,
- 3,
- 19,
- 5,
- 0.25644,
- "_SILTDNPTWIIDPIDGTTNFVHR_"
- ],
- [
- 39114,
- 2,
- 19,
- 5,
- 0.25644,
- "_LLLQGEADQSLLTFIDK_"
- ],
- [
- 9588,
- 2,
- 19,
- 4,
- 0.25644,
- "_GIVLLEELLPK_"
- ],
- [
- 50800,
- 3,
- 14,
- 7,
- 0.18526,
- "_ELGENLTDEELQEMIDEADRDGDGEVSEQEFLR_"
- ],
- [
- 23988,
- 2,
- 12,
- 5,
- 0.15678,
- "_WAGGGFLSTVGDLLK_"
- ],
- [
- 46429,
- 3,
- 15,
- 4,
- 0.1995,
- "_VDLLVFNPPYVVTPPQEVGSHGIEAAWAGGR_"
- ],
- [
- 47478,
- 3,
- 14,
- 7,
- 0.18526,
- "_ELAGIVCTLNSENKVDLTNPQYTVVVEIIK_"
- ],
- [
- 32455,
- 2,
- 12,
- 4,
- 0.15678,
- "_MDGSIWLGPNAVLAFK_"
- ],
- [
- 50057,
- 2,
- 15,
- 6,
- 0.1995,
- "_VSCLGVTDDGMAVATGSWDSFLR_"
- ],
- [
- 43636,
- 3,
- 12,
- 5,
- 0.15674,
- "_EDLAAFVEELDKVESQEREDVLAGMSGK_"
- ],
- [
- 30791,
- 2,
- 11,
- 4,
- 0.14249,
- "_QLEADIMDINEIFK_"
- ],
- [
- 51582,
- 3,
- 8,
- 2,
- 0.099762,
- "_EWEVYNFPAGGVGMGMYNTDESISGFAHSCFQYAIQK_"
- ],
- [
- 17282,
- 2,
- 24,
- 3,
- 0.32763,
- "_YLDLILNDFVR_"
- ],
- [
- 31737,
- 3,
- 24,
- 9,
- 0.32763,
- "_TGGMAFHSYFMEAIAPPLLQELK_"
- ],
- [
- 19777,
- 2,
- 14,
- 4,
- 0.18524,
- "_VDLAVAIVYPLMK_"
- ],
- [
- 28346,
- 2,
- 14,
- 4,
- 0.18524,
- "_LPVDFSNIPTYLLK_"
- ],
- [
- 27749,
- 2,
- 11,
- 6,
- 0.14249,
- "_(Acetyl (Protein N-term))SDQQLDCALDLMR_"
- ],
- [
- 43359,
- 2,
- 14,
- 3,
- 0.18524,
- "_SEDITQIVANYGLICVTR_"
- ],
- [
- 46415,
- 4,
- 14,
- 5,
- 0.18524,
- "_CLRPEELTNQMNQIEISMQHEQLEESFQELVEDYR_"
- ],
- [
- 50704,
- 2,
- 13,
- 4,
- 0.17101,
- "_GDLPDPIGTGLDPDWSAIAATQCR_"
- ],
- [
- 41163,
- 3,
- 14,
- 5,
- 0.18524,
- "_HSSSTVFDLVEEYENICGSQVNILSK_"
- ],
- [
- 44891,
- 4,
- 13,
- 5,
- 0.17101,
- "_MQDYQDSCILHSLSVPEEAISPGVTASWIEAHLPDDSK_"
- ],
- [
- 15663,
- 2,
- 11,
- 4,
- 0.14249,
- "_CWMDALELALK_"
- ],
- [
- 50567,
- 2,
- 13,
- 4,
- 0.17101,
- "_FLTALAQDGVINEEALSVTELDR_"
- ],
- [
- 30053,
- 2,
- 11,
- 3,
- 0.14249,
- "_EFFEYFGNFAFDK_"
- ],
- [
- 48468,
- 3,
- 21,
- 9,
- 0.28491,
- "_VVSIGVPVSELLDDPSGPAGSLTSVEFCGGTHLR_"
- ],
- [
- 46092,
- 2,
- 16,
- 5,
- 0.21373,
- "_GLFDEEMNEILTDPSDDTK_"
- ],
- [
- 33926,
- 2,
- 18,
- 6,
- 0.2422,
- "_VLEDVTGEEFVLFMK_"
- ],
- [
- 45551,
- 3,
- 22,
- 7,
- 0.29914,
- "_LRPLSYPQTDVFLVCFSVVSPSSFENVK_"
- ],
- [
- 47782,
- 2,
- 16,
- 7,
- 0.21373,
- "_EYQVETIVDTLCTNMLSDK_"
- ],
- [
- 36497,
- 2,
- 17,
- 4,
- 0.22797,
- "_FNPIETFLLGSCASDR_"
- ],
- [
- 32796,
- 3,
- 15,
- 6,
- 0.19949,
- "_ITHEVDELTQIIADVSQDPTLPR_"
- ],
- [
- 42203,
- 4,
- 21,
- 8,
- 0.28491,
- "_NLGDVGEKETETEVLLLEHDVPHQPFSQAVLSFLPK_"
- ],
- [
- 22763,
- 2,
- 17,
- 3,
- 0.22797,
- "_PFGVSLLYIGWDK_"
- ],
- [
- 38011,
- 2,
- 13,
- 4,
- 0.17098,
- "_SALANQIDWTEIGLIVK_"
- ],
- [
- 25815,
- 3,
- 11,
- 6,
- 0.14249,
- "_KVDNELNPVWNEILEFDLR_"
- ],
- [
- 29622,
- 3,
- 13,
- 4,
- 0.17098,
- "_AIIGLGFAFIQHPSLMFEQEVK_"
- ],
- [
- 39123,
- 3,
- 15,
- 7,
- 0.19948,
- "_IGEWELIQESGVPLKPLFGPGYTGIR_"
- ],
- [
- 23684,
- 2,
- 21,
- 6,
- 0.2849,
- "_LQEVIETLLSLEK_"
- ],
- [
- 19970,
- 2,
- 14,
- 5,
- 0.18524,
- "_CANLFEALVGTLK_"
- ],
- [
- 18072,
- 2,
- 13,
- 6,
- 0.17098,
- "_LLDTAFDLDVFK_"
- ],
- [
- 47635,
- 2,
- 18,
- 3,
- 0.24221,
- "_DGCLYEVAYQAEAGWFSQR_"
- ],
- [
- 43937,
- 2,
- 14,
- 7,
- 0.18524,
- "_(Acetyl (Protein N-term))MEGCVSNLMVCNLAYSGK_"
- ],
- [
- 43016,
- 2,
- 14,
- 5,
- 0.18524,
- "_NM(Oxidation (M))AEQIIQEIYSQIQSK_"
- ],
- [
- 45257,
- 2,
- 22,
- 5,
- 0.29914,
- "_TAFDDAIAELDTLNEDSYK_"
- ],
- [
- 49930,
- 2,
- 13,
- 5,
- 0.17098,
- "_ETSVNWCLADGYDLEILDGTR_"
- ],
- [
- 35332,
- 2,
- 17,
- 5,
- 0.22797,
- "_VLFDPFELDTSVTPGR_"
- ],
- [
- 46026,
- 2,
- 17,
- 5,
- 0.22797,
- "_LYCSEVLAILLQDNDENR_"
- ],
- [
- 30527,
- 3,
- 17,
- 6,
- 0.22797,
- "_MWDVSTGMCLMTLVGHDNWVR_"
- ],
- [
- 48217,
- 2,
- 19,
- 5,
- 0.25644,
- "_LPYNTSDDPWLTAYNFLQK_"
- ],
- [
- 33170,
- 3,
- 12,
- 5,
- 0.15673,
- "_SILGHILPEAMVCYLENYEPEK_"
- ],
- [
- 43817,
- 2,
- 12,
- 4,
- 0.15673,
- "_YVDLIEEQLNEALTTYR_"
- ],
- [
- 12840,
- 2,
- 19,
- 6,
- 0.25644,
- "_SFLLDLLNATGK_"
- ],
- [
- 8702,
- 2,
- 16,
- 6,
- 0.21372,
- "_DLMSWINGIR_"
- ],
- [
- 32986,
- 2,
- 12,
- 4,
- 0.15673,
- "_LAYAENIALLAETALR_"
- ],
- [
- 50838,
- 3,
- 12,
- 6,
- 0.15673,
- "_LLPNGDYLNVSPSDAVTTGTPPDFFSAALHPGGEPLR_"
- ],
- [
- 21254,
- 3,
- 19,
- 7,
- 0.25644,
- "_HTDNVIQWLNAMDEIGLPK_"
- ],
- [
- 24609,
- 4,
- 18,
- 8,
- 0.24221,
- "_GGPGGGFRPFVPHIPFDFYLCEMAFPR_"
- ],
- [
- 47158,
- 3,
- 18,
- 5,
- 0.24221,
- "_APVYLFEQVQHNLLSPPFGWASGSQDSNSR_"
- ],
- [
- 18897,
- 3,
- 13,
- 5,
- 0.17098,
- "_NTTTSVQDEFMHLLLWGK_"
- ],
- [
- 25852,
- 3,
- 15,
- 6,
- 0.19948,
- "_VFVTPQAPLEAIQAYLAGHYR_"
- ],
- [
- 25656,
- 2,
- 12,
- 4,
- 0.15673,
- "_YFYLLENLAWVK_"
- ],
- [
- 31100,
- 3,
- 12,
- 5,
- 0.15674,
- "_KGAIDDLQQGELEAFIQNLNLAK_"
- ],
- [
- 27562,
- 2,
- 17,
- 3,
- 0.22797,
- "_SAEQMIGDIINLGLK_"
- ],
- [
- 41755,
- 2,
- 13,
- 5,
- 0.17098,
- "_QGVPAFTVLQPEGPLAVLR_"
- ],
- [
- 20075,
- 3,
- 14,
- 5,
- 0.18523,
- "_KGLTLIELWEGLTVDDVQK_"
- ],
- [
- 50754,
- 2,
- 6,
- 4,
- 0.071205,
- "_PGACYVDIPADFVNLQVNVNSIK_"
- ],
- [
- 30682,
- 3,
- 14,
- 6,
- 0.18523,
- "_QVVSTLLINIIPEDHIPLNLSGK_"
- ],
- [
- 19459,
- 3,
- 14,
- 6,
- 0.18523,
- "_DEGWLAEHMLILGITSPAGK_"
- ],
- [
- 24081,
- 3,
- 13,
- 2,
- 0.17098,
- "_QGLRPIPEAEIGLAVIFMTTK_"
- ],
- [
- 38712,
- 2,
- 18,
- 8,
- 0.24222,
- "_QMQLENVSVALEFLDR_"
- ],
- [
- 40033,
- 3,
- 20,
- 5,
- 0.27069,
- "_HVPFDQFIQLVAHAGCMIGNSSCGVR_"
- ],
- [
- 32885,
- 2,
- 23,
- 3,
- 0.31339,
- "_FFWEMAEEEGWIR_"
- ],
- [
- 49128,
- 2,
- 10,
- 4,
- 0.12825,
- "_SGDWLLMDNVNFCNPSVLDR_"
- ],
- [
- 25842,
- 2,
- 16,
- 5,
- 0.21373,
- "_VIQQLEGAFALVFK_"
- ],
- [
- 46468,
- 2,
- 17,
- 3,
- 0.22797,
- "_NLDVGANIFIGNLDPEIDEK_"
- ],
- [
- 41299,
- 4,
- 15,
- 6,
- 0.19949,
- "_AIAIAAGVPVVPGTDAPITSLHEAHEFSNTYGFPIIFK_"
- ],
- [
- 45118,
- 2,
- 16,
- 6,
- 0.21373,
- "_LALQQDLTSMAPGLVIQAVR_"
- ],
- [
- 21742,
- 2,
- 11,
- 3,
- 0.14253,
- "_LQMLIIDNFIPR_"
- ],
- [
- 24839,
- 2,
- 16,
- 5,
- 0.21378,
- "_ALIQVLELDVADIK_"
- ],
- [
- 40474,
- 2,
- 13,
- 4,
- 0.17102,
- "_ISVLPAYLSYDAPWPVR_"
- ],
- [
- 41234,
- 3,
- 14,
- 6,
- 0.18526,
- "_EEELLFLQLPDTLPGQPPTQDIKPIK_"
- ],
- [
- 7613,
- 2,
- 17,
- 6,
- 0.22801,
- "_DGFIDLMELK_"
- ],
- [
- 38545,
- 3,
- 16,
- 6,
- 0.21378,
- "_KLMSDPDSSIIDFYPEDFAIDLNGK_"
- ],
- [
- 38787,
- 3,
- 17,
- 6,
- 0.22801,
- "_ISSLMHVPPSLFTEPNEISQYLPIK_"
- ],
- [
- 27302,
- 3,
- 10,
- 5,
- 0.12828,
- "_QALQEIVILPSLRPELFTGLR_"
- ],
- [
- 46970,
- 2,
- 17,
- 8,
- 0.24225,
- "_EYSLFPGQVVIMEGINTTGR_"
- ],
- [
- 12262,
- 3,
- 8,
- 4,
- 0.099747,
- "_M(Oxidation (M))DADGFLPITLIASFHR_"
- ],
- [
- 10813,
- 2,
- 25,
- 5,
- 0.34191,
- "_LFVLFGAEILK_"
- ],
- [
- 3579,
- 2,
- 14,
- 4,
- 0.18526,
- "_LDILELLEK_"
- ],
- [
- 33404,
- 4,
- 14,
- 7,
- 0.18526,
- "_SAALHGLCHDATPFIFSEENSALEYFGEMLK_"
- ],
- [
- 45962,
- 3,
- 14,
- 6,
- 0.18526,
- "_HLSNVSSTGSIDMVDSPQLATLADEVSASLAK_"
- ],
- [
- 16579,
- 3,
- 10,
- 5,
- 0.12828,
- "_FDDPGLMLM(Oxidation (M))GFKPLVLLK_"
- ],
- [
- 39277,
- 2,
- 17,
- 4,
- 0.22801,
- "_IIIEELSLVAASPTLSPR_"
- ],
- [
- 22650,
- 3,
- 15,
- 7,
- 0.19951,
- "_EWPQHWPDMLIELDTLSK_"
- ],
- [
- 26040,
- 2,
- 24,
- 6,
- 0.32768,
- "_DAFLGSFLYEYSR_"
- ],
- [
- 51218,
- 3,
- 9,
- 5,
- 0.11401,
- "_SLEELADEHDLGEDIYDCVPCEDGGDDIYEDIIK_"
- ],
- [
- 29076,
- 3,
- 16,
- 3,
- 0.21378,
- "_VDAYHLQLQNLLYEVMHLQK_"
- ],
- [
- 25465,
- 2,
- 12,
- 2,
- 0.15676,
- "_GNITFETMMEILR_"
- ],
- [
- 47944,
- 2,
- 24,
- 6,
- 0.32768,
- "_LGPGGLDPVEVYESLPEELQK_"
- ],
- [
- 48771,
- 3,
- 16,
- 5,
- 0.21378,
- "_SAALHGLCHDATPFIFSEENSALEYFGEMLK_"
- ],
- [
- 31030,
- 3,
- 15,
- 4,
- 0.19951,
- "_LAAIIPDPVVAPSIVPVLKDEVDR_"
- ],
- [
- 42135,
- 2,
- 17,
- 5,
- 0.22801,
- "_NGPVEGAFSVYSDFLLYK_"
- ],
- [
- 40696,
- 2,
- 19,
- 6,
- 0.25651,
- "_FQIYFDNCPLLTIPGR_"
- ],
- [
- 48049,
- 2,
- 10,
- 2,
- 0.12827,
- "_TELTALGTTDAVGLLNCLEQR_"
- ],
- [
- 40390,
- 3,
- 15,
- 7,
- 0.19952,
- "_HLTLAQLPSVLTGSGLVNIGLQCQQLR_"
- ],
- [
- 36889,
- 2,
- 15,
- 6,
- 0.19952,
- "_VVLDVGSGTGILCMFAAK_"
- ],
- [
- 44954,
- 3,
- 22,
- 7,
- 0.29922,
- "_WISLNTVALVTDNAVYHWSMEGESQPVK_"
- ],
- [
- 37919,
- 3,
- 13,
- 6,
- 0.17102,
- "_YCLVAVPHGNDIASLFELDPTTLQK_"
- ],
- [
- 23234,
- 2,
- 17,
- 7,
- 0.22803,
- "_NICQFLVEIGLAK_"
- ],
- [
- 24768,
- 3,
- 12,
- 4,
- 0.15678,
- "_LTPELGLILNLNTNGLHSFLK_"
- ],
- [
- 34356,
- 2,
- 20,
- 6,
- 0.27075,
- "_FTNLLTSILDSAETKN_"
- ],
- [
- 48258,
- 2,
- 15,
- 3,
- 0.19952,
- "_GSLTIQQVNDLLDSIASNNSAK_"
- ],
- [
- 28047,
- 2,
- 16,
- 5,
- 0.21376,
- "_(Acetyl (Protein N-term))AEYLASIFGTEKDK_"
- ],
- [
- 43580,
- 2,
- 16,
- 4,
- 0.21376,
- "_EITLLMQTLNTLSTPEEK_"
- ],
- [
- 35546,
- 3,
- 13,
- 5,
- 0.17102,
- "_DALTLSLSEQVAAALKPAAAPPPTPLR_"
- ],
- [
- 28732,
- 3,
- 18,
- 7,
- 0.24226,
- "_NYISQYSEIAIQMMMHMQPK_"
- ],
- [
- 44613,
- 2,
- 12,
- 4,
- 0.15678,
- "_VM(Oxidation (M))TIAPGLFGTPLLTSLPEK_"
- ],
- [
- 39936,
- 2,
- 20,
- 6,
- 0.27075,
- "_EPLFGISTGNLITGLAAGAK_"
- ],
- [
- 45504,
- 3,
- 21,
- 6,
- 0.28499,
- "_PVTTPEEIAQVATISANGDKEIGNIISDAMK_"
- ],
- [
- 13286,
- 2,
- 13,
- 5,
- 0.17107,
- "_EMWPSLLLAIK_"
- ],
- [
- 48834,
- 3,
- 11,
- 3,
- 0.14255,
- "_AIVQDQGCLPGLILFMDHPNPPVVHSALLALR_"
- ],
- [
- 36007,
- 2,
- 12,
- 3,
- 0.15682,
- "_LGCDLDMFLDLDETR_"
- ],
- [
- 38221,
- 3,
- 13,
- 4,
- 0.17107,
- "_ELLTMQLVDWHQLQADSFIQDER_"
- ],
- [
- 22400,
- 4,
- 14,
- 4,
- 0.1853,
- "_KLEDQLQGGQLEEVILQAEHELNLAR_"
- ],
- [
- 34815,
- 3,
- 11,
- 6,
- 0.14255,
- "_APVVLLSEPACAHALEALATLLRPR_"
- ],
- [
- 45328,
- 3,
- 20,
- 6,
- 0.27079,
- "_GYWASLDASTQTTHELTIPNNLIGCIIGR_"
- ],
- [
- 31864,
- 2,
- 19,
- 6,
- 0.25655,
- "_EMKPVIFLDVFLPR_"
- ],
- [
- 9821,
- 4,
- 28,
- 7,
- 0.38469,
- "_FFTVEPQHIPCVLMAFLDHR_"
- ],
- [
- 42264,
- 2,
- 16,
- 7,
- 0.2138,
- "_ELVPESQAYMDLLAFER_"
- ],
- [
- 19068,
- 2,
- 17,
- 4,
- 0.22805,
- "_FIPEITISDILR_"
- ],
- [
- 44966,
- 2,
- 21,
- 2,
- 0.28504,
- "_LQESVPDPELIDLIYCGR_"
- ],
- [
- 43521,
- 3,
- 10,
- 6,
- 0.12827,
- "_LLLEPMFEVPNSDIVCVEVDKEVVEGK_"
- ],
- [
- 49356,
- 2,
- 12,
- 3,
- 0.15679,
- "_LLDIESQEELEDFPLPTVQR_"
- ],
- [
- 38492,
- 2,
- 23,
- 5,
- 0.31352,
- "_TDITYPAGFMDVISIDK_"
- ],
- [
- 40207,
- 2,
- 12,
- 5,
- 0.15679,
- "_EVFFMNTQSIVQLVQR_"
- ],
- [
- 37675,
- 2,
- 12,
- 3,
- 0.15679,
- "_GWNECEQTVALLSLLK_"
- ],
- [
- 5621,
- 3,
- 21,
- 7,
- 0.28504,
- "_EMKPVIFLDVFLPR_"
- ],
- [
- 35473,
- 2,
- 20,
- 5,
- 0.27079,
- "_QMGYQCFVSFFDLR_"
- ],
- [
- 29130,
- 3,
- 15,
- 7,
- 0.19955,
- "_TEDPDLPAFYFDPLINPISHR_"
- ],
- [
- 19725,
- 3,
- 18,
- 8,
- 0.24229,
- "_LHLGIPEAVFVEDVDSFMK_"
- ],
- [
- 41485,
- 3,
- 19,
- 7,
- 0.25656,
- "_KLEDQLQGGQLEEVILQAEHELNLAR_"
- ],
- [
- 46129,
- 3,
- 13,
- 5,
- 0.17107,
- "_VAISPFVCLSGNTDNDLLRPETINQVILR_"
- ],
- [
- 51496,
- 3,
- 14,
- 6,
- 0.18531,
- "_LEDFYSASSELFEPYYGEGGIDGDGDITRPENISAFR_"
- ],
- [
- 49496,
- 2,
- 14,
- 7,
- 0.18531,
- "_AVTGYNDPETGNIISLFQAMNK_"
- ],
- [
- 42723,
- 4,
- 14,
- 9,
- 0.18531,
- "_AGQLLEVLQDAEAAVAGPSHAPDTSDVGATLLVSDGTHSVR_"
- ],
- [
- 14948,
- 4,
- 15,
- 6,
- 0.19955,
- "_APVVLLSEPACAHALEALATLLRPR_"
- ],
- [
- 48426,
- 2,
- 14,
- 4,
- 0.18531,
- "_QAALSAALQQSLQNAESWINR_"
- ],
- [
- 48127,
- 3,
- 12,
- 3,
- 0.15679,
- "_TEEGISNEISQLESDDFVICQKPLELLGEK_"
- ],
- [
- 29410,
- 3,
- 17,
- 7,
- 0.22804,
- "_ETAIELGYLTAEQFDEWVKPK_"
- ],
- [
- 25233,
- 3,
- 3,
- 2,
- 0.028528,
- "_YARPEWMIVTVLPVPPLSVR_"
- ],
- [
- 44012,
- 2,
- 8,
- 2,
- 0.099777,
- "_LPAGAEPYEFVSLEWLQK_"
- ],
- [
- 50916,
- 2,
- 9,
- 2,
- 0.11402,
- "_QALNNLQSTFSGFGFINSENVFK_"
- ],
- [
- 43463,
- 2,
- 11,
- 5,
- 0.14253,
- "_SNCINVLVTTTQLIPALAK_"
- ],
- [
- 27478,
- 4,
- 14,
- 6,
- 0.18531,
- "_GHHVAQLDPLGILDADLDSSVPADIISSTDK_"
- ],
- [
- 33028,
- 3,
- 16,
- 8,
- 0.2138,
- "_ISDTGSAGLM(Oxidation (M))LVEFFAPWCGHCK_"
- ],
- [
- 8263,
- 2,
- 11,
- 3,
- 0.14253,
- "_EIFSVLDLMK_"
- ],
- [
- 50151,
- 3,
- 12,
- 5,
- 0.15682,
- "_VEKDYNDLFDGDDMSNAGDFLNDNAVEIPSFSK_"
- ],
- [
- 44061,
- 2,
- 12,
- 2,
- 0.15682,
- "_QYVTSLLLNEPDGTFLLR_"
- ],
- [
- 40511,
- 2,
- 11,
- 4,
- 0.14256,
- "_LIIYDIVDMHAAADIFK_"
- ],
- [
- 35228,
- 3,
- 11,
- 5,
- 0.14256,
- "_DNDVLLHWAPVEEAGDSTQILFSK_"
- ],
- [
- 40299,
- 3,
- 12,
- 4,
- 0.15682,
- "_KLMSANASDLPLNIECFMNDLDVSSK_"
- ],
- [
- 18238,
- 3,
- 11,
- 4,
- 0.14256,
- "_LLSTLGEFLEDHFPLPDR_"
- ],
- [
- 33560,
- 4,
- 14,
- 9,
- 0.18536,
- "_AIVQDQGCLPGLILFMDHPNPPVVHSALLALR_"
- ],
- [
- 38425,
- 2,
- 12,
- 2,
- 0.15682,
- "_DLDFANDASSMLASAVEK_"
- ],
- [
- 51410,
- 3,
- 12,
- 7,
- 0.15682,
- "_ATEVPVSWESFNNGDCFILDLGNNIHQWCGSNSNR_"
- ],
- [
- 13348,
- 3,
- 9,
- 4,
- 0.11407,
- "_LTQLAMLLAEISSVAHQK_"
- ],
- [
- 43970,
- 4,
- 9,
- 5,
- 0.11407,
- "_FDPLGHYLLTAIVNPSNQQGDDEPEIPIDGTELSHYR_"
- ],
- [
- 35799,
- 2,
- 20,
- 7,
- 0.27085,
- "_ALYDTFSAFGNILSCK_"
- ],
- [
- 45167,
- 3,
- 15,
- 7,
- 0.19961,
- "_MFMSELSGNIIDICPVGALTSKPYAFTAR_"
- ],
- [
- 48861,
- 2,
- 12,
- 3,
- 0.15682,
- "_TPVDGQYVWFNIGSVDTFER_"
- ],
- [
- 44695,
- 2,
- 18,
- 4,
- 0.24234,
- "_GVGVFGDMAQDTGIPADIWR_"
- ],
- [
- 49880,
- 2,
- 17,
- 4,
- 0.22809,
- "_TFIAVPASNSGLCIVNDELFVR_"
- ],
- [
- 21670,
- 2,
- 16,
- 4,
- 0.21384,
- "_MGFDEVFMINLR_"
- ],
- [
- 37445,
- 3,
- 16,
- 5,
- 0.21384,
- "_NDANPETHAFVTSPEIVTALAIAGTLK_"
- ],
- [
- 49180,
- 3,
- 17,
- 6,
- 0.22809,
- "_LGLGIDEDEVAAEEPNAAVPDEIPPLEGDEDASR_"
- ],
- [
- 50052,
- 2,
- 17,
- 4,
- 0.22809,
- "_LLSSLLLTMSNNNPELFSPPQK_"
- ],
- [
- 37851,
- 2,
- 17,
- 5,
- 0.22809,
- "_DTMSDQALEALSASLGTR_"
- ],
- [
- 47094,
- 3,
- 19,
- 6,
- 0.25659,
- "_GQSPLAPLLETLEDPSASHGGQTDAYLTLTSR_"
- ],
- [
- 45250,
- 2,
- 19,
- 7,
- 0.25659,
- "_QIIQQNPSLLPALLQQIGR_"
- ],
- [
- 32712,
- 2,
- 18,
- 6,
- 0.24234,
- "_EFADSLGIPFLETSAK_"
- ],
- [
- 40093,
- 3,
- 15,
- 7,
- 0.19961,
- "_QLPTLKPILADIEYLQDQHLLLTVK_"
- ],
- [
- 50179,
- 2,
- 20,
- 5,
- 0.27085,
- "_TEDPDLPAFYFDPLINPISHR_"
- ],
- [
- 41221,
- 4,
- 11,
- 6,
- 0.14255,
- "_ILMANGAPFTTDWLGTSPLHLAAQYGHYSTTEVLLR_"
- ],
- [
- 17232,
- 3,
- 17,
- 7,
- 0.22808,
- "_ELVPSSDPIVFVVGAFAHGK_"
- ],
- [
- 20736,
- 4,
- 17,
- 5,
- 0.22808,
- "_QLPTLKPILADIEYLQDQHLLLTVK_"
- ],
- [
- 15046,
- 2,
- 13,
- 5,
- 0.17106,
- "_GIEELFLDLCK_"
- ],
- [
- 48053,
- 2,
- 33,
- 7,
- 0.45594,
- "_IAIPGLAGAGNSVLLVSNLNPER_"
- ],
- [
- 21501,
- 3,
- 13,
- 4,
- 0.17106,
- "_FLAMVFQDLLTNKDDYLR_"
- ],
- [
- 43786,
- 2,
- 13,
- 5,
- 0.17106,
- "_DMIILPEMVGSM(Oxidation (M))VGVYNGK_"
- ],
- [
- 25477,
- 2,
- 13,
- 4,
- 0.17106,
- "_IALLQSLLDDANLR_"
- ],
- [
- 44343,
- 2,
- 15,
- 6,
- 0.1996,
- "_AGYITPVPGGVGPMTVAMLMK_"
- ],
- [
- 23846,
- 2,
- 18,
- 7,
- 0.24233,
- "_LTSFIGAIAIGDLVK_"
- ],
- [
- 47756,
- 3,
- 18,
- 8,
- 0.24233,
- "_GHTELDTAFMYSDGQSETILGGLGLGLGGGDCR_"
- ],
- [
- 42748,
- 2,
- 23,
- 7,
- 0.31357,
- "_ATENDIYNFFSPLNPMR_"
- ],
- [
- 51756,
- 3,
- 11,
- 3,
- 0.14255,
- "_YQGLQQQEAKPDGLVTDSSAELQSLEQQLEEAQTENFNIK_"
- ],
- [
- 40835,
- 3,
- 21,
- 8,
- 0.28509,
- "_ELLTEFGYKGEETPVIVGSALCALEGR_"
- ],
- [
- 42380,
- 2,
- 15,
- 4,
- 0.1996,
- "_LAPSFPSPPAVSIASFVTVK_"
- ],
- [
- 42522,
- 2,
- 12,
- 4,
- 0.1568,
- "_GTDFSVLLSSAGDSFSQFR_"
- ],
- [
- 50693,
- 3,
- 13,
- 7,
- 0.17106,
- "_EGDQIVGATIYFDNLQSGEVTQLLNTMGHHTVGLK_"
- ],
- [
- 19899,
- 2,
- 9,
- 3,
- 0.11408,
- "_SNFLPLLNIEFK_"
- ],
- [
- 40358,
- 2,
- 16,
- 5,
- 0.21385,
- "_WCVLGDGVLSYFENER_"
- ],
- [
- 21257,
- 3,
- 14,
- 5,
- 0.1853,
- "_NDSSFLSTLHEVYLQVLTK_"
- ],
- [
- 47069,
- 2,
- 13,
- 6,
- 0.17104,
- "_LMQADLGGTEILAPLQNIYR_"
- ],
- [
- 7708,
- 2,
- 8,
- 3,
- 0.099833,
- "_SILLGLLLGAGR_"
- ],
- [
- 16046,
- 2,
- 14,
- 5,
- 0.1853,
- "_EVILVLSAPFLR_"
- ],
- [
- 50123,
- 3,
- 14,
- 4,
- 0.1853,
- "_GTVYPVVYVDDSAILDCQFSEFYHTPPPGFEK_"
- ],
- [
- 46950,
- 4,
- 12,
- 6,
- 0.15679,
- "_GLPISMYGGTIIPSHPQLADVPGGPLFNGLHNPDPAWNPMIK_"
- ],
- [
- 24303,
- 3,
- 13,
- 2,
- 0.17104,
- "_LFTFLPLPEIDHIMQLHVK_"
- ],
- [
- 23716,
- 3,
- 12,
- 6,
- 0.15679,
- "_VNWHDFAFFDPVMYESLR_"
- ],
- [
- 31560,
- 3,
- 18,
- 5,
- 0.24232,
- "_LKEPMDVDVEDYYPAFLDMVR_"
- ],
- [
- 49310,
- 2,
- 18,
- 4,
- 0.24232,
- "_ILLLCVGEAGDTVQFAEYIQK_"
- ],
- [
- 41028,
- 3,
- 18,
- 8,
- 0.24232,
- "_MNLYESFAQATQLGDLHTCLMMDMK_"
- ],
- [
- 37544,
- 3,
- 14,
- 6,
- 0.1853,
- "_MEGYPWWPCLVYNHPFDGTFIR_"
- ],
- [
- 44789,
- 2,
- 19,
- 6,
- 0.25657,
- "_YM(Oxidation (M))NSGPVVAMVWEGLNVVK_"
- ],
- [
- 41392,
- 3,
- 16,
- 5,
- 0.21383,
- "_SGLAIVSQHDLDQLQADAINAFGESLQK_"
- ],
- [
- 50346,
- 3,
- 17,
- 8,
- 0.22808,
- "_GSITSVQAIYVPADDLTDPAPATTFAHLDATTVLSR_"
- ],
- [
- 49650,
- 3,
- 16,
- 8,
- 0.21383,
- "_CSEGVFLLTTTPRPVIVEPLEQLDDEDGLPEK_"
- ],
- [
- 29735,
- 2,
- 22,
- 5,
- 0.29933,
- "_FTNLLTSILDSAETK_"
- ],
- [
- 21877,
- 2,
- 17,
- 4,
- 0.22808,
- "_ILDDIFASLVQNK_"
- ],
- [
- 34251,
- 2,
- 22,
- 6,
- 0.29933,
- "_QLASGLLLVTGPLVLNR_"
- ],
- [
- 41254,
- 2,
- 15,
- 4,
- 0.19953,
- "_VISTDLSIADCLLPITSR_"
- ],
- [
- 45564,
- 2,
- 23,
- 6,
- 0.31356,
- "_TAFDEAIAELDTLNEDSYK_"
- ],
- [
- 38704,
- 4,
- 17,
- 9,
- 0.22807,
- "_GDVDMSEVEHFMPILMEKEEEGMLSPILAHGGVR_"
- ],
- [
- 6057,
- 4,
- 15,
- 6,
- 0.19953,
- "_LFTFLPLPEIDHIMQLHVK_"
- ],
- [
- 44110,
- 2,
- 14,
- 6,
- 0.18527,
- "_ASPFLLQYIQEEIPNYR_"
- ],
- [
- 49717,
- 3,
- 17,
- 7,
- 0.22807,
- "_HAVPTNSLAGNAYALTSPLQLLATQASSSAPVVVTR_"
- ],
- [
- 42662,
- 2,
- 24,
- 4,
- 0.3278,
- "_QWLIDTLYAFNSGNVER_"
- ],
- [
- 24107,
- 2,
- 16,
- 4,
- 0.2138,
- "_ASFSVLGDILGSAMR_"
- ],
- [
- 47533,
- 2,
- 18,
- 8,
- 0.24232,
- "_M(Oxidation (M))SVQPTVSLGGFEITPPVVLR_"
- ],
- [
- 28198,
- 2,
- 13,
- 5,
- 0.17102,
- "_ELISFLSEPEILVK_"
- ],
- [
- 12933,
- 3,
- 13,
- 6,
- 0.17102,
- "_FPLVNLTDMLSVAVQHR_"
- ],
- [
- 46521,
- 2,
- 12,
- 3,
- 0.15678,
- "_FEISFECSEALADDLEWK_"
- ],
- [
- 25959,
- 2,
- 16,
- 5,
- 0.2138,
- "_LDLEAWFPGSGAFR_"
- ],
- [
- 22444,
- 3,
- 11,
- 4,
- 0.14256,
- "_YEVLTAEQILQHMVECIR_"
- ],
- [
- 35447,
- 3,
- 10,
- 5,
- 0.12832,
- "_EAQTLCDELSVLIGEQYLKDELK_"
- ],
- [
- 34162,
- 2,
- 14,
- 4,
- 0.18527,
- "_LEEMINELAVAMTAVK_"
- ],
- [
- 48905,
- 2,
- 14,
- 5,
- 0.18527,
- "_ITIGVYDPCNLAQYPGWPLR_"
- ],
- [
- 51372,
- 2,
- 8,
- 3,
- 0.099787,
- "_SYLAWIGFSAEGTPCYVDSEGIVR_"
- ],
- [
- 42923,
- 2,
- 15,
- 6,
- 0.19953,
- "_EGVLPLTAASTAPISFGFTR_"
- ],
- [
- 43794,
- 2,
- 16,
- 4,
- 0.2138,
- "_ELVPSSDPIVFVVGAFAHGK_"
- ],
- [
- 50278,
- 2,
- 15,
- 4,
- 0.19953,
- "_IPVEADFLYAYSTAPGYYSWR_"
- ],
- [
- 30874,
- 2,
- 15,
- 4,
- 0.19953,
- "_EDTGTFDTVLWAIGR_"
- ],
- [
- 46534,
- 2,
- 24,
- 7,
- 0.3278,
- "_TMLELLNQLDGFQPNTQVK_"
- ],
- [
- 26241,
- 2,
- 16,
- 3,
- 0.2138,
- "_VFNELLVLLPDTAK_"
- ],
- [
- 35155,
- 3,
- 11,
- 4,
- 0.14257,
- "_SHIGLVYSQQINEVLDQLANLNGR_"
- ],
- [
- 29831,
- 3,
- 15,
- 5,
- 0.19952,
- "_LVSIVDSLHLEMEEALTEQVAR_"
- ],
- [
- 28821,
- 3,
- 11,
- 5,
- 0.14257,
- "_CYLEELLHILTDADPEVCKK_"
- ],
- [
- 8909,
- 2,
- 11,
- 4,
- 0.14257,
- "_TIAFLLPMFR_"
- ],
- [
- 39248,
- 3,
- 17,
- 7,
- 0.22805,
- "_VGWLVEWQDYKPVEYTAVSVLAGPR_"
- ],
- [
- 46363,
- 2,
- 21,
- 7,
- 0.28505,
- "_MSNYDTDLFVPYFEAIQK_"
- ],
- [
- 40856,
- 4,
- 11,
- 7,
- 0.14257,
- "_LNLAFVANLFNTYPCLHKPNNNDIDMNLLEGESK_"
- ],
- [
- 31558,
- 2,
- 19,
- 4,
- 0.25657,
- "_LIVPVLLDAAVPAYDK_"
- ],
- [
- 14176,
- 4,
- 12,
- 5,
- 0.1568,
- "_EIFMHSGLTQNLLAHIWALADTR_"
- ],
- [
- 19303,
- 3,
- 20,
- 5,
- 0.2708,
- "_ILEDLDSLGVLICYMHNK_"
- ],
- [
- 47389,
- 2,
- 16,
- 8,
- 0.21378,
- "_EVSDGIIAPGYEEEALTILSK_"
- ],
- [
- 38128,
- 2,
- 11,
- 4,
- 0.14257,
- "_DPELWGSVLLESNPYR_"
- ],
- [
- 40478,
- 2,
- 11,
- 6,
- 0.14257,
- "_QQTESLLQLLTPAYITK_"
- ],
- [
- 43608,
- 2,
- 13,
- 4,
- 0.17103,
- "_KVADLYELVQYAGNIIPR_"
- ],
- [
- 20687,
- 3,
- 15,
- 8,
- 0.19952,
- "_ILACHGTDSVLELFCILSK_"
- ],
- [
- 46642,
- 2,
- 12,
- 5,
- 0.1568,
- "_NDSSFLSTLHEVYLQVLTK_"
- ],
- [
- 45876,
- 2,
- 24,
- 6,
- 0.32781,
- "_TAFDEAIAELDTLNEESYK_"
- ],
- [
- 17645,
- 2,
- 22,
- 6,
- 0.2993,
- "_SLLIPYLDNLVK_"
- ],
- [
- 26500,
- 2,
- 18,
- 2,
- 0.24232,
- "_YEISSVPTFLFFK_"
- ],
- [
- 23364,
- 4,
- 10,
- 3,
- 0.12832,
- "_KGDIMTVLEQDTQGLDGWWLCSLHGR_"
- ],
- [
- 48230,
- 2,
- 12,
- 5,
- 0.1568,
- "_YQGAADSAPYDWFGDFSSFR_"
- ],
- [
- 36815,
- 2,
- 18,
- 4,
- 0.24232,
- "_WVPFDGDDIQLEFVR_"
- ],
- [
- 22249,
- 2,
- 13,
- 5,
- 0.17103,
- "_SANLVAATLGAILNR_"
- ],
- [
- 47645,
- 2,
- 10,
- 6,
- 0.12832,
- "_LQNLNIFLVGCGAIGCEMLK_"
- ],
- [
- 24908,
- 3,
- 9,
- 5,
- 0.11403,
- "_VEGTEPTTAFNLFVGNLNFNK_"
- ],
- [
- 24934,
- 3,
- 16,
- 2,
- 0.21378,
- "_VNLVVNLDVPLDWETYMHR_"
- ],
- [
- 23534,
- 2,
- 21,
- 5,
- 0.28505,
- "_NSPVEAVFSYLTGK_"
- ],
- [
- 25421,
- 2,
- 12,
- 4,
- 0.15683,
- "_ADFSVLIWDICSK_"
- ],
- [
- 36313,
- 2,
- 13,
- 4,
- 0.17107,
- "_LQGHPNSAVLMVQWLK_"
- ],
- [
- 48036,
- 2,
- 13,
- 4,
- 0.17107,
- "_QQVQLLAEMCILIDENDNK_"
- ],
- [
- 51442,
- 2,
- 14,
- 3,
- 0.18529,
- "_YFTQGNCVNLTEALSLYEEQLGR_"
- ],
- [
- 41717,
- 3,
- 15,
- 7,
- 0.19954,
- "_ANEMNISPASLASLYEEDFKQDMAALK_"
- ],
- [
- 30696,
- 3,
- 15,
- 3,
- 0.19954,
- "_VMCFHPWSDVTLPLMSVPEIR_"
- ],
- [
- 45843,
- 2,
- 20,
- 2,
- 0.27083,
- "_LLLAGYDDFNCNVWDTLK_"
- ],
- [
- 41890,
- 2,
- 20,
- 6,
- 0.27083,
- "_GLTVPIASIDIPSGWDVEK_"
- ],
- [
- 6947,
- 3,
- 12,
- 2,
- 0.15683,
- "_LALAELEELLEAVHAK_"
- ],
- [
- 37156,
- 4,
- 10,
- 6,
- 0.1283,
- "_WILDTDIFNEWMNEEDYEVDENRKPVSFR_"
- ],
- [
- 24473,
- 2,
- 19,
- 6,
- 0.25658,
- "_LLSSFDFFLTDAR_"
- ],
- [
- 28332,
- 2,
- 19,
- 6,
- 0.25658,
- "_FVPYYDLFMPSLK_"
- ],
- [
- 44958,
- 2,
- 11,
- 4,
- 0.14258,
- "_FCIDNGAMIAQAGWEMFR_"
- ],
- [
- 36171,
- 3,
- 19,
- 6,
- 0.25658,
- "_QVEHPLLSGLLYPGLQALDEEYLK_"
- ],
- [
- 42616,
- 3,
- 11,
- 5,
- 0.14258,
- "_SIRPQVVTTFELPGCYDMWTVIAPVR_"
- ],
- [
- 23387,
- 2,
- 18,
- 3,
- 0.24231,
- "_LYPLEIVFGMNGR_"
- ],
- [
- 45804,
- 2,
- 12,
- 5,
- 0.15683,
- "_FVLNSNITNIPQIQVTLLK_"
- ],
- [
- 30587,
- 2,
- 16,
- 4,
- 0.21379,
- "_WQFTLPMMSTLYR_"
- ],
- [
- 22387,
- 2,
- 20,
- 4,
- 0.27083,
- "_VEITPESILSALSK_"
- ],
- [
- 31882,
- 2,
- 12,
- 3,
- 0.15683,
- "_(Acetyl (Protein N-term))AAATGPSFWLGNETLK_"
- ],
- [
- 18462,
- 2,
- 23,
- 5,
- 0.31356,
- "_VLALELFEQITK_"
- ],
- [
- 43140,
- 2,
- 16,
- 3,
- 0.21379,
- "_ATSELILLPVTGLECVGDR_"
- ],
- [
- 35289,
- 3,
- 8,
- 2,
- 0.099762,
- "_SCFQFANNKPEIEAALFLDWMR_"
- ],
- [
- 48323,
- 2,
- 16,
- 6,
- 0.21379,
- "_WLDTQVVLAMPYDTPVPGYK_"
- ],
- [
- 31130,
- 2,
- 24,
- 5,
- 0.32781,
- "_QNLFQEAEEFLYR_"
- ],
- [
- 12436,
- 2,
- 14,
- 4,
- 0.18529,
- "_LSIDAIAAQLLR_"
- ],
- [
- 34029,
- 3,
- 13,
- 6,
- 0.17108,
- "_EIFMHSGLTQNLLAHIWALADTR_"
- ],
- [
- 26574,
- 2,
- 19,
- 3,
- 0.25656,
- "_EELEALFLPYDLK_"
- ],
- [
- 49981,
- 3,
- 12,
- 2,
- 0.15683,
- "_CVAGCPGLEELYLESNNIFISERPTDVLQTVK_"
- ],
- [
- 21869,
- 2,
- 11,
- 3,
- 0.14255,
- "_GDLLQVVQEAFEK_"
- ],
- [
- 51421,
- 2,
- 9,
- 6,
- 0.11401,
- "_GYTNGPILLAQTPICDCLGFGICR_"
- ],
- [
- 51797,
- 2,
- 8,
- 3,
- 0.099766,
- "_SEPDDSDPFSFDGPEIMGCTGCQIDWK_"
- ],
- [
- 50316,
- 2,
- 15,
- 6,
- 0.19954,
- "_YLVVNDNQISQWSFFNELEK_"
- ],
- [
- 49619,
- 2,
- 17,
- 4,
- 0.24229,
- "_FMLVLASNQPEQFDWAINDR_"
- ],
- [
- 35100,
- 2,
- 15,
- 6,
- 0.19954,
- "_WDQQYVIQLTSMFK_"
- ],
- [
- 50782,
- 2,
- 18,
- 7,
- 0.24229,
- "_ATEDGEEDEEMIESIENLEDLK_"
- ],
- [
- 26645,
- 4,
- 20,
- 6,
- 0.27083,
- "_TNLEFLQEQFNSIAAHVLHCTDSGFGAR_"
- ],
- [
- 36794,
- 3,
- 17,
- 6,
- 0.22803,
- "_DLKPENLLIDQQGYLQVTDFGFAK_"
- ],
- [
- 44285,
- 4,
- 17,
- 8,
- 0.22803,
- "_NAQHVEVESIPLPDMPHAPSNILIQDIPLPGAQPPSILK_"
- ],
- [
- 16996,
- 3,
- 17,
- 3,
- 0.22803,
- "_KVADLYELVQYAGNIIPR_"
- ],
- [
- 38499,
- 2,
- 16,
- 4,
- 0.21379,
- "_EALPVSLPQIPCLSSFK_"
- ],
- [
- 21532,
- 2,
- 16,
- 5,
- 0.21379,
- "_LAGELQLLLEEIK_"
- ],
- [
- 44793,
- 2,
- 16,
- 5,
- 0.21379,
- "_EDLQPVQIQSLETLGVLAR_"
- ],
- [
- 43169,
- 2,
- 22,
- 7,
- 0.29931,
- "_TWGADVINMTTVPEVVLAK_"
- ],
- [
- 31380,
- 2,
- 17,
- 6,
- 0.22803,
- "_QTYFLPVIGLVDAEK_"
- ],
- [
- 37958,
- 3,
- 14,
- 6,
- 0.1853,
- "_ETVVEEPVDITPYLDQLDESLRDK_"
- ],
- [
- 34138,
- 3,
- 21,
- 7,
- 0.28505,
- "_EEPFFPPPEEFVFIHAVPVEER_"
- ],
- [
- 36485,
- 3,
- 21,
- 7,
- 0.28505,
- "_DMETIGFAVYEVPPELVGQPAVHLK_"
- ],
- [
- 19182,
- 3,
- 9,
- 2,
- 0.11399,
- "_CWGFDQFFAETSDILHR_"
- ],
- [
- 48444,
- 3,
- 19,
- 7,
- 0.25652,
- "_LRPLSYPDTDVILMCFSVDSPDSLENIPEK_"
- ],
- [
- 31089,
- 3,
- 13,
- 4,
- 0.17105,
- "_MNYETVLSLEFPFPKPDMITR_"
- ],
- [
- 50254,
- 3,
- 16,
- 8,
- 0.21376,
- "_NGDGFVDQDEYIADMFSHEENGPEPDWVLSER_"
- ],
- [
- 31703,
- 3,
- 13,
- 7,
- 0.17105,
- "_FESIPDMLELDHLTVSGDVTFGK_"
- ],
- [
- 34340,
- 2,
- 10,
- 3,
- 0.12823,
- "_CDLCQEVLADIGFVK_"
- ],
- [
- 25037,
- 2,
- 12,
- 2,
- 0.15677,
- "_VDDMLAAGLLEELR_"
- ],
- [
- 51388,
- 3,
- 17,
- 8,
- 0.22801,
- "_DNWEDEPQEPQEPNKVPLEDTETDELWASLEAAAK_"
- ],
- [
- 48847,
- 2,
- 8,
- 5,
- 0.099693,
- "_VSLFQNCFELTPAFSQLTAR_"
- ],
- [
- 47883,
- 2,
- 12,
- 5,
- 0.15677,
- "_WIVSGSEDNLVYIWNLQTK_"
- ],
- [
- 44825,
- 3,
- 10,
- 4,
- 0.12823,
- "_SLQTADIATITPDQVRPIAYIDFENAFR_"
- ],
- [
- 27906,
- 3,
- 20,
- 7,
- 0.27078,
- "_LADELHMPSLPEMMFGDNVLR_"
- ],
- [
- 37989,
- 2,
- 15,
- 5,
- 0.19955,
- "_GMLDMCGFDTGALDVIR_"
- ],
- [
- 42225,
- 3,
- 21,
- 9,
- 0.28503,
- "_DVDWGEVDYLIVDTPPGTSDEHLSVVR_"
- ],
- [
- 46333,
- 3,
- 14,
- 5,
- 0.1853,
- "_AQVCQQAEHSFAGMPCGIMDQFISLMGQK_"
- ],
- [
- 27898,
- 3,
- 16,
- 6,
- 0.21379,
- "_SVVLYVILAPFDNEQSDLVHR_"
- ],
- [
- 22423,
- 3,
- 14,
- 5,
- 0.1853,
- "_QNEQMHALLAIALTMYPMR_"
- ],
- [
- 50640,
- 2,
- 17,
- 6,
- 0.22802,
- "_QEEFESIEEALPDTDVLYMTR_"
- ],
- [
- 44612,
- 2,
- 14,
- 6,
- 0.1853,
- "_GLTAVSNNAGVDNFGLGLLLR_"
- ],
- [
- 44772,
- 3,
- 23,
- 5,
- 0.31355,
- "_TNLEFLQEQFNSIAAHVLHCTDSGFGAR_"
- ],
- [
- 23051,
- 3,
- 21,
- 6,
- 0.28503,
- "_ISNPPILLVCSLHASLEIFK_"
- ],
- [
- 51073,
- 2,
- 16,
- 5,
- 0.21379,
- "_SLNWSSFVDNTFAEEFTTQNQK_"
- ],
- [
- 11896,
- 2,
- 9,
- 2,
- 0.11395,
- "_FLLFTDTFLR_"
- ],
- [
- 37349,
- 3,
- 15,
- 6,
- 0.19955,
- "_ICDPGLTSFEPEALGNLVEGMDFHK_"
- ],
- [
- 38757,
- 4,
- 25,
- 9,
- 0.34204,
- "_EGDQIVGATIYFDNLQSGEVTQLLNTMGHHTVGLK_"
- ],
- [
- 39107,
- 2,
- 20,
- 5,
- 0.27077,
- "_ELNMIIMLPDETTDLR_"
- ],
- [
- 31923,
- 2,
- 15,
- 4,
- 0.19955,
- "_DLIALANTAGEVLLHR_"
- ],
- [
- 20555,
- 2,
- 16,
- 4,
- 0.21379,
- "_VPVLGSLLNLPGIR_"
- ],
- [
- 15251,
- 4,
- 13,
- 4,
- 0.17102,
- "_LHGLVLGQPLQMVMELAPLGSLHAR_"
- ],
- [
- 38898,
- 4,
- 13,
- 6,
- 0.17102,
- "_KDGIFSESTFNSPQGVAIMNNIIYVADTENHLIR_"
- ],
- [
- 12017,
- 2,
- 18,
- 6,
- 0.24226,
- "_TLATDILMGVLK_"
- ],
- [
- 51541,
- 3,
- 14,
- 10,
- 0.18527,
- "_AALPSHVVTMLDNFPTNLHPMSQLSAAVTALNSESNFAR_"
- ],
- [
- 49578,
- 2,
- 13,
- 2,
- 0.17101,
- "_DELFALEQSCAQVVLQAANER_"
- ],
- [
- 51164,
- 3,
- 14,
- 4,
- 0.18527,
- "_LTLLHNGEPLYIPVTQEPAPMTEDLLEEQSEVLAK_"
- ],
- [
- 5852,
- 2,
- 13,
- 3,
- 0.17101,
- "_SFLLDFMLR_"
- ],
- [
- 28678,
- 2,
- 23,
- 5,
- 0.31355,
- "_VIEASDVVLEVLDAR_"
- ],
- [
- 32921,
- 3,
- 12,
- 5,
- 0.15673,
- "_QLELGAEHALLLDAAGQVFSWGGGR_"
- ],
- [
- 30226,
- 3,
- 12,
- 7,
- 0.15673,
- "_FMVHPAISSINLTTALGSLANIAR_"
- ],
- [
- 35385,
- 4,
- 16,
- 7,
- 0.2138,
- "_HFLIDASADAYSFLGVDQLQHATLADLVEYHK_"
- ],
- [
- 25811,
- 3,
- 15,
- 6,
- 0.19955,
- "_ADPECCSILHGLVAAVETLCK_"
- ],
- [
- 50492,
- 3,
- 12,
- 6,
- 0.15673,
- "_YPQAVFLEVDVHQCQGTAATNNISATPTFLFFR_"
- ],
- [
- 46133,
- 3,
- 16,
- 6,
- 0.2138,
- "_DSLGDFIEHYAQLGPSSPEQLAAGAEEGGGPR_"
- ],
- [
- 22642,
- 2,
- 22,
- 5,
- 0.29928,
- "_MFGIPVVVAVNAFK_"
- ],
- [
- 15102,
- 2,
- 11,
- 3,
- 0.14245,
- "_NDFLEVVNFLK_"
- ],
- [
- 31962,
- 3,
- 18,
- 5,
- 0.24229,
- "_DMEQFFDDLSDSFSGTEPEVHK_"
- ],
- [
- 50446,
- 2,
- 26,
- 8,
- 0.35629,
- "_EADIDGDGQVNYEEFVQMMTAK_"
- ],
- [
- 39029,
- 3,
- 13,
- 5,
- 0.17099,
- "_NSLFTGDTLGAGQFSFQRPLLVLVDR_"
- ],
- [
- 41126,
- 2,
- 20,
- 3,
- 0.27076,
- "_FLLDHQGELFPSPDPSGL_"
- ],
- [
- 33827,
- 4,
- 13,
- 6,
- 0.17099,
- "_INAAIQDMPESEEIAQLLSGSYIHYFHCLR_"
- ],
- [
- 50721,
- 2,
- 10,
- 2,
- 0.12821,
- "_MAYVVDLDDEYADTDIPTTLIR_"
- ],
- [
- 50775,
- 2,
- 12,
- 4,
- 0.15674,
- "_VANQDLQVQLDQALQQALDPNSK_"
- ],
- [
- 22259,
- 3,
- 13,
- 6,
- 0.17099,
- "_GYTLLSEGIDEMVGIIYKPK_"
- ],
- [
- 38775,
- 4,
- 16,
- 8,
- 0.21381,
- "_LSIMTSENHLNNSDKEVDEVDAALSDLEITLEGGK_"
- ],
- [
- 21220,
- 3,
- 17,
- 6,
- 0.22806,
- "_LQLETEIEALKEELLFM(Oxidation (M))K_"
- ],
- [
- 43127,
- 2,
- 19,
- 3,
- 0.25652,
- "_VTGLFPGNYVESIMHYTD_"
- ],
- [
- 47785,
- 2,
- 17,
- 6,
- 0.22806,
- "_TMILWAPDEESGVWLEQVR_"
- ],
- [
- 38618,
- 3,
- 19,
- 8,
- 0.25652,
- "_LGLALNFSVFHYEIANSPEEAISLAK_"
- ],
- [
- 43306,
- 2,
- 18,
- 4,
- 0.24229,
- "_DVMQQQLAEYQELLDVK_"
- ],
- [
- 49780,
- 3,
- 11,
- 8,
- 0.14245,
- "_MPIEIEQKPAQFATTVLPPIPANSFQLESDFR_"
- ],
- [
- 51447,
- 2,
- 13,
- 7,
- 0.17099,
- "_MEYDGILIAGGPGNPALAEPLIQNVR_"
- ],
- [
- 49174,
- 2,
- 10,
- 7,
- 0.12821,
- "_ANCPYIVQFGSTDDPFLPWK_"
- ],
- [
- 49359,
- 2,
- 4,
- 6,
- 0.042757,
- "_TIIGSFNGALAAVPVQDLGSTVIK_"
- ],
- [
- 35277,
- 3,
- 15,
- 5,
- 0.19953,
- "_YALQM(Oxidation (M))EQLNGILLHLESELAQTR_"
- ],
- [
- 44137,
- 2,
- 13,
- 4,
- 0.17101,
- "_AAILQQTAEYIFSLEQEK_"
- ],
- [
- 51606,
- 3,
- 15,
- 7,
- 0.19954,
- "_NFVENFCAITGQSLNHVLCNQDSDLPEGATVPALGLSNK_"
- ],
- [
- 27059,
- 3,
- 11,
- 5,
- 0.14247,
- "_ASDHEGLLSDPLSDLQLVSDFK_"
- ],
- [
- 46207,
- 3,
- 15,
- 6,
- 0.19954,
- "_QLCEKEPLGNVLFSPICLSTSLSLAQVGAK_"
- ],
- [
- 44694,
- 2,
- 12,
- 4,
- 0.15671,
- "_ALLESMVDAAENLCPNVMK_"
- ],
- [
- 46405,
- 2,
- 8,
- 5,
- 0.099754,
- "_DSQTPTPSSTFFQAELWIK_"
- ],
- [
- 41031,
- 3,
- 13,
- 5,
- 0.17101,
- "_SEEELEDYMVEIDILASCDHPNIVK_"
- ],
- [
- 31214,
- 4,
- 9,
- 3,
- 0.114,
- "_MKDNDLLVTELYHDPSNDAITALSVYLTPK_"
- ],
- [
- 49956,
- 3,
- 18,
- 7,
- 0.24232,
- "_NPISGLLEYAQFASQTCEFNMIEQSGPPHEPR_"
- ],
- [
- 39439,
- 2,
- 18,
- 5,
- 0.24232,
- "_LDSVLLLSSMNLPGGELR_"
- ],
- [
- 39899,
- 2,
- 20,
- 7,
- 0.27078,
- "_LLQTDDEEEAGLLELLK_"
- ],
- [
- 49697,
- 2,
- 17,
- 7,
- 0.22807,
- "_HLMTLVMDPLQTASVQWFER_"
- ],
- [
- 26510,
- 3,
- 46,
- 8,
- 0.64117,
- "_TLTAVHDAILEDLVFPSEIVGK_"
- ],
- [
- 23359,
- 3,
- 17,
- 5,
- 0.22807,
- "_IKLPSVTSFILDTEAVAWDR_"
- ],
- [
- 29564,
- 2,
- 17,
- 5,
- 0.22807,
- "_LGALLDSFITISEAAK_"
- ],
- [
- 50635,
- 3,
- 16,
- 5,
- 0.21379,
- "_GIDDNLDEIPDGEMPQVDHLVFVVHGIGPVCDLR_"
- ],
- [
- 18874,
- 3,
- 23,
- 7,
- 0.31354,
- "_AATFGLILDDVSLTHLTFGK_"
- ],
- [
- 31892,
- 3,
- 24,
- 7,
- 0.3278,
- "_AVLMENIVYLTNSLELEHIEVK_"
- ],
- [
- 44276,
- 3,
- 10,
- 5,
- 0.12824,
- "_LKSENQVLGQYIENLMSASSVFQTTDTK_"
- ],
- [
- 20155,
- 3,
- 4,
- 2,
- 0.042767,
- "_DEQILAQLLPLLHGNVNGSK_"
- ],
- [
- 31314,
- 3,
- 14,
- 4,
- 0.18527,
- "_EMMSNPFLGSYGVIILDDIHER_"
- ],
- [
- 29031,
- 4,
- 15,
- 7,
- 0.19952,
- "_ETSSALTHAGAHLDLSAFSSWEELASLGLDR_"
- ],
- [
- 21584,
- 3,
- 20,
- 7,
- 0.27082,
- "_FLVMASEDALCTVLHLTER_"
- ],
- [
- 42586,
- 2,
- 13,
- 4,
- 0.17098,
- "_SVFDIPIFTEEFLNHSK_"
- ],
- [
- 45484,
- 2,
- 19,
- 6,
- 0.25658,
- "_SPYLYPLYGLGELPQGFAR_"
- ],
- [
- 25976,
- 3,
- 17,
- 6,
- 0.22805,
- "_YETVIMPVFGIATPFHIATIK_"
- ],
- [
- 43210,
- 2,
- 21,
- 4,
- 0.28505,
- "_ADAVQDSEMVELVELEIR_"
- ],
- [
- 47776,
- 2,
- 17,
- 6,
- 0.22805,
- "_CLNALEELGTLQVTSQILQK_"
- ],
- [
- 44490,
- 3,
- 12,
- 6,
- 0.15674,
- "_AAACPDPSLSVWRPDIYFASVSETFETK_"
- ],
- [
- 19279,
- 2,
- 11,
- 3,
- 0.1425,
- "_DILELYDWNLK_"
- ],
- [
- 43513,
- 2,
- 12,
- 5,
- 0.15674,
- "_AIIGVLLNLTNDNEWGSTK_"
- ],
- [
- 50760,
- 3,
- 11,
- 6,
- 0.1425,
- "_AQILLDCGEDNICVPDLQLEVFGEQNHVYLGDK_"
- ],
- [
- 14317,
- 3,
- 12,
- 4,
- 0.15674,
- "_EQSPHVVQSVISLIMGMK_"
- ],
- [
- 32590,
- 2,
- 12,
- 4,
- 0.15674,
- "_NALQELQQIIITPIK_"
- ],
- [
- 27971,
- 2,
- 12,
- 3,
- 0.15674,
- "_GMGGAFVLVLYDELK_"
- ],
- [
- 23396,
- 2,
- 10,
- 3,
- 0.12827,
- "_VPAEEVLVAVELLK_"
- ],
- [
- 43467,
- 3,
- 10,
- 3,
- 0.12827,
- "_SFYTAIAQAFLSNEKLPNLECIQNANK_"
- ],
- [
- 26957,
- 2,
- 10,
- 3,
- 0.12827,
- "_DGASLSPATLFIQIR_"
- ],
- [
- 39257,
- 2,
- 16,
- 5,
- 0.2138,
- "_FAQFFLCPLFDESCK_"
- ],
- [
- 19807,
- 2,
- 16,
- 5,
- 0.2138,
- "_EGLPLMVFANWR_"
- ],
- [
- 41666,
- 2,
- 15,
- 4,
- 0.19952,
- "_MTNTNLAVVFGPNLLWAK_"
- ],
- [
- 27550,
- 3,
- 16,
- 5,
- 0.2138,
- "_HLMTLVMDPLQTASVQWFER_"
- ],
- [
- 45888,
- 2,
- 10,
- 4,
- 0.12827,
- "_DEQILAQLLPLLHGNVNGSK_"
- ],
- [
- 51182,
- 2,
- 14,
- 4,
- 0.18522,
- "_DGDFDYSTVDDNPDFDNLDIVAR_"
- ],
- [
- 39517,
- 2,
- 10,
- 5,
- 0.12827,
- "_(Acetyl (Protein N-term))SVELEEALPVTTAEGMAK_"
- ],
- [
- 19410,
- 2,
- 10,
- 4,
- 0.12827,
- "_VDEFVGMLDMLR_"
- ],
- [
- 49435,
- 3,
- 11,
- 7,
- 0.14251,
- "_(Acetyl (Protein N-term))MNGQLNGFHEAFIEEGTFLFTSESVGEGHPDK_"
- ],
- [
- 44813,
- 2,
- 9,
- 4,
- 0.114,
- "_LFSLLSDCMWETPIAQAK_"
- ],
- [
- 37802,
- 3,
- 14,
- 6,
- 0.18522,
- "_MKFDIFEDYASPTTAAQTLLYTAAK_"
- ],
- [
- 11903,
- 2,
- 14,
- 4,
- 0.18522,
- "_LIIENILFLGK_"
- ],
- [
- 47161,
- 3,
- 16,
- 6,
- 0.21376,
- "_DPEAGDVEADPGLADLPQQLLFVHQGETELK_"
- ],
- [
- 33117,
- 2,
- 19,
- 5,
- 0.25658,
- "_IPNPDFFEDLEPFR_"
- ],
- [
- 46538,
- 3,
- 17,
- 5,
- 0.22805,
- "_SQIHMPGVGDFAVSDISFLPDPCALPEQQK_"
- ],
- [
- 51576,
- 3,
- 18,
- 8,
- 0.2423,
- "_MNIPTVGIVDTNCNPCLITYPVPGNDDSPLAVHLYCR_"
- ],
- [
- 25102,
- 2,
- 17,
- 3,
- 0.22805,
- "_GIPLDFSSSLGIIVK_"
- ],
- [
- 46715,
- 2,
- 15,
- 5,
- 0.19952,
- "_YHEQLSTQSLIELFESFK_"
- ],
- [
- 21391,
- 3,
- 17,
- 6,
- 0.22805,
- "_YHEQLSTQSLIELFESFK_"
- ],
- [
- 35704,
- 2,
- 24,
- 6,
- 0.32779,
- "_FALITWIGENVSGLQR_"
- ],
- [
- 49941,
- 2,
- 16,
- 8,
- 0.21376,
- "_SFVEVNEEGTEAAAATAAIMMMR_"
- ],
- [
- 37642,
- 2,
- 9,
- 2,
- 0.114,
- "_NGADPELLVYTVTLINK_"
- ],
- [
- 44709,
- 3,
- 14,
- 4,
- 0.18523,
- "_ELASQPDVDGFLVGGASLKPEFVDIINAKQ_"
- ],
- [
- 32652,
- 2,
- 14,
- 2,
- 0.18523,
- "_LICDFPFDGLLEER_"
- ],
- [
- 15388,
- 2,
- 10,
- 2,
- 0.12825,
- "_DLEELEVILRD_"
- ],
- [
- 49223,
- 2,
- 11,
- 6,
- 0.14251,
- "_QLFVLAGSAEEGVMTPELAGVIK_"
- ],
- [
- 48729,
- 3,
- 13,
- 7,
- 0.171,
- "_SSQSEALLNITNNGIHFAPLQTFTDEEMMIK_"
- ],
- [
- 43994,
- 3,
- 18,
- 7,
- 0.24229,
- "_AVAAAAAAAVTPAAIAAATTTLAQEEPVAAPEPK_"
- ],
- [
- 29503,
- 2,
- 16,
- 5,
- 0.21376,
- "_IDSDLGDAWAFFYK_"
- ],
- [
- 51067,
- 2,
- 14,
- 7,
- 0.18523,
- "_AAAAATVVPPMVGGPPFVGPVGFGPGDR_"
- ],
- [
- 35380,
- 2,
- 11,
- 2,
- 0.14251,
- "_WLLQGIFSTTVLCQK_"
- ],
- [
- 40316,
- 2,
- 9,
- 3,
- 0.114,
- "_EMAVVLLANLAQGDSLAAR_"
- ],
- [
- 29833,
- 3,
- 12,
- 6,
- 0.15676,
- "_LPVTNEMVHNLVAIELAYINTK_"
- ],
- [
- 51408,
- 2,
- 11,
- 3,
- 0.14251,
- "_VIDVFAMPQSGTGVSVEAVDPVFQAK_"
- ],
- [
- 46580,
- 2,
- 11,
- 2,
- 0.14251,
- "_MPCYFDLIEENVYLTER_"
- ],
- [
- 34797,
- 2,
- 12,
- 5,
- 0.15676,
- "_MVWVDLEMTGLDIEK_"
- ],
- [
- 50884,
- 3,
- 17,
- 7,
- 0.22801,
- "_IYEGQVEVTGDEYNVESIDGQPGAFTCYLDAGLAR_"
- ],
- [
- 47018,
- 2,
- 15,
- 5,
- 0.19947,
- "_VGIGAFPTEQINEIGGLLQTR_"
- ],
- [
- 39790,
- 3,
- 19,
- 8,
- 0.25655,
- "_GIMVLAGDTLPIEVYCHLPVMCEDR_"
- ],
- [
- 17521,
- 2,
- 25,
- 7,
- 0.34203,
- "_DLDVAILVGSMPR_"
- ],
- [
- 50814,
- 3,
- 12,
- 5,
- 0.15676,
- "_AFEDLETDDFTTATGHINLPENSQELLLGTYMTK_"
- ],
- [
- 48054,
- 3,
- 15,
- 8,
- 0.19947,
- "_DNAGQVTLVPEEPEDMWHTYNLVQVGDSLR_"
- ],
- [
- 39491,
- 4,
- 13,
- 6,
- 0.17101,
- "_ELLDSLPMDAYTHGCILHPELTVDSMIPAYATTR_"
- ],
- [
- 35388,
- 3,
- 13,
- 5,
- 0.17101,
- "_VIDVFAMPQSGTGVSVEAVDPVFQAK_"
- ],
- [
- 36092,
- 3,
- 13,
- 5,
- 0.17101,
- "_ASPWDVSGLPILSSSHVTLGEWVER_"
- ],
- [
- 41783,
- 2,
- 13,
- 5,
- 0.17101,
- "_ELFDVVANPLVNDLIHGK_"
- ],
- [
- 43991,
- 4,
- 21,
- 10,
- 0.28508,
- "_AALPSHVVTMLDNFPTNLHPMSQLSAAVTALNSESNFAR_"
- ],
- [
- 39749,
- 3,
- 13,
- 6,
- 0.17101,
- "_LEAQLTENNIVKEELALLDGSNVVFK_"
- ],
- [
- 35883,
- 2,
- 12,
- 4,
- 0.15676,
- "_VVAVYGTLSDLLSVASSK_"
- ],
- [
- 28158,
- 3,
- 13,
- 4,
- 0.17101,
- "_EGPVQFEEDPFGLDKFLEEAK_"
- ],
- [
- 24189,
- 3,
- 12,
- 4,
- 0.15676,
- "_NQHFDGFVVEVWNQLLSQK_"
- ],
- [
- 34070,
- 2,
- 14,
- 5,
- 0.18525,
- "_GGCDSELVIFLDCFK_"
- ],
- [
- 30855,
- 3,
- 15,
- 2,
- 0.19948,
- "_FWLADCHQVLETVGLATQLYR_"
- ],
- [
- 46650,
- 4,
- 19,
- 9,
- 0.25654,
- "_SSECMKDDPITLFVALSPQGTAQGELFLDDGHTFNYQTR_"
- ],
- [
- 51448,
- 3,
- 15,
- 5,
- 0.19948,
- "_GVSSVEVQWIPALLPSYCQFDKPLEEPAPTYCPER_"
- ],
- [
- 42274,
- 3,
- 19,
- 6,
- 0.25654,
- "_VVHAVEVALATFNAESNGSYLQLVEISR_"
- ],
- [
- 34245,
- 2,
- 16,
- 4,
- 0.21372,
- "_YAWQGVALLPFVDER_"
- ],
- [
- 27979,
- 3,
- 17,
- 5,
- 0.22801,
- "_SVKPQILSVFGDIALAIGGEFKK_"
- ],
- [
- 47104,
- 4,
- 15,
- 7,
- 0.19948,
- "_TYGNVLVLDGVIQCTERDEFSYQEMIANLPLCSHPNPR_"
- ],
- [
- 37626,
- 2,
- 7,
- 5,
- 0.085527,
- "_EASNMGWLTFTFSLQK_"
- ],
- [
- 28713,
- 2,
- 11,
- 2,
- 0.14247,
- "_LMCVFLVDSELFR_"
- ],
- [
- 49532,
- 3,
- 11,
- 5,
- 0.14247,
- "_NSLLIAPMPTASTAQILGNNESIEPYTSNIYTR_"
- ],
- [
- 51338,
- 3,
- 10,
- 5,
- 0.12825,
- "_NEGIDLTHNPEFTTCEFYMAYADYHDLMEITEK_"
- ],
- [
- 38857,
- 3,
- 12,
- 4,
- 0.15672,
- "_QGPEECDAVALLSLINSCDHFVVDR_"
- ],
- [
- 44146,
- 3,
- 19,
- 7,
- 0.25648,
- "_GVQDIVVGEGTHFLIPWVQKPIIFDCR_"
- ],
- [
- 46299,
- 3,
- 10,
- 5,
- 0.12825,
- "_VAEDLESEGLMAEEVQAVQQQEVYGMMPR_"
- ],
- [
- 42640,
- 2,
- 9,
- 5,
- 0.114,
- "_GEQVTLFLFNDCLEIAR_"
- ],
- [
- 35193,
- 2,
- 14,
- 2,
- 0.18523,
- "_YPLVFSPQMVGFYIK_"
- ],
- [
- 51006,
- 2,
- 24,
- 7,
- 0.32779,
- "_AVDVFFPPEAQNDFPVAMQISEK_"
- ],
- [
- 33316,
- 2,
- 9,
- 3,
- 0.114,
- "_EMSLWESLGESWMR_"
- ],
- [
- 36607,
- 2,
- 21,
- 6,
- 0.28502,
- "_VLSMAPGLTSVEIIPFR_"
- ],
- [
- 50923,
- 3,
- 10,
- 6,
- 0.12825,
- "_LGVPVGILSAGMVASSVGQICTAPAETSHPVLLTVEQR_"
- ],
- [
- 33923,
- 2,
- 14,
- 4,
- 0.18523,
- "_ELTMASLPFTFDVER_"
- ],
- [
- 38989,
- 2,
- 9,
- 5,
- 0.114,
- "_EPIPSLEAIYLLSPTEK_"
- ],
- [
- 24254,
- 3,
- 9,
- 3,
- 0.11399,
- "_GTVLPQGPLLLSPSSLFSALHR_"
- ],
- [
- 36424,
- 4,
- 20,
- 7,
- 0.27072,
- "_LTISPDYAYGATGHPGIIPPHATLVFDVELLKLE_"
- ],
- [
- 41443,
- 2,
- 15,
- 3,
- 0.19947,
- "_DLDGNGYPDLIVGSFGVDK_"
- ],
- [
- 35466,
- 2,
- 21,
- 6,
- 0.285,
- "_LLQVVEEPQALAAFLR_"
- ],
- [
- 14651,
- 3,
- 14,
- 4,
- 0.18522,
- "_ELFDVVANPLVNDLIHGK_"
- ],
- [
- 48115,
- 2,
- 15,
- 7,
- 0.19947,
- "_FQAQSLGTTYIYDIPEMFR_"
- ],
- [
- 34321,
- 2,
- 13,
- 4,
- 0.17096,
- "_QEYFVVAATLQDIIR_"
- ],
- [
- 36328,
- 2,
- 23,
- 7,
- 0.31354,
- "_(Acetyl (Protein N-term))DDDIAALVVDNGSGMCK_"
- ],
- [
- 33052,
- 2,
- 28,
- 4,
- 0.38474,
- "_SIPAYLAETLYYAMK_"
- ],
- [
- 24781,
- 2,
- 23,
- 6,
- 0.31354,
- "_DMLEAGILDTYLGK_"
- ],
- [
- 42790,
- 2,
- 11,
- 2,
- 0.14249,
- "_EVALGVGIPEDAIFTMPDR_"
- ],
- [
- 21247,
- 2,
- 15,
- 3,
- 0.19947,
- "_IDISAVVAYTIAVK_"
- ],
- [
- 26651,
- 3,
- 17,
- 5,
- 0.22794,
- "_NLPFLEHLELIGSNFSSAMPR_"
- ],
- [
- 36919,
- 2,
- 17,
- 5,
- 0.22794,
- "_ASDVVLGFAELEGYLQK_"
- ],
- [
- 30264,
- 3,
- 15,
- 4,
- 0.19947,
- "_YLDSDTEKELQALYALQASIVK_"
- ],
- [
- 46193,
- 2,
- 16,
- 7,
- 0.21371,
- "_TLTSCFLSCVVCVEGIVTK_"
- ],
- [
- 38070,
- 2,
- 21,
- 8,
- 0.285,
- "_TIDWVAFAEIIPQNQK_"
- ],
- [
- 44020,
- 3,
- 14,
- 7,
- 0.18519,
- "_AFAWMMGDGVLYGALDCGRPDSLLSEER_"
- ],
- [
- 41577,
- 2,
- 14,
- 5,
- 0.18519,
- "_SYLSSWFEDVVCPIQR_"
- ],
- [
- 31810,
- 2,
- 27,
- 3,
- 0.37048,
- "_GLGTDEDTLIEILASR_"
- ],
- [
- 34759,
- 3,
- 8,
- 5,
- 0.099699,
- "_WEEGSPTPVLHVGWATFLVQSLGR_"
- ],
- [
- 33461,
- 3,
- 13,
- 4,
- 0.17094,
- "_VYVPALIFGQLLTSSNYDDDEKK_"
- ],
- [
- 51331,
- 3,
- 20,
- 5,
- 0.27071,
- "_LEVSVDGLTLSPDPEERPGAEGAPLLPPPLPPPSPPGSGR_"
- ],
- [
- 50015,
- 2,
- 16,
- 2,
- 0.2137,
- "_FVFEWDASEDTSIDYNPLYK_"
- ],
- [
- 11387,
- 2,
- 16,
- 3,
- 0.2137,
- "_LFSILSTVLLR_"
- ],
- [
- 45168,
- 3,
- 16,
- 6,
- 0.2137,
- "_CYSDSLAEIPAVDPNFPNKPPLTFDIIR_"
- ],
- [
- 27045,
- 2,
- 12,
- 4,
- 0.15672,
- "_CLDPALTIAASLAFK_"
- ],
- [
- 48617,
- 2,
- 29,
- 7,
- 0.39898,
- "_VEGTEPTTAFNLFVGNLNFNK_"
- ],
- [
- 48265,
- 2,
- 14,
- 5,
- 0.18519,
- "_ILGADLDVVMSLNNLDEESNK_"
- ],
- [
- 17848,
- 2,
- 12,
- 2,
- 0.15672,
- "_FSLVISGLTTILK_"
- ],
- [
- 46378,
- 3,
- 29,
- 8,
- 0.39898,
- "_ETSSALTHAGAHLDLSAFSSWEELASLGLDR_"
- ],
- [
- 27761,
- 2,
- 16,
- 5,
- 0.2137,
- "_ELLDLAMQNAWFR_"
- ],
- [
- 47627,
- 2,
- 15,
- 5,
- 0.19945,
- "_QQFEGYGLEIPDILNASNLK_"
- ],
- [
- 28781,
- 3,
- 11,
- 4,
- 0.14247,
- "_GQIQEAIALINSLHPELLDTNR_"
- ],
- [
- 41952,
- 3,
- 18,
- 5,
- 0.24217,
- "_HFTMNELTELYTFEPDLLDDPNSEK_"
- ],
- [
- 37946,
- 2,
- 18,
- 3,
- 0.24217,
- "_LAMQEFMILPVGASSFK_"
- ],
- [
- 19112,
- 3,
- 10,
- 2,
- 0.12823,
- "_NGTSIIQGALTQLIQLYHR_"
- ],
- [
- 48844,
- 2,
- 11,
- 6,
- 0.14249,
- "_YPLIIDPSGQATEFIMNEYK_"
- ],
- [
- 37879,
- 2,
- 12,
- 5,
- 0.15673,
- "_DFEQDILEDMYHAIK_"
- ],
- [
- 42007,
- 2,
- 12,
- 6,
- 0.15673,
- "_DCTSALALVPFSIKPLLR_"
- ],
- [
- 27828,
- 3,
- 12,
- 6,
- 0.15673,
- "_ALFARPDLLLLDEPTNMLDVR_"
- ],
- [
- 49192,
- 3,
- 12,
- 6,
- 0.15673,
- "_PYGVGLLIAGYDDMGPHIFQTCPSANYFDCR_"
- ],
- [
- 20864,
- 2,
- 14,
- 3,
- 0.18521,
- "_MVVPLACLLTPLK_"
- ],
- [
- 41272,
- 2,
- 9,
- 3,
- 0.11397,
- "_M(Oxidation (M))MAIAPNVTVMVGELVGAR_"
- ],
- [
- 30533,
- 3,
- 14,
- 7,
- 0.18521,
- "_TLESNLFDDNIDIFADLTVKPK_"
- ],
- [
- 26915,
- 3,
- 13,
- 7,
- 0.17099,
- "_QLEGDCCSFITQLVNHFWK_"
- ],
- [
- 45540,
- 2,
- 9,
- 2,
- 0.11397,
- "_GPSENGELSAPLELGSMVNGVS_"
- ],
- [
- 51413,
- 3,
- 17,
- 8,
- 0.22797,
- "_IANEVIGEMNLKPEEVFLAQGTLRPDLIESASLVASGK_"
- ],
- [
- 47977,
- 2,
- 17,
- 6,
- 0.22797,
- "_DSITVFVSNLPYSMQEPDTK_"
- ],
- [
- 29475,
- 2,
- 17,
- 6,
- 0.22797,
- "_DVWGIEGPIDAAFTR_"
- ],
- [
- 7317,
- 2,
- 17,
- 4,
- 0.22797,
- "_ALAELFGLLVK_"
- ],
- [
- 48686,
- 2,
- 16,
- 7,
- 0.21372,
- "_GFFDPNTEENLTYLQLMER_"
- ],
- [
- 45583,
- 2,
- 19,
- 4,
- 0.25644,
- "_TLTLPSLPLNSADEIYELR_"
- ],
- [
- 48363,
- 3,
- 17,
- 7,
- 0.22797,
- "_YIAIASTTVETTDPEKEVEPALELLEPIDQK_"
- ],
- [
- 25808,
- 4,
- 22,
- 7,
- 0.29922,
- "_GVQDIVVGEGTHFLIPWVQKPIIFDCR_"
- ],
- [
- 41484,
- 3,
- 20,
- 7,
- 0.27068,
- "_TNTPADVFIVFTDNETFAGGVHPAIALR_"
- ],
- [
- 49625,
- 2,
- 18,
- 6,
- 0.24221,
- "_STAYLSPQELEDVFYQYDVK_"
- ],
- [
- 18924,
- 2,
- 21,
- 5,
- 0.28498,
- "_ILTDIMWPIIAK_"
- ],
- [
- 18658,
- 3,
- 11,
- 4,
- 0.15673,
- "_QWADDWLVHLISPNVYR_"
- ],
- [
- 28911,
- 3,
- 13,
- 2,
- 0.17098,
- "_ADKDQANDGLSSALLILYLDSAR_"
- ],
- [
- 45477,
- 2,
- 13,
- 3,
- 0.17098,
- "_AVFPIYLDDVYENAVDAAR_"
- ],
- [
- 46369,
- 2,
- 11,
- 4,
- 0.14247,
- "_GLVSQVFWPGTFTQEVMVR_"
- ],
- [
- 51678,
- 3,
- 13,
- 8,
- 0.17098,
- "_HSNALVDVLPPEADSSIMMLTSDQKPDVMYADIGGMDIQK_"
- ],
- [
- 49799,
- 3,
- 13,
- 2,
- 0.17098,
- "_TYLQALPYFDRLDYVSMMCNEQAYSLAVEK_"
- ],
- [
- 30721,
- 2,
- 12,
- 2,
- 0.15673,
- "_GLELYLDLLSQPCR_"
- ],
- [
- 51654,
- 2,
- 14,
- 8,
- 0.18523,
- "_DGSDYEGWCWPGSAGYPDFTNPTMR_"
- ],
- [
- 51237,
- 2,
- 13,
- 5,
- 0.17098,
- "_LVAGSTDQLLSAFVPPEEPPLQPAR_"
- ],
- [
- 40975,
- 2,
- 18,
- 5,
- 0.24221,
- "_FEDEELQQILDDIQTK_"
- ],
- [
- 42507,
- 4,
- 18,
- 9,
- 0.24221,
- "_IANEVIGEMNLKPEEVFLAQGTLRPDLIESASLVASGK_"
- ],
- [
- 14609,
- 2,
- 12,
- 4,
- 0.15673,
- "_IGDNLDILTLLK_"
- ],
- [
- 50034,
- 2,
- 21,
- 6,
- 0.28492,
- "_LVVTQEDVELAYQEAMMNMAR_"
- ],
- [
- 50982,
- 2,
- 11,
- 5,
- 0.14247,
- "_DVTSLDWNTNGTLLATGSYDGFAR_"
- ],
- [
- 34390,
- 2,
- 12,
- 5,
- 0.15673,
- "_ACLIFFDEIDAIGGAR_"
- ],
- [
- 51581,
- 3,
- 13,
- 7,
- 0.17098,
- "_GCHESCLDEEVEGQGFCSGPGWDPVTGWGTPNFPALLK_"
- ],
- [
- 37128,
- 3,
- 16,
- 4,
- 0.2137,
- "_VQINAICSQWLPISHAVLAMVCQK_"
- ],
- [
- 29789,
- 4,
- 13,
- 6,
- 0.17098,
- "_SVLVLNIPDILDGPELHDVLEIHFQKPTR_"
- ],
- [
- 35559,
- 4,
- 10,
- 7,
- 0.12821,
- "_EIHLAFLPYEAQVFSLDAPHSTYNLYCPFR_"
- ],
- [
- 23320,
- 3,
- 15,
- 6,
- 0.19945,
- "_LQFSYVECLLYSFHQLGR_"
- ],
- [
- 25708,
- 2,
- 17,
- 4,
- 0.22796,
- "_LASVLVSDWMAVIR_"
- ],
- [
- 34449,
- 2,
- 15,
- 7,
- 0.19945,
- "_IDDMMFVLQGQWMR_"
- ],
- [
- 40889,
- 2,
- 17,
- 3,
- 0.22796,
- "_NADMQEELIASLEEQLK_"
- ],
- [
- 51685,
- 3,
- 15,
- 8,
- 0.19945,
- "_ELGSIDGVQQISLEDALSSQEVEVAYICSESSSHEDYIR_"
- ],
- [
- 47361,
- 3,
- 7,
- 7,
- 0.085453,
- "_SDPMVQCIIEESGEHIIAGAGELHLEICLK_"
- ],
- [
- 45066,
- 3,
- 18,
- 7,
- 0.2422,
- "_IYLCDIGIPQQVFQEVGINYHSPFGCK_"
- ],
- [
- 20346,
- 2,
- 11,
- 4,
- 0.14244,
- "_LNVAPLAVFQMLK_"
- ],
- [
- 45288,
- 3,
- 13,
- 3,
- 0.17097,
- "_VLSTNTDDNIGGAHFTETLAQYLASEFQR_"
- ],
- [
- 43919,
- 2,
- 20,
- 7,
- 0.27068,
- "_WQYLLMAAEPYETIAFK_"
- ],
- [
- 48229,
- 3,
- 14,
- 6,
- 0.18521,
- "_LAQALQEDDFGVAWVEAFAKPVPQVDEAETR_"
- ],
- [
- 26963,
- 2,
- 13,
- 4,
- 0.17097,
- "_INLPVTALPPLWVR_"
- ],
- [
- 28904,
- 2,
- 14,
- 3,
- 0.18521,
- "_SMLDQLGVPLYAVVK_"
- ],
- [
- 36533,
- 2,
- 13,
- 2,
- 0.17097,
- "_QVPNESFFNFFNPLK_"
- ],
- [
- 44388,
- 3,
- 16,
- 5,
- 0.21369,
- "_GCSPEGVHVSLGFFDDILIPPESLQQPAK_"
- ],
- [
- 49714,
- 2,
- 16,
- 6,
- 0.21369,
- "_ALQECPNSGILWSEAIFLEAR_"
- ],
- [
- 25981,
- 2,
- 15,
- 4,
- 0.19946,
- "_AGVLLSEILHLLCK_"
- ],
- [
- 44329,
- 3,
- 15,
- 6,
- 0.19946,
- "_AQAEANATAISNLLPFMEYEVHTQLMNK_"
- ],
- [
- 42888,
- 2,
- 15,
- 3,
- 0.19946,
- "_LEQVVPAFQDLVYGWNR_"
- ],
- [
- 12743,
- 2,
- 14,
- 4,
- 0.18521,
- "_EVMPLLLAYLK_"
- ],
- [
- 44716,
- 2,
- 12,
- 4,
- 0.15671,
- "_LTIFDEEVDPDEGLFGPGR_"
- ],
- [
- 45703,
- 2,
- 26,
- 5,
- 0.35623,
- "_TEVNGFDPLFNAITGLNGSGK_"
- ],
- [
- 18642,
- 3,
- 14,
- 5,
- 0.18519,
- "_GAVDALAAALAHISGASSFEPR_"
- ],
- [
- 40410,
- 3,
- 12,
- 2,
- 0.15667,
- "_LIAALSTPSQQVQESVASCLPPLVPAIK_"
- ],
- [
- 48480,
- 2,
- 16,
- 4,
- 0.21369,
- "_IYNLGTGTGYSVLQMVQAMEK_"
- ],
- [
- 19660,
- 2,
- 18,
- 3,
- 0.24216,
- "_GELFLFWNLYK_"
- ],
- [
- 20107,
- 3,
- 17,
- 6,
- 0.22791,
- "_ELNELVSAIEEHFFQPQK_"
- ],
- [
- 48152,
- 2,
- 9,
- 3,
- 0.11391,
- "_ELQTQILPGAVGFVAQLNVER_"
- ],
- [
- 28150,
- 2,
- 13,
- 4,
- 0.17093,
- "_LALVEENGIFELLR_"
- ],
- [
- 45860,
- 2,
- 15,
- 5,
- 0.19944,
- "_ELNELVSAIEEHFFQPQK_"
- ],
- [
- 31479,
- 3,
- 11,
- 4,
- 0.14241,
- "_SVIGLMDIKPVDWEEIGGLEDVK_"
- ],
- [
- 46048,
- 4,
- 16,
- 10,
- 0.21369,
- "_HSNALVDVLPPEADSSIMMLTSDQKPDVMYADIGGMDIQK_"
- ],
- [
- 8960,
- 3,
- 9,
- 2,
- 0.11391,
- "_DLEHLMLLIGELYKK_"
- ],
- [
- 20977,
- 3,
- 12,
- 4,
- 0.15667,
- "_LAQTLGLEVLGDIPLHLNIR_"
- ],
- [
- 16097,
- 2,
- 14,
- 6,
- 0.18519,
- "_VDIGDTIIYLVH_"
- ],
- [
- 24963,
- 2,
- 16,
- 6,
- 0.21369,
- "_GAYIYNALIEFIR_"
- ],
- [
- 49885,
- 2,
- 15,
- 4,
- 0.19944,
- "_WLMINIQNVQDFACQCLNR_"
- ],
- [
- 38738,
- 4,
- 15,
- 8,
- 0.19944,
- "_TPIVTLSGHMEAVSSVLWSDAEEICSASWDHTIR_"
- ],
- [
- 22725,
- 3,
- 10,
- 5,
- 0.12815,
- "_ADLEM(Oxidation (M))QIESLTEELAYLKK_"
- ],
- [
- 28437,
- 2,
- 13,
- 6,
- 0.17091,
- "_TGLFTPDLAFEAIVK_"
- ],
- [
- 50413,
- 2,
- 14,
- 5,
- 0.18517,
- "_FGDQDVWILPQAEWQPGETLR_"
- ],
- [
- 14848,
- 3,
- 11,
- 4,
- 0.1424,
- "_TSQDLIHQLEVFAAEGLK_"
- ],
- [
- 47217,
- 2,
- 10,
- 4,
- 0.12815,
- "_NPSAMAVESFMATAPFVQIGR_"
- ],
- [
- 40574,
- 2,
- 11,
- 2,
- 0.1424,
- "_ILIIGGSIANFTNVAATFK_"
- ],
- [
- 38475,
- 3,
- 22,
- 4,
- 0.29915,
- "_NLNPHSTMDSILGALAPYAVLSSSNVR_"
- ],
- [
- 41958,
- 4,
- 19,
- 9,
- 0.2564,
- "_NEGIDLTHNPEFTTCEFYMAYADYHDLMEITEK_"
- ],
- [
- 11260,
- 3,
- 21,
- 6,
- 0.28491,
- "_VLDFEHFLPMLQTVAK_"
- ],
- [
- 35567,
- 3,
- 19,
- 5,
- 0.2564,
- "_KLPLTALAQNMQEASTQLEDSLLGK_"
- ],
- [
- 43372,
- 2,
- 18,
- 6,
- 0.24215,
- "_TLPGWPVTLPDPGMSLTDR_"
- ],
- [
- 43677,
- 3,
- 29,
- 8,
- 0.39898,
- "_DMAIATGGAVFGEEGLTLNLEDVQPHDLGK_"
- ],
- [
- 50694,
- 2,
- 20,
- 3,
- 0.27066,
- "_LSVLEEEQLPPGFPSIDMGPQLK_"
- ],
- [
- 41801,
- 2,
- 10,
- 2,
- 0.12815,
- "_VCLDLSAEYLILSDVQR_"
- ],
- [
- 37551,
- 3,
- 13,
- 4,
- 0.17091,
- "_TFTANQIDEIKDPSGLFYILPFQK_"
- ],
- [
- 21994,
- 3,
- 14,
- 4,
- 0.18518,
- "_LSHSNPTILFDYILSQIQK_"
- ],
- [
- 24280,
- 3,
- 12,
- 5,
- 0.15667,
- "_ISLLLDPGSFVESDMFVEHR_"
- ],
- [
- 38585,
- 3,
- 11,
- 5,
- 0.14242,
- "_GNSLDIPVAVTIFFGANDSALKDENPK_"
- ],
- [
- 47298,
- 2,
- 13,
- 3,
- 0.17092,
- "_ITIPEIATSELVQTCLQAIK_"
- ],
- [
- 36917,
- 2,
- 15,
- 6,
- 0.19944,
- "_MNLFQSVTSALDNSLAK_"
- ],
- [
- 50288,
- 2,
- 21,
- 4,
- 0.28493,
- "_YILSDSSPAPEFPLAYLTSENR_"
- ],
- [
- 3822,
- 2,
- 19,
- 5,
- 0.25642,
- "_DPLLLAIIPK_"
- ],
- [
- 26117,
- 2,
- 14,
- 4,
- 0.18518,
- "_FPVAPLIPYPLITK_"
- ],
- [
- 51359,
- 2,
- 11,
- 6,
- 0.14242,
- "_NFAMIGLGCGEGGEIIVTDMDTIEK_"
- ],
- [
- 39147,
- 3,
- 12,
- 5,
- 0.15667,
- "_GICIALGMSKPPANITMFQFFSGIEK_"
- ],
- [
- 33482,
- 3,
- 10,
- 2,
- 0.12817,
- "_WLPAGDALLQM(Oxidation (M))ITIHLPSPVTAQK_"
- ],
- [
- 21478,
- 2,
- 13,
- 5,
- 0.17092,
- "_DWAFINTNIFAR_"
- ],
- [
- 47091,
- 2,
- 13,
- 4,
- 0.17092,
- "_LSHSNPTILFDYILSQIQK_"
- ],
- [
- 22512,
- 3,
- 9,
- 3,
- 0.11395,
- "_DGFWSHSIFLPADTVVEWK_"
- ],
- [
- 34309,
- 3,
- 15,
- 3,
- 0.19941,
- "_EGACEDPHDLLATPTPELLLDWR_"
- ],
- [
- 41567,
- 3,
- 15,
- 6,
- 0.19941,
- "_ASGDGESLDEDSEFTLASDFEIGHFFR_"
- ],
- [
- 46843,
- 2,
- 15,
- 4,
- 0.19941,
- "_VIELGLLESPDIYTSSVLEK_"
- ],
- [
- 49089,
- 2,
- 14,
- 5,
- 0.18515,
- "_DASIVGFFDDSFSEAHSEFLK_"
- ],
- [
- 32067,
- 2,
- 16,
- 5,
- 0.21368,
- "_ADCILYYGFGDIFR_"
- ],
- [
- 47168,
- 2,
- 25,
- 7,
- 0.34189,
- "_EACPELDYFVVFSSVSCGR_"
- ],
- [
- 46816,
- 2,
- 22,
- 5,
- 0.29917,
- "_IMQDFESDTFFPEIDLEK_"
- ],
- [
- 37892,
- 2,
- 22,
- 2,
- 0.29917,
- "_TSFIQYLLEQEVPGSR_"
- ],
- [
- 49583,
- 3,
- 21,
- 7,
- 0.2849,
- "_LCSEMEELAEHGIFLPPNMQGLTDDQIEELK_"
- ],
- [
- 35223,
- 3,
- 10,
- 5,
- 0.12818,
- "_GFVANSFYSGLTPTEFFFHTMAGR_"
- ],
- [
- 32589,
- 2,
- 10,
- 4,
- 0.12818,
- "_IISPTLLAEYAYVLR_"
- ],
- [
- 27730,
- 2,
- 13,
- 5,
- 0.1709,
- "_TALGVAELTVTDLFR_"
- ],
- [
- 35064,
- 3,
- 11,
- 6,
- 0.14241,
- "_LLDLSSNQLIDENQLYLIAHLPR_"
- ],
- [
- 28037,
- 2,
- 11,
- 5,
- 0.14241,
- "_DVFTPGSWEAFMVK_"
- ],
- [
- 50691,
- 3,
- 17,
- 7,
- 0.22793,
- "_VLMVEEPSMNLEWLYGCPPPYHTFEEPVYMK_"
- ],
- [
- 44862,
- 2,
- 17,
- 6,
- 0.22793,
- "_NLPLHELITPEFISTFIK_"
- ],
- [
- 12896,
- 3,
- 12,
- 5,
- 0.15666,
- "_GFLTIFEDVSGFGAWHR_"
- ],
- [
- 46354,
- 3,
- 12,
- 4,
- 0.15664,
- "_NHPFYVPLGAVDPGLLGYNVPALYSSDPAAR_"
- ],
- [
- 51257,
- 2,
- 12,
- 6,
- 0.15664,
- "_DLCELNECPLDPGGYFIINGSEK_"
- ],
- [
- 34122,
- 2,
- 13,
- 5,
- 0.17089,
- "_AASNCGIVESILNWVK_"
- ],
- [
- 11634,
- 3,
- 10,
- 5,
- 0.12818,
- "_ITLDEALQHPFFDLLK_"
- ],
- [
- 40489,
- 3,
- 7,
- 3,
- 0.08544,
- "_MFFDALYDEDVVKEDAFYSWESSK_"
- ],
- [
- 29960,
- 3,
- 14,
- 5,
- 0.18514,
- "_EQELFFFHELSPGSCFFLPR_"
- ],
- [
- 38811,
- 2,
- 3,
- 2,
- 0.028471,
- "_TFDMHSLESSLIDIMR_"
- ],
- [
- 15892,
- 2,
- 14,
- 3,
- 0.18514,
- "_DGLVIPLVELSAK_"
- ],
- [
- 30069,
- 2,
- 10,
- 4,
- 0.12818,
- "_NETVDVEDIVTWLK_"
- ],
- [
- 6447,
- 2,
- 7,
- 3,
- 0.08544,
- "_DSPDLLLLLR_"
- ],
- [
- 764,
- 2,
- 16,
- 4,
- 0.21365,
- "_DLPLLLFR_"
- ],
- [
- 45264,
- 2,
- 25,
- 7,
- 0.34189,
- "_MLLDPMGGIVMTNDGNAILR_"
- ],
- [
- 43397,
- 3,
- 15,
- 7,
- 0.19939,
- "_NQMVLLQGGEALPFSHLILATGSTGPFPGK_"
- ],
- [
- 22206,
- 3,
- 21,
- 7,
- 0.28489,
- "_ADLEMQIESLTEELAYLKK_"
- ],
- [
- 23828,
- 3,
- 16,
- 5,
- 0.21365,
- "_IECMLLCEGAAAVLDMVRPK_"
- ],
- [
- 24913,
- 3,
- 17,
- 5,
- 0.22791,
- "_ENILHVSENVIFTDVNSILR_"
- ],
- [
- 42004,
- 2,
- 17,
- 4,
- 0.22791,
- "_HDIIAWVNDIVSLNYTK_"
- ],
- [
- 23273,
- 2,
- 18,
- 3,
- 0.24217,
- "_GVFVLEEFVPEIK_"
- ],
- [
- 42811,
- 2,
- 21,
- 7,
- 0.2849,
- "_LQAEVLECVSLVELTSLK_"
- ],
- [
- 41106,
- 2,
- 14,
- 6,
- 0.18512,
- "_DQLSVLENGVDIVVGTPGR_"
- ],
- [
- 18661,
- 3,
- 18,
- 5,
- 0.24214,
- "_NLPLHELITPEFISTFIK_"
- ],
- [
- 44387,
- 2,
- 19,
- 7,
- 0.2564,
- "_DASVAEAWLLGQEPYLSSR_"
- ],
- [
- 35587,
- 2,
- 14,
- 7,
- 0.18512,
- "_SDYAQLLEDMQNAFR_"
- ],
- [
- 35524,
- 2,
- 12,
- 4,
- 0.15665,
- "_AFIPAIDSFGFETDLR_"
- ],
- [
- 11362,
- 2,
- 12,
- 2,
- 0.15665,
- "_GIEDDLMDLIK_"
- ],
- [
- 30351,
- 3,
- 10,
- 5,
- 0.12818,
- "_SQHIIPLEEVTLELLPETLQAK_"
- ],
- [
- 38575,
- 2,
- 23,
- 7,
- 0.31337,
- "_VLDFEHFLPMLQTVAK_"
- ],
- [
- 51183,
- 2,
- 17,
- 9,
- 0.22788,
- "_AEQPDGLILGMGGQTALNCGVELFK_"
- ],
- [
- 43005,
- 3,
- 11,
- 5,
- 0.14241,
- "_LPQAFDFCHLAHLTPGFVGADLMALCR_"
- ],
- [
- 50713,
- 2,
- 15,
- 11,
- 0.19937,
- "_VADGMVFGALLPCEECSGQLVFK_"
- ],
- [
- 15933,
- 2,
- 21,
- 3,
- 0.2849,
- "_DLLAVVFYGTEK_"
- ],
- [
- 44587,
- 2,
- 16,
- 5,
- 0.21362,
- "_TAAELAAIVGEDELSASLALR_"
- ],
- [
- 47690,
- 4,
- 17,
- 8,
- 0.22788,
- "_KEEQVISLGPQVAEGENVFGVCHIFASFNDTFVHVTDLSGK_"
- ],
- [
- 44823,
- 3,
- 12,
- 5,
- 0.15665,
- "_RPVVVEPISDEDWYLFCGDTVEILEGK_"
- ],
- [
- 43649,
- 3,
- 15,
- 5,
- 0.19937,
- "_EGSLSPASVGSDTLSDLGISSLQDGLALHIR_"
- ],
- [
- 42659,
- 2,
- 15,
- 5,
- 0.19937,
- "_QYPEFPWTDVQAEIFR_"
- ],
- [
- 38327,
- 3,
- 13,
- 3,
- 0.17087,
- "_FINQLLGVVPLSTPTEDKLALPADIR_"
- ],
- [
- 38281,
- 2,
- 20,
- 5,
- 0.27065,
- "_DENAIYFLGNSLGLQPK_"
- ],
- [
- 44205,
- 3,
- 15,
- 5,
- 0.19937,
- "_ISSVQFHPGAQIVMVAGLDNAVSLFQVDGK_"
- ],
- [
- 35659,
- 2,
- 15,
- 5,
- 0.19937,
- "_NSLISSLEEEVSILNR_"
- ],
- [
- 36594,
- 3,
- 23,
- 7,
- 0.31337,
- "_VDIDDHTDLAIEYEVSAVPTVLAMK_"
- ],
- [
- 38694,
- 4,
- 19,
- 8,
- 0.2564,
- "_QDWVDGEPTEAEKDFWELASLDCYNHLAEWK_"
- ],
- [
- 51721,
- 3,
- 11,
- 4,
- 0.14249,
- "_ENNIEQIYPVNAISFHNIHNTFATGGSDGFVNIWDPFNK_"
- ],
- [
- 36688,
- 3,
- 13,
- 6,
- 0.17096,
- "_MVMISLEGEDGLDEIYSFSESLRK_"
- ],
- [
- 22624,
- 3,
- 14,
- 5,
- 0.18518,
- "_AKFYPEDVAEELIQDITQK_"
- ],
- [
- 44033,
- 2,
- 13,
- 2,
- 0.17096,
- "_LNDLFGDAALYQSLPTLAR_"
- ],
- [
- 23437,
- 2,
- 22,
- 5,
- 0.29921,
- "_SILLSVPLLVVDNK_"
- ],
- [
- 50599,
- 2,
- 5,
- 2,
- 0.057007,
- "_LQVGEVVTTIPTIGFNVETVTYK_"
- ],
- [
- 19977,
- 2,
- 12,
- 3,
- 0.15672,
- "_DQLVYPLLAFTR_"
- ],
- [
- 23663,
- 2,
- 14,
- 3,
- 0.18518,
- "_YGDIIFDFSYFK_"
- ],
- [
- 49594,
- 2,
- 15,
- 6,
- 0.19943,
- "_TAAVSCLWALTSSEVLSAEQIR_"
- ],
- [
- 50642,
- 2,
- 17,
- 4,
- 0.22792,
- "_SYVQGVTWDPLGQYVATLSCDR_"
- ],
- [
- 43387,
- 2,
- 9,
- 5,
- 0.11398,
- "_EVEPFNNIDIEISMFEK_"
- ],
- [
- 10113,
- 3,
- 16,
- 5,
- 0.21367,
- "_MLDLLEDFLEHEGYK_"
- ],
- [
- 51023,
- 3,
- 11,
- 5,
- 0.14249,
- "_ETDAVWLATQNHSALVTETTVVPFLPVNPEYSSTR_"
- ],
- [
- 48770,
- 2,
- 18,
- 7,
- 0.24219,
- "_LGEIVTTIPTIGFNVETVEYK_"
- ],
- [
- 45508,
- 2,
- 16,
- 6,
- 0.21367,
- "_QEAIDVLLLGNTLNSDLADK_"
- ],
- [
- 21579,
- 2,
- 18,
- 5,
- 0.24219,
- "_ESPEVLLTLDILK_"
- ],
- [
- 47510,
- 4,
- 12,
- 4,
- 0.15672,
- "_WVDEVVPAAPYVTTLETLDKYNCDFCVHGNDITLTVDGR_"
- ],
- [
- 49927,
- 2,
- 19,
- 7,
- 0.25645,
- "_VYINYYDMNAANVGWNNSTFA_"
- ],
- [
- 33845,
- 2,
- 13,
- 5,
- 0.17096,
- "_DINQEVYNFLATAGAK_"
- ],
- [
- 24612,
- 2,
- 9,
- 4,
- 0.11399,
- "_VDDDALLVFWDAR_"
- ],
- [
- 48869,
- 2,
- 13,
- 5,
- 0.17096,
- "_LIDLNNGEGQIFTIDGPLCLK_"
- ],
- [
- 38353,
- 2,
- 12,
- 3,
- 0.15673,
- "_IQEGVESLAGYADIFLR_"
- ],
- [
- 24351,
- 4,
- 13,
- 7,
- 0.17096,
- "_LPQAFDFCHLAHLTPGFVGADLMALCR_"
- ],
- [
- 18120,
- 2,
- 14,
- 3,
- 0.1852,
- "_LTDFNFLMVLGK_"
- ],
- [
- 36323,
- 3,
- 12,
- 4,
- 0.15673,
- "_KLAYVAAGDLAPINAFIGGLAAQEVMK_"
- ],
- [
- 25508,
- 2,
- 13,
- 5,
- 0.17096,
- "_DVIGFNMAGLDYLK_"
- ],
- [
- 24622,
- 2,
- 24,
- 5,
- 0.32767,
- "_QMFFVISLDPPIK_"
- ],
- [
- 27591,
- 2,
- 18,
- 6,
- 0.24217,
- "_DQFALAMYFIQQK_"
- ],
- [
- 46470,
- 2,
- 15,
- 5,
- 0.19942,
- "_NVQLLSQFVSPFTGCIYGR_"
- ],
- [
- 15517,
- 3,
- 10,
- 5,
- 0.12822,
- "_EHLGLALALNVPVFVVVTK_"
- ],
- [
- 22762,
- 2,
- 18,
- 5,
- 0.24217,
- "_INVNEIFYDLVR_"
- ],
- [
- 15772,
- 2,
- 21,
- 3,
- 0.28495,
- "_DNLEFFLAGIGR_"
- ],
- [
- 45771,
- 3,
- 20,
- 9,
- 0.27069,
- "_LVGEFLEVTCINPTFICDHPQIMSPLAK_"
- ],
- [
- 13961,
- 2,
- 20,
- 5,
- 0.27069,
- "_VLQDLVMDILR_"
- ],
- [
- 44750,
- 3,
- 10,
- 6,
- 0.12822,
- "_LGLLFFPYLHQDWEVQYQQDTPVAPR_"
- ],
- [
- 20112,
- 3,
- 11,
- 2,
- 0.14246,
- "_LGLIPLISDDIVDKLQYSR_"
- ],
- [
- 41992,
- 3,
- 12,
- 3,
- 0.15669,
- "_CGNQAAIMELDDTLKYSFLQFDPAPR_"
- ],
- [
- 32418,
- 3,
- 14,
- 7,
- 0.18519,
- "_INEIVYFLPFCHSELIQLVNK_"
- ],
- [
- 47333,
- 3,
- 14,
- 2,
- 0.18519,
- "_HLCTILGDMLVTQALDSPNPEELPSPEQLK_"
- ],
- [
- 38514,
- 3,
- 12,
- 3,
- 0.15669,
- "_EGTDSSQGIPQLVSNISACQVIAEAVR_"
- ],
- [
- 25946,
- 3,
- 20,
- 7,
- 0.27066,
- "_DASIVGFFDDSFSEAHSEFLK_"
- ],
- [
- 41462,
- 2,
- 18,
- 4,
- 0.24215,
- "_IHYFDPQYFEFEFEA_"
- ],
- [
- 23017,
- 3,
- 9,
- 4,
- 0.11399,
- "_LFPCLDELISIHSQFFQR_"
- ],
- [
- 39787,
- 2,
- 13,
- 4,
- 0.17096,
- "_EDFFFYSLVYDPQQK_"
- ],
- [
- 17903,
- 3,
- 5,
- 2,
- 0.057011,
- "_YKGESVQGALILAELLSAVK_"
- ],
- [
- 49230,
- 2,
- 13,
- 7,
- 0.17096,
- "_QQANTIFWSPQGQFVVLAGLR_"
- ],
- [
- 23483,
- 2,
- 7,
- 5,
- 0.085482,
- "_LGLIPLISDDIVDK_"
- ],
- [
- 24522,
- 2,
- 12,
- 2,
- 0.15669,
- "_VLNLIQSWADAFR_"
- ],
- [
- 37773,
- 3,
- 13,
- 5,
- 0.17096,
- "_DGFNPADVEAGLYGSHLYVWDWQR_"
- ],
- [
- 46635,
- 2,
- 12,
- 5,
- 0.15669,
- "_TVPVPDTGDSVELFIFDSAGK_"
- ],
- [
- 46981,
- 2,
- 15,
- 5,
- 0.19943,
- "_ELQENQDEIENMMNSIFK_"
- ],
- [
- 35370,
- 2,
- 23,
- 6,
- 0.31343,
- "_VCNYVNWIQQTIAAN_"
- ],
- [
- 45312,
- 3,
- 25,
- 6,
- 0.3419,
- "_TWYVQATCATQGTGLYDGLDWLSHELSK_"
- ],
- [
- 48778,
- 2,
- 13,
- 6,
- 0.17092,
- "_QAGLLAVMAQMGCYVPAEVCR_"
- ],
- [
- 30865,
- 2,
- 16,
- 6,
- 0.21366,
- "_(Acetyl (Protein N-term))MFSFNMFDHPIPR_"
- ],
- [
- 48896,
- 3,
- 17,
- 6,
- 0.22788,
- "_LYSEEQPQEAVPHLEAALQEYFVAYEECR_"
- ],
- [
- 28913,
- 3,
- 17,
- 4,
- 0.22788,
- "_SFAPILPHLAEEVFQHIPYIK_"
- ],
- [
- 20556,
- 2,
- 13,
- 3,
- 0.17092,
- "_IPGVTPAAIINLLR_"
- ],
- [
- 7101,
- 3,
- 11,
- 4,
- 0.14244,
- "_EQLLLDELVALVNKR_"
- ],
- [
- 48716,
- 3,
- 18,
- 6,
- 0.24213,
- "_LQVEHPCTEMVADVNLPAAQLQIAMGIPLYR_"
- ],
- [
- 39745,
- 3,
- 15,
- 8,
- 0.19942,
- "_AGLTMNDIDAFEFHEAFSGQILANFK_"
- ],
- [
- 20549,
- 2,
- 9,
- 2,
- 0.11398,
- "_TVDISMILSEAIR_"
- ],
- [
- 39984,
- 2,
- 17,
- 7,
- 0.22788,
- "_IEESITEDLSLADLMPR_"
- ],
- [
- 14557,
- 2,
- 12,
- 3,
- 0.15668,
- "_DFLVIPSPVLVK_"
- ],
- [
- 50619,
- 2,
- 14,
- 3,
- 0.18519,
- "_DLDFSEFVIQPQNESNPELYK_"
- ],
- [
- 25840,
- 4,
- 13,
- 5,
- 0.17092,
- "_LPAFSPLMPPAVISQMLLLDNPHKEPIR_"
- ],
- [
- 49305,
- 2,
- 15,
- 3,
- 0.19942,
- "_PVCSFDPEGLIFAAGVNSEMVK_"
- ],
- [
- 47562,
- 2,
- 11,
- 3,
- 0.14244,
- "_NMGDLFGPFYPQDYAATLPK_"
- ],
- [
- 50717,
- 3,
- 17,
- 8,
- 0.22788,
- "_LITGCYNILANHADPNSGLDESILEECLQYLEK_"
- ],
- [
- 49205,
- 3,
- 16,
- 6,
- 0.21366,
- "_EVDFKPFGTLLHTYSVLSPTGGENFTFQIYK_"
- ],
- [
- 37985,
- 3,
- 13,
- 6,
- 0.17092,
- "_YFVAFDGDLVQEFDMTSATHVLGSR_"
- ],
- [
- 46956,
- 4,
- 15,
- 10,
- 0.19943,
- "_ENNIEQIYPVNAISFHNIHNTFATGGSDGFVNIWDPFNK_"
- ],
- [
- 50357,
- 3,
- 14,
- 6,
- 0.18516,
- "_VSSCTAAEGSFTSLTGLLEVEPLHFTCVSTSDGTR_"
- ],
- [
- 37814,
- 2,
- 17,
- 4,
- 0.2279,
- "_ELMMMLQASLQEIGDR_"
- ],
- [
- 33340,
- 2,
- 11,
- 5,
- 0.14246,
- "_AMALLTALLQGASPVER_"
- ],
- [
- 27649,
- 3,
- 20,
- 8,
- 0.27062,
- "_LIFPYVELDLHSYDLGIENR_"
- ],
- [
- 14746,
- 3,
- 7,
- 2,
- 0.085482,
- "_LWDEVLSHLVEGPNFLK_"
- ],
- [
- 39348,
- 3,
- 8,
- 4,
- 0.099718,
- "_SLQSVGLKPIIPQGSYFLITDISDFK_"
- ],
- [
- 35425,
- 3,
- 9,
- 5,
- 0.11395,
- "_NTCEHIYDFPPLSEELISEMIR_"
- ],
- [
- 47434,
- 2,
- 18,
- 6,
- 0.24212,
- "_AIGYLIPLMDAEYANYYTR_"
- ],
- [
- 26839,
- 3,
- 18,
- 6,
- 0.24212,
- "_WLGAEAVCIINFQHLILPER_"
- ],
- [
- 38136,
- 2,
- 18,
- 3,
- 0.24212,
- "_NSQLANSVMQTLLSQLK_"
- ],
- [
- 27203,
- 2,
- 18,
- 6,
- 0.24212,
- "_VLFPATGYLSIVWK_"
- ],
- [
- 18294,
- 2,
- 17,
- 3,
- 0.2279,
- "_DAWASEGLLAVLR_"
- ],
- [
- 36445,
- 2,
- 26,
- 7,
- 0.35615,
- "_LFYLALPPTVYEAVTK_"
- ],
- [
- 33423,
- 2,
- 10,
- 5,
- 0.12822,
- "_MVLPVDESLTEALGIR_"
- ],
- [
- 49843,
- 2,
- 14,
- 4,
- 0.18516,
- "_GALVLGYEGWLAGYQMNFETAK_"
- ],
- [
- 42483,
- 2,
- 16,
- 5,
- 0.21367,
- "_LAQLTLEQILEHLDNLR_"
- ],
- [
- 40049,
- 3,
- 11,
- 5,
- 0.14246,
- "_ISLHPIEDNPIEEISVLSPEDLEAIK_"
- ],
- [
- 38987,
- 2,
- 16,
- 5,
- 0.21367,
- "_ADPDVTLAGQEAIFILAR_"
- ],
- [
- 39941,
- 3,
- 11,
- 4,
- 0.14246,
- "_YKDEDGDLITIFDSSDLSFAIQCSR_"
- ],
- [
- 51193,
- 3,
- 16,
- 8,
- 0.21367,
- "_AFEETQIDIPGGGSHGGSTMSLWEVMQSDLIPEEQR_"
- ],
- [
- 40894,
- 2,
- 4,
- 2,
- 0.042709,
- "_QMAEIAVNAVLTVADMER_"
- ],
- [
- 45829,
- 2,
- 13,
- 5,
- 0.17093,
- "_VLLYSLGGAFPIENIYSATK_"
- ],
- [
- 42618,
- 3,
- 9,
- 4,
- 0.11396,
- "_LEDELGGQFLDLSLHDTVTTLILGGHNK_"
- ],
- [
- 24450,
- 4,
- 13,
- 5,
- 0.17093,
- "_VGTDLLEEEITKFEEHVQSVDIAAFNK_"
- ],
- [
- 44624,
- 2,
- 11,
- 2,
- 0.14246,
- "_FTDDTFDPELAATIGVDFK_"
- ],
- [
- 50212,
- 2,
- 12,
- 3,
- 0.1567,
- "_DQELYFFHELSPGSCFFLPK_"
- ],
- [
- 40990,
- 2,
- 12,
- 5,
- 0.1567,
- "_IALCLPNICTQPIPLLK_"
- ],
- [
- 49041,
- 3,
- 14,
- 8,
- 0.18516,
- "_LLHINATALLEYPEYSGPLLPASAVAPGPSALDR_"
- ],
- [
- 48085,
- 3,
- 12,
- 4,
- 0.1567,
- "_SEDDVLVVCPTILTEDGMQAQHLGATLALYR_"
- ],
- [
- 37199,
- 3,
- 12,
- 5,
- 0.1567,
- "_LQLLEPFDKWDGKDLEDLQILIK_"
- ],
- [
- 21005,
- 2,
- 10,
- 2,
- 0.12819,
- "_LNMDQVLDQILR_"
- ],
- [
- 17487,
- 4,
- 12,
- 4,
- 0.1567,
- "_LQLLEPFDKWDGKDLEDLQILIK_"
- ],
- [
- 47028,
- 2,
- 8,
- 5,
- 0.09972,
- "_SPVEMDEDFDVIFDPYAPK_"
- ],
- [
- 34324,
- 2,
- 19,
- 2,
- 0.25636,
- "_NEQFPVLDHLLSIIK_"
- ],
- [
- 49337,
- 2,
- 16,
- 6,
- 0.21367,
- "_NYLSYLTAPDYSAFETDIMR_"
- ],
- [
- 31527,
- 4,
- 16,
- 4,
- 0.21367,
- "_TGMLEELHLEPGVVQGLFPCVDELSDIHTR_"
- ],
- [
- 27344,
- 3,
- 15,
- 6,
- 0.1994,
- "_LPSVLISSVSTLLEADLGQHCR_"
- ],
- [
- 31193,
- 4,
- 15,
- 6,
- 0.1994,
- "_FAPYRPPDISLKPLLFEVPSITTESVFVGR_"
- ],
- [
- 34405,
- 4,
- 17,
- 8,
- 0.2279,
- "_EVDFKPFGTLLHTYSVLSPTGGENFTFQIYK_"
- ],
- [
- 46118,
- 2,
- 19,
- 7,
- 0.25636,
- "_DDGVSIPGEYTSFLAPISSSK_"
- ],
- [
- 37392,
- 2,
- 20,
- 6,
- 0.27061,
- "_LFDIFSQQVATVIQSR_"
- ],
- [
- 22540,
- 2,
- 15,
- 2,
- 0.1994,
- "_GGALLFCTVGILLR_"
- ],
- [
- 39224,
- 2,
- 18,
- 5,
- 0.24214,
- "_TAYILQAVESAWEGVDR_"
- ],
- [
- 48396,
- 2,
- 14,
- 5,
- 0.18517,
- "_DLDEEIFDDDDFYHQLLR_"
- ],
- [
- 24488,
- 3,
- 13,
- 5,
- 0.17094,
- "_DLDEEIFDDDDFYHQLLR_"
- ],
- [
- 49682,
- 2,
- 13,
- 6,
- 0.17094,
- "_DGHADAAQDTEQFVATVLQAASR_"
- ],
- [
- 40798,
- 2,
- 13,
- 5,
- 0.17094,
- "_EGDETPNSIPADIVFIIK_"
- ],
- [
- 41147,
- 3,
- 8,
- 5,
- 0.099733,
- "_DYEFMWNPHLGYILTCPSNLGTGLR_"
- ],
- [
- 26966,
- 3,
- 11,
- 4,
- 0.14243,
- "_IFVGQDNGAVMEFHVSEDFNK_"
- ],
- [
- 45663,
- 2,
- 17,
- 5,
- 0.22791,
- "_LGYVCPQEVAPMLQQFIR_"
- ],
- [
- 16600,
- 2,
- 13,
- 4,
- 0.17094,
- "_DLNVFFSWDPK_"
- ],
- [
- 33012,
- 2,
- 12,
- 4,
- 0.1567,
- "_DIISPELMADYLQPK_"
- ],
- [
- 25953,
- 4,
- 12,
- 6,
- 0.1567,
- "_GQDMETEAHQNKLEEMINELAVAMTAVK_"
- ],
- [
- 14681,
- 2,
- 11,
- 4,
- 0.14243,
- "_MLIDFSYLLSK_"
- ],
- [
- 46313,
- 2,
- 17,
- 5,
- 0.22791,
- "_EVDYEAGDIPTEWEAWIR_"
- ],
- [
- 47584,
- 3,
- 17,
- 7,
- 0.22791,
- "_VQVSDPESTVAVAFTPTIPHCSMATLIGLSIK_"
- ],
- [
- 48182,
- 2,
- 15,
- 6,
- 0.1994,
- "_(Acetyl (Protein N-term))MDELQDVQLTEIKPLLNDK_"
- ],
- [
- 50136,
- 2,
- 14,
- 3,
- 0.18517,
- "_TNVLYELAQYASEPSEQELLR_"
- ],
- [
- 45524,
- 4,
- 15,
- 8,
- 0.1994,
- "_FLEENPDPSASEIREELEQYTTEIVQNNLLGSQGAHVK_"
- ],
- [
- 49958,
- 2,
- 18,
- 5,
- 0.24214,
- "_(Acetyl (Protein N-term))MEPNDSTSTAVEEPDSLEVLVK_"
- ],
- [
- 20708,
- 4,
- 13,
- 5,
- 0.17093,
- "_ISFQDFFAHPWVDLEHMPSGESLGR_"
- ],
- [
- 25747,
- 2,
- 16,
- 4,
- 0.21363,
- "_DNIPALVEEYLER_"
- ],
- [
- 48014,
- 2,
- 13,
- 4,
- 0.17093,
- "_LTGIPAGYCFVEFADLATAEK_"
- ],
- [
- 50156,
- 2,
- 13,
- 5,
- 0.17093,
- "_AVTNFGVPVEVFDSEEAEIFQK_"
- ],
- [
- 32053,
- 4,
- 13,
- 7,
- 0.17093,
- "_NLMNTDCVVPDWLHDIILGYGDPSSAHYSK_"
- ],
- [
- 4877,
- 2,
- 14,
- 4,
- 0.18517,
- "_VLLDLSAFLK_"
- ],
- [
- 46476,
- 4,
- 14,
- 3,
- 0.18517,
- "_YLQESGFSHSAFTFGIESHISQSNINGALVPPAALISIIQK_"
- ],
- [
- 39143,
- 2,
- 16,
- 6,
- 0.21363,
- "_MSFIAPNLSIIIGASTAAK_"
- ],
- [
- 25625,
- 3,
- 13,
- 5,
- 0.17093,
- "_ESALFSTELSVLHNFFSPSPK_"
- ],
- [
- 27253,
- 4,
- 11,
- 6,
- 0.14243,
- "_EDTHHLVNYIPQGSIDSLFEGTWYLVR_"
- ],
- [
- 33863,
- 2,
- 18,
- 6,
- 0.24214,
- "_LLIPVAEGMNEIWLR_"
- ],
- [
- 39026,
- 3,
- 8,
- 2,
- 0.099657,
- "_DQMEYMLQNHVFPLFSSELGYM(Oxidation (M))R_"
- ],
- [
- 14551,
- 2,
- 14,
- 4,
- 0.18517,
- "_FMNAVFFLLPK_"
- ],
- [
- 22699,
- 4,
- 12,
- 4,
- 0.15666,
- "_SNHAEAAQCLVHSAALVAEYLSMLEDR_"
- ],
- [
- 51768,
- 3,
- 15,
- 5,
- 0.1994,
- "_VSDTVVEPYNATLSVHQLVENTDETYSIDNEALYDICFR_"
- ],
- [
- 50164,
- 2,
- 18,
- 7,
- 0.24214,
- "_DPDMAMEICATDAVDDMEEGLK_"
- ],
- [
- 51283,
- 2,
- 12,
- 6,
- 0.15666,
- "_EVLNDTWVSFPSWSEDSTFVSSK_"
- ],
- [
- 50942,
- 2,
- 14,
- 4,
- 0.18517,
- "_CGETAFIAPQCEMIPIEWVCR_"
- ],
- [
- 47526,
- 3,
- 9,
- 3,
- 0.11396,
- "_M(Oxidation (M))ITAAYVPLPTYHNLFPDSMTATQLLVPSR_"
- ],
- [
- 50042,
- 2,
- 17,
- 6,
- 0.22787,
- "_(Acetyl (Protein N-term))ADDVDQQQTTNTVEEPLDLIR_"
- ],
- [
- 38681,
- 2,
- 9,
- 2,
- 0.11396,
- "_CVEDPETGLYLLQIIK_"
- ],
- [
- 31813,
- 2,
- 15,
- 2,
- 0.19942,
- "_DAAAFLLSCQIPGLVK_"
- ],
- [
- 38145,
- 3,
- 13,
- 5,
- 0.17092,
- "_DLDFLHSVFQDQHLHTLLDLYDK_"
- ],
- [
- 38890,
- 3,
- 12,
- 6,
- 0.15668,
- "_LLTNMTVTNEYQHMLANSISDFFR_"
- ],
- [
- 25015,
- 2,
- 11,
- 4,
- 0.14245,
- "_PISIPTNLVSLFSR_"
- ],
- [
- 49896,
- 2,
- 12,
- 4,
- 0.15668,
- "_YESIIATLCENLDSLDEPDAR_"
- ],
- [
- 50493,
- 3,
- 11,
- 6,
- 0.14245,
- "_VKPDSEILVIENGTAFPFQVEVLDESDNITAQPK_"
- ],
- [
- 50580,
- 3,
- 15,
- 4,
- 0.19942,
- "_AEAYLIEEMYDEAIQDYETAQEHNENDQQIR_"
- ],
- [
- 42504,
- 3,
- 24,
- 8,
- 0.32759,
- "_ELASQPDVDGFLVGGASLKPEFVDIINAK_"
- ],
- [
- 6336,
- 2,
- 13,
- 3,
- 0.17092,
- "_LDIVFYLLR_"
- ],
- [
- 50221,
- 3,
- 13,
- 5,
- 0.17092,
- "_AFISNLNEMNDYAGQHEVISENMASQIIVDLAR_"
- ],
- [
- 29477,
- 2,
- 14,
- 5,
- 0.18519,
- "_SEWGSLLEELVAEGK_"
- ],
- [
- 40240,
- 2,
- 15,
- 5,
- 0.19942,
- "_LANFIPWGPASIQVALSR_"
- ],
- [
- 41504,
- 2,
- 18,
- 6,
- 0.24213,
- "_TLDGGLNVIQLETAVGAAIK_"
- ],
- [
- 15513,
- 3,
- 18,
- 5,
- 0.24213,
- "_LAQLTLEQILEHLDNLR_"
- ],
- [
- 41578,
- 3,
- 12,
- 5,
- 0.15668,
- "_EMGSEVSEDSEEKDVVNVLQAVGESLAK_"
- ],
- [
- 39467,
- 2,
- 25,
- 7,
- 0.34183,
- "_HLMLPDFDLLEDIESK_"
- ],
- [
- 23532,
- 4,
- 12,
- 3,
- 0.15668,
- "_DDLKGDLSGHFEHLMVALVTPPAVFDAK_"
- ],
- [
- 20606,
- 3,
- 13,
- 5,
- 0.17092,
- "_TALHLAVDLQNPDLVSLLLK_"
- ],
- [
- 19584,
- 3,
- 10,
- 4,
- 0.12822,
- "_QIKPYTLMSMVANLLYEK_"
- ],
- [
- 35073,
- 4,
- 15,
- 6,
- 0.19944,
- "_EPIALQAIENAHVLLYLGDSVTTDHISPAGSIAR_"
- ],
- [
- 27889,
- 4,
- 15,
- 4,
- 0.19944,
- "_GANQHATDEEGKDPLSIAVEAANADIVTLLR_"
- ],
- [
- 28972,
- 2,
- 13,
- 4,
- 0.17094,
- "_NPQFLDPVLGYLMK_"
- ],
- [
- 42828,
- 3,
- 18,
- 8,
- 0.24214,
- "_NAATEDLWESLENASGKPIAAVMNTWTK_"
- ],
- [
- 26128,
- 3,
- 11,
- 2,
- 0.14247,
- "_MLPAGGILVFLTGQAEVHALCR_"
- ],
- [
- 47695,
- 2,
- 15,
- 5,
- 0.19944,
- "_ACIAIICELALQNPEVVALR_"
- ],
- [
- 31569,
- 3,
- 11,
- 6,
- 0.14247,
- "_AASVRPVLDIYSASGMPLASLLWK_"
- ],
- [
- 29252,
- 3,
- 17,
- 6,
- 0.22791,
- "_DQELYFFHELSPGSCFFLPK_"
- ],
- [
- 45780,
- 2,
- 15,
- 7,
- 0.19944,
- "_YGIICMEDLIHEIYTVGK_"
- ],
- [
- 36671,
- 4,
- 17,
- 6,
- 0.22791,
- "_LYNLDVFQYELYNPM(Oxidation (M))ALYGSVPVLLAHNPHR_"
- ],
- [
- 47096,
- 3,
- 9,
- 2,
- 0.11392,
- "_YTWPCPFPMADSSPWVHITLGDGSTFQTK_"
- ],
- [
- 46544,
- 2,
- 16,
- 3,
- 0.21368,
- "_DQYYCGVLYFTGSDIFNK_"
- ],
- [
- 44706,
- 2,
- 14,
- 5,
- 0.18517,
- "_FGLGSVAGAVGATAVYPIDLVK_"
- ],
- [
- 48405,
- 2,
- 11,
- 6,
- 0.14247,
- "_ALLDYLDENTETDPSLVFSR_"
- ],
- [
- 50442,
- 2,
- 27,
- 8,
- 0.37035,
- "_DNYVPEVSALDQEIIEVDPDTK_"
- ],
- [
- 31192,
- 4,
- 20,
- 9,
- 0.27065,
- "_EDCSVLAFVLDHLLPHTQNAEDKDTPALAR_"
- ],
- [
- 23087,
- 3,
- 9,
- 3,
- 0.11392,
- "_ATRPSDDPLSLLDPLWTLNK_"
- ],
- [
- 29787,
- 2,
- 10,
- 5,
- 0.12816,
- "_LLGTPDIGSISNLLIK_"
- ],
- [
- 43496,
- 2,
- 11,
- 4,
- 0.14239,
- "_DSCGDQFLSVPSPFTWSK_"
- ],
- [
- 51108,
- 3,
- 11,
- 6,
- 0.14239,
- "_ALTQVLSQANTGGVQSTLLLNNEGSLLAYSGYGDTDAR_"
- ],
- [
- 48802,
- 2,
- 12,
- 6,
- 0.1567,
- "_QLVEIILTACPQDLIQAEDR_"
- ],
- [
- 29528,
- 2,
- 8,
- 5,
- 0.099688,
- "_MLITEENLMSIIIK_"
- ],
- [
- 44824,
- 3,
- 14,
- 5,
- 0.18516,
- "_TDGVLSQLSPLPHLYSVSYYQLSEELAR_"
- ],
- [
- 47493,
- 2,
- 12,
- 3,
- 0.1567,
- "_ELTLPEQTFMGYWTIGQAR_"
- ],
- [
- 35414,
- 3,
- 12,
- 2,
- 0.1567,
- "_HEPVGVCGQIIPWNFPLVMQGWK_"
- ],
- [
- 45874,
- 2,
- 12,
- 7,
- 0.1567,
- "_LLLAGYDDFNCNIWDAMK_"
- ],
- [
- 46202,
- 2,
- 13,
- 5,
- 0.17093,
- "_TALHLAVDLQNPDLVSLLLK_"
- ],
- [
- 44269,
- 2,
- 29,
- 6,
- 0.39884,
- "_AAFDDAIAELDTLSEESYK_"
- ],
- [
- 23001,
- 2,
- 12,
- 5,
- 0.1567,
- "_VGIEAAEMLLANLR_"
- ],
- [
- 30520,
- 2,
- 11,
- 3,
- 0.14239,
- "_TQGLLCDVVILVEGR_"
- ],
- [
- 38240,
- 2,
- 12,
- 5,
- 0.1567,
- "_NYENLVDTLLDGVEQR_"
- ],
- [
- 51047,
- 2,
- 7,
- 2,
- 0.085445,
- "_TVDGMQQEGTPYTGILYAGIMLTK_"
- ],
- [
- 27158,
- 3,
- 16,
- 4,
- 0.21367,
- "_HETEIMPVFQGLNELIPMYK_"
- ],
- [
- 42249,
- 4,
- 15,
- 7,
- 0.1994,
- "_HAVVMELINGYPLCQIHHVEDPASVYDEAMELIVK_"
- ],
- [
- 43444,
- 3,
- 22,
- 9,
- 0.29911,
- "_FTLDCTHPVEDGIMDAANFEQFLQER_"
- ],
- [
- 41335,
- 3,
- 17,
- 8,
- 0.22791,
- "_DHSVAESLNYVASWNMSMLQTQDLVK_"
- ],
- [
- 31785,
- 3,
- 20,
- 4,
- 0.27061,
- "_RFPDGIPLLDPIDDMGIQDQGLK_"
- ],
- [
- 48397,
- 3,
- 20,
- 8,
- 0.27061,
- "_(Acetyl (Protein N-term))VDYSVWDHIEVSDDEDETHPNIDTASLFR_"
- ],
- [
- 36504,
- 2,
- 17,
- 6,
- 0.22791,
- "_SFNLPMLMLGGGGYTIR_"
- ],
- [
- 51438,
- 3,
- 19,
- 7,
- 0.25639,
- "_SGSAADTQAVADAVTYQLGFHSIELNEPPLVHTAASLFK_"
- ],
- [
- 51623,
- 3,
- 13,
- 7,
- 0.17096,
- "_LQQLSGSSAISSSDLFGDMDGAHGAGSVSLGNVLPTADIAQFK_"
- ],
- [
- 44259,
- 3,
- 18,
- 7,
- 0.24217,
- "_GQDMETEAHQNKLEEMINELAVAMTAVK_"
- ],
- [
- 48832,
- 3,
- 17,
- 7,
- 0.22793,
- "_TLSLPVVVIVHGSQDNNATATVLWDNAFAEPGR_"
- ],
- [
- 46283,
- 2,
- 12,
- 4,
- 0.15665,
- "_GLVSTLQSATEQMAATVAGSVR_"
- ],
- [
- 15929,
- 2,
- 11,
- 4,
- 0.14241,
- "_DGFFTLDSALLR_"
- ],
- [
- 17294,
- 3,
- 11,
- 4,
- 0.14241,
- "_YSLLPFWYTLLYQAHR_"
- ],
- [
- 47824,
- 3,
- 10,
- 4,
- 0.12818,
- "_VAHLGCHSDLVTDLDFSPFDDFLLATGSADR_"
- ],
- [
- 50597,
- 2,
- 10,
- 3,
- 0.12818,
- "_EIINAIDGIGGLGIGEGAPEIVTGSR_"
- ],
- [
- 47987,
- 3,
- 18,
- 8,
- 0.24217,
- "_LADQCTGLQGFLVFHSFGGGTGSGFTSLLM(Oxidation (M))ER_"
- ],
- [
- 34698,
- 3,
- 14,
- 6,
- 0.18519,
- "_EGKPSWGLPIDAVQWDICNLPLR_"
- ],
- [
- 45998,
- 3,
- 14,
- 4,
- 0.18519,
- "_DEIALVLFGTDGTDNPLSGGDQYQNITVHR_"
- ],
- [
- 46089,
- 3,
- 16,
- 6,
- 0.21366,
- "_VIGVLEPLDPEDYTKLEFSDETFGSNIPK_"
- ],
- [
- 33740,
- 2,
- 25,
- 3,
- 0.34183,
- "_TDSEIALLEGLTVVYK_"
- ],
- [
- 48561,
- 2,
- 16,
- 6,
- 0.21366,
- "_YGMNCLIQFEDFANVNAFR_"
- ],
- [
- 47865,
- 3,
- 15,
- 6,
- 0.19942,
- "_AEAVCAALLASHPTAEVTIVQVDVSNLQSVFR_"
- ],
- [
- 21308,
- 2,
- 13,
- 3,
- 0.1709,
- "_IGGALSVALPALLLR_"
- ],
- [
- 49206,
- 3,
- 14,
- 7,
- 0.1852,
- "_NSPVFELLPCGIIQGEPGAQPQLITFHPSFNK_"
- ],
- [
- 11400,
- 3,
- 16,
- 5,
- 0.21367,
- "_QDPLPQDLVMFLHALR_"
- ],
- [
- 42315,
- 2,
- 27,
- 6,
- 0.37033,
- "_ALGFPEGLVIQAYFACEK_"
- ],
- [
- 43018,
- 2,
- 9,
- 5,
- 0.11395,
- "_(Acetyl (Protein N-term))MELSDANLQTLTEYLKK_"
- ],
- [
- 50699,
- 2,
- 6,
- 3,
- 0.071239,
- "_LVTIMLANNETGIVMPVPEISQR_"
- ],
- [
- 31526,
- 4,
- 11,
- 6,
- 0.14242,
- "_VAHLGCHSDLVTDLDFSPFDDFLLATGSADR_"
- ],
- [
- 28110,
- 3,
- 13,
- 7,
- 0.1709,
- "_GQTEHDEGMLEYLEDIIGCGR_"
- ],
- [
- 38379,
- 2,
- 20,
- 6,
- 0.27064,
- "_STLINSLFLTDLYPER_"
- ],
- [
- 36182,
- 2,
- 13,
- 5,
- 0.1709,
- "_NGDGFVSLEEFLGDYR_"
- ],
- [
- 34210,
- 2,
- 13,
- 3,
- 0.1709,
- "_SFNIPLLVLGGGGYTVR_"
- ],
- [
- 13474,
- 2,
- 11,
- 2,
- 0.14242,
- "_DFLPSLWASIR_"
- ],
- [
- 28779,
- 3,
- 13,
- 5,
- 0.1709,
- "_KQDTISPEFEPVFSLFAFTNK_"
- ],
- [
- 43498,
- 2,
- 4,
- 4,
- 0.042732,
- "_ADFPDNIVIASIMCSYNK_"
- ],
- [
- 40091,
- 3,
- 11,
- 8,
- 0.14242,
- "_EPPQLVLGLHFLGPNAGEVTQGFALGIK_"
- ],
- [
- 50934,
- 2,
- 9,
- 4,
- 0.11395,
- "_VLPAQATEYAFAFIQVPQDDDAR_"
- ],
- [
- 31884,
- 2,
- 22,
- 6,
- 0.29911,
- "_GLGTDEESILTLLTSR_"
- ],
- [
- 32619,
- 2,
- 17,
- 4,
- 0.2279,
- "_SDFYDIVLVATPLNR_"
- ],
- [
- 50429,
- 3,
- 16,
- 5,
- 0.21367,
- "_SIQSEQINAVAWTNLGVLYLTNENIEQAHEAFK_"
- ],
- [
- 35808,
- 4,
- 12,
- 7,
- 0.15665,
- "_HVTVIGGGLMGAGIAQVAAATGHTVVLVDQTEDILAK_"
- ],
- [
- 48947,
- 3,
- 14,
- 6,
- 0.1852,
- "_ADYQAVDDEIEANLEEFDISEDDIDDGFRR_"
- ],
- [
- 18821,
- 2,
- 15,
- 4,
- 0.19943,
- "_GAVPLEMLEIALR_"
- ],
- [
- 43457,
- 2,
- 15,
- 5,
- 0.19943,
- "_ALMTAVCYSAIIFETPLR_"
- ],
- [
- 43175,
- 3,
- 15,
- 6,
- 0.19943,
- "_QHNGNLEEIDGLLDCPIFLTDLEPGEK_"
- ],
- [
- 46739,
- 3,
- 17,
- 7,
- 0.2279,
- "_GPQGPGGGGINVQEILTSIMGSPNSHPSEELLK_"
- ],
- [
- 49049,
- 2,
- 24,
- 6,
- 0.32762,
- "_LFVGGLSFDTNEQSLEQVFSK_"
- ],
- [
- 20457,
- 3,
- 10,
- 7,
- 0.12819,
- "_NEDTTFDKEFLLELLVSR_"
- ],
- [
- 38516,
- 3,
- 7,
- 2,
- 0.08547,
- "_DTPLYTDNTANGIALLWAPRPFNLR_"
- ],
- [
- 37936,
- 2,
- 19,
- 6,
- 0.25644,
- "_VENPFDFMENISLEGK_"
- ],
- [
- 33467,
- 3,
- 19,
- 2,
- 0.25644,
- "_DHYIFSVESTGVLPPDVLVSEAIK_"
- ],
- [
- 42948,
- 2,
- 10,
- 4,
- 0.12822,
- "_LNAVVNDFWAEISESVDK_"
- ],
- [
- 47949,
- 3,
- 9,
- 3,
- 0.11398,
- "_MTGQPTITFPISHSMLDEDGTSLNSSILAALR_"
- ],
- [
- 43880,
- 4,
- 13,
- 5,
- 0.17092,
- "_VFNNVLLQQTQHLDSHGEPTITSLYTNWYLETLLR_"
- ],
- [
- 51589,
- 3,
- 13,
- 6,
- 0.17092,
- "_QMEYSDELEAIIEEDDGDGGWVDTYHNTGITGITEAVK_"
- ],
- [
- 27498,
- 2,
- 14,
- 6,
- 0.18517,
- "_FQDNLDFIQWFK_"
- ],
- [
- 44899,
- 2,
- 26,
- 7,
- 0.35612,
- "_TFTDCFNCLPIAAIVDEK_"
- ],
- [
- 47524,
- 4,
- 14,
- 9,
- 0.18517,
- "_YICPHAPVRPVTLNMNVAMPSWFDIIGLSPDSQEDESGIK_"
- ],
- [
- 50820,
- 3,
- 19,
- 7,
- 0.25644,
- "_LLISHEAPLTGGFASEISSTVQEECFLNLEAPISR_"
- ],
- [
- 50867,
- 3,
- 22,
- 6,
- 0.29914,
- "_EIEDAAQFATADPEPPLEELGYHIYSSDPPFEVR_"
- ],
- [
- 47869,
- 3,
- 12,
- 6,
- 0.15669,
- "_EEVDTGAVNLIESGACGAFVHGLEDEMYEVR_"
- ],
- [
- 35096,
- 2,
- 14,
- 5,
- 0.18517,
- "_EEFMPWVSQYLVMK_"
- ],
- [
- 38140,
- 3,
- 14,
- 5,
- 0.18517,
- "_FDEFDEAIDEAIEDDIKEADGGGVGR_"
- ],
- [
- 21240,
- 2,
- 14,
- 3,
- 0.18517,
- "_VLEVFFIPMDPR_"
- ],
- [
- 39498,
- 2,
- 14,
- 4,
- 0.18517,
- "_TPEDFVFPLLPNEELR_"
- ],
- [
- 51376,
- 2,
- 14,
- 6,
- 0.18517,
- "_GEDESWDFGTGAGFYVDATEDPWK_"
- ],
- [
- 49150,
- 2,
- 20,
- 5,
- 0.27068,
- "_EVEEISLLQPQVEESVLNLGK_"
- ],
- [
- 46349,
- 3,
- 17,
- 8,
- 0.22794,
- "_DYLGDFIEHYAQLGPSQPPDLAQAQDEPR_"
- ],
- [
- 39039,
- 3,
- 11,
- 2,
- 0.14246,
- "_MNLDPFSQYSDEEVWTSLELAHLK_"
- ],
- [
- 42738,
- 4,
- 23,
- 9,
- 0.31339,
- "_SGSAADTQAVADAVTYQLGFHSIELNEPPLVHTAASLFK_"
- ],
- [
- 42389,
- 2,
- 8,
- 3,
- 0.099741,
- "_GEDLDSQVGVIDFSMYLK_"
- ],
- [
- 50707,
- 3,
- 10,
- 3,
- 0.12822,
- "_EPWPLMELVPLDPENGQTSGEEAGLQPSKDEGVLK_"
- ],
- [
- 23799,
- 2,
- 17,
- 5,
- 0.22796,
- "_DSTLTEPVVMALLK_"
- ],
- [
- 44801,
- 2,
- 14,
- 4,
- 0.18518,
- "_CCLWIQDLCMDLQNLK_"
- ],
- [
- 42230,
- 4,
- 15,
- 6,
- 0.19942,
- "_DLGMMIHEQGDVIDSIEANVENAEVHVQQANQQLSR_"
- ],
- [
- 10148,
- 2,
- 11,
- 3,
- 0.14248,
- "_QDLLFLDMLK_"
- ],
- [
- 32118,
- 2,
- 17,
- 6,
- 0.22796,
- "_DCLIGYGASMLLLER_"
- ],
- [
- 50758,
- 2,
- 14,
- 5,
- 0.18518,
- "_NCATFNPTDDLVLNDGVLWDVR_"
- ],
- [
- 25684,
- 2,
- 13,
- 6,
- 0.17095,
- "_DFLDMNFQSLAMK_"
- ],
- [
- 40869,
- 2,
- 17,
- 2,
- 0.22796,
- "_DFPLNDLLSATELDKIR_"
- ],
- [
- 39069,
- 2,
- 14,
- 5,
- 0.18518,
- "_EYLPEGDFSIMTEMLK_"
- ],
- [
- 32174,
- 2,
- 13,
- 6,
- 0.17095,
- "_QEIIEQLLSNIFHK_"
- ],
- [
- 26789,
- 2,
- 12,
- 4,
- 0.15672,
- "_FQTIDLSPFLFTR_"
- ],
- [
- 50655,
- 2,
- 10,
- 6,
- 0.12824,
- "_LPPLPVTPGMEGAGVVIAVGEGVSDR_"
- ],
- [
- 41143,
- 3,
- 15,
- 7,
- 0.19942,
- "_TPIVPVEDLPYTLSMVATIDSQHGIEK_"
- ],
- [
- 47349,
- 2,
- 15,
- 7,
- 0.19942,
- "_MDMTQMEFPDASFQVVLDK_"
- ],
- [
- 45584,
- 2,
- 20,
- 5,
- 0.2707,
- "_EPPTDVTPTFLTTGVLSTLR_"
- ],
- [
- 27886,
- 2,
- 22,
- 6,
- 0.29916,
- "_DLYEDELVPLFEK_"
- ],
- [
- 30119,
- 3,
- 17,
- 6,
- 0.22796,
- "_GQAVTLLPFFTSLTGGSLEELRR_"
- ],
- [
- 38777,
- 2,
- 16,
- 6,
- 0.21373,
- "_TVDCPFTVTFYGALFR_"
- ],
- [
- 49699,
- 3,
- 16,
- 8,
- 0.21373,
- "_LNSKPQDLTDAYGPPSNFLEIDIFNPQTVGVGR_"
- ],
- [
- 15743,
- 3,
- 18,
- 3,
- 0.2422,
- "_AEEREPLIIAMQIFLPR_"
- ],
- [
- 39683,
- 2,
- 16,
- 2,
- 0.21373,
- "_TFLALINQVFPAEEDSK_"
- ],
- [
- 34605,
- 2,
- 14,
- 4,
- 0.18521,
- "_(Acetyl (Protein N-term))ALCEAAGCGSALLWPR_"
- ],
- [
- 48753,
- 2,
- 13,
- 6,
- 0.17098,
- "_QEPYTLPQGFTWDALDLGDR_"
- ],
- [
- 19618,
- 2,
- 24,
- 7,
- 0.32766,
- "_GVMLAVDAVIAELK_"
- ],
- [
- 31872,
- 3,
- 19,
- 2,
- 0.25645,
- "_QLTEMLPSILNQLGADSLTSLRR_"
- ],
- [
- 49216,
- 2,
- 12,
- 7,
- 0.15673,
- "_LSLEPLPCYQLELDAAVAEVK_"
- ],
- [
- 44134,
- 2,
- 12,
- 5,
- 0.15673,
- "_ASPFLLQYIQEEIPDYR_"
- ],
- [
- 37605,
- 2,
- 14,
- 4,
- 0.18521,
- "_LFEMVLGPAAYNVPLPK_"
- ],
- [
- 31353,
- 3,
- 12,
- 5,
- 0.15673,
- "_ALLDQLHTLLSNTDATGLEEIDR_"
- ],
- [
- 36973,
- 3,
- 14,
- 7,
- 0.18521,
- "_LLPFEGPGLESPRPNIILGLVICQK_"
- ],
- [
- 23480,
- 2,
- 13,
- 5,
- 0.17098,
- "_LSFLYLITGNLEK_"
- ],
- [
- 46291,
- 3,
- 14,
- 6,
- 0.18521,
- "_IQLWGHQIAVDWAEPEIDVDEDVMETVK_"
- ],
- [
- 45405,
- 2,
- 9,
- 4,
- 0.11402,
- "_LADPVFIGFCVLQGADCGAK_"
- ],
- [
- 49541,
- 2,
- 17,
- 8,
- 0.22799,
- "_CPALYWLSGLTCTEQNFISK_"
- ],
- [
- 28686,
- 3,
- 15,
- 6,
- 0.19944,
- "_ETPSLYCLLGDVLGDHSCYDK_"
- ],
- [
- 48455,
- 3,
- 16,
- 5,
- 0.21368,
- "_AAETDPGMVHLALGSDLTTLGLNLNSPENLYPK_"
- ],
- [
- 41453,
- 2,
- 10,
- 6,
- 0.12825,
- "_EALASLPSSPGLLQSLLER_"
- ],
- [
- 12159,
- 2,
- 19,
- 6,
- 0.25645,
- "_ICFELLELLK_"
- ],
- [
- 43347,
- 2,
- 17,
- 7,
- 0.22799,
- "_EDINSLCMTVVQNLMER_"
- ],
- [
- 20935,
- 3,
- 7,
- 4,
- 0.085516,
- "_VHMEVMPLFAGYLPLPDVR_"
- ],
- [
- 27244,
- 3,
- 10,
- 4,
- 0.12825,
- "_ELPEPLFTFNHFNDFVNAIK_"
- ],
- [
- 46781,
- 2,
- 15,
- 6,
- 0.19944,
- "_IMALGNEDGSIEIFQIPNLK_"
- ],
- [
- 11959,
- 2,
- 21,
- 4,
- 0.28496,
- "_ECLPLIIFLR_"
- ],
- [
- 51740,
- 3,
- 13,
- 7,
- 0.17098,
- "_PAERPAGSGGSEAPAMVEQLDTAVITPAMLEEEEQLEAAGLER_"
- ],
- [
- 29116,
- 2,
- 11,
- 5,
- 0.1425,
- "_SAELAAALLSIYMER_"
- ],
- [
- 46557,
- 3,
- 10,
- 4,
- 0.12825,
- "_EILNTPLLTVQEGAVEDLILTEPEPEHTGK_"
- ],
- [
- 42543,
- 2,
- 17,
- 5,
- 0.22799,
- "_ELMEGSDLNYYFNWIK_"
- ],
- [
- 46664,
- 2,
- 13,
- 5,
- 0.17097,
- "_FVLVFNCDETFDFQAMGR_"
- ],
- [
- 19472,
- 3,
- 14,
- 4,
- 0.18522,
- "_SLQELFLAHILSPWGAEVK_"
- ],
- [
- 37553,
- 3,
- 13,
- 4,
- 0.17097,
- "_GKEIDFDDVAAINPELLQLLPLHPK_"
- ],
- [
- 45390,
- 3,
- 14,
- 4,
- 0.18522,
- "_LLALHVLEAVLPACESGVEDDQMAQIVER_"
- ],
- [
- 16783,
- 3,
- 13,
- 4,
- 0.17097,
- "_VCDQVFALIENLTHQIR_"
- ],
- [
- 50985,
- 3,
- 19,
- 4,
- 0.25646,
- "_KPGILGDSPLGALQPGAQPANPLLGELPAGGGLPPELPPR_"
- ],
- [
- 47761,
- 2,
- 14,
- 4,
- 0.18522,
- "_VVELDLLEYGNQFQDALYK_"
- ],
- [
- 48412,
- 2,
- 9,
- 5,
- 0.11401,
- "_VLLGSVSGLAGGFVGTPADLVNVR_"
- ],
- [
- 31027,
- 3,
- 16,
- 5,
- 0.21368,
- "_HLSDAIVEVEEALIQIHDPELR_"
- ],
- [
- 36576,
- 3,
- 10,
- 5,
- 0.12826,
- "_CTSLLPLEDVVSVVTHEDCITEVK_"
- ],
- [
- 24793,
- 3,
- 12,
- 3,
- 0.15674,
- "_LMTPIECAMTMMSHIPSVMK_"
- ],
- [
- 36162,
- 2,
- 12,
- 4,
- 0.15674,
- "_VAEQTPLSALYLASLIK_"
- ],
- [
- 37144,
- 2,
- 16,
- 3,
- 0.21368,
- "_YGEFFPVPESILTSMK_"
- ],
- [
- 49667,
- 2,
- 15,
- 7,
- 0.19945,
- "_GDMDQIMESVLCVQYTEEPR_"
- ],
- [
- 29930,
- 2,
- 13,
- 5,
- 0.17097,
- "_EMNWLDYFALGGNK_"
- ],
- [
- 15114,
- 2,
- 11,
- 5,
- 0.14249,
- "_IDPLALVQAIER_"
- ],
- [
- 29752,
- 3,
- 13,
- 4,
- 0.17097,
- "_SEYQSIVLPFMEAHPDLFSLR_"
- ],
- [
- 20552,
- 2,
- 11,
- 4,
- 0.14249,
- "_EDLQVLIVDYLK_"
- ],
- [
- 13117,
- 3,
- 6,
- 2,
- 0.07126,
- "_VNPTVFFDIAVDGEPLGR_"
- ],
- [
- 29860,
- 3,
- 10,
- 5,
- 0.12825,
- "_DLELFSNPFNFKPEYAPISVR_"
- ],
- [
- 29791,
- 3,
- 6,
- 2,
- 0.07126,
- "_NSVMELIANGTLNILEEENHIK_"
- ],
- [
- 26824,
- 3,
- 13,
- 5,
- 0.17097,
- "_IDHLSFGELVPAIINPLDGTEK_"
- ],
- [
- 51240,
- 3,
- 13,
- 7,
- 0.17097,
- "_EINISFIPHESQVYTLDVPDAFYYCYSPDPGNAK_"
- ],
- [
- 41099,
- 4,
- 12,
- 7,
- 0.15673,
- "_TNSFLCNAGSELAVLYNDTAVLESHHTALAFQLTVK_"
- ],
- [
- 30640,
- 2,
- 11,
- 5,
- 0.1425,
- "_FQILNDEIITILDK_"
- ],
- [
- 19608,
- 2,
- 17,
- 4,
- 0.22791,
- "_DLGELLQAWGAGAK_"
- ],
- [
- 43090,
- 3,
- 15,
- 4,
- 0.19945,
- "_EGDSIAVILFSGVHFYTGQHFNIPAITK_"
- ],
- [
- 51792,
- 3,
- 30,
- 9,
- 0.41311,
- "_VSDTVVEPYNATLSVHQLVENTDETYCIDNEALYDICFR_"
- ],
- [
- 49769,
- 2,
- 22,
- 8,
- 0.29916,
- "_LLDFGSLSNLQVTQPTVGMNFK_"
- ],
- [
- 43080,
- 2,
- 27,
- 7,
- 0.37037,
- "_LPVVIGGLLDVDCSEDVIK_"
- ],
- [
- 48378,
- 2,
- 22,
- 6,
- 0.29916,
- "_AYTASLGETAVAFDFGPLAAVPK_"
- ],
- [
- 40931,
- 2,
- 19,
- 6,
- 0.25646,
- "_ETETVFVPVIQAGMEALK_"
- ],
- [
- 51417,
- 3,
- 21,
- 8,
- 0.28493,
- "_EELDKYWSQQIEESTTVVTTQSAEVGAAETTLTELR_"
- ],
- [
- 19985,
- 3,
- 30,
- 8,
- 0.41311,
- "_YGIICMEDLIHEIYTVGK_"
- ],
- [
- 40841,
- 3,
- 10,
- 5,
- 0.12823,
- "_VELSDHVCDVVFALFDCDGNGELSNK_"
- ],
- [
- 17279,
- 2,
- 15,
- 4,
- 0.19945,
- "_ETLLEGMLFSLK_"
- ],
- [
- 49264,
- 2,
- 12,
- 4,
- 0.15673,
- "_PGLGQYLCNQLGLPFPCLCR_"
- ],
- [
- 34979,
- 2,
- 17,
- 4,
- 0.22792,
- "_EELLNALYCEFINR_"
- ],
- [
- 31164,
- 2,
- 13,
- 4,
- 0.17097,
- "_DVYAQFLEMTDDKL_"
- ],
- [
- 46988,
- 2,
- 17,
- 4,
- 0.22792,
- "_VPYTDDGLEAIIFTAQGDMR_"
- ],
- [
- 30902,
- 4,
- 17,
- 5,
- 0.22792,
- "_HDLINQLQHNHALVTLVAENLATYMESMR_"
- ],
- [
- 49228,
- 3,
- 12,
- 6,
- 0.15673,
- "_EEAVQTFNYLCDLIESNHPIVLGPNNTNLPK_"
- ],
- [
- 28292,
- 2,
- 18,
- 5,
- 0.24215,
- "_LSGLNAFDIAEELVK_"
- ],
- [
- 44525,
- 2,
- 18,
- 6,
- 0.24215,
- "_FQVWDYEEGEVEALLDR_"
- ],
- [
- 50976,
- 2,
- 11,
- 5,
- 0.14248,
- "_TILQGNYIQYSGDPLQDFTLMR_"
- ],
- [
- 30844,
- 3,
- 14,
- 4,
- 0.18521,
- "_APDVVIGADTIVTVGGLILEKPVDK_"
- ],
- [
- 44511,
- 3,
- 22,
- 8,
- 0.29916,
- "_MDRDPLGGLADMFGQMPGSGIGTGPGVIQDR_"
- ],
- [
- 23363,
- 2,
- 13,
- 3,
- 0.17097,
- "_ATLTQMLNVIFTR_"
- ],
- [
- 51571,
- 3,
- 15,
- 4,
- 0.19945,
- "_DLEVLAEIASSPAGQTDDPGPLDGPDLQASHSELQVPTPGR_"
- ],
- [
- 38302,
- 2,
- 11,
- 4,
- 0.14248,
- "_DGWQDIVIGAPQYFDR_"
- ],
- [
- 17908,
- 4,
- 13,
- 5,
- 0.17097,
- "_GKEIDFDDVAAINPELLQLLPLHPK_"
- ],
- [
- 31269,
- 2,
- 15,
- 4,
- 0.19945,
- "_TWVPTSLQSLIDMAK_"
- ],
- [
- 16883,
- 2,
- 23,
- 6,
- 0.3134,
- "_LMLLLEVISGER_"
- ],
- [
- 22074,
- 2,
- 23,
- 6,
- 0.31338,
- "_VGYTPDWIFLLR_"
- ],
- [
- 50443,
- 2,
- 14,
- 7,
- 0.18518,
- "_TVYVGNLNSQTTTADQLLEFFK_"
- ],
- [
- 49282,
- 3,
- 12,
- 7,
- 0.15669,
- "_LLEVPVMLTEQYPQGLGPTVPELGTEGLRPLAK_"
- ],
- [
- 25854,
- 3,
- 15,
- 6,
- 0.19942,
- "_VNIVDLQQVINVDLIHIENR_"
- ],
- [
- 36859,
- 3,
- 10,
- 3,
- 0.12821,
- "_LYYNLDDIAYVGKPLVDIETEALK_"
- ],
- [
- 27032,
- 4,
- 21,
- 7,
- 0.28491,
- "_TAFYSFYLPIAAAMYMAGIDGEKEHANAK_"
- ],
- [
- 44726,
- 2,
- 7,
- 3,
- 0.085438,
- "_QTGLLDPGMLVNIQQPLIR_"
- ],
- [
- 33474,
- 2,
- 15,
- 3,
- 0.19942,
- "_QNLFAIIQGGLDADLR_"
- ],
- [
- 50160,
- 3,
- 16,
- 8,
- 0.21366,
- "_GATATYIEEDDVNNYSIHDVVMPLPGFDVIYPK_"
- ],
- [
- 30247,
- 2,
- 16,
- 6,
- 0.21366,
- "_DFGNYLFNFASAATK_"
- ],
- [
- 29739,
- 2,
- 18,
- 4,
- 0.24213,
- "_QWPELIPTLIESVK_"
- ],
- [
- 40707,
- 3,
- 18,
- 7,
- 0.24213,
- "_LPDTALPTLQNGAAVTDLAWDPFDPHR_"
- ],
- [
- 22907,
- 2,
- 13,
- 5,
- 0.17095,
- "_LTTDPDLILEVLR_"
- ],
- [
- 33261,
- 2,
- 19,
- 5,
- 0.25636,
- "_WVGGPEIELIAIATGGR_"
- ],
- [
- 32532,
- 2,
- 28,
- 2,
- 0.38458,
- "_ITSCIFQLLQEAGIK_"
- ],
- [
- 50125,
- 3,
- 11,
- 5,
- 0.14244,
- "_AGGTESIVAAMTQHLTSPQVCEQSCAALCFLALR_"
- ],
- [
- 46464,
- 3,
- 13,
- 6,
- 0.17094,
- "_VLELDTLVDNLSIDPSSGDIWVGCHPNGQK_"
- ],
- [
- 43358,
- 2,
- 13,
- 4,
- 0.17094,
- "_LLFSGASDNSIIMWDIGGR_"
- ],
- [
- 17171,
- 2,
- 11,
- 4,
- 0.14246,
- "_LDFMGWLGAIQK_"
- ],
- [
- 33893,
- 2,
- 14,
- 4,
- 0.18519,
- "_LEGGPGWLAEAIVTWR_"
- ],
- [
- 32197,
- 2,
- 12,
- 3,
- 0.15668,
- "_(Acetyl (Protein N-term))SMPDAMPLPGVGEELK_"
- ],
- [
- 45878,
- 2,
- 11,
- 5,
- 0.14246,
- "_ENVIFFQQGMLPAMSFDGK_"
- ],
- [
- 24478,
- 2,
- 14,
- 4,
- 0.18519,
- "_(Acetyl (Protein N-term))TTSGALFPSLVPGSR_"
- ],
- [
- 24677,
- 3,
- 7,
- 4,
- 0.085426,
- "_SINPDEAVAYGAAVQAAILMGDK_"
- ],
- [
- 44347,
- 2,
- 9,
- 2,
- 0.11395,
- "_VLSPLPAGNALASLALEVQAR_"
- ],
- [
- 48190,
- 3,
- 17,
- 5,
- 0.2279,
- "_LCFQVFLPDEHGNLTTALPPVVSNPIYDNR_"
- ],
- [
- 35492,
- 3,
- 29,
- 9,
- 0.39882,
- "_EKVETELQGVCDTVLGLLDSHLIK_"
- ],
- [
- 28661,
- 3,
- 9,
- 4,
- 0.11395,
- "_EISYLESEMYQLSHLLTEQK_"
- ],
- [
- 49484,
- 2,
- 16,
- 4,
- 0.21367,
- "_EPAPCAALMAALAAAEPADSGLER_"
- ],
- [
- 46608,
- 2,
- 19,
- 6,
- 0.25637,
- "_SQAPLESSLDSLGDVFLDSGR_"
- ],
- [
- 48979,
- 2,
- 19,
- 3,
- 0.25637,
- "_LFSAGLNGEIMEYDLQALNIK_"
- ],
- [
- 39524,
- 2,
- 9,
- 4,
- 0.11395,
- "_LGIVWQDVLPVNIYCK_"
- ],
- [
- 34284,
- 3,
- 20,
- 7,
- 0.27061,
- "_MYVPALIFGQLLTSSNYDDDEKK_"
- ],
- [
- 2870,
- 2,
- 11,
- 3,
- 0.14246,
- "_DFGLLVFVR_"
- ],
- [
- 42485,
- 3,
- 17,
- 6,
- 0.2279,
- "_ADLHDEEDEQDILLAQDLEDMWEQK_"
- ],
- [
- 51059,
- 3,
- 20,
- 8,
- 0.27061,
- "_LTLACGGVALNSFDDLSPDCLGHAGLVYEYTLGEEK_"
- ],
- [
- 44425,
- 3,
- 18,
- 8,
- 0.24215,
- "_LEDSLWVSLTDQHVQLPMAMTAENLAVK_"
- ],
- [
- 13932,
- 3,
- 9,
- 2,
- 0.11395,
- "_AIESGDTDLVFTVLLHLK_"
- ],
- [
- 29997,
- 2,
- 17,
- 6,
- 0.2279,
- "_LVLLELNFLPTTGTK_"
- ],
- [
- 40444,
- 3,
- 15,
- 7,
- 0.19942,
- "_GNFYIFDVLDQDGNIVSPSEIQAHLK_"
- ],
- [
- 24751,
- 2,
- 17,
- 4,
- 0.2279,
- "_LLLLESVSGLLQPR_"
- ],
- [
- 46375,
- 3,
- 15,
- 7,
- 0.19942,
- "_KSDLFQDDLYPDTAGPEAALEAEEWFEGK_"
- ],
- [
- 49851,
- 2,
- 10,
- 4,
- 0.12818,
- "_FSEAEHWLDYFPPLAIQDLK_"
- ],
- [
- 27909,
- 3,
- 18,
- 4,
- 0.24213,
- "_EATADISDVWLNLAHIYVEQK_"
- ],
- [
- 36377,
- 2,
- 29,
- 4,
- 0.39882,
- "_TMLELLNQLDGFEATK_"
- ],
- [
- 48927,
- 3,
- 21,
- 7,
- 0.28483,
- "_SAPQLANLQESFISHIVGPLCNSYDSAGLMPGK_"
- ],
- [
- 36127,
- 3,
- 13,
- 6,
- 0.17091,
- "_AVDVLSELSYAPMTPDHFPSLFCK_"
- ],
- [
- 18183,
- 2,
- 11,
- 5,
- 0.14242,
- "_ADLLGIVSELQLK_"
- ],
- [
- 46228,
- 2,
- 24,
- 5,
- 0.32761,
- "_FIDVPTLCEMLSYTPSSSK_"
- ],
- [
- 40357,
- 2,
- 21,
- 7,
- 0.28483,
- "_FDQLFDDESDPFEVLK_"
- ],
- [
- 34157,
- 2,
- 24,
- 4,
- 0.32761,
- "_TMLELINQLDGFDPR_"
- ],
- [
- 19633,
- 3,
- 15,
- 4,
- 0.19942,
- "_KAENPQCLLGDFVTEFFK_"
- ],
- [
- 44492,
- 3,
- 12,
- 4,
- 0.15668,
- "_MKPSGEDQAALAAGPWEECFQAAVQLALR_"
- ],
- [
- 51118,
- 2,
- 15,
- 5,
- 0.19942,
- "_LAEVFEQEIDPVMQSLGYCCGR_"
- ],
- [
- 6374,
- 3,
- 15,
- 2,
- 0.19942,
- "_LDLWSLPPVLVVHLK_"
- ],
- [
- 24961,
- 2,
- 17,
- 5,
- 0.22789,
- "_LDEGWVPLEIMIK_"
- ],
- [
- 46368,
- 2,
- 17,
- 6,
- 0.22789,
- "_ESATLQPFFTLQLDIQSDK_"
- ],
- [
- 33739,
- 2,
- 15,
- 4,
- 0.19942,
- "_DAMELPDYVLLTATAK_"
- ],
- [
- 17803,
- 3,
- 15,
- 5,
- 0.19942,
- "_QQDAQEFFLHLVNLVER_"
- ],
- [
- 13856,
- 2,
- 15,
- 3,
- 0.19939,
- "_LWELLCPLLR_"
- ],
- [
- 39930,
- 2,
- 13,
- 4,
- 0.17091,
- "_WDSLEGLLTCEPGLLVK_"
- ],
- [
- 18034,
- 3,
- 14,
- 6,
- 0.18514,
- "_TVILEIPELLSPVEHYLK_"
- ],
- [
- 43451,
- 2,
- 12,
- 4,
- 0.15665,
- "_IAFIMDESNVLDSGFLER_"
- ],
- [
- 42049,
- 2,
- 12,
- 4,
- 0.15665,
- "_CFLSWFCDDILSPNTK_"
- ],
- [
- 39796,
- 2,
- 12,
- 4,
- 0.15665,
- "_DLVLSGDLGSLYAMTQDK_"
- ],
- [
- 42075,
- 3,
- 14,
- 5,
- 0.18514,
- "_EQDFFFELDAMDHLQSFIADCDRR_"
- ],
- [
- 31222,
- 2,
- 12,
- 3,
- 0.15665,
- "_NAFALLVEMGHAFLR_"
- ],
- [
- 48033,
- 2,
- 14,
- 3,
- 0.18514,
- "_EDLSLPELLDEEDVLQECK_"
- ],
- [
- 51593,
- 3,
- 13,
- 2,
- 0.17091,
- "_APGEQDGDAMPLGSAVDILATDDPNFSQEDQQDTQIYEK_"
- ],
- [
- 31778,
- 2,
- 14,
- 7,
- 0.18514,
- "_TPIGSFLGSLSLLPATK_"
- ],
- [
- 29440,
- 2,
- 16,
- 5,
- 0.21364,
- "_LEEQLENLIEFIR_"
- ],
- [
- 43273,
- 3,
- 11,
- 3,
- 0.1424,
- "_TTVFGMTGHLPDFCMLMVGSNAGIVGMTK_"
- ],
- [
- 12128,
- 3,
- 15,
- 5,
- 0.19939,
- "_TAAFIWPMLIHIMDQK_"
- ],
- [
- 19967,
- 3,
- 17,
- 5,
- 0.22787,
- "_HILGFDTGDAVLNEAAQILR_"
- ],
- [
- 46789,
- 2,
- 19,
- 9,
- 0.25636,
- "_EYFGAFGEIENIELPMDTK_"
- ],
- [
- 49868,
- 2,
- 23,
- 6,
- 0.3133,
- "_DTASPYEMMLPSEAGFAEYVGR_"
- ],
- [
- 25181,
- 2,
- 16,
- 4,
- 0.21364,
- "_VVQLFISLLEGDSK_"
- ],
- [
- 45416,
- 2,
- 22,
- 7,
- 0.29906,
- "_SLQELFLAHILSPWGAEVK_"
- ],
- [
- 44054,
- 2,
- 18,
- 3,
- 0.24212,
- "_QFPDFVPVDVNTDTIPFK_"
- ],
- [
- 23150,
- 4,
- 20,
- 6,
- 0.2706,
- "_EQDFFFELDAMDHLQSFIADCDRR_"
- ],
- [
- 48585,
- 3,
- 19,
- 7,
- 0.25636,
- "_LRPLSYPDTDVILMCFSIDSPDSLENIPEK_"
- ],
- [
- 41018,
- 3,
- 20,
- 5,
- 0.2706,
- "_HGDLLFLFPSSLAGPSSEMETSVPPGFK_"
- ],
- [
- 51774,
- 3,
- 7,
- 7,
- 0.085381,
- "_LMYTFDQATGGTAQFEAHSDAQALVLLDVTPDQSMVDEGMAR_"
- ],
- [
- 38075,
- 2,
- 19,
- 6,
- 0.25646,
- "_FSPLTTNLINLLAENGR_"
- ],
- [
- 38850,
- 3,
- 12,
- 6,
- 0.15675,
- "_VTM(Oxidation (M))INAIPVASLDPIKEWLNSCDLK_"
- ],
- [
- 45744,
- 3,
- 9,
- 6,
- 0.11397,
- "_GELSIIPYEITLLSPCLHMLPHLHFGLK_"
- ],
- [
- 47172,
- 2,
- 12,
- 5,
- 0.15675,
- "_AFWETPASMWDDINNVGLR_"
- ],
- [
- 45764,
- 2,
- 19,
- 6,
- 0.25646,
- "_HILGFDTGDAVLNEAAQILR_"
- ],
- [
- 29310,
- 2,
- 11,
- 2,
- 0.14248,
- "_ELWSLLHFIMPEK_"
- ],
- [
- 50165,
- 2,
- 12,
- 4,
- 0.15675,
- "_(Acetyl (Protein N-term))MAPEEDAGGEALGGSFWEAGNYR_"
- ],
- [
- 43751,
- 3,
- 17,
- 7,
- 0.22799,
- "_KEPVGDDESVPENVLSFDDLTADALANLK_"
- ],
- [
- 41736,
- 2,
- 17,
- 6,
- 0.22799,
- "_VWDVSTETCVPLPWFR_"
- ],
- [
- 44420,
- 2,
- 15,
- 5,
- 0.19948,
- "_TVILEIPELLSPVEHYLK_"
- ],
- [
- 42725,
- 2,
- 11,
- 4,
- 0.14248,
- "_QLEPEFYTSLFQEVGLK_"
- ],
- [
- 44272,
- 2,
- 15,
- 4,
- 0.19948,
- "_FMYFEFPQPLPVCGDIK_"
- ],
- [
- 40149,
- 2,
- 10,
- 4,
- 0.12822,
- "_EMATISEDVIIVTSSLTK_"
- ],
- [
- 44143,
- 4,
- 16,
- 7,
- 0.21374,
- "_EVPQHPSCLFFQYNTQLGPPYHILVDTNFINFSIK_"
- ],
- [
- 41334,
- 3,
- 16,
- 8,
- 0.21374,
- "_HFADLLPGFLQAVNDSCYQNDDSVLK_"
- ],
- [
- 51404,
- 2,
- 15,
- 6,
- 0.19948,
- "_TDPYSCSLCPFSPTDPGWPAFMR_"
- ],
- [
- 38506,
- 2,
- 15,
- 3,
- 0.19948,
- "_VSIAQWPALTFTPLVDK_"
- ],
- [
- 33826,
- 3,
- 12,
- 5,
- 0.15673,
- "_LSIDWGTAFPKPLLTPYEAAVALR_"
- ],
- [
- 32779,
- 2,
- 11,
- 5,
- 0.14247,
- "_LDPYDYEMIEVVLK_"
- ],
- [
- 44814,
- 2,
- 14,
- 5,
- 0.18524,
- "_SIAANMTFAEIVTPFNIDR_"
- ],
- [
- 31308,
- 2,
- 13,
- 5,
- 0.171,
- "_VAASTGIDLLLLDDFK_"
- ],
- [
- 48322,
- 2,
- 8,
- 5,
- 0.099739,
- "_ILADLEDYLNELWEDKEGK_"
- ],
- [
- 49737,
- 2,
- 14,
- 6,
- 0.18524,
- "_TDSCDVNDCVQQVVELLQER_"
- ],
- [
- 28234,
- 3,
- 13,
- 5,
- 0.171,
- "_DAVQDFLHEIYFLPDHPELK_"
- ],
- [
- 16934,
- 2,
- 17,
- 5,
- 0.22799,
- "_MSPLSIVTALVDK_"
- ],
- [
- 51199,
- 2,
- 11,
- 4,
- 0.14247,
- "_NYQFFIGENM(Oxidation (M))NPDGMVALLDYR_"
- ],
- [
- 39475,
- 3,
- 10,
- 2,
- 0.12822,
- "_VSMILQSPAFCEELESMIQEQFKK_"
- ],
- [
- 45895,
- 3,
- 17,
- 6,
- 0.22799,
- "_LLAAGQLADALSQFHAAVDGDPDNYIAYYR_"
- ],
- [
- 47102,
- 2,
- 20,
- 6,
- 0.27071,
- "_TLYVEEVVPNVIEPSFGLGR_"
- ],
- [
- 24200,
- 3,
- 18,
- 8,
- 0.24224,
- "_IQVTPPGFQLVFLPFADDKR_"
- ],
- [
- 48660,
- 2,
- 11,
- 4,
- 0.14247,
- "_GTGALIYVIDAQDDYMEALTR_"
- ],
- [
- 40264,
- 2,
- 12,
- 3,
- 0.15673,
- "_CLAQEVNIPDWIVDLR_"
- ],
- [
- 20528,
- 3,
- 15,
- 5,
- 0.1995,
- "_EFLDFFWDIAKPEQETR_"
- ],
- [
- 15506,
- 3,
- 16,
- 5,
- 0.21373,
- "_NMVDYHLIMDMIPAISR_"
- ],
- [
- 20625,
- 2,
- 16,
- 4,
- 0.21373,
- "_DDLLLTDFEGALK_"
- ],
- [
- 27473,
- 2,
- 15,
- 4,
- 0.1995,
- "_PVCAVLLLFPITEK_"
- ],
- [
- 42478,
- 2,
- 18,
- 5,
- 0.24224,
- "_NMVDYHLIMDMIPAISR_"
- ],
- [
- 29078,
- 3,
- 11,
- 3,
- 0.14247,
- "_NQLPGILGGVGPMHSLVQLVQGLK_"
- ],
- [
- 46139,
- 2,
- 18,
- 4,
- 0.24224,
- "_EFLDFFWDIAKPEQETR_"
- ],
- [
- 39202,
- 2,
- 17,
- 6,
- 0.22799,
- "_LIPLLLSSLNDEVPEVR_"
- ],
- [
- 50636,
- 3,
- 13,
- 7,
- 0.17095,
- "_NSFGLAPAAPLQVHAPLSPNQTVEISLPLSTVGSVMK_"
- ],
- [
- 47916,
- 2,
- 14,
- 8,
- 0.18522,
- "_TQIVDCAAVANWIFSSELSR_"
- ],
- [
- 47934,
- 3,
- 13,
- 7,
- 0.17095,
- "_LSTIDESGSILSDISFDKTDESLDWDSSLVK_"
- ],
- [
- 51262,
- 2,
- 12,
- 3,
- 0.1567,
- "_ILEPDDFLDDLDDEDYEEDTPK_"
- ],
- [
- 36508,
- 2,
- 9,
- 3,
- 0.11396,
- "_VTLDHIIEDALVVSFR_"
- ],
- [
- 35813,
- 2,
- 9,
- 3,
- 0.11396,
- "_VSIIQELVTNYEASLK_"
- ],
- [
- 48065,
- 4,
- 13,
- 6,
- 0.17095,
- "_SIIEQAEDFLQASHQQPVQYSNPHIIFAFYNSVSSPMAEK_"
- ],
- [
- 26126,
- 3,
- 11,
- 3,
- 0.14244,
- "_ATRPSDDPLSLLDPLWTLNKT_"
- ],
- [
- 44115,
- 3,
- 23,
- 6,
- 0.31342,
- "_MTKPPVQEMVDELQGPFSYDFSYWAR_"
- ],
- [
- 41313,
- 3,
- 17,
- 5,
- 0.22796,
- "_VLNPLLPYGPALIEHCLLENGFSGNVK_"
- ],
- [
- 45265,
- 2,
- 21,
- 6,
- 0.28494,
- "_DFDGLVQVIIPQDESAASVK_"
- ],
- [
- 38766,
- 2,
- 22,
- 6,
- 0.29918,
- "_(Acetyl (Protein N-term))EEEIAALVIDNGSGM(Oxidation (M))CK_"
- ],
- [
- 28024,
- 3,
- 17,
- 7,
- 0.22796,
- "_FSEAEHWLDYFPPLAIQDLK_"
- ],
- [
- 44352,
- 3,
- 15,
- 6,
- 0.19947,
- "_NLLILYDAIGTLADSVGHHLNQPEYIQK_"
- ],
- [
- 48256,
- 2,
- 21,
- 7,
- 0.28494,
- "_LLCETLLEPGCQLESLWVK_"
- ],
- [
- 41178,
- 2,
- 16,
- 7,
- 0.21373,
- "_ALNALCDGLIDELNQALK_"
- ],
- [
- 48860,
- 2,
- 19,
- 6,
- 0.25645,
- "_LCEPEVLNSLEETYSPFFR_"
- ],
- [
- 40313,
- 3,
- 9,
- 4,
- 0.11397,
- "_YPHLVAGALAASAPVLAVAGLGDSNQFFR_"
- ],
- [
- 42958,
- 2,
- 13,
- 6,
- 0.17094,
- "_GILSGTSDLLLTFDEAEVR_"
- ],
- [
- 41425,
- 2,
- 13,
- 6,
- 0.17094,
- "_APGALLAAAGLADAATEIVER_"
- ],
- [
- 31993,
- 2,
- 14,
- 5,
- 0.18519,
- "_EMVPEFVVPDLTGFK_"
- ],
- [
- 15907,
- 3,
- 18,
- 5,
- 0.2422,
- "_LGPSDYFGEIALLLNRPR_"
- ],
- [
- 35356,
- 3,
- 18,
- 6,
- 0.2422,
- "_YNMGLPVDFDQYNELHLPAVILK_"
- ],
- [
- 45160,
- 2,
- 22,
- 5,
- 0.29918,
- "_LLQDSVDFSLADAINTEFK_"
- ],
- [
- 25504,
- 2,
- 15,
- 4,
- 0.19946,
- "_DDILPMDLGTFYR_"
- ],
- [
- 44219,
- 2,
- 13,
- 2,
- 0.17094,
- "_VIFDIVDLCTTWEAM(Oxidation (M))EK_"
- ],
- [
- 37094,
- 3,
- 15,
- 6,
- 0.19946,
- "_MVMPSWFDLMGLSPDAPEDEAGIKK_"
- ],
- [
- 28946,
- 3,
- 16,
- 4,
- 0.21371,
- "_QNAVNSNQSNVVIEDFESSLTR_"
- ],
- [
- 42595,
- 3,
- 15,
- 7,
- 0.19946,
- "_SLAEDFAEQPIKDAVITVPVFFNQAER_"
- ],
- [
- 25890,
- 3,
- 11,
- 5,
- 0.14243,
- "_PLLPVGNKPLIWYPLNLLER_"
- ],
- [
- 22774,
- 3,
- 13,
- 4,
- 0.17091,
- "_NANELSVLKDEVLEVLEDGR_"
- ],
- [
- 26659,
- 2,
- 15,
- 3,
- 0.19942,
- "_LDTSGFSSILVTLTK_"
- ],
- [
- 45589,
- 3,
- 20,
- 8,
- 0.27068,
- "_GLPQLGTLGAGNHYAEIQVVDEIFNEYAAK_"
- ],
- [
- 36795,
- 3,
- 17,
- 7,
- 0.22794,
- "_LVEMGPAGAQFLGPVIVEIPHFGSMR_"
- ],
- [
- 40178,
- 2,
- 14,
- 5,
- 0.18517,
- "_DYTGEDVTPQNFLAVLR_"
- ],
- [
- 50404,
- 3,
- 19,
- 7,
- 0.25642,
- "_IPNFWVTTFVNHPQVSALLGEEDEEALHYLTR_"
- ],
- [
- 28245,
- 2,
- 16,
- 6,
- 0.21369,
- "_LNLVEAFVEDAELR_"
- ],
- [
- 28860,
- 3,
- 14,
- 4,
- 0.18517,
- "_EWVDKYDPGALVIPFSGALELK_"
- ],
- [
- 36000,
- 3,
- 12,
- 4,
- 0.15667,
- "_NLLDIDAPVTVCGDIHGQFFDLMK_"
- ],
- [
- 26093,
- 2,
- 12,
- 4,
- 0.15667,
- "_AYIDELWEMALSK_"
- ],
- [
- 47328,
- 3,
- 21,
- 8,
- 0.28493,
- "_TITDVINIGIGGSDLGPLM(Oxidation (M))VTEALKPYSSGGPR_"
- ],
- [
- 11874,
- 3,
- 10,
- 6,
- 0.1282,
- "_LAMQEFMILPVGAANFR_"
- ],
- [
- 29118,
- 2,
- 15,
- 5,
- 0.19942,
- "_SGYPDIGFPLFPLSK_"
- ],
- [
- 43320,
- 3,
- 18,
- 5,
- 0.2422,
- "_VWNVAENSYVETLFGHQDAVAALDALSR_"
- ],
- [
- 5549,
- 2,
- 14,
- 5,
- 0.18517,
- "_GLSFLFPLLK_"
- ],
- [
- 50112,
- 2,
- 11,
- 5,
- 0.14243,
- "_SPSQDFSFIEDTEILDSAMYR_"
- ],
- [
- 34968,
- 2,
- 13,
- 6,
- 0.17091,
- "_WSQEDMLTLLECMK_"
- ],
- [
- 26716,
- 4,
- 19,
- 6,
- 0.25644,
- "_KPEPQVLAALLHALPLKEDLEEWVTIGR_"
- ],
- [
- 42459,
- 2,
- 17,
- 6,
- 0.22793,
- "_VQENLLANGVDLVTYITR_"
- ],
- [
- 44028,
- 3,
- 12,
- 3,
- 0.15667,
- "_VMNPIQGNTLDLVQLEQNEAAFSVAVCR_"
- ],
- [
- 51474,
- 3,
- 17,
- 8,
- 0.22793,
- "_LPEEWSQWLGGSSWPGYVRPLPPAAIESPAVAAPAYSR_"
- ],
- [
- 33348,
- 3,
- 18,
- 7,
- 0.24217,
- "_EVEELEQLTQQLMQDMEHPQR_"
- ],
- [
- 51285,
- 3,
- 14,
- 7,
- 0.18515,
- "_GFDFQWPQPDKPMFFYVTQGQEEIASSGTSYLNR_"
- ],
- [
- 31109,
- 4,
- 10,
- 6,
- 0.12822,
- "_NHELSGLNKEELAVLLLQSDPFFMPEICK_"
- ],
- [
- 45006,
- 2,
- 14,
- 7,
- 0.18515,
- "_LAACVNLIPQITSIYEWK_"
- ],
- [
- 29609,
- 2,
- 13,
- 4,
- 0.17091,
- "_SFLEFAEDVIQVPR_"
- ],
- [
- 44338,
- 2,
- 9,
- 5,
- 0.11398,
- "_ELEENLNIAIDVIDAYQK_"
- ],
- [
- 48498,
- 3,
- 16,
- 8,
- 0.21366,
- "_LVYVCDPVLGDKWDGEGSMYVPEDLLPVYK_"
- ],
- [
- 27687,
- 3,
- 16,
- 5,
- 0.21366,
- "_LLDILSEHLYYDEIAVPFTR_"
- ],
- [
- 51155,
- 2,
- 9,
- 4,
- 0.11398,
- "_QLFIGGEACLWGEYVDATNLTPR_"
- ],
- [
- 27558,
- 3,
- 14,
- 4,
- 0.18515,
- "_QLYEPLVMQLIHWFTNNKK_"
- ],
- [
- 37904,
- 3,
- 9,
- 6,
- 0.11398,
- "_AAEDLLSQIQENYQKPLEELEVLK_"
- ],
- [
- 20019,
- 4,
- 14,
- 6,
- 0.18515,
- "_IVLATNIAETSITINDIVHVVDSGLHK_"
- ],
- [
- 17727,
- 2,
- 15,
- 3,
- 0.19939,
- "_SFEYLFSLIDR_"
- ],
- [
- 48358,
- 2,
- 13,
- 3,
- 0.17091,
- "_GGFSFGNVEPASLPSASVFVLGR_"
- ],
- [
- 50451,
- 2,
- 13,
- 7,
- 0.17091,
- "_ILDIVPPTFSALCPANPTCIYK_"
- ],
- [
- 50719,
- 2,
- 14,
- 6,
- 0.18515,
- "_SLDDSCSQLTSFLYSFCQQSR_"
- ],
- [
- 42330,
- 2,
- 15,
- 4,
- 0.19939,
- "_FDEFDEAIDEAIEDDIK_"
- ],
- [
- 48411,
- 2,
- 15,
- 5,
- 0.19939,
- "_TLIVGGEASTLTIWDLASPTPR_"
- ],
- [
- 44622,
- 4,
- 18,
- 10,
- 0.24217,
- "_LWTLSANDMEDDSMDLIDSDELLDPEDLKKPDPASLR_"
- ],
- [
- 27637,
- 2,
- 14,
- 2,
- 0.18515,
- "_AALEALDELDLFGVK_"
- ],
- [
- 16263,
- 3,
- 16,
- 6,
- 0.21365,
- "_LEEALMADMLAHVEELAR_"
- ],
- [
- 37123,
- 4,
- 12,
- 3,
- 0.15668,
- "_LSCFHQLLLEPPKLEPLQMTWGMLAPPLGNTR_"
- ],
- [
- 28936,
- 2,
- 16,
- 4,
- 0.21365,
- "_TDLSNVQELLQFVK_"
- ],
- [
- 48618,
- 2,
- 9,
- 4,
- 0.11399,
- "_GLTWLMEDTLQAPTPLQIER_"
- ],
- [
- 47426,
- 3,
- 21,
- 7,
- 0.2849,
- "_MYHDDDLADLVFPSSATADTSIFAGQNDPLK_"
- ],
- [
- 16041,
- 2,
- 10,
- 3,
- 0.12822,
- "_ELIDALTAEILR_"
- ],
- [
- 38360,
- 3,
- 20,
- 8,
- 0.27068,
- "_VIFHPEFLSSTSPLLPVDYEEFVR_"
- ],
- [
- 5450,
- 2,
- 17,
- 3,
- 0.2279,
- "_DDWLEWLR_"
- ],
- [
- 51629,
- 3,
- 10,
- 5,
- 0.12822,
- "_QSLDVLDLCEGDLSPGLTDSTAPSSELGKDDLEELAAAAQK_"
- ],
- [
- 50735,
- 2,
- 11,
- 4,
- 0.14246,
- "_VQQMIGQIDGLISQLEMDQQAGK_"
- ],
- [
- 42105,
- 2,
- 10,
- 4,
- 0.12822,
- "_DPTGMDPDDIWQLSSSLK_"
- ],
- [
- 18461,
- 2,
- 9,
- 4,
- 0.11403,
- "_MEQLFLQLILR_"
- ],
- [
- 30274,
- 3,
- 9,
- 4,
- 0.11403,
- "_IPDCPVPASLLEELLRPPPAVSK_"
- ],
- [
- 41345,
- 4,
- 9,
- 7,
- 0.11403,
- "_EREYLQCLHFDCLLDGGVINLSVPIVLTATHEDK_"
- ],
- [
- 51658,
- 2,
- 7,
- 6,
- 0.085434,
- "_GQILTMANPIIGNGGAPDTTALDELGLSK_"
- ],
- [
- 31351,
- 3,
- 13,
- 7,
- 0.17094,
- "_GLCDNMEPETFLDHEMVFLLK_"
- ],
- [
- 38710,
- 3,
- 12,
- 6,
- 0.15672,
- "_GYGSIYFEGDVNLTNLNLDDIVHIR_"
- ],
- [
- 21695,
- 2,
- 8,
- 4,
- 0.099684,
- "_TLLLSLLATEIER_"
- ],
- [
- 48790,
- 2,
- 15,
- 4,
- 0.19941,
- "_EFEETMDALQADIDQLEAEK_"
- ],
- [
- 29028,
- 2,
- 8,
- 3,
- 0.099684,
- "_(Acetyl (Protein N-term))GDILAHESELLGLVK_"
- ],
- [
- 41597,
- 3,
- 12,
- 6,
- 0.15672,
- "_FNIIASLYDYNPNLATYMKPEMWGK_"
- ],
- [
- 40636,
- 3,
- 13,
- 7,
- 0.17094,
- "_LSQYLDSSQVKPLFQFFVPDALNDR_"
- ],
- [
- 41661,
- 2,
- 11,
- 4,
- 0.14248,
- "_NQLLLEFSFWNEPVPR_"
- ],
- [
- 51043,
- 2,
- 8,
- 2,
- 0.099684,
- "_QLATVNEQPLQNGFEELIQWTK_"
- ],
- [
- 27481,
- 3,
- 15,
- 4,
- 0.19941,
- "_DIEQFTEFFENPAFRPDGLK_"
- ],
- [
- 35497,
- 2,
- 22,
- 6,
- 0.29917,
- "_VLVCGAGPIGMVTLLVAK_"
- ],
- [
- 38037,
- 3,
- 19,
- 4,
- 0.25643,
- "_LNSIMQASLPVQEYLFMPFDQAHK_"
- ],
- [
- 47831,
- 2,
- 19,
- 5,
- 0.25643,
- "_(Acetyl (Protein N-term))MEPAAGSSMEPSADWLATAAAR_"
- ],
- [
- 43069,
- 2,
- 18,
- 2,
- 0.24216,
- "_LEEALMADMLAHVEELAR_"
- ],
- [
- 38550,
- 3,
- 22,
- 7,
- 0.29917,
- "_TSIIATISPASLNLEETLSTLEYAHR_"
- ],
- [
- 22390,
- 2,
- 16,
- 5,
- 0.21365,
- "_INVLLQAFISQLK_"
- ],
- [
- 32662,
- 2,
- 16,
- 6,
- 0.21365,
- "_IPWFQYPIIYDIR_"
- ],
- [
- 21436,
- 3,
- 9,
- 2,
- 0.11403,
- "_ELILHTPPAPVFSFLFDEK_"
- ],
- [
- 50349,
- 2,
- 12,
- 6,
- 0.15673,
- "_QTEVETVMSEVSGFPMPQLDPR_"
- ],
- [
- 28101,
- 4,
- 22,
- 5,
- 0.29919,
- "_GELSIIPYEITLLSPCLHMLPHLHFGLK_"
- ],
- [
- 38709,
- 3,
- 5,
- 3,
- 0.05699,
- "_EVGIEFM(Oxidation (M))DLYSHLVPVYDVEPLEK_"
- ],
- [
- 24349,
- 3,
- 18,
- 7,
- 0.24216,
- "_ILADLEDYLNELWEDKEGK_"
- ],
- [
- 16672,
- 3,
- 10,
- 4,
- 0.12828,
- "_SYLALATETVDMFHILTK_"
- ],
- [
- 38942,
- 2,
- 12,
- 4,
- 0.15673,
- "_VDSAVFCLCLDDFPIK_"
- ],
- [
- 44257,
- 3,
- 12,
- 4,
- 0.15673,
- "_WYYPFHYAPFASDFEGIADMPSDFEK_"
- ],
- [
- 44103,
- 2,
- 11,
- 5,
- 0.15673,
- "_SDYMLEIADQVDQEIALK_"
- ],
- [
- 14423,
- 3,
- 13,
- 5,
- 0.17097,
- "_NLGSLLKPGGFLVIMDALK_"
- ],
- [
- 43103,
- 2,
- 14,
- 5,
- 0.18519,
- "_TVEVPMMTLDLETPYFR_"
- ],
- [
- 49424,
- 2,
- 14,
- 4,
- 0.18519,
- "_LMPLEAGIPDPPNMSAELIQLK_"
- ],
- [
- 35711,
- 3,
- 14,
- 6,
- 0.18519,
- "_VNLFTDFDKYMTISDEWDIPEK_"
- ],
- [
- 35078,
- 3,
- 12,
- 7,
- 0.15673,
- "_RLFAQLAGDDMEVSATELMNILNK_"
- ],
- [
- 39162,
- 2,
- 11,
- 5,
- 0.1425,
- "_TLQAAAFLDFLWHNMK_"
- ],
- [
- 47093,
- 3,
- 11,
- 6,
- 0.1425,
- "_EKIPIIVGDYGPMWVYPTSTFDCVVADPR_"
- ],
- [
- 44652,
- 2,
- 11,
- 3,
- 0.1425,
- "_WNPDCLMIDGLVSQLGER_"
- ],
- [
- 46539,
- 3,
- 15,
- 6,
- 0.19942,
- "_HLLNYAYNSNINVPNAEVLLNNEIDWLK_"
- ],
- [
- 32844,
- 3,
- 16,
- 4,
- 0.21366,
- "_IEPDTTALSTNHETIDLLVQILR_"
- ],
- [
- 43712,
- 4,
- 12,
- 8,
- 0.15673,
- "_GIGLFPSNFVTTNLNIETEAAAVDKLNVIDDDVEEIKK_"
- ],
- [
- 24438,
- 2,
- 14,
- 4,
- 0.1852,
- "_NVYLFPGIPELLR_"
- ],
- [
- 39801,
- 2,
- 12,
- 2,
- 0.15673,
- "_IYPFWTPDIPLSSYVK_"
- ],
- [
- 33063,
- 3,
- 13,
- 2,
- 0.17096,
- "_NAVLFEAISLIIHHDSEPNLLVR_"
- ],
- [
- 47371,
- 2,
- 20,
- 5,
- 0.27064,
- "_YMSVNQAAQQLLEIVQNQR_"
- ],
- [
- 35450,
- 3,
- 13,
- 5,
- 0.17096,
- "_LPIQLQALSLPLVVIVHGNQDNNAK_"
- ],
- [
- 33931,
- 3,
- 14,
- 3,
- 0.1852,
- "_EQSISLMSVGFLLEKPDEAVVWR_"
- ],
- [
- 45928,
- 2,
- 13,
- 5,
- 0.17096,
- "_LIPQPAFQWAFEPDVFQK_"
- ],
- [
- 34166,
- 2,
- 7,
- 3,
- 0.085447,
- "_LQAIGELESIGELFSR_"
- ],
- [
- 22728,
- 3,
- 17,
- 6,
- 0.22789,
- "_FDVNTSAVQVLIEHIGNLDR_"
- ],
- [
- 33775,
- 2,
- 19,
- 7,
- 0.25638,
- "_TMLELLNQLDGFDSR_"
- ],
- [
- 18825,
- 2,
- 16,
- 4,
- 0.21365,
- "_LAAVQLLQFLAPK_"
- ],
- [
- 41698,
- 3,
- 17,
- 7,
- 0.22789,
- "_EVDADGDLIAVSNLNDSDKLQLLSLVTK_"
- ],
- [
- 49516,
- 2,
- 12,
- 6,
- 0.15673,
- "_QILAPVEESACQFFFDLNEK_"
- ],
- [
- 23550,
- 2,
- 21,
- 5,
- 0.28491,
- "_SVLLTGYLEYLIK_"
- ],
- [
- 34043,
- 2,
- 17,
- 4,
- 0.22789,
- "_DLVWLEEIQEEAER_"
- ],
- [
- 50987,
- 2,
- 15,
- 8,
- 0.19942,
- "_DVTSLDWNSEGTLLATGSYDGFAR_"
- ],
- [
- 47477,
- 2,
- 12,
- 4,
- 0.15673,
- "_FDVNTSAVQVLIEHIGNLDR_"
- ],
- [
- 19675,
- 2,
- 21,
- 3,
- 0.28491,
- "_TVDISLILSEAIR_"
- ],
- [
- 35114,
- 2,
- 21,
- 6,
- 0.28491,
- "_ILEEIDTLILPENFK_"
- ],
- [
- 46351,
- 3,
- 16,
- 7,
- 0.21365,
- "_VPLPPELVEQFGHMQCNCMMGVFPPISR_"
- ],
- [
- 42988,
- 3,
- 9,
- 3,
- 0.11391,
- "_GFPVAHSIYGIPSVINSANYVYFLGLEK_"
- ],
- [
- 28626,
- 2,
- 19,
- 4,
- 0.25638,
- "_VIEEVSDMFAFIAR_"
- ],
- [
- 48491,
- 2,
- 21,
- 7,
- 0.28488,
- "_SINPDEAVAYGAAVQAAILMGDK_"
- ],
- [
- 36229,
- 4,
- 12,
- 8,
- 0.15674,
- "_EIIQDVTLHDLDVANARPQGGQDILSMMGQLMK_"
- ],
- [
- 42231,
- 4,
- 12,
- 6,
- 0.15674,
- "_KVFVGGLSPDTSEEQIKEYFGAFGEIENIELPMDTK_"
- ],
- [
- 12157,
- 2,
- 18,
- 5,
- 0.24212,
- "_IPFADALDLFR_"
- ],
- [
- 45402,
- 3,
- 7,
- 3,
- 0.085455,
- "_NQAFIEMNTEEAANTMVNYYTSVTPVLR_"
- ],
- [
- 33134,
- 2,
- 23,
- 5,
- 0.31339,
- "_GLLPEELTPLILATQK_"
- ],
- [
- 50898,
- 2,
- 17,
- 5,
- 0.22789,
- "_DYICPNIWLEYGQYSVGGIGQK_"
- ],
- [
- 25186,
- 2,
- 14,
- 4,
- 0.18519,
- "_LTIYTTLVGLLNAR_"
- ],
- [
- 27288,
- 2,
- 15,
- 5,
- 0.19944,
- "_STMVDPAINLFFLK_"
- ],
- [
- 45554,
- 2,
- 18,
- 5,
- 0.24212,
- "_MITSAAGIISLLDEDEPQLK_"
- ],
- [
- 24632,
- 3,
- 9,
- 4,
- 0.11392,
- "_DRLSASSLTMESFAFLWAGGR_"
- ],
- [
- 42012,
- 3,
- 16,
- 6,
- 0.21365,
- "_KVDSSVLGSLSSVPLTGFSFSPGNSSLFGK_"
- ],
- [
- 25357,
- 2,
- 21,
- 6,
- 0.28488,
- "_SLEEIYLFSLPIK_"
- ],
- [
- 40935,
- 3,
- 14,
- 4,
- 0.18521,
- "_YGLVMTEAHLPSQTLEQGLDVLEIMR_"
- ],
- [
- 26483,
- 3,
- 20,
- 2,
- 0.2706,
- "_EQMDNAVYTFETLLHQELGK_"
- ],
- [
- 27205,
- 2,
- 11,
- 3,
- 0.14239,
- "_AIDGLNLLPTLLQGR_"
- ],
- [
- 37539,
- 2,
- 10,
- 4,
- 0.12816,
- "_YLVLDIADNPVENIIR_"
- ],
- [
- 38950,
- 4,
- 14,
- 5,
- 0.18521,
- "_IPEEEYIILIDGLNEAEFHKPDYGDTLSSFITK_"
- ],
- [
- 42185,
- 3,
- 17,
- 3,
- 0.22789,
- "_GFDALQYQEHLDYEIIQSLNPEFNK_"
- ],
- [
- 35902,
- 2,
- 13,
- 5,
- 0.17098,
- "_TILYDMYSYVWDIK_"
- ],
- [
- 49779,
- 2,
- 13,
- 5,
- 0.17098,
- "_TVYFDFQVGDEPPILPDMGNR_"
- ],
- [
- 45201,
- 3,
- 18,
- 6,
- 0.24213,
- "_KPEIAQVIASYTATGPEQLTLAPGQLILIR_"
- ],
- [
- 50819,
- 2,
- 18,
- 5,
- 0.24213,
- "_TIPEYVPAFANTGGGYLFIGVDDK_"
- ],
- [
- 21375,
- 4,
- 14,
- 7,
- 0.18521,
- "_FVSTLIDSHPDIASFGEFCLAHLLLK_"
- ],
- [
- 24836,
- 2,
- 17,
- 4,
- 0.22789,
- "_MFESFIESVPLLK_"
- ],
- [
- 46174,
- 4,
- 16,
- 6,
- 0.21368,
- "_VTASHLDWTAHSPELLQFSVIVAQSGPALGEALPHVVPTLR_"
- ],
- [
- 34513,
- 2,
- 12,
- 3,
- 0.15664,
- "_LGCLIWEVFNGPLPR_"
- ],
- [
- 49986,
- 2,
- 12,
- 5,
- 0.15664,
- "_VFEEMNVDLQEELPSLWNSR_"
- ],
- [
- 43045,
- 2,
- 12,
- 2,
- 0.15664,
- "_ESGAVFEAGGLNCVLTFIR_"
- ],
- [
- 49508,
- 2,
- 8,
- 4,
- 0.099695,
- "_QMALNATYIFNGLTVSVPGMEK_"
- ],
- [
- 16878,
- 2,
- 15,
- 4,
- 0.19943,
- "_SIVEEIEDLVAR_"
- ],
- [
- 43375,
- 2,
- 15,
- 5,
- 0.19943,
- "_SYLALATETVDMFHILTK_"
- ],
- [
- 32505,
- 3,
- 11,
- 4,
- 0.14239,
- "_DYCWEYFLSSNTLQMLHNMK_"
- ],
- [
- 40322,
- 3,
- 11,
- 5,
- 0.14239,
- "_ASMDVENPDYSEEILKGELAWIIYK_"
- ],
- [
- 51139,
- 2,
- 9,
- 5,
- 0.11392,
- "_SLEELPSGPPPETLSLDWVYGYR_"
- ],
- [
- 36064,
- 3,
- 16,
- 7,
- 0.21368,
- "_EGDLLFTVAKDPIVNVWYSVNGER_"
- ],
- [
- 35025,
- 4,
- 14,
- 5,
- 0.18524,
- "_EPLAVHTWAPTPQGLLLLDFGGTVSLLQSHGGTR_"
- ],
- [
- 50290,
- 2,
- 12,
- 6,
- 0.15664,
- "_LSENNIQTIFAVTEEFQPVYK_"
- ],
- [
- 49698,
- 2,
- 8,
- 2,
- 0.099712,
- "_AAASVLTTSMVTMEPGYLFLGSR_"
- ],
- [
- 37760,
- 3,
- 14,
- 3,
- 0.18524,
- "_RGPTGVIATTMTDSFLTGQMLLQDLK_"
- ],
- [
- 39619,
- 2,
- 9,
- 4,
- 0.11395,
- "_QQPLFSLVDFEQVVDR_"
- ],
- [
- 45747,
- 2,
- 11,
- 5,
- 0.14242,
- "_TLTDEDEADQGGWLAAFWK_"
- ],
- [
- 39053,
- 2,
- 12,
- 4,
- 0.15664,
- "_LQTLISGAVVEQLDFLR_"
- ],
- [
- 27139,
- 2,
- 11,
- 3,
- 0.14242,
- "_GGLDEALYNVIAMAR_"
- ],
- [
- 36884,
- 3,
- 13,
- 5,
- 0.17089,
- "_ITGM(Oxidation (M))LLEIDNSELLHMLESPESLR_"
- ],
- [
- 35460,
- 2,
- 16,
- 6,
- 0.21369,
- "_LYGDDALDNALQTFIK_"
- ],
- [
- 48951,
- 2,
- 15,
- 2,
- 0.19946,
- "_FFQELFDSELASQATAEFEK_"
- ],
- [
- 47010,
- 2,
- 22,
- 6,
- 0.29912,
- "_GYGPDGHFGMFPANYVELIE_"
- ],
- [
- 36807,
- 3,
- 19,
- 5,
- 0.25638,
- "_NLNDSSLFVSAEEFGHLLDENMGSK_"
- ],
- [
- 44721,
- 3,
- 18,
- 8,
- 0.24215,
- "_GYWGLDASAQTTSHELTIPNDLIGCIIGR_"
- ],
- [
- 38571,
- 2,
- 17,
- 5,
- 0.22793,
- "_GVACNPACFITQLLPVK_"
- ],
- [
- 20473,
- 2,
- 17,
- 5,
- 0.22793,
- "_LFEDMGLFEAFK_"
- ],
- [
- 51221,
- 3,
- 17,
- 8,
- 0.22793,
- "_KNPFGLVPVLENSQGQLIYESAITCEYLDEAYPGK_"
- ],
- [
- 43251,
- 3,
- 16,
- 6,
- 0.21369,
- "_TTISFALEEYLVSHAIPCYSLDGDNVR_"
- ],
- [
- 32607,
- 4,
- 16,
- 6,
- 0.21369,
- "_KASFEEASNQLINHIEQFLDTNETPYFMK_"
- ],
- [
- 33948,
- 4,
- 16,
- 8,
- 0.21369,
- "_TPYHVNLLLAGYDEHEGPALYYMDYLAALAK_"
- ],
- [
- 13809,
- 3,
- 18,
- 4,
- 0.24215,
- "_ASLPNFLDHIIASVVENK_"
- ],
- [
- 44941,
- 2,
- 16,
- 3,
- 0.21375,
- "_DQAPDEFVGLGLVGGNVDWK_"
- ],
- [
- 41757,
- 4,
- 13,
- 7,
- 0.17093,
- "_VYLVEEHGSVHNLSLPESTLLQAVTNTQVIDGFFVK_"
- ],
- [
- 46957,
- 4,
- 12,
- 4,
- 0.15671,
- "_LLAPEFVNIYTYPCIPEYEEKDHEVALIFPGPQSISIK_"
- ],
- [
- 34257,
- 3,
- 16,
- 4,
- 0.21375,
- "_DAYELQEVIGSGATAVVQAALCKPR_"
- ],
- [
- 45310,
- 2,
- 14,
- 6,
- 0.18518,
- "_(Acetyl (Protein N-term))SLDIQSLDIQCEELSDAR_"
- ],
- [
- 51380,
- 3,
- 13,
- 3,
- 0.17093,
- "_FLEWMQNPEAPPPPEPTWEEQQTSVLHLVGDNFR_"
- ],
- [
- 5124,
- 2,
- 14,
- 3,
- 0.18518,
- "_DLSFFGGLLR_"
- ],
- [
- 50852,
- 3,
- 15,
- 7,
- 0.19953,
- "_LSSSFGNLDPFGTGQPLPPLQIPQQTAQHSIVLPLK_"
- ],
- [
- 35658,
- 4,
- 15,
- 8,
- 0.19953,
- "_TNFDYLQEVPILTLDVNEDFKDKYESLVEK_"
- ],
- [
- 49447,
- 2,
- 10,
- 2,
- 0.12824,
- "_ALYYWNNEYIMSLISDNAAK_"
- ],
- [
- 43461,
- 2,
- 12,
- 3,
- 0.15671,
- "_AVVMDEVVLTIEQGNLGLR_"
- ],
- [
- 32042,
- 2,
- 11,
- 4,
- 0.14247,
- "_SLTGLLSSFVEVESIK_"
- ],
- [
- 47866,
- 3,
- 15,
- 6,
- 0.19953,
- "_IISLADNHILLWDLQESSSQAVLASSASLEGK_"
- ],
- [
- 30766,
- 4,
- 13,
- 6,
- 0.17093,
- "_VADKIQLINNMLDKVNEM(Oxidation (M))IIGGGM(Oxidation (M))AFTFLK_"
- ],
- [
- 34893,
- 3,
- 10,
- 4,
- 0.12824,
- "_DVVCLNDVSCYFSLLEGGRPEDK_"
- ],
- [
- 35343,
- 2,
- 13,
- 4,
- 0.17093,
- "_AGLLPCPEPTIISAILK_"
- ],
- [
- 49905,
- 3,
- 15,
- 8,
- 0.19953,
- "_EIIQDVTLHDLDVANARPQGGQDILSMMGQLMK_"
- ],
- [
- 12599,
- 3,
- 11,
- 4,
- 0.14247,
- "_DCPTIIHFVLANINFR_"
- ],
- [
- 45043,
- 2,
- 9,
- 4,
- 0.11401,
- "_NLEAYGLDPYSVAAILQQR_"
- ],
- [
- 46713,
- 2,
- 11,
- 6,
- 0.14249,
- "_ANQELGLALDSWDLDFYTK_"
- ],
- [
- 48224,
- 2,
- 9,
- 6,
- 0.11401,
- "_QGALIASALIMIQQTEITCPK_"
- ],
- [
- 30287,
- 3,
- 13,
- 7,
- 0.17096,
- "_TGILMLNMGGPETLGDVHDFLLR_"
- ],
- [
- 50308,
- 2,
- 13,
- 5,
- 0.17096,
- "_LGPLLEQEIPQSVPGVQTLLGAGR_"
- ],
- [
- 37040,
- 3,
- 13,
- 3,
- 0.17096,
- "_MSSLQPVELLLPSALSEQTEALIHR_"
- ],
- [
- 39038,
- 2,
- 13,
- 4,
- 0.17096,
- "_DYADFVNLSTNLVGMDK_"
- ],
- [
- 49361,
- 3,
- 17,
- 4,
- 0.22801,
- "_LLVQDKFEVLNYTSIPIFLPEVTIGAHQTDR_"
- ],
- [
- 35784,
- 2,
- 16,
- 3,
- 0.21378,
- "_STGGILDVYIFLGPEPK_"
- ],
- [
- 31580,
- 2,
- 14,
- 6,
- 0.18519,
- "_EFGIADPDEIMWFK_"
- ],
- [
- 26501,
- 3,
- 15,
- 6,
- 0.19944,
- "_IQTQLNLIHPDIFPLLTSFR_"
- ],
- [
- 38341,
- 2,
- 19,
- 3,
- 0.25648,
- "_LDLPPYESFEELWDK_"
- ],
- [
- 15050,
- 2,
- 19,
- 6,
- 0.25648,
- "_GIPEFWLTVFK_"
- ],
- [
- 37269,
- 2,
- 25,
- 8,
- 0.34192,
- "_QGFGELLQAVPLADSFR_"
- ],
- [
- 48329,
- 3,
- 16,
- 6,
- 0.21378,
- "_SDDELLDDFFHDQSTATSQAGTLSSIPTALTR_"
- ],
- [
- 15399,
- 2,
- 8,
- 3,
- 0.099752,
- "_NIDLTAIISDLR_"
- ],
- [
- 46804,
- 2,
- 10,
- 4,
- 0.12826,
- "_LMPYLDPYITQPIIQIER_"
- ],
- [
- 46838,
- 2,
- 16,
- 5,
- 0.21378,
- "_EDVETGLDPLSLLATECTGGK_"
- ],
- [
- 16454,
- 2,
- 11,
- 3,
- 0.1425,
- "_EPLISGWLFFR_"
- ],
- [
- 44557,
- 2,
- 14,
- 2,
- 0.1852,
- "_LFSTLDPELMLNPENLPR_"
- ],
- [
- 37750,
- 2,
- 12,
- 4,
- 0.15674,
- "_GTLCSMGMVQQLVALVR_"
- ],
- [
- 37733,
- 2,
- 13,
- 3,
- 0.17097,
- "_DAGFEISAMQMFNMDR_"
- ],
- [
- 33968,
- 2,
- 13,
- 3,
- 0.17097,
- "_LLLEQAANEIWESIK_"
- ],
- [
- 43935,
- 3,
- 14,
- 5,
- 0.1852,
- "_AEITLLVQGQELPEFWEALGGEPSEIKK_"
- ],
- [
- 47338,
- 4,
- 13,
- 6,
- 0.17097,
- "_ALDWIFSHPEFEEDSDFVIEMENNANANIISEAKPEGPR_"
- ],
- [
- 49629,
- 2,
- 12,
- 5,
- 0.15674,
- "_VYVQQNNVENVYNLGLIIFR_"
- ],
- [
- 23205,
- 3,
- 9,
- 2,
- 0.11399,
- "_SLESWLTHAMVNIPEEMLR_"
- ],
- [
- 41928,
- 2,
- 14,
- 5,
- 0.1852,
- "_LEILTNLANEANISTLLR_"
- ],
- [
- 48161,
- 2,
- 18,
- 6,
- 0.24225,
- "_AMFLQPDLDSLVDFSTNNQK_"
- ],
- [
- 35958,
- 3,
- 9,
- 3,
- 0.11399,
- "_YTALLCTHIGDILPVAASIASTSWR_"
- ],
- [
- 37905,
- 3,
- 15,
- 5,
- 0.19943,
- "_DSDKPETPPVVNVPVPVLIGPISGMSR_"
- ],
- [
- 50472,
- 2,
- 15,
- 7,
- 0.19943,
- "_DFSALESQLQDTQELLQEENR_"
- ],
- [
- 47699,
- 3,
- 15,
- 4,
- 0.19943,
- "_FFSQALSIAPEDPFVMHEVGVVAFQNGEWK_"
- ],
- [
- 32344,
- 2,
- 21,
- 5,
- 0.28493,
- "_VIEPQYFGLAYLFR_"
- ],
- [
- 20163,
- 2,
- 10,
- 4,
- 0.12826,
- "_LQLVGITALLLASK_"
- ],
- [
- 28940,
- 2,
- 10,
- 4,
- 0.12826,
- "_ILGSLLSDSLFLEVK_"
- ],
- [
- 23561,
- 3,
- 10,
- 3,
- 0.12826,
- "_GCSVSLWDLLLSEYVGADKR_"
- ],
- [
- 44206,
- 4,
- 21,
- 9,
- 0.28493,
- "_LPGISETAMIFAGVDVTKEPIPVLPTVHYNMGGIPTNYK_"
- ],
- [
- 46479,
- 3,
- 9,
- 4,
- 0.11399,
- "_SANYCHTSQGDPIGLILLGEVALGNM(Oxidation (M))YELK_"
- ],
- [
- 39522,
- 2,
- 23,
- 7,
- 0.3134,
- "_YGPIVDVYVPLDFYTR_"
- ],
- [
- 48621,
- 2,
- 11,
- 5,
- 0.1425,
- "_LASLFSSLEPQIQPVYVPVPK_"
- ],
- [
- 23685,
- 2,
- 18,
- 6,
- 0.24227,
- "_LAADFSVPLIIDIK_"
- ],
- [
- 26311,
- 2,
- 10,
- 3,
- 0.12824,
- "_DGWIQNLQALMER_"
- ],
- [
- 50805,
- 3,
- 13,
- 5,
- 0.17098,
- "_M(Oxidation (M))LVVLLQANRDPDAGIDEAQVEQDAQALFQAGELK_"
- ],
- [
- 27376,
- 2,
- 14,
- 4,
- 0.18521,
- "_LSDLVNTAILIALNK_"
- ],
- [
- 37077,
- 2,
- 10,
- 2,
- 0.12824,
- "_GNLQLLQNCLAVLNGDT_"
- ],
- [
- 42378,
- 2,
- 17,
- 7,
- 0.22792,
- "_GLIEIISNAAEYENIPIR_"
- ],
- [
- 30808,
- 3,
- 11,
- 4,
- 0.1425,
- "_VPDVLFYDNIQHVIVMEDMLK_"
- ],
- [
- 44426,
- 3,
- 14,
- 5,
- 0.18521,
- "_FTSILQHAVEALAPSLPLQEDFVYHWK_"
- ],
- [
- 15216,
- 2,
- 12,
- 3,
- 0.15674,
- "_LEALQVLTLLAR_"
- ],
- [
- 32548,
- 3,
- 11,
- 4,
- 0.1425,
- "_AFNTLLPNLEEIEHLNWSEALK_"
- ],
- [
- 19645,
- 2,
- 12,
- 5,
- 0.15674,
- "_DFWDGFEIICK_"
- ],
- [
- 27465,
- 3,
- 12,
- 4,
- 0.15674,
- "_HNTDAGLLTTVGSLLPGITYSLR_"
- ],
- [
- 17526,
- 2,
- 15,
- 2,
- 0.19945,
- "_EDILVTLNDLIK_"
- ],
- [
- 5763,
- 2,
- 10,
- 4,
- 0.12824,
- "_EFSFLDILR_"
- ],
- [
- 23591,
- 2,
- 15,
- 2,
- 0.19945,
- "_WVPPLIGELYGLR_"
- ],
- [
- 20785,
- 3,
- 10,
- 5,
- 0.12824,
- "_GM(Oxidation (M))LDPLEVHLLDFPNIVIK_"
- ],
- [
- 27981,
- 2,
- 14,
- 5,
- 0.18521,
- "_WVTALEEIPSLIIK_"
- ],
- [
- 32784,
- 2,
- 11,
- 3,
- 0.1425,
- "_IEFSEFIQALSVTSR_"
- ],
- [
- 49564,
- 2,
- 12,
- 2,
- 0.15674,
- "_AWDLWDPETLPAEYCLPSAR_"
- ],
- [
- 49818,
- 2,
- 25,
- 6,
- 0.34189,
- "_DGTVLCELINALYPEGQAPVKK_"
- ],
- [
- 43189,
- 2,
- 15,
- 2,
- 0.19945,
- "_SLEAEILQLQEELASSER_"
- ],
- [
- 10228,
- 3,
- 9,
- 2,
- 0.11401,
- "_VDVEDLGVDFLTIVGHK_"
- ],
- [
- 29966,
- 3,
- 8,
- 5,
- 0.099773,
- "_IAEIIKEDLWPNPLQYYLLR_"
- ],
- [
- 37515,
- 2,
- 10,
- 3,
- 0.12824,
- "_VDVEDLGVDFLTIVGHK_"
- ],
- [
- 17650,
- 3,
- 11,
- 2,
- 0.14249,
- "_FYPEDVSEELIQDITQR_"
- ],
- [
- 40773,
- 2,
- 6,
- 3,
- 0.071278,
- "_QLQVVPLFGDMQIELAR_"
- ],
- [
- 49569,
- 2,
- 14,
- 5,
- 0.18523,
- "_IITMLPTSINAIEAYSGANGILK_"
- ],
- [
- 47907,
- 2,
- 13,
- 3,
- 0.17099,
- "_FVPLTSICFPDSLLQDEER_"
- ],
- [
- 35298,
- 3,
- 13,
- 4,
- 0.17099,
- "_VLTLWFDYGHWPDVNEALVEGVK_"
- ],
- [
- 20194,
- 2,
- 7,
- 3,
- 0.085533,
- "_EIFVDFAPFLSR_"
- ],
- [
- 10727,
- 3,
- 20,
- 6,
- 0.27074,
- "_SLADELALVDVLEDKLK_"
- ],
- [
- 40231,
- 3,
- 16,
- 6,
- 0.2137,
- "_VLESINVQMDENTLHEILNEVDLNK_"
- ],
- [
- 35851,
- 2,
- 16,
- 6,
- 0.2137,
- "_ALSLCVALPPGLAVSVLK_"
- ],
- [
- 40427,
- 2,
- 36,
- 7,
- 0.49863,
- "_VNPTVFFDIAVDGEPLGR_"
- ],
- [
- 43406,
- 3,
- 15,
- 8,
- 0.19946,
- "_LPAPLPGLQDGEVEGHPVWALIYYCMR_"
- ],
- [
- 48694,
- 2,
- 17,
- 5,
- 0.22792,
- "_LAPWVTLSVQGFADSPVSWEK_"
- ],
- [
- 36084,
- 2,
- 12,
- 5,
- 0.15674,
- "_DIAVVSPYNLQVDLLR_"
- ],
- [
- 50560,
- 3,
- 21,
- 9,
- 0.285,
- "_NEEDIGAGDQGLMFGYATDETEECMPLTIVLAHK_"
- ],
- [
- 51543,
- 3,
- 12,
- 6,
- 0.15674,
- "_SVLSSDVPSGTETEEEDDGMNDMNHEVMSLIWSEDLR_"
- ],
- [
- 40203,
- 2,
- 18,
- 5,
- 0.24218,
- "_LAMQEFMILPVGAESFR_"
- ],
- [
- 49081,
- 2,
- 13,
- 6,
- 0.171,
- "_TYNAVDVEGLYTLGTVVVDYR_"
- ],
- [
- 46068,
- 4,
- 16,
- 8,
- 0.21371,
- "_GVGMVADPDNPLVLDILTGSSTSYSFFPDKPITQYPHAVGK_"
- ],
- [
- 15199,
- 3,
- 10,
- 4,
- 0.12827,
- "_NLLSSWDEVIHIADQLR_"
- ],
- [
- 38013,
- 2,
- 18,
- 6,
- 0.24218,
- "_SLADELALVDVLEDKLK_"
- ],
- [
- 26164,
- 4,
- 14,
- 6,
- 0.18525,
- "_FTSILQHAVEALAPSLPLQEDFVYHWK_"
- ],
- [
- 39825,
- 2,
- 20,
- 3,
- 0.27077,
- "_ETPLPIDPSMFPTWPAK_"
- ],
- [
- 36446,
- 2,
- 13,
- 4,
- 0.171,
- "_VLTILEQIPGMVVVADK_"
- ],
- [
- 12887,
- 2,
- 14,
- 4,
- 0.18525,
- "_NVIAVLEEFMK_"
- ],
- [
- 18548,
- 3,
- 13,
- 5,
- 0.171,
- "_LGLILFDHMVPLVEEINR_"
- ],
- [
- 47819,
- 2,
- 15,
- 5,
- 0.19948,
- "_QQLSSLITDLQSSISNLSQAK_"
- ],
- [
- 20177,
- 3,
- 15,
- 2,
- 0.19948,
- "_HLNFLTSEQALADFAELIK_"
- ],
- [
- 18043,
- 2,
- 15,
- 5,
- 0.19948,
- "_LGLDILEVVPISK_"
- ],
- [
- 50002,
- 2,
- 11,
- 6,
- 0.14249,
- "_IVCVIEAAETPFTGGVEVDVFGK_"
- ],
- [
- 29936,
- 3,
- 12,
- 5,
- 0.15674,
- "_FNNLEGFLEEFADISKEDQIK_"
- ],
- [
- 34490,
- 3,
- 19,
- 6,
- 0.25643,
- "_DGNASGTTLLEALDCILPPTRPTDK_"
- ],
- [
- 39413,
- 4,
- 16,
- 8,
- 0.21371,
- "_IMRPTDVPDQGLLCDLLWSDPDKDVLGWGENDR_"
- ],
- [
- 24030,
- 2,
- 6,
- 3,
- 0.071245,
- "_VQLLQDLQDFFR_"
- ],
- [
- 34691,
- 3,
- 22,
- 5,
- 0.29922,
- "_GVLRPGTALVLLEAQAATGFVIDPVR_"
- ],
- [
- 46135,
- 3,
- 22,
- 7,
- 0.29922,
- "_ISHLNDLSIPVDEEDPSEDIFTVLTAEEK_"
- ],
- [
- 40480,
- 3,
- 14,
- 6,
- 0.18526,
- "_VGVAALNTLAGYIDWVSMSHITAENCK_"
- ],
- [
- 25010,
- 2,
- 20,
- 5,
- 0.27068,
- "_DEQLLTNVLETLR_"
- ],
- [
- 50540,
- 2,
- 14,
- 8,
- 0.18526,
- "_TLVLSNLSYSATEETLQEVFEK_"
- ],
- [
- 34095,
- 2,
- 13,
- 6,
- 0.171,
- "_LQAILEDIQVTLFTR_"
- ],
- [
- 34766,
- 2,
- 21,
- 6,
- 0.28503,
- "_LPEDPLLSGLLDSPALK_"
- ],
- [
- 18824,
- 2,
- 10,
- 4,
- 0.12828,
- "_QTVLEALQQLIR_"
- ],
- [
- 34030,
- 3,
- 13,
- 4,
- 0.171,
- "_LTVQLPATPDEIDHVFEEELLTK_"
- ],
- [
- 48552,
- 2,
- 13,
- 5,
- 0.171,
- "_LLSYVDAEGNPVGVVQMTFLR_"
- ],
- [
- 50130,
- 3,
- 18,
- 6,
- 0.24221,
- "_NASYPHCLQFYLQPPSENISLIEFENLAIDR_"
- ],
- [
- 36572,
- 2,
- 15,
- 4,
- 0.1995,
- "_ELVLNTEGINLPELFK_"
- ],
- [
- 50922,
- 3,
- 15,
- 10,
- 0.1995,
- "_VMDMLHSMGPDTVVITSSDLPSPQGSNYLIVLGSQR_"
- ],
- [
- 37583,
- 2,
- 12,
- 4,
- 0.15675,
- "_QLLPMLLQGTSIFTAPK_"
- ],
- [
- 50171,
- 2,
- 12,
- 5,
- 0.15675,
- "_LPQTPLDTGIPFPPVFSTSSAGVK_"
- ],
- [
- 24850,
- 3,
- 14,
- 4,
- 0.18524,
- "_HTEILEILEIPQLMDTCVR_"
- ],
- [
- 42150,
- 4,
- 12,
- 6,
- 0.15676,
- "_LGEVSVESENYVQAVEEFQSCLNLQEQYLEAHDR_"
- ],
- [
- 42271,
- 3,
- 13,
- 6,
- 0.17099,
- "_GLQLSLLEHFYSQPLSVLCCNLPEAK_"
- ],
- [
- 46402,
- 2,
- 13,
- 5,
- 0.17099,
- "_VDLPEDFQMNYDLWLER_"
- ],
- [
- 20400,
- 3,
- 13,
- 6,
- 0.17099,
- "_FVHFIDAPSLALIMPIVQR_"
- ],
- [
- 17965,
- 3,
- 23,
- 6,
- 0.3135,
- "_GVGAAATAVTQALNELLQHVK_"
- ],
- [
- 41605,
- 4,
- 14,
- 5,
- 0.18524,
- "_LEIDEETYLSSFKPHLMDVVYTWATGATFAHICK_"
- ],
- [
- 34999,
- 3,
- 13,
- 6,
- 0.17099,
- "_AVDWIFSHIDDLDAEAAMDISEGR_"
- ],
- [
- 49327,
- 2,
- 17,
- 3,
- 0.22798,
- "_SLGIENPVCEVSNYLFPDCR_"
- ],
- [
- 37761,
- 4,
- 36,
- 9,
- 0.49866,
- "_IPNFWVTTFVNHPQVSALLGEEDEEALHYLTR_"
- ],
- [
- 46063,
- 2,
- 15,
- 5,
- 0.1995,
- "_FVHFIDAPSLALIMPIVQR_"
- ],
- [
- 29698,
- 2,
- 13,
- 5,
- 0.17099,
- "_FIDIGINLTDPMFR_"
- ],
- [
- 23326,
- 3,
- 9,
- 4,
- 0.11403,
- "_ALSELAALCYLIAFQVPRPK_"
- ],
- [
- 27005,
- 3,
- 15,
- 6,
- 0.1995,
- "_IYKVPSTEAEALASSLMGLFEK_"
- ],
- [
- 34535,
- 2,
- 11,
- 3,
- 0.14253,
- "_QPDSYFSVLNAFIDR_"
- ],
- [
- 45911,
- 2,
- 17,
- 4,
- 0.22798,
- "_HLNFLTSEQALADFAELIK_"
- ],
- [
- 39444,
- 3,
- 11,
- 4,
- 0.14253,
- "_KEDDFLNNAMSSLYSGWSSFTTGASR_"
- ],
- [
- 41406,
- 2,
- 17,
- 5,
- 0.22798,
- "_FSAPVVPSSFNFGGPAPGMN_"
- ],
- [
- 44995,
- 2,
- 18,
- 5,
- 0.24221,
- "_LFPYALAFMPPGYEEDMK_"
- ],
- [
- 45451,
- 3,
- 19,
- 8,
- 0.25645,
- "_QLIYNYPEQLFGAAGVMAIEHADFAGVER_"
- ],
- [
- 49721,
- 2,
- 18,
- 4,
- 0.24221,
- "_DQVGEDNWQQFSEQFPPLLK_"
- ],
- [
- 51082,
- 3,
- 18,
- 8,
- 0.24221,
- "_DLQLCSETASGVDVGGQHEWGELVQLDPQTVGVIVR_"
- ],
- [
- 45674,
- 2,
- 17,
- 4,
- 0.22797,
- "_EMDPVTQLYTMTSTLEYK_"
- ],
- [
- 46796,
- 2,
- 10,
- 5,
- 0.12826,
- "_CLCNLVLSSPVAQMLAAEAR_"
- ],
- [
- 20062,
- 2,
- 19,
- 3,
- 0.25644,
- "_VPQFSFLDIFPK_"
- ],
- [
- 43536,
- 2,
- 19,
- 5,
- 0.25644,
- "_LLLFLSTELQASQILQNK_"
- ],
- [
- 46013,
- 4,
- 12,
- 6,
- 0.15676,
- "_ILDDLSPHDQFDLISFSSEATTWKPLLVPASTENVNEAK_"
- ],
- [
- 22776,
- 3,
- 14,
- 6,
- 0.18522,
- "_EQFNPDVITFPIIVHFGIR_"
- ],
- [
- 45067,
- 4,
- 15,
- 6,
- 0.19947,
- "_IDSYQEPFTHSAPESIPDTFEDAVNILKPSTIIGVAGAGR_"
- ],
- [
- 34620,
- 2,
- 23,
- 3,
- 0.3135,
- "_GQLLIFGATNWDLIGR_"
- ],
- [
- 41355,
- 2,
- 12,
- 6,
- 0.15676,
- "_GANIQLLDLPGIIEGAAQGK_"
- ],
- [
- 39110,
- 2,
- 15,
- 4,
- 0.19946,
- "_MDADGFLPITLIASFHR_"
- ],
- [
- 49695,
- 2,
- 10,
- 4,
- 0.12821,
- "_CIQINTDSSLLNSEFCFILK_"
- ],
- [
- 45824,
- 4,
- 15,
- 6,
- 0.19946,
- "_SFAMSAVITEGVKPTLSELEKFEDQPEGIDLEVVTESTGK_"
- ],
- [
- 22250,
- 2,
- 10,
- 3,
- 0.12821,
- "_NGVLEEAIIATILK_"
- ],
- [
- 35886,
- 3,
- 12,
- 4,
- 0.15675,
- "_GLMVITGSESPIVVVLSGSMEPAFHR_"
- ],
- [
- 40986,
- 2,
- 14,
- 4,
- 0.18523,
- "_YAVQLVEMLDMSVPAVAK_"
- ],
- [
- 43998,
- 3,
- 13,
- 6,
- 0.17099,
- "_KPIIVAVNGPAIGLGASILPLCDVVWANEK_"
- ],
- [
- 27527,
- 4,
- 13,
- 4,
- 0.17099,
- "_AQHSENDLEEVGKTENCIIDCLVAMVVK_"
- ],
- [
- 18549,
- 2,
- 14,
- 3,
- 0.18523,
- "_LFELILMEEIR_"
- ],
- [
- 40606,
- 2,
- 12,
- 3,
- 0.15675,
- "_IYPDPELEVQVLGLPIR_"
- ],
- [
- 42529,
- 2,
- 13,
- 5,
- 0.17099,
- "_IAAGLGPSYSGSLLLFDALR_"
- ],
- [
- 48540,
- 3,
- 13,
- 6,
- 0.17099,
- "_VPLWVRPGSLAFPETPDTPVIMVGPGTGVAPFR_"
- ],
- [
- 40040,
- 2,
- 15,
- 2,
- 0.19946,
- "_GAFSPFGNIIDLSMDPPR_"
- ],
- [
- 27911,
- 3,
- 33,
- 7,
- 0.45587,
- "_DGTVLCELINALYPEGQAPVKK_"
- ],
- [
- 48058,
- 2,
- 16,
- 5,
- 0.21371,
- "_MTFPEELDMSTFIDVEDEK_"
- ],
- [
- 35745,
- 2,
- 7,
- 2,
- 0.085464,
- "_SAGIPFYIQALLASEPK_"
- ],
- [
- 23921,
- 3,
- 7,
- 2,
- 0.085464,
- "_AEAMSGHIDQFLIATFMQLR_"
- ],
- [
- 47387,
- 3,
- 16,
- 8,
- 0.21371,
- "_LTRPGSSYFNLNPFEVLQIDPEVTDEEIK_"
- ],
- [
- 47139,
- 2,
- 24,
- 7,
- 0.32773,
- "_ALLELQLEPEELYQTFQR_"
- ],
- [
- 21529,
- 2,
- 18,
- 5,
- 0.24221,
- "_IINPMGLLVEELK_"
- ],
- [
- 10571,
- 2,
- 29,
- 3,
- 0.39888,
- "_FFADLLDYIK_"
- ],
- [
- 45008,
- 2,
- 19,
- 4,
- 0.25645,
- "_YPPPTELLDLQPLPVSALR_"
- ],
- [
- 49413,
- 3,
- 19,
- 5,
- 0.25645,
- "_LYDVCPHVSDSGLFFDDSYGFYPGQVLIGPAK_"
- ],
- [
- 30074,
- 2,
- 20,
- 6,
- 0.27068,
- "_AMGPLVLTEVLFNEK_"
- ],
- [
- 38527,
- 2,
- 19,
- 2,
- 0.25645,
- "_FYPAEWQDFLDSLQK_"
- ],
- [
- 24917,
- 2,
- 16,
- 4,
- 0.21371,
- "_LFDPINLVFPPGGR_"
- ],
- [
- 47415,
- 2,
- 15,
- 3,
- 0.19945,
- "_CLEELVFGDVENDEDALLR_"
- ],
- [
- 49472,
- 2,
- 19,
- 5,
- 0.25643,
- "_LLESFETMASQTNLVDLDLGGK_"
- ],
- [
- 29063,
- 2,
- 22,
- 7,
- 0.29914,
- "_LSDFNDITNMLLLK_"
- ],
- [
- 34909,
- 3,
- 12,
- 4,
- 0.15672,
- "_SSEDLMVPNEHIMNVIAIYEVLR_"
- ],
- [
- 45200,
- 2,
- 10,
- 3,
- 0.12818,
- "_LLLQDTFLVTDQDAGLLPR_"
- ],
- [
- 38067,
- 2,
- 16,
- 4,
- 0.21368,
- "_TIEDAIAVLSVAEEAADR_"
- ],
- [
- 28497,
- 2,
- 33,
- 4,
- 0.45584,
- "_DMIEIPLPPWQER_"
- ],
- [
- 32592,
- 3,
- 13,
- 5,
- 0.17097,
- "_ISDTGSAGLMLVEFFAPWCGHCK_"
- ],
- [
- 48546,
- 3,
- 18,
- 6,
- 0.24219,
- "_FYQTAEELNASTLMNYCAEIIASHWDDLR_"
- ],
- [
- 32252,
- 2,
- 12,
- 4,
- 0.15672,
- "_GWEFILPYDGEFIK_"
- ],
- [
- 38312,
- 2,
- 15,
- 2,
- 0.19945,
- "_IIDYSQMDELALLSLR_"
- ],
- [
- 42891,
- 2,
- 17,
- 4,
- 0.22793,
- "_FLLVGQTMPTLLDEDLTK_"
- ],
- [
- 16661,
- 2,
- 17,
- 5,
- 0.22793,
- "_MLGYFSLVGLLR_"
- ],
- [
- 32426,
- 2,
- 13,
- 5,
- 0.17097,
- "_VLLGPLSPYTIEFLR_"
- ],
- [
- 39239,
- 2,
- 39,
- 7,
- 0.54134,
- "_LAMQEFMILPVGAANFR_"
- ],
- [
- 51640,
- 3,
- 13,
- 7,
- 0.17097,
- "_GQLADVCLDTPLCNGHTTGMDVLWAGTPMVTMPGETLASR_"
- ],
- [
- 30191,
- 3,
- 13,
- 5,
- 0.17097,
- "_RIEPLSPELVAAASAVADSLPFDK_"
- ],
- [
- 31697,
- 2,
- 10,
- 5,
- 0.12818,
- "_LDAMPVCLLLLGTQR_"
- ],
- [
- 45269,
- 3,
- 14,
- 7,
- 0.18522,
- "_NCVVLSDIHIDIMDYIQPATCTDAEFR_"
- ],
- [
- 38693,
- 3,
- 22,
- 8,
- 0.29914,
- "_KLDSLTTSFGFPVGAATLVDEVGVDVAK_"
- ],
- [
- 22385,
- 2,
- 17,
- 5,
- 0.22793,
- "_VDPLFTELLNGIR_"
- ],
- [
- 49787,
- 2,
- 4,
- 2,
- 0.042706,
- "_NQLIEQFPGIEPWLNQIM(Oxidation (M))PK_"
- ],
- [
- 43836,
- 2,
- 14,
- 6,
- 0.18522,
- "_TLNASDVLSAMEEMEFQR_"
- ],
- [
- 29284,
- 3,
- 10,
- 2,
- 0.12818,
- "_KTDPWSLLAVLGAPVPSDLQAQR_"
- ],
- [
- 26154,
- 2,
- 16,
- 5,
- 0.2137,
- "_PILDPVDFLGLQDK_"
- ],
- [
- 47775,
- 3,
- 15,
- 7,
- 0.19946,
- "_LATLGGSQALGLDGEIGNFEVGKEFDAILINPK_"
- ],
- [
- 29818,
- 2,
- 19,
- 5,
- 0.25644,
- "_TASPLEHILQTLFGK_"
- ],
- [
- 44409,
- 2,
- 15,
- 3,
- 0.19946,
- "_M(Oxidation (M))VNPTVFFDIAVDGEPLGR_"
- ],
- [
- 46025,
- 2,
- 15,
- 5,
- 0.19946,
- "_FMVDTDIVGCNWLELPAGK_"
- ],
- [
- 37140,
- 2,
- 18,
- 6,
- 0.24217,
- "_DVYIVQDLMETDLYK_"
- ],
- [
- 40434,
- 3,
- 10,
- 5,
- 0.12818,
- "_VGAFVNKPINQVTLTSLDIPFAMFAPK_"
- ],
- [
- 50821,
- 2,
- 16,
- 6,
- 0.2137,
- "_VATAQDDITGDGTTSNVLIIGELLK_"
- ],
- [
- 36231,
- 2,
- 20,
- 7,
- 0.27068,
- "_(Acetyl (Protein N-term))MDAGVTESGLNVTLTIR_"
- ],
- [
- 49119,
- 2,
- 16,
- 5,
- 0.21371,
- "_SNQVTAPEYVFLISELAGEQR_"
- ],
- [
- 44778,
- 2,
- 15,
- 6,
- 0.19946,
- "_TFIFSDLDYMGMSSGFYK_"
- ],
- [
- 42651,
- 3,
- 18,
- 4,
- 0.24217,
- "_TAFHPDLCSQLDQLLQQQSGEFSFLK_"
- ],
- [
- 45434,
- 3,
- 15,
- 6,
- 0.19946,
- "_FNHSVEDLLQEGEEADDDDIYNVLSTLK_"
- ],
- [
- 45268,
- 2,
- 12,
- 4,
- 0.15667,
- "_LNLFIGASVDPAGVTMIDAVK_"
- ],
- [
- 51655,
- 3,
- 13,
- 7,
- 0.17092,
- "_EGVMEFLLANHPLDCPICDQGGECDLQDQSMMFGNDR_"
- ],
- [
- 47473,
- 2,
- 16,
- 6,
- 0.21371,
- "_GPEYLTQMWHFMCDALIK_"
- ],
- [
- 22706,
- 3,
- 15,
- 6,
- 0.19946,
- "_GPEYLTQMWHFMCDALIK_"
- ],
- [
- 32983,
- 2,
- 16,
- 6,
- 0.21371,
- "_DILYIGDHIFGDILK_"
- ],
- [
- 37998,
- 2,
- 15,
- 4,
- 0.19946,
- "_(Acetyl (Protein N-term))AAAAVSESWPELELAER_"
- ],
- [
- 35233,
- 2,
- 19,
- 7,
- 0.25642,
- "_VLGILAMIDEGETDWK_"
- ],
- [
- 46049,
- 3,
- 20,
- 6,
- 0.27068,
- "_FYCVLSPEASEDDLNRLDSVACDVLFSK_"
- ],
- [
- 9135,
- 2,
- 17,
- 3,
- 0.22794,
- "_LDILDVLGEVK_"
- ],
- [
- 26542,
- 2,
- 16,
- 5,
- 0.21371,
- "_DEDHIALIIELLGK_"
- ],
- [
- 46314,
- 2,
- 18,
- 4,
- 0.24217,
- "_(Acetyl (Protein N-term))ADTQYILPNDIGVSSLDCR_"
- ],
- [
- 15259,
- 2,
- 13,
- 5,
- 0.17092,
- "_EALPDILTSIIR_"
- ],
- [
- 31372,
- 2,
- 11,
- 4,
- 0.14242,
- "_IPWSEFFDLPSLNK_"
- ],
- [
- 17587,
- 2,
- 13,
- 4,
- 0.17092,
- "_EEAVLFLLDLPK_"
- ],
- [
- 34643,
- 2,
- 13,
- 5,
- 0.17089,
- "_(Acetyl (Protein N-term))AAETQTLNFGPEWLR_"
- ],
- [
- 24818,
- 3,
- 9,
- 4,
- 0.1139,
- "_SYDAAGTIHDYVVAMLCGLPR_"
- ],
- [
- 40244,
- 3,
- 12,
- 6,
- 0.15665,
- "_DGIEPGHIPGTVNIPFTDFLSQEGLEK_"
- ],
- [
- 30613,
- 3,
- 13,
- 6,
- 0.17089,
- "_LHAGATNEGVEIVLQCLDVMLTK_"
- ],
- [
- 41915,
- 2,
- 13,
- 4,
- 0.17089,
- "_GEDLDSQVGVIDFSLYLK_"
- ],
- [
- 32461,
- 2,
- 10,
- 4,
- 0.12816,
- "_AVIEVQTLITYIDLK_"
- ],
- [
- 43363,
- 2,
- 13,
- 3,
- 0.17089,
- "_LQAPMALFYPATFGIVGQK_"
- ],
- [
- 45478,
- 2,
- 11,
- 5,
- 0.14241,
- "_VLYFGDHLYSDLADLMLR_"
- ],
- [
- 15553,
- 2,
- 12,
- 3,
- 0.15665,
- "_LDFVLTSLVALR_"
- ],
- [
- 44990,
- 4,
- 11,
- 6,
- 0.14241,
- "_VLISNHVTPFDHNIVNLLTTCSTPLLNSPPSFVCWSR_"
- ],
- [
- 38323,
- 3,
- 14,
- 4,
- 0.18515,
- "_NLIFYELPTYPHFYSEICNMLR_"
- ],
- [
- 50535,
- 3,
- 14,
- 6,
- 0.18515,
- "_LQFWAVTAENEPSAGLLSGYPFQCLGFTPEHQR_"
- ],
- [
- 44129,
- 2,
- 23,
- 7,
- 0.31339,
- "_FYPEDVSEELIQDITQR_"
- ],
- [
- 17179,
- 2,
- 22,
- 5,
- 0.29915,
- "_TEVPPLLLILDR_"
- ],
- [
- 44201,
- 2,
- 17,
- 6,
- 0.22793,
- "_MLQFVLPVATQIQQEVIK_"
- ],
- [
- 48998,
- 3,
- 18,
- 7,
- 0.24217,
- "_DVQIILESCHNQNILGTILHPNGNITELLLK_"
- ],
- [
- 40124,
- 2,
- 22,
- 3,
- 0.29915,
- "_DQLGGWFQSSLLTSVAAR_"
- ],
- [
- 38599,
- 2,
- 19,
- 4,
- 0.2564,
- "_YWELIYEDSMDLIAK_"
- ],
- [
- 30064,
- 4,
- 16,
- 8,
- 0.21369,
- "_YLPELMAEKDSLDPSFTHAMQLLTAEIEK_"
- ],
- [
- 29325,
- 3,
- 20,
- 4,
- 0.27065,
- "_DLLLAIHPPNYIVLWNADTGTK_"
- ],
- [
- 27289,
- 3,
- 15,
- 5,
- 0.19944,
- "_YVSEVVIGAPYAVTAELLSHFK_"
- ],
- [
- 29830,
- 3,
- 9,
- 2,
- 0.11388,
- "_GGLTGLTLTSLYALYNNWEHMK_"
- ],
- [
- 50024,
- 3,
- 12,
- 5,
- 0.15664,
- "_LEEAQAYLAAGQHDLVPHYYVESIADLTEGLED_"
- ],
- [
- 25322,
- 4,
- 20,
- 4,
- 0.27063,
- "_TIESILEPVAQQISHLVIMHEEGEVDGK_"
- ],
- [
- 29146,
- 2,
- 22,
- 6,
- 0.29914,
- "_FMQDASDVMQLLLK_"
- ],
- [
- 49501,
- 3,
- 14,
- 6,
- 0.18512,
- "_QIDTVAAEWPAQTNYLYLTYWGTTHDLTFR_"
- ],
- [
- 41092,
- 2,
- 15,
- 3,
- 0.19938,
- "_EALEAMQDLAMYINEVK_"
- ],
- [
- 32510,
- 3,
- 12,
- 5,
- 0.15664,
- "_LESVITAVEIPSEWHIELMLDR_"
- ],
- [
- 11747,
- 3,
- 19,
- 6,
- 0.2564,
- "_MDADGFLPITLIASFHR_"
- ],
- [
- 30793,
- 2,
- 13,
- 4,
- 0.17088,
- "_FSPFGDIQDIWVVR_"
- ],
- [
- 35067,
- 2,
- 9,
- 3,
- 0.11388,
- "_LSSVQQILQLSDLWR_"
- ],
- [
- 51630,
- 3,
- 14,
- 8,
- 0.18512,
- "_VIALPGSPAYAQNHGVYLTDPQGLVLDIYYQGTEAEIQR_"
- ],
- [
- 45462,
- 2,
- 19,
- 5,
- 0.2564,
- "_EIVDPLYGIAEVEIPNIQK_"
- ],
- [
- 43575,
- 2,
- 17,
- 3,
- 0.22792,
- "_MLWENGINGILADEMGLGK_"
- ],
- [
- 46700,
- 2,
- 16,
- 4,
- 0.21367,
- "_ADPIVGSLEPGIYAGYFDWK_"
- ],
- [
- 21981,
- 2,
- 11,
- 2,
- 0.14239,
- "_ATLTQMLNVIFAR_"
- ],
- [
- 34842,
- 2,
- 13,
- 5,
- 0.17088,
- "_LPIPEYALSLGLAVAPR_"
- ],
- [
- 34522,
- 3,
- 14,
- 4,
- 0.18512,
- "_KSLEGDLEDLKDQIAQLEASLAAAK_"
- ],
- [
- 36961,
- 2,
- 14,
- 7,
- 0.18512,
- "_WLLLCNPGLAELIAEK_"
- ],
- [
- 46137,
- 2,
- 19,
- 5,
- 0.2564,
- "_EFEDAFPADFIAEGIDQTR_"
- ],
- [
- 24406,
- 3,
- 8,
- 3,
- 0.099646,
- "_VHPVIPAMWLEDQVCFLLK_"
- ],
- [
- 47034,
- 3,
- 17,
- 8,
- 0.22791,
- "_YLPELMAEKDSLDPSFTHAMQLLTAEIEK_"
- ],
- [
- 37680,
- 2,
- 14,
- 4,
- 0.18512,
- "_IATIPAFGTIMETVIQR_"
- ],
- [
- 25724,
- 3,
- 14,
- 5,
- 0.18512,
- "_HSYDLSSAISVLVPLGGPVLCR_"
- ],
- [
- 38340,
- 2,
- 13,
- 3,
- 0.17087,
- "_CPLDDFELVLWSSGSR_"
- ],
- [
- 22500,
- 3,
- 7,
- 2,
- 0.085409,
- "_LTFPLDYHLNQPFIFVLR_"
- ],
- [
- 32820,
- 3,
- 13,
- 4,
- 0.17087,
- "_LLLHWMPEDILPDVWVNESER_"
- ],
- [
- 36416,
- 3,
- 17,
- 7,
- 0.22791,
- "_KISIPVDISDSDMMLNIINSSITTK_"
- ],
- [
- 23474,
- 2,
- 12,
- 3,
- 0.15663,
- "_LQVQEFMLSFLR_"
- ],
- [
- 35153,
- 2,
- 12,
- 5,
- 0.15663,
- "_(Acetyl (Protein N-term))ATPLAVNSAASLWGPYK_"
- ],
- [
- 23648,
- 3,
- 12,
- 6,
- 0.15663,
- "_YTVGGLETFDSLTDLVEHFK_"
- ],
- [
- 50100,
- 2,
- 17,
- 5,
- 0.22791,
- "_NEIMVAPDKDYFLIVIQNPTE_"
- ],
- [
- 11003,
- 2,
- 18,
- 4,
- 0.24216,
- "_VDLPLIDSLIR_"
- ],
- [
- 37746,
- 2,
- 16,
- 4,
- 0.21362,
- "_MDDSVLQLSTVASELVR_"
- ],
- [
- 41540,
- 3,
- 16,
- 7,
- 0.21362,
- "_ICEEAPENMVQLLGELMNQSHMSCR_"
- ],
- [
- 46573,
- 3,
- 12,
- 7,
- 0.15663,
- "_KLDLDNSGSLSVEEFMSLPELQQNPLVQR_"
- ],
- [
- 47940,
- 2,
- 9,
- 5,
- 0.11387,
- "_FAEFEDFPETSEPVWILGR_"
- ],
- [
- 27984,
- 4,
- 13,
- 5,
- 0.17087,
- "_LNVFHWHLVDDPSFPYESFTFPELMR_"
- ],
- [
- 50940,
- 3,
- 16,
- 6,
- 0.21362,
- "_EPAPSEDVIDIKPEPDDLIDEDLNFVQENPLSQK_"
- ],
- [
- 43883,
- 3,
- 11,
- 4,
- 0.14237,
- "_PGSSYFNLNPFEVLQIDPEVTDEEIKK_"
- ],
- [
- 47205,
- 3,
- 12,
- 5,
- 0.15663,
- "_GSSTDISEDWEKDFDLDMTEEEVQMALSK_"
- ],
- [
- 51487,
- 3,
- 14,
- 8,
- 0.18513,
- "_MSDSADKPIDNDAEGVWSPDIEQSFQEALAIYPPCGR_"
- ],
- [
- 16033,
- 2,
- 13,
- 5,
- 0.17088,
- "_WSFLFSLTDLK_"
- ],
- [
- 39863,
- 3,
- 13,
- 5,
- 0.17088,
- "_KLDPAEPFAGLASSALSVFETEPGGGGMR_"
- ],
- [
- 44730,
- 3,
- 12,
- 7,
- 0.15663,
- "_EAITAATCLTEALVDHLNVGVAQAYMNQR_"
- ],
- [
- 51367,
- 3,
- 23,
- 9,
- 0.31337,
- "_LGEVSVESENYVQAVEEFQSCLNLQEQYLEAHDR_"
- ],
- [
- 46305,
- 2,
- 14,
- 7,
- 0.18513,
- "_LLNETLGEVGSPGLLFYSLR_"
- ],
- [
- 35021,
- 2,
- 11,
- 4,
- 0.14237,
- "_TSVPVDSFFSLLTSER_"
- ],
- [
- 43757,
- 3,
- 25,
- 6,
- 0.34187,
- "_TIESILEPVAQQISHLVIMHEEGEVDGK_"
- ],
- [
- 42199,
- 2,
- 10,
- 5,
- 0.12813,
- "_FKLDLDFPNLPYLLDGK_"
- ],
- [
- 34054,
- 2,
- 12,
- 5,
- 0.15663,
- "_ILGLGDLGVYGMGIPVGK_"
- ],
- [
- 33096,
- 2,
- 18,
- 7,
- 0.24216,
- "_LTSLVPFVDAFQLER_"
- ],
- [
- 24616,
- 4,
- 17,
- 6,
- 0.22787,
- "_VDLHLLNHDGNIIDAASIAAIVALCHFR_"
- ],
- [
- 43400,
- 4,
- 17,
- 7,
- 0.22787,
- "_QVDVPTLTGAFGILAAHVPTLQVLRPGLVVVHAEDGTTSK_"
- ],
- [
- 51391,
- 2,
- 7,
- 3,
- 0.08544,
- "_ILVEGVGEVQEYVDICDYAVGLSR_"
- ],
- [
- 36418,
- 2,
- 17,
- 3,
- 0.22787,
- "_TADPAILPNVLICLASR_"
- ],
- [
- 29821,
- 2,
- 10,
- 3,
- 0.12813,
- "_LTQNVDLLGLLNWR_"
- ],
- [
- 19058,
- 2,
- 10,
- 2,
- 0.12813,
- "_ISAAQLLDELMGR_"
- ],
- [
- 33896,
- 2,
- 16,
- 4,
- 0.21362,
- "_LPAPFEESLDLPLWK_"
- ],
- [
- 36338,
- 2,
- 19,
- 5,
- 0.25641,
- "_SCEVLFNPFDDIIPR_"
- ],
- [
- 50155,
- 2,
- 16,
- 6,
- 0.21362,
- "_SQEDPYLSIYDPPVPDFTIMK_"
- ],
- [
- 10458,
- 2,
- 8,
- 3,
- 0.099663,
- "_SIATDVLLGLLK_"
- ],
- [
- 32411,
- 2,
- 11,
- 6,
- 0.14237,
- "_EWDLLNENIMLLSK_"
- ],
- [
- 50645,
- 3,
- 19,
- 6,
- 0.25641,
- "_IQHPSNVLHFFNAPLEVTEENFFEICDELGVK_"
- ],
- [
- 49738,
- 2,
- 14,
- 6,
- 0.18513,
- "_ALYYWNNEYIMSLISDNAAR_"
- ],
- [
- 40755,
- 3,
- 11,
- 7,
- 0.14237,
- "_EAFSELDMTSEVLQITMSPDKPYFR_"
- ],
- [
- 47870,
- 3,
- 18,
- 6,
- 0.24212,
- "_FAAQAAHQGTASQYFMLLLLTDGAVTDVEATR_"
- ],
- [
- 42403,
- 2,
- 19,
- 6,
- 0.25641,
- "_APEVSQYIYQVYDSILK_"
- ],
- [
- 14384,
- 3,
- 13,
- 6,
- 0.17087,
- "_HNIMDFAMPYFIQVMK_"
- ],
- [
- 49974,
- 3,
- 13,
- 7,
- 0.17087,
- "_AMGVESDQEIVQMIGTEEHVMAAFGPSLEECQK_"
- ],
- [
- 34177,
- 4,
- 13,
- 7,
- 0.17087,
- "_GTLDALLAGERDPWTVSSEGVHTVDQVLSEVSR_"
- ],
- [
- 21154,
- 2,
- 16,
- 3,
- 0.21362,
- "_FLAQILTAFPALR_"
- ],
- [
- 42086,
- 3,
- 16,
- 8,
- 0.21362,
- "_TDLTVLVAHNDDPTDQMFVFFPEEPK_"
- ],
- [
- 34729,
- 2,
- 11,
- 3,
- 0.14237,
- "_TPETLLPFAEAEAFLK_"
- ],
- [
- 36965,
- 4,
- 17,
- 8,
- 0.22786,
- "_GIGTVTFEQSIEAVQAISM(Oxidation (M))FNGQLLFDRPMHVK_"
- ],
- [
- 35415,
- 3,
- 16,
- 6,
- 0.21362,
- "_ISEPEADVESVLGVSNLLQVLQKPK_"
- ],
- [
- 44964,
- 2,
- 16,
- 4,
- 0.21362,
- "_MNLASSFVNGFVNAAFGQDK_"
- ],
- [
- 29776,
- 2,
- 12,
- 4,
- 0.15662,
- "_SYLENPAFMLLDLK_"
- ],
- [
- 50341,
- 3,
- 12,
- 5,
- 0.15662,
- "_NFTQGLVEDAPDGSDASQLLHQAEVAQQEFLEVK_"
- ],
- [
- 29963,
- 3,
- 13,
- 4,
- 0.17085,
- "_ANVEFFNNWGIELLVTQLHDK_"
- ],
- [
- 35647,
- 3,
- 13,
- 2,
- 0.17085,
- "_EQSVLWVSLEEAEPIPDIHWGIR_"
- ],
- [
- 51633,
- 3,
- 13,
- 7,
- 0.17085,
- "_TTEIIHSTLNPTWDQTIIFDEVEIYGEPQTVLQNPPK_"
- ],
- [
- 41428,
- 3,
- 14,
- 6,
- 0.1851,
- "_DYDYTCFVFSDVDLIPMNDHNAYR_"
- ],
- [
- 50938,
- 2,
- 11,
- 5,
- 0.14238,
- "_FPEELTQTFM(Oxidation (M))SCNLITGMFQR_"
- ],
- [
- 34769,
- 2,
- 12,
- 4,
- 0.1566,
- "_QLNPALIPTLQELLSK_"
- ],
- [
- 22199,
- 2,
- 13,
- 4,
- 0.17085,
- "_ILASPVELALVVMK_"
- ],
- [
- 50216,
- 2,
- 15,
- 4,
- 0.19936,
- "_VFDWIEANLSEQQIVSNTLVR_"
- ],
- [
- 47707,
- 2,
- 18,
- 3,
- 0.24209,
- "_GSGTQLFDHIAECLANFMDK_"
- ],
- [
- 28599,
- 3,
- 19,
- 7,
- 0.25635,
- "_YQLLQLVEPFGVISNHLILNK_"
- ],
- [
- 25568,
- 2,
- 20,
- 5,
- 0.27064,
- "_SALASVIMGLSPILGK_"
- ],
- [
- 41549,
- 2,
- 16,
- 4,
- 0.21361,
- "_HNIMDFAMPYFIQVMK_"
- ],
- [
- 35507,
- 3,
- 20,
- 3,
- 0.27064,
- "_EEPQDIYWLAQCLYLTAQYHR_"
- ],
- [
- 32323,
- 3,
- 16,
- 6,
- 0.21361,
- "_VEEEDDAEHVLALTMLCLTEGAK_"
- ],
- [
- 47281,
- 2,
- 42,
- 7,
- 0.58401,
- "_MSVQPTVSLGGFEITPPVVLR_"
- ],
- [
- 49551,
- 2,
- 18,
- 6,
- 0.24209,
- "_FCLEGMEESGSEGLDELIFAR_"
- ],
- [
- 37189,
- 2,
- 26,
- 5,
- 0.35611,
- "_FFLQGIQLNTILPDAR_"
- ],
- [
- 36509,
- 2,
- 24,
- 6,
- 0.3276,
- "_GCIVDANLSVLNLVIVK_"
- ],
- [
- 40127,
- 2,
- 15,
- 4,
- 0.19936,
- "_LIPVPMATQIQQLLQDK_"
- ],
- [
- 38387,
- 3,
- 15,
- 5,
- 0.19937,
- "_HLPDGCPAMLVLPLYASLPYAQQLR_"
- ],
- [
- 46480,
- 3,
- 13,
- 6,
- 0.17087,
- "_TNLPLGPSIDTHGETFLSQEVVVNLLQETK_"
- ],
- [
- 43955,
- 3,
- 15,
- 4,
- 0.19937,
- "_AIQVDPNYAYAYTLLGHEFVLTEELDK_"
- ],
- [
- 15165,
- 3,
- 14,
- 6,
- 0.18512,
- "_FKLDLDFPNLPYLLDGK_"
- ],
- [
- 44820,
- 2,
- 14,
- 6,
- 0.18512,
- "_NAVTQFVSSMSASADVLALAK_"
- ],
- [
- 47520,
- 2,
- 13,
- 2,
- 0.17087,
- "_EIAIDVPNVSWSDIGGLESIK_"
- ],
- [
- 49921,
- 2,
- 17,
- 8,
- 0.22787,
- "_MDLPGVSIADEGETGMFSLSTIR_"
- ],
- [
- 42763,
- 2,
- 15,
- 4,
- 0.19937,
- "_AGQPLPLTLPPELVPPSFR_"
- ],
- [
- 50062,
- 3,
- 14,
- 5,
- 0.18512,
- "_PQECLMGTVGTLLLENPLGQNGLTHQGLLYEAAK_"
- ],
- [
- 28644,
- 3,
- 4,
- 2,
- 0.042746,
- "_LLNVCSEALSYFLTLTSESHR_"
- ],
- [
- 48183,
- 2,
- 17,
- 6,
- 0.22787,
- "_AVEILADIIQNSTLGEAEIER_"
- ],
- [
- 37475,
- 2,
- 16,
- 4,
- 0.21363,
- "_ALVDELEWEIAQVDPK_"
- ],
- [
- 36061,
- 2,
- 20,
- 6,
- 0.27062,
- "_VLDILLEQYPALITGR_"
- ],
- [
- 39340,
- 2,
- 14,
- 6,
- 0.18512,
- "_LADVLWNSQIPLLICR_"
- ],
- [
- 30975,
- 4,
- 11,
- 5,
- 0.14241,
- "_THYGLLFDEFQGLSHLEALEMLSQESEIK_"
- ],
- [
- 31505,
- 2,
- 12,
- 4,
- 0.15664,
- "_ADM(Oxidation (M))VIEAVFEDLSLK_"
- ],
- [
- 30481,
- 3,
- 16,
- 5,
- 0.21363,
- "_NVITEPIYPEVVHMFAVNMFR_"
- ],
- [
- 50139,
- 3,
- 15,
- 9,
- 0.19937,
- "_DEADVLEVDQGFDDHNLPCDVIWLDIEHADGK_"
- ],
- [
- 39753,
- 2,
- 8,
- 3,
- 0.099695,
- "_MPWAMIWDFSEPVCR_"
- ],
- [
- 42241,
- 3,
- 8,
- 4,
- 0.099693,
- "_(Acetyl (Protein N-term))M(Oxidation (M))EGAKPTLQLVYQAVQALYHDPDPSGK_"
- ],
- [
- 44181,
- 2,
- 12,
- 4,
- 0.15664,
- "_VDLLCTYLQPLSGPGLPIK_"
- ],
- [
- 50391,
- 2,
- 12,
- 4,
- 0.15664,
- "_SVSVDLNVDPSLQIDIPDALSER_"
- ],
- [
- 39628,
- 3,
- 21,
- 5,
- 0.28484,
- "_ECANGYLELLDHVLLTLQKPSPELK_"
- ],
- [
- 26512,
- 3,
- 12,
- 2,
- 0.15664,
- "_ISVQTNEAILLALYEAVHLNR_"
- ],
- [
- 41975,
- 2,
- 11,
- 3,
- 0.14241,
- "_NQDNEDEWPLAEILSVK_"
- ],
- [
- 38770,
- 2,
- 14,
- 5,
- 0.1851,
- "_EDCFFYSLVFDPVQK_"
- ],
- [
- 33707,
- 2,
- 14,
- 4,
- 0.1851,
- "_QELSSELSTLLSSLSR_"
- ],
- [
- 28383,
- 2,
- 11,
- 3,
- 0.14241,
- "_DDYELIDVLVNNAK_"
- ],
- [
- 40883,
- 2,
- 12,
- 5,
- 0.15664,
- "_NDDFMNALVNAYVMTSR_"
- ],
- [
- 36894,
- 2,
- 10,
- 3,
- 0.12817,
- "_TGLYLPTSDIDLVVFGK_"
- ],
- [
- 39735,
- 2,
- 17,
- 7,
- 0.22785,
- "_QAAPCVLFFDELDSIAK_"
- ],
- [
- 45977,
- 2,
- 15,
- 4,
- 0.19934,
- "_TSQDFLFSQLQYLPFSNK_"
- ],
- [
- 31074,
- 2,
- 17,
- 4,
- 0.22785,
- "_FAEPIGGFQCVFPGC_"
- ],
- [
- 41819,
- 2,
- 17,
- 5,
- 0.22785,
- "_NENLAANFLLQQNFDED_"
- ],
- [
- 18119,
- 3,
- 15,
- 3,
- 0.19934,
- "_KPDVLLYDTIFQIFNNR_"
- ],
- [
- 19487,
- 3,
- 18,
- 6,
- 0.2421,
- "_TFLVIPELAQELHVWTDK_"
- ],
- [
- 43132,
- 4,
- 10,
- 3,
- 0.12817,
- "_NGTGINPYCALIEEAYGLDKIEFLQSHENQEIYQK_"
- ],
- [
- 23139,
- 3,
- 16,
- 5,
- 0.2136,
- "_GSGTQLFDHIAECLANFMDK_"
- ],
- [
- 39351,
- 2,
- 16,
- 7,
- 0.2136,
- "_NFDEALVDYFCDEFK_"
- ],
- [
- 20197,
- 4,
- 17,
- 7,
- 0.22785,
- "_ECANGYLELLDHVLLTLQKPSPELK_"
- ],
- [
- 46614,
- 2,
- 11,
- 4,
- 0.1424,
- "_VLQQLQVFTFFPESLPATK_"
- ],
- [
- 47355,
- 3,
- 14,
- 8,
- 0.18511,
- "_MITAAYVPLPTYHNLFPDSMTATQLLVPSR_"
- ],
- [
- 11090,
- 3,
- 11,
- 2,
- 0.1424,
- "_SHLLDYVMTTLLFSDK_"
- ],
- [
- 48486,
- 2,
- 14,
- 5,
- 0.18511,
- "_MNWIDAPDDVFYMATEETR_"
- ],
- [
- 29373,
- 3,
- 13,
- 2,
- 0.17087,
- "_LEGQGPATLYQEVDEAIHQLVR_"
- ],
- [
- 26714,
- 3,
- 7,
- 2,
- 0.085464,
- "_NAGLMQEAGAVPLLGGLLEHLDR_"
- ],
- [
- 50767,
- 2,
- 12,
- 5,
- 0.15665,
- "_GAFCDLVWSDPEDVDTWAISPR_"
- ],
- [
- 30369,
- 3,
- 12,
- 5,
- 0.15665,
- "_DGLTQADKDALDGLLQQVANMSAK_"
- ],
- [
- 22401,
- 4,
- 13,
- 5,
- 0.17087,
- "_WKPADDLLLINAVLQTNDLTSVHLGVK_"
- ],
- [
- 46331,
- 2,
- 16,
- 5,
- 0.21358,
- "_EFEMWAPDMYVVTYVGDK_"
- ],
- [
- 47540,
- 2,
- 20,
- 6,
- 0.27058,
- "_VMPYVDILFGNETEAATFAR_"
- ],
- [
- 49145,
- 2,
- 12,
- 4,
- 0.15665,
- "_YSFASLSNVLSSWCQYEALK_"
- ],
- [
- 43679,
- 3,
- 15,
- 5,
- 0.19934,
- "_VDYLMQLPVAMEAATNKDELIAYELTR_"
- ],
- [
- 20492,
- 2,
- 16,
- 4,
- 0.21358,
- "_DLDVVVVSVAGAFR_"
- ],
- [
- 48687,
- 2,
- 14,
- 4,
- 0.18511,
- "_SYSECYPVLLDGVMVGWVDK_"
- ],
- [
- 43813,
- 2,
- 13,
- 4,
- 0.17089,
- "_SAALPIFSSFVSNWDEATK_"
- ],
- [
- 49983,
- 3,
- 10,
- 7,
- 0.12817,
- "_LAAAQADMESSKEPGLFDVVIINDSLDQAYAELK_"
- ],
- [
- 42840,
- 2,
- 13,
- 6,
- 0.17089,
- "_LVIELEELNLPDSCFLK_"
- ],
- [
- 51254,
- 3,
- 12,
- 6,
- 0.15664,
- "_GLTALDIHPQADLIACGSVNQFTAIYNSSGELINNIK_"
- ],
- [
- 17534,
- 2,
- 12,
- 4,
- 0.15664,
- "_AALPGLDVLIYLK_"
- ],
- [
- 35069,
- 4,
- 13,
- 6,
- 0.17089,
- "_EIVPYNMAHNAEHEACDLLMEIEQVDMLEK_"
- ],
- [
- 34904,
- 3,
- 13,
- 5,
- 0.17089,
- "_TVPSIVYMPHIGDWWEAVSETVR_"
- ],
- [
- 41653,
- 2,
- 28,
- 7,
- 0.38457,
- "_ICPVETLVEEAIQCAEK_"
- ],
- [
- 49820,
- 3,
- 12,
- 7,
- 0.15664,
- "_TDADSESDNSDNNTIFVQGLGEGVSTDQVGEFFK_"
- ],
- [
- 46004,
- 2,
- 11,
- 5,
- 0.1424,
- "_VEENFVILFSDLTMHELK_"
- ],
- [
- 45507,
- 4,
- 15,
- 7,
- 0.19935,
- "_SLQGVAGVQDVEVHLEDQMVLVHTTLPSQEVQALLEGTGR_"
- ],
- [
- 36076,
- 2,
- 18,
- 5,
- 0.24207,
- "_EVLLDEDDDLWIALR_"
- ],
- [
- 43184,
- 2,
- 18,
- 3,
- 0.24207,
- "_TSFTPVGDVFELNFMNVK_"
- ],
- [
- 34945,
- 2,
- 15,
- 5,
- 0.19935,
- "_IFDLIGLPPEDDWPR_"
- ],
- [
- 17222,
- 3,
- 4,
- 2,
- 0.042702,
- "_CDAIVDLIHDIQIVSTTR_"
- ],
- [
- 38529,
- 4,
- 25,
- 10,
- 0.34186,
- "_IQHPSNVLHFFNAPLEVTEENFFEICDELGVK_"
- ],
- [
- 40642,
- 3,
- 17,
- 6,
- 0.22782,
- "_AVDQSVLLMRPEAELSAATVYNLLPVK_"
- ],
- [
- 16210,
- 4,
- 8,
- 5,
- 0.099657,
- "_ALAMTALDVIFKPELLEGIREDFK_"
- ],
- [
- 13431,
- 2,
- 16,
- 4,
- 0.21356,
- "_GYADIVQLLLAK_"
- ],
- [
- 46903,
- 2,
- 14,
- 5,
- 0.1851,
- "_NVLAPYAVPSELVLVEEIPR_"
- ],
- [
- 45863,
- 2,
- 22,
- 5,
- 0.29903,
- "_VIQGDGVDINTLQEIVEGMK_"
- ],
- [
- 50616,
- 2,
- 16,
- 6,
- 0.21356,
- "_FATGITPFEFENMAESTGMYLR_"
- ],
- [
- 35719,
- 3,
- 13,
- 5,
- 0.17085,
- "_TWYPVSIPAFYNPVTSLLKPVGEK_"
- ],
- [
- 27640,
- 2,
- 16,
- 6,
- 0.21356,
- "_GIGLTLEQALQFWK_"
- ],
- [
- 38403,
- 2,
- 15,
- 5,
- 0.19932,
- "_SHLLDYVMTTLLFSDK_"
- ],
- [
- 33491,
- 2,
- 13,
- 6,
- 0.17085,
- "_(Acetyl (Protein N-term))SCESSMVLGYWDIR_"
- ],
- [
- 47988,
- 3,
- 20,
- 8,
- 0.27054,
- "_LSDQCTGLQGFLVFHSFGGGTGSGFTSLLMER_"
- ],
- [
- 50250,
- 2,
- 16,
- 8,
- 0.21356,
- "_FIYEGSSDFSCLPTFGVIIGQK_"
- ],
- [
- 44314,
- 3,
- 8,
- 2,
- 0.099657,
- "_EGSVIDHIHLISVGDMIEAINGQSLLGCR_"
- ],
- [
- 46779,
- 2,
- 17,
- 6,
- 0.22778,
- "_DTPLYTDNTANGIALLWAPR_"
- ],
- [
- 51078,
- 3,
- 19,
- 8,
- 0.25627,
- "_MVIASCDYNCSNEVLSITAMLSVPQCFVRPTEAK_"
- ],
- [
- 50803,
- 2,
- 14,
- 6,
- 0.18509,
- "_SDPLCVLFLNTSGQQWYEVER_"
- ],
- [
- 51266,
- 3,
- 11,
- 4,
- 0.14239,
- "_DTVAPVVPDLSSDIDTSNFDDLEEDKGEEETFPIPK_"
- ],
- [
- 40100,
- 2,
- 11,
- 4,
- 0.14239,
- "_DCGEDGLCISDLVLDVR_"
- ],
- [
- 49993,
- 2,
- 11,
- 4,
- 0.14239,
- "_YFLQANDQQDLVEWVNVLNK_"
- ],
- [
- 6933,
- 2,
- 5,
- 2,
- 0.056923,
- "_LFDLLFEIR_"
- ],
- [
- 48404,
- 3,
- 13,
- 7,
- 0.17085,
- "_DYTQINVGNLELSANHNILQIVDVCMESEK_"
- ],
- [
- 41642,
- 2,
- 16,
- 6,
- 0.21356,
- "_IGCLLSGGLDSSLVAATLLK_"
- ],
- [
- 39488,
- 3,
- 10,
- 3,
- 0.12815,
- "_HGGLSLVQTTDFFYPLVEDPYMMGR_"
- ],
- [
- 20302,
- 3,
- 17,
- 4,
- 0.22779,
- "_VEENFVILFSDLTMHELK_"
- ],
- [
- 35841,
- 3,
- 16,
- 6,
- 0.21356,
- "_NNPVHTLTEVELLAFTSCLLSQPK_"
- ],
- [
- 50252,
- 2,
- 7,
- 3,
- 0.085417,
- "_SLAESLDQAESPTFPYLNTLLR_"
- ],
- [
- 37635,
- 2,
- 8,
- 2,
- 0.099648,
- "_SAEHTLVDMVQLLFTR_"
- ],
- [
- 38849,
- 2,
- 6,
- 2,
- 0.07115,
- "_FDVILLEPPLEEYYR_"
- ],
- [
- 28247,
- 2,
- 15,
- 3,
- 0.19934,
- "_DMSIQELAVLVSGQK_"
- ],
- [
- 43920,
- 2,
- 16,
- 3,
- 0.21356,
- "_MIELLADNINLGDPSSMLK_"
- ],
- [
- 36355,
- 2,
- 6,
- 3,
- 0.07115,
- "_SDVLLGTAALDIYETLK_"
- ],
- [
- 29453,
- 3,
- 13,
- 6,
- 0.17086,
- "_STQVPHFLLEDLLLNEWEASK_"
- ],
- [
- 26498,
- 2,
- 14,
- 3,
- 0.18509,
- "_TQDDIETVLQLFR_"
- ],
- [
- 43628,
- 2,
- 17,
- 6,
- 0.2278,
- "_NQLDQEVEFLSTSIAQLK_"
- ],
- [
- 47936,
- 2,
- 17,
- 8,
- 0.2278,
- "_YSDESGNMDFDNFISCLVR_"
- ],
- [
- 45242,
- 2,
- 13,
- 6,
- 0.17086,
- "_APEVSQYIYQVYDSILKN_"
- ],
- [
- 42615,
- 2,
- 14,
- 5,
- 0.18509,
- "_WVLYGLMGGGDINGPLFSK_"
- ],
- [
- 36340,
- 3,
- 13,
- 6,
- 0.17086,
- "_HSQDLAFLSM(Oxidation (M))LNDIAAVPATAMPFR_"
- ],
- [
- 47739,
- 3,
- 12,
- 5,
- 0.15663,
- "_LGTLATALLAFPSVGPTFPTYYAHADTLCSVK_"
- ],
- [
- 18603,
- 2,
- 10,
- 4,
- 0.12814,
- "_ILEIEDLFSSLK_"
- ],
- [
- 22077,
- 2,
- 9,
- 2,
- 0.11389,
- "_TNFFVNGLLDLVK_"
- ],
- [
- 18229,
- 2,
- 7,
- 3,
- 0.085392,
- "_GDFLNYALSLMR_"
- ],
- [
- 9986,
- 3,
- 4,
- 2,
- 0.04269,
- "_LSIAEVVHQLQEIAAAR_"
- ],
- [
- 49443,
- 2,
- 20,
- 7,
- 0.27051,
- "_IVSWSQVGVEPSIMGIGPIPAIK_"
- ],
- [
- 7409,
- 2,
- 9,
- 3,
- 0.11389,
- "_FLDFIGHILT_"
- ],
- [
- 48904,
- 2,
- 16,
- 6,
- 0.21358,
- "_DNDQETIAVDEWIVFQSPAR_"
- ],
- [
- 38044,
- 2,
- 25,
- 7,
- 0.34175,
- "_ELLQLADALGPSICMLK_"
- ],
- [
- 42883,
- 2,
- 12,
- 4,
- 0.15664,
- "_DQELILFADLLCQYHR_"
- ],
- [
- 18296,
- 2,
- 13,
- 4,
- 0.17087,
- "_FFPLVPDLLSPR_"
- ],
- [
- 41258,
- 3,
- 10,
- 5,
- 0.12813,
- "_CLDVLLTLEPHGDSTEFMGVNMDVIR_"
- ],
- [
- 31618,
- 3,
- 8,
- 2,
- 0.099636,
- "_QEAFLLNEDLGDSLDSVEALLKK_"
- ],
- [
- 36929,
- 3,
- 14,
- 5,
- 0.1851,
- "_FVHLDNLPEDGLQCVLCVGLQFGK_"
- ],
- [
- 50516,
- 2,
- 13,
- 6,
- 0.17087,
- "_GSYWTLDPDSYNMFENGSFLR_"
- ],
- [
- 37510,
- 4,
- 13,
- 8,
- 0.17087,
- "_VAQYMADVLEDSKDKVQENLLANGVDLVTYITR_"
- ],
- [
- 42332,
- 4,
- 9,
- 6,
- 0.1139,
- "_NFEDFLHESLVEYLDVNEENDCNIALYEHTINK_"
- ],
- [
- 34686,
- 2,
- 13,
- 4,
- 0.17087,
- "_TLTEDEIATILQSTLK_"
- ],
- [
- 32232,
- 2,
- 17,
- 5,
- 0.22782,
- "_DDWLVSWVQSYCR_"
- ],
- [
- 39083,
- 2,
- 15,
- 5,
- 0.19933,
- "_GTLGGLFSQILQGEDIVR_"
- ],
- [
- 48750,
- 2,
- 16,
- 4,
- 0.21358,
- "_DFNDPSQDPDFTQVVELDLK_"
- ],
- [
- 44629,
- 3,
- 17,
- 3,
- 0.22782,
- "_VIDELSSCHAVLSTQLADAMMFPITQFK_"
- ],
- [
- 50438,
- 3,
- 17,
- 8,
- 0.22782,
- "_INEAFIEMATTEDAQAAVDYYTTTPALVFGKPVR_"
- ],
- [
- 32761,
- 3,
- 15,
- 6,
- 0.19933,
- "_DNSNLYMVMEYVPGGEMFSHLR_"
- ],
- [
- 44579,
- 2,
- 26,
- 6,
- 0.356,
- "_YGINTTDIFQTVDLWEGK_"
- ],
- [
- 45095,
- 2,
- 21,
- 6,
- 0.28475,
- "_GIFEALRPLETLPVEGLIR_"
- ],
- [
- 45225,
- 3,
- 17,
- 3,
- 0.22782,
- "_STFFNVLTNSQASAENFPFCTIDPNESR_"
- ],
- [
- 46260,
- 2,
- 17,
- 6,
- 0.2278,
- "_DVQETLMPQVLTTLEEDSK_"
- ],
- [
- 51174,
- 3,
- 12,
- 4,
- 0.15661,
- "_ALCGFTEAAAQAAYLVGVSDPNSQAGQQGLVEPTQFAR_"
- ],
- [
- 40649,
- 3,
- 13,
- 6,
- 0.17086,
- "_DKEPEVVFIGDSLVQLMHQCEIWR_"
- ],
- [
- 40254,
- 4,
- 13,
- 4,
- 0.17086,
- "_ASVDPVAADLEMAAGLTDIFQHDTYCGDVWNTNKR_"
- ],
- [
- 48292,
- 2,
- 20,
- 7,
- 0.27051,
- "_FSPEVWDETCNCMLDIFK_"
- ],
- [
- 32382,
- 2,
- 18,
- 7,
- 0.24205,
- "_ILDDDTIITTLENLK_"
- ],
- [
- 49754,
- 2,
- 10,
- 5,
- 0.12813,
- "_ATDYPCLLILDPQNEFETLR_"
- ],
- [
- 35785,
- 2,
- 13,
- 4,
- 0.17086,
- "_FLDLIPQDTLAVASFR_"
- ],
- [
- 34020,
- 2,
- 12,
- 5,
- 0.15661,
- "_LGSLIGLIVEEGEDWK_"
- ],
- [
- 34630,
- 3,
- 15,
- 6,
- 0.19933,
- "_QGGLLVNFHPSILTCLLPQLTSPR_"
- ],
- [
- 44664,
- 4,
- 16,
- 10,
- 0.21356,
- "_GGAAGGGYSQVIPMEEFNLHLTGDIHAITAANNLVAAAIDAR_"
- ],
- [
- 36357,
- 2,
- 18,
- 3,
- 0.24205,
- "_EMGLPVGTAAIAPIIAAVK_"
- ],
- [
- 31276,
- 4,
- 16,
- 6,
- 0.21356,
- "_EVENWNPLTDTVPIHSWIHPWLPLMQAR_"
- ],
- [
- 47589,
- 2,
- 15,
- 4,
- 0.19933,
- "_(Acetyl (Protein N-term))VSHGSSPSLLEALSSDFLACK_"
- ],
- [
- 32992,
- 3,
- 11,
- 2,
- 0.14236,
- "_FGNPLLVQDVESYDPVLNPVLNR_"
- ],
- [
- 12525,
- 2,
- 14,
- 3,
- 0.1851,
- "_FLPFLDMFQK_"
- ],
- [
- 48890,
- 3,
- 16,
- 7,
- 0.21356,
- "_AVVHTHLLNPEWLVNYFGSLSVEDSLECLR_"
- ],
- [
- 47284,
- 3,
- 17,
- 7,
- 0.2278,
- "_EFCSYLQYLEYLSQNRPPPNAYELFAK_"
- ],
- [
- 11369,
- 2,
- 17,
- 5,
- 0.2278,
- "_FVFDIFQFAK_"
- ],
- [
- 47441,
- 3,
- 13,
- 7,
- 0.17085,
- "_FPLYNLGFGNNLNYNFLENMALENHGLAR_"
- ],
- [
- 27517,
- 2,
- 16,
- 4,
- 0.21357,
- "_LIDALIENFLQPSK_"
- ],
- [
- 15005,
- 2,
- 11,
- 4,
- 0.14237,
- "_LNELGLLPLLLK_"
- ],
- [
- 49570,
- 3,
- 21,
- 9,
- 0.28475,
- "_HDSEQDNSDNNTIFVQGLGENVTIESVADYFK_"
- ],
- [
- 16452,
- 2,
- 16,
- 4,
- 0.21357,
- "_LELIGMDFIWK_"
- ],
- [
- 46759,
- 3,
- 12,
- 5,
- 0.1566,
- "_EPFTLEAYYSSPQDLPYPDPAIAQFSVQK_"
- ],
- [
- 45027,
- 2,
- 15,
- 5,
- 0.19934,
- "_LTGEDVFGITVPLITSTTGAK_"
- ],
- [
- 51432,
- 2,
- 14,
- 5,
- 0.1851,
- "_DTTAVPYVFQDDPYLMPASSLESR_"
- ],
- [
- 21896,
- 3,
- 12,
- 4,
- 0.1566,
- "_IWDSVSLSTLHVLGLGVFDR_"
- ],
- [
- 27931,
- 2,
- 19,
- 6,
- 0.25629,
- "_EHMGNVVEALIALTN_"
- ],
- [
- 40035,
- 3,
- 17,
- 7,
- 0.2278,
- "_YNVYPTYDFACPIVDSIEGVTHALR_"
- ],
- [
- 41836,
- 2,
- 13,
- 6,
- 0.17085,
- "_ESWLLPGSNDLLLEVGPR_"
- ],
- [
- 28004,
- 2,
- 13,
- 6,
- 0.17085,
- "_GFDVFNALDLMENK_"
- ],
- [
- 36031,
- 3,
- 13,
- 6,
- 0.17085,
- "_YSPSDPAFAYAQLTHDELIQLVLK_"
- ],
- [
- 7373,
- 2,
- 14,
- 4,
- 0.1851,
- "_SLLLLAYLIR_"
- ],
- [
- 45586,
- 2,
- 15,
- 6,
- 0.19935,
- "_AVWLPGSQTELAIVTADFVK_"
- ],
- [
- 51591,
- 3,
- 19,
- 7,
- 0.25629,
- "_GGAAGGGYSQVIPMEEFNLHLTGDIHAITAANNLVAAAIDAR_"
- ],
- [
- 26190,
- 2,
- 15,
- 5,
- 0.19935,
- "_YNLTSDIIESIFR_"
- ],
- [
- 43532,
- 2,
- 8,
- 3,
- 0.099649,
- "_IPCDVTEAEIISLGLPFGK_"
- ],
- [
- 18024,
- 3,
- 5,
- 3,
- 0.056959,
- "_YMNSGPVVAMVWEGLNVVK_"
- ],
- [
- 51735,
- 3,
- 16,
- 7,
- 0.21359,
- "_VVSCLDWSSQYPELLVASYNNNEDAPHEPDGVALVWNMK_"
- ],
- [
- 51648,
- 2,
- 7,
- 5,
- 0.08544,
- "_FSYDTFVDYDVDEEDMMNQVLQR_"
- ],
- [
- 46590,
- 2,
- 7,
- 3,
- 0.08544,
- "_DGVLLCQLLHNLSPGSIDLK_"
- ],
- [
- 31917,
- 2,
- 23,
- 7,
- 0.31322,
- "_NPELQNLLLDDFFK_"
- ],
- [
- 26030,
- 4,
- 13,
- 4,
- 0.17085,
- "_EGSVIDHIHLISVGDMIEAINGQSLLGCR_"
- ],
- [
- 43216,
- 3,
- 11,
- 4,
- 0.14237,
- "_DTADGVSQELFSAGLVDGHDVVIVAANLQK_"
- ],
- [
- 40447,
- 3,
- 10,
- 4,
- 0.12813,
- "_VAETAVQLFISGDKVNVAGLVLAGSADFK_"
- ],
- [
- 28467,
- 4,
- 14,
- 6,
- 0.18509,
- "_LNEQVTQEQPLKDLLHLPELFSPGMLVR_"
- ],
- [
- 50467,
- 2,
- 8,
- 6,
- 0.099686,
- "_LSCQPMLSLDDFQLQPPVTFR_"
- ],
- [
- 41187,
- 3,
- 14,
- 5,
- 0.18509,
- "_LYQLEEPLSSILDRDDIFVYEVSGR_"
- ],
- [
- 41970,
- 2,
- 12,
- 5,
- 0.1566,
- "_VFDCMELVMDELQGSVK_"
- ],
- [
- 48269,
- 2,
- 15,
- 5,
- 0.19934,
- "_GIILTDNLTNQLIENVSIYR_"
- ],
- [
- 47904,
- 2,
- 21,
- 7,
- 0.28478,
- "_VFDFELSSQDMTTLLSYNR_"
- ],
- [
- 26968,
- 3,
- 14,
- 7,
- 0.18512,
- "_PFVPHIPFDFYLCEMAFPR_"
- ],
- [
- 50241,
- 3,
- 17,
- 7,
- 0.22785,
- "_KIGYNPDTVAFVPISGWNGDNMLEPSANMPWFK_"
- ],
- [
- 32168,
- 3,
- 10,
- 4,
- 0.12815,
- "_NEPVVFPEEPEISEELKDLILK_"
- ],
- [
- 27377,
- 4,
- 15,
- 5,
- 0.19935,
- "_SVGVFEAFYNSVKPIQIINSTIEMVKPGK_"
- ],
- [
- 49694,
- 2,
- 15,
- 6,
- 0.19935,
- "_YSALIEVPDGFTAVMSASTWEK_"
- ],
- [
- 40947,
- 2,
- 15,
- 5,
- 0.19935,
- "_DEDPLELANTLYNNTIK_"
- ],
- [
- 30355,
- 2,
- 16,
- 4,
- 0.21359,
- "_IGVAIGDQILDLSIIK_"
- ],
- [
- 40500,
- 3,
- 16,
- 6,
- 0.21359,
- "_SFSERFPEDGPELEEILTQLATADAR_"
- ],
- [
- 11631,
- 3,
- 12,
- 5,
- 0.15662,
- "_MLIEQLENFLDEIHR_"
- ],
- [
- 49906,
- 2,
- 14,
- 7,
- 0.18509,
- "_TDFYDQCNDVGLMAYLGTITK_"
- ],
- [
- 29246,
- 2,
- 14,
- 6,
- 0.18509,
- "_DLLDQILMLDPAKR_"
- ],
- [
- 30219,
- 2,
- 13,
- 3,
- 0.17086,
- "_PAGALVALVVAPLCWK_"
- ],
- [
- 47329,
- 2,
- 13,
- 3,
- 0.17086,
- "_PFQPALPLVVLVPSPGGDAVEK_"
- ],
- [
- 39276,
- 2,
- 16,
- 4,
- 0.21358,
- "_VMQEEIFGPILPIVPVK_"
- ],
- [
- 33683,
- 4,
- 22,
- 8,
- 0.29902,
- "_AVVHTHLLNPEWLVNYFGSLSVEDSLECLR_"
- ],
- [
- 43985,
- 2,
- 11,
- 5,
- 0.14238,
- "_AYQIDTVINLNVPFEVIK_"
- ],
- [
- 21197,
- 3,
- 11,
- 5,
- 0.14238,
- "_DGVLLCQLLHNLSPGSIDLK_"
- ],
- [
- 31180,
- 3,
- 19,
- 7,
- 0.25632,
- "_LDRDPASGTALQEISFWLNLER_"
- ],
- [
- 44982,
- 2,
- 10,
- 4,
- 0.12817,
- "_QQDAQEFFLHLINMVER_"
- ],
- [
- 42532,
- 2,
- 21,
- 6,
- 0.28478,
- "_VVNVELPIEANLVWQLGK_"
- ],
- [
- 50477,
- 3,
- 9,
- 5,
- 0.11394,
- "_ISPVIYHFVFTNESNETDYVPLPIIDSVECNK_"
- ],
- [
- 22341,
- 4,
- 13,
- 5,
- 0.17086,
- "_MHAGLIDAIKPFLDYYDLVDGVSYQK_"
- ],
- [
- 48571,
- 2,
- 22,
- 8,
- 0.29902,
- "_DMDLVEVNEAFAPQYLAVER_"
- ],
- [
- 28725,
- 2,
- 18,
- 5,
- 0.24208,
- "_VGTLDVLVGLSDELAK_"
- ],
- [
- 36442,
- 2,
- 16,
- 5,
- 0.21358,
- "_DLLGTVWGGPANLEAIAK_"
- ],
- [
- 49195,
- 3,
- 17,
- 7,
- 0.22783,
- "_ILNDVQDRFEVNVAELPEEIDISTYIEQSR_"
- ],
- [
- 23057,
- 3,
- 10,
- 4,
- 0.12817,
- "_EESAEELQAAEHPDEVEDPK_"
- ],
- [
- 23760,
- 3,
- 13,
- 5,
- 0.17086,
- "_DAVMSHTLIYIPSYFDFVR_"
- ],
- [
- 39198,
- 2,
- 13,
- 3,
- 0.17086,
- "_LMAVPNLFMLETVDSVK_"
- ],
- [
- 47566,
- 2,
- 18,
- 5,
- 0.24207,
- "_IIPAVASTNAVIAAVCATEVFK_"
- ],
- [
- 16995,
- 3,
- 12,
- 5,
- 0.15662,
- "_KEELMFFLWAPELAPLK_"
- ],
- [
- 39302,
- 2,
- 17,
- 6,
- 0.22782,
- "_GASELVAELSTLYQCIR_"
- ],
- [
- 24654,
- 2,
- 14,
- 4,
- 0.1851,
- "_DLDLDAFAEELER_"
- ],
- [
- 33129,
- 2,
- 22,
- 6,
- 0.29902,
- "_EFSITDVVPYPISLR_"
- ],
- [
- 51560,
- 3,
- 12,
- 7,
- 0.15662,
- "_GGVTENTSYYIFTQCPDGAFEAFPVHNWYNFTPLAR_"
- ],
- [
- 48409,
- 2,
- 16,
- 4,
- 0.21359,
- "_EHLIDELDYILLPTEGWNK_"
- ],
- [
- 40000,
- 3,
- 15,
- 5,
- 0.19932,
- "_SQLQDLVEFPYVNLHNEVVGIIESR_"
- ],
- [
- 42837,
- 2,
- 13,
- 5,
- 0.17086,
- "_EELLAEFGSGTLDLPALTR_"
- ],
- [
- 38747,
- 2,
- 12,
- 3,
- 0.15662,
- "_QIFFGLAPGWVVNMADK_"
- ],
- [
- 48899,
- 3,
- 15,
- 5,
- 0.19932,
- "_GGEELLPPESTPIPANLSQNLEAAAATQVAVSVPK_"
- ],
- [
- 47469,
- 3,
- 16,
- 8,
- 0.21359,
- "_NADGFIDLEEYIGDMYSHDGNTDEPEWVK_"
- ],
- [
- 18262,
- 2,
- 11,
- 5,
- 0.14241,
- "_VNVNLLIFLLNK_"
- ],
- [
- 36715,
- 4,
- 16,
- 6,
- 0.21359,
- "_AGLTLKPQTFPLTVTNRPMMDVAFVQFLASVSGK_"
- ],
- [
- 20542,
- 2,
- 17,
- 6,
- 0.22782,
- "_SIMELMNVLELR_"
- ],
- [
- 38829,
- 3,
- 17,
- 6,
- 0.22782,
- "_MQMFQLHGDEFCPVLDATFVMVAR_"
- ],
- [
- 48220,
- 2,
- 16,
- 3,
- 0.21359,
- "_ELLLGPSIACTVAELTSQNNR_"
- ],
- [
- 44537,
- 4,
- 12,
- 6,
- 0.15665,
- "_LGTITPDGADVYSYDEDDM(Oxidation (M))VLDPSLAEHLSHFGIDMLK_"
- ],
- [
- 24922,
- 2,
- 30,
- 6,
- 0.41293,
- "_HLVFPLLEFLSVK_"
- ],
- [
- 36746,
- 3,
- 17,
- 6,
- 0.22783,
- "_DNTIEHLLPLFLAQLKDECPEVR_"
- ],
- [
- 44335,
- 3,
- 17,
- 5,
- 0.22783,
- "_GSLPAGEHSFPFQFLLPATAPTSFEGPFGK_"
- ],
- [
- 46087,
- 2,
- 13,
- 5,
- 0.17086,
- "_LSVPATFMLVSLDEGPGPPIK_"
- ],
- [
- 34346,
- 2,
- 10,
- 2,
- 0.12817,
- "_SLEEFMANVGGLLCVK_"
- ],
- [
- 16717,
- 4,
- 12,
- 3,
- 0.15665,
- "_DLTVLCHLEQLLLVTHLDLSHNR_"
- ],
- [
- 37235,
- 3,
- 12,
- 4,
- 0.15665,
- "_SSPVPHYMVSSVLELPALLQSIDCK_"
- ],
- [
- 37895,
- 2,
- 12,
- 4,
- 0.15665,
- "_AGLQVEFINPIFEFSR_"
- ],
- [
- 10952,
- 3,
- 13,
- 4,
- 0.17086,
- "_ENTIEHLLPLFLAQLK_"
- ],
- [
- 24493,
- 3,
- 16,
- 5,
- 0.21356,
- "_EHLIDELDYILLPTEGWNK_"
- ],
- [
- 47946,
- 2,
- 16,
- 5,
- 0.21356,
- "_VVSLNGELGDSWIVPLDNLTK_"
- ],
- [
- 36842,
- 2,
- 14,
- 3,
- 0.18509,
- "_DVYEDELVPVFEAVGR_"
- ],
- [
- 18835,
- 3,
- 15,
- 7,
- 0.19941,
- "_QQDAQEFFLHLINMVER_"
- ],
- [
- 47467,
- 3,
- 13,
- 6,
- 0.17097,
- "_QNFTEPTAIQAQGWPVALSGLDMVGVAQTGSGK_"
- ],
- [
- 51686,
- 3,
- 19,
- 10,
- 0.25637,
- "_TASIKPEVALLDTQDMENMSDDDGWEFVNLGDQQSFGIK_"
- ],
- [
- 36052,
- 3,
- 14,
- 3,
- 0.18517,
- "_AGNYEEALQLYQHAVQYFLHVVK_"
- ],
- [
- 32545,
- 3,
- 13,
- 4,
- 0.17097,
- "_VGQTAFDVADEDILGYLEELQKK_"
- ],
- [
- 49526,
- 2,
- 13,
- 4,
- 0.17097,
- "_FFAFWGQDINNLTTPLECGR_"
- ],
- [
- 51705,
- 3,
- 14,
- 8,
- 0.18517,
- "_VQADEQFGIWLDSSSPEQTVPYLWSEETPATPIGQAIHR_"
- ],
- [
- 40837,
- 3,
- 12,
- 6,
- 0.15673,
- "_LGEIQVVDAASLLAPLPQVQAVTISHIR_"
- ],
- [
- 46801,
- 2,
- 19,
- 7,
- 0.25637,
- "_ILLELLNQMDGFDQNVNVK_"
- ],
- [
- 15831,
- 2,
- 11,
- 4,
- 0.14248,
- "_VFGLPLPLLVER_"
- ],
- [
- 20601,
- 3,
- 11,
- 4,
- 0.14248,
- "_DVMQNHLLQMLCLVAMEK_"
- ],
- [
- 28975,
- 2,
- 18,
- 4,
- 0.24214,
- "_YGFLWPGLNVPLMK_"
- ],
- [
- 43007,
- 3,
- 15,
- 4,
- 0.19941,
- "_KLDVTIEPSEEPLFPADELYGIVGANLK_"
- ],
- [
- 39526,
- 2,
- 10,
- 3,
- 0.12824,
- "_LEQFVSILM(Oxidation (M))ASIPLPDK_"
- ],
- [
- 47640,
- 3,
- 9,
- 4,
- 0.11401,
- "_GQPFGAAVSTAGEVVFQTGMVGYPEALTDPSYK_"
- ],
- [
- 40685,
- 2,
- 17,
- 3,
- 0.22788,
- "_NENLAANFLLSQNFDDE_"
- ],
- [
- 28211,
- 3,
- 17,
- 5,
- 0.22788,
- "_GSQECFQFILPALPHAIDLLR_"
- ],
- [
- 43567,
- 2,
- 16,
- 5,
- 0.21365,
- "_ADCTITMADSDFLALMTGK_"
- ],
- [
- 51258,
- 2,
- 5,
- 5,
- 0.057028,
- "_ITFTGEADQAPGVEPGDIVLLLQEK_"
- ],
- [
- 51403,
- 2,
- 10,
- 4,
- 0.12824,
- "_(Acetyl (Protein N-term))ADDLDFETGDAGASATFPMQCSALR_"
- ],
- [
- 23209,
- 3,
- 21,
- 5,
- 0.28488,
- "_SMFCNLEPVLVQLIHSVNR_"
- ],
- [
- 23075,
- 3,
- 27,
- 7,
- 0.37034,
- "_DGPLNMILDDGGDLTNLIHTK_"
- ],
- [
- 21231,
- 4,
- 10,
- 3,
- 0.12829,
- "_TMETLHLEYFEEAMNYLLSHPEVK_"
- ],
- [
- 38617,
- 3,
- 13,
- 6,
- 0.17101,
- "_GDPSLLFVNAGMNQFKPIFLGTVDPR_"
- ],
- [
- 38288,
- 2,
- 15,
- 5,
- 0.19946,
- "_ENTIEHLLPLFLAQLK_"
- ],
- [
- 32386,
- 3,
- 12,
- 8,
- 0.15676,
- "_SNEYQLIDCAQYFLDKIDVIK_"
- ],
- [
- 18926,
- 2,
- 15,
- 5,
- 0.19946,
- "_ILIFNIEIPITK_"
- ],
- [
- 45737,
- 4,
- 13,
- 7,
- 0.17101,
- "_TRYEDVNPVLLSGPEAPWRDPELLEGTCTPVQLVALIR_"
- ],
- [
- 35535,
- 2,
- 20,
- 5,
- 0.27065,
- "_DLPTVLPPGFTIGAICK_"
- ],
- [
- 45356,
- 2,
- 25,
- 6,
- 0.34185,
- "_YNLEELYQAVENLCSYK_"
- ],
- [
- 48636,
- 2,
- 17,
- 6,
- 0.22793,
- "_DGTCTVTYLPTLPGDYSILVK_"
- ],
- [
- 16243,
- 4,
- 17,
- 5,
- 0.22793,
- "_AGNYEEALQLYQHAVQYFLHVVK_"
- ],
- [
- 46191,
- 2,
- 14,
- 2,
- 0.18525,
- "_DVMQNHLLQMLCLVAMEK_"
- ],
- [
- 51453,
- 2,
- 15,
- 6,
- 0.19946,
- "_YAGEPVPFIEPPESFEFYAQQLR_"
- ],
- [
- 27074,
- 2,
- 18,
- 5,
- 0.24216,
- "_DTDIVDEAIYYFK_"
- ],
- [
- 32923,
- 3,
- 15,
- 2,
- 0.19947,
- "_TDLHLAVVPVLTALISYHNYLDK_"
- ],
- [
- 34492,
- 3,
- 29,
- 8,
- 0.39879,
- "_(Acetyl (Protein N-term))ALSMPLNGLKEEDKEPLIELFVK_"
- ],
- [
- 23369,
- 3,
- 19,
- 5,
- 0.25638,
- "_DIPGQASLVFDVALLDLHNPK_"
- ],
- [
- 43948,
- 2,
- 13,
- 4,
- 0.17099,
- "_SSGYPLTIEGFAYLWSGAR_"
- ],
- [
- 27980,
- 2,
- 19,
- 2,
- 0.25638,
- "_SAPFFIPTIPGLVPR_"
- ],
- [
- 39549,
- 3,
- 23,
- 7,
- 0.31338,
- "_CFLAQPVTLLDIYTHWQQTSELGR_"
- ],
- [
- 39990,
- 2,
- 13,
- 3,
- 0.17099,
- "_TFTYLLGSDAAALLFNSK_"
- ],
- [
- 45992,
- 2,
- 12,
- 7,
- 0.15674,
- "_ILEFWTEFNCFQECLK_"
- ],
- [
- 38793,
- 3,
- 16,
- 7,
- 0.21368,
- "_LLDVTCSSLSVTQEEAEELLQALHR_"
- ],
- [
- 6409,
- 2,
- 17,
- 5,
- 0.22791,
- "_LLDNLLALIR_"
- ],
- [
- 34496,
- 2,
- 18,
- 5,
- 0.24215,
- "_GSLDPESIFEMMETGK_"
- ],
- [
- 49007,
- 2,
- 13,
- 4,
- 0.17097,
- "_NLLDLLSAQPAPCPLNYVSQK_"
- ],
- [
- 49732,
- 2,
- 13,
- 3,
- 0.17097,
- "_WLSQPLDGSENCSVLALELFK_"
- ],
- [
- 43099,
- 2,
- 10,
- 5,
- 0.12825,
- "_ILFDTVDLCATWEAMEK_"
- ],
- [
- 27489,
- 3,
- 13,
- 5,
- 0.17097,
- "_ANLLEIAPHLSAPLPIMLPVYK_"
- ],
- [
- 46740,
- 3,
- 15,
- 8,
- 0.19946,
- "_NTFGDVGLLTGDVQLHPEASCLIMTTEILR_"
- ],
- [
- 47219,
- 2,
- 13,
- 4,
- 0.17097,
- "_VFEEVQDDFCNIQNILLK_"
- ],
- [
- 40551,
- 3,
- 13,
- 2,
- 0.17097,
- "_TMETLHLEYFEEAMNYLLSHPEVK_"
- ],
- [
- 43466,
- 3,
- 14,
- 4,
- 0.18521,
- "_HNSVQLQVACMQLINALVTSPDDLDFR_"
- ],
- [
- 46173,
- 2,
- 12,
- 6,
- 0.15674,
- "_LIDVPDPVPALDLGQQLQLK_"
- ],
- [
- 51433,
- 2,
- 13,
- 5,
- 0.17097,
- "_DATNVGDEGGFAPNILENSEALELVK_"
- ],
- [
- 50454,
- 2,
- 8,
- 2,
- 0.099756,
- "_LLQDQGLNIPSVVNFQIISTYK_"
- ],
- [
- 19131,
- 3,
- 15,
- 6,
- 0.19946,
- "_AILQNSWTEVMDLILKPR_"
- ],
- [
- 49109,
- 3,
- 12,
- 4,
- 0.15674,
- "_ENLASDMYLISQMDSDQYVPITTVANLDHIK_"
- ],
- [
- 45176,
- 2,
- 15,
- 5,
- 0.19946,
- "_LVSGSDDFTLFLWSPAEDK_"
- ],
- [
- 48776,
- 2,
- 18,
- 4,
- 0.24214,
- "_GETDEEYLWCIEQTLYFK_"
- ],
- [
- 46665,
- 2,
- 21,
- 7,
- 0.28487,
- "_ELQENQDEIENMMNAIFK_"
- ],
- [
- 19152,
- 2,
- 26,
- 7,
- 0.35607,
- "_DICNDVLSLLEK_"
- ],
- [
- 41347,
- 2,
- 18,
- 5,
- 0.24214,
- "_NSLFGSVETWPWQVLSK_"
- ],
- [
- 51083,
- 2,
- 16,
- 7,
- 0.21369,
- "_MMQEAMSAFPGIDEAMSYAEVMR_"
- ],
- [
- 34503,
- 4,
- 18,
- 9,
- 0.24214,
- "_MAVQFELEDLNLRPDPEPLLTEMIHEAAYR_"
- ],
- [
- 41689,
- 2,
- 18,
- 6,
- 0.24214,
- "_NLDLAVLELMQSSVDNTK_"
- ],
- [
- 26283,
- 2,
- 16,
- 3,
- 0.21369,
- "_DLALVNDQLLGFVR_"
- ],
- [
- 43438,
- 4,
- 17,
- 7,
- 0.2279,
- "_FALNYLQLLVHPNPPSVLFGADKDTEVAAPWTEETVK_"
- ],
- [
- 47806,
- 3,
- 24,
- 10,
- 0.32759,
- "_LADQCTGLQGFLVFHSFGGGTGSGFTSLLMER_"
- ],
- [
- 23035,
- 2,
- 14,
- 3,
- 0.18521,
- "_EGADFILLNFSFK_"
- ],
- [
- 29322,
- 3,
- 14,
- 4,
- 0.18521,
- "_DGELLFVHSAEGSEFWSALLEK_"
- ],
- [
- 33036,
- 2,
- 20,
- 7,
- 0.27062,
- "_MDPMNIWDDIITNR_"
- ],
- [
- 18609,
- 3,
- 14,
- 5,
- 0.18521,
- "_KQDEPIDLFMIEIMEMK_"
- ],
- [
- 22154,
- 2,
- 8,
- 3,
- 0.099758,
- "_DYITLGAEAFLLR_"
- ],
- [
- 49954,
- 2,
- 21,
- 6,
- 0.28484,
- "_EMLNSVMQELEDYSEGGPLYK_"
- ],
- [
- 17984,
- 2,
- 14,
- 4,
- 0.18521,
- "_IYPTIWWLFR_"
- ],
- [
- 37653,
- 3,
- 13,
- 7,
- 0.17098,
- "_KYAVDDVPFSIPAASEIADLSNIINK_"
- ],
- [
- 47400,
- 2,
- 13,
- 4,
- 0.17098,
- "_EVPDGENLEQDLCTFLISR_"
- ],
- [
- 37048,
- 2,
- 13,
- 3,
- 0.17098,
- "_TLQVFGIVPDGTLQLLK_"
- ],
- [
- 50041,
- 3,
- 13,
- 7,
- 0.17098,
- "_DLDFSTSHGAVSATPPAPTLVSGDPWYPWYNWK_"
- ],
- [
- 36613,
- 3,
- 13,
- 6,
- 0.17098,
- "_NLAWVDSDQLLYQHFWCLPVIK_"
- ],
- [
- 30373,
- 3,
- 13,
- 6,
- 0.17098,
- "_QCVLSTLAQLLLDKDCTVLVGR_"
- ],
- [
- 46596,
- 3,
- 12,
- 6,
- 0.15674,
- "_DVPLTIKDPAVGFLETISPGYSIHTYLWR_"
- ],
- [
- 40081,
- 2,
- 12,
- 5,
- 0.15674,
- "_LTFSGLLNALDGVASTEAR_"
- ],
- [
- 26127,
- 3,
- 11,
- 4,
- 0.14249,
- "_LKGYTSWAIGLSVADLAESIMK_"
- ],
- [
- 51395,
- 3,
- 11,
- 6,
- 0.14249,
- "_AVGVVPQDAVLFHNTIYYNLLYGNISASPEEVYAVAK_"
- ],
- [
- 22164,
- 2,
- 17,
- 3,
- 0.22793,
- "_APVLVALALIEGGMK_"
- ],
- [
- 50530,
- 3,
- 16,
- 5,
- 0.21369,
- "_HLFQPVINQVVDFYQPTCIVLQCGADSLGCDR_"
- ],
- [
- 39495,
- 2,
- 11,
- 4,
- 0.14249,
- "_EFSPSFINFVNLCLTK_"
- ],
- [
- 37644,
- 2,
- 16,
- 4,
- 0.21369,
- "_VFLAVFVEQPTPFLPR_"
- ],
- [
- 40239,
- 2,
- 16,
- 7,
- 0.21369,
- "_EALVDTLTGILSPVQEVR_"
- ],
- [
- 31922,
- 3,
- 15,
- 3,
- 0.19945,
- "_NHLVTLPEAIHFLTEIEVLDVR_"
- ],
- [
- 38018,
- 3,
- 18,
- 7,
- 0.24214,
- "_VLEVTEEFGVHLAELTVDPQGALAIR_"
- ],
- [
- 43851,
- 2,
- 19,
- 6,
- 0.25638,
- "_ALNAGYILNGLTVSIPGLER_"
- ],
- [
- 40441,
- 3,
- 9,
- 3,
- 0.114,
- "_ADSIFTEEGETPAWLEQMIAHTTWR_"
- ],
- [
- 49406,
- 3,
- 14,
- 6,
- 0.18522,
- "_LKPYVSYLAPESEETPLTAAQLFSEAVAPAIEK_"
- ],
- [
- 49552,
- 2,
- 8,
- 2,
- 0.099762,
- "_GEAEAEAEEWEAESVLGTLLQK_"
- ],
- [
- 28933,
- 2,
- 8,
- 2,
- 0.099762,
- "_GFAPADVFVQWLQR_"
- ],
- [
- 30836,
- 2,
- 10,
- 4,
- 0.12824,
- "_TDDLVYLNVMELVR_"
- ],
- [
- 50733,
- 2,
- 13,
- 6,
- 0.17098,
- "_NAGATCYMNSVIQQLYMIPSIR_"
- ],
- [
- 36314,
- 2,
- 17,
- 5,
- 0.22794,
- "_PVILLPEDTPPFLELK_"
- ],
- [
- 48255,
- 2,
- 10,
- 2,
- 0.12824,
- "_TQTSDPAM(Oxidation (M))LPTMIGLLAEAGVR_"
- ],
- [
- 45570,
- 2,
- 17,
- 5,
- 0.22794,
- "_DGYADIVDVLNSPLEGPDQK_"
- ],
- [
- 28076,
- 3,
- 16,
- 6,
- 0.21369,
- "_MTLLHFLAELCENDYPDVLK_"
- ],
- [
- 35844,
- 3,
- 15,
- 6,
- 0.19945,
- "_NITLPHLESQSLSIQWVYNILDK_"
- ],
- [
- 26387,
- 4,
- 16,
- 7,
- 0.21369,
- "_APELLFRPDLIGEESEGIHEVLVFAIQK_"
- ],
- [
- 44496,
- 2,
- 18,
- 7,
- 0.24217,
- "_DFLDGVYAFEYYPSTPGR_"
- ],
- [
- 38990,
- 2,
- 13,
- 5,
- 0.17098,
- "_GPFLVSAPLSTIINWER_"
- ],
- [
- 48804,
- 3,
- 14,
- 4,
- 0.18522,
- "_SDPTLGLLEDPAERPVNSWASDFNTLVPVYGK_"
- ],
- [
- 22278,
- 2,
- 31,
- 6,
- 0.42727,
- "_SFVEFILEPLYK_"
- ],
- [
- 32497,
- 2,
- 13,
- 5,
- 0.17098,
- "_VVEYSDVILEVLDAR_"
- ],
- [
- 30680,
- 2,
- 19,
- 5,
- 0.25638,
- "_SLLTIQEVDEFLLR_"
- ],
- [
- 48600,
- 2,
- 15,
- 6,
- 0.19946,
- "_GLDIPEVDWIVQYDPPDDPK_"
- ],
- [
- 50971,
- 3,
- 14,
- 7,
- 0.18522,
- "_(Acetyl (Protein N-term))MEATLEQHLEDTMKNPSIVGVLCTDSQGLNLGCR_"
- ],
- [
- 13812,
- 2,
- 11,
- 3,
- 0.14247,
- "_EDLLIISSFFK_"
- ],
- [
- 49302,
- 3,
- 14,
- 7,
- 0.18522,
- "_ECVGFGAVQEVPVGLVQPASAILYDYYNPEHK_"
- ],
- [
- 51416,
- 2,
- 15,
- 6,
- 0.19946,
- "_SADFVVEAIGDDVGTLGFSVEGPSQAK_"
- ],
- [
- 41863,
- 2,
- 13,
- 4,
- 0.17097,
- "_GLGGILLEDIEEALPNSQK_"
- ],
- [
- 36899,
- 4,
- 10,
- 5,
- 0.12823,
- "_MGIDSSDKVDFFILLDNVAAEQAHNLPSCPMLK_"
- ],
- [
- 34690,
- 2,
- 13,
- 5,
- 0.17097,
- "_NLYLSQLIILDTLEK_"
- ],
- [
- 41501,
- 2,
- 13,
- 4,
- 0.17097,
- "_VASSDLVNMGISVVSYTLK_"
- ],
- [
- 36276,
- 3,
- 19,
- 6,
- 0.25641,
- "_QILDWHFANLEFANATPLSTLSLK_"
- ],
- [
- 50365,
- 2,
- 20,
- 8,
- 0.27062,
- "_AAEGGLSSPEFSELCIWLGSQIK_"
- ],
- [
- 46718,
- 2,
- 16,
- 2,
- 0.21368,
- "_AAVTPELCPDVTIWGVAMLR_"
- ],
- [
- 41279,
- 3,
- 16,
- 4,
- 0.21368,
- "_ASFITPVPGGVGPMTVAMLMQSTVESAKR_"
- ],
- [
- 48041,
- 2,
- 20,
- 5,
- 0.27062,
- "_EVTDTQMPLVAPVILPEMYK_"
- ],
- [
- 32714,
- 2,
- 17,
- 4,
- 0.22793,
- "_SEAANGNLDFVLSFLK_"
- ],
- [
- 32902,
- 2,
- 14,
- 6,
- 0.21368,
- "_IGLVEALCGFQFTFK_"
- ],
- [
- 45704,
- 2,
- 18,
- 6,
- 0.24217,
- "_FDLGQDVIDFTGHALALYR_"
- ],
- [
- 47030,
- 2,
- 24,
- 7,
- 0.32759,
- "_EYFGEFGEIEAIELPMDPK_"
- ],
- [
- 44810,
- 2,
- 16,
- 6,
- 0.21368,
- "_KQDEPIDLFMIEIMEMK_"
- ],
- [
- 47548,
- 2,
- 15,
- 2,
- 0.19946,
- "_SLLSNVSIEDEEEELVAIVR_"
- ],
- [
- 46881,
- 2,
- 19,
- 7,
- 0.2564,
- "_LASEILMQNWDAAMEDLTR_"
- ],
- [
- 10953,
- 3,
- 10,
- 4,
- 0.12822,
- "_YKEVYAAAAEVLGLILR_"
- ],
- [
- 19343,
- 2,
- 13,
- 4,
- 0.17095,
- "_MLDILAEYLTIK_"
- ],
- [
- 46863,
- 3,
- 13,
- 3,
- 0.17095,
- "_ELKPVGVMAPASGPASTDAVSALLEQTAVELEK_"
- ],
- [
- 45985,
- 3,
- 18,
- 6,
- 0.24216,
- "_VVYIFGPPVKEPPTDVTPTFLTTGVLSTLR_"
- ],
- [
- 40978,
- 3,
- 11,
- 4,
- 0.14246,
- "_EGQDTQSKPLNLLTVWDWSVQFEPK_"
- ],
- [
- 36719,
- 3,
- 14,
- 5,
- 0.1852,
- "_LCLSLMSQGLLYPHQVPLVLQVLK_"
- ],
- [
- 48606,
- 3,
- 11,
- 5,
- 0.14246,
- "_QHALAEGLTEEEYQAFLVYAAGVYSNMGNYK_"
- ],
- [
- 43653,
- 2,
- 19,
- 6,
- 0.2564,
- "_GINLPTPPGLSPGDLDVFVR_"
- ],
- [
- 42428,
- 2,
- 14,
- 4,
- 0.1852,
- "_WNSLEAPDSVLFPWDLK_"
- ],
- [
- 19875,
- 3,
- 20,
- 6,
- 0.27064,
- "_FDLGQDVIDFTGHALALYR_"
- ],
- [
- 43514,
- 2,
- 15,
- 5,
- 0.19944,
- "_IFSPNVVNLTLVDLPGMTK_"
- ],
- [
- 30025,
- 3,
- 16,
- 6,
- 0.21368,
- "_MEYEWKPDEQGLQQILQLLK_"
- ],
- [
- 41542,
- 3,
- 16,
- 6,
- 0.21368,
- "_LAQIEGVVPFGANNAFTMPLHMTFWGK_"
- ],
- [
- 49393,
- 2,
- 24,
- 7,
- 0.32755,
- "_VVVVDDLLATGGTMNAACELLGR_"
- ],
- [
- 36392,
- 3,
- 15,
- 5,
- 0.19944,
- "_IDYANLTGISVSSLSDSLFVLHVQR_"
- ],
- [
- 44961,
- 2,
- 13,
- 2,
- 0.17094,
- "_FLDPDMYSLLEDSTSDLR_"
- ],
- [
- 31427,
- 3,
- 10,
- 3,
- 0.12823,
- "_DSGQAFSLEQLRPLLASSLPLAAR_"
- ],
- [
- 41078,
- 4,
- 13,
- 8,
- 0.17094,
- "_LNLAFVANLFNKYPALTKPENQDIDWTLLEGETR_"
- ],
- [
- 47076,
- 3,
- 14,
- 6,
- 0.18519,
- "_REEFVQWVELLPDTQTPSWLGLPNNAER_"
- ],
- [
- 49852,
- 3,
- 16,
- 7,
- 0.21369,
- "_EANFDINQLYDCNWVVVNCSTPGNFFHVLR_"
- ],
- [
- 51222,
- 3,
- 14,
- 6,
- 0.18519,
- "_NPFGLVPVLENSQGQLIYESAITCEYLDEAYPGKK_"
- ],
- [
- 32389,
- 3,
- 14,
- 3,
- 0.18519,
- "_LPHSTAALAALLPPEVGVPWGLPLR_"
- ],
- [
- 34550,
- 2,
- 20,
- 4,
- 0.27064,
- "_GVPGSAVLLFEVELVSR_"
- ],
- [
- 50080,
- 2,
- 10,
- 2,
- 0.12823,
- "_SPELAAQPSTYLAVAEELADVSGK_"
- ],
- [
- 23637,
- 2,
- 18,
- 5,
- 0.24215,
- "_DILEIGAQWSILR_"
- ],
- [
- 23886,
- 2,
- 23,
- 4,
- 0.31332,
- "_LLEQVLLVLEPPR_"
- ],
- [
- 7081,
- 2,
- 4,
- 2,
- 0.042704,
- "_(Acetyl (Protein N-term))AAVLQQVLER_"
- ],
- [
- 48442,
- 2,
- 12,
- 7,
- 0.1567,
- "_LVVGGLLSPEEDQSLLLSQFR_"
- ],
- [
- 44698,
- 2,
- 29,
- 7,
- 0.39879,
- "_QIVWNGPVGVFEWEAFAR_"
- ],
- [
- 30370,
- 3,
- 12,
- 5,
- 0.1567,
- "_ILDEEVFEGDIQQLLFVSDHR_"
- ],
- [
- 26226,
- 3,
- 9,
- 5,
- 0.11391,
- "_DLSSAEAILALFPENFHQNLK_"
- ],
- [
- 41954,
- 3,
- 20,
- 8,
- 0.27064,
- "_DLEFTIYDDDDVSPFLEGLEERPQR_"
- ],
- [
- 23394,
- 2,
- 13,
- 3,
- 0.17094,
- "_TFIGIFLIDGVTGR_"
- ],
- [
- 24033,
- 2,
- 22,
- 5,
- 0.29914,
- "_DAVVYPILVEFTR_"
- ],
- [
- 51737,
- 2,
- 6,
- 5,
- 0.071209,
- "_ILGQEGDASYLASEISTWDGVIVTPSEK_"
- ],
- [
- 41056,
- 2,
- 12,
- 4,
- 0.15673,
- "_MVNVDMNDMYAYLLFK_"
- ],
- [
- 44920,
- 2,
- 14,
- 4,
- 0.1852,
- "_IVFENPDPSDGFVLIPDLK_"
- ],
- [
- 35195,
- 2,
- 18,
- 5,
- 0.24219,
- "_PSIIFFDEIDGLAPVR_"
- ],
- [
- 28694,
- 3,
- 8,
- 3,
- 0.099672,
- "_NQLGHLESELSFLSTLTGINIR_"
- ],
- [
- 40514,
- 4,
- 19,
- 9,
- 0.25642,
- "_VYAEADSQESADHLAHEVSLAVFQLAGGIGERPQPGF_"
- ],
- [
- 31457,
- 2,
- 14,
- 5,
- 0.1852,
- "_EADLSMFDLIGLENK_"
- ],
- [
- 36638,
- 2,
- 19,
- 6,
- 0.25642,
- "_GIDQCIPLFVEAALER_"
- ],
- [
- 39596,
- 3,
- 15,
- 6,
- 0.19946,
- "_ALLDSQFSYQHAIEESVVLIYDPIK_"
- ],
- [
- 26794,
- 2,
- 15,
- 6,
- 0.19946,
- "_APVLVALALIECGMK_"
- ],
- [
- 28065,
- 2,
- 27,
- 7,
- 0.37033,
- "_ETSGNLEQLLLAVVK_"
- ],
- [
- 29727,
- 2,
- 17,
- 5,
- 0.22798,
- "_DFTDIQQDFLPWK_"
- ],
- [
- 35911,
- 2,
- 17,
- 5,
- 0.22798,
- "_WADLLLVAPLDANTLGK_"
- ],
- [
- 50490,
- 2,
- 11,
- 6,
- 0.14246,
- "_GIGMGMTVPISFAVFPNEDGSLQK_"
- ],
- [
- 18727,
- 2,
- 12,
- 4,
- 0.15677,
- "_FLPLPVVQLLDR_"
- ],
- [
- 50724,
- 2,
- 11,
- 6,
- 0.14246,
- "_QITIIDSPSFIVSPLNSSSALALR_"
- ],
- [
- 49664,
- 3,
- 19,
- 8,
- 0.25647,
- "_IGYNPATVPFVPISGWHGDNMLEPSPNMPWFK_"
- ],
- [
- 51091,
- 2,
- 9,
- 6,
- 0.11395,
- "_NTGLLLLSEVALGQCNELLEANPK_"
- ],
- [
- 43247,
- 2,
- 15,
- 6,
- 0.19948,
- "_MLAEDELRDAVLLVFANK_"
- ],
- [
- 49104,
- 3,
- 12,
- 5,
- 0.15677,
- "_NKDDECFGDDIEEIPDTDFDFEGNLALFDK_"
- ],
- [
- 51556,
- 3,
- 16,
- 7,
- 0.21374,
- "_YDDIPVEATGNNCPPHIESFSDVEMGEIIMGNIELTR_"
- ],
- [
- 39873,
- 2,
- 12,
- 4,
- 0.15677,
- "_MAEWIQQNNILSIVLR_"
- ],
- [
- 38307,
- 2,
- 16,
- 5,
- 0.21374,
- "_FEFPEQLPLDEFLQK_"
- ],
- [
- 40057,
- 2,
- 10,
- 5,
- 0.12818,
- "_LLDLELAPSASVVLLPAGR_"
- ],
- [
- 35636,
- 2,
- 18,
- 6,
- 0.24223,
- "_ALEDITASIAMAVIQQK_"
- ],
- [
- 46797,
- 2,
- 10,
- 4,
- 0.12818,
- "_LEPELVEAWNQLGEVYWK_"
- ],
- [
- 51609,
- 2,
- 4,
- 2,
- 0.042812,
- "_EGILSDEIYCPPETAVLLGSYAVQAK_"
- ],
- [
- 48934,
- 2,
- 11,
- 3,
- 0.14244,
- "_GAPAEDPVFTILAPEDPPVPFR_"
- ],
- [
- 45932,
- 3,
- 14,
- 6,
- 0.18528,
- "_AAAGYAACLLPGAGARPEVEALDASLEDLLTR_"
- ],
- [
- 43925,
- 2,
- 14,
- 4,
- 0.18528,
- "_ICVQLCDLASPTALLIMR_"
- ],
- [
- 16473,
- 3,
- 14,
- 5,
- 0.18528,
- "_MLAEDELRDAVLLVFANK_"
- ],
- [
- 50504,
- 3,
- 15,
- 7,
- 0.19952,
- "_HLDSSAAAIIDAPMDIPGLNLSQQEYYPYVYYK_"
- ],
- [
- 32350,
- 2,
- 13,
- 4,
- 0.17104,
- "_YQTFLQLLYTLQGK_"
- ],
- [
- 51696,
- 2,
- 9,
- 3,
- 0.114,
- "_TFFGDDFIPNDILIGCEEEEQENGK_"
- ],
- [
- 36197,
- 2,
- 15,
- 5,
- 0.19952,
- "_DAELAGSPELLEFLGTR_"
- ],
- [
- 25189,
- 3,
- 19,
- 7,
- 0.2565,
- "_EFFSQYGDVMDVFIPKPFR_"
- ],
- [
- 44144,
- 4,
- 16,
- 8,
- 0.21375,
- "_AVDHINSTIAPALISSGLSVVEQEKLDNLMLELDGTENK_"
- ],
- [
- 28250,
- 2,
- 15,
- 5,
- 0.19952,
- "_NDSIIVDIFHGLFK_"
- ],
- [
- 15777,
- 2,
- 20,
- 5,
- 0.27074,
- "_VDLGGFAGLFDLK_"
- ],
- [
- 35419,
- 2,
- 20,
- 6,
- 0.27074,
- "_(Acetyl (Protein N-term))MQNDAGEFVDLYVPR_"
- ],
- [
- 44200,
- 2,
- 19,
- 6,
- 0.2565,
- "_VMTIAPGLFGTPLLTSLPEK_"
- ],
- [
- 45046,
- 2,
- 18,
- 6,
- 0.24225,
- "_IEFVVVGPEAPLAAGIVGNLR_"
- ],
- [
- 19778,
- 2,
- 14,
- 4,
- 0.18527,
- "_LLSLPPLPVITLR_"
- ],
- [
- 49592,
- 2,
- 13,
- 5,
- 0.17095,
- "_FAGVVPPVAGPWLGVEWDNPER_"
- ],
- [
- 39152,
- 4,
- 13,
- 5,
- 0.17095,
- "_VFTGGALYFGGLFQAPTALTEPLEVEHVVGQGVLHR_"
- ],
- [
- 50383,
- 3,
- 14,
- 5,
- 0.18527,
- "_LSGLTTNVVDIILAHHFGQEELQANLDLIQTYR_"
- ],
- [
- 45424,
- 2,
- 10,
- 4,
- 0.12822,
- "_FSEDAFNSTFISTIGIDFK_"
- ],
- [
- 31895,
- 4,
- 13,
- 6,
- 0.17095,
- "_SKPIIAEPEIHGAQPLDGVTGFLVLMSEGLYK_"
- ],
- [
- 6935,
- 2,
- 10,
- 4,
- 0.12822,
- "_LYLILDFLR_"
- ],
- [
- 26071,
- 3,
- 13,
- 5,
- 0.17095,
- "_ELSDFPQEFVWEASHYLVR_"
- ],
- [
- 50776,
- 2,
- 13,
- 5,
- 0.17095,
- "_NTGDADQWCPLLETLTDAEMEK_"
- ],
- [
- 40421,
- 3,
- 17,
- 5,
- 0.22798,
- "_GRQEDAEEYLGFILNGLHEEMLNLK_"
- ],
- [
- 51790,
- 2,
- 9,
- 7,
- 0.11398,
- "_AQPYDPNFYDETYDYGGFTMMFDDR_"
- ],
- [
- 32859,
- 2,
- 11,
- 5,
- 0.14245,
- "_PAPEIFENEVMALLR_"
- ],
- [
- 31522,
- 4,
- 15,
- 7,
- 0.1995,
- "_FAPYKPQDILLKPLLFEVPSITTDSVFVGR_"
- ],
- [
- 15286,
- 2,
- 17,
- 5,
- 0.22798,
- "_DLDFTIDLDFK_"
- ],
- [
- 20505,
- 3,
- 6,
- 2,
- 0.07128,
- "_TSNLHYLLFTILEDSLYK_"
- ],
- [
- 38737,
- 2,
- 12,
- 4,
- 0.15667,
- "_SLMDLANDACQLLSGER_"
- ],
- [
- 48801,
- 2,
- 16,
- 6,
- 0.21374,
- "_ISFPAIQAAPSFSNSFPQIFR_"
- ],
- [
- 15787,
- 2,
- 12,
- 4,
- 0.15667,
- "_DAALIVITLPIGR_"
- ],
- [
- 50526,
- 3,
- 13,
- 6,
- 0.17095,
- "_LSAGETETTLLVTKPLYELGQNDACLSLCWLPR_"
- ],
- [
- 40265,
- 2,
- 11,
- 3,
- 0.14245,
- "_FVFIAEWYDPNASLLR_"
- ],
- [
- 45322,
- 2,
- 15,
- 5,
- 0.1995,
- "_APAALPALCDLLASAADPQIR_"
- ],
- [
- 46347,
- 4,
- 15,
- 6,
- 0.1995,
- "_CQQDPESCWYFHQTAIPCLLALAVQASMPEKEPSVLR_"
- ],
- [
- 51271,
- 3,
- 15,
- 5,
- 0.1995,
- "_ALGQSWLEVQLATGGLVDPAQGVLVAPEPACHQGLLDR_"
- ],
- [
- 48959,
- 2,
- 21,
- 7,
- 0.28497,
- "_TYAEPLTAAMVEFYTMSQER_"
- ],
- [
- 31465,
- 2,
- 12,
- 2,
- 0.15669,
- "_TPVENPLNIMLNIVK_"
- ],
- [
- 47183,
- 3,
- 13,
- 8,
- 0.17092,
- "_NVQNINLFVVDEVHLIGGENGPVLEVICSR_"
- ],
- [
- 41513,
- 3,
- 11,
- 2,
- 0.14247,
- "_IQVMEQHFQDMVPVIVDYCLLLQR_"
- ],
- [
- 18652,
- 4,
- 7,
- 3,
- 0.085526,
- "_ECSIALSNWWFVAHLTDLLDHCK_"
- ],
- [
- 27091,
- 3,
- 14,
- 3,
- 0.1852,
- "_LESMLQPLAQELEATRDSLDK_"
- ],
- [
- 48283,
- 3,
- 14,
- 6,
- 0.1852,
- "_YPELQNLPQELFAVDPTTVSQGLKDEVLYK_"
- ],
- [
- 48576,
- 3,
- 15,
- 5,
- 0.19951,
- "_LLSYQTSLVSDGETWHVM(Oxidation (M))GISSLLPSLEAWK_"
- ],
- [
- 27740,
- 3,
- 11,
- 4,
- 0.14247,
- "_FDGALNVDLTEFQTNLVPYPR_"
- ],
- [
- 13479,
- 2,
- 17,
- 6,
- 0.22799,
- "_LVLDSIIWAFK_"
- ],
- [
- 41982,
- 2,
- 17,
- 4,
- 0.22799,
- "_EEIQPGDIVIIDQFIDR_"
- ],
- [
- 49824,
- 2,
- 16,
- 5,
- 0.21375,
- "_NLQTCMEVLEALYDGSLGDCK_"
- ],
- [
- 39661,
- 3,
- 18,
- 6,
- 0.24222,
- "_AFSSLNTLPEELRPYVPLFCSVLTK_"
- ],
- [
- 40867,
- 2,
- 15,
- 5,
- 0.19947,
- "_EVLGSLPNVFSALCLNAR_"
- ],
- [
- 42011,
- 3,
- 11,
- 6,
- 0.1425,
- "_EIAEAYLGYPVTNAVITVPAYFNDSQR_"
- ],
- [
- 37689,
- 4,
- 18,
- 8,
- 0.24226,
- "_LSGLTTNVVDIILAHHFGQEELQANLDLIQTYR_"
- ],
- [
- 47947,
- 2,
- 12,
- 4,
- 0.15674,
- "_QPIGVAAVITPWNFPSAMITR_"
- ],
- [
- 31186,
- 2,
- 14,
- 2,
- 0.18519,
- "_ESQILSLLSDIGSGIR_"
- ],
- [
- 12358,
- 3,
- 10,
- 4,
- 0.12826,
- "_LEALHQILVLLSGMEEK_"
- ],
- [
- 23943,
- 2,
- 13,
- 4,
- 0.17096,
- "_IAEFSFDLLPVIR_"
- ],
- [
- 51351,
- 2,
- 11,
- 5,
- 0.1425,
- "_IGWSLTTSGMLLGEEEFSYGYSLK_"
- ],
- [
- 29784,
- 3,
- 13,
- 6,
- 0.17096,
- "_AIGDAAMQDGLLVLHYGLVVSPLK_"
- ],
- [
- 51502,
- 3,
- 9,
- 6,
- 0.11402,
- "_MYTDIQEPMLSAAQEQFGGNPFASLVSNTSSGEGSQPSR_"
- ],
- [
- 44914,
- 2,
- 14,
- 4,
- 0.18519,
- "_AGTLSITEFADMLSGNAGGFR_"
- ],
- [
- 51402,
- 2,
- 13,
- 7,
- 0.17096,
- "_GQELAFPLSPDWQVDYESYTWR_"
- ],
- [
- 30675,
- 2,
- 14,
- 5,
- 0.18519,
- "_DFIDNQMLLLVAQR_"
- ],
- [
- 29714,
- 3,
- 11,
- 4,
- 0.1425,
- "_TLSLKPLLFEIPGFLTDEECR_"
- ],
- [
- 41021,
- 3,
- 15,
- 6,
- 0.19947,
- "_TILQASLPQNDIEILKPVNMLLSIQR_"
- ],
- [
- 50226,
- 3,
- 19,
- 8,
- 0.25649,
- "_EIGNCTQITNLDLQHNELLDLPDTIGNLSSLSR_"
- ],
- [
- 21085,
- 3,
- 7,
- 3,
- 0.085554,
- "_LPIVSDDLSHWSSIFMWR_"
- ],
- [
- 16044,
- 2,
- 24,
- 4,
- 0.32771,
- "_IVLELFADIVPK_"
- ],
- [
- 36787,
- 2,
- 12,
- 3,
- 0.15674,
- "_QLNESIIVALFQGQFK_"
- ],
- [
- 43614,
- 2,
- 9,
- 4,
- 0.11407,
- "_VYFDETAQEIVDEFAMR_"
- ],
- [
- 39030,
- 3,
- 12,
- 4,
- 0.15677,
- "_GISNMLDVNGLFTLSHITQLVLSHNK_"
- ],
- [
- 34168,
- 2,
- 25,
- 6,
- 0.34198,
- "_LYPAAVDTIVAIMAEGK_"
- ],
- [
- 16548,
- 2,
- 5,
- 2,
- 0.057014,
- "_DILSWVNFMNK_"
- ],
- [
- 24446,
- 3,
- 11,
- 5,
- 0.14253,
- "_GLDLHGLLAFIQLQQCAQDR_"
- ],
- [
- 37719,
- 2,
- 16,
- 5,
- 0.21374,
- "_QMGDLLPPTIYIPYLK_"
- ],
- [
- 27251,
- 3,
- 13,
- 4,
- 0.17101,
- "_WDRPLFTLVGLEEPLPLAGIR_"
- ],
- [
- 22886,
- 3,
- 16,
- 8,
- 0.21374,
- "_DSLDPSFTHAMQLLTAEIEK_"
- ],
- [
- 10756,
- 2,
- 15,
- 4,
- 0.19946,
- "_MLDFFTIFSK_"
- ],
- [
- 48739,
- 2,
- 19,
- 4,
- 0.25653,
- "_SLADLPNFTPFPDEWTVEDK_"
- ],
- [
- 32622,
- 4,
- 17,
- 6,
- 0.22806,
- "_IDGVEQLNNILVIGMTNRPDLIDEALLRPGR_"
- ],
- [
- 35811,
- 4,
- 12,
- 7,
- 0.15677,
- "_EILYNLESLINSAVFPGLQGGPHNHAIAGVAVALK_"
- ],
- [
- 50280,
- 2,
- 11,
- 5,
- 0.14253,
- "_FSQQQSFVQILQEVNDFAGQR_"
- ],
- [
- 44412,
- 2,
- 33,
- 7,
- 0.45587,
- "_YMNSGPVVAMVWEGLNVVK_"
- ],
- [
- 35572,
- 3,
- 14,
- 6,
- 0.18527,
- "_KDFVSEQLTSLLVNGVQLPALGENK_"
- ],
- [
- 47820,
- 2,
- 12,
- 6,
- 0.15679,
- "_LVVSSLEALESCFAVGPIIEK_"
- ],
- [
- 43787,
- 2,
- 15,
- 3,
- 0.19949,
- "_DM(Oxidation (M))IILPEMVGSMVGVYNGK_"
- ],
- [
- 42222,
- 2,
- 25,
- 6,
- 0.34201,
- "_EGTIGDMAILGITESFQVK_"
- ],
- [
- 40028,
- 3,
- 23,
- 7,
- 0.31352,
- "_FGEENIEVYHSYFWPLEWTIPSR_"
- ],
- [
- 50980,
- 3,
- 16,
- 6,
- 0.21372,
- "_LAAVVNNLNTGQVLHVVQALYPFSSSNDEELNFEK_"
- ],
- [
- 27375,
- 3,
- 10,
- 4,
- 0.12833,
- "_VFLDLSSLPCIPLSKPVELLR_"
- ],
- [
- 31552,
- 2,
- 16,
- 5,
- 0.21372,
- "_DLITQATLLYTMADK_"
- ],
- [
- 18381,
- 2,
- 16,
- 4,
- 0.21372,
- "_FLFLVSTFDWK_"
- ],
- [
- 40162,
- 3,
- 16,
- 7,
- 0.21372,
- "_LLEVVTSISDIPTGIPVHLELASMTNR_"
- ],
- [
- 25216,
- 2,
- 18,
- 3,
- 0.24232,
- "_EGFFELIPQDLIK_"
- ],
- [
- 43859,
- 2,
- 15,
- 5,
- 0.19949,
- "_LLTDILGIEDYNGDMDFK_"
- ],
- [
- 42118,
- 2,
- 20,
- 5,
- 0.27079,
- "_WLDPGAFGTLGVGAGFALGAK_"
- ],
- [
- 40161,
- 3,
- 12,
- 5,
- 0.15681,
- "_EYYTLDSILFLLNNVHLSHPVYVR_"
- ],
- [
- 28379,
- 2,
- 19,
- 4,
- 0.25657,
- "_SLSFLFEYIGEMGK_"
- ],
- [
- 51614,
- 3,
- 9,
- 4,
- 0.11407,
- "_IDPYINIDAGTFSPYEHGEVFVLNDGGEVDLDLGNYER_"
- ],
- [
- 34307,
- 3,
- 15,
- 6,
- 0.19952,
- "_GFVENSYLAGLTPTEFFFHAMGGR_"
- ],
- [
- 40348,
- 3,
- 14,
- 7,
- 0.18528,
- "_CCPVYFELRPVVETGVELMSLPYR_"
- ],
- [
- 50961,
- 3,
- 11,
- 4,
- 0.14258,
- "_EVNYMCPLNSDGYPDSLALANNSTLTIGTIDEIQK_"
- ],
- [
- 33256,
- 2,
- 16,
- 4,
- 0.21375,
- "_DFASFPSINLQQMLK_"
- ],
- [
- 48469,
- 3,
- 12,
- 6,
- 0.15681,
- "_VSPSVSEFLLQLDSCHLDLGPEGGTVELIQGR_"
- ],
- [
- 47571,
- 2,
- 21,
- 6,
- 0.28504,
- "_DSLDPSFTHAMQLLTAEIEK_"
- ],
- [
- 32477,
- 2,
- 12,
- 3,
- 0.15681,
- "_SEYPDLFEWFCVK_"
- ],
- [
- 39171,
- 3,
- 14,
- 6,
- 0.18528,
- "_MCDGDVGASLEHLLTQCFSETFGER_"
- ],
- [
- 45458,
- 3,
- 15,
- 5,
- 0.19952,
- "_TILSQGHLTPLPLYVCPVYWAYDYALR_"
- ],
- [
- 45881,
- 2,
- 9,
- 3,
- 0.11403,
- "_TVTVWELISSEYFTAEQR_"
- ],
- [
- 32893,
- 3,
- 10,
- 6,
- 0.12831,
- "_ENGWYDEEHPLVFLFLGSSGIGK_"
- ],
- [
- 51373,
- 3,
- 14,
- 7,
- 0.18527,
- "_NLVWTSGISALDGEFQSASEVDFYIDKDMIHIADTK_"
- ],
- [
- 38405,
- 2,
- 13,
- 4,
- 0.17104,
- "_GSVLQFMPFTTVSELVK_"
- ],
- [
- 36947,
- 4,
- 10,
- 5,
- 0.12831,
- "_DYQSSLEDLTFNSKPHINMLTILAEENLPFAK_"
- ],
- [
- 46262,
- 3,
- 11,
- 5,
- 0.14257,
- "_WTEYTPDPNHGFYVSPSVLSALVPSMVAAK_"
- ],
- [
- 30618,
- 2,
- 13,
- 6,
- 0.17104,
- "_DPGMGAMGGMGGGMGGGMF_"
- ],
- [
- 28583,
- 2,
- 14,
- 4,
- 0.18527,
- "_DIGYSDIMVLCVLK_"
- ],
- [
- 48586,
- 2,
- 14,
- 6,
- 0.18527,
- "_DAFDRNPELQNLLLDDFFK_"
- ],
- [
- 50450,
- 3,
- 13,
- 5,
- 0.17104,
- "_VGAGLHNLGNTCFLNATIQCLTYTPPLANYLLSK_"
- ],
- [
- 51354,
- 3,
- 13,
- 5,
- 0.17104,
- "_LASVLLYSDYGIGEVPVEPLDVPLPSTIRPASPVAGSPK_"
- ],
- [
- 30037,
- 2,
- 14,
- 5,
- 0.18527,
- "_IQLFDTQDLINVLK_"
- ],
- [
- 26186,
- 2,
- 12,
- 4,
- 0.15681,
- "_ENTYPFLAMIMLK_"
- ],
- [
- 21423,
- 2,
- 12,
- 2,
- 0.15681,
- "_LNLFLDLLQSYK_"
- ],
- [
- 51704,
- 3,
- 16,
- 7,
- 0.21375,
- "_TDALQPPHEYVPWVTVNGKPLEDQTQLLTLVCQLYQGK_"
- ],
- [
- 19968,
- 3,
- 17,
- 6,
- 0.22798,
- "_ESEIIDFFLGASLKDEVLK_"
- ],
- [
- 30177,
- 2,
- 17,
- 6,
- 0.22798,
- "_FPEILDLAPFCTLK_"
- ],
- [
- 29117,
- 2,
- 16,
- 4,
- 0.21375,
- "_GGEIYVLTLITDGMR_"
- ],
- [
- 38459,
- 2,
- 20,
- 6,
- 0.2708,
- "_MSIAELDPSIAVGFFCK_"
- ],
- [
- 42528,
- 2,
- 19,
- 5,
- 0.25648,
- "_ALLLLPVEQGFTFSGICR_"
- ],
- [
- 20731,
- 3,
- 19,
- 8,
- 0.25648,
- "_LQLETEIEALKEELLFMK_"
- ],
- [
- 37645,
- 3,
- 16,
- 6,
- 0.2138,
- "_VLVDSLVEDDRTLQSLLTPQPPLLK_"
- ],
- [
- 26921,
- 3,
- 10,
- 4,
- 0.12831,
- "_RDFIATLEAEAFDDVVGETVGK_"
- ],
- [
- 24391,
- 2,
- 13,
- 4,
- 0.1711,
- "_AEGAAMLELVGSILR_"
- ],
- [
- 33464,
- 2,
- 20,
- 5,
- 0.27077,
- "_QEEVCVIDALLADIR_"
- ],
- [
- 28297,
- 2,
- 14,
- 4,
- 0.18533,
- "_YSAVLDAVIASAGLLR_"
- ],
- [
- 42721,
- 3,
- 8,
- 5,
- 0.099819,
- "_QLGLHPNWQFVDVYGMDPELLSMVPR_"
- ],
- [
- 39474,
- 3,
- 10,
- 6,
- 0.12831,
- "_NVSTGDVNVEMNAAPGVDLTQLLNNMR_"
- ],
- [
- 26797,
- 2,
- 10,
- 4,
- 0.12831,
- "_LTQTDELGALLAVLK_"
- ],
- [
- 29621,
- 3,
- 14,
- 4,
- 0.18533,
- "_LEAVTLASMLMEENFLRPVGVR_"
- ],
- [
- 24126,
- 3,
- 15,
- 7,
- 0.19956,
- "_VLLDFLDQHPFSFTPLIQR_"
- ],
- [
- 31146,
- 2,
- 22,
- 3,
- 0.29932,
- "_LPDGSEIPLPPILLGR_"
- ],
- [
- 39704,
- 2,
- 17,
- 6,
- 0.22804,
- "_SSLLDDLLTESEDMAQR_"
- ],
- [
- 32093,
- 4,
- 13,
- 8,
- 0.1711,
- "_MTDLTSSIPKPLLPVGNKPLIWYPLNLLER_"
- ],
- [
- 41375,
- 2,
- 15,
- 3,
- 0.19959,
- "_SPLLFTLAENCIDQVMK_"
- ],
- [
- 45162,
- 2,
- 14,
- 2,
- 0.18537,
- "_ETLISWLQAQMLNPQPEK_"
- ],
- [
- 49951,
- 3,
- 15,
- 6,
- 0.19959,
- "_IFLSIGDDSLQETDVNMESVFDYSINSVHDEK_"
- ],
- [
- 49315,
- 3,
- 21,
- 8,
- 0.28504,
- "_ILNDVQDRFEVNISELPDEIDISSYIEQTR_"
- ],
- [
- 22055,
- 2,
- 22,
- 4,
- 0.29936,
- "_DIISELLTSDDMK_"
- ],
- [
- 40036,
- 2,
- 20,
- 5,
- 0.27076,
- "_GVDLFESFFPYQVTER_"
- ],
- [
- 41113,
- 3,
- 17,
- 6,
- 0.22807,
- "_LPADVSPINYSLCLKPDLLDFTFEGK_"
- ],
- [
- 37394,
- 2,
- 13,
- 5,
- 0.17113,
- "_EVVDYIIFGTVIQEVK_"
- ],
- [
- 44438,
- 3,
- 17,
- 8,
- 0.22807,
- "_SVHPYEVAEVIALPVEQGNFPYLQWVR_"
- ],
- [
- 49831,
- 2,
- 12,
- 4,
- 0.15686,
- "_QLTEM(Oxidation (M))LPSILNQLGADSLTSLR_"
- ],
- [
- 30805,
- 3,
- 17,
- 2,
- 0.22807,
- "_MPCAEDYLSVVLNQLCVLHEK_"
- ],
- [
- 29135,
- 3,
- 17,
- 4,
- 0.22807,
- "_LFIHSMGEGTINGLLDELLQTR_"
- ],
- [
- 49091,
- 2,
- 11,
- 3,
- 0.14258,
- "_LSMELEGNDGLSFIMSNFESK_"
- ],
- [
- 25869,
- 2,
- 13,
- 4,
- 0.17113,
- "_(Acetyl (Protein N-term))MDVGELLSYQPNR_"
- ],
- [
- 28208,
- 3,
- 18,
- 6,
- 0.24231,
- "_YLVSLGCIKPLCDLLTVMDSK_"
- ],
- [
- 51086,
- 2,
- 13,
- 6,
- 0.17113,
- "_GLWCVQFSPMDQVLATASADGTIK_"
- ],
- [
- 46891,
- 2,
- 10,
- 2,
- 0.12831,
- "_DIFHDLMACVTMDNLQER_"
- ],
- [
- 48622,
- 3,
- 19,
- 8,
- 0.25653,
- "_DFSPVPWSQYFESMEDVEVENETGKDTFR_"
- ],
- [
- 39967,
- 3,
- 15,
- 4,
- 0.19959,
- "_LAIIHCAGYSDPILVQTLWQDIIEK_"
- ],
- [
- 49917,
- 2,
- 15,
- 7,
- 0.19959,
- "_SALTLQFMYDEFVEDYEPTK_"
- ],
- [
- 50897,
- 2,
- 14,
- 5,
- 0.18536,
- "_DPAEVLGTGAEVDYLEQFGTSSFK_"
- ],
- [
- 49853,
- 3,
- 14,
- 8,
- 0.18536,
- "_GPLTSGSDEENVALPLGDNVLTHNLGIPVLVVCTK_"
- ],
- [
- 47639,
- 2,
- 12,
- 2,
- 0.15682,
- "_FQPPFFTLDVECGGGFYIR_"
- ],
- [
- 40612,
- 3,
- 25,
- 8,
- 0.34206,
- "_NHVQPYIPSILEALMVPTSQGFTEVR_"
- ],
- [
- 39121,
- 3,
- 15,
- 6,
- 0.1996,
- "_VHNESILDQVWNIFSEASNSEPVNK_"
- ],
- [
- 26330,
- 2,
- 10,
- 3,
- 0.12832,
- "_GLELFLDLVSQPSR_"
- ],
- [
- 38250,
- 2,
- 11,
- 4,
- 0.14255,
- "_VLQFLVDQFLTTNIAR_"
- ],
- [
- 21702,
- 3,
- 10,
- 3,
- 0.12832,
- "_DIFHDLMACVTMDNLQER_"
- ],
- [
- 22693,
- 3,
- 19,
- 4,
- 0.25654,
- "_FEMVLDLMQQLQDLGHPPK_"
- ],
- [
- 46434,
- 2,
- 17,
- 7,
- 0.22806,
- "_LNGQVLVFTLPLTDQVSVIK_"
- ],
- [
- 51515,
- 2,
- 15,
- 6,
- 0.19962,
- "_(Acetyl (Protein N-term))SGFDDPGIFYSDSFGGDAQADEGQAR_"
- ],
- [
- 49988,
- 2,
- 10,
- 4,
- 0.12833,
- "_NILAEQLQAETELFAEAEEMR_"
- ],
- [
- 46144,
- 2,
- 15,
- 7,
- 0.19962,
- "_(Acetyl (Protein N-term))ASMGTLAFDEYGRPFLIIK_"
- ],
- [
- 24293,
- 2,
- 17,
- 2,
- 0.22809,
- "_ESPELLELIEDLK_"
- ],
- [
- 22436,
- 2,
- 14,
- 3,
- 0.18535,
- "_SISEPALLEIFLR_"
- ],
- [
- 17146,
- 3,
- 11,
- 4,
- 0.14258,
- "_DIELPSTIYEALHLPDIK_"
- ],
- [
- 45961,
- 3,
- 12,
- 3,
- 0.15681,
- "_EIFFHYSEFSGDVDSLELGDMVEYSLSK_"
- ],
- [
- 33629,
- 2,
- 11,
- 4,
- 0.14258,
- "_EFFEVANDVIPNLLK_"
- ],
- [
- 24845,
- 3,
- 21,
- 7,
- 0.28503,
- "_DAFDRNPELQNLLLDDFFK_"
- ],
- [
- 46550,
- 4,
- 22,
- 9,
- 0.29925,
- "_TDALQPPHEYVPWVTVNGKPLEDQTQLLTLVCQLYQGK_"
- ],
- [
- 18470,
- 3,
- 4,
- 2,
- 0.042761,
- "_FVLQLLELFDSEDPRER_"
- ],
- [
- 49768,
- 2,
- 23,
- 7,
- 0.31353,
- "_FDGALNVDLTEFQTNLVPYPR_"
- ],
- [
- 39937,
- 2,
- 19,
- 6,
- 0.25656,
- "_NPTLFIFAENDVVIPLK_"
- ],
- [
- 37604,
- 2,
- 16,
- 3,
- 0.21386,
- "_LSQPAGGLLDSITNIFGR_"
- ],
- [
- 49781,
- 3,
- 14,
- 5,
- 0.18535,
- "_DSITCLTCQGTGYIPTEQVNELVALIPHSDQR_"
- ],
- [
- 33785,
- 2,
- 13,
- 4,
- 0.17107,
- "_ALDYEQMLLLMANVK_"
- ],
- [
- 39896,
- 2,
- 16,
- 5,
- 0.21386,
- "_TYDTYVGIGWLIPGMDK_"
- ],
- [
- 39769,
- 2,
- 25,
- 5,
- 0.34208,
- "_QLSQSLLPAIVELAEDAK_"
- ],
- [
- 26970,
- 3,
- 6,
- 4,
- 0.07128,
- "_ITDCAVEPLKAELAELEQLIK_"
- ],
- [
- 39373,
- 3,
- 13,
- 5,
- 0.17105,
- "_LDNLTLMEINTSGTFLTQALNHMYK_"
- ],
- [
- 43315,
- 2,
- 12,
- 6,
- 0.15682,
- "_DKELTGALIASLINCYIR_"
- ],
- [
- 29858,
- 2,
- 14,
- 3,
- 0.18532,
- "_IQLLCLMEMTFTR_"
- ],
- [
- 37378,
- 2,
- 14,
- 7,
- 0.18532,
- "_EVDMVDITEDFLVQAK_"
- ],
- [
- 48369,
- 2,
- 13,
- 7,
- 0.17105,
- "_DGTYAVTYVPLTAGMYTLTMK_"
- ],
- [
- 34051,
- 2,
- 14,
- 4,
- 0.18532,
- "_YNYDDVLLLSQFIR_"
- ],
- [
- 49274,
- 3,
- 15,
- 6,
- 0.1996,
- "_LFDDPDLGGAIPLGDSLLLPAACESGGPTPSLSHR_"
- ],
- [
- 34244,
- 4,
- 13,
- 7,
- 0.17105,
- "_VSALEVEWHLLAHPSITDVAVIGVPDMTWGQR_"
- ],
- [
- 30852,
- 4,
- 18,
- 6,
- 0.24233,
- "_SLLGDPPPLLTLPRPPLSGALASITETIQVHR_"
- ],
- [
- 47347,
- 3,
- 16,
- 5,
- 0.21386,
- "_LDDKDLPSVPPLELSVPADYPAQSPLWIDR_"
- ],
- [
- 34870,
- 4,
- 16,
- 7,
- 0.21386,
- "_AAETTVVEVEEIVDIGAFAPEDIHIPQIYVHR_"
- ],
- [
- 36573,
- 2,
- 13,
- 5,
- 0.1711,
- "_TQAFQVLLQPLACVLK_"
- ],
- [
- 41584,
- 2,
- 20,
- 7,
- 0.27084,
- "_GLAEDIENEVVQITWNR_"
- ],
- [
- 23588,
- 2,
- 18,
- 6,
- 0.24238,
- "_ELAILLGMLDPAEK_"
- ],
- [
- 50680,
- 3,
- 14,
- 6,
- 0.18532,
- "_VLVQTLCEPASIGFNIGDVQVM(Oxidation (M))AHLPDVCVNLMK_"
- ],
- [
- 36383,
- 2,
- 24,
- 4,
- 0.32777,
- "_TFNLPLLMLGGGGYTIR_"
- ],
- [
- 48678,
- 2,
- 18,
- 5,
- 0.24238,
- "_SFVPNMIGGASQADLAVLVISAR_"
- ],
- [
- 49313,
- 2,
- 2,
- 4,
- 0.014273,
- "_NAQMAQSPILLLGGAASTLLQNR_"
- ],
- [
- 37089,
- 2,
- 17,
- 5,
- 0.22813,
- "_DIILQSNPLLEAFGNAK_"
- ],
- [
- 20875,
- 3,
- 6,
- 2,
- 0.071278,
- "_LLGIHEQAAVGFLTLMEALR_"
- ],
- [
- 49670,
- 2,
- 20,
- 7,
- 0.27084,
- "_TAAASAVLDPEEEWEAMLPELK_"
- ],
- [
- 38895,
- 3,
- 16,
- 7,
- 0.21387,
- "_VLHAAFIPFGDITDIQIPLDYETEK_"
- ],
- [
- 46043,
- 2,
- 13,
- 4,
- 0.1711,
- "_GFIQVYVDQVDEDIVAVTR_"
- ],
- [
- 44540,
- 3,
- 12,
- 6,
- 0.15685,
- "_ALEQQVEEMKTQLEELEDELQATEDAK_"
- ],
- [
- 11244,
- 2,
- 12,
- 4,
- 0.15685,
- "_DSLLASLLDGVR_"
- ],
- [
- 46671,
- 2,
- 13,
- 4,
- 0.1711,
- "_CIECVQPQSLQFIIDAFK_"
- ],
- [
- 42670,
- 2,
- 27,
- 5,
- 0.3706,
- "_ANDYANAVLQALSNVPPLR_"
- ],
- [
- 44705,
- 4,
- 22,
- 10,
- 0.29932,
- "_VQASLSANTFAITGHAEAKPITEMLPGILSQLGADSLTSLR_"
- ],
- [
- 32352,
- 2,
- 14,
- 5,
- 0.18532,
- "_QLIPVISDYLLSNLK_"
- ],
- [
- 51533,
- 3,
- 12,
- 4,
- 0.15685,
- "_IKEEPVSDITFPVSEELEADLASGDQSLPMGVLGAQSER_"
- ],
- [
- 25023,
- 3,
- 14,
- 2,
- 0.18533,
- "_FKPFTVEIVDSVEAYATMLR_"
- ],
- [
- 33858,
- 4,
- 14,
- 7,
- 0.18533,
- "_YILEQFLQQELLINITEHELVPEHVVMTK_"
- ],
- [
- 46120,
- 2,
- 20,
- 3,
- 0.27083,
- "_TQGNVFATDAILATLMSCTR_"
- ],
- [
- 49829,
- 3,
- 15,
- 6,
- 0.19955,
- "_VQLAEPDLEQAAHLIQALSNHEDVIHVYDNIE_"
- ],
- [
- 42346,
- 4,
- 19,
- 9,
- 0.25661,
- "_APPPHQSTQSQPLASGSFLHQLDQVTSQVLAGLMEAQK_"
- ],
- [
- 39160,
- 2,
- 14,
- 2,
- 0.18533,
- "_TFEAFMYLSLPLASTSK_"
- ],
- [
- 16578,
- 3,
- 14,
- 5,
- 0.18533,
- "_DKELTGALIASLINCYIR_"
- ],
- [
- 48925,
- 3,
- 12,
- 4,
- 0.15681,
- "_DGQYFEPVVPLPDLVEVSSGEENEQVVFSHR_"
- ],
- [
- 21792,
- 2,
- 20,
- 7,
- 0.27083,
- "_LGANSLLDLVVFGR_"
- ],
- [
- 30314,
- 4,
- 15,
- 7,
- 0.19955,
- "_GPRPVQSVVPEMEESGAQLLLEMLTFNPHK_"
- ],
- [
- 41427,
- 4,
- 16,
- 9,
- 0.21382,
- "_LVNLGCAMGHPSFVMSNSFTNQVMAQIELWTHPDK_"
- ],
- [
- 45766,
- 4,
- 13,
- 5,
- 0.17108,
- "_CLGTQLPNNRPLPPLFNFSAGELSIQPSLNAILIPPHLR_"
- ],
- [
- 48135,
- 2,
- 16,
- 5,
- 0.21382,
- "_SLLETNEIPSLILWGPPGCGK_"
- ],
- [
- 41626,
- 2,
- 10,
- 4,
- 0.12828,
- "_AGGFNDFATLAVIFEQCK_"
- ],
- [
- 20381,
- 2,
- 34,
- 6,
- 0.4703,
- "_EGIPALDNFLDKL_"
- ],
- [
- 50386,
- 2,
- 15,
- 7,
- 0.19958,
- "_FQLEDDGEFYMIGSEVGNYLR_"
- ],
- [
- 29835,
- 4,
- 11,
- 5,
- 0.14253,
- "_DISMNHLPGLLTSLLGLRPECEQSALEGMK_"
- ],
- [
- 44312,
- 3,
- 25,
- 6,
- 0.34203,
- "_HLDYLIQCTNEMNVNIPQLADSLFER_"
- ],
- [
- 44372,
- 2,
- 16,
- 4,
- 0.21381,
- "_ILIMDVIEVVPEPGQPLTK_"
- ],
- [
- 21438,
- 3,
- 15,
- 6,
- 0.19958,
- "_ALAMTALDVIFKPELLEGIR_"
- ],
- [
- 38652,
- 3,
- 18,
- 7,
- 0.24236,
- "_DQMEYMLQNHVFPLFSSELGYMR_"
- ],
- [
- 47107,
- 3,
- 11,
- 2,
- 0.14253,
- "_GEAVDEGEIAENLPEQEILIQSVCETMVPK_"
- ],
- [
- 49001,
- 2,
- 11,
- 3,
- 0.14253,
- "_EGQLYAMELQGFWMDIGQPK_"
- ],
- [
- 27853,
- 2,
- 14,
- 5,
- 0.18533,
- "_GMLENCILLSLFAK_"
- ],
- [
- 21713,
- 3,
- 12,
- 4,
- 0.1568,
- "_MSGIYWGLTVMDLMGQLHR_"
- ],
- [
- 46151,
- 3,
- 14,
- 6,
- 0.18533,
- "_CAVSDVEMQEHYDEFFEEVFTEMEEK_"
- ],
- [
- 38160,
- 2,
- 9,
- 2,
- 0.11403,
- "_FGVEQDVDM(Oxidation (M))VFASFIR_"
- ],
- [
- 47672,
- 2,
- 26,
- 4,
- 0.35629,
- "_SQDAEVGDGTTSVTLLAAEFLK_"
- ],
- [
- 49378,
- 2,
- 16,
- 5,
- 0.21385,
- "_NFEVVDLVDVNTPDLMAPVSAK_"
- ],
- [
- 48970,
- 3,
- 16,
- 6,
- 0.21385,
- "_YILEQFLQQELLINITEHELVPEHVVMTK_"
- ],
- [
- 32470,
- 4,
- 12,
- 5,
- 0.1568,
- "_DVVCLNDVSCYFSLLEGGRPEDKLEFTFK_"
- ],
- [
- 26350,
- 3,
- 12,
- 3,
- 0.1568,
- "_LAPLIQVILDCSHLYDYTVK_"
- ],
- [
- 42726,
- 3,
- 12,
- 8,
- 0.1568,
- "_LWHQLTLQVLDFVQDPCFAQGDGLIK_"
- ],
- [
- 36421,
- 2,
- 16,
- 5,
- 0.21385,
- "_LEEIAELVASSLPSPLR_"
- ],
- [
- 33769,
- 3,
- 11,
- 5,
- 0.14255,
- "_CAMISAHYGLSDVFDNLIISLCK_"
- ],
- [
- 36896,
- 3,
- 10,
- 5,
- 0.12831,
- "_VAESTQVLELPFKGDDITMVLILPK_"
- ],
- [
- 49478,
- 3,
- 18,
- 7,
- 0.24234,
- "_IQVLTDKIDVLLQQIEELGSEGKVEEAQGMMK_"
- ],
- [
- 41409,
- 2,
- 10,
- 4,
- 0.12828,
- "_DPMNLFAFGDVDGVGINAK_"
- ],
- [
- 46399,
- 3,
- 15,
- 3,
- 0.19958,
- "_VHQVANSQDQVLEAEPQFSLPVFAFIMTK_"
- ],
- [
- 37423,
- 3,
- 11,
- 5,
- 0.14256,
- "_ALMVEWTDEFKNDPQLSLISAMIK_"
- ],
- [
- 41989,
- 4,
- 15,
- 4,
- 0.19958,
- "_YEEGLVHNGWDDLEFLSDITEEDLEEAGVQDPAHK_"
- ],
- [
- 10616,
- 2,
- 12,
- 4,
- 0.1568,
- "_DFSSVFQFLR_"
- ],
- [
- 44419,
- 2,
- 13,
- 6,
- 0.17105,
- "_LIGLSATLPNYEDVATFLR_"
- ],
- [
- 51316,
- 3,
- 14,
- 4,
- 0.18531,
- "_GAGNPQASTLALQSNITQCLLGQPWPLNEAQVQASVVK_"
- ],
- [
- 47147,
- 2,
- 13,
- 4,
- 0.17105,
- "_SGEDADLCSELLQESLDALR_"
- ],
- [
- 37120,
- 4,
- 11,
- 5,
- 0.14256,
- "_SLALIFNSLQGQLHPTPDLKPLLSNEVIWLDSK_"
- ],
- [
- 36772,
- 2,
- 16,
- 6,
- 0.21385,
- "_YSLQYYMGLAEELVR_"
- ],
- [
- 46552,
- 2,
- 20,
- 6,
- 0.27087,
- "_AEGIPVEMVVIGDDSAFTVLK_"
- ],
- [
- 47461,
- 2,
- 21,
- 9,
- 0.28513,
- "_EDFATFDYILCMDESNLR_"
- ],
- [
- 44881,
- 2,
- 16,
- 5,
- 0.21385,
- "_DIHTLAQLISAYSLVDPEK_"
- ],
- [
- 35072,
- 4,
- 18,
- 7,
- 0.24232,
- "_IQVLTDKIDVLLQQIEELGSEGKVEEAQGMMK_"
- ],
- [
- 28305,
- 3,
- 16,
- 5,
- 0.21385,
- "_FPELLPLSELSPPMLIEHPLR_"
- ],
- [
- 43980,
- 2,
- 18,
- 5,
- 0.24232,
- "_MLVEPACGAALAAIYSGLLR_"
- ],
- [
- 45946,
- 2,
- 21,
- 4,
- 0.28513,
- "_MSSELFTLTYGALVTQLCK_"
- ],
- [
- 31022,
- 2,
- 16,
- 6,
- 0.21385,
- "_EAVVNTQELLDLLVK_"
- ],
- [
- 48595,
- 2,
- 16,
- 3,
- 0.21385,
- "_(Acetyl (Protein N-term))MEQPGQDPTSDDVMDSFLEK_"
- ],
- [
- 46355,
- 3,
- 10,
- 4,
- 0.12827,
- "_TYAVIPLNDECGIIEWVNNTAGLRPILTK_"
- ],
- [
- 40946,
- 2,
- 14,
- 6,
- 0.18531,
- "_ISFGYMSTLDDVQAFLR_"
- ],
- [
- 51253,
- 3,
- 14,
- 5,
- 0.18531,
- "_CMLLPWAPTDMLDLSSCTPEPPAEHYQAILEENK_"
- ],
- [
- 21312,
- 3,
- 12,
- 3,
- 0.15682,
- "_LDDIHPFYADLMNILYDK_"
- ],
- [
- 46735,
- 2,
- 24,
- 4,
- 0.32786,
- "_TVTIWEIINSEYFTAEQR_"
- ],
- [
- 33898,
- 2,
- 12,
- 4,
- 0.15682,
- "_AMTMLTIEQLSYLLK_"
- ],
- [
- 32251,
- 3,
- 14,
- 8,
- 0.18531,
- "_VMYMGEEHLFSVEQITAMLLTK_"
- ],
- [
- 43798,
- 3,
- 11,
- 5,
- 0.14253,
- "_GIQFLQEQGMLGTSVEDIAQFLHQEER_"
- ],
- [
- 51368,
- 3,
- 17,
- 8,
- 0.22811,
- "_TAAFVLAMLSQVEPANKYPQCLCLSPTYELALQTGK_"
- ],
- [
- 35996,
- 4,
- 22,
- 7,
- 0.29939,
- "_VQLAEPDLEQAAHLIQALSNHEDVIHVYDNIE_"
- ],
- [
- 18105,
- 2,
- 11,
- 3,
- 0.14253,
- "_DFIEDYVDILR_"
- ],
- [
- 46619,
- 3,
- 11,
- 5,
- 0.14253,
- "_GPVTNAAILLAPVSMLSSDFRPSLPLPHFNK_"
- ],
- [
- 14684,
- 3,
- 13,
- 5,
- 0.17105,
- "_ALADILSESLHSLATSLPR_"
- ],
- [
- 30139,
- 2,
- 15,
- 3,
- 0.19956,
- "_TNPDMLLAVFEDAVK_"
- ],
- [
- 51725,
- 2,
- 6,
- 5,
- 0.071257,
- "_(Acetyl (Protein N-term))MEDSMDMDMSPLRPQNYLFGCELK_"
- ],
- [
- 38725,
- 2,
- 21,
- 7,
- 0.28513,
- "_VPADLGAEAGLQQLLGALR_"
- ],
- [
- 24206,
- 2,
- 23,
- 6,
- 0.3136,
- "_ASITPGTILIILTGR_"
- ],
- [
- 10387,
- 2,
- 5,
- 2,
- 0.056984,
- "_DLTQLFMFAR_"
- ],
- [
- 44364,
- 2,
- 7,
- 2,
- 0.085468,
- "_GWGELEFGAGDLQGPLFGLK_"
- ],
- [
- 30666,
- 2,
- 18,
- 6,
- 0.24232,
- "_DMLLELEEQLAESR_"
- ],
- [
- 24571,
- 3,
- 12,
- 4,
- 0.15675,
- "_HQGVNITETGLEGLLFGMLDR_"
- ],
- [
- 41564,
- 4,
- 19,
- 6,
- 0.25657,
- "_LLGALCLQRPPVVSKPLTPLQEEMASLLQQIEIER_"
- ],
- [
- 45069,
- 2,
- 10,
- 3,
- 0.12824,
- "_SNNEIVLVLQQFDFNVDK_"
- ],
- [
- 23443,
- 3,
- 13,
- 4,
- 0.17103,
- "_EYDWLQHLANDGYMLLAGR_"
- ],
- [
- 18932,
- 4,
- 10,
- 3,
- 0.12824,
- "_QLDENISLFLIHLSPYFLLKPAQK_"
- ],
- [
- 45799,
- 2,
- 16,
- 4,
- 0.21378,
- "_FILVENTYEEVVLQTVMK_"
- ],
- [
- 46877,
- 2,
- 11,
- 4,
- 0.14248,
- "_EYIIEGFENMPAAFMGM(Oxidation (M))LK_"
- ],
- [
- 37310,
- 2,
- 52,
- 6,
- 0.72663,
- "_TEFLSFMNTELAAFTK_"
- ],
- [
- 25979,
- 3,
- 12,
- 5,
- 0.15675,
- "_FRLENDLEELALYQIQLLK_"
- ],
- [
- 40518,
- 3,
- 23,
- 6,
- 0.31356,
- "_SVTICDYLPPHLVIYIDVPVPEVQR_"
- ],
- [
- 42433,
- 2,
- 14,
- 5,
- 0.18526,
- "_QSSSASLETLLALLQAEGAK_"
- ],
- [
- 32373,
- 2,
- 13,
- 3,
- 0.17097,
- "_DYEDLWNVVSHLVK_"
- ],
- [
- 48450,
- 2,
- 14,
- 3,
- 0.18526,
- "_SIASADMDFNQLEAFLTAQTK_"
- ],
- [
- 41807,
- 2,
- 15,
- 4,
- 0.19949,
- "_ALADILSESLHSLATSLPR_"
- ],
- [
- 41048,
- 3,
- 12,
- 6,
- 0.1567,
- "_(Acetyl (Protein N-term))MEDSMDMDMSPLRPQNYLFGCELK_"
- ],
- [
- 14203,
- 2,
- 10,
- 4,
- 0.12821,
- "_DFDALILDLER_"
- ],
- [
- 31467,
- 2,
- 11,
- 2,
- 0.14247,
- "_SLQILLQDWPQLLK_"
- ],
- [
- 33733,
- 2,
- 12,
- 4,
- 0.1567,
- "_(Acetyl (Protein N-term))MEDLGENTMVLSTLR_"
- ],
- [
- 43931,
- 2,
- 11,
- 4,
- 0.14247,
- "_IAQLPLTGSTSIIFFLPQK_"
- ],
- [
- 28395,
- 2,
- 16,
- 4,
- 0.21374,
- "_AYSELMVLTDLLPR_"
- ],
- [
- 48222,
- 2,
- 13,
- 2,
- 0.17093,
- "_SGYEVPTPIQMQMIPVGLLGR_"
- ],
- [
- 46872,
- 3,
- 18,
- 7,
- 0.24223,
- "_DISMNHLPGLLTSLLGLRPECEQSALEGMK_"
- ],
- [
- 51264,
- 3,
- 20,
- 7,
- 0.27077,
- "_SVDPTQTEYQGMIEIVEEGDMKGEVYPFGIVGMANK_"
- ],
- [
- 45196,
- 2,
- 17,
- 5,
- 0.22797,
- "_GYTSWAIGLSVADLAESIM(Oxidation (M))K_"
- ],
- [
- 38244,
- 2,
- 16,
- 3,
- 0.21371,
- "_AWEDWAIYPEPFLIK_"
- ],
- [
- 42894,
- 2,
- 15,
- 6,
- 0.19948,
- "_FDDPGLMLMGFKPLVLLK_"
- ],
- [
- 23945,
- 2,
- 20,
- 5,
- 0.27077,
- "_LLLGIDILQPAIIK_"
- ],
- [
- 43781,
- 2,
- 20,
- 5,
- 0.27077,
- "_FMDSVIFTLYNYASNQR_"
- ],
- [
- 50291,
- 3,
- 16,
- 8,
- 0.21371,
- "_IAELEMGLLHLQQNIEIPEISLPIHPMITNVAK_"
- ],
- [
- 27013,
- 4,
- 14,
- 4,
- 0.1852,
- "_PVQSVVPEMEESGAQLLLEMLTFNPHKR_"
- ],
- [
- 50189,
- 3,
- 16,
- 5,
- 0.21371,
- "_SLALIFNSLQGQLHPTPDLKPLLSNEVIWLDSK_"
- ],
- [
- 48428,
- 3,
- 22,
- 7,
- 0.29924,
- "_FCEELDPEKPSDSLSASLGLQLVGPYDILAGK_"
- ],
- [
- 13706,
- 2,
- 13,
- 4,
- 0.17093,
- "_YSVDLLMDLLK_"
- ],
- [
- 41895,
- 4,
- 15,
- 8,
- 0.19948,
- "_IQANLAINPAALLPTAASQISEVKPVLPELAFPSSEHR_"
- ],
- [
- 5718,
- 2,
- 10,
- 2,
- 0.12815,
- "_DLADIAAFFR_"
- ],
- [
- 26765,
- 3,
- 13,
- 7,
- 0.17092,
- "_EALEALVPVTIEVEVPFDLHR_"
- ],
- [
- 38356,
- 3,
- 15,
- 6,
- 0.19942,
- "_ENSTLNCASFTAGIVEAVLTHSGFPAK_"
- ],
- [
- 51058,
- 2,
- 12,
- 3,
- 0.15666,
- "_NEDLTELLNGMDEELDSPEELGK_"
- ],
- [
- 51594,
- 3,
- 12,
- 5,
- 0.15666,
- "_ELENAEFIPMPDSPSPLSAAFSESEKDTLPYEELQGLK_"
- ],
- [
- 45901,
- 2,
- 14,
- 6,
- 0.18516,
- "_SIFNSAMQEMEVYVENIR_"
- ],
- [
- 28320,
- 3,
- 11,
- 4,
- 0.14242,
- "_DHEEYNIGVLDIYGFEIFQK_"
- ],
- [
- 42318,
- 2,
- 12,
- 3,
- 0.15666,
- "_VGGILVMPIEDQLTQIMR_"
- ],
- [
- 26624,
- 3,
- 11,
- 5,
- 0.14242,
- "_VDLSNVLDLHAFDSLSGISLQK_"
- ],
- [
- 20516,
- 2,
- 18,
- 7,
- 0.2422,
- "_DMYSFLQDMGLK_"
- ],
- [
- 44040,
- 3,
- 18,
- 5,
- 0.2422,
- "_TQDHDENVALEACEFWLTLAEQPICK_"
- ],
- [
- 29417,
- 4,
- 19,
- 8,
- 0.25645,
- "_GPVTNAAILLAPVSMLSSDFRPSLPLPHFNK_"
- ],
- [
- 49786,
- 2,
- 15,
- 7,
- 0.19942,
- "_VDGETMIIMDSFALPVEGTETR_"
- ],
- [
- 41896,
- 3,
- 18,
- 5,
- 0.2422,
- "_SYDSGSFTIMQEVYSAFLPDGCDHLR_"
- ],
- [
- 11007,
- 2,
- 19,
- 3,
- 0.25645,
- "_LTTLIELLLPK_"
- ],
- [
- 49841,
- 2,
- 16,
- 5,
- 0.21371,
- "_IGILDQSAVWVDEMNYYDMR_"
- ],
- [
- 15215,
- 2,
- 17,
- 5,
- 0.22794,
- "_PSLLGLDLLASLK_"
- ],
- [
- 45134,
- 4,
- 17,
- 8,
- 0.22794,
- "_LNLIHSEISNLAGFEVEAIINPTNADIDLKDDLGNTLEK_"
- ],
- [
- 49028,
- 3,
- 14,
- 5,
- 0.18515,
- "_VREEEIEELDTLLSNFCELSTPGGVENSYGK_"
- ],
- [
- 41713,
- 2,
- 20,
- 3,
- 0.27068,
- "_LVYQIFDTFFAEQIEK_"
- ],
- [
- 47420,
- 2,
- 21,
- 8,
- 0.28495,
- "_WVDPNSPVLLEDPVLCALAK_"
- ],
- [
- 23847,
- 3,
- 13,
- 4,
- 0.17089,
- "_VLLVSPELQAAVEEILPSLKK_"
- ],
- [
- 24918,
- 3,
- 12,
- 4,
- 0.15665,
- "_LKEDGDYQLPVVVLMLNLPR_"
- ],
- [
- 35389,
- 3,
- 12,
- 5,
- 0.15665,
- "_SLQDIIAILGM(Oxidation (M))DELSEEDKLTVSR_"
- ],
- [
- 46517,
- 3,
- 12,
- 5,
- 0.15665,
- "_SYNFHTGLDQQGFIPGTNYLMPWDIVIR_"
- ],
- [
- 43021,
- 2,
- 14,
- 5,
- 0.18515,
- "_SDFLLVYGDVISNINITR_"
- ],
- [
- 25816,
- 3,
- 11,
- 3,
- 0.14237,
- "_PLHYAADCGQLEILEFLLLK_"
- ],
- [
- 51093,
- 3,
- 17,
- 6,
- 0.22794,
- "_VAGPEVLEPMQLNFFLSNPVEQVSCGDNHVVVLTR_"
- ],
- [
- 45276,
- 2,
- 29,
- 7,
- 0.39898,
- "_TAFDEAIAELDTLSEESYK_"
- ],
- [
- 42290,
- 3,
- 17,
- 6,
- 0.22794,
- "_DFPGIYTTINAHQWSETVQPIMEALR_"
- ],
- [
- 51064,
- 3,
- 17,
- 9,
- 0.22794,
- "_FHLTPLSYETLEFASGFASEQCPEGIVAISTNTLR_"
- ],
- [
- 51729,
- 3,
- 16,
- 7,
- 0.21365,
- "_VLTCTDLEQGPNFFLDFENAQPTESEKEIYNQVNVVLK_"
- ],
- [
- 49095,
- 2,
- 7,
- 2,
- 0.085346,
- "_NSAQIANLVSEDEAAFLASLER_"
- ],
- [
- 49022,
- 2,
- 9,
- 4,
- 0.11385,
- "_IDQFLQLADYDWMTGDLGNK_"
- ],
- [
- 45638,
- 2,
- 7,
- 2,
- 0.085346,
- "_FYAPTTIFIDEIDSICSR_"
- ],
- [
- 49522,
- 2,
- 15,
- 5,
- 0.19938,
- "_SEDLIAEFAQVTNWSSCCLR_"
- ],
- [
- 43129,
- 2,
- 15,
- 7,
- 0.19938,
- "_QCCVLFDFVSDPLSDLK_"
- ],
- [
- 44856,
- 2,
- 14,
- 5,
- 0.18512,
- "_CWALGFYPAEITLTWQR_"
- ],
- [
- 32407,
- 4,
- 10,
- 4,
- 0.12812,
- "_ESPVHTTINDGLSSLFNIIDHSPVVQDPFQK_"
- ],
- [
- 47747,
- 3,
- 17,
- 7,
- 0.22788,
- "_DSACCPLLEQPNIVHDLPAAVLSYCQVWK_"
- ],
- [
- 47920,
- 3,
- 12,
- 4,
- 0.1566,
- "_LEEVCLKDPMSVADSLYNLQLVQDFCASR_"
- ],
- [
- 48350,
- 2,
- 23,
- 4,
- 0.31345,
- "_LLPDITLLEPVEGEAAEELSR_"
- ],
- [
- 17382,
- 2,
- 14,
- 6,
- 0.18512,
- "_LEIMEFVNFLK_"
- ],
- [
- 31916,
- 2,
- 11,
- 2,
- 0.14237,
- "_GSLDTMLGLLQSDLSR_"
- ],
- [
- 36649,
- 3,
- 13,
- 5,
- 0.17088,
- "_AILELHYSQELSLLYLLQDDVDR_"
- ],
- [
- 21620,
- 2,
- 12,
- 3,
- 0.1566,
- "_VSYLSEIFPLFR_"
- ],
- [
- 50457,
- 2,
- 10,
- 5,
- 0.12812,
- "_AGFALDEGIANPTDAFTVFYSER_"
- ],
- [
- 26334,
- 2,
- 13,
- 4,
- 0.17088,
- "_IAAGESLALLFELAR_"
- ],
- [
- 40112,
- 2,
- 17,
- 5,
- 0.22788,
- "_(Acetyl (Protein N-term))MQDDSIEASTSISQLLR_"
- ],
- [
- 48602,
- 2,
- 18,
- 6,
- 0.24217,
- "_LTADDEAFLSANAGAILSQFEK_"
- ],
- [
- 49248,
- 2,
- 19,
- 5,
- 0.2564,
- "_GSELWLGVDALGLNIYEQNDR_"
- ],
- [
- 48493,
- 2,
- 19,
- 2,
- 0.2564,
- "_(Acetyl (Protein N-term))AHITINQYLQQVYEAIDSR_"
- ],
- [
- 50338,
- 2,
- 17,
- 6,
- 0.22788,
- "_FMYDSFDNTYQATIGIDFLSK_"
- ],
- [
- 30941,
- 2,
- 17,
- 2,
- 0.22788,
- "_DPPDPYVSLLLLPDK_"
- ],
- [
- 48040,
- 2,
- 17,
- 7,
- 0.22788,
- "_DIVEMLFTQPNIELNQQNK_"
- ],
- [
- 21215,
- 3,
- 14,
- 2,
- 0.18511,
- "_HYLPLSSILDTLDVMAYNK_"
- ],
- [
- 50483,
- 3,
- 14,
- 4,
- 0.18511,
- "_EEEEEEEDDDEEEKAPVTLLDAQSLAQSFFNR_"
- ],
- [
- 27333,
- 2,
- 13,
- 5,
- 0.17084,
- "_FNLDLSTVTQAFLK_"
- ],
- [
- 40467,
- 2,
- 22,
- 5,
- 0.29914,
- "_LEENPYDLDAWSILIR_"
- ],
- [
- 50046,
- 3,
- 18,
- 7,
- 0.24211,
- "_GIGTVTFEQSIEAVQAISMFNGQLLFDRPMHVK_"
- ],
- [
- 12071,
- 2,
- 12,
- 2,
- 0.1566,
- "_ALELFLESLLK_"
- ],
- [
- 49149,
- 2,
- 11,
- 6,
- 0.14235,
- "_AVVGEEALTSDDLLYLEFLQK_"
- ],
- [
- 26829,
- 2,
- 11,
- 3,
- 0.14235,
- "_ALVEMQDVVAELLR_"
- ],
- [
- 25709,
- 2,
- 6,
- 4,
- 0.071142,
- "_EPMNIYNLIAIIR_"
- ],
- [
- 43292,
- 2,
- 15,
- 5,
- 0.19935,
- "_VILQDFTGVPAVVDFAAMR_"
- ],
- [
- 39584,
- 2,
- 15,
- 6,
- 0.19935,
- "_WLNDLLCLDCLNITR_"
- ],
- [
- 48670,
- 3,
- 17,
- 9,
- 0.22784,
- "_EHGGPEGMDPDGVIESNWNEIVDNFDDMNLK_"
- ],
- [
- 35609,
- 4,
- 11,
- 5,
- 0.14235,
- "_SLLVPSDFLSVHLSWLSAFPLSQPFSLHHPSR_"
- ],
- [
- 44816,
- 3,
- 20,
- 5,
- 0.27063,
- "_NINENFGPNTEMHLVPILATAIQEELEK_"
- ],
- [
- 46268,
- 3,
- 16,
- 7,
- 0.21361,
- "_LNLIHSEISNLAGFEVEAIINPTNADIDLK_"
- ],
- [
- 46612,
- 2,
- 16,
- 6,
- 0.21361,
- "_HYLPLSSILDTLDVMAYNK_"
- ],
- [
- 45581,
- 2,
- 17,
- 5,
- 0.22784,
- "_SFSLDEPPLFIPDNIATIR_"
- ],
- [
- 27907,
- 3,
- 16,
- 5,
- 0.21361,
- "_ASWIGYAIAYHLLEDYEMAAK_"
- ],
- [
- 50150,
- 2,
- 8,
- 6,
- 0.099628,
- "_AVNSVASTTGAPPWANLVSILEEK_"
- ],
- [
- 39473,
- 2,
- 12,
- 5,
- 0.15661,
- "_LPSVPFETIQALDVVMR_"
- ],
- [
- 49673,
- 2,
- 14,
- 5,
- 0.1851,
- "_FTDVPLAAGFQWYLSQTQLSK_"
- ],
- [
- 49401,
- 2,
- 13,
- 3,
- 0.17087,
- "_VQDVVPQALLDQYLSMTDPSR_"
- ],
- [
- 48928,
- 3,
- 11,
- 4,
- 0.14235,
- "_HLQTVQQNTIYTCATPLQEALAQAFWIDIK_"
- ],
- [
- 20835,
- 3,
- 17,
- 5,
- 0.22787,
- "_NPPEQLPIVLQVLLSQVHR_"
- ],
- [
- 44735,
- 2,
- 13,
- 5,
- 0.17087,
- "_EQVDAALGAEEMVEMLTDR_"
- ],
- [
- 42843,
- 3,
- 15,
- 9,
- 0.19937,
- "_LNFEAAWDEVGDEFEKEETFTLSTIK_"
- ],
- [
- 44369,
- 2,
- 11,
- 4,
- 0.14235,
- "_ILPFLSTEQAADILMTTAR_"
- ],
- [
- 27804,
- 2,
- 12,
- 5,
- 0.15661,
- "_EEDLLQAWSTFIR_"
- ],
- [
- 28769,
- 2,
- 23,
- 6,
- 0.3134,
- "_SLADELALVDVLEDK_"
- ],
- [
- 47439,
- 2,
- 12,
- 7,
- 0.15661,
- "_LLGPSAAADILQLSSSLPLQSR_"
- ],
- [
- 44185,
- 3,
- 24,
- 6,
- 0.32764,
- "_SLLVVHFWAPWAPQCAQMNEVMAELAK_"
- ],
- [
- 50944,
- 3,
- 16,
- 6,
- 0.21361,
- "_EEEEDEEEELEEGTIDVTDFLSMTQQDSHAPLR_"
- ],
- [
- 46774,
- 2,
- 18,
- 6,
- 0.24211,
- "_AGFAALQLEYFFTAGPDEVR_"
- ],
- [
- 40346,
- 2,
- 32,
- 6,
- 0.44171,
- "_NPAPPIDAVEQILPTLVR_"
- ],
- [
- 39692,
- 4,
- 16,
- 6,
- 0.21361,
- "_VEEEDDAEHVLALTMLCLTEGAKDECNVVEVVAR_"
- ],
- [
- 36687,
- 4,
- 20,
- 10,
- 0.27061,
- "_GIGTVTFEQSIEAVQAISMFNGQLLFDRPMHVK_"
- ],
- [
- 31601,
- 2,
- 18,
- 5,
- 0.24211,
- "_STAMDTLSSLVFQLGK_"
- ],
- [
- 27718,
- 2,
- 12,
- 4,
- 0.15659,
- "_(Acetyl (Protein N-term))AAGTAAALAFLSQESR_"
- ],
- [
- 36173,
- 4,
- 12,
- 6,
- 0.15659,
- "_AGLTLKPQTFPLTVTDRPVMDVAFVQFLASVSGK_"
- ],
- [
- 40242,
- 3,
- 21,
- 8,
- 0.2849,
- "_IEGCIIGFDEYMNLVLDDAEEIHSK_"
- ],
- [
- 47546,
- 2,
- 16,
- 6,
- 0.21361,
- "_LLMSGGGGYLLSGFTVAMDNLK_"
- ],
- [
- 33176,
- 3,
- 20,
- 6,
- 0.27061,
- "_VSEPLLWELFLQAGPVVNTHMPK_"
- ],
- [
- 37903,
- 3,
- 12,
- 5,
- 0.15659,
- "_MGDSTLEEMIQQHQEWLEDLVIR_"
- ],
- [
- 47460,
- 3,
- 17,
- 7,
- 0.22785,
- "_SLGALTGPQLLSLAQSPAGSHVLDAILTSPSVTR_"
- ],
- [
- 50362,
- 3,
- 22,
- 7,
- 0.29913,
- "_YPLFASGSDDGSVIVCHGMVYNDLLQNPLLVPVK_"
- ],
- [
- 44089,
- 3,
- 13,
- 6,
- 0.17085,
- "_VDENDTRPDVEPPLPLQIQIAMDVMER_"
- ],
- [
- 33097,
- 2,
- 28,
- 7,
- 0.38466,
- "_EGGLGPLNIPLLADVTR_"
- ],
- [
- 49096,
- 2,
- 5,
- 3,
- 0.056961,
- "_LVPLLLEDGGEAPAALEAALEEK_"
- ],
- [
- 50204,
- 2,
- 17,
- 4,
- 0.22785,
- "_RFQTIDIEPDIEALLSQGPSCA_"
- ],
- [
- 18576,
- 3,
- 15,
- 7,
- 0.19934,
- "_DKEQSSVLITLLLPFLHR_"
- ],
- [
- 46175,
- 3,
- 14,
- 5,
- 0.18508,
- "_TTQLIEMLHADMNVPFPEGFVIANDVDNK_"
- ],
- [
- 37266,
- 2,
- 11,
- 5,
- 0.14231,
- "_VLEDQFDEIIVDIATK_"
- ],
- [
- 41590,
- 3,
- 19,
- 7,
- 0.25634,
- "_LGDLWTLDIDTLTWNKPSLSGVAPLPR_"
- ],
- [
- 42243,
- 4,
- 12,
- 8,
- 0.15657,
- "_DMGITLHLLLHSDRDPIPDVPAVYFVMPTEENIDR_"
- ],
- [
- 48253,
- 2,
- 27,
- 6,
- 0.37042,
- "_VQDDEVGDGTTSVTVLAAELLR_"
- ],
- [
- 16014,
- 3,
- 27,
- 8,
- 0.37042,
- "_FDDPGLMLMGFKPLVLLK_"
- ],
- [
- 42625,
- 2,
- 19,
- 6,
- 0.25634,
- "_GQNLLLTNLQTIQGILER_"
- ],
- [
- 16667,
- 2,
- 12,
- 4,
- 0.15657,
- "_AALLWALAAALER_"
- ],
- [
- 42141,
- 4,
- 11,
- 8,
- 0.14231,
- "_LYCALMGIAGLKPTEEEAEQLLQLMTSRPPATPAGVR_"
- ],
- [
- 40828,
- 2,
- 17,
- 5,
- 0.22784,
- "_MMAIAPNVTVMVGELVGAR_"
- ],
- [
- 22119,
- 4,
- 21,
- 6,
- 0.28485,
- "_DLFAEGLLEFLRPAVQQLDSHVHAVR_"
- ],
- [
- 42729,
- 3,
- 13,
- 5,
- 0.17082,
- "_KVLTYSDLANTAQQSETFQFLADILPK_"
- ],
- [
- 24022,
- 2,
- 16,
- 5,
- 0.21357,
- "_DLNSDMDSILASLK_"
- ],
- [
- 46904,
- 2,
- 12,
- 4,
- 0.15655,
- "_NILSSQSMQPPIIPLFPVVK_"
- ],
- [
- 35467,
- 3,
- 14,
- 3,
- 0.18506,
- "_DFLLPFLEEPM(Oxidation (M))DTEADLQFRPR_"
- ],
- [
- 25263,
- 2,
- 12,
- 4,
- 0.15655,
- "_PVTDFFLQLVDAGK_"
- ],
- [
- 49926,
- 3,
- 15,
- 6,
- 0.19932,
- "_NLLTDVLLESPVDGWQVVEAQGEDNMETEHGSK_"
- ],
- [
- 18404,
- 4,
- 11,
- 5,
- 0.14234,
- "_KQDFDEDDILKELEELSLEAQGIK_"
- ],
- [
- 45929,
- 2,
- 13,
- 5,
- 0.17081,
- "_ATNEGLSLMLIGPEDVINFK_"
- ],
- [
- 23549,
- 2,
- 16,
- 4,
- 0.21358,
- "_IQPLEDIISAVWK_"
- ],
- [
- 40145,
- 2,
- 17,
- 6,
- 0.22781,
- "_DGVGGLPTFLENSFIGSAR_"
- ],
- [
- 39312,
- 2,
- 20,
- 5,
- 0.27058,
- "_LFVTGLFSLNQDIPAFK_"
- ],
- [
- 25649,
- 2,
- 19,
- 5,
- 0.25632,
- "_SFFSEIISSISDVK_"
- ],
- [
- 34053,
- 4,
- 21,
- 7,
- 0.28481,
- "_LLVLAGPCLEETGELLLQTGGFSPHHFLQVLK_"
- ],
- [
- 37517,
- 3,
- 32,
- 8,
- 0.44168,
- "_AFSEADMERPLQELGLVPSAVLIVAK_"
- ],
- [
- 35028,
- 2,
- 17,
- 5,
- 0.22781,
- "_DYSLLPLLAAAPQVGEK_"
- ],
- [
- 41303,
- 2,
- 13,
- 5,
- 0.17076,
- "_LNQLLLPLLQGPDITLSK_"
- ],
- [
- 32184,
- 3,
- 14,
- 6,
- 0.18502,
- "_EPLPTMFSMLHPLDEITPLVCK_"
- ],
- [
- 20390,
- 2,
- 22,
- 7,
- 0.29903,
- "_NLLIFENLIDLK_"
- ],
- [
- 30384,
- 2,
- 14,
- 5,
- 0.18502,
- "_VSVEDFLTDLNNFR_"
- ],
- [
- 39589,
- 2,
- 9,
- 2,
- 0.11387,
- "_TQLVNVAIFGPPWMAFK_"
- ],
- [
- 19668,
- 2,
- 15,
- 4,
- 0.19927,
- "_ELGSLVWELLDR_"
- ],
- [
- 14646,
- 2,
- 16,
- 5,
- 0.21354,
- "_TEALSVIELLLK_"
- ],
- [
- 48315,
- 2,
- 16,
- 4,
- 0.21354,
- "_GDFIDEEVEDMYLVDFTQK_"
- ],
- [
- 38251,
- 4,
- 11,
- 6,
- 0.14233,
- "_GFDLASFNPHGISTFIDNDDTVYLFVVNHPEFK_"
- ],
- [
- 42404,
- 3,
- 15,
- 4,
- 0.19927,
- "_NSVMELIANGTLNILEEENHIKDALSR_"
- ],
- [
- 51398,
- 3,
- 16,
- 4,
- 0.21354,
- "_ESQVLLTLTNPVENLTHVTLFECEEGDPDDINSTAK_"
- ],
- [
- 51722,
- 3,
- 11,
- 4,
- 0.14233,
- "_ELSQGLLPLPQPYQAQGVLASQALSQGSEPSSENANDTIILR_"
- ],
- [
- 28160,
- 3,
- 10,
- 3,
- 0.1281,
- "_KTEPATGFIDGDLIESFLDISR_"
- ],
- [
- 45894,
- 3,
- 16,
- 7,
- 0.21349,
- "_ELPEPLMTFNLYEEWTQVASVQDQDKK_"
- ],
- [
- 47587,
- 2,
- 22,
- 7,
- 0.29902,
- "_NNNIDAAIENIENMLTSENK_"
- ],
- [
- 49952,
- 3,
- 14,
- 6,
- 0.18499,
- "_LYNLDVFQYELYNPMALYGSVPVLLAHNPHR_"
- ],
- [
- 49586,
- 2,
- 8,
- 4,
- 0.09964,
- "_FMENLQTEIQEMEFLQFSK_"
- ],
- [
- 39748,
- 3,
- 15,
- 5,
- 0.19924,
- "_TLTVLGAQPDLLSYEDLELAVGHLYR_"
- ],
- [
- 32582,
- 3,
- 5,
- 2,
- 0.056908,
- "_INNVIDNLIVAPGTFEVQIEEVR_"
- ],
- [
- 38671,
- 2,
- 15,
- 4,
- 0.19924,
- "_EMSPLWEMVQDGIDLK_"
- ],
- [
- 46817,
- 4,
- 13,
- 7,
- 0.17077,
- "_QISHTEMEHEVACLDITPLGDSNGLSPLCAIGLWTDISAR_"
- ],
- [
- 49972,
- 2,
- 4,
- 5,
- 0.042675,
- "_QYAPLLAVFSSQGQSELILLQK_"
- ],
- [
- 49197,
- 2,
- 15,
- 6,
- 0.19924,
- "_DEMEEWSASEANLFEEALEK_"
- ],
- [
- 43891,
- 4,
- 18,
- 9,
- 0.24201,
- "_VSADGSQEPTHDILQMLSDLQESVASSRPQEVSAYLTR_"
- ],
- [
- 45808,
- 3,
- 23,
- 7,
- 0.31325,
- "_QETFDAGLQAFQQEGIANITALKDQLLAAK_"
- ],
- [
- 27677,
- 2,
- 18,
- 3,
- 0.24201,
- "_ENDPSSVLLFLVGSK_"
- ],
- [
- 43820,
- 3,
- 19,
- 8,
- 0.25624,
- "_MGVEAVIALLEATPDTPACVVSLNGNHAVR_"
- ],
- [
- 37840,
- 3,
- 12,
- 5,
- 0.15655,
- "_NLVLTGFSHIDLIDLDTIDVSNLNR_"
- ],
- [
- 41916,
- 2,
- 16,
- 5,
- 0.21349,
- "_AGLLALEFYTPEAFNWR_"
- ],
- [
- 30217,
- 2,
- 11,
- 4,
- 0.14232,
- "_ELVGEFLQFVQLDK_"
- ],
- [
- 34799,
- 2,
- 15,
- 4,
- 0.19928,
- "_(Acetyl (Protein N-term))SNYSVSLVGPAPWGFR_"
- ],
- [
- 11955,
- 3,
- 12,
- 4,
- 0.15662,
- "_LSEEELLDKLEIFFGK_"
- ],
- [
- 50469,
- 3,
- 11,
- 6,
- 0.14239,
- "_LWTLVSDPDTDALICWSPSGNSFHVFDQGQFAK_"
- ],
- [
- 34362,
- 2,
- 14,
- 6,
- 0.18507,
- "_ILDIDIPMSVGIIDPR_"
- ],
- [
- 38388,
- 3,
- 11,
- 5,
- 0.14239,
- "_VEEASPGRPSSVDTLLSPTALIDSILR_"
- ],
- [
- 46172,
- 2,
- 15,
- 4,
- 0.19928,
- "_QQDIVPSLVASIGDTTSSLLK_"
- ],
- [
- 43553,
- 2,
- 13,
- 6,
- 0.17084,
- "_WIDISLEEIESIDQEIK_"
- ],
- [
- 38172,
- 2,
- 15,
- 4,
- 0.19928,
- "_FPELESLVPNALDYIR_"
- ],
- [
- 50586,
- 3,
- 17,
- 2,
- 0.22779,
- "_APISNPGMSEAGNFGGNSFMPANGLTVAQNQVLNLIK_"
- ],
- [
- 29123,
- 3,
- 16,
- 6,
- 0.21354,
- "_GLPFQANAQDIINFFAPLKPVR_"
- ],
- [
- 22960,
- 3,
- 18,
- 6,
- 0.24205,
- "_SQVVIPILQWAIASTTLDHR_"
- ],
- [
- 34226,
- 3,
- 16,
- 6,
- 0.21354,
- "_ECLIDPDLTQYAIIMLDEAHER_"
- ],
- [
- 50078,
- 3,
- 20,
- 8,
- 0.27053,
- "_VVDNPIYLSDMGAALTGAESHELQDVLEETNIPK_"
- ],
- [
- 44957,
- 3,
- 19,
- 4,
- 0.25626,
- "_EATVEDLGQHETVIPGELPLVQELTSTLR_"
- ],
- [
- 40191,
- 2,
- 15,
- 3,
- 0.19928,
- "_MPWAMIWDFTEPVCR_"
- ],
- [
- 33209,
- 2,
- 15,
- 4,
- 0.19928,
- "_DLAIYYSYGDFLLGK_"
- ],
- [
- 46574,
- 4,
- 18,
- 9,
- 0.24199,
- "_EIDVDAVASDGVVAAIAISEHVENAGVHSGDATLVTPPQDITAK_"
- ],
- [
- 41694,
- 4,
- 10,
- 3,
- 0.12814,
- "_VSMLDAIPMMLACEDRPVLQATFLSNNCFEHLTR_"
- ],
- [
- 48154,
- 3,
- 25,
- 9,
- 0.34175,
- "_FSDAGQPMSFVLEFHFEPNEYFTNEVLTK_"
- ],
- [
- 36413,
- 4,
- 19,
- 9,
- 0.25626,
- "_LYNLDVFQYELYNPMALYGSVPVLLAHNPHR_"
- ],
- [
- 45086,
- 2,
- 15,
- 6,
- 0.19928,
- "_GDTLVLGDMDGNLNFWDLK_"
- ],
- [
- 34058,
- 2,
- 21,
- 6,
- 0.28474,
- "_GALQYLVPILTQTLTK_"
- ],
- [
- 37419,
- 2,
- 28,
- 3,
- 0.38454,
- "_NVFDEAILAALEPPEPK_"
- ],
- [
- 36032,
- 3,
- 17,
- 8,
- 0.22775,
- "_LSWLDGSGLGFSLEYPTISLHALSR_"
- ],
- [
- 32980,
- 3,
- 16,
- 5,
- 0.21349,
- "_AQHIVPCTISQLLSATLVDEVFR_"
- ],
- [
- 35299,
- 3,
- 13,
- 2,
- 0.17083,
- "_EITVSNIHQAICNIPFLDFLTNK_"
- ],
- [
- 44639,
- 2,
- 23,
- 6,
- 0.31326,
- "_LVLEQVVTSIASVADTAEEK_"
- ],
- [
- 37835,
- 3,
- 15,
- 5,
- 0.19929,
- "_DPTSLLGVLQAEADSTSEGLEDAVHSR_"
- ],
- [
- 42943,
- 2,
- 15,
- 6,
- 0.19929,
- "_NLDQEQLSQVLDAMFER_"
- ],
- [
- 6774,
- 3,
- 5,
- 3,
- 0.056961,
- "_VHNLITDFLALMPMK_"
- ],
- [
- 23270,
- 2,
- 5,
- 5,
- 0.056961,
- "_LLMEELVNFIER_"
- ],
- [
- 36199,
- 2,
- 10,
- 4,
- 0.12815,
- "_NLAPFFEAWAWPIQK_"
- ],
- [
- 49950,
- 2,
- 21,
- 5,
- 0.28475,
- "_VFIM(Oxidation (M))DNCEELIPEYLNFIR_"
- ],
- [
- 45344,
- 2,
- 17,
- 6,
- 0.22773,
- "_NVDMLSELVQEYDEPILK_"
- ],
- [
- 39958,
- 2,
- 13,
- 4,
- 0.17084,
- "_SLSCLGQVITALVDVGNGK_"
- ],
- [
- 46533,
- 2,
- 17,
- 2,
- 0.22773,
- "_HEDVCTALLITAFNSLAWK_"
- ],
- [
- 49475,
- 2,
- 20,
- 6,
- 0.2705,
- "_LLPIDGANDLFFQPPPLTPTSK_"
- ],
- [
- 46647,
- 3,
- 16,
- 7,
- 0.21351,
- "_AIEQFQTENGVLLPSLQSALPFLDLHGTPR_"
- ],
- [
- 47667,
- 2,
- 10,
- 6,
- 0.12815,
- "_CWFLAWNPAGTLLASCGGDR_"
- ],
- [
- 42926,
- 2,
- 16,
- 5,
- 0.21351,
- "_SISITALSVQMFTVPTLAR_"
- ],
- [
- 30521,
- 2,
- 16,
- 5,
- 0.21351,
- "_CVDLVIQELINTVR_"
- ],
- [
- 27094,
- 3,
- 16,
- 6,
- 0.21351,
- "_VVDPIVSNFLQSFETAIEHNK_"
- ],
- [
- 24300,
- 2,
- 14,
- 4,
- 0.18507,
- "_PWIGLAEALGTLMR_"
- ],
- [
- 37482,
- 2,
- 14,
- 5,
- 0.18507,
- "_NITYLPAGQSVLLQLPQ_"
- ],
- [
- 36972,
- 3,
- 14,
- 5,
- 0.18507,
- "_DHLIGIGIAPLQFLPGENADSLGLSGR_"
- ],
- [
- 47986,
- 3,
- 22,
- 7,
- 0.29899,
- "_DAFEHIVTQFSSVPVSVVSDSYDIYNACEK_"
- ],
- [
- 51335,
- 3,
- 13,
- 7,
- 0.17085,
- "_GWVFTPGVDDAESECGLDNFGDFDWVIENHGVEQR_"
- ],
- [
- 51050,
- 3,
- 16,
- 10,
- 0.21353,
- "_NMQEPIALHEMDTSNGVLLPFYDPDTSIIYLCGK_"
- ],
- [
- 43105,
- 2,
- 15,
- 5,
- 0.1993,
- "_VDQFDPFTVPTISFICR_"
- ],
- [
- 45114,
- 4,
- 16,
- 7,
- 0.21353,
- "_VAALTGLPFVTAPNKFEALAAHDALVELSGAMNTTACSLM(Oxidation (M))K_"
- ],
- [
- 47751,
- 2,
- 21,
- 8,
- 0.28473,
- "_AVANETGAFFFLINGPEIMSK_"
- ],
- [
- 35633,
- 2,
- 11,
- 3,
- 0.14238,
- "_LDQWGQAEVLNFLLR_"
- ],
- [
- 44176,
- 3,
- 20,
- 7,
- 0.27047,
- "_TQAILLEMVGDLPDADIKPPENVLFVCK_"
- ],
- [
- 29650,
- 2,
- 12,
- 5,
- 0.15662,
- "_VGNIIDTMITDAFLK_"
- ],
- [
- 37075,
- 2,
- 13,
- 4,
- 0.17087,
- "_EETPFFLLTGYALDAR_"
- ],
- [
- 28964,
- 2,
- 11,
- 4,
- 0.14237,
- "_DLFIEADLMSPLDR_"
- ],
- [
- 18324,
- 2,
- 13,
- 2,
- 0.17087,
- "_WFNISFDIFGR_"
- ],
- [
- 23802,
- 2,
- 10,
- 3,
- 0.12813,
- "_LLVDGFLLGIDVSR_"
- ],
- [
- 44573,
- 3,
- 11,
- 7,
- 0.14237,
- "_FAVVMADPPWDIHMELPYGTLTDDEMR_"
- ],
- [
- 47386,
- 3,
- 28,
- 8,
- 0.38448,
- "_GFQQILAGEYDHLPEQAFYMVGPIEEAVAK_"
- ],
- [
- 38103,
- 3,
- 12,
- 2,
- 0.15663,
- "_VVDLITNLDMAAFQSHSGLSIFIYR_"
- ],
- [
- 38660,
- 2,
- 14,
- 4,
- 0.18509,
- "_NEDEMM(Oxidation (M))VAIFEYIDR_"
- ],
- [
- 36131,
- 3,
- 15,
- 4,
- 0.19932,
- "_LVNLYGLLHGLQAAVAQQDTLMEAR_"
- ],
- [
- 36733,
- 2,
- 17,
- 5,
- 0.22778,
- "_(Acetyl (Protein N-term))SESLVVCDVAEDLVEK_"
- ],
- [
- 51025,
- 2,
- 17,
- 6,
- 0.22778,
- "_INNVIDNLIVAPGTFEVQIEEVR_"
- ],
- [
- 27461,
- 2,
- 18,
- 4,
- 0.242,
- "_QPELPEVIAMLGFR_"
- ],
- [
- 35978,
- 3,
- 16,
- 4,
- 0.21355,
- "_DFSWSPGGNIIAFWVPEDKDIPAR_"
- ],
- [
- 40633,
- 2,
- 16,
- 5,
- 0.21355,
- "_VLDLMCYMVLPIQDGGK_"
- ],
- [
- 47406,
- 2,
- 16,
- 6,
- 0.21355,
- "_LGDAVEQGVINNTVLGYFIGR_"
- ],
- [
- 28608,
- 3,
- 21,
- 9,
- 0.28472,
- "_VETELQGVCDTVLGLLDSHLIK_"
- ],
- [
- 46654,
- 2,
- 17,
- 6,
- 0.22778,
- "_VINDLFSDVLEEGELDMEK_"
- ],
- [
- 38045,
- 2,
- 16,
- 2,
- 0.21355,
- "_DIIHTIESLGFEASLVK_"
- ],
- [
- 27977,
- 2,
- 18,
- 6,
- 0.24204,
- "_DQVDIAVQELLQLK_"
- ],
- [
- 24127,
- 3,
- 7,
- 2,
- 0.085487,
- "_DKDAIYGHPLFPLLALVFEK_"
- ],
- [
- 51665,
- 3,
- 14,
- 7,
- 0.18513,
- "_IEIENVPCEFVQNFDPHYPIILGGLGNSEGNVGYVQMR_"
- ],
- [
- 48874,
- 2,
- 17,
- 6,
- 0.22781,
- "_VASNPYTWFTMEALEETWR_"
- ],
- [
- 38310,
- 3,
- 6,
- 3,
- 0.071196,
- "_EQLYLELSQLTHSITELGPYTLDR_"
- ],
- [
- 49548,
- 2,
- 15,
- 6,
- 0.19936,
- "_ENDWGFSNFMAWSEVTDPEK_"
- ],
- [
- 17399,
- 3,
- 15,
- 5,
- 0.19936,
- "_EVLASHLVQLIPILVNGMK_"
- ],
- [
- 27580,
- 2,
- 13,
- 4,
- 0.17089,
- "_DTGELASSFLEFMR_"
- ],
- [
- 44775,
- 3,
- 12,
- 6,
- 0.15663,
- "_LLQNLTVQAESPFGVGALTHLLLSGSPEDR_"
- ],
- [
- 49544,
- 2,
- 12,
- 9,
- 0.15663,
- "_VIFLQGGGCGQFSAVPLNLIGLK_"
- ],
- [
- 48615,
- 2,
- 16,
- 6,
- 0.21358,
- "_GM(Oxidation (M))YGIENEVFLSLPCILNAR_"
- ],
- [
- 43932,
- 2,
- 17,
- 5,
- 0.22781,
- "_EVLASHLVQLIPILVNGMK_"
- ],
- [
- 51309,
- 2,
- 12,
- 7,
- 0.15663,
- "_DPDAGIDEAQVEQDAQALFQAGELK_"
- ],
- [
- 41158,
- 2,
- 19,
- 6,
- 0.25627,
- "_AVIVIQDIFGWQLPNTR_"
- ],
- [
- 47895,
- 4,
- 20,
- 8,
- 0.27049,
- "_WEAAEGLLQEALDKDSGYPETLVNLIVLSQHLGKPPEVTNR_"
- ],
- [
- 42899,
- 3,
- 7,
- 3,
- 0.085424,
- "_ALALEYALCLTGDGLAHLQATDPQQLLR_"
- ],
- [
- 50248,
- 2,
- 17,
- 4,
- 0.22781,
- "_NLIPFDQMTIEDLNEAFPETK_"
- ],
- [
- 42795,
- 2,
- 21,
- 5,
- 0.2847,
- "_VCYIAGFFLTVSPESVLK_"
- ],
- [
- 51508,
- 3,
- 13,
- 7,
- 0.17086,
- "_GYAFINFASFDASDAAIEAMNGQYLCNRPITVSYAFK_"
- ],
- [
- 33276,
- 4,
- 14,
- 5,
- 0.18512,
- "_TGIENGDMPEQIVIHALQCTHYVILWQLAK_"
- ],
- [
- 46344,
- 3,
- 16,
- 8,
- 0.21358,
- "_GPVTIPYPLFQSHVEDLYVEGLPEGIPFR_"
- ],
- [
- 48957,
- 3,
- 13,
- 5,
- 0.17086,
- "_INVLAAQYQSLLNSYGEPVDDKSATLLQLITK_"
- ],
- [
- 44485,
- 2,
- 17,
- 5,
- 0.22781,
- "_LYAPFYSSDILIASPLGLR_"
- ],
- [
- 49077,
- 2,
- 17,
- 5,
- 0.22781,
- "_QQDSQPEEVMDVLEMVENVK_"
- ],
- [
- 37639,
- 2,
- 26,
- 6,
- 0.35596,
- "_MALELLTQEFGIPIER_"
- ],
- [
- 47804,
- 4,
- 14,
- 8,
- 0.18512,
- "_DYSNWPTIPQVYLNGEFVGGCDILLQMHQNGDLVEELKK_"
- ],
- [
- 14952,
- 2,
- 14,
- 2,
- 0.1851,
- "_TLTTDILFGLLK_"
- ],
- [
- 18685,
- 2,
- 12,
- 3,
- 0.15663,
- "_SMVDELFAEIVR_"
- ],
- [
- 50670,
- 2,
- 13,
- 2,
- 0.17086,
- "_CDPAPFYLFDEIDQALDAQHR_"
- ],
- [
- 42246,
- 2,
- 14,
- 4,
- 0.1851,
- "_VGWPLPAIEVDFPEGIDR_"
- ],
- [
- 45302,
- 2,
- 13,
- 5,
- 0.17086,
- "_WEVLIIGPPDTLYEGGVFK_"
- ],
- [
- 48010,
- 2,
- 15,
- 6,
- 0.19936,
- "_CVLNWFGDWSTEALYQVGK_"
- ],
- [
- 44127,
- 4,
- 10,
- 6,
- 0.12817,
- "_CPHPLTFDVNNPLHLDYVM(Oxidation (M))AAANLFAQTYGLTGSQDR_"
- ],
- [
- 51315,
- 3,
- 16,
- 8,
- 0.21359,
- "_EEFINDISGGKPLEVEMAGIEYMNDDPGMVDVLYAK_"
- ],
- [
- 46849,
- 3,
- 17,
- 8,
- 0.22782,
- "_GAGTVFDAFPDQVAIQLNDTHPALAIPELMR_"
- ],
- [
- 35303,
- 2,
- 20,
- 6,
- 0.2705,
- "_TQLSIGM(Oxidation (M))RELGSRLSK_"
- ],
- [
- 36093,
- 3,
- 10,
- 4,
- 0.12817,
- "_IKDYLEELWVQAQYITDAEGLPK_"
- ],
- [
- 18803,
- 3,
- 14,
- 6,
- 0.18507,
- "_SWPFNLEEIKDLLPEMR_"
- ],
- [
- 45104,
- 3,
- 8,
- 2,
- 0.099665,
- "_KHSADVMSEMAQIAEALLQAGANPNMQDSK_"
- ],
- [
- 38851,
- 2,
- 11,
- 2,
- 0.14239,
- "_DYGVFIQFPSGLSGLAPK_"
- ],
- [
- 41803,
- 2,
- 9,
- 2,
- 0.11387,
- "_ITDIGEVSQFLTEGIIMK_"
- ],
- [
- 25764,
- 3,
- 18,
- 6,
- 0.24203,
- "_SNVKPNSGELDPLYVVEVLLR_"
- ],
- [
- 44236,
- 3,
- 15,
- 6,
- 0.19931,
- "_SSRPEFDWQDPLVLEEQLTTDEILIR_"
- ],
- [
- 49742,
- 2,
- 12,
- 4,
- 0.1566,
- "_FGAQLAHIQALISGIEAQLGDVR_"
- ],
- [
- 19859,
- 3,
- 10,
- 2,
- 0.12817,
- "_HLDFLPPGLLLSAYLEQHS_"
- ],
- [
- 43732,
- 2,
- 13,
- 5,
- 0.17084,
- "_EPLLENLTSEYDLDLFR_"
- ],
- [
- 46780,
- 2,
- 10,
- 4,
- 0.12817,
- "_TLSNPLDLALALETTNSLCR_"
- ],
- [
- 21492,
- 2,
- 13,
- 4,
- 0.17084,
- "_VPALNLLICLVSR_"
- ],
- [
- 31787,
- 3,
- 12,
- 6,
- 0.1566,
- "_IDPDIIVGHNIYGFELEVLLQR_"
- ],
- [
- 46126,
- 2,
- 16,
- 6,
- 0.21357,
- "_FGFIVIDGSGALFGTLQGNTR_"
- ],
- [
- 38727,
- 4,
- 21,
- 9,
- 0.28472,
- "_LSALGNVTTCNDYVALVHPDLDRETEEILADVLK_"
- ],
- [
- 33025,
- 2,
- 12,
- 4,
- 0.15661,
- "_SGLLGFVGPGSLVFVVGK_"
- ],
- [
- 26235,
- 2,
- 15,
- 5,
- 0.1993,
- "_AAQFVDLLGYFSLK_"
- ],
- [
- 45849,
- 3,
- 15,
- 7,
- 0.1993,
- "_HYLDQLNHILGILGSPSQEDLNCIINMK_"
- ],
- [
- 34466,
- 2,
- 11,
- 2,
- 0.14239,
- "_STAVMSMVGYILGLGDR_"
- ],
- [
- 45957,
- 2,
- 15,
- 8,
- 0.1993,
- "_PTGGVGAVALLIGPNAPLIFER_"
- ],
- [
- 33355,
- 3,
- 13,
- 6,
- 0.17083,
- "_GGLRPGSLDAEIDLLSSTLAELNGGR_"
- ],
- [
- 42227,
- 3,
- 13,
- 7,
- 0.17083,
- "_LIQAPFQVTDAAVLNNVAHTFGLMDTVK_"
- ],
- [
- 40731,
- 3,
- 12,
- 5,
- 0.15661,
- "_GDIPDLSQAPSSLLDALEQHLASLEGKK_"
- ],
- [
- 50206,
- 3,
- 14,
- 7,
- 0.18506,
- "_(Acetyl (Protein N-term))STIQNLQSFDPFADATKGDDLLPAGTEDYIHIR_"
- ],
- [
- 41715,
- 2,
- 12,
- 3,
- 0.15661,
- "_EDPANILQELPAPLLDDK_"
- ],
- [
- 28439,
- 2,
- 13,
- 5,
- 0.17083,
- "_DLLPVAVEILPVSEK_"
- ],
- [
- 39770,
- 2,
- 16,
- 5,
- 0.21354,
- "_DIQAVATSLLPLTEANLR_"
- ],
- [
- 36053,
- 3,
- 17,
- 5,
- 0.2278,
- "_ENPVVPIGCLATAAALTYGLYSFHR_"
- ],
- [
- 48489,
- 2,
- 17,
- 5,
- 0.2278,
- "_NLCSQMSAVSGPLLQWLEDR_"
- ],
- [
- 42376,
- 2,
- 17,
- 5,
- 0.2278,
- "_ELDSGLAESVSTLIWAAPR_"
- ],
- [
- 22251,
- 2,
- 24,
- 6,
- 0.32738,
- "_ISGSILNELIGLVR_"
- ],
- [
- 22205,
- 3,
- 17,
- 6,
- 0.2278,
- "_SQVLDYLSYAVFQLGDLHR_"
- ],
- [
- 50630,
- 3,
- 16,
- 7,
- 0.21354,
- "_EDYFGITNLVEHPAQLNPPVDNDTPVTLGVYLTK_"
- ],
- [
- 48866,
- 3,
- 24,
- 8,
- 0.32738,
- "_LFVGGLNFNTDEQALEDHFSSFGPISEVVVVK_"
- ],
- [
- 39263,
- 2,
- 16,
- 7,
- 0.21354,
- "_ELEFLSMANVELSSLAR_"
- ],
- [
- 5293,
- 2,
- 18,
- 4,
- 0.24203,
- "_DLLDLLVEAK_"
- ],
- [
- 37279,
- 4,
- 19,
- 7,
- 0.25627,
- "_IMQLISIAPENLQHDIITSLPEILGDSQHADVGK_"
- ],
- [
- 31754,
- 2,
- 13,
- 4,
- 0.17085,
- "_DAASAALADAAEELLDR_"
- ],
- [
- 40987,
- 2,
- 15,
- 6,
- 0.19931,
- "_LEFDLSPLNLDIGQVYK_"
- ],
- [
- 49978,
- 3,
- 15,
- 7,
- 0.19931,
- "_HAQGGTWYGVDINNEDIADNFEAFVWEPAMVR_"
- ],
- [
- 41322,
- 2,
- 19,
- 2,
- 0.25627,
- "_GTDLWLGVDALGLNIYEK_"
- ],
- [
- 40270,
- 2,
- 15,
- 3,
- 0.19931,
- "_VLDPSMVILEVACEPIR_"
- ],
- [
- 50716,
- 3,
- 15,
- 6,
- 0.19931,
- "_EMAQYASNITSVLCQFPSQQIANILDSHAATLNR_"
- ],
- [
- 48830,
- 2,
- 12,
- 6,
- 0.15663,
- "_VAMQDATAQMAMLQFISSGLSK_"
- ],
- [
- 21418,
- 4,
- 13,
- 6,
- 0.17085,
- "_GDIPDLSQAPSSLLDALEQHLASLEGKK_"
- ],
- [
- 43852,
- 4,
- 21,
- 10,
- 0.28473,
- "_TGKPLSVELGPGIMGAIFDGIQRPLSDISSQTQSIYIPR_"
- ],
- [
- 48964,
- 2,
- 24,
- 3,
- 0.32741,
- "_EVAAFAQFGSDLDAATQQLLSR_"
- ],
- [
- 50107,
- 3,
- 16,
- 9,
- 0.21354,
- "_DLINEACWDISSSGVNLQSMDSSHVSLVQLTLR_"
- ],
- [
- 50866,
- 3,
- 16,
- 6,
- 0.21354,
- "_DGELNVLDDILTEVPEQDDELYNPESEQDKNEK_"
- ],
- [
- 34615,
- 2,
- 23,
- 6,
- 0.31318,
- "_DMLFQVLALEEPNVR_"
- ],
- [
- 44044,
- 3,
- 18,
- 6,
- 0.24204,
- "_LMEPIYLVEIQCPEQVVGGIYGVLNRK_"
- ],
- [
- 36852,
- 2,
- 15,
- 4,
- 0.19931,
- "_DLLHLPELFSPGMLVR_"
- ],
- [
- 38749,
- 4,
- 12,
- 4,
- 0.15658,
- "_KPSPEELDKGIDPDSPLFQAILDNPVVQLGLTNPK_"
- ],
- [
- 34371,
- 3,
- 11,
- 3,
- 0.14237,
- "_DRPLQDEYSVLVASMLEPAVVYR_"
- ],
- [
- 22657,
- 3,
- 13,
- 5,
- 0.17087,
- "_VSVTFDPFCYLTLPLPLKK_"
- ],
- [
- 41188,
- 3,
- 14,
- 4,
- 0.18509,
- "_DALENHLHVIVGTLIPLVYEQVEVQK_"
- ],
- [
- 30270,
- 2,
- 13,
- 2,
- 0.17087,
- "_FVIFPIQYPDIWK_"
- ],
- [
- 45511,
- 2,
- 13,
- 5,
- 0.17087,
- "_LGAGYGLLSEAELEVVPIIAK_"
- ],
- [
- 50679,
- 3,
- 24,
- 8,
- 0.32742,
- "_LSELEDLLPSRPEVPNIIGETEEVELQEFDSTR_"
- ],
- [
- 30892,
- 3,
- 17,
- 6,
- 0.22778,
- "_CDPAPFYLFDEIDQALDAQHR_"
- ],
- [
- 50091,
- 2,
- 15,
- 6,
- 0.19931,
- "_DSFIGTPYWMAPEVVMCETSK_"
- ],
- [
- 49409,
- 3,
- 17,
- 7,
- 0.22778,
- "_ADPNHLVDDLLTPCSPGDPGAIEMTWMDVPGDK_"
- ],
- [
- 33221,
- 2,
- 19,
- 5,
- 0.25628,
- "_FLAFESNIGDLASILK_"
- ],
- [
- 48213,
- 3,
- 17,
- 7,
- 0.22778,
- "_SSYLNIVGLVGSIDNDFCGTDMTIGTDSALHR_"
- ],
- [
- 33422,
- 2,
- 16,
- 5,
- 0.21354,
- "_VHNLITDFLALMPMK_"
- ],
- [
- 49575,
- 2,
- 14,
- 6,
- 0.18509,
- "_DPTPSFYDLWAQEDPNAVLGR_"
- ],
- [
- 38896,
- 3,
- 18,
- 6,
- 0.24199,
- "_LEDQLQGGQLEEVILQAEHELNLAR_"
- ],
- [
- 44767,
- 2,
- 19,
- 7,
- 0.25623,
- "_LVQLDSAISMELWQEAFK_"
- ],
- [
- 48245,
- 2,
- 20,
- 7,
- 0.27049,
- "_EAPFSEFFLDPGTSVLDTCR_"
- ],
- [
- 22239,
- 3,
- 13,
- 4,
- 0.17079,
- "_ITLAEALLHPFFAGLTPEER_"
- ],
- [
- 20359,
- 3,
- 17,
- 5,
- 0.22776,
- "_EERPLFPQILATIELLQR_"
- ],
- [
- 41864,
- 2,
- 14,
- 7,
- 0.18509,
- "_LAEQFVLLNLVYETTDK_"
- ],
- [
- 41991,
- 3,
- 5,
- 2,
- 0.056919,
- "_VSADGSQEPTHDILQMLSDLQESVASSR_"
- ],
- [
- 33100,
- 3,
- 7,
- 5,
- 0.085369,
- "_GNFTLPEVAECFDEITYVELQK_"
- ],
- [
- 29411,
- 3,
- 20,
- 8,
- 0.27049,
- "_YLVELGCIKPLCDLLTVMDSK_"
- ],
- [
- 31381,
- 2,
- 16,
- 5,
- 0.21352,
- "_AALLAELALLEPEALR_"
- ],
- [
- 43401,
- 2,
- 13,
- 5,
- 0.17086,
- "_ILPPGLLAYLESSDLVPEK_"
- ],
- [
- 44821,
- 2,
- 18,
- 7,
- 0.24204,
- "_MISDLIAGGIQPLQNLSVLK_"
- ],
- [
- 49428,
- 3,
- 20,
- 6,
- 0.27051,
- "_VLQEGLLQLDSILSSLEPLHRPIESPGGSVLLR_"
- ],
- [
- 31863,
- 2,
- 22,
- 7,
- 0.29901,
- "_ILLANFLAQTEALMR_"
- ],
- [
- 43541,
- 3,
- 11,
- 3,
- 0.14239,
- "_TPLMMAASEGHLGTVDFLLAQGASIALMDK_"
- ],
- [
- 31700,
- 4,
- 19,
- 8,
- 0.25627,
- "_GLLIQDAHFHQLLCLLNSQIASVWHGTLSK_"
- ],
- [
- 24073,
- 3,
- 14,
- 4,
- 0.18507,
- "_HLSCVLSGLIADLDALDVCGR_"
- ],
- [
- 44644,
- 3,
- 17,
- 6,
- 0.2278,
- "_GVDLDAPGSINGVPLLEVDLDSFEDKPWR_"
- ],
- [
- 49520,
- 2,
- 13,
- 7,
- 0.17086,
- "_SILALAFQANPNSEEIWLAAVK_"
- ],
- [
- 50109,
- 3,
- 12,
- 5,
- 0.15662,
- "_HLFDQDEETCWNSDQGPSQWVTLEFPQLIR_"
- ],
- [
- 29209,
- 2,
- 16,
- 4,
- 0.2136,
- "_ILGCELIQAAGILLR_"
- ],
- [
- 36426,
- 3,
- 15,
- 5,
- 0.19931,
- "_DKPELQFPFLQDEDTVATLLECK_"
- ],
- [
- 25788,
- 3,
- 11,
- 2,
- 0.14237,
- "_KEDDLDSLINEILEEPNLDK_"
- ],
- [
- 37332,
- 3,
- 12,
- 3,
- 0.15662,
- "_CLPEIQGIFDRDPDTLLYLLQQK_"
- ],
- [
- 29641,
- 2,
- 14,
- 3,
- 0.1851,
- "_DWQEAFFTILPQR_"
- ],
- [
- 46946,
- 3,
- 13,
- 3,
- 0.17086,
- "_NDWETTIENFHVVETLADNAIIIYQTHK_"
- ],
- [
- 50368,
- 2,
- 14,
- 4,
- 0.1851,
- "_LSSTSSLAGIPSPSLVSLPSFFER_"
- ],
- [
- 27296,
- 2,
- 15,
- 4,
- 0.19931,
- "_IQDLSLLYQLFSR_"
- ],
- [
- 51730,
- 3,
- 14,
- 6,
- 0.1851,
- "_TDLLLDSESQGSGVFLPELDEPEYCNAQNTALWELHALR_"
- ],
- [
- 28199,
- 2,
- 16,
- 4,
- 0.2136,
- "_AQLAAITLIIGTFER_"
- ],
- [
- 43483,
- 2,
- 9,
- 5,
- 0.11388,
- "_QPVDPQLLGIPDYFDIVK_"
- ],
- [
- 51427,
- 3,
- 21,
- 7,
- 0.28474,
- "_STFLPPLPTSVQNLAHPPEVVLTDFQTLDGSQYNPVK_"
- ],
- [
- 43876,
- 2,
- 10,
- 4,
- 0.12811,
- "_LQDTLEQIEEQLDVALSK_"
- ],
- [
- 46823,
- 2,
- 10,
- 4,
- 0.12811,
- "_GTDELLGVMDQVTIINSTLGK_"
- ],
- [
- 22529,
- 3,
- 14,
- 5,
- 0.1851,
- "_AKFDGIFESLLPINGLLSGDK_"
- ],
- [
- 37885,
- 2,
- 8,
- 3,
- 0.099648,
- "_MNADPLEVMLLNMGYR_"
- ],
- [
- 48005,
- 3,
- 14,
- 5,
- 0.1851,
- "_CVCDSETGLLLLPLPSDTVLEVDDHTAVALR_"
- ],
- [
- 40288,
- 2,
- 14,
- 5,
- 0.1851,
- "_DEDWNMGDIVYTLTNR_"
- ],
- [
- 26073,
- 3,
- 24,
- 6,
- 0.32747,
- "_HLVMGDIPAAVNAFQEAASLLGK_"
- ],
- [
- 43975,
- 2,
- 9,
- 3,
- 0.11388,
- "_AELDQLLSGFGLEDPGSSLK_"
- ],
- [
- 44973,
- 4,
- 16,
- 8,
- 0.2136,
- "_GGAAGGGYAQVIPMEEFNLHLTGDIHAITAANNLLAAAIDTR_"
- ],
- [
- 46505,
- 2,
- 14,
- 4,
- 0.18511,
- "_FEISCNLSLDAMEEFLNR_"
- ],
- [
- 51736,
- 3,
- 15,
- 7,
- 0.19935,
- "_GAEVTVVPWDHALDSQEYEGLFLSNGPGDPASYPSVVSTLSR_"
- ],
- [
- 51017,
- 2,
- 15,
- 7,
- 0.19935,
- "_FEVNVAELPEEIDISTYIEQSR_"
- ],
- [
- 40674,
- 2,
- 15,
- 4,
- 0.19935,
- "_TLLLVSELGLDSEVLPVR_"
- ],
- [
- 45179,
- 2,
- 21,
- 5,
- 0.28476,
- "_ALINADELASDVAGAEALLDR_"
- ],
- [
- 36475,
- 2,
- 15,
- 3,
- 0.19935,
- "_SSVSGIVATVFGATGFLGR_"
- ],
- [
- 31561,
- 3,
- 16,
- 4,
- 0.21356,
- "_LGIDDLVHFDFM(Oxidation (M))DPPAPETLMR_"
- ],
- [
- 31190,
- 2,
- 12,
- 5,
- 0.15663,
- "_PALFVPEVSFELLVK_"
- ],
- [
- 43296,
- 3,
- 18,
- 6,
- 0.24207,
- "_TILLSIQSLLGEPNIDSPLNTHAAELWK_"
- ],
- [
- 41995,
- 2,
- 16,
- 4,
- 0.21356,
- "_TMMFSEDEALCVVDLLK_"
- ],
- [
- 29706,
- 3,
- 17,
- 4,
- 0.22785,
- "_LRDPEVVASELGYVFQAITLTR_"
- ],
- [
- 41533,
- 2,
- 17,
- 6,
- 0.22785,
- "_FQLTDCQIYEVLSVIR_"
- ],
- [
- 23045,
- 2,
- 11,
- 4,
- 0.14236,
- "_GLLGSVMLDLDVLR_"
- ],
- [
- 48518,
- 3,
- 16,
- 4,
- 0.21356,
- "_LYEFDLIDGYFPTVNYTTMIHTPENPVIR_"
- ],
- [
- 36710,
- 2,
- 16,
- 5,
- 0.21356,
- "_ELELQFDLGNLLASDR_"
- ],
- [
- 40377,
- 2,
- 13,
- 4,
- 0.17088,
- "_QQEWEAVVLIPFIDEK_"
- ],
- [
- 51039,
- 2,
- 6,
- 2,
- 0.071213,
- "_LLEEMDQEFGVSTLVEEEFGQR_"
- ],
- [
- 49463,
- 2,
- 15,
- 4,
- 0.19934,
- "_TDLSNIPGLLAIDQVLPEESQK_"
- ],
- [
- 37084,
- 2,
- 13,
- 4,
- 0.17086,
- "_GNLFEPVINALLDNGTR_"
- ],
- [
- 30888,
- 2,
- 14,
- 5,
- 0.18511,
- "_YNVTVIQYIGELLR_"
- ],
- [
- 47314,
- 3,
- 14,
- 4,
- 0.18511,
- "_SYRPAQVTWSQLPEVVELGILDQLSTEER_"
- ],
- [
- 50185,
- 3,
- 9,
- 2,
- 0.11392,
- "_AQGEVQLTVSPLPALSEEDELLCLFGESPPHPAR_"
- ],
- [
- 41448,
- 2,
- 13,
- 3,
- 0.17086,
- "_LSEDPYGIFCLVLTPTR_"
- ],
- [
- 25424,
- 2,
- 13,
- 3,
- 0.17086,
- "_DYDSFVLPLLEDK_"
- ],
- [
- 47182,
- 3,
- 13,
- 6,
- 0.17086,
- "_IQDVGLVPMGGVMSGAVPAAAAQEAVEEDIPIAK_"
- ],
- [
- 38551,
- 3,
- 12,
- 6,
- 0.1566,
- "_LLLPFADQHVEIPSLTAGNIALTVGLK_"
- ],
- [
- 47156,
- 3,
- 11,
- 3,
- 0.14237,
- "_FMQTDPNWANFLYDASSHQVTLLDFGASR_"
- ],
- [
- 36204,
- 3,
- 15,
- 4,
- 0.19934,
- "_AEKPLFSSNPELDNLMIQAIQVLR_"
- ],
- [
- 41236,
- 4,
- 15,
- 7,
- 0.19934,
- "_SFFQAATEHLLPMGTALPLLEAQAATHTLVDPITGQR_"
- ],
- [
- 27068,
- 2,
- 15,
- 5,
- 0.19934,
- "_MEIDDFLSSFMEK_"
- ],
- [
- 31307,
- 2,
- 19,
- 4,
- 0.2563,
- "_TVFETLDIGWQLLR_"
- ],
- [
- 50737,
- 3,
- 36,
- 9,
- 0.49833,
- "_MLVVLLQANRDPDAGIDEAQVEQDAQALFQAGELK_"
- ],
- [
- 13810,
- 2,
- 18,
- 5,
- 0.24208,
- "_FSFGLLDLPFR_"
- ],
- [
- 27689,
- 3,
- 23,
- 7,
- 0.31323,
- "_FGAQLAHIQALISGIEAQLGDVR_"
- ],
- [
- 34386,
- 3,
- 17,
- 4,
- 0.22779,
- "_EDCSVLAFVLDHLLPHTQNAEDK_"
- ],
- [
- 39052,
- 2,
- 16,
- 5,
- 0.21358,
- "_FGAQNEEMLPSILVLLK_"
- ],
- [
- 47674,
- 2,
- 21,
- 7,
- 0.28476,
- "_ELFQEMNIELVPPYMIASK_"
- ],
- [
- 50408,
- 3,
- 16,
- 6,
- 0.21357,
- "_MNIANTVISQENSSLQSMGTDQLLDLFTLDKDGK_"
- ],
- [
- 51618,
- 3,
- 14,
- 7,
- 0.18508,
- "_IDPYINIDAGTFSPYEHGEVFVLDDGGEVDLDLGNYER_"
- ],
- [
- 34957,
- 4,
- 23,
- 9,
- 0.31321,
- "_VLQEGLLQLDSILSSLEPLHRPIESPGGSVLLR_"
- ],
- [
- 45425,
- 2,
- 16,
- 3,
- 0.21357,
- "_FSDDAFNTTFISTIGIDFK_"
- ],
- [
- 48919,
- 2,
- 11,
- 5,
- 0.14235,
- "_EPFPGWIDNFNGPSGLFIAAGK_"
- ],
- [
- 21168,
- 3,
- 14,
- 4,
- 0.18508,
- "_VDCTALRPVLILGPLLDVVK_"
- ],
- [
- 43138,
- 2,
- 17,
- 6,
- 0.2278,
- "_ANITFEYMFEEVPIVIK_"
- ],
- [
- 45116,
- 3,
- 11,
- 3,
- 0.14235,
- "_LQDEYDSVLYSIVDLHSITVPQDPAVLR_"
- ],
- [
- 51230,
- 3,
- 15,
- 5,
- 0.19933,
- "_SFFQAATEHLLPMGTALPLLEAQAATHTLVDPITGQR_"
- ],
- [
- 27063,
- 4,
- 12,
- 5,
- 0.15659,
- "_IQPGSQQADFLDALIVSMDVIQHETIGKK_"
- ],
- [
- 37629,
- 3,
- 15,
- 5,
- 0.19933,
- "_GHWANPDLASSLQYEMLLLTDSISK_"
- ],
- [
- 41544,
- 3,
- 13,
- 7,
- 0.17082,
- "_GEVLPEEITEESLEESVGKPLYLIFR_"
- ],
- [
- 39216,
- 3,
- 14,
- 6,
- 0.18508,
- "_EFSMADFLLETTVSDFGQSHLTEEK_"
- ],
- [
- 47803,
- 2,
- 13,
- 4,
- 0.17082,
- "_ISGLVTDVISLTDSVQELENK_"
- ],
- [
- 40483,
- 3,
- 31,
- 8,
- 0.42708,
- "_GLYGIKDDVFLSVPCILGQNGISDLVK_"
- ],
- [
- 39429,
- 3,
- 5,
- 2,
- 0.056955,
- "_AQDPSEVLTMLTNETGFEISSSDATVK_"
- ],
- [
- 36214,
- 3,
- 9,
- 3,
- 0.11392,
- "_VFSGIQPTGILHLGNYLGAIESWVR_"
- ],
- [
- 45107,
- 2,
- 20,
- 3,
- 0.27055,
- "_FFPYYVYNIIGGLDEEGK_"
- ],
- [
- 51300,
- 2,
- 11,
- 6,
- 0.14239,
- "_MGVLFCSSCCPDLPFIYAFGGQK_"
- ],
- [
- 38650,
- 2,
- 21,
- 6,
- 0.28477,
- "_VPLLLEEQGVVDYFLR_"
- ],
- [
- 45792,
- 2,
- 11,
- 5,
- 0.14239,
- "_TASYEEEVETYFFEGLLK_"
- ],
- [
- 20677,
- 2,
- 12,
- 5,
- 0.1566,
- "_FLDILLTLDYPK_"
- ],
- [
- 41683,
- 3,
- 16,
- 6,
- 0.21358,
- "_EVMQVLSHVVLEFPLQQMDSPLDSSR_"
- ],
- [
- 48166,
- 2,
- 27,
- 6,
- 0.37019,
- "_FPLDYYSIPFPTPTTPLTGR_"
- ],
- [
- 48452,
- 3,
- 13,
- 5,
- 0.17084,
- "_SHNTDAALLPCISYPAFALDDEVLFSQTLDK_"
- ],
- [
- 42512,
- 3,
- 16,
- 6,
- 0.21358,
- "_AENNPWVTPIADQFQLGVSHVFEYIR_"
- ],
- [
- 48016,
- 2,
- 12,
- 4,
- 0.1566,
- "_DTGTAPFAPNLEEINNILESK_"
- ],
- [
- 20780,
- 3,
- 17,
- 4,
- 0.22781,
- "_IEDVLPFFPDFVTIDHFK_"
- ],
- [
- 46918,
- 2,
- 13,
- 3,
- 0.17084,
- "_AFGFNVLFYDPYLSDGVER_"
- ],
- [
- 37688,
- 3,
- 13,
- 5,
- 0.17084,
- "_TGEFLAFQTVHLPPLPEQLLELGNK_"
- ],
- [
- 38478,
- 3,
- 15,
- 5,
- 0.1993,
- "_VTMINAIPVASLDPIKEWLNSCDLK_"
- ],
- [
- 48374,
- 2,
- 22,
- 7,
- 0.29901,
- "_WTQTLSELDLAVPFCVNFR_"
- ],
- [
- 38102,
- 3,
- 12,
- 4,
- 0.15662,
- "_FTEGVLYNQFLSQVDFELLLAHAR_"
- ],
- [
- 40475,
- 2,
- 14,
- 4,
- 0.18507,
- "_GGLDLAFQLATPNEIFLK_"
- ],
- [
- 17885,
- 2,
- 13,
- 4,
- 0.17084,
- "_LLELIEGFMLSK_"
- ],
- [
- 47867,
- 2,
- 12,
- 4,
- 0.15662,
- "_LNLPINIIGLAPLCENMPSGK_"
- ],
- [
- 42501,
- 2,
- 13,
- 6,
- 0.17084,
- "_LPSVTSFILDTEAVAWDR_"
- ],
- [
- 38547,
- 3,
- 14,
- 4,
- 0.18507,
- "_DEVLDNLLAFVCDIRPEIHENYR_"
- ],
- [
- 47494,
- 2,
- 15,
- 6,
- 0.1993,
- "_SIATTLIDDTSSEVLDELYR_"
- ],
- [
- 40503,
- 2,
- 18,
- 5,
- 0.24205,
- "_TMLDSLWAAGQELQAWK_"
- ],
- [
- 39141,
- 2,
- 9,
- 3,
- 0.11392,
- "_ITMPVIFNEPLSFLQR_"
- ],
- [
- 39670,
- 2,
- 17,
- 6,
- 0.22781,
- "_EFFSQYGDVMDVFIPK_"
- ],
- [
- 44632,
- 2,
- 20,
- 4,
- 0.2705,
- "_SQAYADYIGFILTLNEGVK_"
- ],
- [
- 33876,
- 3,
- 20,
- 4,
- 0.2705,
- "_VHALPPSLIPLVWDFGQLSDVAEK_"
- ],
- [
- 30096,
- 2,
- 10,
- 3,
- 0.12816,
- "_(Acetyl (Protein N-term))GSEAAQLLEAADFAAR_"
- ],
- [
- 42580,
- 2,
- 16,
- 6,
- 0.21356,
- "_CPLAMTEELLQDLAQYK_"
- ],
- [
- 37399,
- 3,
- 19,
- 7,
- 0.25629,
- "_ETGQEHELIESMPLLEWFANNYK_"
- ],
- [
- 40681,
- 4,
- 17,
- 6,
- 0.22783,
- "_NLHNMVFIVDPAHETTAELMNTAEMFLSNHIPLR_"
- ],
- [
- 51126,
- 2,
- 18,
- 7,
- 0.24208,
- "_GNFTLPEVAECFDEITYVELQK_"
- ],
- [
- 51204,
- 2,
- 11,
- 3,
- 0.14242,
- "_ADVVFLSPPWGGPDYATAETFDIR_"
- ],
- [
- 38019,
- 3,
- 16,
- 6,
- 0.21357,
- "_KIVTYPGELLLQGVHDDVDIILLQD_"
- ],
- [
- 42892,
- 2,
- 21,
- 5,
- 0.28476,
- "_ILVVIEPLLIDEDYYAR_"
- ],
- [
- 47595,
- 2,
- 17,
- 5,
- 0.22783,
- "_PLEDQTQLLTLVCQLYQGK_"
- ],
- [
- 35374,
- 2,
- 20,
- 3,
- 0.27055,
- "_LSGEAFDWLLGEIESK_"
- ],
- [
- 25535,
- 3,
- 19,
- 5,
- 0.25632,
- "_VHAELADVLTEAVVDSILAIKK_"
- ],
- [
- 49844,
- 3,
- 9,
- 6,
- 0.11397,
- "_ILDNGEWTPTLQHYLSYTEESLLPVMQHLAK_"
- ],
- [
- 36215,
- 3,
- 16,
- 5,
- 0.21357,
- "_NLVHAIESLPGSGPLTALDQDLLLLK_"
- ],
- [
- 35259,
- 2,
- 16,
- 3,
- 0.21357,
- "_QDAVDYLTWTFLYR_"
- ],
- [
- 44393,
- 3,
- 20,
- 8,
- 0.27055,
- "_AALAGGTTMIIDHVVPEPGTSLLAAFDQWR_"
- ],
- [
- 36028,
- 3,
- 15,
- 6,
- 0.19934,
- "_DAEVIVDWRPLDDALDSSSILYAR_"
- ],
- [
- 36958,
- 3,
- 11,
- 3,
- 0.14242,
- "_QLPPGLESLNVSVAAGILLHSICSQR_"
- ],
- [
- 35775,
- 3,
- 10,
- 3,
- 0.1282,
- "_EKPETNFPSPFTNILCGIIFVER_"
- ],
- [
- 44436,
- 2,
- 14,
- 5,
- 0.18512,
- "_GAGGEDLIM(Oxidation (M))LDIYAIEELR_"
- ],
- [
- 41778,
- 2,
- 14,
- 5,
- 0.18512,
- "_TASMLWLLQQEMVTWR_"
- ],
- [
- 41262,
- 3,
- 12,
- 4,
- 0.15665,
- "_LFTLAESLGGFESLAELPAIM(Oxidation (M))THASVLK_"
- ],
- [
- 39320,
- 3,
- 13,
- 5,
- 0.1709,
- "_EIIEVQKDPEALAQLMLSIPLTNDGK_"
- ],
- [
- 49753,
- 2,
- 14,
- 7,
- 0.18512,
- "_DVSALFPDVVNCMQTDNLELK_"
- ],
- [
- 37607,
- 2,
- 10,
- 4,
- 0.1282,
- "_EVILDLIPYESIVVTR_"
- ],
- [
- 17586,
- 2,
- 13,
- 4,
- 0.1709,
- "_DGLSCLIVLLQR_"
- ],
- [
- 16343,
- 2,
- 16,
- 4,
- 0.21357,
- "_(Acetyl (Protein N-term))ASALEQFVNSVR_"
- ],
- [
- 49898,
- 2,
- 17,
- 8,
- 0.2278,
- "_DVSSLFPDVVNCMQTDNLELK_"
- ],
- [
- 29155,
- 2,
- 16,
- 5,
- 0.21357,
- "_(Acetyl (Protein N-term))MEHFLLEVAAAPLR_"
- ],
- [
- 41043,
- 3,
- 27,
- 7,
- 0.3702,
- "_VTGQHPEVPPAFWNNAFTLLSAVSLPR_"
- ],
- [
- 36531,
- 2,
- 16,
- 3,
- 0.21357,
- "_FADDQLIIDFDNFVR_"
- ],
- [
- 16847,
- 3,
- 5,
- 2,
- 0.056982,
- "_KLGLVFDDVVGIVEIINSK_"
- ],
- [
- 47931,
- 2,
- 18,
- 5,
- 0.24206,
- "_SLSALGNVISALAEGSTYVPYR_"
- ],
- [
- 49137,
- 2,
- 16,
- 5,
- 0.21357,
- "_NVEPFTSVLSLPYPFASEINK_"
- ],
- [
- 22246,
- 2,
- 19,
- 6,
- 0.25629,
- "_QEAIDWLLGLAVR_"
- ],
- [
- 48882,
- 3,
- 18,
- 6,
- 0.24203,
- "_DFNSIFSDMGAWTLPSHPPELPGPESETPGER_"
- ],
- [
- 30648,
- 3,
- 16,
- 7,
- 0.21356,
- "_ALCHLNVPVTVVLDAAVGYIMEK_"
- ],
- [
- 48867,
- 3,
- 15,
- 6,
- 0.19935,
- "_EEFQQYAAALQAGMEIGWLKPVIGSQYPLEK_"
- ],
- [
- 35200,
- 2,
- 23,
- 5,
- 0.31322,
- "_LLVPLVPDLQDVAQLR_"
- ],
- [
- 46433,
- 2,
- 15,
- 5,
- 0.19935,
- "_LQTYIALLALPSTEPDGLLR_"
- ],
- [
- 42184,
- 2,
- 17,
- 6,
- 0.2278,
- "_WLVLFCDEINLPDMDK_"
- ],
- [
- 35987,
- 2,
- 17,
- 3,
- 0.2278,
- "_GPGLFFILPCTDSFIK_"
- ],
- [
- 40534,
- 2,
- 11,
- 4,
- 0.14243,
- "_DYIASLPFQVANVWPTK_"
- ],
- [
- 49681,
- 2,
- 19,
- 2,
- 0.25629,
- "_DGELPVEDDIDLSDVELDDLGK_"
- ],
- [
- 36251,
- 3,
- 11,
- 6,
- 0.14239,
- "_DLFFELDAMDHLESFIAECDRR_"
- ],
- [
- 26430,
- 3,
- 14,
- 5,
- 0.18512,
- "_DDDLFHSYTTIMALIHLGSSK_"
- ],
- [
- 39399,
- 2,
- 11,
- 4,
- 0.14239,
- "_SQLPVQLDLGGMLTALEK_"
- ],
- [
- 34687,
- 2,
- 15,
- 5,
- 0.19937,
- "_TELLQTLSSDVSELLK_"
- ],
- [
- 45393,
- 4,
- 14,
- 8,
- 0.18512,
- "_TSGLASPQLVFSHWEIIPSDPFWVPTTEEEYLHFGEK_"
- ],
- [
- 28475,
- 3,
- 6,
- 2,
- 0.071201,
- "_DDQVTVIGAGVTLHEALAAAELLK_"
- ],
- [
- 36387,
- 3,
- 15,
- 6,
- 0.19937,
- "_SLEEFNDVYLVTHLMGADLNNIVK_"
- ],
- [
- 31774,
- 4,
- 15,
- 7,
- 0.19937,
- "_IEIMPELADSLVPMEIKPGISLATVSAVLHTK_"
- ],
- [
- 49825,
- 3,
- 25,
- 7,
- 0.34175,
- "_EALKDEYDDLSDLTAAQQETLSDWESQFTFK_"
- ],
- [
- 12200,
- 2,
- 13,
- 4,
- 0.17089,
- "_AALAFGFLDLLK_"
- ],
- [
- 48652,
- 3,
- 18,
- 8,
- 0.24204,
- "_DDVSISVEEGKENILHVSENVIFTDVNSILR_"
- ],
- [
- 8195,
- 3,
- 12,
- 3,
- 0.15667,
- "_LDIFEFLNHVEDGLK_"
- ],
- [
- 51382,
- 3,
- 14,
- 5,
- 0.18512,
- "_TTGGLAGFFGAGGAGYSHADLAGVPLTGMNPLSPYLNVDPR_"
- ],
- [
- 44594,
- 3,
- 12,
- 4,
- 0.15662,
- "_IVGNKWEAYLGLLQAEYTEGDALDALGLK_"
- ],
- [
- 38920,
- 3,
- 13,
- 3,
- 0.1709,
- "_GFLQEGDLISAEVQAVFSDGAVSLHTR_"
- ],
- [
- 35190,
- 2,
- 14,
- 6,
- 0.18512,
- "_LDIFEFLNHVEDGLK_"
- ],
- [
- 23149,
- 3,
- 13,
- 5,
- 0.1709,
- "_QLNHFWEIVVQDGITLITK_"
- ],
- [
- 40969,
- 2,
- 13,
- 2,
- 0.1709,
- "_VFEDVLESFYSIDCIK_"
- ],
- [
- 41552,
- 2,
- 13,
- 6,
- 0.1709,
- "_IGDQEFDSLPALLEFYK_"
- ],
- [
- 41968,
- 2,
- 13,
- 5,
- 0.1709,
- "_CDLSNEEDILSMFSAIR_"
- ],
- [
- 37404,
- 3,
- 25,
- 8,
- 0.3417,
- "_YLPPATQVVLISATLPHEILEMTNK_"
- ],
- [
- 42320,
- 2,
- 9,
- 2,
- 0.1139,
- "_LAIIVDEGGDALLVSLVCR_"
- ],
- [
- 21856,
- 3,
- 15,
- 5,
- 0.19935,
- "_DADNLFEHELGALNMAALLR_"
- ],
- [
- 37801,
- 3,
- 11,
- 4,
- 0.14239,
- "_EKLEDLEAELADEEFLFGDVELSR_"
- ],
- [
- 48082,
- 2,
- 19,
- 3,
- 0.25627,
- "_ELLNALFSNPMDDNLICAVK_"
- ],
- [
- 23382,
- 2,
- 11,
- 4,
- 0.14239,
- "_LLDWLEDAFQMK_"
- ],
- [
- 43708,
- 3,
- 11,
- 5,
- 0.14239,
- "_LLESKEELDSLMTDETIANVPILILGNK_"
- ],
- [
- 42353,
- 2,
- 16,
- 5,
- 0.2136,
- "_SLETDSSLILDVPLGVISR_"
- ],
- [
- 47224,
- 2,
- 16,
- 6,
- 0.2136,
- "_TYLVGNSLSLADLCVWATLK_"
- ],
- [
- 38846,
- 3,
- 14,
- 3,
- 0.18512,
- "_EIYLEVIHNLPDFELLSANTLEDR_"
- ],
- [
- 14830,
- 2,
- 15,
- 5,
- 0.19933,
- "_DVEDFLSPLLGK_"
- ],
- [
- 32196,
- 2,
- 17,
- 7,
- 0.22781,
- "_TPSQDSDYINANFIK_"
- ],
- [
- 11213,
- 3,
- 20,
- 5,
- 0.27049,
- "_ERPPNPIEFLASYLLK_"
- ],
- [
- 23206,
- 3,
- 13,
- 2,
- 0.17084,
- "_FDMNASAIQVLIEHIGNLDR_"
- ],
- [
- 23654,
- 3,
- 15,
- 3,
- 0.19933,
- "_LLGGVTIAQGGVLPNIQAVLLPK_"
- ],
- [
- 50166,
- 2,
- 14,
- 4,
- 0.18512,
- "_QSSEGIPVAQPSVMDDIEVWLR_"
- ],
- [
- 49217,
- 3,
- 22,
- 8,
- 0.29898,
- "_SLTGVVNAQALTSAFSPHTKPWIGLAEALGTLMR_"
- ],
- [
- 14467,
- 3,
- 9,
- 3,
- 0.1139,
- "_GHVLLDLLEVLSGQQLPR_"
- ],
- [
- 28210,
- 3,
- 15,
- 4,
- 0.19933,
- "_HSEQVPDILQLNAIFNMLNTK_"
- ],
- [
- 47013,
- 2,
- 15,
- 5,
- 0.19933,
- "_DADNLFEHELGALNMAALLR_"
- ],
- [
- 41224,
- 2,
- 12,
- 5,
- 0.1566,
- "_VIVPMMTLYLETPYFR_"
- ],
- [
- 51615,
- 3,
- 9,
- 2,
- 0.1139,
- "_LLWSEWTGASLAYYCHPPTSWTPPPYFNESIVVDMK_"
- ],
- [
- 44440,
- 4,
- 24,
- 6,
- 0.32748,
- "_FDREDDLIIEFDNMFSSATDIPPSPGNIPTTHPLMVR_"
- ],
- [
- 50201,
- 2,
- 12,
- 5,
- 0.1566,
- "_CLPGDPNYLVGANCVSVLIDHF_"
- ],
- [
- 45623,
- 4,
- 17,
- 8,
- 0.22782,
- "_GHLQIAACPNQDPLQGTTGLIPLLGIDVWEHAYYLQYK_"
- ],
- [
- 44064,
- 3,
- 9,
- 3,
- 0.1139,
- "_LVLSSPNSSILWLQYMAFHLQATEIEK_"
- ],
- [
- 39799,
- 2,
- 16,
- 5,
- 0.21359,
- "_AGATSEGVLANFFNSLLSK_"
- ],
- [
- 51280,
- 3,
- 7,
- 2,
- 0.085415,
- "_EEQLIPQMGVTSSGLNQVLSQQANQEISPLDSMIQR_"
- ],
- [
- 50297,
- 2,
- 14,
- 6,
- 0.1851,
- "_NFLPILFNLYGQPVAAGDTPAPR_"
- ],
- [
- 45219,
- 2,
- 13,
- 2,
- 0.17085,
- "_PTLLWLQQFDTEYSFLK_"
- ],
- [
- 39995,
- 2,
- 16,
- 6,
- 0.21362,
- "_IEVVNFLVPNAVYDIVK_"
- ],
- [
- 46335,
- 2,
- 15,
- 5,
- 0.19934,
- "_YAEDIFGELFTQANTFASR_"
- ],
- [
- 41784,
- 2,
- 14,
- 5,
- 0.1851,
- "_ALDPPQLQVISNAMNLLR_"
- ],
- [
- 47432,
- 2,
- 10,
- 4,
- 0.12815,
- "_AFGFSVIFYDPYLQDGIER_"
- ],
- [
- 32620,
- 2,
- 9,
- 4,
- 0.11391,
- "_DALQLANSAFAVDLFK_"
- ],
- [
- 25109,
- 3,
- 13,
- 7,
- 0.17085,
- "_GYIFIDEAHITEALTWLAQK_"
- ],
- [
- 39134,
- 2,
- 13,
- 2,
- 0.17085,
- "_EGASNLVIDLIMNASSDR_"
- ],
- [
- 36541,
- 2,
- 24,
- 5,
- 0.32748,
- "_DVLILGGGDGGILCEIVK_"
- ],
- [
- 50756,
- 3,
- 17,
- 8,
- 0.22783,
- "_DCDPTTGETDDEGYEDEYVLEDLEVTVADHIQK_"
- ],
- [
- 30639,
- 2,
- 19,
- 5,
- 0.25631,
- "_NQAVQFISALVDELK_"
- ],
- [
- 34444,
- 4,
- 23,
- 8,
- 0.31322,
- "_SLTGVVNAQALTSAFSPHTKPWIGLAEALGTLMR_"
- ],
- [
- 46719,
- 2,
- 22,
- 5,
- 0.29899,
- "_FPDYLTVSPPIGDLQVFYK_"
- ],
- [
- 49696,
- 3,
- 13,
- 4,
- 0.17085,
- "_DLLVAAEAFSELNHLSPVQGTEASLCAPSVYEGK_"
- ],
- [
- 51600,
- 3,
- 19,
- 8,
- 0.2563,
- "_LLQEQDQELCEILCMPHYDIDSASVPSLEELNQFR_"
- ],
- [
- 20735,
- 2,
- 13,
- 3,
- 0.17085,
- "_LDLPDLPLSDILK_"
- ],
- [
- 50023,
- 3,
- 22,
- 3,
- 0.29898,
- "_EFSVTDAVPFPISLIWNHDSEDTEGVHEVFSR_"
- ],
- [
- 31144,
- 2,
- 16,
- 5,
- 0.21357,
- "_FMDASALTGIPLPLIK_"
- ],
- [
- 29191,
- 4,
- 14,
- 4,
- 0.18508,
- "_SGFGVSHVADAVFLDIPSPWEAVGHAWDALK_"
- ],
- [
- 45275,
- 2,
- 17,
- 6,
- 0.22785,
- "_AAAEIYEEFLAAFEGSDGNK_"
- ],
- [
- 12495,
- 3,
- 10,
- 4,
- 0.12814,
- "_AQGVIDDLVYSIIDHIR_"
- ],
- [
- 42121,
- 3,
- 12,
- 5,
- 0.15663,
- "_LKPECSTEELLSILSDAEEYTDLPVR_"
- ],
- [
- 43946,
- 2,
- 11,
- 4,
- 0.14238,
- "_GSCVTQVGLLESVYEMFR_"
- ],
- [
- 50659,
- 2,
- 18,
- 5,
- 0.24206,
- "_FYTEDGNWDLVGNNTPIFFIR_"
- ],
- [
- 47753,
- 3,
- 18,
- 5,
- 0.24206,
- "_TPAVEGLTEAEEEELRAELTKVEEEIVTLR_"
- ],
- [
- 47581,
- 3,
- 16,
- 7,
- 0.21357,
- "_EMQEVETNLQEVVFDYLHATAYQNTALGR_"
- ],
- [
- 16673,
- 3,
- 16,
- 3,
- 0.21357,
- "_EIADLGEALATAVIPQWQK_"
- ],
- [
- 38686,
- 2,
- 12,
- 5,
- 0.15659,
- "_LSNQVSTIVSLLSTLCR_"
- ],
- [
- 42676,
- 3,
- 24,
- 6,
- 0.32743,
- "_HLEGLSEEAIM(Oxidation (M))ELNLPTGIPIVYELDK_"
- ],
- [
- 51642,
- 3,
- 14,
- 5,
- 0.18506,
- "_ISEQNDADNASVLSVSSNFEPFATDDLGNTVIHLDQALAR_"
- ],
- [
- 12814,
- 3,
- 12,
- 6,
- 0.15659,
- "_VAACELLHSMVMFMLGK_"
- ],
- [
- 26347,
- 3,
- 12,
- 5,
- 0.15659,
- "_AVSPELFHVIDDFVQFQLEK_"
- ],
- [
- 46885,
- 2,
- 14,
- 4,
- 0.18506,
- "_YDLPPYAANIVAVSQDVLMK_"
- ],
- [
- 28877,
- 3,
- 22,
- 7,
- 0.29898,
- "_QDQIQQVVNHGLVPFLVSVLSK_"
- ],
- [
- 41131,
- 2,
- 22,
- 4,
- 0.29898,
- "_TFPVDQFFLEDAIAVTR_"
- ],
- [
- 46467,
- 3,
- 15,
- 6,
- 0.19929,
- "_SGFGVSHVADAVFLDIPSPWEAVGHAWDALK_"
- ],
- [
- 29907,
- 2,
- 12,
- 2,
- 0.15659,
- "_DDLIQDVEIQIISR_"
- ],
- [
- 45708,
- 2,
- 22,
- 6,
- 0.29898,
- "_SAILGLPQPLLELNDSPVFK_"
- ],
- [
- 45180,
- 2,
- 4,
- 2,
- 0.042688,
- "_DLTTELSWELTIPPEVQR_"
- ],
- [
- 17136,
- 2,
- 16,
- 5,
- 0.21355,
- "_IDPTVLLGALPLR_"
- ],
- [
- 48614,
- 3,
- 20,
- 7,
- 0.27051,
- "_ASNLPMSVIIVGVGGADFEAMEQLDADGGPLHTR_"
- ],
- [
- 44922,
- 2,
- 20,
- 6,
- 0.27051,
- "_AWELYGSPNALVLLIAQEK_"
- ],
- [
- 51293,
- 3,
- 20,
- 5,
- 0.2705,
- "_HEWVTTENGIGTVGISNFAQEALGDVVYCSLPEVGTK_"
- ],
- [
- 42710,
- 2,
- 20,
- 4,
- 0.2705,
- "_GQNDLMGTAEDFADQFLR_"
- ],
- [
- 32768,
- 3,
- 18,
- 2,
- 0.24201,
- "_QPDVGLPKPDLVLFLQLQLADAAK_"
- ],
- [
- 43142,
- 3,
- 14,
- 4,
- 0.18507,
- "_YDAPFVFAEVNADVVDWIQQDDGSVHK_"
- ],
- [
- 29019,
- 2,
- 15,
- 4,
- 0.19929,
- "_EDQVIQLMNAIFSK_"
- ],
- [
- 49985,
- 2,
- 12,
- 6,
- 0.15658,
- "_FSDDFDEFLDAGIEMAGQAQTK_"
- ],
- [
- 30840,
- 3,
- 11,
- 4,
- 0.14232,
- "_ITADGLQEVFETNVFGHFILIR_"
- ],
- [
- 9331,
- 4,
- 12,
- 4,
- 0.15658,
- "_TKVHAELADVLTEAVVDSILAIK_"
- ],
- [
- 31347,
- 4,
- 24,
- 8,
- 0.32742,
- "_TPAVEGLTEAEEEELRAELTKVEEEIVTLR_"
- ],
- [
- 30189,
- 4,
- 16,
- 6,
- 0.21352,
- "_WYQADSPPADLLLTEEEFLSFLHPEHSR_"
- ],
- [
- 4886,
- 3,
- 12,
- 3,
- 0.15656,
- "_QLLLSELLEHLLEK_"
- ],
- [
- 38230,
- 2,
- 34,
- 7,
- 0.46984,
- "_(Acetyl (Protein N-term))EEEIAALVIDNGSGMCK_"
- ],
- [
- 23374,
- 2,
- 7,
- 4,
- 0.085413,
- "_(Acetyl (Protein N-term))MDQVMQFVEPSR_"
- ],
- [
- 38536,
- 2,
- 28,
- 4,
- 0.38439,
- "_ERPPNPIEFLASYLLK_"
- ],
- [
- 32304,
- 2,
- 33,
- 6,
- 0.45562,
- "_ILSISADIETIGEILK_"
- ],
- [
- 37613,
- 3,
- 15,
- 2,
- 0.19931,
- "_KTINGEDILFAMSTLGFDSYVEPLK_"
- ],
- [
- 42804,
- 2,
- 23,
- 7,
- 0.31323,
- "_LSASSLTMESFAFLWAGGR_"
- ],
- [
- 44874,
- 2,
- 19,
- 2,
- 0.25625,
- "_(Acetyl (Protein N-term))MDPLSPPLCTLPPGPEPPR_"
- ],
- [
- 41537,
- 2,
- 22,
- 7,
- 0.29898,
- "_LPIDVTEGEVISLGLPFGK_"
- ],
- [
- 50440,
- 2,
- 12,
- 4,
- 0.15656,
- "_EDGSFSFYSLPSGGYTVIPFYR_"
- ],
- [
- 30433,
- 4,
- 16,
- 7,
- 0.21353,
- "_VADKIQLINNMLDKVNEM(Oxidation (M))IIGGGMAFTFLK_"
- ],
- [
- 41640,
- 2,
- 13,
- 5,
- 0.17083,
- "_FLDLVPSLQLDPAQIYR_"
- ],
- [
- 49519,
- 2,
- 19,
- 7,
- 0.25625,
- "_INFDVNGYIVGANIETYLLEK_"
- ],
- [
- 20168,
- 4,
- 11,
- 4,
- 0.14234,
- "_AYTTRVGIGAFPTEQDNEIGELLQTR_"
- ],
- [
- 42509,
- 3,
- 14,
- 7,
- 0.18506,
- "_TGSLEAAQALQNLALMRPELVIPPVLER_"
- ],
- [
- 43447,
- 2,
- 10,
- 2,
- 0.1281,
- "_EQMCLMVADMLEYVPVK_"
- ],
- [
- 49912,
- 2,
- 15,
- 5,
- 0.1993,
- "_SELGLQSITFSIFPDIPECSGK_"
- ],
- [
- 34875,
- 2,
- 8,
- 3,
- 0.099651,
- "_EKLAPVPFFSLLQYE_"
- ],
- [
- 48407,
- 2,
- 15,
- 5,
- 0.1993,
- "_NNNDNIFLSPLSISTAFAMTK_"
- ],
- [
- 41140,
- 3,
- 11,
- 5,
- 0.14234,
- "_LCPADPDWIAFIHSNDIWISNIVTR_"
- ],
- [
- 40547,
- 2,
- 11,
- 2,
- 0.14234,
- "_MVTDIFLDWESYQFR_"
- ],
- [
- 47072,
- 3,
- 12,
- 5,
- 0.15657,
- "_VDIVAINDPFIDLNYM(Oxidation (M))VYMFQYDSTHGK_"
- ],
- [
- 46195,
- 2,
- 18,
- 6,
- 0.242,
- "_LMAPYTPFLTELMYQNLK_"
- ],
- [
- 45064,
- 3,
- 16,
- 6,
- 0.21355,
- "_ERFDPTQFQDCIIQGLTETGTDLEAVAK_"
- ],
- [
- 39235,
- 2,
- 19,
- 6,
- 0.25626,
- "_NFAEIIEADEVLLFER_"
- ],
- [
- 51706,
- 3,
- 23,
- 4,
- 0.31322,
- "_CLVIDDQLNILPISSHVATMEALPPQTPDESLGPSDLELR_"
- ],
- [
- 37972,
- 2,
- 16,
- 5,
- 0.21353,
- "_ALDSVISMTEGMEAFLR_"
- ],
- [
- 33938,
- 3,
- 14,
- 5,
- 0.18503,
- "_IVFLDTQPILSPSILDHLINNDR_"
- ],
- [
- 46565,
- 2,
- 19,
- 2,
- 0.25623,
- "_VSVVPDEVATIAAEVTSFSNR_"
- ],
- [
- 51786,
- 3,
- 15,
- 7,
- 0.19929,
- "_LAGDGVGAVNISVMNSTGGSSSGGGIGLTLGGTMGSNALSFSSSAGPGLLK_"
- ],
- [
- 51657,
- 3,
- 18,
- 8,
- 0.242,
- "_YITSLNEDSTVHGFLVQLPLDSENSINTEEVINAIAPEK_"
- ],
- [
- 43377,
- 2,
- 22,
- 6,
- 0.299,
- "_EIADLGEALATAVIPQWQK_"
- ],
- [
- 49727,
- 3,
- 15,
- 6,
- 0.19929,
- "_QTSLWSLSSAVPSQSSIHSFDSDLESLCNALLK_"
- ],
- [
- 17452,
- 3,
- 8,
- 2,
- 0.099627,
- "_FLDLPWEDVLLPHVLNR_"
- ],
- [
- 34577,
- 2,
- 12,
- 3,
- 0.15657,
- "_DLIEQSMLVALEQAGR_"
- ],
- [
- 45893,
- 3,
- 14,
- 4,
- 0.18503,
- "_KLPGYTDAALQEAQEIFGVDFDYDEFEK_"
- ],
- [
- 11383,
- 2,
- 8,
- 3,
- 0.099627,
- "_DIAQNILSFLK_"
- ],
- [
- 46709,
- 3,
- 16,
- 7,
- 0.21353,
- "_PCGEDWLSHPLGIVQGFFAQNGVNPDWEK_"
- ],
- [
- 45914,
- 2,
- 17,
- 5,
- 0.22778,
- "_VTNETLTLTFTVLQDIPVR_"
- ],
- [
- 25794,
- 3,
- 16,
- 5,
- 0.21353,
- "_GEMAATPAGFAQLTHLLMGLAGGK_"
- ],
- [
- 47822,
- 2,
- 10,
- 2,
- 0.1281,
- "_QLAAATAPIPGATLLDDLITPAK_"
- ],
- [
- 40725,
- 3,
- 20,
- 8,
- 0.27048,
- "_HSTIYPSPEELEAVQNMVSTVECALK_"
- ],
- [
- 49108,
- 2,
- 14,
- 4,
- 0.18504,
- "_SYYEANDVTSAINIIDEAFSK_"
- ],
- [
- 14787,
- 2,
- 14,
- 3,
- 0.18504,
- "_DNNELLLFILK_"
- ],
- [
- 30764,
- 2,
- 17,
- 5,
- 0.22778,
- "_QLLLSELLEHLLEK_"
- ],
- [
- 44913,
- 4,
- 22,
- 7,
- 0.29897,
- "_IPDLSMDPYDGYDPSVLSHVLEGHGDAVWGLAFSPTSQR_"
- ],
- [
- 20150,
- 2,
- 14,
- 5,
- 0.18504,
- "_FINMFAVLDELK_"
- ],
- [
- 16304,
- 2,
- 14,
- 5,
- 0.18504,
- "_SLFDYFLTDLK_"
- ],
- [
- 33939,
- 2,
- 17,
- 5,
- 0.22778,
- "_IAEGVNSLLQMAGLLAR_"
- ],
- [
- 48966,
- 3,
- 16,
- 6,
- 0.21354,
- "_IPPNATLVFEVELFEFKGEDLTEEEDGGIIR_"
- ],
- [
- 47377,
- 4,
- 12,
- 7,
- 0.15658,
- "_NIIHGSDSVESAEKEIGLWFHPEELVDYTSCAQNWIYE_"
- ],
- [
- 38816,
- 2,
- 13,
- 2,
- 0.17081,
- "_LFEMGFAEQLQEIIAR_"
- ],
- [
- 25257,
- 2,
- 21,
- 6,
- 0.28471,
- "_MAFPLLDMVDLER_"
- ],
- [
- 49628,
- 2,
- 12,
- 3,
- 0.15658,
- "_LQEGDLPNAVLLFEAAVQQDPK_"
- ],
- [
- 40748,
- 2,
- 15,
- 3,
- 0.19928,
- "_AINCPEDIVFPALDILR_"
- ],
- [
- 38174,
- 3,
- 18,
- 4,
- 0.24201,
- "_DDIPPIYPTSPGPIPITLAMEHVVLK_"
- ],
- [
- 47887,
- 2,
- 21,
- 6,
- 0.28471,
- "_LAPPLVTLLSGEPEVQYVALR_"
- ],
- [
- 28508,
- 3,
- 18,
- 5,
- 0.24201,
- "_TKVHAELADVLTEAVVDSILAIK_"
- ],
- [
- 47839,
- 3,
- 18,
- 9,
- 0.24201,
- "_FSDPGQPMSFVLEFHFEPNDYFTNSVLTK_"
- ],
- [
- 51749,
- 3,
- 16,
- 6,
- 0.21351,
- "_HEEFCVPMVMVPATVSNNVPGSDFSIGADTALNTITDTCDR_"
- ],
- [
- 46953,
- 2,
- 13,
- 4,
- 0.1708,
- "_ENLIYTYIGPVLVSVNPYR_"
- ],
- [
- 48718,
- 2,
- 18,
- 7,
- 0.242,
- "_DSGSFVAFQNIPGSELMSSFAK_"
- ],
- [
- 34680,
- 2,
- 14,
- 5,
- 0.18503,
- "_MDLADLLTQNPELFR_"
- ],
- [
- 36517,
- 3,
- 26,
- 8,
- 0.35592,
- "_ITGMLLEIDNSELLHMLESPESLR_"
- ],
- [
- 27680,
- 2,
- 26,
- 5,
- 0.35592,
- "_ILPEIIPILEEGLR_"
- ],
- [
- 34152,
- 2,
- 14,
- 2,
- 0.18503,
- "_MADDDWWPMQILIK_"
- ],
- [
- 50606,
- 2,
- 15,
- 6,
- 0.19927,
- "_ELDECFAQANDQMEILDSLIR_"
- ],
- [
- 50036,
- 2,
- 10,
- 4,
- 0.12809,
- "_VEVLPALTDNYMYLVIDDETK_"
- ],
- [
- 50920,
- 3,
- 18,
- 6,
- 0.242,
- "_FHSGWEPPVDVLQEAPWEVEGLASAPIEEVSPVSR_"
- ],
- [
- 41911,
- 2,
- 12,
- 3,
- 0.15659,
- "_NVYPFDWVIMNMVQNK_"
- ],
- [
- 23097,
- 2,
- 10,
- 2,
- 0.12809,
- "_NLNLIFIVLETGR_"
- ],
- [
- 48853,
- 2,
- 18,
- 5,
- 0.242,
- "_DEMEEWSASEASLFEEALEK_"
- ],
- [
- 36374,
- 2,
- 14,
- 5,
- 0.18503,
- "_ECGALGGLFQAIVNDMK_"
- ],
- [
- 29567,
- 2,
- 19,
- 6,
- 0.25624,
- "_DGALHVIGSLAEILLK_"
- ],
- [
- 47924,
- 2,
- 12,
- 3,
- 0.15659,
- "_LAWDFSPEQLDHLFDCFK_"
- ],
- [
- 44723,
- 2,
- 19,
- 7,
- 0.25624,
- "_IVQWDIRSGEIVQEYDR_"
- ],
- [
- 43848,
- 2,
- 19,
- 4,
- 0.25624,
- "_QITSISIEPGVEVEVTIADA_"
- ],
- [
- 47851,
- 2,
- 13,
- 4,
- 0.1708,
- "_NLPMDAIFFDSIPSGTLTPVK_"
- ],
- [
- 22091,
- 3,
- 17,
- 7,
- 0.22773,
- "_LKPTDVGLLAVIANNIITINK_"
- ],
- [
- 48263,
- 2,
- 17,
- 5,
- 0.22773,
- "_TLFEDSFQQIMSFSPQDLR_"
- ],
- [
- 20493,
- 2,
- 13,
- 4,
- 0.17081,
- "_VITPEDLLFLMR_"
- ],
- [
- 37009,
- 3,
- 15,
- 6,
- 0.19925,
- "_LAYLLQQTDEYVANLTNLVWEHK_"
- ],
- [
- 48123,
- 2,
- 27,
- 8,
- 0.37014,
- "_PVLNFYEANFPANVMDVIAR_"
- ],
- [
- 51570,
- 3,
- 14,
- 5,
- 0.18502,
- "_LGTITPDGADVYSYDEDDMVLDPSLAEHLSHFGIDMLK_"
- ],
- [
- 27863,
- 4,
- 9,
- 4,
- 0.11386,
- "_HYLDQLNHILGILGSPSQEDLNCIINLK_"
- ],
- [
- 40465,
- 2,
- 15,
- 3,
- 0.19925,
- "_SMGEGTINGLLDELLQTR_"
- ],
- [
- 50848,
- 2,
- 12,
- 7,
- 0.15655,
- "_SACSLESNLEGLAGVLEADLPNYK_"
- ],
- [
- 35527,
- 2,
- 29,
- 5,
- 0.39862,
- "_TLDTDLDGVVTFDLFK_"
- ],
- [
- 41171,
- 2,
- 16,
- 5,
- 0.2135,
- "_GLLDLCEEVFGTADLYR_"
- ],
- [
- 50244,
- 2,
- 10,
- 4,
- 0.12808,
- "_IWGLGFLPQVSTDLTPQTFSEK_"
- ],
- [
- 47985,
- 2,
- 31,
- 6,
- 0.42706,
- "_LLGGVTIAQGGVLPNIQAVLLPK_"
- ],
- [
- 36609,
- 4,
- 35,
- 7,
- 0.48403,
- "_EFSVTDAVPFPISLIWNHDSEDTEGVHEVFSR_"
- ],
- [
- 38416,
- 3,
- 17,
- 5,
- 0.22772,
- "_ELLESISPALLSYLQEHAQEVVLDK_"
- ],
- [
- 48846,
- 2,
- 11,
- 4,
- 0.14231,
- "_GQVIDANMVEGTAYLSSFLWK_"
- ],
- [
- 32798,
- 3,
- 12,
- 5,
- 0.15655,
- "_LFNSPLKPLADLDPVVVTFWYR_"
- ],
- [
- 15828,
- 2,
- 17,
- 4,
- 0.22772,
- "_IIDFLSALEGFK_"
- ],
- [
- 50320,
- 3,
- 19,
- 8,
- 0.25622,
- "_SMLSNFAQAPQLSVPGGLLGMPGVNIAYLNTGIGGHK_"
- ],
- [
- 27568,
- 2,
- 12,
- 4,
- 0.15655,
- "_QCVLSTLAQLLLDK_"
- ],
- [
- 34094,
- 2,
- 20,
- 5,
- 0.27045,
- "_SLDSFLLSPEAAVGLLK_"
- ],
- [
- 26116,
- 2,
- 18,
- 6,
- 0.24196,
- "_IPAFLNVVDIAGLVK_"
- ],
- [
- 45142,
- 3,
- 15,
- 3,
- 0.19926,
- "_LWPAEDMPFTESGMVPDILFNPHGFPSR_"
- ],
- [
- 43763,
- 3,
- 11,
- 5,
- 0.14231,
- "_KPIVVAINGPALGLGASILPLCDIVWASEK_"
- ],
- [
- 44090,
- 3,
- 17,
- 7,
- 0.22773,
- "_IGLVRPGTALELLEAQAATGFIVDPVSNLR_"
- ],
- [
- 39591,
- 2,
- 20,
- 5,
- 0.27045,
- "_FVTAIWNLLVTTGQEVK_"
- ],
- [
- 45974,
- 2,
- 15,
- 7,
- 0.19926,
- "_SAATDIFSYLVEYNPSMVR_"
- ],
- [
- 29832,
- 3,
- 15,
- 5,
- 0.19926,
- "_ETTLITPFPVLLFGGDIEVQHR_"
- ],
- [
- 51134,
- 3,
- 14,
- 5,
- 0.18504,
- "_VFVGGLSPDTSEEQIKEYFGAFGEIENIELPM(Oxidation (M))DTK_"
- ],
- [
- 49723,
- 2,
- 14,
- 8,
- 0.18502,
- "_ETVTILPGASFFSSDESFAMIR_"
- ],
- [
- 39174,
- 3,
- 8,
- 4,
- 0.099621,
- "_EILDRDPLSQLCENEMDLIWTLR_"
- ],
- [
- 18859,
- 2,
- 15,
- 3,
- 0.19927,
- "_GIPEFWFTIFR_"
- ],
- [
- 29660,
- 3,
- 15,
- 6,
- 0.19927,
- "_FVIPDFMSFTSHIDELYESAK_"
- ],
- [
- 42977,
- 2,
- 14,
- 5,
- 0.18502,
- "_EVQMNFLNQLTSVFNPR_"
- ],
- [
- 49245,
- 2,
- 12,
- 3,
- 0.15654,
- "_WNSTLQTLVASYEAYEDLMK_"
- ],
- [
- 42895,
- 2,
- 11,
- 3,
- 0.14233,
- "_PVELVPPESPLAQLFLER_"
- ],
- [
- 45631,
- 4,
- 14,
- 6,
- 0.18502,
- "_TQLEHILLRPDTYIGSVELVTQQMWVYDEDVGINYR_"
- ],
- [
- 37090,
- 2,
- 10,
- 5,
- 0.1281,
- "_VSLLGWSDGGITALIAAAK_"
- ],
- [
- 51703,
- 3,
- 12,
- 7,
- 0.15654,
- "_GLFPGSTLPLGFPYAVSPYFHTGAVGGLSMDGEEAPAPEDVTK_"
- ],
- [
- 26750,
- 2,
- 17,
- 5,
- 0.22772,
- "_ELIPNIPFQMLLR_"
- ],
- [
- 44349,
- 4,
- 18,
- 9,
- 0.24196,
- "_LGTITPDGADVYSYDEDDMVLDPSLAEHLSHFGIDMLK_"
- ],
- [
- 42242,
- 2,
- 18,
- 7,
- 0.24196,
- "_APVDFGYVGIDSILEQMR_"
- ],
- [
- 45769,
- 3,
- 20,
- 4,
- 0.27042,
- "_CLIVDFSNPEAPLEIHTAMLALDQFQEK_"
- ],
- [
- 38249,
- 2,
- 19,
- 6,
- 0.25619,
- "_LTDPSLLYLEVSTLVSK_"
- ],
- [
- 38239,
- 4,
- 19,
- 8,
- 0.25619,
- "_EVAETSMHNLLETDIEQVSQLSALVDAQLDYHR_"
- ],
- [
- 44796,
- 3,
- 15,
- 7,
- 0.19924,
- "_SILLSVPLLVVDNKQEIAEAQQLITICR_"
- ],
- [
- 40819,
- 2,
- 20,
- 6,
- 0.27041,
- "_FYFVGDEDLLEIIGNSK_"
- ],
- [
- 23557,
- 3,
- 14,
- 5,
- 0.185,
- "_LAWDFSPEQLDHLFDCFK_"
- ],
- [
- 40224,
- 2,
- 15,
- 6,
- 0.19924,
- "_DGGTFISDADDVVSAMIVK_"
- ],
- [
- 46932,
- 3,
- 19,
- 6,
- 0.25619,
- "_DEESHEFVIEAGALMLADNGVCCIDEFDK_"
- ],
- [
- 36827,
- 3,
- 21,
- 6,
- 0.28465,
- "_SSLWPMTFGLACCAVEMMHMAAPR_"
- ],
- [
- 47633,
- 3,
- 16,
- 8,
- 0.2135,
- "_VLELPYQGEELSMVILLPDDIEDESTGLKK_"
- ],
- [
- 38933,
- 2,
- 18,
- 5,
- 0.24195,
- "_TSQAALLALLEQELIER_"
- ],
- [
- 44904,
- 3,
- 17,
- 5,
- 0.22771,
- "_YHPTFFNDVFSTLFLDQPGGCHVTCLV_"
- ],
- [
- 51327,
- 3,
- 13,
- 6,
- 0.22771,
- "_DSSNPYPNFNFNISHQGDYAVLAAEPELQVGIDIMK_"
- ],
- [
- 45986,
- 4,
- 12,
- 6,
- 0.15656,
- "_TQLEHILLRPDTYIGSVEPLTQFMWVYDEDVGMNCR_"
- ],
- [
- 26468,
- 3,
- 17,
- 6,
- 0.22771,
- "_TGLENGILLCELLNAIKPGLVK_"
- ],
- [
- 41758,
- 3,
- 9,
- 3,
- 0.11385,
- "_ATENTVNPCPDDTLISFLPLAHMFER_"
- ],
- [
- 40568,
- 2,
- 14,
- 6,
- 0.18499,
- "_GITLDLGFSCFSVPLPAR_"
- ],
- [
- 51052,
- 3,
- 20,
- 5,
- 0.27041,
- "_VFINICHSPSIPPPADVTEEELLQMLEEDQAGFR_"
- ],
- [
- 35434,
- 3,
- 13,
- 3,
- 0.17078,
- "_VSGYLNLAADLAHNFTDGLAIGASFR_"
- ],
- [
- 42228,
- 3,
- 12,
- 6,
- 0.15655,
- "_ELADWLISNNVVEHIFGPNLHIEIIK_"
- ],
- [
- 43092,
- 3,
- 25,
- 8,
- 0.34162,
- "_LDEEAENLVATVVPTHLAAAVPEVAVYLK_"
- ],
- [
- 51522,
- 3,
- 9,
- 2,
- 0.11384,
- "_TSKPDEAETNMLTAEMDNFVCDTVEMSTEEGIIDANK_"
- ],
- [
- 49782,
- 3,
- 18,
- 8,
- 0.24194,
- "_QILLGIQELLNEPNIQDPAQAEAYTIYCQNR_"
- ],
- [
- 36642,
- 2,
- 15,
- 5,
- 0.19922,
- "_SILTPEGVFILNLVCR_"
- ],
- [
- 39933,
- 2,
- 18,
- 6,
- 0.24194,
- "_DSYIEVLLPLGSEPELR_"
- ],
- [
- 30643,
- 2,
- 15,
- 6,
- 0.19922,
- "_ILEPGLNILIPVLDR_"
- ],
- [
- 43688,
- 3,
- 19,
- 2,
- 0.25617,
- "_HVPNNEDVDMTELGDLFMHLSGVESSEP_"
- ],
- [
- 28419,
- 3,
- 16,
- 5,
- 0.21345,
- "_DLHPLFDETFEFLVPAEPCR_"
- ],
- [
- 45319,
- 4,
- 12,
- 5,
- 0.15654,
- "_LLGALCCCICDPGVNVVTQEIKPAESLGQLLLFHLNSK_"
- ],
- [
- 30601,
- 3,
- 15,
- 4,
- 0.19922,
- "_IPILYGEVEKLEESAVTVMFDK_"
- ],
- [
- 37506,
- 2,
- 21,
- 6,
- 0.28464,
- "_MYVFGGWVPLVMDDVK_"
- ],
- [
- 27304,
- 2,
- 14,
- 4,
- 0.18501,
- "_QIFIPILQGLALAAK_"
- ],
- [
- 10547,
- 3,
- 21,
- 4,
- 0.28464,
- "_KAGTDLLNFLSSFIDPK_"
- ],
- [
- 44530,
- 3,
- 13,
- 5,
- 0.17078,
- "_DAEGLQELALAPCHEWLSDEDLVPVLAR_"
- ],
- [
- 15193,
- 2,
- 16,
- 5,
- 0.21345,
- "_FDIDMMVSLLR_"
- ],
- [
- 47468,
- 4,
- 14,
- 8,
- 0.18501,
- "_PVILDPADPTWDLGNGAAWHWDLLAQEAASCYDHPCFLR_"
- ],
- [
- 31786,
- 3,
- 23,
- 5,
- 0.3131,
- "_EHILPSLAHLLPALDCLEGSTPGL_"
- ],
- [
- 32089,
- 3,
- 21,
- 6,
- 0.28463,
- "_TGAFSIPVIQIVYETLKDQQEGK_"
- ],
- [
- 50037,
- 2,
- 7,
- 8,
- 0.085375,
- "_ICDGIFYTPQYLNPSVISLLK_"
- ],
- [
- 37403,
- 3,
- 25,
- 6,
- 0.34159,
- "_IVLLDESFHPLNELVPLVYVEDPK_"
- ],
- [
- 47127,
- 3,
- 15,
- 8,
- 0.19924,
- "_VADNLAIQLAAVTEDKYEILQSVDDAAIVIK_"
- ],
- [
- 43028,
- 3,
- 12,
- 5,
- 0.15653,
- "_QLTSGVAMAQVLHQIDAAWFNESWLSR_"
- ],
- [
- 42534,
- 2,
- 19,
- 6,
- 0.25618,
- "_GPQLAAQNLGISLANLLLSK_"
- ],
- [
- 41912,
- 3,
- 10,
- 2,
- 0.12805,
- "_ITAFVPNDGCLNFIEENDEVLVAGFGR_"
- ],
- [
- 18184,
- 2,
- 10,
- 3,
- 0.12805,
- "_VSLGQLWLELLK_"
- ],
- [
- 36341,
- 3,
- 14,
- 6,
- 0.18501,
- "_HSQDLAFLSMLNDIAAVPATAM(Oxidation (M))PFR_"
- ],
- [
- 48238,
- 2,
- 24,
- 6,
- 0.32733,
- "_LLLEVTYEAIVDGGINPDSLR_"
- ],
- [
- 50414,
- 2,
- 11,
- 4,
- 0.14229,
- "_EPGEADPAIQEELITQYLAELR_"
- ],
- [
- 24766,
- 3,
- 10,
- 5,
- 0.12806,
- "_NFDSLESLISAIQGDIEEAKK_"
- ],
- [
- 50967,
- 2,
- 7,
- 5,
- 0.085377,
- "_SELMSVTPNTGMSLFIINFEEGR_"
- ],
- [
- 39965,
- 3,
- 15,
- 7,
- 0.19925,
- "_VGELEVFNGYFVHFFAPENMDPIPK_"
- ],
- [
- 12781,
- 2,
- 15,
- 3,
- 0.19925,
- "_DILLLPLQLPR_"
- ],
- [
- 51038,
- 2,
- 13,
- 6,
- 0.17077,
- "_TSIEDQDELSSLLQVPLVAGTVNR_"
- ],
- [
- 4980,
- 3,
- 12,
- 3,
- 0.15654,
- "_DGALHMIGSLAEILLK_"
- ],
- [
- 36218,
- 2,
- 11,
- 2,
- 0.14229,
- "_GYDFCQVLQWFAER_"
- ],
- [
- 50289,
- 2,
- 11,
- 3,
- 0.14229,
- "_NAIDDGCVVPGAGAVEVAMAEALIK_"
- ],
- [
- 48536,
- 2,
- 8,
- 2,
- 0.099611,
- "_NFDSLESLISAIQGDIEEAKK_"
- ],
- [
- 41804,
- 2,
- 11,
- 4,
- 0.14229,
- "_DPIPAAHSFVDLLLCVAR_"
- ],
- [
- 20667,
- 2,
- 13,
- 3,
- 0.17077,
- "_DGLDYILGALESGK_"
- ],
- [
- 38408,
- 2,
- 15,
- 4,
- 0.19925,
- "_GPFYFILGADPQFGLIK_"
- ],
- [
- 51097,
- 2,
- 14,
- 8,
- 0.18501,
- "_FEVNISELPDEIDISSYIEQTR_"
- ],
- [
- 44138,
- 2,
- 22,
- 6,
- 0.29887,
- "_DNTQLLINQLWQLPTER_"
- ],
- [
- 32584,
- 2,
- 19,
- 6,
- 0.25616,
- "_TNDQMVVVYLASLIR_"
- ],
- [
- 34404,
- 2,
- 18,
- 6,
- 0.24192,
- "_AQLGVQAFADALLIIPK_"
- ],
- [
- 47774,
- 2,
- 16,
- 5,
- 0.21348,
- "_MVLVDLPGVINTVTSGMAPDTK_"
- ],
- [
- 41294,
- 2,
- 17,
- 5,
- 0.22769,
- "_GDLENAFLNLVQCIQNK_"
- ],
- [
- 34814,
- 3,
- 9,
- 5,
- 0.11384,
- "_HVSMDQGTLAGILIGLAQLNCSELK_"
- ],
- [
- 45850,
- 3,
- 12,
- 6,
- 0.15652,
- "_FEETGQELAELLEEEKLSCVPVLIFANK_"
- ],
- [
- 37098,
- 4,
- 17,
- 5,
- 0.2277,
- "_DDDFLGGAECSLGQIVSSQVLTLPLM(Oxidation (M))LKPGKPAGR_"
- ],
- [
- 36234,
- 4,
- 11,
- 6,
- 0.14228,
- "_LGFYGLDESDLDKVFHLPTTTFIGGQESALPLR_"
- ],
- [
- 48241,
- 3,
- 18,
- 7,
- 0.24192,
- "_HNPSTAEEQEMMENLFDSLCSCLMLSSNR_"
- ],
- [
- 39710,
- 2,
- 15,
- 5,
- 0.19923,
- "_EMAMLIAQALQTINYGR_"
- ],
- [
- 46929,
- 2,
- 10,
- 5,
- 0.12806,
- "_IVLDVGCGSGILSFFAAQAGAR_"
- ],
- [
- 39201,
- 4,
- 14,
- 6,
- 0.18499,
- "_TLVEDLFADKHIQVLVSTATLAWGVNLPAHTVIIK_"
- ],
- [
- 49566,
- 2,
- 27,
- 5,
- 0.37006,
- "_VFIM(Oxidation (M))DSCDELIPEYLNFIR_"
- ],
- [
- 32818,
- 2,
- 12,
- 6,
- 0.15652,
- "_TSITDMELALPDFFK_"
- ],
- [
- 49414,
- 3,
- 20,
- 7,
- 0.27039,
- "_GSIPTDVEVLPTETEIHNEPFLTLWLTQVER_"
- ],
- [
- 32342,
- 3,
- 16,
- 5,
- 0.21348,
- "_KAETIQADTPALSLIAETVEDMVK_"
- ],
- [
- 19514,
- 2,
- 12,
- 4,
- 0.15652,
- "_LQWGDILMPLLK_"
- ],
- [
- 43844,
- 2,
- 15,
- 5,
- 0.19922,
- "_(Acetyl (Protein N-term))MEELDGEPTVTLIPGVNSK_"
- ],
- [
- 50468,
- 2,
- 18,
- 7,
- 0.24193,
- "_EPLGVCVGIGAWNYPFQIASWK_"
- ],
- [
- 18843,
- 3,
- 8,
- 5,
- 0.099604,
- "_FSSVQLLGDLLFHISGVTGK_"
- ],
- [
- 39027,
- 3,
- 13,
- 4,
- 0.17075,
- "_YFTFPFEEIDFSMEESMIHLPNK_"
- ],
- [
- 47057,
- 3,
- 18,
- 7,
- 0.24193,
- "_EIIDTNGAGDAFVGGFLSQLVSDKPLTECIR_"
- ],
- [
- 46782,
- 2,
- 23,
- 7,
- 0.31309,
- "_ALEGTLSELAAETDLPVVFVK_"
- ],
- [
- 39400,
- 2,
- 20,
- 7,
- 0.27038,
- "_LLYDTFSAFGVILQTPK_"
- ],
- [
- 50836,
- 2,
- 12,
- 3,
- 0.15652,
- "_EPTTESLQALCALGLAMQDATLSK_"
- ],
- [
- 35590,
- 2,
- 10,
- 4,
- 0.12806,
- "_LFMEMAELMVSEGWK_"
- ],
- [
- 14679,
- 3,
- 14,
- 5,
- 0.18497,
- "_DPIPAAHSFVDLLLCVAR_"
- ],
- [
- 44994,
- 2,
- 12,
- 5,
- 0.15652,
- "_(Acetyl (Protein N-term))ACSIVQFCYFQDLQAAR_"
- ],
- [
- 42827,
- 2,
- 22,
- 7,
- 0.29885,
- "_(Acetyl (Protein N-term))SVPAFIDISEEDQAAELR_"
- ],
- [
- 22901,
- 3,
- 11,
- 2,
- 0.1423,
- "_TVHFALQSLLSLFDSTELPK_"
- ],
- [
- 43310,
- 2,
- 11,
- 4,
- 0.1423,
- "_LNNLQAVFTDLSSMDLIR_"
- ],
- [
- 35273,
- 2,
- 11,
- 3,
- 0.1423,
- "_NAIDKLFVLFGAEILK_"
- ],
- [
- 37566,
- 2,
- 7,
- 3,
- 0.085382,
- "_DDIDLDALAAEIEGAGAAK_"
- ],
- [
- 27767,
- 2,
- 18,
- 5,
- 0.24193,
- "_DALVNAVIDSLSAYR_"
- ],
- [
- 48837,
- 3,
- 14,
- 6,
- 0.18497,
- "_VQFVITAQEWDPSFEEALMDNPSLAFVRPR_"
- ],
- [
- 40927,
- 3,
- 19,
- 8,
- 0.25616,
- "_AAGVCLMLLATCCEDDIVPHVLPFIK_"
- ],
- [
- 47410,
- 2,
- 21,
- 4,
- 0.2846,
- "_TEEAILISLAALQPGLIQAGAR_"
- ],
- [
- 46263,
- 2,
- 19,
- 5,
- 0.25616,
- "_VSVLDYLSYAVYQQGDLDK_"
- ],
- [
- 38635,
- 3,
- 19,
- 7,
- 0.25616,
- "_EQPLDEELKDAFQNAYLELGGLGER_"
- ],
- [
- 39054,
- 2,
- 13,
- 4,
- 0.17077,
- "_QTLILLTNLLQEEFVK_"
- ],
- [
- 30111,
- 2,
- 9,
- 3,
- 0.11386,
- "_DETLQPFFEGLLPR_"
- ],
- [
- 34622,
- 2,
- 14,
- 5,
- 0.185,
- "_GGVQVLLQQWIEYIK_"
- ],
- [
- 42416,
- 3,
- 14,
- 5,
- 0.185,
- "_VAANTPSMYSQELFQLSQYLQEALHR_"
- ],
- [
- 33751,
- 3,
- 18,
- 4,
- 0.24195,
- "_NDIPSSYMALFPHLLQPVLWER_"
- ],
- [
- 30345,
- 2,
- 22,
- 6,
- 0.29886,
- "_FEDGTISFLDVIALK_"
- ],
- [
- 37606,
- 2,
- 17,
- 7,
- 0.22771,
- "_YELPLVIQALTNIEDK_"
- ],
- [
- 33873,
- 3,
- 16,
- 6,
- 0.21348,
- "_IVQDIFNYIYSMDENLEFHIK_"
- ],
- [
- 51734,
- 3,
- 11,
- 5,
- 0.14232,
- "_IGYFYTDCLVPMVGNNPYATTEGNSTELSINAEVYSLPSR_"
- ],
- [
- 49778,
- 3,
- 11,
- 8,
- 0.14232,
- "_EMAATTLSGLLQCNFLTMDSPMQIHFEQLCK_"
- ],
- [
- 36854,
- 2,
- 12,
- 5,
- 0.15655,
- "_LSPLPSLMVVMPLAQIK_"
- ],
- [
- 45587,
- 3,
- 12,
- 4,
- 0.15655,
- "_NNLIYQVDTLKDVIEEQEEQMAEFYR_"
- ],
- [
- 30889,
- 2,
- 20,
- 6,
- 0.27042,
- "_DGALHMIGSLAEILLK_"
- ],
- [
- 50763,
- 2,
- 15,
- 3,
- 0.19923,
- "_DSSSMMQTLLTVTQNVEVPETPK_"
- ],
- [
- 21717,
- 3,
- 14,
- 4,
- 0.185,
- "_DEKEQLIIPQVPLFNILAK_"
- ],
- [
- 37676,
- 2,
- 19,
- 4,
- 0.25616,
- "_MSDILAEGITIVEDINK_"
- ],
- [
- 36713,
- 2,
- 14,
- 4,
- 0.18499,
- "_DLGMVTILVQDTDTALK_"
- ],
- [
- 23751,
- 2,
- 14,
- 4,
- 0.18499,
- "_VSGDALQLMVELLK_"
- ],
- [
- 48909,
- 2,
- 19,
- 6,
- 0.25616,
- "_ILTSVDQYLELIGNSLPGTTAK_"
- ],
- [
- 48134,
- 2,
- 14,
- 3,
- 0.18499,
- "_LVDQALLTMDTYLGQFPDIK_"
- ],
- [
- 21062,
- 2,
- 14,
- 4,
- 0.18499,
- "_TECALLGLLLDLK_"
- ],
- [
- 46828,
- 2,
- 9,
- 3,
- 0.11385,
- "_NGQLIQLPVAEIVVGDIAQVK_"
- ],
- [
- 47277,
- 2,
- 21,
- 5,
- 0.28463,
- "_ELPPELLAEIESTMPLCER_"
- ],
- [
- 30553,
- 2,
- 10,
- 5,
- 0.12807,
- "_ELWDWSVCVPLLR_"
- ],
- [
- 41751,
- 3,
- 16,
- 5,
- 0.21344,
- "_LHIQNPSFSQINQLVSTIMSASTTTLR_"
- ],
- [
- 26709,
- 2,
- 10,
- 3,
- 0.12807,
- "_GALEISQTLLGIIVR_"
- ],
- [
- 45646,
- 2,
- 26,
- 7,
- 0.35579,
- "_YMLLPNQVWDSIIQQATK_"
- ],
- [
- 40730,
- 3,
- 19,
- 8,
- 0.25615,
- "_IMLSFHEEQEVLPETFLANFPSLIK_"
- ],
- [
- 37122,
- 4,
- 22,
- 6,
- 0.29886,
- "_TPGRPLSSYGMDSRPPMAIFELLDYIVNEPPPK_"
- ],
- [
- 34897,
- 2,
- 11,
- 4,
- 0.1423,
- "_DPSTWSVDEVIQFMK_"
- ],
- [
- 50809,
- 3,
- 12,
- 6,
- 0.15653,
- "_VWVNGNKPGFIQFLGETQFAPGQWAGIVLDEPIGK_"
- ],
- [
- 48478,
- 2,
- 19,
- 4,
- 0.25615,
- "_ESLNASIVDAINQAADCWGIR_"
- ],
- [
- 41020,
- 3,
- 18,
- 7,
- 0.24192,
- "_TIVAINKDPEAPIFQVADYGIVADLFK_"
- ],
- [
- 48335,
- 4,
- 16,
- 4,
- 0.21344,
- "_ALPILNVALASLHPMTDEQIFQAINAGHIQGEQGWEDFQQR_"
- ],
- [
- 47983,
- 2,
- 13,
- 4,
- 0.17076,
- "_ELMMGVLGPLSIDPNMLNAQK_"
- ],
- [
- 44943,
- 2,
- 11,
- 2,
- 0.1423,
- "_EILENSIFQALCFQFEK_"
- ],
- [
- 49464,
- 3,
- 10,
- 3,
- 0.12808,
- "_ALEDFEATDLKVEELTALGNLGDMPVDFCTTR_"
- ],
- [
- 28095,
- 2,
- 16,
- 5,
- 0.21344,
- "_DLMHGLITLMLDSR_"
- ],
- [
- 49654,
- 2,
- 16,
- 5,
- 0.21344,
- "_SIDNGIFVQLVQANSPASLVGLR_"
- ],
- [
- 15230,
- 3,
- 12,
- 2,
- 0.15653,
- "_CAILTTLIHLVQGLGADSK_"
- ],
- [
- 23276,
- 2,
- 12,
- 4,
- 0.15653,
- "_(Acetyl (Protein N-term))MQTPVNIPVPVLR_"
- ],
- [
- 48619,
- 2,
- 12,
- 4,
- 0.15653,
- "_TPTVEYICTQQNILFMLLK_"
- ],
- [
- 18050,
- 3,
- 14,
- 5,
- 0.18498,
- "_YFASEIIGFLSAIGHPFPK_"
- ],
- [
- 33851,
- 4,
- 14,
- 7,
- 0.18498,
- "_AFLTGPHISLADLVAITELMHPVGAGCQVFEGR_"
- ],
- [
- 51147,
- 3,
- 13,
- 7,
- 0.17075,
- "_EDFASGTAAALAGGITMVCAMPNTRPPIIDAPALALAQK_"
- ],
- [
- 32176,
- 2,
- 13,
- 4,
- 0.17075,
- "_AQENLNPLVVLNLFK_"
- ],
- [
- 33860,
- 2,
- 12,
- 5,
- 0.15653,
- "_EFSITDLVPYSITLR_"
- ],
- [
- 47660,
- 2,
- 12,
- 3,
- 0.15653,
- "_VIAVYDLGGGTFDISILEIQK_"
- ],
- [
- 48042,
- 3,
- 30,
- 9,
- 0.41271,
- "_IQDLPPVDLSLVNKDENAIYFLGNSLGLQPK_"
- ],
- [
- 49715,
- 2,
- 12,
- 5,
- 0.15653,
- "_LGPEWEPMVLSLGLSQTDIYR_"
- ],
- [
- 42553,
- 2,
- 16,
- 4,
- 0.21344,
- "_ANEAMAIDTLLISDELFR_"
- ],
- [
- 49113,
- 2,
- 20,
- 4,
- 0.27037,
- "_FSLTSELLDSESLTELPLVEK_"
- ],
- [
- 31562,
- 3,
- 18,
- 5,
- 0.2419,
- "_LGIDDLVHFDFMDPPAPETLM(Oxidation (M))R_"
- ],
- [
- 35949,
- 2,
- 22,
- 4,
- 0.29885,
- "_NAPAIIFIDELDAIAPK_"
- ],
- [
- 41233,
- 3,
- 15,
- 6,
- 0.19922,
- "_KLGLCEFPDNDQFSNLEALLIQIGPK_"
- ],
- [
- 51523,
- 3,
- 19,
- 7,
- 0.25614,
- "_QNLLQAAGNVGQASGELLQQIGESDTDPHFQDALMQLAK_"
- ],
- [
- 48260,
- 2,
- 13,
- 6,
- 0.17077,
- "_SFDDGLGFEYVMFYNDIEK_"
- ],
- [
- 48675,
- 2,
- 15,
- 5,
- 0.19922,
- "_ALADDVVGSVLDCFSFQETDK_"
- ],
- [
- 39139,
- 2,
- 16,
- 7,
- 0.21346,
- "_QESGYLIEEIGDVLLAR_"
- ],
- [
- 38185,
- 3,
- 19,
- 7,
- 0.25614,
- "_NPTLFIFAENDVVIPLKDVSLLTQK_"
- ],
- [
- 50545,
- 2,
- 10,
- 5,
- 0.12808,
- "_GCDNNFIEDVLGYTNFASIPQK_"
- ],
- [
- 44286,
- 3,
- 15,
- 5,
- 0.19922,
- "_LLQNILDAGFQMPTPIQMQAIPVMLHGR_"
- ],
- [
- 49241,
- 2,
- 20,
- 6,
- 0.27036,
- "_DDVCFFLSQSGETADTLMGLR_"
- ],
- [
- 20113,
- 3,
- 8,
- 2,
- 0.099613,
- "_SPLHLAVEAQAADVLELLLR_"
- ],
- [
- 50397,
- 2,
- 15,
- 6,
- 0.19922,
- "_EPEAFDWSPVVTYVCDLEGNR_"
- ],
- [
- 46231,
- 2,
- 17,
- 5,
- 0.22768,
- "_TDSEIYEDAVELQQFFIK_"
- ],
- [
- 42354,
- 4,
- 15,
- 7,
- 0.19922,
- "_FYTEDGNWDLVGNNTPIFFIRDPILFPSFIHSQK_"
- ],
- [
- 48175,
- 2,
- 18,
- 6,
- 0.2419,
- "_QPMVPESLADYITAAYVEMR_"
- ],
- [
- 40446,
- 3,
- 17,
- 7,
- 0.22768,
- "_APALGGSFAGLEPMGLLWALEPEKPLVR_"
- ],
- [
- 41514,
- 4,
- 16,
- 3,
- 0.21345,
- "_FPIFAALLGNHILPDEDLASFHWSLLGPEHPLASLK_"
- ],
- [
- 28805,
- 2,
- 27,
- 6,
- 0.36998,
- "_IDMNLTDLLGELQR_"
- ],
- [
- 46164,
- 3,
- 18,
- 7,
- 0.2419,
- "_ELLMGIFEMGWEKPSPIQEESIPIALSGR_"
- ],
- [
- 51013,
- 2,
- 13,
- 8,
- 0.17076,
- "_NDFQLIGIQDGYLSLLQDSGEVR_"
- ],
- [
- 40152,
- 4,
- 14,
- 7,
- 0.18499,
- "_VVASLLTLMDGIGSEVSEGQVLVLGATNRPHALDAALR_"
- ],
- [
- 47812,
- 2,
- 20,
- 4,
- 0.27035,
- "_YYFYDNYFDLPGALLCAR_"
- ],
- [
- 50955,
- 2,
- 10,
- 5,
- 0.12806,
- "_GYYEQTGVGPLPVVLFNGMPFER_"
- ],
- [
- 47720,
- 2,
- 11,
- 4,
- 0.14229,
- "_AAELFHQLSQALEVLTDAAAR_"
- ],
- [
- 43001,
- 4,
- 15,
- 4,
- 0.19921,
- "_NLLILYDAIGTLADSVGHHLNKPEYIQMLM(Oxidation (M))PPLIQK_"
- ],
- [
- 36227,
- 4,
- 21,
- 8,
- 0.28458,
- "_EHAMEALLNTSTMEQATEYLLTHPPPIMGGVVR_"
- ],
- [
- 29436,
- 2,
- 13,
- 5,
- 0.17076,
- "_NLLVTMLIDQLCGR_"
- ],
- [
- 49037,
- 2,
- 10,
- 3,
- 0.12807,
- "_NVDSNLANLIMNEIVDNGTAVK_"
- ],
- [
- 30185,
- 2,
- 13,
- 6,
- 0.17076,
- "_CGFSLALGALPGFLLK_"
- ],
- [
- 50723,
- 2,
- 15,
- 6,
- 0.19923,
- "_FSLDEEAILPDQIVCSPVPMLR_"
- ],
- [
- 50045,
- 2,
- 12,
- 5,
- 0.15653,
- "_LIAELGQDLSGSITSDLILENIK_"
- ],
- [
- 31609,
- 2,
- 14,
- 5,
- 0.185,
- "_SPQILVPTLFNLLSR_"
- ],
- [
- 51026,
- 3,
- 19,
- 6,
- 0.25614,
- "_LCSIIYPEENEVTEFFVTLEKDPQQEDFLQGR_"
- ],
- [
- 39659,
- 3,
- 19,
- 8,
- 0.25614,
- "_AAYSFYNVHTQTPLLDLMSDALVLAK_"
- ],
- [
- 50551,
- 2,
- 6,
- 4,
- 0.071146,
- "_WWVADSNVFTEVAIGPSVLNAAR_"
- ],
- [
- 30877,
- 2,
- 19,
- 7,
- 0.25614,
- "_MLPVDEFLPVMFDK_"
- ],
- [
- 48171,
- 3,
- 22,
- 8,
- 0.29882,
- "_KGQVLSVCVEEENIIPYITNVLQNPDLALR_"
- ],
- [
- 50622,
- 3,
- 21,
- 7,
- 0.28458,
- "_VLVQTLCEPASIGFNIGDVQVMAHLPDVCVNLMK_"
- ],
- [
- 48542,
- 2,
- 10,
- 5,
- 0.12807,
- "_(Acetyl (Protein N-term))MESCYNPGLDGIIEYDDFK_"
- ],
- [
- 42981,
- 2,
- 10,
- 3,
- 0.12808,
- "_(Acetyl (Protein N-term))AANATTNPSQLLPLELVDK_"
- ],
- [
- 48249,
- 3,
- 15,
- 8,
- 0.19923,
- "_DVGIVALEIYFPSQYVDQAELEKYDGVDAGK_"
- ],
- [
- 41130,
- 2,
- 21,
- 3,
- 0.2846,
- "_NNAASEGVLASFFNSLLSK_"
- ],
- [
- 29244,
- 2,
- 13,
- 5,
- 0.17076,
- "_VLIDWINDVLVGER_"
- ],
- [
- 40956,
- 3,
- 16,
- 7,
- 0.21346,
- "_DISILQCHGDCDPLVPLMFGSLTVEK_"
- ],
- [
- 29898,
- 2,
- 12,
- 3,
- 0.15654,
- "_APEDFVDMVETYLK_"
- ],
- [
- 48021,
- 3,
- 14,
- 5,
- 0.185,
- "_STLVCPDCGNVSVTFDPFCYLSVPLPISHK_"
- ],
- [
- 32985,
- 2,
- 11,
- 5,
- 0.14233,
- "_TAEALNLDAALFELIK_"
- ],
- [
- 39245,
- 3,
- 15,
- 4,
- 0.19925,
- "_YDPSIGIYGLDFYVVLGRPGFSIADK_"
- ],
- [
- 51563,
- 3,
- 21,
- 8,
- 0.28462,
- "_IPDPSTWNLNPDASYVYYCANETVHGVEFDFIPDVK_"
- ],
- [
- 42452,
- 3,
- 18,
- 5,
- 0.24193,
- "_PADEIAVDRDVPWGVDSLITLAFQDQR_"
- ],
- [
- 27902,
- 2,
- 15,
- 5,
- 0.19925,
- "_NLALGGGLLLLLAESR_"
- ],
- [
- 50787,
- 3,
- 15,
- 5,
- 0.19925,
- "_AQQISCPLYLCPMLEALEEGGPPLTLGLEGEHQR_"
- ],
- [
- 51723,
- 3,
- 20,
- 9,
- 0.27039,
- "_QAPGGHELSCDFWELIGLAPAGGADNLINEESDVDVQLNNR_"
- ],
- [
- 36161,
- 2,
- 21,
- 7,
- 0.28462,
- "_LDSVIEFSIPDSLLIR_"
- ],
- [
- 46527,
- 4,
- 21,
- 9,
- 0.28462,
- "_EEQVISLGPQVAEGENVFGVCHIFASFNDTFVHVTDLSGK_"
- ],
- [
- 39346,
- 3,
- 20,
- 7,
- 0.27039,
- "_EPNPQGESHPPLNLAFLDILSEFSSK_"
- ],
- [
- 36324,
- 4,
- 12,
- 5,
- 0.15655,
- "_ENLLQLLTDDEAWNGFVAAAELPRDEADELRK_"
- ],
- [
- 37006,
- 3,
- 17,
- 6,
- 0.22772,
- "_IHESAGLPFFEIFVDAPLNICESR_"
- ],
- [
- 23451,
- 3,
- 14,
- 5,
- 0.18502,
- "_TLNIPVLTVIEWSQVHFLR_"
- ],
- [
- 51545,
- 3,
- 24,
- 7,
- 0.32731,
- "_DVSYSGENTEAWYPPGHGDIYASFYNSGLLDTFIGEGK_"
- ],
- [
- 25581,
- 4,
- 19,
- 6,
- 0.25617,
- "_DLHSGVYGGSVHEAMTDLILLMGSLVDKR_"
- ],
- [
- 18454,
- 3,
- 12,
- 4,
- 0.15657,
- "_EKADIQLLVYTIDDLIDK_"
- ],
- [
- 23148,
- 3,
- 17,
- 6,
- 0.22772,
- "_AAELFHQLSQALEVLTDAAAR_"
- ],
- [
- 38107,
- 2,
- 13,
- 5,
- 0.17079,
- "_QTAVSVENFIAELLPDK_"
- ],
- [
- 49600,
- 3,
- 21,
- 8,
- 0.28463,
- "_GEGILITSHGELQYYLSLLNQQLPIESQMVSK_"
- ],
- [
- 50871,
- 3,
- 12,
- 7,
- 0.15655,
- "_SMMQSLSQNPDLAAQMMLNNPLFAGNPQLQEQMR_"
- ],
- [
- 49901,
- 2,
- 15,
- 7,
- 0.19926,
- "_VFMEDVGAEPGSILTELGGFEVK_"
- ],
- [
- 26339,
- 4,
- 11,
- 6,
- 0.14233,
- "_WEESVLEPALEIVQSFIQGHKPTATPIK_"
- ],
- [
- 22539,
- 3,
- 14,
- 4,
- 0.18503,
- "_SVEQTLLPLVSQITTLINHK_"
- ],
- [
- 41470,
- 3,
- 17,
- 6,
- 0.22772,
- "_NLDSLEEDLDFLRDQFTTTEVNMAR_"
- ],
- [
- 49492,
- 2,
- 14,
- 4,
- 0.18503,
- "_LDAITDEENDMLDLAYGLTDR_"
- ],
- [
- 50900,
- 2,
- 14,
- 4,
- 0.18503,
- "_ETVVEEPVDITPYLDQLDESLR_"
- ],
- [
- 40122,
- 2,
- 14,
- 3,
- 0.18503,
- "_NIWDSEEYASVLQLLR_"
- ],
- [
- 45690,
- 3,
- 13,
- 5,
- 0.17078,
- "_IDPLTLDGLHMLNDPDMVLADPATEDTFR_"
- ],
- [
- 32214,
- 2,
- 12,
- 4,
- 0.15656,
- "_VLLDWINDVLVEER_"
- ],
- [
- 51528,
- 2,
- 16,
- 7,
- 0.21349,
- "_YVEPIEDVPCGNIVGLVGVDQFLVK_"
- ],
- [
- 46319,
- 2,
- 17,
- 7,
- 0.22772,
- "_ELFVQSEIFPLETPAFAIK_"
- ],
- [
- 34542,
- 2,
- 10,
- 4,
- 0.1281,
- "_RLWDVSCDLLGLPID_"
- ],
- [
- 43633,
- 2,
- 16,
- 5,
- 0.21349,
- "_VLGVDQSEILYQAMDIIR_"
- ],
- [
- 45781,
- 4,
- 23,
- 8,
- 0.31309,
- "_GSTPEAAAQVVQWVSFADSDIVPPASTWVFPTLGIM(Oxidation (M))HHNK_"
- ],
- [
- 44459,
- 2,
- 10,
- 5,
- 0.1281,
- "_EQLVLDCSAEWLDFLEK_"
- ],
- [
- 51144,
- 2,
- 18,
- 7,
- 0.24194,
- "_NYQFFIGENMNPDGMVALLDYR_"
- ],
- [
- 20949,
- 4,
- 11,
- 5,
- 0.14234,
- "_AADHLEALAAIEDFFLEHEALGISMAK_"
- ],
- [
- 43223,
- 2,
- 16,
- 5,
- 0.21349,
- "_TGDVLLAEPADFESLLLSR_"
- ],
- [
- 46572,
- 3,
- 17,
- 5,
- 0.22772,
- "_GSTLPDVTEVSTFFPFHEYFANAPQPIFK_"
- ],
- [
- 51022,
- 2,
- 8,
- 4,
- 0.099653,
- "_MVYSTCSLNPIEDEAVIASLLEK_"
- ],
- [
- 35451,
- 3,
- 18,
- 7,
- 0.24194,
- "_VLLSVACILAQEQLVVGVADKDLLK_"
- ],
- [
- 49438,
- 3,
- 15,
- 7,
- 0.19926,
- "_ITAVDKTEDSLEGCLDCLLQALAQNNTETSEK_"
- ],
- [
- 28581,
- 3,
- 13,
- 6,
- 0.17079,
- "_EKVSSIDLEIDSLSSLLDDMTK_"
- ],
- [
- 34774,
- 4,
- 11,
- 6,
- 0.14232,
- "_SEDPLFVLEHSLPIDTQYYLEQQLAKPLLR_"
- ],
- [
- 46281,
- 2,
- 12,
- 5,
- 0.15656,
- "_FCQVLGLDPDQLFMLQPR_"
- ],
- [
- 31888,
- 3,
- 10,
- 5,
- 0.12809,
- "_VKEFGIDPQNMFEFWDWVGGR_"
- ],
- [
- 37950,
- 2,
- 15,
- 4,
- 0.19922,
- "_YFLELTQSFIIPLER_"
- ],
- [
- 38357,
- 3,
- 19,
- 7,
- 0.25616,
- "_EVGIEFMDLYSHLVPVYDVEPLEK_"
- ],
- [
- 51551,
- 3,
- 12,
- 4,
- 0.15656,
- "_EFEELIDSNHDGIVTAEELESYMDPMNEYNALNEAK_"
- ],
- [
- 37890,
- 2,
- 18,
- 5,
- 0.24194,
- "_LQDFNVGDYIEAVLDR_"
- ],
- [
- 49554,
- 2,
- 12,
- 3,
- 0.15656,
- "_FFVLNNEAGLLEYFVNEQSR_"
- ],
- [
- 46239,
- 2,
- 7,
- 2,
- 0.0854,
- "_ILINTDIGLPNGLTFDPFSK_"
- ],
- [
- 46928,
- 2,
- 17,
- 6,
- 0.22771,
- "_MTLVASEDYGDTLAAIQGLLK_"
- ],
- [
- 23583,
- 2,
- 4,
- 2,
- 0.042679,
- "_ASGYLMDLINFLR_"
- ],
- [
- 39652,
- 2,
- 14,
- 4,
- 0.18501,
- "_SHQVLAQLLDTLLAIGTK_"
- ],
- [
- 43864,
- 4,
- 13,
- 4,
- 0.17078,
- "_INIDVLFPHMPCAYLSIDAMDVAGEQQLDVEHNLFK_"
- ],
- [
- 45185,
- 3,
- 12,
- 4,
- 0.15654,
- "_KQQELTAAVLGLICEGLYPASIVDEPTFK_"
- ],
- [
- 45516,
- 3,
- 14,
- 7,
- 0.18501,
- "_VLDLHDNQLTALPDDLGQLTALQVLNVER_"
- ],
- [
- 45981,
- 2,
- 10,
- 6,
- 0.1281,
- "_GMLDPLEVHLLDFPNIVIK_"
- ],
- [
- 29823,
- 3,
- 12,
- 5,
- 0.15654,
- "_EDPDTPMSFFDFVVDPHSFPR_"
- ],
- [
- 41686,
- 2,
- 10,
- 3,
- 0.1281,
- "_TLEPYILPFMFYNDVK_"
- ],
- [
- 33558,
- 2,
- 17,
- 5,
- 0.2277,
- "_(Acetyl (Protein N-term))ASAVSPANLPAVLLQPR_"
- ],
- [
- 42780,
- 2,
- 10,
- 3,
- 0.1281,
- "_SEGFCDIDFQTLESILR_"
- ],
- [
- 11590,
- 3,
- 9,
- 2,
- 0.11386,
- "_DLADELALVDVIEDKLK_"
- ],
- [
- 49500,
- 2,
- 13,
- 5,
- 0.17078,
- "_ETGVPGLLTPLPDLDGVYELER_"
- ],
- [
- 38946,
- 2,
- 13,
- 3,
- 0.17078,
- "_DVMSALWVSGLDSSYLR_"
- ],
- [
- 50317,
- 2,
- 13,
- 3,
- 0.17078,
- "_LVSDDLDSSLANLVGNLGIGNGTTK_"
- ],
- [
- 50030,
- 2,
- 11,
- 4,
- 0.14233,
- "_(Acetyl (Protein N-term))ADTDLFMECEEEELEPWQK_"
- ],
- [
- 46288,
- 2,
- 11,
- 4,
- 0.14233,
- "_LPLTYPAPNGDPILQLLEGR_"
- ],
- [
- 23622,
- 3,
- 14,
- 6,
- 0.18502,
- "_ADGYVDNLAEAVDLLLQHADK_"
- ],
- [
- 27622,
- 3,
- 10,
- 4,
- 0.1281,
- "_AIHTFDLQTLPVDFVECLMR_"
- ],
- [
- 13337,
- 2,
- 13,
- 4,
- 0.17078,
- "_(Acetyl (Protein N-term))ASLSLAPVNIFK_"
- ],
- [
- 38646,
- 3,
- 15,
- 6,
- 0.19924,
- "_VPIPWVSGTSASTPVFGGILSLINEHR_"
- ],
- [
- 47933,
- 4,
- 19,
- 9,
- 0.25617,
- "_ISLHPIEDNPIEEISVLSPEDLEAIKNPDSITNQIALLEAR_"
- ],
- [
- 48732,
- 2,
- 16,
- 3,
- 0.21347,
- "_SSGVALSIAVGLLECTFPNTGAR_"
- ],
- [
- 37838,
- 3,
- 15,
- 3,
- 0.19924,
- "_SLKPFDFILDNVGGSTETWAPDFLK_"
- ],
- [
- 44378,
- 3,
- 17,
- 6,
- 0.22768,
- "_ASHSASYPWEGLNALDAAVLAYNNLSVFR_"
- ],
- [
- 40304,
- 3,
- 18,
- 5,
- 0.24194,
- "_AADHLEALAAIEDFFLEHEALGISMAK_"
- ],
- [
- 47126,
- 3,
- 35,
- 9,
- 0.48387,
- "_TITDVINIGIGGSDLGPLMVTEALKPYSSGGPR_"
- ],
- [
- 36232,
- 2,
- 18,
- 7,
- 0.24194,
- "_WLLAEMLGDLSDSQLK_"
- ],
- [
- 37729,
- 3,
- 23,
- 7,
- 0.31309,
- "_ALDLFSDNAPPPELLEIINEDIAKR_"
- ],
- [
- 49014,
- 2,
- 13,
- 3,
- 0.1708,
- "_SFEADAFQDLLATYGPLDNVR_"
- ],
- [
- 37352,
- 3,
- 12,
- 4,
- 0.15658,
- "_KIDLDSDGFLTESELSSWIQMSFK_"
- ],
- [
- 34580,
- 2,
- 10,
- 4,
- 0.12811,
- "_ASVDVADLIGLNLVMSR_"
- ],
- [
- 49608,
- 2,
- 11,
- 5,
- 0.14235,
- "_DLLMEEDDMALANVVMQEAQK_"
- ],
- [
- 40026,
- 3,
- 14,
- 4,
- 0.18503,
- "_NLFAFFDMAYQGFASGDGDKDAWAVR_"
- ],
- [
- 51313,
- 2,
- 13,
- 4,
- 0.1708,
- "_VDDEEDEDLEIELVEEEPPFLR_"
- ],
- [
- 41782,
- 2,
- 20,
- 5,
- 0.27042,
- "_IPPNATLVFEVELFEFK_"
- ],
- [
- 28264,
- 4,
- 18,
- 8,
- 0.24193,
- "_IDLGVHVDGFIANVAHTFVVDVAQGTQVTGR_"
- ],
- [
- 45045,
- 2,
- 13,
- 5,
- 0.1708,
- "_IAAGLPMAGIPFLTTDLTYR_"
- ],
- [
- 30519,
- 2,
- 14,
- 4,
- 0.18503,
- "_TTLPMLPWLMAEIR_"
- ],
- [
- 22813,
- 2,
- 13,
- 4,
- 0.1708,
- "_EVFGTFGIPFLLR_"
- ],
- [
- 40604,
- 2,
- 8,
- 4,
- 0.099623,
- "_GLMTLQALYGTIPQIFGK_"
- ],
- [
- 20636,
- 2,
- 15,
- 3,
- 0.19927,
- "_SVYTDILIGLLSR_"
- ],
- [
- 40802,
- 3,
- 12,
- 6,
- 0.15658,
- "_TVYALPTIAFAFVCHPSVLPIYSELK_"
- ],
- [
- 24098,
- 2,
- 11,
- 5,
- 0.14235,
- "_DLFDLILTCEER_"
- ],
- [
- 47151,
- 2,
- 20,
- 5,
- 0.27042,
- "_DAGIEPGPDTYLALLNAYAEK_"
- ],
- [
- 49863,
- 2,
- 16,
- 4,
- 0.21349,
- "_GNYVADLGAMVVTGLGGNPMAVVSK_"
- ],
- [
- 42101,
- 3,
- 15,
- 5,
- 0.19927,
- "_VNSEQEHFLIVPFGLLYSEVTASSLVK_"
- ],
- [
- 51092,
- 3,
- 12,
- 7,
- 0.15658,
- "_ALEWVGHTICNDFQDAFVVDSCVVPEGDFPFPVK_"
- ],
- [
- 45851,
- 3,
- 16,
- 6,
- 0.21349,
- "_IDLGVHVDGFIANVAHTFVVDVAQGTQVTGR_"
- ],
- [
- 33484,
- 3,
- 13,
- 4,
- 0.1708,
- "_QVDVPTLTGAFGILAAHVPTLQVLR_"
- ],
- [
- 43754,
- 2,
- 20,
- 5,
- 0.27042,
- "_FPEADPYEIIESFNVVAK_"
- ],
- [
- 36959,
- 3,
- 9,
- 5,
- 0.11382,
- "_DIPVVIDADGLWLVAQQPALIHGYR_"
- ],
- [
- 48398,
- 2,
- 13,
- 3,
- 0.17078,
- "_EEEGESPLDSLAETFWETTK_"
- ],
- [
- 39392,
- 2,
- 15,
- 4,
- 0.19923,
- "_DVVNCVGGMGALLPLLER_"
- ],
- [
- 51400,
- 3,
- 13,
- 6,
- 0.17078,
- "_ISIENEQLVIGSYSQPSDSWDKDYDSFVLPLLEDK_"
- ],
- [
- 39926,
- 3,
- 20,
- 7,
- 0.27039,
- "_TFFILHDINSDGVLDEQELEALFTK_"
- ],
- [
- 35443,
- 3,
- 17,
- 6,
- 0.22769,
- "_NVEDIELWLYEVEGHLASDDYGK_"
- ],
- [
- 24397,
- 2,
- 17,
- 4,
- 0.22769,
- "_LLALLFEVLQQDK_"
- ],
- [
- 39238,
- 3,
- 11,
- 3,
- 0.14231,
- "_DKLLCSQLQVADFLQNILAQEDTAK_"
- ],
- [
- 24587,
- 2,
- 12,
- 2,
- 0.15654,
- "_GPQLLALVEEVLPR_"
- ],
- [
- 20174,
- 3,
- 11,
- 3,
- 0.14231,
- "_TDVNKIEEFLEEVLCPPK_"
- ],
- [
- 20642,
- 3,
- 12,
- 4,
- 0.15654,
- "_DVEGQDVVEAILAHLNTVPR_"
- ],
- [
- 41858,
- 2,
- 18,
- 6,
- 0.24192,
- "_EMSCIAEDVIIVTSSLTK_"
- ],
- [
- 46098,
- 2,
- 19,
- 7,
- 0.25613,
- "_NSEVYQEVQAMFDTLGIPK_"
- ],
- [
- 50012,
- 3,
- 13,
- 6,
- 0.17078,
- "_ELIVVFGGGNEGIVDELHVYNTATNQWFIPAVR_"
- ],
- [
- 45656,
- 2,
- 19,
- 5,
- 0.25613,
- "_AYFILDEFLMGGDVQDTSK_"
- ],
- [
- 41164,
- 3,
- 7,
- 3,
- 0.085367,
- "_IMEDLLSSYPDLAEVHALEALIHFTK_"
- ],
- [
- 19583,
- 3,
- 17,
- 6,
- 0.22771,
- "_GELSGHFEDLLLAIVNCVR_"
- ],
- [
- 45443,
- 4,
- 21,
- 8,
- 0.28463,
- "_FQDADPLEQDELHTFTDTMLPGCFHLLDELPDTVYR_"
- ],
- [
- 49190,
- 2,
- 16,
- 4,
- 0.21346,
- "_LGPVTETETQLPWMLIGETLK_"
- ],
- [
- 47299,
- 2,
- 17,
- 5,
- 0.22771,
- "_ATTAALLLEAQAATGFLVDPVR_"
- ],
- [
- 43924,
- 3,
- 14,
- 5,
- 0.18502,
- "_NSTELSEMFPVLPGSHLLLNNPALEFIK_"
- ],
- [
- 28876,
- 3,
- 11,
- 4,
- 0.1423,
- "_DHVFPVNDGFQALQGIIHSILK_"
- ],
- [
- 47670,
- 4,
- 17,
- 10,
- 0.22771,
- "_IECSDNGDGTCSVSYLPTKPGEYFVNILFEEVHIPGSPFK_"
- ],
- [
- 26746,
- 3,
- 22,
- 8,
- 0.29885,
- "_VPTAHLEDVLPLAEDITTILSK_"
- ],
- [
- 48514,
- 2,
- 13,
- 4,
- 0.17078,
- "_EPSEAPITFDADSFLNYFDK_"
- ],
- [
- 33698,
- 2,
- 15,
- 5,
- 0.19924,
- "_QDDPFELFIAATNIR_"
- ],
- [
- 31302,
- 2,
- 23,
- 6,
- 0.31308,
- "_DFPLNDLLSATELDK_"
- ],
- [
- 24286,
- 3,
- 10,
- 4,
- 0.12806,
- "_AISLFQAMVDFTFFKPDSVK_"
- ],
- [
- 38278,
- 2,
- 14,
- 4,
- 0.18502,
- "_IPEEFNVFNLIQEMR_"
- ],
- [
- 51759,
- 3,
- 18,
- 7,
- 0.24193,
- "_SIGLPDVHSGYGFAIGNMAAFDMNDPEAVVSPGGVGFDINCGVR_"
- ],
- [
- 32526,
- 2,
- 12,
- 5,
- 0.15655,
- "_VNVVEALQEFWQMK_"
- ],
- [
- 49153,
- 3,
- 15,
- 6,
- 0.19924,
- "_EDVLNSLNNNFLQTLNQAWNDHQTAMVMIR_"
- ],
- [
- 17077,
- 2,
- 10,
- 2,
- 0.12806,
- "_LFLVDDLVDSLK_"
- ],
- [
- 48996,
- 2,
- 14,
- 3,
- 0.18502,
- "_VANLLQIPQYFDLEIYSTGR_"
- ],
- [
- 26663,
- 2,
- 12,
- 2,
- 0.15654,
- "_LALTMDLAPLLLAAR_"
- ],
- [
- 42450,
- 2,
- 13,
- 4,
- 0.17078,
- "_EISNFEYLMFLNTIAGR_"
- ],
- [
- 9137,
- 2,
- 15,
- 3,
- 0.19926,
- "_DIMTPLVALLK_"
- ],
- [
- 44715,
- 3,
- 13,
- 5,
- 0.17078,
- "_ISDCDGAHAPGCLEEGAFINLLAPLFNEK_"
- ],
- [
- 43658,
- 3,
- 15,
- 6,
- 0.19926,
- "_LHAGPEPQALPAFSDLEALSLSTLYSLQK_"
- ],
- [
- 50532,
- 2,
- 18,
- 5,
- 0.24194,
- "_ATGATQQDANASSLLDIYSFWLK_"
- ],
- [
- 41261,
- 3,
- 17,
- 7,
- 0.2277,
- "_IGHGGSALVFLLPMEESYINFLAINQK_"
- ],
- [
- 47280,
- 2,
- 9,
- 3,
- 0.11383,
- "_DNVNLAWSISPYLAVQLPAR_"
- ],
- [
- 33016,
- 2,
- 17,
- 6,
- 0.2277,
- "_LDLDFPNLPYLLDGK_"
- ],
- [
- 43968,
- 3,
- 17,
- 8,
- 0.2277,
- "_VFLYELLPESPFFLECNSFTSPDPHK_"
- ],
- [
- 48150,
- 2,
- 22,
- 7,
- 0.29886,
- "_VVPLADIITPNQFEAELLSGR_"
- ],
- [
- 45391,
- 3,
- 16,
- 6,
- 0.21348,
- "_VFLPSHSLDTVSPSDTLLCFELLSSELAK_"
- ],
- [
- 47853,
- 2,
- 13,
- 6,
- 0.17078,
- "_QIFNVNNLNLPQVALSFGFK_"
- ],
- [
- 44517,
- 2,
- 11,
- 4,
- 0.14227,
- "_EYWNDVFSDFLNEYEK_"
- ],
- [
- 36059,
- 2,
- 17,
- 4,
- 0.22769,
- "_QLEASLDALLSQVADLK_"
- ],
- [
- 28347,
- 2,
- 13,
- 3,
- 0.17075,
- "_DLPDEIPLPLVIGTK_"
- ],
- [
- 51114,
- 2,
- 19,
- 7,
- 0.25616,
- "_IYDDDFFQNLDGVANALDNVDAR_"
- ],
- [
- 30813,
- 4,
- 7,
- 3,
- 0.085373,
- "_KKMDLIDLEDETIDAEVMNSLAVTMDDFR_"
- ],
- [
- 13047,
- 2,
- 14,
- 4,
- 0.185,
- "_LLFSFLTLITK_"
- ],
- [
- 40132,
- 3,
- 15,
- 5,
- 0.19923,
- "_QNIQSHLGEALIQDLINYCLSYIAK_"
- ],
- [
- 45505,
- 2,
- 19,
- 5,
- 0.25616,
- "_GELSGHFEDLLLAIVNCVR_"
- ],
- [
- 38110,
- 3,
- 16,
- 6,
- 0.21347,
- "_TGDVLLAEPADFESLLLSRPVLEGLR_"
- ],
- [
- 22833,
- 3,
- 13,
- 3,
- 0.17073,
- "_IKPNIFATEGVIEALCSLLR_"
- ],
- [
- 48443,
- 3,
- 14,
- 4,
- 0.18497,
- "_TYLLFFPNDEVMNQNLAYYAAMLGEEHTR_"
- ],
- [
- 31521,
- 3,
- 14,
- 5,
- 0.18497,
- "_VGILTLSDYVLELGHPYLWVQK_"
- ],
- [
- 43517,
- 2,
- 13,
- 6,
- 0.17073,
- "_VLVGGGTGFIGTALTQLLNAR_"
- ],
- [
- 21985,
- 4,
- 13,
- 4,
- 0.17073,
- "_IMEDLLSSYPDLAEVHALEALIHFTK_"
- ],
- [
- 48483,
- 3,
- 10,
- 4,
- 0.12804,
- "_SHFGGPDYEEGPNSLINEEEFFDAVEAALDR_"
- ],
- [
- 21561,
- 3,
- 6,
- 3,
- 0.07111,
- "_STAISLFYELSENDLNFIK_"
- ],
- [
- 31104,
- 2,
- 15,
- 5,
- 0.19922,
- "_ALEFLDQLLLQNIR_"
- ],
- [
- 34921,
- 3,
- 15,
- 5,
- 0.19922,
- "_HLMPTQIIPGSVLTDLLDAMHTLR_"
- ],
- [
- 37270,
- 2,
- 21,
- 6,
- 0.2846,
- "_NAFGLHLIDFMSEILK_"
- ],
- [
- 46729,
- 4,
- 18,
- 9,
- 0.24191,
- "_DNVPFHSLVFPCSALGAEDNYTLVSHLIATEYLNYEDGK_"
- ],
- [
- 23392,
- 2,
- 16,
- 4,
- 0.21346,
- "_STAPLLDVFSSMLK_"
- ],
- [
- 16357,
- 2,
- 20,
- 3,
- 0.27038,
- "_LVFCLLELLSR_"
- ],
- [
- 38957,
- 2,
- 19,
- 7,
- 0.25614,
- "_DLADELALVDVIEDKLK_"
- ],
- [
- 51559,
- 3,
- 12,
- 2,
- 0.15649,
- "_ALLYLPIAPEVEDPEENPYGPPPDAVQTSLMDEGASSEK_"
- ],
- [
- 44619,
- 2,
- 10,
- 5,
- 0.12804,
- "_SSDMDDITFCMLLQNALK_"
- ],
- [
- 43022,
- 2,
- 25,
- 6,
- 0.34152,
- "_VTPQSLFILFGVYGDVQR_"
- ],
- [
- 27518,
- 2,
- 18,
- 4,
- 0.24191,
- "_ADIWSLGITAIELAK_"
- ],
- [
- 38705,
- 2,
- 20,
- 7,
- 0.27036,
- "_SLIDQFFGVEFETTMK_"
- ],
- [
- 46691,
- 4,
- 18,
- 7,
- 0.24191,
- "_AAPFNNWM(Oxidation (M))EGAM(Oxidation (M))EDLQDTFIVHTIEEIQGLTTAHEQFK_"
- ],
- [
- 50367,
- 2,
- 14,
- 4,
- 0.18495,
- "_VFFVESVCDDPDVIAANILEVK_"
- ],
- [
- 36472,
- 3,
- 16,
- 4,
- 0.21344,
- "_DGKYELLTSANEVIVEEIKDLMTK_"
- ],
- [
- 42887,
- 3,
- 17,
- 7,
- 0.22768,
- "_FFIGVMEPQLMQTSEMGILTSTALLHR_"
- ],
- [
- 43338,
- 3,
- 17,
- 7,
- 0.22768,
- "_SEDPLFVLEHSLPIDTQYYLEQQLAK_"
- ],
- [
- 27423,
- 2,
- 16,
- 2,
- 0.21344,
- "_LTQDPIQVLLIFAK_"
- ],
- [
- 49462,
- 2,
- 9,
- 4,
- 0.11382,
- "_NFTNLFGQPLVCLLSPTAYPK_"
- ],
- [
- 48653,
- 2,
- 13,
- 6,
- 0.17072,
- "_YNLPESAPLIYNSFAQFLVK_"
- ],
- [
- 27109,
- 2,
- 16,
- 4,
- 0.21342,
- "_DLLVGPGVELLLTPR_"
- ],
- [
- 37915,
- 2,
- 12,
- 4,
- 0.15648,
- "_LATELEEMFQEMLQR_"
- ],
- [
- 49465,
- 3,
- 19,
- 7,
- 0.25614,
- "_VNIIGEHIDYCGYSVLPMAVEQDVLIAVEPVK_"
- ],
- [
- 42593,
- 2,
- 16,
- 5,
- 0.21342,
- "_TGVTGPYVLGTGLILYALSK_"
- ],
- [
- 51485,
- 3,
- 17,
- 8,
- 0.22766,
- "_ADDTFEALCIEPFSSPPELPDVMKPQDSGSSANEQAVQ_"
- ],
- [
- 46401,
- 2,
- 12,
- 4,
- 0.15648,
- "_GSQPADVDLMIDCLVSCFR_"
- ],
- [
- 35575,
- 2,
- 9,
- 4,
- 0.1138,
- "_VSTSQAAIAELLENIIK_"
- ],
- [
- 28600,
- 2,
- 16,
- 2,
- 0.21342,
- "_NSLIQMTILNLLPR_"
- ],
- [
- 45908,
- 2,
- 19,
- 2,
- 0.25614,
- "_TDVNKIEEFLEEVLCPPK_"
- ],
- [
- 35488,
- 2,
- 12,
- 4,
- 0.15649,
- "_(Acetyl (Protein N-term))AEGNTLISVDYEIFGK_"
- ],
- [
- 34516,
- 2,
- 14,
- 3,
- 0.18494,
- "_IDVLLQQIEELGSEGK_"
- ],
- [
- 38537,
- 2,
- 16,
- 4,
- 0.21341,
- "_LDGPILQILFMNNAISK_"
- ],
- [
- 40515,
- 4,
- 21,
- 9,
- 0.28459,
- "_GDVTDTEQLAQEMLIISHHPSLVAVQSGLWPALLAR_"
- ],
- [
- 36245,
- 4,
- 14,
- 6,
- 0.18494,
- "_LDWNTDAASLIGEELQVDFLDHVPLTTHNFAR_"
- ],
- [
- 44866,
- 2,
- 21,
- 7,
- 0.28459,
- "_LFTDGDAALEFADFYDFR_"
- ],
- [
- 50706,
- 3,
- 16,
- 6,
- 0.21341,
- "_AMQAAGQIPATALLPTMTPDGLAVTPTPVPVVGSQMTR_"
- ],
- [
- 38731,
- 3,
- 7,
- 6,
- 0.085346,
- "_LILSETSIFDVLPNFFYHSNQVVR_"
- ],
- [
- 47615,
- 3,
- 20,
- 6,
- 0.27037,
- "_LTGLTSSIPEMILGHLFSQEELSGNSELIQK_"
- ],
- [
- 42554,
- 4,
- 17,
- 9,
- 0.22765,
- "_LGFNPNDIIFDPNILTIGTGMEEHNLYAINFIHATK_"
- ],
- [
- 22348,
- 3,
- 12,
- 4,
- 0.15649,
- "_ECANGYLELLDHVLLTLQK_"
- ],
- [
- 51111,
- 3,
- 20,
- 9,
- 0.27037,
- "_NSFGVIPSTPLAIHTPLMPNQSIDVSLPLNTLGPVMK_"
- ],
- [
- 20257,
- 3,
- 20,
- 6,
- 0.27037,
- "_GMLDPLEVHLLDFPNIVIK_"
- ],
- [
- 43568,
- 2,
- 11,
- 5,
- 0.14227,
- "_FCDNVWTFVLNDVEFR_"
- ],
- [
- 16066,
- 3,
- 14,
- 3,
- 0.18494,
- "_ALHLSDLFSPLPILELTR_"
- ],
- [
- 47732,
- 2,
- 12,
- 3,
- 0.15649,
- "_EAFTDADNFGIQFPLDLDVK_"
- ],
- [
- 41639,
- 3,
- 14,
- 5,
- 0.18493,
- "_IQTLSQLLLNLQAVIAHQDSYVETQR_"
- ],
- [
- 30511,
- 3,
- 8,
- 5,
- 0.099562,
- "_FAYIVDLDSDTADKFLQLFGTK_"
- ],
- [
- 32849,
- 2,
- 12,
- 4,
- 0.15648,
- "_FYTDPSYFFDLWK_"
- ],
- [
- 48894,
- 2,
- 11,
- 5,
- 0.14225,
- "_DLTSIQLLPSGEMDPNFISVR_"
- ],
- [
- 43431,
- 2,
- 23,
- 6,
- 0.31303,
- "_EILQEEEDLAEIVQLVGK_"
- ],
- [
- 48004,
- 2,
- 16,
- 5,
- 0.21339,
- "_QLAEFVPLDYSVPIEIPTIK_"
- ],
- [
- 38384,
- 3,
- 16,
- 7,
- 0.21339,
- "_SILTQPHLYSPVLISQLVQMASQLR_"
- ],
- [
- 45284,
- 2,
- 14,
- 4,
- 0.18493,
- "_SVENLATATTTLTSLAQLLGK_"
- ],
- [
- 46936,
- 4,
- 11,
- 6,
- 0.14225,
- "_EVIAQLLEDALQVESQEQPEQAFVKPHLVSEYDIYGFR_"
- ],
- [
- 43314,
- 2,
- 21,
- 5,
- 0.28458,
- "_TSTILGDITSIPELADYIK_"
- ],
- [
- 49373,
- 3,
- 25,
- 9,
- 0.34149,
- "_LPSGLGCSTVLSPEGSAQFAAQIFGLSNHLVWSK_"
- ],
- [
- 50667,
- 3,
- 18,
- 7,
- 0.24186,
- "_VFDPSCGLPYYWNADTDLVSWLSPHDPNSVVTK_"
- ],
- [
- 46448,
- 2,
- 11,
- 4,
- 0.14225,
- "_LLGVVSQGQPTLVIMELMTR_"
- ],
- [
- 24750,
- 2,
- 14,
- 3,
- 0.18493,
- "_HPLFPLLALLFEK_"
- ],
- [
- 49398,
- 2,
- 13,
- 6,
- 0.17071,
- "_QDGVLQDWVIDDCIGNWWR_"
- ],
- [
- 26074,
- 3,
- 14,
- 2,
- 0.18494,
- "_NVFEALSELIILTASHCLHGK_"
- ],
- [
- 45166,
- 4,
- 14,
- 8,
- 0.18494,
- "_LVSAQFPIDHFTHIFIDEAGHCMEPESLVAIAGLMEVK_"
- ],
- [
- 44487,
- 3,
- 13,
- 3,
- 0.17071,
- "_HLVALLAGPWDQSLAFPLAASGPTLAGQTLK_"
- ],
- [
- 40573,
- 3,
- 12,
- 4,
- 0.15648,
- "_ASYIIVPQDGIFSPTSNLLLLDLGHLK_"
- ],
- [
- 36480,
- 2,
- 18,
- 6,
- 0.24185,
- "_MADAIILAIAGGQELLAR_"
- ],
- [
- 44031,
- 3,
- 15,
- 7,
- 0.19916,
- "_LEQDVFSALAGQGQIYVHLTDGIWSQIK_"
- ],
- [
- 35577,
- 3,
- 22,
- 7,
- 0.29881,
- "_DADVQFLASVLPPDTDPAFFEHLR_"
- ],
- [
- 41373,
- 2,
- 15,
- 4,
- 0.19916,
- "_DIFLDDGVDEQVLMELK_"
- ],
- [
- 24531,
- 2,
- 11,
- 5,
- 0.14223,
- "_QLILEEIFTSLAR_"
- ],
- [
- 49881,
- 2,
- 16,
- 6,
- 0.21338,
- "_TLLEGSGLESIISIIHSSLAEPR_"
- ],
- [
- 19730,
- 4,
- 16,
- 6,
- 0.21337,
- "_VVETLPHFISPYLEGILSQVIHLEK_"
- ],
- [
- 44224,
- 2,
- 15,
- 4,
- 0.19915,
- "_FLDGELPLDSFIDVYQSK_"
- ],
- [
- 49811,
- 3,
- 14,
- 7,
- 0.18493,
- "_NFFEPTLLCNVTQDMLCTHEETFGPLAPVIK_"
- ],
- [
- 26021,
- 3,
- 10,
- 4,
- 0.128,
- "_ADMWSFGITAIELATGAAPYHK_"
- ],
- [
- 47171,
- 3,
- 15,
- 6,
- 0.19915,
- "_ASFEEASNQLINHIEQFLDTNETPYFM(Oxidation (M))K_"
- ],
- [
- 47629,
- 2,
- 18,
- 4,
- 0.24183,
- "_LGSVLVMLLQQPDLLPSAAQR_"
- ],
- [
- 29813,
- 4,
- 15,
- 3,
- 0.19915,
- "_RNELFLDVLESVNLLMSPQGQVLSAHVSGR_"
- ],
- [
- 49700,
- 3,
- 24,
- 6,
- 0.32724,
- "_(Acetyl (Protein N-term))ATLSLTVNSGDPPLGALLAVEHVKDDVSISVEEGK_"
- ],
- [
- 51616,
- 3,
- 14,
- 5,
- 0.18493,
- "_TAPSTNSSAPAVVGNPGVTEVSPEFLAALPPAIQEEVLAQQR_"
- ],
- [
- 48811,
- 2,
- 20,
- 6,
- 0.2703,
- "_QLETVLDDLDPENALLPAGFR_"
- ],
- [
- 39820,
- 2,
- 12,
- 3,
- 0.18493,
- "_(Acetyl (Protein N-term))M(Oxidation (M))ELSDANLQTLTEYLK_"
- ],
- [
- 48461,
- 2,
- 14,
- 3,
- 0.18492,
- "_NIFESFVDYVAVEQLDGDNK_"
- ],
- [
- 46194,
- 2,
- 20,
- 8,
- 0.2703,
- "_TMADSSYNLEVQNILSFLK_"
- ],
- [
- 21880,
- 2,
- 15,
- 4,
- 0.19916,
- "_(Acetyl (Protein N-term))AALAPLPPLPAQFK_"
- ],
- [
- 49251,
- 3,
- 14,
- 5,
- 0.18492,
- "_AGEVVPPAMYQFSQYVCQQTGLQIPQLPAPPK_"
- ],
- [
- 48178,
- 3,
- 10,
- 6,
- 0.128,
- "_SYSECYPVLLDGVMVGWVDKDLAPGIADSLR_"
- ],
- [
- 48128,
- 3,
- 11,
- 4,
- 0.14224,
- "_GNTPLWLASNGGHFDVVQLLVQAGADVDAADNR_"
- ],
- [
- 48704,
- 3,
- 16,
- 8,
- 0.21338,
- "_GFTGSVADLAFAHLNSPQLACLDEAGNLFVWR_"
- ],
- [
- 51381,
- 3,
- 18,
- 5,
- 0.24183,
- "_SLPPTFGPATLFNHFSSLFDSSQVPANQGWGDGPLSSR_"
- ],
- [
- 49140,
- 2,
- 12,
- 3,
- 0.15648,
- "_LAYLLQQTDEYVANLTELVR_"
- ],
- [
- 47451,
- 2,
- 17,
- 5,
- 0.2276,
- "_(Acetyl (Protein N-term))AAPSGGVNCEEFAEFQELLK_"
- ],
- [
- 47421,
- 2,
- 13,
- 6,
- 0.17067,
- "_YCIGLNETQLGIIAPFWLK_"
- ],
- [
- 47188,
- 2,
- 6,
- 2,
- 0.071119,
- "_CTDWWCQPMAQLEALWK_"
- ],
- [
- 39242,
- 3,
- 17,
- 3,
- 0.2276,
- "_VVETLPHFISPYLEGILSQVIHLEK_"
- ],
- [
- 28435,
- 2,
- 14,
- 5,
- 0.18492,
- "_IDDILQTLLDATYK_"
- ],
- [
- 42688,
- 2,
- 9,
- 2,
- 0.1138,
- "_ELPEPLMTFAQYGDFLR_"
- ],
- [
- 51455,
- 3,
- 14,
- 6,
- 0.18491,
- "_DNNTGATYPHLNFSIPITVLQPALQQYSQTQDLGGLR_"
- ],
- [
- 43576,
- 2,
- 12,
- 2,
- 0.15648,
- "_MCALYASLALLSGLSQEPH_"
- ],
- [
- 24218,
- 3,
- 10,
- 4,
- 0.12803,
- "_SVKPQILSVFGDIALAIGGEFK_"
- ],
- [
- 27140,
- 2,
- 15,
- 5,
- 0.19916,
- "_NYLDWLTSIPWGK_"
- ],
- [
- 42809,
- 2,
- 13,
- 5,
- 0.17071,
- "_YLVPSDLTVGQFYFLIR_"
- ],
- [
- 34849,
- 3,
- 37,
- 8,
- 0.51225,
- "_YALQMEQLNGILLHLESELAQTR_"
- ],
- [
- 30225,
- 3,
- 19,
- 6,
- 0.25607,
- "_AQELGVLQDYLLALTTDDHLLR_"
- ],
- [
- 39807,
- 4,
- 18,
- 9,
- 0.24184,
- "_VVSLKPEVAQVDLYILGQADHFIGNCVSSFTAFVK_"
- ],
- [
- 50604,
- 2,
- 40,
- 7,
- 0.55493,
- "_DYPVVSIEDPFDQDDWGAWQK_"
- ],
- [
- 45626,
- 2,
- 16,
- 6,
- 0.2134,
- "_FSSALQPGTLLDLLQVEGMK_"
- ],
- [
- 42933,
- 3,
- 24,
- 8,
- 0.32726,
- "_TIDDLKNQILNLTTDNANILLQIDNAR_"
- ],
- [
- 30186,
- 4,
- 14,
- 7,
- 0.18496,
- "_LLCINPPLFEIYQVLLSPTQHHVALIGIK_"
- ],
- [
- 44305,
- 2,
- 8,
- 2,
- 0.099602,
- "_EDVISTLQYLNLINYYK_"
- ],
- [
- 31920,
- 2,
- 14,
- 4,
- 0.18496,
- "_GLFSVWQEVFQLPR_"
- ],
- [
- 40045,
- 4,
- 17,
- 7,
- 0.22764,
- "_TNAANIHSGDDWATLFTLLECIGSGVKPPAALQATAR_"
- ],
- [
- 22908,
- 3,
- 14,
- 4,
- 0.18496,
- "_NPEILAIAPVLLDALTDPSRK_"
- ],
- [
- 50697,
- 2,
- 14,
- 5,
- 0.18496,
- "_DKPSGDTAAVFEEGGDVDDLLDM(Oxidation (M))I_"
- ],
- [
- 43706,
- 2,
- 19,
- 6,
- 0.25609,
- "_GPYDVANLGLLFGLSESDAK_"
- ],
- [
- 43626,
- 2,
- 15,
- 3,
- 0.19916,
- "_QLCEFFGIPMEILPNVR_"
- ],
- [
- 50593,
- 3,
- 15,
- 6,
- 0.19918,
- "_YLEVVLNTLQQASQAQVDKSDYDMVDYLNELR_"
- ],
- [
- 26838,
- 3,
- 9,
- 4,
- 0.11382,
- "_EINTQILFWIQEITEMDKK_"
- ],
- [
- 35816,
- 2,
- 21,
- 4,
- 0.28453,
- "_GPLIPPLLSLPPPPWGR_"
- ],
- [
- 38819,
- 2,
- 16,
- 4,
- 0.21338,
- "_NLATAYDNFVELVANLK_"
- ],
- [
- 26332,
- 3,
- 9,
- 4,
- 0.11382,
- "_VLQEGLLQLDSILSSLEPLHR_"
- ],
- [
- 29516,
- 2,
- 18,
- 6,
- 0.24186,
- "_SNVIDSMLFVFGYR_"
- ],
- [
- 46594,
- 3,
- 12,
- 6,
- 0.15649,
- "_QGLLEFVDITATNHTNEIQDYLQQLTGAR_"
- ],
- [
- 40781,
- 2,
- 20,
- 4,
- 0.27031,
- "_YDDPPDWQEILTYFR_"
- ],
- [
- 49581,
- 2,
- 15,
- 5,
- 0.19916,
- "_GIAYVEFVDVSSVPLAIGLTGQR_"
- ],
- [
- 43128,
- 2,
- 12,
- 6,
- 0.15649,
- "_ENGIQDMEQFYELWLK_"
- ],
- [
- 45428,
- 2,
- 15,
- 4,
- 0.19916,
- "_LLYDMFVNFPDQPVVWR_"
- ],
- [
- 32262,
- 2,
- 16,
- 2,
- 0.2134,
- "_ELDGFGLYLYGVVLR_"
- ],
- [
- 38509,
- 4,
- 10,
- 6,
- 0.12804,
- "_VAEQVGIDRGDIPDLSQAPSSLLDALEQHLASLEGK_"
- ],
- [
- 45865,
- 2,
- 20,
- 2,
- 0.27031,
- "_ILMAAPGMAIPPFIMNTLEK_"
- ],
- [
- 27210,
- 3,
- 10,
- 2,
- 0.12804,
- "_GIAYVEFVDVSSVPLAIGLTGQR_"
- ],
- [
- 26103,
- 2,
- 19,
- 6,
- 0.25608,
- "_ESEIIDFFLGASLK_"
- ],
- [
- 38061,
- 2,
- 13,
- 4,
- 0.17071,
- "_FNNLEGFLEEFADISK_"
- ],
- [
- 41184,
- 2,
- 12,
- 4,
- 0.15649,
- "_LLLELDQYAPDVAELIR_"
- ],
- [
- 33578,
- 2,
- 18,
- 3,
- 0.24185,
- "_MVVTFLMSALESMCK_"
- ],
- [
- 43059,
- 3,
- 14,
- 6,
- 0.18493,
- "_VEKFDLVPVPTNLYGDFFTGDAYVILK_"
- ],
- [
- 51028,
- 2,
- 16,
- 7,
- 0.2134,
- "_GQGVYLGMPGCLPVYDALAGEFIR_"
- ],
- [
- 15356,
- 2,
- 12,
- 3,
- 0.1565,
- "_LSGLEMLLVVIR_"
- ],
- [
- 43193,
- 2,
- 15,
- 5,
- 0.19916,
- "_LENDLEELALYQIQLLK_"
- ],
- [
- 29469,
- 2,
- 14,
- 2,
- 0.18495,
- "_DNFFEVFTPVFER_"
- ],
- [
- 36292,
- 3,
- 12,
- 3,
- 0.1565,
- "_RIEDALDDSIGDVWDFNLDPIALK_"
- ],
- [
- 34927,
- 3,
- 10,
- 2,
- 0.12805,
- "_NQDLICSFFTWFSDHSLPESDK_"
- ],
- [
- 28117,
- 3,
- 27,
- 7,
- 0.36994,
- "_TLLEGSGLESIISIIHSSLAEPR_"
- ],
- [
- 48862,
- 2,
- 11,
- 5,
- 0.14228,
- "_YTPAIDVWSCGCILGELFTK_"
- ],
- [
- 33587,
- 2,
- 19,
- 6,
- 0.25608,
- "_EFITALIPEVILCTK_"
- ],
- [
- 48414,
- 3,
- 20,
- 9,
- 0.27032,
- "_LLSYQTSLVSDGETWHVMGISSLLPSLEAWK_"
- ],
- [
- 32349,
- 2,
- 20,
- 6,
- 0.27032,
- "_SCQTALVEILDVIVR_"
- ],
- [
- 15098,
- 2,
- 18,
- 5,
- 0.24183,
- "_LDILDMFTEIK_"
- ],
- [
- 30353,
- 3,
- 11,
- 5,
- 0.14228,
- "_AYDLLDKVNALLPTETFIPVIR_"
- ],
- [
- 24103,
- 2,
- 20,
- 6,
- 0.27032,
- "_SNLMDAISFVLGEK_"
- ],
- [
- 49637,
- 3,
- 13,
- 6,
- 0.17072,
- "_(Acetyl (Protein N-term))AAAFEASGALAAVATAMPAEHVAVQVPAPEPTPGPVR_"
- ],
- [
- 49858,
- 3,
- 16,
- 6,
- 0.2134,
- "_YLTCSLIEDMAAAYFPDCIVRPFGSSVNTFGK_"
- ],
- [
- 37722,
- 4,
- 13,
- 5,
- 0.17074,
- "_GPMLVNTLVDYYLETSSQPALHILTTLQEPHDK_"
- ],
- [
- 48710,
- 2,
- 11,
- 4,
- 0.14229,
- "_QLGVAESESSGAPIDLLYELVK_"
- ],
- [
- 34365,
- 2,
- 15,
- 5,
- 0.19918,
- "_PFGAILNLVPLAESVVK_"
- ],
- [
- 39306,
- 2,
- 27,
- 2,
- 0.36993,
- "_SGSFINSLLQLEELGFR_"
- ],
- [
- 29783,
- 3,
- 18,
- 3,
- 0.24187,
- "_HLVAEFVQVLETLSHDTLVTTK_"
- ],
- [
- 31722,
- 2,
- 16,
- 4,
- 0.2134,
- "_DLPQDPVELAMFGLR_"
- ],
- [
- 44325,
- 2,
- 18,
- 6,
- 0.24187,
- "_LDLLSDTNMVDFAMDVYK_"
- ],
- [
- 21646,
- 3,
- 11,
- 4,
- 0.14231,
- "_DIVTESNKFDLVSFIPLLR_"
- ],
- [
- 31478,
- 3,
- 19,
- 6,
- 0.25611,
- "_IQFPIEMSMPWILTDHILETK_"
- ],
- [
- 44339,
- 2,
- 21,
- 6,
- 0.28456,
- "_NTVLCNVVEQFLQADLAR_"
- ],
- [
- 37333,
- 3,
- 9,
- 3,
- 0.11387,
- "_FYLLYIRPEGQDSAFSWTDLLLK_"
- ],
- [
- 26538,
- 2,
- 12,
- 4,
- 0.15653,
- "_GLLLFVDEADAFLR_"
- ],
- [
- 51663,
- 3,
- 17,
- 2,
- 0.22764,
- "_SAFSNLSTSQMLSPAQDSHTNTDLPPVSEQIMQTLSELAK_"
- ],
- [
- 40744,
- 3,
- 21,
- 7,
- 0.28456,
- "_DLLPSDMAVALLEAQAGTGHIIDPATSAR_"
- ],
- [
- 42959,
- 2,
- 16,
- 4,
- 0.21342,
- "_CPLIFLPPVSGTADVFFR_"
- ],
- [
- 46866,
- 2,
- 10,
- 5,
- 0.12809,
- "_DIVTESNKFDLVSFIPLLR_"
- ],
- [
- 48524,
- 2,
- 13,
- 6,
- 0.17075,
- "_DALLDHDLALPLCLLMAQQR_"
- ],
- [
- 31655,
- 3,
- 16,
- 6,
- 0.21342,
- "_SFDFIHLDPFGTSVNYLDSAFR_"
- ],
- [
- 51783,
- 3,
- 11,
- 4,
- 0.1423,
- "_VYGGCLCYGPPIENGFYYDMYLEEGGVSSNDFSSLEALCK_"
- ],
- [
- 42120,
- 3,
- 11,
- 4,
- 0.1423,
- "_EGSGGGGGMDDIFSHIFGGGLFGFM(Oxidation (M))GNQSR_"
- ],
- [
- 50695,
- 3,
- 10,
- 6,
- 0.12809,
- "_AAHDNMDIDKVDELMQDIADQQELAEEISTAISK_"
- ],
- [
- 40991,
- 2,
- 18,
- 7,
- 0.24186,
- "_INQDPQVMLAPLISIALK_"
- ],
- [
- 36167,
- 3,
- 8,
- 2,
- 0.099619,
- "_SEELVAEAHNLCTLLENAIQDTVR_"
- ],
- [
- 41955,
- 3,
- 24,
- 6,
- 0.32724,
- "_(Acetyl (Protein N-term))MEGAKPTLQLVYQAVQALYHDPDPSGK_"
- ],
- [
- 29529,
- 2,
- 20,
- 4,
- 0.27033,
- "_DLAVYNQLLNIFPK_"
- ],
- [
- 37085,
- 2,
- 11,
- 5,
- 0.1423,
- "_ENLEWNWNLIGTILK_"
- ],
- [
- 43889,
- 2,
- 18,
- 6,
- 0.24186,
- "_TAADTPAIMNWDLFFTMK_"
- ],
- [
- 46046,
- 2,
- 12,
- 2,
- 0.15653,
- "_NPDNLEELLLNETALGALAR_"
- ],
- [
- 46081,
- 2,
- 16,
- 2,
- 0.21342,
- "_FVVQLFAEEWGQYVDLPK_"
- ],
- [
- 50245,
- 3,
- 13,
- 6,
- 0.17075,
- "_FVVVGGGIAGVTCAEQLATHFPSEDILLVTASPVIK_"
- ],
- [
- 49421,
- 2,
- 16,
- 6,
- 0.21345,
- "_ALDLLEYIDEEEDININDLK_"
- ],
- [
- 49392,
- 2,
- 18,
- 2,
- 0.24189,
- "_LFADAGLVCITSFISPYTQDR_"
- ],
- [
- 47659,
- 2,
- 16,
- 6,
- 0.21345,
- "_LGELLFPSSLAGETLGSFSGLR_"
- ],
- [
- 44448,
- 2,
- 11,
- 4,
- 0.14234,
- "_EGGWDSVQDWMDVLSGGEK_"
- ],
- [
- 51608,
- 3,
- 17,
- 7,
- 0.22767,
- "_VAALTGLPFVTAPNKFEALAAHDALVELSGAMNTTACSLMK_"
- ],
- [
- 48310,
- 2,
- 17,
- 6,
- 0.22767,
- "_ILTNSNLPEEELDFFEILR_"
- ],
- [
- 34081,
- 3,
- 7,
- 2,
- 0.085403,
- "_NLSPYVSNELLEEAFSQFGPIER_"
- ],
- [
- 40205,
- 2,
- 16,
- 5,
- 0.21345,
- "_SQDYVAFVESLLQVQGR_"
- ],
- [
- 51342,
- 3,
- 13,
- 4,
- 0.17078,
- "_TVVMPIASEFAPDVVLVSSGFDAVEGHPTPLGGYNLSAR_"
- ],
- [
- 43340,
- 3,
- 15,
- 6,
- 0.19924,
- "_VLPHLIPLSIENNLNLNQFNSFISVIK_"
- ],
- [
- 42630,
- 3,
- 13,
- 7,
- 0.17079,
- "_IMDATNILVSPLVYLYPDIPKEEAFGK_"
- ],
- [
- 45890,
- 2,
- 15,
- 7,
- 0.19924,
- "_LGQAELVVIDEAAAIPLPLVK_"
- ],
- [
- 49162,
- 2,
- 13,
- 5,
- 0.17079,
- "_SAESPQDAADLFTDLENAFQGK_"
- ],
- [
- 9669,
- 2,
- 14,
- 2,
- 0.18502,
- "_LLGLLFPLLAR_"
- ],
- [
- 35063,
- 2,
- 24,
- 5,
- 0.32727,
- "_ILGILALIDEGETDWK_"
- ],
- [
- 33510,
- 2,
- 19,
- 3,
- 0.25613,
- "_SSQLLWEALESLVNR_"
- ],
- [
- 26199,
- 2,
- 12,
- 6,
- 0.15658,
- "_LLLAVFVTPLTDLR_"
- ],
- [
- 46821,
- 2,
- 28,
- 7,
- 0.38418,
- "_STAISLFYELSENDLNFIK_"
- ],
- [
- 50755,
- 2,
- 12,
- 4,
- 0.15658,
- "_SPEIAASLWQSLEYTQILQTVR_"
- ],
- [
- 50281,
- 2,
- 18,
- 5,
- 0.24191,
- "_GPVVLAEDFLDIMGQPINPQCR_"
- ],
- [
- 40481,
- 3,
- 18,
- 8,
- 0.24191,
- "_SPPYTAFLGNLPYDVTEESIKEFFR_"
- ],
- [
- 30017,
- 3,
- 12,
- 4,
- 0.15658,
- "_QEDLEACCQLLSHILEVLYR_"
- ],
- [
- 16190,
- 2,
- 14,
- 2,
- 0.18502,
- "_DDLITDLLNEAK_"
- ],
- [
- 37954,
- 2,
- 12,
- 5,
- 0.15658,
- "_EIGAILQNAGTVILELSK_"
- ],
- [
- 37715,
- 2,
- 12,
- 5,
- 0.15658,
- "_EDLVFIFWAPESAPLK_"
- ],
- [
- 23095,
- 2,
- 17,
- 5,
- 0.22769,
- "_MSLLQLVEILQSK_"
- ],
- [
- 39432,
- 2,
- 17,
- 7,
- 0.22769,
- "_FQDTAEALAAFTALMEGK_"
- ],
- [
- 46124,
- 2,
- 18,
- 7,
- 0.24191,
- "_GNGPLPLGGSGLMEEMSALLAR_"
- ],
- [
- 43648,
- 3,
- 14,
- 6,
- 0.18508,
- "_ILLDEFGNQIETPSIEEALQIIHDTEK_"
- ],
- [
- 30523,
- 3,
- 13,
- 2,
- 0.17087,
- "_TPLHAAAYLGDAEIIELLILSGAR_"
- ],
- [
- 37031,
- 4,
- 11,
- 4,
- 0.1424,
- "_AQELLLILDEYWQNHPELHDIPIYYASSLAK_"
- ],
- [
- 43818,
- 4,
- 12,
- 4,
- 0.15664,
- "_LKENYQMLTLGGDAELELVDSLDPFSEGIMFSVRPPK_"
- ],
- [
- 51712,
- 3,
- 14,
- 7,
- 0.18508,
- "_LIQHMNASNMSAAATAATLALPAGVTPVQQILTNSGQLLQVVR_"
- ],
- [
- 41851,
- 2,
- 18,
- 4,
- 0.24198,
- "_NDEYENLFNMIVEIPR_"
- ],
- [
- 24742,
- 3,
- 15,
- 5,
- 0.19931,
- "_DALLDHDLALPLCLLMAQQR_"
- ],
- [
- 43811,
- 2,
- 22,
- 4,
- 0.29887,
- "_VIFDIVDLCTTWEAMEK_"
- ],
- [
- 45221,
- 2,
- 18,
- 7,
- 0.24198,
- "_ALMLQGVDLLADAVAVTM(Oxidation (M))GPK_"
- ],
- [
- 42092,
- 2,
- 16,
- 5,
- 0.21353,
- "_YTFQDFTEQFQVLLPK_"
- ],
- [
- 30834,
- 2,
- 18,
- 8,
- 0.24198,
- "_ADMVIEAVFEDLSLK_"
- ],
- [
- 15643,
- 3,
- 8,
- 3,
- 0.099691,
- "_NMAEQIIQEIYSQIQSK_"
- ],
- [
- 46238,
- 2,
- 19,
- 6,
- 0.25619,
- "_LNDYLQIETIQALEELAAK_"
- ],
- [
- 48756,
- 2,
- 22,
- 6,
- 0.29885,
- "_FSGNLLVSLLGTWSDTSSGGPAR_"
- ],
- [
- 51662,
- 3,
- 12,
- 7,
- 0.15661,
- "_GYELVPNLEIPTVNPVAIKPGTVAIPAIGAQYSMFPAAPAPK_"
- ],
- [
- 47108,
- 3,
- 22,
- 6,
- 0.29885,
- "_NVNFFTKPPIGTWDQVAEVLSWQFSSTTK_"
- ],
- [
- 24884,
- 2,
- 14,
- 3,
- 0.18509,
- "_EPLIIAMQIFLPR_"
- ],
- [
- 23991,
- 2,
- 8,
- 5,
- 0.099691,
- "_ELLLNLIEYLCK_"
- ],
- [
- 48107,
- 3,
- 17,
- 8,
- 0.22774,
- "_LYQVEYAMEAIGHAGTCLGILANDGVLLAAER_"
- ],
- [
- 50426,
- 2,
- 13,
- 6,
- 0.17085,
- "_LEGDSTDLSDQIAELQAQIAELK_"
- ],
- [
- 48176,
- 3,
- 11,
- 6,
- 0.14237,
- "_GFDPSSPVLHELTFQAMSYDLLPIENDVYK_"
- ],
- [
- 25818,
- 3,
- 13,
- 2,
- 0.17085,
- "_DELLAQHAAGALGLPDLVAVLTR_"
- ],
- [
- 32188,
- 3,
- 12,
- 6,
- 0.15661,
- "_IQVLTDKIDVLLQQIEELGSEGK_"
- ],
- [
- 44969,
- 2,
- 11,
- 2,
- 0.14237,
- "_IVDQLQQLMQVYDLAALR_"
- ],
- [
- 26911,
- 2,
- 15,
- 4,
- 0.1993,
- "_IAAGETIALLFELAR_"
- ],
- [
- 51019,
- 2,
- 2,
- 2,
- 0.014215,
- "_LFEYGGFPPEANYLFLGDYVDR_"
- ],
- [
- 37298,
- 2,
- 13,
- 6,
- 0.17084,
- "_SLVTASPLWASFLESLK_"
- ],
- [
- 49511,
- 2,
- 15,
- 6,
- 0.19931,
- "_VTNLLQLPQYFDLEIYTTGR_"
- ],
- [
- 21200,
- 2,
- 16,
- 5,
- 0.21353,
- "_YAELLAIIEELGK_"
- ],
- [
- 46701,
- 2,
- 13,
- 2,
- 0.17084,
- "_TQLFDTLVNFFPDSMTPPK_"
- ],
- [
- 24583,
- 3,
- 12,
- 4,
- 0.1566,
- "_DKDAIYGHPLFPLLALIFEK_"
- ],
- [
- 37198,
- 3,
- 10,
- 4,
- 0.12815,
- "_TLQSALEALTVLSSDQVLPVFHCLK_"
- ],
- [
- 32905,
- 2,
- 18,
- 7,
- 0.24197,
- "_AAIGCGIVESILNWVK_"
- ],
- [
- 42536,
- 3,
- 15,
- 7,
- 0.19931,
- "_GVFHGIENFINEASYMSILGMTPGFGDK_"
- ],
- [
- 44949,
- 4,
- 22,
- 10,
- 0.29886,
- "_VAALTGLPFVTAPNKFEALAAHDALVELSGAMNTTACSLMK_"
- ],
- [
- 43561,
- 3,
- 14,
- 5,
- 0.18506,
- "_NCLMQLIQTHVLSYSLCPDLMEIALK_"
- ],
- [
- 20767,
- 4,
- 15,
- 4,
- 0.1993,
- "_CSAAALDVLANVYRDELLPHILPLLK_"
- ],
- [
- 47598,
- 3,
- 20,
- 6,
- 0.27041,
- "_EGISQEALHTQMLTAVQEISHLIEPLANAAR_"
- ],
- [
- 40537,
- 2,
- 15,
- 6,
- 0.1993,
- "_LLGSLDEVVLLSPVPELR_"
- ],
- [
- 22287,
- 2,
- 17,
- 5,
- 0.22774,
- "_EALLQISIPFLLK_"
- ],
- [
- 45005,
- 2,
- 30,
- 7,
- 0.41268,
- "_NVGCLQEALQLATSFAQLR_"
- ],
- [
- 45159,
- 3,
- 14,
- 5,
- 0.18506,
- "_EQQLQSTLQQAQGFHSEIEDFLLELTR_"
- ],
- [
- 31820,
- 3,
- 10,
- 4,
- 0.12812,
- "_SAIESDVDFWDKLQAELEEMAK_"
- ],
- [
- 43986,
- 2,
- 10,
- 3,
- 0.12812,
- "_SVVGFVELTIFPTVANLNR_"
- ],
- [
- 51089,
- 2,
- 12,
- 5,
- 0.15659,
- "_LPTLVSLFDDEDEEDNLFGGTAAK_"
- ],
- [
- 51714,
- 3,
- 15,
- 5,
- 0.19928,
- "_TEAAKEESQQMVLDIEDLDNIQTPESVLLSAVSGEDTQDR_"
- ],
- [
- 46593,
- 3,
- 19,
- 9,
- 0.25619,
- "_ADIIVSELLGSFADNELSPECLDGAQHFLK_"
- ],
- [
- 36266,
- 2,
- 15,
- 4,
- 0.19928,
- "_AQPVIEFMCEVLDIR_"
- ],
- [
- 31095,
- 4,
- 19,
- 8,
- 0.25619,
- "_EGISQEALHTQMLTAVQEISHLIEPLANAAR_"
- ],
- [
- 44433,
- 2,
- 17,
- 5,
- 0.22775,
- "_EIWDMFGVFFANHPDLR_"
- ],
- [
- 47372,
- 2,
- 24,
- 6,
- 0.3273,
- "_DTVTISGPQAPVFEFVEQLR_"
- ],
- [
- 42737,
- 3,
- 21,
- 6,
- 0.28462,
- "_VGVTALQQAPAVDVVAIGLMSGQVIIHNIK_"
- ],
- [
- 30268,
- 2,
- 14,
- 5,
- 0.18503,
- "_LVFDPVELSVLFCK_"
- ],
- [
- 50364,
- 2,
- 12,
- 5,
- 0.15657,
- "_HGWEELVYYTVPLIQEMESR_"
- ],
- [
- 18046,
- 3,
- 15,
- 4,
- 0.19925,
- "_EIWDMFGVFFANHPDLR_"
- ],
- [
- 51075,
- 3,
- 19,
- 7,
- 0.25618,
- "_TEFLPLLSVSFVSENSVVAAGHDCCPMLFNYDDR_"
- ],
- [
- 40356,
- 2,
- 8,
- 4,
- 0.099627,
- "_DFVSLYQDFENFYTR_"
- ],
- [
- 50855,
- 3,
- 19,
- 7,
- 0.25618,
- "_IISLDPSDCLQPLSMQALPAQPESLCIVEMGGTEK_"
- ],
- [
- 39681,
- 2,
- 12,
- 3,
- 0.15657,
- "_MDEQGFLPISLIAGFQR_"
- ],
- [
- 49040,
- 3,
- 17,
- 4,
- 0.22773,
- "_SAGDLGIAVCNVPAASVEETADSTLCHILNLYR_"
- ],
- [
- 40134,
- 3,
- 17,
- 7,
- 0.22773,
- "_CSAAALDVLANVYRDELLPHILPLLK_"
- ],
- [
- 39590,
- 2,
- 10,
- 4,
- 0.1281,
- "_SSGSAALLALTWTCLLVR_"
- ],
- [
- 39946,
- 2,
- 17,
- 6,
- 0.22773,
- "_VEDLCCTLYDMLASIK_"
- ],
- [
- 34331,
- 3,
- 10,
- 3,
- 0.1281,
- "_SSGQPVTFTDIFGM(Oxidation (M))LIGETLIHNR_"
- ],
- [
- 48035,
- 2,
- 17,
- 6,
- 0.22773,
- "_GEASEDLCEMALDPELLLLR_"
- ],
- [
- 24673,
- 4,
- 15,
- 6,
- 0.19925,
- "_MNEEQIAAVCLAVLQALSVLHAQGVIHR_"
- ],
- [
- 33064,
- 3,
- 27,
- 8,
- 0.36995,
- "_WLPAGDALLQMITIHLPSPVTAQK_"
- ],
- [
- 45926,
- 2,
- 15,
- 5,
- 0.19924,
- "_ESTITLQQAEYEFLSFVR_"
- ],
- [
- 50094,
- 2,
- 12,
- 3,
- 0.15655,
- "_LFNDSSPVVLEESWDALNAITK_"
- ],
- [
- 51216,
- 3,
- 13,
- 5,
- 0.17079,
- "_GGLGGGYGGASGM(Oxidation (M))GGITAVTVNQSLLSPLVLEVDPNIQAVR_"
- ],
- [
- 43337,
- 3,
- 16,
- 5,
- 0.21346,
- "_SVDVTNTTFLLMAASIYLHDQNPDAALR_"
- ],
- [
- 18757,
- 2,
- 14,
- 5,
- 0.18502,
- "_EGLAEYIVEFLK_"
- ],
- [
- 51168,
- 2,
- 13,
- 7,
- 0.17079,
- "_GFGFVTMTNYEEAAMAIASLNGYR_"
- ],
- [
- 49169,
- 3,
- 13,
- 7,
- 0.17079,
- "_(Acetyl (Protein N-term))AVWIQAQQLQGEALHQMQALYGQHFPIEVR_"
- ],
- [
- 40905,
- 3,
- 10,
- 2,
- 0.12809,
- "_VVGRPQPQLQYVDALGYVSLFPLLLR_"
- ],
- [
- 35355,
- 3,
- 15,
- 4,
- 0.19924,
- "_TIPWFVSDTTIHDFNWLIEQVK_"
- ],
- [
- 32169,
- 3,
- 7,
- 2,
- 0.08531,
- "_ELRPQLMTSQFISVFSNLLESK_"
- ],
- [
- 49385,
- 2,
- 16,
- 5,
- 0.21346,
- "_SIEDFISCLDSAAEACDIMVK_"
- ],
- [
- 22338,
- 2,
- 16,
- 4,
- 0.21346,
- "_NEILTAILASLTAR_"
- ],
- [
- 41865,
- 4,
- 17,
- 6,
- 0.22768,
- "_IHVLPIDDTVEGITGNLFEVYLKPYFLEAYRPIR_"
- ],
- [
- 19813,
- 2,
- 20,
- 5,
- 0.2704,
- "_FAEFLLPLLIEK_"
- ],
- [
- 50524,
- 2,
- 15,
- 9,
- 0.19921,
- "_VNINAALVEDIINLEEVNEEMK_"
- ],
- [
- 29211,
- 4,
- 14,
- 6,
- 0.18497,
- "_TIDAMDTWEDLTELGYHLADLPVEPHLGK_"
- ],
- [
- 37150,
- 2,
- 12,
- 3,
- 0.15652,
- "_VLPGAFDNLLEWPFAR_"
- ],
- [
- 49991,
- 2,
- 13,
- 6,
- 0.17074,
- "_LFAQLAGEDAEISAFELQTILR_"
- ],
- [
- 45447,
- 3,
- 14,
- 3,
- 0.18497,
- "_DPDMVWDFWSLRPESLHQVSFLFSDR_"
- ],
- [
- 44154,
- 2,
- 19,
- 5,
- 0.25613,
- "_ATEPQMVLFNLYDDWLK_"
- ],
- [
- 48685,
- 2,
- 10,
- 4,
- 0.12803,
- "_YDLNDMDAAWLELTNEEFK_"
- ],
- [
- 45415,
- 2,
- 18,
- 6,
- 0.24189,
- "_LLAIEDIDPTLVYIQYMK_"
- ],
- [
- 46073,
- 2,
- 11,
- 4,
- 0.14227,
- "_YADFTLLSIPYPGCEFFK_"
- ],
- [
- 51695,
- 3,
- 16,
- 8,
- 0.21345,
- "_EAAYNAITLPEEFHDFDQPLPDLDDIDVAQQFSLNQSR_"
- ],
- [
- 51256,
- 2,
- 16,
- 6,
- 0.21345,
- "_NLSPYVSNELLEEAFSQFGPIER_"
- ],
- [
- 37508,
- 2,
- 18,
- 4,
- 0.24189,
- "_GVSTFMAEMLETASILR_"
- ],
- [
- 44770,
- 3,
- 17,
- 5,
- 0.22767,
- "_DTPALFNFTTQELSSNPPLATILIPPHAR_"
- ],
- [
- 30600,
- 3,
- 18,
- 5,
- 0.24189,
- "_LHAATPPTFGVDLINELVENFGR_"
- ],
- [
- 51644,
- 3,
- 13,
- 4,
- 0.17077,
- "_HNDPFAPGGTVVAASDSATDPFASVFGNESFGGGFADFSTLSK_"
- ],
- [
- 43093,
- 4,
- 14,
- 10,
- 0.18499,
- "_LDPQELLPWVVPNNQGIAQEEALHLIDEMDLNGDKK_"
- ],
- [
- 34270,
- 2,
- 18,
- 5,
- 0.24192,
- "_TENCIIDCLVAMVVK_"
- ],
- [
- 5960,
- 2,
- 14,
- 4,
- 0.18499,
- "_LLNILGLIFK_"
- ],
- [
- 44460,
- 2,
- 16,
- 4,
- 0.21347,
- "_LDDGWNQIQFNLLDFTR_"
- ],
- [
- 33796,
- 3,
- 16,
- 7,
- 0.21347,
- "_YINMLINDTTFLLDESLESLKR_"
- ],
- [
- 43137,
- 4,
- 25,
- 8,
- 0.34152,
- "_EQNGDSLVHAAFVAESAVAGSAEANAFSVLQHVLGAGPHVK_"
- ],
- [
- 47772,
- 2,
- 14,
- 5,
- 0.18499,
- "_SSLIQDWETSGLVYLDYIR_"
- ],
- [
- 31355,
- 3,
- 14,
- 5,
- 0.18501,
- "_LIIHQTLSVLEDIVENISGESTK_"
- ],
- [
- 48920,
- 2,
- 12,
- 7,
- 0.15652,
- "_LAACFLDSMATLGLAAYGYGIR_"
- ],
- [
- 42223,
- 2,
- 11,
- 2,
- 0.14223,
- "_QQDPTVLPLLECIVLDR_"
- ],
- [
- 37753,
- 2,
- 12,
- 6,
- 0.15652,
- "_NILEQINALTGTLFTSK_"
- ],
- [
- 41559,
- 2,
- 13,
- 5,
- 0.17076,
- "_EAALLALEEDIQANLIMK_"
- ],
- [
- 28724,
- 2,
- 15,
- 4,
- 0.19923,
- "_ADIWSLGITAIELAR_"
- ],
- [
- 38729,
- 3,
- 26,
- 8,
- 0.35576,
- "_GDLENAFLNLVQCIQNKPLYFADR_"
- ],
- [
- 50846,
- 2,
- 20,
- 2,
- 0.27039,
- "_FPEELTQTFMSCNLITGMFQR_"
- ],
- [
- 33260,
- 2,
- 18,
- 4,
- 0.24194,
- "_QLAAFLEGFYEIIPK_"
- ],
- [
- 50305,
- 2,
- 16,
- 6,
- 0.21347,
- "_LEQLNQYPDFNNYLIFVLTK_"
- ],
- [
- 41044,
- 2,
- 15,
- 3,
- 0.19923,
- "_IMCEILSSLQIGDFLVK_"
- ],
- [
- 47375,
- 3,
- 16,
- 6,
- 0.21347,
- "_FMGVQMETFMLHYQDLLQLQYEGVAVMK_"
- ],
- [
- 42749,
- 2,
- 10,
- 4,
- 0.12803,
- "_ASEFLSFADILSGDWNTR_"
- ],
- [
- 45313,
- 2,
- 14,
- 5,
- 0.18501,
- "_FYSPATIFIDEIDSICSR_"
- ],
- [
- 43319,
- 3,
- 12,
- 6,
- 0.15648,
- "_VFHYVLDNLVNVMNGYCLPDPFFSSK_"
- ],
- [
- 31699,
- 4,
- 19,
- 6,
- 0.25619,
- "_FAPELLESKPEIVECVMEQLEHMEENLR_"
- ],
- [
- 43755,
- 2,
- 12,
- 4,
- 0.15648,
- "_DLESIDPEFYNSLIWVK_"
- ],
- [
- 47580,
- 3,
- 12,
- 5,
- 0.15648,
- "_DVEVYGFDYDYTLAQYADALHPEIFSTAR_"
- ],
- [
- 32656,
- 2,
- 11,
- 3,
- 0.14226,
- "_EAVVLPMWMPEFFK_"
- ],
- [
- 51711,
- 3,
- 14,
- 6,
- 0.18501,
- "_ASIGAGFIYPLVGTMSTMPGLPTRPCFYDIDLDTETEQVK_"
- ],
- [
- 44870,
- 2,
- 14,
- 4,
- 0.18501,
- "_DFLGFMDTDSALSEVPQLK_"
- ],
- [
- 35885,
- 3,
- 15,
- 6,
- 0.19925,
- "_HLPNLLDETQIFSYFSQFGTVTR_"
- ],
- [
- 49434,
- 3,
- 10,
- 7,
- 0.12803,
- "_EPATMSWLEENVHEVLQAVDAGDPAVEACENR_"
- ],
- [
- 49427,
- 3,
- 10,
- 6,
- 0.12803,
- "_MLGFTNHINPAMDFTQTPPGMLALDNMLYLAK_"
- ],
- [
- 49946,
- 2,
- 34,
- 7,
- 0.46958,
- "_EFVEEFIWPAIQSSALYEDR_"
- ],
- [
- 43987,
- 3,
- 13,
- 2,
- 0.17071,
- "_NDEELNKLLGGVTIAQGGVLPNIQAVLLPK_"
- ],
- [
- 46886,
- 2,
- 11,
- 4,
- 0.14227,
- "_GLADGLVQAGVGTEALLTPLVGR_"
- ],
- [
- 48375,
- 2,
- 25,
- 8,
- 0.34158,
- "_GMYGIENEVFLSLPCILNAR_"
- ],
- [
- 36469,
- 2,
- 10,
- 5,
- 0.12805,
- "_DVFADEFIFLPGNTLK_"
- ],
- [
- 50389,
- 3,
- 14,
- 6,
- 0.185,
- "_HGVITGQDGVEDYFTLYADVPLNDMFGYSTELR_"
- ],
- [
- 36954,
- 2,
- 13,
- 5,
- 0.17071,
- "_EMVVFPLLYPEVFEK_"
- ],
- [
- 37980,
- 2,
- 14,
- 6,
- 0.185,
- "_VLTMAPGLITLEIVPFR_"
- ],
- [
- 40318,
- 2,
- 16,
- 5,
- 0.21349,
- "_FALTLVMGALESPNPLLR_"
- ],
- [
- 44640,
- 2,
- 16,
- 6,
- 0.21345,
- "_LNDCSCLASQAILLGILLK_"
- ],
- [
- 41754,
- 3,
- 11,
- 5,
- 0.14226,
- "_NLSHLDTVLGALDVQEHSLGVLAVLFVK_"
- ],
- [
- 39313,
- 3,
- 9,
- 2,
- 0.11383,
- "_HLFENLVFSEPLLQSNLPALVSQIR_"
- ],
- [
- 27932,
- 2,
- 14,
- 3,
- 0.18492,
- "_GLLLFMDEADAFLR_"
- ],
- [
- 33633,
- 2,
- 11,
- 3,
- 0.14226,
- "_GM(Oxidation (M))TLVTPLQLLLFASK_"
- ],
- [
- 32040,
- 2,
- 20,
- 5,
- 0.2704,
- "_NSPLTVPMFLSLFSR_"
- ],
- [
- 19993,
- 3,
- 15,
- 4,
- 0.1992,
- "_LLDGEAALPAVVFLHGLFGSK_"
- ],
- [
- 36294,
- 3,
- 4,
- 2,
- 0.042723,
- "_DDILQSLTIVHNCLIGSGNLLPPLK_"
- ],
- [
- 41138,
- 2,
- 15,
- 5,
- 0.1992,
- "_QIIISEIISSLPSIVNDK_"
- ],
- [
- 48013,
- 2,
- 12,
- 5,
- 0.15654,
- "_SLLSMLSDLQIYQDSFEQR_"
- ],
- [
- 46176,
- 3,
- 12,
- 4,
- 0.15654,
- "_SLCNLEESITSAGRDDLESFQLEISGFLK_"
- ],
- [
- 44297,
- 2,
- 12,
- 4,
- 0.15654,
- "_(Acetyl (Protein N-term))ANEEDDPVVQEIDVYLAK_"
- ],
- [
- 42585,
- 2,
- 25,
- 7,
- 0.34159,
- "_NMAEQIIQEIYSQIQSK_"
- ],
- [
- 47725,
- 3,
- 19,
- 8,
- 0.2562,
- "_SLSLNPFLWSPFESLCEIGEKPDPDQTFK_"
- ],
- [
- 42413,
- 2,
- 17,
- 6,
- 0.22773,
- "_LLLDIMPGLETAVVFQEK_"
- ],
- [
- 42123,
- 3,
- 8,
- 4,
- 0.099682,
- "_DSEDIYNLKNPTLFIFAENDVVIPLK_"
- ],
- [
- 26123,
- 3,
- 10,
- 3,
- 0.12811,
- "_SGETEDTFIADLVVGLCTGQIK_"
- ],
- [
- 41505,
- 2,
- 14,
- 4,
- 0.18497,
- "_IPPESTLIFNIDLLEIR_"
- ],
- [
- 34191,
- 2,
- 16,
- 4,
- 0.21342,
- "_DLEEALEMGVDWSLR_"
- ],
- [
- 48820,
- 2,
- 13,
- 4,
- 0.17076,
- "_DSIYSLAMNQLGTIIVSGSTEK_"
- ],
- [
- 33144,
- 3,
- 20,
- 5,
- 0.27042,
- "_TISPEHVIQALESLGFGSYISEVK_"
- ],
- [
- 40563,
- 2,
- 16,
- 5,
- 0.21342,
- "_TGSDLMVLLLLGDESMQK_"
- ],
- [
- 22892,
- 2,
- 19,
- 5,
- 0.2562,
- "_NLDPFLLFDEFK_"
- ],
- [
- 50992,
- 3,
- 16,
- 5,
- 0.21342,
- "_IPADTFAALKNPNAMLVNLEEPLASTYQDILYQAK_"
- ],
- [
- 35240,
- 2,
- 13,
- 3,
- 0.17076,
- "_IYDITNVLEGIGLIEK_"
- ],
- [
- 45773,
- 2,
- 14,
- 5,
- 0.18497,
- "_GVAYDSSADWFSLGCMLFK_"
- ],
- [
- 38441,
- 2,
- 14,
- 5,
- 0.18497,
- "_IPAGLCATAIDILTTVVR_"
- ],
- [
- 38078,
- 3,
- 14,
- 3,
- 0.18497,
- "_VPAILMSSMCILLDHLDGENYMMR_"
- ],
- [
- 17241,
- 4,
- 15,
- 4,
- 0.19919,
- "_GPAPDPCLVPLALEALVGAVHVLHASR_"
- ],
- [
- 46062,
- 2,
- 15,
- 6,
- 0.19919,
- "_QLLAEESLPTTPFYFILGK_"
- ],
- [
- 38879,
- 2,
- 15,
- 4,
- 0.19919,
- "_DPTAVIFGEDVAFGGVFR_"
- ],
- [
- 16150,
- 2,
- 13,
- 2,
- 0.17075,
- "_TGFIASFLDFLK_"
- ],
- [
- 43899,
- 2,
- 12,
- 6,
- 0.15653,
- "_VFQPFFVELTMPYSVIR_"
- ],
- [
- 50322,
- 2,
- 14,
- 5,
- 0.18497,
- "_DWSFPYEYSYGLQGGMAFLDK_"
- ],
- [
- 38962,
- 3,
- 14,
- 7,
- 0.18497,
- "_EQDFFFELDAMDHLQSFIADCDR_"
- ],
- [
- 50186,
- 3,
- 17,
- 7,
- 0.22763,
- "_TVQLIQALEEVQEFHQLESNLQVCQFLADTR_"
- ],
- [
- 32494,
- 3,
- 8,
- 2,
- 0.09964,
- "_DMVKPPYSYIALITMAIQNAPDK_"
- ],
- [
- 51149,
- 3,
- 16,
- 5,
- 0.21342,
- "_VYPVPDLLVIADKYDPFTTTNTECLCINPGSFPR_"
- ],
- [
- 27570,
- 2,
- 16,
- 4,
- 0.21342,
- "_CIPYAVLLEALALR_"
- ],
- [
- 45054,
- 3,
- 13,
- 5,
- 0.17079,
- "_GMEQFPHLAFWQDLGNLVADGCDFVCR_"
- ],
- [
- 51490,
- 3,
- 15,
- 8,
- 0.19922,
- "_NGSITQIPILTMPNDDITHPIPDLTGYITEGQIYVDR_"
- ],
- [
- 47330,
- 3,
- 10,
- 5,
- 0.12815,
- "_WLEDNLDHTDSSLLQDNVAFVLCLDTVGR_"
- ],
- [
- 45065,
- 2,
- 14,
- 5,
- 0.185,
- "_(Acetyl (Protein N-term))MEGPAEWGPEAALGPEAVLR_"
- ],
- [
- 32873,
- 3,
- 13,
- 2,
- 0.17079,
- "_SYPVEVFHLEDIIEETGFVLEK_"
- ],
- [
- 42587,
- 2,
- 7,
- 2,
- 0.085407,
- "_GDDILTILTEVNYEVSNK_"
- ],
- [
- 18260,
- 2,
- 11,
- 4,
- 0.14236,
- "_WALSSLLQQLLK_"
- ],
- [
- 37627,
- 2,
- 25,
- 7,
- 0.34159,
- "_FGVEQDVDMVFASFIR_"
- ],
- [
- 46271,
- 4,
- 17,
- 7,
- 0.22767,
- "_LLQQMEQFIQYLDEPTVNTQIFPHVVHGFLDTNPAIR_"
- ],
- [
- 20066,
- 2,
- 20,
- 4,
- 0.27038,
- "_VPIIVPIMMLAIK_"
- ],
- [
- 41793,
- 3,
- 14,
- 7,
- 0.185,
- "_DEVAVCNLASLALNMYVTSEHTYDFK_"
- ],
- [
- 42298,
- 2,
- 21,
- 4,
- 0.28462,
- "_ASPESQEPLIQLVQAFVR_"
- ],
- [
- 9459,
- 3,
- 13,
- 3,
- 0.17078,
- "_FFGIDSLIEHLEVAIK_"
- ],
- [
- 37049,
- 4,
- 10,
- 6,
- 0.1281,
- "_ADITDVMDAYGQTPLMLAIMNGHVDCVHLLLEK_"
- ],
- [
- 44748,
- 2,
- 13,
- 4,
- 0.17078,
- "_TLYSDTGELIVEELLLNGK_"
- ],
- [
- 45955,
- 2,
- 15,
- 5,
- 0.19921,
- "_LLDDEVPFDSPLLVVYATR_"
- ],
- [
- 22697,
- 3,
- 19,
- 6,
- 0.25609,
- "_ESLQMAVGPFLHILESNLLK_"
- ],
- [
- 45229,
- 4,
- 13,
- 6,
- 0.17078,
- "_QESDQLVLNQHPASDKIEAYMDTLQTQWSWILQITK_"
- ],
- [
- 28261,
- 2,
- 18,
- 5,
- 0.24188,
- "_SLFVQELLLSTLVR_"
- ],
- [
- 12547,
- 4,
- 16,
- 5,
- 0.21343,
- "_LPDLIIFLHTLNNIFEPHVAVR_"
- ],
- [
- 44662,
- 3,
- 16,
- 6,
- 0.21343,
- "_DWNPKPLDTFLEELAENCVGYCGADIK_"
- ],
- [
- 30038,
- 2,
- 19,
- 5,
- 0.25609,
- "_IEQLSPFPFDLLLK_"
- ],
- [
- 35630,
- 3,
- 20,
- 5,
- 0.27032,
- "_WSANEIQVVVATVAFGMGIDKPDVR_"
- ],
- [
- 46376,
- 3,
- 26,
- 8,
- 0.35579,
- "_VADEDDVDNEEAALLHEEATMTIEELLTR_"
- ],
- [
- 50377,
- 2,
- 15,
- 7,
- 0.19922,
- "_WDNNYGDGVSPMSWIGSVDILR_"
- ],
- [
- 37792,
- 2,
- 17,
- 4,
- 0.22766,
- "_MEPLATVESLEQYLLK_"
- ],
- [
- 45886,
- 2,
- 14,
- 3,
- 0.18501,
- "_GPVTNAAILLAPVSMLSSDFR_"
- ],
- [
- 45640,
- 2,
- 16,
- 4,
- 0.21344,
- "_AGGPNLDMGYWESLLQQLR_"
- ],
- [
- 47465,
- 2,
- 18,
- 4,
- 0.24187,
- "_ESLQMAVGPFLHILESNLLK_"
- ],
- [
- 41422,
- 3,
- 23,
- 7,
- 0.31307,
- "_SENLDNPIQTVSLGQSLFFHFPPLLR_"
- ],
- [
- 36922,
- 2,
- 13,
- 4,
- 0.1708,
- "_MIFIPSSIAFLTTLER_"
- ],
- [
- 33424,
- 2,
- 19,
- 6,
- 0.25609,
- "_DLQEFIPLINQITAK_"
- ],
- [
- 34160,
- 2,
- 13,
- 5,
- 0.1708,
- "_DIFEGVYFPAISLYK_"
- ],
- [
- 40953,
- 2,
- 16,
- 2,
- 0.21344,
- "_AFM(Oxidation (M))TADLPNELIELLEK_"
- ],
- [
- 40675,
- 2,
- 20,
- 7,
- 0.27032,
- "_EIFLSQPILLELEAPLK_"
- ],
- [
- 35011,
- 2,
- 14,
- 2,
- 0.18501,
- "_YVDFPITDVLQMMGR_"
- ],
- [
- 39440,
- 2,
- 10,
- 5,
- 0.12806,
- "_VAGLESLGDLFPNLTVIR_"
- ],
- [
- 49760,
- 3,
- 16,
- 6,
- 0.21345,
- "_FLPPAQVTVVGSYLLGTCIRPDINVDVALTMPR_"
- ],
- [
- 23700,
- 3,
- 10,
- 4,
- 0.12805,
- "_DKGALDNLLSQLIAELGMDKK_"
- ],
- [
- 39556,
- 3,
- 25,
- 8,
- 0.34154,
- "_VLETPQEIHTVSSEAVSLLEEVITPR_"
- ],
- [
- 51526,
- 3,
- 16,
- 9,
- 0.21345,
- "_SYPGSQLDILIDQGKDDQFLLDGQLLPDNFIAACTEK_"
- ],
- [
- 25471,
- 2,
- 9,
- 2,
- 0.11383,
- "_VSLSDVSTFLMSLR_"
- ],
- [
- 18893,
- 2,
- 13,
- 4,
- 0.17077,
- "_DLEEDLYELFK_"
- ],
- [
- 48470,
- 2,
- 8,
- 3,
- 0.09956,
- "_GLGGPGAIAWISQAFDDDSALLK_"
- ],
- [
- 39622,
- 2,
- 11,
- 3,
- 0.14228,
- "_YVPSTPWFLMPILVEK_"
- ],
- [
- 48345,
- 2,
- 14,
- 4,
- 0.185,
- "_DVDINIYDWNGGTPLLYAVR_"
- ],
- [
- 43512,
- 2,
- 14,
- 5,
- 0.185,
- "_FGVICLEDLIHEIAFPGK_"
- ],
- [
- 45372,
- 3,
- 12,
- 7,
- 0.15652,
- "_QLVMTMGVADSQLFFYPQLLPIHTLDVK_"
- ],
- [
- 7418,
- 2,
- 8,
- 2,
- 0.099575,
- "_DFSILINLIK_"
- ],
- [
- 32636,
- 4,
- 9,
- 6,
- 0.1138,
- "_KPLIPFEEFINEPLNEVLEMDKDYTFFK_"
- ],
- [
- 31909,
- 3,
- 13,
- 5,
- 0.17076,
- "_EELDNMLNLAVHLVSQASGAGAYR_"
- ],
- [
- 36217,
- 2,
- 15,
- 6,
- 0.19926,
- "_ETDMLNYLIECFDR_"
- ],
- [
- 30442,
- 3,
- 12,
- 3,
- 0.15652,
- "_VYLTGYNFTLADILLYYGLHR_"
- ],
- [
- 47221,
- 3,
- 8,
- 4,
- 0.099575,
- "_QIQAAYSILSEVQQAVSQGSSDSQILDLSNR_"
- ],
- [
- 49595,
- 3,
- 12,
- 6,
- 0.15652,
- "_QLLELPLNLTIVSPAHTPNWDLVSDVVNSCSR_"
- ],
- [
- 48632,
- 2,
- 19,
- 5,
- 0.25611,
- "_FLFPFFDSAYQGFASGNLER_"
- ],
- [
- 36644,
- 2,
- 19,
- 6,
- 0.25611,
- "_YNIIPVLSDILQESVK_"
- ],
- [
- 46831,
- 3,
- 17,
- 6,
- 0.22768,
- "_LLEVSPGDTGWDVFSLDYHVDGPIATVFTR_"
- ],
- [
- 39195,
- 2,
- 20,
- 6,
- 0.27033,
- "_ETDLLLDDSLVSIFGNR_"
- ],
- [
- 48102,
- 3,
- 24,
- 9,
- 0.32728,
- "_ILQMEEEYIQQLCEDIIQLKPDVVITEK_"
- ],
- [
- 50744,
- 3,
- 19,
- 8,
- 0.25611,
- "_GSDWLGDQDAIHYMTEQAPAAVVELENYGMPFSR_"
- ],
- [
- 36551,
- 3,
- 15,
- 5,
- 0.19926,
- "_QSGAFLSTSEGLILQLVGDAVHPQFK_"
- ],
- [
- 45817,
- 2,
- 14,
- 4,
- 0.18502,
- "_DIVMPTYDLTDSVLETMGR_"
- ],
- [
- 32806,
- 3,
- 14,
- 6,
- 0.18502,
- "_EQTVQYILTMVDDMLQENHQR_"
- ],
- [
- 46303,
- 2,
- 11,
- 3,
- 0.14233,
- "_ANWPENGLQLAEIFFTAEK_"
- ],
- [
- 48223,
- 3,
- 21,
- 8,
- 0.28459,
- "_EIYPYVIQELRPTLNELGISTPEELGLDKV_"
- ],
- [
- 48481,
- 2,
- 22,
- 7,
- 0.29881,
- "_GLAFIQDPDGYWIEILNPNK_"
- ],
- [
- 51430,
- 2,
- 12,
- 6,
- 0.15654,
- "_LMSDPDSSIIDFYPEDFAIDLNGK_"
- ],
- [
- 46372,
- 2,
- 13,
- 5,
- 0.17077,
- "_TAIELGPLWSSSLFNTGFLK_"
- ],
- [
- 41579,
- 2,
- 18,
- 5,
- 0.24194,
- "_VGDPAEDFGTFFSAVIDAK_"
- ],
- [
- 36478,
- 2,
- 17,
- 5,
- 0.22772,
- "_LVLPSLLAALEEESWR_"
- ],
- [
- 31935,
- 3,
- 12,
- 5,
- 0.15654,
- "_AVGNINELPENILLELFTHVPAR_"
- ],
- [
- 44782,
- 2,
- 17,
- 5,
- 0.22772,
- "_DGNLVEDFVFDAGVGDIGNR_"
- ],
- [
- 20827,
- 3,
- 9,
- 2,
- 0.11383,
- "_SVFQTINQFLDLTLFTHR_"
- ],
- [
- 49584,
- 3,
- 24,
- 8,
- 0.32725,
- "_FQSSAVMALQEACEAYLVGLFEDTNLCAIHAK_"
- ],
- [
- 40590,
- 2,
- 14,
- 5,
- 0.18501,
- "_GDSETDLEALFNAVMNPK_"
- ],
- [
- 41894,
- 2,
- 15,
- 5,
- 0.19925,
- "_EQELQALIQQLSIDLQK_"
- ],
- [
- 33061,
- 2,
- 17,
- 5,
- 0.22775,
- "_ANTNEVLWAVVAAFTK_"
- ],
- [
- 50739,
- 2,
- 13,
- 4,
- 0.17078,
- "_IIYLNQLLQEDSLNVADLTSLR_"
- ],
- [
- 50060,
- 2,
- 17,
- 5,
- 0.22775,
- "_TYTMGTGFDVNIVEEELGIISR_"
- ],
- [
- 36273,
- 3,
- 10,
- 3,
- 0.12807,
- "_LPFFNMLDELLKPTELVPQNNEK_"
- ],
- [
- 49407,
- 3,
- 19,
- 7,
- 0.25618,
- "_LTPFIIQENLNLALNSASAIGCHVVNIGAEDLR_"
- ],
- [
- 47140,
- 3,
- 20,
- 9,
- 0.27039,
- "_LTPGCEAEAETEAICFFVQQFTDMEHNR_"
- ],
- [
- 14318,
- 3,
- 9,
- 2,
- 0.11386,
- "_DDERVPALNLLICLVSR_"
- ],
- [
- 28461,
- 2,
- 20,
- 5,
- 0.27039,
- "_DLIEFGMIPEFVGR_"
- ],
- [
- 43807,
- 2,
- 16,
- 4,
- 0.2135,
- "_QQWDAAIYFMEEALQAR_"
- ],
- [
- 35842,
- 2,
- 12,
- 4,
- 0.15655,
- "_IDPFEDLSFNLLAVSK_"
- ],
- [
- 51297,
- 3,
- 11,
- 4,
- 0.14233,
- "_IELDHASLEEDAEPGPSSLGSMLMPVQETAWEELIR_"
- ],
- [
- 36880,
- 3,
- 15,
- 6,
- 0.19927,
- "_YFHIPIGNLPEDISTFGSDLFFAR_"
- ],
- [
- 32226,
- 3,
- 14,
- 6,
- 0.18504,
- "_ESHPATVFILFSDLNPLVTLGGNK_"
- ],
- [
- 48835,
- 3,
- 16,
- 6,
- 0.21351,
- "_SLDPSDAFNGVDCNSLSFLSVFTDGDLGDSGKR_"
- ],
- [
- 51241,
- 3,
- 15,
- 4,
- 0.19927,
- "_LMGDEPDLDPDINKDFFESNVLQLDPSLLTENGMK_"
- ],
- [
- 49934,
- 2,
- 13,
- 4,
- 0.17082,
- "_NIAELAALSQDELTSILGNAANAK_"
- ],
- [
- 49368,
- 2,
- 17,
- 6,
- 0.22776,
- "_FLVLDEADGLLSQGYSDFINR_"
- ],
- [
- 42406,
- 3,
- 31,
- 9,
- 0.42698,
- "_HLEGLSEEAIMELNLPTGIPIVYELDK_"
- ],
- [
- 40540,
- 3,
- 12,
- 6,
- 0.15655,
- "_GHAAPILYAVWAEAGFLAEAELLNLRK_"
- ],
- [
- 39000,
- 3,
- 16,
- 3,
- 0.21351,
- "_LAVQLPPGEDLNDWVAVHVVDFFNR_"
- ],
- [
- 37893,
- 2,
- 20,
- 6,
- 0.27049,
- "_(Acetyl (Protein N-term))TDLVAVWDVALSDGVHK_"
- ],
- [
- 29601,
- 3,
- 11,
- 4,
- 0.14239,
- "_MVHFDLLHEDVSLQYFIPALS_"
- ],
- [
- 49069,
- 2,
- 11,
- 3,
- 0.14239,
- "_SLLGPYLVFMASTINGYEGTGR_"
- ],
- [
- 28344,
- 2,
- 16,
- 2,
- 0.21354,
- "_AAMTSLMDLTLLLAR_"
- ],
- [
- 48875,
- 2,
- 15,
- 3,
- 0.19931,
- "_TVDLQDAEEAVELVQYAYFK_"
- ],
- [
- 49194,
- 3,
- 15,
- 7,
- 0.19931,
- "_GDFLASLENDIKPAFGTNQEDYASYIMNGIIK_"
- ],
- [
- 17096,
- 3,
- 17,
- 6,
- 0.22779,
- "_IDLRPVLGEGVPILASFLR_"
- ],
- [
- 39695,
- 3,
- 12,
- 6,
- 0.1566,
- "_AGIPTSSVFALHFTEPPISAQLLAFLR_"
- ],
- [
- 51303,
- 2,
- 16,
- 4,
- 0.21354,
- "_TIYDIAWCQLTGALATACGDDAIR_"
- ],
- [
- 51281,
- 3,
- 23,
- 10,
- 0.31314,
- "_IPVTDEEQTNVPYIYAIGDILEDKVELTPVAIQAGR_"
- ],
- [
- 51621,
- 3,
- 17,
- 7,
- 0.22779,
- "_LTNTYCLVAIGGSENFYSVFEGELSDTIPVVHASIAGCR_"
- ],
- [
- 21696,
- 2,
- 22,
- 5,
- 0.29892,
- "_LTLMEEVLLLGLK_"
- ],
- [
- 33426,
- 2,
- 13,
- 5,
- 0.17082,
- "_LQNIFLGLVNIIEEK_"
- ],
- [
- 47882,
- 2,
- 16,
- 6,
- 0.21354,
- "_ENFIPTIVNFSAEEISDAIR_"
- ],
- [
- 26061,
- 3,
- 25,
- 6,
- 0.34157,
- "_IVAPELYIAVGISGAIQHLAGMK_"
- ],
- [
- 44273,
- 2,
- 8,
- 2,
- 0.099722,
- "_ANGLLDFDIFYNVTGCLR_"
- ],
- [
- 48294,
- 2,
- 13,
- 3,
- 0.17084,
- "_DQGQAANMLCVVVNDMEQLR_"
- ],
- [
- 47734,
- 2,
- 9,
- 2,
- 0.11394,
- "_ATLVCLISDFYPGSVTVVWK_"
- ],
- [
- 33327,
- 2,
- 14,
- 5,
- 0.18506,
- "_YSLQSANASSLSSGQLK_"
- ],
- [
- 28436,
- 2,
- 14,
- 5,
- 0.18506,
- "_DNTYLVELSSLLVR_"
- ],
- [
- 39148,
- 3,
- 20,
- 4,
- 0.27052,
- "_VYELLGLLGEVHPSEMINNAENLFR_"
- ],
- [
- 45337,
- 2,
- 19,
- 6,
- 0.25627,
- "_ILLDQVEEAVADFDECIR_"
- ],
- [
- 49627,
- 2,
- 23,
- 6,
- 0.31316,
- "_NQLIEQFPGIEPWLNQIMPK_"
- ],
- [
- 34762,
- 2,
- 18,
- 6,
- 0.24203,
- "_ENVNSLLPVFEEFLK_"
- ],
- [
- 41039,
- 2,
- 18,
- 6,
- 0.24203,
- "_QELPFMATENIIMAMVK_"
- ],
- [
- 38377,
- 2,
- 19,
- 4,
- 0.25627,
- "_LTDNIFLEILYSTDPK_"
- ],
- [
- 42692,
- 2,
- 20,
- 6,
- 0.27048,
- "_NIVSLLLSMLGHDEDNTR_"
- ],
- [
- 51157,
- 3,
- 6,
- 5,
- 0.071222,
- "_ESPLSLYNEELVSMNVQGDYEPTDATGFININSLR_"
- ],
- [
- 10528,
- 3,
- 17,
- 5,
- 0.22776,
- "_DNTIEHLLPLFLAQLK_"
- ],
- [
- 26869,
- 2,
- 18,
- 5,
- 0.242,
- "_DILCGAADEVLAVLK_"
- ],
- [
- 16844,
- 3,
- 21,
- 6,
- 0.28473,
- "_FGVICLEDLIHEIAFPGK_"
- ],
- [
- 50698,
- 2,
- 13,
- 5,
- 0.17084,
- "_NYVEDIPFLSPTFNPQEVFIR_"
- ],
- [
- 49679,
- 3,
- 16,
- 6,
- 0.21355,
- "_VDEALGRPGGLAVLAAFLEEGPEENSAYEQLLSR_"
- ],
- [
- 39715,
- 2,
- 19,
- 5,
- 0.25624,
- "_EVLGDAVPDEILIEAVLK_"
- ],
- [
- 42921,
- 2,
- 15,
- 6,
- 0.19927,
- "_DGHNLISLLEVLSGDSLPR_"
- ],
- [
- 50149,
- 3,
- 20,
- 8,
- 0.27045,
- "_AQAALQAVNSVQSGNLALAASAAAVDAGMAMAGQSPVLR_"
- ],
- [
- 16062,
- 3,
- 16,
- 6,
- 0.21349,
- "_DGHNLISLLEVLSGDSLPR_"
- ],
- [
- 32004,
- 2,
- 8,
- 3,
- 0.099691,
- "_DGHNLISLLEVLSGIK_"
- ],
- [
- 12130,
- 3,
- 14,
- 5,
- 0.18505,
- "_IFSAEIIYHLFDAFTK_"
- ],
- [
- 43715,
- 3,
- 24,
- 7,
- 0.32738,
- "_VLCELADLQDKEVGDGTTSVVIIAAELLK_"
- ],
- [
- 40345,
- 4,
- 14,
- 5,
- 0.18505,
- "_TPELRDDDFLGGAECSLGQIVSSQVLTLPLMLKPGK_"
- ],
- [
- 48898,
- 3,
- 18,
- 7,
- 0.24198,
- "_GEPGLEQPFWISSVAALLNTDLVATGSHSSCVR_"
- ],
- [
- 45488,
- 2,
- 18,
- 6,
- 0.24198,
- "_NLNPEDIDQLITISGMVIR_"
- ],
- [
- 44799,
- 3,
- 15,
- 5,
- 0.19927,
- "_EAMFDDDADQFPDDLSLDHSDLVAELLK_"
- ],
- [
- 50482,
- 2,
- 7,
- 3,
- 0.085409,
- "_TTSEVWLIDGLSPWDPPVLIQK_"
- ],
- [
- 51122,
- 2,
- 10,
- 4,
- 0.12814,
- "_EPLGNVLFSPICLSTSLSLAQVGAK_"
- ],
- [
- 35439,
- 3,
- 22,
- 8,
- 0.29891,
- "_SICTTVLELLDKYLIANATNPESK_"
- ],
- [
- 27619,
- 2,
- 16,
- 4,
- 0.21348,
- "_DAELAWIDGVLDMR_"
- ],
- [
- 39470,
- 2,
- 15,
- 6,
- 0.19927,
- "_IFSAEIIYHLFDAFTK_"
- ],
- [
- 38884,
- 2,
- 12,
- 3,
- 0.15658,
- "_VAIDASMSIYQFLIAVR_"
- ],
- [
- 46261,
- 3,
- 21,
- 7,
- 0.28466,
- "_SANYCHTSQGDPIGLILLGEVALGNMYELK_"
- ],
- [
- 34065,
- 4,
- 13,
- 5,
- 0.1708,
- "_VFIAEVPIIAIDWVQIDANSSVLHDEFIAHR_"
- ],
- [
- 39343,
- 2,
- 13,
- 5,
- 0.1708,
- "_DLNGILLLDTALQTPVSK_"
- ],
- [
- 51757,
- 3,
- 15,
- 6,
- 0.19927,
- "_NITDYLIEEVSAEEEELLGSSGGAPPEEPPKEGNPAEINVER_"
- ],
- [
- 49147,
- 2,
- 32,
- 8,
- 0.44118,
- "_SGETEDTFIADLVVGLCTGQIK_"
- ],
- [
- 40054,
- 2,
- 21,
- 5,
- 0.28466,
- "_VADLYELVQYAGNIIPR_"
- ],
- [
- 46206,
- 3,
- 12,
- 4,
- 0.15658,
- "_ELTDTLQAETDQLEDEKSALQTEIANLLK_"
- ],
- [
- 41416,
- 2,
- 21,
- 6,
- 0.28464,
- "_VPSTEAEALASSLMGLFEK_"
- ],
- [
- 46138,
- 2,
- 13,
- 8,
- 0.17079,
- "_EMYSVEEAEQLMTLISAAR_"
- ],
- [
- 22658,
- 3,
- 14,
- 6,
- 0.18502,
- "_GFNDDVLLQIVHFLLNRPK_"
- ],
- [
- 49893,
- 3,
- 12,
- 6,
- 0.15657,
- "_QALPTEAAILTLAPHSSYFDAIPVTMTMSSIVMK_"
- ],
- [
- 18550,
- 2,
- 10,
- 3,
- 0.12812,
- "_DLALFFSLNPIR_"
- ],
- [
- 46868,
- 2,
- 18,
- 5,
- 0.24191,
- "_VLNLVLPNLSLGPIDSSVLSR_"
- ],
- [
- 43600,
- 2,
- 23,
- 3,
- 0.31312,
- "_VNMPPAVDPAEFFVLMER_"
- ],
- [
- 20594,
- 2,
- 11,
- 3,
- 0.14235,
- "_VFTMQDLLQLIK_"
- ],
- [
- 30884,
- 2,
- 16,
- 6,
- 0.21348,
- "_GDVTLTFLPLSFWGK_"
- ],
- [
- 48449,
- 2,
- 11,
- 3,
- 0.14235,
- "_ALMLCEGLFVADVTDFEGWK_"
- ],
- [
- 45846,
- 2,
- 15,
- 4,
- 0.19924,
- "_FVFPFDYLPAEQLCIVAK_"
- ],
- [
- 51765,
- 3,
- 14,
- 7,
- 0.18501,
- "_QQMGGKPIYISFDIDALDPAYAPGTGTPEIAGLTPSQALEIIR_"
- ],
- [
- 51690,
- 3,
- 21,
- 7,
- 0.28462,
- "_LLDQCENQELEAPGGIATPPVYGQLLALYLLHNDMNNAR_"
- ],
- [
- 47479,
- 2,
- 11,
- 4,
- 0.14233,
- "_VLLYGLGEIFPIENIYSATK_"
- ],
- [
- 48693,
- 2,
- 18,
- 6,
- 0.24191,
- "_QDMPSEDVVSLQVSLINLAMK_"
- ],
- [
- 51066,
- 2,
- 14,
- 6,
- 0.18501,
- "_EEPWVDPNSPVLLEDPVLCALAK_"
- ],
- [
- 41506,
- 4,
- 9,
- 4,
- 0.11384,
- "_KVPDVLPVLPDLPLPAIQANYRPLPSLELISSFQPK_"
- ],
- [
- 48153,
- 2,
- 19,
- 6,
- 0.25613,
- "_AASQSTQVPTITEGVAAALLLLK_"
- ],
- [
- 37831,
- 2,
- 19,
- 6,
- 0.25613,
- "_DNTIEHLLPLFLAQLK_"
- ],
- [
- 46860,
- 3,
- 22,
- 6,
- 0.29885,
- "_SLRDDYEVSCPELDQLVEAALAVPGVYGSR_"
- ],
- [
- 27099,
- 2,
- 11,
- 2,
- 0.14233,
- "_CNLASVMLQLLAMK_"
- ],
- [
- 34650,
- 2,
- 10,
- 3,
- 0.12808,
- "_VVELSYWEWLPLLK_"
- ],
- [
- 44661,
- 2,
- 12,
- 4,
- 0.15657,
- "_ICEVDLVISLNIPFETLK_"
- ],
- [
- 41921,
- 2,
- 14,
- 5,
- 0.18501,
- "_YGPLLDLPELPFPELER_"
- ],
- [
- 44476,
- 3,
- 11,
- 6,
- 0.14229,
- "_AEDYPIDLYYLMDLSYSMKDDLENVK_"
- ],
- [
- 43659,
- 3,
- 12,
- 6,
- 0.15655,
- "_YAHLVDVGQVGVNVPIPVPLPMFSFTGSR_"
- ],
- [
- 34938,
- 2,
- 13,
- 4,
- 0.17078,
- "_IDMESLLMCTVDDLK_"
- ],
- [
- 46519,
- 3,
- 15,
- 3,
- 0.19922,
- "_LNLSSNQITELSLCIDQWVHVETLNLSR_"
- ],
- [
- 38036,
- 2,
- 20,
- 5,
- 0.27034,
- "_EFIGSFLEMFGPEGALK_"
- ],
- [
- 51650,
- 3,
- 20,
- 8,
- 0.27034,
- "_GSTPEAAAQVVQWVSFADSDIVPPASTWVFPTLGIMHHNK_"
- ],
- [
- 35441,
- 2,
- 17,
- 5,
- 0.22766,
- "_DVAAIAGGLVDAEALVALK_"
- ],
- [
- 47656,
- 2,
- 16,
- 5,
- 0.21343,
- "_GTSTYDGFGLAWAISEYIATK_"
- ],
- [
- 35573,
- 3,
- 14,
- 5,
- 0.185,
- "_DFVSEQLTSLLVNGVQLPALGENKK_"
- ],
- [
- 34991,
- 3,
- 20,
- 8,
- 0.27033,
- "_SLQDIIAILGMDELSEEDKLTVSR_"
- ],
- [
- 42155,
- 2,
- 15,
- 5,
- 0.19922,
- "_NQDNPVIDEIDFLEAFK_"
- ],
- [
- 29484,
- 2,
- 11,
- 3,
- 0.14227,
- "_VDLITLSYTFFEAK_"
- ],
- [
- 46605,
- 4,
- 11,
- 4,
- 0.14227,
- "_ALALTGNQGIEAAM(Oxidation (M))DWLMEHEDDPDVDEPLETPLGHILGR_"
- ],
- [
- 45558,
- 2,
- 15,
- 5,
- 0.19922,
- "_VDVTFGSLTSAALGLEPVVLR_"
- ],
- [
- 47535,
- 3,
- 11,
- 5,
- 0.14227,
- "_FDLETFGPLVSPPIRPSLSEGLFNAFDENR_"
- ],
- [
- 50428,
- 3,
- 20,
- 7,
- 0.27039,
- "_EEPEKWPLPPIVDYSQTDFSQLLNCPEFVPR_"
- ],
- [
- 40699,
- 2,
- 21,
- 6,
- 0.2846,
- "_LLSPFMPFVTEELFQR_"
- ],
- [
- 19235,
- 2,
- 19,
- 6,
- 0.25613,
- "_DLMLWMEDVIR_"
- ],
- [
- 30939,
- 3,
- 11,
- 4,
- 0.14227,
- "_IIIDNMYYPVTLDVLHQIFSK_"
- ],
- [
- 43756,
- 2,
- 13,
- 6,
- 0.17077,
- "_DLESIDPEFYNSIVWIK_"
- ],
- [
- 41454,
- 2,
- 15,
- 5,
- 0.19926,
- "_AVDEAVILLQEIGVLDQR_"
- ],
- [
- 50198,
- 2,
- 13,
- 6,
- 0.17077,
- "_SGNYTVLQVVEALGSSLENPEPR_"
- ],
- [
- 39363,
- 2,
- 17,
- 5,
- 0.2277,
- "_GPSVPFSIFDEFLLSEK_"
- ],
- [
- 43404,
- 3,
- 12,
- 5,
- 0.15653,
- "_ERWENPLMGWASTADPLSNMVLTFSTK_"
- ],
- [
- 38211,
- 2,
- 17,
- 3,
- 0.2277,
- "_AFLDGFNEVAPLEWLR_"
- ],
- [
- 44508,
- 2,
- 15,
- 5,
- 0.19926,
- "_LSALALLSLLPSDNSVIQDK_"
- ],
- [
- 37409,
- 2,
- 14,
- 3,
- 0.18499,
- "_SSLVLSMLQQMLMEDK_"
- ],
- [
- 27303,
- 2,
- 12,
- 4,
- 0.15649,
- "_QLLLELMGILPTVR_"
- ],
- [
- 37682,
- 3,
- 9,
- 3,
- 0.11377,
- "_DLQHIWPFMYGDYIAYDCWLGK_"
- ],
- [
- 13416,
- 3,
- 15,
- 5,
- 0.19924,
- "_AHPDVLTIMLQLFDEGR_"
- ],
- [
- 48001,
- 2,
- 28,
- 8,
- 0.38425,
- "_TQTSDPAMLPTMIGLLAEAGVR_"
- ],
- [
- 48788,
- 3,
- 10,
- 3,
- 0.12798,
- "_QNLMTVANLGVVFGPTLMRPQEETVAALMDLK_"
- ],
- [
- 46270,
- 2,
- 14,
- 8,
- 0.18499,
- "_MNFANVFIGANPLAVDLLEK_"
- ],
- [
- 30350,
- 2,
- 10,
- 4,
- 0.12798,
- "_ALDLESLSLLGFVYK_"
- ],
- [
- 48610,
- 2,
- 17,
- 5,
- 0.2277,
- "_ELPYFEGDFWPNVLEESIK_"
- ],
- [
- 31568,
- 3,
- 17,
- 7,
- 0.2277,
- "_GIHSAIDASQTPDVVFASILAAFSK_"
- ],
- [
- 47759,
- 2,
- 19,
- 5,
- 0.25615,
- "_VQLSNDFDEYIMAIEQTIK_"
- ],
- [
- 40866,
- 2,
- 18,
- 6,
- 0.24192,
- "_LLEELEDTWLPYLTPK_"
- ],
- [
- 51031,
- 3,
- 17,
- 6,
- 0.2277,
- "_VTEDENDEPIEIPSEDDGTVLLSTVTAQFPGACGLR_"
- ],
- [
- 28799,
- 2,
- 16,
- 5,
- 0.21346,
- "_LELAMLSFFEQFR_"
- ],
- [
- 51459,
- 3,
- 19,
- 6,
- 0.25614,
- "_ETEEEKEIADFDIFDDPESPFSTFNFQYPNQAFK_"
- ],
- [
- 49070,
- 2,
- 12,
- 6,
- 0.15644,
- "_LFLEQFSIPTCVLNGELPLR_"
- ],
- [
- 43477,
- 4,
- 18,
- 9,
- 0.24192,
- "_DAYTHPQFVTDVMKPLQIENIIDQEVQTLSGGELQR_"
- ],
- [
- 34031,
- 3,
- 10,
- 5,
- 0.12798,
- "_DYELQLASYTSGLETLLNIPIKR_"
- ],
- [
- 49816,
- 2,
- 27,
- 8,
- 0.36998,
- "_VFIMDNCEELIPEYLNFIR_"
- ],
- [
- 27186,
- 2,
- 29,
- 6,
- 0.39846,
- "_DLFEDELVPLFEK_"
- ],
- [
- 43187,
- 4,
- 18,
- 10,
- 0.24192,
- "_QAFQGDSIPVFDLLILGVGPDGHTCSLFPDHPLLQER_"
- ],
- [
- 49539,
- 2,
- 11,
- 3,
- 0.1422,
- "_EKIEAELQDICNDVLELLDK_"
- ],
- [
- 50363,
- 2,
- 11,
- 4,
- 0.1422,
- "_FTSCVAFFNILNELNDYAGQR_"
- ],
- [
- 24008,
- 3,
- 14,
- 4,
- 0.18497,
- "_APDTMYLLDFVKPEFLLLR_"
- ],
- [
- 41929,
- 2,
- 12,
- 5,
- 0.15644,
- "_FGAQNESLLPSILVLLQR_"
- ],
- [
- 34725,
- 2,
- 11,
- 3,
- 0.1422,
- "_AELTALESLIEMGFPR_"
- ],
- [
- 27488,
- 3,
- 13,
- 2,
- 0.17071,
- "_HDGTVGLLTYPVLQAADILLYK_"
- ],
- [
- 33161,
- 2,
- 14,
- 5,
- 0.18497,
- "_CALMEALVLISNQFK_"
- ],
- [
- 32341,
- 3,
- 13,
- 5,
- 0.17066,
- "_CALMEQVAHQTIVMQFILELAK_"
- ],
- [
- 51076,
- 3,
- 20,
- 7,
- 0.27036,
- "_VFVGGLSPDTSEEQIKEYFGAFGEIENIELPMDTK_"
- ],
- [
- 47019,
- 2,
- 9,
- 5,
- 0.11378,
- "_QALPQLETPPNPSALLALLAR_"
- ],
- [
- 34655,
- 3,
- 14,
- 4,
- 0.18493,
- "_TQTPFTPENLFLAMLSVVHCNSR_"
- ],
- [
- 41095,
- 3,
- 15,
- 6,
- 0.19919,
- "_TVQSLACLEEADHTVGFILQLSNFMK_"
- ],
- [
- 28530,
- 2,
- 22,
- 6,
- 0.2988,
- "_DFNVGDYIQAVLDR_"
- ],
- [
- 32269,
- 3,
- 20,
- 5,
- 0.27036,
- "_DFPFELIPEPPEGGLPGPWALHR_"
- ],
- [
- 41610,
- 2,
- 11,
- 5,
- 0.14221,
- "_QLAVLTELPFVVPFEER_"
- ],
- [
- 43584,
- 3,
- 22,
- 9,
- 0.2988,
- "_ECFGACLFTCYDLLRPDVVLETAWR_"
- ],
- [
- 44256,
- 2,
- 17,
- 2,
- 0.22768,
- "_TLLSFAQGDVITLLIPEEK_"
- ],
- [
- 44466,
- 2,
- 16,
- 6,
- 0.21343,
- "_VLLQDFTGIPAMVDFAAMR_"
- ],
- [
- 47516,
- 2,
- 12,
- 4,
- 0.15642,
- "_MDPLEAIQLELDTVNAQADR_"
- ],
- [
- 42838,
- 3,
- 18,
- 8,
- 0.2419,
- "_DKTISSSLAVVDLIDAIQPGCINYDLVK_"
- ],
- [
- 39620,
- 4,
- 15,
- 8,
- 0.19915,
- "_NTPFLYDLVMTHALQWPSLTVQWLPEVTKPEGK_"
- ],
- [
- 38690,
- 3,
- 15,
- 6,
- 0.19915,
- "_LFGFKEDPFVFIPEDDPLFPPIEK_"
- ],
- [
- 50025,
- 3,
- 19,
- 7,
- 0.25614,
- "_DGQEIELECGTQLCLLFPPDESIDLYQVIHK_"
- ],
- [
- 45590,
- 4,
- 12,
- 8,
- 0.15642,
- "_GDDLSHMYNFLAQPNAIVHLDLSNTECSLDMVCGALLR_"
- ],
- [
- 42335,
- 2,
- 17,
- 5,
- 0.22765,
- "_DLPEEYLSSIYEEIEGK_"
- ],
- [
- 50523,
- 2,
- 11,
- 2,
- 0.14221,
- "_EGDVITIIGVPEPGWFEGELEGR_"
- ],
- [
- 32456,
- 2,
- 17,
- 5,
- 0.22765,
- "_SAVELVQEFLNDLNK_"
- ],
- [
- 51728,
- 3,
- 11,
- 6,
- 0.14221,
- "_YPTSIASLAFSNDGTTLAIASSYMYEMDDTEHPEDGIFIR_"
- ],
- [
- 41302,
- 2,
- 13,
- 5,
- 0.17064,
- "_NPFFLEPAIIITITDGSK_"
- ],
- [
- 25094,
- 3,
- 26,
- 6,
- 0.3557,
- "_VFPDKEVMLDAALALAAEISSK_"
- ],
- [
- 45600,
- 4,
- 28,
- 10,
- 0.38419,
- "_GSTPEAAAQVVQWVSFADSDIVPPASTWVFPTLGIMHHNK_"
- ],
- [
- 50395,
- 2,
- 22,
- 6,
- 0.29881,
- "_DYPVVSIEDPFDQDDWAAWSK_"
- ],
- [
- 51198,
- 3,
- 13,
- 8,
- 0.17066,
- "_STLLATIQEHGYPTINLGIVGDNPDDLLNALNEGISR_"
- ],
- [
- 40199,
- 2,
- 18,
- 6,
- 0.24188,
- "_QQPPDLVEFAVEYFTR_"
- ],
- [
- 50682,
- 2,
- 12,
- 4,
- 0.15644,
- "_DDQFLLDGQLLPDNFIAACTEK_"
- ],
- [
- 51793,
- 3,
- 17,
- 9,
- 0.22764,
- "_EAMQQADDWLGVPQVITPEEIIHPDVDEHSVMTYLSQFPK_"
- ],
- [
- 50222,
- 2,
- 7,
- 2,
- 0.085375,
- "_LANSGINVMQVADLQSINISGNGF_"
- ],
- [
- 29112,
- 3,
- 9,
- 3,
- 0.11382,
- "_VCELGDEILPTLLYIWTQHR_"
- ],
- [
- 33680,
- 4,
- 17,
- 7,
- 0.22762,
- "_FPNNVEPVTNHFITQWLNDVDCFLGLHDR_"
- ],
- [
- 23275,
- 3,
- 11,
- 3,
- 0.14226,
- "_LSKPELLTLFSILEGELEAR_"
- ],
- [
- 43978,
- 2,
- 21,
- 4,
- 0.28461,
- "_NGLSAWELIELIGNGQFSK_"
- ],
- [
- 19430,
- 2,
- 17,
- 4,
- 0.22762,
- "_EVPFFSVLLFAR_"
- ],
- [
- 49747,
- 3,
- 19,
- 8,
- 0.25612,
- "_SVPVSAGGEGETSPYSLEASPLGQLMNMLSHPVIR_"
- ],
- [
- 51394,
- 3,
- 14,
- 5,
- 0.18489,
- "_TIIIDNSPQAFAYQLSNGIPIESWFMDKNDNELLK_"
- ],
- [
- 37187,
- 3,
- 10,
- 6,
- 0.12804,
- "_WTLSNMLGDNKVPAEEVLVAVELLK_"
- ],
- [
- 37712,
- 3,
- 11,
- 4,
- 0.14225,
- "_VPGLTLPSGAFSDCLTIVEFLHSFGK_"
- ],
- [
- 36592,
- 3,
- 14,
- 5,
- 0.1849,
- "_WTIDDIAQSLEHCSSLFPAELALK_"
- ],
- [
- 24589,
- 4,
- 11,
- 3,
- 0.14225,
- "_IPQVTTHWLEILQALLLSSNQELQHR_"
- ],
- [
- 42107,
- 2,
- 13,
- 2,
- 0.17068,
- "_DETPLCTLLDWQDSLAK_"
- ],
- [
- 48069,
- 4,
- 14,
- 6,
- 0.1849,
- "_NLKPHIQGIIQDVIFPLMCYTDADEELWQEDPYEYIR_"
- ],
- [
- 29287,
- 2,
- 11,
- 2,
- 0.14225,
- "_MLLIAVLEAIGGQASR_"
- ],
- [
- 45387,
- 2,
- 11,
- 4,
- 0.14225,
- "_GSQAGDVYSFGIILQEIALR_"
- ],
- [
- 44437,
- 3,
- 15,
- 5,
- 0.19911,
- "_IFNNQEFAQLLAQSVNHGFETVYELTK_"
- ],
- [
- 47258,
- 2,
- 19,
- 4,
- 0.25609,
- "_DCQGIIEDVILLGAPVEGEAK_"
- ],
- [
- 45382,
- 2,
- 17,
- 3,
- 0.22756,
- "_DIDIEDLEELDPDFIM(Oxidation (M))AK_"
- ],
- [
- 50894,
- 3,
- 22,
- 9,
- 0.29882,
- "_NTPFLYDLVMTHALQWPSLTVQWLPEVTKPEGK_"
- ],
- [
- 48389,
- 4,
- 20,
- 9,
- 0.27033,
- "_EAMQQADDWLGVPQVITPEEIIHPDVDEHSVMTYLSQFPK_"
- ],
- [
- 43997,
- 3,
- 17,
- 6,
- 0.22756,
- "_IGGILANELSVDEAALHAAVIAINEAIDRR_"
- ],
- [
- 39229,
- 4,
- 21,
- 5,
- 0.28459,
- "_HDLHVTSQQGSSEPVVQDLAQVVEEVIGVPQSFQK_"
- ],
- [
- 46309,
- 3,
- 19,
- 6,
- 0.25609,
- "_LGISLEEMLLVTEDALHPEPYNPEEICR_"
- ],
- [
- 50815,
- 3,
- 21,
- 7,
- 0.28459,
- "_HDLHVTSQQGSSEPVVQDLAQVVEEVIGVPQSFQK_"
- ],
- [
- 47981,
- 2,
- 5,
- 5,
- 0.056904,
- "_VIIFDASWNPSYDIQSIFR_"
- ],
- [
- 50065,
- 2,
- 7,
- 4,
- 0.085344,
- "_LLQPPAPIMPLDTNWPLLTVSK_"
- ],
- [
- 41983,
- 2,
- 14,
- 3,
- 0.1849,
- "_SNILEAWSEGVALLQDVR_"
- ],
- [
- 33394,
- 3,
- 15,
- 5,
- 0.19911,
- "_HTDSLFPILLQTLSDESDEVILK_"
- ],
- [
- 51117,
- 3,
- 11,
- 6,
- 0.14226,
- "_NLAHTEMLQDAFSLLAYSDPWSCPVGQQLDPIQR_"
- ],
- [
- 41390,
- 3,
- 19,
- 9,
- 0.25605,
- "_MKFDVFEDFISPTTAAQTLLFTACSK_"
- ],
- [
- 31866,
- 2,
- 19,
- 6,
- 0.25605,
- "_VQALTTDISLIFAALK_"
- ],
- [
- 38496,
- 2,
- 18,
- 5,
- 0.24178,
- "_DDVPFFGPPLPDPAVFR_"
- ],
- [
- 40404,
- 2,
- 10,
- 4,
- 0.12805,
- "_VDNMIIQSISLLDQLDK_"
- ],
- [
- 49011,
- 2,
- 18,
- 7,
- 0.24178,
- "_NVFFSPMSMSCALAMVYMGAK_"
- ],
- [
- 46639,
- 3,
- 17,
- 7,
- 0.22754,
- "_FYDLLAQQAILSLESEQVPLMSAHWCLK_"
- ],
- [
- 34585,
- 3,
- 15,
- 4,
- 0.19911,
- "_GGYFLVDFYAPTAAVESMVEHLSR_"
- ],
- [
- 40710,
- 3,
- 13,
- 4,
- 0.17069,
- "_LINLLEEVFHLMETAPHTMIQQPVK_"
- ],
- [
- 21196,
- 2,
- 26,
- 4,
- 0.3557,
- "_TPLFDQIIDMLR_"
- ],
- [
- 37601,
- 2,
- 12,
- 3,
- 0.15648,
- "_SLFTEDTFFLELIQR_"
- ],
- [
- 47893,
- 3,
- 12,
- 5,
- 0.15648,
- "_LLSEHLTMLQVLNLCETPVTDAGLLALSSMK_"
- ],
- [
- 32583,
- 3,
- 9,
- 3,
- 0.11378,
- "_PGTALELLEAQAATGFIVDPVSNLR_"
- ],
- [
- 47407,
- 2,
- 22,
- 6,
- 0.29877,
- "_EALAQTVLAEVPTQLVSYFR_"
- ],
- [
- 42576,
- 2,
- 22,
- 6,
- 0.29877,
- "_MGLEDTLEQLNAMITESK_"
- ],
- [
- 42487,
- 3,
- 11,
- 4,
- 0.14227,
- "_TEPEFFELDVVVLGSHLIDDYGNTYR_"
- ],
- [
- 25616,
- 4,
- 20,
- 7,
- 0.27027,
- "_IGGILANELSVDEAALHAAVIAINEAIDRR_"
- ],
- [
- 48989,
- 2,
- 15,
- 3,
- 0.19912,
- "_GCFSDLDLIDNLGPAMMLSDR_"
- ],
- [
- 49674,
- 2,
- 15,
- 5,
- 0.19912,
- "_GAIDDLQQGELEAFIQNLNLAK_"
- ],
- [
- 49558,
- 3,
- 15,
- 5,
- 0.19914,
- "_IGYNPDTVAFVPISGWNGDNMLEPSANM(Oxidation (M))PWFK_"
- ],
- [
- 50055,
- 2,
- 12,
- 7,
- 0.1565,
- "_NEGFFLNYLFSGMDDDGMESR_"
- ],
- [
- 39230,
- 3,
- 12,
- 4,
- 0.1565,
- "_VDDLNDLLEDSVEPIILVHEDIPMK_"
- ],
- [
- 50084,
- 3,
- 11,
- 7,
- 0.14224,
- "_QLGNLGVLGITAPVQYGGSGLGYLEHVLVMEEISR_"
- ],
- [
- 49286,
- 3,
- 19,
- 8,
- 0.256,
- "_AVGNIVTGDDIQTQVILNCSALPCLLHLLSSPK_"
- ],
- [
- 48125,
- 2,
- 15,
- 7,
- 0.19914,
- "_AFITVLEMTPVLGTEIINYR_"
- ],
- [
- 34925,
- 2,
- 16,
- 5,
- 0.21336,
- "_QGLLSAVSSVLLSLPAAR_"
- ],
- [
- 39437,
- 2,
- 11,
- 5,
- 0.14224,
- "_APFYPIQYLGDFLLEK_"
- ],
- [
- 51150,
- 3,
- 15,
- 7,
- 0.19914,
- "_TLLPNLYHVGGASWAGASGLLSSPIQETLESMAGEVTR_"
- ],
- [
- 41922,
- 2,
- 14,
- 5,
- 0.18493,
- "_SEELLSQVQFLYTSLLK_"
- ],
- [
- 44139,
- 3,
- 13,
- 6,
- 0.17078,
- "_YAVDDVQYVDEIASVLTSQKPSVLLTLR_"
- ],
- [
- 42931,
- 3,
- 11,
- 6,
- 0.1423,
- "_LALCGTVLDHLVGEETMADYLLYTLNK_"
- ],
- [
- 46486,
- 2,
- 25,
- 6,
- 0.34154,
- "_SLPIVFDEFVDMDFGTGAVK_"
- ],
- [
- 51206,
- 3,
- 10,
- 6,
- 0.12808,
- "_EFEQLAPVLDGFSLMTYDYSTAHQPGPNAPLSWVR_"
- ],
- [
- 40230,
- 3,
- 11,
- 6,
- 0.1423,
- "_NMITGTSQADCAVLIVAAGVGEFEAGISK_"
- ],
- [
- 47767,
- 2,
- 11,
- 5,
- 0.1423,
- "_LALM(Oxidation (M))LNDMELVEDIFTSCK_"
- ],
- [
- 41716,
- 2,
- 18,
- 6,
- 0.24185,
- "_AIENIDTLTNLESLFLGK_"
- ],
- [
- 44076,
- 2,
- 41,
- 6,
- 0.56923,
- "_FFPEDVSEELIQEITQR_"
- ],
- [
- 31138,
- 2,
- 17,
- 6,
- 0.22764,
- "_IDVIDWLVFDPAQR_"
- ],
- [
- 46680,
- 2,
- 13,
- 4,
- 0.17078,
- "_(Acetyl (Protein N-term))ADQLYLENIDEFVTDQNK_"
- ],
- [
- 49370,
- 2,
- 10,
- 5,
- 0.12808,
- "_INFDVTGYIVGANIETYLLEK_"
- ],
- [
- 37823,
- 2,
- 13,
- 4,
- 0.1708,
- "_QEGPFFLDFNSIIPIK_"
- ],
- [
- 44925,
- 3,
- 13,
- 5,
- 0.1708,
- "_ELIEQLFEDLSDTPNNHFTLEDIQALK_"
- ],
- [
- 27520,
- 2,
- 20,
- 6,
- 0.27035,
- "_NEFIGLQLLDVLAR_"
- ],
- [
- 50957,
- 3,
- 16,
- 7,
- 0.21349,
- "_LLELCNQGLFECLALNLHCLGGQQMELAAVINGR_"
- ],
- [
- 47531,
- 2,
- 11,
- 3,
- 0.14237,
- "_SNLMMSLFEPGPEPLPWLGK_"
- ],
- [
- 49112,
- 2,
- 13,
- 3,
- 0.1708,
- "_PSWGLPIDAVQWDICNLPLR_"
- ],
- [
- 50903,
- 3,
- 12,
- 8,
- 0.15658,
- "_IYMNLEKPDFINVCQCLIFLDDPQAVSDILEK_"
- ],
- [
- 24617,
- 2,
- 16,
- 4,
- 0.21349,
- "_MVTMVSVLEDLIGK_"
- ],
- [
- 47052,
- 2,
- 14,
- 4,
- 0.18507,
- "_VDNELNPVWNEILEFDLR_"
- ],
- [
- 38042,
- 3,
- 14,
- 4,
- 0.18502,
- "_LEELDLGNNEIYNLPESIGALLHLK_"
- ],
- [
- 49590,
- 2,
- 13,
- 5,
- 0.1708,
- "_NFLTQDSADLDSIEAVANEVLK_"
- ],
- [
- 46322,
- 3,
- 9,
- 5,
- 0.11391,
- "_SGTIFDNFLITNDEAYAEEFGNETWGVTK_"
- ],
- [
- 39319,
- 3,
- 9,
- 4,
- 0.11391,
- "_TPSVQLVQSWYIQSLQELLDFKDK_"
- ],
- [
- 45112,
- 4,
- 8,
- 6,
- 0.099672,
- "_VLGPCALLPHSVVQWNVGSHQDITEDSFSLFWLLEPR_"
- ],
- [
- 27089,
- 3,
- 22,
- 8,
- 0.29878,
- "_EKIEAELQDICNDVLELLDK_"
- ],
- [
- 34240,
- 2,
- 20,
- 6,
- 0.27035,
- "_ISFDEFVYIFQEVK_"
- ],
- [
- 46685,
- 2,
- 19,
- 6,
- 0.25614,
- "_TMNLNPMILTNILSSPYFK_"
- ],
- [
- 35376,
- 2,
- 18,
- 4,
- 0.24193,
- "_AQPVIEFVCEVLDFK_"
- ],
- [
- 40976,
- 3,
- 17,
- 6,
- 0.22771,
- "_TASDDRECENQLVLLLGFNTFDFIK_"
- ],
- [
- 47119,
- 2,
- 17,
- 7,
- 0.22771,
- "_LYNNITFEELGALLEIPAAK_"
- ],
- [
- 51077,
- 3,
- 15,
- 7,
- 0.19929,
- "_SMNGALAFVDTSDCTVMNIAEHYMASDVEWDPTGR_"
- ],
- [
- 41842,
- 3,
- 16,
- 5,
- 0.2135,
- "_YMNPAIVAPDAFDIIDLSAGGQLTTDQR_"
- ],
- [
- 47220,
- 2,
- 16,
- 5,
- 0.2135,
- "_GAADTTIILSDEDFMEVVLGK_"
- ],
- [
- 49155,
- 3,
- 16,
- 8,
- 0.2135,
- "_LQLYDLASGNLLETIDAHDGALWSMSLSPDQR_"
- ],
- [
- 42502,
- 2,
- 17,
- 6,
- 0.22773,
- "_AVITSLLDQIPEMFADTR_"
- ],
- [
- 43088,
- 3,
- 12,
- 6,
- 0.1566,
- "_KLNSGDNLIVEEAVQELNSFLAQENMR_"
- ],
- [
- 50947,
- 3,
- 13,
- 7,
- 0.17082,
- "_ALGTGFGIIPVGGTYLIQSVPAELNMDHTVVLQLAEK_"
- ],
- [
- 46201,
- 2,
- 15,
- 6,
- 0.19926,
- "_SVLVTTVLNLEPLDEDLFR_"
- ],
- [
- 41595,
- 3,
- 12,
- 5,
- 0.1566,
- "_EDGFTAEHLAAEAMAADMDPWLVFDAR_"
- ],
- [
- 41593,
- 2,
- 15,
- 3,
- 0.19926,
- "_VLQLLEPQISFLEDLTK_"
- ],
- [
- 37952,
- 2,
- 14,
- 4,
- 0.18504,
- "_EISGEAIDLINNLLQVK_"
- ],
- [
- 51611,
- 3,
- 16,
- 5,
- 0.21352,
- "_FQSVPAQPGQTSPLLQYFGILLDQGQLNKYESLELCR_"
- ],
- [
- 50736,
- 2,
- 9,
- 3,
- 0.11391,
- "_VGQQGDSNNNLSPFSIALLLSVTR_"
- ],
- [
- 50654,
- 2,
- 16,
- 4,
- 0.21352,
- "_AVWNVLGNLSEIQGEVLSFDGNR_"
- ],
- [
- 35509,
- 3,
- 16,
- 7,
- 0.21352,
- "_HIQDAPEEFISELAEYLIKPLNK_"
- ],
- [
- 44480,
- 3,
- 10,
- 4,
- 0.12814,
- "_AVPFENLNIHCGDAMDLGLEAIFDQVVR_"
- ],
- [
- 26748,
- 2,
- 16,
- 5,
- 0.21349,
- "_GQLVPLETVLDMLR_"
- ],
- [
- 21897,
- 3,
- 16,
- 5,
- 0.21349,
- "_TSIPQLENFIQFLLQSAHK_"
- ],
- [
- 51535,
- 3,
- 11,
- 7,
- 0.14238,
- "_CPHPLTFDVNNPLHLDYVMAAANLFAQTYGLTGSQDR_"
- ],
- [
- 45129,
- 2,
- 12,
- 3,
- 0.15661,
- "_SSVLDIDALMAEYQELSLK_"
- ],
- [
- 49059,
- 2,
- 7,
- 4,
- 0.085491,
- "_EFGIDPQNM(Oxidation (M))FEFWDWVGGR_"
- ],
- [
- 41888,
- 4,
- 12,
- 5,
- 0.15661,
- "_QNALQGVVPSETEDLNVEHLQMLLLIFHNFTETGR_"
- ],
- [
- 46898,
- 2,
- 10,
- 4,
- 0.12815,
- "_EDVGPCLDFTMQELSVLVR_"
- ],
- [
- 36281,
- 2,
- 11,
- 5,
- 0.14236,
- "_VYISLLPLGDGLTLAFK_"
- ],
- [
- 46012,
- 4,
- 8,
- 6,
- 0.099712,
- "_EEADGVHNTLAIVENMAEFRPEMCTEGAQQGLLQWLLK_"
- ],
- [
- 48308,
- 3,
- 8,
- 5,
- 0.099712,
- "_FQSAAIGALQEASEAYLVGLFEDTNLCAIHAK_"
- ],
- [
- 16477,
- 3,
- 6,
- 2,
- 0.071196,
- "_KYPIDLAGLLQYVANQLK_"
- ],
- [
- 43101,
- 3,
- 11,
- 3,
- 0.14236,
- "_VPVFTAPFCQALLEELEHFEQSDMPK_"
- ],
- [
- 17959,
- 3,
- 12,
- 6,
- 0.1566,
- "_DMLGFAPSRYYYYMWK_"
- ],
- [
- 41891,
- 2,
- 10,
- 5,
- 0.12815,
- "_IPSNATLFFEIELLDFK_"
- ],
- [
- 47680,
- 3,
- 12,
- 6,
- 0.1566,
- "_QVIQQNPALLPALLQQLGQENPQLLQQISR_"
- ],
- [
- 40729,
- 3,
- 15,
- 6,
- 0.19928,
- "_DNEDGPQHTVAAVDLLVPGVGELFGGGLR_"
- ],
- [
- 30434,
- 4,
- 15,
- 7,
- 0.19928,
- "_VADKIQLINNMLDKVNEMIIGGGM(Oxidation (M))AFTFLK_"
- ],
- [
- 47576,
- 2,
- 17,
- 6,
- 0.22771,
- "_LQPGSLPQVLAQATEMLYMR_"
- ],
- [
- 39616,
- 2,
- 16,
- 5,
- 0.21349,
- "_AIVDCIISIIEENSESK_"
- ],
- [
- 48717,
- 2,
- 17,
- 6,
- 0.22771,
- "_YSEPDLAVDFDNFVCCLVR_"
- ],
- [
- 46991,
- 2,
- 12,
- 2,
- 0.15659,
- "_(Acetyl (Protein N-term))MDDQQALNSIMQDLAVLHK_"
- ],
- [
- 37681,
- 2,
- 19,
- 4,
- 0.2562,
- "_LTEADAYLQILIEQLK_"
- ],
- [
- 39627,
- 3,
- 11,
- 6,
- 0.14237,
- "_WLQDVFNVPLVIQMTDDEKYLWK_"
- ],
- [
- 31481,
- 4,
- 10,
- 4,
- 0.12815,
- "_VQHFYQQLLSDVAWASLDLPSLVAEHLPGR_"
- ],
- [
- 30153,
- 3,
- 10,
- 4,
- 0.12815,
- "_LDEWLHFTLEPEAASLLLQLR_"
- ],
- [
- 46693,
- 2,
- 19,
- 7,
- 0.2562,
- "_DVLGMAQDEMAQAFEDWNK_"
- ],
- [
- 47331,
- 3,
- 15,
- 7,
- 0.19927,
- "_KSEMESVLAQLDNYGQQELADLFVNYNVK_"
- ],
- [
- 48495,
- 3,
- 15,
- 8,
- 0.19927,
- "_IVHELDQGQQLSSIGVELVDNELAILYMNSK_"
- ],
- [
- 24705,
- 2,
- 15,
- 6,
- 0.19927,
- "_GLLPQILENLLSAR_"
- ],
- [
- 51027,
- 2,
- 14,
- 6,
- 0.18506,
- "_NSSLAEFVQSLSQTMGFPQDQIR_"
- ],
- [
- 44439,
- 2,
- 11,
- 4,
- 0.14238,
- "_EMLGSSLIKPLLDDFLFR_"
- ],
- [
- 40571,
- 2,
- 19,
- 5,
- 0.25617,
- "_IMCEILSGLQLGDFLIK_"
- ],
- [
- 45289,
- 3,
- 13,
- 6,
- 0.17082,
- "_EIAGSLEAALTDVLEDAPAESPYCLLASHR_"
- ],
- [
- 48126,
- 4,
- 13,
- 8,
- 0.17082,
- "_LNHVGDWGTQFGMLIAHLQDKFPDYLTVSPPIGDLQVFYK_"
- ],
- [
- 31217,
- 2,
- 10,
- 3,
- 0.12816,
- "_(Acetyl (Protein N-term))MVGQLSEGAIAAIMQK_"
- ],
- [
- 51509,
- 3,
- 12,
- 5,
- 0.1566,
- "_VFYHLGAFEESLNYALGAGDLFNVNDNSEYVETIIAK_"
- ],
- [
- 49643,
- 3,
- 9,
- 6,
- 0.11393,
- "_NPILWNVADVVIKFPEEEAPSTVLSQNLFTPK_"
- ],
- [
- 24063,
- 2,
- 22,
- 5,
- 0.29885,
- "_TDQFPLFLIIMGK_"
- ],
- [
- 43710,
- 4,
- 12,
- 6,
- 0.1566,
- "_TPFSHEVIVMDMDPFLHCVIPNFIQSQDFLEGLQK_"
- ],
- [
- 50624,
- 2,
- 12,
- 7,
- 0.1566,
- "_LLAPDMFTESDDMFAAYFDSAR_"
- ],
- [
- 47458,
- 3,
- 18,
- 8,
- 0.24195,
- "_SVFVGNIPYEATEEQLKDIFSEVGPVVSFR_"
- ],
- [
- 18051,
- 3,
- 11,
- 6,
- 0.14238,
- "_EMLGSSLIKPLLDDFLFR_"
- ],
- [
- 42966,
- 3,
- 11,
- 5,
- 0.14238,
- "_KAMEGTIDGSLINPTVIVDPFQILVAANK_"
- ],
- [
- 36085,
- 2,
- 22,
- 5,
- 0.29885,
- "_EVGDGTTSVVIIAAELLK_"
- ],
- [
- 39303,
- 2,
- 10,
- 3,
- 0.12816,
- "_FDPFLDLSLDIPSQFR_"
- ],
- [
- 26913,
- 4,
- 13,
- 4,
- 0.17082,
- "_IPDRPYSLFEGMAGAIHFLSDVLGPETSR_"
- ],
- [
- 51776,
- 3,
- 12,
- 6,
- 0.1566,
- "_VGETTPDKLFTLIEVECLGACVNAPMVQINDNYYEDLTAK_"
- ],
- [
- 21129,
- 2,
- 14,
- 4,
- 0.18505,
- "_DMTEFFTDLITK_"
- ],
- [
- 40482,
- 3,
- 13,
- 3,
- 0.17082,
- "_IPTAKPELFAYPLDWSIVDSILM(Oxidation (M))ER_"
- ],
- [
- 43915,
- 4,
- 17,
- 11,
- 0.22773,
- "_CPHPLTFDVNNPLHLDYVMAAANLFAQTYGLTGSQDR_"
- ],
- [
- 50218,
- 3,
- 18,
- 8,
- 0.24195,
- "_LIHEQDLEWLQQADVVVAEVTQPSLGVGYELGR_"
- ],
- [
- 50484,
- 3,
- 9,
- 6,
- 0.11389,
- "_EESLEDVLGPPPDNDDVVNDFDIEDEVVEVENR_"
- ],
- [
- 46006,
- 2,
- 9,
- 4,
- 0.11389,
- "_LSEVLGLNDETMVLSVFIGK_"
- ],
- [
- 22592,
- 3,
- 12,
- 4,
- 0.15662,
- "_AFFAEVVSDGVPLVLALVPHR_"
- ],
- [
- 32940,
- 2,
- 15,
- 4,
- 0.1993,
- "_DIQAQIDSIVELVCK_"
- ],
- [
- 50925,
- 3,
- 11,
- 7,
- 0.1424,
- "_TAFASSDCSAAPLEMMENFPKPLSENELLELFEK_"
- ],
- [
- 47422,
- 2,
- 15,
- 5,
- 0.1993,
- "_DLQEPVVPDPDVSIYLPVLK_"
- ],
- [
- 49054,
- 3,
- 13,
- 5,
- 0.17084,
- "_ILQIDSSVSFNTSHGSFPEVFTTYISLLADTK_"
- ],
- [
- 50902,
- 3,
- 9,
- 5,
- 0.11389,
- "_ATQQPFDVSAFNASYSDSGLFGIYTISQATAAGDVIK_"
- ],
- [
- 50145,
- 2,
- 17,
- 6,
- 0.22775,
- "_IFELGLGDDDGNLEEDFITWR_"
- ],
- [
- 42038,
- 2,
- 14,
- 4,
- 0.18506,
- "_GDTVIDGWQWLINDTLR_"
- ],
- [
- 49803,
- 2,
- 19,
- 5,
- 0.25624,
- "_SGVEVLFNELEIPVEEYSFGR_"
- ],
- [
- 48746,
- 3,
- 12,
- 8,
- 0.15668,
- "_INDQFAGYSQQDSQELLLFLMDGLHEDLNK_"
- ],
- [
- 34763,
- 3,
- 17,
- 6,
- 0.2278,
- "_FIEAEQVPELEAVLHLVIASSDTR_"
- ],
- [
- 39415,
- 4,
- 13,
- 8,
- 0.17089,
- "_NTPFLYDLVMTHALEWPSLTAQWLPDVTRPEGK_"
- ],
- [
- 51014,
- 3,
- 20,
- 5,
- 0.27046,
- "_GTEAVGSTFLEAIPM(Oxidation (M))SLPPDVEFNRPFLCILYDR_"
- ],
- [
- 37917,
- 3,
- 16,
- 7,
- 0.21357,
- "_DGAGFLINLIDSPGHVDFSSEVTAALR_"
- ],
- [
- 42269,
- 2,
- 19,
- 6,
- 0.25624,
- "_LVETLQADSGLLLDALLAR_"
- ],
- [
- 31646,
- 2,
- 16,
- 4,
- 0.21357,
- "_DPEAEAALELALSITR_"
- ],
- [
- 45580,
- 2,
- 21,
- 3,
- 0.28468,
- "_TLSGCPAVDSVVSLLDGVVEK_"
- ],
- [
- 49186,
- 3,
- 11,
- 7,
- 0.14244,
- "_DFDLGFSGNSEDVVMHAIQLLGNCVTITHTSR_"
- ],
- [
- 33706,
- 3,
- 12,
- 6,
- 0.15668,
- "_VFVSLPTELEDLIPEVEEFYKK_"
- ],
- [
- 34306,
- 2,
- 11,
- 5,
- 0.14242,
- "_ELEELLESALDDFDK_"
- ],
- [
- 28838,
- 3,
- 8,
- 4,
- 0.099684,
- "_ENLIELMADICHQVFNEDTR_"
- ],
- [
- 49724,
- 2,
- 18,
- 4,
- 0.24206,
- "_EGPVASPPFMDLEQAVLPAVIPK_"
- ],
- [
- 36402,
- 2,
- 16,
- 7,
- 0.21359,
- "_LDLMDAGTDAMDVLMGR_"
- ],
- [
- 47020,
- 2,
- 18,
- 6,
- 0.24206,
- "_IIPAIATTTATVSGLVALEMIK_"
- ],
- [
- 47323,
- 3,
- 14,
- 5,
- 0.18516,
- "_TTFDEAMADLHTLSEDSYKDSTLIMQLLR_"
- ],
- [
- 48519,
- 2,
- 10,
- 3,
- 0.12814,
- "_EDLELDPEENSTLFMGILIK_"
- ],
- [
- 43371,
- 2,
- 20,
- 8,
- 0.2705,
- "_DMIILPEMVGSMVGVYNGK_"
- ],
- [
- 39927,
- 4,
- 8,
- 8,
- 0.099684,
- "_EKEYLQVMHFDTLLDDGVINMSIPIVLPVSAEDK_"
- ],
- [
- 25971,
- 2,
- 15,
- 5,
- 0.19938,
- "_AVEVDPSLLLHMLE_"
- ],
- [
- 50850,
- 3,
- 16,
- 9,
- 0.21359,
- "_NTPFLYDLVMTHALEWPSLTAQWLPDVTRPEGK_"
- ],
- [
- 15320,
- 4,
- 12,
- 4,
- 0.1567,
- "_LVLAGGPLGLMQAVLDHTIPYLHVR_"
- ],
- [
- 42983,
- 2,
- 16,
- 6,
- 0.21359,
- "_IPCVDAGLISPLVQLLNSK_"
- ],
- [
- 40187,
- 2,
- 13,
- 4,
- 0.171,
- "_ASSSAGNLGVLIPVIAVLTR_"
- ],
- [
- 42644,
- 4,
- 14,
- 7,
- 0.18523,
- "_IITIPPFLAYGEDGDGKDIPGQASLVFDVALLDLHNPK_"
- ],
- [
- 50083,
- 3,
- 14,
- 8,
- 0.18523,
- "_DDDFLGGAECSLGQIVSSQVLTLPLMLKPGKPAGR_"
- ],
- [
- 39813,
- 3,
- 17,
- 5,
- 0.22789,
- "_LTEEQIEALLHTVTSILPAEPEAEQK_"
- ],
- [
- 34547,
- 2,
- 14,
- 5,
- 0.18523,
- "_DLEEILYTLGLHLSR_"
- ],
- [
- 16623,
- 2,
- 11,
- 3,
- 0.14243,
- "_DAADLLSPLALLR_"
- ],
- [
- 36797,
- 4,
- 15,
- 10,
- 0.19945,
- "_DDDFLGGAECSLGQIVSSQVLTLPLMLKPGKPAGR_"
- ],
- [
- 41165,
- 3,
- 10,
- 5,
- 0.12821,
- "_LGQTPFPDVMEQVFHEVGIGSVLSLQK_"
- ],
- [
- 40378,
- 2,
- 18,
- 6,
- 0.24212,
- "_ENAPAIIFIDEIDAIATK_"
- ],
- [
- 38456,
- 4,
- 12,
- 6,
- 0.15672,
- "_DNENDNQTGLWTELGNIENNFLKPLHIGLNMSK_"
- ],
- [
- 46065,
- 3,
- 13,
- 6,
- 0.171,
- "_EDMLAQHVLLGPMEWYLCGEDPAFGFPK_"
- ],
- [
- 43905,
- 2,
- 12,
- 5,
- 0.1567,
- "_QIITFFSPLTILVGPNGAGK_"
- ],
- [
- 47736,
- 3,
- 14,
- 6,
- 0.18526,
- "_GFTDADNTWEPEENLDCPELIEAFLNSQK_"
- ],
- [
- 25559,
- 4,
- 11,
- 4,
- 0.14248,
- "_VLNLLWNLAHSDDVPVDIMDLALSAHIK_"
- ],
- [
- 49244,
- 2,
- 11,
- 3,
- 0.14248,
- "_AAEDSALQYMNFMNVIFAAQK_"
- ],
- [
- 51295,
- 3,
- 7,
- 6,
- 0.085567,
- "_LLLDSGAQVNMPADSFESPLTLAACGGHVELAALLIER_"
- ],
- [
- 51233,
- 2,
- 8,
- 5,
- 0.099789,
- "_GVEIEGPLSTETNWDIAHMISGFE_"
- ],
- [
- 46732,
- 3,
- 10,
- 7,
- 0.12824,
- "_CDDAITPLLNQWTYQAMVHELLGINNNR_"
- ],
- [
- 41153,
- 2,
- 14,
- 5,
- 0.18526,
- "_SM(Oxidation (M))NINLWSEITELLYK_"
- ],
- [
- 42134,
- 2,
- 14,
- 6,
- 0.18526,
- "_VSVLESMIDDLQWDIDK_"
- ],
- [
- 47239,
- 4,
- 14,
- 6,
- 0.18526,
- "_LLIAGTNSSDLQQILSLLESNKDLLLTSSYLSDSGSTGEHTK_"
- ],
- [
- 39772,
- 2,
- 18,
- 7,
- 0.24215,
- "_TGAFALPILNALLETPQR_"
- ],
- [
- 48574,
- 2,
- 19,
- 7,
- 0.25639,
- "_QADTVYFLPITPQFVTEVIK_"
- ],
- [
- 47854,
- 2,
- 17,
- 5,
- 0.22794,
- "_SQLVQPVGPLVVLLPLAGGYSR_"
- ],
- [
- 44141,
- 2,
- 15,
- 7,
- 0.1995,
- "_TPIIIIPAATTSLITMLNAK_"
- ],
- [
- 28774,
- 3,
- 15,
- 5,
- 0.1995,
- "_DLPPSVHLLTLASWGPEMVLLR_"
- ],
- [
- 39146,
- 3,
- 15,
- 7,
- 0.1995,
- "_LPDFQDSIFEYFNTAPLAHDLTFR_"
- ],
- [
- 45383,
- 2,
- 17,
- 6,
- 0.22794,
- "_EPGCETIGLLMSSMDDLIR_"
- ],
- [
- 46757,
- 2,
- 15,
- 5,
- 0.1995,
- "_VNPILGPQMFQPILPYVFK_"
- ],
- [
- 27037,
- 2,
- 24,
- 6,
- 0.32753,
- "_DEPDWESLIFLAR_"
- ],
- [
- 51235,
- 2,
- 3,
- 5,
- 0.028511,
- "_IATLDMSSDQIAANLQAVINEVCR_"
- ],
- [
- 50577,
- 3,
- 10,
- 6,
- 0.12825,
- "_GPCLDFAPLSGSFEANPPFCEELMDAMVSHFER_"
- ],
- [
- 50725,
- 3,
- 11,
- 5,
- 0.14249,
- "_DSYGASSPWCDYQLRPNFTIAMVVAPELFTTEK_"
- ],
- [
- 51752,
- 3,
- 18,
- 6,
- 0.24218,
- "_VDVLNQVDWNAWLYSPGLPPIKPNYDMTLTNACIALSQR_"
- ],
- [
- 39049,
- 3,
- 15,
- 6,
- 0.19951,
- "_CGSRPPPGFPGLETMLPLLLTAVSEGR_"
- ],
- [
- 43957,
- 3,
- 15,
- 8,
- 0.19951,
- "_VLNLLWNLAHSDDVPVDIMDLALSAHIK_"
- ],
- [
- 32993,
- 3,
- 17,
- 6,
- 0.22796,
- "_LANQFAIYKPVTDFFLQLVDAGK_"
- ],
- [
- 47662,
- 3,
- 10,
- 5,
- 0.12825,
- "_GFTPLILAATAGHVGVVEILLDNGADIEAQSER_"
- ],
- [
- 50066,
- 3,
- 12,
- 9,
- 0.15672,
- "_DDPITLFVALSPQGTAQGELFLDDGHTFNYQTR_"
- ],
- [
- 29164,
- 3,
- 8,
- 3,
- 0.099812,
- "_DLENLPATNFSNLVHLVAHLLK_"
- ],
- [
- 50748,
- 3,
- 16,
- 7,
- 0.21375,
- "_AYQDMDIDKVDELMTDITEQQEVAQQISDAISR_"
- ],
- [
- 48431,
- 2,
- 14,
- 7,
- 0.18523,
- "_SNIMTLLFQCMQDSMPEVR_"
- ],
- [
- 35301,
- 2,
- 14,
- 3,
- 0.18523,
- "_DDPTVITQDLLSFSLK_"
- ],
- [
- 33962,
- 2,
- 13,
- 9,
- 0.17094,
- "_AIFDQLMTFGIEPFK_"
- ],
- [
- 38135,
- 4,
- 10,
- 5,
- 0.12831,
- "_IEFLDLSHNGLLVVDNLQHLYNLVHLDLSYNK_"
- ],
- [
- 40440,
- 4,
- 8,
- 6,
- 0.099861,
- "_DSEDIYNLKNPTLFIFAENDVVIPLKDVSLLTQK_"
- ],
- [
- 43984,
- 2,
- 21,
- 5,
- 0.28492,
- "_DPDEPVLLEEPVVLALAEK_"
- ],
- [
- 51503,
- 2,
- 6,
- 5,
- 0.07135,
- "_YCVQLSQIQAQISALEEQLQQIR_"
- ],
- [
- 50648,
- 3,
- 10,
- 7,
- 0.12831,
- "_ILTAALEFVPAHGWTAEAIAEGAQSLGLSSAAASMFGK_"
- ],
- [
- 37045,
- 2,
- 12,
- 3,
- 0.15677,
- "_LEEIADLVTSVLSSPIR_"
- ],
- [
- 42462,
- 3,
- 10,
- 6,
- 0.12831,
- "_LALAQQGAVRPLAELLATAPDAALTLALVR_"
- ],
- [
- 49436,
- 3,
- 11,
- 7,
- 0.14253,
- "_DSCLPSQGLSFSYGDILHVINASDDEWWQAR_"
- ],
- [
- 50475,
- 2,
- 12,
- 6,
- 0.15677,
- "_QGLNGVPILSEEELSLLDEFYK_"
- ],
- [
- 18130,
- 2,
- 17,
- 4,
- 0.22803,
- "_LLILEQLLDSIK_"
- ],
- [
- 25697,
- 2,
- 17,
- 5,
- 0.22803,
- "_LLEDLMDELLEAR_"
- ],
- [
- 47917,
- 2,
- 20,
- 7,
- 0.27068,
- "_LIPEMDQIFTEVEMTTLEK_"
- ],
- [
- 48509,
- 3,
- 13,
- 8,
- 0.17101,
- "_VTTAMELITPISAGDLLSPDSVLSCLYPGDHGK_"
- ],
- [
- 49791,
- 3,
- 9,
- 6,
- 0.11409,
- "_TFMDMDQDSEDEKQQYLPLALHLASEFFLR_"
- ],
- [
- 29942,
- 2,
- 48,
- 6,
- 0.66912,
- "_DLADELALVDVIEDK_"
- ],
- [
- 51697,
- 3,
- 13,
- 6,
- 0.17101,
- "_RGPECVQYLQQEYLPSLQVAPEIIQEFCQALQQPDAK_"
- ],
- [
- 49384,
- 2,
- 13,
- 6,
- 0.17101,
- "_DEMEEWSASEAMLFEEALEK_"
- ],
- [
- 43583,
- 2,
- 17,
- 4,
- 0.22803,
- "_IFTALPLGNPIYQMLELK_"
- ],
- [
- 44389,
- 2,
- 13,
- 6,
- 0.17101,
- "_ILDMGFADTMNAVIENLPK_"
- ],
- [
- 46009,
- 2,
- 9,
- 2,
- 0.11409,
- "_GLQVLLTPVLANILEADQEK_"
- ],
- [
- 44817,
- 2,
- 14,
- 6,
- 0.18522,
- "_PAGPPGILALLDEECWFPK_"
- ],
- [
- 44686,
- 3,
- 14,
- 6,
- 0.18522,
- "_AAYHPDFPTVLTALEIDNAVVANSLIDMR_"
- ],
- [
- 22391,
- 2,
- 14,
- 4,
- 0.18522,
- "_EALLLVTVLTSLSK_"
- ],
- [
- 22161,
- 2,
- 13,
- 5,
- 0.17104,
- "_FVLITDILDTFGK_"
- ],
- [
- 49656,
- 3,
- 7,
- 6,
- 0.085625,
- "_GSIEIPLRDTDEVIELDFDQLPEGDEVISILK_"
- ],
- [
- 45882,
- 4,
- 6,
- 5,
- 0.07136,
- "_EKNEALLGELFSSPHLQMLLNPECDPWPLDMQPLLNK_"
- ],
- [
- 49322,
- 3,
- 11,
- 5,
- 0.14259,
- "_FAPQFSGYQQQDCQELLAFLLDGLHEDLNR_"
- ],
- [
- 41748,
- 3,
- 12,
- 6,
- 0.15681,
- "_PLHVVLGNEACDLDSTVSALALAFYLAK_"
- ],
- [
- 46977,
- 3,
- 14,
- 9,
- 0.18528,
- "_ASFEEASNQLINHIEQFLDTNETPYFMK_"
- ],
- [
- 51671,
- 3,
- 13,
- 6,
- 0.17104,
- "_DIPPLTAPVTPDSGYSSAHAEATYEEDWEVFDPYYFIK_"
- ],
- [
- 35810,
- 2,
- 14,
- 6,
- 0.18528,
- "_ELTGALIASLINCYIR_"
- ],
- [
- 42425,
- 2,
- 21,
- 7,
- 0.28495,
- "_LFLDFLEEFQSSDGEIK_"
- ],
- [
- 50849,
- 3,
- 10,
- 4,
- 0.12843,
- "_YNITHPMVNDADASLWQELEVSCWPTLVILGPR_"
- ],
- [
- 47403,
- 2,
- 10,
- 5,
- 0.12843,
- "_EPSLSWVVNAVNCSLFSAVR_"
- ],
- [
- 40719,
- 2,
- 11,
- 4,
- 0.14266,
- "_SPEDPQVLDNFLQVLIK_"
- ],
- [
- 34275,
- 2,
- 11,
- 4,
- 0.14266,
- "_ATSPADALQYLLQFAR_"
- ],
- [
- 50662,
- 2,
- 10,
- 7,
- 0.12843,
- "_MYVPALIFGQLLTSSNYDDDEK_"
- ],
- [
- 47968,
- 3,
- 11,
- 7,
- 0.14266,
- "_FLYEPFPVESSLLGVLSDHLNAEIAGGTITSK_"
- ],
- [
- 35887,
- 4,
- 14,
- 9,
- 0.18534,
- "_TFMDMDQDSEDEKQQYLPLALHLASEFFLR_"
- ],
- [
- 48333,
- 4,
- 8,
- 6,
- 0.099922,
- "_DDDVLFVCEGEPFIDPQTDSKPPEGLLGFHTDWLTLNVGGR_"
- ],
- [
- 49074,
- 3,
- 13,
- 8,
- 0.17111,
- "_SLNADVPEQLITPLVSLGHISMLAPDQFASPMK_"
- ],
- [
- 49677,
- 2,
- 17,
- 7,
- 0.22808,
- "_QLTEMLPSILNQLGADSLTSLR_"
- ],
- [
- 49381,
- 3,
- 13,
- 6,
- 0.17111,
- "_EYQQNNDIGEESTVVWQDLIHETEEAITLR_"
- ],
- [
- 51054,
- 3,
- 15,
- 6,
- 0.19958,
- "_GLQGVGPGCTDETLLSAIASALHTSTMPITGQLSAAVEK_"
- ],
- [
- 50968,
- 3,
- 14,
- 6,
- 0.18534,
- "_SNGLGPVMSGNTAYPVISCPPLTPDWGVQDVWSSLR_"
- ],
- [
- 46110,
- 3,
- 14,
- 6,
- 0.18534,
- "_ASLDRPFTNLESAFYSIVGLSSLGAQVPDAK_"
- ],
- [
- 27515,
- 4,
- 6,
- 5,
- 0.07132,
- "_QYKDELLASCLTFLLSLPHNIIELDVR_"
- ],
- [
- 46169,
- 2,
- 11,
- 5,
- 0.14266,
- "_TDMIQALGGVEGILEHTLFK_"
- ],
- [
- 49533,
- 3,
- 18,
- 7,
- 0.2423,
- "_SACVLVSDILGSATGDVQPTMNAIASLAATGLHPGGK_"
- ],
- [
- 24243,
- 2,
- 20,
- 6,
- 0.27082,
- "_TLAFLIPAVELIVK_"
- ],
- [
- 36955,
- 2,
- 7,
- 4,
- 0.085587,
- "_VAISAIYMDLEAFLQR_"
- ],
- [
- 47572,
- 3,
- 9,
- 5,
- 0.11415,
- "_LVPLQIQLTTLGNLTPSSTVFFCCDMQER_"
- ],
- [
- 45087,
- 2,
- 11,
- 5,
- 0.14266,
- "_DAGLTPDLLSYAAALQCMGR_"
- ],
- [
- 13861,
- 2,
- 15,
- 4,
- 0.19956,
- "_LPGLGIIIYLLK_"
- ],
- [
- 40959,
- 3,
- 14,
- 6,
- 0.18533,
- "_IGGILANELSVDEAAVHAAVLAINEAVER_"
- ],
- [
- 43222,
- 2,
- 10,
- 5,
- 0.12842,
- "_LLCGADLLESFAVPNLWK_"
- ],
- [
- 34518,
- 2,
- 10,
- 3,
- 0.12842,
- "_VVWPSAVVFDLAQALR_"
- ],
- [
- 44029,
- 2,
- 11,
- 4,
- 0.14266,
- "_GAGGEDLIMLDIYAIEELR_"
- ],
- [
- 47285,
- 3,
- 12,
- 7,
- 0.15689,
- "_TNLSTVSDCVHQVVELLQEQNIVPYTIIK_"
- ],
- [
- 46377,
- 3,
- 8,
- 7,
- 0.099815,
- "_HVVLDEVDQMLDLGFAEQVEDIIHESYK_"
- ],
- [
- 51424,
- 3,
- 9,
- 5,
- 0.11411,
- "_TEGNAFSPLHCAVINDNEGAAEMLIDTLGASIVNATDSK_"
- ],
- [
- 47254,
- 2,
- 8,
- 6,
- 0.099815,
- "_(Acetyl (Protein N-term))ADLSLADALTEPSPDIEGEIK_"
- ],
- [
- 36647,
- 3,
- 11,
- 7,
- 0.14264,
- "_YCVQLSQIQAQISALEEQLQQIR_"
- ],
- [
- 44589,
- 2,
- 11,
- 4,
- 0.14264,
- "_NIPFFPDLQITDQVALLR_"
- ],
- [
- 51510,
- 2,
- 7,
- 5,
- 0.085548,
- "_SQEPLPDDDEEFELPEFVEPFLK_"
- ],
- [
- 20212,
- 3,
- 12,
- 5,
- 0.15689,
- "_DQDILDLVGVLHDPETLLR_"
- ],
- [
- 44041,
- 3,
- 10,
- 5,
- 0.12837,
- "_LSWPVLFLYPEYAQSDFISAFHEDSR_"
- ],
- [
- 37981,
- 2,
- 15,
- 5,
- 0.19956,
- "_YLLPLSALGTVAGAAVLLK_"
- ],
- [
- 51769,
- 3,
- 15,
- 7,
- 0.19956,
- "_SVGGLVAQQQCVGPLQTPLADVAVVALSHEELIGAATALGEQPVK_"
- ],
- [
- 51473,
- 3,
- 14,
- 7,
- 0.18534,
- "_GAEAGQVSLHSLIETPANGTGPSEALAMLLQETTGELEAAK_"
- ],
- [
- 47184,
- 3,
- 14,
- 4,
- 0.18534,
- "_AILKDPPVILYDEATSSLDSITEETILGAMK_"
- ],
- [
- 51748,
- 3,
- 16,
- 3,
- 0.21379,
- "_TVFVEDMTEEQLASAMELPCGLTNLGNTCYMNATVQCIR_"
- ],
- [
- 47541,
- 2,
- 17,
- 7,
- 0.22803,
- "_EDPFVFIPEDDPLFPPIEK_"
- ],
- [
- 51537,
- 3,
- 17,
- 9,
- 0.22803,
- "_GTWIHPEIDNPEYSPDPSIYAYDNFGVLGLDLWQVK_"
- ],
- [
- 46637,
- 2,
- 14,
- 8,
- 0.18536,
- "_EEADEYIDIGALNGIFVLGR_"
- ],
- [
- 43898,
- 2,
- 11,
- 5,
- 0.14262,
- "_QSILDMTAVLLACGINPEK_"
- ],
- [
- 48282,
- 2,
- 15,
- 6,
- 0.19958,
- "_WLQDVFNVPLVIQMTDDEK_"
- ],
- [
- 28229,
- 2,
- 15,
- 6,
- 0.19958,
- "_DFSAFINLVEFCR_"
- ],
- [
- 51495,
- 3,
- 9,
- 3,
- 0.11406,
- "_QLGIPTANFPEQVVDNLPADISTGIYYGWASVGSGDVHK_"
- ],
- [
- 37391,
- 2,
- 16,
- 4,
- 0.2138,
- "_IFPDLSSNDMLLFIVK_"
- ],
- [
- 51586,
- 3,
- 21,
- 10,
- 0.28506,
- "_VMATTGGMGMGPGGPGMITIPPSILNNPNIPNEIIHALQAGR_"
- ],
- [
- 51660,
- 3,
- 12,
- 6,
- 0.15689,
- "_DRYNLNLLPGMSEDGVEYDDLEPNSLAVIPGMGIPEQLK_"
- ],
- [
- 38177,
- 4,
- 9,
- 6,
- 0.11406,
- "_FQTLFQPCNLMGAMQLIEDFSTHVSIDCSPHK_"
- ],
- [
- 15997,
- 2,
- 16,
- 5,
- 0.2138,
- "_DLLILQQLLMR_"
- ],
- [
- 45930,
- 2,
- 13,
- 5,
- 0.17113,
- "_DQDILDLVGVLHDPETLLR_"
- ],
- [
- 34589,
- 3,
- 15,
- 7,
- 0.19958,
- "_LTEVKDELEPLLELVEQGIIPPGK_"
- ],
- [
- 45222,
- 2,
- 12,
- 7,
- 0.15689,
- "_ALM(Oxidation (M))LQGVDLLADAVAVTMGPK_"
- ],
- [
- 46767,
- 4,
- 7,
- 8,
- 0.085543,
- "_VLDVSNSFAVPFDEDDKDDSVWFLDHDYLENMYGMFK_"
- ],
- [
- 50203,
- 3,
- 15,
- 9,
- 0.19963,
- "_GYEDYLQSPLQPLMDNLESQTYEVFEKDPIK_"
- ],
- [
- 50905,
- 3,
- 8,
- 4,
- 0.099823,
- "_IDPHTGTSILYVPAVYGGNVVMSVPLPVPWTGYQGR_"
- ],
- [
- 47799,
- 2,
- 8,
- 5,
- 0.099823,
- "_NEAEVINMSEELAQLESILK_"
- ],
- [
- 51643,
- 3,
- 11,
- 6,
- 0.14263,
- "_EESQQMVLDIEDLDNIQTPESVLLSAVSGEDTQDRTDR_"
- ],
- [
- 46341,
- 2,
- 18,
- 4,
- 0.24231,
- "_DIPVTIMDVFDQSALSTEAK_"
- ],
- [
- 45445,
- 4,
- 10,
- 7,
- 0.12833,
- "_SVNEHTEEGESLLCLACSAGYYELAQVLLAMHANVEDR_"
- ],
- [
- 25759,
- 2,
- 14,
- 4,
- 0.1854,
- "_SALASVIMGLSTILGK_"
- ],
- [
- 42313,
- 2,
- 10,
- 4,
- 0.12833,
- "_DEASGFCYLNDAVLGILR_"
- ],
- [
- 36826,
- 2,
- 13,
- 5,
- 0.17116,
- "_EQLIIPQVPLFNILAK_"
- ],
- [
- 33334,
- 2,
- 13,
- 4,
- 0.17116,
- "_FLNWIPLGYIFETK_"
- ],
- [
- 48186,
- 3,
- 9,
- 6,
- 0.11407,
- "_GFSDEDNTWEPEENLDCPDLIAEFLQSQK_"
- ],
- [
- 49653,
- 3,
- 10,
- 6,
- 0.12833,
- "_YLNDLYILELRPGSGVVAWDIPITYGVLPPPR_"
- ],
- [
- 50598,
- 2,
- 16,
- 6,
- 0.21386,
- "_ISTYSTIAIPSIEAIAELPLDYK_"
- ],
- [
- 32981,
- 2,
- 10,
- 2,
- 0.12832,
- "_EVMLDAALALAAEISSK_"
- ],
- [
- 35938,
- 2,
- 11,
- 4,
- 0.14258,
- "_DVLAEIPEQFLSYMR_"
- ],
- [
- 48093,
- 3,
- 12,
- 5,
- 0.15688,
- "_LFQVSTLDAALSGTLSGVEGFTSQEDQEMLSR_"
- ],
- [
- 39910,
- 3,
- 12,
- 6,
- 0.15688,
- "_VGSAADIPINISETDLSLLTATVVPPSGR_"
- ],
- [
- 23765,
- 3,
- 10,
- 2,
- 0.12832,
- "_QLYEPLVMQLIHWFTNNK_"
- ],
- [
- 50344,
- 3,
- 10,
- 4,
- 0.12832,
- "_CCLQLITDRPPAIQEELDLIQAVGCLEEFGVK_"
- ],
- [
- 49471,
- 2,
- 10,
- 3,
- 0.12832,
- "_GILQYDMWNVTPTDLWDWK_"
- ],
- [
- 43768,
- 3,
- 12,
- 5,
- 0.15688,
- "_GFGYAEFEDLDSLLSALSLNEESLGNRR_"
- ],
- [
- 44655,
- 2,
- 10,
- 5,
- 0.12832,
- "_EVDEVDAALSDLEITLEGGK_"
- ],
- [
- 39942,
- 3,
- 10,
- 4,
- 0.12832,
- "_DTEIFYQFTSFLSPGIIYHCDLTK_"
- ],
- [
- 50498,
- 3,
- 13,
- 7,
- 0.17114,
- "_IVVIPGKVEEVSLPEQVDIIISEPMGYMLFNER_"
- ],
- [
- 37322,
- 2,
- 13,
- 2,
- 0.17114,
- "_MVVDAVMM(Oxidation (M))LDDLLQLK_"
- ],
- [
- 39336,
- 2,
- 15,
- 6,
- 0.19965,
- "_LGACLAFLPEAFDFIAR_"
- ],
- [
- 42437,
- 3,
- 13,
- 8,
- 0.17114,
- "_IMPLEDMNEFTTHILEVINAHMVLSK_"
- ],
- [
- 45177,
- 2,
- 10,
- 3,
- 0.1283,
- "_ECINFASFNFLGLLDNPR_"
- ],
- [
- 45341,
- 2,
- 12,
- 5,
- 0.15681,
- "_DEDGNILDPELTSTISLFR_"
- ],
- [
- 51132,
- 2,
- 15,
- 4,
- 0.19964,
- "_LAYVAAGDLAPINAFIGGLAAQEVMK_"
- ],
- [
- 49121,
- 2,
- 14,
- 5,
- 0.18537,
- "_AGAAPYVQAFDSLLAGPVAEYLK_"
- ],
- [
- 24154,
- 2,
- 15,
- 5,
- 0.19964,
- "_EDFTLLDFINAVK_"
- ],
- [
- 51512,
- 3,
- 16,
- 9,
- 0.21388,
- "_ALEAFDLDPAQWGVNVQPYSGSPANLAVYTALLQPHDR_"
- ],
- [
- 28398,
- 2,
- 12,
- 5,
- 0.15681,
- "_QALIDMNTLFTLLK_"
- ],
- [
- 31113,
- 3,
- 18,
- 9,
- 0.24233,
- "_LGIDDLVHFDFMDPPAPETLMR_"
- ],
- [
- 50187,
- 2,
- 9,
- 5,
- 0.11402,
- "_(Acetyl (Protein N-term))ALTSFLPAPTQLSQDQLEAEEK_"
- ],
- [
- 50158,
- 2,
- 9,
- 3,
- 0.11402,
- "_TIDIGVVTAEEALNYGFSGVMLR_"
- ],
- [
- 43352,
- 2,
- 14,
- 3,
- 0.18537,
- "_DSVVLNFNPFMAFNPDPK_"
- ],
- [
- 50059,
- 3,
- 9,
- 7,
- 0.11402,
- "_DGIFSESTFNSPQGVAIMNNIIYVADTENHLIR_"
- ],
- [
- 45902,
- 4,
- 8,
- 6,
- 0.099747,
- "_HLLSSDQMMDSILADEAFFSVNSSSESLNHLLYDEFVK_"
- ],
- [
- 33568,
- 3,
- 7,
- 5,
- 0.085449,
- "_MDPFLVLLHSVSSSLSSSELTELK_"
- ],
- [
- 40811,
- 3,
- 10,
- 5,
- 0.1283,
- "_NQLEIQNLQEDWDHFEPLLSSLLR_"
- ],
- [
- 40726,
- 3,
- 7,
- 5,
- 0.085449,
- "_GEDLQFDQLISSMSSVAEHCLPSLLR_"
- ],
- [
- 46839,
- 2,
- 7,
- 4,
- 0.08544,
- "_VMDALEPADWCQFAALIVR_"
- ],
- [
- 25478,
- 2,
- 7,
- 3,
- 0.08544,
- "_DLETLPFGIALPIR_"
- ],
- [
- 44112,
- 2,
- 16,
- 6,
- 0.21386,
- "_ISFDEYWTLIGGITGPIAK_"
- ],
- [
- 42486,
- 3,
- 12,
- 7,
- 0.15676,
- "_EDANVFASAMMHALEVLNSQETGPTLPR_"
- ],
- [
- 49391,
- 2,
- 19,
- 7,
- 0.25655,
- "_VFIMDSCDELIPEYLNFIR_"
- ],
- [
- 37155,
- 2,
- 19,
- 4,
- 0.25655,
- "_TVLWNPEDLIPLPIPK_"
- ],
- [
- 21565,
- 2,
- 16,
- 4,
- 0.21386,
- "_AADFIEELSSLFK_"
- ],
- [
- 38005,
- 2,
- 16,
- 5,
- 0.21386,
- "_AMTTGAIAAMLSTILYSR_"
- ],
- [
- 29541,
- 3,
- 19,
- 8,
- 0.25655,
- "_VFLEELMAPVASIWLSQDMHR_"
- ],
- [
- 50708,
- 3,
- 10,
- 8,
- 0.12823,
- "_VASVASTLETTFETISTLSGVDLENGTCSHPLIPDK_"
- ],
- [
- 44795,
- 3,
- 14,
- 8,
- 0.18532,
- "_LPESENLQEFWDNLIGGVDMVTDDDRR_"
- ],
- [
- 44486,
- 3,
- 13,
- 5,
- 0.17103,
- "_QLNYVQLEIDIKNEIIILANTTNTELK_"
- ],
- [
- 48356,
- 4,
- 14,
- 8,
- 0.18532,
- "_VMPLLNVAVASLHPLTDEHIFQAINAGSIEGTLEWEDFQQR_"
- ],
- [
- 47951,
- 4,
- 13,
- 10,
- 0.17103,
- "_SLAPPDASILISNVCSIGDHVAQELFQGSDLGMAEEAERPGEK_"
- ],
- [
- 48022,
- 3,
- 13,
- 7,
- 0.17103,
- "_VNFGMYLMHASLDLSSPCFLSVGSQVLPVLK_"
- ],
- [
- 38445,
- 3,
- 12,
- 5,
- 0.15673,
- "_NNIPEPVVIGIVWSSVMSTVEWNKK_"
- ],
- [
- 41543,
- 3,
- 11,
- 6,
- 0.14245,
- "_VLETVFDEVIMVDVLDSGDSAHLTLMK_"
- ],
- [
- 48783,
- 3,
- 11,
- 7,
- 0.14245,
- "_AQEALDAVSTLEEGHAQYLTSLADASALVAALTR_"
- ],
- [
- 32132,
- 2,
- 10,
- 3,
- 0.12818,
- "_QQEPIQILLIFLQK_"
- ],
- [
- 25232,
- 3,
- 10,
- 5,
- 0.12818,
- "_TPMPPISSVLLAFSVLGELHSK_"
- ],
- [
- 47498,
- 3,
- 9,
- 6,
- 0.11388,
- "_QLCETSTPLHPQLLPLIDVYINSILTPASK_"
- ],
- [
- 42732,
- 2,
- 15,
- 7,
- 0.19954,
- "_FSMVLPEVEAALAEIPGVR_"
- ],
- [
- 51687,
- 3,
- 9,
- 2,
- 0.11388,
- "_MVSSGLTENQLQLSVEVLTSHSCSEEGLEDAANVLLQLSR_"
- ],
- [
- 40638,
- 3,
- 9,
- 8,
- 0.11388,
- "_EQLPESAYMHQLLGLNLLFLLSQNR_"
- ],
- [
- 46427,
- 2,
- 14,
- 6,
- 0.18524,
- "_TMADSSYQPEVLNILSFLR_"
- ],
- [
- 35311,
- 3,
- 12,
- 6,
- 0.15673,
- "_ALCLLLGPDFFTDVITIETADHAR_"
- ],
- [
- 49792,
- 3,
- 11,
- 6,
- 0.14245,
- "_YDVAISSCCHALDYIVVDSIDIAQECVNFLK_"
- ],
- [
- 45010,
- 4,
- 9,
- 7,
- 0.11388,
- "_DRNEPCHIIQILEIMSAVRDEDPLELANTLYNNTIK_"
- ],
- [
- 46390,
- 3,
- 8,
- 4,
- 0.099655,
- "_FGSVGQDTQLCLWDLTEDILFPHQPLSR_"
- ],
- [
- 47175,
- 4,
- 14,
- 10,
- 0.18524,
- "_GLDLQGFLNDLENAPEFSIVVLHACAHNPTGIDPTPEQWK_"
- ],
- [
- 23603,
- 4,
- 16,
- 8,
- 0.2138,
- "_IMPLEDMNEFTTHILEVINAHMVLSK_"
- ],
- [
- 35306,
- 3,
- 15,
- 8,
- 0.19954,
- "_AQLVVIAHDVDPIELVVFLPALCR_"
- ],
- [
- 37446,
- 2,
- 8,
- 4,
- 0.099655,
- "_EMVVFPLLYPEIFEK_"
- ],
- [
- 51763,
- 3,
- 16,
- 8,
- 0.2138,
- "_QLVTLFSAPNYCGEFDNAGGMMSVDETLMCSFQILKPSEK_"
- ],
- [
- 47849,
- 2,
- 8,
- 6,
- 0.099655,
- "_ETNVPISFSQLLESAFPEVR_"
- ],
- [
- 42728,
- 3,
- 16,
- 6,
- 0.2138,
- "_ELPEPLLTFDLYPHVVGFLNIDESQR_"
- ],
- [
- 39662,
- 4,
- 16,
- 8,
- 0.21376,
- "_VLVTGGAGYIGSHTVLELLEAGYLPVVIDNFHNAFR_"
- ],
- [
- 47334,
- 3,
- 16,
- 8,
- 0.21376,
- "_DALVNAVVDSLSAYGSTVSNLQHSALMAPSSLK_"
- ],
- [
- 50215,
- 2,
- 5,
- 4,
- 0.056881,
- "_CSSAFQNLLPFYSPVVEDFIK_"
- ],
- [
- 23885,
- 2,
- 12,
- 3,
- 0.15667,
- "_EFLVLALPGFVWK_"
- ],
- [
- 46121,
- 3,
- 12,
- 6,
- 0.15667,
- "_FGGQLLSFDIGDQPVFEIPLSNVSQCTTGK_"
- ],
- [
- 41747,
- 2,
- 12,
- 5,
- 0.15667,
- "_SISPFPELEQFLQDTIK_"
- ],
- [
- 51499,
- 3,
- 8,
- 4,
- 0.099649,
- "_LQEDPPAGVSGAPSENNIMVWNAVIFGPEGTPFEDGTFK_"
- ],
- [
- 23233,
- 2,
- 12,
- 5,
- 0.15667,
- "_EEGILGFFAGLVPR_"
- ],
- [
- 41068,
- 2,
- 12,
- 6,
- 0.15667,
- "_MTDLLEEGITVVENIYK_"
- ],
- [
- 25699,
- 3,
- 10,
- 4,
- 0.1281,
- "_LHDMVDQLEQILSVSELLEK_"
- ],
- [
- 34171,
- 3,
- 12,
- 7,
- 0.15667,
- "_EIISSASVVGLKPYVENIWALLLK_"
- ],
- [
- 17985,
- 2,
- 10,
- 3,
- 0.1281,
- "_ELFFLPLGFALK_"
- ],
- [
- 40306,
- 3,
- 14,
- 6,
- 0.1852,
- "_VLTLSEDSPYETLHSFISNAVAPFFK_"
- ],
- [
- 42190,
- 2,
- 15,
- 4,
- 0.19946,
- "_DTDIIVWDVINESGLYR_"
- ],
- [
- 45605,
- 4,
- 8,
- 5,
- 0.099653,
- "_LKEDGGCTIWYNEMQLLSEIEEHLNCTISQVEPDIK_"
- ],
- [
- 51739,
- 3,
- 12,
- 6,
- 0.15665,
- "_EILAEELCTPPDPGAAFVVVECPDESFIQPICENATFQR_"
- ],
- [
- 29326,
- 3,
- 10,
- 3,
- 0.12813,
- "_FSLLSVNPVEFFRPDISLLDR_"
- ],
- [
- 39163,
- 2,
- 12,
- 3,
- 0.15665,
- "_FVPDLEDIVNFEELVK_"
- ],
- [
- 35158,
- 2,
- 11,
- 3,
- 0.14235,
- "_ITPLESALMIWGSIEK_"
- ],
- [
- 29557,
- 2,
- 10,
- 5,
- 0.12813,
- "_DIEQIAEFLEQSVK_"
- ],
- [
- 44315,
- 3,
- 11,
- 6,
- 0.14235,
- "_ALDLLEYIDEEEDININDLKLEILCK_"
- ],
- [
- 38222,
- 3,
- 11,
- 6,
- 0.14235,
- "_DGHFALEELAQAGYEVVGLDWTVAPK_"
- ],
- [
- 20563,
- 3,
- 20,
- 7,
- 0.27078,
- "_TDMIQALGGVEGILEHTLFK_"
- ],
- [
- 48327,
- 2,
- 13,
- 5,
- 0.17092,
- "_LAPPLVTLLSAEPELQYVALR_"
- ],
- [
- 48268,
- 2,
- 13,
- 5,
- 0.17092,
- "_INALTAASEAACLIVSVDETIK_"
- ],
- [
- 48661,
- 2,
- 22,
- 5,
- 0.29924,
- "_FPEDGPELEEILTQLATADAR_"
- ],
- [
- 42797,
- 4,
- 22,
- 11,
- 0.29924,
- "_NLLILYDAIGTLADSVGHHLNKPEYIQMLMPPLIQK_"
- ],
- [
- 29740,
- 2,
- 15,
- 6,
- 0.19945,
- "_SEALFLLLSNFTGLK_"
- ],
- [
- 43930,
- 2,
- 15,
- 5,
- 0.19945,
- "_ANYLASPPLVIAYAIAGTIR_"
- ],
- [
- 45351,
- 3,
- 14,
- 6,
- 0.1852,
- "_ETGDETTVWQALTLLEEGLTHSPSNAQFK_"
- ],
- [
- 44254,
- 2,
- 20,
- 5,
- 0.27078,
- "_TVPFLPLLGGCIDDTILSR_"
- ],
- [
- 51347,
- 3,
- 14,
- 7,
- 0.1852,
- "_GVVGFWPAQSIQDDIHLYAEAAVPQAAEPIATFYGLR_"
- ],
- [
- 38927,
- 2,
- 20,
- 8,
- 0.27078,
- "_GWPWLLPDGSPVDIFAK_"
- ],
- [
- 44027,
- 3,
- 12,
- 3,
- 0.15658,
- "_SMENIELGLSEAQVMLALASHLSTVESEK_"
- ],
- [
- 36353,
- 2,
- 19,
- 6,
- 0.2565,
- "_NIAIEFLTLENEIFR_"
- ],
- [
- 40510,
- 2,
- 11,
- 5,
- 0.14235,
- "_TTMAGLTMEELIQLVAAR_"
- ],
- [
- 47712,
- 4,
- 10,
- 10,
- 0.12813,
- "_KLQIQCVVEDDKVGTDMLEEQITAFEDYVQSMDVAAFNK_"
- ],
- [
- 38744,
- 2,
- 16,
- 5,
- 0.21367,
- "_ETCLITFLLAGIECPR_"
- ],
- [
- 41668,
- 2,
- 10,
- 3,
- 0.12813,
- "_ILELLYSWTVGLPEEVK_"
- ],
- [
- 27486,
- 3,
- 11,
- 4,
- 0.14235,
- "_VMIPQDEYPEINFVGLLIGPR_"
- ],
- [
- 40119,
- 4,
- 14,
- 10,
- 0.18515,
- "_DTSPGSAYQEGGGLYALGLIHANHGGDIIDYLLNQLK_"
- ],
- [
- 46744,
- 2,
- 16,
- 4,
- 0.21367,
- "_NLFAFFDMAYQGFASGDGDK_"
- ],
- [
- 35646,
- 3,
- 13,
- 6,
- 0.17088,
- "_QYIQLELPAFALACLMLMPHSEK_"
- ],
- [
- 40632,
- 3,
- 7,
- 8,
- 0.085358,
- "_GFDPLLNLVLDGTIEYMRDPDDQYK_"
- ],
- [
- 28771,
- 2,
- 17,
- 6,
- 0.22794,
- "_EDVLTLLLPVMGDSK_"
- ],
- [
- 47265,
- 4,
- 13,
- 9,
- 0.17088,
- "_WVEVGNSGVFRPEMLLPMGLPENVSVIAWGLSLERPTMIK_"
- ],
- [
- 33062,
- 3,
- 13,
- 7,
- 0.17088,
- "_EIDFDDVAAINPELLQLLPLHPK_"
- ],
- [
- 44942,
- 3,
- 14,
- 7,
- 0.18515,
- "_SLEMLELGLSEAQVMMALSNHLNAVESEK_"
- ],
- [
- 40133,
- 3,
- 14,
- 8,
- 0.18515,
- "_IPTAKPELFAYPLDWSIVDSILMER_"
- ],
- [
- 46014,
- 4,
- 7,
- 6,
- 0.085358,
- "_VLEALKDLINEACWDISSSGVNLQSMDSSHVSLVQLTLR_"
- ],
- [
- 36615,
- 3,
- 8,
- 3,
- 0.099588,
- "_NLPFYDVLDVLIKPTSLVQSSIQR_"
- ],
- [
- 37555,
- 3,
- 14,
- 8,
- 0.18511,
- "_ALGLGVEQLPVVFEDVVLHQATILPK_"
- ],
- [
- 34353,
- 2,
- 14,
- 5,
- 0.18511,
- "_EVFELLEMGVLSLCK_"
- ],
- [
- 35839,
- 3,
- 9,
- 4,
- 0.11384,
- "_DFVDHIDLVDPVDGVVLVDPEYLK_"
- ],
- [
- 50626,
- 2,
- 15,
- 8,
- 0.19938,
- "_LCDVGEAIQEVMESYEVEIDGK_"
- ],
- [
- 49819,
- 2,
- 5,
- 3,
- 0.056931,
- "_VDLGIPLELWDEPSVEVTYLK_"
- ],
- [
- 43229,
- 2,
- 9,
- 5,
- 0.11384,
- "_LGLLTEQLQSLTLFLQTK_"
- ],
- [
- 49676,
- 2,
- 13,
- 6,
- 0.17081,
- "_VMIPQDEYPEINFVGLLIGPR_"
- ],
- [
- 42410,
- 3,
- 9,
- 6,
- 0.11384,
- "_QEPFHVVTPLLESWALSQVAGMPVFLK_"
- ],
- [
- 43982,
- 2,
- 10,
- 2,
- 0.12811,
- "_AVAPSIIFFDELDALAVER_"
- ],
- [
- 43796,
- 2,
- 16,
- 5,
- 0.21366,
- "_SFSTAVTEQLQLLPLFFK_"
- ],
- [
- 45457,
- 2,
- 10,
- 5,
- 0.12811,
- "_LMVTEEYIDFLLNVANQK_"
- ],
- [
- 40716,
- 2,
- 11,
- 5,
- 0.14236,
- "_PVSVWDVLFSSYLSEAR_"
- ],
- [
- 40278,
- 2,
- 11,
- 4,
- 0.14238,
- "_SSSPTIALPMLLQALALSK_"
- ],
- [
- 38845,
- 2,
- 8,
- 4,
- 0.099628,
- "_VFWTDIINEAIFSANR_"
- ],
- [
- 36269,
- 2,
- 10,
- 4,
- 0.12811,
- "_GLTFQEVENFFTFLK_"
- ],
- [
- 30929,
- 2,
- 7,
- 2,
- 0.085415,
- "_LCFDGIEIDILFAR_"
- ],
- [
- 41308,
- 3,
- 7,
- 2,
- 0.085415,
- "_YGWPHEDAAQFTDFLIPMLEMVPEK_"
- ],
- [
- 23905,
- 2,
- 5,
- 2,
- 0.056976,
- "_EFLDDLFSFMQK_"
- ],
- [
- 23134,
- 2,
- 12,
- 2,
- 0.15663,
- "_LWDISEVMVGLLK_"
- ],
- [
- 49499,
- 2,
- 16,
- 8,
- 0.21365,
- "_ALNVEPDGTGLTCSLAPNIISQL_"
- ],
- [
- 43490,
- 4,
- 19,
- 10,
- 0.25644,
- "_AVVDGGAIPAFISLLASPHAHISEQAVWALGNIAGDGSVFR_"
- ],
- [
- 48946,
- 2,
- 20,
- 4,
- 0.27073,
- "_GQAVTLLPFFTSLTGGSLEELR_"
- ],
- [
- 46494,
- 3,
- 16,
- 8,
- 0.21365,
- "_VNPPGIMSILDDVCATMHAVGEGADQTLLQK_"
- ],
- [
- 47807,
- 3,
- 12,
- 6,
- 0.15663,
- "_DSGTLTLGLLLRPEGLTSVLELGPEADQPEAAK_"
- ],
- [
- 43176,
- 3,
- 15,
- 6,
- 0.19938,
- "_YAQDEHLITFFVPVFEPLPPQYFIR_"
- ],
- [
- 28540,
- 2,
- 13,
- 4,
- 0.17085,
- "_FDQFDFLIDIVPR_"
- ],
- [
- 23427,
- 3,
- 8,
- 7,
- 0.09967,
- "_GHAADVFEAYTQLLTEMVLR_"
- ],
- [
- 47863,
- 2,
- 6,
- 2,
- 0.071232,
- "_GHAADVFEAYTQLLTEMVLR_"
- ],
- [
- 41477,
- 3,
- 10,
- 3,
- 0.12811,
- "_FDAHLAQAENLQALFVALNDQVFEIR_"
- ],
- [
- 43870,
- 3,
- 11,
- 6,
- 0.14236,
- "_MASCLEVLDLFLNQPHM(Oxidation (M))VLSSFVLAEK_"
- ],
- [
- 51513,
- 3,
- 12,
- 8,
- 0.15664,
- "_SMILEDLESALAEHAPAPQEVNSELPPLTIDGIPVSVDK_"
- ],
- [
- 28728,
- 2,
- 19,
- 6,
- 0.25643,
- "_LGLIEWLENTVTLK_"
- ],
- [
- 31140,
- 2,
- 14,
- 6,
- 0.18511,
- "_DLEHLMLLIGELYK_"
- ],
- [
- 45283,
- 2,
- 13,
- 7,
- 0.17086,
- "_IQVTPPGFQLVFLPFADDK_"
- ],
- [
- 49476,
- 3,
- 9,
- 8,
- 0.11389,
- "_GVQPLLDAVLEYLPNPSEVQNYAILNKEDDSK_"
- ],
- [
- 46394,
- 3,
- 9,
- 6,
- 0.11389,
- "_LTSVDLEDWMDVSLVPAFNVLGQAGSGVKPK_"
- ],
- [
- 47613,
- 3,
- 14,
- 8,
- 0.1851,
- "_KPPTFGDASVIALELLNSGYEFDEGSIIFNK_"
- ],
- [
- 32509,
- 3,
- 8,
- 7,
- 0.099676,
- "_DYQFTILDVRPALDSLSAVWDR_"
- ],
- [
- 50856,
- 3,
- 8,
- 5,
- 0.099676,
- "_GYLVSVDGYMNMQLANTEEYIDGALSGHLGEVLIR_"
- ],
- [
- 48259,
- 3,
- 13,
- 6,
- 0.17086,
- "_LERPLVDLPLLLDPPSYVPDTVDLTDDALAR_"
- ],
- [
- 21026,
- 3,
- 10,
- 2,
- 0.12811,
- "_SSDPDYLAAVDKWLGVLLPK_"
- ],
- [
- 27060,
- 3,
- 11,
- 4,
- 0.14233,
- "_QMDLLQEFYETTLEALKDAK_"
- ],
- [
- 51176,
- 3,
- 19,
- 8,
- 0.25641,
- "_GGLGGGYGGASGMGGITAVTVNQSLLSPLVLEVDPNIQAVR_"
- ],
- [
- 48341,
- 4,
- 11,
- 8,
- 0.14233,
- "_TPLVSSPMDTVTEAGM(Oxidation (M))AIAMALTGGIGFIHHNCTPEFQANEVR_"
- ],
- [
- 49518,
- 2,
- 11,
- 6,
- 0.14233,
- "_FFLEEIQLGEELLAQGEYEK_"
- ],
- [
- 20773,
- 2,
- 12,
- 4,
- 0.15658,
- "_LETILALLVALQR_"
- ],
- [
- 46628,
- 3,
- 14,
- 6,
- 0.1851,
- "_DLYLASVFHATAFELDTDGNPFDQDIYGR_"
- ],
- [
- 48340,
- 2,
- 13,
- 6,
- 0.17086,
- "_ATFMYEQFPELMNMLWSR_"
- ],
- [
- 34552,
- 2,
- 12,
- 4,
- 0.15658,
- "_LAVNVMGTLLTVLTQAK_"
- ],
- [
- 46632,
- 2,
- 13,
- 5,
- 0.17086,
- "_DGVADSTVISSMPCLLMELR_"
- ],
- [
- 43245,
- 2,
- 17,
- 6,
- 0.22781,
- "_YDPSIGIYGLDFYVVLGR_"
- ],
- [
- 35684,
- 3,
- 10,
- 6,
- 0.12814,
- "_QEDAEEYLGFILNGLHEEMLNLK_"
- ],
- [
- 48362,
- 3,
- 13,
- 8,
- 0.17084,
- "_YTSIELVGEMSEVVDRNPQFLDPVLGYLMK_"
- ],
- [
- 42598,
- 4,
- 9,
- 6,
- 0.11393,
- "_IVLGGFSQGGALSLYTALTCPHPLAGIVALSCWLPLHR_"
- ],
- [
- 31885,
- 2,
- 13,
- 5,
- 0.17084,
- "_EFGDSLSLEILQIIK_"
- ],
- [
- 35664,
- 2,
- 9,
- 4,
- 0.11393,
- "_AFPVLLLDTVPWYLR_"
- ],
- [
- 47497,
- 2,
- 8,
- 3,
- 0.099705,
- "_LINGGIAGLIGVTCVFPIDLAK_"
- ],
- [
- 44328,
- 3,
- 11,
- 4,
- 0.14236,
- "_DNLHQIDAVEGPAAFLDILAPPYDPDDGR_"
- ],
- [
- 48709,
- 2,
- 11,
- 4,
- 0.14236,
- "_QTAQDWPATSLNCIAILFLR_"
- ],
- [
- 36020,
- 4,
- 5,
- 6,
- 0.056997,
- "_IHVLPIDDTVEGITGNLFEVYLKPYFLEAYR_"
- ],
- [
- 29954,
- 2,
- 11,
- 5,
- 0.14236,
- "_QDQLILQIISLMDK_"
- ],
- [
- 50361,
- 2,
- 11,
- 6,
- 0.14236,
- "_LVEGLDQFTGEVISSVSELQSLK_"
- ],
- [
- 51780,
- 3,
- 18,
- 9,
- 0.2421,
- "_MICEYSEEVTPIAVEMTQHLAMTFNQVIQTGPDEEGSDDK_"
- ],
- [
- 51203,
- 3,
- 12,
- 6,
- 0.15659,
- "_ELHLQWTDGIVNEFYEQGDEEASLGLPISPFMDR_"
- ],
- [
- 44869,
- 2,
- 12,
- 6,
- 0.15659,
- "_M(Oxidation (M))FTAGIDLMDMASDILQPK_"
- ],
- [
- 51672,
- 3,
- 11,
- 5,
- 0.14236,
- "_NPEDPTEVPGGFLSDLNLASLHVVDAALVDCSVALAKPFDK_"
- ],
- [
- 39587,
- 2,
- 13,
- 5,
- 0.17081,
- "_LMWLFGCPLLLDDVAR_"
- ],
- [
- 48620,
- 2,
- 10,
- 6,
- 0.12815,
- "_PITEMLPGILSQLGADSLTSLR_"
- ],
- [
- 43695,
- 3,
- 18,
- 8,
- 0.24203,
- "_(Acetyl (Protein N-term))GDKPIWEQIGSSFIQHYYQLFDNDR_"
- ],
- [
- 41348,
- 2,
- 10,
- 6,
- 0.12815,
- "_DESTALQWPSELLIFTK_"
- ],
- [
- 43671,
- 2,
- 13,
- 6,
- 0.17081,
- "_DSWNAGIMTVMSALSVAPSK_"
- ],
- [
- 50141,
- 3,
- 12,
- 7,
- 0.15658,
- "_(Acetyl (Protein N-term))AAGELEGGKPLSGLLNALAQDTFHGYPGITEELLR_"
- ],
- [
- 44119,
- 3,
- 16,
- 6,
- 0.21358,
- "_TNFFLLLQAVNSHCFPAFLAIPPTQFK_"
- ],
- [
- 45316,
- 3,
- 7,
- 4,
- 0.085449,
- "_VLTDAVDDITSIDDFLAVSENHILEDVNK_"
- ],
- [
- 45712,
- 3,
- 8,
- 6,
- 0.099676,
- "_SLAHLALNDVSLQALPGDVGNLANLVTLELR_"
- ],
- [
- 41589,
- 3,
- 6,
- 6,
- 0.071218,
- "_DSSTWTVDHQLLWGEALLITPVLQAGK_"
- ],
- [
- 37945,
- 2,
- 12,
- 7,
- 0.15658,
- "_AGLEPFFDFIVSINGSR_"
- ],
- [
- 31523,
- 2,
- 12,
- 5,
- 0.15658,
- "_DIIPLVLEFLRPDR_"
- ],
- [
- 27337,
- 2,
- 9,
- 4,
- 0.11393,
- "_NLLELVELADQALR_"
- ],
- [
- 40907,
- 4,
- 12,
- 7,
- 0.15658,
- "_CLKPEDVAEAVIYVLSTPAHIQIGDIQMRPTEQVT_"
- ],
- [
- 39468,
- 2,
- 14,
- 4,
- 0.18506,
- "_TVDWALAEYMAFGSLLK_"
- ],
- [
- 50455,
- 3,
- 6,
- 2,
- 0.071218,
- "_NLAAPIRPIEESDQGTEVIWLTQHVELSLGPLLP_"
- ],
- [
- 36912,
- 4,
- 8,
- 7,
- 0.099676,
- "_SKEDLVSQGFTEFTIEDFHNTFMDLIEQVEK_"
- ],
- [
- 31647,
- 2,
- 14,
- 4,
- 0.18506,
- "_LSDESIFSAFLSVVGK_"
- ],
- [
- 37393,
- 2,
- 12,
- 6,
- 0.15659,
- "_LWISNGGLADIFTVFAK_"
- ],
- [
- 51788,
- 3,
- 9,
- 8,
- 0.1139,
- "_AIIISGGPNSVYAEDAPWFDPAIFTIGKPVLGICYGMQMMNK_"
- ],
- [
- 44321,
- 3,
- 4,
- 4,
- 0.042694,
- "_DTNYTLNTDSLDWALYDHLM(Oxidation (M))DFLADR_"
- ],
- [
- 36549,
- 3,
- 6,
- 5,
- 0.071171,
- "_QLGASALFAQWMDVNLLASELIHSK_"
- ],
- [
- 50178,
- 2,
- 10,
- 6,
- 0.12815,
- "_LIESLSQMLSMGFSDEGGWLTR_"
- ],
- [
- 36359,
- 4,
- 8,
- 6,
- 0.09967,
- "_KEDELNSVDDIHFLVLQNLIQSTLALSDSQMK_"
- ],
- [
- 39901,
- 2,
- 9,
- 3,
- 0.1139,
- "_NSWIQIIQDTINTLNR_"
- ],
- [
- 44563,
- 3,
- 9,
- 7,
- 0.1139,
- "_MGMEAVMALLEATPDTPACVVTLSGNQSVR_"
- ],
- [
- 34953,
- 2,
- 10,
- 5,
- 0.12815,
- "_EQLLLEELVSLVNQR_"
- ],
- [
- 44626,
- 2,
- 10,
- 6,
- 0.12815,
- "_FLASDVVFATMSLMESPEK_"
- ],
- [
- 46978,
- 3,
- 11,
- 4,
- 0.14237,
- "_VDLDTADFGYAVGEVEALVHEEAEVPTALEK_"
- ],
- [
- 39721,
- 3,
- 12,
- 7,
- 0.15659,
- "_DELILEGNDIELVSNSAALIQQATTVK_"
- ],
- [
- 48122,
- 2,
- 21,
- 5,
- 0.28482,
- "_ALDPQWPWAEEAAAALANLSR_"
- ],
- [
- 35956,
- 3,
- 14,
- 9,
- 0.18503,
- "_HSQDLAFLSMLNDIAAVPATAMPFR_"
- ],
- [
- 44533,
- 3,
- 12,
- 6,
- 0.15659,
- "_QYLMNLEQAVVLEQNLQMLQTFISHR_"
- ],
- [
- 41038,
- 2,
- 12,
- 5,
- 0.15659,
- "_GLSDFLGVISDTFAPSPDK_"
- ],
- [
- 47307,
- 2,
- 15,
- 8,
- 0.19928,
- "_SDPLCVLLQDVGGGSWAELGR_"
- ],
- [
- 39117,
- 2,
- 16,
- 6,
- 0.21355,
- "_TATFAISILQQIELDLK_"
- ],
- [
- 49135,
- 2,
- 13,
- 3,
- 0.1708,
- "_GQEYPPPNLAFLEVLSEFSSK_"
- ],
- [
- 46901,
- 3,
- 16,
- 6,
- 0.21355,
- "_FTVAMSPELIQQFLQATVSGLHETQPPSVR_"
- ],
- [
- 47532,
- 2,
- 12,
- 6,
- 0.15659,
- "_MWLSPEEVLVANALWVTER_"
- ],
- [
- 35307,
- 2,
- 11,
- 4,
- 0.14236,
- "_QQLIPGVPFLLQALVR_"
- ],
- [
- 31096,
- 3,
- 17,
- 7,
- 0.22777,
- "_SLEGDLEDLKDQIAQLEASLAAAK_"
- ],
- [
- 44855,
- 2,
- 7,
- 6,
- 0.085386,
- "_GCSVSLWDLLLSEYVGADK_"
- ],
- [
- 45628,
- 2,
- 17,
- 7,
- 0.22777,
- "_GFLFGPSLAQELGLGCVLIR_"
- ],
- [
- 45927,
- 4,
- 15,
- 8,
- 0.19924,
- "_NPEDPTEVPGGFLSDLNLASLHVVDAALVDCSVALAKPFDK_"
- ],
- [
- 22811,
- 2,
- 6,
- 4,
- 0.071131,
- "_ASDYLVDLIAFLR_"
- ],
- [
- 41075,
- 2,
- 9,
- 5,
- 0.11389,
- "_ELCLLLLNQSLLLPSLK_"
- ],
- [
- 41561,
- 3,
- 9,
- 4,
- 0.11389,
- "_DESYRPIVDYIDAQFENYLQEELK_"
- ],
- [
- 49307,
- 2,
- 13,
- 7,
- 0.1708,
- "_DVLLPGEWDVCVTSYEMLIK_"
- ],
- [
- 51142,
- 3,
- 14,
- 8,
- 0.18501,
- "_LAEKEDWIVDNEGLTSLPCQFEQCIVCSLQSLK_"
- ],
- [
- 41914,
- 2,
- 11,
- 7,
- 0.14236,
- "_DYIYAVTPLLEDALMDR_"
- ],
- [
- 31597,
- 4,
- 10,
- 3,
- 0.12811,
- "_KQEHIQNIMTLEESVQHVVMTAIQELMSK_"
- ],
- [
- 34543,
- 2,
- 13,
- 5,
- 0.17081,
- "_CDISLQFFLPFSLGK_"
- ],
- [
- 50584,
- 2,
- 10,
- 6,
- 0.12811,
- "_LFTEALYEEAVSQWFTPDGFR_"
- ],
- [
- 42197,
- 2,
- 10,
- 5,
- 0.12811,
- "_VTTLSDVVVGLESFIGSER_"
- ],
- [
- 46975,
- 2,
- 20,
- 6,
- 0.27047,
- "_TLESVDPLGGLNTIDILTAIR_"
- ],
- [
- 42740,
- 3,
- 13,
- 8,
- 0.17081,
- "_(Acetyl (Protein N-term))MYSSPLCLTQDEFHPFIEALLPHVR_"
- ],
- [
- 49540,
- 2,
- 14,
- 7,
- 0.18503,
- "_AVHADFFNDFEDLFDDDDIQ_"
- ],
- [
- 46684,
- 2,
- 9,
- 5,
- 0.11388,
- "_GYTNWAIGLSVADLIESM(Oxidation (M))LK_"
- ],
- [
- 51035,
- 2,
- 11,
- 5,
- 0.14234,
- "_FFEGPVTGIFSGYVNSMLQEYAK_"
- ],
- [
- 39249,
- 3,
- 23,
- 8,
- 0.31326,
- "_HGITQANELVNLTEFFVNHILPDLK_"
- ],
- [
- 46439,
- 4,
- 17,
- 6,
- 0.22772,
- "_ALALTGNQGIEAAMDWLMEHEDDPDVDEPLETPLGHILGR_"
- ],
- [
- 37008,
- 3,
- 14,
- 7,
- 0.18503,
- "_SDLRPMLYEAICNLLQDQDLVVR_"
- ],
- [
- 9229,
- 2,
- 6,
- 3,
- 0.071136,
- "_DLIDLVTLWK_"
- ],
- [
- 45510,
- 2,
- 15,
- 4,
- 0.19924,
- "_IGNILDLCTALSALSGIPADK_"
- ],
- [
- 42589,
- 2,
- 11,
- 4,
- 0.14234,
- "_TYTDQCVQILTELLGLR_"
- ],
- [
- 51698,
- 3,
- 15,
- 7,
- 0.19924,
- "_GLQYVEAEVSINEDGTLFDGRPIESLSLIDAVMPDVVQTR_"
- ],
- [
- 34906,
- 3,
- 11,
- 6,
- 0.14234,
- "_AMSVEQLTDVLMNEILHGADGTSIK_"
- ],
- [
- 43609,
- 3,
- 15,
- 9,
- 0.19924,
- "_GIALPANTAEGLLNVIGMDKPLTLPDFLAK_"
- ],
- [
- 38937,
- 3,
- 15,
- 8,
- 0.19924,
- "_SLPPVMAQNLSIPLAFACLLHLANEK_"
- ],
- [
- 45115,
- 4,
- 9,
- 5,
- 0.11383,
- "_EELIANKPEFDHLAEYLGANSVVYLSVEGLVSSVQEGIK_"
- ],
- [
- 51384,
- 3,
- 11,
- 8,
- 0.14233,
- "_LQESQLPGPDQLQQFQVVCETEEDKFLLLYALLK_"
- ],
- [
- 19638,
- 3,
- 9,
- 5,
- 0.11383,
- "_FSALTILGSIAEVFHVPEGR_"
- ],
- [
- 49418,
- 2,
- 10,
- 5,
- 0.1281,
- "_IIEEFVSGLESYIEDEDSFR_"
- ],
- [
- 47313,
- 3,
- 11,
- 6,
- 0.14233,
- "_QIETGPFLEAVSHLPPFFDCLGSPVFTPIK_"
- ],
- [
- 42400,
- 3,
- 9,
- 4,
- 0.11383,
- "_PVQSVVPEMEESGAQLLLEMLTFNPHK_"
- ],
- [
- 29371,
- 3,
- 7,
- 2,
- 0.085358,
- "_SILADDFLDFYLEYFPELKK_"
- ],
- [
- 39175,
- 3,
- 11,
- 6,
- 0.14233,
- "_GKQDIGDILQQIMTITDQSLDEAQAK_"
- ],
- [
- 48301,
- 3,
- 15,
- 8,
- 0.19925,
- "_NVLITSALPYVNNVPHLGNIIGCVLSADVFAR_"
- ],
- [
- 48155,
- 3,
- 9,
- 3,
- 0.11383,
- "_LVVEWQLQDDKNQSLFCWEIPVQIVSHL_"
- ],
- [
- 51771,
- 3,
- 15,
- 9,
- 0.19925,
- "_ITVEEALAHPYLEQYYDPTDEPVAEEPFTFAMELDDLPK_"
- ],
- [
- 42759,
- 2,
- 13,
- 6,
- 0.17081,
- "_GLTLIELWEGLTVDDVQK_"
- ],
- [
- 15327,
- 3,
- 8,
- 5,
- 0.099579,
- "_ITLDAQDVLAHLVQMAFK_"
- ],
- [
- 32343,
- 2,
- 16,
- 7,
- 0.21346,
- "_WTELGALDILQMLGR_"
- ],
- [
- 38285,
- 2,
- 12,
- 3,
- 0.15656,
- "_FLIQILQLMANSTQMK_"
- ],
- [
- 35608,
- 4,
- 12,
- 8,
- 0.15656,
- "_LPENVVAMSNLSEAVQDADLLVFVIPHQFIHR_"
- ],
- [
- 51524,
- 2,
- 12,
- 6,
- 0.15656,
- "_DGELPVEDDIDLSDVELDDLGKDEL_"
- ],
- [
- 45933,
- 3,
- 10,
- 7,
- 0.12806,
- "_VAIGIIVGHIQASVPASSPVMEQVLLSLVEGK_"
- ],
- [
- 42515,
- 3,
- 13,
- 6,
- 0.17079,
- "_AFADAMEVIPSTLAENAGLNPISTVTELR_"
- ],
- [
- 38549,
- 3,
- 11,
- 6,
- 0.14233,
- "_DADISDVAFLVVGDPFGATTHSDLVLR_"
- ],
- [
- 48526,
- 2,
- 15,
- 6,
- 0.19926,
- "_EAVQCVQELASPSLLFIFVR_"
- ],
- [
- 45075,
- 3,
- 13,
- 7,
- 0.17079,
- "_VPVSEGLEHSDLPDGTGEFLDAWLMLVEK_"
- ],
- [
- 34928,
- 3,
- 11,
- 6,
- 0.14233,
- "_SLLEMYADFFAHPDLFVSISDQK_"
- ],
- [
- 48638,
- 2,
- 12,
- 3,
- 0.15656,
- "_TSEFMPYVVFIAAPELETLR_"
- ],
- [
- 34689,
- 2,
- 7,
- 5,
- 0.085331,
- "_AFILGFQVEDALALIR_"
- ],
- [
- 48969,
- 2,
- 8,
- 3,
- 0.099583,
- "_PLTPLQEEMASLLQQIEIER_"
- ],
- [
- 32041,
- 2,
- 12,
- 3,
- 0.15656,
- "_MVSSIIDSLEILFNK_"
- ],
- [
- 36168,
- 3,
- 11,
- 8,
- 0.14233,
- "_IMSLVDPNHSGLVTFQAFIDFMSR_"
- ],
- [
- 47722,
- 2,
- 10,
- 5,
- 0.12804,
- "_SLVLPWSFPLEWAPQNLTR_"
- ],
- [
- 29908,
- 2,
- 11,
- 6,
- 0.1423,
- "_LNLEEWILEQLTR_"
- ],
- [
- 46562,
- 2,
- 11,
- 7,
- 0.1423,
- "_EYIIEGFENMPAAFMGMLK_"
- ],
- [
- 50225,
- 2,
- 10,
- 6,
- 0.12804,
- "_GIEAGSEDIDILPNGLAFFSVGLK_"
- ],
- [
- 39010,
- 2,
- 15,
- 5,
- 0.19927,
- "_SDPDACPTMPLLAMLLR_"
- ],
- [
- 42925,
- 2,
- 6,
- 4,
- 0.071125,
- "_ALSELAALCYLIAFQVPR_"
- ],
- [
- 44162,
- 2,
- 13,
- 6,
- 0.1708,
- "_LDLQWVQVLSEGWATPLK_"
- ],
- [
- 43079,
- 2,
- 9,
- 3,
- 0.11382,
- "_GNAALAELDQLLAVADFGPR_"
- ],
- [
- 49221,
- 2,
- 11,
- 5,
- 0.1423,
- "_DLCVIDAQWLYEAAPEYFR_"
- ],
- [
- 46222,
- 4,
- 6,
- 5,
- 0.071125,
- "_LLMSDGLNTLSSFMLATQLNPLVEEEQLSSNCVCQIHR_"
- ],
- [
- 47868,
- 2,
- 14,
- 6,
- 0.18502,
- "_GLIAEAAQLGPVGGVFNLAVVLR_"
- ],
- [
- 47365,
- 4,
- 13,
- 8,
- 0.1708,
- "_KQQMAEEMVEAAGEDERELAAEMAAAFLNENLPESIFGAPK_"
- ],
- [
- 41667,
- 2,
- 14,
- 2,
- 0.18502,
- "_GLDIPLLDNVINYSFPAK_"
- ],
- [
- 37186,
- 2,
- 12,
- 6,
- 0.15656,
- "_QLEDLVIEAVYADVLR_"
- ],
- [
- 41812,
- 3,
- 8,
- 6,
- 0.099567,
- "_YDPSVKPPFDIGFEGIGEVVALGLSASAR_"
- ],
- [
- 39626,
- 3,
- 9,
- 6,
- 0.11382,
- "_DLVWPLPPAVLQPFQDTCHALFCR_"
- ],
- [
- 51791,
- 3,
- 12,
- 7,
- 0.15656,
- "_AYVLGSPALAAELEAVGVASVGVGPEPLQGEGPGDWLHAPLEPDVR_"
- ],
- [
- 32616,
- 2,
- 12,
- 6,
- 0.15656,
- "_LDMDIQEILNYISR_"
- ],
- [
- 40613,
- 3,
- 9,
- 7,
- 0.11382,
- "_LQDVFNTVGADIIQLPQIVVVGTQSSGK_"
- ],
- [
- 46324,
- 3,
- 9,
- 7,
- 0.11382,
- "_EVYLQDSFKPLVCISPNASLFDAVSSLIR_"
- ],
- [
- 47757,
- 3,
- 14,
- 7,
- 0.18502,
- "_FYCLPDNYEIIDSSLEDITYVLKPTFTK_"
- ],
- [
- 14217,
- 2,
- 8,
- 3,
- 0.099577,
- "_FDLVSFIPLLR_"
- ],
- [
- 50448,
- 2,
- 6,
- 2,
- 0.07114,
- "_LQAWPAELPDEFFELTVDDVR_"
- ],
- [
- 48918,
- 2,
- 4,
- 4,
- 0.042692,
- "_ELIDDFIFPASNVYLQYMR_"
- ],
- [
- 27196,
- 2,
- 7,
- 3,
- 0.085356,
- "_NYGDIELLFQLLR_"
- ],
- [
- 46564,
- 2,
- 7,
- 6,
- 0.085356,
- "_(Acetyl (Protein N-term))ADEALFLLLHNEMVSGVYK_"
- ],
- [
- 19823,
- 3,
- 11,
- 5,
- 0.14227,
- "_NIGLTELVQIIINTTHLEK_"
- ],
- [
- 50653,
- 2,
- 12,
- 2,
- 0.15653,
- "_GVPGPFLVCGPLSTLPNWMAEFK_"
- ],
- [
- 49019,
- 3,
- 13,
- 7,
- 0.1708,
- "_FQSSAVMALQEASEAYLVGLFEDTNLCAIHAK_"
- ],
- [
- 34726,
- 2,
- 17,
- 5,
- 0.22773,
- "_EEMGIGGVLGLLWFQK_"
- ],
- [
- 36207,
- 2,
- 12,
- 5,
- 0.1565,
- "_LCPPELAPAELLLLLR_"
- ],
- [
- 49897,
- 2,
- 9,
- 2,
- 0.11381,
- "_TEGDETGVMDNLLEALQSGAAFR_"
- ],
- [
- 19351,
- 3,
- 14,
- 7,
- 0.18503,
- "_GEMQVVPVLVHLLSAISSVR_"
- ],
- [
- 24749,
- 2,
- 16,
- 3,
- 0.21348,
- "_DLLGASGLMLLLPPK_"
- ],
- [
- 43873,
- 2,
- 8,
- 5,
- 0.099586,
- "_AGGLAEWVLMELQGEIEAR_"
- ],
- [
- 35294,
- 2,
- 11,
- 5,
- 0.14228,
- "_DGILFWTDWDASLPR_"
- ],
- [
- 47035,
- 2,
- 9,
- 6,
- 0.11381,
- "_DGNASGTTLLEALDCILPPTR_"
- ],
- [
- 51242,
- 3,
- 7,
- 8,
- 0.085371,
- "_VEVAPGYVVTVLTWPGTNPTLSSILLNSHTDVVPVFK_"
- ],
- [
- 47073,
- 3,
- 7,
- 7,
- 0.085371,
- "_VDIVAINDPFIDLNYMVYM(Oxidation (M))FQYDSTHGK_"
- ],
- [
- 49611,
- 2,
- 13,
- 4,
- 0.17076,
- "_LDQILLNGNNITMLVPGGEGPEV_"
- ],
- [
- 45325,
- 2,
- 13,
- 6,
- 0.17076,
- "_GEMQVVPVLVHLLSAISSVR_"
- ],
- [
- 41586,
- 2,
- 14,
- 3,
- 0.18503,
- "_STTTAEDIEQFLLNYLK_"
- ],
- [
- 12831,
- 2,
- 9,
- 3,
- 0.11381,
- "_NFFDFLLTFK_"
- ],
- [
- 48043,
- 4,
- 6,
- 4,
- 0.071144,
- "_LTIVDAVGFGDQINKDESYRPIVDYIDAQFENYLQEELK_"
- ],
- [
- 28355,
- 3,
- 6,
- 5,
- 0.071146,
- "_QQENVTLLLSLLEEFDFHVR_"
- ],
- [
- 36465,
- 3,
- 16,
- 7,
- 0.21348,
- "_VFTPEEAVNFILSCLEDEKIQTR_"
- ],
- [
- 48911,
- 3,
- 11,
- 6,
- 0.14225,
- "_ILSVSLSTMQDDIFILHEQEYDSLLESVFK_"
- ],
- [
- 51607,
- 3,
- 11,
- 6,
- 0.14225,
- "_CDVTQSQPLGAVPLPPADCVLSTLCLDAACPDLPTYCR_"
- ],
- [
- 42303,
- 3,
- 11,
- 4,
- 0.14225,
- "_TVLLSIQALLSAPNPDDPLANDVAEQWK_"
- ],
- [
- 28335,
- 3,
- 6,
- 4,
- 0.071146,
- "_SQLDHGTYNDLISQLEELILK_"
- ],
- [
- 35521,
- 4,
- 6,
- 4,
- 0.071146,
- "_EKEERPPELPLLSEQLSLDELWDMLGECLK_"
- ],
- [
- 35786,
- 2,
- 9,
- 4,
- 0.11381,
- "_LADGAIDLYAMVVVLSR_"
- ],
- [
- 37652,
- 3,
- 19,
- 8,
- 0.25618,
- "_SGEKPLLGGSLMEYAILSAIAAMNEPK_"
- ],
- [
- 40898,
- 2,
- 12,
- 6,
- 0.1565,
- "_MDILVTETEELAENILK_"
- ],
- [
- 42999,
- 3,
- 12,
- 9,
- 0.1565,
- "_SCTDSELLLHPELLSQEFLLLTLEQK_"
- ],
- [
- 33112,
- 2,
- 7,
- 2,
- 0.085367,
- "_(Acetyl (Protein N-term))ADDIDIEAMLEAPYK_"
- ],
- [
- 38552,
- 3,
- 9,
- 6,
- 0.11381,
- "_VLLIVHDAILPQLAQPTLMIDFLTR_"
- ],
- [
- 24695,
- 2,
- 15,
- 5,
- 0.19925,
- "_DLAMVASDMMVLLK_"
- ],
- [
- 47438,
- 2,
- 15,
- 4,
- 0.19925,
- "_VPTTGIIEYPFDLENIIFR_"
- ],
- [
- 47844,
- 2,
- 15,
- 7,
- 0.19925,
- "_FFPSVPLFGFFGNGEIGCDR_"
- ],
- [
- 50663,
- 2,
- 12,
- 6,
- 0.1565,
- "_AQFVPLPVSVSVEFAVAATDCIAK_"
- ],
- [
- 42119,
- 2,
- 8,
- 5,
- 0.099594,
- "_GIIPTEFGDVLIVIYPMK_"
- ],
- [
- 43163,
- 3,
- 11,
- 5,
- 0.14225,
- "_NPIHLAFPGPLFMEGLADSALEDVENLR_"
- ],
- [
- 45362,
- 2,
- 17,
- 5,
- 0.22774,
- "_DGLALGPGPFVTALEYATDTK_"
- ],
- [
- 50904,
- 3,
- 10,
- 6,
- 0.12807,
- "_MIQTPDADLDVTNIIQADEPTTLTTNALDLNSVLGK_"
- ],
- [
- 41426,
- 2,
- 8,
- 6,
- 0.099627,
- "_AQGLELALVFLGQTLGPPR_"
- ],
- [
- 46783,
- 2,
- 10,
- 5,
- 0.12807,
- "_VMQLFGLVNTLLANDPTSLR_"
- ],
- [
- 35960,
- 3,
- 9,
- 3,
- 0.11385,
- "_LYDTHITVLDAALETGQLIIMETR_"
- ],
- [
- 47179,
- 2,
- 9,
- 4,
- 0.11385,
- "_LAALEGDAAPSLVDALLEQVAR_"
- ],
- [
- 43611,
- 3,
- 10,
- 7,
- 0.12807,
- "_NLEAIVQEIKPTALIGVAAIGGAFSEQILK_"
- ],
- [
- 46606,
- 2,
- 7,
- 4,
- 0.085405,
- "_ETQILNCALDDIEWFVAR_"
- ],
- [
- 26912,
- 2,
- 14,
- 6,
- 0.18498,
- "_EVYAAAAEVLGLILR_"
- ],
- [
- 51360,
- 3,
- 13,
- 7,
- 0.17076,
- "_FPPQTWLSALRPSGPALSGLLSLEAEENALPGFAEALR_"
- ],
- [
- 33384,
- 2,
- 12,
- 5,
- 0.15651,
- "_ELCQLLLEGLEGVLR_"
- ],
- [
- 48580,
- 2,
- 14,
- 7,
- 0.18498,
- "_FCGDLDCPDWVLAEISTLAK_"
- ],
- [
- 44952,
- 2,
- 13,
- 6,
- 0.17073,
- "_GEPGAAPLSAPAFSLVFPFLK_"
- ],
- [
- 28634,
- 2,
- 14,
- 7,
- 0.18498,
- "_ELEDLLSPLEELVK_"
- ],
- [
- 37841,
- 3,
- 14,
- 7,
- 0.18498,
- "_SELAALPPSVQEEHGQLLALLAELLR_"
- ],
- [
- 48691,
- 2,
- 10,
- 6,
- 0.12807,
- "_QDTISPEFEPVFSLFAFTNK_"
- ],
- [
- 33773,
- 2,
- 10,
- 5,
- 0.12807,
- "_DLVDDIFTVTEDEIK_"
- ],
- [
- 49444,
- 3,
- 14,
- 10,
- 0.18498,
- "_IGYNPDTVAFVPISGWNGDNMLEPSANMPWFK_"
- ],
- [
- 36970,
- 3,
- 9,
- 6,
- 0.11385,
- "_SGTAYSLVAPDEIPYLLDLHLFLGR_"
- ],
- [
- 48436,
- 3,
- 14,
- 7,
- 0.18498,
- "_SKEEPLFPFNLDEFVTVDEVIEEVNPSQAK_"
- ],
- [
- 46948,
- 2,
- 9,
- 2,
- 0.11385,
- "_EEALSTGGLDLIFMPGLGFDK_"
- ],
- [
- 51437,
- 3,
- 15,
- 7,
- 0.19921,
- "_WGSECLATDVPLDTLESNLQHLSVLELTDSGALMANR_"
- ],
- [
- 23397,
- 2,
- 7,
- 3,
- 0.085402,
- "_QVLDLLAQLVQLR_"
- ],
- [
- 50135,
- 2,
- 10,
- 3,
- 0.12807,
- "_VGQTAFDVADEDILGYLEELQK_"
- ],
- [
- 35097,
- 4,
- 18,
- 8,
- 0.24196,
- "_KLDTNSDGQLDFSEFLNLIGGLAM(Oxidation (M))ACHDSFLK_"
- ],
- [
- 43760,
- 2,
- 6,
- 3,
- 0.071165,
- "_TLVFTLPVIMFCLEQEK_"
- ],
- [
- 51674,
- 3,
- 12,
- 8,
- 0.15651,
- "_NEANQPLCLPALLIYTEASDYIPDDHQDYAEALINPIK_"
- ],
- [
- 49344,
- 2,
- 12,
- 8,
- 0.15651,
- "_NVILEVNEAVLTESMIQNLIK_"
- ],
- [
- 42574,
- 2,
- 12,
- 5,
- 0.15651,
- "_EMDDVAIEDEVLEQLFK_"
- ],
- [
- 45169,
- 3,
- 11,
- 5,
- 0.14229,
- "_KGQEQVLGDLSMILCDPFAINTLALSTVR_"
- ],
- [
- 51761,
- 3,
- 12,
- 7,
- 0.15653,
- "_QLVTLFSAPNYCGEFDNAGAMMSVDETLMCSFQILKPAEK_"
- ],
- [
- 41421,
- 3,
- 13,
- 8,
- 0.17075,
- "_LLVSNLDFGVSDADIQELFAEFGTLKK_"
- ],
- [
- 50553,
- 2,
- 11,
- 5,
- 0.14232,
- "_IANQCMDPSLQVQLFIEILNR_"
- ],
- [
- 49744,
- 3,
- 10,
- 5,
- 0.12809,
- "_FDTVEDFWALYNHIQLSSNLMPGCDYSLFK_"
- ],
- [
- 48977,
- 2,
- 12,
- 5,
- 0.15653,
- "_LAIQEALSMMVGAYSTLEGAQR_"
- ],
- [
- 40597,
- 2,
- 16,
- 6,
- 0.21345,
- "_DALEFWLQAGVDGFQVR_"
- ],
- [
- 51578,
- 3,
- 10,
- 9,
- 0.12809,
- "_AVAALLTIPEAEKSPLMSEFQSQISSNPELAAIFESIQK_"
- ],
- [
- 32907,
- 3,
- 10,
- 4,
- 0.12809,
- "_YAVQLINALIQDPAKELEDLIPK_"
- ],
- [
- 48124,
- 3,
- 9,
- 7,
- 0.11387,
- "_SIFGDALLIEPLDKYPLAPGVPLPSPQDLMGR_"
- ],
- [
- 37424,
- 3,
- 9,
- 5,
- 0.11387,
- "_ENILFGM(Oxidation (M))GNPLLDISAVVDKDFLDK_"
- ],
- [
- 43468,
- 3,
- 23,
- 8,
- 0.31312,
- "_TLSTIATSTDAASVVHSTDLVVEAIVENLK_"
- ],
- [
- 51689,
- 3,
- 16,
- 10,
- 0.21345,
- "_LLMSDGLNTLSSFMLATQLNPLVEEEQLSSNCVCQIHR_"
- ],
- [
- 19114,
- 2,
- 13,
- 6,
- 0.17075,
- "_DINTDFLLVVLR_"
- ],
- [
- 42460,
- 2,
- 8,
- 4,
- 0.099644,
- "_ILASFFGELLGQEIDPLR_"
- ],
- [
- 30242,
- 3,
- 8,
- 6,
- 0.099644,
- "_HDDTTISSWLQSLASFCGAVFR_"
- ],
- [
- 47573,
- 3,
- 11,
- 7,
- 0.14232,
- "_VLAAQETHEGVTEDGIEDAFEVLGEIQEIVK_"
- ],
- [
- 50097,
- 3,
- 15,
- 7,
- 0.19923,
- "_YHFVPGTTAVLTQTVKPLTLELVEETVQAMEVE_"
- ],
- [
- 51557,
- 3,
- 15,
- 5,
- 0.19923,
- "_TPFQVEQVAQLLTGSPELQLQFSNDIYSTYHLFPPR_"
- ],
- [
- 51215,
- 3,
- 12,
- 5,
- 0.15653,
- "_IEQACDPAWSADVAAVVMQEGLAHICLVTPSMTLTR_"
- ],
- [
- 48625,
- 3,
- 11,
- 5,
- 0.14232,
- "_INNIWGAVLQEQNQDAVATELGILGMEGTIDR_"
- ],
- [
- 50734,
- 2,
- 12,
- 4,
- 0.15653,
- "_YSDITIMFEETQVPALLEAGFR_"
- ],
- [
- 20021,
- 2,
- 12,
- 5,
- 0.15653,
- "_ENLPLIVWLLVK_"
- ],
- [
- 44703,
- 4,
- 5,
- 3,
- 0.056946,
- "_VAVSADPNVPNVVVTGLTLVCSSAPGPLELDLTGDLESFKK_"
- ],
- [
- 51538,
- 3,
- 12,
- 9,
- 0.15653,
- "_GLEDVRPSVESLLDELESSVPSPVPAITVNQGEMSSPQR_"
- ],
- [
- 49994,
- 2,
- 14,
- 7,
- 0.18497,
- "_ADTNLGNILLNVLIPPNMPCTR_"
- ],
- [
- 48817,
- 2,
- 12,
- 6,
- 0.15653,
- "_DFTQVFDSYAQFEESMIAAK_"
- ],
- [
- 51746,
- 3,
- 12,
- 7,
- 0.15653,
- "_WSPTYDVSSILTSIQSLLDEPNPNSPANSQAAQLYQENKR_"
- ],
- [
- 37483,
- 2,
- 11,
- 4,
- 0.14232,
- "_IEVSTDAAVLSVPAVTLVA_"
- ],
- [
- 49890,
- 2,
- 11,
- 7,
- 0.14232,
- "_NLEALALDLMEPEQAVDLTLPK_"
- ],
- [
- 51693,
- 3,
- 9,
- 6,
- 0.11387,
- "_LGNAGLLALADVFSEDSSSSLCQLDISSNCIKPDGLLEFAK_"
- ],
- [
- 50159,
- 3,
- 10,
- 6,
- 0.12809,
- "_GVTEHYGINIDDIDLISANMENALASIGGFCCGR_"
- ],
- [
- 47898,
- 3,
- 16,
- 8,
- 0.21345,
- "_EHMPTLEEFFEEAIEQADPENMVENEYK_"
- ],
- [
- 41372,
- 2,
- 10,
- 6,
- 0.12809,
- "_ILADLEDYLNELWEDK_"
- ],
- [
- 49277,
- 2,
- 12,
- 6,
- 0.15654,
- "_FANSLPINDPLQTVYQLMSGR_"
- ],
- [
- 48342,
- 4,
- 12,
- 7,
- 0.15654,
- "_TPLVSSPMDTVTEAGMAIAM(Oxidation (M))ALTGGIGFIHHNCTPEFQANEVR_"
- ],
- [
- 49178,
- 2,
- 9,
- 6,
- 0.11387,
- "_ALSFLGFSAPTPIQALTLAPAIR_"
- ],
- [
- 49231,
- 3,
- 10,
- 7,
- 0.12809,
- "_IIDTPGLLKPEQVSALFGNIENIYALNSQLLR_"
- ],
- [
- 22483,
- 4,
- 9,
- 6,
- 0.11386,
- "_TTNNIPLLQQILLTLQHLPLTVDHLK_"
- ],
- [
- 41172,
- 2,
- 11,
- 5,
- 0.14232,
- "_AFDTFLDSLQEFPWVR_"
- ],
- [
- 48895,
- 2,
- 19,
- 6,
- 0.25615,
- "_TAAFLLPILSQIYSDGPGEALR_"
- ],
- [
- 49203,
- 2,
- 13,
- 7,
- 0.17076,
- "_LGAGYPMGPFELLDYVGLDTTK_"
- ],
- [
- 46618,
- 3,
- 18,
- 5,
- 0.2419,
- "_QPTELDALVFGHLYTILTTQLTNDELSEK_"
- ],
- [
- 37975,
- 3,
- 12,
- 8,
- 0.15654,
- "_GDIPDLSQAPSSLLDALEQHLASLEGK_"
- ],
- [
- 46910,
- 3,
- 15,
- 8,
- 0.1992,
- "_EALDHMVEYVAQNTPVTWLVGPFAPGITEK_"
- ],
- [
- 38287,
- 2,
- 15,
- 6,
- 0.1992,
- "_TGAFSIPVIQIVYETLK_"
- ],
- [
- 35239,
- 3,
- 12,
- 5,
- 0.15654,
- "_TYSLLHQWPALYPLIALELLDSK_"
- ],
- [
- 42458,
- 3,
- 10,
- 8,
- 0.12807,
- "_ESSFDIILSGLVPGSTTLHSAEILAEIAR_"
- ],
- [
- 47481,
- 3,
- 17,
- 8,
- 0.22764,
- "_FMPIMQWLYFDALECLPEDKEVLTEDK_"
- ],
- [
- 43602,
- 2,
- 10,
- 5,
- 0.12807,
- "_DLEDADLLIQLEAFEEAK_"
- ],
- [
- 34688,
- 2,
- 6,
- 5,
- 0.071131,
- "_LLGYQGIAVVMEELLK_"
- ],
- [
- 50416,
- 2,
- 11,
- 6,
- 0.14231,
- "_PNSEPASLLELFNSIATQGELVR_"
- ],
- [
- 40041,
- 3,
- 13,
- 5,
- 0.17076,
- "_TLADLQLEYLDLYLMHWPYAFER_"
- ],
- [
- 36542,
- 3,
- 9,
- 4,
- 0.11384,
- "_FSTLLQNLGPENAVTLLVFAVTEHK_"
- ],
- [
- 50460,
- 2,
- 13,
- 6,
- 0.17076,
- "_ISPATMLEDEITWLDNFEPNR_"
- ],
- [
- 46059,
- 4,
- 8,
- 8,
- 0.099613,
- "_VLYVGGLAEEVDDKVLHAAFIPFGDITDIQIPLDYETEK_"
- ],
- [
- 45240,
- 2,
- 14,
- 6,
- 0.18498,
- "_IEAELQDICNDVLELLDK_"
- ],
- [
- 39024,
- 2,
- 14,
- 7,
- 0.18498,
- "_LEQFVSILMASIPLPDK_"
- ],
- [
- 27339,
- 2,
- 12,
- 6,
- 0.15654,
- "_VLELAQLLDQIWR_"
- ],
- [
- 45454,
- 3,
- 9,
- 6,
- 0.11385,
- "_ELPTEPPYTAYVGNLPFNTVQGDIDAIFK_"
- ],
- [
- 47686,
- 2,
- 9,
- 6,
- 0.11385,
- "_LQGMENLEDVFVQMLDESR_"
- ],
- [
- 35650,
- 3,
- 9,
- 5,
- 0.11385,
- "_VCVPLITLTDVDPLVEALLICHGR_"
- ],
- [
- 45347,
- 2,
- 10,
- 6,
- 0.12808,
- "_TSSQWVFGPAYFVEYLIK_"
- ],
- [
- 46958,
- 3,
- 8,
- 7,
- 0.099623,
- "_ITNDCPEHLESIDVMCQVLTDLIDEEVK_"
- ],
- [
- 36890,
- 2,
- 10,
- 4,
- 0.12808,
- "_GNTCLGIFEQIFGLIR_"
- ],
- [
- 39804,
- 2,
- 9,
- 6,
- 0.11385,
- "_NVEELIPALDLLCSAIR_"
- ],
- [
- 47068,
- 3,
- 10,
- 8,
- 0.12808,
- "_VADKIQLINNMLDKVNEMIIGGGMAFTFLK_"
- ],
- [
- 50213,
- 2,
- 9,
- 5,
- 0.11385,
- "_DLALEYYVLGESFETSAPWDR_"
- ],
- [
- 37452,
- 4,
- 8,
- 7,
- 0.099623,
- "_VAAVLLQFNLIDLDDLYVHLLPADNCIMDEHK_"
- ],
- [
- 51044,
- 3,
- 17,
- 9,
- 0.22765,
- "_DVLKEEGVSFLINTFEGGGCGQPSGILAQPTLLYLR_"
- ],
- [
- 38548,
- 3,
- 11,
- 4,
- 0.14231,
- "_KQDIGDILQQIMTITDQSLDEAQAR_"
- ],
- [
- 44481,
- 2,
- 18,
- 8,
- 0.24187,
- "_ADLEMQIESLTEELAYLK_"
- ],
- [
- 36363,
- 3,
- 11,
- 7,
- 0.14231,
- "_IKEDEDDKTVLDLAVVLFETATLR_"
- ],
- [
- 31191,
- 2,
- 18,
- 6,
- 0.24187,
- "_VVPSDLYPLVLGFLR_"
- ],
- [
- 31616,
- 3,
- 12,
- 8,
- 0.15654,
- "_(Acetyl (Protein N-term))MIASHLLAYFFTELNHDQVQK_"
- ],
- [
- 51595,
- 3,
- 12,
- 10,
- 0.15654,
- "_VAVSADPNVPNVVVTGLTLVCSSAPGPLELDLTGDLESFKK_"
- ],
- [
- 41575,
- 3,
- 12,
- 6,
- 0.15654,
- "_VDVVHMDENSLEFDMVGIDAAIANAFR_"
- ],
- [
- 36211,
- 3,
- 13,
- 6,
- 0.17077,
- "_DDAVPNLIQLITNSVEMHAYTVQR_"
- ],
- [
- 32623,
- 2,
- 12,
- 7,
- 0.15655,
- "_VNDVVPWVLDVILNK_"
- ],
- [
- 42915,
- 2,
- 9,
- 3,
- 0.11387,
- "_DSLIQSLATQLELDGFER_"
- ],
- [
- 21923,
- 4,
- 10,
- 4,
- 0.12809,
- "_LLSLLPEYVVPYMIHLLAHDPDFTR_"
- ],
- [
- 47423,
- 3,
- 15,
- 7,
- 0.19923,
- "_KLPFLAHALYVQAPTVTIEGFLQALSLAVDK_"
- ],
- [
- 35766,
- 3,
- 14,
- 6,
- 0.18501,
- "_DGPYITAEEAVAVYTTTVHWLESR_"
- ],
- [
- 32014,
- 3,
- 7,
- 4,
- 0.085386,
- "_DETGAIFIDRDPAAFAPILNFLR_"
- ],
- [
- 33562,
- 3,
- 9,
- 6,
- 0.11387,
- "_VGMDSTTVNYFALFEVISHSFVR_"
- ],
- [
- 41787,
- 3,
- 12,
- 9,
- 0.15655,
- "_LMEPIYLVEIQCPEQVVGGIYGVLNR_"
- ],
- [
- 46554,
- 2,
- 11,
- 6,
- 0.14232,
- "_AVTLDPNFLDAYINLGNVLK_"
- ],
- [
- 46404,
- 2,
- 11,
- 5,
- 0.14232,
- "_FFTAICDMVAWLGYTPYK_"
- ],
- [
- 51325,
- 2,
- 8,
- 2,
- 0.099607,
- "_YAVDDVPFSIPAASEIADLSNIINK_"
- ],
- [
- 37353,
- 4,
- 8,
- 6,
- 0.099607,
- "_CTEDMTEDELREFFSQYGDVMDVFIPKPFR_"
- ],
- [
- 30578,
- 2,
- 9,
- 3,
- 0.11386,
- "_GYDFAAVLEWFAER_"
- ],
- [
- 40583,
- 3,
- 15,
- 8,
- 0.19927,
- "_IIGPLEDSELFNQDDFHLLENIILK_"
- ],
- [
- 46130,
- 3,
- 8,
- 2,
- 0.099644,
- "_AAVLVQQWVSYADTELIPAACGATLPALGLR_"
- ],
- [
- 45550,
- 3,
- 12,
- 5,
- 0.15658,
- "_QQALEQLLEDKVEDDMLQLSEFDPLLR_"
- ],
- [
- 41810,
- 3,
- 11,
- 8,
- 0.14235,
- "_EGSGGGGGMDDIFSHIFGGGLFGFMGNQSR_"
- ],
- [
- 42368,
- 2,
- 9,
- 4,
- 0.11386,
- "_AENPQCLLGDFVTEFFK_"
- ],
- [
- 29708,
- 2,
- 9,
- 6,
- 0.11387,
- "_GSVPLGLATVLQDLLR_"
- ],
- [
- 41735,
- 3,
- 8,
- 3,
- 0.099632,
- "_YGDIPEYVLAYIDYLSHLNEDNNTR_"
- ],
- [
- 29618,
- 3,
- 9,
- 4,
- 0.11387,
- "_DMDLTEVITGTLWNLSSHDSIK_"
- ],
- [
- 43774,
- 2,
- 10,
- 4,
- 0.1281,
- "_GSEYDDFLDEFMEAVSSK_"
- ],
- [
- 18555,
- 2,
- 21,
- 7,
- 0.28461,
- "_DLVEAVAHILGIR_"
- ],
- [
- 49585,
- 3,
- 10,
- 6,
- 0.1281,
- "_DIQAPDGLAVDWIHSNIYWTDSVLGTVSVADTK_"
- ],
- [
- 37678,
- 2,
- 8,
- 4,
- 0.099632,
- "_GDVTFLEDVLNEIQLR_"
- ],
- [
- 16582,
- 4,
- 13,
- 6,
- 0.17081,
- "_IKEDEDDKTVLDLAVVLFETATLR_"
- ],
- [
- 48267,
- 2,
- 11,
- 8,
- 0.14235,
- "_DDVFLSVPCILGQNGISDLVK_"
- ],
- [
- 44583,
- 3,
- 12,
- 6,
- 0.15658,
- "_ILGMEVHQQNALFQYFADTLTAVVQNAK_"
- ],
- [
- 51099,
- 2,
- 12,
- 8,
- 0.15658,
- "_GDLLIDIGSGPTIYQLLSACESFK_"
- ],
- [
- 38856,
- 4,
- 9,
- 7,
- 0.11387,
- "_YIDQGIAELVPGVLFVDEVHMLDIECFTYLHR_"
- ],
- [
- 50276,
- 3,
- 15,
- 7,
- 0.19928,
- "_TLPTLQELHLSDNLLGDAGLQLLCEGLLDPQCR_"
- ],
- [
- 34850,
- 3,
- 12,
- 5,
- 0.15659,
- "_NAILFETISLIIHYDSEPNLLVR_"
- ],
- [
- 48146,
- 3,
- 11,
- 5,
- 0.14233,
- "_ITTVPLPTAPNIPIIDYEVSISGEWSPWQAK_"
- ],
- [
- 48997,
- 2,
- 9,
- 6,
- 0.11387,
- "_IEPLSPELVAAASAVADSLPFDK_"
- ],
- [
- 44769,
- 3,
- 11,
- 6,
- 0.14233,
- "_GVLLQALNDKDMNDWLYAFNPLLAGTIR_"
- ],
- [
- 47597,
- 2,
- 7,
- 5,
- 0.085421,
- "_VGQYVVDLTSFEQLALPVLR_"
- ],
- [
- 49380,
- 2,
- 11,
- 4,
- 0.14233,
- "_FPEIVAPLLTSIDAISLECER_"
- ],
- [
- 51079,
- 2,
- 9,
- 3,
- 0.11388,
- "_GGGEELAQLAGVPFLGSVPLDPALMR_"
- ],
- [
- 51387,
- 2,
- 10,
- 4,
- 0.12811,
- "_DESNEIEMTIPGLDWGMEEVMQK_"
- ],
- [
- 48535,
- 2,
- 10,
- 4,
- 0.12811,
- "_DPSQVENLASSLQLITECFR_"
- ],
- [
- 23854,
- 3,
- 7,
- 4,
- 0.085442,
- "_DTELAEELLQWFLQEEKR_"
- ],
- [
- 36648,
- 3,
- 10,
- 3,
- 0.12811,
- "_EQLYQAIFHAVDQYLALPDVSLGR_"
- ],
- [
- 38165,
- 3,
- 8,
- 6,
- 0.099661,
- "_DLGVLDVIFHPTQPWVFSSGADGTVR_"
- ],
- [
- 32241,
- 2,
- 11,
- 5,
- 0.14235,
- "_NSELFDPFDLFDVR_"
- ],
- [
- 38991,
- 2,
- 7,
- 6,
- 0.085442,
- "_GIDQCIPLFVQLVLER_"
- ],
- [
- 45145,
- 3,
- 12,
- 7,
- 0.15657,
- "_FQSVPAQPGQTSPLLQYFGILLDQGQLNK_"
- ],
- [
- 41073,
- 2,
- 7,
- 4,
- 0.085442,
- "_FIYITPEELAAVANFIR_"
- ],
- [
- 42997,
- 2,
- 16,
- 4,
- 0.21352,
- "_FYPEDVAEELIQDITQK_"
- ],
- [
- 46805,
- 3,
- 14,
- 5,
- 0.18505,
- "_ILAPGIEPFSLQVSPQEMVQEIHQVLMDR_"
- ],
- [
- 40876,
- 3,
- 12,
- 7,
- 0.15657,
- "_DVQNTFYDIVAELGAMEHAQAVDYIK_"
- ],
- [
- 33929,
- 3,
- 13,
- 7,
- 0.17083,
- "_SSGQPVTFTDIFGMLIGETLIHNR_"
- ],
- [
- 25310,
- 2,
- 10,
- 3,
- 0.12812,
- "_YAEIFQDLLALVR_"
- ],
- [
- 48026,
- 2,
- 10,
- 5,
- 0.12812,
- "_SIADCVEALLGCYLTSCGER_"
- ],
- [
- 38246,
- 2,
- 5,
- 4,
- 0.056944,
- "_LSPDAVAQLAFQMAFLR_"
- ],
- [
- 35231,
- 3,
- 9,
- 6,
- 0.1139,
- "_DHFISPSAFGEILYNNFLFDIPK_"
- ],
- [
- 47022,
- 3,
- 9,
- 6,
- 0.1139,
- "_DKLDTLVDFPINDLDMSEFLINPNAGPCR_"
- ],
- [
- 44229,
- 3,
- 10,
- 6,
- 0.12812,
- "_VEGLWNLFLPAVSGLSHVDYALIAEETGK_"
- ],
- [
- 47358,
- 2,
- 5,
- 3,
- 0.056944,
- "_ALELPPLVVEGIELDQLDLR_"
- ],
- [
- 33231,
- 3,
- 11,
- 5,
- 0.14235,
- "_NVAELTVMDVYDIASLVGHEFER_"
- ],
- [
- 16752,
- 2,
- 8,
- 3,
- 0.099678,
- "_(Acetyl (Protein N-term))AEYLASIFGTEK_"
- ],
- [
- 32781,
- 2,
- 9,
- 4,
- 0.1139,
- "_GQEDLTSYFLEALLK_"
- ],
- [
- 42560,
- 2,
- 7,
- 5,
- 0.085445,
- "_SSPEAVTGFSFAVAALLGAVK_"
- ],
- [
- 51558,
- 3,
- 13,
- 10,
- 0.17081,
- "_SRDNGPDGMEPEGVIESNWNEIVDSFDDMNLSESLLR_"
- ],
- [
- 44177,
- 2,
- 13,
- 5,
- 0.17081,
- "_AEDDQPLPGVLLSLSGGLFR_"
- ],
- [
- 47419,
- 4,
- 8,
- 5,
- 0.099678,
- "_EQFVPGPNEKPLYTAEPVTLEDLQLLADLFYLPYEHGPK_"
- ],
- [
- 50576,
- 2,
- 12,
- 7,
- 0.15659,
- "_(Acetyl (Protein N-term))SHIQIPPGLTELLQGYTVEVLR_"
- ],
- [
- 39278,
- 3,
- 7,
- 5,
- 0.085445,
- "_EESDYHDLESVVQQVEQNLELMTK_"
- ],
- [
- 43655,
- 2,
- 12,
- 4,
- 0.15659,
- "_VVIGFVPLAEIMGYSTVLR_"
- ],
- [
- 48594,
- 3,
- 9,
- 4,
- 0.1139,
- "_YLDLSHNNLTFLPADIGLLQNLQNLAITANR_"
- ],
- [
- 25024,
- 3,
- 10,
- 6,
- 0.12811,
- "_SLLDCHIIPALLQGLLSPDLK_"
- ],
- [
- 47159,
- 3,
- 6,
- 6,
- 0.071161,
- "_TAFDEAIAELDTLNEDSYKDSTLIM(Oxidation (M))QLLR_"
- ],
- [
- 28806,
- 4,
- 8,
- 5,
- 0.099663,
- "_FGTECTLGYLDLLEHVLVILQKPTPEFK_"
- ],
- [
- 40611,
- 3,
- 8,
- 6,
- 0.099663,
- "_DKEPDVLFVGDSMVQLMQQYEIWR_"
- ],
- [
- 47994,
- 2,
- 8,
- 4,
- 0.099663,
- "_(Acetyl (Protein N-term))ATTAELFEEPFVADEYIER_"
- ],
- [
- 40777,
- 3,
- 7,
- 5,
- 0.085419,
- "_TGPAATTLPDGAAAESLVESSEVAVIGFFK_"
- ],
- [
- 49204,
- 2,
- 9,
- 4,
- 0.1139,
- "_LEQVSSDEGIGTLAENLLEALR_"
- ],
- [
- 44406,
- 4,
- 10,
- 6,
- 0.12811,
- "_HPAELAMEPTPELPAEVLMVEVENVVHEDFQVTEEVK_"
- ],
- [
- 17076,
- 2,
- 6,
- 3,
- 0.071161,
- "_QMLDILEVFLR_"
- ],
- [
- 38488,
- 3,
- 8,
- 6,
- 0.099663,
- "_LLDSMHEVVENLLNYCFQTFLDK_"
- ],
- [
- 45414,
- 3,
- 7,
- 4,
- 0.085419,
- "_LGSIFGLGLAYAGSNREDVLTLLLPVMGDSK_"
- ],
- [
- 38616,
- 3,
- 10,
- 6,
- 0.12811,
- "_GSSLSGTDDGAQEVVKDILEDVVTSAIK_"
- ],
- [
- 49301,
- 2,
- 12,
- 5,
- 0.15656,
- "_EEIQDASQLPPAFDLFEAFAK_"
- ],
- [
- 41987,
- 4,
- 14,
- 8,
- 0.18503,
- "_FQSPVDIRPQLAAFCPALRPLELLGFQLPPLPELR_"
- ],
- [
- 16994,
- 3,
- 14,
- 6,
- 0.18503,
- "_LILEALKQLYQCDAIDR_"
- ],
- [
- 47644,
- 3,
- 14,
- 3,
- 0.18503,
- "_EYIFVSNIDNLGATVDLYILNHLMNPPNGK_"
- ],
- [
- 47892,
- 3,
- 14,
- 8,
- 0.18503,
- "_YMTISGFQIEETIDRETSGNLEQLLLAVVK_"
- ],
- [
- 47036,
- 2,
- 15,
- 7,
- 0.19929,
- "_NDVLDSLGISPDLLPEDFVR_"
- ],
- [
- 29486,
- 2,
- 19,
- 7,
- 0.25621,
- "_DLVSSLTSGLLTIGDR_"
- ],
- [
- 47143,
- 3,
- 11,
- 5,
- 0.14234,
- "_HLQPGMVLTVEPGIYFIDHLLDEALADPAR_"
- ],
- [
- 45579,
- 2,
- 12,
- 7,
- 0.15656,
- "_GILAIAWSMADPELLLSCGK_"
- ],
- [
- 27399,
- 2,
- 15,
- 6,
- 0.19925,
- "_DSPLFDFIESCLR_"
- ],
- [
- 39762,
- 2,
- 9,
- 4,
- 0.11389,
- "_DLPEEYLSAIYNEIAGK_"
- ],
- [
- 48067,
- 3,
- 7,
- 4,
- 0.08539,
- "_LCADGAVGPATNESPGIDYVQIGFPPLLSIVSR_"
- ],
- [
- 50799,
- 3,
- 7,
- 5,
- 0.08539,
- "_VILPGMTACIECTLELYPPQVNFPMCTIASMPR_"
- ],
- [
- 50956,
- 3,
- 17,
- 8,
- 0.22774,
- "_GTEAVGSTFLEAIPMSLPPDVEFNRPFLCILYDR_"
- ],
- [
- 49027,
- 2,
- 7,
- 6,
- 0.08539,
- "_DTSSVAVNLPVPSGVAFPAVFLR_"
- ],
- [
- 51755,
- 3,
- 9,
- 8,
- 0.11389,
- "_QLVTLFSAPNYCGEFDNAGAMMSVDETLMCSFQILKPADK_"
- ],
- [
- 20675,
- 2,
- 11,
- 5,
- 0.14234,
- "_LGILDMFLGCIAK_"
- ],
- [
- 51370,
- 3,
- 12,
- 8,
- 0.15657,
- "_LCPGGQLPFLLYGTEVHTDTNKIEEFLEAVLCPPR_"
- ],
- [
- 50525,
- 2,
- 7,
- 6,
- 0.08539,
- "_NGTIELMEPLDEEISGIVEVVGR_"
- ],
- [
- 50227,
- 2,
- 12,
- 6,
- 0.15657,
- "_NCVDIATSENLTDFLMEMGFR_"
- ],
- [
- 29316,
- 2,
- 12,
- 4,
- 0.15657,
- "_LLFEYLTLFGIADK_"
- ],
- [
- 33517,
- 3,
- 7,
- 3,
- 0.08539,
- "_FKNPPVNSLSLEFLTELVISLEK_"
- ],
- [
- 44065,
- 3,
- 8,
- 6,
- 0.099621,
- "_APNLYMVPQGIRPVVQLTAIEILAWGLR_"
- ],
- [
- 50064,
- 2,
- 7,
- 5,
- 0.08539,
- "_LIAVIGDEDTVTGFLLGGIGELNK_"
- ],
- [
- 41197,
- 3,
- 10,
- 6,
- 0.12812,
- "_DLHSGVYGGSVHEAMTDLILLMGSLVDK_"
- ],
- [
- 27679,
- 2,
- 10,
- 4,
- 0.12812,
- "_TLAFLVPVLEALYR_"
- ],
- [
- 37331,
- 3,
- 9,
- 6,
- 0.11388,
- "_LNWESPVDAPWLGTVLHVALECLR_"
- ],
- [
- 28240,
- 3,
- 4,
- 3,
- 0.042677,
- "_QDQIHSSIVSTLLALMDGLDNR_"
- ],
- [
- 45862,
- 2,
- 7,
- 3,
- 0.08539,
- "_NEALIALLNEGEELEELMK_"
- ],
- [
- 40697,
- 2,
- 9,
- 4,
- 0.11388,
- "_SMNINLWSEITELLYK_"
- ],
- [
- 47932,
- 2,
- 17,
- 5,
- 0.22775,
- "_LLAILEQGFDPPIIIFVNQK_"
- ],
- [
- 45037,
- 2,
- 9,
- 3,
- 0.11388,
- "_DVSDEYQYFLSSLVSNVR_"
- ],
- [
- 37872,
- 3,
- 8,
- 5,
- 0.099621,
- "_VFQSSANYAENFIQSIISTVEPAQR_"
- ],
- [
- 50038,
- 3,
- 9,
- 6,
- 0.11388,
- "_DEQDGASAETEPWAAAVPPEWVPIIQQDIQSQR_"
- ],
- [
- 49802,
- 2,
- 6,
- 6,
- 0.071154,
- "_WAFFMASGPCLDDIAELVDAGK_"
- ],
- [
- 47801,
- 2,
- 10,
- 3,
- 0.12812,
- "_PAPFFVLDEIDAALDNTNIGK_"
- ],
- [
- 38883,
- 4,
- 8,
- 6,
- 0.099621,
- "_ASLLIQQALTMFPGVLLPLLESCSVRPDASVSSHR_"
- ],
- [
- 36988,
- 2,
- 8,
- 4,
- 0.099621,
- "_GEVMNLLMFLSTWDGK_"
- ],
- [
- 35032,
- 3,
- 7,
- 4,
- 0.08539,
- "_QDFDEDDILKELEELSLEAQGIK_"
- ],
- [
- 51341,
- 3,
- 13,
- 4,
- 0.1708,
- "_STCLLQPTSSALVNATEWPPFVVTLDEVELIHFER_"
- ],
- [
- 49593,
- 3,
- 10,
- 5,
- 0.12812,
- "_WFVLLDAASYVSTSPLDLSAHQADFVPISFYK_"
- ],
- [
- 36120,
- 2,
- 3,
- 2,
- 0.02846,
- "_DFQQYLPLVIEPLIK_"
- ],
- [
- 41006,
- 2,
- 11,
- 6,
- 0.14235,
- "_YLEMLLEYLQDYTDR_"
- ],
- [
- 48474,
- 3,
- 10,
- 6,
- 0.12812,
- "_VLCLVEMSEKPYILEAALIALGNNAAYAFNR_"
- ],
- [
- 38789,
- 4,
- 10,
- 6,
- 0.12812,
- "_QSAAALCVGVGSFADPDDLPGLAHFLEHMVFMGSLK_"
- ],
- [
- 51550,
- 3,
- 11,
- 7,
- 0.14235,
- "_EESSSSDEDDRGEMADFGAMGCVDIMPLDVALENLNLK_"
- ],
- [
- 43882,
- 3,
- 12,
- 7,
- 0.15657,
- "_TQDQDENVALEACEFWLTLAEQPICK_"
- ],
- [
- 34414,
- 2,
- 15,
- 6,
- 0.19926,
- "_SVDEVFDEVVQIFDK_"
- ],
- [
- 42276,
- 4,
- 13,
- 7,
- 0.1708,
- "_TSAMENIPIITTVITLPHVIVENIPLHVNADLPSFGR_"
- ],
- [
- 28252,
- 3,
- 13,
- 3,
- 0.1708,
- "_GRPLDDIIDKLPEIWETLFR_"
- ],
- [
- 33795,
- 3,
- 10,
- 7,
- 0.12812,
- "_DHPFPIDIDYMISDTLELLRPK_"
- ],
- [
- 51661,
- 3,
- 10,
- 5,
- 0.12811,
- "_LVNFIVSDSGAHVLNSWTQEDQNLQELMAALAAVGPPNPR_"
- ],
- [
- 45660,
- 2,
- 9,
- 4,
- 0.11385,
- "_IEDNDGEFLLIEAADFLPK_"
- ],
- [
- 47412,
- 3,
- 11,
- 6,
- 0.14235,
- "_AIGNIVTGTDEQTQVVIDAGALAVFPSLLTNPK_"
- ],
- [
- 22159,
- 2,
- 12,
- 5,
- 0.15659,
- "_LLLEHLECLVSR_"
- ],
- [
- 48931,
- 2,
- 13,
- 2,
- 0.1708,
- "_TLEEAVNNIITFLGMQPCER_"
- ],
- [
- 47197,
- 2,
- 12,
- 4,
- 0.15659,
- "_GVVEDTLAALQNPSALLENLR_"
- ],
- [
- 51627,
- 3,
- 12,
- 7,
- 0.15659,
- "_QVACVPLFATLMAYEVYYGLTEEEGAVPAEHQVAMAAAR_"
- ],
- [
- 49728,
- 3,
- 10,
- 7,
- 0.12811,
- "_LAATTFISQGIPVYLFSDITPTPFVPFTVSHLK_"
- ],
- [
- 46171,
- 3,
- 12,
- 8,
- 0.15659,
- "_YNTWVLQDTVLESHLQLLSTILSSAQGLK_"
- ],
- [
- 46730,
- 3,
- 10,
- 6,
- 0.12811,
- "_ACDVPEELNILIHDVPLLAMEYCSGGDLR_"
- ],
- [
- 46304,
- 3,
- 13,
- 8,
- 0.1708,
- "_ALQSNIIPFCDEVMQLLLENLGNENVHR_"
- ],
- [
- 46007,
- 2,
- 11,
- 5,
- 0.14235,
- "_DWAQVQALLLPDAPLVCVR_"
- ],
- [
- 34276,
- 4,
- 13,
- 6,
- 0.1708,
- "_TILEVLCDFPHTAAAIPPDYLLDLIPVIRPR_"
- ],
- [
- 50101,
- 2,
- 10,
- 5,
- 0.12811,
- "_IYDLCVDALSPTFYFLLPSSK_"
- ],
- [
- 38988,
- 2,
- 7,
- 4,
- 0.085377,
- "_NIWLAESVLDILTEQR_"
- ],
- [
- 50240,
- 3,
- 9,
- 5,
- 0.11385,
- "_AQDGFTQWCEQMLHALNTANNLDVPTFVSFLK_"
- ],
- [
- 50917,
- 2,
- 9,
- 6,
- 0.11385,
- "_DVEENVGLIVYNGAMVDVGSLLQK_"
- ],
- [
- 50673,
- 3,
- 10,
- 5,
- 0.12808,
- "_EGGSGAPEQAECVELLLALGEPAEELCEEFLAHAR_"
- ],
- [
- 38680,
- 2,
- 13,
- 6,
- 0.17082,
- "_YGLIPEEFFQFLYPK_"
- ],
- [
- 43535,
- 2,
- 16,
- 5,
- 0.21349,
- "_LEQFVSILMASIPLPDKAS_"
- ],
- [
- 50347,
- 3,
- 6,
- 3,
- 0.07114,
- "_KIDALLDWVTSVGSSGGQLLTNLPGMEQLSGASLEK_"
- ],
- [
- 46696,
- 2,
- 12,
- 6,
- 0.15659,
- "_TSDSPIWQNMCGLLSIFTK_"
- ],
- [
- 33519,
- 4,
- 7,
- 5,
- 0.085377,
- "_DTLTEEETQFYIAETVLAIDSIHQLGFIHR_"
- ],
- [
- 41255,
- 2,
- 9,
- 2,
- 0.11385,
- "_LALEELVAGGPEAFAAFLR_"
- ],
- [
- 30122,
- 4,
- 19,
- 9,
- 0.25621,
- "_VADKIQLINNMLDKVNEMIIGGGMAFTFLK_"
- ],
- [
- 39412,
- 3,
- 12,
- 9,
- 0.15659,
- "_HVLVEYPMTLSLAAAQELWELAEQK_"
- ],
- [
- 27422,
- 2,
- 12,
- 6,
- 0.15659,
- "_QVVMAVLEALTGVLR_"
- ],
- [
- 39597,
- 3,
- 17,
- 8,
- 0.22773,
- "_LGDPAEYAHLVQAIIENPFLNGEVIR_"
- ],
- [
- 22733,
- 2,
- 10,
- 4,
- 0.1281,
- "_NLFDNLIEFLQK_"
- ],
- [
- 42168,
- 4,
- 20,
- 9,
- 0.27045,
- "_LCPGGQLPFLLYGTEVHTDTNKIEEFLEAVLCPPR_"
- ],
- [
- 47090,
- 2,
- 11,
- 5,
- 0.14233,
- "_CYDIIPETLLELGEIPTLK_"
- ],
- [
- 32941,
- 4,
- 7,
- 6,
- 0.085386,
- "_DPYVLPAASDFPNVVIEGVLHGIFYPHLQPR_"
- ],
- [
- 44263,
- 3,
- 5,
- 2,
- 0.05694,
- "_LQLDVSSIVLSAQDFYHAMQNIVPASQR_"
- ],
- [
- 44512,
- 3,
- 10,
- 7,
- 0.1281,
- "_MANLMGIEFHGELPSTEAVALVLEEMWK_"
- ],
- [
- 47346,
- 3,
- 12,
- 8,
- 0.15659,
- "_SVFVGNIPYEATEEQLKDIFSEVGSVVSFR_"
- ],
- [
- 45963,
- 3,
- 7,
- 7,
- 0.085386,
- "_QVQELIINKDPTLLDNFLDEIIAFQADK_"
- ],
- [
- 37776,
- 2,
- 11,
- 3,
- 0.14233,
- "_MLDLLEDFLDYEGYK_"
- ],
- [
- 47261,
- 2,
- 12,
- 4,
- 0.15659,
- "_GHTELLTVEQALADFAELLR_"
- ],
- [
- 48650,
- 3,
- 13,
- 7,
- 0.17083,
- "_AATAPLLEAVDNLSAFASNPEFSSIPAQISPEGR_"
- ],
- [
- 25479,
- 4,
- 8,
- 5,
- 0.099625,
- "_VPHSVDCLQGILSVIPLQLLAFHLAVLR_"
- ],
- [
- 44342,
- 2,
- 9,
- 5,
- 0.11386,
- "_SYELGVLFLPSAFGLDSFK_"
- ],
- [
- 49835,
- 2,
- 4,
- 3,
- 0.042717,
- "_LDLGSNEFTEVPEVLEQLSGLK_"
- ],
- [
- 51547,
- 3,
- 8,
- 8,
- 0.099625,
- "_LQSLNLTGNCLDSFPAELFRPGALPLLSELAAADNCLR_"
- ],
- [
- 45267,
- 2,
- 9,
- 4,
- 0.11386,
- "_ELLSTITDPSVIVMADWLK_"
- ],
- [
- 42325,
- 3,
- 8,
- 5,
- 0.099625,
- "_IEQLHQEQANNDFFLLAELLSDYIR_"
- ],
- [
- 51249,
- 3,
- 9,
- 4,
- 0.11386,
- "_LDPQELLPWVVPNNQGIAQEEALHLIDEMDLNGDK_"
- ],
- [
- 50588,
- 2,
- 10,
- 7,
- 0.1281,
- "_ECVQECVSEFISFITSEASER_"
- ],
- [
- 44462,
- 4,
- 10,
- 6,
- 0.1281,
- "_LQADDFLQDYTLLINILHSEDLGKDVEFEVVGDAPEK_"
- ],
- [
- 35803,
- 2,
- 15,
- 5,
- 0.1993,
- "_EDLATFIEELEAVEAK_"
- ],
- [
- 45978,
- 2,
- 11,
- 5,
- 0.14234,
- "_GFLLPDSDVEIDLELFVNK_"
- ],
- [
- 50481,
- 2,
- 13,
- 6,
- 0.17083,
- "_DNELLPPPSPSLGSFDPLAELTGK_"
- ],
- [
- 44859,
- 2,
- 19,
- 8,
- 0.25621,
- "_GYTSWAIGLSVADLAESIMK_"
- ],
- [
- 39341,
- 2,
- 12,
- 3,
- 0.15657,
- "_ILPDLNTVVWVWQSLK_"
- ],
- [
- 35642,
- 3,
- 14,
- 6,
- 0.18507,
- "_EYTLMELLVMHMEEPCFDFLR_"
- ],
- [
- 43759,
- 3,
- 14,
- 6,
- 0.18507,
- "_AHGISSYFPVQAAVIPALLESAACGFLVGR_"
- ],
- [
- 38504,
- 3,
- 9,
- 7,
- 0.11384,
- "_AAIQCLQALSGVASPFYLIIDHLISK_"
- ],
- [
- 50873,
- 3,
- 14,
- 5,
- 0.18505,
- "_NPEDPTEVPGGFLSDLNLASLHVVDAALVDCSVALAK_"
- ],
- [
- 51599,
- 3,
- 14,
- 7,
- 0.18505,
- "_EFGTNWPVYMTKPDGTYIVMTVQELLPSSFGPEDLQK_"
- ],
- [
- 48973,
- 3,
- 9,
- 7,
- 0.11384,
- "_LQLVCNALLAQEDPLPLAFFVHDAEIVSSLGK_"
- ],
- [
- 40989,
- 3,
- 10,
- 7,
- 0.12808,
- "_LFTLAESLGGFESLAELPAIMTHASVLK_"
- ],
- [
- 40470,
- 2,
- 21,
- 6,
- 0.28465,
- "_AFMTADLPNELIELLEK_"
- ],
- [
- 34931,
- 3,
- 10,
- 6,
- 0.12808,
- "_GAAGEQLSFAAGLVYSLSLLQATLHR_"
- ],
- [
- 19069,
- 2,
- 13,
- 6,
- 0.17079,
- "_IFLDPLLDVLMK_"
- ],
- [
- 42513,
- 3,
- 10,
- 4,
- 0.12808,
- "_SLLEILNSAADILINSSEADEDGIRDEK_"
- ],
- [
- 43680,
- 3,
- 6,
- 5,
- 0.071167,
- "_LPLQELWVVFDDSGVFDQTALAIEHVR_"
- ],
- [
- 36013,
- 2,
- 14,
- 6,
- 0.22774,
- "_FLILGDIDGLMDEFSK_"
- ],
- [
- 49962,
- 2,
- 7,
- 5,
- 0.085398,
- "_LQAVSDSALQELQQYILFPLR_"
- ],
- [
- 33569,
- 3,
- 5,
- 4,
- 0.056936,
- "_ASEKLDYITYLSIFDQLFDIPK_"
- ],
- [
- 50594,
- 3,
- 11,
- 5,
- 0.14232,
- "_LTDPGLSSLSALSTQVANLPNTVQHMLLSDALTPQK_"
- ],
- [
- 17236,
- 3,
- 4,
- 4,
- 0.042704,
- "_DLSLSQLVHLIYVIGENR_"
- ],
- [
- 47124,
- 3,
- 10,
- 8,
- 0.1281,
- "_QAFDDAIAELDTLNEDSYKDSTLIMQLLR_"
- ],
- [
- 50399,
- 2,
- 10,
- 6,
- 0.1281,
- "_ECGVGVIVTPEQIEEAVEAAINR_"
- ],
- [
- 51010,
- 2,
- 10,
- 5,
- 0.1281,
- "_SLACQPISFSGFGAEDDDLGGLGLGP_"
- ],
- [
- 47039,
- 2,
- 9,
- 2,
- 0.11389,
- "_EGISINCGLLALGNVISALGDK_"
- ],
- [
- 42561,
- 2,
- 10,
- 5,
- 0.1281,
- "_TLVEQLLSLLNSSPGPPTR_"
- ],
- [
- 32989,
- 2,
- 13,
- 7,
- 0.17082,
- "_GMTLVTPLQLLLFASK_"
- ],
- [
- 49579,
- 2,
- 10,
- 7,
- 0.1281,
- "_AQALLADVDTLLFDCDGVLWR_"
- ],
- [
- 46128,
- 2,
- 14,
- 4,
- 0.18505,
- "_ACVLQVVWNGLEELNNAIK_"
- ],
- [
- 50570,
- 2,
- 12,
- 4,
- 0.15658,
- "_VDFQGMEYQGGDDEFFDLDDY_"
- ],
- [
- 45286,
- 3,
- 11,
- 5,
- 0.14234,
- "_DEDGDLVAFSSDEELTMAMSYVKDDIFR_"
- ],
- [
- 43585,
- 3,
- 19,
- 7,
- 0.25624,
- "_MASCLEVLDLFLNQPHMVLSSFVLAEK_"
- ],
- [
- 33822,
- 4,
- 11,
- 6,
- 0.14234,
- "_SLDPSNLEHLITPLVTIGHIALLAPDQFAAPLK_"
- ],
- [
- 27721,
- 3,
- 9,
- 4,
- 0.1139,
- "_NEDVNTNLTHLLNILSELVEK_"
- ],
- [
- 44944,
- 3,
- 11,
- 5,
- 0.14234,
- "_EYSTAVDMWSVGCIFGELLTQKPLFPGK_"
- ],
- [
- 35627,
- 3,
- 11,
- 5,
- 0.14234,
- "_EDNTLLYEITAYLEAAGIHNPLNK_"
- ],
- [
- 43002,
- 3,
- 10,
- 8,
- 0.12812,
- "_EVLNSITELSEIEPNVFLRPFLEVIR_"
- ],
- [
- 42742,
- 3,
- 10,
- 4,
- 0.12812,
- "_GSPALLPSTPTMPLFPHVLDLLAPLDSSR_"
- ],
- [
- 46024,
- 2,
- 12,
- 6,
- 0.15658,
- "_DFSWSPGGNIIAFWVPEDK_"
- ],
- [
- 31729,
- 2,
- 12,
- 6,
- 0.15658,
- "_VNPLSLVEIILHVVR_"
- ],
- [
- 51681,
- 3,
- 8,
- 5,
- 0.099665,
- "_EIPTAALVLGVNVTDHDLTFGSLTEALQNNVTPYVVSLQAK_"
- ],
- [
- 41247,
- 3,
- 8,
- 6,
- 0.099665,
- "_ERTELKPDFFDPASIMDESVLGVSMF_"
- ],
- [
- 32090,
- 2,
- 8,
- 3,
- 0.099665,
- "_TSFQNLIEGFEALLK_"
- ],
- [
- 48773,
- 3,
- 9,
- 5,
- 0.1139,
- "_GFDPFMNLVIDECVEMATSGQQNNIGMVVIR_"
- ],
- [
- 33977,
- 4,
- 10,
- 3,
- 0.12811,
- "_DLADELALVDVIEDKLKGEMMDLQHGSLFLR_"
- ],
- [
- 44218,
- 3,
- 8,
- 5,
- 0.099649,
- "_SLLEMYADFMSHPDLFIAITNGATAEDR_"
- ],
- [
- 34326,
- 2,
- 10,
- 5,
- 0.12811,
- "_LPTPIAGLDNIILFLR_"
- ],
- [
- 42508,
- 2,
- 9,
- 2,
- 0.11388,
- "_DLVGLELSPALYPMLFNK_"
- ],
- [
- 36058,
- 2,
- 10,
- 2,
- 0.12811,
- "_DIEEVSQGLLSLLGANR_"
- ],
- [
- 49050,
- 2,
- 8,
- 5,
- 0.099649,
- "_DQNLLSPVNCWYLLLNQVR_"
- ],
- [
- 41357,
- 2,
- 8,
- 5,
- 0.099649,
- "_AIQIDTWLQVIPQLIAR_"
- ],
- [
- 22999,
- 3,
- 9,
- 6,
- 0.11388,
- "_ELETVCNDVLSLLDKFLIK_"
- ],
- [
- 32220,
- 2,
- 10,
- 3,
- 0.12811,
- "_ITLNDLIPAFQNLLK_"
- ],
- [
- 44562,
- 2,
- 10,
- 3,
- 0.12811,
- "_LVTSPNFVVTQALVALLADK_"
- ],
- [
- 51020,
- 3,
- 11,
- 6,
- 0.14234,
- "_IFSFSADSELEKEQWLEAMQGAIAEALSTSEVAER_"
- ],
- [
- 46509,
- 3,
- 11,
- 7,
- 0.14234,
- "_HGFFVNPSDSVAVIAANIFSIPYFQQTGVR_"
- ],
- [
- 36757,
- 4,
- 12,
- 7,
- 0.15656,
- "_DIVGANEKEIALMNALTVNLHLLMLSFFKPTPK_"
- ],
- [
- 43988,
- 2,
- 16,
- 7,
- 0.2135,
- "_AIPDLTAPVAAVQAAVSNLVR_"
- ],
- [
- 49360,
- 3,
- 15,
- 8,
- 0.19927,
- "_KLDTNSDGQLDFSEFLNLIGGLAMACHDSFLK_"
- ],
- [
- 49913,
- 2,
- 11,
- 5,
- 0.14234,
- "_EFTGSQNSIFPVFDNLLLLDR_"
- ],
- [
- 41157,
- 2,
- 13,
- 4,
- 0.17079,
- "_NMTIPEDILGEIAVSIVR_"
- ],
- [
- 30049,
- 3,
- 12,
- 7,
- 0.15656,
- "_HTILADIVISAAGIPNLITADMIK_"
- ],
- [
- 32353,
- 2,
- 12,
- 6,
- 0.15656,
- "_ISVINFLDQLSLVVR_"
- ],
- [
- 24448,
- 3,
- 8,
- 5,
- 0.099636,
- "_SLSQQLLLDIIDSLASHISDK_"
- ],
- [
- 45244,
- 4,
- 11,
- 6,
- 0.14233,
- "_SESVTVNSFFSSVDGQLELLAQGALESTVSSVGALHALRPR_"
- ],
- [
- 42167,
- 4,
- 8,
- 3,
- 0.099636,
- "_SYCTLLDCLCSWGQVGHILELVDNWLPTEHAQAK_"
- ],
- [
- 45742,
- 3,
- 10,
- 6,
- 0.1281,
- "_VVATESLVFLAEQFEFLQPHLDAVMPAVK_"
- ],
- [
- 43051,
- 3,
- 11,
- 5,
- 0.14233,
- "_LAMLTGVLLANGTLNASILNSLYNENLVK_"
- ],
- [
- 45408,
- 2,
- 5,
- 3,
- 0.056932,
- "_MGESWIPEDLFTFSPILR_"
- ],
- [
- 47888,
- 3,
- 9,
- 8,
- 0.11387,
- "_EGCELINEALNLFNNVYGAMHVETCACLR_"
- ],
- [
- 45785,
- 4,
- 14,
- 9,
- 0.18501,
- "_ATFTTLLQNIPSFAPVLLLATSDKPHSALPEEVQELFIR_"
- ],
- [
- 44174,
- 2,
- 13,
- 7,
- 0.17078,
- "_(Acetyl (Protein N-term))AAPGPALCLFDVDGTLTAPR_"
- ],
- [
- 51478,
- 3,
- 9,
- 5,
- 0.11386,
- "_VVGYLPNSEHAVEAMLAAASIGAIWSSTSPDFGVNGVLDR_"
- ],
- [
- 48236,
- 2,
- 17,
- 4,
- 0.22771,
- "_DGTVLCELINALYPEGQAPVK_"
- ],
- [
- 47724,
- 3,
- 8,
- 5,
- 0.099613,
- "_DIEQVPQQPTYVQALFDFDPQEDGELGFR_"
- ],
- [
- 18925,
- 2,
- 6,
- 5,
- 0.071156,
- "_ELVLLLLQWMR_"
- ],
- [
- 30183,
- 3,
- 8,
- 4,
- 0.099613,
- "_NYVQQVTILIIDEIHLLGEER_"
- ],
- [
- 36578,
- 3,
- 6,
- 2,
- 0.071156,
- "_IQADYHNLIGVTAELVDSLEATVSGK_"
- ],
- [
- 36187,
- 2,
- 8,
- 3,
- 0.099613,
- "_EGALFAFEMLCTMLGK_"
- ],
- [
- 40246,
- 3,
- 15,
- 8,
- 0.19924,
- "_IQLINNMLDKVNEMIIGGGMAFTFLK_"
- ],
- [
- 50753,
- 2,
- 9,
- 5,
- 0.11386,
- "_ELAAEMAAAFLNENLPESIFGAPK_"
- ],
- [
- 46410,
- 2,
- 10,
- 5,
- 0.12809,
- "_MTENTLLFAFVEGTLAQAVK_"
- ],
- [
- 37326,
- 2,
- 11,
- 4,
- 0.14232,
- "_DGVSAAVISAELASFLATK_"
- ],
- [
- 40129,
- 3,
- 12,
- 6,
- 0.15655,
- "_EDSYKPIVEFIDAQFEAYLQEELK_"
- ],
- [
- 5517,
- 3,
- 14,
- 6,
- 0.185,
- "_VNPLSLVEIILHVVR_"
- ],
- [
- 44469,
- 3,
- 11,
- 5,
- 0.14232,
- "_DSSLEADHVISAIPASVLSELLPAEAAPLAR_"
- ],
- [
- 47429,
- 3,
- 11,
- 5,
- 0.14232,
- "_IWLVPIDFDKLEIPQPDFEVPGADCLLSK_"
- ],
- [
- 34796,
- 4,
- 21,
- 7,
- 0.28468,
- "_KLDTNSDGQLDFSEFLNLIGGLAMACHDSFLK_"
- ],
- [
- 48849,
- 2,
- 13,
- 4,
- 0.17077,
- "_ALQLLDEVLHTMPIADPQPLD_"
- ],
- [
- 39648,
- 2,
- 20,
- 7,
- 0.27042,
- "_GPGTSFEFALAIVEALNGK_"
- ],
- [
- 43364,
- 2,
- 13,
- 6,
- 0.17077,
- "_YLASGAIDGIINIFDIATGK_"
- ],
- [
- 47053,
- 4,
- 13,
- 8,
- 0.17077,
- "_EVLLPLLTDQLSGQLDDNSNKPDHEASSQLLSNILEVLDR_"
- ],
- [
- 49083,
- 2,
- 6,
- 4,
- 0.071114,
- "_ALLAGQAALLQALMELAPASAPAR_"
- ],
- [
- 45371,
- 3,
- 14,
- 6,
- 0.185,
- "_KVQNGAEQDLVQTLSCLSMIITPAFAELK_"
- ],
- [
- 44253,
- 4,
- 8,
- 6,
- 0.099592,
- "_DNKIPSDLLDKEFLPILQEEPLPPLALVPFTEEEQR_"
- ],
- [
- 28639,
- 2,
- 6,
- 5,
- 0.071114,
- "_TLAFVIPVVQALLSR_"
- ],
- [
- 43395,
- 2,
- 4,
- 3,
- 0.04266,
- "_DTSLIPNVLWFEYTVTR_"
- ],
- [
- 40019,
- 2,
- 12,
- 7,
- 0.15654,
- "_VLVDMDGVLADFEAGLLR_"
- ],
- [
- 38041,
- 2,
- 10,
- 4,
- 0.12808,
- "_TMPNILDDIIASVVENK_"
- ],
- [
- 28681,
- 2,
- 8,
- 4,
- 0.099592,
- "_LGLGDFIFYSVLVGK_"
- ],
- [
- 33136,
- 4,
- 8,
- 7,
- 0.099592,
- "_MLTVTPLQDPQGLFPDLHHFLQVFLPQAIR_"
- ],
- [
- 32665,
- 2,
- 8,
- 4,
- 0.099592,
- "_LEFLGDAILDYLITK_"
- ],
- [
- 28824,
- 3,
- 10,
- 6,
- 0.12808,
- "_GSADPLNSAFHLTYNMVLNLLR_"
- ],
- [
- 49450,
- 2,
- 6,
- 3,
- 0.071095,
- "_SDADLVVFLSPLTTFQDQLNR_"
- ],
- [
- 49048,
- 2,
- 7,
- 6,
- 0.085333,
- "_LMGMTPWEQELAQLEAWVGR_"
- ],
- [
- 50328,
- 3,
- 6,
- 4,
- 0.071095,
- "_LEILNVLSDSLPLADDVDLQHVASVTDSFTGADLK_"
- ],
- [
- 45009,
- 2,
- 10,
- 7,
- 0.12805,
- "_DVLIQGLIDENPGLQLIIR_"
- ],
- [
- 51081,
- 3,
- 10,
- 5,
- 0.12805,
- "_VDDEILGFISEATPLGGIQAASTESCNQQLDLALCR_"
- ],
- [
- 46721,
- 3,
- 9,
- 6,
- 0.11381,
- "_AFSDLTSQLHITPGTAYQSFEQVVNELFR_"
- ],
- [
- 51548,
- 3,
- 8,
- 7,
- 0.099592,
- "_GAPIIPVAAKPGGPEAPETEAPQGIPELIELLTSQISIPTR_"
- ],
- [
- 47512,
- 2,
- 16,
- 8,
- 0.21344,
- "_LALMLNDMELVEDIFTSCK_"
- ],
- [
- 45178,
- 2,
- 10,
- 4,
- 0.12805,
- "_ASVETLTEMLQSYISEIGR_"
- ],
- [
- 33386,
- 2,
- 5,
- 3,
- 0.056879,
- "_DLIAWQIPFLAEGIR_"
- ],
- [
- 36969,
- 3,
- 10,
- 6,
- 0.12805,
- "_MFQNFPTELLLSLAVEPLTANFHK_"
- ],
- [
- 39169,
- 2,
- 11,
- 5,
- 0.1423,
- "_LQPSIIFIDEIDSFLR_"
- ],
- [
- 21493,
- 2,
- 11,
- 3,
- 0.1423,
- "_VPVLDTLIELVTR_"
- ],
- [
- 51613,
- 3,
- 11,
- 7,
- 0.14227,
- "_VAFSSTAELFSTYFSDTDLVPSDIAAGLALLHQQQDNIR_"
- ],
- [
- 37723,
- 4,
- 9,
- 4,
- 0.11381,
- "_VVGTEALIHAVLHLEQVLTTGGGWQDQVGGLMPGIK_"
- ],
- [
- 47005,
- 3,
- 8,
- 4,
- 0.099552,
- "_FEGLCLLSLLVGESPTELFQQHCVSWLR_"
- ],
- [
- 36306,
- 2,
- 16,
- 5,
- 0.21344,
- "_FVLQLLELFDSEDPR_"
- ],
- [
- 31057,
- 2,
- 15,
- 6,
- 0.19921,
- "_IQVIDISMILAEAIR_"
- ],
- [
- 40940,
- 2,
- 10,
- 5,
- 0.12803,
- "_(Acetyl (Protein N-term))AGDLSAGFFMEELNTYR_"
- ],
- [
- 46643,
- 2,
- 10,
- 5,
- 0.12803,
- "_LLFTVLGEPLIYSLSFPER_"
- ],
- [
- 36117,
- 4,
- 13,
- 5,
- 0.17075,
- "_ILLFAAQASHHLVPPEIIQSLLMTVANNFVTDK_"
- ],
- [
- 51758,
- 3,
- 10,
- 7,
- 0.12803,
- "_AIFASGSPFDPVTLPNGQTLYPGQGNNSYVFPGVALGVVACGLR_"
- ],
- [
- 37147,
- 2,
- 6,
- 2,
- 0.071098,
- "_EAM(Oxidation (M))DPIAELLSQLSGVR_"
- ],
- [
- 42162,
- 2,
- 13,
- 5,
- 0.17075,
- "_NVGNAILYETVLTIMDIK_"
- ],
- [
- 46463,
- 3,
- 12,
- 7,
- 0.15652,
- "_FFPEAIEFIDEALSQNCGVLVHCLAGVSR_"
- ],
- [
- 35993,
- 3,
- 11,
- 8,
- 0.14227,
- "_VSCSPVSAQLLSVLQGLLHLEPTLR_"
- ],
- [
- 37323,
- 3,
- 12,
- 9,
- 0.15652,
- "_LQADDFLQDYTLLINILHSEDLGK_"
- ],
- [
- 49283,
- 2,
- 6,
- 2,
- 0.071098,
- "_LSLPDNDLTTLPASIANLINLR_"
- ],
- [
- 49964,
- 3,
- 11,
- 8,
- 0.14227,
- "_ILNANDEATVSVLGELAAEMNGVFDTTFQSHLNK_"
- ],
- [
- 44505,
- 2,
- 12,
- 7,
- 0.15652,
- "_(Acetyl (Protein N-term))AQSINITELNLPQLEMLK_"
- ],
- [
- 47332,
- 3,
- 8,
- 3,
- 0.099552,
- "_TAFDEAIAELDTLNEESYKDSTLIM(Oxidation (M))QLLR_"
- ],
- [
- 33030,
- 3,
- 9,
- 7,
- 0.11378,
- "_GADNLVAINLIVQHIQDILNGGPSK_"
- ],
- [
- 45343,
- 2,
- 10,
- 3,
- 0.12804,
- "_VPTWSDFPSWAMELLVEK_"
- ],
- [
- 42211,
- 2,
- 8,
- 6,
- 0.099539,
- "_(Acetyl (Protein N-term))MEEEIAALVIDNGSGMCK_"
- ],
- [
- 47297,
- 2,
- 17,
- 4,
- 0.22766,
- "_ICMAIPAMAIPPLIMDTLEK_"
- ],
- [
- 10548,
- 3,
- 14,
- 6,
- 0.18497,
- "_ACPLDQAIGLLVAIFHK_"
- ],
- [
- 27474,
- 2,
- 8,
- 4,
- 0.099539,
- "_VVLLGMDILSALVTR_"
- ],
- [
- 42010,
- 3,
- 9,
- 5,
- 0.11378,
- "_QDPPGIDLASVEWLVVDESDKLFEDGK_"
- ],
- [
- 51605,
- 3,
- 13,
- 9,
- 0.17074,
- "_DLIADSNPMVVANAVAALSEISESHPNSNLLDLNPQNINK_"
- ],
- [
- 51180,
- 2,
- 10,
- 6,
- 0.12804,
- "_DLEFTIYDDDDVSPFLEGLEER_"
- ],
- [
- 44351,
- 3,
- 8,
- 7,
- 0.099609,
- "_AFADALEVIPMALSENSGMNPIQTMTEVR_"
- ],
- [
- 39477,
- 3,
- 8,
- 5,
- 0.099609,
- "_DLGPVISTGLLHLAEDGVLSPLALTEGGK_"
- ],
- [
- 32122,
- 2,
- 11,
- 6,
- 0.14232,
- "_DNVDLLGSLADLYFR_"
- ],
- [
- 27286,
- 2,
- 13,
- 6,
- 0.17078,
- "_FADAASLLLSLMTSR_"
- ],
- [
- 47948,
- 3,
- 12,
- 10,
- 0.15654,
- "_ELDGFLSILCNNLHELQENTICSLVESQK_"
- ],
- [
- 49487,
- 3,
- 19,
- 8,
- 0.25617,
- "_(Acetyl (Protein N-term))ASVSELACIYSALILHDDEVTVTEDKINALIK_"
- ],
- [
- 42814,
- 3,
- 12,
- 8,
- 0.15656,
- "_DLCFSPGLMEASHVVNDVNEAVQLVFR_"
- ],
- [
- 25798,
- 3,
- 10,
- 6,
- 0.12807,
- "_DGPSAGCTIVTALLSLAMGRPVR_"
- ],
- [
- 51527,
- 2,
- 10,
- 5,
- 0.12807,
- "_(Acetyl (Protein N-term))AGWNAYIDNLMADGTCQDAAIVGYK_"
- ],
- [
- 31983,
- 2,
- 9,
- 3,
- 0.11385,
- "_DAVALCELFNWLEK_"
- ],
- [
- 38055,
- 3,
- 10,
- 5,
- 0.12807,
- "_EMIPLDLLLAVPVPGVNIEEHLQLR_"
- ],
- [
- 48944,
- 2,
- 10,
- 5,
- 0.12807,
- "_NCFLNLAIPIVVFTETTEVR_"
- ],
- [
- 35059,
- 2,
- 10,
- 4,
- 0.12807,
- "_DSLSGWDPETLALLLR_"
- ],
- [
- 45514,
- 3,
- 14,
- 5,
- 0.18502,
- "_GCTVTELSDFLQAMEHTEVLQLLSPPGIK_"
- ],
- [
- 47763,
- 2,
- 8,
- 2,
- 0.09963,
- "_GEGLVLSLEEQLSALTLSELR_"
- ],
- [
- 30887,
- 2,
- 8,
- 4,
- 0.09963,
- "_AFLISLLNLFDDTAK_"
- ],
- [
- 46003,
- 3,
- 8,
- 4,
- 0.09963,
- "_VLELPYQGEELSMVILLPDDIEDESTGLK_"
- ],
- [
- 51781,
- 3,
- 7,
- 8,
- 0.085407,
- "_VVHQDVAFTDPTLDSTEINVPQDILGIWVDPIDSTYQYIK_"
- ],
- [
- 51465,
- 3,
- 11,
- 8,
- 0.1423,
- "_FLSDLVNCHVIAAPSMVAMFENFVSVTQEEDVPQVR_"
- ],
- [
- 40381,
- 2,
- 43,
- 5,
- 0.59775,
- "_LLIVSNPVDILTYVAWK_"
- ],
- [
- 47070,
- 3,
- 9,
- 7,
- 0.11387,
- "_LPINHQIIYQLQDVFNLLPDVSLQEFVK_"
- ],
- [
- 39806,
- 4,
- 10,
- 7,
- 0.12809,
- "_IPELGEEDVYIGYLPLAHVLELSAELVCLSHGCR_"
- ],
- [
- 25804,
- 2,
- 7,
- 4,
- 0.085434,
- "_NVSEIIATIMETLK_"
- ],
- [
- 31520,
- 2,
- 6,
- 3,
- 0.071215,
- "_EFFSTIVVDAIDVLK_"
- ],
- [
- 40709,
- 3,
- 15,
- 7,
- 0.19926,
- "_LGGHITAEIPQIFDAVFECTLNMINK_"
- ],
- [
- 42192,
- 2,
- 9,
- 4,
- 0.11387,
- "_NAIQLLASFLANNPFSCK_"
- ],
- [
- 38175,
- 3,
- 10,
- 6,
- 0.12809,
- "_ITELLKPGDVLFDVFAGVGPFAIPVAK_"
- ],
- [
- 46371,
- 2,
- 9,
- 5,
- 0.11387,
- "_MFENEFLLLLNSPTIPFR_"
- ],
- [
- 45650,
- 2,
- 14,
- 7,
- 0.18503,
- "_VLLVSPELQAAVEEILPSLK_"
- ],
- [
- 43929,
- 2,
- 12,
- 6,
- 0.15655,
- "_VSITFDPFLYLPVPLPQK_"
- ],
- [
- 38498,
- 2,
- 14,
- 5,
- 0.18503,
- "_DDIQALDIFLANLPEAK_"
- ],
- [
- 49357,
- 2,
- 12,
- 6,
- 0.15654,
- "_LLEPICDADPSALANYVVALVK_"
- ],
- [
- 49649,
- 3,
- 15,
- 7,
- 0.19925,
- "_HLSCDLMPNENIPELAAELVQLGFISEADQSR_"
- ],
- [
- 32405,
- 2,
- 6,
- 5,
- 0.071222,
- "_DDDNLDSLLDSVVGLK_"
- ],
- [
- 48553,
- 3,
- 6,
- 8,
- 0.071222,
- "_QFLELLNCLMSPVKPQGIPVAALLEPDEVLK_"
- ],
- [
- 42715,
- 3,
- 7,
- 5,
- 0.085442,
- "_MLDNFDCFGDKLSDESIFSAFLSVVGK_"
- ],
- [
- 35919,
- 3,
- 7,
- 2,
- 0.085442,
- "_TSSSIPPIILLQFLHMAFPQFAEK_"
- ],
- [
- 51549,
- 2,
- 5,
- 3,
- 0.056997,
- "_DQFPEVYVPTVFENYVADIEVDGK_"
- ],
- [
- 47840,
- 3,
- 9,
- 8,
- 0.11388,
- "_GAALLSWVNSLHVADPVEAVLQLQDCSIFIK_"
- ],
- [
- 49651,
- 2,
- 9,
- 6,
- 0.11388,
- "_TAQAIEPYITNFFNQVLMLGK_"
- ],
- [
- 26466,
- 3,
- 8,
- 5,
- 0.099661,
- "_GLSTLQDIEIGVQHILADMIAK_"
- ],
- [
- 48006,
- 3,
- 9,
- 6,
- 0.1139,
- "_EATTLANGVLASLNLPAAIEDVSGDTVPQSILTK_"
- ],
- [
- 47363,
- 3,
- 14,
- 8,
- 0.18502,
- "_GGEEPLPEGLFWLLVTGHIPTEEQVSWLSK_"
- ],
- [
- 47003,
- 3,
- 9,
- 6,
- 0.1139,
- "_DGFESVFPLSHLQYFYPEELDQLLCGSK_"
- ],
- [
- 40581,
- 3,
- 6,
- 5,
- 0.071241,
- "_VDNMIIQSISLLDQLDKDINTFSM(Oxidation (M))R_"
- ],
- [
- 45449,
- 2,
- 8,
- 5,
- 0.099686,
- "_(Acetyl (Protein N-term))MNPAAEAEFNILLATDSYK_"
- ],
- [
- 44498,
- 2,
- 15,
- 8,
- 0.19928,
- "_MFTAGIDLMDMASDILQPK_"
- ],
- [
- 51787,
- 3,
- 16,
- 11,
- 0.2135,
- "_EAMQQADDWLGIPQVITPEEIVDPNVDEHSVMTYLSQFPK_"
- ],
- [
- 35062,
- 2,
- 5,
- 2,
- 0.056955,
- "_EFLFQQLGMLVSFVK_"
- ],
- [
- 28638,
- 2,
- 9,
- 5,
- 0.1139,
- "_NFIENIIPIIISLK_"
- ],
- [
- 51220,
- 3,
- 7,
- 7,
- 0.085466,
- "_CLLLASFDHCDFPELLSPSNVAIYGGLCALATFDR_"
- ],
- [
- 47677,
- 2,
- 16,
- 5,
- 0.2135,
- "_DVPVAEEVSALFAGELNPVAPK_"
- ],
- [
- 35908,
- 2,
- 12,
- 4,
- 0.15656,
- "_ELQLEYLLGAFESLGK_"
- ],
- [
- 46954,
- 2,
- 12,
- 6,
- 0.15656,
- "_LNDTLLLGPDPLGNFLSIAVK_"
- ],
- [
- 45034,
- 2,
- 18,
- 7,
- 0.24198,
- "_DIDIEDLEELDPDFIMAK_"
- ],
- [
- 42634,
- 2,
- 9,
- 6,
- 0.11392,
- "_DGYIMMFNYLPITFGDK_"
- ],
- [
- 51296,
- 2,
- 7,
- 5,
- 0.085476,
- "_FEDWLMPILDQMVMEQNTEGVK_"
- ],
- [
- 41132,
- 2,
- 13,
- 4,
- 0.1708,
- "_SALTEMCVLYDVLSIVR_"
- ],
- [
- 46105,
- 2,
- 13,
- 2,
- 0.1708,
- "_LNTVLDELSMVFGNSFQVR_"
- ],
- [
- 43954,
- 3,
- 8,
- 5,
- 0.099701,
- "_YEWSQEEAAGFTDFLLPMLELIPEKR_"
- ],
- [
- 37388,
- 4,
- 8,
- 7,
- 0.099701,
- "_SIGGGSHDLLYQEFLPLLPNLLQGLNMLQSGLHK_"
- ],
- [
- 33174,
- 3,
- 10,
- 6,
- 0.12814,
- "_IEKELEAVCQDVLSLLDNYLIK_"
- ],
- [
- 45666,
- 3,
- 13,
- 7,
- 0.1708,
- "_AFAGDIANQLATDAVQILGGNGFNTEYPVEK_"
- ],
- [
- 33071,
- 3,
- 8,
- 3,
- 0.099701,
- "_LKPELAGEELWSLLADFTNVVEK_"
- ],
- [
- 46244,
- 3,
- 8,
- 5,
- 0.099701,
- "_EGIHVLDWPFDDGAPPSNQIVDDWLSLVK_"
- ],
- [
- 43195,
- 2,
- 5,
- 2,
- 0.05695,
- "_QYLPIFAVQQELLTIIR_"
- ],
- [
- 50231,
- 2,
- 11,
- 7,
- 0.14236,
- "_WTAISALEYGVPVTLIGEAVFAR_"
- ],
- [
- 48695,
- 3,
- 11,
- 7,
- 0.14236,
- "_FALNNPEMVEGLVLINVNPCAEGWMDWAASK_"
- ],
- [
- 50522,
- 2,
- 11,
- 5,
- 0.14236,
- "_LAVDFPDLPDPQAMFDIEYFR_"
- ],
- [
- 46328,
- 2,
- 11,
- 5,
- 0.14236,
- "_ETASGDVDSFYNFADIQMGI_"
- ],
- [
- 42957,
- 3,
- 17,
- 8,
- 0.22773,
- "_IQPGSQQADFLDALIVSMDVIQHETIGK_"
- ],
- [
- 30740,
- 2,
- 13,
- 4,
- 0.1708,
- "_EPELLEPIPYEFMA_"
- ],
- [
- 47202,
- 3,
- 8,
- 5,
- 0.099701,
- "_SFFLQPGEQLEQGIQDVYVLSEQQGLLLR_"
- ],
- [
- 40477,
- 2,
- 8,
- 7,
- 0.099701,
- "_NSFAYQPLLDLVVQLAR_"
- ],
- [
- 25884,
- 2,
- 7,
- 4,
- 0.085476,
- "_DGEFSVLQLVGMLR_"
- ],
- [
- 13433,
- 2,
- 9,
- 3,
- 0.11392,
- "_EVLTFILDLIK_"
- ],
- [
- 51252,
- 2,
- 10,
- 8,
- 0.12814,
- "_ALDLFSDNAPPPELLEIINEDIAK_"
- ],
- [
- 18697,
- 3,
- 9,
- 6,
- 0.11392,
- "_ALMLQGVDLLADAVAVTMGPK_"
- ],
- [
- 50872,
- 3,
- 9,
- 6,
- 0.11392,
- "_FGTPLFSVYDNLSPVVTTWQNFDSLLIPADHPSR_"
- ],
- [
- 47789,
- 2,
- 10,
- 2,
- 0.12814,
- "_LLESSPEPLSFIVFIPEWR_"
- ],
- [
- 43113,
- 3,
- 13,
- 7,
- 0.1708,
- "_LTAFELVYEQIPATLITDSMVAAAMAHR_"
- ],
- [
- 47632,
- 3,
- 10,
- 8,
- 0.12814,
- "_LWSMMGLDLQPDLCSLLIDDVIYHEAAVR_"
- ],
- [
- 42358,
- 3,
- 16,
- 7,
- 0.21347,
- "_HMVSSMQQILPIVWNTLTESAAFYVR_"
- ],
- [
- 45392,
- 3,
- 8,
- 5,
- 0.099697,
- "_VDVLSVLFAEEPGLVLEVQEPDLAQVLKR_"
- ],
- [
- 49405,
- 3,
- 16,
- 9,
- 0.21347,
- "_EGALELLADLCENMDNAADFCQLSGMHLLVGR_"
- ],
- [
- 39442,
- 2,
- 10,
- 7,
- 0.12814,
- "_AFAVVASALGIPSLLPFLK_"
- ],
- [
- 43172,
- 2,
- 11,
- 3,
- 0.14236,
- "_LVQLVYFLPSLPADLLSR_"
- ],
- [
- 49156,
- 3,
- 6,
- 4,
- 0.071171,
- "_LLESVGLKPIVPDGGYFIIADVSLLDPDLSDMK_"
- ],
- [
- 45164,
- 2,
- 11,
- 6,
- 0.14236,
- "_AMEAVLTGLVEAALGPEVLSR_"
- ],
- [
- 46587,
- 2,
- 10,
- 3,
- 0.12814,
- "_KMVPDFYVDSIADLLPALQG_"
- ],
- [
- 39374,
- 3,
- 16,
- 8,
- 0.21347,
- "_TALLDAAGVASLLTTAEVVVTEIPKEEK_"
- ],
- [
- 51534,
- 3,
- 10,
- 6,
- 0.12814,
- "_QDLTQSLIMIQPILYSYSFHGPPEPVLLDSSSILADR_"
- ],
- [
- 42229,
- 3,
- 5,
- 2,
- 0.056938,
- "_EQYEQILAFVQGTVAEGAPIIPISAQLK_"
- ],
- [
- 39414,
- 3,
- 5,
- 5,
- 0.056938,
- "_ALGDVTVLGSLLLQHLLHFSTPGLVLR_"
- ],
- [
- 33593,
- 3,
- 7,
- 3,
- 0.085409,
- "_DETGAIFIDRDPTVFAPILNFLR_"
- ],
- [
- 42201,
- 2,
- 6,
- 5,
- 0.071165,
- "_GNIVLTDYEYVILNILR_"
- ],
- [
- 45620,
- 2,
- 9,
- 3,
- 0.11394,
- "_DPASGTALQEISFWLNLER_"
- ],
- [
- 43361,
- 3,
- 10,
- 6,
- 0.12816,
- "_DNLSGLSADMQDYGLIIDGAALSLIMKPR_"
- ],
- [
- 47832,
- 3,
- 7,
- 5,
- 0.085409,
- "_QLMSNPEMLSQIMENPLVQDMMSNPDLMR_"
- ],
- [
- 40092,
- 3,
- 8,
- 5,
- 0.099649,
- "_YLVLEPDAHAAVQELLAVLTPVTNVAR_"
- ],
- [
- 40689,
- 3,
- 10,
- 3,
- 0.12816,
- "_TVGMVAGDEETYEVFADLFDPVIQER_"
- ],
- [
- 48215,
- 4,
- 18,
- 11,
- 0.24197,
- "_TPLVSSPMDTVTEAGMAIAMALTGGIGFIHHNCTPEFQANEVR_"
- ],
- [
- 17340,
- 3,
- 10,
- 5,
- 0.12816,
- "_FAEVEHVVNAILFLLSDR_"
- ],
- [
- 48289,
- 3,
- 15,
- 7,
- 0.19926,
- "_AADPVSPLLHELTFQAMAYDLLDIEQDTYR_"
- ],
- [
- 48084,
- 2,
- 14,
- 3,
- 0.18504,
- "_QVLDQYLTLLADDPLEFVGK_"
- ],
- [
- 51130,
- 3,
- 16,
- 9,
- 0.21347,
- "_SLGNVIDPLDVIYGISLQGLHNQLLNSNLDPSEVEK_"
- ],
- [
- 25604,
- 2,
- 16,
- 4,
- 0.21347,
- "_DFLDEYIFLAVGR_"
- ],
- [
- 41174,
- 2,
- 10,
- 4,
- 0.12816,
- "_DNPAEYASLMEILYTLK_"
- ],
- [
- 33313,
- 3,
- 10,
- 8,
- 0.12817,
- "_NANLYFLDVVQQANTIFHLFDK_"
- ],
- [
- 37758,
- 3,
- 7,
- 2,
- 0.085396,
- "_KSPDLSEAMEMMESQTLLLTLLSVK_"
- ],
- [
- 41204,
- 3,
- 20,
- 7,
- 0.27042,
- "_IGGILANELSVDEAALHAAVIAINEAIDR_"
- ],
- [
- 38892,
- 3,
- 8,
- 4,
- 0.09964,
- "_EEFSFIPSAALDLLDHMLTLDPSKR_"
- ],
- [
- 49084,
- 3,
- 8,
- 6,
- 0.09964,
- "_DQILAGSPEAFFVLNADVCSDFPLSAMLEAHR_"
- ],
- [
- 49961,
- 3,
- 15,
- 7,
- 0.19927,
- "_ELLSEASFQEALQESIPDIQAHEWVPLWLLR_"
- ],
- [
- 50862,
- 2,
- 10,
- 6,
- 0.12817,
- "_NLSFDSEEEELGELLQQFGELK_"
- ],
- [
- 29561,
- 2,
- 10,
- 5,
- 0.12817,
- "_(Acetyl (Protein N-term))MEALILEPSLYTVK_"
- ],
- [
- 35442,
- 2,
- 11,
- 6,
- 0.14239,
- "_VGLPLLSPEFLLTGVLK_"
- ],
- [
- 51777,
- 3,
- 11,
- 7,
- 0.14239,
- "_EFGATECINPQDFSKPIQEVLIEMTDGGVDYSFECIGNVK_"
- ],
- [
- 42348,
- 2,
- 10,
- 5,
- 0.12817,
- "_YQALMDGLSLESLLSFVK_"
- ],
- [
- 46010,
- 2,
- 11,
- 3,
- 0.1424,
- "_DLGIIEAEGTVGGPLLLEVIR_"
- ],
- [
- 26290,
- 3,
- 11,
- 5,
- 0.1424,
- "_DPVSDWFESLAQCLHWNVR_"
- ],
- [
- 49404,
- 2,
- 10,
- 5,
- 0.12811,
- "_IMDATNILVSPLVYLYPDIPK_"
- ],
- [
- 46758,
- 3,
- 8,
- 6,
- 0.099625,
- "_CTEDMTEDELREFFSQYGDVMDVFIPK_"
- ],
- [
- 31418,
- 2,
- 3,
- 2,
- 0.02846,
- "_SLLEMMLESALTDIK_"
- ],
- [
- 13381,
- 2,
- 8,
- 4,
- 0.099625,
- "_DIVAIILNEFR_"
- ],
- [
- 50984,
- 3,
- 12,
- 6,
- 0.15662,
- "_FLQDSVEYCIIGVTILSQLTNEINQADTTHPLTK_"
- ],
- [
- 30642,
- 2,
- 18,
- 7,
- 0.24193,
- "_LVLDAFALPLTNLFK_"
- ],
- [
- 49449,
- 2,
- 10,
- 5,
- 0.12811,
- "_EELAVLLLQSDPFFMPEICK_"
- ],
- [
- 29563,
- 2,
- 7,
- 3,
- 0.085398,
- "_SVDIINMLLNFEIK_"
- ],
- [
- 46867,
- 2,
- 14,
- 4,
- 0.18506,
- "_VHAELADVLTEAVVDSILAIK_"
- ],
- [
- 49726,
- 2,
- 10,
- 5,
- 0.12809,
- "_ILVQQTLNILQQLAVAMGPNIK_"
- ],
- [
- 51287,
- 3,
- 10,
- 7,
- 0.12809,
- "_VLADPEIPVQVTQDIEPHLGALFTQMLEVGTTEDLR_"
- ],
- [
- 48413,
- 3,
- 9,
- 7,
- 0.11385,
- "_LSIDEEVYFENLMQLVEHYTSDADGLCTR_"
- ],
- [
- 40714,
- 2,
- 18,
- 7,
- 0.24194,
- "_SVDEVFDEVVQIFDKEG_"
- ],
- [
- 49642,
- 3,
- 12,
- 8,
- 0.15662,
- "_SITNDSAVLSLFQSINGMHPQLLELLNQLDER_"
- ],
- [
- 45767,
- 3,
- 11,
- 8,
- 0.14233,
- "_KMDLIDLEDETIDAEVMNSLAVTMDDFR_"
- ],
- [
- 34808,
- 2,
- 11,
- 5,
- 0.14233,
- "_LPILPTLLTTLEVSLR_"
- ],
- [
- 39331,
- 2,
- 11,
- 7,
- 0.14233,
- "_(Acetyl (Protein N-term))MELSDANLQTLTEYLK_"
- ],
- [
- 49415,
- 3,
- 9,
- 6,
- 0.11385,
- "_ASGATILSTLANLEGEETFEAAMLGQAEEVVQER_"
- ],
- [
- 48339,
- 2,
- 7,
- 6,
- 0.085375,
- "_DLGLCFDNCVTYFLQCLR_"
- ],
- [
- 30940,
- 2,
- 7,
- 4,
- 0.085375,
- "_FFFDILSVVDLNPR_"
- ],
- [
- 42919,
- 2,
- 10,
- 5,
- 0.12805,
- "_FDGIFESLLPINGLLSGDK_"
- ],
- [
- 42718,
- 2,
- 8,
- 3,
- 0.099583,
- "_MPDPLDVIDVDWSGLMPK_"
- ],
- [
- 38610,
- 2,
- 9,
- 5,
- 0.11383,
- "_VDTMIVQAISLLDDLDK_"
- ],
- [
- 46274,
- 3,
- 7,
- 5,
- 0.085348,
- "_SVDLNFLPSVDPETVLQTGHELLSELQQR_"
- ],
- [
- 50983,
- 2,
- 10,
- 7,
- 0.12805,
- "_IEDALDDSIGDVWDFNLDPIALK_"
- ],
- [
- 42909,
- 2,
- 8,
- 5,
- 0.099583,
- "_YFDMWGGDVAPFIEFLK_"
- ],
- [
- 35456,
- 4,
- 9,
- 6,
- 0.11383,
- "_TFMDMDQDSEEEKELYLNLALHLASDFFLK_"
- ],
- [
- 38108,
- 2,
- 9,
- 5,
- 0.11383,
- "_LTALELIAFLATEEDPK_"
- ],
- [
- 45120,
- 3,
- 8,
- 6,
- 0.099583,
- "_SQPISSPVILQFGHAETLLPLLSLMGYFK_"
- ],
- [
- 51386,
- 3,
- 10,
- 5,
- 0.12805,
- "_PLVLDPADPTWNVGHGSWELLAQEAAALGMQACFLSR_"
- ],
- [
- 45456,
- 3,
- 12,
- 7,
- 0.15654,
- "_TFNLPVLEALFSDVNMQEYPDLIHIYK_"
- ],
- [
- 38786,
- 3,
- 12,
- 5,
- 0.15654,
- "_VEAFLGAELCQEAHSIILSILEQAAK_"
- ],
- [
- 44638,
- 3,
- 11,
- 6,
- 0.1423,
- "_NELFLDVLESVNLLMSPQGQVLSAHVSGR_"
- ],
- [
- 47123,
- 3,
- 11,
- 5,
- 0.1423,
- "_KEGDSEFMNIIANEIGSEETLLFLTVGDEK_"
- ],
- [
- 43402,
- 2,
- 17,
- 7,
- 0.22771,
- "_TYIGEIFTQILVLPYVGK_"
- ],
- [
- 34670,
- 2,
- 10,
- 5,
- 0.12805,
- "_STSGFDIINMLMGFDK_"
- ],
- [
- 49971,
- 2,
- 11,
- 8,
- 0.1423,
- "_FLESVEGNQNYPLLLLTLLEK_"
- ],
- [
- 31429,
- 2,
- 14,
- 4,
- 0.18505,
- "_DPPLAAVTTAVQELLR_"
- ],
- [
- 42761,
- 2,
- 7,
- 5,
- 0.085358,
- "_GALDNLLSQLIAELGMDKK_"
- ],
- [
- 50601,
- 2,
- 10,
- 2,
- 0.12806,
- "_DKPSGDTAAVFEEGGDVDDLLDMI_"
- ],
- [
- 32944,
- 2,
- 13,
- 4,
- 0.17077,
- "_GPVELLEEFVFQVPK_"
- ],
- [
- 50163,
- 3,
- 10,
- 6,
- 0.12806,
- "_DKFLTPDFTSLDVLTFAGSGIPAGINIPNYDDLR_"
- ],
- [
- 43089,
- 3,
- 10,
- 5,
- 0.12806,
- "_FQLGDPTLNALEIWGAEYQESNALLLR_"
- ],
- [
- 15551,
- 2,
- 9,
- 4,
- 0.11381,
- "_GVLEELLWFIK_"
- ],
- [
- 30002,
- 3,
- 16,
- 8,
- 0.2135,
- "_IIVENLFYPVTLDVLHQIFSK_"
- ],
- [
- 48162,
- 2,
- 7,
- 5,
- 0.085358,
- "_EDGFFLLDEISLADDSVLER_"
- ],
- [
- 30677,
- 3,
- 8,
- 6,
- 0.099596,
- "_AGTLTVEELGATLTSLLAQAQAQAR_"
- ],
- [
- 21647,
- 3,
- 18,
- 7,
- 0.24196,
- "_VHAELADVLTEAVVDSILAIK_"
- ],
- [
- 28251,
- 3,
- 9,
- 4,
- 0.11382,
- "_NLFTHLDDVSVLLQEIITEAR_"
- ],
- [
- 38447,
- 3,
- 7,
- 4,
- 0.085358,
- "_FIIQDIDDTHVFVIAELVNVLQER_"
- ],
- [
- 46204,
- 3,
- 8,
- 6,
- 0.099596,
- "_SLIDMYSEVLDVLSDYDASYNTQDHLPR_"
- ],
- [
- 51626,
- 3,
- 11,
- 7,
- 0.1423,
- "_AQLESWWQDQVPSLSLQFPEQNVPEALQFQLVSTALK_"
- ],
- [
- 48593,
- 3,
- 10,
- 6,
- 0.12805,
- "_TGDYPSLSATDIQVLALTYQLEAEFVGVSHLK_"
- ],
- [
- 44013,
- 2,
- 12,
- 5,
- 0.15652,
- "_TTSNDIVEIFTVLGIEAVR_"
- ],
- [
- 41471,
- 2,
- 15,
- 6,
- 0.19929,
- "_QDEPIDLFMIEIMEMK_"
- ],
- [
- 48714,
- 3,
- 14,
- 8,
- 0.18501,
- "_NFPCTPESLCDVLSMDFPFEVDGLLFYHK_"
- ],
- [
- 45783,
- 3,
- 11,
- 9,
- 0.1423,
- "_YLVTFSPLMDTQDDPQAIIIWDILTGHK_"
- ],
- [
- 34916,
- 2,
- 9,
- 6,
- 0.11382,
- "_SLAVMSMVGYILGLGDR_"
- ],
- [
- 48922,
- 2,
- 13,
- 4,
- 0.17074,
- "_TDPWSLLAVLGAPVPSDLQAQR_"
- ],
- [
- 51135,
- 3,
- 9,
- 9,
- 0.11382,
- "_MDVLQFLEGIPVDENAVHVLVDNNGQGLGQALVQFK_"
- ],
- [
- 47464,
- 2,
- 9,
- 4,
- 0.11382,
- "_EWTEQETLLLLEALEMYK_"
- ],
- [
- 15840,
- 3,
- 9,
- 2,
- 0.11382,
- "_GALDNLLSQLIAELGMDKK_"
- ],
- [
- 42514,
- 3,
- 10,
- 7,
- 0.12804,
- "_GELTDNLVAMAPAAGYHVWLWAVEAFAK_"
- ],
- [
- 44885,
- 2,
- 20,
- 8,
- 0.2704,
- "_ALMLQGVDLLADAVAVTMGPK_"
- ],
- [
- 48372,
- 2,
- 3,
- 2,
- 0.02846,
- "_TEPATGFIDGDLIESFLDISR_"
- ],
- [
- 43004,
- 3,
- 10,
- 6,
- 0.12804,
- "_HSADVMSEMAQIAEALLQAGANPNMQDSK_"
- ],
- [
- 35030,
- 2,
- 6,
- 3,
- 0.071119,
- "_DALLLLMALSAGSPTVGR_"
- ],
- [
- 50304,
- 3,
- 8,
- 8,
- 0.099598,
- "_SNEGKLEGLTDEFEELEFLSTINVGLTSIANLPK_"
- ],
- [
- 42678,
- 3,
- 10,
- 5,
- 0.12807,
- "_GFAFVQLSSAMDASQLLQILQSLHPPLK_"
- ],
- [
- 46030,
- 2,
- 12,
- 4,
- 0.15652,
- "_SISTSLPVLDLIDAIAPNAVR_"
- ],
- [
- 47099,
- 2,
- 12,
- 6,
- 0.15652,
- "_DQPANPTEEYAQLFAALIAR_"
- ],
- [
- 38468,
- 2,
- 11,
- 5,
- 0.14229,
- "_VFGSFAENLSFLLEALK_"
- ],
- [
- 47472,
- 2,
- 7,
- 6,
- 0.085369,
- "_DDEEMNTWIQAISSAISSDK_"
- ],
- [
- 47517,
- 3,
- 10,
- 4,
- 0.12807,
- "_AISCMGQIICNLGDNLGSDLPNTLQIFLER_"
- ],
- [
- 43227,
- 3,
- 8,
- 5,
- 0.099598,
- "_FVFEITQPPLLSISSDSLLSHVEQLLR_"
- ],
- [
- 46755,
- 2,
- 11,
- 6,
- 0.14229,
- "_DVLNLVYLCEALNLPEVAR_"
- ],
- [
- 38656,
- 3,
- 8,
- 5,
- 0.099598,
- "_AYEPQELKPFVTAISSALVIAAVFDR_"
- ],
- [
- 48391,
- 2,
- 13,
- 7,
- 0.17077,
- "_ELDSNPFASLVFYWEPLNR_"
- ],
- [
- 33904,
- 3,
- 10,
- 7,
- 0.12806,
- "_YCVQLSQIQGLIGSVEEQLAQLR_"
- ],
- [
- 51172,
- 3,
- 5,
- 4,
- 0.056942,
- "_AMCTDLLLACFICPAVVNPEQYGIISDAPINEVAR_"
- ],
- [
- 50294,
- 2,
- 7,
- 3,
- 0.11383,
- "_SNAPQIVAEMLSYLETADYSIR_"
- ],
- [
- 50494,
- 2,
- 8,
- 5,
- 0.099602,
- "_(Acetyl (Protein N-term))TGNAGEWCLMESDPGVFTELIK_"
- ],
- [
- 33704,
- 2,
- 10,
- 3,
- 0.12806,
- "_FVLALLDLFDSEDPR_"
- ],
- [
- 45534,
- 3,
- 9,
- 6,
- 0.11383,
- "_SAAWSYIFLPEEAWCDLTIHLPAAVLLK_"
- ],
- [
- 46236,
- 2,
- 10,
- 5,
- 0.12806,
- "_TVQDLTSVVQTLLQQMQDK_"
- ],
- [
- 34243,
- 3,
- 10,
- 5,
- 0.12806,
- "_LGLLTWIEEDVFLAVSHSEFSPR_"
- ],
- [
- 35603,
- 3,
- 11,
- 5,
- 0.1423,
- "_EGYRPFDFSATDVMDIIINSGLIK_"
- ],
- [
- 46858,
- 3,
- 15,
- 9,
- 0.19923,
- "_VDIVAINDPFIDLNYMVYMFQYDSTHGK_"
- ],
- [
- 50533,
- 3,
- 9,
- 6,
- 0.11383,
- "_QALANATLCILEPIMAVEVVAPNEFQGQVIAGINR_"
- ],
- [
- 41500,
- 2,
- 6,
- 2,
- 0.071173,
- "_DLVEFPADDLELLLQPR_"
- ],
- [
- 50531,
- 2,
- 4,
- 2,
- 0.042704,
- "_TYQETPEIDMFLNVATFLDPR_"
- ],
- [
- 27309,
- 3,
- 7,
- 5,
- 0.085381,
- "_QYDADLEQILIQWITTQCR_"
- ],
- [
- 51236,
- 2,
- 8,
- 6,
- 0.099602,
- "_YCVQLSQIQGLIGSVEEQLAQLR_"
- ],
- [
- 27731,
- 2,
- 12,
- 4,
- 0.15652,
- "_FPQFILLLQDMLK_"
- ],
- [
- 19436,
- 3,
- 7,
- 4,
- 0.085423,
- "_TDVHELLDVIIADLDGGTIK_"
- ],
- [
- 50962,
- 3,
- 14,
- 7,
- 0.18501,
- "_LLCSGHDVSDGGLVTCLLEMAFAGNCGLQVDVPVPR_"
- ],
- [
- 49749,
- 2,
- 14,
- 6,
- 0.18501,
- "_DDLADYGGYDGGYVQDYEDFM_"
- ],
- [
- 37794,
- 3,
- 8,
- 5,
- 0.09963,
- "_GHAAPILYAVWAEAGFLAEAELLNLR_"
- ],
- [
- 39935,
- 2,
- 20,
- 5,
- 0.27047,
- "_DLSILSYLSQLQPPMPK_"
- ],
- [
- 31514,
- 2,
- 9,
- 6,
- 0.11385,
- "_GFLEFVEDFIQVPR_"
- ],
- [
- 39876,
- 2,
- 9,
- 3,
- 0.11385,
- "_CGAIAEQTPILLLFLLR_"
- ],
- [
- 39441,
- 2,
- 13,
- 5,
- 0.17077,
- "_INLSLSTLGNVISALVDGK_"
- ],
- [
- 45506,
- 2,
- 12,
- 7,
- 0.15655,
- "_ISVTFDPFCYLTLPLPMK_"
- ],
- [
- 18463,
- 2,
- 8,
- 4,
- 0.09963,
- "_DVNTDFLLILLK_"
- ],
- [
- 42289,
- 3,
- 12,
- 8,
- 0.15655,
- "_DLGEELEALKTELEDTLDSTAAQQELR_"
- ],
- [
- 45000,
- 2,
- 14,
- 6,
- 0.18501,
- "_SLQDIIAILGMDELSEEDK_"
- ],
- [
- 50613,
- 2,
- 9,
- 5,
- 0.11385,
- "_EEIFGPVMSILSFDTEAEVLER_"
- ],
- [
- 49253,
- 2,
- 9,
- 5,
- 0.11386,
- "_DGSLLLTSATWSQPLSALWGMK_"
- ],
- [
- 50817,
- 3,
- 9,
- 7,
- 0.11386,
- "_ATPPQIVNGDQYCGDYELFVEAVEQNTLQEFLK_"
- ],
- [
- 38146,
- 3,
- 9,
- 4,
- 0.11386,
- "_QEAGLGSLFYFTLDVLETGCHVLSR_"
- ],
- [
- 51745,
- 3,
- 10,
- 8,
- 0.12808,
- "_LWESMSTQAFLPSPPLPSDMLTYTELVLDDQGQLVHMNR_"
- ],
- [
- 33823,
- 2,
- 10,
- 3,
- 0.12808,
- "_ELLLGLLELIEEPSGK_"
- ],
- [
- 46396,
- 2,
- 12,
- 6,
- 0.15654,
- "_VYADASLVFPLLVAETFAQK_"
- ],
- [
- 51782,
- 3,
- 16,
- 7,
- 0.21348,
- "_IIGVDPEGSILAEPEELNQTEQTTYEVEGIGYDFIPTVLDR_"
- ],
- [
- 43087,
- 3,
- 8,
- 5,
- 0.099653,
- "_DLSEELEALKTELEDTLDTTAAQQELR_"
- ],
- [
- 49004,
- 2,
- 10,
- 3,
- 0.12808,
- "_SGTTWVSQILDMIYQGGDLEK_"
- ],
- [
- 33711,
- 2,
- 8,
- 3,
- 0.099653,
- "_WITPVLLLIDFYEK_"
- ],
- [
- 47215,
- 3,
- 8,
- 5,
- 0.099653,
- "_DYLSGFQEQCDAILNDVNSALQHLESLQK_"
- ],
- [
- 41155,
- 3,
- 11,
- 6,
- 0.14231,
- "_VFDMLTVAALIDEQILCVHGGLSPDIK_"
- ],
- [
- 32908,
- 2,
- 7,
- 4,
- 0.085423,
- "_VLEMSDIVLLITDIR_"
- ],
- [
- 50893,
- 3,
- 6,
- 5,
- 0.071184,
- "_QLESNKIPELDMTEVVAPFMANIPLLLYPQDGPR_"
- ],
- [
- 46232,
- 2,
- 5,
- 4,
- 0.056961,
- "_AMDLDQDVLSALAEVEQLSK_"
- ],
- [
- 37718,
- 3,
- 6,
- 4,
- 0.071211,
- "_HYQGVLQPVAVLELLQGLESLGCIR_"
- ],
- [
- 50330,
- 3,
- 7,
- 4,
- 0.085432,
- "_ASHIQLDSLPEVPLLVDVPCLSAQLDDSILNIVK_"
- ],
- [
- 45131,
- 2,
- 9,
- 5,
- 0.1139,
- "_TFEEAAAQLLESSVQNLFK_"
- ],
- [
- 42735,
- 2,
- 9,
- 4,
- 0.1139,
- "_GQTLPLGFMVNLLALDGLR_"
- ],
- [
- 31555,
- 2,
- 5,
- 5,
- 0.056961,
- "_DLEQILSQYITFVK_"
- ],
- [
- 47074,
- 3,
- 8,
- 6,
- 0.09967,
- "_EEWKFDTLCDLYDTLTITQAVIFCNTK_"
- ],
- [
- 41957,
- 3,
- 9,
- 7,
- 0.1139,
- "_FPGFEPLTPWILDLLGHYAVMNNPTR_"
- ],
- [
- 35639,
- 3,
- 10,
- 5,
- 0.12811,
- "_FGLAHLMALGLGPWLAVEIPDLIQK_"
- ],
- [
- 51519,
- 3,
- 8,
- 5,
- 0.09967,
- "_MEPAGSQGVWGLDDFQFLPFIWGSSQLIDHPYLEPR_"
- ],
- [
- 29446,
- 3,
- 12,
- 7,
- 0.15656,
- "_LDAIEDLMVVPDKISEVVELLK_"
- ],
- [
- 46864,
- 2,
- 10,
- 4,
- 0.12811,
- "_ASASPSLDVLITLLSLGSNGYK_"
- ],
- [
- 35637,
- 2,
- 14,
- 5,
- 0.18503,
- "_SLLILDDVWDSWVLK_"
- ],
- [
- 40237,
- 2,
- 13,
- 7,
- 0.17079,
- "_VLDPNTVFALVNYISFK_"
- ],
- [
- 46426,
- 2,
- 12,
- 7,
- 0.15656,
- "_DTDAAVGDNIGYITFVLFPR_"
- ],
- [
- 49560,
- 3,
- 11,
- 7,
- 0.14233,
- "_LFILDEADKLLEEGSFQEQINWIYSSLPASK_"
- ],
- [
- 48637,
- 2,
- 8,
- 3,
- 0.099665,
- "_LQQLEDEFYTFVNLLDVAR_"
- ],
- [
- 37643,
- 2,
- 7,
- 4,
- 0.085443,
- "_QDMSISLAALELLSGLAK_"
- ],
- [
- 47593,
- 2,
- 9,
- 6,
- 0.1139,
- "_ACNLDVAGIIADYAASLLPSGR_"
- ],
- [
- 41220,
- 2,
- 16,
- 6,
- 0.21348,
- "_LTFVDFLTYDILDQNR_"
- ],
- [
- 50405,
- 2,
- 12,
- 7,
- 0.15656,
- "_ELEALIQNLDNVVEDSMLVDPK_"
- ],
- [
- 38722,
- 3,
- 8,
- 6,
- 0.099665,
- "_LPITVLNGAPGFINLCDALNAWQLVK_"
- ],
- [
- 32911,
- 2,
- 24,
- 7,
- 0.3274,
- "_EIVDSYLPVILDIIK_"
- ],
- [
- 43540,
- 3,
- 11,
- 5,
- 0.14234,
- "_VM(Oxidation (M))AHSSPQSILDDVAMVLDEEAEVFIVK_"
- ],
- [
- 49766,
- 2,
- 10,
- 3,
- 0.12813,
- "_EMALNTLSEIANVFDFPDLNR_"
- ],
- [
- 18724,
- 2,
- 11,
- 4,
- 0.14234,
- "_DITYFIQQLLR_"
- ],
- [
- 31924,
- 3,
- 11,
- 8,
- 0.14234,
- "_GLGALLPTLAVDELDTVLLHTLQR_"
- ],
- [
- 37274,
- 2,
- 13,
- 7,
- 0.17078,
- "_ADIQLLVYTIDDLIDK_"
- ],
- [
- 29157,
- 2,
- 9,
- 5,
- 0.11388,
- "_SLLALINVLNALADAK_"
- ],
- [
- 46289,
- 2,
- 13,
- 4,
- 0.17078,
- "_VTQLASYFEPLILAAVGVASK_"
- ],
- [
- 51575,
- 3,
- 11,
- 7,
- 0.14235,
- "_GVLSVITEELPDVPLYYTLDQLSSTIHCNTPSLLQLR_"
- ],
- [
- 38442,
- 2,
- 7,
- 5,
- 0.085407,
- "_INLSLSALGNVISALVDGK_"
- ],
- [
- 50822,
- 3,
- 8,
- 7,
- 0.099657,
- "_IPSDLLDKEFLPILQEEPLPPLALVPFTEEEQR_"
- ],
- [
- 44503,
- 2,
- 14,
- 6,
- 0.18501,
- "_FVSSPQTIVELFFQEVAR_"
- ],
- [
- 51129,
- 3,
- 10,
- 7,
- 0.12812,
- "_YGIRDDMVLPFEPVPVIEIPGFGNLSAVTICDELK_"
- ],
- [
- 48680,
- 2,
- 16,
- 7,
- 0.21347,
- "_IIPAIATTTAAVVGLVCLELYK_"
- ],
- [
- 37054,
- 3,
- 17,
- 8,
- 0.22773,
- "_ENILFGMGNPLLDISAVVDKDFLDK_"
- ],
- [
- 37717,
- 3,
- 5,
- 3,
- 0.056946,
- "_SFEVSPDGSFLLINGIAGYLHLLAMK_"
- ],
- [
- 41937,
- 3,
- 8,
- 2,
- 0.099659,
- "_ILELVVPLMEHPSETFLATIEEDLMK_"
- ],
- [
- 42070,
- 3,
- 6,
- 7,
- 0.071177,
- "_AEIIPGVLFIDEVHMLDIESFSFLNR_"
- ],
- [
- 19676,
- 2,
- 7,
- 3,
- 0.085426,
- "_LFSLQDLLLLVR_"
- ],
- [
- 50375,
- 3,
- 17,
- 8,
- 0.22773,
- "_GHPLGDIVAFLTSTEPQYGQGILSQDAWESLFSR_"
- ],
- [
- 42935,
- 3,
- 8,
- 6,
- 0.099659,
- "_QVPALTPLYLLSAAEEIRDPLMQWLGK_"
- ],
- [
- 27742,
- 3,
- 9,
- 6,
- 0.11391,
- "_FVADEELVHLLLDEVVASAALR_"
- ],
- [
- 45588,
- 3,
- 7,
- 6,
- 0.085426,
- "_SEMESVLAQLDNYGQQELADLFVNYNVK_"
- ],
- [
- 49620,
- 2,
- 13,
- 8,
- 0.17081,
- "_QYDADLEQILIQWITTQCR_"
- ],
- [
- 31706,
- 3,
- 10,
- 4,
- 0.12813,
- "_AALIMQVLQLTADQIAMLPPEQR_"
- ],
- [
- 35027,
- 2,
- 12,
- 4,
- 0.1566,
- "_TAADDDLVADLVVNILK_"
- ],
- [
- 40233,
- 3,
- 11,
- 8,
- 0.14237,
- "_VDNMIIQSISLLDQLDKDINTFSMR_"
- ],
- [
- 29526,
- 2,
- 13,
- 6,
- 0.17081,
- "_DIALVQQLFEALCK_"
- ],
- [
- 40938,
- 3,
- 13,
- 6,
- 0.17081,
- "_LGVSANLPEEQLGALLAGMHTLLQQALR_"
- ],
- [
- 35295,
- 2,
- 11,
- 7,
- 0.14237,
- "_GTGLDEAMEWLVETLK_"
- ],
- [
- 38058,
- 4,
- 6,
- 3,
- 0.071178,
- "_IAHSFDSSSLSASLNIFQEALDCFTAMLSEHTSK_"
- ],
- [
- 46080,
- 2,
- 13,
- 5,
- 0.17083,
- "_YADTLFDILVAGSMLAPGGTR_"
- ],
- [
- 37219,
- 2,
- 5,
- 3,
- 0.056931,
- "_DFQQLLAELEQEVER_"
- ],
- [
- 38009,
- 2,
- 13,
- 3,
- 0.17083,
- "_NLIDYFVPFLPLEYK_"
- ],
- [
- 44725,
- 2,
- 15,
- 7,
- 0.19926,
- "_VEMLDNLLDIEVAYSLLR_"
- ],
- [
- 32945,
- 2,
- 7,
- 4,
- 0.085409,
- "_GALLDFLWDLNAAIAK_"
- ],
- [
- 41580,
- 3,
- 10,
- 6,
- 0.12814,
- "_FMGGGGESCSLIAEGLSTALQLFDDFKK_"
- ],
- [
- 39076,
- 2,
- 6,
- 2,
- 0.071178,
- "_GDLSPAELMMLTIGDVIK_"
- ],
- [
- 45657,
- 2,
- 6,
- 4,
- 0.071178,
- "_GQTVEDLLEVLSDIDEMSR_"
- ],
- [
- 48109,
- 3,
- 8,
- 4,
- 0.099659,
- "_LGSSAASLYPVLNFLLYVPELAHSPLYIQDK_"
- ],
- [
- 40184,
- 2,
- 11,
- 7,
- 0.14236,
- "_SIVSELAGLLSAMEYVQK_"
- ],
- [
- 48320,
- 2,
- 6,
- 3,
- 0.071154,
- "_DGFMFLTDQSYIDVLPEFR_"
- ],
- [
- 46170,
- 2,
- 13,
- 3,
- 0.17082,
- "_TLWTVLDAIDQM(Oxidation (M))WLPVVR_"
- ],
- [
- 47950,
- 3,
- 5,
- 2,
- 0.056921,
- "_ELPGEEYPLPMEDVLELLKPLSNVCSLYR_"
- ],
- [
- 47814,
- 2,
- 8,
- 2,
- 0.099632,
- "_MGPFSQILGMIPGFGTDFMSK_"
- ],
- [
- 49182,
- 3,
- 7,
- 2,
- 0.085402,
- "_HMPPLSLSPGSTDFSTFLSPNVLEEVDSFLIR_"
- ],
- [
- 37751,
- 2,
- 9,
- 4,
- 0.11388,
- "_YWEMMPPTILIDLLK_"
- ],
- [
- 47382,
- 4,
- 7,
- 7,
- 0.085402,
- "_DHPIILEGLDLVEEDDQFTHMLPLEDDYNPEDVLNVFK_"
- ],
- [
- 46414,
- 3,
- 9,
- 7,
- 0.11388,
- "_AAFDDAIAELDTLSEESYKDSTLIM(Oxidation (M))QLLR_"
- ],
- [
- 48482,
- 2,
- 5,
- 4,
- 0.056921,
- "_ADIIGLSGLITPSLDEMIFVAK_"
- ],
- [
- 47619,
- 3,
- 9,
- 5,
- 0.11387,
- "_IEEFLSSFEEKIENLTEEAFNTQVTALIK_"
- ],
- [
- 42986,
- 3,
- 8,
- 3,
- 0.09964,
- "_SELSGNFEQVIVGMMTPTVLYDVQELR_"
- ],
- [
- 40445,
- 3,
- 10,
- 6,
- 0.12812,
- "_EDILNAGDKLTEVLEEANTLFNEVSR_"
- ],
- [
- 44038,
- 2,
- 10,
- 5,
- 0.12812,
- "_TLAPLLASLLSPGSVLVLSAR_"
- ],
- [
- 31444,
- 2,
- 10,
- 4,
- 0.12812,
- "_NNSNDIVNAIMELTM(Oxidation (M))_"
- ],
- [
- 15395,
- 2,
- 7,
- 3,
- 0.085392,
- "_DAGGLDLLMGLLR_"
- ],
- [
- 48438,
- 2,
- 11,
- 3,
- 0.14235,
- "_ECENQLVLLLGFNTFDFIK_"
- ],
- [
- 47223,
- 2,
- 16,
- 6,
- 0.2135,
- "_AVFSDSLVPALEAFGLEGVFR_"
- ],
- [
- 39140,
- 2,
- 14,
- 2,
- 0.18506,
- "_DVLLVAQGEMALEEFLK_"
- ],
- [
- 46760,
- 3,
- 14,
- 8,
- 0.18506,
- "_TAFDDAIAELDTLNEDSYKDSTLIMQLLR_"
- ],
- [
- 43707,
- 2,
- 13,
- 6,
- 0.17082,
- "_GFDPLLNLVLDGTIEYMR_"
- ],
- [
- 51785,
- 3,
- 9,
- 7,
- 0.11387,
- "_DAAVMAFGCILEGPEPSQLKPLVIQAMPTLIELMKDPSVVVR_"
- ],
- [
- 28041,
- 3,
- 8,
- 6,
- 0.099623,
- "_EQHDALEFFNSLVDSLDEALK_"
- ],
- [
- 48097,
- 2,
- 14,
- 5,
- 0.18505,
- "_NGFLNLALPFFGFSEPLAAPR_"
- ],
- [
- 49734,
- 3,
- 9,
- 7,
- 0.11387,
- "_AGFLDTLQTLLEFQADVNIEDNEGNLPLHLAAK_"
- ],
- [
- 51128,
- 3,
- 8,
- 6,
- 0.099623,
- "_EESQQMVLDIEDLDNIQTPESVLLSAVSGEDTQDR_"
- ],
- [
- 44164,
- 2,
- 10,
- 6,
- 0.1281,
- "_VLISNLLDLLTEVGVSGQGR_"
- ],
- [
- 43265,
- 3,
- 5,
- 4,
- 0.056925,
- "_GIGTVTFEQSIEAVQAISMFNGQLLFDR_"
- ],
- [
- 50223,
- 2,
- 9,
- 5,
- 0.11387,
- "_SAQASVSCALEALEPFWEVLVR_"
- ],
- [
- 46961,
- 3,
- 14,
- 9,
- 0.18505,
- "_TAFDEAIAELDTLNEDSYKDSTLIMQLLR_"
- ],
- [
- 51377,
- 3,
- 13,
- 8,
- 0.17083,
- "_SVVALSPPDLLPVLYLSLNHLGPPQQGLELGVGDGVLLK_"
- ],
- [
- 46285,
- 2,
- 10,
- 4,
- 0.1281,
- "_LINLVDWSEAFATVVTAAEK_"
- ],
- [
- 42226,
- 3,
- 19,
- 8,
- 0.25618,
- "_AGLRPGDVILAIGEQMVQNAEDVYEAVR_"
- ],
- [
- 39938,
- 2,
- 11,
- 7,
- 0.14235,
- "_LGLVFDDVVGIVEIINSK_"
- ],
- [
- 46380,
- 4,
- 16,
- 5,
- 0.21352,
- "_AAPFNNWMEGAMEDLQDTFIVHTIEEIQGLTTAHEQFK_"
- ],
- [
- 47768,
- 3,
- 9,
- 6,
- 0.11387,
- "_FSMPSVPDFETLFSQVQLFISTCNGEHIR_"
- ],
- [
- 43378,
- 3,
- 9,
- 8,
- 0.11386,
- "_FMQVEDVDIDEVQCILANLIYMGHVK_"
- ],
- [
- 46373,
- 2,
- 9,
- 4,
- 0.11386,
- "_LQSVQALTEIQEFISFISK_"
- ],
- [
- 44056,
- 2,
- 7,
- 4,
- 0.085415,
- "_EDFLNPDVLDIFISSVQK_"
- ],
- [
- 42537,
- 3,
- 10,
- 7,
- 0.12811,
- "_WGLQDIDTIIDHASVGIMTLSPFDQMK_"
- ],
- [
- 46850,
- 3,
- 7,
- 6,
- 0.085415,
- "_QPAFQGLFLLYNLGSVEALHEVLQLPAALR_"
- ],
- [
- 36785,
- 2,
- 10,
- 6,
- 0.12811,
- "_DKSFLAMVVDIVQELK_"
- ],
- [
- 44014,
- 2,
- 12,
- 6,
- 0.15659,
- "_TLAGLVVQLLQFQEDAFGK_"
- ],
- [
- 42200,
- 4,
- 11,
- 9,
- 0.14234,
- "_ILTDALVPYLVGQVVAGAQALQLFESHAGHLGPQLFNK_"
- ],
- [
- 42412,
- 2,
- 8,
- 6,
- 0.099628,
- "_DAGAGLLAAAMIAVVPGYISR_"
- ],
- [
- 41351,
- 3,
- 10,
- 7,
- 0.12811,
- "_VFLSLMETGWFDNLLLDIDKADAIVK_"
- ],
- [
- 48872,
- 3,
- 10,
- 6,
- 0.12811,
- "_GDNPNKPMNPLITGVFGAIAGAASVFGNTPLDVIK_"
- ],
- [
- 47276,
- 2,
- 8,
- 3,
- 0.099628,
- "_DLIDLCCLMTISFNPSLSK_"
- ],
- [
- 46595,
- 3,
- 6,
- 6,
- 0.071152,
- "_DDDFLGGAECSLGQIVSSQVLTLPLMLKPGK_"
- ],
- [
- 51353,
- 2,
- 6,
- 4,
- 0.071152,
- "_NLPQYVSNELLEEAFSVFGQVER_"
- ],
- [
- 48664,
- 2,
- 6,
- 4,
- 0.071152,
- "_LNDEGPFLILCPLSVLSNWK_"
- ],
- [
- 49382,
- 3,
- 8,
- 5,
- 0.099636,
- "_SVVEAAVQECSQSVDETIEHVFNIIGAFDIPR_"
- ],
- [
- 28557,
- 3,
- 5,
- 2,
- 0.056929,
- "_LLLDHEALSCLLVLLFVDEPK_"
- ],
- [
- 42770,
- 3,
- 8,
- 7,
- 0.099636,
- "_STAEAFQIVLSHLLGDAGSPYLIGLISDR_"
- ],
- [
- 38858,
- 3,
- 10,
- 4,
- 0.12808,
- "_SNDPQMVAENFVPPLLDAVLIDYQR_"
- ],
- [
- 47846,
- 2,
- 14,
- 7,
- 0.18504,
- "_QEDVSVQLEALDIMADMLSR_"
- ],
- [
- 46449,
- 2,
- 14,
- 6,
- 0.18504,
- "_MNLQEIPPLVYQLLVLSSK_"
- ],
- [
- 50731,
- 2,
- 6,
- 3,
- 0.071146,
- "_TAFYSFYLPIAAAMYMAGIDGEK_"
- ],
- [
- 26032,
- 4,
- 7,
- 6,
- 0.085369,
- "_IIVENLFYPVTLDVLHQIFSKFGTVLK_"
- ],
- [
- 46018,
- 3,
- 15,
- 6,
- 0.19926,
- "_TISALAIAALAEAATPYGIESFDSVLKPLWK_"
- ],
- [
- 36711,
- 4,
- 5,
- 5,
- 0.056908,
- "_DKEIDLELLQDLMEVDIDPLDIDLEKDPLAAK_"
- ],
- [
- 49167,
- 2,
- 7,
- 5,
- 0.085369,
- "_DYAAPIPTVPLEFLPEEIALR_"
- ],
- [
- 37638,
- 3,
- 9,
- 6,
- 0.11385,
- "_QIEELLELLMTEILHPSSQAPNGVK_"
- ],
- [
- 22277,
- 2,
- 9,
- 5,
- 0.11385,
- "_DLLDQILMLDPAK_"
- ],
- [
- 48147,
- 4,
- 15,
- 11,
- 0.19926,
- "_DAAVMAFGCILEGPEPSQLKPLVIQAMPTLIELMKDPSVVVR_"
- ],
- [
- 37868,
- 2,
- 8,
- 4,
- 0.099598,
- "_LLLPLEYMAIFALCAK_"
- ],
- [
- 44136,
- 2,
- 5,
- 2,
- 0.056906,
- "_LLELLDEGSDFFDSLLQK_"
- ],
- [
- 41451,
- 2,
- 7,
- 5,
- 0.085375,
- "_FNPSVFFLDFLVVPPSR_"
- ],
- [
- 36449,
- 3,
- 9,
- 10,
- 0.11383,
- "_LHTYLAGEAPTLADLAAVTALLLPFR_"
- ],
- [
- 32351,
- 3,
- 8,
- 5,
- 0.099598,
- "_LLIVSNPVDILTYVAWKISGFPK_"
- ],
- [
- 40389,
- 3,
- 11,
- 6,
- 0.1423,
- "_VFLHENGEEGSLSLASVIISALCTLTR_"
- ],
- [
- 49945,
- 2,
- 9,
- 7,
- 0.11383,
- "_AGVPMEVMGLMLGEFVDDYTVR_"
- ],
- [
- 51567,
- 3,
- 8,
- 6,
- 0.099598,
- "_DIILSSTSAPPASAQPPLQLSEVNIPLSLGVCPLGPVPLTK_"
- ],
- [
- 50028,
- 2,
- 10,
- 4,
- 0.12808,
- "_LGLPMGADGFVPLGTLLQLPQFR_"
- ],
- [
- 28554,
- 3,
- 8,
- 6,
- 0.099598,
- "_FSADKVDTMIVQAISLLDDLDK_"
- ],
- [
- 29536,
- 3,
- 5,
- 3,
- 0.056896,
- "_DAGLLDEVIQEFHQELVETMR_"
- ],
- [
- 18390,
- 2,
- 9,
- 6,
- 0.11383,
- "_ETPFELIEALLK_"
- ],
- [
- 49689,
- 3,
- 9,
- 5,
- 0.11383,
- "_EMADAFHLAGFEVWDVTMQDLCSGAIGLDTFR_"
- ],
- [
- 51700,
- 3,
- 12,
- 10,
- 0.15652,
- "_LQIQCVVEDDKVGTDMLEEQITAFEDYVQSMDVAAFNK_"
- ],
- [
- 40209,
- 2,
- 12,
- 5,
- 0.15652,
- "_LLPLLQEALSAYFDSMK_"
- ],
- [
- 51604,
- 3,
- 7,
- 4,
- 0.085365,
- "_EVSELQEEGMNAINLPLSPIPFELDPEDTMLEENEVR_"
- ],
- [
- 44951,
- 2,
- 4,
- 2,
- 0.042675,
- "_DAVLLNNIVQNFGMLDLVK_"
- ],
- [
- 49267,
- 2,
- 6,
- 6,
- 0.071135,
- "_YPQALVCYQEGIDLLLQVLK_"
- ],
- [
- 50851,
- 3,
- 12,
- 5,
- 0.15652,
- "_FPELSLALAQAGAEILTYPSAFGSITGPAHWEVLLR_"
- ],
- [
- 43209,
- 2,
- 12,
- 5,
- 0.15652,
- "_DPSQELEFIADILNQDAK_"
- ],
- [
- 42677,
- 3,
- 6,
- 3,
- 0.071135,
- "_ALGLPQPDFHSLILDLGALSFVDTVCLK_"
- ],
- [
- 47620,
- 3,
- 7,
- 7,
- 0.085365,
- "_LKDPDPDPNPGVINNVLATIGELAQVSGLEMR_"
- ],
- [
- 37932,
- 2,
- 7,
- 4,
- 0.085365,
- "_(Acetyl (Protein N-term))SWGTELWDQFDSLDK_"
- ],
- [
- 40433,
- 3,
- 8,
- 7,
- 0.099586,
- "_ILANCSSPYQVDLFGIADLAHLLLFK_"
- ],
- [
- 46481,
- 3,
- 8,
- 6,
- 0.099586,
- "_SAASYALGSISVGNLPEYLPFVLQEITSQPK_"
- ],
- [
- 46951,
- 3,
- 8,
- 3,
- 0.099586,
- "_VGCLTTDFAMQNVLLQMGLHVLAVNGMLIR_"
- ],
- [
- 47373,
- 2,
- 7,
- 5,
- 0.085356,
- "_LNGFQWSLEVISSAVDALQR_"
- ],
- [
- 44270,
- 2,
- 5,
- 3,
- 0.056896,
- "_YEELAESVEEYVLDMLR_"
- ],
- [
- 49330,
- 2,
- 9,
- 4,
- 0.11382,
- "_LTGGGGTEEILDIIFQDFCVGK_"
- ],
- [
- 51412,
- 3,
- 14,
- 6,
- 0.18498,
- "_EGPEGANLFIYHLPQEFGDQDLLQMFMPFGNVVSAK_"
- ],
- [
- 45417,
- 2,
- 11,
- 5,
- 0.14228,
- "_GVYVQASTLGSLEALLEFLK_"
- ],
- [
- 27305,
- 2,
- 14,
- 6,
- 0.18498,
- "_SLELLPIILTALATK_"
- ],
- [
- 43275,
- 3,
- 14,
- 6,
- 0.18498,
- "_VMAHSSPQSILDDVAMVLDEEAEVFIVK_"
- ],
- [
- 51171,
- 3,
- 13,
- 8,
- 0.17075,
- "_LQEELSQAESTIDELKEQVDAALGAEEMVEMLTDR_"
- ],
- [
- 50823,
- 3,
- 9,
- 8,
- 0.11382,
- "_EAVWFLSNITAGNQQQVQAVIDAGLIPMIIHQLAK_"
- ],
- [
- 43995,
- 3,
- 10,
- 7,
- 0.12805,
- "_LVAAPLFELYDNAPGYGPIISSLPQLLSR_"
- ],
- [
- 43678,
- 3,
- 10,
- 8,
- 0.12805,
- "_LGNVDAFQLADGLQYIFAHVGQLTGMYR_"
- ],
- [
- 50780,
- 3,
- 10,
- 5,
- 0.12805,
- "_SDLLSPEGPGPGPDLPPHLLLSCLTGEGLDGLLEALR_"
- ],
- [
- 39402,
- 2,
- 8,
- 7,
- 0.099604,
- "_GIVSLSDILQALVLTGGEK_"
- ],
- [
- 19720,
- 2,
- 8,
- 7,
- 0.099604,
- "_DCAVLSAIIDLIK_"
- ],
- [
- 51061,
- 3,
- 12,
- 8,
- 0.15653,
- "_VSLDPELEEALTSASDTELCDLAAILGMHNLITNTK_"
- ],
- [
- 32990,
- 3,
- 6,
- 6,
- 0.071144,
- "_GDPESPRPPALDDAFSILDLFLGR_"
- ],
- [
- 51321,
- 3,
- 8,
- 2,
- 0.099604,
- "_LDIDISWQCLEYYAGLAASMAGEHIQLPGGSFGYTR_"
- ],
- [
- 51021,
- 3,
- 10,
- 8,
- 0.12807,
- "_GYQGDPSSALLELLDPEQNANFLDHYLDVPVDLSK_"
- ],
- [
- 32994,
- 3,
- 4,
- 4,
- 0.042698,
- "_VLGDLHLLPLDLQELIAQAVQATK_"
- ],
- [
- 48833,
- 2,
- 10,
- 4,
- 0.12807,
- "_TPLDLAAFYGDAETVLYLVEK_"
- ],
- [
- 50562,
- 3,
- 11,
- 5,
- 0.1423,
- "_GSSGASVAAAAAAAVAVVESMVTATEVAPPPPPVEVPIRK_"
- ],
- [
- 37821,
- 4,
- 8,
- 6,
- 0.099581,
- "_EKIEAELQDICNDVLELLDKYLIPNATQPESK_"
- ],
- [
- 50568,
- 3,
- 9,
- 5,
- 0.11382,
- "_IELNSYLQSLMNASTDVAECDLVCTFFHPLLR_"
- ],
- [
- 51741,
- 3,
- 6,
- 2,
- 0.071142,
- "_VVTAGAIIPFPLAPGQSLPDSLMQFGGATPWTPLSACGEPSGTR_"
- ],
- [
- 43173,
- 2,
- 12,
- 6,
- 0.15651,
- "_DIPSLPPLPPLPPLPPLDR_"
- ],
- [
- 30760,
- 3,
- 10,
- 6,
- 0.12805,
- "_IIIENLFYPVTLEVLHQIFSK_"
- ],
- [
- 47719,
- 2,
- 11,
- 4,
- 0.14229,
- "_DANSALLSNYEVFQLLTDLK_"
- ],
- [
- 50172,
- 3,
- 8,
- 6,
- 0.099581,
- "_LQESQPGNAVIDKETIDLLAFTSVAELELLGLEK_"
- ],
- [
- 40672,
- 2,
- 9,
- 6,
- 0.11382,
- "_ALEAAQIIIDVLQLPMSK_"
- ],
- [
- 51104,
- 3,
- 13,
- 4,
- 0.17074,
- "_DGQTPLHLAASWGLEETVQCLLEFGANVNAQDAEGR_"
- ],
- [
- 34464,
- 3,
- 8,
- 5,
- 0.099575,
- "_EDEEIYKEFFEVANDVIPNLLK_"
- ],
- [
- 46597,
- 3,
- 8,
- 6,
- 0.099575,
- "_EPAVAPDFVPFVQLRPLSALAEAGEAVLLLR_"
- ],
- [
- 45662,
- 2,
- 8,
- 4,
- 0.099575,
- "_ELLDDVYAESVEAVQDLIK_"
- ],
- [
- 27105,
- 2,
- 9,
- 5,
- 0.1138,
- "_SFLAMVVDIVQELK_"
- ],
- [
- 40900,
- 2,
- 16,
- 6,
- 0.21342,
- "_SGLPNFLAVALALGELGYR_"
- ],
- [
- 48096,
- 3,
- 11,
- 4,
- 0.14227,
- "_FQDALEPLLSWLADTEELIANQKPPSAEYK_"
- ],
- [
- 44465,
- 2,
- 6,
- 6,
- 0.071129,
- "_TSEIEGANQLLELFDLFR_"
- ],
- [
- 47266,
- 3,
- 8,
- 4,
- 0.099632,
- "_EERPPELPLLSEQLSLDELWDMLGECLK_"
- ],
- [
- 46822,
- 2,
- 5,
- 5,
- 0.056953,
- "_DYTNLPEAAPLLTILDMSAR_"
- ],
- [
- 43632,
- 2,
- 9,
- 5,
- 0.11385,
- "_SFDPFTEVIVDGIVANALR_"
- ],
- [
- 41191,
- 2,
- 6,
- 5,
- 0.071175,
- "_(Acetyl (Protein N-term))SSSEEVSWISWFCGLR_"
- ],
- [
- 46398,
- 3,
- 5,
- 2,
- 0.056953,
- "_DAWQDLAGCDFVLDLISQTEDLGDPARPR_"
- ],
- [
- 39247,
- 3,
- 6,
- 5,
- 0.071175,
- "_EIALPIEACVMLLLETGMKEEGLFR_"
- ],
- [
- 36828,
- 3,
- 7,
- 6,
- 0.085403,
- "_ETLMEALHYMLLVSEVEETEIFK_"
- ],
- [
- 48325,
- 2,
- 6,
- 7,
- 0.071175,
- "_IDIVTLLEGPIFDYGNISGTR_"
- ],
- [
- 43386,
- 2,
- 8,
- 4,
- 0.099632,
- "_DMWPDDSYWFPLLLQK_"
- ],
- [
- 46737,
- 2,
- 6,
- 4,
- 0.071175,
- "_LPVMTMIPDVDCLLWAIGR_"
- ],
- [
- 46397,
- 2,
- 9,
- 2,
- 0.11385,
- "_LQLVEAGLVECLLEIVQQK_"
- ],
- [
- 47886,
- 2,
- 12,
- 5,
- 0.15654,
- "_DVPGTLLNIALLNLGSSDPSLR_"
- ],
- [
- 42794,
- 3,
- 10,
- 8,
- 0.12807,
- "_LPPFSYAYTELEAIMYALGVGASIKDPK_"
- ],
- [
- 46535,
- 2,
- 13,
- 4,
- 0.17078,
- "_ALYENMLVELPFAGFFLSK_"
- ],
- [
- 44163,
- 2,
- 10,
- 6,
- 0.12807,
- "_LGILPALEIVMGMDDLQVR_"
- ],
- [
- 34115,
- 2,
- 11,
- 5,
- 0.14231,
- "_SSFIIYDIMNELMGK_"
- ],
- [
- 44989,
- 2,
- 11,
- 6,
- 0.14231,
- "_NPEILAIAPVLLDALTDPSR_"
- ],
- [
- 43027,
- 3,
- 13,
- 7,
- 0.17078,
- "_TQALMLHIDSFIENLFALAGDEEPEVR_"
- ],
- [
- 50267,
- 2,
- 13,
- 6,
- 0.17078,
- "_LGSAADFLLDISETDLSSLTASIK_"
- ],
- [
- 45802,
- 2,
- 13,
- 7,
- 0.17078,
- "_LSVLDLVVALAPCADEAAISK_"
- ],
- [
- 34181,
- 3,
- 7,
- 5,
- 0.085398,
- "_FLELAPDFVGDILWEHLEQMIK_"
- ],
- [
- 48537,
- 2,
- 10,
- 5,
- 0.12807,
- "_DNLGSDDPEGDIPVLLQAVLAR_"
- ],
- [
- 38691,
- 3,
- 15,
- 9,
- 0.19922,
- "_ELNIDVADVESLLVQCILDNTIHGR_"
- ],
- [
- 43554,
- 2,
- 18,
- 7,
- 0.24192,
- "_DVPWGVDSLITLAFQDQR_"
- ],
- [
- 44032,
- 2,
- 6,
- 5,
- 0.071177,
- "_IMESLAWLSDSPLFDLIK_"
- ],
- [
- 51375,
- 3,
- 5,
- 2,
- 0.056929,
- "_VHLAQVQIEGDFLPCSFSILEEQPMDMLLGLDMLK_"
- ],
- [
- 49177,
- 2,
- 5,
- 4,
- 0.056929,
- "_LPLQIDCLAAWEEWLLVGTK_"
- ],
- [
- 44063,
- 3,
- 14,
- 8,
- 0.185,
- "_DTNYTLNTDSLDWALYDHLMDFLADR_"
- ],
- [
- 51701,
- 3,
- 7,
- 7,
- 0.085398,
- "_EGLYFNPYFPGQAIAMAPPIYTDVLEFDDGTPATMSQIAK_"
- ],
- [
- 46919,
- 2,
- 7,
- 5,
- 0.085398,
- "_ENVNVEEMFNCITELVLR_"
- ],
- [
- 39694,
- 3,
- 11,
- 7,
- 0.14229,
- "_LNEIVDAANAVISHIDQTALAVYIAMK_"
- ],
- [
- 51564,
- 3,
- 11,
- 8,
- 0.14229,
- "_DLISDSNPMVVANAVAALSEIAESHPSSNLLDLNPQSINK_"
- ],
- [
- 49536,
- 2,
- 9,
- 4,
- 0.11386,
- "_SDIANILDWMLNQDFTTAYR_"
- ],
- [
- 39449,
- 3,
- 11,
- 7,
- 0.14229,
- "_YSNDVTSLPFLLEILTVLPEEVHSR_"
- ],
- [
- 41720,
- 3,
- 8,
- 6,
- 0.099627,
- "_DMNSKPEFLETVFLLETMLGGPQYVK_"
- ],
- [
- 47193,
- 4,
- 9,
- 9,
- 0.11386,
- "_TYLQGVELSGLSAAISHFLNCFLSSYPNPVAHLPADELVSK_"
- ],
- [
- 25725,
- 3,
- 6,
- 4,
- 0.071171,
- "_AVTAMGILNTIDTLLSVVEDHK_"
- ],
- [
- 43515,
- 2,
- 11,
- 6,
- 0.14231,
- "_QLDLLCDIPLVGFINSLK_"
- ],
- [
- 21940,
- 3,
- 3,
- 2,
- 0.028465,
- "_KPTDPVDWPPLVLGLLTLLK_"
- ],
- [
- 35462,
- 2,
- 5,
- 3,
- 0.056955,
- "_ETAAEILFDEVLTFAK_"
- ],
- [
- 41102,
- 2,
- 8,
- 4,
- 0.09964,
- "_DIFGLLQAYADGVDLTEK_"
- ],
- [
- 51185,
- 3,
- 9,
- 4,
- 0.11387,
- "_LIQLPVVYVMLMQHSLFLPTLLTSDGEESPDSQVK_"
- ],
- [
- 49725,
- 2,
- 6,
- 7,
- 0.071175,
- "_TATALLESPLSATVEDALQSFLK_"
- ],
- [
- 42934,
- 3,
- 5,
- 3,
- 0.056959,
- "_LYLAALPLAFEALIPNLDEIDHLSCIK_"
- ],
- [
- 47001,
- 2,
- 8,
- 4,
- 0.099638,
- "_DLFAALPQVVAVDINDLGTIK_"
- ],
- [
- 45080,
- 2,
- 6,
- 5,
- 0.071175,
- "_IFQEMLYIMDWMDEMK_"
- ],
- [
- 42224,
- 2,
- 12,
- 6,
- 0.15653,
- "_ALLLPDYYLVTVMLSGIK_"
- ],
- [
- 31115,
- 3,
- 5,
- 4,
- 0.056959,
- "_MYDYHVLDMIELGIENFVSLK_"
- ],
- [
- 48240,
- 2,
- 14,
- 5,
- 0.18499,
- "_YFILPDSLPLDTLLVDVEPK_"
- ],
- [
- 44264,
- 3,
- 9,
- 6,
- 0.11386,
- "_NKDQEVNFQEYVTFLGALALIYNEALK_"
- ],
- [
- 40667,
- 2,
- 9,
- 5,
- 0.11386,
- "_IQDVLQMLLTEYLDMK_"
- ],
- [
- 51261,
- 3,
- 7,
- 5,
- 0.0854,
- "_LASLIDGSSPVSILVWTTQPWTIPANEAVCYMPESK_"
- ],
- [
- 51211,
- 3,
- 11,
- 6,
- 0.14231,
- "_FEAPEALFQPHLINVEGVGVAELLFNTIQAADIDTR_"
- ],
- [
- 49334,
- 3,
- 9,
- 6,
- 0.11386,
- "_IQSIPLVIGQFLEAVDQNTAIVGSTTGSNYYVR_"
- ],
- [
- 49892,
- 3,
- 10,
- 7,
- 0.12808,
- "_AGPSDSNLDGTVTEMAIHAAAVLLCGQNELLEPLK_"
- ],
- [
- 28260,
- 2,
- 6,
- 3,
- 0.071184,
- "_EVIESLLSLLFVQK_"
- ],
- [
- 45984,
- 3,
- 8,
- 6,
- 0.099615,
- "_EFMGELWPLLLSAQENIAGIPSAFLELKK_"
- ],
- [
- 45182,
- 2,
- 12,
- 8,
- 0.15654,
- "_NSTIVFPLPIDMLQGIIGAK_"
- ],
- [
- 46756,
- 2,
- 6,
- 3,
- 0.071184,
- "_AQMALWTVLAAPLLMSTDLR_"
- ],
- [
- 46931,
- 2,
- 7,
- 3,
- 0.085423,
- "_IGLVISPLISLMEDQVLQLK_"
- ],
- [
- 37052,
- 3,
- 8,
- 5,
- 0.099638,
- "_SILDMSPFTVTDHTPMEIVVDIFR_"
- ],
- [
- 45266,
- 2,
- 6,
- 6,
- 0.071148,
- "_EIALPIEACVMLLLETGMK_"
- ],
- [
- 49652,
- 2,
- 7,
- 3,
- 0.085423,
- "_DVLETPVDLAGFPVLLSDTAGLR_"
- ],
- [
- 30426,
- 3,
- 5,
- 2,
- 0.056925,
- "_SLNFVSTLLQITMSEQLDLPVR_"
- ],
- [
- 31382,
- 2,
- 8,
- 6,
- 0.099638,
- "_LLQLVDLPLLDSLLK_"
- ],
- [
- 51656,
- 3,
- 10,
- 6,
- 0.1281,
- "_LISGDIPGPLQGSGQDMVSILQLVQNLMHGDEDEEPQSPR_"
- ],
- [
- 51475,
- 3,
- 13,
- 7,
- 0.17078,
- "_GVDHLTNAIAVCGQPQQLLQVLQQTLPPPVFQMLLTK_"
- ],
- [
- 24915,
- 2,
- 9,
- 4,
- 0.11385,
- "_FLEGFDAFLELLK_"
- ],
- [
- 44948,
- 3,
- 9,
- 6,
- 0.11385,
- "_DLVELDPEVEGTKPSATEMIWAVLAAFNK_"
- ],
- [
- 48554,
- 3,
- 14,
- 10,
- 0.185,
- "_LIPTLVSIMQAPADKIPAGLCATAIDILTTVVR_"
- ],
- [
- 51566,
- 3,
- 7,
- 5,
- 0.085363,
- "_GILEEPLPSTSSEEEDPLAGISLPEGVDPSFLAALPDDIR_"
- ],
- [
- 28303,
- 3,
- 7,
- 4,
- 0.085363,
- "_MDILDVLTLAAQELSRPGCLGR_"
- ],
- [
- 38354,
- 2,
- 6,
- 4,
- 0.07114,
- "_SDVWSLGITLYELATGR_"
- ],
- [
- 44582,
- 2,
- 7,
- 4,
- 0.085363,
- "_FPSSFEEIEILWSQFLK_"
- ],
- [
- 47136,
- 3,
- 15,
- 10,
- 0.19921,
- "_TAFDEAIAELDTLNEESYKDSTLIMQLLR_"
- ],
- [
- 40362,
- 2,
- 10,
- 5,
- 0.12807,
- "_MTELETAMGMIIDVFSR_"
- ],
- [
- 49006,
- 2,
- 6,
- 5,
- 0.07114,
- "_DGADIHSDLFISIAQALLGGTAR_"
- ],
- [
- 42005,
- 2,
- 6,
- 6,
- 0.07114,
- "_DPGVLDGATELLGLGGLLYK_"
- ],
- [
- 38081,
- 3,
- 9,
- 4,
- 0.11385,
- "_YFLPIIEMVPQFLENLTDEELKK_"
- ],
- [
- 42191,
- 2,
- 6,
- 4,
- 0.07114,
- "_DGPSAGVTIVTCLASLFSGR_"
- ],
- [
- 50063,
- 2,
- 9,
- 4,
- 0.11385,
- "_EPGQDLVVLPLTITSDFIPSFR_"
- ],
- [
- 49133,
- 2,
- 8,
- 5,
- 0.099575,
- "_LQWENVSAMIEEVFEATDIK_"
- ],
- [
- 45342,
- 2,
- 7,
- 4,
- 0.085352,
- "_DMSMASWLNLAEIAQVVEK_"
- ],
- [
- 48555,
- 2,
- 6,
- 5,
- 0.07111,
- "_VNISNISIIIQELLQENIVR_"
- ],
- [
- 45837,
- 2,
- 6,
- 4,
- 0.07111,
- "_TLFDQVLEFLCSPDDDSR_"
- ],
- [
- 44166,
- 3,
- 8,
- 6,
- 0.099575,
- "_ELAVSALGAIATAAQASLLPYFPAIMEHLR_"
- ],
- [
- 25763,
- 3,
- 7,
- 6,
- 0.085352,
- "_DGADIHSDLFISIAQALLGGTAR_"
- ],
- [
- 50801,
- 3,
- 12,
- 9,
- 0.15653,
- "_DAAVMAFGCILEGPEPSQLKPLVIQAMPTLIELMK_"
- ],
- [
- 37931,
- 3,
- 7,
- 6,
- 0.085325,
- "_LILSLEPDEDPLCMLLLIDHLALR_"
- ],
- [
- 47021,
- 2,
- 8,
- 6,
- 0.099567,
- "_QIQITQLFGVPVVVALNVFK_"
- ],
- [
- 47004,
- 3,
- 11,
- 7,
- 0.14228,
- "_TAFDEAIAELDTLSEESYKDSTLIM(Oxidation (M))QLLR_"
- ],
- [
- 48311,
- 3,
- 11,
- 7,
- 0.14228,
- "_VVPVPLLSLFTGYELETMVCGSPDIPLHLLK_"
- ],
- [
- 44858,
- 4,
- 9,
- 9,
- 0.11379,
- "_YFTDLFDYLPLTALVDGQIFCLHGGLSPSIDTLDHIR_"
- ],
- [
- 44472,
- 3,
- 7,
- 5,
- 0.085325,
- "_LVLSGFLASEEIYINQLEALLLPMKPLK_"
- ],
- [
- 23643,
- 2,
- 9,
- 6,
- 0.11379,
- "_AASLLLEILGLLCK_"
- ],
- [
- 41124,
- 2,
- 8,
- 5,
- 0.099567,
- "_(Acetyl (Protein N-term))MNAPPAFESFLLFEGEK_"
- ],
- [
- 45007,
- 2,
- 10,
- 5,
- 0.12807,
- "_NEPASADDFLPTLIYIVLK_"
- ],
- [
- 47404,
- 2,
- 13,
- 7,
- 0.17074,
- "_ELEAVCQDVLSLLDNYLIK_"
- ],
- [
- 49683,
- 2,
- 9,
- 5,
- 0.11379,
- "_DVVTEAIYPEAVTMFSVNLFR_"
- ],
- [
- 48810,
- 3,
- 9,
- 6,
- 0.11379,
- "_PFFAVQFHPEVTPGPIDTEYLFDSFFSLIK_"
- ],
- [
- 36570,
- 2,
- 14,
- 7,
- 0.18497,
- "_EAMDPIAELLSQLSGVR_"
- ],
- [
- 50180,
- 2,
- 5,
- 6,
- 0.056881,
- "_AELATEEFLPVTPILEGFVILR_"
- ],
- [
- 44679,
- 2,
- 11,
- 6,
- 0.14228,
- "_EAVSSAFFSLLQTLSTQFK_"
- ],
- [
- 50013,
- 2,
- 10,
- 3,
- 0.12807,
- "_(Acetyl (Protein N-term))AFWAGGSPSVVDYFPSEDFYR_"
- ],
- [
- 20446,
- 2,
- 8,
- 4,
- 0.099586,
- "_LDLAGPLLAFLFR_"
- ],
- [
- 51202,
- 3,
- 7,
- 5,
- 0.085367,
- "_DIEVTSSPDDSIGCLSFSPPTLPGNFLIAGSWANDVR_"
- ],
- [
- 49075,
- 2,
- 10,
- 6,
- 0.12805,
- "_DLEEEFVYEDMEALCSVLR_"
- ],
- [
- 40993,
- 3,
- 4,
- 5,
- 0.042688,
- "_GFGYAEFEDLDSLLSALSLNEESLGNR_"
- ],
- [
- 44298,
- 2,
- 9,
- 6,
- 0.11383,
- "_(Acetyl (Protein N-term))MEAVLTEELDEEEQLLR_"
- ],
- [
- 49442,
- 2,
- 6,
- 2,
- 0.071142,
- "_SSELEESLLVLPFSYVPDILK_"
- ],
- [
- 22339,
- 2,
- 6,
- 4,
- 0.071142,
- "_DLASGLIGLLLICK_"
- ],
- [
- 30947,
- 2,
- 9,
- 5,
- 0.11383,
- "_ALQTVAQLILELIEK_"
- ],
- [
- 43266,
- 2,
- 7,
- 2,
- 0.085367,
- "_GLDLEMAIAYWNLVLNGR_"
- ],
- [
- 43847,
- 2,
- 8,
- 6,
- 0.099581,
- "_DPSLPLLELQDIMTSVSGR_"
- ],
- [
- 46935,
- 3,
- 6,
- 3,
- 0.071117,
- "_EGIHVLDWPFDDGAPPPNQIVDDWLNLLK_"
- ],
- [
- 49038,
- 2,
- 6,
- 2,
- 0.071117,
- "_YGFQEQLLYSVLEELVNSGR_"
- ],
- [
- 45144,
- 3,
- 6,
- 5,
- 0.071117,
- "_NKDQEVNFQEYVTFLGALALIYNEALKG_"
- ],
- [
- 45450,
- 3,
- 8,
- 5,
- 0.099581,
- "_HVVLDEVDQMLDM(Oxidation (M))GFADQVEEILSVAYK_"
- ],
- [
- 49280,
- 2,
- 7,
- 3,
- 0.085356,
- "_QGLLPSLEDLLFYTIAEGQEK_"
- ],
- [
- 34994,
- 3,
- 7,
- 2,
- 0.085356,
- "_MTDDELVYNIHLAVNFLVSLLKK_"
- ],
- [
- 45743,
- 3,
- 12,
- 7,
- 0.15654,
- "_TIFTSPVTPEELLYTDATVIPHLMALLSR_"
- ],
- [
- 39236,
- 2,
- 9,
- 5,
- 0.1138,
- "_(Acetyl (Protein N-term))MIPICPVVSFTYVPSR_"
- ],
- [
- 45907,
- 2,
- 4,
- 5,
- 0.04269,
- "_NCEGAEDLQEALSSILGILK_"
- ],
- [
- 51525,
- 3,
- 5,
- 7,
- 0.056902,
- "_AQLLGEGFADESLDLVAAALFLHPEPFTPPSSPQVGFLR_"
- ],
- [
- 50485,
- 3,
- 6,
- 5,
- 0.071119,
- "_DSASVVDQFFTDTEGLPYSINMNVFLPDITHLR_"
- ],
- [
- 33862,
- 3,
- 7,
- 4,
- 0.085335,
- "_FYTENGVLLLAQLLNEDPVLQLK_"
- ],
- [
- 46824,
- 2,
- 12,
- 6,
- 0.15648,
- "_QLESFYIQTLLDIVSSYGK_"
- ],
- [
- 48573,
- 2,
- 9,
- 6,
- 0.1138,
- "_LEAEAVVNDVLFAVNNMFVSK_"
- ],
- [
- 45641,
- 2,
- 7,
- 6,
- 0.085335,
- "_ITPLEIEVLEETVQTMDTS_"
- ],
- [
- 46589,
- 2,
- 14,
- 5,
- 0.18497,
- "_QMNAFLEGFTELLPIDLIK_"
- ],
- [
- 45228,
- 3,
- 9,
- 7,
- 0.1138,
- "_GAALATLIHQVLEAPGVYVFGELLDMPNVR_"
- ],
- [
- 42040,
- 3,
- 7,
- 3,
- 0.085335,
- "_DLVILLYETALLSSGFSLEDPQTHANR_"
- ],
- [
- 47455,
- 2,
- 11,
- 5,
- 0.14226,
- "_IESLEFLDEMELLEQLMR_"
- ],
- [
- 45693,
- 3,
- 10,
- 7,
- 0.12802,
- "_LPFLAHALYVQAPTVTIEGFLQALSLAVDK_"
- ],
- [
- 49358,
- 2,
- 12,
- 7,
- 0.15648,
- "_DLSAAGIGLLAAATQSLSMPASLGR_"
- ],
- [
- 24542,
- 4,
- 14,
- 7,
- 0.18498,
- "_HAFEIIHLLTGENPLQVLVNAIINSGPR_"
- ],
- [
- 44774,
- 3,
- 7,
- 6,
- 0.085339,
- "_DTYIGYLPLAHVLELTAEISCFTYGCR_"
- ],
- [
- 46706,
- 3,
- 9,
- 7,
- 0.11379,
- "_ESPVQHLVAALLAQLCQPQVLPNLNLDCR_"
- ],
- [
- 50610,
- 3,
- 10,
- 7,
- 0.12802,
- "_AIISELVSISELAQPLESGTHFPLFLLCLQQLAK_"
- ],
- [
- 26581,
- 3,
- 4,
- 4,
- 0.04265,
- "_DNAPPEKEVIESLLSLLFVQK_"
- ],
- [
- 31773,
- 2,
- 13,
- 6,
- 0.1707,
- "_DLATALEQLLQAYPR_"
- ],
- [
- 43171,
- 3,
- 17,
- 7,
- 0.22762,
- "_HAFEIIHLLTGENPLQVLVNAIINSGPR_"
- ],
- [
- 42138,
- 2,
- 8,
- 5,
- 0.09955,
- "_SFWMTLLTDALPLLEQK_"
- ],
- [
- 48855,
- 2,
- 12,
- 5,
- 0.15645,
- "_EFGIDPQNMFEFWDWVGGR_"
- ],
- [
- 51754,
- 3,
- 8,
- 7,
- 0.09955,
- "_LQIQCVVEDDKVGTDMLEEQITAFEDYVQSMDVAAFNKI_"
- ],
- [
- 33811,
- 2,
- 6,
- 4,
- 0.071123,
- "_DEQFYWIIEALGIR_"
- ],
- [
- 44418,
- 2,
- 9,
- 6,
- 0.11377,
- "_VMEELPLMLLSEFSLVDK_"
- ],
- [
- 48960,
- 2,
- 11,
- 6,
- 0.14223,
- "_FDSMWPELANTFEDFLFTK_"
- ],
- [
- 36200,
- 2,
- 8,
- 5,
- 0.09955,
- "_VDTEEWIATIEALLSK_"
- ],
- [
- 47474,
- 2,
- 9,
- 7,
- 0.11376,
- "_VFTPEEAVNFILSCLEDEK_"
- ],
- [
- 41611,
- 2,
- 9,
- 4,
- 0.11376,
- "_LILLYEPLFGLLQEVAR_"
- ],
- [
- 51452,
- 3,
- 7,
- 8,
- 0.085331,
- "_SLGQNPTEAELQDMINEVDADGNGTIDFPEFLTMMAR_"
- ],
- [
- 45557,
- 2,
- 8,
- 5,
- 0.099546,
- "_LALEQLVTTIASVADTIEEK_"
- ],
- [
- 35192,
- 2,
- 6,
- 4,
- 0.07107,
- "_(Acetyl (Protein N-term))AGLEVLFASAAPAITCR_"
- ],
- [
- 31419,
- 3,
- 17,
- 8,
- 0.22761,
- "_TSAADLVTETDHLVEDLIISELR_"
- ],
- [
- 18876,
- 3,
- 10,
- 6,
- 0.12797,
- "_EGPGLAELLANVASSILSHIK_"
- ],
- [
- 48382,
- 3,
- 11,
- 9,
- 0.14221,
- "_LDTNSDGQLDFSEFLNLIGGLAM(Oxidation (M))ACHDSFLK_"
- ],
- [
- 43194,
- 2,
- 20,
- 7,
- 0.2703,
- "_FLEGELIHDLLTIFVSAK_"
- ],
- [
- 45151,
- 2,
- 13,
- 4,
- 0.17066,
- "_FDLLFIMLDQMDPEQDR_"
- ],
- [
- 41423,
- 2,
- 14,
- 5,
- 0.1849,
- "_LLETVLGYISAVAQSMER_"
- ],
- [
- 39314,
- 2,
- 8,
- 5,
- 0.099548,
- "_DLLVLLNEILEQVKDR_"
- ],
- [
- 51466,
- 3,
- 6,
- 8,
- 0.071074,
- "_VAVSADPNVPNVVVTGLTLVCSSAPGPLELDLTGDLESFK_"
- ],
- [
- 40688,
- 2,
- 6,
- 4,
- 0.071074,
- "_LDDDMNLLDIFIEMEK_"
- ],
- [
- 40584,
- 3,
- 6,
- 5,
- 0.071074,
- "_LLSGVEAVNSIVALLSVDFHALEQDASK_"
- ],
- [
- 36015,
- 2,
- 7,
- 5,
- 0.085287,
- "_ATFDEVLELMATGFLR_"
- ],
- [
- 44037,
- 2,
- 4,
- 6,
- 0.042637,
- "_QALNLPDVFGLVVLPLELK_"
- ],
- [
- 47701,
- 3,
- 16,
- 8,
- 0.21334,
- "_VNLIGEHTDYNQGLVLPMALELMTVLVGSPR_"
- ],
- [
- 37971,
- 3,
- 10,
- 7,
- 0.12798,
- "_EGCSGLLEEVFLDLEQHLNELMTK_"
- ],
- [
- 44826,
- 3,
- 8,
- 4,
- 0.099548,
- "_LPEQDIAQGSYIALPLTLLVLLAGYNHDK_"
- ],
- [
- 36747,
- 2,
- 14,
- 8,
- 0.18487,
- "_MVVDAVMMLDDLLQLK_"
- ],
- [
- 42272,
- 3,
- 5,
- 5,
- 0.056856,
- "_DLEQILSQYITFVKPAFEEFCLPTK_"
- ],
- [
- 49259,
- 2,
- 12,
- 5,
- 0.15643,
- "_YFQDADGCELAENITYLGRK_"
- ],
- [
- 48548,
- 3,
- 12,
- 4,
- 0.15643,
- "_EDLVSQGFTEFTIEDFHNTFMDLIEQVEK_"
- ],
- [
- 49582,
- 2,
- 10,
- 5,
- 0.12798,
- "_ESQLALIVCPLEQLLQGINPR_"
- ],
- [
- 46221,
- 2,
- 9,
- 6,
- 0.11377,
- "_IQNDIIDILLTFTQGVNEK_"
- ],
- [
- 46699,
- 2,
- 10,
- 6,
- 0.12799,
- "_GYFDQMLNLILLDPSDDTK_"
- ],
- [
- 32123,
- 2,
- 8,
- 4,
- 0.099508,
- "_CIADVVSLFITVMDK_"
- ],
- [
- 50263,
- 3,
- 15,
- 7,
- 0.19909,
- "_TLPYLVSNVIELLDVDPNDQEEDGANIDLDSQR_"
- ],
- [
- 50129,
- 2,
- 5,
- 7,
- 0.056873,
- "_AVSDASAGDYGSAIETLVTAISLIK_"
- ],
- [
- 42620,
- 2,
- 7,
- 2,
- 0.085304,
- "_QDSIPAFLSSLTLELFSR_"
- ],
- [
- 41753,
- 2,
- 6,
- 7,
- 0.071085,
- "_NCLLLLTYLISELEAAR_"
- ],
- [
- 50637,
- 3,
- 6,
- 5,
- 0.071085,
- "_QLKEDLSSIILLSEEDLQMLVDAPCSDLAQELR_"
- ],
- [
- 31933,
- 3,
- 10,
- 6,
- 0.128,
- "_IMTLEESVQHVVMEAIQELMTK_"
- ],
- [
- 34130,
- 2,
- 7,
- 4,
- 0.085304,
- "_YEDALVLLLTEVLNR_"
- ],
- [
- 48657,
- 3,
- 8,
- 7,
- 0.099522,
- "_IEAELQDICNDVLELLDKYLIPNATQPESK_"
- ],
- [
- 38726,
- 3,
- 12,
- 8,
- 0.15642,
- "_IQQLVQDIASLTLLEISDLNELLKK_"
- ],
- [
- 45301,
- 2,
- 9,
- 5,
- 0.11374,
- "_VQPYLPELMECMLQLLR_"
- ],
- [
- 45367,
- 2,
- 13,
- 7,
- 0.17064,
- "_VDQGTLFELILAANYLDIK_"
- ],
- [
- 44635,
- 3,
- 9,
- 5,
- 0.11374,
- "_GISEFIVM(Oxidation (M))AADAEPLEIILHLPLLCEDK_"
- ],
- [
- 49977,
- 3,
- 9,
- 6,
- 0.11374,
- "_LVIFPDHYEIALPNIEELPALVTIACDAVLSSK_"
- ],
- [
- 49612,
- 2,
- 7,
- 3,
- 0.085306,
- "_TVQTIEACIANFFNQVLVLGR_"
- ],
- [
- 42796,
- 2,
- 7,
- 5,
- 0.085306,
- "_LSVSELNEILEEIETAIK_"
- ],
- [
- 39240,
- 2,
- 8,
- 4,
- 0.099525,
- "_(Acetyl (Protein N-term))ACPLDQAIGLLVAIFHK_"
- ],
- [
- 41532,
- 2,
- 7,
- 5,
- 0.085306,
- "_DYFLFNPVTDIEEIIR_"
- ],
- [
- 33217,
- 2,
- 12,
- 7,
- 0.15643,
- "_AGTDLLNFLSSFIDPK_"
- ],
- [
- 51669,
- 3,
- 14,
- 10,
- 0.18486,
- "_FLGPEIFFHPEFANPDFTQPISEVVDEVIQNCPIDVR_"
- ],
- [
- 37191,
- 2,
- 4,
- 2,
- 0.042669,
- "_YIPDAMNLILLLVTEK_"
- ],
- [
- 47658,
- 2,
- 10,
- 6,
- 0.12796,
- "_DLFGEVDAALPLDILTYEEK_"
- ],
- [
- 50421,
- 2,
- 14,
- 6,
- 0.18486,
- "_TLSNMGILPALEVILGMDDTQVR_"
- ],
- [
- 47253,
- 2,
- 12,
- 8,
- 0.15643,
- "_DFIATLEAEAFDDVVGETVGK_"
- ],
- [
- 50381,
- 2,
- 6,
- 4,
- 0.071095,
- "_ATLVLNSLQDFQPELFGLPSYE_"
- ],
- [
- 38994,
- 2,
- 6,
- 5,
- 0.071095,
- "_(Acetyl (Protein N-term))AGPQPLALQLEQLLNPR_"
- ],
- [
- 49353,
- 2,
- 11,
- 5,
- 0.14222,
- "_DNLIVPILEEEVQNSVSGESEA_"
- ],
- [
- 37477,
- 4,
- 12,
- 8,
- 0.15643,
- "_EGSPLEDLALLEALSEVVQNTENLKDEVYHILK_"
- ],
- [
- 50310,
- 3,
- 13,
- 6,
- 0.17064,
- "_VHTLCLPVVSTLNDVFLGADVQAISGLLANMAVDR_"
- ],
- [
- 37608,
- 2,
- 8,
- 6,
- 0.099531,
- "_CTADILLLDTLLGTLVK_"
- ],
- [
- 38183,
- 3,
- 8,
- 5,
- 0.099531,
- "_DFITALPEQGLDHIAENILSYLDAR_"
- ],
- [
- 42581,
- 4,
- 8,
- 5,
- 0.099531,
- "_FVDAVNSAFWSDADHTDFIDTAGAMLQYAVSLLKPTK_"
- ],
- [
- 51764,
- 3,
- 6,
- 6,
- 0.071112,
- "_TVSNDSFFNFFAPPEVPESGDLDDDAEAILAADFEIGHFLR_"
- ],
- [
- 46107,
- 2,
- 7,
- 4,
- 0.08532,
- "_TFPEIIDYLYETTLPLLK_"
- ],
- [
- 45030,
- 3,
- 9,
- 4,
- 0.11375,
- "_LALCEHPQWTPVVVILGLLQCSIPPVLK_"
- ],
- [
- 51779,
- 3,
- 14,
- 8,
- 0.18487,
- "_TALLDAAGVASLLTTAEVVVTEIPKEEKDPGM(Oxidation (M))GAMGGMGGGMGGGMF_"
- ],
- [
- 42531,
- 2,
- 9,
- 5,
- 0.11375,
- "_LPDLVENNPLVAIEMLLK_"
- ],
- [
- 46900,
- 2,
- 13,
- 6,
- 0.17066,
- "_DPEAPIFQVADYGIVADLFK_"
- ],
- [
- 49922,
- 2,
- 10,
- 5,
- 0.12797,
- "_DFLLPFLEEPMDTEADLQFR_"
- ],
- [
- 42905,
- 2,
- 12,
- 6,
- 0.15641,
- "_DLDDALSMCFLFSTFPR_"
- ],
- [
- 39503,
- 3,
- 6,
- 7,
- 0.071121,
- "_DYVISLGVVKPLLSFISPSIPITFLR_"
- ],
- [
- 39711,
- 2,
- 6,
- 3,
- 0.071121,
- "_VSSDFLDLIQSLLCGQK_"
- ],
- [
- 42924,
- 2,
- 8,
- 6,
- 0.099546,
- "_DLIPIIAALEYNQWFTK_"
- ],
- [
- 29282,
- 2,
- 8,
- 2,
- 0.099546,
- "_DFELAQAYLALFLK_"
- ],
- [
- 45108,
- 3,
- 12,
- 5,
- 0.15641,
- "_FDGMLLAMAQQHEGGVQELVNTFFSFLR_"
- ],
- [
- 48206,
- 3,
- 6,
- 8,
- 0.071121,
- "_GFDPVSTVLHELTFQAMAYDLLPIENDTYK_"
- ],
- [
- 42769,
- 3,
- 9,
- 6,
- 0.11376,
- "_ETMSVSLNQTVTQLQQLLQAVNQQLTK_"
- ],
- [
- 42032,
- 2,
- 9,
- 7,
- 0.11376,
- "_ELLETLGMMDMLFATMR_"
- ],
- [
- 45953,
- 2,
- 9,
- 6,
- 0.11376,
- "_FGMLPLDEPAILVSEFLDR_"
- ],
- [
- 51456,
- 3,
- 9,
- 6,
- 0.11376,
- "_INPLFTGQALLENVPEIQALVQTLQGPFHTAGLLNMGK_"
- ],
- [
- 42043,
- 3,
- 9,
- 7,
- 0.11376,
- "_SKLDQGGVIQDFINALDQLSNPELLFK_"
- ],
- [
- 49636,
- 2,
- 9,
- 5,
- 0.11376,
- "_EADVLFEVLFDEEFPGGLTIR_"
- ],
- [
- 47908,
- 2,
- 10,
- 7,
- 0.12798,
- "_VLLPEGGITAIVEFLEPLEAR_"
- ],
- [
- 29317,
- 2,
- 7,
- 5,
- 0.085346,
- "_EGAILTLLSDIASALR_"
- ],
- [
- 48667,
- 2,
- 2,
- 2,
- 0.014225,
- "_SLNVESNFITGVGILALIDALR_"
- ],
- [
- 51641,
- 3,
- 14,
- 8,
- 0.18489,
- "_SLLPADCQIHLQPQLIPPNMEEYMNSLLSAVLPSVLNK_"
- ],
- [
- 37579,
- 3,
- 7,
- 4,
- 0.085346,
- "_IAAQDLLLAVATDFQNESAAALAAAATR_"
- ],
- [
- 36636,
- 2,
- 11,
- 7,
- 0.1422,
- "_TSDPDVILCNSVELIR_"
- ],
- [
- 48331,
- 3,
- 11,
- 8,
- 0.1422,
- "_GVDNTFADELVELSTALEHQEYITFLEDLK_"
- ],
- [
- 37790,
- 2,
- 10,
- 4,
- 0.12798,
- "_DFDPALLEFLVCPLSK_"
- ],
- [
- 46999,
- 2,
- 15,
- 9,
- 0.19912,
- "_YSTPVDIWSIGTIFAELATK_"
- ],
- [
- 51592,
- 3,
- 3,
- 2,
- 0.028446,
- "_SEPALAPADFVAPLAPLPIPSNLFVPTPDAEEPQLPDGTGR_"
- ],
- [
- 39345,
- 2,
- 7,
- 4,
- 0.085346,
- "_QCPLALDAILGLLSLSVK_"
- ],
- [
- 42610,
- 2,
- 5,
- 7,
- 0.056898,
- "_DGALTLLLDEFENMSVTR_"
- ],
- [
- 28500,
- 2,
- 6,
- 4,
- 0.071119,
- "_GEADFVESLLQLFR_"
- ],
- [
- 29482,
- 2,
- 8,
- 4,
- 0.099567,
- "_DFLPLYFGWFLTK_"
- ],
- [
- 43607,
- 2,
- 8,
- 5,
- 0.099567,
- "_ELEDLIIEAVYTDIIQGK_"
- ],
- [
- 39592,
- 2,
- 8,
- 4,
- 0.099567,
- "_YPIDLAGLLQYVANQLK_"
- ],
- [
- 50558,
- 2,
- 8,
- 5,
- 0.099567,
- "_TDLLIVLSDVEGLFDSPPGSDDAK_"
- ],
- [
- 48500,
- 3,
- 8,
- 6,
- 0.099567,
- "_DQLPGTM(Oxidation (M))ATLSLVNEAQYLLINTSSILELHR_"
- ],
- [
- 48722,
- 2,
- 10,
- 5,
- 0.12801,
- "_YATDSETVEPIISQLVTVLLK_"
- ],
- [
- 43637,
- 4,
- 9,
- 7,
- 0.11379,
- "_VLDVLWELAHLPTLPSSLIQQALEEHLTILSDAYAVK_"
- ],
- [
- 42044,
- 2,
- 12,
- 5,
- 0.15643,
- "_ASTPAILFLDEIDSILGAR_"
- ],
- [
- 45706,
- 2,
- 12,
- 5,
- 0.15643,
- "_SLSSLVVQLLQFQEEVFGK_"
- ],
- [
- 47856,
- 3,
- 6,
- 5,
- 0.071108,
- "_SENVQDLLLLDVTPLSLGIETAGGVMTVLIKR_"
- ],
- [
- 50147,
- 3,
- 5,
- 6,
- 0.056881,
- "_(Acetyl (Protein N-term))AAGVAGWGVEAEEFEDAPDVEPLEPTLSNIIEQR_"
- ],
- [
- 21025,
- 3,
- 8,
- 5,
- 0.099554,
- "_QNSFVAEAMLLMATILHLGK_"
- ],
- [
- 50991,
- 3,
- 5,
- 5,
- 0.056881,
- "_ETARPCYSLALAQLLQSFEDLPLCSILQQIQEK_"
- ],
- [
- 45491,
- 3,
- 11,
- 7,
- 0.14222,
- "_TDICQGALGDCWLLAAIASLTLNDTLLHR_"
- ],
- [
- 42466,
- 3,
- 13,
- 7,
- 0.17064,
- "_LMDLFPLSELVEFLEANEVPRPVTLR_"
- ],
- [
- 47578,
- 2,
- 16,
- 7,
- 0.21329,
- "_IQFNDLQSLLCATLQNVLR_"
- ],
- [
- 44083,
- 2,
- 15,
- 7,
- 0.19907,
- "_NGEVLLEALFLTVDPYMR_"
- ],
- [
- 35801,
- 2,
- 6,
- 5,
- 0.071095,
- "_(Acetyl (Protein N-term))MDFLLGNPFSSPVGQR_"
- ],
- [
- 51411,
- 3,
- 4,
- 2,
- 0.042648,
- "_QASLFPDEKEDNLLGTTCLIATAVITLFNEPSAEDSK_"
- ],
- [
- 40476,
- 2,
- 8,
- 5,
- 0.099548,
- "_PLLMEEISTVLQYVVGR_"
- ],
- [
- 25438,
- 3,
- 5,
- 2,
- 0.056875,
- "_YQVLLDGLVLQGLYQLLEPR_"
- ],
- [
- 37896,
- 2,
- 7,
- 3,
- 0.085321,
- "_GSFVDLGILDVMQIFGR_"
- ],
- [
- 43791,
- 2,
- 6,
- 2,
- 0.071096,
- "_LNTSLAFFLNDLLSVMDR_"
- ],
- [
- 48453,
- 3,
- 5,
- 4,
- 0.056875,
- "_DAIITCNPEEFIVEALQLPNFQQSVQEYR_"
- ],
- [
- 40702,
- 2,
- 7,
- 3,
- 0.085321,
- "_EGMSWIVPVPLLSLLTAK_"
- ],
- [
- 43076,
- 2,
- 8,
- 4,
- 0.099548,
- "_DFSLILDDVAITELSFSR_"
- ],
- [
- 17459,
- 2,
- 8,
- 3,
- 0.099548,
- "_DVNFEFPEFQL_"
- ],
- [
- 42623,
- 3,
- 12,
- 7,
- 0.15644,
- "_LLLTGTPLQNNLEELFHLLNFLTPER_"
- ],
- [
- 37231,
- 2,
- 12,
- 5,
- 0.15644,
- "_TFPEVMIPVFDILLGR_"
- ],
- [
- 49420,
- 2,
- 11,
- 5,
- 0.14222,
- "_TPDFDDLLAAFDIPDPTSLDAK_"
- ],
- [
- 49827,
- 2,
- 11,
- 5,
- 0.14222,
- "_LGDFAFPDEFVFDVWGAIGDAK_"
- ],
- [
- 51546,
- 3,
- 11,
- 5,
- 0.14222,
- "_GAWRPSLNIATVLTSIQLLMSEPNPDDPLMADISSEFK_"
- ],
- [
- 49339,
- 2,
- 11,
- 5,
- 0.14222,
- "_DAPMDSIEWAEVVINVNNILK_"
- ],
- [
- 36280,
- 2,
- 9,
- 5,
- 0.11377,
- "_TELDSFLIEITANILK_"
- ],
- [
- 51645,
- 3,
- 10,
- 6,
- 0.12797,
- "_MDEVIESGLVHDFDASLSGIGQELGAGAYSMSDVLALPIFK_"
- ],
- [
- 48870,
- 2,
- 8,
- 5,
- 0.09952,
- "_YQVLLDGLVLQGLYQLLEPR_"
- ],
- [
- 49017,
- 2,
- 6,
- 2,
- 0.071077,
- "_NPPVNSLSLEFLTELVISLEK_"
- ],
- [
- 51579,
- 3,
- 12,
- 4,
- 0.15642,
- "_DDNPSLQFEAAWALTNIASGTSEQTQAVVQSNAVPLFLR_"
- ],
- [
- 36923,
- 2,
- 7,
- 5,
- 0.085299,
- "_(Acetyl (Protein N-term))AALGVLESDLPSAVTLLK_"
- ],
- [
- 48748,
- 3,
- 7,
- 6,
- 0.085299,
- "_FAVSAESLPETLVIFVADMSRPWTVMESLQK_"
- ],
- [
- 45226,
- 3,
- 13,
- 8,
- 0.17063,
- "_HVVLDEVDQMLDMGFADQVEEILSVAYK_"
- ],
- [
- 51205,
- 3,
- 6,
- 6,
- 0.071072,
- "_EGGVQLLLTIVDTPGFGDAVDNSNCWQPVIDYIDSK_"
- ],
- [
- 42743,
- 3,
- 8,
- 6,
- 0.099506,
- "_LYDIILQNLVELLQLPGLEEDKAFQK_"
- ],
- [
- 37484,
- 2,
- 5,
- 3,
- 0.056845,
- "_TALQAALLETLLDLVDR_"
- ],
- [
- 46366,
- 2,
- 12,
- 6,
- 0.15639,
- "_(Acetyl (Protein N-term))MEYLIGIQGPDYVLVASDR_"
- ],
- [
- 46827,
- 3,
- 9,
- 7,
- 0.11372,
- "_GLLPLVTILGLPNLPIDFPTSAACQAVAGVCK_"
- ],
- [
- 45686,
- 2,
- 9,
- 6,
- 0.11372,
- "_ETYEVLLSFIQAALGDQPR_"
- ],
- [
- 30903,
- 3,
- 5,
- 4,
- 0.056845,
- "_EHLALLAVPMVPLQIILPLIISK_"
- ],
- [
- 33945,
- 2,
- 10,
- 6,
- 0.12794,
- "_DIFGLGPVLLLDATALK_"
- ],
- [
- 36682,
- 3,
- 6,
- 5,
- 0.071075,
- "_VLQTDPATLLHLVQQLEQALEEMK_"
- ],
- [
- 26200,
- 2,
- 7,
- 5,
- 0.085302,
- "_FSNLVLQALLVLLK_"
- ],
- [
- 46770,
- 2,
- 9,
- 3,
- 0.11373,
- "_M(Oxidation (M))EMDDFNEVFQILLNTVK_"
- ],
- [
- 44135,
- 2,
- 9,
- 6,
- 0.11373,
- "_TLDDGFFPFIILDAINDR_"
- ],
- [
- 48654,
- 2,
- 11,
- 7,
- 0.14217,
- "_NPSGLTQYIPVLVDSFLPLLK_"
- ],
- [
- 47692,
- 4,
- 8,
- 7,
- 0.099516,
- "_SKGDEGEEFLEQILPEPVVYADYLLSYIQSIPVVNEEHR_"
- ],
- [
- 42964,
- 3,
- 6,
- 3,
- 0.071075,
- "_TVQDLLNLMHDLSAYSDQFLNMVCVK_"
- ],
- [
- 51717,
- 3,
- 10,
- 8,
- 0.12795,
- "_WLNTPGWPPYLPDLSPGDSLMKPAEELAQLWAAEELDMK_"
- ],
- [
- 41301,
- 2,
- 11,
- 5,
- 0.14217,
- "_DDIGIILINQYIAEMVR_"
- ],
- [
- 48214,
- 3,
- 11,
- 9,
- 0.14217,
- "_LDTNSDGQLDFSEFLNLIGGLAMACHDSFLK_"
- ],
- [
- 44590,
- 2,
- 6,
- 5,
- 0.071075,
- "_AAVFDLDGVLALPAVFGVLGR_"
- ],
- [
- 45736,
- 3,
- 14,
- 4,
- 0.18485,
- "_RFPLDAAIIFSDILVVPQALGMEVTMVPGK_"
- ],
- [
- 49433,
- 2,
- 8,
- 5,
- 0.099522,
- "_(Acetyl (Protein N-term))ADAFGDELFSVFEGDSTTAAGTK_"
- ],
- [
- 47251,
- 2,
- 8,
- 6,
- 0.099522,
- "_LVESECLQANLVEMLFSED_"
- ],
- [
- 34952,
- 2,
- 8,
- 7,
- 0.099522,
- "_(Acetyl (Protein N-term))AELSEEALLSVLPTIR_"
- ],
- [
- 49938,
- 3,
- 8,
- 7,
- 0.099522,
- "_EITCDNFDETVKDGVTLYLLQSVNQLLLTATK_"
- ],
- [
- 41363,
- 3,
- 7,
- 4,
- 0.085295,
- "_IYFLNQLGDLALSAAQSALLLGIGLQHK_"
- ],
- [
- 50360,
- 3,
- 8,
- 5,
- 0.099522,
- "_AASLDCEDLLLPIAAMLSVENVFIRPVDPEYQK_"
- ],
- [
- 49995,
- 2,
- 6,
- 6,
- 0.071075,
- "_AVSGASAGDYSDAIETLLTAIAVIK_"
- ],
- [
- 39679,
- 2,
- 15,
- 7,
- 0.19907,
- "_DQEGQDVLLFIDNIFR_"
- ],
- [
- 48379,
- 2,
- 7,
- 2,
- 0.085295,
- "_DVPFSVVYFPLFANLNQLGR_"
- ],
- [
- 36242,
- 3,
- 10,
- 6,
- 0.12795,
- "_LVAEDIPLLFSLLSDVFPGVQYHR_"
- ],
- [
- 42322,
- 2,
- 10,
- 6,
- 0.12795,
- "_VTENIPQIISFIEGIIAR_"
- ],
- [
- 48075,
- 2,
- 10,
- 5,
- 0.12795,
- "_WGDAGAEYVVESTGVFTTMEK_"
- ],
- [
- 50936,
- 3,
- 6,
- 7,
- 0.071075,
- "_NSEAAMLQELNFGAYLGLPAFLLPLNQEDNTNLAR_"
- ],
- [
- 46177,
- 3,
- 14,
- 9,
- 0.18484,
- "_AAFDDAIAELDTLSEESYKDSTLIMQLLR_"
- ],
- [
- 44585,
- 3,
- 3,
- 2,
- 0.02845,
- "_SLDIEVAAYALLSHFLQFQTSEGIPIMR_"
- ],
- [
- 38065,
- 2,
- 9,
- 6,
- 0.11374,
- "_DSSLFDIFTLSCNLLK_"
- ],
- [
- 51051,
- 2,
- 9,
- 6,
- 0.11374,
- "_GVDLDQLLDMSYEQLMQLYSAR_"
- ],
- [
- 37955,
- 2,
- 6,
- 5,
- 0.071087,
- "_EETLADLTLAQLLAVLR_"
- ],
- [
- 51572,
- 3,
- 6,
- 5,
- 0.071087,
- "_QGLLDMLQALCIPTFQLLEQQNGLQNHPDTVDDLFR_"
- ],
- [
- 49975,
- 3,
- 10,
- 8,
- 0.12795,
- "_DALAQEYLMECIIQVFPDEFHLQTLNPFLR_"
- ],
- [
- 51770,
- 3,
- 12,
- 9,
- 0.15639,
- "_TALLDAAGVASLLTTAEVVVTEIPKEEKDPGMGAMGGMGGGMGGGMF_"
- ],
- [
- 50700,
- 2,
- 12,
- 7,
- 0.15639,
- "_EGGSGSPSFSSPMDIFDMFFGGGGR_"
- ],
- [
- 44346,
- 2,
- 15,
- 7,
- 0.19906,
- "_DYVLNCSILNPLLTLLTK_"
- ],
- [
- 51632,
- 3,
- 9,
- 4,
- 0.11373,
- "_VNAAGTDPSSPVGFVLGVDLLHIFPLEGATFLCPADVTDPR_"
- ],
- [
- 28817,
- 2,
- 12,
- 5,
- 0.15638,
- "_ILFLDVLFPLVVDK_"
- ],
- [
- 50021,
- 3,
- 5,
- 5,
- 0.056881,
- "_DLLSETADPFFVLNSDVICDFPFQAMVQFHR_"
- ],
- [
- 50040,
- 3,
- 5,
- 2,
- 0.056881,
- "_YDLLFMPPSFPFGGMENPCLTFVTPCLLAGDR_"
- ],
- [
- 39836,
- 2,
- 6,
- 5,
- 0.071095,
- "_LLEMLQEWLASLPLDR_"
- ],
- [
- 43606,
- 2,
- 10,
- 7,
- 0.12794,
- "_VTPVDYLLGVADLTGELMR_"
- ],
- [
- 50095,
- 3,
- 12,
- 9,
- 0.15638,
- "_GLLPEPNILQLLNNLGPSASLQLLLNPLLHGSAGGK_"
- ],
- [
- 48761,
- 2,
- 13,
- 8,
- 0.17059,
- "_EGGAGGGFGSPMDIFDMFFGGGGR_"
- ],
- [
- 49834,
- 2,
- 5,
- 2,
- 0.056858,
- "_EEIPVNDGIELLQMVLNFDTK_"
- ],
- [
- 23644,
- 2,
- 5,
- 3,
- 0.056858,
- "_M(Oxidation (M))DILAQVLQILLK_"
- ],
- [
- 30778,
- 2,
- 7,
- 6,
- 0.085308,
- "_NNSNDIVNAIMELTM_"
- ],
- [
- 45339,
- 2,
- 8,
- 6,
- 0.099522,
- "_(Acetyl (Protein N-term))M(Oxidation (M))VNPTVFFDIAVDGEPLGR_"
- ],
- [
- 33032,
- 3,
- 6,
- 4,
- 0.071077,
- "_GITIVVSPLIALIQDQVDHLLTLK_"
- ],
- [
- 40958,
- 3,
- 8,
- 8,
- 0.099522,
- "_KFESQDTVALLEAILDGIVDPVDSTLR_"
- ],
- [
- 48962,
- 2,
- 12,
- 6,
- 0.15638,
- "_SILADDFLDFYLEYFPELK_"
- ],
- [
- 47543,
- 3,
- 11,
- 9,
- 0.14215,
- "_(Acetyl (Protein N-term))MDLGPLNICEEMTILHGGFLLAEQLFHPK_"
- ],
- [
- 37047,
- 2,
- 5,
- 2,
- 0.056858,
- "_ELYCLLLALLLAPSPR_"
- ],
- [
- 29395,
- 2,
- 6,
- 6,
- 0.071077,
- "_(Acetyl (Protein N-term))MEVVEAAAAQLETLK_"
- ],
- [
- 51673,
- 3,
- 12,
- 7,
- 0.15637,
- "_VNLSQDLEHQLQNIIQELNLEILPPPEDPSVPVALNIGK_"
- ],
- [
- 39680,
- 3,
- 7,
- 3,
- 0.085297,
- "_LMADPGNPDLYHVLSVIWQLACEIK_"
- ],
- [
- 51583,
- 3,
- 4,
- 7,
- 0.04265,
- "_DILATTPPPVQPPILTITCPTFGDWAQLAPAVPGLQGALR_"
- ],
- [
- 51429,
- 3,
- 7,
- 6,
- 0.085295,
- "_QCCFNMLTELVNVLPGALTQHIPVLVPGIIFSLNDK_"
- ],
- [
- 48982,
- 3,
- 8,
- 4,
- 0.099514,
- "_AAAGLTVALMPVLNQVAGLLGSGEGGLTESWAEAVR_"
- ],
- [
- 39875,
- 2,
- 5,
- 5,
- 0.056864,
- "_GSLEEQLLQELSSLILR_"
- ],
- [
- 29690,
- 3,
- 10,
- 8,
- 0.12796,
- "_AFDMVHDPMAALETLLTLGFER_"
- ],
- [
- 44077,
- 2,
- 9,
- 6,
- 0.11374,
- "_DAEPDIIEQLVEFAYTAR_"
- ],
- [
- 40153,
- 2,
- 7,
- 3,
- 0.085293,
- "_LVNPDQLLNEIMSILPK_"
- ],
- [
- 46293,
- 3,
- 8,
- 5,
- 0.099508,
- "_AAQVALLYLQELAEELSTALPAPVSCPEGPK_"
- ],
- [
- 35952,
- 2,
- 10,
- 7,
- 0.12796,
- "_DAQVVQVVLDGLSNILK_"
- ],
- [
- 49467,
- 3,
- 9,
- 4,
- 0.11373,
- "_(Acetyl (Protein N-term))MDLNSASTVVLQVLTQATSQDTAVLKPAEEQLK_"
- ],
- [
- 35353,
- 3,
- 9,
- 4,
- 0.11373,
- "_EEFSFIPSAALDLLDHMLTLDPSK_"
- ],
- [
- 29429,
- 2,
- 9,
- 5,
- 0.11373,
- "_DLGFMDFICSLVTK_"
- ],
- [
- 50161,
- 3,
- 6,
- 7,
- 0.071077,
- "_KNDIGDAMVFCLNNAEAAEEIVDCITESLSILK_"
- ],
- [
- 33293,
- 2,
- 8,
- 3,
- 0.099506,
- "_GADPGMPEPTVLSLLWG_"
- ],
- [
- 47235,
- 2,
- 7,
- 8,
- 0.085291,
- "_EIASTLMESEMMEILSVLAK_"
- ],
- [
- 51612,
- 3,
- 10,
- 8,
- 0.12794,
- "_(Acetyl (Protein N-term))MEAPPVTMMPVTGGTINMMEYLLQGSVLDHSLESLIHR_"
- ],
- [
- 40845,
- 2,
- 7,
- 2,
- 0.085291,
- "_DMLLSGSSFNWPYMAIQ_"
- ],
- [
- 43011,
- 2,
- 8,
- 6,
- 0.099501,
- "_(Acetyl (Protein N-term))MEGDAVEAIVEESETFIK_"
- ],
- [
- 44646,
- 3,
- 6,
- 5,
- 0.071074,
- "_AAAAQFQVPWLESVLIVVSNNIDEEALAR_"
- ],
- [
- 51088,
- 3,
- 6,
- 7,
- 0.071074,
- "_ASEPILSVLMWGVNHTINELSNVPVPVMLMPDDFK_"
- ],
- [
- 48711,
- 2,
- 11,
- 7,
- 0.14215,
- "_YPGYMNNDLIGLIASLIPTPR_"
- ],
- [
- 41809,
- 4,
- 7,
- 8,
- 0.085285,
- "_EDDKDVESVMNSVVSLLLILEPDKQEALIESLCEK_"
- ],
- [
- 41959,
- 3,
- 7,
- 8,
- 0.085285,
- "_VVSILGVESQAVSLAACHLLQVMFDALK_"
- ],
- [
- 34132,
- 2,
- 6,
- 4,
- 0.071066,
- "_TVLDLAVVLFETATLR_"
- ],
- [
- 46437,
- 3,
- 3,
- 3,
- 0.028421,
- "_NDLFQMLDTLSLYQGLLSNFPDIIHLQK_"
- ],
- [
- 42873,
- 3,
- 3,
- 2,
- 0.028421,
- "_VDVLSVLFAEEPGLVLEVQEPDLAQVLK_"
- ],
- [
- 24205,
- 2,
- 6,
- 5,
- 0.071066,
- "_LELVELVEDLLLK_"
- ],
- [
- 43380,
- 3,
- 6,
- 4,
- 0.071066,
- "_MALDALLQEIALSEPQLCEVLQVAGPDR_"
- ],
- [
- 51638,
- 3,
- 10,
- 7,
- 0.12793,
- "_DSMCNEFSQIFQLCQFVMENSQNAPLVHATLETLLR_"
- ],
- [
- 37714,
- 2,
- 13,
- 8,
- 0.17059,
- "_(Acetyl (Protein N-term))MDVLAEANGTFALNLLK_"
- ],
- [
- 51312,
- 3,
- 10,
- 7,
- 0.12793,
- "_EDDKDVESVMNSVVSLLLILEPDKQEALIESLCEK_"
- ],
- [
- 46920,
- 2,
- 13,
- 5,
- 0.17059,
- "_(Acetyl (Protein N-term))MEFLLGNPFSTPVGQCLEK_"
- ],
- [
- 37747,
- 2,
- 9,
- 5,
- 0.11371,
- "_DM(Oxidation (M))ANPTALLLSAVMMLR_"
- ],
- [
- 39688,
- 2,
- 9,
- 7,
- 0.11375,
- "_(Acetyl (Protein N-term))AALDSLSLFTSLGLSEQK_"
- ],
- [
- 48068,
- 2,
- 6,
- 4,
- 0.071096,
- "_QTVSMAINEVFNELILDVLK_"
- ],
- [
- 49716,
- 3,
- 6,
- 4,
- 0.071096,
- "_ALLENMEGLFLAVDEIVDGGVILESDPQQVVHR_"
- ],
- [
- 46370,
- 2,
- 11,
- 8,
- 0.14218,
- "_GYTNWAIGLSVADLIESMLK_"
- ],
- [
- 34519,
- 2,
- 7,
- 4,
- 0.085314,
- "_DVILADLLPSLAVYLR_"
- ],
- [
- 44379,
- 3,
- 7,
- 8,
- 0.085314,
- "_GISEFIVMAADAEPLEIILHLPLLCEDK_"
- ],
- [
- 48349,
- 3,
- 8,
- 6,
- 0.099527,
- "_DQLPGTMATLSLVNEAQYLLINTSSILELHR_"
- ],
- [
- 30112,
- 3,
- 4,
- 2,
- 0.042673,
- "_EDEDDKTVLDLAVVLFETATLR_"
- ],
- [
- 45138,
- 2,
- 13,
- 8,
- 0.1706,
- "_AYLDQTVVPILLQGLAVLAK_"
- ],
- [
- 43311,
- 2,
- 10,
- 7,
- 0.12796,
- "_IQDALSTVLQYAEDVLSGK_"
- ],
- [
- 39672,
- 2,
- 8,
- 4,
- 0.099527,
- "_(Acetyl (Protein N-term))STTLLSAFYDVDFLCK_"
- ],
- [
- 48456,
- 3,
- 9,
- 7,
- 0.11375,
- "_TVQDLTSVVQTLLQQMQDKFQTMSDQIIGR_"
- ],
- [
- 42842,
- 2,
- 10,
- 7,
- 0.12796,
- "_DVTEALILQLFSQIGPCK_"
- ],
- [
- 45647,
- 2,
- 13,
- 7,
- 0.1706,
- "_DYVLDCNILPPLLQLFSK_"
- ],
- [
- 50157,
- 2,
- 5,
- 4,
- 0.056885,
- "_LIGDTPIDTFLMEMLEAPHQLA_"
- ],
- [
- 46061,
- 2,
- 2,
- 2,
- 0.014212,
- "_DDLIASILSEVAPTPLDELR_"
- ],
- [
- 50499,
- 3,
- 4,
- 2,
- 0.042673,
- "_ENVADQIAFQAAGGLTALEHILQAVVPATNVNTVLR_"
- ],
- [
- 46776,
- 3,
- 10,
- 8,
- 0.12796,
- "_TAFDEAIAELDTLSEESYKDSTLIMQLLR_"
- ],
- [
- 49783,
- 3,
- 3,
- 5,
- 0.028444,
- "_IDNADELLESFLEGFHDESTQVQLQLLTAIVK_"
- ],
- [
- 37586,
- 3,
- 7,
- 7,
- 0.085327,
- "_VFYEEELDVPLVLFNEVLDHVLR_"
- ],
- [
- 40065,
- 3,
- 8,
- 8,
- 0.099541,
- "_IQDLIDDKDALVFVLIDEVESLTAAR_"
- ],
- [
- 45951,
- 3,
- 9,
- 5,
- 0.11375,
- "_HYLSATDMLVSAVESLEGPLLQVEGLSDLR_"
- ],
- [
- 42703,
- 3,
- 9,
- 6,
- 0.11375,
- "_DLDANGDAQVDFSEFIVFVAAITSACHK_"
- ],
- [
- 49425,
- 2,
- 11,
- 5,
- 0.14219,
- "_GNPPLWLALANNLEDIASTLVR_"
- ],
- [
- 46652,
- 2,
- 5,
- 5,
- 0.056925,
- "_ADAEDLLDSFLSNILQDCR_"
- ],
- [
- 38889,
- 2,
- 4,
- 4,
- 0.042711,
- "_TAAFLIPLLVWITTLPK_"
- ],
- [
- 36511,
- 2,
- 5,
- 3,
- 0.056925,
- "_VFTLDVVLALLELPER_"
- ],
- [
- 23944,
- 3,
- 4,
- 2,
- 0.042711,
- "_DVIEQLNLVTTWLQLQIPR_"
- ],
- [
- 45828,
- 2,
- 14,
- 7,
- 0.18489,
- "_TLWTVLDAIDQMWLPVVR_"
- ],
- [
- 32845,
- 3,
- 4,
- 5,
- 0.042711,
- "_ELQALYALQALVVTLEQPPNLLR_"
- ],
- [
- 42352,
- 2,
- 6,
- 5,
- 0.071148,
- "_GEAIEAILAALEVVSEPFR_"
- ],
- [
- 37229,
- 2,
- 6,
- 7,
- 0.071148,
- "_DMANPTALLLSAVMMLR_"
- ],
- [
- 46806,
- 3,
- 5,
- 4,
- 0.056934,
- "_DACACLLDLLLAFPSCQPPLSLLLEHLPK_"
- ],
- [
- 43228,
- 2,
- 5,
- 5,
- 0.056934,
- "_FPFIPMPLDYILPELLK_"
- ],
- [
- 45889,
- 2,
- 6,
- 4,
- 0.071148,
- "_TDLLSSLEMILSPTVVSILK_"
- ],
- [
- 41274,
- 2,
- 7,
- 4,
- 0.085396,
- "_YLLDGISYLLQMLNYR_"
- ],
- [
- 38844,
- 2,
- 5,
- 5,
- 0.056934,
- "_(Acetyl (Protein N-term))MDALQLANSAFAVDLFK_"
- ],
- [
- 22909,
- 2,
- 5,
- 3,
- 0.056934,
- "_MDILAQVLQILLK_"
- ],
- [
- 36483,
- 3,
- 7,
- 4,
- 0.085396,
- "_DDEAAAVALSSLIHALDDLDM(Oxidation (M))VAIVR_"
- ],
- [
- 28135,
- 4,
- 5,
- 3,
- 0.056934,
- "_LEWRGEGEAPQSLLTMEEIQSVEETQIK_"
- ],
- [
- 40238,
- 3,
- 8,
- 8,
- 0.099607,
- "_LSDQTILFQGAGEAALGIAHLIVMALEK_"
- ],
- [
- 35157,
- 2,
- 7,
- 5,
- 0.085396,
- "_MDILDVLTLAAQELSR_"
- ],
- [
- 47440,
- 2,
- 6,
- 5,
- 0.071148,
- "_LQELDGELEAALGLLDIILAK_"
- ],
- [
- 49599,
- 3,
- 6,
- 6,
- 0.07115,
- "_IDNADELLESFLEGFHDESTQVQLTLLTAIVK_"
- ],
- [
- 50453,
- 3,
- 6,
- 7,
- 0.07115,
- "_IGEGLDQALPCLTELILTNNSLVELGDLDPLASLK_"
- ],
- [
- 43366,
- 2,
- 6,
- 4,
- 0.07115,
- "_EILEQLLEAIVVATNPSGR_"
- ],
- [
- 50070,
- 2,
- 5,
- 3,
- 0.056938,
- "_DIETFYNTTVEEMPMNVADLI_"
- ],
- [
- 48751,
- 2,
- 7,
- 4,
- 0.085363,
- "_DLNPEDFWEIIGELGDGAFGK_"
- ],
- [
- 47222,
- 2,
- 11,
- 6,
- 0.14225,
- "_DYLDGVGDTLDLVVIGAYLGR_"
- ],
- [
- 43644,
- 2,
- 7,
- 6,
- 0.085363,
- "_MVPDFYVDSIADLLPALQG_"
- ],
- [
- 35701,
- 2,
- 12,
- 6,
- 0.15646,
- "_DTTPDELLSAVMTAVLK_"
- ],
- [
- 47311,
- 2,
- 10,
- 6,
- 0.12804,
- "_ELLGELDGIDVLLQQLSVFK_"
- ],
- [
- 46615,
- 2,
- 10,
- 5,
- 0.12804,
- "_GDTLLQALDLLPLLIQTVEK_"
- ],
- [
- 46472,
- 3,
- 10,
- 6,
- 0.12804,
- "_GSSLCDIAILVVDIMHGLEPQTIESINLLK_"
- ],
- [
- 47163,
- 3,
- 7,
- 4,
- 0.085363,
- "_DDISVEALQEQLTSVVQEIGHLIDPIATAAR_"
- ],
- [
- 29156,
- 2,
- 9,
- 5,
- 0.11382,
- "_DLLVLLNEILEQVK_"
- ],
- [
- 36110,
- 3,
- 7,
- 4,
- 0.085363,
- "_DDEAAAVALSSLIHALDDLDMVAIVR_"
- ],
- [
- 43522,
- 3,
- 7,
- 5,
- 0.085363,
- "_GLIDGVVEADLVEALQEFGPISYVVVMPK_"
- ],
- [
- 33303,
- 2,
- 7,
- 5,
- 0.085363,
- "_(Acetyl (Protein N-term))TQFLPPNLLALFAPR_"
- ],
- [
- 37118,
- 2,
- 8,
- 3,
- 0.099577,
- "_(Acetyl (Protein N-term))MEAVLNELVSVEDLLK_"
- ],
- [
- 36233,
- 2,
- 7,
- 5,
- 0.085363,
- "_(Acetyl (Protein N-term))AELTALESLIEMGFPR_"
- ],
- [
- 45883,
- 2,
- 8,
- 4,
- 0.099577,
- "_(Acetyl (Protein N-term))AAADGDDSLYPIAVLIDELR_"
- ],
- [
- 40372,
- 2,
- 7,
- 3,
- 0.085363,
- "_DGLNEAWADLLELIDTR_"
- ],
- [
- 51716,
- 3,
- 7,
- 8,
- 0.085363,
- "_LAELNSYVPVTAYTGPLVEDFLSGFQVVVLTNTPLEDQLR_"
- ],
- [
- 49733,
- 3,
- 8,
- 6,
- 0.099577,
- "_ILDDEAAQELMPVVAGAVFTLTAHLSQAVLTEQK_"
- ],
- [
- 43559,
- 2,
- 9,
- 4,
- 0.11379,
- "_DVTEVLILQLFSQIGPCK_"
- ],
- [
- 48734,
- 3,
- 9,
- 7,
- 0.11379,
- "_ICELLPEAAINDVYLAPLLQCLIEGLSAEPR_"
- ],
- [
- 50432,
- 2,
- 11,
- 8,
- 0.1423,
- "_DIEQYYSTQIDEMPMNVADLI_"
- ],
- [
- 51260,
- 3,
- 12,
- 7,
- 0.15652,
- "_DEDKDLFPLLECLSSVATALQSGFLPYCEPVYQR_"
- ],
- [
- 33749,
- 3,
- 10,
- 5,
- 0.12806,
- "_YDCGEEILITVLSAMTEEAAVAIK_"
- ],
- [
- 41159,
- 2,
- 10,
- 5,
- 0.12806,
- "_VPIPCYLIALVVGALESR_"
- ],
- [
- 51446,
- 3,
- 10,
- 6,
- 0.12806,
- "_NLVLVDELDSLSPILFCQIADLANEDTPQLYVACGR_"
- ],
- [
- 41635,
- 2,
- 12,
- 5,
- 0.15651,
- "_(Acetyl (Protein N-term))VNPTVFFDIAVDGEPLGR_"
- ],
- [
- 44160,
- 2,
- 10,
- 4,
- 0.12805,
- "_ETPEEVAADVLAEVITAAVR_"
- ],
- [
- 44482,
- 2,
- 14,
- 6,
- 0.18493,
- "_DMEALLPLMNMVIYSIDK_"
- ],
- [
- 49932,
- 2,
- 16,
- 7,
- 0.21335,
- "_DIETFYNTSIEEMPLNVADLI_"
- ]
- ],
- "hovertemplate": "MaxQuant Reference Intensity (Log10)=%{x} SWAPS Inferred Intensity (Log10)=%{y} mz_rank=%{customdata[0]} Charge=%{customdata[1]} Number of scans=%{customdata[2]} Number of isotopic peaks=%{customdata[3]} Retention length=%{customdata[4]} Modified sequence=%{customdata[5]} color=%{marker.color} ",
- "legendgroup": "",
- "marker": {
- "color": [
- 0.2134601078588201,
- 0.5889984626520116,
- 0.1966847856096613,
- 1.3320108762848062,
- 0.6712413550643366,
- 0.4172177282290358,
- 0.0011205152515072901,
- 0.5834597497525388,
- 1.0279609033742088,
- 0.1722383967989169,
- 0.22306070511248985,
- 0.48774345809800307,
- 1.0312201467981121,
- 1.1793071907619328,
- 0.07742174693484799,
- 0.12144415010824944,
- 0.8779107669513143,
- 0.723104892518565,
- 0.05790637017585372,
- 0.9623673296667676,
- 1.013545711182914,
- 1.3358391492547737,
- 0.8341363052088914,
- 0.03155255332773211,
- 0.39571109063358606,
- 0.09102307452350612,
- 0.8620550141027266,
- 0.05974744018151676,
- 1.021272852108734,
- 0.28826961176674365,
- 0.3864206764551718,
- 0.8455034250131296,
- 1.2497833096613342,
- 0.09330820176409438,
- 0.4649795752712475,
- 1.3689128287478642,
- 0.4627582302691594,
- 0.2938878647465934,
- 0.14433099237730868,
- 0.34138509037960846,
- 0.04599807915746186,
- 0.9048451741683289,
- 0.27391667206623377,
- 0.6820744783588725,
- 0.10890078575038388,
- 0.008796198943451456,
- 0.32280945792418586,
- 0.48182283204069937,
- 0.44984262105299316,
- 0.7163433685158795,
- 0.21865303705913552,
- 0.19713297923818396,
- 0.08985406371716233,
- 0.7719367821866583,
- 0.2468615072824707,
- 0.5030430768325632,
- 1.0953305445871535,
- 0.9498367880422359,
- 0.9328445409961164,
- 0.7132909652467749,
- 0.6980881645260217,
- 1.148838008713089,
- 1.233517656195764,
- 0.4721514398030009,
- 1.129536025644397,
- 0.5351089659569368,
- 1.297089315716172,
- 0.8282717921223955,
- 0.9973512174310901,
- 1.0326266929445576,
- 0.1600474131836828,
- 0.6006551254952726,
- 0.8598331298266177,
- 1.2888573542906048,
- 1.389563178605187,
- 0.6058327288485705,
- 0.6712787080953372,
- 1.365636246887512,
- 0.24371888283714252,
- 0.42306092262560874,
- 1.1226290036914368,
- 0.4633790863792687,
- 0.6695974062927872,
- 0.21556005410430837,
- 0.12259133890066433,
- 0.294876926624496,
- 0.06382789153680453,
- 0.08523220621947147,
- 0.04305901957999007,
- 0.10351944324653639,
- 0.31100231893930436,
- 1.0112053015936455,
- 0.8302777771324936,
- 0.6851865124771819,
- 0.045643287012165634,
- 0.7225329826779058,
- 1.2412049275542822,
- 1.384976728063077,
- 1.33997937383427,
- 1.3881008413158737,
- 1.24660931624638,
- 0.816725124902106,
- 0.6783816616733732,
- 1.1426666412493725,
- 0.3559945387207123,
- 0.13855247352928624,
- 0.8496947412445354,
- 0.21414992920306028,
- 0.3952029527681431,
- 0.5583616850426423,
- 0.4697994083874621,
- 1.2599487452344484,
- 0.4623905644634632,
- 1.1103702013753056,
- 0.7620780214480053,
- 0.08677470410130539,
- 0.1408680727476536,
- 1.3885302625696097,
- 0.04360291062204047,
- 1.1755026252231082,
- 0.006552976571250705,
- 0.7437075461079147,
- 0.7647883095031613,
- 0.9885489175263946,
- 0.5304102398572601,
- 0.8985898873966411,
- 0.18586480092813185,
- 1.2725320365156207,
- 1.12979636665403,
- 0.11805993563655565,
- 0.5922116575977856,
- 1.268577710189081,
- 1.4091778377380222,
- 0.40334822643499,
- 1.1514044422881986,
- 1.270461284512869,
- 0.5049134574664536,
- 0.24781639870136582,
- 0.9484651168732438,
- 0.5570271567219792,
- 0.45925560923124825,
- 1.254542382858362,
- 0.7347978281484087,
- 0.02890169643805519,
- 0.6183419062989456,
- 0.6667665574232039,
- 1.3597644686181674,
- 1.035310898265256,
- 0.2957400022370539,
- 0.24320266097559362,
- 0.8926776045478331,
- 0.8425731444763027,
- 0.29417670094297044,
- 1.049163932632491,
- 0.5557835496546998,
- 1.1170548635513546,
- 1.374418745862793,
- 0.8439280316355112,
- 1.2432125494439132,
- 1.0896153313020636,
- 1.2130590712410458,
- 0.9786298126457535,
- 0.43086821201744335,
- 0.8459320715745218,
- 1.0807342459137714,
- 0.21271646622310458,
- 0.6678603180554787,
- 1.2206863909855588,
- 0.893339534057075,
- 0.7963450100264715,
- 0.9358853921646462,
- 0.9875951911150311,
- 0.04542784672119425,
- 0.6026242457395906,
- 0.5310910616701714,
- 1.4080763005404382,
- 1.001690364851092,
- 1.0173489778793556,
- 0.8998933802014409,
- 0.18740727868101714,
- 0.5445023410551239,
- 1.1171343583771554,
- 1.0173853530638788,
- 0.9320032478405659,
- 0.28562311610502344,
- 0.01715337352207244,
- 0.23808584105342046,
- 0.3053444566587287,
- 1.32818905044837,
- 0.4643858626872358,
- 0.5292678767674087,
- 0.5163918649089871,
- 0.15716115201872094,
- 1.163531010233722,
- 1.2421861357858666,
- 1.0895825485748047,
- 1.3260375709117431,
- 0.7037524105518891,
- 0.7097776532260253,
- 0.45697614046130036,
- 0.08192818655444964,
- 0.09859983608683946,
- 0.7114549074730069,
- 0.9933870155343597,
- 0.7277006367991864,
- 0.5794579457430509,
- 1.1626511018214347,
- 1.2947694153253888,
- 1.3896981379979347,
- 0.18356232343184775,
- 1.0085131225781387,
- 0.8362383256391326,
- 0.978210808120618,
- 0.3273227393163798,
- 0.16622377287942572,
- 1.3203178007680183,
- 0.11161446349306481,
- 1.0900272740831576,
- 0.5775263194706871,
- 1.0152830247066162,
- 0.19837552150751805,
- 0.6245349183818094,
- 0.9723737834820465,
- 0.4297752876905389,
- 0.8331017044051865,
- 0.43233121836672705,
- 0.8276229500396545,
- 0.3291193332321632,
- 0.9538680987448755,
- 1.3426504084079,
- 0.06429915985666329,
- 1.3040309969080113,
- 0.9320264775746395,
- 0.2715018557005832,
- 0.22292795296552756,
- 0.4006951868599951,
- 0.928912904334024,
- 0.4650593466082525,
- 0.38355402386693094,
- 0.832842650747541,
- 0.7884420201521491,
- 0.38156986606708293,
- 0.9876666855935908,
- 1.2306996444240175,
- 0.31408291409685424,
- 0.41861721398503204,
- 0.818015222102851,
- 0.7647906402426294,
- 0.8977498865471021,
- 0.5377535331432097,
- 0.25776601903124596,
- 0.30011598615087004,
- 0.49005833660562115,
- 1.1520716919889573,
- 1.2824734741952541,
- 0.9349519266242923,
- 0.1875101283204391,
- 1.0292919510902052,
- 0.4723495992824575,
- 0.3168804082813031,
- 0.17881851398101758,
- 1.2773103135550072,
- 1.1690137439308719,
- 0.44147534816102013,
- 1.2296341998457918,
- 0.5743689872650136,
- 0.9205282468963982,
- 0.11557167827232771,
- 0.7649599346535717,
- 0.24145338379629927,
- 1.2766984030308168,
- 0.36308525281866144,
- 0.7950170417683757,
- 1.1386334293484757,
- 1.2137276767573844,
- 1.2102110662151342,
- 0.12387216965292622,
- 0.20111172660850832,
- 0.5442397054585814,
- 0.2070698508297888,
- 0.09827591203626719,
- 0.611880321187359,
- 1.1260112828705209,
- 1.067460582306868,
- 0.7152408293439573,
- 0.4778507502863794,
- 0.9496385195616045,
- 0.5083615685001838,
- 0.9518018273323818,
- 1.204834078425415,
- 0.48017772747545884,
- 0.8774572640024428,
- 0.22908445168079306,
- 1.3931482249141591,
- 0.030586676799611502,
- 1.3677143522893525,
- 1.1765835277985135,
- 1.236733927310316,
- 0.9630746406996002,
- 1.098833924894651,
- 1.1720349554552307,
- 0.42722532109445666,
- 0.6359900049669137,
- 1.2453285348481433,
- 0.4487192519216804,
- 1.032875975383975,
- 0.7399322399124866,
- 0.9049618312447937,
- 0.732838655872925,
- 1.0139722441868877,
- 1.0208464242294084,
- 1.2887151520981082,
- 0.7147627285408341,
- 0.6857588437078883,
- 1.3443427168064195,
- 1.150176317842439,
- 0.7879637703207509,
- 0.3821748893218618,
- 1.2773875892118853,
- 1.2912639814937346,
- 1.1009399446690527,
- 0.21717459486015833,
- 1.1969110605556519,
- 0.48906826520222213,
- 0.4737046302043314,
- 0.0010666093989009397,
- 0.7159718770834824,
- 1.125118865625023,
- 0.2300023363362205,
- 1.3286079864421443,
- 1.2390266058670112,
- 1.067073634959822,
- 0.9282876852191966,
- 0.4402843143293402,
- 0.5492787729619337,
- 0.4101523388129913,
- 1.3935400723549785,
- 0.5332540582992873,
- 0.33140792038817507,
- 0.8604620553805793,
- 1.3011663046415405,
- 1.0891224027547548,
- 0.4899525321762828,
- 0.4970317095168393,
- 0.34521734377458624,
- 0.8258241317741501,
- 0.860594248564275,
- 0.6916471824566331,
- 0.6012155094045414,
- 1.2965171658665224,
- 0.4951195535030288,
- 1.3310631634381933,
- 0.8648338199151195,
- 0.34966068212074913,
- 0.3270900350699344,
- 1.1058271226665177,
- 1.3081553740630676,
- 1.146878117315699,
- 1.2006790047954932,
- 1.3675626872036546,
- 0.4360762704758735,
- 0.21759200806300952,
- 0.7549279018202051,
- 1.3692067436032138,
- 0.2668387789259423,
- 0.868320987038037,
- 0.7967362220071834,
- 0.04244767283945522,
- 1.4023681718182106,
- 0.8582654965763142,
- 1.3226622384538353,
- 0.3616489652956535,
- 0.3686902639228843,
- 0.4085052363205944,
- 0.6678101302878281,
- 0.6574668787348927,
- 0.9699253863385339,
- 0.09120187658018027,
- 0.7031779374152203,
- 0.3061045600367487,
- 0.5833275981819116,
- 0.9413470201729125,
- 0.642946699820688,
- 0.6914990031665076,
- 0.7261524140297264,
- 0.22496875272332814,
- 0.5344758036027055,
- 0.7121105195330476,
- 0.19472673663425957,
- 0.7454383892397053,
- 1.347817983980008,
- 0.12474682671584429,
- 0.18888235655504096,
- 1.35016396996302,
- 1.207606877370458,
- 1.1772686309386655,
- 0.4991893837199039,
- 1.1307215782448254,
- 0.788217443968353,
- 0.2571091165989736,
- 1.267269963939311,
- 0.550309791369688,
- 0.17173069952379766,
- 0.1656603946804556,
- 0.7601999699980572,
- 0.03971087532075399,
- 0.9766395848702747,
- 0.9386445680757446,
- 0.352087696491021,
- 0.3495799963560026,
- 0.36303782748564895,
- 1.3303866656304637,
- 0.4380396943714273,
- 0.008859343163816652,
- 0.5497210148756655,
- 1.374924578354817,
- 1.1002512270106675,
- 1.038493768006629,
- 0.15042191577842684,
- 0.5973070569619354,
- 0.20688882102584885,
- 0.4317378343644822,
- 0.24168393585964826,
- 0.36829630526946305,
- 0.8257239507003228,
- 1.2945046570798855,
- 0.0886947963181105,
- 0.5954060483451443,
- 0.4805822976686949,
- 0.8555486290838309,
- 1.3039427489832998,
- 0.05824406911100807,
- 0.3924391844245524,
- 1.233773512663522,
- 1.1016785656048484,
- 0.09080308807023724,
- 0.8259071202140023,
- 1.380357540602261,
- 0.6440470381906962,
- 0.03292678956485713,
- 0.24749804494792557,
- 0.8075007652405021,
- 0.7159327604149556,
- 0.06750959765628005,
- 0.38635181857405193,
- 0.34203688250716335,
- 1.1960095686656493,
- 0.024342572044589825,
- 0.9197188601070794,
- 0.8433963006467722,
- 0.19400386249926477,
- 1.2793747742344175,
- 0.8448714540622742,
- 0.8164173556897661,
- 0.9077971515706849,
- 0.7267464408774758,
- 0.03648873749016656,
- 0.3180435656501215,
- 0.2525277331042472,
- 0.2136179968006853,
- 0.19193291134854853,
- 1.0932851020170393,
- 0.9572018510904391,
- 1.3767135506358499,
- 0.9126580516795073,
- 0.0821782637741515,
- 0.30009845814986974,
- 0.06824687101163329,
- 0.46509122910482303,
- 0.9414649346472933,
- 1.0811770228989566,
- 1.255766083687864,
- 0.47182345982093005,
- 0.6461265183178302,
- 1.093540373708008,
- 0.2753025378945547,
- 1.3548064832498914,
- 1.3356492426830615,
- 0.7407716624301383,
- 0.32621834289137186,
- 0.3556992093263387,
- 0.05181158518261208,
- 1.0724099967575642,
- 0.4238947800848756,
- 0.15895299505249033,
- 1.2283101411173585,
- 1.412896017798949,
- 0.5028355164617119,
- 0.5394882508427723,
- 1.331121145132561,
- 0.7356320187559082,
- 0.47942302731937025,
- 1.1282013651282388,
- 0.42712917277841606,
- 0.8409664664906806,
- 1.1190676713555303,
- 0.6525141184471513,
- 1.1272683505677799,
- 0.8576924475663821,
- 0.13068841182043234,
- 0.5006955679507898,
- 0.2193565977685674,
- 0.8894940987406332,
- 0.4395074285235506,
- 0.4959824661045877,
- 0.9377444724717335,
- 0.24225728880373623,
- 0.9153277764827503,
- 0.08539433486417254,
- 0.4047416129886634,
- 0.035764208958315315,
- 0.6637530097640204,
- 0.508403171943826,
- 0.7702023425839265,
- 0.789781659053717,
- 1.3848902074993952,
- 0.32640702708463165,
- 0.6910264017580963,
- 0.40378624476650077,
- 0.40759274269361906,
- 0.7400942478822204,
- 0.43087187940449084,
- 0.49444807302018623,
- 0.5019977613514788,
- 0.8603976778623176,
- 0.4639381045241017,
- 0.7795553642169305,
- 0.3908197097168198,
- 1.0569720202374884,
- 0.4075773856938937,
- 1.1348274617305498,
- 0.4823377457835025,
- 0.13270201029336656,
- 0.5917427003904238,
- 0.7173154569471706,
- 0.8431803013931436,
- 0.11739235462663479,
- 0.9518851503086019,
- 0.9341937997890076,
- 0.8082453505786495,
- 0.3283045743704066,
- 0.46497047177575795,
- 0.08759349077644443,
- 0.7885952072872875,
- 0.7338747941572836,
- 0.49907292712754764,
- 0.31489544273789116,
- 1.174607995956843,
- 1.288077004610256,
- 0.5119281349688858,
- 0.3131503168082677,
- 0.28359668610287936,
- 0.9759822894399494,
- 0.7091289537022563,
- 0.9329599715853861,
- 0.5407878091328839,
- 1.106830730982674,
- 0.21272139754105668,
- 0.030797982930492174,
- 0.13548112370769994,
- 1.366719718374459,
- 1.069311933970328,
- 0.5544973895637773,
- 0.37796860979011276,
- 0.1553910292015919,
- 1.133244695933378,
- 0.8903815476203226,
- 0.3640212123857135,
- 0.6297867052489263,
- 0.7842997757757704,
- 0.8257474109527436,
- 0.6725921513866956,
- 0.18749069061809423,
- 0.9334570488746079,
- 0.04937583744150849,
- 0.9712095133979232,
- 1.180843384280364,
- 0.5923070187303582,
- 1.2234170112080447,
- 0.35689610651900444,
- 0.7289950192636708,
- 1.188570045835777,
- 0.4765551537216834,
- 0.25169834113626943,
- 0.5405668276796413,
- 0.8309049355803445,
- 0.6168357275619107,
- 1.3269747892973078,
- 0.08408466058672952,
- 0.496873291212273,
- 0.8077323019832484,
- 0.6034716276370826,
- 0.9199428088111961,
- 0.23589365744735896,
- 0.6693897250854614,
- 0.3534086493018712,
- 1.041137013056527,
- 0.1841833218896959,
- 0.31547452193275405,
- 0.8341428467135011,
- 0.22951572335214793,
- 0.6100151657440908,
- 1.099315189733726,
- 0.05037239351870301,
- 0.6025089709826054,
- 0.6937280233381453,
- 0.9746877638510371,
- 0.8954844388183378,
- 0.28249462757066546,
- 1.0485461756054757,
- 0.7475829302498292,
- 0.8754891678300923,
- 0.7929200551932282,
- 0.41905806828469433,
- 0.7848733076233041,
- 0.9295373922715213,
- 0.1942663259520946,
- 0.4330172969270892,
- 1.2812100649012828,
- 0.954671096162443,
- 0.7269471733032171,
- 0.4776863377653631,
- 0.14491544833340772,
- 0.5908451807069639,
- 0.37355682040573085,
- 0.7192701857587213,
- 1.1886109601999855,
- 0.7021976393693101,
- 0.693192658155154,
- 0.5224895734164685,
- 0.6117286464605195,
- 0.8703461837359336,
- 0.089998593920466,
- 0.4475176190697116,
- 0.7429761788705804,
- 1.1989266083791346,
- 0.2788209904427154,
- 0.6244730240532346,
- 1.0093187361010272,
- 0.45221048898308647,
- 0.1048821894810914,
- 1.0853409787286141,
- 0.38278915681322223,
- 0.8818236970480818,
- 0.32970440385897093,
- 0.5871216464978866,
- 0.3958215040792658,
- 0.33855018595136194,
- 0.3784209541295615,
- 1.2671961545205137,
- 0.7188345992878633,
- 0.3629405895799392,
- 0.6830881079290757,
- 0.28291763217306604,
- 0.42112068021611565,
- 0.12541175029322232,
- 1.3742591876614834,
- 0.29439882469382644,
- 0.5758216552437981,
- 1.1528741672202316,
- 0.3765828956820223,
- 0.8386702739054778,
- 0.4762155601463015,
- 0.39869696684700895,
- 1.0810472303220753,
- 1.0078638483771198,
- 0.4361503527928715,
- 1.3187597103438307,
- 0.9990366391145994,
- 1.2569498706698867,
- 0.3807208877565721,
- 1.1165650597710184,
- 0.3280110333077716,
- 0.36748011945989983,
- 0.5205842862932473,
- 0.7454246003644047,
- 1.0463731849510975,
- 0.39532738022731656,
- 0.8753643216200713,
- 0.7917711264054347,
- 0.11398042273191746,
- 0.3355969333426772,
- 0.7929222376670906,
- 1.0816668361670383,
- 0.1455993632063411,
- 0.04237986571798357,
- 0.6892318061603807,
- 0.09683786045207411,
- 1.147693405088312,
- 0.013868021920848598,
- 0.7175715802480788,
- 0.6458755606035645,
- 0.7304193281832628,
- 0.7298153829876562,
- 1.2821306624328677,
- 0.5714948192471309,
- 1.214150474763005,
- 1.3173735246404303,
- 0.8902307768555295,
- 0.033101879398810354,
- 0.6565554888100699,
- 0.9693089609169047,
- 0.8978595202151897,
- 0.9553706402994562,
- 0.637270609185652,
- 0.5774288262278687,
- 0.6920303031812347,
- 0.299404624305227,
- 0.02078794817100481,
- 0.15084875331340986,
- 1.1595710337342562,
- 0.9389965885014222,
- 1.3083057411624006,
- 0.9894642807531012,
- 1.004094759544411,
- 0.6189127514967557,
- 0.45460731766149054,
- 0.2693273813654679,
- 1.0773999639250884,
- 0.030190939042272172,
- 0.6799744405263404,
- 1.1731260407715218,
- 0.42364471646028623,
- 1.1260588417785395,
- 0.4539061903156704,
- 0.5174464391911272,
- 0.5352093962493214,
- 1.0124707181531933,
- 1.381587056058479,
- 0.8876984178274215,
- 1.1933988991374223,
- 1.3466233587551613,
- 1.3996414392594436,
- 0.6372906171836934,
- 0.2815742064033309,
- 1.4030576112547208,
- 0.16207973214417823,
- 1.24578679750482,
- 0.8334322580623396,
- 0.3033737738599289,
- 0.024489329778916085,
- 0.3693642915234612,
- 0.7364201419142283,
- 0.811257701796049,
- 0.6969372913318697,
- 1.1771006410364933,
- 1.0659929073052838,
- 0.386186258795598,
- 1.1332512903810619,
- 0.33072429009862303,
- 0.9673750307952905,
- 0.33347156925147264,
- 1.0727312847045956,
- 1.3021323416018096,
- 1.0114626241910534,
- 0.48524428660872365,
- 1.075966402278301,
- 0.8096288696455944,
- 1.3653324704611243,
- 0.5094247641226108,
- 1.285512653557701,
- 0.7428297537271497,
- 0.7451289586979033,
- 0.7053727514337692,
- 1.035597919482175,
- 0.7567490676598506,
- 0.8737300375569444,
- 1.23391824437908,
- 0.3615504755344191,
- 0.8508017428776292,
- 0.7609791128232041,
- 0.8412673044706745,
- 0.21241152902207697,
- 0.2304831875211952,
- 1.0758653273169532,
- 0.884015325810573,
- 0.08577011665165361,
- 0.9241875644371647,
- 0.4999598492805632,
- 1.2272797247723775,
- 0.3976887683928349,
- 1.1078509581602314,
- 0.6790724627246851,
- 1.219343659558423,
- 0.8776292117513887,
- 0.18688866054285413,
- 0.35711215586872747,
- 0.7275310141657867,
- 0.8706450145031573,
- 1.3471088986029114,
- 1.3699685478855126,
- 1.0571967795860504,
- 0.937753264983402,
- 0.12063873922689766,
- 0.7823233011748661,
- 0.6869928229118605,
- 0.5451760587095382,
- 0.5784824469243081,
- 1.1312760231276113,
- 0.7373016902499623,
- 1.1369684038714125,
- 1.032734457905134,
- 0.16697773159233925,
- 0.5433228608362212,
- 0.044662708717491416,
- 1.0593372969111734,
- 0.448594711145842,
- 1.2587866033625934,
- 0.3191039488383896,
- 1.0034309759623958,
- 0.8934674381282178,
- 0.9268802652081977,
- 0.9412249623658828,
- 0.05960807713615515,
- 0.5761081971158164,
- 0.822246497048056,
- 0.5090298399639478,
- 0.6835088444354669,
- 0.7612392412995951,
- 0.8848758069988162,
- 0.8392525065432387,
- 0.9671448685142636,
- 1.3475721234581113,
- 0.052572925730316744,
- 1.2636149401002765,
- 0.45869531649406975,
- 0.9775652361469754,
- 0.9393517667359087,
- 0.7786450487274295,
- 0.03812238354019883,
- 0.6281643514262258,
- 1.240172261203159,
- 0.018678484567173432,
- 0.5450111522020816,
- 0.31883932173517215,
- 1.3768900249759985,
- 1.0990990981760043,
- 0.6515043918018307,
- 1.3255010485677217,
- 0.054822333041569644,
- 0.8944340620204322,
- 1.3525118700781857,
- 0.2929324207986705,
- 0.07616243203970327,
- 0.8087376532012527,
- 1.072255458972988,
- 0.45434402071082347,
- 1.3110031742269956,
- 0.003595451565017864,
- 1.001663219919333,
- 0.060536011411614056,
- 0.4526525300693667,
- 0.3492422723699832,
- 0.10437859426215788,
- 1.3099355670470834,
- 0.6987922870720168,
- 0.16993255333004947,
- 0.8632212931561368,
- 1.0809930407991826,
- 1.183003242698239,
- 0.7993607858140032,
- 1.0549094608566782,
- 1.3456402694440122,
- 0.302962723362517,
- 1.1383390931081623,
- 0.9626233650272014,
- 0.5873580565037275,
- 0.5049624457509222,
- 0.9949633097308526,
- 0.5104935952111658,
- 0.24444668150042057,
- 0.6608001140618427,
- 1.1115788702106513,
- 0.1429577726084832,
- 0.14782126172507243,
- 0.635709517219429,
- 1.3096640805816526,
- 0.04486278548647613,
- 0.008620176902013816,
- 0.671868090119588,
- 1.3350469439800938,
- 0.910404516940911,
- 0.8251109774204888,
- 0.9955594921617315,
- 1.3538492103655293,
- 0.38663175380759873,
- 0.5370538123477568,
- 1.0492229048057158,
- 0.8210825135898661,
- 1.3157083378704864,
- 0.3127216751416925,
- 0.2226182267809133,
- 1.1206916150144555,
- 0.06595877199392468,
- 0.07789643217192867,
- 0.6485571191777041,
- 1.2823494174760997,
- 0.20939283083594507,
- 0.5790379517833585,
- 0.5304719337722607,
- 1.3221180269425061,
- 0.1917540368050046,
- 0.34557713972227766,
- 0.39757772753021975,
- 1.1924731698658466,
- 1.3198438014435936,
- 0.5830569536277824,
- 0.886948338482006,
- 0.6688716556388105,
- 0.32402707151251103,
- 0.39359798522671346,
- 0.5028176520027545,
- 0.29207760037351255,
- 0.8357347452813659,
- 1.0176692069377002,
- 0.9855086514272148,
- 0.9658702056809547,
- 0.2749660612187861,
- 0.8173404369552281,
- 0.9003328500745245,
- 0.681280813993559,
- 0.254704597231808,
- 0.9904004600708675,
- 0.7380867992380727,
- 0.15176253008358734,
- 0.5262862518205792,
- 1.3048881556384053,
- 1.1794970129986737,
- 0.23453178351009402,
- 1.0691374421121118,
- 0.7764253445678657,
- 0.9577811428854255,
- 0.2806561853410356,
- 0.5521118511000224,
- 1.2728801840863175,
- 0.904657785079565,
- 1.306079732565015,
- 0.32564308248123985,
- 0.40012897285426346,
- 1.100386028573027,
- 0.314188332817411,
- 0.6676181189547866,
- 1.0964011860919094,
- 0.4716004101635258,
- 0.5837828625565423,
- 1.061012210968847,
- 0.35974377221129616,
- 0.8642020311429783,
- 1.1230162882274466,
- 0.6566405564166958,
- 1.097999809257497,
- 0.9466812397349779,
- 0.7646123410660518,
- 0.502506479965162,
- 0.026255436433478364,
- 0.8303854329092918,
- 1.11107118417221,
- 1.361110868737116,
- 0.8000373247348652,
- 0.1692493020150189,
- 0.591681556260058,
- 1.4024317220178064,
- 0.4131357137003934,
- 0.8048492664120281,
- 1.3249337121849034,
- 0.7308965472747485,
- 1.0020737947079394,
- 0.6795191694511942,
- 0.6916587606061103,
- 0.6063540450282243,
- 1.1137273986430687,
- 0.31280648494511104,
- 0.901613693385729,
- 0.8320894197451002,
- 0.8591515092039017,
- 0.21607308400683187,
- 0.11535943302206371,
- 1.0661750928492326,
- 0.519656928809704,
- 0.38332472792485994,
- 1.0182756915269473,
- 1.1127972326606672,
- 1.0255916889098895,
- 1.2619609448545985,
- 0.5637303461736978,
- 0.616082148631533,
- 0.6440799146307297,
- 0.4907427966359278,
- 0.05322500531064111,
- 0.8422339204070506,
- 0.505417142999504,
- 0.5801835430492894,
- 0.8172737386657464,
- 0.49749477947037696,
- 0.8265715294138154,
- 0.5610132647022691,
- 1.1641237736013923,
- 0.67168732460106,
- 0.9613179768829493,
- 1.3301857010824125,
- 0.06904501907574867,
- 0.4680999008403528,
- 1.4074618222895572,
- 0.7202857562524867,
- 0.3120616155097274,
- 1.1966727888399598,
- 1.3841974138648712,
- 0.5263333713271274,
- 0.5513444894817129,
- 0.42702950215416113,
- 0.05422969289203227,
- 0.24793020201026028,
- 1.3923372502350937,
- 0.2383465717748316,
- 1.1545507908372545,
- 0.1313868972087868,
- 1.338596909154588,
- 0.2415329453909428,
- 0.7419520611122215,
- 0.08214711458866258,
- 1.0751712536784008,
- 0.37436900462910916,
- 0.7231331659444288,
- 0.11846910417092621,
- 1.2128036453715754,
- 0.5585261162484957,
- 1.0535601563439825,
- 0.08331013965450201,
- 0.43976926179425885,
- 0.7644570927784433,
- 0.4082105340164107,
- 0.0057814973669165475,
- 0.7048376340451438,
- 0.18977579675752346,
- 0.5831759307997666,
- 0.018059185163266985,
- 0.995295260234781,
- 0.5548192522339169,
- 0.7930641817419034,
- 0.7325236655064866,
- 1.2152911004214741,
- 1.0293174035544077,
- 0.7684605824592683,
- 1.3564588795454506,
- 0.2986677180010541,
- 1.4130441713485289,
- 0.0378728419243836,
- 1.0471414169564468,
- 0.4351171072001753,
- 1.332087890371403,
- 0.6599407431700032,
- 1.1940779884731971,
- 0.6537713031108382,
- 1.0254511067573235,
- 0.5347630674231721,
- 0.13225762827345713,
- 0.1573176113564649,
- 0.22333915804769922,
- 1.3111033637907308,
- 1.0516202507015548,
- 0.04116585524841674,
- 0.820956567636898,
- 0.030392109521091816,
- 0.8550630992568028,
- 1.2369035491735036,
- 0.01799211064825942,
- 1.1073562898226696,
- 0.7131267838946818,
- 0.5421683150356985,
- 0.7533489740424196,
- 0.11758963101801602,
- 0.4521607687732001,
- 0.07679448977392181,
- 0.07118408397271536,
- 0.2438320791619612,
- 0.06316608241142109,
- 1.0974230473249476,
- 0.6919584783666627,
- 1.2554777950689064,
- 0.8605062902303781,
- 0.8737854868470595,
- 0.6373931429291103,
- 1.3859534372293396,
- 0.34492544637500855,
- 0.19444430498430926,
- 0.6737066691277219,
- 1.3957768060869133,
- 0.7892361270857637,
- 0.7821718669093038,
- 0.748038447526869,
- 0.39191479522066747,
- 0.6427955406702717,
- 0.8318305703457575,
- 0.5058963322315024,
- 0.7579508530342511,
- 1.193661732458056,
- 0.6710988389068372,
- 1.1170308562830178,
- 1.401703436469409,
- 0.8472674743471353,
- 0.9462753477722088,
- 0.4155741663028427,
- 0.5729798704976858,
- 0.5117072538190051,
- 0.6240905722404376,
- 0.3751319969693388,
- 0.38454884365620523,
- 1.2568832031401493,
- 0.6111223193163956,
- 0.9204972888231989,
- 0.13620084982446715,
- 1.2842372466215424,
- 0.932614527323482,
- 0.2699281504100683,
- 0.7946782586809533,
- 0.48207481572051564,
- 0.6597658480345283,
- 1.1827157988852492,
- 1.2440018022452735,
- 0.14866404769998834,
- 0.712757021763642,
- 1.2858543287009871,
- 0.9688104417904674,
- 0.2924574006186597,
- 0.31043640533958095,
- 0.7129659651581218,
- 1.2761806448047603,
- 0.27076010336166245,
- 0.9820632627885023,
- 1.1260410008022015,
- 0.8352740315907364,
- 0.9032021451276799,
- 0.6912890779009513,
- 1.2210604085177381,
- 1.1325865104057458,
- 1.2392173828224269,
- 0.49116666175965684,
- 0.4138420902610888,
- 0.9066365429040472,
- 0.5335420839907031,
- 0.41324469075673403,
- 1.1378470916549128,
- 1.077113470009883,
- 1.136508336855981,
- 0.8809293348104623,
- 0.26143834706697594,
- 0.526077568565331,
- 1.308112580110136,
- 0.5912500223900488,
- 0.8186548286610921,
- 1.1284876221003834,
- 0.6309105429715028,
- 1.318504036164446,
- 1.153886801974274,
- 0.7200169351926575,
- 0.7141324696829118,
- 0.760020490969109,
- 0.18628528206371706,
- 1.0052181543318865,
- 0.8001255607960869,
- 0.7060686408508117,
- 0.6341497215135832,
- 1.2844091192046776,
- 0.14697000281131412,
- 0.8374813014239144,
- 0.9302391745067558,
- 0.549851678307092,
- 0.8936123477856488,
- 0.608657089079601,
- 1.3601027457441992,
- 1.0383179715294029,
- 0.36589978123479194,
- 0.9846325483559887,
- 0.6095543861335643,
- 1.0465738357340184,
- 0.20717242540534114,
- 0.8699219446734144,
- 0.1924274742703948,
- 0.7181023725129738,
- 0.736424901560182,
- 0.5552981529578804,
- 1.0955684242554657,
- 1.1761412133293496,
- 1.1678404475740716,
- 1.1017457198496503,
- 1.1383755383928347,
- 0.14946345258692614,
- 0.5550353924413904,
- 1.2670081527311756,
- 1.3787780953458977,
- 0.05942056952683055,
- 1.1819353207306154,
- 1.2993937648309406,
- 0.2911798725981904,
- 0.7289029006933833,
- 1.2435359896550857,
- 0.34265161068894107,
- 0.736920371005898,
- 0.7592798670188232,
- 0.8323367906355051,
- 0.22839237310698157,
- 1.324076825031565,
- 0.655411810022638,
- 0.4924549640971802,
- 0.3358516317283493,
- 0.4645287058262183,
- 1.1367885619461822,
- 1.2744013634084175,
- 0.411080203743573,
- 0.5137349425230602,
- 1.0796254271556984,
- 0.06781422608390343,
- 1.0582125682386787,
- 0.32950897307211274,
- 1.1486825449137568,
- 0.12268483734623777,
- 0.42961939641092006,
- 0.8090475054966039,
- 0.4381574592343412,
- 0.16720784374773892,
- 0.8720920067244454,
- 0.013273260083198145,
- 0.5159215311515332,
- 0.11580550034035351,
- 0.5279662004717735,
- 0.515294205360206,
- 0.7679059228298843,
- 0.2949519185862514,
- 1.096241321098464,
- 0.5214970808426358,
- 0.40973462067588906,
- 1.3554385792799242,
- 1.2865554261790852,
- 1.0816527789681216,
- 0.6636837955909265,
- 1.3058566556893545,
- 0.4088807824368078,
- 0.8085699066812496,
- 0.35861565938277534,
- 0.07485047682440885,
- 1.2745021719525484,
- 0.8964458071513886,
- 0.9028133368413592,
- 1.1523026651413066,
- 0.9081431087849919,
- 0.8999170445864354,
- 0.4308648685483598,
- 0.781204704159861,
- 1.4059855040235145,
- 1.1479264420719133,
- 0.7935272912010682,
- 0.8468261002188419,
- 1.2355249067311422,
- 0.03071453310964983,
- 1.4020547098696685,
- 0.14431019873365325,
- 0.5308624658656599,
- 0.44414581944609466,
- 1.1070995909497179,
- 0.24463877313367047,
- 1.0705464921194519,
- 0.3561585191539796,
- 0.06702954969748388,
- 0.6982775977101802,
- 0.9423613996248668,
- 0.2473098899446378,
- 0.3053383702289178,
- 0.32578589920492085,
- 1.1818782992981827,
- 1.3815759615958727,
- 0.2554292677907232,
- 0.8708958914089219,
- 0.5521618475987939,
- 0.8289918053010474,
- 0.41951290053358964,
- 0.43044167306574355,
- 1.251381914681451,
- 0.49746239287218935,
- 0.22592102866822758,
- 0.6430920655899194,
- 0.746344942240658,
- 1.2087247374591328,
- 0.818931147977029,
- 0.8374229901803706,
- 1.3572294383449808,
- 0.12471422704847779,
- 1.3882359584441135,
- 1.2547388353479398,
- 0.5630166426757255,
- 0.34865153068845095,
- 0.813905566680082,
- 0.886103614545195,
- 0.6922745938715859,
- 0.6518454006206346,
- 0.4078896745321057,
- 0.7308032194393135,
- 1.0251281875910334,
- 0.9207698891200253,
- 0.6448742327838876,
- 0.011235241539424174,
- 0.3302697751653967,
- 0.6423115373234436,
- 0.5814597474376952,
- 0.7096061197849634,
- 0.7048032650825211,
- 0.1116136216667547,
- 0.9244582272496006,
- 0.3061394006166214,
- 0.13767226182848485,
- 1.013768257402429,
- 1.0578115894158722,
- 1.2235794958784192,
- 0.18850824480599027,
- 0.33636431409608186,
- 0.004407554254242588,
- 0.4981644275067528,
- 0.4416156709160622,
- 1.117611728960889,
- 1.0706147759302844,
- 0.3700875324619529,
- 0.2931583262610714,
- 0.3551297007562939,
- 1.107006084809234,
- 0.4822017447214963,
- 0.23603300354155451,
- 0.7324690724709233,
- 0.9435576048052855,
- 0.5457311685929025,
- 0.33016193659901305,
- 0.5637696954837622,
- 1.3079855170620074,
- 0.2570328169261051,
- 0.498174764023449,
- 0.10687060040872662,
- 0.5219210312900331,
- 0.15983432606891854,
- 0.9014568001812521,
- 1.0948542529344316,
- 0.9132416216471552,
- 0.37628527258925587,
- 1.0678647068528762,
- 0.5102700745891053,
- 0.9807092831211474,
- 0.9594636401937838,
- 0.8779146818952887,
- 0.12043888460468502,
- 0.21059431471713888,
- 0.6982630036197749,
- 0.9547654617176213,
- 0.554112757612984,
- 0.44895905800716773,
- 0.10796808590155504,
- 1.0037689282664561,
- 1.151917897654817,
- 1.3922723305560196,
- 1.1628469219177835,
- 1.350502448368143,
- 1.4121938492992008,
- 0.02767909836531517,
- 0.9067846461543446,
- 0.4041026988231852,
- 0.9359855688998999,
- 0.47373648162811693,
- 0.1493410382518184,
- 0.14092650990095001,
- 0.33388619701391736,
- 0.25241861279001016,
- 0.8336182817733435,
- 0.47376370533763396,
- 1.19242645057874,
- 1.022434903521673,
- 0.7302344131061985,
- 0.5660487340067175,
- 0.1338150105284236,
- 0.17402136477499913,
- 0.7787151769121139,
- 0.51335093118736,
- 0.44517632863181317,
- 0.391521876027475,
- 0.5020051952183522,
- 0.8729101373571629,
- 0.4490481926235519,
- 0.12424435678409416,
- 1.1145514569614445,
- 1.3897590624636436,
- 0.06456593748347669,
- 1.3541335190012087,
- 0.4908417692057775,
- 0.6290895819368318,
- 0.5397122586783745,
- 0.11582769453769974,
- 0.7461621849319746,
- 0.7869227555678856,
- 0.17944308094909148,
- 1.0636885969267802,
- 0.38820775978662175,
- 0.7432979210929941,
- 1.3809256925623203,
- 1.2006714275834403,
- 0.20193198619638644,
- 0.8266297379444004,
- 0.12209481145842832,
- 0.7002044519093225,
- 0.7905687005062568,
- 0.25879209871058984,
- 1.2621603183997394,
- 0.742797464273257,
- 0.40694826265704753,
- 0.8461000973581904,
- 1.2712522938171633,
- 0.7624262098096319,
- 0.34230447467952807,
- 1.1471984790492173,
- 0.18754332894139625,
- 0.37995107372457415,
- 1.3603577563859013,
- 0.17884867520187225,
- 0.4313120782847546,
- 0.9309621848410767,
- 0.73257390135908,
- 0.7668357796133892,
- 0.7941649047909333,
- 0.7675526964308472,
- 0.2126778783864315,
- 0.7683541564564055,
- 0.586506931373985,
- 0.9825538432883227,
- 0.17262153222719576,
- 1.124762883422486,
- 1.2785109792808365,
- 0.8721332554495126,
- 0.896457249976647,
- 1.1103631621531491,
- 0.584519136849776,
- 1.0215027358109996,
- 1.3581200268612936,
- 0.787836570669143,
- 0.30464480746443484,
- 0.7612569943627949,
- 0.6732061360207465,
- 0.21449704617070126,
- 1.2635549406512867,
- 0.5013706975704479,
- 0.3579055702780422,
- 0.6168841825068387,
- 0.19458516188759586,
- 0.6584873024781078,
- 1.084541062712122,
- 0.9952903935604781,
- 0.33078701528738885,
- 0.7604880175239671,
- 1.0281589796928499,
- 0.9263243994468735,
- 0.2353427327633708,
- 0.10851094223423297,
- 0.0610540133286307,
- 0.5142442501339302,
- 0.8481471838476222,
- 0.8196449969741469,
- 0.6422476416072177,
- 1.0749150810474493,
- 0.7105709901897814,
- 1.3870833320277458,
- 0.30613334527189884,
- 0.845663402520266,
- 0.2087495751242405,
- 0.973180532900382,
- 0.7437228699359026,
- 0.5392194179121921,
- 1.2234958171377603,
- 1.1625254675781154,
- 0.497390007111804,
- 1.1617612105973285,
- 1.1475385974700334,
- 0.1804655503582625,
- 0.018401737967009883,
- 0.21623781258635208,
- 0.8168260476816528,
- 1.2867016457638778,
- 0.001381348148526791,
- 0.6646616429691772,
- 0.9165936921827386,
- 0.5327185169094605,
- 1.2953846096114452,
- 0.6029276575118969,
- 0.5595924305609365,
- 1.1393430588594027,
- 0.7943469199032832,
- 0.5964556462490427,
- 1.24310545979933,
- 0.6565793830927974,
- 0.07310218201055929,
- 0.6448627090597128,
- 1.3776524682676319,
- 0.30588147606420585,
- 0.6768430702101509,
- 0.6241681831391138,
- 1.2413465745445154,
- 0.5709503626238833,
- 0.4308028197481918,
- 0.9316690280396244,
- 0.8744991410459947,
- 0.6380947617517169,
- 1.0358807104136456,
- 0.8734054578689174,
- 0.1385667936161627,
- 0.57748711058605,
- 0.9016899441056738,
- 0.22321637549948212,
- 0.03062816958043158,
- 0.034169023361567075,
- 1.357282686484738,
- 0.5096583153521642,
- 0.8213912944228845,
- 0.5227884771989894,
- 0.20497255368507006,
- 0.8170613151496635,
- 0.9565677947723935,
- 1.4072756661491812,
- 0.9326517079138561,
- 0.27401724661360183,
- 1.0646677957071042,
- 0.8120718181688035,
- 1.2747821232682197,
- 0.24439653017765162,
- 0.035943183509134516,
- 0.6610563765536793,
- 0.035251068311097415,
- 0.5969364941366359,
- 1.286130923998306,
- 0.7495999349900706,
- 1.3649391809156457,
- 0.6955739013947381,
- 0.24246067643353358,
- 0.8248321151487168,
- 0.4971700191940976,
- 0.3359498543228876,
- 1.3495995708118997,
- 0.7927234086424798,
- 0.5493413401758516,
- 0.5249097037073958,
- 0.1290196183207244,
- 1.3641699407654846,
- 0.8375452129407482,
- 0.35901336253627425,
- 0.2802357073119351,
- 0.9939003498049906,
- 0.7620233736294727,
- 0.27367798667706417,
- 0.36865838016600955,
- 1.0023626428223482,
- 0.5623476190682292,
- 0.01827039517142427,
- 0.31707702391294224,
- 1.3549847687866752,
- 0.9484757610901094,
- 0.32344937380879246,
- 0.5551040013908374,
- 0.8186510842330069,
- 0.5719197411806447,
- 0.3091144600435326,
- 0.18398925811413763,
- 0.5181540026776146,
- 0.5199590759638195,
- 0.44546941981406774,
- 0.6241789171335211,
- 0.6668809403274286,
- 0.10517995083777293,
- 1.3263839025651984,
- 0.5204308550110662,
- 0.2553278756246405,
- 0.33487281463739466,
- 0.4348144211233789,
- 1.1605195777161035,
- 0.6514519074529512,
- 0.7094068078538797,
- 0.4006084929988778,
- 0.450818243920557,
- 1.326823025043566,
- 0.34437121104858215,
- 0.9428431436509177,
- 0.8803150149631043,
- 0.4082072739938436,
- 1.1042342620638488,
- 1.0815693856288782,
- 0.5389311537929112,
- 0.687256735565868,
- 0.7510187022185566,
- 0.782614297021458,
- 0.7882143346650687,
- 0.4328500418586999,
- 0.21595251717348368,
- 1.0530576829355256,
- 0.2073812180835003,
- 0.17178339493283673,
- 0.8871364017755657,
- 0.9271991468327374,
- 0.28791057072969095,
- 0.7677836988143995,
- 0.5173805897070415,
- 1.21174623298712,
- 0.8424788728681808,
- 0.33276884810404145,
- 0.546776268352906,
- 0.9549086844010232,
- 1.2239207974815254,
- 1.3682443392035537,
- 1.3152328721836413,
- 0.9491759145489103,
- 0.41997580026791376,
- 1.004185178193556,
- 0.8194405097200429,
- 1.0663973707851147,
- 0.9907996388608676,
- 0.3374212408456166,
- 0.563333357757076,
- 0.6395864234018334,
- 0.8686686725024125,
- 0.7625483553484955,
- 0.6023814915212463,
- 0.21277415623535048,
- 0.7750178930358838,
- 1.1686970062706383,
- 0.11453681224138548,
- 0.8746774174624724,
- 1.2244508062940196,
- 1.0465168539218912,
- 0.9012789789885798,
- 0.00758606177462666,
- 0.7141303461030364,
- 0.32599501595749364,
- 0.5535305518098734,
- 0.8050403055997266,
- 1.0951929336295543,
- 0.14752906817657518,
- 0.3036356255656591,
- 0.850693192629562,
- 0.6852628165361799,
- 1.315592787398097,
- 0.5101990431016626,
- 1.398533189512732,
- 1.3085581451468353,
- 0.9108847795984389,
- 0.5014391742332226,
- 1.358497961563111,
- 0.8287676030329167,
- 0.3804726615133783,
- 0.778365800900025,
- 0.44512170151647734,
- 1.1284276447488741,
- 0.41905969703515605,
- 1.0072143883332216,
- 0.47262865793630165,
- 1.1473148567058977,
- 0.9784595110708015,
- 0.7513341294760527,
- 0.5033162777558766,
- 0.46899996066499544,
- 0.05572624398530647,
- 0.23592402625728037,
- 1.3060205298642709,
- 0.34072909246470107,
- 0.44327586180628276,
- 0.6280804349656425,
- 1.2600706280492773,
- 0.8306658413738254,
- 0.3771113993919852,
- 0.7499040648073885,
- 0.3019997118428424,
- 1.3276670041363645,
- 1.4021839430060938,
- 0.8021980805824598,
- 1.2350933335078502,
- 0.32060386812933617,
- 0.1416449119916263,
- 0.5696572984082637,
- 0.5873514303328164,
- 0.6640607936382374,
- 0.8594091297797036,
- 0.11178203051122544,
- 0.06862570059383806,
- 0.5830899237812317,
- 0.779596139838814,
- 0.3135440917312376,
- 0.6325285874017709,
- 0.33539515784472257,
- 0.8721942755160201,
- 1.133913565754491,
- 0.04862431952838965,
- 0.7153390683674385,
- 0.4332570666347956,
- 0.9581744326113507,
- 0.006950091556673409,
- 0.31912004675481664,
- 1.3800142454196107,
- 0.0368053838258795,
- 1.1319397471491275,
- 1.3710559151511195,
- 0.034356746037460195,
- 0.18605641837597223,
- 0.9092287141678382,
- 0.6858075221626715,
- 1.0973842123354896,
- 0.11147267836831692,
- 0.13911884715469544,
- 0.2226104470376877,
- 1.3990974510532308,
- 0.6265944054645847,
- 0.6927014165494461,
- 0.682145936016456,
- 0.6345862535895626,
- 1.2256962256251507,
- 0.6478850135703281,
- 0.8682628928118753,
- 0.4859031242566156,
- 0.766663955588044,
- 0.9226815371537225,
- 0.21107011419617733,
- 1.2128122882586554,
- 1.2636678721177521,
- 0.8120395557103257,
- 0.6300177812720444,
- 0.6508175491252232,
- 0.5288211525295782,
- 0.7770307547535504,
- 0.655100023595212,
- 0.9291593916482911,
- 0.714022447315666,
- 1.1552231476223995,
- 0.960167866478645,
- 0.0784865599754629,
- 0.10829107306837336,
- 1.3317292394602895,
- 0.7279154456387663,
- 0.8824339789276825,
- 1.0387956727522731,
- 1.2227629353043044,
- 0.25980463884278543,
- 1.069025948358521,
- 0.14151952823389605,
- 0.9933252454016632,
- 0.13421784625671765,
- 1.1601416626220262,
- 0.5315908131982278,
- 0.4706710879304588,
- 0.2532454957667391,
- 0.5807497658053314,
- 0.9487139439582051,
- 1.3939826130679027,
- 0.7838642139837101,
- 0.053718202824894465,
- 0.6110876414930085,
- 0.8367315895499973,
- 0.19600612098769404,
- 0.903370099677862,
- 1.0090302014785146,
- 0.31052798230341505,
- 0.46092584948755805,
- 0.7925384765709125,
- 0.8268760509425497,
- 0.2902130188835406,
- 0.706165438790657,
- 0.2830743866342787,
- 0.7266800049942671,
- 1.380529947796958,
- 1.0580027215873617,
- 0.7792767338283686,
- 0.45286944462330964,
- 1.3592181850638063,
- 1.4112068537135947,
- 0.39110178541135404,
- 0.03825186684217705,
- 0.44643910328675684,
- 1.200641096529685,
- 0.5477047597263436,
- 0.24429415735062754,
- 0.7284532048687341,
- 0.6080504775281727,
- 0.05077669308145339,
- 0.7601328019514202,
- 1.306164021839712,
- 1.3433045502550176,
- 0.5613403142673395,
- 0.4552176847846315,
- 1.1419412063166388,
- 1.377177122713963,
- 1.3526308802269877,
- 0.14955624054041142,
- 0.4369851720312122,
- 0.7250202261725665,
- 0.3542981486667571,
- 1.1428570004229237,
- 0.9078819210731799,
- 1.2602091260051778,
- 0.3404490079193763,
- 0.8800714259315151,
- 0.9892925370460162,
- 1.4123886738998062,
- 1.319159791320108,
- 0.7862588978722325,
- 0.5626120040458572,
- 0.6041871554967129,
- 0.7424420411532142,
- 0.5355259949217729,
- 1.190720018091125,
- 0.5443122858009093,
- 1.2126496485010512,
- 1.1644933432983182,
- 0.7690684209875912,
- 1.2750798630077902,
- 0.04919063057546263,
- 0.6879163270935899,
- 0.2847948361272129,
- 0.340370947731894,
- 0.06046197333217521,
- 0.2670914542612944,
- 0.2636514679350181,
- 0.6409662414614913,
- 0.6911685835813147,
- 0.32276732528996194,
- 1.0391106347998198,
- 0.007550752057964055,
- 1.1634033730783346,
- 0.998312275783031,
- 0.7174928348917221,
- 1.3505381205933928,
- 1.2542791577012953,
- 0.8195319228849507,
- 1.2606962712255236,
- 0.34400145221743067,
- 0.473772262164803,
- 0.6239276927422075,
- 0.4748453437079692,
- 0.6993782068663142,
- 0.9979272067129973,
- 0.4095073821675393,
- 0.5939305395726109,
- 0.4902896852709334,
- 0.5590026829044236,
- 1.101977074608544,
- 0.7748592415399158,
- 0.6507580203136522,
- 0.7683874988130149,
- 0.5212195310146225,
- 0.9298378477491359,
- 0.4385076281447109,
- 0.46281994926820097,
- 0.8029006957052837,
- 0.12072294629454411,
- 0.5452752798006183,
- 1.0749266983545542,
- 0.16846089219850247,
- 0.8999699093686396,
- 1.259375602630559,
- 0.1567176487721946,
- 0.18375614123135536,
- 0.9852886628184432,
- 0.894856850949261,
- 0.5513309062263253,
- 0.9067591950686807,
- 0.7191628176329797,
- 0.4240487382970818,
- 0.5809406683200405,
- 0.9571604846007017,
- 1.0000440159306303,
- 1.3647163081162847,
- 0.693852997380868,
- 0.43273237515011276,
- 0.8160693407150784,
- 0.841816795735442,
- 1.1626385421659078,
- 0.23139251037579453,
- 1.0054161389377267,
- 1.138893322016454,
- 1.2074301751406233,
- 0.7805853396477008,
- 0.013191620817871742,
- 0.4319345510466863,
- 0.06436122194020262,
- 0.020525404755206703,
- 1.0244417608824403,
- 0.7930852934237833,
- 0.7324263741565427,
- 1.261035273438117,
- 1.3120020886230042,
- 0.25774357921030683,
- 0.9092915299777673,
- 0.9692532644381703,
- 1.3526396126937794,
- 0.6598723763763018,
- 0.46978622624968214,
- 0.43780159085324943,
- 0.5179737606900147,
- 1.0207832714611802,
- 1.0406277845683403,
- 1.2432409327225267,
- 0.8636079632332657,
- 1.0604038855685505,
- 0.9811392554115751,
- 1.2195819058332937,
- 0.9283647050375392,
- 0.14794517194359524,
- 0.9774194327197288,
- 0.7719751836770361,
- 1.2963542878451646,
- 0.6221690225091613,
- 0.9020672772408921,
- 0.6500441357320559,
- 0.7289460362035232,
- 0.16233560124349453,
- 0.7441383476711386,
- 1.3691302244326187,
- 0.03836716009048025,
- 0.7125242435134914,
- 0.45257141882295265,
- 0.357987199658433,
- 0.7449999850299411,
- 1.200088356057273,
- 0.44518059137239396,
- 0.11640969491918397,
- 1.3347287602223126,
- 1.1970510494043143,
- 0.9905007741286898,
- 1.1119458650332559,
- 0.37998479918291256,
- 0.5800940315926904,
- 0.019170024784539857,
- 0.562273493296543,
- 0.39828774788117516,
- 0.7242309523943118,
- 0.23979703587905904,
- 0.22107647583544285,
- 0.5113595647484125,
- 0.9151635084135237,
- 0.45117379883069847,
- 0.12092910107037763,
- 0.5898927601043479,
- 0.7523193878769763,
- 0.5077250532969302,
- 1.0961811691709626,
- 1.283723935509367,
- 0.002471738373702854,
- 0.3684298320175547,
- 0.6892747584117406,
- 0.14854902465056194,
- 0.3673420171926499,
- 0.07864698613337023,
- 1.2368098317946061,
- 1.2558497372489472,
- 1.3505485400988766,
- 0.21044943399725802,
- 1.0072538071080435,
- 0.3765799748207035,
- 0.07203720036951457,
- 0.4140332264622286,
- 0.35627262712558116,
- 1.1867991195715566,
- 0.7664871061102406,
- 1.0191890518516367,
- 0.9909345343779661,
- 0.9307636538936398,
- 1.064306703679462,
- 1.1603879067173446,
- 0.4435039912437358,
- 0.5257090269914575,
- 1.1082954733859687,
- 0.8426526569845884,
- 0.8182994002155691,
- 1.255648597741477,
- 0.9214786962797948,
- 0.07234842556643638,
- 0.41721242969926803,
- 0.20966850641896123,
- 1.3190081117349575,
- 0.3485885199044665,
- 0.16561216169395593,
- 0.17384193505292841,
- 0.6152067519701612,
- 0.267416523446394,
- 0.3497382804598092,
- 0.276634348202967,
- 1.3566353487779848,
- 0.5361684241766447,
- 1.356596933531916,
- 0.1334831481123654,
- 1.0151938808956393,
- 0.34311858110789684,
- 0.49830873424422784,
- 0.626166331939848,
- 0.032275673196844885,
- 0.3661222248399017,
- 1.0965033038893082,
- 0.9310661435519547,
- 0.14256213058447226,
- 0.44312511544475125,
- 0.4866810498651901,
- 0.5815529556875229,
- 1.1717705261223808,
- 1.0770129241190392,
- 0.9258482863587011,
- 1.0090149728690974,
- 0.28165189454502093,
- 1.3918478187125138,
- 0.8844766054652385,
- 0.9595125173448974,
- 0.8723875957022741,
- 1.0749972317205614,
- 1.022203664413124,
- 0.8084900427895064,
- 0.6625439529683302,
- 0.1664464764746564,
- 0.4911063215634735,
- 0.23748377290939787,
- 1.2479854256493614,
- 1.2425093064396764,
- 0.22160160199474727,
- 0.6602892577191797,
- 0.5921098601644538,
- 0.38205224595537607,
- 1.1691923467718515,
- 0.6978494418662565,
- 1.375377407900683,
- 0.2724484223864362,
- 0.9918921754934463,
- 1.32205665293362,
- 0.3544505349067569,
- 1.2563476160683478,
- 0.3820944907331571,
- 0.04051688343363779,
- 0.3615113384006508,
- 0.7896328623509868,
- 0.7827970506934372,
- 1.388087691840257,
- 0.8363555447469704,
- 0.03985910488610098,
- 1.1272181158301722,
- 0.9689747225245696,
- 1.4072982537988925,
- 1.2174225935505965,
- 0.9953970714407553,
- 1.3307704987660727,
- 0.20369005918338084,
- 0.41575397629025823,
- 0.013632650515260181,
- 1.0057116991600492,
- 0.3583670187563119,
- 0.8525913602961381,
- 0.018805402455651404,
- 0.4153256695850136,
- 0.24214497642848704,
- 0.15214116823586948,
- 0.7702711606464016,
- 0.3405849797023371,
- 0.08887622135915678,
- 0.6958390935606661,
- 0.44713001493456517,
- 0.9855738249083135,
- 0.44470234693414784,
- 0.37589204248349783,
- 0.31930495296068306,
- 1.0679396209737126,
- 0.7712305213575137,
- 1.3030562477862295,
- 0.22583490503442802,
- 0.7734728512248964,
- 0.4184817735842278,
- 0.47026100972362095,
- 0.08865379663550793,
- 0.21711443277600537,
- 0.17833533624345646,
- 0.7666017799908977,
- 0.3021197308366244,
- 0.8216443027145186,
- 0.34062082832344237,
- 0.6951742213192649,
- 0.04514484301863893,
- 0.9409006644027222,
- 0.5744222530170682,
- 0.5943370836635234,
- 0.7785378590652627,
- 0.21391717287676282,
- 0.06412253285897153,
- 0.6514834566968545,
- 1.2230154120691499,
- 1.142375685674513,
- 0.06295312801761935,
- 0.01187525375542357,
- 0.4843831774163245,
- 1.3727274442952517,
- 0.30747403775779586,
- 1.3374663754551142,
- 0.2790075251340949,
- 0.6901739609464943,
- 1.4018284780973578,
- 0.7128793974368157,
- 1.1352020813211043,
- 0.4155835570493057,
- 0.16034327805333395,
- 0.12127437302215692,
- 0.31101221785811767,
- 0.03426263757975611,
- 0.3910245756024914,
- 1.0681903092954972,
- 0.38056725443082495,
- 1.3722460412784327,
- 0.5958284923003844,
- 0.49653036363270436,
- 0.9704956099402767,
- 0.04927522125567496,
- 0.8989092210937515,
- 1.047415601285,
- 0.5027514684853834,
- 0.6082118427346827,
- 0.43784523535811,
- 0.039961585588937115,
- 0.5151540051406021,
- 0.07916978833278078,
- 1.1344002297196336,
- 0.15435337575530256,
- 0.3546019153550283,
- 0.6820654064469488,
- 0.5646573045946903,
- 0.6739973366535069,
- 0.16791902436137884,
- 1.269669864524475,
- 0.482553481249319,
- 0.043450313027608344,
- 1.1864889803556171,
- 0.30690107269035205,
- 0.5650094764265947,
- 1.2450345138678065,
- 0.9496761558523796,
- 0.06319442502892075,
- 1.18982722246564,
- 0.8058856499109684,
- 0.5959174981816617,
- 1.2985144954999488,
- 1.3498872170166123,
- 0.02977097366688632,
- 0.6523067985253759,
- 0.027937544326752235,
- 1.2038781034630894,
- 0.8007282287265151,
- 1.153759305827896,
- 0.809423109630671,
- 0.6137390817015179,
- 0.2606137970606168,
- 0.2695770566135187,
- 0.3820565688275374,
- 0.7139562902622416,
- 1.0863348590164128,
- 0.5899604841898117,
- 0.054519706124097345,
- 0.8121748934340048,
- 0.4898214027492662,
- 0.4548994410674193,
- 0.42480150663335503,
- 0.9306310735397948,
- 0.4618500839289599,
- 1.38032490685407,
- 1.3280859567130983,
- 0.39023306715006245,
- 0.5030509297866866,
- 1.2774162774114484,
- 0.34901210712859615,
- 1.239149286747446,
- 1.00843588798167,
- 1.3682450303467042,
- 1.1871490040106112,
- 1.3170818108964781,
- 0.021227417243991065,
- 1.0566363697726946,
- 0.9069790821518419,
- 1.0340748907503339,
- 0.3157430037657779,
- 1.0381536392512296,
- 1.0369569500025815,
- 0.9888039053935552,
- 0.6283076633426069,
- 0.7394145160587309,
- 0.646464659807929,
- 0.3168735447888365,
- 1.132565972710014,
- 0.03411485247858608,
- 0.1470640742972027,
- 0.8806076317635136,
- 0.8440916358773787,
- 1.107339637886662,
- 1.3620510800554426,
- 0.6011108479071308,
- 0.4052103789882039,
- 1.0920828808944056,
- 0.2914284569247824,
- 0.8244432739498059,
- 0.207496674883332,
- 0.18498166098522292,
- 1.0843022680991337,
- 1.3726523814802805,
- 0.2914942403498351,
- 0.29345978640760845,
- 0.8874451348054311,
- 1.0964087899952124,
- 0.06465395665014656,
- 0.21403634884805486,
- 0.7198927428765828,
- 0.3507133664804395,
- 0.0074482592286780605,
- 0.1443118439901996,
- 1.124293029425229,
- 0.03196889109765422,
- 1.3336753007177018,
- 0.08675884084060054,
- 1.2130100004423718,
- 0.06811563462478731,
- 0.5335318473222433,
- 0.18779203516020407,
- 0.7394634098555092,
- 0.40389301234303515,
- 0.019935112542674428,
- 0.19423087786853838,
- 0.8199909686090552,
- 1.1739119461285905,
- 0.6764742773306868,
- 0.7844388417851799,
- 0.583567883487956,
- 1.1121699084739884,
- 1.2786146771022977,
- 0.15942273428597367,
- 0.8769843520101412,
- 1.2219364709328109,
- 1.2420897803087523,
- 1.161067075621667,
- 1.0564594345696858,
- 0.9720353571433233,
- 0.9831590527968977,
- 0.19369886930761496,
- 0.3284718149561038,
- 1.130172601711472,
- 0.6101065241486335,
- 1.2080443022021767,
- 0.5262193027695287,
- 1.1984947577784197,
- 1.3076051039937426,
- 0.9898103500765664,
- 1.2813127407234661,
- 0.8760741322587778,
- 0.7281288795913237,
- 0.8455318477364467,
- 0.9489738832347527,
- 0.526913764883176,
- 0.8214820203914852,
- 0.23277362628588122,
- 0.34793836500033526,
- 1.3113994767894734,
- 0.9687229233081893,
- 0.5441016362195061,
- 1.0332498751482804,
- 0.05133435206517805,
- 0.5944473973216643,
- 0.2511925052027661,
- 0.4346904349003008,
- 1.316450781860916,
- 0.032320878593855996,
- 0.8361075481264987,
- 0.9195841988753389,
- 0.8929110161517194,
- 0.9875913299265998,
- 1.2575383022134414,
- 0.4812473860771741,
- 0.8593616613454496,
- 1.3320051343910717,
- 0.29444751527738144,
- 1.006686832428784,
- 0.20665908242848893,
- 1.3815018214295467,
- 1.1642270566509796,
- 0.16849960591748936,
- 1.3638113934069414,
- 0.3581125019104629,
- 0.5172336997672216,
- 1.139424874368771,
- 0.3540849955571897,
- 0.28674583416552407,
- 0.6843367694882644,
- 0.07833540860552057,
- 0.7739025052088455,
- 0.8460798306205237,
- 0.5514390136134935,
- 0.8431735732838094,
- 0.46548862233114674,
- 0.8150360942285084,
- 0.5276630982317685,
- 0.4375433126359138,
- 0.21320731647363922,
- 1.1242781377068916,
- 1.1625380568809138,
- 0.4384154233787672,
- 1.04488323186783,
- 0.5222134263831577,
- 1.343768457349814,
- 0.1594594913112052,
- 0.35628083001798644,
- 0.2503986285331998,
- 1.026986946464712,
- 0.018256506742890786,
- 0.4179149562036587,
- 0.21734313109524908,
- 0.3608838148182253,
- 0.33946693567740865,
- 0.5871852042977516,
- 0.41154929517678807,
- 0.053063128099091916,
- 0.9635590635437705,
- 0.1429227420312375,
- 0.8823422835479587,
- 0.9749530308479657,
- 0.07380165539649619,
- 0.37272493951629565,
- 0.12925086298019448,
- 1.2453245249894382,
- 0.7922428716683179,
- 1.00261064833206,
- 0.9645992327550985,
- 0.06040863277207058,
- 0.21775092519085287,
- 0.8070095082744214,
- 0.3962650655354432,
- 1.1214935462269764,
- 0.7047029059617331,
- 0.9860750130184961,
- 1.3525544080063274,
- 1.3751146930097984,
- 0.12283901859235859,
- 0.905083680892386,
- 0.6492013197808111,
- 0.6168153026356757,
- 0.6357087564658396,
- 0.8396859835382555,
- 1.3618863607527745,
- 0.9338455401014206,
- 0.24964823375395256,
- 0.9799575541843689,
- 1.0296562116004198,
- 1.4054700235676305,
- 1.3854214671511926,
- 1.21372932710477,
- 0.4406899916921474,
- 0.1964237117001231,
- 0.17338905000823907,
- 0.7825010083705795,
- 0.8242409298293342,
- 1.1460306902789312,
- 0.804446446270763,
- 0.0027503758590361584,
- 0.6982825298812939,
- 1.2498888903414538,
- 1.219766286884578,
- 0.47552987433944,
- 0.26858794968177396,
- 0.5392122692431114,
- 0.09505648764103376,
- 1.1764873205112367,
- 0.41235640970237164,
- 0.9270909327309962,
- 0.17030584412442507,
- 0.6178951700501233,
- 0.6786465112465373,
- 1.3851243620498168,
- 0.6871687659735835,
- 1.146241398995404,
- 0.9136706781343599,
- 0.32294392623601886,
- 1.2191091454729148,
- 1.1440934490298176,
- 0.8555445636713137,
- 1.047356326537153,
- 0.2865588637509665,
- 0.7263121443138555,
- 0.28791123629559523,
- 0.20835007096796354,
- 1.0148908604566174,
- 1.3400994201150684,
- 0.5903104546835942,
- 1.1098630856814244,
- 0.17433021560101858,
- 0.19064936133462346,
- 0.13145977274113066,
- 0.6723391855811591,
- 1.346924513076463,
- 1.1495220699495432,
- 1.3690931095213497,
- 1.3958312329177178,
- 1.1403928866134776,
- 0.7552295822191235,
- 1.342166933162722,
- 0.37601781008493795,
- 0.219012173887825,
- 0.5256489147577152,
- 0.9481432491818178,
- 0.21245871483698892,
- 1.053819455978634,
- 0.03215188018697391,
- 0.03282447655719741,
- 1.0723923258865893,
- 0.13934091702453105,
- 0.4961707127634389,
- 0.9866053484966779,
- 0.35927569899508344,
- 0.6413938108392737,
- 0.640955926980395,
- 1.3235055032441287,
- 0.7086560419453726,
- 0.7069480349629872,
- 0.544680701530646,
- 0.7084738948007075,
- 1.3003157680505182,
- 0.3051864393828543,
- 1.3242362580154536,
- 0.9768262014763539,
- 0.595456762975645,
- 1.2350252108216146,
- 0.0653197122981418,
- 0.4528369371275507,
- 1.132377503252768,
- 1.3911269948676417,
- 0.8488799336621805,
- 0.32602244862299046,
- 0.6782866257210062,
- 0.897631079223904,
- 0.09066562052061311,
- 0.8323035772227075,
- 0.8899451159022694,
- 0.6600145847268984,
- 0.6879606744429315,
- 0.20911463119804377,
- 0.3889866471382638,
- 0.9408798361213702,
- 0.037940905507911384,
- 0.1968080763372205,
- 0.10975930880984101,
- 0.3036225694131647,
- 0.703687317441186,
- 0.5186323194319304,
- 0.8377148550111652,
- 0.3579023465009601,
- 0.2220933844265419,
- 1.2408544218054722,
- 0.8617176677132735,
- 0.9839227248774696,
- 0.41834795991034945,
- 1.179414022932753,
- 1.3737937773448234,
- 0.7639059569836641,
- 0.5225239517362161,
- 0.5703123062185346,
- 0.4992882184742267,
- 0.2322947402658273,
- 1.1143571082639903,
- 1.2654436994579605,
- 1.0518318819217396,
- 1.0507099492897023,
- 0.44568274724704177,
- 0.16894581066759606,
- 0.9990210732671687,
- 0.24319698126833067,
- 0.6823261878496665,
- 0.2718239820084589,
- 0.9820800040875354,
- 0.7343305113285046,
- 0.5617303189203893,
- 0.12701297173076806,
- 0.12154775157385211,
- 0.4720409556589698,
- 0.46674017747143576,
- 0.36301218197957136,
- 0.49002083318770895,
- 0.06460818145248218,
- 0.12418164141892518,
- 1.3847812069865773,
- 0.36736967970811285,
- 0.17480920243751802,
- 0.8460137157778902,
- 0.4680879827617862,
- 0.7058933383446515,
- 0.47919436754292255,
- 0.2614658731287976,
- 0.34924327665042343,
- 0.06818143429462538,
- 0.29590916346621376,
- 0.27511461394633036,
- 1.1619804960571194,
- 1.0977017386928536,
- 0.6532254470817342,
- 0.5135851480548801,
- 0.4321433556713318,
- 0.291470201834711,
- 0.08681174528168158,
- 0.9182953749568594,
- 1.264304510679333,
- 0.14665948286637656,
- 0.3475220735814439,
- 0.4675916457175257,
- 0.9331210414329827,
- 0.6031133816080186,
- 0.8674394659407805,
- 0.3992260793679554,
- 1.0301649969106246,
- 1.359177897362042,
- 0.3167519112814705,
- 1.0571683989788192,
- 0.9109925957501763,
- 1.3105512636351861,
- 0.751391944454642,
- 0.6982328671594579,
- 0.7351572329697197,
- 0.3850624134605766,
- 0.452688774928121,
- 0.2823680896970697,
- 0.5307843718317038,
- 1.220377187015648,
- 0.2574608729757861,
- 0.6780307228615349,
- 0.7877538941892417,
- 0.02090212078405269,
- 1.2569914699939941,
- 1.0121315528298778,
- 0.7423938212781392,
- 0.32632324056711765,
- 0.6146489024143329,
- 1.0865043009478075,
- 0.6124088209735894,
- 0.5202594742957869,
- 1.3606957896811562,
- 0.41985476961068646,
- 1.2392105009792147,
- 1.3495461151812673,
- 0.9118988190003353,
- 0.9025352122608432,
- 1.3754579767218806,
- 0.3496390173745984,
- 1.342639225866759,
- 1.1184930544887073,
- 0.40821026138832234,
- 1.3817217636585633,
- 1.2160525881511985,
- 1.2266896666354132,
- 1.0270249363051074,
- 1.322081933944112,
- 0.0654244339625019,
- 0.14070097542940022,
- 0.30933430482123936,
- 0.2676062364672457,
- 1.2795061366337288,
- 0.5766214261388187,
- 0.3814633779689207,
- 0.15851739545243715,
- 0.6073862037837846,
- 0.8656642116880707,
- 0.9848000637988993,
- 0.9750185428983639,
- 0.28516679117184035,
- 1.3228072675535563,
- 1.1074871244520925,
- 0.23191552764838838,
- 0.5911836610722927,
- 0.7011376332024846,
- 1.3006730985339892,
- 0.8917211519504422,
- 0.6741650252520404,
- 0.054276865627293266,
- 0.6937166724928663,
- 0.0999551332468356,
- 0.3769622553056505,
- 0.6513690582499221,
- 0.6895074673452908,
- 0.5106283420839909,
- 0.23348825914081905,
- 1.3623910500313587,
- 0.4924329007993399,
- 0.3353080325461765,
- 0.2857614537299932,
- 0.7581522721056978,
- 0.8662910021930853,
- 0.949863481638174,
- 1.3596792346575697,
- 0.1431027708792434,
- 0.09961113282171233,
- 0.5708373346070352,
- 1.3050583191581426,
- 1.112568806985341,
- 0.8246198346665649,
- 0.4042522406922155,
- 0.870952162805964,
- 1.0428062451969593,
- 0.6503248750419881,
- 1.0987149431221679,
- 0.25402863279701393,
- 1.164662642970563,
- 0.546392488204677,
- 0.2537555998677469,
- 0.7403718970965842,
- 0.8969428301569878,
- 1.1551469383688404,
- 0.4294276665574621,
- 1.3673066723738228,
- 1.1014817066162204,
- 0.36033484458404635,
- 1.213866376237121,
- 0.49411647026925776,
- 0.23400493719406018,
- 0.5077971728753927,
- 1.0118162387397291,
- 1.21076343472982,
- 0.8147061741318736,
- 0.22157724542102716,
- 0.25683811668528234,
- 1.288792154280741,
- 0.8245844165070749,
- 0.7484416970194637,
- 0.18515374587211741,
- 0.5980061168824689,
- 1.2998636883669923,
- 0.22305042675729758,
- 0.9391966742549471,
- 0.38441029155828876,
- 0.47914014342534295,
- 0.4402420219792583,
- 1.2009555901989624,
- 1.254115800856878,
- 0.13552761877559566,
- 1.0836964572215662,
- 1.1797776117514571,
- 1.141446889390057,
- 0.2030785188731595,
- 0.25629330033814196,
- 0.30560316095575285,
- 0.7606239068360608,
- 0.556109835441756,
- 1.258301955542005,
- 0.3413266883576107,
- 0.9523753564421205,
- 0.8839324808996459,
- 0.5964346138015206,
- 0.36458642486106246,
- 0.8823031057798354,
- 0.7363206327278683,
- 0.9220816892406478,
- 0.35482739117019946,
- 1.2920088161038752,
- 0.6437552004615634,
- 0.002206066056258046,
- 1.0013455892763325,
- 0.38973649685137723,
- 0.09268964861781062,
- 0.9925990986027349,
- 0.9757513331690569,
- 0.43728714822754167,
- 1.405030948394283,
- 1.2414934900213765,
- 0.7036791991645375,
- 0.09633097953147089,
- 0.6143976409319156,
- 0.6215667064621236,
- 1.3544345083169502,
- 1.3247427614308145,
- 0.3161737766979568,
- 0.9840844781825004,
- 0.842524685739626,
- 1.2992382953915305,
- 1.2331881059484346,
- 0.3568680958230858,
- 1.2226709308451627,
- 0.671750114297382,
- 0.20312001378940356,
- 1.095521805381043,
- 1.4064428050482594,
- 0.19825176661823432,
- 0.6996150289687757,
- 0.525761960617278,
- 0.18444756269726276,
- 1.1735888510391772,
- 1.3751673447355401,
- 0.005299601165400716,
- 0.8404092683598584,
- 0.9617293927446506,
- 1.2318736375762138,
- 0.9669855806448443,
- 0.38921388501987886,
- 1.2751643062783047,
- 0.5396654672750497,
- 0.30713264520852634,
- 1.2994220691200216,
- 0.7377738913074723,
- 0.6215545400627728,
- 0.17574154714777654,
- 0.29414244655072747,
- 0.1850835510779227,
- 0.06649000139096412,
- 1.3292465448450108,
- 0.5225065926039769,
- 0.8063345211562052,
- 0.915290584489851,
- 1.1373665345587618,
- 0.2944975333859503,
- 0.9170064796910786,
- 0.5915102397593385,
- 0.5175028122109928,
- 1.2540049181205768,
- 1.022347099550387,
- 0.09885756518918347,
- 1.3851902334056618,
- 1.1928750983207137,
- 0.9933540529224437,
- 0.2136246390785124,
- 0.06269438668655085,
- 0.4648425110369661,
- 0.854295744276395,
- 0.6421341650748404,
- 0.7323199371817213,
- 0.04489569912221339,
- 0.7124135597204483,
- 0.6560311761945731,
- 1.0719249982068964,
- 0.43792467572921856,
- 0.20736862262348035,
- 0.26541373948568087,
- 0.674568854576634,
- 0.569669154167377,
- 1.0978148946278476,
- 0.6899276246502706,
- 0.14516195958464626,
- 1.0665434485697702,
- 0.7614470359935713,
- 1.033075753567565,
- 0.6799908483257707,
- 0.9732264784943462,
- 0.7556309793387657,
- 0.3594725440961414,
- 1.4082758341611092,
- 1.08073979164055,
- 1.3646223652247036,
- 1.3615472579591383,
- 1.3688902423934233,
- 0.7772636103153441,
- 0.3767433892986381,
- 0.420305433450873,
- 0.657180704850346,
- 0.0950302273804231,
- 0.9108986579734536,
- 0.20531941666274195,
- 0.29114640801130914,
- 0.7388678898088383,
- 1.2306844991858001,
- 1.2715885165878953,
- 0.020805942499424652,
- 1.1942873793977764,
- 0.3474295730197568,
- 0.1456469525582008,
- 1.1365231839744518,
- 1.168339350401576,
- 0.11733143196783598,
- 1.0995131033766916,
- 1.3613459146197218,
- 1.089187450271932,
- 1.3535987344629212,
- 0.5289978869412723,
- 0.8846785522092887,
- 0.4152878897526467,
- 0.029540067541087275,
- 0.18468315381932301,
- 0.2231981865931825,
- 0.5772369310119827,
- 0.49981443161385475,
- 0.2288331473556505,
- 0.9234399348947205,
- 0.7645348904789067,
- 1.051859282202784,
- 1.1353387451053945,
- 1.0683174350026035,
- 0.04644903149622288,
- 0.7703547547887812,
- 0.5980073296849449,
- 0.6102200738924005,
- 0.4404122542048613,
- 0.5885862146897898,
- 0.7695420958869948,
- 1.085577555835244,
- 0.4859404823086267,
- 1.0073189689438875,
- 0.12454573964528365,
- 0.13840242320059404,
- 0.5997466478264653,
- 0.6457873046393843,
- 1.0410257362174418,
- 0.07767656103493636,
- 0.4305559244797391,
- 0.10253422243677572,
- 0.7441985573404761,
- 0.6070215559334299,
- 0.9437624006960695,
- 0.5968252160512737,
- 0.20054735564487133,
- 1.2474032958900008,
- 0.5472076712854637,
- 0.23369398313677794,
- 0.17648967634014073,
- 1.2167278517618196,
- 1.121829962441185,
- 0.6477603960454723,
- 1.2737066278832367,
- 0.09782011081972773,
- 0.44357735827624184,
- 0.9525899202168248,
- 1.0787432623057487,
- 1.0314135075448538,
- 0.1222704025897997,
- 0.4579480306778058,
- 0.5823530090898766,
- 0.9845467599327987,
- 1.0947555510994746,
- 0.8066259804143877,
- 1.3618628233975565,
- 0.16033680866824762,
- 1.1503506297023238,
- 1.2207057170574898,
- 0.15127934377399355,
- 0.1799797333314349,
- 0.6171793370696086,
- 0.44213932559596,
- 0.35557364473213954,
- 0.43620588784976216,
- 0.983576972431924,
- 1.1765763809158232,
- 0.06947414079679065,
- 0.06670423893021137,
- 0.6188477988633319,
- 0.8111154732570776,
- 1.1431163893371579,
- 1.0435437348885523,
- 1.4040174734169037,
- 1.4068283774012373,
- 0.9971806433416981,
- 1.175127652320281,
- 1.0742493831717586,
- 1.1882491188503108,
- 0.2546551501732941,
- 0.8123601429135732,
- 0.5095620413098416,
- 0.47278219986711295,
- 0.7351765396113809,
- 0.9888044209394035,
- 0.5168479897813558,
- 0.36162555583955586,
- 1.1275737154183063,
- 0.5105351097158787,
- 0.3664934588693528,
- 1.4039164546875147,
- 0.5616641654299941,
- 0.8652641266086284,
- 1.0344020501952509,
- 0.6258066213441931,
- 0.23577566070129122,
- 0.23750937627446542,
- 0.4111441994300759,
- 0.7870482114414742,
- 0.46854938817049613,
- 0.8941613109261904,
- 1.1842821802623513,
- 1.2999719317533427,
- 0.4461663444567352,
- 0.7759482475017566,
- 0.28947394866119774,
- 0.30772951045464286,
- 1.3402613186309453,
- 0.5252598118773721,
- 0.28921074660044876,
- 0.3254914489602958,
- 0.663340645983942,
- 0.7450489650989821,
- 0.8011480514081907,
- 0.7822577939885987,
- 1.2809836694232337,
- 0.0185438703724202,
- 0.6755162649629046,
- 0.8048044701696796,
- 0.594667222050387,
- 0.6799338147510371,
- 0.3120246076285844,
- 1.2029776056614148,
- 1.2654763807270861,
- 1.0680936084440176,
- 0.04062999254624696,
- 1.374277236966774,
- 0.8419927639579747,
- 0.27179059328093463,
- 1.0036820142586949,
- 1.3815384619814994,
- 0.35745930585743596,
- 0.20603866350357553,
- 0.7588507209250647,
- 0.21490804310797715,
- 0.4947446465224703,
- 1.1509239891820071,
- 1.301946463047585,
- 1.2883499180742548,
- 0.5422614554473443,
- 0.6655023507993494,
- 1.2938075603149124,
- 1.032670109425257,
- 0.4597263561937438,
- 0.7272452266712487,
- 0.34926332993499887,
- 1.2633956578094947,
- 1.0592958669172925,
- 0.39197577534123584,
- 0.047842177258966494,
- 1.3291587763298702,
- 0.9899082820127191,
- 0.9350618560517651,
- 0.9013046799090229,
- 0.7796641546232113,
- 0.3758553198214413,
- 0.1766546103158141,
- 1.2629822545118314,
- 1.0386167030996252,
- 0.4357939603642487,
- 0.38258141640984195,
- 0.9999156973005506,
- 0.3704200396975845,
- 0.10432541193382575,
- 0.7573586794654913,
- 0.10771660467970448,
- 0.5715280384821546,
- 0.7312801313397543,
- 0.7004596542506241,
- 1.1365847565839189,
- 0.8403654551008432,
- 1.2426416821673325,
- 0.8558240045995242,
- 1.1619729291164058,
- 0.8048570588797859,
- 0.008642216542130954,
- 0.27562986857740457,
- 0.5725557129568547,
- 1.0164848097156345,
- 1.0527500222253852,
- 0.3974278149902787,
- 0.7416715680411892,
- 1.4123597582829883,
- 1.32613974327299,
- 1.2138494565219728,
- 1.1189561817698765,
- 1.3874591058631096,
- 0.3835718782137798,
- 1.2695575573825932,
- 0.7973573834402083,
- 0.8708028683937317,
- 0.6305736900322966,
- 0.8578847263229543,
- 0.6108714937640845,
- 1.2875876910372988,
- 0.4038613992481901,
- 0.281721259596477,
- 0.7492041227018634,
- 0.13478461430682934,
- 0.013416321290582784,
- 0.5181950303880258,
- 0.8094431152619174,
- 0.5916490782993393,
- 1.3661824582947402,
- 0.8551165141559677,
- 1.353746611215803,
- 0.9991567034431433,
- 0.5838934353107912,
- 0.5295225897866642,
- 0.5020786244035463,
- 0.35584624009120114,
- 1.3241019889879093,
- 0.962192302605614,
- 1.2716818689085503,
- 0.6107094650872891,
- 1.0690811246305705,
- 0.5404310767562303,
- 0.5568488150662613,
- 0.2915218912803274,
- 0.27193130775034363,
- 1.0564497728134292,
- 0.4472382769695498,
- 1.3063388714412403,
- 0.41140282999789257,
- 1.3505236788197725,
- 0.2817876406694636,
- 0.17369537408802996,
- 0.2330868957628692,
- 0.9222532084732911,
- 0.2581699691783401,
- 0.26832467775325713,
- 0.04179148421213471,
- 0.7629012598112683,
- 0.07638207114364941,
- 1.3203631572261196,
- 0.39618479934326273,
- 1.3488431422704377,
- 0.195660880704904,
- 0.12811561085207085,
- 0.2862550962049519,
- 1.2109802888304555,
- 0.11985023798208697,
- 0.7471883157388594,
- 0.8869326982778605,
- 0.36696751234688557,
- 0.02203467225918189,
- 0.7075197893194782,
- 0.5546470034881278,
- 0.6223476333409138,
- 0.6969729913817911,
- 0.699470998781923,
- 0.13483666125688673,
- 0.2506343588293545,
- 0.49986797533656363,
- 1.2193256245036865,
- 0.09331851189742614,
- 0.7253187519187644,
- 0.3401406784279321,
- 0.571129083862442,
- 0.9775901037420274,
- 0.717988611651935,
- 0.24774656656095043,
- 1.274898014440752,
- 0.39599408893659654,
- 0.671138620879042,
- 0.20912673457998082,
- 0.07299997274045351,
- 1.0606996854870485,
- 1.3444244596583708,
- 0.2129961124238163,
- 1.267498700558028,
- 0.06079240263353233,
- 0.5711200991043887,
- 1.1007618373026038,
- 1.319929425412554,
- 0.9037132381757865,
- 0.616741884318235,
- 0.5055799096289157,
- 1.0299917107403693,
- 0.5708903187840231,
- 0.5255236128476813,
- 1.2676325602613063,
- 0.7967340108133061,
- 0.26407683049354347,
- 1.3475393205637425,
- 0.16775618012711338,
- 0.17512738063112815,
- 0.6386539764543534,
- 0.6810731128418113,
- 0.11464963507399929,
- 0.7416673682487807,
- 0.506629886574917,
- 1.3686193770320891,
- 0.40700119013222363,
- 1.1703483019246053,
- 0.36755350287818084,
- 0.5612084005806524,
- 0.658631159204145,
- 0.4278707423652515,
- 1.2741234938221992,
- 0.13488972660705434,
- 0.5670005169381204,
- 0.3866021316632297,
- 0.4452171593896894,
- 1.2014374087503759,
- 0.9351067052232965,
- 1.0908900606380676,
- 1.1914980844648129,
- 0.8302208080890932,
- 0.8937939975928368,
- 1.0757817388143884,
- 1.1994306434791988,
- 0.48979903509140554,
- 0.5477024183682252,
- 1.107782830578477,
- 1.3060151049479816,
- 0.21199384844471758,
- 1.290404258511517,
- 0.3772048095225736,
- 1.133823445651165,
- 0.927570915163331,
- 1.2920510305333468,
- 0.6866158073033669,
- 1.397022785426647,
- 0.2715323174805209,
- 0.8045508705816066,
- 0.9282609873068784,
- 1.196293526110116,
- 0.5221887183859456,
- 0.8727252276118235,
- 0.6600571760077971,
- 0.57676700336109,
- 0.7541629355451523,
- 0.05931540301663662,
- 0.8056834962551377,
- 1.0092841122874585,
- 1.1608344979988447,
- 0.8120238750665953,
- 0.4522756884723004,
- 0.8306905047301192,
- 0.8351572498481707,
- 0.39087099994830243,
- 0.005893357296632231,
- 1.2711021661914756,
- 0.5958035173555863,
- 0.36095156052004757,
- 1.0240452365001895,
- 0.15557814799580558,
- 0.9307076425632435,
- 0.912100156012207,
- 0.24378343990145418,
- 0.17573281463970283,
- 0.9778465983226391,
- 1.0328653947122006,
- 0.6163684932161787,
- 0.31459813924093266,
- 1.0255774694368878,
- 0.7277216543547298,
- 0.47299607806944816,
- 0.5571935385444884,
- 0.010054742684469365,
- 0.9991193757269459,
- 0.3938050587962464,
- 1.364829349007167,
- 0.23993906668771908,
- 0.017244806855018866,
- 1.3574856841593843,
- 0.73814204799479,
- 1.2235702854514932,
- 0.6040037714745775,
- 0.628565581745079,
- 1.056521952902364,
- 0.8659040069835245,
- 0.03947139746290392,
- 0.7170556553712717,
- 1.0883036592164004,
- 0.18564415272292226,
- 1.0289130094644594,
- 0.6285689779658404,
- 0.3321550296708134,
- 1.3659444159521061,
- 1.0716128946332444,
- 0.19248366366094283,
- 0.26258793103174116,
- 1.0567792178132587,
- 0.3270110245204356,
- 0.7808037037476201,
- 0.7071547677862856,
- 0.6921636888045741,
- 1.3637225086789688,
- 0.44175048534547295,
- 0.8739236303446029,
- 0.24453743306643305,
- 0.03569612176521107,
- 0.8401462936368236,
- 0.34871332558116663,
- 0.5863571892639179,
- 0.18780049187081416,
- 1.3638000484866717,
- 0.8697483640404761,
- 1.0578494211819984,
- 1.1160210540009634,
- 0.08745218594970751,
- 0.6185598750412171,
- 0.9797985089490666,
- 1.1854868296442274,
- 1.2394947496114983,
- 0.36136774588955056,
- 1.3976696839865446,
- 0.8333920097550475,
- 0.4521968701890726,
- 0.6618334175718743,
- 0.2037352269848303,
- 1.3782540678719502,
- 0.5652549416985131,
- 0.9056952162395392,
- 0.307447170981096,
- 1.284837354759978,
- 1.2594539209518205,
- 1.21564281212881,
- 0.7544853564645867,
- 0.0169625054833321,
- 0.8726741411711486,
- 0.7296554073150201,
- 1.0031644709796768,
- 0.5583230149181816,
- 0.5281360900609399,
- 0.5544818321322117,
- 0.8942090019012182,
- 0.5242475983684682,
- 1.3572126543443344,
- 0.7237282989505716,
- 0.10707140807293976,
- 0.4480007025522695,
- 1.0675760515428439,
- 0.9889929053045404,
- 1.387775232663786,
- 0.006763913826461392,
- 0.8570097851983453,
- 0.7948407060740114,
- 0.9239293931303226,
- 0.8497325454710158,
- 0.9972483624033109,
- 1.0434346262701237,
- 0.8844595249114781,
- 1.1948943331858581,
- 1.1410090844729386,
- 0.8984101455424586,
- 0.4668832341726844,
- 0.8075299183547129,
- 1.2304856958936292,
- 0.28479567962424035,
- 0.7886164660998757,
- 1.248647710280563,
- 0.31070589593152725,
- 0.06809148241471703,
- 0.5806141135813742,
- 0.476215974569103,
- 0.7427296308099459,
- 0.26764103430806757,
- 0.7561361262173586,
- 0.012709920328107912,
- 0.8484059798942691,
- 0.2666669201033731,
- 0.9221508098744067,
- 0.5499505480227238,
- 1.3616938542213877,
- 1.0019702088028868,
- 0.11881383193174122,
- 0.707735923334741,
- 1.1677526332211272,
- 0.6918563892266474,
- 0.7389235508527027,
- 0.4690259158762559,
- 1.2615704405915604,
- 1.2481974350640217,
- 0.17222132652083816,
- 0.7673052283877932,
- 0.9344550841515926,
- 0.45563570352979316,
- 1.1448027207107543,
- 0.7425449675872119,
- 0.7942052980408669,
- 0.49541642386263934,
- 1.0912985391727488,
- 0.723397176017896,
- 0.8195198819150834,
- 0.7632181697239214,
- 0.4237324983484467,
- 1.1581279474686588,
- 0.2697316849730689,
- 0.4322687059090288,
- 1.234829602622064,
- 0.26379507712356876,
- 1.063943353825586,
- 0.45831459794485313,
- 0.6728279748316796,
- 1.3889998651808855,
- 0.015982256852667454,
- 1.1840308397659736,
- 0.4441508109087959,
- 1.411516678099618,
- 0.8327537981327189,
- 0.6361610621524739,
- 1.2792525446384908,
- 1.1624419715560523,
- 1.156967865507905,
- 0.2993887699383142,
- 0.6095687043267501,
- 0.31654017369341,
- 1.074995418030255,
- 0.5371545576804932,
- 0.7318971709665024,
- 0.4278891781504675,
- 1.2522856773588882,
- 1.3465080487641181,
- 0.9747014405440948,
- 0.7960017464472231,
- 0.8798081211618827,
- 0.288070640324387,
- 0.040196454706813656,
- 0.7792832118864715,
- 0.7009113580041867,
- 0.8390494504219592,
- 1.3179499109862671,
- 0.4911793328453057,
- 0.6013503915275579,
- 0.8484347142113438,
- 0.3593556921379883,
- 1.1347891948702642,
- 0.4113729494534282,
- 0.997163776519415,
- 1.1383684422305647,
- 1.2823454073576102,
- 0.24051523241649989,
- 0.10130999812108979,
- 0.3279561168260313,
- 0.6299695091244321,
- 0.3491897831353819,
- 0.9673351620885992,
- 0.0767839752291442,
- 1.4091740962419983,
- 0.3583785519637132,
- 0.26928569355567267,
- 0.6957186496970091,
- 0.8904537144707645,
- 0.6157778872313896,
- 1.4014101452278163,
- 1.2381594463060621,
- 0.9132521866668526,
- 0.40848818834749157,
- 0.7806597551185559,
- 1.3487297574550863,
- 0.8667621197521378,
- 1.0138981673607443,
- 0.3272447574994522,
- 0.742256706988975,
- 0.5421865583315797,
- 0.1801582978254196,
- 0.4948482657384614,
- 1.2719663668585766,
- 1.2631297880339376,
- 0.7561677205695815,
- 0.031440071800257,
- 0.7003274466766899,
- 1.317024020732316,
- 0.28450743458912964,
- 0.8960316035308106,
- 0.9359510381724014,
- 0.6410053383045632,
- 1.0909295746818428,
- 0.19626019697188662,
- 0.23242492462001257,
- 0.48753536227048166,
- 0.7719929089495624,
- 0.6405831371499994,
- 1.1313979838824746,
- 0.976079377553871,
- 0.34095643321431035,
- 1.3776293070118264,
- 0.37762101796865316,
- 0.6301461528005413,
- 1.2088425307205426,
- 0.7850391914219749,
- 0.4802339418244652,
- 0.853137929750008,
- 0.24597693770722012,
- 0.5120794401162058,
- 1.1007131777595363,
- 0.3998347097968846,
- 0.7069088777561023,
- 0.03926508727968233,
- 0.35380731051898995,
- 0.6749129107916586,
- 0.9649828633945383,
- 0.3520633829852791,
- 0.06728483692479648,
- 0.7330580882313003,
- 0.9491452932268174,
- 0.30371892996894684,
- 0.8083507304324012,
- 0.38189652279461267,
- 0.6514839879426919,
- 0.9270702866843421,
- 1.2023231151713596,
- 0.8792347135917197,
- 1.332593805355911,
- 0.23791935649945695,
- 0.2805504987599541,
- 1.004643765617374,
- 0.9994591897941955,
- 0.16777111707558276,
- 0.43876374034070925,
- 0.1288980551019896,
- 1.3488998269757728,
- 0.041475292237655184,
- 0.8616949424108312,
- 0.9169597441486866,
- 0.3764568891610699,
- 1.1650337428093327,
- 1.0330988358104136,
- 0.7340702982814595,
- 0.29626332969953456,
- 0.7676952675442806,
- 0.3270587322812993,
- 0.026761585251087485,
- 0.20866117917002958,
- 0.37891301823228457,
- 0.38828097547933,
- 0.5174018171465252,
- 1.3401636168187618,
- 0.3746929546085161,
- 0.4338539037992438,
- 0.7409240587972935,
- 0.01208592916074516,
- 0.5397591885176716,
- 0.8085783455345925,
- 0.9900516555658183,
- 0.4135094379398994,
- 1.0395425762895816,
- 0.12702587952515335,
- 0.5489081367440412,
- 0.8955354023299996,
- 0.4468219136002454,
- 0.796808967699381,
- 0.43286728764156107,
- 0.2438380907247012,
- 0.23866836224301777,
- 0.667600248191816,
- 0.13885167402964274,
- 1.0473344742418529,
- 0.2351252073794382,
- 1.2854453144940372,
- 0.9108910900320963,
- 0.032321032277718244,
- 0.408381602765611,
- 1.0457365961652194,
- 1.1058818304935498,
- 0.46486110121627633,
- 0.617193113579876,
- 0.4977504905283173,
- 0.17776127833684074,
- 0.9659491554418379,
- 1.2897932623903858,
- 0.6410056334652887,
- 0.06091554021101495,
- 0.7545554417075004,
- 0.34596312354115605,
- 0.21665490344872798,
- 1.193294245026345,
- 0.5179319373363729,
- 1.377829519787862,
- 0.31675446227221804,
- 0.9557620961880915,
- 0.2675074541736456,
- 0.7738217329013568,
- 0.45382320967145723,
- 0.7788849483809335,
- 0.876611735886988,
- 0.6409548073965924,
- 0.6857865501936485,
- 0.7739363546424912,
- 0.9445465166971319,
- 0.4005287133095158,
- 1.3511417875759135,
- 0.964627976691621,
- 0.019130828512999278,
- 0.16409233639889167,
- 0.5861604383605438,
- 0.19889628078819546,
- 0.7734500570468776,
- 0.26183012392543825,
- 0.4971379039942103,
- 1.3220342911061433,
- 0.6140186798007039,
- 0.3302738230777814,
- 0.10210485745161849,
- 1.2623817434664653,
- 1.0204324360686956,
- 0.84501019865364,
- 1.0822875903144618,
- 0.1967201399782712,
- 0.3001641112041568,
- 0.12699419975426385,
- 0.35795940213050703,
- 0.14821028920286042,
- 1.3555664393589666,
- 0.15622214417223385,
- 0.30770751193131246,
- 1.3740294939086972,
- 0.8083495756420825,
- 0.8778762748847606,
- 0.1424805132195077,
- 1.082501580103366,
- 1.1832187884774332,
- 1.0451494887231112,
- 0.5904378892169225,
- 0.9601042360794708,
- 1.2448437654173146,
- 1.0573400086870548,
- 1.0622545714943252,
- 0.532604236773263,
- 0.7174217456472107,
- 0.47731078067675903,
- 1.3736638315675695,
- 0.6094160575365447,
- 1.2203017179367068,
- 0.8277826982707001,
- 0.5671392185196471,
- 1.3253701838727385,
- 0.7365336867293865,
- 0.7469099384812844,
- 1.028747649733048,
- 0.01170483473621513,
- 0.2742200417926427,
- 0.9519003316584516,
- 0.9090367059239648,
- 0.134640991250705,
- 1.1732335043418454,
- 0.10946443716630347,
- 0.004622310244368351,
- 1.2616474420322854,
- 1.002017989475441,
- 0.6208722313409932,
- 0.595919063964134,
- 0.9675574005502062,
- 1.1051251619769304,
- 0.05502163322000457,
- 0.9672969698347886,
- 1.2607807364017793,
- 1.1949449497164635,
- 0.328542942983086,
- 0.9919431267526053,
- 1.0823423717067728,
- 0.508172707750254,
- 1.359633838289897,
- 0.8809259035613317,
- 0.3682040922176353,
- 0.6426209302620762,
- 0.14109900467362954,
- 0.3426427827166293,
- 0.8914442685013683,
- 1.2486186028573836,
- 0.9528351786696142,
- 1.2106436830884786,
- 0.10982255361199222,
- 1.3549680866170875,
- 0.39255899685092466,
- 0.571038815635526,
- 0.40348570903881015,
- 0.909479549288434,
- 0.9335649855285382,
- 0.21602346378868684,
- 0.2739934843515261,
- 1.3185074183320178,
- 0.8806757260718356,
- 0.39272482320258145,
- 0.11012866490055773,
- 0.5906395668307642,
- 0.9133411451970788,
- 0.37540466187546334,
- 0.5056236831667663,
- 0.5367761291082607,
- 0.9274302859903779,
- 0.07255074419367379,
- 0.9263396248856234,
- 0.3032956703566597,
- 0.22019278116566973,
- 0.4414782208573352,
- 0.06584136159231346,
- 1.1280054172840912,
- 0.009838962238073297,
- 0.9101884165191053,
- 0.3132811579859941,
- 0.535092060197978,
- 0.3449108587019518,
- 0.5034063987049048,
- 0.1981580106031171,
- 0.8263943640549142,
- 0.9552629565546059,
- 0.8372606827445777,
- 0.4199330815738059,
- 0.7547425650348059,
- 0.5979609734577055,
- 0.5119294733378794,
- 0.9396641251723008,
- 0.6765685953134774,
- 0.6523235478427721,
- 0.20163395713348722,
- 0.8634825133814301,
- 1.3485389713369103,
- 1.2591106746817642,
- 0.7361325770988696,
- 0.0787465098277818,
- 1.158437402643569,
- 0.17241247331552306,
- 0.5391920895866725,
- 1.2617508890986855,
- 0.783751353895634,
- 0.8645627247993791,
- 0.7907640156520738,
- 0.8309429060232418,
- 1.1734525962745972,
- 0.5460624972674452,
- 0.46607467940290104,
- 0.9050083916978806,
- 1.2711302102796094,
- 0.9147469280081516,
- 0.8890723930547474,
- 0.9771943009311544,
- 0.5203765114973992,
- 0.5602443395273208,
- 0.1599184992745048,
- 0.6489327364729042,
- 0.813099667181003,
- 1.1692812959199146,
- 0.6036325319916518,
- 1.223576899729212,
- 0.20339644545134689,
- 0.9996187510393523,
- 1.351641917839423,
- 0.24947855494395457,
- 0.31347986730196264,
- 0.12655410368354897,
- 0.6239562478541071,
- 0.8096655833983157,
- 0.4647134139705866,
- 1.0833945071693571,
- 1.1936545970691068,
- 0.24726895330316329,
- 0.45044664303215265,
- 1.3559451365510118,
- 1.3262808852088421,
- 1.3310090941331258,
- 1.3806373515578163,
- 0.7885603439738658,
- 0.833329623805625,
- 1.0428162206997922,
- 0.3720844238815214,
- 1.097033901805711,
- 1.0643307240876951,
- 0.497191749375472,
- 0.4378467686098602,
- 0.5462775871346683,
- 0.50647602888803,
- 0.8558228844054467,
- 0.09154675633497224,
- 0.9783426516789631,
- 1.3035340431482907,
- 0.9106231987220184,
- 0.7722338501471748,
- 0.5291267992700234,
- 0.6119627386856281,
- 0.18582465161257797,
- 0.7333053904697685,
- 0.03572675229575138,
- 0.4414499476967234,
- 0.27618831248266135,
- 1.2811166302214285,
- 0.8710238412935603,
- 0.36368081610007896,
- 1.2247480505811195,
- 0.19629211356625165,
- 1.196473621905588,
- 0.9374528325807129,
- 0.15590802615031132,
- 1.380289818746942,
- 0.2247550252201698,
- 1.2473975757492084,
- 0.7056534266140978,
- 1.0617002256064811,
- 0.380790677934169,
- 0.7766554535359953,
- 0.5871221421252415,
- 1.3255806932336869,
- 0.44299074732800797,
- 0.4690122445249611,
- 0.5027300599379779,
- 0.24854462730731033,
- 0.09168774175401107,
- 0.8594985452498121,
- 0.9591467880617036,
- 0.25670463894915163,
- 0.5358191711685134,
- 0.012338447535700424,
- 0.9610214873222199,
- 1.3890729109624904,
- 0.7422660915816253,
- 0.7427295073810732,
- 0.9846954926841027,
- 1.359044879760518,
- 0.24592772791114167,
- 1.3272831573340347,
- 1.3381835398540907,
- 1.3251419810055978,
- 1.042316904641286,
- 0.1506526520779423,
- 0.7723799598412519,
- 1.0263471390082357,
- 0.9573044691036201,
- 1.0695185514889098,
- 1.0398253653303664,
- 0.35176117349821145,
- 0.9248893712433872,
- 0.6205127538207353,
- 0.7452058715657712,
- 0.857159013141963,
- 1.3722822171546976,
- 0.19386376884129078,
- 0.7034127898321598,
- 1.194290224166242,
- 0.7190339206637034,
- 1.0547916278045661,
- 1.333242873149881,
- 0.739136287970081,
- 0.027601133366258527,
- 0.7904152630520209,
- 0.25375322697992425,
- 1.2803886614242486,
- 1.2224081798215167,
- 0.5740996633198076,
- 0.7502878184979704,
- 0.24253676884562864,
- 0.26341178745337257,
- 0.6369514555745834,
- 1.369582682649545,
- 0.6716553099496199,
- 0.2707228962826805,
- 1.0283328689081495,
- 1.127759599133644,
- 0.5704360048562607,
- 1.1808368749932978,
- 0.3425552082389576,
- 0.6272756752960419,
- 0.5242745259380022,
- 0.8963566575673846,
- 0.517051113222945,
- 0.5066825414270959,
- 0.012401457843626193,
- 0.9386921179325963,
- 1.3779929350649596,
- 0.9009423770467861,
- 1.2511347492253737,
- 1.0194480224263673,
- 0.8557925679014974,
- 1.3635335080473117,
- 0.9276024982667687,
- 1.1614956935774727,
- 0.47230147872416667,
- 0.7506639303593744,
- 0.28778401757238936,
- 0.5087908880291339,
- 0.1306810669553042,
- 0.95921577044239,
- 0.8262913890656152,
- 0.27981942869068305,
- 1.1190243205718378,
- 1.2947725605850566,
- 0.007216124404307824,
- 1.2096235970253173,
- 0.07001767690126358,
- 0.897478559205999,
- 0.5869885355263772,
- 0.34203130088706474,
- 0.6797026261731739,
- 0.698113498195898,
- 0.7778311389479144,
- 0.48427610398686605,
- 0.567079750996605,
- 0.5688133350852624,
- 1.0903278036973227,
- 0.7117561639868125,
- 0.26794303465508124,
- 1.3230707812401454,
- 0.7147450790529114,
- 0.11773099047049215,
- 0.565236724380504,
- 1.216218735715772,
- 0.9099631199196506,
- 0.7097497994911875,
- 0.6153181484109332,
- 0.9671994533986994,
- 0.7889025502573057,
- 0.7655213752958085,
- 0.9610126316044363,
- 0.3800073820556893,
- 0.6096836216805029,
- 0.18182556220090795,
- 0.8303698857239125,
- 0.42176293476600896,
- 0.950440464291691,
- 0.3369243692577804,
- 1.3541464612990686,
- 0.3241015683530497,
- 0.6107427132604626,
- 1.3629815168746577,
- 1.0468671901782935,
- 0.7488463530834585,
- 0.7988892612982275,
- 0.9074748550801168,
- 0.8993792232501234,
- 1.060732628580195,
- 0.6276490707563205,
- 0.41678763059519597,
- 0.1464608534696821,
- 0.6220483715882758,
- 0.7967515444117564,
- 0.48543001940839225,
- 1.1847355327828397,
- 0.8315186017964459,
- 0.46521907554982855,
- 1.3362399276158214,
- 0.46984649951663543,
- 1.1287222215740804,
- 0.07691146364590601,
- 0.8500584339129619,
- 0.629230683695849,
- 0.15656709874598168,
- 0.36968951531344324,
- 1.3542275780094484,
- 0.9899413916398712,
- 1.2137498520782664,
- 0.3639913177441745,
- 0.18203920033405846,
- 0.5951147104107308,
- 0.10989717213502097,
- 0.4157612684103854,
- 1.4100217467948064,
- 0.3475633189321345,
- 0.9085878878253419,
- 0.02630501805969456,
- 0.8216491235291585,
- 0.7907724371537629,
- 1.2248381526261463,
- 0.15297083726845326,
- 1.3884216329924381,
- 1.2829742570344516,
- 0.9602889077671104,
- 0.4114302641466861,
- 0.7190886160732803,
- 0.12932662592156807,
- 0.9719314269013737,
- 0.28126354995384856,
- 1.2055403279656893,
- 1.2681915089675209,
- 0.28916969319964225,
- 0.7899596976285346,
- 0.15998002461610564,
- 1.2332463378085767,
- 0.6865011467382012,
- 0.22099588587089444,
- 0.3005346642934892,
- 0.4850661140933501,
- 1.1782194276230176,
- 1.0408991900155073,
- 0.5244908061911379,
- 0.9791453228283186,
- 0.19387468660151597,
- 0.3347052328681541,
- 1.3301051296287743,
- 0.4466309419842973,
- 0.25485828942503513,
- 0.42571628407041595,
- 1.237432598641957,
- 0.060512289876619337,
- 0.3190679444359301,
- 1.3877129760161413,
- 0.6756375117319701,
- 1.1849860255272708,
- 0.2948139550472572,
- 0.29024273740260187,
- 0.40695941727461016,
- 0.3751297517184271,
- 0.6896681597333238,
- 1.3746428766645904,
- 0.2210055102474482,
- 0.653461386958815,
- 1.1016565921903805,
- 0.8490941879523087,
- 0.13301483236450354,
- 1.3145297743580415,
- 0.2263259136595977,
- 0.18123632111462887,
- 0.7480787522922716,
- 1.3794767486098458,
- 0.2468391765677173,
- 1.1383424272880713,
- 1.3819610020423645,
- 0.3117799911353716,
- 0.3830337973610916,
- 1.302012737263897,
- 1.0765295558198167,
- 0.7141679564580907,
- 0.3946286491804864,
- 0.10083276164144293,
- 1.20083228536131,
- 0.5679467950971943,
- 0.5833867910275887,
- 1.1488979787938498,
- 0.6388648277275473,
- 0.9481587096573891,
- 0.9906767622690218,
- 0.894983466550526,
- 1.3091706395980753,
- 0.9148163320458744,
- 1.1147446108753585,
- 0.18871447398299462,
- 0.3211917735535587,
- 0.5044840710258494,
- 0.4558980876276807,
- 1.0560366856838976,
- 0.45278394260025223,
- 0.023747856934453648,
- 0.12806235980072522,
- 0.24341260325845956,
- 1.0497253220344847,
- 0.4820747668705106,
- 0.9705152669880989,
- 0.8648936933434586,
- 0.2793584484503948,
- 0.05742080072003247,
- 0.7069057295919206,
- 0.22256901710148944,
- 0.5268803238121265,
- 0.44968864118442536,
- 0.7085149211385555,
- 1.238909355559536,
- 1.3964868883720036,
- 0.07015317812644466,
- 0.5255134005565102,
- 0.9898001509156875,
- 1.3972103015481627,
- 0.756181783018246,
- 1.0865234711965706,
- 1.1086543752103961,
- 0.6793964339995723,
- 1.0836911867631438,
- 0.551572781271164,
- 0.37981003813050734,
- 0.862864422646075,
- 0.19272083310373905,
- 0.29450747981858494,
- 0.19494623788842547,
- 0.002918099474012418,
- 0.8721778001409837,
- 0.8237215457548047,
- 1.015770193426416,
- 0.1785422292608122,
- 0.3487655267361118,
- 0.5568095164585011,
- 1.2834857974625582,
- 1.3399075839790113,
- 0.6627806769930636,
- 1.0131761192770001,
- 0.8253201669153243,
- 1.1126955794251958,
- 0.044652378369866005,
- 1.3510685403111145,
- 0.14869462848027823,
- 0.9896593486944282,
- 0.6917990528322717,
- 0.2713024384908191,
- 0.3064362409366387,
- 0.553081246380329,
- 0.9648580983198476,
- 0.6885329556976898,
- 0.09792831309495593,
- 0.9492357740030818,
- 0.8308964243813134,
- 0.39553735186397865,
- 0.16851042178892564,
- 0.2938844655870379,
- 0.14682377287555184,
- 0.8603115930999057,
- 0.15970353173287466,
- 0.9327935495145293,
- 1.332557598770569,
- 1.0289327844774376,
- 1.350401707364199,
- 0.8681482363797292,
- 0.29392737651668843,
- 0.7745791274907649,
- 0.5692456775472231,
- 0.6268592095227811,
- 0.4864886944269728,
- 0.9970714929657798,
- 0.657244473374272,
- 1.1105067992739148,
- 0.4960746279464459,
- 0.604331372151602,
- 0.36524922635917434,
- 0.9342282092790939,
- 1.0272158381958267,
- 0.9736535898448795,
- 0.12912426797132742,
- 0.93595853845198,
- 0.6703917957884059,
- 0.6679750242806498,
- 0.9104668569644685,
- 1.386882684383372,
- 0.7928566320117164,
- 0.6976324431322014,
- 1.087850278766715,
- 0.6457222770884309,
- 0.2263755688228514,
- 0.6129602521756645,
- 0.1515454953975572,
- 0.5571444818850935,
- 0.23458692791521468,
- 0.8936516920877485,
- 0.5049978310111497,
- 0.9939062514620403,
- 0.16008176634770993,
- 0.4950066816388018,
- 0.62112155533942,
- 0.5639898856817437,
- 1.0790956913376721,
- 0.9116041990095478,
- 1.0025353874446499,
- 0.577932264449304,
- 1.2745027626534189,
- 0.4540067646110384,
- 0.47245827507561705,
- 1.1890980859664333,
- 0.5874851525959635,
- 0.5426947858987314,
- 1.2085336213866895,
- 0.2209002605969104,
- 0.46110708662948363,
- 0.3659158662862507,
- 0.7359936378764012,
- 1.1666347248653224,
- 1.191080530760925,
- 0.19326581319190544,
- 0.9014434000102065,
- 1.1255332271433363,
- 0.5581673574029589,
- 1.1341165346013695,
- 1.3441192360660497,
- 0.9215293728548248,
- 1.1788523732721081,
- 1.2239267920792625,
- 1.156393863761102,
- 1.2419435755608934,
- 0.8140970582101962,
- 1.3182500132008075,
- 0.6325777805409689,
- 0.7541976057243195,
- 0.3841411550091409,
- 0.7336650830802882,
- 0.592391889518868,
- 1.0007454221262402,
- 0.49295072247686017,
- 0.15678340654364642,
- 0.08464014376937562,
- 0.5568199559029282,
- 0.7428242688605112,
- 0.7638987773356268,
- 0.9048512722662947,
- 1.40517810868857,
- 0.9872564837854368,
- 0.016676890014342426,
- 0.37993429846787635,
- 0.8104777287896754,
- 0.6614240048127255,
- 1.184006737819732,
- 0.44796783113790173,
- 0.8341033566190232,
- 0.5761614013505428,
- 1.1125699947221777,
- 0.7861980510524937,
- 0.11244380099852573,
- 0.44439999712509615,
- 0.5833323169901026,
- 0.6867667630225266,
- 0.8832103263555219,
- 0.7526395349473045,
- 0.028593845480133773,
- 0.40105431098090666,
- 1.3035132960086242,
- 0.2347609139681694,
- 0.38927156854122846,
- 0.6687961924392747,
- 0.6770756877882728,
- 0.26229894180703445,
- 1.2380827932854845,
- 1.255446243196302,
- 0.19116003317810118,
- 0.10897442292684714,
- 0.9192989786457356,
- 1.3443287198531482,
- 0.04195051531884679,
- 0.640306086624592,
- 0.2634348639960484,
- 0.7848650147452143,
- 0.11435113190482285,
- 0.26311622607186336,
- 1.335137783718605,
- 1.0389676182171579,
- 0.8884015798672295,
- 0.9619556786668877,
- 0.22347278585989067,
- 0.3800068657207061,
- 0.06476045404277614,
- 0.3217352066062314,
- 0.043397908211628325,
- 0.22550297402649716,
- 0.9634968321215758,
- 0.936077591857874,
- 0.25700490009175847,
- 1.2241354861511797,
- 0.0565407809763809,
- 0.25584374990943354,
- 0.7051822691547892,
- 0.6248023597854331,
- 0.35085310583384,
- 0.18192666989010134,
- 0.7204323972183321,
- 0.5102034277800706,
- 0.8193520747787343,
- 1.2060685165784357,
- 1.0798101833813236,
- 0.14412254484115675,
- 0.7913768376868349,
- 1.299013970721773,
- 0.6517477270863354,
- 0.6091989745076609,
- 0.5774498364278591,
- 0.3989609824596776,
- 0.5440226014453623,
- 1.2429520128370082,
- 1.0678673848731788,
- 0.030496150667647687,
- 0.5798816955662532,
- 0.11301767714946685,
- 1.0109036300160044,
- 0.3820644098263711,
- 1.1189168081642047,
- 0.6254533417638934,
- 0.8408736904288433,
- 0.646258916664365,
- 0.1891123345795554,
- 0.3908377018988735,
- 0.7775919289574694,
- 0.278068732810654,
- 0.8183665053811926,
- 0.8555096083813144,
- 0.493451152080678,
- 0.4806999532454413,
- 0.5541824551634362,
- 1.1113349083325983,
- 1.2448593081062491,
- 0.5468003763261415,
- 0.061268562157622386,
- 0.641703586669322,
- 0.8308906666411344,
- 0.37871189789113535,
- 0.3444803777017033,
- 1.2451381179570833,
- 1.2184898551384336,
- 1.115220085462203,
- 0.7042968307878377,
- 0.8545367005994218,
- 1.15255145237613,
- 0.022841462750714855,
- 0.8892416821526327,
- 0.41200774890763125,
- 0.12980356911645333,
- 1.0697627148443367,
- 0.8872281352444216,
- 0.6757379975303945,
- 1.1909238993316882,
- 0.6244228735905164,
- 0.7607557950879794,
- 0.5274100566245191,
- 1.3826665256383217,
- 0.8551462599592524,
- 0.698386017779912,
- 1.2924975549837474,
- 1.000332540127978,
- 0.2938330176613964,
- 0.7682157267501696,
- 1.0481339209667195,
- 0.7975491312549605,
- 0.5281372875016471,
- 0.6954606652498982,
- 1.283117895503018,
- 0.22376129519584606,
- 1.0629139703783734,
- 0.5825667936179406,
- 1.4088970553741538,
- 0.5802709344126019,
- 1.2236947545835286,
- 0.37121281421021723,
- 0.005516001419820908,
- 0.8024061557509481,
- 0.7772281266680234,
- 0.6747972617040812,
- 0.215460289452061,
- 0.7039896166486902,
- 0.020819620855581738,
- 1.4010218444744558,
- 0.4083199687332698,
- 1.0267844176504037,
- 0.5517443986496637,
- 0.8355686542075841,
- 0.9565235567395827,
- 0.7439235151447714,
- 0.3249199454229184,
- 0.935757910566011,
- 1.3608630651527172,
- 0.613382407390928,
- 1.2699157039286215,
- 0.08047373719532307,
- 0.9917220084786157,
- 1.3777067183447742,
- 0.5068221594294127,
- 0.7700816510608406,
- 0.20015084859740906,
- 1.0978084613664436,
- 1.02220705003266,
- 1.136370493958372,
- 1.1986048604555328,
- 0.03634822397031291,
- 0.8969929566849807,
- 0.8624186171210914,
- 1.1215417262783374,
- 1.1033391024128743,
- 1.328238257353649,
- 0.7814212364774636,
- 0.15208415589830865,
- 1.0956228881192367,
- 1.3314377020219588,
- 0.17362744759204785,
- 0.7134718820886086,
- 0.005673715480313021,
- 0.9265332920208083,
- 1.134573880715558,
- 1.3430566640440365,
- 0.6329172018955642,
- 0.9092405721081326,
- 0.5040537367183759,
- 0.45689049848126645,
- 1.264044466498127,
- 0.8491136807340715,
- 1.1491846905397993,
- 1.0824491810452113,
- 0.7961399645122837,
- 0.8565147939967045,
- 1.0752954757266773,
- 0.6894504600526792,
- 1.247149599114189,
- 0.9720449113001308,
- 0.40300221891864724,
- 0.5055545394905884,
- 0.5190166319968671,
- 0.9391286137084166,
- 1.325109463692653,
- 1.0333223855240965,
- 0.34537059104591034,
- 0.5764970196693784,
- 0.13284339522814445,
- 0.43608679272088907,
- 0.4713761134526461,
- 0.028514568877839264,
- 0.47964416968367324,
- 1.0987793688314815,
- 0.21349638880855695,
- 0.2179423592070548,
- 0.8371566412445715,
- 0.17776140959954206,
- 0.09344196155667835,
- 0.21539031124716826,
- 0.04412301791013963,
- 0.8808477430670253,
- 0.7434966370833467,
- 0.28177600083134896,
- 0.5478820966554558,
- 0.5371662612142043,
- 0.7417858895479333,
- 0.14011064241444526,
- 0.7234487780405388,
- 0.4950575043067316,
- 0.3413309446159545,
- 1.049630316884408,
- 0.16735995308308188,
- 0.47981897162135567,
- 1.0161848671199776,
- 0.521442391114238,
- 1.3394996594091828,
- 0.2861714573457836,
- 0.7517200278031206,
- 1.402385007501877,
- 0.41443847994714905,
- 1.0189017377296428,
- 0.12428646532931985,
- 1.0170861793243908,
- 0.009946775434567052,
- 0.5040906514618689,
- 1.3468955272828982,
- 0.11092987790102818,
- 1.042189580691662,
- 1.301811258791913,
- 0.7555133719642162,
- 0.1933203222798812,
- 1.0071050148138243,
- 0.7319037037974725,
- 0.6872827654839749,
- 0.6592720007048581,
- 0.34850545987557774,
- 1.2461995939121393,
- 1.184129537191914,
- 1.107249484580364,
- 0.9251779849965716,
- 0.03306927599218169,
- 1.1566716175630354,
- 0.33187366490761755,
- 0.8048119961055235,
- 0.44422873500907567,
- 1.3017268469814882,
- 0.33139606452602377,
- 0.581874049597547,
- 1.3725711799239657,
- 0.3981436680117873,
- 0.643084270174664,
- 0.21685882962405809,
- 0.7003968967923551,
- 0.7238701191583448,
- 1.2287983567770016,
- 0.23789663824608734,
- 0.4386842088713047,
- 0.29030317868073496,
- 0.27226464258766836,
- 0.5009332412090939,
- 0.5177500115800456,
- 0.3798847682586517,
- 0.6685931124448206,
- 0.1900847683530475,
- 0.41348546041805123,
- 0.8797018667819217,
- 0.14558964900017068,
- 0.18110961437100323,
- 0.13501906825048623,
- 1.230647447171538,
- 0.9772379447182953,
- 0.6039680397164078,
- 0.3375871411883151,
- 1.332897666011892,
- 1.1538166762948734,
- 0.9151913348662991,
- 0.028383782628423573,
- 0.44942164022262593,
- 0.6652709855097505,
- 1.009851257668192,
- 0.14364531164440442,
- 1.4055079388759506,
- 1.4033806345079387,
- 0.18596631853411372,
- 1.366425498828035,
- 0.9839226625724374,
- 0.8080556443530972,
- 0.2792256795882303,
- 0.293622185262675,
- 0.1263604723498747,
- 0.39877659072693644,
- 0.6030105211710968,
- 0.04224517975416737,
- 0.28689003078752695,
- 1.3707496183051746,
- 0.07975488473727084,
- 1.065445533963232,
- 1.0224142901232836,
- 0.7455643434029463,
- 0.8448815622528749,
- 1.078679635018182,
- 0.9021240557084854,
- 0.6968975358751932,
- 0.9030608726024706,
- 0.19755358468771525,
- 0.45260822688658336,
- 0.49821207472350415,
- 0.32318874738276687,
- 0.8843258334799887,
- 0.9416952192599177,
- 0.14755556842806264,
- 0.41057478351051174,
- 1.0539678345532848,
- 1.141147545612553,
- 0.8200852523666429,
- 0.32323238885530875,
- 1.3238901999314785,
- 0.6679084058836935,
- 0.08163571877765302,
- 1.35052581113265,
- 0.1688726358180815,
- 1.3637000194117974,
- 0.26741865981202,
- 0.3547323615673479,
- 1.4069231495903347,
- 0.9825547421266605,
- 0.2491070615210555,
- 1.1005379542110079,
- 1.1008334088348444,
- 0.6988350270577871,
- 1.0491896770560736,
- 0.8343423897771385,
- 1.0346787505329895,
- 0.8174606630370737,
- 0.28361679411793167,
- 0.1148728682528382,
- 1.4115917499343502,
- 0.7021585226223618,
- 0.28815457590107496,
- 0.11871414855663485,
- 0.6499279344716887,
- 0.7383116444890399,
- 1.0151626953568387,
- 1.2590268564615983,
- 0.8045373803406672,
- 1.0250864646788502,
- 1.1762003469801432,
- 0.10101612469782599,
- 0.9597728315808891,
- 1.1715570674158078,
- 0.276121895008947,
- 0.3732234490024184,
- 0.6608499079522974,
- 0.863758940975537,
- 0.005724656406458238,
- 0.9634209960045572,
- 0.2722449490559552,
- 0.08614319875790577,
- 0.867665706309209,
- 0.6498362178003417,
- 0.5670754269552178,
- 1.2928217645190474,
- 1.0005376465918618,
- 1.174791602785337,
- 1.2632346785531845,
- 0.2020622725723494,
- 1.214301613295853,
- 0.9313950957515834,
- 1.2384484921117433,
- 1.0659582674864971,
- 0.4042739004120441,
- 1.0032706644116822,
- 0.9255243575985309,
- 0.9538132609568887,
- 1.2061901800829784,
- 1.3551733774990586,
- 0.8365798638066271,
- 0.9964766188119002,
- 0.6765480828111742,
- 0.6382449933933317,
- 1.318988387101978,
- 0.03829140987447932,
- 0.13901359385106907,
- 0.18857203447080723,
- 0.18422794688403576,
- 0.4325117815906051,
- 0.060412182569108186,
- 0.5748486529062307,
- 1.286406939145196,
- 0.5732676451595266,
- 0.7347136539366418,
- 0.9957658950887572,
- 1.0892037550598517,
- 1.1549993779455077,
- 1.1224193997214245,
- 1.0628481453818908,
- 0.7822939628392889,
- 0.41012708040389323,
- 0.023650107188954293,
- 0.11647560357583411,
- 0.5873934824095762,
- 1.2260072335346004,
- 1.2241901752018056,
- 1.4014142407403791,
- 0.9744843951457677,
- 0.276901618707148,
- 1.0690126139228826,
- 0.6323120230021774,
- 0.6886347951009797,
- 1.0889115177423012,
- 0.6548079450647618,
- 0.012118191933645425,
- 0.7161983749910052,
- 0.2915978456165058,
- 0.5006096029773686,
- 0.175174324507343,
- 0.8089412628637049,
- 0.6896509559585849,
- 0.47851348046082615,
- 0.14944123433413628,
- 0.04855885657219748,
- 0.44096619594761416,
- 0.8040355905096794,
- 0.1678142145138788,
- 0.06578699193476142,
- 1.3566364544623155,
- 0.9730887584604149,
- 0.7924449961994996,
- 0.967866188728748,
- 0.5541839119319487,
- 0.965924097981119,
- 1.1555394388512952,
- 0.19438937261289616,
- 1.0560136869759764,
- 0.6268873353104443,
- 0.5849910745928486,
- 0.10608908776089285,
- 0.2389559100615427,
- 0.8873405314302538,
- 0.5495415872395757,
- 0.9795953579557634,
- 1.111420366853278,
- 0.10939109145408883,
- 0.8869931583682594,
- 0.5165085396932516,
- 0.4507004212977996,
- 0.8678121117401139,
- 1.3471965446735588,
- 0.7363953051285241,
- 1.0375098539041676,
- 0.8381150319104778,
- 1.0324451944114985,
- 1.3864691500619064,
- 0.8221897537536793,
- 0.5765416484582546,
- 0.37733431725660854,
- 1.0720352835525766,
- 0.8100117360472059,
- 0.41223958965458773,
- 1.3451778178527647,
- 0.4424154793710183,
- 0.8418530073537769,
- 0.8141503538868761,
- 1.3006389027248053,
- 0.839242080779168,
- 0.3978942053924537,
- 1.1581445125973067,
- 1.3159292855474585,
- 0.08212545480634918,
- 1.0825899650601045,
- 0.12997141226041461,
- 0.4674202868932383,
- 1.0266976146071627,
- 1.3978986727928908,
- 0.4265608318160703,
- 0.8437605944962588,
- 1.0973909306739482,
- 1.2117364755541524,
- 0.13468880025934307,
- 0.47799618758989815,
- 0.45670787926886275,
- 0.6923634007925953,
- 1.18584195087246,
- 0.7115903658493054,
- 1.3628835478199648,
- 0.28471873096348954,
- 0.6163758888315727,
- 1.0251550412372445,
- 0.30653934098308294,
- 1.2314203770848065,
- 1.204796866782086,
- 0.06550318265208074,
- 1.0350718805585264,
- 0.7493661006336186,
- 0.29092654878898183,
- 1.0291129606883684,
- 0.4160800359325451,
- 0.6909187384031026,
- 0.6738596368965958,
- 1.3496036918252536,
- 0.7175400520877491,
- 1.154553074068236,
- 0.8598434208686025,
- 0.412446008499151,
- 0.19423332285443717,
- 1.0552263420680763,
- 1.0120933839769781,
- 0.05526412242046952,
- 0.7638784173886096,
- 0.11677398198847545,
- 0.6069501262021109,
- 0.4080943226484002,
- 0.07376655167632211,
- 1.3025312808429073,
- 0.7947196750243911,
- 0.389380883655048,
- 1.1967317490720786,
- 1.1041599573532201,
- 1.1487856934496516,
- 0.14648303137851407,
- 0.18732397157150477,
- 0.34286752376631746,
- 1.3653143535598047,
- 0.7232318299232506,
- 1.0078184694181134,
- 1.3746889167635243,
- 0.6717025639734718,
- 0.6377391983616381,
- 1.1518018663272962,
- 0.4559104980786695,
- 0.51677258724396,
- 1.1074921495182932,
- 0.7269011203274564,
- 1.0613077405557074,
- 1.0015738325686712,
- 0.7767572615173172,
- 0.7738869900588903,
- 0.6883061249043673,
- 1.2690434397083938,
- 0.3249053138845823,
- 1.3182509938434737,
- 0.6917495330805962,
- 0.10130134254675012,
- 1.2476436381517275,
- 0.17648429537527324,
- 1.2066382098265414,
- 0.591311319764344,
- 1.289561919730501,
- 0.5195069017445628,
- 0.7559774149460887,
- 0.8029215782465992,
- 0.9408652716686291,
- 1.242181461761496,
- 0.9828415982511006,
- 0.3667080078050337,
- 0.9126514891181028,
- 0.38822072227782256,
- 1.291739634046619,
- 0.16099858401002767,
- 1.0286542374097087,
- 1.2321065382895329,
- 0.13739958087107643,
- 0.22436625219774603,
- 0.9990217916363697,
- 0.45527862445076805,
- 0.8250005632056943,
- 0.9390080274066009,
- 0.4085612364697013,
- 0.5171526613396127,
- 0.5678908868702645,
- 0.6003478583591104,
- 0.9404960433269525,
- 0.3302283170962382,
- 1.086427348073248,
- 0.5826563951746996,
- 0.49383467409212667,
- 0.29109058288707157,
- 1.1531777450160579,
- 0.31977400819238916,
- 0.9070900184685222,
- 0.08006041736204249,
- 0.8986041115630964,
- 0.6038885107380488,
- 0.8516493811647475,
- 1.120863042685085,
- 0.4917438143304821,
- 0.2154444659034009,
- 1.0558761276926225,
- 0.20953575177540096,
- 0.8505011541219953,
- 0.41556762546546,
- 0.12452978419034628,
- 0.9990866705158116,
- 1.1657579003181027,
- 1.1735810482665088,
- 0.8440616102920748,
- 1.3318515362354655,
- 0.060649097712114006,
- 1.3011660699459868,
- 1.202828358642428,
- 0.6592100146956594,
- 0.9802884564017986,
- 0.8894158423391206,
- 0.6039568196212477,
- 1.2526652082023066,
- 1.2108401224116523,
- 0.5275542364296458,
- 0.9612104539646698,
- 0.8483648741391427,
- 1.3582891257526075,
- 1.22687199997984,
- 1.2877084718063205,
- 0.1468744372939625,
- 1.38323153728169,
- 0.2757386870282081,
- 1.341257716636491,
- 0.8151340028447196,
- 1.095312894290441,
- 0.4407846636353302,
- 1.3466437070454864,
- 0.8330679784468201,
- 0.6496848247752207,
- 0.6939844213653108,
- 1.2948974727577862,
- 0.012124152402076614,
- 0.5979628742068127,
- 0.7605127927644822,
- 0.7150036003626052,
- 1.0745443083407533,
- 1.0927313333522386,
- 0.4371691662737352,
- 1.1200672430392222,
- 1.3606312016542739,
- 0.5230960033378682,
- 1.264836241461329,
- 1.044657932092402,
- 0.5467011691606175,
- 0.3838676168139974,
- 1.1727877733266856,
- 0.43336350196896967,
- 0.348721656357726,
- 0.4238520471172114,
- 0.4156355861955236,
- 1.0512582942228497,
- 0.4315057535489937,
- 0.7675124489149038,
- 0.8436534207995734,
- 1.2039803763237198,
- 0.8977214641865408,
- 0.8964935268651564,
- 1.0650244959948603,
- 0.850075180408029,
- 1.2105693215482387,
- 0.24813258728762141,
- 1.2679604708280359,
- 0.3773435572108043,
- 0.7608251027284711,
- 0.5086617844815955,
- 1.2024423784254492,
- 0.18112008680371908,
- 0.9577068117251831,
- 1.346109309660203,
- 1.1704028459874816,
- 0.544559151316964,
- 0.9484363520500242,
- 0.23554469707846346,
- 0.5082477172991415,
- 0.9980293574145581,
- 1.3216435143059448,
- 0.11855105932353076,
- 1.2972586878605035,
- 0.9500675244110365,
- 0.7941308771273085,
- 0.9239748685852012,
- 1.3946258412163426,
- 0.836803331401265,
- 0.38577042688517277,
- 0.19360283174869636,
- 0.38027759688032375,
- 0.2218406058439845,
- 0.8756612670535586,
- 0.6738136153854875,
- 0.6518579936344092,
- 0.587236438121575,
- 0.5546404204694735,
- 0.09506433133906345,
- 1.0383989263320674,
- 0.43960344799920076,
- 0.7187041738378113,
- 0.7501003356226473,
- 0.48894590017593903,
- 0.2822137647347963,
- 0.3903138683740368,
- 1.0217528081260046,
- 1.0182916245140443,
- 0.8733959590599328,
- 0.749149371353167,
- 0.7869176297113327,
- 1.0192284607726168,
- 0.3612798221254372,
- 1.221312919751371,
- 0.14274060974576216,
- 0.09383127109791373,
- 1.248557034338096,
- 0.5917334850133938,
- 1.2150355988523824,
- 0.11912441593791868,
- 0.9704263455920451,
- 1.3245156988036273,
- 1.255193650720277,
- 0.7985218216251466,
- 1.1451453548545514,
- 1.30984994859072,
- 0.3168721079239962,
- 0.7804540689519641,
- 0.04835082047553676,
- 0.5492261913023703,
- 0.41715043613351704,
- 1.0002502286310144,
- 0.44326377650566495,
- 0.2839966098493953,
- 0.6108218626214934,
- 0.21198742564774095,
- 0.11337509729108862,
- 0.969128712041104,
- 0.9774723839575037,
- 0.4290040255276172,
- 1.1207540397653013,
- 0.39050561745730084,
- 1.0049403365731342,
- 0.9196927718604787,
- 1.2365485591959842,
- 0.5273330841559598,
- 1.3552538100107516,
- 1.3108242248584938,
- 0.24658723497630042,
- 0.8106428937306918,
- 0.007583749739231528,
- 0.511118608318635,
- 0.9851818327422246,
- 1.183238812347666,
- 0.40554384845195823,
- 0.6577369044587911,
- 0.37216185944396674,
- 0.034504357803652755,
- 0.6307131129153076,
- 0.9427386111645462,
- 0.9244511625694268,
- 0.08676159031649103,
- 1.0905877579508927,
- 1.3781405847528712,
- 1.138968275111765,
- 1.096440163311529,
- 0.8689560902751683,
- 0.9349418888331841,
- 0.3427250646568387,
- 0.8298910229640754,
- 0.9339891964671793,
- 0.7765241284573414,
- 0.6521338123486765,
- 0.5816748003105815,
- 0.7748914774467225,
- 0.8049783796915866,
- 0.2396775827208272,
- 0.4672217509741966,
- 0.11852263514338769,
- 0.5148359997138513,
- 0.4421451028518206,
- 1.0710019589107365,
- 1.0933279454082787,
- 1.3866113387043915,
- 0.5661189293599409,
- 0.19064641842479957,
- 0.6689905844087309,
- 0.14145001430336598,
- 0.3827150465089711,
- 0.8630945363681946,
- 0.32414890497801596,
- 0.25519071711829494,
- 0.7255570815674381,
- 0.0131426792952749,
- 0.25599933622093035,
- 0.3224415262758178,
- 0.7352722731850835,
- 0.6698721217908602,
- 0.032134487821304784,
- 0.3366168884965953,
- 0.7327090940782711,
- 1.3928407979932416,
- 0.8088648193982257,
- 0.052858470361593836,
- 1.2078467864869347,
- 1.0946886922932249,
- 0.9499545367651779,
- 0.14285755764788585,
- 0.6857252104006928,
- 1.3610724268561372,
- 0.9814564991660796,
- 0.08565246841483841,
- 1.139019750646887,
- 1.1298998134355538,
- 1.3519359249462866,
- 1.1891272364414032,
- 0.9537853696479358,
- 0.3402559633769853,
- 1.2866188341832074,
- 0.5716754281294019,
- 0.5241606384612689,
- 0.05315337307188022,
- 0.8265979127731397,
- 0.7933828917989763,
- 1.3039205195201333,
- 0.6024433772704921,
- 0.6797591194205462,
- 0.3374454204036048,
- 1.1621089958137634,
- 0.540888750510573,
- 0.1912047668141267,
- 0.6667300076326975,
- 0.7145032240454691,
- 0.732968362901784,
- 1.22939747237341,
- 1.2458551724673714,
- 0.34554874941088565,
- 0.5399150403170997,
- 1.390255433423855,
- 1.0807864273643366,
- 0.39213351323238604,
- 1.0047819663258566,
- 0.4288467983247146,
- 0.6258247462673265,
- 1.2549611173740167,
- 0.26720503645964117,
- 0.2889286126484715,
- 1.2226138156768112,
- 0.3746718978697331,
- 0.7339784705224428,
- 1.3349886388490024,
- 0.28600503139151895,
- 0.6341445918957285,
- 1.279522585226692,
- 1.3902399789164666,
- 0.9116292047957125,
- 0.6575307690527241,
- 1.1976688861581586,
- 0.6407235961358391,
- 0.5269549514750249,
- 0.7077123135021627,
- 1.2380756849730536,
- 0.6816323204838424,
- 0.7500012245595827,
- 0.5954115721312323,
- 0.7843253574479438,
- 0.7166289369796844,
- 0.03852390155458062,
- 0.6540717337571652,
- 0.26377735992396384,
- 0.621208846608874,
- 0.41245270216268964,
- 0.2214184408968198,
- 0.36263536728060586,
- 0.7670300398720142,
- 1.0919447558120028,
- 1.2849549895333425,
- 0.3164862849882515,
- 0.31687426723337375,
- 0.9079527338815317,
- 0.5898410741670962,
- 1.234846278164726,
- 0.7428216372289869,
- 0.6563954277981443,
- 0.3433429445583335,
- 0.04122613617837307,
- 0.9534965434527142,
- 0.8119113569287422,
- 0.9500985377015576,
- 1.042123613491496,
- 0.7337168226636887,
- 1.3655103208906958,
- 0.6869182345703272,
- 1.2079876434615262,
- 0.5716903252817351,
- 0.5776691787882022,
- 0.6329236995342937,
- 1.3002192453165335,
- 0.8190063138791118,
- 1.275054933735301,
- 0.5686543477010458,
- 1.1900621757441219,
- 0.5143832894446377,
- 1.3227825635600134,
- 1.0525940829728946,
- 0.8899668309776637,
- 1.0499539603799097,
- 0.7771737266862118,
- 0.9679056069083662,
- 1.1727882923604036,
- 0.6031101404480638,
- 0.11028068381791806,
- 0.6306179931028433,
- 0.9804153038875354,
- 0.08839210549418683,
- 0.5057580758979775,
- 0.7703982435216196,
- 0.8618216714723763,
- 0.9492425974763105,
- 0.463182958840537,
- 1.335882096309975,
- 1.1252275791302695,
- 1.381348072706776,
- 0.1109439919931907,
- 0.6367846113433385,
- 0.42988883356779684,
- 0.3571127058342504,
- 0.5581117184386138,
- 1.1352751683180342,
- 0.29867211853076064,
- 1.3104217441213313,
- 0.7004539995944683,
- 0.9609436347952632,
- 1.1391275887823757,
- 0.9295470607497061,
- 0.18768480046196598,
- 0.5398873985849014,
- 0.3448292787868438,
- 0.6172072921713083,
- 0.9661438238721846,
- 0.589642425226157,
- 0.27368677300298005,
- 0.2821991027975209,
- 0.6350420064124762,
- 0.49328165543661917,
- 0.006959695819929654,
- 0.12605144054895248,
- 0.851380689437369,
- 0.5410425446735703,
- 1.0099132678840266,
- 0.5841833397341994,
- 0.9380431773983668,
- 1.331514744380435,
- 0.40278251905013124,
- 1.0726418547672765,
- 1.2093041695342808,
- 1.2531347786529685,
- 1.1280073684743144,
- 0.36313837153441647,
- 0.9416068268112352,
- 0.7018256617569374,
- 0.17361585933732018,
- 1.0712802247175581,
- 1.3940722316753587,
- 1.3629592753494844,
- 0.5961884837402587,
- 0.34232820002410586,
- 0.4140578327017424,
- 0.816357533116783,
- 1.145823986342915,
- 0.7675991402864386,
- 0.42161680300566307,
- 0.8009125972256191,
- 0.7885947925259168,
- 1.273230693905387,
- 1.206843634252596,
- 0.7575693066036449,
- 0.09322439390851257,
- 1.285294674478226,
- 0.97894657679569,
- 1.3560903589675324,
- 0.6798679932462265,
- 0.9972779715058191,
- 0.7419822861060619,
- 0.17420559511231237,
- 0.29135554994097984,
- 1.2008493700988905,
- 0.43351275279814633,
- 0.6506871159015785,
- 1.3048122668650246,
- 1.169156114923366,
- 0.6765422710225671,
- 0.1504189951834376,
- 1.027887865238488,
- 0.5872087407786302,
- 1.0850367442767874,
- 0.9931388602027942,
- 0.5228613609688999,
- 0.7993323565560035,
- 0.7350475610798034,
- 1.41036895024263,
- 1.058371927754099,
- 0.21925728134528025,
- 0.20912719462517387,
- 0.9989976298747714,
- 1.1377335254851233,
- 0.22497936323666737,
- 0.8649394438417272,
- 0.31182221942265637,
- 0.12560960240233962,
- 0.2700569107073623,
- 0.8910327502125964,
- 0.8311045099394462,
- 0.7444969010940203,
- 0.7490106752740777,
- 0.6481930287518626,
- 0.509174540619667,
- 1.098484093133236,
- 0.7338000972675378,
- 0.044293640577559024,
- 1.1929605307837492,
- 1.1167124696128825,
- 1.0962351331945297,
- 0.7528897563673232,
- 1.1915668266566235,
- 0.7962591198834792,
- 0.29565388994311104,
- 0.8950415274852973,
- 1.3619053954165807,
- 0.8644630003249067,
- 0.8153778425742951,
- 0.7157428072125198,
- 0.5758650330030839,
- 0.13449211628549268,
- 1.1056498556813616,
- 0.8444872674584895,
- 1.0674883586548791,
- 0.8632489677357281,
- 0.958953238125967,
- 1.0587332057894816,
- 0.1338373644592641,
- 0.060138700362443516,
- 0.9484958609581616,
- 0.6910125307936952,
- 0.10294113374597239,
- 1.0399688396583686,
- 1.2018550281697433,
- 0.5733332898635096,
- 0.5437148108815947,
- 0.7835677627318005,
- 0.559897334625119,
- 1.2137150750220858,
- 0.3893477277909395,
- 0.6608492965014949,
- 0.9423227930394797,
- 0.6679211052468024,
- 0.9340181453951617,
- 0.042444968154221906,
- 1.3087678956340663,
- 0.50739849026953,
- 0.7560386897709136,
- 0.8331937283802355,
- 1.350142544492756,
- 0.055825954772311615,
- 0.7464519128920063,
- 1.1962895670684317,
- 1.3080224751785385,
- 0.5352766326450483,
- 0.9147920026115968,
- 1.09199894780743,
- 0.06412884102770583,
- 0.2534353223093607,
- 0.2242687941956087,
- 1.3472326159918284,
- 0.29661873239319103,
- 0.9180134777625836,
- 0.25567334877836156,
- 0.09654260575438209,
- 0.7844607646688051,
- 0.18998091504791823,
- 0.7904112435975262,
- 1.1920454579969517,
- 0.17004053018106752,
- 0.584606957063432,
- 0.5768658031911118,
- 0.3747151506647429,
- 1.1666170425286084,
- 1.3527359927890843,
- 1.3820933694295505,
- 0.9066745419802709,
- 0.12667891721784139,
- 1.3514719520236378,
- 0.048191472989946665,
- 0.4375173036393727,
- 0.8138690060490246,
- 1.1260608503856457,
- 0.2831352892338061,
- 0.618152002114293,
- 0.9806487730630277,
- 0.5974152057438189,
- 0.7827909218279503,
- 0.41698700834621966,
- 0.5097195393190481,
- 1.208563362757198,
- 0.4214935136999252,
- 0.34162095215628985,
- 0.05541267699925155,
- 0.3895569507269011,
- 0.7775643712102153,
- 0.6776418208798382,
- 1.3052373591923678,
- 1.144773065769525,
- 0.06399589768690012,
- 0.7960398320504067,
- 0.20533242006907454,
- 0.038717500772951885,
- 1.2076603541350195,
- 0.5847871012221494,
- 1.0965163645317297,
- 0.14911417545195826,
- 0.8499955031705176,
- 0.968677350239543,
- 0.5077631478548552,
- 1.3695163636855416,
- 0.4921443557000076,
- 0.21995888193332588,
- 1.1432381813928945,
- 0.7268511174669975,
- 0.4988496349520015,
- 0.9951745216740373,
- 0.44784076354379937,
- 1.1368718662435258,
- 1.1984050015249916,
- 0.9237722275201854,
- 1.1267441138890648,
- 0.5601052602807428,
- 0.194344687891506,
- 0.888664794776992,
- 0.720488859452691,
- 0.996108501930081,
- 0.6923146324044402,
- 0.7646440801229974,
- 0.6980752516265599,
- 0.9421116211778898,
- 0.017012455184331213,
- 0.15111735456727804,
- 1.1369687370294148,
- 1.034134979823587,
- 1.1133802099544914,
- 0.7886034335335883,
- 0.8619650887802706,
- 0.4617429926770309,
- 0.6173638287561938,
- 0.8811459313593203,
- 1.3918193476663105,
- 1.052978400462017,
- 0.6083201082208057,
- 1.068707358356015,
- 0.8337290753381275,
- 1.152772634900674,
- 1.2446827834067282,
- 1.0445486600775966,
- 0.6228740281727287,
- 0.7659318984973275,
- 0.25544286631839275,
- 1.3693961432579045,
- 0.9745101673306432,
- 0.8566259196366199,
- 0.4191012768297607,
- 0.36388257985289213,
- 0.013855245918498144,
- 0.8649787849302156,
- 1.3629074097798752,
- 0.30009770054948715,
- 0.16808698693143348,
- 1.207738548325644,
- 0.5434491754700127,
- 0.3749949620857019,
- 0.856316202774354,
- 0.7499534126372795,
- 1.0480972099841768,
- 0.7128290288883513,
- 0.09172941864968205,
- 1.3108072418683856,
- 0.2509485755933604,
- 0.5926805965803754,
- 0.9263533592022868,
- 0.8765973055059781,
- 1.0194773973902802,
- 0.65059786052225,
- 0.32311300556479594,
- 1.3772255528011565,
- 1.0103462609761087,
- 0.29000950544747006,
- 0.378548694137499,
- 0.010655902467826227,
- 0.6485150190136071,
- 0.846763903782043,
- 0.628371004852508,
- 0.5692709150462599,
- 0.6714718052668215,
- 1.0901828482106184,
- 0.6856715265362464,
- 1.0225201121446377,
- 1.0530684520822564,
- 0.13163458304900907,
- 0.4565830272026866,
- 0.7553429142553917,
- 0.6980216397196024,
- 0.709774082847098,
- 0.39966134801173436,
- 1.1602365655101936,
- 0.6789100253293728,
- 0.5574496286763915,
- 1.2899615895252343,
- 0.14596946591398866,
- 0.8410971779127593,
- 1.0313543528181184,
- 1.2775845542807585,
- 0.3366833351095506,
- 0.9518357658446364,
- 0.9161403976198745,
- 0.038228502610574554,
- 0.3059940494206012,
- 0.5998584789775031,
- 0.5108557177385337,
- 0.1816920669636739,
- 0.3727568540240902,
- 0.5338021813219389,
- 0.9150412694215995,
- 0.6652223933584213,
- 0.10810163930760086,
- 0.6957938800259111,
- 0.2522753100649569,
- 0.38182387469544377,
- 1.266206516344168,
- 1.1321103461757436,
- 1.2243169744936342,
- 0.9476517451364056,
- 0.6231504697964265,
- 1.0992893505691368,
- 0.9761450034538534,
- 1.4012286449563618,
- 1.0511445387664364,
- 0.5543704806641272,
- 1.3406448814486347,
- 0.9852085689179251,
- 0.7119242907965543,
- 0.6983749525045558,
- 0.5801024585437639,
- 0.21297207754460556,
- 0.5644256866713457,
- 0.18422020776134543,
- 1.0923220612923625,
- 0.550696287857019,
- 1.2406067901535391,
- 1.3369231626093019,
- 0.9729363008529467,
- 0.6931522863385948,
- 0.6498948557401393,
- 1.0645042988601625,
- 0.7597323220821773,
- 1.015100558798383,
- 0.827026695726488,
- 1.2276726755474432,
- 0.8056325664632528,
- 1.3202089056332416,
- 0.6922873376871054,
- 1.131834309249722,
- 1.0134903164993911,
- 1.0004564985559001,
- 0.626782586350162,
- 1.2685817483719573,
- 0.5859896527910949,
- 1.1388307856021322,
- 0.42665931600158,
- 1.1426353138392784,
- 0.11649489305642129,
- 0.3816288933581706,
- 1.3669114131086784,
- 0.8160321085031172,
- 0.733961408339691,
- 0.4222335156754443,
- 0.8038101691775869,
- 0.9713403388581041,
- 0.1789831595295871,
- 1.3987070222512143,
- 1.3835909989562258,
- 0.7758794707515146,
- 0.5013004842523887,
- 1.2940130896766517,
- 0.9262893923530544,
- 0.845434316261539,
- 1.1373131821403557,
- 0.4315612575300194,
- 0.9853764396774141,
- 0.6491254816650339,
- 0.36350726543426526,
- 0.705336442910393,
- 1.2712592826010158,
- 1.3641270013473192,
- 0.3601293592278902,
- 0.4442082640004197,
- 0.9754499022285381,
- 0.5072674662102169,
- 1.0024855153495649,
- 0.07464114598838478,
- 0.8855378387194978,
- 0.5970331612052868,
- 0.22495849300548693,
- 1.1227975539840471,
- 0.8652390890458824,
- 0.20689165838843335,
- 1.2248545302840925,
- 0.5960033354492785,
- 0.31707290451530545,
- 0.6342380932044515,
- 0.973798244508697,
- 0.6224271502238377,
- 0.999383513749193,
- 1.3265516306735388,
- 0.8302816785107536,
- 0.7010523396349113,
- 0.1701820931212007,
- 0.6716145578193434,
- 0.19159202155865096,
- 1.2090675146466816,
- 0.9791455468669222,
- 0.5386763531316349,
- 0.6773304917378744,
- 1.0652381320416664,
- 0.0863715455206643,
- 0.5453198753656281,
- 0.9828949234184569,
- 0.6012050161332276,
- 0.1691988125600662,
- 1.3427815623091066,
- 0.7053317730244049,
- 0.916530637032396,
- 0.7714226822187561,
- 0.3186003432490009,
- 0.2060331584786673,
- 0.33866230147742366,
- 1.1857237264529399,
- 0.8175874109627254,
- 0.816654071251779,
- 1.0358876831742971,
- 0.7343728537771052,
- 1.166536234718843,
- 0.7777060256668102,
- 0.6215322118791373,
- 0.4930263212694583,
- 1.1958370269093217,
- 0.8168193420394732,
- 0.9769807684705557,
- 0.9181611620594211,
- 1.1740306927988935,
- 1.1985945852511406,
- 0.21354937798639492,
- 0.765305285877549,
- 0.5615793552810061,
- 0.9274289279634784,
- 0.07251680178028326,
- 0.5496730131211512,
- 0.18764238948202352,
- 0.6473943042375235,
- 0.024332239483946326,
- 1.3905043585858277,
- 0.6754430636529618,
- 0.6583993232172112,
- 0.9133862244391763,
- 1.189926014819579,
- 1.0505671749023457,
- 0.011287992312612847,
- 0.602237758164834,
- 1.020783182906384,
- 0.5312399875642573,
- 0.6271891496919283,
- 0.4653242127510442,
- 0.6013447189377559,
- 1.4011725231424434,
- 1.0687734668144957,
- 1.020297411362157,
- 0.5839323306111335,
- 0.23960811940975438,
- 0.8554415075490771,
- 0.6245417451484799,
- 0.6555573614163582,
- 0.14262374222240853,
- 1.3205398951206766,
- 1.3700263138557187,
- 0.9776803646755421,
- 0.2768278186280075,
- 0.991998214159531,
- 0.7326030922002085,
- 1.240294721939893,
- 0.4945210098447777,
- 0.5808825192106944,
- 0.8217656507407889,
- 0.3819048242660832,
- 1.1580466968114944,
- 0.5006817937154512,
- 1.1370237381447041,
- 0.790848513534363,
- 0.015737226971844147,
- 1.312260861358968,
- 0.5321542553664941,
- 0.8228217411285161,
- 1.3742701393544718,
- 1.2267960446772508,
- 1.3149855013411607,
- 1.1957715861636735,
- 0.5065961680306408,
- 0.2247062790306758,
- 0.2241228686797295,
- 0.35483431020114875,
- 0.27721585660999026,
- 0.541295248563594,
- 0.4583684474961395,
- 1.3338367366407495,
- 0.5760165140768887,
- 0.6083215836816896,
- 0.6151561455087663,
- 1.4004121389465938,
- 1.0774156247378845,
- 1.3443399594607153,
- 0.8751424861504531,
- 0.4733423514190909,
- 1.0871187546162717,
- 0.07622163735549378,
- 0.18710371578846113,
- 0.176110739934681,
- 0.6580460896237325,
- 0.8495577683602537,
- 0.6241120053145189,
- 0.6321416399106391,
- 1.275615955087326,
- 0.8906180763367575,
- 1.347942489919705,
- 0.13076607465290524,
- 0.8034630208810416,
- 1.3893969883875368,
- 0.9281900422632223,
- 1.1978524297980635,
- 0.3647719698193746,
- 0.4367647743728253,
- 0.9192576210578366,
- 0.7385886310046612,
- 0.5970848681290442,
- 0.893290506640626,
- 1.1894226381610404,
- 0.021714451401685105,
- 0.9424017207517856,
- 0.7515637310533794,
- 1.0422981633849384,
- 1.1728755765774457,
- 1.385486144245515,
- 0.6894797003254705,
- 0.11308753514048336,
- 0.48118521226667144,
- 0.519736336891928,
- 0.15291717471053842,
- 0.5096832190276525,
- 0.8961278566956241,
- 0.4155985387447314,
- 0.9334056840156743,
- 0.881322192396547,
- 0.6004593094645482,
- 0.5248949986115237,
- 0.26639229878045556,
- 0.4580141532110787,
- 1.2911844002712642,
- 0.4223307881983238,
- 1.3207637696871275,
- 0.5537040575985145,
- 1.2733864735072338,
- 1.2838002875307757,
- 0.4687681392193258,
- 1.1492159815031802,
- 0.27705918100722016,
- 0.5663749045433367,
- 1.3733079435572246,
- 0.4829404517136455,
- 0.25663319592155237,
- 0.4282185005541497,
- 0.43906672842482247,
- 0.3783949858423359,
- 0.6516019188071995,
- 0.6795776714709028,
- 0.2164132501443194,
- 1.2740452270212679,
- 1.1602393052920428,
- 1.3561714773291214,
- 0.705873507581259,
- 0.31679145371334266,
- 0.5258915760492264,
- 0.4469347453656148,
- 0.8756934086409165,
- 0.428361642602479,
- 1.251037552878979,
- 0.014453777848343308,
- 1.1338719893748346,
- 0.9216461027457106,
- 1.0933093433635617,
- 0.15626607949833743,
- 0.2758768004012801,
- 0.4369775598078932,
- 0.5972764952951997,
- 0.39480784375248185,
- 1.1200654540726762,
- 0.8383177364947633,
- 0.6983727733352229,
- 1.2550392526553573,
- 1.0587862524191947,
- 1.0272851705010952,
- 0.4541240857443053,
- 0.35840427320237456,
- 0.810342649901382,
- 0.456894616548666,
- 1.2044998894616143,
- 1.261344158867006,
- 0.880495765239519,
- 0.6283398930633829,
- 0.8685430293714975,
- 1.2952721293331062,
- 0.3834367715544605,
- 0.9608976563862138,
- 1.3713456591828628,
- 0.4672922163636342,
- 0.5862904860157516,
- 1.0474697318359136,
- 0.5735501071979567,
- 0.3037770352164171,
- 1.390921150474003,
- 0.39047732494206144,
- 0.6732743992468192,
- 1.0119921825654203,
- 0.5609755081172443,
- 0.904649658909644,
- 0.43347694489062316,
- 0.743154932151391,
- 1.0392724380772194,
- 0.8971867404340839,
- 1.0055181909238429,
- 1.3326205356617262,
- 0.5372152847739735,
- 0.7785866955006167,
- 0.0971432912409807,
- 0.5713712306641503,
- 0.016110892898038385,
- 1.2200410665372765,
- 1.0495692756572481,
- 1.154532125941374,
- 0.8069127715214908,
- 0.6382396624538117,
- 0.01650654358232359,
- 0.612704357630546,
- 0.7221445172072605,
- 0.3989262131675367,
- 0.8348657320729057,
- 0.9934546786596979,
- 1.372428821464528,
- 0.1482104596685361,
- 1.3544392733047008,
- 0.8043444198506035,
- 0.9202110350067121,
- 0.29291791405444517,
- 0.5155665741119486,
- 1.308035546424049,
- 0.7850588153992278,
- 1.0526949348020334,
- 1.2333977496891548,
- 0.3884555068548843,
- 1.2203979105480027,
- 1.31890836994335,
- 0.3763477478068019,
- 1.022331144566311,
- 0.5183140382334912,
- 0.5039411748457789,
- 0.4886997421202388,
- 1.133182071170525,
- 0.5817682965821809,
- 0.6389083287781591,
- 0.010402498662812678,
- 0.842696963028299,
- 1.0673111751007358,
- 1.37086068316115,
- 0.8191069846067142,
- 0.060007097846022456,
- 0.897268886749531,
- 1.362079697950739,
- 0.7742567115037464,
- 0.7066897292501453,
- 1.4075453791275396,
- 0.3477763583873265,
- 0.910120300442714,
- 0.6899286153460239,
- 0.6910741950650136,
- 0.21255931279825668,
- 0.38597120292536313,
- 0.554708325995495,
- 0.9650125530131775,
- 0.0684105423235761,
- 0.3266947077452749,
- 0.23241533860222668,
- 1.1514783941261753,
- 0.49393702589852556,
- 0.04390238756193094,
- 1.225752131895419,
- 1.2475049565119907,
- 0.8279349317562334,
- 0.23233329947234704,
- 0.6391399516835202,
- 0.4176579687424261,
- 1.0657286762562634,
- 0.08244983300279483,
- 1.1925083576558795,
- 0.61152919679586,
- 0.6769771642487424,
- 0.9487687907192381,
- 0.9197018116231823,
- 0.5410895052544387,
- 0.26247792051316093,
- 1.337742196626667,
- 1.3671141791399135,
- 0.46913688566248823,
- 0.9882841287302002,
- 0.20203756934748401,
- 1.1854381837497219,
- 1.3327253902324294,
- 0.8430486932980811,
- 0.2267687362780295,
- 0.04102081460370452,
- 0.9787444930219551,
- 0.46737600497523735,
- 1.0113550821231736,
- 0.8519976606706009,
- 0.6559851088961046,
- 0.585064735464359,
- 0.3320774505399223,
- 1.2566520521922986,
- 0.37416717053976917,
- 1.0787993471696944,
- 0.5426076182264086,
- 0.661600959949814,
- 0.40593610780150885,
- 0.6446160159297613,
- 1.1390618073817393,
- 1.2684550265814347,
- 1.2670714400257004,
- 1.0550267582922135,
- 0.9570327193887662,
- 0.5745430049492712,
- 0.10890917258736406,
- 1.1939352775305767,
- 0.0812791258513233,
- 0.5082697486415323,
- 0.6420256094400695,
- 0.0504776321147838,
- 0.5853486215322874,
- 1.063990053819553,
- 1.4127474961438207,
- 0.6498402999081188,
- 0.6564744348884913,
- 0.02691131125285232,
- 1.1916668824702181,
- 0.6624919355814811,
- 0.06623246080202891,
- 1.1226098834248193,
- 0.10768544243740619,
- 1.264911690279797,
- 0.9505293837179197,
- 1.2583721110335688,
- 0.2418631851166289,
- 0.012964187646194057,
- 0.5752544980825675,
- 0.12364197008442022,
- 1.2474092981781246,
- 0.6115552870407404,
- 1.291869750369745,
- 1.336031501236293,
- 1.2520999698491317,
- 1.0672882228877145,
- 1.2274031186326182,
- 0.11325756428611942,
- 1.1896212414784535,
- 1.0540810921946349,
- 1.0870606646217922,
- 1.3440456493111284,
- 1.165846386395073,
- 0.9079305257254656,
- 0.4208746516141746,
- 0.8478221378983768,
- 0.7646436216083018,
- 1.0166599733048851,
- 0.09016035507855173,
- 0.43526277326763285,
- 0.9375831370152332,
- 0.37297330562027914,
- 0.8497884740400614,
- 0.01999510160345682,
- 1.0630834985785556,
- 0.16063574838876274,
- 1.405368813990304,
- 0.5218817861152162,
- 0.11120926937837791,
- 0.8011333119289679,
- 0.4626399892540576,
- 0.684019540056033,
- 0.35551694075049645,
- 1.0016022672308176,
- 0.8821764763414333,
- 0.21107971855432442,
- 0.4119806158434855,
- 0.3374177220969493,
- 0.7498481486140989,
- 1.1815772379287588,
- 0.9404070847451144,
- 0.11075211289669422,
- 0.8270090905029066,
- 0.7781281723774682,
- 0.43061223038880175,
- 1.2523927221367317,
- 1.3861505175009645,
- 0.8381556197429377,
- 0.8411232705718721,
- 0.37795391159528613,
- 0.4199820337543388,
- 0.011504103054009755,
- 0.05857837828405946,
- 1.315893301797643,
- 0.7003490966891185,
- 1.2428167102209096,
- 0.9019182092079386,
- 0.8919279673569086,
- 0.24238546965591748,
- 0.6826338739744053,
- 0.0439832880040448,
- 1.3658493808608927,
- 1.0399442103845602,
- 0.31511672272292807,
- 0.10911415738360053,
- 0.8677299141971243,
- 1.2789376029120976,
- 0.39825020098011404,
- 0.767591057361874,
- 1.101035920117083,
- 0.7602067071431861,
- 0.09442558052679283,
- 0.42955556701299613,
- 0.8744472499352162,
- 0.23523216812789852,
- 0.1798975503751252,
- 0.9756783270366127,
- 0.9894477433773253,
- 0.7313822355701507,
- 0.6542073979524027,
- 1.305356373881627,
- 0.16489642931049367,
- 1.089651941157159,
- 1.0293500783175353,
- 0.8487556570223778,
- 1.1676883774295674,
- 0.08859110558439291,
- 0.9875817789485583,
- 0.96731678703647,
- 0.6074325592065456,
- 1.1224975889339375,
- 1.3856474681461581,
- 0.6619365858727396,
- 1.0403854509471955,
- 0.2208917320542354,
- 0.24632603367784278,
- 0.8225806432236347,
- 1.0884796854453445,
- 0.7907865173340362,
- 0.03811340964991597,
- 0.09463728829314628,
- 1.0256480086852413,
- 0.8728858529668881,
- 0.09129463860864313,
- 0.7248974616583436,
- 0.6328726486669016,
- 0.8629187850540991,
- 0.011061053320747189,
- 0.4206228819271925,
- 0.9123487034656449,
- 0.5399034177962154,
- 0.32875042965398077,
- 0.5927080727528734,
- 0.741895679793356,
- 0.2655119860625575,
- 0.3656110290007363,
- 0.5222585882210558,
- 0.6704948464766817,
- 0.029508076702412078,
- 0.9436609186560203,
- 0.6724219239693754,
- 1.30281641176493,
- 1.1740549866358354,
- 0.7115708853328625,
- 0.6370214627680355,
- 0.1971981938840854,
- 0.8701577045999854,
- 0.9624827203039071,
- 0.8285370576702363,
- 1.051879548774003,
- 0.8703178265247347,
- 1.004807511115703,
- 0.5813465774067627,
- 0.27435206915021987,
- 0.11439741965771527,
- 0.36522741956283095,
- 0.6859333994111635,
- 0.24988053680293323,
- 0.42319825229491753,
- 1.0342655160773386,
- 0.05388877344217218,
- 0.9267037220319356,
- 0.6298919797872176,
- 0.8661788818484739,
- 0.8021470806291658,
- 0.6032271287545787,
- 0.5986069686326659,
- 0.015349225966180933,
- 0.9275326406567453,
- 1.4078039477155593,
- 0.6484033373322682,
- 1.24744117091375,
- 1.2417688818767054,
- 0.873292586340829,
- 0.3729377504134542,
- 0.8293174779259844,
- 1.3385315801295434,
- 0.8976444227629563,
- 0.576541328524446,
- 0.7148104693367351,
- 0.7410203050335805,
- 0.867274091583771,
- 0.2937570901876383,
- 0.8191699723076895,
- 0.6083252111691244,
- 0.4497321414095855,
- 0.9445504215182811,
- 0.38361908465337285,
- 0.7944375990316246,
- 1.3743305090469937,
- 1.0509548628484686,
- 1.0376093607558439,
- 1.0419009688528869,
- 1.194166784636825,
- 1.1607421266271598,
- 0.16035800111231313,
- 0.9546706988054539,
- 0.2941589015750976,
- 0.4583303026027954,
- 1.2454851513947782,
- 0.38936115418572875,
- 0.08107256053940211,
- 0.46156481764541585,
- 0.451840258481963,
- 0.41708503041344924,
- 0.16288451585212563,
- 1.2407241359036194,
- 0.6531893976307828,
- 1.210468640766369,
- 0.08526937910054595,
- 0.5069105074528069,
- 0.6240584698954783,
- 1.3494336395210798,
- 0.47742681104118906,
- 1.086701179675416,
- 1.174052215454159,
- 0.8794642034263325,
- 0.7407947429089736,
- 1.3627966953721298,
- 0.6158707008516595,
- 1.1475266663835648,
- 0.23562648588486282,
- 0.3748376953470581,
- 0.3582523905983928,
- 0.7476421070795134,
- 0.29573644027217066,
- 1.2017756552200738,
- 0.46924990393193916,
- 0.7848437858147009,
- 1.2187279102479667,
- 1.3052925815740273,
- 0.3513246067942651,
- 0.6968275935063434,
- 0.1409755469582369,
- 1.3516266527747942,
- 1.150160082464414,
- 1.1394325685909903,
- 1.229624182849986,
- 0.8158749028004216,
- 1.0105205667652943,
- 0.13066712794801777,
- 0.6680796667592147,
- 1.3011807255556582,
- 0.9327297134768332,
- 1.4120484488600715,
- 0.5929591528160283,
- 1.0414311518602273,
- 0.7598296349706531,
- 0.5555078677919948,
- 0.2542242314902333,
- 0.7253696799686683,
- 0.5117055732899716,
- 0.8873747075460177,
- 0.6806060620644913,
- 1.0375328817454925,
- 0.15276638915600033,
- 0.11192104760081192,
- 0.580368094964168,
- 0.44322868540701615,
- 1.0580079913488627,
- 1.3433193500288885,
- 0.32889597511452223,
- 0.7526988176602281,
- 0.490905878024594,
- 0.4673934052167916,
- 0.9336236798124466,
- 0.44709378843504366,
- 0.9323746625411332,
- 1.0350486587785055,
- 0.9584921137180811,
- 1.1018207985121033,
- 0.26124251137307575,
- 0.42017901032351196,
- 0.6684188367139428,
- 0.44914389428690293,
- 0.9342368676457992,
- 0.8685026286266431,
- 1.2752070067748993,
- 0.8021523125636,
- 0.06997641698017998,
- 1.0353846447099175,
- 0.7196369743011981,
- 0.978296479887763,
- 0.7757948722280769,
- 0.9982411106926665,
- 0.04651389895477439,
- 1.3666422766545534,
- 0.8651456364344976,
- 1.3377332254923011,
- 1.1957235553151555,
- 1.1776101250028075,
- 0.31672888966919227,
- 0.9627123593584561,
- 0.46095896875636144,
- 0.639647200252279,
- 0.10398142955267674,
- 0.05666559293611467,
- 0.640873532727224,
- 1.225192995269968,
- 0.4462348653355396,
- 0.32506892191902903,
- 0.537635134850368,
- 0.3691435203332467,
- 0.07983896413059285,
- 0.6879428389123642,
- 0.8519562103387666,
- 0.8136046445085793,
- 1.247710094496,
- 0.30496726158530796,
- 0.13025117240182632,
- 0.7247365971363064,
- 0.3047595518813761,
- 0.5825036460493979,
- 0.5289175883599567,
- 1.3679233727972904,
- 0.0866473606845844,
- 0.45770535276444707,
- 1.3936729301898467,
- 0.5997978240753303,
- 1.3904738852256073,
- 0.07006513143961594,
- 1.3320789471617078,
- 0.2983079493688312,
- 1.281190997900653,
- 1.0278793575985783,
- 0.3798143650895609,
- 1.3104555494101,
- 0.024209633633896714,
- 0.4961455685353673,
- 0.6480440740416296,
- 1.1054252277590269,
- 1.2208446194750875,
- 0.2989509476298584,
- 1.3603214781212483,
- 0.36262664302573916,
- 1.3438220630603845,
- 1.2176154239286814,
- 0.3710544084485354,
- 0.5234380181344411,
- 0.9275639745700099,
- 0.9892375220978148,
- 1.02648621982845,
- 0.6926022548876708,
- 1.2574129544579515,
- 1.2733315214727337,
- 0.1433283679075256,
- 0.7182383846210896,
- 0.6646536853063527,
- 1.395032973830385,
- 1.374856087775923,
- 0.5057548176437844,
- 0.10489952104881714,
- 1.3674447187982277,
- 0.504504371650542,
- 0.28545620069966865,
- 0.9078502548257201,
- 0.5338859411627008,
- 0.3719518826103481,
- 0.7762257064277277,
- 1.2103657958086962,
- 1.4005775258152182,
- 0.0021802164488920438,
- 1.3961006702739351,
- 0.734985875428814,
- 0.9421022128064565,
- 1.400491848014248,
- 0.541540193618951,
- 0.884752853996638,
- 0.9904913087225972,
- 0.28433792300359506,
- 1.0231327189717132,
- 1.0766422633718629,
- 0.6720148250862851,
- 0.6599558309404469,
- 1.3859010622776775,
- 0.4763815578876175,
- 0.2362838804705914,
- 0.8555603201298427,
- 0.6982649647618108,
- 0.26575342981720446,
- 1.0942362915260362,
- 1.0713223954307278,
- 0.04312368847611579,
- 0.5080776277553338,
- 1.1509588801753217,
- 0.1956930834610808,
- 0.27349854801910506,
- 1.1449031649838664,
- 0.42960692790887545,
- 0.4242084693075536,
- 0.29632703896159773,
- 0.9702264603260903,
- 0.6166197232158865,
- 1.263053580921065,
- 0.7805917347289241,
- 0.053622383932018645,
- 0.45962548510927453,
- 0.2809126351114792,
- 0.24187797181798204,
- 0.34816735164880475,
- 1.3042350167061667,
- 0.38878975697364326,
- 0.5676984312963157,
- 1.0854726462651687,
- 0.8939807031007594,
- 0.980595332666038,
- 1.238511147688765,
- 0.8219081749961671,
- 0.7769029300485037,
- 1.313902895907586,
- 0.6776595025019643,
- 0.6086984331123045,
- 0.44039912033875744,
- 0.739918888228888,
- 1.0476887291938306,
- 0.30367646985178076,
- 0.8170237898557323,
- 0.18331095504734868,
- 0.8715286328245943,
- 0.4304751143885326,
- 1.2837488763998126,
- 0.11030247300235275,
- 0.8947383608458184,
- 0.0279918146365158,
- 0.5258815998758195,
- 1.388894673931907,
- 0.5613788770452904,
- 0.6842536874594032,
- 1.2556580228931489,
- 0.08737406154090332,
- 1.2062446205473334,
- 0.5570062739401218,
- 0.7276389198245713,
- 0.8295168531921733,
- 0.9535705469063527,
- 0.7939996478411134,
- 1.1096659135050129,
- 0.6217555253854566,
- 1.3371608184707835,
- 1.1014234509981222,
- 1.2093573675795963,
- 0.5068250334036215,
- 0.4442657915270506,
- 1.1687235380634313,
- 0.8921225954741069,
- 1.2813998450745248,
- 1.0540602239474526,
- 0.14182738522351587,
- 1.085476506023278,
- 1.3854462059837958,
- 0.9814818691379261,
- 1.08131952316903,
- 1.1060593135201333,
- 0.14342433421507056,
- 0.6248785597150311,
- 0.46015629401660646,
- 0.6984107123780027,
- 0.3757750320808638,
- 0.5926058601103356,
- 1.0040079199073946,
- 0.5538952558035376,
- 0.7606195363520688,
- 0.03136463804795818,
- 0.5969919522407308,
- 1.0206237731448236,
- 1.0742277080378004,
- 0.0928786201021092,
- 0.5183072520576467,
- 0.15977564920667858,
- 0.7482308304204693,
- 1.2380327583091493,
- 0.03838325213643177,
- 0.8167752789018736,
- 0.487794760407838,
- 0.5031813185506347,
- 0.3001752695535672,
- 0.6630141006419136,
- 0.5414355799770268,
- 0.38917884133719044,
- 0.44004206296766074,
- 0.3158756454690614,
- 0.24294012371356144,
- 1.3778704765797085,
- 0.7079993696562753,
- 0.6491970951487971,
- 0.99534109651448,
- 0.6184176345834685,
- 1.0119827547024878,
- 0.5622667476319114,
- 1.0768674459856191,
- 1.364122893944585,
- 0.47806728396592746,
- 1.3566931915915554,
- 1.2120771954507048,
- 1.2244670376302618,
- 0.7693202251861552,
- 0.31471454129428,
- 0.09977091691418695,
- 0.6086065221535616,
- 0.13388820386837183,
- 0.6086375388641709,
- 0.41976213835373904,
- 0.35562508996914866,
- 0.5408057887260999,
- 0.6595311340109292,
- 0.5620548052750256,
- 0.3315853711365387,
- 0.5194393077587234,
- 1.1718992430229436,
- 0.7775439796011052,
- 0.26268411369757183,
- 1.3592360794076852,
- 0.999958369523331,
- 0.6598612337713782,
- 0.2800691369815564,
- 0.10695965934071235,
- 1.04290124607534,
- 0.6405924886566529,
- 0.6153889725130975,
- 0.7157132634069228,
- 0.4321985533880573,
- 0.7054439370214027,
- 0.7838910158099348,
- 0.45875101721433464,
- 0.27540704778786834,
- 0.799146849399711,
- 0.39278006995396464,
- 0.630256786223635,
- 0.3452225694610275,
- 0.9402405141933711,
- 0.2775321474450313,
- 0.12370563272245086,
- 1.1316731057159108,
- 0.5803917537242961,
- 1.3774160029379363,
- 0.6082175585130373,
- 0.6738815699554995,
- 1.381398917794699,
- 0.17405205436635554,
- 1.1489113503693948,
- 0.7828227111886491,
- 0.2449912417265072,
- 0.25085874801991037,
- 0.8947768289893111,
- 0.49248249719085574,
- 0.8149853931399793,
- 1.257321262027692,
- 1.3612954444764351,
- 0.6612087579177682,
- 0.8328858056000619,
- 0.25741594517676836,
- 1.21615710745546,
- 1.3749772280112966,
- 0.27912783183391787,
- 1.2023634397521008,
- 0.1474288772315972,
- 0.05760926716909039,
- 1.0913749357568,
- 1.3842697288517736,
- 1.3389308705659861,
- 0.3325406607208515,
- 0.6669395676997522,
- 0.4936763850854052,
- 1.0094232485161367,
- 1.1219064457891188,
- 0.877095902490578,
- 1.0199112300277604,
- 0.9264179897616424,
- 0.28234501057835415,
- 1.3135019754742212,
- 0.9010718740381525,
- 0.8512131576838602,
- 1.3881981178034375,
- 1.085899677384697,
- 0.4661207878218899,
- 0.4481897005510827,
- 1.3267480874634756,
- 1.1600363916270624,
- 0.8580243434464768,
- 0.33723739813035414,
- 0.993630967596892,
- 0.429836774660577,
- 0.12790772033590433,
- 0.7763628962671133,
- 1.2307220716730978,
- 0.5238978671869562,
- 0.20727238127854855,
- 0.6310914002966275,
- 0.5866999732059861,
- 0.17881693364400436,
- 0.08307288857416555,
- 0.008979984817830756,
- 0.6317814752326167,
- 0.8811756536821138,
- 1.2759072608777018,
- 0.13439773809579503,
- 1.1387058871733453,
- 0.9835145033175593,
- 0.15757086758651634,
- 0.42677592666015196,
- 1.352776384776051,
- 0.16791905412973193,
- 1.0520534270159376,
- 1.0305621920836798,
- 1.1605622706810905,
- 1.3686744353196945,
- 0.020663672071165172,
- 0.7041539490324346,
- 0.00500101513164798,
- 0.8109279115873784,
- 1.1401074351431157,
- 0.16396568978889275,
- 0.6407569689593849,
- 0.7584977901491048,
- 1.145101397351149,
- 0.24908879717744403,
- 0.7673249635920293,
- 0.20856247167790357,
- 1.0357764902794206,
- 0.9836874382849311,
- 0.3380836897552913,
- 0.3283529407747966,
- 0.5477248380204339,
- 0.6792317665212725,
- 1.348089330565472,
- 1.0747946957725287,
- 0.8069936593574171,
- 0.2855185067635043,
- 0.9387430746050368,
- 0.7711330408584529,
- 0.8719203893994658,
- 1.048354655517736,
- 0.7520459387933177,
- 0.8938013561517282,
- 0.26789909953545477,
- 1.0334036789459917,
- 0.6789390929126065,
- 1.1965140930083915,
- 0.6106056292222466,
- 1.2894907759275909,
- 1.2022507637107223,
- 0.5326269000492136,
- 1.4041797140037828,
- 0.11409533042442926,
- 0.5856470532828971,
- 0.2729825255788774,
- 0.8579163822366478,
- 1.029683641714413,
- 1.0772767415711244,
- 0.8711502095492775,
- 0.1366197697067659,
- 0.007485562222451142,
- 0.7986733970207429,
- 0.4919995863782494,
- 1.343232345118008,
- 0.6781881352376442,
- 1.1612763586891037,
- 0.7067705393996302,
- 0.1718759803468648,
- 0.012758066120997535,
- 1.1191530033431167,
- 0.3517376112880073,
- 1.3387777589327086,
- 0.4908015265300151,
- 1.1619774523913298,
- 1.4000955179954317,
- 0.3518578848039214,
- 0.2714858568081526,
- 1.066039478288181,
- 1.10108910599702,
- 1.2311963508609665,
- 0.7794635706275123,
- 0.8102225413814125,
- 1.1597898778804931,
- 0.9991889448471397,
- 0.7053795804965064,
- 1.1154154096803945,
- 0.8615213853705627,
- 0.6998787726800715,
- 1.1625467704776198,
- 1.403728989262595,
- 1.3519808322111164,
- 1.0360320194856123,
- 0.5178277989600472,
- 1.2147656014471833,
- 0.9531024604534766,
- 0.9903792984210111,
- 1.091432449110313,
- 0.2724084432042619,
- 0.4739589233264305,
- 0.3292015770696625,
- 0.3436569987951878,
- 1.0596397407899216,
- 1.1013704949164642,
- 1.3388676501113554,
- 0.7929492254276169,
- 0.0816939747071329,
- 0.3887187732427363,
- 0.4685981268238909,
- 0.9543431668088111,
- 1.0862320966243542,
- 0.8245787249141235,
- 1.1866769608671723,
- 0.504027488592728,
- 0.546369010376426,
- 1.0341641702582183,
- 1.0975039480708797,
- 1.3299571068946712,
- 0.07785107375641255,
- 0.4035523649563362,
- 0.5117960819652936,
- 0.5074201415444997,
- 0.17108759425200082,
- 0.40980990787910515,
- 1.2447178839574846,
- 1.2858742252963182,
- 0.39333884993354984,
- 1.0758225431877562,
- 0.18063584166281582,
- 1.4018854396302545,
- 0.7663777279413317,
- 0.3170365075007236,
- 0.9724402791595222,
- 1.019339767842306,
- 0.450598340770657,
- 0.41797131106353413,
- 1.2448797636677198,
- 0.46915933093350926,
- 1.0896986415809444,
- 0.14363145422786067,
- 0.8552550098703129,
- 0.9379322933779468,
- 0.48372213414057136,
- 0.56869296309298,
- 1.0923874879833229,
- 0.21098032019274676,
- 0.19723324040268364,
- 0.11855891361537473,
- 0.5059177060590399,
- 0.5470510975152731,
- 1.2883752836306186,
- 1.353370676249475,
- 0.9067384274948238,
- 0.9391564738157981,
- 0.15704079170471646,
- 1.042579313193608,
- 0.9625438031433449,
- 0.11266052115940933,
- 1.3157786294425633,
- 1.306663590195344,
- 0.8317623552295553,
- 0.2507822128942392,
- 0.927883568844449,
- 1.1955196855863268,
- 1.2434624462853838,
- 0.7815325861973678,
- 1.1862405619069563,
- 0.6973248418033902,
- 1.0639060308803403,
- 0.3913220492287149,
- 0.23159631547579065,
- 0.44280534906032676,
- 0.8156561396314791,
- 0.987465943686679,
- 1.252907116968856,
- 0.3464181975023306,
- 0.6977485967983208,
- 0.49915013964181876,
- 1.3177565096032462,
- 1.1621696423552152,
- 0.16428520868287524,
- 1.2365660653211932,
- 0.7372933313906695,
- 1.1068682364187858,
- 1.264011215643146,
- 0.9649257467918356,
- 0.4221165288923716,
- 0.26058424039977934,
- 0.5671447596896801,
- 0.8828411613653386,
- 0.6472268305686796,
- 0.37310598771578046,
- 0.05045840797884188,
- 0.1031308254673738,
- 1.4105731200858675,
- 0.19685401064270744,
- 1.0004907575466548,
- 1.298536527274129,
- 0.3571811621472635,
- 0.250889903570946,
- 0.6199661034144541,
- 0.662072427706149,
- 0.36699390166242857,
- 0.659782091529117,
- 0.6186770769443455,
- 0.8357343500111925,
- 0.5900662043703194,
- 0.5936216780272884,
- 0.4996046653368734,
- 1.0187358626356569,
- 0.5174241182454643,
- 0.6084591880254958,
- 0.4279241247739504,
- 0.3837395048139111,
- 1.2488392924743532,
- 0.7766861811899262,
- 0.8634470186091086,
- 0.4095129509240529,
- 0.6368980173004943,
- 0.92002504233711,
- 0.6347857787717511,
- 0.5619868785338759,
- 0.6809516230084443,
- 0.19495027975803436,
- 0.28412973940402153,
- 0.46742313104848926,
- 0.4566523374069729,
- 0.6486826551898645,
- 1.0033754930133272,
- 1.1320198853168808,
- 1.2243089631797228,
- 0.0033295550727544736,
- 1.263667993725898,
- 1.0097803281702447,
- 0.622304849869229,
- 0.8008269799710468,
- 0.7279778574766079,
- 0.6633274345920069,
- 1.2647852910821327,
- 0.7546466937268026,
- 0.22678243921312385,
- 0.8566840245384449,
- 0.8472599296901215,
- 0.4882395522823398,
- 0.5769261349224576,
- 0.41628598033203057,
- 1.3392816264441798,
- 1.092553617163368,
- 0.5432751411336701,
- 1.1064769247068864,
- 0.583299244581698,
- 0.9993250905853325,
- 0.5893607841921261,
- 0.4159980313199594,
- 0.5993983413626471,
- 1.3257105683589308,
- 0.8308816721533927,
- 0.5367470440017573,
- 0.47399904529857834,
- 0.4761119337102467,
- 0.6684347006486523,
- 0.9432737728255081,
- 1.0672375806849106,
- 1.1265195363482927,
- 0.688646613911992,
- 1.0545591110092063,
- 1.0119672343447637,
- 0.15740066537543249,
- 0.42357398251414174,
- 0.6871555291827798,
- 0.32007731909717296,
- 0.008056017086889506,
- 0.7561680454667885,
- 1.3230454246606964,
- 1.3531637535678946,
- 0.5141421101904099,
- 1.3222137174582926,
- 0.8613453988381992,
- 0.17112346764990352,
- 0.7509918414673625,
- 0.3688148188591087,
- 0.813213201740233,
- 0.10291764999803615,
- 0.40225255320901804,
- 0.92919110129072,
- 0.7027824427376598,
- 0.08110857624554024,
- 1.1658217191330233,
- 0.4016696694781564,
- 0.6764165101650741,
- 0.641278528431897,
- 1.336685887329153,
- 0.2167500359517741,
- 0.39325367614682116,
- 0.9802459368704726,
- 0.07275322724773442,
- 0.17458802889717714,
- 0.5178770531253301,
- 1.3426241059707413,
- 1.1109452567758664,
- 0.9343048008158527,
- 1.184661517657473,
- 0.8054363116578979,
- 0.5232060742855317,
- 0.9238921126802982,
- 0.6782344333896275,
- 0.7987515739127834,
- 1.0724230830263835,
- 0.6530797609539685,
- 0.3689741353687049,
- 1.2706101369376201,
- 1.1719593433435602,
- 0.24361018759943565,
- 0.28769211931726313,
- 1.1139951060132038,
- 0.08741836799293962,
- 1.3143589537564462,
- 0.8053006550000856,
- 0.0822303329969533,
- 0.2129424332412357,
- 1.1631302361575153,
- 1.02297257387775,
- 0.23696349937281078,
- 0.8249450601730616,
- 1.1444552240007848,
- 0.8992254467218268,
- 1.2105721210722937,
- 0.8095800515216169,
- 0.09330526480026262,
- 0.5637612103982783,
- 0.17131537794516669,
- 1.343529873465982,
- 0.4064342286724479,
- 0.36389021966928065,
- 1.3501083749072633,
- 0.45609431993135724,
- 0.5102672113194615,
- 1.3582574022425844,
- 0.9110605642349509,
- 0.6886074480962411,
- 1.1369274483642156,
- 0.9504631683591724,
- 0.7695083703182205,
- 1.242660036044273,
- 1.4068032036477671,
- 0.22993143094652885,
- 0.5722942149593279,
- 0.6142098758167472,
- 0.29756130269512454,
- 1.3166534310491087,
- 0.5421217504272023,
- 0.7348958913279335,
- 1.011054536844661,
- 1.357259609604855,
- 0.28279512908708837,
- 0.5672897066064853,
- 0.1142173414189232,
- 0.14593978195879553,
- 0.23003420862538712,
- 0.7508928418418028,
- 1.0376717238005495,
- 1.1384803300458846,
- 0.21044868809000722,
- 1.0132538166818015,
- 1.3234844172788651,
- 0.5437951692630191,
- 1.3865694220466824,
- 0.14078334558004013,
- 0.12954454917284,
- 1.1277279608150643,
- 0.40233920416125896,
- 0.7290718521883954,
- 1.342509080180829,
- 0.8963038434033272,
- 0.25056132211432136,
- 0.9980619317468832,
- 0.34082339033793063,
- 0.5317416450741679,
- 1.1307730635806,
- 0.8151504472015707,
- 0.7931345731223817,
- 0.6250594871276057,
- 1.2461554502961787,
- 1.0870367557559693,
- 0.21718693824100863,
- 0.14320756089854209,
- 0.4301654461311351,
- 0.2989994678396237,
- 0.4550405596895936,
- 0.5295865125816576,
- 0.3827789323014048,
- 0.21479847320064122,
- 0.5765536715274698,
- 0.8926347773611274,
- 0.8713537165119767,
- 1.089024093301899,
- 0.2592828321885861,
- 1.2921143983339816,
- 0.20395738268832053,
- 1.0947400276417174,
- 0.6269668553725566,
- 0.770117694272193,
- 0.3189413967345377,
- 0.5310291230960542,
- 1.1281341781844685,
- 0.9252447620857606,
- 0.3578388462522545,
- 0.4795651033167133,
- 0.41777118349966935,
- 0.756336595453983,
- 1.336270745271971,
- 1.0156264672976734,
- 0.6429373180297466,
- 0.2608129550953742,
- 1.140846627977766,
- 0.4100083563214804,
- 0.853884292803587,
- 0.3083125244763275,
- 0.010083020715365027,
- 0.27712425590697704,
- 1.0372731636227372,
- 0.7144412947511829,
- 0.8292749776958059,
- 1.250418436674252,
- 0.3151523306501384,
- 1.054308368268335,
- 1.3779526626517027,
- 1.0633619394775036,
- 0.36161363799746715,
- 0.5613454139218551,
- 0.3112484245706376,
- 0.7789904229991358,
- 0.8138046013002546,
- 0.5106317706113879,
- 1.2110984287356554,
- 0.3661906736879669,
- 0.7538516786154459,
- 0.31501531696290497,
- 0.2471484031751958,
- 1.2411286012587492,
- 1.2419055726163175,
- 0.7377505941629181,
- 0.9663618607046567,
- 1.283327055140059,
- 0.7709683351652963,
- 0.4567418285265961,
- 1.264793275259846,
- 0.1501536997801093,
- 1.0031834116590526,
- 0.3159769745245602,
- 0.7825331933989981,
- 0.2659704385361688,
- 0.29984934027471727,
- 0.6382934209005751,
- 0.3682967973440324,
- 0.33569990336677563,
- 0.8078550110235506,
- 1.151818611771304,
- 0.012867626409756864,
- 0.5182613069985599,
- 0.08807970449352562,
- 0.04930743992288515,
- 1.092078617266607,
- 0.5362470918242064,
- 1.3079069715938119,
- 1.1232762866601294,
- 1.3099381253590479,
- 0.7657201963117216,
- 0.32242879260183627,
- 0.26862908253749596,
- 1.389255616611767,
- 0.5043085463527062,
- 0.8483847437390664,
- 0.7672751896485471,
- 0.26831838439960515,
- 0.9470548016347549,
- 0.9547739102156375,
- 1.298520185437174,
- 0.04796272858040098,
- 0.4428113697405619,
- 0.8473138857187297,
- 0.613126461226692,
- 1.1569831051924995,
- 1.0001321926899873,
- 0.7386372408329441,
- 0.12141024784430879,
- 0.9886506293633458,
- 0.423863582645013,
- 1.0570211242441951,
- 0.5190525419946906,
- 1.372131947603504,
- 1.1402018401768839,
- 0.17750278206795564,
- 0.7130751599627715,
- 1.093568355674266,
- 0.23009859416597983,
- 0.6251681015228371,
- 1.2158803215249956,
- 0.9064511621069454,
- 0.5037438439844073,
- 0.9378098634209389,
- 1.2496085629834042,
- 1.2521793491766602,
- 1.0417990931564547,
- 0.8558127544649097,
- 0.976119437676394,
- 1.40847486521839,
- 0.826993418005557,
- 0.7120931635691946,
- 0.17508457201383198,
- 0.6975410551613108,
- 0.8670058969593842,
- 1.1499955492238334,
- 0.22568754712383426,
- 0.23675102934955303,
- 1.1317644810649503,
- 1.0258363146180827,
- 0.5584677139385062,
- 1.1394695475603707,
- 1.0639650405302703,
- 0.668066754260397,
- 0.5643659582606873,
- 1.3038814312408096,
- 0.5112136562008501,
- 0.04432176148984806,
- 1.3130349552366183,
- 0.04681962902688803,
- 0.3727700260413849,
- 0.5801108514936735,
- 1.325315471912544,
- 1.394763334796847,
- 1.1799705402254226,
- 1.2152724688036127,
- 0.5130003683967297,
- 0.7956636711876115,
- 1.3820972366268656,
- 1.3053042477710046,
- 1.105688664147736,
- 1.2372637438658316,
- 0.7448909513527544,
- 1.1249644234858542,
- 1.2358359917269142,
- 0.6589735661599997,
- 0.5956235510002164,
- 0.9659246491838301,
- 1.3514943297868574,
- 1.2087777873597831,
- 0.0805528535125547,
- 0.8138847059092924,
- 0.6134110632616214,
- 1.2080587592716918,
- 0.5710313584997779,
- 0.9700403942310426,
- 0.7947130794187778,
- 1.1585877053275557,
- 1.2312994804684887,
- 0.10639929953005102,
- 0.40583428723680753,
- 0.694069796517319,
- 1.02818492328668,
- 0.6078368048170275,
- 0.4619930453816044,
- 0.29523613136142746,
- 0.5747232095442456,
- 0.3462736568650628,
- 0.6925119856357473,
- 0.11544954497998827,
- 1.029353793334558,
- 1.1592629661354006,
- 0.17754399537420354,
- 0.03862898609731185,
- 0.39648432468583805,
- 1.131611433285925,
- 1.1799959962101902,
- 1.2031922748576283,
- 1.0809598503631355,
- 0.26579068702863873,
- 0.19938209452426198,
- 0.7773508430020055,
- 0.24815554289744432,
- 0.08491480823882183,
- 1.3723790250813874,
- 0.5461770061200291,
- 1.3612538236695098,
- 0.7081187874833189,
- 0.6252380816546377,
- 1.2549688886349415,
- 0.8052235875059135,
- 0.8967129635350931,
- 1.2250264753530906,
- 0.2184747927925665,
- 0.31455280721117035,
- 0.8651005069731391,
- 0.8465276152464682,
- 0.9210597569782701,
- 0.5760417865503037,
- 0.3144829175003016,
- 1.3800461606701209,
- 0.04208106310731294,
- 1.2898548548236497,
- 1.054445119865031,
- 0.8352298023513565,
- 0.9276918054431844,
- 0.39843842299473314,
- 1.4030485436361677,
- 0.5753999092343609,
- 0.20273841490175637,
- 0.45931488463937703,
- 0.5289698574358636,
- 0.7552453766759042,
- 0.4647854526706609,
- 1.0276524769667847,
- 0.09068175734873443,
- 0.5471863928597361,
- 0.2462510095178633,
- 1.059839852121592,
- 0.4320396618535889,
- 0.09834959740565058,
- 0.377576810224711,
- 0.4036537656019127,
- 0.9483578814304753,
- 0.27106370113383255,
- 1.3681998226154681,
- 0.4631336397385088,
- 0.7407607610199046,
- 1.209359212684124,
- 0.2750950556102433,
- 0.9353771305553794,
- 0.44468087485670976,
- 1.096921511103675,
- 0.4562046050921554,
- 0.9441208109700346,
- 1.1400561943088057,
- 0.6301837347240531,
- 1.1889612263993474,
- 0.4844062580386678,
- 0.7329805509235053,
- 0.9132466589058696,
- 0.1260974307753324,
- 0.21821349333332302,
- 0.823921734634465,
- 0.2645925917262722,
- 0.9615174638769431,
- 0.9917029094904823,
- 0.9090962959619486,
- 1.289030582151595,
- 0.3259488604754892,
- 1.0336522947139954,
- 1.1227313769047258,
- 1.24665526160973,
- 0.6701385972415954,
- 1.2552232508467407,
- 0.21513863029794314,
- 1.2908156163287818,
- 1.0932401304386268,
- 0.5418541201623062,
- 0.10346408888521888,
- 1.221573831353347,
- 1.3404688892710834,
- 1.2194056756665714,
- 0.8894391520637969,
- 1.3320338751773129,
- 1.1705107082854314,
- 0.49215580361371836,
- 1.2942818547918853,
- 0.8802277139686147,
- 1.0684108880346754,
- 1.2093145230576463,
- 1.0356109166549112,
- 0.7356042098289316,
- 1.175928486373472,
- 0.8120069124922195,
- 1.0631704675684472,
- 1.3461087461896388,
- 0.2035136628497988,
- 1.189514223037205,
- 1.273929107070714,
- 1.0640481905541794,
- 0.008205787210735753,
- 1.307265650480318,
- 0.480838173601188,
- 0.8532778711784106,
- 0.44305332479143855,
- 1.2228302668143094,
- 1.2193935610721773,
- 0.2018779960857485,
- 0.3535460708192593,
- 0.9656412494887537,
- 1.4028089853347843,
- 1.125370207905463,
- 0.43198257965141623,
- 1.2572760982908202,
- 0.7597259800853693,
- 1.2474472145934747,
- 1.251311005969542,
- 0.4171226536231006,
- 1.3496595402096025,
- 0.7680178693519102,
- 0.39805977428749756,
- 1.3986198340795506,
- 0.37112817312208735,
- 0.29428668568166877,
- 0.6853585697384496,
- 0.7660862684246249,
- 0.7039730404834718,
- 0.4812646708778642,
- 0.18601140066214394,
- 0.832930332301522,
- 0.4514090643622482,
- 0.6998971120967789,
- 0.4382540927891349,
- 0.23631061361417963,
- 0.4666337744949764,
- 0.6103320754403474,
- 0.49044917921464504,
- 0.6639086412421651,
- 0.4720182782360894,
- 0.7579289154436099,
- 0.2392531857182948,
- 0.8140579716725399,
- 0.5286825720082359,
- 0.6778080029155403,
- 0.313917359942081,
- 0.7189831590494022,
- 0.2834196182219048,
- 1.2859562091698749,
- 0.1951690766261389,
- 1.3289772478874817,
- 0.5420565089379953,
- 0.5655890336603695,
- 0.41582735686203115,
- 1.0998561539320604,
- 0.8012065675107958,
- 1.3641818842466336,
- 0.6935328404481711,
- 1.3441721910610656,
- 1.2446700461096152,
- 0.7275472021713812,
- 0.9511149583004351,
- 0.10346981084372471,
- 0.4841464963508337,
- 0.6196630869668388,
- 0.8860033419812845,
- 0.3832389911102653,
- 0.010500107544910016,
- 0.9898571071329494,
- 1.0672497318081633,
- 0.42429523388217494,
- 1.2711985076643195,
- 1.2501179843281716,
- 1.163134911369639,
- 1.3647375632595486,
- 1.1944455353700425,
- 0.7383175351014707,
- 1.2462448310477492,
- 1.3950983658900509,
- 0.31532305904831337,
- 0.7023451372475623,
- 0.3240287650773504,
- 0.4883528681526038,
- 1.3169126913782692,
- 0.13698151545476933,
- 0.7052618538960012,
- 0.8704043407656368,
- 0.4714976080120366,
- 0.47194154435442687,
- 0.43877525902202535,
- 0.37610793501839784,
- 0.3291307168206666,
- 1.3869881863375524,
- 0.4754175251934538,
- 0.2523885303159832,
- 0.7929401107413424,
- 1.354691979399409,
- 1.3606044323469646,
- 0.9813124326982973,
- 0.9571201720649603,
- 0.6320123786494464,
- 1.0671314274507704,
- 0.1189765562223892,
- 0.5761257737280634,
- 1.2607886132974047,
- 0.5042144483363943,
- 0.6605385045463816,
- 0.9548646929438397,
- 0.8773969565682692,
- 0.7121621035486887,
- 0.5556420525021595,
- 0.21741015734739425,
- 0.45575618552649444,
- 1.190579531003272,
- 0.658732979187426,
- 0.07910698388065934,
- 0.022819616571826372,
- 0.662830884083958,
- 0.4363969417152298,
- 1.3855308833336206,
- 0.8203850759924369,
- 0.915197729539742,
- 1.1865901416307523,
- 0.4402138400396161,
- 0.943058030132459,
- 1.208357684843593,
- 0.16965999736538015,
- 0.8714283315131658,
- 0.2366761028216473,
- 0.9130352094858807,
- 1.0745518797504554,
- 0.9489666987732628,
- 0.41707444429561863,
- 1.1806124578959247,
- 0.8840899335402055,
- 0.030345197089865238,
- 1.349063643622376,
- 0.394354073386911,
- 0.33813907334410503,
- 1.0050638808959995,
- 1.20663831257253,
- 0.44548488820893667,
- 0.3446628630682301,
- 0.3898687137454586,
- 0.22183165251770426,
- 1.1706941486622344,
- 1.3512587960755822,
- 1.2671162221375112,
- 0.9935555178998177,
- 0.015938331792883287,
- 0.9623469959040262,
- 1.2089973896325996,
- 0.23152288240599914,
- 0.9847186533223142,
- 0.9459085707417926,
- 0.3292828687674332,
- 0.5326874266595509,
- 0.4430807118134045,
- 0.4722574742714919,
- 0.5998116988098294,
- 0.05765280664158426,
- 1.0684756429185809,
- 0.4133463678056004,
- 0.7522345664227664,
- 0.4243563239884659,
- 1.236760531069087,
- 0.07757697863805953,
- 1.0384509263050425,
- 0.7597043061613964,
- 0.8563698360941598,
- 0.7362147416555201,
- 0.8744439730542456,
- 1.04164459973031,
- 0.4620711481731921,
- 0.10730971627627821,
- 0.13369702177765128,
- 0.6687143178521234,
- 1.2358917237061904,
- 1.3552023945042933,
- 1.2834245428713138,
- 0.6800899396159972,
- 0.6323708456559677,
- 1.3562967508993944,
- 0.8032521826638954,
- 0.7435040931185712,
- 1.0573729748962677,
- 0.973441513181969,
- 1.2116777260238265,
- 0.9687084246698788,
- 1.3698759856510994,
- 0.8396137023587108,
- 0.39174004164154874,
- 1.236607869353676,
- 1.0537682821603682,
- 1.0111932614410135,
- 0.9296378171299707,
- 0.3667591844407659,
- 0.002346753041293336,
- 1.4000294019150905,
- 1.142114098142449,
- 0.42775399157931093,
- 0.6827940488797354,
- 0.12066120461624644,
- 1.1240273957608398,
- 0.37380083525635605,
- 0.7466707795974713,
- 0.8817626702201747,
- 0.8210284168076193,
- 1.0910149991330034,
- 0.09544691656217552,
- 0.6687092356298072,
- 0.9480095625953143,
- 1.387674509610068,
- 1.0168527123792677,
- 1.0711432249541595,
- 0.980617403681855,
- 1.400313930020485,
- 1.1001956217742568,
- 0.0179581422432813,
- 0.46220992603056044,
- 0.6607917671483564,
- 0.40608057086649685,
- 0.034958605348170156,
- 0.13041914953434178,
- 1.3559014664303817,
- 0.9175959212800484,
- 0.8541275071272946,
- 0.1800850037910775,
- 0.2063568902071842,
- 0.3373217502627799,
- 1.3383405456834185,
- 0.666587005750585,
- 0.34731110911883933,
- 0.028971234662072968,
- 0.5456670705480849,
- 1.186406683380564,
- 1.3018174763900747,
- 1.4023208544206276,
- 0.8096673143906012,
- 0.07846580213552579,
- 0.3228017922515068,
- 0.9618209490385912,
- 1.3238315527754914,
- 1.3146254170135854,
- 0.8110872497600796,
- 1.2997292206481106,
- 0.3914519385762804,
- 1.211328593630953,
- 0.6291398308602218,
- 0.9999914521871692,
- 1.0864590916211612,
- 0.8337438288461747,
- 0.04162552424097186,
- 0.3471511941758328,
- 0.8596738113956107,
- 1.3129648934883782,
- 0.14378415914482437,
- 0.44950300808055776,
- 0.6090451601752469,
- 1.1226036829118529,
- 0.3216274839103181,
- 0.6095626235194183,
- 0.20772941550854418,
- 0.013076279822766273,
- 0.9015515773604383,
- 0.041939685262416974,
- 0.7299478560971636,
- 1.0742564041875922,
- 0.5956271295645289,
- 1.3142582955493904,
- 1.117618480556032,
- 1.2245771671949943,
- 0.7161569441630582,
- 0.6203848361798595,
- 0.32846307876124053,
- 1.252868890421885,
- 1.1513853943195127,
- 0.21367191105171845,
- 0.8332926996048576,
- 0.6304057931379572,
- 1.1076085973937586,
- 0.11150701201887095,
- 0.5607095795770443,
- 0.659752862526137,
- 1.1794352052460613,
- 1.2961415278337831,
- 1.1112329926905191,
- 0.16728301417258887,
- 0.6651945284154634,
- 0.3991433478492904,
- 0.33427110495476486,
- 0.6814201384044326,
- 0.3220775156692835,
- 1.1868761329757669,
- 0.2053858070478629,
- 1.339075856439157,
- 1.128406891539862,
- 0.40385027034701965,
- 0.6295666796657954,
- 1.064118960089233,
- 0.7791415391635218,
- 0.7177650162365075,
- 0.7163241939256063,
- 0.16767039322478092,
- 0.2336219712080055,
- 1.0386471118122218,
- 0.851116705135302,
- 0.0026204349599508042,
- 0.7578994168700051,
- 0.3516427498117776,
- 1.2734066039189995,
- 1.190936573370331,
- 1.3522310318114115,
- 1.1018532982524323,
- 0.8248887647200513,
- 0.850260022659759,
- 1.3548876003698076,
- 0.6356737339354411,
- 0.11985333506446685,
- 0.6438539598446845,
- 0.19736972520045976,
- 0.9244582261530924,
- 0.24275321898726637,
- 0.6058356175404924,
- 0.9765966394159098,
- 0.9463541546724167,
- 0.7419166472787215,
- 1.2801507296628827,
- 1.1805272812921968,
- 1.320184801961915,
- 0.3998660756028843,
- 0.5221183887571741,
- 1.0799514125311893,
- 0.7743157275682547,
- 1.14424711048142,
- 0.7625012597649228,
- 1.296488831257181,
- 0.17947935780704594,
- 0.686113637938089,
- 0.35669692118166446,
- 0.9743151332574117,
- 1.2377039738787206,
- 0.4828690481076562,
- 0.9891615265517948,
- 1.1066108674222808,
- 0.7941119542722794,
- 1.2077897909028767,
- 0.6628963651073873,
- 0.18264300939730638,
- 0.5545391377059824,
- 1.4060665447360432,
- 1.3441022388135269,
- 0.5615870868992725,
- 0.27364254930481613,
- 0.6094435776208543,
- 1.0593976286634372,
- 0.8448433928333853,
- 1.1442390218301528,
- 0.4743820842020647,
- 1.1528808515683868,
- 0.8812485652289214,
- 0.8784620822890671,
- 0.966505759342279,
- 0.9747544119874058,
- 1.332717562850999,
- 1.1468179849895113,
- 0.9321146001964905,
- 1.1220071418406867,
- 0.5725574708558677,
- 0.2917874999329088,
- 0.377781123828972,
- 1.0513774128976094,
- 0.9471236885652881,
- 1.3991717448801995,
- 0.8343141950047872,
- 1.182109098526129,
- 0.9842266585213675,
- 0.7146343111590936,
- 0.07945784487219143,
- 1.3510645686394995,
- 0.025034897356707695,
- 0.7127102562910338,
- 1.3549001330293355,
- 0.20816968401865557,
- 0.37539705416050906,
- 0.6403955590778152,
- 1.2804270664916797,
- 0.7076689850723799,
- 0.3788626498577623,
- 0.7551746202105879,
- 1.221500988501938,
- 1.205045689575237,
- 0.26989593287918134,
- 0.15985933221232998,
- 0.36020284731558627,
- 0.920486047121434,
- 0.39392979671229217,
- 0.4224254461547665,
- 0.6850439431963129,
- 1.095671882680571,
- 0.9241579408752,
- 0.9068112251451783,
- 1.2457758267664467,
- 0.9917872589914454,
- 0.27898642709850124,
- 0.8754493176881489,
- 1.252284980877277,
- 0.739715637886662,
- 1.0354535308558879,
- 1.1081642178684268,
- 1.0135339067888314,
- 0.5628218461591049,
- 0.7555462643284852,
- 1.0888212809611146,
- 0.07429974068001166,
- 0.30940270189827057,
- 0.5586723042305893,
- 0.29627132747426044,
- 0.5303298002982356,
- 0.004407720974675905,
- 1.1771926553860834,
- 0.18973869944077956,
- 0.8564998894406937,
- 0.9526440589140552,
- 0.27730974672720676,
- 1.2385956410572538,
- 0.33970875436104364,
- 0.2893744665909667,
- 1.1634150208743488,
- 1.0825766247842368,
- 0.8885348322272976,
- 0.3294409799561199,
- 0.2090698483683017,
- 0.03513641474293015,
- 1.1487857740604204,
- 0.6599395912680599,
- 1.3274736890127172,
- 0.8079757535480934,
- 0.7432012176074011,
- 1.3088727518831802,
- 1.10742124944751,
- 0.25367325400326524,
- 0.4547658138939706,
- 0.21447622122319535,
- 0.853641463254117,
- 1.2209771704349313,
- 1.406082117018854,
- 0.2716246515472388,
- 0.096244828343949,
- 1.206355450877957,
- 0.5831582567635508,
- 1.3373152501694312,
- 0.703248487874479,
- 0.7489306196479683,
- 1.0357696685149125,
- 0.3405019675491134,
- 0.47531293402780994,
- 0.8965108112375644,
- 0.561988119648515,
- 1.3809451241145465,
- 1.3652460401734476,
- 0.9743913785662001,
- 0.3742934080524711,
- 1.2080645498946057,
- 1.313492693202618,
- 1.137993055909642,
- 0.5286149686751552,
- 0.9190966864412328,
- 0.3277544726214995,
- 1.3702268863292781,
- 0.46305422761874504,
- 0.544009978199068,
- 1.130799280503559,
- 0.7183614394345983,
- 1.276217550366507,
- 1.3650572825898049,
- 1.3901411524496174,
- 0.8043096732105687,
- 0.981621171229957,
- 1.120537143877484,
- 0.8574111593285157,
- 1.2138826297822018,
- 0.08487483682026002,
- 1.1394991737865665,
- 0.29998234913332017,
- 1.2397601247259766,
- 0.36408295218431946,
- 1.2232050520257078,
- 1.0922910405536943,
- 0.11148843183541299,
- 0.16500965852765817,
- 0.5567839182757436,
- 0.6634821128504174,
- 0.6567654637441511,
- 0.9203734246716229,
- 1.222969060935116,
- 0.4650614849121844,
- 0.7331778503820433,
- 0.46881527500536796,
- 0.9163833806724437,
- 0.6950794474961014,
- 0.910779692601155,
- 1.1497424937028387,
- 0.925231966962893,
- 1.009124587886381,
- 0.7327816791597646,
- 0.5487188535015465,
- 0.3871426230713736,
- 0.8739345228687682,
- 0.505183043439511,
- 1.272266833175971,
- 0.13177367383109878,
- 0.7633981985510262,
- 0.2583631495573303,
- 0.24324414065720046,
- 0.6546610595843428,
- 0.7058231175746578,
- 1.3445204602186451,
- 1.0571054065038683,
- 0.8974233457133671,
- 1.39819411155666,
- 1.3252019400712531,
- 0.7659504265051219,
- 1.278144854614407,
- 1.128021518272537,
- 0.7901420889341546,
- 0.853451579565943,
- 0.8065413614780899,
- 0.5670557040493315,
- 1.3800027043119114,
- 0.8272145273035405,
- 0.30849798284418195,
- 0.5491229840779853,
- 0.7195184861006456,
- 1.1964429349612,
- 1.0769106897089757,
- 1.0352264991082754,
- 0.20793995904671558,
- 0.7243391402590801,
- 0.7274540543513146,
- 1.4110608424436173,
- 0.24394903431133189,
- 0.9932829113159471,
- 1.0117770549888503,
- 0.758302533503836,
- 0.7462071758278089,
- 1.1275910529828839,
- 0.152159999687615,
- 1.405226874590142,
- 1.217559612416308,
- 1.3275911485549934,
- 0.8418413823629182,
- 0.35015013488071545,
- 0.9389725931143635,
- 1.28182352223449,
- 0.3856777774225586,
- 0.027511142472754213,
- 0.30623727885837687,
- 0.925281330290364,
- 1.3335781854825954,
- 0.15642268248786143,
- 0.3767614864575084,
- 0.07535458992692054,
- 0.43603967110092434,
- 0.08042977855434397,
- 0.9495418816472887,
- 0.11061513369790853,
- 0.35504452873660747,
- 0.7838908867381896,
- 1.0014866547230692,
- 0.46593750911366855,
- 0.3030541974807582,
- 0.8050774714232433,
- 0.49632453642173646,
- 0.5114363142895751,
- 1.2831730590656425,
- 1.1667420610636279,
- 0.613372773322628,
- 0.7594750614408747,
- 0.5446454352497168,
- 0.5499918035376321,
- 0.677316317149676,
- 0.5423246274042551,
- 1.2562600809021074,
- 1.1571464453175542,
- 1.0030905211607035,
- 0.18172467134387243,
- 0.738608901359074,
- 1.3020776652465793,
- 1.2359800012917572,
- 0.8041377448381772,
- 0.6352967316543325,
- 1.1451876765688118,
- 0.10822185108890368,
- 0.7872481497921124,
- 1.2120335922075336,
- 0.46389406807720024,
- 1.0777882728339794,
- 0.7953653506768161,
- 1.211150499640331,
- 0.40015978049857903,
- 1.226118662105021,
- 0.2134898649327498,
- 0.5756661664064193,
- 1.332474512675037,
- 1.0402371465305287,
- 0.23803009924223303,
- 1.1136340617667546,
- 0.4155127031714592,
- 0.4243522179132054,
- 1.354334664878624,
- 0.5443956698932204,
- 1.1206231135485398,
- 0.4075199218882717,
- 0.8871504135182787,
- 1.1609992586071205,
- 0.11137796030059757,
- 0.7742963201657961,
- 0.2515024305104207,
- 0.8098611118776696,
- 0.08533750597421362,
- 0.6770115706209787,
- 0.3280374540801385,
- 1.394560193711418,
- 1.0191230322081677,
- 0.08987433066462461,
- 0.41852951256920656,
- 1.2584410826972332,
- 0.152390435345306,
- 0.0702911989509779,
- 0.5936565200679466,
- 0.49915904606563627,
- 0.00935779515513523,
- 0.9587595055691848,
- 1.1808314037048615,
- 0.9167232931172269,
- 0.22509985952111672,
- 1.1310752342940313,
- 0.9846804531011702,
- 0.6786998687160145,
- 0.9145487211163325,
- 0.6132385092824226,
- 0.6577974128803997,
- 0.7080233661354365,
- 0.6060628384478276,
- 0.8434414112377144,
- 0.5630389817259361,
- 0.18884482513494352,
- 0.22805913053399238,
- 1.2395916863025227,
- 1.1629822951065394,
- 0.31469474127486263,
- 1.1406226298643847,
- 0.5372569440882169,
- 0.7124127223974093,
- 0.7215343976353424,
- 0.6942635142093039,
- 0.6891386055853296,
- 1.379288556550761,
- 0.5627083476729153,
- 0.7619223261745508,
- 0.6455171815900913,
- 1.4104133577502402,
- 0.518017827355177,
- 1.377652464915158,
- 0.08580503711105378,
- 1.2766051623762664,
- 1.410051948154571,
- 1.3557428017244995,
- 1.270588452262708,
- 0.4671178405812446,
- 0.02370949754907079,
- 0.8791786802692302,
- 0.09111492776276986,
- 0.808890374656754,
- 1.0750346547201193,
- 0.04604170921373091,
- 1.2582933808698387,
- 1.2404921890577012,
- 0.2889414905178926,
- 0.8981391798637918,
- 0.5360224252859799,
- 0.9740485583756684,
- 1.2219163790265732,
- 0.30049550821537424,
- 1.1725223603586186,
- 1.2709284101267666,
- 0.6347455622869763,
- 0.1569646001417016,
- 0.5014627188453257,
- 1.1397749057464877,
- 0.41832226170529285,
- 0.9704392484147948,
- 0.277574182656527,
- 0.17424101870543907,
- 0.3788196444681667,
- 0.5951968084930417,
- 0.8731381454133702,
- 1.3623390100276958,
- 1.3877946501208047,
- 1.2445592067752484,
- 0.748769578994621,
- 0.5590407199867944,
- 1.303049142191,
- 0.1964678630134844,
- 1.372115219852435,
- 0.15691888773767318,
- 1.0651597776404509,
- 0.6007823168801588,
- 1.261197024068326,
- 0.19334174613994343,
- 1.1535221060536158,
- 0.4211012208635506,
- 0.44691867325976864,
- 1.3344029166956481,
- 0.8764773182598544,
- 1.0876058040189185,
- 1.303918021578516,
- 0.8768323228894632,
- 0.48296367378471794,
- 1.3194149876596748,
- 0.7260777157207223,
- 0.18723864426756767,
- 0.45991084646263336,
- 0.3099140525320507,
- 0.18623749627339758,
- 1.2940649818517518,
- 0.6025602085374511,
- 1.0048416541348482,
- 0.8263666010448456,
- 0.5302173025971002,
- 0.08873050330122571,
- 0.4809518849475696,
- 1.0682886168581418,
- 1.006579195893406,
- 0.9140485453732774,
- 0.3376965535891655,
- 0.4826113456996599,
- 1.093820766323984,
- 0.13896967822665376,
- 0.6220355579300767,
- 0.8785755285013419,
- 0.09991219042625148,
- 0.11995921214592857,
- 0.43936505236693824,
- 0.6982114419374245,
- 1.2685645485710682,
- 1.3170716753883678,
- 1.005432569880583,
- 1.2302058364864716,
- 0.31944165399033864,
- 1.3739142171002976,
- 0.8054771249891794,
- 0.1520014777972618,
- 0.2363432201106403,
- 0.9429266694586624,
- 0.6534583665201622,
- 1.3569486817178225,
- 1.205281350760199,
- 1.3081189722170579,
- 0.6467891645350471,
- 0.06985543857423102,
- 1.2152632163047956,
- 1.330388862486513,
- 0.8916311182954983,
- 0.6161384956049221,
- 0.9537802668496626,
- 1.047762249871074,
- 0.2109210087366204,
- 0.19758644279963228,
- 0.4997417589584293,
- 0.27654240295817284,
- 1.3324186416857282,
- 1.1252563049051643,
- 0.1290557128617038,
- 0.499661976066998,
- 0.7712302674010815,
- 1.3834433243662883,
- 0.6714567411957754,
- 0.5202262507232474,
- 0.4498991072439945,
- 1.0481234773691475,
- 1.3138740248473322,
- 1.385747896510018,
- 0.8757893015434046,
- 0.32529698315578387,
- 0.24723556324392035,
- 0.4296737255638236,
- 0.36311559940502786,
- 1.0156096911868635,
- 0.6998720350355571,
- 0.7191207413810943,
- 0.5094901954234576,
- 0.3558996812022504,
- 0.43308452097762473,
- 0.1914997218154223,
- 0.4277652090773108,
- 1.1857332572383836,
- 0.8311220477841875,
- 0.9572032837624894,
- 0.6815248073525414,
- 0.6167729227315148,
- 0.3636798054650057,
- 1.0678981288526437,
- 0.2649939103376996,
- 0.5039603552138848,
- 0.8381436731003599,
- 0.6026911134727488,
- 1.1295131641394651,
- 0.209956025258137,
- 0.7863412170532329,
- 0.6153900267172256,
- 0.9494582226105884,
- 0.710187144010149,
- 0.38334646832111496,
- 0.8312469744007883,
- 0.7853403734728539,
- 0.26996936326732845,
- 0.43513430692409494,
- 1.2272323994115677,
- 1.0224771209045795,
- 0.7803685861656622,
- 0.7043092039826679,
- 0.8514601154798809,
- 1.2657278161759646,
- 1.2200096111958199,
- 1.0146108569359154,
- 0.6340405473955599,
- 0.7194878490550656,
- 0.5720305616595514,
- 0.7389716958771115,
- 1.0960904439811114,
- 0.219571543112906,
- 1.3162885348036375,
- 0.19191588231654805,
- 1.1379791786734172,
- 1.3787497939678977,
- 1.1009935552865555,
- 0.41547650465204183,
- 0.8632994866388711,
- 0.5588699392325317,
- 0.9472655018863708,
- 0.8423005332242549,
- 1.3444255851897324,
- 1.0987287201573006,
- 1.2361958115187583,
- 1.3380363861685358,
- 0.7336848759901184,
- 0.4915682033349993,
- 1.3842392819191685,
- 0.6354364293558963,
- 1.2189826983393401,
- 1.0888824019482108,
- 1.1937190444624879,
- 0.19681498369061107,
- 0.22858988635575747,
- 0.4493614109438637,
- 1.3370115713119315,
- 0.03323047164362609,
- 0.8461553818847223,
- 1.1258059999571342,
- 0.8111001494110801,
- 0.6838671739661524,
- 0.7826627483715202,
- 0.3555157580502573,
- 0.8159855132999274,
- 0.30920738670124626,
- 1.0368624068307148,
- 0.6438882205142742,
- 0.16132087146089058,
- 0.16230167015249844,
- 0.0652095096508802,
- 1.097273376149438,
- 0.26807192078615677,
- 0.4131427925008273,
- 0.8834500907130842,
- 0.5487227245652693,
- 0.5903712586902597,
- 0.35342346082445747,
- 0.17910806924799197,
- 1.3117994293327957,
- 0.6551283367827819,
- 1.1456931582307945,
- 0.447573992149577,
- 0.5821329964851139,
- 1.399933228495564,
- 1.2043970818001686,
- 0.5852346930446419,
- 0.8953698535636655,
- 0.8161299631509308,
- 1.328504623319351,
- 0.7691327726219661,
- 1.2506426928760572,
- 1.0409072687111571,
- 1.0235286821513856,
- 0.12764463424121933,
- 1.2102238747723406,
- 1.1727884412140317,
- 1.1955623099593895,
- 0.4106489496336069,
- 0.22372745254606202,
- 1.324910305886318,
- 0.45762739480190345,
- 1.1753285149800556,
- 1.0065488458103986,
- 0.80718229444263,
- 1.1441702328862897,
- 0.7124111554910445,
- 0.4438463160357513,
- 0.6728774642413078,
- 0.07615715278048439,
- 0.8465097240068591,
- 0.7826936248914576,
- 1.2884082619481898,
- 0.6790320451372616,
- 1.3647335360801682,
- 0.5056029793024174,
- 0.7833496482864567,
- 0.49112820686441055,
- 1.311668450300501,
- 1.205628055368804,
- 0.704614466591294,
- 0.38590241934722547,
- 1.3697112755259886,
- 1.3656289442105303,
- 0.8503991914326114,
- 0.27725457963775024,
- 1.051021495006653,
- 0.32075956418819185,
- 0.2613203882995714,
- 0.41384337236570934,
- 0.20311564381889802,
- 1.1066287977375229,
- 0.7709689770678939,
- 0.421255758514535,
- 0.22115537643900432,
- 1.215421990096936,
- 1.0427062306720796,
- 0.6849263522342353,
- 0.06712652227288772,
- 0.6412060115054492,
- 0.6559722508876591,
- 0.6174122400392766,
- 1.1791964340207788,
- 1.3637387690217069,
- 0.7544699448584438,
- 0.4540523250017758,
- 0.9523048407418216,
- 0.88067242292628,
- 1.2484115784725125,
- 0.26104556405053014,
- 1.2211554438703913,
- 0.2406602181794517,
- 0.7905589378827472,
- 0.1867474277603033,
- 0.06233927787611809,
- 0.019494108382132426,
- 1.1286864804889922,
- 0.5591236913088437,
- 0.2900327879762948,
- 0.8344538666242557,
- 1.3128362164324916,
- 1.3371312981392354,
- 1.1392787245813751,
- 0.4334755482043321,
- 1.1889363420604953,
- 0.27042052384273213,
- 0.7277970788792657,
- 0.6818578064170026,
- 0.7626461980093713,
- 1.0834675747703526,
- 0.6222188177671288,
- 0.9199229605915709,
- 0.2361078016807987,
- 0.7624647190267828,
- 0.48561589424546253,
- 0.2456799933160606,
- 0.754250697508836,
- 1.0967087739430492,
- 0.6597024250519146,
- 1.0235016712787985,
- 0.6475079929304731,
- 1.1837508452972338,
- 1.0769270408491667,
- 1.0833826006696339,
- 1.3731644570206858,
- 0.40953898294195507,
- 1.333819453936634,
- 0.8092955311573471,
- 0.5623182009517653,
- 1.226261247964868,
- 0.2773756020631583,
- 0.893249774970717,
- 0.6593282893093686,
- 0.9040092749275281,
- 1.3347036384807394,
- 1.1059554574816954,
- 0.818232030658575,
- 0.45393643005213363,
- 0.3975447888000229,
- 0.8228437861935455,
- 1.149365267164532,
- 0.6221445181350883,
- 1.2796736519099274,
- 0.33296736441520164,
- 1.3345583830571779,
- 1.0938948388455798,
- 1.3853909415094456,
- 0.4082081499923174,
- 0.6961783448971497,
- 0.005348065046541642,
- 1.2941406791090517,
- 1.2687139371221952,
- 1.0460458780380808,
- 0.687664140731529,
- 0.06305927107087711,
- 0.4505238806414133,
- 1.4067678330130329,
- 1.0785969850968236,
- 0.5435678254691354,
- 1.333073883896411,
- 0.13717194983152775,
- 1.1674741482278288,
- 0.408785468231576,
- 0.8233862734625288,
- 0.31166346337988743,
- 1.2819700914032641,
- 1.3321894691477936,
- 0.04014994240022652,
- 1.2052624914248242,
- 1.1297654263429697,
- 0.19012870269371485,
- 1.0217630830861457,
- 1.1794531303022264,
- 1.2676780554904155,
- 1.0920285222292185,
- 1.160151687931185,
- 0.6622549036978109,
- 0.7921481937671029,
- 0.18302521612126998,
- 0.25256528881518475,
- 0.8412892615191577,
- 0.41307364208185116,
- 0.07548717664397507,
- 1.2616914406689665,
- 1.0790931467857807,
- 0.7626655644307607,
- 0.16578591069122053,
- 1.0475906854965873,
- 0.44310526267854666,
- 0.2887371744607986,
- 0.6171905938250994,
- 0.9434555504018937,
- 0.866920523802603,
- 0.41268912606089964,
- 0.4564536751777893,
- 0.42404516665930997,
- 0.4704254496482668,
- 1.3311482937520165,
- 0.3390596566657085,
- 1.1596918755738297,
- 0.8042510887615446,
- 0.11832625521458656,
- 1.2917273686332313,
- 1.142396010705477,
- 1.3537758507756095,
- 0.06850602322239095,
- 1.1206242329127591,
- 1.248322453250741,
- 1.228395015523796,
- 1.31633400042042,
- 0.7993781799019278,
- 1.1514773285981728,
- 1.1773501126425203,
- 1.3402536011701884,
- 1.1048331934454676,
- 0.22309737339620636,
- 0.381424945620211,
- 1.3287003686456915,
- 1.1585936121574008,
- 1.3684171022257048,
- 0.9875571364864041,
- 1.3181621410372146,
- 0.5313419401531092,
- 0.5463614886367324,
- 0.6695467193811594,
- 0.6003369890607153,
- 0.1370532026293809,
- 1.07971500007694,
- 0.8587204487913938,
- 1.1878325587332508,
- 0.40662421544961874,
- 1.0506355525517097,
- 0.3647067563812578,
- 0.9493717568630832,
- 0.4826327875738753,
- 0.024053428988293,
- 0.15338935060562092,
- 1.2733599135266884,
- 0.8773133363327225,
- 1.264762617017121,
- 1.1160403143231297,
- 0.21758429969047485,
- 1.1122562358844599,
- 0.5799178417265222,
- 1.0723450142062028,
- 0.25419318336518804,
- 0.5513715666178778,
- 0.3995436220674592,
- 0.09545065420883113,
- 1.2893374878235797,
- 0.841221348997457,
- 0.9921665854929894,
- 1.3165776392751336,
- 1.1648897458319822,
- 0.7303308526282306,
- 0.7218247519153728,
- 0.47929634686769174,
- 1.3561748371389333,
- 0.6211133335386071,
- 0.5226302174289176,
- 0.2270567445080437,
- 1.1619441044687457,
- 1.3642540313491498,
- 1.0765149766855122,
- 0.26488919292188823,
- 0.26076045189535674,
- 1.0604609858979328,
- 0.045947806396223395,
- 0.4971770064589221,
- 0.9876723665265404,
- 1.1483627359866435,
- 0.4886362129837799,
- 0.9194392451357384,
- 0.4318810395659264,
- 0.7561616414325986,
- 1.1235290624161403,
- 1.0765535788967768,
- 1.3937550642823535,
- 0.8411064612299565,
- 0.9110762198853556,
- 1.248187947581562,
- 0.17342356450531798,
- 0.9209399608331382,
- 1.3913279778260084,
- 0.9364336536575485,
- 1.0616240774133174,
- 0.9037461674271909,
- 1.3521992770155,
- 0.4645951909191845,
- 0.1079755530369599,
- 0.6950195533085642,
- 0.2660361625061684,
- 0.7510451643644828,
- 1.2372456142683903,
- 0.16783117919762766,
- 0.7892156198337144,
- 1.3955311769156435,
- 0.6666694674306799,
- 0.19892557479771214,
- 0.21184833297319147,
- 0.40496509258341334,
- 0.5610785272704106,
- 0.2652688881757079,
- 0.6883447127037999,
- 1.3521912488141292,
- 0.4383192333430525,
- 0.9674528638249817,
- 0.10289292823372602,
- 1.258863341393025,
- 0.09601233236866646,
- 1.298813672115357,
- 0.5683599207744964,
- 1.098691013328255,
- 1.3418147838100836,
- 1.200161054217363,
- 1.3875544336786605,
- 0.4736449868545982,
- 0.18872047742065523,
- 0.46093373619844313,
- 0.5538231287563953,
- 0.42860500378588995,
- 1.4102827233973314,
- 1.3702258477701068,
- 0.6212584280136106,
- 0.2779902712761954,
- 0.16567012654177887,
- 0.7072709858393164,
- 0.1666528802281709,
- 0.8587756533082193,
- 0.22441264701085395,
- 0.7444094098792138,
- 0.3161452755715035,
- 1.2692920566313157,
- 0.2693907352143013,
- 1.1194892947498412,
- 0.22111849596457486,
- 1.2126712979363743,
- 0.8104495361146035,
- 0.30383892479523433,
- 0.3830035777251931,
- 1.3569750573137378,
- 0.4974523819165215,
- 0.3768704585971661,
- 0.11675155686849019,
- 0.22001061803490915,
- 0.9597056252210266,
- 1.099352772553722,
- 0.5153071955935884,
- 0.8817998030804521,
- 0.13589361359551083,
- 0.7519981115246782,
- 0.9961425064278104,
- 1.2516277280896029,
- 1.3845036843187466,
- 0.6184289335637198,
- 1.1461137544157425,
- 1.360434909632196,
- 0.948152965458133,
- 0.9392714013515002,
- 1.0872789724116945,
- 0.3817445171277396,
- 0.515516522648098,
- 0.4486815556147765,
- 1.1627467291914555,
- 0.41822019371238206,
- 0.6477810512730516,
- 1.0767726817546257,
- 0.9488073115743532,
- 1.3659143003290577,
- 1.260706657107019,
- 0.7377438384951437,
- 1.3653727105971263,
- 0.7380594486831145,
- 1.1402169797273114,
- 0.16527138584978973,
- 0.6137896859898386,
- 1.3550431047385363,
- 0.48666866460367264,
- 0.6506052578544822,
- 0.04777727937528003,
- 0.42951723232446826,
- 1.4099230252469301,
- 0.8315491175995232,
- 0.9236474727188966,
- 1.3664023748915954,
- 0.06740773705552709,
- 0.4999256576239838,
- 0.4628661812563363,
- 0.3033184683903352,
- 1.248100522649547,
- 0.28414682944355213,
- 1.3937670170150323,
- 1.2734183754265873,
- 0.056610326801788506,
- 1.0907640138268346,
- 1.0903528297722183,
- 1.0322756750848439,
- 0.5073314021077148,
- 0.2984752227208766,
- 0.048190720438103005,
- 0.3835431032280016,
- 0.5005387657846075,
- 0.40796111422733855,
- 1.29709380715374,
- 1.1792730993480718,
- 0.4720379653797478,
- 0.16592880838145382,
- 0.6681987984502354,
- 0.5710213815609493,
- 0.559670873803894,
- 0.34087629911047673,
- 0.5568388181426918,
- 1.098805255822326,
- 1.0300205971548622,
- 1.288693398461126,
- 0.9795232652410465,
- 0.7692216174400609,
- 0.8111616415799998,
- 1.184202972973095,
- 0.9251236960657695,
- 1.016120135092976,
- 1.0115795056649535,
- 1.3473999227678617,
- 0.800354440075384,
- 0.8457235423274362,
- 0.2810090742694401,
- 0.8797024294160576,
- 0.6204212586009876,
- 1.0123889250416587,
- 0.879911851874009,
- 0.05916895173605247,
- 0.7888474689303143,
- 0.7293264340598009,
- 0.6680557535171775,
- 0.3863750000621058,
- 0.18980753076265985,
- 1.2749176703723069,
- 0.11539635873885064,
- 1.3398042810976025,
- 0.10576814969544898,
- 1.39580928568313,
- 1.341712765083841,
- 1.193475163954953,
- 0.938088888044974,
- 0.9304032519542376,
- 1.0116424117757268,
- 0.7784665928868839,
- 0.11219958594231312,
- 0.45002480481833945,
- 0.3004970769538235,
- 0.8112045343362497,
- 0.3146673434235518,
- 0.34316630970841244,
- 0.8816943112196193,
- 0.18335658632486534,
- 1.4120392147856573,
- 1.151702159121113,
- 1.1968838062624325,
- 0.8840318107916578,
- 0.9231337772768521,
- 0.3276203453074872,
- 1.2191991219537444,
- 0.7251336502231476,
- 1.0666545098430031,
- 1.3375025220009635,
- 1.191258359851862,
- 0.5723821941803857,
- 0.9534813055785815,
- 0.5975266381993737,
- 0.912239049452469,
- 0.9290780145948095,
- 1.3596303793373592,
- 1.2970489793173794,
- 0.8230379545956855,
- 1.197716282018457,
- 0.945252110584215,
- 1.35330579588841,
- 0.48982057659162953,
- 1.1516792923052899,
- 1.3974335662377013,
- 0.8375460374518047,
- 0.6996970254322645,
- 0.5953874965392963,
- 0.46762645390775576,
- 1.0565623888249962,
- 0.12402809723398926,
- 0.7483189464973569,
- 1.0217248122126552,
- 0.8642140743400969,
- 1.2275792369300127,
- 0.7182600487983768,
- 0.8528856982642276,
- 0.9561952862067902,
- 0.5708716499099534,
- 0.157485749954077,
- 0.8218586609684578,
- 0.6274918837842418,
- 1.253759210724486,
- 0.2780940911414017,
- 0.8557848582861373,
- 1.222294958058461,
- 0.818782512686892,
- 0.19414282295759144,
- 1.0939963053986828,
- 0.511630407997524,
- 1.3174799719817323,
- 1.0967432817484568,
- 1.3589772898398895,
- 0.8995268674344737,
- 0.6502675537030285,
- 0.7707454267010287,
- 0.5587664366507514,
- 1.3901434507879162,
- 0.9579730189927436,
- 1.3078221675603192,
- 1.1071311518167908,
- 0.503583741985658,
- 0.29714771750975416,
- 0.0987139935315813,
- 0.21538093910224806,
- 0.7121749863052681,
- 0.570136052908485,
- 0.03327459056842871,
- 0.42460585572309795,
- 0.9061719942874725,
- 1.369265003387173,
- 0.2533778650225722,
- 1.3477140891001005,
- 0.30704412993701197,
- 0.9719212644002788,
- 0.34749066188029365,
- 1.0199300801557127,
- 0.9865652578292037,
- 1.2413416134761248,
- 0.658928893984435,
- 1.0285531791557367,
- 0.983139096895855,
- 1.406201269760739,
- 0.6174714970422102,
- 0.6791446234959833,
- 0.2340471199377238,
- 1.1504388432418051,
- 1.2127647216208435,
- 0.9190458553543643,
- 0.5841643478603825,
- 1.2243451326431067,
- 0.5798542544327832,
- 0.12833005816627552,
- 1.1084474690176604,
- 0.8709512513368953,
- 0.0741198872012417,
- 0.5762466306374978,
- 0.05919422640786555,
- 1.0091263537017587,
- 1.4014886931789827,
- 0.10727434324773975,
- 0.5666100845955861,
- 0.21439860155001722,
- 0.6422126921908807,
- 0.12980359161385072,
- 0.9435398581108637,
- 1.0687486041293546,
- 0.2403646272756004,
- 1.1651996142682206,
- 0.30892630990954406,
- 0.8095733899836319,
- 1.2514639991992795,
- 1.2853235200322655,
- 0.2775808070439594,
- 0.349609626024765,
- 0.13702081121014387,
- 0.6331340935512827,
- 1.344907920828184,
- 1.0947978609217026,
- 0.8775264048199601,
- 1.0741417343082755,
- 1.3775138104168774,
- 0.9572105514100592,
- 0.30106918142055933,
- 0.4212458796581188,
- 0.9069088336852726,
- 0.2686136988692844,
- 0.19804012578950733,
- 0.40073248500245673,
- 0.7875481290140385,
- 0.30574326630185267,
- 1.329562605641097,
- 1.2287075693473415,
- 1.0861919599587342,
- 0.858016613484913,
- 1.0903916134854652,
- 0.674161660520353,
- 1.2434448837752272,
- 0.01573138643647761,
- 0.027770974169278057,
- 1.1990185708815868,
- 0.5679691770179769,
- 0.8220005089161245,
- 0.5845826927919348,
- 1.365171894939355,
- 0.7153244321695686,
- 0.8077541572431499,
- 0.7839614338538569,
- 0.31861413391110355,
- 1.0498434130240502,
- 0.9137775835969673,
- 0.3598081293838595,
- 0.16550909359994367,
- 1.1520872884245323,
- 1.2817674198731384,
- 1.1103749377357524,
- 1.0364641779633483,
- 0.789531650696935,
- 1.0352389126251278,
- 0.7686452261420268,
- 0.4409812250339891,
- 0.18657010107591598,
- 1.3190612237192252,
- 0.6971315612942885,
- 0.4894083354368094,
- 0.004104499209553047,
- 0.07675582331463449,
- 1.2448561550550612,
- 0.1299937270717342,
- 0.40614772953853795,
- 1.3001552679595831,
- 0.5607717034853311,
- 1.2134013837003217,
- 0.13222724161134294,
- 0.36129988397646906,
- 0.8524352253148907,
- 1.3551132950187965,
- 0.7409545574584409,
- 0.48132670401716676,
- 0.15182693890693738,
- 0.7908527733777325,
- 1.0273289350355879,
- 0.6666867683536073,
- 1.1586858204023451,
- 0.685111445088252,
- 1.2191098959827613,
- 0.8550190173023731,
- 1.0752205375216115,
- 1.138804529087683,
- 0.7683230259033604,
- 0.5386037120489713,
- 0.557839749452996,
- 0.6605380063942538,
- 0.7741281382046145,
- 0.38284745951758237,
- 1.3099364418927022,
- 0.10271806678415474,
- 0.463627615344417,
- 0.3296438242351442,
- 0.8737779255955105,
- 0.08817023047377132,
- 0.42959434998632445,
- 0.009846605238352629,
- 0.8348691996092025,
- 1.2419056202675423,
- 0.6705544151789988,
- 0.7861286383610825,
- 0.36318551211137706,
- 0.038210583207813176,
- 0.6129566875734983,
- 0.5217956434535782,
- 1.2743492102210379,
- 0.23321647093451248,
- 0.7745170423810573,
- 1.1639015052647448,
- 1.3640977458632586,
- 0.7024223049964731,
- 0.008572924102033407,
- 0.4118696994896268,
- 0.743496223128972,
- 1.3143927099575272,
- 0.46287704491683024,
- 1.2906041664192498,
- 0.9401586468607973,
- 1.1419972629421709,
- 0.9724735097032068,
- 0.2819958452937703,
- 0.701796793985451,
- 1.311075290864684,
- 1.0465585379861873,
- 0.9446423923535068,
- 0.4994393399689902,
- 1.3288027887826936,
- 1.0640840986592792,
- 0.4319098807141869,
- 0.8204628415406472,
- 0.14646838333776524,
- 1.0649470072741307,
- 0.606327232188933,
- 0.45024169851925966,
- 0.5992142791324374,
- 0.7121213040093075,
- 1.2575342572585335,
- 0.6585504138262859,
- 0.9849811745093896,
- 0.8838528699886212,
- 0.2301968208156082,
- 1.302023872913506,
- 0.5855743154978401,
- 0.6720953543933142,
- 0.3556348142447912,
- 0.44320232325986736,
- 0.5145743080089454,
- 1.3287710619324367,
- 0.5554674394116713,
- 0.4850695717677399,
- 0.43110331934116575,
- 0.05689229254692944,
- 0.7318151837811393,
- 0.9359795757659299,
- 0.5126613376996199,
- 1.2653587471782788,
- 1.0583928888200396,
- 0.20377677245885356,
- 0.8558431120725922,
- 1.219933961747829,
- 1.139835458940625,
- 0.4785429977876537,
- 0.8454461586893498,
- 1.367195509437994,
- 0.2076620021855466,
- 1.0685414254090069,
- 0.11610657336998526,
- 0.44145540091599816,
- 0.7782703272662351,
- 1.3561440804278357,
- 0.5704143944937574,
- 1.0879581576824682,
- 1.1715487159312648,
- 0.9580012088159314,
- 0.5220159484789214,
- 1.0079815917099468,
- 0.6428539666492525,
- 1.1185553135428525,
- 0.2283638771065917,
- 1.2891080048299088,
- 0.7142703720266886,
- 0.5181840721989337,
- 0.6697906031066944,
- 1.0376743261449803,
- 0.5559203045017074,
- 1.136643391122422,
- 0.20153965414181296,
- 0.5489825491834601,
- 1.16578442630217,
- 0.8319783865333933,
- 1.2743307648889142,
- 1.3815901577124534,
- 0.36794054995512876,
- 0.7536732422112319,
- 0.8097616995109495,
- 0.5640204154821942,
- 0.74127123567626,
- 0.3104106594815628,
- 0.208123077575819,
- 0.4970890276176092,
- 1.2927253260645202,
- 0.41563053328295085,
- 1.2452574354587713,
- 0.5622875117769651,
- 1.2394191115231652,
- 0.9924955561741181,
- 1.287434697184631,
- 1.0626239554416548,
- 0.4904386313474493,
- 1.2146228266937518,
- 0.9125783903948136,
- 0.04254115832468304,
- 0.3193058214701946,
- 1.0388244935572308,
- 1.2628819488581429,
- 0.8173822569774819,
- 0.3087682946095567,
- 1.065779366310748,
- 1.0741435584238375,
- 0.9228697928140756,
- 0.3891822042833992,
- 0.9882880503408135,
- 0.9544884447694919,
- 1.3623463505942266,
- 0.8534650180672249,
- 0.6520750406439946,
- 0.1339251220769188,
- 0.21148182466621607,
- 0.7401028441221018,
- 0.7865988670692072,
- 1.263714935110004,
- 0.4431509579505895,
- 0.951791608532336,
- 0.2552803033988514,
- 0.70314793368245,
- 1.1537131397338736,
- 0.5073324052438664,
- 0.8676456422165846,
- 1.0184636096202586,
- 0.6110459980498352,
- 1.0307117765740226,
- 1.158935111124512,
- 0.6828783538804922,
- 0.03275607676668873,
- 1.1454960554701656,
- 1.1191301595050855,
- 1.1598731194891383,
- 0.010481843174491183,
- 0.6000215732251489,
- 1.354539763924393,
- 0.9302696390323828,
- 1.1480936177368715,
- 0.269431710787589,
- 0.7898738185165608,
- 0.9652229581361028,
- 1.121713721578056,
- 0.341752282156955,
- 0.8637172435966696,
- 0.2173502729808009,
- 0.6460911426715585,
- 1.3653102554873893,
- 0.2129160801256086,
- 1.0026532370221946,
- 0.1546665279706736,
- 0.9824173535914557,
- 0.8821425612371759,
- 0.1348747401209142,
- 0.27372092283370525,
- 0.7897746642767413,
- 0.6904604039833934,
- 0.7989526431168762,
- 0.8361908595443476,
- 0.4264030568160339,
- 0.68606320299655,
- 1.3063838170216222,
- 1.3337185814585832,
- 0.46180310125089635,
- 0.41961910037442846,
- 0.4279939317080401,
- 1.0810239440861358,
- 0.047664309749880444,
- 0.18118316263906134,
- 1.385166125178684,
- 0.13363374977343276,
- 0.24953355778358652,
- 0.7770840898877581,
- 1.1628132736614498,
- 0.612833535396415,
- 0.36510515604106514,
- 1.2434794055082077,
- 0.4706611858763905,
- 0.20320605862749178,
- 0.9685661803532171,
- 1.2891856462496785,
- 0.33158271984565013,
- 0.9817554614038404,
- 0.7507669727618405,
- 1.0199077736067972,
- 0.004136848140093927,
- 0.21975262849219934,
- 0.7831338539029582,
- 1.089992124882346,
- 0.48379683103113835,
- 0.9266533681769109,
- 0.40895996956237146,
- 1.347837038947817,
- 0.7880948538194718,
- 0.6031471030577155,
- 1.3988604117228722,
- 1.1037988591336017,
- 0.14314801536375957,
- 0.13366086522857382,
- 0.9237194247976688,
- 0.08744973831350968,
- 0.05678427119051097,
- 0.008100666476125425,
- 0.5003353536289359,
- 0.25095048903420186,
- 0.47906281125612904,
- 0.31553784364671716,
- 0.24825428589216145,
- 0.1587308163057219,
- 0.735348425652099,
- 1.1448796694323051,
- 1.001344899656187,
- 0.2920284074010409,
- 1.365496899129858,
- 0.8138945567875371,
- 0.3965907927259227,
- 0.32085201829768545,
- 0.0010666089974955956,
- 1.078530122937397,
- 0.4585333046627397,
- 0.5414692575077236,
- 1.2269905574607751,
- 0.7414841804369035,
- 0.3779369889511168,
- 0.7454793978912245,
- 0.5690232461808501,
- 0.39648433073947814,
- 1.1676078754744184,
- 0.200286245088707,
- 0.3180129745179701,
- 0.7648771536293166,
- 0.34293860150964817,
- 1.4110752719130577,
- 1.002180389062149,
- 0.5282974987138805,
- 0.5577961919852816,
- 0.15172945443342836,
- 0.8687578979267372,
- 0.8224789364731863,
- 0.9738207278544431,
- 0.3478161106358768,
- 0.3576144166599928,
- 1.3328015685486758,
- 0.25828764903955137,
- 0.878533679385032,
- 0.9847058180677658,
- 0.7818117327047703,
- 1.0906744424574617,
- 0.5770909472452759,
- 1.0324372280012046,
- 0.7721342928814193,
- 0.7044161278480149,
- 1.3997686954060788,
- 0.45714103655760724,
- 0.9361921103104514,
- 1.316683479408926,
- 1.3455900047792733,
- 0.9836106856280015,
- 1.189293250342514,
- 1.0964951237074123,
- 1.2270734919719928,
- 1.275351417770493,
- 1.32646344908394,
- 1.3739501985581606,
- 0.5451212367235718,
- 0.8585775779958287,
- 0.21516419976904,
- 0.17582146536063434,
- 1.3043196169012459,
- 1.3576170178264269,
- 1.2645435824046032,
- 0.6336694632916937,
- 0.5046317342369001,
- 1.2823735661491096,
- 0.9332573592081674,
- 0.8652377202053017,
- 1.1085958434010499,
- 1.081065624883458,
- 0.792894798471351,
- 1.3670484637023919,
- 0.8583596633890775,
- 0.36056370067274535,
- 0.8324271351205697,
- 0.17264686035407648,
- 0.5435505793854486,
- 0.46192166561580594,
- 0.11530443187454772,
- 0.16134162479781425,
- 0.5867671856359583,
- 0.14485574949647145,
- 0.9697562564880985,
- 1.1070601674835279,
- 0.5271905050744685,
- 0.7112663260765675,
- 1.408603998092435,
- 1.1928292370419191,
- 0.0718307565176396,
- 1.35214374168472,
- 0.4751417107783597,
- 1.0669304681897636,
- 0.426660402019328,
- 0.7848752274846476,
- 0.9196348536834903,
- 0.18275009231378778,
- 0.7172128820462137,
- 1.1447087055767498,
- 0.8140298334043496,
- 0.5002379744429962,
- 0.737217871647761,
- 0.9209042312905339,
- 1.2313420422711479,
- 0.4189805184960572,
- 0.932787108470401,
- 0.951814036471057,
- 1.410859216791196,
- 0.17075343575626611,
- 0.07793581707674668,
- 0.5399325931933433,
- 0.5078899539095287,
- 1.220872510547462,
- 1.008994042296051,
- 0.11757164420337937,
- 0.46928889132004575,
- 0.1951195751366532,
- 1.1175331272202438,
- 1.0757971661280354,
- 0.5924869952769154,
- 0.4967792340269911,
- 0.8840288401691675,
- 1.3620510449231278,
- 0.11138095595389329,
- 0.9282751545461567,
- 1.29087293829966,
- 1.3997898069511598,
- 0.6461787663616557,
- 0.1791811658788049,
- 0.5679831152115499,
- 1.3471026346787633,
- 1.3894579814788044,
- 0.5251111426458681,
- 0.4345642661558866,
- 0.7317304133778627,
- 0.2570188233571132,
- 0.564635314593152,
- 0.6898577307605477,
- 0.9283516484388445,
- 0.7894800498299985,
- 1.0062072593225333,
- 0.6034903929629742,
- 1.3743161945523525,
- 0.9174028099877745,
- 0.06247263949361933,
- 0.03577188080776715,
- 0.8693038658413137,
- 0.7109149024268222,
- 0.09631723420574555,
- 1.3928551327132201,
- 0.525461131595365,
- 0.06935493200507194,
- 0.2509890157383802,
- 0.5409350732598356,
- 0.22347626302994286,
- 0.7714404744476288,
- 0.8601633306167152,
- 0.41517677186982127,
- 0.28523384586329403,
- 0.9701108736494701,
- 0.7680822118752657,
- 0.15140098810233305,
- 1.3432657823471892,
- 0.4186864099641473,
- 0.5966555860734192,
- 1.2913626569857704,
- 0.44650353446678304,
- 0.8909612777228992,
- 0.8294109795679606,
- 0.2504746780870292,
- 1.3530059897280866,
- 1.1722832974231852,
- 0.6071585146732766,
- 1.3947122910426566,
- 0.3405598257899453,
- 1.3641947701407426,
- 0.5324395584123638,
- 1.0140436637841772,
- 1.2686610614072902,
- 1.0326224969659554,
- 1.0069119387073238,
- 0.2629377032892161,
- 1.0307833635275476,
- 0.22859156180742168,
- 1.359415707956912,
- 0.0724385934174694,
- 0.4000657523086575,
- 1.175236087398894,
- 0.4727889580760153,
- 1.3390310838675308,
- 0.0804977477779045,
- 1.3671153046500137,
- 0.06622226739459186,
- 1.4120775353938853,
- 0.6559624203650218,
- 0.6948048894620112,
- 0.5872278537348256,
- 0.5474903125449665,
- 0.39321643689873287,
- 0.1897293996477862,
- 1.311581006134846,
- 0.7101219567643533,
- 0.6729809278390029,
- 1.3329646978678078,
- 0.7250413496813455,
- 0.5601891148215097,
- 0.8884757730699673,
- 0.9688055142212124,
- 0.9879633057620212,
- 0.05245609271121972,
- 1.2127497720415716,
- 1.2811462527732882,
- 0.31893080179205496,
- 1.0800680305204988,
- 1.0159065628500323,
- 0.9218771913161871,
- 0.05902556111276567,
- 0.8477576063387808,
- 0.6783713089701738,
- 1.20672704993511,
- 0.8563315681763898,
- 0.453184630202686,
- 0.08231161950515858,
- 0.8388171544851794,
- 0.44737462568054226,
- 0.2911678786126355,
- 0.974374348325941,
- 0.5222595214531851,
- 1.1997341825054906,
- 1.3443752848354837,
- 0.24690517719826002,
- 0.32866580688925057,
- 0.13399347544743662,
- 0.6938717973031882,
- 0.24709045093901785,
- 0.9138821148360056,
- 0.890803798916807,
- 0.07511629572145226,
- 0.15330748393250468,
- 1.337068365902789,
- 0.09677815728223546,
- 1.1824087312626144,
- 0.4563356252108042,
- 1.11613938737504,
- 1.3090523186457261,
- 0.6661002872716039,
- 0.4009842624747979,
- 0.9534589421022942,
- 0.41660896055653807,
- 1.2221356023239311,
- 1.1795162931647538,
- 1.080251080878373,
- 0.7834503041126912,
- 0.10099422400860622,
- 0.28640827351255144,
- 0.24769008605207413,
- 0.49056232355370294,
- 1.165850657250079,
- 0.8749652335624319,
- 1.316399539130998,
- 0.2834705653412255,
- 1.0902359910687927,
- 1.0170677453207688,
- 0.9685945200166541,
- 1.311471698605647,
- 0.4840517167453521,
- 1.3840422891757027,
- 0.9649478644684013,
- 0.008728513072289537,
- 0.060037498632067476,
- 0.9450270918967587,
- 0.6213901508214591,
- 0.7553547118716846,
- 1.3521497463979426,
- 0.12630341057362,
- 1.1126449546152641,
- 0.2265724946935685,
- 0.36194818021832925,
- 1.3133764716839305,
- 0.6542038423659163,
- 1.4049197364694617,
- 0.5707460819967695,
- 0.6009034895347266,
- 0.9244305143870276,
- 1.3474932035164326,
- 0.7676796918121456,
- 0.4147422340863106,
- 0.5168366150269217,
- 1.0029436507256588,
- 0.9198438820020884,
- 0.40385678618660437,
- 0.648020185226431,
- 0.22582864651759935,
- 1.3173651936441537,
- 0.7861556854670899,
- 1.3535076837715332,
- 0.5045744712081521,
- 1.09361555093217,
- 0.8562532098072914,
- 1.21776719040884,
- 0.8826106472922436,
- 1.1538666790391807,
- 1.0479427860638018,
- 0.19389776056342,
- 1.1101076143661637,
- 0.628136924037059,
- 0.3417278764331712,
- 0.3390450891453291,
- 0.8555414149007564,
- 0.1878049739463594,
- 0.04238777395749267,
- 0.6672040843197561,
- 0.0017812143166471013,
- 0.9570297432378144,
- 0.3867521044667701,
- 0.4270332567038844,
- 0.8317618211664806,
- 1.2676515903016157,
- 0.9262082554158877,
- 0.06989819524981798,
- 0.12103970063097168,
- 1.1492332021241518,
- 1.35847339634356,
- 1.300535392246794,
- 0.86103585869951,
- 1.2634156145561095,
- 1.1539429872401372,
- 0.07649687146776721,
- 0.7784186888901837,
- 1.092163267810626,
- 1.1027160315717563,
- 0.6676621615609731,
- 1.0491525453917974,
- 0.5723433485067039,
- 1.0647914883572946,
- 0.5997416139534455,
- 0.2650653467039061,
- 1.266156736820837,
- 1.2499887019478737,
- 1.3803499574160003,
- 0.3212753703917585,
- 0.45894637470187377,
- 1.203339148602489,
- 0.7876932370490061,
- 0.1218023608582951,
- 0.5571278486370216,
- 0.0026780105183339957,
- 1.1141434720236096,
- 0.15011047972215097,
- 0.4261886738556931,
- 0.397266041207827,
- 1.3882498581240077,
- 0.2903849214891987,
- 1.3465596717679598,
- 0.6460167166250809,
- 0.33312021469865155,
- 1.3613191668201214,
- 0.36857359133255657,
- 0.8906258800780094,
- 0.7713212248675398,
- 1.0685657911199726,
- 1.1711465902680074,
- 1.0903688426563545,
- 0.13941311897259426,
- 0.8932163650463073,
- 1.3722589382056856,
- 0.4680331258983936,
- 0.8386249114025051,
- 1.2103463626497732,
- 0.380108445237568,
- 0.9676429511873141,
- 0.893908128563591,
- 0.663001544447992,
- 0.8128781721867542,
- 0.12355258227509071,
- 0.1869189734422623,
- 0.28730920057282494,
- 0.7063278626698329,
- 1.2179512521475269,
- 1.3643936001343844,
- 1.2762786372428159,
- 0.7731604942347963,
- 0.8268319465509635,
- 0.1058479843942942,
- 0.8787236545476235,
- 1.2987876315885207,
- 0.5028570694932094,
- 1.2880649372272648,
- 0.8594308462968502,
- 0.7502463101596947,
- 0.7069280805739371,
- 1.2433972160047442,
- 0.2697861593677122,
- 0.863132070440251,
- 0.5215942675668753,
- 0.956005647122723,
- 0.8541150779904394,
- 0.38106479422485445,
- 0.7944991671886157,
- 1.080943243437916,
- 0.04578499520802324,
- 0.6483673985977747,
- 1.2860500831626365,
- 1.101770894729842,
- 1.240282130266187,
- 1.053811889495267,
- 0.5042874927208316,
- 0.8925223651639653,
- 0.45386660635556053,
- 1.3223609329787505,
- 0.7684093294677874,
- 1.1379630708276465,
- 0.2448953977504654,
- 1.1103900754817686,
- 1.0934762877925792,
- 1.1160574827465677,
- 0.7557967260914749,
- 0.5908530177089868,
- 0.908339102230368,
- 0.7895813795017934,
- 1.000103397846021,
- 0.33254429838210947,
- 1.0792087075071697,
- 0.2745162777405617,
- 1.1030249402327028,
- 0.6775317643240474,
- 1.3451126780332674,
- 0.745091286019942,
- 0.8974203751802862,
- 0.17955704954495652,
- 0.7145150735469734,
- 0.301655386422346,
- 1.1996249549330438,
- 1.298708174012823,
- 0.09390227573791535,
- 0.7183066521120058,
- 1.025744951479712,
- 1.0075083238300815,
- 0.15448372212217046,
- 1.2007549733212772,
- 1.2562090369792722,
- 0.7730711173006536,
- 1.2769776536922632,
- 0.1731485592345784,
- 0.5036277295499219,
- 0.8031701115566877,
- 1.056604766161588,
- 0.6907141408465537,
- 0.27970294909803783,
- 0.5151242677774622,
- 0.3326138930515811,
- 0.6877172846944015,
- 0.9209997762229281,
- 0.3180843725012385,
- 0.2740108795781793,
- 0.488377093185205,
- 0.20035439676648786,
- 1.1191217777579077,
- 0.7455110206732297,
- 0.630347859197909,
- 0.2670198207568735,
- 0.06592391464141178,
- 0.8391098574901131,
- 0.9576671714917783,
- 1.203174684927599,
- 0.11861692263648421,
- 1.1769647152657774,
- 0.2910906919459396,
- 0.7777247384286877,
- 0.9929456827983437,
- 1.0305593302761882,
- 1.1037758878014048,
- 1.39817266813458,
- 0.7366098086065627,
- 0.7050811239374299,
- 0.7851885889547072,
- 0.9053752665491114,
- 0.45059957368383097,
- 0.6129735162638599,
- 0.8304661781193257,
- 0.16005249448303766,
- 0.8213517271167242,
- 0.6236113525416762,
- 1.222129141588937,
- 1.3349802226293044,
- 0.6765656554005485,
- 0.9910570163221507,
- 0.8002564748209511,
- 0.7178713961071469,
- 0.37509564871102835,
- 1.4009440101345616,
- 0.34147777066095464,
- 1.3591915884458896,
- 0.5832822216693798,
- 0.4821770385620869,
- 0.44632540188514563,
- 1.3146741759414362,
- 1.2482185891604032,
- 0.3892503727453796,
- 0.3049166059756785,
- 0.679076547025294,
- 1.190765272384535,
- 1.2986642393211005,
- 1.2797571233835643,
- 0.8135930117753304,
- 0.5557110580824398,
- 1.0905062166710286,
- 0.6479810120466902,
- 0.09061012157292518,
- 0.6191257801855947,
- 0.7165095956803172,
- 0.2516264428191386,
- 1.3451820167041917,
- 1.1520723750677055,
- 0.5504919384333217,
- 0.8065681077804419,
- 0.43165417960786706,
- 0.03711752263474973,
- 0.7677880488262879,
- 1.223787179781355,
- 0.5441242376813337,
- 0.6203012497853595,
- 0.39974181263587794,
- 0.7020675052525925,
- 0.27614090851461426,
- 0.47229094137319866,
- 0.9023094548374568,
- 0.49678809170238586,
- 0.5756941267408999,
- 1.0724967128627036,
- 0.7001458803341354,
- 0.8460355441910826,
- 0.49673986365485967,
- 0.8257880755296754,
- 0.7578116173833039,
- 0.830749321262805,
- 0.8152101876403569,
- 1.1873369032715708,
- 1.1629833997315038,
- 0.9477325802312406,
- 0.6573661294242927,
- 0.14745367403396548,
- 1.091992464442554,
- 1.1854679349078843,
- 1.2180684174366472,
- 0.740082945624986,
- 0.9302938385424658,
- 0.6254738285366165,
- 0.24983131863955427,
- 0.5515990430586148,
- 0.6643192980442268,
- 1.052460449529323,
- 0.6936913216513685,
- 0.8453974923974433,
- 0.42198231269755837,
- 0.9986811142256787,
- 1.144559485032531,
- 0.7882412880294567,
- 0.8927544012353676,
- 1.3399556720310606,
- 1.3249910511580092,
- 1.2233623258657418,
- 1.26413761114825,
- 0.4657708251722652,
- 0.8424802846464158,
- 0.6840924818156598,
- 1.340249004728563,
- 0.4088808474765569,
- 0.12037869354333768,
- 0.8991528846193844,
- 0.899331243323757,
- 0.7331721957147984,
- 0.9561062056469267,
- 1.0269870724179981,
- 0.9969331909980337,
- 0.96083506942024,
- 0.5935041950132798,
- 0.24645921126747222,
- 0.7359536468413806,
- 1.2403974032844147,
- 0.7411149174949805,
- 1.3669619637564125,
- 0.1375911516314023,
- 0.015124542847422621,
- 1.0229857584639976,
- 1.136099954544427,
- 0.555867877161723,
- 0.7792698327277149,
- 1.190460207880965,
- 0.42036863884975306,
- 0.2907253079631625,
- 0.6646229178224592,
- 0.8683150276096927,
- 1.0389023082908941,
- 0.878696087089833,
- 0.9428883254060831,
- 0.40800599900558615,
- 1.0754569212310687,
- 0.6893239930988522,
- 0.07159114100299976,
- 0.5972378991837154,
- 0.25907689554531277,
- 0.007868774281523081,
- 0.338059660182052,
- 1.2548845645682054,
- 0.9088502950305704,
- 0.2653913887702297,
- 0.8003170557478633,
- 1.1595339667588695,
- 0.1318800798395577,
- 0.21948118041705594,
- 0.6560084322917387,
- 0.36804828760067587,
- 1.2622341497197134,
- 0.7863854802531106,
- 0.15524334382315133,
- 0.5862912984013983,
- 1.1305529525502345,
- 1.2198168099931068,
- 0.6160356686744561,
- 0.47864482179202633,
- 1.2022388755698117,
- 0.7931907273868837,
- 1.1715283276284607,
- 0.543585496824031,
- 1.400139350619411,
- 1.2143620464593097,
- 1.25589543973161,
- 0.6443315823644994,
- 0.5060827902926849,
- 0.5385682818770717,
- 1.1573182277943808,
- 1.2918487355657724,
- 0.10311947318877641,
- 1.378425433241871,
- 0.28106875961281963,
- 1.047854947687754,
- 0.3994249911021443,
- 0.9063618554988123,
- 0.9225246324876222,
- 0.8517893288786607,
- 1.0761730964040817,
- 0.6844091187686067,
- 1.070607761430946,
- 0.8833831910810545,
- 0.6059565341552614,
- 0.8706155674627147,
- 0.1383111046412663,
- 0.9897790246441891,
- 1.3341397030424804,
- 0.21243038240587636,
- 1.309067419371093,
- 1.219667004139966,
- 0.5815729062724996,
- 1.2103908455559904,
- 1.0813620937611075,
- 1.2664320270515752,
- 1.3230937515993528,
- 1.367381593901774,
- 0.011988907048413041,
- 0.9131807590147347,
- 0.6112517289813623,
- 1.3560933038652379,
- 0.24055758672124303,
- 1.364300795282983,
- 0.8056513986370802,
- 1.1610552548932562,
- 1.0660206434923232,
- 0.4205229369352787,
- 1.0396695239341844,
- 0.22171713546935226,
- 0.6870225377976903,
- 0.33379464452596436,
- 0.8862114047296976,
- 0.867693130429071,
- 1.3587344750799544,
- 1.0651164446322003,
- 1.0438782825231696,
- 1.2532208924845007,
- 1.3234784608486836,
- 1.067615059192972,
- 1.324111504540711,
- 0.39774579720316455,
- 1.386594048069293,
- 0.7350241018039534,
- 1.2478699531721473,
- 1.3381075238079259,
- 0.2921546359169381,
- 1.3339668775658955,
- 0.7744140573637116,
- 1.2700599283726683,
- 0.21315212132819444,
- 1.404244726230019,
- 0.46011031251267964,
- 0.44296793800255635,
- 0.6271968914426189,
- 0.9431747504710248,
- 0.7460328770796637,
- 1.2417096333839321,
- 0.876486563755392,
- 1.3466284532884758,
- 1.040051794983303,
- 0.724348678468544,
- 1.3888098693991877,
- 1.0281219298208832,
- 1.0336648311796508,
- 1.105806821602237,
- 1.404771337341693,
- 1.2324764462905493,
- 1.2683386805894241,
- 0.6178177275256218,
- 0.8869266247492527,
- 0.30724996912090313,
- 1.0495507191104052,
- 1.0142891349335665,
- 0.4759718397591059,
- 0.07392784887721769,
- 1.0347894604165089,
- 1.3897699570859703,
- 0.9363905038483789,
- 0.11861509809938199,
- 0.14501320873631288,
- 1.379284565536955,
- 1.0771158996719925,
- 0.8752766723783126,
- 0.6664549723608529,
- 0.8345910791652791,
- 1.1634698076909347,
- 0.6925085247806849,
- 0.6924678326481087,
- 1.306399640012176,
- 1.0531332683668124,
- 1.2312568981117022,
- 0.1607133138065092,
- 1.288311879263294,
- 0.9158760625899218,
- 0.3524786519645093,
- 0.7520397089560833,
- 0.45456766673301185,
- 1.1861585290924663,
- 1.0538020198315068,
- 1.3576432825245806,
- 0.43898155717120313,
- 0.9539319809236516,
- 0.6132686366375166,
- 1.1547756082038672,
- 0.47963220001502993,
- 0.3662290673710772,
- 0.39431463432598496,
- 1.36230078330188,
- 0.8404247906664436,
- 1.1360558435516637,
- 0.39021623614293205,
- 0.2848338735620462,
- 1.320284161089124,
- 0.42344658571575805,
- 1.2030928883049974,
- 0.694896911520063,
- 0.2643631500282032,
- 0.8099522378261313,
- 0.4387505601520412,
- 1.3699243606457994,
- 0.32210810428026593,
- 0.15112685787849078,
- 0.2482190791754728,
- 0.4503399675325937,
- 0.6511266580859554,
- 1.0595827366993162,
- 0.7047620632238509,
- 0.20720109568777975,
- 0.3350223533206783,
- 1.2675829613201874,
- 0.35195568003385397,
- 0.19579158648008965,
- 1.1428682143686797,
- 0.5770156055286761,
- 0.23756606784543396,
- 0.49289727205381006,
- 0.39628889924380845,
- 1.1039030322336043,
- 1.3817785594295895,
- 1.3031232163856872,
- 1.0386191243454956,
- 0.3271199742565818,
- 0.7690545844607392,
- 0.24355741597208577,
- 0.4395144738203398,
- 0.883882121129518,
- 0.7693016181227649,
- 0.6419126967992546,
- 0.06396985877467956,
- 1.3399008254391402,
- 1.2200148776571094,
- 0.34159904024189225,
- 0.6516689314965932,
- 0.5838760449392232,
- 0.9156005093428992,
- 0.7975177789345835,
- 1.1213567270430285,
- 0.3343309257425596,
- 0.7115301580070079,
- 0.27221717296026987,
- 0.739028261863652,
- 0.21100183599059005,
- 1.3736649676156238,
- 0.2864699823775912,
- 0.8107772391839024,
- 0.7530118299027175,
- 1.0856315915880603,
- 1.3223451715472794,
- 1.247128647260692,
- 0.04769432030265035,
- 0.6425329960435668,
- 0.1508206737806928,
- 0.8786735611862074,
- 0.14077960882859858,
- 0.1964703390347938,
- 1.3883280238277689,
- 1.086962174117328,
- 0.2510433044443954,
- 1.3667833392880697,
- 0.892713926963718,
- 0.23817363276736608,
- 0.10487050643421483,
- 0.4546578086270929,
- 0.17131102150523503,
- 1.1383735572704963,
- 0.39173463113962836,
- 0.6621348242278733,
- 1.2231033661298794,
- 0.24075226107686967,
- 0.20681151640002074,
- 0.5835528002399842,
- 0.2547020104381955,
- 0.9267297239828038,
- 0.09828670963270458,
- 0.8908459137071718,
- 0.855712354784582,
- 1.202155518082635,
- 0.3859058265714408,
- 0.6190871550890993,
- 1.1377852962316215,
- 1.159888808444971,
- 1.3534858246971435,
- 1.2910024521346182,
- 1.0744093287343492,
- 0.6507225539307031,
- 1.3844389995988908,
- 0.9337421601032964,
- 1.3535671203235211,
- 0.791497595368651,
- 0.5761844028531609,
- 0.8557032536249514,
- 0.6120530256091171,
- 0.1709458077234644,
- 0.9415042111082661,
- 0.6233309685666414,
- 0.3152297057777834,
- 1.2851588858094316,
- 1.0509982768829105,
- 1.0353461958406827,
- 0.3516510130491946,
- 0.577512056447052,
- 1.3001242299837812,
- 1.319995163439751,
- 0.16348868598875038,
- 1.3854065817356405,
- 0.2773808610737382,
- 0.5754282899208499,
- 0.021856034540488345,
- 0.2789509543223422,
- 0.754297760002024,
- 0.5302618274959883,
- 0.5977703093887328,
- 1.194855279615546,
- 0.09914966798054754,
- 0.8036510757832274,
- 0.23628263681587516,
- 0.26749227915440565,
- 1.210405251867611,
- 0.7690722157026904,
- 0.3417787001118004,
- 1.1266224482780747,
- 1.1064587331965663,
- 0.6866487814668166,
- 0.28761243296389755,
- 0.14520547329944689,
- 0.7042695436868591,
- 1.259748574245221,
- 0.390402204237515,
- 1.1258729989167124,
- 0.25875606408202734,
- 1.1895666791101267,
- 0.9460571651296091,
- 0.4903319562382271,
- 0.9973539525584678,
- 1.0535211295345892,
- 0.5160553544104493,
- 0.04998793741517849,
- 1.176042552998844,
- 1.0469054829664817,
- 1.293799404378407,
- 0.34200915707400426,
- 1.3055187312131928,
- 1.4105958361283017,
- 1.3842592568721273,
- 0.7663904714591634,
- 0.45988492762945793,
- 0.5085660695761002,
- 1.2091896975571779,
- 0.4678911451147086,
- 1.0288356863449233,
- 0.8310399337848233,
- 1.4096304556368333,
- 0.7485016970642577,
- 0.4463875358220565,
- 0.9135872570673914,
- 0.4790151831959888,
- 0.8652923980483496,
- 0.4947825632693603,
- 0.9129239088765428,
- 0.00756274352789933,
- 0.722605319162372,
- 0.578500213573427,
- 0.40289998755072304,
- 0.9884603647519487,
- 0.09964704918821655,
- 1.2406961480483114,
- 0.8498803471589563,
- 0.3905999921410783,
- 1.3710600350757194,
- 0.07235010633653963,
- 0.3275845257146969,
- 0.9281542336369434,
- 0.926801405766499,
- 1.0825655094772004,
- 0.3522353184621103,
- 0.993388354958815,
- 1.2612532115414774,
- 1.022533373343321,
- 0.5898725330240596,
- 0.8177973706074417,
- 0.5357608913633184,
- 1.0913161993750782,
- 1.0668891286664024,
- 0.653566964660831,
- 0.3287280709101567,
- 0.9280880325739516,
- 1.0220763067958814,
- 0.6350883638231084,
- 0.5981411703694588,
- 1.09249287039196,
- 0.8536877142660624,
- 0.11373371755076034,
- 1.2520941972422484,
- 1.4130076931123925,
- 1.045256893273999,
- 1.0000703616108129,
- 0.09816620487925423,
- 0.42225626721657,
- 0.6187739712606675,
- 0.07786842818277057,
- 0.24451754553293575,
- 0.07305728391199202,
- 1.2084578300506463,
- 1.093801713128779,
- 1.1759731430504097,
- 1.110805598758568,
- 0.15483895730716213,
- 0.7521432897456639,
- 0.45259124941477635,
- 0.7117092179783959,
- 1.3204309496381577,
- 0.8163422263389437,
- 1.0070462030989087,
- 0.8762710555754353,
- 0.23223216103534475,
- 1.195976146807921,
- 0.8161994879117995,
- 0.8289112038056932,
- 0.1636723626356489,
- 0.8107330445706962,
- 0.4049685950874526,
- 0.7141344295080435,
- 0.5476178648394685,
- 1.3595038470613483,
- 0.2645001462874736,
- 1.1653446681304642,
- 0.8994084969570204,
- 0.5861731883525403,
- 0.5423059855739775,
- 0.8805564799990625,
- 0.9072892033774206,
- 0.08524308546227168,
- 0.3663111783699126,
- 0.45286292146048934,
- 0.5515186440902334,
- 0.28508267814120936,
- 0.3152394513918997,
- 0.031923853627442954,
- 0.20066389578813448,
- 1.1109420747487955,
- 0.5753272229293457,
- 0.844299491118044,
- 0.3146669289275495,
- 0.8173383597647643,
- 0.6217996755740992,
- 0.9300317292351274,
- 1.141280948892517,
- 1.0787402983474055,
- 0.30689708774682595,
- 1.248683503747476,
- 0.2410637713848195,
- 0.9427772562241076,
- 1.0718680808402075,
- 0.9167161674396037,
- 0.8867538623167172,
- 0.5326242445451934,
- 0.7100274519829373,
- 0.5178952189928826,
- 1.124700984806387,
- 1.1896468932516402,
- 1.2511716000036146,
- 0.05668255728027313,
- 0.4480362523659499,
- 1.2140229602524313,
- 0.8147599100692597,
- 1.1840687326650274,
- 0.11175223238070894,
- 0.8112725335871342,
- 1.3329649062027495,
- 0.8651213968743974,
- 0.5997090716756894,
- 0.40955556701308654,
- 1.402755509273323,
- 0.2108451009369255,
- 0.6037042151169328,
- 1.2941579086981179,
- 0.23790990647626434,
- 0.1408653765240654,
- 1.2922417967074522,
- 1.087511095839666,
- 0.5679132914352155,
- 1.3004254781135476,
- 0.006517830221508255,
- 1.056412814598361,
- 0.46224175590669064,
- 0.5997580735590595,
- 0.6525769444513839,
- 0.09710469066446847,
- 0.6820329469361329,
- 0.3528468372111953,
- 1.3997902208063198,
- 1.2554792912764186,
- 0.6887296515469702,
- 0.7074048628007403,
- 0.9477619409537977,
- 0.3276469997888127,
- 0.48416042820536476,
- 0.05932192561727669,
- 0.11026646776898051,
- 1.0547767727568738,
- 0.3546760002790182,
- 1.2787721324719197,
- 1.2808508934292224,
- 0.9553179989668145,
- 0.929228097136323,
- 0.45980381190221553,
- 1.1065030428753313,
- 0.595024445633709,
- 1.294055702277961,
- 1.1319301659123522,
- 1.127355411815204,
- 1.257308346603121,
- 0.01459533579617611,
- 0.9811821313704621,
- 0.7893276900908959,
- 0.6797983832409052,
- 0.9591474449148062,
- 1.2263667621782819,
- 0.2992125668334974,
- 0.6573204404911381,
- 0.6228538859922197,
- 1.0960004280201787,
- 1.271091023796972,
- 0.304193584868161,
- 0.6377962085551483,
- 0.4759825454921471,
- 0.4210687864702774,
- 0.19134629376507045,
- 0.2627143658177052,
- 1.0107450200893873,
- 0.9154975026598507,
- 0.35780775256846586,
- 0.1633628157978567,
- 1.3082949571502747,
- 1.3290587867933206,
- 1.3194168877546215,
- 0.7006623561691246,
- 0.42378368042767334,
- 1.151176670877011,
- 0.7783302882256043,
- 0.37676174603965074,
- 0.5746745440831329,
- 0.4670525468110972,
- 0.6330283322231776,
- 1.0310674388724093,
- 0.7517997712851882,
- 0.7937419799540427,
- 0.6640842684530978,
- 0.26046235753241326,
- 0.8349589840658561,
- 1.3305751864029587,
- 0.89099076017497,
- 1.0873887704620735,
- 1.3246707177079657,
- 0.1802225968403659,
- 0.5409628643054439,
- 1.0577679537072469,
- 1.1871463709936327,
- 1.2946727032592296,
- 0.45248297245243146,
- 0.5740944112076489,
- 0.5869532571989716,
- 1.3719716729154008,
- 0.5313772396864312,
- 1.3695146141305619,
- 0.7912580634032462,
- 1.347950727384309,
- 0.04981698744275472,
- 0.31663246814593893,
- 0.5515753757738737,
- 0.22933025885806912,
- 0.6454900282570823,
- 1.1750497220882752,
- 0.554363052395081,
- 1.0729877762384121,
- 0.428363451759945,
- 1.00828204107785,
- 1.239102737716668,
- 0.9170440877026215,
- 0.6385039675660883,
- 0.7867722592755362,
- 0.9342007174283281,
- 0.33020661144968766,
- 0.5039671344664617,
- 1.2192331292382546,
- 0.6918211814622766,
- 1.1434504383666428,
- 0.7165233266082773,
- 1.0008229834924265,
- 1.1590971271801438,
- 0.9767800731367156,
- 0.22688046960034514,
- 0.525127241892723,
- 1.3236709649264449,
- 0.47704508586167,
- 0.10867954633302503,
- 0.5298465738350349,
- 0.9433101950218246,
- 1.1724787251103683,
- 1.318694991395337,
- 0.919119984769775,
- 1.3737714076234093,
- 1.2389102193213213,
- 0.7690042115688891,
- 0.5177078099872818,
- 0.28332725001206466,
- 0.3705146855858345,
- 0.9574208363582977,
- 0.6927780780143016,
- 1.409265690123069,
- 1.3287664754540773,
- 0.9790076146769311,
- 1.4059826464211118,
- 1.3215612781553063,
- 1.0930300235085209,
- 1.1068161253091993,
- 0.5013769112571059,
- 0.8722807762025431,
- 1.4062484324218807,
- 0.5315494794959066,
- 1.0303587906960934,
- 0.6573162335008274,
- 0.5110019741121657,
- 0.17026784781404716,
- 0.47511075943755016,
- 1.1205659776354258,
- 0.1707447216022679,
- 0.6152536428054058,
- 0.5847727132409942,
- 0.9342180120857887,
- 1.1818607023473227,
- 1.1929266676805867,
- 0.28812076373345047,
- 0.515516986176763,
- 0.3211320339024334,
- 0.06601915847195747,
- 0.7446789677939524,
- 0.42819078296234564,
- 0.23010765648148176,
- 0.456849401656437,
- 1.1138089067205281,
- 1.065829692682719,
- 0.11041884588956423,
- 1.2946941097675972,
- 0.30978210130532385,
- 1.0720982911575172,
- 0.9440411166448452,
- 1.1897435207515328,
- 0.1923733216439736,
- 1.3875179873814059,
- 1.392475046825728,
- 0.8016564445471424,
- 0.22761647549104733,
- 1.285780696741695,
- 0.06790817591341135,
- 0.002418240035625989,
- 1.350596468792555,
- 0.7708748627302192,
- 0.9316427697263581,
- 1.0386813317383572,
- 0.2960766832322602,
- 0.18469139835205386,
- 0.30801275993815425,
- 0.41507410529982824,
- 0.5837379836360403,
- 0.7937531576236034,
- 0.5275993309743694,
- 1.3654013583165863,
- 1.2901912799641817,
- 1.1844702637137687,
- 0.5128237300334274,
- 1.1718435050169633,
- 0.6622386977254985,
- 1.0834892803456988,
- 0.4806288541698541,
- 0.7183326239548802,
- 1.1480542822019535,
- 1.3960399456467676,
- 1.1985284835157302,
- 0.483070797816517,
- 1.4031713554632972,
- 0.056949045236826513,
- 1.0534189269180143,
- 0.7618601254518486,
- 0.8164301519412551,
- 0.5126348075432047,
- 0.1967741838064376,
- 0.6120915235626738,
- 0.5352686726575238,
- 0.8097064869412973,
- 0.8642746628510762,
- 0.9609029112441887,
- 0.5497308763010702,
- 0.33502867718493773,
- 0.47010997839089924,
- 1.273632028648149,
- 1.3541187211707562,
- 0.5824919948457276,
- 0.1239441591087947,
- 0.058144058419120556,
- 0.2489352754262713,
- 0.22122497903885144,
- 0.6539067904242222,
- 1.0572095651268363,
- 0.9187056308187764,
- 0.997567482734043,
- 0.2942029958636083,
- 1.0555388272355135,
- 0.36239112707606225,
- 1.0311767052121608,
- 1.2561661246529892,
- 0.8474472221429398,
- 0.22184012326264774,
- 1.1163514058024768,
- 0.42007652177450716,
- 0.12398754195847995,
- 1.3073642371274352,
- 1.2961136218002844,
- 1.342399038170377,
- 0.6121322981010063,
- 0.26841257759147447,
- 0.33981168341401685,
- 0.5024186125888498,
- 1.1714276553456067,
- 1.160599212277982,
- 1.139702799852748,
- 1.0066261642516756,
- 0.9809025796623191,
- 0.556353836780984,
- 1.3106907394416056,
- 1.016223818019249,
- 1.1905511386446224,
- 0.5228410720226383,
- 0.5833396470535093,
- 0.8587654521808997,
- 0.36851988658638285,
- 0.9691493255932022,
- 0.9568199715334983,
- 0.8199938000911214,
- 1.1181003588912615,
- 0.9185640021156066,
- 1.3427159864687823,
- 1.0188690592905334,
- 1.098252694911644,
- 0.520594303890596,
- 0.0302665654881265,
- 0.4882194833668654,
- 0.6286414471998123,
- 1.3363824678476786,
- 1.1211102766329355,
- 1.3517706158025558,
- 0.4357869096181529,
- 0.4889742849692434,
- 0.16320072241593075,
- 0.3270921020891512,
- 0.21698614522858664,
- 0.36663519969809927,
- 0.2373011981517485,
- 0.8403003868372574,
- 0.060241998266053774,
- 0.9060324057910581,
- 1.4097747045037547,
- 0.2886246060872099,
- 1.2413446924553122,
- 1.0975144547139741,
- 0.7799560381284365,
- 0.6475897991222856,
- 1.4011949375150403,
- 1.1536436872476667,
- 1.3764532061408348,
- 1.1294154986328613,
- 0.932067683115808,
- 0.22396721983078666,
- 1.34240042891058,
- 0.2678203361254039,
- 0.5737771221987668,
- 0.92533161537837,
- 0.0793995269289537,
- 0.8928099822482654,
- 1.2169150376961522,
- 0.4004970190039376,
- 1.1005557922751248,
- 1.3788813481167106,
- 0.8516898081407678,
- 1.394271736532963,
- 1.0400431498877134,
- 0.5545925221327189,
- 1.1982274181711317,
- 0.2616901970384104,
- 0.3778579179348444,
- 0.645260514367556,
- 0.9204290650355659,
- 0.6246719384170589,
- 0.8866817332878092,
- 0.2929489163436152,
- 0.7912167844341899,
- 1.1304811455894335,
- 0.638395371038547,
- 1.3288054919466412,
- 1.296341628975738,
- 0.5121478773123107,
- 0.3615962939558874,
- 0.9703310799828955,
- 0.045481018405039444,
- 0.3704065534341582,
- 0.4408292306250528,
- 0.12350151192845403,
- 0.4765117722674159,
- 1.1032540967002684,
- 1.3389653192898983,
- 0.02851447470844686,
- 0.3950340302416992,
- 0.24206320249962834,
- 0.3461727555351384,
- 1.146892002483751,
- 0.4412515350495886,
- 0.9049196947833033,
- 0.5615906307168853,
- 0.7774592119814963,
- 0.9662660332109347,
- 0.6862023954380376,
- 0.30822304736180234,
- 0.8718738773951538,
- 0.04172831154743039,
- 0.7299600855201771,
- 1.0130519333292878,
- 1.2568371162573402,
- 0.9944265967919815,
- 0.3180876221543173,
- 0.7667019953039292,
- 1.184555347124983,
- 0.6987055442860408,
- 0.50556445949596,
- 1.369843669150655,
- 0.6027145560920274,
- 1.2392831061902705,
- 0.6262531414692588,
- 0.5063807273647442,
- 1.3722878969453831,
- 1.3975355979281026,
- 0.5922976712091991,
- 1.4038568437359087,
- 0.5419271938360186,
- 0.22514043510980616,
- 0.8643450247488079,
- 0.7155816816251724,
- 0.9477490600231149,
- 0.19365043797503,
- 1.0797833027727415,
- 1.07144934805543,
- 1.0234627723796978,
- 1.1128562804026796,
- 0.7751942023888259,
- 0.5223933597968335,
- 1.1392826392142061,
- 1.040380069305048,
- 0.9772155375701379,
- 1.0005534591987904,
- 1.0794142545602723,
- 1.2393441984222067,
- 0.4028101948961517,
- 0.4016773467280302,
- 0.2369549262624023,
- 0.6938435478487662,
- 0.913122947181002,
- 0.5635384697864269,
- 0.5105355520679802,
- 1.398872777749524,
- 0.7973856895627994,
- 0.6421104210942482,
- 0.963181112554914,
- 0.1798621350369595,
- 0.9647716449973184,
- 0.1291371832062711,
- 0.04383140560975025,
- 1.1116613263722748,
- 0.008901851235231815,
- 0.9049821052767794,
- 1.3445345082257794,
- 0.8990685943720178,
- 1.151199008271167,
- 0.7689370233954335,
- 1.0243423327364747,
- 0.6877085952641301,
- 0.5815142447177604,
- 1.0085593283644922,
- 0.5489118030714454,
- 1.1673047075761682,
- 0.9546748601417586,
- 1.4128074287362133,
- 0.3204819149599646,
- 1.2064486428828742,
- 1.3962484084040185,
- 0.2451405635412717,
- 1.3645965404813638,
- 1.3784407099169134,
- 0.9316544401719044,
- 0.6148209681181941,
- 0.021907299974045343,
- 0.23423059709199057,
- 1.3121347003174175,
- 0.5822051886307501,
- 0.5269105476295044,
- 0.26505250654554985,
- 0.6930836798687038,
- 0.622833725687943,
- 0.835421053711853,
- 1.3926673794298172,
- 0.5237512859714043,
- 0.7868978493854023,
- 0.5207071393175103,
- 0.8983723045489054,
- 1.2250656014899406,
- 0.0888837819951055,
- 0.216046627974983,
- 1.354377504807104,
- 0.9063501888108612,
- 0.4530302754464307,
- 1.2947534016103863,
- 1.298370158653539,
- 1.125477973723794,
- 0.4594950079785446,
- 1.0943888193952864,
- 0.38275463724024905,
- 1.1623624537501047,
- 0.9862182776292769,
- 0.21065736030238244,
- 1.3588649015219672,
- 1.1515531252760167,
- 0.36619448287381984,
- 0.5718745618204233,
- 0.965974196802519,
- 0.2649920231130521,
- 0.599224867177679,
- 0.5553177682457194,
- 1.063148016547716,
- 0.5983984478510596,
- 1.1923682207755084,
- 1.0095194742232074,
- 0.15140963892319725,
- 1.1026778774568076,
- 0.9951494409631096,
- 1.2576129899823267,
- 0.1554058000842545,
- 1.1418035896274938,
- 1.3565290406364583,
- 1.144280687153191,
- 0.35737046877738304,
- 1.3086042484664984,
- 0.6403043574463502,
- 0.8336079398299205,
- 1.143518618467683,
- 1.3104705524322522,
- 1.2497200172971905,
- 0.9762149091511937,
- 0.893892041108666,
- 0.9395693956764224,
- 0.6383504464554366,
- 1.3289277749020132,
- 0.8351221631148115,
- 0.4272188894741809,
- 1.3208277967002653,
- 0.7138037859387938,
- 1.2714028787869478,
- 0.4167708698128501,
- 1.249860745814557,
- 0.2956979221655792,
- 0.20638303037598307,
- 1.188383206156144,
- 0.6852806959791112,
- 1.3814107181381081,
- 1.3766389031325197,
- 1.1078145682955585,
- 1.2936347560704822,
- 0.8473216796258833,
- 0.6350982651785463,
- 0.9679350119561838,
- 0.7344495628623259,
- 0.5082014717978235,
- 1.2964709705856934,
- 0.7252769631407814,
- 0.7092008716087289,
- 0.13435393265086115,
- 1.1406575500969423,
- 1.224286912904533,
- 1.1056746619453917,
- 0.8667473050757586,
- 0.21510222532751846,
- 1.3085959358384618,
- 0.30802620923028196,
- 0.2716458139657191,
- 1.1880112448603888,
- 0.42317287919003443,
- 1.1640265651089314,
- 0.9595816582112118,
- 0.8524543918294797,
- 0.9618548153752462,
- 0.13761117653802996,
- 1.0530016997128164,
- 1.30466918845568,
- 0.8704314632907494,
- 0.527615226398394,
- 0.6171670511317185,
- 0.06805617806563616,
- 0.12174195276513423,
- 0.7658910904402284,
- 0.998863316699811,
- 0.9606509691686417,
- 0.8629705960766383,
- 0.3234479141832876,
- 0.5785480126695144,
- 0.3532170295306155,
- 0.4547339196213379,
- 1.00193807677683,
- 0.36802740080509555,
- 0.6950698892144213,
- 0.23943889317828665,
- 0.7593077275696047,
- 0.9632105314534448,
- 0.447139144410855,
- 0.3763549459227374,
- 0.6176277159547819,
- 1.3663008258607179,
- 0.39923178724370073,
- 0.24711868840258505,
- 0.1402240005085397,
- 1.098987137675453,
- 1.246217393208255,
- 0.6977786065478934,
- 0.6123994635842452,
- 0.373383409853824,
- 1.053864189270693,
- 0.096783934116401,
- 1.1879716122242812,
- 0.1360987711321624,
- 0.9580538668720293,
- 0.8150652092068663,
- 0.3309039112066901,
- 0.2904900916735132,
- 0.3906906960741777,
- 0.3652180637077821,
- 0.32928342502247354,
- 1.1091413135597339,
- 0.3194043567123717,
- 0.7996789706356814,
- 0.6869839261533843,
- 0.39521706388844374,
- 1.028043309754503,
- 0.3282481255356228,
- 1.3305564515250425,
- 0.9290146482592302,
- 0.24459648011783083,
- 0.347621200131118,
- 0.772920980969301,
- 1.320115386519392,
- 0.6416492110709956,
- 0.49548182812701247,
- 0.1511650767171883,
- 0.6677342472696346,
- 0.11073753559888942,
- 1.2545382472538407,
- 0.8271223064260419,
- 1.0205020244792862,
- 1.3474174286471332,
- 0.15082088361409418,
- 0.978906124066243,
- 1.2949700927792134,
- 0.3615721273487419,
- 1.1545918258738412,
- 0.6438079437355396,
- 1.1087606242056902,
- 0.1064302049230704,
- 0.7870525518036128,
- 0.19083447619046504,
- 0.4124049219395545,
- 1.0077390571821918,
- 0.40418566671146716,
- 0.553919634759146,
- 1.1851869092316447,
- 0.0491220533554581,
- 0.04602114486592485,
- 0.4107160154128455,
- 0.046392080623256164,
- 1.3114052697158145,
- 1.0110997628103335,
- 0.682666227263483,
- 1.2495780153261662,
- 1.179995766798295,
- 0.9018042090047568,
- 0.3063867919663432,
- 1.2540277726979352,
- 0.7492349243162506,
- 0.32465962490591904,
- 1.215759715081655,
- 1.161692495450157,
- 0.8598318301475449,
- 0.8692554198082664,
- 1.2019799130897433,
- 0.591119731539163,
- 1.1676054798901216,
- 0.19534389045746875,
- 1.2162644162301592,
- 0.25155545169895005,
- 0.750216383294781,
- 1.4048365701940053,
- 0.5417145663672194,
- 1.3169532221956592,
- 1.3620586917542186,
- 0.9691350195777334,
- 1.3296530035830085,
- 0.137233631598535,
- 1.2421253042253624,
- 0.45293981694099,
- 0.645435200469153,
- 0.88098215272226,
- 1.3840187405804636,
- 0.711518361822627,
- 0.5412656090793112,
- 0.9571259051615995,
- 0.8676798103142382,
- 0.7972096689474983,
- 0.23015469314379647,
- 0.6448747475559904,
- 0.7613102752531736,
- 1.1290487576082724,
- 0.26077275655863336,
- 0.43535565519955716,
- 1.0855621766383434,
- 0.09201223964707309,
- 0.4394759305511131,
- 1.3505731708114985,
- 1.2726098269904427,
- 0.41678623531656017,
- 0.9685820560381171,
- 0.9153414161647897,
- 0.7868274707137544,
- 1.0195328538512618,
- 1.300000293344802,
- 0.9622704378628146,
- 0.7042634489987512,
- 0.8609297280408517,
- 0.1442712091543899,
- 0.5425750348729202,
- 0.08205410173231181,
- 0.8254792096374308,
- 0.32294189406510326,
- 0.7693281473980326,
- 1.0892387191135515,
- 1.3269201217663964,
- 0.36337640471107224,
- 0.7668765470040252,
- 0.2890916364916201,
- 0.7364440173337493,
- 1.1003992587553022,
- 0.2784560557961149,
- 1.401549917964455,
- 0.5256729824535918,
- 0.7006279338071645,
- 1.1059363734636058,
- 0.7008136252135985,
- 0.9459655399958223,
- 1.1650012357143267,
- 1.0987160424294395,
- 0.8585805341623218,
- 0.1762171562774819,
- 0.553380266894204,
- 0.1961045267845116,
- 0.2551157833443747,
- 1.1620307228476794,
- 0.9304271363851099,
- 1.40600230857535,
- 1.254248729589122,
- 0.21362099813824315,
- 0.68246396543315,
- 1.1809388115153818,
- 0.9875526377653733,
- 0.44539692499918193,
- 1.0087738004842812,
- 1.2678238677152367,
- 0.9588910103148904,
- 1.2691716172992662,
- 0.32026981037439467,
- 1.370996535609034,
- 0.7339932880544661,
- 0.3618498408127957,
- 0.12122764166475979,
- 1.2877346532484604,
- 0.44610907438102154,
- 1.1594103632959945,
- 0.665391154317886,
- 0.5535939441319878,
- 1.3750945791726268,
- 0.2090530266241602,
- 0.7350959648948788,
- 1.379206303926118,
- 0.2852229013704053,
- 0.39479045573104,
- 0.6835649282805205,
- 0.03175103418486136,
- 0.4718526330366252,
- 0.8894557012306645,
- 0.8511701614789128,
- 1.312744380398073,
- 0.8685202626866799,
- 1.2876726309477284,
- 0.4227359242665953,
- 0.7659436817026475,
- 0.9458267970020955,
- 0.9646818660541614,
- 1.0086367815865482,
- 1.3173255215346875,
- 1.1012156179166324,
- 0.7504588672478997,
- 0.8043945439162229,
- 1.34714088877782,
- 1.2557993153732399,
- 0.4809062078913376,
- 0.8406072369198164,
- 1.1898221411228702,
- 1.2567896623768249,
- 1.01169542114689,
- 1.3361983277736031,
- 0.747244090150806,
- 0.6084955962659082,
- 1.102394622075991,
- 0.8383277973010863,
- 0.27588306322963235,
- 1.3602514831363424,
- 0.25039322662661845,
- 0.013635265752403461,
- 0.6553331559104165,
- 0.8198134493435687,
- 0.4688404087164121,
- 0.8048064131348266,
- 0.5100180822052968,
- 1.2821419429004446,
- 0.26917633466195034,
- 1.2728144967442783,
- 1.389393995853196,
- 0.06546805507137751,
- 0.617883149556986,
- 0.043475819056124056,
- 0.023877890310001988,
- 1.0787941846482223,
- 0.6403243182618167,
- 0.5773690176075611,
- 1.0955311369141374,
- 0.5324898373019813,
- 1.1324110759384194,
- 0.4104678940114421,
- 0.8358462587678022,
- 0.8661594626311543,
- 1.3164490384853527,
- 0.05749049262778425,
- 0.9192109087680298,
- 1.144192353509794,
- 0.9629734061263405,
- 0.5265957041048971,
- 0.26683820742276254,
- 0.9029390647244224,
- 1.2112279251087636,
- 1.0165707467255487,
- 1.3779161535245879,
- 0.9915173655246219,
- 0.9815330644687321,
- 0.7830899825173165,
- 0.8489676697000963,
- 1.3062526815962625,
- 0.7069432617391546,
- 1.150497284515618,
- 1.3911195780263501,
- 0.014152804087567446,
- 0.4667147998078037,
- 1.323070823924824,
- 1.101232332853298,
- 0.5172744257677672,
- 0.5157788031322322,
- 0.8753714193693708,
- 1.3453355239513227,
- 0.35538150369981014,
- 1.1878576100780964,
- 1.3808804589205839,
- 0.24002904821517823,
- 1.3354926318195774,
- 0.18172454514760633,
- 0.2077116962470654,
- 0.6714097905920363,
- 1.261361753371744,
- 0.21424386517985955,
- 0.212861627560518,
- 1.1864226727412606,
- 0.8142416996726232,
- 0.04332742501996408,
- 1.3797237023982458,
- 0.2129974765109986,
- 0.19242036401387827,
- 1.1637607464828064,
- 1.4078713897059727,
- 0.6111582279183229,
- 0.8673082988631702,
- 0.8081022272558352,
- 1.1599943939325665,
- 0.30672923853566797,
- 1.3546743578852356,
- 1.139915220675676,
- 0.9709243889348048,
- 1.1871758036215776,
- 1.0006742217414895,
- 1.150282967537106,
- 1.3769621318587457,
- 0.8564196932386915,
- 1.121965070118836,
- 0.36816446806418107,
- 0.9037662018875757,
- 0.30674931930786564,
- 1.2821567643167089,
- 0.9500192376449658,
- 0.8655454762513904,
- 0.6621261940866087,
- 0.5577276607663735,
- 1.3760609230519987,
- 0.530314421223086,
- 0.27690727438039764,
- 0.19582052480168044,
- 0.3180802993497135,
- 0.6829477501314831,
- 1.1198979175007797,
- 0.40652658187642354,
- 0.9615610936853975,
- 0.8653717513904173,
- 0.8397293039214925,
- 0.8331018526732884,
- 0.6921787467932992,
- 0.8099951367844826,
- 0.8113435119328105,
- 1.1965080182934107,
- 1.111640009376281,
- 1.339797231071067,
- 0.9291871924833007,
- 0.43903258031147147,
- 1.412677975810393,
- 1.2647675377991219,
- 1.0069783897589142,
- 0.6500915314534134,
- 0.46591322094576076,
- 0.9506342861920252,
- 0.03799444438173643,
- 1.1027060011850467,
- 1.3702813162911844,
- 0.17344326745851307,
- 1.3977223488294908,
- 0.711086580297222,
- 1.2108183186565726,
- 0.42936459095795554,
- 1.186342938171709,
- 0.9667781566995611,
- 0.14582486391663835,
- 0.2572825387898113,
- 1.382728546151193,
- 0.9720524211181378,
- 0.3488299381793182,
- 0.3103016649191597,
- 0.6403580958054468,
- 1.3007023570281782,
- 1.1756533838713017,
- 0.8750334094658302,
- 0.8478009221899142,
- 1.0350710722834275,
- 1.37998314669882,
- 0.0658779621834739,
- 0.7427431784668508,
- 1.3163121598378862,
- 0.8474563956225054,
- 1.1759195646475935,
- 0.9630776173247597,
- 0.1453018996870023,
- 1.2772657201198547,
- 0.43307235003863376,
- 0.6577546302218018,
- 1.2237049123232715,
- 1.3657148898568532,
- 1.2262176819824788,
- 1.1552651123187387,
- 1.3614184224186348,
- 1.0464613614917755,
- 1.2759661882835676,
- 0.335222123417449,
- 1.3413571446678454,
- 1.057321933748342,
- 1.2405011510530073,
- 0.20116161306449695,
- 0.39318218527981175,
- 1.3065118859271219,
- 1.383239327005721,
- 0.5908101323854575,
- 0.7229683799872405,
- 0.7356374352365258,
- 0.5370564335886401,
- 1.3877700940973223,
- 0.771360335282666,
- 1.2052464934797693,
- 0.4596522869444835,
- 0.26302825311605227,
- 0.7901204649189144,
- 0.057770641821634425,
- 1.1161290516159725,
- 0.4804015678787962,
- 0.48472538885013566,
- 0.6049645704119352,
- 1.3787965359029084,
- 0.9787815128825053,
- 1.0605705228622047,
- 1.2541603880096,
- 1.2078705190961962,
- 0.5992377466823904,
- 0.3483927060407676,
- 0.13503608345782622,
- 1.3732336335707434,
- 1.3413103008193135,
- 0.6348079494542048,
- 0.7128084246892606,
- 0.5914372545305453,
- 1.0215098190323828,
- 1.1412074446253175,
- 0.6401603022278762,
- 0.9727660657462877,
- 0.449786069456302,
- 1.2951699016891312,
- 0.73247809729067,
- 0.8961690528796666,
- 0.13712964950825865,
- 0.06657216158942618,
- 0.9442127331202828,
- 0.7585240686208518,
- 1.3336286715188035,
- 0.3035196927847964,
- 1.1694693307493718,
- 0.015588031698780837,
- 1.2845664695723513,
- 0.3900506886410868,
- 1.2835034586929535,
- 0.04058909744894149,
- 1.2071242594268283,
- 1.196601284911562,
- 0.057257336647294245,
- 0.2800479677026972,
- 0.9423513558269718,
- 1.3076213025344532,
- 0.8088750569289148,
- 1.0768658538784859,
- 1.3268247563919358,
- 1.0646714929267755,
- 0.9982782059044951,
- 1.400932446707678,
- 1.051818806867847,
- 1.3450241143510269,
- 0.6433746115639107,
- 1.093829570292257,
- 0.40990525351363255,
- 0.9852440102086909,
- 0.9246388473597174,
- 0.9300716500219779,
- 1.082944292500142,
- 1.3182397527396876,
- 0.7046650991108295,
- 0.7965149230736376,
- 0.647260852889383,
- 0.3189412145009084,
- 1.0807445255848631,
- 0.11049496933189991,
- 0.18848987549128818,
- 0.18776330443443706,
- 1.1475844854667858,
- 0.48551600567181497,
- 0.40326005645956886,
- 0.1241220719551759,
- 0.19257538642956862,
- 1.2810483242499013,
- 1.3691932668555584,
- 0.965729198538564,
- 0.887196434616687,
- 0.9889673365393147,
- 0.38818458975219133,
- 0.8449347014276579,
- 1.0974146881207212,
- 0.8784672095604585,
- 1.0986317290515737,
- 1.3361935655846087,
- 0.04990968192988932,
- 1.3168003555224552,
- 1.0162015744130914,
- 0.46182034483637824,
- 0.5630665699521609,
- 1.3974497469222664,
- 0.7179843460375711,
- 0.39503617710215927,
- 0.9470808084682368,
- 1.0073328481454271,
- 0.7117543343513008,
- 0.34910497627612996,
- 0.3054210500964136,
- 1.1025096718153875,
- 1.3413500671392071,
- 1.2040675603609754,
- 0.38895247605532635,
- 1.3775437410544862,
- 0.8404758421511043,
- 0.7160406765435237,
- 0.8432950046563995,
- 0.013086737010041503,
- 0.8856832165408873,
- 0.881471568036202,
- 1.1500333515546113,
- 1.0505774753967985,
- 0.5784943010296583,
- 1.3940709492566674,
- 0.298534398819478,
- 0.6927491211939387,
- 0.8240914382558238,
- 1.3252159967693642,
- 0.6713050080667671,
- 0.2535666236373139,
- 1.0917345659718993,
- 1.321695174563861,
- 0.025402112871265828,
- 0.003055636818438947,
- 0.5318423486018471,
- 0.9045898973149649,
- 0.3761335372414344,
- 0.07477099891455471,
- 1.0571753987656638,
- 0.5947881850054794,
- 1.2328710311484536,
- 0.2687188665808295,
- 1.092433680936625,
- 1.1902127672799003,
- 0.3459842714651344,
- 1.2865585221780034,
- 0.6550503690586048,
- 0.5843202708887439,
- 0.6060675964752149,
- 0.5801482480678383,
- 0.8027020819323656,
- 0.48203467565830177,
- 1.262292733217575,
- 1.083703309969256,
- 1.056253837909963,
- 0.6631772849015284,
- 0.7914955856875945,
- 0.500732012773074,
- 0.2602536031003895,
- 1.3513174396203493,
- 0.4446554412043465,
- 1.292421118859021,
- 0.584476444773695,
- 1.282480574653504,
- 0.09682297635701001,
- 0.8233097949477733,
- 0.13265821626056182,
- 0.9497149769950559,
- 0.804531987187198,
- 0.5459843438153263,
- 1.3468101274741493,
- 0.7556755256225123,
- 1.250058411086755,
- 0.5494409862097854,
- 0.09395374775386624,
- 0.8742348832899104,
- 0.8374528813716617,
- 1.0837554591252048,
- 0.4834107830209209,
- 0.27008692489464436,
- 0.7810701371231897,
- 0.4187020373079214,
- 1.1086821375664764,
- 0.7692373942863902,
- 0.08292058969939062,
- 1.0150228416478486,
- 1.096220825695265,
- 0.2545275336209876,
- 1.1937418571970864,
- 1.377425869902309,
- 1.1104247183033558,
- 0.8603930696452183,
- 0.0370898572585815,
- 0.7098112322290294,
- 0.8059279602359671,
- 0.8618305867753135,
- 0.9943169452071168,
- 0.9359067416558186,
- 0.647340959200198,
- 0.07152502038813845,
- 0.12181877589838994,
- 0.7205482848777034,
- 1.0148671613076745,
- 1.2166562115271773,
- 0.5152683262952039,
- 0.4798804689023878,
- 0.6301681503165177,
- 1.1637919918013988,
- 0.8651890522672924,
- 1.0828578442395707,
- 1.2854282742931504,
- 1.1580612553453242,
- 0.7786131929416553,
- 0.7708565607753266,
- 0.5691356907750912,
- 1.3274367771499047,
- 1.1026315883034778,
- 0.9035211843287462,
- 0.5015906942869787,
- 1.1536623542830204,
- 1.3288215816644646,
- 0.19435386462151918,
- 1.2575691632598964,
- 1.019064072930716,
- 0.5482859261403576,
- 1.32594894245113,
- 0.6499411937228609,
- 0.3206334361497602,
- 0.14384035789674773,
- 0.9216002477341076,
- 1.127305549034386,
- 1.2211975846160046,
- 0.6134460289078996,
- 1.0324037219295872,
- 0.6703103942426607,
- 0.8073125270403341,
- 0.6951344716360528,
- 1.0895200010840314,
- 1.104749245214112,
- 1.315338206192138,
- 0.7596992208839813,
- 0.3737204261402205,
- 0.6585996741570974,
- 0.2016703725573858,
- 1.3393601460200304,
- 0.7664358092306637,
- 1.063373573820347,
- 0.8643579253273229,
- 1.1239632331674803,
- 0.059353923970314894,
- 1.3045333250587914,
- 0.5294181870119039,
- 1.157472548442019,
- 1.3425646259227575,
- 0.4562068210949655,
- 0.9041130377412875,
- 0.6033594600212538,
- 1.3278254005721175,
- 0.2757932206757984,
- 1.3908064664067088,
- 0.7811628532685583,
- 0.360964241267792,
- 0.8559965694740949,
- 1.349471776656314,
- 0.46116893097744016,
- 0.6609488627892408,
- 0.4846089551874657,
- 0.7942956437226454,
- 1.3886325786221756,
- 1.2408165925675514,
- 0.6075076159777489,
- 0.11196830148879879,
- 0.11635305405611866,
- 1.328602255142788,
- 1.0900996207463707,
- 1.3318327079013832,
- 1.2078139246765673,
- 0.9723803475191432,
- 0.5961060343772502,
- 0.13051439025337874,
- 1.3389678177488427,
- 1.084144368398771,
- 0.5394144684186113,
- 0.37165216195659756,
- 1.2215839192287108,
- 0.47462332658167206,
- 1.1290873764535352,
- 0.326272515038804,
- 0.9318911750541912,
- 0.9244363343668395,
- 0.8907983598738493,
- 0.782524182988336,
- 0.06625674648476942,
- 0.6947555677598866,
- 1.2302747465087542,
- 0.8021315602533893,
- 0.903597191482586,
- 0.0476859780264137,
- 0.5383488371791639,
- 1.0658026632710145,
- 1.0689580092755293,
- 0.7338736437470811,
- 1.304778809688994,
- 0.09625446705932793,
- 0.10518242440072645,
- 0.4152285191815128,
- 1.2281455017873821,
- 0.9383470545679548,
- 1.1782714114018236,
- 0.8236229967220018,
- 0.7190031449677312,
- 0.053487060687462624,
- 0.23178607960531658,
- 0.22794761784608408,
- 1.3207736502084588,
- 0.7753977229868131,
- 0.9701973602245872,
- 1.100333459150961,
- 1.1406403776201246,
- 0.19519271751426204,
- 0.21254971206380918,
- 0.8218119329156072,
- 1.0293906940574205,
- 1.1884818212849952,
- 0.7315840865115535,
- 0.7351054818082088,
- 0.04919544716571105,
- 0.6187555236656705,
- 0.3039508697631918,
- 0.9760209676815367,
- 0.5518926074464164,
- 0.36304334175040376,
- 0.9056661135386767,
- 0.87842427570082,
- 0.6526112856335606,
- 1.1706025696082394,
- 0.5060890029559777,
- 0.6031320719494606,
- 0.544604863787954,
- 0.602354167299243,
- 0.7115633746040981,
- 1.2882319258435315,
- 1.0653455460983197,
- 0.16306806464594778,
- 1.06658997181799,
- 1.3399847525853705,
- 0.5822726546752892,
- 0.49888841780594956,
- 0.9683550905434187,
- 0.3020423069653574,
- 1.1975721074718317,
- 1.1645418934155825,
- 0.003549454075132537,
- 1.270622903761837,
- 0.12224514874296022,
- 0.7897475298238064,
- 1.3154691482678504,
- 1.2826315544583018,
- 0.7436666956677763,
- 1.1342321021353954,
- 1.207177794841749,
- 0.2790055850556526,
- 1.1903676256193596,
- 0.2404630818686065,
- 0.8929843539696919,
- 0.5012843333607655,
- 1.3721944999714613,
- 0.006746616964410837,
- 0.6976517999980361,
- 1.216470679898006,
- 1.2374246199386456,
- 0.5666942278845489,
- 0.744312945434492,
- 0.36178793271284976,
- 1.3712489166732014,
- 0.14498071537314186,
- 0.7406513078666683,
- 0.11379341168805496,
- 1.1189282050369274,
- 1.273805957830604,
- 0.18020556757401918,
- 1.2670919277908308,
- 1.009979663493295,
- 1.2243124102702987,
- 0.8493277545951821,
- 0.16692763588264964,
- 0.060323430263133235,
- 0.9707418644875443,
- 0.29799716703137946,
- 1.2864669169453926,
- 0.1668730122636351,
- 0.5093155505113758,
- 0.866208508534288,
- 1.2297171850812831,
- 0.8938410461512576,
- 0.6617913447279963,
- 0.4832621623490472,
- 0.6041672794273908,
- 1.147430476214482,
- 0.35099568165966405,
- 0.6659747772264856,
- 0.9924088175332871,
- 0.6154158544015974,
- 1.353700071169729,
- 1.361258800921115,
- 0.7101873517321401,
- 0.727987758450171,
- 0.63583617610118,
- 0.26775829368517295,
- 1.0290049104060883,
- 0.2668450878784934,
- 1.2740130316042189,
- 0.21480778816958732,
- 0.8680600977609255,
- 0.9012995574472739,
- 0.25479532554608725,
- 0.8601599531246583,
- 0.6299785091796423,
- 0.12763886385571915,
- 0.36812091301194777,
- 1.0398128555224682,
- 1.2418687520409313,
- 0.7272591493049332,
- 0.5024555050788295,
- 1.149002483926486,
- 0.8484666597779859,
- 0.3258683785256788,
- 0.09083295468118922,
- 1.3029516568116846,
- 0.5552372907296955,
- 1.0379750156576757,
- 0.1135662059384331,
- 0.8237213747043021,
- 0.5124607048029136,
- 0.3704935354105362,
- 0.32437810409978823,
- 1.273912121872935,
- 1.0087164499770578,
- 0.5037480011868513,
- 0.33148439419541376,
- 1.3251809161926675,
- 0.39808437734270274,
- 1.3528953945639888,
- 0.9936587231623909,
- 0.13520023654840954,
- 1.3149040523209519,
- 0.9935161779615274,
- 1.3796390576261888,
- 0.4605735978331913,
- 0.2137827636310563,
- 1.37012715295033,
- 0.3712074351667662,
- 0.40995954643172916,
- 1.345863674203089,
- 1.1726880749212345,
- 1.3077361858818857,
- 0.5730472720363068,
- 0.28472579533627623,
- 0.5577649638777675,
- 1.2724161223032482,
- 1.1497992772144292,
- 0.7907322115787723,
- 0.42102750134701855,
- 0.996606845683548,
- 0.18629041681115682,
- 0.6891496226987328,
- 0.7537570607990141,
- 0.17055882398551586,
- 1.3510204412717484,
- 0.27710991433971593,
- 0.4541503581505227,
- 0.6944884466609592,
- 1.0706528460916325,
- 1.1035081569887508,
- 1.3500247754206631,
- 0.8356771573802236,
- 0.6301961831105871,
- 0.8284498818154203,
- 1.3586190509947873,
- 1.2930244646875577,
- 0.8623013040138532,
- 0.15374931320041882,
- 0.1702336523224693,
- 1.1673257118657856,
- 0.3118725632754049,
- 1.2438113074341675,
- 0.6092316650371629,
- 0.48247656247993054,
- 0.741705824721468,
- 1.1332141918955703,
- 0.7745886424507705,
- 0.7201600642149352,
- 1.3473835848485234,
- 1.188477676901608,
- 1.3833735670395604,
- 0.10269055171519495,
- 0.5282702722695649,
- 0.3981983025717916,
- 0.5732767724764763,
- 0.2296358122839789,
- 1.24429708805636,
- 0.4323205159066975,
- 1.389717842572625,
- 0.011963488550595687,
- 1.3109188689656954,
- 0.06244995248487886,
- 0.25488392933907283,
- 1.0174854150064874,
- 1.0609982765106307,
- 0.3553965864266004,
- 0.31708008535815213,
- 1.1713485005830757,
- 1.3698228776374823,
- 1.3561846769067198,
- 0.6808802876584228,
- 0.49972940991544396,
- 0.7595324507785836,
- 1.310918186452515,
- 1.065666039648539,
- 0.13996240901467988,
- 0.6349270348959168,
- 1.3813341575264306,
- 0.44725835181280726,
- 0.753732705976306,
- 1.3574847357690352,
- 0.5833845015173028,
- 0.5244221623244386,
- 0.1886992345484214,
- 1.132944314764025,
- 1.0919902458155875,
- 0.7029844079682515,
- 0.3795599378536283,
- 0.6126550602978695,
- 0.7041563611122728,
- 1.1148158785520383,
- 0.6758255352016735,
- 1.2602082881143655,
- 0.43144724359592246,
- 1.0678570500914082,
- 1.1576333233790224,
- 0.4719870947896833,
- 0.6483469309272669,
- 1.213209031280061,
- 0.06601640157350576,
- 0.7212625395451601,
- 1.2975821419267914,
- 0.19426836830730582,
- 0.9840270961748556,
- 0.5305752719416479,
- 0.8088714411660468,
- 0.9535435958207874,
- 0.4821046168300169,
- 1.2026323078011214,
- 1.2840582957770599,
- 0.514999602183269,
- 0.42357791043321236,
- 1.0080446916565833,
- 1.1832498558935356,
- 0.9562017007551161,
- 1.3777894249496947,
- 0.9868119679917099,
- 0.4505484190844484,
- 0.4621578600096822,
- 0.25245391384626,
- 0.10258155831203904,
- 0.4726474188510454,
- 1.266908322288366,
- 0.7617372134571881,
- 1.3475425333311373,
- 0.24793687483700855,
- 0.5696924093146455,
- 0.639166627831412,
- 0.5251099248766015,
- 0.9018863274682022,
- 1.3549161291722758,
- 1.349062627256424,
- 0.06501458055145501,
- 0.5904387699926807,
- 0.07085496949434264,
- 0.27003230209588913,
- 1.3741681890470043,
- 1.0380625315699712,
- 0.5485881521496965,
- 0.5605402150798104,
- 0.8213972872726018,
- 0.23900843622106752,
- 1.1958303540435227,
- 0.8391101883079817,
- 0.6594141044729626,
- 1.180453862945574,
- 0.4308274666295135,
- 0.6249849358301162,
- 0.8671780830392893,
- 0.7426943764814357,
- 1.2574387435076815,
- 0.16788071628426326,
- 0.21036961029508747,
- 0.48406224296335754,
- 0.6196160348417457,
- 0.663649185936136,
- 0.931674468265352,
- 0.8916974931753788,
- 0.1372799110412736,
- 0.8896254803303871,
- 0.8030696487063486,
- 0.7869935810766746,
- 0.2425760153824637,
- 1.0178243665217614,
- 0.8943449993327252,
- 1.238551193921951,
- 1.3494179946893043,
- 0.9197057364927926,
- 0.9061198189443599,
- 1.103350799669842,
- 0.7683707040055867,
- 1.3862526977298357,
- 1.068800917530674,
- 1.0801151763519115,
- 0.6046659547696603,
- 0.5300314209265258,
- 0.4468071319604762,
- 0.3629342083105798,
- 0.9743622347460449,
- 0.9633635487132607,
- 0.8965887417301939,
- 0.4407241650560996,
- 0.4221186663667645,
- 0.556685358857817,
- 0.4219357074275953,
- 1.00790487434051,
- 0.37484832393828527,
- 0.5295430589379968,
- 0.8509362320082327,
- 0.3977215237961113,
- 0.6693212736438462,
- 0.2657770866079407,
- 1.3503889128127835,
- 0.6354014344112418,
- 0.04359814521347202,
- 1.0075267980171072,
- 0.694595064245563,
- 0.3669365371490707,
- 0.6531020507224087,
- 1.171626278167124,
- 0.4219556755087248,
- 0.13284030287956555,
- 1.3085075123224381,
- 1.2979635312397957,
- 0.4761690388833691,
- 1.2501387075674502,
- 0.5069193796233891,
- 0.5377925547683208,
- 1.0089165794566184,
- 1.2324567271022018,
- 0.5404088387468151,
- 0.6568660167112607,
- 0.4495071929271035,
- 1.2309396804540633,
- 0.6411842493326847,
- 0.9771706859002356,
- 0.2546032973225514,
- 0.022325577102914967,
- 1.0897822146174192,
- 1.2319751451545031,
- 1.3237854187901164,
- 1.1053513298124809,
- 1.0874797528729798,
- 1.2474497685741057,
- 0.7381232144413963,
- 0.635408413747249,
- 1.1113710775087948,
- 0.6365418480550651,
- 0.7235503443263457,
- 1.0855494161329613,
- 0.3576519637051479,
- 0.8268793747168338,
- 0.9979591841487399,
- 0.5466553009644275,
- 0.7312393777300021,
- 0.3258320088348816,
- 0.8021393223567035,
- 1.0302932728275331,
- 0.9879288946932356,
- 0.7142778518349593,
- 0.9035706018906734,
- 1.229000114160532,
- 0.4755067981595326,
- 0.7887758667596783,
- 1.3853913574929573,
- 0.4903300283602749,
- 0.2541584264105322,
- 0.7261654679207246,
- 1.0808007626599512,
- 0.9831421356820855,
- 0.9525402026389265,
- 0.4596607782930529,
- 0.6890975012442627,
- 1.2352507249307512,
- 1.2598493864355056,
- 0.710259738859794,
- 0.7220327893857273,
- 0.47283017022320245,
- 0.4199825459582192,
- 1.338319531937208,
- 0.5474970196364953,
- 0.5167049165976968,
- 0.20847463076453096,
- 1.0503270261178141,
- 0.616197424422103,
- 1.2532552822677625,
- 1.2234753130074418,
- 0.28782558491047155,
- 1.3211979523390052,
- 1.2929173747697054,
- 0.6647431351398159,
- 1.2098052984097336,
- 0.2896075158255905,
- 0.7844010156506198,
- 0.9001264669853851,
- 1.1556344598831496,
- 1.0359829298897045,
- 1.1067156348395162,
- 0.4437164119100887,
- 0.10378457031475588,
- 0.7753996070800108,
- 1.312530029865977,
- 0.6810944006344734,
- 1.1611566607305066,
- 1.0943159942394964,
- 0.6663270730822362,
- 0.8952198937939119,
- 0.6413100206870589,
- 0.6001875150887187,
- 0.5824550280879346,
- 0.5863278284629051,
- 1.0431839943098065,
- 0.19032991331802546,
- 0.4729835013783836,
- 1.0221994677035968,
- 0.5769668997460643,
- 0.48809009976919654,
- 0.9001858506064349,
- 0.10280711661014541,
- 1.3736782482375456,
- 1.0351624981528913,
- 0.6873788570130316,
- 0.12417152388248334,
- 1.340350593282422,
- 0.37064063843490724,
- 1.3293158112689798,
- 0.6231596314998469,
- 1.0547798532938468,
- 0.21535752874812014,
- 0.4831274462889029,
- 1.0053422077442558,
- 0.7120610979469344,
- 0.32621960130811,
- 1.1596449912976132,
- 0.6466016119692212,
- 0.8518060508510821,
- 1.3014092831713335,
- 1.2530048266980485,
- 0.4440797832508177,
- 1.3980049689161664,
- 0.9118851133574283,
- 0.6138646906947832,
- 1.3852268179938465,
- 1.2145754496418846,
- 0.732113587223578,
- 1.2574795276796848,
- 0.730871662042486,
- 1.3884706501676982,
- 0.8471739758763276,
- 1.1963194595991717,
- 0.5198944436310825,
- 0.012811110037216971,
- 0.9288253392311867,
- 1.2470708038929312,
- 0.8681819107658956,
- 1.3607808153733205,
- 1.3779039872265226,
- 0.9769086956850129,
- 0.3819303692390423,
- 1.2218176303680999,
- 0.8719216109952714,
- 0.5089524888566569,
- 0.1131657519584181,
- 0.487150871244937,
- 0.6551491455969018,
- 1.0843296034892644,
- 0.3434072512500387,
- 0.8417769304803366,
- 1.031406601019136,
- 1.1901523731906036,
- 1.2451040775367452,
- 0.006909381288313406,
- 0.4236498720350927,
- 0.787924377536733,
- 0.6245182997366817,
- 0.8179716201892785,
- 1.0543735699699195,
- 0.5466837077866942,
- 1.322964807325019,
- 0.4770934315048279,
- 0.7453759309423273,
- 0.9158491401147101,
- 0.8380173532191898,
- 0.7137537549430828,
- 1.1271563114772014,
- 0.9638715791841042,
- 0.8646560140244044,
- 0.7301020020666101,
- 0.5453228008569649,
- 0.6740027289470368,
- 0.3935498506888185,
- 1.0844490787526362,
- 0.9661057312874672,
- 1.2330637163870701,
- 1.2990599051780711,
- 1.0950609559241806,
- 0.9143494411517751,
- 1.1738989325297537,
- 0.8790874597943485,
- 0.024708601517079626,
- 0.9864627081334688,
- 0.6112160460712598,
- 1.077109686359868,
- 1.0981638092202914,
- 1.3205079085566862,
- 0.874157154990345,
- 1.0473011144282123,
- 1.3627092969700612,
- 0.011833292586261653,
- 0.9299393578255861,
- 1.0773035964681152,
- 0.5005041245707788,
- 0.31051658835670404,
- 0.6321256389294722,
- 0.5775568123286084,
- 0.443237264311128,
- 0.7485711224727298,
- 0.27089554376001174,
- 0.44572329376430875,
- 0.37841726691862754,
- 0.6079206074065929,
- 0.32538419335025004,
- 1.0634651273046252,
- 0.5531088322966683,
- 0.5119839511656895,
- 0.17941873501507513,
- 0.5216289840321182,
- 0.11616559894419196,
- 0.30600325218914676,
- 0.739649996523799,
- 0.7948103947378292,
- 1.3691218618648386,
- 1.137016077265392,
- 0.33449404483129225,
- 0.4584561794656918,
- 0.28653670387478714,
- 0.008081984604185872,
- 1.3740196817716792,
- 0.47336225384429226,
- 0.8438380220435261,
- 0.46241089798882645,
- 0.19902774283397115,
- 0.8114081158331325,
- 1.2327401296024816,
- 1.387653640046884,
- 0.5056299409487367,
- 0.7472645800550578,
- 1.0133810121367928,
- 1.0834943124280172,
- 0.6930681620443373,
- 0.9458109218897927,
- 1.3020655656446196,
- 0.5756432925529441,
- 0.3301934000141786,
- 1.3727024705999458,
- 0.6199589657670314,
- 0.59151534686086,
- 0.4642353088343594,
- 0.4444196475514107,
- 0.8873186781972832,
- 0.612235014451348,
- 1.0490017336331936,
- 1.1192778657557878,
- 1.2011273829955547,
- 1.1436327975811211,
- 0.6445103020777805,
- 1.0612798430363735,
- 1.1797281349965947,
- 1.324272055309756,
- 0.5763159661039197,
- 0.2009229978658245,
- 1.0425221244918,
- 0.7355566446900625,
- 0.5463574117259102,
- 1.2885171719180561,
- 1.0337929800668426,
- 0.6251340617089521,
- 1.2957074440448206,
- 0.2979463264429141,
- 0.38916437485368555,
- 0.6649912497376325,
- 0.9266377031295961,
- 0.6010177775585397,
- 0.5812905921726403,
- 0.6507710464676062,
- 0.6053610087040509,
- 1.4070129346200222,
- 0.78979554102172,
- 0.426183799894249,
- 1.3952501544855695,
- 1.3585384116717232,
- 0.33127978104879874,
- 0.9875552365014103,
- 0.41155211935250635,
- 1.1643907927449555,
- 0.33516405641208885,
- 1.087339955631028,
- 0.40028427946260114,
- 1.0324600461053535,
- 0.8689880257115605,
- 1.3500142294469375,
- 0.6218302719896804,
- 1.0106213731118425,
- 0.3975669180996572,
- 0.3467281205937553,
- 0.00869477663894171,
- 0.9504284568120355,
- 0.9563347714407604,
- 1.0788302404407144,
- 0.5463091663226767,
- 1.3186319717800654,
- 0.4956598225242708,
- 1.3299728228362306,
- 0.7108761454676378,
- 0.8082786627613797,
- 0.866261566244405,
- 1.1122146772795332,
- 1.3545144076414444,
- 1.3443438570236026,
- 0.6596240081446698,
- 0.07252938417667108,
- 1.2945807640393376,
- 0.2592566626482028,
- 0.379717860196617,
- 0.9480944147179037,
- 0.2753578775775279,
- 0.5717748356244717,
- 1.3656445998655928,
- 0.7973154433194307,
- 1.3897569326720844,
- 1.3985953883501587,
- 1.3874693272221774,
- 0.9865226568582097,
- 0.520467307036146,
- 1.0749920804975766,
- 0.4716666394953396,
- 0.9753800745811354,
- 1.100133830334941,
- 0.1338520629247796,
- 0.591353117335454,
- 1.0708648638076497,
- 1.3334646177886176,
- 0.21168361214337644,
- 1.1147213513215513,
- 0.26105238896844984,
- 1.2716216599594676,
- 0.9011833178197692,
- 1.103651065201975,
- 0.9527875250620561,
- 0.51140869811335,
- 0.5454338636948235,
- 0.7825127433062604,
- 0.9534159674664067,
- 1.359325324169008,
- 1.3850608422276216,
- 1.1005638972556941,
- 0.3013896669621839,
- 1.162061697671475,
- 0.6536011911087106,
- 0.3947228218972734,
- 0.12179913160051291,
- 0.5966816257634714,
- 0.4969737269465323,
- 0.30284420695561315,
- 0.8340817054226304,
- 0.9471116761669139,
- 0.4943978155541989,
- 0.8695842137555859,
- 1.257000729426201,
- 1.0936919468367292,
- 1.29415794965499,
- 1.1175140485309691,
- 0.05173811371377993,
- 0.8589221422645965,
- 0.9258816467577384,
- 0.9428096000366493,
- 0.16353969346681474,
- 0.2701151306943177,
- 1.2703346080811815,
- 0.2855335698652415,
- 1.2312696640420988,
- 0.07367203786728387,
- 1.1933358220967902,
- 0.980728850807914,
- 0.5047284059528901,
- 0.6361936099830755,
- 1.2689135748982305,
- 0.6644186236895913,
- 1.3389482232322742,
- 0.4921744744439927,
- 0.6876806822261666,
- 0.4789893642565478,
- 0.49400526985167287,
- 0.7059224270372446,
- 1.0609374063689037,
- 0.2683746902021096,
- 1.3311931582447756,
- 1.2666551795074121,
- 0.5636778396542566,
- 0.4684804530088523,
- 0.20871829085465507,
- 0.9939198035070627,
- 0.47901409057408295,
- 0.07873651757909074,
- 0.5496310168106627,
- 0.7450295893243041,
- 1.3552734115493577,
- 1.1577220914134092,
- 0.31735369682157255,
- 1.2125715045052696,
- 0.7052949295692581,
- 0.5875418153234533,
- 0.7572172696909277,
- 0.8904618025666774,
- 0.08374702958590317,
- 0.4559355925924763,
- 0.4761871082669521,
- 1.0335625453450958,
- 0.2300720540883548,
- 0.9903589832419422,
- 0.8559946269163055,
- 0.8115623746224263,
- 0.17821510819432565,
- 1.2633137659102827,
- 1.3879385728709988,
- 0.8376720918765497,
- 0.5995092396853446,
- 1.2002958919878233,
- 0.28953595591007597,
- 1.1403994404177753,
- 0.3346584141320102,
- 0.7687006914908813,
- 0.015690019896456006,
- 1.0781092020943919,
- 0.665493195650287,
- 0.8454644738253682,
- 1.4109624569866328,
- 0.7221745512902491,
- 0.3635896760921629,
- 0.5043953440608242,
- 0.1893949243365258,
- 1.3179953825958577,
- 0.3675705576909696,
- 1.3135972389470705,
- 1.1119380492377382,
- 0.8082990319218043,
- 1.0317545207909298,
- 0.1285454830218095,
- 0.5472405750556605,
- 0.4741869895971286,
- 1.1967864179766572,
- 0.9180476794946256,
- 0.849510861516595,
- 0.636790077278728,
- 0.8047359188386621,
- 1.0339549429803412,
- 0.27923190559833916,
- 0.696767795271472,
- 0.4860118176647916,
- 0.4043650610062346,
- 0.9186820451740043,
- 0.9960214647215803,
- 1.2612742449008163,
- 0.633799436890958,
- 1.3739145180233694,
- 0.8488679245514422,
- 0.6403095653430908,
- 0.9634076029055002,
- 1.3399468515226982,
- 1.4123497012265562,
- 1.0066335908831645,
- 1.307954440555464,
- 0.14539998634216822,
- 0.34650422144234644,
- 0.8840270298438946,
- 0.013598619459687404,
- 0.8235982330083371,
- 1.3899546504474503,
- 0.9366553747282974,
- 0.9411948103302836,
- 0.8535767783535956,
- 0.3116547986107824,
- 0.6858929271872544,
- 1.2965197993962,
- 1.0976121153758964,
- 0.1660792982189541,
- 1.171068717059186,
- 0.40083688887345725,
- 1.1901786171178577,
- 0.20596136479630955,
- 0.6653116271210613,
- 0.11342608902755072,
- 1.0004246991587038,
- 0.5721015663289889,
- 1.2418093938213661,
- 0.8560556564123565,
- 0.6243784707018444,
- 0.4317088309973983,
- 0.7599725174819755,
- 1.226239243423269,
- 1.278842131115331,
- 0.9799225636786798,
- 1.3572915116201498,
- 1.3912912649400184,
- 1.1302892409227934,
- 0.8263052802046804,
- 0.332404358706267,
- 0.7922045002268743,
- 0.9163899613955463,
- 1.2366875598262232,
- 0.8630298204362288,
- 0.5642704953576704,
- 0.8142165080026176,
- 0.16847578846254035,
- 0.3399045464958904,
- 0.5828877823912394,
- 1.1899564204000723,
- 0.8560268071647886,
- 1.2541933775495646,
- 0.25738530272563714,
- 0.21338231249434367,
- 0.249722313362106,
- 0.059041441500382784,
- 1.364911381826518,
- 1.0043308188641469,
- 0.32327819007404385,
- 0.5649208768682646,
- 0.6900777420498054,
- 1.0082488343719977,
- 1.1318698964002107,
- 0.44231642582974384,
- 1.409227025800879,
- 0.5785885322837616,
- 1.041487581756608,
- 0.059017205681270106,
- 0.06675817602958929,
- 1.0195740166546592,
- 1.1405568421989856,
- 0.188365839710539,
- 0.2586319576317231,
- 0.40246799092630275,
- 1.0718261945091208,
- 0.3063199787956654,
- 0.9706225091312711,
- 1.2931659274580758,
- 0.9277181436440333,
- 1.2742394674247328,
- 1.256584085667907,
- 0.10053136400491906,
- 0.8693079070948181,
- 1.2283473493931765,
- 1.3675636816763848,
- 1.0292904180331137,
- 0.8335025648545088,
- 0.17789116083138087,
- 0.7710364575285439,
- 0.8272080077411809,
- 0.1144186507345671,
- 1.3314333348737366,
- 0.1559075259096593,
- 0.6586162267583302,
- 0.526067202553313,
- 0.8203846049683093,
- 0.8831973440386801,
- 0.9965149759227556,
- 1.1475065079170355,
- 0.8302284647032808,
- 1.2210185701624954,
- 1.4074786931287746,
- 0.07854516946045069,
- 0.4063100571352887,
- 0.21069050590293756,
- 0.760384930003977,
- 1.3444813526643193,
- 0.5945446217528523,
- 0.6565136048831829,
- 1.1658840664006673,
- 1.044838124817575,
- 1.2727881595923742,
- 1.0580995906137611,
- 0.3127850761347082,
- 1.2748356147555278,
- 0.8845572201602746,
- 1.328170598700146,
- 0.542091480064063,
- 0.4739554789795879,
- 0.782548589706772,
- 1.4071772017665032,
- 0.7647029853300112,
- 0.5091678945269401,
- 0.8426480393392484,
- 0.7186661481995686,
- 0.6227198709962691,
- 1.0441593733021184,
- 1.0006950739282936,
- 0.07223855044060444,
- 0.7809568612119143,
- 0.6843059705224879,
- 0.017299786352784206,
- 0.1743782287516676,
- 0.9716501563969148,
- 1.3731600105806316,
- 0.47681002027794733,
- 0.819988509430791,
- 0.017627875122264942,
- 0.5264333409218751,
- 1.2437721836520925,
- 1.3297425282494566,
- 0.7016171581414119,
- 0.25452202149926867,
- 1.0017605498008662,
- 0.9748826090242788,
- 0.8243067225681496,
- 0.12269198781805189,
- 0.33056295855745566,
- 1.035298777238112,
- 0.6281606621424051,
- 1.2647419069811972,
- 0.35120374457412606,
- 0.6615940366142827,
- 1.0762376634362618,
- 1.2403058452792195,
- 1.3393176062547718,
- 0.918867924067586,
- 1.2584792695654572,
- 0.5942122107354749,
- 0.990595636500363,
- 0.6919635456372547,
- 1.1618698534491256,
- 1.4000701294695073,
- 0.8055903076155423,
- 0.3924298343532321,
- 0.6499787028254542,
- 1.2665475720501163,
- 1.382932206012477,
- 1.2469523381564094,
- 0.9417325517043001,
- 0.04980081084454179,
- 0.05158752845322473,
- 1.0956141744121912,
- 0.18819125479742693,
- 1.2904676334868859,
- 1.0308682842047658,
- 0.4693815183012063,
- 0.6925545860964576,
- 0.628306130330963,
- 0.8771063694441829,
- 0.802872452444502,
- 1.0106662802233044,
- 0.5199018388123451,
- 0.6388366843709254,
- 1.205867343364545,
- 0.5042310555316895,
- 0.882106197561089,
- 1.1167327052330562,
- 1.3995245455248007,
- 1.0007723841740235,
- 0.6081798553355964,
- 0.02877960512385146,
- 0.45490645596784585,
- 0.07477204411463277,
- 0.2372152087008586,
- 0.238287464684464,
- 0.7465402520981408,
- 0.5936235559661943,
- 1.3313995647466987,
- 1.3875799194471024,
- 1.071768555861005,
- 0.07327830991447816,
- 0.6744546185920358,
- 1.0764679971182185,
- 1.115922283327688,
- 0.5233064682660538,
- 0.17525578697306726,
- 0.41378678758649295,
- 0.4047850718490919,
- 1.0275324724492994,
- 1.3848391536311133,
- 1.0220537415084474,
- 1.0568883186553952,
- 0.5561146667228271,
- 0.7006138619058154,
- 0.6907584009153706,
- 0.2758368647140086,
- 1.1263410033008303,
- 0.6593055341852884,
- 1.1593832221514873,
- 0.4291535104495419,
- 0.5655655001490744,
- 0.21692224895831538,
- 0.5616861360577914,
- 1.1794804125195772,
- 0.38971071762267023,
- 1.0648230442537425,
- 0.2690698262770586,
- 0.28064681813984166,
- 0.4063505902209652,
- 0.6380267131789623,
- 0.7292641724209086,
- 0.5916666191324707,
- 0.45793713429993044,
- 0.974654687448687,
- 0.14658965385855846,
- 0.7159917725623148,
- 1.3370997117371695,
- 0.8178902956892059,
- 0.5543941657923167,
- 0.8405579654378648,
- 0.765569157155589,
- 0.8528701243779759,
- 1.27521116565203,
- 1.3001810381148173,
- 0.865929057944975,
- 1.0373302939894933,
- 0.7755765546919837,
- 0.6036315695823232,
- 0.5668902616276016,
- 0.4428723466598274,
- 0.3802308430774845,
- 0.3803369214673184,
- 0.9709026494476082,
- 0.9212849359800238,
- 0.9363710787646172,
- 0.5539009167095981,
- 0.9179711226152331,
- 1.012270634649438,
- 1.0285326478958856,
- 0.39810352267755483,
- 1.1630720273697097,
- 0.7399463182027262,
- 1.1234155252772429,
- 1.0773324415292167,
- 1.2057562857287794,
- 1.0768660767284435,
- 0.04402005711428562,
- 0.9048436035810296,
- 0.9286761618552071,
- 0.9711576676897244,
- 1.2991104750356508,
- 1.127955114530691,
- 1.089361728592975,
- 1.2793617974883813,
- 1.207644903693988,
- 0.22060772822435826,
- 0.04697916662447456,
- 0.5712110293692538,
- 1.3434344637177005,
- 0.06805606841469518,
- 0.40070159910516007,
- 0.7838902802822941,
- 1.3272117432212016,
- 1.0749136712499896,
- 1.033281859204487,
- 1.3584050811406039,
- 0.9407864127177944,
- 1.0264335445800736,
- 0.05768247687791859,
- 0.5557390589754125,
- 1.1141957297581495,
- 1.1102109431878453,
- 0.8252313139262,
- 0.8794055631856843,
- 0.525239236780665,
- 1.0660045748707863,
- 1.1771258777017237,
- 1.2061446458159246,
- 0.3194184333792968,
- 0.46334910855794975,
- 0.9394870094033962,
- 1.294577141257221,
- 0.7572610707755941,
- 0.3388884609487849,
- 0.2571277100372643,
- 0.6339336608929909,
- 1.1501715000823831,
- 0.9303932872970782,
- 0.8256841920811459,
- 0.29040493854858007,
- 0.2823251942277148,
- 0.2653584103275777,
- 0.28745053210433524,
- 0.9183001222490719,
- 1.3996453603647834,
- 1.1918436627053108,
- 1.2942483536403013,
- 0.5714667710434692,
- 0.38924876399766145,
- 0.4526888409394765,
- 0.7634549002997362,
- 0.4121724694231124,
- 0.247969929616204,
- 1.2225406330142283,
- 0.9344641776791622,
- 1.2382022938099062,
- 1.1689969019831763,
- 1.3873336078399088,
- 0.39429077050599076,
- 0.9047680976566495,
- 1.1627992791550872,
- 0.8712708634359582,
- 1.0852295114542598,
- 1.3829583820442808,
- 1.0190977938382781,
- 1.3556247445065859,
- 0.4184707312157587,
- 0.0021142150464345715,
- 1.2471871955580789,
- 0.04590200292553388,
- 0.4531794112663491,
- 0.90109701539574,
- 0.9422930255336327,
- 0.9172147863993554,
- 0.5615858339372745,
- 1.2869536550348015,
- 1.3698403422974461,
- 1.3032322452610283,
- 0.8680440260934625,
- 0.24924059449544664,
- 1.2087777224875842,
- 0.33329075961614407,
- 0.7700302798588261,
- 1.2573755090529883,
- 1.0911902745152313,
- 0.7422345329283809,
- 1.0073335126506848,
- 1.4081394089411092,
- 1.3434974041165175,
- 1.2971278345492039,
- 1.146014954097671,
- 0.3462521560122383,
- 0.3031866865174458,
- 0.7401727800591468,
- 1.1876009438238682,
- 1.2486003939441384,
- 0.5273329034972867,
- 0.37438568231206637,
- 0.05465573379856446,
- 0.5555607100840774,
- 1.03105049757296,
- 0.7610441802600763,
- 1.1143402679382688,
- 0.40440145672519856,
- 0.5597497091209044,
- 0.49162104398925327,
- 1.238831810935384,
- 1.0047451925313973,
- 0.9497210301818922,
- 0.8338998501523786,
- 1.3612836173157352,
- 1.1709964040697978,
- 0.7672559038515472,
- 0.16191030833309403,
- 0.8236726235597903,
- 0.3701075839030029,
- 0.6342885878991033,
- 0.22955161608754618,
- 1.1654138656250441,
- 1.1068740568819808,
- 0.5244294715251822,
- 0.49561837652580415,
- 0.0792762176751468,
- 1.0749859156826553,
- 0.5673731373838311,
- 1.325668425043514,
- 0.516919777680024,
- 0.6284153519525489,
- 0.8816210051690581,
- 0.04820021819751575,
- 0.7994485945979792,
- 1.0228853525651642,
- 0.7943724587947464,
- 0.21100529021709097,
- 0.34733593941345103,
- 0.9383980405428938,
- 0.17309400666199096,
- 1.3433021848672113,
- 1.3602476972707027,
- 0.7224814746566649,
- 1.3037689284348701,
- 1.262363662168368,
- 0.3462742397173695,
- 0.5878799280212271,
- 1.1328494594538958,
- 0.7017735129446645,
- 0.15710729798945064,
- 0.011550500966439564,
- 1.224608270630063,
- 0.28726837319834764,
- 0.8788994568173475,
- 0.8903080137901676,
- 0.10264918281816299,
- 1.163013672457161,
- 0.7313753048170838,
- 0.8622759854461863,
- 1.0192783639784408,
- 0.6974852989314353,
- 0.7577070966482824,
- 0.3479817940758752,
- 1.3234086478283886,
- 0.10152063778702188,
- 1.3391346900593184,
- 0.4108898370913794,
- 1.227393703273014,
- 0.7030773650277903,
- 0.9730727708098867,
- 0.6470947061726677,
- 1.115600345301005,
- 0.5560412175834403,
- 0.4004330197498517,
- 0.0022814447975454824,
- 1.109040844860864,
- 0.761624481110939,
- 0.9744413410348792,
- 0.8159005554433,
- 1.2560859813736747,
- 0.6078497123803575,
- 0.7224721663601854,
- 1.199662543418529,
- 1.0291806886094153,
- 0.9528148689582844,
- 0.5016555376546475,
- 0.4131621852581434,
- 0.9607135984164763,
- 1.3298080278054218,
- 0.8501747333309205,
- 0.4652114526547678,
- 1.067327215982204,
- 0.9586962871023252,
- 1.3368284841858655,
- 0.27762346179875663,
- 0.7961314007830421,
- 1.2133742835987398,
- 0.9200484331599831,
- 0.4946890114316682,
- 0.49522629242789795,
- 1.3941013629348538,
- 0.8441417239943602,
- 0.7919221265399743,
- 1.1237811298919878,
- 1.3377617378841937,
- 0.3663154952324606,
- 0.9605717104843169,
- 1.185720852056001,
- 1.3128800545509978,
- 0.012326388691661389,
- 0.23814325737867925,
- 1.3643771655824246,
- 0.8228005380444289,
- 1.0777617574921894,
- 0.860636694288012,
- 1.165591277966293,
- 1.0367705629311046,
- 0.3080474411260985,
- 0.287448749648325,
- 0.9464770860937779,
- 1.3769098222501044,
- 1.1308442815054776,
- 0.23105384994526457,
- 0.7011532867935272,
- 0.5555502512809258,
- 0.3746201183695025,
- 0.5864144227259861,
- 0.3345656175390396,
- 0.6232261960960439,
- 0.8178756825346379,
- 1.3365902952622177,
- 1.2431335562980277,
- 0.8491034436916124,
- 0.8049971013663635,
- 1.1538508747532705,
- 0.724267141228856,
- 1.005293480482573,
- 0.6532430108916145,
- 1.017715282885054,
- 1.21421288606281,
- 0.8620616912456726,
- 1.0207120626955188,
- 1.0077377745687197,
- 0.34333999704630086,
- 0.6667710071629361,
- 0.7711100806343975,
- 0.4071065049193379,
- 0.5368370954558627,
- 0.49864373615271496,
- 1.0629187834443432,
- 0.2785173998872555,
- 0.5787127798101664,
- 1.152028700281926,
- 0.2921065465154004,
- 0.41617863938689464,
- 0.3613686004805718,
- 0.8403750222897984,
- 1.1714858575163778,
- 0.6250377112946429,
- 1.252791999403424,
- 1.1878568323847318,
- 0.7647305487377573,
- 0.10719857103687389,
- 0.0512037582703403,
- 0.33661695189690793,
- 1.071656868462345,
- 1.067241565502936,
- 1.204641542633829,
- 1.4014146991097542,
- 0.5686358737207344,
- 0.9630227874553665,
- 0.9814257559871544,
- 1.2963731251058155,
- 1.4004147415073234,
- 0.6433237553781951,
- 1.3134143710897215,
- 0.5902101468676422,
- 1.3895836426483066,
- 0.44662192645498894,
- 0.314628069233109,
- 0.8963710174026608,
- 0.6297813860209818,
- 0.6379493671765046,
- 1.2627492502313327,
- 0.775733725928436,
- 0.5874134808599043,
- 0.7936015543176997,
- 0.5366176037900086,
- 1.355074301109035,
- 0.823067675997557,
- 0.2626581692602066,
- 0.42132882707462943,
- 0.7008069448120287,
- 1.1055937765930846,
- 1.045636023091251,
- 1.407464321123568,
- 0.1973235513746473,
- 0.042164167778498664,
- 0.9879541184317344,
- 1.1995756160853,
- 1.1654150787046316,
- 1.3089380641155792,
- 0.6025933960074767,
- 0.584353145779543,
- 0.9001232300485805,
- 0.2821309514441529,
- 0.24444046530624464,
- 0.1468192468325016,
- 1.3333502541298812,
- 1.1747197264983413,
- 0.8610732251937095,
- 0.8874693071047823,
- 0.5908350151254109,
- 1.0100716095854445,
- 1.2855396454505326,
- 0.45075681038571064,
- 0.023148270397354048,
- 1.0779731566221717,
- 0.28363617222487786,
- 0.6947079606314752,
- 0.4960738248104527,
- 0.02908029391086425,
- 0.7164042409003137,
- 0.4920921808328683,
- 0.5570878325111056,
- 0.9281749413594319,
- 1.219369467923191,
- 1.1471816463680067,
- 0.6319858426703656,
- 0.2714381652580474,
- 0.2458178671601941,
- 0.43480287783564425,
- 0.5221193841304885,
- 0.4654683895671342,
- 1.1952956935024264,
- 0.9487318932464182,
- 0.6015224618040087,
- 0.7047027908946657,
- 1.2327761020646288,
- 0.1701508905076949,
- 0.876820590430746,
- 1.0445011073176884,
- 1.0185999366433494,
- 0.3090780083193751,
- 1.2133644600132707,
- 0.9415140348850559,
- 1.2324008464361098,
- 0.042967714631780465,
- 0.03805080814941259,
- 1.2798096737666278,
- 0.275870254862384,
- 0.6895495475277363,
- 1.3234002576424293,
- 0.8659446664683759,
- 1.0523091641238214,
- 1.2893669613289667,
- 1.200597024159243,
- 0.6152441191881327,
- 0.43770715544137134,
- 1.0273167013580737,
- 0.22848101992564226,
- 0.46921360312381016,
- 0.9906076655094632,
- 0.6541453278656085,
- 1.3084805807145237,
- 0.04829392212976868,
- 0.4606018809489466,
- 0.3969683466616952,
- 0.32064362712669786,
- 1.2595655309891671,
- 0.22600120422226452,
- 1.2228735432335391,
- 0.4868557115377762,
- 1.3241092341942542,
- 0.016220242671357243,
- 1.1174162949056057,
- 0.5750888307736691,
- 0.9089284034138726,
- 1.1801444882943655,
- 0.6046471505579258,
- 0.04936487270311977,
- 0.06514572102345763,
- 0.9942798719085558,
- 0.8740877926658739,
- 0.7731079469370262,
- 0.5348740502019713,
- 1.1961060218534794,
- 1.1269325540677246,
- 0.8664922303912547,
- 1.226635511878268,
- 1.2054326120821768,
- 1.290186049985106,
- 0.0011205152504009564,
- 1.0642877448344188,
- 0.47662019966129837,
- 0.3946966214374669,
- 0.5800855360705569,
- 0.9414585298552315,
- 0.35880453396297884,
- 0.585265699553858,
- 0.03631445792916698,
- 1.0925852333195045,
- 0.9572014694714489,
- 1.2608660214476446,
- 0.529682427963171,
- 1.263616771320907,
- 1.2884865338553932,
- 0.9004577060083944,
- 0.5620433559146846,
- 0.8613144316034899,
- 0.34784382608286224,
- 1.3638949911717244,
- 1.2041470191484904,
- 1.2702079947010583,
- 0.9554832536309741,
- 0.58770911143181,
- 0.9517483758150074,
- 1.213941089258995,
- 0.08732576533119099,
- 0.710430255507154,
- 0.8340280686297774,
- 0.8269508250053674,
- 1.306578003077254,
- 1.2044662067435568,
- 0.93939287038727,
- 1.3077108296606126,
- 0.7029778364162987,
- 0.25599139009806393,
- 0.48506793570295453,
- 0.7317441239981893,
- 0.23424299181568267,
- 0.8384324990440767,
- 1.2427024047919715,
- 0.4249847655467812,
- 0.1033621709977884,
- 0.6066638450136757,
- 0.5569167163307757,
- 0.14781632547862206,
- 0.7263814515125295,
- 0.7729506736263231,
- 1.347951475370436,
- 0.21653177720058012,
- 0.3806287576907662,
- 0.17317324063301479,
- 1.3008259438548577,
- 0.7307901408740135,
- 0.013404658550350283,
- 0.8888876989588713,
- 1.3379373310510692,
- 1.3105839395387648,
- 1.3186053131419333,
- 0.9958401573723685,
- 0.37499275741637855,
- 0.4693091086329817,
- 0.5961987135394675,
- 0.9293324036005172,
- 0.703491256475476,
- 0.2284260307691322,
- 0.12307162492496133,
- 1.088210551821617,
- 0.7753309222011,
- 0.34622986724574145,
- 1.3655568553291348,
- 0.7237921308184065,
- 0.5485727609047243,
- 0.8264407351253414,
- 0.1862720067873441,
- 0.33990070071848255,
- 1.1109810543827732,
- 1.23027172449641,
- 1.0979714439726245,
- 0.43517830620278464,
- 1.0748630228501914,
- 0.7998402321855599,
- 0.6854816891752428,
- 1.2258576263790157,
- 1.159726679749331,
- 0.5863669010597603,
- 1.0700396360703364,
- 0.7531157112436575,
- 0.6869974771565864,
- 0.8585350926984763,
- 0.9673041989778985,
- 0.22236851682112121,
- 1.1939867739923082,
- 0.30276316776231066,
- 0.7551234834582756,
- 0.8565280431836159,
- 0.5196553192801039,
- 0.9373782514003426,
- 0.624207086923505,
- 1.091945215044936,
- 0.6778328284213991,
- 0.5001865701721347,
- 0.015878567558409586,
- 0.5263539475292441,
- 1.1701992007131727,
- 0.5439558614703154,
- 0.22304382311264173,
- 1.307506085671496,
- 1.2673477384368965,
- 0.9863106666622848,
- 1.2521868943890726,
- 0.9750765614419287,
- 0.6577176597317619,
- 1.2975081742446528,
- 0.2754692442704431,
- 1.0967733345699675,
- 1.0300554338094745,
- 1.3887581098248194,
- 0.5228571024050572,
- 1.3195992581567164,
- 0.9189537404135114,
- 1.0941886295860512,
- 1.0247510553623622,
- 1.3023102804666375,
- 0.897572289352237,
- 0.918336470020059,
- 0.7233434929517583,
- 1.1997360394183705,
- 1.2417516948462306,
- 0.23040794643823162,
- 0.05647907281880199,
- 0.4493605806227393,
- 0.7660414962736054,
- 0.9215740936653128,
- 0.911755729497081,
- 0.456697933860224,
- 0.1661877379422618,
- 0.7556975759783715,
- 0.20069854484808633,
- 1.2589611009547759,
- 0.15101401377966203,
- 0.6986087955089477,
- 1.0412216050765604,
- 1.2443024569809606,
- 0.352707166574289,
- 0.6420731280639635,
- 0.35450717724327535,
- 0.7159853747021578,
- 0.7717983945900961,
- 1.0089238369263316,
- 0.8711220886234543,
- 1.260936305862914,
- 1.382469335542659,
- 1.2416981446979007,
- 1.2801041155265962,
- 0.6572018734076231,
- 0.9635364850844466,
- 1.3296360938849148,
- 0.8624561910212708,
- 1.147349109552107,
- 0.36447140795059607,
- 1.300502157031255,
- 0.9628518154484811,
- 0.8261218626149083,
- 1.30572739551273,
- 1.155453097869208,
- 1.0102035031412442,
- 0.45644249284870236,
- 1.3357651297220159,
- 0.4083603141915074,
- 0.5414447680231594,
- 0.2614239372625004,
- 0.1763442448652591,
- 0.9738836814244659,
- 0.864059966607856,
- 0.29506130872872843,
- 0.9526480081530505,
- 0.09971311653251508,
- 0.5764124350008613,
- 0.9406193792196151,
- 1.2353622641706565,
- 1.3402507209378787,
- 1.0558070798412877,
- 1.3152363235460007,
- 1.3192017431044543,
- 0.5256573283051256,
- 1.3440289469475488,
- 0.27741685591288606,
- 0.9657097060706763,
- 0.7090803493937753,
- 1.1031533094144557,
- 1.1714696514212621,
- 0.5370821026331525,
- 1.2579540084098673,
- 0.6275355774354566,
- 1.0348887336136154,
- 0.3560471100300556,
- 1.3678489066748392,
- 1.4087340930859236,
- 0.5345669963382588,
- 1.0103732604660696,
- 0.6851307187131893,
- 1.3602794431332395,
- 0.6316603462283908,
- 0.20203112995185388,
- 1.0909490570495104,
- 0.06788256833279548,
- 0.8572873592939558,
- 1.3962678402075848,
- 1.1096792147664478,
- 1.1578288455295593,
- 0.7260258713977732,
- 1.0634251295599213,
- 1.2385636146315744,
- 0.5716596611267656,
- 1.140242992678994,
- 0.8968694477709451,
- 1.146890721880472,
- 0.7723836937075177,
- 0.4475323489758439,
- 1.2311839653371626,
- 0.884053371356229,
- 1.1908490320868959,
- 1.3969250197447614,
- 1.188495939063008,
- 1.3545703820729558,
- 0.9757151060219361,
- 0.1577360310734812,
- 0.7608689137748793,
- 1.063111036200722,
- 0.18134074851901688,
- 0.2223605971300057,
- 0.8184391417122409,
- 1.3445821507004487,
- 1.1294984722709016,
- 0.514146973741308,
- 0.5177069937511382,
- 1.1335423637965272,
- 0.4630300626127667,
- 1.061305760874956,
- 0.34439944855908594,
- 1.385934594181739,
- 0.1131081710879826,
- 1.3661393971390836,
- 0.9155254852004038,
- 0.7728426587005832,
- 0.5111357359513847,
- 1.0383412642284129,
- 0.4187574363543621,
- 1.0200644427525447,
- 0.763707744041615,
- 0.9428466601362383,
- 0.7374116201721497,
- 0.4409891388794877,
- 0.4887780887953655,
- 0.44303978792360044,
- 1.0922816063332903,
- 1.2624447022194814,
- 0.31579083124904617,
- 1.4009266739732407,
- 0.8731424193238332,
- 0.8297390858132581,
- 1.336997392202279,
- 0.7940961665534534,
- 0.5883788320673695,
- 1.0527803787239858,
- 1.1297288768565033,
- 1.2060113449925705,
- 1.3551575282822523,
- 0.7498478141204188,
- 1.4090127850342675,
- 0.36946303250850493,
- 0.4984061977728415,
- 0.11217042667378727,
- 0.4982810033885434,
- 0.23208788969326394,
- 0.5365413412357796,
- 1.2209677780977937,
- 0.13665323932067377,
- 0.5817414720516252,
- 0.6354567167820876,
- 1.1683784764856053,
- 0.22171822546348305,
- 1.1634235523692558,
- 0.11008384881299715,
- 1.1533754047061282,
- 0.5525667741841841,
- 0.5340078970144246,
- 0.30954949276103044,
- 0.7110383528926545,
- 0.9473640585612412,
- 0.7930767691260322,
- 0.5548055789331682,
- 0.7813935057485432,
- 0.6965340716523407,
- 0.14980169307094782,
- 1.0397834970412179,
- 1.3789820745674426,
- 1.247153553975536,
- 1.3028039717671978,
- 0.1813696499507075,
- 1.0624590270843937,
- 0.10223525786840121,
- 0.37207191489005775,
- 1.2971389829372437,
- 0.6214070060205988,
- 0.020147489673491212,
- 0.17951488783892358,
- 1.0541601171953896,
- 0.05766905532582895,
- 0.22822407137710046,
- 0.35632325992548214,
- 0.4209385050777023,
- 1.155130167746343,
- 1.1260348470779291,
- 0.5624121238614129,
- 0.38781373091923194,
- 0.866034917410026,
- 1.0363533190617609,
- 0.9636677080239757,
- 1.3575192168539438,
- 0.9921297348177185,
- 0.02139664103349177,
- 1.0429728673379164,
- 0.9359284734519795,
- 1.0110949242858451,
- 0.874670424042139,
- 0.9812861172572438,
- 1.0404565863077953,
- 1.401097308470948,
- 1.2308342995343973,
- 0.8696056649877981,
- 1.3497530309430281,
- 1.0720627740587998,
- 1.3281096101911114,
- 0.420519598821112,
- 0.11767631335684753,
- 0.7479540550531597,
- 0.9308930866294262,
- 0.6958134207973226,
- 1.3241093072002008,
- 0.6623899804951049,
- 1.266476665045008,
- 0.33839050156430395,
- 0.9659296240670273,
- 1.3889411287226243,
- 0.5022415742846894,
- 0.9368915183360635,
- 0.7012450237486488,
- 0.14010309157774173,
- 1.2160108963052902,
- 1.171389467908174,
- 0.8831951826840343,
- 1.0475607675599905,
- 0.6100411471232268,
- 1.3311914439332806,
- 0.6266319174720237,
- 1.37161870674354,
- 0.21490311627148945,
- 0.706907334783735,
- 1.1426844650283583,
- 0.9397287479967031,
- 0.4922351940222009,
- 1.023616491043972,
- 0.5781603502694425,
- 0.83632309384347,
- 0.6799259343550874,
- 0.7105781733485739,
- 0.5694511850863486,
- 0.73557811943679,
- 0.15971429560568767,
- 0.9139621584606519,
- 0.32436914237229797,
- 0.8468969876370707,
- 0.7795344413603799,
- 0.7504558566510044,
- 1.0836111791576288,
- 0.764447945938212,
- 1.3110877923603748,
- 1.2436310275999851,
- 0.9075996227033739,
- 0.13126746934821043,
- 0.8425279793344276,
- 0.6184388555978978,
- 0.371914541550232,
- 1.135410694819601,
- 0.9097975030541686,
- 0.9009454900496372,
- 0.3255710816992359,
- 0.6337059641398703,
- 1.2943607520909077,
- 0.8502951161660779,
- 0.7198324083665276,
- 1.348632568469164,
- 1.3118358995533372,
- 1.0531053638782608,
- 0.9736096815937111,
- 0.38703628553653346,
- 0.7265183701913446,
- 0.6774084489222076,
- 0.6842037238682205,
- 0.6569027606835952,
- 0.7210568218399519,
- 0.930662038619896,
- 0.9699695415030171,
- 1.1860685410045169,
- 1.412062494010265,
- 0.18505679484238818,
- 0.9046390046740331,
- 0.4018846589809206,
- 0.33164107772534973,
- 0.3687088082901478,
- 1.03505807970519,
- 0.617872638844579,
- 0.3850770931552557,
- 1.1332423762656754,
- 1.2346461578518295,
- 1.0050584977439891,
- 0.11991683981014442,
- 0.5546262553688011,
- 0.7481817325757111,
- 0.7469579345893747,
- 0.1556291325469605,
- 1.3633413409763397,
- 1.2319693727730174,
- 1.3567695403700002,
- 0.9943760462790048,
- 0.9143186009464721,
- 0.9244349826869128,
- 0.4029557923137111,
- 0.4458828097605956,
- 0.16271175422187356,
- 0.5110634548991901,
- 0.14558010379277825,
- 0.9390596585610749,
- 0.9679377252553533,
- 0.08705637069725414,
- 0.4829264768367709,
- 0.5504579739085604,
- 1.3640299463837553,
- 0.29814887962834585,
- 0.1728584116099527,
- 0.5785487491325623,
- 0.9119665147886098,
- 1.379103523337443,
- 0.8482752316026915,
- 0.885807263651857,
- 1.193587064141012,
- 0.8151415626095398,
- 0.7705818726200245,
- 1.2330784195652456,
- 0.007074562311250291,
- 1.0310878975888358,
- 0.9956351655467928,
- 0.11638610143140243,
- 1.3056891526665728,
- 0.6604346075316888,
- 1.3151962063442184,
- 0.30276177309400515,
- 1.0876431492313756,
- 0.5191056673602914,
- 0.6629268085585127,
- 0.9385975756975736,
- 1.3353252157514575,
- 1.3079125551687019,
- 0.16984144709412732,
- 0.7146300587992089,
- 0.608807434727134,
- 0.4965871601260839,
- 1.1181351150538723,
- 0.8316057557580664,
- 1.1412855840041252,
- 1.0598019978348472,
- 0.31774904957744493,
- 1.176873522326564,
- 1.2927199632766853,
- 1.2283390031906214,
- 0.2992260596732049,
- 0.36140398528765294,
- 1.203463833950849,
- 1.1757668875058673,
- 0.8926543889073623,
- 0.37131850348991846,
- 0.15561985223253505,
- 1.110001100425383,
- 0.4585638486283274,
- 1.0060129217496654,
- 0.18328356317430022,
- 0.019462978111393504,
- 0.19327302242966832,
- 1.1844136696845506,
- 0.8096631815029985,
- 1.2503997856549907,
- 0.38689592964372693,
- 0.35485883779285404,
- 0.7856607508435761,
- 0.7093797316193493,
- 0.14604045001895827,
- 0.8742398204177184,
- 0.16035434274502414,
- 1.3385583892493698,
- 0.26305583946658206,
- 0.779318100729632,
- 0.4865101005698374,
- 1.2762000785649146,
- 0.0972719793286031,
- 0.577773533446863,
- 1.3905533817909463,
- 1.241338513562333,
- 0.7673166381971886,
- 0.4529105356307009,
- 0.035668201087178004,
- 1.2710016248505152,
- 0.6778086633678752,
- 0.5047334640401974,
- 0.4710320917783736,
- 0.5096703007891366,
- 0.17081871031928011,
- 1.239746557272517,
- 0.07921749870476659,
- 0.8641577547138697,
- 0.4655484707271672,
- 0.650074499751557,
- 0.8581383731469403,
- 0.9439173452826698,
- 1.2562381791457335,
- 0.4474856572528899,
- 1.3464691454844486,
- 0.8361777420404302,
- 0.3544034936614661,
- 1.3752337910599077,
- 0.4270993611938463,
- 0.8745005580309655,
- 0.4458406747442984,
- 1.361668120019795,
- 0.20438808399919503,
- 1.0432153694823536,
- 0.3376203120619245,
- 0.9654666655288031,
- 0.12133478346949979,
- 1.0582241780515527,
- 0.715385394115218,
- 1.220827366311341,
- 0.5674501671086665,
- 0.8092208347782078,
- 0.4552746374114058,
- 0.47975368367515747,
- 1.4012868772741554,
- 0.8255734754974146,
- 0.7211394373125443,
- 1.0690802633733727,
- 0.5211849234307355,
- 0.32772947122378016,
- 0.2993564464371576,
- 0.20311343129654366,
- 0.07554049621852107,
- 1.264541006046084,
- 0.872508103689191,
- 0.15161737874506473,
- 0.10474168905111905,
- 0.38880801417656674,
- 1.1952126291467986,
- 0.4422683238847201,
- 0.36461572332749237,
- 0.56617663600578,
- 1.329522686655784,
- 0.24760569578474226,
- 1.1765369151762979,
- 1.3384189267131594,
- 0.26764972202902865,
- 0.3901655433025297,
- 0.5093452279947871,
- 0.38375186007789136,
- 0.7968813464140404,
- 0.6471483259324168,
- 0.41015677945301765,
- 1.0744657444055348,
- 1.2525713852902747,
- 0.6843199052238679,
- 0.686149017309821,
- 0.5015203537297703,
- 0.13833397071841502,
- 1.1958323466391003,
- 0.5292704392177577,
- 1.3262974157804461,
- 1.2434509082476468,
- 0.578956430366029,
- 0.22553086436371064,
- 1.0650840885805135,
- 1.404602014214263,
- 0.16163441397667916,
- 1.1815484410904258,
- 0.12364431895802655,
- 1.3553929427127875,
- 0.7608076211230025,
- 0.39251047059088223,
- 1.1112468875326171,
- 1.3447437639143873,
- 0.7741649957980387,
- 0.8310710134536552,
- 0.4713931096117895,
- 0.24214782563300669,
- 1.3561442874031737,
- 0.32183728901114816,
- 1.2689460918872792,
- 1.3964591687453234,
- 0.7463220199027102,
- 0.334528423373593,
- 0.5619821960417127,
- 1.4073406144148997,
- 0.7157600295314216,
- 0.993651130905655,
- 0.8163074145911232,
- 1.1521027112307625,
- 0.9867416948597758,
- 0.051634254607207254,
- 1.4026302203326912,
- 0.13398458204039937,
- 0.07134766760356388,
- 1.1841344666739908,
- 0.18082920710724532,
- 1.2910553601175943,
- 0.010426307347449405,
- 1.2600685390031103,
- 0.7963335377020162,
- 0.6277485428800031,
- 0.421863188459071,
- 1.068444257569245,
- 0.4815364380225964,
- 0.7469371715831087,
- 1.2518594824375564,
- 0.824602319992272,
- 0.2312203257165969,
- 0.9446022005692735,
- 1.3197134902203007,
- 0.04240244976264128,
- 0.5381777306979167,
- 0.7928456705703959,
- 1.3460906900532486,
- 1.0864668346472084,
- 0.7444494616664205,
- 0.7010701121701546,
- 1.0472609048050392,
- 0.8782381571931249,
- 1.1027064522056516,
- 0.7565415593797401,
- 1.1578315360807532,
- 0.9334771315069406,
- 0.4853857066485634,
- 0.7952756933914449,
- 0.837808736299506,
- 0.47907446947030247,
- 1.2504099234897366,
- 0.6155406277114548,
- 1.3988798274378151,
- 1.1373920690213783,
- 0.9979107573339465,
- 1.0133621856702133,
- 1.0998666737842377,
- 0.9967532604466254,
- 0.34755751395494106,
- 1.3423005125075536,
- 1.3781428795118629,
- 0.8488307426910822,
- 0.2276785950656674,
- 0.19119025618826388,
- 1.0455412842214622,
- 1.377532131699311,
- 0.19140514931578936,
- 0.3549822997308604,
- 0.8987700695769439,
- 0.0419666767849618,
- 0.8988979233699883,
- 1.2680821247844738,
- 1.276223058210632,
- 0.8562292727455642,
- 1.0162949555172158,
- 1.245451693085551,
- 1.2067153407001958,
- 0.3865624658005701,
- 1.2352387953863693,
- 0.9903734711407144,
- 0.7007679736258295,
- 0.9627845517603523,
- 0.18652302928927264,
- 0.7676124371056248,
- 1.3592336152094515,
- 1.395060874947662,
- 0.8750245806946599,
- 1.1744052803469855,
- 0.23096991934383848,
- 0.5624098631972796,
- 0.7085345812453124,
- 0.24928771640064248,
- 0.5379998048727135,
- 0.3372438660020099,
- 0.224863057321706,
- 1.0326450884560983,
- 0.7289569420017917,
- 1.123113765925334,
- 1.1345413546261525,
- 1.0833567358402396,
- 0.2602098594849455,
- 1.323353031398667,
- 0.27173471749954425,
- 0.6004240996835818,
- 1.2557059386004308,
- 1.0188950335439775,
- 0.6307044779482797,
- 1.2948451165758694,
- 0.4033779900684576,
- 1.2039193972042952,
- 0.47541287693303763,
- 0.9408132393734134,
- 0.9684083526073797,
- 0.7362214835739379,
- 0.7361594144768079,
- 0.34828483249904624,
- 0.5456839034354242,
- 0.7416378790062927,
- 0.6078125793865676,
- 0.3652077259849783,
- 0.9028575924969994,
- 0.35686481273979676,
- 0.6263704341145718,
- 0.882816211007158,
- 1.4113156571212988,
- 0.2877327192246911,
- 0.7068081671264238,
- 0.6414342696094756,
- 1.3779389448096897,
- 0.9742315056430108,
- 1.2339127598855781,
- 0.3620080151645537,
- 0.2632452354966892,
- 0.5803180076674166,
- 0.8298233942758297,
- 1.2735238757088088,
- 0.29575122970018786,
- 0.9700288720559135,
- 0.6002829372516453,
- 0.9422068415100561,
- 1.1220008137404145,
- 0.8157153423761169,
- 0.0028994045393963054,
- 0.6098030130489918,
- 0.04473695682504941,
- 1.1650212657041588,
- 1.2190697575857645,
- 0.9868049263225853,
- 0.18409871806656508,
- 0.12860398981507098,
- 1.183605891345034,
- 0.1895295054595628,
- 0.03988219790561805,
- 1.3588629987818706,
- 0.9167158527031887,
- 1.4020195162305036,
- 0.9992983430598199,
- 0.6583416985299181,
- 0.9471676177138051,
- 0.5410529393394142,
- 1.1074357325635165,
- 1.167307469070718,
- 1.0999724795281312,
- 0.7624098104180937,
- 1.4104672070800328,
- 1.1240189520287809,
- 0.8470505690365442,
- 1.217894040469873,
- 0.9728095299540646,
- 1.4103349858520882,
- 0.06679637367877592,
- 0.705782674555987,
- 0.21607260785106658,
- 0.42570495362928806,
- 0.7968178934533036,
- 1.10666853713393,
- 0.286856481974646,
- 0.9833364981073665,
- 0.37338597866163525,
- 0.7076504505466256,
- 1.1786666834359012,
- 0.5794950373401007,
- 0.3465989168923736,
- 0.5187252919649433,
- 0.7664389077202287,
- 0.1980554563482914,
- 0.5402596452299029,
- 0.13254824616849312,
- 0.8505893350445486,
- 1.324610311433888,
- 1.2337134252448234,
- 1.0907185703769653,
- 1.103288819189235,
- 1.2013794358361174,
- 1.1643922258108925,
- 1.259036346272616,
- 0.6624815292659684,
- 1.4074105041320635,
- 0.7188389340541885,
- 1.0387526670887686,
- 0.3387420687165007,
- 0.8975626364853067,
- 1.129570323383829,
- 0.6838759835170362,
- 1.0427285172135574,
- 1.101186103015909,
- 0.8503034957785648,
- 0.29318423870060684,
- 1.2834719642752412,
- 0.5145162386870938,
- 0.5954981204138572,
- 0.5110217481446155,
- 1.2883458721999415,
- 1.1279047712361343,
- 0.7450544268804309,
- 0.9287595301163967,
- 1.2767242922259159,
- 0.570093691784297,
- 0.6468789736436413,
- 0.7750178947873665,
- 0.38555604664675575,
- 0.5109624624385157,
- 0.7652239568944017,
- 1.2561601297559413,
- 0.8978314832401006,
- 1.1308171038746466,
- 0.8576320303333261,
- 1.0447480838889223,
- 1.136263684638353,
- 0.902961121331029,
- 1.3393379207093188,
- 0.024073249641617854,
- 1.3391006600812536,
- 1.327294895229767,
- 0.5538629153473519,
- 0.8020174213337654,
- 1.3946830138277522,
- 1.0778515579722874,
- 1.0313746498024952,
- 0.09427389317037962,
- 1.400946703529293,
- 1.3304105567139715,
- 1.0695352442449049,
- 1.3529308795124828,
- 0.23370888244739818,
- 1.3346056974197085,
- 1.2451605752620585,
- 0.7626743936565659,
- 0.676132776246617,
- 1.203653373289727,
- 0.8198112402781399,
- 0.11932264907704311,
- 0.2589821310645352,
- 0.7332216906612637,
- 0.7098416757239259,
- 0.5352292316575955,
- 1.203723614745805,
- 1.3509994891648964,
- 0.8822815224530999,
- 0.2518688577603757,
- 0.7773957276051997,
- 1.014611839152155,
- 1.1121760665118703,
- 0.8418459278953783,
- 0.940881596586841,
- 1.3485668445153765,
- 1.1510535783652789,
- 0.3128675721566396,
- 0.8292002586191773,
- 0.9708053670486954,
- 0.22055149763378526,
- 0.5401622781659144,
- 0.522067145495862,
- 1.1411055463575268,
- 0.6265450400601253,
- 1.1316921516620095,
- 0.7722032853802039,
- 0.06876944825501474,
- 0.5519430749945553,
- 1.2616029656949337,
- 1.3459105017449617,
- 0.19585165530590962,
- 0.6362209432679757,
- 1.407783992544949,
- 1.1162070656144676,
- 1.1023586265576824,
- 1.0119495626415782,
- 1.0999409183822602,
- 1.264164618160545,
- 0.37246036347719746,
- 0.7067797847783194,
- 1.2896361645821788,
- 0.8177097411453943,
- 0.47677408368727187,
- 1.2292980923366539,
- 1.2848830796833117,
- 1.3439216564933394,
- 1.3141860502608957,
- 0.050310515559183644,
- 1.358911524256008,
- 0.7723764876754157,
- 1.165490283241568,
- 0.0999988539654603,
- 0.8779750317406534,
- 0.37340260670169645,
- 0.8021679176380614,
- 0.7815561488061182,
- 1.2954078154470452,
- 0.2713021659124621,
- 0.36774546356216853,
- 0.2643940958780363,
- 0.03932121805677088,
- 1.2636438752884063,
- 0.6716077804629189,
- 1.2706284851985967,
- 0.828038865768208,
- 1.2952891548007872,
- 1.208560509162556,
- 0.5258175297398746,
- 0.5329502722669587,
- 1.1965055158753208,
- 1.3363512217659816,
- 0.5398124125288962,
- 0.069463149323066,
- 1.1749276699839044,
- 0.45743097878074407,
- 0.32359829536832957,
- 0.009733196092327609,
- 1.0961652620702418,
- 0.8714492328308276,
- 1.2856724873950096,
- 0.18559069696072802,
- 0.9072958884844836,
- 1.1212452775997086,
- 0.6585686232931266,
- 0.5667540222267149,
- 0.1713186933400013,
- 0.9090347431403106,
- 0.6312214715519161,
- 1.3067235482990414,
- 0.6412746832561718,
- 1.2889285418141734,
- 0.5934443223079104,
- 0.19961025842444222,
- 0.8644874400430694,
- 1.2072142900783494,
- 0.26063139880407293,
- 0.8418465616876086,
- 0.14025034029578418,
- 0.2775005925835689,
- 0.9897251148814297,
- 1.0507543033464812,
- 1.1404490817127728,
- 0.6828758208050054,
- 1.365964020502042,
- 1.228388649025628,
- 0.45041308024556137,
- 1.108411434373799,
- 1.165264375837245,
- 0.3966380117206174,
- 1.0657487361908182,
- 0.026271388335456856,
- 1.029585394126113,
- 1.2841483040786523,
- 0.5974223046085114,
- 0.6943367388731342,
- 0.33358186066642587,
- 0.659299875316519,
- 0.2045412564678627,
- 1.0626298429761143,
- 1.0384202704687204,
- 0.6751994781790608,
- 0.9053921156008853,
- 1.3486419107838417,
- 0.3212702357835249,
- 0.13217315266747517,
- 0.623300514671506,
- 0.523827127987159,
- 1.2018256108682912,
- 0.7519192671674635,
- 1.0434916391532953,
- 1.0645530285704037,
- 0.872858305385425,
- 0.5294501871471007,
- 0.39574512713212434,
- 1.3000404500127023,
- 0.7065457809947859,
- 0.35764159802284795,
- 1.1668577937326303,
- 0.7841097666497514,
- 0.21521107810768272,
- 1.0405347100343376,
- 0.567020312550404,
- 1.0578250811996355,
- 1.355756180466401,
- 0.015587682018292408,
- 0.9354784238466665,
- 0.07496377311045416,
- 0.5239287388841424,
- 0.6292956209112719,
- 1.0296414247334738,
- 1.3413455434871924,
- 0.886385434168348,
- 1.0564721871330784,
- 0.12060833044147154,
- 0.13934601036135225,
- 1.1488010105865631,
- 0.39247586848686,
- 0.7430302259329202,
- 0.18469981218824924,
- 1.0610070625703316,
- 1.3705776917379393,
- 0.5213375944608644,
- 0.28493495088507864,
- 1.179118914174992,
- 0.0013436064555567104,
- 0.8182140011884972,
- 0.5571012004404284,
- 1.1577827461768606,
- 0.1039245305192582,
- 1.016988580131029,
- 1.0732119531768385,
- 0.14059164019627016,
- 1.3290308242440012,
- 0.2457335848130954,
- 0.08735346990474004,
- 1.161391723835871,
- 1.180923651816405,
- 1.2994363415295127,
- 0.7473466708150308,
- 0.8553320436636475,
- 1.087423180802817,
- 0.8391063049499432,
- 0.6349761900512725,
- 1.1052455755396902,
- 0.5774629889137496,
- 1.409133686963438,
- 0.2457532998522333,
- 0.12348280520753015,
- 0.17662993531900423,
- 0.8898824860162254,
- 1.2366189525396993,
- 1.3007224514526685,
- 0.7808208569215506,
- 0.8090548544215848,
- 0.666308580369194,
- 0.3979038268861962,
- 1.1171919079392811,
- 0.8567157684898278,
- 0.7078220606696958,
- 0.36183566170723835,
- 1.2004516936468217,
- 0.4014363099704878,
- 1.2379033031405955,
- 0.7766090077133002,
- 1.1743475806120132,
- 0.6880184949153094,
- 0.9388262572071951,
- 1.3356152162860144,
- 0.6357452880317948,
- 0.7915087717844066,
- 0.009158795773594615,
- 1.0345594342181923,
- 1.098210449483588,
- 0.8557353130528565,
- 0.43382330718721535,
- 1.3433347584659525,
- 1.0955761072313135,
- 0.3874437773553104,
- 0.8388155740533091,
- 1.3701441999415223,
- 1.1909207087335094,
- 0.03080230362358909,
- 1.4035379073155447,
- 0.24366600323745705,
- 0.9117973654375792,
- 1.304807384778641,
- 0.46762515974019897,
- 0.19998620337908923,
- 1.3388966866863277,
- 0.3587163903211087,
- 1.2266246437047568,
- 1.1215215901764786,
- 1.3636964172193529,
- 0.11317115056576509,
- 1.3168684089029423,
- 0.5216526332720908,
- 1.1615491621500351,
- 1.3878179386922003,
- 1.3984312555217204,
- 0.8244591842115037,
- 0.2785705682082547,
- 0.38297596465270045,
- 1.336048978536663,
- 0.4538850178090627,
- 0.08780403291837247,
- 1.2314258619931653,
- 0.6438499120331758,
- 0.6698762971389846,
- 0.45086490524684786,
- 0.34967914665715705,
- 0.07641336407098202,
- 1.1095533955864971,
- 0.5688778552879448,
- 0.28100168986572116,
- 0.8167548038093794,
- 0.946392965229652,
- 0.49095914511539296,
- 1.127750129535303,
- 0.3259839665535868,
- 1.348705969223771,
- 0.6170092392233039,
- 1.3860894254128922,
- 0.8654725705051407,
- 0.26907193429965326,
- 0.6211245613557123,
- 0.8385591639502051,
- 0.7229896648513922,
- 1.2050772137966639,
- 0.3862591462584553,
- 1.0081293735466192,
- 0.5977489308219996,
- 0.5648345488317764,
- 1.0161200217540076,
- 0.706439768847722,
- 0.6983942078482269,
- 0.6387310556606266,
- 0.31356549567072833,
- 0.4908219007698236,
- 0.5641223099301603,
- 0.9676345699586861,
- 0.6851802979210341,
- 0.5897848713281838,
- 0.4557350739077623,
- 0.4218759181841257,
- 0.4291514863342957,
- 0.4287386704641568,
- 0.3201235775826422,
- 0.5976458995829055,
- 1.2406630078371312,
- 0.7024362455166744,
- 0.4710144447596299,
- 0.6286387994843079,
- 1.2310292390372173,
- 1.2446116782858203,
- 0.9035155907230275,
- 1.3700924927448082,
- 1.0500895869729308,
- 1.3798097003567553,
- 0.3537521140222863,
- 1.3973041340597763,
- 0.37608899904177234,
- 0.8613185429660701,
- 0.09661695639453666,
- 0.8207678827127814,
- 1.321954193038438,
- 0.6242205387916673,
- 1.255894816118046,
- 0.45136581008965815,
- 0.8452518997216778,
- 0.7265320226730628,
- 1.2762384656840386,
- 1.0124666280163892,
- 1.0184333046521001,
- 0.8586564057153516,
- 0.9745349028413786,
- 0.22551399389084964,
- 0.7325381284691733,
- 0.22210930379831115,
- 0.2691449903939792,
- 1.401538593167863,
- 1.0693005631084684,
- 0.4456250231290328,
- 0.9567129377146127,
- 0.5786251700730985,
- 1.318089397543453,
- 0.4156927108707033,
- 0.46133201618388975,
- 1.3782802541640118,
- 0.9870429236240875,
- 1.0868288388444516,
- 1.0418545319843107,
- 0.24118153328881275,
- 0.880505580553007,
- 0.24180745288130587,
- 0.6407963428086749,
- 1.116512779104823,
- 0.7810684102552458,
- 0.7920000643552723,
- 1.257141385937563,
- 0.17809525545449556,
- 1.3460508049940483,
- 1.0833524798621113,
- 0.5663816966418775,
- 1.0265520158911188,
- 0.16471330523095573,
- 0.42906277609648846,
- 1.2908810340751469,
- 0.8576189305026524,
- 1.3234513371322987,
- 0.8983472024383441,
- 1.1815123891163313,
- 0.8450074529383845,
- 0.9766537028457377,
- 0.09421977730592207,
- 0.9520899379450263,
- 0.4723856268879959,
- 1.2953606756979106,
- 1.2239922315621488,
- 1.3065575177400077,
- 0.7088227954201615,
- 1.3781027843570526,
- 0.3617399392264207,
- 0.7328377263414212,
- 0.9931183168658851,
- 1.0888024949309323,
- 1.2827315114002371,
- 1.403152044384158,
- 0.25525017223623825,
- 0.31271713380858207,
- 0.17117864160435806,
- 1.1525251792719724,
- 1.2482831504814216,
- 0.19405108797468554,
- 0.5252235531841988,
- 0.7186169725666536,
- 1.3905168749169876,
- 0.628836603292587,
- 0.6049230818439908,
- 0.5382807732582859,
- 0.16221275456356157,
- 0.5366607232493064,
- 0.5423236214844233,
- 0.38908504456739396,
- 1.3801391866981323,
- 0.6044202073446229,
- 0.8422278569915201,
- 0.9884486329940199,
- 0.07384370183737982,
- 1.3522685214360726,
- 0.694729940323488,
- 1.2379311551283334,
- 0.7383539892621986,
- 1.129317611684926,
- 0.8753265274079619,
- 0.11433615167274347,
- 1.39458568152796,
- 0.5259601065751274,
- 1.1155332441434074,
- 1.2712440808901841,
- 1.0635892961670352,
- 1.1088818362479167,
- 1.0611412303831764,
- 0.6584345855261386,
- 0.7359659877912827,
- 1.2798170124085224,
- 0.2359907123486993,
- 1.0816311003699868,
- 0.17146424075562045,
- 0.23187328805335797,
- 1.3604627290300388,
- 0.744180225720701,
- 0.12847663139669302,
- 0.14289756898031486,
- 0.885552758900751,
- 0.7194387119770455,
- 1.1229113771391321,
- 0.6229005813502118,
- 0.15928065292239288,
- 0.20987976477241377,
- 1.0288108409951653,
- 0.8583135499079748,
- 0.4586223413004423,
- 0.5289055684311865,
- 0.9303052508904113,
- 0.8913739231977211,
- 0.1380503600836928,
- 1.3297963686604584,
- 0.7628251693257416,
- 1.3016254884060208,
- 0.06701424207926399,
- 0.280752391851853,
- 0.7705956793586792,
- 1.1662037296462933,
- 1.3480907540862523,
- 0.769086885437169,
- 0.36336731317084264,
- 1.3653555042121617,
- 1.3455886205852565,
- 1.2931203887338216,
- 1.203302970745917,
- 1.13886289966577,
- 1.3452498579630978,
- 0.6191943136442541,
- 1.3163603963948005,
- 0.34673752777646205,
- 0.2719102444262631,
- 0.8174409656862266,
- 0.48734511766031674,
- 1.0840984402282632,
- 1.1615867525648296,
- 0.5348099470875022,
- 0.08316354695721753,
- 1.27783895428143,
- 0.2198248606337323,
- 1.345783791575837,
- 0.5933735688003833,
- 1.020223798736065,
- 1.313690383654764,
- 0.6426620946918175,
- 1.3154540561570083,
- 1.367909968127584,
- 0.9323079370115568,
- 0.20003711446105849,
- 1.037516851371071,
- 0.09028703219824709,
- 0.5852342917436736,
- 0.25597985574144727,
- 1.1270340836817616,
- 1.0719266135211811,
- 0.9436488245738981,
- 1.2362069939913458,
- 0.8550007355791585,
- 0.7304940457564846,
- 0.30215379087816485,
- 1.3466068834862746,
- 0.6654074150908885,
- 1.2797637773566404,
- 0.2129125947790583,
- 0.6069250402558515,
- 0.40736325368730547,
- 0.1273402740794671,
- 0.7249026704848311,
- 0.8668791518600254,
- 1.050432027232964,
- 1.08041500431652,
- 0.7408287376478049,
- 0.015865690634146872,
- 0.21125654180375822,
- 0.3743182182392964,
- 1.1000480332925202,
- 1.1343362346648762,
- 0.5559228152198091,
- 1.3316187069888639,
- 1.2842051439603535,
- 0.16285761924748843,
- 0.992235875457411,
- 0.8563377555639227,
- 0.697606205265092,
- 0.2852037602312187,
- 0.2518778514951928,
- 0.2123054065939239,
- 0.8937076195777364,
- 0.5706222502118513,
- 1.283748134707906,
- 0.13046706908679678,
- 0.7740912965357639,
- 1.3000723876120373,
- 0.17219412124935973,
- 0.7157505657230987,
- 0.47428809184714565,
- 1.1222054390790164,
- 1.126166433249928,
- 0.9309315977476021,
- 0.22171498378095852,
- 1.2084401193767507,
- 0.9622260140429456,
- 0.4598061220690081,
- 0.5910135909695622,
- 0.1392746943941947,
- 1.1101447305094654,
- 0.5237089966899264,
- 1.3443383567382656,
- 1.1401801627768398,
- 0.6526468504356554,
- 0.02550006551823781,
- 0.08565120676243074,
- 1.302637715354777,
- 0.6025249191767804,
- 0.5111319178336037,
- 0.4602100264459836,
- 0.37801277411799855,
- 1.3397604658786526,
- 0.8099326455479475,
- 1.0496834504744892,
- 1.3728192747128631,
- 0.4049486179655326,
- 0.5838071015776379,
- 0.5752233922453879,
- 1.1477990861397882,
- 0.021838843514322,
- 0.537056105959154,
- 0.17299727895359443,
- 0.7521856970495596,
- 0.3601195035867128,
- 1.0560326573459935,
- 0.982753203536656,
- 0.5425005688144201,
- 0.29113959077448953,
- 1.1138434723667705,
- 1.1127310476694718,
- 0.7021011779683366,
- 1.2279902645798781,
- 0.8968518453289439,
- 0.04069506147641465,
- 0.8694057086507632,
- 1.1885776159911383,
- 1.0623807892534665,
- 1.254859954762995,
- 0.546768734211137,
- 1.3962934068553592,
- 1.1337234818254724,
- 1.3868567340665632,
- 0.8041509429609518,
- 0.04003618524506164,
- 0.5036923436421487,
- 1.2240195364836983,
- 0.9842198012279011,
- 1.3564525002684196,
- 0.30819738622246284,
- 0.30847029627382677,
- 0.9176851239271875,
- 1.1397392555969752,
- 0.934569762218413,
- 1.2540964143460869,
- 0.9178561937060753,
- 1.085007357070882,
- 0.11551410633188426,
- 1.3972032338945444,
- 1.29158642399383,
- 0.4997343494100102,
- 1.0711478308767197,
- 0.16146144003981408,
- 0.7003120530691553,
- 1.0329425212797965,
- 1.3091037754361068,
- 0.5819484961316379,
- 1.3559351920197928,
- 0.5366308962079112,
- 0.5458522546707308,
- 0.5204449950924499,
- 0.40015401160190606,
- 0.8509926279839662,
- 1.1782927249900679,
- 0.34406839889563295,
- 1.2078324419867186,
- 0.25001386744437887,
- 1.0822447892508695,
- 0.7755145984093863,
- 0.06895410035839684,
- 0.8632646766971468,
- 0.7501816808787402,
- 1.0881674145329794,
- 0.5905531467733482,
- 0.6230421783603035,
- 1.3584631596675139,
- 0.24011572386361316,
- 0.20709431138246778,
- 1.3824633244613587,
- 1.194692624254688,
- 0.47260713687429956,
- 0.29270929066463175,
- 1.287715401246834,
- 1.0418207705164912,
- 0.9584919036390797,
- 0.37766732015000654,
- 0.027779329111192488,
- 1.1078539398905272,
- 0.8956929331427501,
- 0.2971027210214265,
- 0.24651725841077207,
- 1.3847411826385412,
- 0.6666822056376224,
- 0.9244468061715148,
- 1.3646263664804104,
- 0.43480987631170254,
- 0.6635396443031284,
- 0.754949047899792,
- 0.7082576594051652,
- 0.9042529669604653,
- 0.4574603633793632,
- 1.261823647755573,
- 1.3897787701269722,
- 0.7454792394372269,
- 1.2116341582320307,
- 0.286094380103845,
- 1.189736677289585,
- 0.013417782062924674,
- 0.3989483844293634,
- 0.17475218625491823,
- 0.5359153408826265,
- 0.016325617543713932,
- 0.9690751257674171,
- 1.360046695743968,
- 0.2688611120378175,
- 0.19417636171489325,
- 1.3683266838109407,
- 0.9076572851282527,
- 0.07361165245852207,
- 1.1336168212828548,
- 0.6015415067579477,
- 1.0499341409427125,
- 1.097432244006562,
- 0.5991140119519607,
- 1.0130676155775615,
- 1.1328932334170416,
- 1.1931548783485095,
- 0.20033771921557655,
- 0.39568260306190534,
- 1.1782525468355713,
- 0.24424017046689156,
- 1.219594601304175,
- 1.397504516379611,
- 1.3022049508092137,
- 0.25550306148947355,
- 0.7838726630414677,
- 0.06294570372141639,
- 0.4279207308739671,
- 0.7071145099864757,
- 0.7949577889542208,
- 0.5509999842067833,
- 1.0572268719316578,
- 0.8642682308861354,
- 1.3421089070430414,
- 0.20753919963496528,
- 0.08243542363934749,
- 1.2860010071858663,
- 1.2146104144131524,
- 1.2782897923491925,
- 1.116523029252143,
- 0.6184144351891839,
- 0.9625530792717331,
- 1.3311021671479144,
- 0.7455438714169491,
- 0.034673497057647606,
- 0.8217047427516017,
- 1.0758335497121347,
- 0.38823902055802717,
- 1.1137684679884778,
- 0.9936033831116224,
- 0.9426292803709259,
- 1.2539041137744384,
- 1.2896243647793741,
- 1.1777041004096565,
- 1.0038659477638834,
- 0.4989488461216545,
- 1.3408134244396066,
- 1.1725812243193683,
- 1.3234590671854491,
- 0.5174992214892731,
- 0.13534287439823378,
- 0.9385046861987215,
- 0.9613383746762142,
- 0.5686939158869182,
- 1.2637292080711762,
- 1.2139069621119107,
- 0.3896370256299772,
- 1.1573302034951798,
- 1.0687977057449067,
- 0.6941652029528282,
- 1.3487523664281627,
- 1.1808384973850385,
- 0.8035370326567731,
- 0.052439113731429066,
- 1.2626928462799756,
- 0.8292878338658523,
- 1.2306668748121439,
- 0.011514822421082996,
- 1.2497946764805332,
- 1.2123295902561997,
- 1.3416305343749626,
- 0.9010702479304712,
- 0.717090798538444,
- 0.6245257111626565,
- 1.4059954364542653,
- 1.2009202343853225,
- 1.226965632721676,
- 0.6859707020883089,
- 0.8056711330544499,
- 1.1764644381199574,
- 0.5899025994554795,
- 0.9269168789516626,
- 1.0912448618459296,
- 0.8317160911556665,
- 0.4270260821970405,
- 1.3266406134342832,
- 0.796672840230394,
- 0.809580578674731,
- 1.0826936528655102,
- 0.3504409007627873,
- 0.40713293189708033,
- 0.39971640760893457,
- 1.3427387192595963,
- 0.8979750592381609,
- 1.3382054233296723,
- 0.9543373650435566,
- 0.9362546171732532,
- 0.321071973339081,
- 1.2350949484195701,
- 0.8516831441817296,
- 0.8471431290199509,
- 0.28493335588459734,
- 0.7831502584671267,
- 1.073158623755768,
- 0.2789686183391526,
- 0.6689575520834236,
- 1.2506584931925289,
- 0.6314564071834531,
- 0.598745661058997,
- 0.9803434996449055,
- 1.4071970461890404,
- 0.8216658799086335,
- 1.0462107578059516,
- 1.105465944378412,
- 1.1276568753807623,
- 1.2771387587134881,
- 0.7562980621433977,
- 1.0733849156852466,
- 1.2100323025933466,
- 0.10038699777883614,
- 1.3521087262495866,
- 1.1552747065893079,
- 0.8469610988022358,
- 0.5366881355435804,
- 1.0673026404509096,
- 0.781314205297391,
- 0.16414364460285444,
- 0.6418786984008094,
- 1.1432410107099698,
- 0.24975743070382767,
- 1.1516819086968286,
- 0.7716495685048438,
- 0.2775765179174139,
- 0.12391763664948142,
- 0.6411157311688518,
- 0.015476023969312434,
- 0.10741560803821186,
- 0.18970254942910816,
- 0.5928975486919756,
- 1.3891946808442623,
- 0.4674428273724459,
- 0.8032717813240762,
- 0.5000558860638837,
- 1.3254146864742244,
- 1.315578510796973,
- 1.1337218656275696,
- 0.8069619629417946,
- 0.8640583526098855,
- 1.277040271598094,
- 1.2210646036356094,
- 0.6589729948255294,
- 1.0318187428740586,
- 1.3141003937145384,
- 1.0735612085885735,
- 0.4086748014452566,
- 0.09993168247033844,
- 1.0656459886897458,
- 1.0007684462011666,
- 1.081245317547973,
- 1.185636524059506,
- 0.25957811104247297,
- 1.3376533406407973,
- 1.2005381232463825,
- 1.333442185788879,
- 0.5584063588999916,
- 0.5275766634225852,
- 0.19633138407654094,
- 1.0938114363098514,
- 0.9728752826931715,
- 1.2955274794783396,
- 0.3469448065138984,
- 0.17741653944804867,
- 1.1976963970366998,
- 0.6290360921901208,
- 0.06211062382349617,
- 0.04467154234420729,
- 1.024829163526018,
- 0.32298793724850416,
- 1.0668718804778858,
- 1.1556577321009625,
- 0.9071458570934233,
- 1.3950804675636952,
- 0.018085011019535333,
- 0.0953443127415787,
- 0.31388843711979375,
- 0.38881284839237834,
- 0.470148582231006,
- 0.30116077371027056,
- 0.04513357250611674,
- 0.9545869960987381,
- 0.3231925699449076,
- 0.8853778435695978,
- 1.0837380748929244,
- 0.7693949694212956,
- 1.0839167025390841,
- 1.083657183887833,
- 0.8736970975509695,
- 0.8794348151661953,
- 0.6055880765639221,
- 0.6682330262405626,
- 0.5349185125022744,
- 0.7743822429637106,
- 0.8862175070793038,
- 0.09244430776863743,
- 1.3780337907303484,
- 0.6105571049653882,
- 0.08952682535324327,
- 1.0973828092442584,
- 1.3920235350476309,
- 0.6847842548034079,
- 0.18988591748295816,
- 0.09793769857858352,
- 0.7098131452270805,
- 1.0199774040342526,
- 1.279547890098531,
- 0.44139997156514327,
- 1.4081087892770654,
- 0.6253821051449417,
- 0.577056688254719,
- 0.075739814214931,
- 1.1454458758871358,
- 0.38109399570893016,
- 0.19138265665329368,
- 1.164653406607191,
- 1.0301866875788706,
- 0.6037174284371052,
- 1.2073509617194682,
- 1.0096296295202138,
- 0.921193411573967,
- 0.4621016686590791,
- 1.120894388453596,
- 1.379598811408351,
- 0.8674245414748072,
- 0.9518079370599863,
- 1.2558348881887236,
- 0.5019466747066894,
- 0.9305133702627559,
- 0.5398771683669492,
- 0.14336905479211634,
- 1.2831198133622235,
- 1.1394977981408412,
- 1.2083650950315368,
- 0.828257681559422,
- 0.844434132377044,
- 0.21472272779272836,
- 0.7609326093278341,
- 0.01810742556797733,
- 0.7011503645962314,
- 0.6873266541180072,
- 0.25879510999975514,
- 0.6584972653193742,
- 0.12389924307075126,
- 0.27688416039119823,
- 0.0038291647494709037,
- 0.6834921278547955,
- 0.34875059869447317,
- 0.383779008750385,
- 0.44224740776793003,
- 0.40687846031353886,
- 1.013013396006763,
- 1.3183319499571637,
- 1.1869470706190266,
- 0.2941802876614785,
- 0.9556164587069524,
- 0.8519887832015214,
- 0.2916948447469544,
- 0.3749664143295507,
- 0.4564715829040515,
- 1.2438925182102176,
- 1.2825503673792498,
- 1.2673333455652878,
- 0.7212097028683562,
- 0.7289916416709611,
- 0.9065971892346686,
- 0.5537318637922491,
- 0.6745022707678049,
- 0.695420203562175,
- 1.0305659891281362,
- 0.38352641659933295,
- 1.259232537429024,
- 0.5848523130025886,
- 1.2904480306709867,
- 0.9591664631492828,
- 0.8548732911292086,
- 0.33441842690903456,
- 0.6008884327515133,
- 0.6262932263295897,
- 0.6995432648547315,
- 1.267474658506117,
- 0.5007557985277461,
- 1.3343092600837254,
- 0.28860666135814156,
- 0.7075071795776312,
- 1.032423056547768,
- 0.45438973351264283,
- 0.9108394000837532,
- 0.4236850266066669,
- 0.5854138920995293,
- 0.6890308063895715,
- 0.47839880412154623,
- 0.038677287569452205,
- 0.04332514364135666,
- 0.6035936473786094,
- 1.1420034283454807,
- 1.2292591019315076,
- 0.21376193756153744,
- 0.2939197882871718,
- 1.1724064329718786,
- 0.012552173250731689,
- 1.381300092229768,
- 0.6751755233485214,
- 0.9022293199175369,
- 0.9517310234009719,
- 0.23864552541142203,
- 1.3128681724885687,
- 0.5279006201868531,
- 0.9245179232781455,
- 1.1665201469656032,
- 0.5977185292133725,
- 0.35998172341531787,
- 0.1713249999294678,
- 1.310324900553788,
- 0.19340794610755924,
- 0.9217941037357966,
- 0.9915341127970604,
- 0.4416050333484064,
- 0.7238106128184308,
- 1.3922927821612598,
- 1.094559023934541,
- 0.3259592625009509,
- 0.5167130639891648,
- 0.8914557544953021,
- 0.3922543060771712,
- 0.8571437146661414,
- 0.9077203771378627,
- 1.103065205541639,
- 0.30263228811037457,
- 0.15102682023597747,
- 0.9574200123304777,
- 0.4562390235766477,
- 1.2152925150528338,
- 0.46364811552355306,
- 0.7212733333806143,
- 0.8390767666747964,
- 0.33415244214789813,
- 0.5604880646777304,
- 0.4094529835110789,
- 0.9403381841239099,
- 1.3964445719106693,
- 0.8048241264742946,
- 0.4738403058645235,
- 0.3589897204193297,
- 1.135829656813283,
- 0.28180283790619787,
- 0.8639135533687644,
- 0.4868608339933939,
- 1.3263221609273907,
- 0.8817440894009857,
- 0.47536415115806835,
- 1.0758412245081062,
- 0.7436429468009306,
- 0.7202977999645755,
- 0.7403062080621263,
- 1.22598639641787,
- 1.357566760844395,
- 1.3322954708674957,
- 1.0288530127705957,
- 0.8631509534591427,
- 0.5280695503735365,
- 0.016269758981189642,
- 0.34086114757482644,
- 0.8733686579165297,
- 0.8008909633572875,
- 0.9205629224014003,
- 0.7936311132464184,
- 0.49067555900626764,
- 0.28323606966921044,
- 0.753488040700926,
- 1.3664388231773525,
- 0.8960430680826446,
- 1.4099877779069137,
- 1.2017740359156774,
- 1.3720442572558298,
- 0.2664239986689168,
- 1.2870971580002601,
- 0.5269559096870909,
- 1.281159247774765,
- 1.4041916289431784,
- 0.7314784992867269,
- 0.9299638928127936,
- 0.26598846825853356,
- 1.075549861759983,
- 0.13107165149906289,
- 0.31762932663421795,
- 1.2904622141791717,
- 0.9893953943674466,
- 1.016511309266911,
- 0.44376405170781286,
- 1.157107622482636,
- 1.2036008272608054,
- 1.20151841111798,
- 1.3143734754611736,
- 0.9958390622667613,
- 0.8644546137879217,
- 0.4400305313548595,
- 0.8100739162889831,
- 1.336572224155809,
- 1.1659761232903754,
- 0.49746092811482717,
- 1.3512622209509024,
- 0.0865781440825309,
- 0.6957559162750744,
- 0.2645852003082584,
- 1.190877709135024,
- 1.1983434029131776,
- 1.3132450668381264,
- 0.7834610739301987,
- 0.6931801876266195,
- 1.1376892579312887,
- 0.402903668841779,
- 1.0981709117840412,
- 1.0372310817624824,
- 1.3943632985819183,
- 0.5468042393159556,
- 0.7387739208006261,
- 1.3282607447577435,
- 0.6179849381781665,
- 0.37032937040635716,
- 0.6352669019073214,
- 1.298371892456933,
- 0.2236977068820982,
- 1.2361201506960526,
- 0.7025693637689897,
- 0.31556557715114725,
- 0.8719466767326447,
- 0.37421129301798733,
- 0.14452344846362625,
- 0.9901258973729568,
- 1.374759136355933,
- 0.8817114402662728,
- 1.347771244607506,
- 0.5807062441965362,
- 1.3764245443930105,
- 0.21407950637426612,
- 1.0766327437166352,
- 1.207371679792915,
- 1.0994767613090353,
- 1.19894247468342,
- 0.4258637780008629,
- 0.8039183346532148,
- 0.03758264896697821,
- 1.3472545967015235,
- 1.1495303754037982,
- 0.1085873351980135,
- 0.5686306307942254,
- 1.1845539698180758,
- 0.8165172238244446,
- 0.2806756661331481,
- 0.22149633675284114,
- 1.0811566148226721,
- 1.334335496207392,
- 0.24797522830412985,
- 0.9047656016932186,
- 1.2999557965449648,
- 0.5896193712041776,
- 0.39310012531715827,
- 1.1087775045671502,
- 0.5564358311960673,
- 1.100102792304338,
- 0.5037057109988023,
- 0.8863510360979261,
- 0.1385267470668774,
- 1.1077302322985008,
- 0.4812947237663501,
- 0.7691283357792638,
- 0.4205489057609067,
- 1.326542319817721,
- 1.3474285356747373,
- 0.6229054539613578,
- 1.3094282902565304,
- 1.31274569282532,
- 0.8393255397550792,
- 0.7961806149398346,
- 1.3934280806755823,
- 1.200995090728704,
- 1.1697965164284785,
- 1.2851697615055564,
- 0.960232127427253,
- 1.3543766852079948,
- 0.10102279992990676,
- 0.36427306068376175,
- 0.1028359991698574,
- 0.5369925383305928,
- 0.9070938600852493,
- 0.3000323286785751,
- 1.2042451541569879,
- 1.240921191492296,
- 0.36216986564871945,
- 0.6513888129998501,
- 0.1214672399634572,
- 0.2687620825984076,
- 1.0439587831377044,
- 1.097669606493556,
- 0.8317945068856323,
- 0.8750356327922137,
- 1.0609724990315637,
- 0.39957820031411445,
- 0.5828870497746403,
- 1.1016581990482939,
- 0.8428222676604046,
- 0.6591019437744955,
- 1.2302385803929732,
- 0.7119807977723214,
- 1.0022970870418924,
- 1.390749683133818,
- 0.7313446912324981,
- 0.5425950510339285,
- 0.7778129428253179,
- 1.3249183656113739,
- 0.2376534776472745,
- 1.3177765752014279,
- 0.8215601396700287,
- 1.1097960470586967,
- 0.23731931380325383,
- 1.0853591336339,
- 0.4156346788984793,
- 1.3383697566764905,
- 1.3849754556292617,
- 0.5655439843418255,
- 1.3119686698470214,
- 0.8681272366539302,
- 0.6751319436910711,
- 1.2098915418235985,
- 1.070116345015086,
- 0.5739563822078488,
- 1.3774439470111226,
- 0.38073139198191186,
- 1.1856024246774886,
- 1.269774628107631,
- 0.2022630372087054,
- 0.7503559302440332,
- 0.7543419200107062,
- 1.3717949185087754,
- 0.01709610238138719,
- 0.8905433016923513,
- 0.991795998766891,
- 1.3291302790603257,
- 1.106890110425752,
- 1.3523233720205468,
- 1.116838017326855,
- 0.09562509246068741,
- 0.2139281917970385,
- 1.1027489829408335,
- 1.1575435827443166,
- 0.08019412848041334,
- 1.3931000986202566,
- 1.2260684796180157,
- 0.05492637324807753,
- 0.550129276083618,
- 0.9512162568259391,
- 0.8297153970926313,
- 0.5456930185671385,
- 0.7526373340680976,
- 1.3803034711116724,
- 1.344405719271142,
- 1.3103833807664371,
- 1.0412382345485929,
- 0.24790784956529693,
- 0.0011115157455906179,
- 1.3629970616823917,
- 0.5588156327028951,
- 0.6217323341494965,
- 0.3982452410513214,
- 1.4109045668410187,
- 0.6680966500149977,
- 0.5369713078982006,
- 0.11773003170702509,
- 1.4100514254053387,
- 0.841306913519618,
- 0.13048112832024666,
- 0.6904741003670882,
- 0.8908801943031481,
- 0.3054799483609403,
- 0.09109337942743768,
- 0.892197273945804,
- 0.6085891505936681,
- 0.6359579219519302,
- 0.49140300775748486,
- 1.2949898188492883,
- 1.0074307671308527,
- 1.3259032269888982,
- 1.20451716619946,
- 1.188742237636362,
- 1.1344394634951696,
- 0.8789478183022258,
- 0.723815750985172,
- 0.17857595851316654,
- 1.2671888372076092,
- 0.3646164262360114,
- 0.8140954614000645,
- 1.2401335271558989,
- 1.3006856383102896,
- 0.7248243708993741,
- 1.0191752719342453,
- 0.6595786006483292,
- 1.2369807453474486,
- 1.380487736714403,
- 0.24697479480366058,
- 0.5647316935531305,
- 0.18754302707907058,
- 0.23283736792201706,
- 1.2366561444322912,
- 1.2987711049874726,
- 0.9942641730589902,
- 1.2922110700583616,
- 0.9081192542999306,
- 0.8265240730163032,
- 0.48650075450976094,
- 0.9636322875888736,
- 1.3642218805099666,
- 0.6103159532838478,
- 0.13117705307329536,
- 0.16197216940029818,
- 1.024440097663195,
- 0.04721772546547395,
- 0.3901938072489684,
- 1.2767080188832103,
- 1.1704877370115205,
- 0.530895585919464,
- 0.8982609691113965,
- 1.3353213908175126,
- 0.7818262362314616,
- 1.0974325036690433,
- 0.7906187180943048,
- 0.15677641229178593,
- 0.7087435716846673,
- 1.0428883556574489,
- 0.5274125302004237,
- 1.082711120537481,
- 0.7674758186117363,
- 0.6623947573321306,
- 1.1982444374991708,
- 0.5096627804685656,
- 1.230880046828494,
- 1.39019363002082,
- 0.25703996789352945,
- 0.08942182780155099,
- 0.3023157813828137,
- 0.727666860071313,
- 0.8322734900855269,
- 1.1989409131816053,
- 0.8793798426487762,
- 1.1519200089341397,
- 0.9299142491515071,
- 0.05731236324158421,
- 0.5677527435277248,
- 0.7302537523529115,
- 0.33311123745796595,
- 0.12053377699122092,
- 0.5058300030763537,
- 0.8610513334287907,
- 0.12857851225461658,
- 1.0586205499557708,
- 1.246510808557004,
- 0.04408188164829689,
- 0.399280441987693,
- 0.8782116113454217,
- 0.34617713160743346,
- 1.356073249734864,
- 0.6329228508050374,
- 0.04834595178233997,
- 0.83520138092978,
- 0.6283176180247587,
- 1.3223381751537333,
- 1.302447312798325,
- 1.2844892514957678,
- 0.11842843955621843,
- 1.3287274002928218,
- 0.8050840968377916,
- 0.7276404320023937,
- 1.0329265690500151,
- 1.3867210496850741,
- 0.09461328811316183,
- 1.3971635229559674,
- 1.1663277254652642,
- 0.07007833818456959,
- 1.2167107352921906,
- 0.3042173252379509,
- 1.242131585736053,
- 0.02345091646469348,
- 0.9900238902772369,
- 1.1524796965897126,
- 0.9227589577195422,
- 0.22950699734955082,
- 0.322373642440709,
- 0.565888866578623,
- 0.06411952199759414,
- 1.2771213426415553,
- 1.3173398454453134,
- 1.0906816849871634,
- 0.9494674516970943,
- 0.6097894926319501,
- 0.6862816572349465,
- 1.2202303316190153,
- 1.2582037681487808,
- 0.5191988278753237,
- 0.38308369757070776,
- 1.0670342539620759,
- 1.1541733843822315,
- 1.2187358733882803,
- 0.6039122408820519,
- 1.3778328477743023,
- 0.8766554672785791,
- 0.14622529992647473,
- 0.26852769387208203,
- 0.2229768693424497,
- 1.1805727536386812,
- 0.09116718325386185,
- 1.358776360079849,
- 0.7899561646888748,
- 0.580596154901364,
- 0.4566424749164652,
- 0.8275358455759897,
- 0.364452645593632,
- 0.6491105508801486,
- 0.046156787715262854,
- 0.3635059900537354,
- 0.545303557735898,
- 0.8813991013780881,
- 0.2688223948872608,
- 1.047519783734038,
- 0.551725624059188,
- 0.3771988015073807,
- 1.1750099746006917,
- 1.302233313202107,
- 0.6118006440904245,
- 1.0461468676874226,
- 1.391193611154724,
- 1.1837077364660544,
- 0.9448397280595177,
- 1.2573418125780866,
- 0.7754455111728358,
- 0.5284846900373034,
- 0.20575028431247855,
- 0.2800795582704814,
- 0.6821544851712238,
- 0.6622060039425005,
- 1.2302616649967324,
- 1.322490163439007,
- 0.2841911057471637,
- 0.15363051176459502,
- 0.9343931352426319,
- 0.7825218540388833,
- 0.9633522859946326,
- 0.44124506035460254,
- 0.6308455839907192,
- 1.4020958641055314,
- 0.1471601936537914,
- 1.092437363100407,
- 0.353033141128213,
- 0.667437833158346,
- 0.9189067900916635,
- 0.5370849018984204,
- 0.12535722540532543,
- 0.3604234287650731,
- 0.9685471761112667,
- 1.3520764388866184,
- 0.7150298501254745,
- 0.9931547893382469,
- 0.49492081678506605,
- 0.612472408485489,
- 1.1282643530799723,
- 1.0726783466832581,
- 1.2623149474703708,
- 1.0191080688703296,
- 1.2687508661537585,
- 0.2947054335322583,
- 0.14677755448912547,
- 1.3685935504979476,
- 0.49726471282289364,
- 1.2788390297181063,
- 0.8331715606320531,
- 1.3777254393725593,
- 0.7855727252326121,
- 1.3724144707291488,
- 0.3905866045099601,
- 0.7897687444397524,
- 0.7496965045246751,
- 0.45508785889400233,
- 0.8725018799199783,
- 0.6778459209105069,
- 0.2725971860321009,
- 0.38902866453256063,
- 0.7624452254226999,
- 1.0076018005962322,
- 0.9450163140194963,
- 0.5674988457666829,
- 1.353014124896119,
- 0.983490471821169,
- 0.6662315920924607,
- 0.8756530658609125,
- 1.161491955772425,
- 0.5929119008367092,
- 0.8209406286664118,
- 1.0339179967014882,
- 0.9897555457127458,
- 0.19494333194068822,
- 0.7671856237201322,
- 0.39260927556785974,
- 0.4980632741038318,
- 0.14911884762608837,
- 0.9988444202331069,
- 0.7567997675583952,
- 0.6701846385441603,
- 1.3391046333104375,
- 0.37851105223330417,
- 0.7894318477325003,
- 0.9514072856085138,
- 0.461843442890533,
- 1.0396539793175898,
- 0.16634523630467216,
- 1.3520506825681202,
- 0.8879809600986363,
- 0.4214679699126641,
- 1.1786373147457034,
- 0.342471809743345,
- 1.3733874597823748,
- 1.2385440602681579,
- 1.077001773154506,
- 0.5207863491047195,
- 0.4769165840573415,
- 1.1512812073193712,
- 0.7456939238168679,
- 0.5445936810422074,
- 1.339352125212757,
- 0.16461287658089124,
- 1.325899937275021,
- 0.8502645639875569,
- 1.358430075741064,
- 0.8405427416137246,
- 0.40523735303825825,
- 1.0467115695153495,
- 0.6748977182078646,
- 1.2517187399903968,
- 1.1470830898854,
- 0.7638683265288462,
- 0.08884095020094664,
- 0.24065858352593889,
- 1.2982212945182419,
- 1.4008296562665399,
- 1.1478035109416118,
- 1.359256881550793,
- 0.6031685421621396,
- 0.4799435159667408,
- 1.3547015740951431,
- 1.3375534443544879,
- 0.09405369684739813,
- 0.16621001159437934,
- 0.6607316923624195,
- 0.5742175740761115,
- 1.3066825691922126,
- 0.5373315094022711,
- 1.0118113571375171,
- 0.0687788913074091,
- 1.3225480826324927,
- 0.2569183020226141,
- 0.5197271664499805,
- 0.4695674048623404,
- 1.0894925500852797,
- 0.7177015181749112,
- 0.10323626295180971,
- 0.8666008250505938,
- 0.9225692315061781,
- 0.829482847389352,
- 0.5912550451491637,
- 0.50831788999661,
- 0.2879490389235082,
- 0.857453546989268,
- 0.8690563457825436,
- 0.9931602839474438,
- 0.5611207924250552,
- 0.31373242985238,
- 0.838424019892206,
- 1.0095935287861764,
- 1.0288011398997652,
- 1.011665620889765,
- 1.157195723702689,
- 1.2577133021481537,
- 0.7259857641220187,
- 0.8252490820853515,
- 0.8427721554382178,
- 0.1502168698356081,
- 0.04482776355436418,
- 0.770686878005422,
- 0.9926151786874401,
- 0.2737719239079733,
- 0.13435415294336503,
- 0.666692211383545,
- 0.6696727943921851,
- 0.2324584312145317,
- 0.9510170223599816,
- 0.6773751314187733,
- 0.8841664570412083,
- 0.6180850189690573,
- 1.1971942533220763,
- 0.827446239719111,
- 0.7970733877120706,
- 0.6963488742359728,
- 1.0707367330351685,
- 1.2735043517892892,
- 0.5155548852422359,
- 0.8099991806818252,
- 0.5772246259764109,
- 0.395309915440272,
- 1.3199202877183256,
- 1.299661351242426,
- 1.1398187107335598,
- 0.6494080432691004,
- 1.2152502733207893,
- 0.3616371072140755,
- 0.2942095341521349,
- 0.5539576371150634,
- 0.47673574740391544,
- 0.47523330524724805,
- 0.887815638876655,
- 1.234711525613231,
- 0.6244602209163623,
- 1.10583283583689,
- 0.30387150869870677,
- 1.0407908127936207,
- 0.8177216885258033,
- 0.9880686442010682,
- 1.2844998699665777,
- 1.2663027578011266,
- 0.6008445789016973,
- 0.9710758462377344,
- 1.0115498627355968,
- 1.2263204187241865,
- 0.6010951536655412,
- 1.0831729142621165,
- 0.23275905629460397,
- 0.19230489919439983,
- 0.37047924188447223,
- 0.9497125662491559,
- 1.3130070687247153,
- 0.7253700239887775,
- 1.014870745131024,
- 0.9186023767585202,
- 0.8908992418395438,
- 1.3659617814755216,
- 1.217240648981283,
- 1.1810090157111373,
- 1.1469487998217518,
- 1.0804014917297662,
- 0.7533354551071237,
- 0.9306139708243084,
- 0.8563516558148792,
- 0.7177091851603122,
- 1.3701021904174726,
- 0.41151710816783965,
- 0.3018742594555587,
- 0.6511041429855114,
- 0.17987177632523108,
- 0.2992709985989476,
- 0.6461510848765923,
- 1.2627549302791385,
- 0.7900743607129651,
- 0.8290569472178432,
- 1.1556565558002934,
- 0.028441190595664054,
- 0.8103485784237208,
- 0.5799015194885716,
- 1.1667245056935163,
- 0.339863821417094,
- 1.2459742509776843,
- 0.5460293839994822,
- 1.36946616568642,
- 0.1321447508562165,
- 1.1330811330547885,
- 0.5868664570890382,
- 1.4128044785548681,
- 0.5690448410158313,
- 1.0571342222690787,
- 0.8379423835052493,
- 0.26501057221253144,
- 0.9932395556779456,
- 1.2658324858108858,
- 1.13511883388541,
- 0.9243984486464251,
- 0.4365404341022869,
- 0.9478830971598151,
- 1.3736516916894475,
- 1.2428836063484237,
- 0.5537676988314789,
- 1.1065158765361023,
- 1.3351781379214778,
- 1.3499837756110347,
- 0.8599237686115064,
- 0.6743653047511982,
- 0.3783622930547048,
- 1.1612888029058424,
- 0.7250053775317111,
- 1.0126938452081369,
- 0.31433204619300226,
- 1.3599854505921374,
- 1.2234675669679775,
- 1.4000591763668806,
- 0.8728238386820344,
- 0.4721217729206964,
- 1.1096056309715834,
- 1.2543945533019063,
- 0.8894416007131806,
- 1.1317796057718437,
- 1.2783467700182183,
- 0.4480551994916657,
- 0.5662108816864514,
- 1.1537971271984993,
- 1.2772378271597307,
- 1.3217401395706931,
- 1.0505779729107112,
- 0.41747051071202984,
- 0.3615783401147951,
- 0.7441022385521842,
- 0.180254828715655,
- 1.310178986979641,
- 0.4005220070998128,
- 1.2907647419782327,
- 1.1838605899831693,
- 0.2243002869811261,
- 0.1602083487720972,
- 0.5584755917712735,
- 0.6280207980383588,
- 1.0155634124880442,
- 0.6768828180625311,
- 0.986499277975167,
- 0.9410419957843046,
- 1.2523277098555918,
- 1.1714302008104294,
- 0.6243859521699385,
- 1.0891314642324263,
- 1.3251845608900805,
- 0.7160173276572782,
- 1.2693963525129972,
- 1.3289862761853006,
- 0.1489948071748592,
- 1.0366038156071289,
- 1.4009561901418757,
- 0.5942698556134265,
- 0.8076418074800362,
- 0.3398190452221033,
- 0.5122411093623215,
- 1.1504001160917783,
- 0.7051635694989921,
- 1.0015088287164176,
- 0.2974368353743781,
- 1.392615945173124,
- 1.0284197155871455,
- 1.1748698727674993,
- 0.9939972231517951,
- 0.11131916925610533,
- 0.944352506180723,
- 0.8320452672297977,
- 0.43707666647506116,
- 0.3419649938802148,
- 0.11559380603685208,
- 0.5847578684944933,
- 0.7930874473790988,
- 0.4025478867907899,
- 0.8195813879802718,
- 0.4964690688512541,
- 0.5285845096509658,
- 1.0199361896512686,
- 0.3212158437819003,
- 1.292543737537619,
- 0.09575939389121649,
- 0.1949959833814428,
- 0.7656262752457209,
- 1.2910427583822108,
- 1.2537988904210886,
- 1.2012748118455576,
- 0.6751712049126202,
- 0.3254269201647776,
- 0.7667426399234265,
- 0.5298340189406421,
- 0.49147965528443044,
- 0.3214974554311361,
- 1.4082439532703175,
- 1.2739813364137704,
- 1.3621503905923644,
- 1.1170364923966012,
- 0.375737980054291,
- 1.1375098817822238,
- 0.42759961878736596,
- 0.6107050198655198,
- 0.22204470200042448,
- 0.9818443961160078,
- 1.036588762713772,
- 1.2830383350792627,
- 0.6356157541049018,
- 0.4656852112199167,
- 1.1263211408673615,
- 0.06614580982105916,
- 0.6324972170730078,
- 0.7788057094203129,
- 0.520761546422737,
- 0.7994231022330549,
- 0.9214407843591421,
- 0.14486591612812497,
- 0.7685988692853546,
- 0.5214573309863145,
- 0.0026499882408919854,
- 0.46936594689259004,
- 0.5383891923628494,
- 0.830882913264006,
- 1.360755186469891,
- 0.6616026470923108,
- 0.16032810960532118,
- 1.2838773014783207,
- 1.151950433959677,
- 1.3359115332595084,
- 0.618881080827398,
- 1.4120916859766466,
- 0.8563919766298385,
- 0.11849958839006788,
- 0.5263281039180062,
- 1.2833898138234345,
- 1.3981909924220848,
- 1.3655244620158509,
- 0.2813094098259075,
- 0.9725850324562056,
- 0.18514201698452878,
- 0.5294248234863524,
- 0.4906084173514887,
- 0.6641299118100678,
- 0.9564003653018117,
- 1.267846209335619,
- 1.0794465953198666,
- 1.396110531082325,
- 1.12853727021964,
- 0.34746779993315186,
- 0.01878617778589838,
- 1.3728508520346352,
- 1.0853578053624278,
- 0.5882114510673432,
- 0.9225104882507482,
- 0.791477129645537,
- 1.3652094070176055,
- 0.31386794289249015,
- 0.3927575952979375,
- 0.47346180640362495,
- 1.0776256020086536,
- 1.2053571835544836,
- 0.4831380384334216,
- 0.8140310108982413,
- 0.5631855280301462,
- 1.281699874218308,
- 1.0347502707156049,
- 1.1202523638059187,
- 0.9964218878121676,
- 1.4072155268092914,
- 1.3420281780873138,
- 0.368943453723594,
- 0.5736864450233501,
- 1.2384047650828716,
- 1.0526073505235176,
- 0.8356147454653735,
- 1.1442245921879872,
- 0.9797424446178403,
- 0.6168983115738844,
- 1.1134787793883811,
- 0.6052275154451375,
- 0.3108713449981928,
- 0.5542960613818583,
- 0.016621026151404584,
- 0.8051124191032435,
- 1.2819743203299414,
- 0.8392768241046382,
- 1.2347619738608857,
- 0.8682094848915171,
- 0.8619902653439917,
- 0.7052168933221128,
- 1.2187536333732347,
- 0.0050235864493363615,
- 0.3255593332071561,
- 1.1439088692082975,
- 0.4549458790580191,
- 0.33475941490179223,
- 0.6886992432084845,
- 0.5914881463980413,
- 0.06238216543294366,
- 0.650975013732272,
- 0.8954591686900714,
- 0.3575685145148111,
- 0.23316173821266115,
- 0.6558507188908952,
- 0.3717009999035611,
- 0.24670408674423153,
- 0.4908649362725199,
- 0.8678455343405682,
- 0.6666172618827522,
- 0.5042676817397057,
- 1.2678199442312683,
- 0.649532560362234,
- 0.8569158952353858,
- 0.32285059724593196,
- 0.01328579390674359,
- 0.5343497482829948,
- 1.0655351216158715,
- 0.614787470483009,
- 1.1666765874865699,
- 1.2893335154368144,
- 0.6165204735362824,
- 1.224363036181128,
- 0.4889013707419667,
- 0.634671556878486,
- 1.357977109307733,
- 1.3546073290088099,
- 1.0685879095387623,
- 1.038998867903625,
- 0.9330348653336417,
- 0.5046046814718875,
- 0.6163655779690976,
- 0.37638901544803666,
- 0.8944371191533087,
- 0.5571878542971421,
- 0.9573710404754935,
- 0.8713577041261347,
- 1.1134190652267302,
- 1.064175818249758,
- 0.7619552693803513,
- 0.781359435658937,
- 0.6551252407862079,
- 0.39898392402324817,
- 0.40968542539789454,
- 0.35226163985146147,
- 0.8726602141965526,
- 1.1856924113906322,
- 1.0493889590801573,
- 1.1022218856529866,
- 0.9621503032364697,
- 0.25051417460732317,
- 1.3262034815171786,
- 0.5432206314631424,
- 1.1642946441055249,
- 0.48995898784008957,
- 1.408155864749931,
- 0.8786099065804882,
- 1.2660504746125227,
- 1.2502138055606655,
- 0.7113150802988231,
- 1.3205601950538377,
- 1.30728227206881,
- 0.01008655004105815,
- 1.2296292918797418,
- 0.5404771428911495,
- 0.8927972735349882,
- 0.2937238423717561,
- 1.111303523257466,
- 0.7847520534005202,
- 0.9048818670487766,
- 0.9653508453096974,
- 0.9753708598196859,
- 0.6995239691961002,
- 0.4314995137411662,
- 1.2611498091360032,
- 0.8930174551992827,
- 0.5778326669486127,
- 1.1736258908374613,
- 0.0022531970806107552,
- 0.6108206522740777,
- 1.1174070074628966,
- 0.5251922519446189,
- 0.6929415547477579,
- 0.2535374589015159,
- 1.017288233251909,
- 1.2903742030868008,
- 0.8027242925673134,
- 0.09495152956441995,
- 0.6521765138474048,
- 0.6374777897118955,
- 0.8717465282552049,
- 0.2971921315868487,
- 0.36067395079748465,
- 1.0225481769116307,
- 0.6648968182167507,
- 0.4556361184969826,
- 0.722724939100527,
- 0.18403962935678805,
- 1.117562359592161,
- 0.7105198811746807,
- 0.12028012521433112,
- 0.20768946066791005,
- 1.1220786660947,
- 0.3887298703019112,
- 1.2448105527003033,
- 1.1900495277475869,
- 1.325219155035344,
- 1.1645532547242947,
- 0.9792711581282425,
- 0.588094111977816,
- 1.197394368000555,
- 0.40472588407830756,
- 0.7701920205350232,
- 0.0169344588059768,
- 1.217939666332529,
- 0.7429823697817906,
- 0.7982540551583,
- 0.9484508797688388,
- 0.2679315990564655,
- 0.8670291762533312,
- 1.0507686367207234,
- 1.1436741850180305,
- 0.5195576360467994,
- 0.5713588243826776,
- 0.39570725908611537,
- 1.3250495101585584,
- 0.31223603025475205,
- 0.3117032306368999,
- 1.3244827978689224,
- 0.618225452481932,
- 0.8747612626336528,
- 1.273321655289118,
- 0.28989413158869626,
- 1.0853771425079866,
- 1.108408406999481,
- 0.24032452627363843,
- 1.1929318374313553,
- 1.3157974327342696,
- 0.959177656352446,
- 1.25484821676964,
- 1.1100593005635528,
- 1.3574420113389325,
- 0.4693481659705241,
- 1.0764517256807955,
- 0.8611598061776625,
- 0.7638840954633197,
- 0.3580352662685672,
- 0.9314420765279185,
- 0.1809606960224066,
- 0.8099012996924206,
- 0.1354793465746653,
- 0.543122546734594,
- 0.8132664955246798,
- 0.35542915865766844,
- 1.3790552733414396,
- 0.020436558431100718,
- 0.646506305131215,
- 0.7999955029926356,
- 1.143429562614124,
- 0.4438817207500563,
- 1.237679587420959,
- 1.388150382484042,
- 0.7695379700216216,
- 0.5691023210074433,
- 0.8590685315273937,
- 0.9542308778832939,
- 0.5037952197576587,
- 0.0012855076711511338,
- 0.9029973740881974,
- 0.6938806113877527,
- 0.34418665949913535,
- 0.7411862350282244,
- 0.3100836228366805,
- 1.3842630673487073,
- 0.3401384817637559,
- 0.8140341513445036,
- 0.9258603392218233,
- 0.006720638778965499,
- 0.21488366581378476,
- 0.3953938043016974,
- 1.2190377828221426,
- 1.0973274155077055,
- 0.8328578595362304,
- 1.2135291248029916,
- 0.38462683074357634,
- 0.4882262113199074,
- 0.313798260379263,
- 0.8737874714025416,
- 0.8771413819644749,
- 0.9151590392923407,
- 1.126665142586887,
- 0.7711597418877488,
- 0.3971343387276107,
- 0.46292569403441364,
- 0.4772255700392243,
- 1.2542439154887777,
- 0.3849466080632054,
- 0.34893834681555014,
- 1.320045977940559,
- 0.245369780210117,
- 1.3576863708426583,
- 1.118604311179079,
- 0.49970675605169795,
- 1.1252751607340665,
- 0.7560323697647913,
- 1.083276219530476,
- 0.8917588994469907,
- 0.8314591135734072,
- 1.1013672960151506,
- 1.3068667790825632,
- 0.13820593868209885,
- 1.2150181855861717,
- 0.19760887723992002,
- 1.299391694432957,
- 1.062505457479077,
- 1.3160655655304143,
- 1.2221589578527823,
- 0.7980280827389958,
- 1.1129506650847387,
- 0.47982595846262205,
- 0.3157615261002444,
- 0.6842224203198256,
- 1.018064335463237,
- 0.3235907538896668,
- 0.7334026257900288,
- 1.1114525468533671,
- 1.0204603256252083,
- 0.9367641999209307,
- 0.3336048031334529,
- 0.3821919719757687,
- 0.43503356536021176,
- 0.10281662275492563,
- 1.2906928414423204,
- 0.24680767366359205,
- 0.9409559006213765,
- 1.0570814203468764,
- 1.3470734630322907,
- 0.19628596914834748,
- 0.8333496309998875,
- 0.772189821834557,
- 0.6216736263357646,
- 1.340992790725692,
- 0.8949939443032913,
- 0.14824857916778356,
- 0.20222709386962762,
- 0.29491836579302144,
- 0.8305947042881848,
- 1.3048762676942485,
- 0.7308109724895946,
- 0.07261328626958141,
- 1.4056827350252386,
- 0.4959002368838392,
- 0.14014993187664695,
- 1.053345319864962,
- 0.6599490595319544,
- 1.3307585941920796,
- 1.1009790645075404,
- 0.1324428561818845,
- 0.664537068668335,
- 0.36222078301242466,
- 0.27308528149589917,
- 1.2217871926606247,
- 0.7547425149463457,
- 1.128265107193705,
- 0.7059409952908794,
- 1.2081362968962985,
- 0.4140361255305448,
- 1.344994034586532,
- 1.3941441958282317,
- 1.3937490554940326,
- 0.6229849932734937,
- 1.1423250894753965,
- 0.9142203526611192,
- 0.9258703202281718,
- 0.8430672843196688,
- 1.1915209499250703,
- 0.37181135110530233,
- 0.9236187749969433,
- 0.8238302575554582,
- 0.9563278997545956,
- 1.2104231105724952,
- 0.6441125449902485,
- 1.094059144039268,
- 1.1109546915136999,
- 0.8928101287751898,
- 0.585271528708775,
- 1.3211279682464185,
- 0.07773158596369363,
- 1.1145986137224522,
- 0.6664855554763882,
- 1.315775501200005,
- 1.3968146566764175,
- 0.0023578209807990245,
- 1.0650785790868207,
- 0.5111629223965213,
- 0.6686475667156053,
- 0.9329224640242346,
- 0.29912707254235793,
- 0.5672102841069897,
- 1.3622788758070927,
- 0.6943514041932971,
- 0.4986973170261229,
- 0.14553566194645925,
- 1.328867733041715,
- 0.6923371490897936,
- 0.5684739925086715,
- 1.1991990488894546,
- 1.339528029804689,
- 1.2979924972461747,
- 0.7896387982120436,
- 1.273219093296288,
- 0.04992255109079074,
- 0.2640242408445494,
- 1.0691598417144323,
- 0.35709548816552494,
- 1.1121117351981535,
- 0.10745156907183513,
- 0.567499208034003,
- 0.7212586820935628,
- 1.1638202649949252,
- 0.7125884093776803,
- 0.4062679866921212,
- 1.261489909289757,
- 1.06089358149441,
- 1.2171779205355204,
- 1.2955044624235295,
- 1.0955724683252848,
- 1.362408805261944,
- 0.461511643390629,
- 1.0650980485828518,
- 0.7537240540576026,
- 0.5403618978600274,
- 0.7669608241470852,
- 0.1823361663641124,
- 1.2207398663148883,
- 0.3733543600348012,
- 1.1395080176041676,
- 0.8126899043642833,
- 1.313137756850396,
- 0.6405917012435499,
- 0.4925411387195658,
- 1.1182824623610785,
- 0.3046116230421105,
- 0.3517068245496603,
- 0.04859842135143836,
- 0.32493280334750657,
- 0.5106732116804289,
- 1.2797456027370355,
- 0.9445249213564764,
- 0.5481778597241134,
- 0.8708371741592491,
- 0.10864876890535043,
- 0.1690838904487621,
- 0.6190155338412964,
- 1.4029006725377846,
- 0.4700675126453963,
- 0.9041257846437718,
- 0.39510477153762796,
- 0.12473156923359921,
- 0.10811846370864492,
- 1.068190009742175,
- 0.3716406792628055,
- 1.2271932450723464,
- 0.2780433685160865,
- 1.2734691411675203,
- 0.5940130360661834,
- 0.24776540976882067,
- 0.8994877625404153,
- 1.0496167422029536,
- 1.177820170955207,
- 0.20007812851049808,
- 0.9066475569939328,
- 1.3276705636081727,
- 1.29216739219274,
- 1.268920777845049,
- 0.9289366474881787,
- 1.111334045954254,
- 0.6588127046368636,
- 0.9292508247164921,
- 0.6169303426394998,
- 1.2497358039613264,
- 0.6761930367302533,
- 0.8143905150975542,
- 0.5493904937287244,
- 1.0613360197298018,
- 0.17586095666678603,
- 0.3802033356679759,
- 0.5945689182942825,
- 0.7053838611961923,
- 0.6729876140371807,
- 1.4032243625165233,
- 1.3378014595584267,
- 1.324997560308046,
- 1.0247071628623714,
- 1.302675644709347,
- 1.344003901880429,
- 0.9004764454172011,
- 0.6649351741275505,
- 0.5914304214786793,
- 0.4991026531108509,
- 0.6222885067644275,
- 0.8895729048519917,
- 0.34284774351879177,
- 0.6066103685762014,
- 0.4659686743597635,
- 0.5857171912094528,
- 0.7589736856179845,
- 1.263848540469179,
- 1.1899661775912544,
- 0.5680294766505384,
- 0.5207050593776206,
- 0.4449615529911836,
- 1.300363111690169,
- 1.20678709481255,
- 1.1149360409630595,
- 0.7782372873085143,
- 0.7487275211217779,
- 0.7496655131691603,
- 1.1783777169988632,
- 0.3958441533075554,
- 1.1445661307905188,
- 0.6865857982169178,
- 0.856396258564102,
- 0.2754044485111193,
- 0.18721171428384337,
- 1.1031775640011223,
- 0.4469240207275129,
- 0.5206205794004083,
- 0.006237654978113388,
- 0.3830857528027261,
- 1.0144094364506495,
- 0.37899984142720083,
- 0.6651363940885493,
- 0.6167073764291765,
- 0.6868754739999815,
- 1.0268382476750693,
- 0.39437944339616954,
- 0.7091396851498238,
- 0.5295364077025815,
- 0.052939160463315364,
- 1.4052578147950763,
- 0.2240877239898666,
- 1.3631840687549435,
- 1.2289018036954031,
- 1.3331968023889622,
- 0.8748925633725195,
- 0.8481001098598204,
- 0.31952255249108663,
- 1.247683800923077,
- 0.7464939765213994,
- 0.8759805004119064,
- 0.33824804865189595,
- 0.6988443461133096,
- 0.8260158008297075,
- 0.7275380623910181,
- 0.2391224162853376,
- 0.7115315002035977,
- 0.23440199929284317,
- 0.6237599184332369,
- 0.3842542385112655,
- 0.1331322762745826,
- 1.1390676811453917,
- 0.557271022424385,
- 0.549096540874386,
- 0.5520212688452076,
- 0.21454503224084429,
- 0.34469787641445276,
- 1.335716407019932,
- 0.833292943156269,
- 0.3968684990404881,
- 0.5273486765976187,
- 0.6690946713181669,
- 1.1363674046322427,
- 0.3911947067138551,
- 1.1998036804809684,
- 1.2699797366964736,
- 0.7518218567760105,
- 0.8193427822953322,
- 0.3559996714116459,
- 0.7388201392099865,
- 0.4754049494300503,
- 0.3791328594354153,
- 0.5805726781588882,
- 1.2184527922724537,
- 0.8589151828913942,
- 0.5609614960497589,
- 1.1399601097046927,
- 1.1499001191804592,
- 1.096253325303805,
- 0.7682157574153091,
- 1.161162257878333,
- 0.9669176487008596,
- 0.4829801970165845,
- 1.0623886210617737,
- 1.2333472024351126,
- 0.6534126632845404,
- 0.32621675631532576,
- 0.9147876635620444,
- 0.9011450282816073,
- 0.4247551406108326,
- 1.2547763351901435,
- 0.42212679869722525,
- 0.04550621220895512,
- 1.1053175630436178,
- 0.7980220626423664,
- 1.1908818368975886,
- 0.07499912327690028,
- 1.409556131780421,
- 0.35065180542685226,
- 0.7540749005500449,
- 1.3570306150181455,
- 0.8030790615868048,
- 1.2703468236213553,
- 0.501890081920218,
- 1.2690570243957533,
- 0.33107793559824494,
- 1.261756222407238,
- 1.0101551079820448,
- 0.5261266298949444,
- 1.3632312828474498,
- 1.129479922983292,
- 0.41970210218642173,
- 0.6812282279409045,
- 0.7100278654883356,
- 1.04469420200723,
- 1.223973749606402,
- 0.6762932894277365,
- 0.7454470178807365,
- 0.5644419206353687,
- 0.3497043949943645,
- 0.4376786224595833,
- 0.866071257101617,
- 1.3184010791662524,
- 1.2803920980326047,
- 0.5250607551799276,
- 0.9029326742114722,
- 0.11877258689411684,
- 1.0911519459542487,
- 1.3274307398223901,
- 0.91519176068715,
- 0.7575874756530471,
- 0.9898887312660273,
- 0.35735980544211887,
- 0.353341367788061,
- 0.8498490395642944,
- 0.2203653642272136,
- 0.3907673145804026,
- 0.5768822909785899,
- 0.4365101454750926,
- 0.5969986253782901,
- 1.0376454405846682,
- 1.1865173618514553,
- 0.4647809223449741,
- 0.9396039622745274,
- 0.9940494384519144,
- 1.1629513164626444,
- 1.08632920118032,
- 1.3105272621096113,
- 0.0702000816414563,
- 0.785212010216386,
- 0.6751356846946198,
- 0.7069995686114957,
- 1.0876287219391332,
- 1.0144776085949612,
- 0.7772824696885636,
- 1.3431509002235233,
- 1.302053129734156,
- 1.0212831985439255,
- 1.3635853892540206,
- 0.6516183920818878,
- 0.5105244523127485,
- 0.06256456358819966,
- 0.22917292168540676,
- 0.9992352970746528,
- 1.1090526494394388,
- 0.8780496350778868,
- 0.8885050160147387,
- 1.3768255890311647,
- 0.8452139135530385,
- 0.1497457270188675,
- 1.1968190728061388,
- 1.2048380024420875,
- 0.9300865444383258,
- 0.11778792850228088,
- 0.923170375181134,
- 0.9021094704052162,
- 0.7619335702341576,
- 0.6042937369850983,
- 1.2532233937314494,
- 0.60607302891074,
- 0.8223149753176345,
- 0.6283732618618132,
- 0.40682446328157107,
- 0.5650920943388983,
- 0.8206254777393479,
- 0.12981348999505443,
- 0.42166153892234814,
- 1.2818220785297407,
- 0.2364161398742536,
- 0.26621002808460453,
- 0.8912048287255909,
- 0.7406810190321634,
- 0.8572102054588303,
- 0.6791288638956725,
- 0.5505312905822177,
- 0.14416325141167163,
- 0.038593249426616225,
- 1.002226305060096,
- 0.43176365460448074,
- 0.9703101700396239,
- 0.7760501881068548,
- 1.327604942368189,
- 1.1123467774187121,
- 0.2648921969889573,
- 0.7800231525462915,
- 1.0870490850559715,
- 0.13367007603353495,
- 0.7746851287103184,
- 1.3265593335985497,
- 0.9896349697850785,
- 0.11089357916128954,
- 1.2722186381318106,
- 0.9844386685840415,
- 1.1187289102224798,
- 1.1031693081626162,
- 0.5436985013245638,
- 1.2938160851720377,
- 0.2034606329740487,
- 1.0951914906264348,
- 0.39976981496836966,
- 0.07589028582043801,
- 0.6524388952674977,
- 1.0806230341486487,
- 1.1408676448699313,
- 1.051190067233018,
- 0.6323805246559543,
- 0.3904354517886152,
- 0.3016072705325948,
- 0.5771669729456076,
- 1.2734495704824216,
- 0.7285672871878233,
- 0.9100484298610461,
- 0.3711882284880896,
- 1.3157016712321403,
- 1.3293867664867731,
- 1.2359350939842204,
- 1.0355724360517309,
- 0.5843252677345673,
- 0.3297039799303704,
- 1.0427948561397415,
- 0.2559537753091838,
- 0.5052410525442265,
- 0.8051003477853577,
- 1.0355570495594375,
- 1.3194006791898707,
- 1.2345343581120984,
- 0.8180675243217437,
- 0.4979326053604314,
- 0.5717425392448592,
- 0.7741981231552962,
- 0.3852689209720817,
- 0.9996355894319937,
- 0.18599200843533495,
- 1.1542145500063736,
- 0.2165884504281602,
- 1.3269322637059207,
- 0.15677001173270091,
- 1.1824968672819012,
- 0.8687427852304411,
- 0.5589923131660429,
- 0.3170527532180184,
- 0.1584514702439081,
- 0.8987654041723274,
- 1.2044215126250732,
- 1.3713549058806398,
- 0.33120600675704687,
- 1.397937537562479,
- 1.2318550046695886,
- 1.3734269616554842,
- 1.3702680870862198,
- 0.5629443007671993,
- 0.21804572055294627,
- 1.0729172138688383,
- 0.5443760542797801,
- 0.6050636175905832,
- 0.768993415762498,
- 0.2249864939846484,
- 1.1056171013289937,
- 0.6130980260805845,
- 0.9262485375458347,
- 1.2313864070965455,
- 0.5872375749083448,
- 0.6902826021835751,
- 0.23114394595114865,
- 0.6435457238632724,
- 1.0406222948786576,
- 0.4337710923386331,
- 1.2843097455235895,
- 1.4002045597052455,
- 0.9026541870555966,
- 1.2261324144359642,
- 1.3667966865489318,
- 1.2541080985551578,
- 1.3312081640134936,
- 0.16302256914405927,
- 0.11489818489249456,
- 0.599941145197046,
- 0.4256299575704054,
- 1.2927581074634886,
- 1.1560465920043805,
- 1.3685801396275885,
- 1.319947219126256,
- 1.411559209948859,
- 0.8026910209087773,
- 0.8242324136983155,
- 0.20158734383459903,
- 1.0854735529269794,
- 1.3003340992695882,
- 0.8310536096253475,
- 0.13330904330197826,
- 1.1006815355039652,
- 1.3692809931522343,
- 0.40212889988300077,
- 0.7515882454779547,
- 0.7305481815869976,
- 0.9261380740012644,
- 1.0244874305256988,
- 1.3068559654435519,
- 1.082866397266671,
- 0.8682441835512135,
- 0.5297424439909701,
- 0.4858217011684201,
- 0.5831135541875901,
- 1.0932882199940213,
- 0.25079374470683147,
- 0.5182175952396022,
- 0.937992378708443,
- 0.6896797146032337,
- 1.1201087074399916,
- 1.1912633547111071,
- 1.0567792123669484,
- 0.5513112204434848,
- 1.3171986137032212,
- 1.180409018461069,
- 1.219133113660865,
- 0.08513570473955893,
- 1.2630118861422879,
- 1.3390430950901937,
- 0.5720449453010145,
- 1.3754324090788348,
- 0.858330897276957,
- 0.7669980852256496,
- 1.3808425525331278,
- 1.1523352479475115,
- 0.38714678572219574,
- 0.741558883699268,
- 1.3427922950891371,
- 0.5181381677260711,
- 0.3200529794636546,
- 1.176014550029283,
- 1.316711654705952,
- 0.7780462114769927,
- 0.33006701753866025,
- 0.5638844428677183,
- 1.0249018504176972,
- 0.8801337404813855,
- 1.1721635345629915,
- 0.7304572877397502,
- 0.6867188098121729,
- 0.43884368624605713,
- 1.1342925388959078,
- 1.045262629423506,
- 0.13402685161747546,
- 0.7308542457918835,
- 0.4861470253014767,
- 0.48156028518789434,
- 0.9068801677016944,
- 0.252336397292123,
- 0.1909561055096165,
- 0.3073219553137749,
- 1.1825527130096447,
- 0.12412119837423286,
- 1.2867480786175547,
- 0.3152890078343769,
- 1.3840841374170678,
- 0.914083359286025,
- 0.27753241847175797,
- 0.541963724728935,
- 1.1018640352205427,
- 0.4892605397169602,
- 1.3297680724160834,
- 0.1419011039812018,
- 0.9986880012247961,
- 1.1370169981555787,
- 0.2779726708542152,
- 0.024629347975365427,
- 1.3839827993381402,
- 0.8627864381525847,
- 0.6588071171375485,
- 1.05995378939009,
- 1.0437997689833622,
- 0.07326656975320106,
- 0.7090139815545112,
- 1.0697377649934119,
- 0.8177975320394836,
- 0.6557099922853956,
- 1.0584818488974184,
- 1.2418301528401219,
- 1.2664760679343745,
- 0.9345693357288357,
- 0.26290758972165507,
- 0.9356415392385226,
- 1.3321688993091876,
- 1.3756699246481323,
- 0.5636337970747001,
- 1.2578834915433104,
- 0.5762465732481704,
- 0.9906927667006891,
- 0.5781767293088045,
- 0.6789284480164121,
- 0.3596069492045104,
- 0.9022585552713779,
- 0.5545054037712975,
- 0.7869756996399444,
- 1.3739158827397888,
- 0.8254999167280134,
- 1.0945806903055577,
- 0.6032552477211587,
- 0.8741492941509807,
- 0.9011632743245966,
- 0.7245215524364736,
- 1.2031862705449599,
- 1.3907446001889046,
- 0.042480708287393254,
- 0.10675114197899191,
- 0.5301416140873526,
- 0.31275144337226374,
- 1.2063443477752709,
- 1.1845220515208026,
- 1.1709502650586352,
- 1.2106227668141871,
- 0.7235340068892396,
- 1.0552725333565098,
- 1.0177024772431569,
- 0.788775999369857,
- 0.9019850181882173,
- 0.904829211694338,
- 0.6640269080517703,
- 0.4735125352230279,
- 0.5695716298854001,
- 1.114281684982883,
- 0.605403462561924,
- 0.879152938818061,
- 0.5061589076931424,
- 0.9614423058164622,
- 1.076709230707527,
- 0.2568436262331015,
- 0.355096509274898,
- 0.8961655035920445,
- 1.372172093473242,
- 0.6591984585438618,
- 0.7793106554955048,
- 0.38275559454765284,
- 1.2192481747557384,
- 0.8895495838838716,
- 0.5344270002323919,
- 0.5114638142552188,
- 0.22567709378258025,
- 0.8018280159106108,
- 0.1124360836334584,
- 0.3336289149774566,
- 0.16238138585004763,
- 0.6758283681534646,
- 0.32531145792813215,
- 1.163301283922574,
- 1.2333144227162176,
- 1.1980713221316777,
- 1.379211472591006,
- 1.3151006393157927,
- 0.2494137725456471,
- 1.35770429775424,
- 1.0219319385495558,
- 1.1284175558738698,
- 0.8699503370293752,
- 1.3891844562754305,
- 0.7659439241024543,
- 0.7371435637617539,
- 0.41032872903537304,
- 0.2215439624296101,
- 0.8418643852382713,
- 1.153899734844698,
- 0.6986294489413479,
- 1.12040631292977,
- 1.0199857862906736,
- 0.6486720663491871,
- 1.3258774103726336,
- 1.0233657573284707,
- 0.040399129950094245,
- 0.709007337345056,
- 0.716914335537194,
- 0.9668103228765287,
- 0.1987321295084143,
- 1.3657146364840396,
- 0.9341005988587107,
- 1.2636194264214875,
- 1.1836318860126285,
- 0.004985284333198261,
- 0.7456580019593576,
- 1.3041276047312353,
- 0.3493894550839547,
- 0.2832465946577567,
- 0.9830335735222542,
- 1.1114146434937555,
- 0.29179631400157463,
- 0.7640481043489764,
- 0.4880753691571357,
- 1.2498026834486955,
- 0.919449167430255,
- 1.3699084738020608,
- 0.19324933189609197,
- 0.8811132372475539,
- 1.3167410037398635,
- 0.9934011444266829,
- 0.8833252490875759,
- 0.8784822794567873,
- 1.3911624651750494,
- 1.0712118165711042,
- 0.4436085244939865,
- 0.5637264470533011,
- 0.9726187798133447,
- 0.49800337226666425,
- 1.2886107446290616,
- 0.5713559548609847,
- 0.9411922657061855,
- 1.1490566887171816,
- 0.7174135946609036,
- 0.17830834798905512,
- 1.0400956818075209,
- 0.2327117157998284,
- 1.2361130108624863,
- 0.11694453341720937,
- 0.7389583663907555,
- 0.027738646946331786,
- 1.110011535727354,
- 0.2844018240813216,
- 0.10469745267650689,
- 0.41561954134858287,
- 0.29554508112403216,
- 1.0857627840391657,
- 1.3425642647525493,
- 0.9328385966707101,
- 0.9464970953408886,
- 0.940429958777633,
- 0.5793741568680769,
- 0.4371859814742987,
- 0.8222365361530861,
- 0.402141923758869,
- 0.5995910283143628,
- 0.9399994143346939,
- 1.1994387087327671,
- 0.3324342156094886,
- 1.3120523734687635,
- 0.29219730001043925,
- 0.2400411672405461,
- 0.8860101085362296,
- 0.2700896084408864,
- 0.48270917605314667,
- 1.0828654874906258,
- 1.3079460901765092,
- 0.9301611231493421,
- 1.3222756330632655,
- 0.20786701333500132,
- 1.0593506127575738,
- 0.39591155512323073,
- 0.30736906772588024,
- 0.12676377217494503,
- 0.5059782375091381,
- 0.18577096325915038,
- 0.5777549628201151,
- 0.48116975963462083,
- 1.2603782749320267,
- 1.4046753946906774,
- 0.521200855887201,
- 1.136253965638625,
- 0.4205496263697727,
- 0.42594881588727074,
- 0.23879961278119882,
- 0.6990551087578906,
- 1.1752290605241917,
- 1.30764213070116,
- 1.3107355173111745,
- 0.398973007028267,
- 0.5957222922069012,
- 0.8819958496527086,
- 1.2132997008601223,
- 0.7654047519139567,
- 0.3121237487058176,
- 0.9485216800790067,
- 0.9408272859716864,
- 0.7602762491746831,
- 0.2248781511327826,
- 1.2802101240164072,
- 1.0043286989832683,
- 0.7608435585018491,
- 0.22053693666729035,
- 0.01274523166249488,
- 1.012431333913646,
- 1.1434979309452429,
- 0.7128181976889875,
- 0.07790952422975635,
- 1.3472756261414447,
- 0.4863921550339338,
- 1.2437676878332335,
- 0.24294515929211144,
- 1.2902789931437515,
- 0.08783499715130401,
- 1.0424518863593994,
- 1.3508306699044037,
- 1.1373230454992596,
- 0.06429145109317573,
- 0.3471849010051016,
- 0.9219926735818605,
- 1.328378324940061,
- 0.976932300795004,
- 0.20928218721175013,
- 0.4041242331465612,
- 0.8452680091816466,
- 0.812094560112144,
- 1.279298906705681,
- 1.396979917537533,
- 1.2128880607925243,
- 0.5626580694639386,
- 0.7552894006483445,
- 1.0871384724175226,
- 0.8995050842809226,
- 0.6493090951869389,
- 1.335514724387288,
- 0.2931063596546189,
- 1.1363652699398208,
- 0.43437775264823164,
- 0.6303944946574265,
- 0.09324996896520354,
- 1.3075879938031405,
- 1.045134073722952,
- 0.6729388238687963,
- 0.3703659599394385,
- 0.7685264280581524,
- 0.4834431916262121,
- 0.9316159167370891,
- 1.3502751570848313,
- 0.8744340169619541,
- 1.0130250789501711,
- 1.3232175316761097,
- 0.5033754379527416,
- 1.1746146655538177,
- 0.44090028375696677,
- 1.3242469297113268,
- 1.1899234378050996,
- 1.2108170675141443,
- 1.3122993809107006,
- 1.2979268930965893,
- 1.336707320217822,
- 0.5218791169497593,
- 0.8558365658812008,
- 0.7260148995568796,
- 0.3247088887990481,
- 0.16656980715099068,
- 1.1302807401995387,
- 0.6837926512012198,
- 0.6831870142684608,
- 0.4915365515712787,
- 1.0120140669951998,
- 1.1996810020794597,
- 0.2637179285851809,
- 1.3913780889293852,
- 0.9221302587882775,
- 0.5935235793919469,
- 0.40766034964095116,
- 0.883782232720771,
- 1.2226926946017693,
- 1.133971211528853,
- 0.607859222030495,
- 1.3481405689845456,
- 0.4016386905527624,
- 1.2742728494210085,
- 1.2753178396993634,
- 1.044633640517916,
- 0.6168647016072831,
- 0.5109930959084599,
- 0.4492910218584531,
- 1.3577200694002056,
- 0.5399363648384237,
- 0.16477973220875658,
- 1.0846027172182056,
- 0.9572912313464521,
- 0.7924468405133087,
- 0.6799264495718068,
- 1.2760005785319506,
- 0.8875860626560881,
- 0.9109787318106,
- 1.2313067281547825,
- 1.0202553781686103,
- 0.0723788740842404,
- 0.05653491210909671,
- 0.024636770524866028,
- 0.27845221168508105,
- 0.6982774911397809,
- 1.3258580653337664,
- 0.008962330938216244,
- 0.0663056864533282,
- 0.6524189845855112,
- 0.6208470156440413,
- 0.12117245455739635,
- 1.2684482484421937,
- 0.11196377290727028,
- 0.19452126981243484,
- 1.293242994297988,
- 1.2108276410371888,
- 1.2850205866923812,
- 0.29959183265548045,
- 1.195902970692352,
- 1.3866308576238933,
- 0.8282940923623344,
- 0.7926103553823834,
- 0.5377494296533252,
- 0.28332492619577737,
- 0.6886319950050412,
- 1.0982704621729147,
- 0.45330395490788916,
- 0.7131100255041749,
- 1.1379300289438339,
- 0.49357567152289067,
- 0.4488051342446764,
- 1.2993239946019866,
- 1.1040266450363783,
- 1.2203106073277303,
- 0.2798232916319885,
- 1.3757847747344831,
- 1.3899649463649386,
- 0.45459464268005245,
- 1.1486954372775025,
- 1.0837275228057364,
- 0.4970315886422699,
- 1.247383550601755,
- 0.4475139217759875,
- 0.5869016058801115,
- 0.9753642948198163,
- 0.19118514692600252,
- 0.9478696232633386,
- 0.4004198221924914,
- 0.6002021703702158,
- 0.43043921360914233,
- 1.0183825821403878,
- 0.562527096362163,
- 0.47975482369933453,
- 0.30091146568149657,
- 1.2680866449776558,
- 0.08597097288893994,
- 1.3731701867290926,
- 0.07702753721120531,
- 0.6507140880972632,
- 0.7405761015893245,
- 0.5606811422276797,
- 0.4351909326308661,
- 1.1980202356704648,
- 0.9758627016247301,
- 1.2062864931113062,
- 1.1422039344761628,
- 1.3408052391677467,
- 1.3090013595262355,
- 0.6446109663427537,
- 1.1181507269715019,
- 0.6619143746037989,
- 0.7828647727946042,
- 0.604971291478599,
- 1.3943597553207572,
- 0.34004630222617843,
- 1.408775431226891,
- 0.9008787193932185,
- 0.9639372548175169,
- 1.1215855022758368,
- 0.008090408222132094,
- 0.577197855445782,
- 1.3249551800134611,
- 0.28463931108128115,
- 1.2002135637106914,
- 0.6653332221293584,
- 0.6711185523141068,
- 0.593645106327442,
- 1.294909823781016,
- 0.5866532733647762,
- 0.5567625411518378,
- 0.7788466557983069,
- 1.2822373688164779,
- 0.5603875994268488,
- 0.9249477069658382,
- 0.9714633806698346,
- 0.03657788586923967,
- 0.9251310175255355,
- 1.0584928054500446,
- 1.3685059293784894,
- 1.2727324704042984,
- 1.0527407028438367,
- 0.2841797715042042,
- 1.4049169861521464,
- 0.5386553256192853,
- 1.3145860289656475,
- 1.1309045104555935,
- 1.046313652996142,
- 1.2004037561053005,
- 1.1811951781370595,
- 1.1234955432958034,
- 0.497360471948424,
- 1.0552793554770536,
- 0.7983701234791118,
- 1.2912363443995487,
- 0.4648282511664825,
- 0.7353884520601013,
- 0.40123968127584736,
- 0.009974935573400371,
- 0.1807004234420534,
- 0.8834904436024079,
- 1.0401675376184705,
- 0.20799915717396264,
- 0.6336153319193866,
- 1.177176946060276,
- 1.1721900158212335,
- 0.04530261330930258,
- 0.8849934951053826,
- 0.4700917666690173,
- 0.44592005695882847,
- 0.8254065435791557,
- 1.08832121270997,
- 0.3300862030460633,
- 0.6163409708856681,
- 0.23446261341783392,
- 1.3854980291297974,
- 1.2836816039462426,
- 0.5766443112133528,
- 0.27625478724197244,
- 1.3316701647859863,
- 0.2727082307619146,
- 0.7672686521759254,
- 0.6459434305702303,
- 0.522094655930609,
- 1.112426636491147,
- 1.0176426291684608,
- 0.6128037041139849,
- 0.7490429848249133,
- 1.311259171827843,
- 0.6982360615406532,
- 0.6845155486464891,
- 0.3520897086705957,
- 0.6678800391269262,
- 0.7288829892596368,
- 0.9670223352054611,
- 1.4109028303331628,
- 1.3966316795482288,
- 1.1019242083233345,
- 0.19740862474033694,
- 0.8629900883512172,
- 0.6447468499748082,
- 0.38074172228397046,
- 0.8572715872613109,
- 0.7040400268643452,
- 0.30948771156981714,
- 1.2942492368661311,
- 0.6643476847821882,
- 0.9009691317817173,
- 1.3685025755894145,
- 0.9158138693868517,
- 1.0013710682548094,
- 0.9259967377277392,
- 1.058720953235763,
- 0.7450180651165298,
- 0.7108106545909233,
- 0.5502012801907589,
- 1.0041450747726586,
- 1.3711851881359027,
- 1.2674267202040799,
- 1.0831028082445522,
- 1.2727103249822438,
- 1.0068384305233922,
- 0.7380176460146317,
- 1.210457737697617,
- 1.3937517798724566,
- 1.2766826451800781,
- 0.5348344313453173,
- 0.8791548637455994,
- 1.2132591649854525,
- 0.05283568901584804,
- 0.6352853207009448,
- 1.3264222491632216,
- 1.1687083597590529,
- 0.9816484307681218,
- 0.0661244463013626,
- 0.35009311044880215,
- 0.9828413441439228,
- 1.3053710797764184,
- 1.19312292905222,
- 1.1722759095675184,
- 1.096886513051167,
- 1.0168896257572386,
- 0.03193605951457457,
- 0.7898843171413222,
- 0.7231545711606118,
- 0.8177679880209754,
- 1.2543596394609242,
- 0.8056058429658168,
- 1.2387794148591167,
- 0.9578874324704413,
- 1.3680021952952919,
- 0.3167186952352678,
- 1.2987751278125779,
- 0.7875737549884525,
- 0.6215037677555878,
- 0.5362873208800378,
- 1.1696565217993127,
- 0.4352771286295442,
- 0.5978496003273042,
- 0.1640773528609644,
- 1.0357940497692564,
- 0.9832388419601203,
- 1.1297212652336621,
- 0.9416751594014642,
- 0.9819237095510389,
- 0.702165040159557,
- 0.40512239723241406,
- 1.2694793861435651,
- 1.0171293283272493,
- 1.2354444843977939,
- 0.6942399582096122,
- 1.2225937604108559,
- 1.2040475209749382,
- 0.9707039253446618,
- 1.1203998757037645,
- 1.0232478030631906,
- 0.5695237706939676,
- 1.265858757173766,
- 0.34597262403739804,
- 1.3066032649836428,
- 1.2966908606775684,
- 1.191914652972043,
- 0.22950889098154767,
- 0.8685762604517556,
- 0.6958105135177799,
- 1.3090167023120007,
- 0.8342352079186919,
- 0.21900100504707937,
- 1.2287650672333235,
- 0.5536107372000166,
- 0.42135072381728944,
- 1.2949966517626548,
- 0.39578203348944585,
- 0.449236219636125,
- 0.4090653633593879,
- 0.8276901859670011,
- 0.48442279587143366,
- 0.42115665598953644,
- 1.394886818878919,
- 0.334841638969802,
- 1.3378341550885626,
- 0.310963108404386,
- 0.45425825870349007,
- 0.09929984419609635,
- 0.135455767730202,
- 0.7089393421269825,
- 0.22849219714042454,
- 0.008958623062608483,
- 0.28302184705266914,
- 0.11927136687579273,
- 0.984849820460981,
- 0.6619081698087401,
- 1.0218777946311441,
- 0.34461134975540475,
- 1.2867918824562528,
- 0.5763860824731778,
- 0.5003153761029007,
- 0.700539324444619,
- 1.3239704722514976,
- 0.23958795109669906,
- 0.7660070018902173,
- 1.0527381062534362,
- 0.6392163760969007,
- 1.4061777129453015,
- 0.31914162137013624,
- 0.7695298075543634,
- 1.33357514155035,
- 0.19188261369582696,
- 1.1178389820617636,
- 0.26188293136852947,
- 0.46904580475337904,
- 1.1818490353891764,
- 0.10457919970391054,
- 0.8093945896207871,
- 0.8716686379393453,
- 1.3588950176458185,
- 0.5759337423762408,
- 1.0173002620778306,
- 1.118510632548458,
- 1.3066289041548491,
- 1.1334634975259952,
- 1.0652427057851939,
- 1.319873328930959,
- 1.337598320239015,
- 0.5605269716667634,
- 1.1625122484537558,
- 0.2457519366936084,
- 1.2165359867182342,
- 1.3503339007711146,
- 1.3895332708253898,
- 0.8752981752573648,
- 1.3107331273672365,
- 0.8275264020158387,
- 0.6816920369150653,
- 1.193905801727455,
- 1.0114591553963934,
- 0.2686173487036767,
- 0.13804307357512782,
- 0.7858701057061274,
- 0.08843634370387315,
- 0.10680088672809934,
- 0.45915606696517036,
- 1.3105446091058588,
- 0.4197078476183716,
- 0.22443614436771128,
- 1.2770119522535162,
- 0.7986262740345621,
- 0.5849699997111193,
- 0.15564283114887545,
- 1.3907015734550234,
- 0.621545971480008,
- 1.1807507892769198,
- 1.2726816214575472,
- 0.9772923058582714,
- 1.1882650447795347,
- 0.6046723062754538,
- 0.051300946868422806,
- 1.1870237671491812,
- 0.7816778632420648,
- 1.156248286766875,
- 0.9849743189389489,
- 1.1693688559230733,
- 1.2983498823230726,
- 0.7283011875590876,
- 0.7982102220299417,
- 1.1870435833583042,
- 0.9864650239332778,
- 0.4093204052946256,
- 1.0036221440531832,
- 1.2422061882924147,
- 0.4288174667350863,
- 0.2222472309582629,
- 1.3548365605301749,
- 1.1704291531036883,
- 0.6572642333649891,
- 1.1914098521840468,
- 1.2306932767662413,
- 0.8418335853402394,
- 0.9910877799279423,
- 0.36076939164228866,
- 1.100197983404979,
- 1.30637388946628,
- 0.49753046056599476,
- 0.06705622469884041,
- 0.8210547239988254,
- 0.8066165250372279,
- 1.3066178131358015,
- 0.6280348344759382,
- 0.2573219490460441,
- 1.1487284470127022,
- 1.2352025822865327,
- 0.8522465841788253,
- 0.8640046739419169,
- 0.057700151663506824,
- 1.0415898591309718,
- 0.6209051453186223,
- 1.3873849849296787,
- 0.9433718676786929,
- 0.8979191356834568,
- 0.20761940271167628,
- 1.2121428638087481,
- 0.9947792284800172,
- 0.38226504490424973,
- 0.3201013412067162,
- 1.1399820521704722,
- 0.43901586856375696,
- 0.1007508088885163,
- 1.3026079202760736,
- 0.2437780402500958,
- 0.8425944891177958,
- 0.45016000943298956,
- 1.0632736831085925,
- 0.8452521306880028,
- 0.21155820658885738,
- 0.9520382197746246,
- 0.5723953935926525,
- 0.14271339415877016,
- 0.5214990552027297,
- 0.7079675399935964,
- 0.564234126735202,
- 0.9384465985092811,
- 0.8530450281852306,
- 0.6717936223629305,
- 0.3621008325922,
- 1.3479222184769526,
- 0.9044188737078703,
- 1.0069491913487894,
- 0.48192901877974564,
- 1.024400874343406,
- 1.2421607048941057,
- 1.1738792319179125,
- 0.14818964294672116,
- 0.5955582460577568,
- 1.310825941240479,
- 1.3456144732118904,
- 0.5057349985680016,
- 0.1730880856912356,
- 1.0736484191153486,
- 1.1617751166027643,
- 0.8118870414900381,
- 0.702378935997618,
- 0.16653895022453086,
- 0.9791067047939006,
- 1.2186629083207285,
- 0.020845293196831302,
- 0.6116783174874726,
- 0.868314757651244,
- 1.1918163629336522,
- 0.9232632779169878,
- 1.1905164978599405,
- 0.7233425293866215,
- 1.2231051502690276,
- 0.3144483581589165,
- 0.38089538388590033,
- 1.081009457676897,
- 1.1139219852202962,
- 1.023901277919885,
- 1.0920174714268982,
- 0.7442114993600342,
- 0.4845959373779626,
- 1.2907902215651195,
- 0.8602162744603733,
- 0.8194819470397361,
- 0.1549022250826366,
- 0.7441793171741222,
- 0.7877447769910351,
- 1.1903236510763808,
- 0.4836651908675386,
- 0.26403199966862895,
- 0.8889758668647049,
- 0.7894906771683043,
- 0.46265256681317213,
- 1.0004938930464924,
- 1.1284991358554093,
- 0.16509068496906634,
- 0.5539351421931821,
- 0.9157097839165645,
- 1.3148152450659691,
- 0.6850314205616539,
- 1.0745970962310452,
- 1.2999225746189338,
- 1.314473766996855,
- 1.0870257630948537,
- 1.390450727287827,
- 1.3128393752553553,
- 0.6899793174999793,
- 1.2626767644455918,
- 0.2207611245463114,
- 0.9864235322796188,
- 0.6796410896084977,
- 0.12102545640741602,
- 0.8998756537333538,
- 0.8397273216731774,
- 0.4102970390508181,
- 1.130700383644286,
- 0.08038627000556951,
- 0.382098342267651,
- 1.1802665437445614,
- 0.36151583670583476,
- 0.1442564768679631,
- 1.1224903687026606,
- 0.5658088598203282,
- 0.33518945853314946,
- 0.975162161033825,
- 0.30894425705677997,
- 0.6590568226993547,
- 1.098503890452738,
- 1.4126748598205165,
- 0.19764710021850748,
- 0.22097869603164808,
- 1.119556658702199,
- 0.354275285028959,
- 0.5703963146138579,
- 0.876127718498894,
- 1.0997024077728954,
- 1.2349437003958421,
- 0.007204530804839795,
- 0.20180351321379192,
- 0.48948173427248404,
- 1.3315084522944192,
- 0.24422924486688816,
- 0.31670297371003814,
- 0.5899787816387069,
- 0.30019254595868383,
- 0.6714517841602611,
- 0.5913708319645146,
- 0.44453284414744026,
- 0.19692976545835636,
- 0.9314349589222568,
- 0.6911651490286467,
- 0.7567012278776207,
- 0.650776979638652,
- 1.2134410304376237,
- 0.3303997704455309,
- 0.9979500726128601,
- 1.1971328446956313,
- 0.6522927475297393,
- 1.4047588484548952,
- 0.5179536125947188,
- 0.06825361219879462,
- 1.161342983210959,
- 1.1774778243529547,
- 1.2430323795204934,
- 1.141382482133095,
- 1.314589831847367,
- 0.8973724333727245,
- 0.9457636458395896,
- 1.02255619687162,
- 0.7579105499828165,
- 0.5378434849758931,
- 0.12176021369593944,
- 0.7198813716596337,
- 0.33125761150281763,
- 1.2501558806715087,
- 0.6262236773286026,
- 0.6546199150097317,
- 0.9846199331397444,
- 0.9981316918763973,
- 0.00609579668859935,
- 0.6180585131338396,
- 0.15392334614778286,
- 1.16317492213056,
- 0.6751021418784308,
- 1.0914732000424192,
- 0.44360930228304535,
- 1.0099544020540356,
- 0.8954189529185946,
- 1.2844180155747158,
- 0.8024983870408738,
- 0.5509416626738579,
- 0.6347090996308066,
- 1.1271983204136184,
- 0.5257023788318647,
- 0.7826291922858025,
- 0.6692346569742502,
- 1.3804290074468744,
- 0.013135615312876525,
- 0.6853068059408204,
- 1.4064589526245808,
- 0.6209502751696274,
- 1.3582508759435503,
- 1.3612289646490214,
- 0.6527654576318224,
- 0.8048352359908008,
- 0.5725090141618437,
- 0.7867867099043451,
- 0.21901146556018572,
- 0.6795320567674435,
- 0.5232792057525149,
- 1.3452216760745903,
- 0.9303627585734726,
- 1.3096499858928385,
- 1.244718102888873,
- 0.7366100002039065,
- 1.3097146233405659,
- 1.3579765167571043,
- 0.20519513372148387,
- 0.7629168799631699,
- 0.7236896691801127,
- 0.8793517939719779,
- 0.9545375194261675,
- 1.003962172237146,
- 1.0948031485963334,
- 1.365642977143316,
- 1.3519884048748927,
- 0.9777361331250422,
- 1.3869647112112866,
- 0.9265019144858321,
- 1.3205746832826977,
- 0.20291990026435297,
- 0.48484044039732554,
- 0.21821415052466217,
- 1.1223852479122847,
- 0.019601779862262494,
- 0.5446338941369031,
- 0.905459018650718,
- 1.2960972647767723,
- 0.7631228331006077,
- 0.8446140186257043,
- 0.7881115285573282,
- 1.2850256344257127,
- 1.2130071682234635,
- 0.264692020130711,
- 0.17808172397631117,
- 0.8076079368959423,
- 1.287547037354086,
- 0.5013890457916598,
- 0.5401520068753747,
- 0.7596941965302529,
- 0.236126496633822,
- 1.374580397704726,
- 0.3896586673332594,
- 1.1171612255016528,
- 0.36206087188010827,
- 0.3450811487212083,
- 0.7415344231954509,
- 1.1923498138711695,
- 1.3996111786689822,
- 0.6621607517401932,
- 0.20033544714436272,
- 0.468311123192503,
- 0.75675228160376,
- 1.0321789200572595,
- 1.224113931688345,
- 0.13684190189568468,
- 0.42994556800543116,
- 0.13523860625154657,
- 0.6046095457004507,
- 0.5436867117415333,
- 0.54486239595445,
- 0.37260884352103946,
- 1.0298262139061716,
- 0.8748784353492622,
- 1.105131961474288,
- 1.1349833080005063,
- 0.7079585207999489,
- 1.016217883908682,
- 0.5520009974863601,
- 0.169917410877315,
- 1.2246348627032249,
- 1.2210044367835076,
- 0.20633088020804513,
- 0.9491136289392931,
- 1.2646397849351168,
- 1.3535877748819005,
- 1.1853226153866432,
- 0.8626323470691255,
- 0.9808364472628557,
- 0.0766292798451344,
- 0.7655621363407292,
- 1.282496639808429,
- 0.7033199800327334,
- 0.8422812327692502,
- 0.5898743187146369,
- 0.9119033667461017,
- 0.16855420502441817,
- 1.3908191734567685,
- 0.21921647116890772,
- 1.031279641422598,
- 1.0611193727212331,
- 0.8703429477313935,
- 0.6014720381409248,
- 0.3948581408313589,
- 1.0802760351176228,
- 1.3256343097647452,
- 0.6934995870611742,
- 1.2124141157924915,
- 0.05198883765158166,
- 1.1999218304971313,
- 1.2886866322857298,
- 1.0294988296657612,
- 0.17223698334326798,
- 0.4554085527967983,
- 0.9053910693018753,
- 0.5937298069843512,
- 1.0841896439482934,
- 1.0706484427822818,
- 0.9096060706121745,
- 0.06433132690655301,
- 0.6314309218142733,
- 0.5042675044095241,
- 1.3074428391481145,
- 1.3508223238109642,
- 0.9264726582186409,
- 0.9693625262212175,
- 0.4064191575841897,
- 0.35555274248239227,
- 0.5605911189084517,
- 1.3770912494579917,
- 0.6180817533891793,
- 0.5877880688896341,
- 1.0063302395581675,
- 0.9681695785902983,
- 0.32006987195257125,
- 1.3639533715286694,
- 0.0081404159140663,
- 0.6471844580370907,
- 0.4138019839958841,
- 0.8506891092393608,
- 1.132006178716678,
- 1.0530343872787324,
- 1.2313799611916278,
- 0.7502922055989946,
- 0.6763189480669503,
- 1.0537200177986505,
- 0.015085441621798288,
- 1.2055561380324362,
- 0.017113435728302654,
- 0.39573449602848976,
- 0.7134579388150972,
- 0.5112089764644844,
- 0.4289450468155228,
- 1.393340512039534,
- 0.7996377759474994,
- 0.45922572459560246,
- 0.27758020509532016,
- 0.5601077875485165,
- 0.6253605191089979,
- 1.1041867586674639,
- 0.6959172617693512,
- 0.7147627943491578,
- 1.3902474156539202,
- 1.3261360698297602,
- 1.3097278487060495,
- 1.3028568962139693,
- 0.7108489403798615,
- 0.41386684088843906,
- 1.231805252476145,
- 0.9307938674691457,
- 0.09912254295708411,
- 1.2874813634238746,
- 0.14670722072519923,
- 0.6210068903365878,
- 0.5889287465020829,
- 0.003880720622944325,
- 0.25180681914447567,
- 1.027320075868458,
- 1.2448411503640022,
- 1.4039551888937378,
- 0.5927482237517536,
- 0.11887082457100209,
- 1.4120319444818932,
- 1.3066748443837197,
- 1.0113550198581844,
- 0.06126638267785973,
- 0.990701768760914,
- 0.3834169506920332,
- 0.8692359900471265,
- 1.2847040575603792,
- 1.2173002507509765,
- 0.7155010575728546,
- 0.09146501207357242,
- 0.5903463554858683,
- 0.8920790167759876,
- 0.7136232839511814,
- 0.7946185373720697,
- 1.375067795238787,
- 0.1360628992626777,
- 0.4580786329713178,
- 1.3832886337537356,
- 0.5372380673575075,
- 0.52163976272573,
- 1.0686858943279525,
- 0.7171128271192314,
- 1.2925584700226918,
- 0.2819517310006555,
- 0.6773502760143769,
- 1.2467912368041616,
- 0.5829377789023243,
- 0.29434682364691417,
- 0.743841101878527,
- 0.8238150434087889,
- 1.314134867157048,
- 0.569989679710278,
- 1.2485068616591444,
- 0.32922697013158897,
- 0.5162391376035218,
- 0.6496771097267319,
- 0.27854997460668096,
- 0.8645403628807247,
- 0.8327317360466188,
- 0.1589564574881949,
- 0.6126259346923822,
- 0.4522421054678066,
- 0.008590570932331853,
- 1.054265568677575,
- 0.5761154833981749,
- 0.4287005604903461,
- 0.3582642338292332,
- 1.2916382823110946,
- 0.9081038838146659,
- 0.5715586926839765,
- 1.0343794136856814,
- 0.40275999163481774,
- 1.3112351289019697,
- 0.07102038989839585,
- 1.114983609912398,
- 1.380110918519627,
- 0.8279328253525603,
- 1.2374085736948546,
- 0.9020730917867198,
- 0.8765492831309153,
- 1.1091674428746925,
- 1.2945205283496626,
- 0.26826091570757526,
- 0.473678263092316,
- 1.0280492823065617,
- 0.8220167580716483,
- 1.1080455696100175,
- 0.8423272491908809,
- 0.13409956218824032,
- 1.085903217607804,
- 0.4491224269691703,
- 1.0956236632246836,
- 0.5005104167407236,
- 1.1676471630664031,
- 1.2075621468496627,
- 0.9472072948053643,
- 0.9760663273247308,
- 1.304886675830972,
- 1.281470967419912,
- 0.7433870377665377,
- 1.0622033490510818,
- 0.8051314593285179,
- 0.014536923405860528,
- 0.3143746349255883,
- 1.180383620730458,
- 0.7096074121293211,
- 0.36643363017911024,
- 1.4049235461310396,
- 1.1996469915755523,
- 0.6526752560716161,
- 0.7499383295780642,
- 0.3574687290967232,
- 1.367761832349156,
- 0.904103775523754,
- 1.105399929467779,
- 1.3058940680911442,
- 0.0554409867185448,
- 0.21096261720506487,
- 1.3112195800395792,
- 0.37274509921752863,
- 0.16561463142726796,
- 0.7716059699714166,
- 0.11936662027013932,
- 1.1438367635979434,
- 1.2782880555246943,
- 1.2411661469483717,
- 0.8107414007529187,
- 1.3481977053075416,
- 1.2970546996791754,
- 0.15935396828317672,
- 0.5227358143246202,
- 0.9329820898577937,
- 1.3522786462036802,
- 0.3636155513538211,
- 0.980468971082994,
- 0.7723430595518547,
- 0.665753874126748,
- 1.3750886443308727,
- 0.4279758996022295,
- 0.5552269324908092,
- 0.6696037587865079,
- 0.9690417737874986,
- 0.7852107152818122,
- 1.2861814394438487,
- 0.1782291311125038,
- 1.0657972248419525,
- 0.19139047377499446,
- 0.6101830532138941,
- 1.2412945236092074,
- 1.3679605217552802,
- 0.6128598142176997,
- 0.3440650220253556,
- 1.0751215602038602,
- 0.731627674899692,
- 0.3585060833776358,
- 0.7048175050991554,
- 0.567702053550861,
- 0.6288833190449886,
- 0.4813943074128756,
- 1.3046233660030317,
- 0.39823353426634783,
- 0.4610477704572508,
- 0.9901026073760569,
- 0.28377949762334426,
- 1.0786611105454391,
- 1.2864584265019483,
- 1.0826159531610777,
- 1.021421324248654,
- 0.8944676696252625,
- 0.5078769832786659,
- 0.9014042738685045,
- 0.7160911704559841,
- 1.3460209864554427,
- 0.8205405341771388,
- 1.3331572806736955,
- 1.0888562841425122,
- 0.9449702566315072,
- 1.3637589827847632,
- 0.5326853430303563,
- 0.874903853203265,
- 0.8751723345729181,
- 0.8487141913167205,
- 1.3575476149416974,
- 0.46996472203452516,
- 0.3553776380949114,
- 0.5268493448967604,
- 1.2925018626201192,
- 0.4225082759732336,
- 1.4077286869254653,
- 1.0405948358463197,
- 1.3131810092230773,
- 1.3357620521963984,
- 0.4668697760235411,
- 0.7479347682015489,
- 0.28204496653979827,
- 0.8342314965322446,
- 1.1622338088110613,
- 0.9223441729442912,
- 1.3428572433509804,
- 0.44979252712445056,
- 0.7996511950081773,
- 1.23936842549741,
- 0.8680578505322033,
- 0.6667248869164221,
- 1.189202708478002,
- 0.7666837421794034,
- 0.5003575417363606,
- 1.2981522121528861,
- 1.1076437976806495,
- 0.8997441933423459,
- 1.2946285830655793,
- 0.3340061995916945,
- 0.6350559781024496,
- 0.7463986455582218,
- 1.2942366997964612,
- 0.8002393173172114,
- 1.1368675838370896,
- 0.9425445840095997,
- 0.0018500002864332483,
- 0.3836605276024687,
- 1.3727599516693398,
- 1.0554490009003188,
- 1.3117430272640267,
- 0.35372392475039866,
- 0.6058095777195395,
- 0.7842501521595284,
- 0.6615526796076256,
- 0.8648927114788345,
- 0.8777550255637332,
- 0.002627008722095333,
- 0.9401876616106298,
- 0.6382739720111554,
- 1.4024139309167047,
- 0.7607725972864847,
- 0.8893380059496567,
- 0.5555858166625762,
- 0.7183473179200438,
- 0.9749034290603881,
- 0.7589675877748615,
- 0.5581119035582124,
- 1.2675855506897067,
- 1.0377379103877562,
- 1.0033343964868269,
- 1.1234326286618057,
- 0.0077750823496773825,
- 1.2464228716466763,
- 1.3409904835231041,
- 1.114860779645228,
- 0.9180681769343216,
- 0.9150864526016397,
- 0.8434474377426351,
- 0.8622920128045761,
- 1.216240070326356,
- 0.5397301691494267,
- 1.1835708043279467,
- 0.47216130932648387,
- 0.7201275913058195,
- 0.8385039454705546,
- 0.8516310915289996,
- 0.9743322702665955,
- 0.8721480401144209,
- 0.26884262405395754,
- 1.1267723251254347,
- 1.179287068609377,
- 1.3978776777048956,
- 1.3026468111487375,
- 0.5902948138291666,
- 1.1941728301903456,
- 0.5745285606993664,
- 0.37931250677778394,
- 0.5469602223632395,
- 0.5743673617632328,
- 0.33979362908242594,
- 0.0024315753247097006,
- 0.8802159544196587,
- 0.6560300534829376,
- 0.5783949107599632,
- 0.8372982189246088,
- 0.533004413378041,
- 0.2190232977274645,
- 0.48157978568280096,
- 0.6727805566153107,
- 0.024977518490842347,
- 0.5904553822720486,
- 0.9356348162955519,
- 0.10210875763990677,
- 0.7245390573440654,
- 0.45220946344014923,
- 1.0772517600675526,
- 1.3357711232628982,
- 1.050209826307275,
- 0.9551087696712403,
- 0.7106643311314926,
- 0.4036371899541119,
- 1.3743511407434892,
- 0.904983775578245,
- 1.30204871138206,
- 0.473268524997117,
- 0.11103922114666098,
- 1.148888662309752,
- 0.3326449931524944,
- 0.21864224488049064,
- 0.5401065761548721,
- 0.8696601766024146,
- 1.1156411258263417,
- 1.2876816385855707,
- 0.38673438647088043,
- 1.3287474511251653,
- 0.5542603575918379,
- 0.9271906136465825,
- 0.22655863112499633,
- 0.5485241978538796,
- 0.39027073239248,
- 0.9396546437267788,
- 0.9663270698188688,
- 0.992232349020269,
- 0.6994214025512228,
- 0.18975543493130675,
- 0.6080834707382815,
- 0.8507626898510297,
- 0.9936139098404828,
- 0.5592101809196715,
- 0.6801244265235635,
- 0.38063699127010614,
- 0.7317850052893088,
- 0.7245066613389101,
- 0.8316827806075046,
- 0.6813467968680927,
- 0.27016039748566156,
- 1.3981089333494903,
- 1.269279165081848,
- 0.12638625549359594,
- 0.5806674944969339,
- 0.35051515490300134,
- 0.5902663792364459,
- 0.41227679608120144,
- 0.02045035935335041,
- 1.3798816190270708,
- 0.9310507143348655,
- 0.21072112356213382,
- 0.7621914526858212,
- 1.4126983206457548,
- 1.379659044577019,
- 0.2817411008201607,
- 1.280500605211581,
- 0.24052082325836283,
- 1.1871766604520677,
- 1.3431568044709972,
- 0.38524845796196255,
- 0.07519120153474389,
- 1.3697201361862597,
- 0.38130791651531254,
- 0.6765108276306708,
- 1.4079264972057697,
- 0.3825377980003431,
- 0.4065060650717645,
- 0.8734372879860739,
- 1.0962016359488091,
- 0.7752860152589158,
- 0.29401814918485814,
- 1.2963981514813865,
- 0.12854261467475675,
- 0.24157067805698862,
- 1.308924723382943,
- 1.290414719479304,
- 1.3713402204019707,
- 0.78358709071371,
- 0.5325926000138053,
- 0.8551410256306593,
- 1.1306182566806398,
- 1.3285144974923864,
- 0.4909411013976958,
- 1.302729740400428,
- 1.094973684449251,
- 0.49843744662972705,
- 0.4497014241764795,
- 0.9730553077542752,
- 1.1095095413337082,
- 0.09402526820584767,
- 0.6260451290064755,
- 1.1601069061955183,
- 0.7126054444275807,
- 1.0551229397945714,
- 1.203678650185004,
- 1.1714064449346688,
- 1.0473423431532458,
- 1.0895549240908815,
- 0.9552199347180097,
- 1.2195173327460591,
- 1.2675251621780137,
- 1.2610936673114364,
- 0.6720754043746032,
- 1.1413495654207195,
- 1.0016705009360523,
- 1.0287746934420903,
- 0.18791760809738883,
- 0.9950737274239944,
- 1.330581699160539,
- 0.7111748597534522,
- 0.8558093385309481,
- 1.0539201132325424,
- 1.063864382700598,
- 1.4101195408893137,
- 1.336027372431802,
- 0.3027325568631937,
- 1.367659314394524,
- 1.18471109802307,
- 1.1991074667318578,
- 1.1100678518392326,
- 1.135016844297575,
- 1.2141219855719856,
- 0.2711337443452373,
- 1.1735648580623839,
- 1.3460658765282925,
- 0.9451333765450189,
- 1.3933569695840895,
- 0.586077495555979,
- 0.5036391994537709,
- 0.9075231347031919,
- 0.9121525462339559,
- 0.9423621057610636,
- 1.0144639550437804,
- 1.2577603290843578,
- 1.0505805700262034,
- 1.172047065949865,
- 1.2115610368033676,
- 1.0498120917414304,
- 0.36561473444197384,
- 0.2269682469481874,
- 0.4994876022755988,
- 1.3277946441042847,
- 1.3240718334788024,
- 0.9915464703532978,
- 0.4257782683252301,
- 1.3712786913853778,
- 1.3985906888366693,
- 1.1286422810737309,
- 0.9216988316226729,
- 0.5886740513871478,
- 1.3182669491923302,
- 0.5525695361891253,
- 1.0358069993270957,
- 0.6628208598937978,
- 0.9760539707286102,
- 0.8168590035844789,
- 1.1682398925236925,
- 0.4238851673821971,
- 0.16909618914823335,
- 0.8390113640910973,
- 1.3391956536699414,
- 1.4052974700892324,
- 0.2558572007146946,
- 0.7750439481437214,
- 0.9799490776677197,
- 1.0369272099582785,
- 1.0573939280363034,
- 0.6431932891823504,
- 1.0620915305248664,
- 0.5706933462872531,
- 0.3687333986669501,
- 0.8115032097645695,
- 1.1100553142194516,
- 0.32894391010802126,
- 0.7834831197145399,
- 1.2581694147086018,
- 0.523436252166545,
- 1.2613336249232392,
- 1.3737272168490702,
- 0.7006970948312132,
- 0.9084502483095862,
- 1.2217803421701365,
- 0.9566200304322521,
- 0.4232617201755442,
- 1.1448685880499814,
- 0.4846775421836024,
- 0.5424178721498929,
- 0.6928755298292429,
- 1.1893937662947955,
- 0.8455026463113848,
- 0.9885499041306969,
- 1.3001845647044912,
- 0.4234853072995065,
- 0.9383851797639089,
- 0.7873347719027609,
- 1.2645490550902596,
- 1.2836256066652554,
- 0.4076681835679254,
- 0.9151030782744947,
- 1.1646849908236145,
- 0.3856200754584051,
- 1.3376490860210575,
- 0.6757275829851754,
- 0.6353322303568182,
- 1.4123169902613757,
- 1.2895294322864441,
- 1.3149324086726122,
- 0.11708841331690271,
- 0.3829241815552272,
- 0.9084307136459858,
- 0.4319057001919798,
- 0.06891334240770942,
- 0.9922323074947083,
- 0.3696909682092576,
- 0.39512911467896905,
- 0.2945221327482426,
- 0.5921180114340422,
- 0.11604232125441895,
- 0.8056000339983732,
- 0.823610408298004,
- 1.1094960520304955,
- 1.0731629159573184,
- 1.2721777266974281,
- 0.8791134189725508,
- 0.8864855159952743,
- 0.9469120615002602,
- 0.6111465847428464,
- 1.0293198806482355,
- 0.8990566532508341,
- 1.334247361945702,
- 0.3228035889832022,
- 0.6223554341670015,
- 0.7660170167833706,
- 1.2660058848628055,
- 0.9961419340552865,
- 0.6606494027705999,
- 1.0904980253491323,
- 1.2118483613652098,
- 0.8874808488085126,
- 1.1885969792245428,
- 0.9781469394967606,
- 1.1080602187454778,
- 0.39769468740755265,
- 0.4318607169950708,
- 0.4764802334657482,
- 0.7272008961462277,
- 0.4091547463482203,
- 0.8479308854780375,
- 0.708479902104467,
- 0.19544640767297605,
- 1.3506906306645232,
- 0.8978932450717999,
- 0.9141023815627654,
- 1.1001958416923594,
- 0.8933748570497406,
- 1.0359824805109557,
- 0.885797531911252,
- 1.1114969905525158,
- 0.636181242435202,
- 1.2843304656482402,
- 0.20138970211081805,
- 1.1916009639103555,
- 1.2161019537033435,
- 1.3368731807272498,
- 0.03950337002400743,
- 0.27332571571115627,
- 0.473667103973896,
- 1.3121384612498925,
- 0.24608680571784966,
- 1.327578501912006,
- 1.3440230343373527,
- 1.3381902136742527,
- 1.3871899526910536,
- 0.35722667159584715,
- 0.8687302119563131,
- 0.9481052008523001,
- 0.3404279035518625,
- 1.0639028242810749,
- 0.8903906944787635,
- 0.9482921415436565,
- 1.1434958151491417,
- 0.21043457882966093,
- 0.19453869711815205,
- 1.271759867874879,
- 0.547204253839812,
- 1.1536725338423393,
- 1.0694392459646247,
- 1.0063065948682157,
- 1.3445437864583725,
- 0.1392230768771053,
- 0.45123477829539416,
- 0.8135275276230138,
- 0.42905908272718646,
- 1.0359111307811768,
- 1.0929730032165181,
- 0.8036859975347491,
- 1.0864876080866561,
- 1.294925525798696,
- 0.9330162057220979,
- 0.25074981100890725,
- 0.7959326242889545,
- 0.4697149670005348,
- 0.5105715073496278,
- 0.9008491305084759,
- 1.0343614602371187,
- 1.072107321792891,
- 0.07219148511487998,
- 1.3341866344349476,
- 1.3292616709799496,
- 1.0644803280855284,
- 1.0901321403644104,
- 0.7365265618845734,
- 0.19856495674581848,
- 0.0338530245984982,
- 1.2025122710741136,
- 0.9624817761115224,
- 0.016444647592402852,
- 1.072078898480621,
- 1.391191867579216,
- 0.5101195430743544,
- 0.09271617150764025,
- 0.08599588413810369,
- 1.3991130890944607,
- 0.5216177806751358,
- 1.2793669828795144,
- 1.3161729562393056,
- 0.6272329442084214,
- 0.49626483895815626,
- 1.2627419021557864,
- 0.2835377572195817,
- 1.3480411522507407,
- 0.6558482710274507,
- 0.05845989145867131,
- 0.739665766001393,
- 0.5114661112065731,
- 0.5191990300214632,
- 1.3552176185351343,
- 0.7956559182049212,
- 0.49042061494391487,
- 0.9448849991960893,
- 0.2415380815556264,
- 1.2222816958878,
- 1.3122843546664966,
- 0.6765280713851418,
- 1.1894647582443902,
- 0.3391761252285119,
- 0.32410365279891246,
- 1.201227127980531,
- 0.8554129168896683,
- 1.2551506887153243,
- 0.2587199816530807,
- 0.4998693051372471,
- 0.33568715845433206,
- 1.2121915192680226,
- 0.8429111384757138,
- 1.2896352196141871,
- 0.30988112303222304,
- 1.2950950073924385,
- 0.36505799941355177,
- 1.3871228837498772,
- 1.125406659728718,
- 0.9633458995877354,
- 0.9091240814179282,
- 0.627415136933913,
- 0.5041831656842135,
- 0.429419996022062,
- 0.8935948421936382,
- 0.1444454908524797,
- 0.49808111028420093,
- 1.148543670283905,
- 0.09071004575490302,
- 0.38586864381663977,
- 1.4002719027965473,
- 0.9796767411906417,
- 0.7770946222677801,
- 0.26628731710690223,
- 0.7570918677376007,
- 0.3797876821140719,
- 0.6657233517871322,
- 1.263247575644341,
- 0.7483367058650208,
- 0.8994395307308994,
- 0.8711664033385377,
- 0.4227579468863131,
- 1.0041286583076576,
- 0.18660485127191323,
- 0.49289875461539384,
- 0.2663088238163568,
- 0.9820099852420626,
- 0.9680071488478865,
- 0.5591199197655248,
- 0.940168822696172,
- 0.22335837520270355,
- 1.1122158870130117,
- 1.338414223297918,
- 0.49950091239348005,
- 1.4104957013293757,
- 0.7276542406777952,
- 0.6512416052205224,
- 0.7960344068816464,
- 0.8608619684238988,
- 1.2977846985905293,
- 0.7978962134639634,
- 0.22732338587536582,
- 0.12973241825597387,
- 1.3895990414569446,
- 1.1839270601766598,
- 0.311842852171667,
- 0.48501406734668573,
- 1.3742521186007268,
- 1.1470069601234305,
- 0.45508812354753436,
- 0.11919679266146409,
- 0.32127119116609537,
- 0.39774460067699635,
- 1.3156429534413219,
- 0.2597945621924052,
- 1.3503232771463156,
- 0.43922720737899323,
- 1.055902083990671,
- 0.2264070537332103,
- 0.8271448881255355,
- 0.2746255960953668,
- 0.7809924348792454,
- 1.2825561371445056,
- 0.08736421631606896,
- 0.561610958177241,
- 0.24053342976437792,
- 1.1968856287273562,
- 0.879020413179136,
- 1.0948163988059172,
- 0.30058451781276263,
- 1.114436627254685,
- 1.3199160364216296,
- 0.059959677365853475,
- 1.3235753632896674,
- 0.41315065645196913,
- 0.6801688898967274,
- 0.5592468554170902,
- 1.3808959064806159,
- 0.013497619585489114,
- 1.1349066859824968,
- 1.3474845360065817,
- 1.1196868565607387,
- 1.2268725260644002,
- 1.2257412014351665,
- 0.8171177518556045,
- 0.20596254892753618,
- 1.2176416583359202,
- 1.0992587625311483,
- 0.14139707962202075,
- 0.21896448597942758,
- 0.4029794527050842,
- 1.2149062813704679,
- 0.9915121176970967,
- 0.768270193442765,
- 0.6940436689852745,
- 1.0235882114987744,
- 0.5013683558059534,
- 0.40972169880336456,
- 1.3051204473053852,
- 0.8985005534570231,
- 0.7906231413543933,
- 1.4042225125905157,
- 0.31015944051991573,
- 0.0385813393181889,
- 0.9569642278716657,
- 0.2419339590252419,
- 0.5027824084940723,
- 1.2323975629387995,
- 0.18507059835756182,
- 0.11385195438310781,
- 1.1693358389192596,
- 1.286076936475219,
- 1.2775099035658244,
- 0.8818961378384216,
- 1.3351964167106742,
- 1.302266229574311,
- 0.5104926784549406,
- 1.3537063185560698,
- 1.3405126655987925,
- 0.9052916879502919,
- 1.1597114260465615,
- 1.2217712578640003,
- 0.9905977142491699,
- 1.3559483661752385,
- 0.979716108060912,
- 0.03876770728067271,
- 1.3868302677921858,
- 0.4223012955516463,
- 1.3156546452441604,
- 0.5926422606699809,
- 0.5380800720238607,
- 0.21906242809176293,
- 1.2439316065078014,
- 1.1625075665293076,
- 0.6724541009618316,
- 0.525934330615927,
- 1.4110696887364687,
- 0.7328792804896064,
- 0.5446044942816031,
- 0.6281155825701115,
- 0.6738734060046344,
- 0.6200318935705803,
- 0.8078995828684792,
- 1.286943391630889,
- 0.2588255484493934,
- 1.315008775771464,
- 0.48533517519403385,
- 0.7610935449087267,
- 0.8049880842835113,
- 1.0840654236112468,
- 0.03152775664395057,
- 0.1570135750867423,
- 0.07738593180977897,
- 0.6322682581891561,
- 0.35764945257875647,
- 0.6073838617701944,
- 1.0935290682703582,
- 0.428237642789811,
- 0.5590686626561786,
- 0.3104589775945925,
- 0.35957611767745734,
- 0.3709694271577657,
- 0.5889125797007998,
- 0.689684870076342,
- 0.20572400255043097,
- 0.21195873796612355,
- 0.3980550992224497,
- 0.6537316521705543,
- 0.36407715417520625,
- 0.7714646469281942,
- 0.02611903403246244,
- 0.981465060933261,
- 0.6216871258834875,
- 1.1681374493193113,
- 1.2126869600750434,
- 0.8978579474938395,
- 0.1627343754128213,
- 1.3531469765538273,
- 0.717421271719871,
- 1.2928000802419262,
- 0.9269140973941783,
- 0.35047308804089905,
- 1.045218212827662,
- 0.4896461087425341,
- 1.3264270708001564,
- 0.7572607094823584,
- 0.7111520511280746,
- 1.2021460400328021,
- 1.405514535120231,
- 1.3369253094529692,
- 1.1645215398193338,
- 0.8124898962899177,
- 1.2276198820425464,
- 1.3713239023072987,
- 0.4143795186098533,
- 1.2967460299200018,
- 1.3595056922501076,
- 1.2025869236418825,
- 0.4840634230416975,
- 0.2762692923370432,
- 0.8435471453068545,
- 0.535218593345882,
- 0.8934064682932413,
- 0.23688266010206735,
- 0.9197391998966794,
- 0.27729893643116316,
- 1.1341002648757366,
- 0.8825838139049382,
- 0.9465169707988017,
- 1.0166325926491908,
- 1.2816453353350192,
- 0.48819167640550565,
- 1.298852545176216,
- 1.269751435888472,
- 1.0098196595046514,
- 0.19950035745609276,
- 0.7270598738797772,
- 0.36596339115473486,
- 1.3449722771994952,
- 0.9890590812848252,
- 0.925555666710956,
- 0.3479015958649428,
- 0.8424140916766821,
- 1.2686547605928309,
- 1.2119081953778235,
- 0.4038369741832988,
- 1.0994310830652378,
- 1.379519968184905,
- 1.307868471188191,
- 1.129710375869878,
- 0.8509764870553823,
- 0.11195789809120879,
- 0.38088001041472674,
- 1.2289420909183237,
- 1.359633323618752,
- 0.4894240474302449,
- 1.2266617056900948,
- 1.3475209419836787,
- 1.3202334395735031,
- 1.0915000729600728,
- 1.0433287339529864,
- 0.2474466066208066,
- 0.08735330760918708,
- 1.3557543365799425,
- 0.35971522541857587,
- 1.028964329509533,
- 0.9341843234554785,
- 0.3302510413888989,
- 0.008814044662357069,
- 0.8371013571364299,
- 0.15067077334974013,
- 0.32730670798393335,
- 0.8604162842967392,
- 1.132821502592929,
- 0.8214835638089178,
- 1.0717786744919566,
- 1.214061379371974,
- 0.7988371424360108,
- 0.5673379836844015,
- 1.2889882148931013,
- 0.7384671837141356,
- 0.735327684569564,
- 0.7508992021912945,
- 0.9653045316786081,
- 0.5395325357044952,
- 1.2020917676226712,
- 1.30374165375038,
- 1.0063400978378592,
- 0.614055079002948,
- 1.3107102934378259,
- 0.543859390868732,
- 1.2357430969957213,
- 1.1470761227661772,
- 1.0924892203043426,
- 0.5298750925843806,
- 0.6411530573568135,
- 0.08536502264967931,
- 0.1224855085566523,
- 1.3216017951171846,
- 0.6967792135659586,
- 1.1546386012992305,
- 1.2012748936463349,
- 1.1908722361977997,
- 0.5455843761059251,
- 0.48200354439205034,
- 1.0557504258117094,
- 0.8016154013861997,
- 0.8051865078377115,
- 0.7174981667182748,
- 0.5430962172390011,
- 1.0128829457300434,
- 0.9927649660862674,
- 0.4309426186548994,
- 1.3380273582367401,
- 0.07197583483639848,
- 1.2701606154030682,
- 1.254695030264824,
- 0.9727608596144273,
- 0.35143910465664674,
- 1.3777320077531638,
- 1.1588164717514842,
- 0.9921691791134434,
- 0.9028262533795065,
- 0.04633557561505944,
- 0.46942531878366855,
- 1.377033795849541,
- 0.5213587601245948,
- 1.188685114237886,
- 0.014415053216574499,
- 1.2775737391723994,
- 1.0501223460722557,
- 0.9786682747802868,
- 0.7140494201252207,
- 1.367908408336782,
- 1.127498869226686,
- 0.7711729539633503,
- 0.5621998555240872,
- 1.2531709858739903,
- 0.22461340749767533,
- 0.5003706536894839,
- 0.9408804368196239,
- 0.0032358261152794225,
- 0.5699421564866662,
- 0.128396950477549,
- 0.7683304465324154,
- 1.1105757416973479,
- 0.33198379223948515,
- 0.5877642400677012,
- 1.0593877365070048,
- 0.630506726839627,
- 0.025179125828907738,
- 0.10577077517406018,
- 0.32887957708359816,
- 1.1933765074190685,
- 0.8503583378408714,
- 0.032966666722197106,
- 1.1372463571838851,
- 0.887368104997205,
- 1.0447847258203748,
- 0.9323747760324403,
- 0.8078203664314434,
- 0.37673429928770213,
- 0.7454095826648511,
- 0.804172574153534,
- 1.1948671986927362,
- 0.6406718266506828,
- 0.9209043350106884,
- 1.382370282342701,
- 0.5851823556602189,
- 0.7556181772367048,
- 0.9473571101011494,
- 0.22574958283467114,
- 1.2485386097824707,
- 1.0596117151049491,
- 1.3896774078305463,
- 0.026563036149263083,
- 0.013977481778828153,
- 1.164233657331914,
- 1.1434848380442324,
- 0.9930335917448238,
- 1.2254635893050179,
- 1.3163255760325028,
- 1.1672349032754619,
- 1.0806169295943542,
- 1.3487493575446217,
- 0.41775924959295163,
- 0.1663426729678769,
- 0.12133180314424925,
- 0.34350675852043766,
- 0.8624334983036372,
- 0.0889523271725982,
- 1.2990505935703625,
- 1.2582988574016392,
- 0.8394666653835502,
- 1.039201696417915,
- 1.1738387960126473,
- 0.7884958462191394,
- 0.9873472914641294,
- 0.7271810550900241,
- 0.09510698151245994,
- 0.7428752004343038,
- 1.2680434915928958,
- 0.8013470830977992,
- 0.6756661095281807,
- 1.1394341788003015,
- 0.7944530134355847,
- 0.9632494226144699,
- 0.07293528797973402,
- 1.1106469504554703,
- 1.1705568544546188,
- 0.4976215170442385,
- 0.4680720361903897,
- 0.6151286205616082,
- 0.856331853118029,
- 0.504070797620156,
- 0.6896042602200421,
- 1.0951352460479693,
- 1.3972154608258167,
- 0.010459013099172191,
- 0.7556483642277594,
- 1.369973619361862,
- 0.4579175073720312,
- 0.11737056633408333,
- 1.353463619521073,
- 1.2243751185091414,
- 1.1421543856548035,
- 1.1167762514759867,
- 1.2848361526001344,
- 0.9662817554088717,
- 1.16776209178122,
- 0.8183163919701,
- 0.5144113908947398,
- 0.38873601593260704,
- 0.929477329915931,
- 0.7730824540005091,
- 0.8770852340627147,
- 0.23466479327326148,
- 1.1990898032249722,
- 0.2501011408004532,
- 0.6686449163990629,
- 1.3138932185119294,
- 1.3373967318265279,
- 0.9682236305339319,
- 1.1271944275639718,
- 0.9710467892230522,
- 0.7560027512859175,
- 0.24091494405530986,
- 0.712659968199514,
- 0.9056908018203601,
- 0.841943668940444,
- 0.29109258665467436,
- 1.2802957590113238,
- 1.2933093267664593,
- 1.2352578458354828,
- 0.6737624384087453,
- 1.3597839765662698,
- 1.3100581457218547,
- 1.171728995009647,
- 0.5088627380107471,
- 0.34228783445521793,
- 0.6341984631546858,
- 0.7861075105347046,
- 0.7415494050794917,
- 1.046706574515119,
- 1.0051491701324349,
- 1.0627282233932254,
- 1.0897715747379235,
- 1.3957906520819494,
- 1.0954089552909683,
- 0.612850063419562,
- 0.13573114835369327,
- 1.0644981516910974,
- 1.0948088821078574,
- 1.3154798884110284,
- 1.1539960864240013,
- 1.3485845437157442,
- 0.9075100154499073,
- 0.3048158986338249,
- 0.5876231251502771,
- 0.8445042851304017,
- 1.045065293758864,
- 0.8538272322369813,
- 1.298012018000472,
- 0.9126294203022637,
- 1.320094239891145,
- 0.757816946101038,
- 1.2139916255130008,
- 1.0539958260730853,
- 0.35665414460024264,
- 1.0564551150951753,
- 0.8303001109433771,
- 1.0342649095046514,
- 1.2380228273284624,
- 0.736702433579809,
- 1.1444398120707684,
- 1.2968238690310603,
- 0.8582125345895596,
- 0.08905584822032626,
- 1.28660140044207,
- 0.6378074616284054,
- 0.5283740001657509,
- 0.670802280593948,
- 0.8269509659278392,
- 0.6409211469890661,
- 0.7495543932610808,
- 1.204172481601888,
- 0.14434049629845536,
- 0.27346929680884424,
- 0.9365746248869544,
- 0.7906381477143456,
- 0.12199616463180372,
- 1.162172372477879,
- 1.3558171453298113,
- 1.2035634051934827,
- 0.42114572580662324,
- 0.8922620351684327,
- 0.5005757346874262,
- 1.3395522919044718,
- 0.9261844422374679,
- 0.5667324272106042,
- 0.9011619664702807,
- 0.66124991564418,
- 0.6005243405388252,
- 0.8459820631444287,
- 0.0221656968270257,
- 0.9078577951429442,
- 1.0935735841702128,
- 0.598049489372426,
- 0.8515377792269505,
- 0.4971993613212287,
- 0.10771924127931119,
- 0.15857789494973756,
- 0.33922576783120917,
- 0.6180677639261918,
- 0.5989354540752512,
- 0.6105533465704349,
- 0.30438700873248564,
- 0.6040077264676458,
- 1.0500498162744507,
- 0.628160946989382,
- 1.314059613437137,
- 0.8723054841040603,
- 1.349752628228064,
- 0.660160459130049,
- 0.9765109475142859,
- 0.35584327868301735,
- 0.9348019464144748,
- 0.4386718105381724,
- 0.8231417078010852,
- 1.0958388245262272,
- 0.2553249050707088,
- 0.49351554732594266,
- 0.05415109115220631,
- 0.21447732155618826,
- 0.377295352058499,
- 1.0026381402364621,
- 0.31732548313375136,
- 1.3143234996516457,
- 1.20618536235557,
- 0.5423132671728602,
- 1.4063601586362795,
- 0.5510651029864582,
- 1.0909710709791265,
- 1.053103013358421,
- 1.3200249302932068,
- 0.9774303364052811,
- 0.6981115336701257,
- 0.22802977278176545,
- 0.7915665995109169,
- 0.6904844665227975,
- 0.594250527085647,
- 0.019202872197737867,
- 1.0574427139460452,
- 1.3901360701239225,
- 0.8791755333652953,
- 0.7698925675840552,
- 1.376476972345848,
- 0.7234504158012576,
- 0.45752217903579406,
- 1.179006590372179,
- 1.19471588658236,
- 1.3772441659299568,
- 0.19036146177298344,
- 0.18930287263639445,
- 0.9446908885382437,
- 0.30155627713024574,
- 1.0696534078727953,
- 0.5862435562947009,
- 1.4037872583964157,
- 1.2115445854084528,
- 1.2576881897526473,
- 0.11019742285141435,
- 1.3690323481532793,
- 0.8242908535931457,
- 1.3810127595349193,
- 0.43847470959050105,
- 0.33753905912230614,
- 0.8384324793266107,
- 0.6048996926664035,
- 0.9072984773362234,
- 1.3768230135069421,
- 0.8611384266869968,
- 1.168357283262282,
- 0.8466206439620289,
- 0.8568712783177392,
- 0.4455321820217804,
- 0.6365987813970435,
- 0.8149897530086266,
- 0.17630973865738522,
- 1.079523375257731,
- 0.7591736608310512,
- 1.256955638644046,
- 1.3492445410026714,
- 0.6998188700523393,
- 0.7861702334153493,
- 0.6195871748304448,
- 1.003523602112257,
- 0.15980894881643887,
- 0.7314766589703131,
- 0.9546260212059631,
- 1.2771914773891757,
- 0.641744271920875,
- 1.0721857384857105,
- 1.2362099120353016,
- 1.1035306921526193,
- 0.898133404221316,
- 0.7695162966123772,
- 1.2690170408827344,
- 1.35130237408218,
- 0.22803857729954696,
- 1.1187938961344506,
- 0.6317874695444679,
- 1.3876361125266021,
- 0.2562021902370799,
- 1.2409681832822477,
- 1.0452311010614694,
- 1.1637890715903334,
- 0.9647958082463349,
- 1.3185191891541574,
- 0.8301813305636028,
- 1.402852497916481,
- 1.2837668892395828,
- 0.7263624303406818,
- 0.6670431519675056,
- 0.3073725829697111,
- 0.4214414326738631,
- 1.120576260789323,
- 1.098655312279559,
- 1.1954744468718437,
- 0.7505611134728959,
- 1.0215389165704678,
- 1.3162119522483582,
- 0.4982014271776883,
- 0.8153443603055441,
- 0.8103877843000726,
- 0.38889307230453735,
- 0.6093959518374809,
- 0.6627015767858272,
- 0.3682410460890545,
- 0.4283495339421203,
- 0.7939593284013092,
- 0.24526515242207958,
- 1.2001539727157258,
- 1.3735913565528552,
- 1.3243690931027965,
- 0.9483143474941526,
- 0.13434542244216433,
- 0.16006927907738908,
- 1.128717744044862,
- 0.466693904052429,
- 0.09348315032138337,
- 1.2060390823952671,
- 0.997842446607503,
- 0.48369820825717313,
- 1.2347760503722909,
- 0.9751078699208683,
- 1.3118026350668521,
- 1.1769068912773457,
- 0.5560743517883491,
- 0.31430954851242,
- 0.21717063661487687,
- 0.8137754761717063,
- 0.15865955723024666,
- 0.0010679753006996872,
- 0.5121439429211238,
- 0.5484080883415537,
- 1.2461740705154785,
- 1.39024392212101,
- 1.2609208557826872,
- 0.9145498818871687,
- 0.8256855012594575,
- 0.15740640956015178,
- 0.7795780915077276,
- 0.7764404954215195,
- 0.22783327097035788,
- 0.7915369376192277,
- 0.23440222768695967,
- 0.5720665441458682,
- 0.37415685907333873,
- 0.10206439471861933,
- 1.1751857837077444,
- 1.3747639539118326,
- 0.768251620256616,
- 1.3770397358213855,
- 0.9449732276650717,
- 0.5802836520682942,
- 1.321393552391204,
- 0.47659890216431483,
- 1.3003908620255034,
- 0.4864420843388944,
- 1.319086785837613,
- 0.7384840347292985,
- 0.7925521252114995,
- 0.3985899570873025,
- 0.5311693494077073,
- 0.7531589298425936,
- 0.8470432558844183,
- 1.2964057409033272,
- 1.1092202184801558,
- 1.2574673390056184,
- 1.2440913085142775,
- 0.8100651441239692,
- 1.2982770296892674,
- 0.18547508595200898,
- 0.7112955515874092,
- 0.8086936439333321,
- 1.3583457774228729,
- 0.131851659087683,
- 1.372322409550964,
- 0.5356469734751229,
- 0.13192414907842792,
- 0.6418338128101985,
- 0.6052427675743253,
- 1.1595820221899293,
- 1.3649618129262044,
- 0.9917288134622476,
- 1.1160528732871344,
- 0.2670289925868824,
- 1.0538627367601103,
- 0.36646556589704055,
- 1.3337495601181506,
- 0.2716912822087227,
- 1.2548931137622454,
- 0.5787931900476406,
- 0.019400205911621896,
- 1.132460148159713,
- 1.2868703572852596,
- 0.8325457999051958,
- 1.301978685130956,
- 0.8268351229553542,
- 1.0556206113964908,
- 1.0173021043497577,
- 1.3319159578407507,
- 1.3753395898559593,
- 1.1856479217645028,
- 0.8220971463630558,
- 1.3353052153618745,
- 0.12893215752944018,
- 0.1591386688142557,
- 0.6346584670587374,
- 0.6440774434144889,
- 1.388753145704696,
- 0.029636063469017256,
- 1.1586033884666542,
- 0.2749892814032693,
- 0.7377075996754224,
- 0.5806684672976905,
- 0.588856468234547,
- 1.138973564527468,
- 0.8235905121661332,
- 0.060718793063677355,
- 1.0267758236814206,
- 0.5178236952062931,
- 1.3517697550497998,
- 0.4549201954036489,
- 0.15812326645807723,
- 1.3935287279595732,
- 1.0617753907616798,
- 0.9509898782890551,
- 0.9468434928696288,
- 1.1608343676408108,
- 0.06639030309860018,
- 1.3938536954191267,
- 1.3199713741564432,
- 1.3024811612679883,
- 1.0630533253881977,
- 1.009208359290722,
- 0.6586902227286842,
- 0.520882406042773,
- 1.4130786352317268,
- 1.3013951484768076,
- 0.6261715585404404,
- 1.1294538832486027,
- 0.5693418851384436,
- 0.7871694906548904,
- 0.583963478303201,
- 0.33301545618370726,
- 0.29196802873980965,
- 0.6374301073690006,
- 0.3209087667546141,
- 1.3137359825054862,
- 1.185815246896484,
- 0.5793778879151562,
- 0.18487505945398072,
- 0.8828037276914302,
- 0.41387062473739816,
- 0.6074267552552891,
- 0.8730475114119662,
- 0.8848423833369895,
- 0.65118276455443,
- 0.7949932883913639,
- 0.2815659835581961,
- 0.437532985803711,
- 0.9694726505585379,
- 0.988033512698542,
- 1.3209373243674163,
- 1.1880924292991213,
- 1.303087207781887,
- 0.6862520335634057,
- 0.8468850366427063,
- 0.634658171263681,
- 0.8382729207133354,
- 0.9453750054156864,
- 0.26118060098258555,
- 0.8023621852223692,
- 0.9665743712305572,
- 0.036236563434800834,
- 0.47560996373005193,
- 0.5094498753852484,
- 0.7822214272845206,
- 1.0551149693875732,
- 1.3844963468562446,
- 1.1775817911484212,
- 1.0666767748988384,
- 0.4652740714737401,
- 1.3265172825551093,
- 0.5069788052317921,
- 0.38065646319013813,
- 1.3251241594224792,
- 0.11263357961804879,
- 0.6311409078488722,
- 0.9948292373424024,
- 0.6855873215192781,
- 1.166085110252413,
- 0.4485603736775338,
- 1.165205492956634,
- 1.0771159465353262,
- 0.0010666328626139248,
- 0.8850315749360637,
- 0.575663018232739,
- 0.6861985574241334,
- 0.4460481862105592,
- 0.5442278623843262,
- 1.378534892843085,
- 0.750549074194578,
- 1.065037614980109,
- 0.41051903671037693,
- 0.10327898083697984,
- 1.4048684754550937,
- 0.21688992102233817,
- 1.2837811143266253,
- 1.2242712564868552,
- 0.6625820613175052,
- 1.3351635014631562,
- 0.8079613018233243,
- 0.5984159278828308,
- 0.7635710179735476,
- 0.2696401447607126,
- 0.9064742454874181,
- 0.28320189710814037,
- 1.3922794112650974,
- 0.33335214811048347,
- 1.3649884154501066,
- 0.022527009166738263,
- 0.3309365848787078,
- 0.385981995845848,
- 0.9591779256186048,
- 0.8793422959033727,
- 1.3948532808678495,
- 0.31546513631935347,
- 1.2970309120337031,
- 1.2502463999321025,
- 1.2831011174390576,
- 0.2518081522255132,
- 1.1960467640487136,
- 1.3806848705003163,
- 0.6520730321188019,
- 0.44283367070405383,
- 0.7962131518328981,
- 1.143294559488051,
- 1.3440729246502654,
- 0.8359613915854707,
- 0.17434349654476247,
- 0.961593582715079,
- 1.1944149822447576,
- 0.580159264031715,
- 1.3521913268625252,
- 0.5560837481204882,
- 0.1508371169557924,
- 0.708988244209725,
- 0.9972668828855286,
- 1.081953776831928,
- 0.1547382780196125,
- 1.091423793749646,
- 0.7910278745625211,
- 0.846308381127245,
- 1.054317336064151,
- 1.1511812451592496,
- 1.3142772545928185,
- 0.6094231612701433,
- 0.9812139349418894,
- 0.589263724158684,
- 0.09161601050510662,
- 1.1431330136802977,
- 1.3501238127974151,
- 1.002066293811742,
- 0.9355714911048434,
- 0.631284045081694,
- 1.0543365382900163,
- 1.1602692709413451,
- 1.0381011093441488,
- 0.0015527780710603773,
- 1.4126387456029523,
- 0.8008770790915141,
- 1.1882600882244234,
- 0.9661654491093157,
- 0.4735782995449988,
- 1.4091197124856543,
- 0.9925279676206863,
- 0.9187620748772488,
- 1.4054329436166368,
- 1.351324223506332,
- 0.874965178858486,
- 0.4812662242504496,
- 0.6282511666715773,
- 0.7628072126479084,
- 0.5249628253036005,
- 0.06723101723749111,
- 0.6694897214469253,
- 1.1830756342638942,
- 1.2181078604421371,
- 0.5133330176897296,
- 1.1476579661296835,
- 1.1213063929097151,
- 0.6166549229842099,
- 0.263379911181571,
- 0.7054442614219681,
- 0.9259535913412027,
- 0.07742164383426327,
- 0.7223357638697284,
- 0.8356280734496137,
- 1.0173127316822992,
- 0.5998604262317586,
- 0.3959250371402053,
- 0.049594060161856336,
- 0.8597057663646005,
- 1.378040426861144,
- 0.45351860019573254,
- 0.376191331710071,
- 0.1786035268860011,
- 1.3374345634058478,
- 1.2291926853524762,
- 0.0418207438172313,
- 1.0344704731539371,
- 1.294751504401122,
- 0.18183680707596916,
- 0.6904921870915228,
- 0.007204305558346766,
- 0.49861949701125347,
- 0.9462292371167649,
- 0.20337365060454926,
- 0.7730710874699971,
- 0.7959144776927034,
- 0.7399485295307402,
- 1.196986760676209,
- 0.39483840447457497,
- 0.4628930379508935,
- 0.27600806390396826,
- 1.0545366964094585,
- 1.2075709750885129,
- 1.1649747334601792,
- 0.9241777542937977,
- 0.5596277961861199,
- 0.8846890668204582,
- 1.2001844466684475,
- 0.4232773652714178,
- 0.6961566029272465,
- 0.3672135963433802,
- 0.6851426259436557,
- 1.3858267939694473,
- 1.3656131586034626,
- 1.288842330204395,
- 1.3146614902525902,
- 0.7232371184837888,
- 0.8529551759118191,
- 0.6912492111737979,
- 1.144465756769765,
- 1.102214450630887,
- 0.6828301688800281,
- 0.9827058500673143,
- 0.7031436379434871,
- 0.16421812223663226,
- 1.0428225256184407,
- 0.05853838677155333,
- 0.017403660230128442,
- 0.2093279907828359,
- 1.3445235219089646,
- 1.1012398696004742,
- 0.8462257671611632,
- 1.312363531444762,
- 0.7686084835306615,
- 0.7517276858944868,
- 0.5629655103492683,
- 1.0242939955563515,
- 0.3447442961560399,
- 0.46827079955232753,
- 0.026025036323971042,
- 1.1083574348557095,
- 1.2723433738940095,
- 0.13616825623462345,
- 1.0503670946458035,
- 0.9326444009851453,
- 0.5448981054771195,
- 0.47242965952033106,
- 0.13495224254491558,
- 1.1997774051817016,
- 1.2256029063530658,
- 0.7839828212598512,
- 0.7548889578681349,
- 1.0156297143948798,
- 0.5387434570569587,
- 1.2329028538606965,
- 0.917870735039908,
- 0.9889274784932237,
- 0.7838724108951806,
- 0.2969880993533259,
- 0.7413819611912632,
- 0.9072251978024091,
- 1.294311147714443,
- 0.6584857066363649,
- 1.1852050010212427,
- 0.3191928093236906,
- 1.036155530782261,
- 0.9337800361082609,
- 0.24037339401003258,
- 0.8146788679335887,
- 1.1280643431865005,
- 0.5911804653315621,
- 1.1846420029035953,
- 0.6936114902711797,
- 1.3281481368548933,
- 1.0310091966516102,
- 0.42881829883985656,
- 1.3287348305866584,
- 1.0987796076019911,
- 0.683876393791457,
- 1.3269467963369423,
- 0.8930707235736643,
- 1.0608277868863036,
- 1.3770675416802955,
- 1.0972681196535057,
- 1.1826834651973024,
- 0.5685860136201402,
- 1.171698791911775,
- 0.020527984205027168,
- 0.39051446245221555,
- 1.0289883676157945,
- 0.7851918750396448,
- 1.2740600172059795,
- 0.9848629761922799,
- 1.268998309955008,
- 0.41759820621778765,
- 0.2795558786829496,
- 0.48685989636899163,
- 0.10084288935122013,
- 0.9887184426232704,
- 0.03814306932148548,
- 0.8024034154202541,
- 1.246875398198898,
- 0.8515925045012812,
- 1.0760247973619201,
- 0.8293785358911345,
- 1.0721286318339978,
- 1.124704948340332,
- 0.8340206853759091,
- 0.5975186351472702,
- 1.0095767411770533,
- 0.8987111787514174,
- 0.5906147317916858,
- 1.1595603880114311,
- 0.8173026166033727,
- 1.3702999832376388,
- 0.20413317770678083,
- 0.9504337161310037,
- 1.399611289294349,
- 0.70943837739751,
- 0.8495840973462664,
- 0.7776292600971421,
- 0.7749279667005495,
- 0.8595014860274822,
- 1.2692130316153485,
- 0.30629969071265006,
- 1.198128518377814,
- 0.795637160043295,
- 1.298621757828012,
- 1.17040006740568,
- 0.9810785208084947,
- 0.5526546255384573,
- 0.5580259792128761,
- 0.2599774265041402,
- 1.1818618088473944,
- 0.007073730639855991,
- 1.071937197852736,
- 0.8832156080820063,
- 0.19641325012857364,
- 0.10461768454491117,
- 1.223030801659001,
- 0.7351195946409292,
- 1.412005865115872,
- 1.23261182979848,
- 0.06178173312358357,
- 0.09668367943924347,
- 0.8453789061990294,
- 0.4383807498278856,
- 0.8146390846640191,
- 0.8476872230818381,
- 0.26554237497574334,
- 0.7739276860301538,
- 0.9351343889873267,
- 0.8028088756809293,
- 0.9154243374700437,
- 0.3163770765401119,
- 0.8785061776831936,
- 0.6807882906421815,
- 0.805768987081232,
- 0.7442501727296079,
- 1.402707440063672,
- 0.5134290040085381,
- 1.4080745449435985,
- 1.2173716920429927,
- 1.045490638063791,
- 0.9877418640304253,
- 0.5802616538355544,
- 0.7545873148302789,
- 0.9919430748595117,
- 1.0892216333286262,
- 1.3130248193140346,
- 1.0213216533701825,
- 1.1455960814053074,
- 0.06445378872198608,
- 0.9816055039317397,
- 0.49743265534331005,
- 0.49029354947009757,
- 0.8467898268751803,
- 0.873721222780344,
- 0.26307321230871417,
- 0.6485275656237343,
- 0.8755767126953843,
- 0.5974018194751044,
- 1.1995978427671512,
- 0.0959048793285658,
- 0.3857150974902348,
- 1.0736219508009217,
- 1.1966753931569962,
- 1.2303334573855014,
- 0.14523272036488774,
- 1.3188777455338154,
- 0.6626138639862721,
- 1.4046597179522033,
- 0.5640131397450596,
- 0.02888499095043931,
- 0.8769094112823612,
- 0.6590643921073169,
- 0.020841199691774524,
- 0.7804954447355722,
- 1.2545117629138731,
- 0.03740294918051773,
- 0.029467670372347064,
- 0.39083435369826974,
- 1.2335486569938696,
- 0.9791665263712032,
- 0.9707252343275025,
- 1.3407636686704845,
- 0.20977859750723582,
- 1.3346959939402714,
- 1.2968851332497673,
- 0.08047373453169894,
- 0.897875486350881,
- 0.17507647616670374,
- 0.009348543288736223,
- 1.2011105154475237,
- 0.8537581841750037,
- 1.3026566643667872,
- 0.9490330959825328,
- 1.075306676018656,
- 0.322428894176834,
- 1.2546266261145258,
- 0.8433571688282594,
- 0.8331245140791395,
- 1.4003156709669358,
- 0.8683688606181417,
- 1.2418845663705955,
- 0.9241560871096738,
- 0.48993538275415405,
- 0.11417129792910362,
- 1.04665331203742,
- 0.510552872869028,
- 0.12993212080432942,
- 1.0033025798322457,
- 1.017604780679674,
- 1.1207905558902995,
- 1.3601699905581286,
- 0.9125868462696893,
- 0.4707053452434521,
- 1.2589393211907136,
- 0.09318560163789442,
- 0.903085513960063,
- 0.25058802054651835,
- 1.026751306963372,
- 0.9158091583571658,
- 0.18614757302584967,
- 0.628349001247845,
- 0.9116495112864212,
- 0.13502060964708468,
- 1.0690212534607095,
- 1.3604523628207126,
- 0.6877449894158114,
- 0.9706366974193028,
- 1.1072621426268447,
- 1.3040985804200407,
- 1.1569535766758006,
- 1.3927961757455405,
- 1.0396536235916771,
- 1.3022413191454807,
- 0.0010681893208698832,
- 0.3877336815161465,
- 0.30279623451092147,
- 0.4163395190901059,
- 0.6197784208127759,
- 1.3739194188785584,
- 0.31982119001613357,
- 0.7432544077416245,
- 0.7357257850004657,
- 1.2312464624647614,
- 1.2737467254533328,
- 0.671622930976441,
- 0.8166507562792379,
- 0.7486997687324716,
- 0.5091492073130031,
- 0.9898866880794565,
- 1.120804241375286,
- 0.24729401351618333,
- 0.8369993655345368,
- 1.0842624583667673,
- 1.0780537218816586,
- 0.3776637237541692,
- 1.3445633606908247,
- 0.2231576258468267,
- 1.2390227844072441,
- 0.3737864581603695,
- 0.2692844303013225,
- 0.1918415283468654,
- 0.26755568069017127,
- 1.1885365844360474,
- 0.2882614873781793,
- 0.7116642250018603,
- 0.5514598736548566,
- 0.5568141740638534,
- 1.203519423008798,
- 1.2375782343627766,
- 1.4034077039727528,
- 1.1964391688057838,
- 0.9452255547146975,
- 0.3792083149938239,
- 0.3161504163928484,
- 0.9392948394702604,
- 0.6960582305860729,
- 0.16543197942102628,
- 1.3479382857496511,
- 1.2482919857485941,
- 0.23778195302465147,
- 0.8498224964259946,
- 0.910382326109965,
- 0.5039095990617287,
- 0.8917216532578423,
- 0.7478520922209336,
- 1.232106872498958,
- 0.3820658596031077,
- 0.6824202400116312,
- 0.1413682830535281,
- 0.7810910392920052,
- 0.7062163169678447,
- 1.390610944323491,
- 1.3893859712182008,
- 0.9842707468777245,
- 0.5106566034466545,
- 0.5593547934534714,
- 1.3591295307283782,
- 0.8102545776088429,
- 1.0533290126148749,
- 1.3442451279840633,
- 0.578301424862927,
- 1.159151247348727,
- 0.7923011095678631,
- 1.0247306335290185,
- 0.18539468713275908,
- 0.23009991577481553,
- 0.33516334108775425,
- 1.336575715773889,
- 0.6630457573107196,
- 0.6653717675557268,
- 1.3531782569346686,
- 0.7331745962160203,
- 0.8724490819889118,
- 0.1615684090427267,
- 1.3450798160640736,
- 1.3044765273423924,
- 0.8886598339502708,
- 0.9000268499827457,
- 0.7070136742316379,
- 1.273741084872699,
- 0.3224482032795263,
- 1.3576213324923099,
- 0.8789037359343109,
- 1.0614354557960217,
- 0.6378371408145144,
- 0.9566435733055852,
- 1.2681381483345555,
- 1.0806691667587174,
- 1.1590785526343073,
- 0.46010697585852106,
- 1.318385147594196,
- 0.661558286308577,
- 1.3942517835353925,
- 1.0218312853764808,
- 0.8492886698144071,
- 0.8991461102419219,
- 1.105112825366418,
- 0.25919604291384263,
- 1.2452972868168177,
- 0.1395295977214458,
- 1.092907181363155,
- 0.9415094973793917,
- 0.3322063362521845,
- 0.4625692214106234,
- 1.028431564592954,
- 0.6563657232358108,
- 0.9520992684603783,
- 0.26753553389639023,
- 0.25788881330978264,
- 1.2546625812454462,
- 0.6925220939622394,
- 0.2244224629235937,
- 0.4789764542079831,
- 1.0168309091329777,
- 1.1756054426909364,
- 1.0915902950993708,
- 0.3533395246892277,
- 0.8209060364976194,
- 0.12851726748540665,
- 0.4670872556739919,
- 0.8975585176828528,
- 0.9960774726835698,
- 1.1199398564288128,
- 0.8870871041979641,
- 1.0897196190348664,
- 0.3214640119671116,
- 0.7202461969499677,
- 0.5455807819478017,
- 1.3542665214303538,
- 1.4063113023883902,
- 0.4607099711044841,
- 0.38290114781242846,
- 1.3467386926095577,
- 1.0866603317766828,
- 1.1858204971156974,
- 0.9261893476236892,
- 0.2960975539965348,
- 0.5573132523099655,
- 1.3144640727336714,
- 1.3737853535141142,
- 0.49590143244797047,
- 0.028084719537856264,
- 0.6113524339964252,
- 0.17544222838377824,
- 0.6484223444826814,
- 1.354285983603128,
- 0.19299064400072116,
- 1.1516189775200962,
- 0.9530593907047908,
- 1.1003713657449854,
- 1.153016194993488,
- 1.057819691862686,
- 1.070863319834317,
- 0.9018479681913847,
- 1.3001526896191768,
- 0.4435137468514785,
- 0.7556367205603108,
- 0.03662041502267756,
- 1.346843077655316,
- 0.9051236827689184,
- 1.3542336719380115,
- 1.0499262441457196,
- 0.547521203632145,
- 0.3582442501288261,
- 1.2776844540118037,
- 0.7431378829621775,
- 1.19901685669761,
- 0.023866848903595098,
- 0.3141986750563262,
- 0.9602813696096058,
- 1.1887517203541398,
- 0.4260246707575983,
- 0.14253641311173296,
- 1.3088868608388755,
- 1.399020672320476,
- 0.9904829470033033,
- 1.319345903609923,
- 0.3130395968486669,
- 0.16002586015610387,
- 1.3560888315724502,
- 0.3866075461661166,
- 0.589464550003328,
- 1.11945691541186,
- 1.4067837395837415,
- 0.6812597627559365,
- 0.46720014412517963,
- 0.6983343987703584,
- 0.8848597578874665,
- 0.9828459854402614,
- 0.4562900159649171,
- 1.2317961740415824,
- 0.036290270518190594,
- 0.1598301704338992,
- 1.0155180790266916,
- 1.0319399934744673,
- 0.9747185870109877,
- 0.36304752337498025,
- 0.364374583543405,
- 1.3333825633940146,
- 0.0955820004862189,
- 1.3195396043059109,
- 1.081121946777158,
- 0.5509481741378962,
- 0.45828790262076663,
- 0.4496556532039701,
- 0.8719374384891438,
- 0.7591652875886036,
- 0.3614450624440519,
- 0.28674627002231684,
- 0.08323060652435493,
- 1.052978608385843,
- 0.7882146432926256,
- 0.27795767022285117,
- 1.104783663384191,
- 1.0526898510112614,
- 1.2325927185580714,
- 0.8842352587059629,
- 0.9232652739530882,
- 0.44193625210618614,
- 0.6173911501364319,
- 0.29744661139492495,
- 0.8743648593731395,
- 1.340584864935627,
- 1.2665394948381343,
- 0.9052111797456333,
- 0.976292403898516,
- 0.5521096068681103,
- 1.179610125551214,
- 0.9403194895180517,
- 0.7438307010710946,
- 0.39170414740311277,
- 1.3603289489159274,
- 1.220318330398445,
- 0.5490050027364853,
- 0.3575532196536777,
- 0.025308176868914088,
- 0.5406625587392341,
- 0.9470029993872056,
- 0.21242581963195992,
- 1.0967324202315012,
- 0.2489123300848636,
- 1.1012584185432457,
- 0.6864483629291303,
- 0.6569051581487894,
- 0.24132575102865375,
- 0.35876464506784134,
- 0.2744178630084205,
- 0.22315268875232774,
- 0.5098242378926267,
- 0.3413541465317,
- 0.7804068619248962,
- 0.42281422880015185,
- 0.963427798098392,
- 0.09894492343351778,
- 0.19657912588057586,
- 0.9832872288408259,
- 0.34773815315746714,
- 1.219220740804731,
- 0.44718381770818044,
- 0.759855764621776,
- 0.593445613265719,
- 1.384104883034752,
- 0.33245844520142176,
- 1.3635311919125082,
- 1.341532958735571,
- 0.04985171945799613,
- 1.1354188660843723,
- 1.0389724514944965,
- 1.3081233345934165,
- 0.39319020314797076,
- 1.033767615333565,
- 1.342208227689217,
- 1.0743572878257077,
- 0.7048610671932037,
- 0.38069326383859065,
- 0.9049822636840772,
- 0.9223493215151353,
- 0.08705313097609373,
- 0.4792114774692683,
- 1.2803809572331804,
- 0.40773828078816843,
- 1.0688237295182486,
- 0.13264319154246762,
- 1.3926977665158493,
- 0.006197341277332169,
- 1.2191669617695116,
- 1.3591092665131157,
- 0.9881424946031551,
- 0.7763707290400013,
- 0.7675044395100411,
- 0.9296682818738878,
- 0.13475737095122828,
- 0.014752099208041993,
- 1.2426907840319317,
- 0.7894316264966421,
- 1.2370994026166078,
- 1.0978929191664621,
- 1.3025750638117621,
- 1.2768321250707033,
- 1.0625543960320891,
- 1.2300212721049701,
- 1.3598421878621954,
- 0.9863864338555142,
- 0.3582439425558426,
- 0.9678982006128287,
- 0.6437693005827867,
- 0.7205130051848835,
- 0.9799133635609469,
- 0.8476028941654083,
- 0.5640624031077838,
- 1.3032541262566104,
- 1.1438480474344503,
- 0.5980226116250804,
- 0.5808648055456946,
- 0.9154350678629479,
- 0.9044565553637096,
- 0.6346242812634584,
- 0.28197640533670204,
- 0.33593885255897266,
- 0.1947479907845209,
- 0.6961050915536269,
- 1.0217046849314972,
- 0.8501916338724405,
- 0.6480632644753399,
- 1.3224051175408365,
- 0.6330151561839463,
- 1.3504995718568118,
- 0.13114123380006903,
- 1.2275711972659011,
- 1.1073069587851816,
- 1.111187187465962,
- 0.6196407145366188,
- 0.26653801105885166,
- 0.9514720508903852,
- 1.1608360916758742,
- 0.707705348753047,
- 1.1790271633302465,
- 0.36755216922987194,
- 1.199155145763415,
- 0.8810141304827238,
- 0.24286775373409955,
- 1.1920472900878818,
- 0.5153842845133613,
- 1.4032907915589754,
- 0.2237688697439093,
- 1.0891665229512804,
- 0.5342730302697656,
- 1.1032336481626306,
- 1.2520819188514976,
- 0.6123436321451884,
- 1.2882520907033306,
- 0.4827399566985343,
- 1.2213238282544223,
- 0.565577789006087,
- 0.24034063994284935,
- 0.1365313873583947,
- 0.3676892849969123,
- 0.9772567619653186,
- 0.07418417346566877,
- 1.0682690456927708,
- 0.9768340605583227,
- 0.9274159536339858,
- 0.986720561632061,
- 0.38499443205230827,
- 1.0102801532436836,
- 1.016923288007438,
- 0.691433752380401,
- 0.8318635985875864,
- 0.5343350567532473,
- 1.2538680168967151,
- 1.2731790496100912,
- 0.9085958914315647,
- 1.244260026797808,
- 0.4103521543997274,
- 1.3749900765795748,
- 1.2554154844676553,
- 0.8291657812856088,
- 0.5747543242076965,
- 1.2311135320106368,
- 0.6686851896742839,
- 0.49599621591761084,
- 1.109310481370328,
- 0.7345033053872566,
- 0.49434495668463657,
- 0.8134338006128573,
- 0.8921905227595085,
- 0.23384479142151918,
- 0.6290579217575996,
- 0.2608239833348642,
- 0.4437814118205957,
- 1.2303923622322563,
- 1.4108164230435338,
- 0.377135401989089,
- 0.973627490473258,
- 1.0517451394596058,
- 0.06727321836790429,
- 0.13211992087902072,
- 0.7642347899899957,
- 1.3597458995400815,
- 0.2297431191842646,
- 1.0630981507709196,
- 0.9393256228113424,
- 0.4256240661656716,
- 1.379214226113885,
- 1.2979391982572952,
- 1.069497049745912,
- 1.2091942661128332,
- 0.19897851261238314,
- 1.1767222620938507,
- 0.5954089577307905,
- 0.07895796307642935,
- 1.1935299996461746,
- 0.6867988303516276,
- 1.3653219294281995,
- 1.3300675448023298,
- 1.0404055677686959,
- 0.5310474653566756,
- 1.3233479042722196,
- 0.690311087521471,
- 1.0509349885937813,
- 1.318612263715685,
- 0.16765250532742607,
- 0.22627165471310948,
- 0.9906837277552668,
- 0.06401039588750135,
- 1.0351615334670758,
- 0.17294612996937067,
- 1.3888663930844212,
- 0.4084889648940839,
- 0.30767921212827265,
- 0.5606275363436932,
- 1.1539640477943227,
- 0.9921573453832494,
- 1.3648315109892877,
- 0.61027807297699,
- 0.41630574237437834,
- 1.3088350117415724,
- 0.37328140045186275,
- 0.6128302240377614,
- 0.13626077351872923,
- 1.0332581624498018,
- 0.8355599614704191,
- 0.6912936204848752,
- 1.4057467347979968,
- 1.0577352499100758,
- 0.5619761321345044,
- 0.38497109503427046,
- 1.4115784207010285,
- 0.7623373848140313,
- 1.3318255146603115,
- 1.3955440760597295,
- 0.4699823190841502,
- 1.3794304421951318,
- 0.6777316422060933,
- 0.3203399252894776,
- 0.19546904593257736,
- 0.9511144570192206,
- 1.3730113731238112,
- 1.018686528074061,
- 1.3637940654485432,
- 0.46604115674478475,
- 1.283278482590685,
- 0.7849051735240326,
- 1.3116255956572818,
- 0.6970724152529784,
- 0.7951006149260156,
- 1.3163954839665788,
- 0.1535600940956089,
- 0.2982496966096158,
- 0.8142801799025247,
- 1.016725711562613,
- 1.0164446254253288,
- 1.253735549654872,
- 0.6804658027566495,
- 0.5775214600245099,
- 1.2083834439888452,
- 0.5786375548584467,
- 0.13296211767363608,
- 1.0437466421046717,
- 1.1622635013616045,
- 0.869465577409447,
- 1.2662754882867309,
- 0.3824045070490184,
- 0.14402639302494344,
- 0.5167389319238979,
- 0.7489913073233738,
- 1.268964529628892,
- 0.350349511093945,
- 0.46310139826549357,
- 0.6879006981053736,
- 0.1288856512646714,
- 1.3553828372838663,
- 1.3516887496991037,
- 0.6000387379940998,
- 1.1619062513336846,
- 1.2792515219738316,
- 1.3950183144441135,
- 1.3423371647085371,
- 1.3097641908685291,
- 1.267452594717604,
- 0.3522219110090109,
- 0.7213303863884403,
- 0.9883387868995884,
- 0.83958768055592,
- 1.1851578624723147,
- 1.3020041264091262,
- 1.1843232003843742,
- 0.1678050372012498,
- 0.3330410154268803,
- 0.4599870779143286,
- 0.5196967766850192,
- 0.04142465259487975,
- 1.1917030603635848,
- 0.16578375093738457,
- 0.4313075045808321,
- 1.1732423788962285,
- 0.1481933137228982,
- 1.3335923775672154,
- 1.0048930720305937,
- 0.19463041522478675,
- 0.985243642005914,
- 0.07249904933751881,
- 0.7972416589536137,
- 0.6475368435603518,
- 0.6907993731423233,
- 1.3016107418495564,
- 1.0991210689601458,
- 0.8630136518925214,
- 1.103243673420617,
- 1.1900058720800917,
- 1.0686511041563338,
- 0.07528555323285381,
- 1.3402524402703293,
- 0.9672351812235105,
- 0.933901053312566,
- 0.6314458483361891,
- 1.2277285299153362,
- 0.17936787584213493,
- 1.192478592061249,
- 0.19189837111279262,
- 1.3917086587453058,
- 1.087017838090238,
- 0.20068786012595402,
- 0.9090669418816246,
- 0.04409402948823218,
- 0.5131673258289371,
- 0.6289796986002274,
- 0.5541793889302205,
- 1.1832378995742365,
- 0.20806335922712316,
- 0.9322259424634282,
- 1.3273376144721143,
- 1.0113909255872766,
- 1.0765540075625657,
- 0.9425070691882395,
- 1.3694644262682016,
- 0.7423130804353009,
- 1.1028196760258842,
- 1.380460235448965,
- 0.22403152348517538,
- 0.1380417174009141,
- 0.5609418664167917,
- 0.0015418890837182032,
- 1.3480398509205884,
- 0.8114721798663845,
- 1.203194587013114,
- 0.7202619207123343,
- 1.0887339450358051,
- 1.2072333476906063,
- 0.8411855492612056,
- 0.2157824663906134,
- 1.3690278269708664,
- 1.0206645551246556,
- 1.3880826045880221,
- 1.2794475638228153,
- 0.5195300283021207,
- 1.3125632084558236,
- 1.071666054221582,
- 0.4961283236338339,
- 1.0790808083156396,
- 1.2103310331265662,
- 0.28187032060887973,
- 1.160670597000227,
- 1.1020904431106835,
- 0.5761894824182132,
- 1.0217746605740519,
- 1.2568797398401856,
- 0.8137820869756317,
- 0.1778051531860241,
- 1.3414058854055932,
- 0.5604252232775664,
- 1.3522122251152529,
- 0.9520727443071694,
- 0.2647567263308557,
- 1.3104471704202119,
- 1.407177267671668,
- 0.9500161680556667,
- 0.26559832234309266,
- 0.6141709236828333,
- 1.2751153157119979,
- 1.3869997664786833,
- 0.4288139151630593,
- 0.4032920746332076,
- 1.3606993598751693,
- 1.2840229398790781,
- 1.2738277073343207,
- 1.4072209380287033,
- 0.49290595410123184,
- 0.9893038040328684,
- 0.06744930169417179,
- 0.10313419358622004,
- 0.9342343113693354,
- 0.3750828955457251,
- 1.256572046399525,
- 1.3346128747481858,
- 0.5328613826429083,
- 0.9869876029009482,
- 0.8865434147668151,
- 1.037606591458299,
- 1.2378287831657702,
- 1.1887140949398611,
- 0.25516939009920153,
- 0.5617941737632873,
- 0.8711116370681149,
- 0.6136133894160523,
- 0.7831207882010993,
- 1.1262351788878442,
- 1.188617096443765,
- 0.10741347404780546,
- 0.328205173275838,
- 1.2202544030675564,
- 0.3244975970862968,
- 0.4386885084560442,
- 0.39161480631149814,
- 1.0300450140482336,
- 0.8952656729836261,
- 0.40860056521928084,
- 1.181451988782515,
- 0.7173338587116116,
- 0.7473708753607867,
- 1.1968351632865715,
- 1.4030182886318217,
- 0.6568531894351417,
- 1.0100009306072926,
- 1.0536079017582334,
- 1.3973922941618937,
- 1.036986332925504,
- 1.3471949497107016,
- 1.0611969787544924,
- 0.16890523617667627,
- 1.1207638389478383,
- 1.3186907205690748,
- 0.9361311530431315,
- 1.1257614951317871,
- 0.9101506355416938,
- 1.2138457855638354,
- 1.101739666116348,
- 1.1388418916302943,
- 1.1800589456389545,
- 0.5734537025225519,
- 1.3287904939058983,
- 1.1511751600772853,
- 0.8958768165585784,
- 1.2571901619319426,
- 0.6530639832438482,
- 0.236239591117142,
- 1.3433177710553013,
- 0.7629670516663263,
- 0.5850419934327257,
- 1.3680358167229967,
- 0.36379566794920154,
- 0.5475148241005202,
- 0.7873904690985629,
- 0.6441156093475082,
- 1.0449153292630036,
- 1.3104465116473443,
- 1.282616855873626,
- 0.6324691673798499,
- 0.7312107677976396,
- 0.8870514193590531,
- 0.6939542926023011,
- 0.745631678985776,
- 1.157953187415884,
- 0.6386123920723443,
- 0.5726437306568198,
- 0.5469278972754313,
- 0.729262965827887,
- 0.8324235280462781,
- 0.30249882816570517,
- 0.8042821304501709,
- 0.7709286951259828,
- 0.7008951500478869,
- 0.7422729843697574,
- 1.2241914881180334,
- 0.1102143451644292,
- 0.9777230952074631,
- 0.27983744721785203,
- 0.8104226697354093,
- 0.9937044204418112,
- 0.7980756511674328,
- 0.5862968271161462,
- 0.9056485528240092,
- 1.2109658530504894,
- 0.2863886847383653,
- 0.6004032525156239,
- 0.5791519798145152,
- 0.4669544924219564,
- 1.0333980981927748,
- 0.666238303579414,
- 0.776018550085382,
- 0.7955224424683454,
- 1.182468519822749,
- 1.32758563874583,
- 1.0808753000973261,
- 0.4671142207899244,
- 1.0896744235105411,
- 0.45732730915474995,
- 1.2769931073388527,
- 0.46766872317921565,
- 0.6780004431533124,
- 1.2287154046510946,
- 1.0550836513995503,
- 0.4564221022319045,
- 0.9034376279284779,
- 1.283795915771137,
- 0.6061640945446191,
- 0.46357099476401886,
- 1.211705707441357,
- 1.2194821131397908,
- 0.3844677396456654,
- 1.329519577204161,
- 0.025228170262754077,
- 1.2740339961457048,
- 1.269099312881006,
- 0.9589313254042496,
- 1.1198217917694429,
- 0.9173795601406713,
- 0.477865311381861,
- 0.1770561191645065,
- 0.3810445501666668,
- 0.974638313432094,
- 1.092005433906634,
- 0.7522896414012277,
- 0.22691070099537616,
- 1.0183213728636122,
- 0.5182679263415942,
- 0.08243973757594969,
- 1.0938923619589564,
- 0.3925283647540487,
- 1.275426823028809,
- 1.0122825166925065,
- 0.8283211536182552,
- 0.68238700000627,
- 0.9571053594296973,
- 0.44281188484809403,
- 1.398303928834652,
- 1.2118200220292237,
- 1.3594579315853195,
- 0.13337938183290296,
- 0.4618579511939991,
- 0.045238862907944065,
- 0.9043348188478226,
- 0.4415271407899325,
- 1.0776167047308514,
- 0.40471220456661045,
- 0.6670425247034403,
- 1.0704521502533868,
- 0.3411521680317484,
- 1.1936505543628206,
- 1.0948079666538266,
- 0.5002675655043982,
- 1.369612993459792,
- 1.0112786971509056,
- 1.0451396596667726,
- 0.09451882230680068,
- 1.2280078876010174,
- 0.5402688899647191,
- 0.876452147677039,
- 1.3847684315464,
- 0.26311645686574503,
- 1.1828404400665111,
- 0.8870747275383208,
- 0.6104320189669793,
- 0.998259298758696,
- 1.019001430404741,
- 0.5969913966092906,
- 1.3925838221248796,
- 0.4260860778106108,
- 1.2237323334882104,
- 0.8456833973735082,
- 0.7952103363458837,
- 1.2370883883576622,
- 0.8347415725189928,
- 0.6194597157590909,
- 1.3396649889621712,
- 1.3686414547283792,
- 0.4423524117803517,
- 0.37304151078886705,
- 0.38213770589058393,
- 1.1952504179978407,
- 1.3542147375941138,
- 0.15722741456091002,
- 0.9866612983975184,
- 0.5916261898826276,
- 0.7430320042420429,
- 0.5500017732541717,
- 0.6586212350919133,
- 0.934674793754911,
- 0.6009747039910797,
- 0.912017726826518,
- 0.6045711445013839,
- 0.7953915603534328,
- 1.2841071298078024,
- 0.40074551635143174,
- 0.15629313019395152,
- 0.7365130756375294,
- 0.8479172421804632,
- 0.711221889036233,
- 1.0353396574075098,
- 0.893270050584798,
- 0.5154025341515407,
- 0.8238574185395505,
- 0.7060686979754751,
- 0.39938701053587705,
- 0.2105663758394163,
- 1.1331455481793746,
- 0.48572047175744626,
- 1.0477636301747046,
- 0.7797398223748755,
- 0.5879929897153969,
- 1.3500872889639788,
- 1.3166170659402683,
- 1.2476900562822184,
- 0.7986572839719563,
- 0.43302751418803476,
- 1.2746672102897836,
- 0.7048608088034822,
- 1.3549538569714188,
- 1.168179079091167,
- 1.2308563765164806,
- 1.3146850291521122,
- 1.082935866577375,
- 0.5560194930017868,
- 1.3592500418063587,
- 0.20048765654254147,
- 1.098088639078722,
- 1.354310226636773,
- 1.3063747725962096,
- 1.0006184372280689,
- 0.8585318022470911,
- 1.137665991436007,
- 0.47378792836945116,
- 0.8384151604696798,
- 1.349621241746176,
- 0.9263660587389391,
- 1.2089214336396656,
- 0.46114981711781056,
- 0.7466334739033225,
- 0.9004104485738221,
- 0.08698280681448076,
- 0.4394463778194956,
- 0.6578755069635341,
- 0.9746725865793852,
- 1.3585575358901556,
- 0.8984407639587911,
- 1.0870378973725088,
- 0.7122857271070395,
- 0.3489564395319875,
- 1.410452498727085,
- 1.2651554186527185,
- 1.1892263494160287,
- 0.3596942850171347,
- 1.2884476973188834,
- 0.9380056073373227,
- 0.3324244017662384,
- 1.309336103796187,
- 1.0214128197419134,
- 0.45447978889785867,
- 0.5210733579691773,
- 1.2683830894571817,
- 0.5399107533915304,
- 1.1334348240979568,
- 0.431626923777405,
- 0.8721109069585048,
- 0.8828504182439322,
- 0.9501689252972996,
- 0.3754126393520532,
- 1.2031342478346065,
- 0.39500130915491094,
- 0.878619355772792,
- 0.44207847080099155,
- 1.1370149908484464,
- 0.08505338014036182,
- 1.1488619550877488,
- 1.3954070120736326,
- 0.9471224641453455,
- 1.0964110378671448,
- 1.2785431696750094,
- 0.7403008854792554,
- 0.16570505147320438,
- 1.2176538700662791,
- 1.191729661197531,
- 1.3626328360808542,
- 1.3854908666239392,
- 1.1043465467771973,
- 1.295185116143152,
- 1.3491439502211626,
- 0.30513931276103085,
- 0.8059204897668361,
- 1.133021181507762,
- 1.1837543232837866,
- 1.0342634599549916,
- 0.05951134698713053,
- 0.8483512779211207,
- 0.8881646212224376,
- 0.9117228028310864,
- 1.3117520916303755,
- 0.002420101637629332,
- 0.6078029285726599,
- 0.7229893742759247,
- 0.6016148716553685,
- 0.7851088897509789,
- 0.7857456372420731,
- 1.276265416486793,
- 1.3170754353845313,
- 1.0504710943349533,
- 0.51348611813527,
- 0.6830943434080154,
- 0.6423510047885305,
- 0.6026749733789645,
- 1.14985095884069,
- 1.2811067636409255,
- 0.9157056597158241,
- 0.8080191405783391,
- 1.3354722874646776,
- 1.2553882030057688,
- 0.6200363718502726,
- 0.9327922322528891,
- 0.3869176159629107,
- 1.2277505226189755,
- 0.15008612500003524,
- 0.2861587804427213,
- 1.2911392420087562,
- 0.9245513014821125,
- 1.2526308823053842,
- 1.3047415630668449,
- 0.056722471513141255,
- 0.6417278038959565,
- 0.753946623634001,
- 0.18860474231400678,
- 0.7683169274032091,
- 1.3954196755155197,
- 0.12186499698948418,
- 0.7982317920997984,
- 0.6571696937271025,
- 0.45474525326276377,
- 0.8091671348970964,
- 1.2397768700000464,
- 0.765018946148952,
- 1.2372564416430558,
- 1.114041208231785,
- 1.2382511304823507,
- 0.6386581227910878,
- 0.5068082672321252,
- 0.2982388212900902,
- 1.325938249223009,
- 1.3069220431175255,
- 0.5349805498889991,
- 1.3363989160404979,
- 1.1735392495921937,
- 0.624719627458951,
- 1.3688350499386954,
- 0.9471320268076464,
- 1.3676547248956952,
- 1.2569010966012202,
- 0.3761638784598801,
- 1.206491738582126,
- 1.077567364426737,
- 0.5434967329721462,
- 0.47450283296323564,
- 0.8310029370787388,
- 0.748194935216277,
- 1.2288491598285172,
- 0.13752911221023092,
- 0.8694222599568872,
- 0.7096007671831649,
- 1.0159584200378946,
- 1.2465049464149995,
- 0.046945547439731575,
- 1.3689694215956147,
- 0.8339249177674948,
- 0.6603593845888988,
- 0.5213776553625956,
- 0.48352803326389254,
- 0.325300393621296,
- 0.25277606166808547,
- 1.2518413293521757,
- 0.5880929564999565,
- 0.8461610239379428,
- 1.168011902447184,
- 0.3768177329002681,
- 0.3461102102728044,
- 1.1997024668833924,
- 0.0829190677198962,
- 1.0805632141771577,
- 0.6966308211511368,
- 0.1967683736031518,
- 0.6978929708332128,
- 1.0503392166119667,
- 0.6835884151790732,
- 0.886807569466794,
- 0.6213190529354647,
- 1.05101237901212,
- 1.2571663989301045,
- 1.1173393219445216,
- 0.8636747350103025,
- 1.3738681716745025,
- 0.2532224241834847,
- 1.303047493421457,
- 0.8881782902692125,
- 1.3869987286558636,
- 0.9127610229819073,
- 0.652600585570016,
- 0.9588052331345349,
- 1.3870261667825157,
- 0.04565168536818562,
- 0.9862905865782786,
- 0.30231154266279064,
- 0.6640905085504117,
- 1.0418660948607563,
- 1.3432346433709725,
- 0.8514332771946718,
- 0.6987665166041819,
- 1.3782196607555277,
- 1.1686962196828241,
- 0.0632321049900716,
- 0.6523689421434733,
- 0.27661077315215143,
- 0.8056215954393392,
- 0.7128574083179594,
- 0.702164782567283,
- 1.2631369919552686,
- 1.2898427501346417,
- 0.690601213046883,
- 0.7779693250461506,
- 1.175378267966421,
- 1.1579939734422893,
- 0.07295387899119038,
- 1.1761463581419225,
- 0.8194967449754095,
- 0.8337086324343245,
- 0.3713909623851675,
- 0.39767397623929096,
- 0.16048419171718997,
- 0.7819970377623537,
- 0.7204070207510386,
- 1.408742586352011,
- 1.0308864872354107,
- 0.7862232929770191,
- 1.194736836291135,
- 1.2758737830739877,
- 1.0481917681994222,
- 1.2540751272037145,
- 1.3265630468337748,
- 0.5113323583977316,
- 1.1516064833967865,
- 1.1592555084543132,
- 0.16276302683124505,
- 1.279311555562949,
- 0.36668530979462055,
- 0.41725782859238353,
- 1.1213350821265506,
- 0.9751374392284202,
- 1.042961810720248,
- 0.5725611984829314,
- 0.8071280392650557,
- 0.561539329444849,
- 0.342373540691525,
- 0.3114247419929897,
- 0.3363530736454082,
- 1.1019890037662636,
- 1.298265714874567,
- 0.8349711725193913,
- 1.3309804816599755,
- 1.4012415489682615,
- 0.8539742640471603,
- 0.4841999417334533,
- 0.3976041876814256,
- 1.2284361452432502,
- 0.5865541989143457,
- 0.997499947743136,
- 0.635783305285541,
- 0.8400382639597522,
- 0.40731227352556093,
- 0.5826867249449192,
- 1.091675611016517,
- 0.8253467916548384,
- 1.3267009022433907,
- 1.0101523896603015,
- 0.902922043215879,
- 1.1452072430596436,
- 1.3676872019072044,
- 0.7306299611000557,
- 1.1474890234089024,
- 0.9376241569444825,
- 0.6445879471945347,
- 1.2288748841987578,
- 0.2869426988877697,
- 0.8155271876069096,
- 0.8331607829175395,
- 0.18649387237679899,
- 0.2502272169265312,
- 0.38923405620245694,
- 1.0266403481442201,
- 0.8110800750231387,
- 0.1541445384102124,
- 0.6377213720861966,
- 1.3608662799063211,
- 0.535742441100449,
- 1.3817763374525085,
- 0.22407296776179236,
- 1.2444986226724732,
- 1.1192937867465695,
- 0.12005480008218043,
- 0.6279938745576492,
- 1.1667685015081486,
- 0.5281975474458853,
- 1.2925480781134537,
- 0.09589452438614933,
- 0.8440191287919288,
- 1.2178842563969972,
- 1.1160769849929473,
- 0.9707979375109086,
- 0.6020849418195467,
- 0.004798242330308512,
- 0.27657395091665676,
- 1.3832492374826058,
- 0.7887302484706467,
- 1.0897423334724647,
- 1.196303925014325,
- 0.2756829873619115,
- 1.3051902207742472,
- 1.016670993989287,
- 0.9765268603594012,
- 0.9867218411939237,
- 0.09807745940468522,
- 0.5751934153871086,
- 0.4014583270181704,
- 0.8925815311013006,
- 0.2573983807273351,
- 0.8375160553101577,
- 0.27181069318051815,
- 1.293291702022352,
- 1.3264836505236774,
- 1.0736226861782157,
- 1.072793299868336,
- 1.2917615213987035,
- 1.0641527477128354,
- 0.45843306383738713,
- 0.7949808788544791,
- 0.819466036757539,
- 0.6751057599842278,
- 1.2437473518883941,
- 0.6422270932193186,
- 0.07748793566750976,
- 0.8779119233379199,
- 0.6392743093353429,
- 1.3732020349958491,
- 0.8308095231004128,
- 0.09421789805066846,
- 0.08226570555045816,
- 0.6871818093925601,
- 0.2797864312689615,
- 0.4591835330924653,
- 1.024833615496019,
- 1.1406155551726382,
- 1.3868793776124375,
- 1.402442484509878,
- 1.4120351560054867,
- 0.5506311996134469,
- 0.8164156352025206,
- 0.3569019503696889,
- 1.3411259153816382,
- 1.3784988358677506,
- 1.0695758635230748,
- 0.6705075770422116,
- 1.2152431887276824,
- 1.259801982915779,
- 1.343528817089271,
- 0.569208161820585,
- 0.27607326827108064,
- 1.1622073809925788,
- 0.9680735281728394,
- 1.391339005795523,
- 1.1506927137322875,
- 1.4114478703946904,
- 0.9862509024747543,
- 0.8906580196173675,
- 0.8135186149400514,
- 0.44498404385488055,
- 0.2678831739052971,
- 1.0596215367538857,
- 0.21366934154924075,
- 0.7629061578367425,
- 1.3712584349220216,
- 0.41634796331648016,
- 0.6762669897990183,
- 0.3920732421516257,
- 0.7877838121477064,
- 1.2504225138331921,
- 1.374063202396498,
- 1.3512974716618567,
- 0.6136357276011821,
- 0.24198837266573914,
- 1.0689951101272437,
- 1.1709352016188472,
- 1.0350025794542137,
- 1.2797648809717408,
- 1.0278966108310024,
- 0.8972922491355132,
- 0.7150719220782024,
- 0.6307119368597648,
- 1.1054216544972975,
- 0.6861508335400495,
- 1.2770019147393588,
- 0.4168534586647047,
- 0.5182097271980267,
- 0.9976021649836637,
- 0.426291385950462,
- 0.13928510648945924,
- 0.6390496257706607,
- 0.021115523294867843,
- 0.7751056654415337,
- 0.7766456159442535,
- 1.2168265528123543,
- 0.9774438660105796,
- 1.2091858695509303,
- 0.461326414857744,
- 1.2140735546860866,
- 0.35476184532056587,
- 1.014208415314693,
- 0.6521084343271761,
- 0.7652434472323097,
- 0.6927493083165125,
- 0.5405452801212578,
- 1.2301937873391893,
- 0.8145985145042777,
- 0.8385144188197882,
- 0.6866604252184711,
- 1.2891178212900938,
- 1.3403287042023537,
- 1.2190178724520284,
- 0.37227249403329726,
- 0.3074940573243032,
- 1.2172779582896116,
- 1.3546636360147417,
- 1.013809925328773,
- 0.7616615463807912,
- 1.2725728247302066,
- 1.1150029314405474,
- 1.2978135646462174,
- 0.9453822845825861,
- 0.36622601690489415,
- 0.4069577930892686,
- 1.1962713417145856,
- 0.6895546302884381,
- 0.2948277924874705,
- 1.1083588674558391,
- 0.13786489555762757,
- 0.2076612331143297,
- 1.2740907582747352,
- 0.5870525969672191,
- 1.1670425086042238,
- 1.2664793828061573,
- 1.1848366458237707,
- 1.2613075504344842,
- 1.065396148371698,
- 0.7544265585766152,
- 1.376376323766247,
- 0.40551345452865645,
- 0.7015868403689877,
- 1.05558874986136,
- 0.27336811213765316,
- 0.8864168489137857,
- 1.2437506766548148,
- 0.7666198330095954,
- 0.7134830251069046,
- 0.9862288484458321,
- 0.26666360731492444,
- 0.6871117091426941,
- 0.5720016402808369,
- 0.779336295565059,
- 0.003199523585287378,
- 1.2321155681480171,
- 1.3480896755775633,
- 0.3409278504051006,
- 0.9199610038139818,
- 0.7648640859902183,
- 0.1838102934175792,
- 0.9023308991193559,
- 0.7976235133085121,
- 0.49244528917383085,
- 0.7797171611397868,
- 1.358808133136433,
- 0.8626707175099669,
- 0.8228059249238389,
- 0.7196312875282291,
- 1.3807693238573582,
- 1.3369159337234169,
- 0.38420607331747264,
- 0.7011024416149709,
- 1.3751950168068099,
- 1.0988865426840346,
- 0.30804305379704255,
- 1.3674750082429905,
- 0.29204974234448466,
- 0.8455005706951356,
- 0.8966815794649707,
- 0.6417367073136977,
- 1.1031637509488605,
- 0.6273757761123817,
- 0.6182053086294631,
- 1.4058623682832005,
- 1.2009911067273622,
- 0.6256758722043233,
- 0.287390281191972,
- 0.5647389417320916,
- 0.1614384703242738,
- 1.1969754152856389,
- 0.7739345379158697,
- 1.2841447469775238,
- 0.873437283986641,
- 0.2506677042633301,
- 0.04784276441334928,
- 1.2308682550972971,
- 1.1956784485418346,
- 0.7466917998693116,
- 0.6494931695261952,
- 0.2444443450411953,
- 0.9004484019222805,
- 0.9013990541934829,
- 1.034094760708629,
- 0.7578464992867843,
- 0.5508165282737166,
- 0.6950290240184339,
- 1.3591083869872995,
- 0.9725786484345752,
- 0.3072445607583466,
- 0.6791986912608527,
- 1.1731864501287024,
- 0.8828669193164486,
- 0.4989056548784812,
- 0.5934770698424393,
- 0.2760563784835289,
- 1.3552911237608027,
- 1.2975079183492617,
- 0.17453684360824376,
- 0.9014716439909642,
- 0.8151133576570346,
- 1.2444145608123067,
- 0.7438135122397644,
- 0.06434357366411622,
- 0.3843620754969459,
- 0.629512334714294,
- 1.3142759254996188,
- 0.3106315282212756,
- 0.4691533223997712,
- 0.7569047627988983,
- 0.6519850481285445,
- 0.3232018913301828,
- 1.1187774716250245,
- 0.9388106063399876,
- 0.9012074669672812,
- 0.6574670338945251,
- 0.7185164173478892,
- 0.6151329307009532,
- 1.3692996721372979,
- 1.0315334311590656,
- 0.6815929412221357,
- 0.940629846013785,
- 0.15399596847829702,
- 1.0040319303035488,
- 0.7304373053886708,
- 0.8537245640694122,
- 1.3930399212383373,
- 0.970811021574077,
- 1.100724111752301,
- 1.3450999371276258,
- 0.5658173387013702,
- 1.1819332253053991,
- 0.8234095290008315,
- 1.122043478431283,
- 1.0133644220462819,
- 0.9931928850476283,
- 0.8034576259107589,
- 0.7189483181746943,
- 1.198167077564948,
- 0.17834263324465177,
- 0.8628252092292563,
- 0.6924264117722533,
- 1.2600538630445817,
- 0.3725471640355491,
- 0.318947489388037,
- 0.3712637112517142,
- 0.5990945916301288,
- 0.9431891090165333,
- 1.184919840730897,
- 0.24875663879437487,
- 0.01588430935900884,
- 1.1516633477596936,
- 0.6138531490790625,
- 0.8824526392642345,
- 1.1114292152929501,
- 0.2267008359116895,
- 0.018026451004713378,
- 0.03451454199238571,
- 0.0037244880691260254,
- 0.5744443907409815,
- 0.6933661345768605,
- 1.0128191848742598,
- 1.0791323980545073,
- 0.4863466702910574,
- 1.0868885558599062,
- 1.2318856484949756,
- 0.579886875940515,
- 1.0009594724630704,
- 0.688494426961646,
- 1.0065451981996507,
- 1.289843678052276,
- 0.6928270479140749,
- 1.3499723902268514,
- 1.2606326476641068,
- 0.7906100413912956,
- 1.3717366121957157,
- 0.7375697698278394,
- 0.3807460481255663,
- 0.2630109737250327,
- 0.48236158300136367,
- 1.135633186978355,
- 0.1027429458517062,
- 0.5268890280109918,
- 0.5323365523474358,
- 0.9861593240346201,
- 1.4090434568949628,
- 0.46446542123376566,
- 0.5378572778077261,
- 0.7068144118231997,
- 0.14975552428818215,
- 1.0694353855868743,
- 1.3316965238844691,
- 0.7815029713651398,
- 1.0737990190996638,
- 1.3504260942839839,
- 0.9863159540439873,
- 1.080773173512722,
- 0.5292069572339821,
- 1.3005168917693848,
- 1.4081827212305027,
- 1.024074640849299,
- 1.3331221882538018,
- 0.10258391101065609,
- 1.0768800372887972,
- 0.6589379187889502,
- 0.5728407523651516,
- 0.2722064545572379,
- 0.37054310130770457,
- 0.25492571313410195,
- 0.4084140534214151,
- 1.2325051955085984,
- 1.2086539296171928,
- 0.5123826807227991,
- 0.2684901395687942,
- 0.5222535857368162,
- 0.8024862060822753,
- 1.1360318598122914,
- 0.9528743542699758,
- 1.2866987803112537,
- 0.8368406113526982,
- 0.2405821146712568,
- 1.132538977997856,
- 0.2073048105686354,
- 0.18714763618875513,
- 0.6561750232453891,
- 1.3076762188908408,
- 1.1331895782793648,
- 0.22561973856630566,
- 0.8103311317991031,
- 0.08137250927976585,
- 1.3476960093719332,
- 0.3539881466964753,
- 0.0039584842444878275,
- 0.0026783968363590176,
- 0.1156500385381323,
- 1.022854609449681,
- 1.1126349555208546,
- 0.35010809032692636,
- 0.29401292335313056,
- 1.2610116092070818,
- 1.411456931467342,
- 1.274943476359849,
- 0.8715129544376846,
- 0.10946730631978793,
- 0.371509796490611,
- 0.6603681209619854,
- 0.6699224590385123,
- 0.8907504501624504,
- 1.1606010626696264,
- 1.0013142147427123,
- 0.827355835799211,
- 0.23026993507547855,
- 1.3967192551110628,
- 1.3595018301207835,
- 0.7257379263747986,
- 0.017402707286297284,
- 1.204280638257071,
- 0.2156269873229362,
- 1.2051093132194963,
- 0.5613581579933632,
- 0.9199156048793881,
- 1.2694902954406153,
- 1.1292796212125746,
- 0.4829726777841678,
- 1.284633722963638,
- 1.047019865473917,
- 0.28659387237631895,
- 0.5389881863585472,
- 1.0654266904330922,
- 0.9380923922357167,
- 0.48630168412657965,
- 0.9640602511494748,
- 0.4692886632982044,
- 1.3489400378605032,
- 1.1780333430652807,
- 0.6929225985118693,
- 0.9348931900040514,
- 0.131234942629482,
- 1.1410642578754628,
- 1.3652571468360892,
- 0.40002370831543194,
- 0.5031589469637624,
- 0.4427104704706652,
- 0.708270140507595,
- 0.18187274084126967,
- 0.15779698419434351,
- 0.9368037745881901,
- 1.1621966924089508,
- 1.1909654559436025,
- 0.8303285022202911,
- 1.045362411045608,
- 1.0767875370720772,
- 0.6864461459505989,
- 1.372757507052382,
- 0.4802520746372395,
- 1.0773092923361003,
- 1.270251058036739,
- 1.0487966425076152,
- 1.1504930209369202,
- 0.20729844255213237,
- 0.7890046751419266,
- 0.23137971336618676,
- 1.0927849178151374,
- 0.7772170659249545,
- 1.0030898207599526,
- 1.2035428245902537,
- 0.16461947300358748,
- 0.5320542709053013,
- 0.5264252672181633,
- 1.1115331491310698,
- 0.8321910880501349,
- 1.1047341995663373,
- 0.7522459856632701,
- 1.1443274191838428,
- 0.31734581361249453,
- 1.299042191483861,
- 0.7554139688467524,
- 1.236236873857222,
- 0.006315545035366853,
- 1.2791146607579886,
- 0.8121516729527622,
- 0.9063655500721579,
- 1.3119119640703867,
- 1.3559203614960351,
- 1.3267193618562596,
- 1.243539539815957,
- 0.6704564884264174,
- 0.6308966195812085,
- 0.1570947131644707,
- 0.014094944790898819,
- 0.7838523615777456,
- 1.2917747393491399,
- 1.408044759198433,
- 0.6624368105413375,
- 0.4046701957583753,
- 1.3582332616048542,
- 1.2581941788585256,
- 1.1439151805663226,
- 0.01074489292701919,
- 0.4895149937086869,
- 0.3932972661489774,
- 0.06006867663634839,
- 0.4576494235546442,
- 1.3795661411657143,
- 0.7782638042817539,
- 0.41705785057358336,
- 1.1118436249171757,
- 0.41302232463911037,
- 0.3157119521926992,
- 1.3101029977642014,
- 1.2637451298420175,
- 1.334223081818527,
- 1.3547581008879588,
- 0.378031974531593,
- 1.1510583091053117,
- 1.0490589336907188,
- 1.3242662853291416,
- 0.4938883337540082,
- 0.16494915488829537,
- 0.5509166511403235,
- 0.6344351171341281,
- 0.5658661499244177,
- 0.7057345597581226,
- 1.0150630372243377,
- 0.3869143543710554,
- 0.004205077989019624,
- 1.3714865272429824,
- 1.2139648862619303,
- 1.0960402871597077,
- 0.720827543079052,
- 0.6218566843859782,
- 0.7526386353779009,
- 1.0367085971264747,
- 0.9254745539138133,
- 0.7359337738484737,
- 1.1154723019106776,
- 0.9882645768454135,
- 0.841536534169396,
- 1.3236788915678512,
- 1.0358951493793787,
- 0.38026554769415155,
- 0.5612177068344992,
- 1.2513599963413389,
- 0.924748002684075,
- 1.3612586446200357,
- 0.906270856096461,
- 0.7259422855610905,
- 0.21908770374704226,
- 1.3218074072210773,
- 0.8269341250268657,
- 0.9436720804276827,
- 0.40718509551903054,
- 1.2255378141255084,
- 0.5914488699245538,
- 0.6202633700362431,
- 0.9122787253125685,
- 0.14430782757062624,
- 1.0124959761404404,
- 0.6310309176838702,
- 0.20489552203726127,
- 0.4177493948326776,
- 1.2011407132286653,
- 0.543447940395768,
- 0.7075424138345782,
- 1.2196466943366024,
- 1.0921242548797283,
- 1.1385838745405457,
- 0.9896057699157229,
- 1.1535895423976739,
- 1.1048911667851093,
- 1.0208351774509692,
- 0.3144709043117353,
- 0.22010934438197866,
- 0.8107862860220909,
- 1.0925955964984249,
- 1.2592815306403284,
- 0.2788921682056922,
- 1.4116895763281443,
- 0.28166247790268123,
- 0.9697948194124683,
- 1.185315157306305,
- 0.622733442284582,
- 1.079956366171546,
- 0.8282813460678163,
- 1.1646322631608208,
- 0.8785800726602361,
- 0.6308526714827417,
- 1.3218267781538855,
- 1.3378532322087828,
- 0.6493487746549566,
- 0.39081294288134744,
- 1.2338664785255729,
- 0.43401912537472576,
- 0.18098207270306424,
- 1.0514686821096793,
- 1.2139104803773517,
- 0.3793536502977577,
- 0.5791862260949084,
- 0.5019080320907701,
- 0.9656686775172044,
- 0.7114065207946195,
- 1.3221702763725895,
- 0.6554475230414696,
- 0.11622667227861658,
- 0.46079446382891,
- 0.25328199320718475,
- 0.18060040541885805,
- 0.1403442385225964,
- 0.8351351461026327,
- 0.6454174063952066,
- 0.45755323899708916,
- 0.7319935358016612,
- 0.592461790428336,
- 0.552637031186102,
- 1.3811390761838997,
- 0.6300267576346164,
- 0.2313506479904161,
- 0.27902155251064503,
- 1.3489000041002,
- 0.2792686719426793,
- 0.39720870731912317,
- 0.9201735962981507,
- 1.30446989984658,
- 0.9392461335214467,
- 1.3626661312393924,
- 0.2641492124834499,
- 0.13724562620980418,
- 1.0671453151125232,
- 1.3209193900148342,
- 0.6732740089361477,
- 0.9694163726466736,
- 1.3175889720110239,
- 0.8528859890150123,
- 0.056048309182484955,
- 1.2820304920309886,
- 0.1478274292430167,
- 1.289515911239705,
- 0.7652430630178284,
- 0.6080699352807477,
- 1.101132381104132,
- 1.2223745900327703,
- 1.2913372707733772,
- 1.0101735793532038,
- 1.0895883350858135,
- 0.20787248701543326,
- 0.7335284971065659,
- 1.2375619375727034,
- 0.6925373523369096,
- 0.44700339243077536,
- 0.8290582672845368,
- 0.847091801097836,
- 0.9111810176117708,
- 0.7851092044595332,
- 1.384560496568612,
- 0.8434360978391944,
- 0.9206642822012964,
- 1.1749830615135692,
- 0.9754607641265918,
- 0.0026433227611009353,
- 1.1160387318471432,
- 1.340146289780267,
- 0.6818689389212308,
- 0.8937341957607103,
- 1.2410828485036178,
- 0.6343971888338953,
- 0.16659607616850394,
- 0.15229717133746198,
- 0.24350427863457844,
- 1.3333086021407208,
- 0.7848236075654939,
- 0.8498713812990539,
- 0.6989349503467878,
- 1.382440359776866,
- 0.1544078341812128,
- 0.6240582298711156,
- 0.4013965861141202,
- 1.2126781468201873,
- 1.3416133117004134,
- 0.27761321125984617,
- 0.8466315930920436,
- 0.25715754800616203,
- 0.30657830884139764,
- 0.7315585052644411,
- 1.269198837387538,
- 1.05485857721271,
- 1.3771410565248055,
- 0.6734255366925916,
- 1.2803505074198362,
- 1.1570353277983507,
- 1.2730089397700675,
- 0.8282849982191117,
- 0.8952358207888026,
- 1.0863629334542246,
- 0.4935692009805117,
- 0.8826075077287098,
- 0.7857785816133686,
- 1.2685186244461437,
- 0.9181663425196956,
- 0.18826630951859544,
- 1.1082223610569113,
- 1.3818869044868847,
- 0.6366038423757044,
- 1.1925138966376412,
- 1.3631403147527095,
- 0.9277414541244159,
- 0.025690264245170027,
- 0.04082955215151023,
- 0.8659173984804932,
- 0.9449233904028926,
- 1.1703318318861118,
- 1.3199835361294037,
- 1.3368274371185644,
- 0.4312433559135694,
- 0.8972278445024003,
- 0.14365914815259928,
- 0.7965169831468619,
- 0.33510713237974094,
- 1.2872836026885761,
- 0.7491627868601083,
- 0.9789337918738186,
- 0.972583132366056,
- 1.1352192966188686,
- 1.3182866611927457,
- 1.189082993782598,
- 1.2843552400281595,
- 0.6871582481566451,
- 0.8927031307774007,
- 0.3297381633264909,
- 0.5590517646545275,
- 0.023807897928415468,
- 1.0491134073062491,
- 1.2280834854922347,
- 1.2381720469887372,
- 1.3282032019441696,
- 1.3886883820762301,
- 0.23383412503288442,
- 0.20087724333268941,
- 0.6049780997351881,
- 1.19167915385661,
- 1.2503284109828334,
- 1.1939570353143285,
- 1.3691741953605898,
- 1.410633730724843,
- 0.12017750099763774,
- 0.8644325982140648,
- 1.2253245782654874,
- 0.46288339484856567,
- 1.3063407710370716,
- 0.7039481794732663,
- 1.407608820296624,
- 1.002601826493968,
- 0.5970282621275576,
- 0.590576201654816,
- 0.9698753948553448,
- 0.3885957314080248,
- 0.5106689661012732,
- 0.4664273342767979,
- 0.8372364280830419,
- 1.1078276089920385,
- 0.9234267828788311,
- 0.7822380689642544,
- 0.6538031809888114,
- 0.3093648896957136,
- 0.7215484767992664,
- 0.22372265915745557,
- 0.8582195873922275,
- 0.07297626930908158,
- 0.145989266796605,
- 0.6464222717543473,
- 0.1366088052948003,
- 1.3566435453030536,
- 1.2669012007961395,
- 1.193964516942551,
- 0.19096841331948408,
- 1.2922811768512859,
- 0.3554434741903477,
- 1.2776791323473342,
- 1.3771707482552198,
- 1.3012343229855043,
- 1.1541690802203128,
- 0.9087372343360236,
- 1.098486211641067,
- 0.35529491624540044,
- 0.7152685021564913,
- 1.4128423501052834,
- 0.929167787680676,
- 0.02163928557889252,
- 0.29475231879414837,
- 0.6609807724828591,
- 0.5786971897554437,
- 1.30137402603562,
- 0.44256391724179034,
- 0.33384792673667735,
- 1.2601753286544168,
- 0.46428239416352496,
- 1.3048034076679684,
- 0.5455329248742182,
- 0.33602801993939735,
- 1.108093629283636,
- 0.1491447704353731,
- 1.2750605059116904,
- 0.10848429694611247,
- 0.3974201883819128,
- 0.9630853626164196,
- 0.6969713373737945,
- 0.03274713853367751,
- 0.1751539431471165,
- 0.573371803767049,
- 0.5016441693574408,
- 0.11814196973642638,
- 0.6209930361040762,
- 1.3932488221002877,
- 0.14808560032425452,
- 0.6231705586535331,
- 0.9831788813838055,
- 0.6971274835730529,
- 1.3293494924932023,
- 0.6433148647204682,
- 1.3030872842208,
- 0.7520339893473205,
- 0.44988511556905936,
- 0.7907817513410743,
- 1.0159268190984176,
- 0.5403736663857274,
- 0.49859745718439197,
- 0.5524215356730651,
- 0.10310738471203626,
- 0.6720377126396987,
- 1.1086617083663242,
- 1.1594388059808778,
- 1.1233037106921784,
- 0.5561107413426971,
- 0.7634437878267142,
- 0.4048146187352572,
- 0.5235572652943782,
- 0.20952253766795567,
- 0.8118594881039117,
- 0.20350453046926262,
- 1.4069483581531137,
- 0.0049350550089928835,
- 0.049054938298235054,
- 1.1998723924361197,
- 1.2941104288436995,
- 0.7378949698352361,
- 1.232811393453524,
- 1.2187364671647773,
- 1.3153932511362498,
- 0.6764085963717843,
- 1.3209955936807076,
- 0.22096823831087364,
- 1.202846923863237,
- 1.40340065894407,
- 1.1586382871133292,
- 1.0818344988362867,
- 0.2156859292782319,
- 1.164163125208876,
- 1.2928922444912507,
- 0.33379309967979576,
- 0.535012771771023,
- 0.3700074782556166,
- 0.15881384755761446,
- 0.23435764999817876,
- 1.3627749742789605,
- 0.6194505102239657,
- 0.9350944976533576,
- 0.11604932768692831,
- 0.4991577213060844,
- 0.1993648774399004,
- 0.206205325068753,
- 0.05455548607709611,
- 0.019804662533867527,
- 0.4144242716170761,
- 0.8732796812968775,
- 0.5119773385449615,
- 0.03936068447851905,
- 1.326765711956157,
- 1.3784696289334175,
- 0.6174996235862151,
- 0.9469282117907067,
- 0.9919139114383678,
- 1.107816763228727,
- 1.3017601562448315,
- 0.4544199067365461,
- 0.3716520450072637,
- 0.5744563300388793,
- 1.33637586617535,
- 1.2326588656229243,
- 1.3229568550886983,
- 1.1988814209816774,
- 1.001979715596068,
- 0.384616939134792,
- 0.3564896271660966,
- 0.6683046581212453,
- 0.12861655386188678,
- 0.26536908257235015,
- 0.1034792200356222,
- 0.9388135799817174,
- 1.3068172460114988,
- 1.3562605431197514,
- 0.04180668506511342,
- 1.2739328831444603,
- 0.024588212796234587,
- 1.3903978756965705,
- 0.7127073898461298,
- 1.154372032029403,
- 0.19440474636014268,
- 1.2655201864702217,
- 0.12050033109517683,
- 0.9171400487675669,
- 0.24186340325321545,
- 0.3388036275639514,
- 1.3220493430822253,
- 0.9579211693901586,
- 0.6220161792235577,
- 1.2628746787509944,
- 0.18228412396997748,
- 0.37064282393891174,
- 0.5896668729096473,
- 1.3576651208725992,
- 0.7229817885311979,
- 0.140809170012627,
- 0.5131830724552543,
- 0.2729659228870774,
- 0.6574313242827341,
- 0.30729525026979837,
- 1.3552647816315408,
- 0.41357353624330473,
- 0.20084410761718324,
- 0.6813711297564962,
- 0.46468134567892905,
- 0.38298801919206177,
- 1.2507490227534521,
- 0.9502927137878058,
- 0.7398195119821565,
- 0.6588340475096465,
- 0.7206035779728635,
- 1.0720662521052926,
- 0.6864528912080889,
- 0.9675805191564083,
- 0.7148945537021659,
- 1.0884499640879595,
- 0.9650047731579985,
- 0.45432350519300496,
- 0.694767892177429,
- 1.3612920313615589,
- 0.43426822375915974,
- 0.3702228696569468,
- 0.9531925013690923,
- 1.1787754845483864,
- 1.3764197730136671,
- 1.2895532148101532,
- 0.2309784799253249,
- 1.2297355031757164,
- 1.1453224797266703,
- 0.8988726277110874,
- 0.902796057493199,
- 0.90949724304609,
- 1.0657616594754444,
- 1.0996495008083635,
- 0.296024448292381,
- 1.095929758795907,
- 0.39689169860257456,
- 0.9183914718421395,
- 0.8604249645149894,
- 1.078239499926795,
- 1.1932112022449668,
- 0.6113681274608139,
- 1.3582905079624226,
- 0.03676706539473277,
- 0.9026995718927445,
- 0.9409903419961847,
- 0.17124711087926267,
- 0.9795368601226674,
- 0.9345921909683254,
- 0.2446880132243405,
- 0.012166679340040436,
- 1.2845594105496771,
- 0.8712699598532593,
- 0.6302374581333816,
- 0.9426467957242326,
- 0.7680972036467918,
- 0.7384303637802857,
- 0.6930260431422731,
- 0.35284210597494,
- 0.13175049610469927,
- 0.258880781221672,
- 0.8848889849894298,
- 0.7220357129351692,
- 0.17306081742417728,
- 0.9481191446905779,
- 1.3019115280181237,
- 0.471940645395069,
- 1.3296446030838383,
- 0.4003328235878474,
- 1.3545107975424187,
- 1.4012048765527305,
- 0.7099624676329349,
- 0.7346759101191277,
- 0.44118823948030905,
- 1.050782945850044,
- 0.8876161730950102,
- 0.7847425489828767,
- 0.8054619465851877,
- 1.0941775165821044,
- 1.0848168474494184,
- 0.0072662271628766185,
- 0.036860719210046196,
- 1.0900208368846016,
- 1.1118077452589727,
- 0.7396808749418142,
- 1.0000835912013286,
- 1.3850034777946283,
- 0.005209353806340926,
- 0.6299872861869154,
- 0.2787633974507795,
- 1.005282243146878,
- 0.2754557137035227,
- 0.7962198164391663,
- 0.22584040818733492,
- 1.179616379916461,
- 0.05654239430916894,
- 1.152378120579358,
- 0.7290551041270297,
- 0.5904949052742394,
- 0.8489691008860767,
- 0.18384014694563222,
- 0.008312535073074325,
- 1.3675102878829195,
- 0.10679336603451861,
- 1.2174225602043758,
- 1.371415747348616,
- 0.9321339644030485,
- 1.325297652734986,
- 0.7571838587105353,
- 1.186416217370936,
- 1.2034200139606543,
- 0.6788717107654282,
- 0.987644699754736,
- 1.1887777777609811,
- 0.07256953356179481,
- 1.0206222689861384,
- 1.2400765622001415,
- 1.17219838362033,
- 0.5873101619310368,
- 1.2736515736809528,
- 1.1024539071000368,
- 1.2783293088311312,
- 0.29152157718311006,
- 0.8197794450895775,
- 1.1784070817832084,
- 0.5519439232053378,
- 1.3640904347864156,
- 0.924626517133566,
- 1.096123048055784,
- 0.6906488944162281,
- 0.8989976902006968,
- 0.5820624590814278,
- 0.5698659967549894,
- 0.355360453629431,
- 0.5102864907205165,
- 0.24817784092242026,
- 0.19132371232405784,
- 1.3765264513940652,
- 0.7451492783166642,
- 0.22087944284277566,
- 1.0578430624862958,
- 0.05269926555963981,
- 1.0585078056440074,
- 0.2542589646550526,
- 0.9201159602651672,
- 0.2568032279666275,
- 1.1467761463485395,
- 1.1225952213294186,
- 0.8781234242074748,
- 1.3783105853688202,
- 0.27934042160889627,
- 1.326382842884503,
- 1.3441727175059544,
- 0.5944915881580787,
- 0.40405925947204024,
- 0.9687039074459349,
- 0.46270217484201986,
- 1.3151716730605028,
- 1.1846081976633964,
- 1.2345204429316006,
- 0.705016850039789,
- 1.0604425270285922,
- 1.3421862954581614,
- 1.2592974711415634,
- 0.6745183732508632,
- 1.3955674206829844,
- 1.1473260889907249,
- 1.1783175080400528,
- 0.8011688917193796,
- 1.0322585582370587,
- 0.589723802020083,
- 1.0184482308746052,
- 1.0534085365683992,
- 1.1733365722025522,
- 0.49224730166341835,
- 1.1272643181346491,
- 0.6576853736401934,
- 0.7932636072251457,
- 0.5096373510954385,
- 0.9765028855168497,
- 0.43210856406825093,
- 0.4566800311483607,
- 1.3293909997867346,
- 1.214422935852951,
- 0.21877815004971615,
- 1.0972856900462222,
- 1.1051159547744365,
- 1.2063684675854522,
- 1.376316533611659,
- 1.3261517343323999,
- 0.9149552402553704,
- 1.1770866489507672,
- 0.47815742863040334,
- 0.665595799550987,
- 0.6961649933771231,
- 0.714913934864805,
- 1.0386262700487754,
- 1.19931207015864,
- 1.309116135404382,
- 1.2472304108748589,
- 0.3134559046806586,
- 1.3352891518406231,
- 0.3373043513945963,
- 1.2446867473088832,
- 0.4868116201762213,
- 0.5023092383540592,
- 0.8891246185872842,
- 0.7200093007778243,
- 0.8343035790482954,
- 1.1187927491981882,
- 0.9715223810921323,
- 0.3932000819624632,
- 1.0914198905079358,
- 0.35090987202060503,
- 1.1282078685618389,
- 0.5235688607320953,
- 0.8015554888586146,
- 1.1965513616454495,
- 1.1547043111710005,
- 1.0298987595471927,
- 0.6799774480492081,
- 0.6134266296570452,
- 0.9156298497917319,
- 0.7991010368227688,
- 0.2290849780184236,
- 0.3975215982994053,
- 1.4026407186646745,
- 0.615674830754766,
- 0.15543749417698705,
- 1.3363851867958514,
- 0.9734368223614946,
- 0.28308338406204897,
- 0.11048779061361916,
- 1.2282482081809467,
- 1.1439375867969577,
- 1.3274521607316854,
- 0.5263722864616697,
- 1.1327545585960532,
- 1.054029683769155,
- 0.7442625513766215,
- 0.848025764501265,
- 0.60058045904838,
- 0.5918274418218741,
- 1.3611522524799893,
- 0.07640956704728286,
- 0.5617352954676128,
- 0.16540067328448824,
- 0.27276628594661967,
- 1.004076862928411,
- 0.6757184638743015,
- 1.3414860640755895,
- 0.06113594975910179,
- 1.3925258768930395,
- 0.015988424325887585,
- 0.9322488603969595,
- 0.44295013735025385,
- 0.18247770006748845,
- 0.9238558563098079,
- 1.347279868788675,
- 0.6218197511627632,
- 1.0235769489633186,
- 0.1236387031496054,
- 1.060242428018468,
- 0.9705096407845626,
- 1.3483438717884997,
- 0.7407829124143698,
- 0.9571359161838404,
- 0.9926251929925284,
- 1.4038859379972348,
- 0.7860513630755875,
- 1.3188041316916006,
- 1.1415300180931143,
- 0.11403807242673804,
- 0.8617440476852589,
- 0.22808429202182282,
- 0.5956300517079117,
- 1.2837939549722654,
- 0.3309459130506202,
- 0.40669191433817004,
- 0.29223924813267876,
- 0.8411113125785762,
- 0.004165429298856555,
- 1.3830324223886703,
- 1.35191011496,
- 1.4054115740451711,
- 0.7819802121979493,
- 1.281435614232346,
- 0.6408592168312349,
- 1.304281771512846,
- 1.3667577255138808,
- 1.2829178776868144,
- 1.21575843949137,
- 0.5938991074082053,
- 1.2322097862030938,
- 1.3478376008077717,
- 0.9076256354837771,
- 1.032060844820793,
- 0.04706926301479965,
- 1.4121029176695463,
- 0.5280260652147539,
- 1.2795778408967746,
- 0.3821627455535287,
- 1.1791014462389464,
- 1.2873635091192852,
- 0.67420540026212,
- 1.2755703962824563,
- 1.2909520042612463,
- 0.968743351151983,
- 1.2099078054809786,
- 1.3573233012516666,
- 0.7239696566103789,
- 1.185885173710528,
- 0.5711468929020272,
- 1.3347042987998792,
- 1.3854606724727794,
- 1.2324713295679972,
- 1.2109505140538182,
- 0.3834598657306161,
- 0.8113692547157239,
- 1.2189665087450001,
- 0.05368459874657044,
- 1.353880640466261,
- 1.3513668301278432,
- 1.3897135349781913,
- 1.1301470169255639,
- 0.6738619472221222,
- 0.4435813712254182,
- 1.1957728325240202,
- 1.21243924334648,
- 1.2795285345775527,
- 1.103885097896093,
- 1.381630720308281,
- 0.4619114853843257,
- 1.1699936107788433,
- 0.8345828515324143,
- 0.918133819470175,
- 0.5019288501329718,
- 0.7935514798073638,
- 1.0480106528989286,
- 0.6570669060367395,
- 1.1040431209269466,
- 1.3276202122076095,
- 0.9933177427592744,
- 1.2760784728087926,
- 0.6318008950766987,
- 1.2624750345085187,
- 1.318978143333444,
- 0.2833326372465678,
- 1.1096053081260948,
- 0.46464616714360985,
- 1.264187675619975,
- 0.13021664687685194,
- 0.7361205367935955,
- 0.43058020350334786,
- 0.9335343516771715,
- 0.41185121555143006,
- 0.0961075705526868,
- 0.3622467225874909,
- 0.32337328685259037,
- 0.44331381929679403,
- 0.9061198331882501,
- 1.2480062785819046,
- 0.5371937097666158,
- 0.26026312841699895,
- 0.4410313456433908,
- 0.7194653404556789,
- 0.001754438170034457,
- 0.6442920343839684,
- 0.6859152135296614,
- 0.3443886367606622,
- 0.9251379691954305,
- 0.4808177957628068,
- 0.7135674739023409,
- 1.0087952152038346,
- 0.009859206001379928,
- 0.9723410085334466,
- 1.084161801878016,
- 1.3892218144427593,
- 1.2610866644981025,
- 0.6931648001656185,
- 0.13513755607260072,
- 0.19549345722750625,
- 0.2901573365584863,
- 0.34335200819708717,
- 1.2001688820379697,
- 0.9696461717916478,
- 1.0513892167010268,
- 0.5008045224127062,
- 0.7386830004073038,
- 1.003606148280726,
- 0.32528942552044654,
- 1.3199476081689252,
- 0.6724208455086366,
- 0.03768672485532034,
- 1.1555313072010918,
- 1.2807079495272966,
- 1.3876941475275908,
- 1.371178579177636,
- 0.3371127963090257,
- 0.5745362963948842,
- 1.2652041711198603,
- 1.0442106760217928,
- 0.513562742581065,
- 1.3147936091812678,
- 1.0081803734929304,
- 1.3078300799234304,
- 1.2587061244194555,
- 0.8001500494518091,
- 0.638724035065306,
- 0.9614077144432865,
- 0.721568683455823,
- 0.528791527597029,
- 0.12225488055570856,
- 0.24904133305222254,
- 1.015059409595251,
- 0.9456713301325061,
- 1.3278884389566639,
- 0.6088183950453216,
- 0.823701189622187,
- 0.6060419518385947,
- 0.764435245469754,
- 1.2900419953458127,
- 1.0085281576351195,
- 0.9867779295724358,
- 1.3742241858985793,
- 0.2466918908376344,
- 1.2776699218877052,
- 1.0525738801354079,
- 1.0568942224632825,
- 1.0839888069001957,
- 1.0656194960908043,
- 1.3433615615242527,
- 1.3772875622465974,
- 0.18789313652631917,
- 0.7080289553824572,
- 0.20399794637425414,
- 0.5932191837581675,
- 0.632969323390779,
- 1.2669914834680045,
- 1.2884808654919713,
- 0.051355586847900085,
- 0.4421621497411142,
- 1.0546104162131453,
- 0.847421833897705,
- 1.2323709770051057,
- 1.2587741247782032,
- 0.588577027078482,
- 0.7895317292922537,
- 0.6607344448523982,
- 1.3704339973498838,
- 1.3291881918136292,
- 0.049919448910175725,
- 0.30005736163360547,
- 0.40309161896152546,
- 1.0784660473426737,
- 0.8419574584892249,
- 0.5205241130926238,
- 1.0320696225892403,
- 0.32546439139544453,
- 1.1871314471703533,
- 1.2983901278425767,
- 0.20418339389549375,
- 0.07716192519280983,
- 1.2849815716899537,
- 0.9968744457533995,
- 0.531084793805581,
- 0.4844576674344806,
- 1.2910979893707815,
- 0.7527816253506683,
- 0.5997748992305171,
- 0.29998909541054286,
- 0.05813085420899418,
- 0.22815694457010513,
- 0.3595567210706031,
- 0.9831028232301185,
- 1.1699075184083296,
- 0.916699620879877,
- 0.9063824473045958,
- 0.6242070797787337,
- 1.355338963831692,
- 1.4098456903151604,
- 0.5413995322107104,
- 0.4041642894065352,
- 0.781048974188951,
- 0.8071267997381951,
- 1.3288700685280135,
- 0.26059629485304353,
- 1.3472372342745411,
- 0.7524339269841437,
- 0.5375237351717892,
- 1.363655417695462,
- 0.35738905787246295,
- 1.2985396361741168,
- 0.8169554832895047,
- 1.3757251848908583,
- 0.6132275097356134,
- 0.8060777590798103,
- 0.012206846757261218,
- 0.28219513197000595,
- 0.9464001869781945,
- 0.4774177749509021,
- 0.7391247333360323,
- 0.8871008818054723,
- 0.21298683257881215,
- 0.3713466209590281,
- 0.6120362359665924,
- 0.965088831028386,
- 1.3826119255198046,
- 1.0709991210412297,
- 0.5461908513809602,
- 1.2291704373485544,
- 0.9599463978318482,
- 0.46472850901847085,
- 1.3721351003459543,
- 1.2840546820550245,
- 0.30270651001855037,
- 1.3373203786265846,
- 1.2648225631877419,
- 1.3944146388006589,
- 0.5938730973912657,
- 0.43460299997180146,
- 1.0283826345840168,
- 0.7782687092426558,
- 0.7740026981277894,
- 1.2929016549307704,
- 0.8648823773608013,
- 0.8290026322555861,
- 0.7555820826521196,
- 0.765241382817055,
- 0.11954133206825264,
- 0.587104787984992,
- 0.13532060166074386,
- 0.4537723030208957,
- 0.933891885672782,
- 0.0983156969505725,
- 0.33683979370002926,
- 0.36796971353294133,
- 1.222941889869172,
- 0.4488410565440698,
- 0.5188528011477264,
- 0.39649339287472274,
- 0.06948068508593423,
- 0.6416952311268762,
- 1.3713088470200259,
- 0.020073883749501698,
- 0.35617247130548774,
- 0.6757837305264704,
- 0.5713893078479255,
- 1.1156048211597445,
- 1.1824108896048682,
- 0.23934889019979277,
- 1.0010959337725547,
- 1.039254386444682,
- 0.7090346937477027,
- 0.7515130866617993,
- 1.3251452492205877,
- 0.6969994954032835,
- 1.3802254241558818,
- 1.3411793299441368,
- 0.3726049647387025,
- 1.4050676254116108,
- 0.6546039397300348,
- 1.0260183948872774,
- 0.6652623398886343,
- 1.216667308342481,
- 0.11593372882210769,
- 0.3245905925131619,
- 1.17532289774777,
- 1.1338530495407737,
- 0.5742629429373987,
- 0.28301196763616804,
- 0.642600667582486,
- 1.335784171947602,
- 0.7669980573142757,
- 0.4829807223728226,
- 0.43069583082170837,
- 0.34012683394219323,
- 1.0712918424781093,
- 1.2804577997464792,
- 1.4014547828391903,
- 0.039168095869356205,
- 0.47238498116328864,
- 1.3408492706319957,
- 0.7727258999781416,
- 1.3534970626239897,
- 0.09610335220299591,
- 1.0688345082379302,
- 0.16477440750028455,
- 0.5477390619436187,
- 1.3284726068720298,
- 1.2379398836118554,
- 0.669448407492667,
- 0.48782776577735154,
- 1.3777708264967246,
- 1.3058892792128824,
- 0.15427512456746048,
- 0.2437666352528088,
- 0.21758064301524296,
- 0.009985038989155108,
- 1.2621963090016868,
- 0.8775255566721059,
- 0.8609785494153561,
- 0.9508339092449404,
- 0.5865661153873719,
- 0.12549148352438366,
- 0.5652230877850026,
- 1.1077853979975676,
- 1.2645825919047402,
- 1.029116679535195,
- 0.643378791868896,
- 0.4840342570772896,
- 1.1013665948556626,
- 1.3606108324090707,
- 0.24407319026607016,
- 1.2002260636175803,
- 0.703297665669248,
- 0.7221857809304736,
- 0.3942076643878903,
- 0.9612879462406525,
- 0.39439295154638293,
- 0.114267974367761,
- 1.267929711571347,
- 1.273676845992801,
- 0.5279254796554381,
- 0.7977114650325815,
- 1.0768714068218281,
- 0.7482369597406263,
- 0.38434062323904394,
- 1.1574972216213233,
- 0.40655168394244195,
- 0.59322235933969,
- 0.9533797737419686,
- 0.6998383435103516,
- 1.2517907016791983,
- 0.6994957008727619,
- 1.3133656696326306,
- 0.3946225374169615,
- 0.2785720589036659,
- 1.0457861607553287,
- 1.3242283569304452,
- 0.8873047455563242,
- 0.96664256582696,
- 0.42052434207902195,
- 0.5397675428174178,
- 1.277252908287002,
- 0.45108234086441373,
- 0.45728138055404505,
- 0.2101747112913011,
- 0.9532364725944587,
- 1.3579412414386423,
- 0.3568076253044816,
- 0.8536651962195632,
- 0.8087688688840267,
- 0.44022230095763837,
- 1.0731580666537752,
- 0.31611917918510196,
- 1.3643643877944733,
- 0.7713924095703357,
- 1.1088803981314956,
- 1.081216952176559,
- 1.361582568404104,
- 0.973081616233129,
- 1.1706153265517285,
- 0.9653106697755243,
- 0.8101911627938472,
- 0.09163995868265802,
- 0.15396883505331976,
- 0.8799908070082186,
- 0.5257992103700897,
- 0.6927342796795968,
- 0.43375435492679715,
- 0.29902203390350646,
- 1.3892397172960225,
- 0.37194651705576715,
- 0.06928251286850547,
- 0.4572197531489419,
- 0.37081961167404126,
- 0.45218336793784353,
- 0.06627720225314315,
- 0.9799813525149109,
- 1.2849076981243732,
- 0.9385852061591152,
- 1.356563299021108,
- 0.12528520538229784,
- 1.0671433668894095,
- 1.0930202200786967,
- 0.23612945114531309,
- 0.10667953855316924,
- 0.746027864468316,
- 1.3929103651579071,
- 0.7061185218474766,
- 0.6902180739730233,
- 0.957780403556085,
- 0.8516222152943991,
- 1.177835020948313,
- 1.0738396131116756,
- 1.3948769028820935,
- 0.5022997100941344,
- 1.3528148758874237,
- 0.14082909791124765,
- 0.4108067216516575,
- 0.4815021683115937,
- 0.10527132742683482,
- 0.9735908057950887,
- 0.9514951248149237,
- 0.2919487473192109,
- 0.43413098781724335,
- 1.1366190851917228,
- 0.218378657508638,
- 1.2411836515331889,
- 0.10699253432770318,
- 1.2690243036451476,
- 1.0390632408978877,
- 0.397582178125221,
- 1.3893709061445791,
- 0.2525302816370026,
- 1.376369013557145,
- 1.3901448608973166,
- 0.3010095264631606,
- 1.2350635036250128,
- 0.508095933618287,
- 1.1619689190759208,
- 0.22972808939827144,
- 0.4758218162815862,
- 1.2594013472169834,
- 0.6810787755037581,
- 0.802385692866104,
- 0.198052710345089,
- 0.5267376345654377,
- 1.0296037272094194,
- 0.523685195334348,
- 0.7437979740020506,
- 1.3013553378910254,
- 1.3895254781914874,
- 0.6080842197844901,
- 1.025009054393421,
- 0.44093932886016385,
- 0.8380361211764684,
- 1.217749596308244,
- 0.8098667153155321,
- 0.2775268089132327,
- 0.9768635321742726,
- 0.2039122445287306,
- 0.6216790683208638,
- 1.2435571913118886,
- 0.7986671142044651,
- 0.9267726416970027,
- 0.992482592638985,
- 0.40178232211647263,
- 0.2936368792736298,
- 0.7320173250350751,
- 0.9094498002774283,
- 1.3229139222624853,
- 0.0843910950616234,
- 1.3011232079262385,
- 0.8189901695254217,
- 0.08678186468277953,
- 1.124382628600679,
- 0.3592748037619276,
- 1.0952807548493246,
- 0.3669212750407324,
- 0.6924935122370109,
- 0.15822095919774848,
- 1.3349092191367413,
- 0.22150357618304709,
- 1.4113555349428728,
- 0.1860056416750335,
- 0.03486654628769979,
- 0.808088136016708,
- 1.3022356208138766,
- 0.6818289287322131,
- 1.2341571295434568,
- 0.4371590668780043,
- 1.0165347794155062,
- 0.5674164749195884,
- 1.1788003211596654,
- 0.940965736514446,
- 1.1343979692450075,
- 0.45057541259481104,
- 0.6785406590601709,
- 0.8697020532434095,
- 1.3881978061111784,
- 1.3216924843379612,
- 1.1665132168760373,
- 0.493388112024979,
- 0.788536686200958,
- 0.6518847867592876,
- 1.0026251110999185,
- 1.0753777156628022,
- 1.0172865830925768,
- 1.2224910423442013,
- 1.2352323150184963,
- 1.1266368411438796,
- 0.3421750518608848,
- 0.5595260718297883,
- 0.6460144243722762,
- 1.0842488887059483,
- 0.6680597826030076,
- 1.0597634273292753,
- 0.32795986232821905,
- 1.1374161710128163,
- 0.701123019184412,
- 0.13736344471579734,
- 0.21577974223891444,
- 0.4016127476934945,
- 0.04926929352173991,
- 0.8950505891419807,
- 1.328441516053111,
- 1.1965825605619826,
- 0.8560872220764867,
- 0.8967715932553898,
- 1.2482741634760104,
- 1.1902562010280557,
- 0.1582172655216413,
- 0.510394527895569,
- 1.1000335793204867,
- 0.8821455327877392,
- 1.2390369402880175,
- 0.66201221670663,
- 0.6756106595549078,
- 1.0532193419142037,
- 1.3302912938822216,
- 0.0845081312971102,
- 1.3443713463891993,
- 0.7965932077091736,
- 1.4003988417793287,
- 1.0407281615598505,
- 0.2607262979367166,
- 1.1154057762101215,
- 0.947881041023425,
- 0.9158380181169465,
- 0.7629145742126037,
- 1.314527624224553,
- 0.7699134300604745,
- 1.163107785773278,
- 0.8309132445911314,
- 0.8227586672236307,
- 0.5293968012247539,
- 1.214636822133757,
- 1.125967633330381,
- 0.444421887339692,
- 1.0898566033839936,
- 0.9545690760286097,
- 1.185185801612713,
- 0.4606757328424503,
- 0.42448612446618966,
- 1.3065579718313827,
- 0.7739684104064107,
- 0.25359913374542337,
- 0.601661129030793,
- 0.7753008800526052,
- 0.36165189722460256,
- 0.42818024194606513,
- 0.546513258164,
- 0.6993930592737597,
- 1.1015918023505893,
- 0.6611696365979429,
- 0.8289570352414852,
- 0.4857998181546203,
- 0.29338976955260904,
- 0.1520610576683861,
- 0.3055018507997771,
- 0.5575500186240263,
- 1.2980684242579508,
- 1.1032578990177224,
- 0.811278654231101,
- 0.7159158099800742,
- 0.3170531767893998,
- 0.4629650314714408,
- 1.38884541920967,
- 0.8899655191262327,
- 0.19174279453679494,
- 0.4715606975486161,
- 1.0671996667948382,
- 0.3451963040519626,
- 1.0003558257260683,
- 0.8703762357448271,
- 0.4937012734073249,
- 0.8788735384173622,
- 0.03274668993772431,
- 0.6286533279760658,
- 1.3041063516545095,
- 1.3764573623024794,
- 0.8506131412790795,
- 0.5686240316137197,
- 0.9865115233907977,
- 1.3671223565190986,
- 0.9268002518370818,
- 0.6506525122963476,
- 1.3951052425903963,
- 0.4454168296466712,
- 0.9757760965753828,
- 0.2572434119795778,
- 0.5860174891024019,
- 0.9347652377515755,
- 0.6221154396289129,
- 1.2067609122327292,
- 0.32237979105940084,
- 1.1747016962227694,
- 0.9186724091727444,
- 0.5213186761413192,
- 0.1462152614830315,
- 1.1824039734506364,
- 0.692103712456441,
- 1.1784113181308833,
- 1.2540259084815328,
- 1.3058954808968577,
- 0.4992501841007898,
- 1.3514601724082023,
- 1.099508271991551,
- 1.362885181544575,
- 1.3699309460351063,
- 0.8501938226330361,
- 1.1263885513577092,
- 0.8788943291854914,
- 0.6325622748150667,
- 0.3861178945173322,
- 0.04777843805021429,
- 0.4755726956297637,
- 1.0933051577361679,
- 1.3846993761176427,
- 1.3593144675851632,
- 0.7889053288034344,
- 0.5257244595062491,
- 1.301118061548492,
- 0.34421439571056783,
- 0.5615205331543469,
- 1.0478642422345723,
- 1.3559788267231419,
- 0.735449257524906,
- 1.195403082181859,
- 1.0046983089714112,
- 0.7428084328766686,
- 1.135480516613724,
- 0.049612589985685046,
- 0.7151825955828728,
- 0.8379806515183988,
- 0.36434825310187413,
- 0.8896342222798438,
- 0.9560677186462514,
- 1.2973955800051478,
- 0.5060711702743319,
- 1.1739912083861899,
- 0.47049666931400874,
- 0.10443104048911803,
- 0.6369218964120305,
- 1.356248434211525,
- 0.20172019739659636,
- 1.1478252485048406,
- 1.3498349446726132,
- 0.9122809706756694,
- 1.2548657726803742,
- 1.3836170790352387,
- 1.3591637320927734,
- 0.7779896421673168,
- 0.9293140618499218,
- 0.9447843362834217,
- 1.3771635167066607,
- 1.2963622053241746,
- 1.1821524840947133,
- 0.686121977360688,
- 1.2860044699536715,
- 0.986861211695346,
- 1.186870941290019,
- 0.8787915335776205,
- 1.0741820635188872,
- 0.19816419701651938,
- 1.4005852026116858,
- 1.21642743471976,
- 1.3721345410133543,
- 1.265631614956353,
- 0.8722697120408971,
- 1.0669569426403376,
- 1.2614021303428564,
- 0.6241461660976082,
- 0.8191362147526179,
- 1.1200513877363727,
- 0.3970145033688024,
- 0.6113002331159634,
- 0.8811394870577055,
- 0.9661914558029301,
- 0.40998193042243025,
- 0.794030766514756,
- 0.6145722813047152,
- 0.19587466935224726,
- 0.9927351031436864,
- 1.1102766700242255,
- 0.802759057471343,
- 0.9403640906549158,
- 0.547906225585412,
- 1.3484851765822903,
- 0.32949737717696254,
- 0.2543981918851348,
- 1.3475717248481165,
- 0.46099473491773924,
- 0.278584877842571,
- 0.3084449863003485,
- 0.33479663604595117,
- 1.1718557267979717,
- 1.056034505744832,
- 0.10043582942752996,
- 0.6958233292154821,
- 1.272068865745684,
- 0.13395316137367677,
- 0.21283711915718567,
- 0.7147623976425395,
- 0.17705062060920784,
- 0.46737498713079423,
- 1.0407961090380256,
- 0.9842860624057993,
- 0.5248795956741148,
- 0.9108541786023354,
- 0.6231164629503145,
- 0.3559290443206096,
- 0.5055508015624592,
- 1.126646760303654,
- 0.909718324222819,
- 1.3870442501920077,
- 0.9709315042694436,
- 0.9772596440197243,
- 0.930976659672779,
- 0.5691949153344648,
- 1.0240453317571296,
- 1.3486071688656256,
- 1.268254148353563,
- 0.21507314060180374,
- 1.0917625117777552,
- 1.3047210709565777,
- 1.3723496699103164,
- 0.5935648453609247,
- 0.4164983812206762,
- 0.4951142217377238,
- 1.2075852957173143,
- 0.5761282840376951,
- 1.3463857754265445,
- 1.366004035936992,
- 1.1988537316259495,
- 0.9031026414742293,
- 1.3089460897437086,
- 1.043612665253156,
- 0.7401124864469317,
- 1.3554547807718993,
- 0.5159459629491062,
- 0.42435054502294195,
- 0.47024786401401014,
- 0.8846276004224364,
- 1.164043761964269,
- 0.34168926144380257,
- 1.109021123536334,
- 0.7113822838063795,
- 0.43165167631826634,
- 0.6105390247298501,
- 0.01860897099208278,
- 0.8617987676183788,
- 0.4404557807385761,
- 1.213959762332592,
- 0.053315936820423286,
- 0.9355247008400875,
- 0.5980112143490932,
- 0.5879258178072296,
- 0.14101399324594008,
- 1.2395665066006347,
- 0.06653790250569504,
- 0.5203783007062835,
- 0.9523483782146399,
- 0.6327184793762984,
- 1.0241622397023453,
- 1.3519320155115802,
- 0.5504137129209882,
- 0.14528835143392793,
- 0.8150877008572273,
- 0.41978395522352147,
- 0.9768311917463413,
- 0.8358788110498165,
- 0.9434421020339591,
- 0.7942878400176158,
- 0.5556384923274191,
- 0.9719916866937309,
- 1.1549115562094665,
- 0.9701541230613487,
- 1.0660729100065889,
- 1.1824103533999757,
- 0.0028761654731417593,
- 0.13741825929743878,
- 0.9909978088104832,
- 0.2738939683173965,
- 0.9247193386882476,
- 1.2332346031750714,
- 1.1241484197380782,
- 1.2096644310843354,
- 1.2667120422019205,
- 0.3519402545274869,
- 1.3106058694725649,
- 0.9774612991406878,
- 1.0027965990508614,
- 0.8411203150983523,
- 0.3386227676140731,
- 1.0086671971274284,
- 0.6927136558933376,
- 0.509451569214961,
- 1.348584626974378,
- 1.3192361217084574,
- 1.3640978843657112,
- 0.9219796752360482,
- 1.3818819572355747,
- 0.14611611913025954,
- 1.33214265427574,
- 1.321168566361037,
- 0.894519949709058,
- 0.9500222335493569,
- 0.2884471412945894,
- 0.8224574484071632,
- 0.782810080950593,
- 0.1860251449482687,
- 0.616399857390514,
- 0.9053229912449439,
- 0.9388246001499299,
- 0.5462083541819631,
- 1.1159305730311435,
- 1.2550463929123559,
- 0.28208890732193054,
- 1.3436924310769724,
- 0.44987970574534414,
- 1.301583684383328,
- 1.233184983378973,
- 0.7707407375269492,
- 0.2870235824168485,
- 0.27155734188280434,
- 1.1305819102017503,
- 0.8098280270798497,
- 0.9773118265072877,
- 0.911667679930653,
- 0.6085800426311736,
- 0.34641408398607487,
- 0.5192983806389782,
- 0.14115574256334842,
- 0.4509025962829943,
- 1.4025118696007155,
- 1.3181779434959657,
- 1.1102699298563004,
- 0.008034018003882494,
- 0.5670237277631551,
- 1.2213494658779138,
- 0.7830066301005556,
- 0.21190056107525226,
- 0.6942243099911682,
- 0.739959352597154,
- 1.3829031009812573,
- 0.9233266530962764,
- 1.031840409751088,
- 1.0593093265038322,
- 0.5861693375759693,
- 0.8348258305987931,
- 1.3612649741273322,
- 0.8446806402853708,
- 0.4686752083378163,
- 0.880097100290527,
- 0.12350837490825665,
- 0.1973731657114724,
- 0.44252219814159405,
- 0.9865255432591769,
- 0.3603363953239034,
- 0.8989016785151859,
- 1.2867098522877418,
- 0.2787624869861281,
- 1.2738493525246313,
- 0.6619631236664959,
- 1.0155071731790672,
- 1.2669626135496825,
- 1.026460134545108,
- 0.9536183777212351,
- 1.1185939346886136,
- 0.8930114700902373,
- 1.1682633981534205,
- 0.8682821457641794,
- 0.9215100769941261,
- 1.3923893416045072,
- 1.0399752572931653,
- 0.6922581323949711,
- 1.3419369533379086,
- 1.0591700413022858,
- 1.0916091227336844,
- 0.8397244810094996,
- 0.5574816114837505,
- 0.2301366661020594,
- 1.3752069143734091,
- 0.060883225745170653,
- 1.3319950438789847,
- 0.7062210145117855,
- 1.3231695042439306,
- 1.022681307511527,
- 0.006780500783820688,
- 0.8842882869884922,
- 1.1576043722854843,
- 1.082648257554789,
- 0.40991554722343154,
- 0.7520963761956584,
- 0.37769006233450925,
- 0.4297884453580523,
- 0.2653387715132701,
- 1.0611298126597688,
- 0.1533016408770947,
- 1.012808112696991,
- 0.6095922714497094,
- 0.5020503831566132,
- 1.091938521321075,
- 0.6360536913342312,
- 0.8701297337071608,
- 0.5604213725347644,
- 0.7932253225607457,
- 0.3840408779668904,
- 0.5699628967647865,
- 0.9338715507089583,
- 0.6879743963658281,
- 0.48454269085175017,
- 1.0670319244695092,
- 1.1070573843482112,
- 0.4749726788617108,
- 0.8288702967419053,
- 0.9267600003328348,
- 0.5541165933395099,
- 1.1736145807379634,
- 0.1316262053430826,
- 0.8270403180090949,
- 1.2101508309569304,
- 0.9858160234918794,
- 1.351576643234504,
- 0.6743085105417314,
- 0.001543259432779703,
- 0.555435466592165,
- 0.42170403815731294,
- 0.825424491592202,
- 0.7003214006121103,
- 1.3722633286111614,
- 0.9943377833675474,
- 0.09938391010744146,
- 0.7220075854301641,
- 0.5733079496253157,
- 1.141242864157027,
- 0.8944587557958653,
- 1.3347916229370862,
- 1.3651124939996582,
- 1.1291486898338838,
- 0.3268235272169391,
- 0.8081897197224885,
- 1.2003183788633713,
- 1.2629697315319517,
- 1.1131068437552738,
- 0.8589394128453183,
- 0.16243823924008288,
- 1.114535560832404,
- 1.0483944425857092,
- 1.1999797523003006,
- 1.0580133201872928,
- 1.2002646045103056,
- 0.6293385547209926,
- 0.8430212413812901,
- 1.2754260223161604,
- 0.17326357442187282,
- 0.8478162107802838,
- 0.3053846451281812,
- 1.0842889025907856,
- 1.0301067581942909,
- 1.3933752485252102,
- 0.306669081747904,
- 1.0876040245068044,
- 0.5768512838234424,
- 0.47654268205689754,
- 0.04421532221761794,
- 0.7270333427369519,
- 0.36087683135281234,
- 0.4407230675996921,
- 1.0778307720357228,
- 0.2740880788816683,
- 0.5901095248529804,
- 0.08617322328833031,
- 0.8480312383417442,
- 0.5975130625647451,
- 1.1624029103307176,
- 1.3325673134304816,
- 0.6047932159326401,
- 0.8785533980985841,
- 1.034157935163142,
- 0.28441102724097156,
- 1.1065254649642533,
- 1.14282484984883,
- 0.5890418875864761,
- 1.0900294858290889,
- 0.8586414886729042,
- 1.0028730854502514,
- 1.2209653159194218,
- 0.026787386441459546,
- 0.7086936765114692,
- 0.3092194911159668,
- 1.3564490252492198,
- 0.04192588198335285,
- 1.0450466040015736,
- 0.4237414218160366,
- 0.41862639890083475,
- 1.2864251350750138,
- 0.33659900880562077,
- 1.2916885166715895,
- 0.6494022578327598,
- 0.6586061996635113,
- 0.4713977348036226,
- 0.12385281394542101,
- 0.8951457171599844,
- 0.7659789914434456,
- 0.596587049939225,
- 1.3794215613439762,
- 0.8009852012977042,
- 0.41367203374439554,
- 0.33480127187897574,
- 1.3473457381479,
- 0.8521164890331482,
- 1.341426706945038,
- 0.426904126643238,
- 0.155887613208584,
- 0.5105750137874925,
- 1.349373572895187,
- 1.4020797859148515,
- 1.2620101936601178,
- 0.18717304606470334,
- 0.35978856293473155,
- 0.9431700956333305,
- 0.2394644993315441,
- 1.0658678027558848,
- 0.7500116710973219,
- 0.5505719345493324,
- 0.8495268821198279,
- 0.4461585124042083,
- 0.0026262832142789566,
- 0.19488019553454544,
- 0.383490465567406,
- 0.9801799803074008,
- 1.2507050831207789,
- 0.6551763727211802,
- 1.386884179814182,
- 1.0912058166320513,
- 1.1738738484643212,
- 1.2886276928748042,
- 1.200334181782753,
- 0.006796862464218196,
- 0.1562410761390893,
- 1.1470910855087997,
- 1.300676915363349,
- 0.5231626081919516,
- 0.24748167172142513,
- 1.0600643520956463,
- 1.3197614100854338,
- 1.2864037103735717,
- 0.6036625038262428,
- 1.184577720315904,
- 0.7031357584846579,
- 0.81064126631637,
- 0.9574199619252162,
- 1.0715854159770046,
- 1.0004052625832145,
- 0.1323510173734207,
- 1.318849024136354,
- 0.6749033757222732,
- 1.1811738381052026,
- 0.9527184154817387,
- 1.167819303261778,
- 1.0438735771591692,
- 0.9234085875481329,
- 0.10036256850252269,
- 0.5087569145831327,
- 0.06277727916217503,
- 1.271648921201085,
- 0.18773174383418734,
- 0.9038152985501668,
- 1.2514034886410312,
- 0.5573922138227576,
- 0.5719512247173929,
- 1.3380464357455548,
- 0.8096738676914136,
- 0.6063934622324506,
- 0.5152877772518578,
- 0.5738318561585446,
- 0.9821537217368752,
- 0.39552519283416737,
- 0.13764807576409416,
- 0.9414060940722446,
- 0.2591877664253442,
- 0.9573663281085577,
- 1.2899046773830218,
- 1.021778365302543,
- 1.337333403868248,
- 0.9043504276334597,
- 0.9124126162741435,
- 0.6985229670039255,
- 0.07679288583869823,
- 1.378617417723757,
- 1.370103921259728,
- 1.2482941682913506,
- 0.44394111877078785,
- 1.2722779102708042,
- 0.9859217604371532,
- 0.3968357166440121,
- 0.637031713918659,
- 1.0172017145633105,
- 0.9889066081492008,
- 1.3541310202883832,
- 1.0002281121955596,
- 0.8689665793091954,
- 1.156020910524793,
- 1.0832763162847776,
- 0.40289220686732313,
- 0.9443274939328931,
- 0.9537906683267766,
- 0.28670124058632923,
- 0.7923629625816644,
- 1.2882311743953165,
- 0.6678077389026875,
- 0.5962233640156572,
- 0.4421760724955131,
- 0.3289152170975446,
- 1.341542795227509,
- 0.5117349891152277,
- 0.6608406116919454,
- 0.394029235597289,
- 0.7671914183199177,
- 0.94102554101409,
- 0.18105103712575465,
- 0.5184198066552489,
- 0.3354606111729347,
- 0.7470524815809145,
- 1.2167374041337815,
- 1.2776214054650517,
- 0.5657329377931941,
- 1.2676033010145626,
- 1.4045845493145086,
- 0.9538460676829609,
- 0.27893679377881436,
- 0.9881530527406975,
- 0.3381881121570224,
- 1.312518667659578,
- 0.7476974004973437,
- 1.0815242475374731,
- 0.34273318855689355,
- 0.4613573363173855,
- 0.6532158257666824,
- 1.24679167610719,
- 0.3155386658293323,
- 1.1998489797115413,
- 0.11457645289204973,
- 1.3476732171364474,
- 1.3379704464029947,
- 0.6023940306760573,
- 1.2459203671544783,
- 0.9026069113787776,
- 1.0112114807971395,
- 0.12522284269207323,
- 0.3312494031624325,
- 0.9044590319346277,
- 0.026556535517546526,
- 0.9113741164698334,
- 0.7769914784786026,
- 0.7490062647355914,
- 1.2376980463152922,
- 1.0056047222270372,
- 0.5957895405190892,
- 0.5205463760782248,
- 0.4714875166616511,
- 1.3662408981644978,
- 0.3704385218145864,
- 0.7662035325941077,
- 0.5677043059878705,
- 1.4102103310181568,
- 0.5396358854549813,
- 0.39149901692939687,
- 0.8033535706921008,
- 1.1102316343944179,
- 1.3890404594715786,
- 0.3162278022476925,
- 0.3297235890196436,
- 1.2524492566786645,
- 0.814011768252916,
- 0.8048688603715204,
- 0.9109812208682712,
- 0.613970413612053,
- 0.3095158161249672,
- 1.1402131535209195,
- 0.49238801943362664,
- 1.3520358487975137,
- 0.686634511228117,
- 0.6545610946999785,
- 1.3050107025576914,
- 1.3862148426720595,
- 1.4102295445123183,
- 0.3134542653035303,
- 0.09926631596746277,
- 0.046679256240813656,
- 1.2098593314358859,
- 0.1795422597339239,
- 0.32041511035836207,
- 0.29606483373240317,
- 0.0874794826109721,
- 0.009529825360806165,
- 0.730891462442269,
- 0.1264972048816098,
- 0.1988448125211589,
- 1.3159018242059566,
- 1.1974343242552328,
- 0.07156130158749284,
- 0.2694648721687381,
- 0.4338101789041783,
- 0.8436614160613171,
- 0.9809821974037335,
- 1.3241810298022152,
- 1.1145095041171431,
- 1.0909665125832255,
- 1.1266807969105612,
- 0.6680293755208254,
- 1.3754211081621721,
- 0.5423330269337334,
- 0.8210251811656287,
- 1.0557321188394613,
- 0.7767035444839433,
- 0.30733429655225186,
- 0.41935532487127053,
- 0.10596525804203423,
- 1.1384366190915765,
- 0.2167104934212437,
- 1.2696121879101567,
- 0.5879088694223116,
- 1.2910376566084105,
- 1.3096778586170563,
- 0.6602699106473673,
- 0.6046519892192743,
- 1.3504646658983734,
- 1.0608938101603178,
- 1.2909994051216258,
- 0.3055212022316837,
- 0.8958446716267323,
- 1.39378072914057,
- 0.9886049771432095,
- 0.5646229700858093,
- 0.8484921077154272,
- 0.20540401091795912,
- 1.0878736440358379,
- 0.7924352454374138,
- 1.0568727624042145,
- 1.3603252556569572,
- 1.3737900191304588,
- 0.6452959205729901,
- 1.2621563622300536,
- 0.32863577603974325,
- 1.3482530672855884,
- 0.3219092100717922,
- 0.11122640840646997,
- 0.9758109468965578,
- 0.3253365888745423,
- 0.3533158936497058,
- 1.1887719408995272,
- 1.2096404653745172,
- 0.8428797616309069,
- 0.4549952612621818,
- 0.553993838742725,
- 0.6358670605400837,
- 1.3458497592047356,
- 0.5374201490042378,
- 0.38151007532768777,
- 0.5273976648630866,
- 0.18145028791758097,
- 1.3778554969333483,
- 1.334360822991478,
- 1.3863589587218115,
- 1.2528654367255623,
- 0.7467778143655807,
- 0.6180292768436847,
- 1.0142723078486795,
- 1.3931931958091919,
- 0.1598471398554136,
- 0.9306701873539249,
- 1.0294698790083012,
- 1.2578437051801652,
- 0.17468915882444183,
- 0.2672893332914966,
- 1.0801719095389468,
- 1.3302063611344288,
- 0.639827207668359,
- 1.1839600642272319,
- 1.176665722154428,
- 1.1465405702270597,
- 1.0444289701068254,
- 0.21371054508166057,
- 1.3170470769037252,
- 0.8608884517220954,
- 1.142980683857536,
- 0.5043906250516651,
- 0.6974269308130493,
- 0.003479556728595234,
- 0.9357635412849397,
- 1.3649978974398702,
- 0.5433951349414043,
- 0.8737697145374038,
- 0.24438560672796375,
- 1.214312967544966,
- 0.6909148111144157,
- 0.8554911735137286,
- 0.77530120393639,
- 0.947290587365503,
- 0.5155623593405886,
- 1.3275125695077838,
- 0.6898587238097503,
- 0.642622542760729,
- 0.4040358072882094,
- 0.10950934071893761,
- 0.5393071366671037,
- 1.0278370014021938,
- 0.41278975561197084,
- 0.9353348577038709,
- 1.01072066624625,
- 0.027234043925366096,
- 1.3631802233308463,
- 0.8308891544386184,
- 1.0073911720502136,
- 0.8597371772088787,
- 0.3830080099018106,
- 0.3068791174264076,
- 0.16425070848517562,
- 0.5453168818782683,
- 0.039820029675226916,
- 1.3809664630246559,
- 1.3371458220260375,
- 1.3484992386180161,
- 0.12737299006528222,
- 1.0307285806370747,
- 0.6637533944793402,
- 1.0126438188161722,
- 0.6165108419638693,
- 1.371645675986186,
- 0.9446269866491559,
- 0.858004097604225,
- 1.1679153379813236,
- 0.09379831530942376,
- 0.8052177256065677,
- 1.3800534024993316,
- 0.9585062458379043,
- 1.3219031238698347,
- 0.6522203547423282,
- 0.013411599517893093,
- 1.0628047780464558,
- 0.05927408218330277,
- 0.04868236081671672,
- 1.2863597959833755,
- 0.8327020000345532,
- 0.8730663461050444,
- 0.9335174207367751,
- 0.6167175937450081,
- 0.9759949677474029,
- 0.20918856439739472,
- 1.1657717214440544,
- 1.2644159402638173,
- 1.267614895212406,
- 0.5606802886581728,
- 0.9413491246802667,
- 0.3387883485256144,
- 0.6496452050973226,
- 1.346047971053759,
- 1.2252446458815405,
- 0.8546042492706702,
- 0.6295351198291037,
- 1.2505833243427527,
- 0.975235832917051,
- 0.5973885783383869,
- 0.12673403192760796,
- 0.3412073347600131,
- 0.4133282566575474,
- 1.3817956389938362,
- 1.2001977080976811,
- 1.241839403566651,
- 0.7151624761946167,
- 1.3581374355114766,
- 1.1925827827048436,
- 1.3559567205005794,
- 0.8382646051435282,
- 1.0019450601684867,
- 0.8587558436850026,
- 0.2916174106539629,
- 0.02600211468240581,
- 0.9907409183713155,
- 1.2427275059427443,
- 1.1804179435803546,
- 0.5391507054559159,
- 0.8160251549993759,
- 0.50685620146941,
- 1.1537069114946612,
- 0.2045828392335598,
- 0.8090010178515362,
- 1.1195872757990484,
- 1.3505760887534823,
- 1.2195034695058093,
- 0.7015959887097901,
- 0.6467253353818179,
- 0.49710963768805405,
- 0.16436206083479987,
- 0.9525808671018601,
- 1.0088424089674513,
- 0.9904729712900935,
- 0.9179223050984239,
- 0.3648748467707146,
- 0.3400223679088828,
- 0.6140101646475822,
- 1.1499018987634593,
- 1.3456445290715255,
- 0.2080500863625116,
- 0.8082768315749909,
- 0.6714344564984763,
- 0.7136780725779022,
- 0.4862250896881888,
- 0.39976269880080423,
- 1.2690317628134256,
- 0.4373296642535142,
- 0.2836717855165399,
- 0.9731545335142273,
- 0.025790552760318625,
- 1.395324630559432,
- 0.17893161022471868,
- 1.3565786140102236,
- 0.6032726815218612,
- 0.0011736626799658297,
- 0.9925954485527188,
- 0.09379983629776907,
- 0.6655652590715672,
- 0.6868012446339674,
- 1.3836464393764472,
- 0.24077638310866356,
- 0.8914734286769523,
- 0.006779656845588381,
- 1.1998268640919019,
- 0.6156511671083487,
- 0.9816163635650116,
- 1.185485936658565,
- 0.959838554729082,
- 1.3194344965729967,
- 0.8326311072788705,
- 1.3119442677034137,
- 1.4093145542731877,
- 0.2395466651002587,
- 1.1464093391970085,
- 0.32107461037775314,
- 0.001288183278843119,
- 0.09016714836281128,
- 0.9962954782926358,
- 1.0574990800356863,
- 0.32274964289504576,
- 1.2726048747236762,
- 0.02162995390537542,
- 1.1864760879446405,
- 0.5000377592359498,
- 1.1535065506959428,
- 0.8270074843656111,
- 0.5654209077149444,
- 0.22827569660930053,
- 1.24657003757433,
- 0.025582898009602215,
- 0.9178501641307987,
- 0.977793369520119,
- 1.2225252723259767,
- 0.8461158947156902,
- 1.3124324233233455,
- 0.07258163045603226,
- 0.3629701231124905,
- 0.7549036658269387,
- 0.5153234137364431,
- 0.04871908687405625,
- 1.402366882106226,
- 0.8588645061520522,
- 1.296996788262599,
- 0.5586061583384908,
- 0.14107419449644457,
- 1.2729178377767296,
- 1.3469131047141913,
- 0.9963212414291651,
- 1.3384667448618266,
- 0.15903498833502114,
- 0.6283277799093484,
- 0.6643228568457433,
- 0.06653121973713527,
- 0.6888811434308325,
- 0.9205730784541557,
- 0.28019391059534055,
- 1.159040263682092,
- 0.17701998918680226,
- 0.9214345068411672,
- 1.1575932243333749,
- 0.939077022972426,
- 1.356877915237605,
- 1.0215916063343309,
- 1.4072715283648651,
- 1.1756960613319931,
- 1.2380421602938823,
- 0.3968085627469201,
- 1.3085158397185286,
- 1.055349060932487,
- 0.5781273550623001,
- 0.4237613843642401,
- 1.4076554547047408,
- 0.19220801056582934,
- 0.033833460443979904,
- 1.1032190945390268,
- 1.3688292834461917,
- 1.1515255396405633,
- 1.2983036008754076,
- 0.8364098582366309,
- 0.9975759304568298,
- 1.2281909067090873,
- 0.2948583800271739,
- 0.2314500833651967,
- 1.021164995986717,
- 0.09429738322370773,
- 1.3552778127983722,
- 0.711217125366399,
- 0.16431561136087205,
- 1.2920778394632222,
- 0.2017096790362544,
- 0.3102215375383391,
- 1.1880883362446688,
- 0.4863761818663546,
- 0.9500865407755599,
- 0.6083970581849968,
- 0.45358435500659666,
- 0.9652022022543943,
- 0.5105186714799123,
- 1.128980509612363,
- 0.8724414902094432,
- 0.7003693298557571,
- 0.19898274438508862,
- 0.9137572027657993,
- 1.0209400450743602,
- 1.3233774336456163,
- 0.08251688595751261,
- 1.2742866444864052,
- 0.1899486042028799,
- 0.811469068683238,
- 0.6990211857191104,
- 1.015168728255885,
- 0.764167244489502,
- 1.280198406951601,
- 0.8952395381420165,
- 0.6152841815452915,
- 1.3917425824965433,
- 0.1387946311271536,
- 0.8695561935569848,
- 0.6699613845619351,
- 0.7198139151873858,
- 0.9716846785258709,
- 0.12761033861801374,
- 0.8007732110614773,
- 1.010702945070937,
- 1.1817878752266995,
- 1.3168314369143657,
- 1.284957887842037,
- 0.6231164948647607,
- 0.6931681887380527,
- 1.2891045549707871,
- 0.44559185473764673,
- 0.4647229101878522,
- 0.6267107693991905,
- 0.3275142625577099,
- 1.2800689881307334,
- 0.8496500171722783,
- 1.1965920608810399,
- 0.7985766763593639,
- 0.5019911088714979,
- 0.7923106588003649,
- 0.452973884096826,
- 0.6184746886109449,
- 0.6472196456872126,
- 0.22239141526837086,
- 1.0321186718533595,
- 0.8286153962687705,
- 1.347447128954323,
- 1.3393258582187346,
- 1.2794862813268868,
- 0.49714600740242015,
- 0.8297242609621461,
- 0.3191656432792028,
- 0.5370289376201263,
- 0.5317594184834565,
- 1.1114576030486103,
- 0.9523563739981515,
- 1.3375780857772532,
- 0.15663011197381432,
- 0.8167207993964333,
- 0.10138839141647572,
- 1.0880648419298706,
- 0.6431808210753195,
- 1.277770754958914,
- 0.7470105719761999,
- 1.1031539132046764,
- 1.0090105227492514,
- 1.371302663897021,
- 0.6697577256972211,
- 0.8181441197783283,
- 0.9422064016248373,
- 0.8584590944706768,
- 1.1613579428027168,
- 0.640858106359387,
- 0.7773324859179124,
- 1.2527933999478165,
- 0.8467887925699048,
- 1.2300179789064185,
- 1.0475814896720295,
- 0.43617704419602726,
- 0.9565854281292019,
- 0.7892651491511933,
- 0.7050229748028777,
- 0.34552186026552983,
- 0.0847222241268263,
- 0.13331335678449785,
- 1.2921234008713052,
- 0.15122830129276488,
- 0.5605345280043713,
- 0.8363117544916684,
- 1.152266530059981,
- 1.0508612052169126,
- 0.9962741250601448,
- 0.8859962777938116,
- 0.28848942136856975,
- 0.9051094251040517,
- 1.1806572153716068,
- 0.02204378699745513,
- 0.7798379168867432,
- 1.22472279836481,
- 0.1717445332920343,
- 0.23590257280301596,
- 0.5091008786538319,
- 1.0928775445104313,
- 0.6966050523569516,
- 0.5765618458904602,
- 0.8466456356317604,
- 1.2437078433483466,
- 0.15607939125482012,
- 0.7012175867777122,
- 0.4950575865172323,
- 1.386195639913346,
- 0.9063607322425862,
- 0.7959396057169463,
- 0.8041490724525471,
- 1.3036908197880088,
- 1.097422342006209,
- 0.3380304082102561,
- 1.3489871621460499,
- 0.6828606507338666,
- 0.3249232841090888,
- 0.789623146913614,
- 0.5139418037382029,
- 0.9251139230492847,
- 0.5677571018104342,
- 0.8115465551384659,
- 1.1521619287364007,
- 0.5316910472921553,
- 0.6312349319279236,
- 0.28873368927460846,
- 0.7190867383303258,
- 1.216391797517226,
- 0.9381207619844076,
- 0.41672630161947155,
- 0.9798638987823203,
- 0.38836640536966627,
- 0.12716633744308012,
- 0.7654755123658212,
- 0.4625290994286039,
- 0.19260703007309157,
- 0.9723485043710717,
- 1.175550358214685,
- 0.944344009424697,
- 0.9387189210995937,
- 0.5965845826990422,
- 0.8903725598675888,
- 1.3173270580216414,
- 0.6862516442456644,
- 0.6446693034222534,
- 1.1411007568368345,
- 0.9015979601972701,
- 0.5634640215306896,
- 0.5309831021992379,
- 1.2324670412735934,
- 0.9719371521225902,
- 1.103049097439813,
- 0.28316360072951524,
- 0.5166534015996384,
- 0.864864672838464,
- 0.7956160029836302,
- 0.587123630126123,
- 0.7748195666149255,
- 0.08226682856882583,
- 0.432896524398667,
- 0.5008479473749582,
- 1.1576569844464764,
- 0.6431578051084086,
- 0.91203833787064,
- 0.8130072107606661,
- 0.7801785504863625,
- 0.9345846598510188,
- 1.1011636561981148,
- 0.12972014173523957,
- 0.9016176265085941,
- 0.30400490678345293,
- 0.45773854892565896,
- 0.7141500340046564,
- 0.5685152754397909,
- 0.4284300404863838,
- 1.0977226726514464,
- 1.3223137893255297,
- 0.915594497533752,
- 0.9194939018703298,
- 0.5885524127449729,
- 1.3612342013702312,
- 0.7967881211754162,
- 0.8278870597544487,
- 0.7789036691441756,
- 0.9677789816277869,
- 1.2042062454265263,
- 1.1298847415472915,
- 1.3741205297320676,
- 1.211664961273183,
- 0.710944719688762,
- 1.1785392142058326,
- 0.29620238633466184,
- 0.7091483428504324,
- 0.5171724732929872,
- 0.9224376352290581,
- 1.1361882968598462,
- 0.22329993125370196,
- 1.1278469326263385,
- 1.4111412229559661,
- 0.8521214991169948,
- 1.1951330567411202,
- 0.45434570299327554,
- 1.1537879499661632,
- 0.5603431934105242,
- 0.21057614811904618,
- 0.7467314061430705,
- 0.4546856910382058,
- 0.6109317104763198,
- 0.034545312965126994,
- 0.34540869377350536,
- 0.9729530377953748,
- 0.9050513788795895,
- 0.6082539386516712,
- 1.2020084407523375,
- 1.1595613416888155,
- 1.1668648176221346,
- 1.370374341422626,
- 0.6448498659896014,
- 0.5922639019462383,
- 0.7040436121692629,
- 0.9185353496215103,
- 0.5359881504470061,
- 1.3818079264376122,
- 1.3819380595330257,
- 1.2209651610433514,
- 1.202370205113434,
- 1.2643436850149112,
- 0.9229574254251691,
- 1.1577228824722592,
- 0.8270582154434724,
- 0.8568027966665372,
- 1.3116655746159231,
- 1.074551699657115,
- 1.3675130955405785,
- 0.19468585590582674,
- 0.3219331239916411,
- 0.821630098887393,
- 0.5827877955493882,
- 0.06522584172201469,
- 0.6607625864195757,
- 1.09743710889595,
- 1.1255581563809287,
- 0.9751878014385943,
- 1.347661158054206,
- 1.153212069990224,
- 1.3652776944924307,
- 0.540773548105535,
- 0.926087951566653,
- 0.7673764064882572,
- 1.2409536618986425,
- 0.3530618481349483,
- 0.7524439043397934,
- 1.3544436679935046,
- 0.029412320516209945,
- 0.16225065030999897,
- 0.6715946360220092,
- 0.38738654327147765,
- 0.9311389965352828,
- 0.46775000775788683,
- 0.8439051635458918,
- 0.6474089133541383,
- 0.5826150881672167,
- 0.42355390877592114,
- 1.3733945461266477,
- 0.6844649013075705,
- 1.4118161837805485,
- 0.9554612277294257,
- 1.101323865853842,
- 0.9295068169868356,
- 0.8584755411685084,
- 0.7894820270989151,
- 0.30951968801436236,
- 1.1917202535249207,
- 0.3191021774139916,
- 0.6530835164645116,
- 0.07695306237741338,
- 1.2646961674247637,
- 0.8399067840090094,
- 1.1695115320476246,
- 0.4538208289229822,
- 0.6009603864820969,
- 1.0962807730527122,
- 0.8579122969169086,
- 0.8213809749564585,
- 0.5446473247625704,
- 1.3041766712093428,
- 0.5993746739848933,
- 0.9022555495617353,
- 1.103074974853972,
- 0.4313979751470826,
- 1.1047516876384498,
- 1.2321062920208141,
- 0.8537576075811558,
- 1.0522886725338818,
- 1.1677036808796206,
- 0.18755415923298027,
- 0.6860804425969537,
- 1.1976403195643455,
- 1.2716199734199534,
- 1.3605914597907431,
- 1.0665706151823764,
- 0.8921411457005098,
- 0.7594268770063598,
- 0.24142541568568038,
- 0.5402447773049801,
- 1.3328087661947654,
- 0.9889143762277111,
- 0.6542873168771619,
- 1.3271079997248125,
- 0.5165033168546532,
- 0.9953454879862408,
- 1.2873359174784247,
- 0.8413722295463106,
- 0.6885807123150346,
- 1.3753270650952476,
- 1.351094583042257,
- 1.3338616153476375,
- 0.815502740382976,
- 0.19019728913236847,
- 1.342570605306801,
- 0.43986513837539526,
- 0.650008874325217,
- 0.6992376181105644,
- 0.6718664754903773,
- 0.9452643192247541,
- 0.7816690697205644,
- 1.076194216498066,
- 0.8633234506345773,
- 0.812726300070702,
- 1.2101431154944298,
- 0.6584140441666032,
- 1.055541545284973,
- 1.068208893649821,
- 1.0783549911615815,
- 0.31107434147024265,
- 1.2112069022813394,
- 0.19452077844373425,
- 1.220700720833845,
- 1.2736194175964501,
- 0.429477599455937,
- 0.7825557280149972,
- 0.7436072677125093,
- 1.1299535179725966,
- 1.2582078859156933,
- 1.3603878747383458,
- 0.4329688060960311,
- 1.4103252211645443,
- 1.3761075046331297,
- 1.0882197985098672,
- 1.1899260605934352,
- 0.044643517033801816,
- 1.321469980232949,
- 0.6799318489690768,
- 1.1030460404696998,
- 1.2874865375039168,
- 1.1884481750882967,
- 0.2670387989141117,
- 0.20561220868157526,
- 1.1080641837423608,
- 0.47561307775505307,
- 0.5501593674878364,
- 1.2670460562536148,
- 0.9715767663211875,
- 0.13223603513976762,
- 1.3901011975761093,
- 1.2528353147349396,
- 1.0842552468854807,
- 0.7983285389656742,
- 1.2523784848552035,
- 0.14541163526738096,
- 0.6071740722938923,
- 0.44668815982191495,
- 0.11421913204698071,
- 0.9087872726199391,
- 0.9280649381146038,
- 0.4505115217022671,
- 0.5129912755729332,
- 1.1916707192942182,
- 1.27255165943623,
- 0.5032057032922802,
- 0.970802573816946,
- 0.2653300676259286,
- 0.653739947059584,
- 0.9940145376309684,
- 1.2898641382668508,
- 0.7563640486158187,
- 0.6283294213261039,
- 1.3915733311731633,
- 0.05072811494932839,
- 1.1411453611965803,
- 0.9343909146375514,
- 0.9660248226268389,
- 1.1484391443113209,
- 0.48340404144838683,
- 1.1354182662508536,
- 1.2525236892789233,
- 0.5558785978267455,
- 1.3865170345383289,
- 0.8969806685054958,
- 0.48263773127349946,
- 1.402538428601585,
- 0.6477776325372726,
- 1.1511207381063884,
- 0.8395534029142102,
- 0.8997010840949778,
- 1.246662488505162,
- 0.8374109498953154,
- 0.5003163061976872,
- 0.7343639910793572,
- 0.7608183402632535,
- 0.07289781039034005,
- 0.8151520748901487,
- 0.8684755083457114,
- 0.1783767869189928,
- 0.5479616822364265,
- 0.803193635970498,
- 1.083957668589853,
- 0.9569916779685331,
- 0.6995600287359454,
- 0.894935110848113,
- 0.3520788443547902,
- 1.2750752181116118,
- 0.040479087064859295,
- 1.3816175632578598,
- 1.296579287382714,
- 0.9940489784602374,
- 0.9087966354308505,
- 0.6989775351161945,
- 0.2665357653070774,
- 0.6014164997989879,
- 0.7659704346344853,
- 1.364228962600813,
- 0.7052826410199243,
- 0.5738787612257481,
- 0.8915435822128353,
- 1.0368797021235383,
- 0.7372632675897743,
- 1.1389206089787651,
- 0.8236730655229673,
- 1.210573948141685,
- 1.2266707681347337,
- 0.275476614950873,
- 0.1400733901645595,
- 0.6124678592843076,
- 0.9781535710172953,
- 1.171873770253517,
- 0.634827401746857,
- 1.1044556815704183,
- 0.12596025687978146,
- 0.5557148189206732,
- 0.6250334493184293,
- 0.7047973569633191,
- 0.6106821134231978,
- 1.3376025886327265,
- 0.3500901266840741,
- 1.0452724805292977,
- 0.5287119155336599,
- 1.2688837557364838,
- 1.2314227004253024,
- 1.3094967772381187,
- 0.39858137329053855,
- 0.09171102844851833,
- 1.2096608842175303,
- 0.6501431183330088,
- 1.2174332292567323,
- 0.002042714271350189,
- 0.9682092546705499,
- 0.4624659283947023,
- 0.41081093468100977,
- 0.220420929002289,
- 0.6735427336593885,
- 1.149653980615573,
- 0.8294267857909913,
- 0.9706180402887535,
- 0.6527084473909127,
- 1.3242926512184023,
- 1.0488533991287123,
- 0.7786106604071545,
- 0.32418959787590546,
- 1.4021771438646013,
- 1.2503872245574008,
- 1.30586221809677,
- 1.1799734186856896,
- 0.1389742612193906,
- 0.31323159747077445,
- 1.328948217671405,
- 1.1298995605406332,
- 1.3055835296862244,
- 1.0478828384879435,
- 1.3245598638838114,
- 1.1523292184743423,
- 0.67470205517825,
- 0.7331070778329483,
- 0.057314249471609305,
- 0.8251304894945228,
- 0.3802514122872473,
- 0.49421019648779196,
- 0.9245383276633766,
- 1.3416840918348654,
- 0.9473699008504369,
- 0.369056091308723,
- 1.3618629694655167,
- 1.181697698584092,
- 0.5778205710494373,
- 0.8813530711242862,
- 1.1041001646186375,
- 0.9026618852330236,
- 0.24254842758833278,
- 0.5085406418048976,
- 0.23770969159694325,
- 0.8716646327700606,
- 1.0388292468962326,
- 0.7867354087460644,
- 1.1857930269517163,
- 0.39274592914122974,
- 1.02813012028114,
- 1.330871072733294,
- 0.14436033282512067,
- 1.0062594474850666,
- 0.8631699909372754,
- 0.20810339818899434,
- 1.04228728667412,
- 0.27602280769824916,
- 1.1031027788815304,
- 1.2736073775990333,
- 1.0140156267095386,
- 0.5700733069864833,
- 1.2028754702290128,
- 0.8075120635439846,
- 1.1656103562501756,
- 0.11519589184942047,
- 0.8068215631119258,
- 0.283799459835073,
- 1.115632199824714,
- 0.21258656377238322,
- 0.5016391997506419,
- 0.6378814182116693,
- 1.0174864422935825,
- 1.052984590679518,
- 1.097540369078717,
- 0.457379363632005,
- 0.19834240614834175,
- 1.3155036189087381,
- 0.9958668082067782,
- 0.4690961372545459,
- 0.6918423360991779,
- 0.547540710165984,
- 0.8851408087801916,
- 1.1310392938295044,
- 0.8902559127216786,
- 0.7585697104043461,
- 0.00717477077474911,
- 0.5979152074293054,
- 1.3872546448849774,
- 1.2836878940059169,
- 0.1492020719012334,
- 0.9085856189878988,
- 1.2995140975062103,
- 1.1439642185585843,
- 1.1021786491898047,
- 0.27697945748954134,
- 0.9155085966358714,
- 1.2561145308323658,
- 0.08603083951136836,
- 0.30847210978919615,
- 0.41361331687295344,
- 1.3538553895082712,
- 0.5935147078771521,
- 1.0374256621176825,
- 1.140054604672518,
- 0.36019279484143146,
- 1.0992925366496407,
- 0.907752781689135,
- 0.6444470833051839,
- 0.5763001215246134,
- 0.9474056580948453,
- 0.19691777899131457,
- 0.9634989993487053,
- 0.16676570059049603,
- 0.25916104337440155,
- 0.10646777221644169,
- 1.0992137653738265,
- 1.1233185187500099,
- 1.206160681411894,
- 0.515360719445437,
- 0.4672442836767068,
- 1.2311652085444325,
- 1.1731081333214144,
- 1.4085515820059198,
- 0.7219041342498861,
- 1.3760548287402083,
- 0.9216936893868309,
- 0.9972837276763307,
- 1.2431304333509734,
- 0.6017611480078336,
- 1.3826631445380266,
- 0.8353070408305804,
- 0.3198820210790364,
- 0.552552113766976,
- 1.3808182311354906,
- 0.3404855473303241,
- 0.03396888458635949,
- 0.3124098331714252,
- 1.249624326981384,
- 0.6598535048605214,
- 0.3567152193739584,
- 0.32019328370949385,
- 0.05060770244966816,
- 0.6122753889063993,
- 0.8714957365826564,
- 0.07331175117082617,
- 1.1907683884949365,
- 0.7532248551611596,
- 1.3161362596807267,
- 0.5305206996525026,
- 0.4143228592474897,
- 1.1840802480273565,
- 0.2667606810866901,
- 1.2155686494911382,
- 1.1967414534968357,
- 0.8613460365382302,
- 0.34768859504479505,
- 1.3135913414393396,
- 0.3637415616147701,
- 1.0437029767467094,
- 1.2126401540534026,
- 1.275180142966945,
- 1.2351780799528596,
- 0.6587780740269504,
- 0.7971845665514427,
- 0.7793765325349208,
- 1.027677611183568,
- 0.9103157923153623,
- 1.2658974193717483,
- 1.0412688770574883,
- 1.1325624796196183,
- 0.937407909917236,
- 0.10392969365173471,
- 0.7118198868625691,
- 0.39206382653766736,
- 0.8846260919594842,
- 0.6468006900041832,
- 0.6689246018734145,
- 0.7260838003082951,
- 0.2942018920724726,
- 0.05445781032326632,
- 0.7679657290747809,
- 0.2285488557936377,
- 0.978103371490731,
- 1.1829913620855892,
- 0.32555368772661736,
- 0.711661163711247,
- 0.1689738381371238,
- 1.388125322811302,
- 0.6410862331946199,
- 0.664175909426655,
- 1.335889777614666,
- 0.5559995709571165,
- 1.1221857271590543,
- 1.092926005935462,
- 0.42564748648825085,
- 0.48331728793194145,
- 0.5529504709224526,
- 1.0952749011511278,
- 1.1751627224784176,
- 0.8423817279807131,
- 0.9993778954609633,
- 1.0076436662243595,
- 1.1551624712501514,
- 1.2172280895356091,
- 1.0769248102636721,
- 1.353408720862815,
- 1.2728526030033807,
- 0.11902736985357047,
- 0.929344464578741,
- 1.1979814740989851,
- 0.9085420138470592,
- 0.4699825801070884,
- 0.7489615416142147,
- 0.9724111222272531,
- 0.20373159861965945,
- 0.8768846848184361,
- 0.04012991690001092,
- 0.9909356617602204,
- 1.0954022133016337,
- 1.0909326095495564,
- 0.9945863027333932,
- 1.3649419620262084,
- 1.0590137195939833,
- 1.0190132926310267,
- 1.3095960960473927,
- 1.3407452681492131,
- 1.3583827288522543,
- 1.320258979057121,
- 0.6312350341196064,
- 0.6040935455105655,
- 0.7039315310026192,
- 1.1026475520223904,
- 1.3259278536966457,
- 1.207562801224744,
- 0.9873326201695961,
- 1.0843753277070396,
- 0.5236446315965386,
- 1.1073006151251514,
- 1.150043732152683,
- 1.3750026371806532,
- 0.4256063487683917,
- 0.44208698895826853,
- 0.7800962540148489,
- 1.3590115786401151,
- 0.4234642027981232,
- 0.7644208854533876,
- 1.125365596777803,
- 1.0610072769609995,
- 1.3731545609405051,
- 0.5681618992576637,
- 0.9313711767531212,
- 0.9781206959928938,
- 0.8468454972770509,
- 0.9251426934871856,
- 0.6655603364290238,
- 1.090096164285048,
- 0.2195701788809682,
- 1.0616950298586372,
- 0.9726074139692491,
- 1.1878209064083427,
- 1.2702769305518025,
- 0.3646419882815674,
- 0.5515624706447309,
- 0.9136058336497522,
- 1.027544849357993,
- 1.0604147538796573,
- 0.7836614418181869,
- 0.03412580332679378,
- 0.21979170982406226,
- 1.3095231484362952,
- 0.2574752145570736,
- 0.7001092635149774,
- 0.12988594881991677,
- 0.555974764319821,
- 0.43491360573460963,
- 0.8143629656647018,
- 0.4185573279633893,
- 1.2034159134043068,
- 0.6360525530664232,
- 1.2271165597431348,
- 1.1256417668347125,
- 1.270067297186006,
- 0.8008335462096549,
- 0.4153501297006305,
- 0.19426256321410332,
- 0.8831148418999303,
- 0.6690330499800666,
- 0.3704207522341926,
- 0.6476976914177044,
- 0.3109012788007195,
- 0.2844874324318175,
- 0.6974037165286442,
- 0.24978066696669987,
- 1.123314024776651,
- 1.162635860876537,
- 0.2480835038195505,
- 1.2535339124915246,
- 1.1751659434936799,
- 0.8234849928331468,
- 0.8274547189209004,
- 0.49374305330863494,
- 0.8014461093306411,
- 0.8961885697262065,
- 1.2002875091283194,
- 0.3593938204117413,
- 0.6446907841437469,
- 1.1948521016170528,
- 1.0294881908086029,
- 0.38152216659550486,
- 1.3765183153923688,
- 0.42808893524737923,
- 0.9693756216235672,
- 0.12256678404221118,
- 0.309842175889218,
- 0.19995412242755448,
- 1.0988959285621052,
- 1.302000012467785,
- 0.6941289083967365,
- 0.088222751952273,
- 0.14000819396372435,
- 0.8533559999407246,
- 0.6184063394880156,
- 1.0109763055590868,
- 0.5728629765559272,
- 0.891928767435193,
- 0.2257954367530887,
- 1.3581893153603941,
- 0.7172425512937718,
- 1.1556122353193112,
- 0.7657911482119665,
- 0.8453429185459704,
- 0.9753956184233904,
- 1.0602938058473383,
- 1.0980036692079143,
- 1.4119697152734048,
- 1.3607525843390509,
- 1.1771966054125422,
- 0.8875471577454978,
- 1.188847563501927,
- 0.6645581751033884,
- 0.7396903670382965,
- 0.7425349964278527,
- 0.925623859115896,
- 0.672659286288473,
- 0.7927054183357861,
- 0.3223313853921414,
- 1.035277520309062,
- 1.337272368896631,
- 1.0968061405058276,
- 0.9572062039016133,
- 0.7465915669463894,
- 0.8029456149287896,
- 0.01883348997527355,
- 0.608299294549615,
- 1.327676931197389,
- 0.1976740947834723,
- 0.5854588531011639,
- 0.22624860626961382,
- 1.0070214525394985,
- 1.1542864624306473,
- 0.11180777576001842,
- 0.7616066001808148,
- 0.7903713219793288,
- 0.02686590359423668,
- 1.2093878988525855,
- 0.7085743105050603,
- 1.0886449900301374,
- 0.3102230566000432,
- 0.6873368041832013,
- 0.9958942979645099,
- 1.216905751640989,
- 0.1191418226677876,
- 0.8400518448916912,
- 0.5268263512523044,
- 0.05578419276150209,
- 0.696374345993788,
- 0.9990314833069418,
- 1.0815133950531328,
- 1.0101703951319025,
- 0.9747690151752866,
- 0.8974319254254365,
- 0.5335205826077791,
- 0.37401672249667317,
- 1.3563889909816604,
- 0.9986105244547576,
- 0.0888116858564183,
- 0.01562746840049293,
- 0.2728974365448827,
- 0.18853540140544967,
- 0.017539594547511285,
- 0.10910700194159677,
- 0.8858008711427617,
- 0.0017426537252736628,
- 0.921406576805386,
- 0.17375673722221205,
- 0.9472388878762511,
- 1.2850415780306745,
- 0.9713761362208666,
- 0.8103240305806209,
- 1.3112000739895315,
- 0.960325492319844,
- 1.2866976084608592,
- 1.321418375582883,
- 0.8829677806189451,
- 1.0106256954226247,
- 0.0010666089974955956,
- 0.5488762694480747,
- 0.07686480078433104,
- 1.3616433843503364,
- 1.2231928284746703,
- 0.8363458236027845,
- 0.3629930163893098,
- 0.664526452097834,
- 0.7596893611352031,
- 0.8870894557747301,
- 1.0447309752815388,
- 0.42857908067174033,
- 0.3713960528195821,
- 0.9497725909764975,
- 0.6423864603761749,
- 0.4674756420080972,
- 0.829014080301207,
- 1.3618994546547398,
- 0.08941125259836016,
- 1.2992361871577955,
- 0.012689808469370152,
- 0.9422181039231009,
- 0.9653641739386056,
- 1.3806584533690922,
- 1.3843267902139473,
- 1.0650685221097398,
- 0.23227613053026555,
- 1.3188387342660042,
- 0.5413672581410428,
- 0.2567602524618743,
- 0.6707193577660824,
- 0.68999905671494,
- 1.1805389221512839,
- 0.03451993497990348,
- 0.8697159979570921,
- 0.15884782205219342,
- 0.8671795207154038,
- 0.2590881034523228,
- 0.15951497171474924,
- 1.3471630429004298,
- 0.31287218362034663,
- 0.14930087465336184,
- 0.7909155807439863,
- 1.3350694931175213,
- 0.7562507318846617,
- 0.04621344149950609,
- 0.4131014429738996,
- 0.7430881459131722,
- 1.1429280665257329,
- 0.8272110783249372,
- 0.8787961350137994,
- 0.6048391298831535,
- 1.2716246620010956,
- 0.37866158648577725,
- 0.1485860057220787,
- 0.16815832951562107,
- 0.7223864182884828,
- 1.0115511879270522,
- 0.4290426563570616,
- 1.381638769286642,
- 0.5408699196961049,
- 1.2865294089609058,
- 1.060685861325416,
- 0.81809396692959,
- 1.1495409340978207,
- 0.5439962849745572,
- 1.1369759100592225,
- 0.8147650624747875,
- 0.32742242303272506,
- 1.0112863126939065,
- 0.7840753472916872,
- 0.2373340552194116,
- 1.1461509814825663,
- 0.29308321027223716,
- 0.963498165606457,
- 0.23141913952221413,
- 1.168246878999102,
- 0.5538983294095168,
- 1.1057721564471958,
- 0.7721228693429624,
- 0.7753580613174804,
- 1.2798669739066066,
- 0.9703601944836276,
- 0.3902370810651201,
- 0.15624701220707762,
- 0.6188109942031825,
- 1.2582789787818793,
- 0.1678775238998778,
- 0.960207795986123,
- 1.3517333072750592,
- 1.3700462134486147,
- 0.7413090580327095,
- 1.071779447705691,
- 1.0878602844159309,
- 0.7096489817527013,
- 0.5939262032349868,
- 0.7587042627008185,
- 0.7076718548830218,
- 1.042429747601742,
- 0.0010681913993216808,
- 0.7144088866904919,
- 0.35960814858521345,
- 0.3155790005502412,
- 0.5574563703831832,
- 1.1340484100814185,
- 1.2358287570109983,
- 1.3575298090370918,
- 0.21971055226508965,
- 1.3884976556113844,
- 1.1363053715381868,
- 1.1420686559065527,
- 0.5159701703402174,
- 1.3136615316878588,
- 0.5736986460463734,
- 0.891933671461766,
- 0.18668742768537092,
- 0.9223044778986201,
- 1.321243373329604,
- 0.9212957324299089,
- 0.5640280367937383,
- 1.2469230500864192,
- 1.1896057155464683,
- 0.18804204082098913,
- 1.1866620085904835,
- 1.128746579956287,
- 1.0389136512582478,
- 0.573027442722228,
- 1.300769439906029,
- 0.3887897033631631,
- 0.9319046385225657,
- 1.3993101205496583,
- 0.4748695596734868,
- 1.1206235390118504,
- 1.0375420860193374,
- 0.24242070488585593,
- 0.5963862039151485,
- 0.8303227230883954,
- 0.6606914126682393,
- 1.2684978885880729,
- 0.7345876761320611,
- 1.3217083491746695,
- 1.07291881154035,
- 1.2399264869812217,
- 0.9673807025749865,
- 1.3354798667748213,
- 0.6328911359936725,
- 1.1933737067651382,
- 1.3431759902530993,
- 1.175559785322406,
- 0.5764433898750017,
- 1.2373826819915708,
- 1.361227573666119,
- 0.9686195241371518,
- 0.6066883323762091,
- 0.4400571482259907,
- 0.6727966070923409,
- 0.9554234816274402,
- 0.2016582476684735,
- 0.8216778130618866,
- 1.3285286961343665,
- 0.4845336178032179,
- 1.2984113971625777,
- 0.38392705637790464,
- 0.4331211098993496,
- 1.182233582568128,
- 1.1643178328553063,
- 0.14471626740079555,
- 0.3825807178681423,
- 0.9792895055575699,
- 0.9488619728113206,
- 0.528211022847038,
- 1.372609986205734,
- 0.3209167190661837,
- 0.2710884190462376,
- 1.28685825483826,
- 1.029405648388037,
- 1.379770777669385,
- 0.9592942455700465,
- 0.08740246804871434,
- 0.42183495827645373,
- 0.6860444338836239,
- 0.734710040386136,
- 0.8276705365461221,
- 0.6660363358045099,
- 0.8274893914105985,
- 0.050878824249288704,
- 0.3663986707674932,
- 1.2721710968228637,
- 0.9091654814701375,
- 0.6596552927576619,
- 0.7167351611541498,
- 1.2372488998286497,
- 1.0232799519874944,
- 0.949177054005678,
- 0.8499648879434943,
- 0.6566320422686893,
- 1.1195036282149695,
- 0.9318868007154513,
- 0.7764713126224122,
- 0.6694657659388703,
- 0.87590600250643,
- 0.056646890974796235,
- 0.5706301483959537,
- 1.3741506771799836,
- 0.249902963921566,
- 1.1048662125383886,
- 1.3213184113211192,
- 0.20557208379101163,
- 0.3938914521060586,
- 0.45075952306968026,
- 0.8502915200943967,
- 1.2481391682884935,
- 0.12612976464683145,
- 0.14443706490528405,
- 0.402630268056325,
- 1.3657346447422654,
- 0.5812169280636296,
- 1.2958021415222862,
- 1.320618557004814,
- 1.1434238009178355,
- 0.35276253115513284,
- 1.356516929650829,
- 0.1350088723715545,
- 1.2425345696456704,
- 0.14876279546814258,
- 1.3546481062178946,
- 0.10230242592022294,
- 0.6091439038581853,
- 0.846139792377469,
- 1.2995847021896085,
- 1.386734644517951,
- 0.17686601349041314,
- 0.14627669909979157,
- 0.8944307148798593,
- 0.8205175999895942,
- 0.7408309119005762,
- 0.1466956639109162,
- 0.9929582256238774,
- 0.3664793357349631,
- 1.008590024485892,
- 0.24245460461320104,
- 0.2363592958537601,
- 0.4597141444882216,
- 0.01768865214407451,
- 0.47158725659178674,
- 1.2571137700727189,
- 0.06187854545263426,
- 1.0483996350669718,
- 0.43763756290366285,
- 0.5800827009436067,
- 1.343054590100264,
- 0.9213861953409289,
- 1.3610878377984945,
- 1.411174742749461,
- 0.6321142740465864,
- 1.0184016898309705,
- 1.1026346967466778,
- 0.212058594248527,
- 0.00783117087115002,
- 0.7283462459600029,
- 0.807158878213341,
- 1.240467233180547,
- 0.37969665110946965,
- 0.1889916034414509,
- 0.08533075415456257,
- 1.2283904326884818,
- 0.6711462537857423,
- 0.4463163927052065,
- 0.41633243387420665,
- 0.3094905407344697,
- 1.3349069913567133,
- 0.9958286211511217,
- 0.8953646435070252,
- 0.27590572414576575,
- 1.3803146801950203,
- 0.3564917243789402,
- 1.2643942289737018,
- 1.170856268491607,
- 0.8901740063044579,
- 0.951790922814001,
- 0.9862381210494129,
- 0.1455004140656702,
- 0.8852159124175412,
- 1.353074859514256,
- 1.2933187561833013,
- 0.2857626640219279,
- 1.2312953211822948,
- 1.1404950955416067,
- 0.27166318117165333,
- 1.2774029830805913,
- 0.3404266633330435,
- 0.6681816986361022,
- 1.1020011247955688,
- 0.9639565761735728,
- 0.7034754128177324,
- 1.1722341825858613,
- 0.27013675742299104,
- 0.7948369508885492,
- 0.019821597802811196,
- 0.7205278200982498,
- 0.5884764825065849,
- 0.6659500697890374,
- 1.141875894815627,
- 0.16794651618820344,
- 1.1884587911104978,
- 0.6615992640996061,
- 1.0831807450465247,
- 0.14316655714699159,
- 0.38518313396431164,
- 0.46383090880950506,
- 1.0041492204885767,
- 0.9100221561083546,
- 0.7792177551673319,
- 0.10937252216464184,
- 1.3922048683976709,
- 1.3735472456379205,
- 0.8314700710676955,
- 1.1851530982546223,
- 0.9989290360762668,
- 0.7700229572600296,
- 0.5153352810670507,
- 1.2006462388431098,
- 0.742978157766716,
- 1.2353376162641727,
- 1.2382107515915812,
- 0.8833323880411807,
- 1.256644749407318,
- 0.21902457728880087,
- 0.9421420464694139,
- 0.16273037445081812,
- 0.4610851011165588,
- 0.9188929412200716,
- 1.0673857588334652,
- 1.0359028837343136,
- 1.2209589340343459,
- 1.1886509372411396,
- 1.283510658329583,
- 0.07728773178863489,
- 1.376415186020838,
- 0.2645648497834464,
- 0.1958399278933546,
- 1.3147986607314472,
- 0.835659212009469,
- 1.3476736767305721,
- 0.6912736262547154,
- 1.0768308429517275,
- 1.365955089688133,
- 0.6913053489117165,
- 1.3341954275095926,
- 1.1833094102317028,
- 0.49103421424467203,
- 0.0093777042603874,
- 0.8409502641849991,
- 1.216106323445091,
- 1.263966948699402,
- 0.8079156554026562,
- 0.6852959449501022,
- 0.7524085458847846,
- 1.1466195539891324,
- 0.2415095143503886,
- 0.3884210074810594,
- 1.2673037232913609,
- 1.1663818407129887,
- 1.1717457670581515,
- 0.7280737039982094,
- 1.3846605179688052,
- 1.024008829999683,
- 0.3796438246763383,
- 0.16813535825718892,
- 0.8640963052610511,
- 0.2468999523827368,
- 1.3236781096658263,
- 1.322554602639965,
- 0.9729394658951428,
- 1.1433954856528838,
- 0.3983196314348596,
- 0.9190445834341259,
- 0.6655216506365339,
- 0.34409497245108994,
- 0.005365116876208529,
- 1.1143804067676504,
- 0.6757840581406985,
- 0.15470382700092772,
- 1.1448380163456762,
- 0.26471302697352256,
- 1.0210441992466093,
- 0.17010428596260593,
- 0.8859089397876786,
- 0.8840831562788168,
- 1.3149710121445277,
- 0.13949770867535424,
- 1.3068899989643885,
- 0.2652579951971145,
- 0.41337787354346983,
- 0.7619964138673135,
- 0.32689913060395676,
- 0.705898733837731,
- 1.3967645240568722,
- 1.2046785522847505,
- 0.5692135361277044,
- 1.3373243311022747,
- 0.5671887501685552,
- 1.0462083080970717,
- 1.295849057034706,
- 1.3074351186071513,
- 1.3087393007611414,
- 1.19123566563222,
- 1.3655454089587236,
- 0.23116240376289823,
- 1.1838013761847201,
- 0.1914872910144932,
- 0.22255002742832133,
- 0.4237489498982732,
- 1.151908205768581,
- 0.5066189124945449,
- 0.5017735252446429,
- 0.6288991066662699,
- 0.301474483728279,
- 0.6758614280587599,
- 1.237362549042305,
- 0.550810451939,
- 1.2831768821427185,
- 0.6106371290108772,
- 0.7066278169944337,
- 0.1350472827633506,
- 0.15103151358103292,
- 0.4502778493449471,
- 0.7616495041679394,
- 1.0996913595506752,
- 0.11206428648442064,
- 1.1780571274851632,
- 0.5746175361125092,
- 1.2569539292484386,
- 0.534766952902759,
- 0.8690672391428954,
- 1.2544281861581368,
- 1.2633128049680284,
- 1.3260562978372292,
- 0.5122383270917001,
- 1.0390344087591397,
- 0.09126182458668423,
- 0.06684794947916702,
- 0.36741435374637377,
- 0.6555294134560938,
- 1.377160114579645,
- 1.3418177246485385,
- 0.6441525069473046,
- 0.07149692652483382,
- 0.6228805772343463,
- 1.0583548325606857,
- 1.292773170891865,
- 0.7245950964605421,
- 0.5313063928850301,
- 0.8732692697759136,
- 0.3542876476475716,
- 1.2984985937177431,
- 0.5327098178936066,
- 0.47740311149741793,
- 0.7316597874607133,
- 0.0619176013607711,
- 1.1040035550878915,
- 0.97867473669018,
- 1.2939579974132542,
- 0.5584588411414623,
- 1.3325394289267802,
- 1.3435731299617937,
- 1.4087708158385572,
- 0.1521936351331656,
- 0.5938131455579481,
- 0.813604764377117,
- 0.5871418217390988,
- 0.598415514018357,
- 0.6115822388974438,
- 0.3495842830914111,
- 0.38441707809428477,
- 1.0505757338178932,
- 0.5322913527217626,
- 0.650215215769244,
- 1.0794529912268873,
- 1.4108166337130819,
- 0.8517157596379669,
- 1.0380986148314912,
- 0.5598340644364376,
- 1.3395922096251962,
- 0.7299189923346491,
- 1.3240771230888977,
- 0.8612331913137109,
- 0.8608390378596366,
- 1.36749559077258,
- 1.3936753428549813,
- 0.8802018177074532,
- 0.8699197045896149,
- 0.6961820737940609,
- 0.31367185107905343,
- 0.9776473452492181,
- 0.11303777209638793,
- 0.12371199267884926,
- 1.1825577174731514,
- 0.8418645203228705,
- 0.6948743402490772,
- 0.7882629867849642,
- 1.285266482144889,
- 0.699166821403431,
- 1.076722043556082,
- 0.30959369463332154,
- 0.7811889861495608,
- 0.6392391486968723,
- 1.029188519377532,
- 1.359012991950941,
- 0.2963702796135071,
- 0.6959420610079443,
- 0.9430676802553734,
- 1.1467584913699127,
- 0.4446477819386223,
- 1.3191385421486295,
- 0.9113892057082635,
- 0.15019161943301937,
- 1.3292289801159896,
- 0.8492096301283844,
- 1.3212737663409901,
- 1.136348642927644,
- 0.12960093407507695,
- 1.4100375344849434,
- 0.7359981219086226,
- 0.8567308536181946,
- 0.658107261062134,
- 0.9868943688061789,
- 0.23560718554929605,
- 0.4560894552527896,
- 0.585526577453835,
- 1.26070177513082,
- 0.889534157150533,
- 0.8687085927164746,
- 0.7862396052128197,
- 0.3581894851879174,
- 0.7889893875848771,
- 1.3979275927803398,
- 1.1147749056152314,
- 0.01068067704957778,
- 1.0237640812304358,
- 0.9243582818241599,
- 1.0859023615397445,
- 0.10555871706260672,
- 1.1162300338888593,
- 1.3335089294725029,
- 0.04094008338285946,
- 0.5032614411222971,
- 0.9074863200235458,
- 0.7682741649348678,
- 1.1585846711377312,
- 0.25344030828485054,
- 0.9894319900339928,
- 1.0988887953537616,
- 0.7848611268828327,
- 1.177019408181084,
- 0.15767887227310304,
- 1.034852504507227,
- 1.2973528534933239,
- 0.10163671788567936,
- 0.7659726119102886,
- 1.2074760466318497,
- 1.121045633451573,
- 0.9806181685530009,
- 0.4030750567365528,
- 0.07677894557019005,
- 0.15890929891689762,
- 0.009900508004208596,
- 0.4640650367368025,
- 0.8724107887145355,
- 0.008494818337748193,
- 0.9344368656582475,
- 0.329826573410746,
- 0.3717542561964352,
- 0.7512891399667425,
- 0.6566709225165619,
- 0.13052503063987322,
- 0.03888829112952411,
- 1.2896761407605253,
- 1.0172820130785836,
- 0.7710031126389645,
- 0.7384633938168568,
- 0.5318282835749631,
- 0.9513865175814377,
- 0.48044448048106014,
- 0.5596765675334701,
- 0.9503967492929498,
- 0.9364544545606965,
- 0.42329399579438365,
- 1.2563391308659426,
- 0.047677518168243636,
- 0.40376884165420196,
- 0.786803363068213,
- 1.1504687942010057,
- 0.5999743873976312,
- 1.2155276580236827,
- 0.90098150708969,
- 0.7055458770801654,
- 0.6257897765196626,
- 1.1298967548525005,
- 1.2895315697431198,
- 1.2912050087835734,
- 1.0883081604101432,
- 0.9885841679194458,
- 0.8698103481065487,
- 0.11156596990540717,
- 1.0437773462934399,
- 1.2213781796697294,
- 0.2436032790263344,
- 1.1801130374287343,
- 0.9963234949321647,
- 0.8319168157984864,
- 0.9218555479391807,
- 1.31250604293915,
- 0.04646219074381025,
- 0.6645303139495478,
- 1.0939702357273489,
- 0.6706149539382528,
- 0.8484051997736201,
- 0.6048696268683099,
- 0.7974567104333489,
- 0.12470587034234266,
- 1.073426777352133,
- 0.06749235907274874,
- 0.8032484182846132,
- 0.6318240160783722,
- 1.0923269465847556,
- 0.6824738617994689,
- 0.9381085449067607,
- 1.28972582934761,
- 0.6977271628481669,
- 1.272349715014487,
- 0.4573402483929155,
- 1.2825920043683525,
- 0.5623408061169395,
- 1.2651815179442567,
- 0.20820435115155264,
- 0.5554029044759684,
- 1.3293709364766935,
- 0.8221393266689272,
- 1.3711430000669864,
- 1.0579817113669974,
- 0.3573448384674598,
- 0.6929492826273835,
- 1.2999914680474725,
- 0.6473270086807366,
- 0.9270428138758118,
- 0.66247561813486,
- 1.0898369491244178,
- 0.4804070150092367,
- 0.9175290934920091,
- 0.6517562471260088,
- 0.2871413648223122,
- 0.06906563653124058,
- 0.41793407084719886,
- 1.2267309662181831,
- 0.42806642875711154,
- 1.3095009146197427,
- 0.6377745279249456,
- 0.7783623942623394,
- 0.7977511374739984,
- 1.3090852907979977,
- 0.9134816793665697,
- 1.2838248295787875,
- 0.9259007585015476,
- 0.9916520245284114,
- 0.8915675961000591,
- 0.46082279075123656,
- 1.132609252925191,
- 0.7238187447731261,
- 0.31927675194118926,
- 0.7710147518031697,
- 1.401922234005101,
- 1.0523380827297621,
- 0.8076183485580086,
- 0.2199765319152468,
- 0.392174305375129,
- 0.7424538005964626,
- 1.1165567257151623,
- 0.14682806943057267,
- 1.192133626870201,
- 0.19032002020164043,
- 0.3999456488426443,
- 0.598516772517783,
- 1.1995149389692135,
- 1.166051875483541,
- 0.9782454105647579,
- 1.0297696653001667,
- 0.6067396948784167,
- 1.3962761967196329,
- 0.587026319818657,
- 0.11758935376358352,
- 0.500723230429724,
- 1.1896171821603827,
- 1.2272576828106667,
- 1.348206985314703,
- 0.9456985486933449,
- 0.23206597031544526,
- 0.9617050771904385,
- 0.1655214776663704,
- 0.7997601059253268,
- 1.2122193262400063,
- 0.8912975456658992,
- 0.536986920132092,
- 0.9028610360930199,
- 0.838161862445079,
- 0.8010762667474933,
- 0.5450432662397703,
- 0.07045816486607105,
- 1.0517169809007294,
- 1.1281799351941766,
- 1.3407307853305686,
- 0.5751802058271575,
- 0.6339501057660691,
- 1.2337435725425554,
- 0.4583152985282301,
- 0.4675099791200189,
- 0.26873779040134443,
- 0.09579083238526803,
- 1.0390973280866336,
- 0.9031201087912907,
- 1.3120396248659583,
- 0.4739114610778881,
- 1.0528600968825577,
- 0.4788878273325659,
- 0.8269348180186217,
- 0.30921638162479165,
- 0.7744925899615868,
- 0.9104819538136332,
- 0.3422185558329385,
- 1.32216052915199,
- 0.54461124527552,
- 0.04966784262565783,
- 0.6038762340236105,
- 1.2530658642147272,
- 0.1269606697527852,
- 0.05026486630474177,
- 0.6758779292150642,
- 0.07876486243738498,
- 0.026744823874677106,
- 0.9595100069029987,
- 1.2627341238727767,
- 0.9419501466248692,
- 0.8437637197453253,
- 1.404490038496767,
- 0.8609831039113951,
- 1.3395430760032576,
- 0.0880943693563499,
- 1.0214220522299338,
- 1.350070302922986,
- 1.0183214660771944,
- 0.6632145500369674,
- 0.5884365111430261,
- 0.5826875225157375,
- 0.08977459147852605,
- 0.9650458420072527,
- 0.972677801990749,
- 1.2937284525688078,
- 1.134076925644216,
- 1.3439430857699246,
- 0.9132002672547822,
- 0.931859893117086,
- 0.8131504852602527,
- 0.29221198148638816,
- 0.4407754356162871,
- 1.2882332307253852,
- 0.9553065067662551,
- 0.5929987381020074,
- 0.0671470004458309,
- 0.8793043035866859,
- 1.3618543362423197,
- 0.4667974597932372,
- 1.2252381734655204,
- 0.8899850128000788,
- 0.16046429581511756,
- 0.7533720599596855,
- 0.9004547377318078,
- 0.45265586315148876,
- 0.11846684998067386,
- 0.6877252151014787,
- 0.11953514938968443,
- 0.5833619382902011,
- 0.8558321980012703,
- 0.2633017170754474,
- 1.1458862747984049,
- 1.2045248949929652,
- 0.9909081759571391,
- 0.41054347830415605,
- 1.1443067426280435,
- 0.9028454437407473,
- 0.10021004239266952,
- 1.2769156075293322,
- 1.3197957238526425,
- 0.5884117284427607,
- 0.7106084204610683,
- 1.1575505856678487,
- 1.2763240135857994,
- 0.45365085810609845,
- 1.3783095036839317,
- 0.42118603954505185,
- 0.6176277424572696,
- 0.014442496000740837,
- 1.2194061957463274,
- 0.29115180306718297,
- 0.5855150480330181,
- 0.9437115166500244,
- 1.3181756597740293,
- 1.3593214976329016,
- 0.6204632486233537,
- 0.8973014315992222,
- 0.7967211418251628,
- 0.5815579862246487,
- 0.9967820726472086,
- 1.028558172529978,
- 0.854636243897037,
- 0.3330827769943545,
- 1.3409020625207762,
- 1.1266182735676675,
- 0.756845261656628,
- 0.31264230447047325,
- 1.2093054032481731,
- 0.5821933048772294,
- 1.1092936086920087,
- 0.4035570614508194,
- 1.339438958013965,
- 0.9368698667030243,
- 1.2787997819744545,
- 0.8837710341579683,
- 0.4639241635606946,
- 0.8793856719519048,
- 0.8846544619853414,
- 0.9186517104215687,
- 0.5424054398119312,
- 1.250614735082508,
- 0.9701064813753314,
- 0.26430056037930816,
- 0.8810073728504767,
- 0.5390384814345774,
- 0.7723054784573263,
- 1.2810070970420315,
- 1.2875871410602044,
- 0.4646450056218863,
- 0.9346256117563252,
- 0.6362437188668908,
- 1.2225628483100088,
- 0.12937205276413222,
- 0.343720611979515,
- 1.1759843004500237,
- 0.6178002790365232,
- 0.11066093843730646,
- 0.9566878101572757,
- 0.5473694074027193,
- 0.729780418308086,
- 0.4467920840698203,
- 0.6847908764143665,
- 0.6600250050662748,
- 0.9761519239774408,
- 1.2819139030473503,
- 0.30216856986378193,
- 1.1690131767168805,
- 0.9069065948800099,
- 0.9373498652359131,
- 0.9687553399659249,
- 0.44944657706425417,
- 0.8722284111108104,
- 0.6341696646107718,
- 1.3038973207116007,
- 1.1792986905642924,
- 0.22409706338881472,
- 0.9522580176890739,
- 0.1787774075504855,
- 0.09737556837705812,
- 1.3094529733027176,
- 0.8511715942659653,
- 0.7715654603886852,
- 1.3451583100121027,
- 0.027782789389746834,
- 0.566027175373216,
- 0.5225302908969082,
- 0.9180364750907106,
- 1.3027869508063825,
- 0.8877802200601821,
- 0.2565376232112739,
- 1.1365784894700008,
- 0.4064316080738691,
- 0.8810835043083608,
- 1.3384585463198326,
- 1.0619253139004465,
- 0.23971608163747715,
- 0.941714529761563,
- 0.35753084491397846,
- 1.2660926731568893,
- 1.0135016345769405,
- 1.1243501929324111,
- 0.6216405676691318,
- 0.15056603885805747,
- 0.5560480158990091,
- 0.7314970741639143,
- 1.391723398109618,
- 0.6020131744271205,
- 0.9923771578063307,
- 1.0003998793859574,
- 0.970050940958128,
- 1.4096127035292292,
- 0.2832316771933232,
- 1.3708486366938044,
- 0.8601320555584895,
- 0.6303913430290021,
- 0.1312741458465421,
- 1.0291224920939273,
- 1.221028276445839,
- 1.0212594234406818,
- 1.1335015787008587,
- 0.8926663172317121,
- 0.388656379054923,
- 1.3727045139379221,
- 1.2633530974479557,
- 0.5335651384901965,
- 1.068166520587647,
- 1.0132196570290675,
- 0.4817895901344685,
- 0.8105382729610416,
- 0.4657269350598806,
- 0.2959442988772188,
- 0.5497976863527441,
- 0.4780009183947448,
- 0.2955938745094753,
- 0.4325588595198634,
- 1.3556540205602865,
- 0.3785636002012115,
- 0.3033974448097804,
- 0.38689711729227433,
- 0.7022252062379866,
- 1.2734029462273402,
- 1.2851790798252318,
- 0.5637949153312255,
- 0.5734630544293424,
- 1.1835575639215101,
- 0.49370786004796335,
- 0.8780150986003767,
- 0.6933104607632536,
- 1.236593929087448,
- 0.9925994610503877,
- 1.350547409851908,
- 1.0390550977171271,
- 0.18615549894189068,
- 1.3831678075222391,
- 0.6824504632212064,
- 0.8908604373866809,
- 1.2592393985455828,
- 1.3334827881972007,
- 1.3736272437868127,
- 1.3442838773682197,
- 0.5679144390050102,
- 0.948736285546907,
- 1.239826510270718,
- 1.21808003160375,
- 1.3325539526387629,
- 0.411957552826984,
- 0.14588508057422506,
- 0.8614852689985181,
- 1.4085251924389812,
- 0.5869104121241128,
- 0.7174065649604974,
- 0.13098988678381004,
- 1.176009443035306,
- 1.1253963390632808,
- 0.8176277833917024,
- 0.2321701722853928,
- 1.272344261553459,
- 0.7273414336033468,
- 0.8314814678367708,
- 0.15520708922902277,
- 1.0967239880481374,
- 0.4137442819698385,
- 0.14223509815190055,
- 1.138406347856644,
- 0.3724854064833406,
- 0.8405696511600405,
- 0.9213683194487836,
- 0.3733061449301438,
- 1.2009574787347994,
- 0.18241859870165597,
- 0.726215065426342,
- 0.6759396631433412,
- 0.6072302047024812,
- 0.8494453821888921,
- 1.2949546162121923,
- 0.7952640954499776,
- 1.1209667239517187,
- 0.8528285119869231,
- 1.0162984329472302,
- 0.8076124466941333,
- 0.19425917789732142,
- 1.0917045893963446,
- 0.572057483365636,
- 1.2600165146113373,
- 0.9125176496440701,
- 0.7625315775578877,
- 1.2283614846878468,
- 1.0926308380150258,
- 1.1120004535822623,
- 0.8264518505697952,
- 0.5323899159158132,
- 1.2924835276044446,
- 0.6485934898561807,
- 0.14519466450881402,
- 1.3832299397456738,
- 0.9445808716664115,
- 1.0728786312181415,
- 0.8058330403003149,
- 0.999175819654859,
- 0.5149158234455306,
- 0.4297986692761441,
- 0.667532452106444,
- 1.2916270046452263,
- 0.013225248964160595,
- 0.7600487857333743,
- 0.6424218962141941,
- 0.05994801364165019,
- 1.1028123392800289,
- 0.769009924853025,
- 0.735186617170836,
- 0.8859837536237406,
- 1.0667861942308487,
- 0.2708221032182739,
- 1.2984214172636637,
- 1.2206759263268232,
- 1.308890083427274,
- 0.12765316503890822,
- 1.211372239225719,
- 1.1152010457421284,
- 1.2318071595940971,
- 0.13436431652775205,
- 0.4085581237506293,
- 0.5641922104408321,
- 1.0919731342225836,
- 1.3767945612844865,
- 1.3221623256716255,
- 1.0924998780142263,
- 1.3580412086448372,
- 0.7498505171326273,
- 1.1516385230772175,
- 1.2124113258859692,
- 0.32983355603086856,
- 0.5636780031649329,
- 0.9887300205771911,
- 0.5275827507515622,
- 0.2842463898369051,
- 0.921451526956485,
- 0.8309979339123128,
- 1.3653003427608699,
- 0.8281303805486647,
- 1.1495789993971457,
- 1.1827819386257374,
- 1.3161874894417374,
- 1.0012719589886967,
- 0.6260997619138704,
- 1.0844156165108723,
- 0.6852170460296791,
- 0.15270704299712867,
- 1.2828598618719094,
- 0.49471175874985385,
- 1.008543608539317,
- 0.03754181234681561,
- 1.32936749263802,
- 1.3528570066702446,
- 0.39656054657667056,
- 0.7689771966055774,
- 0.49295310889890087,
- 1.0293168975057072,
- 0.11438061351520144,
- 1.2737759660601788,
- 0.8940209343996016,
- 0.8809149589124926,
- 0.7614345114110669,
- 0.13670170395050046,
- 1.1381966909045775,
- 1.3768438501592797,
- 1.2595428718417614,
- 0.9932148208511785,
- 1.2467923372868195,
- 1.3621576223951992,
- 1.2061743761115646,
- 1.0984447654715797,
- 1.2818602549556413,
- 1.2756324927331075,
- 0.9734826090549605,
- 0.7701143227252676,
- 1.4019944656850387,
- 0.27870509371284985,
- 1.3605055883539576,
- 0.9261812780914885,
- 1.046875801182345,
- 0.8045757221142608,
- 0.618090523090464,
- 0.6801110328612554,
- 0.4731175007359349,
- 0.6984853389670029,
- 0.8191925562989366,
- 0.5209278472638833,
- 0.6193048247534626,
- 1.1561549778087705,
- 1.208793868160459,
- 0.7451006017127301,
- 0.17077161081821698,
- 1.2238565973081275,
- 0.7080521604267217,
- 0.2822562417419532,
- 0.14592019534483702,
- 0.9198489426572656,
- 0.5576688731718096,
- 0.7514829133803008,
- 0.5949255939514153,
- 1.3419393875335692,
- 1.3519774531173665,
- 0.17441788349918927,
- 1.1525413512442144,
- 1.0480723354240356,
- 0.7135921151516048,
- 1.2967505464253881,
- 1.0254148245426606,
- 0.12138305096717762,
- 0.5917217698389038,
- 1.1351195162043055,
- 1.148416277026717,
- 0.6866414539664092,
- 0.27470617267661346,
- 0.1808044397057129,
- 0.910475474111672,
- 0.061609881573010415,
- 1.1844651976428204,
- 0.3345021247524898,
- 0.9715475075355319,
- 1.1844731216875348,
- 0.8949298247677133,
- 1.080976837937893,
- 0.9103866896252156,
- 1.077711337583033,
- 1.1993304806493985,
- 0.22456502062537428,
- 0.3590241632725229,
- 1.073711747082955,
- 0.6122177147430204,
- 0.39873742636128906,
- 1.1089535417210112,
- 0.7561410119515796,
- 0.2679750104145956,
- 0.1178792818296477,
- 0.9322114340630591,
- 1.3774127457626275,
- 0.9943391566000114,
- 0.6054508731553517,
- 1.2351461784738642,
- 1.014970274467415,
- 0.8486169923613952,
- 0.8774145706945168,
- 1.2023160057153695,
- 0.5021820748870034,
- 1.359294444204708,
- 1.1635559705465992,
- 0.5243321409090294,
- 1.278743224236504,
- 0.5015718899381871,
- 0.6139866511958175,
- 0.3121724032714126,
- 0.18365632574601748,
- 0.00296818466758795,
- 1.1145137512223888,
- 1.105457502471678,
- 0.792374896071269,
- 0.37064865900738087,
- 1.105293648995798,
- 1.3568756398528976,
- 1.4105833821719334,
- 0.9103204753950479,
- 1.048422461956002,
- 1.2154237918220077,
- 0.6599839377475106,
- 1.128388880818428,
- 1.15445920997943,
- 0.1663731121240328,
- 0.4299355694375469,
- 0.46063062251565656,
- 0.8752819055725536,
- 1.2044291916576935,
- 1.3359022512954668,
- 0.7280928133913502,
- 0.756250937858069,
- 0.10793508659681372,
- 0.4737220972499407,
- 0.3177910428321721,
- 0.5912770436424716,
- 0.5084094750571866,
- 1.2703243410524534,
- 1.1561779377917971,
- 0.06881062160367983,
- 0.877046392728522,
- 0.4457631406257801,
- 1.3866399102025573,
- 0.6539260116814029,
- 0.9013989063943598,
- 0.2997703420739101,
- 0.5892505755789929,
- 1.3168182245858242,
- 1.386063468001941,
- 1.1763408387374525,
- 0.2323794274542117,
- 0.31627126566648317,
- 0.752919700179999,
- 1.097951136320266,
- 0.9687085131108025,
- 1.1357452910519261,
- 1.3771016185446139,
- 1.37249229269025,
- 1.2990894000921769,
- 0.6584281486495099,
- 0.9443999553086476,
- 0.9800522587870312,
- 0.28080063811698086,
- 0.8918555160719207,
- 1.361224423327478,
- 1.1703036419552768,
- 1.227730116714082,
- 1.1680685581217787,
- 1.0611408548437744,
- 0.13647803383699636,
- 1.083857326382322,
- 0.18439552529474632,
- 0.4659286231737623,
- 0.22742743115550362,
- 0.9677062645044435,
- 0.24258192844280302,
- 0.488064459616889,
- 1.3296317494372594,
- 1.2773326029693244,
- 0.8725519064619902,
- 0.9598920653184222,
- 1.2060292074209362,
- 0.9250118104128852,
- 1.403132348367168,
- 0.7929297273614081,
- 1.12861618291017,
- 0.5867978788812334,
- 0.5192422023362117,
- 1.3206571526958608,
- 0.5238798033726414,
- 0.48642442529581303,
- 0.8792878422436683,
- 1.0484109200896163,
- 1.0887784197936907,
- 0.6376345299227641,
- 1.045687141927091,
- 1.3770349339590375,
- 1.1638095096706675,
- 1.0685482425153654,
- 1.0059250559018298,
- 0.6518646434787463,
- 0.8847088574605182,
- 1.0318570099270488,
- 0.35740105288889207,
- 1.061956068978863,
- 0.5896169708381421,
- 0.567027349197164,
- 0.7932150770525368,
- 0.9575067862842256,
- 0.5430016725114488,
- 1.4057461752397387,
- 0.022166304180169325,
- 1.394908025316277,
- 0.9565923529405755,
- 0.3369061674855254,
- 0.7695452356328601,
- 0.47022427824635404,
- 1.191540677955585,
- 0.7151638290922722,
- 1.1677225559037099,
- 1.1873474765708192,
- 1.0782297283958024,
- 0.14064465175614885,
- 0.8985672346588357,
- 1.1835308466475392,
- 0.9716769834450022,
- 1.194105597524774,
- 1.1734370273318722,
- 1.1015912849621583,
- 0.8583822419145722,
- 0.9992039227277872,
- 1.3124505872750063,
- 1.1342013365101078,
- 1.2864347353725307,
- 0.9696352921705801,
- 0.9815296712241477,
- 0.903518262418264,
- 0.009881964427577355,
- 1.4048947437250285,
- 0.6015501517915967,
- 0.9018055693413136,
- 0.6411003846828481,
- 0.5450010785707851,
- 0.1657306035433329,
- 1.284326113685556,
- 0.5763015970012728,
- 0.5418525812454067,
- 0.48690380958360563,
- 1.217324059249759,
- 1.2302908631331193,
- 0.7145092373964284,
- 0.7059487937099959,
- 0.4686443101303803,
- 0.5151854300038944,
- 1.3750234594535975,
- 0.5864133884415805,
- 0.9290632480236983,
- 0.6664533752856511,
- 1.3120466953998935,
- 0.172880612393498,
- 0.8181138929099196,
- 0.2038109138808341,
- 0.21251405407823523,
- 0.5780431864600516,
- 0.4292149361728687,
- 0.6532769495620524,
- 0.33453130549671356,
- 0.28566493441214197,
- 1.1065201273633598,
- 0.5443430236332301,
- 0.11638512727812793,
- 0.1684856297995241,
- 0.010364622903359754,
- 1.411882496442448,
- 0.2825309250140059,
- 0.11931951741453178,
- 1.2017851137356161,
- 0.8379746068133644,
- 0.10974355126078343,
- 1.0929908248184137,
- 1.3620940959382934,
- 1.392071259774594,
- 1.3721771729991834,
- 0.7095886693633964,
- 0.73652997254931,
- 0.8157458305911056,
- 1.1827360712866488,
- 1.2841916173518242,
- 1.3721067928278023,
- 0.41478266210853587,
- 0.9805198990514989,
- 1.3037305685081713,
- 0.8786077317963119,
- 0.945217998073129,
- 0.47495152980162664,
- 1.1088987870828924,
- 0.6077345259890028,
- 1.1631852463861085,
- 0.6442687974900224,
- 0.9603973164392879,
- 1.2598746283464257,
- 1.0639594765297606,
- 1.0919032587115634,
- 0.8019353193778211,
- 1.0017088161088126,
- 0.6667070766297952,
- 1.312695684833461,
- 0.439773719704553,
- 1.0446251046660453,
- 0.41562894355613034,
- 1.3414107900260532,
- 0.57716879063152,
- 1.0630880997161356,
- 0.3965849744313899,
- 0.5435335158693669,
- 0.38806574769765245,
- 0.5297465682509019,
- 0.26596643472662096,
- 0.7685436024225005,
- 1.1055480435147012,
- 1.3107740690401009,
- 0.9846919363487984,
- 1.262719348134212,
- 0.4525287975280122,
- 0.1269463809708518,
- 0.9131951152452276,
- 0.8885107826432788,
- 1.0218646503367863,
- 0.9223227683467314,
- 0.7882925423590799,
- 1.1361285284432914,
- 0.650145197595119,
- 0.6557252936830982,
- 0.9758241220001584,
- 0.606262441606191,
- 1.3596586136000521,
- 0.7945740136160195,
- 0.22240250771357759,
- 0.1803537996243215,
- 0.6399169377574668,
- 0.8039629400690954,
- 0.7839807954226773,
- 0.9442966280834154,
- 1.3428779077001871,
- 0.39162338589082446,
- 1.0581295726330455,
- 0.9544656630128348,
- 0.22484212835004938,
- 1.1539030101284686,
- 1.3019464938506806,
- 0.881233241817865,
- 1.2596456011395678,
- 0.957038258984266,
- 0.30711932236542516,
- 0.2857623612165246,
- 0.1453633614730481,
- 0.8952462182857361,
- 1.388565071212545,
- 0.8389249681754867,
- 1.3309206091854777,
- 1.0072605490762547,
- 1.190159742468801,
- 1.3188899194430546,
- 0.06314287768861354,
- 0.5466787393756941,
- 1.1796927875115315,
- 0.49334452907030435,
- 0.034330939939366575,
- 0.6388303552289564,
- 1.0207507045648772,
- 0.610867316863032,
- 0.9817705431772764,
- 0.7809174504180306,
- 0.03615990644137398,
- 1.1124817535745928,
- 0.6844433538547172,
- 0.5714903510724803,
- 1.0712044765406512,
- 1.2144475891113846,
- 0.3785393186990754,
- 1.1476648474645694,
- 1.1765298057785059,
- 1.062499358099178,
- 1.2189086997429708,
- 1.04157253750672,
- 0.5381303102471161,
- 1.005065080019486,
- 0.17877648091197937,
- 1.0602010494678868,
- 1.2936929000684299,
- 0.5601689498435198,
- 1.2766728356825654,
- 1.1038062748861528,
- 0.9408000924105301,
- 1.237093491244784,
- 0.8865416043642145,
- 1.0897802036460729,
- 1.067629937088533,
- 0.3169569802478728,
- 0.6132271865642782,
- 1.2013437522576427,
- 0.939920605428669,
- 0.9718435308354565,
- 1.283071552916682,
- 0.9342021315443668,
- 0.6972311736692218,
- 0.19613598366543725,
- 0.534251065077039,
- 0.7552646778972865,
- 0.3358884535610178,
- 1.208748696741815,
- 0.38708205862369965,
- 1.0273059458949432,
- 0.92933293872648,
- 1.342185752071674,
- 1.2170800669634705,
- 0.9266979891575827,
- 0.30669381880894286,
- 0.5550282867301843,
- 0.4144575648972024,
- 0.04320813305654517,
- 0.7910085615040131,
- 0.7263652312145313,
- 0.3882749001713935,
- 1.2273786275136311,
- 1.3376425148472784,
- 0.11031095587901855,
- 1.0950049441453935,
- 1.0162245394868976,
- 0.8735779767531647,
- 1.3788278369594005,
- 0.3519706646052485,
- 0.4558885282596803,
- 1.0409383899779985,
- 0.46674450221468633,
- 1.071211740054256,
- 1.119963603287466,
- 1.1509280613147277,
- 0.8516614162697383,
- 0.8564095877988447,
- 0.987788765095726,
- 0.5348225078257257,
- 0.9902511772854066,
- 1.0122959101898124,
- 0.3203362413444161,
- 0.3710148575511073,
- 0.22224709257197106,
- 1.3210870444182166,
- 0.4403664120814229,
- 1.085613636881441,
- 1.3766156644494616,
- 1.400212561558689,
- 0.03058190030076342,
- 1.078448703740975,
- 0.1269311879072173,
- 0.6609389346606654,
- 0.10351775214897103,
- 1.0733616135944075,
- 1.3918488536315394,
- 1.051446117666503,
- 1.3187711668716566,
- 1.3086651455233453,
- 0.864260148337303,
- 0.23151067780388027,
- 1.299165512765365,
- 0.7213723941935501,
- 1.082609208984624,
- 0.9628948266301842,
- 1.0713011669394157,
- 0.9174464598598931,
- 0.9798805743665718,
- 0.6286357830836253,
- 1.1736205428085824,
- 0.3811199714088184,
- 1.1723831335882902,
- 1.033182309350009,
- 1.2450048477403686,
- 0.2945849217640011,
- 0.6738384845217344,
- 1.2828432732934674,
- 0.3190904372175472,
- 0.8861661899653388,
- 0.8097618276927403,
- 0.7177441661197824,
- 0.9972394474621336,
- 1.3667800963366976,
- 0.8346955386472462,
- 0.8805126728021024,
- 0.3004451080426036,
- 0.4704789255116484,
- 0.5844465326447958,
- 0.1827951838899823,
- 1.0182249740192653,
- 1.2108118117165025,
- 0.764013078757847,
- 0.8920602293668292,
- 0.08061997397395716,
- 1.372028193895044,
- 1.2533469063598934,
- 1.2338160242696332,
- 1.0593448609008462,
- 1.2623432675450443,
- 1.3507616843373742,
- 0.12893103557533309,
- 1.3205134323903651,
- 0.6924561421643686,
- 0.28850945239841475,
- 0.9023794212591381,
- 1.1295016211467777,
- 0.441119953767206,
- 0.14879882712524317,
- 0.43159737725790986,
- 1.1509335048090874,
- 0.015718383575804153,
- 0.7934169975676124,
- 0.11877910272012014,
- 1.3570966140225313,
- 0.9132350882946809,
- 0.4220722032565081,
- 1.3743234273620932,
- 1.1189057971345495,
- 1.1822579667194317,
- 0.08187976327040798,
- 0.14956059852626963,
- 0.8489571614394166,
- 0.7559501772877288,
- 1.0234773810865272,
- 1.3073138052105249,
- 1.2710416807250482,
- 0.9531184433490352,
- 0.8727902993667075,
- 1.1625141721064838,
- 0.7574183076402679,
- 0.31805692672618596,
- 1.4108791700732166,
- 1.2473491747123462,
- 1.3578091394096226,
- 0.11408494985872256,
- 0.9641831402212974,
- 0.4250680316294894,
- 0.006343561020672146,
- 1.1101147061301362,
- 1.1098788387910434,
- 0.8676610132999023,
- 0.8488419484690888,
- 0.15206177690002445,
- 0.6975365980264556,
- 1.3170890294163553,
- 0.04332851785746379,
- 0.8087880445877259,
- 0.14510688075419634,
- 0.9595970255836493,
- 0.9723075859992236,
- 1.0989671400040688,
- 1.3320303499937076,
- 0.9594669244893766,
- 0.9731360124575229,
- 0.9457973961334134,
- 1.014084683882274,
- 1.0561183157113616,
- 0.9588193395455435,
- 1.2656421784243432,
- 1.3859256415759624,
- 1.1998322341621688,
- 0.9685420415360518,
- 0.8709138765705274,
- 1.126768414851049,
- 0.3796698101598367,
- 0.07732981653776694,
- 0.9549668243878183,
- 1.1415539647221729,
- 0.9558536815265709,
- 0.09835976043220515,
- 0.37689071486535475,
- 1.3920306798698354,
- 0.5630526819735305,
- 0.5705613805919167,
- 0.7377677229033667,
- 0.32143617775273714,
- 0.43298139595016805,
- 0.3570806423574769,
- 0.7562052958628556,
- 1.1504725780902003,
- 0.3307766519776278,
- 1.3824083240869267,
- 0.4755584382629871,
- 1.0184181366272225,
- 1.1157935223457214,
- 1.0789463419043246,
- 0.6530846049750754,
- 0.5892158852782395,
- 0.9176491876860993,
- 1.2418750427427203,
- 0.9501768868662427,
- 1.0591252740858923,
- 0.8258991193242504,
- 0.8756610495275288,
- 1.2022711904623964,
- 1.3286413715972667,
- 0.5734169685288026,
- 0.17788962341790174,
- 1.3876801284275897,
- 0.40615324582868084,
- 1.1875871274606795,
- 1.2017382176900147,
- 1.318920789655162,
- 1.2920523828661281,
- 1.2460398416925866,
- 0.6948731390506946,
- 0.9889491823948308,
- 0.43311865413598255,
- 0.5270672589844057,
- 0.6047619673685818,
- 0.7174953477126471,
- 1.3003602042136035,
- 1.177341643090583,
- 0.949359899438782,
- 0.4075357409089078,
- 1.3684000990884164,
- 0.6325939657415277,
- 0.6620881373369033,
- 0.2795167315827048,
- 1.219220442000572,
- 0.506781594979116,
- 0.5911687798268153,
- 1.1352656824343028,
- 0.6436419711531308,
- 0.16790541617449914,
- 0.5149149277730679,
- 0.8788374171243962,
- 1.344750227302137,
- 1.192420149980482,
- 1.0217712216603376,
- 0.5571208396341947,
- 0.8501942469714836,
- 1.3529172843629733,
- 0.860508528341301,
- 1.0876540139515993,
- 1.2625740682820374,
- 1.2733158411597534,
- 1.1567884491544416,
- 0.3067657639408804,
- 1.3252864687334103,
- 0.7394545592979929,
- 0.1348367151185477,
- 1.358725184728599,
- 0.5004703532592782,
- 0.5519463347286493,
- 1.1111509075562527,
- 0.9732311017866074,
- 1.0889391772626056,
- 0.9018772676902119,
- 1.121078032158125,
- 1.0954583824014597,
- 1.2928207186041005,
- 0.317973340142274,
- 1.1291131854863905,
- 1.1409721711951237,
- 0.483886758542692,
- 0.317095339972236,
- 1.3150362854599165,
- 0.3720944508347639,
- 0.5588409891677165,
- 0.5299151519333977,
- 1.3315431415955594,
- 0.6379834374496461,
- 0.932338778659457,
- 0.8827812488304007,
- 0.4403819031336223,
- 0.48149511914305343,
- 1.1490647850768323,
- 1.180446279096137,
- 0.9308523472967893,
- 0.7453767683014487,
- 0.06495261836062587,
- 1.2491034191741863,
- 0.5580118335466026,
- 1.2893222018039014,
- 0.23215017482372644,
- 1.2964179587364018,
- 1.3691833878563373,
- 0.8737453714571363,
- 1.2492739351772717,
- 0.19961492355162325,
- 1.4054500009719284,
- 0.8855689592688331,
- 1.0712275978416377,
- 1.025462452009881,
- 0.2284563780187226,
- 0.8229284871657285,
- 0.7552811495727098,
- 0.5716023321895979,
- 0.6789043710890291,
- 1.2603457161718743,
- 1.1419973448503171,
- 0.8354654322301861,
- 0.4907731629730734,
- 1.2080773782363392,
- 1.3118590157550618,
- 1.053913855295768,
- 0.2539126197656695,
- 1.1114616519637133,
- 0.31807699648343946,
- 0.38937518538742866,
- 1.0719202722710428,
- 0.8352935595419514,
- 0.9274096045215939,
- 0.4905828078772425,
- 1.0318643839945796,
- 0.7877247017175815,
- 1.3892686833589372,
- 0.59261071410022,
- 0.9673451447676003,
- 0.048810784179351634,
- 1.1995520620045794,
- 1.075660353906887,
- 0.45004131765847005,
- 1.0835996637522625,
- 1.0347977075562689,
- 0.9010626987810179,
- 0.37807059015212524,
- 0.20348130039104967,
- 0.06206670593508499,
- 0.12077409319712214,
- 1.0640522975094477,
- 1.2816798284785667,
- 0.7946808542303583,
- 0.8337641260089635,
- 0.3054294816119029,
- 0.9114571486554085,
- 1.151735811574853,
- 0.8966817160917158,
- 0.9838126680234449,
- 0.9675862706604603,
- 0.9827597474283509,
- 1.0569227292120167,
- 0.24080871851270808,
- 0.7206207675086622,
- 0.9186018671386256,
- 0.3540822616020223,
- 0.41814969825255843,
- 0.32255231394744144,
- 1.411670828929004,
- 1.0341453372668759,
- 1.3224101682609286,
- 1.0654142814246084,
- 0.9839537003911619,
- 0.7329759155816902,
- 1.1749483283110462,
- 0.48327755018444224,
- 0.959811030365432,
- 0.8093427939018122,
- 0.6592561596385652,
- 1.1463092124300756,
- 0.13265332667890645,
- 0.3317907662303819,
- 0.8348290516494339,
- 0.34379853030858365,
- 0.29980355181722385,
- 0.08118317847151713,
- 0.8782569282658859,
- 1.289068296449262,
- 0.8653198662798585,
- 0.9408123314621372,
- 1.1101158036030734,
- 1.3859920708267846,
- 0.6747446478862897,
- 1.2768196817155444,
- 1.2362765742385626,
- 0.09546517680445947,
- 1.1376870912255885,
- 0.1050212110245714,
- 0.6347216941683443,
- 0.9713360463306522,
- 0.8884093587071202,
- 0.2092620515907987,
- 1.2310432392101778,
- 0.11134336304654581,
- 0.8308017711807651,
- 0.19466450982784306,
- 0.7469662383564538,
- 1.0795974718629238,
- 0.4559004652696746,
- 0.9550213127121855,
- 0.6478433207064156,
- 1.1900875483153772,
- 0.9626934012394819,
- 0.5382789261967466,
- 0.11109353018926171,
- 0.3802420480190819,
- 0.706159875656517,
- 1.335014682542823,
- 0.37816936600279877,
- 0.9971018157780634,
- 0.8414452974810032,
- 1.0462200310785312,
- 1.399704673218598,
- 0.5252899767150926,
- 1.0657454818760328,
- 0.8442722223503036,
- 0.14076511654494808,
- 1.2320418094388463,
- 0.5862880324130172,
- 0.009855164062316148,
- 1.3094031435060638,
- 0.3527954021535303,
- 1.098541067742767,
- 0.630206676309465,
- 0.9208345426492289,
- 1.0205232549734897,
- 0.46168888341684516,
- 0.5121124194443951,
- 1.305780104618575,
- 0.06049729040852619,
- 0.6919348254863316,
- 0.7171268675977629,
- 1.1008177729680264,
- 0.5119670432321941,
- 1.045608236569662,
- 0.19150369971387085,
- 0.8975424853486472,
- 0.9880920423376873,
- 1.3559809599197254,
- 1.0238970285500715,
- 0.6687839354225551,
- 0.6303083208309259,
- 0.7441241394271777,
- 0.8747672993399596,
- 1.1372597388933139,
- 1.1187037964486635,
- 1.2593664636131052,
- 0.8730581452300186,
- 1.0255773569876743,
- 1.3563754196709814,
- 1.1598336919441068,
- 0.9985152118162542,
- 0.8962688960395895,
- 0.9600558696572429,
- 0.7941905573609664,
- 0.9550017903730228,
- 0.9010389682373505,
- 1.0889948759328367,
- 0.7486143440776473,
- 0.3880298014153257,
- 1.3642578032471586,
- 0.5789269437704639,
- 0.4065633412193711,
- 0.2608028121715009,
- 0.6316921678251273,
- 0.9092913752352273,
- 0.8773892369223627,
- 0.7139267790203057,
- 0.8667009794365338,
- 0.6677096079552327,
- 0.5280678606436742,
- 1.4102478539958532,
- 1.3236952987114412,
- 1.1293386139923565,
- 1.2156408467632587,
- 0.7589336386112473,
- 1.111455181079595,
- 0.18261950315781084,
- 1.2334598252619966,
- 0.3662155047184521,
- 0.36423663651458144,
- 0.8707609184512652,
- 0.857614312601267,
- 0.13660222500395555,
- 0.47765255958036873,
- 0.7976336499907948,
- 1.1232944406594596,
- 1.271760438516936,
- 0.8844874015891784,
- 1.287914430615408,
- 1.1402055811328182,
- 0.001066609005383967,
- 0.2216886081381927,
- 1.3185213859273486,
- 0.23243366772767093,
- 1.3754947945027682,
- 0.2931911392433755,
- 1.0760166485902534,
- 0.5805016213904096,
- 1.230384540752298,
- 0.25329025465655963,
- 0.5770757985123356,
- 0.14181406938426874,
- 0.7563680504857154,
- 1.2608128958880616,
- 1.2465047245230654,
- 0.321317501964394,
- 1.3007788357587726,
- 0.2773249808223888,
- 0.5869291665409725,
- 1.13993159051824,
- 1.2995095448814113,
- 0.09268929281583044,
- 0.6678070523166522,
- 0.09752396324997191,
- 0.06879150350966139,
- 1.0401870721759656,
- 0.8864028122472241,
- 1.304441837394541,
- 1.2070401251523448,
- 0.7548883187341592,
- 1.3584972804682216,
- 0.256705193245615,
- 0.43210513234303466,
- 0.7318703708105898,
- 0.7995227891479937,
- 1.100533979011347,
- 1.3813198122256958,
- 0.5712147332677359,
- 1.3421785346569703,
- 1.1025085974839306,
- 0.08981221399906406,
- 0.7427871945738008,
- 1.3292203591647025,
- 1.3879339284325056,
- 1.3621539062229406,
- 1.0205004537710778,
- 1.24861464617965,
- 1.1374535051056247,
- 1.0350197581379268,
- 1.0852033078268999,
- 1.3628650226845496,
- 0.5698982100280598,
- 1.314239220516658,
- 1.2481811445316315,
- 0.42086643278172453,
- 0.5783330916087132,
- 0.014738188965397133,
- 0.9573897525125017,
- 0.6189377119878191,
- 0.7444476057544501,
- 1.3204133649244731,
- 1.3277900307120771,
- 0.5031029823808746,
- 1.18306680181695,
- 1.0275928315477223,
- 0.47818665034760083,
- 0.383521048767664,
- 0.9583586080171257,
- 0.4479923612795127,
- 0.7898683730069737,
- 0.4234465456521501,
- 0.18648773557241657,
- 0.7885816438999891,
- 0.9086661984657879,
- 0.35425292587090607,
- 1.3368939505601223,
- 0.7295868554122497,
- 0.9104922632606016,
- 0.5732160828394905,
- 0.08521306041915525,
- 0.49846719207017,
- 1.1722308835526407,
- 1.3820583271561067,
- 1.388968794228851,
- 0.886955167907585,
- 0.8744985802051681,
- 0.42923078012559673,
- 0.3380906762605894,
- 1.2980060546558192,
- 0.8122963882386705,
- 0.942865447462514,
- 0.5115039571483053,
- 0.24681197548652128,
- 0.14817476015101094,
- 0.8108108690409033,
- 0.6035558320828405,
- 0.678134302808161,
- 0.766136421198068,
- 0.07726105557987666,
- 1.2387844549339542,
- 0.879337491609008,
- 1.3000680403086462,
- 1.3520615185685483,
- 0.8131272283874749,
- 0.29172551103440847,
- 1.058615574664528,
- 0.3930880089520105,
- 0.8632313129168431,
- 0.09626198203256946,
- 1.2503513500430268,
- 0.22152870389642992,
- 0.5410245244949727,
- 0.19335308095364442,
- 1.3114004245266697,
- 1.0088418043668022,
- 1.3590717050029357,
- 0.1532480107630547,
- 0.6043907507087563,
- 0.9852339026330037,
- 1.0281329199295899,
- 0.9601576927560065,
- 0.8153618302138235,
- 0.7756564443109721,
- 1.134359296301485,
- 1.361419597367011,
- 0.2939960256603689,
- 1.046596337490087,
- 1.2244411881743247,
- 0.9138349445833128,
- 0.3143172547982904,
- 0.5728444004032177,
- 1.2564469309162398,
- 0.24453280771941535,
- 0.12841427439298464,
- 1.0579037151309276,
- 0.3152454139570767,
- 1.3484704310198798,
- 0.2759312042362804,
- 1.1486228048234703,
- 1.191378784307999,
- 0.5594648555943018,
- 0.12714468087080077,
- 0.5871023566678919,
- 1.3157910925254934,
- 1.0029146616341005,
- 1.3999127659180075,
- 1.3902046119532856,
- 0.8522640455413458,
- 1.3853243088566347,
- 1.3409095688275554,
- 1.0847772896432009,
- 1.3275219998131236,
- 0.48674357874174834,
- 1.3493119773106002,
- 0.5968454575439642,
- 0.41160930600749895,
- 0.3202489341770012,
- 1.1371624612178768,
- 0.7870697900547639,
- 1.34833616354724,
- 0.2778710139938407,
- 0.5384243419953414,
- 0.444974602586687,
- 1.2549307937420848,
- 1.2751055485001013,
- 0.9548932870107897,
- 0.754529301498392,
- 1.0222787586757116,
- 0.643101213951302,
- 0.23389752639024974,
- 0.6372511356145336,
- 0.5901682888658736,
- 0.7688286733962245,
- 0.7718091725459617,
- 1.322287854686125,
- 0.449457815795452,
- 0.9742293695600205,
- 0.7029606833271935,
- 0.24472991407149164,
- 1.0384300074615591,
- 0.960328788114928,
- 0.1565876622630968,
- 0.9937148906849915,
- 0.7522284264053573,
- 0.9289161983172316,
- 0.6631263638606226,
- 1.307709181315155,
- 0.563461955870115,
- 1.2082497828487482,
- 1.3335700259338956,
- 1.124453411623417,
- 1.0897132923234263,
- 0.7569552236556809,
- 0.7475860962386665,
- 1.242078481082094,
- 0.7327442102414995,
- 0.6804758765695047,
- 1.147362300835152,
- 0.35443776393843707,
- 0.48295804959801375,
- 1.2634932184100025,
- 1.1180843960418154,
- 1.2833984585459168,
- 1.3000238902640715,
- 1.0473069897626852,
- 1.194333522492066,
- 0.2755652494796063,
- 1.155060268438872,
- 0.8974914321110542,
- 1.4104234885452402,
- 1.0121555589978575,
- 1.3922519218887845,
- 1.2871093601976669,
- 1.3325183582334452,
- 0.9508818994719728,
- 0.3413980221793127,
- 0.9547136934274311,
- 0.5634101499103401,
- 1.0877156994625894,
- 1.11619301023327,
- 0.7298061702831069,
- 1.1366555532203586,
- 0.7738880035978358,
- 1.060536057497305,
- 1.3356887687333379,
- 0.6174033212057658,
- 0.971958598265722,
- 1.033132905688031,
- 0.7106442859126901,
- 0.0931295117556867,
- 1.3366544628948216,
- 0.2361246560171572,
- 0.009805726686808082,
- 0.2792697822400234,
- 1.1899989113937053,
- 0.4677569803849057,
- 0.5596781708886737,
- 0.29544630209780165,
- 1.216795611082217,
- 0.9806489225107548,
- 0.6390376767986031,
- 0.516881990896915,
- 0.9170485749628698,
- 0.26046418617614,
- 0.21520073631680942,
- 0.7335540996854915,
- 0.5648224877093238,
- 0.821798154271831,
- 0.4618750032097236,
- 0.09427821184782961,
- 0.8873638279341209,
- 0.03658032163654163,
- 0.2608246444397516,
- 1.060217385058469,
- 1.030899423865686,
- 0.4142766203248993,
- 0.909860928859335,
- 1.2579170720849726,
- 1.1845255909897863,
- 0.34974655259236875,
- 0.6656124293615144,
- 0.1566251459179447,
- 1.340364992223442,
- 0.8483754821685496,
- 0.6798276827280142,
- 0.03287831729477591,
- 0.6846425025011487,
- 1.2555711853464313,
- 0.025976528759986094,
- 0.36339958992154814,
- 0.42922735852645755,
- 0.827952869968647,
- 1.0808457572345307,
- 1.1236627924910783,
- 0.6818916348739691,
- 0.711718851740373,
- 1.2979432624316734,
- 0.5435194857802659,
- 1.3529506136569291,
- 1.3052309465144774,
- 1.357556906045018,
- 1.2385747240158855,
- 1.055394040309584,
- 0.467478195285322,
- 1.0780718711337998,
- 0.4608157893911899,
- 0.5449678476858778,
- 0.6430334900409276,
- 0.014442547827835835,
- 0.42631234142158425,
- 1.1743782801875344,
- 1.093846443353352,
- 0.802868291536038,
- 1.1693566768828765,
- 1.051010021688187,
- 0.35665820016017125,
- 1.2982341320472113,
- 0.9164656525224801,
- 1.0029038560539976,
- 0.4169197073398228,
- 0.6098025985194864,
- 1.1646902621472468,
- 1.1608985868259674,
- 1.2737747613070183,
- 0.8310180802098039,
- 0.27116605893393564,
- 0.3493628931667648,
- 0.8736107400943768,
- 0.6421768842696431,
- 0.003844440237570975,
- 0.17026063574535436,
- 1.1187292817101417,
- 1.0752204788110729,
- 0.8723832733806157,
- 1.1347506112384689,
- 0.4496456307924792,
- 0.4428391413033881,
- 0.13431108357694876,
- 1.042854006809,
- 1.0217229577226856,
- 1.0052740123026842,
- 0.36335102991397444,
- 1.2617218686626515,
- 0.825267889917291,
- 0.5384314698716299,
- 0.7145549134992512,
- 0.5694316327742849,
- 1.0257172258530614,
- 0.33510622595466805,
- 1.010259606159455,
- 1.3954811008532324,
- 0.969883369502549,
- 0.20017140302881284,
- 0.4840294989741978,
- 0.8148632272670315,
- 0.5916198961616203,
- 1.2535750199158389,
- 0.22204375829059933,
- 0.5006634046150228,
- 0.7651202604700342,
- 1.3275542336973831,
- 0.5762211937073924,
- 0.781565625103493,
- 1.314199805980421,
- 1.3651293932511361,
- 0.794824113735686,
- 1.1628708474100553,
- 0.665313479879109,
- 1.064899077978578,
- 1.300947607328942,
- 1.406658623914213,
- 0.5809540921476681,
- 0.6997298146712405,
- 0.5910712254140134,
- 1.0121639031525007,
- 0.5085623896572192,
- 1.3831528628852983,
- 1.2511281966342451,
- 0.8203395927272265,
- 1.2779504418954108,
- 0.778819595475674,
- 0.6322349272990424,
- 0.658661181070656,
- 1.3464754500175464,
- 0.6487876606041757,
- 0.041957592192493426,
- 0.6876929871493395,
- 1.3181884077170523,
- 0.519912047372768,
- 1.3381545009577096,
- 0.13301769815092768,
- 1.0554665214446095,
- 0.8769233157005047,
- 1.1041784072948249,
- 0.9615843697897068,
- 0.24556414054233977,
- 0.27485078561560733,
- 0.8065679487929004,
- 1.3851200546847937,
- 1.2125239498736156,
- 0.2618176052828312,
- 0.8567037341879341,
- 1.2665707425617176,
- 1.3222049493880352,
- 1.2915643590391412,
- 0.524564569704188,
- 0.9753563750125269,
- 0.04205959667552342,
- 0.6390666566901293,
- 1.1902429197272952,
- 1.3129944756844198,
- 1.3824805666271072,
- 1.1927226200146483,
- 1.2817331076618468,
- 1.393224904902721,
- 0.695911765166532,
- 0.5068832524112834,
- 1.0412802046385277,
- 0.5398177244956405,
- 0.5609519037601081,
- 0.7179729766882913,
- 1.3175911242422065,
- 1.200791243274188,
- 0.19955222566166878,
- 0.9767519346213933,
- 0.32318931208842566,
- 1.1038779045054588,
- 0.43404032514267665,
- 0.3871707444624009,
- 0.83150714098893,
- 1.1957323496570065,
- 0.7582781237272062,
- 1.2766138253362205,
- 1.1264803171266213,
- 0.8820989202756969,
- 0.22754389393400914,
- 0.9474129217905712,
- 0.7856765617814679,
- 0.7821829923406799,
- 0.7619185426325374,
- 1.2041731890891219,
- 1.170000816836415,
- 1.2343869064223991,
- 1.2243293069433683,
- 1.2362467447090846,
- 1.327845833367429,
- 0.7931243847328427,
- 1.37131220287574,
- 0.010663079481797065,
- 0.8263972916345542,
- 1.2889020938750055,
- 0.5605449052290143,
- 0.6339988829465797,
- 0.878572079170278,
- 0.9682144865455398,
- 0.6917978348703908,
- 0.5445497679077226,
- 1.0547930534813148,
- 1.1640711046409349,
- 0.7259906414035874,
- 0.3883046734020921,
- 1.0426687718022345,
- 0.6188522711428193,
- 1.1673115408831407,
- 1.1697765515837153,
- 0.9875353005152616,
- 0.6361938178971538,
- 1.0224466210864869,
- 1.3400084438070001,
- 1.3814440471405014,
- 0.8760493306739484,
- 0.42427929936930575,
- 0.5866078541485973,
- 1.323642516806762,
- 1.0547050884251847,
- 0.9858006290814186,
- 0.6024909553695226,
- 1.2453175257677571,
- 0.17297274734477613,
- 0.9883515271705955,
- 0.2857579006315908,
- 1.0995933771116264,
- 0.5942161024542387,
- 1.174601372869059,
- 0.0707842964874162,
- 0.6713844559254899,
- 1.0401037088680956,
- 0.13581044137362258,
- 0.7520922860730445,
- 0.3210729810045657,
- 0.9193922096863624,
- 0.4586699151368343,
- 0.7976343403732513,
- 0.3932267103027672,
- 0.6044924835653773,
- 0.6550322804595067,
- 0.5111988214601735,
- 1.3201675590919266,
- 0.02120498331716326,
- 0.5313316299544639,
- 1.1396309565822673,
- 0.48731026118872933,
- 0.6727978774130803,
- 1.2763675262179701,
- 0.3536247530543816,
- 0.17659462000259557,
- 0.9866753232230816,
- 0.28466557747910604,
- 1.1436627252154463,
- 0.8807135793559449,
- 1.2803122083514664,
- 0.9927497993844643,
- 1.374773586154299,
- 0.33691772905387113,
- 0.5923953902625321,
- 0.9179032339487038,
- 0.6703706306860546,
- 1.1101946194921557,
- 0.6273485265677993,
- 1.3497754301216764,
- 1.2115977600402281,
- 0.7305263924528561,
- 0.3142693115105252,
- 0.9195917553031974,
- 0.9599283325514517,
- 1.397836738020818,
- 1.2260674058922185,
- 0.9287971208051191,
- 0.970109404384522,
- 0.48829869834521206,
- 0.11624136633277174,
- 0.3741384663438957,
- 0.6806301816937147,
- 0.6947957637957959,
- 0.8667224677582929,
- 0.7166157373207734,
- 0.24350560987378364,
- 0.9946041001217076,
- 1.4013356443413816,
- 0.8268964265078838,
- 0.8521358322111722,
- 0.33171696730888484,
- 0.9044892908539711,
- 1.1398805691091296,
- 1.153699597948623,
- 1.3390651660684383,
- 1.2814846744390171,
- 0.8418257547803083,
- 1.100842613627069,
- 0.9180794098334781,
- 1.3671222980992603,
- 1.133107554126171,
- 0.06403978371985719,
- 1.4007888088623832,
- 1.3659642444267235,
- 0.8433143803852707,
- 0.09259011195827341,
- 1.3048404584621378,
- 0.9783008586377544,
- 0.32375565747647633,
- 1.2577307599207264,
- 1.4015422723258197,
- 0.6377730817609905,
- 1.3115733368555653,
- 1.1998281416134524,
- 0.2843574212395554,
- 1.1440388575606846,
- 1.3893519945468293,
- 1.2439591241233376,
- 0.8975381024106928,
- 1.132541466546232,
- 1.0113114540625538,
- 0.5661812712121737,
- 0.8549127796846496,
- 0.5461527117391848,
- 0.6547601484465001,
- 0.010833692273848936,
- 0.5278502721661766,
- 0.6308325557579542,
- 0.7996446682505227,
- 1.1115411381897367,
- 0.7518425982631571,
- 0.8688573679207211,
- 1.3539621102377104,
- 1.2447167881007941,
- 0.9096879053566324,
- 0.7828147448268564,
- 0.6620574835340225,
- 0.8820027825601849,
- 1.0614250935293417,
- 1.0786731458657637,
- 1.0392445355987963,
- 0.8694193413110073,
- 0.632365994735938,
- 1.272597029418493,
- 1.371644698537063,
- 1.2250295177038764,
- 1.2986452102192965,
- 0.8611691654989944,
- 1.0168590912278812,
- 1.3699071981288142,
- 0.640482715355838,
- 0.3391857946317034,
- 1.3081536117047665,
- 1.15515258335021,
- 0.6253050185469531,
- 1.2361941034973516,
- 0.43851495999781753,
- 0.811079904502279,
- 0.3809053696617917,
- 0.5552868654545002,
- 1.1573889995971944,
- 0.5936421061226956,
- 1.0499080878782467,
- 1.3397533781788438,
- 0.09241434230705475,
- 0.2310697769506896,
- 0.7345177948082368,
- 0.2042056344654283,
- 0.05787026423610478,
- 1.2572807685495762,
- 0.8206109972787448,
- 1.0798718821652415,
- 0.13178069480130888,
- 1.350709085065547,
- 1.346251417004635,
- 1.2349932258653298,
- 1.3501661883265066,
- 0.8421692428211074,
- 1.409326594889449,
- 0.8113945472410348,
- 1.3916399830451425,
- 0.582151007464519,
- 1.032407630623371,
- 0.8840055560998458,
- 0.7893810803210067,
- 1.200896250171202,
- 1.3581663065925884,
- 0.7762427031297859,
- 0.5462141284013913,
- 1.035163936956377,
- 1.1598836250450006,
- 0.44228504870189983,
- 0.14165028315534,
- 0.5596440234112985,
- 0.12440849151231441,
- 0.5801709591630995,
- 1.228589603237778,
- 0.7188560312490927,
- 1.0659505144318746,
- 0.8770151546500518,
- 1.3796967420361639,
- 0.16682809304357218,
- 0.7316202755195927,
- 1.4084218730639124,
- 0.5525710190833271,
- 1.3219308703678068,
- 0.45356630272636805,
- 1.1455405449164622,
- 0.7282796187998901,
- 1.3977659921199082,
- 0.7521002202869126,
- 0.864409332633221,
- 1.0082465682869208,
- 1.096203923329849,
- 1.3654276955660047,
- 0.2943117994383148,
- 0.2594828910331312,
- 0.7085935523519216,
- 0.19008215094910394,
- 0.6078516435359006,
- 1.0312993072542067,
- 0.9308621579539051,
- 0.37331933522536714,
- 1.0167373922399914,
- 0.09824165633739974,
- 0.6034274991292589,
- 0.4941498466428292,
- 0.7980669605386336,
- 1.283074731018888,
- 0.2942155047731416,
- 0.23174123860478182,
- 1.262989912688381,
- 1.2515359146355751,
- 0.9452332979711974,
- 0.7636357029956489,
- 0.7347438447991956,
- 0.7923456425118812,
- 0.7317050468034783,
- 1.0011498411188693,
- 0.5841519209181569,
- 0.5320453061669193,
- 1.3815892719443472,
- 0.755152782636137,
- 1.0223466063484679,
- 1.410347174330284,
- 0.6876936406160652,
- 0.30595238503551125,
- 0.5878049869946822,
- 0.9249904163689429,
- 1.2103743769965356,
- 1.1345151818203385,
- 0.604025756894245,
- 0.878085640420604,
- 0.9778539178779064,
- 1.0702568320734793,
- 0.9540456752772518,
- 1.1449582848559348,
- 0.6929978939930224,
- 0.4845030180188347,
- 0.48607944886485577,
- 0.6481303327477415,
- 0.1831005914707285,
- 0.7667673050123611,
- 1.2925197524222065,
- 0.42084869021332033,
- 0.42090158715618975,
- 0.8303424252880227,
- 0.7125305458338781,
- 1.1897113080116388,
- 1.317339260782527,
- 0.3657117521579015,
- 0.9583162976092149,
- 1.1292885426573613,
- 1.3189108334786233,
- 1.0475703053947756,
- 0.5501616101105038,
- 0.09286306902364709,
- 0.5229422577251736,
- 0.18365724482102758,
- 0.28369290743628006,
- 1.305803309662054,
- 0.8981398338975096,
- 1.2695625867407805,
- 1.3542198584750562,
- 1.092920273917163,
- 1.2341734707060796,
- 0.8369040211275016,
- 1.2647288883558443,
- 0.47304559202688196,
- 0.9195918007610437,
- 0.3690137789816073,
- 1.1497834353869771,
- 0.8421301602556501,
- 0.5933496648564696,
- 1.1018461560504926,
- 0.12913863412159463,
- 1.3462313475688317,
- 0.762142562911367,
- 0.6211044289779126,
- 0.7550916269240564,
- 1.0420832476504747,
- 1.2934489162311376,
- 0.8610717859270359,
- 0.6819205951949998,
- 0.7659897423704102,
- 0.44704466379099045,
- 0.39271715569908167,
- 0.6152222177815313,
- 0.1447434705627229,
- 0.5006976446542543,
- 1.1344432777215019,
- 0.7851274982471693,
- 1.3943145908211196,
- 1.015993751659293,
- 0.9021661165973953,
- 0.9782635326124107,
- 0.4417085122508917,
- 1.0155006603380101,
- 0.4990007764827143,
- 0.8476361337422517,
- 0.8662071508281928,
- 0.40308496262043525,
- 1.0600991129846766,
- 1.0087845544062983,
- 1.3683251896197963,
- 1.0449725141456911,
- 0.6744497417195858,
- 0.9590156496298311,
- 0.048339565205945866,
- 1.3270469074716884,
- 0.9941038185527168,
- 0.5660956526414582,
- 0.6729723000669199,
- 0.9723975531344564,
- 0.7723435290834594,
- 1.1331001653636061,
- 1.08594392194758,
- 0.7026739451179794,
- 0.8377292901355812,
- 0.1728767330880688,
- 0.21948668979669478,
- 0.4627108976148782,
- 1.3963025970097085,
- 0.2473856886661624,
- 1.2984413482433719,
- 0.7097284245558267,
- 1.156547023239536,
- 1.1216664475403109,
- 0.015194777447761602,
- 0.07191568775228534,
- 0.7518919219870064,
- 0.9645164839904343,
- 0.49919932828145125,
- 1.372117373763466,
- 1.095790870894275,
- 0.5078190946459279,
- 1.2290150756986724,
- 0.016820623081947456,
- 0.39564382823598954,
- 0.5798329842306058,
- 1.227522521234589,
- 1.2117739305444568,
- 0.635168786135891,
- 0.3707616323274885,
- 0.6606457435229512,
- 1.192104564516898,
- 1.3849064161123181,
- 1.2976931792153574,
- 1.212870110496439,
- 0.2984267603154801,
- 0.29171125554518584,
- 0.5427781311810062,
- 0.5196962295665577,
- 1.1651850652065314,
- 1.0628515489172432,
- 1.0237877326288616,
- 1.1229815088042123,
- 1.1642963326777567,
- 0.8045168441562441,
- 1.065515552942599,
- 0.9287070015915798,
- 0.7672961244034046,
- 0.327835018934385,
- 1.3046100852417064,
- 1.127994861278267,
- 1.3262243505226998,
- 1.0537514270625148,
- 1.0813811233928305,
- 0.6059716655722643,
- 1.4096538339480096,
- 0.7615458507999796,
- 0.7914982221727314,
- 0.2302599939623625,
- 0.8285582874036971,
- 0.09243324445661057,
- 0.5890137110409158,
- 0.9878783006636298,
- 1.2832515400131668,
- 1.0674276500439828,
- 0.19099121433248908,
- 0.13310403995961204,
- 0.9479394519327214,
- 1.2856230223020468,
- 1.032466355777043,
- 0.1691747434657377,
- 0.11099656971336595,
- 1.0074654963608076,
- 0.8895779340805338,
- 0.6827171233507978,
- 0.030270871111399356,
- 0.1547839060215809,
- 1.0340078492170552,
- 0.6945813951130896,
- 0.5105857790297396,
- 0.9658233570698542,
- 0.5786334773307614,
- 0.45031172913213746,
- 1.4087104064855744,
- 0.9945780664131078,
- 0.7863610695062019,
- 0.5786167395385178,
- 0.20579594630829745,
- 0.9505958460885611,
- 1.2030557738921497,
- 0.8660804600150143,
- 0.7542024790514145,
- 0.952597471828781,
- 1.0007314427584153,
- 0.8785533303605767,
- 1.0023831659209412,
- 1.3462538797852006,
- 0.178887555362674,
- 1.3760527838649277,
- 0.16733137390842187,
- 0.938027155708348,
- 0.1266667338093815,
- 0.5141190927144845,
- 0.20160834563490018,
- 0.591418587184234,
- 1.099899578501755,
- 1.1842401543608372,
- 0.32211303286328496,
- 0.7613381045445073,
- 0.8567756896743037,
- 0.6388242355532836,
- 1.2511200731301217,
- 0.22402497998645576,
- 1.2196015772390347,
- 1.3936820185862135,
- 0.7824471141511224,
- 0.40477424241686044,
- 1.1006407877573468,
- 0.7206683065024286,
- 0.4135570561403534,
- 0.6692892867189606,
- 0.3498295925550345,
- 1.336976365529633,
- 1.1330164012263615,
- 0.8998761577243731,
- 0.06997476316526544,
- 1.104735304801879,
- 1.0199378026972583,
- 1.306504116111281,
- 1.119707804075643,
- 0.5058827917438067,
- 0.7230668040540954,
- 0.6537831038530412,
- 1.3639211439571581,
- 0.2383787407914693,
- 0.6816343445457603,
- 1.2490189028615162,
- 0.9091115942380981,
- 1.1327026014739778,
- 0.4049595502743793,
- 0.6464544131546562,
- 1.3238760200771058,
- 0.2828276348600069,
- 0.03805672125410004,
- 0.6331297486701263,
- 0.3061105210574416,
- 0.9818941882683422,
- 0.3822184437903097,
- 0.6406691509579011,
- 0.6803435820489604,
- 0.9759023847379937,
- 1.2487180215644575,
- 0.30302192687002427,
- 0.27457542888158004,
- 1.4018870057855666,
- 1.2404108514568306,
- 0.8004789565549959,
- 0.16493506004481467,
- 0.7955624832209999,
- 1.3766163596894678,
- 0.42821728093260897,
- 1.0855536083909652,
- 1.3006778944590733,
- 0.04234978485982401,
- 1.3529259011940742,
- 1.2301505749609793,
- 0.9432647986046434,
- 0.8771916897864633,
- 0.6303041138576646,
- 0.8038291518723824,
- 0.3057959242461811,
- 1.1782537359442957,
- 0.9577579473112837,
- 1.3966943957373974,
- 1.0462096001598522,
- 1.323383921280129,
- 0.618591530101001,
- 0.595544657256571,
- 1.3866694787049603,
- 0.8582805279621412,
- 1.1774006267888733,
- 1.294336042004298,
- 1.1549339580544518,
- 1.2885753085199845,
- 0.2624588690050643,
- 0.6899254325023605,
- 0.5880328931015898,
- 0.6991237693327792,
- 0.3811021843101691,
- 0.8690935772902486,
- 0.2565098804290112,
- 0.8886843690744938,
- 0.8598352913545413,
- 0.7284027498131093,
- 0.4702191619372275,
- 0.9138363671284441,
- 0.6515064015209673,
- 0.6222992832697479,
- 0.8002517076981209,
- 1.3312898421929296,
- 0.9179718812722509,
- 1.2118524622604674,
- 0.9253744753104615,
- 1.3619773445448031,
- 1.3499727943265878,
- 0.5768671103248424,
- 0.2531757359365504,
- 1.1324183813568471,
- 1.354934742052447,
- 1.0703292351882723,
- 0.5408436319052697,
- 0.42916711028961435,
- 0.9366051426266961,
- 1.2807210725352547,
- 1.0894954179015668,
- 1.3314404864018288,
- 0.268093345411022,
- 1.3977163815713063,
- 1.324203111499142,
- 0.15220477597545443,
- 1.2030008940212042,
- 0.7030873141585797,
- 1.3350690120398294,
- 1.359445427053418,
- 0.5470952302023604,
- 0.28064010755841995,
- 1.010822554100008,
- 0.13691550597104107,
- 1.0987943255203838,
- 0.4700925492931865,
- 0.9042939842652895,
- 1.2627446933854303,
- 0.1979096017504505,
- 0.19376850176336,
- 1.2672497495642385,
- 0.21306597919878495,
- 0.5346498456291416,
- 0.4985879919897137,
- 0.5583949575601556,
- 0.8540893920463815,
- 0.6276311407925322,
- 0.9955046146134232,
- 0.9958408614815235,
- 0.37616577320804556,
- 0.5460544014719976,
- 1.2828017218827872,
- 0.7406281180260091,
- 0.3953383735435802,
- 0.5585159252910111,
- 1.0952871541052827,
- 0.7449858351492675,
- 1.1281706913168823,
- 1.2656495576238733,
- 1.175407172667274,
- 0.8403563157291671,
- 1.4001504919645749,
- 1.0712287476879494,
- 0.13307367324454183,
- 0.4475262940077731,
- 1.050527803257413,
- 0.8412166849992997,
- 0.9104559054891945,
- 0.8861899236176315,
- 0.6506025056749328,
- 1.1714502111311758,
- 0.5230445970280494,
- 0.8377563859669864,
- 1.2999744070027395,
- 1.3355304981336567,
- 0.6900612726859406,
- 1.099210153669794,
- 0.643551088849843,
- 0.4599029393112171,
- 0.6039960572157369,
- 0.8574857419213331,
- 0.17807000736025325,
- 0.8861270843495621,
- 0.5224723445299586,
- 0.6373319350240076,
- 1.2845971006572414,
- 1.2216498664931448,
- 1.3589684356169638,
- 1.3843911552025119,
- 0.20840293914483712,
- 0.6182255909705549,
- 0.8276423460497105,
- 0.25799515079821245,
- 0.2256938415038463,
- 0.7522803536614543,
- 1.0306169127610527,
- 0.5648683386352904,
- 1.2592191784634017,
- 0.25866561949665173,
- 0.2939696063001357,
- 0.07053274843836865,
- 0.9739278899413739,
- 1.1606930350327198,
- 1.3004964728416435,
- 0.36873085005991135,
- 1.2192492775508839,
- 1.3398420619877,
- 1.047933319085964,
- 0.46153746441410365,
- 1.2254748987448505,
- 1.0603666568989132,
- 0.022352577800026554,
- 0.5116419241362993,
- 1.0123776802893072,
- 1.342299047139718,
- 0.4490045743122702,
- 0.5331608789441357,
- 1.4084596545935781,
- 0.8744074203017154,
- 1.2622271702968093,
- 1.119314625469329,
- 0.5231176729049916,
- 0.8380944295872956,
- 1.3843318860799907,
- 1.2591138144445788,
- 1.1915411666654516,
- 1.2295684789045458,
- 0.08509413788417361,
- 0.7381476130152036,
- 0.8760676742775872,
- 0.1852505488735148,
- 0.8610442119976086,
- 1.0422582940389915,
- 0.5139933438921624,
- 1.0263798006958753,
- 0.48138635621458337,
- 0.9210119424767905,
- 1.022376900043466,
- 1.1193373579133639,
- 0.3367551025475881,
- 1.2664795322797593,
- 0.35670507342475394,
- 0.7524374128427973,
- 0.4228250170529674,
- 0.9726673870501573,
- 0.9597487951925813,
- 1.1556215263170515,
- 0.9466369606290683,
- 0.4254226595949702,
- 0.799298657740855,
- 0.5638019027507721,
- 1.10966900881228,
- 0.4462616002624439,
- 0.4528382464737384,
- 0.3673532182474119,
- 1.207894227479146,
- 0.19682885681554166,
- 1.3725232194205965,
- 1.1270179615733802,
- 0.5627793530816818,
- 1.1235906276549594,
- 0.6664391633195303,
- 0.29589010720396824,
- 0.5746576541551571,
- 0.7692524341700178,
- 0.7684243316844601,
- 0.8156059480288822,
- 1.1900273953667173,
- 0.23273478505244893,
- 0.2903721436447367,
- 1.0005448173214224,
- 1.005982675060306,
- 0.933388852040247,
- 1.0608867936184385,
- 1.0952674560368518,
- 1.3126070289201335,
- 0.3183689725567771,
- 1.156589080251036,
- 0.7834854658468016,
- 0.4263038751355695,
- 1.2927437896029315,
- 1.3162164615980008,
- 1.1723210753756297,
- 1.4013765177766753,
- 1.0589255953713599,
- 0.5936582623438742,
- 1.2984686669524126,
- 1.3375142617161015,
- 1.1029062867475932,
- 0.1841870098962094,
- 0.19228806171126758,
- 1.2566080772285566,
- 1.357441854674178,
- 0.9771277083385981,
- 1.3169758130643645,
- 1.1656038943841076,
- 0.9353559105263941,
- 0.9802826583778728,
- 1.1903120929404984,
- 1.1335646642458046,
- 0.8098836751798331,
- 1.220340591959363,
- 1.1975399231266148,
- 1.3870943807443048,
- 1.3896822027688822,
- 0.8634224608544746,
- 0.9070056708221352,
- 0.3114941655176065,
- 1.3666536327518974,
- 0.8978788493962211,
- 0.5604172999221249,
- 1.365586077761277,
- 0.8178183518296422,
- 0.5897353988562666,
- 1.1035297020985924,
- 1.0747992375463233,
- 1.1701393212586504,
- 0.27811178082278876,
- 0.8736583260405189,
- 0.7941358615057653,
- 1.2707714592224213,
- 1.2479117125186192,
- 0.9169751862917493,
- 1.0976941337601622,
- 0.9697267660597534,
- 1.3106935309367989,
- 0.6171321091518411,
- 0.7470617432946555,
- 1.0069821781374466,
- 0.30840260008790626,
- 1.135303926069463,
- 0.5238355008097869,
- 1.2686382470338118,
- 1.1635630507548709,
- 0.6318300468618924,
- 0.11483433187850255,
- 1.1949841454046934,
- 1.1484476245324453,
- 1.088427442756643,
- 0.7779857825260706,
- 1.3451701321077865,
- 0.6587736852477104,
- 0.6386361834048904,
- 0.2853788003350977,
- 1.3873137460617329,
- 1.0588942764616247,
- 0.007465746089224334,
- 0.5247167144566794,
- 1.1725929703473676,
- 0.4475393241360177,
- 1.3438507815144995,
- 0.9229126558018896,
- 0.7758789547629853,
- 0.8028021110854273,
- 0.35333339904431205,
- 1.3939860261791306,
- 0.7568733156529306,
- 0.8896333652868305,
- 0.9344618008922785,
- 1.0905912675936693,
- 1.2989759996444505,
- 0.32499927175420795,
- 1.2888536485129258,
- 0.8099087687552065,
- 0.9225593466556651,
- 1.387088319852656,
- 1.3615037068244562,
- 0.9404447561020979,
- 1.3595640362987826,
- 0.6433184541894527,
- 0.5883406052967054,
- 1.3791629803136076,
- 0.5361516697419073,
- 1.3192348822347002,
- 1.0540970191853347,
- 1.087669674082572,
- 0.3506379124922475,
- 0.3532425020591938,
- 0.3944863437050938,
- 0.21147756979691354,
- 0.5019195894667179,
- 0.6380925721146252,
- 0.15711150269610455,
- 0.28471081560041867,
- 0.9570651567502241,
- 0.7824217320970471,
- 1.0080706105920698,
- 1.144584103699964,
- 0.5335690537209081,
- 0.8079023335387895,
- 0.1933661262477756,
- 0.4558123475022887,
- 0.5437458469359622,
- 0.8982719958087751,
- 1.008328510027696,
- 0.00710326340193672,
- 0.521134653619932,
- 1.141604371862206,
- 1.2319280132121522,
- 1.059076343486501,
- 0.9869141973068842,
- 0.9445294594695027,
- 0.6700138558071049,
- 0.8215155493289918,
- 0.762142129542066,
- 0.9379844195568906,
- 0.7687473736837845,
- 0.023588815860916237,
- 1.306098828927392,
- 1.1244207354943574,
- 0.21365015486778272,
- 0.6180816361223509,
- 1.1942736583456068,
- 0.6803550594237937,
- 0.5868879247345423,
- 1.3315638870779059,
- 0.23595314281542568,
- 1.154607334073223,
- 1.257470546472257,
- 0.36953917129375996,
- 0.3628477046270389,
- 1.164979991312984,
- 1.2642074105593866,
- 0.8832723337423803,
- 1.209732749238781,
- 0.3208756815871866,
- 0.4095940177036184,
- 1.1639760681438716,
- 1.2680980978937344,
- 1.1613640179292177,
- 1.1546196073074548,
- 0.6202261319257523,
- 1.3811427155467817,
- 0.6115596257813611,
- 0.7070740960536931,
- 0.9618767720120924,
- 0.954110183084025,
- 0.0717871945288986,
- 0.12554739961150044,
- 0.055228691742017964,
- 0.37255090187646817,
- 0.6528887868830537,
- 0.6030794569536042,
- 1.3029765727010958,
- 0.8108947488260674,
- 0.4541182224311278,
- 1.366494342188295,
- 1.3706504417055927,
- 1.0088421804531151,
- 1.0644711705343786,
- 0.33988367163840627,
- 0.3027302530524423,
- 0.8661291881577673,
- 0.3828572070244509,
- 1.3594527222780979,
- 0.19833294358000844,
- 1.1209806848603898,
- 0.14220114829962519,
- 0.5011356121038557,
- 0.5939046215271869,
- 0.5756373265276133,
- 0.4674729542210371,
- 1.2264063043861533,
- 1.3797558429548733,
- 0.9999780581453059,
- 0.9819600320415938,
- 0.5537463327372192,
- 0.8616563210572812,
- 1.335853353684989,
- 0.5610974303977286,
- 1.2020853980590231,
- 1.3500701194069316,
- 0.6092967207002942,
- 1.247508595933349,
- 1.1332168937892608,
- 0.6848195652253848,
- 0.8766931898916822,
- 0.21235983819658183,
- 0.6175926785580378,
- 1.3506979785436053,
- 0.6138106024224524,
- 1.0242024662582756,
- 1.3441990963886474,
- 1.3680520094978899,
- 0.5176835509386132,
- 0.33193073105797555,
- 1.376671910459847,
- 0.5745103174418437,
- 1.0478874630871229,
- 0.11236702734191259,
- 1.2482001276817862,
- 0.039454491615794236,
- 1.2458060507821713,
- 0.8889335626498511,
- 1.0087903293007956,
- 0.8849368710286328,
- 0.8124160811758155,
- 1.1892666452209606,
- 1.3468904633290488,
- 0.9639051446079517,
- 1.0474046626714695,
- 1.2315913178665892,
- 0.8785776579535443,
- 1.1215011056313131,
- 0.8989638712573369,
- 1.035707341779642,
- 0.32055761659766846,
- 0.7313131827173689,
- 1.2537185967711093,
- 1.017516728996514,
- 0.6002005037494879,
- 0.40421417461663534,
- 0.9564080086190779,
- 0.20762724302933044,
- 0.3419796803231572,
- 0.6173589524743127,
- 0.26921923441669676,
- 0.7913062084605387,
- 0.7116270394906692,
- 0.8766222345049464,
- 0.5256798694781195,
- 1.155355815530466,
- 0.7628951712285521,
- 0.300841188828926,
- 0.5894236673457163,
- 0.6369815599267558,
- 0.9601021418383263,
- 0.42417635542891036,
- 1.1542053617883163,
- 0.8089439043260346,
- 1.1509639830302414,
- 0.2907212668530025,
- 0.2902774144968726,
- 1.2803078232490193,
- 0.1525332987931856,
- 0.21508902137654576,
- 1.325871014073825,
- 1.2252709899829366,
- 0.29376716693359195,
- 0.41701825233393175,
- 0.2771181481299224,
- 1.1076547632265465,
- 0.42788798054502275,
- 0.9191723850050306,
- 0.31402082056128994,
- 0.29758912147394023,
- 1.2629582151961185,
- 1.1919662717113026,
- 1.3556940008458467,
- 0.08060824397314773,
- 0.7695047127733277,
- 0.724274737504049,
- 0.4119904323653605,
- 0.28490753435040655,
- 0.6095943175718391,
- 1.0687243658659387,
- 1.2479526412690216,
- 0.42266092280718964,
- 0.7356692587526105,
- 1.065307328441357,
- 0.8357659885238609,
- 0.4080137198117258,
- 1.3209206329211625,
- 0.6761233891985458,
- 1.1234259807260265,
- 0.9942307121884225,
- 1.0138760603140649,
- 1.1232540871449137,
- 0.7654415583096033,
- 0.869010385206837,
- 0.9869430814453443,
- 1.3192213314340453,
- 0.6137943661320395,
- 0.41249045865050515,
- 0.7401151350525607,
- 1.3885141649344042,
- 1.0854330607451395,
- 0.4695078965892488,
- 1.0523078547063562,
- 1.1444781364952232,
- 0.26613069496571057,
- 0.8343685494100841,
- 0.9097656837454167,
- 1.0212008101975643,
- 0.6839588725652491,
- 1.1281315803966578,
- 0.8131620200276475,
- 1.1566485007774652,
- 1.1055847558400187,
- 1.0081082218167825,
- 0.49919781421785697,
- 0.9261608449215772,
- 0.7862749766034874,
- 0.6842359323309769,
- 0.9403875831075631,
- 1.3753572019459013,
- 1.0331956719663005,
- 1.3514878229410359,
- 1.240869225423051,
- 0.7263411736406359,
- 0.6525817000263123,
- 0.8616730076710131,
- 0.1104352024047819,
- 1.2664733977250306,
- 1.1446836670971128,
- 1.0989893739509893,
- 0.3185718425120123,
- 1.1319106769339966,
- 1.1532007874165522,
- 0.9608278104293586,
- 1.3777795335268428,
- 0.19519427681047566,
- 0.16329934012239278,
- 0.16000393934082313,
- 0.897579961440845,
- 1.2154541148245677,
- 1.3201406175572905,
- 1.326802301360211,
- 1.347774818924538,
- 1.0314045193763193,
- 0.69997096453173,
- 1.2428298715747117,
- 1.2922869819897076,
- 0.8274466437098809,
- 1.2115261240349318,
- 0.5281245410564471,
- 1.3322552584440082,
- 1.1973122483952225,
- 0.22099536200965916,
- 0.5681501779941572,
- 1.276499502112328,
- 1.0771415753297733,
- 0.5368007271271192,
- 0.9351104477118842,
- 0.9798162137508948,
- 1.060992993393646,
- 1.2907855577362672,
- 1.265400087849964,
- 1.1714928884304763,
- 0.12401224101485987,
- 1.3504579245836605,
- 0.6604913802378466,
- 1.1460359865897982,
- 1.33160796664954,
- 0.5158333594133317,
- 0.6598061214393097,
- 0.6060237446449156,
- 0.8816287934927843,
- 0.9089120270138406,
- 1.114045146586062,
- 0.7377823327068724,
- 0.8666838501514116,
- 1.2527922746273956,
- 1.2022927150567424,
- 0.6658483514072513,
- 0.44854424371210516,
- 1.2535603224780294,
- 0.907887945850527,
- 0.19125678473128793,
- 1.365300533350274,
- 0.8772671963392022,
- 0.8490518268532299,
- 1.3040885814051875,
- 0.16858893261933797,
- 1.3539858873766948,
- 0.1252761763481295,
- 1.2803418318274218,
- 1.349662713487575,
- 0.46493264574336796,
- 0.6434686156560654,
- 0.00950707124439058,
- 0.5667784888794399,
- 0.2981279673781561,
- 1.3483910807373611,
- 0.46848161808255434,
- 1.1065457698705303,
- 1.084680907969269,
- 1.256655827654861,
- 0.9105619493270894,
- 1.1818097147855324,
- 0.7336811880233729,
- 0.7512241315339161,
- 0.25011304431832776,
- 1.3894429429991353,
- 0.39054252090905356,
- 0.5009997508125482,
- 0.9271709379415297,
- 0.26445350454566346,
- 0.8663340828351788,
- 1.3266017480175394,
- 0.4495576083024997,
- 1.3751585778940527,
- 1.3983173435023895,
- 0.8621587433159142,
- 0.4920245995197733,
- 0.13094533316789309,
- 0.5004599705093411,
- 0.8638535261091178,
- 0.5439355563883068,
- 1.0005777891064815,
- 0.014962218748404818,
- 0.6141000758595977,
- 0.8393826286434469,
- 0.8727195547684932,
- 1.1102123074432912,
- 0.8048897854841421,
- 0.3035445627946522,
- 1.094123440044484,
- 1.3790576005516713,
- 0.48771309689027087,
- 1.1091835945412696,
- 1.3002983230318872,
- 1.1711032864090436,
- 0.30607351698098284,
- 0.6286963815540171,
- 0.6728273078327315,
- 1.3705555917861092,
- 1.228532992183528,
- 0.282899338134942,
- 1.4104179659565128,
- 0.25129431200871816,
- 1.0733868564338644,
- 1.1897469197760182,
- 0.9398052636218585,
- 1.388001781745875,
- 1.2579564831744272,
- 0.05711488904368805,
- 0.8781003295761456,
- 0.7333328439496011,
- 0.31186747853900015,
- 0.9483399176477573,
- 1.234658275500643,
- 0.8651670694726442,
- 1.1252750157529225,
- 1.2602922122592062,
- 0.597909541529737,
- 1.0815685749254218,
- 1.1900416784951597,
- 0.11131032788816633,
- 0.5666066584850172,
- 0.7481788392745713,
- 0.9167575806188679,
- 1.2920094109899714,
- 0.7663813862196588,
- 1.0991449900223462,
- 0.09333730789304034,
- 0.20766369895938078,
- 1.1712736803118662,
- 0.03317621967826398,
- 0.806367220184266,
- 0.7687542701766277,
- 1.0609765394931716,
- 0.2153299912684151,
- 1.3179285435715,
- 0.6128405705696803,
- 0.5804794544191734,
- 0.19876560313020608,
- 0.644942303749293,
- 0.2674342363919835,
- 0.008563670032256658,
- 1.3952652712465818,
- 0.9425868986971577,
- 1.1923010867149313,
- 0.8728753857872881,
- 1.4023008177304657,
- 0.2610367204859028,
- 0.38123883665227687,
- 1.1387114230567108,
- 0.9947807248875564,
- 1.1474008327477299,
- 1.1961514409580227,
- 0.5924162586005903,
- 0.5033523856233383,
- 0.9084556266876389,
- 0.1455407017437004,
- 0.10276764285282272,
- 0.8069471661903582,
- 0.27370027274741093,
- 0.46181310695594074,
- 0.3136112887500209,
- 0.18870776723425894,
- 0.24353264660851143,
- 0.433542779020447,
- 1.0306283442682542,
- 1.1825915202585302,
- 1.3892354934378246,
- 0.9271672330483935,
- 0.18009825903237628,
- 1.3528951435141843,
- 1.1121487258181313,
- 1.359257464100073,
- 1.2230777630042993,
- 0.16655565422906415,
- 1.0970730372290196,
- 1.1841341490803567,
- 1.3730754198095338,
- 0.5938822643301721,
- 0.9469761780155588,
- 1.1370085355404504,
- 0.5612184290222414,
- 0.5690739172533598,
- 0.08479250787795024,
- 1.123013442220736,
- 1.1867053044854827,
- 1.401139487000462,
- 1.3639200387110455,
- 0.8404518147237637,
- 1.116188996603496,
- 1.1620989434099736,
- 0.7685138949134104,
- 0.39019451337194017,
- 0.6756155926943799,
- 0.11944620789284251,
- 0.8551620578006283,
- 1.0611505117482294,
- 0.5489448575733645,
- 1.2003670293792499,
- 0.3245884391621802,
- 1.3617978238031856,
- 0.7051742420583608,
- 0.16199155628876116,
- 1.1029915706434463,
- 0.1324015565519347,
- 0.32508716243846475,
- 1.2958381601814146,
- 1.3894418831614235,
- 0.2568744682553438,
- 1.2300981243149678,
- 0.4603141490237586,
- 1.3679534511272278,
- 1.2171162011616001,
- 1.3844556155417775,
- 0.8810210679226308,
- 0.41275315297854287,
- 1.3168709587679905,
- 1.347904279684783,
- 1.0621386194388704,
- 1.2853225342383376,
- 0.7367781788656868,
- 0.7064842932572418,
- 0.6090020381037273,
- 1.2933028989398856,
- 0.6094709100687593,
- 0.885944227709603,
- 0.652574251979343,
- 1.259312199905654,
- 0.748369429989621,
- 0.934934237093342,
- 0.9553065743575795,
- 1.2478569743158543,
- 0.4011510556091069,
- 1.1730578735389352,
- 0.2024591130596013,
- 1.380284006571466,
- 0.8395547845857882,
- 1.1672794709437604,
- 0.6634737287786053,
- 0.22039209608550359,
- 0.5680939957752157,
- 0.503853293133679,
- 1.3423843858620366,
- 1.0703459479291102,
- 0.2587272174126912,
- 0.21941376594478657,
- 0.9895436024865175,
- 1.2698931314982849,
- 0.5668712875659696,
- 0.7729648852134582,
- 1.266028610095028,
- 0.8947520439938018,
- 0.10411605464908287,
- 1.2720496191885087,
- 0.6421727774481132,
- 0.7339461125114947,
- 0.5677394013388678,
- 0.22772450012303752,
- 0.62490983593841,
- 1.0412691457954553,
- 1.410003320545794,
- 1.2767612634256675,
- 0.7542101659808883,
- 0.002838276117757303,
- 0.13619852950967237,
- 1.0000502171218584,
- 1.3912616691893922,
- 1.1010610942336287,
- 1.3144656954143525,
- 0.9054428686172741,
- 0.5443785179945004,
- 1.1853175978032608,
- 0.6817898036590074,
- 1.305483347511379,
- 0.633536805408921,
- 0.6757800257078174,
- 1.2946666079481224,
- 1.2101832083061874,
- 0.7661511040765875,
- 1.3567867704872631,
- 1.1857880413749122,
- 0.18409136335420798,
- 1.0553803096905308,
- 0.7007643038282313,
- 0.6210243120757903,
- 0.02767046388396838,
- 0.8712784237496066,
- 0.21192379341836243,
- 0.9522873301394428,
- 1.0588839965420012,
- 0.9641024921599134,
- 1.3088316546406984,
- 0.861147644497828,
- 1.2041251519641805,
- 0.7914296613593197,
- 0.5591316272703354,
- 1.2521584712699936,
- 1.121360407277051,
- 0.6227745417946893,
- 0.5238588576812702,
- 1.0977172593994005,
- 0.44409420241386827,
- 0.04999088656757712,
- 1.1784143496171233,
- 0.0033781615005005947,
- 1.3102466259071421,
- 1.1217560924739214,
- 0.933686589385798,
- 1.0914223643488143,
- 0.6862808779677897,
- 1.3550012614358184,
- 0.5340966315240935,
- 0.7912544441821298,
- 0.8358079496000572,
- 1.26258428331744,
- 1.3319546581116823,
- 0.5535578417497736,
- 1.3817835829128178,
- 1.2342987761152227,
- 0.07327968506537563,
- 1.2534763271912386,
- 0.6548693402369298,
- 0.12627865051230847,
- 1.1090648749010203,
- 1.3719921150698051,
- 1.1491159099708634,
- 0.3103315571928978,
- 0.9281549490730894,
- 1.2819421810351528,
- 0.9689655675973845,
- 0.7112577965470208,
- 1.3449535174677598,
- 1.3537829170983207,
- 1.1847919429479257,
- 0.67401713076433,
- 1.2531387876093114,
- 0.41423950463238307,
- 0.6483955167538707,
- 0.6348123778500185,
- 1.0900610477767292,
- 0.24332021394206185,
- 0.402426692128618,
- 0.8191161567547373,
- 0.36047811088755805,
- 1.0000773120901447,
- 0.7698713541879829,
- 1.175179678287722,
- 0.2946846483793166,
- 0.979773450893908,
- 0.8353698736055613,
- 0.984853062489679,
- 1.2973736383327774,
- 0.1569717188218924,
- 0.8661100566350295,
- 1.165133596754845,
- 0.9558408165588744,
- 1.032639568249519,
- 0.8135635655093343,
- 1.1265116992042516,
- 1.318498395266871,
- 1.3295036497626664,
- 0.9482199058422345,
- 1.0272499268124387,
- 1.1168857365727283,
- 1.169746618801105,
- 1.1125361713505126,
- 0.579302832797317,
- 0.4032861917563108,
- 0.07204222571517711,
- 0.8597515484616132,
- 0.8510396922374728,
- 0.1739847579980028,
- 0.9406219984512804,
- 0.6243355621461608,
- 0.5939455196920538,
- 0.3421176213683739,
- 1.0804486163067417,
- 0.02575196919906131,
- 1.1421575657906007,
- 1.252745468423456,
- 0.23901854073542883,
- 0.47954026296407204,
- 0.7536957174911588,
- 0.5829517285716054,
- 1.3535287090086936,
- 0.10404229106757636,
- 1.1173559612065596,
- 0.7004722893168759,
- 1.2571001520886633,
- 1.0806736609571796,
- 0.6650940660076559,
- 1.0002477243156336,
- 1.0334622108433837,
- 1.086288632909239,
- 0.08726395055724163,
- 0.34829999709485016,
- 0.6235131864682507,
- 0.24079325588080494,
- 0.6597531772762564,
- 0.40807469748413827,
- 1.1671443344406942,
- 0.766888421109587,
- 0.2552978550178778,
- 0.5701206149522153,
- 0.7319430833365591,
- 1.3221837435863104,
- 0.2175015348390948,
- 1.2716055139240545,
- 0.9371904374261826,
- 1.1836841670686742,
- 0.07204260256121318,
- 1.058433604469218,
- 0.6923531665281737,
- 1.085032471421231,
- 0.9589011206973687,
- 0.442363111828996,
- 1.19242593999983,
- 1.282917291583398,
- 1.0047476720281625,
- 0.5270563319439454,
- 0.3972358896397662,
- 1.1279158902694504,
- 0.47787347945662256,
- 0.5773247158528002,
- 0.8613574965211707,
- 1.0452882404383774,
- 0.8805488749577984,
- 1.0460955482634096,
- 1.1471259730396335,
- 0.8739856887362104,
- 0.8037689809334287,
- 0.7213057397807547,
- 0.7485187374281878,
- 0.9369986882555781,
- 0.6094467887047762,
- 0.046203827456863716,
- 0.15546749478686092,
- 0.3807435862847542,
- 0.46072892630130136,
- 0.15437078493603176,
- 1.3353135455139022,
- 1.0335604870597874,
- 0.5963855248839988,
- 0.0621373592185334,
- 0.2215999253033515,
- 0.21390772284097495,
- 1.159114586770938,
- 0.974235964718836,
- 0.750257186277742,
- 1.211857977977338,
- 0.44872234617123163,
- 1.3222568407072053,
- 1.2525122663339527,
- 1.3194352322883087,
- 0.9449537602285503,
- 1.2989478703129946,
- 0.9293161789917188,
- 0.3394564764577925,
- 0.6120590384934308,
- 0.31799033594421755,
- 0.8605270499863719,
- 0.2746310825387038,
- 0.5045008258159404,
- 0.6943476561193388,
- 1.3471123099724152,
- 1.2894792710039649,
- 1.2004902888355162,
- 0.5025010564607469,
- 0.09829659983478192,
- 1.3076624862585846,
- 0.45397336733929433,
- 1.300385509019142,
- 0.5941887859519079,
- 0.030057698576592986,
- 0.31439274534954054,
- 1.103209220235234,
- 1.2214739202776,
- 1.1063172209518222,
- 0.5634177978165815,
- 1.3867548082267818,
- 0.4060665699707954,
- 0.3490604463449856,
- 0.31376785020614023,
- 0.6445835250490146,
- 0.18891459906678768,
- 0.5403299270211712,
- 0.2631441066980081,
- 1.10822483473918,
- 0.17416357211378775,
- 1.3221803377104362,
- 0.2664815067518795,
- 0.3612117987855088,
- 1.0710942361759719,
- 1.1904027428577877,
- 0.8901520625228503,
- 1.327893460153747,
- 1.307055885563541,
- 1.1435185622024042,
- 1.0364945310841411,
- 1.285811861648263,
- 0.7295982390520257,
- 1.0991214832014684,
- 1.3894424302802766,
- 0.5521546965829257,
- 0.31500517307862225,
- 0.5642131779791372,
- 1.1601233275399765,
- 0.9788130456400557,
- 0.9531368159768807,
- 0.5156530726141338,
- 0.34589700079373487,
- 0.9859457343743488,
- 0.5244129414301127,
- 1.3276100795895025,
- 1.315828206825899,
- 0.7861337488356712,
- 0.7884689863458291,
- 1.3014173303439616,
- 1.3719576511361733,
- 1.1053870501952598,
- 0.525865251679572,
- 0.09633583982452029,
- 0.989051467454298,
- 0.7026478340116662,
- 1.191748098846721,
- 1.3599821021242264,
- 0.2603474170739372,
- 1.3951647609803002,
- 0.8229395616204502,
- 0.2339600150997507,
- 0.35256730449466284,
- 0.11051554368065546,
- 1.0719493429190756,
- 0.7728562281531948,
- 0.6671128782348956,
- 0.8972038045997995,
- 0.609556055269848,
- 0.3976996870404623,
- 0.598358601995751,
- 0.23270120184022994,
- 0.6750113889082668,
- 0.9835709320764154,
- 0.6626725726930244,
- 0.012852068942226196,
- 1.1919029222309137,
- 0.6652188396400123,
- 1.2296942337915446,
- 0.6837076701460433,
- 0.622208922081801,
- 0.45612104448340113,
- 0.39707452614907335,
- 0.004972340292848496,
- 1.2331938024504836,
- 1.3406699448106183,
- 0.27649946862590113,
- 0.8402371127738405,
- 1.0436007827685403,
- 1.1264473483871897,
- 0.4221099270858555,
- 1.0592935894974034,
- 0.7042322497691402,
- 0.101391889380996,
- 1.2445827147218478,
- 0.8252566585199843,
- 1.3733977348646123,
- 0.09105260502351242,
- 0.9875472814622409,
- 0.6969087679308719,
- 0.7809034735774137,
- 0.9895202117942576,
- 0.10721708824692866,
- 1.2986164747129862,
- 0.28945861651934607,
- 0.08707468129384285,
- 0.21847907029134575,
- 1.2041358492663155,
- 0.3717349999413326,
- 1.2647003920861997,
- 1.27824547784353,
- 1.0398410621544023,
- 0.3269130832261498,
- 0.0838916564852242,
- 0.523247573512404,
- 1.389066016814523,
- 1.2754880451607802,
- 0.4253457920851486,
- 0.43238538992430564,
- 0.007819206879484031,
- 0.5040370241961605,
- 0.5893143615561185,
- 0.5086620294948199,
- 1.3916520695781833,
- 0.432326047205678,
- 0.13574518336214964,
- 0.4008409543450515,
- 0.2070110396664269,
- 1.343635747554828,
- 1.285058155984806,
- 0.5610368127528435,
- 0.46419249141161695,
- 0.8259475575123991,
- 1.0042714040210405,
- 0.7989818328984244,
- 0.26506939650573447,
- 1.0447428316403802,
- 1.2285220548818778,
- 0.6430086289604215,
- 0.9316870733233481,
- 0.5142513202845647,
- 1.1652715238133495,
- 1.107517923423872,
- 0.1546962629358551,
- 0.7827968904154101,
- 0.45819727003066396,
- 0.7911455689308905,
- 1.1827157389690959,
- 1.0913445108864908,
- 0.6913858791436912,
- 0.7105205080644732,
- 0.6203100687799441,
- 0.61638758369915,
- 1.0107212845134477,
- 1.316888954866725,
- 0.6098720504328937,
- 0.8509059885037193,
- 1.002126373851449,
- 0.9507551655974463,
- 0.45204966526050033,
- 0.26125423581853036,
- 0.5024254702349835,
- 0.9316674044472437,
- 0.012483307494073904,
- 0.9324068446270687,
- 0.9015041642621527,
- 0.5520763781157483,
- 0.5599550108189852,
- 0.762054608483373,
- 0.9351321938231345,
- 0.5509384213889825,
- 1.256210448565068,
- 1.1427969381914904,
- 1.083705852527758,
- 0.3428530729051232,
- 1.210294089358623,
- 1.000586407348338,
- 0.572462264204656,
- 0.7034563211672145,
- 1.0879106336741933,
- 0.07814334562975217,
- 1.206571026669353,
- 1.1303305076483736,
- 0.9130069844946621,
- 0.964151454262332,
- 1.3481288513326815,
- 1.276403067008608,
- 0.48914330793522026,
- 1.1355626033838262,
- 1.368697907865314,
- 0.36536593555495267,
- 0.6896093709107008,
- 0.5500830589269315,
- 0.425416187087673,
- 0.9280786856820046,
- 0.5811020787373959,
- 0.4594742590826075,
- 0.6021746886398494,
- 0.7453334916092191,
- 0.4279590370288121,
- 1.1962385245494869,
- 1.144193064638194,
- 1.1006184975936946,
- 0.699469106197907,
- 1.3931169947840751,
- 0.3475324666822747,
- 0.26349078656522934,
- 1.3046829182919708,
- 0.697445672122841,
- 0.4000688098771847,
- 0.7586850338187255,
- 0.5003804101173834,
- 1.1633216183238249,
- 0.8128531471320058,
- 0.7825608510983729,
- 1.2716000362215727,
- 0.4526858841140611,
- 1.168259946212641,
- 1.1483751264869586,
- 0.6869221423149322,
- 1.3844686006616693,
- 0.25690687814876334,
- 0.38049560483206685,
- 0.8811809848116076,
- 1.1926151613566165,
- 1.0657546791133206,
- 0.8471622770350309,
- 1.2291439397420845,
- 1.2815509829776004,
- 0.4857951807903727,
- 0.9494816864630854,
- 1.3991284243567106,
- 0.8749238978074234,
- 1.1610161083623096,
- 1.0324376731627227,
- 0.8555986496203396,
- 0.9108581212822103,
- 0.8103805014863512,
- 0.5875250854463059,
- 1.3548949214885608,
- 1.2729448754742745,
- 0.8016281725772142,
- 1.0806740941895772,
- 1.3254342079830537,
- 0.9102141895313974,
- 1.2022993887319744,
- 0.8591813082451074,
- 0.10344557898341289,
- 0.8501395271849751,
- 0.6435275353237914,
- 1.3204904543196025,
- 0.3231291045756427,
- 0.9708574886480543,
- 1.34560681637508,
- 0.1238064227532569,
- 0.21432608375423293,
- 1.3217539531167115,
- 1.1491204647352895,
- 0.8672295935128196,
- 0.11831131358521864,
- 0.3620361416168368,
- 0.48447014018736684,
- 1.0824543674920395,
- 1.285277955387561,
- 0.7465494082012607,
- 0.7532801843164678,
- 0.42717173804481895,
- 0.6993309757798178,
- 0.94827346263155,
- 1.316118511789899,
- 0.17201069251683995,
- 0.30230234319226534,
- 1.0936056428863559,
- 0.9004281723025757,
- 0.24549614687253093,
- 1.2751418414287028,
- 1.0037648896630238,
- 1.1898321060387458,
- 0.8112721206525662,
- 0.2341532485115848,
- 1.3818008505487411,
- 0.7831854169566577,
- 0.4562079803350292,
- 0.4890999226548484,
- 0.7894279516724639,
- 1.3096873291254867,
- 0.6244681999703121,
- 1.3669744168010167,
- 1.3882025068536068,
- 0.6033110751297355,
- 0.7953139452651106,
- 1.076344742872343,
- 1.0551190356924482,
- 0.20271599880726862,
- 0.903267205744841,
- 0.9547845471888408,
- 1.3255145931254304,
- 0.6082450702162022,
- 1.2383703912166444,
- 0.8725105423383995,
- 0.4068592252629584,
- 1.3039106064238912,
- 0.893479251010633,
- 1.007386061018748,
- 0.7487376531331523,
- 0.8808813871671195,
- 1.3569639988404552,
- 0.6306075428389143,
- 0.9019492622571466,
- 1.3400235993749965,
- 0.9627959469383139,
- 1.3140300255261668,
- 1.2617728103826247,
- 0.07821478507690373,
- 1.365153254903089,
- 0.18241278492840207,
- 0.2647747142954193,
- 0.945768004678979,
- 0.8340318062048876,
- 1.293249762743665,
- 1.4079819777127984,
- 1.3550040458263506,
- 0.26341408101534397,
- 1.0351578249589588,
- 1.0499219229241572,
- 0.3750709178727516,
- 1.4051024617934833,
- 0.9468997034640699,
- 0.7252637801150793,
- 0.8549066940619952,
- 1.3571394468949611,
- 0.8999652735109331,
- 1.0797395400508354,
- 1.021088317215759,
- 0.25724905404531867,
- 1.350411186209505,
- 0.4785069542572139,
- 0.3745384641426696,
- 0.48555381040966156,
- 0.936018929035895,
- 0.016991964259315668,
- 1.2161760445905505,
- 0.6472034421335445,
- 0.3599146189353079,
- 0.010806622892936203,
- 0.028793167337916464,
- 0.2694754885578183,
- 0.26330926235888674,
- 1.2010683345311368,
- 1.3600078251371983,
- 0.4265361894812796,
- 0.9761416124144608,
- 1.1950130895351911,
- 0.4820297023097592,
- 0.8929599798930725,
- 1.2389672627718857,
- 0.027175315408679887,
- 0.7183956387007396,
- 0.14447291704350657,
- 0.924534826066057,
- 0.5071612261324997,
- 0.0421082526355975,
- 1.3521236617839187,
- 0.5017634191965118,
- 0.041601021349266964,
- 0.6875926623814014,
- 0.9881351119401053,
- 1.3782479197157207,
- 0.1516069771519838,
- 0.7532786778954708,
- 0.989834736037342,
- 0.8671393099849608,
- 0.7369712720069174,
- 0.30725280940462035,
- 0.9131283349984106,
- 1.3095599384156582,
- 0.9140242160386497,
- 0.30148167297009826,
- 0.16830168637858922,
- 0.447128064788299,
- 1.1943921153289463,
- 0.8518609571445596,
- 0.6429689213600112,
- 0.11037040574236727,
- 0.21179577711476075,
- 1.0911714270602104,
- 1.088077547277134,
- 0.8598176464309901,
- 0.5246015655511246,
- 0.9883244203191082,
- 1.1874718185650652,
- 0.9493160665100862,
- 1.2224283226893018,
- 0.8934592504344282,
- 0.5671466985556056,
- 0.6876560476304227,
- 0.31218732410266203,
- 0.30659533071799233,
- 1.1773575013930007,
- 0.5494748603167202,
- 1.0595307573260604,
- 1.2937682392347225,
- 0.9912748842145901,
- 1.3467221304823682,
- 1.0676484471148673,
- 0.011724205711991214,
- 0.5502145406740536,
- 1.282738006215222,
- 0.2154904065861098,
- 1.0463906130021703,
- 0.5095610469852526,
- 0.9617374484370057,
- 0.5591458288628504,
- 0.1373061587053947,
- 0.9442590707732658,
- 1.0948473654267572,
- 0.9674573219387206,
- 0.3140494788351946,
- 0.9316830121972312,
- 0.4804551099089558,
- 1.241497809321307,
- 0.2798240252743193,
- 0.6563445963849452,
- 0.817338387481107,
- 1.3927999152435169,
- 0.8325937992287576,
- 1.3772739617251575,
- 0.9702933613200846,
- 1.1896343380109184,
- 1.140547782553855,
- 1.1282562368589053,
- 1.0301168756922532,
- 1.174310968123496,
- 0.3423315730210161,
- 1.1029632950199149,
- 1.0343791611133033,
- 0.003281505691753075,
- 0.18092979812484838,
- 0.5384202960204233,
- 1.249654917874447,
- 0.7339980925351812,
- 1.2095643683526938,
- 0.6292623376598715,
- 0.8601481197050411,
- 0.9462519976509627,
- 1.133295541665193,
- 1.2334701274243376,
- 1.3906485836750664,
- 0.0779116339687248,
- 0.6118806725520405,
- 1.2221572939824075,
- 0.1463493784777366,
- 1.2875161648084599,
- 0.5347769628809605,
- 1.2356447629435605,
- 1.2221751852706113,
- 0.16034548329580045,
- 1.3808095621592982,
- 0.5015252299961228,
- 0.6298009830125143,
- 1.3899287363438948,
- 0.8377066145069284,
- 0.4441665726640879,
- 0.6322039078073937,
- 1.333493590559755,
- 1.1692641149045166,
- 1.1312834627900403,
- 0.24134160292231208,
- 0.8560498091752975,
- 1.284155811138915,
- 1.2417525059363848,
- 0.6336628266014493,
- 1.196371399007976,
- 0.9247700232432288,
- 1.361154508623705,
- 0.7063583082904736,
- 1.325368616074987,
- 1.3531108361168334,
- 1.1126424553884016,
- 1.1709766553732452,
- 0.9384555551867858,
- 0.6303026307089266,
- 0.785573364391408,
- 1.131328369331981,
- 0.45393444275906913,
- 0.3376220417880866,
- 0.09726731724689765,
- 0.3494600569746569,
- 0.34391975829402416,
- 1.0456387128413756,
- 0.6798893778435028,
- 0.10635617895147051,
- 0.6640012297792526,
- 0.8056598633450691,
- 1.0915587112365992,
- 0.2170374970236286,
- 0.4242828602652569,
- 0.46355212930762646,
- 0.06587654251987428,
- 1.19540342758478,
- 0.756369394803148,
- 0.040990531773531555,
- 1.382450748425299,
- 1.0968303450108925,
- 0.533772475669402,
- 0.9770618887348419,
- 1.117378339908596,
- 0.5636830319655126,
- 1.2959127874345493,
- 1.3896059626997193,
- 0.4920196168888156,
- 1.4071540977093653,
- 0.4724945273684609,
- 0.9062378783965063,
- 1.2136654031025416,
- 1.2013029176914152,
- 0.3825919943693891,
- 1.19157456583953,
- 0.8458253851299949,
- 0.2691832414421875,
- 0.1217328620672637,
- 1.3109565812208748,
- 1.2084321804700082,
- 0.8816659486675701,
- 0.7235662121723054,
- 0.0014295629919575195,
- 0.6434922206722234,
- 0.9110112398169353,
- 0.8173760168714567,
- 0.7058714621377481,
- 0.8500581252299818,
- 0.27655639596182346,
- 0.25214703141793116,
- 0.8826464367446082,
- 0.8037219053380781,
- 0.5080506125907792,
- 1.1028518244652963,
- 0.30848264845372547,
- 0.7966902748993416,
- 0.14767223570695975,
- 0.40410190804176194,
- 0.018049258753932047,
- 0.8492236850444075,
- 1.2742357199773549,
- 0.017553523787792052,
- 0.5724469218967376,
- 1.0293769297395727,
- 0.3772153757723321,
- 1.1237237797880841,
- 1.2983365754997698,
- 0.652497801329475,
- 0.7075493650569272,
- 0.5401927428014663,
- 1.2915306914208124,
- 1.289499885022128,
- 0.9399370506929023,
- 1.0904799347526886,
- 0.09078334372091425,
- 0.5006648235070651,
- 1.387217604695387,
- 0.4280773594102839,
- 0.33710279851357994,
- 1.3340395304622423,
- 1.2381478173132026,
- 1.2098691707011024,
- 1.2754818964083314,
- 1.3392668610169003,
- 0.129804144121034,
- 0.8698577161778346,
- 0.7333485032935971,
- 0.24195951843672464,
- 0.8656989410521286,
- 1.3952145379559016,
- 1.2243637008690493,
- 1.3909365517159211,
- 1.0098551985761237,
- 1.3464883968135037,
- 0.8637169336155863,
- 0.9147331823333582,
- 1.2409300633090181,
- 1.1327491915703225,
- 1.3524687720003903,
- 0.7472318967904841,
- 0.06678768869745354,
- 0.49442002346542735,
- 1.195776881224497,
- 1.2534586768882792,
- 1.2240938984648728,
- 0.4854446166667181,
- 1.3905591935272934,
- 0.8577481950117172,
- 1.1032306503239706,
- 0.6564157736604653,
- 0.7338912336824033,
- 1.379623026769304,
- 1.1328788928508842,
- 1.1993204334587564,
- 1.3296748785430186,
- 0.7308629387710253,
- 1.3157065536671895,
- 0.610227803389382,
- 0.7783519141839544,
- 0.5258921083752621,
- 0.8992705659726081,
- 0.9824696392610952,
- 0.10541054763183631,
- 0.731688010142895,
- 0.8075130949776359,
- 1.4017563734244696,
- 0.5282131375675595,
- 0.9826946900591119,
- 0.9004458919352661,
- 0.7376661033952064,
- 0.7975405583507522,
- 0.6306156511548207,
- 0.7658983936487989,
- 0.7614265435030013,
- 0.6574143434777961,
- 1.0248302558663585,
- 0.435363454728158,
- 1.306031890004333,
- 0.6574640430783982,
- 0.2680614018178746,
- 1.1908574858527357,
- 0.5876323864541807,
- 0.5333843878890889,
- 1.2348011106691275,
- 0.49492370665556645,
- 0.6171088156070095,
- 0.8982462437071049,
- 1.2823726780971996,
- 0.2917773527274733,
- 1.1111051757682682,
- 0.8437439995803359,
- 1.3834657327307418,
- 0.39461944110882646,
- 1.378710016097289,
- 1.0482589820962835,
- 0.4630575364882791,
- 0.7008935696408127,
- 0.906261013222625,
- 1.106479935084769,
- 1.3114821282024198,
- 1.1676663235375433,
- 0.5852651931537676,
- 1.4117877843646793,
- 0.3136897514441859,
- 0.6165144882437379,
- 1.126951799639645,
- 0.045614916646911,
- 0.018961394013749466,
- 1.3470182399418358,
- 1.037195898642863,
- 0.21934046996576,
- 0.5756790293966648,
- 0.5615984333176607,
- 1.0127246840843391,
- 0.13017613028360644,
- 0.6923802931270608,
- 1.2081998954925213,
- 1.174671005226942,
- 0.567297321469716,
- 1.268121272470834,
- 0.5139503008497024,
- 0.7921319652246506,
- 1.3495754079123192,
- 0.32419351036835725,
- 0.9198933093983581,
- 0.5253505131246325,
- 0.3621184529574394,
- 0.5607438136501249,
- 0.10984342571122722,
- 1.1753966412030667,
- 0.8773836485218,
- 1.2642489933014447,
- 1.3573912578985619,
- 0.8126153454208092,
- 1.0366128635579228,
- 0.8437267849777262,
- 0.8359439992615394,
- 0.4896157767746202,
- 1.3109202870158698,
- 0.8746806097231986,
- 0.37973060079313287,
- 0.6249623459559703,
- 0.832492529948335,
- 0.9074303370099345,
- 1.2709652472566888,
- 0.23670575421226192,
- 0.04641893642251982,
- 0.7947699241432972,
- 1.3149095304067375,
- 0.4856180243705851,
- 0.4337536867884574,
- 1.1300877804594511,
- 1.079144909037815,
- 0.9964080037493268,
- 0.9994872506314605,
- 1.161357660049549,
- 0.10245816347627297,
- 0.28701598408173773,
- 0.26205808860730445,
- 0.5310882485682545,
- 1.134473733978192,
- 1.3581053341220242,
- 1.3118134242643484,
- 0.19508858608191518,
- 0.34086470269303887,
- 0.5509401892764403,
- 0.2893247575665408,
- 0.27112730459253875,
- 0.6940025135218528,
- 1.303035639677024,
- 0.45121270150279114,
- 1.3998074945393923,
- 0.2127979652126484,
- 0.6078863938760095,
- 1.271509994765644,
- 1.2151955268189616,
- 0.326345855506384,
- 0.9433978000713515,
- 0.6103777469009979,
- 1.0996261309453312,
- 0.07517919190481423,
- 0.8588370521842862,
- 0.7642026506910856,
- 1.0816738861308146,
- 1.3447844424211242,
- 1.0359630858208204,
- 1.3598086276335077,
- 0.5431927984477333,
- 1.2180053618652777,
- 0.15008467711301982,
- 0.22046973019549906,
- 0.9294765301413898,
- 0.8679872309968674,
- 0.7553418055378822,
- 1.0359549935472039,
- 0.7544091172548016,
- 0.5123717963671883,
- 1.0685441988590902,
- 1.0526470468686324,
- 0.7437480777395771,
- 1.1747327294787693,
- 1.3814453182362674,
- 0.8694853056837892,
- 1.122322723050998,
- 0.6565258281292897,
- 0.87375694555509,
- 0.7557086339782156,
- 1.3606012300203048,
- 1.291729405339063,
- 1.2885660419268632,
- 0.35637634739795393,
- 1.1217309688024104,
- 1.2291286437388547,
- 0.36280001269826156,
- 1.2871314825184481,
- 0.3915359173752664,
- 0.4312516516873754,
- 0.9447606077818999,
- 0.7156588071427926,
- 0.7454181672251371,
- 0.540669418252737,
- 1.41282560412445,
- 0.9082829621185308,
- 1.3242090142247556,
- 1.0992788356071097,
- 1.3102507656602773,
- 0.5783282142321131,
- 0.9730271295932825,
- 1.2778301466680302,
- 0.2632129774260594,
- 1.106869826184764,
- 0.5238532995598661,
- 0.6597001971333052,
- 0.7247396143676935,
- 0.7258942081175015,
- 1.2729844512957222,
- 0.9462690124796331,
- 1.0847070940625811,
- 0.3510473110954232,
- 0.5919238622721064,
- 0.004402895500099507,
- 0.8442179609401258,
- 0.17758308289240493,
- 1.1139059774186397,
- 0.6966224398950259,
- 0.04546857937173526,
- 0.47181787016087096,
- 1.311781145880087,
- 1.287911545591515,
- 0.5667945187380045,
- 0.5417764235004979,
- 0.8169563953927808,
- 0.1330332992366236,
- 1.272258023545485,
- 0.6119595778202985,
- 1.2018256642221228,
- 0.9783719586116452,
- 1.0226972624891493,
- 1.329626411646249,
- 0.7289713965964228,
- 0.3870798735223291,
- 1.3514039996552565,
- 0.7482525043851425,
- 0.9666540207722341,
- 0.1729952820542252,
- 1.1887350702980846,
- 0.3751154998171855,
- 1.3688290934015959,
- 1.003551910936481,
- 0.5823620556186982,
- 1.0569589963174728,
- 0.8572349013730682,
- 1.391404893720792,
- 0.4438831678480352,
- 1.1687887453122985,
- 1.199757544549977,
- 1.2980334313711286,
- 1.3732268534805916,
- 1.181389776550583,
- 1.2875712286490633,
- 0.9619834918779463,
- 0.6794315617055808,
- 0.8672597232957171,
- 1.364947109074979,
- 0.8979550879045398,
- 0.8195608590802016,
- 0.4494198414563972,
- 0.9838621671791815,
- 0.4459436418590845,
- 0.6482786481466,
- 0.14327167388268072,
- 0.6253497377704653,
- 1.3677677825257482,
- 1.2361150112978698,
- 0.6404340582294739,
- 1.2413202140747104,
- 0.7139062219991956,
- 0.09396574543760793,
- 1.0715667594844813,
- 1.2695336609054522,
- 0.48148699562297836,
- 0.33984236849568816,
- 0.19662814576260076,
- 1.00395622596037,
- 0.675331448603517,
- 1.0161033771973433,
- 0.6126252252131552,
- 1.1039883048059778,
- 0.14690697265663136,
- 1.0711768050999302,
- 0.7929721983635749,
- 0.17726526585257188,
- 1.0042317354233548,
- 0.7321818330433904,
- 1.220712646681114,
- 0.13571160825774498,
- 0.6148234703491423,
- 0.9514851182384784,
- 0.9329206238231319,
- 0.6711190841956588,
- 0.7820829548657066,
- 1.135450900162233,
- 0.8269476001755632,
- 1.388446949879798,
- 1.0859370263894013,
- 0.45637928827350077,
- 1.0066566454884933,
- 1.238366443492342,
- 0.9872064360625676,
- 1.3071916344467707,
- 0.7082800784816556,
- 1.373644182013765,
- 0.8435414468396546,
- 0.1102773869613007,
- 1.264150597291743,
- 1.3814901056528837,
- 0.5284858640438448,
- 1.3013969999344097,
- 1.2656303814996852,
- 0.588765431930704,
- 1.3906740169101732,
- 1.2442626496857299,
- 0.17236997311615013,
- 1.0854952216792864,
- 1.1597328098645192,
- 0.9004767699623636,
- 1.2714713365817751,
- 0.9722081707838925,
- 0.6201541736418371,
- 0.733366524725563,
- 0.4246897192406581,
- 0.2323852324543965,
- 0.38092647072262054,
- 0.3733488975366124,
- 0.4765191979669099,
- 0.6086662689571096,
- 0.7671499524428763,
- 1.3257968322347624,
- 0.4566765810095954,
- 0.7961474265790434,
- 1.243433206370234,
- 1.3988387302177523,
- 0.45216232353096164,
- 0.18818013855456628,
- 1.3692449843685919,
- 1.3651430310731671,
- 0.36360092251190285,
- 1.3707087321925402,
- 0.14006078230256488,
- 1.3663502065519029,
- 0.7520917442280947,
- 0.4019513137671289,
- 0.8452267717128933,
- 1.0766527565565918,
- 1.2842808174891136,
- 0.14936744601469135,
- 1.0868801072169363,
- 1.0490801164268404,
- 1.1233164216386498,
- 0.1639435994162614,
- 1.0170022534915484,
- 1.3961196038158985,
- 0.639090860455844,
- 1.2071193034064904,
- 0.9813249051371307,
- 0.9545225472903823,
- 1.3287844342612187,
- 1.2810916038172804,
- 0.3398406381431722,
- 1.2340181192285582,
- 0.3547374528777691,
- 1.380594795250849,
- 1.3947113871080008,
- 0.8875805472765559,
- 0.24556726147495164,
- 1.2627050318847541,
- 0.8190590804192726,
- 0.02943154804365384,
- 1.0840513202511013,
- 0.9182888916386351,
- 1.0227692880510535,
- 1.3084326736918912,
- 1.0805649806407331,
- 1.3927341123669843,
- 1.3254564813905847,
- 1.4103287375263704,
- 0.18148325750950517,
- 1.096547531412154,
- 0.8175392914713281,
- 1.3294123540836549,
- 0.6389942510517073,
- 0.7453610343860674,
- 1.380565022515137,
- 1.0150748183724587,
- 0.9381943531717843,
- 1.1433671429725634,
- 0.5349656946212547,
- 1.075970699210514,
- 0.0931761591203975,
- 0.8200074885787416,
- 0.8373547902672184,
- 0.44447652426460726,
- 0.6936481173634714,
- 1.340374593227818,
- 1.3280384346679155,
- 0.34924273139381934,
- 0.32657692525071713,
- 1.3636625046522004,
- 0.4261352091013519,
- 1.101745039184519,
- 0.22059887658682922,
- 1.2798143625536684,
- 0.08002360445189866,
- 0.21920802067736223,
- 0.8485240598079272,
- 0.4122098943193793,
- 1.0850957456922528,
- 0.20847574068183428,
- 0.9946693369021317,
- 0.7313478915953058,
- 1.3763855330534636,
- 0.25067068542179627,
- 0.2772067914918823,
- 0.9867880870632347,
- 1.3006043339485256,
- 0.9355580809356021,
- 0.9446496518484501,
- 1.1020737260532332,
- 1.3040098356698575,
- 1.2419427581104456,
- 0.1915861926248245,
- 1.2829040845944302,
- 1.3855676199075015,
- 0.37994038477088593,
- 1.3718648707861003,
- 1.4048247584977716,
- 0.011210458868399373,
- 1.3429056829345873,
- 1.2526469724636293,
- 1.3287568439780357,
- 0.27215924353581933,
- 0.7044514143530446,
- 1.276545456029008,
- 0.6452750383699072,
- 1.1394846691095624,
- 0.9064258214822115,
- 1.1986818613141972,
- 1.1765623796438107,
- 0.6528875084052166,
- 0.929791452194655,
- 0.0647031053779897,
- 0.554355115907806,
- 1.1063797160951274,
- 1.1946273593323153,
- 0.986377573104204,
- 1.0744605636423665,
- 0.8220727530453918,
- 1.1211651948425927,
- 0.6807031745565023,
- 1.0246967101300624,
- 1.243710032969271,
- 0.33409227812995135,
- 0.5327970373327702,
- 0.583009110200812,
- 0.7026308833864207,
- 0.21682501844957033,
- 0.42437137488333354,
- 0.9338931906969037,
- 0.3028606964899862,
- 0.28125247446800583,
- 0.8433998717111578,
- 0.7388535028231943,
- 0.9968568551254311,
- 0.5372736971131449,
- 1.2389703100785694,
- 0.861787676860533,
- 1.3940029698387923,
- 0.9415023113451442,
- 1.1809543257574788,
- 0.4433424770167206,
- 0.6637304387666217,
- 0.7765615292096446,
- 1.11938808599374,
- 1.3662534106838187,
- 0.6647559065351196,
- 0.43057874354219283,
- 0.7576214916954939,
- 0.11295105254722128,
- 1.3200797339065347,
- 0.9112476654526862,
- 0.38776650381514205,
- 1.237667820690811,
- 0.29478188182500864,
- 0.9773970518567864,
- 1.3582772645327577,
- 1.3547431442045774,
- 1.251698844360533,
- 1.3745420079421882,
- 1.0007127772042888,
- 0.9907667412246526,
- 0.9551044747537429,
- 0.9917709246440581,
- 0.864237176055359,
- 1.253664720902214,
- 0.30295467270306564,
- 1.3926042275473407,
- 1.2230050739969758,
- 1.052042503506762,
- 0.8065013465772565,
- 1.0712302598930752,
- 0.26641453170843055,
- 0.43480665516291034,
- 1.285601133979323,
- 0.45832759805450424,
- 0.5973526640268536,
- 1.4096976103055416,
- 1.356914904882052,
- 0.5867771979340434,
- 0.7645007913163786,
- 0.46733536188844976,
- 0.9719100795773078,
- 1.0226062404846021,
- 1.156123953636567,
- 1.1024200267415734,
- 0.5952621952147386,
- 0.8641385571357668,
- 0.5961799020116211,
- 0.9872441378574403,
- 0.10743705227812196,
- 1.322020211898334,
- 1.262189570360162,
- 0.7029037628380335,
- 0.9448701339250065,
- 0.28465139761635244,
- 1.3972790396136205,
- 0.9904243343756532,
- 1.3569595467742037,
- 0.16014833073224746,
- 1.400156182687942,
- 0.7163870118660756,
- 0.5570967891867414,
- 1.3607787317967424,
- 1.3755166311073104,
- 1.2260592666150945,
- 0.7871596055995622,
- 1.31711217594898,
- 0.7327962220094378,
- 1.0785351795992173,
- 1.1750856750982406,
- 0.5214153743865877,
- 0.6865290796079486,
- 0.599661114181759,
- 0.33580929632815304,
- 1.0489778809667407,
- 0.8022417464645365,
- 1.0995650838850874,
- 0.18010536870722377,
- 0.6616558146265104,
- 1.1115277577417582,
- 0.8751308858353303,
- 0.4093597885009809,
- 0.8990312222239614,
- 0.53414974333906,
- 1.2935442577345238,
- 1.2605423640467401,
- 1.175351573249131,
- 1.0060880410401913,
- 0.35304022453678086,
- 1.3392269048407912,
- 0.25240243132131146,
- 1.0667517563238569,
- 0.8885684306731045,
- 0.6667279516917445,
- 0.6978863470960365,
- 0.8045187008750597,
- 0.23790683129762644,
- 1.4060249302912342,
- 1.190577709381123,
- 0.15715107280993348,
- 0.4185903048499547,
- 0.635627163787451,
- 1.3824662156847871,
- 0.9722958895826284,
- 1.2145497179515492,
- 1.3866880741988747,
- 0.9933325096684251,
- 0.5892289206340213,
- 1.274162716403853,
- 0.5115633941414461,
- 1.2995269626457215,
- 0.1394666421131955,
- 0.5712910610018178,
- 0.3728749260855657,
- 1.3073456024915286,
- 0.7857322630251594,
- 1.1205468901207771,
- 0.6878503742200982,
- 0.2393440110848888,
- 0.219988873834981,
- 1.3822727781874937,
- 0.3458876871177102,
- 0.8889546982327429,
- 1.1827108624658997,
- 0.6142307579646424,
- 1.3480013766367829,
- 0.32603562596973823,
- 0.6566201763702209,
- 0.7406355489836662,
- 0.546454064178721,
- 0.03686318130434654,
- 0.8342794279859282,
- 0.5397825135275881,
- 0.5325331327535906,
- 0.8680880152722266,
- 0.6438627712492014,
- 1.3656999672977232,
- 0.40811559536057307,
- 1.1920005121058337,
- 1.2226981602704237,
- 1.0009983461449643,
- 1.2019752969269497,
- 0.9746491525052425,
- 1.3313145269584057,
- 1.282444039718547,
- 0.5094622745713242,
- 1.1005117212022104,
- 0.7268737738869098,
- 1.3779076105642774,
- 1.0472252953981618,
- 0.36999380726864206,
- 0.9360638489592341,
- 0.8823393115274378,
- 0.7899194283077252,
- 0.005337423556489439,
- 1.3014352750202485,
- 0.07761859190294922,
- 1.0716121088068677,
- 1.164777313521944,
- 0.2075284310282426,
- 1.3164879971695,
- 0.913344952534363,
- 0.6400705512061778,
- 1.0001336628169513,
- 1.051572582560168,
- 0.6438204547023849,
- 0.4654005419484546,
- 0.4577266332708925,
- 1.080575841693173,
- 0.32088521187801716,
- 0.6576984183551663,
- 0.773329616652765,
- 0.7562598572932904,
- 0.3790841673145549,
- 0.4400885290318421,
- 0.528228409858612,
- 0.30777170419106364,
- 0.9831195428512111,
- 0.5353472382695239,
- 1.1717668012723546,
- 1.0314345719471107,
- 1.3415767143320112,
- 1.006332185715389,
- 0.3130017176014732,
- 1.3237002355960172,
- 0.14676915140601102,
- 1.3982464620422377,
- 1.0380746118199526,
- 0.6847399727097747,
- 0.712777071300545,
- 0.6496549031405152,
- 1.3545666032335952,
- 0.39538614639743236,
- 0.773145085971746,
- 1.0679722117822397,
- 0.21122997744532934,
- 1.0269922904938134,
- 0.6690271420019146,
- 1.1671473830440908,
- 1.0387819623197867,
- 0.8361491989273496,
- 1.0410197301352575,
- 0.2685820582241612,
- 1.0498800082584172,
- 1.2141850155998999,
- 1.3687452731524528,
- 1.2571197315294376,
- 1.114056739010864,
- 1.34729285796129,
- 0.8250735595636334,
- 0.44475420263481474,
- 0.028967724719637284,
- 0.22894659604586934,
- 1.2774438530379169,
- 1.224333281265688,
- 0.928811577042617,
- 1.3376282231086754,
- 1.2928148172015896,
- 1.1051422766777137,
- 1.1373277244374942,
- 0.5968076518748328,
- 0.8909680526679503,
- 0.30903767914530933,
- 1.2769656056140237,
- 1.2036870335564775,
- 0.21103748673846015,
- 0.7533365228300597,
- 1.3856619151811362,
- 1.1168205446726474,
- 1.1367654747292049,
- 1.1056281624320201,
- 1.3220736492000764,
- 0.7396038562728845,
- 1.3159387530234061,
- 0.6135082107816786,
- 1.037765332245717,
- 0.7485891905238047,
- 0.31159768113251285,
- 0.20432014239139473,
- 0.54018035148186,
- 0.3579714482137239,
- 1.1052009279808452,
- 1.1013293024089033,
- 0.25689531173460217,
- 1.233503060536496,
- 0.9820101849877438,
- 0.9544992105948493,
- 1.3681251585913325,
- 0.9586898140398951,
- 0.6303881576161711,
- 0.9393380044387236,
- 0.4720263035756321,
- 0.4139231292262546,
- 0.9734056495884273,
- 0.13349234039660962,
- 0.06014465885326458,
- 1.0832141989370672,
- 1.1898141289662416,
- 0.5800194479146653,
- 0.35825203563806907,
- 1.2411315815252661,
- 1.178352584641421,
- 1.2784319949017982,
- 0.3228270394670273,
- 1.3557303761644965,
- 0.346128101994422,
- 0.07585513097409505,
- 0.8551683986426315,
- 0.6509912945158056,
- 0.572687631316555,
- 1.2158727736653867,
- 1.299096089057579,
- 0.9048157604439403,
- 1.0756691145759179,
- 1.3716638877540333,
- 0.31384182813918743,
- 1.2329653137227825,
- 0.2947969576281389,
- 0.8017442446960787,
- 1.326691686018678,
- 0.29691267467181515,
- 1.1744688987620995,
- 0.06530819992246846,
- 0.2213291168804099,
- 0.15825307936476865,
- 0.9109708836771667,
- 0.7191839480288403,
- 0.5806267412258457,
- 0.7276155284184924,
- 0.7156675897123496,
- 0.09314926573630206,
- 0.2835422696571775,
- 1.2232259971025672,
- 0.4914868474874009,
- 0.1205004559503844,
- 1.1942100313273072,
- 0.18689568458735303,
- 0.4574347096872466,
- 0.024453459425964014,
- 0.7670578319621012,
- 1.235494114539837,
- 1.2279673227761252,
- 1.2462931065561214,
- 1.077989366154405,
- 1.0502253021580357,
- 0.6001886128481576,
- 0.17548706886786658,
- 0.8736514323326461,
- 0.15509945586221516,
- 1.1261957334309025,
- 1.0399833114422927,
- 1.0033367514218827,
- 0.3227064218188649,
- 1.2842445491947443,
- 1.1606860696186656,
- 0.19033439644869393,
- 0.1641870767743185,
- 0.02741764758228295,
- 0.4173192806784329,
- 0.8706413813167551,
- 1.1040609574911673,
- 0.5311614651867265,
- 1.1734635858724736,
- 0.3003431772439279,
- 1.1347568585090668,
- 0.7214903146567478,
- 1.14383952322223,
- 0.2992649078535699,
- 1.07619785250325,
- 0.7292070641699142,
- 0.6613532031310246,
- 1.1220312200929117,
- 0.998831214484349,
- 0.6446790953443509,
- 0.4711698115181979,
- 0.7280363717329777,
- 1.3204724923783564,
- 1.1911412279563,
- 1.1858523064959483,
- 0.3384004706098951,
- 0.23853000989224535,
- 0.6682789639138191,
- 1.044295278498424,
- 1.000118761061615,
- 0.9914431915359311,
- 1.103609329692269,
- 0.3124035888087482,
- 1.1924769646293174,
- 0.44360888298959444,
- 1.102593904013313,
- 0.8393349097125661,
- 0.2790647122594021,
- 0.09382026915121634,
- 1.2797357463494134,
- 1.1230152023369213,
- 0.8541808102189435,
- 0.5374721588749903,
- 0.3529320489087821,
- 0.9002079442812514,
- 0.19206806798526244,
- 0.9251160582742993,
- 1.1311712700124534,
- 1.405929859802202,
- 0.12358431584807289,
- 1.1383681429430736,
- 1.1934679078618506,
- 0.9925655546101253,
- 1.1311996067209467,
- 0.3255964900265832,
- 0.1524269080343987,
- 0.4987404813430373,
- 0.8838287886804828,
- 0.9338480150437917,
- 1.3976910242296134,
- 0.8810660363422087,
- 0.6082925223213409,
- 1.4058574171906566,
- 0.2601786357796238,
- 0.1873550385218066,
- 0.7927618934690984,
- 0.17693818152625296,
- 1.311301094770083,
- 0.6039427503935251,
- 1.241481492973112,
- 1.3568586344422613,
- 1.3042668672955042,
- 0.2310643960803041,
- 0.4551056372598652,
- 1.2021341579539109,
- 1.3795738344433066,
- 0.9156624684885506,
- 0.33148867027482304,
- 1.0766029050391865,
- 1.2828018536211918,
- 0.4934700652890159,
- 1.1325707138690186,
- 0.8242833864496665,
- 1.2249174169161396,
- 0.5928025363639997,
- 0.540994486516213,
- 0.7704111052953111,
- 1.060430018642861,
- 0.6178071915862816,
- 0.6493464032420638,
- 1.1555802097698618,
- 0.3122146168464228,
- 0.3976691270997423,
- 0.4014957845753556,
- 0.3677283370821959,
- 1.2740717458446162,
- 0.9831794405339477,
- 0.6005785884968597,
- 0.9983250417644065,
- 0.5305551719748589,
- 0.47092001956021307,
- 0.003477228308305462,
- 0.7071673527548071,
- 1.173736466699904,
- 0.7952083311586648,
- 0.9016723636632665,
- 1.4113806553716017,
- 0.5432140351731457,
- 0.7546014794371049,
- 0.9733807561312429,
- 0.9645944470932057,
- 1.3340022327570662,
- 0.9121817303633235,
- 1.1452717287581573,
- 0.7929617633358778,
- 0.49924027767683593,
- 0.803080689951882,
- 0.13859714735385567,
- 0.6286097445703128,
- 1.2982574508386362,
- 0.5139683587493692,
- 1.1333084947004914,
- 1.1970448949323187,
- 0.4494648908727603,
- 0.6636860471058172,
- 1.3238040728752154,
- 0.9756152047038846,
- 0.9396209643849203,
- 0.45105121570190315,
- 1.2279597802529258,
- 0.7702640908285939,
- 0.6051659522803334,
- 0.10216245176587146,
- 0.9575107762086018,
- 0.9954607519786806,
- 0.9141915687748172,
- 1.1650538282705536,
- 1.4107893103943019,
- 0.5527011077569872,
- 0.729917522623664,
- 0.10301795587827271,
- 1.2244177912844942,
- 0.6676977762010328,
- 1.173836722316032,
- 0.7585363361873546,
- 1.1313352671932824,
- 1.1485914154230403,
- 0.5917949357592346,
- 0.413182212753683,
- 0.5941584545671756,
- 0.30975633752701254,
- 0.39427939826444436,
- 1.1319405927599877,
- 0.8508627114379439,
- 1.2060219175398552,
- 0.7774261493147322,
- 0.20118815194311543,
- 0.0418472415063352,
- 0.744625975060254,
- 0.44469377572115126,
- 0.24859218201593405,
- 1.3131362142100524,
- 0.565214820621837,
- 0.2193180523950609,
- 1.1129842678927508,
- 0.7956986037880885,
- 0.741121369014229,
- 0.9926629550811114,
- 0.29048451129149544,
- 1.1206967855428231,
- 0.4405787484144733,
- 0.4104598546110095,
- 0.9331343835094292,
- 0.8117190841152753,
- 1.3451874395619128,
- 1.3695367621619798,
- 0.5085504987680604,
- 1.3786626352356772,
- 0.9015263431574226,
- 1.3233134739522172,
- 0.8086055989522493,
- 1.0921292472556807,
- 1.0477477257118695,
- 0.697410045249785,
- 0.6734042234173369,
- 1.3664945760486644,
- 1.122142476345227,
- 1.3450758136350371,
- 0.2502999905810432,
- 1.2634234709649923,
- 0.2716957896025556,
- 0.6506089270825366,
- 0.30501386867300095,
- 0.4426270701210839,
- 0.1355808908989202,
- 1.260822864181634,
- 0.4694479966700598,
- 0.9107376706346489,
- 0.659659667253983,
- 0.5112004889364847,
- 0.4035662892923613,
- 0.6116808583984468,
- 0.2752367214250276,
- 1.140469449556148,
- 1.314275749011718,
- 0.9462434863603705,
- 0.917187781621724,
- 1.0603826838340358,
- 0.44129730572148396,
- 0.6814964559407187,
- 1.0395539790270945,
- 1.1322496733715637,
- 0.6327836735169882,
- 1.2648037249812278,
- 1.4086749417405502,
- 1.25860525353409,
- 0.6917139582931825,
- 0.20455878078742992,
- 0.31472936665249157,
- 1.0445358359765624,
- 0.795064796915052,
- 0.23518734768269206,
- 0.8355013351678807,
- 0.5767700325427068,
- 0.22186975554257768,
- 0.5542296420949435,
- 1.3483337239033528,
- 1.378377684546868,
- 0.10097374543107843,
- 0.5135716056851967,
- 1.221373569526853,
- 0.616180530576907,
- 1.0528962578351524,
- 0.11237580254740989,
- 0.04772860660137746,
- 0.7954066112018241,
- 0.9955957058228091,
- 1.4055333685698226,
- 1.0306944524660873,
- 0.6443742631921174,
- 1.2238514403398975,
- 1.1478096039970223,
- 0.1299655028677499,
- 0.4647218572062223,
- 1.1662796168878902,
- 0.050407267818652124,
- 1.2962614073322385,
- 0.8649225166724992,
- 1.3336596296749021,
- 0.5988994420146103,
- 0.05474539680147129,
- 1.0619596734252905,
- 1.0372268433399434,
- 1.1445843957660382,
- 1.1897522954780695,
- 1.349203650145499,
- 1.1987974380710564,
- 0.8628450853977664,
- 0.6244914899426169,
- 1.164850420379465,
- 0.5718158987656143,
- 0.4129110878478699,
- 1.2921290760517965,
- 0.8811332127081504,
- 0.5642542278474801,
- 0.43072626028335453,
- 1.1039638631741744,
- 1.2453950572093881,
- 0.36238109002261465,
- 0.7789699042892498,
- 0.28283148445109574,
- 0.4921148460416167,
- 1.0894877565651004,
- 1.4058632746278574,
- 1.3113414793627096,
- 0.15900911148585029,
- 1.053806228066915,
- 0.9482962080394443,
- 1.1972625513932342,
- 1.1591878980176806,
- 0.38645080098294055,
- 0.35015325067930064,
- 0.38295820596867897,
- 0.12283243357659746,
- 0.13788020690851926,
- 0.7794198405772977,
- 0.813157314149916,
- 0.3853805622781424,
- 0.29577606097584475,
- 0.3088042020358096,
- 1.2025681163748723,
- 0.748637056685356,
- 1.1381952536018274,
- 1.0611023709243288,
- 0.625533192913217,
- 1.0835613623124203,
- 0.6288549221591666,
- 0.8227978950497117,
- 0.2095423617589893,
- 1.2285387977388627,
- 0.8574708498963546,
- 0.7569530550609136,
- 1.3024910286152978,
- 0.4301778973205269,
- 0.7762734387624893,
- 0.7644867605166349,
- 0.6441358821348211,
- 1.204904747515044,
- 0.6190182616703322,
- 0.4972519816200077,
- 0.761727936672253,
- 0.963737793057139,
- 0.05848325073179023,
- 1.0314412359493024,
- 0.9256820249596177,
- 1.2557911794691214,
- 0.15501283301027127,
- 0.6857828201263335,
- 0.9596862025364903,
- 0.3829638705942597,
- 0.1969460938678569,
- 0.3832179671678377,
- 1.0625380724613986,
- 0.17808726605458505,
- 0.8646239746366354,
- 1.3294195758438272,
- 0.3330051794313483,
- 0.9217758288181347,
- 1.3712630932377738,
- 0.18518960076965368,
- 1.2031303011795638,
- 0.8824825942192588,
- 0.4252953123837323,
- 1.0430575547105085,
- 1.0469337864038324,
- 1.0717839507308575,
- 0.8183855191923237,
- 0.5328672476075672,
- 0.13399471717605,
- 1.1428124528994814,
- 1.0252874063210995,
- 1.3511641010307676,
- 0.4790919504450108,
- 1.0575579288549715,
- 0.07404889290079827,
- 0.3759465924145473,
- 0.7486328463842726,
- 0.9883443578893625,
- 0.951301086310865,
- 1.2691798088463617,
- 0.11735739966033698,
- 0.19052583044866844,
- 0.12924917497922417,
- 1.0505561478888996,
- 0.9783485690736958,
- 0.5905878433117424,
- 1.3340256705193976,
- 0.09718501545953497,
- 1.2884792315709648,
- 0.6413802000873524,
- 1.1718585569973585,
- 0.4800912948934593,
- 0.8492440686679406,
- 0.8203580446689683,
- 1.1427826847632165,
- 1.3337667181309414,
- 0.8631111153115792,
- 0.6817771808552882,
- 0.6800703226065802,
- 1.3669901475761042,
- 0.9561276182692101,
- 1.0110029575057478,
- 1.3246534646556756,
- 0.8349437738795156,
- 0.5200872358586092,
- 1.213093715860856,
- 1.4054185933170629,
- 1.354133346006439,
- 0.663480250619575,
- 0.45155335851384487,
- 0.907158996397042,
- 1.364299796677664,
- 0.7076847236358728,
- 1.3794387930072844,
- 1.0750651078361433,
- 1.0392333516447068,
- 0.9957929400383386,
- 0.3014327669874305,
- 1.1330056283508645,
- 1.1779556638859534,
- 0.5997689934043294,
- 0.32776492543935637,
- 0.6189009439241024,
- 1.0817971458127411,
- 0.23678293021367885,
- 1.075572413729697,
- 1.3645565674065234,
- 0.6744753332744472,
- 1.1648092911612464,
- 1.176772294847659,
- 0.363906072176091,
- 1.083525807282655,
- 0.4234298151937129,
- 0.015527092376700658,
- 0.17605150397483266,
- 0.8333890439101711,
- 1.4109760463912628,
- 0.9786834973380547,
- 0.29682900408318463,
- 1.2173295681849075,
- 0.35636741680459416,
- 1.3389297272602867,
- 1.2653406390815098,
- 1.2257303487752553,
- 0.7384679709156121,
- 0.9631550829349961,
- 1.272558834713092,
- 0.28885148970431707,
- 0.9970154758769056,
- 0.11055311395341996,
- 1.0727125195044902,
- 1.1134105955216722,
- 0.945283030333627,
- 0.1015685647112412,
- 0.9740692501108676,
- 1.3519745217384669,
- 1.0072716240252828,
- 1.1325051570011277,
- 1.1840969266617696,
- 1.112078621159927,
- 1.1054398147319464,
- 1.0560663891452582,
- 1.3305108309122717,
- 0.5084859960426756,
- 0.5854736837519857,
- 1.2857713529351524,
- 0.7090626470068783,
- 0.33373205503373904,
- 0.9992773615885969,
- 1.183774747470188,
- 0.8434732224939996,
- 0.6611499090781559,
- 0.8867600546623856,
- 0.28586605014078076,
- 0.11169451980507744,
- 0.7736030534039017,
- 0.27763497920931435,
- 0.7161017254230162,
- 1.1320035748110426,
- 0.36348138825085863,
- 0.9787938676755429,
- 1.26924167836529,
- 0.7784524601333545,
- 1.3870932654775852,
- 0.7541766003267066,
- 1.2017692697001163,
- 0.2831188653352933,
- 1.1513702657590774,
- 1.1388004982715072,
- 1.2628932666462687,
- 1.0210359614648539,
- 1.060887763258212,
- 1.3426408043054823,
- 1.3268308984254558,
- 1.121411579017234,
- 0.42256562791693925,
- 0.6279696372680192,
- 0.6526342694027836,
- 1.1874081036893558,
- 0.6051741095819192,
- 0.791586044661715,
- 1.0576089133228916,
- 0.2591044320338342,
- 1.2798641549367067,
- 0.5614313304990916,
- 1.1075322085518715,
- 1.303120207913737,
- 0.5786545280569584,
- 0.44125767198529925,
- 0.9014312091117967,
- 1.0990387274902313,
- 0.6346235437376891,
- 1.216836593089021,
- 0.8095339990102972,
- 0.9888228082070851,
- 0.40468204864043855,
- 1.1820084781750566,
- 0.2789609183652893,
- 0.47074090088391235,
- 1.2668311881940735,
- 0.8057262171782447,
- 0.11925343399188294,
- 1.3859691493748365,
- 1.242228646818488,
- 0.6502633848885372,
- 0.14400418491214814,
- 1.3979375859068817,
- 0.9609418012830233,
- 0.8857885968398634,
- 0.5321191880581413,
- 0.19891668566106568,
- 1.358902647537995,
- 0.43326944393688527,
- 0.44069946087116646,
- 1.1369779218437606,
- 1.2231568328710065,
- 0.8017201062462174,
- 0.8094231722910763,
- 1.0156026583339612,
- 0.9079859778192426,
- 0.2746746897095979,
- 1.1559116720785492,
- 0.23655974042656608,
- 1.2293273409529366,
- 0.2835796842278398,
- 0.4083216960372256,
- 0.9931695095485564,
- 0.7989714924886845,
- 0.544083912314816,
- 0.3577308633660647,
- 1.1683502434580724,
- 0.5995019787696515,
- 1.247497665290645,
- 0.0262313641978719,
- 0.8860568427337877,
- 1.2825002063476107,
- 1.2440009883766585,
- 1.1471880214946322,
- 1.3159261009222665,
- 0.2959212844022144,
- 1.2581020975423878,
- 0.7624001708949998,
- 0.4649010391724571,
- 0.19061317781898013,
- 1.410540694713163,
- 0.9723537719696514,
- 1.392631449631562,
- 0.8789481086226343,
- 0.591518291014178,
- 0.9114844286606398,
- 0.11945213906740387,
- 1.1706801332756211,
- 0.6975665366729771,
- 0.2833684700793386,
- 0.5889004127271776,
- 0.23143931734966805,
- 1.3380026168169905,
- 0.4247374397506145,
- 1.2705524874778025,
- 0.7826649425218353,
- 0.6192519823373495,
- 0.7182327565931259,
- 1.0375886396895422,
- 0.8625715432349041,
- 0.016397293046186784,
- 1.093301038781341,
- 0.53709855358104,
- 1.3547017669591659,
- 0.7431985884633641,
- 1.2738393865411544,
- 1.2608198180470869,
- 0.5078841359649857,
- 0.22896522114765513,
- 0.558547227900507,
- 0.1134539762485622,
- 0.0042798742138076586,
- 0.5204855052229317,
- 1.0743046851937874,
- 0.4363874028244231,
- 1.1715049014483205,
- 1.2790119091854582,
- 1.1083041849222817,
- 1.1703687692168112,
- 0.956148189605955,
- 1.0188727145403842,
- 1.357417868501409,
- 0.22491215135458392,
- 0.3994423214716107,
- 1.0272934158988933,
- 1.14727601040241,
- 0.4876239926664299,
- 1.4092777751407906,
- 0.7927617725020621,
- 0.8190025656400166,
- 0.9368403556906133,
- 0.9637836643013108,
- 0.9284190731624982,
- 0.3203446670108,
- 0.29801933255463176,
- 0.8326425736771206,
- 0.299593851200413,
- 1.1964793891709458,
- 0.6829154195636258,
- 0.2566918290688637,
- 0.5199344335043903,
- 0.09024214895851992,
- 1.1404836670252412,
- 0.6916588919020196,
- 0.6691113345041049,
- 0.9825536638597412,
- 1.1110948084084866,
- 1.3782300966712933,
- 0.22959428552274533,
- 0.45445621433720007,
- 0.06207857274295033,
- 0.9739026681514904,
- 0.21416131174063918,
- 0.9371030483487468,
- 0.5386328560268914,
- 0.20796518886915888,
- 0.8792383798109764,
- 0.3638643794298526,
- 0.9919509387307748,
- 0.14130882379678805,
- 0.2766635125594638,
- 1.2410374405535782,
- 1.2709889989044632,
- 1.2382694514965242,
- 0.8682998560692875,
- 1.0237188554564869,
- 0.24854308326726093,
- 1.073837508151753,
- 0.6306438475998684,
- 1.401442804843,
- 1.1292075592131088,
- 1.3711398489126243,
- 0.3400730872391946,
- 1.2310209078145773,
- 1.0913757828202006,
- 1.0869917008668095,
- 0.13186038845540105,
- 1.025296905349355,
- 0.9353149533103069,
- 0.9980027730108793,
- 0.8737491662836059,
- 1.3245952450816567,
- 0.5211516254449706,
- 0.7136271076897565,
- 1.0885022954452364,
- 0.36651370811810874,
- 1.0649791202276324,
- 0.6356888143510879,
- 0.6865368629639205,
- 0.9199652096059157,
- 1.1767591566978857,
- 0.2946727430483971,
- 1.1958432259674674,
- 1.0172613456171482,
- 0.890221770750798,
- 1.3503685001524677,
- 0.9472638959915933,
- 0.9522438286667446,
- 0.4529111116662798,
- 1.203732951345432,
- 1.0226226251869406,
- 0.906336303419357,
- 1.1817821451549355,
- 0.9849049691221585,
- 0.5434316540656455,
- 0.23861740361017036,
- 1.3443398760306684,
- 0.6919865618766793,
- 0.8980170099679109,
- 0.9700126913532617,
- 0.5986207602039276,
- 0.5929630108410017,
- 1.1974787171658836,
- 1.3074301859930544,
- 1.4052774956091736,
- 1.0891947312339025,
- 0.2727699451079429,
- 0.638617095135112,
- 0.6093232436332989,
- 1.3293156018482593,
- 1.0155364123523256,
- 0.905576070959025,
- 0.46844494537617587,
- 0.8326925266328149,
- 0.8407105308087752,
- 0.2845239167361261,
- 0.6501927475179972,
- 0.9460553467144558,
- 1.0166917967412783,
- 0.915529592735434,
- 0.6124904559837491,
- 0.8221436378343209,
- 0.5030958614627321,
- 0.26000029668705027,
- 1.043780813688498,
- 1.28723581495897,
- 1.378292544403547,
- 0.8302505362441517,
- 0.6426176791970846,
- 1.1914732494383156,
- 0.5319224631705971,
- 0.8221174726508229,
- 1.3645135649885658,
- 1.3897363670787368,
- 1.2305829750579615,
- 0.33011957412249154,
- 1.1537317935569131,
- 0.9726481141217611,
- 0.8908964107533491,
- 0.3013364935119928,
- 1.1507831123713848,
- 0.4941324889989982,
- 1.4112488291031722,
- 1.0065996106504702,
- 1.3699989660741985,
- 0.47396003351730653,
- 1.3437412475472195,
- 0.5860354125756206,
- 0.08783375337984682,
- 0.27190745333152516,
- 0.553122382659701,
- 1.1651144341574884,
- 0.9332667827608511,
- 1.127625552891138,
- 0.1846515707799148,
- 0.07063928227330726,
- 0.3660315205515248,
- 1.0262410694807453,
- 0.8569264833594754,
- 0.4199955897037679,
- 1.3176017886423916,
- 0.5477486992993246,
- 0.6076217463782594,
- 1.0711182524396774,
- 0.6387072588917997,
- 0.6138897956008006,
- 0.22120575604072423,
- 1.094496820740966,
- 0.34755420533580805,
- 1.2256199606232627,
- 0.9808688824444776,
- 1.081812305718378,
- 1.3788176543516597,
- 0.3315579093332661,
- 1.2799692627431574,
- 1.3858813398717125,
- 0.9044421182163473,
- 0.9201905210919676,
- 0.30684366479926384,
- 1.158040190631542,
- 1.316645304631897,
- 0.03212297392258659,
- 1.0223979840048747,
- 1.068615997725882,
- 1.33514099396636,
- 0.4585885225443996,
- 0.8389119531545786,
- 0.9269816079975941,
- 0.746540124506125,
- 1.0585575314952111,
- 1.0655250134992584,
- 0.3613953520042158,
- 0.4674478652673693,
- 0.7828794716159012,
- 0.5474876673641145,
- 0.7724800702825776,
- 0.039184228733352366,
- 0.9181945542068729,
- 0.9425658045820627,
- 0.2333912285592822,
- 1.0712907496363127,
- 0.06544901942930996,
- 0.9273468842902486,
- 0.6611420413861497,
- 1.4022351030848879,
- 1.1705082120324173,
- 0.3369595715508912,
- 1.0474848416973561,
- 0.029586254392279545,
- 0.7464190516805037,
- 1.2614831504124537,
- 1.1505193258945452,
- 0.5740272706140409,
- 1.0934752607719647,
- 1.2551864122096787,
- 1.2425212089286806,
- 0.6493937038925711,
- 1.006164733120816,
- 0.7972491738389189,
- 1.277247321688831,
- 0.12793848182303066,
- 1.0551104940809672,
- 1.0248394758438482,
- 0.5381901123762409,
- 0.8056878263259971,
- 0.8872551618451038,
- 0.7617254465279769,
- 0.42546655870048805,
- 0.8743723687445216,
- 0.5400015906467388,
- 0.9120307411430506,
- 0.6541875250916628,
- 0.8425893293801702,
- 1.3771363726094916,
- 0.816419224716804,
- 1.2094047850371554,
- 1.1439689996827045,
- 1.0055748838205458,
- 0.8221870622093349,
- 1.2541121295167306,
- 1.080081408151988,
- 0.9633342548716824,
- 0.5729788803278505,
- 0.6130454056076441,
- 1.0341779312518014,
- 0.9567273814006617,
- 0.47470495002745255,
- 1.095607945697329,
- 1.0882299165007439,
- 1.1292141912180007,
- 0.20129627865113012,
- 0.31666955986233597,
- 0.08399530811341485,
- 0.2684862517940769,
- 1.3071222243800908,
- 1.3868496623079256,
- 1.0390579275460339,
- 1.3568883742874718,
- 0.5752930115569319,
- 0.8866065465660649,
- 0.9787546424653598,
- 1.1635724906495277,
- 1.287829133844354,
- 0.797950302325996,
- 0.4712341263842659,
- 0.8123044102828847,
- 1.0895194081411037,
- 0.8124711540350625,
- 0.7465168640176442,
- 0.6861626698842214,
- 0.6099877493058207,
- 0.7939939323004587,
- 0.5602736209107487,
- 0.9357754936514749,
- 0.33360676432767916,
- 1.339918437772817,
- 0.7020335348549538,
- 0.3857168279780602,
- 1.0116711356366097,
- 1.1712849130043035,
- 0.4811693350214272,
- 1.2518298986419982,
- 1.3041542781396567,
- 0.3575254768951985,
- 0.3961392293933221,
- 0.2347098865044433,
- 1.399404527964345,
- 0.5449451456254244,
- 0.24500058466276825,
- 1.4001818000549247,
- 1.0651902437530856,
- 0.38825407927732164,
- 1.035908497733645,
- 1.256530579188148,
- 0.2506657623772303,
- 1.3372095552833978,
- 0.6609229209742328,
- 0.4703188045672553,
- 0.5623614805962633,
- 0.8993628616703201,
- 1.3240684133617715,
- 0.27395580424102106,
- 0.9118574057072052,
- 0.48361085845012,
- 1.375506509542013,
- 1.3700340779194828,
- 0.2479101753989042,
- 1.3383480639267924,
- 1.0012680339606608,
- 0.49848251675687116,
- 0.5131626235552098,
- 1.3975876967860674,
- 0.6880789420707334,
- 0.5925698927021984,
- 1.2853789655315802,
- 0.6584360168795745,
- 0.6069115315717247,
- 1.0739427023096313,
- 0.2831457318379844,
- 0.5504585794921568,
- 1.2893562951920745,
- 0.8693722960189976,
- 0.8690887837801714,
- 1.3772781969577166,
- 1.121548541720292,
- 1.0038075134923172,
- 0.8799730763110276,
- 0.8596723977386693,
- 1.1670171771914133,
- 1.3174874153456477,
- 1.3952482320386366,
- 1.2422762173987136,
- 1.378869616404897,
- 1.1905407230024372,
- 1.2721036115983706,
- 1.151453486221466,
- 0.910144937435781,
- 1.0419685429550334,
- 1.3708122262947426,
- 0.34240570645594276,
- 1.1767927917947643,
- 0.7968760999547524,
- 0.16514104314813727,
- 0.7221672547802079,
- 0.8232112795599723,
- 1.3683392194878807,
- 0.032425632077266814,
- 0.38097025558688313,
- 0.2163520781238551,
- 0.853359095835663,
- 0.10777672457395487,
- 0.9905138069687289,
- 0.5419100209922202,
- 0.8213781984565676,
- 1.162885322479732,
- 1.2955452325846977,
- 0.5992729732908145,
- 1.2441836307664607,
- 0.8418784527999521,
- 0.358441834637676,
- 0.522882379009326,
- 0.16551056694808478,
- 0.9746412392436568,
- 1.4008825844159338,
- 1.0871699907593186,
- 0.8643291364358485,
- 0.6732767515681432,
- 0.22770473147787518,
- 1.067591791932333,
- 0.6317422778829976,
- 0.9746342138111957,
- 1.3020302898952392,
- 0.955477164520933,
- 0.9308077592805906,
- 0.9968119016039367,
- 0.8998276542876236,
- 1.1454925471609272,
- 0.6004470332872838,
- 0.8763172904542466,
- 0.8683825976698825,
- 1.1849977783339303,
- 1.2372923171810308,
- 0.2150373537397763,
- 0.7079767873074976,
- 0.5936716931353008,
- 1.1463293757518012,
- 0.20945246376673693,
- 0.6997481059602181,
- 1.307231675999297,
- 0.38639224285289797,
- 0.8796676574744708,
- 0.46399471648826274,
- 0.7757561137675343,
- 0.3625877174647752,
- 1.0149741467744555,
- 0.8471106963709532,
- 0.01860153778439135,
- 0.9559740837112547,
- 0.9377829856843737,
- 1.321494390763301,
- 1.353271184490845,
- 0.9394281939749912,
- 0.7184053324042438,
- 0.46888061562551725,
- 1.3619651853739778,
- 1.265106877826787,
- 1.2507080646955882,
- 0.5773264309936006,
- 1.0058958913075624,
- 0.2666522493989126,
- 0.8362191531706864,
- 0.5443646856940744,
- 1.1635173651328108,
- 1.2044777028386637,
- 0.08300402853564726,
- 0.35988661051135545,
- 1.1118014663511637,
- 1.3464419485505668,
- 1.2898450519615219,
- 0.7925031918166644,
- 1.2292945221782745,
- 0.2585350169407711,
- 0.5681858474351773,
- 0.9067388175164762,
- 0.6258406740233586,
- 0.361571476312831,
- 1.071435413428508,
- 0.8949104613192131,
- 1.0297594695841623,
- 0.35447054345609086,
- 0.9148082937540798,
- 0.6351700964541368,
- 0.37954200445515074,
- 1.2451098993337335,
- 0.4386896986514647,
- 0.1740673129532063,
- 1.1854324203773445,
- 0.6463130095504128,
- 0.8839075305817468,
- 0.9681004510073834,
- 0.44180751036793514,
- 1.0414524608441218,
- 1.312024846533402,
- 1.0052800997827533,
- 0.22129703733220624,
- 1.3026350959219317,
- 1.3610310436174555,
- 0.9203371654061461,
- 0.7123618357208019,
- 0.8014565315192158,
- 1.0709089852002383,
- 0.8774941926045423,
- 1.235599577560625,
- 0.8701494759116212,
- 0.007118978291633026,
- 1.3397549022619324,
- 0.5377179472411681,
- 0.8857019081806652,
- 1.223304405432792,
- 0.8756201481933363,
- 1.1139043825010855,
- 0.4954706945162337,
- 0.2614069359162328,
- 0.14103070617557512,
- 0.34902497062967214,
- 0.8366441583320037,
- 0.6431733319933134,
- 1.2571509882372216,
- 0.9306508856771871,
- 1.0091811027835702,
- 0.18224790865002904,
- 0.40585002280273597,
- 0.2542272619446172,
- 0.2338260861720984,
- 1.0259827825563241,
- 1.0230691602654505,
- 1.3060985540439682,
- 1.0615557928348434,
- 1.113833124235955,
- 0.25486325050018804,
- 0.9817889278191323,
- 1.3507651055825438,
- 0.9062976051997994,
- 0.3563805470976267,
- 0.7355300506672738,
- 1.0442640025366323,
- 0.4947880785634655,
- 0.8960150413576158,
- 1.3185390730281088,
- 0.8799668658523992,
- 1.3120163759017627,
- 0.8878984703976599,
- 0.9090171079216971,
- 0.9605942342878755,
- 1.0354822061801097,
- 0.33999581218187375,
- 1.0280428396705958,
- 1.3859748814522332,
- 0.6001461236724371,
- 0.9950329045735739,
- 0.9298582591135053,
- 0.36438887621065874,
- 1.357642851079354,
- 0.13186079594120031,
- 0.4319522791637695,
- 0.748457818256349,
- 0.4481579934490903,
- 0.6735135924460128,
- 0.6044853208748576,
- 1.3904928653493702,
- 0.5251027101791832,
- 1.0000972800235512,
- 0.6487057041867685,
- 0.5476019224809108,
- 1.0869035820437898,
- 1.0427811415860089,
- 1.3239500675167668,
- 1.0044261281655753,
- 0.7240126930391325,
- 0.6122177487018725,
- 0.6826684381319572,
- 1.2310758906212949,
- 0.19852874497631956,
- 0.38997335974637426,
- 1.3336704811338045,
- 0.545269659579203,
- 1.3450578469868217,
- 0.4730217085585572,
- 1.0476106728054113,
- 1.2687353160654435,
- 1.3756361588971466,
- 1.010564640340034,
- 0.1318185746749215,
- 1.0865758912169248,
- 0.26694637365087437,
- 0.18326331586820044,
- 0.315791737886637,
- 0.9197539968350104,
- 0.47109449928769065,
- 0.32886771413114435,
- 0.5169788345378111,
- 1.17239203987177,
- 1.132088998287612,
- 0.0627025518881883,
- 1.332269550385112,
- 0.7936284632712848,
- 0.06262941317274315,
- 1.3263095081055085,
- 0.9948783192462002,
- 1.0036136046213033,
- 0.335068146551318,
- 0.08279133078267181,
- 1.216799257731615,
- 0.7713769722346806,
- 0.9521409059221452,
- 1.0052364482449196,
- 0.8949170989536674,
- 1.3538023982836336,
- 0.67216474378646,
- 1.1446224495848247,
- 1.2884944382305803,
- 1.2111638282845174,
- 1.3787433971708996,
- 0.45729751289990045,
- 1.1282689447973744,
- 1.0256180225938551,
- 0.46071408583114226,
- 0.585593348979528,
- 1.23982059787513,
- 1.057781063249958,
- 0.4561446625731276,
- 0.6078769596076327,
- 1.08271136178149,
- 0.6317436026138689,
- 0.1868920320788221,
- 0.6334271612303648,
- 0.8678171126245523,
- 1.0918440568481127,
- 0.889398361361039,
- 0.8922792388389411,
- 1.290264577830003,
- 1.2635615168110574,
- 0.8566435958098918,
- 1.0817936953307807,
- 0.4881174752648019,
- 0.17501233076482497,
- 0.5489183519151511,
- 1.372586075904814,
- 1.0255283333381058,
- 0.13471371288202635,
- 0.2608701844044329,
- 0.4432019106899682,
- 1.0628793730584905,
- 0.0324907534652388,
- 1.0190725457540386,
- 0.7497949406057157,
- 0.03817311052565466,
- 1.1228495009059638,
- 1.1723058809679407,
- 0.5308307309428485,
- 0.6727841229857194,
- 0.5887708819646594,
- 0.4725416478074822,
- 0.23988034499351224,
- 1.2205724173025523,
- 0.037585589014449076,
- 0.9819310068853802,
- 0.4007526751238506,
- 0.8008919165326457,
- 0.5291403627306223,
- 1.251447890020914,
- 0.19204127791691702,
- 0.27231896834502745,
- 1.1681397058824003,
- 0.8570014844966304,
- 0.7282063881733472,
- 0.6904567171487729,
- 0.22547766299575667,
- 0.025606374189061126,
- 1.0749331381022587,
- 1.0246923513031088,
- 0.6016544528057752,
- 1.1564909145062123,
- 0.6956357963389436,
- 1.3078609091372138,
- 1.1951958814502874,
- 0.06752969268713256,
- 0.7508667605191507,
- 1.327584713146562,
- 0.0771470691043963,
- 1.4122922502623823,
- 1.0614894773253867,
- 0.1366762408436858,
- 0.16566175878832265,
- 0.5918535561440773,
- 0.6888093354295112,
- 1.2669240070628704,
- 1.1556159375101775,
- 1.2619567672780412,
- 0.005997957368977199,
- 1.0118625497872438,
- 1.174187717578624,
- 1.1946098473595348,
- 0.0022991091874009382,
- 0.07512210891316318,
- 0.8790142354495324,
- 0.5365665522897164,
- 0.607780567958193,
- 1.0256476548909463,
- 1.3295243812352664,
- 0.9576953849885729,
- 0.46041972336556186,
- 0.08372934001223523,
- 0.770841184245875,
- 0.8381794660029176,
- 0.2738345978607293,
- 1.1250193843023986,
- 0.4256310689856978,
- 0.23364421121153742,
- 1.3552276381021369,
- 1.3321203713041354,
- 0.8283068192388064,
- 1.2302531727675958,
- 1.262346479532977,
- 0.008265237188487888,
- 0.8624217368852621,
- 0.9894193466795513,
- 1.0426399276511071,
- 0.5741290286218841,
- 0.9853533538014475,
- 0.39566084426382303,
- 1.3892578332528878,
- 1.2208506859046366,
- 0.9517981592844236,
- 0.33909069642534156,
- 0.6477224583150136,
- 0.21992829586167834,
- 1.3532254743918275,
- 0.4186290820538915,
- 0.36618603365626284,
- 0.6746055623409338,
- 0.43981826697455934,
- 0.008130344786869232,
- 0.7304908792450884,
- 0.29772514172574543,
- 0.4083203774055762,
- 0.6046495302740553,
- 0.475906099044591,
- 1.089388753925474,
- 1.3059442708136353,
- 0.13771239497404436,
- 0.7173724447837851,
- 0.27159926173177557,
- 0.8905100225008952,
- 0.6916363697156003,
- 0.3171838722289642,
- 0.07319737190807343,
- 0.8335894320754238,
- 0.30304396785043863,
- 0.20047406988817357,
- 0.15723483685806197,
- 0.6242267119039282,
- 0.48646450156064,
- 0.8270886809884674,
- 0.47522062046043256,
- 0.46759514632626603,
- 0.029288135461031012,
- 1.034007313859033,
- 1.3854839023101664,
- 1.1123286152182088,
- 0.17299715022037165,
- 0.23677505109762448,
- 1.0373551282846265,
- 0.7358062060997747,
- 0.6810950883060821,
- 1.2978914971735607,
- 0.22106972478063386,
- 0.3707699021644919,
- 1.2977565649828204,
- 0.32147374709795,
- 1.065481156225855,
- 1.1015228941431439,
- 1.292548129635523,
- 0.5414724082215219,
- 0.4558745931676242,
- 1.2614470692835202,
- 0.8660268820122824,
- 0.3503727961147907,
- 1.137664924190544,
- 0.41529747146483387,
- 0.29599839867244543,
- 0.6648928073175487,
- 1.229191637858176,
- 1.4023884989836723,
- 0.052374482303495645,
- 1.29240374015229,
- 1.3206960165090829,
- 0.6672595289962329,
- 0.0013553469263379084,
- 0.3497101159728913,
- 0.11240154146783712,
- 0.9700529531627958,
- 1.013887681849159,
- 1.0776783401932781,
- 0.8661994332267869,
- 0.2841783586966783,
- 0.5998463090647171,
- 1.3042643886861125,
- 1.2554366816462437,
- 0.742204934601863,
- 0.5750300561479359,
- 0.8889472053676427,
- 0.77948154482915,
- 0.8344876527996007,
- 0.6414594981812843,
- 0.38253245070471553,
- 0.9791973264362857,
- 1.2784641269221007,
- 1.3181797160632336,
- 0.036575252323796936,
- 1.0936557858717815,
- 0.4403459772906034,
- 1.109278145019937,
- 1.405730064718277,
- 0.5524850743863825,
- 0.2752018234428025,
- 0.9691890356631364,
- 1.2807431857482057,
- 0.5233453753934919,
- 0.4466670488521417,
- 1.110128515140347,
- 1.323670367931566,
- 1.2863519868197595,
- 0.9276724501716617,
- 0.6072157210501258,
- 1.3271386707055035,
- 1.2985028123175004,
- 0.46259174009538845,
- 1.2702158312610983,
- 1.170734660125676,
- 0.6685336604934338,
- 0.8081819759529288,
- 0.6148448736725818,
- 0.043802983316032836,
- 1.193817062496249,
- 1.3227927723888089,
- 1.1024757722654028,
- 0.36871653460008275,
- 1.3602783496503217,
- 0.5267438315162696,
- 0.34026686319772775,
- 0.7746106730572588,
- 0.6060234580641914,
- 0.20603721470654088,
- 0.7590995509194134,
- 1.0444069330372034,
- 0.6087292205111041,
- 0.9597205166429658,
- 0.6145280161998575,
- 0.9272218499748981,
- 0.9888849454976211,
- 0.4747505505584798,
- 1.3948300481008113,
- 0.4362581495210683,
- 0.89228501454897,
- 1.3474176420716077,
- 1.0601382771996706,
- 1.2818514626580124,
- 0.6208495053247558,
- 0.030505307011524492,
- 1.3379777560492596,
- 0.8952680770259024,
- 1.069236567045178,
- 1.053889367649504,
- 1.3115385775190542,
- 0.37856204680940075,
- 0.6489424069445137,
- 1.1277782163753198,
- 0.3822284298991744,
- 0.5364803783869814,
- 0.24109268178251017,
- 1.059275796235629,
- 0.28089211847199075,
- 0.09013610941079338,
- 0.5446131856611962,
- 0.6863261049374265,
- 1.056765011346586,
- 0.586496814659493,
- 0.6539333021257573,
- 1.1757467303224394,
- 1.0443282782292231,
- 0.4159627538375651,
- 0.02650814741270025,
- 1.0488755101519949,
- 0.8450397543364391,
- 1.3199964024123443,
- 0.7873325515640147,
- 1.3915185267800876,
- 0.12027069725223288,
- 1.3119380003124934,
- 0.053476350392760205,
- 1.1316536067327128,
- 1.2055491727658902,
- 1.06852750530929,
- 1.2279044605066392,
- 0.8905779943792423,
- 0.8530562000858636,
- 1.1975279164402286,
- 0.5794648109625311,
- 1.3063200655953522,
- 0.8277563186151266,
- 1.1126618254131249,
- 1.1425188410416227,
- 0.8872636372740613,
- 0.0013539011915168825,
- 0.7739323368373366,
- 1.1723200322228355,
- 0.7276730995896842,
- 0.6447129648230756,
- 0.9093053980293421,
- 1.0099824209303643,
- 0.6735116249978746,
- 0.35092346343930575,
- 0.7394486525185479,
- 0.5779269529713162,
- 0.5755799671017231,
- 0.7416286531778753,
- 0.7167347699784169,
- 0.9840730805917625,
- 0.9900393066305575,
- 0.11977977499875332,
- 1.3823475072577924,
- 0.6088864029198277,
- 0.8296007359961266,
- 1.0984103474617124,
- 1.0226747639582963,
- 1.0965522642171046,
- 1.2875004748932484,
- 1.0221954763822336,
- 0.9133764768632542,
- 0.8526144045176208,
- 0.03889403792449004,
- 0.8007460018728212,
- 0.13913205725281524,
- 0.738257867405311,
- 0.24727592694341283,
- 1.0862091998782788,
- 1.1311287843398643,
- 0.9192358373601187,
- 0.24167070651019684,
- 0.07694278671771482,
- 1.1681666228501277,
- 0.8656230126555899,
- 1.2504427271586305,
- 0.7237209379620385,
- 0.1259481482473196,
- 0.5435554086429745,
- 0.7059689864247048,
- 0.3079106189985283,
- 0.19088809197937406,
- 0.13809778725337576,
- 0.5905481810234972,
- 0.8338745228710367,
- 1.389626949495207,
- 0.6350709188701561,
- 0.043803420289765777,
- 0.29500675855835923,
- 0.36332021588093427,
- 1.2316622068690501,
- 1.3477476080421016,
- 0.11766238283815383,
- 0.35972564408631713,
- 0.4873700207662443,
- 0.41392586502584994,
- 0.5154603776379123,
- 1.1261147762141859,
- 0.4583704421939671,
- 0.6378535457912765,
- 1.2195135660990064,
- 0.5424287660032812,
- 1.174652625406411,
- 0.6988354766289211,
- 1.1084601765834163,
- 0.7088977839831769,
- 0.9357466666268355,
- 1.1969506311869693,
- 0.33925340715962415,
- 0.5536542013171221,
- 0.2199185286081755,
- 0.10795602446530529,
- 0.9261375877409145,
- 1.3462233147757443,
- 1.3132119776006792,
- 0.7853979537664769,
- 0.2880422767248181,
- 0.9211713328435482,
- 0.2962840236740111,
- 1.0905710523960597,
- 0.7132478448076369,
- 0.8704672345261412,
- 1.3479858704346888,
- 0.2319752967808335,
- 1.3454908440908206,
- 0.9330558038297951,
- 0.6715662492761189,
- 1.07727513374362,
- 0.907916061874409,
- 1.070166749614231,
- 0.4471506266991738,
- 1.2287449770708778,
- 1.1325873855120905,
- 0.6912637264834639,
- 0.9103341031060669,
- 0.05472156628013712,
- 0.18314578926131425,
- 1.341781211721806,
- 0.7278060408006185,
- 0.21922166923979258,
- 0.28042708398374033,
- 1.3274993990246124,
- 1.269493747887946,
- 0.045709879294151774,
- 0.9523462161209612,
- 0.6049366551852351,
- 1.106514704971623,
- 0.6741717433110063,
- 0.18197428878441282,
- 0.47675157243378136,
- 0.8356125537799288,
- 0.4104039753851373,
- 1.0826448195833323,
- 1.0408584685234004,
- 0.11547565681015226,
- 0.6006320240472878,
- 1.1479319608638918,
- 0.3812877080326813,
- 1.2835512408770162,
- 0.9115113364702842,
- 0.26571720522886144,
- 0.7181529948895478,
- 0.843888952005011,
- 0.8994236426888543,
- 0.8624369512735574,
- 0.4277405261895138,
- 0.9984235320687321,
- 0.7524023238943955,
- 1.0244074311145064,
- 1.1362103799904486,
- 1.1156015173097478,
- 0.6061968741211784,
- 0.8853453740618336,
- 0.6789916496399682,
- 0.12075266690177953,
- 1.2274072170448664,
- 0.5390792974280991,
- 0.25430061961359995,
- 1.3784086134985802,
- 1.2696881854772595,
- 0.8437174300496759,
- 0.021291447032566656,
- 1.2144722625849456,
- 1.2245189449525637,
- 0.6265962275782303,
- 0.8575663731847781,
- 0.7412706523975632,
- 1.274434140871558,
- 0.7934762951258933,
- 1.3272963804256446,
- 0.8768891037596837,
- 1.2849861668580147,
- 1.1693588963482389,
- 0.6740885470085756,
- 1.0260579016933635,
- 0.3944392055121684,
- 0.5819797635926862,
- 1.286823487410979,
- 0.03873722056917743,
- 0.7885089393285152,
- 0.6093948102072382,
- 1.174879795086078,
- 0.4912723266072192,
- 0.12220673056916617,
- 0.3901673236112104,
- 1.1328717783436562,
- 1.2264690856560587,
- 0.8359097713111836,
- 0.6978714825409776,
- 0.4827798186384444,
- 0.291585333742057,
- 0.8001080957009534,
- 0.7440653443537345,
- 0.7196250411527055,
- 0.8593284522875432,
- 1.0206484066310741,
- 0.5101086288859087,
- 1.235788933491512,
- 0.5146654630959688,
- 0.6693251628769933,
- 1.3670630665484367,
- 1.1210849200236013,
- 1.0678605774386687,
- 1.2892991744266415,
- 0.8750210105483601,
- 1.1616884451020986,
- 0.3388122004600325,
- 1.1684382010431011,
- 1.1714957819128735,
- 0.1477868899247322,
- 0.7783331711665137,
- 0.530714518208739,
- 1.0030280468529889,
- 1.3540215978301537,
- 1.1761202245845555,
- 1.310560347089741,
- 0.21369373607694703,
- 1.269674433090932,
- 0.889161978882196,
- 1.357479833952798,
- 0.5547009557327461,
- 0.9257781262092482,
- 0.40502916083579166,
- 0.9811593305190703,
- 1.0667213943652525,
- 0.8182426431101656,
- 0.4940519028293601,
- 0.8980290007992224,
- 0.17533354601979712,
- 0.27153520380087987,
- 0.48841376140835707,
- 0.8997649799167495,
- 0.7272105257869651,
- 1.145268419726118,
- 1.1315195796227426,
- 0.7378319235929475,
- 0.4540608869399006,
- 1.0224161701068157,
- 0.048566430304789174,
- 1.053101624432225,
- 1.3172167136873332,
- 1.3554939140477977,
- 1.3580372364556277,
- 0.8939188664640333,
- 0.9232092396406171,
- 0.10063594453471733,
- 0.2811613025573522,
- 0.1930986246243871,
- 1.0467605732567036,
- 0.6386060579499915,
- 1.2581423387726425,
- 0.20973465840648498,
- 0.21233602869743534,
- 1.1702485430077483,
- 1.4074577994715338,
- 1.0228447549642727,
- 1.0425004224581473,
- 0.049513324728438175,
- 0.8334898896799259,
- 0.49059450047709136,
- 1.2029037144257706,
- 1.1792704591148682,
- 0.9518083980316763,
- 0.14780493550381826,
- 0.46846768894492075,
- 1.2113641516713112,
- 0.09144067782666469,
- 0.3681922535638597,
- 0.9856530388374817,
- 0.33777710565552027,
- 0.5335405163885327,
- 0.5075310856231475,
- 0.1393257549388802,
- 0.8239081294357222,
- 0.661558904165513,
- 0.26505798180797263,
- 0.9235140053954592,
- 0.15328862701226156,
- 1.3704306082018067,
- 1.2852139468710417,
- 0.8751830399959164,
- 1.220914995016262,
- 0.9335697474887911,
- 0.051820090837376286,
- 0.4742303846132012,
- 0.25589011812599155,
- 0.5004495509143925,
- 1.1782511990644817,
- 1.039647174051851,
- 0.9435712460513653,
- 0.434559048037764,
- 1.2803762189197563,
- 1.2957562491265529,
- 0.5396938843508279,
- 0.28744566933695403,
- 1.3440969051735676,
- 0.44667465657070815,
- 1.314609839560489,
- 0.4252405849695077,
- 1.075622989982143,
- 0.8181875284131531,
- 0.8515160534407965,
- 0.7115251262508511,
- 1.0395184662692758,
- 0.6020609845681673,
- 0.8523187830876805,
- 0.9708809593947239,
- 1.2441986679784474,
- 0.45070308461499303,
- 0.5955937847139321,
- 0.40633080508855385,
- 1.193122615388666,
- 0.693181476594631,
- 1.2316004733475931,
- 0.65555192649008,
- 1.3731518463282197,
- 0.18518575035512364,
- 0.797005833129476,
- 0.8925887718233702,
- 0.4365084909912073,
- 0.9941883186526025,
- 0.5321823048453825,
- 0.5982129825838521,
- 0.7212090572470474,
- 0.8354488252053852,
- 1.3712492507284242,
- 0.743976963361822,
- 0.754863287369901,
- 1.3504594045865737,
- 0.15719919041795777,
- 0.9550953736301588,
- 0.871536097524288,
- 0.8694280622654448,
- 1.0690601775222306,
- 1.2613196163325648,
- 1.3191230565532899,
- 0.16593382393217623,
- 0.22696851985730135,
- 1.2182977168681246,
- 0.35179767333058354,
- 1.0686643034905383,
- 0.6283473227310159,
- 1.1552768191758231,
- 0.7996452457479671,
- 1.0696352869821184,
- 1.2403401885757912,
- 1.1382690921023413,
- 1.047663562295459,
- 0.24632220971852883,
- 0.5236294000331305,
- 0.881901462442482,
- 1.3375425893461006,
- 0.8043626411067722,
- 0.9968121752589743,
- 1.045758846512139,
- 0.5014883244803936,
- 1.057575393201246,
- 1.202798756133317,
- 1.3376639065293776,
- 0.1940821451654183,
- 0.9031085476040052,
- 0.8326808414818575,
- 0.7769220871325613,
- 1.1707561627793246,
- 1.3351681613408444,
- 1.0668700970387326,
- 1.3329478383474624,
- 0.8950543015380037,
- 1.2081667550626007,
- 1.0142663640165697,
- 1.2653056404572476,
- 0.9673655502099407,
- 1.1644397601939551,
- 0.0924473575557774,
- 1.3364936449980154,
- 0.010718242965213922,
- 1.365932619877623,
- 0.7836498868732049,
- 1.1362965372327938,
- 1.3386343244072996,
- 0.8209233127703679,
- 0.5306060584015193,
- 1.109448339022434,
- 0.9608149989046485,
- 0.16740735945399732,
- 1.0795506882771353,
- 0.6069037817784327,
- 0.42933042957981205,
- 0.07206985892074129,
- 0.970890517146564,
- 1.3786618861971442,
- 1.1084177604487762,
- 0.3715058530818849,
- 0.24172722066110458,
- 0.35767313085572955,
- 0.11990370678903267,
- 1.0940635390163904,
- 1.1298008707636058,
- 1.2849759393345006,
- 0.9760250356167042,
- 0.6540158710956481,
- 1.294369693820594,
- 0.5518991945029799,
- 1.1305956367860626,
- 1.3074322829805092,
- 1.1493390949324815,
- 0.37711497058696775,
- 0.7863070843241097,
- 0.32634840751623884,
- 0.3077356530761595,
- 1.1338623283353042,
- 1.2712193623443484,
- 0.6896570092090147,
- 0.20442843106807534,
- 1.1214420895594075,
- 1.129674980746183,
- 0.6734959048585027,
- 1.0237158725849151,
- 0.40774652104763365,
- 0.14613428397696174,
- 0.9102718117439718,
- 0.4868745371533425,
- 1.3960720913617046,
- 0.6562131174075917,
- 0.22440984007826312,
- 1.3882400552689131,
- 0.24649105347121056,
- 1.302538289146921,
- 0.856265562959088,
- 0.6266085249158754,
- 0.15549716772146102,
- 0.6202988125857223,
- 1.2539293775794635,
- 1.0989767866455686,
- 0.5419698262336408,
- 0.023662926125961742,
- 1.362281564060254,
- 0.3453632728899285,
- 1.1117783994745771,
- 0.6624585281180716,
- 0.6724510448758744,
- 0.8199540850183953,
- 1.3786161880033039,
- 1.2440087475401858,
- 0.4318903996745145,
- 0.10790980060653668,
- 1.3068357400867125,
- 0.23814818711581867,
- 0.55982921053171,
- 0.04700965216380758,
- 0.06470765282418983,
- 1.3369847597074436,
- 1.3179183105090737,
- 0.6883360706044263,
- 0.7503055666660082,
- 0.7836782662784005,
- 0.9024741400062792,
- 0.2281047436752072,
- 1.1925764312440505,
- 0.7239645787787515,
- 0.8566900037011393,
- 0.845160525041496,
- 0.8079695948277309,
- 0.26203265435721035,
- 0.04612009438605898,
- 1.3408819490425345,
- 0.6619025197481219,
- 0.1856493022956095,
- 0.4574831633648505,
- 1.0828249253216597,
- 0.5235328870955084,
- 0.6149718624344713,
- 1.1254556807857174,
- 0.16295151250199683,
- 0.23965488699981954,
- 0.7795548503219787,
- 0.6400307864871455,
- 0.4646585790387169,
- 0.40067482633799484,
- 0.33925638690880516,
- 0.7339224083636724,
- 1.3024491888615146,
- 0.9871531547692579,
- 1.0414246741449287,
- 0.827393412245954,
- 1.0969510856128217,
- 1.292615259398791,
- 0.791858957174216,
- 1.142166604198824,
- 1.1999351446823319,
- 0.9763310010720453,
- 0.5788393461314192,
- 1.3825673235841216,
- 0.4395522376295086,
- 0.974662670342517,
- 1.29716969317697,
- 1.0315787052553156,
- 1.3535880492712626,
- 0.7992676714323559,
- 1.0327761065548475,
- 0.4665069062501368,
- 0.6756329321171295,
- 1.246758203301577,
- 1.4064236437359063,
- 1.2652940946060283,
- 0.9438742339305011,
- 0.3206843202219738,
- 0.9596240619939034,
- 0.8530536329576796,
- 1.1984771070722444,
- 0.6129682078562794,
- 0.36060118319327295,
- 1.1218499145401437,
- 0.6115939729597066,
- 0.4236931102068679,
- 0.9658993545067931,
- 1.062763280774846,
- 0.9468852882392476,
- 0.8908165977093327,
- 1.1969284616966405,
- 0.35316796314481175,
- 1.022846187832234,
- 1.066261986235349,
- 0.9728269127506032,
- 0.6676939834861877,
- 1.4083632060833051,
- 1.2609724260505804,
- 1.297269869533291,
- 1.3973602100895723,
- 1.3706125447119948,
- 0.3054945194544971,
- 1.173373061752262,
- 0.055400882490868664,
- 1.1179502030223478,
- 0.8035029997440739,
- 1.350883614678879,
- 1.396877840918402,
- 0.48846568147519964,
- 1.3264552089215962,
- 0.8553462471662043,
- 0.015383331928723308,
- 0.34173859399728457,
- 0.47776552199527483,
- 0.4226825774101268,
- 1.3530749989798274,
- 0.9988805849804637,
- 1.2389343654599747,
- 0.2910031824131785,
- 0.9080910198987235,
- 1.2917613585763794,
- 0.8515315696014735,
- 0.3029541823706838,
- 0.12750339638923286,
- 0.04586611885721287,
- 0.9541704670927281,
- 1.1618001923637236,
- 0.9941649889158831,
- 0.5295418751564024,
- 0.5912221808246333,
- 0.7203313032423326,
- 0.5976338069554308,
- 0.17471007513087158,
- 0.8406786206902594,
- 0.6678885729458813,
- 0.4695146389586287,
- 1.0339969548504504,
- 0.8910814966861806,
- 1.0659664613772302,
- 0.9516345708776128,
- 1.1217671485218612,
- 1.3815704456199929,
- 0.8715325852052023,
- 0.6021950690850032,
- 0.1440052288950713,
- 0.7418874224007181,
- 0.7314622310961941,
- 1.35975147476497,
- 1.122627497721695,
- 0.5058012161965295,
- 1.003469128000564,
- 0.5262626493946492,
- 0.7614624639024296,
- 1.3641184097374837,
- 1.1544546832720193,
- 0.6509818562827165,
- 1.289514234888729,
- 1.0739718170161179,
- 1.3249878564141508,
- 0.8113733973633449,
- 1.23861457071797,
- 0.011823296130995866,
- 0.7866308570164982,
- 1.075403183950236,
- 0.5935905471013284,
- 0.2622226571746427,
- 0.9646121272570816,
- 1.0522582999837256,
- 0.5490635863765,
- 0.901241422822805,
- 1.3449367510248942,
- 0.368273305098216,
- 0.5084575178698221,
- 0.7630914776893204,
- 0.5104865332734668,
- 0.6776719274429576,
- 1.1476388809997233,
- 0.6166084030143363,
- 1.3077613223035067,
- 0.1519842611773869,
- 1.0733014927899875,
- 1.3088328200257695,
- 0.6236487508852425,
- 0.4943888121580401,
- 1.341685319968157,
- 1.0412006320290164,
- 1.184844037829662,
- 0.556803438228878,
- 1.0592388529226109,
- 0.6172134811298393,
- 0.4414688793750049,
- 1.3547714114242029,
- 0.16719339608939904,
- 1.2688346828765358,
- 0.13651750193131576,
- 0.09516186628442769,
- 1.1114987457432015,
- 1.1042833004437074,
- 0.5242418610805726,
- 0.9004438497335101,
- 0.5742382450200528,
- 0.5386219947467848,
- 0.65150896747745,
- 0.9068031450222762,
- 0.10925603522706764,
- 0.24312409248490602,
- 0.6770837433492897,
- 1.3536253053300018,
- 0.4528770326420061,
- 1.1655263896754364,
- 0.34840263919499886,
- 0.6534487088438549,
- 0.18014793081356628,
- 1.3898199246853173,
- 0.6721501019258654,
- 0.3611181794560268,
- 0.35810918364975997,
- 0.3269208061571284,
- 1.0985810329091814,
- 1.0699115688264031,
- 0.9965416517906397,
- 1.3589264764965423,
- 0.966738045205592,
- 1.0014561730523286,
- 0.7414418094696865,
- 1.0558888370602024,
- 0.781106621299329,
- 1.3971951393362865,
- 0.09860293474437186,
- 0.8778489432831678,
- 0.8836173371292816,
- 0.4236756171174086,
- 1.1721008177623247,
- 1.3720915034923917,
- 0.8111059518244044,
- 1.1498197124352114,
- 0.9895575679693606,
- 0.8989631545653124,
- 1.063656409764272,
- 1.2838851446910735,
- 0.4452756269313097,
- 1.1771043816029219,
- 0.5953726733041952,
- 0.6410882088256256,
- 0.9467071398338665,
- 0.22415474345388736,
- 0.9516164017634153,
- 0.8468576680031651,
- 1.1046658885638743,
- 1.0058005180598153,
- 1.0613198259473915,
- 1.0627440342562975,
- 0.1054202838811345,
- 0.44735282291955747,
- 0.8154882909466062,
- 0.294987705972884,
- 0.17894918476202148,
- 1.304062066351605,
- 1.3232573609409723,
- 1.238297360225364,
- 0.39973591628851135,
- 0.7017602922193042,
- 1.0967280849392171,
- 1.3987096340851302,
- 0.9580660469497843,
- 1.0262716261482407,
- 0.24630514303548276,
- 0.6527494797173746,
- 0.7856106810106822,
- 0.16335917742334105,
- 1.3379571866696005,
- 0.7416070563170937,
- 0.844623845254125,
- 1.2363102913316524,
- 0.4648753894816872,
- 0.5144393241643368,
- 0.8176778171854286,
- 1.0393335219727,
- 1.4111177495794207,
- 0.7970375297991396,
- 0.6326859346570167,
- 0.529368735844935,
- 0.30885235260145494,
- 1.326476759603222,
- 0.9803882178756534,
- 1.2047223536607845,
- 0.7565761156050786,
- 1.0510228992367368,
- 0.7857038643288334,
- 0.9834001653308166,
- 1.3381487330170512,
- 1.3408141935379836,
- 0.9875948058226596,
- 0.92208528992189,
- 1.2776258506879772,
- 0.5576518147778303,
- 1.023085488318436,
- 1.1360714369229854,
- 0.2991405511217788,
- 0.4195157283094913,
- 1.3397299594047516,
- 0.3384726896532531,
- 0.43529701773093915,
- 1.135518741922113,
- 0.6102486334653293,
- 1.3656996837488178,
- 0.06758782032448003,
- 0.3169878482467977,
- 0.060383785003468804,
- 0.7408244056999072,
- 0.8938302285326301,
- 1.3508137763399055,
- 1.1952186654592962,
- 1.118524062421703,
- 1.2160092812159464,
- 0.376972899634683,
- 0.8005344901077949,
- 1.1634134945430876,
- 0.24524824898259315,
- 1.0912312987943735,
- 0.2654072568346091,
- 0.08266397860759166,
- 0.8716681293775825,
- 1.2235311095487362,
- 0.8250603015586329,
- 0.9617815697091862,
- 0.9410331309304335,
- 1.1726708906104097,
- 1.3757839458441328,
- 1.0423137602277521,
- 0.6148973228129828,
- 0.21314421140720277,
- 0.8876869257247769,
- 0.9662290238751303,
- 1.2687751317054283,
- 1.3751414654027445,
- 0.8569468325500416,
- 0.41549029759522793,
- 0.2339743789459761,
- 0.3373787959377006,
- 0.9805536918994994,
- 1.1203024326156572,
- 1.2975836202892275,
- 0.8988385150462299,
- 1.1949113881712734,
- 1.1210098692914854,
- 0.7863834157905593,
- 1.0784063495893677,
- 1.130261992108346,
- 1.1613905095059023,
- 0.8737229060638582,
- 1.1046437864274012,
- 1.1059140094249156,
- 0.8865296913040173,
- 1.3602377815301272,
- 1.3770871552808435,
- 0.694137135972967,
- 1.3584218370214032,
- 1.2656769157372665,
- 0.8739169150908341,
- 0.594801178069255,
- 1.0674042723689157,
- 0.09765883686929212,
- 0.5546191905708681,
- 0.14434420810683712,
- 0.2988905762930099,
- 0.8744170496512582,
- 0.07590536203783395,
- 1.2282742039222656,
- 0.17582830900342702,
- 0.8268201199905318,
- 1.1489180565702124,
- 1.0710132475820269,
- 0.6764923241884514,
- 1.0804427615377286,
- 0.1544454178230473,
- 1.183461316737276,
- 1.1003132744158004,
- 0.9216889103750353,
- 1.1412270348797628,
- 1.194269621692519,
- 1.1298769600082492,
- 1.385292559686273,
- 0.8061208216144249,
- 0.44733076143186973,
- 0.989452600748899,
- 1.3449203782807775,
- 0.8144699406578731,
- 0.8322073268228946,
- 0.3471599342164204,
- 1.0249852601187328,
- 0.18981127840980633,
- 1.1466299050221898,
- 0.841423636176762,
- 0.9778675406239542,
- 0.4784107491837971,
- 0.3424716137313268,
- 1.2161438154033353,
- 0.40633823754012793,
- 0.46084602540831704,
- 0.6609759191264726,
- 1.315727082368249,
- 1.3842757715987521,
- 1.3496737936181809,
- 1.1675555786778817,
- 0.42520000043477063,
- 0.42835076257872284,
- 0.37094872467157114,
- 0.6493627393363851,
- 1.2012899505006591,
- 1.1944489461584982,
- 0.9760403236028553,
- 0.16461995334010912,
- 1.2642940132381437,
- 0.5582412609366346,
- 0.5633129686194992,
- 1.2694637415806156,
- 0.992892219015375,
- 1.4122482529600642,
- 0.4568205981697848,
- 0.4728086661823153,
- 0.9533681643101807,
- 0.8786583837542116,
- 1.2102174461023334,
- 0.9430729111163972,
- 1.1077137272239257,
- 1.3154510137841369,
- 0.9474080316432751,
- 0.49285462609571185,
- 0.047495497713986076,
- 0.5915240412109499,
- 0.9471803415982256,
- 0.07137001226704193,
- 1.0958307274032844,
- 1.0681943408022219,
- 0.3056492449389923,
- 0.47209975986854846,
- 0.7510537602615335,
- 1.2005150704902325,
- 0.3797669543719698,
- 0.18701341606756297,
- 0.6122422821998841,
- 1.3453713315819305,
- 1.0976323846876572,
- 0.5526599382196989,
- 0.8836131910201804,
- 1.191151968034805,
- 0.24132333892451605,
- 0.9049211911625054,
- 0.4974140773727873,
- 0.7072925019528388,
- 0.9682495875551317,
- 0.06285605581484353,
- 0.1325073715193556,
- 0.42497865240391636,
- 0.7526790669716473,
- 0.7332056268561625,
- 0.8607669389799467,
- 0.22651258744945427,
- 1.2359764372955717,
- 1.1102722546044612,
- 0.09388888881257317,
- 1.2135762839206465,
- 0.5781774593253247,
- 0.9131020810635864,
- 1.2820169429880086,
- 0.5175367504532304,
- 0.8690669675142184,
- 1.0166350005944405,
- 0.9641714675847416,
- 1.2686786265973329,
- 0.8028064761995766,
- 1.3345500887427153,
- 1.300421373062672,
- 0.674652960443944,
- 1.035376834552144,
- 1.3235777833246707,
- 0.9889311821011808,
- 1.123649129737034,
- 0.37950874477443824,
- 0.5019212073008175,
- 0.7641793427428054,
- 0.7307487761560445,
- 0.3968716924823853,
- 0.26854196036891165,
- 0.5233186741537805,
- 1.1567537042081044,
- 0.6063255715295195,
- 0.2503594690459584,
- 0.11295794566406035,
- 1.3794812602332462,
- 0.6758003809194392,
- 1.0233938785246666,
- 0.5953807738600874,
- 1.2843741723522513,
- 1.2368726918766983,
- 0.6520964454640596,
- 1.2601423563949328,
- 1.018512475706207,
- 0.37183534901628545,
- 0.12707042545505734,
- 0.762795619264066,
- 1.2366612910449886,
- 0.24884053866132214,
- 0.6660414671874609,
- 1.0724910218866992,
- 0.4170480450600982,
- 0.7627140959656461,
- 0.8367834279185395,
- 0.3392167430613571,
- 1.1933104789926536,
- 1.345287652892731,
- 0.6200620405643243,
- 1.2821445015345367,
- 0.40872891712510695,
- 0.24862232916730026,
- 1.357182070807258,
- 1.2540855761098224,
- 1.2256295371420531,
- 1.1973446283986506,
- 0.5965720050068007,
- 0.27199571654184707,
- 0.9958057693023877,
- 1.0013542058129814,
- 1.3705565105597182,
- 0.5685942202712119,
- 1.011184893280826,
- 0.45773108914536964,
- 0.33266779635079935,
- 0.6787492792202692,
- 0.8739184882212254,
- 0.8645655393157441,
- 1.1057048695028135,
- 0.18893856653348295,
- 0.6463878712896216,
- 0.43262713479399006,
- 0.5906461658125344,
- 0.5736553176261722,
- 0.5901180350583981,
- 1.3087752178041867,
- 0.35810134802359994,
- 1.3630678617609728,
- 0.2740003942337463,
- 0.16523370074935925,
- 0.14042185727388498,
- 1.1870869072082724,
- 0.9098564576635931,
- 1.1426481909989272,
- 1.1185330747022575,
- 0.14850796864684188,
- 1.279362969650282,
- 0.2361995525359913,
- 0.6078327864193771,
- 0.579756229722586,
- 0.13054671943059615,
- 0.3325300831322871,
- 0.8608230527007056,
- 0.6322032410455766,
- 1.2299831589349473,
- 0.22016108858664946,
- 1.1667107610413243,
- 0.525518864232618,
- 0.7660775304524523,
- 1.2041723454273832,
- 0.017723380206818802,
- 0.6592952471838811,
- 1.306626203607805,
- 0.0024111668764055737,
- 0.76041725827031,
- 0.9373345176839268,
- 0.7713403029059075,
- 1.176029734275092,
- 1.1102005527426013,
- 1.1675351975753012,
- 0.6817050592655413,
- 0.9561758216656968,
- 0.5060108645697382,
- 1.3643562100254425,
- 1.0557418035726434,
- 0.06842895492516393,
- 0.7010219930539886,
- 1.0214022966426317,
- 0.16280652731440215,
- 1.0852281425167896,
- 1.295976065804218,
- 0.12222722229532205,
- 0.824825547806748,
- 1.2628845917981282,
- 0.264943310186572,
- 1.1377000105719055,
- 1.110640349541954,
- 1.3719187713936376,
- 0.22462678418424809,
- 1.0467371862123036,
- 0.7034098273779982,
- 1.2911331840982838,
- 0.8783164622677069,
- 0.10307843420934479,
- 0.22376657300417324,
- 0.4135791322780549,
- 1.2145208387398516,
- 1.2467622053843344,
- 1.0303783634210115,
- 0.07790547284883492,
- 1.3469967989940803,
- 0.008753358399925,
- 0.7980563828655607,
- 1.1887016311156322,
- 0.9421589251965269,
- 1.3969403536330738,
- 1.3559596536777878,
- 0.25932935942695007,
- 1.1353570807090059,
- 0.04309619598078665,
- 0.7024421041335123,
- 0.0011925314046427535,
- 0.9148299083587953,
- 0.31197332158340946,
- 0.25488677291896034,
- 0.010828785392105734,
- 1.2212311199378425,
- 1.1941186919028137,
- 0.45951499780135957,
- 1.270373902063105,
- 0.3661550561023237,
- 1.3363250712410004,
- 0.05310105584089643,
- 0.9087670979630307,
- 0.9229783423492861,
- 1.1042233815518556,
- 1.2333296841464083,
- 1.1495735678994443,
- 0.7235235773220102,
- 0.9308288153793915,
- 0.19365897395112966,
- 1.2901954900769863,
- 1.2356129963927769,
- 0.07074265699184105,
- 0.8060842811710127,
- 0.5517964426265856,
- 0.44293736462698663,
- 0.817827965255912,
- 0.726179452702807,
- 0.06626385874465028,
- 1.0216727215569394,
- 0.27520696866119426,
- 1.3249832418917735,
- 1.3458705650841762,
- 1.1982196489119519,
- 0.6368442112883733,
- 1.2222536650510898,
- 0.8057892680231664,
- 0.9520806996552201,
- 0.2778378098541442,
- 0.0743393995950461,
- 0.02586822812518902,
- 0.7863560131715401,
- 0.9604595186089088,
- 0.6155764210524837,
- 1.040987140278602,
- 0.7857612757626432,
- 0.537415037434925,
- 0.3080838309462386,
- 0.4936980413090977,
- 0.7321847083163601,
- 1.03853105895987,
- 0.33157930713976835,
- 0.012244509120283922,
- 0.6552151951691368,
- 0.2028164713643944,
- 1.1238468112321163,
- 0.5227706768496841,
- 0.033973088200414205,
- 1.3698274492330595,
- 0.9190395547742808,
- 1.2353689008471194,
- 0.4636322221204761,
- 0.3269168678034095,
- 0.8113937048396616,
- 0.1345401505407843,
- 0.2770428070408034,
- 0.8141009005674125,
- 0.857391289022491,
- 1.1653751762238485,
- 0.8910239954320465,
- 0.08746061885615787,
- 0.4930497231367519,
- 0.020802345310132534,
- 0.8430094307040668,
- 0.5073434799829915,
- 0.8601134370578473,
- 1.2391243210086254,
- 1.260319244172754,
- 0.7630436901933724,
- 0.6953152583991002,
- 0.5676153975626572,
- 1.2668110091895441,
- 0.6943135717624077,
- 1.3110352387469282,
- 1.1637243390402825,
- 0.9501256998073885,
- 0.9359535352617859,
- 0.31565398579267406,
- 0.6170003277607325,
- 0.015099694446353394,
- 1.0595526056326887,
- 0.4090059587566132,
- 0.535348809606623,
- 1.0839670003278945,
- 1.0065859745226695,
- 0.8358677691372374,
- 0.28592705824847464,
- 0.48742560666259316,
- 0.028159383145742865,
- 0.8003201318252164,
- 1.1969466994318665,
- 1.0628712808803311,
- 0.9697925228405293,
- 1.2285720100684692,
- 0.5396105817168507,
- 1.0717949448843627,
- 1.2459561837986555,
- 0.014420633695928508,
- 0.5589622965312585,
- 0.9060900784055643,
- 0.8594029259660857,
- 0.7931775568799386,
- 0.5501011577140508,
- 1.2713931399213205,
- 0.6143509101382844,
- 0.9051837182182346,
- 1.33536818591155,
- 1.10333227576264,
- 1.1786093130947217,
- 1.2420121413219796,
- 0.40501340583517653,
- 1.2229699344580243,
- 0.4730037247860433,
- 0.17575164952147,
- 1.2542904818758995,
- 0.5246032821701117,
- 0.8425596254634546,
- 1.1495082247152744,
- 1.2965742140732854,
- 0.7277156443820701,
- 0.6989424665473193,
- 0.31872064785740106,
- 1.3928834594034054,
- 0.44816377726368833,
- 0.32598974903216904,
- 0.17599412300850314,
- 0.6175829870556963,
- 0.36970177781436775,
- 0.3799325776708373,
- 0.4318549471106408,
- 1.361567793058905,
- 1.3734708430771296,
- 0.06906515867132558,
- 0.4977484509522049,
- 1.060720019978736,
- 0.8986285774821396,
- 1.0135338286223265,
- 1.070281912790647,
- 1.3702639311413913,
- 0.4870548574746198,
- 0.8491682860674121,
- 1.325802774506784,
- 0.9744236452381103,
- 1.2023335789630765,
- 0.5877781757975262,
- 1.3161064884942801,
- 0.42526295588493795,
- 0.03173090551162109,
- 0.5053473699558977,
- 0.44862062838914096,
- 0.15739848439540313,
- 0.9776106309700971,
- 0.311502403051465,
- 1.3604203917857542,
- 0.8918116500186403,
- 0.34233095892415455,
- 1.3802966142147892,
- 0.3722317862200122,
- 0.6450066337599225,
- 0.8589316657460152,
- 0.9843791631808726,
- 1.1372441023802562,
- 0.3045189760027485,
- 0.1853662914294368,
- 0.9354562968949126,
- 1.3327093294564545,
- 0.7439329133013445,
- 1.2638833448030427,
- 1.2344545555204351,
- 0.235877278975565,
- 0.04711967874392152,
- 0.9760290971045276,
- 1.2537791277742825,
- 1.304586330802795,
- 1.4008342990669933,
- 1.011248378264786,
- 0.27890080168588416,
- 0.5431549491659455,
- 0.5146027138554603,
- 0.806614143176313,
- 1.0753020857455144,
- 0.4733458497781478,
- 0.7500699528213788,
- 0.4914664225810317,
- 0.23588280725150096,
- 0.22796664571818712,
- 1.0874519810263974,
- 1.355024486248647,
- 0.1131278000738801,
- 0.5771180961754293,
- 0.37840243699982457,
- 0.4418084561352953,
- 1.3441143498195787,
- 1.1622256837408427,
- 1.1812387556959818,
- 1.0357511524334402,
- 0.20484044905037688,
- 1.0085113188631316,
- 1.3876405462454355,
- 0.8655770890109457,
- 0.7247744003610539,
- 1.350885257292162,
- 0.9202474137728397,
- 1.326392382633023,
- 0.41929570337696553,
- 1.315495323836189,
- 0.9090657060887655,
- 0.011377094268668312,
- 1.1235347092901162,
- 1.2536111671397685,
- 0.9342857252273804,
- 0.7338385889678875,
- 0.4783966942741262,
- 0.3801540893348569,
- 0.8616378732901633,
- 0.37027410697415286,
- 1.124530292670492,
- 0.4292549934219519,
- 1.1919424069414641,
- 0.9665092884891915,
- 1.2966622962647667,
- 0.7860916719420056,
- 1.2100547644761204,
- 1.132115883749284,
- 1.0024161578499802,
- 0.3064462040468446,
- 1.098504038496777,
- 1.0100946890920657,
- 0.8739905600243724,
- 1.3418547052043879,
- 1.1192200957796783,
- 0.8026172680554177,
- 1.3529307065920166,
- 0.556346785125823,
- 0.48867713367742033,
- 0.2894012740980346,
- 0.13285979516522736,
- 0.47047720012465627,
- 0.22776192390666308,
- 0.2587891609607293,
- 0.3037652598875756,
- 0.13185367489326355,
- 1.1234432399577126,
- 0.44138307065841526,
- 0.5829697594192423,
- 1.0700335927580094,
- 0.13769655202932413,
- 0.16633688727278326,
- 1.0253734019484844,
- 0.8345473793937659,
- 1.2690334817054996,
- 0.9553359197492955,
- 0.07954185120325329,
- 1.1541010268853449,
- 0.839400297181667,
- 1.0175133688692923,
- 0.40929553112297473,
- 1.1897237744591507,
- 0.08871187155049483,
- 0.8287316461026779,
- 0.8005866615222591,
- 0.9275173352258019,
- 0.003327128469358559,
- 1.084399995720219,
- 1.0908272936665095,
- 0.573608446248664,
- 0.2698757971719756,
- 0.23720824767890952,
- 0.2580618850141832,
- 1.0339586554520714,
- 0.6128030947444789,
- 0.41082347834847477,
- 0.28254069864749376,
- 0.9995267518280069,
- 1.317336274723019,
- 1.0939866104338154,
- 1.3457905307253168,
- 0.43989563791146635,
- 0.901776784706276,
- 0.9576635500162923,
- 0.4131622269107813,
- 0.9698619924450398,
- 0.681411734406619,
- 0.9307269357210041,
- 0.6971210369876578,
- 1.1668248332068751,
- 0.3118634746962976,
- 1.1673214466770976,
- 0.7520046876490724,
- 1.3157266894673616,
- 1.1865521930015015,
- 1.3452685698290372,
- 0.5707829661520932,
- 0.9171294739054933,
- 0.06764106875617223,
- 0.39979986422967934,
- 0.36616864401321425,
- 0.5105733607083837,
- 0.28877686362820865,
- 1.0551116482963407,
- 1.162660738520582,
- 0.18886564326981659,
- 1.0824731203908493,
- 1.350209367477364,
- 0.8338092862260315,
- 0.2599147502651279,
- 0.07808916385339852,
- 0.8394939430497632,
- 0.8023868909195979,
- 0.255100323134403,
- 0.4249258461348668,
- 0.6511159534033755,
- 1.4111715169120558,
- 0.5274146031090767,
- 0.46617144610508515,
- 0.6464673066591381,
- 1.024372040596038,
- 0.5883909996784535,
- 0.4310302728799554,
- 1.0419706046606074,
- 1.0121695321207862,
- 0.26750238068068116,
- 0.7799778874248067,
- 0.013067717921237128,
- 1.1664666489634283,
- 0.40245117926690127,
- 0.6411828514117109,
- 0.9656524787158336,
- 1.058080968352554,
- 0.42832508143940506,
- 0.15626782115094054,
- 1.3683546600256986,
- 0.3873728217980034,
- 1.029090043416889,
- 0.6552148209268299,
- 0.6810469071281697,
- 0.49784640793491564,
- 1.1043430726265095,
- 0.9572593223608741,
- 0.16932258423701219,
- 0.4020240381812478,
- 1.1094903314251174,
- 1.123152260952303,
- 1.1034866997135577,
- 0.9787408458845871,
- 1.116372758906814,
- 0.08015704581292021,
- 0.8070548659677904,
- 0.011628112309246251,
- 1.3665118924790707,
- 1.3393547669387547,
- 1.047403336859406,
- 0.7606111113329133,
- 0.3793188493897734,
- 0.6700751770868235,
- 1.038607365492912,
- 1.2798309377008745,
- 0.9528367698446498,
- 0.5064776778446797,
- 1.0793792564256404,
- 0.635651558301723,
- 1.3716482187701822,
- 1.399604875028321,
- 0.9866147091911524,
- 1.174373608730088,
- 1.151517361556036,
- 0.26551298722045763,
- 1.2413572887871813,
- 1.0072270488230766,
- 0.807621722607286,
- 1.188546139749175,
- 1.2989193934848435,
- 1.0386135737704885,
- 0.6944974833511939,
- 0.5220392239531896,
- 0.820604891816105,
- 0.5735393675637201,
- 0.31892307665767133,
- 0.2647524309926248,
- 0.8674490811887086,
- 0.1509064844194476,
- 0.9911179963939124,
- 1.1969042295952301,
- 1.2208302276809837,
- 0.060395504435610585,
- 1.0795752936823726,
- 1.2868133819855643,
- 1.3384041771289905,
- 0.3233871373588736,
- 1.3871586672961376,
- 1.3123299410085112,
- 0.25262012442818094,
- 0.39539805113627025,
- 0.6013552869108517,
- 1.1626300777179759,
- 0.22091026959581,
- 1.3143552168143604,
- 0.852672377652695,
- 0.5957406348392615,
- 0.7309879378684665,
- 1.2637488624260251,
- 0.6817749384452616,
- 1.1924223513655043,
- 0.991921390579709,
- 0.21239360021667056,
- 0.7812843208787847,
- 0.004578644054762195,
- 0.47508474323860755,
- 0.2507280449802105,
- 1.1326464713005784,
- 0.015563034464714832,
- 1.29976200970418,
- 0.8767253118870135,
- 1.2479490377594233,
- 1.2636566180821083,
- 0.47520116707539956,
- 0.04501996273082756,
- 0.7157071943190009,
- 0.33885516140936445,
- 0.27767638051767685,
- 0.9291635265218813,
- 1.3487333589529187,
- 1.0496545485345752,
- 0.08214117030748995,
- 0.16685859508034045,
- 1.0605351032459034,
- 1.295844853571378,
- 1.2909142914089706,
- 1.3077253985717765,
- 0.736756714144334,
- 0.8964381911295348,
- 1.076815129705864,
- 1.3703095549823063,
- 0.14473643170994882,
- 0.9368805330930093,
- 0.07280254592722113,
- 1.0613970716269585,
- 0.09450532557855328,
- 0.9672148174334547,
- 0.6624806581571729,
- 1.343223253144419,
- 0.45818771315442536,
- 0.7775130515333293,
- 0.2590637843005982,
- 1.195818554323216,
- 0.5696348217478293,
- 0.8916709440031886,
- 0.5946917839811161,
- 1.3671440626064262,
- 1.1115087964677426,
- 0.9422175925678749,
- 1.2170134533184538,
- 0.08892206036024095,
- 0.7072393640694404,
- 1.3478065774535044,
- 0.23910468484014927,
- 0.704309859046427,
- 0.5458739550355327,
- 0.6681301792781903,
- 0.6918697805673216,
- 0.3276068750387505,
- 0.02400352942679433,
- 0.8998784178196686,
- 0.010471783996913266,
- 1.1879513741529988,
- 0.3524508489474372,
- 0.2811247571604594,
- 1.2271432949028507,
- 1.097970834073561,
- 0.5330547155913571,
- 0.21715554981422214,
- 0.9242978669572924,
- 0.08652950240481518,
- 1.2010788051656367,
- 0.05761723989337751,
- 1.0085396648777696,
- 0.9887374052289093,
- 0.8331452546054484,
- 0.15723908654887042,
- 0.9287279745834183,
- 1.284197405944557,
- 0.9525751999517824,
- 0.9531229991154806,
- 0.5681826207534374,
- 0.45982897942325207,
- 0.612901728415371,
- 0.13091863730076916,
- 1.346626809502477,
- 0.6719273000347817,
- 0.499261405287425,
- 0.9003796089833612,
- 0.7923600824344358,
- 0.6791768449796975,
- 0.4821311457719809,
- 0.6840231905704938,
- 0.948233277457485,
- 1.3896422438183924,
- 1.1441225279944824,
- 1.3718889990860916,
- 0.06178270641912324,
- 1.1605045782032142,
- 0.5985701531512206,
- 0.05221213078896146,
- 1.32422994467767,
- 0.47031656435938185,
- 0.8245012054431115,
- 0.03936714320154418,
- 0.02157473128004235,
- 1.3327736287558498,
- 0.682916225314119,
- 0.3858392600050587,
- 0.9739575197876784,
- 1.2355321502768781,
- 0.9348700743997718,
- 0.7111865480814822,
- 1.405920998607306,
- 1.2592075045307478,
- 0.498006063104034,
- 1.166096880326965,
- 0.7620455343162315,
- 0.4217044497510558,
- 1.3174335940166755,
- 0.8297638761166076,
- 0.9098429931888372,
- 0.43243249219319047,
- 1.1852460430860359,
- 0.5168135210332969,
- 1.126370554379897,
- 0.9745908096055694,
- 0.4785110869564841,
- 1.1416879834375295,
- 0.3020692873803936,
- 0.3493857892018904,
- 1.3755130280878403,
- 0.6391715418451227,
- 0.01440144210945615,
- 0.2989575772826949,
- 1.2354077010829714,
- 1.3328246448336976,
- 0.5504280622267775,
- 1.1808249292780617,
- 0.12838588710814758,
- 0.17633105826328943,
- 1.0433455439353345,
- 0.5647752518280164,
- 1.0376356903671082,
- 0.4747666902824724,
- 0.3374833929836507,
- 0.7393645627732298,
- 1.2386902060820266,
- 1.0381426104380338,
- 0.07455718456809196,
- 0.5333500955651521,
- 0.9887218430222299,
- 0.588458655502332,
- 1.3471866682968214,
- 0.615261625738877,
- 1.036984932022515,
- 0.7455252479084259,
- 1.3681675760912608,
- 1.0802800720709727,
- 1.1269669807018416,
- 0.13344065078285824,
- 0.9787631390011363,
- 0.542376386816793,
- 1.2036700737331647,
- 1.096345603370716,
- 1.1798154431898968,
- 1.1289316808547352,
- 1.3992794384772822,
- 0.6712958273213568,
- 0.913757078654204,
- 1.2493410089835797,
- 0.6095545112950701,
- 1.340827133826283,
- 0.916201173093749,
- 0.8703974248985479,
- 1.4076669467801513,
- 1.285159897556413,
- 1.3387892663901972,
- 0.5788105910301226,
- 1.1014197706911992,
- 0.6774444770098329,
- 0.7583580569459667,
- 0.5304255664051465,
- 0.7762656740242362,
- 0.012010681915362096,
- 1.3801333182842448,
- 1.340042198171902,
- 1.3182536713336088,
- 0.30475726785184004,
- 1.4112101593541146,
- 1.0749306239190084,
- 0.994868075561421,
- 0.20417441116679758,
- 1.0655101493699959,
- 0.29898864516024504,
- 0.7741512889783632,
- 1.2324161573505321,
- 0.6203453773433368,
- 1.0829770296993995,
- 0.1732272196081547,
- 0.2779907734547473,
- 0.6429089798318034,
- 0.3238472546395365,
- 0.5306217228403702,
- 1.295789130501424,
- 1.1439410244764587,
- 0.6901091586100255,
- 0.40779590189770387,
- 0.9208842381422633,
- 0.62421753240334,
- 1.1001171614785097,
- 0.7573667628773247,
- 0.917401789528732,
- 0.5752518430226312,
- 0.7771080463424958,
- 1.2315942503640998,
- 0.600719924463949,
- 1.3812049536297697,
- 1.018575226006444,
- 0.9527370433784689,
- 0.9762834188814463,
- 1.114389272003179,
- 0.00718185368417559,
- 0.6796737745721213,
- 0.9852844763712736,
- 0.7690225898044767,
- 0.42676567273695404,
- 0.5092699246954853,
- 1.0140008872720214,
- 0.5432635630743476,
- 1.0826499112981152,
- 0.8878638757439291,
- 1.3793635873619143,
- 0.4682251729040667,
- 0.8738485557574235,
- 0.4258104832930837,
- 1.0158153476699585,
- 0.9867269692309493,
- 0.14340129271237192,
- 1.1346191702966713,
- 0.720461604446449,
- 0.6586518350570696,
- 0.3950988543128075,
- 0.7769544132277314,
- 1.0297591144374978,
- 1.278797060611738,
- 1.0126996329904274,
- 1.2238551464972764,
- 0.5736414393528413,
- 0.17584604737973528,
- 0.636562109440806,
- 0.9849262559156436,
- 1.2643317000829863,
- 0.30939066275190247,
- 1.2322779387492024,
- 0.26149710306662194,
- 1.0115845579976648,
- 0.0557429649934786,
- 0.916498996347387,
- 1.3818547406057013,
- 1.3065293653822085,
- 1.0717785741730028,
- 0.49722826688660127,
- 1.2794906485028825,
- 1.371370366767013,
- 0.7915031147566948,
- 0.8929513481133342,
- 0.8706851920564873,
- 0.6707148905446196,
- 0.5373652367166991,
- 1.3003564967305423,
- 0.9418237080212163,
- 0.03263954851191743,
- 0.7508444690229346,
- 1.1850994816366738,
- 1.3419187841352676,
- 0.924621026777048,
- 0.4036631176170478,
- 0.9014194480845272,
- 1.28737430745484,
- 0.1796424618305618,
- 0.9465953005095749,
- 0.35122869232970094,
- 0.14419671725323507,
- 1.3612468227506924,
- 1.3167658211393674,
- 0.8822931708010632,
- 0.3433407384958009,
- 0.8284487985826056,
- 0.6073745593605209,
- 0.1413023431332424,
- 1.0742192092054075,
- 0.5984910879706317,
- 1.3469764560978288,
- 1.3965141190490011,
- 0.210772865272403,
- 0.8027631277370059,
- 0.5491550271259064,
- 1.365152561547499,
- 0.932694269918338,
- 1.1203343819916174,
- 0.2828775808105338,
- 0.3270391484927132,
- 0.17647389020893323,
- 1.1932699434969958,
- 0.8672253972832542,
- 0.49955967736047635,
- 0.4784279788374517,
- 0.9329224865293477,
- 0.7847082519675516,
- 0.640966239751705,
- 1.3039353862270135,
- 0.3498273503008891,
- 0.3212068760832557,
- 0.8208385406682752,
- 0.8726136476117046,
- 0.07807595459200223,
- 1.2628196001809036,
- 0.873919338771317,
- 0.5719790011977999,
- 0.49368043287160596,
- 0.7525326538260223,
- 0.1845196821209174,
- 0.20029439725278703,
- 0.9672425820239735,
- 1.1994477920773094,
- 0.18506248223180322,
- 0.7766916449391305,
- 0.8450714825864591,
- 1.2431349604012047,
- 0.49156563214044363,
- 1.3766163719283862,
- 0.8611632376280787,
- 0.851926205693502,
- 0.8520798619297982,
- 1.1021548663530667,
- 1.1806510119774465,
- 1.2400184432880212,
- 0.9284628069751814,
- 1.0581527272394846,
- 1.1128656873986,
- 0.4411911992926063,
- 0.17048198672449288,
- 1.363693831326479,
- 0.8866453997741942,
- 1.182095285572518,
- 1.3988235276184928,
- 1.1010438312144646,
- 0.7400247996961041,
- 0.7054596488952722,
- 1.117850133312104,
- 0.6503417138162411,
- 0.6067417091219582,
- 1.2787091690463142,
- 1.0128496470399249,
- 0.7022179619259166,
- 0.6494410819145643,
- 1.034639838821656,
- 0.885038364140664,
- 1.213188767934025,
- 0.9093353574154713,
- 0.8912994428444866,
- 1.3341709741589294,
- 0.5692104960529831,
- 1.1267718278432162,
- 1.3613069809617035,
- 0.10229631387996033,
- 0.980205460864341,
- 0.1023729713284788,
- 1.0978339937113888,
- 0.5503416784322093,
- 1.2492647001725805,
- 1.1017831600631967,
- 1.2965817143130363,
- 1.2390216385134194,
- 1.0674528741524978,
- 1.3038500379651,
- 0.7871608334939532,
- 1.1751292618059246,
- 0.3579027893628873,
- 0.8412739581379577,
- 1.2807483564151685,
- 0.6790473552502932,
- 0.7980028702993025,
- 1.1415073645259917,
- 1.1131409413575273,
- 0.6054626727675744,
- 0.8989835556020365,
- 0.29526027151214973,
- 0.23737009015537275,
- 1.1791438329442883,
- 0.8787419941261633,
- 0.9517881791935213,
- 1.2997206521321654,
- 1.1951377443679951,
- 0.17810323574917603,
- 0.3182497124950587,
- 0.9817966404959747,
- 1.1749040763872685,
- 1.1500120861202945,
- 0.9076087070155702,
- 1.078847415510011,
- 1.0122069902127906,
- 0.6875376681387982,
- 0.8114949634890356,
- 0.3759473651083473,
- 0.6535024645763531,
- 0.32201709994154404,
- 0.05022869483717014,
- 1.138342801249219,
- 0.7285521398211469,
- 0.6520824215526749,
- 0.013044918389691521,
- 0.9881127744321277,
- 1.0102709076907914,
- 0.5273104173410296,
- 0.7954992847730213,
- 1.2462041752607695,
- 1.385010520307359,
- 0.8469773272002388,
- 0.45571089478374854,
- 1.381961900379078,
- 0.0017170641821522956,
- 0.5005487622619624,
- 1.3302347507666898,
- 0.6161102356106205,
- 0.8080771957226074,
- 1.0152589019440952,
- 0.844969993403504,
- 0.4092249450871808,
- 1.2485964839990344,
- 1.1443950035636183,
- 0.4819383677210763,
- 0.35753346777924183,
- 0.842076342904881,
- 1.276425517101421,
- 1.3664456988150817,
- 0.5294117707517495,
- 1.0111149427679988,
- 0.8189278980772638,
- 1.2220918207313367,
- 1.1553220410420741,
- 1.2092057105024157,
- 1.0141836230960517,
- 1.3472462775488026,
- 1.155233403686622,
- 0.5402672855220264,
- 1.233411225546574,
- 1.1808092307033182,
- 1.3713146493399275,
- 1.316802252912714,
- 1.3093935946438375,
- 1.1133038179436796,
- 0.6496143579170894,
- 1.3222072796814852,
- 1.1267092215710384,
- 1.09853846427647,
- 0.0014293215155902733,
- 1.3425295034187992,
- 0.2003637264915507,
- 0.49141629027302386,
- 0.8642266684812385,
- 0.5047621070039763,
- 1.393050535287716,
- 0.05915198813226192,
- 1.363733449156527,
- 0.19493344089293285,
- 1.04647150632452,
- 0.7627152514149895,
- 0.13113445302033927,
- 1.0332606649292502,
- 0.21656524052306142,
- 1.1029313617225243,
- 1.0588667671458822,
- 0.43226587113714254,
- 0.4853576448453107,
- 0.19191689824931954,
- 0.1211211131743636,
- 0.9823159485686941,
- 0.5501676300070456,
- 0.42264461786106466,
- 0.9018812337696355,
- 1.2027624656166862,
- 0.32450555283437155,
- 0.7184746887863949,
- 1.1000288128501892,
- 0.1301065132925797,
- 1.1023946342130884,
- 1.4031344279436633,
- 1.3098045854859994,
- 1.1105976086457556,
- 1.098203307667269,
- 0.5775393203151232,
- 1.258801348341779,
- 1.2541884837359496,
- 0.8785223479853898,
- 0.3903031893690278,
- 0.6123863634895833,
- 0.8982757784217805,
- 0.4741341582241555,
- 0.6616895252674544,
- 0.5743064303384368,
- 0.34503834864968136,
- 1.0295934934779527,
- 1.2191032228376228,
- 0.4445123935431166,
- 1.2599449974735661,
- 0.6242014156227522,
- 1.3758463811421535,
- 0.9660605059196293,
- 0.022399402084824462,
- 0.9793059743518235,
- 0.8562480116888126,
- 1.098116726495769,
- 0.8397722747738888,
- 0.668016488007143,
- 1.4065999054593525,
- 0.7177825363190043,
- 0.6849354198148596,
- 0.7387009713794798,
- 0.5964011410203887,
- 0.05162119107264101,
- 0.6971070814266644,
- 0.5664536726448605,
- 1.3531517597275908,
- 0.9864953125195342,
- 1.2928123291662856,
- 0.17924943186472345,
- 1.0452355677879346,
- 1.305788469420637,
- 1.0493426267646635,
- 0.957758773555566,
- 0.595005053729649,
- 0.5087509010049192,
- 0.5050250599504459,
- 0.7763519458205507,
- 0.4787999599890058,
- 0.033177538274047146,
- 1.3850803300350376,
- 0.7654350896616012,
- 0.4140407076172768,
- 0.6516021901020946,
- 1.113204930751721,
- 0.6885670976521454,
- 1.364628904910331,
- 0.9260854497593151,
- 0.10907507613906088,
- 1.2598246235639812,
- 0.3739779990121312,
- 0.1743280186920246,
- 0.9502105867443088,
- 0.9584561848649719,
- 1.1320988638142,
- 1.09922180687512,
- 0.802130464176283,
- 0.9804145284843053,
- 1.0888696428519482,
- 0.24217786672447314,
- 1.2720663761091102,
- 1.0407600435283109,
- 1.1264132908145623,
- 0.19396636082175306,
- 1.194590671250066,
- 0.8709207588006342,
- 1.091461086513263,
- 1.0347283312137558,
- 0.4510296657960482,
- 0.18894183842397616,
- 1.2974878638939609,
- 0.3305336674004914,
- 0.9399181428250564,
- 0.9031459321999713,
- 0.4790808943081324,
- 1.2560984817047487,
- 1.2107413398675317,
- 1.000946740362587,
- 1.3095331656626839,
- 0.7676933289227761,
- 0.18198895719987165,
- 0.2985041634046559,
- 0.5525790252785198,
- 0.42253985788120835,
- 0.31583811162707337,
- 0.7213489769620681,
- 1.2388628420537833,
- 1.3374225456327589,
- 1.3517147272604584,
- 0.2930845715406748,
- 1.1028201038450534,
- 0.9696961422818197,
- 1.2057695484415614,
- 0.301728885815291,
- 1.3813399064667977,
- 0.9976625229881063,
- 1.4108411627751942,
- 1.2119828229625251,
- 0.6351123527126604,
- 1.194888586790567,
- 0.016490764590881366,
- 0.49863186833479006,
- 0.8264519579993038,
- 0.9942390112697431,
- 0.25193443464295295,
- 0.6557693704038389,
- 0.07272940269939669,
- 0.8555642709362822,
- 1.0548221545584688,
- 0.9422160586666455,
- 0.9686060392799083,
- 0.8534331122905614,
- 1.2400097033477875,
- 0.8557896670431817,
- 1.2723455250708433,
- 0.8156291736475008,
- 1.207190385837707,
- 1.2438535121191352,
- 0.5180452782620051,
- 0.37233512054215656,
- 0.21105861264616607,
- 1.3878190271292126,
- 0.83625543265469,
- 0.3247414470364898,
- 1.1152136629091554,
- 0.4119430504127664,
- 0.8415923879399245,
- 0.6987638613222039,
- 1.0775169368651296,
- 1.3506741130569302,
- 1.1309829994417682,
- 0.8893764627449773,
- 1.1781574598644313,
- 1.1813450402867383,
- 0.5776135709552535,
- 1.2176185635686045,
- 0.5369662808100423,
- 0.0010666089974955956,
- 1.3509165046666458,
- 0.25657014106649795,
- 0.07245182903472948,
- 1.168438562938117,
- 1.1051864540108314,
- 0.6324442837587603,
- 0.9805501436808277,
- 0.4386694433319666,
- 1.3405999878671686,
- 1.2773212759933064,
- 1.3354245402558877,
- 0.9214578219828204,
- 0.9060872198059774,
- 0.31480621037585027,
- 0.634648457848007,
- 0.9306607847201016,
- 0.86930417827347,
- 0.7681443134843374,
- 0.5658338589197015,
- 0.35363027649677486,
- 0.8253815533083178,
- 1.2334677064841448,
- 1.0119677768512012,
- 0.09061744287432152,
- 0.6749955500014639,
- 0.5427349307073233,
- 0.03611649400626327,
- 0.6954372766463934,
- 0.8557352336557128,
- 1.3637732325882626,
- 0.6065019843234021,
- 0.03529425617157913,
- 1.2234202967246737,
- 1.2778004636849258,
- 0.8026593878382082,
- 0.8134386428263145,
- 1.3072992181115588,
- 1.1192292117640754,
- 1.1452747351880128,
- 0.8706203785164168,
- 1.10767749534007,
- 0.04667245911926943,
- 0.09652770193513474,
- 0.3689561583881431,
- 1.3104938630783942,
- 0.977150570539563,
- 0.6038255364191025,
- 1.2334649701134996,
- 1.4080764710747784,
- 1.3435517695965435,
- 0.7036017747701514,
- 1.0200484574447803,
- 1.3207508939916888,
- 0.1631743855480577,
- 1.1417022733736657,
- 1.216906759179956,
- 1.2011410437499153,
- 0.8181161009556738,
- 0.11992447888295973,
- 0.8268517349416745,
- 0.8854668646848983,
- 0.6436685414441751,
- 0.45972175164612894,
- 1.3368634634938925,
- 1.0792261443047881,
- 0.289916103094921,
- 0.9024480748418454,
- 0.01243704990237715,
- 0.7600092629250553,
- 0.8450430118959826,
- 0.15368946635046213,
- 0.5261199541811364,
- 1.3299759106526663,
- 0.23589437366979474,
- 0.15308987210012476,
- 0.2582087614532474,
- 0.009697374887803478,
- 1.3957983419231372,
- 0.8939612425447151,
- 0.7660324449346854,
- 1.2000657706674267,
- 0.8030847379661824,
- 0.4140483497926629,
- 1.033788948367225,
- 0.31208294090809113,
- 0.6644483330287627,
- 1.1826382792508625,
- 0.31628514318073664,
- 0.5918300186392358,
- 0.4406198628629653,
- 1.2804943511967615,
- 1.323857594339771,
- 0.7876274223761098,
- 0.7636503478642213,
- 0.804511005107077,
- 0.7227064569204044,
- 0.4964423670847237,
- 0.908250463928056,
- 0.7180993333830158,
- 1.1613839860290698,
- 0.2681236095966798,
- 1.133655538487249,
- 0.6402108824391437,
- 1.2089289252409716,
- 0.03642731187131253,
- 0.9500298660252867,
- 1.291126489917697,
- 0.8173281714658481,
- 1.3660250475926756,
- 1.2949748506758738,
- 0.6444640811825829,
- 0.4419593372960767,
- 0.566929936664631,
- 0.7042976814220834,
- 1.2271323299170898,
- 0.7443700664380172,
- 0.3826804390535828,
- 0.9936068397510348,
- 0.7207199554075653,
- 0.8346096857838138,
- 0.8708204379079635,
- 0.8694043139704105,
- 1.2544610268373604,
- 1.304846665435389,
- 0.3507857860119004,
- 1.3166141408498433,
- 0.9093789494994233,
- 0.7324357083780678,
- 1.37266909884251,
- 1.2283133292594766,
- 0.8047078946904058,
- 0.6384467770895788,
- 0.9853059239503732,
- 0.7916123041291854,
- 0.9169168063082997,
- 1.364075100681475,
- 0.9469192142563483,
- 0.08059187403467459,
- 0.8547777049189931,
- 0.44832567619147956,
- 0.7715249486430698,
- 0.6221661863955765,
- 1.3574247869277278,
- 0.7459051329825682,
- 0.5356492704800754,
- 0.5821645486156957,
- 0.8141510550671724,
- 0.009449762517176894,
- 1.0680665328970096,
- 1.2911285307275253,
- 1.1657517034353166,
- 0.4139841500310258,
- 1.2745235231957837,
- 0.3330504220278195,
- 0.6552831289453346,
- 0.4732478270234635,
- 0.11546320332980417,
- 0.4627174583646075,
- 0.32629230191427533,
- 0.8860985125410961,
- 0.1398190371169382,
- 0.08444164497357022,
- 0.85545604726881,
- 0.7355846727180216,
- 0.47985232240064796,
- 0.5819517674695663,
- 0.8787006253127864,
- 0.5680726233873654,
- 0.5467057365367531,
- 0.8413187715445732,
- 0.5884555002437324,
- 0.5211924067505086,
- 1.2896482983242157,
- 0.08469873030697289,
- 1.409852537605173,
- 0.7178334902306891,
- 0.9901959268144536,
- 0.667742431071317,
- 1.0582710903965526,
- 1.1274205944766262,
- 0.49201837698954193,
- 0.8046832944078558,
- 0.4075643346570347,
- 0.9545898584079113,
- 1.0558245607252734,
- 0.18646738336296068,
- 1.1285576205305385,
- 1.082844168667856,
- 0.7455352874163151,
- 1.1927062988851904,
- 0.1914782730833963,
- 0.6698652086168044,
- 0.8804540764423185,
- 0.6943609826503393,
- 0.8702922400354384,
- 0.9115282312668622,
- 0.9530239642495999,
- 0.2712967570415224,
- 1.0763339377404575,
- 1.1547812975663088,
- 0.2938967904136742,
- 0.5106088730846027,
- 0.3796470339635314,
- 0.6119205480143204,
- 0.25582257733893304,
- 0.6037006244742321,
- 0.46004923436935535,
- 0.5133688192390091,
- 0.011572187172264662,
- 0.29364634379604393,
- 0.03570074799258391,
- 1.1264509589603717,
- 0.019865052782918256,
- 0.5512886669331015,
- 0.934336967294002,
- 0.10724984371353205,
- 1.3158544743107967,
- 0.28000980572757334,
- 0.34148480368472334,
- 1.005545881282029,
- 1.0279911200786602,
- 0.08151851991392045,
- 1.3583029941652902,
- 1.1254864545899839,
- 0.25664309810301905,
- 0.8805951552053299,
- 0.9014585407810668,
- 0.10168516401735338,
- 0.2806981557855349,
- 0.9035847592301703,
- 0.023232020492608727,
- 0.5284755168234424,
- 0.9866596272362209,
- 0.354885753092458,
- 0.6597746897682322,
- 0.16573476188731995,
- 0.17835524933790742,
- 0.6196091832267395,
- 1.1085202627553348,
- 0.9153708787538966,
- 0.16905586153445937,
- 0.16124605167362874,
- 0.30650359104814323,
- 1.0727954005608449,
- 0.38940072930269115,
- 0.5533442795916764,
- 0.42358980446555927,
- 1.0420984728579208,
- 0.052011172708599805,
- 1.1851630596020788,
- 0.8534211017208823,
- 0.923088830582811,
- 1.2456546291366872,
- 0.9634672898741617,
- 0.14241966431423503,
- 0.8147916017011522,
- 0.8005345583471505,
- 1.3572142933572104,
- 0.6143717464184804,
- 0.22343111345451727,
- 1.318856401532138,
- 0.253533035323917,
- 1.3143036516497226,
- 0.5852991017872242,
- 0.5547554374130217,
- 0.20198883349855287,
- 0.4745182146605321,
- 0.9582560266403949,
- 0.3960032131994321,
- 0.2191277838922536,
- 1.1211977221456042,
- 1.001235001755735,
- 0.6666984554128403,
- 1.3775729839745847,
- 0.8216950995277584,
- 1.0526155607738903,
- 0.6752098092845628,
- 1.3908172311438232,
- 1.0023700002395068,
- 0.6319540233751652,
- 0.7946502072849667,
- 0.31899485078404993,
- 1.2227661801242264,
- 0.5263657294345888,
- 0.9116970615844487,
- 0.6695076590271503,
- 0.05487241708895144,
- 0.7561793034003638,
- 0.15173331997591238,
- 0.46961730273893887,
- 0.9780413374658184,
- 0.2109515669522923,
- 1.09856880233298,
- 1.0848057545866168,
- 0.6334852113967131,
- 1.3463560966246981,
- 0.38229884245832235,
- 0.11565207125876223,
- 0.7390944184973542,
- 0.2620158126140719,
- 0.505602180681736,
- 0.6856614595740481,
- 1.2586721964831076,
- 0.5507301678366002,
- 0.09934381498502019,
- 0.760076845944967,
- 0.310089953441906,
- 0.6196321122791232,
- 1.3830675630701943,
- 1.3100328105350065,
- 0.3670780625524625,
- 0.6871850116130906,
- 0.006520276416800348,
- 0.9831819055738245,
- 0.7310128325208982,
- 1.3589685389480128,
- 1.2903897409552045,
- 0.8609863914022395,
- 1.4024743308613763,
- 0.2020266794941167,
- 0.8735863376631116,
- 0.911026400442261,
- 0.7306739816564212,
- 0.28961967982545683,
- 0.8100553565421267,
- 1.2519994512246064,
- 0.8129409391036937,
- 0.6613165269618055,
- 1.3662606869286271,
- 0.5473501329712332,
- 0.4663986217116482,
- 1.3473226263342832,
- 0.4928436850958915,
- 0.6574033137703049,
- 0.2371640498831492,
- 0.12094997302052289,
- 1.081607981076954,
- 1.1096239271965924,
- 0.7768114572239109,
- 1.3063449412601054,
- 0.7871430395435449,
- 0.2346891549386038,
- 1.0993684671928188,
- 1.012298793035255,
- 0.26391080731421857,
- 1.141192723296451,
- 0.6335428585548916,
- 0.10288472516461072,
- 1.2692574549565818,
- 1.2520888477059782,
- 0.8527483148499172,
- 1.3324032387860516,
- 0.9219186260160478,
- 0.9933274352187442,
- 0.685670024324174,
- 0.9600431727660291,
- 0.7122104970049385,
- 1.2724593537031537,
- 0.5755367730331425,
- 0.6435201008978105,
- 0.9472811136204063,
- 0.17636893438248963,
- 1.0717235661752569,
- 0.33714837902169226,
- 1.1630170830171245,
- 0.29930170918831717,
- 0.19070571204964754,
- 0.16871419198272813,
- 0.9581664346053311,
- 0.7637078231195996,
- 0.729795495521813,
- 0.5597577281232466,
- 0.9436226929713375,
- 0.4073631930062629,
- 1.081718201425061,
- 1.2168639500942806,
- 0.748814834436473,
- 0.894657264887138,
- 0.23336684720696219,
- 0.46288807995775927,
- 0.41681492513343804,
- 0.5451108517326982,
- 0.9608688080778144,
- 0.6494126478795954,
- 1.1555049999448734,
- 0.058538968163832944,
- 0.6031183454340201,
- 0.8188499271849279,
- 0.8056253090166575,
- 0.049474531075225134,
- 0.7158168198109871,
- 0.4141135647159095,
- 0.864745455625047,
- 1.046511841666656,
- 0.6758268118892419,
- 0.9682747343525397,
- 1.2696585062494956,
- 0.38629356389059655,
- 0.8652122046382754,
- 1.394657931300949,
- 0.19302974686844016,
- 1.0306333211259104,
- 0.89490233117908,
- 0.7096878292982745,
- 1.1287663004796082,
- 1.0037322797687722,
- 0.9930771286731612,
- 1.3405387088517102,
- 0.09735883643811319,
- 1.4038812002552221,
- 0.20245031451039835,
- 1.1968638122396498,
- 0.8345629053266806,
- 0.7628406620240599,
- 1.3546016651123292,
- 1.0654717837000252,
- 0.702464537319057,
- 0.4001354326690833,
- 1.0397387076298228,
- 0.07579996982269686,
- 0.9307911154240991,
- 0.5744294424672309,
- 0.5413576118156083,
- 0.9795690753749271,
- 0.38223346172971556,
- 1.373031193151122,
- 0.2262468990847925,
- 0.03402890545112876,
- 1.3027807207798334,
- 0.8845580471053638,
- 1.1617740811347437,
- 0.3066980465055884,
- 0.524523742598026,
- 1.2249081788820573,
- 0.1627758870184019,
- 0.3553843041275384,
- 0.7829869700934045,
- 1.1753913161820169,
- 0.31374338026975856,
- 0.9679918930082795,
- 0.1333802740525522,
- 1.0461720124396836,
- 0.6108563184823192,
- 0.1281606257646597,
- 1.103919767819191,
- 0.958295177965836,
- 0.3793032202319728,
- 1.410145591224397,
- 0.9779768237012268,
- 0.9312782227409199,
- 0.7788987791947515,
- 0.11803886189249395,
- 1.3212595177654043,
- 1.2895423569734543,
- 0.19747219165537175,
- 0.9758871940885802,
- 0.5991000734967874,
- 1.3908014118661844,
- 1.0625251006207093,
- 0.6795588252647359,
- 0.5950780085972139,
- 0.3303384987992448,
- 0.20162952010377397,
- 1.3612489563463892,
- 0.7609268702128505,
- 0.7292450428203258,
- 0.21293496638766243,
- 1.372588341754955,
- 0.6870679340270625,
- 0.5700014012325878,
- 0.26361203241102943,
- 1.058262773678884,
- 0.5734937120458061,
- 1.3902254701778494,
- 0.5342938390251948,
- 1.2735980594741514,
- 1.3471706035247002,
- 1.1086164842101776,
- 1.1655239952868632,
- 1.3121502601284547,
- 1.1013541702809055,
- 0.8987167284433699,
- 1.3399084313484302,
- 1.2098556270604515,
- 1.276387263333637,
- 0.853152799925446,
- 1.2548171035645646,
- 1.112014238092031,
- 1.0420064178893527,
- 1.1808081642536266,
- 1.2623913691431794,
- 0.9458866608467182,
- 0.36080484394808343,
- 0.5264001126394223,
- 1.3766974502504654,
- 0.7777883209081843,
- 0.6369796280381532,
- 0.6687917376613524,
- 0.5213696365599226,
- 0.863180620842021,
- 0.5214602045024616,
- 0.17264847101430691,
- 1.1204546613308735,
- 0.7211003364923539,
- 0.228492799847575,
- 0.9228082363828833,
- 0.2675450599244671,
- 1.1747173535736475,
- 0.6229745968748472,
- 0.35938654595097425,
- 0.742793627084657,
- 0.8054199419438711,
- 0.4011908830601071,
- 0.8031769035160432,
- 1.000488624124839,
- 0.6579629367629994,
- 0.8405034712030865,
- 0.887581272762144,
- 1.2640972318168755,
- 1.3809178366023322,
- 1.2542788331127603,
- 0.5079316172835012,
- 0.6637635024412426,
- 0.31351926804087665,
- 1.064380454040115,
- 0.3582865798518779,
- 1.3901152342995262,
- 1.3544749614798075,
- 1.1524205440801567,
- 0.24027171847674017,
- 0.9996516723675501,
- 1.257893316885706,
- 0.8521563943378492,
- 0.006325123067607825,
- 1.3627567152616527,
- 1.1623437451289924,
- 0.8882913305234315,
- 0.5906217079277793,
- 0.6744232532307299,
- 1.3563957265703728,
- 1.2097837300373158,
- 0.06268738737851415,
- 0.1499812104258495,
- 1.21204988475002,
- 1.3586916658557524,
- 0.3652678327417961,
- 1.167387529963066,
- 0.9943572636703407,
- 0.6323414691545828,
- 1.4019781697230964,
- 0.06819430934100848,
- 0.7659756579453181,
- 0.16686408332038882,
- 1.080758414167787,
- 1.3270062539917649,
- 0.6024056177504789,
- 0.13235842625700972,
- 1.2744009221145423,
- 0.4083097888257099,
- 0.3103919211898977,
- 0.5371058506959994,
- 1.3033138041337908,
- 0.9549814945169425,
- 0.5094971548500586,
- 0.9135212995131194,
- 0.8028526576122479,
- 0.6419379009111795,
- 0.6791079094130581,
- 0.007306653198948967,
- 0.9834260810598147,
- 0.020217983783465503,
- 0.8095903234982511,
- 0.8195586602633721,
- 0.6446492559998832,
- 1.2706839534102832,
- 0.37801750827973035,
- 1.1458350750512873,
- 1.1432090910404673,
- 1.1602500293711078,
- 1.281477686609822,
- 1.040520256691317,
- 0.8001459286321673,
- 1.1491589639593423,
- 0.2906146290076127,
- 1.381443590192562,
- 0.18114922485337107,
- 0.5456417733582842,
- 0.9804656167645419,
- 0.00540663162370724,
- 0.2873354883445454,
- 0.950240075223073,
- 0.17143022897371002,
- 0.43455805256624247,
- 0.03444941441720928,
- 0.008464922492984176,
- 0.836885510868172,
- 0.007677170372541436,
- 0.30935899483562174,
- 0.8865529018137369,
- 1.0423765374236829,
- 0.05624344781415156,
- 1.364168140448003,
- 0.39334333588716697,
- 0.5362692546325887,
- 0.017414601772682805,
- 0.7360816803068058,
- 1.0542692148362853,
- 0.6877908561661605,
- 1.3332397675684515,
- 1.3973564328261439,
- 0.08513503354206178,
- 0.7869319070845396,
- 0.012403741560210726,
- 0.22778707336644044,
- 0.11590236760029857,
- 1.3664572341501715,
- 0.12117607670862039,
- 1.3019163394551436,
- 0.8846954087784267,
- 0.9899224961719487,
- 0.7885500300183756,
- 0.5846876751040974,
- 1.2833567560298127,
- 0.9582126181278957,
- 0.2713084172352991,
- 0.8725054931440136,
- 1.1287618772576469,
- 0.8938894689257402,
- 1.2158836571796587,
- 1.2533983018945078,
- 1.2013127725467017,
- 1.0879316613999852,
- 0.10662840897577548,
- 1.1138284394048157,
- 1.347798087758943,
- 0.9677526467171172,
- 1.3534143067026798,
- 0.003661221087784228,
- 1.226969311634432,
- 1.100741003772612,
- 0.9592566783515865,
- 0.7806764882338331,
- 0.6692637129869556,
- 0.25138228405587487,
- 0.8154699339798194,
- 1.3566923674618612,
- 0.8060704742720486,
- 1.3014016363144572,
- 0.012038927550843898,
- 0.8252123453065702,
- 1.2518001665347973,
- 0.8228327783956861,
- 1.2960854900887409,
- 0.14561925086141767,
- 0.10763850170456875,
- 1.3129428056379244,
- 0.5929731941006796,
- 1.3552973812266575,
- 0.48264564327583265,
- 0.07136430091141541,
- 1.36052701964688,
- 0.021923103731287107,
- 0.8514698908974991,
- 1.0863063245046192,
- 0.3872067383173418,
- 0.7814645414247747,
- 1.278005715174707,
- 1.381711401531555,
- 0.5651620068769848,
- 1.3122737491326444,
- 0.0022610945233740485,
- 0.5256942066680723,
- 1.296342694684963,
- 0.1514715165960883,
- 0.24934371495140867,
- 1.1941074228063602,
- 0.09978284743059285,
- 1.2759918394346896,
- 0.4473099411473838,
- 1.068306055218392,
- 1.0919493096314192,
- 1.2745978165505654,
- 1.233494395002715,
- 0.5108751056914993,
- 0.5133674753219388,
- 0.7760858648059222,
- 1.1895443771175434,
- 1.2093182555070976,
- 0.01803690767227487,
- 1.1634593814651197,
- 0.1793224478645606,
- 0.482136831695987,
- 0.7312229614701035,
- 1.154779335450455,
- 0.7044959120085426,
- 1.4078375612615304,
- 0.31475985912639415,
- 0.8915414512384529,
- 0.8635309467944864,
- 0.4487378255361288,
- 1.0748894781889484,
- 0.3207401848338815,
- 0.9931656567690904,
- 0.137304874419906,
- 1.1497733650151156,
- 1.4122736511215461,
- 0.7646554572899571,
- 1.1021734916616932,
- 1.399525394233692,
- 0.00505197659824059,
- 0.7812078549569321,
- 0.6876800987247857,
- 1.1990174135528484,
- 1.031474472616173,
- 0.12272110323865562,
- 1.407014662139552,
- 0.10271169203309938,
- 0.799459479423827,
- 0.5352560835448787,
- 0.4955060759277008,
- 1.124741377011041,
- 0.3950505725373031,
- 0.16860557145767244,
- 1.322871440996411,
- 0.636138991294743,
- 1.3125204646198678,
- 0.7838842804074183,
- 1.4120850822376976,
- 0.1177016064216184,
- 1.1995849980426456,
- 1.0908776226348198,
- 1.231664451666169,
- 0.8343967724743018,
- 0.6405795354602233,
- 0.7314707306117753,
- 0.8719895399213189,
- 1.2536824170730592,
- 0.8731093582575157,
- 0.2346173325015518,
- 0.10617031628761288,
- 0.42463645672569345,
- 0.5799471981858352,
- 0.7545464713614454,
- 0.148244396935198,
- 0.11841553834306495,
- 1.2281513697525301,
- 0.4754116834161307,
- 1.2057162732408966,
- 1.0410375750899756,
- 1.0106158703801527,
- 0.6558322996837178,
- 0.18682117269794538,
- 0.30948062315609065,
- 0.9034633968189949,
- 1.3392355990043594,
- 0.16521133562484436,
- 1.0791325601690194,
- 1.144378883490485,
- 0.1889386147649566,
- 0.48024242433109615,
- 0.9689913380055104,
- 0.06148521827654781,
- 0.7014723621884704,
- 0.7129115092632907,
- 0.6126194215442796,
- 0.9207302204160397,
- 1.3888577262030546,
- 0.7972140167193762,
- 0.40559907792344124,
- 0.2843475539921553,
- 0.013500612536016993,
- 0.5527777711860418,
- 0.7958144725278006,
- 0.663358368456857,
- 0.7972803294293711,
- 0.5840632240756874,
- 0.01952739430629667,
- 0.39160030614667923,
- 0.7046867395129124,
- 0.10143032547591677,
- 0.9380265181882864,
- 0.851098347690492,
- 0.19521758539314876,
- 0.20572490821674047,
- 1.3506467550241252,
- 1.1239338669967256,
- 1.172561322263042,
- 0.6534947888770315,
- 0.7994544985112199,
- 1.0672488263704685,
- 1.1744835755004293,
- 0.3645470967874414,
- 0.2569914274340977,
- 1.074731836583401,
- 0.059611372131548726,
- 0.9130789550911311,
- 0.527679476158722,
- 1.0595443997680134,
- 0.5447906028464242,
- 1.2875939197603377,
- 0.7024781847216877,
- 0.28996650425645865,
- 0.26691277020955295,
- 1.1883849518745404,
- 1.3235026335407585,
- 0.867477278307682,
- 1.3107894597059688,
- 0.7427967424005415,
- 0.3754199474742963,
- 0.9402392991237207,
- 0.1096864580963021,
- 0.9679774512867627,
- 0.0739899594466438,
- 0.14422529908795745,
- 0.6250665959755586,
- 0.9546275250953808,
- 0.6918983825438383,
- 1.2394558156158353,
- 0.08496845421249163,
- 1.4125937123015693,
- 0.20615801819459809,
- 0.7867279453439943,
- 0.7552861844690798,
- 0.7558006383111531,
- 0.6738578932299722,
- 1.1632120769871361,
- 0.395665173924162,
- 1.0282443947026119,
- 1.1505481116415175,
- 1.3550100695174387,
- 0.2544141301367441,
- 1.3119094623310448,
- 0.9179128845999774,
- 0.8629454524953681,
- 0.663765525508209,
- 1.1471171241387519,
- 0.6266242736932606,
- 0.8420384019974319,
- 1.2606324912720557,
- 1.0725267747220262,
- 1.331690658487141,
- 1.4012424841429625,
- 0.8149213495721855,
- 0.6973126402126736,
- 1.2423780735285423,
- 1.1942950079738326,
- 0.9371328150766767,
- 1.2925926075674958,
- 0.16787630044105956,
- 1.1196283827234752,
- 0.7625405978987927,
- 1.119285088897271,
- 0.3851289842382558,
- 0.8382224206092741,
- 1.1792275216619312,
- 0.8837705483187808,
- 0.9688461912389531,
- 1.0049363370168292,
- 0.20402905187833403,
- 0.7712818206662914,
- 0.546963155607296,
- 0.8178498486966382,
- 1.1236100691853057,
- 0.5786798288458563,
- 0.9449775636020395,
- 1.2261100395850457,
- 0.6171114507454595,
- 0.27440709280368913,
- 1.249983069431509,
- 0.6913918081140935,
- 0.3186596895106715,
- 1.0864792528726515,
- 0.9330905314214555,
- 0.749755359688914,
- 1.1488841043776654,
- 0.39165566405308544,
- 0.8496536788876853,
- 1.1480977759318434,
- 0.9324277291405324,
- 0.3055397702663133,
- 1.3858396971139533,
- 1.1266199879408656,
- 0.4022657708743172,
- 0.3449746534009943,
- 0.006178717151712096,
- 1.102607580102724,
- 1.3682633144005307,
- 0.8969596910670619,
- 0.6786524256271921,
- 0.08862616614406103,
- 1.3606345807754725,
- 0.2819073051435138,
- 1.2818531753484157,
- 0.7737505850909422,
- 0.9013675274541338,
- 1.039008382346479,
- 1.1933182738863797,
- 1.0442581022192365,
- 0.6273842501491427,
- 1.1196560649855734,
- 0.6951079451899086,
- 0.5382559162863347,
- 0.5350182763207044,
- 1.4120901361802585,
- 0.7024427940852696,
- 1.0391891647464917,
- 0.9760426094200971,
- 1.1240918485507188,
- 1.3706317748566004,
- 0.4364096496056456,
- 0.7772019516360729,
- 0.3582848422196757,
- 1.1394139526077145,
- 1.1162879365557543,
- 0.9814066685813663,
- 0.08353722254897669,
- 0.7281363561197218,
- 0.6979965439753217,
- 0.9603650990549828,
- 1.3501544042321565,
- 0.3426528746998467,
- 0.15026834336753542,
- 1.0452289976244111,
- 0.25710030683913015,
- 0.6961145827549163,
- 0.48972702345711033,
- 1.2414924242020111,
- 0.8072626562668384,
- 1.2890493254641076,
- 0.863002484675469,
- 1.2994115928254668,
- 0.3395309892685,
- 0.9582217947003445,
- 0.2871077787826284,
- 1.103483911089704,
- 1.2555494398619342,
- 0.6904130623661274,
- 0.15891815453120187,
- 0.3487676570412162,
- 0.5291701293529943,
- 0.32752872411464345,
- 0.2489159814897042,
- 1.3975081309493234,
- 1.1921840384175513,
- 0.5246356033861685,
- 0.07397818001312104,
- 1.2507174950636892,
- 0.6942774736769081,
- 0.9179873087791848,
- 0.8020916921272502,
- 0.018216507027395523,
- 1.2080860819601296,
- 0.4364734328262763,
- 0.8187923575616515,
- 1.2439436964457984,
- 0.29821842014975347,
- 1.2540294813702295,
- 0.48888210132960985,
- 0.8738314106263627,
- 0.44436522309764864,
- 0.9962211547896132,
- 0.7391209043289876,
- 0.10151836729599832,
- 0.4955850910628262,
- 1.2636822161133499,
- 0.0028836130300828144,
- 1.0190480276076135,
- 1.3680155028925534,
- 1.3809570615963107,
- 0.5188315161317271,
- 0.2625829351175213,
- 0.10133893285218955,
- 0.5334042544488198,
- 0.5601205844044447,
- 0.6596316697055645,
- 1.3187187325699943,
- 0.7027809515776322,
- 0.970832547420154,
- 0.7322086925289517,
- 1.1294688199099858,
- 1.203406809471835,
- 0.4239419249334306,
- 0.900120403959778,
- 1.2500249715079166,
- 0.3403009553311315,
- 1.3406111159735108,
- 0.43436968417709004,
- 1.167534079558006,
- 0.8635699932284575,
- 0.30474927291646686,
- 0.14338909212992,
- 0.28772830020488566,
- 0.010993886439991973,
- 1.2373648071113117,
- 1.3626237498287492,
- 0.7783594480231107,
- 0.5413645759488391,
- 0.9618599008610753,
- 1.232689009960159,
- 0.8345162138155724,
- 0.9480854254552018,
- 0.20721789788612796,
- 0.6169049292498824,
- 1.2544724859389949,
- 1.2818875903025646,
- 1.1086097944708069,
- 1.2020679314097793,
- 1.2389701747325863,
- 1.391582085788899,
- 0.05495497046894412,
- 0.94654477181981,
- 0.19265713048262081,
- 0.7082164273434457,
- 1.1986383521342254,
- 0.30775676724378925,
- 1.155089902446612,
- 1.2813784282842606,
- 1.154373822586743,
- 1.2754150780527373,
- 1.1114034126132057,
- 0.521557493021845,
- 0.8278027823738183,
- 0.06506644279139245,
- 1.2570501130522957,
- 0.015639144207612643,
- 0.7177911285248243,
- 0.14130534395068667,
- 0.6372289484416159,
- 1.210038167113907,
- 1.2794971821817291,
- 0.5467734192160026,
- 0.27217109655416444,
- 0.2830173889325709,
- 0.15897730418289785,
- 0.6740722435361844,
- 0.5276484816595916,
- 1.390974160235293,
- 0.14784603874540184,
- 0.9422435033849287,
- 0.7649497202892266,
- 0.4216388249092207,
- 0.5154041791349027,
- 1.3637447968169283,
- 0.7801887061260436,
- 0.19535267447103252,
- 0.17404682594692505,
- 0.6652411988040903,
- 0.8743620162716216,
- 0.6078610005705886,
- 0.6961274077872526,
- 1.1950659436110234,
- 1.2196684257625485,
- 0.07985115284823475,
- 0.9596801515442163,
- 1.388145571302433,
- 0.13033507745433012,
- 0.39294591671758095,
- 0.9799614806942044,
- 1.352248579599269,
- 0.3304735560781669,
- 1.2090368074943527,
- 1.0690585668802344,
- 1.3509809100445187,
- 1.1331442775000056,
- 0.0889541162459441,
- 1.3125968117258822,
- 0.6011021392985171,
- 1.2643433281643173,
- 1.1702914321058686,
- 1.2497794135443039,
- 0.8498557390136461,
- 0.03703278550935377,
- 1.2998353632526956,
- 0.04368780126678223,
- 0.5090470229339827,
- 1.307983539274919,
- 1.2209148455160301,
- 0.12425009845937023,
- 0.0030840320536610535,
- 0.8333450953337763,
- 0.5857431905173818,
- 1.262263304391654,
- 1.3106844168653018,
- 1.0551268043266957,
- 0.7079035163982855,
- 0.8987650439514642,
- 0.30316430134652095,
- 1.0851125494590763,
- 0.7868026237251684,
- 1.2048865394745556,
- 1.3015013037583343,
- 0.4437373946088732,
- 1.1000867349653773,
- 0.9480991247705486,
- 0.24961228046267853,
- 0.03250570843089141,
- 1.2720056036196214,
- 0.10576610890370686,
- 0.8222717290206673,
- 0.27088868999886223,
- 1.157120384346931,
- 1.0705828421256423,
- 1.3555056277397457,
- 1.239045698672839,
- 1.0727358699244784,
- 1.3517357649362451,
- 0.89347813601459,
- 1.0085409289237361,
- 1.0660937573985545,
- 1.1659170945808661,
- 0.2308080739429818,
- 0.4324701590990228,
- 0.32458547064505383,
- 0.2725288862191591,
- 0.5520635083264775,
- 0.7856788802400266,
- 0.5483830997280523,
- 1.3020713252068383,
- 0.17564071568851486,
- 0.5390075623180742,
- 0.013008741129289996,
- 0.5280644164613726,
- 0.9193465658150456,
- 0.9651416967092612,
- 0.6032296780664097,
- 0.44608883707584035,
- 0.39423970324757,
- 0.4402362020308757,
- 0.5210781465050269,
- 0.47780530372706226,
- 0.1735395661524016,
- 0.4018699089270299,
- 0.5042617155527925,
- 1.2110690207202943,
- 1.358967226171254,
- 0.9062229379704856,
- 0.5105027254888505,
- 0.9215454200050603,
- 1.4020368094423923,
- 0.26734535041904606,
- 0.056526210539131615,
- 1.254061561228463,
- 0.09268670657841155,
- 0.9062244432879307,
- 1.2204830480279907,
- 0.3638201063881691,
- 0.43758230992453456,
- 0.11550915746922112,
- 0.10598166676347058,
- 0.11208805864681033,
- 0.10350742765667836,
- 0.04521053377816567,
- 1.1896304831571103,
- 0.7545253166366636,
- 1.1212029624374116,
- 0.48213274622742947,
- 0.9105828268157252,
- 0.9804993274973577,
- 1.3732091927117966,
- 1.3523012157080225,
- 0.5491016102100188,
- 1.1566369489967554,
- 0.39727243658090267,
- 0.6598319837070246,
- 0.6153277698616375,
- 0.4447594213531242,
- 0.5804748387724316,
- 1.204217616320316,
- 0.9940111848554379,
- 1.2589451768479851,
- 0.8142040226326037,
- 1.2496522667914598,
- 1.3932933520524222,
- 0.5947036562518307,
- 0.49475496407895614,
- 0.8493218764476184,
- 1.1624078298242657,
- 0.7017895189163154,
- 0.5137283319293177,
- 1.337005811353047,
- 0.4104360623080654,
- 0.4162385096107205,
- 0.11779280098606675,
- 0.6235941461959101,
- 0.9449425021909844,
- 0.97316450778557,
- 0.2048523945193079,
- 0.77423454552016,
- 1.2570726260585925,
- 0.675395040557955,
- 1.2589952426550177,
- 0.2061931816712928,
- 0.4026526479805219,
- 1.1327468241343541,
- 0.024560642326729568,
- 0.8143867502434579,
- 0.03498759364500746,
- 1.212596480087258,
- 0.03795804530195201,
- 0.6868993612609794,
- 1.3434087693765282,
- 0.35615061090800937,
- 1.0561267945517039,
- 0.4324744718091518,
- 1.1762973248287425,
- 1.1163906737134541,
- 1.1699293164950453,
- 0.0010706677086553319,
- 1.06567577514976,
- 0.257054244857554,
- 0.996448448563361,
- 0.9498757502987076,
- 0.3979345881165305,
- 0.44651894726978764,
- 0.5998760649410324,
- 0.9286802145729488,
- 0.8923260619388619,
- 1.2033446307194016,
- 0.6715214539979796,
- 0.43715076066605746,
- 0.8344494842209897,
- 0.06807678908723443,
- 1.0281103625063386,
- 0.4878224026568743,
- 0.007556286925651902,
- 1.2195472046002207,
- 0.5803929880659173,
- 0.6168038887736969,
- 0.7997997419956698,
- 1.167393296848888,
- 1.0216265292362399,
- 0.38005103656498507,
- 0.7234570032862152,
- 0.13336231993990844,
- 1.2973217839817388,
- 1.4046781202566445,
- 0.8832226197599565,
- 0.2836728571624155,
- 0.6942765116457483,
- 0.3548029823923016,
- 0.949251014648491,
- 0.0045040975525422995,
- 0.9524760335569499,
- 1.09087156561649,
- 0.8043023845276585,
- 0.6466552918654855,
- 1.3381760716468305,
- 0.5664873318142478,
- 0.6403811153199414,
- 1.3707628705057353,
- 1.115076954679404,
- 0.9698194691655647,
- 0.893073491326163,
- 1.1491473120415234,
- 1.389073946933859,
- 0.9712809744644423,
- 1.117749360497821,
- 1.3420102008310781,
- 1.296539109547708,
- 0.12114483464372902,
- 0.8266060036347803,
- 0.565239625683108,
- 1.30113390260654,
- 0.5496401038068309,
- 0.8828760798366354,
- 0.002302055736454098,
- 0.4887187752103126,
- 1.2363238207810732,
- 0.9843843361656672,
- 0.22769548411863055,
- 1.058551719503879,
- 1.2639878151506132,
- 0.9579566703611577,
- 1.000309937993365,
- 0.879708589285908,
- 1.098725487781539,
- 0.9057161820662154,
- 0.17577616041022553,
- 0.7762696056501684,
- 0.11144080498660501,
- 0.9431515343714739,
- 0.4886843524119765,
- 0.14046267354525296,
- 0.5157999706337479,
- 0.9582155094677131,
- 0.22877266051841424,
- 0.9223406511159994,
- 0.9364389698712516,
- 1.1469947133396863,
- 0.5806844604414804,
- 0.16383149254679438,
- 1.3140147314557495,
- 0.23372649393741685,
- 0.9552864564255854,
- 0.12341155136171228,
- 1.0891858786388209,
- 1.1887754505291488,
- 0.8597866703875376,
- 0.23094540101502245,
- 0.3241375168586643,
- 0.49701061617618536,
- 0.414907780299307,
- 1.1340892027780491,
- 0.679573805595923,
- 0.3617654998900184,
- 0.60007998386558,
- 0.4833052263656383,
- 1.3605384319778973,
- 0.4114779266688396,
- 0.5311835521618552,
- 1.2362880930466895,
- 1.264542376188958,
- 1.0500776706525201,
- 0.7913240430426716,
- 1.1784260961899091,
- 0.6506786728504953,
- 0.8110657611497224,
- 0.17178776977769447,
- 0.596217722381341,
- 0.6055986404770836,
- 0.8622701455146503,
- 1.3701033551430513,
- 0.1754141630972907,
- 0.9629672633039086,
- 0.9851931325717768,
- 1.367962758875658,
- 0.8344688658536519,
- 0.6120516262813708,
- 0.5670105590257922,
- 0.41571238240374725,
- 0.8364012956461897,
- 0.29857069063857145,
- 1.2110287352707854,
- 0.2448730412174945,
- 1.1100615004275902,
- 1.0816912137088117,
- 1.3637975173921648,
- 0.655384659402324,
- 0.5754855756749334,
- 0.6214619253730067,
- 0.7214666645973161,
- 0.1516433325483673,
- 1.2633616612359477,
- 0.7919479563403725,
- 0.25539309404128435,
- 1.3611867844897099,
- 0.13868039204108695,
- 0.701275525130618,
- 0.08327067781969141,
- 0.760932768569216,
- 0.5580047399336606,
- 0.6047610450352714,
- 1.0724697684566338,
- 1.0934346711871994,
- 0.3610251146406538,
- 1.1095616152141095,
- 1.2246986657410135,
- 0.05315746978819388,
- 0.07488769925521142,
- 0.31622155617761294,
- 0.8474007709006965,
- 1.181301035569884,
- 0.3419255018653419,
- 0.4970573895013083,
- 0.6966576630645549,
- 0.4491203820776074,
- 0.8673246176874821,
- 0.6470179434701646,
- 1.0984265996308096,
- 0.3232830322361469,
- 0.16894119483782147,
- 1.394194328162992,
- 0.7960037116561681,
- 0.1078511812701181,
- 1.045831481779717,
- 0.7611266656228997,
- 1.3202619660381179,
- 0.42797901098958463,
- 1.2390775641720606,
- 1.1771805449767245,
- 0.69597587656121,
- 1.274847316774012,
- 1.2746616148352854,
- 0.805849347719546,
- 0.6352610819332117,
- 0.45975315465234273,
- 1.3237064289854767,
- 1.001961475481342,
- 0.9495667018229701,
- 1.2616491410314539,
- 0.14089955709847543,
- 1.142626282127134,
- 1.235795663294454,
- 0.5595898780310119,
- 0.1994764699713171,
- 0.1600360035132596,
- 0.5995030435380491,
- 0.90334169000186,
- 1.330289268802218,
- 1.2626699268668244,
- 0.8339868015067103,
- 1.1036926026764886,
- 1.214691230749159,
- 0.20571930937799726,
- 0.8989686011265468,
- 1.1027626818243064,
- 0.7445649228104677,
- 0.31528087794774506,
- 1.3093032534449756,
- 1.098425427207415,
- 1.2556660302844314,
- 1.2783179455409794,
- 1.0647455101863854,
- 1.2095553513035746,
- 0.5475541145356013,
- 0.9783470566556555,
- 0.9321089109137386,
- 0.1538127151528075,
- 0.2917641350455677,
- 0.5632287673894895,
- 0.9177672775296656,
- 0.8066000198603459,
- 0.7640878908053054,
- 0.02978942539896622,
- 1.0433199069317318,
- 1.4131938237990076,
- 1.2430227121475153,
- 1.3669609230316622,
- 0.11798526727449903,
- 1.0045112585400588,
- 0.4213411403917415,
- 0.3820883362059651,
- 0.5388101847557615,
- 0.746870898512429,
- 0.8932215666489068,
- 0.1170846353222692,
- 1.1537494635647294,
- 1.3728973881246154,
- 0.37114400520857777,
- 1.1129342610176012,
- 0.6250141748521986,
- 0.03757732905097367,
- 1.2867140322738455,
- 0.17692677392694023,
- 0.09622605358473812,
- 0.18768025160628832,
- 1.4127357410709935,
- 0.1502854173087196,
- 0.9056880253782075,
- 0.49670071346442746,
- 1.1200622267265434,
- 1.3969851956632153,
- 0.12059572435960772,
- 0.9509661872582786,
- 0.07056646361674174,
- 1.3688155454412918,
- 0.49049756925951615,
- 0.4794945026440004,
- 1.3709992206332067,
- 1.3565887949508133,
- 0.7247301311386362,
- 0.4445773001769508,
- 0.9426983636431577,
- 1.2723363726830996,
- 0.890903882821764,
- 1.3044570238626285,
- 0.46210953721471415,
- 1.0968241622793136,
- 0.7047689795024316,
- 0.11284975876268225,
- 0.31744034208399674,
- 1.0329456310062228,
- 0.2774639754436714,
- 0.16089174710370385,
- 0.16347700804912543,
- 1.0709294709207384,
- 0.34769917435510844,
- 0.6498093015252354,
- 0.9770486433821848,
- 1.1253351858322296,
- 0.2587533824068735,
- 1.3198039094412932,
- 0.8403427835775037,
- 0.27574340133083813,
- 0.1735740422881889,
- 0.43044240329675804,
- 0.5414905379172696,
- 0.8456045152374627,
- 1.3228160887162141,
- 0.6346643682695746,
- 0.08590295128482602,
- 1.1597269616784482,
- 0.7909916231530421,
- 0.42669911415667844,
- 0.8033170432280097,
- 0.565999072008367,
- 0.6215163157315776,
- 0.6971642081787945,
- 1.1805093829402349,
- 1.1569689014579703,
- 0.6135229548674274,
- 1.0893976766243565,
- 0.4843034056388823,
- 0.5406988300676782,
- 1.0859472985599437,
- 0.31221815190575924,
- 0.8624530455527186,
- 0.27155911090694784,
- 0.5399322019309561,
- 0.918090700966296,
- 0.9163835759341956,
- 0.5653772628760206,
- 0.5858252846156415,
- 0.21153389000588257,
- 0.25638518238300845,
- 0.5417031011376351,
- 0.4616013375064422,
- 1.126032284088994,
- 1.280561339145373,
- 0.4514695477135491,
- 0.9247830435649009,
- 1.2733820346813596,
- 0.9177371687279304,
- 1.1529055418406269,
- 1.0037557957250747,
- 0.3472796894714797,
- 0.7179112927783671,
- 0.39817609356751943,
- 0.08877198853047107,
- 0.377298507580842,
- 1.1262638788772548,
- 0.8219425954239865,
- 1.3923210641031503,
- 1.3699493337729802,
- 1.1122280572971097,
- 1.3428795789813563,
- 0.47159744727347974,
- 0.11289312209111305,
- 0.7067664250010347,
- 1.3890307914665228,
- 1.3713123798802838,
- 1.072452681793932,
- 1.258338951272056,
- 0.4321900054107029,
- 0.3984920807745536,
- 0.8294251010549035,
- 0.20641273454690656,
- 1.0345813839497446,
- 1.3395394380999546,
- 0.25600138276754525,
- 1.0293149483667332,
- 0.9502041784063773,
- 0.278848039218275,
- 1.3651128373852397,
- 0.6106947415540895,
- 1.1890280581529233,
- 0.09626416898223512,
- 0.7517170318623356,
- 1.3391377253552401,
- 1.1701929553130899,
- 1.0674866751307863,
- 1.1903828902891542,
- 0.9192117746344356,
- 1.0799754197647324,
- 1.1330470931453842,
- 0.2875399713917154,
- 0.6036008289444903,
- 0.6741045981878554,
- 1.1723167218605646,
- 1.3429341308426577,
- 1.3312926492011707,
- 0.7197811799121896,
- 0.014953102515585303,
- 0.6705281346996379,
- 1.1544722704835784,
- 1.390606940768891,
- 1.00759138432225,
- 0.03152367395057871,
- 0.38563929199361113,
- 0.5732914646424253,
- 1.3738397328149337,
- 1.3515371349805185,
- 1.1219027574948395,
- 1.376160266781922,
- 0.6567560211912657,
- 0.7430708901773312,
- 1.038630221135016,
- 0.5135238094747958,
- 0.21353105101553327,
- 0.19759328628498732,
- 0.8567758265392101,
- 0.31776331766532495,
- 0.949246539345468,
- 0.967935553094201,
- 0.1590006930011497,
- 1.3635327362959475,
- 0.09582237036830826,
- 0.3343419743380449,
- 0.4323641694230904,
- 0.4054975892381809,
- 1.090820069851085,
- 0.7563136633956439,
- 0.31452999673175114,
- 1.0382345010355576,
- 1.1509722993989426,
- 0.7504940639228879,
- 1.266812790406208,
- 1.1180005722558881,
- 0.18685368781215816,
- 1.2724515866936008,
- 0.9808313811486266,
- 1.168058245174539,
- 0.4684275169366723,
- 1.0710224003808113,
- 0.8694067815923413,
- 1.2347729415928954,
- 0.8490222410603796,
- 1.0622385513933392,
- 1.2718578897399093,
- 1.3676522372944135,
- 1.0074512927149486,
- 1.0424905040025751,
- 0.8437323035545753,
- 0.5862658755331996,
- 0.8735562105954997,
- 1.2600212736097929,
- 1.2833358199083524,
- 0.9912125336764145,
- 0.6573443585627916,
- 0.740886369602456,
- 0.11759718990934123,
- 0.021429000196741366,
- 0.011653944717781596,
- 0.6980497453412473,
- 0.8757141412710803,
- 1.3331417868163493,
- 1.0498016423906453,
- 0.6044989541646629,
- 0.33884448451649685,
- 0.08686204009737312,
- 0.9555838110067648,
- 1.1262348551028845,
- 1.3066466351998653,
- 1.0676065216647723,
- 1.4062905147544869,
- 1.0029036004593286,
- 1.2151516584289561,
- 0.4217219254572935,
- 0.15277629111213448,
- 0.2937867197416156,
- 0.7950341609009777,
- 0.49654717902235407,
- 0.9218713208223095,
- 0.40440388745170414,
- 0.9798316136113088,
- 1.2243410272974737,
- 0.6009433324161527,
- 1.2841542080170438,
- 1.2937708078483987,
- 0.35645906538572325,
- 1.0028146150411956,
- 1.2143795526047312,
- 0.7586957834677555,
- 1.0351540742233658,
- 1.3460944283675138,
- 0.6142471718839774,
- 0.7740917342196982,
- 1.3116677280083822,
- 0.4496399133621932,
- 0.8913955035883916,
- 1.3689225982741022,
- 1.0012582019518934,
- 1.2127229014634269,
- 0.13732329285161496,
- 0.7205765168123497,
- 0.8358774667153458,
- 0.840727419669981,
- 1.3536838668250757,
- 0.41460956194659426,
- 0.8079317928350228,
- 0.36249473695990025,
- 0.4119565587787063,
- 0.7244565628665728,
- 0.5818304966875547,
- 1.4029659573518256,
- 0.20612777329355725,
- 0.17167181794828476,
- 0.0686356388738897,
- 0.6232148942404895,
- 0.5589830692122004,
- 1.0735999481903835,
- 1.183592203382185,
- 1.16796907601443,
- 0.9059056547697433,
- 0.14218217221958288,
- 1.1712505679251013,
- 0.520039084400711,
- 1.063060109076636,
- 0.40437163574093615,
- 0.5147977863897427,
- 1.029834932989067,
- 0.8278161649390197,
- 0.12685356051901436,
- 0.6975736639696117,
- 0.5395889091241128,
- 0.08534813817460012,
- 0.13558136512972396,
- 1.3126335851546567,
- 0.5728913682487984,
- 0.979336170349931,
- 0.643052850586676,
- 0.917164187915104,
- 0.21082103479990513,
- 0.8856077121172853,
- 0.8981404343686453,
- 1.092746751796565,
- 0.8237400897844324,
- 0.36258429915419843,
- 0.7877306601730966,
- 0.5262643830428828,
- 0.2738566904151657,
- 0.8337771801597058,
- 0.37209242144259214,
- 0.4235588822320894,
- 1.1449903615353507,
- 1.1649264215106954,
- 0.8431443383023562,
- 0.1920544754913243,
- 0.05743200193784981,
- 0.799204544124935,
- 0.4680820326810181,
- 0.1230289080700576,
- 0.7460236369702822,
- 0.5913413075656907,
- 0.08236894904825576,
- 0.6976331824768829,
- 0.5887245945815095,
- 1.1508451430900726,
- 0.9511922533826194,
- 1.0622659498916915,
- 0.5643390745186264,
- 1.2116357154852042,
- 1.120920243980891,
- 1.354533614939014,
- 0.520350814543211,
- 0.38713810403202165,
- 0.8161821270255961,
- 0.5758669119001346,
- 1.2443712890882064,
- 0.21788094790277937,
- 0.6956310454776184,
- 0.7822705180687807,
- 0.5573166764670592,
- 1.1859839015993734,
- 0.2640459748040211,
- 0.8455789860814932,
- 0.24011803801260762,
- 1.1511641866840114,
- 1.1874725149700378,
- 1.0424049461349205,
- 1.3720657570152113,
- 0.9051615961664962,
- 0.7376083875013487,
- 0.7119183343568752,
- 1.223413572558711,
- 0.04427286915962049,
- 1.024637131402049,
- 1.148851271282837,
- 1.3218032972884333,
- 0.3812328771196877,
- 0.44682801755391316,
- 0.05647602734686945,
- 0.4474958069378578,
- 0.21826915594737017,
- 0.3415588346223582,
- 0.9145105815620764,
- 0.7483468395269494,
- 0.35946210995309213,
- 0.47514065954350265,
- 0.5587648086430286,
- 0.2789688166858359,
- 1.2548949951113542,
- 0.9299076631303272,
- 1.088542198093413,
- 0.10389649041309229,
- 0.8028242831165935,
- 1.0918220769062028,
- 1.3439835358109056,
- 1.1261698853417899,
- 0.27521683010021225,
- 0.32104864518649345,
- 0.45192215977763495,
- 0.26252425836647303,
- 0.7695868686339237,
- 0.19953757403759512,
- 0.37053873272343407,
- 0.13298572929503763,
- 0.05735235181121189,
- 0.3684683332276386,
- 1.049800083954421,
- 1.0167846715539033,
- 0.3883330747341845,
- 1.336556386244627,
- 0.22942431386992929,
- 1.3116995655940111,
- 1.3537671317714794,
- 0.7737116731737274,
- 0.4435128154349206,
- 1.294656925407187,
- 1.1110612511436158,
- 1.3442236610374532,
- 0.8624529973228742,
- 0.7341472724904344,
- 0.7382241099857085,
- 1.2664552396957751,
- 1.1661958989714118,
- 1.1882308591363868,
- 0.7872151329046491,
- 1.1922994884771159,
- 0.9959280507502681,
- 1.1158262490670745,
- 0.8354366950894169,
- 1.3990135400326655,
- 1.2352435823138082,
- 0.5873703453545649,
- 0.7466406646204238,
- 0.2725594158217831,
- 0.9575792115599107,
- 0.6298446416977517,
- 1.2302604397556482,
- 0.2916191086612167,
- 1.2061520579764193,
- 0.4251246040982219,
- 0.6547916957868748,
- 1.1341027625043227,
- 0.1190350066201155,
- 1.2812828417122755,
- 1.1118030088359028,
- 1.0807770764155396,
- 1.0265008749809155,
- 0.5284895907534415,
- 1.0780975318997432,
- 0.01177824094423891,
- 1.3890750739676634,
- 0.036336629919729066,
- 0.48963359584160737,
- 1.072419628045763,
- 1.0828739660065712,
- 0.5532551169898041,
- 0.3975410267619801,
- 0.367205316419194,
- 0.8762211264679718,
- 1.1321882612740641,
- 0.611800585977985,
- 1.0612117306139068,
- 0.34410756799132514,
- 0.016815964597414513,
- 1.1516119468857349,
- 1.2889048556198237,
- 1.024172891550879,
- 0.794604155426858,
- 1.0436738014137028,
- 1.0579221742621014,
- 0.5403256288098159,
- 0.5474756471996751,
- 0.7678710844807578,
- 0.9418682233615916,
- 1.0341751950202094,
- 1.2677865743241508,
- 1.2811471091061453,
- 1.1680902911228226,
- 0.2560151630084237,
- 0.31590147883542957,
- 0.9630709838190705,
- 0.6365846309622872,
- 1.1471403482571867,
- 0.6746976245284173,
- 0.06751075007558471,
- 1.3104919081629627,
- 1.2949312316857788,
- 1.3593413703799375,
- 0.6449499338615193,
- 0.14582197895902885,
- 0.8267415930897661,
- 0.30853298256251555,
- 0.27537243334719125,
- 1.2799048206506196,
- 0.42591193369803404,
- 1.136238594997024,
- 0.29764209277796244,
- 1.007718072122758,
- 0.6977298048540239,
- 0.5596585041121921,
- 0.242125569682581,
- 1.0000348475756995,
- 1.153299863489489,
- 0.6151242021647575,
- 0.4035539394440419,
- 1.1564559280514484,
- 0.4044801614063609,
- 0.9148121565670425,
- 1.0924581189170268,
- 0.38780420344289607,
- 0.7082012377198388,
- 0.5210114924464507,
- 0.7654924466682438,
- 0.058696143878542,
- 0.39645887907368893,
- 0.3356458641546539,
- 0.6107207288497932,
- 0.49203843391839436,
- 0.7467905574238265,
- 0.6787788258214991,
- 0.22848852969439487,
- 0.3943624130808434,
- 1.177956313768891,
- 1.0007892910125604,
- 0.9971565382036539,
- 0.6075452016654294,
- 0.9774189508080141,
- 0.1407424482179433,
- 0.23600815680641954,
- 0.31888305798276073,
- 1.3245702796077234,
- 1.231635963667131,
- 1.3558099676529,
- 1.26917381098328,
- 0.27174431353613415,
- 0.03366837931682679,
- 1.028399175779412,
- 0.9630252502217659,
- 0.14435345850466613,
- 1.3255797967484342,
- 1.0789426365832937,
- 0.8306470155133046,
- 0.21291217628070927,
- 1.0273406127283706,
- 1.0714357607269631,
- 1.2504686166516348,
- 0.5920937827343233,
- 0.6282333966463162,
- 0.9434952848888696,
- 0.9007576808081139,
- 0.10589798426331168,
- 1.2197200108530626,
- 1.1962277276853621,
- 0.45865315840641824,
- 0.9272868787022945,
- 1.2057598413431183,
- 0.6687862483030568,
- 1.1353835277089648,
- 0.3514213448973269,
- 0.18038187657626972,
- 0.7321622499372781,
- 1.337647248340957,
- 1.3430747403094085,
- 0.42356711144115594,
- 0.17028153559896952,
- 1.2118351174066988,
- 0.058303937105434696,
- 1.047910682901813,
- 1.3386590010086503,
- 0.595176221077239,
- 1.0487408175861297,
- 0.984069219283974,
- 0.18223055354699255,
- 1.1202043394224594,
- 0.032211273307733775,
- 0.7886566224733222,
- 0.04533874893716925,
- 1.3485240754669388,
- 1.2141109321192864,
- 0.4641747314454641,
- 1.3441416802738408,
- 0.6033163466122068,
- 1.4099011285153977,
- 1.3113821350972656,
- 0.11790687086921886,
- 0.5856180388395373,
- 0.6768617830580541,
- 0.9067451440564458,
- 1.2038444746136516,
- 1.3854056565509762,
- 1.301535725029754,
- 1.362331540049858,
- 0.208231750222167,
- 1.1936038380032299,
- 0.21836319826977746,
- 0.0033708031701243386,
- 1.2262053671536117,
- 1.1709787757172347,
- 1.0547289444994292,
- 0.487716456724776,
- 0.01596035731011093,
- 0.633085152434518,
- 0.32508699937979657,
- 0.35120442159058296,
- 1.0335831242624165,
- 0.8528548377863229,
- 0.650402573203207,
- 0.6994921748081384,
- 1.3629753640441344,
- 0.1490807621783209,
- 1.4084158417532209,
- 0.5427067400906659,
- 0.9285399010058935,
- 0.5787046133734305,
- 0.4934139851309851,
- 0.3728045382366313,
- 0.9412483131403666,
- 0.8447037719113659,
- 1.4060792380573766,
- 1.086297378221291,
- 1.3452767279647688,
- 0.5217272336775708,
- 0.8101033945680541,
- 0.2181451153344426,
- 0.8353561473211083,
- 0.9738619076756059,
- 1.0415592515569145,
- 0.28835087198527476,
- 1.1729072818200286,
- 0.0929767983011797,
- 0.01339738725907089,
- 0.5298294194158948,
- 0.1584798948663333,
- 1.2643246943109085,
- 0.9164903723604383,
- 0.31241892477997024,
- 1.0286319297037358,
- 1.202112395537734,
- 1.2041707107731348,
- 0.7527767489349046,
- 0.7349233296348368,
- 0.800419573761911,
- 0.6163695489005644,
- 0.2508152963116959,
- 0.6225317881850848,
- 1.2459001831323537,
- 0.8698908296787263,
- 1.3410956339869027,
- 1.0728547212201052,
- 1.0212016723078956,
- 1.3738644701605511,
- 0.10931089533731936,
- 0.6053133771184569,
- 0.6094542865400608,
- 0.8945764679659464,
- 0.4335893474698361,
- 1.2948597634548005,
- 0.2501510453707668,
- 1.203707075570327,
- 1.2765906577901072,
- 1.2458254073676345,
- 0.24405124367766737,
- 0.9647667467618882,
- 0.3374408385720941,
- 1.1316904017104858,
- 0.9078220030592254,
- 0.9951495954866005,
- 1.3772504412065352,
- 0.002648643739275242,
- 1.3217766811593084,
- 0.8115278396938997,
- 0.7739810521754951,
- 0.8530960389543574,
- 1.2663550162969688,
- 1.2035726525379138,
- 0.7971989504663243,
- 0.3231098664184991,
- 0.665929167170845,
- 0.6374360308283269,
- 1.33852254864836,
- 0.36729518329656363,
- 0.9384777747814276,
- 0.49610340095850186,
- 1.0819880200329748,
- 1.3767300129675035,
- 0.3102992249317617,
- 0.2740477724138888,
- 1.2645191527930708,
- 0.7122326242903015,
- 0.5845554282374735,
- 1.0453501950091493,
- 1.254087211902687,
- 0.9129578702160625,
- 0.8322167322361549,
- 0.5440829238104968,
- 0.2865698317769415,
- 1.3058090936890252,
- 1.1126043784099733,
- 1.068826082569096,
- 0.637280737546248,
- 0.24909110123060021,
- 0.2782211657733538,
- 0.4022447091933098,
- 0.222050398586785,
- 0.9982632277020621,
- 0.32249896356354635,
- 0.663158172152684,
- 0.0035126083929089037,
- 1.011663271231238,
- 1.1849356528553132,
- 0.4304277141092387,
- 0.9010285995401162,
- 0.18610984188336005,
- 0.7623435734601797,
- 1.4069564748502401,
- 0.7996268259595376,
- 0.98513741252531,
- 0.3077863224285812,
- 0.4418924413307339,
- 0.9495200977245888,
- 1.1150690448687168,
- 0.5974230775055049,
- 1.1891783445515833,
- 0.41827411397221875,
- 0.8160485406934209,
- 1.0049254283793958,
- 1.0913640594001384,
- 0.8295866332651854,
- 0.4452527106182383,
- 0.7530954861305711,
- 0.0259714599092472,
- 0.9665535457815853,
- 0.37595408614549053,
- 0.46872347250857493,
- 0.36784012175577663,
- 1.2790326465489605,
- 0.303198191069138,
- 1.0475060411970283,
- 0.7867272050964247,
- 1.269731340675326,
- 1.3601282547727116,
- 1.1509734906653182,
- 1.1287258139816412,
- 0.9224137496238397,
- 1.0911916370734416,
- 1.1743910109126294,
- 0.58288359499667,
- 0.7736920795837078,
- 1.026335457263069,
- 1.167526648976969,
- 1.182813926472878,
- 1.2553059721737891,
- 0.49367393074754495,
- 1.2841272334590499,
- 0.754957571069549,
- 0.23158538068880893,
- 0.5238616357653094,
- 1.3421200822284043,
- 0.3826480240409041,
- 0.2801257307601528,
- 1.0324073813778087,
- 0.22805357161627565,
- 1.1903584293119993,
- 1.189008474720519,
- 1.3113105174799078,
- 0.5949638912127487,
- 1.3708508411708602,
- 0.8688049281438075,
- 1.4050420315602195,
- 0.9816176052151866,
- 0.9750424169846271,
- 0.0750589698238912,
- 0.4509256706107417,
- 0.12105818682158416,
- 0.3183619061119361,
- 1.3381952199788985,
- 0.9789907183178116,
- 0.8599228008831472,
- 0.32547741855325796,
- 0.12696125998272548,
- 0.7541219228375178,
- 0.25675399312103936,
- 1.3598107269755608,
- 1.1596659767668687,
- 0.5329118613501402,
- 0.18774222179887332,
- 0.826684110447236,
- 1.075198867149915,
- 0.32248430570555076,
- 1.0233786226696295,
- 0.3718476175623368,
- 0.575714128911298,
- 0.6384755719873703,
- 0.3751057269242676,
- 0.3981402764871336,
- 1.3970782198773821,
- 1.2118628380585126,
- 1.2475193984649402,
- 0.43838984181295193,
- 0.7194953978613977,
- 1.1716713355781117,
- 0.755613437743876,
- 1.2384753744625514,
- 0.8547279092724767,
- 0.6907442093426125,
- 0.388845438911571,
- 0.20075933733580034,
- 1.078917416235443,
- 0.92148457010123,
- 0.7271227855008507,
- 0.6688179941074962,
- 0.08194124827177265,
- 1.1630065791746285,
- 0.8148372435718318,
- 0.5807926318986981,
- 1.359568975864754,
- 0.27037867673203203,
- 1.1642880125136386,
- 1.1400411187633794,
- 0.18133156548971913,
- 1.3841270809330606,
- 1.011348476954991,
- 1.013487892373992,
- 0.9523673911710608,
- 0.8739130696044823,
- 1.0651310891528374,
- 0.2035766662115764,
- 1.017129262669116,
- 0.27551051162618373,
- 1.1759989589434288,
- 0.5464179723950495,
- 0.4282007069120992,
- 0.3048337456844505,
- 1.243796148312771,
- 0.2821192618417908,
- 0.6842630050258367,
- 1.1801296794869174,
- 0.4800883409987578,
- 1.3597970469023652,
- 0.4062497178986499,
- 0.5658414899207236,
- 0.37601551201681527,
- 0.5843281682306886,
- 0.14893083049481778,
- 0.4031279900296091,
- 1.3081312708446788,
- 0.8266253283466795,
- 0.892022845779063,
- 1.315491906002849,
- 0.5353754863698892,
- 0.8462963247039662,
- 1.0148377828644346,
- 1.1341503715250516,
- 0.633221100403542,
- 1.3289671884326304,
- 0.6285133236405328,
- 0.07737002870135129,
- 1.1512784209932747,
- 1.295907275077724,
- 0.4892621571179257,
- 0.009049801025265564,
- 0.5714098717542903,
- 1.1611493464589426,
- 1.2069391475194209,
- 0.46417265224726667,
- 0.6869812970320056,
- 1.0722853359067053,
- 1.3478870019610163,
- 1.103325861310469,
- 0.17377360676085474,
- 0.7903693949481161,
- 0.7946303434267267,
- 0.21728019257728426,
- 0.9933756223223801,
- 1.3574415113413258,
- 1.3743373803746428,
- 0.12573710330011806,
- 1.3632408637157363,
- 0.9799695752795361,
- 0.5029539831741742,
- 1.3248108735196988,
- 0.11142286794695226,
- 1.3753470137609856,
- 0.42155719270560515,
- 0.5353552792531641,
- 0.22381431738302018,
- 1.0289775619283803,
- 0.5719110933034346,
- 0.3791120644272205,
- 1.192269705063271,
- 1.121842598859581,
- 0.5452850240000154,
- 1.2432674839737536,
- 0.2644244450625533,
- 0.8474881100470829,
- 0.12969978022152354,
- 0.7850941802380014,
- 0.9652694295303252,
- 0.23598060580483882,
- 0.6348260895657594,
- 0.3871925943444845,
- 0.36632474183296654,
- 1.2668033085128372,
- 0.39525076162978257,
- 0.8405032529063371,
- 1.1090219131990382,
- 0.6106356035548379,
- 1.1210451229946958,
- 0.5118227810944622,
- 0.9770455424382601,
- 0.20851624819344533,
- 0.2674761043610144,
- 0.9705245491909201,
- 1.1329921827507612,
- 0.577815010426334,
- 1.280315233197287,
- 0.8151158195325169,
- 1.1232910286094044,
- 1.1351008687685618,
- 0.28260789016516347,
- 0.3289149265451675,
- 1.053118361967183,
- 1.3340161732586326,
- 1.15918563100846,
- 0.7838682933608648,
- 1.3696081998790257,
- 0.745666848707797,
- 0.24331627276941864,
- 1.1907310026727431,
- 0.2295301738961429,
- 0.47346426182602913,
- 1.3689807706416783,
- 0.5663009901143647,
- 0.781664778864156,
- 0.64873561842469,
- 0.3135308725416316,
- 1.200332163059343,
- 0.26703546159397856,
- 0.5627455555601939,
- 0.8385193146125124,
- 0.8908408170987809,
- 0.9376477896202884,
- 1.0293572846166883,
- 0.9433278396818185,
- 0.2840108644781104,
- 0.4978940835246687,
- 0.5018571016520826,
- 0.47634304898946606,
- 1.2927679422123761,
- 0.5909248817343047,
- 0.20390049374606675,
- 1.305556037638072,
- 0.5593212754365818,
- 0.46367020199756215,
- 0.208107018389606,
- 0.2073520586847136,
- 0.4088150995112706,
- 0.3696396308425973,
- 0.8688071445895676,
- 0.6328498623187848,
- 1.0432443259160071,
- 0.9393372947165339,
- 0.6865249595049641,
- 1.2982050021304257,
- 1.1538203501737907,
- 0.5958275333095141,
- 0.5629039780736146,
- 0.12743964342157985,
- 0.007348525231779876,
- 1.0268447719760059,
- 1.1031353852243766,
- 0.1371511944000982,
- 0.46536351883914745,
- 1.0868705026011398,
- 0.6358060366688714,
- 1.119735600524318,
- 0.37460674875481725,
- 0.7054828191513023,
- 1.0491498153313807,
- 1.293381350473416,
- 0.8158618654290501,
- 1.234833955894683,
- 1.2664156699178795,
- 1.0163497839580016,
- 1.0953306316624378,
- 0.5695458587722504,
- 0.5693139074312357,
- 1.0631067568424533,
- 0.7523544565852921,
- 0.8555106484646304,
- 0.2779849911587372,
- 0.7618020070519974,
- 0.14195275841594748,
- 1.3036512153850386,
- 1.190822434785347,
- 1.079728100055115,
- 0.6115989645490336,
- 0.3774069897985592,
- 0.6484943783656035,
- 1.3309190864657114,
- 0.5593338670051319,
- 0.5519752853921968,
- 0.8062126381406933,
- 1.38546421719914,
- 0.6154814507608567,
- 0.42264807699073126,
- 0.9244315741833141,
- 0.8281441856717955,
- 0.6652315941084689,
- 0.24139898138817883,
- 0.016868398672297183,
- 1.235516233423942,
- 1.0205622524284297,
- 0.5188188549973527,
- 0.05986051047627331,
- 0.27591682125854156,
- 1.3173383658486648,
- 1.0465736925437215,
- 0.8656064275832123,
- 0.7777805116532023,
- 0.37707154721546376,
- 0.7026609937722437,
- 0.015710795758833763,
- 1.2248440373849747,
- 0.387383384603084,
- 0.19048186922858926,
- 0.7482894574361771,
- 0.5655065271695852,
- 0.9784218680464656,
- 0.6677274389032162,
- 1.07444823139883,
- 0.37293562793323626,
- 1.0173468388884868,
- 1.2671798094007845,
- 0.29196616758345173,
- 1.011901479927167,
- 1.1070101528673852,
- 1.1725941174862802,
- 1.0486944208669253,
- 0.608550532209401,
- 1.0174162904554291,
- 1.073612009881072,
- 1.0593564954350883,
- 1.0740128804856872,
- 0.7183247876740637,
- 0.5846140758768279,
- 0.8787981911417965,
- 0.9263664989550828,
- 0.6098775968220431,
- 1.1187422940827756,
- 1.2099651752537628,
- 0.9234196258737323,
- 0.2911847845808194,
- 0.6134324317161155,
- 0.7555411128195452,
- 1.2886940684306176,
- 0.3235458541139647,
- 0.19002922206037595,
- 1.3636984387086095,
- 0.9393980272410277,
- 0.001478389281314362,
- 1.1952995831713211,
- 1.14746073007462,
- 0.8136863611861468,
- 1.2560463725072197,
- 0.6333677776257395,
- 0.5139106036497882,
- 0.5729800129360336,
- 0.4454414890120131,
- 0.6779196545207654,
- 0.18750509282871564,
- 0.9613179179271665,
- 0.5270600711726627,
- 1.1594120223632396,
- 0.9784879921337362,
- 1.0772648122536566,
- 0.9400921492359485,
- 0.8460311734367768,
- 0.9414356208856068,
- 0.0010666119563618795,
- 1.2230932684279234,
- 1.3981912323711523,
- 0.9441733381853213,
- 0.6847213837800018,
- 0.3415215229923936,
- 0.48756091173514154,
- 0.061332456071696816,
- 1.0774391902305294,
- 1.1233193260274525,
- 0.7125581701030623,
- 0.8647111482689024,
- 0.8778479893870014,
- 1.1974664017399825,
- 1.3479444685662134,
- 0.2754302063389544,
- 1.2861939687359274,
- 0.8239926333511716,
- 1.2708359990607145,
- 1.035451042444989,
- 1.0459644401887855,
- 0.5202919534708105,
- 0.17432647099701148,
- 0.7807452506714384,
- 1.2022699011475653,
- 1.3427743933399863,
- 0.37562597517402074,
- 0.4769068105877917,
- 0.8040702178719217,
- 0.9400483935622262,
- 1.2499889258269046,
- 0.8930752191985601,
- 0.5281398377337285,
- 0.4084487324363616,
- 1.0227338634191452,
- 0.16519304213664132,
- 0.3391799225741236,
- 1.0800195636492533,
- 1.3301306338167678,
- 1.4051127720800678,
- 1.1956306381772168,
- 1.0683020899087745,
- 0.9639755314375019,
- 1.1113140679763631,
- 0.8496617781165487,
- 0.01669606605520359,
- 0.9315564140118281,
- 0.22496933781520312,
- 0.9794016622348731,
- 1.1535149905285853,
- 1.2307417723583762,
- 1.266951344761814,
- 0.08343437144702597,
- 1.2119624303985033,
- 1.390944149860813,
- 0.9240541065997028,
- 1.0708671063729316,
- 1.3319124420152328,
- 0.8126472402596853,
- 1.3486934795832346,
- 0.20058108101117123,
- 0.8460368877987713,
- 0.5231734993623212,
- 1.3979318143501693,
- 0.5474052245201428,
- 1.0582314789916003,
- 0.038246637235496365,
- 0.13351229389747415,
- 0.40050373615274953,
- 0.12973189126463627,
- 0.9912139152435929,
- 0.7106581993236797,
- 0.9119019855124326,
- 1.0019343435373902,
- 1.11567512548155,
- 0.8725996140035124,
- 1.284879343653929,
- 1.2744040480299144,
- 0.019266841949053874,
- 0.9793014754841721,
- 0.08260129481727031,
- 0.6509516111237397,
- 1.1874489195822353,
- 0.04285423694537457,
- 0.34399011957869874,
- 0.34159453615142005,
- 0.7121691547954153,
- 0.4033986127925879,
- 0.18081930812400449,
- 0.8624345507628596,
- 0.2025874006784361,
- 1.1091030467434524,
- 0.8730157495661791,
- 0.4341636835869229,
- 0.13373250996867753,
- 1.245402964305596,
- 0.8724046638136433,
- 0.6817755479955889,
- 0.7485320474300645,
- 0.36384796847910966,
- 0.7487259717849695,
- 0.6559053540506388,
- 0.19041740166346038,
- 1.3448866830646513,
- 1.3659348856954052,
- 0.7482748586155319,
- 0.6204776426687009,
- 1.3005412419776263,
- 0.4408877380349005,
- 0.8105935929301564,
- 0.2113977386780696,
- 1.025151359418868,
- 1.3976903802068765,
- 1.2596696609740077,
- 1.062728344839503,
- 0.2968813990447951,
- 1.0149259828165007,
- 0.9133059871378078,
- 0.8334642252609081,
- 0.9408714759787489,
- 1.338150353953684,
- 1.3318261576999066,
- 0.40542572771541185,
- 0.8282119679269991,
- 0.993645759229576,
- 1.3927108230811764,
- 1.285826777085727,
- 1.2201761031370666,
- 0.7683625141771823,
- 1.1689044621712983,
- 0.032124492279600146,
- 1.2944927466744298,
- 0.69538847052955,
- 0.7775774209355664,
- 0.12986916897586603,
- 1.0812862902348448,
- 0.849934865865844,
- 1.2615673511441376,
- 1.2050463942635938,
- 0.10724577302449827,
- 0.8308961847961203,
- 0.8919584637723335,
- 1.3078012682156095,
- 1.2654580050077904,
- 1.0655206121208594,
- 0.8062498399992399,
- 1.0002975458983183,
- 1.3422083132943694,
- 1.3038480293982164,
- 0.12548189179478805,
- 1.3740577634387503,
- 0.2963289571730395,
- 0.37873952278919837,
- 1.1609284205227608,
- 0.774230233124519,
- 0.7405480390212351,
- 0.32012091752804683,
- 1.1507454045212198,
- 0.7887155617369624,
- 0.6688884007236858,
- 1.32510683533138,
- 1.328596201477513,
- 1.2866490100897559,
- 1.0841330062726338,
- 1.021150091082513,
- 0.1348689381656828,
- 0.018626331547878072,
- 0.2128297683791121,
- 0.16185653655080393,
- 1.2642784228465374,
- 0.42364660828419837,
- 1.1459979526101614,
- 0.6654522192066801,
- 0.429869571923353,
- 1.3560346930523268,
- 1.2807881655042759,
- 1.1407981926539823,
- 1.0009707704639668,
- 1.0010026866920878,
- 1.2156979836037276,
- 1.1923186949862372,
- 0.9850309816605372,
- 0.8902139662018597,
- 0.09963253704222215,
- 0.4172902940785126,
- 1.2328405701526006,
- 1.0323330067949945,
- 0.7344743608958794,
- 1.1502746107856139,
- 0.05219442958499292,
- 0.2845832234827955,
- 0.7932190563790089,
- 0.4224677568904865,
- 1.027557480266174,
- 0.6589284206031496,
- 1.0303339001244092,
- 1.1797646825783796,
- 1.2833271500962853,
- 0.37502677862079853,
- 1.4079733455631318,
- 1.374192874202755,
- 0.6657451335837453,
- 0.8214298325421692,
- 1.3233430545029257,
- 1.253902258320553,
- 1.3259984915040974,
- 0.6054886162754234,
- 1.275342695852133,
- 1.1720202870096255,
- 0.18210198978216327,
- 0.6896616864099854,
- 0.7286551056075791,
- 0.9989958054436274,
- 0.5520920108197768,
- 0.7345312812052821,
- 1.194482593547824,
- 1.2140910163789993,
- 1.2583810342106756,
- 1.3424227946941794,
- 0.3839373733146289,
- 1.3880393440590366,
- 1.2618987388092227,
- 0.6314219394135754,
- 1.115987489744977,
- 0.6525449087901556,
- 0.46777761841482685,
- 0.6595322352975961,
- 0.4738940334978402,
- 0.5363749768563643,
- 0.08838218463863141,
- 1.3302181879304618,
- 0.6600614055699915,
- 0.7974774947467955,
- 0.3694775410763191,
- 1.200760343709646,
- 0.9703380193870453,
- 0.5500927412558129,
- 0.3361913891474132,
- 0.8517948361227667,
- 1.2383535156856278,
- 0.5663409423200239,
- 1.3212105633535747,
- 0.7951880454076068,
- 0.13783155939425773,
- 0.6377932812534474,
- 0.9384180096222381,
- 0.673340356018886,
- 0.49026650186325205,
- 1.3469703444739285,
- 0.25554379392843724,
- 1.2942881660063654,
- 0.6956090181064801,
- 1.1301548591603054,
- 1.345718721344022,
- 1.40937049636556,
- 1.3428464842770402,
- 1.4130765133160033,
- 1.2584550091808278,
- 1.267989646312619,
- 1.1443389346811916,
- 1.2163025611809524,
- 1.4127373035973358,
- 0.1922800814373997,
- 0.7875520794248608,
- 0.5033425583648882,
- 0.7587919502327285,
- 0.8249751209544961,
- 1.0080634845010616,
- 0.7328327394511921,
- 1.2886412297380396,
- 1.0505150718540426,
- 1.188398257130546,
- 0.8695734233869841,
- 0.7860309150322523,
- 0.3020328479828086,
- 0.31257969474094993,
- 1.0014570739932538,
- 1.2931028035868954,
- 0.2505529908724235,
- 1.3645349954040142,
- 1.0212776406331188,
- 1.4006790262823863,
- 0.6737893396962596,
- 1.3887104784563378,
- 1.0021216995894549,
- 0.43406880223674177,
- 1.3365700098646143,
- 0.5883094192465598,
- 1.18614804043822,
- 0.8786239037911747,
- 0.2991757110185832,
- 0.03072027642746407,
- 0.6391065652294721,
- 0.37802732516413523,
- 1.2820665320538784,
- 0.4566572582324204,
- 0.008186206140425182,
- 0.40236594955281857,
- 0.5252008043178742,
- 0.6299290173804484,
- 1.027029940170531,
- 0.6255359494735954,
- 0.2205078344403842,
- 0.747772864366288,
- 1.2350031357374132,
- 1.2143294103304514,
- 0.18367706395888148,
- 0.9299646575149961,
- 0.32560416863458347,
- 0.5644493007120418,
- 1.2790930306354134,
- 0.7004878724653879,
- 0.29474469017473015,
- 0.5974791226549897,
- 1.0913547505478387,
- 1.2580963085442631,
- 0.7951668780068288,
- 0.7920917827011089,
- 1.06920515908836,
- 1.1974806401631006,
- 0.9280169068357048,
- 1.0397120218738634,
- 0.3560150013935905,
- 0.969063596151489,
- 0.6113109201499676,
- 1.3872834195715409,
- 0.8093505945003263,
- 0.027012038824282835,
- 0.3494847478729709,
- 0.6241836747697227,
- 1.188027821202028,
- 1.0525646446614214,
- 1.0406001107875742,
- 1.0541174478783861,
- 0.8588916611931964,
- 0.6341642447269895,
- 1.3785059044474999,
- 0.5691864624250019,
- 0.6162949040489811,
- 1.1469622729331315,
- 0.2953978189551589,
- 0.8676320757760952,
- 0.26666310803101373,
- 0.8052376046374502,
- 1.4042952902240267,
- 0.8802250595468895,
- 1.3561354253460307,
- 1.3374449295122923,
- 1.3651860270041198,
- 0.3426579885379227,
- 1.387874967011675,
- 0.9749484572761833,
- 0.018391873830696404,
- 0.9266775969552691,
- 0.3522306736441162,
- 0.06933172669606293,
- 0.3109178344227633,
- 1.3026545784619545,
- 1.1460774041027837,
- 1.0233534361461243,
- 0.6848977561021071,
- 0.10657747730343774,
- 1.1297216443232152,
- 0.038491797487085054,
- 0.542274011860769,
- 1.2412376462615695,
- 0.9095273676129763,
- 0.012668414117810745,
- 0.33329609285968775,
- 0.059388751090520275,
- 0.6039562694747838,
- 1.3475504318856,
- 0.9661111424413837,
- 0.680852041995645,
- 1.2699565328195113,
- 0.8472992907461689,
- 0.7245559624286944,
- 1.3329255265622404,
- 1.2298081130246015,
- 1.2411760922956934,
- 0.34178163999879674,
- 1.3327870115260936,
- 0.8139588387443965,
- 0.44137903384324634,
- 1.4108689194927857,
- 0.6842214299631505,
- 0.7355977466210996,
- 0.9387849723370085,
- 0.8659228915136202,
- 1.133160865130878,
- 0.23840402068483724,
- 0.9590250459127492,
- 0.7027370115528844,
- 0.8943935451132513,
- 0.8996294040464311,
- 1.2848745900102274,
- 1.0638442173275255,
- 0.6301715806963168,
- 0.8912830588393724,
- 1.3134736944503467,
- 0.9709288810256499,
- 0.6338978838778476,
- 1.112367682771807,
- 1.304287505298136,
- 0.25593783348930343,
- 0.6784663751186935,
- 0.9879123804379057,
- 0.340718689609763,
- 1.0436059014108168,
- 0.7502963121835629,
- 0.7722902764600652,
- 0.4534120568025219,
- 1.0072921545399653,
- 0.03223692934796055,
- 0.8103771902848016,
- 1.0541175427337448,
- 1.2664951985733144,
- 0.9255282549047527,
- 0.3458537319467128,
- 0.9223042059727816,
- 1.3182829682820125,
- 1.2582564393409184,
- 0.4220521427371954,
- 1.0453462700062457,
- 1.3018629230950842,
- 0.7453533573246122,
- 0.43876837349658765,
- 0.9320830605163895,
- 0.7610559540516818,
- 1.402308232966992,
- 1.2858373709975068,
- 0.6619941110799799,
- 1.2978674843499372,
- 1.1093973874183982,
- 0.4119844148651093,
- 0.2824781470025303,
- 0.7423846057159934,
- 1.0484819607544147,
- 1.0149860898380527,
- 0.7221338223344926,
- 0.09332386268514725,
- 0.8831073917215766,
- 0.76315881468992,
- 0.8742351726447201,
- 0.03411311181967971,
- 0.24331587132405438,
- 0.6460602418021033,
- 0.8941983997934111,
- 0.48587335012326865,
- 1.0141203238084742,
- 0.05566215423852196,
- 0.16641883028391097,
- 0.5517886665688785,
- 1.1368936990205039,
- 0.3107918144350142,
- 0.9670240604090486,
- 0.36192235346225426,
- 0.258502692553775,
- 1.0847301343858087,
- 0.7082410263072602,
- 0.5085665427351956,
- 0.9339396879387579,
- 0.2511978885808157,
- 1.1277981526221381,
- 0.5206328924101913,
- 1.1415707948537412,
- 0.24553602220239937,
- 0.8590734130555012,
- 0.12526379475788316,
- 1.2426537028231681,
- 1.0848770773851466,
- 0.813651372430964,
- 0.8330454128655659,
- 0.5343468396292635,
- 1.273084871032456,
- 0.9010435979634027,
- 0.4221370237451021,
- 0.1566522526026706,
- 0.4423082672447857,
- 0.8337517092889881,
- 0.6246488702516557,
- 1.1528597156441562,
- 0.966881916688164,
- 0.652084545772493,
- 0.4008646858785165,
- 0.8914606737704242,
- 0.8304430031153679,
- 0.5110566216611715,
- 0.20415446598865483,
- 0.4081203006038482,
- 1.3390143349243497,
- 0.45951752276518754,
- 0.2850517870343119,
- 0.3790050851201607,
- 0.49308057645127945,
- 0.6387621472275339,
- 0.5985913056086163,
- 0.6729645185903641,
- 0.7893149308484049,
- 1.1356527981129605,
- 1.0323466051849362,
- 0.9738263450038906,
- 1.4053801547756402,
- 0.4639364574942549,
- 1.0299684564009515,
- 0.8782221700750654,
- 0.14628505873741665,
- 0.858602825979135,
- 1.3629167736110208,
- 1.2084387840376323,
- 0.20116872139494849,
- 1.0216996404310357,
- 1.3431294360657176,
- 0.5193064925543515,
- 1.409765550936888,
- 1.1932962906887041,
- 0.46647684207888135,
- 0.037678407995892574,
- 0.8821902371127739,
- 0.2587962395680022,
- 0.052933684936329516,
- 0.45927236148765904,
- 0.22691625500008988,
- 0.07719539429244258,
- 1.0290277675990074,
- 0.824292620715616,
- 1.121619760015146,
- 0.9800922283182417,
- 0.3857202917649132,
- 1.301159960456357,
- 0.1397590909535618,
- 0.31083103387216937,
- 0.8071742142129766,
- 0.16742049153486824,
- 0.011309980450364758,
- 0.5554815858427403,
- 0.2883521395854671,
- 1.2925982491438355,
- 1.2879236124942373,
- 1.1145472980245392,
- 1.02168514574028,
- 1.2657616741304054,
- 0.6487489342874565,
- 1.0736655119791327,
- 1.4010622690610872,
- 1.3224581437810208,
- 1.3413762734781418,
- 0.6025187426213483,
- 0.9702370298372408,
- 1.2391084975093276,
- 1.2836216527284179,
- 0.36376928861367375,
- 0.4701940600499025,
- 0.18523637621892314,
- 0.40124024210471565,
- 1.1236152547606637,
- 0.7632247535934469,
- 0.31461298727245496,
- 0.5480522241946393,
- 0.7099680710210766,
- 0.5352701147824154,
- 0.9958651682727859,
- 0.888912177086648,
- 1.032027970712072,
- 1.1875367256009826,
- 1.0807040230712732,
- 0.9107106883414481,
- 0.45389924414794763,
- 1.1498519717615872,
- 1.017104629979177,
- 1.1084832142266081,
- 0.6169791776220684,
- 1.2456358986872538,
- 1.1191750975391335,
- 1.009053441022433,
- 0.22752686742082975,
- 1.1154924863269953,
- 1.2663701252015884,
- 1.4029836008412413,
- 0.7417111878125459,
- 1.255702909495877,
- 1.2038303704803126,
- 0.7033137818724788,
- 1.1648146209073476,
- 0.32171065622540757,
- 1.0649427554434565,
- 1.30243998182047,
- 0.9765601687124216,
- 0.9666746107333924,
- 0.42348381193313855,
- 0.13827324538920305,
- 0.11334335412127136,
- 0.7475804271297743,
- 0.48146136193565114,
- 0.21330700581212855,
- 1.1486498030522276,
- 0.09817228412264808,
- 0.39133401159207765,
- 0.9079931477227915,
- 0.7281196621174909,
- 1.262364225187274,
- 0.08884225716216958,
- 0.24203120008355883,
- 0.9516210522079839,
- 0.4147384789276925,
- 0.8853084881628421,
- 1.2906864845708574,
- 1.0213819494270044,
- 1.096898507800309,
- 1.3254187817907792,
- 0.490885558471861,
- 1.3862786498890598,
- 0.11694617079684018,
- 1.0948203331352901,
- 0.81956184146762,
- 0.6346387078985213,
- 0.37920509636577987,
- 1.3564205973802,
- 1.1656663526177833,
- 0.3455292093813601,
- 0.3647958960558042,
- 0.3923979504695256,
- 0.31305403363847917,
- 1.0543976667144168,
- 1.2970283599818921,
- 0.8005591990398325,
- 0.29134563730313995,
- 0.5969868615958464,
- 0.6208859550809734,
- 0.9492381352392278,
- 1.3345542238962882,
- 1.1837577048938694,
- 0.869505809080631,
- 1.1827224222999,
- 0.6830516667040076,
- 1.2951130722429174,
- 0.3565393829577845,
- 0.04825692483888664,
- 1.0662379763851428,
- 0.22656458152049305,
- 0.05549834119033457,
- 0.4619051628201627,
- 0.7101374121736374,
- 1.3522163742198832,
- 1.3471316365403485,
- 1.195416050132669,
- 1.0165181472745797,
- 0.1798835431281369,
- 0.5647371437349383,
- 0.4192661144860116,
- 0.2201499719895538,
- 0.7129347325672696,
- 1.1081306524924717,
- 0.9912790052006415,
- 1.1840052984882394,
- 0.14955672660692318,
- 0.7444390892556696,
- 0.9408506992088168,
- 1.0080854265787984,
- 0.003898499082602243,
- 0.6124361400501579,
- 0.796034419827975,
- 1.2328786848607158,
- 1.1739682425592168,
- 1.181227483324549,
- 0.6435115885105278,
- 1.1298433878868075,
- 0.9366305586520016,
- 1.047893438926462,
- 0.2845087268082404,
- 1.012696850031308,
- 0.2800502293292181,
- 0.15542701860746633,
- 1.2755542830918318,
- 0.15340887415745688,
- 1.1202249032560427,
- 0.6582336018334779,
- 0.8967104783824863,
- 0.09122720008618075,
- 0.7185502920525645,
- 1.367766317701471,
- 0.8597047438674459,
- 1.3724960739493335,
- 0.716092021606049,
- 0.7369565503280786,
- 0.3500599629707996,
- 0.6333260132819342,
- 0.14353914062354547,
- 1.1544863775810805,
- 0.8348112215185051,
- 1.1396297009319856,
- 0.749166061890913,
- 1.08327955899711,
- 0.8037638451178204,
- 0.5964791311342534,
- 0.20399733086744096,
- 1.3540659509176118,
- 0.9194859901552835,
- 1.098835459096694,
- 0.115559383079524,
- 0.0606996290092231,
- 0.7929811008159224,
- 0.6091028859667311,
- 0.06957171364268956,
- 0.6155593312083231,
- 0.8027598742199595,
- 0.7409639834867163,
- 0.45108509696907634,
- 1.4061474802182898,
- 0.7297573571112613,
- 0.5465164841017871,
- 0.5362523983360163,
- 1.3604861858832897,
- 0.35023563888359105,
- 0.11746237852032974,
- 0.9708027687948203,
- 0.6546516494927817,
- 0.33176945188995943,
- 1.3359472490874087,
- 0.8137504987424182,
- 1.2906175773196613,
- 1.3155722039513535,
- 0.24520855265810085,
- 1.2789447397503357,
- 0.9149143680481785,
- 0.6324403612827691,
- 1.1128546984502419,
- 1.3680235377541647,
- 0.9527301963381578,
- 0.7778432762091635,
- 0.1706545111073746,
- 1.0923436705834741,
- 0.7531711599363524,
- 0.5490242268552994,
- 0.41061118580371625,
- 1.2435234537868374,
- 0.5035427312201514,
- 0.29266929491340377,
- 0.5540237084340309,
- 0.9599314558667297,
- 0.37844864749092216,
- 1.0801510431619055,
- 1.2616442471061888,
- 0.9086305612615049,
- 1.1419188550218908,
- 1.1795738166179264,
- 0.014721340764403547,
- 0.3171660907506319,
- 1.138280714587156,
- 0.710666585233303,
- 1.3625884804106088,
- 0.602783839842032,
- 0.5258382741991402,
- 0.9119812539513282,
- 0.39692797661069207,
- 0.5065267751774286,
- 1.394386146551729,
- 0.38819127018300653,
- 0.8980452872269601,
- 0.508972877962737,
- 1.0080886454514595,
- 0.25755819090979604,
- 0.0031521303908416966,
- 0.1838241154047188,
- 1.0773362361333378,
- 1.2531206287719054,
- 0.652152614623194,
- 1.2282017601325592,
- 1.342933110681175,
- 0.9109276297637918,
- 0.9986740203235053,
- 0.886626731552464,
- 0.6183320288622752,
- 0.8867193119432549,
- 1.0018273561635418,
- 0.23601847342140436,
- 0.11476236733732637,
- 0.25871263000453587,
- 0.5827928864777143,
- 0.8339164060873928,
- 0.5251874000245109,
- 0.45012073206631714,
- 0.2603299075179618,
- 0.5199598971990143,
- 0.591694069143906,
- 1.2040869200717277,
- 0.2564728443956623,
- 1.3534469618649259,
- 0.634261036915513,
- 1.0399066081203237,
- 0.6264237429621626,
- 1.3007953899518494,
- 0.16364069031065617,
- 0.48501927135648853,
- 0.6637190424999178,
- 0.6363282727707646,
- 1.2695114836420613,
- 1.2166882046996608,
- 1.0083572679597608,
- 0.4291492031499768,
- 0.9872585884716755,
- 0.45197378361509133,
- 1.1091764042568002,
- 0.04661573502273924,
- 0.44548938877232186,
- 0.4302048670066826,
- 0.17265419699135312,
- 0.5568487017722836,
- 1.3770714176739374,
- 0.2693498554627826,
- 0.8967796069250172,
- 1.0634270447660754,
- 0.8160999264334318,
- 0.6935701636186422,
- 1.2163385373068538,
- 1.0714096616063853,
- 0.68249227579747,
- 1.242165706070163,
- 1.1694916655263394,
- 0.47667949488383304,
- 1.1049706134371966,
- 0.3003791671952649,
- 0.16100627534406758,
- 0.5124281409847931,
- 0.9549213935128658,
- 0.32655566747681614,
- 1.3564328792902698,
- 0.05230929264327797,
- 0.6003334571062366,
- 0.5674537184609696,
- 0.46640200241508795,
- 1.2389419229152903,
- 0.5435918243716631,
- 1.2678916905366753,
- 0.7740415507910621,
- 1.0906936004843457,
- 0.7671706374836863,
- 0.8345139155740651,
- 0.9525139181308727,
- 1.0010168312151888,
- 1.1310063588691703,
- 0.892541021919095,
- 0.812306031785651,
- 0.4998654535933714,
- 0.45190844544974434,
- 0.6918842576532557,
- 0.25431604407877867,
- 1.3152764631595253,
- 1.0065458381443269,
- 1.2626278252930099,
- 0.12278577280228435,
- 0.5555674515704422,
- 0.13896781026880842,
- 0.2538866673399437,
- 0.8114872144805172,
- 0.5664214378480893,
- 0.9343402525938643,
- 0.0826475016280958,
- 0.40042743015823595,
- 1.1725238390216046,
- 0.8707416022005796,
- 0.7668240702049953,
- 0.973973769328699,
- 0.6375287049236288,
- 1.3429455565782205,
- 0.4247864960013405,
- 0.15138080941207116,
- 0.4195873421533012,
- 0.5451135715367289,
- 0.8577497038817326,
- 0.7020083910756342,
- 1.2105697197996772,
- 0.08757264638837785,
- 1.2699361176027089,
- 0.04859283881527082,
- 0.3903178053596316,
- 1.1074376579531704,
- 0.3833824857399523,
- 0.5428709444613077,
- 0.892335491579837,
- 0.7532655679404952,
- 1.3692041288854242,
- 0.2632676510229563,
- 0.1568118322615451,
- 1.1915391102145876,
- 1.127623211091482,
- 1.3463261582760255,
- 1.1788973097022153,
- 0.9110619447088223,
- 0.6935358734972203,
- 0.7240521436261409,
- 0.5377837819949031,
- 1.3409089586102674,
- 1.3061186250261885,
- 0.12612331985814007,
- 1.3393894348406659,
- 0.03811463016087324,
- 0.26652184471382856,
- 1.103663859701676,
- 0.043134032070977234,
- 0.2833147242978348,
- 1.148089334893376,
- 0.9662327382223194,
- 1.2308081668285404,
- 0.9298259644944159,
- 1.1194948649167116,
- 0.5530156536245306,
- 0.8415984484317657,
- 1.1722741012979823,
- 0.2117742159218999,
- 1.1864174604843956,
- 0.8286784298455984,
- 0.8849874821309663,
- 1.3591430748175448,
- 0.9334809271695826,
- 0.8259827931375873,
- 1.2420444892137814,
- 1.1036846623298675,
- 0.8485920685977959,
- 1.366480908312691,
- 0.6349103332512904,
- 1.0244182533405455,
- 0.7692999000380083,
- 0.7187728091686888,
- 0.792423548589794,
- 1.1520277515182316,
- 0.8354873431319998,
- 0.7903028916965563,
- 0.6562355735577916,
- 0.9324089000950461,
- 1.3009636496921786,
- 0.11265171961408132,
- 1.278498398694306,
- 0.8924058686902604,
- 0.694886332142408,
- 1.3658665892237813,
- 0.95023212925687,
- 0.06616933690144691,
- 0.9253469457841815,
- 0.33254436760275313,
- 1.3496316500134296,
- 1.2214992398662123,
- 0.867754774226042,
- 0.8153892396308938,
- 1.0390014806601082,
- 1.281142751461057,
- 0.6775164463658059,
- 0.5266189040358946,
- 1.0674428709783417,
- 0.2462542375181056,
- 1.3464346477098659,
- 0.8191181783249124,
- 0.4476670727248414,
- 1.0885194170485886,
- 0.17992192501673238,
- 0.11058503636454102,
- 0.6042831082776123,
- 0.1333172971063571,
- 1.392570866301723,
- 1.1392501662467587,
- 0.10717894780809843,
- 1.150782997787602,
- 0.9580342164443462,
- 1.1817853845654012,
- 0.0010856454065509796,
- 0.5442837864095913,
- 1.2953579571320541,
- 1.0541227078344657,
- 0.945368385411298,
- 0.23792463094760033,
- 0.6800147105339804,
- 0.12920200583417285,
- 0.7513988777363279,
- 0.9555087363509388,
- 0.537571469254435,
- 0.5181149257405372,
- 1.141221612244309,
- 0.45984148008717796,
- 0.41156510284440917,
- 0.3953844761651008,
- 0.22388289386356547,
- 1.25202049833147,
- 0.959967239882342,
- 0.7004304710400499,
- 0.6630140236066883,
- 0.42187935948086286,
- 1.0231940522576393,
- 1.0112007344343727,
- 0.5820239623414115,
- 0.9605887324510712,
- 0.13818271966146836,
- 0.4996416627750194,
- 1.0612160052031891,
- 0.01113340525544768,
- 0.4684489768504917,
- 0.0906372797094402,
- 0.9567465253168292,
- 0.9519601832291003,
- 0.9015393879014363,
- 0.8160786244230754,
- 0.20830074054503833,
- 0.5729116151154808,
- 1.0684627695354239,
- 0.4478141953350355,
- 0.8690477867077389,
- 1.4010260048526673,
- 0.6910812105957793,
- 1.1345802754138747,
- 1.1089592973729712,
- 0.016314229236057912,
- 0.7418986913112937,
- 1.220065083316683,
- 0.46698793475750194,
- 0.9816754365592639,
- 1.0730878711543912,
- 1.3882917066219,
- 1.0658547776097982,
- 0.6152956053505475,
- 0.046929173118749286,
- 0.08819679490237343,
- 1.2317562653956429,
- 1.2879305054520802,
- 0.6509620822152667,
- 0.8285320871749215,
- 1.1221852013153362,
- 0.06515377860861421,
- 0.3702181928056369,
- 0.5654099678279446,
- 0.5559676199959775,
- 0.14945597561979615,
- 1.1110915349309007,
- 0.6657095044746086,
- 0.07054227614197738,
- 0.10585535156682224,
- 1.3338861085068165,
- 0.014193764260926577,
- 1.0092526096646295,
- 1.0969279516913975,
- 1.2008803958826262,
- 1.2794383127352065,
- 1.0278062645906187,
- 0.0030334322271138073,
- 0.029906745442508677,
- 1.299017479603913,
- 1.3159566556769857,
- 0.008549092500984895,
- 1.3780354749774832,
- 1.3866768555032558,
- 0.5254758460342848,
- 0.9989259696312087,
- 0.30472442980100106,
- 0.9076772559235639,
- 0.27756169046156726,
- 0.21025302683279273,
- 1.1350284156238222,
- 0.8742394260171312,
- 0.6912364448296606,
- 1.115137321928392,
- 1.3882223552836472,
- 0.6020785038600411,
- 1.2795290629866953,
- 1.238250983291685,
- 1.3892985486756653,
- 0.4263773429074943,
- 0.5591868644338637,
- 0.4725543162135999,
- 0.9591808094858698,
- 1.3486860820809206,
- 0.7638368860953512,
- 1.2673012794276437,
- 1.3135539271451604,
- 0.8008655225083701,
- 0.47814842510324007,
- 1.330633169580916,
- 0.8635591854746989,
- 0.17830074186071915,
- 0.7865609197844444,
- 1.057804834248077,
- 0.7011626254446051,
- 0.05970948781749391,
- 0.46865177196273894,
- 1.1631130361096789,
- 0.5201039182867676,
- 0.8255886663188032,
- 0.8112683682152678,
- 1.2703960364671105,
- 1.250586840610005,
- 0.37613783590699135,
- 1.0218724838807853,
- 0.4339878414093879,
- 1.0383977766489878,
- 1.156548877013253,
- 0.6491672082380517,
- 1.4064238018473505,
- 0.9096800373659523,
- 1.120644681974475,
- 0.4788358299608581,
- 0.822045546411127,
- 0.5781662802568984,
- 0.6481125235356193,
- 1.0081283669016499,
- 0.7126045764715624,
- 0.40938676479104974,
- 0.9556942918050859,
- 1.0868123602127986,
- 0.29511251708652014,
- 1.1125272995953688,
- 1.1991412129799308,
- 1.1836907328708555,
- 0.7093729078505344,
- 0.09871788501956826,
- 1.2163913963506772,
- 0.12921987232286133,
- 1.386535619224756,
- 0.4043803893212016,
- 1.0068546770233666,
- 1.2850058668821065,
- 0.7707486079843509,
- 0.40196670494438635,
- 0.10335877332208829,
- 0.9273307789936942,
- 1.1039819526094905,
- 0.4611710945303446,
- 1.301120092106383,
- 1.165140443999473,
- 0.13921978683676578,
- 0.9978327493150795,
- 1.0128618937956377,
- 1.31725016212654,
- 0.2608941903237227,
- 1.3892893427234367,
- 0.14677032762794323,
- 1.3387476944776104,
- 1.3064229484272558,
- 0.11961406964472028,
- 0.773392204215916,
- 0.22953213557389934,
- 0.6695244385996323,
- 0.8717650795628474,
- 0.4412380893721011,
- 0.6419333175169395,
- 1.1360460856233252,
- 1.0571815636328346,
- 1.1151563884591391,
- 0.9086124406951662,
- 0.4329631662852695,
- 0.4310922952191914,
- 0.688879775464931,
- 0.8206824042522998,
- 0.3905624079946952,
- 1.0578326218053473,
- 1.3715296722734476,
- 1.1068515297986186,
- 0.4863448499822536,
- 0.965255556280099,
- 0.9250909640072611,
- 0.7906025822977134,
- 1.1839793497541844,
- 1.2599845097118916,
- 0.31785836225549136,
- 0.692238962801678,
- 0.847682391414099,
- 0.6452015194529267,
- 0.9167558965261742,
- 0.1144323387089119,
- 0.9738391465710842,
- 0.04655505255499234,
- 1.2535437804759721,
- 0.3420344884123138,
- 0.5070585458679084,
- 0.3516528901699104,
- 0.5179030314415983,
- 0.3486139410107868,
- 1.2671166241704273,
- 1.2552317804373507,
- 0.9823033416477983,
- 0.014046508628631795,
- 0.138536920288494,
- 0.8252191294904564,
- 0.9827255227228054,
- 0.3893296982804965,
- 0.3397048495499958,
- 1.338757002801763,
- 1.0195885672392,
- 0.2361226320224939,
- 1.0294233777491346,
- 0.7874247057324495,
- 0.9989504335274281,
- 0.9856797123987406,
- 1.3453487916356301,
- 0.550958922080355,
- 0.9196512162781019,
- 0.28490073432349955,
- 1.2601465136576162,
- 1.3203785549263631,
- 1.2050261395966764,
- 0.25670983856079654,
- 0.8485116631333346,
- 0.9202463474889728,
- 0.7976119766416928,
- 0.5561284881628026,
- 0.37278286372180636,
- 1.321420676551704,
- 0.20933946507103277,
- 0.3190563345729638,
- 1.3221110963732752,
- 0.008226976514077165,
- 0.6197982516064512,
- 1.1728254986196913,
- 1.3057271883767956,
- 0.9007224947210861,
- 1.1203695899991057,
- 1.0707384684220715,
- 1.364915062463753,
- 0.5271215240126025,
- 1.116262904535815,
- 0.9140265436066144,
- 0.5638663204976105,
- 0.37162993644539466,
- 1.0471446939213322,
- 0.8924428141697656,
- 1.2259256369607097,
- 0.2600581926480729,
- 1.297507202527166,
- 0.9120789343451067,
- 1.1020221137823316,
- 0.010352468372596908,
- 0.002236545642414629,
- 0.24160801279647207,
- 0.33523016010889145,
- 0.826287558777,
- 0.9914817471361012,
- 1.3945240569202833,
- 1.0569415850254673,
- 0.4806924413494374,
- 0.6253078291893912,
- 1.395278482608016,
- 0.6833614199075212,
- 0.12929210809573358,
- 1.2754152732199322,
- 1.2780345532528492,
- 0.3937661592008157,
- 0.16608930004729305,
- 1.4002228690604945,
- 0.9797708398095483,
- 0.5780401222584819,
- 0.1773539626672846,
- 0.2911124308875418,
- 1.0271335949246885,
- 1.285455634609423,
- 1.0832441366369092,
- 0.7198528186289813,
- 0.40008435384190144,
- 1.038710516559486,
- 0.8762320308203687,
- 1.2500580331869244,
- 0.6560796694857548,
- 0.24909669118785208,
- 0.1893739988919096,
- 0.2714528387236059,
- 0.4823233248684179,
- 0.9637675903732691,
- 0.7704658219647015,
- 1.2693037132507863,
- 1.3696660641100422,
- 0.8932303232762412,
- 0.5632241528271323,
- 1.0539950029409941,
- 0.8430234588252299,
- 0.6893583800141962,
- 1.244152817403477,
- 0.9232619196902889,
- 0.027831722246504806,
- 1.1159059334555528,
- 0.4266013282638627,
- 0.4165802666218959,
- 0.4604453815415553,
- 1.0335663876762238,
- 0.9641666908533922,
- 0.81576635459122,
- 0.9249599551033602,
- 1.199763739954568,
- 0.7451133288040387,
- 1.2657342413671087,
- 1.1286671892314137,
- 0.6751547999421819,
- 1.0330075165254458,
- 1.3706406878865742,
- 0.33651853894208833,
- 0.8318528421467515,
- 0.3279351408529481,
- 0.7668897040877738,
- 0.09391849695322702,
- 0.7793135805592472,
- 1.195042410874799,
- 0.21054558281915875,
- 0.5269986601573093,
- 0.055081489433382105,
- 0.18593328040518714,
- 0.6673169664492312,
- 1.3541953616598632,
- 1.1725573203084088,
- 0.06354650567842683,
- 0.804101583741319,
- 0.2954451992374716,
- 1.0076517675195187,
- 0.34867399015797945,
- 0.5743475801778543,
- 0.6348056852016287,
- 1.3121636731975548,
- 0.08754701142073486,
- 0.09550350417374323,
- 1.2106202976065148,
- 0.41568596554468673,
- 1.2205880680972216,
- 0.6310144674277035,
- 1.3241655109058053,
- 1.0109096007353846,
- 0.8917635664148933,
- 0.8084672527795812,
- 0.5192682843071724,
- 1.2369896464154146,
- 0.830804756433242,
- 0.8355880350620918,
- 1.2872774609089173,
- 1.2371729058204703,
- 1.0664965559067179,
- 0.12869487639585864,
- 1.1808732232952721,
- 0.24515142318254105,
- 1.021676505752691,
- 0.1440403077983453,
- 0.036194854028604,
- 1.3448794774456538,
- 0.5809808040863107,
- 1.310502865958654,
- 0.31511078661073344,
- 0.4181349120021068,
- 1.355223067904372,
- 1.0948287520319302,
- 0.23917005484008105,
- 1.0531298314801278,
- 0.8978913705832552,
- 1.2356707900835147,
- 1.073557990522383,
- 1.2024322644084227,
- 1.0074268992293556,
- 1.3215599004625251,
- 0.9050822227352675,
- 0.4207968245833428,
- 0.13429678868512715,
- 0.05909916015454588,
- 1.1730170562778,
- 0.738879971592797,
- 0.21730758228640845,
- 0.20972013839494863,
- 1.353633169771594,
- 0.8799774073413197,
- 1.2950232603582488,
- 1.009957492162821,
- 1.310855109168992,
- 1.1258554476408702,
- 1.3219375768798594,
- 1.1485954315214384,
- 0.36584239014171266,
- 1.244527732996708,
- 1.355553879980975,
- 0.35097847092990553,
- 0.5905633347925003,
- 0.5775793870606639,
- 1.1466935012500836,
- 0.8040799592611586,
- 0.5721577479079567,
- 1.1046288926066898,
- 0.36212285858726445,
- 0.579627563397548,
- 0.5807682165987016,
- 0.7146053827358346,
- 0.6732651721632369,
- 0.5360466475982985,
- 1.1737826911283507,
- 0.5363676452593277,
- 1.3105291886486456,
- 0.21618940553002894,
- 0.9666389498898813,
- 0.3736715012332309,
- 1.3982252478775574,
- 0.44877209808821733,
- 1.0795377461329743,
- 0.008929884694821874,
- 0.303353791030394,
- 0.6525273876233237,
- 0.4427877781032085,
- 0.6115578653305632,
- 0.9811059205820577,
- 1.3049884484783922,
- 1.3754588814396014,
- 0.555618590256087,
- 1.1827940835452488,
- 0.8007353474040294,
- 0.6552731412876874,
- 1.284153898495706,
- 0.3531293974829638,
- 0.615682322171325,
- 0.5889552958890488,
- 1.0825144361944605,
- 0.2958458208845149,
- 0.7032789071676142,
- 0.9561779520963999,
- 1.3312298660383588,
- 1.1043276681462428,
- 0.21585592161437014,
- 0.9013329542057974,
- 0.5318929962049447,
- 1.0552055000682468,
- 0.2796533221731916,
- 1.176847334846423,
- 0.5870255698785604,
- 0.1600728714513274,
- 0.7388500308121734,
- 1.1282148073797558,
- 0.8015200688805826,
- 0.8529013847256588,
- 0.8610535833145884,
- 0.6899550112125151,
- 0.8886698512832142,
- 1.1970887352423378,
- 0.19321110445400247,
- 0.4848816024874574,
- 0.10578106052194848,
- 0.708720415514183,
- 1.3313430577987613,
- 0.5195632372864345,
- 0.5932581602295274,
- 0.008063025658496252,
- 0.8403079771157169,
- 0.21302783687706922,
- 1.208335638368686,
- 0.5760620477956097,
- 1.332482264490585,
- 1.4126442355062034,
- 0.7227568266364219,
- 0.5449881648900023,
- 0.8651203341759559,
- 1.1988089102094615,
- 1.2085862794495794,
- 0.609862435635069,
- 0.7945970470781492,
- 0.8595259526988773,
- 1.1689574119429427,
- 1.0435779067814883,
- 1.2457603747462715,
- 1.1355249881107874,
- 0.7116196117554856,
- 1.115924403043007,
- 1.3561992972040855,
- 1.2083195847568327,
- 0.5902756355394038,
- 0.7482130546445487,
- 1.2732085563229905,
- 0.6860026161352992,
- 1.091914015705473,
- 0.4684494267539302,
- 1.3773649157196963,
- 0.3080142679712575,
- 1.1311058521963167,
- 1.227750619927361,
- 0.3565778693592996,
- 1.270478826954959,
- 1.4027299203934311,
- 0.42640470312312806,
- 1.3467364692164556,
- 0.10456593444769857,
- 0.27927151504354214,
- 0.7836200838604837,
- 0.7294830640675029,
- 0.22566097359827794,
- 1.0669761921240002,
- 1.1046465551390605,
- 0.4104497827235297,
- 1.0481862177805599,
- 1.3530661327945677,
- 1.2928575118773318,
- 0.7793991264410098,
- 0.6083458087718439,
- 0.3290310273393514,
- 0.6009921180222341,
- 0.19358147756145794,
- 0.8131701690519177,
- 0.32228395765693824,
- 0.29053243274520835,
- 1.0810683305810496,
- 1.0711931163776045,
- 0.2057550816718827,
- 0.7873269642747679,
- 1.059674306408992,
- 1.2232225136060588,
- 1.2969006274483972,
- 1.3638603688430146,
- 1.1263235113027616,
- 0.30572073976549013,
- 1.0338764359325248,
- 0.534787900696089,
- 1.38992839616458,
- 0.8544818679502162,
- 1.2218358824279516,
- 1.236727386588698,
- 0.9578943521427188,
- 0.6522846367475321,
- 0.8055540999672384,
- 1.2772033828419407,
- 1.3937280214077308,
- 1.1720129323848216,
- 0.7694044239683708,
- 1.2376918054563453,
- 0.9096500819209561,
- 1.370902412826091,
- 0.18860814697466208,
- 0.7693064560972435,
- 0.8478883888450307,
- 0.9466661048045797,
- 1.0078983868386548,
- 0.5692827360912758,
- 0.4528109512802207,
- 0.4969040709580077,
- 0.8266380370316131,
- 0.5323924673609913,
- 0.7798350883764521,
- 1.4122368123063316,
- 0.3997864064731833,
- 0.5009220659477203,
- 0.9225715773488988,
- 0.1171888810224506,
- 0.4691242410496872,
- 0.17638760301997403,
- 1.395559038127608,
- 1.3420063514076468,
- 0.810210246129137,
- 1.0313776682014588,
- 0.8642460691917743,
- 0.8317681767830676,
- 0.7174878374772689,
- 0.9019463687024776,
- 1.2644154275868424,
- 1.379325691683266,
- 0.7676222469343061,
- 1.0546422989687931,
- 0.24339688288565725,
- 1.0247787992277737,
- 0.9997898530684504,
- 1.0735866247520172,
- 0.6019998979593981,
- 0.7710669535132572,
- 0.5952522774104053,
- 0.7132754589878594,
- 0.8605345731527918,
- 0.1594942744643569,
- 0.6900960274884833,
- 0.38510795967684053,
- 0.5467285218593665,
- 0.058914101549504466,
- 0.6098084603826062,
- 1.1145434779774142,
- 1.074805561519823,
- 0.9138767851816254,
- 0.6099219281792955,
- 0.53011030111343,
- 1.3921131912281386,
- 0.20553394710377862,
- 0.48378974684840287,
- 0.18634266829010107,
- 1.1081503458869941,
- 1.2613617278335052,
- 1.0589988001764958,
- 1.2556721465174627,
- 0.33637716986456706,
- 1.1783592039048847,
- 0.6614321371682672,
- 0.9738831613549919,
- 0.915775705500127,
- 0.5614022929167698,
- 0.5768739918559442,
- 0.20836893910312715,
- 0.47710041021832494,
- 0.1623602157128227,
- 0.4115958591636269,
- 1.1928586261093506,
- 1.1475311036269573,
- 0.594532184222019,
- 0.43914762406715413,
- 1.166160644184134,
- 0.029322313927171644,
- 0.6349641597560558,
- 0.6694366555180091,
- 0.954556140759187,
- 0.2117811068024688,
- 0.048586318670656665,
- 0.6557926432760447,
- 0.4236739918530859,
- 0.8846317830463707,
- 1.2340935157399655,
- 0.5226482423280551,
- 1.3871155790608516,
- 1.1360805005328212,
- 0.2479702999555186,
- 1.3571119154654347,
- 1.3625449420998714,
- 1.297202680056769,
- 0.40139905219535343,
- 1.1689966876833575,
- 0.31489131782414814,
- 0.11163021412213023,
- 0.4794910887847292,
- 0.029719957371052215,
- 0.03221075409673811,
- 0.10174792677585894,
- 1.0369736620421244,
- 1.2611238182043387,
- 1.0794835749487668,
- 1.1140729202550037,
- 0.8010365019415477,
- 0.4724373681622008,
- 1.3601400080589272,
- 1.1192783605580396,
- 1.131747729563387,
- 0.24481617051546917,
- 1.356594443923344,
- 0.7996119300112815,
- 1.010325169645301,
- 1.2080402603128406,
- 1.2443184297273573,
- 0.2086196728208163,
- 0.8368498551571559,
- 0.35885394040981394,
- 0.9659067389609984,
- 0.9152926981155065,
- 0.42334893702156895,
- 0.13231107744874934,
- 0.9597456934952193,
- 1.2444583941725178,
- 1.0547953288645524,
- 0.3339024719625201,
- 0.9008525811836959,
- 1.2830662336934642,
- 0.5766363039707955,
- 0.48601628627401067,
- 0.2797439254993287,
- 1.036767139799637,
- 0.09413724036406812,
- 1.0715405393161301,
- 0.4640827880909282,
- 0.26656213164699616,
- 1.3872271155488833,
- 0.5862122155668821,
- 0.17623423612637792,
- 0.37734795722677084,
- 0.8863791515467678,
- 1.1459228534679256,
- 0.2298078493830953,
- 0.8853569519445053,
- 0.7306641033597352,
- 0.02860245384671023,
- 0.20208252961550566,
- 1.3569672047638626,
- 1.1495010882150736,
- 1.2758436440517142,
- 0.039349932108868634,
- 0.7325919592717882,
- 0.8917856184089542,
- 1.3862924368478993,
- 0.13676518045653144,
- 0.5087490861859396,
- 1.3759065041593532,
- 0.8791196423107904,
- 1.1099446799468102,
- 0.3937935172446193,
- 0.5852861403846918,
- 0.9921568112262632,
- 1.217577920235927,
- 0.21114267655289307,
- 0.009550752163884676,
- 1.1765181467122605,
- 0.773276225538409,
- 1.023548825042325,
- 1.3684390991087918,
- 1.2786525878343926,
- 1.2215488027642554,
- 1.1669763305182739,
- 0.030721017487563927,
- 0.7653354662140002,
- 0.32959223815552274,
- 0.36539487031112483,
- 1.280604929948657,
- 1.2971872183410769,
- 0.9259971799294113,
- 0.6914305984090182,
- 1.1299083971657085,
- 0.5498520097698825,
- 1.2997498523318456,
- 0.20443106010292483,
- 0.12224308904890721,
- 1.374118206702492,
- 0.24378270030431384,
- 0.33944507209055114,
- 0.5619902352030098,
- 1.2210927566800862,
- 0.46563068366293475,
- 0.20452946892686857,
- 0.25967431207943864,
- 0.6016999594803096,
- 0.8549317070624727,
- 0.9230104234250726,
- 0.46218052237356494,
- 1.0723282306481683,
- 1.3976471750580297,
- 0.6802726064537702,
- 0.6172487187978525,
- 0.012446459416194334,
- 0.33975528850330444,
- 1.3048850424426763,
- 1.226441126285478,
- 0.946994046116197,
- 0.44973635940329393,
- 1.2008571507434807,
- 1.2053653023549957,
- 0.12654841098731054,
- 1.3635791622627687,
- 1.2357198048936058,
- 1.048707779728088,
- 0.28056227489737773,
- 1.223809870896233,
- 0.19657546592797798,
- 0.17954513795662377,
- 0.2522128086178267,
- 0.7539538761465693,
- 0.9580568659100108,
- 0.6691913782625117,
- 0.643015724600065,
- 1.2335590708678006,
- 0.7930745766177141,
- 0.5645729719371014,
- 1.3090618233896023,
- 0.9697248174293487,
- 1.1222671753190079,
- 0.6561028402034693,
- 0.020449039711370163,
- 0.5626501654564935,
- 0.763684869174879,
- 0.7943175821561025,
- 1.2644925617172253,
- 0.6781125549502258,
- 0.24374856427852837,
- 0.16538496081590934,
- 1.0909636061870478,
- 0.10220277830698611,
- 1.2331488688291599,
- 0.2915354748523425,
- 1.3330255990042235,
- 0.030095849750443077,
- 0.8548337466874585,
- 0.9286216913730583,
- 0.4870556182233325,
- 1.2322640605624378,
- 0.5089070197159975,
- 0.8970453489639318,
- 0.44545098623243456,
- 0.7268540352589693,
- 0.0428471226968951,
- 1.3261895292999262,
- 1.3816784718692399,
- 0.8732068529342977,
- 1.3341732453875828,
- 1.1415595932553002,
- 1.3218790251768446,
- 0.4989972530062939,
- 1.0669623250085556,
- 1.3074540806424217,
- 0.5647355767757647,
- 0.566344805913221,
- 0.7676418680838292,
- 1.0380395665775597,
- 0.347955497508815,
- 0.7462856648506886,
- 0.6770762558666328,
- 0.5807331622640819,
- 0.26827068431276324,
- 0.5476495744502311,
- 0.5803770115477512,
- 0.1947216299554032,
- 1.14313441106721,
- 0.20036202715183093,
- 0.7849994390748263,
- 0.23133921534600477,
- 0.7918307987118229,
- 1.0799243053324625,
- 0.2388790077717784,
- 0.3955181337887397,
- 1.065273794250013,
- 0.8293105304249934,
- 1.305331279088431,
- 0.5371999737580881,
- 0.9321851064699282,
- 0.9323766459068717,
- 1.155856217486402,
- 0.856812299604947,
- 0.8985311744192152,
- 1.3558189528683275,
- 0.6953968327320121,
- 0.9160665207247759,
- 0.5874606869420181,
- 0.36634274321774823,
- 1.000971246094851,
- 0.14391835180790064,
- 0.3169742929706961,
- 0.7157342161020829,
- 0.9439561119943649,
- 0.6917618385518779,
- 1.2616883025221661,
- 1.3147846100432903,
- 0.8120127765936354,
- 0.817155476595664,
- 0.8860008005640138,
- 0.9356621120413383,
- 0.6705711378064075,
- 0.30837202392384705,
- 1.3613241807942795,
- 1.3643124411876757,
- 0.004254862969365044,
- 0.44569667042489836,
- 0.8071452145539927,
- 0.7684275599376774,
- 1.3613345485256092,
- 0.8962144988657049,
- 0.7614918324382807,
- 1.009589256564226,
- 0.7702143004418929,
- 0.12805492148229014,
- 1.3107519914775059,
- 1.2615107017564513,
- 0.17548009621167285,
- 0.18204067878522628,
- 0.4185145691722758,
- 0.9337671016018777,
- 0.48003385672243615,
- 0.8282990641971726,
- 1.3461327274080939,
- 1.2317637176225058,
- 0.08879732483164483,
- 0.5765191853551427,
- 0.961980445001115,
- 1.3088180406576095,
- 0.8118478945262833,
- 0.8124940221222432,
- 0.6264248761607775,
- 0.983976460893706,
- 0.5747183233885541,
- 1.0538521340188591,
- 1.304598139643862,
- 0.4842494712593016,
- 0.4644759890468424,
- 0.2993228552827597,
- 0.943723759664437,
- 0.9120584518523408,
- 0.11768291631306363,
- 0.7567139878785123,
- 0.859655619582567,
- 1.3672491841624435,
- 0.4629303134264582,
- 0.8544285999165556,
- 0.0626135104632183,
- 0.8483976346547855,
- 0.9678981128336488,
- 0.8410033526564595,
- 1.3186362736427801,
- 0.22876017934572945,
- 1.1643345976535326,
- 0.16704985667402847,
- 0.46644224922373434,
- 1.111251590240678,
- 0.7610715667500344,
- 0.7462929770563379,
- 0.6517697530566036,
- 1.2673365965898586,
- 1.0883317055166783,
- 0.6006838435679077,
- 0.19969625242524158,
- 0.798213009544624,
- 0.93617572414014,
- 0.03594792651983169,
- 1.0549138728079444,
- 0.23288082382225386,
- 0.5364752445417442,
- 1.2652397932693271,
- 1.3198879366904392,
- 1.2590189328211134,
- 0.5952888719608747,
- 0.08186005899817812,
- 1.229912924808551,
- 0.6922920412682044,
- 0.5221063629052936,
- 1.1376436868273128,
- 0.5182402809504091,
- 1.3152298435415024,
- 0.7890534919603486,
- 0.25455428799348945,
- 1.323562636871789,
- 1.3009101971245247,
- 1.3307346682453063,
- 0.9052459788609888,
- 0.9716106910478755,
- 1.0888449133043465,
- 0.571130107390717,
- 0.9187306007235967,
- 0.47053551210921385,
- 1.2758642105669284,
- 0.774587812183526,
- 0.31872330636336327,
- 0.9166670673612708,
- 1.2131157187844561,
- 1.3492674206690627,
- 0.7898565157172251,
- 1.0171636214713717,
- 1.1995167499374013,
- 0.5995064744557508,
- 1.0120457280276014,
- 0.6793975490892477,
- 0.21917797082939022,
- 1.1149809444149668,
- 1.4085374901059322,
- 0.8089256262479373,
- 1.2556077030371364,
- 1.1855295301937272,
- 1.1478456818203326,
- 1.411607881846764,
- 1.1715723245634704,
- 1.1998318265150023,
- 0.9875490619519062,
- 0.7920915878390602,
- 0.6695979550937999,
- 0.8086491359755966,
- 0.8024042273234169,
- 1.2803128245793305,
- 1.0859262758157238,
- 0.12730193194222314,
- 0.2906263569530367,
- 0.4740831910936767,
- 0.9896433688795752,
- 0.8701020580309611,
- 1.1047516567172728,
- 1.1191177104371604,
- 0.8079936872384983,
- 0.24309684381031443,
- 1.0823793375786679,
- 1.1280914896007692,
- 0.9601269680715497,
- 1.3657361392958862,
- 1.3919760630620284,
- 0.2308106314235648,
- 0.8396129330543113,
- 0.313431249733033,
- 0.5836724949446137,
- 0.8893073207747616,
- 0.23048718280694125,
- 0.07841118137375329,
- 0.5948172002392786,
- 0.46227450710508555,
- 0.1408682718517026,
- 0.834299524911215,
- 0.6396991918080992,
- 0.3368096467873128,
- 0.818235642012216,
- 0.0749562498900081,
- 0.11798758767573314,
- 0.887367313619174,
- 1.3223970475155251,
- 0.4434979185844488,
- 1.088312705388945,
- 0.5218654363765652,
- 0.17979412314669185,
- 0.9835306019321394,
- 1.3099157469780165,
- 0.7961495833458854,
- 1.3901300796038552,
- 0.7063813967636826,
- 0.42784807132423275,
- 1.321900513094643,
- 0.2994373748561796,
- 0.9485595084695211,
- 0.7427280308839734,
- 1.1808472901424838,
- 0.44177397139307456,
- 0.7894379874141874,
- 1.0302796493893474,
- 0.39032034942574606,
- 0.02719144686281103,
- 0.21878270511577158,
- 0.9224210400011823,
- 0.1759487029220328,
- 0.11210564130253814,
- 0.3005126077105039,
- 0.10227393887220687,
- 0.11018916045050654,
- 0.7519810037536468,
- 0.5654421888353001,
- 0.5869142030268117,
- 1.0447885965872743,
- 0.5005855948213056,
- 0.7395704645822556,
- 1.2402828401363593,
- 0.6906846434587722,
- 0.643837490288932,
- 0.17245619832166134,
- 0.24353593857281253,
- 1.2784930986155671,
- 1.081164848784853,
- 0.46859605580676056,
- 0.13413439882685185,
- 0.10936651213020297,
- 0.36903293807887,
- 1.404680116239297,
- 1.0926074208160932,
- 0.7991683902311147,
- 1.3032847168020978,
- 1.36054408067087,
- 0.4981267752062102,
- 1.1550619003782743,
- 1.214156077564516,
- 1.0179051043367147,
- 0.2742066458025617,
- 1.0744899960915795,
- 1.051421241482035,
- 0.8076329188290483,
- 0.23184780999292642,
- 1.3194929756813627,
- 0.5198006144484771,
- 0.7270403948373422,
- 0.23797071016220436,
- 1.1577411241131919,
- 0.298805249458337,
- 1.110563363802053,
- 0.999622971995795,
- 0.6511088616113588,
- 0.3746375099928423,
- 0.9936840231141325,
- 0.8133798692637165,
- 1.3833082204178067,
- 1.2059328666032783,
- 0.851749824200133,
- 0.10064359672237395,
- 0.17732730467012603,
- 0.6274266694705499,
- 1.3910461721666254,
- 0.39498790134817063,
- 0.032345878699471885,
- 0.03847269749690525,
- 0.2995970113800364,
- 1.3478168250573024,
- 0.0991542835110018,
- 0.94814766271158,
- 1.0190909233367,
- 0.13320544708112386,
- 1.3885049144051531,
- 0.9713111292009513,
- 1.0279195403489947,
- 1.330417865556692,
- 0.9442622748544586,
- 1.4026758670773964,
- 1.142286210033757,
- 0.06559381391380127,
- 0.9611882444240936,
- 0.7843438767842201,
- 0.5589392851494928,
- 1.3498573562653244,
- 1.0701075659640247,
- 1.201001589945226,
- 1.2467043033990501,
- 1.1548951629687074,
- 0.129372933804537,
- 1.1889301403246915,
- 0.3482811045971143,
- 0.1967706504541815,
- 0.18318357577417838,
- 0.9197122734331683,
- 1.3733167683443124,
- 0.7633557746389785,
- 0.276062354520618,
- 0.7711052151189632,
- 0.9236399363604528,
- 1.2939593053246619,
- 1.3303402390014172,
- 0.06894001685528886,
- 0.15789849439717232,
- 0.16143548497001217,
- 0.27102424868730524,
- 0.3540609701381347,
- 0.8389091943367529,
- 1.0123091616269577,
- 1.1412980192128999,
- 0.443358187112567,
- 0.6057109426641624,
- 0.2718828650452438,
- 1.3144047992177448,
- 0.4117158596312052,
- 0.03796816316523458,
- 1.2481252255055564,
- 1.1109102678531664,
- 0.3252802238289152,
- 0.9064354371808034,
- 0.8977938542878023,
- 0.13086590403481219,
- 0.9758753055262863,
- 0.5508818500364578,
- 0.9152327815926173,
- 0.19197243394554236,
- 0.9783675330609886,
- 1.3515432930666709,
- 1.149726346219676,
- 1.005875589558276,
- 0.3842126432490014,
- 1.0723969218310934,
- 0.9336917460579841,
- 0.17607651717877482,
- 0.28761000611997867,
- 1.2961574663556654,
- 1.2454588459926812,
- 1.016207750205318,
- 0.4938957524751442,
- 0.6308038786022042,
- 1.0747320184373352,
- 0.9228842041263572,
- 1.2874533889820727,
- 0.7595964461959614,
- 1.2658508785957112,
- 1.2938622534136053,
- 0.33945768177195335,
- 0.7158232280136188,
- 0.7654411428414085,
- 0.353346346270016,
- 0.659803859853416,
- 0.5075483001884569,
- 0.5439825041052961,
- 0.31245737665872775,
- 0.3965778021857767,
- 0.33081339159990986,
- 0.7144202025697266,
- 0.4251602630071007,
- 0.9969465116997474,
- 0.6887942322101565,
- 0.12723626597954146,
- 0.5948545260499661,
- 1.027289896638107,
- 0.30263690839755036,
- 0.7030497820942073,
- 1.171088812664753,
- 1.1304557437259277,
- 1.3304522630003996,
- 1.0270015555045107,
- 0.09051996092709569,
- 0.3042597987235946,
- 1.1028711339447757,
- 1.3386634847054564,
- 0.7918523896757348,
- 0.5952431089627733,
- 1.0452305187616295,
- 0.07030104590775083,
- 0.8125342078178794,
- 0.051599763227923964,
- 0.990918414517068,
- 0.6066171899504018,
- 1.1081309040764253,
- 1.3337966945751045,
- 0.7965003670889836,
- 0.7812293125324477,
- 0.05015249902250053,
- 1.1158379278219952,
- 0.5470910237531937,
- 0.11536526051897307,
- 1.0355777482556598,
- 0.1892269115727138,
- 1.392598329047939,
- 1.2406118542281526,
- 1.3486992423617228,
- 0.03416042353153183,
- 0.9551124628794581,
- 1.044331319069905,
- 0.9422358706051129,
- 0.05771555364174185,
- 0.7595672818917792,
- 1.2756927752553913,
- 0.6896953430102709,
- 1.2289000276513113,
- 0.6875983533659151,
- 1.153629779211181,
- 0.9096067453022048,
- 0.9057627601634407,
- 0.4097950868127118,
- 1.0394882907421226,
- 0.03977851602831049,
- 1.1982621019543571,
- 0.8483646060739047,
- 0.2709900640625738,
- 1.11373339436473,
- 0.24372072072990555,
- 0.36836360758524633,
- 0.36703292370748286,
- 0.8055867241228549,
- 1.3899675659976805,
- 1.2556584060478102,
- 1.0504727753847969,
- 1.3285531394472885,
- 1.3863291325641034,
- 1.3882826690061116,
- 0.6445797471194589,
- 1.2601716902658417,
- 0.960147449213115,
- 0.057562177529533486,
- 1.3621484335753995,
- 0.4798896361811969,
- 0.8649986851738767,
- 0.679650475801753,
- 0.8722597439891233,
- 0.32085560029421684,
- 1.146549469491552,
- 0.7630490171341556,
- 1.0495454883520137,
- 0.48812418659684814,
- 1.2438398939912279,
- 0.6702564692573643,
- 0.5196531253236298,
- 1.3575171654143328,
- 0.0620257669217706,
- 1.349161569526658,
- 0.6323441604158044,
- 1.064699062917808,
- 0.20765335102636423,
- 0.9094702061367927,
- 0.9060521069117535,
- 0.9193405086768968,
- 0.4266955209021803,
- 1.036889844473612,
- 1.1596383281772171,
- 0.845143066478244,
- 0.7025265745325151,
- 1.3635617583458393,
- 0.9240821555680717,
- 0.46148795315285307,
- 0.8198181165010339,
- 0.8888891478436532,
- 1.0459301386252549,
- 1.1442382472356623,
- 0.3656218684484184,
- 0.20698459158810423,
- 0.7516588892420761,
- 1.0712612360446911,
- 1.179482226565812,
- 1.162589521696467,
- 0.8930812133715695,
- 0.5337240564333922,
- 0.5717273614237032,
- 0.6412181783717266,
- 1.2714450105330384,
- 0.21752822394340748,
- 0.44301420664416397,
- 0.18460146853699524,
- 1.2789908749565542,
- 1.0645481888854955,
- 0.36021587857799836,
- 1.0234154213095195,
- 0.2509233753757301,
- 0.2994654216501693,
- 0.22264268739920198,
- 0.5493318136481995,
- 0.6305855573067721,
- 1.0777787076818097,
- 1.1613924287604436,
- 0.6781521563913494,
- 1.1853904115854406,
- 0.9295491414953604,
- 0.08762236802168435,
- 0.8047508744433266,
- 1.0637326477484481,
- 1.1557946284168155,
- 0.023123757224770086,
- 0.8813575797893839,
- 0.9186511715133178,
- 1.0652235844573197,
- 0.8288054470743124,
- 1.0000219543421232,
- 1.2825561070787306,
- 1.1628285019196802,
- 0.16125443557130797,
- 1.2221941197696846,
- 1.3199799110136583,
- 0.7843201567738929,
- 1.2655154043587171,
- 1.1684917749141055,
- 0.6932994076782065,
- 1.033193488576099,
- 1.0972183397036397,
- 1.2503676372242956,
- 1.2654484195335447,
- 0.44001891082959604,
- 1.4077464893047194,
- 1.2708988191572232,
- 0.07851458224425177,
- 0.35596893370013405,
- 0.28206546532056637,
- 0.09792004193640369,
- 0.67916231094928,
- 0.27431250055248035,
- 0.675638830963354,
- 0.8939869600125716,
- 0.5734411893677432,
- 1.0305285436814386,
- 1.3208582088824885,
- 0.37715958180366804,
- 0.9681984766285451,
- 1.122158759421484,
- 0.34637060473374554,
- 0.9150706124026089,
- 0.11248139543038932,
- 1.3268700979443602,
- 1.00719689872752,
- 1.1901899909581144,
- 1.2810930846055726,
- 0.2587936023427833,
- 0.5753832303688285,
- 0.3705582377741509,
- 0.6951233180544016,
- 0.7952992502357802,
- 0.9748787226835669,
- 0.4476998856890204,
- 1.3500101713156312,
- 0.7726991976478781,
- 1.034497875360321,
- 0.3584958008086371,
- 0.45260868967147777,
- 0.2258657065196758,
- 0.9598284909513226,
- 1.2886087761515437,
- 1.31038367022641,
- 1.1839140025635875,
- 1.3498942409777277,
- 1.3801386184646218,
- 0.39241610210537603,
- 0.8707738122442291,
- 0.5076098778696564,
- 0.045164817934771145,
- 0.6185782062574776,
- 0.8769481262177046,
- 0.5406653873286877,
- 0.4546477005357562,
- 0.49085709189695603,
- 1.0868124938080561,
- 1.1963386833198315,
- 1.331937753047941,
- 0.2911526658571584,
- 1.1697746063496102,
- 1.0382168500244418,
- 0.47239045512537625,
- 0.0758778166659629,
- 1.3227135110689352,
- 0.8565553247303508,
- 0.9214382386567262,
- 0.933846028635643,
- 0.5328948655914404,
- 0.7445671362978817,
- 0.8000278063799433,
- 0.9571685899807514,
- 1.2364506303541523,
- 0.7338305559536981,
- 0.20625023458441158,
- 0.04619941377447523,
- 0.39841841321934174,
- 0.23017017452207414,
- 0.15939661626612725,
- 0.31682419980270676,
- 0.548627242502817,
- 1.3654992293528432,
- 0.7720058268509663,
- 0.381542261728519,
- 0.8433851748007108,
- 0.4972094216930123,
- 1.1396282496409404,
- 0.653756344453147,
- 0.9067096964607129,
- 1.3571582440841627,
- 1.36269478686244,
- 1.3004005812410855,
- 0.7648779713003461,
- 0.9090438174763932,
- 1.1519627325710275,
- 0.40610647238300346,
- 0.7017483108867095,
- 0.4622951495788515,
- 0.5108662840361433,
- 0.2965686682146463,
- 1.1322773090082745,
- 1.0489973373209613,
- 0.7424769019197448,
- 0.1386617222811485,
- 0.5358999383437458,
- 0.7761484438605932,
- 1.283792525257986,
- 0.7467646346245385,
- 0.5667011519182771,
- 0.2045986741769879,
- 0.2070252492579842,
- 0.5487794633012197,
- 1.296631096703317,
- 0.47933749462729225,
- 0.8818312833006647,
- 1.2508031981798258,
- 0.6621168197786139,
- 0.004902625627834974,
- 0.8853709602546733,
- 0.5025863460751193,
- 0.3326710614239654,
- 0.023102321908856343,
- 1.2349967789376755,
- 0.4963307852408798,
- 1.3260433981047262,
- 0.8358520426839509,
- 0.55082393393503,
- 1.372870000846381,
- 0.1120570116183123,
- 1.2950892849290965,
- 0.7534148646230704,
- 1.38575276199167,
- 0.8154629895145755,
- 0.6252929949497288,
- 1.0286720543906593,
- 0.6989900808194297,
- 0.7988277004235188,
- 0.6358887824922246,
- 0.4085044379257616,
- 0.3083124818520846,
- 0.2663578553963914,
- 1.1514732608832825,
- 1.1980560867748098,
- 1.315990243591912,
- 0.8438131628979698,
- 0.566855748886825,
- 0.22506970462041836,
- 0.141755912080462,
- 0.5242488172952812,
- 0.27832814221926655,
- 1.229435089286326,
- 0.30141394808966837,
- 1.3828039361275035,
- 0.43583039670003176,
- 0.12852432507136508,
- 0.5003533035585713,
- 0.9861239767185009,
- 0.7850349676441776,
- 1.2442891955114463,
- 0.8990096249000264,
- 0.12189148036696934,
- 0.6707487850538237,
- 0.6955816149492324,
- 0.7476900422959909,
- 0.344043989164017,
- 0.8484099190613822,
- 0.2172007360077267,
- 0.9078258638953285,
- 0.9624247943796356,
- 1.0513953336185642,
- 1.1302262487583996,
- 1.1404082742924806,
- 0.17968734376270712,
- 1.3613920657681924,
- 1.0337168166567074,
- 1.2292841548953226,
- 0.8882252117032274,
- 0.5186846759075805,
- 1.2825587669446792,
- 1.3076630200597688,
- 1.324146603248228,
- 0.36062667096721285,
- 0.4073484983681684,
- 1.307395787152409,
- 0.46434737088102307,
- 0.09041716855643357,
- 0.4514269141859271,
- 0.6052504160394867,
- 0.14457518940161307,
- 1.2924688271376217,
- 0.6045683676876422,
- 0.5472214721843428,
- 0.22865275097620927,
- 0.4873949699507935,
- 1.0617417975473915,
- 0.9572200889927293,
- 0.03354035786630604,
- 0.42513695173175053,
- 1.0130286049687753,
- 0.29748192606048496,
- 0.8719502490806741,
- 0.9175262606630316,
- 0.37425089852202115,
- 0.14427830635544506,
- 0.27849471793259434,
- 0.5413190638194111,
- 0.7222107498548883,
- 0.22339907691508126,
- 0.937276714011071,
- 0.5005941530041557,
- 0.4967893747545968,
- 0.7799582259333913,
- 0.24203292247192648,
- 0.9153060140866632,
- 0.18151102367231092,
- 0.3928113054051035,
- 1.0986368423898192,
- 1.1288711888978376,
- 0.3972481625753207,
- 1.0584941060291888,
- 0.5548342704836265,
- 1.3237080638490326,
- 0.9239564414296934,
- 0.9211778924090394,
- 1.0569458470375488,
- 1.1411502986230042,
- 0.8721744686563875,
- 0.5153822653997738,
- 1.1298888344453633,
- 0.46304268948201344,
- 0.3015198713595178,
- 1.1102721075799944,
- 0.07809065135542109,
- 0.29448395627430507,
- 1.385608903049238,
- 0.04886635860496202,
- 1.0506548628531542,
- 0.30717820813801416,
- 0.7979096187509088,
- 0.768348745489906,
- 0.2928969632879836,
- 0.7585588800658221,
- 1.4026283671152984,
- 1.3012002126177826,
- 0.8792137033590278,
- 1.3907340013703466,
- 1.0316854062317438,
- 0.9279072499821668,
- 1.1878903615856764,
- 1.2541090236104164,
- 1.0311790502373963,
- 0.28065216249815583,
- 0.8161313153301533,
- 1.218080518799635,
- 0.9903998504178644,
- 0.8611431649283582,
- 1.4008178972328007,
- 0.6544108229308152,
- 1.3856668018012417,
- 0.6120272878914154,
- 0.43710688394496305,
- 1.2807588692647283,
- 0.6181657571209745,
- 0.35320526658294904,
- 1.3913692871817354,
- 0.3397684447965942,
- 1.1844517870260267,
- 1.3056843424283089,
- 1.0029854060926031,
- 1.2143297725283841,
- 1.2808122145900396,
- 1.3258827366536101,
- 0.3550682569735759,
- 0.8446728167257777,
- 0.3027052924491268,
- 0.696564035343295,
- 1.357594079313145,
- 1.1507106186752178,
- 0.9935193627922104,
- 0.1020217264669957,
- 1.2247845905541959,
- 0.40245330407760965,
- 0.7549060672902631,
- 0.7300852893513263,
- 0.5151865723563768,
- 0.3265098094238886,
- 0.16417094375294958,
- 0.8299866766889223,
- 0.5309538583737153,
- 0.9385188792928049,
- 1.1473254015918415,
- 0.7210449078836618,
- 1.275175175999216,
- 0.4934437985160845,
- 0.5892534175037493,
- 0.2147676445661326,
- 0.7831821112788493,
- 0.756360324040179,
- 0.44155227853876006,
- 0.7389374038969589,
- 0.9102753630241426,
- 1.1405161896871339,
- 0.901026384282667,
- 0.015756990090990117,
- 1.3761582764331761,
- 1.0013399313136466,
- 1.3902429755901449,
- 0.8245231300269606,
- 0.57369570939659,
- 1.4063454421053756,
- 1.2531675105354143,
- 1.1539899585431852,
- 1.3119621303134483,
- 0.13491044510034242,
- 0.5492360151016533,
- 1.3644515732502118,
- 0.8342211350343595,
- 1.4100848611499213,
- 0.31428195257582087,
- 1.057519705499429,
- 1.1711342027799032,
- 1.4066058011969884,
- 1.2620954772448154,
- 1.356577981600937,
- 1.178625432793943,
- 1.3770862108007287,
- 0.7068283889475296,
- 1.1553369193877068,
- 0.35696252197934947,
- 0.8644927793444638,
- 0.3959047187338873,
- 0.1346821987719247,
- 0.7636097530019885,
- 1.351485096257626,
- 1.0653308545048419,
- 0.667736170580244,
- 0.9802359829502637,
- 1.0678020374942734,
- 1.2228189434847594,
- 0.9694956042573082,
- 0.34530899925612335,
- 0.9812556775032207,
- 1.3692615969377,
- 0.3169739502084848,
- 0.020722488276086904,
- 1.36950925906148,
- 0.753890853719225,
- 0.9981852646422786,
- 1.1269658941677054,
- 0.5982391182160013,
- 0.577847013684316,
- 0.7124449646367208,
- 1.301740353504782,
- 0.6786251152209949,
- 1.1092995004269153,
- 1.2926077441904689,
- 1.0082911482645023,
- 1.197552635158294,
- 0.9783392820584015,
- 0.589531111096902,
- 1.2941374981907572,
- 0.4938646800271109,
- 1.057767975378389,
- 0.3244059656115621,
- 0.1193862100939699,
- 1.4051869964350354,
- 0.021875267006546573,
- 1.3201723141324877,
- 1.2436659606725091,
- 1.3033885504145462,
- 0.5782752653566118,
- 1.0676933289185961,
- 1.1713234567846795,
- 0.06238001512944479,
- 1.279937315988178,
- 0.5083234969304107,
- 0.3841067500388622,
- 0.03032731182859494,
- 0.022592340776024455,
- 1.0691553122543451,
- 0.9532239368839998,
- 0.9730458872876474,
- 1.2815540614714203,
- 0.14611780827183607,
- 1.314176090589146,
- 0.3815597492509962,
- 1.1264685858581651,
- 0.9847670772510548,
- 1.1980237908833442,
- 1.2396982786333872,
- 0.2292352128171405,
- 1.1204830138672754,
- 0.3159718728259096,
- 0.07242687766621571,
- 0.06646311511192436,
- 0.06727862687078325,
- 0.6958988982949257,
- 1.0643179183852247,
- 0.6900489753829082,
- 0.11428038987465908,
- 1.3299646309848667,
- 1.0676895038639163,
- 1.2852893262123408,
- 1.2258940465704875,
- 0.33612183693497555,
- 0.13381656659841126,
- 0.06494942411818366,
- 0.7081030080570241,
- 0.603140800445487,
- 0.5779846419254847,
- 0.5038706129753897,
- 0.9308790358763207,
- 0.18406540678444244,
- 0.9582211822849059,
- 1.0387143429710313,
- 1.3661355789181542,
- 1.1666126312930516,
- 1.1781399660652074,
- 0.1258235130062724,
- 0.4118545200791361,
- 0.522645894195734,
- 0.6548896600740186,
- 0.4899337298130943,
- 0.9989540259893467,
- 1.24793752927086,
- 0.4790334365459601,
- 1.3280947694172835,
- 1.2428450596682858,
- 1.073944740328061,
- 0.8796016066654604,
- 1.3557207915570988,
- 0.24484398992613593,
- 0.6479957786984801,
- 0.019310317123136498,
- 1.2410002269018332,
- 1.0072552249714355,
- 0.6052001225817388,
- 1.3334519853541784,
- 1.3979845480400617,
- 1.1854954556973394,
- 0.6737716848095368,
- 1.2432349043468527,
- 0.052539258102727984,
- 1.1004720653397944,
- 1.0304648466881627,
- 0.6713386175820828,
- 0.2489342731416514,
- 0.1396712535314547,
- 1.1130319075889261,
- 1.148216326201672,
- 1.4015156639679907,
- 0.9741836169351348,
- 0.5863197798174091,
- 1.2292195988326793,
- 0.9926339638580292,
- 0.5492980235719883,
- 0.47902631103455623,
- 0.49302025457203097,
- 0.971056200184798,
- 0.15630310510940224,
- 0.5561393789640489,
- 1.3039559933404714,
- 0.7500732031031013,
- 1.4071486406021791,
- 0.7690659825752225,
- 1.3208287252955038,
- 0.5105154512824609,
- 1.1449990317567913,
- 0.8098576289466427,
- 0.6889933613542302,
- 0.8277970282468896,
- 0.9050671685258034,
- 1.0683672630696588,
- 0.4799931130811055,
- 0.2854899737484217,
- 0.10166852019475708,
- 1.0465843641762724,
- 0.22903428184411503,
- 0.1483617774990164,
- 0.9497689420264331,
- 0.5439113077238433,
- 1.259769397691027,
- 1.0746371499089005,
- 0.1420701405936314,
- 0.7095981963009607,
- 0.2257411545159293,
- 0.4725179505177305,
- 0.8200277769650096,
- 0.5639622157216185,
- 0.39110460672844727,
- 0.05063199955996807,
- 0.49361986906763994,
- 0.6120700881665271,
- 1.0006438516505443,
- 0.993584067623365,
- 1.2758187392449947,
- 0.12121274912070007,
- 0.36159514048232605,
- 1.4076780837048546,
- 0.709045137647679,
- 0.8199499062796825,
- 1.0602300893924481,
- 1.004468816839001,
- 0.8887430940564967,
- 0.3002141730999552,
- 1.3398436429640308,
- 0.8646132380387356,
- 0.8650787840834432,
- 0.6975590416916955,
- 1.0324196755706376,
- 1.0208582653774316,
- 0.9516575211545277,
- 0.6181380015189585,
- 0.9160894331548736,
- 1.1032503489840122,
- 0.40461109534761985,
- 0.8258566985627487,
- 0.8669805730941429,
- 0.3993166624750471,
- 0.9020999853992825,
- 0.13454377412859345,
- 0.03689710858430326,
- 1.365328565333043,
- 1.3901051378744402,
- 1.350695052065377,
- 0.4445566737551184,
- 0.8493829853293662,
- 0.9799175915399356,
- 0.22859802688899816,
- 1.26336110364908,
- 0.5404147651670723,
- 1.2656785038716778,
- 1.1007037424106216,
- 1.0447041016968228,
- 0.47488479909433856,
- 0.1741442877508838,
- 1.2959618779974134,
- 0.8366077081448454,
- 1.0631983645059746,
- 0.13112073861944307,
- 0.6474352102314874,
- 1.30626333225175,
- 0.13794486376279502,
- 1.407157568939443,
- 0.6878503713520294,
- 1.264181284206439,
- 0.9601587350681197,
- 1.095936673215499,
- 0.9134801812108186,
- 1.1908634462989436,
- 1.2591909671775976,
- 1.2680252611410523,
- 1.2221653347661166,
- 0.34590675720266906,
- 0.5737817245776544,
- 1.383320357467698,
- 0.465012582531876,
- 0.9261566491413081,
- 0.7165565339375662,
- 1.3704674985702903,
- 1.0087010118599975,
- 1.1366350926211741,
- 1.2206862262463891,
- 1.1494258918156226,
- 0.38704338174043307,
- 0.4670974146474114,
- 0.8629370724813901,
- 0.9204047014209683,
- 0.5035623104506539,
- 1.0315246530518125,
- 1.0408054060884597,
- 1.0487073960951587,
- 1.0960761382607542,
- 0.8257449176640191,
- 1.008775652893871,
- 0.31486134864779775,
- 0.8915997334913728,
- 0.5874356225107936,
- 0.9316455705966349,
- 0.8713860260893774,
- 1.400607211297019,
- 0.6690245817267074,
- 0.4212039686320647,
- 0.6678044310554494,
- 1.2513823305255987,
- 1.1888513030253027,
- 0.17624686837698492,
- 0.9190172138736165,
- 0.35091146719016725,
- 0.18875891314324217,
- 0.5460338539726994,
- 0.4927080589557199,
- 0.4616813295235976,
- 0.16828820040011758,
- 0.4545029555149829,
- 1.0104803811340628,
- 0.7399671036155017,
- 0.265233009021296,
- 1.0530833753854416,
- 0.3660558829746965,
- 0.9615499770862423,
- 0.8906612687787758,
- 0.3413540613934166,
- 1.0887927203746581,
- 1.1777571436146894,
- 0.9505145365448661,
- 1.4083600650836499,
- 1.1568021221107383,
- 0.41210462891846944,
- 1.1763556203661223,
- 1.2167902275643425,
- 0.503469659110908,
- 0.8108395771637809,
- 0.9102773376351828,
- 1.339200163416279,
- 1.0171009658371941,
- 0.8941581465495214,
- 1.3507267990278422,
- 1.0022538973244304,
- 1.2404728376446938,
- 0.4655515256041501,
- 0.974235183685471,
- 0.22080549582535944,
- 1.0024043206219464,
- 1.329265283700054,
- 0.950376739939486,
- 1.0355741676327246,
- 0.19500261746740785,
- 0.400381616510508,
- 0.14504560164895314,
- 0.920743340124833,
- 1.0985609679572539,
- 0.12560425150141466,
- 1.2520206076713014,
- 1.3803602692000951,
- 0.46645012834683525,
- 0.30933631856805416,
- 0.8385484967135495,
- 0.12590763858965548,
- 1.1260075352695524,
- 0.14940027044387305,
- 0.762920517974849,
- 0.0567760923443166,
- 1.1262258769654654,
- 0.4188994965275864,
- 0.9694678021886705,
- 0.831994707237799,
- 0.38062477845426484,
- 0.4614779617849949,
- 1.2668697016165342,
- 0.607528104153332,
- 0.43506644771122566,
- 0.7846846907360152,
- 0.8346762714282256,
- 0.4767633046302458,
- 1.0279258198739765,
- 0.6735777642046613,
- 1.3528701536435415,
- 0.5637974814871693,
- 0.5902058613668042,
- 0.47827834180120293,
- 0.7468144700002135,
- 0.6465468533590008,
- 0.2979913495717508,
- 1.0251577774018383,
- 1.2065873868983092,
- 0.4180496791118404,
- 0.9978328047705214,
- 0.2668405026724211,
- 0.23963178232565138,
- 1.2984946674898696,
- 1.3436112224872168,
- 1.309666591802191,
- 1.0545711967264766,
- 0.21258657403855222,
- 0.4889503110687794,
- 0.39986027949806263,
- 0.9413728549714988,
- 0.8986686682386432,
- 0.5572779953544138,
- 1.1878657332159974,
- 0.16618197556385106,
- 0.6243091705585218,
- 1.2184895334770074,
- 0.6802121524611452,
- 1.1778045444325331,
- 0.7892288083616974,
- 0.5216523611044404,
- 0.5533706312638698,
- 0.9643012948952243,
- 0.9336379651332591,
- 0.21381465962579307,
- 0.7789157243667951,
- 1.3312129810743971,
- 0.01981039097137722,
- 1.403124203678753,
- 1.1467901295156144,
- 1.2855397476099004,
- 1.1342258514522254,
- 0.797576924946009,
- 0.16733899958568343,
- 0.21187281282552875,
- 1.1590542301666173,
- 1.396638440039981,
- 0.2831661500691134,
- 1.2798938262233694,
- 0.14424407721078775,
- 1.284612770447191,
- 0.7725188415958637,
- 1.2176537987119733,
- 0.3035988976218407,
- 0.5005707606415621,
- 0.8208976807293864,
- 0.2077973043811471,
- 1.2486368478805574,
- 0.27277887495708697,
- 1.2807821827265367,
- 0.8443443646850609,
- 0.4421556359848081,
- 0.47356097992029,
- 0.12204493156311153,
- 1.3758279640235132,
- 0.5063760734133654,
- 1.0753897763119087,
- 0.9158473211902867,
- 0.4753008536856301,
- 0.46232131084505973,
- 1.3481002303357716,
- 0.33363457918176614,
- 0.6549672853372536,
- 0.7217213900201614,
- 1.1563521233487557,
- 0.6408344697806797,
- 0.797346487758266,
- 1.0318987186956459,
- 1.0357563402662033,
- 0.5003269775194972,
- 1.2547207208081266,
- 0.6977850969566355,
- 0.27650022029145416,
- 1.0203671578976896,
- 1.321836317657663,
- 1.054683041505852,
- 0.915184997020347,
- 0.3468746006288524,
- 0.07835522564768861,
- 0.7507328556659316,
- 1.1935217719989213,
- 0.3654065708050413,
- 0.266421519286038,
- 1.2411205965206549,
- 0.30968240027450666,
- 1.3903525558392593,
- 1.2464016662333364,
- 0.6288321965263592,
- 0.48405984794801366,
- 0.6244108900546848,
- 0.6378282790390976,
- 0.34494735719275893,
- 1.0676234332315728,
- 0.5804031185539781,
- 0.26516619103213085,
- 1.1574453323327414,
- 0.7063996195849236,
- 1.1323251100948353,
- 1.18499802270595,
- 1.0751872347594045,
- 0.6086971979020717,
- 0.032316796551168925,
- 0.274457435706477,
- 0.020662975694721395,
- 0.8193613438277206,
- 0.04350853078650309,
- 1.1173032480195426,
- 0.7535227862854602,
- 0.8546367844465874,
- 1.042660612815837,
- 0.27581479434449724,
- 0.7649118279098663,
- 0.37099057526633994,
- 0.9818572154151917,
- 1.1547269559903912,
- 0.5673496703233497,
- 1.187888203335207,
- 0.6823277516488926,
- 1.3456773579883794,
- 0.47921724085906586,
- 0.3097424891944747,
- 0.20155525231138574,
- 0.17012625828728545,
- 0.5770340603701419,
- 0.6036426677120207,
- 0.26330030651385306,
- 1.1352819334516766,
- 0.9486988348766928,
- 0.13609301796785034,
- 0.4837463604708365,
- 0.45382961341485306,
- 0.5371427896447625,
- 1.255091508793539,
- 0.53238893042341,
- 0.1390536010374915,
- 0.7402853649483446,
- 0.46101948305575285,
- 0.7218856198872503,
- 1.1303331358838913,
- 0.9664056485817178,
- 1.27471678419864,
- 1.081669050363066,
- 0.16091869088707622,
- 0.14849697479640103,
- 0.11471248332900233,
- 0.04856430594765671,
- 0.7169290338359273,
- 0.1124770360717212,
- 0.7496568885386227,
- 1.3028468281240695,
- 1.1273075130903292,
- 0.47617938213531846,
- 1.0692397344760598,
- 1.0205890251902276,
- 1.1956879138918786,
- 1.0000107948048502,
- 0.7143168701201638,
- 0.5725218984228154,
- 0.37617243066995465,
- 1.0716484290509725,
- 1.2985288160485282,
- 1.3910184161586197,
- 0.48633800039479613,
- 1.3627930510715567,
- 0.48942859168165503,
- 0.5159711040412623,
- 0.07926195034029933,
- 0.02473082709670896,
- 1.0764153172277384,
- 1.3776314019298541,
- 0.6273604477482116,
- 1.3107070235070675,
- 0.46190931835335697,
- 0.16929888007548904,
- 1.266428364411787,
- 0.9747410034875772,
- 0.6303379515589754,
- 0.5923210493049533,
- 1.2618958554052209,
- 0.9083915907566638,
- 0.5582722700083063,
- 1.1474814768471033,
- 1.3808580624256306,
- 0.3788575428665125,
- 0.40986348299990427,
- 1.2842772368431143,
- 0.2826952445524131,
- 1.0265122657479508,
- 0.4215502744210232,
- 1.3750071544994038,
- 0.9499048114926245,
- 1.2913274264092232,
- 0.7987183725775294,
- 0.10961867024451352,
- 1.3996598304161267,
- 1.1968283015994368,
- 0.676793998403447,
- 0.4977633970131065,
- 1.3601100175654168,
- 0.04572110096661708,
- 1.1981331385113605,
- 1.1797075300754942,
- 0.015289721298084862,
- 0.1354565606294233,
- 1.1160426027042771,
- 0.012270108495036723,
- 0.3832727635767303,
- 0.6515593074131527,
- 1.1436396365937724,
- 0.617268818870391,
- 1.3220441003770358,
- 0.9938874782215178,
- 1.2722276719660779,
- 0.8005395249646997,
- 1.2996342276348432,
- 1.371435485393961,
- 1.3498022521022581,
- 1.1409816898062157,
- 1.309916779884645,
- 1.2958779383874235,
- 1.0361483016976454,
- 0.7667714183864531,
- 0.5945287907007435,
- 0.8813017942507776,
- 0.31237510354497716,
- 1.0898762119396324,
- 0.737884605759829,
- 0.8177656953990626,
- 0.8398594658317738,
- 0.3335786657790176,
- 0.08742632108952117,
- 1.1843544720064856,
- 1.3870513748659121,
- 0.21243436376751762,
- 1.2170416014437873,
- 0.798352022520116,
- 0.8758353412544698,
- 0.1312668066640449,
- 1.2576878051646871,
- 0.7969027137034173,
- 0.7616523280400213,
- 1.1947925662112422,
- 1.2507022549684579,
- 0.15006911272025183,
- 0.5999341543207453,
- 0.571257520694417,
- 1.0281241243352368,
- 1.1696157887733543,
- 0.420695696764469,
- 0.7041243185656236,
- 1.0236982398838583,
- 0.9739513934583777,
- 0.08034594242031,
- 0.8883237406691351,
- 0.9660767949285249,
- 0.28896191446064956,
- 1.223840294824527,
- 0.15330188759670116,
- 1.3552228401318718,
- 1.0616548259664949,
- 0.021008831318859535,
- 0.9897691665213478,
- 0.043257775052601616,
- 1.3374160947215745,
- 0.8044215393602699,
- 1.0504509035345004,
- 0.9315312466743242,
- 0.33044139071994727,
- 0.02131481086831086,
- 0.5448690164885381,
- 1.322010803768302,
- 1.389396384683234,
- 0.878033310822756,
- 0.9321408566150294,
- 1.1133428866197816,
- 0.781622838878793,
- 1.1545539512324368,
- 0.10268835814617802,
- 0.2705846911464422,
- 0.028780675382866404,
- 1.320871287662682,
- 1.0348667405118737,
- 0.183913813489343,
- 0.9765623030206638,
- 0.8954446854612775,
- 0.7971638545363731,
- 0.25653473463095916,
- 1.28285597003957,
- 1.2209323721087226,
- 1.3828237287495206,
- 1.3738719698245068,
- 0.37850573501229895,
- 1.1136831991441616,
- 0.1031934240352605,
- 0.3525588764916045,
- 1.3699177524602104,
- 1.353985975404599,
- 1.2953480167001699,
- 0.7620274696686733,
- 1.1364596798713218,
- 0.9588191111857268,
- 0.9527740032922852,
- 0.7803836599653386,
- 0.4966769158408078,
- 0.2906981427294265,
- 0.603810965536912,
- 0.2612240961561084,
- 0.37935324772796497,
- 1.0612493107045544,
- 0.4026050649201981,
- 0.8577272391631582,
- 0.8452724493029352,
- 1.2559333575222975,
- 1.1402147502008255,
- 0.5740822319797431,
- 0.09967922570625787,
- 0.6387292813063425,
- 0.9977163681086497,
- 0.1335939274675225,
- 0.5248095137898382,
- 1.0575727501724486,
- 0.5191252662166123,
- 0.2849189177229206,
- 0.5185360960182309,
- 0.2764425310850313,
- 0.8673931744044767,
- 0.8736565222153655,
- 1.236517674291258,
- 0.7466203644437482,
- 0.43395345441278366,
- 1.3476003325932486,
- 0.35214775164149437,
- 1.2970127618807503,
- 0.5793959707579247,
- 0.9509026059812514,
- 1.2387617644041062,
- 0.3266489708858216,
- 0.459052883403242,
- 0.795804646679778,
- 0.705427698985301,
- 0.4228258339450655,
- 0.3784143458766834,
- 0.8051284185121816,
- 0.56126776994114,
- 0.4276828897430824,
- 0.9813127508178277,
- 0.9377162304658455,
- 0.7884582930566425,
- 1.1749938282422419,
- 1.1952411631216224,
- 0.9523943436822025,
- 0.5206131050329117,
- 1.282277065318553,
- 1.0051328965973114,
- 0.9408093906659879,
- 1.101210507302874,
- 0.15661504517322541,
- 0.9734996542437854,
- 0.3521666146952821,
- 0.45198599985632126,
- 0.9689799117373017,
- 0.916244588404154,
- 0.5797528599347839,
- 0.6913248032748867,
- 1.366893431703299,
- 0.7703794950260048,
- 0.8289200746250553,
- 0.14504274731195008,
- 0.47403736720356665,
- 0.8958151826973845,
- 0.6129523241789443,
- 0.890937950848647,
- 0.9334507922160342,
- 0.43738151457734536,
- 0.27174285517638186,
- 0.3869692830291204,
- 0.9337239370217378,
- 1.1216453013216403,
- 0.20538144791720697,
- 0.6093609451476998,
- 1.1272191648281826,
- 0.3013627363685394,
- 1.3711882558205366,
- 0.7286317960424583,
- 1.3529166900391691,
- 0.5322460427811684,
- 0.6069483752860191,
- 0.4460048594663921,
- 0.1678336866292053,
- 1.3129404835989134,
- 0.7770725130674424,
- 0.02939809468254961,
- 0.6048612342039946,
- 0.5080564436788861,
- 1.4108556603388738,
- 0.10567535088703427,
- 0.13623872036251866,
- 0.02854310585494425,
- 0.4020991692402522,
- 1.0840129178298985,
- 0.5399844514142752,
- 0.5027929982197638,
- 1.1979855501264256,
- 1.1986670410050644,
- 0.8956996576952395,
- 0.12172635004752776,
- 0.9757760199325204,
- 0.3771021582188361,
- 0.2906934996299377,
- 1.1224500136440418,
- 0.010249977965589128,
- 0.915633447152927,
- 0.500307315845094,
- 1.066017863741278,
- 1.0861391558135223,
- 1.1776916520067626,
- 0.7884405886519756,
- 0.8281643937324669,
- 1.0174076813236852,
- 1.1900997175410903,
- 0.5605225211044711,
- 0.6478618282579897,
- 0.7528579851189805,
- 0.46343636059271587,
- 0.8113363455138183,
- 0.5118075623380606,
- 1.2210524074143856,
- 0.29388024368572957,
- 1.1310604074383535,
- 1.0856743278335739,
- 1.2222912572307367,
- 1.3610882809923526,
- 0.5417595794438469,
- 0.2924658632912886,
- 1.0811252001418294,
- 0.5777257928823275,
- 0.48784035161475225,
- 0.801248021970526,
- 0.14638819778092255,
- 0.5776863723454347,
- 0.15759605352111244,
- 0.4382130872670434,
- 0.4665710063669982,
- 0.11632085246689976,
- 0.1938287096700578,
- 0.7273171325940585,
- 0.06136254933585057,
- 0.38442549409234006,
- 0.20444362058352336,
- 0.21022428244295785,
- 0.09796502126023743,
- 0.008340270899412729,
- 1.0895877171394381,
- 0.6239467400642462,
- 1.1779319877055185,
- 1.4022515907985005,
- 0.9900090917615361,
- 0.9033497942113687,
- 1.0633344574272567,
- 0.4885236366117526,
- 0.7992808625931278,
- 1.2464420691040015,
- 0.43857460788868474,
- 0.329243161087946,
- 0.598578484018282,
- 0.7024925321627508,
- 0.540351041518614,
- 1.2615323820914293,
- 0.43487716782692426,
- 0.7326388523766751,
- 0.24002785592976758,
- 0.07540819734002015,
- 0.5014028630123618,
- 1.3173041581619631,
- 1.0763268892021602,
- 1.1333943577803325,
- 1.3797107919077678,
- 0.013353988594249282,
- 0.8398967851640423,
- 0.8400204127243396,
- 0.4029387045710177,
- 1.1673869584907568,
- 0.4079990085897949,
- 1.2635373982098788,
- 0.8099040408973606,
- 0.6955424103258956,
- 0.24017698296199003,
- 0.8758596804134209,
- 1.323633886703417,
- 1.2583463920174653,
- 0.8746721739302542,
- 1.241252054204306,
- 0.10901793487682546,
- 1.067580916358028,
- 1.2102745969013204,
- 0.09395953411502236,
- 0.46622133622660267,
- 1.2488321926321173,
- 0.5937343592540351,
- 0.25251505587576756,
- 0.668258472262036,
- 1.0978142654178762,
- 0.7442093591014192,
- 0.270343724112411,
- 1.0671759705230377,
- 0.1501050749518889,
- 1.366551016790968,
- 1.1056596746275957,
- 1.229472960759157,
- 0.45544713087343636,
- 0.5585847789205738,
- 1.3166080057021803,
- 0.14901430664785892,
- 1.1141880006783922,
- 0.7268201367198888,
- 1.0105063216079289,
- 0.5999575067701727,
- 0.7748688341102214,
- 0.9393806579222345,
- 1.3385440230721761,
- 0.25949268140596554,
- 0.6017003838245957,
- 1.1439203872948087,
- 0.7754884860135008,
- 0.28898569790807604,
- 0.9286879688466676,
- 0.9789753781896873,
- 0.7084841268065256,
- 0.3500249228914715,
- 0.8768759056141946,
- 1.348347717315714,
- 1.3249817069800998,
- 1.136500779138485,
- 0.4509631311220688,
- 1.1657994863476322,
- 1.3408937359026682,
- 0.7155184704994917,
- 0.22330279463044078,
- 1.1062447963198891,
- 0.9182496501779465,
- 0.17654824197378335,
- 0.31513950216716957,
- 0.3006505497526599,
- 0.9698579227771067,
- 0.6738660204208837,
- 0.21094272471051476,
- 0.15319360782872815,
- 0.48075732664384785,
- 1.0491606930973685,
- 0.8382764970337871,
- 1.3516126765565843,
- 1.2640991449185766,
- 0.9609333948472997,
- 1.0465618273727524,
- 0.1864850358617338,
- 1.0281987995053958,
- 0.9224083454617931,
- 1.0380960830335964,
- 0.7029141283865077,
- 0.7102603259866042,
- 0.12062048502257779,
- 0.25511771238931114,
- 0.09282911801827377,
- 0.30831949661630637,
- 0.5790681372682066,
- 1.364924865755898,
- 1.2476108106969082,
- 0.2890676662379402,
- 1.1463756733626431,
- 1.1481007852078478,
- 0.9700542483134494,
- 1.1286342669877545,
- 0.5789007347803561,
- 0.552023537752486,
- 1.3974803883851137,
- 0.751586874536497,
- 0.9429230060552696,
- 0.008289248022110281,
- 1.3504964357816196,
- 1.2215216570760297,
- 1.2190622816940169,
- 1.3199049827168416,
- 0.08542218047174957,
- 0.6068558847130394,
- 0.5008543080509225,
- 0.32333768552493736,
- 0.2958715076541744,
- 0.6734359829958229,
- 1.081392375469928,
- 0.3299903631507168,
- 0.6919843383904128,
- 0.8306202491461532,
- 0.859161219939614,
- 0.9515008516776193,
- 0.17216844667382192,
- 1.2818082362441103,
- 0.9556228108969421,
- 0.1345806948863791,
- 0.842482689090721,
- 1.0906964503679304,
- 0.8702151199571563,
- 1.3460796066071283,
- 0.1333835446461035,
- 1.1731780321192762,
- 0.34409030218260933,
- 1.0744430887002494,
- 0.7201099749806223,
- 0.41590956114118943,
- 0.7235473724346986,
- 0.12861314082704664,
- 0.98448230983683,
- 0.17040952678932433,
- 1.150947877854477,
- 0.6562239859956024,
- 0.7385232463866008,
- 0.9515337886065534,
- 0.4512076287348479,
- 0.984743684852304,
- 0.2450587439635656,
- 1.107247750600958,
- 1.2177581895344076,
- 0.7768370338151716,
- 0.1430871937920565,
- 0.5973391392896434,
- 1.3286718824862458,
- 1.0546523585248027,
- 1.2083696156670596,
- 0.7104730771054094,
- 1.2449296094404907,
- 0.9412750857955694,
- 0.532100132979638,
- 0.7642053399672101,
- 0.2358993965530305,
- 0.6984248962988447,
- 0.5349905431932778,
- 0.9744823882779802,
- 1.3203034561110254,
- 0.9334398436368393,
- 0.8193753165748175,
- 1.1948815237691468,
- 1.2339326740674372,
- 0.7812589352787023,
- 0.7046508276111768,
- 1.2686421607438794,
- 1.2743549340573714,
- 1.0048305878735688,
- 0.7215339653240823,
- 0.8444940198670442,
- 0.9257388897949187,
- 0.7027321294577856,
- 1.138681388985642,
- 1.1290886517186225,
- 1.083538973335547,
- 0.5999177933664244,
- 0.5863894214158597,
- 0.19387422347352462,
- 0.01866092401697364,
- 0.7823208462968684,
- 1.4099019296767508,
- 1.3211510356679754,
- 1.1504820908684104,
- 0.5713015203556284,
- 1.3210796740179866,
- 1.3060668411022178,
- 0.8071321765846284,
- 0.7924192138607614,
- 1.0433845571394444,
- 1.2388049330840907,
- 1.1965288757761607,
- 0.4060551396533054,
- 1.0919654594777952,
- 0.7286968157162073,
- 1.1375330710066334,
- 0.9029400322751407,
- 0.9802284962231315,
- 1.3145197333080945,
- 0.38014346689260853,
- 0.6954806819512163,
- 0.8450349677006291,
- 0.1257343704885225,
- 0.060268384388398946,
- 0.7514004850289797,
- 0.8192750609154057,
- 0.057344930553817404,
- 1.1708618107054525,
- 0.08731031223239956,
- 1.31259984724846,
- 0.9348035765886682,
- 1.0050061301925581,
- 0.8935409236376072,
- 1.0081250024463972,
- 1.4031554373211834,
- 0.05362421488414946,
- 1.3212532087398836,
- 1.0717175548794609,
- 0.9546862207056768,
- 1.2653711073328962,
- 0.8098018314904073,
- 1.0936666203670713,
- 0.8150438964806052,
- 0.7754880851602036,
- 0.9170638508067477,
- 0.07100825685156746,
- 0.3174124282820288,
- 1.3870236295574871,
- 0.7491589106839261,
- 0.6584649524954355,
- 0.15201450159094687,
- 0.34430624365871354,
- 0.8639950959148629,
- 0.6764837202449582,
- 0.18326261780353106,
- 0.8846171064749971,
- 0.7335464680406149,
- 1.1361935474121816,
- 1.1809110679402233,
- 0.9557436119714104,
- 0.0037563412875866783,
- 0.975727908668557,
- 1.3550527393626293,
- 1.0832430088836011,
- 1.2344976055994283,
- 1.334397492400087,
- 0.7082032432658869,
- 1.294358742331256,
- 1.3732589043725332,
- 0.1457344633872698,
- 0.9517940054107438,
- 0.5559391544917491,
- 0.456506734397248,
- 0.33868770732436926,
- 1.2300377513405898,
- 0.7070614617585197,
- 0.7443357099662923,
- 1.1333382806861143,
- 0.0726235596277023,
- 1.0363072698662246,
- 0.7441573113137412,
- 1.006918549991929,
- 0.5047511863590988,
- 1.3379341369207298,
- 0.6890571468782271,
- 0.6441061658350764,
- 0.38465418272423446,
- 0.7750036391070876,
- 0.7655856149493372,
- 1.0508053069527652,
- 0.4770779275533175,
- 0.8898264662754799,
- 1.2794725997545167,
- 1.3296779895093618,
- 0.08313236939299296,
- 0.85735056762939,
- 1.21153728428948,
- 0.9068819637371255,
- 0.4236929482747746,
- 0.04468775753970318,
- 0.7750790648225309,
- 0.4857901968186918,
- 0.8819896464277291,
- 0.7646830637003533,
- 0.5141556885129747,
- 0.6498270519695464,
- 0.3329007587227859,
- 0.024882340825613896,
- 0.8641566469804003,
- 0.9465344935907503,
- 1.3128404846512232,
- 0.5639999727705548,
- 1.0217627965521905,
- 0.27603708428798684,
- 0.4856408236698554,
- 0.8178268945957008,
- 1.4057948667773443,
- 1.218356664729097,
- 1.284589191696942,
- 0.9665445694868905,
- 1.0048618012220625,
- 1.224123828386608,
- 0.5224142818378674,
- 1.3638160951165874,
- 0.001578661352621824,
- 0.5123630960906713,
- 1.0160242340377623,
- 0.64137698795948,
- 0.2143302009329919,
- 1.273955631884313,
- 0.6925317588204638,
- 1.1381462849721513,
- 0.10272215053470335,
- 0.9420394713605458,
- 0.6268387259124061,
- 0.3375558589688977,
- 1.1598926993010639,
- 0.7147545730401492,
- 1.0590671912846126,
- 1.205817813752266,
- 0.7110466830599166,
- 0.36308688482512513,
- 0.8774113124339911,
- 0.7414155780293094,
- 0.12287801132601534,
- 0.2685614414069281,
- 1.2438903590348422,
- 0.2172432656956092,
- 0.011682202466301014,
- 1.2394801609363892,
- 1.250158468380689,
- 0.7609401897598217,
- 0.5263918863863339,
- 0.7413962690839607,
- 0.5188855327264209,
- 1.3675161275380583,
- 1.1808367318382516,
- 0.9863039597908186,
- 1.3469589469291248,
- 1.3876658397984356,
- 1.226902018635707,
- 1.2926480980079251,
- 1.3523863258018036,
- 0.4389498670458247,
- 1.2416809310358878,
- 0.1685490915292347,
- 0.9456406359401921,
- 0.9169556936159726,
- 0.3608895736539954,
- 0.5891646317019475,
- 0.46307657693692333,
- 0.9145600777307773,
- 1.1722143189118548,
- 1.2931065335967957,
- 1.3405521766820185,
- 0.593622313031295,
- 0.45342739792063,
- 0.47956025807052455,
- 0.21861276305189664,
- 0.5976084466587095,
- 0.9915366358377115,
- 0.5685042661369523,
- 0.1658603832023264,
- 1.1008333189078114,
- 0.5056735408807131,
- 0.1044115777511867,
- 0.2904376303637239,
- 0.5005834318929813,
- 0.45968459754529256,
- 0.6310149928314799,
- 1.1159277224202235,
- 1.3721258152889222,
- 1.0428707296156763,
- 0.9870689426965673,
- 0.10098130668225083,
- 0.8251501341089943,
- 0.8277519888056843,
- 1.1572504883509176,
- 0.682482147507219,
- 1.1449925844629656,
- 1.2099916780265993,
- 0.9982532067598355,
- 0.4438978619952345,
- 0.34728490782991456,
- 0.6758210072552345,
- 1.1445043394575793,
- 0.36302282448876144,
- 0.07179531187406134,
- 0.9369661705877914,
- 1.2054159388821888,
- 0.3465885760084248,
- 0.6006293627930049,
- 0.778961860071268,
- 1.2486116345912468,
- 0.5909192047172027,
- 1.1904128664994518,
- 1.2128458101189212,
- 0.04392114504910302,
- 0.9938280770186971,
- 0.4941173369630071,
- 0.8538007109917027,
- 1.293387211245946,
- 0.6084155243523475,
- 1.3882809047531421,
- 1.3688417132430504,
- 1.0314869468152028,
- 0.61639690108572,
- 1.0093072180506455,
- 0.18831371365541044,
- 1.4031737232664314,
- 1.1728391790684831,
- 1.3621315528228453,
- 1.1472778417243166,
- 1.3569555960610329,
- 1.1431352904670629,
- 0.6081401344740134,
- 0.14601808193242855,
- 0.7719936368891067,
- 0.6363435913558042,
- 1.3257748541022503,
- 1.3366825461043788,
- 1.0666812738548823,
- 0.7539697293397407,
- 0.4226218528676874,
- 0.3735778033208034,
- 0.5975854426825542,
- 0.6249730283569384,
- 1.32736487026581,
- 0.6356661038779382,
- 0.0717336567212704,
- 1.116978665013184,
- 0.1726051898701795,
- 0.8223574706204491,
- 1.3445950290532047,
- 0.9137670540443634,
- 0.6185393325171052,
- 1.1907931068737427,
- 1.3071311166538953,
- 1.1356678021756026,
- 0.9539053273642133,
- 0.40031745322194523,
- 1.2579718972115215,
- 0.8292097217114118,
- 0.02628140917034406,
- 0.6661174905915962,
- 0.5017075521092368,
- 0.0055367341971031695,
- 0.23423536578247367,
- 0.07284982168171042,
- 0.8176552474818416,
- 0.3982981777177842,
- 0.6059647233702202,
- 0.05526432093247203,
- 0.5096398693240917,
- 0.3726039395447678,
- 0.2577719665307007,
- 1.32672045225814,
- 0.214901838708195,
- 0.2662026646555759,
- 0.3571310281931835,
- 0.1691612920159916,
- 1.4067213789369921,
- 0.9172693241638864,
- 0.3781387687722185,
- 0.31359706256550673,
- 1.313540513233453,
- 1.0498666866704331,
- 0.6095179150069788,
- 0.15839469635884076,
- 0.5194095698425327,
- 0.11592282796856128,
- 0.7547675540876615,
- 1.33235672113158,
- 0.6969195157645517,
- 0.1012652504784065,
- 0.801377875824744,
- 0.7951070037569573,
- 0.42757006554608507,
- 0.9331849894093937,
- 0.7103138595396292,
- 1.1858915657026323,
- 0.8718672599071556,
- 0.484953905441699,
- 0.962656070175335,
- 0.989983820463705,
- 0.619014611188785,
- 0.4447630897395579,
- 0.5405256987334759,
- 0.38536372770861266,
- 0.37445109072297783,
- 0.019899860985169073,
- 0.2023708946010582,
- 0.22937837727201815,
- 0.5818523491461164,
- 0.5260095760594531,
- 1.1465042978447257,
- 0.6683214782460503,
- 1.394608713463712,
- 0.13823277932149952,
- 0.8114767673591837,
- 1.4012318777354034,
- 1.0975001557624624,
- 0.2594617355319586,
- 0.42826731393964784,
- 0.44699908638060826,
- 0.1889051391741432,
- 0.99078985589617,
- 1.3319549764934457,
- 0.2000623178706745,
- 0.5671912980489592,
- 0.5893849642791567,
- 0.9064617278809021,
- 0.5182276071170409,
- 0.3364285103242112,
- 0.7413460656217499,
- 1.2886950730611066,
- 0.22077813192334292,
- 1.276302847845354,
- 0.6100448612909081,
- 1.2471940937396273,
- 1.2372021464325278,
- 0.16679041295452443,
- 0.9957420566795097,
- 1.3832385006211678,
- 0.4170239145641804,
- 1.2908223217858008,
- 0.2096875725965036,
- 0.43867774383615826,
- 1.2473624719095884,
- 1.2835091683658648,
- 0.15056939515805504,
- 0.3310310440590964,
- 1.2637728894642526,
- 0.0035706534927331863,
- 0.5422763972973333,
- 0.008695290551444185,
- 0.5849195936157757,
- 1.0730982795814854,
- 0.5070792100469729,
- 1.3543084081085497,
- 0.12179337671160305,
- 0.5948766352741207,
- 0.8651294649310307,
- 1.0375997694399965,
- 0.33091881804457957,
- 0.42071478158881276,
- 0.7959516883120673,
- 0.01785044665930184,
- 0.38018359333651397,
- 0.5338393541255613,
- 0.545877494544723,
- 1.0360252462135735,
- 1.2516060011326013,
- 0.6211008606892575,
- 0.5912837281090927,
- 1.3650267473731832,
- 0.7385631801637748,
- 0.33530796646834177,
- 1.1775964472975036,
- 0.8735376272231998,
- 0.02247969144844689,
- 0.8602054124272557,
- 0.8116712735021456,
- 1.0951343484505123,
- 1.3439911115771217,
- 1.1464486353644776,
- 0.6445918267442904,
- 1.3430363951766207,
- 0.7813511600770228,
- 0.9607806779636843,
- 0.04031333613226697,
- 0.653070853273833,
- 0.8966671625895206,
- 0.8888083406502005,
- 0.12664564523501723,
- 0.9976930660535009,
- 0.49157306844971305,
- 0.18518958505424504,
- 1.1166645285620787,
- 1.3580036050269975,
- 1.3823520073471864,
- 1.1426827758438352,
- 0.21316824981569965,
- 1.074583711552947,
- 1.0652497015346678,
- 1.055116534483733,
- 0.7565442227098731,
- 1.2460361268716447,
- 1.3693245499568585,
- 0.845589120530956,
- 0.25519847499190085,
- 1.2883416192055555,
- 0.44750680287374867,
- 0.6887597110471124,
- 0.6270457792721157,
- 0.7248784114262229,
- 0.4860564646838609,
- 1.15127921694855,
- 0.605344904212199,
- 0.9206448017414671,
- 0.6886114397127474,
- 0.6066415608241159,
- 0.639216491969215,
- 0.9139500472602268,
- 0.8937579893121418,
- 0.3519514344278206,
- 0.6569130282968296,
- 0.8596888213159632,
- 0.7361129571448206,
- 0.9672293353883086,
- 0.29661772854322116,
- 0.6203287339586061,
- 0.7760408909321154,
- 0.7235550062789338,
- 0.43726938011106775,
- 0.7082694053885323,
- 1.2876814008580022,
- 1.0251409905977644,
- 1.2881658108531777,
- 0.5426917460917219,
- 1.2493918733106393,
- 0.9744513368309742,
- 0.9768922406741128,
- 0.9313583974429575,
- 1.207561644556514,
- 0.9232149316945408,
- 0.4791821121092032,
- 0.3308884042013305,
- 1.2792648547821244,
- 0.2654493434790183,
- 0.9432757688294172,
- 0.5110790045972395,
- 1.2822373980997928,
- 1.155572276833862,
- 1.393825223070519,
- 0.28406413874189196,
- 0.546140903121518,
- 1.0393698015349686,
- 0.3504562449133753,
- 0.6344978823543425,
- 0.6846202233945594,
- 1.3160060763871997,
- 0.44187178298662366,
- 1.2206736271420995,
- 0.7010504439429652,
- 1.230185368001332,
- 0.9752143040009837,
- 0.4025981964297058,
- 0.8384583977455811,
- 0.6195419484322378,
- 0.1358890285803235,
- 1.1833583045689613,
- 0.943956772925622,
- 1.318424828301761,
- 0.9697035767416571,
- 1.1035178765735771,
- 0.7808712475912831,
- 0.051043082524030725,
- 1.2087182266697425,
- 0.6208879392502329,
- 0.08538168589022993,
- 0.5252511399925824,
- 1.2510882308808309,
- 0.9257257751504695,
- 0.3661321397285166,
- 0.8209446874526674,
- 0.9260240491154212,
- 0.10832851250884518,
- 0.3470344168619147,
- 1.243880235651408,
- 1.1405154097302321,
- 1.2665114779612423,
- 0.09026198953686064,
- 1.2279072430954585,
- 0.8901364544924419,
- 0.39241143928311145,
- 0.72381786226432,
- 1.1800856517103844,
- 1.0624050611784563,
- 1.4044537668582673,
- 0.8959219663770499,
- 0.5237995249430358,
- 0.5021327300484563,
- 0.8062101786292232,
- 0.15468182349304355,
- 0.04611879988817464,
- 0.9025536270278762,
- 0.7019907971114936,
- 1.2524394658407272,
- 0.2553315245119188,
- 1.1705206746166537,
- 0.8092655841690756,
- 0.879003636565187,
- 1.0442712055508072,
- 0.07715789909475908,
- 0.9390619318716128,
- 1.319992756727504,
- 1.3549899668891945,
- 0.7569036742374642,
- 0.5774221961002848,
- 0.23489386562261147,
- 1.3172969254300666,
- 0.7106822045680665,
- 0.050552298057636426,
- 1.2610712184378823,
- 0.53926985054929,
- 1.2132621859990358,
- 1.344956293899786,
- 0.5516777905817154,
- 1.0411598188941167,
- 0.7512360879731017,
- 1.381917636623818,
- 1.1833615417918937,
- 0.005104944231786912,
- 0.933329701357296,
- 0.19253183834053425,
- 0.589932091061107,
- 0.9809939852366759,
- 0.9082470610227023,
- 1.3749334267315194,
- 1.0044711047798798,
- 0.78479808310086,
- 1.1909484476797072,
- 0.961354370531033,
- 1.204553371702321,
- 0.9046883542885805,
- 1.3643249815772898,
- 1.3914161320301057,
- 1.0142055056581567,
- 0.96417279066164,
- 0.3424366527789887,
- 1.1395441244018958,
- 0.2995022230381604,
- 0.26353914933699524,
- 0.3233212748285873,
- 0.8512599446462686,
- 0.4760501202371675,
- 0.16342540244385045,
- 1.018324342530858,
- 0.04895551680719412,
- 0.5256579086579263,
- 1.2767316080871984,
- 0.027403684046787672,
- 0.6654051567342117,
- 1.3273362560720339,
- 0.640590898045742,
- 0.25634972340834505,
- 0.08412760450358225,
- 0.6848101339572112,
- 0.6119978825542056,
- 0.1096763354431214,
- 0.006222779731119887,
- 0.5750631358274857,
- 0.62583679444288,
- 0.3615366587942873,
- 0.7570972624353718,
- 0.45397646888089915,
- 1.093839383393746,
- 0.24606199403706183,
- 0.8724027268163478,
- 0.7053298779021315,
- 0.3277055508532992,
- 0.4425973375632887,
- 1.2461074864085178,
- 1.0387003359365088,
- 1.345470456983467,
- 0.0010745368537325216,
- 0.38120385549684205,
- 0.4051001831459242,
- 0.09479133771422388,
- 0.8692699467347333,
- 1.4104101988822515,
- 1.3716978061693297,
- 0.8398409733746085,
- 1.0133534036700635,
- 1.3216999724754421,
- 1.3882966661010891,
- 1.1364621321130455,
- 0.3967850690935625,
- 1.2396188108665906,
- 0.4957099461831209,
- 1.060031651322425,
- 0.6705478480279221,
- 1.2512114813410196,
- 1.3176450948882616,
- 1.31189689713518,
- 0.9503343434020805,
- 1.2716815638703292,
- 0.7876067720632366,
- 0.20298982076932706,
- 1.347567925660319,
- 1.1124330400327005,
- 0.5489068803723648,
- 0.4206683942031571,
- 1.0511826903678638,
- 1.1003495099548672,
- 0.9783253497325424,
- 0.9140738942533527,
- 1.322972781853409,
- 0.5693408801142257,
- 1.211027443401166,
- 0.4660592008834068,
- 0.44312236825989315,
- 1.3758792484949296,
- 0.5474694519073546,
- 1.2147368087553037,
- 1.1729268050622625,
- 0.9809554374726868,
- 0.43918373731768046,
- 0.036280557125112016,
- 0.26431368963043655,
- 0.22020603947315612,
- 0.40498301499301526,
- 0.7650522197400407,
- 0.1522023749822644,
- 1.3219934146046797,
- 1.0399478707259537,
- 0.3092523614366216,
- 0.08850171085793206,
- 1.3308250980380183,
- 1.1071033490932847,
- 0.03179928960616609,
- 0.5302013554776165,
- 0.7320636970248438,
- 0.8153255138619262,
- 0.8475371123290166,
- 1.020902962084068,
- 1.242771619393561,
- 0.20094449300612166,
- 0.7230759718882228,
- 0.9087120260359008,
- 0.001776574342473163,
- 1.1647548945504949,
- 0.6228303285224058,
- 1.38517533891546,
- 0.942462911587526,
- 0.14567053349954076,
- 0.6967401656107464,
- 0.8959560945813769,
- 0.0014630704748673463,
- 1.2236302892653215,
- 0.8030970922033973,
- 0.8266477161715553,
- 0.3479319625061522,
- 0.39054507486627293,
- 0.37933811604378687,
- 1.0567689952710162,
- 1.0098089216754047,
- 1.126617629690448,
- 0.07843959294768621,
- 0.04548773069500082,
- 1.3552088803184021,
- 0.22808852214213302,
- 1.2623395900244043,
- 1.3266918441724873,
- 0.14920697889138085,
- 0.820389621382594,
- 0.16419629852384085,
- 1.3119663653060532,
- 1.1057498917407291,
- 1.311536971634256,
- 1.162591572736201,
- 0.9016106328241378,
- 0.8397078637188071,
- 0.46092023479632743,
- 0.5152945350422494,
- 1.2027661290686202,
- 1.3168086015595322,
- 0.7683548830028394,
- 0.788063033685997,
- 1.0846526135290528,
- 0.2998279586247635,
- 0.4673305949017407,
- 0.6235600593302634,
- 0.8431760886297914,
- 0.9634744780058657,
- 0.22285133188192324,
- 1.0327237217133125,
- 0.44345822229339477,
- 1.1610317712686937,
- 0.43356103814996944,
- 0.9797223306860903,
- 1.0784500234514367,
- 0.8326146009112286,
- 0.015209009794630657,
- 1.4094493041307163,
- 0.42373647209552523,
- 1.0960950867483588,
- 1.1744558463658463,
- 1.2590063032613876,
- 0.7259146416979833,
- 0.39490091265439575,
- 1.0326872938219078,
- 1.398506693372249,
- 0.4302945270370415,
- 1.391155848273859,
- 0.41359686755695463,
- 0.046806171106807834,
- 0.7074000732888543,
- 1.0918602491236158,
- 1.3861205598305921,
- 1.148864028215534,
- 0.17971924274034717,
- 1.2113234673474225,
- 0.5842873425951548,
- 0.20609716293594527,
- 0.6449620670746835,
- 1.3973769545145214,
- 1.2988769521434753,
- 0.11627657081332302,
- 0.9381545765842669,
- 0.5610458629561527,
- 0.6573333753147416,
- 0.9572305400733812,
- 1.255721370556557,
- 0.5110746245407671,
- 0.9497349515290573,
- 1.1581600114699762,
- 0.051605521615663744,
- 0.5506757509169719,
- 0.7724343493631747,
- 1.2051984436925585,
- 1.3478861913109212,
- 0.5713903111619387,
- 1.1398898199227747,
- 1.088370848989894,
- 0.3045926564114329,
- 1.2190263446438339,
- 0.5770124424856492,
- 0.8005155413540728,
- 1.3150155925228981,
- 1.0303373624404835,
- 1.15875175117558,
- 0.7843850016977925,
- 0.07266092564746762,
- 0.3760034997191977,
- 1.0688069943398777,
- 0.4860612254288112,
- 1.3578562422588156,
- 1.3404933349250736,
- 1.1598121598058015,
- 1.2070287817997865,
- 0.13143847551532106,
- 0.40059614712855407,
- 0.48960001537515985,
- 0.4434864028290407,
- 1.1874552149952515,
- 1.3521550393716186,
- 0.07584792836348125,
- 1.1186362835924857,
- 1.0348405917756587,
- 0.2681792247224365,
- 0.25168499068929673,
- 0.4010012940259256,
- 0.2173468576122193,
- 1.1290579643796796,
- 1.3444883339416323,
- 0.1357298533656303,
- 0.5797832154035633,
- 0.7800662741771145,
- 0.5274610435055105,
- 0.27749958674049374,
- 0.09483606765182212,
- 0.9252643291886873,
- 0.5152930611079433,
- 1.0995267602229792,
- 0.18539954834732936,
- 0.5180494938547722,
- 1.3088178546312117,
- 0.627766071919782,
- 0.9189500549530819,
- 1.094143785062402,
- 0.9972379474819717,
- 0.26604311275148695,
- 0.6030346572427376,
- 1.2458907249108142,
- 0.7692112883964316,
- 0.46511407785282266,
- 0.7328579433245204,
- 0.6817488645549241,
- 0.5941442743018358,
- 0.749265997626902,
- 1.2600770253254188,
- 1.2515692617556975,
- 0.9400891469068046,
- 0.9597593306127074,
- 1.2743772082133833,
- 0.5903114951515808,
- 0.26554853493904124,
- 1.3182532433263012,
- 0.4024196476115241,
- 0.6206011087833224,
- 0.13538879130667253,
- 0.16201693761856292,
- 0.4083116386146148,
- 0.33914304759859565,
- 0.7492768598591915,
- 0.8703047067068387,
- 0.20594941497060823,
- 0.48198638230783103,
- 1.3638896687319373,
- 0.8086084610529735,
- 0.09720438286087807,
- 0.4681347479146932,
- 0.3449862384894455,
- 0.2133168965601932,
- 0.3760717455814086,
- 0.08370507361836921,
- 1.2886191114413095,
- 1.0862821525559854,
- 1.0360486052815197,
- 0.19305705797983758,
- 0.5812343990032721,
- 1.0011391176366575,
- 0.6261984445735069,
- 0.9882788597844759,
- 0.38887387302388476,
- 1.2240430466076393,
- 1.0775256314113173,
- 1.0409617703282878,
- 0.12430772058522548,
- 0.10264250640214846,
- 1.353669940463557,
- 0.10002131211062484,
- 0.23440627261789607,
- 0.445775212293625,
- 0.5483367932963605,
- 1.3638935299992898,
- 0.14660297018148238,
- 1.3131244228350543,
- 1.2976975950857548,
- 0.9519980883195527,
- 1.22554244386875,
- 1.0138460937952347,
- 0.4672442233424448,
- 0.5615886124011477,
- 1.2684251119391186,
- 0.6045185884995421,
- 0.843966389363468,
- 1.3442460631300186,
- 0.8907846550250759,
- 0.41504773594690025,
- 0.5497721457188717,
- 0.08484505241594689,
- 1.336521937034022,
- 0.5398728724302645,
- 1.0586264092208781,
- 1.287304572983787,
- 0.08143746786619374,
- 0.5003110633453244,
- 1.0889200324603434,
- 1.0487975042623041,
- 1.2431024249842761,
- 0.5561149392666408,
- 0.6727974982908985,
- 1.2161838894535608,
- 1.217054134674871,
- 0.9869689428634354,
- 1.0565671239604473,
- 0.1488678903238036,
- 0.9840671216137844,
- 0.2986078357060162,
- 0.7804206271107097,
- 1.0709668216234738,
- 0.53117700329901,
- 0.9873968777410743,
- 0.26719499453183415,
- 1.0443916880807889,
- 1.0108937759932592,
- 0.6784566615605256,
- 1.19786166610096,
- 1.0015655116855577,
- 0.9780481412062684,
- 0.5426133831950507,
- 1.3464213329738528,
- 1.0032137395459542,
- 1.4116265395600172,
- 0.45789478765791947,
- 0.7783048336622892,
- 0.7090577969695387,
- 0.7789575732256199,
- 1.0893766949200334,
- 1.405139147629944,
- 0.9957952470432818,
- 1.0562787647155112,
- 0.9516949227976482,
- 0.5976504390076597,
- 1.028738161848717,
- 0.08225070596833998,
- 0.42731955196167726,
- 1.3282778129586155,
- 0.8637427638791516,
- 0.42075114992490315,
- 1.0102430894668608,
- 0.45481401885266626,
- 0.7939329456564305,
- 0.37123766753548126,
- 0.49478118173164004,
- 0.9323141801145157,
- 0.288381190404314,
- 0.6988203241860275,
- 0.1361337328506713,
- 1.1892091661539788,
- 0.22581023890104734,
- 1.1044174015693409,
- 0.3375361753168729,
- 0.9905788446809444,
- 0.3544521909927294,
- 1.0021373466429921,
- 1.0260982826640581,
- 1.0391671397512239,
- 1.3542861392136782,
- 0.30984349178630094,
- 0.7077636412738767,
- 0.9204507421525534,
- 1.3757762436169425,
- 0.6540253200125202,
- 0.4338763589182215,
- 0.6056162890991464,
- 0.8596450312676142,
- 0.336584933622558,
- 1.0723551747503137,
- 0.8481680516145316,
- 0.2872246766340966,
- 0.4029672047397351,
- 0.952730214447139,
- 1.2381065977057548,
- 0.7912553366037399,
- 0.9474990344255336,
- 1.2826824631983482,
- 0.29851978357192577,
- 1.0752812445941875,
- 1.2189129036031587,
- 0.5614360116747613,
- 1.375381428254525,
- 1.3944797116780965,
- 1.2170415060697162,
- 0.7406117299253903,
- 1.1003524504321418,
- 0.3721035813916633,
- 0.17605426193853455,
- 0.12639914835552982,
- 0.22435693082421965,
- 1.288014025751193,
- 0.8959453760887309,
- 1.3522454654756706,
- 0.7858417839797843,
- 0.9475579720819413,
- 1.3042735444176652,
- 0.9122431029080224,
- 0.08812132500475535,
- 1.3101968671110757,
- 1.3137422376099188,
- 0.6336291075509963,
- 1.0098027534477505,
- 0.051788753816355344,
- 0.10945937765211752,
- 0.5297772521572711,
- 0.12302958962547815,
- 0.5686074746843265,
- 1.1249046188674523,
- 1.0036839716504302,
- 0.9776435770496217,
- 0.2091205475453629,
- 0.41077100825822443,
- 0.8645147152094705,
- 0.5243242580305872,
- 0.21560202789271776,
- 1.317815818022882,
- 0.8768654201193524,
- 0.8794075445703816,
- 0.8282763180257074,
- 0.8370325952661634,
- 0.4825486341259239,
- 0.7682169073511042,
- 0.9618025241394416,
- 1.1327618221157374,
- 0.6015317562670581,
- 0.6855336141658399,
- 0.8760772797730769,
- 0.5291067403280613,
- 0.9535152527239207,
- 0.0036432115830206716,
- 0.9387926827037085,
- 1.314371269364361,
- 0.9053640544605558,
- 0.7218230497604614,
- 1.0929781205164442,
- 1.18342796644441,
- 1.2922146435927206,
- 0.3957970134048041,
- 1.1398690265420934,
- 1.0921274465019057,
- 0.5080050163174402,
- 0.6044918102668465,
- 0.5881479134424977,
- 1.1210030010365506,
- 0.2639971290988786,
- 1.1166622513271767,
- 0.34389690564747377,
- 0.7635008482875812,
- 0.9381370734492107,
- 0.6780301220628236,
- 0.2509186121541236,
- 0.5744449294936753,
- 1.0869040833268337,
- 0.09906644821208245,
- 0.09234055198422966,
- 0.9966521563885359,
- 1.345100238569223,
- 0.017748636189610298,
- 0.11548490269433584,
- 0.6092201518484136,
- 0.83171466094495,
- 0.8730776274673682,
- 0.8173494275745643,
- 0.6257944081685857,
- 0.79768796795605,
- 0.48513165687973014,
- 0.9434420459513776,
- 0.8782266368040753,
- 0.7151784517130818,
- 0.23614983387560087,
- 0.1301547001953735,
- 1.3382838539119986,
- 0.7295319282982758,
- 1.1945780440537486,
- 0.056987199574823524,
- 1.0892278805881574,
- 1.24513410286821,
- 1.3987422286196678,
- 0.4891634852664666,
- 1.348718866819322,
- 0.6616948379734989,
- 1.3071260043750261,
- 0.7620180684629575,
- 0.6233960186800812,
- 1.1485438812254989,
- 1.345127094144955,
- 0.05559438360788748,
- 0.9114101526143528,
- 0.006798520079391024,
- 0.746582154378723,
- 1.362234417822988,
- 0.9160627104739357,
- 0.5593061831910082,
- 0.37446505825758786,
- 0.43695361536244287,
- 0.4423190095590367,
- 1.0958200166187557,
- 0.3046484432279579,
- 0.5304803802263588,
- 0.0012997888595730708,
- 0.4029049698964858,
- 1.1622034757710895,
- 1.094248976868129,
- 0.07127489345932435,
- 0.24344418493356237,
- 1.1303057925529407,
- 1.3040893222996859,
- 0.9266769311204784,
- 0.8957064568488811,
- 1.0952306119467994,
- 1.270044853594772,
- 0.8322366815316327,
- 0.42736658407171624,
- 0.40928748821184047,
- 1.3170709720437128,
- 1.191819140639051,
- 1.2573280225166306,
- 0.5737332275072947,
- 0.6820835787695935,
- 0.5976415550810028,
- 0.19173900973743704,
- 0.9235960124660793,
- 1.3896757996935813,
- 0.2685952776260086,
- 0.6363275524566591,
- 0.8627188759039542,
- 1.0058931349081761,
- 1.1815909572651953,
- 0.4929538236112334,
- 0.9022619094989907,
- 0.09878429311054823,
- 0.5691479055822483,
- 0.6188356430254321,
- 1.3103672409363654,
- 1.095563846173513,
- 0.8415157147275366,
- 0.611505645946629,
- 0.2586093662489319,
- 1.2502720359012305,
- 0.20775770492159173,
- 1.0728814859725835,
- 0.22421028070853036,
- 0.4214502781019315,
- 0.246743213490778,
- 1.3097167252246271,
- 0.9448435831785734,
- 1.043584505112357,
- 0.08020091533489948,
- 0.6048152370475888,
- 0.7417489639087899,
- 0.43077979608237493,
- 1.2984670269849599,
- 1.2218477614234253,
- 1.1069045913728053,
- 0.24121380396421746,
- 1.1971221877790865,
- 1.0005482357177582,
- 0.7134158704076878,
- 0.9091910640819545,
- 0.4612943328350988,
- 1.344661671072007,
- 0.6055934147203239,
- 0.1226862427911416,
- 0.60177304112288,
- 1.042440077995174,
- 0.7678736922452981,
- 0.8807017544476038,
- 0.6614493230703182,
- 1.1160672900804043,
- 0.11311861684226898,
- 0.7522414803307524,
- 0.5700777910578468,
- 1.3226717343421721,
- 0.6233739245590473,
- 0.32449620947220686,
- 0.08271131941288175,
- 1.3902886726235957,
- 0.9735823568576281,
- 1.2299932374960805,
- 1.0548880017454285,
- 0.21073892548330683,
- 0.8814197087926009,
- 0.6564228003994138,
- 0.6687290987103809,
- 0.4740463980766135,
- 1.0609605152317336,
- 0.786231766679639,
- 0.08936514688031437,
- 1.1116043231023278,
- 1.0329755985378901,
- 0.3647224682318155,
- 1.2247461386877332,
- 1.1231137009247174,
- 0.5457923543394586,
- 1.3924138434433946,
- 0.26983795048724823,
- 1.393275585349464,
- 0.5484795813511456,
- 1.2749602640706144,
- 0.14127471225632876,
- 0.4721984356305284,
- 1.002035657183586,
- 0.236396497673876,
- 0.7155861201671773,
- 0.2301972556856956,
- 0.24039587308911664,
- 0.501814202902434,
- 0.8061050329257798,
- 1.0649556011104593,
- 0.9352877899205452,
- 0.10026332283706228,
- 0.45265260661460477,
- 1.3720971245408407,
- 0.7447612075889709,
- 0.723353817787737,
- 1.3444919407286848,
- 0.38742694269603534,
- 0.07548910743419006,
- 1.1087153701985677,
- 0.23929905237840235,
- 1.169821354304093,
- 0.9208404913116772,
- 0.8595565044328078,
- 0.15522342139130982,
- 0.9116648121000662,
- 0.9899423796037657,
- 1.3167868072297497,
- 0.9716600896480688,
- 1.132409556383563,
- 0.06583793289780906,
- 0.5326117627969491,
- 0.4411502340717611,
- 1.1258473738806638,
- 1.3834178154865877,
- 1.2125686790708297,
- 0.6416005885369007,
- 0.9722170412350223,
- 0.45717072595997965,
- 0.6040756075931705,
- 0.7035583648992674,
- 0.5421975097634021,
- 1.3874434939732003,
- 0.8419677189019826,
- 1.1839665566000825,
- 0.05027937834624816,
- 0.3672264385940081,
- 1.1153822294729814,
- 0.9054774216501191,
- 0.7447945223372692,
- 0.6430089832090969,
- 0.5463500991306762,
- 1.261345046199876,
- 0.6348181126754554,
- 0.7806381042296174,
- 0.6451890591350564,
- 0.19949414947020785,
- 0.14575295477906644,
- 0.21729461435881925,
- 1.1478983625511774,
- 0.5827846935849921,
- 0.6738380460008869,
- 0.4529501630432793,
- 0.29760352734793477,
- 0.11936280317274141,
- 0.5187193198719785,
- 0.1244586076309942,
- 0.49040724253126794,
- 1.1386001751176944,
- 0.07797130698158412,
- 0.24796859471750332,
- 1.2939831654679248,
- 0.5574077515527516,
- 0.08249672718503137,
- 0.26606339592523115,
- 1.157658401544336,
- 0.41619811804761736,
- 1.191527708031613,
- 0.5848011385844933,
- 0.7987289325045662,
- 1.3365185360019003,
- 1.3954950429874706,
- 1.1074146313942603,
- 0.0809388950988428,
- 1.1531872780933743,
- 0.9522373747686756,
- 1.343536139552352,
- 0.767159442787803,
- 0.988798771668516,
- 0.11851071157551146,
- 1.203690740359602,
- 0.7572676314467071,
- 0.602029333241127,
- 0.4478934127795074,
- 0.7031466932374241,
- 0.9710823963701831,
- 0.3269910618568276,
- 0.5558151179884409,
- 0.3042593303094605,
- 1.1712686336325735,
- 0.08154147287934921,
- 1.2856154617327369,
- 0.8089884558645701,
- 0.5010023882536289,
- 1.1070576522405575,
- 0.1253032098750679,
- 0.23306751581168286,
- 1.0983727897898599,
- 0.25036942998908657,
- 0.38122242304697396,
- 0.5456843626913893,
- 0.7699894247185978,
- 1.1502115976473608,
- 0.20048007732036463,
- 0.9674617087955966,
- 0.9922120801812285,
- 1.1809135563461755,
- 1.0601798077648135,
- 0.9527867207139123,
- 0.7845432283830404,
- 0.1401338565064003,
- 0.25422864707050213,
- 0.8757351575413175,
- 1.2055176836926684,
- 1.2706665212573955,
- 0.8419173508678025,
- 0.5733863964556464,
- 0.7794004934657988,
- 1.0685316428581402,
- 0.5624552086140653,
- 0.9094957760898734,
- 0.7551624037737562,
- 0.08877646283844175,
- 0.6112935908249884,
- 1.2820654869200652,
- 0.5745911468871654,
- 0.053999508790995174,
- 1.3785946676300735,
- 0.4431466639210343,
- 0.23702717093359799,
- 0.6190523689153141,
- 0.01765400719677286,
- 0.634892960331909,
- 0.25985866454151524,
- 1.3084065622826913,
- 0.7922278873168899,
- 0.3408339843353252,
- 1.1274842702412227,
- 1.3782831471790522,
- 0.9276570892280206,
- 0.7490158896308422,
- 1.0683706430249447,
- 0.08996076432278821,
- 0.28697015632797196,
- 0.48808595195581594,
- 1.25941565635309,
- 0.3170250344523817,
- 0.7364475457726096,
- 0.9667565206102711,
- 0.33087515322233035,
- 0.41734341824490373,
- 0.6309895278469192,
- 0.9575224562099749,
- 1.2056589510874585,
- 0.9605743299287745,
- 0.06428735472552535,
- 0.6820986561095217,
- 1.2742194026699534,
- 1.0907092081154737,
- 0.9389005297738312,
- 0.08090851498514397,
- 1.1914352565484765,
- 1.2158257125305554,
- 1.0414920726020374,
- 1.3831932330229877,
- 0.7599459312784345,
- 0.004593534382848196,
- 1.0949757637290598,
- 0.6534037651542449,
- 0.9292754803630884,
- 1.1532517277680385,
- 1.2510806148106384,
- 0.8780651764018192,
- 0.9098982447258488,
- 0.440730883735162,
- 1.139335121939263,
- 1.0558127304861724,
- 0.9203662834789466,
- 0.8958367954521315,
- 1.3146765426993057,
- 1.3727394496212766,
- 1.4078764227885276,
- 1.3467252608390552,
- 1.087067155641563,
- 0.9173394511421369,
- 0.3116137387498016,
- 0.4813611791377267,
- 0.1120909352182388,
- 0.16278798410928452,
- 0.4616719471879466,
- 0.5467456942295692,
- 0.8564484814311081,
- 1.1808593563927459,
- 1.2177470320478354,
- 0.9430942966016602,
- 0.962552984062368,
- 0.7460058697345856,
- 0.8410212096472696,
- 1.3888026374013738,
- 1.1014305725280942,
- 0.648687335432216,
- 1.4026709865798324,
- 1.1703511372467312,
- 0.06866680187851897,
- 1.021273270232067,
- 0.6073257404173598,
- 0.1998594650546688,
- 1.2771201507509529,
- 1.1412471802085125,
- 1.1436547557026584,
- 0.7312099623590566,
- 1.2621694912476384,
- 1.2182697591449942,
- 0.7555472204527958,
- 0.12489663266801712,
- 1.096913817229201,
- 0.007780924149662837,
- 0.927388865038494,
- 0.5702429869466901,
- 0.09297859105176333,
- 0.4995708198754128,
- 1.405008630254134,
- 0.9188067314087682,
- 1.1550410422588768,
- 0.019231929527243105,
- 0.8520099132837469,
- 1.4050611103856696,
- 1.3463102007753334,
- 0.01857062644043324,
- 0.8731963639511034,
- 0.09835534929536276,
- 1.0572720817375734,
- 0.7599267445737968,
- 1.351090419406716,
- 0.8346284418644939,
- 0.2533479971289225,
- 1.0144243273865732,
- 0.9668528319976891,
- 0.6791747429420427,
- 0.2595217444814958,
- 1.2843396376393514,
- 1.087953000106155,
- 1.3303071253367091,
- 0.6076578351229384,
- 0.6819893340082095,
- 0.5339865790606498,
- 0.35723692227531506,
- 1.3371250380309638,
- 0.959407861473351,
- 0.8397653445205389,
- 1.091955671480508,
- 1.1830466589392763,
- 1.232571593550375,
- 0.24209413458132728,
- 0.109670529248789,
- 0.044393620027074254,
- 0.8869005202211162,
- 0.6882445435903357,
- 0.9588801447587322,
- 1.0877828631999233,
- 1.1767411002729689,
- 1.3627082930272636,
- 1.1916439632275087,
- 0.7697873194993247,
- 0.08093727012688283,
- 1.3957342415366414,
- 0.9839188074560397,
- 1.230986068301893,
- 0.707360936408947,
- 0.907689947040538,
- 0.9207503607140927,
- 0.10518674230252838,
- 1.4078176794244415,
- 0.8006256982056867,
- 0.004747088446627307,
- 0.8133872100618822,
- 0.18842859515671428,
- 0.9771033931230362,
- 0.7180616346537333,
- 0.29889877939184706,
- 0.5349849271914328,
- 0.30723456634566393,
- 1.3706815876034755,
- 0.018613355936405115,
- 1.043548450986451,
- 0.717448994757747,
- 1.1102897739596056,
- 0.9066908312866551,
- 1.1945959996690503,
- 1.3490530966792462,
- 0.730663383609956,
- 1.373164852545509,
- 0.35574910851148694,
- 1.1636211136342287,
- 0.4199280098165275,
- 0.8925039310363119,
- 1.1219448159888592,
- 0.6689247922946268,
- 1.0478866739770616,
- 1.391633409885448,
- 1.2630438427023307,
- 1.0312599481552698,
- 0.7329789974501886,
- 0.626239664993954,
- 0.9932369829873716,
- 0.21966358683916518,
- 0.29016427916287596,
- 0.6978454569657232,
- 1.3384270407519574,
- 1.3164852750125193,
- 1.1894839424793193,
- 1.3689161086200006,
- 0.602284169160205,
- 0.34758552855242764,
- 1.2637672473833224,
- 0.5027896490275573,
- 0.264764895764645,
- 0.42639688905481504,
- 1.1618273451950576,
- 1.035956289081711,
- 0.003949959699744869,
- 1.2802385124674995,
- 0.4083324005958239,
- 0.9742715678440652,
- 0.7133264678502965,
- 0.2981141917740314,
- 0.5259508221581791,
- 0.6558478214335844,
- 0.7430100288291698,
- 0.4977828842504708,
- 0.6135662576713949,
- 0.7521954780163042,
- 0.8854376439291629,
- 1.0544152127617359,
- 0.35808259330555736,
- 1.0611197428430348,
- 1.3734767749381713,
- 0.2862634584872125,
- 0.3701579140479905,
- 1.1457812705110106,
- 0.9101601789254138,
- 0.1173516869327625,
- 0.22923454569833893,
- 0.767514705265961,
- 0.1796002050653479,
- 0.836640714125359,
- 0.5211307621667687,
- 0.07836757431510331,
- 0.5216663236052976,
- 0.7587446784026218,
- 0.4205041556682822,
- 1.1278847442025353,
- 0.09751965975022057,
- 0.9421527748647209,
- 1.0114938780450766,
- 0.8111480663959239,
- 1.2317327157263973,
- 0.0193185662629033,
- 1.1675847292836887,
- 0.11874719104686103,
- 0.011038856155062724,
- 0.837555404213194,
- 0.8060246286338851,
- 0.9654091527109437,
- 0.2684606496680581,
- 0.5481653565641571,
- 1.113191327452883,
- 1.2222656893900592,
- 0.9297136492504943,
- 0.8470001377652773,
- 1.1835237741024722,
- 0.14637167182079103,
- 0.4447666625801143,
- 1.1885654434994235,
- 0.9939065422050356,
- 0.9988943029977501,
- 1.2141659238555254,
- 0.4578376264229361,
- 0.353518260984391,
- 0.12269087867565039,
- 0.9797742665161123,
- 0.5823079029524567,
- 0.7695377034902948,
- 0.9144599905744574,
- 1.1875530863285033,
- 1.4033311766711776,
- 1.0416384656197697,
- 0.6298482618831656,
- 1.3682014453814693,
- 0.7507879669397397,
- 0.5376299271226789,
- 0.47929020157997554,
- 1.4130076807408143,
- 0.2963602545048314,
- 1.3756946947795103,
- 1.0050542365636743,
- 0.8443268071893577,
- 0.5378535819466769,
- 0.4267964828066046,
- 0.8339552926782313,
- 1.1353309852575943,
- 1.3274450188863156,
- 1.2872604104564396,
- 0.8191890976183028,
- 1.1611515526845086,
- 0.33676303800597673,
- 1.3308693453254001,
- 1.3363068132829203,
- 0.3672399170290839,
- 0.18140519989261086,
- 1.2007965281927713,
- 0.11079730744323153,
- 0.8350672743411709,
- 1.0747118764964756,
- 0.6219414944480589,
- 1.2717087180209523,
- 1.2519562990121391,
- 0.14318501070506834,
- 0.11053337060004977,
- 0.18755129085289887,
- 0.19739616322874354,
- 0.001067217314247729,
- 1.2550833270776143,
- 1.1175301649627547,
- 0.8148255902413889,
- 0.9005543882022802,
- 0.539211105215876,
- 0.9649085984507552,
- 0.8659093563273933,
- 1.1247144380828946,
- 1.106064970629451,
- 0.3213859050943432,
- 0.8850932874307618,
- 0.7914841092537025,
- 0.2624472543044468,
- 0.11340399518028924,
- 0.13051045742326195,
- 0.07537775124013228,
- 0.3679458739509938,
- 1.0580270328804806,
- 0.7944747359425894,
- 1.2288353937743095,
- 0.5193194797661688,
- 0.5310519733265363,
- 0.31239374890772564,
- 0.29655888775556777,
- 0.7296487385898554,
- 0.9140280049827888,
- 0.992562585827698,
- 0.14242755824839204,
- 1.0352188897178145,
- 0.44272310415318455,
- 0.9848951642332144,
- 1.1553664176865022,
- 0.39667666610812635,
- 1.2485222095794963,
- 1.407314548030849,
- 0.8585023231653764,
- 1.410295144316148,
- 0.6766916182682458,
- 0.03585185495372697,
- 1.259483245113353,
- 0.02112940139378767,
- 0.9968260897533683,
- 0.6615730782960014,
- 0.9413148455086928,
- 0.711581729616531,
- 1.185460373254799,
- 0.22433384683415206,
- 0.9443789783100387,
- 0.8686663805815497,
- 0.08870876080800712,
- 1.3705255632584203,
- 0.04991812325719024,
- 0.6601944015142298,
- 1.3867031848472728,
- 1.1012975864054788,
- 0.4442276873600137,
- 0.1544166160351181,
- 1.406939878412034,
- 0.5155388133681617,
- 0.8581566976273685,
- 1.378803702460225,
- 1.227203539166996,
- 0.2961069625468652,
- 0.4738843038441378,
- 0.43685991848746775,
- 0.34025673619379554,
- 0.12025094524743471,
- 0.13893895273070314,
- 0.3378179070948909,
- 1.2136389141842607,
- 1.1516552206610038,
- 0.5832138429182062,
- 1.1429536981996882,
- 1.1824600308812194,
- 1.1083055132337107,
- 0.048399876219455025,
- 1.24952710148206,
- 1.095849425393758,
- 0.33334774585402976,
- 0.7473411504084388,
- 0.22062819587073654,
- 1.1492405550692026,
- 1.2991907786751913,
- 0.5721034259961109,
- 0.2999843499536879,
- 0.5766384736600073,
- 1.243750382952873,
- 0.7971626089310851,
- 0.6804636230768571,
- 1.340803673993829,
- 0.7403065565610972,
- 0.25096874107433903,
- 0.7900465375716871,
- 0.7112203594341643,
- 0.2789974415879544,
- 1.0942160463534407,
- 1.2339949525442904,
- 0.8968359511429873,
- 0.03757801551521898,
- 0.24295116706453354,
- 0.17081596504676536,
- 1.3759903635861404,
- 0.15777945918001055,
- 0.07089753005569915,
- 0.649660159227065,
- 0.9039924997893186,
- 0.4425333925466228,
- 1.083860257152746,
- 0.7507528431690718,
- 1.24147295944781,
- 0.07223200108389119,
- 0.9433325730466134,
- 0.41485354170528993,
- 0.36514843954226206,
- 0.2086199422096564,
- 0.8165279506100794,
- 0.6037468876290158,
- 1.024179831528175,
- 0.5341269954872575,
- 0.26245138358733755,
- 0.08471712979567787,
- 0.9796594967418812,
- 0.32717785316440173,
- 0.6139088794640799,
- 0.484520000720054,
- 0.3763834241472084,
- 0.9952878847922569,
- 0.5954594687354646,
- 1.3409560369222722,
- 0.13990017441558533,
- 0.8647600594306439,
- 0.0022370708123149205,
- 0.6306541690779095,
- 0.1903982748920118,
- 1.0402880112240087,
- 0.9202418242657663,
- 0.10906934219558154,
- 0.15755015925285518,
- 0.5197087595029456,
- 0.7464632365721513,
- 0.26658628125711625,
- 1.3234511927346335,
- 0.8689560997251884,
- 1.2136568643854126,
- 1.2276903916541646,
- 0.7320050296351418,
- 1.3643539821486286,
- 0.7611573330857186,
- 1.2008400660068934,
- 0.9494115711458342,
- 0.5803100866920766,
- 0.16925736573311015,
- 1.2919238992690918,
- 0.9307487102822329,
- 1.1703261952776574,
- 1.3944683211719249,
- 0.6640659678041638,
- 0.23745187291172165,
- 1.3620501752675367,
- 0.2853171038682307,
- 1.4045490014550441,
- 0.48710778816055716,
- 1.0034562356096415,
- 1.3927508021254442,
- 1.0162815001719563,
- 0.3767174016086804,
- 0.596039675316664,
- 0.14008582586210494,
- 0.7620010074200062,
- 0.05563898734706089,
- 1.0881345205935091,
- 0.8900000607823038,
- 1.173339886494154,
- 1.337723709072095,
- 1.1043235014934556,
- 0.3628321367758499,
- 1.261396207672256,
- 1.388500162645037,
- 1.3673150502789784,
- 0.9219742666921695,
- 0.6923035834501674,
- 1.092507039296951,
- 0.7182418674933111,
- 0.11529363553456626,
- 1.1049124154723755,
- 0.1404255477117763,
- 0.9970286044598733,
- 0.5079643133548716,
- 0.04508773997954089,
- 0.9478152437138494,
- 0.17115672861133155,
- 1.0525665403878854,
- 0.9385193381255287,
- 1.0818640640140809,
- 0.3048505160937036,
- 0.4769207296518078,
- 0.9684962690954412,
- 0.6329200250073409,
- 0.2531360047303964,
- 0.3358131767887697,
- 0.9443721754531884,
- 0.8226150727590731,
- 1.1050510620819614,
- 0.4053752657153483,
- 0.347549474944491,
- 1.2108238692041369,
- 0.020724275696468234,
- 1.389399489382846,
- 0.03209403930736278,
- 1.040685578814729,
- 1.3552900815548918,
- 1.1335991014943911,
- 1.1261850945291192,
- 1.3017239762895796,
- 0.7727318568845611,
- 0.9089383591736332,
- 0.5353339448086638,
- 1.171593339936119,
- 1.244516456081125,
- 1.243425551120517,
- 1.2511059282523014,
- 0.3578192445950692,
- 0.2198889201166949,
- 1.128448605882408,
- 0.8935044277944165,
- 0.9950473848017227,
- 0.5260920673027949,
- 1.3979790610568053,
- 1.0606265763486271,
- 0.9949959041766332,
- 0.13647389586160275,
- 1.3795556834470128,
- 0.8806883257375225,
- 0.7351815144851928,
- 0.21212960177336382,
- 0.9915437984762899,
- 0.07229915635631334,
- 0.5370607775857913,
- 0.4418679373585298,
- 0.14991364416703093,
- 0.8780367866071471,
- 0.4890801808807891,
- 0.4220113340761802,
- 0.2772236451208747,
- 1.1660936911182567,
- 0.778903004314369,
- 0.6217211681515851,
- 1.3477984756331045,
- 0.635987895513387,
- 0.9214790945546253,
- 1.178604731723371,
- 0.9635585270446698,
- 0.31968241552009646,
- 1.2352526837116935,
- 0.21835139468349488,
- 0.6052879573059358,
- 0.6055796973340304,
- 1.0206413272794135,
- 0.7937532032858793,
- 0.3008435168996743,
- 0.7486298241956978,
- 1.2120641972649102,
- 0.8863815623936189,
- 1.1106886277362966,
- 0.8843345254356573,
- 0.9339730409400712,
- 0.15369208611075078,
- 1.2720895377312313,
- 0.23440855889866466,
- 0.3281711629461455,
- 1.3584331138270858,
- 0.06615598756845349,
- 1.4131279740347429,
- 1.1251253207799188,
- 0.7938114586277321,
- 1.3795145081387137,
- 0.3881720679053588,
- 0.34062510644057303,
- 0.5927598299629805,
- 0.7662592077562753,
- 0.24177004001743377,
- 1.238279205490353,
- 0.29761101737596163,
- 0.43149140091167365,
- 0.7615714299655302,
- 0.0026959601806929735,
- 0.7854170093287388,
- 1.3711094017673195,
- 0.9422368593847334,
- 0.2449104118140855,
- 1.0933909053847655,
- 0.8822578260606173,
- 1.238986465717479,
- 0.9115486758133375,
- 0.718937248232282,
- 1.3413474523544635,
- 1.007046161365388,
- 0.06865139236165603,
- 0.2605318770034049,
- 1.2999712918251283,
- 0.6552260748580767,
- 0.9440727496431071,
- 1.3655985552521848,
- 0.1331065873508519,
- 0.13257273599800853,
- 0.5554697226592883,
- 1.266897698208188,
- 1.092860457110483,
- 0.585184704694014,
- 0.033951528431310114,
- 0.7097612264318282,
- 1.1484956258811472,
- 1.0864879657228732,
- 1.0691202328331406,
- 0.3594693373850336,
- 0.8877092987602341,
- 0.8867178009131108,
- 0.03648984848287136,
- 0.8800691622719118,
- 1.1653162767082152,
- 0.06793196377267073,
- 1.2887649820042497,
- 0.4473189657456491,
- 0.4690568707200325,
- 0.3815459358502412,
- 0.5399167545211225,
- 1.2764626437035913,
- 1.031439196784678,
- 0.08728632423122887,
- 1.1180382918204574,
- 1.3769860522066402,
- 0.2897753955392023,
- 0.5576502139404628,
- 0.4726105968113017,
- 1.2756499634809844,
- 0.6306846617168258,
- 0.7055885992548312,
- 0.9759409728352669,
- 0.31545611720183464,
- 0.1280527909279665,
- 0.4490845698534617,
- 1.1187515231228917,
- 0.09506024079075714,
- 1.2711292189226773,
- 0.8651336128438648,
- 0.19133244898327578,
- 1.3860483614794668,
- 0.11661770385123028,
- 0.7357572296794438,
- 0.19918756279864488,
- 0.5539666474351255,
- 1.3287092885914447,
- 1.232750537883626,
- 0.5605297851416206,
- 0.871417402899646,
- 0.6390189945228539,
- 0.544227779086713,
- 0.41758970353969327,
- 0.4901532948998989,
- 0.09718510679122876,
- 0.34329792873300236,
- 0.24284033759969137,
- 0.36073368435217,
- 0.26914430800864936,
- 0.6284476737948027,
- 0.3151749979754318,
- 0.8421272543439506,
- 1.0955313218586114,
- 1.2426278642661708,
- 1.090129304065865,
- 0.18954301934181456,
- 0.8093326874336707,
- 1.3542432301788687,
- 0.46309495520136096,
- 1.2268320239665684,
- 1.3847186343340057,
- 1.0224551626824168,
- 0.13237818855808217,
- 0.8119596385337544,
- 1.2230507435397768,
- 0.3705951423413245,
- 0.6011385280079381,
- 0.9036583937214782,
- 1.2884266601157335,
- 0.6640277975156157,
- 1.265487976408567,
- 1.3373232110590483,
- 1.3270106140012248,
- 0.9902681755992593,
- 1.0076751630781204,
- 0.3760950773638423,
- 0.36305389337905636,
- 0.4479800520663129,
- 0.08326236632472288,
- 0.4545453926076835,
- 0.6732568379841969,
- 0.13049342081357526,
- 1.2568021233279991,
- 0.2012231610622093,
- 1.3284097421791619,
- 0.2716467613017948,
- 0.626255407771341,
- 0.9573580438184798,
- 1.2975540461811763,
- 0.2781681337022033,
- 0.6487072579704752,
- 0.027929933291449705,
- 1.0918523431995497,
- 0.703035106434772,
- 0.5845235912270079,
- 0.9416079000846971,
- 0.8853067417264956,
- 0.9593222998433508,
- 1.400787289087311,
- 0.6266951758630884,
- 1.3084063306833087,
- 0.6951576963200985,
- 0.13739726240430444,
- 1.2060321040602036,
- 1.3543677046597649,
- 0.3471260289824776,
- 0.7452258814432433,
- 0.796269509101971,
- 0.8181529768702067,
- 1.0053328979257512,
- 1.0610958275007054,
- 1.227332932227342,
- 1.1872852270394532,
- 1.0025973142957065,
- 0.42707218169134137,
- 1.2363089699854122,
- 1.3726490598543835,
- 1.1007644154219038,
- 1.0469913081502447,
- 0.34635175992411155,
- 0.8921104972424374,
- 0.5569107984746546,
- 0.33903708981020936,
- 1.0076260809791073,
- 1.1039937674586822,
- 0.0417345928385667,
- 0.7711929682860539,
- 1.0074438361783238,
- 0.7103945648254307,
- 0.10648403053054134,
- 0.2117232700521833,
- 0.28883308706206606,
- 1.3642757319123393,
- 0.6766890835386802,
- 0.16647199651709074,
- 1.3656063725563374,
- 1.1056836521856221,
- 1.3570963428202556,
- 1.0483376731858103,
- 0.8956781632300133,
- 1.1841253159063716,
- 1.0480491174475781,
- 0.05725659967631865,
- 0.257114252756694,
- 1.0212157537825421,
- 0.03351608669219789,
- 0.35509563112271353,
- 0.0135248452899315,
- 0.9178541866040901,
- 1.409967876527164,
- 0.16747602848227724,
- 0.9746017903408696,
- 0.6224478315059787,
- 0.5979736746188362,
- 0.9938437412182463,
- 1.3227421500710073,
- 1.361087000257484,
- 0.6215626053202855,
- 1.2731190293195849,
- 0.2518373739877966,
- 0.9862058465798886,
- 1.0567672939158048,
- 0.34928420939506827,
- 1.271454018461077,
- 1.2968573910890095,
- 0.8775323624911059,
- 1.0011942116973427,
- 1.1696135806935581,
- 0.6523766847550817,
- 1.3900311265432475,
- 0.13985976771109948,
- 1.3393254640952679,
- 0.8483559148604931,
- 0.7145465399789556,
- 0.7835742413682112,
- 1.2526768300664486,
- 0.5872066038624836,
- 0.5050276647668293,
- 0.694664797855221,
- 1.343441280246864,
- 1.206837509465548,
- 1.3227746964151232,
- 1.4039299959336453,
- 0.4928363352384628,
- 0.9594629584927428,
- 1.2348209147429952,
- 0.3705886441230274,
- 0.5839686250448854,
- 1.2293516248304919,
- 1.1545690322781619,
- 0.5631833136320132,
- 1.1240781344260746,
- 1.3749223308018605,
- 0.5171669812829193,
- 0.2896149101522731,
- 1.4024756781505647,
- 1.3851029357342852,
- 0.720889895975907,
- 0.30261383130975744,
- 0.9912487106102121,
- 0.49062837919434377,
- 0.9095631831876732,
- 1.3184769379903076,
- 0.05881791128065609,
- 0.6925603891040651,
- 0.06253325166115646,
- 1.0089770579023583,
- 0.7554471317118158,
- 0.32839510716452047,
- 1.2138030331596676,
- 0.4419134975175498,
- 0.8853326903088095,
- 0.9158487102913523,
- 1.3338165606939663,
- 0.23549137594624955,
- 0.3337277983168276,
- 0.37522864851330723,
- 1.2530914115030074,
- 1.0909594846851014,
- 0.8104203777485306,
- 0.9077874242986671,
- 1.3219127739482288,
- 1.1323363059487561,
- 0.666311949174013,
- 0.6724669691811198,
- 0.23290834135889882,
- 1.0442121842409025,
- 0.9708075479052791,
- 1.1719504504953595,
- 0.5696659579258513,
- 1.2913298242855096,
- 0.5792949652463879,
- 1.0448027886221727,
- 0.524225087723484,
- 1.332444896369658,
- 0.16469010127094696,
- 0.819810078109681,
- 0.22949646917721916,
- 0.7699872865549015,
- 0.0129439077492738,
- 0.9679386194441111,
- 0.6242788853619838,
- 0.5306456668170165,
- 1.4131937372385297,
- 1.387663468409204,
- 0.1781361860525524,
- 0.6347532925474776,
- 0.07412288099278645,
- 0.900447330374576,
- 1.1193523940605803,
- 1.2036879722767349,
- 1.0416176632066583,
- 1.3807205602553159,
- 1.218847972260181,
- 0.3875626277249803,
- 1.3748243628300205,
- 1.2662139691255334,
- 0.00832228612043842,
- 0.043323472952009764,
- 0.5146282752252513,
- 0.7096685524278107,
- 1.2840244986225227,
- 1.2346201250839954,
- 0.593919817129586,
- 0.8494099736943618,
- 0.3281212833633529,
- 0.3122155626455328,
- 0.1696951374019697,
- 1.3968039698011143,
- 1.0675419833603625,
- 0.2654107137347173,
- 1.1642225492944709,
- 0.38530293217150463,
- 0.014816527404610275,
- 0.1662758328449836,
- 0.6528526515315806,
- 0.9590974249998497,
- 1.2085647877928591,
- 0.8723511703697787,
- 1.062752974922966,
- 0.097505502880174,
- 1.2577968978809817,
- 0.3242692781990987,
- 0.3954246611075212,
- 0.9846204532083223,
- 1.340169871208907,
- 0.13229550154554634,
- 0.4481796119789132,
- 0.6552871270270444,
- 0.49435373769231516,
- 0.29372697207071113,
- 1.1333967330725114,
- 1.276650105923004,
- 1.3246939441346515,
- 0.30465061875798627,
- 0.49141416004138516,
- 1.2641281448239376,
- 1.2565270190690825,
- 0.24864158933796773,
- 0.7659222931596225,
- 0.03350741153255277,
- 0.09414715735919435,
- 0.5705516431625159,
- 0.36961922101100847,
- 0.9809965263412047,
- 1.4120355251401306,
- 0.5723814343227039,
- 0.5763607164401464,
- 0.6991198811760927,
- 0.8368436012977493,
- 0.640399752813366,
- 0.35451924651424016,
- 0.46059211995016086,
- 0.7901931626182354,
- 0.03456249133824689,
- 0.871777311245841,
- 1.2644279464123076,
- 1.2672781787548502,
- 1.3555962501079826,
- 1.3370691928838936,
- 1.1646545212394388,
- 0.024520889126563417,
- 0.5707773289603629,
- 0.8090897366283402,
- 0.9928506594081022,
- 0.513709364797092,
- 1.3917997314811463,
- 0.3903412830421631,
- 0.4425572721940128,
- 0.5051793056749486,
- 0.7276955683965742,
- 0.12701828495483894,
- 0.32214141030222737,
- 1.3196582297130772,
- 0.037947812223460435,
- 1.1182431455391662,
- 1.2397895517120734,
- 1.4070093713108143,
- 0.17769804656366256,
- 0.6851090119408025,
- 1.1324107323149426,
- 1.3357119971031235,
- 0.1580142656845306,
- 1.1389146530920908,
- 0.4845385203609103,
- 0.9697959062737564,
- 0.22227241708319895,
- 0.02062088578116901,
- 1.2530723553107095,
- 0.8399394209859227,
- 1.2237512545719114,
- 0.9662533784275754,
- 0.13322032806398032,
- 0.32916830394182456,
- 0.7315198596792154,
- 1.3166364366447758,
- 0.2680111653516876,
- 0.7685525747536117,
- 0.8995298203499179,
- 1.2419773925556568,
- 0.3389538836403574,
- 0.42218330972927465,
- 1.2788225834625517,
- 0.06560310098145725,
- 1.1870713060777875,
- 0.6273240168252034,
- 0.5691765969965642,
- 1.2969459007018742,
- 0.28396165818541086,
- 0.40275023456947534,
- 0.1102314175623163,
- 0.19721505991460678,
- 1.0631061999195257,
- 1.0794694144021015,
- 0.44370855129716613,
- 1.0848240596224157,
- 0.7367875651947511,
- 0.44043409464072864,
- 1.2401989711197006,
- 0.25778737568684207,
- 0.46948802676343593,
- 0.6410673634894624,
- 1.1538007855228627,
- 0.33785455566677897,
- 0.1662920367677067,
- 0.4048140931533782,
- 0.71999239040613,
- 0.14127274107257232,
- 0.9415318284161293,
- 1.276995416722427,
- 1.2248058528464403,
- 1.116317666942399,
- 0.5398508357873402,
- 1.3655156133351714,
- 0.36558162709032144,
- 0.4063848012571579,
- 0.1946883219533994,
- 1.1336904274308328,
- 0.33549956773813194,
- 0.32042884872882343,
- 0.488318614274531,
- 1.0285580332642372,
- 0.9918614566200753,
- 0.8667897367356624,
- 0.21161471423500244,
- 1.1085157462707405,
- 0.847966183994869,
- 0.3809837475721199,
- 1.096157997613653,
- 1.3119779129741018,
- 1.3766088279757465,
- 0.3394997218219425,
- 0.8596562688887954,
- 1.2165033003521544,
- 0.6641466669184157,
- 0.5250817300240918,
- 0.9987676326618639,
- 0.839871858360904,
- 0.3558844134760768,
- 1.0024597530691846,
- 0.44168593944824347,
- 1.4002401561484739,
- 0.7555864226173101,
- 1.088952566380172,
- 1.2513404245152833,
- 0.4419759297241737,
- 0.03398873937476246,
- 1.3802079045957856,
- 0.6363584307737307,
- 0.4882773266501114,
- 0.5999944080080205,
- 0.9683827759638562,
- 0.16846329777389896,
- 1.0540548381900992,
- 0.2557026565287699,
- 0.565573095647759,
- 1.3211535540758148,
- 1.1930330249486245,
- 1.2561723145555523,
- 0.9121015109337639,
- 1.0670040731386115,
- 0.18526962939174627,
- 1.027583745414914,
- 0.20903915545006646,
- 0.7058272062799936,
- 0.6574385425430326,
- 0.4605576989975094,
- 0.7188508872090964,
- 1.3897498090492335,
- 0.8830652922064698,
- 0.30274773650736797,
- 0.4643997940434896,
- 1.0477648493772083,
- 0.9619702019268109,
- 0.21869611167482408,
- 1.3160193275894112,
- 1.0566810620905174,
- 1.324217413075592,
- 1.2306166224160675,
- 1.0114317915903626,
- 0.7804314843505161,
- 1.127019436218173,
- 0.40872254231948313,
- 0.8254564362177212,
- 0.8519744526708902,
- 0.8844058051945646,
- 0.8227236237329257,
- 1.2363111228692234,
- 0.021788874953361202,
- 0.8040196579500539,
- 0.922498193928395,
- 0.9345046518076768,
- 0.5566780118907032,
- 0.444851651002017,
- 1.3546683276749623,
- 1.2298188085774016,
- 1.0931026087293956,
- 1.0744923264061252,
- 0.1753454714781035,
- 1.0423112185226737,
- 1.3220495749192167,
- 0.2847577100629732,
- 1.1383255926281488,
- 0.32067752204010863,
- 0.5999563581451358,
- 0.39376168352707236,
- 1.061128216284779,
- 0.3675002538849157,
- 1.3721099440013425,
- 0.2694368995950491,
- 0.09044992481594784,
- 0.5275788071379401,
- 0.4351587006349135,
- 0.9149396063041988,
- 0.6218555665045518,
- 0.5013457659108852,
- 0.38322800137426055,
- 1.1103229371894803,
- 0.01764505232490823,
- 0.6215036983328476,
- 0.21125187826874797,
- 1.2170554804267448,
- 0.5557817766902128,
- 1.2728848873760379,
- 0.3156830792825718,
- 1.0910383993865354,
- 1.0713076348712096,
- 1.3078426225056796,
- 1.2107278803098438,
- 1.3119807106418857,
- 1.147920911417537,
- 0.3909762653789927,
- 0.6851440767642164,
- 1.250129928158267,
- 0.6399955512828011,
- 0.2608575889588511,
- 1.3073763908646605,
- 0.37126044544603487,
- 0.6300624572926249,
- 1.3995275123168824,
- 0.9767626474683869,
- 0.08881007147274542,
- 1.0192429801892358,
- 1.3681205703794264,
- 0.3681336120432932,
- 0.21047374366697358,
- 0.5943490741759014,
- 0.9834795462484271,
- 1.2112030571341466,
- 0.5223952930823464,
- 0.7687766397000787,
- 0.2756219005009435,
- 1.2646138246169927,
- 0.011008434589767848,
- 1.1314885858336383,
- 0.25811802682252416,
- 1.074945744164493,
- 0.7488029130443474,
- 1.3020497816583079,
- 1.3473223548708217,
- 1.289938702029277,
- 0.3352598687915429,
- 1.2269390999148204,
- 0.400679271602037,
- 1.2089367402579394,
- 1.288727551447481,
- 1.362569453041743,
- 1.2883247189756395,
- 1.2025144695927157,
- 1.1027925690263063,
- 0.8194356257185665,
- 0.8615243710350652,
- 1.277534361379975,
- 0.8259629090543776,
- 1.0977375790809614,
- 0.8229261038109404,
- 0.3877315905962112,
- 1.042716537860738,
- 0.7155839454402976,
- 1.3204426081562597,
- 0.2817011564977375,
- 1.0570225544379768,
- 0.02099021230864026,
- 0.36368810457651324,
- 1.1946284278571102,
- 0.23993564622428679,
- 0.8127606992115849,
- 1.24361346336068,
- 0.715604093118586,
- 0.04834893775082441,
- 1.1795117943241027,
- 0.7115618978314749,
- 0.49582523531924433,
- 0.10551249571669828,
- 0.40966395176489206,
- 0.9920378365268304,
- 1.4033656886862025,
- 1.210531853770786,
- 0.0014661862383125966,
- 0.0939380610209455,
- 0.3738161445346816,
- 0.8369084722086851,
- 1.0633441274845294,
- 1.348587327737176,
- 0.5007853136931004,
- 1.25602333749387,
- 0.368242573054564,
- 1.0315437989417666,
- 1.0467634224031337,
- 0.46588175786539127,
- 1.1796366668614926,
- 0.44735671589582177,
- 0.3490459497305268,
- 1.0711385735183168,
- 0.6594694356716141,
- 0.5342209349650524,
- 1.1100275197713032,
- 0.4532358267473454,
- 0.3750895642436879,
- 0.17293117277842784,
- 1.0864586269404908,
- 0.6696897014056336,
- 0.5567829308572783,
- 0.3412179597416607,
- 1.319045427203729,
- 0.406436437927115,
- 1.3864243278970991,
- 0.9933879629397915,
- 0.15368155425826346,
- 0.31845599408318737,
- 1.3788990000620713,
- 0.8456484685578212,
- 0.21297014620572297,
- 1.2031383106091995,
- 0.9993175905408095,
- 0.5741752335547747,
- 0.48507539876415184,
- 1.3554733806106052,
- 1.3846991193297449,
- 0.9577839275124183,
- 1.3964682550282055,
- 1.2221194876192791,
- 0.6595390805141377,
- 0.06056393262903344,
- 0.5632178870110671,
- 1.1117188580257715,
- 0.20182939903693503,
- 0.027643521084457688,
- 1.3089415905066804,
- 0.6692545351831486,
- 0.17045225137718406,
- 0.015524775679181339,
- 0.027617266758157153,
- 1.3609650177087858,
- 0.6783004800746993,
- 0.9409932450762852,
- 1.3507249747689334,
- 0.7399303756835517,
- 0.47529376201754703,
- 0.8523564213762077,
- 1.168850463826775,
- 0.3815095819981348,
- 0.2547421360558217,
- 1.1419603882309444,
- 0.9830115455859529,
- 0.08603842399104664,
- 0.7901299553467985,
- 0.8494066442797246,
- 1.0209797826558595,
- 0.9740266432804793,
- 1.3290091222263658,
- 0.21392749097687275,
- 0.8509338159937933,
- 0.0703290802215982,
- 0.3524504856835142,
- 0.726893778608125,
- 0.6533674831340894,
- 1.3972992646921325,
- 1.0869077221095116,
- 0.40734313729505706,
- 1.2129527808327576,
- 0.29137327480838743,
- 1.3429783582674724,
- 0.7673077562901195,
- 0.4062245683086903,
- 1.3288939621118065,
- 0.2907393267180596,
- 1.024239079262193,
- 1.2959833852990854,
- 0.8655302231138039,
- 0.4716528726104075,
- 0.727196847142213,
- 0.39626659474502607,
- 1.1583502451020495,
- 1.073649159299115,
- 0.5251781677620568,
- 1.408577585000928,
- 0.6944744628007463,
- 1.034477677194815,
- 1.2679194238201392,
- 1.2692404053308586,
- 0.07775803292199648,
- 0.9087041931030867,
- 1.100992941270495,
- 0.431550615568527,
- 0.7553565360228975,
- 1.2689979057644887,
- 1.2904376700428426,
- 0.5336048258908062,
- 0.7547531579385683,
- 1.010326701792339,
- 1.0274259599053006,
- 0.70621586429601,
- 0.018659168471121694,
- 0.8011036439266231,
- 1.2065559997174693,
- 0.6150882552751722,
- 0.5967221840101471,
- 0.5205983603097292,
- 1.1374161687504436,
- 0.13242730200154637,
- 1.3932898273544343,
- 1.1155095988173553,
- 1.0595686919221012,
- 0.9141756796298249,
- 0.6119286782462996,
- 0.45947538860320497,
- 0.7922016962243847,
- 1.0690510851225943,
- 0.4722019124556812,
- 0.09218862581361914,
- 0.5154184072453711,
- 0.9361153719985942,
- 0.4802822190252888,
- 1.1379261444730202,
- 0.4341779978272598,
- 0.891289139907196,
- 1.1557800868058399,
- 1.043542503502191,
- 1.3701729183003624,
- 0.25993949064245353,
- 0.21875624519584533,
- 1.1607437209769094,
- 0.6146581560727965,
- 0.9960657794228095,
- 1.3427582757737186,
- 0.23277497644316433,
- 0.8483465940329891,
- 1.2933755748018838,
- 0.5157970771157973,
- 1.0788698928777707,
- 1.3420706705560324,
- 0.9501335319219901,
- 0.3801964554815389,
- 0.7624862120171763,
- 0.8680285285540955,
- 0.4591866464305695,
- 1.1857409876511507,
- 0.7289800962174838,
- 0.9742087019136432,
- 1.3111166704407322,
- 0.5515646946257063,
- 1.196656780378424,
- 0.24736416700931615,
- 1.1890977423350033,
- 0.7650672901603984,
- 0.9015096194287923,
- 0.9177436600322852,
- 1.0270424340733373,
- 0.07600240936735533,
- 0.3284872548301521,
- 0.10086253713216967,
- 1.0953349984945802,
- 0.2975546437111285,
- 0.572626236825053,
- 1.3933689563450942,
- 1.177486565163883,
- 1.2068437850209845,
- 0.5266941601991534,
- 1.0122217408071013,
- 0.9070283249405605,
- 1.1717798687611474,
- 0.3230382535453968,
- 1.127127258429613,
- 1.217392719721402,
- 1.0211780650380093,
- 1.2748033047743372,
- 0.027404358286580617,
- 0.9152537881531934,
- 0.5537155871924391,
- 0.68853879222799,
- 0.7305244473554697,
- 0.8524018285422774,
- 0.37118780224640796,
- 1.1328667114210207,
- 0.6467795000396679,
- 0.8268634277528957,
- 0.8748198415475262,
- 0.26825764592292856,
- 0.9282344191999187,
- 0.4262344560453171,
- 0.04408550317225158,
- 1.270048319464283,
- 0.1242294699855849,
- 0.6206549147644475,
- 0.2693579584613258,
- 0.8212519819688539,
- 0.9529095214654695,
- 0.2752575226220547,
- 1.0194072044603149,
- 0.09094389703575144,
- 0.49184077070534277,
- 0.5072370372221325,
- 0.2883566678908096,
- 1.2834554654003323,
- 0.26774902597343886,
- 0.20266803469487826,
- 1.0111429254350512,
- 0.8268538486584158,
- 0.4963669707447378,
- 1.1463918837827007,
- 1.1623293022523302,
- 1.349617251649281,
- 0.13928745340127854,
- 0.8864400444164513,
- 0.19957741720153643,
- 1.0219895798397474,
- 0.05848433541363301,
- 0.1566973456230459,
- 0.1449687826708724,
- 0.6359126783937255,
- 0.3787288544172933,
- 1.017711683525564,
- 0.4703810423728855,
- 0.5122700810229118,
- 1.256867406614861,
- 0.43652028848761243,
- 0.851478498845153,
- 1.1896933941387946,
- 0.9325564228291987,
- 0.28869124952219294,
- 1.316018997900598,
- 0.35113365111072264,
- 0.6488091573051715,
- 0.7795123454243099,
- 0.6917021341318719,
- 0.035309883589518226,
- 0.17060538151563598,
- 0.7798070450220365,
- 0.004917030540501402,
- 0.6226703375988538,
- 0.167882410326317,
- 0.6810784058541681,
- 0.31747085150443083,
- 0.5013830978168043,
- 0.7393747184437773,
- 1.2016581215725755,
- 0.3874744461329306,
- 0.9747172015583894,
- 1.3328967067662258,
- 1.306538337072601,
- 0.9340471389061953,
- 0.8759692401068648,
- 0.16532634688535428,
- 0.28930274043721593,
- 0.7900297081549584,
- 1.326070471781886,
- 0.34822530927888234,
- 1.368133720322718,
- 1.134037940733741,
- 0.66387061206333,
- 0.3307474968226528,
- 0.39333736831302885,
- 0.40990997333208035,
- 1.358366325697736,
- 1.2878307552570907,
- 0.9265569650307496,
- 0.49817892631277205,
- 0.4499715797139867,
- 1.058061974689059,
- 0.30002900324502646,
- 0.879409149695223,
- 0.7664392545120782,
- 1.0786600054490734,
- 1.288711584689231,
- 0.667195942799117,
- 1.0926633266874008,
- 1.3059020263479661,
- 0.28515769532921886,
- 0.640053240705154,
- 1.2400926665589853,
- 0.7400243236640933,
- 0.7069339571165145,
- 0.0032776497525709002,
- 0.7311430663122117,
- 0.6836523552400735,
- 1.3963427501182464,
- 1.409359834547262,
- 0.9901684919348005,
- 0.9440082504726287,
- 0.16591239004364763,
- 0.5186178226019236,
- 0.3318037867643223,
- 1.0955558060910162,
- 1.3541075554053392,
- 0.7854197645532319,
- 0.26708587675813433,
- 1.1170201286342503,
- 1.0703075448422081,
- 0.8794907198260249,
- 0.14529806009353022,
- 0.6976084049923073,
- 1.1768523192867304,
- 0.4503501418324758,
- 1.202623486841279,
- 1.0080941923876197,
- 0.19275113322898318,
- 0.18034410925673594,
- 0.3613069134439708,
- 1.1063642570727426,
- 0.49498987347038126,
- 0.21870331992193784,
- 0.39620179560504215,
- 0.005402577894336464,
- 1.0146773581890025,
- 0.6815952310742083,
- 0.24822184959565485,
- 0.9982934653336492,
- 0.9246439887923666,
- 0.7642101983407396,
- 0.5383879154177987,
- 0.44195061488838605,
- 0.5399040598646553,
- 0.8519904528093508,
- 0.9170751726625669,
- 1.368554477765133,
- 1.4104630643570026,
- 1.351241645948415,
- 0.6806973294370641,
- 1.3551004884969442,
- 0.4774409820652665,
- 0.6767739738610317,
- 1.363392609149393,
- 1.116058931438472,
- 1.1855208428206514,
- 0.9318146450358399,
- 0.2705281880409199,
- 0.6857455321077605,
- 0.2703747753208023,
- 0.4376337565968347,
- 0.08790266607226814,
- 0.02962407944720183,
- 0.5871236610031703,
- 1.3386151903626515,
- 0.20212875601400757,
- 0.5298344505511984,
- 0.6034215692811811,
- 1.3784754250975901,
- 1.1223393292044435,
- 1.2325754382939431,
- 0.24623395574658577,
- 0.2267235608741231,
- 0.6219332509465748,
- 0.8659919909564286,
- 0.09932234720125824,
- 1.3481309540669653,
- 0.8492396819641195,
- 1.133186224565466,
- 0.13298712247824454,
- 0.2650016690870414,
- 1.0471915071817743,
- 1.3638494744287775,
- 1.0314538970984055,
- 0.38584685479746944,
- 0.9012229550629111,
- 0.2951108832073452,
- 0.7143371122424678,
- 1.2302122363127161,
- 0.02997038157263714,
- 0.8372077505445831,
- 1.2428499021645463,
- 1.1103382953819425,
- 0.8001454228936474,
- 0.8635696888835117,
- 0.44755452483620844,
- 0.6608987683327922,
- 1.0613220906563066,
- 0.0488507348472526,
- 0.05603194572710374,
- 0.32489887329070744,
- 0.5149290591507165,
- 0.07868586909343997,
- 1.3662479969097716,
- 0.9315095969553706,
- 1.274869553392377,
- 0.8967437531373399,
- 0.48050912223743214,
- 1.1346296381316447,
- 0.4060816774864674,
- 0.37707049043779156,
- 0.6379477596421311,
- 1.0127988607093779,
- 1.395442391442406,
- 0.5026712661288831,
- 0.8938436473208498,
- 1.369069173946108,
- 0.022531307433494404,
- 0.31942938167735496,
- 0.23750132753957975,
- 0.29724790206436374,
- 0.6533420303492403,
- 0.7652560569041227,
- 1.298579949015584,
- 0.7960499068456858,
- 1.2749038636758225,
- 0.9984746990927622,
- 1.2115923604370147,
- 1.3603990055425415,
- 0.7329654923651601,
- 0.9501295828688533,
- 0.3257733933866697,
- 1.3494788073335524,
- 0.4085949691667686,
- 1.1424403133665242,
- 1.0656897619170187,
- 1.181460995491297,
- 0.1512986044132153,
- 0.952072070448715,
- 0.8979488575401748,
- 0.1397951373167992,
- 0.6886611465742387,
- 1.22034698283196,
- 0.021627566526492205,
- 0.7211120915133357,
- 0.5743322547677604,
- 1.0103091500402268,
- 1.1922064191060555,
- 0.9680190233814897,
- 0.6523797864611961,
- 1.2227536283330818,
- 1.1171327675075649,
- 0.7665893219767606,
- 1.0215173601367287,
- 0.13939261109880832,
- 0.33143504108884053,
- 0.5957839046707551,
- 1.3156320610093275,
- 1.2131267010095197,
- 0.2720222356785626,
- 0.0021081637365842616,
- 0.7044537041874878,
- 0.8060229250370248,
- 1.2783633535698566,
- 0.9186397010537583,
- 1.385718212858685,
- 1.08720933496197,
- 0.07232363594201256,
- 0.7287026848541077,
- 0.7012830247437553,
- 0.16879591625352497,
- 0.8048340703288598,
- 0.46008732868796526,
- 1.390455140121497,
- 0.8629001610839606,
- 0.557206927875251,
- 0.15794024991663397,
- 1.3701309606919645,
- 0.7058692321542409,
- 0.09024104878545537,
- 1.3551325970556853,
- 0.8445915315974132,
- 1.2092407301345265,
- 0.8890077975910713,
- 1.2034376980243655,
- 0.7422042693011311,
- 0.5650549797874503,
- 1.3004451133182455,
- 1.0801391576071608,
- 0.2061804655745786,
- 0.37950932534698484,
- 1.4019548379593854,
- 0.4200333132460627,
- 0.8827161866327471,
- 0.247193901837394,
- 1.1022062821621845,
- 1.085556193132043,
- 1.2111553333015617,
- 1.3463180278911746,
- 1.2457239842866172,
- 1.017108318225693,
- 0.3098551289161744,
- 1.068914746478318,
- 0.66205169543582,
- 1.2751795383331654,
- 0.8750446910054698,
- 0.8553405419052111,
- 0.9677793694879087,
- 1.1104347239893777,
- 0.9807263465436123,
- 1.203607475354186,
- 0.4777309061168019,
- 0.48437403502381615,
- 0.5497906593254855,
- 0.5396946758745621,
- 1.0378361306143038,
- 0.0434164152301576,
- 0.4439550991343239,
- 1.2583506081618445,
- 1.0628860173411279,
- 0.374567407259134,
- 0.9574497329632055,
- 1.1073357526956278,
- 0.14347323960858294,
- 0.027597192516493032,
- 0.6076129054253246,
- 0.5949383509571916,
- 0.7685656024742656,
- 0.30275161095773073,
- 0.34797247022131783,
- 0.888942112354139,
- 1.010964263369255,
- 1.133199204761673,
- 0.5233527125989977,
- 0.3049680244111846,
- 0.9043869100511097,
- 0.7081194043477397,
- 0.8480387351289487,
- 0.3755963142335544,
- 0.953636219920765,
- 0.4492330628062664,
- 1.0971900952762221,
- 0.40596546581403087,
- 0.27686672030386744,
- 0.6793401639112664,
- 0.5471590008161075,
- 0.9510164406960584,
- 0.45240051920587016,
- 0.6288608573413795,
- 0.057754042260242354,
- 1.2675095002749246,
- 0.46613979610830897,
- 0.2731115761470692,
- 0.283437456383379,
- 0.31845193167584857,
- 1.309331524117949,
- 0.17968031574668494,
- 0.8301062598279985,
- 1.1878014484597554,
- 1.2471713793185801,
- 0.6510734041833635,
- 1.313486607599325,
- 0.6549062745009793,
- 0.2139139021396361,
- 0.8709100758413416,
- 0.10776304160648757,
- 1.1081605990631773,
- 1.2205940292519646,
- 0.4405731654039972,
- 0.03919001726639869,
- 1.3642852102130325,
- 0.36379002897352436,
- 0.8600209666825751,
- 0.18883523524108173,
- 1.3608865467873987,
- 0.8505528198842034,
- 1.0090928461986735,
- 1.3940127087034875,
- 0.9118914134733186,
- 0.3177507319415146,
- 0.9039081723826652,
- 1.2886375924062698,
- 0.36950123583809236,
- 0.3055085375345667,
- 1.1155478785805641,
- 0.3422286308991032,
- 0.5226312842324276,
- 0.9421095415735099,
- 0.019093948718666136,
- 0.5223096668467739,
- 1.1774030151850503,
- 1.0646193657856988,
- 1.2830659337048274,
- 0.39031280383750316,
- 0.7801633400888298,
- 1.032489971802253,
- 1.0598848762449176,
- 0.45238394531939585,
- 0.3825576198104396,
- 0.5663250367272146,
- 0.9199433611188522,
- 0.8037617311411022,
- 1.1214450908832716,
- 1.0778389010839284,
- 1.1078054920674534,
- 1.3866055806762023,
- 1.3549641563511994,
- 0.32560389247373434,
- 0.6595811114660571,
- 0.8703595282197566,
- 0.17930249652815008,
- 0.03683241401263568,
- 0.9432989618798654,
- 0.6748349994244173,
- 0.5320321422951768,
- 0.9043392062397587,
- 1.0203901479845512,
- 0.1804025867022601,
- 1.3893225654710786,
- 1.0583445867109036,
- 0.5144967473634552,
- 0.013249616259569195,
- 0.7490052603295289,
- 1.3160141415932054,
- 1.3734598003344982,
- 1.1662385722063224,
- 1.1251189245741995,
- 0.44565754259297213,
- 0.24059899663303808,
- 0.40764308978103786,
- 1.2831444937494492,
- 0.4669605868695578,
- 0.3873253151170412,
- 0.38874989762780576,
- 1.3462473959151833,
- 0.31669831403926035,
- 0.9443426260375923,
- 0.714488593146107,
- 0.8542069547861295,
- 0.06672214160044121,
- 0.6350493901013132,
- 0.06362838565038823,
- 1.050716965779465,
- 0.5140175768262173,
- 1.23598982480902,
- 0.2895991552763123,
- 1.354931625650024,
- 0.667443731338969,
- 1.023606073869681,
- 1.2522202416380959,
- 0.5335795106439664,
- 0.8294729002965383,
- 0.18770036469750298,
- 0.18353942744258897,
- 0.3000373139042511,
- 0.22694242568568285,
- 0.8988415517299484,
- 0.5136345146927738,
- 1.0500084537382874,
- 0.8436324885320604,
- 0.05252323699895049,
- 0.39617710740183587,
- 0.7742265410295045,
- 0.46459057346806654,
- 0.37554655663547803,
- 0.7177393247776997,
- 0.21581817538652787,
- 0.714738961926839,
- 0.4129235622430893,
- 1.3071784253112453,
- 0.2126291447393346,
- 0.5846554756522799,
- 0.12003897592162101,
- 1.2239434635805215,
- 0.9377411092770793,
- 1.1634064586532273,
- 0.6039751385791192,
- 1.1016545736479473,
- 1.339151641856471,
- 0.08646686316998008,
- 0.6966584283959357,
- 0.9607525996269949,
- 1.400080457643746,
- 1.0479650966373735,
- 1.2785691343802899,
- 0.6795773610910156,
- 1.0441742031043044,
- 0.39258963651002093,
- 0.7745119175743833,
- 0.01952990823452141,
- 1.3100322244798885,
- 0.14524731278646527,
- 0.9677050180587826,
- 0.6616109489729509,
- 0.6858503996024794,
- 1.3121172399060461,
- 1.0405423379431071,
- 1.2897093271330635,
- 1.3035424262775586,
- 0.2426341708668482,
- 1.1287880126423704,
- 0.16030241955407146,
- 0.8365118405121252,
- 0.5871429584539719,
- 0.11770353018338929,
- 0.8660427117427325,
- 0.14727570752536273,
- 1.3695500096076774,
- 0.4883691407083811,
- 1.377173575317994,
- 0.531817991028797,
- 0.4348673439570551,
- 0.9110314175588752,
- 0.9135726978820444,
- 1.1593264614002559,
- 0.8929502837035741,
- 1.2967253746786402,
- 0.7929108153932879,
- 1.289617086075035,
- 0.998137575570902,
- 0.6305626490805879,
- 0.5103321960810706,
- 0.5018136530943741,
- 1.1891182763938586,
- 0.8633927482409555,
- 1.0148341334045765,
- 1.2436067044964558,
- 0.8411950951604547,
- 0.1821797960016596,
- 0.43007388341752456,
- 0.7849520721687281,
- 0.9038080009220091,
- 0.9097573185028867,
- 1.189437001757769,
- 0.49169198825753385,
- 1.0364105244387591,
- 0.944316874064345,
- 0.1703802942302977,
- 1.284561564291776,
- 0.27139334448479696,
- 1.2778714890137646,
- 1.1454251495191876,
- 1.082382207806386,
- 1.170026544516932,
- 0.4262401159004652,
- 0.2793356657745882,
- 0.22705959107374316,
- 0.38277601629672414,
- 0.9959848801035727,
- 1.0592858143431516,
- 0.6090716910037334,
- 1.0496544599585775,
- 0.4509949031886912,
- 1.333093669824642,
- 1.3803983839533143,
- 1.3704195433132986,
- 1.303269517185627,
- 1.0468783349324433,
- 1.0269260655608554,
- 0.7274168822243509,
- 0.060418259400566776,
- 0.34529188573394837,
- 0.2674867448502315,
- 1.1430182534493993,
- 1.3234547932918999,
- 0.6195664075451035,
- 0.4085122342259054,
- 0.0021040218894141137,
- 0.8586889376380199,
- 0.8041438241135649,
- 0.9517035458204948,
- 0.11665946101778975,
- 1.1734693186742617,
- 0.4790448162607823,
- 0.622514207836164,
- 1.070356190558648,
- 1.4045577927598627,
- 1.3532257524493814,
- 0.46757554261288015,
- 1.081981071516208,
- 1.3927572917544015,
- 0.45526856484418743,
- 0.4394613680611558,
- 0.8631625127841981,
- 0.9733036222177135,
- 0.9113678189701756,
- 0.4295974905263698,
- 0.6828843483608147,
- 0.9014536920431605,
- 0.45913329459876207,
- 0.6598113803832555,
- 0.5939409511043259,
- 1.0619524754502139,
- 0.3772248124670959,
- 0.15976903714176496,
- 0.49495892098113353,
- 0.5822301905518212,
- 1.372170883373876,
- 1.37439376214738,
- 0.5078276850129718,
- 0.7184668550263337,
- 1.0917367411305379,
- 0.7014028650417391,
- 1.0588185699548662,
- 0.9955726831251852,
- 0.631576032540703,
- 0.6859919732483217,
- 1.1182618143894802,
- 0.24227265351281735,
- 0.6232513746705436,
- 0.3212122976530635,
- 0.36013671623198273,
- 0.7331695851650909,
- 0.11737533181908563,
- 1.386388165159801,
- 0.18055708620160987,
- 0.8355703071311283,
- 1.3669443813427355,
- 1.1173954130523591,
- 1.0751835950346789,
- 0.5480554589742187,
- 0.21400096642348454,
- 1.0587433378731435,
- 1.1702631011174163,
- 0.7420079245222535,
- 0.05471538136341519,
- 1.044098536472578,
- 0.3877384983352135,
- 0.7165702324748288,
- 0.9793171490488393,
- 0.9595961494282894,
- 0.3786621625638873,
- 0.8963485150969212,
- 0.8105634745498416,
- 0.9601638334231686,
- 1.1256436040327706,
- 1.0909716009732655,
- 0.016784320784208162,
- 0.5150618332365338,
- 0.07193260376941814,
- 0.39617127638804084,
- 0.9768886324451175,
- 0.793252301950015,
- 0.26135945449544745,
- 0.027909829391500898,
- 1.2526406241097114,
- 1.2934598571942495,
- 1.3369137116073493,
- 0.16360699139633206,
- 0.8802320868400058,
- 0.8365931276295626,
- 1.0274199379887763,
- 1.3106174028355906,
- 0.9543212474240248,
- 0.22316961462687937,
- 1.3828468353893424,
- 0.5365514535759007,
- 0.8371179846511134,
- 0.5547983407934615,
- 1.28838850199931,
- 1.3452588928884566,
- 0.5612988437894656,
- 1.0674668779943632,
- 0.6595089911159021,
- 0.9745351088058074,
- 1.3315810210848196,
- 0.4670449139794866,
- 0.5778016147586694,
- 1.159738926825719,
- 0.4564386801916555,
- 0.6854129660732191,
- 0.23107451588041542,
- 1.2471725323255436,
- 0.05583209456608976,
- 1.167262715945287,
- 0.6732562937299557,
- 0.7457448644787088,
- 1.1072239536827952,
- 1.0147755174123503,
- 0.36962911636469453,
- 0.08453600880279323,
- 0.4612976926034535,
- 0.4836170820243685,
- 0.9357484597109968,
- 0.634649832154955,
- 0.4011057132297992,
- 0.3157720034664579,
- 0.35622146734449045,
- 0.1814545020277395,
- 0.203982968183766,
- 1.1231179948501189,
- 0.23503079407864325,
- 1.1425524396870683,
- 0.7619221443642065,
- 0.9221743773824319,
- 1.1642640123991723,
- 1.0018639722911482,
- 0.44545471597679503,
- 1.062485924529944,
- 1.162096295048886,
- 0.997787729887426,
- 0.9814444480761149,
- 1.033467047035502,
- 0.33060215521960873,
- 0.03298706573287204,
- 0.8555603569301928,
- 1.3726628410393877,
- 1.183194742263633,
- 0.27817502815293327,
- 0.9393159808939531,
- 0.578797561065861,
- 1.3645545915592676,
- 0.8254199045666445,
- 0.9498226808059541,
- 1.2981352494116625,
- 0.5314741530252194,
- 1.0163816384356588,
- 0.5841237879410741,
- 1.0468852818558814,
- 0.6590169849182647,
- 0.3426687956972776,
- 1.3445949077730865,
- 0.44557335101612194,
- 0.6320139962390338,
- 1.054097394892563,
- 0.5172731727739383,
- 1.382412066999164,
- 0.1436563118743631,
- 0.0057222046357092195,
- 0.5339778031503052,
- 0.13150468261147358,
- 1.2550723425053028,
- 0.6963786444129494,
- 0.9928809811587913,
- 0.7274489749633117,
- 0.505482668046776,
- 1.395161960148406,
- 0.2393142579468617,
- 1.1259791396389782,
- 0.49848574169373305,
- 1.2080529274836815,
- 0.224269895891957,
- 0.6368401101479091,
- 0.24008477770022074,
- 0.9006968567982139,
- 0.017256677120317938,
- 0.1251598285443954,
- 0.5758723442489154,
- 1.1886547324012575,
- 0.6488862542072583,
- 0.45682914180723055,
- 0.7521670267875417,
- 1.3492557038014297,
- 1.4103433629589328,
- 1.1695766151624594,
- 0.04768085815399487,
- 0.759219580016579,
- 1.2503294405722885,
- 0.3054504853466156,
- 0.8551828144190454,
- 0.19857305382078128,
- 1.4064024400438304,
- 0.5656700393102174,
- 1.0143522686829818,
- 0.09503385677910275,
- 0.8631769254146925,
- 0.19311980951362345,
- 0.008158640833742863,
- 0.11786494190246148,
- 0.865548675552276,
- 0.8599387110938475,
- 0.28589735225836205,
- 0.16409656183903518,
- 0.8946555806197236,
- 1.1107095131390554,
- 0.2449117477321576,
- 1.385737923328864,
- 0.24282241468190444,
- 0.9331005324970044,
- 0.7709741322766341,
- 1.2361859476866914,
- 1.3719962574081768,
- 1.3311543365527154,
- 0.4735154965288756,
- 0.8058938754978076,
- 0.13353537311159325,
- 1.3740434967360982,
- 0.2315176058548632,
- 0.47879035572780576,
- 0.09223540784632311,
- 0.5057742423754866,
- 1.0487399373225457,
- 1.0054279505379369,
- 0.1615216546336153,
- 0.06812021095049353,
- 1.0162939725588462,
- 0.17032087124471232,
- 1.0052779644192231,
- 0.2915895611095304,
- 0.26564496887981565,
- 0.49173172434167517,
- 0.02072669846741757,
- 1.0239169372137324,
- 0.39003876535078613,
- 0.5616749517505375,
- 0.22883216919863594,
- 1.37692243861825,
- 0.9211246135121502,
- 0.1312774000228724,
- 0.8004595046865062,
- 1.2403896689603071,
- 1.3542396214486172,
- 0.24384642683152907,
- 0.3890188797654185,
- 0.07609751675946526,
- 0.756971866331675,
- 0.9001945322435478,
- 0.9052847803968085,
- 0.499070210028964,
- 1.2978161067746004,
- 0.12517958467050314,
- 1.1604842978706156,
- 1.404446700312448,
- 0.7683177408603132,
- 0.1515881911999575,
- 1.3070040596728476,
- 1.2285948461719158,
- 0.7921179068096352,
- 0.14757831773498284,
- 0.7333900929059508,
- 1.2494319953547373,
- 1.4119275460730323,
- 1.1894256725985402,
- 0.4349860921950952,
- 1.30208582678671,
- 1.1606655349896555,
- 0.8110914297706927,
- 1.2748650831833164,
- 0.9453728725508453,
- 0.8573210703599167,
- 1.3364108906091918,
- 0.7585026627815386,
- 0.8745965119760539,
- 0.5456576824399103,
- 0.9436357998301846,
- 1.3961006834048832,
- 0.14997480594223453,
- 1.177785190654822,
- 1.3389826152581585,
- 0.6050601507085357,
- 1.388407364606961,
- 1.0180774322686903,
- 0.35710882522306847,
- 1.3541699231913915,
- 1.319357155726717,
- 0.6830327360551735,
- 0.7079708906271667,
- 0.3378092564787883,
- 0.3477016015688361,
- 0.5315965066818948,
- 1.2726051870063797,
- 0.14181657220271815,
- 0.6546489761923264,
- 0.7209004709274507,
- 0.7286291212873022,
- 1.1435763154827785,
- 0.5780604869121666,
- 0.9170711371538983,
- 0.773563645428976,
- 0.24521778615798057,
- 0.18287626230896253,
- 0.7412247304312443,
- 0.8392357053709211,
- 0.09199987697999717,
- 0.7770473304728311,
- 0.31904296491594936,
- 0.5191269654520386,
- 0.1673257233188901,
- 1.1613615132056503,
- 0.8316123574058079,
- 1.1346904941928238,
- 1.243228011704233,
- 0.9696151915234947,
- 1.0546141434712692,
- 0.13669609281004952,
- 0.5126908724180547,
- 0.7808944937795016,
- 1.14575076429689,
- 0.7111088234266726,
- 0.5057563160056892,
- 0.6613005156184142,
- 0.25839179419533115,
- 0.573335293466219,
- 1.3009479253391854,
- 0.02302692368440476,
- 0.5498734599827781,
- 0.07171316697848518,
- 0.01220359391380115,
- 0.22826798495942982,
- 0.4661739082746623,
- 1.386042512497418,
- 1.0565683165241497,
- 1.3456015444659084,
- 0.5187333227749094,
- 0.9107810450929523,
- 1.1213053061122418,
- 1.027992350002406,
- 0.4597094505694806,
- 0.6440148461657174,
- 1.3610234988388166,
- 0.8665288792100847,
- 0.03801652496241996,
- 1.0061337520629432,
- 1.055594269013599,
- 0.9946837653244301,
- 0.29769662462717533,
- 0.5240017650766458,
- 0.7021759791219871,
- 0.011813920304592248,
- 0.8226413339684546,
- 0.8572265668568348,
- 0.8497726086646588,
- 0.9327000330160802,
- 1.2373384289092153,
- 0.49252388430414784,
- 1.1806475962636487,
- 0.7579329852604701,
- 0.4148514278649481,
- 0.913098383110959,
- 1.3421906017543308,
- 0.9819871761993136,
- 0.9468753106603344,
- 1.3811486964315856,
- 0.9600735213247212,
- 1.36886523548256,
- 1.3028292889527875,
- 1.1401218795915997,
- 1.105770166529876,
- 1.3062089961363434,
- 1.1294125277753806,
- 1.082895705836896,
- 1.3646618851459276,
- 0.5640535960230477,
- 1.3408549407492063,
- 0.8986057230367529,
- 1.0782778695586597,
- 1.3760012122557106,
- 0.757699106868061,
- 0.46736868717602603,
- 1.3933175725459972,
- 0.6489404695975681,
- 0.5336604364812622,
- 0.29125580358698233,
- 0.8461753483781846,
- 1.3982575925909544,
- 0.2871970398230808,
- 0.028315421456673477,
- 0.021071699040116413,
- 1.3940855875701066,
- 0.3623585046019141,
- 0.17479419896283654,
- 1.3749472017514182,
- 0.6504170228703829,
- 1.1758645192741808,
- 1.201356704244664,
- 1.2912602142130023,
- 0.34681224822196066,
- 1.0099980846527639,
- 0.6795546780700069,
- 0.9813996525717102,
- 1.4026670274589508,
- 0.9132321810965927,
- 0.7022485384266638,
- 0.8435568709440993,
- 0.5374061864456314,
- 1.1725774822019137,
- 0.21101018793225534,
- 0.8384544534299456,
- 1.2788511967246807,
- 1.3265218824419387,
- 0.3886690556754774,
- 1.2914669059064925,
- 0.43037374715538956,
- 0.693912050382096,
- 0.11464360120772714,
- 1.3017567342907317,
- 0.4600086326965887,
- 0.7760568888536418,
- 0.9355281253094093,
- 0.78143478267792,
- 0.1871696072285414,
- 0.5614379648062007,
- 0.6605793354361515,
- 0.6075300271381652,
- 0.2677774785904771,
- 0.8162546041632908,
- 0.6589383864583153,
- 1.3240106701497472,
- 0.7717014918697847,
- 0.747518251678132,
- 1.3042986933821052,
- 1.268682952573871,
- 1.2930605896772902,
- 0.1184961645373241,
- 0.686964379035788,
- 0.7612104498626828,
- 0.14693208203163208,
- 1.09185392541816,
- 1.280352392789351,
- 1.1996735575452353,
- 0.13114784016253386,
- 0.9412201370580905,
- 0.03969194225361005,
- 0.9650942818207666,
- 0.6092060594772676,
- 1.2873657623933974,
- 1.4102953090825723,
- 0.043301249527359344,
- 1.145045751634731,
- 1.0839520370533942,
- 0.8694376013480001,
- 0.5231442044735735,
- 0.547912875083934,
- 0.4566701269094098,
- 0.5552398877923201,
- 1.2308946618792065,
- 0.6713797724469055,
- 1.2647460075081218,
- 0.07330980352099094,
- 0.5576320721893836,
- 0.024767629953949724,
- 0.3470474771204792,
- 0.5791833747088592,
- 1.274524314183119,
- 0.890237408876422,
- 0.3518335688468136,
- 0.7490306034974621,
- 0.4595166084997313,
- 0.033749018818750476,
- 0.899567396604816,
- 0.48258238115292756,
- 0.44913162300838005,
- 1.2276956885451795,
- 1.3152692539860775,
- 0.6700963872482003,
- 0.12880048796978466,
- 0.08688239562982938,
- 1.1370710677590838,
- 0.5630777791226419,
- 1.3514104648056655,
- 0.47221311742925587,
- 0.24626550154707122,
- 0.9327509130375254,
- 1.094144810038959,
- 0.6434839963842024,
- 1.2443184000291012,
- 0.11613802060593456,
- 0.5897454460717934,
- 1.198015058077395,
- 0.9265753256376464,
- 0.8720597668585449,
- 0.1215120452516258,
- 1.1091356797847756,
- 1.3330079691646657,
- 1.319275413981394,
- 1.0949016228055857,
- 0.03576918135153329,
- 0.4110009574078693,
- 0.25461124722910367,
- 0.9052377464626005,
- 1.167728311381218,
- 1.3563293937857606,
- 1.0813599187675622,
- 0.8065939904887293,
- 0.49906116227092384,
- 1.255088724362744,
- 1.1604999590572036,
- 1.1181953015957053,
- 0.15786635098738225,
- 0.9460099313291068,
- 0.8628252774069476,
- 0.9498026906256636,
- 0.8625139028114189,
- 0.5904473215694188,
- 0.36387113750850164,
- 1.1411633576149713,
- 0.4052930123325776,
- 0.8484935084833174,
- 0.19029561663591144,
- 0.003291122574286919,
- 0.4626586912336401,
- 0.16320042777673466,
- 0.47945108201281555,
- 1.1665541776086124,
- 1.1525437923994803,
- 1.0527425369407333,
- 0.9722641173986329,
- 0.05791531343796671,
- 0.5690220111204461,
- 0.617189186209394,
- 1.1104180265029355,
- 0.5550331949816282,
- 0.6372523383882337,
- 0.6412229230074395,
- 0.08131279982687446,
- 0.2250324671217561,
- 1.3944046583464418,
- 0.5799919389790266,
- 0.668471252249164,
- 0.15433617117279225,
- 0.2910296973404915,
- 0.8665330644624507,
- 1.3716435480509195,
- 0.45868894869788757,
- 0.020782646400736904,
- 1.2554950283415247,
- 0.6162375275579755,
- 1.0194357892011165,
- 0.24383661661769457,
- 0.47343472305037687,
- 0.2317727221594791,
- 0.6679695154305021,
- 1.0636523987354136,
- 1.2305540352995572,
- 0.5065220943299563,
- 0.047468529070043064,
- 1.3105324983757762,
- 0.7104177764987669,
- 0.9526878593727262,
- 0.19438825266789952,
- 1.1001719527820935,
- 0.5924742307164326,
- 0.30724846207237805,
- 1.1393662359903582,
- 0.9928847624526106,
- 1.0989874130563684,
- 1.382527935396767,
- 0.8836679752592362,
- 0.40338783552347535,
- 0.4658028193323596,
- 1.312461707519246,
- 0.3820732177213304,
- 0.3635842103005263,
- 0.030229768240297793,
- 0.029684927620903783,
- 0.15194122791047524,
- 0.975445864552948,
- 1.2374984505931812,
- 0.47994710528244766,
- 0.6397331603404497,
- 0.5541405009737455,
- 0.13169892471197953,
- 0.21895299249367706,
- 1.0003289541721285,
- 1.0550562450598477,
- 1.091962930007948,
- 1.2450298285704573,
- 0.6149699712973735,
- 0.41931345703470363,
- 0.3356202762464408,
- 0.421657552614104,
- 0.6908874623106473,
- 1.1375081302514667,
- 1.0616434033284048,
- 0.3336387826553604,
- 0.6146236702741519,
- 0.2633733562538047,
- 0.7436807584577662,
- 0.9022885809230612,
- 1.2830144204803717,
- 0.9108578338788751,
- 0.45533284215577724,
- 1.0140539366007844,
- 0.8452370478882271,
- 0.22366537549116922,
- 1.2954957842686137,
- 1.0021432559123937,
- 0.444486102493622,
- 0.9577144900823839,
- 0.057278861338496065,
- 0.9913309550415219,
- 1.050284420318264,
- 0.8928534970910896,
- 0.472180937094477,
- 0.7286180000481595,
- 0.6992478970870517,
- 0.31612008986612966,
- 0.5484893477479466,
- 0.8831571487752072,
- 1.0377336719243644,
- 0.1846626688179785,
- 0.15112234850903777,
- 1.1805418656106341,
- 0.9304270779420941,
- 1.053392504429032,
- 1.3224116038271878,
- 1.0542243806131544,
- 0.29058017217581283,
- 0.7213066113626845,
- 0.21660213848946902,
- 0.7323078151432394,
- 0.6329869357441199,
- 0.7017691606743306,
- 0.26744699917962605,
- 0.803894794250748,
- 1.0579571071577292,
- 0.031156409231469555,
- 0.8013811779947809,
- 1.0208821420024028,
- 0.8884955334330256,
- 0.0690599443717252,
- 0.0074697899273222425,
- 0.41653126543752206,
- 1.2481781830154257,
- 1.0996858922146273,
- 1.1003201737907258,
- 1.2161220215327722,
- 1.0504982680763786,
- 0.22763273214945404,
- 1.2510260912828117,
- 1.331045207054114,
- 1.311438642038637,
- 1.346017996655417,
- 0.9074156642932494,
- 0.9885886272718704,
- 0.0741082766021509,
- 0.39286164915230654,
- 0.5425655669250187,
- 0.44474148579392025,
- 1.2102548899943186,
- 1.0790746517163181,
- 0.10575881663490255,
- 0.872350768536624,
- 0.8553575058032413,
- 0.7206805651154718,
- 1.1674541365269324,
- 0.3088939570529674,
- 1.31513508282649,
- 0.13356610590394627,
- 1.133512571464594,
- 0.6007204734867019,
- 0.8009491362147445,
- 0.6954668508585123,
- 0.7552308016453182,
- 0.677099338509108,
- 1.0106460751386395,
- 0.5897930178111117,
- 1.2040030631893077,
- 0.05724719273436809,
- 0.20072665942250262,
- 1.0461181134089272,
- 0.18359377027737955,
- 1.1198488460964793,
- 0.094007946839309,
- 0.6390674276260254,
- 0.30360995880913,
- 0.3570970458969492,
- 1.190846952868432,
- 0.5921500937499105,
- 0.0710700610588946,
- 0.4212154871835521,
- 0.5365212528700678,
- 1.1305260821075984,
- 0.9799313173588748,
- 1.1508580563005637,
- 1.1923445069290837,
- 0.4100820092821509,
- 0.9125407326453677,
- 0.7498007441651418,
- 1.2823207496733202,
- 0.7553264231866121,
- 1.3285490122329444,
- 0.22533170064036948,
- 0.32177070640911354,
- 0.1178335962766655,
- 0.7574353512085127,
- 0.8436288893897582,
- 0.10339908821416233,
- 0.3129278667510638,
- 0.8840689978111912,
- 0.4061731473327685,
- 0.07430802039332177,
- 0.21618165310866844,
- 1.2075943392713915,
- 0.2343455269263308,
- 1.3644797010577137,
- 0.2584478032230723,
- 0.48113390282111523,
- 0.5300232961813476,
- 0.01875799183268991,
- 1.0461068182455775,
- 0.2553328404419844,
- 0.5963477792562845,
- 0.022507913560876894,
- 1.0413611867112575,
- 1.0766663531987655,
- 0.1713822157906121,
- 1.2320894619009504,
- 0.23459136473437087,
- 1.2454183164977164,
- 0.34188691109914787,
- 1.0052545137345235,
- 0.9310434687469742,
- 0.5693819796112884,
- 0.27827799015473265,
- 0.7748339924168814,
- 0.8752949991729393,
- 0.2491401114859298,
- 0.1841145084479123,
- 0.06631971528492116,
- 0.8032073046416399,
- 0.4423435514955013,
- 0.7236030793362812,
- 0.06302945670675549,
- 0.04727340531993966,
- 0.6888445594478523,
- 1.0989642731805738,
- 1.3272720020349684,
- 1.2037820575119864,
- 0.2118390717735995,
- 0.7509284137841162,
- 0.26225778932810023,
- 1.3550995352562558,
- 0.23919809256958519,
- 1.3941801930675277,
- 1.3012769844869752,
- 0.2876613809958858,
- 0.3003363310579865,
- 1.2716357208740374,
- 0.13653254884104526,
- 0.12086159543770843,
- 0.39970379292906555,
- 0.6711837272096755,
- 0.9689318407237341,
- 1.340515286587441,
- 0.931794226402447,
- 1.1783572230287072,
- 0.816988447954168,
- 0.5225065706249227,
- 1.4050321316497119,
- 1.2753936925460123,
- 0.4270045856976239,
- 1.0456024925616563,
- 0.8221649036495247,
- 0.30457639981225504,
- 0.22186688641015417,
- 0.027839735509974678,
- 0.7942997879795184,
- 1.0446477952922542,
- 0.4604133003840321,
- 0.40555110572953434,
- 1.348070508783653,
- 0.37239904270519913,
- 0.8513113223779807,
- 1.2682753338871813,
- 0.5316442531979139,
- 1.229652572671623,
- 0.2600913421441369,
- 0.7596557936548898,
- 0.004723589405122007,
- 0.6767014873542399,
- 0.23410581254085416,
- 1.028629028165966,
- 0.26619735729687466,
- 0.7067924582509985,
- 0.11692150358648988,
- 0.18540989778303502,
- 0.08733585461913584,
- 0.057588725309830134,
- 0.14385465821683838,
- 0.7659813233484128,
- 0.22455817021616153,
- 1.0387001791593728,
- 0.7567509588807977,
- 0.7163236213985886,
- 0.5210196710908969,
- 1.0399612788034795,
- 0.21925696716454185,
- 1.0835303185803515,
- 0.6603108876289187,
- 0.9875524151867437,
- 1.2103309601707126,
- 0.10799050046704202,
- 0.11288493321096037,
- 1.046400251836305,
- 0.22497126092997416,
- 0.9559632855968468,
- 1.2422812227108404,
- 0.409126238864004,
- 0.06478731717118721,
- 0.2773397484421126,
- 1.1033810440028473,
- 0.453651463550638,
- 1.0296490348491225,
- 1.134963592752424,
- 1.181653624176009,
- 1.251198504692363,
- 0.025630196946137426,
- 1.1392407208974995,
- 1.1295321347017435,
- 1.2735666330757158,
- 1.1723354689676893,
- 0.22195093653365255,
- 0.2939308552174126,
- 0.08686892830802077,
- 0.6771487060827859,
- 0.7868193041949548,
- 0.356454276172248,
- 1.1912106582903532,
- 0.3014830270162399,
- 0.39614134528129435,
- 1.2077642983277614,
- 1.1945389618973816,
- 0.0028172313957892108,
- 0.6604234770251061,
- 1.3410189265553996,
- 0.9248427117934672,
- 0.9691888770958174,
- 0.672162971113098,
- 0.9052722644242327,
- 0.6594285586757246,
- 0.8186718836780414,
- 1.27895099112602,
- 0.5092107473331094,
- 0.45189903294752337,
- 0.422094647229749,
- 1.1854403713191721,
- 0.1930686239783729,
- 0.4777257286407683,
- 0.33641427770138344,
- 0.5382629166764284,
- 0.21989832117346222,
- 0.5035289063463739,
- 0.9925438853840184,
- 0.6981389911222288,
- 0.040526737579323485,
- 0.9870593624688961,
- 1.1132742144692291,
- 1.1505396984838774,
- 1.1875225615758125,
- 0.188462354958285,
- 0.7845980789421977,
- 1.1882455956939761,
- 0.3213580273407298,
- 0.9354300194979834,
- 0.7145329536617104,
- 1.0657054469581595,
- 1.152963244491535,
- 1.2068583266960438,
- 0.6629416532654594,
- 1.2711546748961893,
- 0.9696711722498826,
- 1.2266420656962924,
- 0.31483381145185757,
- 1.3014683972764467,
- 0.14631913660440587,
- 0.16073564817983105,
- 0.008355549774071238,
- 0.4495500896721326,
- 0.7618640059935716,
- 0.18028064735702998,
- 0.49446215835922824,
- 1.0482231667183834,
- 0.2879648543577286,
- 0.6228483723387792,
- 0.28859403457284255,
- 0.25499041765022196,
- 0.47672684463609244,
- 1.2431485047726427,
- 0.7454129061417193,
- 0.9909891895973945,
- 0.9112188798415833,
- 1.0336753991145762,
- 1.3294420222753194,
- 1.044421412492933,
- 1.3964655334633216,
- 0.3079132716562517,
- 0.4588552975990663,
- 0.6200491359690625,
- 0.7803758293027795,
- 1.1704851884738718,
- 1.0104531463483513,
- 0.020138190989416403,
- 0.3234316150317207,
- 1.3288802368477728,
- 1.359975220880864,
- 0.33480338087855155,
- 0.8975180132491867,
- 0.7583751593075891,
- 0.5693535591908777,
- 1.248108446794188,
- 0.460064250935755,
- 0.06787275779969704,
- 0.4691612420583259,
- 1.2694806797289055,
- 0.7384088760416112,
- 0.8935246513743323,
- 1.0701462411834766,
- 0.6004843523920305,
- 0.6819780075947803,
- 1.3651997729177825,
- 0.8705573291559098,
- 1.3595135561599057,
- 0.7310414585572002,
- 0.6549033131060253,
- 0.11205590922458947,
- 0.32541629392304755,
- 0.617687250522759,
- 0.12766297067116017,
- 0.6884599953448207,
- 0.5462305552022673,
- 0.6151564292782489,
- 1.2501122628594112,
- 1.1305426182683853,
- 0.6678132802788491,
- 0.6841318518794739,
- 0.9400184420359436,
- 0.9889632407170373,
- 0.02781493991283225,
- 0.8954281962291119,
- 0.9514319162989919,
- 1.0037273903655513,
- 0.9253264907524428,
- 0.9468002068902783,
- 0.4701574027684172,
- 0.34544938208716236,
- 0.37451887509468623,
- 0.7032861169852979,
- 1.2226465746540827,
- 0.6227799337639378,
- 1.0119912275675975,
- 1.0689449212594007,
- 0.12597891401299746,
- 0.7334763618143445,
- 0.6353957953212378,
- 1.1834874426941444,
- 0.5352671186296648,
- 0.1940677960633281,
- 0.6690049571948594,
- 1.3231032107063647,
- 1.0901388286610658,
- 0.43873640200227965,
- 1.0250502187015593,
- 1.1642050299912086,
- 1.1768453556329566,
- 0.09657801345733796,
- 0.29466850684897766,
- 0.7076697847784733,
- 0.26100601514243177,
- 0.1387942259200917,
- 0.7050901970677158,
- 0.672076801368248,
- 0.040303103075634464,
- 1.1992363025573938,
- 0.16468582884042302,
- 1.0737070835137859,
- 0.5492422648740354,
- 0.5925396520988009,
- 0.8964823140907207,
- 1.016607462531549,
- 0.1358009264502995,
- 0.0793030937934781,
- 0.05351124931981463,
- 1.110042406642386,
- 0.012384752203210427,
- 0.0011920308897694118,
- 0.011182728414187201,
- 0.8855740108798634,
- 0.46241025676938685,
- 0.045373214188312486,
- 1.1992763879443802,
- 1.309674673338867,
- 0.14766900687435924,
- 0.4344175946662039,
- 0.6239864447763679,
- 1.1910960779240214,
- 1.3029622521498587,
- 0.7762175076687714,
- 0.6104420646415177,
- 1.1838240373429014,
- 0.7666681705386491,
- 0.5187260027433688,
- 0.5474120283326093,
- 0.19151004251940704,
- 0.0202009092248377,
- 0.4527188044575281,
- 1.3507262329691156,
- 0.82007911673816,
- 0.4648473253856572,
- 0.4955419438098426,
- 0.04426210014059931,
- 0.6206772775794619,
- 0.6654761116232588,
- 1.315056131567091,
- 0.44623015597666066,
- 0.21820615997683399,
- 1.3711373337110346,
- 0.8856334968760327,
- 0.4629724933454109,
- 0.6382692955579219,
- 0.9231183247243655,
- 0.5760281735324452,
- 1.0191555867887228,
- 0.962413421465489,
- 0.4637467723518901,
- 0.41504966384111935,
- 0.8806428150000902,
- 0.9643589907249385,
- 1.2550985891855173,
- 1.3030542994290053,
- 0.25907926355726135,
- 1.30129605356255,
- 1.2000977232194538,
- 0.2532685105747602,
- 0.9476391690877448,
- 1.1055894588804107,
- 0.41445189651631403,
- 0.08397785441356916,
- 0.7465349408183988,
- 0.22782372079265328,
- 0.2241307628939038,
- 0.32872589595451657,
- 1.3006016870203838,
- 0.9971531493910847,
- 1.1562173961698345,
- 0.9694542029097412,
- 1.4021417912953478,
- 0.4323365232122743,
- 0.9008755589132681,
- 1.1546972464590632,
- 0.6123863324379138,
- 0.996431535558631,
- 0.22936077918431047,
- 0.0876977291613441,
- 1.0875353703031276,
- 1.3995726087574318,
- 1.3696831377384586,
- 0.15427714877020415,
- 0.29797554276864896,
- 0.3270787007981343,
- 1.3606858707662453,
- 1.2971299858906575,
- 1.108378762868711,
- 1.097857926488504,
- 0.24606802912522557,
- 0.3689386620386933,
- 0.8193227068389225,
- 0.9671518873667773,
- 0.6314129144853019,
- 0.08842258137382006,
- 0.018228889515595325,
- 0.39795116994459834,
- 0.9453783046012334,
- 1.094109919512408,
- 0.9177989875352883,
- 0.8535395197557669,
- 0.9036059506337566,
- 0.5595595419506559,
- 0.033448918571888066,
- 1.3056849263644574,
- 0.3206100490367725,
- 0.7837970747197678,
- 0.4765372325215832,
- 0.04284389621377198,
- 1.091700418732823,
- 0.7088129866051045,
- 0.20876932298395623,
- 0.46599576205936294,
- 0.4951323602805288,
- 1.0281446516766588,
- 0.1264737300029419,
- 1.1989972489937335,
- 0.05053069059376672,
- 0.33098859818928067,
- 0.9322404934053258,
- 1.3381465024603356,
- 0.08041929867802654,
- 0.7625564711898429,
- 0.7101118030810285,
- 0.13432335407034862,
- 0.013223040173457452,
- 1.22471601422481,
- 1.412066864982479,
- 1.0315431010810188,
- 0.30759521969659875,
- 0.21967936915780403,
- 0.48013262516353156,
- 0.8575519664812463,
- 1.119639390377817,
- 1.291877750025674,
- 1.2725105093129985,
- 1.315434589799625,
- 0.4110798726713881,
- 0.38337658492994925,
- 0.319207435178646,
- 1.2897844261093458,
- 0.37573095269517115,
- 1.0798692479257581,
- 0.9889299444528897,
- 1.039099552621371,
- 0.7195791644549122,
- 0.43282850135549317,
- 0.9165105515828945,
- 0.45622430014407406,
- 0.3027837402737614,
- 0.5703425420636415,
- 0.8007707672812493,
- 0.040799156147232424,
- 0.005927105035413397,
- 1.368078546578211,
- 0.8484603959674251,
- 1.0934921015684027,
- 0.17827913881921278,
- 0.7477645303937055,
- 0.08691180754665057,
- 1.1384023423331717,
- 0.49700313755584713,
- 0.9230000225211648,
- 0.3482011782459389,
- 1.3729899413691682,
- 0.6469551600133504,
- 0.5616413829833026,
- 0.5468973185674298,
- 0.7400941975109275,
- 1.1407662113701427,
- 0.2995416606479078,
- 0.5710068948119479,
- 0.17604202724499693,
- 0.22670896329396917,
- 1.4076783482570494,
- 0.2750342106860141,
- 1.3497882375562706,
- 0.6358346507875794,
- 0.9075537922477859,
- 0.17365242457247504,
- 0.352918955176722,
- 1.0201390226745357,
- 0.8317584123805475,
- 0.3657470946224233,
- 1.0048643054561952,
- 0.5378972573062049,
- 0.7534111065733465,
- 1.3104904495334613,
- 0.31561076150277645,
- 0.1408740324024577,
- 0.43048303050780967,
- 1.1833263707884907,
- 0.25399449051693884,
- 0.7753904424442162,
- 0.9554676576656028,
- 1.2484235953919065,
- 0.7511902080632789,
- 0.8011969201119805,
- 0.9148848579589274,
- 0.35539613990050956,
- 0.7299363280143987,
- 1.3150172447070987,
- 1.265801331754669,
- 0.7996125919785906,
- 0.08921515028289555,
- 0.3547996575194291,
- 1.1404314046115251,
- 0.4571189668798093,
- 0.9109238777053621,
- 0.2849984915511996,
- 0.5353222693976474,
- 1.0560196998218783,
- 0.4511664677754526,
- 0.9408790977477066,
- 0.8076963852141282,
- 1.0444556849968196,
- 0.05202687494392419,
- 0.3198846811242921,
- 0.9055393448929271,
- 0.18821533720422534,
- 1.0699601427753886,
- 1.3387498545882703,
- 1.0563019689864694,
- 0.007817653446016041,
- 0.21913312105728613,
- 0.35616568112548336,
- 0.4160187510936326,
- 0.4246842050132344,
- 0.6319536025526504,
- 0.6913138517258254,
- 0.6408868705086141,
- 0.7758578538764079,
- 1.3069139168318966,
- 1.136934490878595,
- 1.1054972892627613,
- 1.3427885990472597,
- 0.30245437487774685,
- 0.009614632919376476,
- 1.0937576037287093,
- 0.6474438557457105,
- 0.7293701704968104,
- 1.3440122381682658,
- 0.21707654834704743,
- 0.5000150108369942,
- 0.747041139544635,
- 0.9678726297301172,
- 0.6667126402996727,
- 0.5403412975641184,
- 1.4037426346288282,
- 0.8309041819205517,
- 0.17857932835868975,
- 0.40324767148060164,
- 0.8009662902644021,
- 0.5160714869047559,
- 0.16936121547100344,
- 0.6045169481246536,
- 0.6988739713058434,
- 0.2258802206504569,
- 0.6213042551500102,
- 0.9131258083105533,
- 0.3575677277797874,
- 1.0304166907804528,
- 1.2715828263198463,
- 0.25768568624756893,
- 0.1771610693500012,
- 0.4755946354052718,
- 1.2368172374077218,
- 0.8361612948662024,
- 0.4006878951707355,
- 0.6767687849407751,
- 1.166369444096175,
- 0.31900694725837064,
- 0.8987708787435458,
- 0.3498266617509691,
- 0.8988136759654174,
- 1.205651742192529,
- 1.142733057541448,
- 1.1410289997355367,
- 0.006690004957737538,
- 1.1049798475129826,
- 0.17030349669394124,
- 0.5073407398866481,
- 0.006257012696984201,
- 0.08839775167325557,
- 1.1031502768318207,
- 1.2799053960367637,
- 0.9941578183170308,
- 0.23365554482740533,
- 1.3377897879539205,
- 0.03381737249483264,
- 0.6293757436555703,
- 0.792421624167084,
- 0.3496478424297951,
- 0.8395702975090901,
- 1.3709625157509866,
- 0.6672806802845143,
- 0.29316271940472255,
- 0.03314532924960823,
- 0.9576337626381152,
- 1.2808641207864786,
- 1.0638748413297996,
- 0.24896233540612803,
- 0.9833332513574833,
- 0.9271081249088928,
- 1.3302333958952175,
- 0.686055662471826,
- 0.289364155388008,
- 0.7675233366598483,
- 0.9658361865987758,
- 0.9406645226404621,
- 0.4509444165393685,
- 1.1519727081750906,
- 0.17415976282840867,
- 0.3174657342308453,
- 0.764046220889974,
- 1.0990203270854368,
- 0.6529525498683881,
- 1.092014815557571,
- 1.1534784611631896,
- 0.6385319407114609,
- 1.1805499817731797,
- 0.5177052847914925,
- 0.9940164257482762,
- 0.8095320135784807,
- 1.0844180667753576,
- 1.0640510421465033,
- 0.2887643079286708,
- 0.9778388950911809,
- 0.18046123833600866,
- 1.3754864890792051,
- 0.7277824407334438,
- 0.2297990788615286,
- 0.8954266710601362,
- 0.573151906820732,
- 1.1664627641577439,
- 0.3176137900891356,
- 0.4619505223375474,
- 0.7596801104688139,
- 0.12938625186341898,
- 0.05946183590984616,
- 1.2435392915216965,
- 0.9727285388396413,
- 0.8465072182994016,
- 0.5974580063179534,
- 1.2907974307602368,
- 0.750782733210237,
- 0.422633004498246,
- 1.4121208408818298,
- 1.0430086949050392,
- 0.7925938936897767,
- 0.23757115486712682,
- 1.4092347326667674,
- 1.018263839733569,
- 0.891796427802613,
- 1.0713785569118153,
- 0.9117588708851728,
- 1.3417595652516243,
- 0.5523419455972584,
- 0.854613310769819,
- 1.2528927445387599,
- 0.18590878049230006,
- 0.6260447166274745,
- 0.8923157292338637,
- 0.5252201649073464,
- 0.44881286051867136,
- 1.2664225902704775,
- 1.1013561290721634,
- 0.6973265519216691,
- 1.2970680643399202,
- 0.20856040047329508,
- 0.4892884340398145,
- 0.6278721186023997,
- 1.0221810779483724,
- 1.2879222941057815,
- 0.18117516803975103,
- 0.04928871493346227,
- 1.3640473767964967,
- 0.8885215074522211,
- 0.7297581741038827,
- 0.4447499662602858,
- 1.311265588720051,
- 1.1423426514163622,
- 0.5137336538091885,
- 0.36155887841832013,
- 0.4363922974090944,
- 0.11523373950828275,
- 0.0031045695149466953,
- 0.11983894366028885,
- 1.401212381683969,
- 0.1543048773693817,
- 0.9279413819993737,
- 0.9910263384135632,
- 0.25581446534200675,
- 0.6981221607470163,
- 0.989553796110007,
- 1.2061335992060553,
- 0.7428647739064678,
- 1.2679294936705916,
- 0.7293573917095645,
- 0.2857662742774249,
- 0.9717336341799452,
- 0.9731958786300832,
- 0.41490153611407,
- 1.1525475178859739,
- 0.3424517104622958,
- 0.32641293694205287,
- 1.0552450462387724,
- 0.9022719369852086,
- 0.4788749955643931,
- 0.9588021323296128,
- 0.5608983338270079,
- 0.1693123219576814,
- 0.047145422584769815,
- 0.9848751936727553,
- 1.3328059196454136,
- 0.4612792856191138,
- 0.4527422077147336,
- 0.22278278896765005,
- 0.0792529666291095,
- 0.24687240215980244,
- 0.5048812246910899,
- 0.6591429138903225,
- 0.05466063768856106,
- 0.509121249044872,
- 0.12397497062903735,
- 0.8079707790653421,
- 1.2794687453459075,
- 1.3326122769042503,
- 0.5292390732642692,
- 0.24144448622762907,
- 1.378031343118869,
- 0.22713410026457567,
- 0.37101904844530514,
- 0.5202214169574708,
- 0.2784326393826225,
- 1.0677381300192763,
- 1.0667135296434627,
- 0.9036979550793345,
- 0.6575862142087633,
- 0.45575737847302367,
- 1.238695969060051,
- 0.47722257562873927,
- 0.25743932361786254,
- 0.9483958334492916,
- 0.46789167981237645,
- 0.1700486122514687,
- 0.7859663673084101,
- 1.3730432329459723,
- 0.40383874922393087,
- 1.3237663279549576,
- 1.1170291063679232,
- 1.1445216947689403,
- 1.3363699356850594,
- 1.2896162307981947,
- 1.2618063515543751,
- 0.06967627360862111,
- 1.0644169684133942,
- 0.0979480520527738,
- 0.0887573816000141,
- 0.9250308912200754,
- 1.2099395641699564,
- 0.19263132519154152,
- 1.1589503164096633,
- 0.4880227624695413,
- 0.8621562313218841,
- 0.04886354432699117,
- 0.8631559557049818,
- 1.0745162063518545,
- 1.0157578102904437,
- 0.0012364169722664453,
- 0.1832657086727364,
- 0.15882335535601044,
- 1.1923725036715362,
- 0.6662884172432613,
- 0.6594214186031527,
- 1.098022273845985,
- 1.297113314104068,
- 1.0879379865812293,
- 0.4698291020046194,
- 1.0638964871261707,
- 0.9839919960522774,
- 1.292760226417544,
- 0.47072801418306814,
- 1.3161576098451702,
- 0.1596967643212438,
- 1.176487276155124,
- 0.3223385596292095,
- 0.45442730243863205,
- 0.7485393771478844,
- 0.6253531897016991,
- 0.3022931290355197,
- 0.5701322276741922,
- 1.0835736534134746,
- 1.3798730024783887,
- 1.2997009165082984,
- 0.9369466282807536,
- 1.3555671906231566,
- 0.8136494404056052,
- 0.7854863138888702,
- 1.0617815152694343,
- 1.2837302566996207,
- 0.9218204298926626,
- 0.03429589597483995,
- 0.0037283276300705344,
- 0.47566816578843485,
- 0.16068233734574963,
- 1.0939344795733192,
- 1.2668083040982672,
- 0.5831456574453827,
- 0.26218257520539906,
- 0.04158228710871833,
- 1.1228520588090192,
- 0.30930664028761323,
- 1.0559174262666782,
- 0.17594760846100305,
- 1.1911825190058616,
- 0.47891473820322067,
- 1.1820259511895665,
- 0.47578211764766437,
- 0.6701591060776778,
- 0.2572352342789328,
- 0.7197027722572882,
- 0.9879492595798519,
- 0.15702409622053928,
- 0.9411638942021813,
- 0.16130198062811163,
- 0.003909628687990919,
- 0.9297147494595525,
- 1.2309496876985762,
- 0.09829963613481839,
- 0.7897523692252763,
- 0.9418394261179321,
- 0.17185938965634207,
- 1.1556800413307684,
- 0.8055764372636983,
- 0.18387690412554436,
- 0.6055731287341782,
- 0.6051054457668292,
- 0.6558308123509479,
- 0.6847860540738653,
- 1.3581387223487573,
- 0.45284986075422057,
- 0.14359065937976545,
- 0.04405306099561239,
- 0.9962888600840624,
- 0.16404715179143048,
- 1.053702706942741,
- 0.8517519045591003,
- 0.9995743623862912,
- 1.0126135690811169,
- 0.14288435191015367,
- 1.3727839058597289,
- 0.9091552141403173,
- 1.2638527685125125,
- 0.4571129169991724,
- 1.1597976504449712,
- 1.1620232459524353,
- 0.3558704284570174,
- 1.119425108091004,
- 1.2408042482647959,
- 0.771063401773589,
- 1.2924989586181321,
- 0.2537447982940774,
- 0.5662425938916058,
- 0.5028203624467535,
- 1.1240257549109625,
- 0.1425135923139154,
- 0.5621987686543372,
- 0.14527145000080202,
- 1.2770945471873414,
- 0.4803321465000368,
- 1.2519618829213366,
- 1.2510513375767265,
- 0.1867007778960053,
- 0.5402215507386054,
- 1.1961280968100858,
- 0.23874089334639792,
- 1.1400647847716558,
- 0.8614107021052474,
- 0.8181864142743868,
- 0.7026839911826108,
- 0.6789582142458938,
- 1.0461727614682557,
- 0.9757543086773878,
- 0.5347629119895162,
- 0.07023992473407155,
- 0.1791574569019997,
- 0.120189410054786,
- 0.1826458642913188,
- 0.9052611750665934,
- 0.969413423325818,
- 1.069217730253506,
- 0.1884530049430345,
- 0.9167242578911738,
- 0.11377983410703214,
- 1.4013714453102224,
- 1.1005510088674462,
- 0.789340400728165,
- 0.7476155158610113,
- 0.29879643117269555,
- 1.2376322332055945,
- 0.9158420228653811,
- 1.143065716858439,
- 0.17953386786526934,
- 0.9787917388155103,
- 0.3546464971276566,
- 0.407006534665181,
- 1.2433851923206736,
- 0.6841546250210458,
- 1.379068727374501,
- 1.2590637375593545,
- 1.2275799241593397,
- 1.2893964031129046,
- 0.8854667486327227,
- 0.5991257622420267,
- 1.3189547712181136,
- 0.7697229332328981,
- 1.373345684815919,
- 0.5334186068847759,
- 0.5126516240748606,
- 0.9972325815703428,
- 1.163859633059378,
- 0.6436416166467669,
- 1.0002682194082468,
- 1.2700939093742283,
- 0.8874095737959596,
- 0.12528415377389562,
- 0.8499886073338414,
- 0.3672867263368356,
- 0.6510742879619787,
- 0.6778888619423625,
- 1.2679641600802878,
- 0.9843511365266728,
- 0.5840509887238874,
- 0.30463976098962414,
- 1.3928983911377248,
- 0.6050612695677002,
- 0.466014320355835,
- 1.022296463529921,
- 0.2550385989276067,
- 1.273806115055246,
- 1.1502519425027762,
- 0.28170399630098286,
- 0.8430243670773279,
- 1.1506219379883702,
- 0.8232993553402269,
- 1.2169641663985007,
- 0.8358946823152311,
- 0.7452871920858967,
- 1.1874402701638098,
- 0.29872223382742735,
- 0.7188195589059224,
- 1.1102234419961823,
- 0.20187377742354642,
- 0.8559364268055718,
- 1.0237427596572353,
- 1.1947198160998225,
- 0.02491432783602278,
- 0.4417554960032722,
- 0.9416521804452732,
- 0.9136677679773448,
- 0.892027304958499,
- 1.3735262755095967,
- 0.27107690223471487,
- 0.7182807545534581,
- 0.3956305959071073,
- 0.09325403689770508,
- 1.3605061487346213,
- 0.18414013195850043,
- 0.7628286365339713,
- 0.8848233436704928,
- 0.26548861971479687,
- 0.9934069670627957,
- 0.06750573402872312,
- 0.810094993463356,
- 1.2810228196487967,
- 1.1169797097227958,
- 0.29033582289255416,
- 1.2569967351966644,
- 0.7241791067155713,
- 1.040603513297354,
- 0.0716232497388032,
- 0.44345635624339974,
- 0.120998166482178,
- 0.5183358795899906,
- 0.11549778390558796,
- 0.020433304660311163,
- 1.0887151429850477,
- 1.2135979663818388,
- 0.05501667667064217,
- 0.11431156430632666,
- 0.2756157916049342,
- 0.10091692379387532,
- 0.7287836425665262,
- 0.5598991752567101,
- 0.3168691937394497,
- 0.5059239432787335,
- 0.6779875911884528,
- 0.11685747277544031,
- 0.6932328975051736,
- 1.1266580117671736,
- 0.8207521384438937,
- 0.00908442915471143,
- 1.2078817997719087,
- 0.13243604084313823,
- 0.9952640333316141,
- 0.00557139425386025,
- 0.7524914426237296,
- 0.7560805261974854,
- 0.16114458179838828,
- 1.2771544579973155,
- 0.3825908179873667,
- 0.536590439532002,
- 0.39655461155617994,
- 1.009369736829435,
- 0.8758005873957565,
- 1.4081646279157316,
- 1.1894256099390073,
- 0.4190515206004465,
- 0.9552783315894686,
- 0.7798294705165967,
- 0.5212987332703879,
- 0.7614604886396195,
- 0.9493519328435146,
- 0.21769212418300357,
- 0.3821522514386694,
- 1.244059020255736,
- 1.3176575264709238,
- 1.0612077856445319,
- 0.22068453455247178,
- 0.9403888139065678,
- 1.2552079638999987,
- 0.25720928301543966,
- 0.6288361847437413,
- 0.8001036674382594,
- 0.3423579148481189,
- 1.114031146976444,
- 1.1732934950518552,
- 1.2282854103658443,
- 0.7016225984599266,
- 0.782106251213732,
- 0.6186431378893591,
- 0.1488352524667818,
- 0.2644584670553005,
- 0.17419043015297486,
- 0.420282719691552,
- 0.11622250976018948,
- 0.9212384470015225,
- 1.0298269801564446,
- 0.6143822998170254,
- 0.8852966412066371,
- 0.6512856259178932,
- 0.8611221393100564,
- 0.34574527089800533,
- 1.198273050476925,
- 0.5243887742385165,
- 0.8663740941735555,
- 0.7173201716633784,
- 0.07053564782952045,
- 0.44874465654440765,
- 0.018511963733584103,
- 0.8029176693474955,
- 0.3241140374258342,
- 1.38148142499703,
- 1.2244298590818739,
- 1.277256504493582,
- 0.6005109283529668,
- 0.8010809040501797,
- 0.5732423004304001,
- 1.301823650938968,
- 0.8026901624788169,
- 0.707857078772764,
- 1.0261117353821254,
- 1.378912886156165,
- 1.228167751871009,
- 0.10247756659322291,
- 0.5292373656101699,
- 1.2135317179765632,
- 1.04690069112256,
- 0.12419137205732148,
- 0.06956394913660957,
- 1.3877361126014425,
- 0.33388613837979264,
- 1.0407837431541924,
- 0.803443301182872,
- 0.33792706546754797,
- 1.33547984489678,
- 0.19627615915387858,
- 0.1897347753086527,
- 0.7527044772988298,
- 0.7645539940891698,
- 0.3899831235202736,
- 0.873612795249323,
- 0.16175215307479204,
- 0.9034626552990588,
- 0.08653471787332702,
- 1.1184844979107162,
- 0.8083011928513701,
- 0.8571841620452917,
- 0.3827778123960229,
- 1.279505834483909,
- 0.0010740942340643545,
- 0.3365701395256513,
- 0.1374825445734701,
- 0.8970752824310744,
- 0.8637793111068552,
- 0.7481929992204808,
- 0.17667435410129498,
- 0.8141915350225204,
- 0.23562650994967552,
- 0.7955969083625305,
- 0.10102646011016171,
- 0.35577561774151867,
- 0.13742378035404296,
- 0.046098069431252484,
- 0.7281153118934391,
- 0.6093613792215554,
- 0.5088817385182093,
- 0.1319449557445291,
- 0.11337692200464415,
- 1.2401523668997203,
- 0.3194952897639955,
- 0.6395361781598451,
- 0.16389930352632093,
- 1.1562570452540704,
- 1.0689321356299695,
- 0.7308679192349894,
- 0.6844459847121416,
- 0.7324375460845726,
- 0.9606398656561835,
- 1.3572699962977013,
- 0.2706106993403681,
- 0.8623597372445291,
- 0.3572185770605557,
- 0.5142744262968207,
- 0.780093046270674,
- 1.3659132858039966,
- 0.5853108948384302,
- 0.06455231593764917,
- 0.3517980645346661,
- 0.22834912457308593,
- 0.36759954064477884,
- 0.5395224545341525,
- 0.09596716987259571,
- 1.364496562598243,
- 1.1176924457905066,
- 0.8636435650385748,
- 1.0330177228810593,
- 0.6367662941412828,
- 0.438061066876985,
- 0.9390713373118389,
- 1.1943219904849256,
- 0.23445880594848226,
- 1.12484208232942,
- 0.4428174756212385,
- 1.1168515387821556,
- 0.17210446734770468,
- 0.8647458785576938,
- 1.3792267750322273,
- 0.7995900525314676,
- 0.6862592907287569,
- 0.0222340597353198,
- 1.0180868246590267,
- 0.3469417161916466,
- 1.0916438575076617,
- 0.8026543079620374,
- 0.020635435346995242,
- 1.0015681147367395,
- 0.5592879260648345,
- 0.8747376197780016,
- 1.0407050276039453,
- 0.7182235089603441,
- 0.21103904876945526,
- 0.5487083747854834,
- 0.8515888821376077,
- 0.5247833120197415,
- 0.06393890634898147,
- 1.3342580757991753,
- 0.19799997523089813,
- 0.8855580350707366,
- 1.4084957214791998,
- 1.3543575025760666,
- 1.2698534015188718,
- 0.9961160320610347,
- 0.14558484534804314,
- 0.2317721606797536,
- 0.14423596932405172,
- 1.1748191553356089,
- 0.19303439955304333,
- 0.18544021782076656,
- 1.0225871776174538,
- 1.148808430480591,
- 0.3253186837788113,
- 1.274129377828887,
- 0.8696822700660085,
- 0.9948678854201121,
- 0.8973259362856808,
- 0.08669511997365463,
- 0.14926952734063847,
- 0.677000319439106,
- 0.2739579467073831,
- 0.4505558176112197,
- 1.2368624100675043,
- 0.5973542699325062,
- 1.0816076094062845,
- 1.0622893113715624,
- 0.5948400124393016,
- 0.6725890754528384,
- 0.012153887932329325,
- 1.0989270208443018,
- 0.973748977973965,
- 0.5494469263550698,
- 0.13893353908776354,
- 0.931112147766015,
- 1.283049280163496,
- 0.8471566921594211,
- 0.8587323980633343,
- 0.4362632427620144,
- 0.5176496639309048,
- 0.9392672117663216,
- 1.2868977822510912,
- 0.23033836794748136,
- 0.36714991637123684,
- 0.7425524533069853,
- 0.7701960693940587,
- 0.4104577927952695,
- 0.08724347416793242,
- 1.3515353993969497,
- 0.23356065284913033,
- 0.3609476856079023,
- 0.6397503207036633,
- 0.12373288805444273,
- 0.3862186801578356,
- 1.3543826119932272,
- 0.15235836017729507,
- 0.02622590007202119,
- 1.0280367944403115,
- 0.22818151147788163,
- 0.1249479557538164,
- 0.2213608310791905,
- 0.8740342011606935,
- 0.02025007081943927,
- 0.7645937663964392,
- 0.5040380008972773,
- 0.1291998548294037,
- 0.9038256392913937,
- 0.1623782698476015,
- 1.1325185975443712,
- 1.39664922153214,
- 0.32297381239954853,
- 1.2175673321316205,
- 0.9973676435530671,
- 1.1078348828493356,
- 1.2930032057497778,
- 0.520931334600723,
- 1.071968882986884,
- 1.2135414951880956,
- 1.2173714577959405,
- 1.0969136198240779,
- 0.6300072002571142,
- 0.6358947206855351,
- 0.34212702544680723,
- 0.28922377045994935,
- 0.16506365811645468,
- 0.17276355422816383,
- 1.3083671401558499,
- 1.0534072851320546,
- 1.349377093358966,
- 0.8599844298348887,
- 0.5737757715895787,
- 0.9153483986096138,
- 0.3569325439202758,
- 0.4456024823062358,
- 0.19576586257937997,
- 1.1740394554256595,
- 0.07191880641667457,
- 0.003353850054438853,
- 0.9216921577650403,
- 0.3687532029990748,
- 0.05005687731502336,
- 0.37560847312962803,
- 0.0853640426249808,
- 1.1544779171479522,
- 1.3410433897813925,
- 1.0036506429592325,
- 0.7934058205184423,
- 0.540164